/* ═══════════ DECLARAÇÃO DA FONTE KIMOE (LOCAL) ═══════════ */

@font-face {
  font-family: 'Kimoe';
  src: url('assets/Fonts/kimoe-2026-04-07-06-12-03-utc/OpenType-PS/Kimoe-Thin.otf') format('opentype');
  font-weight: 100;
  font-style: normal;
}

@font-face {
  font-family: 'Kimoe';
  src: url('assets/Fonts/kimoe-2026-04-07-06-12-03-utc/OpenType-PS/Kimoe-ExtraLight.otf') format('opentype');
  font-weight: 200;
  font-style: normal;
}

@font-face {
  font-family: 'Kimoe';
  src: url('assets/Fonts/kimoe-2026-04-07-06-12-03-utc/OpenType-PS/Kimoe-Light.otf') format('opentype');
  font-weight: 300;
  font-style: normal;
}

@font-face {
  font-family: 'Kimoe';
  src: url('assets/Fonts/kimoe-2026-04-07-06-12-03-utc/OpenType-PS/Kimoe-Regular.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
}

@font-face {
  font-family: 'Kimoe';
  src: url('assets/Fonts/kimoe-2026-04-07-06-12-03-utc/OpenType-PS/Kimoe-Medium.otf') format('opentype');
  font-weight: 500;
  font-style: normal;
}

@font-face {
  font-family: 'Kimoe';
  src: url('assets/Fonts/kimoe-2026-04-07-06-12-03-utc/OpenType-PS/Kimoe-SemiBold.otf') format('opentype');
  font-weight: 600;
  font-style: normal;
}

@font-face {
  font-family: 'Kimoe';
  src: url('assets/Fonts/kimoe-2026-04-07-06-12-03-utc/OpenType-PS/Kimoe-Bold.otf') format('opentype');
  font-weight: 700;
  font-style: normal;
}

@font-face {
  font-family: 'Kimoe';
  src: url('assets/Fonts/kimoe-2026-04-07-06-12-03-utc/OpenType-PS/Kimoe-ExtraBold.otf') format('opentype');
  font-weight: 800;
  font-style: normal;
}

@font-face {
  font-family: 'Kimoe';
  src: url('assets/Fonts/kimoe-2026-04-07-06-12-03-utc/OpenType-PS/Kimoe-Black.otf') format('opentype');
  font-weight: 900;
  font-style: normal;
}

@font-face {
  font-family: 'Kimoe';
  src: url('assets/Fonts/kimoe-2026-04-07-06-12-03-utc/OpenType-PS/Kimoe-ExtraBlack.otf') format('opentype');
  font-weight: 950;
  font-style: normal;
}

/* ═══════════ VOYZER TECH — cinematic landing ═══════════ */
:root {
  --black: #070708;
  --graphite: #141417;
  --graphite-2: #1d1d22;
  --white: #f5efe6;
  /* branco quente */
  --white-dim: #b8b2a6;
  --amber: #e8a33d;
  /* glow ambiente do data center */
  --amber-soft: #c98a2e;
  --brand: #FE5000;
  /* laranja da marca Voyzer */
  --font-display: "Kimoe", sans-serif;
  --font-body: "Kimoe", -apple-system, sans-serif;
}

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box
}

html {
  scroll-behavior: auto
}

html.lenis,
html.lenis body {
  height: auto
}

.lenis.lenis-smooth {
  scroll-behavior: auto !important
}

body {
  background: var(--black);
  color: var(--white);
  font-family: var(--font-body);
  font-weight: 300;
  overflow-x: hidden;
  -webkit-font-smoothing: antialiased;
}

img {
  max-width: 100%;
  display: block
}

a {
  color: inherit;
  text-decoration: none
}

em {
  font-style: italic;
  color: var(--brand)
}

.text-brand-accent {
  color: var(--brand);
  font-style: italic;
  display: inline;
}

::selection {
  background: var(--brand);
  color: #fff
}

/* ─── brand lockup (logo oficial em imagem) ─── */
.brand {
  display: inline-flex;
  align-items: center
}

.logo-img {
  height: 26px;
  width: auto;
  display: block
}

/* ─── typography helpers ─── */
.eyebrow {
  font-size: .72rem;
  letter-spacing: .34em;
  text-transform: uppercase;
  color: var(--brand);
  margin-bottom: 2.2rem;
  font-weight: 500;
  text-shadow: 0 2px 4px rgba(0, 0, 0, 0.8), 0 0 8px rgba(0, 0, 0, 0.5);
}

.display {
  font-family: var(--font-display);
  font-weight: 300;
  font-size: clamp(2.2rem, 5.2vw, 4.4rem);
  line-height: 1.06;
  letter-spacing: -.01em
}

.display-mini {
  font-family: var(--font-display);
  font-weight: 300;
  font-size: clamp(1.5rem, 2.5vw, 2.6rem);
  line-height: 1.06;
  letter-spacing: -.01em
}

h4 {
  margin: 1.6rem 0 0;
  font-size: 1.1rem;
  line-height: 1.6;
  font-weight: 400;
}

.section-sub {
  color: var(--white-dim);
  max-width: 36rem;
  margin-top: 1.6rem;
  line-height: 1.7;
  font-size: 1.02rem
}

/* Missao section: readable prose and consistent spacing */
.missao-section .prose {
  max-width: 48rem;
  margin: 0;
  color: var(--white);
}

.missao-section .prose h2 {
  font-family: var(--font-display);
  font-weight: 300;
  font-size: clamp(1.4rem, 2.6vw, 2rem);
  margin: 0 0 0.8rem 0;
  line-height: 1.08;
}

.missao-section .prose p {
  margin: 0 0 1.6rem 0;
  line-height: 1.7;
  font-size: 1rem;
}

section {
  padding: clamp(2.5rem, 5vh, 4.5rem) clamp(1.4rem, 6vw, 7rem);
  position: relative
}

.section-head {
  max-width: 62rem;
  margin-bottom: clamp(2.5rem, 6vh, 4.5rem)
}

.section-action {
  margin-top: clamp(2rem, 4vh, 3rem)
}

.btn-ghost {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  position: relative;
  border: 1px solid var(--brand);
  color: var(--brand);
  padding: .85em 1.7em;
  border-radius: 2em;
  font-size: .82rem;
  letter-spacing: .1em;
  text-transform: uppercase;
  overflow: hidden;
  background: transparent;
  transition: transform .5s ease, border-color .5s ease;
  z-index: 1;
}

/* 1. Fundo que desliza da esquerda para a direita (termina por último) */
.btn-ghost::before {
  content: '';
  position: absolute;
  inset: 0;
  background: var(--brand);
  transform: translateX(-100%);
  transition: transform .5s cubic-bezier(0.4, 0, 0.2, 1);
  z-index: -1;
}

/* 2. Texto branco (termina primeiro, em .35s) */
.btn-ghost span {
  position: relative;
  display: inline-block;
}

.btn-ghost span::before {
  content: attr(data-text);
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  color: #ffffff;
  clip-path: inset(0 100% 0 0);
  transition: clip-path .35s cubic-bezier(0.4, 0, 0.2, 1);
  white-space: nowrap;
}

/* 3. Seta — entra depois do texto, antes do fundo terminar */
.btn-ghost::after {
  content: '→';
  color: #ffffff;
  display: inline-block;
  margin-left: 0.35em;
  opacity: 0;
  transform: translateX(-6px);
  transition: opacity .15s ease, transform .15s ease;
  /* sem delay */
}

/* ═══════════ HOVER ═══════════ */
.btn-ghost:hover {
  transform: translateY(-2px);
}

.btn-ghost:hover::before {
  transform: translateX(0);
}

.btn-ghost:hover span::before {
  clip-path: inset(0 0% 0 0);
}

.btn-ghost:hover::after {
  opacity: 1;
  transform: translateX(0);
  transition: opacity .15s ease .3s, transform .15s ease .3s;
  /* delay aqui */
}


/* ═══════════ PRELOADER ═══════════ */
#preloader {
  position: fixed;
  inset: 0;
  z-index: 200;
  background: var(--black);
  display: flex;
  align-items: center;
  justify-content: center;
  transition: opacity .8s ease, visibility .8s
}

#preloader.done {
  opacity: 0;
  visibility: hidden
}

.pre-inner {
  text-align: center;
  width: min(320px, 72vw)
}

.pre-logo {
  margin-bottom: 2rem;
  justify-content: center
}

.pre-logo .logo-img {
  height: 34px
}

.pre-bar {
  height: 1px;
  background: #2a2a30;
  overflow: hidden
}

.pre-bar-fill {
  height: 100%;
  width: 0%;
  background: var(--brand);
  transition: width .2s ease
}

.pre-label {
  margin-top: 1rem;
  font-size: .68rem;
  letter-spacing: .3em;
  text-transform: uppercase;
  color: var(--white-dim)
}

/* ═══════════ NAV ═══════════ */
#siteNav {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 100;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 1.2rem clamp(1.4rem, 4vw, 3rem);
  transition: background .5s, backdrop-filter .5s, padding .5s
}

#siteNav.scrolled {
  background: rgba(7, 7, 8, .72);
  backdrop-filter: blur(14px);
  padding: .8rem clamp(1.4rem, 4vw, 3rem)
}

#siteNav.nav-compact {
  padding: .8rem clamp(1.4rem, 4vw, 3rem) !important;
  background: rgba(7, 7, 8, .72) !important;
  backdrop-filter: blur(14px) !important;
}

.nav-links {
  display: flex;
  gap: 2rem;
  align-items: center;
  font-size: .8rem;
  letter-spacing: .12em;
  text-transform: uppercase
}

.nav-links a:not(.nav-cta) {
  opacity: .75;
  transition: opacity .3s, color .3s
}

.nav-links a:not(.nav-cta):hover {
  opacity: 1;
  color: var(--brand)
}

.nav-cta {
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  border: 1px solid var(--brand);
  color: var(--brand);
  padding: .55em 1.3em;
  border-radius: 2em;
  background: transparent;
  transition: transform .3s ease;
  z-index: 1;
}

/* Fundo que desliza */
.nav-cta::before {
  content: '';
  position: absolute;
  inset: 0;
  background: var(--brand);
  transform: translateX(-100%);
  transition: transform .5s cubic-bezier(0.4, 0, 0.2, 1);
  z-index: -1;
}

/* Texto branco sincronizado */
.nav-cta span {
  position: relative;
  display: inline-block;
}

.nav-cta span::before {
  content: attr(data-text);
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  color: #ffffff;
  clip-path: inset(0 100% 0 0);
  transition: clip-path .35s cubic-bezier(0.4, 0, 0.2, 1);
  white-space: nowrap;
}

.nav-cta:hover::before {
  transform: translateX(0);
}

.nav-cta:hover span::before {
  clip-path: inset(0 0% 0 0);
}

#navToggle {
  display: none;
  background: none;
  border: none;
  cursor: pointer;
  width: 34px;
  height: 26px;
  position: relative;
  z-index: 110
}

#navToggle span {
  position: absolute;
  left: 4px;
  right: 4px;
  height: 1.5px;
  background: var(--white);
  transition: .35s
}

#navToggle span:first-child {
  top: 8px
}

#navToggle span:last-child {
  bottom: 8px
}

#navToggle.open span:first-child {
  top: 12px;
  transform: rotate(45deg)
}

#navToggle.open span:last-child {
  bottom: 12px;
  transform: rotate(-45deg)
}

#mobileMenu {
  position: fixed;
  inset: 0;
  z-index: 99;
  background: rgba(7, 7, 8, .96);
  backdrop-filter: blur(18px);
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 2.2rem;
  font-family: var(--font-display);
  font-size: 1.6rem;
  opacity: 0;
  visibility: hidden;
  transition: .45s
}

#mobileMenu.open {
  opacity: 1;
  visibility: visible
}

#mobileMenu .nav-cta {
  font-family: var(--font-body);
  font-size: .85rem;
  letter-spacing: .12em;
  text-transform: uppercase
}

/* ═══════════ 1 · SCROLL STAGE (hero) ═══════════ */
#scrollStage {
  /* percurso encurtado: o filme dos 120 quadros ocupa 90% da timeline,
     então 460vh mantém a mesma densidade px/quadro sem sobrar rolagem */
  height: 460vh;
  position: relative;
  padding: 0
}

.stage-sticky {
  position: sticky;
  top: 0;
  height: 100vh;
  overflow: hidden;
  background: var(--black)
}

#heroCanvas {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  display: block
}

.stage-vignette {
  position: absolute;
  inset: 0;
  pointer-events: none;
  background: rgba(0, 0, 0, 0.6);
  z-index: 1;
}

.stage-text {
  position: absolute;
  inset: 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  padding: 0 1.5rem;
  pointer-events: none;
  opacity: 1;
  z-index: 2;
}

.stage-text h1 {
  font-family: var(--font-display);
  font-weight: 300;
  font-size: clamp(2.4rem, 6vw, 5.2rem);
  line-height: 1.05;
  text-shadow: 0 2px 40px rgba(0, 0, 0, .7)
}

.stage-text h2 {
  font-family: var(--font-display);
  font-weight: 300;
  font-size: clamp(2rem, 5vw, 4.2rem);
  line-height: 1.08;
  text-shadow: 0 2px 40px rgba(0, 0, 0, .7)
}

.stage-text .lead {
  margin-top: 1.6rem;
  color: var(--white);
  font-size: clamp(.9rem, 1.4vw, 1.1rem);
  letter-spacing: .05em;
  max-width: 42rem;
  text-shadow: 0 2px 6px rgba(0, 0, 0, 0.84), 0 0 12px rgba(0, 0, 0, 0.5);
}

/* ═══════════ HERO CTA (Padrão exato do Nav-CTA) ═══════════ */
.hero-cta {
  pointer-events: auto;
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.6rem;
  margin-top: 2.6rem;
  padding: 0.95em 2.2em;
  overflow: hidden;

  border: 1px solid var(--brand);
  color: var(--brand);
  background: transparent;
  border-radius: 2em;

  font-weight: 700;
  font-size: 0.92rem;
  letter-spacing: 2px;
  text-transform: uppercase;
  text-decoration: none;

  transition: transform .3s ease;
  cursor: pointer;
  z-index: 1;
}

/* Fundo que desliza da esquerda pra direita */
.hero-cta::before {
  content: '';
  position: absolute;
  inset: 0;
  background: var(--brand);
  transform: translateX(-100%);
  transition: transform .5s cubic-bezier(0.4, 0, 0.2, 1);
  z-index: -1;
}

/* Texto branco sincronizado (termina primeiro, em .35s) */
.hero-cta span[data-text] {
  position: relative;
  display: inline-block;
}

.hero-cta span[data-text]::before {
  content: attr(data-text);
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  color: #ffffff;
  clip-path: inset(0 100% 0 0);
  transition: clip-path .35s cubic-bezier(0.4, 0, 0.2, 1);
  white-space: nowrap;
}

/* Ícone: usa currentColor, transição de cor com delay (entra depois do texto) */
.cta-icon {
  width: 1.4em;
  height: 1.4em;
  flex-shrink: 0;
  transition: color .15s ease;
}

/* ═══════════ HOVER ═══════════ */
.hero-cta:hover::before {
  transform: translateX(0);
}

.hero-cta:hover span[data-text]::before {
  clip-path: inset(0 0% 0 0);
}

.hero-cta:hover .cta-icon {
  color: #ffffff;
  transition: color .15s ease .3s;
}

.hero-cta:active {
  transform: scale(0.98);
}

/* ═══════════ ELEMENTOS SECUNDÁRIOS DO HERO ═══════════ */
.scroll-hint {
  margin-top: 2.8rem;
  width: 1px;
  height: 56px;
  background: rgba(245, 239, 230, 0.25);
  position: relative;
  overflow: hidden;
}

.scroll-hint span {
  display: block !important;
  position: absolute;
  left: 0;
  top: -40%;
  width: 100%;
  height: 40%;
  background: var(--brand);
  animation: hint 1.8s ease-in-out infinite;
}

@keyframes hint {
  to {
    top: 110%;
  }
}

@media (prefers-reduced-motion: reduce) {
  .scroll-hint span {
    animation: none;
  }
}

.stage-flash {
  position: absolute;
  inset: 0;
  background: radial-gradient(circle at center, #ffe6c2 0%, var(--amber) 34%, rgba(7, 7, 8, 0) 74%);
  opacity: 0;
  pointer-events: none;
  mix-blend-mode: screen;
}

/* ═══════════ ELEMENTOS SECUNDÁRIOS DO HERO ═══════════ */
.scroll-hint {
  margin-top: 2.8rem;
  width: 1px;
  height: 56px;
  background: rgba(245, 239, 230, 0.25);
  position: relative;
  overflow: hidden;
}

.scroll-hint span {
  display: block !important;
  position: absolute;
  left: 0;
  top: -40%;
  width: 100%;
  height: 40%;
  background: var(--brand);
  animation: hint 1.8s ease-in-out infinite;
}

@keyframes hint {
  to {
    top: 110%;
  }
}

@media (prefers-reduced-motion: reduce) {
  .scroll-hint span {
    animation: none;
  }
}

.stage-flash {
  position: absolute;
  inset: 0;
  background: radial-gradient(circle at center, #ffe6c2 0%, var(--amber) 34%, rgba(7, 7, 8, 0) 74%);
  opacity: 0;
  pointer-events: none;
  mix-blend-mode: screen;
}

/* ═══════════ 2 · SERVIÇOS ═══════════ */
/* A emenda com o hero: o topo da seção carrega o resto do clarão âmbar da
   travessia, então a luz não morre num corte reto — ela vaza para dentro do
   conteúdo e se apaga alguns décimos de tela abaixo. Gradiente estático:
   só aparece enquanto o topo da seção está na tela (ou seja, na transição)
   e não custa nada por quadro. */
#servicos {
  background:
    radial-gradient(115% 46% at 50% -8%,
      rgba(232, 163, 61, .16) 0%,
      rgba(232, 163, 61, .06) 30%,
      rgba(254, 80, 0, .028) 52%,
      rgba(7, 7, 8, 0) 76%),
    var(--black);
}

/* lâmina do diafragma: o fio de luz que fica na emenda quando o hero sai */
#servicos::before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  height: 1px;
  pointer-events: none;
  background: linear-gradient(90deg,
      rgba(232, 163, 61, 0) 0%,
      rgba(232, 163, 61, .35) 26%,
      rgba(255, 230, 194, .75) 50%,
      rgba(232, 163, 61, .35) 74%,
      rgba(232, 163, 61, 0) 100%);
}

.iris-reveal {
  will-change: clip-path
}

.services {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: clamp(.9rem, 1.6vw, 1.4rem)
}

.service-card {
  background: var(--graphite);
  border: 1px solid #232329;
  border-radius: 6px;
  padding: 2.4rem 1.7rem 2rem;
  position: relative;
  overflow: hidden;
  transition: transform .6s cubic-bezier(.19, 1, .22, 1), border-color .4s;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  text-decoration: none;
  color: inherit;
}

.service-card::before {
  content: attr(data-i);
  position: absolute;
  top: 1.3rem;
  right: 1.4rem;
  font-family: var(--font-display);
  font-style: italic;
  color: var(--brand);
  font-size: 1rem;
  opacity: .85
}

.service-card::after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  height: 2px;
  width: 0;
  background: var(--brand);
  transition: width .5s
}

.service-card:hover {
  transform: translateY(-6px);
  border-color: #33333a
}

.service-card:hover::after {
  width: 100%
}

.service-card h3 {
  font-family: var(--font-display);
  font-weight: 400;
  font-size: 1.5rem;
  margin-bottom: .8rem
}

.service-card p {
  color: var(--white-dim);
  line-height: 1.65;
  font-size: .95rem
}

.service-card .card-link {
  display: inline-flex;
  align-items: center;
  gap: .4rem;
  margin-top: auto;
  padding-top: 1.4rem;
  font-size: .78rem;
  font-weight: 600;
  letter-spacing: .05em;
  text-transform: uppercase;
  color: var(--brand);
  transition: color .3s
}

.service-card .card-link span {
  transition: transform .3s
}

.service-card:hover .card-link {
  color: var(--white)
}

.service-card:hover .card-link span {
  transform: translateX(5px)
}


/* ═══ Íris de diafragma: clarão que abre revelando a seção Serviços ═══
   --iris-k (0→1) é animado pelo ScrollTrigger em main.js. O clarão é uma
   camada decorativa: nunca recorta o conteúdo, então nenhum título é cortado.
   Escopado com "#scrollStage + #servicos" (irmã imediata do palco do hero)
   porque servicos.html TAMBÉM tem id="servicos" (grade de serviços autônoma,
   sem #scrollStage e sem main.js) — um seletor #servicos puro vazaria um
   brilho âmbar permanente para aquela página, já que --iris-k nunca seria
   animado lá e ficaria travado no valor padrão. */
#scrollStage+#servicos {
  --iris-k: 1;
  isolation: isolate;
}

#scrollStage+#servicos::after {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  z-index: 0;
  background:
    radial-gradient(circle calc(var(--iris-k) * 78vh) at 50% calc(58vh - 100%),
      rgba(255, 214, 170, calc(.20 * (1 - var(--iris-k)) + .05)) 0%,
      rgba(254, 80, 0, calc(.16 * (1 - var(--iris-k)) + .04)) 42%,
      rgba(7, 7, 8, 0) 72%);
  opacity: calc(.35 + .65 * (1 - var(--iris-k)));
  transition: none;
}

#scrollStage+#servicos>* {
  position: relative;
  z-index: 1;
}

/* ═══════════ 3 · NÚMEROS ═══════════ */
#numeros {
  background: linear-gradient(var(--black), #0c0c0f)
}

.stats {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 2rem
}

.stat {
  border-left: 1px solid #2a2a30;
  padding-left: 1.8rem
}

.stat-n,
.stat-plus {
  font-family: var(--font-display);
  font-weight: 300;
  font-size: clamp(2.6rem, 5.4vw, 4.6rem);
  color: var(--white)
}

.stat-plus {
  color: var(--brand)
}

.stat p {
  color: var(--white-dim);
  margin-top: .6rem;
  font-size: .9rem;
  letter-spacing: .06em
}

/* ═══════════ 4 · SOBRE ═══════════ */
#sobre {
  background: #0c0c0f
}

.sobre-grid {
  display: grid;
  grid-template-columns: 1.15fr .85fr;
  gap: clamp(2.5rem, 6vw, 6rem);
  align-items: start;
  position: relative;
  overflow: hidden
}

/* Se não houver aside, fazer com que o texto ocupe as duas colunas */
.sobre-text {
  grid-column: 1 / -1;
  position: relative;
  isolation: isolate
}

.sobre-text > * {
  position: relative;
  z-index: 1
}

.sobre-grid .bg-watermark-dw {
  opacity: .22;
  filter: drop-shadow(0 0 18px rgba(254, 80, 0, .7));
  z-index: 0
}

.sobre-text p {
  max-width: 42rem;
  color: var(--white-dim);
  line-height: 1.8;
  margin-top: 1.5rem;
  font-size: 1.03rem
}

.sobre-text strong {
  color: var(--white);
  font-weight: 500
}

.sobre-text .btn-ghost {
  margin-top: 2.4rem
}

.sobre-aside {
  border-left: 2px solid var(--brand);
  padding: .4rem 0 .4rem 2rem;
  align-self: center
}

.mini-quote {
  font-family: var(--font-display);
  font-style: italic;
  font-weight: 300;
  font-size: clamp(1.3rem, 2.4vw, 1.9rem);
  line-height: 1.4;
  color: var(--white)
}

.mini-quote-label {
  display: block;
  margin-top: 1.4rem;
  font-size: .7rem;
  letter-spacing: .28em;
  text-transform: uppercase;
  color: var(--brand)
}

/* ═══════════ 5 · CASES / GALLERY ═══════════ */
#cases {
  background: linear-gradient(#0c0c0f, var(--graphite) 55%, var(--black));
}

.gallery {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: clamp(.9rem, 1.6vw, 1.4rem);
}

.g-item {
  position: relative;
  min-height: clamp(310px, 35vw, 470px);
  overflow: hidden;
  padding: 0;
  border: 1px solid rgba(255, 255, 255, .08);
  border-radius: 6px;
  background: #111114;
  color: inherit;
  text-align: left;
  font: inherit;
  cursor: pointer;
  isolation: isolate;
  transition: border-color .35s ease, transform .45s cubic-bezier(.19, 1, .22, 1);
}

.g-mask {
  position: absolute;
  inset: 0;
  overflow: hidden;
}

.g-mask::after {
  content: '';
  position: absolute;
  inset: 0;
  background:
    radial-gradient(130% 95% at 12% 105%, rgba(254, 80, 0, .16), transparent 62%),
    linear-gradient(180deg, rgba(7, 7, 8, .04) 18%, rgba(7, 7, 8, .24) 48%, rgba(7, 7, 8, .84) 78%, rgba(7, 7, 8, .97) 100%),
    linear-gradient(90deg, rgba(7, 7, 8, .3), transparent 68%);
}

.g-item img {
  position: absolute;
  left: 0;
  top: -6%;
  width: 100%;
  height: 112%;
  object-fit: cover;
  filter: saturate(.94);
  scale: 1;
  transition: scale .7s cubic-bezier(.19, 1, .22, 1), filter .55s ease;
  will-change: transform;
}

/* Case 02 tem cabos verde-neon que destoam da paleta grafite/âmbar do site;
   um leve duotone converge a cor sem descaracterizar a foto real. */
.case-card[data-case="case2"] .g-mask img {
  filter: saturate(.62) sepia(.16) hue-rotate(-8deg);
}

.case-card[data-case="case2"]:hover .g-mask img,
.case-card[data-case="case2"]:focus-visible .g-mask img {
  filter: saturate(.72) sepia(.16) hue-rotate(-8deg);
}

.g-item:hover,
.g-item:focus-visible {
  border-color: rgba(255, 79, 0, .72);
  transform: translateY(-4px);
}

.g-item:focus-visible {
  outline: 2px solid var(--brand);
  outline-offset: 4px;
}

.g-item:hover img,
.g-item:focus-visible img {
  scale: 1.04;
  filter: saturate(1.06);
}

.case-card-content {
  position: absolute;
  inset: auto clamp(1.25rem, 2.5vw, 2rem) clamp(1.3rem, 2.5vw, 2rem);
  z-index: 2;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}

.case-card-kicker {
  margin-bottom: .75rem;
  font-size: .72rem;
  letter-spacing: .19em;
  text-transform: uppercase;
  color: var(--white-dim);
  text-shadow: 0 2px 14px rgba(0, 0, 0, .72);
}

.case-card-kicker-num {
  color: var(--brand);
  font-weight: 600;
}

.case-card-title {
  max-width: 18ch;
  font-family: var(--font-display);
  font-size: clamp(1.45rem, 2.7vw, 2.3rem);
  font-weight: 400;
  line-height: 1.08;
  color: var(--white);
  text-shadow: 0 2px 18px rgba(0, 0, 0, .72);
}

.case-card-action {
  display: inline-flex;
  align-items: center;
  gap: .45rem;
  margin-top: 1.15rem;
  font-size: .75rem;
  letter-spacing: .15em;
  text-transform: uppercase;
  color: var(--white-dim);
  text-shadow: 0 2px 14px rgba(0, 0, 0, .72);
  transition: color .3s ease, transform .3s ease;
}

.g-item:hover .case-card-action,
.g-item:focus-visible .case-card-action {
  color: var(--white);
  transform: translateX(4px);
}

.gallery-note {
  margin-top: 2.2rem;
  font-size: .68rem;
  letter-spacing: .22em;
  text-transform: uppercase;
  color: #6d675c;
  text-align: right;
}

/* ═══════════ MODAL DO CARROSSEL (LIGHTBOX) ═══════════ */
#lightbox-modal {
  position: fixed;
  inset: 0;
  z-index: 9999;
  padding: clamp(1rem, 3vw, 2.5rem);
  background: rgba(7, 7, 8, .96);
  backdrop-filter: blur(14px);
  display: flex;
  align-items: center;
  justify-content: center;
  visibility: hidden;
  opacity: 0;
  pointer-events: none;
  transition: opacity .3s ease, visibility .3s ease;
}

#lightbox-modal.active {
  visibility: visible;
  opacity: 1;
  pointer-events: auto;
}

.lightbox-shell {
  position: relative;
  width: min(1180px, 100%);
  height: min(860px, calc(100vh - clamp(2rem, 6vw, 5rem)));
  display: grid;
  grid-template-rows: auto minmax(0, 1fr);
  gap: 1.1rem;
}

.lightbox-header {
  min-height: 72px;
  padding: 0 4.75rem;
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 2rem;
}

.lightbox-kicker,
.lightbox-counter {
  font-size: .66rem;
  letter-spacing: .22em;
  text-transform: uppercase;
}

.lightbox-kicker {
  margin-bottom: .4rem;
  color: var(--white-dim);
}

#lightbox-title {
  max-width: 760px;
  font-family: var(--font-display);
  font-size: clamp(1.3rem, 2.5vw, 2rem);
  font-weight: 400;
  line-height: 1.15;
  color: var(--white);
}

.lightbox-counter {
  flex: 0 0 auto;
  padding-bottom: .25rem;
  color: var(--white-dim);
}

.lightbox-figure {
  position: relative;
  min-height: 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: .8rem;
  margin: 0 4.75rem;
}

#lightbox-img {
  display: block;
  max-width: 100%;
  max-height: calc(100% - 2rem);
  width: auto;
  height: auto;
  object-fit: contain;
  border-radius: 5px;
  box-shadow: 0 14px 50px rgba(0, 0, 0, .6);
  transition: opacity 0.2s ease, transform 0.2s ease;
  transform: translateX(0);
}

.lightbox-close {
  position: absolute;
  top: 0;
  right: 0;
  width: 48px;
  height: 48px;
  padding: 0;
  border: 1px solid rgba(255, 255, 255, .16);
  border-radius: 50%;
  background: rgba(255, 255, 255, .05);
  color: #fff;
  font-size: 32px;
  font-weight: 300;
  line-height: 42px;
  cursor: pointer;
  z-index: 2;
  transition: color .3s ease, border-color .3s ease, transform .3s ease;
}

.lightbox-close:hover,
.lightbox-close:focus-visible {
  border-color: var(--brand);
  color: var(--brand);
  transform: rotate(90deg);
}

.lightbox-prev,
.lightbox-next {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  background: rgba(255, 255, 255, .08);
  color: #fff;
  border: 1px solid rgba(255, 255, 255, .14);
  font-size: 22px;
  width: 56px;
  height: 56px;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  border-radius: 50%;
  z-index: 2;
  transition: background .3s ease, border-color .3s ease, color .3s ease;
}

.lightbox-prev:hover,
.lightbox-next:hover,
.lightbox-prev:focus-visible,
.lightbox-next:focus-visible {
  border-color: var(--brand);
  background: rgba(255, 79, 0, .15);
  color: var(--brand);
}

.lightbox-prev {
  left: 0;
}

.lightbox-next {
  right: 0;
}

#lightbox-caption {
  min-height: 1.2em;
  color: var(--white-dim);
  font-size: .68rem;
  letter-spacing: .16em;
  text-transform: uppercase;
  text-align: center;
}

body.lightbox-open {
  overflow: hidden;
}

body.lightbox-open .cookie-banner {
  visibility: hidden;
  opacity: 0;
  pointer-events: none;
}

/* ═══════════ 6 · DEPOIMENTOS ═══════════ */
#depoimentos {
  background: linear-gradient(var(--black), #0c0c0f);
}

/* Grid para colocar os 3 cards lado a lado */
.quotes-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: clamp(1.2rem, 2vw, 2rem);
  align-items: stretch;
  /* Garante que todos os cards tenham a mesma altura */
}

/* Estilo do Card Individual */
.quote {
  max-width: 100%;
  /* Reseta o limite antigo de 56rem */
  background: var(--graphite, #141417);
  border: 1px solid #232329;
  border-radius: 8px;
  padding: 2.2rem 1.8rem;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  /* Empurra o nome/autor para o rodapé do card */
  transition: transform .4s ease, border-color .4s ease;
}

.quote:hover {
  border-color: var(--brand);
  transform: translateY(-4px);
}

.quote blockquote {
  font-family: var(--font-display);
  font-weight: 300;
  font-style: italic;
  font-size: clamp(0.98rem, 1.2vw, 1.15rem);
  /* Tamanho ajustado para caber nos cards */
  line-height: 1.6;
  margin-bottom: 2rem;
}

.quote blockquote::before {
  content: "";
  display: block;
  width: 48px;
  height: 2px;
  background: var(--brand);
  margin-bottom: 1.4rem;
}

.quote figcaption {
  display: flex;
  flex-direction: column;
  gap: .25rem;
  border-top: 1px solid #222228;
  padding-top: 1.2rem;
}

.quote figcaption strong {
  font-weight: 500;
  letter-spacing: .06em;
  font-size: 0.95rem;
}

.quote figcaption span {
  color: var(--white-dim);
  font-size: .8rem;
  letter-spacing: .05em;
  line-height: 1.4;
}

/* Responsividade: Volta para 1 coluna em telas menores (tablets e celulares) */
@media (max-width: 960px) {
  .quotes-grid {
    grid-template-columns: 1fr;
  }
}

/* ═══════════ 7 · CLIENTES · 8 · PARCEIROS ═══════════ */
#clientes {
  background: #0c0c0f;
}

#parceiros {
  background: linear-gradient(#0c0c0f, var(--black));
}

#parceiros .section-head {
  margin-left: auto;
  margin-right: auto;
  text-align: center;
}

#parceiros .section-sub {
  margin-left: auto;
  margin-right: auto;
}

/* ---- ESTILO BASE COMPARTILHADO (Clientes e Parceiros) ---- */
.logo-slot,
.partner-slot {
  aspect-ratio: 16/7;
  border: 1px solid #22222a;
  border-radius: 5px;
  background: linear-gradient(180deg, #151519, #101014);
  position: relative;
  overflow: hidden;
  box-sizing: border-box;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: border-color .4s, background .4s;
}

.logo-slot img,
.partner-slot img {
  width: auto;
  height: auto;
  display: block;
  object-fit: contain;
  opacity: .72;
  filter: saturate(.9);
  transition: opacity .4s, filter .4s, transform .4s;
}

.logo-slot:hover,
.partner-slot:hover {
  border-color: #34343d;
  background: linear-gradient(180deg, #17171c, #111116);
}

.logo-slot:hover img,
.partner-slot:hover img {
  opacity: 1;
  filter: saturate(1);
  transform: scale(1.05);
}

/* ===================================================
   1. GRID DE CLIENTES (LOGO-WALL) - COMO ERA ANTES
   =================================================== */
.logo-wall {
  display: grid;
  grid-template-columns: repeat(5, 1fr); /* 5 colunas */
  gap: clamp(.8rem, 1.4vw, 1.2rem);
  width: 100%;
  padding: .8rem 0;
}

.logo-slot {
  padding: .8rem;
}

.logo-slot img {
  max-height: 60%;
  max-width: 95%;
}

/* ===================================================
   2. GRID DE PARCEIROS (PARTNER-WALL) - NOVO LAYOUT
   =================================================== */
.partner-wall {
  display: grid;
  grid-template-columns: repeat(6, 1fr) !important; /* 6 colunas */
  gap: clamp(.6rem, 1.2vw, 1rem);
  width: 100%;
  padding: .8rem 0;
}

/* Responsivo: a regra acima não tinha media query, então as 6 colunas
   ficavam fixas até no celular — 21 logos espremidas, ilegíveis.
   !important necessário para vencer a regra base (mesma especificidade,
   quem decide é a ordem: esta vem depois). */
@media (max-width: 1024px) {
  .partner-wall {
    grid-template-columns: repeat(3, 1fr) !important;
  }
}

@media (max-width: 640px) {
  .partner-wall {
    grid-template-columns: repeat(2, 1fr) !important;
  }
}

.partner-slot {
  padding: .6rem;
}

.partner-slot img {
  max-height: 45% !important;
  max-width: 80% !important;
}

/* ═══ CLIENTES · NORMALIZAÇÃO ÓPTICA DA PAREDE DE LOGOS ═══
   Escopo: SOMENTE #clientes. Parceiros (.partner-wall/.partner-slot)
   continua usando as regras compartilhadas acima, sem alteração.

   Problema: as 20 logos estão recortadas justas ao conteúdo, mas a
   proporção largura/altura varia de 1,03 (Belasul) a 7,04 (Kepler Weber).
   Limitar só a altura faz a Kepler ficar ~7x mais larga; limitar só a
   largura faz as quase-quadradas ficarem enormes em altura.

   Solução: cada logo recebe uma altura-alvo proporcional a 1/(proporção^0,45).
   Com esse expoente a ÁREA renderizada fica ~constante (varia apenas
   proporção^0,10, ou seja ~1,2x entre a mais estreita e a mais larga),
   que é a métrica de "peso óptico". Nada é distorcido: só max-height /
   max-width são definidos, width/height continuam auto. */

/* Padding em % (resolve contra a largura do card) para que a caixa de
   conteúdo escale proporcionalmente ao card em qualquer breakpoint —
   assim as porcentagens de max-height abaixo valem em todas as telas. */
#clientes .logo-slot {
  padding: 4.2%;
}

/* Fallback para qualquer logo que não esteja na lista abaixo. */
#clientes .logo-slot img {
  max-height: 44%;
  max-width: 88%;
  width: auto;
  height: auto;
  object-fit: contain;
}

/* Alturas-alvo por logo — 75% / (proporção ^ 0,45) */
#clientes .logo-slot img[src$="Logo-Belasul.png" i] {
  max-height: 74%
}

/* 1,03 */
#clientes .logo-slot img[src$="schuster.png" i] {
  max-height: 70.4%
}

/* 1,15 */
#clientes .logo-slot img[src$="MC-Branco.png" i] {
  max-height: 61.2%
}

/* 3,53 */
#clientes .logo-slot img[src$="Sollucao.png" i] {
  max-height: 42.5%
}

/* 1,98 */
#clientes .logo-slot img[src$="produza.png" i] {
  max-height: 53.1%
}

/* 2,40 */
#clientes .logo-slot img[src$="Fatto.png" i] {
  max-height: 50.6%
}

/* 2,48 */
#clientes .logo-slot img[src$="finger.png" i] {
  max-height: 47.1%
}

/* 2,81 */
#clientes .logo-slot img[src$="bravo.png" i] {
  max-height: 45%
}

/* 3,12 */
#clientes .logo-slot img[src$="Unimed-branco.png" i] {
  max-height: 42.9%
}

/* 3,46 */
#clientes .logo-slot img[src$="Logo_Biolchi.png" i] {
  max-height: 42.9%
}

/* 3,47 */
#clientes .logo-slot img[src$="Certaja-branco.png" i] {
  max-height: 42%
}

/* 3,63 */
#clientes .logo-slot img[src$="sicoob.png" i] {
  max-height: 41%
}

/* 3,83 */
#clientes .logo-slot img[src$="sicredi.png" i] {
  max-height: 40%
}

/* 4,04 */
#clientes .logo-slot img[src$="Agregar.png" i] {
  max-height: 39.7%
}

/* 4,12 */
#clientes .logo-slot img[src$="rotoplastyc.png" i] {
  max-height: 39.7%
}

/* 4,12 */
#clientes .logo-slot img[src$="Pellegrin.png" i] {
  max-height: 39.3%
}

/* 4,21 */
#clientes .logo-slot img[src$="grazmec.png" i] {
  max-height: 38.4%
}

/* 4,42 */
#clientes .logo-slot img[src$="cresol.png" i] {
  max-height: 36.6%
}

/* 4,92 */
#clientes .logo-slot img[src$="gt.png" i] {
  max-height: 35.8%
}

/* 5,17 */
#clientes .logo-slot img[src$="KeplerWeber.png" i] {
  max-height: 31.2%
}

/* 7,04 */

/* Grade: 20 logos fecham exatamente em 5, 4 ou 2 colunas
   (4, 5 e 10 linhas) — nunca sobra card órfão numa linha. */
#clientes .logo-wall {
  grid-template-columns: repeat(5, 1fr);
  align-items: stretch;
  justify-items: stretch;
}

@media (max-width: 1024px) {
  #clientes .logo-wall {
    grid-template-columns: repeat(4, 1fr)
  }
}

@media (max-width: 640px) {
  #clientes .logo-wall {
    grid-template-columns: repeat(2, 1fr)
  }
}

.ph-note {
  margin-top: 1.6rem;
  font-size: .66rem;
  letter-spacing: .22em;
  text-transform: uppercase;
  color: #5d574d;
}

/* ---- RESPONSIVIDADE UNIFICADA ---- */
@media (max-width: 1024px) {

  .logo-wall,
  .partner-wall {
    grid-template-columns: repeat(3, 1fr);
    /* 3 colunas em tablets */
  }
}

@media (max-width: 640px) {

  .logo-wall,
  .partner-wall {
    grid-template-columns: repeat(2, 1fr);
    /* 2 colunas em celulares */
  }
}


/* Nota: o dimensionamento por logo de #parceiros (equalização óptica
   individual + grid de 5/2 colunas) foi descontinuado — a seção
   "GRID DE PARCEIROS (PARTNER-WALL) - NOVO LAYOUT" no início deste
   arquivo agora define grade de 6 colunas e max-height/max-width
   uniformes com !important, e essas regras venceriam de qualquer forma. */

/* ═══════════ 9 · BLOG ═══════════ */
#blog {
  background: var(--black)
}

.blog-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: clamp(1rem, 2vw, 2rem)
}

.blog-card {
  background: var(--graphite);
  border: 1px solid #232329;
  border-radius: 6px;
  overflow: hidden;
  /* Garante que a imagem respeite o border-radius */
  display: flex;
  flex-direction: column;
  transition: transform .6s cubic-bezier(.19, 1, .22, 1), border-color .4s;
}

.blog-card:hover {
  transform: translateY(-6px);
  border-color: var(--brand);
}

/* Thumbnail / Imagem do Card */
.blog-thumb {
  width: 100%;
  height: 190px;
  overflow: hidden;
  position: relative;
}

.blog-thumb img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  filter: saturate(.85);
  transition: transform .8s cubic-bezier(.19, 1, .22, 1), filter .6s;
}

.blog-card:hover .blog-thumb img {
  transform: scale(1.06);
  filter: saturate(1.05);
}

/* Corpo do Card com Textos */
.blog-body {
  padding: 1.8rem 1.9rem 2rem;
  display: flex;
  flex-direction: column;
  gap: 1rem;
  flex: 1;
}

.blog-tag {
  font-size: .66rem;
  letter-spacing: .26em;
  text-transform: uppercase;
  color: var(--brand)
}

.blog-card h3 {
  font-family: var(--font-display);
  font-weight: 400;
  font-size: 1.45rem;
  line-height: 1.25
}

.blog-card p {
  color: var(--white-dim);
  line-height: 1.65;
  font-size: .94rem;
  flex: 1
}

.blog-more {
  font-size: .74rem;
  letter-spacing: .18em;
  text-transform: uppercase;
  color: var(--white-dim)
}

/* ═══════════ 10 · CONTATO ═══════════ */
#contato {
  background: radial-gradient(ellipse at 50% 120%, rgba(249, 78, 27, .14), transparent 60%), var(--black)
}

.contato-grid {
  display: grid;
  grid-template-columns: 1.2fr .8fr;
  gap: clamp(2.5rem, 6vw, 6rem);
  align-items: center
}

.btn-whats {
  display: inline-flex;
  align-items: center;
  gap: .5em;
  margin-top: 2.4rem;
  background: transparent;
  border: 1px solid var(--brand);
  color: var(--brand);
  font-weight: 500;
  padding: .9em 2em;
  border-radius: 3em;
  font-size: .95rem;
  letter-spacing: .04em;

  position: relative;
  overflow: hidden;
  transition: transform .3s ease, box-shadow .4s;
  z-index: 1;
  text-decoration: none;
}

/* Fundo que desliza da esquerda pra direita */
.btn-whats::before {
  content: '';
  position: absolute;
  inset: 0;
  background: var(--brand);
  transform: translateX(-100%);
  transition: transform .5s cubic-bezier(0.4, 0, 0.2, 1);
  z-index: -1;
}

/* Ícone: muda de cor com delay (entra depois do texto) */
.btn-whats .cta-icon {
  flex-shrink: 0;
  transition: color .15s ease;
}

/* Texto branco sincronizado (termina primeiro, em .35s) */
.btn-whats span {
  position: relative;
  display: inline-block;
}

.btn-whats span::before {
  content: attr(data-text);
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  color: #ffffff;
  clip-path: inset(0 100% 0 0);
  transition: clip-path .35s cubic-bezier(0.4, 0, 0.2, 1);
  white-space: nowrap;
}

/* ═══════════ HOVER ═══════════ */
.btn-whats:hover {
  transform: translateY(-3px);
}

.btn-whats:hover::before {
  transform: translateX(0);
}

.btn-whats:hover span::before {
  clip-path: inset(0 0% 0 0);
}

.btn-whats:hover .cta-icon {
  color: #ffffff;
  transition: color .15s ease .3s;
}

.contato-info {
  display: flex;
  flex-direction: column;
  gap: 1.6rem;
  border-left: 1px solid #26262c;
  padding-left: clamp(1.5rem, 3vw, 2.6rem)
}

.info-block {
  display: flex;
  flex-direction: column;
  gap: .35rem
}

.info-label {
  font-size: .66rem;
  letter-spacing: .26em;
  text-transform: uppercase;
  color: var(--brand)
}

.info-block>a {
  font-size: 1.02rem;
  color: var(--white);
  transition: color .3s;
  width: fit-content;
  text-decoration: none;
}

.info-block>a:hover {
  color: var(--brand)
}

/* Estilização do Mapa e Links */
.map-preview {
  width: 100%;
  aspect-ratio: 16 / 10;
  /* proporção mais generosa que os 130px fixos */
  border-radius: 6px;
  overflow: hidden;
  border: 1px solid #26262c;
  margin-top: 0.3rem;
  margin-bottom: 0.3rem;
  filter: contrast(1.1) brightness(0.85);
  transition: filter 0.3s;
}

.map-preview iframe {
  width: 100%;
  height: 100%;
  display: block;
  pointer-events: auto;
  /* garante que cliques/arrastos cheguem ao iframe */
}

.map-preview:hover {
  filter: contrast(1.1) brightness(1);
}

.map-link {
  font-size: 0.85rem;
  color: var(--white-dim);
  text-decoration: none;
  transition: color 0.3s;
}

.map-link:hover {
  color: var(--brand);
}

/* Ícones das Redes Sociais */
.info-social {
  display: flex;
  gap: 1.2rem;
  flex-wrap: wrap;
  align-items: center;
  margin-top: 0.2rem;
}

.info-social a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  background: rgba(255, 255, 255, 0.03);
  border: 1px solid #26262c;
  border-radius: 50%;
  color: var(--white-dim);
  transition: all .3s ease;
}

.info-social a:hover {
  background: var(--brand);
  border-color: var(--brand);
  color: #fff;
  transform: translateY(-2px);
}

/* ═══════════ FOOTER ═══════════ */
footer {
  border-top: 1px solid #1f1f24;
  padding: 3rem clamp(1.4rem, 6vw, 7rem) 2.4rem;
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 1.6rem;
  align-items: center
}

.foot-left p {
  color: var(--white-dim);
  font-size: .85rem;
  margin-top: .8rem
}

.foot-social {
  display: flex;
  gap: 1rem;
  align-items: center
}

.foot-social a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 38px;
  height: 38px;
  background: rgba(255, 255, 255, .03);
  border: 1px solid #26262c;
  border-radius: 50%;
  color: var(--white-dim);
  transition: all .3s ease;
}

.foot-social a:hover {
  background: var(--brand);
  border-color: var(--brand);
  color: #fff;
  transform: translateY(-2px);
}

.foot-note {
  grid-column: 1/-1;
  color: #5d574d;
  font-size: .72rem;
  letter-spacing: .06em
}

/* ═══════════ ESTILOS EXCLUSIVOS DA PÁGINA DE SERVIÇOS ═══════════ */

/* Remove o fundo escuro pesado de seção para integrar com o fundo da subpágina */
.subpage .servicos-page {
  background: transparent;
  padding: 2rem 0 5rem 0;
  width: 100%;
}

.subpage .servicos-page .container {
  width: 100%;
  max-width: 1320px;
  margin: 0 auto;
  padding: 0 clamp(1.4rem, 4vw, 3rem);
  box-sizing: border-box;
}

/* Grid de cards específico da subpágina */
.subpage .servicos-page .services {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: clamp(1rem, 1.8vw, 1.5rem);
}

@media (max-width: 1024px) {
  .subpage .servicos-page .services {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 600px) {
  .subpage .servicos-page .services {
    grid-template-columns: 1fr;
  }
}

/* Visual dos Cards exclusivo da subpágina */
.subpage .servicos-page .service-card {
  background: var(--graphite, #16161a);
  border: 1px solid #232329;
  border-radius: 8px;
  padding: 2.6rem 1.8rem 2rem;
  position: relative;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  transition: transform 0.5s cubic-bezier(0.19, 1, 0.22, 1), border-color 0.4s, box-shadow 0.4s;
}

.subpage .servicos-page .service-card::before {
  content: attr(data-i);
  position: absolute;
  top: 1.4rem;
  right: 1.5rem;
  font-family: var(--font-display, Georgia, serif);
  font-style: italic;
  color: var(--brand, #00f0ff);
  font-size: 1.1rem;
  opacity: 0.85;
}

.subpage .servicos-page .service-card::after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  height: 3px;
  width: 0;
  background: var(--brand, #00f0ff);
  transition: width 0.5s ease;
}

.subpage .servicos-page .service-card:hover {
  transform: translateY(-8px);
  border-color: #383842;
  box-shadow: 0 12px 30px rgba(0, 0, 0, 0.4);
}

.subpage .servicos-page .service-card:hover::after {
  width: 100%;
}

.subpage .servicos-page .service-card h3 {
  font-family: var(--font-display, Georgia, serif);
  font-weight: 400;
  font-size: 1.4rem;
  margin-bottom: 0.9rem;
  line-height: 1.25;
}

.subpage .servicos-page .service-card p {
  color: var(--white-dim, #a1a1aa);
  line-height: 1.6;
  font-size: 0.9rem;
  margin-bottom: 1.8rem;
}

.subpage .servicos-page .service-list {
  list-style: none;
  padding: 0;
  margin: 0;
  border-top: 1px solid rgba(255, 255, 255, 0.08);
  padding-top: 1.2rem;
}

.subpage .servicos-page .service-list li {
  font-size: 0.85rem;
  color: var(--white-dim, #a1a1aa);
  margin-bottom: 0.65rem;
  position: relative;
  padding-left: 1.2rem;
  line-height: 1.4;
  transition: color 0.3s ease;
}

.subpage .servicos-page .service-list li:last-child {
  margin-bottom: 0;
}

.subpage .servicos-page .service-list li::before {
  content: "✦";
  position: absolute;
  left: 0;
  top: 0;
  color: var(--brand, #00f0ff);
  font-size: 0.65rem;
}

.subpage .servicos-page .service-card:hover .service-list li {
  color: #ffffff;
}

.subpage .servicos-page .card-footer {
  margin-top: 2rem;
  padding-top: 1rem;
}

.subpage .servicos-page .card-link {
  font-size: 0.8rem;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  color: var(--brand, #00f0ff);
  text-decoration: none;
  display: inline-flex;
  align-items: center;
  gap: 0.4rem;
  transition: color 0.3s ease;
}

.subpage .servicos-page .service-card:hover .card-link {
  color: #ffffff;
}

.subpage .servicos-page .card-link span {
  transition: transform 0.3s ease;
}

.subpage .servicos-page .service-card:hover .card-link span {
  transform: translateX(6px);
}

/* ═══════════ SUBPÁGINAS ═══════════ */
.subhero {
  padding: clamp(7rem, 16vh, 11rem) clamp(1.4rem, 6vw, 7rem) clamp(3rem, 7vh, 5rem);
  background: radial-gradient(ellipse at 30% 0%, rgba(249, 78, 27, .12), transparent 60%), var(--black)
}

.subhero .back-link {
  font-size: .74rem;
  letter-spacing: .18em;
  text-transform: uppercase;
  color: var(--white-dim);
  transition: color .3s
}

.subhero .back-link:hover {
  color: var(--brand)
}

.subhero h1 {
  font-family: var(--font-display);
  font-weight: 300;
  font-size: clamp(2.4rem, 6vw, 4.6rem);
  line-height: 1.05;
  margin-top: 1.6rem
}

.subhero p {
  color: var(--white);
  max-width: 40rem;
  margin-top: 1.6rem;
  line-height: 1.7
}

.prose {
  max-width: 52rem;
  padding: clamp(3rem, 7vh, 5rem) clamp(1.4rem, 6vw, 7rem)
}

.prose h2 {
  font-family: var(--font-display);
  font-weight: 400;
  font-size: clamp(1.6rem, 3vw, 2.3rem);
  margin: 2.6rem 0 1rem
}

.prose h2:first-child {
  margin-top: 0
}

.prose p {
  color: var(--white-dim);
  line-height: 1.85;
  margin-top: 1rem;
  font-size: 1.03rem
}

.prose strong {
  color: var(--white);
  font-weight: 500
}

.svc-detail {
  border-top: 1px solid #26262c;
  padding: 2rem 0 2rem 3.6rem;
  position: relative
}

.svc-detail:last-of-type {
  border-bottom: 1px solid #26262c
}

.svc-detail::before {
  content: attr(data-i);
  position: absolute;
  left: 0;
  top: 2.1rem;
  font-family: var(--font-display);
  font-style: italic;
  color: var(--brand)
}

.svc-detail h3 {
  font-family: var(--font-display);
  font-weight: 400;
  font-size: 1.5rem;
  margin-bottom: .6rem
}

.svc-detail p {
  color: var(--white-dim);
  line-height: 1.7
}

/* ═══════════════════════════════════════════════════
   SUBPÁGINA · SOBRE — elementos visuais de preenchimento
   ═══════════════════════════════════════════════════ */

/* ── Textura de grid pontilhado (reforça a estética "data center" já
      sugerida pelo glow âmbar do hero da home). Aplicada em áreas
      de fundo preto liso, bem sutil, não compete com o texto. ── */
.tech-grid-bg {
  position: relative
}

.tech-grid-bg::before {
  content: '';
  position: absolute;
  inset: 0;
  /* Alterado de .09 para .20 para deixar os pontos mais visíveis */
  background-image: radial-gradient(rgba(184, 178, 166, .20) 1px, transparent 1px);
  background-size: 34px 34px;
  mask-image: radial-gradient(ellipse 80% 60% at 50% 30%, black 20%, transparent 75%);
  -webkit-mask-image: radial-gradient(ellipse 80% 60% at 50% 30%, black 20%, transparent 75%);
  pointer-events: none;
  z-index: 0;
}

.tech-grid-bg>* {
  position: relative;
  z-index: 1
}

/* ── Marca d'água com a Logo Voyzer (Esquerda / Maior) ── */
.bg-watermark-tp {
  position: absolute;
  top: 50%;
  left: clamp(1rem, 4vw, 3rem);
  transform: translateY(-50%);
  width: clamp(350px, 45vw, 850px);

  height: auto;
  opacity: 0.15;
  filter: drop-shadow(0 0 15px rgba(254, 80, 0, 0.8));

  pointer-events: none;
  z-index: 0;
  user-select: none;
}

/* ── Marca d'água com a Logo Voyzer (Direita / Menor) ── */
.bg-watermark-dw {
  position: absolute;
  top: 50%;
  right: clamp(1rem, 4vw, 3rem);
  transform: translateY(-50%);
  width: clamp(250px, 30vw, 600px);

  height: auto;
  opacity: 0.15;
  filter: drop-shadow(0 0 15px rgba(254, 80, 0, 0.8));

  pointer-events: none;
  z-index: 0;
  user-select: none;
}

/* ── Espinha vertical conectando subhero → origem → missão,
      antecipando visualmente a linha do tempo que vem depois ── */
.spine-wrap {
  position: relative
}

.spine-wrap::before {
  content: '';
  position: absolute;
  top: 0;
  bottom: 0;
  left: clamp(1.4rem, 6vw, 7rem);
  width: 1px;
  background: linear-gradient(to bottom,
      transparent,
      #26262c 8%,
      #26262c 92%,
      transparent);
  z-index: 0;
}

.origem-section,
.missao-section {
  position: relative;
  overflow: hidden
}

.spine-node {
  position: absolute;
  top: clamp(3rem, 7vh, 5rem);
  left: clamp(1.4rem, 6vw, 7rem);
  width: 9px;
  height: 9px;
  border-radius: 50%;
  background: var(--brand);
  box-shadow: 0 0 0 4px rgba(254, 80, 0, .15), 0 0 16px rgba(254, 80, 0, .5);
  transform: translateX(-50%);
  z-index: 2;
}

/* ── Da origem: foto reduzida + moldura com cantos técnicos ── */
.origem-section {
  background: var(--black)
}

.origem-grid {
  display: grid;
  grid-template-columns: .55fr 1.45fr;
  gap: clamp(2.5rem, 6vw, 5.5rem);
  align-items: center;
  position: relative;
  z-index: 1;
}

.origem-photo-frame {
  position: relative;
  padding: 14px;
  max-width: 340px;
  justify-self: start;
}

.origem-photo-frame::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 28px;
  height: 28px;
  border-top: 2px solid var(--brand);
  border-left: 2px solid var(--brand);
}

.origem-photo-frame::after {
  content: '';
  position: absolute;
  bottom: 0;
  right: 0;
  width: 28px;
  height: 28px;
  border-bottom: 2px solid var(--brand);
  border-right: 2px solid var(--brand);
}

.origem-photo-frame img {
  width: 100%;
  height: auto;
  display: block;
  border-radius: 4px;
  filter: grayscale(.12) contrast(1.05);
  box-shadow: 0 24px 60px rgba(0, 0, 0, .5);
}

.origem-photo-tag {
  position: absolute;
  bottom: 1.4rem;
  left: 1.4rem;
  background: rgba(7, 7, 8, .72);
  backdrop-filter: blur(8px);
  border: 1px solid rgba(254, 80, 0, .4);
  color: var(--white);
  font-size: .62rem;
  letter-spacing: .16em;
  text-transform: uppercase;
  padding: .45em .9em;
  border-radius: 2px;
}

.origem-text .eyebrow {
  margin-bottom: .8rem
}

.origem-text h2 {
  font-family: var(--font-display);
  font-weight: 300;
  font-size: clamp(1.9rem, 3.6vw, 2.8rem);
  line-height: 1.1;
  margin-bottom: 1.4rem;
}

.origem-text p {
  color: var(--white-dim);
  line-height: 1.85;
  font-size: 1.03rem
}

.origem-text strong {
  color: var(--white);
  font-weight: 500
}

.origem-text .sobre-aside {
  margin-top: 2.2rem
}

/* ── Missão + Números: fundo com textura + marca d'água + gradiente contínuo ── */
.missao-section {
  background: linear-gradient(var(--black), #0c0c0f)
}

.missao-section .prose {
  position: relative;
  z-index: 1;
  /* match horizontal padding of .missao-section .stats for aligned edges */
  padding: clamp(2rem, 4vh, 3rem) clamp(1.4rem, 6vw, 7rem) 0;
  padding-bottom: 0;
  max-width: none;
}

.missao-section .stats {
  position: relative;
  z-index: 1;
  padding:
    clamp(2rem, 4vh, 3rem) clamp(1.4rem, 6vw, 7rem) 1.5rem;
  padding-bottom: .75rem;
}

/* Fecho antes da timeline: retoma o cinza escuro sem costura */
#tlStage {
  background: #0c0c0f
}

/* ─── CTA integrado à seção Missão ─── */

.missao-cta {
  position: relative;
  z-index: 2;

  display: flex;
  justify-content: center;
  align-items: center;

  margin-top: 0.1rem;
  margin-bottom: 0.1rem;
}

.missao-cta .btn-whats {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: .75rem;

  font-size: 1.15rem;
  padding: 1.1rem 2.4rem;

  box-shadow: none !important;
}

.missao-cta .cta-icon {
  width: 22px;
  height: 22px;
  margin: 0;
}

/* ── Responsivo ── */
@media (max-width:860px) {
  .origem-grid {
    grid-template-columns: 1fr;
    text-align: left
  }

  .origem-photo-frame {
    max-width: 280px;
    margin-bottom: .5rem
  }

  .spine-wrap::before,
  .spine-node {
    display: none
  }

  /* espinha vertical some em telas estreitas, evita ruído */
  .bg-watermark {
    font-size: clamp(4rem, 20vw, 6rem);
    opacity: .6
  }
}

@media (max-width:960px) {
  .missao-section .stats {
    grid-template-columns: 1fr;
    gap: 2.6rem
  }
}


/* ═══════════ reveal helpers ═══════════ */
.rv {
  opacity: 0;
  transform: translateY(46px)
}

/* ═══════════ RESPONSIVE ═══════════ */
@media (max-width:960px) {
  .nav-links {
    display: none
  }

  #navToggle {
    display: block
  }

  .services {
    grid-template-columns: repeat(2, 1fr)
  }

  .gallery {
    grid-template-columns: repeat(2, minmax(0, 1fr))
  }

  .g-item {
    min-height: clamp(270px, 43vw, 390px)
  }

  .blog-grid {
    grid-template-columns: 1fr
  }

  .sobre-grid {
    grid-template-columns: 1fr
  }

  .sobre-aside {
    border-left: none;
    border-top: 2px solid var(--brand);
    padding: 1.6rem 0 0
  }

  .stats {
    grid-template-columns: 1fr;
    gap: 2.6rem
  }

  .logo-wall {
    grid-template-columns: repeat(3, 1fr)
  }

  .partner-wall {
    grid-template-columns: repeat(2, 1fr)
  }

  .contato-grid {
    grid-template-columns: 1fr;
    gap: 2.6rem
  }

  .contato-info {
    border-left: none;
    border-top: 1px solid #26262c;
    padding-left: 0;
    padding-top: 2rem
  }

  footer {
    grid-template-columns: 1fr
  }
}

@media (max-width:720px) {
  .gallery {
    grid-template-columns: 1fr
  }

  .g-item {
    min-height: clamp(340px, 72vw, 440px)
  }
}

@media (max-width:560px) {
  .services {
    grid-template-columns: 1fr
  }

  .gallery {
    grid-template-columns: 1fr
  }

  .g-item {
    min-height: clamp(300px, 92vw, 430px)
  }

  .gallery-note {
    text-align: left;
    line-height: 1.6
  }

  #lightbox-modal {
    padding: .75rem
  }

  .lightbox-shell {
    height: calc(100vh - 1.5rem);
    gap: .75rem
  }

  .lightbox-header {
    min-height: 92px;
    padding: 0 3.4rem 0 .25rem;
    align-items: flex-start;
    flex-direction: column;
    justify-content: flex-end;
    gap: .5rem
  }

  .lightbox-counter {
    padding-bottom: 0
  }

  .lightbox-close {
    width: 42px;
    height: 42px;
    font-size: 28px;
    line-height: 36px
  }

  .lightbox-figure {
    margin: 0 0 4rem
  }

  #lightbox-img {
    max-height: calc(100% - 2.5rem)
  }

  .lightbox-prev,
  .lightbox-next {
    top: auto;
    bottom: 0;
    width: 48px;
    height: 48px;
    transform: none
  }

  .lightbox-prev {
    left: calc(50% - 58px)
  }

  .lightbox-next {
    right: calc(50% - 58px)
  }

  .logo-wall {
    grid-template-columns: repeat(2, 1fr)
  }

  .partner-wall {
    grid-template-columns: 1fr
  }

  .nav-cta {
    display: none
  }
}

@media (prefers-reduced-motion:reduce) {
  .scroll-hint span {
    animation: none
  }

  .g-item,
  .g-item img,
  .case-card-action,
  #lightbox-modal,
  #lightbox-img {
    transition: none !important
  }

  .g-item:hover,
  .g-item:focus-visible,
  .g-item:hover .case-card-action,
  .g-item:focus-visible .case-card-action {
    transform: none
  }

  .g-item:hover img,
  .g-item:focus-visible img {
    scale: 1
  }
}

/* ═══════════ COOKIES ═══════════ */

.cookie-banner {
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  width: 100%;
  background: rgba(14, 14, 17, 0.88);
  backdrop-filter: blur(14px);
  -webkit-backdrop-filter: blur(14px);
  border-top: 1px solid rgba(255, 255, 255, 0.08);
  color: var(--white);
  padding: 1.2rem clamp(1.4rem, 4vw, 3rem);
  box-shadow: 0 -10px 30px rgba(0, 0, 0, 0.5);
  z-index: 9999;
  box-sizing: border-box;
  font-family: var(--font-body);
}

.cookie-content {
  max-width: 1200px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 1.5rem;
  flex-wrap: wrap;
}

.cookie-content p {
  margin: 0;
  font-size: 0.88rem;
  line-height: 1.6;
  color: var(--white-dim);
  font-weight: 300;
  flex: 1;
  min-width: 280px;
}

.cookie-content p strong {
  color: var(--white);
  font-weight: 500;
}

.cookie-content a {
  color: var(--brand);
  text-decoration: none;
  border-bottom: 1px solid rgba(254, 80, 0, 0.4);
  transition: border-color 0.3s ease, opacity 0.3s ease;
}

.cookie-content a:hover {
  border-color: var(--brand);
  opacity: 0.9;
}

/* Botão no padrão Voyzer (Sem glitches visuais) */
.cookie-btn {
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  border: 1px solid var(--brand);
  color: var(--brand);
  padding: 0.65em 1.6em;
  border-radius: 2em;
  background: transparent;
  font-family: var(--font-body);
  font-size: 0.78rem;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  font-weight: 500;
  cursor: pointer;
  transition: color 0.3s ease, transform 0.3s ease;
  z-index: 1;
  white-space: nowrap;
  /* Previne artefatos nas bordas arredondadas em navegadores WebKit */
  isolation: isolate;
  -webkit-mask-image: -webkit-radial-gradient(white, black);
}

/* Fundo laranja que desliza da esquerda para a direita */
.cookie-btn::before {
  content: '';
  position: absolute;
  inset: 0;
  background: var(--brand);
  transform: translateX(-101%);
  transition: transform 0.4s cubic-bezier(0.4, 0, 0.2, 1);
  z-index: -1;
}

/* Efeito Hover */
.cookie-btn:hover {
  color: #ffffff;
  transform: translateY(-2px);
}

.cookie-btn:hover::before {
  transform: translateX(0);
}

/* ═══════════════════════════════════════════════════════════
   PÁGINA SERVIÇOS — NOVAS SEÇÕES (Dores, Verticais, Planos,
   Números, Clientes-mini, CTA final)
   Escopo: classes exclusivas ".dores-section", ".verticais-*",
   ".planos-*", ".stats-5", ".clientes-mini", ".cta-final" —
   nenhuma delas existia antes, então nada é sobrescrito em
   outras páginas. ".container-lg" também é nova (não conflita
   com ".container", que já é usada só dentro de .servicos-page).
   ═══════════════════════════════════════════════════════════ */

.subpage .container-lg {
  width: 100%;
  max-width: 1320px;
  margin: 0 auto;
  padding: 0 clamp(1.4rem, 4vw, 3rem);
  box-sizing: border-box;
}

/* ── Dores ── */
.dores-section {
  background: var(--black);
  padding: clamp(1.5rem, 4vh, 3rem) clamp(1.4rem, 6vw, 7rem) clamp(3rem, 6vh, 4.5rem);
}

.dores-inner {
  max-width: 54rem;
}

.dores-inner .display-mini {
  margin-bottom: 1.4rem;
}

.dores-inner .section-sub {
  max-width: 100%;
  font-size: 1.05rem;
}

/* ── Verticais (quem atendemos) ── */
.verticais-section {
  background: linear-gradient(#0c0c0f, var(--black));
}

.verticais-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: clamp(.9rem, 1.6vw, 1.4rem);
}

.vertical-card {
  background: var(--graphite);
  border: 1px solid #232329;
  border-radius: 8px;
  padding: 2.2rem 1.6rem 1.9rem;
  position: relative;
  overflow: hidden;
  transition: transform .5s cubic-bezier(.19, 1, .22, 1), border-color .4s;
}

.vertical-card::after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  height: 2px;
  width: 0;
  background: var(--brand);
  transition: width .5s;
}

.vertical-card:hover {
  transform: translateY(-6px);
  border-color: #33333a;
}

.vertical-card:hover::after {
  width: 100%;
}

.vertical-card .vertical-tag {
  font-size: .66rem;
  letter-spacing: .24em;
  text-transform: uppercase;
  color: var(--brand);
  margin-bottom: 1rem;
  display: block;
}

.vertical-card h3 {
  font-family: var(--font-display);
  font-weight: 400;
  font-size: 1.3rem;
  margin-bottom: .8rem;
  line-height: 1.25;
}

.vertical-card p {
  color: var(--white-dim);
  line-height: 1.6;
  font-size: .92rem;
}

/* ── Planos ── */
.planos-section {
  background: var(--black);
}

.planos-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: clamp(1rem, 1.8vw, 1.6rem);
  align-items: stretch;
}

.plano-card {
  background: var(--graphite);
  border: 1px solid #232329;
  border-radius: 10px;
  padding: 2.4rem 1.8rem;
  display: flex;
  flex-direction: column;
  gap: 1.2rem;
  position: relative;
  overflow: hidden;
  transition: transform .5s cubic-bezier(.19, 1, .22, 1), border-color .4s;
}

.plano-card:hover {
  transform: translateY(-6px);
  border-color: #33333a;
}

.plano-featured {
  border-color: var(--brand);
  background: linear-gradient(180deg, #1d1710, var(--graphite) 45%);
}

.plano-featured::before {
  content: "Mais escolhido";
  position: absolute;
  top: 0;
  right: 1.6rem;
  background: var(--brand);
  color: #fff;
  font-size: .6rem;
  letter-spacing: .14em;
  text-transform: uppercase;
  padding: .4em .9em;
  border-radius: 0 0 5px 5px;
}

.plano-name {
  font-family: var(--font-display);
  font-weight: 400;
  font-size: 1.7rem;
  color: var(--white);
}

.plano-audience {
  color: var(--white-dim);
  font-size: .9rem;
  line-height: 1.6;
}

.plano-list {
  list-style: none;
  margin-top: .2rem;
  display: flex;
  flex-direction: column;
  gap: .7rem;
  border-top: 1px solid rgba(255, 255, 255, 0.08);
  padding-top: 1.2rem;
}

.plano-list li {
  font-size: .88rem;
  color: var(--white-dim);
  position: relative;
  padding-left: 1.2rem;
  line-height: 1.45;
}

.plano-list li::before {
  content: "✦";
  position: absolute;
  left: 0;
  top: 0;
  color: var(--brand);
  font-size: .62rem;
}

.plano-list strong {
  color: var(--white);
  font-weight: 500;
}

.plano-card .card-link {
  margin-top: auto;
  padding-top: .6rem;
}

/* ── Números (variação de 5 colunas, reaproveita .stats/.stat/#numeros) ── */
.stats-5 {
  grid-template-columns: repeat(5, 1fr);
}

/* ── Clientes mini (reaproveita .logo-wall / .logo-slot / #clientes) ── */
.clientes-mini .section-head {
  text-align: center;
  margin-left: auto;
  margin-right: auto;
}

.clientes-mini .section-sub {
  margin-left: auto;
  margin-right: auto;
}

/* ── CTA final ── */
.cta-final {
  text-align: center;
  background: radial-gradient(ellipse at 50% 120%, rgba(249, 78, 27, .14), transparent 60%), var(--black);
}

.cta-final h2 {
  margin-bottom: .6rem;
}

.cta-final p {
  color: var(--white-dim);
  max-width: 36rem;
  margin: 0 auto 1.6rem;
  line-height: 1.7;
}

@media (max-width: 1024px) {
  .verticais-grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .planos-grid {
    grid-template-columns: 1fr;
    max-width: 32rem;
    margin: 0 auto;
  }

  .stats-5 {
    grid-template-columns: repeat(3, 1fr);
  }
}

@media (max-width: 640px) {
  .verticais-grid {
    grid-template-columns: 1fr;
  }

  .stats-5 {
    grid-template-columns: repeat(2, 1fr);
  }
}

/* ── Números: número + sufixo (ex.: "+350 mil") nunca quebra linha ──
   O tamanho da fonte é calculado com base na largura da própria coluna
   (container query), então se adapta sozinho em qualquer resolução e em
   qualquer quantidade de colunas (5 / 3 / 2), sem precisar de breakpoints
   manuais para o texto. */
.stats-5 .stat {
  container-type: inline-size;
}

.stats-5 .stat-n,
.stats-5 .stat-plus {
  white-space: nowrap;
  font-size: clamp(1.6rem, 16cqw, 3.2rem);
}

/* fallback para navegadores sem suporte a container queries */
@supports not (container-type: inline-size) {

  .stats-5 .stat-n,
  .stats-5 .stat-plus {
    font-size: clamp(1.5rem, 3.2vw, 2.4rem);
  }
}

/* ── Página de Serviços: centralização dos elementos ──
   Escopado com ".servicos-subpage" (classe extra só no <main> do
   servicos.html) para não afetar o alinhamento de .subhero e
   .section-head usados em outras subpáginas (ex.: a-voyzer-tech.html). */
.servicos-subpage .subhero {
  text-align: center;
}

.servicos-subpage .subhero .back-link {
  display: block;
  width: 100%;
  text-align: left;
}

.servicos-subpage .subhero h1,
.servicos-subpage .subhero p {
  margin-left: auto;
  margin-right: auto;
}

.servicos-subpage .dores-inner {
  text-align: center;
  margin-left: auto;
  margin-right: auto;
}

.servicos-subpage .section-head {
  text-align: center;
  margin-left: auto;
  margin-right: auto;
}

.servicos-subpage .planos-section .section-head .section-sub {
  margin-left: auto;
  margin-right: auto;
}
