:root{--night:#090b2d;--navy:#17166f;--signal:#ff5a00;--paper:#f5f2ea;--white:#fff;--muted:#c9cbe0;--ink:#0b0d27}*{box-sizing:border-box}html{background:var(--night);scroll-behavior:smooth}body{margin:0;min-height:100vh;color:var(--white);background:var(--night);font-family:Inter,ui-sans-serif,-apple-system,BlinkMacSystemFont,"Segoe UI",Arial,sans-serif;-webkit-font-smoothing:antialiased}a{color:inherit;text-decoration:none}form{min-height:100vh;display:grid;grid-template-rows:auto 1fr auto}.site-header{position:relative;z-index:4;min-height:102px;display:flex;align-items:center;justify-content:flex-start;padding:18px clamp(22px,4vw,68px);background:var(--white);border-bottom:1px solid rgba(11,13,39,.08)}.brand{display:inline-flex;align-items:center}.brand img{display:block;width:min(260px,54vw);height:auto}.hero{position:relative;isolation:isolate;overflow:hidden;display:flex;align-items:center;min-height:calc(100vh - 176px);padding:clamp(64px,8vw,118px) clamp(22px,5vw,86px);background:linear-gradient(120deg,#090b2d 0%,#121455 52%,#25298d 100%)}.hero-grid{position:absolute;z-index:-3;inset:0;opacity:.16;background-image:linear-gradient(rgba(255,255,255,.16) 1px,transparent 1px),linear-gradient(90deg,rgba(255,255,255,.16) 1px,transparent 1px);background-size:62px 62px;mask-image:linear-gradient(90deg,#000,transparent 84%)}.hero-orb{position:absolute;z-index:-2;border-radius:50%;filter:blur(4px);opacity:.5}.hero-orb-one{width:420px;height:420px;right:8%;top:-210px;background:radial-gradient(circle,rgba(255,90,0,.7),transparent 68%)}.hero-orb-two{width:560px;height:560px;left:36%;bottom:-390px;background:radial-gradient(circle,rgba(83,103,255,.72),transparent 68%)}.hero-copy{width:100%;max-width:980px}.hero h1{max-width:900px;margin:0;font-size:clamp(54px,6.7vw,108px);line-height:.92;letter-spacing:-.065em}.hero h1 em{display:block;color:var(--signal);font-family:Georgia,"Times New Roman",serif;font-weight:400;letter-spacing:-.055em}.lead{max-width:760px;margin:30px 0 0;color:var(--muted);font-size:clamp(18px,1.5vw,23px);line-height:1.62}.actions{display:flex;flex-wrap:wrap;gap:14px;margin-top:38px}.button{display:inline-flex;align-items:center;justify-content:center;gap:12px;min-height:58px;padding:15px 25px;border:1px solid transparent;border-radius:999px;font-size:14px;font-weight:850;transition:transform .2s ease,box-shadow .2s ease,background .2s ease}.button:hover,.button:focus-visible{transform:translateY(-2px);outline:none}.button-primary{color:var(--night);background:var(--signal);box-shadow:0 17px 38px rgba(255,90,0,.26)}.button-primary:hover,.button-primary:focus-visible{background:#ff6e24;box-shadow:0 22px 44px rgba(255,90,0,.34)}.button-secondary{color:var(--white);background:rgba(255,255,255,.08);border-color:rgba(255,255,255,.22)}.button-secondary:hover,.button-secondary:focus-visible{background:rgba(255,255,255,.14)}.site-footer{display:flex;align-items:center;justify-content:space-between;gap:20px;min-height:74px;padding:16px clamp(22px,4vw,68px);color:#696b7d;background:var(--paper);font-size:12px}.site-footer a{color:var(--navy);font-weight:800}@media(max-width:640px){.site-header{min-height:86px}.hero{min-height:auto;padding-top:58px;padding-bottom:70px}.hero h1{font-size:clamp(50px,15vw,72px)}.actions{display:grid}.button{width:100%}.site-footer{align-items:flex-start;flex-direction:column}}
