:root { --ink: #142c2a; --ink-deep: #0b201e; --paper: #f5f0e6; --paper-light: #fbf8f1; --acid: #d7ff64; --orange: #f2683c; --line: rgba(20, 44, 42, 0.22); }
* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; background: var(--paper); color: var(--ink); font-family: Arial, Helvetica, sans-serif; font-size: 17px; line-height: 1.55; }
a { color: inherit; }
button, a { -webkit-tap-highlight-color: transparent; }
.site-nav { align-items: center; display: flex; justify-content: space-between; margin: 0 auto; max-width: 1420px; padding: 28px clamp(24px, 5vw, 76px); }
.wordmark { font-size: 14px; font-weight: 900; letter-spacing: -0.04em; line-height: 0.9; text-decoration: none; transform: rotate(-2deg); }
.wordmark span { display: block; font-size: 19px; letter-spacing: -0.06em; }
.nav-link { border-bottom: 1px solid currentColor; font-size: 13px; font-weight: 700; text-decoration: none; }
.hero { display: grid; gap: clamp(48px, 6vw, 100px); grid-template-columns: minmax(0, 1.16fr) minmax(360px, 0.84fr); margin: 0 auto; max-width: 1420px; min-height: 720px; padding: clamp(56px, 8vw, 120px) clamp(24px, 5vw, 76px) 110px; }
.hero-copy { align-self: center; }
.eyebrow, .section-label { align-items: center; display: flex; font-size: 11px; font-weight: 800; letter-spacing: .17em; margin: 0 0 25px; text-transform: uppercase; }
.eyebrow span { background: var(--orange); border-radius: 50%; height: 9px; margin-right: 10px; width: 9px; }
h1, h2, blockquote { font-family: Georgia, 'Times New Roman', serif; font-weight: 500; letter-spacing: -0.055em; line-height: .93; margin: 0; }
h1 { font-size: clamp(64px, 7.2vw, 112px); max-width: 900px; }
.hero-lede { font-size: clamp(19px, 1.65vw, 25px); line-height: 1.4; margin: 34px 0 36px; max-width: 650px; }
.hero-actions { align-items: center; display: flex; gap: 22px; }
.hero-actions p { font-size: 13px; line-height: 1.25; margin: 0; }
.hero-actions p strong { display: block; }
.button { align-items: center; border: 0; cursor: pointer; display: inline-flex; font: inherit; font-size: 14px; font-weight: 800; gap: 28px; justify-content: space-between; min-height: 58px; padding: 0 25px; text-decoration: none; transition: transform .2s ease, box-shadow .2s ease; }
.button:hover { box-shadow: 6px 6px 0 var(--orange); transform: translate(-3px, -3px); }
.button:focus-visible { outline: 3px solid var(--orange); outline-offset: 4px; }
.button-primary { background: var(--ink); color: white; }
.button-light { background: var(--acid); color: var(--ink); min-width: min(100%, 345px); }
.button-closed { background: rgba(20,44,42,.12); color: var(--ink); cursor: default; }
.button-closed:hover { box-shadow: none; transform: none; }
.button-closed-light { background: rgba(255,255,255,.12); color: white; }
.countdown { align-items: baseline; border-top: 1px solid var(--line); display: flex; gap: 20px; margin-top: 34px; max-width: 520px; padding-top: 15px; }
.countdown > span { font-size: 10px; font-weight: 800; letter-spacing: .13em; text-transform: uppercase; }
.countdown strong { font-family: Georgia, serif; font-size: 25px; font-weight: 500; letter-spacing: -.03em; }
.countdown strong b { font-weight: 500; }
.countdown small { color: var(--orange); font-family: Arial, sans-serif; font-size: 9px; font-weight: 900; letter-spacing: 0; margin-left: 2px; text-transform: uppercase; }
.hero-visual { align-self: center; min-height: 520px; position: relative; }
.photo-wrap { background: var(--orange); margin-left: auto; max-width: 430px; padding: 12px; position: relative; transform: rotate(2.5deg); }
.photo-wrap img { display: block; height: auto; width: 100%; }
.offer-card { background: var(--ink); bottom: -70px; color: white; left: -38px; padding: 28px 30px 26px; position: absolute; transform: rotate(-2deg); width: min(370px, 86%); }
.offer-kicker { color: var(--acid); font-size: 10px; font-weight: 800; letter-spacing: .16em; margin: 0 0 8px; text-transform: uppercase; }
.price-row { align-items: baseline; display: flex; font-family: Georgia, serif; justify-content: space-between; }
.price-row span { font-size: 35px; letter-spacing: -.04em; }
.price-row strong { color: var(--acid); font-size: 52px; font-weight: 500; letter-spacing: -.06em; }
.offer-rule { border-top: 1px solid rgba(255,255,255,.25); margin: 8px 0 18px; }
.offer-card ul { display: grid; font-size: 12px; gap: 8px; list-style: none; margin: 0; padding: 0; }
.offer-card li span { color: var(--acid); margin-right: 7px; }
.marquee { background: var(--acid); border-bottom: 2px solid var(--ink); border-top: 2px solid var(--ink); overflow: hidden; padding: 18px 0; white-space: nowrap; }
.marquee div { font-size: clamp(18px, 2vw, 29px); font-weight: 900; letter-spacing: -.04em; text-align: center; }
.marquee span { color: var(--orange); margin: 0 clamp(16px, 2.8vw, 44px); }
.letter, .tasks, .process, .why, .cta { padding: clamp(80px, 11vw, 170px) clamp(24px, 7vw, 110px); }
.letter { display: grid; gap: clamp(50px, 10vw, 170px); grid-template-columns: minmax(280px, .8fr) minmax(360px, 1fr); margin: auto; max-width: 1420px; }
.letter h2 { font-size: clamp(50px, 5.2vw, 78px); }
.letter h2 em { color: var(--orange); font-weight: inherit; }
.letter-copy { font-family: Georgia, 'Times New Roman', serif; font-size: clamp(20px, 1.75vw, 25px); line-height: 1.58; max-width: 670px; }
.letter-copy p { margin: 0 0 28px; }
.drop-cap::first-letter { float: left; font-size: 78px; line-height: .75; margin: 10px 10px 0 0; }
.scribble { color: var(--orange); font-family: 'Comic Sans MS', 'Bradley Hand', cursive; font-size: 23px; transform: rotate(-2deg); }
.tasks { background: var(--ink); color: white; display: grid; gap: clamp(50px, 8vw, 130px); grid-template-columns: .7fr 1.3fr; }
.tasks > * { margin-left: auto; margin-right: auto; max-width: 700px; width: 100%; }
.tasks h2 { color: var(--acid); font-size: clamp(54px, 6vw, 94px); }
.tasks-intro > p:last-child { color: rgba(255,255,255,.72); max-width: 440px; }
.task { align-items: start; border-top: 1px solid rgba(255,255,255,.25); display: grid; gap: 20px; grid-template-columns: 40px 1fr 30px; padding: 30px 0 34px; }
.task > span:first-child { color: var(--acid); font-size: 11px; font-weight: 800; }
.task h3 { font-family: Georgia, serif; font-size: 34px; font-weight: 500; letter-spacing: -.04em; line-height: 1; margin: 0 0 13px; }
.task p { color: rgba(255,255,255,.68); font-size: 14px; line-height: 1.6; margin: 0; max-width: 560px; }
.task-arrow { color: var(--orange); font-size: 28px; }
.process { background: var(--orange); display: grid; gap: clamp(50px, 8vw, 130px); grid-template-columns: 1fr 1fr; }
.process h2 { font-size: clamp(52px, 6vw, 90px); }
.process ol { list-style: none; margin: 0; padding: 0; }
.process li { align-items: start; border-top: 1px solid rgba(20,44,42,.45); display: grid; gap: 20px; grid-template-columns: 58px 1fr; padding: 24px 0; }
.process li > span { align-items: center; border: 1px solid var(--ink); border-radius: 50%; display: flex; font-size: 12px; font-weight: 800; height: 38px; justify-content: center; width: 38px; }
.process li strong { font-family: Georgia, serif; font-size: 27px; font-weight: 500; letter-spacing: -.03em; }
.process li p { font-size: 13px; margin: 4px 0 0; }
.why { background: var(--paper-light); text-align: center; }
.why .section-label { justify-content: center; }
.why blockquote { font-size: clamp(42px, 6.2vw, 88px); margin: 0 auto 40px; max-width: 1100px; }
.why > p:last-child { margin: auto; max-width: 630px; }
.cta { background: var(--ink); color: white; min-height: 670px; text-align: center; }
.cta .section-label { color: var(--acid); justify-content: center; }
.cta h2 { font-size: clamp(64px, 9vw, 130px); }
.cta h2 span { color: var(--orange); }
.cta-copy { color: rgba(255,255,255,.72); margin: 36px auto 27px; max-width: 520px; }
.trial-note { color: rgba(255,255,255,.5); font-size: 12px; margin: 24px auto 0; }
.deadline-note { color: var(--acid); font-size: 11px; font-weight: 800; letter-spacing: .06em; margin: 16px auto 0; text-transform: uppercase; }
footer { align-items: center; background: var(--ink-deep); color: white; display: grid; font-size: 11px; grid-template-columns: 1fr auto 1fr; padding: 32px clamp(24px, 5vw, 76px); }
.wordmark-light { justify-self: start; }
footer p { margin: 0; }
.legal { color: rgba(255,255,255,.48); justify-self: end; }
@media (max-width: 900px) {
  .hero { grid-template-columns: 1fr; padding-top: 60px; }
  .hero-visual { margin: 15px auto 55px; max-width: 550px; width: 100%; }
  .letter, .tasks, .process { grid-template-columns: 1fr; }
  .tasks > * { max-width: none; }
}
@media (max-width: 600px) {
  body { font-size: 16px; }
  .site-nav { padding: 22px 20px; }
  .hero { min-height: 0; padding: 55px 20px 92px; }
  h1 { font-size: clamp(55px, 17vw, 74px); }
  .hero-lede { margin: 25px 0 29px; }
  .hero-actions { align-items: stretch; flex-direction: column; }
  .hero-actions p { padding-left: 3px; }
  .countdown { align-items: flex-start; flex-direction: column; gap: 4px; }
  .button { width: 100%; }
  .hero-visual { min-height: 455px; }
  .photo-wrap { margin: 0; max-width: calc(100% - 16px); }
  .offer-card { bottom: -52px; left: -2px; }
  .price-row span { font-size: 30px; }
  .price-row strong { font-size: 45px; }
  .marquee div { animation: ticker 16s linear infinite; width: max-content; }
  .letter, .tasks, .process, .why, .cta { padding-left: 20px; padding-right: 20px; }
  .letter { gap: 42px; }
  .letter-copy { font-size: 19px; }
  .tasks, .process { gap: 45px; }
  .task { grid-template-columns: 32px 1fr 24px; }
  footer { gap: 22px; grid-template-columns: 1fr; text-align: left; }
  .legal { justify-self: start; }
}
@keyframes ticker { to { transform: translateX(-48%); } }
@media (prefers-reduced-motion: reduce) { html { scroll-behavior: auto; } .marquee div { animation: none; } .button { transition: none; } }
