
:root{--bg:#020713;--text:#f6f8ff;--muted:#aeb7cb;--blue:#2f82ff;--purple:#9b35ff}
*{box-sizing:border-box}
html,body{margin:0;min-height:100%;background:var(--bg);font-family:Inter,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif;color:var(--text)}
a{color:inherit;text-decoration:none}
.home-stage{position:relative;width:100%;max-width:1536px;margin:0 auto;background:#020713}
.home-stage>img{display:block;width:100%;height:auto}
.hotspot{position:absolute;display:block;z-index:5}
.hotspot:focus-visible{outline:2px solid #55a4ff;outline-offset:3px;border-radius:8px}
.hs-home{left:32.7%;top:4.2%;width:5.4%;height:4%}
.hs-about{left:39.5%;top:4.2%;width:5.4%;height:4%}
.hs-products{left:46.4%;top:4.2%;width:7%;height:4%}
.hs-vision{left:55.2%;top:4.2%;width:5.8%;height:4%}
.hs-contact-nav{left:63.5%;top:4.2%;width:6.5%;height:4%}
.hs-contact-btn{left:83.8%;top:3.2%;width:11.4%;height:5.8%}
.hs-build{left:5.2%;top:50.8%;width:14.2%;height:6.2%}
.hs-vision-btn{left:20.3%;top:50.8%;width:12.2%;height:6.2%}
.hs-email{left:5.0%;top:58.5%;width:13.5%;height:3.7%}
.sr-only{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0}
.subpage{min-height:100vh;background:
 radial-gradient(circle at 70% 20%,rgba(31,93,255,.22),transparent 30%),
 radial-gradient(circle at 82% 65%,rgba(138,43,255,.18),transparent 30%),
 linear-gradient(180deg,#010611,#030918)}
.subnav{height:108px;max-width:1375px;margin:0 auto;padding:0 36px;display:flex;align-items:center;justify-content:space-between}
.subnav .wordmark{font-size:25px;letter-spacing:.24em;font-weight:700}
.subnav .wordmark span{background:linear-gradient(90deg,#208dff,#9c38ff);-webkit-background-clip:text;background-clip:text;color:transparent}
.subnav nav{display:flex;gap:46px}
.subnav nav a{color:#eef3ff}
.coming{min-height:calc(100vh - 108px);display:grid;place-items:center;padding:32px}
.card{width:min(760px,100%);text-align:center;padding:78px 40px;border:1px solid rgba(103,125,180,.22);border-radius:24px;background:linear-gradient(145deg,rgba(8,17,40,.9),rgba(3,8,20,.82));box-shadow:0 35px 110px rgba(27,43,150,.2)}
.mark{font-size:18px;letter-spacing:.2em;text-transform:uppercase;color:#438eff;font-weight:700}
.card h1{font-size:64px;margin:24px 0 18px}
.card p{font-size:20px;color:var(--muted);margin:0 0 30px}
.back{display:inline-flex;padding:16px 27px;border-radius:14px;background:linear-gradient(100deg,#1978ff,#7a3fff 60%,#9f2fff);font-weight:700}
@media(max-width:800px){
  .home-stage{overflow:hidden}
  .home-stage>img{width:150%;max-width:none;transform:translateX(-16.7%)}
  .hotspot{display:none}
  .subnav nav{display:none}
  .card h1{font-size:46px}
}
