.hero-page{color:#fff;background:radial-gradient(circle at top,rgba(78,99,255,.18),transparent 40%),linear-gradient(180deg,#0b1020,#0b1224);min-height:100vh}.hero-page *{box-sizing:border-box}.hero-page .hero{position:relative;min-height:100vh;overflow:hidden;isolation:isolate}.hero-page .hero-bg{position:absolute;inset:0;background:radial-gradient(circle at 20% 30%,rgba(115,125,255,.35),transparent 20%),radial-gradient(circle at 80% 20%,rgba(0,216,255,.18),transparent 20%),linear-gradient(135deg,#0f172a,#111827 40%,#0b1224);z-index:0}.hero-page .hero-content{position:relative;z-index:2;min-height:100vh;max-width:1280px;margin:0 auto;padding:48px;display:grid;grid-template-columns:1.1fr .9fr;gap:48px;align-items:center}.hero-page .hero-copy{max-width:640px}.hero-page .eyebrow{display:inline-block;margin-bottom:16px;font-size:13px;letter-spacing:.12em;text-transform:uppercase;color:hsla(0,0%,100%,.7)}.hero-page h1{margin:0 0 20px;font-size:clamp(40px,6vw,72px);line-height:.95;letter-spacing:-.03em}.hero-page p{margin:0;font-size:18px;line-height:1.7;color:hsla(0,0%,100%,.82)}.hero-page .hero-actions{margin-top:28px;display:flex;gap:16px;flex-wrap:wrap}.hero-page .btn{display:inline-flex;align-items:center;justify-content:center;min-width:140px;height:48px;padding:0 18px;text-decoration:none;border-radius:999px;font-weight:600;transition:transform .16s ease,opacity .16s ease,background .16s ease}.hero-page .btn-primary{background:#fff;color:#111827}.hero-page .btn-secondary{background:hsla(0,0%,100%,.08);color:#fff;border:1px solid hsla(0,0%,100%,.18)}.hero-page .hero-visual{position:relative}.hero-page .hero-visual img{display:block;width:100%;max-width:560px;margin-left:auto;border-radius:28px;box-shadow:0 30px 80px rgba(0,0,0,.35),0 10px 30px rgba(0,0,0,.2);-o-object-fit:cover;object-fit:cover}@media (max-width:900px){.hero-page .hero-content{grid-template-columns:1fr;gap:28px;padding:28px}.hero-page .hero-visual img{max-width:100%}}