:root {
  --bg: #fbf8f1;
  --surface: #fffdf8;
  --surface-2: #f8f2e8;
  --surface-sage: #edf3e8;
  --surface-orange: #fff0e5;
  --text: #20291f;
  --text-soft: #495248;
  --muted: #70766e;
  --green: #34744c;
  --green-dark: #275f3d;
  --green-soft: #dfeadb;
  --orange: #f1641e;
  --purple-soft: #eee7fa;
  --line: rgba(52, 78, 55, .105);
  --line-strong: rgba(52, 78, 55, .16);
  --shadow-sm: 0 10px 26px rgba(62, 53, 39, .045);
  --shadow-md: 0 20px 52px rgba(62, 53, 39, .075);
  --radius-sm: 16px;
  --radius-md: 24px;
  --radius-lg: 32px;
  --font-ui: "Lato", "Noto Sans", system-ui, sans-serif;
  --font-hand: "Caveat", "Segoe Print", cursive;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  color: var(--text);
  background: var(--bg);
  font-family: var(--font-ui);
  font-size: 16px;
  font-weight: 400;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
}
body::before {
  content: "";
  position: fixed;
  inset: 0;
  pointer-events: none;
  opacity: .18;
  z-index: -1;
  background-image:
    radial-gradient(rgba(54, 63, 48, .08) .45px, transparent .55px),
    radial-gradient(rgba(255,255,255,.65) .45px, transparent .55px);
  background-position: 0 0, 4px 4px;
  background-size: 8px 8px;
}
main {
  position: relative;
  isolation: isolate;
}
main::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -1;
  pointer-events: none;
  background:
    radial-gradient(ellipse 44rem 30rem at 6% 8%, rgba(255,255,255,.76), transparent 72%),
    radial-gradient(ellipse 38rem 34rem at 97% 16%, rgba(220,233,211,.27), transparent 72%),
    radial-gradient(ellipse 34rem 28rem at 2% 42%, rgba(244,218,190,.15), transparent 73%),
    radial-gradient(ellipse 42rem 34rem at 98% 61%, rgba(220,233,211,.20), transparent 74%),
    radial-gradient(ellipse 38rem 28rem at 8% 83%, rgba(244,218,190,.12), transparent 74%);
}
button, input { font: inherit; }
button { cursor: pointer; }
a { color: inherit; text-decoration: none; }
img { max-width: 100%; display: block; }

.shell {
  width: min(1480px, calc(100vw - clamp(40px, 5vw, 96px)));
  margin-inline: auto;
}

.site-header {
  height: 66px;
  display: flex;
  align-items: center;
  background: rgba(251, 248, 241, .84);
  border-bottom: 1px solid rgba(52, 78, 55, .055);
  backdrop-filter: blur(14px);
  position: sticky;
  top: 0;
  z-index: 20;
}
.header-inner { display:flex; align-items:center; justify-content:space-between; }
.wordmark, .fake-wordmark { display:inline-flex; align-items:center; }
.wordmark img { width: 142px; }
.fake-wordmark img { width: 86px; }
.langs { display:flex; align-items:center; gap:8px; color:#858a83; font-size:11px; font-weight:650; letter-spacing:.09em; }
.lang { border:0; background:transparent; padding:6px 2px; color:inherit; }
.lang.is-active { color:var(--text); }

.hero {
  display:grid;
  grid-template-columns:minmax(470px,.88fr) minmax(610px,1.12fr);
  gap:clamp(38px,4.6vw,72px);
  align-items:center;
  padding-block:clamp(32px,3.4vw,50px) clamp(34px,3.6vw,54px);
}
.hero-copy { max-width:620px; }
.eyebrow, .kicker {
  color:var(--green);
  font-size:11px;
  font-weight:700;
  letter-spacing:.105em;
  text-transform:uppercase;
}
.eyebrow {
  display:inline-flex;
  align-items:center;
  gap:7px;
  margin-bottom:18px;
  padding:8px 12px;
  border-radius:999px;
  background:var(--surface-sage);
  border:1px solid rgba(52,116,76,.07);
}
.eyebrow-arrow { font-size:15px; line-height:1; }
.hero h1 {
  margin:0;
  max-width:620px;
  font-size:clamp(50px,3.45vw,70px);
  line-height:.985;
  letter-spacing:-.024em;
  font-weight:700;
  text-wrap:balance;
}
.hero h1 span { color:var(--orange); }
.hero-lead {
  max-width:600px;
  margin:19px 0 0;
  color:var(--text-soft);
  font-size:clamp(16.5px,.98vw,18.5px);
  line-height:1.55;
  font-weight:400;
}
.hero-note {
  margin:12px 0 0;
  font-size:15px;
  line-height:1.5;
  font-weight:550;
  color:#303930;
}
.waitlist-form {
  display:grid;
  grid-template-columns:minmax(0,1fr) auto;
  max-width:590px;
  margin-top:18px;
  overflow:hidden;
  background:#fff;
  border:1px solid var(--line-strong);
  border-radius:13px;
  box-shadow:0 8px 22px rgba(70,57,39,.045);
}
.waitlist-form input { min-width:0; height:54px; padding:0 17px; border:0; outline:0; background:transparent; color:var(--text); font-size:14px; }
.waitlist-form input::placeholder { color:#9da29b; }
.waitlist-form button { min-height:54px; border:0; padding:0 22px; background:var(--orange); color:#fff; font-size:13px; font-weight:700; transition:filter .16s ease, transform .16s ease; }
.waitlist-form button:hover { filter:brightness(.96); }
.waitlist-form button:active { transform:translateY(1px); }
.form-caption { margin:9px 0 0; color:#8a8f87; font-size:11px; line-height:1.4; }
.form-caption span { margin-right:5px; }

.hero-visual {
  position:relative;
  aspect-ratio:1.46 / 1;
  min-height:0;
  overflow:hidden;
  border-radius:34px;
  background:#ead9c2;
  box-shadow:var(--shadow-md);
  isolation:isolate;
}
.hero-visual::after {
  content:"";
  position:absolute;
  inset:auto 0 0 0;
  height:13%;
  background:linear-gradient(to bottom, transparent, rgba(251,248,241,.62));
  z-index:2;
  pointer-events:none;
}
.hero-visual img { position:absolute; inset:0; width:100%; height:100%; object-fit:cover; object-position:50% 54%; transform:scale(1.012); }
.scribble {
  position:absolute;
  z-index:4;
  color:var(--green-dark);
  padding:6px 10px 7px;
  border-radius:11px;
  background:rgba(255,253,248,.91);
  box-shadow:0 7px 18px rgba(54,55,42,.07);
  font-family:var(--font-hand);
  font-size:18px;
  font-weight:600;
  line-height:1;
}
.scribble-top { top:23px; left:22px; transform:rotate(-3deg); }
.scribble-bottom { right:24px; bottom:26px; transform:rotate(2deg); }

.section { padding-block:44px; }
.section-heading { margin-bottom:22px; }
.section-heading.centered { text-align:center; }
.section-heading.narrow { max-width:720px; margin-inline:auto; margin-bottom:24px; }
.section-heading .kicker { margin:0 0 8px; }
.section-heading h2, .preview-copy h2, .cta-copy h2 {
  margin:0;
  font-size:clamp(34px,2.25vw,44px);
  line-height:1.04;
  letter-spacing:-.022em;
  font-weight:700;
  text-wrap:balance;
}
.section-heading > p:not(.kicker) { max-width:680px; margin:10px auto 0; color:var(--muted); font-size:15px; line-height:1.5; }

.recognition { padding-top:18px; padding-bottom:38px; }
.recognition-grid {
  display:grid;
  grid-template-columns:repeat(4,1fr);
  gap:0;
  overflow:hidden;
  background:rgba(255,253,248,.76);
  border:1px solid var(--line);
  border-radius:26px;
  box-shadow:var(--shadow-sm);
}
.recognition-card {
  min-height:178px;
  padding:22px 24px 21px;
  background:transparent;
  border:0;
  border-right:1px solid var(--line);
  border-radius:0;
  box-shadow:none;
  transition:background .18s ease;
}
.recognition-card:last-child { border-right:0; }
.recognition-card:hover { transform:none; background:rgba(255,255,255,.48); box-shadow:none; }
.icon-bubble { width:42px; height:42px; display:grid; place-items:center; margin-bottom:20px; border-radius:13px; font-size:20px; font-weight:700; }
.icon-bubble.green { background:var(--surface-sage); color:var(--green); }
.icon-bubble.orange { background:var(--surface-orange); color:var(--orange); }
.recognition-card h3 { margin:0 0 8px; font-size:17.5px; line-height:1.24; letter-spacing:-.01em; font-weight:600; }
.recognition-card p { margin:0; color:var(--muted); font-size:14px; line-height:1.52; }

.guide-preview { padding-top:38px; padding-bottom:42px; }
.preview-layout {
  display:grid;
  grid-template-columns:minmax(370px,.72fr) minmax(640px,1.28fr);
  gap:clamp(32px,3.6vw,54px);
  align-items:center;
}
.preview-copy { max-width:510px; }
.preview-copy .kicker { margin:0 0 9px; }
.section-text { margin:16px 0 22px; color:var(--muted); font-size:16px; line-height:1.58; }
.mini-list { display:grid; gap:11px; }
.mini-list > div { display:grid; grid-template-columns:34px 1fr; gap:11px; align-items:start; }
.mini-list span { width:32px; height:32px; border-radius:10px; display:grid; place-items:center; background:var(--surface-sage); color:var(--green); font-size:10px; font-weight:700; }
.mini-list p { margin:2px 0 0; color:#596057; font-size:14px; line-height:1.48; }
.mini-list strong { font-weight:650; color:#333b33; }
.fake-app {
  position:relative;
  padding:16px;
  overflow:visible;
  background:#fff;
  border:1px solid var(--line);
  border-radius:26px;
  box-shadow:0 22px 56px rgba(50,45,31,.09);
}
.fake-topbar { height:52px; display:flex; align-items:center; justify-content:space-between; padding:0 8px 12px; border-bottom:1px solid #eceeea; }
.fake-progress { display:flex; align-items:center; gap:8px; color:#777d74; font-size:10px; }
.fake-progress i { width:105px; height:7px; overflow:hidden; border-radius:99px; background:#eaede8; }
.fake-progress b { display:block; width:32%; height:100%; background:var(--green); border-radius:inherit; }
.fake-progress em { font-style:normal; color:var(--text); font-weight:700; }
.fake-body { display:grid; grid-template-columns:175px 1fr; min-height:355px; }
.fake-side { display:flex; flex-direction:column; gap:7px; padding:23px 12px; border-right:1px solid #eceeea; }
.fake-side span { padding:10px; border-radius:9px; color:#747a71; font-size:11px; }
.fake-side span.active { background:var(--surface-sage); color:var(--green-dark); font-weight:650; }
.fake-content { padding:27px 32px 28px; }
.step-label { display:inline-block; padding:6px 8px; border-radius:999px; background:var(--surface-sage); color:var(--green); font-size:9px; font-weight:700; }
.fake-content h3 { margin:13px 0 6px; font-size:25px; line-height:1.1; letter-spacing:-.025em; font-weight:700; }
.fake-content > p { max-width:540px; margin:0 0 18px; color:var(--muted); font-size:13px; line-height:1.5; }
.check-row { display:flex; align-items:center; gap:9px; padding:10px 0; border-top:1px solid #eff1ed; font-size:13px; }
.check-row span { width:20px; height:20px; display:grid; place-items:center; border:1px solid #cdd5cb; border-radius:50%; color:#fff; font-size:11px; }
.check-row.done span { background:var(--green); border-color:var(--green); }
.fake-content button { margin-top:14px; padding:11px 19px; border:0; border-radius:9px; background:var(--green); color:#fff; font-size:12px; font-weight:700; }
.app-scribble { left:46%; bottom:-23px; transform:rotate(-2deg); }

.formats { padding-top:36px; padding-bottom:38px; }
.format-grid {
  display:grid;
  grid-template-columns:repeat(3,1fr);
  gap:0;
  overflow:hidden;
  background:rgba(255,253,248,.72);
  border:1px solid var(--line);
  border-radius:24px;
  box-shadow:var(--shadow-sm);
}
.format-card {
  display:grid;
  grid-template-columns:94px 1fr;
  gap:18px;
  align-items:center;
  min-height:116px;
  padding:19px 22px;
  background:transparent;
  border:0;
  border-right:1px solid var(--line);
  border-radius:0;
  box-shadow:none;
}
.format-card:last-child { border-right:0; }
.format-card h3 { margin:0 0 6px; font-size:17.5px; line-height:1.2; font-weight:600; }
.format-card p { margin:0; color:var(--muted); font-size:13.5px; line-height:1.48; }
.format-art { height:88px; border-radius:15px; display:grid; place-items:center; position:relative; }
.box-art { background:#f8ead9; }
.box-art::before, .box-art::after, .box-art span { content:""; position:absolute; background:#c88653; }
.box-art::before { width:48px; height:40px; bottom:20px; border-radius:3px; }
.box-art::after { width:48px; height:15px; top:25px; transform:skewY(-22deg); background:#dfab78; }
.box-art span { width:8px; height:55px; top:18px; z-index:2; background:#e9c39a; }
.screen-art { background:#e9f0eb; }
.screen-art::before { content:""; width:50px; height:36px; border:4px solid #64766a; border-radius:5px; background:#d8e6dc; }
.screen-art::after { content:""; position:absolute; bottom:20px; width:58px; height:6px; border-radius:999px; background:#7a877e; }
.screen-art span { position:absolute; z-index:2; top:23px; color:var(--green); font-size:28px; }
.bulb-art { background:#fff0df; color:#f2a83d; font-size:42px; }

.result { padding-top:38px; padding-bottom:38px; }
.result-card {
  position:relative;
  display:grid;
  grid-template-columns:.9fr 1.1fr;
  gap:clamp(34px,4vw,58px);
  overflow:hidden;
  padding:clamp(34px,3.6vw,52px);
  color:#fff;
  background:linear-gradient(132deg,#2e6b46,#3c7a55);
  border-radius:30px;
  box-shadow:0 22px 52px rgba(36,91,58,.15);
}
.result-card::after { content:""; position:absolute; width:390px; height:390px; right:-185px; top:-235px; border:1px solid rgba(255,255,255,.11); border-radius:50%; }
.result-kicker { margin:0 0 12px; color:#d0e1d4; font-size:10px; font-weight:700; letter-spacing:.11em; text-transform:uppercase; }
.result-intro h2 { margin:0; font-size:clamp(36px,2.55vw,50px); line-height:1.01; letter-spacing:-.035em; font-weight:700; }
.result-intro > p:last-child { max-width:500px; margin:17px 0 0; color:#dce8df; font-size:14px; line-height:1.52; }
.result-grid { display:grid; grid-template-columns:repeat(2,1fr); gap:10px; align-content:center; }
.result-grid > div { min-height:112px; padding:17px 18px; background:rgba(255,255,255,.10); border:1px solid rgba(255,255,255,.07); border-radius:15px; }
.result-grid span { color:#bfd4c5; font-size:9px; font-weight:700; }
.result-grid strong { display:block; margin-top:5px; font-size:14px; font-weight:600; }
.result-grid p { margin:7px 0 0; color:#d8e6dc; font-size:12px; line-height:1.42; }

.referrals { padding-top:40px; padding-bottom:32px; }
.reward-track {
  display:grid;
  grid-template-columns:1fr 42px 1fr 42px 1fr;
  align-items:center;
  padding:14px;
  background:rgba(255,253,248,.74);
  border:1px solid var(--line);
  border-radius:28px;
  box-shadow:var(--shadow-sm);
}
.reward-card { min-height:270px; padding:0 0 18px; background:transparent; border:0; border-radius:20px; box-shadow:none; }
.gift { height:120px; display:grid; place-items:center; overflow:hidden; border-radius:16px; }
.gift-box { position:relative; width:86px; height:60px; display:block; margin-top:20px; border-radius:7px 7px 11px 11px; box-shadow:0 9px 18px rgba(67,54,45,.10); }
.gift-box::before { content:""; position:absolute; left:-5px; top:-17px; width:96px; height:21px; border-radius:7px; background:inherit; }
.gift-box::after { content:""; position:absolute; left:50%; top:-17px; bottom:0; width:14px; transform:translateX(-50%); background:rgba(255,255,255,.48); }
.gift-box i, .gift-box i::before { content:""; position:absolute; z-index:3; width:31px; height:19px; border:7px solid rgba(255,255,255,.62); border-radius:60% 60% 45% 45%; }
.gift-box i { left:10px; top:-38px; transform:rotate(23deg); }
.gift-box i::before { left:26px; top:-7px; transform:rotate(134deg); }
.gift-green { background:#eef4e7; }
.gift-green .gift-box { background:#6ea57d; }
.gift-orange { background:#fff0e5; }
.gift-orange .gift-box { background:#f58b41; }
.gift-purple { background:#f0e9fb; }
.gift-purple .gift-box { background:#9271c8; }
.reward-count { margin:14px 5px 4px; color:#70766e; font-size:11px; }
.reward-count b { margin-right:5px; color:var(--green); font-size:24px; font-weight:700; }
.reward-card h3 { margin:0 5px 8px; font-size:18px; line-height:1.22; letter-spacing:-.01em; font-weight:600; }
.reward-card > p:last-child { margin:0 5px; color:var(--muted); font-size:13px; line-height:1.48; }
.track-arrow { color:var(--green); text-align:center; font-family:var(--font-hand); font-size:30px; line-height:1; transform:rotate(3deg); }

.final-cta { padding-top:8px; padding-bottom:26px; }
.cta-card {
  display:grid;
  grid-template-columns:96px minmax(280px,.88fr) minmax(390px,1.12fr) 30px;
  gap:20px;
  align-items:center;
  min-height:132px;
  padding:20px 26px;
  background:
    radial-gradient(circle at 8% 30%, rgba(255,255,255,.72), transparent 24%),
    radial-gradient(circle at 90% 75%, rgba(221,234,212,.48), transparent 34%),
    rgba(242,245,228,.88);
  border:1px solid rgba(72,103,65,.12);
  border-radius:24px;
  box-shadow:0 13px 32px rgba(67,74,53,.05);
}
.cta-mark {
  width:64px;
  height:64px;
  display:grid;
  place-items:center;
  color:var(--green-dark);
  border:1px solid rgba(52,116,76,.13);
  border-radius:20px;
  background:rgba(255,253,248,.64);
  box-shadow:inset 0 1px 0 rgba(255,255,255,.75);
}
.cta-mark svg { width:42px; height:42px; }
.cta-copy .kicker { margin:0 0 5px; font-size:9px; }
.cta-copy h2 { font-size:30px; }
.cta-copy p:last-child { margin:5px 0 0; color:var(--muted); font-size:12.5px; line-height:1.42; }
.waitlist-form-green { max-width:none; margin:0; }
.waitlist-form-green button { background:var(--green); }
.cta-arrow { color:var(--green); font-family:var(--font-hand); font-size:34px; }

.footer { padding:5px 0 22px; color:#8b8f88; }
.disclaimer { margin:0 0 15px; text-align:center; font-size:10px; line-height:1.55; }
.footer-bottom { display:flex; justify-content:space-between; padding-top:16px; border-top:1px solid var(--line); font-size:9px; }
.toast { position:fixed; left:50%; bottom:28px; z-index:50; opacity:0; pointer-events:none; transform:translate(-50%,20px); transition:.22s ease; padding:15px 20px; color:#fff; background:#26382b; border-radius:14px; font-size:14px; line-height:1.45; font-weight:400; box-shadow:0 12px 34px rgba(38,56,43,.18); }
.toast.show { opacity:1; transform:translate(-50%,0); }
.sr-only { position:absolute; width:1px; height:1px; padding:0; margin:-1px; overflow:hidden; clip:rect(0,0,0,0); white-space:nowrap; border:0; }

@media (max-width: 1220px) {
  .shell { width:min(100% - 44px, 1080px); }
  .hero { grid-template-columns:1fr 1.08fr; gap:34px; }
  .hero h1 { font-size:clamp(48px,5vw,62px); }
  .recognition-card { padding:22px; }
  .preview-layout { grid-template-columns:.78fr 1.22fr; gap:36px; }
  .fake-body { grid-template-columns:150px 1fr; }
  .format-card { grid-template-columns:76px 1fr; padding:17px; }
  .format-art { height:76px; }
  .cta-card { grid-template-columns:64px 1fr; }
  .cta-mark { width:56px; height:56px; border-radius:17px; }
  .cta-mark svg { width:36px; height:36px; }
  .waitlist-form-green { grid-column:1 / -1; }
  .cta-arrow { display:none; }
}

@media (max-width: 900px) {
  .shell { width:min(100% - 34px, 760px); }
  .site-header { height:66px; }
  .hero { grid-template-columns:1fr; gap:28px; padding-block:38px 48px; }
  .hero-copy { max-width:720px; }
  .hero h1 { max-width:720px; font-size:clamp(48px,7.2vw,66px); }
  .hero-visual { aspect-ratio:1.45 / 1; }
  .recognition-grid { grid-template-columns:repeat(2,1fr); }
  .recognition-card:nth-child(2) { border-right:0; }
  .recognition-card:nth-child(-n+2) { border-bottom:1px solid var(--line); }
  .preview-layout { grid-template-columns:1fr; gap:28px; }
  .preview-copy { max-width:680px; }
  .format-grid { grid-template-columns:1fr; }
  .format-card { border-right:0; border-bottom:1px solid var(--line); }
  .format-card:last-child { border-bottom:0; }
  .result-card { grid-template-columns:1fr; }
  .reward-track { grid-template-columns:1fr; gap:8px; }
  .track-arrow { height:20px; transform:rotate(90deg); }
  .reward-card { min-height:0; display:grid; grid-template-columns:150px 1fr; column-gap:18px; align-items:center; padding:0; }
  .gift { grid-row:1 / span 3; height:145px; }
  .cta-card { grid-template-columns:72px 1fr; }
}

@media (max-width: 640px) {
  body { font-size:15px; }
  .shell { width:min(100% - 24px, 560px); }
  .site-header { height:62px; }
  .wordmark img { width:122px; }
  .langs { font-size:9px; gap:6px; }
  .hero { padding-block:30px 38px; gap:22px; }
  .eyebrow { margin-bottom:14px; padding:7px 10px; font-size:9px; }
  .hero h1 { font-size:clamp(42px,12vw,56px); line-height:.98; }
  .hero-lead { margin-top:17px; font-size:15.5px; }
  .hero-note { margin-top:12px; font-size:13.5px; }
  .waitlist-form { grid-template-columns:1fr; margin-top:18px; border-radius:13px; }
  .waitlist-form input, .waitlist-form button { height:50px; min-height:50px; }
  .hero-visual { aspect-ratio:1.04 / 1; border-radius:24px; }
  .hero-visual img { object-position:50% 54%; }
  .scribble { font-size:15px; }
  .scribble-top { top:14px; left:13px; }
  .scribble-bottom { right:13px; bottom:15px; }
  .section { padding-block:42px; }
  .section-heading { margin-bottom:22px; }
  .section-heading h2, .preview-copy h2 { font-size:34px; }
  .section-heading > p:not(.kicker) { font-size:14px; }
  .recognition { padding-top:24px; padding-bottom:40px; }
  .recognition-grid { grid-template-columns:1fr; }
  .recognition-card { min-height:0; padding:20px; border-right:0 !important; border-bottom:1px solid var(--line); }
  .recognition-card:last-child { border-bottom:0; }
  .icon-bubble { margin-bottom:14px; }
  .guide-preview { padding-top:40px; padding-bottom:46px; }
  .fake-app { padding:11px; border-radius:20px; }
  .fake-progress span { display:none; }
  .fake-progress i { width:70px; }
  .fake-body { grid-template-columns:1fr; min-height:0; }
  .fake-side { display:none; }
  .fake-content { padding:22px 14px 24px; }
  .fake-content h3 { font-size:22px; }
  .app-scribble { left:16px; bottom:-20px; }
  .formats { padding-top:40px; padding-bottom:42px; }
  .format-card { grid-template-columns:72px 1fr; gap:14px; min-height:112px; padding:14px; }
  .format-art { height:72px; }
  .result { padding-block:42px; }
  .result-card { gap:24px; padding:26px 20px; border-radius:23px; }
  .result-intro h2 { font-size:36px; }
  .result-grid { grid-template-columns:1fr; }
  .result-grid > div { min-height:0; }
  .referrals { padding-top:44px; padding-bottom:38px; }
  .reward-track { padding:10px; border-radius:22px; }
  .reward-card { display:block; padding-bottom:12px; }
  .gift { height:120px; }
  .final-cta { padding-top:10px; }
  .cta-card { grid-template-columns:54px 1fr; gap:13px; padding:17px; border-radius:20px; }
  .cta-mark { width:48px; height:48px; border-radius:15px; }
  .cta-mark svg { width:32px; height:32px; }
  .cta-copy h2 { font-size:26px; }
  .waitlist-form-green { grid-column:1 / -1; }
  .footer-bottom { gap:12px; flex-wrap:wrap; }
}

/* Waitlist MVP additions */
.header-actions { display:flex; align-items:center; gap:22px; }
.quiet-login { border:0; background:transparent; color:var(--muted); font-size:12px; font-weight:700; padding:7px 4px; }
.quiet-login:hover { color:var(--green-dark); }
.fake-content .check-row b { font-weight:400; }
.cta-form { max-width:none; margin:0; }
.cta-form button { background:var(--green); }
.site-footer { padding:8px 0 22px; color:#8b8f88; }
.site-footer .disclaimer { margin:0 0 15px; text-align:center; font-size:10px; line-height:1.55; }
.site-footer > div { display:flex; justify-content:space-between; gap:18px; padding-top:16px; border-top:1px solid var(--line); font-size:9px; }
.login-dialog {
  width:min(520px,calc(100vw - 28px));
  padding:30px;
  border:1px solid var(--line-strong);
  border-radius:24px;
  color:var(--text);
  background:rgba(255,253,248,.98);
  box-shadow:0 30px 90px rgba(40,44,34,.18);
}
.login-dialog::backdrop { background:rgba(26,31,24,.30); backdrop-filter:blur(5px); }
.dialog-close-form { position:absolute; top:10px; right:12px; margin:0; }
.dialog-x { width:38px; height:38px; border:0; border-radius:50%; background:transparent; color:var(--muted); font-size:25px; }
.dialog-x:hover { background:var(--surface-sage); color:var(--text); }
.dialog-copy h2 { margin:7px 0 8px; font-size:34px; line-height:1.05; letter-spacing:-.025em; }
.dialog-copy > p:last-child { margin:0; color:var(--muted); line-height:1.55; font-size:14px; }
.login-form { display:grid; grid-template-columns:1fr auto; margin-top:22px; border:1px solid var(--line-strong); background:#fff; border-radius:13px; overflow:hidden; }
.login-form input { min-width:0; height:52px; padding:0 16px; border:0; outline:0; }
.login-form button { border:0; padding:0 18px; background:var(--green); color:#fff; font-size:13px; font-weight:700; }
.toast { width:max-content; max-width:min(660px,calc(100vw - 30px)); text-align:center; }
.toast.error { background:#7d3a2d; }
.toast.success { background:#26382b; }
body[data-busy="1"] .waitlist-form button,
body[data-busy="1"] .login-form button { opacity:.66; cursor:wait; }

@media (max-width: 900px) {
  .header-actions { gap:14px; }
  .quiet-login { font-size:11px; }
}
@media (max-width: 640px) {
  .header-actions { gap:8px; }
  .quiet-login { display:none; }
  .site-footer > div { flex-wrap:wrap; justify-content:center; }
  .login-form { grid-template-columns:1fr; }
  .login-form button { min-height:48px; }
}
