/* ============================================================
   NEXOPAYT ACADEMY — Mentoria Individual por Vitor
   Sistema visual: premium dark, dourado contido, Plus Jakarta Sans
   ============================================================ */

:root {
  --bg: #0A0A1A;
  --bg-2: #0E0E20;
  --panel: #121226;
  --panel-2: #15152C;
  --ink: #F6F5F1;
  --ink-soft: #C9C8D6;
  --muted: #8B8AA0;
  --muted-2: #63627A;
  --gold: #D4A017;
  --gold-2: #EAC668;
  --gold-deep: #A87C0F;
  --gold-soft: rgba(212, 160, 23, 0.10);
  --gold-line: rgba(212, 160, 23, 0.32);
  --hair: rgba(255, 255, 255, 0.08);
  --hair-2: rgba(255, 255, 255, 0.04);
  --maxw: 1180px;
  --gap: clamp(80px, 11vw, 160px);
  --radius: 18px;
  --ease: cubic-bezier(0.22, 0.61, 0.36, 1);
  --serif: "Plus Jakarta Sans", system-ui, sans-serif;
}

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

html { scroll-behavior: smooth; -webkit-text-size-adjust: 100%; overflow-x: hidden; max-width: 100%; }

body {
  font-family: "Plus Jakarta Sans", system-ui, -apple-system, sans-serif;
  background: var(--bg);
  color: var(--ink);
  line-height: 1.55;
  font-size: 17px;
  font-weight: 400;
  letter-spacing: -0.01em;
  overflow-x: hidden;
  position: relative;
}

/* Grain texture overlay */
body::before {
  content: "";
  position: fixed;
  inset: 0;
  z-index: 1;
  pointer-events: none;
  opacity: 0.035;
  background-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0naHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmcnIHdpZHRoPScyMDAnIGhlaWdodD0nMjAwJz48ZmlsdGVyIGlkPSduJz48ZmVUdXJidWxlbmNlIHR5cGU9J2ZyYWN0YWxOb2lzZScgYmFzZUZyZXF1ZW5jeT0nMC44JyBudW1PY3RhdmVzPSczJyBzdGl0Y2hUaWxlcz0nc3RpdGNoJy8+PC9maWx0ZXI+PHJlY3Qgd2lkdGg9JzEwMCUnIGhlaWdodD0nMTAwJScgZmlsdGVyPSd1cmwoI24pJy8+PC9zdmc+");
  mix-blend-mode: screen;
}

img { max-width: 100%; display: block; }
a { color: inherit; text-decoration: none; }

/* Dotted surface — fundo animado */
#dotted-surface {
  position: fixed;
  inset: 0;
  z-index: 0;
  pointer-events: none;
}
#dotted-surface canvas { display: block; }

/* ---------- Layout helpers ---------- */
.wrap { width: 100%; max-width: var(--maxw); margin: 0 auto; padding: 0 28px; position: relative; z-index: 2; }
section { position: relative; z-index: 2; }

.kicker {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  font-size: 12.5px;
  font-weight: 600;
  letter-spacing: 0.26em;
  text-transform: uppercase;
  color: var(--gold-2);
}
.kicker::before {
  content: "";
  width: 28px;
  height: 1px;
  background: var(--gold-line);
}
.kicker.center { justify-content: center; }
.kicker.center::after {
  content: "";
  width: 28px;
  height: 1px;
  background: var(--gold-line);
}

.eyebrow-num {
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 0.22em;
  color: var(--gold);
  font-variant-numeric: tabular-nums;
}

h1, h2, h3 { font-weight: 700; line-height: 1.04; letter-spacing: -0.035em; }

.section-head { max-width: 720px; }
.section-head h2 {
  font-size: clamp(30px, 4.4vw, 52px);
  margin-top: 22px;
  font-weight: 300;
}
.section-head h2 b { font-weight: 700; }
.section-head h2 .gold { color: var(--gold-2); font-weight: 700; }
.section-head .sub {
  margin-top: 20px;
  font-size: clamp(16px, 1.5vw, 18.5px);
  color: var(--muted);
  max-width: 580px;
  line-height: 1.6;
}

.gold-em { color: var(--gold-2); }

/* ---------- Buttons ---------- */
.btn {
  --bg-btn: linear-gradient(180deg, var(--gold-2) 0%, var(--gold) 55%, var(--gold-deep) 100%);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
  padding: 19px 34px;
  background: var(--bg-btn);
  color: #1A1304;
  font-family: inherit;
  font-size: 16.5px;
  font-weight: 700;
  letter-spacing: -0.01em;
  border: none;
  border-radius: 100px;
  cursor: pointer;
  transition: transform 0.4s var(--ease), box-shadow 0.4s var(--ease), filter 0.3s var(--ease);
  box-shadow: 0 2px 0 rgba(255,255,255,0.25) inset, 0 18px 40px -16px rgba(212,160,23,0.55);
  position: relative;
  white-space: nowrap;
}
.btn:hover { transform: translateY(-2px); filter: brightness(1.06); box-shadow: 0 2px 0 rgba(255,255,255,0.3) inset, 0 26px 55px -16px rgba(212,160,23,0.7); }
.btn:active { transform: translateY(0); }
.btn .arrow { transition: transform 0.4s var(--ease); }
.btn:hover .arrow { transform: translateX(4px); }

.btn-ghost {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  padding: 17px 28px;
  background: transparent;
  color: var(--ink);
  font-weight: 600;
  font-size: 15.5px;
  border: 1px solid var(--hair);
  border-radius: 100px;
  transition: border-color 0.3s var(--ease), background 0.3s var(--ease);
}
.btn-ghost:hover { border-color: var(--gold-line); background: var(--gold-soft); }

.cta-note { margin-top: 18px; font-size: 13.5px; color: var(--muted-2); max-width: 420px; line-height: 1.5; }

/* ---------- Top urgency bar ---------- */
.topbar {
  position: relative;
  z-index: 40;
  background: var(--gold-soft);
  border-bottom: 1px solid var(--gold-line);
  color: var(--ink-soft);
  text-align: center;
  font-size: 13px;
  font-weight: 500;
  letter-spacing: 0.005em;
  padding: 11px 20px;
  line-height: 1.45;
}
.topbar .inner { display: inline-flex; align-items: center; gap: 11px; justify-content: center; flex-wrap: wrap; }
.topbar .dot { width: 7px; height: 7px; border-radius: 50%; background: var(--gold-2); box-shadow: 0 0 0 4px rgba(212,160,23,0.18); animation: pulse 2.4s var(--ease) infinite; flex: none; }
.topbar b { color: var(--gold-2); font-weight: 700; }
@media (max-width: 720px) { .topbar { font-size: 12px; padding: 10px 16px; } }

/* ---------- Nav ---------- */
.nav {
  position: sticky;
  top: 0;
  z-index: 50;
  backdrop-filter: blur(14px);
  background: rgba(10,10,26,0.6);
  border-bottom: 1px solid transparent;
  transition: border-color 0.4s var(--ease), background 0.4s var(--ease);
}
.nav.scrolled { border-bottom-color: var(--hair); background: rgba(10,10,26,0.82); }
.nav .wrap { display: flex; align-items: center; justify-content: space-between; height: 76px; }
.brand { display: flex; align-items: center; gap: 11px; font-weight: 700; letter-spacing: -0.02em; font-size: 16px; }
.brand .mark {
  width: 30px; height: 30px; border-radius: 8px;
  background: linear-gradient(135deg, var(--gold-2), var(--gold-deep));
  display: grid; place-items: center;
  color: #160F02; font-weight: 800; font-size: 15px;
  box-shadow: 0 6px 16px -8px rgba(212,160,23,0.7);
}
.brand .sub { color: var(--muted); font-weight: 500; font-size: 12.5px; letter-spacing: 0.04em; }
.nav-cta { font-size: 14px; padding: 12px 22px; }

/* ---------- Hero ---------- */
.hero { padding: clamp(56px, 8vw, 96px) 0 clamp(70px, 9vw, 120px); overflow: hidden; }
.hero::after {
  content: "";
  position: absolute;
  top: -10%; right: -5%;
  width: 60vw; height: 60vw; max-width: 760px; max-height: 760px;
  background: radial-gradient(circle, rgba(212,160,23,0.10), transparent 62%);
  filter: blur(20px);
  z-index: 0;
  pointer-events: none;
}
.hero-grid {
  display: grid;
  grid-template-columns: 1fr;
  max-width: 780px;
  margin: 0 auto;
  text-align: center;
  gap: clamp(36px, 5vw, 72px);
  align-items: center;
}
.hero-copy { position: relative; z-index: 2; }
.scarcity {
  display: inline-flex; align-items: center; gap: 10px;
  margin-bottom: 26px;
  padding: 8px 16px 8px 12px;
  border: 1px solid var(--gold-line);
  border-radius: 100px;
  font-size: 13px; font-weight: 600; letter-spacing: 0.02em;
  color: var(--ink-soft);
  background: var(--gold-soft);
}
.scarcity .dot { width: 7px; height: 7px; border-radius: 50%; background: var(--gold-2); box-shadow: 0 0 0 4px rgba(212,160,23,0.18); animation: pulse 2.4s var(--ease) infinite; }
@keyframes pulse { 0%,100% { opacity: 1; } 50% { opacity: 0.4; } }

.hero h1 {
  font-size: clamp(38px, 5.6vw, 70px);
  font-weight: 300;
  line-height: 1.02;
  letter-spacing: -0.04em;
}
.hero h1 b { font-weight: 700; }
.hero h1 .gold { color: var(--gold-2); font-weight: 700; font-style: italic; letter-spacing: -0.03em; }
.hero h1.long { font-size: clamp(28px, 3.5vw, 46px); line-height: 1.12; letter-spacing: -0.03em; }
.hero h1.long .gold { font-style: normal; }
.hero .lede {
  margin-top: 26px;
  font-size: clamp(16.5px, 1.7vw, 19px);
  color: var(--ink-soft);
  max-width: 560px;
  margin-left: auto;
  margin-right: auto;
  line-height: 1.6;
  font-weight: 400;
}
.hero .support {
  margin-top: 18px;
  font-size: 14.5px;
  color: var(--muted);
  max-width: 560px;
  margin-left: auto;
  margin-right: auto;
  line-height: 1.6;
}
.hero-actions { margin-top: 38px; display: flex; flex-wrap: wrap; align-items: center; justify-content: center; gap: 16px; }

/* Hero photo */
.photo-frame {
  position: relative;
  border-radius: var(--radius);
  padding: 9px;
  background: linear-gradient(150deg, rgba(212,160,23,0.5), rgba(212,160,23,0.05) 40%, rgba(255,255,255,0.04));
  box-shadow: 0 40px 90px -40px rgba(0,0,0,0.9);
}
.photo-frame::before {
  content: "";
  position: absolute; inset: 9px;
  border: 1px solid rgba(212,160,23,0.25);
  border-radius: calc(var(--radius) - 6px);
  z-index: 3; pointer-events: none;
}
/* ---------- Generic section spacing ---------- */
.block { padding: var(--gap) 0; }
.block.tight { padding: clamp(60px, 8vw, 110px) 0; }
.divider { height: 1px; background: linear-gradient(90deg, transparent, var(--hair), transparent); }

/* ---------- Pra quem é / não é ---------- */
.fit-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 22px; margin-top: 54px; }
.fit-card { border: 1px solid var(--hair); border-radius: var(--radius); padding: 38px 34px; background: linear-gradient(180deg, var(--panel) 0%, rgba(18,18,38,0.4) 100%); }
.fit-card.yes { border-color: var(--gold-line); background: linear-gradient(180deg, rgba(212,160,23,0.07), rgba(18,18,38,0.4)); }
.fit-card .head { display: flex; align-items: center; gap: 14px; margin-bottom: 26px; }
.fit-card .badge { width: 40px; height: 40px; border-radius: 11px; display: grid; place-items: center; font-size: 18px; }
.fit-card.yes .badge { background: var(--gold-soft); color: var(--gold-2); border: 1px solid var(--gold-line); }
.fit-card.no .badge { background: rgba(255,255,255,0.04); color: var(--muted); border: 1px solid var(--hair); }
.fit-card .head h3 { font-size: 19px; font-weight: 700; letter-spacing: -0.02em; }
.fit-list { list-style: none; display: flex; flex-direction: column; gap: 16px; }
.fit-list li { display: flex; gap: 13px; font-size: 15.5px; color: var(--ink-soft); line-height: 1.5; }
.fit-list li .ic { flex: none; margin-top: 3px; width: 17px; height: 17px; }
.fit-card.no .fit-list li { color: var(--muted); }

/* ---------- Como funciona / Timeline ---------- */
.timeline { margin-top: 56px; display: flex; flex-direction: column; gap: 0; }
.tl-row {
  display: grid;
  grid-template-columns: 180px 1fr;
  gap: 40px;
  padding: 34px 0;
  border-top: 1px solid var(--hair);
  align-items: start;
}
.tl-row:last-child { border-bottom: 1px solid var(--hair); }
.tl-week { position: relative; }
.tl-week .wk { font-size: 13px; font-weight: 700; letter-spacing: 0.18em; text-transform: uppercase; color: var(--gold); }
.tl-week .nm { font-size: clamp(22px, 2.4vw, 30px); font-weight: 700; letter-spacing: -0.03em; margin-top: 8px; }
.tl-body { color: var(--ink-soft); font-size: 16px; line-height: 1.6; max-width: 620px; padding-top: 6px; }
.tl-body h3 { font-size: clamp(19px, 2.1vw, 25px); font-weight: 700; letter-spacing: -0.03em; margin-bottom: 12px; color: var(--ink); }
.tl-body p { color: var(--ink-soft); }
.tl-row.bonus { background: linear-gradient(120deg, rgba(212,160,23,0.08), transparent); border-radius: var(--radius); padding: 34px 28px; border-top: 1px solid var(--gold-line); margin-top: 8px; }
.tl-row.bonus .tl-week .wk { color: var(--gold-2); }

/* ---------- Quem é o Vitor ---------- */
.bio-grid { display: grid; grid-template-columns: 0.9fr 1.1fr; gap: clamp(36px, 5vw, 72px); align-items: center; }
.bio-media { position: relative; }
.bio-media .photo-frame { padding: 8px; }
.bio-media img, .bio-media image-slot { width: 100%; border-radius: 12px; aspect-ratio: 2 / 3; height: auto; object-fit: cover; display: block; }
.bio-caption {
  position: absolute; bottom: 18px; left: 18px; right: 18px;
  background: rgba(10,10,26,0.78); backdrop-filter: blur(10px);
  border: 1px solid var(--hair); border-radius: 12px; padding: 14px 18px;
  z-index: 4;
  font-size: 13.5px; color: var(--ink-soft);
}
.bio-caption b { color: var(--gold-2); }
.bio-copy .story { font-size: 17px; color: var(--ink-soft); line-height: 1.7; margin-top: 24px; }
.bio-copy .story.quote { border-left: 2px solid var(--gold-line); padding-left: 22px; font-style: italic; color: var(--ink); font-weight: 300; font-size: 18.5px; }

/* ---------- Diferenciais ---------- */
.diff-list { margin-top: 54px; display: flex; flex-direction: column; gap: 1px; background: var(--hair); border-radius: var(--radius); overflow: hidden; border: 1px solid var(--hair); }
.diff-item { background: var(--bg); padding: 34px clamp(24px,3vw,40px); display: grid; grid-template-columns: 76px 1fr; gap: 24px; align-items: start; transition: background 0.35s var(--ease); }
.diff-item:hover { background: var(--panel); }
.diff-item .dn { font-size: clamp(32px, 4vw, 46px); font-weight: 700; color: var(--gold); letter-spacing: -0.05em; line-height: 0.9; opacity: 0.85; }
.diff-item h3 { font-size: clamp(19px, 2vw, 23px); font-weight: 700; letter-spacing: -0.025em; margin-bottom: 9px; }
.diff-item p { font-size: 15.5px; color: var(--muted); line-height: 1.55; max-width: 720px; }

/* ---------- Prova de faturamento (screenshots) ---------- */
.proof-block { padding-top: 0; }
.proof-scroll {
  margin-top: 8px;
  width: 100%;
  overflow: hidden;
  mask: linear-gradient(90deg, transparent 0%, black 6%, black 94%, transparent 100%);
  -webkit-mask: linear-gradient(90deg, transparent 0%, black 6%, black 94%, transparent 100%);
}
.proof-track {
  display: flex;
  gap: 20px;
  width: max-content;
  animation: proof-scroll-x 32s linear infinite;
}
.proof-scroll:hover .proof-track { animation-play-state: paused; }
@keyframes proof-scroll-x {
  0% { transform: translateX(0); }
  100% { transform: translateX(-50%); }
}
.proof-mini-card { flex: none; width: min(420px, 82vw); border: 1px solid var(--gold-line); border-radius: var(--radius); overflow: hidden; background: var(--panel); box-shadow: 0 18px 40px -20px rgba(0,0,0,0.55); }
.proof-mini-card img { width: 100%; height: auto; display: block; }
@media (prefers-reduced-motion: reduce) {
  .proof-track { animation: none; }
}

/* ---------- Ilustração Google Ads (PNG transparente) ---------- */
.ads-hero-wrap {
  width: 100%;
  display: flex;
  justify-content: center;
  padding: 0 clamp(16px, 4vw, 40px);
  margin-bottom: 12px;
}
.ads-hero-img {
  width: 100%;
  max-width: 780px;
  height: auto;
  display: block;
}
@media (max-width: 720px) {
  .ads-hero-wrap { padding: 0 8px; margin-bottom: 4px; }
  .ads-hero-img { max-width: 100%; }
}

/* ---------- FAQ ---------- */
.faq-list { margin-top: 50px; border-top: 1px solid var(--hair); }
.faq-item { border-bottom: 1px solid var(--hair); }
.faq-q { width: 100%; background: none; border: none; cursor: pointer; color: var(--ink); font-family: inherit; text-align: left; padding: 26px 0; display: flex; align-items: center; justify-content: space-between; gap: 24px; font-size: clamp(16.5px, 1.8vw, 20px); font-weight: 600; letter-spacing: -0.02em; transition: color 0.3s var(--ease); }
.faq-q:hover { color: var(--gold-2); }
.faq-q .pm { flex: none; width: 30px; height: 30px; border-radius: 50%; border: 1px solid var(--hair); display: grid; place-items: center; position: relative; transition: border-color 0.3s var(--ease), transform 0.4s var(--ease); }
.faq-item.open .faq-q .pm { border-color: var(--gold-line); transform: rotate(135deg); }
.faq-q .pm::before, .faq-q .pm::after { content: ""; position: absolute; background: var(--gold-2); border-radius: 2px; }
.faq-q .pm::before { width: 12px; height: 2px; }
.faq-q .pm::after { width: 2px; height: 12px; }
.faq-a { max-height: 0; overflow: hidden; transition: max-height 0.5s var(--ease); }
.faq-a-inner { padding: 0 0 28px; color: var(--muted); font-size: 16px; line-height: 1.65; max-width: 740px; }

/* ---------- CTA final ---------- */
.final {
  text-align: center;
  padding: clamp(90px, 12vw, 160px) 0;
  position: relative;
  overflow: hidden;
}
.final::before {
  content: "";
  position: absolute; inset: 0;
  background: radial-gradient(ellipse 50% 60% at 50% 40%, rgba(212,160,23,0.14), transparent 70%);
  z-index: 0;
}
.final .wrap { max-width: 820px; }
.final h1, .final h2 { font-size: clamp(34px, 5.4vw, 64px); font-weight: 300; line-height: 1.04; }
.final h1 b, .final h2 b { font-weight: 700; }
.final h1 .gold, .final h2 .gold { color: var(--gold-2); font-weight: 700; font-style: italic; }
.final p { margin: 28px auto 0; color: var(--ink-soft); font-size: clamp(16px, 1.7vw, 18.5px); line-height: 1.65; max-width: 600px; }
.final .btn { margin-top: 40px; padding: 22px 44px; font-size: 18px; }
.final .cta-note { margin: 20px auto 0; }

/* ---------- Footer ---------- */
.footer { border-top: 1px solid var(--hair); padding: 56px 0 120px; }
.footer .wrap { display: flex; flex-wrap: wrap; align-items: center; justify-content: space-between; gap: 24px; }
.footer .brand .sub { display: block; margin-top: 4px; }
.footer .fr { display: flex; align-items: center; gap: 24px; font-size: 14px; color: var(--muted); }
.footer .ig { display: inline-flex; align-items: center; gap: 9px; color: var(--ink-soft); transition: color 0.3s var(--ease); }
.footer .ig:hover { color: var(--gold-2); }

/* ---------- Sticky mobile CTA ---------- */
.sticky-cta {
  position: fixed;
  left: 0; right: 0; bottom: 0;
  z-index: 60;
  padding: 14px 16px calc(14px + env(safe-area-inset-bottom));
  background: linear-gradient(180deg, rgba(10,10,26,0) 0%, rgba(10,10,26,0.95) 32%);
  display: none;
  transform: translateY(120%);
  transition: transform 0.5s var(--ease);
}
.sticky-cta.show { transform: translateY(0); }
.sticky-cta .btn { width: 100%; padding: 18px; }

/* ---------- Reveal animation (só quando JS ativo) ---------- */
.js .reveal { opacity: 0; transform: translateY(26px); transition: opacity 0.8s var(--ease), transform 0.8s var(--ease); }
.js .reveal.in { opacity: 1; transform: none; }

/* ---------- Typewriter (headline do CTA final) ---------- */
.tw { white-space: normal; }
.tw-word { display: inline-block; white-space: nowrap; }
.js .tw .tw-char { opacity: 0; transition: opacity 0.32s ease; }
.js .tw .tw-char.on { opacity: 1; }
.tw-cursor {
  display: inline-block;
  width: 4px;
  height: 0.78em;
  margin-left: 8px;
  border-radius: 2px;
  background: var(--gold-2);
  vertical-align: baseline;
  transform: translateY(0.04em);
  animation: tw-blink 0.85s steps(1) infinite;
  box-shadow: 0 0 12px rgba(212,160,23,0.55);
}
@keyframes tw-blink { 0%, 50% { opacity: 1; } 50.01%, 100% { opacity: 0; } }

/* ============================================================
   RESPONSIVE
   ============================================================ */
@media (max-width: 940px) {
  .bio-grid { grid-template-columns: 1fr; gap: 40px; }
  .bio-media { max-width: 460px; }
}
@media (max-width: 720px) {
  body { font-size: 16px; }
  .wrap { padding: 0 20px; }
  .nav-cta { display: none; }
  /* Botões longos devem quebrar linha em vez de estourar a largura da tela */
  .btn { white-space: normal; text-align: center; line-height: 1.3; }
  .hero-actions { width: 100%; }
  .hero-actions .btn, .hero-actions .btn-ghost { width: 100%; }
  .btn-ghost { white-space: normal; text-align: center; justify-content: center; }
  .final .btn { padding: 20px 26px; font-size: 16.5px; }
  .topbar { font-size: 11.5px; padding: 9px 14px; }
  .fit-grid { grid-template-columns: 1fr; }
  .tl-row { grid-template-columns: 1fr; gap: 12px; padding: 28px 0; }
  .diff-item { grid-template-columns: 1fr; gap: 10px; }
  .diff-item .dn { font-size: 30px; }
  .sticky-cta { display: block; }
}

/* ---------- Páginas legais (Privacidade / Termos) ---------- */
.legal-header { padding: clamp(48px, 7vw, 80px) 0 20px; }
.legal-header .back { display: inline-flex; align-items: center; gap: 8px; font-size: 14px; color: var(--muted); font-weight: 500; }
.legal-header .back:hover { color: var(--gold-2); }
.legal-header h1 { font-size: clamp(28px, 4vw, 42px); font-weight: 700; letter-spacing: -0.03em; margin-top: 22px; }
.legal-header .updated { margin-top: 12px; font-size: 14px; color: var(--muted); }
.legal-doc { padding: 10px 0 var(--gap); max-width: 780px; }
.legal-doc h2 { font-size: clamp(20px, 2.4vw, 26px); font-weight: 700; letter-spacing: -0.02em; margin-top: 46px; margin-bottom: 14px; color: var(--ink); }
.legal-doc h2:first-child { margin-top: 0; }
.legal-doc p { font-size: 15.5px; line-height: 1.7; color: var(--ink-soft); margin-top: 14px; }
.legal-doc ul, .legal-doc ol { margin-top: 14px; padding-left: 22px; display: flex; flex-direction: column; gap: 10px; }
.legal-doc li { font-size: 15.5px; line-height: 1.6; color: var(--ink-soft); }
.legal-doc strong { color: var(--ink); font-weight: 700; }
.legal-doc a { color: var(--gold-2); text-decoration: underline; text-underline-offset: 2px; }
.legal-doc .box { margin-top: 20px; padding: 20px 24px; border: 1px solid var(--hair); border-radius: 14px; background: var(--panel); }
.legal-doc .box p:first-child { margin-top: 0; }

/* ---------- Página de obrigado ---------- */
.thanks-check {
  width: 64px; height: 64px; margin: 0 auto 28px;
  border-radius: 50%;
  display: grid; place-items: center;
  background: var(--gold-soft);
  border: 1px solid var(--gold-line);
}
.thanks-steps { margin-top: 44px; display: flex; flex-direction: column; gap: 22px; text-align: left; }
.thanks-steps .step { display: flex; gap: 18px; align-items: flex-start; }
.thanks-steps .num {
  flex: none; width: 34px; height: 34px; border-radius: 10px;
  display: grid; place-items: center;
  font-size: 14px; font-weight: 700; color: var(--gold-2);
  background: var(--gold-soft); border: 1px solid var(--gold-line);
}
.thanks-steps .txt strong { display: block; font-size: 16px; color: var(--ink); margin-bottom: 4px; }
.thanks-steps .txt span { font-size: 14.5px; color: var(--muted); line-height: 1.5; }
.thanks-social { margin-top: 44px; }
