*{box-sizing:border-box}html,body{margin:0;padding:0;font-family:Inter,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",Arial,sans-serif;background:#06080d;color:#f4f6fb}a{color:inherit}.home{min-height:100vh}.hero{position:relative;min-height:100vh;display:flex;align-items:center;overflow:hidden;background:
radial-gradient(circle at 75% 35%,rgba(49,123,151,.28),transparent 28%),
linear-gradient(110deg,#030509 0%,#08121a 47%,#14161a 100%)}.hero:before{content:"";position:absolute;inset:0;background-image:url('/assets/hero.jpg');background-size:cover;background-position:center;opacity:.28}.hero__overlay{position:absolute;inset:0;background:linear-gradient(90deg,rgba(3,5,9,.96),rgba(3,5,9,.72),rgba(3,5,9,.35))}.hero__content{position:relative;z-index:2;width:min(980px,92vw);padding:72px;margin-left:max(24px,6vw)}.eyebrow{letter-spacing:.32em;font-size:12px;color:#9ed8e8;font-weight:700;margin:0 0 20px}.hero h1{font-size:clamp(44px,7vw,92px);line-height:.94;letter-spacing:-.06em;margin:0 0 24px;font-weight:850}.subtitle{max-width:720px;font-size:clamp(18px,2vw,24px);line-height:1.45;color:#c8d1dd;margin:0 0 34px}.actions{display:flex;gap:14px;flex-wrap:wrap}.button{display:inline-flex;align-items:center;justify-content:center;min-height:48px;padding:14px 20px;border-radius:999px;text-decoration:none;font-weight:800;letter-spacing:.01em}.button--primary{background:#f2c400;color:#05070b}.button--ghost{border:1px solid rgba(255,255,255,.22);color:#eef3fa;background:rgba(255,255,255,.04)}.small{margin-top:24px;color:#8d9bad;font-size:14px}@media(max-width:700px){.hero__content{padding:28px;margin:0}.actions{flex-direction:column}.button{width:100%}}