@import "https://fonts.googleapis.com/css2?family=Onest:wght@400..900&display=swap";
:root{--ink:#08131d;--muted:#627282;--paper:#fff;--cloud:#f4f8fb;--line:#dbe5ec;--deep:#061522;--navy:#0b2235;--blue:#0d6efd;--cyan:#23d5ff;--aqua:#2ee6bd;--amber:#ffb84d;--lime:#d7ff68;--sand:#f6f0e4;--shadow:0 26px 90px #081b2a24}*{box-sizing:border-box}html{scroll-behavior:smooth}body{color:var(--ink);background:var(--paper);letter-spacing:0;margin:0;font-family:Onest,Inter,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;overflow-x:hidden}a{color:inherit;text-decoration:none}img,video{max-width:100%}button,a{-webkit-tap-highlight-color:transparent}.shell{width:min(1180px,100% - 48px);margin:0 auto}.scroll-progress{z-index:90;transform-origin:0;background:linear-gradient(90deg, var(--aqua), var(--cyan), var(--blue), var(--amber));width:100%;height:3px;position:fixed;top:0;left:0}.site-header{z-index:80;color:#fff;-webkit-backdrop-filter:blur(18px);backdrop-filter:blur(18px);background:#05121e57;border:1px solid #fff3;border-radius:8px;grid-template-columns:auto 1fr auto;align-items:center;gap:26px;width:min(1180px,100% - 48px);min-height:68px;padding:12px 14px 12px 18px;transition:color .18s,background .18s,border-color .18s,box-shadow .18s;display:grid;position:fixed;top:18px;left:50%;transform:translate(-50%)}.site-header--solid{color:var(--ink);background:#fffffff0;border-color:#081b2a1a;box-shadow:0 18px 54px #0a1b2824}.brand{align-items:center;gap:12px;min-width:0;font-weight:900;display:inline-flex}.brand img{filter:drop-shadow(0 3px 9px #0003);width:116px;height:auto}.brand span{white-space:nowrap;border-left:1px solid;padding-left:12px}.nav-links{justify-content:center;gap:24px;font-size:14px;font-weight:800;display:flex}.nav-links a{opacity:.78;transition:opacity .16s}.nav-links a:hover{opacity:1}.header-actions{align-items:center;gap:10px;display:inline-flex}.language-toggle{background:#ffffff14;border:1px solid #ffffff38;border-radius:8px;grid-template-columns:repeat(2,minmax(38px,1fr));gap:3px;padding:3px;display:inline-grid}.site-header--solid .language-toggle{background:#081b2a0d;border-color:#081b2a1f}.language-toggle button{color:currentColor;min-height:34px;font:inherit;cursor:pointer;background:0 0;border:0;border-radius:6px;font-size:12px;font-weight:950}.language-toggle button.is-active{color:#05121e;background:var(--lime);box-shadow:0 10px 24px #d7ff682e}.header-cta,.button{border:0;border-radius:8px;justify-content:center;align-items:center;gap:10px;min-height:46px;padding:0 20px;font-weight:900;line-height:1;transition:transform .18s,box-shadow .18s,background .18s,border-color .18s;display:inline-flex}.header-cta,.button--primary{color:#05121e;background:var(--lime);box-shadow:0 18px 46px #d7ff683d}.button--ghost{color:#fff;background:#ffffff14;border:1px solid #ffffff6b}.header-cta:hover,.button:hover{transform:translateY(-2px)}.hero{color:#fff;background:var(--deep);align-items:center;min-height:94svh;display:flex;position:relative;overflow:hidden}.hero-image{object-fit:cover;object-position:63% center;transform-origin:68% 44%;will-change:transform;animation:16s ease-in-out infinite alternate hero-image-drift;transform:scale(1.025)}.hero-shade{background:radial-gradient(circle at 74% 30%,#23d5ff29,#0000 34%),linear-gradient(90deg,#05121ef2 0%,#05121ebd 42%,#05121e2e 100%),linear-gradient(#05121e0d,#05121e94);position:absolute;inset:0}.hero-gridline{opacity:.18;background-image:linear-gradient(#ffffff29 1px,#0000 1px),linear-gradient(90deg,#ffffff1c 1px,#0000 1px);background-size:76px 76px;position:absolute;inset:0;-webkit-mask-image:linear-gradient(90deg,#000 0%,#0000 72%);mask-image:linear-gradient(90deg,#000 0%,#0000 72%)}.hero-bio-layer{z-index:1;pointer-events:none;width:min(690px,52vw);height:73%;position:absolute;top:13%;right:3%}.bio-ring,.bio-dot{border-radius:999px;position:absolute}.bio-ring{aspect-ratio:.82;border:1px solid #d7ff683d;width:68%;animation:4.8s ease-in-out infinite bio-ring-pulse;top:12%;right:11%;transform:rotate(-16deg);box-shadow:0 0 32px #23d5ff29,inset 0 0 28px #23d5ff14}.bio-ring--inner{border-color:#23d5ff47;width:42%;animation-delay:1.2s;top:22%;right:23%}.bio-ring--scan{filter:drop-shadow(0 0 12px #2ee6bd47);border-color:#d7ff6880 #0000 #0000 #2ee6bd9e;width:82%;animation:7.5s linear infinite bio-scan-orbit;top:2%;right:3%}.bio-dot{background:var(--lime);width:9px;height:9px;animation:5.2s ease-in-out infinite bio-dot-float;box-shadow:0 0 22px #d7ff68c7}.bio-dot--one{top:18%;right:34%}.bio-dot--two{background:var(--cyan);width:7px;height:7px;animation-delay:1.5s;top:46%;right:20%}.bio-dot--three{background:var(--aqua);width:6px;height:6px;animation-delay:2.6s;top:64%;right:46%}.bio-wave{opacity:.52;width:82%;max-width:540px;position:absolute;bottom:5%;right:5%;overflow:visible}.bio-wave path{fill:none;stroke:#23d5ff9e;stroke-width:2px;stroke-linecap:round;stroke-dasharray:36 26;animation:5s linear infinite bio-wave-flow}.bio-wave path+path{stroke:#d7ff6875;animation-direction:reverse}.hero-content{z-index:2;flex:none;max-width:760px;padding:136px 0 90px;position:relative}@keyframes hero-image-drift{0%{transform:scale(1.025)translate(0,0)}to{transform:scale(1.065)translate(-1.1%,-.7%)}}@keyframes bio-ring-pulse{0%,to{opacity:.34;transform:rotate(-16deg)scale(.96)}50%{opacity:.8;transform:rotate(-16deg)scale(1.04)}}@keyframes bio-scan-orbit{to{transform:rotate(344deg)}}@keyframes bio-dot-float{0%,to{opacity:.55;transform:translate(0,0)}50%{opacity:1;transform:translate(14px,-18px)}}@keyframes bio-wave-flow{to{stroke-dashoffset:-124px}}.eyebrow{color:var(--blue);text-transform:uppercase;font-size:12px;font-weight:950;line-height:1.35;display:inline-block}.hero .eyebrow,.section--deep .eyebrow,.section--final .eyebrow{color:var(--lime)}.hero h1{letter-spacing:0;overflow-wrap:anywhere;max-width:760px;margin:18px 0;font-size:74px;line-height:.95}.hero-copy{color:#ffffffdb;max-width:640px;margin:0;font-size:21px;line-height:1.52}.hero-actions{flex-wrap:wrap;gap:14px;margin-top:32px;display:flex}.hero-metrics{grid-template-columns:repeat(2,minmax(0,205px));gap:16px;max-width:460px;margin:44px 0 0;display:grid}.hero-metrics div{border-top:1px solid #ffffff42;padding-top:14px}.hero-metrics dt{font-size:30px;font-weight:950}.hero-metrics dd{color:#ffffffb3;margin:5px 0 0;font-size:13px;font-weight:750}.signal-ribbon{z-index:3;-webkit-backdrop-filter:blur(18px);backdrop-filter:blur(18px);background:linear-gradient(135deg,#092030d1,#071522e6),#061522c7;border:1px solid #b6f74133;border-radius:8px;grid-template-columns:minmax(140px,.72fr) minmax(190px,1fr) auto;align-items:center;gap:16px;width:min(610px,100%);margin-top:28px;padding:14px 16px;display:grid;position:relative;overflow:hidden;box-shadow:0 22px 70px #0000003d}.signal-ribbon:before{background:linear-gradient(180deg, var(--lime), var(--aqua), var(--cyan));content:"";width:4px;position:absolute;inset:0 auto 0 0}.signal-ribbon span,.risk-chip{color:#ffffffb8;text-transform:uppercase;font-size:11px;font-weight:800}.signal-ribbon strong{color:#fff;margin-top:5px;font-size:15px;line-height:1.2;display:block}.signal-bars{grid-template-columns:repeat(15,1fr);align-items:end;gap:4px;height:48px;display:grid}.signal-bars i{background:linear-gradient(180deg, var(--lime), var(--aqua), var(--cyan));border-radius:999px 999px 4px 4px;min-height:12px;animation:1.45s ease-in-out infinite alternate signal-pulse;display:block}.risk-chip{color:#05121e;background:var(--amber);white-space:nowrap;border-radius:999px;justify-content:center;align-items:center;gap:8px;min-height:38px;padding:0 13px;display:inline-flex}@keyframes signal-pulse{0%{opacity:.68;transform:scaleY(.72)}to{opacity:1;transform:scaleY(1)}}.partner-strip{color:#fff;background:var(--navy);grid-template-columns:260px minmax(0,1fr);align-items:center;min-height:78px;display:grid;overflow:hidden}.partner-label{z-index:2;height:100%;color:var(--lime);text-transform:uppercase;white-space:nowrap;background:var(--navy);border-right:1px solid #ffffff21;align-items:center;padding:0 28px;font-size:12px;font-weight:950;display:flex;position:relative}.partner-window{min-width:0;overflow:hidden;-webkit-mask-image:linear-gradient(90deg,#0000,#000 42px calc(100% - 42px),#0000);mask-image:linear-gradient(90deg,#0000,#000 42px calc(100% - 42px),#0000)}.partner-track{z-index:1;gap:14px;width:max-content;padding:0 14px;animation:34s linear infinite partner-scroll;display:flex;position:relative}.partner-chip{color:#f5fbff;white-space:nowrap;background:#ffffff0f;border:1px solid #ffffff24;border-radius:999px;align-items:center;gap:10px;min-height:56px;padding:7px 16px 7px 9px;font-size:14px;font-weight:850;display:inline-flex}.partner-logo{background:#fff;border-radius:999px;flex:none;place-items:center;width:82px;height:46px;padding:6px 8px;display:grid;overflow:hidden}.partner-logo img{object-fit:contain;width:auto;max-width:66px;height:auto;max-height:34px}@keyframes partner-scroll{0%{transform:translate(0)}to{transform:translate(-50%)}}.section{padding:106px 0;scroll-margin-top:112px}.section--white{background:#fff}.section--sand{background:var(--sand)}.section--deep{color:#fff;background:radial-gradient(circle at 85% 18%,#23d5ff29,#0000 32%),linear-gradient(#061522,#071927)}.section--blueprint{color:#fff;background:linear-gradient(135deg,#0d6efd3d,#0000 36%),#0c2639}.section-intro,.business-layout,.team-layout,.roadmap-layout,.architecture{grid-template-columns:minmax(0,.92fr) minmax(360px,1.08fr);align-items:start;gap:64px;display:grid}.section h2,.section--final h2{letter-spacing:0;overflow-wrap:anywhere;margin:12px 0 0;font-size:48px;line-height:1.04}.section-intro p,.business-layout>div>p,.team-layout>div>p,.split-copy p,.edge-copy p,.product-copy p,.traction-copy p,.final-content p,.footer p{color:var(--muted);margin:0;font-size:18px;line-height:1.64}.problem-grid{grid-template-columns:repeat(3,minmax(0,1fr));gap:16px;margin-top:42px;display:grid}.problem-card,.architecture-steps article,.edge-grid article,.team-grid article{border:1px solid var(--line);background:#fff;border-radius:8px}.problem-card{min-height:248px;padding:26px;transition:transform .18s,box-shadow .18s,border-color .18s}.problem-card:hover{border-color:#0d6efd40;transform:translateY(-4px);box-shadow:0 18px 50px #081b2a1a}.problem-card svg,.architecture-steps svg,.edge-grid svg,.win-grid span:before{color:var(--blue)}.problem-card h3,.architecture-steps h3,.risk-detail h3,.team-grid h3{margin:18px 0 10px;font-size:22px;line-height:1.16}.problem-card p,.architecture-steps p,.risk-detail p,.team-grid p,.business-row p{color:var(--muted);margin:0;line-height:1.58}.visual-split,.edge-layout,.traction-layout,.proof-layout,.product-layout{grid-template-columns:minmax(0,1.04fr) minmax(360px,.96fr);align-items:center;gap:58px;display:grid}.image-frame,.edge-visual,.traction-media,.proof-image{min-height:560px;box-shadow:var(--shadow);border-radius:8px;position:relative;overflow:hidden}.image-frame img,.edge-visual img,.traction-media img,.proof-image img,.section--final img{object-fit:cover}.split-copy h2,.edge-copy h2,.product-copy h2,.traction-copy h2,.proof-layout h2{letter-spacing:0;margin:12px 0 20px;font-size:40px;line-height:1.08}.market-list,.win-grid{gap:12px;margin-top:30px;display:grid}.market-list{grid-template-columns:repeat(2,minmax(0,1fr))}.market-list span{min-height:48px;color:var(--ink);align-items:center;gap:10px;font-weight:850;display:flex}.market-list svg{color:var(--aqua)}.edge-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:12px;margin-top:32px;display:grid}.edge-grid article{color:#fff;background:#ffffff0f;border-color:#ffffff24;min-height:178px;padding:22px}.edge-grid strong,.edge-grid span{display:block}.edge-grid strong{margin:14px 0 8px;font-size:17px}.edge-grid span,.edge-copy p,.traction-copy p{color:#ffffffb8;line-height:1.55}.edge-visual{isolation:isolate;background:radial-gradient(circle at 50% 44%,#23d5ff2e,#0000 30%),radial-gradient(circle at 78% 18%,#d7ff681a,#0000 26%),linear-gradient(145deg,#071927,#0b2d42 56%,#071521)}.edge-visual--system{box-shadow:0 28px 90px #00000038,inset 0 0 0 1px #ffffff17}.edge-gridline{z-index:0;opacity:.34;background-image:linear-gradient(#ffffff14 1px,#0000 1px),linear-gradient(90deg,#ffffff14 1px,#0000 1px);background-size:42px 42px;position:absolute;inset:0;-webkit-mask-image:radial-gradient(circle at 50% 48%,#000 0 42%,#0000 76%);mask-image:radial-gradient(circle at 50% 48%,#000 0 42%,#0000 76%)}.edge-radar{z-index:1;aspect-ratio:1;border:1px solid #23d5ff33;border-radius:999px;width:min(420px,62%);position:absolute;inset:50% auto auto 50%;transform:translate(-50%,-50%);box-shadow:0 0 0 72px #23d5ff09,0 0 0 144px #d7ff6808}.edge-radar span{transform-origin:0;background:linear-gradient(90deg,#d7ff68cc,#0000);width:50%;height:1px;animation:5.8s linear infinite edge-radar-sweep;position:absolute;inset:50% auto auto 50%}.edge-circuit{z-index:1;filter:drop-shadow(0 0 16px #23d5ff29);width:88%;height:84%;position:absolute;inset:8% 6%;overflow:visible}.edge-circuit path{fill:none;stroke:#23d5ff5c;stroke-width:2px;stroke-linecap:round;stroke-dasharray:18 16;animation:4.8s linear infinite edge-flow}.edge-circuit path:nth-child(2){stroke:#d7ff6852;animation-direction:reverse}.edge-circuit path:nth-child(3){stroke:#2ee6bd42;animation-duration:6.2s}.edge-device{z-index:2;background:#ffffffe0;border:1px solid #ffffff29;border-radius:8px;margin:0;animation:5.8s ease-in-out infinite edge-device-float;position:absolute;overflow:hidden;box-shadow:0 20px 50px #00000038}.edge-device img{object-fit:contain;padding:12px}.edge-device--band{width:190px;height:132px;top:12%;left:10%}.edge-device--box{width:208px;height:142px;animation-delay:1.4s;bottom:13%;right:10%}.edge-core{z-index:3;color:#fff;background:radial-gradient(circle,#d7ff6838,#0000 62%),#05121eb8;border:1px solid #d7ff6838;border-radius:999px;flex-direction:column;justify-content:center;align-items:center;gap:8px;width:176px;height:176px;display:flex;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);box-shadow:0 0 52px #23d5ff38,inset 0 0 36px #ffffff0f}.edge-core__pulse{border-radius:inherit;border:1px solid #d7ff6847;animation:2.8s ease-in-out infinite edge-core-pulse;position:absolute;inset:-22px}.edge-core svg{color:var(--lime)}.edge-core span:not(.edge-core__pulse),.edge-core strong{text-align:center;display:block}.edge-core span:not(.edge-core__pulse){text-transform:uppercase;font-size:12px;font-weight:950}.edge-core strong{color:var(--lime);font-size:25px;line-height:1}.edge-node{z-index:4;color:#fff;-webkit-backdrop-filter:blur(14px);backdrop-filter:blur(14px);background:#071927b8;border:1px solid #ffffff24;border-radius:8px;width:174px;padding:13px 14px;position:absolute}.edge-node svg{color:var(--cyan)}.edge-node strong,.edge-node span{display:block}.edge-node strong{margin-top:8px;font-size:14px}.edge-node span{color:#ffffffa3;margin-top:3px;font-size:12px;line-height:1.25}.edge-node--bio{top:33%;left:8%}.edge-node--fleet{top:17%;right:9%}.edge-node--offline{bottom:14%;left:14%}.edge-signal-panel{z-index:4;-webkit-backdrop-filter:blur(14px);backdrop-filter:blur(14px);background:#05121eb8;border:1px solid #ffffff1f;border-radius:8px;grid-template-columns:repeat(18,1fr);align-items:end;gap:4px;width:210px;height:68px;padding:12px;display:grid;position:absolute;bottom:31%;right:8%}.edge-signal-panel i{background:linear-gradient(180deg, var(--lime), var(--aqua), var(--cyan));border-radius:999px 999px 3px 3px;min-height:12px;animation:1.35s ease-in-out infinite alternate edge-bar-wave}.edge-alert-card{z-index:5;color:#061522;background:var(--amber);text-transform:uppercase;border-radius:999px;align-items:center;gap:8px;min-height:42px;padding:0 15px;font-size:12px;font-weight:950;animation:2.6s ease-in-out infinite edge-alert-breathe;display:inline-flex;position:absolute;bottom:27%;right:9%;box-shadow:0 18px 46px #ffb84d38}@keyframes edge-radar-sweep{to{transform:rotate(360deg)}}@keyframes edge-flow{to{stroke-dashoffset:-136px}}@keyframes edge-device-float{0%,to{transform:translate(0,0)}50%{transform:translateY(-14px)}}@keyframes edge-core-pulse{0%,to{opacity:.35;transform:scale(.94)}50%{opacity:.8;transform:scale(1.08)}}@keyframes edge-bar-wave{0%{opacity:.58;height:24%}to{opacity:1;height:100%}}@keyframes edge-alert-breathe{0%,to{transform:translateY(0)}50%{transform:translateY(-6px)}}.architecture-steps{grid-column:1/-1;grid-template-columns:repeat(4,minmax(0,1fr));gap:14px;display:grid}.architecture-steps article{min-height:214px;padding:24px}.risk-console{border:1px solid var(--line);background:var(--cloud);border-radius:8px;grid-column:1/-1;grid-template-columns:280px minmax(0,1fr);align-items:stretch;gap:18px;padding:22px;display:grid}.risk-tabs{gap:10px;display:grid}.risk-tabs button{border:1px solid var(--line);min-height:58px;color:var(--ink);font:inherit;cursor:pointer;background:#fff;border-radius:8px;font-weight:900}.risk-tabs button.is-active{color:#061522;background:var(--lime);border-color:#0000}.risk-detail{color:#fff;background:linear-gradient(135deg, #23d5ff2e, #ffb84d1f), var(--navy);border-radius:8px;min-height:214px;padding:26px}.risk-detail span{color:var(--lime);text-transform:uppercase;font-size:12px;font-weight:950}.risk-detail h3,.risk-detail p{color:#fff}.product-layout{grid-template-columns:minmax(320px,.72fr) minmax(0,1.28fr)}.product-copy p{color:#ffffffbd}.product-orbit{background:radial-gradient(circle,#b6f74121,#0000 24%),radial-gradient(circle at 72% 22%,#23d5ff29,#0000 26%),linear-gradient(145deg,#ffffff14,#ffffff08);border:1px solid #ffffff1f;border-radius:8px;min-height:640px;position:relative;overflow:hidden;box-shadow:inset 0 0 0 1px #ffffff08}.product-orbit:before{content:"";background-image:linear-gradient(#ffffff0d 1px,#0000 1px),linear-gradient(90deg,#ffffff0d 1px,#0000 1px);background-size:44px 44px;border:1px solid #ffffff14;border-radius:8px;position:absolute;inset:28px;-webkit-mask-image:radial-gradient(circle,#000 0 32%,#0000 74%);mask-image:radial-gradient(circle,#000 0 32%,#0000 74%)}.orbit-halo{pointer-events:none;border-radius:999px;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}.orbit-halo--outer{aspect-ratio:1;border:1px dashed #b6f74157;width:min(560px,76%);animation:28s linear infinite halo-spin}.orbit-halo--inner{aspect-ratio:1;border:1px solid #23d5ff47;width:min(370px,52%);animation:18s linear infinite reverse halo-spin;box-shadow:0 0 44px #23d5ff1a}.orbit-device{aspect-ratio:1.58;width:min(430px,62%);margin:0;animation:5.5s ease-in-out infinite device-float;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}.orbit-device img{object-fit:contain;filter:drop-shadow(0 28px 38px #00000057);padding:18px}.orbit-track{border-radius:999px;animation:24s linear infinite orbit-spin;position:absolute;inset:94px}.orbit-card{background:#ffffffe0;border:1px solid #ffffff24;border-radius:8px;place-items:center;width:172px;height:124px;margin:0;animation:24s linear infinite orbit-counter;display:grid;position:absolute;overflow:hidden;box-shadow:0 18px 42px #0000002e}.orbit-card img{object-fit:contain;padding:14px}.orbit-card--top{top:-22px;left:calc(50% - 86px)}.orbit-card--right{top:calc(50% - 62px);right:-24px}.orbit-card--left{bottom:18px;left:-24px}.orbit-core{-webkit-backdrop-filter:blur(16px);backdrop-filter:blur(16px);background:#04111db8;border:1px solid #b6f74138;border-radius:8px;width:min(230px,100% - 56px);padding:16px 18px;position:absolute;bottom:28px;right:28px}.orbit-core span,.orbit-core strong{display:block}.orbit-core span{color:var(--lime);text-transform:uppercase;font-size:12px;font-weight:950}.orbit-core strong{color:#fff;margin-top:5px;font-size:18px;line-height:1.2}@keyframes orbit-spin{to{transform:rotate(360deg)}}@keyframes halo-spin{to{transform:translate(-50%,-50%)rotate(360deg)}}@keyframes orbit-counter{to{transform:rotate(-360deg)}}@keyframes device-float{0%,to{transform:translate(-50%,-50%)translateY(0)rotate(-2deg)}50%{transform:translate(-50%,-50%)translateY(-18px)rotate(3deg)}}.business-table{border:1px solid var(--line);background:#fff;border-radius:8px;display:grid;overflow:hidden}.business-row{border-bottom:1px solid var(--line);grid-template-columns:minmax(150px,.8fr) minmax(190px,1fr) minmax(0,1.2fr);align-items:center;gap:18px;padding:20px 22px;display:grid}.business-row:last-child{border-bottom:0}.business-row strong{font-size:17px}.business-row span{color:var(--blue);font-weight:900}.traction-layout{grid-template-columns:minmax(360px,.95fr) minmax(0,1.05fr)}.traction-stats{grid-template-columns:repeat(3,minmax(0,1fr));gap:14px;margin-top:32px;display:grid}.traction-stats div{background:#ffffff0f;border:1px solid #ffffff24;border-radius:8px;padding:18px}.traction-stats strong,.traction-stats span{display:block}.traction-stats strong{color:var(--lime);font-size:26px}.traction-stats span{color:#ffffffb3;margin-top:5px;font-size:13px;font-weight:750;line-height:1.35}.roadmap{gap:12px;margin:0;padding:0;list-style:none;display:grid}.roadmap li{border:1px solid var(--line);background:#fff;border-radius:8px;grid-template-columns:112px 1fr;align-items:center;min-height:74px;padding:16px 20px;display:grid}.roadmap time{color:var(--blue);font-weight:950}.roadmap span{font-weight:850;line-height:1.35}.proof-layout{grid-template-columns:minmax(0,.92fr) minmax(360px,1.08fr)}.win-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.win-grid span{color:var(--ink);padding-left:24px;font-weight:850;line-height:1.45;position:relative}.win-grid span:before{background:var(--aqua);content:"";border-radius:999px;width:9px;height:9px;position:absolute;top:.6em;left:0}.team-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:14px;display:grid}.team-grid article{grid-template-columns:76px 1fr;column-gap:16px;min-height:134px;padding:16px;display:grid;overflow:hidden}.team-photo{background:#edf4f9;border:1px solid #0d6efd1f;border-radius:8px;grid-row:span 3;width:76px;height:92px;position:relative;overflow:hidden}.team-photo img{object-fit:cover;width:100%;height:100%}.team-grid h3{margin:0 0 4px;font-size:18px}.team-grid strong{color:var(--blue);font-size:13px}.team-grid p{margin-top:5px;font-size:14px}.section--final{color:#fff;background:var(--deep);align-items:center;min-height:620px;scroll-margin-top:112px;display:flex;position:relative;overflow:hidden}.section--final img{object-position:center}.final-shade{background:linear-gradient(90deg,#05121eeb,#05121e85 56%,#05121e29),linear-gradient(#05121e1f,#05121e80);position:absolute;inset:0}.final-content{max-width:660px;position:relative}.final-content p{color:#ffffffc7;max-width:560px;margin:18px 0 30px}.footer{color:#d9e7ef;background:#050d15;padding:42px 0}.footer-inner{grid-template-columns:minmax(0,.85fr) minmax(320px,1.15fr);gap:42px;display:grid}.footer img{width:124px;height:auto;margin-bottom:14px}.footer p{color:#d9e7efb8;font-size:14px}.reveal{opacity:0;transition:opacity .62s,transform .62s;transform:translateY(28px)}.reveal.is-visible{opacity:1;transform:translateY(0)}@media (max-width:1120px){.hero{min-height:auto;display:block}.hero-bio-layer{opacity:.74;width:min(620px,57vw);top:14%;right:-7%}.nav-links{display:none}.site-header{grid-template-columns:auto auto;justify-content:space-between}.hero h1{font-size:58px;line-height:.98}.hero-metrics,.problem-grid,.architecture-steps{grid-template-columns:repeat(2,minmax(0,1fr))}.section-intro,.business-layout,.team-layout,.roadmap-layout,.architecture,.visual-split,.edge-layout,.traction-layout,.proof-layout,.product-layout,.footer-inner{grid-template-columns:1fr}.image-frame,.edge-visual,.traction-media,.proof-image{min-height:480px}.edge-visual--system{min-height:560px}.edge-device--band{left:12%}.edge-device--box{right:12%}.signal-ribbon{width:min(610px,100%);margin-top:24px}}@media (max-width:900px){.shell,.site-header{width:min(100% - 36px,1180px)}.hero h1{max-width:660px;font-size:50px;line-height:1}.hero-copy{max-width:580px;font-size:19px}.hero-bio-layer{opacity:.5;right:-18%}.hero-content{max-width:660px}.edge-grid,.business-row{grid-template-columns:repeat(2,minmax(0,1fr))}.team-grid{grid-template-columns:1fr}.edge-visual--system{min-height:530px}}@media (max-width:760px){.shell,.site-header{width:min(100% - 28px,1180px)}.site-header{grid-template-columns:minmax(0,1fr) auto;width:calc(100vw - 28px);max-width:none;min-height:62px;padding:10px;top:10px;left:14px;right:auto;transform:none}.brand img{width:104px}.brand span,.header-cta span{clip:rect(0, 0, 0, 0);white-space:nowrap;width:1px;height:1px;position:absolute;overflow:hidden}.header-cta{width:44px;min-height:42px;padding:0}.header-actions{gap:8px}.language-toggle{grid-template-columns:repeat(2,34px);padding:3px}.language-toggle button{min-height:34px;font-size:11px}.hero{align-items:flex-start;min-height:auto}.hero-image{object-position:64% center;transform-origin:70% 38%}.hero-bio-layer{display:none}.hero-shade{background:linear-gradient(90deg,#05121eed,#05121eb8),linear-gradient(#05121e1a,#05121e94)}.hero-content{width:min(100% - 28px,520px);max-width:none;margin-left:auto;margin-right:auto;padding:118px 0 68px}.hero h1{font-size:38px;line-height:1}.hero-copy,.section-intro p,.business-layout>div>p,.team-layout>div>p,.split-copy p,.edge-copy p,.product-copy p,.traction-copy p,.final-content p{font-size:16px}.hero-actions{flex-direction:column}.button{text-align:center;white-space:normal;width:100%;min-height:48px;padding:0 16px}.hero-metrics,.problem-grid,.edge-grid,.architecture-steps,.market-list,.win-grid,.team-grid,.traction-stats,.partner-strip,.signal-ribbon,.risk-console,.product-orbit{grid-template-columns:1fr}.signal-ribbon{gap:14px;margin-top:24px;padding:14px}.signal-bars{height:42px}.risk-chip{width:max-content;max-width:100%}.hero-metrics{grid-template-columns:repeat(2,minmax(0,1fr));max-width:100%;margin-top:34px}.partner-strip{min-height:116px;display:block;overflow:hidden}.partner-window{overflow:visible;-webkit-mask-image:none;mask-image:none}.partner-label{border-bottom:1px solid #ffffff21;border-right:0;justify-content:center;width:100%;min-height:44px}.partner-track{grid-template-columns:repeat(2,minmax(0,1fr));width:100%;max-width:100%;padding:12px 10px;animation:none;display:grid}.partner-chip{white-space:normal;justify-content:flex-start;width:100%;min-width:0;font-size:12px}.partner-chip:nth-child(n+5){display:none}.section{padding:74px 0}.section h2,.section--final h2{font-size:34px}.split-copy h2,.edge-copy h2,.product-copy h2,.traction-copy h2,.proof-layout h2{font-size:30px}.image-frame,.edge-visual,.traction-media,.proof-image{min-height:340px}.edge-visual--system{min-height:500px}.edge-radar{width:min(330px,72%)}.edge-device--band{width:152px;height:108px;top:11%;left:7%}.edge-device--box{width:158px;height:110px;bottom:11%;right:7%}.edge-core{width:140px;height:140px}.edge-core span:not(.edge-core__pulse){font-size:11px}.edge-core strong{font-size:21px}.edge-node{width:146px;padding:11px 12px}.edge-node--bio{top:34%;left:6%}.edge-node--fleet{top:18%;right:6%}.edge-node--offline{bottom:24%;left:8%}.edge-signal-panel{gap:2px;width:156px;height:54px;padding:10px;bottom:31%;right:7%}.edge-alert-card{justify-content:center;inset:auto 18px 18px}.product-orbit{min-height:520px}.orbit-track{inset:82px 44px}.orbit-device{width:78%}.orbit-card{width:132px;height:98px}.orbit-card--top{top:-18px;left:calc(50% - 66px)}.orbit-card--right{top:calc(50% - 49px);right:-26px}.orbit-card--left{bottom:12px;left:-26px}.orbit-core{width:calc(100% - 40px);bottom:20px;right:20px}.business-row{grid-template-columns:1fr;align-items:start;gap:8px}.roadmap li{grid-template-columns:1fr;gap:8px}.section--final{min-height:560px}}@media (max-width:520px){.site-header{min-height:58px}.brand img{width:98px}.hero-content{padding:98px 0 52px}.hero h1{font-size:34px}.hero-copy{font-size:15px}.signal-ribbon{grid-template-columns:minmax(0,1fr) auto;padding:13px}.signal-bars{order:3;grid-column:1/-1;width:100%}.risk-chip{justify-self:end;min-height:34px;padding:0 11px;font-size:10px}.hero-metrics{grid-template-columns:repeat(2,minmax(0,1fr));gap:12px;margin-top:26px}.hero-metrics div{padding-top:11px}.hero-metrics dt{font-size:25px}.partner-strip{min-height:auto}.partner-track{grid-template-columns:1fr}.partner-chip:nth-child(n+4){display:none}.section{padding:64px 0}.section h2,.section--final h2{font-size:30px}.split-copy h2,.edge-copy h2,.product-copy h2,.traction-copy h2,.proof-layout h2{font-size:27px}.problem-card,.architecture-steps article,.edge-grid article{min-height:auto;padding:20px}.edge-visual--system{min-height:440px}.edge-device--band{width:124px;height:88px;top:10%;left:6%}.edge-device--box{width:130px;height:92px;bottom:12%;right:6%}.edge-node{width:118px;padding:10px}.edge-node span,.edge-node--fleet{display:none}.edge-node--bio{left:5%}.edge-node--offline{bottom:22%}.edge-signal-panel{display:none}.team-grid article{grid-template-columns:68px 1fr;padding:14px}.team-photo{width:68px;height:84px}.product-orbit{min-height:460px}.orbit-track{inset:74px 28px}.orbit-card{width:106px;height:78px}.orbit-card--top{left:calc(50% - 53px)}.orbit-card--right{top:calc(50% - 39px);right:-18px}.orbit-card--left{left:-18px}.orbit-core{width:calc(100% - 28px);bottom:14px;right:14px}}@media (max-width:390px){.hero h1{font-size:32px}.hero-copy,.section-intro p,.business-layout>div>p,.team-layout>div>p,.split-copy p,.edge-copy p,.product-copy p,.traction-copy p,.final-content p{font-size:15px}.hero-metrics dd{font-size:12px}.image-frame,.edge-visual,.traction-media,.proof-image{min-height:300px}.edge-visual--system{min-height:410px}.edge-core{width:124px;height:124px}.edge-node--offline{display:none}.product-orbit{min-height:430px}.team-grid article{grid-template-columns:1fr}.team-photo{grid-row:auto;width:92px;height:108px}}@media (prefers-reduced-motion:reduce){html{scroll-behavior:auto}*,:before,:after{scroll-behavior:auto!important;transition-duration:.01ms!important;animation-duration:.01ms!important;animation-iteration-count:1!important}}
