:root{--navy:#0b1220;--teal:#0f766e;--gold:#c8a96b;--bg:#f8fafc;--text:#0f172a}*{box-sizing:border-box}body{background:var(--bg);color:var(--text);margin:0;font-family:Inter,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif}.page{min-height:100vh;padding:32px}.nav{justify-content:space-between;align-items:center;max-width:1120px;margin:0 auto;display:flex}.brand{font-size:24px;font-weight:800}.nav a{color:var(--teal);font-weight:700;text-decoration:none}.hero{color:#fff;background:linear-gradient(135deg,#0b1220,#111827);border-radius:28px;max-width:1120px;margin:96px auto;padding:72px}.eyebrow{color:var(--gold);text-transform:uppercase;letter-spacing:.12em;font-size:13px;font-weight:800}h1{max-width:900px;margin:20px 0;font-size:clamp(40px,7vw,76px);line-height:.96}.hero p:last-child{color:#cbd5e1;max-width:720px;font-size:20px;line-height:1.55}@media (width<=720px){.page{padding:20px}.hero{border-radius:20px;margin:64px auto;padding:36px 28px}.hero p:last-child{font-size:18px}}
