:root{--blue:#3b82f6;--cyan:#22d3ee;--line:#ffffff1a;--muted:#a6afbd}*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;background:#000;color:#fff;font:16px Inter,system-ui,sans-serif}a{color:inherit;text-decoration:none}.wrap{width:min(1180px,calc(100% - 36px));margin:auto}.head{position:sticky;top:0;z-index:30;background:#05070bee;border-bottom:1px solid var(--line);backdrop-filter:blur(16px)}.bar{height:78px;display:flex;align-items:center;gap:28px}.brand{display:flex;align-items:center;gap:11px;font-size:20px;font-weight:850}.brand-logo{width:45px;height:45px;overflow:hidden;flex:none;border-radius:9px}.brand-logo img{height:45px;width:auto;max-width:none;display:block}.nav{display:flex;gap:22px;margin-left:auto;color:#c6ced9}.actions,.cta{display:flex;gap:10px}.pill,.btn{padding:11px 17px;border:1px solid var(--line);border-radius:11px}.btn{border:0;background:linear-gradient(90deg,#2563eb,#06b6d4);font-weight:800}.hero{position:relative;overflow:hidden;min-height:760px;display:grid;align-items:center;background:radial-gradient(circle at 75% 25%,#1556a94d,transparent 32%),#000}.hero-grid{position:relative;z-index:3;display:grid;grid-template-columns:1.25fr .75fr;gap:60px;align-items:center}.electric-bg{position:absolute;inset:0;pointer-events:none}.bolt{position:absolute;top:0;height:100%;opacity:.78}.bolt-one{left:7%;width:150px}.bolt-two{right:8%;width:160px}.bolt-three{left:46%;top:10%;width:95px;height:65%;opacity:.62}.bolt path{stroke-dasharray:1000;stroke-dashoffset:1000;animation:lightning 7s ease-in-out infinite}.bolt-two path{animation-delay:1.4s;animation-duration:8s}.bolt-three path{animation-delay:2.7s;animation-duration:9s}.connections{position:absolute;inset:0;width:100%;height:100%;opacity:.28}.connections line{stroke:url(#connection-gradient);stroke-width:1;stroke-dasharray:5 12;animation:flow 9s linear infinite}.orb{position:absolute;border-radius:50%;filter:blur(75px);animation:float 10s ease-in-out infinite}.orb.one{width:260px;height:260px;left:15%;top:20%;background:#3b82f633}.orb.two{width:330px;height:330px;right:18%;bottom:18%;background:#06b6d426;animation-delay:3s}.spark{position:absolute;border-radius:50%;background:#22d3ee;box-shadow:0 0 18px #22d3ee;animation:spark 3.5s ease-in-out infinite}.s1{width:7px;height:7px;left:30%;top:25%}.s2{width:5px;height:5px;right:35%;top:45%;animation-delay:.7s}.s3{width:6px;height:6px;left:40%;bottom:35%;background:#fff;animation-delay:1.4s}.kicker{color:var(--cyan);font-size:13px;font-weight:850;letter-spacing:.14em;text-transform:uppercase}h1{font-size:clamp(52px,7vw,88px);line-height:.98;margin:18px 0 25px}.gradient{background:linear-gradient(90deg,#60a5fa,#22d3ee);color:transparent;background-clip:text}.lead,.muted{color:var(--muted)}.lead{font-size:20px;line-height:1.7;max-width:700px}.cta{margin-top:30px}.hero-card,.card{border:1px solid var(--line);border-radius:20px;background:#ffffff0d;box-shadow:0 24px 80px #0009;backdrop-filter:blur(14px)}.hero-card,.card{padding:24px}.metric{padding:18px 0;border-bottom:1px solid var(--line);display:flex;justify-content:space-between}.section{padding:95px 0}.section h2,.band h2{font-size:clamp(34px,5vw,54px);margin:10px 0}.platform{background:linear-gradient(#06132966,#000)}.grid{display:grid;grid-template-columns:repeat(4,1fr);gap:18px;margin-top:36px}.card p{color:var(--muted);line-height:1.6}.product{display:flex;flex-direction:column}.product strong{font-size:22px;margin-top:auto}.band{padding:65px 0;background:linear-gradient(90deg,#0a2a5b,#06363e);border-block:1px solid #ffffff22}.band-inner{display:flex;justify-content:space-between;align-items:center;gap:20px}.footer{padding:45px 0;color:var(--muted);border-top:1px solid var(--line)}.chat-toggle{position:fixed;right:22px;bottom:22px;z-index:50;width:58px;height:58px;border:0;border-radius:50%;color:#fff;font-size:24px;background:linear-gradient(135deg,#2563eb,#06b6d4);box-shadow:0 15px 45px #2563eb80}.chat{display:none;position:fixed;right:22px;bottom:92px;z-index:50;width:min(370px,calc(100vw - 30px));border:1px solid var(--line);border-radius:18px;background:#080c13;box-shadow:0 24px 80px #000;padding:18px}.chat.open{display:block}.messages{height:260px;overflow:auto}.bubble{padding:11px 13px;border-radius:12px;background:#ffffff0d;margin:9px 0;line-height:1.45}.bubble.user{background:#2563eb33}.chat form{display:flex;gap:8px}.chat input{flex:1;min-width:0;background:#ffffff0d;border:1px solid var(--line);border-radius:10px;padding:11px;color:#fff}@keyframes lightning{0%,8%,100%{stroke-dashoffset:1000;opacity:0}12%{opacity:1}22%,58%{stroke-dashoffset:0;opacity:.9}64%{opacity:0}}@keyframes flow{to{stroke-dashoffset:-300}}@keyframes float{50%{transform:translate(35px,-28px) scale(1.08)}}@keyframes spark{0%,100%{opacity:.15;transform:scale(.4)}45%{opacity:1;transform:scale(1.5)}}@media(prefers-reduced-motion:reduce){.bolt path,.connections line,.orb,.spark{animation:none}.bolt path{stroke-dashoffset:0;opacity:.45}}@media(max-width:900px){.nav{display:none}.hero-grid{grid-template-columns:1fr}.hero-card{display:none}.grid{grid-template-columns:repeat(2,1fr)}}@media(max-width:560px){.actions .pill{display:none}.grid{grid-template-columns:1fr}.hero{min-height:670px}.band-inner{align-items:flex-start;flex-direction:column}}
