/* ===================================================================
   Mapa do Criador — Sales Page
   Built on Pedro Siqueira design system tokens.
   =================================================================== */

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

/* Brand decision (May 2026):
   primary accent is Musgo, not Terra.
   We override the accent vars locally so the rest of the system
   reads --terra/--terra-deep/--terra-soft consistently. */
:root, body {
  --terra:      oklch(40% 0.075 148);   /* deep moss */
  --terra-deep: oklch(30% 0.060 148);   /* hover / pressed */
  --terra-soft: oklch(88% 0.040 145);   /* tinted bg */
}

html, body {
  background: var(--paper);
  color: var(--ink);
  font-family: var(--font-serif);
  font-size: var(--fs-md);
  line-height: var(--lh-base);
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
}

/* ---------- DARK SECTIONS — for editorial rhythm ---------- */
.s--dark {
  background: var(--ink);
  color: var(--paper);
  border-color: oklch(28% 0.03 60);
}
.s--dark .s-num { color: var(--terra); border-top-color: var(--terra); }
.s--dark .s-title { color: var(--paper); }
.s--dark .s-title em { color: var(--terra); }
.s--dark .s-lede { color: oklch(80% 0.02 75); }
.s--dark .s-lede em { color: var(--terra); }

/* dark variants of common blocks */
.s--dark .alt-grid,
.s--dark .coords,
.s--dark .cycle-days,
.s--dark .cycle-causes,
.s--dark .author-list,
.s--dark .fit-grid,
.s--dark .included,
.s--dark .price-block,
.s--dark .trust-row,
.s--dark .guar,
.s--dark .faq-list { border-color: oklch(28% 0.03 60); }

.s--dark .alt, .s--dark .coord-card, .s--dark .cycle-day,
.s--dark .cycle-cause, .s--dark .fit, .s--dark .incl,
.s--dark .bonus, .s--dark .guar > div {
  background: oklch(20% 0.025 55);
  border-color: oklch(28% 0.03 60);
  color: var(--paper);
}
.s--dark .alt p, .s--dark .coord-card .after,
.s--dark .fit ul li, .s--dark .incl p, .s--dark .bonus p,
.s--dark .guar p { color: oklch(82% 0.02 75); }
.s--dark .alt .verdict,
.s--dark .cycle-day .lbl,
.s--dark .incl .price,
.s--dark .bonus .ref,
.s--dark .fit h4 .mark { color: var(--terra); border-color: var(--terra); }
.s--dark .alt h4 em, .s--dark .coord-card h3,
.s--dark .fit h4 em, .s--dark .incl h4 em,
.s--dark .bonus h4 em, .s--dark .guar h4 em,
.s--dark .cycle-day .qty, .s--dark .coord-card .pin,
.s--dark .cta-btn .sp,
.s--dark .pullquote em, .s--dark .cycle-pull em { color: var(--terra); }
.s--dark .pullquote, .s--dark .cycle-pull { color: var(--paper); border-left-color: var(--terra); }
.s--dark .cycle-day .qty.zero,
.s--dark .cycle-cause .what,
.s--dark .coord-card .before,
.s--dark .alt .num,
.s--dark .cycle-day .desc,
.s--dark .cycle-cause .why,
.s--dark .author-list li { color: oklch(72% 0.02 75); }
.s--dark .author-list li { border-bottom-color: oklch(28% 0.03 60); }
.s--dark .author-text p { color: var(--paper); }
.s--dark .author-text p em { color: var(--terra); }

.s--dark .cta-btn { background: var(--terra); color: var(--paper); }
.s--dark .cta-btn:hover { background: var(--paper); color: var(--ink); }
.s--dark .cta-btn:hover .sp { color: var(--terra); }

.s--dark .faq-q { color: var(--paper); }
.s--dark .faq-q .num,
.s--dark .faq-q:hover { color: var(--terra); }
.s--dark .faq-q .toggle { color: var(--paper); }
.s--dark .faq-item[open] .toggle { color: var(--terra); }
.s--dark .faq-a { color: oklch(80% 0.02 75); }
.s--dark .faq-a em { color: var(--terra); }
.s--dark .faq-list, .s--dark .faq-item { border-color: oklch(28% 0.03 60); }
body {
  background-image:
    radial-gradient(oklch(20% 0.02 60 / 0.018) 1px, transparent 1.2px),
    radial-gradient(oklch(20% 0.02 60 / 0.012) 1px, transparent 1.4px);
  background-size: 3px 3px, 7px 7px;
  background-position: 0 0, 1px 1px;
}

a { color: inherit; text-decoration: none; }
button { font: inherit; cursor: pointer; }

/* ---------- TOPBAR ---------- */
.top {
  position: sticky; top: 0; z-index: 50;
  background: oklch(95.5% 0.018 82 / 0.94);
  backdrop-filter: blur(10px);
  border-bottom: 1px solid var(--line);
}
.top-inner {
  max-width: 1280px; margin: 0 auto;
  padding: 14px 32px;
  display: flex; align-items: center; justify-content: space-between;
  gap: var(--s-5);
}
.top-mark {
  font-family: var(--font-display);
  font-size: 22px; letter-spacing: -0.02em;
  display: inline-flex; align-items: baseline; gap: 6px;
}
.top-mark .sp { color: var(--terra); }
.top-mark em { font-style: italic; }
.top-meta {
  display: inline-flex; align-items: center; gap: var(--s-4);
  font-family: var(--font-mono);
  font-size: 11px;
  letter-spacing: var(--tr-wider);
  text-transform: uppercase;
  color: var(--ink-mute);
}
.top-cta {
  font-family: var(--font-sans);
  font-size: 14px; font-weight: 500;
  background: var(--ink); color: var(--paper);
  padding: 10px 16px;
  border: none;
  display: inline-flex; align-items: center; gap: 8px;
  transition: background .15s;
}
.top-cta:hover { background: var(--terra-deep); }
.top-cta .sp { color: var(--terra); }
.top-cta:hover .sp { color: var(--paper); }

/* ---------- WRAP ---------- */
.wrap {
  max-width: 1180px; margin: 0 auto;
  padding: 0 var(--s-7);
}

/* ---------- HERO ---------- */
.hero {
  padding: var(--s-9) 0 var(--s-8);
  border-bottom: 1px solid var(--ink);
}
.hero-eyebrow {
  display: inline-flex; align-items: center; gap: 8px;
  font-family: var(--font-mono);
  font-size: 12px;
  letter-spacing: var(--tr-wider);
  text-transform: uppercase;
  color: var(--ink);
  border: 1px solid var(--ink);
  padding: 6px 12px;
  margin-bottom: var(--s-7);
}
.hero-eyebrow .sp { color: var(--terra); font-size: 1.3em; }

.hero-title {
  font-family: var(--font-display);
  font-size: clamp(56px, 8vw, 124px);
  line-height: 0.95;
  letter-spacing: -0.035em;
  font-weight: 400;
  max-width: 17ch;
}
.hero-title em { font-style: italic; color: var(--terra); }

.hero-grid {
  margin-top: var(--s-7);
  display: flex;
  flex-direction: column;
  gap: var(--s-6);
  max-width: 720px;
}
.hero-lede {
  font-family: var(--font-serif);
  font-size: clamp(20px, 1.6vw, 24px);
  line-height: 1.45;
  color: var(--ink-soft);
  max-width: 38ch;
  font-style: italic;
}
.hero-lede em { color: var(--terra); }
.hero-bullets {
  list-style: none;
  display: flex; flex-direction: column;
  gap: var(--s-3);
  border-left: 1px solid var(--line);
  padding-left: var(--s-5);
}
.hero-bullets li {
  display: grid;
  grid-template-columns: 18px 1fr;
  gap: var(--s-3);
  font-family: var(--font-serif);
  font-size: var(--fs-md);
  line-height: 1.5;
  color: var(--ink);
}
.hero-bullets li .sp {
  color: var(--terra);
  font-size: 1.2em;
  line-height: 1;
  padding-top: 2px;
}
.hero-bullets li strong {
  font-family: var(--font-display);
  font-style: italic;
  font-weight: 400;
  font-size: 1.15em;
}

.hero-cta-row {
  margin-top: var(--s-7);
  display: flex; align-items: center; gap: var(--s-5);
  flex-wrap: wrap;
  border-top: 1px solid var(--line);
  padding-top: var(--s-5);
}
.cta-btn {
  font-family: var(--font-sans);
  font-size: 17px;
  font-weight: 500;
  background: var(--ink);
  color: var(--paper);
  border: none;
  padding: 18px 28px;
  display: inline-flex; align-items: center; gap: 12px;
  transition: background .15s, transform .12s;
}
.cta-btn:hover { background: var(--terra-deep); }
.cta-btn .sp { color: var(--terra); transition: transform .15s, color .15s; }
.cta-btn:hover .sp { color: var(--paper); transform: translateX(4px); }
.cta-btn--terra { background: var(--terra); }
.cta-btn--terra:hover { background: var(--terra-deep); }
.cta-trust {
  display: inline-flex; flex-wrap: wrap; gap: var(--s-4);
  font-family: var(--font-mono);
  font-size: 11px;
  letter-spacing: var(--tr-wider);
  text-transform: uppercase;
  color: var(--ink-mute);
}
.cta-trust span { display: inline-flex; align-items: center; gap: 6px; }
.cta-trust .sp { color: var(--terra); font-size: 1.2em; }

.hero-video {
  margin-top: var(--s-8);
  border: 1px solid var(--ink);
  background: var(--paper-deep);
  aspect-ratio: 16 / 9;
  position: relative;
  display: flex; align-items: center; justify-content: center;
  overflow: hidden;
}
.hero-video::before {
  content: ""; position: absolute; inset: 0;
  background:
    radial-gradient(circle at 30% 30%, oklch(30% 0.05 35 / 0.18), transparent 60%),
    radial-gradient(circle at 70% 70%, oklch(40% 0.06 60 / 0.12), transparent 55%),
    var(--ink);
}
.hero-video .play {
  position: relative;
  width: 92px; height: 92px;
  background: var(--paper);
  color: var(--ink);
  display: grid; place-items: center;
  border-radius: 50%;
  font-size: 28px;
  box-shadow: 0 24px 60px oklch(0% 0 0 / 0.35);
}
.hero-video .play::after { content: "▶"; transform: translateX(2px); }
.hero-video .vlabel {
  position: absolute; bottom: 16px; left: 16px;
  font-family: var(--font-mono);
  font-size: 11px;
  letter-spacing: var(--tr-wider);
  text-transform: uppercase;
  color: oklch(75% 0.02 75);
  display: flex; align-items: center; gap: 8px;
}
.hero-video .vlabel .sp { color: var(--terra); }
.hero-video .vtime {
  position: absolute; bottom: 16px; right: 16px;
  font-family: var(--font-mono);
  font-size: 11px;
  letter-spacing: var(--tr-wider);
  color: oklch(75% 0.02 75);
}

/* ---------- SECTION (page) ---------- */
.s {
  padding: var(--s-10) 0;
  border-bottom: 1px solid var(--line);
}
.s-num {
  font-family: var(--font-mono);
  font-size: 12px;
  letter-spacing: var(--tr-wider);
  text-transform: uppercase;
  color: var(--terra);
  border-top: 1.5px solid var(--terra);
  padding-top: 6px;
  display: inline-block;
  margin-bottom: var(--s-5);
  min-width: 80px;
}
.s-title {
  font-family: var(--font-display);
  font-size: clamp(40px, 5vw, 76px);
  line-height: 1;
  letter-spacing: -0.03em;
  font-weight: 400;
  max-width: 18ch;
}
.s-title em { font-style: italic; color: var(--terra); }
.s-lede {
  margin-top: var(--s-5);
  font-family: var(--font-serif);
  font-size: clamp(18px, 1.4vw, 22px);
  line-height: 1.5;
  color: var(--ink-soft);
  max-width: 56ch;
  font-style: italic;
}
.s-lede em { color: var(--terra); }

/* ---------- THE CYCLE (problem) ---------- */
.cycle-head {
  display: flex;
  flex-direction: column;
  gap: var(--s-5);
  margin-bottom: var(--s-7);
  max-width: 720px;
}
.cycle-days {
  margin-top: var(--s-7);
  display: grid;
  grid-template-columns: repeat(7, 1fr);
  gap: 0;
  border: 1px solid var(--line);
}
.cycle-day {
  padding: var(--s-4) var(--s-3);
  border-right: 1px solid var(--line);
  background: var(--paper);
  display: flex; flex-direction: column; gap: 6px;
  min-height: 160px;
}
.cycle-day:last-child { border-right: 0; }
.cycle-day .lbl {
  font-family: var(--font-mono);
  font-size: 11px;
  letter-spacing: var(--tr-wider);
  text-transform: uppercase;
  color: var(--ink-mute);
  border-bottom: 1px solid var(--line);
  padding-bottom: 4px;
}
.cycle-day .qty {
  font-family: var(--font-display);
  font-style: italic;
  font-size: 30px;
  line-height: 1;
  color: var(--ink);
  margin-top: 4px;
}
.cycle-day .qty.zero { color: var(--ink-mute); }
.cycle-day .desc {
  font-family: var(--font-serif);
  font-size: 13px;
  color: var(--ink-soft);
  line-height: 1.4;
  margin-top: auto;
}
.cycle-pull {
  margin-top: var(--s-7);
  font-family: var(--font-display);
  font-size: clamp(28px, 3.2vw, 44px);
  font-style: italic;
  line-height: 1.15;
  letter-spacing: -0.02em;
  border-left: 3px solid var(--terra);
  padding-left: var(--s-5);
  max-width: 56ch;
}
.cycle-pull em { color: var(--terra); }
.cycle-causes {
  margin-top: var(--s-7);
  display: grid; grid-template-columns: repeat(3, 1fr);
  gap: 0;
  border-top: 1px solid var(--ink);
  border-bottom: 1px solid var(--ink);
}
.cycle-cause {
  padding: var(--s-5);
  border-right: 1px solid var(--line);
  display: flex; flex-direction: column; gap: var(--s-2);
}
.cycle-cause:last-child { border-right: 0; }
.cycle-cause .what {
  font-family: var(--font-display);
  font-size: 26px;
  font-style: italic;
  letter-spacing: -0.015em;
  color: var(--ink-mute);
  text-decoration: line-through;
  text-decoration-thickness: 1px;
}
.cycle-cause .why {
  font-family: var(--font-serif);
  font-size: 14px;
  color: var(--ink-soft);
  line-height: 1.5;
}

/* ---------- ALTERNATIVES ---------- */
.alt-grid {
  margin-top: var(--s-7);
  display: grid; grid-template-columns: repeat(3, 1fr);
  gap: 0;
  border: 1px solid var(--line);
}
.alt {
  padding: var(--s-6) var(--s-5);
  border-right: 1px solid var(--line);
  background: var(--paper);
  display: flex; flex-direction: column; gap: var(--s-3);
}
.alt:last-child { border-right: 0; }
.alt .num {
  font-family: var(--font-mono);
  font-size: 11px;
  letter-spacing: var(--tr-wider);
  text-transform: uppercase;
  color: var(--ink-mute);
}
.alt h4 {
  font-family: var(--font-display);
  font-size: 26px;
  font-weight: 400;
  letter-spacing: -0.02em;
  line-height: 1.1;
}
.alt h4 em { font-style: italic; color: var(--terra); }
.alt p {
  font-family: var(--font-serif);
  font-size: 14.5px;
  color: var(--ink-soft);
  line-height: 1.55;
}
.alt .verdict {
  margin-top: auto;
  font-family: var(--font-mono);
  font-size: 11px;
  letter-spacing: var(--tr-wider);
  text-transform: uppercase;
  color: var(--ink-mute);
  border-top: 1px solid var(--line);
  padding-top: var(--s-3);
}

/* ---------- COORDINATES (3-step diagram) ---------- */
.coords {
  margin-top: var(--s-8);
  display: grid; grid-template-columns: repeat(3, 1fr);
  gap: 0;
  border: 1px solid var(--ink);
  background: var(--paper);
}
.coord-card {
  padding: var(--s-7) var(--s-5) var(--s-6);
  border-right: 1px solid var(--ink);
  display: flex; flex-direction: column; gap: var(--s-4);
  position: relative;
}
.coord-card:last-child { border-right: 0; }
.coord-card .pin {
  font-family: var(--font-mono);
  font-size: 11px;
  letter-spacing: var(--tr-wider);
  text-transform: uppercase;
  color: var(--terra);
  display: flex; align-items: center; gap: 8px;
}
.coord-card h3 {
  font-family: var(--font-display);
  font-size: clamp(40px, 4vw, 64px);
  line-height: 1;
  letter-spacing: -0.035em;
  font-weight: 400;
  font-style: italic;
  color: var(--ink);
}
.coord-card .before, .coord-card .after {
  font-family: var(--font-serif);
  font-size: 15px;
  line-height: 1.55;
}
.coord-card .before { color: var(--ink-mute); }
.coord-card .after { color: var(--ink); }
.coord-card .lbl {
  display: block;
  font-family: var(--font-mono);
  font-size: 11px;
  letter-spacing: var(--tr-wider);
  text-transform: uppercase;
  color: var(--terra);
  margin-bottom: 4px;
}
.coord-card .after .lbl { color: var(--terra); }
.coord-card .before .lbl { color: var(--ink-mute); }

.coord-prelude {
  margin-top: var(--s-6);
  display: flex; align-items: center; gap: var(--s-4);
  font-family: var(--font-serif);
  font-size: 16px; font-style: italic;
  color: var(--ink-soft);
  border-top: 1px solid var(--line);
  padding-top: var(--s-5);
}
.coord-prelude .sp { color: var(--terra); font-size: 1.5em; }
.coord-prelude em { color: var(--terra); }

/* dark variant — needs brighter values to read on ink */
.s--dark .coord-prelude {
  color: var(--paper);
  border-top-color: oklch(40% 0.05 148);
}
.s--dark .coord-prelude .sp,
.s--dark .coord-prelude em { color: oklch(72% 0.10 148); }

/* ---------- AUTHOR / PEDRO ---------- */
.author {
  display: grid;
  grid-template-columns: 1.4fr 1fr;
  gap: var(--s-7);
  align-items: start;
  margin-top: var(--s-7);
}
.author-text > * + * { margin-top: var(--s-4); }
.author-text p {
  font-family: var(--font-serif);
  font-size: 17px; line-height: 1.65;
  color: var(--ink); max-width: 56ch;
}
.author-text p em { color: var(--terra); font-style: italic; }
.author-text p strong { font-family: var(--font-display); font-style: italic; font-weight: 400; }
.author-list {
  list-style: none;
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
}
.author-list li {
  padding: var(--s-3) 0;
  font-family: var(--font-serif);
  font-size: 16px;
  border-bottom: 1px dashed var(--line-soft);
  display: flex;
  align-items: baseline;
  gap: var(--s-3);
}
.author-list li .sp { flex-shrink: 0; }
.author-list li:last-child { border-bottom: 0; }
.author-list li .sp { color: var(--terra); }
.author-list li em { font-style: italic; color: var(--terra); }

.author-portrait {
  border: 1px solid var(--ink);
  background: var(--paper-deep);
  aspect-ratio: 4/5;
  position: relative;
  overflow: hidden;
  display: flex; align-items: end; justify-content: start;
  padding: var(--s-5);
}
.author-portrait::before {
  content: "";
  position: absolute; inset: 0;
  background:
    linear-gradient(180deg, transparent 55%, oklch(20% 0.025 55 / 0.25) 100%),
    url("../assets/pedro-portrait.png") center 25% / cover no-repeat;
  filter: contrast(1.02) saturate(0.92);
}
.author-portrait .silhouette { display: none; }
.author-portrait .stamp {
  position: relative; z-index: 1;
  font-family: var(--font-mono);
  font-size: 10px;
  letter-spacing: var(--tr-wider);
  text-transform: uppercase;
  color: var(--paper);
  background: var(--ink);
  padding: 6px 10px;
}
.author-portrait .stamp .sp { color: var(--terra); }

/* ---------- FIT ---------- */
.fit-grid {
  margin-top: var(--s-7);
  display: grid; grid-template-columns: 1fr 1fr;
  gap: 0;
  border: 1px solid var(--ink);
}
.fit {
  padding: var(--s-6) var(--s-6);
  background: var(--paper);
}
.fit:first-child { border-right: 1px solid var(--ink); }
.fit h4 {
  font-family: var(--font-display);
  font-size: 32px;
  font-weight: 400;
  letter-spacing: -0.02em;
  line-height: 1.05;
  margin-bottom: var(--s-5);
  display: flex; align-items: center; gap: 12px;
}
.fit h4 em { font-style: italic; color: var(--terra); }
.fit h4 .mark {
  font-family: var(--font-mono);
  font-size: 12px;
  letter-spacing: var(--tr-wider);
  text-transform: uppercase;
  color: var(--terra);
  border: 1px solid var(--terra);
  padding: 4px 8px;
}
.fit.no h4 .mark { color: var(--ink-mute); border-color: var(--ink-mute); }
.fit.no h4 em { color: var(--ink-mute); }
.fit ul {
  list-style: none;
  display: flex; flex-direction: column;
  gap: 0;
}
.fit ul li {
  padding: 14px 0;
  border-bottom: 1px dashed var(--line-soft);
  display: flex;
  align-items: baseline;
  gap: var(--s-3);
  font-family: var(--font-serif);
  font-size: 15.5px;
  line-height: 1.5;
}
.fit ul li .sp { flex-shrink: 0; }
.fit ul li:last-child { border-bottom: 0; }
.fit.yes li .sp { color: var(--terra); }
.fit.no li .sp { color: var(--ink-mute); }
.fit.no li { color: var(--ink-mute); }

/* ---------- INCLUDED ---------- */
.included {
  margin-top: var(--s-7);
  display: grid; grid-template-columns: 1fr 1fr;
  gap: 0;
  border: 1px solid var(--line);
}
.incl {
  padding: var(--s-6);
  border-right: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
  background: var(--paper);
  display: grid; grid-template-columns: 56px 1fr;
  gap: var(--s-4);
  align-items: start;
}
.incl:nth-child(2n) { border-right: 0; }
.incl:nth-last-child(-n+2) { border-bottom: 0; }
.incl .num {
  font-family: var(--font-display);
  font-style: italic;
  font-size: 44px;
  line-height: 1;
  color: var(--terra);
}
.incl h4 {
  font-family: var(--font-display);
  font-size: 26px;
  font-weight: 400;
  letter-spacing: -0.02em;
  line-height: 1.1;
  margin-bottom: 8px;
}
.incl h4 em { font-style: italic; color: var(--terra); }
.incl p {
  font-family: var(--font-serif);
  font-size: 14.5px;
  line-height: 1.55;
  color: var(--ink-soft);
}
.incl .price {
  margin-top: var(--s-3);
  font-family: var(--font-mono);
  font-size: 11px;
  letter-spacing: var(--tr-wider);
  text-transform: uppercase;
  color: var(--terra);
  border-top: 1px solid var(--line);
  padding-top: 8px;
}

/* ---------- BONUSES ---------- */
.bonuses {
  margin-top: var(--s-7);
  display: grid; grid-template-columns: repeat(3, 1fr);
  gap: var(--s-5);
}
.bonus {
  border: 1px solid var(--ink);
  background: var(--paper);
  padding: 0;
  display: flex; flex-direction: column;
  position: relative;
}
.bonus .visual {
  aspect-ratio: 4/3;
  background: var(--paper-deep);
  border-bottom: 1px solid var(--ink);
  position: relative;
  overflow: hidden;
  display: flex; align-items: center; justify-content: center;
}
.bonus-1 .visual {
  background:
    linear-gradient(180deg, oklch(92% 0.030 80), oklch(86% 0.040 60));
}
.bonus-2 .visual {
  background:
    linear-gradient(150deg, oklch(20% 0.02 60), oklch(30% 0.04 40));
}
.bonus-3 .visual {
  background:
    linear-gradient(180deg, oklch(40% 0.10 35), oklch(28% 0.08 30));
}
.bonus .visual .vbox {
  position: relative;
  width: 64%; aspect-ratio: 3/4;
  background: var(--paper);
  border: 1px solid var(--ink);
  padding: 12px;
  display: flex; flex-direction: column; gap: 8px;
  box-shadow: 0 16px 40px oklch(0% 0 0 / 0.25);
}
.bonus .visual .vbox .l1 { font-family: var(--font-display); font-size: 18px; font-style: italic; line-height: 1; }
.bonus .visual .vbox .l2 { height: 1px; background: var(--line); }
.bonus .visual .vbox .l3 { font-family: var(--font-mono); font-size: 8px; letter-spacing: var(--tr-wider); text-transform: uppercase; color: var(--ink-mute); }
.bonus .visual .vbox .l4 { font-family: var(--font-display); font-size: 22px; line-height: 1; color: var(--terra); font-style: italic; }
.bonus .visual .vbox .l5 { height: 6px; background: var(--ink); width: 60%; }
.bonus .visual .vbox .l6 { height: 4px; background: var(--line); width: 80%; }
.bonus .visual .vbox .l7 { height: 4px; background: var(--line); width: 70%; }

.bonus-2 .vbox, .bonus-3 .vbox { background: var(--paper); }
.bonus .visual .play-mini {
  position: absolute; bottom: 16px; right: 16px;
  width: 40px; height: 40px; border-radius: 50%;
  background: var(--paper); display: grid; place-items: center;
  font-size: 14px; color: var(--ink);
}
.bonus .visual .play-mini::after { content: "▶"; transform: translateX(1px); }
.bonus .body {
  padding: var(--s-5);
  display: flex; flex-direction: column; gap: var(--s-3);
  flex: 1;
}
.bonus .num {
  font-family: var(--font-mono);
  font-size: 11px;
  letter-spacing: var(--tr-wider);
  text-transform: uppercase;
  color: var(--terra);
}
.bonus h4 {
  font-family: var(--font-display);
  font-size: 26px;
  font-weight: 400;
  letter-spacing: -0.02em;
  line-height: 1.1;
}
.bonus h4 em { font-style: italic; color: var(--terra); }
.bonus p {
  font-family: var(--font-serif);
  font-size: 14.5px;
  color: var(--ink-soft);
  line-height: 1.5;
}
.bonus .ref {
  margin-top: auto;
  font-family: var(--font-mono);
  font-size: 11px;
  letter-spacing: var(--tr-wider);
  text-transform: uppercase;
  color: var(--ink);
  border-top: 1px solid var(--line);
  padding-top: var(--s-3);
}
.bonus .ref strong { color: var(--terra); font-weight: 600; }

/* ---------- PRICING ---------- */
.price-block {
  margin-top: var(--s-7);
  border: 2px solid var(--ink);
  background: var(--paper);
  padding: var(--s-8) var(--s-7);
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  gap: var(--s-5);
  position: relative;
}
.price-block::before {
  content: "✦";
  position: absolute;
  top: -16px; left: 50%;
  transform: translateX(-50%);
  background: var(--paper);
  color: var(--terra);
  font-size: 32px;
  width: 32px; height: 32px;
  display: grid; place-items: center;
  line-height: 1;
}
.price-compare {
  display: flex; flex-direction: column; align-items: center;
  gap: var(--s-3);
}
.price-compare .label {
  font-family: var(--font-mono);
  font-size: 11px;
  letter-spacing: var(--tr-wider);
  text-transform: uppercase;
  color: var(--ink-mute);
}
.price-compare .market {
  font-family: var(--font-serif);
  font-size: 15px;
  font-style: italic;
  color: var(--ink-mute);
  text-decoration: line-through;
  text-decoration-thickness: 1px;
  line-height: 1.3;
}
.price-compare .here {
  font-family: var(--font-display);
  font-size: clamp(56px, 6vw, 88px);
  font-style: italic;
  line-height: 0.95;
  letter-spacing: -0.025em;
  color: var(--ink);
  margin-top: 6px;
}
.price-compare .here em { color: var(--terra); font-style: italic; }
.price-compare .sub {
  font-family: var(--font-serif);
  font-size: 16px;
  color: var(--ink-soft);
  font-style: italic;
}

.price-side {
  display: flex; flex-direction: column; gap: var(--s-3);
  align-items: center;
  text-align: center;
  width: 100%;
  max-width: 360px;
}
.price-side .install {
  font-family: var(--font-display);
  font-style: italic;
  font-size: 22px;
  line-height: 1.1;
}
.price-side .install strong { color: var(--terra); font-style: italic; font-weight: 400; }
.price-side .savings {
  font-family: var(--font-mono);
  font-size: 11px;
  letter-spacing: var(--tr-wider);
  text-transform: uppercase;
  color: var(--terra);
  display: inline-flex; align-items: center; gap: 8px;
}
.price-side .savings .sp { font-size: 1.3em; }
.price-side .cta-btn { width: 100%; justify-content: center; gap: var(--s-3); }
.price-side .micro {
  font-family: var(--font-mono);
  font-size: 10px;
  letter-spacing: var(--tr-wider);
  text-transform: uppercase;
  color: var(--ink-mute);
  text-align: center;
}

.trust-row {
  margin-top: var(--s-5);
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 0;
  border: 1px solid var(--line);
}
.trust-row > div {
  padding: var(--s-4);
  border-right: 1px solid var(--line);
  background: var(--paper);
  display: flex; flex-direction: column; gap: 6px;
  align-items: flex-start;
}
.trust-row > div:last-child { border-right: 0; }
.trust-row .sp { color: var(--terra); font-size: 18px; }
.trust-row .t {
  font-family: var(--font-display);
  font-style: italic;
  font-size: 17px;
}
.trust-row .d {
  font-family: var(--font-mono);
  font-size: 10px;
  letter-spacing: var(--tr-wider);
  text-transform: uppercase;
  color: var(--ink-mute);
}

/* ---------- GUARANTEE ---------- */
.guar {
  margin-top: var(--s-7);
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 0;
  border: 1px solid var(--ink);
}
.guar > div {
  padding: var(--s-6) var(--s-6);
  background: var(--paper);
  display: flex; flex-direction: column; gap: var(--s-3);
}
.guar > div:first-child { border-right: 1px solid var(--ink); }
.guar .days {
  font-family: var(--font-display);
  font-size: 80px;
  line-height: 0.85;
  font-style: italic;
  color: var(--terra);
  letter-spacing: -0.04em;
}
.guar h4 {
  font-family: var(--font-display);
  font-size: 26px;
  font-weight: 400;
  letter-spacing: -0.02em;
  line-height: 1.1;
}
.guar h4 em { font-style: italic; color: var(--terra); }
.guar p {
  font-family: var(--font-serif);
  font-size: 15px;
  line-height: 1.55;
  color: var(--ink-soft);
}
.guar-quote {
  margin-top: var(--s-6);
  text-align: center;
  font-family: var(--font-display);
  font-style: italic;
  font-size: clamp(24px, 2.4vw, 36px);
  letter-spacing: -0.02em;
  line-height: 1.2;
  color: var(--ink);
}

/* ---------- FAQ ---------- */
.faq-list {
  margin-top: var(--s-7);
  border-top: 1px solid var(--ink);
}
.faq-item {
  border-bottom: 1px solid var(--line);
}
.faq-q {
  width: 100%;
  background: transparent;
  border: none;
  padding: var(--s-5) 0;
  display: grid;
  grid-template-columns: 56px 1fr 28px;
  gap: var(--s-3);
  align-items: center;
  text-align: left;
  font-family: var(--font-display);
  font-size: clamp(20px, 1.8vw, 26px);
  font-weight: 400;
  letter-spacing: -0.015em;
  line-height: 1.2;
  color: var(--ink);
  transition: color .15s;
}
.faq-q:hover { color: var(--terra); }
.faq-q .num {
  font-family: var(--font-mono);
  font-size: 11px;
  letter-spacing: var(--tr-wider);
  text-transform: uppercase;
  color: var(--terra);
}
.faq-q .toggle {
  font-family: var(--font-display);
  font-size: 26px;
  color: var(--ink);
  transition: transform .25s;
  text-align: right;
  font-style: italic;
}
.faq-item[open] .toggle { transform: rotate(45deg); color: var(--terra); }
.faq-a {
  padding: 0 var(--s-5) var(--s-5) calc(56px + var(--s-3));
  font-family: var(--font-serif);
  font-size: 16px;
  line-height: 1.6;
  color: var(--ink-soft);
  max-width: 64ch;
}
.faq-a em { color: var(--terra); font-style: italic; }

/* ---------- FINAL ---------- */
.final {
  background: var(--ink);
  color: var(--paper);
  padding: var(--s-10) 0 var(--s-9);
  position: relative;
  overflow: hidden;
}
.final::before {
  content: "✦";
  position: absolute;
  top: 8%; right: 6%;
  font-size: clamp(220px, 28vw, 380px);
  color: oklch(35% 0.10 35);
  line-height: 1;
  opacity: 0.45;
  pointer-events: none;
}
.final .wrap { position: relative; z-index: 1; }
.final-eyebrow {
  font-family: var(--font-mono);
  font-size: 11px;
  letter-spacing: var(--tr-wider);
  text-transform: uppercase;
  color: oklch(80% 0.04 60);
  display: flex; align-items: center; justify-content: center; gap: 8px;
  margin-bottom: var(--s-5);
}
.final-eyebrow .sp { color: var(--terra); font-size: 1.4em; }
.final h2 {
  font-family: var(--font-display);
  font-size: clamp(48px, 6vw, 96px);
  line-height: 0.98;
  letter-spacing: -0.035em;
  font-weight: 400;
  max-width: 18ch;
  margin: 0 auto;
  text-align: center;
}
.final h2 em { font-style: italic; color: var(--terra); }
.final-body {
  margin: var(--s-6) auto 0;
  display: flex;
  flex-direction: column;
  gap: var(--s-6);
  max-width: 720px;
  align-items: center;
  text-align: center;
}
.final-body p {
  font-family: var(--font-serif);
  font-size: 18px;
  line-height: 1.6;
  color: oklch(82% 0.02 75);
  max-width: 60ch;
}
.final-body p em { color: var(--terra); font-style: italic; }
.final-body .right {
  display: flex; flex-direction: column; gap: var(--s-4);
  align-items: center;
  margin-top: var(--s-3);
}
.final-body .cta-btn { background: var(--terra); }
.final-body .cta-btn:hover { background: var(--paper); color: var(--ink); }
.final-body .cta-btn:hover .sp { color: var(--terra); }
.final-body .right .micro {
  font-family: var(--font-mono);
  font-size: 11px;
  letter-spacing: var(--tr-wider);
  text-transform: uppercase;
  color: oklch(70% 0.04 60);
  display: inline-flex; gap: var(--s-4); flex-wrap: wrap;
}
.final-body .right .micro .sp { color: var(--terra); }

/* ---------- FOOTER ---------- */
.foot {
  background: var(--ink);
  color: oklch(72% 0.02 75);
  border-top: 1px solid oklch(28% 0.03 60);
  padding: var(--s-6) 0;
}
.foot .wrap {
  display: flex;
  flex-direction: column;
  gap: var(--s-4);
  max-width: 880px;
  margin: 0 auto;
  text-align: center;
}
.foot p {
  font-family: var(--font-serif);
  font-size: 13px;
  line-height: 1.55;
}
.foot .legal {
  font-family: var(--font-mono);
  font-size: 10px;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  color: oklch(58% 0.02 75);
  line-height: 1.7;
  max-width: 720px;
  margin: 0 auto;
}

/* ---------- RESPONSIVE ---------- */
@media (max-width: 1100px) {
  .hero-grid, .cycle-head, .author, .final-body, .foot .wrap { grid-template-columns: 1fr; }
  .alt-grid { grid-template-columns: 1fr; }
  .alt { border-right: 0; border-bottom: 1px solid var(--line); }
  .alt:last-child { border-bottom: 0; }
  .coords { grid-template-columns: 1fr; }
  .coord-card { border-right: 0; border-bottom: 1px solid var(--ink); }
  .coord-card:last-child { border-bottom: 0; }
  .cycle-causes { grid-template-columns: 1fr; }
  .cycle-cause { border-right: 0; border-bottom: 1px solid var(--line); }
  .cycle-cause:last-child { border-bottom: 0; }
  .bonuses { grid-template-columns: 1fr; }
  .price-block { grid-template-columns: 1fr; }
  .trust-row { grid-template-columns: repeat(2, 1fr); }
  .trust-row > div:nth-child(2) { border-right: 0; }
  .trust-row > div:nth-child(-n+2) { border-bottom: 1px solid var(--line); }
  .guar, .fit-grid, .included { grid-template-columns: 1fr; }
  .guar > div:first-child, .fit:first-child, .incl { border-right: 0; }
  .guar > div:first-child, .fit:first-child { border-bottom: 1px solid var(--ink); }
  .incl { border-bottom: 1px solid var(--line); }
  .incl:last-child { border-bottom: 0; }
  .cycle-days { grid-template-columns: repeat(7, minmax(80px, 1fr)); overflow-x: auto; }
}
@media (max-width: 700px) {
  .wrap { padding: 0 var(--s-5); }
  .top-meta { display: none; }
  .hero { padding: var(--s-7) 0 var(--s-7); }
  .s { padding: var(--s-8) 0; }
  .cycle-days { display: grid; grid-template-columns: repeat(2, 1fr); overflow: visible; }
  .cycle-day { border-right: 1px solid var(--line); border-bottom: 1px solid var(--line); }
  .cycle-day:nth-child(2n) { border-right: 0; }
  .price-block { padding: var(--s-5); }
  .price-side { min-width: 0; }
}
