/*******************************************************
    Landing Reta Final CFC — v5
    Versão mobile-first: hero interativa, demonstração em carrossel,
    oferta principal compacta e ativos responsivos.
    M1: HERO · M2: TRÊS PASSOS · M3: OFERTA · M4: SEGURANÇA RACIONAL.

    Identidade herdada do design system v1.1:
    petróleo + esmeralda + dourado · Fraunces / DM Sans / DM Mono.

    Regra de cor mantida: DOURADO É EXCLUSIVO DA AÇÃO DE COMPRA.
    Como na v5 o CTA principal da hero é de NAVEGAÇÃO, ele usa
    o botão claro (paper); o dourado fica só no link de checkout.
*******************************************************/

/* ============ Tokens ============ */
:root {
  --cfc-ink: #092d2a;
  --cfc-ink-2: #0d3a35;
  --cfc-ink-3: #154740;
  --cfc-ink-deep: #071e1c;

  --cfc-emerald: #2fbf8f;
  --cfc-emerald-deep: #1e8a67;
  /* Verde para texto pequeno sobre claro: o --cfc-emerald-deep fica em 4,3:1
     no branco e 3,5:1 no papel, abaixo do mínimo AA de 4,5. Este passa em
     ambos (7,0:1 e 5,7:1). Usar sempre que o acento for menor que 1rem. */
  --cfc-emerald-ink: #14654b;
  --cfc-mint: #9df0ce;
  --cfc-gold: #d6b46e;
  --cfc-gold-deep: #b1843b;
  --cfc-gold-soft: #f0dcad;

  --cfc-white: #ffffff;
  --cfc-paper: #f6f3ec;
  --cfc-text: #223832;
  --cfc-muted: #5e6863;
  --cfc-line: rgba(9, 45, 42, .16);
  --cfc-on-dark: rgba(244, 241, 233, .78);
  --cfc-on-dark-strong: #f4f1e9;

  --cfc-font-display: 'Fraunces', Georgia, serif;
  --cfc-font-body: 'DM Sans', -apple-system, sans-serif;
  --cfc-font-mono: 'DM Mono', 'Courier New', monospace;

  --cfc-radius: 12px;
  --cfc-radius-pill: 99px;
  --cfc-shadow-card: 18px 22px 38px rgba(9, 45, 42, .08);
  --cfc-shadow-dark: 18px 22px 38px rgba(0, 0, 0, .30);
  --cfc-shadow-float: 0 2px 4px rgba(0, 0, 0, .05), 0 8px 16px rgba(0, 0, 0, .08), 0 24px 44px rgba(0, 0, 0, .22);

  /* Easing "com salto" — hovers e badges flutuantes.
     A entrada de texto (.cfc-rise) usa a curva sem overshoot. */
  --cfc-ease-spring: cubic-bezier(.175, .885, .32, 1.275);
  --cfc-ease-out: cubic-bezier(.22, 1, .36, 1);
}

/* ============ Base ============ */
*, *::before, *::after { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  font-family: var(--cfc-font-body);
  font-size: 16px;
  line-height: 1.62;
  color: var(--cfc-text);
  background: var(--cfc-paper);
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
}
img { max-width: 100%; height: auto; display: block; }
a { color: var(--cfc-emerald-deep); }

.skip-link {
  position: absolute;
  left: -9999px;
  top: 0;
  z-index: 99;
  padding: 10px 18px;
  background: var(--cfc-gold);
  color: var(--cfc-ink);
  font-weight: 700;
  border-radius: 0 0 8px 0;
}
.skip-link:focus { left: 0; }

/* ============ Hero — casca ============ */
.hero {
  position: relative;
  display: flex;
  flex-direction: column;
  min-height: 100svh;
  padding: 104px clamp(20px, 5vw, 64px) 28px;
  overflow: hidden;
  background:
    radial-gradient(circle at 78% 16%, rgba(47, 191, 143, .36), rgba(47, 191, 143, 0) 55%),
    radial-gradient(circle at 10% 94%, rgba(214, 180, 110, .10), rgba(214, 180, 110, 0) 45%),
    linear-gradient(118deg, var(--cfc-ink-deep) 0%, var(--cfc-ink) 45%, var(--cfc-ink-2) 74%, #17604e 100%);
}

/* ============ Topbar ============ */
.hero-topbar {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  padding: 24px clamp(20px, 5vw, 64px);
}
.cfc-brand {
  display: inline-flex;
  align-items: center;
  gap: .55rem;
  font-family: var(--cfc-font-display);
  font-size: 1.3rem;
  font-weight: 600;
  letter-spacing: -.02em;
  color: var(--cfc-on-dark-strong);
  text-decoration: none;
}
.cfc-brand b { color: var(--cfc-gold); font-weight: 600; }
.cfc-brand-mark {
  display: inline-grid;
  place-items: center;
  width: 30px;
  height: 30px;
  border: 1px solid rgba(214, 180, 110, .75);
  border-radius: 50%;
  color: var(--cfc-gold);
  font: 500 .6rem var(--cfc-font-mono);
  letter-spacing: -.05em;
}
/* Countdown vivo — urgência apoiada só na data real da prova */
.hero-countdown { display: flex; align-items: center; gap: 14px; margin: 0; }
.hero-countdown-label {
  font: 500 .68rem var(--cfc-font-mono);
  letter-spacing: .13em;
  text-transform: uppercase;
  color: rgba(244, 241, 233, .55);
}
.hero-countdown-clock {
  display: flex;
  align-items: baseline;
  gap: 10px;
  padding: 6px 13px;
  border: 1px solid rgba(214, 180, 110, .28);
  border-radius: var(--cfc-radius-pill);
  background: rgba(214, 180, 110, .09);
}
.hero-countdown .seg { display: flex; align-items: baseline; gap: 3px; }
.hero-countdown .seg b {
  font: 500 .92rem/1 var(--cfc-font-mono);
  font-variant-numeric: tabular-nums;
  letter-spacing: -.02em;
  color: var(--cfc-gold-soft);
}
.hero-countdown .seg i {
  font: 500 .56rem var(--cfc-font-mono);
  font-style: normal;
  letter-spacing: .08em;
  text-transform: uppercase;
  color: rgba(244, 241, 233, .5);
}

/* ============ Grid da dobra ============ */
.hero-inner {
  flex: 1;
  display: grid;
  grid-template-columns: minmax(0, 1.06fr) minmax(0, .94fr);
  gap: clamp(28px, 4.5vw, 68px);
  align-items: center;
  width: 100%;
  max-width: 1180px;
  margin: 0 auto;
}

/* ============ Coluna de copy ============ */
/* Duas linhas empilhadas — a versão inline quebrava no meio da frase no mobile */
.hero-eyebrow {
  display: grid;
  gap: 5px;
  margin: 0 0 14px;
}
.hero-eyebrow-main {
  display: inline-flex;
  align-items: center;
  gap: .6rem;
  color: var(--cfc-mint);
  font: 500 .74rem var(--cfc-font-mono);
  letter-spacing: .14em;
  text-transform: uppercase;
}
.hero-eyebrow-sub {
  font-size: .78rem;
  letter-spacing: .01em;
  color: rgba(244, 241, 233, .5);
}
.hero-eyebrow .dot {
  display: inline-block;
  flex: 0 0 auto;
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: var(--cfc-gold);
  box-shadow: 0 0 0 5px rgba(214, 180, 110, .14);
}
.hero h1 {
  margin: 0 0 18px;
  font-family: var(--cfc-font-display);
  font-weight: 600;
  font-size: clamp(2.35rem, 3.4vw + 1rem, 3.55rem);
  line-height: 1.04;
  letter-spacing: -.045em;
  color: var(--cfc-on-dark-strong);
  text-wrap: balance;
}
.hero h1 em { color: var(--cfc-mint); font-style: italic; }
.hero-lead {
  margin: 0;
  max-width: 33em;
  font-size: clamp(1rem, .4vw + .9rem, 1.1rem);
  color: var(--cfc-on-dark);
}
.hero-lead strong { color: var(--cfc-on-dark-strong); font-weight: 600; }

/* ============ Benefícios rápidos (3, escaneáveis) ============ */
.hero-benefits {
  display: grid;
  gap: 9px;
  margin: 26px 0 0;
  padding: 0;
  list-style: none;
}
.hero-benefits li {
  display: flex;
  align-items: flex-start;
  gap: 10px;
  font-size: .93rem;
  line-height: 1.42;
  color: var(--cfc-on-dark);
}
.hero-benefits svg {
  flex: 0 0 auto;
  width: 17px;
  height: 17px;
  margin-top: 2px;
  color: var(--cfc-emerald);
}
.hero-benefits b { color: var(--cfc-on-dark-strong); font-weight: 600; }

/* ============ CTA ============
   Um único botão na dobra, de NAVEGAÇÃO. Não existe CTA de compra aqui:
   mesmo o lead que já conhece o produto deve percorrer a página até a oferta.
   Por isso o botão é claro (paper) — o dourado continua reservado à compra,
   que só aparece a partir do Milestone 3. */
.hero-cta { margin-top: 28px; }
.button {
  display: inline-flex;
  align-items: center;
  gap: .5rem;
  padding: 15px 28px;
  border: 0;
  border-radius: var(--cfc-radius-pill);
  background: var(--cfc-paper);
  color: var(--cfc-ink);
  font-family: var(--cfc-font-body);
  font-size: .97rem;
  font-weight: 700;
  letter-spacing: .01em;
  text-decoration: none;
  white-space: nowrap;
  box-shadow: var(--cfc-shadow-dark);
  transition: background .3s ease, transform .35s var(--cfc-ease-spring), box-shadow .3s ease;
}
.button svg { width: 16px; height: 16px; }
.button:hover, .button:focus { background: var(--cfc-white); transform: translateY(-2px) scale(1.015) !important; }
.button:active { transform: translateY(0) scale(.98) !important; }
.button:focus-visible { outline: 3px solid var(--cfc-mint); outline-offset: 3px; }

/* Nota sob o botão: contexto e expectativa, nunca oferta.
   Preço, garantia e acesso pertencem ao Milestone 3. */
.hero-cta-note {
  max-width: 34em;
  margin: 13px 0 0;
  font-size: .78rem;
  line-height: 1.5;
  color: rgba(244, 241, 233, .58);
}

/* ============ Tour interativo da dobra ============ */
.hero-tour-col { display: flex; justify-content: center; min-width: 0; }
.hero-tour {
  display: grid;
  grid-template-columns: minmax(128px, 1fr) auto;
  align-items: center;
  gap: 12px;
  width: 100%;
  max-width: 430px;
}
.hero-tour-side { display: grid; align-content: center; gap: 14px; min-width: 0; }
.hero-tour-tabs { display: grid; gap: 7px; }
.tour-tab {
  display: grid;
  align-content: center;
  gap: 2px;
  min-height: 48px;
  padding: 8px 10px;
  border: 1px solid rgba(244, 241, 233, .16);
  border-radius: 12px;
  background: rgba(7, 30, 28, .42);
  color: var(--cfc-on-dark-strong);
  font-family: inherit;
  text-align: left;
  cursor: pointer;
  touch-action: manipulation;
  transition: border-color .22s ease, background .22s ease, transform .22s var(--cfc-ease-out);
}
.tour-tab b {
  font: 650 .88rem/1.2 var(--cfc-font-body);
  letter-spacing: -.01em;
  color: inherit;
}
.tour-tab span {
  overflow-wrap: anywhere;
  font: 500 .52rem/1.3 var(--cfc-font-mono);
  letter-spacing: .04em;
  text-transform: uppercase;
  color: rgba(244, 241, 233, .58);
}
.tour-tab:hover { border-color: rgba(157, 240, 206, .42); transform: translateX(2px) !important; }
.tour-tab:active { transform: scale(.98) !important; }
.tour-tab:focus-visible { outline: 3px solid var(--cfc-mint); outline-offset: 2px; }
.tour-tab.is-active {
  border-color: rgba(47, 191, 143, .65);
  background: rgba(47, 191, 143, .16);
  color: var(--cfc-mint);
}
.tour-tab.is-active span { color: rgba(157, 240, 206, .78); }
.hero-phone {
  position: relative;
  width: clamp(126px, 20svh, 190px);
  outline: none;
  touch-action: pan-y pinch-zoom;
  cursor: grab;
}
.hero-phone:active { cursor: grabbing; }
.hero-phone:focus-visible { border-radius: 18px; outline: 3px solid var(--cfc-mint); outline-offset: 4px; }
.hero-phone-glow {
  position: absolute;
  inset: 5% -12% 2%;
  background: radial-gradient(closest-side, rgba(47, 191, 143, .3), rgba(47, 191, 143, 0) 72%);
  filter: blur(6px);
  pointer-events: none;
}
.hero-phone-stack {
  position: relative;
  aspect-ratio: 448 / 981;
  transform: translateX(var(--hero-drag, 0));
  transition: transform .18s var(--cfc-ease-out);
}
.hero-phone.is-dragging .hero-phone-stack { transition: none; }
.tour-panel {
  position: absolute;
  inset: 0;
  opacity: 0;
  visibility: hidden;
  transform: translateX(8px);
  transition: opacity .24s var(--cfc-ease-out), transform .24s var(--cfc-ease-out), visibility 0s linear .24s;
}
.tour-panel.is-active {
  opacity: 1;
  visibility: visible;
  transform: none;
  transition-delay: 0s;
}
.tour-panel img {
  width: 100%;
  filter: drop-shadow(0 20px 34px rgba(0, 0, 0, .44));
}

/* Continuidade da dobra recuperada da V4. Enquanto ainda há telas, a seta
   avança o tour; na última tela, assume o movimento suave de rolagem. */
.hero-scroll {
  display: grid;
  place-items: center;
  width: 44px;
  height: 44px;
  margin: 0 auto;
  border: 1px solid rgba(244, 241, 233, .2);
  border-radius: 50%;
  color: rgba(244, 241, 233, .62);
  background: rgba(7, 30, 28, .3);
  animation: cfc-nudge 2.6s ease-in-out infinite;
  transition: color .22s ease, border-color .22s ease, background .22s ease;
}
.hero-scroll svg { width: 18px; height: 18px; }
.hero-scroll[data-mode="next"] {
  animation: none;
  color: var(--cfc-mint);
  border-color: rgba(157, 240, 206, .45);
}
.hero-scroll:hover, .hero-scroll:focus-visible {
  color: var(--cfc-mint);
  border-color: rgba(157, 240, 206, .5);
  background: rgba(47, 191, 143, .12);
}
.hero-scroll:focus-visible { outline: 3px solid var(--cfc-mint); outline-offset: 3px; }
@keyframes cfc-nudge {
  0%, 100% { transform: translateY(0); }
  50% { transform: translateY(7px); }
}

@media (min-width: 992px) {
  .hero-tour { grid-template-columns: minmax(152px, 196px) minmax(0, 1fr); gap: clamp(16px, 1.8vw, 28px); max-width: none; }
  .hero-tour-side { gap: 12px; }
  .hero-tour-tabs { gap: 9px; }
  .tour-tab { min-height: 56px; padding: 10px 13px; }
  .tour-tab b { font-size: .95rem; }
  .tour-tab span { font-size: .56rem; }
  .hero-phone { width: 100%; max-width: clamp(232px, calc((100svh - 214px) / 2.19), 360px); justify-self: center; }
}

/* ============ Camada de seções (blocos 2 em diante) ============ */
.section { padding: clamp(56px, 9vw, 104px) clamp(20px, 5vw, 64px); }
.section-paper { background: var(--cfc-paper); }
.section-container { width: 100%; max-width: 1100px; margin: 0 auto; }

.section-kicker {
  margin: 0 0 12px;
  font: 500 .7rem var(--cfc-font-mono);
  letter-spacing: .14em;
  text-transform: uppercase;
  color: var(--cfc-emerald-deep);
}
.section-heading h2 {
  margin: 0;
  font-family: var(--cfc-font-display);
  font-weight: 600;
  font-size: clamp(1.85rem, 3vw + .9rem, 2.75rem);
  line-height: 1.08;
  letter-spacing: -.04em;
  color: var(--cfc-ink);
  text-wrap: balance;
}
.section-heading h2 em { color: var(--cfc-emerald-deep); font-style: italic; }
.section-lead {
  max-width: 38em;
  margin: 14px 0 0;
  font-size: 1rem;
  color: var(--cfc-muted);
}

/* Botão sobre fundo claro. Continua sendo navegação, então continua
   sem dourado — aqui ele vira petróleo sólido. */
.button.on-light {
  background: var(--cfc-ink);
  color: var(--cfc-on-dark-strong);
  box-shadow: var(--cfc-shadow-card);
}
.button.on-light:hover, .button.on-light:focus { background: var(--cfc-ink-3); }
.button.on-light:focus-visible { outline: 3px solid var(--cfc-emerald-deep); }

/* CTA de navegação entre a demonstração e a oferta principal. */
.section-cta {
  display: grid;
  justify-items: start;
  gap: 12px;
  margin-top: clamp(32px, 5vw, 52px);
}
.section-cta .button { width: 100%; justify-content: center; }

/* CTAs de linha inteira podem quebrar em telas estreitas sem gerar overflow. */
.section-cta .button,
.offer-action .button,
.access-buy .button {
  white-space: normal;
  padding-left: 18px;
  padding-right: 18px;
}
.section-cta-note {
  margin: 0;
  font-size: .78rem;
  color: var(--cfc-muted);
}

@media (min-width: 768px) {
  .section-cta { justify-items: center; text-align: center; }
  .section-cta .button { width: auto; }
  .section-heading { max-width: 42rem; }
}

/* ============ Milestone 3 — primeira oferta ============
   Painel escuro para separar da seção clara dos três passos e para o
   dourado do CTA render — é o primeiro elemento dourado da página. */
.section-offer {
  background:
    radial-gradient(circle at 82% 8%, rgba(47, 191, 143, .20), rgba(47, 191, 143, 0) 52%),
    radial-gradient(circle at 6% 96%, rgba(214, 180, 110, .12), rgba(214, 180, 110, 0) 46%),
    linear-gradient(160deg, var(--cfc-ink-deep) 0%, var(--cfc-ink) 58%, var(--cfc-ink-2) 100%);
}
.section-offer .section-heading h2 { color: var(--cfc-on-dark-strong); }
.section-offer .section-heading h2 em { color: var(--cfc-mint); }
.section-kicker.on-dark { color: var(--cfc-mint); }
.section-lead.on-dark { color: var(--cfc-on-dark); }
.section-heading.centered { margin: 0 auto; text-align: center; }
.section-heading.centered .section-lead { margin-left: auto; margin-right: auto; }

.offer-card {
  display: grid;
  gap: 4px;
  margin: clamp(28px, 4.5vw, 48px) 0 0;
  border: 1px solid rgba(244, 241, 233, .16);
  border-radius: 22px;
  background: rgba(7, 30, 28, .55);
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
  box-shadow: var(--cfc-shadow-dark);
  overflow: hidden;
}
.offer-content { padding: clamp(22px, 4vw, 34px); }
.offer-badge {
  margin: 0 0 18px;
  font: 500 .62rem var(--cfc-font-mono);
  letter-spacing: .12em;
  text-transform: uppercase;
  color: var(--cfc-gold);
}
.offer-list { display: grid; gap: 12px; margin: 0; padding: 0; list-style: none; }
.offer-list li {
  position: relative;
  padding-left: 26px;
  font-size: .95rem;
  line-height: 1.45;
  color: var(--cfc-on-dark);
}
.offer-list li::before {
  content: "";
  position: absolute;
  top: .48em;
  left: 0;
  width: 15px;
  height: 8px;
  border: 2px solid var(--cfc-emerald);
  border-top: 0;
  border-right: 0;
  transform: rotate(-45deg);
}
.offer-list b { color: var(--cfc-on-dark-strong); font-weight: 600; }

/* Bloco de decisão: preço, botão e as duas garantias juntos, sem nada
   entre o valor e a ação. */
.offer-action {
  padding: clamp(22px, 4vw, 32px);
  text-align: center;
  border-top: 1px solid rgba(244, 241, 233, .12);
  background: rgba(9, 45, 42, .5);
}
.offer-price-label {
  margin: 0;
  font: 500 .62rem var(--cfc-font-mono);
  letter-spacing: .12em;
  text-transform: uppercase;
  color: rgba(244, 241, 233, .55);
}
.offer-price {
  display: flex;
  align-items: baseline;
  justify-content: center;
  gap: .26em;
  margin: 6px 0 0;
  font-family: var(--cfc-font-display);
  font-size: clamp(2.6rem, 8vw, 3.4rem);
  font-weight: 600;
  line-height: 1;
  letter-spacing: -.045em;
  color: var(--cfc-on-dark-strong);
}
/* o letter-spacing negativo do preço colava o "R$" no algarismo */
.offer-price small { font-size: .38em; font-weight: 600; letter-spacing: 0; color: var(--cfc-gold); }
.offer-price-note {
  margin: 10px 0 20px;
  font-size: .78rem;
  color: rgba(244, 241, 233, .55);
}
.button-gold { background: var(--cfc-gold); color: var(--cfc-ink); }
.button-gold:hover, .button-gold:focus { background: var(--cfc-gold-soft); }
.button-gold:focus-visible { outline: 3px solid var(--cfc-gold); }
.offer-action .button { width: 100%; justify-content: center; }
.button.is-pending {
  background: rgba(244, 241, 233, .14);
  color: rgba(244, 241, 233, .62);
  box-shadow: none;
  cursor: not-allowed;
}
.button.is-pending:hover { background: rgba(244, 241, 233, .14); transform: none !important; }
/* O estado pendente foi desenhado para fundo escuro; sobre papel ele sumia.
   Sem esta variante o CTA do Milestone 4 ficava invisível. */
.section-paper .button.is-pending,
.section-paper .button.is-pending:hover {
  background: rgba(9, 45, 42, .09);
  border: 1px solid var(--cfc-line);
  color: var(--cfc-muted);
}
.checkout-status {
  margin: 10px 0 0;
  font-size: .74rem;
  color: rgba(244, 241, 233, .45);
}
/* Texto alinhado à esquerda dentro do bloco centralizado: centralizado,
   a segunda linha de cada item ficava órfã no meio. */
.offer-assurances {
  display: grid;
  gap: 8px;
  max-width: 22em;
  margin: 18px auto 0;
  padding: 0;
  list-style: none;
  font-size: .8rem;
  line-height: 1.4;
  text-align: left;
  color: rgba(244, 241, 233, .68);
}
.offer-assurances li { display: flex; gap: .5rem; }
.offer-assurances i { font-style: normal; flex: 0 0 auto; color: var(--cfc-mint); }

.offer-fineprint {
  max-width: 46em;
  margin: 20px auto 0;
  font-size: .76rem;
  line-height: 1.5;
  text-align: center;
  color: rgba(244, 241, 233, .42);
}

/* Saída para quem ainda não decidiu: continua a argumentação, não volta ao topo */
.link-next {
  display: inline-flex;
  align-items: center;
  gap: .45rem;
  font-size: .88rem;
  font-weight: 600;
  color: var(--cfc-mint);
  text-decoration: none;
  border-bottom: 1px solid rgba(157, 240, 206, .32);
  padding-bottom: 3px;
  transition: color .25s ease, border-color .25s ease;
}
.link-next:hover, .link-next:focus-visible { color: var(--cfc-on-dark-strong); border-color: rgba(244, 241, 233, .6); }
.link-next span { transition: transform .3s var(--cfc-ease-out); }
.link-next:hover span { transform: translateX(3px); }
/* O menta do .link-next foi calibrado para fundo escuro; sobre claro ele
   fica em ~1,6:1. Esta variante é para os blocos claros (hoje, o FAQ). */
.link-next.is-on-light {
  color: var(--cfc-emerald-ink);
  border-bottom-color: rgba(20, 101, 75, .35);
}
.link-next.is-on-light:hover, .link-next.is-on-light:focus-visible {
  color: var(--cfc-ink);
  border-bottom-color: rgba(9, 45, 42, .5);
}

@media (min-width: 768px) {
  .offer-card { grid-template-columns: minmax(0, 1.15fr) minmax(300px, .85fr); gap: 0; }
  .offer-action {
    border-top: 0;
    border-left: 1px solid rgba(244, 241, 233, .12);
    display: grid;
    align-content: center;
  }
  .offer-list li { font-size: .97rem; }
}

/* ============ Demonstração — carrossel mobile-first ============
   No celular, cada passo ocupa um cartão horizontal com uma prévia do próximo.
   No desktop, os mesmos cartões viram uma grade estática de três colunas. */
.demo-carousel-wrap {
  min-width: 0;
  margin: clamp(22px, 4vw, 44px) 0 0;
}
.demo-carousel-shell { position: relative; min-width: 0; }
.demo-carousel {
  display: grid;
  grid-auto-flow: column;
  grid-auto-columns: calc(100% - 52px);
  gap: 12px;
  width: 100%;
  min-width: 0;
  margin: 0;
  padding: 3px 56px 10px 0;
  overflow-x: auto;
  overscroll-behavior-inline: contain;
  scroll-snap-type: x mandatory;
  scroll-padding-inline: 0;
  scrollbar-width: none;
  touch-action: pan-x pan-y;
  -webkit-overflow-scrolling: touch;
}
.demo-carousel::-webkit-scrollbar { display: none; }
.demo-card {
  scroll-snap-align: start;
  scroll-snap-stop: always;
  display: grid;
  grid-template-rows: auto auto 1fr;
  align-items: start;
  gap: 12px;
  min-width: 0;
  padding: 18px 17px;
  border: 1px solid var(--cfc-line);
  border-radius: 18px;
  background: var(--cfc-white);
  box-shadow: 0 16px 38px rgba(9, 45, 42, .09);
}
.demo-head { min-width: 0; }
.demo-shot {
  position: relative;
  justify-self: center;
  width: min(128px, 36vw);
  margin: 0;
}
.demo-shot-glow {
  position: absolute;
  inset: 4% -16% 2%;
  background: radial-gradient(closest-side, rgba(47, 191, 143, .2), rgba(47, 191, 143, 0) 72%);
  filter: blur(4px);
  pointer-events: none;
}
.demo-shot img {
  position: relative;
  width: 100%;
  filter: drop-shadow(0 22px 34px rgba(9, 45, 42, .22));
}
.demo-kicker {
  margin: 0 0 6px;
  font: 500 .64rem var(--cfc-font-mono);
  letter-spacing: .13em;
  text-transform: uppercase;
  color: var(--cfc-emerald-deep);
}
.demo-head h3 {
  margin: 0;
  font-family: var(--cfc-font-display);
  font-weight: 600;
  font-size: clamp(1.24rem, 4.6vw, 1.48rem);
  line-height: 1.16;
  letter-spacing: -.035em;
  color: var(--cfc-ink);
}
.demo-copy {
  margin: 0;
  font-size: 1rem;
  line-height: 1.56;
  color: var(--cfc-text);
}
.demo-copy b { font-weight: 650; color: var(--cfc-ink); }
.demo-carousel-peek {
  position: absolute;
  z-index: 3;
  top: 50%;
  right: 2px;
  display: grid;
  place-items: center;
  gap: 2px;
  width: 52px;
  min-height: 64px;
  padding: 8px 4px;
  border: 1px solid rgba(157, 240, 206, .4);
  border-radius: 18px 0 0 18px;
  color: var(--cfc-on-dark-strong);
  background: rgba(9, 45, 42, .94);
  box-shadow: 0 10px 26px rgba(9, 45, 42, .24);
  cursor: pointer;
  touch-action: manipulation;
  transform: translateY(-50%);
  transition: opacity .2s ease, transform .2s var(--cfc-ease-out), background .2s ease;
}
.demo-carousel-peek::before {
  content: "";
  position: absolute;
  inset: -20px 100% -20px -72px;
  z-index: -1;
  pointer-events: none;
  background: linear-gradient(90deg, rgba(244, 241, 233, 0), rgba(244, 241, 233, .72));
}
.demo-carousel-peek.is-prev {
  right: auto;
  left: 2px;
  border-radius: 0 18px 18px 0;
}
.demo-carousel-peek.is-prev::before {
  inset: -20px -72px -20px 100%;
  background: linear-gradient(90deg, rgba(244, 241, 233, .72), rgba(244, 241, 233, 0));
}
.demo-carousel-peek svg { width: 21px; height: 21px; }
.demo-carousel-peek span { font: 600 .52rem var(--cfc-font-mono); letter-spacing: .04em; text-transform: uppercase; }
.demo-carousel-peek:hover { background: var(--cfc-ink-2); }
.demo-carousel-peek:active { transform: translateY(-50%) scale(.96); }
.demo-carousel-peek:focus-visible { outline: 3px solid var(--cfc-emerald-deep); outline-offset: 2px; }
.demo-carousel-peek.is-hidden { opacity: 0; visibility: hidden; pointer-events: none; transform: translate(10px, -50%); }
.demo-carousel-peek.is-prev.is-hidden { transform: translate(-10px, -50%); }
.demo-carousel-controls {
  display: grid;
  grid-template-columns: 48px minmax(0, 1fr) auto 48px;
  align-items: center;
  gap: 10px;
  margin-top: 0;
}
.demo-carousel-arrow {
  display: grid;
  place-items: center;
  width: 48px;
  height: 48px;
  padding: 0;
  border: 1px solid rgba(9, 45, 42, .22);
  border-radius: 50%;
  color: var(--cfc-ink);
  background: var(--cfc-white);
  cursor: pointer;
}
.demo-carousel-arrow svg { width: 20px; height: 20px; }
.demo-carousel-arrow:hover { border-color: var(--cfc-emerald-deep); background: rgba(30, 138, 103, .07); }
.demo-carousel-arrow:focus-visible { outline: 3px solid var(--cfc-emerald-deep); outline-offset: 2px; }
.demo-carousel-arrow:disabled { opacity: .35; cursor: default; }
.demo-carousel-dots {
  display: flex;
  justify-content: center;
  min-width: 0;
}
.demo-carousel-dots button {
  position: relative;
  width: 34px;
  height: 44px;
  padding: 0;
  border: 0;
  background: transparent;
  cursor: pointer;
}
.demo-carousel-dots button::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: rgba(9, 45, 42, .24);
  transform: translate(-50%, -50%);
  transition: width .2s ease, border-radius .2s ease, background .2s ease;
}
.demo-carousel-dots button.is-active::after { width: 24px; border-radius: 8px; background: var(--cfc-emerald-deep); }
.demo-carousel-dots button:focus-visible { outline: 3px solid var(--cfc-emerald-deep); outline-offset: -4px; border-radius: 12px; }
.demo-carousel-counter {
  min-width: 3.2em;
  margin: 0;
  font: 600 .78rem var(--cfc-font-mono);
  color: var(--cfc-muted);
}
.demo-carousel-hint {
  margin: 3px 0 0;
  font-size: .76rem;
  line-height: 1.45;
  text-align: center;
  color: var(--cfc-muted);
}

/* Painel de qualificação: para quem é e para quem não é */
.fit-panel {
  margin: clamp(40px, 6vw, 72px) 0 0;
  padding: clamp(22px, 3.5vw, 34px);
  border: 1px solid var(--cfc-line);
  border-radius: 20px;
  background: var(--cfc-white);
  box-shadow: var(--cfc-shadow-card);
}
.fit-col h3 {
  margin: 0 0 16px;
  font-family: var(--cfc-font-display);
  font-weight: 600;
  font-size: 1.22rem;
  letter-spacing: -.03em;
  color: var(--cfc-ink);
}
.fit-panel { display: grid; gap: clamp(22px, 3vw, 34px); }
.fit-list { display: grid; gap: 9px; margin: 0; padding: 0; list-style: none; }
.fit-list li {
  position: relative;
  padding-left: 26px;
  font-size: .93rem;
  line-height: 1.45;
  color: var(--cfc-text);
}
/* Sinal na frente de cada item: check para o que serve, traço para o que não */
.fit-list.is-yes li::before {
  content: "";
  position: absolute;
  top: .42em;
  left: 1px;
  width: 13px;
  height: 7px;
  border: 2px solid var(--cfc-emerald-deep);
  border-top: 0;
  border-right: 0;
  transform: rotate(-45deg);
}
.fit-list.is-no li { color: var(--cfc-muted); }
.fit-list.is-no li::before {
  content: "";
  position: absolute;
  top: .72em;
  left: 0;
  width: 13px;
  height: 2px;
  background: rgba(9, 45, 42, .3);
}

.proof-section .section-cta { margin-top: clamp(36px, 5vw, 56px); }

@media (min-width: 768px) {
  .demo-carousel {
    grid-auto-flow: initial;
    grid-auto-columns: initial;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 20px;
    padding: 0;
    overflow: visible;
    scroll-snap-type: none;
  }
  .demo-card { padding: 24px 22px; }
  .demo-shot { width: min(190px, 100%); }
  .demo-head h3 { font-size: 1.48rem; }
  .demo-carousel-peek, .demo-carousel-controls, .demo-carousel-hint { display: none; }
  .fit-panel { grid-template-columns: repeat(2, minmax(0, 1fr)); }
}

/* ============ Milestone 5 — vozes de quem testou ============
   Fundo escuro para separar do M4 (papel) e dar contraste à bolha verde
   do chat, que é o elemento com mais carga visual da página inteira. */
.voices-section { background: var(--cfc-ink); }
.voices-section .section-kicker { color: var(--cfc-mint); }
.voices-section .section-heading h2 { color: var(--cfc-on-dark-strong); }
.voices-section .section-heading h2 em { color: var(--cfc-mint); }
.voices-section .section-lead { color: var(--cfc-on-dark); }

.voices-grid {
  display: grid;
  gap: clamp(16px, 3vw, 24px);
  margin: clamp(28px, 5vw, 48px) 0 0;
}

/* --- Cartão de conversa --- */
.voice-chat {
  display: flex;
  flex-direction: column;
  overflow: hidden;
  background: var(--cfc-ink-2);
  border: 1px solid rgba(244, 241, 233, .12);
  border-radius: var(--cfc-radius);
  box-shadow: var(--cfc-shadow-dark);
}
.voice-chat .chat-head {
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 14px 18px;
  background: var(--cfc-ink-deep);
}
.voice-chat .chat-avatar {
  flex: none;
  width: 44px;
  height: 44px;
  border-radius: 50%;
  object-fit: cover;
  border: 2px solid rgba(244, 241, 233, .18);
}
.voice-chat .chat-who h4 {
  margin: 0;
  font: 600 .95rem var(--cfc-font-body);
  color: var(--cfc-on-dark-strong);
}
.voice-chat .chat-who span {
  font-size: .72rem;
  color: var(--cfc-mint);
}
.voice-chat .chat-body {
  flex: 1;
  padding: 18px 16px;
  background: #e7dcc9;
}
.voice-chat .chat-bubble {
  padding: 10px 14px 6px;
  border-radius: 10px;
  background: #dcf8c6;
  color: #17230f;
  font-size: .9rem;
  line-height: 1.55;
  box-shadow: 0 1px 1px rgba(0, 0, 0, .12);
}
.voice-chat .chat-time {
  display: block;
  margin-top: 6px;
  text-align: right;
  font-size: .68rem;
  color: rgba(0, 0, 0, .42);
}
.voice-chat .chat-time .tick { margin-left: 2px; color: #4fc3f7; }
.voice-chat .chat-footer {
  padding: 12px 18px;
  border-top: 1px solid rgba(244, 241, 233, .12);
  font-size: .8rem;
  color: var(--cfc-gold-soft);
}

/* --- Cartão de citação --- */
.voice-card {
  /* figure traz 40px de margem lateral do UA — sem isto o cartão de citação
     nasce 80px mais estreito que o de conversa na mesma coluna do grid */
  margin: 0;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: clamp(24px, 4vw, 32px) clamp(20px, 3vw, 28px);
  background: var(--cfc-ink-2);
  border: 1px solid rgba(244, 241, 233, .12);
  border-radius: var(--cfc-radius);
}
.voice-card blockquote {
  margin: 0 0 24px;
  font-size: .95rem;
  font-style: italic;
  line-height: 1.8;
  color: var(--cfc-on-dark);
}
.voice-card figcaption { display: flex; flex-direction: column; gap: 2px; }
.voice-card .voice-name {
  font-weight: 600;
  font-size: .9rem;
  color: var(--cfc-on-dark-strong);
}
.voice-card .voice-detail {
  font-size: .8rem;
  color: var(--cfc-gold-soft);
}

/* Rótulo de honestidade: diz de onde vem a fala. Enquanto o produto não
   tiver comprador aprovado, é ele que impede a leitura de "resultado". */
.voices-disclosure {
  margin: clamp(24px, 4vw, 32px) 0 0;
  font-size: .78rem;
  line-height: 1.6;
  color: var(--cfc-on-dark);
  opacity: .8;
}

/* A nota do CTA nasce em --cfc-muted, que foi calibrado para o papel do M2/M4.
   Sobre o petróleo deste bloco ela fica em ~2:1 e some. */
.voices-section .section-cta-note { color: var(--cfc-on-dark); }

@media (min-width: 768px) {
  .voices-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .voice-card blockquote { max-width: 42ch; }
}

/* ============ Milestone 6 — oferta detalhada ============
   Papel, com o bloco de decisão escuro embutido. O M3 é um cartão só; aqui a
   leitura é sequencial (entrega por entrega) e só converge no fim. */
.access-list {
  list-style: none;
  counter-reset: none;
  margin: clamp(28px, 5vw, 48px) 0 0;
  padding: 0;
  display: grid;
  gap: clamp(18px, 3vw, 26px);
}
.access-item {
  display: grid;
  grid-template-columns: auto minmax(0, 1fr);
  gap: clamp(14px, 3vw, 22px);
  padding: clamp(20px, 3.5vw, 26px) clamp(18px, 3vw, 28px);
  background: var(--cfc-white);
  border: 1px solid var(--cfc-line);
  border-radius: var(--cfc-radius);
  box-shadow: var(--cfc-shadow-card);
}
.access-index {
  margin: 0;
  font: 500 .78rem var(--cfc-font-mono);
  letter-spacing: .1em;
  color: var(--cfc-emerald-ink);
  padding-top: .2em;
}
.access-body h3 {
  margin: 0 0 8px;
  font-family: var(--cfc-font-display);
  font-weight: 600;
  font-size: clamp(1.08rem, 1vw + .85rem, 1.3rem);
  line-height: 1.2;
  letter-spacing: -.02em;
  color: var(--cfc-ink);
}
.access-body p { margin: 0; color: var(--cfc-text); font-size: .95rem; line-height: 1.65; }
/* A linha de benefício é o que separa este bloco da lista do M3 — precisa se
   destacar do "o que é" logo acima dela. */
.access-use {
  margin-top: 10px !important;
  padding-top: 10px;
  border-top: 1px dashed var(--cfc-line);
  color: var(--cfc-muted) !important;
  font-size: .9rem !important;
}
.access-use b { color: var(--cfc-emerald-ink); font-weight: 600; }

/* ----- Fluxo de acesso (infográfico) -----
   Cabeçalho próprio, porque é outro assunto: a lista acima diz o que você
   recebe, isto aqui diz como você recebe. Sem o cabeçalho os dois se leem
   como uma coisa só. */
.access-flow {
  margin: clamp(44px, 7vw, 76px) 0 0;
  padding: clamp(28px, 4.5vw, 44px) clamp(20px, 3.5vw, 40px);
  background: #ece7db;
  border-radius: var(--cfc-radius);
}
.access-flow-head { text-align: center; }
.access-flow-head h3 {
  margin: 0;
  font-family: var(--cfc-font-display);
  font-weight: 600;
  font-size: clamp(1.4rem, 1.6vw + .95rem, 1.9rem);
  line-height: 1.15;
  letter-spacing: -.03em;
  color: var(--cfc-ink);
  text-wrap: balance;
}
.access-flow-head h3 em { color: var(--cfc-emerald-ink); font-style: italic; }
.access-flow-lead {
  max-width: 34em;
  margin: 10px auto 0;
  font-size: .95rem;
  color: var(--cfc-muted);
}

.access-steps {
  list-style: none;
  margin: clamp(26px, 4vw, 40px) 0 0;
  padding: 0;
  display: grid;
  gap: 0;
}
/* No mobile o percurso funciona como uma linha do tempo compacta. */
.access-step {
  display: grid;
  grid-template-columns: 58px minmax(0, 1fr);
  align-items: center;
  gap: 14px;
  padding: 17px 0;
  border-bottom: 1px solid rgba(9, 45, 42, .14);
}
.access-step:first-child { padding-top: 0; }
.access-step:last-child { padding-bottom: 0; border-bottom: 0; }

/* A mancha atrás do desenho é border-radius assimétrico — três formas
   orgânicas diferentes, nenhum byte baixado. */
.access-step-art {
  position: relative;
  display: grid;
  place-items: center;
  aspect-ratio: 1;
  width: 58px;
  color: var(--cfc-ink);
}
.access-step-art::before {
  content: "";
  position: absolute;
  inset: 8%;
  background: rgba(47, 191, 143, .26);
  border-radius: 63% 37% 54% 46% / 55% 48% 52% 45%;
}
.access-step:nth-child(2) .access-step-art::before { border-radius: 39% 61% 32% 68% / 57% 36% 64% 43%; }
.access-step:nth-child(3) .access-step-art::before { border-radius: 58% 42% 63% 37% / 41% 57% 43% 59%; }
/* O desenho sai um pouco da mancha, como na referência: encaixado demais
   parece ícone de botão, transbordando parece ilustração. */
.access-step-art svg {
  position: relative;
  width: 74%;
  height: 74%;
  transform: translate(4%, -4%);
}

.access-step-label {
  display: flex;
  align-items: center;
  gap: .55rem;
  margin: 0 0 8px;
  font: 500 .68rem var(--cfc-font-mono);
  letter-spacing: .12em;
  text-transform: uppercase;
  color: var(--cfc-emerald-ink);
}
.access-step-num {
  display: grid;
  place-items: center;
  flex: 0 0 auto;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  background: var(--cfc-emerald-ink);
  color: var(--cfc-paper);
  font-size: .66rem;
  letter-spacing: 0;
}
.access-step-body h4 {
  margin: 0 0 6px;
  font-family: var(--cfc-font-display);
  font-weight: 600;
  font-size: clamp(1.06rem, .8vw + .88rem, 1.28rem);
  line-height: 1.22;
  letter-spacing: -.02em;
  color: var(--cfc-ink);
}
.access-step-text { margin: 0; font-size: .92rem; line-height: 1.5; color: var(--cfc-text); }

/* Segunda oferta: escopo completo de um lado e decisão do outro. No mobile,
   a hierarquia foi comprimida para preço e CTA continuarem na mesma dobra. */
.full-offer {
  display: grid;
  width: 100%;
  min-width: 0;
  margin: clamp(28px, 5vw, 48px) 0 0;
  overflow: hidden;
  scroll-margin-top: 16px;
  background: var(--cfc-ink);
  border: 1px solid rgba(216, 174, 88, .5);
  border-radius: var(--cfc-radius);
  box-shadow: var(--cfc-shadow-dark);
}
.full-offer > * { min-width: 0; }
.full-offer-copy {
  min-width: 0;
  padding: clamp(24px, 4.5vw, 42px);
}
.full-offer-badge {
  display: inline-block;
  margin: 0 0 18px;
  padding: 6px 12px;
  border: 1px solid rgba(157, 240, 206, .3);
  border-radius: var(--cfc-radius-pill);
  font: 500 .62rem var(--cfc-font-mono);
  letter-spacing: .1em;
  text-transform: uppercase;
  color: var(--cfc-mint);
}
.full-offer h3 {
  margin: 0;
  font-family: var(--cfc-font-display);
  font-size: clamp(1.65rem, 2.5vw, 2.35rem);
  font-weight: 600;
  line-height: 1.08;
  letter-spacing: -.035em;
  color: var(--cfc-on-dark-strong);
  text-wrap: balance;
}
.full-offer h3 em { color: var(--cfc-mint); font-style: italic; }
.full-offer-list {
  display: grid;
  gap: 12px;
  margin: 24px 0 0;
  padding: 0;
  list-style: none;
}
.full-offer-list li {
  display: flex;
  align-items: flex-start;
  gap: 10px;
  font-size: .9rem;
  line-height: 1.42;
  color: var(--cfc-on-dark);
}
.full-offer-list li span { min-width: 0; overflow-wrap: break-word; }
.full-offer-list i { flex: 0 0 auto; font-style: normal; color: var(--cfc-mint); }
.full-offer-list b { font-weight: 650; color: var(--cfc-on-dark-strong); }

.access-buy { min-width: 0; text-align: center; }
.full-offer-buy {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: clamp(24px, 4.5vw, 42px);
  color: var(--cfc-ink);
  background: var(--cfc-gold-soft);
}
.access-buy .offer-price-label,
.access-buy .offer-price,
.access-buy .offer-assurances { margin-left: auto; margin-right: auto; }
.full-offer-buy .offer-price-label { color: rgba(9, 45, 42, .68); }
.full-offer-buy .offer-price { color: var(--cfc-ink); }
.full-offer-buy .offer-price small { color: var(--cfc-ink); }
.access-payment {
  margin: 0 0 18px;
  font-size: .88rem;
  color: rgba(9, 45, 42, .72);
}
.access-buy .button { width: 100%; justify-content: center; }
.full-offer-buy .button { white-space: normal; overflow-wrap: break-word; }
.full-offer-buy .button-gold { background: var(--cfc-ink); color: var(--cfc-on-dark-strong); }
.full-offer-buy .button-gold:hover,
.full-offer-buy .button-gold:focus { background: var(--cfc-ink-2); }
.full-offer-buy .checkout-status { color: rgba(9, 45, 42, .62); }
.full-offer-buy .offer-assurances { color: rgba(9, 45, 42, .78); }
.full-offer-buy .offer-assurances i { color: var(--cfc-emerald-deep); }

/* A garantia reduz risco sem disputar protagonismo com preço e entrega. */
.guarantee-card {
  display: grid;
  grid-template-columns: 92px minmax(0, 1fr);
  align-items: center;
  gap: clamp(18px, 4vw, 36px);
  margin: clamp(22px, 4vw, 34px) 0 0;
  padding: clamp(20px, 4vw, 34px);
  background: #fff;
  border: 1px solid var(--cfc-line);
  border-radius: var(--cfc-radius);
  box-shadow: 0 18px 44px rgba(9, 45, 42, .08);
}
.guarantee-seal {
  width: 92px;
  aspect-ratio: 1;
  display: grid;
  place-content: center;
  justify-items: center;
  border-radius: 50%;
  color: var(--cfc-gold-soft);
  background: var(--cfc-ink);
}
.guarantee-seal b {
  font-family: var(--cfc-font-display);
  font-size: 2.8rem;
  font-weight: 600;
  line-height: .85;
}
.guarantee-seal span {
  margin-top: 8px;
  font: 600 .56rem var(--cfc-font-mono);
  letter-spacing: .14em;
  text-transform: uppercase;
  color: var(--cfc-mint);
}
.guarantee-kicker {
  margin: 0 0 7px;
  font: 600 .6rem var(--cfc-font-mono);
  letter-spacing: .12em;
  text-transform: uppercase;
  color: var(--cfc-emerald-deep);
}
.guarantee-copy h3 {
  margin: 0;
  font-family: var(--cfc-font-display);
  font-size: clamp(1.25rem, 2vw, 1.85rem);
  font-weight: 600;
  line-height: 1.1;
  letter-spacing: -.03em;
  color: var(--cfc-ink);
}
.guarantee-copy > p:last-child {
  margin: 10px 0 0;
  font-size: .88rem;
  line-height: 1.55;
  color: var(--cfc-text);
}

/* .offer-fineprint nasceu quase branco, para o fundo escuro do M3. Reaproveitada
   aqui sobre papel, ela desaparecia — mesma armadilha da nota do CTA no M5. */
.access-section .offer-fineprint { color: var(--cfc-muted); }

@media (min-width: 768px) {
  .access-list { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  /* A primeira entrega abre a sequência; as outras duas entram em pares. */
  .access-item:first-child { grid-column: 1 / -1; }
  /* O zigue-zague continua no desktop, só que com a mancha maior e o texto
     recuado da borda — em três colunas o percurso vira grade e se perde. */
  .access-steps { max-width: 780px; margin-inline: auto; gap: clamp(22px, 3.5vw, 34px); }
  .access-step { grid-template-columns: 168px minmax(0, 1fr); gap: 40px; padding: 0 0 28px; }
  .access-step:last-child { padding-bottom: 0; }
  .access-step-art { width: auto; }
  .access-step:nth-child(even) { grid-template-columns: minmax(0, 1fr) 168px; }
  .access-step:nth-child(even) .access-step-art { order: 2; }
  .access-step-text { max-width: 46ch; }
  .access-step:nth-child(even) .access-step-body { text-align: right; }
  .access-step:nth-child(even) .access-step-label { justify-content: flex-end; }
  .access-step:nth-child(even) .access-step-text { margin-left: auto; }
  .full-offer { grid-template-columns: minmax(0, 1.22fr) minmax(300px, .78fr); }
  .guarantee-card { grid-template-columns: 126px minmax(0, 1fr); }
  .guarantee-seal { width: 126px; }
}

/* ============ Milestone 7 — FAQ ============
   Terceiro tom de claro (#ece7db): o M6 é papel e dois papéis seguidos
   fazem os blocos se fundirem. Não precisa ir ao escuro para separar. */
.faq-section { background: #ece7db; }

.faq-list {
  display: grid;
  gap: 10px;
  margin: clamp(28px, 5vw, 44px) 0 0;
}
.faq-item {
  background: var(--cfc-white);
  border: 1px solid var(--cfc-line);
  border-radius: var(--cfc-radius);
  overflow: hidden;
}
.faq-item summary {
  display: flex;
  align-items: center;
  gap: 14px;
  padding: clamp(16px, 2.6vw, 20px) clamp(16px, 2.6vw, 22px);
  cursor: pointer;
  list-style: none;              /* Firefox */
  font-family: var(--cfc-font-display);
  font-weight: 600;
  font-size: clamp(1rem, .5vw + .9rem, 1.1rem);
  line-height: 1.3;
  letter-spacing: -.015em;
  color: var(--cfc-ink);
  transition: background .25s var(--cfc-ease-out);
}
.faq-item summary::-webkit-details-marker { display: none; }
.faq-item summary:hover { background: rgba(9, 45, 42, .04); }
.faq-item summary:focus-visible {
  outline: 3px solid var(--cfc-emerald-deep);
  outline-offset: -3px;
}
/* Sinal de abrir/fechar: um "+" que vira "−" sem trocar de glifo, para não
   depender de fonte de ícone nem de um segundo SVG por item. */
.faq-item summary::after {
  content: "";
  flex: 0 0 auto;
  width: 13px;
  height: 13px;
  margin-left: auto;
  background:
    linear-gradient(var(--cfc-emerald-ink), var(--cfc-emerald-ink)) center/13px 2px no-repeat,
    linear-gradient(var(--cfc-emerald-ink), var(--cfc-emerald-ink)) center/2px 13px no-repeat;
  transition: transform .25s var(--cfc-ease-out), background-size .25s var(--cfc-ease-out);
}
.faq-item[open] summary::after {
  transform: rotate(90deg);
  background-size: 13px 2px, 0 0;   /* some a haste vertical: vira "−" */
}
.faq-answer {
  padding: 0 clamp(16px, 2.6vw, 22px) clamp(16px, 2.6vw, 20px);
  border-top: 1px solid var(--cfc-line);
  padding-top: clamp(14px, 2vw, 16px);
}
.faq-answer p {
  margin: 0;
  font-size: .94rem;
  line-height: 1.7;
  color: var(--cfc-text);
}
.faq-answer p + p { margin-top: 12px; }
.faq-answer b { color: var(--cfc-ink); }

.faq-section .section-cta { margin-top: clamp(32px, 5vw, 48px); }

@media (min-width: 768px) {
  /* Duas colunas: o FAQ é a última coisa entre a pessoa e o checkout e não
     merece oito viewports de rolagem no desktop. */
  .faq-list { grid-template-columns: repeat(2, minmax(0, 1fr)); align-items: start; }
  .faq-answer p { max-width: 52ch; }
}

/* ============ Primeira oferta — decisão rápida ============
   Bloco escuro deslocado para logo depois da demonstração. O contraste
   separa o momento de entender o produto do primeiro momento de compra. */
.section-close { background: var(--cfc-ink); }

.close-card {
  max-width: 640px;
  margin: 0 auto;
  text-align: center;
}
.close-badge {
  display: inline-block;
  margin: 0 0 18px;
  padding: 7px 16px;
  border: 1px solid rgba(157, 240, 206, .34);
  border-radius: var(--cfc-radius-pill);
  font: 500 .68rem var(--cfc-font-mono);
  letter-spacing: .12em;
  text-transform: uppercase;
  color: var(--cfc-mint);
}
.close-card h2 {
  margin: 0;
  font-family: var(--cfc-font-display);
  font-weight: 600;
  font-size: clamp(1.7rem, 2.6vw + .95rem, 2.5rem);
  line-height: 1.1;
  letter-spacing: -.035em;
  color: var(--cfc-on-dark-strong);
  text-wrap: balance;
}
.close-card h2 em { color: var(--cfc-mint); font-style: italic; }
.close-lead {
  max-width: 46ch;
  margin: 16px auto 0;
  font-size: .98rem;
  line-height: 1.65;
  color: var(--cfc-on-dark);
}

.quick-offer-price {
  display: grid;
  justify-items: center;
  gap: 2px;
  margin: clamp(20px, 3.5vw, 28px) 0;
}
.quick-offer-price > span {
  font: 500 .62rem var(--cfc-font-mono);
  letter-spacing: .12em;
  text-transform: uppercase;
  color: rgba(244, 241, 233, .58);
}
.quick-offer-price b {
  font-family: var(--cfc-font-display);
  font-size: clamp(2.7rem, 8vw, 3.6rem);
  font-weight: 600;
  line-height: 1;
  letter-spacing: -.045em;
  color: var(--cfc-on-dark-strong);
}
.quick-offer-price b small {
  font-size: .36em;
  letter-spacing: 0;
  color: var(--cfc-gold);
}
.quick-offer-price em {
  font-size: .76rem;
  font-style: normal;
  color: var(--cfc-on-dark);
}

/* Os três fatos da decisão, lado a lado: preço, quando chega, e o risco.
   Nada novo — é o resumo do que já foi dito, no formato mais curto possível. */
.close-facts {
  display: grid;
  gap: 14px;
  margin: clamp(26px, 4vw, 36px) 0;
  padding: clamp(20px, 3vw, 26px) clamp(16px, 3vw, 28px);
  list-style: none;
  background: rgba(244, 241, 233, .06);
  border: 1px solid rgba(244, 241, 233, .12);
  border-radius: var(--cfc-radius);
}
.close-facts li { display: grid; gap: 3px; }
.close-facts b {
  font-family: var(--cfc-font-display);
  font-weight: 600;
  font-size: 1.32rem;
  letter-spacing: -.02em;
  color: var(--cfc-gold-soft);
}
.close-facts span { font-size: .86rem; line-height: 1.45; color: var(--cfc-on-dark); }

.close-card .button { width: 100%; justify-content: center; white-space: normal; padding-left: 18px; padding-right: 18px; }
.close-note {
  margin: 14px 0 0;
  font-size: .78rem;
  line-height: 1.5;
  color: var(--cfc-on-dark);
}

/* A primeira oferta precisa aparecer inteira ao chegar pela âncora mobile.
   O ajuste é só de respiro: não reduz tipografia nem área de toque. */
@media (max-width: 639px) {
  .offer-early { padding-top: 40px; padding-bottom: 40px; }
  .offer-early .close-badge { margin-bottom: 14px; }
  .offer-early .close-lead { margin-top: 12px; line-height: 1.55; }
  .offer-early .quick-offer-price { margin: 18px 0; }
  .offer-early .close-note { margin-top: 10px; }
}

@media (min-width: 640px) {
  .close-facts { grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 20px; text-align: center; }
  .close-facts li { justify-items: center; }
  .close-card .button { width: auto; min-width: 320px; }
}

/* Atalho móvel para a segunda oferta. O espaço no fim do documento evita
   que o rodapé seja encoberto pelo componente fixo. */
.mobile-offer-bar { display: none; }

@media (max-width: 767px) {
  html { scroll-padding-bottom: 82px; }
  body { padding-bottom: calc(68px + env(safe-area-inset-bottom)); }

  /* A demonstração precisa funcionar como uma única unidade de decisão:
     contexto, um passo, navegação e CTA cabem juntos em uma dobra comum. */
  .proof-section {
    padding-top: 36px;
    padding-bottom: 30px;
  }
  .proof-section .section-kicker { margin-bottom: 8px; }
  .proof-section .section-heading h2 {
    font-size: clamp(1.62rem, 7.1vw, 1.92rem);
    line-height: 1.05;
  }
  .proof-section .section-lead {
    margin-top: 9px;
    font-size: .91rem;
    line-height: 1.42;
  }
  .demo-carousel-wrap { margin-top: 15px; }
  .demo-carousel {
    grid-auto-columns: calc(100% - 44px);
    gap: 10px;
    padding-right: 48px;
    padding-bottom: 5px;
  }
  .demo-card {
    gap: 8px;
    padding: 13px 14px 14px;
    border-radius: 16px;
  }
  .demo-kicker {
    margin-bottom: 4px;
    font-size: .59rem;
  }
  .demo-head h3 {
    font-size: clamp(1.12rem, 5vw, 1.3rem);
    line-height: 1.12;
  }
  .demo-shot { width: min(104px, 29vw); }
  .demo-shot img { filter: drop-shadow(0 15px 24px rgba(9, 45, 42, .2)); }
  .demo-copy {
    font-size: .88rem;
    line-height: 1.4;
  }
  .demo-carousel-peek {
    right: 0;
    width: 44px;
    min-height: 58px;
    padding: 7px 3px;
  }
  .demo-carousel-peek svg { width: 19px; height: 19px; }
  .demo-carousel-peek span { font-size: .47rem; }
  .demo-carousel-controls {
    grid-template-columns: 44px minmax(0, 1fr) auto 44px;
    gap: 6px;
  }
  .demo-carousel-arrow {
    width: 44px;
    height: 44px;
  }
  .demo-carousel-dots button { width: 30px; height: 44px; }
  .demo-carousel-counter { font-size: .73rem; }
  .demo-carousel-hint {
    margin-top: 0;
    font-size: .7rem;
    line-height: 1.35;
  }
  .proof-section .section-cta { margin-top: 12px; }
  .proof-section .section-cta .button { min-height: 48px; }

  .full-offer-copy { padding: 22px 20px 20px; }
  .full-offer-badge { margin-bottom: 12px; padding: 5px 10px; font-size: .64rem; line-height: 1.35; }
  .full-offer h3 { font-size: 1.62rem; }
  .full-offer-list { gap: 10px; margin-top: 17px; }
  .full-offer-list li { gap: 8px; font-size: .94rem; line-height: 1.45; }
  .full-offer-buy { padding: 20px; }
  .full-offer-buy .offer-price { font-size: 2.9rem; }
  .full-offer-buy .access-payment { margin-bottom: 14px; font-size: .88rem; }
  .full-offer-buy .button { min-height: 50px; }
  .full-offer-buy .checkout-status { margin-top: 8px; font-size: .8rem; }
  .full-offer-buy .offer-assurances { gap: 6px; margin-top: 12px; font-size: .84rem; line-height: 1.4; }

  .guarantee-card { grid-template-columns: 76px minmax(0, 1fr); gap: 15px; padding: 18px; }
  .guarantee-seal { width: 76px; }
  .guarantee-seal b { font-size: 2.25rem; }
  .guarantee-seal span { margin-top: 6px; font-size: .58rem; }
  .guarantee-kicker { margin-bottom: 5px; font-size: .62rem; line-height: 1.35; }
  .guarantee-copy h3 { font-size: 1.18rem; }
  .guarantee-copy > p:last-child { margin-top: 7px; font-size: .86rem; line-height: 1.48; }

  .mobile-offer-bar {
    position: fixed;
    z-index: 90;
    left: 0;
    right: 0;
    bottom: 0;
    min-height: calc(64px + env(safe-area-inset-bottom));
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 14px;
    padding: 9px 14px calc(9px + env(safe-area-inset-bottom));
    color: var(--cfc-on-dark-strong);
    background: rgba(7, 30, 28, .97);
    border-top: 1px solid rgba(214, 180, 110, .34);
    box-shadow: 0 -10px 30px rgba(0, 0, 0, .22);
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    transform: translateY(100%);
    transition: opacity .2s ease, transform .24s var(--cfc-ease-out), visibility .24s;
  }
  .mobile-offer-bar.is-visible {
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
    transform: translateY(0);
  }
  .mobile-offer-bar p { display: grid; margin: 0; line-height: 1.05; }
  .mobile-offer-bar p b {
    font-family: var(--cfc-font-display);
    font-size: 1.24rem;
    font-weight: 650;
    color: var(--cfc-gold-soft);
  }
  .mobile-offer-bar p span { margin-top: 3px; font-size: .68rem; color: var(--cfc-on-dark); }
  .mobile-offer-bar a {
    min-width: 126px;
    min-height: 46px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 10px 18px;
    border-radius: 10px;
    font-size: .9rem;
    font-weight: 750;
    color: var(--cfc-ink);
    background: var(--cfc-gold);
    text-decoration: none;
  }
  .mobile-offer-bar a:focus-visible { outline: 3px solid var(--cfc-mint); outline-offset: 2px; }
}

/* ============ Rodapé ============
   O disclaimer vem primeiro e é o item com mais contraste do rodapé: é
   exigência, não letra miúda. O resto é serviço. */
.site-footer {
  padding: clamp(36px, 6vw, 56px) clamp(20px, 5vw, 64px);
  background: var(--cfc-ink-deep);
  border-top: 1px solid rgba(244, 241, 233, .1);
}
.footer-inner {
  width: 100%;
  max-width: 1100px;
  margin: 0 auto;
  text-align: center;
}
.footer-disclaimer {
  max-width: 56ch;
  margin: 0 auto;
  font-size: .84rem;
  line-height: 1.6;
  color: var(--cfc-on-dark-strong);
}
.footer-links {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 10px clamp(16px, 3vw, 28px);
  margin: clamp(20px, 3vw, 28px) 0 0;
  padding: 0;
  list-style: none;
  font-size: .84rem;
}
.footer-links a {
  color: var(--cfc-mint);
  text-decoration: none;
  border-bottom: 1px solid rgba(157, 240, 206, .3);
  padding-bottom: 1px;
  transition: color .25s ease, border-color .25s ease;
}
.footer-links a:hover, .footer-links a:focus-visible {
  color: var(--cfc-on-dark-strong);
  border-color: rgba(244, 241, 233, .6);
}
/* Estado pendente: some com a aparência de link para ninguém tentar clicar,
   e continua legível para quem for publicar perceber que falta. */
.footer-pending {
  color: rgba(244, 241, 233, .5);
  font-style: italic;
}
.footer-legal, .footer-copy {
  margin: 14px 0 0;
  font-size: .78rem;
  line-height: 1.5;
  color: rgba(244, 241, 233, .55);
}

/* ============ Âncora do próximo milestone ============ */
.next-block {
  padding: clamp(48px, 8vw, 88px) clamp(20px, 5vw, 64px);
  text-align: center;
  background: #ece7db;
}
.next-block p {
  max-width: 640px;
  margin: 0 auto;
  color: var(--cfc-muted);
}
.next-block strong {
  display: block;
  margin-bottom: 8px;
  font: 500 .72rem var(--cfc-font-mono);
  letter-spacing: .14em;
  text-transform: uppercase;
  color: var(--cfc-emerald-deep);
}

/* ============ Movimento (gramática do design system) ============ */
html.cfc-anim .cfc-reveal {
  opacity: 0;
  transition: opacity .45s var(--cfc-ease-out);
}
html.cfc-anim .cfc-reveal.is-in { opacity: 1; }
html.cfc-anim .cfc-reveal .cfc-rise {
  opacity: 0;
  transform: translateY(48px);
  transition: opacity .55s cubic-bezier(.44, 0, .56, 1), transform .55s cubic-bezier(.44, 0, .56, 1);
}
html.cfc-anim .cfc-reveal.is-in .cfc-rise { opacity: 1; transform: none; }
html.cfc-anim .cfc-reveal .cfc-d1 { transition-delay: .15s; }
html.cfc-anim .cfc-reveal .cfc-d2 { transition-delay: .3s; }
html.cfc-anim .cfc-reveal .cfc-d3 { transition-delay: .45s; }
html.cfc-anim .cfc-reveal .cfc-d4 { transition-delay: .6s; }

/* A primeira dobra é conteúdo crítico: aparece imediatamente, sem esperar
   IntersectionObserver ou os delays de entrada das seções seguintes. */
html.cfc-anim .hero.cfc-reveal,
html.cfc-anim .hero.cfc-reveal.is-in {
  opacity: 1;
  transition: none;
}
html.cfc-anim .hero.cfc-reveal .cfc-rise,
html.cfc-anim .hero.cfc-reveal.is-in .cfc-rise {
  opacity: 1;
  transform: none;
  transition: none;
}

/* ============ Responsivo ============
   Regra da v5: mobile é a versão principal. Tudo o que é decidido aqui
   vale primeiro no celular; o desktop é a adaptação. */
@media (max-width: 991px) {
  /* O WebP já contém o aparelho e sua profundidade. Evitar o filtro na imagem
     LCP reduz composição e atraso de renderização em celulares modestos. */
  .tour-panel img { filter: none; }

  .hero-inner {
    grid-template-columns: 1fr;
    gap: 0;
    align-content: start;
    padding-top: 4px;
  }
  /* Ordem mobile: promessa → benefícios → tour interativo. O CTA de navegação
     fica no desktop; no celular o próprio tour sustenta a próxima rolagem. */
  .hero-copy { display: contents; }
  .hero-eyebrow { order: 1; }
  .hero h1 { order: 2; }
  .hero-lead { order: 3; }
  .hero-benefits { order: 4; margin-top: clamp(12px, 2.2svh, 20px); }
  .hero-tour-col { order: 5; margin: clamp(14px, 2.5svh, 22px) 0 0; }
  .hero-cta { display: none; }

  .hero { padding: clamp(62px, 9svh, 74px) clamp(18px, 5vw, 64px) 22px; }
  .hero-topbar { padding-top: 16px; padding-bottom: 16px; }
  .cfc-brand { font-size: 1.18rem; }
  /* Topbar apertada: sobra só "N dias", que é o dado que importa */
  .hero-countdown-label { display: none; }
  .hero-countdown .seg.is-fine { display: none; }
  .hero-countdown-clock { gap: 0; padding: 5px 11px; }

  .hero-eyebrow { margin-bottom: 12px; }
  .hero-eyebrow-main { font-size: .68rem; letter-spacing: .12em; }
  .hero-eyebrow-sub { font-size: .74rem; }
  .hero h1 { font-size: clamp(1.95rem, 8.2vw, 2.35rem); margin-bottom: clamp(9px, 1.7svh, 14px); }
  .hero-lead { font-size: .97rem; line-height: 1.5; }
  .hero-benefits { gap: 7px; }
  .hero-benefits li { font-size: .88rem; line-height: 1.38; }
  .hero-benefits svg { width: 15px; height: 15px; }
}

/* Telas curtas: reduzimos respiro e o aparelho, preservando copy e toque. */
@media (max-width: 991px) and (max-height: 700px) {
  /* Em aparelhos baixos, recupera a composição da V4 sem reduzir texto nem
     alvos de toque: retiramos apenas respiros para manter a seta na dobra. */
  .hero { padding-top: 48px; padding-bottom: 14px; }
  .hero-eyebrow-sub { display: none; }
  .hero-eyebrow { margin-bottom: 8px; }
  .hero h1 { font-size: clamp(1.72rem, 7.6vw, 2.05rem); margin-bottom: 8px; }
  .hero-lead { font-size: .92rem; }
  .hero-benefits { margin-top: 8px; gap: 3px; }
  .hero-benefits li { font-size: .84rem; }
  .hero-tour-col { margin-top: 4px; }
  .hero-tour { grid-template-columns: minmax(126px, 1fr) auto; gap: 9px; }
  .hero-tour-side { gap: 8px; }
  .hero-phone { width: clamp(118px, 19.5svh, 196px); }
  .hero-tour-tabs { gap: 5px; }
  .tour-tab { min-height: 44px; padding: 6px 9px; }
  .tour-tab b { font-size: .82rem; }
  .tour-tab span { font-size: .48rem; }
}

@media (prefers-reduced-motion: reduce) {
  *, *::before, *::after { transition: none !important; animation-duration: .01ms !important; animation-iteration-count: 1 !important; }
  html { scroll-behavior: auto; }
}

/* ============ Refinamento V5 — carrossel central bidirecional ============
   Um único card ocupa o palco no mobile. As setas permanecem estáveis nas
   laterais; somente seu estado muda, evitando saltos entre as etapas. */
.demo-card {
  position: relative;
  overflow: hidden;
  border-color: rgba(9, 45, 42, .14);
  border-radius: 20px;
  background:
    radial-gradient(circle at 50% 46%, rgba(157, 240, 206, .12), transparent 38%),
    linear-gradient(155deg, #fff 0%, #fdfcf8 100%);
  box-shadow:
    0 1px 0 rgba(255, 255, 255, .9) inset,
    0 18px 44px rgba(9, 45, 42, .1),
    0 3px 10px rgba(9, 45, 42, .05);
  transition: border-color .28s ease, box-shadow .28s ease, transform .28s var(--cfc-ease-out);
}
.demo-card::before {
  content: "";
  position: absolute;
  top: 0;
  left: 24px;
  right: 24px;
  height: 2px;
  border-radius: 0 0 4px 4px;
  background: linear-gradient(90deg, transparent, var(--cfc-emerald-deep), transparent);
  opacity: .38;
}
.demo-card.is-active {
  border-color: rgba(30, 138, 103, .26);
  box-shadow:
    0 1px 0 rgba(255, 255, 255, .95) inset,
    0 22px 52px rgba(9, 45, 42, .13),
    0 4px 12px rgba(9, 45, 42, .06);
}

@media (max-width: 767px) {
  .demo-carousel {
    grid-auto-columns: 100%;
    gap: 12px;
    padding: 4px 4px 9px;
    scroll-padding-inline: 4px;
  }
  .demo-carousel-peek {
    z-index: 4;
    right: -7px;
    width: 42px;
    height: 42px;
    min-height: 0;
    padding: 0;
    border: 1px solid rgba(9, 45, 42, .2);
    border-radius: 50%;
    color: var(--cfc-ink);
    background: rgba(255, 255, 255, .94);
    box-shadow: 0 10px 26px rgba(9, 45, 42, .16), 0 1px 0 rgba(255, 255, 255, .9) inset;
    backdrop-filter: blur(8px);
    -webkit-backdrop-filter: blur(8px);
    transition: opacity .22s ease, transform .22s var(--cfc-ease-out), color .22s ease, border-color .22s ease, background .22s ease, box-shadow .22s ease;
  }
  .demo-carousel-peek::before { display: none; }
  .demo-carousel-peek.is-prev {
    right: auto;
    left: -7px;
    border-radius: 50%;
  }
  .demo-carousel-peek span {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0 0 0 0);
    white-space: nowrap;
    border: 0;
  }
  .demo-carousel-peek:hover:not(:disabled) {
    color: var(--cfc-white);
    border-color: var(--cfc-emerald-deep);
    background: var(--cfc-emerald-deep);
    box-shadow: 0 12px 30px rgba(9, 45, 42, .22);
  }
  .demo-carousel-peek:disabled {
    opacity: .26;
    visibility: visible;
    pointer-events: none;
    cursor: default;
    transform: translateY(-50%);
    box-shadow: 0 4px 12px rgba(9, 45, 42, .06);
  }
  .demo-carousel-controls {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 8px;
    margin-top: 3px;
  }
  .demo-carousel-counter {
    min-width: 4.4em;
    padding: 5px 9px;
    border: 1px solid rgba(9, 45, 42, .1);
    border-radius: 999px;
    text-align: center;
    background: rgba(255, 255, 255, .66);
  }
}

@media (max-width: 359px) {
  .demo-carousel-peek { right: -4px; width: 40px; height: 40px; }
  .demo-carousel-peek.is-prev { left: -4px; }
  .demo-card { padding-inline: 12px; }
}
@media (prefers-reduced-motion: reduce) {
  .demo-card, .demo-carousel-peek { transition: none !important; }
}
