:root{color-scheme:dark;--navy:#071326;--ivory:#f5eed9;--teal:#1bb7ad;--gold:#d1a340}*{box-sizing:border-box}body{margin:0;background:linear-gradient(145deg,var(--navy),#111827);color:var(--ivory);font-family:-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif;line-height:1.8;min-height:100vh}main{width:min(1080px,calc(100% - 32px));margin:auto;padding:64px 0}.hero{display:grid;grid-template-columns:minmax(0,1fr) minmax(240px,340px);align-items:center;gap:clamp(28px,6vw,80px)}.brand{display:flex;align-items:center;gap:14px}.brand img{width:72px;height:72px;border-radius:18px;box-shadow:0 16px 40px #0008}.brand p{margin:0}figure{margin:0;text-align:center}.app-screen{display:block;width:100%;max-height:680px;object-fit:contain;border-radius:28px;box-shadow:0 22px 70px #000a;border:1px solid #ffffff22;background:#fff}figcaption{font-size:.85rem;opacity:.72;margin-top:10px}h1{font-size:clamp(2.4rem,8vw,5rem);line-height:1.08;margin:.2em 0}h1 span,.eyebrow{color:var(--teal)}h2{color:var(--gold);margin-top:2em}.lead{font-size:1.25rem}.badges{display:flex;gap:8px;flex-wrap:wrap}.badges span{border:1px solid #ffffff33;border-radius:999px;padding:4px 14px}nav{display:flex;gap:18px;flex-wrap:wrap;margin:36px 0}a{color:#7ce8df}.button{display:inline-block;background:var(--teal);color:#04131e;text-decoration:none;padding:10px 18px;border-radius:12px;font-weight:700}.muted{opacity:.72}hr{border:0;border-top:1px solid #ffffff2a;margin:48px 0}section{max-width:68ch}@media(max-width:760px){main{padding:32px 0}.hero{grid-template-columns:1fr}.hero-copy{order:1}figure{order:2}.app-screen{max-height:620px;width:min(100%,340px);margin:auto}.brand img{width:58px;height:58px;border-radius:14px}}
