:root {
  --bg: #f6f5f1;
  --surface: #ffffff;
  --surface-alt: #faf9f5;
  --ink: #0a0a0a;
  --ink-2: #2a2a2a;
  --muted: #5a5a5a;
  --dim: #8c8a85;
  --rule: #e5e2db;
  --rule-dark: #c9c6be;
  --acid: #7ec800;
  --acid-soft: rgba(126, 200, 0, 0.14);
  --acid-fill: #c6ff33;
  --red: #c63939;
  --font-display: 'Archivo', system-ui, sans-serif;
  --font-body: 'Inter', system-ui, sans-serif;
  --font-mono: 'JetBrains Mono', ui-monospace, monospace;
  --radius: 10px;
  --shadow-sm: 0 1px 2px rgba(10,10,10,0.04);
  --shadow-md: 0 4px 14px rgba(10,10,10,0.06);
  --shadow-lg: 0 14px 36px rgba(10,10,10,0.12);
}

* { box-sizing: border-box; }

.nowrap { white-space: nowrap; }

html, body {
  margin: 0;
  background: var(--bg);
  color: var(--ink);
  font-family: var(--font-body);
  font-size: 16px;
  line-height: 1.55;
  -webkit-font-smoothing: antialiased;
}

body { min-height: 100vh; overflow-x: hidden; }

section { padding: 72px 24px; }

.section {
  max-width: 760px;
  margin: 0 auto;
}

.section__head-wrap { margin-bottom: 32px; }

.section__kicker {
  font-family: var(--font-mono);
  font-size: 10px;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  color: var(--acid);
  margin-bottom: 8px;
  font-weight: 700;
}

.section__title {
  font-family: var(--font-display);
  font-size: 36px;
  font-weight: 800;
  letter-spacing: -0.01em;
  line-height: 1.15;
  margin: 0;
  color: var(--ink);
}

.section__cta { margin-top: 40px; text-align: center; }

/* ========== NAV ========== */
.nav {
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 24px 24px 0;
  max-width: 1100px;
  margin: 0 auto;
  font-family: var(--font-mono);
  font-size: 10px;
  letter-spacing: 0.22em;
  text-transform: uppercase;
}

.nav__mark {
  color: var(--ink);
  background: var(--acid-fill);
  font-weight: 700;
  padding: 4px 8px;
  border-radius: 3px;
}

.nav__title { color: var(--muted); }

/* ========== HERO ========== */
.hero {
  padding: 40px 24px 72px;
  border-bottom: 1px solid var(--rule);
}

.hero__inner {
  max-width: 1200px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: 5fr 7fr;
  gap: 48px;
  align-items: center;
}

.hero__copy { }

.hero__kicker {
  font-family: var(--font-mono);
  font-size: 10px;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  color: var(--acid);
  margin-bottom: 16px;
  font-weight: 700;
}

.hero__title {
  font-family: var(--font-display);
  font-size: 52px;
  font-weight: 900;
  letter-spacing: -0.02em;
  line-height: 1.02;
  margin: 0 0 18px;
  color: var(--ink);
}

.hero__title .acid {
  color: var(--acid);
  font-style: italic;
  font-weight: 800;
}

.hero__sub {
  color: var(--muted);
  font-size: 18px;
  line-height: 1.5;
  max-width: 440px;
  margin: 0 0 14px;
}

.hero__note {
  color: var(--dim);
  font-family: var(--font-mono);
  font-size: 11px;
  line-height: 1.5;
  letter-spacing: 0.02em;
  max-width: 440px;
  margin: 0 0 28px;
}

.hero__actions {
  display: flex;
  flex-direction: column;
  gap: 10px;
  align-items: flex-start;
}

.hero__trust {
  font-family: var(--font-mono);
  font-size: 10px;
  letter-spacing: 0.14em;
  color: var(--muted);
  text-transform: uppercase;
}

/* ========== PRODUCT COLLAGE · device scene ========== */
.collage {
  position: relative;
  width: 100%;
  aspect-ratio: 5 / 4;
  max-width: 820px;
  margin-left: auto;
}

/* Compact variant — for reuse in "What You Get" section */
.collage--compact {
  max-width: 520px;
  margin: 0 auto 40px;
}

/* Documents fanned behind — white pages with legible content */
.collage__doc {
  position: absolute;
  top: 2%;
  width: 26%;
  aspect-ratio: 3 / 4;
  overflow: hidden;
  border-radius: 4px;
  background: #fff;
  box-shadow: 0 14px 28px rgba(10,10,10,0.2), 0 3px 8px rgba(10,10,10,0.12);
  z-index: 1;
  container-type: size;
  container-name: doc;
}

/* Page mock · light-themed product-shot page */
.page {
  width: 100%;
  height: 100%;
  padding: 8% 8% 6%;
  background: #fff;
  color: #0a0a0a;
  font-family: var(--font-body);
  display: flex;
  flex-direction: column;
  gap: 3%;
}

.page__badge {
  display: inline-block;
  align-self: flex-start;
  font-family: var(--font-mono);
  font-size: 3.2cqw;
  letter-spacing: 0.14em;
  padding: 1.4cqw 2.6cqw;
  border: 1px solid #0a0a0a;
  border-radius: 99px;
  font-weight: 700;
  line-height: 1;
}

.page__title {
  font-family: var(--font-display);
  font-weight: 800;
  font-size: 8cqw;
  line-height: 1.02;
  letter-spacing: -0.02em;
  margin: 0;
}

.page__title em {
  font-family: 'Playfair Display', Georgia, serif;
  font-style: italic;
  font-weight: 400;
}

.page__acid {
  background: linear-gradient(180deg, transparent 60%, #c6ff33 60%);
  padding: 0 2px;
}

.page__lede {
  font-size: 3.6cqw;
  line-height: 1.3;
  color: #2a2a2a;
  margin: 0;
}

.page__list,
.page__steps,
.page__days {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-direction: column;
  gap: 1.4cqw;
}

.page__list li,
.page__steps li,
.page__days li {
  display: flex;
  align-items: center;
  gap: 2.6cqw;
  font-size: 3.8cqw;
  font-weight: 600;
  padding: 1.2cqw 0;
  border-bottom: 1px solid #e5e2db;
}

.page__list li:last-child,
.page__steps li:last-child,
.page__days li:last-child {
  border-bottom: none;
}

.page__chip {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 7cqw;
  height: 7cqw;
  border: 1.5px solid #7ec800;
  background: rgba(126, 200, 0, 0.12);
  color: #4d7a00;
  border-radius: 4px;
  font-family: var(--font-mono);
  font-size: 3cqw;
  font-weight: 700;
  letter-spacing: 0.05em;
  flex-shrink: 0;
}

.page__steps li > span:first-child,
.page__days li > span:first-child {
  font-family: var(--font-mono);
  font-size: 3.4cqw;
  color: #7ec800;
  font-weight: 700;
  letter-spacing: 0.06em;
  min-width: 6cqw;
}

.page__quote {
  border-left: 2px solid #7ec800;
  padding: 2cqw 0 2cqw 3cqw;
  margin: 1cqw 0;
}

.page__quote-kicker {
  font-family: var(--font-mono);
  font-size: 2.8cqw;
  letter-spacing: 0.18em;
  color: #7ec800;
  font-weight: 700;
  margin-bottom: 1cqw;
}

.page__quote-body {
  font-size: 3.4cqw;
  font-style: italic;
  line-height: 1.3;
  color: #2a2a2a;
}

.page__foot {
  margin-top: auto;
  display: flex;
  justify-content: space-between;
  font-family: var(--font-mono);
  font-size: 2.4cqw;
  letter-spacing: 0.18em;
  color: #8c8a85;
  padding-top: 3cqw;
  border-top: 1px solid #e5e2db;
}

.collage__doc--far-left {
  left: 2%;
  transform: rotate(-18deg);
  top: 10%;
  z-index: 0;
}

.collage__doc--left {
  left: 20%;
  transform: rotate(-9deg);
  z-index: 1;
}

.collage__doc--right {
  left: 38%;
  transform: rotate(3deg);
  top: 2%;
  z-index: 1;
}

.collage__doc--far-right {
  left: 54%;
  transform: rotate(11deg);
  top: 6%;
  z-index: 1;
}

/* 5th fanned card — the FREE bonus prompt pack */
.collage__doc--bonus {
  left: 70%;
  transform: rotate(18deg);
  top: 12%;
  z-index: 2;
  overflow: visible;
}

/* Card content still clipped by its inner page wrapper */
.collage__doc--bonus .page {
  border-radius: 4px;
  overflow: hidden;
}

.collage__free-badge {
  position: absolute;
  top: -14px;
  right: -14px;
  background: var(--acid-fill);
  color: var(--ink);
  font-family: var(--font-mono);
  font-size: 11px;
  font-weight: 900;
  letter-spacing: 0.2em;
  padding: 6px 14px;
  border-radius: 999px;
  z-index: 3;
  box-shadow: 0 6px 14px rgba(10,10,10,0.3);
  /* No counter-rotation — badge rides on the card's 18° angle */
  white-space: nowrap;
}

/* Bonus page styling — distinct background so it reads as "the bonus" */
.page--bonus {
  background: linear-gradient(180deg, #fff 0%, rgba(198, 255, 51, 0.08) 100%);
}

.page__badge--acid {
  background: var(--acid-fill);
  border-color: var(--acid-fill);
  color: var(--ink);
}

/* Desktop monitor · center anchor · largest device */
.collage__desktop {
  position: absolute;
  top: 18%;
  left: 22%;
  width: 62%;
  z-index: 4;
}

.collage__desktop-screen {
  width: 100%;
  aspect-ratio: 16 / 10;
  background: var(--ink);
  border: 10px solid #1a1a1a;
  border-radius: 8px;
  overflow: hidden;
  box-shadow: 0 24px 44px rgba(10,10,10,0.25), 0 4px 8px rgba(10,10,10,0.12);
}

.collage__desktop-screen img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center top;
}

.collage__desktop-stand {
  width: 10%;
  height: 7%;
  margin: 0 auto;
  background: linear-gradient(to bottom, #2a2a2a 0%, #1a1a1a 100%);
}

.collage__desktop-base {
  width: 32%;
  height: 4px;
  margin: 0 auto;
  background: linear-gradient(to bottom, #2a2a2a 0%, #0f0f0f 100%);
  border-radius: 2px;
  box-shadow: 0 2px 6px rgba(10,10,10,0.22);
}

/* Laptop · right · Stripe receipts */
.collage__laptop {
  position: absolute;
  top: 48%;
  right: -6%;
  width: 40%;
  z-index: 5;
  transform: rotate(4deg);
}

.collage__laptop-screen {
  width: 100%;
  aspect-ratio: 16 / 10;
  background: #fff;
  border: 6px solid #1a1a1a;
  border-radius: 6px 6px 1px 1px;
  overflow: hidden;
  box-shadow: 0 18px 30px rgba(10,10,10,0.22), 0 2px 4px rgba(10,10,10,0.1);
}

.collage__laptop-screen img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center top;
}

.collage__laptop-base {
  width: 112%;
  height: 6px;
  margin-left: -6%;
  background: linear-gradient(to bottom, #c8c6c1 0%, #9b9892 50%, #706e69 100%);
  border-radius: 0 0 6px 6px;
  box-shadow: 0 2px 6px rgba(10,10,10,0.2);
  position: relative;
}

.collage__laptop-base::before {
  content: "";
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 14%;
  height: 3px;
  background: #706e69;
  border-radius: 0 0 3px 3px;
}

/* Tablet · left · ebook cover */
.collage__tablet {
  position: absolute;
  top: 36%;
  left: -5%;
  width: 32%;
  aspect-ratio: 3 / 4;
  z-index: 5;
  padding: 10px;
  border-radius: 22px;
  background: linear-gradient(145deg, #e8e6e0 0%, #c8c5bd 45%, #9e9b93 100%);
  overflow: hidden;
  transform: perspective(900px) rotateY(8deg) rotate(-6deg);
  box-shadow:
    inset 0 0 0 1px rgba(255, 255, 255, 0.5),
    inset 0 -2px 6px rgba(10, 10, 10, 0.15),
    0 24px 40px rgba(10, 10, 10, 0.28),
    0 6px 14px rgba(10, 10, 10, 0.15);
}

.collage__tablet img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center top;
  background: var(--ink);
  border-radius: 12px;
}

/* Phone · front-center overlapping desktop base · TasteLanc */
.collage__phone {
  position: absolute;
  bottom: -2%;
  left: 38%;
  width: 20%;
  aspect-ratio: 9 / 19;
  z-index: 6;
  border: 6px solid var(--ink);
  border-radius: 22px;
  background: var(--ink);
  overflow: hidden;
  transform: rotate(-4deg);
  box-shadow: 0 18px 34px rgba(10,10,10,0.24);
}

.collage__phone img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

/* ========== PRODUCT COLLAGE · mobile variant ========== */
/* Hidden on desktop; shown on narrow viewports */
.collage-mobile {
  display: none;
  position: relative;
  width: 100%;
  max-width: 480px;
  aspect-ratio: 4 / 3;
  margin: 0 auto;
}

.collage-mobile--compact {
  max-width: 360px;
  margin: 0 auto 32px;
}

.collage-mobile__doc {
  position: absolute;
  top: 4%;
  left: 58%;
  width: 40%;
  aspect-ratio: 3 / 4;
  overflow: hidden;
  border-radius: 4px;
  background: #fff;
  box-shadow: 0 12px 28px rgba(10,10,10,0.2), 0 3px 8px rgba(10,10,10,0.12);
  transform: rotate(10deg);
  z-index: 1;
  container-type: size;
  container-name: doc;
}

.collage-mobile__tablet {
  position: absolute;
  top: 10%;
  left: 12%;
  width: 44%;
  aspect-ratio: 3 / 4;
  border: 8px solid var(--ink);
  border-radius: 14px;
  background: var(--ink);
  overflow: hidden;
  transform: rotate(-6deg);
  box-shadow: 0 18px 32px rgba(10,10,10,0.22);
  z-index: 2;
}

.collage-mobile__tablet img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.collage-mobile__phone {
  position: absolute;
  bottom: 0;
  left: 42%;
  width: 28%;
  aspect-ratio: 9 / 19;
  border: 5px solid var(--ink);
  border-radius: 18px;
  background: var(--ink);
  overflow: hidden;
  transform: rotate(4deg);
  box-shadow: 0 16px 30px rgba(10,10,10,0.22);
  z-index: 3;
}

.collage-mobile__phone img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

/* ========== BUTTONS ========== */
.btn {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  padding: 14px 26px;
  font-family: var(--font-mono);
  font-size: 12px;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  font-weight: 700;
  text-decoration: none;
  border: 2px solid transparent;
  border-radius: 6px;
  cursor: pointer;
  transition: transform 0.08s ease, background 0.15s, color 0.15s, border-color 0.15s;
}

.btn:active { transform: translateY(1px); }

.btn--primary {
  background: var(--ink);
  color: var(--bg);
}
.btn--primary:hover { background: var(--ink-2); }

.btn--lg { padding: 18px 32px; font-size: 13px; }

.btn__price {
  padding: 4px 10px;
  background: var(--acid-fill);
  color: var(--ink);
  border-radius: 3px;
  font-weight: 900;
  letter-spacing: 0.08em;
}

.btn--on-dark .btn__price {
  background: var(--acid);
  color: var(--ink);
}

.btn--ghost {
  background: transparent;
  color: var(--ink);
  border-color: var(--ink);
}
.btn--ghost:hover { background: var(--ink); color: var(--bg); }

/* ========== STICKY CTA ========== */
/* Sticky CTA — hidden by default on desktop, shown on mobile AFTER hero scrolls past */
.sticky-cta {
  position: fixed;
  bottom: 16px;
  left: 50%;
  transform: translateX(-50%) translateY(120%);
  z-index: 30;
  padding: 0 16px;
  width: 100%;
  max-width: 420px;
  display: none;
  justify-content: center;
  pointer-events: none;
  transition: transform 0.3s ease-out;
}

.sticky-cta.is-visible {
  transform: translateX(-50%) translateY(0);
}

.sticky-cta .btn {
  pointer-events: auto;
  width: 100%;
  max-width: 360px;
  justify-content: center;
  padding: 16px 20px;
  font-size: 13px;
  box-shadow: 0 12px 32px rgba(10,10,10,0.25);
}

/* Mobile only — desktop doesn't need it */
@media (max-width: 900px) {
  .sticky-cta { display: flex; }
}

/* ========== PROOF ========== */
.proof {
  background: var(--surface);
  border-bottom: 1px solid var(--rule);
  padding: 72px 24px;
}

.proof .section__head-wrap {
  max-width: 760px;
  margin: 0 auto 32px;
}

.proof__row {
  max-width: 760px;
  margin: 0 auto 32px;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 16px;
}

.proof__stat {
  padding: 26px 20px;
  background: var(--surface);
  border: 1px solid var(--rule);
  border-radius: var(--radius);
  text-align: center;
  box-shadow: var(--shadow-sm);
}

.proof__stat--accent {
  background: var(--acid-fill);
  border-color: #a7d921;
}

.proof__num {
  font-family: var(--font-display);
  font-size: 44px;
  font-weight: 900;
  letter-spacing: -0.02em;
  line-height: 1;
  color: var(--ink);
  margin-bottom: 10px;
}

.proof__num-unit {
  font-size: 28px;
  font-weight: 800;
  margin-left: 2px;
  color: var(--acid);
  vertical-align: top;
}

.proof__unit {
  font-family: var(--font-mono);
  font-size: 10px;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: var(--muted);
  font-weight: 700;
}

/* Proof stack — Stripe in front, App Store tucked behind-right */
.proof__stack {
  position: relative;
  max-width: 840px;
  margin: 0 auto 48px;
  padding: 40px 24px 60px;
}

.proof__card {
  margin: 0;
  padding: 16px;
  background: var(--surface);
  border: 1px solid var(--rule);
  border-radius: 8px;
  box-shadow: 0 20px 40px rgba(10, 10, 10, 0.14), 0 4px 10px rgba(10, 10, 10, 0.08);
}

.proof__card img {
  width: 100%;
  height: auto;
  display: block;
  border-radius: 4px;
}

.proof__card figcaption {
  font-family: var(--font-mono);
  font-size: 10px;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: var(--dim);
  margin-top: 10px;
  text-align: center;
  line-height: 1.5;
}

/* Back card — tucked behind-right, slight rotation, smaller so Stripe dominates */
.proof__card--back {
  position: absolute;
  top: 0;
  right: 0;
  width: 56%;
  transform: rotate(4deg);
  z-index: 1;
}

/* Front card — the Stripe one, centered, full width */
.proof__card--front {
  position: relative;
  width: 78%;
  margin: 36px auto 0;
  z-index: 2;
  transform: rotate(-1deg);
}

@media (max-width: 720px) {
  .proof__stack { padding: 20px 12px 40px; }
  .proof__card--back { width: 68%; top: 0; right: -4%; }
  .proof__card--front { width: 88%; margin-top: 24px; }
  .proof__card figcaption { font-size: 8.5px; letter-spacing: 0.1em; }
}

.proof__apps {
  max-width: 760px;
  margin: 0 auto;
  padding: 22px 24px;
  background: var(--bg);
  border: 1px solid var(--rule);
  border-radius: var(--radius);
  text-align: center;
}

.proof__tag {
  display: inline-block;
  font-family: var(--font-mono);
  font-size: 9px;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  color: var(--acid);
  margin-bottom: 12px;
  font-weight: 700;
}

.proof__app-row {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 16px 28px;
  font-family: var(--font-display);
  font-weight: 700;
  color: var(--ink);
  letter-spacing: -0.005em;
}

.proof__cta {
  max-width: 760px;
  margin: 36px auto 0;
  text-align: center;
}

/* ========== WHAT YOU GET ========== */
.outcomes {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-direction: column;
  gap: 4px;
}

.outcomes li {
  display: grid;
  grid-template-columns: 32px 1fr;
  gap: 16px;
  padding: 14px 4px;
}

.outcomes__check {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 28px;
  height: 28px;
  background: var(--acid-fill);
  color: var(--ink);
  border-radius: 50%;
  font-weight: 900;
  font-size: 15px;
  margin-top: 2px;
}

.outcomes strong {
  display: block;
  font-family: var(--font-display);
  font-size: 17px;
  font-weight: 700;
  color: var(--ink);
  margin-bottom: 4px;
}

.outcomes p {
  margin: 0;
  color: var(--muted);
  font-size: 14.5px;
  line-height: 1.5;
}

.outcomes em {
  font-style: italic;
  color: var(--ink-2);
}

/* ========== BONUS CALLOUT ========== */
/* ========== BUNDLE (What You Get unified card) ========== */
.bundle {
  margin: 40px 0 0;
  padding: 36px;
  background: var(--surface);
  border: 1px solid var(--rule);
  border-radius: 14px;
  box-shadow: 0 24px 48px rgba(10, 10, 10, 0.08), 0 4px 12px rgba(10, 10, 10, 0.05);
}

.bundle .collage { margin: 0 auto 32px; }
.bundle .collage-mobile { margin: 0 auto 28px; }

.bundle__item {
  padding: 24px 0;
}

.bundle__item + .bundle__item {
  border-top: 1px solid var(--rule);
  margin-top: 12px;
  padding-top: 28px;
}

.bundle__item--bonus {
  position: relative;
}

.bundle__item-head {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 16px;
  margin-bottom: 18px;
  flex-wrap: wrap;
}

.bundle__tag {
  display: inline-block;
  font-family: var(--font-mono);
  font-size: 10px;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  color: var(--ink);
  background: var(--surface-alt);
  border: 1px solid var(--rule);
  padding: 6px 12px;
  border-radius: 3px;
  font-weight: 700;
}

.bundle__tag--acid {
  background: var(--acid-fill);
  border-color: var(--acid-fill);
  color: var(--ink);
}

.bundle__price {
  font-family: var(--font-display);
  font-size: 22px;
  font-weight: 900;
  letter-spacing: -0.01em;
  color: var(--ink);
}

.bundle__price--free {
  color: #4d7a00;
  background: var(--acid-soft);
  padding: 4px 12px;
  border-radius: 4px;
  font-size: 16px;
  letter-spacing: 0.15em;
  border: 1px solid var(--acid);
}

.bundle__lede {
  font-size: 15px;
  line-height: 1.55;
  color: var(--ink-2);
  margin: 0 0 16px;
  padding: 14px 16px;
  background: var(--surface-alt);
  border-left: 3px solid var(--acid);
  border-radius: 4px;
}

.bundle__plus {
  text-align: center;
  font-family: var(--font-display);
  font-size: 32px;
  font-weight: 900;
  color: var(--acid);
  margin: 8px 0 0;
  line-height: 1;
  user-select: none;
}

/* ========== HOW IT WORKS (ACID FILL) ========== */
.loop-section {
  background: var(--acid-fill);
  color: var(--ink);
  max-width: none;
  margin: 0;
  padding: 72px 24px;
}

.loop-section > .section__head-wrap,
.loop-section > .loop,
.loop-section > .section__cta {
  max-width: 760px;
  margin-left: auto;
  margin-right: auto;
}

.loop-section .section__kicker { color: var(--ink); opacity: 0.65; }
.loop-section .section__title { color: var(--ink); }

.loop {
  list-style: none;
  padding: 0;
  margin: 0;
}

.loop li {
  display: grid;
  grid-template-columns: 60px 160px 1fr;
  gap: 24px;
  align-items: baseline;
  padding: 14px 4px;
}

.loop__num {
  font-family: var(--font-mono);
  font-size: 14px;
  font-weight: 700;
  letter-spacing: 0.08em;
  color: var(--ink);
}

.loop__name {
  font-family: var(--font-display);
  font-size: 20px;
  font-weight: 800;
  letter-spacing: -0.01em;
  text-transform: uppercase;
  color: var(--ink);
}

.loop__body {
  color: var(--ink);
  font-size: 14.5px;
  line-height: 1.5;
}

/* ========== PRODUCT PREVIEW ========== */
.preview {
  display: grid;
  grid-template-columns: 220px 1fr;
  gap: 36px;
  align-items: center;
  padding: 32px;
  background: var(--surface);
  border: 1px solid var(--rule);
  border-radius: 10px;
  box-shadow: var(--shadow-md);
}

.preview__cover {
  width: 100%;
  aspect-ratio: 3 / 4;
  overflow: hidden;
  border-radius: 6px;
  background: var(--ink);
  box-shadow: var(--shadow-lg);
}

.preview__cover img { width: 100%; height: 100%; object-fit: cover; display: block; }

.preview__fact {
  margin: 0 0 12px;
  color: var(--muted);
  font-size: 15px;
  line-height: 1.55;
}

.preview__fact strong { color: var(--ink); font-weight: 700; }

/* ========== ABOUT ========== */
.about__title-acc {
  color: var(--ink);
  font-style: italic;
  font-weight: 700;
}

.about__card {
  display: grid;
  grid-template-columns: 300px 1fr;
  gap: 56px;
  align-items: center;
  padding: 40px 44px;
  background: var(--surface);
  border: 1px solid var(--rule);
  border-radius: var(--radius);
  box-shadow: var(--shadow-md);
}

.about__photo {
  width: 100%;
  aspect-ratio: 9 / 16;
  overflow: hidden;
  border-radius: 8px;
}

.about__photo img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.about__body p {
  margin: 0 0 14px;
  color: var(--ink-2);
  font-size: 15.5px;
  line-height: 1.6;
}

.about__body strong { color: var(--ink); font-weight: 700; }

.about__sig {
  margin-top: 18px;
  padding-top: 16px;
  border-top: 1px solid var(--rule);
  font-family: var(--font-mono);
  font-size: 11px;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: var(--muted);
  font-weight: 700;
}

@media (max-width: 680px) {
  .about__card { grid-template-columns: 1fr; gap: 24px; padding: 24px; }
  .about__photo { max-width: 280px; margin: 0 auto; }
}

/* ========== GUARANTEE ========== */
.guarantee {
  background: var(--surface);
  border-top: 1px solid var(--rule);
  border-bottom: 1px solid var(--rule);
  padding: 56px 24px;
}

.guarantee__inner {
  max-width: 680px;
  margin: 0 auto;
  text-align: center;
}

.guarantee__kicker {
  font-family: var(--font-mono);
  font-size: 10px;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  color: var(--acid);
  margin-bottom: 14px;
  font-weight: 700;
}

.guarantee__text {
  font-family: var(--font-display);
  font-size: 22px;
  font-weight: 600;
  line-height: 1.4;
  color: var(--ink);
  margin: 0;
}

/* ========== FAQ ========== */
.faq {
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.faq__item {
  background: var(--surface);
  border: 1px solid var(--rule);
  border-radius: 8px;
  padding: 4px 22px;
  box-shadow: var(--shadow-sm);
}

.faq__item summary {
  cursor: pointer;
  padding: 18px 0;
  font-family: var(--font-display);
  font-size: 16px;
  font-weight: 600;
  color: var(--ink);
  list-style: none;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.faq__item summary::-webkit-details-marker { display: none; }

.faq__item summary::after {
  content: "+";
  color: var(--muted);
  font-size: 22px;
  font-weight: 400;
  transition: transform 0.2s;
}

.faq__item[open] summary::after { content: "−"; }

.faq__item p {
  color: var(--muted);
  font-size: 15px;
  line-height: 1.55;
  margin: 0 0 18px;
  padding-top: 4px;
  border-top: 1px solid var(--rule);
}

/* ========== FOOTER ========== */
.foot {
  padding: 48px 24px 120px;
  background: var(--bg);
  border-top: 1px solid var(--rule);
  text-align: center;
}

.foot__inner { max-width: 760px; margin: 0 auto; }

.foot__row {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 10px;
  font-family: var(--font-mono);
  font-size: 10px;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: var(--muted);
}

.foot__mark {
  color: var(--ink);
  background: var(--acid-fill);
  font-weight: 700;
  padding: 3px 7px;
  border-radius: 3px;
}

.foot__sep { color: var(--dim); }

.foot__tag {
  margin: 16px 0 0;
  font-family: var(--font-mono);
  font-size: 10px;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  color: var(--dim);
}

.foot__legal {
  margin: 28px 0 12px;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 12px;
  font-family: var(--font-mono);
  font-size: 10px;
  letter-spacing: 0.18em;
  text-transform: uppercase;
}

.foot__legal a {
  color: var(--muted);
  text-decoration: none;
  font-weight: 700;
  transition: color 0.15s;
}

.foot__legal a:hover { color: var(--ink); }

.foot__copy {
  margin: 0;
  font-family: var(--font-mono);
  font-size: 10px;
  letter-spacing: 0.14em;
  color: var(--dim);
}

.foot__copy a {
  color: var(--muted);
  text-decoration: none;
  font-weight: 700;
  transition: color 0.15s;
}

.foot__copy a:hover { color: var(--ink); }

/* ========== LEGAL PAGES ========== */
.legal {
  max-width: 720px;
  margin: 0 auto;
  padding: 48px 24px 96px;
}

.legal__head {
  margin-bottom: 40px;
  padding-bottom: 24px;
  border-bottom: 1px solid var(--rule);
}

.legal__title {
  font-family: var(--font-display);
  font-size: 40px;
  font-weight: 900;
  letter-spacing: -0.02em;
  line-height: 1.05;
  margin: 0 0 10px;
  color: var(--ink);
}

.legal__updated {
  font-family: var(--font-mono);
  font-size: 10px;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: var(--muted);
  margin: 0;
}

.legal__body {
  font-size: 15.5px;
  line-height: 1.7;
  color: var(--ink-2);
}

.legal__body h2 {
  font-family: var(--font-display);
  font-size: 20px;
  font-weight: 800;
  letter-spacing: -0.01em;
  margin: 36px 0 12px;
  color: var(--ink);
}

.legal__body p { margin: 0 0 16px; }

.legal__body ul {
  margin: 0 0 20px;
  padding-left: 22px;
}

.legal__body li {
  margin-bottom: 8px;
}

.legal__body strong { color: var(--ink); font-weight: 700; }

.legal__body a {
  color: var(--ink);
  font-weight: 600;
}

@media (max-width: 640px) {
  .legal__title { font-size: 30px; }
  .legal__body { font-size: 15px; }
}

/* ========== TOAST ========== */
.toast {
  position: fixed;
  bottom: 88px;
  left: 50%;
  transform: translateX(-50%);
  background: var(--red);
  color: #fff;
  padding: 12px 18px;
  border-radius: 6px;
  font-family: var(--font-mono);
  font-size: 12px;
  z-index: 40;
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.2);
}

/* ========== RESPONSIVE ========== */
@media (max-width: 900px) {
  .hero__inner { grid-template-columns: 1fr; gap: 40px; }
  .hero__title { font-size: 40px; }
  .collage { max-width: 560px; margin: 0 auto; }
}

/* Full collage shows at every viewport — mobile variant is kept only as fallback
   for extremely narrow screens where the desktop fan becomes illegible */
@media (max-width: 380px) {
  .collage { display: none; }
  .collage-mobile { display: block; }
}

/* Mobile: shift the phone closer to the tablet so it doesn't cover Leander's face on the desktop screen */
@media (max-width: 640px) {
  .collage__phone {
    left: 22%;
    width: 18%;
    bottom: 4%;
  }
}

@media (max-width: 640px) {
  section { padding: 56px 20px; }
  .hero { padding: 32px 20px 56px; }
  .hero__title { font-size: 34px; }
  .section__title { font-size: 28px; }
  .proof__row { grid-template-columns: 1fr; }
  .proof__num { font-size: 36px; }
  .loop li { grid-template-columns: 40px 1fr; gap: 12px; padding: 16px 0; }
  .loop__body { grid-column: 1 / -1; grid-row: 2; margin-top: 4px; }
  .preview { grid-template-columns: 1fr; gap: 24px; padding: 22px; }
  .preview__cover { max-width: 180px; margin: 0 auto; }
  .guarantee__text { font-size: 18px; }
  .bonus__title { font-size: 24px; }
}
