:root {
  --ink: #17332a;
  --moss: #527568;
  --mint: #ddebe2;
  --cream: #f7f4ec;
  --paper: #fffdf8;
  --coral: #e9785d;
  --gold: #d9aa55;
  --line: rgba(23, 51, 42, .13);
  --shadow: 0 28px 80px rgba(23, 51, 42, .16);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  background: var(--cream);
  color: var(--ink);
  font-family: "DM Sans", sans-serif;
  -webkit-font-smoothing: antialiased;
}
a { color: inherit; text-decoration: none; }
.wrap { width: min(1180px, calc(100% - 40px)); margin-inline: auto; }

.nav {
  height: 86px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-bottom: 1px solid var(--line);
}
.brand { display: inline-flex; align-items: center; gap: 11px; font-weight: 700; letter-spacing: -.03em; }
.brand img { border-radius: 12px; }
.nav-links { display: flex; align-items: center; gap: 30px; font-size: 14px; font-weight: 600; }
.nav-cta { border: 1px solid var(--ink); border-radius: 999px; padding: 11px 17px; }
.nav-cta:hover { background: var(--ink); color: var(--cream); }

.hero {
  min-height: 720px;
  display: grid;
  grid-template-columns: 1.05fr .95fr;
  gap: 70px;
  align-items: center;
  padding-block: 68px 92px;
}
.eyebrow { margin: 0 0 18px; font-size: 11px; font-weight: 700; letter-spacing: .16em; color: var(--moss); }
h1, h2, h3, p { margin-top: 0; }
h1, h2 { font-family: "Fraunces", Georgia, serif; letter-spacing: -.045em; line-height: .98; }
h1 { margin-bottom: 27px; font-size: clamp(56px, 6vw, 88px); }
h1 em { color: var(--coral); font-style: italic; }
h2 { font-size: clamp(42px, 5vw, 68px); }
.lede { max-width: 620px; font-size: 19px; line-height: 1.65; color: #466056; }
.hero-actions { display: flex; align-items: center; gap: 26px; margin: 34px 0 30px; }
.launch-status { display: inline-flex; align-items: center; gap: 8px; margin-bottom: 22px; padding: 8px 12px; border: 1px solid var(--line); border-radius: 999px; background: rgba(255,253,248,.6); color: var(--moss); font-size: 11px; font-weight: 700; letter-spacing: .04em; text-transform: uppercase; }
.launch-status span { width: 8px; height: 8px; border-radius: 50%; background: var(--gold); box-shadow: 0 0 0 5px rgba(217,170,85,.16); }
.button { display: inline-flex; align-items: center; justify-content: center; border: 0; border-radius: 999px; min-height: 52px; padding: 0 24px; font: 700 14px "DM Sans", sans-serif; cursor: pointer; transition: transform .2s, box-shadow .2s; }
.button:hover { transform: translateY(-2px); box-shadow: 0 12px 26px rgba(23,51,42,.16); }
.button:focus-visible, a:focus-visible, summary:focus-visible, input:focus-visible { outline: 3px solid var(--gold); outline-offset: 4px; }
.button:disabled { cursor: wait; opacity: .72; transform: none; }
.button.primary { color: var(--cream); background: var(--ink); }
.button.coral { color: white; background: var(--coral); }
.text-link { font-size: 14px; font-weight: 700; border-bottom: 1px solid var(--ink); padding-bottom: 4px; }
.trust-row { display: flex; flex-wrap: wrap; gap: 20px; color: var(--moss); font-size: 12px; }

.hero-visual { position: relative; min-height: 585px; display: grid; place-items: center; }
.sun-disc { position: absolute; width: 460px; height: 460px; border-radius: 50%; background: var(--gold); opacity: .72; }
.sun-disc::after { content: ""; position: absolute; inset: 18px; border: 1px solid rgba(255,255,255,.35); border-radius: 50%; }
.phone { position: relative; z-index: 2; width: 310px; min-height: 604px; padding: 16px 17px 22px; border: 8px solid var(--ink); border-radius: 46px; background: var(--cream); box-shadow: var(--shadow); transform: rotate(2.2deg); }
.phone-top { display: flex; justify-content: space-between; font-size: 9px; font-weight: 700; padding: 0 5px 14px; }
.app-head { display: flex; align-items: center; justify-content: space-between; margin-bottom: 14px; }
.app-head div { display: grid; gap: 2px; }
.app-head small, .money-card small { font-size: 7px; font-weight: 700; letter-spacing: .11em; }
.app-head strong { font-family: "Fraunces", Georgia, serif; font-size: 21px; }
.app-head b { font-size: 7px; background: var(--mint); padding: 6px 8px; border-radius: 99px; }
.money-card { padding: 17px; border-radius: 21px; background: var(--ink); color: white; }
.money-card small { color: #b9cec2; }
.money-card > strong { display: block; margin: 3px 0 -1px; font-size: 35px; }
.money-card > span { font-size: 9px; color: #b9cec2; }
.money-stats { display: grid; grid-template-columns: 1fr 1fr; border-top: 1px solid rgba(255,255,255,.15); margin-top: 14px; padding-top: 12px; }
.money-stats b { font-size: 11px; }
.money-stats i { color: #b9cec2; font-size: 7px; font-style: normal; font-weight: 500; }
.checkin-button { display: flex; align-items: center; gap: 10px; margin-top: 12px; padding: 10px; color: white; background: var(--coral); border-radius: 17px; }
.checkin-button > span { display: grid; place-items: center; width: 34px; height: 34px; border-radius: 50%; background: rgba(255,255,255,.16); font-size: 20px; }
.checkin-button b { flex: 1; font-size: 10px; }
.checkin-button small { display: block; margin-top: 2px; font-size: 7px; opacity: .76; }
.checkin-button i { font-style: normal; }
.recent-label { margin: 17px 2px 7px; font-size: 8px; font-weight: 700; letter-spacing: .12em; }
.visit { display: flex; align-items: center; gap: 9px; border-bottom: 1px solid var(--line); padding: 10px 2px; }
.visit > span { display: grid; place-items: center; width: 34px; height: 34px; border-radius: 50%; background: var(--mint); font-size: 10px; font-weight: 700; }
.visit b { flex: 1; font-size: 10px; }
.visit small { display: block; margin-top: 2px; color: var(--moss); font-size: 7px; font-weight: 500; }
.visit em { font-style: normal; font-size: 10px; font-weight: 700; }
.proof-chip { position: absolute; z-index: 3; right: 0; bottom: 80px; display: flex; align-items: center; gap: 11px; background: var(--paper); border: 1px solid var(--line); border-radius: 18px; padding: 13px 17px; box-shadow: 0 16px 44px rgba(23,51,42,.17); }
.proof-chip > b { display: grid; place-items: center; width: 30px; height: 30px; color: white; background: var(--coral); border-radius: 50%; }
.proof-chip span { display: grid; gap: 2px; }
.proof-chip strong { font-size: 11px; }
.proof-chip small { color: var(--moss); font-size: 8px; }

.pain-strip { background: var(--ink); color: white; }
.pain-grid { min-height: 128px; display: grid; grid-template-columns: repeat(3, 1fr); align-items: center; }
.pain-grid p { margin: 0; padding: 0 30px; border-right: 1px solid rgba(255,255,255,.18); font: italic 600 17px "Fraunces", Georgia, serif; text-align: center; }
.pain-grid p:last-child { border-right: 0; }

.how, .pricing, .faq { padding-block: 130px; }
.section-heading { max-width: 760px; margin-bottom: 62px; }
.section-heading h2 { margin-bottom: 0; }
.steps { display: grid; grid-template-columns: repeat(3, 1fr); border-top: 1px solid var(--line); }
.step { position: relative; min-height: 360px; padding: 36px 38px; border-right: 1px solid var(--line); }
.step:last-child { border-right: 0; }
.step-no { position: absolute; right: 24px; top: 26px; color: var(--gold); font: 600 44px "Fraunces", Georgia, serif; opacity: .55; }
.step-icon { width: 58px; height: 58px; display: grid; place-items: center; margin-bottom: 76px; color: white; background: var(--coral); border-radius: 19px; font: 700 23px "Fraunces", Georgia, serif; transform: rotate(-3deg); }
.step h3 { font: 700 26px "Fraunces", Georgia, serif; letter-spacing: -.025em; }
.step p { line-height: 1.7; color: var(--moss); }

.calculator-section { background: var(--mint); padding-block: 120px; }
.calculator-grid { display: grid; grid-template-columns: .8fr 1.2fr; gap: 90px; align-items: center; }
.calculator-copy p:last-child { max-width: 430px; color: var(--moss); line-height: 1.7; }
.calculator { display: grid; gap: 24px; background: var(--paper); padding: 36px; border-radius: 30px; box-shadow: 0 22px 64px rgba(23,51,42,.09); }
.calculator label { display: grid; grid-template-columns: 1fr auto; gap: 9px; font-weight: 600; }
.calculator output { color: var(--coral); }
input[type="range"] { grid-column: 1 / -1; width: 100%; accent-color: var(--coral); }
.result { padding: 25px; color: white; background: var(--ink); border-radius: 22px; }
.result small { display: block; font-size: 8px; letter-spacing: .12em; color: #b9cec2; }
.result strong { display: block; margin: 4px 0 0; font: 700 52px "Fraunces", Georgia, serif; }
.result span { font-size: 11px; color: #b9cec2; }

.pricing-card { display: grid; grid-template-columns: 1fr 1fr auto; gap: 64px; align-items: center; padding: 48px; border: 1px solid var(--line); border-radius: 32px; background: var(--paper); box-shadow: 0 22px 70px rgba(23,51,42,.07); }
.price-name { color: var(--moss); font-size: 10px; font-weight: 700; letter-spacing: .15em; }
.price { margin-bottom: 8px; font: 700 68px "Fraunces", Georgia, serif; }
.price sup { font-size: 28px; }
.price small { font: 600 14px "DM Sans", sans-serif; color: var(--moss); }
.pricing-card > div > p:last-child { color: var(--moss); font-size: 13px; }
.pricing-card ul { display: grid; grid-template-columns: 1fr 1fr; gap: 13px 30px; margin: 0; padding: 0; list-style: none; font-size: 13px; }
.pricing-card li::before { content: "✓"; margin-right: 9px; color: var(--coral); font-weight: 700; }
.fine-print { margin: 20px 0 0; text-align: center; color: var(--moss); font-size: 11px; }

.faq { border-top: 1px solid var(--line); }
.faq-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 14px; }
.faq details { min-height: 170px; padding: 28px; border: 1px solid var(--line); border-radius: 24px; background: var(--paper); }
.faq summary { cursor: pointer; list-style: none; font: 700 21px "Fraunces", Georgia, serif; letter-spacing: -.025em; }
.faq summary::-webkit-details-marker { display: none; }
.faq summary::after { content: "+"; float: right; color: var(--coral); font-family: "DM Sans", sans-serif; }
.faq details[open] summary::after { content: "–"; }
.faq details p { margin: 18px 0 0; color: var(--moss); line-height: 1.65; }

.launch { padding-block: 120px; color: white; background: var(--ink); overflow: hidden; }
.launch-inner { text-align: center; }
.launch-inner img { border-radius: 25px; box-shadow: 0 18px 50px rgba(0,0,0,.22); transform: rotate(-4deg); }
.launch .eyebrow { color: #b9cec2; margin-top: 28px; }
.launch h2 { max-width: 780px; margin-inline: auto; }
.launch-inner > p:not(.eyebrow, .form-note) { color: #b9cec2; }
.launch-form { display: flex; max-width: 560px; margin: 32px auto 13px; padding: 6px; border-radius: 999px; background: white; }
.launch-form input { flex: 1; min-width: 0; border: 0; outline: 0; border-radius: 999px; padding: 0 17px; font: 500 14px "DM Sans", sans-serif; }
.launch-form .button { flex: 0 0 auto; }
.honey { position: absolute; left: -9999px; width: 1px; height: 1px; overflow: hidden; }
.form-status { min-height: 21px; margin: 0 auto 5px; color: #dbe8df; font-size: 13px; font-weight: 600; }
.form-status.error { color: #ffb5a4; }
.form-note { font-size: 11px; color: #9bb3a7; }
.form-note a { text-decoration: underline; text-underline-offset: 3px; }
.footer { min-height: 110px; display: flex; align-items: center; justify-content: space-between; font-size: 11px; color: var(--moss); }
.footer div:last-child { display: flex; gap: 20px; }
.legal { max-width: 780px; padding-block: 96px 130px; }
.legal h1 { font-size: clamp(52px, 7vw, 82px); }
.legal h2 { margin: 48px 0 12px; font: 700 28px "Fraunces", Georgia, serif; letter-spacing: -.025em; }
.legal p { color: var(--moss); line-height: 1.75; }

.reveal { opacity: 1; transform: none; }
.js .reveal { opacity: 0; transform: translateY(20px); transition: opacity .7s ease, transform .7s ease; }
.js .reveal.visible { opacity: 1; transform: none; }
.delay-1 { transition-delay: .12s; }
.delay-2 { transition-delay: .24s; }
.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: 900px) {
  .hero { grid-template-columns: 1fr; text-align: center; }
  .hero-copy { display: grid; justify-items: center; }
  .hero-visual { margin-top: 10px; }
  .pain-grid { grid-template-columns: 1fr; padding-block: 22px; }
  .pain-grid p { border-right: 0; padding: 14px 0; }
  .steps { grid-template-columns: 1fr; }
  .step { min-height: 280px; border-right: 0; border-bottom: 1px solid var(--line); }
  .step-icon { margin-bottom: 45px; }
  .calculator-grid { grid-template-columns: 1fr; gap: 40px; }
  .pricing-card { grid-template-columns: 1fr; gap: 28px; }
  .faq-grid { grid-template-columns: 1fr; }
}

@media (max-width: 600px) {
  .wrap { width: min(100% - 28px, 1180px); }
  .nav-links a:not(.nav-cta) { display: none; }
  .nav-cta { padding: 9px 12px; font-size: 12px; }
  .hero { padding-top: 54px; gap: 18px; }
  h1 { font-size: 52px; }
  .lede { font-size: 16px; }
  .hero-actions { flex-direction: column; gap: 18px; }
  .hero-visual { min-height: 520px; transform: scale(.88); margin-inline: -20px; }
  .sun-disc { width: 390px; height: 390px; }
  .phone { width: 292px; min-height: 565px; }
  .proof-chip { right: -18px; bottom: 42px; }
  .how, .pricing, .faq, .calculator-section, .launch { padding-block: 86px; }
  .calculator { padding: 24px; }
  .pricing-card { padding: 28px; }
  .pricing-card ul { grid-template-columns: 1fr; }
  .launch-form { flex-direction: column; border-radius: 24px; background: transparent; gap: 10px; }
  .launch-form input { min-height: 52px; background: white; }
  .footer { padding-block: 28px; flex-wrap: wrap; gap: 22px; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  .js .reveal { opacity: 1; transform: none; transition: none; }
  .button { transition: none; }
}
