:root{--bg:#070a12;--panel:#0d111d;--ink:#f5f2eb;--muted:#9da4b5;--line:#202638;--violet:#7657ff;--emerald:#27e3a2;--gold:#f4bd5e;--display:"Manrope",sans-serif;--body:"DM Sans",sans-serif}*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;background:var(--bg);color:var(--ink);font-family:var(--body);font-size:16px;line-height:1.55;overflow-x:hidden}.grain{position:fixed;inset:0;pointer-events:none;opacity:.035;z-index:20;background-image:url("data:image/svg+xml,%3Csvg viewBox='0 0 180 180' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='.9' numOctaves='3' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)'/%3E%3C/svg%3E")}.shell{width:min(1180px,calc(100% - 40px));margin-inline:auto}.nav{height:84px;display:flex;align-items:center;justify-content:space-between;border-bottom:1px solid rgba(255,255,255,.1);position:relative;z-index:10}.brand{display:flex;gap:12px;align-items:center;color:var(--ink);text-decoration:none;font-family:var(--display);font-weight:800}.brand b{color:#a896ff}.brand-mark{width:38px;height:38px;border-radius:11px;background:linear-gradient(145deg,#8a70ff,#5632ed);display:grid;place-items:center;position:relative;box-shadow:0 8px 28px #6949ff4d}.brand-mark>span{position:absolute;color:var(--gold);font-size:10px;right:5px;top:3px}.brand-mark.small{width:52px;height:52px;font-size:20px}.nav nav{display:flex;gap:32px}.nav nav a,.nav>a:last-child,footer>a{color:#c7cbd5;text-decoration:none;font-weight:500}.nav nav a:hover,footer>a:hover{color:white}.nav-cta{padding:10px 16px;border:1px solid #393f51;border-radius:999px}.hero{min-height:700px;display:grid;grid-template-columns:1.03fr .97fr;align-items:center;gap:48px;padding-block:70px 90px}.eyebrow,.section-label,.section-head>span{font-size:12px;letter-spacing:.16em;font-weight:800;color:#b9adff}.eyebrow{display:flex;align-items:center;gap:10px}.eyebrow span{width:7px;height:7px;border-radius:50%;background:var(--emerald);box-shadow:0 0 18px var(--emerald)}h1,h2,h3,p{margin-top:0}h1,h2,h3{font-family:var(--display)}h1{font-size:clamp(3.2rem,6.3vw,6.5rem);line-height:.94;letter-spacing:-.065em;margin:26px 0 30px}h1 em{font-style:normal;color:#9b88ff}.lead{font-size:20px;line-height:1.6;color:#b6bdca;max-width:650px}.hero-actions{display:flex;gap:12px;margin:38px 0 48px}.button{display:inline-flex;align-items:center;justify-content:center;gap:16px;min-height:52px;padding:0 22px;border-radius:12px;text-decoration:none;font-weight:700;transition:.2s transform,.2s border-color,.2s background}.button:hover{transform:translateY(-2px)}.button.primary{background:linear-gradient(135deg,#8165ff,#5f3df5);color:#fff;box-shadow:0 12px 34px #6444f83b}.button.ghost{color:#eef0f5;border:1px solid #353b4c}.button.wide{width:100%;margin-top:24px}.proof-row{display:flex;gap:34px}.proof-row div{display:flex;flex-direction:column;padding-right:34px;border-right:1px solid #252b3b}.proof-row div:last-child{border:0}.proof-row strong{font:800 22px var(--display)}.proof-row span{font-size:13px;color:var(--muted)}.hero-visual{position:relative;min-height:510px;display:grid;place-items:center}.hero-art{width:100%;border-radius:26px;border:1px solid #373052;box-shadow:0 35px 90px #0009;transform:perspective(1000px) rotateY(-5deg) rotateX(2deg);position:relative;z-index:2}.orbit{position:absolute;border:1px solid #6c57da55;border-radius:50%;z-index:0}.orbit.one{width:480px;height:480px}.orbit.two{width:620px;height:620px}.float-card{position:absolute;z-index:3;background:#101522e8;border:1px solid #343b50;backdrop-filter:blur(14px);box-shadow:0 14px 45px #0008}.float-card.status{left:-28px;bottom:38px;border-radius:14px;padding:14px 18px;display:flex;align-items:center;gap:12px}.status i{width:10px;height:10px;background:var(--emerald);border-radius:50%;box-shadow:0 0 16px var(--emerald)}.status span{display:flex;flex-direction:column;font-size:12px;color:var(--muted)}.status b{font-size:14px;color:white}.float-card.stack{right:-18px;top:46px;padding:12px;border-radius:999px;display:flex;gap:7px}.stack b{font-size:12px;padding:5px 9px;background:#20273a;border-radius:999px}.ticker{overflow:hidden;background:var(--emerald);color:#05100c;transform:rotate(-1deg) scale(1.02);font:800 13px var(--display);letter-spacing:.1em;white-space:nowrap;padding:17px 0}.ticker div{width:max-content;animation:marquee 25s linear infinite}.ticker i{padding:0 22px}@keyframes marquee{to{transform:translateX(-50%)}}.section{padding-block:140px}.section-head{display:grid;grid-template-columns:170px 1.3fr .7fr;gap:36px;align-items:end;margin-bottom:60px}.section-head h2{font-size:clamp(2.5rem,4.4vw,4.7rem);line-height:1.04;letter-spacing:-.055em;margin:0}.section-head p{color:var(--muted);margin:0}.feature-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:16px}.feature{min-height:290px;background:var(--panel);border:1px solid var(--line);border-radius:22px;padding:34px;display:flex;flex-direction:column}.feature.accent{background:radial-gradient(circle at 85% 10%,#7657ff35,transparent 45%),var(--panel)}.feature .icon{font-size:25px;color:var(--emerald);margin-bottom:auto}.feature h3{font-size:24px;margin:36px 0 12px}.feature p{color:#a9b0bf;max-width:480px}.feature small{color:#7563d7;margin-top:auto;text-transform:uppercase;letter-spacing:.13em}.showcase{background:#eeebe3;color:#11131a;padding-block:120px;overflow:hidden}.showcase-grid{display:grid;grid-template-columns:.75fr 1.25fr;gap:70px;align-items:center}.showcase-copy .section-label{color:#6244e8}.showcase-copy h2{font-size:clamp(3rem,5vw,5.4rem);line-height:1;letter-spacing:-.06em;margin:24px 0}.showcase-copy p{color:#646873;font-size:19px}.showcase-copy ul{list-style:none;padding:0;margin:42px 0 0}.showcase-copy li{display:flex;gap:18px;padding:15px 0;border-top:1px solid #c9c8c4;font-weight:700}.showcase-copy li span{color:#7657ff;font-size:13px}.phones{height:700px;position:relative}.phone{position:absolute;margin:0;width:330px;height:650px;overflow:hidden;border:10px solid #111522;border-radius:42px;background:#090c14;box-shadow:0 30px 60px #26242b47}.phone img{width:100%;display:block}.phone-back{right:0;top:40px;transform:rotate(7deg)}.phone-front{left:70px;top:0;z-index:2;transform:rotate(-4deg)}.glow{position:absolute;width:500px;height:300px;background:#7d61ff57;filter:blur(80px);bottom:0;left:80px}.package-section{padding-bottom:160px}.section-head.compact{grid-template-columns:170px 1fr}.package-grid{display:grid;grid-template-columns:1.2fr .8fr;gap:18px}.package-main,.truth-card{border:1px solid var(--line);border-radius:24px;padding:38px;background:#0d111c}.package-main{background:linear-gradient(145deg,#111725,#0c101a)}.package-title{display:flex;align-items:center;gap:17px;padding-bottom:30px;border-bottom:1px solid var(--line)}.package-title div{display:flex;flex-direction:column}.package-title strong{font:800 24px var(--display)}.package-title small{color:var(--muted)}.checklist{display:grid;grid-template-columns:1fr 1fr;gap:0 24px;list-style:none;padding:22px 0 0}.checklist li{padding:14px 0 14px 30px;border-bottom:1px solid #1d2433;position:relative}.checklist li:before{content:"✓";position:absolute;left:0;color:var(--emerald);font-weight:800}.truth-card{background:linear-gradient(160deg,#241c49,#0e1220);display:flex;flex-direction:column}.truth-card>span{color:#a999ff;text-transform:uppercase;letter-spacing:.14em;font-size:12px;font-weight:800}.truth-card h3{font-size:32px;margin:18px 0}.truth-card p{color:#b8becb}.truth-line{height:1px;background:#ffffff1c;margin:14px 0 28px}.legal{margin-top:auto;border:1px solid #5d526f;background:#ffffff08;border-radius:14px;padding:18px;color:#c8c3d0;font-size:14px}.tech-section{background:#7657ff;color:white;padding-block:120px}.section-head.inverted>span,.section-head.inverted p{color:#e2dcff}.tech-cloud{display:flex;flex-wrap:wrap;gap:10px;border-top:1px solid #ffffff42;padding-top:40px}.tech-cloud span{border:1px solid #ffffff52;border-radius:999px;padding:12px 18px;font-weight:700}.architecture{display:grid;grid-template-columns:repeat(7,max-content);justify-content:space-between;align-items:center;margin-top:60px;padding:28px;background:#ffffff0e;border:1px solid #ffffff35;border-radius:18px}.architecture div{display:flex;flex-direction:column}.architecture small{color:#d2c9ff}.architecture b{font-size:20px}.closing{padding-block:150px;display:grid;grid-template-columns:1fr 1fr;gap:80px;align-items:end}.closing h2{font-size:clamp(3.4rem,6vw,6.4rem);line-height:.98;letter-spacing:-.065em;margin:24px 0 0}.closing-action p{font-size:19px;color:var(--muted);max-width:480px;margin-bottom:30px}footer{height:110px;border-top:1px solid var(--line);display:flex;align-items:center;justify-content:space-between;color:var(--muted);font-size:14px}
@media(max-width:900px){.nav nav{display:none}.hero{grid-template-columns:1fr;min-height:auto;padding-top:60px}.hero-visual{min-height:450px}.section-head,.section-head.compact{grid-template-columns:1fr;gap:16px}.showcase-grid,.package-grid,.closing{grid-template-columns:1fr}.showcase-copy{max-width:650px}.architecture{grid-template-columns:1fr;gap:18px}.architecture>b{transform:rotate(90deg);justify-self:start}.closing{gap:40px}.proof-row{gap:18px}.proof-row div{padding-right:18px}}
@media(max-width:600px){.shell{width:min(100% - 28px,1180px)}.nav{height:70px}.nav-cta{font-size:14px;padding:8px 12px}.hero{padding-block:48px 70px;gap:20px}.lead{font-size:17px}.hero-actions{flex-direction:column}.proof-row{display:grid;grid-template-columns:repeat(3,1fr);gap:0}.proof-row div{padding:0 8px;border-right:1px solid #252b3b}.proof-row strong{font-size:18px}.proof-row span{font-size:11px}.hero-visual{min-height:330px}.hero-art{border-radius:18px}.orbit.one{width:320px;height:320px}.orbit.two{width:420px;height:420px}.float-card.stack{display:none}.float-card.status{left:8px;bottom:16px}.section{padding-block:90px}.feature-grid{grid-template-columns:1fr}.feature{min-height:250px}.showcase{padding-block:90px}.showcase-grid{gap:45px}.phones{height:530px}.phone{width:250px;height:500px;border-radius:32px;border-width:7px}.phone-front{left:0}.phone-back{right:-60px}.checklist{grid-template-columns:1fr}.package-main,.truth-card{padding:24px}.tech-section{padding-block:90px}.closing{padding-block:100px}footer{height:auto;padding-block:30px;gap:18px;flex-wrap:wrap}footer p{order:3;width:100%;margin:0}}
@media(prefers-reduced-motion:reduce){html{scroll-behavior:auto}.ticker div{animation:none}.button{transition:none}}
