/* ============================================================================
   FUNIL "IA PARA TERAPIAS" · Luz da Serra
   Tema DARK espelhando o layout do radar/conteudo (index do sistema).
   Tokens identicos ao index.html (oklch dark navy + coral + esmeralda + dourado).
   copy v1 - refinar com tom de voz do YouTube
   ============================================================================ */

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

:root {
  --bg:            oklch(0.16 0.012 265);
  --surface:       oklch(0.20 0.013 265);
  --surface-2:     oklch(0.24 0.014 265);
  --line:          oklch(0.30 0.012 265);
  --line-soft:     oklch(0.26 0.012 265);
  --ink:           oklch(0.96 0.006 265);
  --ink-soft:      oklch(0.74 0.010 265);
  --ink-faint:     oklch(0.56 0.010 265);
  --coral:         oklch(0.70 0.16 32);
  --coral-press:   oklch(0.63 0.16 32);
  --coral-ink:     oklch(0.18 0.03 32);
  --esmeralda:     oklch(0.78 0.17 158);
  --esmeralda-dim: oklch(0.78 0.17 158 / 0.14);
  --dourado:       oklch(0.82 0.12 85);

  --radius: 14px;
  --radius-sm: 10px;
  --radius-pill: 100px;
  --ease: cubic-bezier(0.22, 1, 0.36, 1);
  --font-display: 'Bricolage Grotesque', sans-serif;
  --font-body: 'Inter', sans-serif;
  --font-mono: 'JetBrains Mono', ui-monospace, monospace;
}

html { -webkit-text-size-adjust: 100%; scroll-behavior: smooth; }
body {
  font-family: var(--font-body); background: var(--bg); color: var(--ink);
  line-height: 1.6; min-height: 100vh; -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility; overflow-x: hidden;
}
/* glow espiritual suave no topo */
body::before {
  content: ""; position: fixed; inset: 0; pointer-events: none; z-index: 0;
  background:
    radial-gradient(720px 420px at 50% -8%, oklch(0.70 0.16 32 / 0.10), transparent 60%),
    radial-gradient(640px 420px at 88% 4%, oklch(0.78 0.17 158 / 0.06), transparent 62%);
}
::selection { background: var(--coral); color: var(--coral-ink); }
a { color: inherit; text-decoration: none; }
/* midia fluida defensiva: qualquer img/iframe/video/embed plugado nunca estoura o mobile */
img, iframe, video, embed, object { max-width: 100%; height: auto; }
* { scrollbar-width: thin; scrollbar-color: var(--line) transparent; }
*::-webkit-scrollbar { width: 9px; height: 9px; }
*::-webkit-scrollbar-thumb { background: var(--line); border-radius: 100px; border: 2px solid transparent; background-clip: content-box; }
:focus-visible { outline: 2px solid var(--esmeralda); outline-offset: 2px; border-radius: 4px; }

.wrap { position: relative; z-index: 1; }
.container { width: 100%; max-width: 1000px; margin: 0 auto; padding: 0 22px; }

/* ============ TOPBAR ============ */
.topbar {
  position: sticky; top: 0; z-index: 30;
  background: oklch(0.16 0.012 265 / 0.82); backdrop-filter: blur(14px);
  border-bottom: 1px solid var(--line-soft);
}
.topbar .container { display: flex; align-items: center; gap: 16px; min-height: 58px; }
.brand { display: inline-flex; align-items: center; gap: 9px; font-family: var(--font-display); font-weight: 800; font-size: 1.16rem; letter-spacing: -0.03em; }
.brand .dot { width: 9px; height: 9px; border-radius: 50%; background: var(--coral); box-shadow: 0 0 0 4px oklch(0.70 0.16 32 / 0.16); flex-shrink: 0; }
.topbar-title { font-family: var(--font-mono); font-size: 0.66rem; letter-spacing: 0.18em; text-transform: uppercase; color: var(--ink-faint); margin-left: auto; text-align: right; line-height: 1.4; }
@media (max-width: 640px) { .topbar-title { display: none; } }

/* contador regressivo (upsells) */
.cd-bar { display: flex; align-items: center; justify-content: center; gap: 12px; width: 100%; flex-wrap: wrap; text-align: center; min-height: 58px; }
.cd-bar .cd-dot { width: 7px; height: 7px; border-radius: 50%; background: var(--coral); box-shadow: 0 0 0 0 oklch(0.70 0.16 32 / 0.55); animation: cdpulse 2.2s ease-in-out infinite; flex: 0 0 auto; }
.cd-bar .cd-text { font-family: var(--font-mono); font-weight: 500; font-size: 12px; letter-spacing: 0.12em; text-transform: uppercase; color: var(--ink-soft); }
.cd-bar .cd-time { font-family: var(--font-mono); font-weight: 700; font-size: 17px; letter-spacing: 0.04em; color: var(--coral); font-variant-numeric: tabular-nums; min-width: 5ch; }
@keyframes cdpulse { 0%,100% { box-shadow: 0 0 0 0 oklch(0.70 0.16 32 / 0.5); } 50% { box-shadow: 0 0 0 6px oklch(0.70 0.16 32 / 0); } }

/* ============ SECTIONS / TIPOGRAFIA ============ */
section { padding: 72px 0; position: relative; }
section.tight { padding: 44px 0 30px; }
@media (max-width: 640px) {
  section { padding: 48px 0; }
  section.tight { padding: 30px 0 20px; }
}
h1, h2, h3 { font-family: var(--font-display); font-weight: 800; letter-spacing: -0.025em; line-height: 1.12; }
.display { font-size: clamp(28px, 4vw, 46px); }
.sub { font-family: var(--font-display); font-weight: 700; font-size: clamp(19px, 2.2vw, 25px); letter-spacing: -0.02em; }
.dot { color: var(--coral); }
.lead { font-size: clamp(16px, 1.5vw, 19px); line-height: 1.7; }
.muted { color: var(--ink-soft); }
.hl-money { color: var(--dourado); }
.kick { font-family: var(--font-display); font-weight: 700; font-size: clamp(18px,1.8vw,22px); color: var(--ink); margin-top: 8px; }

.eyebrow { display: inline-flex; align-items: center; gap: 8px; font-family: var(--font-mono); font-size: 0.7rem; font-weight: 600; letter-spacing: 0.2em; text-transform: uppercase; color: var(--coral); }
.eyebrow::before { content: "✦"; color: var(--dourado); }

.vsl-head { max-width: 800px; margin: 0 auto; text-align: center; }
.vsl-head h1 { font-size: clamp(24px, 3.4vw, 40px); }
.vsl-head .eyebrow { justify-content: center; }
.support { margin-top: 18px; color: var(--ink-soft); font-size: clamp(15px,1.4vw,17px); max-width: 60ch; margin-left: auto; margin-right: auto; }

/* ============ VIDEO 9:16 (placeholder a plugar) ============ */
.vstage { position: relative; max-width: 400px; margin: 36px auto 0; border-radius: var(--radius); overflow: hidden; background: #000; border: 1px solid var(--line); box-shadow: 0 30px 80px -30px oklch(0 0 0 / 0.7); }
.vstage .vframe { position: relative; aspect-ratio: 9 / 16; width: 100%; display: flex; flex-direction: column; align-items: center; justify-content: center; gap: 14px; text-align: center; padding: 28px; background: radial-gradient(120% 80% at 50% 0%, oklch(0.24 0.03 32 / 0.6), #050505 70%); }
.vstage video { display: block; width: 100%; aspect-ratio: 9 / 16; object-fit: cover; background: #000; }
.vframe .vplay { width: 64px; height: 64px; border-radius: 50%; background: var(--coral); color: var(--coral-ink); display: grid; place-items: center; font-size: 24px; box-shadow: 0 0 0 8px oklch(0.70 0.16 32 / 0.18); }
.vframe .vph-label { font-family: var(--font-mono); font-size: 0.66rem; letter-spacing: 0.18em; text-transform: uppercase; color: var(--ink-faint); }
.vframe .vph-note { color: var(--ink-soft); font-size: 0.92rem; max-width: 24ch; }
.vlive { position: absolute; top: 12px; left: 12px; z-index: 3; display: inline-flex; align-items: center; gap: 7px; font-family: var(--font-mono); font-size: 0.62rem; letter-spacing: 0.16em; text-transform: uppercase; color: var(--ink); background: oklch(0 0 0 / 0.5); padding: 5px 10px; border-radius: var(--radius-pill); backdrop-filter: blur(4px); }
.pulse { width: 7px; height: 7px; border-radius: 50%; background: var(--esmeralda); box-shadow: 0 0 0 0 oklch(0.78 0.17 158 / 0.6); animation: pulse 2.2s var(--ease) infinite; }
@keyframes pulse { 0% { box-shadow: 0 0 0 0 oklch(0.78 0.17 158 / 0.5); } 70%,100% { box-shadow: 0 0 0 8px oklch(0.78 0.17 158 / 0); } }
.vsound { position: absolute; inset: 0; z-index: 2; display: flex; flex-direction: column; align-items: center; justify-content: center; gap: 6px; background: oklch(0 0 0 / 0.35); border: none; color: #fff; cursor: pointer; font-family: var(--font-body); }
.vstage.is-unmuted .vsound { display: none; }
.vsound .vs-ico { font-size: 30px; } .vsound .vs-txt { font-weight: 700; } .vsound .vs-sub { font-size: 0.78rem; opacity: 0.85; }
.player-cap { text-align: center; margin: 16px auto 0; color: var(--ink-faint); font-size: 0.86rem; }

/* ============ TRAVA DE VSL ============ */
#vsl-locked { display: none; }
#vsl-locked.revealed { display: block; animation: vslReveal 0.7s var(--ease) both; }
@keyframes vslReveal { from { opacity: 0; transform: translateY(28px); } to { opacity: 1; transform: translateY(0); } }
#vsl-lockhint { text-align: center; margin: 22px auto 0; font-family: var(--font-mono); font-size: 0.72rem; letter-spacing: 0.14em; text-transform: uppercase; color: var(--ink-faint); }
#vsl-lockhint .dotpulse { display: inline-block; width: 6px; height: 6px; border-radius: 50%; background: var(--coral); margin-right: 8px; vertical-align: middle; animation: vslHintPulse 1.6s ease-in-out infinite; }
@keyframes vslHintPulse { 0%,100% { opacity: 0.3; } 50% { opacity: 1; } }
body.vsl-unlocked #vsl-lockhint { display: none; }
/* botao placeholder de "ja assisti" enquanto nao tem video real */
.vsl-skip { display: inline-flex; align-items: center; justify-content: center; gap: 8px; margin: 14px auto 0; min-height: 44px; font-family: var(--font-mono); font-size: 0.72rem; letter-spacing: 0.1em; text-transform: uppercase; color: var(--ink-faint); background: transparent; border: 1px dashed var(--line); border-radius: var(--radius-pill); padding: 9px 16px; cursor: pointer; }
.vsl-skip:hover { color: var(--ink); border-color: var(--coral); }
body.vsl-unlocked .vsl-skip { display: none; }
.skip-wrap { text-align: center; }

/* ============ SEC-RULE ============ */
.sec-rule { display: flex; align-items: center; gap: 16px; font-family: var(--font-mono); font-size: 0.68rem; letter-spacing: 0.14em; text-transform: uppercase; color: var(--ink-faint); margin-bottom: 36px; }
.sec-rule .rom { color: var(--dourado); }
.sec-rule .mid { flex: 1; }
.sec-rule::after, .sec-rule .mid::after { content: ""; }

/* ============ REVEAL ============ */
.reveal { opacity: 0; transform: translateY(22px); transition: opacity 0.7s var(--ease), transform 0.7s var(--ease); }
.reveal.in { opacity: 1; transform: none; }

/* ============ COPY BLOCKS ============ */
.sell-copy { max-width: 760px; }
.sell-copy p { color: var(--ink-soft); font-size: clamp(15px,1.45vw,17px); line-height: 1.78; margin-bottom: 16px; }
.sell-copy p strong { color: var(--ink); }

/* listas */
.incl-list { list-style: none; display: grid; gap: 12px; }
.incl-list li { display: flex; gap: 12px; align-items: flex-start; color: var(--ink-soft); font-size: clamp(15px,1.4vw,16.5px); line-height: 1.6; }
.incl-list .mk { color: var(--esmeralda); font-family: var(--font-mono); font-weight: 700; flex-shrink: 0; margin-top: 1px; }
.desire { list-style: none; display: grid; gap: 11px; margin-top: 8px; }
.desire li { display: flex; gap: 11px; align-items: flex-start; color: var(--ink-soft); font-size: 15.5px; line-height: 1.55; }
.desire .mk { color: var(--coral); font-family: var(--font-mono); font-weight: 700; flex-shrink: 0; }

/* perfis (para quem e) */
.perfis { display: grid; grid-template-columns: repeat(2, minmax(0,1fr)); gap: 16px; }
@media (max-width: 720px) { .perfis { grid-template-columns: 1fr; } }
.perfil { background: var(--surface); border: 1px solid var(--line-soft); border-radius: var(--radius); padding: 22px; }
.perfil .ph { font-family: var(--font-display); font-weight: 700; font-size: 1.02rem; margin-bottom: 10px; color: var(--ink); }
.perfil .ph span { color: var(--coral); }
.perfil p { color: var(--ink-soft); font-size: 15px; line-height: 1.6; }

/* cards (o que e) */
.grid-2 { display: grid; grid-template-columns: repeat(2, minmax(0,1fr)); gap: 16px; }
@media (max-width: 720px) { .grid-2 { grid-template-columns: 1fr; } }
.card { background: var(--surface); border: 1px solid var(--line-soft); border-radius: var(--radius); padding: 24px; }
.card .crow { display: flex; align-items: center; gap: 10px; margin-bottom: 12px; }
.card .cnum { width: 26px; height: 26px; display: grid; place-items: center; border-radius: 50%; background: oklch(0.70 0.16 32 / 0.14); color: var(--coral); font-family: var(--font-mono); font-size: 0.74rem; font-weight: 700; }
.card .ctag { font-family: var(--font-mono); font-size: 0.64rem; letter-spacing: 0.16em; text-transform: uppercase; color: var(--ink-faint); }
.card h4 { font-family: var(--font-display); font-weight: 700; font-size: 1.08rem; margin-bottom: 8px; }
.card p { color: var(--ink-soft); font-size: 14.5px; line-height: 1.6; }

/* ============ FORM ============ */
.form-card { background: var(--surface); border: 1px solid var(--line); border-radius: var(--radius); padding: 26px; max-width: 480px; margin: 0 auto; box-shadow: 0 24px 60px -32px oklch(0 0 0 / 0.6); }
.form-grid { display: grid; gap: 14px; }
.form-field { display: grid; gap: 6px; }
.form-field label { font-family: var(--font-mono); font-size: 0.66rem; letter-spacing: 0.12em; text-transform: uppercase; color: var(--ink-faint); }
.diag-input { width: 100%; background: var(--bg); border: 1px solid var(--line); border-radius: var(--radius-sm); color: var(--ink); font-family: var(--font-body); font-size: 15px; padding: 13px 14px; transition: border-color 0.16s var(--ease); min-height: 46px; }
.diag-input:focus { outline: none; border-color: var(--coral); }
.diag-input::placeholder { color: var(--ink-faint); }
.form-note { text-align: center; color: var(--ink-faint); font-size: 0.82rem; margin-top: 12px; }
.modal-err { color: var(--coral); font-size: 0.86rem; margin-top: 8px; min-height: 1em; }

/* ============ BOTOES ============ */
.btn { display: inline-flex; align-items: center; justify-content: center; gap: 9px; font-family: var(--font-body); font-weight: 700; font-size: 15.5px; border-radius: var(--radius-pill); padding: 15px 26px; cursor: pointer; border: 1px solid transparent; transition: background 0.18s var(--ease), transform 0.18s var(--ease), border-color 0.18s var(--ease); min-height: 50px; line-height: 1.25; }
.btn .arrow { transition: transform 0.2s var(--ease); }
.btn:hover .arrow { transform: translateX(4px); }
.btn-primary { background: var(--coral); color: var(--coral-ink); }
.btn-primary:hover { background: var(--coral-press); }
.btn-checkout { background: var(--coral); color: var(--coral-ink); width: 100%; box-shadow: 0 16px 40px -16px oklch(0.70 0.16 32 / 0.6); }
.btn-checkout:hover { background: var(--coral-press); }
.btn.is-loading { opacity: 0.7; pointer-events: none; }
.btn-ghost { background: transparent; border-color: var(--line); color: var(--ink); }
.btn-ghost:hover { border-color: var(--coral); color: var(--coral); }
.checkout-soon { display: block; text-align: center; margin-top: 10px; font-family: var(--font-mono); font-size: 0.66rem; letter-spacing: 0.14em; text-transform: uppercase; color: var(--ink-faint); }

/* ============ PRICECARD / CASHCARD ============ */
.pricecard, .cashcard { display: grid; grid-template-columns: 1.1fr 0.9fr; gap: 0; border: 1px solid var(--line); border-radius: var(--radius); overflow: hidden; background: var(--surface); }
@media (max-width: 760px) { .pricecard, .cashcard { grid-template-columns: 1fr; } }
.pleft, .cc-left { padding: 28px; border-right: 1px solid var(--line-soft); }
.pright, .cc-right { padding: 28px; background: var(--surface-2); display: flex; flex-direction: column; }
@media (max-width: 760px) { .pleft, .cc-left { border-right: none; border-bottom: 1px solid var(--line-soft); } }
.bignum { font-family: var(--font-display); font-weight: 800; font-size: clamp(34px,4.4vw,52px); color: var(--ink); letter-spacing: -0.03em; line-height: 1; }
.bignum small { display: block; font-family: var(--font-body); font-weight: 500; font-size: 0.78rem; color: var(--ink-faint); letter-spacing: 0; margin-top: 10px; line-height: 1.5; }
.cc-was { font-family: var(--font-mono); font-size: 0.78rem; letter-spacing: 0.06em; color: var(--ink-faint); text-decoration: line-through; }
.cc-now { font-family: var(--font-display); font-weight: 800; font-size: clamp(30px,4vw,46px); color: var(--esmeralda); letter-spacing: -0.03em; line-height: 1; margin-top: 8px; }
.cc-now small { display: block; font-family: var(--font-body); font-weight: 500; font-size: 0.78rem; color: var(--ink-faint); letter-spacing: 0; margin-top: 10px; line-height: 1.5; }
.cc-math { margin-top: 16px; font-family: var(--font-mono); font-size: 0.74rem; line-height: 1.8; color: var(--ink-soft); border-top: 1px dashed var(--line); padding-top: 14px; }

/* ============ GARANTIA / ONETIME ============ */
.guarantee { background: var(--esmeralda-dim); border: 1px solid oklch(0.78 0.17 158 / 0.3); border-radius: var(--radius); padding: 26px; max-width: 860px; }
.guarantee .gh { font-family: var(--font-display); font-weight: 800; font-size: 1.25rem; color: var(--esmeralda); margin-bottom: 10px; }
.guarantee p { color: var(--ink-soft); font-size: 15.5px; line-height: 1.7; margin-bottom: 10px; }
.onetime { background: oklch(0.70 0.16 32 / 0.07); border: 1px solid oklch(0.70 0.16 32 / 0.3); border-radius: var(--radius); padding: 26px; }
.onetime .ot-flag { display: inline-block; font-family: var(--font-mono); font-size: 0.66rem; letter-spacing: 0.16em; text-transform: uppercase; color: var(--coral); border: 1px solid oklch(0.70 0.16 32 / 0.4); border-radius: var(--radius-pill); padding: 5px 12px; margin-bottom: 14px; }
.onetime .gh { font-family: var(--font-display); font-weight: 800; font-size: 1.2rem; color: var(--ink); margin-bottom: 12px; }
.onetime p { color: var(--ink-soft); font-size: 15px; line-height: 1.7; margin-bottom: 10px; }
.onetime .warn { color: var(--coral); font-weight: 600; }

/* ============ ACCEPT BLOCK ============ */
.acceptblock { max-width: 620px; margin: 0 auto; text-align: center; }
.accept-sub { display: block; margin-top: 12px; color: var(--ink-faint); font-size: 0.88rem; line-height: 1.6; }
.decline { display: inline-block; margin-top: 22px; color: var(--ink-faint); font-size: 0.92rem; text-decoration: underline; text-underline-offset: 3px; }
.decline:hover { color: var(--ink-soft); }
@media (max-width: 640px) {
  .decline { display: inline-flex; align-items: center; justify-content: center; min-height: 44px; padding: 12px 8px; }
}

/* ============ FINAL CTA ============ */
.finalcta { text-align: center; max-width: 720px; margin: 0 auto; padding: 40px 28px; background: var(--surface); border: 1px solid var(--line); border-radius: var(--radius); }
.finalcta .eyebrow { justify-content: center; }
.finalcta h2 { font-size: clamp(24px,3vw,38px); margin: 14px 0 14px; }
.finalcta .actions { display: flex; justify-content: center; margin-top: 22px; }

/* ============ FAQ ============ */
.faq { display: grid; gap: 12px; max-width: 760px; margin: 0 auto; }
.qa { background: var(--surface); border: 1px solid var(--line-soft); border-radius: var(--radius-sm); padding: 18px 20px; }
.qa .q { font-family: var(--font-display); font-weight: 700; font-size: 1rem; margin-bottom: 7px; }
.qa p { color: var(--ink-soft); font-size: 14.5px; line-height: 1.6; }

/* ============ THANKS ============ */
.thanksbox { max-width: 680px; margin: 30px auto; text-align: center; background: var(--surface); border: 1px solid var(--line); border-radius: var(--radius); padding: 48px 30px; }
.tk-ico { width: 64px; height: 64px; margin: 0 auto 8px; border-radius: 50%; display: grid; place-items: center; font-size: 30px; background: var(--esmeralda-dim); color: var(--esmeralda); border: 1px solid oklch(0.78 0.17 158 / 0.4); }

/* ============ FOOTER ============ */
footer { padding: 56px 0 40px; border-top: 1px solid var(--line-soft); margin-top: 30px; }
.megaword { font-family: var(--font-display); font-weight: 800; font-size: clamp(40px,9vw,110px); letter-spacing: -0.04em; line-height: 0.9; color: var(--surface-2); }
.footrow { display: flex; flex-wrap: wrap; gap: 12px 28px; justify-content: space-between; margin-top: 20px; font-family: var(--font-mono); font-size: 0.68rem; letter-spacing: 0.08em; text-transform: uppercase; color: var(--ink-faint); }
.live { display: inline-flex; align-items: center; gap: 8px; }

/* utilidades */
.center { text-align: center; }
.mt-s { margin-top: 18px; } .mt-m { margin-top: 30px; } .mb-m { margin-bottom: 30px; }
.maxw { max-width: 860px; }
