:root{--ink:#071024;--navy:#0b1734;--indigo:#4438ca;--cyan:#22d3ee;--paper:#f5f7fb;--muted:#5e6a7e;--line:#dce3ee;--white:#fff;--shadow:0 24px 70px rgba(8,19,45,.14);--max:1180px}*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;color:var(--ink);font-family:Inter,ui-sans-serif,system-ui,-apple-system,"Segoe UI",sans-serif;line-height:1.6}a{color:inherit;text-decoration:none}.wrap{width:min(calc(100% - 40px),var(--max));margin-inline:auto}.skip{position:fixed;top:-5rem;left:1rem;background:#fff;padding:.7rem 1rem;z-index:100}.skip:focus{top:1rem}.header{height:78px;display:flex;align-items:center;justify-content:space-between;position:relative;z-index:20}.brand{display:flex;align-items:center;gap:11px;font-weight:650;letter-spacing:-.02em}.brandmark{width:31px;height:31px;border-radius:50%;display:block;position:relative;background:linear-gradient(145deg,#1b2a57,#5145e5)}.brandmark i{position:absolute;width:5px;height:5px;border-radius:50%;background:#58e8ff;box-shadow:0 0 8px #58e8ff}.brandmark i:nth-child(1){left:7px;top:8px}.brandmark i:nth-child(2){right:6px;top:7px}.brandmark i:nth-child(3){left:12px;bottom:6px}.brandmark i:nth-child(4){right:9px;bottom:11px}.brandmark:before,.brandmark:after{content:"";position:absolute;height:1px;background:#8ff2ff;transform-origin:left}.brandmark:before{width:15px;left:9px;top:10px;transform:rotate(42deg)}.brandmark:after{width:13px;left:10px;top:20px;transform:rotate(-43deg)}nav{display:flex;gap:28px;align-items:center;font-size:.88rem;font-weight:650;color:#3f4a5d}nav a:hover{color:var(--indigo)}.navcta{background:var(--ink);color:#fff;padding:9px 16px;border-radius:9px}.menu{display:none;border:1px solid var(--line);background:#fff;padding:7px 11px;border-radius:8px}.hero{min-height:670px;display:grid;grid-template-columns:1.02fr .98fr;gap:68px;align-items:center;padding-block:80px 110px}.eyebrow{margin:0 0 18px;text-transform:uppercase;font-size:.7rem;font-weight:850;letter-spacing:.17em;color:var(--indigo);display:flex;align-items:center;gap:9px}.eyebrow span{width:26px;height:2px;background:linear-gradient(90deg,var(--cyan),var(--indigo))}.hero h1,.heading h2,.sample h2,.pilot h2,.contact h2{font-size:clamp(2.65rem,5.4vw,5.2rem);line-height:.98;letter-spacing:-.055em;margin:0;font-weight:790}.hero h1 em{font-style:normal;color:transparent;background:linear-gradient(100deg,var(--indigo),#6b55ee,#11b7d4);background-clip:text;-webkit-background-clip:text}.lead{font-size:1.16rem;color:var(--muted);margin:26px 0 32px}.actions{display:flex;gap:13px;flex-wrap:wrap}.button{display:inline-flex;justify-content:center;align-items:center;gap:17px;padding:14px 20px;border-radius:10px;font-size:.9rem;font-weight:780;transition:.2s}.button:hover{transform:translateY(-2px)}.primary{background:linear-gradient(120deg,var(--indigo),#6252e8);color:#fff;box-shadow:0 12px 30px rgba(68,56,202,.25)}.secondary{border:1px solid var(--line)}.trust{display:flex;gap:24px;padding:0;margin:32px 0 0;list-style:none;color:#4f5b6f;font-size:.8rem;font-weight:650}.trust li:before{content:"✓";color:var(--indigo);margin-right:7px}.map-card{background:linear-gradient(145deg,#0b1734,#0a1024);border:1px solid #1d315d;border-radius:24px;box-shadow:0 35px 80px rgba(5,15,40,.3);overflow:hidden;transform:perspective(1200px) rotateY(-3deg) rotateX(2deg)}.toolbar{height:50px;background:#0d1b39;border-bottom:1px solid #1d315d;display:flex;align-items:center;gap:7px;padding:0 16px}.toolbar i{width:7px;height:7px;border-radius:50%;background:#2f4774}.toolbar i:first-child{background:var(--cyan)}.toolbar span{color:#8391ad;font-size:.68rem;margin-left:10px}.canvas{height:470px;position:relative;background-image:radial-gradient(#26385d 1px,transparent 1px);background-size:22px 22px}.canvas svg{width:100%;height:100%}.nodes circle{fill:#142c55;stroke:#48ddff;stroke-width:2}.nodes .root{fill:#4338ca;stroke:#8af2ff;stroke-width:3}.nodes .alert{fill:#50233e;stroke:#fb7185}.labels text{fill:#d6efff;font-size:10px;font-weight:800;text-anchor:middle}.labels .alert-label{fill:#fb7185}.map-stat{position:absolute;background:rgba(11,26,56,.9);border:1px solid #27436f;border-radius:10px;padding:9px 12px;color:#fff;display:flex;flex-direction:column}.map-stat b{font-size:1.2rem;line-height:1.1;color:#67e8f9}.map-stat span{font-size:.64rem;color:#9aabc8}.map-stat.one{top:25px;right:25px}.map-stat.two{bottom:24px;left:22px}.signal{min-height:70px;background:var(--ink);color:#c8d3e8;display:flex;align-items:center;justify-content:center;gap:38px;font-size:.7rem;font-weight:750;text-transform:uppercase;letter-spacing:.15em}.signal i{width:4px;height:4px;border-radius:50%;background:var(--cyan)}.section{padding-block:110px}.heading{max-width:720px}.heading h2,.sample h2,.pilot h2,.contact h2{font-size:clamp(2.1rem,4.5vw,3.9rem)}.heading>p:last-child{color:var(--muted);font-size:1.03rem}.features{display:grid;grid-template-columns:repeat(4,1fr);gap:18px;margin-top:58px}.features article{border:1px solid var(--line);border-radius:18px;padding:26px;min-height:285px;position:relative;transition:.25s}.features article:hover{transform:translateY(-6px);box-shadow:var(--shadow);border-color:#c9c6ff}.features small{position:absolute;right:20px;color:#a1aaba}.features article>i{display:grid;place-items:center;width:48px;height:48px;border-radius:13px;background:linear-gradient(145deg,#eef1ff,#e3fbff);color:var(--indigo);font-size:1.35rem;font-style:normal;font-weight:900}.features h3{margin:25px 0 10px}.features p,.process p{color:var(--muted);font-size:.89rem}.process{background:var(--paper)}.process-grid{display:grid;grid-template-columns:.78fr 1.22fr;gap:110px}.process ol{list-style:none;margin:0;padding:0}.process li{display:grid;grid-template-columns:52px 1fr;gap:20px;padding-bottom:36px;position:relative}.process li>b{width:52px;height:52px;border:1px solid var(--line);background:#fff;border-radius:50%;display:grid;place-items:center;color:var(--indigo);z-index:1}.process li:not(:last-child):before{content:"";position:absolute;left:25px;top:50px;width:1px;height:calc(100% - 25px);background:linear-gradient(var(--cyan),#d5daea)}.process h3{margin:3px 0}.process p{margin:0}.sample{background:var(--ink);color:#fff;border-radius:24px;padding:65px;display:grid;grid-template-columns:.9fr 1.1fr;gap:70px;align-items:center;overflow:hidden}.light{color:#a9f4ff}.sample>div>p:not(.eyebrow){color:#aab8d2}.tags{display:flex;flex-wrap:wrap;gap:8px;margin-top:25px}.tags span{border:1px solid #31436a;border-radius:999px;padding:6px 10px;font-size:.68rem;color:#b9cae6}.report{background:#fff;color:var(--ink);border-radius:15px;padding:25px;box-shadow:0 25px 60px #020817}.report header{display:flex;justify-content:space-between;border-bottom:1px solid var(--line);padding-bottom:17px;font-size:.76rem}.report header span{font-size:.53rem;letter-spacing:.15em;color:var(--indigo);font-weight:900}.metrics{display:grid;grid-template-columns:repeat(3,1fr);gap:8px;padding:22px 0}.metrics div{background:var(--paper);padding:12px;border-radius:9px}.metrics b,.metrics small{display:block}.metrics small{color:var(--muted);font-size:.57rem}.report>p{display:grid;grid-template-columns:8px 1fr 40px;gap:10px;align-items:center;border-top:1px solid #edf0f5;padding:11px 4px;margin:0;font-size:.7rem}.report>p i{width:6px;height:6px;border-radius:50%}.red{background:#fb7185}.amber{background:#fbbf24}.green{background:#34d399}.report>p b{text-align:right}.note{display:block;color:#8c96a7;font-size:.56rem;margin-top:14px}.pilot{background:linear-gradient(125deg,#3026a8,#4d3bc9 55%,#086d91);color:#fff;border-radius:24px;padding:70px;display:grid;grid-template-columns:1fr 340px;gap:80px}.pilot>div>p:not(.eyebrow){color:#d4dcff}.pilot ul{columns:2;list-style:none;padding:0}.pilot li{font-size:.82rem;margin:8px 0}.pilot li:before{content:"✓";color:#77efff;margin-right:8px}.pilot aside{background:#fff;color:var(--ink);border-radius:17px;padding:30px;align-self:center}.pilot aside>span{font-size:.73rem;color:var(--muted);font-weight:700}.price{font-size:4.1rem;line-height:1;font-weight:820;letter-spacing:-.07em;margin:10px 0}.price sup{font-size:1.2rem;vertical-align:top}.pilot aside p{font-size:.76rem;color:var(--muted)}.dark{background:var(--ink);color:#fff;width:100%}.pilot aside small{display:block;text-align:center;margin-top:13px;color:#7b8493}.limits{display:grid;grid-template-columns:.8fr 1.2fr;gap:90px}.limit-cards{display:grid;grid-template-columns:1fr 1fr;gap:16px}.limit-cards article{background:var(--paper);border-radius:17px;padding:28px}.limit-cards ul{list-style:none;padding:0}.limit-cards li{font-size:.8rem;color:var(--muted);margin:11px 0;padding-left:17px;position:relative}.limit-cards li:before{content:"";position:absolute;left:0;top:.65em;width:6px;height:6px;border-radius:50%;background:var(--cyan)}.security{background:#0a142c;color:#fff}.security-grid{display:grid;grid-template-columns:.6fr 1.4fr;gap:100px;align-items:center}.security .heading>p:last-of-type{color:#b1bfd7}.security .heading>a{color:#7eeaff;font-size:.78rem;font-weight:750}.shield{height:300px;display:grid;place-items:center;position:relative}.shield span{width:135px;height:165px;border:1px solid #3adcf4;border-radius:70px 70px 48px 48px;display:grid;place-items:center;font-size:3rem;color:#6be9fb;box-shadow:0 0 80px rgba(34,211,238,.14)}.shield i{position:absolute;border:1px solid #223a62;border-radius:50%;width:250px;height:250px}.shield i:last-child{width:330px;height:330px}.security-points{display:grid;grid-template-columns:1fr 1fr;gap:9px;margin:26px 0}.security-points span{font-size:.78rem}.security-points span:before{content:"✓";color:var(--cyan);margin-right:8px}.faq{display:grid;grid-template-columns:.55fr 1.45fr;gap:90px}.faq details{border-top:1px solid var(--line);padding:21px 0}.faq details:last-child{border-bottom:1px solid var(--line)}summary{font-weight:750;cursor:pointer;list-style:none;display:flex;justify-content:space-between}summary:after{content:"+";color:var(--indigo);font-size:1.2rem}details[open] summary:after{content:"−"}.faq details p{color:var(--muted);font-size:.87rem}.contact{background:linear-gradient(110deg,#4338ca,#3256d7 65%,#078baa);color:#fff;padding-block:65px}.contact-inner{display:flex;justify-content:space-between;align-items:center;gap:40px}.contact .button{width:auto;min-width:235px}.contact p:not(.eyebrow){color:#dce7ff}.foot{display:grid;grid-template-columns:2fr 1fr 1fr;gap:60px;padding-block:70px 50px}footer{background:#060d1e;color:#fff}.foot>div{display:flex;flex-direction:column;gap:9px}.foot>div>p,.foot a{color:#8997b1;font-size:.77rem}.foot .brand{color:#fff;font-size:1rem}.foot>div>b{font-size:.73rem;margin-bottom:6px}.copyright{border-top:1px solid #172039;display:flex;justify-content:space-between;padding-block:22px;color:#68758e;font-size:.67rem}.reveal{opacity:0;transform:translateY(18px);transition:.65s ease}.reveal.visible{opacity:1;transform:none}.legal-page{background:var(--paper)}.legal{width:min(calc(100% - 40px),820px);margin:55px auto 110px;background:#fff;border:1px solid var(--line);border-radius:24px;padding:70px;box-shadow:var(--shadow)}.legal h1{font-size:clamp(2.8rem,7vw,5rem);line-height:1;letter-spacing:-.055em;margin:0 0 24px}.legal-intro{font-size:1.1rem;color:var(--muted);padding-bottom:30px;border-bottom:1px solid var(--line)}.legal section{padding:25px 0;border-bottom:1px solid var(--line)}.legal h2{font-size:1.25rem;margin:0 0 10px}.legal p,.legal li{color:var(--muted);font-size:.91rem}.legal a{color:var(--indigo);font-weight:700}.legal-note{font-size:.68rem!important;margin-top:30px}@media(prefers-reduced-motion:reduce){html{scroll-behavior:auto}.reveal{opacity:1;transform:none;transition:none}}@media(max-width:980px){nav{display:none;position:absolute;top:70px;left:0;right:0;background:#fff;border:1px solid var(--line);border-radius:14px;padding:20px;flex-direction:column;align-items:stretch;box-shadow:var(--shadow)}nav.open{display:flex}.menu{display:block}.hero{grid-template-columns:1fr}.hero-copy{text-align:center}.eyebrow,.actions,.trust{justify-content:center}.map-card{max-width:650px;margin:auto;transform:none}.features{grid-template-columns:1fr 1fr}.process-grid,.limits,.faq{grid-template-columns:1fr;gap:55px}.sample{grid-template-columns:1fr}.pilot{grid-template-columns:1fr;gap:45px}.pilot aside{max-width:380px}.security-grid{grid-template-columns:.7fr 1.3fr;gap:50px}}@media(max-width:680px){.wrap,.header{width:min(calc(100% - 28px),var(--max))}.header{height:68px}.hero{min-height:auto;padding-block:48px 75px;gap:45px}.hero h1{font-size:3.15rem}.actions{flex-direction:column}.button{width:100%}.trust{gap:10px;flex-wrap:wrap}.canvas{height:350px}.signal{padding:22px;flex-wrap:wrap;gap:14px 20px}.section{padding-block:78px}.features{grid-template-columns:1fr}.features article{min-height:auto}.sample,.pilot{padding:36px 24px}.pilot ul{columns:1}.limit-cards{grid-template-columns:1fr}.security-grid{grid-template-columns:1fr;gap:20px}.shield{height:220px;transform:scale(.7)}.security-points{grid-template-columns:1fr}.contact-inner{flex-direction:column;align-items:flex-start}.contact .button{width:100%}.foot{grid-template-columns:1fr 1fr}.foot>div:first-child{grid-column:1/-1}.copyright{flex-direction:column;gap:8px}.legal{width:calc(100% - 28px);padding:38px 22px;margin-top:30px}}
