/* =========================================================================
   MindMed — Funil de Venda Direta · LANDING (Fase 1)
   Herda o sistema "Vital Signs" do v2 (tokens, tipografia, easing, componentes).
   Declaracoes dos componentes reaproveitados sao copiadas verbatim do v2
   (contraste/spacing ja auditados). Novos: diagrama de destilacao, bloco de
   preco sem ancoragem, fundadores. NAO herda: lead-form/WhatsApp/pricing-anchor.
   ========================================================================= */

/* -------------------- Tokens (verbatim v2) -------------------- */
:root {
  --bg-deep:        #06090E;
  --bg-tint:        #0A1119;
  --bg-block:       #0D1219;
  --bg-block-2:     #0F1822;
  --bg-warm:        #0F1623;
  --ink-hi:         #E8EEF5;
  --ink-warm:       #F4F1EA;
  --ink-lo:         #7B8BA3;
  --ecg:            #00E5A0;
  --ecg-deep:       #1A8C5F;
  --rule:           #161D27;
  --rule-bright:    #1F2A39;
  --focus:          #00E5A0;

  --font-sans: 'Geist', 'Inter', system-ui, -apple-system, 'Segoe UI', sans-serif;
  --font-mono: 'Geist Mono', 'JetBrains Mono', ui-monospace, 'SF Mono', Menlo, monospace;
  --font-serif: 'Fraunces', 'Cambria', Georgia, serif;

  --header-h: 64px;
  --ease-out: cubic-bezier(0.16, 1, 0.3, 1);
  --ease-soft: cubic-bezier(0.22, 0.61, 0.36, 1);
  --maxw: 1240px;
  --gutter: clamp(20px, 4vw, 56px);
}

/* -------------------- Reset essentials (verbatim v2) -------------------- */
*, *::before, *::after { box-sizing: border-box; }
html { -webkit-text-size-adjust: 100%; scroll-behavior: smooth; }
body {
  margin: 0;
  background: var(--bg-deep);
  color: var(--ink-hi);
  font-family: var(--font-sans);
  font-feature-settings: 'ss01', 'cv11';
  font-synthesis: none;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
  line-height: 1.55;
  letter-spacing: -0.005em;
  overflow-x: clip;
}
img, video, iframe, svg { max-width: 100%; display: block; }
button { font: inherit; cursor: pointer; border: none; background: none; color: inherit; }
a { color: inherit; text-decoration: none; }

/* Subtle grid backdrop — optical only (verbatim v2) */
body::before {
  content: "";
  position: fixed; inset: 0;
  background-image: linear-gradient(to right, rgba(22,29,39,.5) 1px, transparent 1px);
  background-size: 80px 100%;
  pointer-events: none;
  z-index: 0;
  opacity: .35;
  mask-image: linear-gradient(to bottom, black, transparent 90%);
  -webkit-mask-image: linear-gradient(to bottom, black, transparent 90%);
}

/* -------------------- Typography (verbatim v2) -------------------- */
.eyebrow {
  font-family: var(--font-mono);
  font-size: 11px;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: var(--ecg);
  font-weight: 500;
  display: inline-flex; align-items: center; gap: 8px;
}
.eyebrow::before {
  content: "";
  width: 6px; height: 6px; border-radius: 50%;
  background: var(--ecg);
  box-shadow: 0 0 10px rgba(0,229,160,.6);
}
.eyebrow.muted { color: var(--ink-lo); }
.eyebrow.muted::before { background: var(--ink-lo); box-shadow: none; }

.h-display {
  font-size: clamp(34px, 5.2vw, 64px);
  line-height: 1.02;
  letter-spacing: -0.03em;
  font-weight: 600;
  color: var(--ink-hi);
}
.h-section {
  font-size: clamp(26px, 3.2vw, 42px);
  line-height: 1.12;
  letter-spacing: -0.022em;
  font-weight: 600;
  color: var(--ink-hi);
}
p.lead {
  font-size: clamp(17px, 1.4vw, 19px);
  line-height: 1.65;
  color: var(--ink-lo);
  max-width: 60ch;
}
.tnum { font-variant-numeric: tabular-nums; font-feature-settings: 'tnum' 1, 'lnum' 1; }
.accent { color: var(--ecg); font-weight: inherit; font-style: inherit; }

/* -------------------- Layout (verbatim v2) -------------------- */
.shell { width: 100%; max-width: var(--maxw); margin: 0 auto; padding: 0 var(--gutter); position: relative; z-index: 1; }
section { position: relative; z-index: 1; padding: clamp(56px, 7vw, 96px) 0; }
.section-head { margin-bottom: clamp(32px, 4vw, 56px); display: flex; flex-direction: column; gap: 16px; max-width: 820px; }
.section-head.section-head-center { text-align: center; align-items: center; margin-left: auto; margin-right: auto; }
.section-tint { background: var(--bg-tint); }

/* Reading column for body copy (transacional, mas sobrio) */
.prose { display: flex; flex-direction: column; gap: clamp(18px, 2vw, 24px); max-width: 64ch; }
.prose p {
  margin: 0;
  font-size: clamp(16px, 1.3vw, 18px);
  line-height: 1.7;
  letter-spacing: -0.005em;
  color: var(--ink-hi);
  font-weight: 400;
}

/* -------------------- Header (verbatim v2) -------------------- */
.site-header {
  position: sticky; top: 0; z-index: 50;
  backdrop-filter: blur(14px) saturate(140%);
  -webkit-backdrop-filter: blur(14px) saturate(140%);
  background: rgba(6,9,14,0.72);
  border-bottom: 1px solid var(--rule);
}
.nav {
  display: flex; align-items: center; justify-content: space-between;
  height: 64px; padding: 0 var(--gutter);
  max-width: var(--maxw); margin: 0 auto;
}
.brand { display: inline-flex; align-items: center; gap: 10px; font-weight: 600; letter-spacing: -0.01em; line-height: 1; }
.brand-logo { height: 32px; width: auto; display: block; }

/* -------------------- Buttons (verbatim v2) -------------------- */
.btn {
  display: inline-flex; align-items: center; justify-content: center; gap: 8px;
  padding: 10px 16px; border-radius: 8px;
  font-weight: 500; font-size: 14px; letter-spacing: -0.005em; text-align: center;
  transition: transform 150ms var(--ease-out), background 150ms ease, color 150ms ease, box-shadow 150ms ease;
  white-space: nowrap;
}
.btn-primary {
  background: var(--ecg);
  color: #001F12;
  font-weight: 600;
  padding: 14px 22px;
  font-size: 15px;
  border-radius: 10px;
  box-shadow: 0 1px 0 rgba(255,255,255,.18) inset, 0 0 0 0 rgba(0,229,160,0);
}
.btn-primary:hover {
  transform: translateY(-1px);
  box-shadow: 0 1px 0 rgba(255,255,255,.18) inset, 0 0 32px -6px rgba(0,229,160,.45);
  background: #15F0AE;
}
.btn-primary.lg { padding: 18px 28px; font-size: 16px; border-radius: 12px; }

:focus-visible { outline: 2px solid var(--focus); outline-offset: 3px; border-radius: 4px; }

/* Skip-link (verbatim v2) */
.skip-link {
  position: absolute; left: 12px; top: -100px; z-index: 100;
  background: var(--ecg); color: #001F12;
  font-family: var(--font-mono); font-size: 12px; letter-spacing: 0.06em; text-transform: uppercase;
  padding: 12px 18px; border-radius: 8px; font-weight: 600;
  transition: top 200ms var(--ease-out);
}
.skip-link:focus { top: 12px; outline: none; box-shadow: 0 0 0 3px rgba(0,229,160,.35); }
/* foco pousa no <main id="top" tabindex="-1"> apos o skip-link (H2 do audit) — sem anel visivel */
#top:focus { outline: none; }

/* -------------------- Hero (centered) -------------------- */
.hero { padding-top: clamp(48px, 6vw, 80px); padding-bottom: clamp(64px, 8vw, 110px); position: relative; overflow: hidden; }
.hero-centered {
  max-width: 920px; margin: 0 auto; text-align: center;
  display: flex; flex-direction: column; align-items: center;
  gap: clamp(18px, 2.2vw, 26px); position: relative; z-index: 2;
}
.hero-centered .eyebrow { justify-content: center; }
.hero-centered .h-display { margin: 0; max-width: 20ch; }
.hero-sub-1 {
  color: var(--ink-hi); opacity: 0.92;
  font-size: clamp(16px, 1.4vw, 19px); line-height: 1.55;
  max-width: 56ch; margin: 0; font-weight: 400;
}
.hero-cta-row { display: flex; flex-wrap: wrap; gap: 12px; align-items: center; justify-content: center; margin-top: 4px; }

/* Hero pulse + glow (verbatim v2) */
.hero-pulse {
  position: absolute; left: 50%; bottom: clamp(20px, 3vw, 36px);
  transform: translateX(-50%); display: flex; gap: 16px; pointer-events: none; z-index: 1;
}
.hero-pulse span {
  width: 5px; height: 5px; border-radius: 50%; background: var(--ecg);
  opacity: 0.22; box-shadow: 0 0 4px rgba(0, 229, 160, 0.18);
  animation: hero-pulse-fade 2400ms ease-in-out infinite;
}
.hero-pulse span:nth-child(1) { animation-delay: 0ms; }
.hero-pulse span:nth-child(2) { animation-delay: 400ms; }
.hero-pulse span:nth-child(3) { animation-delay: 800ms; }
@keyframes hero-pulse-fade {
  0%, 100% { opacity: 0.22; box-shadow: 0 0 4px rgba(0, 229, 160, 0.18); }
  45%      { opacity: 1;    box-shadow: 0 0 14px rgba(0, 229, 160, 0.55); }
}
.hero-glow {
  position: absolute; top: -12%; right: -8%; width: 60%; height: 70%;
  background: radial-gradient(circle, rgba(0,229,160,0.18), transparent 60%);
  filter: blur(60px); pointer-events: none; z-index: 0;
}

/* -------------------- 2 · Stat duo (40.000+ / 940+) -------------------- */
.stat-duo {
  display: grid; grid-template-columns: repeat(2, minmax(0,1fr));
  gap: 1px; background: var(--rule);
  border: 1px solid var(--rule); border-radius: 16px; overflow: hidden;
  margin-bottom: clamp(32px, 4vw, 48px);
}
.stat-box {
  background: var(--bg-block); padding: clamp(28px, 4vw, 44px);
  display: flex; flex-direction: column; gap: 10px; align-items: flex-start;
}
.stat-box-value {
  display: inline-flex; align-items: baseline;
  font-size: clamp(44px, 6vw, 78px); line-height: 1;
  letter-spacing: -0.04em; font-weight: 500; color: var(--ink-hi);
}
.stat-box-plus { color: var(--ecg); font-size: 0.55em; margin-left: 2px; font-weight: 500; }
.stat-box-label {
  font-family: var(--font-mono); font-size: 12px; letter-spacing: 0.12em; text-transform: uppercase;
  color: var(--ink-lo); display: inline-flex; align-items: center; gap: 8px;
}
.stat-box-label::before { content: ""; width: 16px; height: 1px; background: var(--ecg); }

/* -------------------- 3 · Diagrama de destilacao (filtro medico) -------------------- */
.distill {
  margin-top: clamp(36px, 5vw, 56px);
  display: flex; align-items: stretch; gap: clamp(10px, 1.4vw, 18px);
  flex-wrap: nowrap;
}
.distill-node {
  flex: 1 1 0; min-width: 0;
  background: var(--bg-block); border: 1px solid var(--rule-bright);
  border-radius: 14px; padding: clamp(18px, 2vw, 26px);
  display: flex; flex-direction: column; gap: 10px; justify-content: center;
}
.distill-kicker {
  font-family: var(--font-mono); font-size: 11px; letter-spacing: 0.12em;
  text-transform: uppercase; color: var(--ink-lo); line-height: 1.3;
}
.distill-terms {
  font-size: clamp(13.5px, 1.1vw, 15.5px); line-height: 1.4;
  color: var(--ink-hi); font-weight: 500; letter-spacing: -0.005em;
}
.distill-arrow {
  flex: 0 0 auto; align-self: center; width: 16px; height: 16px; position: relative;
}
.distill-arrow::before {
  content: ""; position: absolute; top: 50%; left: 50%;
  width: 9px; height: 9px;
  border-top: 1.5px solid var(--ink-lo); border-right: 1.5px solid var(--ink-lo);
  transform: translate(-60%, -50%) rotate(45deg);
}
.distill-arrow-final::before { border-color: var(--ecg); }
.distill-result {
  border-color: rgba(0,229,160,0.4);
  background: linear-gradient(180deg, rgba(0,229,160,0.07), var(--bg-block) 60%);
  box-shadow: 0 24px 60px -40px rgba(0,229,160,0.4);
  text-align: left;
}
.distill-result-text {
  font-size: clamp(15px, 1.4vw, 19px); line-height: 1.25;
  color: var(--ecg); font-weight: 600; letter-spacing: -0.015em;
}

/* -------------------- 4 · Specimens (carrossel de prints reais) -------------------- */
.specimens {
  --specimen-gap: clamp(20px, 2vw, 32px);
  margin: clamp(40px, 5vw, 64px) 0 0;
  position: relative; overflow: hidden; padding: 8px 0;
  -webkit-mask-image: linear-gradient(to right, transparent 0, #000 7%, #000 93%, transparent 100%);
          mask-image: linear-gradient(to right, transparent 0, #000 7%, #000 93%, transparent 100%);
}
.specimen-track {
  display: flex; gap: var(--specimen-gap); width: max-content;
  animation: specimen-scroll 80s linear infinite; will-change: transform;
}
.specimens:hover .specimen-track,
.specimens:focus-within .specimen-track { animation-play-state: paused; }
.specimen {
  flex-shrink: 0; width: clamp(220px, 22vw, 300px); margin: 0;
  border: 1px solid var(--rule-bright); border-radius: 16px; overflow: hidden;
  background: var(--bg-block);
  box-shadow: 0 30px 60px -30px rgba(0,0,0,0.7), inset 0 0 0 1px rgba(255,255,255,0.02);
  transition: transform 320ms var(--ease-out), border-color 320ms var(--ease-out), box-shadow 320ms var(--ease-out);
}
@media (hover: hover) and (pointer: fine) {
  .specimen:hover {
    transform: translateY(-6px); border-color: rgba(0,229,160,0.32);
    box-shadow: 0 40px 80px -30px rgba(0,0,0,0.85), 0 0 0 1px rgba(0,229,160,0.12);
  }
}
.specimen img { display: block; width: 100%; height: auto; aspect-ratio: 768 / 1365; object-fit: cover; }
@keyframes specimen-scroll {
  from { transform: translateX(0); }
  to   { transform: translateX(calc(-50% - (var(--specimen-gap) * 0.5))); }
}

/* -------------------- 5 · Marcas (fácil/médio/difícil/erro) -------------------- */
.marks {
  margin-top: clamp(32px, 4vw, 48px);
  display: grid; grid-template-columns: repeat(4, minmax(0,1fr));
  gap: 12px;
}
.mark {
  background: var(--bg-block); border: 1px solid var(--rule-bright);
  border-top: 4px solid var(--rule-bright);
  border-radius: 12px; padding: clamp(16px, 2vw, 22px) 12px;
  display: flex; flex-direction: column; align-items: center; justify-content: center; gap: 6px;
  text-align: center;
}
.mark-label { font-family: var(--font-mono); font-size: 13px; letter-spacing: 0.06em; text-transform: uppercase; font-weight: 600; line-height: 1; }
.mark-interval { font-family: var(--font-mono); font-size: 12px; letter-spacing: 0.04em; line-height: 1; }
.mark-coral   { border-top-color: #FF6B6B; background: linear-gradient(180deg, rgba(255,107,107,0.06), var(--bg-block) 45%); }
.mark-coral   .mark-label, .mark-coral .mark-interval { color: #FF8B7A; }
.mark-amber   { border-top-color: #FFB347; background: linear-gradient(180deg, rgba(255,179,71,0.06), var(--bg-block) 45%); }
.mark-amber   .mark-label, .mark-amber .mark-interval { color: #FFB347; }
.mark-neutral { border-top-color: var(--ink-lo); background: linear-gradient(180deg, rgba(123,139,163,0.06), var(--bg-block) 45%); }
.mark-neutral .mark-label { color: var(--ink-hi); }
.mark-neutral .mark-interval { color: var(--ink-lo); }
.mark-green   { border-top-color: var(--ecg); background: linear-gradient(180deg, rgba(0,229,160,0.06), var(--bg-block) 45%); }
.mark-green   .mark-label, .mark-green .mark-interval { color: var(--ecg); }

/* -------------------- 7 · FAQ (verbatim v2) -------------------- */
.faq-list { border-top: 1px solid var(--rule); max-width: 860px; }
.faq-item { border-bottom: 1px solid var(--rule); }
.faq-summary {
  list-style: none; padding: 22px 0;
  display: flex; align-items: center; justify-content: space-between; gap: 24px;
  cursor: pointer; font-size: 17px; font-weight: 500; letter-spacing: -0.01em;
  color: var(--ink-hi); transition: color 150ms ease;
}
.faq-summary::-webkit-details-marker { display: none; }
.faq-summary:hover { color: var(--ecg); }
.faq-summary .toggle {
  width: 28px; height: 28px; border: 1px solid var(--rule-bright); border-radius: 50%;
  display: grid; place-items: center; position: relative; flex-shrink: 0;
  transition: border-color 150ms ease, transform 250ms var(--ease-out);
}
.faq-summary .toggle::before, .faq-summary .toggle::after {
  content: ""; position: absolute; background: var(--ink-hi); border-radius: 1px;
  transition: transform 250ms var(--ease-out), background 150ms ease;
}
.faq-summary .toggle::before { width: 11px; height: 1.5px; }
.faq-summary .toggle::after { width: 1.5px; height: 11px; }
.faq-item[open] .faq-summary .toggle { border-color: var(--ecg); }
.faq-item[open] .faq-summary .toggle::before, .faq-item[open] .faq-summary .toggle::after { background: var(--ecg); }
.faq-item[open] .faq-summary .toggle::after { transform: scaleY(0); }
.faq-body { padding: 0 0 26px; color: var(--ink-lo); font-size: 15.5px; line-height: 1.7; max-width: 64ch; }
.faq-body p { margin: 0 0 12px; }
.faq-body p:last-child { margin-bottom: 0; }

/* -------------------- 8 · Depoimentos (verbatim v2) -------------------- */
.testi-section { background: var(--bg-warm); position: relative; }
.testi-section::before, .testi-section::after {
  content: ""; position: absolute; left: 0; right: 0; height: 1px; pointer-events: none;
  background: linear-gradient(90deg, transparent, rgba(0,229,160,0.2), transparent);
}
.testi-section::before { top: 0; }
.testi-section::after { bottom: 0; }
.testi-cards-prose {
  display: grid; grid-template-columns: repeat(3, minmax(0,1fr));
  gap: 1px; background: var(--rule);
  border: 1px solid var(--rule); border-radius: 14px; overflow: hidden;
}
.testi-card { background: var(--bg-warm); color: var(--ink-warm); padding: clamp(28px, 3vw, 36px); display: flex; flex-direction: column; gap: 18px; }
.testi-card .crown { font-family: var(--font-mono); font-size: 11px; color: rgba(244,241,234,.55); letter-spacing: 0.12em; text-transform: uppercase; }
.testi-card .body { font-size: 14.5px; line-height: 1.6; color: rgba(244,241,234,.78); margin: 0; display: flex; flex-direction: column; gap: 10px; }
.testi-card .who { margin-top: auto; display: flex; align-items: center; gap: 14px; border-top: 1px solid rgba(244,241,234,.1); padding-top: 18px; }
.testi-card .who-name { font-family: var(--font-sans); font-weight: 500; font-size: 16px; letter-spacing: -0.01em; color: var(--ink-warm); }
.testi-card .who-meta { font-family: var(--font-mono); font-size: 11px; color: var(--ink-lo); letter-spacing: 0.06em; text-transform: uppercase; }
.who-photo { width: 44px; height: 44px; border-radius: 50%; overflow: hidden; flex-shrink: 0; background: var(--bg-deep); border: 1px solid var(--rule-bright); }
.who-photo img { width: 100%; height: 100%; object-fit: cover; display: block; }

/* -------------------- 9 · Oferta + preço -------------------- */
.offer-card {
  max-width: 660px; margin: 0 auto;
  border: 1px solid rgba(0,229,160,.32);
  background: linear-gradient(180deg, var(--bg-block), #0F1B17);
  border-radius: 20px; padding: clamp(28px, 4vw, 48px);
  display: flex; flex-direction: column; gap: clamp(20px, 2.4vw, 28px);
  box-shadow: 0 30px 80px -40px rgba(0,229,160,.25);
}
.offer-lead { margin: 0; font-size: clamp(16px, 1.4vw, 18px); color: var(--ink-hi); font-weight: 500; }
.offer-includes { list-style: none; margin: 0; padding: 0; display: flex; flex-direction: column; gap: 12px; }
.offer-includes li { display: flex; gap: 10px; align-items: flex-start; font-size: 15.5px; color: var(--ink-hi); line-height: 1.5; }
.offer-includes li::before { content: ""; width: 5px; height: 5px; border-radius: 50%; background: var(--ecg); margin-top: 9px; flex-shrink: 0; }

.price { border-top: 1px solid var(--rule); padding-top: clamp(20px, 2.4vw, 28px); }
.price-anchor { margin: 0 0 6px; color: var(--ink-lo); font-family: var(--font-mono); font-size: 13px; letter-spacing: 0.04em; }
.price-line { margin: 0; display: flex; flex-wrap: wrap; align-items: baseline; gap: 8px; }
.price-main { font-size: clamp(30px, 4vw, 44px); line-height: 1; letter-spacing: -0.025em; font-weight: 600; color: var(--ink-hi); }
.price-cash { font-size: clamp(15px, 1.4vw, 18px); color: var(--ink-lo); font-weight: 400; }

.offer-cta { display: flex; }
.offer-cta .btn { width: 100%; justify-content: center; }

.guarantee-inline {
  display: flex; align-items: center; gap: clamp(16px, 2vw, 22px);
  border-top: 1px dashed var(--rule); padding-top: clamp(20px, 2.4vw, 26px);
}
.guarantee-badge {
  width: 84px; height: 84px; flex-shrink: 0; border-radius: 50%;
  border: 2px solid var(--ecg); display: grid; place-items: center;
  font-family: var(--font-mono); font-size: 11px; color: var(--ecg); letter-spacing: 0.06em; position: relative;
  text-align: center; /* centra o "7" sobre "DIAS" — sem isso o 7 (estreito) encosta a esquerda e fica torto */
}
.guarantee-badge::before {
  content: ""; position: absolute; inset: -8px; border-radius: 50%;
  border: 1px dashed rgba(0,229,160,.3); animation: rotate 22s linear infinite;
}
@keyframes rotate { to { transform: rotate(360deg); } }
.guarantee-badge .num { font-size: 26px; font-weight: 600; color: var(--ink-hi); font-family: var(--font-sans); letter-spacing: 0; line-height: 1; }
.guarantee-body { margin: 0; color: var(--ink-hi); font-size: 15px; line-height: 1.55; }

/* -------------------- 10/11 · Fundadores -------------------- */
.founders-grid {
  display: grid; grid-template-columns: minmax(0, 0.85fr) minmax(0, 1.15fr);
  gap: clamp(32px, 5vw, 64px); align-items: center;
}
.founders-photo {
  margin: 0; border-radius: 18px; overflow: hidden;
  border: 1px solid var(--rule-bright); background: var(--bg-block);
  aspect-ratio: 4 / 3; box-shadow: 0 30px 80px -30px rgba(0,0,0,0.6);
}
.founders-photo img { width: 100%; height: 100%; object-fit: cover; display: block; }
.founders-photo-placeholder {
  border-style: dashed;
  display: grid; place-items: center; text-align: center; padding: 24px;
  background: linear-gradient(180deg, var(--bg-block), var(--bg-deep));
}
.founders-photo-note { font-family: var(--font-mono); font-size: 12px; letter-spacing: 0.06em; color: var(--ink-lo); line-height: 1.5; max-width: 28ch; }
.founders-text { display: flex; flex-direction: column; gap: clamp(16px, 2vw, 22px); }
.founders-text p { margin: 0; font-size: clamp(16px, 1.3vw, 18px); line-height: 1.65; color: var(--ink-hi); }
.founders-close { font-weight: 500; }
.founders-cta { margin-top: 6px; }

/* -------------------- Footer (verbatim v2) -------------------- */
.site-footer { border-top: 1px solid var(--rule); padding: 40px 0; }
.site-footer .footer-copy { text-align: center; }
.site-footer .footer-copy p { margin: 0; font-family: var(--font-mono); font-size: 12px; color: var(--ink-lo); letter-spacing: 0.04em; line-height: 1.7; }

/* -------------------- Reveal animations (v2 + .js gate) --------------------
   .js gate (paridade com o advertorial): opacity:0 so vale COM JS. Sem JS (ou se o
   IntersectionObserver falhar), nada fica escondido — o caminho de conversao aparece.
   As regras .in e o bloco reduced-motion NAO recebem .js de proposito. NAO remover o .js. */
.js .reveal { opacity: 0; transform: translateY(28px); transition: opacity 700ms var(--ease-out), transform 700ms var(--ease-out); }
.reveal.in { opacity: 1; transform: none; }
.js .reveal-stagger > * { opacity: 0; transform: translateY(20px); transition: opacity 600ms var(--ease-out), transform 600ms var(--ease-out); }
.reveal-stagger.in > * { opacity: 1; transform: none; }
.reveal-stagger.in > *:nth-child(1) { transition-delay: 0ms; }
.reveal-stagger.in > *:nth-child(2) { transition-delay: 100ms; }
.reveal-stagger.in > *:nth-child(3) { transition-delay: 200ms; }
.reveal-stagger.in > *:nth-child(4) { transition-delay: 300ms; }
.reveal-stagger.in > *:nth-child(5) { transition-delay: 400ms; }
.reveal-stagger.in > *:nth-child(6) { transition-delay: 500ms; }
.reveal-stagger.in > *:nth-child(7) { transition-delay: 600ms; }

/* -------------------- Responsive -------------------- */
@media (max-width: 960px) {
  .founders-grid { grid-template-columns: 1fr; }
  .distill { flex-wrap: wrap; }
}

/* Diagrama vira vertical no mobile (setas apontam pra baixo) */
@media (max-width: 760px) {
  .distill { flex-direction: column; align-items: stretch; gap: 8px; }
  .distill-node { width: 100%; }
  .distill-arrow { width: 16px; height: 16px; align-self: center; }
  .distill-arrow::before { transform: translate(-50%, -60%) rotate(135deg); }
  /* Headlines/eyebrows centralizados em mobile (padrão v2) */
  .section-head { text-align: center; align-items: center; margin-left: auto; margin-right: auto; }
  .prose { margin-left: auto; margin-right: auto; }
  .faq-list { margin-left: auto; margin-right: auto; }
}

@media (max-width: 880px) {
  .guarantee-inline { flex-direction: column; text-align: center; align-items: center; }
}

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

@media (max-width: 640px) {
  .testi-cards-prose {
    grid-template-columns: 1fr; gap: 16px; background: transparent; border: none; border-radius: 0; overflow: visible;
  }
  .testi-cards-prose .testi-card { border: 1px solid var(--rule-bright); border-radius: 14px; box-shadow: 0 8px 32px -16px rgba(0,0,0,.6); }
}

@media (max-width: 540px) {
  body { font-size: 16px; }
  section { padding: 56px 0; }
  .hero { padding-top: 36px; padding-bottom: 56px; }
  .stat-duo { grid-template-columns: 1fr; }
  .marks { grid-template-columns: 1fr; }
  .faq-summary { font-size: 16px; padding: 20px 0; min-height: 60px; gap: 16px; }
  .hero-cta-row .btn-primary.lg,
  .offer-cta .btn,
  .founders-cta .btn-primary.lg { width: 100%; justify-content: center; padding: 18px 22px; font-size: 16px; }
  .nav { height: 56px; }
  .brand-logo { height: 26px; }
  :root { --header-h: 56px; }
  .price-main { font-size: clamp(30px, 9vw, 40px); }
}

@media (max-width: 380px) {
  :root { --gutter: 16px; }
  .h-section { font-size: clamp(23px, 7vw, 32px); }
  .guarantee-badge { width: 76px; height: 76px; }
  .guarantee-badge .num { font-size: 23px; }
}

/* Smooth scroll com offset para header sticky */
[id] { scroll-margin-top: calc(var(--header-h, 64px) + 16px); }

/* Touch targets ≥44/48px (padrão v2) */
@media (pointer: coarse) {
  .brand { min-height: 44px; display: inline-flex; align-items: center; }
  .btn-primary { min-height: 48px; }
  .btn-primary.lg { min-height: 56px; }
  .faq-summary { min-height: 60px; padding: 20px 0; }
}

/* -------------------- Reduced motion (verbatim v2) -------------------- */
@media (prefers-reduced-motion: reduce) {
  * { animation-duration: 0.001ms !important; animation-iteration-count: 1 !important; transition-duration: 100ms !important; }
  .reveal, .reveal-stagger > * { opacity: 1 !important; transform: none !important; }
  .guarantee-badge::before { animation: none !important; }
  .hero-pulse span { animation: none !important; opacity: 0.5 !important; }
  html { scroll-behavior: auto; }
  /* Specimens: pausa marquee + permite scroll horizontal manual */
  .specimen-track { animation: none; }
  .specimens {
    overflow-x: auto; -webkit-mask-image: none; mask-image: none;
    scroll-snap-type: x proximity; -webkit-overflow-scrolling: touch;
    scrollbar-width: thin; scrollbar-color: var(--rule-bright) transparent;
  }
  .specimen { scroll-snap-align: start; }
}
