/* ===================================================
   Fontes da marca (self-hosted, servidas pelo CDN da Vercel).
   Substitui o Google Fonts para tirar o render-blocking externo.
   =================================================== */
@font-face {
  font-family: "Montserrat";
  font-style: normal;
  font-weight: 700 900; /* arquivo variável cobre os pesos 700, 800 e 900 */
  font-display: swap;
  src: url("assets/fonts/montserrat.woff2") format("woff2");
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6,
    U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122,
    U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
@font-face {
  font-family: "Lato";
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url("assets/fonts/lato-400.woff2") format("woff2");
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6,
    U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122,
    U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
@font-face {
  font-family: "Lato";
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url("assets/fonts/lato-700.woff2") format("woff2");
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6,
    U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122,
    U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}

/* ===================================================
   Prospexia — Landing page
   Mobile-first. Cores e fontes da marca.
   =================================================== */

:root {
  /* Paleta Prospexia */
  --preto: #000000;
  --preto-2: #0a0a0a;
  --dourado: #fcc314;
  --dourado-hover: #e0ac00;
  --laranja: #ea9c3b; /* destaque da headline (mais alaranjado que o dourado) */
  --off-white: #f0efeb;
  --cinza: #999999;

  /* Tipografia */
  --fonte-titulo: "Montserrat", system-ui, sans-serif; /* fallback do Coolvetica */
  --fonte-corpo: "Lato", system-ui, sans-serif;
}

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

html {
  -webkit-text-size-adjust: 100%;
  /* clicar num link/CTA desliza a página até a seção, em vez de saltar na hora */
  scroll-behavior: smooth;
}

/* navbar é sticky: dá folga no topo p/ a âncora não parar atrás dela */
:target {
  scroll-margin-top: 84px;
}

@media (prefers-reduced-motion: reduce) {
  html,
  body {
    scroll-behavior: auto;
  }
}

body {
  background: var(--preto);
  color: var(--off-white);
  font-family: var(--fonte-corpo);
  line-height: 1.5;
  overflow-x: hidden;
  /* overflow-x:hidden torna o body o contêiner de rolagem, então o
     scroll suave precisa estar aqui também (não só no html) */
  scroll-behavior: smooth;
}

/* ============ NAVBAR ============ */
.navbar {
  position: sticky;
  top: 0;
  z-index: 10;
  width: 100%;
  display: flex;
  justify-content: center; /* logo centralizado no mobile */
  padding: 13px 16px;
  background: #1b1b1b;
  border-bottom: 1px solid #2e2e2e;
}

.navbar__logo {
  display: inline-flex;
}

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

/* links e botão da navbar: só aparecem no desktop (media query abaixo) */
.navbar__links,
.navbar__cta {
  display: none;
}

/* ============ HERO ============ */
/* Palco que envolve hero + fita: a imagem de fundo cobre as duas, então a
   foto continua ATRÁS do X (em vez de uma faixa preta). */
.hero-stage {
  position: relative;
  background: var(--preto); /* fallback enquanto a imagem carrega */
}

.hero {
  position: relative;
  width: 100%;
  min-height: 86svh; /* hero mais alta -> copy desce e o background aparece mais no mobile */
  overflow: hidden;
  background: transparent; /* deixa a imagem do palco aparecer */
}

/* A imagem do designer tem 1170x1572 (proporção 0.744) e já vem
   com glow no topo e degradê pro preto embaixo, onde fica o texto. */
.hero__bg {
  position: absolute;
  inset: 0;
  background-image: url("assets/fundo-mobile.webp");
  background-repeat: no-repeat;
  background-position: top center;
  background-size: cover;
}

.hero__content {
  position: relative;
  z-index: 1;
  display: flex;
  flex-direction: column;
  justify-content: flex-end; /* copy fica na faixa escura de baixo */
  min-height: 86svh;
  /* copy bem colada no rodapé da hero (mobile). desktop sobrescreve o padding. */
  padding: 24px 16px 0;
}

.hero__copy {
  position: relative;
  width: 100%;
  max-width: 660px;
  margin: 0 auto;
  text-align: center;
}

/* Scrim: escurecimento suave atrás da copy para a headline e o subtítulo
   ganharem contraste sobre as partes mais claras do fundo. */
.hero__copy::before {
  content: "";
  position: absolute;
  z-index: -1;
  inset: -10px -20px -10px;
  background: radial-gradient(
    ellipse 76% 66% at 50% 56%,
    rgba(0, 0, 0, 0.72) 0%,
    rgba(0, 0, 0, 0.45) 45%,
    rgba(0, 0, 0, 0) 80%
  );
  /* blur dissolve a forma: vira um borrão que se camufla no fundo */
  filter: blur(36px);
  pointer-events: none;
}

/* ---- Badge / card acima da headline ---- */
.hero__badge {
  display: inline-flex;
  align-items: center;
  gap: 9px;
  /* leve gradiente + borda + sombra dão profundidade (não é só cinza chapado) */
  background: linear-gradient(180deg, #242424 0%, #181818 100%);
  border: 1px solid #383838;
  border-radius: 100px;
  padding: 8px 16px 8px 13px;
  color: var(--off-white);
  font-family: var(--fonte-corpo);
  font-weight: 700;
  text-transform: uppercase;
  font-size: clamp(0.7rem, 3.2vw, 0.85rem);
  letter-spacing: 0.04em;
  line-height: 1;
  margin-bottom: 20px;
  box-shadow: 0 4px 16px rgba(0, 0, 0, 0.45),
    inset 0 1px 0 rgba(255, 255, 255, 0.06);
}

/* ponto dourado pulsante: sinal de "vivo"/atenção (interatividade no mobile) */
.hero__badge-dot {
  position: relative;
  flex: none;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: var(--dourado);
  box-shadow: 0 0 8px rgba(252, 195, 20, 0.7);
}

.hero__badge-dot::after {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: 50%;
  background: var(--dourado);
  /* anima transform+opacity = acelerado por GPU, sem custo de layout/paint */
  animation: badgePulse 2.2s ease-out infinite;
  will-change: transform, opacity;
}

@keyframes badgePulse {
  0% {
    transform: scale(1);
    opacity: 0.55;
  }
  100% {
    transform: scale(3.2);
    opacity: 0;
  }
}

@media (prefers-reduced-motion: reduce) {
  .hero__badge-dot::after {
    animation: none;
  }
}

/* ---- Headline ---- */
.hero__headline {
  font-family: var(--fonte-titulo);
  font-weight: 800;
  text-transform: uppercase;
  color: #fff;
  /* maior: linha 1 e 2 ficam inteiras; a do gradiente quebra em 2 ("PARA
     ESCRITÓRIOS DE" / "ADVOCACIA"), permitindo fonte bem maior no mobile */
  font-size: clamp(1rem, 5.6vw, 2rem);
  line-height: 1.12;
  letter-spacing: -0.015em;
}

.hero__headline-line {
  display: block;
}

.hero__headline-accent {
  /* gradiente vibrante e intenso: laranja (esq) -> dourado (dir) */
  background: linear-gradient(90deg, #ff7212 0%, #ff9d12 45%, #ffc41a 100%);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  color: transparent;
}

/* ---- Subtítulo ---- */
.hero__subtitle {
  font-family: var(--fonte-corpo);
  font-weight: 400;
  color: #c9c7c1; /* mais discreto que a headline -> reforça hierarquia */
  font-size: clamp(0.85rem, 3.7vw, 1.05rem);
  line-height: 1.5;
  margin-top: 18px;
}

.hero__subtitle strong {
  font-weight: 700;
  color: #fff; /* palavras-chave em branco saltam do texto discreto */
}

/* ---- CTA ---- */
.hero__cta {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  margin-top: 26px;
  padding: 13px 24px;
  font-family: var(--fonte-titulo);
  font-weight: 800;
  text-transform: uppercase;
  font-size: clamp(0.82rem, 3.4vw, 1.08rem);
  letter-spacing: 0.02em;
  color: #fff;
  text-decoration: none;
  cursor: pointer;
  border: none;
  border-radius: 12px;
  /* gold com profundidade (claro em cima -> âmbar embaixo) */
  background: linear-gradient(180deg, #ffd24a 0%, #fcc314 48%, #f0a300 100%);
  text-shadow: 0 1px 2px rgba(110, 64, 0, 0.35);
  /* brilho dourado p/ puxar o olhar + highlight interno em cima */
  box-shadow: 0 10px 30px -8px rgba(252, 195, 20, 0.55),
    inset 0 1px 0 rgba(255, 255, 255, 0.45);
  transition: transform 0.18s ease, box-shadow 0.18s ease, filter 0.18s ease;
}

.hero__cta:hover {
  transform: translateY(-2px);
  filter: brightness(1.05);
  box-shadow: 0 18px 40px -8px rgba(252, 195, 20, 0.72),
    inset 0 1px 0 rgba(255, 255, 255, 0.55);
}

.hero__cta:active {
  transform: translateY(0);
}

.hero__cta-arrow {
  transition: transform 0.18s ease;
}

.hero__cta:hover .hero__cta-arrow {
  transform: translateX(4px);
}

@media (prefers-reduced-motion: reduce) {
  .hero__cta,
  .hero__cta-arrow {
    transition: none;
  }
}

/* =====================================================
   RESPONSIVIDADE — TABLET / DESKTOP
   Mobile (acima) fica intacto. Daqui pra cima: 2 colunas
   (copy à esquerda, foto à direita), logo à esquerda.
   ===================================================== */
@media (min-width: 900px) {
  /* ---- Navbar: logo à esquerda, links no centro, CTA à direita ---- */
  .navbar {
    justify-content: space-between;
    align-items: center;
    gap: 24px;
    padding: 18px clamp(32px, 5vw, 72px);
  }
  .navbar__logo img {
    height: 30px;
  }

  .navbar__links {
    display: flex;
    align-items: center;
    gap: clamp(24px, 3vw, 44px);
    list-style: none;
    /* centraliza no espaço entre logo e CTA */
    margin: 0 auto;
  }

  .navbar__links a {
    font-family: var(--fonte-corpo);
    font-weight: 700;
    font-size: 0.95rem;
    color: var(--off-white);
    text-decoration: none;
    letter-spacing: 0.01em;
    white-space: nowrap;
    transition: color 0.18s ease;
  }

  .navbar__links a:hover {
    color: var(--dourado);
  }

  .navbar__cta {
    display: inline-flex;
    align-items: center;
    flex: none;
    padding: 11px 22px;
    font-family: var(--fonte-titulo);
    font-weight: 800;
    text-transform: uppercase;
    font-size: 0.82rem;
    letter-spacing: 0.02em;
    color: var(--preto);
    text-decoration: none;
    white-space: nowrap;
    border-radius: 10px;
    background: linear-gradient(180deg, #ffd24a 0%, #fcc314 48%, #f0a300 100%);
    box-shadow: 0 6px 18px -6px rgba(252, 195, 20, 0.5),
      inset 0 1px 0 rgba(255, 255, 255, 0.45);
    transition: transform 0.18s ease, filter 0.18s ease;
  }

  .navbar__cta:hover {
    transform: translateY(-1px);
    filter: brightness(1.05);
  }

  /* ---- Hero em 2 colunas ---- */
  .hero {
    min-height: calc(82svh - 67px); /* hero mais curta: recorta o topo do fundo */
  }

  /* fundo desktop dedicado (1920x1104): lado esquerdo já escuro p/ a copy,
     homem à direita. Imagem só baixa no desktop (media query). */
  .hero__bg {
    left: 0;
    background-image: url("assets/fundo-desktop.webp");
    /* ancora embaixo p/ recortar parte do topo -> tela de entrada mais "cheia" */
    background-position: right bottom;
  }

  /* reforço sutil só na borda da copy, garantindo legibilidade */
  .hero::after {
    content: "";
    position: absolute;
    inset: 0;
    z-index: 1;
    background: linear-gradient(
      90deg,
      rgba(0, 0, 0, 0.5) 0%,
      rgba(0, 0, 0, 0) 45%
    );
    pointer-events: none;
  }

  .hero__content {
    z-index: 2;
    min-height: calc(82svh - 67px); /* hero mais curta -> card sobe pra perto da navbar */
    flex-direction: row;
    align-items: center;
    justify-content: flex-start;
    max-width: 1320px;
    margin: 0 auto;
    width: 100%;
    padding: 56px clamp(32px, 5vw, 72px);
  }

  .hero__copy {
    margin: 0;
    text-align: left;
    max-width: 54%;
  }

  .hero__badge {
    font-size: 0.8rem;
  }

  .hero__headline {
    font-size: clamp(1.9rem, 3vw, 2.4rem);
    line-height: 1.1;
  }

  .hero__subtitle {
    font-size: clamp(1rem, 1.25vw, 1.18rem);
    max-width: 30rem;
    margin-top: 22px;
  }

  .ticker {
    margin-top: -19svh; /* sobe um pouco o X no desktop */
  }

  .hero__cta {
    margin-top: 30px;
    padding: 17px 32px; /* mantém o tamanho cheio no desktop */
  }
}

/* telas grandes: limita o crescimento e dá mais respiro */
@media (min-width: 1440px) {
  .hero__copy {
    max-width: 600px;
  }
}

/* =====================================================
   FITA DE CREDIBILIDADE — marquee em X (eixo X)
   Duas faixas douradas diagonais cruzando, texto rolando
   infinito (direções opostas) + reação ao scroll na
   passagem hero -> seção 2 (scroll-driven, com fallback).
   ===================================================== */
.ticker {
  position: relative;
  overflow: hidden;
  background: transparent; /* funde com a hero/seção 2 atrás */
  height: clamp(160px, 22vw, 250px);
  /* sobe sobre o fim da hero p/ a fita atravessar a transição e ficar sobre
     a imagem (sem bloco preto separado). Mobile: -1svh. Desktop sobrescreve. */
  margin-top: 2svh;
  z-index: 3;
  display: grid;
  place-items: center;
  isolation: isolate;
}

.ticker__band {
  position: absolute;
  left: -12%;
  width: 124%;
  overflow: hidden;
  padding: 11px 0;
  /* gold -> laranja, com brilho/topo claro p/ profundidade */
  background: linear-gradient(180deg, #fdb515 0%, #fb7e00 100%);
  box-shadow: 0 12px 34px rgba(0, 0, 0, 0.55),
    inset 0 1px 0 rgba(255, 255, 255, 0.35),
    inset 0 -1px 0 rgba(0, 0, 0, 0.2);
}

/* faixa A por cima (texto branco), B por baixo (texto escuro) -> cruzam em X
   (ângulo mais aberto) */
.ticker__band--a {
  transform: rotate(-6.5deg);
  z-index: 2;
}
.ticker__band--b {
  transform: rotate(6.5deg);
  z-index: 1;
}

.ticker__track {
  display: flex;
  width: max-content;
  will-change: transform;
  animation: tickerMarquee 32s linear infinite;
}
/* faixa de baixo rola no sentido oposto */
.ticker__band--b .ticker__track {
  animation-direction: reverse;
  animation-duration: 26s;
}

.ticker__group {
  display: flex;
  align-items: center;
  flex: none;
}

.ticker__item {
  font-family: var(--fonte-titulo);
  font-weight: 800;
  text-transform: uppercase;
  font-size: clamp(0.82rem, 1.9vw, 1.25rem);
  letter-spacing: 0.01em;
  white-space: nowrap;
  padding: 0 0.55em;
  color: #fff; /* faixa A: branco */
}
.ticker__sep {
  font-size: clamp(0.7rem, 1.4vw, 1rem);
  color: rgba(0, 0, 0, 0.45);
  padding: 0 0.1em;
}
.ticker__band--b .ticker__item {
  color: #1b1100; /* faixa B: escuro p/ contraste */
}
.ticker__band--b .ticker__sep {
  color: rgba(255, 255, 255, 0.55);
}

@keyframes tickerMarquee {
  from {
    transform: translateX(0);
  }
  to {
    transform: translateX(-50%);
  }
}

/* ---- Reação ao scroll (scroll-driven, progressive enhancement) ----
   As faixas deslizam na horizontal conforme a seção atravessa a tela.
   Onde não houver suporte, fica só o rotate base + marquee. */
@supports (animation-timeline: view()) {
  .ticker__band--a {
    animation: bandShiftA linear both;
    animation-timeline: view();
    animation-range: entry 0% exit 100%;
  }
  .ticker__band--b {
    animation: bandShiftB linear both;
    animation-timeline: view();
    animation-range: entry 0% exit 100%;
  }
  @keyframes bandShiftA {
    from {
      transform: rotate(-6.5deg) translateX(-9%);
    }
    to {
      transform: rotate(-6.5deg) translateX(9%);
    }
  }
  @keyframes bandShiftB {
    from {
      transform: rotate(6.5deg) translateX(9%);
    }
    to {
      transform: rotate(6.5deg) translateX(-9%);
    }
  }
}

@media (prefers-reduced-motion: reduce) {
  .ticker__track {
    animation: none;
  }
  .ticker__band--a,
  .ticker__band--b {
    animation: none;
  }
}

/* ============ SEÇÃO 2 ============ */
/* Fundo mesh recriado em CSS (cores Prospexia): base preta + glows dourados
   deslocados + dois grandes círculos (motif do logo) + grid sutil. Tudo
   responsivo (vmin/%) -> serve mobile e desktop sem imagem. */
.section-2 {
  position: relative;
  min-height: 100vh;
  overflow: hidden;
  padding: clamp(80px, 12vh, 140px) 0;
  background-color: #050505;
  background-repeat: no-repeat;
  background-image:
    /* círculo A (superior) */
    radial-gradient(circle, transparent 49.2%, rgba(252, 195, 20, 0.13) 49.5%,
      rgba(252, 195, 20, 0.13) 49.9%, transparent 50.2%),
    /* círculo B (inferior) */
    radial-gradient(circle, transparent 49.2%, rgba(252, 195, 20, 0.1) 49.5%,
      rgba(252, 195, 20, 0.1) 49.9%, transparent 50.2%),
    /* glow dourado principal (centro-esquerda) */
    radial-gradient(60% 48% at 28% 56%, rgba(252, 195, 20, 0.2), transparent 72%),
    /* glow âmbar quente (canto inferior direito) */
    radial-gradient(52% 40% at 88% 90%, rgba(234, 156, 59, 0.16), transparent 72%),
    /* leve brilho frio no topo */
    radial-gradient(95% 65% at 72% -8%, rgba(255, 255, 255, 0.05), transparent 60%),
    /* base escurecendo na diagonal */
    linear-gradient(150deg, #0d0d0f 0%, #070708 55%, #000 100%);
  background-position:
    32% 40%, /* círculo A */
    56% 74%, /* círculo B */
    center, center, center, center;
  background-size:
    86vmin 86vmin, /* círculo A */
    74vmin 74vmin, /* círculo B */
    cover, cover, cover, cover;
}

/* grid fino por cima da base, com bordas esmaecidas (não vira "tabela") */
.section-2::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 0;
  pointer-events: none;
  background-image:
    repeating-linear-gradient(to right,
      rgba(240, 239, 235, 0.035) 0 1px, transparent 1px 33.333%),
    repeating-linear-gradient(to bottom,
      rgba(240, 239, 235, 0.035) 0 1px, transparent 1px 25%);
  -webkit-mask-image: radial-gradient(120% 100% at 50% 40%, #000 52%, transparent 100%);
  mask-image: radial-gradient(120% 100% at 50% 40%, #000 52%, transparent 100%);
}

/* ---- Conteúdo da seção: processo da consultoria gratuita ---- */
.process__inner {
  position: relative;
  z-index: 1; /* acima do grid (::before) */
  max-width: 1320px;
  margin: 0 auto;
  padding: 0 clamp(20px, 5vw, 72px);
}

/* Header: título à esquerda, intro à direita (desktop); empilhado no mobile */
.process__head {
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.process__title {
  font-family: var(--fonte-titulo);
  font-weight: 800;
  color: #fff;
  font-size: clamp(1.75rem, 4.5vw, 3rem);
  line-height: 1.1;
  letter-spacing: -0.02em;
  max-width: 18ch;
}

.process__intro {
  font-family: var(--fonte-corpo);
  font-weight: 400;
  color: #b9b7b1;
  font-size: clamp(0.9rem, 2.5vw, 1.05rem);
  line-height: 1.55;
  max-width: 46ch;
}

/* Grid de cards */
.process__steps {
  list-style: none;
  display: grid;
  grid-template-columns: 1fr;
  gap: clamp(16px, 2vw, 24px);
  margin-top: clamp(40px, 6vw, 72px);
}

.step {
  position: relative;
  overflow: hidden;
  padding: clamp(24px, 3vw, 34px);
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 18px;
  background: linear-gradient(
    180deg,
    rgba(18, 18, 20, 0.86) 0%,
    rgba(10, 10, 11, 0.88) 100%
  );
  transition: transform 0.25s ease, border-color 0.25s ease,
    box-shadow 0.25s ease;
}

/* fio dourado no topo do card */
.step::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 1px;
  background: linear-gradient(
    90deg,
    transparent 0%,
    rgba(252, 195, 20, 0.5) 50%,
    transparent 100%
  );
  opacity: 0.7;
  transition: opacity 0.25s ease;
}

/* número marca d'água decorativo */
.step::after {
  position: absolute;
  top: 4px;
  right: 18px;
  font-family: var(--fonte-titulo);
  font-weight: 900;
  font-size: clamp(4rem, 7vw, 6rem);
  line-height: 1;
  color: rgba(252, 195, 20, 0.06);
  pointer-events: none;
}
.step:nth-child(1)::after { content: "01"; }
.step:nth-child(2)::after { content: "02"; }
.step:nth-child(3)::after { content: "03"; }

.step:hover {
  transform: translateY(-6px);
  border-color: rgba(252, 195, 20, 0.45);
  box-shadow: 0 22px 44px -18px rgba(252, 195, 20, 0.22);
}
.step:hover::before {
  opacity: 1;
}

.step__num {
  position: relative;
  z-index: 1;
  display: inline-flex;
  align-items: center;
  /* interior escuro sólido + gradiente APENAS na linha da borda (cantos arredondados) */
  border: 1px solid transparent;
  border-radius: 8px;
  background:
    linear-gradient(#16161a, #16161a) padding-box,
    linear-gradient(90deg, #ff7212 0%, #ff9d12 45%, #ffc41a 100%) border-box;
  padding: 6px 12px;
  margin-bottom: clamp(28px, 4vw, 44px);
  font-family: var(--fonte-corpo);
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  font-size: 0.7rem;
  color: #c9c7c1;
}

.step__title {
  font-family: var(--fonte-titulo);
  font-weight: 800;
  text-transform: uppercase;
  font-size: clamp(1.1rem, 1.6vw, 1.35rem);
  line-height: 1.15;
  margin-bottom: 14px;
  /* mesmo gradiente de destaque da headline */
  background: linear-gradient(90deg, #ff7212 0%, #ff9d12 45%, #ffc41a 100%);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  color: transparent;
}

.step__desc {
  font-family: var(--fonte-corpo);
  font-weight: 400;
  color: #a9a7a1;
  font-size: clamp(0.9rem, 1vw, 0.98rem);
  line-height: 1.6;
}

/* Reveal ao rolar (scroll-driven, com fallback: cards já visíveis) */
@supports (animation-timeline: view()) {
  @media (prefers-reduced-motion: no-preference) {
    .step {
      animation: stepReveal linear both;
      animation-timeline: view();
      animation-range: entry 0% entry 60%;
    }
    @keyframes stepReveal {
      from {
        opacity: 0;
        transform: translateY(22px);
      }
      to {
        opacity: 1;
        transform: translateY(0);
      }
    }
  }
}

@media (prefers-reduced-motion: reduce) {
  .step {
    transition: none;
  }
}

/* Desktop: header em 2 colunas + 3 cards lado a lado */
@media (min-width: 900px) {
  .process__head {
    flex-direction: row;
    justify-content: space-between;
    align-items: flex-end;
    gap: 48px;
  }
  .process__intro {
    text-align: right;
    max-width: 24rem;
    flex: none;
  }
  .process__steps {
    grid-template-columns: repeat(3, 1fr);
  }
}

/* ---- Formulário de captura (mesma seção, abaixo dos passos) ---- */
.capture {
  margin-top: clamp(64px, 9vw, 110px);
  display: grid;
  grid-template-columns: 1fr;
  gap: clamp(36px, 5vw, 64px);
}

.capture__badge {
  display: inline-flex;
  align-items: center;
  border: 1px solid transparent;
  border-radius: 8px;
  padding: 7px 14px;
  margin-bottom: 22px;
  font-family: var(--fonte-corpo);
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.06em;
  font-size: 0.8rem;
  color: #c9c7c1;
  /* mesmo padrão de borda em gradiente do "Passo 0X" */
  background:
    linear-gradient(#16161a, #16161a) padding-box,
    linear-gradient(90deg, #ff7212 0%, #ff9d12 45%, #ffc41a 100%) border-box;
}

.capture__title {
  font-family: var(--fonte-titulo);
  font-weight: 800;
  color: #fff;
  font-size: clamp(1.95rem, 4.8vw, 3.1rem);
  line-height: 1.08;
  letter-spacing: -0.02em;
  max-width: 16ch;
}

.capture__features {
  list-style: none;
  margin-top: clamp(28px, 4vw, 40px);
  display: grid;
  gap: 26px;
}

.feature {
  display: flex;
  gap: 16px;
  align-items: flex-start;
}

.feature__icon {
  flex: none;
  width: 50px;
  height: 50px;
  display: grid;
  place-items: center;
  border-radius: 50%;
  color: #1b1100;
  background: linear-gradient(150deg, #ffd24a 0%, #fcc314 45%, #f0a300 100%);
  box-shadow: 0 6px 18px -6px rgba(252, 195, 20, 0.5);
}
.feature__icon svg {
  width: 24px;
  height: 24px;
}

.feature__title {
  font-family: var(--fonte-titulo);
  font-weight: 800;
  text-transform: uppercase;
  font-size: clamp(1.15rem, 1.7vw, 1.4rem);
  line-height: 1.15;
  margin-bottom: 8px;
  background: linear-gradient(90deg, #ff7212 0%, #ff9d12 45%, #ffc41a 100%);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  color: transparent;
}

.feature__desc {
  font-family: var(--fonte-corpo);
  color: #b4b2ac;
  font-size: clamp(0.98rem, 1.15vw, 1.1rem);
  line-height: 1.6;
}

/* Card do formulário: sólido, borda dourada em gradiente + glow (bem visível) */
.capture__form {
  display: grid;
  gap: 14px;
  align-content: start;
  padding: clamp(22px, 3vw, 32px);
  border: 1.5px solid transparent;
  border-radius: 18px;
  background:
    linear-gradient(180deg, #18181d 0%, #101015 100%) padding-box,
    linear-gradient(160deg, rgba(252, 195, 20, 0.7) 0%,
      rgba(255, 114, 18, 0.55) 48%, rgba(252, 195, 20, 0.2) 100%) border-box;
  box-shadow: 0 28px 60px -22px rgba(0, 0, 0, 0.8),
    0 12px 44px -16px rgba(252, 195, 20, 0.22);
}

.field {
  display: grid;
  gap: 8px;
}

.field__label {
  font-family: var(--fonte-corpo);
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.04em;
  font-size: 0.72rem;
  color: #d2d0ca;
}
.field__label span {
  color: var(--dourado);
}

.input,
.select {
  width: 100%;
  font-family: var(--fonte-corpo);
  font-size: 0.97rem;
  color: var(--off-white);
  background: rgba(255, 255, 255, 0.06);
  border: 1px solid rgba(255, 255, 255, 0.16);
  border-radius: 10px;
  padding: 14px 15px;
  transition: border-color 0.18s ease, box-shadow 0.18s ease,
    background-color 0.18s ease;
}
.input::placeholder {
  color: #94928c;
}
.input:hover,
.select:hover {
  border-color: rgba(255, 255, 255, 0.28);
}
.input:focus,
.select:focus {
  outline: none;
  border-color: rgba(252, 195, 20, 0.6);
  box-shadow: 0 0 0 3px rgba(252, 195, 20, 0.12);
}

/* select custom: seta dourada desenhada em CSS */
.select {
  appearance: none;
  -webkit-appearance: none;
  cursor: pointer;
  padding-right: 40px;
  background-image:
    linear-gradient(45deg, transparent 50%, #fcc314 50%),
    linear-gradient(135deg, #fcc314 50%, transparent 50%);
  background-position:
    calc(100% - 20px) center,
    calc(100% - 15px) center;
  background-size: 5px 5px, 5px 5px;
  background-repeat: no-repeat;
}
.select option {
  background: #16161a;
  color: var(--off-white);
}

/* campo de telefone com bandeira */
.field--phone {
  position: relative;
}
.field--phone .field__flag {
  position: absolute;
  left: 14px;
  top: 50%;
  transform: translateY(-50%);
  font-size: 1rem;
  pointer-events: none;
}
.field--phone .input {
  padding-left: 40px;
}

.capture__submit {
  margin-top: 6px;
  width: 100%;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  padding: 16px 24px;
  font-family: var(--fonte-titulo);
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 0.02em;
  font-size: clamp(0.9rem, 1.1vw, 1rem);
  color: #1b1100;
  border: none;
  border-radius: 12px;
  cursor: pointer;
  background: linear-gradient(180deg, #ffd24a 0%, #fcc314 48%, #f0a300 100%);
  box-shadow: 0 10px 30px -8px rgba(252, 195, 20, 0.55),
    inset 0 1px 0 rgba(255, 255, 255, 0.45);
  transition: transform 0.18s ease, filter 0.18s ease;
}
.capture__submit:hover {
  transform: translateY(-2px);
  filter: brightness(1.05);
}
.capture__submit:active {
  transform: translateY(0);
}

@media (prefers-reduced-motion: reduce) {
  .input,
  .select,
  .capture__submit {
    transition: none;
  }
}

@media (min-width: 900px) {
  .capture {
    grid-template-columns: 1.05fr 0.95fr;
    align-items: start;
    gap: clamp(48px, 6vw, 96px);
  }
}

/* ============ CASES DE SUCESSO ============ */
.cases {
  position: relative;
  overflow: hidden;
  background: #050505;
  padding: clamp(72px, 10vh, 128px) 0;
}
/* glow sutil atrás do título */
.cases::before {
  content: "";
  position: absolute;
  top: -8%;
  left: 50%;
  transform: translateX(-50%);
  width: 90%;
  height: 55%;
  background: radial-gradient(55% 60% at 50% 0%, rgba(252, 195, 20, 0.1), transparent 70%);
  pointer-events: none;
}

.cases__inner {
  position: relative;
  z-index: 1;
  max-width: 1320px;
  margin: 0 auto;
  padding: 0 clamp(20px, 5vw, 72px);
}

.cases__head {
  text-align: center;
}

.cases__badge {
  display: inline-flex;
  align-items: center;
  border: 1px solid transparent;
  border-radius: 8px;
  padding: 7px 14px;
  margin-bottom: 18px;
  font-family: var(--fonte-corpo);
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.06em;
  font-size: 0.78rem;
  color: #c9c7c1;
  background:
    linear-gradient(#16161a, #16161a) padding-box,
    linear-gradient(90deg, #ff7212 0%, #ff9d12 45%, #ffc41a 100%) border-box;
}

.cases__title {
  font-family: var(--fonte-titulo);
  font-weight: 800;
  color: #fff;
  font-size: clamp(1.9rem, 4.6vw, 3rem);
  line-height: 1.1;
  letter-spacing: -0.02em;
}

/* Carrossel horizontal (sem JS): scroll + snap */
.cases__row {
  display: flex;
  align-items: flex-start;
  gap: clamp(14px, 2vw, 22px);
  margin-top: clamp(40px, 6vw, 64px);
  padding-bottom: 14px;
  overflow-x: auto;
  scroll-snap-type: x mandatory;
  -webkit-overflow-scrolling: touch;
  scrollbar-width: thin;
  scrollbar-color: rgba(252, 195, 20, 0.4) transparent;
}
.cases__row::-webkit-scrollbar {
  height: 6px;
}
.cases__row::-webkit-scrollbar-thumb {
  background: rgba(252, 195, 20, 0.4);
  border-radius: 100px;
}

.case {
  position: relative;
  flex: 0 0 clamp(238px, 76vw, 286px);
  scroll-snap-align: start;
  aspect-ratio: 9 / 14;
  border-radius: 18px;
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.09);
  background: linear-gradient(160deg, #1d1d23 0%, #0c0c10 100%);
  transition: transform 0.25s ease, border-color 0.25s ease, box-shadow 0.25s ease;
}
.case:hover {
  transform: translateY(-5px);
  border-color: rgba(252, 195, 20, 0.4);
  box-shadow: 0 22px 44px -18px rgba(252, 195, 20, 0.22);
}

/* etiqueta de tipo (Vídeo / Print) */
.case__tag {
  position: absolute;
  top: 12px;
  left: 12px;
  z-index: 2;
  border: 1px solid transparent;
  border-radius: 6px;
  padding: 4px 10px;
  font-family: var(--fonte-corpo);
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.06em;
  font-size: 0.62rem;
  color: #e7e5df;
  background:
    linear-gradient(rgba(0, 0, 0, 0.55), rgba(0, 0, 0, 0.55)) padding-box,
    linear-gradient(90deg, #ff7212 0%, #ffc41a 100%) border-box;
}

/* mídia do depoimento (print): card assume a altura natural da imagem,
   mostrando o print inteiro sem recorte */
.case__media {
  display: block;
  width: 100%;
  height: auto;
}
.case--image,
.case--video {
  aspect-ratio: auto;
}

/* área central (play / ícone + "em breve") */
.case__center {
  position: absolute;
  inset: 0;
  display: grid;
  place-content: center;
  justify-items: center;
  gap: 14px;
  text-align: center;
}

.case__play,
.case__icon {
  display: grid;
  place-items: center;
  width: 62px;
  height: 62px;
  border-radius: 50%;
  color: #1b1100;
  background: linear-gradient(150deg, #ffd24a 0%, #fcc314 45%, #f0a300 100%);
  box-shadow: 0 8px 22px -6px rgba(252, 195, 20, 0.55);
}
.case__play svg {
  margin-left: 3px; /* centra o triângulo opticamente */
}
.case--video:hover .case__play {
  transform: scale(1.06);
  transition: transform 0.2s ease;
}

.case__soon {
  font-family: var(--fonte-corpo);
  font-size: 0.78rem;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  color: #8c8a84;
}

/* overlay inferior com depoimento + logo */
.case__overlay {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1;
  padding: 18px 16px 16px;
  background: linear-gradient(
    180deg,
    transparent 0%,
    rgba(0, 0, 0, 0.6) 45%,
    rgba(0, 0, 0, 0.9) 100%
  );
}

/* legenda abaixo do vídeo (não sobrepõe os controles do player) */
.case__caption {
  padding: 16px;
}

.case__quote {
  font-family: var(--fonte-titulo);
  font-weight: 800;
  text-transform: uppercase;
  font-size: clamp(0.82rem, 1vw, 0.92rem);
  line-height: 1.22;
  color: #fff;
}

.case__logo {
  display: block;
  height: 14px;
  width: auto;
  margin-top: 12px;
  opacity: 0.9;
}

.cases__cta {
  margin-top: clamp(36px, 5vw, 56px);
  text-align: center;
}

@media (prefers-reduced-motion: reduce) {
  .case {
    transition: none;
  }
}

/* ============ MÉTODO PROSPEXIA ============ */
.method {
  position: relative;
  overflow: hidden;
  background: #050505;
  padding: clamp(72px, 11vh, 130px) 0;
}
/* glows dourados de fundo (consistente com seção 2 / cases) */
.method::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 0;
  pointer-events: none;
  background:
    radial-gradient(58% 48% at 50% 40%, rgba(252, 195, 20, 0.13), transparent 70%),
    radial-gradient(42% 36% at 84% 92%, rgba(234, 156, 59, 0.1), transparent 72%);
}

.method__inner {
  position: relative;
  z-index: 1;
  max-width: 1320px;
  margin: 0 auto;
  padding: 0 clamp(20px, 5vw, 72px);
}

.method__head {
  text-align: center;
}

.method__badge {
  display: inline-flex;
  align-items: center;
  border: 1px solid transparent;
  border-radius: 8px;
  padding: 7px 14px;
  margin-bottom: 18px;
  font-family: var(--fonte-corpo);
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.06em;
  font-size: 0.78rem;
  color: #c9c7c1;
  background:
    linear-gradient(#16161a, #16161a) padding-box,
    linear-gradient(90deg, #ff7212 0%, #ff9d12 45%, #ffc41a 100%) border-box;
}

.method__title {
  font-family: var(--fonte-titulo);
  font-weight: 800;
  color: #fff;
  font-size: clamp(1.9rem, 4.6vw, 3rem);
  line-height: 1.1;
  letter-spacing: -0.02em;
}

.method__intro {
  margin: 16px auto 0;
  max-width: 52ch;
  font-family: var(--fonte-corpo);
  color: #b9b7b1;
  font-size: clamp(0.92rem, 2.4vw, 1.08rem);
  line-height: 1.55;
}

/* ---- Núcleo orbital (símbolo + ciclo) ---- */
.orbit {
  position: relative;
  width: min(90vw, 440px);
  aspect-ratio: 1;
  margin: clamp(52px, 9vw, 84px) auto clamp(52px, 9vw, 88px);
}

/* anéis decorativos de fundo */
.orbit__ring {
  position: absolute;
  border-radius: 50%;
  pointer-events: none;
}
.orbit__ring--outer {
  inset: -3%;
  border: 1px solid rgba(252, 195, 20, 0.1);
}
.orbit__ring--dashed {
  inset: 7%;
  border: 1px dashed rgba(252, 195, 20, 0.2);
  animation: orbitSpin 60s linear infinite;
}

/* halo dourado pulsante atrás do símbolo */
.orbit__glow {
  position: absolute;
  inset: 26%;
  border-radius: 50%;
  pointer-events: none;
  background: radial-gradient(circle, rgba(252, 195, 20, 0.28), transparent 70%);
  filter: blur(12px);
  animation: orbitGlow 4.2s ease-in-out infinite;
}

/* SVG com os arcos/setas do ciclo */
.orbit__svg {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  overflow: visible;
}
.orbit__dots circle {
  filter: drop-shadow(0 0 5px rgba(252, 195, 20, 0.7));
  animation: orbitDot 2.6s ease-in-out infinite;
}
.orbit__dots circle:nth-child(2) { animation-delay: 0.65s; }
.orbit__dots circle:nth-child(3) { animation-delay: 1.3s; }
.orbit__dots circle:nth-child(4) { animation-delay: 1.95s; }

/* disco central com o símbolo da marca */
.orbit__core {
  position: absolute;
  left: 50%;
  top: 50%;
  width: 42%;
  aspect-ratio: 1;
  transform: translate(-50%, -50%);
  display: grid;
  place-items: center;
  border-radius: 50%;
  background: radial-gradient(circle at 50% 36%, #1d1d22 0%, #141418 56%, #0a0a0d 100%);
  border: 1px solid rgba(252, 195, 20, 0.3);
  box-shadow:
    0 20px 54px -16px rgba(0, 0, 0, 0.85),
    inset 0 1px 0 rgba(255, 255, 255, 0.07),
    0 0 36px -6px rgba(252, 195, 20, 0.25);
}
.orbit__core img {
  width: 64%;
  height: auto;
  display: block;
  filter: drop-shadow(0 4px 16px rgba(252, 195, 20, 0.5));
  animation: orbitBreath 5s ease-in-out infinite;
}

/* rótulos das etapas em volta do anel */
.orbit__stage {
  position: absolute;
  font-family: var(--fonte-corpo);
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.12em;
  font-size: clamp(0.62rem, 2.6vw, 0.82rem);
  color: #e3e1db;
  white-space: nowrap;
}
.orbit__stage--top {
  left: 50%;
  top: 5%;
  transform: translate(-50%, -100%);
}
.orbit__stage--bottom {
  left: 50%;
  bottom: 5%;
  transform: translate(-50%, 100%);
}
/* laterais na vertical (sem girar transform: legível e estável no mobile) */
.orbit__stage--right {
  top: 50%;
  left: 91%;
  transform: translateY(-50%);
  writing-mode: vertical-rl;
}
.orbit__stage--left {
  top: 50%;
  right: 91%;
  transform: translateY(-50%);
  writing-mode: vertical-rl;
}

@keyframes orbitSpin {
  to { transform: rotate(360deg); }
}
@keyframes orbitGlow {
  0%, 100% { opacity: 0.65; }
  50% { opacity: 1; }
}
@keyframes orbitBreath {
  0%, 100% { transform: scale(1); }
  50% { transform: scale(1.06); }
}
@keyframes orbitDot {
  0%, 100% { opacity: 0.5; }
  50% { opacity: 1; }
}

/* ---- Cards das etapas ---- */
.method__steps {
  list-style: none;
  display: grid;
  grid-template-columns: 1fr;
  gap: clamp(16px, 2vw, 22px);
}

.mstep {
  position: relative;
  overflow: hidden;
  padding: clamp(22px, 3vw, 30px);
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 18px;
  background: linear-gradient(
    180deg,
    rgba(18, 18, 20, 0.86) 0%,
    rgba(10, 10, 11, 0.88) 100%
  );
  transition: transform 0.25s ease, border-color 0.25s ease, box-shadow 0.25s ease;
}
.mstep::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 1px;
  background: linear-gradient(
    90deg,
    transparent 0%,
    rgba(252, 195, 20, 0.5) 50%,
    transparent 100%
  );
  opacity: 0.7;
  transition: opacity 0.25s ease;
}
.mstep:hover {
  transform: translateY(-6px);
  border-color: rgba(252, 195, 20, 0.45);
  box-shadow: 0 22px 44px -18px rgba(252, 195, 20, 0.22);
}
.mstep:hover::before {
  opacity: 1;
}

.mstep__num {
  display: inline-flex;
  align-items: center;
  border: 1px solid transparent;
  border-radius: 8px;
  background:
    linear-gradient(#16161a, #16161a) padding-box,
    linear-gradient(90deg, #ff7212 0%, #ff9d12 45%, #ffc41a 100%) border-box;
  padding: 6px 12px;
  margin-bottom: clamp(20px, 3vw, 28px);
  font-family: var(--fonte-corpo);
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  font-size: 0.7rem;
  color: #c9c7c1;
}

.mstep__title {
  font-family: var(--fonte-titulo);
  font-weight: 800;
  text-transform: uppercase;
  font-size: clamp(1.1rem, 1.6vw, 1.3rem);
  line-height: 1.15;
  margin-bottom: 12px;
  background: linear-gradient(90deg, #ff7212 0%, #ff9d12 45%, #ffc41a 100%);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  color: transparent;
}

.mstep__desc {
  font-family: var(--fonte-corpo);
  color: #a9a7a1;
  font-size: clamp(0.9rem, 1vw, 0.98rem);
  line-height: 1.6;
}

@media (min-width: 640px) {
  .method__steps {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (min-width: 1000px) {
  .method__steps {
    grid-template-columns: repeat(4, 1fr);
  }
}

@media (prefers-reduced-motion: reduce) {
  .orbit__ring--dashed,
  .orbit__glow,
  .orbit__core img,
  .orbit__dots circle {
    animation: none;
  }
  .mstep {
    transition: none;
  }
}

/* ============ QUEM SOMOS / PROVA DE AUTORIDADE ============ */
.proof {
  position: relative;
  overflow: hidden;
  isolation: isolate;
  background: radial-gradient(120% 92% at 50% 0%, #0c0c0f 0%, #060608 56%, #000 100%);
  padding: clamp(80px, 12vh, 144px) 0;
}
/* glows dourados + grid fino com bordas esmaecidas */
.proof::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -2;
  pointer-events: none;
  background:
    radial-gradient(46% 42% at 20% 26%, rgba(252, 195, 20, 0.16), transparent 70%),
    radial-gradient(52% 46% at 94% 86%, rgba(234, 156, 59, 0.13), transparent 72%),
    repeating-linear-gradient(to right, rgba(240, 239, 235, 0.03) 0 1px, transparent 1px 64px),
    repeating-linear-gradient(to bottom, rgba(240, 239, 235, 0.03) 0 1px, transparent 1px 64px);
  -webkit-mask-image: radial-gradient(130% 100% at 50% 28%, #000 55%, transparent 100%);
  mask-image: radial-gradient(130% 100% at 50% 28%, #000 55%, transparent 100%);
}
/* halo dourado girando bem devagar atrás de tudo */
.proof::after {
  content: "";
  position: absolute;
  z-index: -3;
  top: 50%;
  left: 50%;
  width: 130vmax;
  height: 130vmax;
  transform: translate(-50%, -50%);
  pointer-events: none;
  background: conic-gradient(from 0deg,
    transparent 0deg, rgba(252, 195, 20, 0.05) 55deg, transparent 120deg,
    rgba(234, 156, 59, 0.05) 220deg, transparent 300deg);
  animation: proofSweep 42s linear infinite;
}
@keyframes proofSweep {
  to { transform: translate(-50%, -50%) rotate(360deg); }
}

.proof__inner {
  position: relative;
  z-index: 1;
  max-width: 1320px;
  margin: 0 auto;
  padding: 0 clamp(20px, 5vw, 72px);
  display: grid;
  grid-template-columns: minmax(0, 1fr);
  gap: clamp(28px, 5vw, 56px);
}

/* ---- Coluna esquerda: cards de números ---- */
.proof__stats {
  display: grid;
  grid-template-columns: minmax(0, 1fr); /* track encolhível: deixa o texto quebrar */
  gap: clamp(14px, 2vw, 20px);
}

.stat {
  position: relative;
  overflow: hidden;
  min-width: 0; /* permite o texto quebrar dentro do card (item de grid) */
  padding: clamp(24px, 3.2vw, 34px) clamp(22px, 3vw, 32px);
  border-radius: 20px;
  /* borda em gradiente dourado + interior escuro (glass) */
  border: 1px solid transparent;
  background:
    linear-gradient(180deg, rgba(20, 20, 24, 0.92), rgba(10, 10, 12, 0.94)) padding-box,
    linear-gradient(135deg, rgba(252, 195, 20, 0.55), rgba(255, 114, 18, 0.18) 45%,
      rgba(255, 255, 255, 0.05) 100%) border-box;
  box-shadow: 0 18px 50px -28px rgba(0, 0, 0, 0.9);
  transition: transform 0.3s cubic-bezier(0.2, 0.7, 0.2, 1), box-shadow 0.3s ease;
}
/* glow radial que acende no hover */
.stat::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 0;
  pointer-events: none;
  background: radial-gradient(82% 120% at 0% 0%, rgba(252, 195, 20, 0.16), transparent 60%);
  opacity: 0;
  transition: opacity 0.3s ease;
}
/* varredura de brilho diagonal no hover */
.stat::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 60%;
  height: 100%;
  z-index: 1;
  pointer-events: none;
  background: linear-gradient(100deg, transparent, rgba(255, 255, 255, 0.1), transparent);
  transform: translateX(-190%) skewX(-12deg);
  transition: transform 0.75s ease;
}
.stat:hover {
  transform: translateY(-6px);
  box-shadow: 0 30px 62px -26px rgba(252, 195, 20, 0.3),
    0 18px 50px -28px rgba(0, 0, 0, 0.9);
}
.stat:hover::before { opacity: 1; }
.stat:hover::after { transform: translateX(290%) skewX(-12deg); }

/* conteúdo acima dos pseudos (menos a marca d'água) */
.stat > *:not(.stat__mark) {
  position: relative;
  z-index: 2;
}

.stat__ico {
  display: grid;
  place-items: center;
  width: 46px;
  height: 46px;
  margin-bottom: 16px;
  border-radius: 13px;
  color: var(--dourado);
  background: linear-gradient(160deg, rgba(252, 195, 20, 0.18), rgba(252, 195, 20, 0.04));
  border: 1px solid rgba(252, 195, 20, 0.3);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.08);
}
.stat__ico svg { width: 24px; height: 24px; }

.stat__num {
  display: flex;
  align-items: baseline;
  gap: 8px;
  font-family: var(--fonte-titulo);
  font-weight: 900;
  font-size: clamp(2.4rem, 8vw, 3.4rem);
  line-height: 1;
  letter-spacing: -0.02em;
  /* gradiente dourado com brilho metálico que desliza (sheen) */
  background: linear-gradient(100deg, #ff7212 0%, #ffb02e 30%, #fff1c2 48%,
    #ffb02e 66%, #ffc41a 100%);
  background-size: 220% 100%;
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  color: transparent;
  animation: numSheen 6s ease-in-out infinite;
}
.stat__unit {
  font-size: clamp(1.1rem, 3vw, 1.4rem);
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 0.02em;
}
@keyframes numSheen {
  0%, 100% { background-position: 100% 50%; }
  50% { background-position: 0% 50%; }
}

.stat__label {
  display: block;
  margin-top: 12px;
  font-family: var(--fonte-corpo);
  font-weight: 700;
  letter-spacing: 0.01em;
  font-size: clamp(1.02rem, 2.7vw, 1.2rem);
  line-height: 1.35;
  color: #d6d4ce;
}

/* barrinha dourada que preenche no hover */
.stat__bar {
  display: block;
  position: relative;
  margin-top: 18px;
  height: 3px;
  border-radius: 3px;
  background: rgba(255, 255, 255, 0.07);
  overflow: hidden;
}
.stat__bar::after {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: inherit;
  background: linear-gradient(90deg, #ff7212, #ffc41a);
  transform: translateX(-101%);
  transition: transform 0.9s cubic-bezier(0.2, 0.7, 0.2, 1);
}
.stat:hover .stat__bar::after { transform: translateX(0); }

/* card-destaque (o 4º): preenchido em dourado, texto escuro */
.stat--accent {
  border: none;
  background: linear-gradient(150deg, #ffd24a 0%, #fcc314 46%, #f0a300 100%);
  box-shadow: 0 22px 50px -18px rgba(252, 195, 20, 0.55),
    inset 0 1px 0 rgba(255, 255, 255, 0.45);
}
.stat--accent::before { display: none; }
.stat--accent::after {
  background: linear-gradient(100deg, transparent, rgba(255, 255, 255, 0.35), transparent);
}
.stat--accent:hover {
  transform: translateY(-6px);
  box-shadow: 0 30px 60px -18px rgba(252, 195, 20, 0.7),
    inset 0 1px 0 rgba(255, 255, 255, 0.45);
}
/* símbolo da marca como marca d'água no canto */
.stat__mark {
  position: absolute;
  right: -14px;
  bottom: -18px;
  width: clamp(96px, 26vw, 140px);
  height: auto;
  z-index: 0;
  opacity: 0.16;
  mix-blend-mode: multiply;
  pointer-events: none;
}
.stat__kicker {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  font-family: var(--fonte-titulo);
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 0.06em;
  font-size: clamp(0.85rem, 2.6vw, 1.05rem);
  color: #5a3a00;
  margin-bottom: 10px;
}
.stat__bolt {
  width: 18px;
  height: 18px;
  color: #1b1100;
}
.stat__big {
  display: block;
  font-family: var(--fonte-titulo);
  font-weight: 900;
  text-transform: uppercase;
  font-size: clamp(1.15rem, 3.4vw, 1.9rem);
  line-height: 1.14;
  letter-spacing: -0.01em;
  color: #1b1100;
  overflow-wrap: break-word;
}

/* reveal escalonado dos cards ao rolar (progressive enhancement) */
@supports (animation-timeline: view()) {
  @media (prefers-reduced-motion: no-preference) {
    .stat {
      animation: statReveal linear both;
      animation-timeline: view();
      animation-range: entry 0% entry 55%;
    }
    @keyframes statReveal {
      from { opacity: 0; transform: translateY(28px) scale(0.97); }
      to { opacity: 1; transform: translateY(0) scale(1); }
    }
  }
}

/* ---- Coluna direita: dúvida + checklist + fechamento ---- */
.proof__panel {
  align-self: center;
}

.proof__badge {
  display: inline-flex;
  align-items: center;
  border: 1px solid transparent;
  border-radius: 8px;
  padding: 7px 14px;
  margin-bottom: 18px;
  font-family: var(--fonte-corpo);
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.06em;
  font-size: 0.78rem;
  color: #c9c7c1;
  background:
    linear-gradient(#16161a, #16161a) padding-box,
    linear-gradient(90deg, #ff7212 0%, #ff9d12 45%, #ffc41a 100%) border-box;
}

.proof__title {
  font-family: var(--fonte-titulo);
  font-weight: 800;
  color: #fff;
  font-size: clamp(1.7rem, 4.4vw, 2.6rem);
  line-height: 1.12;
  letter-spacing: -0.02em;
  max-width: 18ch;
}

.proof__intro {
  margin-top: 18px;
  font-family: var(--fonte-corpo);
  color: #b9b7b1;
  font-size: clamp(0.92rem, 2.4vw, 1.05rem);
  line-height: 1.55;
}

.checklist {
  list-style: none;
  margin-top: clamp(20px, 3vw, 28px);
  display: grid;
  gap: 10px;
}

.check__input {
  position: absolute;
  opacity: 0;
  pointer-events: none;
}

.check__label {
  display: flex;
  align-items: center;
  gap: 13px;
  cursor: pointer;
  padding: 13px 16px;
  border-radius: 12px;
  border: 1px solid rgba(255, 255, 255, 0.08);
  background: rgba(255, 255, 255, 0.02);
  font-family: var(--fonte-corpo);
  font-size: clamp(0.9rem, 1.15vw, 1.02rem);
  line-height: 1.4;
  color: #cdcbc5;
  transition: color 0.2s ease, border-color 0.2s ease, background-color 0.2s ease,
    transform 0.2s ease;
}
.check__label:hover {
  color: #fff;
  border-color: rgba(252, 195, 20, 0.4);
  background: rgba(252, 195, 20, 0.05);
  transform: translateX(3px);
}

/* círculo (checkbox custom) */
.check__box {
  flex: none;
  position: relative;
  width: 22px;
  height: 22px;
  border-radius: 50%;
  border: 2px solid rgba(252, 195, 20, 0.55);
  background: rgba(252, 195, 20, 0.06);
  transition: background-color 0.18s ease, border-color 0.18s ease,
    box-shadow 0.18s ease, transform 0.18s ease;
}
.check__box::after {
  content: "";
  position: absolute;
  left: 7px;
  top: 3px;
  width: 5px;
  height: 10px;
  border: solid #1b1100;
  border-width: 0 2.5px 2.5px 0;
  transform: rotate(45deg) scale(0);
  transition: transform 0.18s ease;
}
.check__input:checked + .check__label {
  color: #fff;
  border: 1px solid transparent;
  background:
    linear-gradient(rgba(252, 195, 20, 0.12), rgba(252, 195, 20, 0.05)) padding-box,
    linear-gradient(90deg, rgba(255, 114, 18, 0.7), rgba(252, 195, 20, 0.7)) border-box;
}
.check__input:checked + .check__label .check__box {
  background: linear-gradient(150deg, #ffd24a 0%, #fcc314 48%, #f0a300 100%);
  border-color: #fcc314;
  transform: scale(1.06);
  box-shadow: 0 0 0 4px rgba(252, 195, 20, 0.14);
}
.check__input:checked + .check__label .check__box::after {
  transform: rotate(45deg) scale(1);
}
.check__input:focus-visible + .check__label {
  border-color: rgba(252, 195, 20, 0.6);
}
.check__input:focus-visible + .check__label .check__box {
  box-shadow: 0 0 0 4px rgba(252, 195, 20, 0.28);
}

/* lead: regra do "pelo menos 3 alternativas" antes da pergunta de fechamento */
.proof__lead {
  margin-top: clamp(22px, 3.2vw, 30px);
  font-family: var(--fonte-corpo);
  font-weight: 700;
  color: #d8d6d0;
  font-size: clamp(1rem, 1.4vw, 1.15rem);
  line-height: 1.5;
  max-width: 44ch;
}

.proof__close {
  margin-top: clamp(10px, 1.6vw, 14px);
  font-family: var(--fonte-corpo);
  font-weight: 700;
  color: #e7e5df;
  font-size: clamp(1rem, 1.4vw, 1.18rem);
  line-height: 1.5;
  max-width: 40ch;
}

.proof__panel .hero__cta {
  margin-top: clamp(22px, 3vw, 30px);
}
/* CTA ganha vida quando há alguma opção marcada */
.proof__panel:has(.check__input:checked) .hero__cta {
  box-shadow: 0 16px 44px -8px rgba(252, 195, 20, 0.85),
    inset 0 1px 0 rgba(255, 255, 255, 0.5);
  animation: ctaNudge 1.8s ease-in-out infinite;
}
@keyframes ctaNudge {
  0%, 100% { transform: translateY(0); }
  50% { transform: translateY(-3px); }
}

@media (min-width: 980px) {
  .proof__inner {
    grid-template-columns: minmax(0, 0.92fr) minmax(0, 1.08fr);
    align-items: stretch;
    gap: clamp(40px, 5vw, 80px);
  }
}

@media (prefers-reduced-motion: reduce) {
  .stat,
  .check__label,
  .check__box,
  .check__box::after,
  .stat__bar::after {
    transition: none;
  }
  .proof::after,
  .stat__num,
  .proof__panel:has(.check__input:checked) .hero__cta {
    animation: none;
  }
}

/* ============ QUEM SOMOS (institucional) ============ */
.about {
  position: relative;
  overflow: hidden;
  isolation: isolate;
  background: radial-gradient(120% 92% at 50% 0%, #0c0c0f 0%, #060608 56%, #000 100%);
  padding: clamp(80px, 12vh, 150px) 0;
}
/* glow dourado + grande símbolo da marca como marca d'água atrás do texto */
.about::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -2;
  pointer-events: none;
  background:
    radial-gradient(50% 44% at 24% 22%, rgba(252, 195, 20, 0.13), transparent 70%),
    radial-gradient(48% 42% at 90% 88%, rgba(234, 156, 59, 0.1), transparent 72%);
}
.about::after {
  content: "";
  position: absolute;
  z-index: -1;
  right: -6%;
  bottom: -12%;
  width: clamp(280px, 42vw, 560px);
  aspect-ratio: 1;
  background: url("assets/simbolo.webp") no-repeat center / contain;
  opacity: 0.05;
  pointer-events: none;
}

.about__inner {
  position: relative;
  z-index: 1;
  max-width: 1320px;
  margin: 0 auto;
  padding: 0 clamp(20px, 5vw, 72px);
  display: grid;
  grid-template-columns: minmax(0, 1fr);
  gap: clamp(36px, 6vw, 64px);
}

/* ---- Coluna esquerda: propósito em texto gigante vazado ---- */
.about__kicker {
  font-family: var(--fonte-corpo);
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  font-size: clamp(0.8rem, 2.4vw, 1rem);
  color: #b9b7b1;
  margin-bottom: clamp(14px, 2vw, 20px);
}

.about__giant {
  font-family: var(--fonte-titulo);
  font-weight: 900;
  text-transform: uppercase;
  line-height: 0.95;
  letter-spacing: -0.02em;
  font-size: clamp(2.4rem, 9vw, 5.5rem);
}
.about__giant span {
  display: block;
  /* letras preenchidas sólidas (limpas), off-white da marca */
  color: var(--off-white);
}
/* uma palavra em dourado sólido pra dar o ponto de cor */
.about__giant .about__giant-fill {
  color: var(--dourado);
}

/* ---- Coluna direita: time + texto ---- */
.about__panel {
  align-self: center;
}
.about__badge {
  display: inline-flex;
  align-items: center;
  border: 1px solid transparent;
  border-radius: 8px;
  padding: 7px 14px;
  margin-bottom: 18px;
  font-family: var(--fonte-corpo);
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.06em;
  font-size: 0.78rem;
  color: #c9c7c1;
  background:
    linear-gradient(#16161a, #16161a) padding-box,
    linear-gradient(90deg, #ff7212 0%, #ff9d12 45%, #ffc41a 100%) border-box;
}
.about__head {
  font-family: var(--fonte-titulo);
  font-weight: 800;
  color: #fff;
  font-size: clamp(1.5rem, 3.6vw, 2.3rem);
  line-height: 1.15;
  letter-spacing: -0.01em;
  max-width: 20ch;
}
.about__text {
  margin-top: 16px;
  font-family: var(--fonte-corpo);
  color: #b4b2ac;
  font-size: clamp(0.95rem, 1.2vw, 1.08rem);
  line-height: 1.7;
  max-width: 56ch;
}

/* ---- CTA largo embaixo ---- */
.about__cta {
  margin-top: clamp(20px, 3vw, 32px);
  text-align: center;
}
.about__btn {
  width: 100%;
  max-width: 720px;
  justify-content: center;
  padding: 18px 28px;
  font-size: clamp(0.95rem, 1.3vw, 1.15rem);
}

@media (min-width: 980px) {
  .about__inner {
    grid-template-columns: minmax(0, 1.1fr) minmax(0, 0.9fr);
    column-gap: clamp(40px, 5vw, 84px);
    row-gap: clamp(44px, 6vw, 72px);
    align-items: start;
  }
  .about__cta {
    grid-column: 1 / -1;
  }
}

/* ===================================================
   FOOTER (marca + CNPJ)
   =================================================== */
.footer {
  background: #070708;
  border-top: 1px solid #1c1c1c;
  padding: 30px 20px;
}

.footer__inner {
  max-width: 1100px;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 14px;
  text-align: center;
}

.footer__logo {
  display: inline-flex;
}

.footer__logo img {
  display: block;
  height: 24px;
  width: auto;
}

.footer__legal {
  font-family: var(--fonte-corpo);
  font-size: 0.82rem;
  line-height: 1.6;
  color: var(--cinza);
}

/* ===================================================
   PÁGINA DE OBRIGADO (confirmação após o formulário)
   Mantém o visual da landing: fundo escuro + glow dourado
   no topo e a headline com o gradiente da marca.
   =================================================== */
.thanks {
  position: relative;
  min-height: 78svh;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  padding: 72px 20px;
  overflow: hidden;
  background: radial-gradient(
      130% 90% at 50% -10%,
      rgba(252, 195, 20, 0.16) 0%,
      rgba(252, 195, 20, 0) 55%
    ),
    linear-gradient(180deg, #0d0d0f 0%, #000 60%);
}

.thanks__inner {
  position: relative;
  z-index: 1;
  width: 100%;
  max-width: 720px;
}

.thanks__badge {
  display: inline-flex;
  align-items: center;
  gap: 9px;
  background: linear-gradient(180deg, #242424 0%, #181818 100%);
  border: 1px solid #383838;
  border-radius: 100px;
  padding: 8px 16px;
  margin-bottom: 22px;
  font-family: var(--fonte-corpo);
  font-weight: 700;
  text-transform: uppercase;
  font-size: clamp(0.7rem, 3.2vw, 0.8rem);
  letter-spacing: 0.04em;
  color: var(--off-white);
}

.thanks__check {
  width: 18px;
  height: 18px;
  flex: none;
  color: var(--dourado);
}

.thanks__title {
  font-family: var(--fonte-titulo);
  font-weight: 800;
  text-transform: uppercase;
  color: #fff;
  font-size: clamp(1.7rem, 7vw, 3.1rem);
  line-height: 1.1;
  letter-spacing: -0.015em;
}

.thanks__text {
  font-family: var(--fonte-corpo);
  color: #c9c7c1;
  font-size: clamp(0.95rem, 4vw, 1.18rem);
  line-height: 1.6;
  margin-top: 22px;
}

.thanks__text strong {
  color: #fff;
  font-weight: 700;
}
