@import url('https://fonts.googleapis.com/css2?family=Fraunces:wght@400;600;700;800&family=Manrope:wght@300;400;500;600;700&display=swap');
:root {
  --bg: #14120F;
  --bg-alt: #1C1915;
  --surface: #211D18;
  --surface-2: #2A251F;
  --line: #37312A;
  --line-soft: #2A2520;
  --ink: #F5EFE6;
  --ink-soft: #D8CFC0;
  --ink-dim: #9C9284;
  --brand: #FF7A45;
  --brand-dark: #E35F2B;
  --on-brand: #1A1006;
  --accent: #8FBF6B;
  --font-display: 'Fraunces', system-ui, sans-serif;
  --font-body: 'Manrope', system-ui, sans-serif;
}

/* base.css — layout FIXO das landing pages (design portado das refs React:
   chargewin/esportivahub). A "beleza" vem daqui (CSS), não de framework. Cores e
   fontes vêm das CSS vars que o render.py injeta no topo do styles.css. */

* { box-sizing: border-box; margin: 0; padding: 0; }
html { scroll-behavior: smooth; -webkit-text-size-adjust: 100%; }
body {
  background-color: var(--bg); color: var(--ink); font-family: var(--font-body);
  line-height: 1.6; overflow-x: hidden; -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
}
h1, h2, h3, h4 { font-family: var(--font-display); letter-spacing: -0.025em; line-height: 1.08; font-weight: 800; }
a { color: inherit; text-decoration: none; }
img, svg { display: block; }
::selection { background-color: var(--brand); color: var(--on-brand); }

.wrap { width: 100%; max-width: 1200px; margin: 0 auto; padding: 0 24px; }
@media (min-width: 1024px) { .wrap { padding: 0 32px; } }

section { padding: 88px 0; position: relative; }
@media (min-width: 1024px) { section { padding: 104px 0; } }
section.alt { background-color: var(--bg-alt); }
/* divisor hairline em degradê no topo das seções alt */
section.alt::before {
  content: ""; position: absolute; top: 0; left: 0; right: 0; height: 1px;
  background: linear-gradient(90deg, transparent, color-mix(in srgb, var(--brand) 35%, transparent), transparent);
}

/* blobs de luz ambiente */
.blob { position: absolute; border-radius: 50%; filter: blur(140px); pointer-events: none; z-index: 0; }
.blob-a { width: 460px; height: 460px; background: color-mix(in srgb, var(--brand) 12%, transparent); top: -140px; right: -120px; }
.blob-b { width: 380px; height: 380px; background: color-mix(in srgb, var(--accent) 9%, transparent); bottom: -120px; left: -100px; }

/* ---------- kicker ---------- */
.kicker {
  display: inline-flex; align-items: center; gap: 0.55rem;
  font-family: var(--font-body); font-size: 0.78rem; font-weight: 700;
  letter-spacing: 0.18em; text-transform: uppercase; color: var(--brand); margin-bottom: 18px;
}
.kicker::before { content: ""; width: 0.42rem; height: 0.42rem; border-radius: 9999px; background-color: currentColor; }
.kicker.accent { color: var(--accent); }

/* ---------- botões ---------- */
.btn {
  display: inline-flex; align-items: center; justify-content: center; gap: 0.55rem;
  padding: 14px 26px; border-radius: 14px; font-weight: 700; font-size: 0.98rem;
  cursor: pointer; border: 1px solid transparent; font-family: var(--font-body);
  transition: transform .15s ease, filter .15s ease, gap .15s ease, border-color .15s ease, color .15s ease;
}
.btn svg { width: 18px; height: 18px; transition: transform .15s ease; }
.btn:hover svg { transform: translateX(3px); }
.btn:active { transform: translateY(1px); }
.btn-primary {
  background-color: var(--brand); color: var(--on-brand);
  box-shadow: 0 10px 30px -8px color-mix(in srgb, var(--brand) 65%, transparent),
              0 0 0 1px color-mix(in srgb, var(--brand) 30%, transparent) inset;
}
.btn-primary:hover { filter: brightness(1.07); }
.btn-ghost { background-color: color-mix(in srgb, var(--surface) 60%, transparent); border-color: var(--line); color: var(--ink); }
.btn-ghost:hover { border-color: var(--brand); color: var(--brand); }
.btn-lg { padding: 17px 34px; font-size: 1.06rem; border-radius: 16px; }

/* ---------- header ---------- */
header.site {
  position: sticky; top: 0; z-index: 50;
  backdrop-filter: blur(16px); background-color: color-mix(in srgb, var(--bg) 78%, transparent);
  border-bottom: 1px solid var(--line-soft);
}
header.site .wrap { display: flex; align-items: center; justify-content: space-between; gap: 16px; height: 72px; }
/* marca CURTA: trunca com reticências; nunca empurra o CTA pra fora */
.wordmark { font-family: var(--font-display); font-weight: 800; font-size: 1.3rem; letter-spacing: -0.03em;
  display: inline-flex; align-items: center; gap: 10px; flex: 0 1 auto; min-width: 0; }
.wordmark .mono-badge {
  width: 34px; height: 34px; border-radius: 10px; background: var(--brand); color: var(--on-brand);
  display: grid; place-items: center; font-size: 1rem; font-weight: 800; flex: none;
}
.wordmark .wm-text { overflow: hidden; text-overflow: ellipsis; white-space: nowrap; min-width: 0; }
@media (max-width: 460px) { .wordmark { font-size: 1.12rem; } }
.head-right { display: flex; align-items: center; gap: 12px; flex: none; }
/* selos de confiança no topo do hero (Edição, formato) */
.hero-badges { display: flex; justify-content: center; flex-wrap: wrap; gap: 8px; margin-bottom: 22px;
  position: relative; z-index: 1; }

/* ---------- hero ---------- */
.hero { padding: 108px 0 92px; position: relative; overflow: hidden;
  background:
    radial-gradient(1100px 560px at 80% -10%, color-mix(in srgb, var(--accent) 14%, transparent), transparent 60%),
    radial-gradient(900px 520px at -5% 5%, color-mix(in srgb, var(--brand) 16%, transparent), transparent 55%),
    var(--bg);
}
.hero-grid {
  position: absolute; inset: 0; z-index: 0; opacity: 0.03; pointer-events: none;
  background-image:
    linear-gradient(color-mix(in srgb, var(--ink) 60%, transparent) 1px, transparent 1px),
    linear-gradient(90deg, color-mix(in srgb, var(--ink) 60%, transparent) 1px, transparent 1px);
  background-size: 76px 76px;
  -webkit-mask-image: radial-gradient(circle at 50% 30%, black, transparent 75%);
  mask-image: radial-gradient(circle at 50% 30%, black, transparent 75%);
}
.hero-inner { position: relative; z-index: 1; text-align: center; }
.badge {
  display: inline-flex; align-items: center; gap: 0.6rem; margin: 0 auto 26px;
  padding: 8px 16px; border-radius: 9999px; border: 1px solid var(--line);
  background: color-mix(in srgb, var(--surface) 80%, transparent); backdrop-filter: blur(8px);
  font-size: 0.78rem; color: var(--ink-soft); font-weight: 600; letter-spacing: 0.06em; text-transform: uppercase;
}
.ping { position: relative; width: 8px; height: 8px; flex: none; }
.ping::before, .ping::after { content: ""; position: absolute; inset: 0; border-radius: 9999px; background: var(--brand); }
.ping::before { animation: ping 1.8s cubic-bezier(0,0,.2,1) infinite; }
@keyframes ping { 75%, 100% { transform: scale(2.4); opacity: 0; } }
.hero h1 { font-size: clamp(2.5rem, 6vw, 4.4rem); font-weight: 800; max-width: 15ch; margin: 0 auto 22px; }
.hero h1 .grad { color: var(--brand); }
.hero p.sub { font-size: clamp(1.08rem, 2.2vw, 1.4rem); color: var(--ink-soft); font-weight: 300; max-width: 40ch; margin: 0 auto 34px; line-height: 1.5; }
.hero .cta-row { display: flex; gap: 14px; justify-content: center; flex-wrap: wrap; }
.hero .note { margin-top: 22px; font-size: 0.85rem; color: var(--ink-dim); }

/* ---------- phone mock (tela de app fake) ---------- */
.phone {
  width: 290px; margin: 64px auto 0; border-radius: 44px; padding: 12px;
  border: 1px solid var(--line); background: linear-gradient(160deg, var(--surface-2), var(--bg-alt));
  box-shadow: 0 50px 110px -40px color-mix(in srgb, var(--brand) 45%, transparent),
              0 0 0 1px color-mix(in srgb, var(--line) 60%, transparent);
  position: relative; z-index: 1;
}
.pscreen { border-radius: 34px; background: var(--bg); border: 1px solid var(--line-soft); overflow: hidden; padding: 18px 16px; text-align: left; position: relative; }
.pscreen::before { content: ""; position: absolute; top: 10px; left: 50%; transform: translateX(-50%); width: 78px; height: 18px; border-radius: 9999px; background: var(--bg-alt); }
.phead { display: flex; align-items: center; gap: 10px; margin: 26px 0 18px; }
.phead .mono-badge { width: 36px; height: 36px; font-size: 1rem; border-radius: 11px; }
.phead .pt-lines { flex: 1; }
.pline { height: 8px; border-radius: 6px; background: var(--surface-2); }
.pline.w1 { width: 62%; margin-bottom: 6px; background: color-mix(in srgb, var(--ink) 22%, var(--surface-2)); }
.pline.w2 { width: 40%; }
.prow { display: flex; align-items: center; gap: 11px; padding: 11px; border-radius: 14px; background: var(--surface); border: 1px solid var(--line-soft); margin-bottom: 9px; }
.prow .pchip { width: 30px; height: 30px; border-radius: 9px; background: color-mix(in srgb, var(--brand) 14%, transparent); border: 1px solid color-mix(in srgb, var(--brand) 26%, transparent); flex: none; display: grid; place-items: center; }
.prow .pchip svg { width: 15px; height: 15px; color: var(--brand); }
.prow .pbody { flex: 1; }
.prow .pbody .pline:first-child { margin-bottom: 6px; width: 78%; }
.prow .pbody .pline:last-child { width: 46%; }
.prow.hi { background: color-mix(in srgb, var(--brand) 12%, transparent); border-color: color-mix(in srgb, var(--brand) 30%, transparent); }
.pbtn { margin-top: 14px; height: 42px; border-radius: 13px; background: var(--brand); color: var(--on-brand); display: grid; place-items: center; font-weight: 700; font-size: 0.86rem; font-family: var(--font-body); }

/* ---------- marquee ---------- */
.marquee-wrap { overflow: hidden; border-top: 1px solid var(--line-soft); border-bottom: 1px solid color-mix(in srgb, var(--brand) 20%, transparent); background: var(--bg-alt); padding: 18px 0; }
.marquee { display: flex; gap: 40px; white-space: nowrap; width: max-content; animation: marquee 34s linear infinite; }
.marquee span { color: var(--brand); font-size: 0.8rem; font-weight: 700; letter-spacing: 0.14em; text-transform: uppercase; display: inline-flex; align-items: center; gap: 40px; }
.marquee span::after { content: ""; width: 6px; height: 6px; border-radius: 9999px; background: color-mix(in srgb, var(--brand) 45%, transparent); }
@keyframes marquee { from { transform: translateX(0); } to { transform: translateX(-50%); } }

/* ---------- headings de seção ---------- */
.sec-head { max-width: 46rem; margin: 0 0 56px; position: relative; z-index: 1; }
.sec-head.center { margin-left: auto; margin-right: auto; text-align: center; }
.sec-head h2 { font-size: clamp(1.9rem, 4.2vw, 3rem); margin-bottom: 18px; }
.sec-head p { color: var(--ink-soft); font-size: clamp(1.02rem, 1.6vw, 1.2rem); line-height: 1.55; }

/* ---------- grid de cards ---------- */
.grid { display: grid; gap: 20px; position: relative; z-index: 1; }
.grid.c2 { grid-template-columns: repeat(2, 1fr); }
.grid.c3 { grid-template-columns: repeat(3, 1fr); }
.grid.c4 { grid-template-columns: repeat(4, 1fr); }
@media (max-width: 900px) { .grid.c3, .grid.c4 { grid-template-columns: repeat(2, 1fr); } }
@media (max-width: 600px) { .grid.c2, .grid.c3, .grid.c4 { grid-template-columns: 1fr; } }

.card {
  padding: 28px 26px; background: color-mix(in srgb, var(--surface) 55%, transparent);
  border: 1px solid var(--line); border-radius: 24px; transition: border-color .3s ease, transform .3s ease, background .3s ease;
}
.card:hover { border-color: color-mix(in srgb, var(--brand) 35%, transparent); transform: translateY(-3px); }
.card .card-ic {
  width: 48px; height: 48px; border-radius: 14px; margin-bottom: 18px; display: grid; place-items: center;
  background: color-mix(in srgb, var(--brand) 10%, transparent); border: 1px solid color-mix(in srgb, var(--brand) 22%, transparent);
}
.card .card-ic svg { width: 22px; height: 22px; color: var(--brand); }
.card h3 { font-size: 1.18rem; font-weight: 700; margin-bottom: 9px; }
.card p { color: var(--ink-soft); font-size: 0.96rem; line-height: 1.55; }

/* passos numerados */
.steps { display: grid; grid-template-columns: repeat(4, 1fr); gap: 18px; position: relative; z-index: 1; }
@media (max-width: 900px) { .steps { grid-template-columns: repeat(2, 1fr); } }
@media (max-width: 560px) { .steps { grid-template-columns: 1fr; } }
.step { padding: 26px 22px; background: color-mix(in srgb, var(--surface) 55%, transparent); border: 1px solid var(--line); border-radius: 24px; }
.step .n { width: 42px; height: 42px; border-radius: 12px; background: var(--brand); color: var(--on-brand); font-weight: 800; font-size: 1.15rem; display: grid; place-items: center; margin-bottom: 18px; }
.step h3 { font-size: 1.08rem; font-weight: 700; margin-bottom: 8px; }
.step p { color: var(--ink-soft); font-size: 0.93rem; line-height: 1.5; }

/* stats / prova */
.stats { display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; text-align: center; position: relative; z-index: 1; }
@media (max-width: 640px) { .stats { grid-template-columns: 1fr; } }
.stat { padding: 36px 24px; background: color-mix(in srgb, var(--surface) 55%, transparent); border: 1px solid var(--line); border-radius: 24px; }
.stat .v { font-weight: 800; font-size: clamp(2.2rem, 5vw, 3rem); color: var(--brand); line-height: 1; margin-bottom: 12px; letter-spacing: -0.02em; }
.stat .l { color: var(--ink-soft); font-size: 0.98rem; line-height: 1.5; }

/* ---------- download (CTA principal) ---------- */
.download .box {
  max-width: 780px; margin: 0 auto; padding: 60px 44px; border-radius: 32px; text-align: center; position: relative; overflow: hidden;
  background:
    radial-gradient(700px 320px at 50% -30%, color-mix(in srgb, var(--brand) 20%, transparent), transparent 60%),
    color-mix(in srgb, var(--surface) 70%, transparent);
  border: 1px solid transparent;
  background-clip: padding-box;
}
.download .box::before {
  content: ""; position: absolute; inset: 0; border-radius: 32px; padding: 1px; pointer-events: none;
  background: linear-gradient(135deg, color-mix(in srgb, var(--brand) 45%, transparent), transparent 55%, color-mix(in srgb, var(--accent) 25%, transparent));
  -webkit-mask: linear-gradient(#000 0 0) content-box, linear-gradient(#000 0 0);
  -webkit-mask-composite: xor; mask-composite: exclude;
}
.download h2 { font-size: clamp(2rem, 4.2vw, 2.9rem); margin-bottom: 16px; }
.download p { color: var(--ink-soft); font-size: 1.1rem; max-width: 34rem; margin: 0 auto 32px; line-height: 1.55; }

/* ---------- FAQ ---------- */
.faq { display: grid; gap: 12px; max-width: 800px; margin: 0 auto; position: relative; z-index: 1; }
.faq details { background: color-mix(in srgb, var(--surface) 55%, transparent); border: 1px solid var(--line); border-radius: 18px; padding: 4px 24px; transition: border-color .2s ease; }
.faq details[open] { border-color: color-mix(in srgb, var(--brand) 30%, transparent); }
.faq summary { cursor: pointer; list-style: none; padding: 20px 0; font-weight: 600; font-size: 1.06rem; display: flex; justify-content: space-between; align-items: center; gap: 16px; }
.faq summary::-webkit-details-marker { display: none; }
.faq summary::after { content: ""; width: 11px; height: 11px; flex: none; border-right: 2px solid var(--brand); border-bottom: 2px solid var(--brand); transform: rotate(45deg); transition: transform .2s ease; margin-bottom: 3px; }
.faq details[open] summary::after { transform: rotate(-135deg); margin-bottom: -3px; }
.faq details p { color: var(--ink-soft); padding: 0 0 22px; font-size: 0.99rem; line-height: 1.6; }

/* ---------- CTA final ---------- */
.final { text-align: center; background: var(--bg-alt); overflow: hidden; }
.final h2 { font-size: clamp(2.1rem, 4.6vw, 3.2rem); max-width: 20ch; margin: 0 auto 18px; position: relative; z-index: 1; }
.final p { color: var(--ink-soft); font-size: 1.14rem; max-width: 34rem; margin: 0 auto 34px; position: relative; z-index: 1; line-height: 1.55; }
.final .cta-row { position: relative; z-index: 1; display: flex; justify-content: center; }

/* ---------- footer ---------- */
footer.site { border-top: 1px solid var(--line-soft); padding: 46px 0; color: var(--ink-dim); }
footer.site .wrap { display: flex; align-items: center; justify-content: space-between; gap: 16px; flex-wrap: wrap; }
footer.site .fw { font-family: var(--font-display); font-weight: 800; color: var(--ink); }
footer.site small { font-size: 0.85rem; }

/* ---------- modal de lista de espera ---------- */
.wl-overlay { position: fixed; inset: 0; z-index: 100; display: none; align-items: center; justify-content: center; padding: 24px; background: color-mix(in srgb, var(--bg) 78%, transparent); backdrop-filter: blur(8px); }
.wl-overlay.open { display: flex; }
.wl-box { width: 100%; max-width: 460px; background: var(--surface); border: 1px solid var(--line); border-radius: 24px; padding: 38px 32px; position: relative; box-shadow: 0 50px 130px -30px color-mix(in srgb, var(--brand) 45%, transparent); }
.wl-box h3 { font-size: 1.6rem; margin-bottom: 10px; }
.wl-box p { color: var(--ink-soft); font-size: 1rem; margin-bottom: 24px; line-height: 1.5; }
.wl-box input[type=email] { width: 100%; padding: 16px; border-radius: 14px; border: 1px solid var(--line); background: var(--bg); color: var(--ink); font-size: 1rem; font-family: var(--font-body); margin-bottom: 14px; }
.wl-box input[type=email]:focus { outline: none; border-color: var(--brand); }
.wl-box .btn { width: 100%; }
.wl-close { position: absolute; top: 16px; right: 18px; background: none; border: none; color: var(--ink-dim); font-size: 1.5rem; cursor: pointer; line-height: 1; }
.wl-close:hover { color: var(--ink); }
.wl-msg { min-height: 18px; font-size: 0.9rem; margin-top: 4px; }
.wl-msg.err { color: #e06b53; }
.wl-msg.ok { color: var(--brand); }
.wl-success { text-align: center; }
.wl-check { width: 60px; height: 60px; border-radius: 50%; background: var(--brand); margin: 0 auto 16px; position: relative; }
.wl-check::after { content: ""; position: absolute; left: 22px; top: 13px; width: 12px; height: 24px; border: solid var(--on-brand); border-width: 0 3px 3px 0; transform: rotate(45deg); }

/* ── modo ebook (página de venda): capa no hero + bloco de autor + CTA "em breve" ── */
.cover-shot { position: relative; z-index: 1; margin: 40px auto 0; max-width: 340px; }
.cover-shot img { width: 100%; height: auto; border-radius: 12px; display: block;
  box-shadow: 0 30px 80px -20px rgba(0,0,0,.6); }
.au-name { font-family: var(--font-display); font-weight: 700; font-size: 20px; margin-bottom: 6px; }
.au-cred { margin-top: 10px; color: var(--ink-dim); font-size: 14px; }
.note.soon { display: inline-block; padding: 12px 20px; border: 1px dashed var(--line);
  border-radius: 10px; color: var(--ink-soft); }

/* ── sales page de livro: dor, promessa, pra-quem, oferta, depoimentos ── */

/* trust chips no hero */
.trust-row { display: flex; flex-wrap: wrap; gap: 10px 18px; justify-content: center; margin-top: 22px; position: relative; z-index: 1; }
.trust-chip { display: inline-flex; align-items: center; gap: 7px; font-size: 0.86rem; font-weight: 600; color: var(--ink-soft); }
.trust-chip svg { width: 15px; height: 15px; color: var(--brand); flex: none; }

/* lista de dor (PAS) */
.pain-list, .aud-list, .inc-list { list-style: none; display: grid; gap: 14px; max-width: 760px; position: relative; z-index: 1; }
.pain-list li, .aud-list li, .inc-list li { display: flex; align-items: flex-start; gap: 13px; font-size: 1.04rem; line-height: 1.5; color: var(--ink-soft); }
.pain-list li svg, .aud-list li svg, .inc-list li svg { width: 20px; height: 20px; flex: none; margin-top: 3px; color: var(--brand); }
.pain-list li svg { color: var(--accent); }
.pain-cost { margin-top: 30px; font-size: 1.14rem; font-weight: 600; color: var(--ink); max-width: 680px; line-height: 1.5; position: relative; z-index: 1; }

/* promessa / virada */
.promise-box { max-width: 760px; position: relative; z-index: 1; }
.promise-box .sec-head { margin-bottom: 24px; }
.promise-body { font-size: clamp(1.15rem, 2.2vw, 1.5rem); line-height: 1.55; color: var(--ink); font-weight: 300; }

/* pra quem é / não é */
.split2 { display: grid; grid-template-columns: 1fr 1fr; gap: 20px; position: relative; z-index: 1; max-width: 960px; margin: 0 auto; }
@media (max-width: 760px) { .split2 { grid-template-columns: 1fr; } }
.split2-col { padding: 30px 28px; border-radius: 24px; border: 1px solid var(--line); background: color-mix(in srgb, var(--surface) 55%, transparent); }
.split2-col h3 { font-size: 1.16rem; margin-bottom: 20px; }
.split2-col.yes { border-color: color-mix(in srgb, var(--brand) 34%, transparent); }
.split2-col.no { opacity: 0.92; }
.split2-col.no .aud-list li svg { color: var(--ink-dim); }
.split2-col .aud-list { gap: 12px; }
.split2-col .aud-list li { font-size: 0.99rem; }

/* oferta (bloco de compra) */
.offer { max-width: 900px; margin: 0 auto; padding: 52px 44px; border-radius: 32px; position: relative; overflow: hidden;
  background: radial-gradient(700px 340px at 50% -30%, color-mix(in srgb, var(--brand) 16%, transparent), transparent 60%), color-mix(in srgb, var(--surface) 72%, transparent); }
.offer::before { content: ""; position: absolute; inset: 0; border-radius: 32px; padding: 1px; pointer-events: none;
  background: linear-gradient(135deg, color-mix(in srgb, var(--brand) 45%, transparent), transparent 55%, color-mix(in srgb, var(--accent) 28%, transparent));
  -webkit-mask: linear-gradient(#000 0 0) content-box, linear-gradient(#000 0 0); -webkit-mask-composite: xor; mask-composite: exclude; }
.offer .sec-head { margin-bottom: 34px; }
.offer-grid { display: grid; grid-template-columns: 1.2fr 1fr; gap: 34px; align-items: center; position: relative; z-index: 1; }
@media (max-width: 760px) { .offer-grid { grid-template-columns: 1fr; gap: 28px; } .offer { padding: 40px 26px; } }
.offer-includes .inc-list { gap: 13px; }
.offer-buy { text-align: center; padding: 28px 22px; border-radius: 22px; background: color-mix(in srgb, var(--surface) 70%, transparent); border: 1px solid var(--line); }
.offer-buy .price { font-family: var(--font-display); font-weight: 800; font-size: clamp(2.6rem, 6vw, 3.6rem); color: var(--brand); line-height: 1; letter-spacing: -0.02em; }
.offer-buy .price-note { color: var(--ink-soft); font-size: 0.92rem; margin: 10px 0 22px; }
.offer-buy .cta-row { display: flex; justify-content: center; }
.offer-buy .btn { width: 100%; }

/* box genérico (autor / garantia no modo ebook) */
.box { padding: 34px 32px; border-radius: 24px; border: 1px solid var(--line);
  background: color-mix(in srgb, var(--surface) 55%, transparent); position: relative; z-index: 1; }
.box p { color: var(--ink-soft); line-height: 1.6; }

/* garantia (reforçada) */
.box.guarantee { max-width: 720px; margin: 0 auto; }
.box.guarantee h2 { font-size: clamp(1.7rem, 3.4vw, 2.3rem); margin-bottom: 14px; }
.box.guarantee p { color: var(--ink-soft); font-size: 1.08rem; line-height: 1.55; }

/* selos no header (ao lado do wordmark) */
.badges { display: flex; gap: 8px; flex-wrap: wrap; margin-left: 4px; }
.hdr-badge { font-size: 0.72rem; font-weight: 700; letter-spacing: 0.04em; text-transform: uppercase;
  color: var(--brand); padding: 5px 10px; border-radius: 9999px; border: 1px solid color-mix(in srgb, var(--brand) 30%, transparent);
  background: color-mix(in srgb, var(--brand) 8%, transparent); white-space: nowrap; }
@media (max-width: 900px) { .badges { display: none; } }

/* microhook no hero */
.hero .microhook { font-family: var(--font-display); font-weight: 700; font-size: clamp(1.05rem, 2vw, 1.3rem);
  color: var(--brand); margin: 0 auto 26px; max-width: 40ch; }

/* preço com ancoragem (de/por) */
.price-line { display: flex; align-items: baseline; justify-content: center; gap: 12px; flex-wrap: wrap; }
.price-anchor { font-family: var(--font-display); font-weight: 700; font-size: clamp(1.3rem, 3vw, 1.7rem);
  color: var(--ink-dim); text-decoration: line-through; text-decoration-color: color-mix(in srgb, var(--accent) 70%, transparent); }
.discount-badge { display: inline-block; margin: 12px auto 0; padding: 6px 14px; border-radius: 9999px;
  font-size: 0.82rem; font-weight: 800; letter-spacing: 0.03em; text-transform: uppercase;
  color: var(--on-brand); background: var(--accent); }

/* specs (páginas / capítulos) na solução */
.spec-row { display: flex; flex-wrap: wrap; gap: 10px; margin-top: 26px; position: relative; z-index: 1; }
.spec { display: inline-flex; align-items: center; padding: 9px 16px; border-radius: 12px;
  border: 1px solid var(--line); background: color-mix(in srgb, var(--surface) 60%, transparent);
  font-weight: 700; font-size: 0.9rem; color: var(--ink); }

/* barra de stats compacta (sem título) */
.stats-bar { padding: 44px 0; }
.stats-bar .stats { margin: 0 auto; max-width: 1000px; grid-template-columns: repeat(4, 1fr); }
@media (max-width: 760px) { .stats-bar .stats { grid-template-columns: repeat(2, 1fr); } }
.stats-bar .stat { padding: 26px 18px; }

/* a look inside (páginas reais) */
.look-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 18px; position: relative; z-index: 1; }
@media (max-width: 900px) { .look-grid { grid-template-columns: repeat(2, 1fr); gap: 14px; } }
.shot { border-radius: 12px; overflow: hidden; border: 1px solid var(--line);
  box-shadow: 0 24px 60px -24px rgba(0,0,0,.5); background: var(--surface); transition: transform .3s ease; }
.shot:hover { transform: translateY(-4px); }
.shot img { width: 100%; height: auto; display: block; }

/* capítulo por capítulo (índice completo) */
.chapters { list-style: none; display: grid; gap: 12px; max-width: 820px; margin: 0 auto; position: relative; z-index: 1; }
@media (min-width: 760px) { .chapters { grid-template-columns: 1fr 1fr; gap: 14px; } }
.chap { display: flex; gap: 16px; align-items: flex-start; padding: 22px 22px; border-radius: 20px;
  border: 1px solid var(--line); background: color-mix(in srgb, var(--surface) 55%, transparent); }
.chap-n { font-family: var(--font-display); font-weight: 800; font-size: 1.15rem; color: var(--on-brand);
  background: var(--brand); width: 40px; height: 40px; border-radius: 11px; display: grid; place-items: center; flex: none; }
.chap-body h3 { font-size: 1.04rem; font-weight: 700; margin-bottom: 5px; line-height: 1.25; }
.chap-body p { color: var(--ink-soft); font-size: 0.93rem; line-height: 1.5; }

/* recap de preço no CTA final */
.final-price { margin: 0 auto 24px; position: relative; z-index: 1; }
.final-price .price-line { justify-content: center; }
.final-price .discount-badge { margin-top: 10px; }

/* depoimentos (opcional) */
.tstm-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(280px, 1fr)); gap: 20px; margin-top: 40px; position: relative; z-index: 1; }
.tstm { padding: 28px 26px; border-radius: 24px; border: 1px solid var(--line); background: color-mix(in srgb, var(--surface) 55%, transparent); }
.tstm blockquote { font-size: 1.04rem; line-height: 1.55; color: var(--ink); }
.tstm figcaption { margin-top: 18px; font-weight: 700; font-size: 0.95rem; }
.tstm figcaption span { color: var(--ink-dim); font-weight: 500; }
.tstm.excerpt blockquote { font-style: italic; }
.tstm.excerpt blockquote::before { content: "\201C"; font-family: var(--font-display); font-size: 2.4rem; line-height: 0; color: var(--accent); margin-right: 4px; vertical-align: -0.35em; }
.tstm.excerpt figcaption { color: var(--ink-dim); font-size: 0.82rem; text-transform: uppercase; letter-spacing: 0.08em; }
