:root{font-family:Inter,system-ui,sans-serif;color:#172033;background:#f7f8fb;line-height:1.55}*{box-sizing:border-box}body{margin:0}.hero{background:linear-gradient(135deg,#14213d,#2456a6);color:#fff;padding:0 6vw 5rem}nav{height:72px;display:flex;align-items:center;justify-content:space-between;max-width:1120px;margin:auto}nav a,.button{color:#fff;text-decoration:none}.hero-content,main,footer{max-width:1120px;margin:auto}.hero-content{padding:5rem 0 2rem;max-width:820px;margin-left:auto;margin-right:auto;text-align:center}h1{font-size:clamp(2.6rem,6vw,5rem);line-height:1.02;margin:.5rem 0 1.5rem}.lead{font-size:1.25rem;color:#dce8ff}.eyebrow{text-transform:uppercase;letter-spacing:.1em;font-size:.78rem;font-weight:750}.button{display:inline-block;background:#ffb703;color:#172033;padding:.9rem 1.25rem;border-radius:.7rem;font-weight:750;margin-top:1rem}main{padding:5rem 6vw}section{margin-bottom:5rem}h2{font-size:2rem}.grid{display:grid;grid-template-columns:repeat(3,1fr);gap:1rem}.grid article,.price{background:#fff;border:1px solid #e4e8f0;border-radius:1rem;padding:1.5rem;box-shadow:0 12px 35px #1720330d}.price{display:flex;justify-content:space-between;gap:2rem;align-items:center}.price h2{font-size:2.6rem;margin:.25rem 0}footer{padding:2rem 6vw 4rem;color:#667085}@media(max-width:760px){.grid{grid-template-columns:1fr}.price{display:block}.hero-content{padding-top:3rem}}
