/* =========================================================
   IDV Growth — site2 · layout inspirado na estrutura V4
   Mesma paleta da versão anterior, apenas o vermelho trocado
   por dourado (#C88D44). CTA verde e demais cores mantidos.
   Nenhuma informação do site foi alterada.
   ========================================================= */

:root {
  --bg: #0c0c0c;
  --bg-2: #151515;
  --bg-3: #1b1b1b;
  --line: #262626;
  --light: #f2f1ef;
  --light-2: #ffffff;
  --gold: #c88d44;
  --gold-2: #dda85f;
  --green: #14c85c;
  --green-2: #10b350;
  --green-ink: #04240f;
  --txt: #f4f4f4;
  --txt-soft: #a0a0a0;
  --txt-mut: #6f6f6f;
  --ink: #101010;
  --ink-soft: #565656;
  --r-lg: 40px;
  --r-md: 22px;
  --r-sm: 14px;
  --pill: 999px;
  --maxw: 1180px;
  --font: "Inter", system-ui, -apple-system, "Segoe UI", Roboto, Arial, sans-serif;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; -webkit-text-size-adjust: 100%; }
body {
  margin: 0;
  background: var(--bg);
  color: var(--txt);
  font-family: var(--font);
  font-size: 16px;
  line-height: 1.6;
  -webkit-font-smoothing: antialiased;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-touch-callout: none;
  touch-action: pan-x pan-y;
}
img { max-width: 100%; display: block; height: auto; }
a { color: inherit; text-decoration: none; }
h1, h2, h3 { margin: 0; font-weight: 800; letter-spacing: -0.02em; line-height: 1.08; }
ul, ol { margin: 0; padding: 0; list-style: none; }

.wrap { max-width: var(--maxw); margin: 0 auto; padding: 0 24px; }

.skip-link {
  position: absolute; left: -999px; top: 0; z-index: 200;
  background: var(--green); color: var(--green-ink);
  padding: 10px 16px; border-radius: 0 0 var(--r-sm) 0; font-weight: 700;
}
.skip-link:focus { left: 0; }

/* ---------- barra de progresso ---------- */
.scroll-progress {
  position: fixed; inset: 0 0 auto 0; height: 3px; z-index: 120;
  background: transparent; pointer-events: none;
}
.scroll-progress span {
  display: block; height: 100%; width: 0;
  background: linear-gradient(90deg, var(--gold), var(--gold-2));
}

/* =========================================================
   BOTÕES
   ========================================================= */
.btn {
  display: inline-flex; align-items: center; gap: 10px;
  background: #35b96b; color: var(--ink);
  font-weight: 700; font-size: 15px; line-height: 1;
  padding: 15px 26px; border-radius: var(--pill);
  border: 0; cursor: pointer;
  box-shadow: 0 10px 26px -14px rgba(20, 200, 92, .38);
  transition: background .22s ease, color .22s ease, transform .18s ease, box-shadow .22s ease;
}
.btn::after {
  content: ""; width: 9px; height: 9px; border-radius: 50%; font-size: 0;
  background: var(--ink);
  animation: btn-dot 1.4s ease-in-out infinite;
}
@keyframes btn-dot {
  0%, 100% { opacity: 1; transform: scale(1); }
  50%      { opacity: .3; transform: scale(.65); }
}
.btn:hover {
  background: var(--ink); color: var(--gold);
  transform: translateY(-2px);
  box-shadow: 0 14px 34px -14px rgba(200, 141, 68, .5);
}
.btn:hover::after { background: var(--gold); animation: none; }
.btn:active { transform: translateY(0); }
.anim-off .btn::after { animation: none; }
.btn-sm { padding: 11px 20px; font-size: 14px; box-shadow: none; }
.btn-lg { padding: 18px 34px; font-size: 16px; }
.btn-block { display: flex; width: 100%; justify-content: center; }
.link-arrow {
  display: inline-flex; align-items: center; gap: 8px;
  font-weight: 700; color: var(--ink);
}
.link-arrow::after { content: "→"; transition: transform .18s ease; }
.link-arrow:hover::after { transform: translateX(4px); }

/* =========================================================
   HEADER
   ========================================================= */
.site-header {
  position: sticky; top: 0; z-index: 100;
  margin: 0 auto; max-width: 100%;
  background: rgba(12, 12, 12, .82);
  backdrop-filter: blur(12px) saturate(1.3); -webkit-backdrop-filter: blur(12px) saturate(1.3);
  border: 1px solid transparent; border-radius: 0;
  transition: max-width .34s ease, top .34s ease, border-radius .34s ease,
              border-color .34s ease, background .34s ease, box-shadow .34s ease;
}
.site-header.scrolled {
  top: 12px;
  max-width: 740px;
  border-radius: 16px;
  border-color: var(--line);
  background: rgba(17, 17, 17, .58);
  box-shadow: 0 18px 44px -20px rgba(0, 0, 0, .6);
}
/* enquanto rola manualmente (fora de um clique em link), o conteúdo passa por baixo
   do cabeçalho flutuante — inevitável em qualquer header sticky. Esse degradê faz o
   texto esmaecer suavemente ao se aproximar, em vez de cortar no meio da frase. */
.site-header::after {
  content: ""; position: absolute; left: 0; right: 0; top: 100%; height: 36px;
  background: linear-gradient(to bottom, rgba(10, 10, 10, .5), transparent);
  pointer-events: none; opacity: 0; transition: opacity .34s ease;
}
.site-header.scrolled::after { opacity: 1; }
.header-inner {
  display: flex; align-items: center; justify-content: space-between;
  gap: 24px; padding: 15px 24px;
  transition: padding .34s ease;
}
.site-header.scrolled .header-inner { padding: 10px 18px; }
.site-header.scrolled .nav { gap: 22px; }

@media (max-width: 900px) {
  /* flutua também no mobile: pílula compacta com logo + CTA pequeno + menu */
  .site-header.scrolled {
    top: 10px;
    max-width: max-content;
    border-radius: 999px;
    border-color: var(--line);
    background: rgba(17, 17, 17, .78);
    box-shadow: 0 16px 34px -18px rgba(0, 0, 0, .65);
  }
  .site-header.scrolled .header-inner { padding: 8px 8px 8px 16px; gap: 10px; }
}
.brand { display: inline-flex; align-items: center; }
.brand img { display: block; max-width: none; }
.brand img.brand-full { width: 148px; height: auto; }
.brand img.brand-mark { height: 30px; width: auto; display: none; }
/* ao flutuar, troca a assinatura completa pela logo cortada (símbolo iDV) */
.site-header.scrolled .brand img.brand-full { display: none; }
.site-header.scrolled .brand img.brand-mark { display: block; }
@media (max-width: 900px) {
  .site-header.scrolled .brand img.brand-full { display: none; }
  .site-header.scrolled .brand img.brand-mark { display: block; }
}
.nav { display: flex; align-items: center; gap: 30px; }
.nav > a:not(.btn) { color: #fff; font-size: 14px; font-weight: 500; transition: color .18s ease; }
.nav > a:not(.btn):hover { color: var(--txt-soft); }

.nav-toggle {
  display: none; width: 44px; height: 44px; border: 0; background: transparent;
  flex-direction: column; justify-content: center; gap: 5px; cursor: pointer; padding: 0;
}
.nav-toggle span { display: block; height: 2px; width: 24px; background: #fff; margin: 0 auto; transition: .25s; }
.site-header.open .nav-toggle span:nth-child(1) { transform: translateY(7px) rotate(45deg); }
.site-header.open .nav-toggle span:nth-child(2) { opacity: 0; }
.site-header.open .nav-toggle span:nth-child(3) { transform: translateY(-7px) rotate(-45deg); }

.menu-mobile { display: none; }
.site-header.open .menu-mobile {
  display: flex; flex-direction: column; gap: 6px;
  padding: 12px 24px 22px; border-bottom: 1px solid var(--line);
  background: var(--bg);
}
.menu-mobile a:not(.btn) { padding: 12px 4px; color: #fff; font-weight: 500; border-bottom: 1px solid var(--line); transition: color .18s ease; }
.menu-mobile a:not(.btn):hover { color: var(--txt-soft); }
.menu-mobile .btn { margin-top: 12px; }
@media (min-width: 901px) { .menu-mobile { display: none !important; } }
@media (max-width: 900px) {
  .nav { display: none; }
  .nav-toggle { display: none; }

  /* topo (não flutuante): só a logo, centralizada, sem o ícone de menu */
  .header-inner { justify-content: center; }

  /* pílula flutuante: só logo + botão, coladinhos, sem o menu hambúrguer */
  .site-header.scrolled .header-inner { justify-content: flex-start; }
  .site-header.scrolled .nav-toggle { display: none; }
  .site-header.scrolled .nav { display: flex; align-items: center; }
  .site-header.scrolled .nav > a:not(.btn) { display: none; }
  .site-header.scrolled .nav .btn { padding: 9px 14px; font-size: 12.5px; gap: 6px; }
}

/* =========================================================
   SEÇÕES BASE
   ========================================================= */
.section { padding: clamp(64px, 9vw, 120px) 0; position: relative; scroll-margin-top: 110px; }
@media (max-width: 900px) {
  /* o header sticky encolhe (vira pílula) DURANTE a animação de scroll até a âncora,
     então a margem precisa cobrir a altura cheia do header + folga, não só a pílula */
  .section { scroll-margin-top: 118px; }
}
.section--light {
  background: var(--light); color: var(--ink);
  border-radius: var(--r-lg); margin: 16px;
  padding: clamp(56px, 8vw, 104px) 0;
}
.section--red {
  color: #fff;
  background:
    radial-gradient(120% 90% at 15% 0%, rgba(255, 200, 120, .3), transparent 60%),
    linear-gradient(160deg, #c88d44 0%, #6b4a1f 55%, #2e1f0d 100%);
  border-radius: var(--r-lg); margin: 16px; overflow: hidden;
}

/* ---------- brilho dourado nas laterais ---------- */
.side-glow { position: relative; overflow: hidden; }
.side-glow > .wrap { position: relative; z-index: 1; }
.side-glow::before {
  content: ""; position: absolute; z-index: 0; pointer-events: none;
  top: 52%; transform: translateY(-50%);
  width: clamp(420px, 54vw, 780px); aspect-ratio: 1; border-radius: 50%;
  background: radial-gradient(circle at center,
    rgba(200, 141, 68, .20) 0%,
    rgba(200, 141, 68, .09) 42%,
    rgba(200, 141, 68, 0) 80%);
  filter: blur(30px);
  -webkit-mask-image: radial-gradient(circle at center, #000 46%, transparent 78%);
  mask-image: radial-gradient(circle at center, #000 46%, transparent 78%);
}
.side-glow--l::before { left: clamp(-440px, -26vw, -200px); }
.side-glow--r::before { right: clamp(-440px, -26vw, -200px); }
.side-glow--top::before { top: 8%; transform: none; }
.side-glow--bottom::before { top: auto; bottom: -14%; transform: none; }
@media (max-width: 700px) {
  .side-glow::before { width: 440px; opacity: .7; filter: blur(40px); }
}

.kicker {
  display: flex; align-items: center; gap: 12px;
  font-size: 12px; font-weight: 700; letter-spacing: .2em; text-transform: uppercase;
  color: var(--gold-2); margin: 0 0 22px;
}
.kicker-rule { width: 32px; height: 2px; background: currentColor; display: inline-block; flex: none; }
.kicker--dark { color: var(--gold); }
.kicker--onred, .kicker--light { color: #f2e2cb; }

.section-title { font-size: clamp(30px, 4.6vw, 52px); font-weight: 800; margin: 0 0 18px; max-width: 20ch; color: #cdcbc6; }
.section--light .section-title { color: var(--ink); }
.section-intro { color: var(--txt-soft); font-size: clamp(16px, 1.6vw, 19px); max-width: 56ch; margin: 0; }

/* cabeçalho de seção centralizado (referência Apple) */
.section-head { text-align: center; max-width: 760px; margin-inline: auto; }
.section-head .kicker { justify-content: center; }
.section-head .kicker::after {
  content: ""; width: 30px; height: 2px; background: currentColor; display: inline-block; flex: none;
}
.section-head .section-title { max-width: none; margin-inline: auto; }
.section-head .section-intro { margin-inline: auto; }
.section--light .section-intro { color: var(--ink-soft); }
.section--red .section-intro { color: rgba(255, 255, 255, .82); }

/* =========================================================
   HERO
   ========================================================= */
.hero { position: relative; padding: clamp(56px, 8vw, 96px) 0 clamp(48px, 6vw, 80px); overflow: hidden; }
.hero-fx { position: absolute; inset: 0; pointer-events: none; overflow: hidden; }
.hero-fx__grid {
  position: absolute; inset: -60px;
  background-image:
    linear-gradient(rgba(255, 255, 255, .09) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255, 255, 255, .09) 1px, transparent 1px);
  background-size: 46px 46px;
  -webkit-mask-image: radial-gradient(85% 66% at 50% 0%, #000 32%, transparent 100%);
  mask-image: radial-gradient(85% 66% at 50% 0%, #000 32%, transparent 100%);
  animation: grid-drift 26s linear infinite;
}
@keyframes grid-drift { to { background-position: 46px 46px, 46px 46px; } }

/* linhas correndo por cima da grade */
.hero-fx::before,
.hero-fx::after {
  content: ""; position: absolute; inset: -45%;
  -webkit-mask-image: radial-gradient(82% 62% at 50% 3%, #000 20%, transparent 92%);
  mask-image: radial-gradient(82% 62% at 50% 3%, #000 20%, transparent 92%);
}
.hero-fx::before {
  background: repeating-linear-gradient(116deg,
    transparent 0 52px, rgba(200, 141, 68, .20) 52px 53px, transparent 53px 55px);
  animation: hero-lines-a 4.5s linear infinite;
}
.hero-fx::after {
  background: repeating-linear-gradient(64deg,
    transparent 0 90px, rgba(221, 168, 95, .12) 90px 91px);
  animation: hero-lines-b 11s linear infinite reverse;
}
@keyframes hero-lines-a { to { background-position: 55px 0; } }
@keyframes hero-lines-b { to { background-position: 91px 0; } }

.anim-off .hero-fx__grid { animation: none; opacity: .8; }
.anim-off .hero-fx::before,
.anim-off .hero-fx::after { animation: none; opacity: .45; }
.hero-grid {
  position: relative;
  display: grid; grid-template-columns: 1.05fr .95fr; gap: 56px; align-items: center;
}
.hero h1 {
  font-size: clamp(36px, 5.6vw, 66px); font-weight: 900; letter-spacing: -0.03em;
  line-height: 1.03; margin: 0 0 22px;
}
.hero h1 .hl { color: var(--gold-2); }
.hero .lead { color: var(--txt-soft); font-size: clamp(16px, 1.7vw, 19px); max-width: 52ch; margin: 0 0 26px; }
.hero-preview { display: none; }
.hero-actions--under-phone { display: none; }

/* conversa WhatsApp dentro de mockup de iPhone */
.hero-visual { display: flex; justify-content: center; }

.iphone {
  position: relative; width: min(322px, 84vw);
  background: #0b0b0c; border-radius: 46px; padding: 12px;
  box-shadow: 0 0 0 2px #1c1c1e, 0 44px 90px -34px rgba(0, 0, 0, .9);
}
.iphone__island {
  position: absolute; top: 22px; left: 50%; transform: translateX(-50%);
  width: 92px; height: 25px; background: #000; border-radius: 14px; z-index: 5;
}
.iphone__screen {
  border-radius: 36px; overflow: hidden; background: #0b141a;
  display: flex; flex-direction: column;
}
.wa { display: flex; flex-direction: column; min-height: 520px; }
.wa__status {
  display: flex; align-items: center; justify-content: space-between;
  padding: 12px 24px 7px; font-size: 12.5px; font-weight: 600; color: #e9edef;
}
.wa__sys { display: block; }
.wa__bar { display: flex; align-items: center; gap: 10px; padding: 8px 12px; background: #1f2c34; }
.wa__back { flex: none; }
.wa__avatar {
  width: 32px; height: 32px; border-radius: 50%; flex: none;
  background: url("assets/avatar-cliente.jpg") center / cover no-repeat, linear-gradient(135deg, #3b4a54, #22303a);
}
.wa__peer { display: flex; flex-direction: column; line-height: 1.25; margin-right: auto; }
.wa__peer b { font-size: 13.5px; font-weight: 600; color: #e9edef; }
.wa__presence { display: flex; align-items: center; gap: 5px; font-size: 11px; color: #8696a0; }
.wa__dot { width: 7px; height: 7px; border-radius: 50%; background: #25d366; box-shadow: 0 0 0 0 rgba(37, 211, 102, .6); animation: pulse 1.6s infinite; }
.wa__acts { display: flex; gap: 15px; flex: none; }
.wa__acts svg { display: block; }

.wa__body { flex: 1; display: flex; flex-direction: column; gap: 8px; padding: 14px 12px; background: #0b141a; overflow: hidden; }
.msg {
  max-width: 78%; padding: 7px 11px 8px; border-radius: 10px; font-size: 13px; line-height: 1.42; margin: 0;
  color: #e9edef; box-shadow: 0 1px 1px rgba(0, 0, 0, .28);
}
.msg--in { align-self: flex-start; background: #1f2c34; border-top-left-radius: 3px; }
.msg--out { align-self: flex-end; background: #005c4b; border-top-right-radius: 3px; }
.lead-card__typing {
  align-self: flex-start; display: inline-flex; gap: 4px;
  background: #1f2c34; padding: 10px 12px; border-radius: 10px; border-top-left-radius: 3px;
}
.lead-card__typing i { width: 6px; height: 6px; border-radius: 50%; background: #8696a0; animation: blink 1s infinite; }
.lead-card__typing i:nth-child(2) { animation-delay: .15s; }
.lead-card__typing i:nth-child(3) { animation-delay: .3s; }
@keyframes blink { 0%, 60%, 100% { opacity: .3; } 30% { opacity: 1; } }
.lead-card__flag {
  display: inline-flex; align-items: center; gap: 7px; align-self: center; margin-top: 6px;
  font-size: 10.5px; font-weight: 700; letter-spacing: .06em; text-transform: uppercase;
  color: #8696a0; background: #1f2c34; padding: 5px 11px; border-radius: 8px;
}
.lead-card__pulse { width: 7px; height: 7px; border-radius: 50%; background: #25d366; box-shadow: 0 0 0 0 rgba(37, 211, 102, .6); animation: pulse 1.6s infinite; }
@keyframes pulse { to { box-shadow: 0 0 0 12px rgba(37, 211, 102, 0); } }

.wa__input { display: flex; align-items: center; gap: 8px; padding: 8px 10px 12px; background: #0b141a; }
.wa__field { flex: 1; background: #1f2c34; color: #8696a0; font-size: 12.5px; padding: 9px 14px; border-radius: 20px; }
.wa__mic { width: 34px; height: 34px; border-radius: 50%; background: #00a884; flex: none; display: grid; place-items: center; }
.wa__mic svg { display: block; }

.anim-off .wa__dot, .anim-off .lead-card__pulse { animation: none; box-shadow: 0 0 0 3px rgba(37, 211, 102, .2); }
.anim-off .lead-card__typing i { animation: none; opacity: .6; }

/* =========================================================
   NICHOS
   ========================================================= */
.nichos { padding: 26px 0; border-block: 1px solid var(--line); }
.nichos-inner { display: flex; align-items: center; gap: 24px; }
.nichos-label { flex: none; font-size: 12px; font-weight: 700; letter-spacing: .16em; text-transform: uppercase; color: #fff; }

.nichos-viewport {
  flex: 1 1 auto; min-width: 0; overflow: hidden;
  -webkit-mask-image: linear-gradient(90deg, transparent, #000 4%, #000 92%, transparent);
  mask-image: linear-gradient(90deg, transparent, #000 4%, #000 92%, transparent);
}
.nichos-track { display: flex; width: max-content; animation: nichos-scroll 30s linear infinite; }
.nichos-viewport:hover .nichos-track { animation-play-state: paused; }
.nichos-group { display: flex; gap: 10px; padding-right: 10px; flex: none; margin: 0; }
.nichos-group li {
  padding: 7px 14px; border: 1px solid var(--gold); border-radius: var(--pill);
  font-size: 13px; color: #fff; white-space: nowrap;
}
@keyframes nichos-scroll { to { transform: translateX(-50%); } }

.anim-off .nichos-track { animation: none; flex-wrap: wrap; }
.anim-off .nichos-group { flex-wrap: wrap; }
.anim-off .nichos-group[aria-hidden="true"] { display: none; }

@media (max-width: 620px) {
  .nichos-inner { flex-direction: column; align-items: flex-start; gap: 12px; }
  .nichos-viewport { width: 100%; }
}

/* eyebrow compartilhado (usado no cabeçalho do Método) */
.head-eyebrow {
  display: inline-block; font-size: 12px; font-weight: 800; letter-spacing: .18em;
  text-transform: uppercase; color: var(--gold); margin-bottom: 16px;
}

/* =========================================================
   FLUXO — linha do tempo
   ========================================================= */
.timeline {
  --tl-node: 46px;
  position: relative;
  display: grid; grid-template-columns: repeat(4, 1fr); gap: 28px;
  margin-top: 60px;
}
.timeline.reveal { transform: none; }

/* trilho + progresso dourado */
.timeline::before,
.timeline::after {
  content: ""; position: absolute;
  top: calc(var(--tl-node) / 2 - 1px);
  left: calc(var(--tl-node) / 2); right: calc(var(--tl-node) / 2);
  height: 2px; border-radius: 2px;
}
.timeline::before { background: var(--line); }
.timeline::after {
  background: linear-gradient(90deg, var(--gold), var(--gold-2));
  transform: scaleX(var(--tl-progress, 0)); transform-origin: left;
  transition: transform .46s cubic-bezier(.45, 0, .25, 1);
}

.tl-step {
  position: relative; padding-top: calc(var(--tl-node) + 22px);
  opacity: 0; transform: translateY(16px);
  transition: opacity .55s ease, transform .55s ease;
}
.timeline.is-visible .tl-step { opacity: 1; transform: none; }
.timeline.is-visible .tl-step:nth-child(1) { transition-delay: .05s; }
.timeline.is-visible .tl-step:nth-child(2) { transition-delay: .18s; }
.timeline.is-visible .tl-step:nth-child(3) { transition-delay: .31s; }
.timeline.is-visible .tl-step:nth-child(4) { transition-delay: .44s; }
.timeline.is-visible .tl-step:nth-child(5) { transition-delay: .57s; }

.tl-node {
  position: absolute; top: 0; left: 0; z-index: 1;
  width: var(--tl-node); height: var(--tl-node); border-radius: 50%;
  display: grid; place-items: center;
  background: var(--bg-2); border: 2px solid rgba(200, 141, 68, .38);
  color: var(--txt-mut); font-weight: 800; font-size: 15px;
  box-shadow: 0 0 0 7px var(--bg);
  transition: background .25s ease, color .25s ease, border-color .25s ease, transform .25s ease, box-shadow .25s ease;
  will-change: transform;
}
.tl-step.is-active .tl-node {
  background: var(--gold); border-color: var(--gold); color: #1a1206;
}
.tl-step.is-current .tl-node {
  transform: scale(1.1);
  animation: tl-blink .8s ease-in-out infinite;
}
@keyframes tl-blink {
  0%, 100% { opacity: 1; box-shadow: 0 0 0 7px var(--bg), 0 0 0 9px rgba(200, 141, 68, .32), 0 16px 34px -14px rgba(200, 141, 68, .6); }
  50%      { opacity: .5; box-shadow: 0 0 0 7px var(--bg), 0 0 0 16px rgba(200, 141, 68, 0), 0 16px 34px -14px rgba(200, 141, 68, .25); }
}
.anim-off .tl-step.is-current .tl-node { animation: none; }

/* chegada: "Contrato assinado" — efeito de destaque */
.tl-step.is-final .tl-node {
  transform: scale(1.16);
  background: var(--gold); border-color: var(--gold-2); color: transparent;
  box-shadow: 0 0 0 7px var(--bg), 0 0 30px 3px rgba(200, 141, 68, .75);
  animation: tl-pop .55s cubic-bezier(.2, 1.5, .4, 1) both;
  z-index: 3;
}
.tl-step.is-final .tl-node::before {
  content: "\2713"; position: absolute; inset: 0;
  display: grid; place-items: center;
  color: #1a1206; font-size: 21px; font-weight: 800;
}
.tl-step.is-final .tl-node::after {
  content: ""; position: absolute; inset: -3px; border-radius: 50%;
  border: 2px solid var(--gold-2);
  animation: tl-burst 1.15s ease-out infinite;
}
.tl-step.is-final .tl-phase { color: var(--gold-2); }
.tl-step.is-final .tl-body h3 { color: #fff; text-shadow: 0 0 18px rgba(200, 141, 68, .5); }
.timeline.tl-done::after { box-shadow: 0 0 10px rgba(200, 141, 68, .55); filter: brightness(1.18); }
@keyframes tl-pop {
  0% { transform: scale(1); }
  45% { transform: scale(1.32); }
  70% { transform: scale(1.08); }
  100% { transform: scale(1.16); }
}
@keyframes tl-burst {
  0% { transform: scale(.85); opacity: .85; }
  100% { transform: scale(2.5); opacity: 0; }
}
.anim-off .tl-step.is-final .tl-node { animation: none; }
.anim-off .tl-step.is-final .tl-node::after { animation: none; opacity: 0; }
.tl-step:hover .tl-node {
  background: var(--gold); border-color: var(--gold); color: #1a1206; transform: translateY(-2px);
  box-shadow: 0 0 0 7px var(--bg), 0 14px 30px -12px rgba(200, 141, 68, .6);
}

.tl-phase {
  display: block; font-size: 11px; font-weight: 700; letter-spacing: .16em;
  text-transform: uppercase; color: var(--txt-mut); margin-bottom: 8px;
  transition: color .25s ease;
}
.tl-step.is-active .tl-phase,
.tl-step:hover .tl-phase { color: var(--gold-2); }
.tl-body h3 { transition: color .25s ease; }
.tl-step:not(.is-active) .tl-body h3 { color: var(--txt-soft); }
.tl-body h3 { font-size: 16px; margin: 0 0 8px; letter-spacing: -0.01em; }
.tl-body p { margin: 0; font-size: 13.5px; line-height: 1.55; color: var(--txt-soft); }

@media (max-width: 900px) {
  .timeline { grid-template-columns: 1fr; gap: 0; margin-top: 44px; }
  .timeline::before,
  .timeline::after {
    top: calc(var(--tl-node) / 2); bottom: calc(var(--tl-node) / 2);
    left: calc(var(--tl-node) / 2 - 1px); right: auto;
    width: 2px; height: auto;
  }
  .timeline::after { transform: scaleY(var(--tl-progress, 0)); transform-origin: top; }
  .tl-step { padding: 0 0 32px calc(var(--tl-node) + 22px); }
  .tl-step:last-child { padding-bottom: 0; }
  .tl-node { top: 0; }
}

/* =========================================================
   MÉTODO (abas / showcase)
   ========================================================= */
/* layout dividido: I·D·V à esquerda, os 3 blocos empilhados à direita */
.metodo-split {
  display: grid; grid-template-columns: minmax(260px, 360px) 1fr;
  gap: clamp(36px, 6vw, 76px); align-items: start; margin-top: 8px;
}
.metodo-head { position: sticky; top: 96px; align-self: start; }
.metodo-head .section-title { margin-bottom: 18px; }
.metodo-head .section-intro { text-align: left; max-width: 34ch; }
.metodo-btn { margin-top: 26px; }
.metodo-cta-mobile { display: none; }

/* lista editorial: glifo de contorno + texto, dividido por linhas finas */
.metodo-flow { display: flex; flex-direction: column; }
.metodo-item {
  display: grid; grid-template-columns: auto 1fr; column-gap: clamp(20px, 3vw, 40px);
  align-items: center; padding: clamp(24px, 3.4vw, 38px) 4px;
  border-top: 1px solid var(--line);
}
.metodo-item:last-child { border-bottom: 1px solid var(--line); }
.metodo-glyph {
  font-size: clamp(50px, 6.5vw, 84px); font-weight: 900; line-height: 1; letter-spacing: -0.05em;
  color: transparent; -webkit-text-stroke: 1.5px rgba(200, 141, 68, .5);
  transition: color .28s ease, -webkit-text-stroke-color .28s ease, transform .28s ease;
}
.metodo-body { display: flex; flex-direction: column; gap: 6px; min-width: 0; }
.metodo-tag { font-size: 12px; font-weight: 800; letter-spacing: .14em; text-transform: uppercase; color: var(--gold); }
.metodo-body h3 { font-size: clamp(19px, 2vw, 23px); color: #e6e4df; }
.metodo-body p { margin: 4px 0 0; color: #b7b5b0; font-size: clamp(14.5px, 1.5vw, 16px); line-height: 1.55; max-width: 46ch; transition: color .28s ease; }
.metodo-item:hover .metodo-glyph,
.metodo-item.is-active .metodo-glyph { color: var(--gold); -webkit-text-stroke-color: var(--gold); transform: translateX(2px); }
.metodo-item:hover .metodo-body p,
.metodo-item.is-active .metodo-body p { color: #f1efea; }

/* =========================================================
   SPOTLIGHT (Leonardo) — seção clara
   ========================================================= */
.spotlight-inner { display: grid; grid-template-columns: 1fr 420px; gap: 56px; align-items: center; }
.spotlight-quote {
  margin: 0 0 20px; font-size: clamp(22px, 3vw, 32px); font-weight: 700; line-height: 1.3;
  color: var(--ink); letter-spacing: -0.01em;
}
.spotlight-quote::before { content: "“"; color: var(--gold); font-weight: 900; margin-right: 4px; }
.spotlight-more { margin: 0 0 26px; color: var(--ink-soft); font-size: 16px; max-width: 52ch; }
.spotlight-actions { display: flex; align-items: center; gap: 22px; flex-wrap: wrap; }
.spotlight-card {
  margin: 0; position: relative; border-radius: var(--r-md); overflow: hidden;
  background: linear-gradient(160deg, #c88d44, #6b4a1f);
  box-shadow: 0 40px 80px -40px rgba(200, 141, 68, .6);
}
.spotlight-card img {
  width: 100%; aspect-ratio: 4 / 5; object-fit: cover; object-position: top center;
  filter: grayscale(.68); transition: filter .45s ease;
}
.spotlight-card:hover img { filter: grayscale(0); }
.spotlight-card figcaption {
  position: absolute; left: 0; right: 0; bottom: 0;
  padding: 20px; display: flex; flex-direction: column; align-items: center; gap: 2px;
  text-align: center;
  background: linear-gradient(to top, rgba(0, 0, 0, .78), transparent);
  color: #fff;
}
.spotlight-name { font-size: 20px; font-weight: 800; }
.spotlight-role { font-size: 13px; color: rgba(255, 255, 255, .8); }

/* =========================================================
   ANTES / DEPOIS
   ========================================================= */
.ad-grid {
  position: relative;
  display: grid; grid-template-columns: 1fr 1fr; gap: clamp(16px, 3vw, 34px); margin-top: 44px;
}
.ad-col {
  border-radius: var(--r-md); padding: clamp(26px, 3vw, 38px);
  display: flex; flex-direction: column; gap: 20px;
}
.ad-col h3 {
  align-self: flex-start;
  display: inline-flex; align-items: center;
  font-size: 12px; font-weight: 800; letter-spacing: .12em; text-transform: uppercase;
  padding: 8px 15px; border-radius: var(--pill);
}
.ad-col ul { display: flex; flex-direction: column; }
.ad-col li {
  position: relative; padding: 12px 0 12px 42px; font-size: 15px; line-height: 1.5;
  border-top: 1px solid rgba(255, 255, 255, .05);
}
.ad-col li:first-child { border-top: 0; }
.ad-col li::before {
  content: ""; position: absolute; left: 0; top: 50%; transform: translateY(-50%);
  width: 25px; height: 25px; border-radius: 7px;
  display: grid; place-items: center; font-size: 13px; font-weight: 900;
}

/* SEM a IDV — lado negativo (vermelho) */
.ad-col--antes {
  background: linear-gradient(180deg, rgba(224, 75, 75, .08), transparent 42%), var(--bg-2);
  border: 1px solid rgba(224, 75, 75, .3);
}
.ad-col--antes h3 { color: #e56a6a; border: 1px solid rgba(224, 75, 75, .5); }
.ad-col--antes li { color: var(--txt-mut); }
.ad-col--antes li::before { content: "✕"; color: #e56a6a; background: rgba(224, 75, 75, .15); }

/* COM a IDV — lado em destaque */
.ad-col--depois {
  background: linear-gradient(180deg, rgba(20, 200, 92, .09), transparent 44%), var(--bg-2);
  border: 1px solid rgba(20, 200, 92, .42);
  animation: ad-pulse 3.2s ease-in-out infinite;
}
@keyframes ad-pulse {
  0%, 100% { box-shadow: 0 0 0 1px rgba(20, 200, 92, .12), 0 30px 60px -38px rgba(20, 200, 92, .4); border-color: rgba(20, 200, 92, .38); }
  50%      { box-shadow: 0 0 0 1px rgba(20, 200, 92, .34), 0 36px 82px -32px rgba(20, 200, 92, .72); border-color: rgba(20, 200, 92, .6); }
}
.anim-off .ad-col--depois { animation: none; box-shadow: 0 0 0 1px rgba(20, 200, 92, .1), 0 34px 66px -36px rgba(20, 200, 92, .5); }
.ad-col--depois h3 { color: var(--green-ink); background: var(--green); }
.ad-col--depois li { color: #e7efe9; }
.ad-col--depois li::before { content: "✓"; color: var(--green); background: rgba(20, 200, 92, .16); }

/* seta de transformação entre as colunas */
.ad-grid::after {
  content: "→"; position: absolute; top: 50%; left: 50%; transform: translate(-50%, -50%);
  width: 46px; height: 46px; border-radius: 50%;
  background: var(--bg); border: 1px solid var(--line);
  display: grid; place-items: center; font-size: 19px; font-weight: 800; color: var(--gold);
  z-index: 2;
}

/* =========================================================
   NÚMEROS — faixa dourada
   ========================================================= */
/* faixa escura (formato V4) com a paleta IDV: números em âmbar, cards escuros */
.numeros.section--red {
  color: var(--txt);
  padding-bottom: clamp(32px, 4vw, 52px);
  background:
    radial-gradient(80% 90% at 50% 118%, rgba(200, 141, 68, .12), transparent 62%),
    #0d0d0d;
}
.numeros .section-title { color: #cdcbc6; text-align: left; max-width: 24ch; }
.numeros .section-title .hl { color: var(--gold-2); }
.kicker--below { margin: 4px 0 0; color: var(--gold); }

/* layout dividido: texto + 2x2 de números à esquerda, mapa do Brasil à direita */
.numeros-split {
  display: grid; grid-template-columns: 1fr minmax(260px, 440px);
  gap: clamp(36px, 6vw, 84px); align-items: center; margin-top: 6px;
}
.numeros-head .kicker--below { justify-content: flex-start; }

.numeros-grid { display: grid; grid-template-columns: 1fr 1fr; gap: clamp(22px, 3vw, 36px); margin: 32px 0 30px; }
.numero {
  text-align: left; background: none; border: 0; padding: 0;
  display: flex; flex-wrap: wrap; align-items: baseline; gap: 4px 8px;
}
.numero-arrow { color: var(--gold); font-weight: 900; font-size: 18px; line-height: 1; }
.numero-valor {
  font-size: clamp(34px, 3.8vw, 50px); font-weight: 900; line-height: 1;
  letter-spacing: -0.03em; color: var(--gold-2);
}
.numero-label {
  flex-basis: 100%; margin-top: 6px; font-size: 12.5px; text-transform: uppercase;
  letter-spacing: .1em; color: rgba(255, 255, 255, .82); max-width: 22ch;
}
.numeros-cta { text-align: left; margin-top: 6px; }

.numeros-map { margin: 0; display: flex; justify-content: center; }
.numeros-map svg {
  display: block; width: 100%; max-width: 440px; height: auto;
  filter: drop-shadow(0 26px 46px rgba(0, 0, 0, .5));
}
.numeros-map .state { cursor: pointer; }

.proofbar { overflow: hidden; margin: clamp(36px, 5vw, 56px) -16px 6px; -webkit-mask-image: linear-gradient(90deg, transparent, #000 6%, #000 94%, transparent); mask-image: linear-gradient(90deg, transparent, #000 6%, #000 94%, transparent); }
.proofbar-track { display: flex; width: max-content; animation: proof 34s linear infinite; }
.proofbar-group { display: flex; gap: 12px; padding-right: 12px; flex: none; }
.proofbar-item {
  display: inline-flex; align-items: center; gap: 8px; white-space: nowrap;
  background: #161616; border: 1px solid var(--line);
  padding: 10px 18px; border-radius: var(--pill); font-size: 13.5px; color: rgba(255, 255, 255, .82);
}
.proofbar-item b { color: var(--gold-2); font-weight: 800; }
.proofbar-item--word { color: var(--gold-2); font-weight: 700; border-color: rgba(200, 141, 68, .38); }
@keyframes proof { to { transform: translateX(-33.333%); } }


/* =========================================================
   DEPOIMENTOS — cartões (seção clara)
   ========================================================= */
.depo-carousel { margin-top: 34px; display: flex; flex-direction: column; }
.depo-track { order: 1; }
.depo-nav { order: 2; display: flex; justify-content: center; gap: 12px; margin-top: 26px; }
.depo-arrow {
  width: 42px; height: 42px; border-radius: 50%;
  border: 1px solid rgba(0, 0, 0, .16); background: var(--light-2); color: var(--ink);
  display: grid; place-items: center; cursor: pointer;
  transition: background .16s ease, color .16s ease, transform .16s ease, opacity .16s ease;
}
.depo-arrow:hover { background: var(--ink); color: #fff; }
.depo-arrow:active { transform: scale(.94); }
.depo-arrow[disabled] { opacity: .35; cursor: default; }
.depo-arrow[disabled]:hover { background: var(--light-2); color: var(--ink); }

.depo-track {
  display: flex; gap: 20px; overflow-x: auto; scroll-snap-type: x mandatory;
  scroll-behavior: smooth; padding: 4px 4px 14px; margin: -4px -4px 0;
  scrollbar-width: none;
}
.depo-track::-webkit-scrollbar { height: 0; width: 0; }

.depo-card {
  flex: 0 0 clamp(272px, 30vw, 348px); scroll-snap-align: start;
  margin: 0; background: #ece9e2; border: 1px solid rgba(0, 0, 0, .1);
  border-radius: var(--r-md); padding: 26px 24px 22px;
  display: flex; flex-direction: column; gap: 14px;
  box-shadow: 0 14px 34px -22px rgba(0, 0, 0, .28);
}
.depo-badge { font-size: 15px; font-weight: 800; letter-spacing: -0.01em; color: var(--ink); }
.depo-stars { font-size: 14px; letter-spacing: 3px; color: #e8a13a; line-height: 1; }
.depo-quote {
  display: flex; flex-direction: column; gap: 6px;
  padding: 14px 0 4px; border-top: 1px solid rgba(0, 0, 0, .1);
}
.depo-quote p { margin: 0; font-size: 14.5px; line-height: 1.5; color: var(--ink); font-weight: 600; }
.depo-quote p:first-child::before { content: "\201C"; }
.depo-quote p:last-child::after { content: "\201D"; }
.depo-person { display: flex; align-items: center; gap: 12px; margin-top: auto; padding-top: 6px; }
.depo-avatar {
  width: 38px; height: 38px; border-radius: 50%; flex: none;
  background: var(--ink); color: #fff; display: grid; place-items: center;
  font-weight: 800; font-size: 15px;
}
.depo-who { display: flex; flex-direction: column; gap: 1px; }
.depo-name { font-weight: 700; font-size: 12px; text-transform: uppercase; letter-spacing: .08em; color: var(--ink-soft); }
.depo-role { font-size: 12px; text-transform: uppercase; letter-spacing: .08em; color: var(--ink-soft); }

/* primeiro card preenchido (âmbar) — referência */
.depo-card--fill { background: var(--gold); border-color: var(--gold); box-shadow: 0 18px 40px -20px rgba(200, 141, 68, .55); }
.depo-card--fill .depo-badge { color: var(--ink); }
.depo-card--fill .depo-stars { color: #4a3316; }
.depo-card--fill .depo-quote { border-top-color: rgba(0, 0, 0, .22); }
.depo-card--fill .depo-quote p,
.depo-card--fill .depo-name { color: var(--ink); }
.depo-card--fill .depo-role { color: rgba(16, 16, 16, .6); }
.depo-card--fill .depo-avatar { background: var(--ink); }

.depo-card--cta { background: var(--ink); border-color: var(--ink); align-items: flex-start; justify-content: center; gap: 18px; box-shadow: none; }
.depo-card--cta .depo-cta-text { margin: 0; color: #fff; font-size: 18px; font-weight: 700; line-height: 1.35; }

/* =========================================================
   VÍDEOS
   ========================================================= */
.videos-hint {
  display: inline-flex; align-items: center; gap: 6px;
  margin: 12px 0 0; color: #fff; font-size: 14px; font-weight: 600;
}
.videos-hint svg { display: block; }

.reel-carousel { margin-top: 34px; }
.reel-track { overflow: hidden; }
.reel-row { display: flex; width: max-content; animation: reel-scroll 55s linear infinite; }
.reel-track:hover .reel-row { animation-play-state: paused; }
.reel-group { display: flex; gap: 20px; padding-right: 20px; flex: none; margin: 0; }
@keyframes reel-scroll { to { transform: translateX(-50%); } }

.reel {
  flex: 0 0 var(--reel-w, 340px);
  position: relative; border-radius: var(--r-md); overflow: hidden;
  background: var(--bg-2); aspect-ratio: 9 / 16;
  border: 1px solid rgba(200, 141, 68, .3);
  box-shadow: 0 0 0 1px rgba(200, 141, 68, .07), 0 22px 46px -26px rgba(0, 0, 0, .75);
  transition: border-color .25s ease, box-shadow .25s ease, transform .25s ease;
}
.reel:hover {
  border-color: rgba(200, 141, 68, .65);
  box-shadow: 0 0 0 1px rgba(200, 141, 68, .25), 0 26px 56px -24px rgba(200, 141, 68, .3);
  transform: translateY(-3px);
}

.anim-off .reel-row { animation: none; flex-wrap: wrap; }
.anim-off .reel-group { flex-wrap: wrap; }
.anim-off .reel-group[aria-hidden="true"] { display: none; }
.reel-thumb { position: absolute; inset: 0; width: 100%; height: 100%; z-index: 0; object-fit: cover; object-position: center; }
/* algumas capas são print de template do Instagram (título + logo fora do vídeo);
   dá zoom centrado só na faixa do vídeo em si, pra não aparecer moldura dupla no card */
.reel-thumb--crop { transform: scale(1.55); transform-origin: 50% 48%; }
.reel-facade {
  position: absolute; inset: 0; z-index: 1; display: flex; flex-direction: column; justify-content: space-between;
  padding: 18px; background: linear-gradient(180deg, rgba(200, 141, 68, .2), rgba(12, 12, 12, .9));
}
/* com a capa do reel: degradê mínimo (só pro play destacar) e sem legenda dupla */
.reel:has(.reel-thumb) .reel-facade {
  background: linear-gradient(180deg, rgba(0, 0, 0, .04) 0%, rgba(0, 0, 0, .12) 55%, rgba(0, 0, 0, .42) 100%);
  justify-content: center;
}
.reel:has(.reel-thumb) .reel-meta { display: none; }
.reel:has(.reel-thumb) .reel-play { margin-top: 0; }
.reel-play {
  width: 54px; height: 54px; border-radius: 50%; align-self: center; margin-top: auto;
  background: #fff; border: 0;
  position: relative; box-shadow: 0 8px 24px -8px rgba(0, 0, 0, .5);
  transition: transform .18s ease;
}
.reel-facade:hover .reel-play { transform: scale(1.07); }
.reel-play::before { content: ""; position: absolute; top: 50%; left: 54%; transform: translate(-50%, -50%); border-style: solid; border-width: 9px 0 9px 15px; border-color: transparent transparent transparent var(--ink); }
.reel-meta { margin-top: auto; display: flex; flex-direction: column; gap: 2px; }
.reel-meta b { font-size: 14px; }
.reel-meta span { font-size: 12px; color: var(--txt-soft); }
.reel-frame { position: absolute; inset: 0; width: 100%; height: 100%; border: 0; }

/* lightbox de vídeo — no mobile o embed do Instagram não renderiza direito dentro
   do card estreito do carrossel (a própria UI do Instagram fica cortada/sobreposta),
   então abre em tela cheia com espaço de verdade */
body.no-scroll { overflow: hidden; }
.reel-lightbox { position: fixed; inset: 0; z-index: 300; display: flex; align-items: center; justify-content: center; padding: 24px 16px; }
.reel-lightbox[hidden] { display: none; }
.reel-lightbox__backdrop { position: absolute; inset: 0; background: rgba(8, 8, 8, .88); backdrop-filter: blur(6px); -webkit-backdrop-filter: blur(6px); }
.reel-lightbox__box { position: relative; z-index: 1; width: min(100%, 400px); height: min(100%, 720px); display: flex; flex-direction: column; }
.reel-lightbox__close {
  align-self: flex-end; margin-bottom: 10px; width: 38px; height: 38px; border-radius: 50%;
  background: rgba(255, 255, 255, .1); border: 1px solid rgba(255, 255, 255, .25); color: #fff;
  font-size: 16px; line-height: 1; cursor: pointer;
}
.reel-lightbox__close:hover { background: rgba(255, 255, 255, .18); }
.reel-lightbox__frame { position: relative; flex: 1 1 auto; min-height: 0; border-radius: var(--r-md); overflow: hidden; background: var(--bg-2); }
.reel-lightbox__frame iframe { width: 100%; height: 100%; border: 0; display: block; }

/* =========================================================
   FAQ
   ========================================================= */
.faq { padding-top: clamp(40px, 5vw, 64px); }
.videos { padding-bottom: clamp(40px, 5vw, 64px); }
.faq-wrap { max-width: 860px; }
.faq-list { margin-top: 40px; display: flex; flex-direction: column; gap: 12px; }
.faq-item { background: var(--bg-2); border: 1px solid var(--line); border-radius: var(--r-md); overflow: hidden; }
.faq-item summary {
  list-style: none; cursor: pointer; padding: 20px 24px;
  display: flex; align-items: center; justify-content: space-between; gap: 16px;
  font-weight: 600; font-size: 16px;
}
.faq-item summary::-webkit-details-marker { display: none; }
.faq-icon { position: relative; width: 16px; height: 16px; flex: none; }
.faq-icon::before, .faq-icon::after { content: ""; position: absolute; background: var(--gold-2); border-radius: 2px; }
.faq-icon::before { top: 7px; left: 0; width: 16px; height: 2px; }
.faq-icon::after { top: 0; left: 7px; width: 2px; height: 16px; transition: transform .25s; }
.faq-item[open] .faq-icon::after { transform: rotate(90deg); opacity: 0; }
.faq-answer { padding: 0 24px 22px; }
.faq-answer p { margin: 0; color: var(--txt-soft); }

/* =========================================================
   CTA FINAL
   ========================================================= */
.cta-final { text-align: center; padding-block: clamp(44px, 6vw, 74px); }
.cta-inner { max-width: 640px; margin: 0 auto; display: flex; flex-direction: column; align-items: center; gap: 16px; }
.cta-logo { width: 180px; height: auto; opacity: .95; }
.cta-final h2 { font-size: clamp(28px, 4.2vw, 44px); font-weight: 900; }
.cta-final p { margin: 0; color: rgba(255, 255, 255, .85); max-width: 46ch; }
.cta-final .hint { font-size: 13px; color: rgba(255, 255, 255, .65); }

/* =========================================================
   FOOTER
   ========================================================= */
.site-footer { background: var(--bg); border-top: 1px solid var(--line); padding: 60px 0 30px; }
.footer-grid { display: grid; grid-template-columns: 1.6fr 1fr 1fr; gap: 40px; }
.footer-brand img { width: 150px; margin-bottom: 16px; }
.footer-brand p { margin: 0; color: #fff; font-size: 14px; max-width: 42ch; }
.footer-nav, .footer-cta { display: flex; flex-direction: column; gap: 10px; }
.footer-nav__title { font-size: 12px; font-weight: 800; letter-spacing: .12em; text-transform: uppercase; color: rgba(255, 255, 255, .55); margin-bottom: 4px; }
.footer-nav a, .footer-cta a:not(.btn) { color: #fff; font-size: 14px; transition: color .16s ease; }
.footer-nav a:hover, .footer-cta a:not(.btn):hover { color: var(--txt-soft); }
.footer-cta .btn { align-self: flex-start; }
.footer-legal {
  margin-top: 44px; padding-top: 22px; border-top: 1px solid var(--line);
  display: flex; justify-content: space-between; gap: 16px; flex-wrap: wrap;
  font-size: 13px; color: rgba(255, 255, 255, .78);
}
.footer-top:hover { color: var(--gold); }

/* =========================================================
   ANIMAÇÕES / REVEAL
   ========================================================= */
.reveal { opacity: 0; transform: translateY(20px); transition: opacity .6s ease, transform .6s ease; }
.reveal.is-visible { opacity: 1; transform: none; }
[data-decode].decoding { color: var(--gold-2); }
.anim-off .reveal { opacity: 1 !important; transform: none !important; transition: none !important; }
.anim-off .proofbar-track { animation: none; flex-wrap: wrap; justify-content: center; }
.anim-off .scroll-progress { display: none; }
.anim-off .timeline { --tl-progress: 1; }
.anim-off .tl-step { opacity: 1 !important; transform: none !important; transition: none !important; }
.anim-off .tl-step .tl-node { background: var(--gold); border-color: var(--gold); color: #1a1206; }
.anim-off .tl-step .tl-body h3 { color: var(--txt); }

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  .proofbar-track { animation: none; }
  .nichos-track { animation: none; flex-wrap: wrap; }
  .nichos-group { flex-wrap: wrap; }
  .nichos-group[aria-hidden="true"] { display: none; }
  .reel-row { animation: none; flex-wrap: wrap; }
  .reel-group { flex-wrap: wrap; }
  .hero-fx__grid { animation: none; }
  .hero-fx::before, .hero-fx::after { animation: none; opacity: .4; }
  .ad-col--depois { animation: none; }
  .btn::after { animation: none; }
}

/* =========================================================
   RESPONSIVO
   ========================================================= */
@media (max-width: 1040px) {
  .hero-grid { grid-template-columns: 1fr; gap: 40px; }
  .hero-visual { order: 1; }
  .hero-copy { text-align: center; }
  .hero .lead { margin-inline: auto; }
  .hero-copy .hero-actions { display: none; }
  .hero-preview {
    display: block; margin: 2px 0 0;
    font-size: 14px; font-weight: 700; letter-spacing: .02em; color: var(--gold-2);
  }
  .hero-actions--under-phone { display: flex; justify-content: center; order: 2; margin-top: 4px; }
  /* título > mapa > kicker > números > cta, nessa ordem, no mobile */
  .numeros-split {
    grid-template-columns: 1fr;
    grid-template-areas: "title" "map" "kicker" "grid" "cta";
    gap: 24px;
  }
  .numeros-head { display: contents; }
  .numeros .section-title { grid-area: title; text-align: center; margin-inline: auto; }
  .numeros-map { grid-area: map; }
  .numeros-map svg { max-width: 320px; }
  .numeros-head .kicker--below { grid-area: kicker; justify-content: center; }
  .numeros-grid { grid-area: grid; grid-template-columns: repeat(2, 1fr); }
  .numeros-cta { grid-area: cta; }
  .spotlight-inner { grid-template-columns: 1fr; gap: 36px; }
  .spotlight-actions .btn { display: none; }
  .spotlight-card { max-width: 420px; }
  .metodo-split { grid-template-columns: 1fr; gap: 32px; }
  .metodo-head { position: static; text-align: center; }
  .metodo-head .kicker { justify-content: center; }
  .metodo-head .section-title { margin-inline: auto; }
  .metodo-head .section-intro { max-width: none; margin-inline: auto; }
  .metodo-head .metodo-btn { display: none; }
  .metodo-cta-mobile { display: flex; justify-content: center; margin-top: 30px; }
  .fluxo { padding-bottom: clamp(36px, 5vw, 60px); }
  .metodo { padding-top: clamp(36px, 5vw, 60px); }
  .antesdepois { padding-bottom: clamp(36px, 5vw, 60px); }
  .numeros.section--red { padding-top: clamp(36px, 5vw, 60px); }
  .proofbar-item { font-size: 14.5px; }
  .numeros-cta { text-align: center; }
  /* separação mais clara entre os cards de vídeo (senão os fundos escuros se misturam) */
  .reel-group { gap: 28px; padding-right: 28px; }
  .reel {
    border-color: rgba(200, 141, 68, .55);
    box-shadow: 0 0 0 1px rgba(200, 141, 68, .15), 0 18px 36px -18px rgba(0, 0, 0, .85);
  }
  .footer-grid { grid-template-columns: 1fr 1fr; }
  .footer-brand { grid-column: 1 / -1; }
}
@media (max-width: 620px) {
  .section--light, .section--red { margin: 10px; border-radius: 28px; }
  .metodo-item { column-gap: 18px; padding: 24px 4px; }
  .metodo-glyph { font-size: 52px; }
  .ad-grid { grid-template-columns: 1fr; }
  .ad-grid::after { content: "↓"; }
  .ad-col--depois { box-shadow: none; animation: none; }
  .numeros-grid { grid-template-columns: repeat(2, 1fr); }
  .depo-card { flex-basis: 82vw; }
  .footer-grid { grid-template-columns: 1fr; }
  .footer-legal { flex-direction: column; }
  .hero-copy > .kicker { display: none; }
}
