:root {
  --paper: #f5f2ea;
  --ink: #142322;
  --muted: #5d6965;
  --line: rgba(20, 35, 34, 0.15);
  --lime: #c6ef79;
  --coral: #ff775f;
  --cream: #fffdf7;
  --dark: #172a28;
  --serif: Georgia, 'Times New Roman', serif;
  --sans: 'Helvetica Neue', Helvetica, Arial, sans-serif;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; background: var(--paper); color: var(--ink); font-family: var(--sans); -webkit-font-smoothing: antialiased; }
a { color: inherit; text-decoration: none; }
button { font: inherit; }
.section-shell { width: min(1160px, calc(100% - 64px)); margin: 0 auto; }
.site-header { width: min(1160px, calc(100% - 64px)); margin: 0 auto; padding: 28px 0; display: flex; align-items: center; justify-content: space-between; border-bottom: 1px solid var(--line); }
.wordmark { display: flex; align-items: center; gap: 10px; font-size: 10px; line-height: 1.08; letter-spacing: .12em; text-transform: uppercase; font-weight: 700; }
.wordmark-mark { display: grid; place-items: center; width: 31px; height: 31px; border: 1.5px solid var(--ink); border-radius: 50%; font-size: 9px; letter-spacing: -.05em; }
.nav-links { display: flex; align-items: center; gap: 30px; font-size: 11px; letter-spacing: .08em; text-transform: uppercase; font-weight: 700; }
.nav-links a { opacity: .72; transition: opacity .2s ease; }
.nav-links a:hover { opacity: 1; }
.nav-links .nav-cta { opacity: 1; padding: 11px 14px; border: 1px solid var(--ink); border-radius: 999px; }
.hero { display: grid; grid-template-columns: 1.05fr .95fr; min-height: 640px; align-items: center; gap: 50px; padding-top: 54px; padding-bottom: 78px; }
.hero-copy { position: relative; z-index: 1; }
.eyebrow { margin: 0 0 22px; color: var(--muted); font-size: 10px; letter-spacing: .16em; line-height: 1.4; text-transform: uppercase; font-weight: 700; }
.eyebrow-dot { display: inline-block; width: 7px; height: 7px; margin-right: 8px; background: var(--coral); border-radius: 50%; }
h1, h2, h3, p { margin-top: 0; }
h1 { max-width: 640px; margin-bottom: 25px; font-size: clamp(52px, 6.6vw, 86px); letter-spacing: -.065em; line-height: .93; font-weight: 700; }
h1 em, h2 em { font-family: var(--serif); font-weight: 400; letter-spacing: -.07em; }
.hero-lede { max-width: 420px; margin-bottom: 31px; color: var(--muted); font-size: 16px; line-height: 1.6; }
.hero-actions { display: flex; align-items: center; gap: 24px; }
.button { display: inline-flex; align-items: center; justify-content: center; gap: 18px; min-height: 49px; padding: 0 20px; border: 0; border-radius: 999px; cursor: pointer; font-size: 11px; letter-spacing: .08em; text-transform: uppercase; font-weight: 700; transition: transform .2s ease, background .2s ease, opacity .2s ease; }
.button:hover:not(:disabled) { transform: translateY(-2px); }
.button-primary { background: var(--ink); color: var(--paper); }
.button-primary:hover { background: #26403c; }
.text-link { padding-bottom: 4px; border-bottom: 1px solid var(--ink); font-size: 11px; letter-spacing: .08em; text-transform: uppercase; font-weight: 700; }
.hero-note { display: flex; align-items: center; gap: 8px; margin-top: 56px; color: var(--muted); font-size: 11px; }
.lock { display: grid; place-items: center; width: 21px; height: 21px; border: 1px solid var(--line); border-radius: 50%; font-size: 14px; }
.hero-art { position: relative; min-height: 480px; display: grid; place-items: center; }
.orbit { position: absolute; border: 1px solid rgba(20, 35, 34, .12); border-radius: 50%; transform: rotate(-20deg); }
.orbit-one { width: 520px; height: 255px; }
.orbit-two { width: 430px; height: 220px; transform: rotate(33deg); border-color: rgba(255, 119, 95, .5); }
.signal-card { position: relative; width: min(390px, 82%); padding: 25px 25px 22px; background: var(--dark); color: var(--paper); box-shadow: 20px 25px 0 rgba(198, 239, 121, .7); transform: rotate(-4deg); }
.signal-card-top, .signal-row, .signal-footer { display: flex; align-items: center; justify-content: space-between; }
.signal-card-top { color: rgba(245, 242, 234, .55); font-size: 9px; letter-spacing: .11em; }
.signal-status { color: var(--lime); font-size: 8px; }
.signal-card-title { padding: 56px 0 30px; font-size: 30px; letter-spacing: -.05em; line-height: 1; }
.signal-card-title strong { color: var(--lime); font-weight: 400; }
.signal-rule { height: 1px; margin-bottom: 5px; background: rgba(245, 242, 234, .2); }
.signal-row { padding: 12px 0; border-bottom: 1px solid rgba(245, 242, 234, .13); font-size: 10px; }
.signal-label { color: rgba(245, 242, 234, .52); text-transform: uppercase; letter-spacing: .1em; }
.signal-value { display: flex; align-items: center; gap: 7px; }
.dot { display: inline-block; width: 7px; height: 7px; border-radius: 50%; }
.dot-coral { background: var(--coral); }
.receipt { color: var(--lime); }
.signal-footer { padding-top: 40px; color: rgba(245, 242, 234, .45); font-size: 8px; letter-spacing: .1em; }
.hero-stamp { position: absolute; right: 2%; bottom: 21%; display: grid; grid-template-columns: 35px 1fr; align-items: center; gap: 8px; color: var(--ink); font-size: 9px; line-height: 1.1; letter-spacing: .12em; font-weight: 700; transform: rotate(11deg); }
.stamp-star { display: grid; place-items: center; width: 35px; height: 35px; background: var(--coral); border-radius: 50%; font-size: 21px; }
.ticker { overflow: hidden; border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.ticker-inner { display: flex; align-items: center; justify-content: space-between; gap: 20px; padding: 18px 0; color: var(--muted); font-size: 10px; letter-spacing: .13em; text-transform: uppercase; white-space: nowrap; font-weight: 700; }
.ticker-separator { color: var(--coral); font-size: 14px; }
.content-section { padding-top: 136px; padding-bottom: 143px; }
.section-intro { display: grid; grid-template-columns: 1fr 1.4fr 1fr; align-items: end; gap: 40px; margin-bottom: 61px; }
.section-intro .eyebrow { align-self: start; }
h2 { margin-bottom: 0; font-size: clamp(42px, 5.2vw, 66px); letter-spacing: -.065em; line-height: .95; }
.section-intro h2 span, .offer-copy h2 span { font-family: var(--serif); font-weight: 400; }
.section-intro > p:last-child { margin-bottom: 3px; color: var(--muted); font-size: 14px; line-height: 1.55; }
.feature-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 16px; }
.feature-card { position: relative; min-height: 335px; padding: 27px 27px 29px; display: flex; flex-direction: column; }
.feature-card-lime { background: var(--lime); }
.feature-card-dark { background: var(--dark); color: var(--paper); }
.feature-card-paper { background: var(--cream); border: 1px solid var(--line); }
.feature-number { font-size: 10px; letter-spacing: .1em; font-weight: 700; }
.feature-icon { margin-top: auto; margin-bottom: 28px; font-size: 38px; line-height: .8; }
.feature-card h3 { max-width: 230px; margin-bottom: 12px; font-size: 24px; letter-spacing: -.05em; line-height: 1; }
.feature-card p { max-width: 290px; margin-bottom: 0; color: var(--muted); font-size: 12px; line-height: 1.55; }
.feature-card-dark p { color: rgba(245, 242, 234, .64); }
.card-arrow { position: absolute; right: 27px; bottom: 26px; font-size: 21px; }
.process-section { background: var(--dark); color: var(--paper); }
.process-layout { display: grid; grid-template-columns: 1fr 1fr; gap: 100px; padding-top: 126px; padding-bottom: 126px; }
.eyebrow-light { color: rgba(245, 242, 234, .53); }
.process-heading h2 { color: var(--lime); }
.process-heading h2 em { color: var(--paper); }
.process-steps { padding-top: 9px; }
.process-step { display: grid; grid-template-columns: 54px 1fr; gap: 18px; padding: 24px 0; border-top: 1px solid rgba(245, 242, 234, .2); }
.process-step:last-child { border-bottom: 1px solid rgba(245, 242, 234, .2); }
.process-step > span { color: var(--coral); font-size: 10px; letter-spacing: .1em; font-weight: 700; }
.process-step h3 { margin-bottom: 9px; color: var(--paper); font-size: 20px; letter-spacing: -.03em; }
.process-step p { max-width: 310px; margin: 0; color: rgba(245, 242, 234, .58); font-size: 13px; line-height: 1.55; }
.offer-section { padding-top: 128px; padding-bottom: 128px; }
.offer-card { display: grid; grid-template-columns: 1.1fr .9fr; gap: 70px; padding: 67px; background: var(--coral); }
.offer-copy .eyebrow { color: rgba(20, 35, 34, .62); }
.offer-copy h2 { margin-bottom: 24px; }
.offer-description { max-width: 420px; margin-bottom: 27px; color: rgba(20, 35, 34, .72); font-size: 15px; line-height: 1.6; }
.offer-availability { display: flex; align-items: center; gap: 9px; font-size: 11px; letter-spacing: .08em; text-transform: uppercase; font-weight: 700; }
.availability-dot { width: 8px; height: 8px; background: var(--lime); border-radius: 50%; }
.offer-checkout { align-self: center; padding: 33px; background: var(--paper); }
.price { display: flex; align-items: baseline; margin-bottom: 11px; }
.price-currency { font-family: var(--serif); font-size: 26px; }
.price-number { font-size: 68px; letter-spacing: -.08em; line-height: .9; }
.price-period { margin-left: 8px; color: var(--muted); font-size: 12px; }
.checkout-copy { max-width: 240px; margin-bottom: 22px; color: var(--muted); font-size: 12px; line-height: 1.5; }
.button-checkout { width: 100%; background: var(--ink); color: var(--paper); }
.button-checkout:disabled { cursor: not-allowed; background: #a8b0aa; }
.checkout-status { min-height: 30px; margin: 12px 0 0; color: var(--muted); font-size: 11px; line-height: 1.4; }
.checkout-status.is-ready { color: #407126; }
.checkout-status.is-error { color: #a34739; }
.fine-print { margin: 15px 0 0; color: #7a817b; font-size: 9px; letter-spacing: .08em; text-transform: uppercase; }
.site-footer { display: flex; justify-content: space-between; padding: 25px 0 32px; border-top: 1px solid var(--line); color: var(--muted); font-size: 9px; letter-spacing: .12em; text-transform: uppercase; }
@media (max-width: 820px) {
  .section-shell, .site-header { width: min(100% - 40px, 600px); }
  .site-header { padding: 21px 0; }
  .nav-links a:not(.nav-cta) { display: none; }
  .hero { grid-template-columns: 1fr; padding-top: 76px; padding-bottom: 80px; }
  .hero-art { min-height: 390px; margin-top: 9px; }
  .orbit-one { width: 460px; }
  .ticker-inner { justify-content: flex-start; overflow: hidden; width: max-content; min-width: 100%; }
  .ticker-inner span:nth-of-type(n+6) { display: none; }
  .section-intro, .process-layout, .offer-card { grid-template-columns: 1fr; }
  .section-intro { gap: 25px; margin-bottom: 40px; }
  .content-section, .offer-section { padding-top: 90px; padding-bottom: 90px; }
  .feature-grid { grid-template-columns: 1fr; }
  .feature-card { min-height: 280px; }
  .process-layout { gap: 55px; padding-top: 90px; padding-bottom: 90px; }
  .offer-card { gap: 38px; padding: 34px 25px; }
  .offer-checkout { padding: 25px; }
  .site-footer { display: block; line-height: 1.8; }
  .site-footer span { display: block; }
}
@media (prefers-reduced-motion: reduce) { html { scroll-behavior: auto; } *, *::before, *::after { transition-duration: .01ms !important; } }
