/* ============================================================
   Seu Próprio Mentor — página de vendas
   Sistema: editorial intelectual. Papel quente + tinta + bronze.
   Serif display (Newsreader) para ideias; sans (Archivo) para estrutura.
   ============================================================ */

:root {
  --paper: #f6f2e9;
  --paper-2: #ede7d9;
  --ink: #191510;
  --ink-soft: #57503f;
  --line: rgba(25, 21, 16, 0.16);
  --line-strong: rgba(25, 21, 16, 0.55);
  --accent: oklch(0.60 0.13 45);
  --accent-deep: oklch(0.50 0.13 42);
  --serif: 'Newsreader', Georgia, serif;
  --sans: 'Archivo', Helvetica, Arial, sans-serif;
}

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

html { scroll-behavior: smooth; }

body {
  background: var(--paper);
  color: var(--ink);
  font-family: var(--serif);
  font-size: 20px;
  line-height: 1.55;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
}

::selection { background: var(--accent); color: var(--paper); }

img { max-width: 100%; display: block; }

a { color: inherit; }

/* ---------- primitives ---------- */

.wrap {
  max-width: 1100px;
  margin: 0 auto;
  padding: 0 32px;
}

.kicker {
  font-family: var(--sans);
  font-size: 13px;
  font-weight: 600;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  color: var(--accent-deep);
}

.dark .kicker { color: var(--accent); }

.rule {
  width: 64px;
  height: 2px;
  background: var(--accent);
  border: 0;
}

.btn {
  display: inline-flex;
  align-items: center;
  gap: 14px;
  font-family: var(--sans);
  font-size: 15px;
  font-weight: 600;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  text-decoration: none;
  padding: 21px 38px;
  border: 1px solid var(--ink);
  background: var(--ink);
  color: var(--paper);
  transition: background 0.25s ease, border-color 0.25s ease, color 0.25s ease;
}

.btn .arrow { font-family: var(--serif); font-size: 19px; line-height: 1; transform: translateY(-1px); }

.btn:hover { background: var(--accent-deep); border-color: var(--accent-deep); color: #fff; }

.dark .btn { background: var(--accent); border-color: var(--accent); color: #16120d; }
.dark .btn:hover { background: var(--paper); border-color: var(--paper); }

.btn-note {
  font-family: var(--sans);
  font-size: 13px;
  letter-spacing: 0.04em;
  color: var(--ink-soft);
}
.dark .btn-note { color: rgba(246, 242, 233, 0.62); }

.dark {
  background: var(--ink);
  color: var(--paper);
}

/* ---------- top bar ---------- */

.topbar {
  border-bottom: 1px solid var(--line);
}

.topbar .wrap {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-top: 22px;
  padding-bottom: 22px;
}

.wordmark {
  font-family: var(--serif);
  font-style: italic;
  font-size: 21px;
  letter-spacing: 0.01em;
}

.topbar .by {
  font-family: var(--sans);
  font-size: 12px;
  font-weight: 500;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: var(--ink-soft);
}

/* ---------- heros (variantes) ---------- */

.hero { display: none; }
body[data-hero="tinta"] #hero-tinta { display: block; }
body[data-hero="papel"] #hero-papel { display: block; }
body[data-hero="manifesto"] #hero-manifesto { display: block; }

/* V1 — Tinta: escuro, centrado, editorial */

#hero-tinta { text-align: center; }

#hero-tinta .wrap {
  max-width: 920px;
  padding-top: 130px;
  padding-bottom: 140px;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 34px;
}

#hero-tinta h1 {
  font-size: clamp(46px, 6.4vw, 84px);
  font-weight: 500;
  line-height: 1.04;
  letter-spacing: -0.015em;
}

#hero-tinta h1 em {
  font-style: italic;
  color: var(--accent);
}

#hero-tinta .sub {
  max-width: 640px;
  font-size: 22px;
  line-height: 1.5;
  color: rgba(246, 242, 233, 0.78);
}

/* V2 — Papel: claro, dividido com foto */

#hero-papel .wrap {
  display: grid;
  grid-template-columns: 1.15fr 0.85fr;
  gap: 72px;
  align-items: center;
  padding-top: 96px;
  padding-bottom: 110px;
}

#hero-papel .hero-text {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 30px;
}

#hero-papel h1 {
  font-size: clamp(44px, 5.6vw, 74px);
  font-weight: 500;
  line-height: 1.05;
  letter-spacing: -0.015em;
}

#hero-papel h1 em { font-style: italic; color: var(--accent-deep); }

#hero-papel .sub {
  font-size: 21px;
  color: var(--ink-soft);
  max-width: 480px;
}

#hero-papel .hero-photo {
  position: relative;
}

#hero-papel .hero-photo::after {
  content: "";
  position: absolute;
  inset: 22px -22px -22px 22px;
  border: 1px solid var(--accent);
  z-index: 0;
  pointer-events: none;
}

#hero-papel image-slot { position: relative; z-index: 1; }

/* V3 — Manifesto: claro, tipografia gigante */

#hero-manifesto .wrap {
  max-width: 1100px;
  padding-top: 110px;
  padding-bottom: 120px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 40px;
}

#hero-manifesto h1 {
  font-size: clamp(52px, 8.2vw, 118px);
  font-weight: 450;
  line-height: 1.0;
  letter-spacing: -0.02em;
  max-width: 12ch;
}

#hero-manifesto h1 .underlined {
  font-style: italic;
  border-bottom: 4px solid var(--accent);
}

#hero-manifesto .row {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 48px;
  width: 100%;
  border-top: 1px solid var(--line);
  padding-top: 36px;
}

#hero-manifesto .sub {
  font-size: 21px;
  color: var(--ink-soft);
  max-width: 520px;
}

#hero-manifesto .cta-col {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 12px;
  flex-shrink: 0;
}

/* ---------- seção: problema ---------- */

#problema .wrap,
#dificil .wrap {
  padding-top: 130px;
  padding-bottom: 130px;
  display: grid;
  grid-template-columns: 320px 1fr;
  gap: 80px;
}

#problema .col-head,
#dificil .col-head {
  display: flex;
  flex-direction: column;
  gap: 22px;
}

#problema h2,
#dificil h2 {
  font-size: 44px;
  font-weight: 500;
  line-height: 1.12;
  letter-spacing: -0.01em;
}

#problema .col-body,
#dificil .col-body {
  display: flex;
  flex-direction: column;
  gap: 26px;
  font-size: 21px;
  max-width: 600px;
}

#problema .col-body p:first-child::first-letter,
#dificil .col-body p:first-child::first-letter {
  font-size: 76px;
  line-height: 0.8;
  float: left;
  padding: 10px 14px 0 0;
  font-weight: 500;
  color: var(--accent-deep);
}

#problema .pull,
#dificil .pull {
  font-size: 30px;
  font-style: italic;
  line-height: 1.3;
  color: var(--ink);
  border-left: 2px solid var(--accent);
  padding-left: 28px;
  margin: 8px 0;
}

#problema .muted,
#dificil .muted { color: var(--ink-soft); }

/* ---------- seção: a verdade (escura) ---------- */

#verdade .wrap {
  padding-top: 130px;
  padding-bottom: 130px;
  max-width: 980px;
  display: flex;
  flex-direction: column;
  gap: 56px;
}

#verdade .head {
  display: flex;
  flex-direction: column;
  gap: 22px;
  max-width: 720px;
}

#verdade h2 {
  font-size: clamp(38px, 4.6vw, 60px);
  font-weight: 500;
  line-height: 1.08;
  letter-spacing: -0.015em;
}

#verdade h2 em { font-style: italic; color: var(--accent); }

#verdade .lead {
  font-size: 22px;
  color: rgba(246, 242, 233, 0.75);
  max-width: 640px;
}

.facts {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  border-top: 1px solid rgba(246, 242, 233, 0.18);
}

.fact {
  padding: 36px 36px 0 0;
  display: flex;
  flex-direction: column;
  gap: 14px;
}

.fact + .fact { border-left: 1px solid rgba(246, 242, 233, 0.18); padding-left: 36px; }

.fact .n {
  font-family: var(--sans);
  font-size: 13px;
  font-weight: 600;
  letter-spacing: 0.2em;
  color: var(--accent);
}

.fact h3 {
  font-size: 25px;
  font-weight: 500;
  line-height: 1.25;
}

.fact p {
  font-size: 17px;
  line-height: 1.55;
  color: rgba(246, 242, 233, 0.68);
}

#verdade .destaque {
  font-size: clamp(38px, 5vw, 64px);
  font-weight: 500;
  line-height: 1.12;
  letter-spacing: -0.015em;
  max-width: 17ch;
  border-top: 1px solid rgba(246, 242, 233, 0.18);
  padding-top: 48px;
}

#verdade .destaque em {
  font-style: italic;
  color: var(--accent);
}

#verdade .destaque.sem-borda {
  border-top: 0;
  padding-top: 0;
  margin-top: -16px;
  max-width: 22ch;
}

.fact h3 .hl {
  font-style: italic;
  color: var(--accent);
}

.balao {
  align-self: flex-start;
  border: 1px solid var(--accent);
  background: rgba(246, 242, 233, 0.04);
  padding: 36px 44px;
  max-width: 620px;
  display: flex;
  flex-direction: column;
  gap: 16px;
  position: relative;
}

.balao::after {
  content: "";
  position: absolute;
  left: 56px;
  bottom: -11px;
  width: 20px;
  height: 20px;
  background: var(--ink);
  border-right: 1px solid var(--accent);
  border-bottom: 1px solid var(--accent);
  transform: rotate(45deg);
}

.balao p {
  font-size: 26px;
  line-height: 1.4;
}

.balao p em {
  font-style: italic;
  color: var(--accent);
}

.balao .assina {
  font-family: var(--sans);
  font-size: 13px;
  font-weight: 600;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: rgba(246, 242, 233, 0.6);
}

#verdade .aside {
  font-size: 21px;
  font-style: italic;
  color: rgba(246, 242, 233, 0.8);
  border-left: 2px solid var(--accent);
  padding-left: 28px;
  max-width: 620px;
}

/* ---------- citação ---------- */

.citacao .wrap {
  padding-top: 110px;
  padding-bottom: 110px;
  max-width: 860px;
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 28px;
}

.citacao blockquote {
  font-size: clamp(32px, 4.4vw, 52px);
  font-style: italic;
  font-weight: 450;
  line-height: 1.18;
  letter-spacing: -0.01em;
}

.citacao-longa {
  background: var(--paper-2);
}

.citacao-longa .wrap {
  padding-top: 110px;
  padding-bottom: 110px;
  max-width: 880px;
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 32px;
}

.citacao-longa blockquote {
  font-size: clamp(24px, 2.8vw, 32px);
  font-style: italic;
  font-weight: 450;
  line-height: 1.42;
  letter-spacing: -0.005em;
}

.citacao-longa cite {
  font-family: var(--sans);
  font-style: normal;
  font-size: 13px;
  font-weight: 600;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: var(--ink-soft);
}

.citacao cite {
  font-family: var(--sans);
  font-style: normal;
  font-size: 13px;
  font-weight: 600;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: var(--ink-soft);
}

/* ---------- comparativo ---------- */

#comparativo .wrap {
  padding-top: 130px;
  padding-bottom: 130px;
  display: flex;
  flex-direction: column;
  gap: 56px;
}

#comparativo .comp-head {
  display: flex;
  flex-direction: column;
  gap: 22px;
  max-width: 680px;
}

#comparativo h2 {
  font-size: clamp(36px, 4.4vw, 52px);
  font-weight: 500;
  line-height: 1.1;
  letter-spacing: -0.015em;
}

#comparativo h2 em { font-style: italic; color: var(--accent-deep); }

.comp-tabela {
  display: flex;
  flex-direction: column;
  border: 1px solid var(--line-strong);
  background: var(--paper);
}

.comp-colhead {
  display: grid;
  grid-template-columns: 1fr 1fr;
  border-bottom: 1px solid var(--line-strong);
}

.comp-th {
  font-family: var(--sans);
  font-size: 13px;
  font-weight: 600;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  padding: 22px 32px;
}

.comp-th.deles { color: var(--ink-soft); }

.comp-th.nosso {
  background: var(--ink);
  color: var(--paper);
}

.comp-row {
  display: grid;
  grid-template-columns: 1fr 1fr;
  border-bottom: 1px solid var(--line);
}

.comp-row:last-child { border-bottom: 0; }

.comp-cell {
  padding: 28px 32px;
}

.comp-cell p {
  font-size: 18px;
  line-height: 1.55;
}

.comp-cell.deles p { color: var(--ink-soft); }

.comp-cell.nosso {
  background: rgba(25, 21, 16, 0.04);
  border-left: 2px solid var(--accent);
}

.comp-cell.nosso em { font-style: italic; color: var(--accent-deep); }

/* comparativo — preço */

.comp-preco {
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  align-items: center;
  gap: 24px;
  margin-top: 44px;
}

.comp-preco-item {
  display: flex;
  flex-direction: column;
  gap: 8px;
  align-items: center;
  text-align: center;
  padding: 36px 32px;
  border: 1px solid var(--line-strong);
}

.comp-preco-item.nosso {
  background: var(--ink);
  border-color: var(--ink);
  color: var(--paper);
}

.comp-preco-label {
  font-family: var(--sans);
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: var(--ink-soft);
}

.comp-preco-item.nosso .comp-preco-label { color: var(--accent); }

.comp-preco-valor {
  font-size: clamp(48px, 6vw, 72px);
  font-weight: 500;
  line-height: 1;
  letter-spacing: -0.02em;
}

.comp-preco-item.deles .comp-preco-valor { color: var(--ink-soft); }

.comp-preco-valor .moeda-sm {
  font-size: 0.45em;
  font-style: italic;
  vertical-align: super;
  margin-right: 2px;
}

.comp-preco-valor .de {
  display: block;
  font-size: 0.26em;
  font-style: italic;
  letter-spacing: 0.02em;
  color: rgba(246, 242, 233, 0.55);
  margin-bottom: 4px;
}

.comp-preco-nota {
  font-family: var(--sans);
  font-size: 13px;
  letter-spacing: 0.04em;
  color: var(--ink-soft);
}

.comp-preco-item.nosso .comp-preco-nota { color: rgba(246, 242, 233, 0.6); }

.comp-preco-x {
  font-size: 40px;
  font-style: italic;
  color: var(--accent-deep);
}

/* ---------- seção: solução ---------- */

#solucao { background: var(--paper-2); }

#solucao .wrap {
  padding-top: 130px;
  padding-bottom: 130px;
  display: flex;
  flex-direction: column;
  gap: 64px;
}

#solucao .head {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 80px;
  align-items: end;
}

#solucao .head .left { display: flex; flex-direction: column; gap: 22px; }

#solucao h2 {
  font-size: clamp(38px, 4.6vw, 56px);
  font-weight: 500;
  line-height: 1.08;
  letter-spacing: -0.015em;
}

#solucao h2 em { font-style: italic; color: var(--accent-deep); }

#solucao .nota-acima {
  font-size: 17px;
  font-style: italic;
  color: var(--ink-soft);
  max-width: 460px;
  margin-bottom: 4px;
}

#solucao .head .right {
  font-size: 21px;
  color: var(--ink-soft);
  max-width: 460px;
}

/* ---------- manifesto bloco ---------- */

#manifesto .wrap {
  padding-top: 120px;
  padding-bottom: 120px;
  display: flex;
  justify-content: center;
}

.manifesto-bloco {
  max-width: 760px;
  display: flex;
  flex-direction: column;
  gap: 22px;
}

.manifesto-bloco p {
  font-size: 20px;
  line-height: 1.58;
  color: var(--ink-soft);
}

.manifesto-bloco p em { font-style: italic; color: var(--accent-deep); }
.manifesto-bloco p strong { color: var(--ink); font-weight: 600; }

.manifesto-bloco p.destaque {
  font-size: 25px;
  line-height: 1.4;
  color: var(--ink);
  border-left: 2px solid var(--accent);
  padding-left: 28px;
  margin-top: 8px;
}

/* ---------- seção: meu objetivo (destaque isolado) ---------- */

#objetivo .wrap {
  padding-top: 130px;
  padding-bottom: 130px;
  max-width: 980px;
  display: flex;
  flex-direction: column;
  gap: 26px;
}

#objetivo h2 {
  font-size: clamp(40px, 5vw, 66px);
  font-weight: 500;
  line-height: 1.1;
  letter-spacing: -0.015em;
  max-width: 20ch;
}

#objetivo h2 em { font-style: italic; color: var(--accent); }

.honesto {
  border: 1px solid var(--line-strong);  padding: 28px 32px;
  max-width: 760px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: auto 1fr;
  gap: 28px;
  align-items: center;
  background: var(--paper);
}

.honesto .mark {
  font-size: 40px;
  font-style: italic;
  font-weight: 500;
  color: var(--accent-deep);
  line-height: 1;
}

.honesto p { font-size: 18px; line-height: 1.55; max-width: 720px; }
.honesto p strong { font-weight: 600; }

/* ---------- seção: o que recebe ---------- */

#recebe .wrap {
  padding-top: 130px;
  padding-bottom: 130px;
  display: flex;
  flex-direction: column;
  gap: 64px;
}

#recebe .head { display: flex; flex-direction: column; gap: 22px; max-width: 680px; }

#recebe h2 {
  font-size: clamp(38px, 4.6vw, 56px);
  font-weight: 500;
  line-height: 1.08;
  letter-spacing: -0.015em;
}

.itens {
  display: flex;
  flex-direction: column;
  border-top: 1px solid var(--line);
}

.item {
  display: grid;
  grid-template-columns: 110px 1fr 1.1fr;
  gap: 40px;
  padding: 40px 0;
  border-bottom: 1px solid var(--line);
  align-items: baseline;
}

.item .num {
  font-size: 30px;
  font-style: italic;
  color: var(--accent-deep);
}

.item h3 {
  font-size: 27px;
  font-weight: 500;
  line-height: 1.25;
}

.item p {
  font-size: 18px;
  line-height: 1.6;
  color: var(--ink-soft);
}

/* ---------- bônus ---------- */

#bonus { background: var(--paper-2); }

#bonus .wrap {
  padding-top: 120px;
  padding-bottom: 130px;
  display: flex;
  flex-direction: column;
  gap: 56px;
}

#bonus .head {
  display: flex;
  align-items: baseline;
  justify-content: space-between;
  gap: 40px;
  flex-wrap: wrap;
}

#bonus h2 {
  font-size: clamp(36px, 4.2vw, 52px);
  font-weight: 500;
  letter-spacing: -0.015em;
}

#bonus h2 em { font-style: italic; color: var(--accent-deep); }

#bonus .head .note {
  font-family: var(--sans);
  font-size: 14px;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: var(--ink-soft);
}

.bonus-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 48px;
}

.bonus-card {
  background: var(--paper);
  border: 1px solid var(--line);
  padding: 48px;
  display: grid;
  grid-template-columns: 1.25fr 1fr;
  align-items: center;
  gap: 60px;
}

.bonus-card image-slot { width: 100%; height: 340px; }

/* bônus único em destaque — carrossel grande */
#bonus .kit-stage { height: 560px !important; }
#bonus .bonus-card img.kit-img { height: 560px !important; }

/* carrossel do kit */
.kit-carousel {
  display: flex;
  flex-direction: column;
  gap: 14px;
}

.kit-stage {
  position: relative;
  width: 100%;
  overflow: hidden;
}

.kit-img {
  position: absolute;
  inset: 0;
  width: 100%;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.35s ease;
  z-index: 0;
}

.kit-img.active {
  position: relative;
  opacity: 1;
  visibility: visible;
  z-index: 1;
}

.kit-arrow {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 3;
  width: 46px;
  height: 46px;
  display: grid;
  place-items: center;
  border: 1px solid var(--ink);
  background: var(--paper);
  color: var(--ink);
  font-family: var(--serif);
  font-size: 26px;
  line-height: 1;
  cursor: pointer;
  transition: background 0.2s ease, color 0.2s ease;
  user-select: none;
}

.kit-arrow:hover { background: var(--ink); color: var(--paper); }
.kit-arrow.prev { left: 12px; }
.kit-arrow.next { right: 12px; }

.kit-dots {
  display: flex;
  justify-content: center;
  gap: 8px;
}

.kit-dot {
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: var(--line-strong);
  opacity: 0.4;
  cursor: pointer;
  transition: opacity 0.2s ease, background 0.2s ease;
  padding: 0;
  border: 0;
}

.kit-dot.active { opacity: 1; background: var(--accent-deep); }

.bonus-card .label {
  font-family: var(--sans);
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  color: var(--accent-deep);
}

.bonus-card .meta { display: flex; flex-direction: column; gap: 10px; padding: 0 6px; }

.bonus-card h3 { font-size: 34px; font-weight: 500; line-height: 1.2; }

.bonus-card p { font-size: 19px; line-height: 1.6; color: var(--ink-soft); }

.bonus-card .bonus-preco {
  font-family: var(--sans);
  font-size: 13px;
  letter-spacing: 0.04em;
  margin-top: 2px;
}

.bonus-card .bonus-preco s { color: var(--ink-soft); opacity: 0.7; }

.bonus-card .bonus-preco span {
  color: var(--accent-deep);
  font-weight: 600;
}

/* ---------- seção: autora ---------- */

#autora .wrap {
  padding-top: 130px;
  padding-bottom: 130px;
  display: grid;
  grid-template-columns: 0.85fr 1.15fr;
  gap: 88px;
  align-items: center;
}

#autora .photo { position: relative; }

#autora .photo::after {
  content: "";
  position: absolute;
  inset: -22px 22px 22px -22px;
  border: 1px solid var(--accent);
  pointer-events: none;
}

#autora image-slot { position: relative; z-index: 1; }

/* verso abaixo da foto */
#autora .foto-verso {
  position: relative;
  z-index: 2;
  margin-top: 32px;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 16px;
  text-align: center;
}

.foto-verso-ornamento {
  font-size: 24px;
  color: var(--accent);
  line-height: 1;
  height: auto;
}

.foto-verso-texto {
  position: relative;
  font-family: var(--serif);
  font-weight: 400;
  font-style: italic;
  font-size: clamp(22px, 2.5vw, 30px);
  line-height: 1.55;
  letter-spacing: -0.005em;
  color: var(--ink);
  max-width: 30ch;
  text-wrap: balance;
  outline: none;
  min-height: 1.55em;
  padding: 0 12px;
}

.foto-verso-texto:empty::before {
  content: attr(data-placeholder);
  color: var(--ink-soft);
  opacity: 0.55;
  font-size: 16px;
  letter-spacing: 0;
}

.foto-verso::after {
  content: "";
  width: 48px;
  height: 1px;
  background: var(--accent);
  opacity: 0.7;
}

#autora .bio {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 26px;
}

#autora h2 {
  font-size: clamp(38px, 4.6vw, 56px);
  font-weight: 500;
  line-height: 1.06;
  letter-spacing: -0.015em;
}

#autora h2 em { font-style: italic; color: var(--accent-deep); }

#autora .bio p { font-size: 20px; color: var(--ink-soft); max-width: 520px; }

.credenciais {
  list-style: none;
  display: flex;
  flex-direction: column;
  width: 100%;
  max-width: 520px;
  border-top: 1px solid var(--line);
}

.credenciais li {
  display: flex;
  gap: 18px;
  align-items: baseline;
  padding: 16px 0;
  border-bottom: 1px solid var(--line);
  font-size: 19px;
}

.credenciais li::before {
  content: "—";
  color: var(--accent-deep);
  font-style: italic;
}

/* ---------- oferta ---------- */

#oferta .wrap {
  padding-top: 140px;
  padding-bottom: 150px;
  max-width: 880px;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  gap: 0;
}

#oferta .kicker { margin-bottom: 26px; }

#oferta h2 {
  font-size: clamp(40px, 5vw, 64px);
  font-weight: 500;
  line-height: 1.06;
  letter-spacing: -0.015em;
  max-width: 16ch;
  margin-bottom: 44px;
}

#oferta h2 em { font-style: italic; color: var(--accent); }

.preco-bloco {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 6px;
  margin-bottom: 18px;
}

.preco {
  display: flex;
  align-items: baseline;
  gap: 10px;
}

.preco .moeda {
  font-size: 30px;
  font-style: italic;
  color: var(--accent);
}

.preco .valor {
  font-size: clamp(88px, 11vw, 140px);
  font-weight: 500;
  line-height: 1;
  letter-spacing: -0.03em;
}

.preco-bloco .condicao {
  font-family: var(--sans);
  font-size: 14px;
  font-weight: 500;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: rgba(246, 242, 233, 0.6);
}

.inclui {
  list-style: none;
  display: flex;
  flex-direction: column;
  width: 100%;
  max-width: 520px;
  margin: 36px 0 48px;
  border-top: 1px solid rgba(246, 242, 233, 0.18);
}

.inclui li {
  display: flex;
  justify-content: space-between;
  align-items: baseline;
  gap: 24px;
  padding: 16px 4px;
  border-bottom: 1px solid rgba(246, 242, 233, 0.18);
  font-size: 19px;
}

.inclui .tag {
  font-family: var(--sans);
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: var(--accent);
  white-space: nowrap;
}

#oferta .cta-stack {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 14px;
}

/* ---------- citação final (corda) ---------- */

#corda {
  background: var(--paper-2);
  border-top: 1px solid var(--line);
}

#corda .wrap {
  max-width: 820px;
  padding-top: 130px;
  padding-bottom: 140px;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  gap: 36px;
}

#corda .ornamento {
  font-size: 40px;
  color: var(--accent);
  line-height: 1;
}

#corda blockquote {
  display: flex;
  flex-direction: column;
  gap: 26px;
}

#corda blockquote p {
  font-size: clamp(22px, 2.6vw, 28px);
  font-style: italic;
  font-weight: 400;
  line-height: 1.5;
  letter-spacing: -0.005em;
  text-wrap: pretty;
}

#corda blockquote p em {
  font-style: italic;
  color: var(--accent-deep);
}

#corda cite {
  font-family: var(--sans);
  font-style: normal;
  font-size: 13px;
  font-weight: 600;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: var(--ink-soft);
}

#corda cite::before {
  content: "— ";
}

.corda-fecho {
  margin-top: 18px;
  max-width: 600px;
  font-size: clamp(21px, 2.4vw, 26px);
  font-weight: 500;
  line-height: 1.45;
  color: var(--ink);
  text-wrap: pretty;
}

.corda-fecho em {
  font-style: italic;
  color: var(--accent-deep);
}

/* ---------- rodapé ---------- */

footer .wrap {
  padding-top: 36px;
  padding-bottom: 44px;
  display: flex;
  justify-content: space-between;
  align-items: baseline;
  gap: 24px;
  border-top: 1px solid var(--line);
  font-family: var(--sans);
  font-size: 13px;
  letter-spacing: 0.06em;
  color: var(--ink-soft);
}

/* ---------- responsivo ---------- */

@media (max-width: 900px) {
  body { font-size: 18px; }

  .comp-colhead { grid-template-columns: 1fr; }
  .comp-th.deles { display: none; }
  .comp-row { grid-template-columns: 1fr; }
  .comp-cell.deles { padding-bottom: 18px; }
  .comp-cell.deles p::before {
    content: "Mentorias: ";
    font-family: var(--sans);
    font-size: 12px;
    font-weight: 600;
    letter-spacing: 0.16em;
    text-transform: uppercase;
    display: block;
    margin-bottom: 6px;
  }
  .comp-cell.nosso { border-left: 0; border-top: 2px solid var(--accent); }
  .comp-preco { grid-template-columns: 1fr; gap: 16px; }
  .comp-preco-x { transform: rotate(90deg); }

  #hero-papel .wrap { grid-template-columns: 1fr; gap: 56px; padding-top: 72px; padding-bottom: 80px; }
  #hero-papel .hero-photo { max-width: 420px; }

  #hero-manifesto .row { flex-direction: column; align-items: flex-start; gap: 32px; }

  #problema .wrap, #dificil .wrap { grid-template-columns: 1fr; gap: 44px; }

  .facts { grid-template-columns: 1fr; }
  .fact { padding: 32px 0 0; }
  .fact + .fact { border-left: 0; border-top: 1px solid rgba(246, 242, 233, 0.18); padding-left: 0; margin-top: 32px; }

  #solucao .head { grid-template-columns: 1fr; gap: 28px; }

  .honesto { grid-template-columns: 1fr; gap: 18px; padding: 32px; }

  .item { grid-template-columns: 1fr; gap: 12px; padding: 32px 0; }

  .bonus-grid { grid-template-columns: 1fr; }
  .bonus-card { grid-template-columns: 1fr; gap: 28px; padding: 28px; }
  #bonus .kit-stage, #bonus .bonus-card img.kit-img { height: 380px !important; }

  #autora .wrap { grid-template-columns: 1fr; gap: 64px; }
  #autora .photo { max-width: 420px; }
}

/* ============================================================
   Animação de entrada — revela blocos ao rolar (fade + subida)
   Gated em .reveal-on (só com JS) e em prefers-reduced-motion.
   ============================================================ */
@media (prefers-reduced-motion: no-preference) {
  html.reveal-on [data-reveal] {
    opacity: 0;
    transform: translateY(22px);
    transition: opacity 0.7s ease, transform 0.7s cubic-bezier(0.22, 0.61, 0.36, 1);
    will-change: opacity, transform;
  }
  html.reveal-on [data-reveal].is-in {
    opacity: 1;
    transform: none;
  }
}

/* ============================================================
   Seta de rolagem entre blocos (chevron ↓)
   ============================================================ */
.scroll-next {
  grid-column: 1 / -1;
  align-self: center;
  justify-self: center;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 52px;
  height: 52px;
  margin: 64px auto 0;
  padding: 0;
  border: 1px solid var(--line-strong);
  border-radius: 50%;
  background: transparent;
  color: var(--ink-soft);
  cursor: pointer;
  transition: background 0.22s ease, color 0.22s ease, border-color 0.22s ease;
}
.scroll-next svg {
  width: 22px;
  height: 22px;
  fill: none;
  stroke: currentColor;
  stroke-width: 2;
  stroke-linecap: round;
  stroke-linejoin: round;
}
.scroll-next:hover {
  background: var(--ink);
  color: var(--paper);
  border-color: var(--ink);
}
.dark .scroll-next {
  border-color: rgba(246, 242, 233, 0.4);
  color: rgba(246, 242, 233, 0.75);
}
.dark .scroll-next:hover {
  background: var(--paper);
  color: var(--ink);
  border-color: var(--paper);
}
@media (prefers-reduced-motion: no-preference) {
  .scroll-next svg { animation: scrollNextBob 1.8s ease-in-out infinite; }
  @keyframes scrollNextBob {
    0%, 100% { transform: translateY(-2px); }
    50% { transform: translateY(3px); }
  }
  .scroll-next:hover svg { animation-play-state: paused; }
}

/* ============================================================
   Botão FIXO de "continuar" — passo a passo (sempre visível)
   ============================================================ */
.step-fab {
  position: fixed;
  left: 50%;
  bottom: 26px;
  transform: translateX(-50%);
  z-index: 1000;
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 14px 22px;
  border: none;
  border-radius: 999px;
  background: var(--accent);
  color: #fff;
  font-family: var(--sans);
  font-size: 14px;
  font-weight: 600;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  cursor: pointer;
  box-shadow: 0 8px 28px rgba(25, 21, 16, 0.32);
  transition: background 0.2s ease, transform 0.2s ease, opacity 0.3s ease;
}
.step-fab:hover { background: var(--accent-deep); transform: translateX(-50%) translateY(-2px); }
.step-fab svg {
  width: 20px;
  height: 20px;
  fill: none;
  stroke: currentColor;
  stroke-width: 2.2;
  stroke-linecap: round;
  stroke-linejoin: round;
}
.step-fab-done {
  opacity: 0;
  pointer-events: none;
  transform: translateX(-50%) translateY(12px);
}
@media (prefers-reduced-motion: no-preference) {
  .step-fab svg { animation: stepFabBob 1.6s ease-in-out infinite; }
  @keyframes stepFabBob {
    0%, 100% { transform: translateY(-2px); }
    50% { transform: translateY(3px); }
  }
  .step-fab:hover svg { animation-play-state: paused; }
  .step-in { animation: stepIn 0.65s cubic-bezier(0.22, 0.61, 0.36, 1) both; }
  @keyframes stepIn {
    from { opacity: 0; transform: translateY(26px); }
    to { opacity: 1; transform: none; }
  }
}
