:root { color-scheme: light dark; font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif; background: #09110f; color: #eefbf4; }
* { box-sizing: border-box; }
body { margin: 0; min-height: 100vh; background: radial-gradient(circle at 80% 0, #164f3b 0, transparent 35rem), #09110f; }
.landing { width: min(760px, calc(100% - 40px)); margin: 0 auto; padding: 14vh 0 80px; }
.eyebrow { color: #68e2aa; text-transform: uppercase; letter-spacing: .14em; font-size: 12px; font-weight: 750; }
h1 { font-size: clamp(42px, 8vw, 76px); line-height: .98; letter-spacing: -.055em; margin: 20px 0 28px; max-width: 720px; }
p { font-size: clamp(18px, 3vw, 23px); color: #b9c9c1; line-height: 1.55; max-width: 650px; }
.actions { display: flex; gap: 12px; margin: 38px 0 72px; flex-wrap: wrap; }
a { color: #d9f7e8; text-decoration: none; border: 1px solid #345649; border-radius: 14px; padding: 13px 18px; font-weight: 650; }
a.primary { background: #62e6a7; color: #092117; border-color: #62e6a7; }
section { border-top: 1px solid #294138; padding-top: 26px; }
h2 { font-size: 18px; }
ul { color: #b9c9c1; line-height: 1.75; padding-left: 22px; }
code { color: #70eeb2; }
