:root{--bg:#061426;--card:#0d2239;--text:#edf7ff;--muted:#96acc2;--blue:#238af0;--green:#43dc78;--line:rgba(183,220,255,.14)}*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;background:var(--bg);color:var(--text);font:16px/1.65 Inter,ui-sans-serif,system-ui,-apple-system,"Segoe UI",sans-serif;background-image:radial-gradient(circle at 85% 8%,rgba(35,138,240,.16),transparent 24%),radial-gradient(circle at 7% 54%,rgba(67,220,120,.09),transparent 22%)}a{color:inherit;text-decoration:none}header,footer,main{width:min(1180px,calc(100% - 40px));margin:auto}header{height:82px;display:flex;align-items:center;justify-content:space-between;border-bottom:1px solid var(--line)}.brand{display:flex;align-items:center;gap:11px;font-size:1.05rem;font-weight:800}.brand b{color:var(--green)}.brandmark{width:39px;height:39px;border-radius:12px;display:grid;place-items:center;background:linear-gradient(135deg,var(--green),var(--blue));color:#041321;font-size:1.3rem;font-weight:950}nav{display:flex;gap:30px;color:#b4c5d6}nav a:hover{color:white}.hero{min-height:650px;display:grid;grid-template-columns:1.08fr .92fr;gap:60px;align-items:center;padding:78px 0}.pill,.label{font-size:.78rem;letter-spacing:.13em;font-weight:900;color:#9deebb}.pill{border:1px solid rgba(67,220,120,.25);border-radius:99px;padding:8px 13px;background:rgba(67,220,120,.07)}h1{font-size:clamp(3.4rem,7vw,6.5rem);line-height:.94;letter-spacing:-.07em;margin:26px 0}h1 em{font-style:normal;background:linear-gradient(100deg,#69d5ff,var(--green));background-clip:text;-webkit-background-clip:text;color:transparent}.hero p{max-width:650px;font-size:1.16rem;color:var(--muted)}.primary{display:inline-flex;align-items:center;gap:28px;background:linear-gradient(135deg,var(--blue),#176aca);padding:14px 22px;border-radius:14px;font-weight:850;margin-top:20px;box-shadow:0 18px 40px rgba(35,138,240,.22)}.hero-art{height:430px;position:relative;display:grid;place-items:center}.orbit{position:absolute;border:1px solid rgba(89,192,255,.2);border-radius:50%;animation:turn 16s linear infinite}.orbit:before{content:"";position:absolute;width:14px;height:14px;border-radius:50%;background:var(--green);box-shadow:0 0 25px var(--green);top:12%;left:12%}.orbit.one{width:360px;height:360px}.orbit.two{width:260px;height:260px;animation-direction:reverse;animation-duration:12s}.core{width:180px;height:180px;border-radius:48px;display:grid;place-content:center;text-align:center;background:linear-gradient(145deg,#123a5c,#0b2239);border:1px solid #27608a;box-shadow:0 0 80px rgba(35,138,240,.22)}.core span{font-size:3.2rem;font-weight:950;background:linear-gradient(135deg,var(--green),#61caff);background-clip:text;-webkit-background-clip:text;color:transparent}.core small{font-size:.54rem;letter-spacing:.1em;color:#8ea9c0}@keyframes turn{to{transform:rotate(360deg)}}.section{padding:96px 0}.heading{text-align:center;margin-bottom:46px}.heading>span{font-size:.78rem;color:var(--green);letter-spacing:.14em;font-weight:900}.heading h2,.split h2,.developer h2{font-size:clamp(2.3rem,4.5vw,4rem);line-height:1.06;letter-spacing:-.05em;margin:11px 0}.heading p,.split p,.developer p{color:var(--muted);font-size:1.06rem}.products{display:grid;grid-template-columns:repeat(3,1fr);gap:20px}.product{min-height:410px;padding:26px;border-radius:26px;border:1px solid var(--line);background:linear-gradient(155deg,rgba(19,53,83,.9),rgba(8,29,49,.85));display:flex;flex-direction:column;justify-content:space-between;transition:.25s}.product:hover{transform:translateY(-7px);border-color:rgba(90,195,255,.36)}.product.featured{box-shadow:inset 0 3px 0 var(--green)}.product.violet{box-shadow:inset 0 3px 0 #a886ff}.product.amber{box-shadow:inset 0 3px 0 #ffb843}.product-top{display:flex;align-items:flex-start;justify-content:space-between}.product img,.appicon{width:76px;height:76px;border-radius:20px}.appicon{display:grid;place-items:center;background:linear-gradient(135deg,#a886ff,#4169e1);font-weight:950;font-size:1.35rem}.amber .appicon{background:linear-gradient(135deg,#ffbd45,#ed6d20)}.status{font-size:.73rem;padding:5px 9px;border-radius:99px;color:#8df0ad;background:rgba(67,220,120,.1)}.status.soon{color:#ffd485;background:rgba(255,184,67,.09)}.product small{color:#73bffa;font-weight:850;letter-spacing:.1em}.product h3{font-size:1.8rem;margin:8px 0 10px}.product p{color:var(--muted);margin:0}.open{font-weight:850;color:#cce8ff}.split{display:grid;grid-template-columns:.9fr 1.1fr;gap:80px;border-top:1px solid var(--line)}.stats{display:grid;grid-template-columns:repeat(3,1fr);gap:12px;margin-top:32px}.stats div{padding:20px;border-radius:17px;background:rgba(18,49,78,.65);border:1px solid var(--line)}.stats b,.stats span{display:block}.stats b{font-size:1.5rem;color:#79d4ff}.stats span{font-size:.83rem;color:var(--muted)}.developer{display:grid;grid-template-columns:auto 1fr auto;align-items:center;gap:30px;border-top:1px solid var(--line)}.avatar{width:110px;height:110px;display:grid;place-items:center;border-radius:30px;background:linear-gradient(135deg,var(--green),var(--blue));color:#041321;font-size:2.1rem;font-weight:950}.developer h2{font-size:2.5rem}.developer p{margin:0;max-width:570px}.chips{display:flex;flex-wrap:wrap;gap:8px;margin-top:20px}.chips span{border:1px solid var(--line);border-radius:99px;padding:6px 11px;font-size:.8rem;color:#b8cce0}.contact{min-width:210px;display:grid;gap:6px}.contact small{color:var(--green);font-weight:900;letter-spacing:.12em}.contact span{color:var(--muted);font-size:.86rem}footer{height:110px;border-top:1px solid var(--line);display:flex;align-items:center;justify-content:space-between;color:#829aaf;font-size:.87rem}.product-page{width:min(1100px,calc(100% - 40px));margin:auto;padding:70px 0 100px}.back{color:#9cb2c6}.product-hero{display:grid;grid-template-columns:1fr .8fr;gap:70px;align-items:center;margin-top:60px}.product-hero .big-icon{width:112px;height:112px;border-radius:28px;display:grid;place-items:center;background:linear-gradient(135deg,#a886ff,#4169e1);font-size:2rem;font-weight:950}.product-hero .big-icon.energy{background:linear-gradient(135deg,#ffbd45,#ed6d20)}.product-hero h1{font-size:clamp(3.5rem,7vw,6.5rem)}.product-hero p{font-size:1.18rem;color:var(--muted)}.feature-list{display:grid;gap:14px}.feature-list div{padding:20px;border-radius:18px;border:1px solid var(--line);background:var(--card)}.feature-list b{display:block}.feature-list span{color:var(--muted)}
@media(max-width:850px){nav{display:none}.hero,.split,.product-hero{grid-template-columns:1fr}.hero-art{height:360px}.products{grid-template-columns:1fr}.product{min-height:340px}.developer{grid-template-columns:auto 1fr}.contact{grid-column:2}.split{gap:20px}.stats{grid-template-columns:1fr 1fr 1fr}}@media(max-width:540px){header,footer,main,.product-page{width:min(100% - 28px,1180px)}h1{font-size:3.5rem}.hero{padding-top:54px}.hero-art{height:300px}.orbit.one{width:285px;height:285px}.orbit.two{width:210px;height:210px}.core{width:145px;height:145px;border-radius:38px}.section{padding:68px 0}.developer{grid-template-columns:1fr;text-align:center}.avatar{margin:auto}.contact{grid-column:auto}.chips{justify-content:center}.stats{grid-template-columns:1fr}footer{height:auto;padding:28px 0;flex-direction:column;gap:18px;text-align:center}}@media(prefers-reduced-motion:reduce){*{scroll-behavior:auto}.orbit{animation:none}}
