*{box-sizing:border-box}body{margin:0;font-family:system-ui,-apple-system,Segoe UI,sans-serif;background:#07111f;color:#eef6f4;line-height:1.6}a{color:inherit;text-decoration:none}header{display:flex;justify-content:space-between;align-items:center;padding:22px 7vw;border-bottom:1px solid #263343}.brand{font-weight:800}.brand span{margin-left:10px}nav{display:flex;gap:24px;color:#aebac4}.hero,section{padding:90px 8vw;max-width:1200px;margin:auto}.hero h1{font-size:clamp(52px,8vw,90px);line-height:.95;margin:12px 0 24px;letter-spacing:-.05em}.hero em{font-style:normal;color:#8ee3c0}.hero p{max-width:720px;color:#b6c2ca;font-size:20px}.eyebrow{font-size:12px!important;letter-spacing:.18em;color:#8ee3c0!important;font-weight:800}.cta{display:inline-block;margin-top:22px;background:#8ee3c0;color:#07111f;padding:13px 18px;border-radius:999px;font-weight:800}.grid{display:grid;grid-template-columns:repeat(4,1fr);gap:16px}.grid article{background:#0d1a29;border:1px solid #263343;border-radius:18px;padding:24px}.grid p{color:#94a3ae}.dark{background:#0b1725;border-radius:26px}.steps{display:grid;grid-template-columns:repeat(4,1fr);gap:12px;margin:30px 0}.steps div{padding:22px;border:1px solid #263343;border-radius:15px;color:#8ee3c0;font-weight:800}footer{padding:40px 8vw;border-top:1px solid #263343;color:#91a0aa}@media(max-width:760px){nav{display:none}.grid,.steps{grid-template-columns:1fr}.hero,section{padding:60px 6vw}}