@import url('https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700;800&display=swap');

:root{font-family:Inter,system-ui,sans-serif;color:#f5f7ff;background:#080b18;font-synthesis:none}*{box-sizing:border-box}html,body{margin:0;min-height:100%;background:#080b18}body{min-height:100vh}.hero{position:relative;min-height:100vh;display:grid;place-items:center;overflow:hidden;padding:48px 24px 96px;background:radial-gradient(circle at 50% 30%,#11172e 0,#080b18 48%,#050711 100%)}.grid{position:absolute;inset:0;opacity:.11;background-image:linear-gradient(rgba(127,108,255,.35) 1px,transparent 1px),linear-gradient(90deg,rgba(127,108,255,.35) 1px,transparent 1px);background-size:64px 64px;mask-image:linear-gradient(to bottom,transparent,black 30%,transparent 90%)}.glow{position:absolute;border-radius:50%;filter:blur(90px);opacity:.22;pointer-events:none}.glow-one{width:420px;height:420px;background:#7357ff;top:-160px;left:8%}.glow-two{width:360px;height:360px;background:#296cff;right:5%;bottom:-140px}.content{position:relative;z-index:1;width:min(760px,100%);text-align:center}.mark{width:68px;height:54px;margin:0 auto 28px;display:flex;align-items:flex-end;justify-content:center;gap:7px;transform:skew(-9deg)}.mark span{display:block;width:12px;border-radius:4px 4px 2px 2px;background:linear-gradient(180deg,#7c5cff,#3b75ff);box-shadow:0 0 28px rgba(102,86,255,.35)}.mark span:nth-child(1){height:28px}.mark span:nth-child(2){height:48px}.mark span:nth-child(3){height:38px}.eyebrow{margin:0 0 13px;color:#8f99b8;font-size:.72rem;font-weight:700;letter-spacing:.25em}h1{margin:0;font-size:clamp(3.2rem,10vw,6.6rem);font-weight:800;letter-spacing:-.07em;line-height:.95}h1 span{background:linear-gradient(110deg,#8a63ff,#4f83ff);-webkit-background-clip:text;background-clip:text;color:transparent}.tagline{margin:19px 0 0;color:#aeb6cf;font-size:clamp(.82rem,2vw,1rem);font-weight:700;letter-spacing:.32em}.divider{width:54px;height:2px;margin:38px auto;background:linear-gradient(90deg,#755cff,#4b80ff);border-radius:999px}h2{margin:0;color:#eef1fb;font-size:clamp(1.35rem,3.5vw,2rem);font-weight:600;letter-spacing:-.025em}.intro{max-width:610px;margin:17px auto 0;color:#8f98b4;font-size:clamp(.95rem,2vw,1.08rem);line-height:1.75}.status{display:inline-flex;align-items:center;gap:10px;margin-top:34px;padding:11px 17px;border:1px solid rgba(137,119,255,.2);border-radius:999px;background:rgba(83,68,158,.09);color:#c2c8dc;font-size:.8rem;font-weight:600;letter-spacing:.04em;backdrop-filter:blur(10px)}.status i{width:7px;height:7px;border-radius:50%;background:#7b61ff;box-shadow:0 0 12px #7b61ff}footer{position:absolute;z-index:1;left:32px;right:32px;bottom:26px;display:flex;justify-content:space-between;color:#59617b;font-size:.72rem;letter-spacing:.04em}@media(max-width:600px){.hero{padding:40px 20px 90px}.tagline{letter-spacing:.22em}.divider{margin:31px auto}.intro{line-height:1.65}footer{left:20px;right:20px;bottom:20px}.grid{background-size:46px 46px}}
