:root{--paper:#f7f8fb;--white:#fff;--ink:#0e1430;--ink-2:#454c6b;--muted:#7c84a3;--line:#0e14301a;--line-2:#0e143029;--brand:#3b4de0;--brand-2:#6366f1;--cyan:#06b6d4;--cyan-bright:#22d3ee;--coral:#fb7142;--violet:#7c3aed;--navy:#0e1430;--navy-2:#161c44;--navy-line:#a0aae629;--acc:#3b4de0;--maxw:1240px}*{box-sizing:border-box;margin:0;padding:0}html{scroll-behavior:smooth}body{background:var(--paper);color:var(--ink);-webkit-font-smoothing:antialiased;font-family:IBM Plex Sans,system-ui,sans-serif;font-size:17px;line-height:1.6;overflow-x:hidden}a{color:inherit;text-decoration:none}::selection{background:var(--brand);color:#fff}.wrap{max-width:var(--maxw);margin:0 auto;padding:0 32px}.eyebrow{letter-spacing:.22em;text-transform:uppercase;color:var(--acc);align-items:center;gap:10px;font-family:IBM Plex Mono,monospace;font-size:12px;font-weight:500;display:inline-flex}.eyebrow:before{content:"";background:var(--acc);width:24px;height:1px;display:inline-block}h1,h2,h3{letter-spacing:-.02em;color:var(--ink);font-family:Archivo,sans-serif;font-weight:800;line-height:1.04}.progress{background:linear-gradient(90deg,var(--brand),var(--cyan-bright));z-index:200;pointer-events:none;width:0;height:3px;position:fixed;top:0;left:0}.nav-shell{z-index:120;padding:22px 22px 0;transition:padding .35s cubic-bezier(.16,1,.3,1);position:fixed;top:0;left:0;right:0}.nav-shell.tucked{padding-top:10px}.nav{max-width:var(--maxw);-webkit-backdrop-filter:blur(16px)saturate(1.2);backdrop-filter:blur(16px)saturate(1.2);background:#ffffffd9;border:1px solid #ffffffb3;border-radius:18px;justify-content:space-between;align-items:center;height:68px;margin:0 auto;padding:0 14px 0 22px;transition:height .35s cubic-bezier(.16,1,.3,1),box-shadow .35s,background .35s,transform .55s cubic-bezier(.16,1,.3,1);display:flex;position:relative;transform:translateY(-120%);box-shadow:0 14px 40px -18px #0e14304d,0 2px 6px -2px #0e14301a}body.loaded .nav{transform:none}.nav-shell.is-entered .nav{--open-radius:18px;animation:1.15s cubic-bezier(.16,1,.3,1) both premiumOpen}.nav-shell.tucked .nav{background:#ffffffeb;height:56px;box-shadow:0 10px 28px -14px #0e143061}.nav-enter{opacity:0;transition:opacity .42s,transform .5s cubic-bezier(.16,1,.3,1);transition-delay:calc(.58s + var(--nav-i,0)*45ms);transform:translateY(-8px)}.nav-shell.is-entered .nav-enter{opacity:1;transform:none}.brand{align-items:center;gap:11px;display:flex}.brand .mark{flex:none;width:32px;height:32px}.brand .mark.mark-custom{width:auto;max-width:200px;height:48px}.brand .mark .ring{transform-origin:20px 20px;animation:22s linear infinite spin}.brand .word{letter-spacing:.16em;color:var(--ink);font-family:Archivo Expanded,Archivo,sans-serif;font-size:20px;font-weight:700}@keyframes spin{to{transform:rotate(360deg)}}.navlinks{align-items:center;gap:6px;display:flex}.navlinks a.link{color:var(--ink-2);border-radius:10px;padding:9px 14px;font-size:14.5px;font-weight:500;transition:color .25s,background .2s;position:relative}.navlinks a.link:after{content:"";background:linear-gradient(90deg,var(--brand),var(--cyan-bright));transform-origin:0;height:1.5px;transition:transform .35s cubic-bezier(.16,1,.3,1);position:absolute;bottom:5px;left:14px;right:14px;transform:scaleX(0)}.navlinks a.link:hover{color:var(--ink)}.navlinks a.link:hover:after,.navlinks a.link.is-active:after{transform:scaleX(1)}.navlinks a.link.is-active{color:var(--ink);font-weight:600}.navlinks a.link.is-active:focus-visible{outline-offset:2px}.nav-div{background:var(--line-2);width:1px;height:26px;margin:0 6px}.btn{letter-spacing:.03em;cursor:pointer;border:1px solid #0000;border-radius:12px;align-items:center;gap:8px;padding:12px 22px;font-family:IBM Plex Mono,monospace;font-size:13px;font-weight:600;transition:transform .22s cubic-bezier(.16,1,.3,1),background .2s,color .2s,border-color .2s,box-shadow .25s;display:inline-flex;position:relative;overflow:hidden}.btn-primary{background:var(--brand);color:#fff}.btn-primary:hover{background:#2f3fcf;transform:translateY(-2px);box-shadow:0 10px 24px -8px #3b4de099}.btn-dark{background:var(--ink);color:var(--paper)}.btn-dark:hover{background:#1a2150;transform:translateY(-2px)}.btn-primary:after,.btn-dark:after{content:"";background:linear-gradient(100deg,#0000,#fff6,#0000);width:60%;height:100%;transition:left .55s;position:absolute;top:0;left:-120%;transform:skew(-18deg)}.btn-primary:hover:after,.btn-dark:hover:after{left:140%}.btn-ghost{border:1px solid var(--line-2);color:var(--ink)}.btn-ghost:hover{border-color:var(--brand);color:var(--brand);transform:translateY(-2px)}.btn-arrow{transition:transform .2s}.btn:hover .btn-arrow{transform:translate(3px)}.menu-toggle{color:var(--ink);cursor:pointer;background:0 0;border:0;padding:10px;display:none}@keyframes premiumOpen{0%{opacity:0;clip-path:inset(0 calc(50% - 34px) round 18px);transform:translateY(-14px)scale(.82)}18%{opacity:1;clip-path:inset(0 calc(50% - 34px) round 18px);transform:translateY(0)scale(1)}34%{opacity:1;clip-path:inset(0 calc(50% - 34px) round 18px);transform:none}to{opacity:1;clip-path:none;transform:none}}.hero{--acc:var(--cyan-bright);background:#05080f;align-items:center;min-height:100vh;padding:150px 0 90px;display:flex;position:relative;overflow:hidden}.hero-photo{z-index:1;object-fit:cover;object-position:center;width:100%;height:100%;animation:26s ease-in-out infinite alternate kenburns;position:absolute;inset:0;transform:scaleX(-1)scale(1.04)}.hero-media-playlist{z-index:1;background:#05080f;animation:1s cubic-bezier(.16,1,.3,1) both mediaOpenLeo;position:absolute;inset:0;overflow:hidden}.hero-media-empty{z-index:1;background:#05080f;position:absolute;inset:0}.hero-video{z-index:1;object-fit:cover;object-position:center;opacity:0;width:100%;height:100%;transition:opacity .9s;position:absolute;inset:0;transform:scale(1.015)}.hero-video.is-active{z-index:2;opacity:1}.hero-inner{max-width:780px}@keyframes mediaOpenLeo{0%{opacity:.3;clip-path:inset(10% 18% round 34px);transform:scale(.985)}to{opacity:1;clip-path:inset(0);transform:none}}@keyframes kenburns{0%{transform:scaleX(-1)scale(1.04)translate(0)}to{transform:scaleX(-1)scale(1.14)translate(2.5%,-2%)}}#orbit-canvas{z-index:2;pointer-events:none;width:100%;height:100%;position:absolute;inset:0}.hero-sky{display:none}.hero-scrim{z-index:3;pointer-events:none;background:linear-gradient(90deg,#05080fdb 0%,#05080f9e 40%,#05080f2e 70%,#05080f00 100%),linear-gradient(#0000 50%,#05080f1a 68%,#05080fcc 100%);position:absolute;inset:0}.hero-glow{z-index:2;pointer-events:none;background:radial-gradient(60% 40% at 50% 96%,#22d3ee29,#0000 70%);animation:6s ease-in-out infinite glowpulse;position:absolute;inset:0}@keyframes glowpulse{0%,to{opacity:.6}50%{opacity:1}}.hero .wrap{z-index:4;position:relative}.hero .eyebrow{color:var(--cyan-bright)}.hero .eyebrow:before{background:var(--cyan-bright)}.hero h1{color:#fff;text-shadow:0 2px 30px #0006;margin:22px 0 0;font-size:clamp(42px,7.2vw,86px)}.hero h1 .accent{background:linear-gradient(90deg,#7c8cff,var(--cyan-bright));color:#0000;-webkit-background-clip:text;background-clip:text}.hero .video-tag{z-index:4;letter-spacing:.18em;text-transform:uppercase;color:#ffffff8c;align-items:center;gap:8px;font-family:IBM Plex Mono,monospace;font-size:10px;display:inline-flex;position:absolute;bottom:24px;right:26px}.hero .video-tag .pl{border:1px solid #fff6;border-radius:50%;justify-content:center;align-items:center;width:18px;height:18px;font-size:8px;display:inline-flex}.line-mask{padding-bottom:.04em;display:block;overflow:hidden}.line-mask>span{transition:transform 1s cubic-bezier(.16,1,.3,1);display:block;transform:translateY(118%)}body.loaded .line-mask>span{transform:none}.h-rise{opacity:0;transition:opacity .8s,transform .9s cubic-bezier(.16,1,.3,1);transform:translateY(18px)}body.loaded .h-rise{opacity:1;transform:none}.hero p.lead{color:#c9d0ec;text-shadow:0 1px 16px #00000080;max-width:600px;margin:26px 0 0;font-size:clamp(17px,2vw,21px);line-height:1.5}.hero-cta{flex-wrap:wrap;gap:14px;margin-top:38px;display:flex}.hero .btn-dark{color:var(--ink);background:#fff}.hero .btn-dark:hover{background:#eef0ff}.hero .btn-ghost{color:#fff;border-color:#ffffff52}.hero .btn-ghost:hover{border-color:var(--cyan-bright);color:var(--cyan-bright)}.hero-meta{letter-spacing:.1em;text-transform:uppercase;color:#c9d0ec;-webkit-backdrop-filter:blur(6px);backdrop-filter:blur(6px);background:#ffffff14;border:1px solid #ffffff2e;border-radius:999px;align-items:center;gap:12px;margin-top:42px;padding:9px 18px;font-family:IBM Plex Mono,monospace;font-size:12px;display:inline-flex}.hero-meta .dot{background:var(--cyan-bright);border-radius:50%;width:8px;height:8px;animation:2.4s ease-out infinite beat;box-shadow:0 0 #22d3ee80}@keyframes beat{0%{box-shadow:0 0 #22d3ee80}70%{box-shadow:0 0 0 9px #22d3ee00}to{box-shadow:0 0 #22d3ee00}}.scroll-cue{z-index:4;letter-spacing:.2em;text-transform:uppercase;color:#ffffff8c;opacity:0;flex-direction:column;align-items:center;gap:8px;font-family:IBM Plex Mono,monospace;font-size:10px;transition:opacity .8s 1.4s;display:flex;position:absolute;bottom:22px;left:50%;transform:translate(-50%)}body.loaded .scroll-cue{opacity:1}.scroll-cue .bar{background:linear-gradient(#ffffff8c,#0000);width:1px;height:34px;position:relative;overflow:hidden}.scroll-cue .bar:after{content:"";background:var(--cyan-bright);width:100%;height:34px;animation:1.8s ease-in-out infinite cue;position:absolute;top:-34px;left:0}@keyframes cue{0%{top:-34px}60%,to{top:34px}}.scenes{--acc:var(--brand);color:var(--ink);background:linear-gradient(#f7f8fb,#eef0fe);padding:104px 0}.scene-showcase{flex-direction:column;gap:0;display:flex}.scene-frame{flex-direction:column;gap:16px;display:flex}.scene-stage{isolation:isolate;background:#080d22;border-radius:36px;min-height:clamp(520px,72vh,780px);animation:.45s both premiumFade;position:relative;overflow:hidden;box-shadow:0 38px 80px -48px #080d228c}.scene-stage-photo{object-fit:cover;z-index:-3;width:100%;height:100%;animation:.7s both scenePhotoIn;position:absolute;inset:0;transform:scale(1.02)}.scene-stage-video{opacity:1;background:#080d22}@keyframes scenePhotoIn{0%{opacity:.35;transform:scale(1.06)}to{opacity:1;transform:scale(1.02)}}.scene-stage-scrim{z-index:-2;pointer-events:none;background:linear-gradient(90deg,#050812e0 0%,#0508129e 38%,#0508122e 68%,#05081214 100%),linear-gradient(#0000 52%,#050812b8 100%);position:absolute;inset:0}.scene-stage-content{z-index:1;min-height:inherit;color:#fff;flex-direction:column;justify-content:center;max-width:min(560px,92%);padding:clamp(36px,6vw,72px);display:flex;position:relative}.scene-stage-kicker{letter-spacing:.16em;text-transform:uppercase;color:var(--cyan-bright);font-family:IBM Plex Mono,monospace;font-size:12px}.scene-stage-content h3{letter-spacing:-.03em;color:#fff;max-width:14ch;margin:18px 0 0;font-size:clamp(32px,4.2vw,56px);font-weight:700;line-height:1.05}.scene-stage-content p{color:#eff3ffe0;max-width:42ch;margin:18px 0 0;font-size:16px;line-height:1.55}.scene-chrome{flex-direction:column;gap:12px;display:flex}.scene-tabs{grid-template-columns:repeat(3,minmax(0,1fr));gap:10px;padding:0;display:grid;overflow:visible}.scene-tab{text-align:left;cursor:pointer;background:#ffffffe0;border:1px solid #0e14301a;border-radius:999px;flex-direction:column;gap:4px;width:100%;min-width:0;padding:14px 18px;transition:border-color .2s,background .2s,box-shadow .2s,transform .2s,color .2s;display:flex}.scene-tab:hover{border-color:#3b4de059;transform:translateY(-1px)}.scene-tab.is-active{color:#fff;background:linear-gradient(90deg,var(--brand),#06b6d4);border-color:#0000;box-shadow:0 14px 28px -18px #3b4de0b3}.scene-tab-num{letter-spacing:.14em;text-transform:uppercase;color:var(--muted);font-family:IBM Plex Mono,monospace;font-size:10px}.scene-tab.is-active .scene-tab-num{color:#ffffffd1}.scene-tab strong{color:inherit;font-size:13px;font-weight:600;line-height:1.25}.scene-progress{background:#0e14301a;border-radius:999px;height:3px;display:none;overflow:hidden}.scene-progress-bar{border-radius:inherit;background:linear-gradient(90deg,var(--brand),#06b6d4);height:100%;transition:width .45s cubic-bezier(.16,1,.3,1);display:block}.scene-grid,.scene{display:none}.beam{animation:3.2s ease-in-out infinite beampulse}@keyframes beampulse{0%,to{opacity:.45}50%{opacity:1}}.twinkle{animation:2.6s ease-in-out infinite tw}@keyframes tw{0%,to{opacity:.5}50%{opacity:1}}.road-dash{stroke-dasharray:18 22;animation:1.1s linear infinite roadmove}@keyframes roadmove{to{stroke-dashoffset:-40px}}.orbit-move{animation:9s ease-in-out infinite orbitdrift}@keyframes orbitdrift{0%,to{transform:translate(0)}50%{transform:translate(10px)}}html[data-motion=lite] .scene-stage,body.motion-lite .scene-stage,html[data-motion=reduced] .scene-stage,body.motion-reduced .scene-stage{animation:none}html[data-motion=lite] .scene-stage-photo,body.motion-lite .scene-stage-photo,html[data-motion=reduced] .scene-stage-photo,body.motion-reduced .scene-stage-photo{animation:none;transform:scale(1.02)}.stats{background:var(--white);border-top:1px solid var(--line);border-bottom:1px solid var(--line)}.stats-grid{grid-template-columns:repeat(4,1fr);display:grid}.stat{border-right:1px solid var(--line);padding:40px 30px}.stat:last-child{border-right:0}.stat .num{color:var(--ink);font-family:Archivo Expanded,Archivo,sans-serif;font-size:46px;font-weight:800;line-height:1}.stat .num .u{color:inherit;font-size:27px}.stat .lab{letter-spacing:.1em;text-transform:uppercase;color:var(--muted);margin-top:13px;font-family:IBM Plex Mono,monospace;font-size:12px}.marquee{background:var(--navy);color:var(--paper);white-space:nowrap;padding:17px 0;display:flex;position:relative;overflow:hidden;-webkit-mask-image:linear-gradient(90deg,#0000,#000 8% 92%,#0000);mask-image:linear-gradient(90deg,#0000,#000 8% 92%,#0000)}.marquee-track{letter-spacing:.14em;text-transform:uppercase;align-items:center;gap:34px;padding-left:34px;font-family:IBM Plex Mono,monospace;font-size:13px;animation:32s linear infinite scrollx;display:inline-flex}.marquee:hover .marquee-track{animation-play-state:paused}.marquee-track .sep{color:var(--cyan-bright)}@keyframes scrollx{to{transform:translate(-50%)}}section{padding:108px 0}.sec-head{max-width:730px;margin-bottom:54px}.sec-head h2{margin-top:18px;font-size:clamp(30px,4.4vw,52px)}.sec-head p{color:var(--ink-2);margin-top:18px;font-size:18px}.solutions{--acc:var(--brand-2);background:linear-gradient(#f7f8fb,#eef0fe)}.sol-grid{grid-template-columns:repeat(3,1fr);gap:24px;display:grid}.sol{background:var(--white);border:1px solid var(--line);border-radius:16px;padding:38px 32px;transition:transform .3s cubic-bezier(.16,1,.3,1),box-shadow .3s,border-color .3s;position:relative;overflow:hidden}.sol:before{content:"";opacity:0;background:radial-gradient(120% 80% at 100% 0,#6366f11f,#0000 60%);transition:opacity .35s;position:absolute;inset:0}.sol:hover{border-color:#6366f173;transform:translateY(-6px);box-shadow:0 26px 54px -28px #0e143052}.sol:hover:before{opacity:1}.sol>*{position:relative}.sol .idx{color:var(--acc);letter-spacing:.1em;font-family:IBM Plex Mono,monospace;font-size:12px}.sol .ico{width:48px;height:48px;color:var(--acc);margin:20px 0;transition:transform .4s cubic-bezier(.16,1,.3,1)}.sol:hover .ico{transform:translateY(-3px)rotate(-4deg)}.sol h3{font-size:23px}.sol p{color:var(--ink-2);margin-top:14px;font-size:15.5px;line-height:1.6}.sol ul{border-top:1px solid var(--line);flex-direction:column;gap:10px;margin-top:20px;padding-top:18px;list-style:none;display:flex}.sol li{color:var(--ink-2);align-items:baseline;gap:10px;font-family:IBM Plex Mono,monospace;font-size:12.5px;display:flex}.sol li:before{content:"▹";color:var(--acc);flex:none}.security{--acc:var(--cyan-bright);color:var(--paper);background:radial-gradient(90% 120% at 15% 0,#3b4de047,#0000 55%),radial-gradient(80% 120% at 100% 100%,#22d3ee29,#0000 55%),linear-gradient(#0e1430,#0a0f26);position:relative;overflow:hidden}.security .sec-head h2{color:#eef1ff}.security .sec-head p{color:#aab2d6}.sec-cols{grid-template-columns:1fr 1.05fr;align-items:center;gap:60px;margin-top:10px;display:grid}.sec-points{flex-direction:column;gap:14px;display:flex}.sec-point{border:1px solid var(--navy-line);background:#a0aae60a;border-radius:14px;align-items:flex-start;gap:18px;padding:22px 24px;transition:all .3s cubic-bezier(.16,1,.3,1);display:flex}.sec-point:hover{background:#a0aae614;border-color:#22d3ee66;transform:translate(4px)}.sec-point .sp-ico{width:34px;height:34px;color:var(--cyan-bright);flex:none}.sec-point h3{color:#eef1ff;font-size:17px}.sec-point p{color:#aab2d6;margin-top:5px;font-size:14px}.sec-visual{border:1px solid var(--navy-line);background:linear-gradient(#a0aae60d,#a0aae603);border-radius:18px;padding:26px;position:relative;overflow:hidden}.sec-visual .vlabel{letter-spacing:.12em;text-transform:uppercase;color:#aab2d6;justify-content:center;align-items:center;gap:8px;margin-bottom:14px;font-family:IBM Plex Mono,monospace;font-size:11px;display:flex}.sec-visual .vlabel .lk{color:var(--cyan-bright)}.sec-visual svg{width:100%;height:auto;display:block}.flow{stroke:url(#vgrad);stroke-width:2.4px;fill:none;stroke-dasharray:7 9;animation:1.4s linear infinite dash}@keyframes dash{to{stroke-dashoffset:-32px}}.pubpath{stroke:#3a4170;stroke-width:1.6px;fill:none;stroke-dasharray:4 7}.pkt{offset-path:path("M150 120 C 250 175, 390 175, 490 120");offset-rotate:0deg;animation:3s linear infinite pktflow}.pkt.b{animation-delay:1s}.pkt.c{animation-delay:2s}@keyframes pktflow{0%{offset-distance:0%}to{offset-distance:100%}}.nodebox{fill:#161c44;stroke:var(--navy-line)}.nodetx{letter-spacing:.06em;fill:#c7cdee;text-transform:uppercase;font-family:IBM Plex Mono,monospace;font-size:10px}.industries{--acc:var(--brand);--ind-max:1440px;--ind-media-h:clamp(620px,68vh,740px);color:var(--ink);background:linear-gradient(#f7f9fc 0%,#eef2f8 55%,#e9eef6 100%);padding:96px 0 88px;position:relative;overflow:visible}.ind-bg{pointer-events:none;z-index:0;position:absolute;inset:0;overflow:hidden}.ind-bg-glow{opacity:.28;border-radius:50%;position:absolute}.ind-bg-glow-a{background:radial-gradient(circle,#3b4de038,#0000 70%);width:42%;height:48%;top:6%;left:-6%}.ind-bg-glow-b{background:radial-gradient(circle,#06b6d429,#0000 70%);width:38%;height:42%;top:28%;right:-4%}.ind-bg-grid{opacity:.4;background-image:linear-gradient(#3b4de00f 1px,#0000 1px),linear-gradient(90deg,#3b4de00f 1px,#0000 1px);background-size:52px 52px;position:absolute;inset:-10% 0;-webkit-mask-image:radial-gradient(55% 50% at 72% 42%,#000 10%,#0000 72%);mask-image:radial-gradient(55% 50% at 72% 42%,#000 10%,#0000 72%)}.ind-bg-mask{background:linear-gradient(#f7f9fc80,#0000 30% 75%,#e9eef6a6);position:absolute;inset:0}.ind-shell{z-index:1;width:min(100% - 64px,var(--ind-max));margin:0 auto;position:relative}.ind-intro{grid-template-columns:minmax(0,1.7fr) minmax(260px,.9fr);align-items:end;gap:40px 64px;margin-bottom:56px;display:grid}.ind-intro-eyebrow{color:var(--brand);margin:0 0 14px}.industries .ind-intro-eyebrow:before{background:var(--brand)}.ind-intro-title{letter-spacing:-.028em;color:var(--ink);max-width:18ch;margin:0;font-family:Archivo,sans-serif;font-size:clamp(42px,5.2vw,68px);font-weight:800;line-height:1.04}.ind-line-word{display:inline}.ind-line-word-inner{opacity:0;transition:opacity .45s,transform .5s;transition-delay:calc(50ms + var(--w,0)*35ms);display:inline-block;transform:translateY(18px)}.ind-intro.is-revealed .ind-line-word-inner{opacity:1;transform:none}.ind-accent{background:linear-gradient(100deg,#3b4de0 10%,#06b6d4 90%);color:#0000;-webkit-background-clip:text;background-clip:text}.ind-intro-lead{color:var(--ink-2);max-width:36ch;margin:0;font-size:17px;line-height:1.55}.ind-intro-aside{color:var(--muted);max-width:34ch;margin:18px 0 0;font-size:14px;line-height:1.5}.ind-intro-meta{align-items:center;gap:16px;margin-top:28px;display:flex}.ind-intro-count{letter-spacing:.12em;text-transform:uppercase;color:var(--brand);font-family:IBM Plex Mono,monospace;font-size:12px}.ind-intro-rule{background:linear-gradient(90deg,#3b4de073,#0000);flex:1;max-width:160px;height:1px}.ind-story{margin-bottom:72px;position:relative}.ind-story-panel{min-height:var(--ind-media-h);align-items:stretch;display:flex}.ind-story-grid{grid-template-columns:minmax(280px,.38fr) minmax(0,1.62fr);align-items:stretch;gap:56px;width:100%;display:grid}.ind-steps{scrollbar-width:thin;flex-direction:column;gap:6px;padding-right:8px;display:flex;overflow:auto}.ind-step{text-align:left;cursor:pointer;width:100%;color:inherit;opacity:.52;background:0 0;border:0;border-radius:16px;padding:18px 18px 18px 20px;transition:opacity .45s,background .45s,transform .45s cubic-bezier(.16,1,.3,1),box-shadow .45s;position:relative;transform:translate(0)}.ind-step+.ind-step,.ind-steps>div+div .ind-step{border-top:1px solid #0e143014}.ind-step-rail{background:#0e143014;border-radius:2px;width:2px;position:absolute;top:18px;bottom:18px;left:0;overflow:hidden}.ind-step-fill{background:linear-gradient(180deg,var(--cyan),var(--brand));transform-origin:top;border-radius:2px;width:2px;position:absolute;top:18px;bottom:18px;left:0;transform:scaleY(0)}.ind-step-head{align-items:baseline;gap:12px;display:flex}.ind-step-num{letter-spacing:.14em;color:#0e143059;flex:none;font-family:IBM Plex Mono,monospace;font-size:12px}.ind-step-title{letter-spacing:-.02em;color:var(--ink);flex:1;font-family:Archivo,sans-serif;font-size:20px;font-weight:700}.ind-step-ar{opacity:0;color:var(--brand);transition:all .35s;transform:translate(-4px)}.ind-step-desc{color:var(--ink-2);opacity:0;max-height:0;margin:10px 0 0;font-size:14px;line-height:1.5;transition:max-height .5s,opacity .4s,margin .4s;display:block;overflow:hidden}.ind-step-foot{opacity:0;justify-content:space-between;align-items:center;gap:12px;max-height:0;margin-top:0;transition:max-height .5s,opacity .4s,margin .4s;display:flex;overflow:hidden}.ind-step-label{letter-spacing:.12em;color:var(--muted);font-family:IBM Plex Mono,monospace;font-size:10.5px}.ind-step-cta{color:var(--brand);font-family:IBM Plex Mono,monospace;font-size:12px;font-weight:600;text-decoration:none}.ind-step-cta:hover{color:var(--ink)}.ind-step.is-active{opacity:1;background:#ffffffc7;border-top-color:#0000;transform:translate(4px);box-shadow:0 10px 24px -20px #0e143047}.ind-step.is-active .ind-step-num{color:var(--cyan)}.ind-step.is-active .ind-step-title{font-size:22px;font-weight:800}.ind-step.is-active .ind-step-ar{opacity:1;transform:none}.ind-step.is-active .ind-step-desc{opacity:1;max-height:120px;margin-top:10px}.ind-step.is-active .ind-step-foot{opacity:1;max-height:48px;margin-top:14px}.ind-step.is-active .ind-step-fill{animation:7s linear forwards indStepCycle}.ind-story.is-paused .ind-step-fill{animation-play-state:paused}@keyframes indStepCycle{to{transform:scaleY(1)}}.ind-step:focus-visible{outline:2px solid var(--brand);outline-offset:3px}.ind-media{contain:layout paint;flex-direction:column;gap:14px;min-width:0;display:flex}.ind-media-frame{min-height:var(--ind-media-h);background:#0e1430;border:1px solid #0e14301a;border-radius:28px;flex:1;position:relative;overflow:hidden;box-shadow:0 20px 48px -32px #0e143066}html[data-motion] .industries:not(.is-inview) .ind-media-frame{opacity:0}.industries.is-inview .ind-media-frame{animation:.9s cubic-bezier(.16,1,.3,1) both mediaOpenLeo}.ind-media-stack{position:absolute;inset:0}.ind-media-layer{opacity:0;transition:opacity .28s;position:absolute;inset:0}.ind-media-layer.is-active{opacity:1;z-index:2}.ind-media-layer.is-prev{opacity:0;z-index:1;pointer-events:none}.ind-media-photo{object-fit:cover;width:100%;height:100%;display:block;position:absolute;inset:0}.ind-media-poster{z-index:1}.ind-media-video{z-index:2;object-position:center;opacity:0;background:0 0;transition:opacity .35s}.ind-media-video.is-ready{opacity:1}.ind-media-fallback{background:linear-gradient(145deg,#161c44,#3b4de0 60%,#06b6d4);width:100%;height:100%}.ind-media-overlay{z-index:3;pointer-events:none;background:linear-gradient(#080c2014 0%,#080c2024 45%,#080c20b8 100%);position:absolute;inset:0}.ind-media-spot{display:none}.ind-media-hud{z-index:5;pointer-events:none;color:#ffffffb8;padding:18px 20px;position:absolute;inset:0}.ind-media-hud-top{letter-spacing:.14em;justify-content:space-between;align-items:center;font-family:IBM Plex Mono,monospace;font-size:10px;display:flex}.ind-media-online{color:#7cf5c8;align-items:center;gap:6px;display:inline-flex}.ind-media-online i{background:#7cf5c8;border-radius:50%;width:6px;height:6px;display:block}.ind-media-hud-corners span{border:1px solid #ffffff59;width:18px;height:18px;position:absolute}.ind-media-hud-corners span:first-child{border-bottom:0;border-right:0;top:14px;left:14px}.ind-media-hud-corners span:nth-child(2){border-bottom:0;border-left:0;top:14px;right:14px}.ind-media-hud-corners span:nth-child(3){border-top:0;border-right:0;bottom:14px;left:14px}.ind-media-hud-corners span:nth-child(4){border-top:0;border-left:0;bottom:14px;right:14px}.ind-media-hud-bottom{display:none}.ind-media-caption{z-index:6;flex-wrap:wrap;align-items:center;gap:12px 18px;padding:22px 24px;display:flex;position:absolute;bottom:0;left:0;right:0}.ind-media-num{letter-spacing:.14em;color:var(--cyan-bright);font-family:IBM Plex Mono,monospace;font-size:12px}.ind-media-label{letter-spacing:.12em;color:#ffffffb3;font-family:IBM Plex Mono,monospace;font-size:11px}.ind-media-cta{color:#fff;align-items:center;gap:8px;margin-left:auto;font-family:IBM Plex Mono,monospace;font-size:12.5px;font-weight:600;text-decoration:none;display:inline-flex}.ind-media-cta:hover{color:var(--cyan-bright)}.ind-media-cta:focus-visible{outline:2px solid var(--cyan-bright);outline-offset:4px;border-radius:4px}.ind-progress{background:#0e143014;border-radius:2px;align-items:center;gap:14px;height:2px;display:flex;position:relative}.ind-progress-bar{background:linear-gradient(90deg,var(--brand),var(--cyan));border-radius:2px;height:100%;transition:width .55s cubic-bezier(.16,1,.3,1);position:absolute;top:0;bottom:0;left:0}.ind-progress-cycle{z-index:2;background:linear-gradient(90deg,var(--cyan-bright),var(--brand));transform-origin:0;width:100%;animation:6.5s linear forwards indCycleProgress;position:absolute;top:0;bottom:0;left:0;transform:scaleX(0)}.ind-media.is-paused .ind-progress-cycle{animation-play-state:paused}@keyframes indCycleProgress{to{transform:scaleX(1)}}.ind-progress-text{letter-spacing:.1em;color:var(--muted);font-family:IBM Plex Mono,monospace;font-size:11px;position:absolute;top:10px;right:0}.ind-mobile{flex-direction:column;gap:18px;margin-bottom:48px;display:none}.ind-mcard{border:1px solid var(--line);background:var(--white);opacity:0;border-radius:20px;transition:opacity .7s cubic-bezier(.16,1,.3,1),transform .75s cubic-bezier(.16,1,.3,1);overflow:hidden;transform:translateY(28px);box-shadow:0 16px 36px -28px #0e143059}.ind-mcard.is-in{opacity:1;transform:none}.ind-mcard.is-in .ind-mcard-media{animation:.85s cubic-bezier(.16,1,.3,1) both mediaOpenLeo}.ind-mcard-media{background:#0e1430;height:clamp(240px,58vw,300px);position:relative}.ind-mcard-media img,.ind-mcard-media .ind-media-fallback,.ind-mcard-video{object-fit:cover;width:100%;height:100%;display:block}.ind-mcard-video{opacity:0;z-index:1;transition:opacity .45s;position:absolute;inset:0}.ind-mcard-video.is-ready{opacity:1}.ind-mcard-media img{z-index:0;position:absolute;inset:0}.ind-mcard-badge{z-index:2;letter-spacing:.12em;color:#fff;background:#080c20b3;border-radius:999px;padding:6px 10px;font-family:IBM Plex Mono,monospace;font-size:10px;position:absolute;bottom:14px;left:14px}.ind-mcard-body{padding:18px 18px 20px}.ind-mcard-num{letter-spacing:.14em;color:var(--brand);font-family:IBM Plex Mono,monospace;font-size:11px}.ind-mcard h3{letter-spacing:-.02em;margin:8px 0 0;font-family:Archivo,sans-serif;font-size:22px}.ind-mcard p{color:var(--ink-2);margin:10px 0 0;font-size:14.5px;line-height:1.5}.ind-mcard a{color:var(--brand);gap:8px;margin-top:14px;font-family:IBM Plex Mono,monospace;font-size:12.5px;font-weight:600;display:inline-flex}.ind-close{border-top:1px solid #0e14301a;flex-wrap:wrap;justify-content:space-between;align-items:center;gap:28px;margin-top:8px;padding-top:36px;display:flex}.ind-close-text{letter-spacing:-.02em;color:var(--ink);max-width:18ch;margin:0;font-family:Archivo,sans-serif;font-size:clamp(22px,2.4vw,30px);font-weight:700;line-height:1.15}.ind-close-actions{flex-wrap:wrap;gap:12px;display:flex}.industries.is-reduced .ind-bg-grid,.industries.is-lite .ind-bg-grid{opacity:.22}.industries.is-reduced .ind-line-word-inner{opacity:1!important;transition:none!important;transform:none!important}.industries.is-lite .ind-line-word-inner{transition-duration:.35s}.industries.is-lite .ind-mcard{transition-duration:.4s}.industries.is-lite .ind-mcard.is-in .ind-mcard-media{animation-duration:.55s}.industries.is-reduced .ind-mcard{opacity:1!important;transition:none!important;transform:none!important}.industries.is-reduced .ind-mcard .ind-mcard-media{animation:none!important}.industries.is-reduced .ind-media-layer,.industries.is-lite .ind-media-layer{transition:opacity .2s!important}.industries.is-reduced .ind-media-layer.is-active,.industries.is-lite .ind-media-layer.is-active{opacity:1}.industries.is-lite .ind-bg-glow,.industries.is-lite .ind-media-hud{display:none}.industries.is-lite .ind-step{transition:opacity .2s,background .2s}.industries.is-lite .ind-step.is-active{box-shadow:none;transform:none}.industries.is-lite .ind-step-fill,.industries.is-reduced .ind-step-fill{animation:none;transform:scaleY(1)}.tech{--acc:#22d3ee;isolation:isolate;color:#f4f7ff;background:radial-gradient(65% 80% at 10% 42%,#264de047,#0000 68%),radial-gradient(55% 70% at 92% 12%,#06b6d429,#0000 65%),linear-gradient(135deg,#080d22 0%,#0b1431 54%,#101d42 100%);position:relative;overflow:hidden}.tech:before{content:"";z-index:-2;pointer-events:none;opacity:.28;background-image:linear-gradient(#7e9ed81f 1px,#0000 1px),linear-gradient(90deg,#7e9ed81f 1px,#0000 1px);background-size:68px 68px;position:absolute;inset:0;-webkit-mask-image:linear-gradient(90deg,#000,#0000 74%);mask-image:linear-gradient(90deg,#000,#0000 74%)}.tech-atmosphere{z-index:-1;pointer-events:none;position:absolute;inset:0;overflow:hidden}.tech-glow{filter:blur(90px);background:#22d3ee1a;border-radius:50%;width:460px;height:460px;position:absolute;top:25%;left:-180px}.tech-orbit{opacity:0;border:1px solid #67e8f921;border-radius:50%;transition:opacity 1.2s,transform 1.8s cubic-bezier(.16,1,.3,1);position:absolute;transform:scale(.76)}.tech-orbit-a{width:620px;height:620px;top:-250px;right:-300px}.tech-orbit-b{width:420px;height:420px;top:-150px;right:-170px}.tech.is-inview .tech-orbit{opacity:1;transform:scale(1)}.tech-grid{grid-template-columns:minmax(0,.9fr) minmax(520px,1.1fr);align-items:center;gap:clamp(56px,8vw,112px);display:grid}.tech-copy{opacity:0;transition:opacity .7s,transform .9s cubic-bezier(.16,1,.3,1);position:relative;transform:translateY(28px)}.tech.is-inview .tech-copy{opacity:1;transform:none}.tech .eyebrow{color:#67e8f9}.tech-copy h2{color:#fff;letter-spacing:-.045em;max-width:12ch;margin-top:18px;font-size:clamp(38px,4.7vw,66px);line-height:.98}.tech-copy>p{color:#e1e9fab3;max-width:58ch;margin-top:26px;font-size:17px;line-height:1.7}.tech-quote{-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);background:#ffffff0e;border:1px solid #67e8f92e;border-radius:18px;align-items:flex-start;gap:16px;margin-top:34px;padding:22px 24px;display:flex;box-shadow:inset 0 1px #ffffff0f}.tech-quote-mark{color:#67e8f9;font-family:Georgia,serif;font-size:42px;line-height:.65}.tech-quote strong{color:#f4f7ff;font-size:16px;line-height:1.5}.tech-proof{background:#ffffff1a;border:1px solid #ffffff1a;border-radius:18px;grid-template-columns:repeat(3,1fr);gap:1px;margin-top:24px;display:grid;overflow:hidden}.tech-proof>div{background:#080d22b8;flex-direction:column;justify-content:center;min-height:96px;padding:18px;display:flex}.tech-proof strong{color:#fff;font-family:Archivo,sans-serif;font-size:22px;line-height:1}.tech-proof span{color:#e1e9fa94;margin-top:8px;font-size:11px;line-height:1.35}.tech-list{grid-template-columns:repeat(2,minmax(0,1fr));gap:16px;display:grid}.tech .tech-item{opacity:0;min-height:220px;transition:opacity .6s ease var(--tech-delay),transform .75s cubic-bezier(.16,1,.3,1) var(--tech-delay),border-color .3s ease,background .3s ease;background:linear-gradient(145deg,#ffffff1b,#ffffff0b);border:1px solid #9ab1de29;border-radius:22px;padding:26px;position:relative;transform:translateY(30px)scale(.97);box-shadow:0 24px 60px -40px #000c,inset 0 1px #ffffff17}.tech.is-inview .tech-item{opacity:1;transform:none}.tech .tech-item:hover{background:linear-gradient(145deg,#264de038,#ffffff12);border-color:#67e8f980;transform:translateY(-5px)}.tech .tech-item-head{align-items:center;gap:12px;display:flex}.tech .tech-item .ti-num{color:#67e8f9;letter-spacing:.14em;font-family:IBM Plex Mono,monospace;font-size:11px}.tech .tech-item-line{background:linear-gradient(90deg,#67e8f973,#0000);flex:1;height:1px}.tech .tech-item-arrow{color:#ffffff9e;border:1px solid #ffffff1f;border-radius:50%;place-items:center;width:30px;height:30px;transition:all .3s;display:grid}.tech .tech-item:hover .tech-item-arrow{color:#67e8f9;border-color:#67e8f9;transform:rotate(45deg)}.tech .tech-item-body{margin-top:48px}.tech .tech-item h3{color:#fff;letter-spacing:-.02em;font-size:20px;line-height:1.15}.tech .tech-item p{color:#e1e9faa3;margin-top:10px;font-size:13.5px;line-height:1.55}.cta-band{--acc:var(--cyan-bright);color:#fff;background:radial-gradient(100% 130% at 80% 0,#22d3ee4d,#0000 55%),linear-gradient(135deg,#3b4de0,#2a2e8f 70%,#23267a);position:relative;overflow:hidden}#cta-canvas{z-index:1;pointer-events:none;opacity:.85;width:100%;height:100%;position:absolute;inset:0}.cta-inner{z-index:2;text-align:center;max-width:760px;margin:0 auto;position:relative}.cta-inner .eyebrow{color:#bfe9f5;justify-content:center}.cta-inner .eyebrow:before{background:#bfe9f5}.cta-inner h2{color:#fff;font-size:clamp(32px,5vw,58px)}.cta-inner h2 .accent{color:#9cf0ff}.cta-inner p{color:#d5dbff;max-width:520px;margin:22px auto 0;font-size:18px}.cta-inner .hero-cta{justify-content:center;margin-top:36px}.cta-inner .btn-primary{color:var(--brand);background:#fff}.cta-inner .btn-primary:hover{background:#eef0ff}.cta-inner .btn-ghost{color:#fff;border-color:#ffffff59}.cta-inner .btn-ghost:hover{color:#9cf0ff;border-color:#9cf0ff}footer{background:var(--navy);color:#c7cdee;padding:64px 0 40px}.foot-grid{grid-template-columns:1.6fr 1fr 1fr 1fr;gap:40px;display:grid}.foot-brand .word{letter-spacing:.16em;color:#fff;font-family:Archivo Expanded,Archivo,sans-serif;font-size:20px;font-weight:700}.foot-brand p{color:#9aa2c8;max-width:300px;margin-top:18px;font-size:14px}.foot-col h4{letter-spacing:.12em;text-transform:uppercase;color:#8089b0;margin-bottom:18px;font-family:IBM Plex Mono,monospace;font-size:12px;font-weight:500}.foot-col a{color:#c7cdee;margin-bottom:11px;font-size:14.5px;transition:color .2s,transform .2s;display:block}.foot-col a:hover{color:var(--cyan-bright);transform:translate(3px)}.foot-bottom{border-top:1px solid var(--navy-line);flex-wrap:wrap;justify-content:space-between;align-items:center;gap:14px;margin-top:54px;padding-top:26px;display:flex}.foot-bottom span{color:#8089b0;letter-spacing:.04em;font-family:IBM Plex Mono,monospace;font-size:12px}.reveal{opacity:0;transition:opacity .65s cubic-bezier(.22,1,.36,1),transform .75s cubic-bezier(.22,1,.36,1);transition-delay:var(--reveal-delay,0s);transform:translateY(22px)}.reveal.in{opacity:1;transform:none}@media (max-width:980px){.tech-grid,.sec-cols{grid-template-columns:1fr;gap:40px}.tech-copy{max-width:760px}.tech-copy h2{max-width:14ch}.stats-grid{grid-template-columns:repeat(2,1fr)}.stat{border-right:1px solid var(--line);border-bottom:1px solid var(--line)}.stat:nth-child(2n){border-right:0}.stat:nth-last-child(-n+2){border-bottom:0}.ind-intro{grid-template-columns:1fr 1fr;gap:28px 40px}.ind-intro-title{max-width:20ch;font-size:clamp(40px,5vw,54px)}.ind-story-grid{grid-template-columns:minmax(240px,.4fr) minmax(0,1.6fr);gap:36px}.industries{--ind-media-h:clamp(480px,58vh,600px)}.scene-stage{border-radius:28px;min-height:500px}.scene-stage-content h3{font-size:clamp(28px,4vw,40px)}.scene-tabs{grid-template-columns:repeat(3,minmax(0,1fr));gap:8px}.scene-tab{border-radius:18px;padding:12px 14px}.foot-grid{grid-template-columns:1fr 1fr}}@media (max-width:720px){.wrap{padding:0 16px}.sec-head{max-width:none;margin-bottom:28px}.sec-head h2{margin-top:12px;font-size:clamp(28px,8vw,38px)}.sec-head p{margin-top:12px;font-size:15px;line-height:1.5}.nav{padding:0 12px 0 18px;overflow:visible}.nav-shell.is-entered .nav{clip-path:none}.navlinks{z-index:130;-webkit-backdrop-filter:blur(16px);backdrop-filter:blur(16px);border:1px solid var(--line);opacity:0;visibility:hidden;pointer-events:none;background:#fffffffa;border-radius:18px;flex-direction:column;align-items:stretch;gap:4px;padding:14px;transition:opacity .25s,transform .25s,visibility .25s;position:absolute;top:calc(100% + 12px);left:0;right:0;transform:translateY(-8px);box-shadow:0 18px 40px -20px #0e143066}.navlinks.open{opacity:1;visibility:visible;pointer-events:auto;transform:none}.navlinks a.link{padding:13px 16px;font-size:16px}.navlinks a.link:after{display:none}.navlinks a.link.is-active{color:var(--brand);background:#3b4de014}.nav-div{display:none}.navlinks .btn{justify-content:center;margin-top:8px}.menu-toggle{z-index:131;justify-content:center;align-items:center;display:inline-flex;position:relative}.sol-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:12px}.sol{border-radius:14px;padding:18px 14px 16px}.sol:hover{box-shadow:none;transform:none}.sol .idx{font-size:11px}.sol .ico{width:34px;height:34px;margin:12px 0 10px}.sol h3{letter-spacing:-.02em;font-size:17px}.sol p{margin-top:8px;font-size:12.5px;line-height:1.45}.sol ul{display:none}.sol:last-child:nth-child(odd){grid-column:1/-1;justify-self:center;width:min(100%,50% - 6px)}.stats-grid{grid-template-columns:repeat(2,1fr)}.tech-grid{gap:42px}.tech-copy h2{font-size:clamp(36px,11vw,48px)}.tech-copy>p{font-size:15.5px}.tech-proof{grid-template-columns:1fr}.tech-proof>div{min-height:auto;padding:16px 18px}.tech-list{grid-template-columns:repeat(2,minmax(0,1fr));gap:10px}.tech .tech-item{opacity:0;min-height:0;transition:opacity .5s cubic-bezier(.22,1,.36,1) var(--tech-delay,0s), transform .58s cubic-bezier(.22,1,.36,1) var(--tech-delay,0s), border-color .3s ease,background .3s ease;border-radius:16px;padding:14px 12px 16px;transform:translateY(16px)scale(.985)}.tech.is-inview .tech-item{opacity:1;transform:none}.tech .tech-item:hover{transform:none}.tech .tech-item:first-child{--tech-delay:40ms!important}.tech .tech-item:nth-child(2){--tech-delay:95ms!important}.tech .tech-item:nth-child(3){--tech-delay:40ms!important}.tech .tech-item:nth-child(4){--tech-delay:95ms!important}.tech .tech-item:nth-child(5){--tech-delay:40ms!important}.tech .tech-item:nth-child(6){--tech-delay:95ms!important}.tech .tech-item-head{gap:8px}.tech .tech-item .ti-num{font-size:10px}.tech .tech-item-arrow{width:24px;height:24px;font-size:11px}.tech .tech-item-body{margin-top:14px}.tech .tech-item h3{font-size:14px;line-height:1.2}.tech .tech-item p{-webkit-line-clamp:3;-webkit-box-orient:vertical;margin-top:6px;font-size:11.5px;line-height:1.4;display:-webkit-box;overflow:hidden}.tech .tech-item:last-child:nth-child(odd){grid-column:1/-1;justify-self:center;width:min(100%,50% - 5px)}.sec-points{grid-template-columns:repeat(2,minmax(0,1fr));gap:10px;display:grid}.sec-point{border-radius:14px;flex-direction:column;gap:10px;padding:14px 12px 16px}.sec-point:hover{transform:none}.sec-point .sp-ico{width:26px;height:26px}.sec-point h3{font-size:13.5px;line-height:1.25}.sec-point p{-webkit-line-clamp:4;-webkit-box-orient:vertical;margin-top:4px;font-size:11.5px;line-height:1.4;display:-webkit-box;overflow:hidden}.sec-point:last-child:nth-child(odd){grid-column:1/-1;justify-self:center;width:min(100%,50% - 5px)}.industries{padding:72px 0 64px}.ind-shell{width:min(100% - 32px, var(--ind-max))}.ind-intro{grid-template-columns:1fr;gap:22px;margin-bottom:36px}.ind-intro-title{max-width:none;font-size:clamp(34px,8.5vw,42px)}.ind-story{display:none}.ind-mobile{display:flex}.ind-close{flex-direction:column;align-items:flex-start}.stat{border-right:1px solid var(--line);border-bottom:1px solid var(--line);padding:28px 16px}.stat:nth-child(2n){border-right:0}.stat:nth-last-child(-n+2){border-bottom:0}.stat .num{font-size:clamp(32px,9vw,40px)}.stat .num .u{font-size:clamp(18px,5vw,24px)}.stat .lab{letter-spacing:.08em;margin-top:10px;font-size:11px;line-height:1.35}.foot-grid{grid-template-columns:1fr 1fr}.scene-frame{background:#0b1228;border-radius:24px;gap:0;overflow:hidden;box-shadow:0 28px 60px -36px #080d228c}.scene-stage{min-height:min(380px,54vh);box-shadow:none;border-radius:0;animation:.5s cubic-bezier(.22,1,.36,1) both premiumFade}.scene-stage-content{justify-content:flex-end;max-width:100%;padding:28px 22px 22px}.scene-stage-content h3{max-width:14ch;margin-top:12px;font-size:clamp(26px,7vw,32px)}.scene-stage-content p{max-width:34ch;margin-top:10px;font-size:14px}.scene-stage-scrim{background:linear-gradient(#0508121f 0%,#05081273 58%,#050812eb 100%)}.scene-chrome{background:linear-gradient(#0b1228eb,#0b1228);border-top:1px solid #ffffff14;gap:10px;padding:12px 12px 14px}.scene-tabs{grid-template-columns:repeat(3,minmax(0,1fr));gap:8px}.scene-tab{text-align:left;color:#eff3ffb8;box-shadow:none;background:#ffffff0d;border:1px solid #ffffff1a;border-radius:14px;align-items:flex-start;gap:6px;padding:12px 8px;transform:none}.scene-tab:hover{border-color:#67e8f959;transform:none}.scene-tab.is-active{color:#0e1430;background:#fff;border-color:#0000;box-shadow:0 10px 24px -16px #22d3ee8c}.scene-tab-num{color:#67e8f9d9;letter-spacing:.12em;font-size:9px}.scene-tab.is-active .scene-tab-num{color:var(--brand)}.scene-tab strong{font-size:12px;font-weight:650;line-height:1.25}.scene-progress{background:#ffffff1a;display:block}.scene-progress-bar{background:linear-gradient(90deg,#67e8f9,var(--brand))}section{padding:74px 0}.hero{min-height:auto;padding:130px 0 66px}.scroll-cue{display:none}.reveal{transition:opacity .48s cubic-bezier(.22,1,.36,1),transform .55s cubic-bezier(.22,1,.36,1);transition-delay:var(--reveal-delay,0s);transform:translateY(14px)}.reveal.in{opacity:1;transform:none}.sec-points.reveal .sec-point{opacity:0;transition:opacity .45s cubic-bezier(.22,1,.36,1),transform .5s cubic-bezier(.22,1,.36,1);transform:translateY(12px)}.sec-points.reveal.in .sec-point{opacity:1;transform:none}.sec-points.reveal.in .sec-point:first-child{transition-delay:30ms}.sec-points.reveal.in .sec-point:nth-child(2){transition-delay:90ms}.sec-points.reveal.in .sec-point:nth-child(3){transition-delay:.15s}.sec-points.reveal.in .sec-point:nth-child(4){transition-delay:.21s}.sec-points.reveal.in .sec-point:nth-child(5){transition-delay:.27s}.sec-points.reveal.in .sec-point:nth-child(6){transition-delay:.33s}.method-grid>.reveal:first-child{--reveal-delay:0s}.method-grid>.reveal:nth-child(2){--reveal-delay:50ms}.method-grid>.reveal:nth-child(3){--reveal-delay:0s}.method-grid>.reveal:nth-child(4){--reveal-delay:50ms}.method-grid>.reveal:nth-child(5){--reveal-delay:0s}.method-grid>.reveal:nth-child(6){--reveal-delay:50ms}.method-grid>.reveal:nth-child(7){--reveal-delay:30ms}.sol-grid>.reveal:nth-child(odd){--reveal-delay:0s}.sol-grid>.reveal:nth-child(2n){--reveal-delay:55ms}.stats-grid>.reveal:first-child{--reveal-delay:0s}.stats-grid>.reveal:nth-child(2){--reveal-delay:60ms}.stats-grid>.reveal:nth-child(3){--reveal-delay:0s}.stats-grid>.reveal:nth-child(4){--reveal-delay:60ms}.ind-mcard{opacity:0;transition:opacity .55s cubic-bezier(.22,1,.36,1),transform .6s cubic-bezier(.22,1,.36,1);transform:translateY(18px)scale(.985)}.ind-mcard.is-in{opacity:1;transform:none}.ind-mcard.is-in .ind-mcard-media{animation:.62s cubic-bezier(.22,1,.36,1) both mediaOpenLite}.uc-showcase{transition:opacity .5s cubic-bezier(.22,1,.36,1),transform .55s cubic-bezier(.22,1,.36,1);transform:translateY(14px)}.m-reveal{transition:opacity .48s cubic-bezier(.22,1,.36,1),transform .55s cubic-bezier(.22,1,.36,1);transition-delay:var(--m-delay,0s);transform:translateY(14px)}}@media (prefers-reduced-motion:reduce){*{scroll-behavior:auto!important;transition:none!important;animation:none!important}.reveal,.h-rise,.line-mask>span,.m-reveal,.m-split-inner,.nav-enter,.tech-copy,.tech-item,.ind-mcard,.sec-points.reveal .sec-point{opacity:1!important;filter:none!important;transform:none!important}.ind-mcard .ind-mcard-media{animation:none!important}}.m-reveal{opacity:0;transition:opacity .7s cubic-bezier(.16,1,.3,1),transform .75s cubic-bezier(.16,1,.3,1);transition-delay:var(--m-delay,0s);will-change:auto;transform:translateY(22px)}.m-reveal-left{transform:translate(-28px)}.m-reveal-right{transform:translate(28px)}.m-reveal-scale{transform:scale(.96)}.m-reveal-fade{transform:none}.m-reveal.is-in{opacity:1;transform:none}.m-split-word{vertical-align:baseline;display:inline-block;overflow:hidden}.m-split-inner{opacity:0;filter:blur(4px);transition:opacity .55s,transform .65s cubic-bezier(.16,1,.3,1),filter .65s;display:inline-block;transform:translateY(1.1em)}.m-split-inner.is-in{opacity:1;filter:none;transform:none}html[data-motion=lite] .hero-photo,body.motion-lite .hero-photo,html[data-motion=reduced] .hero-photo,body.motion-reduced .hero-photo{transform:scaleX(-1)scale(1.04);animation:none!important}html[data-motion=lite] .hero-media-playlist,body.motion-lite .hero-media-playlist,html[data-motion=lite] .industries.is-inview .ind-media-frame,body.motion-lite .industries.is-inview .ind-media-frame{animation:.55s cubic-bezier(.16,1,.3,1) both mediaOpenLite}@keyframes mediaOpenLite{0%{opacity:0;transform:scale(.97)}to{opacity:1;transform:none}}html[data-motion=reduced] .hero-media-playlist,body.motion-reduced .hero-media-playlist,html[data-motion=reduced] .industries.is-inview .ind-media-frame,body.motion-reduced .industries.is-inview .ind-media-frame{clip-path:none;opacity:1;animation:none;transform:none}html[data-motion=lite] .nav,body.motion-lite .nav{-webkit-backdrop-filter:none;background:#fffffff5}html[data-motion=lite] .m-reveal,body.motion-lite .m-reveal{transition-duration:.4s}html[data-motion=lite] .reveal,body.motion-lite .reveal{transition-duration:.42s;transform:translateY(12px)}html[data-motion=lite] .ind-mcard,body.motion-lite .ind-mcard{transition-duration:.42s;transform:translateY(14px)}html[data-motion=lite] .m-split-inner,body.motion-lite .m-split-inner{filter:none}html[data-motion=lite] .ind-media-layer.is-active,body.motion-lite .ind-media-layer.is-active,html[data-motion=lite] .brand .mark .ring,body.motion-lite .brand .mark .ring{animation:none}html[data-motion=reduced] .m-reveal,body.motion-reduced .m-reveal{opacity:1;transition:none;transform:none}html[data-motion=reduced] .nav-shell.is-entered .nav,body.motion-reduced .nav-shell.is-entered .nav,html[data-motion=reduced] .ind-media-layer.is-active,body.motion-reduced .ind-media-layer.is-active{clip-path:none;opacity:1;animation:none;transform:none}@keyframes premiumFade{0%{opacity:0}to{opacity:1}}@media (max-width:720px){.hero-photo{animation:none!important}.nav{-webkit-backdrop-filter:none;background:#fffffff5}}:focus-visible{outline:2px solid var(--brand);outline-offset:3px;border-radius:4px}.pk-wrap{max-width:var(--maxw);margin:0 auto;padding:26px 32px}.pk-heading{letter-spacing:-.02em;color:var(--ink);margin:0;font-family:Archivo,sans-serif;font-weight:800;line-height:1.12}.pk-text{color:var(--ink-2);margin:0;font-size:17px;line-height:1.7}.pk-img{border-radius:14px;max-width:100%;height:auto;display:block}.pk-cols{gap:24px;display:grid}.pk-card{background:var(--white);border:1px solid var(--line);border-radius:16px;padding:28px}.pk-card h3{color:var(--ink);margin:0;font-family:Archivo,sans-serif;font-size:20px}.pk-card p{color:var(--ink-2);margin-top:10px;font-size:15px;line-height:1.6}.pk-divider{background:var(--line);border:0;height:1px;margin:0}.pk-btnrow{flex-wrap:wrap;gap:14px;display:flex}.pk-align-center{text-align:center}.pk-align-center .pk-btnrow{justify-content:center}.pk-align-right{text-align:right}.pk-align-right .pk-btnrow{justify-content:flex-end}@media (max-width:720px){.pk-hide-mobile{display:none!important}.pk-cols{grid-template-columns:1fr!important}.pk-wrap{padding:20px 16px}.pk-card{border-radius:14px;padding:16px 14px}.pk-form-card{border-radius:16px;margin:0;padding:22px 16px}}@media (min-width:721px){.pk-hide-desktop{display:none!important}}.pk-offset{transform:translate(var(--pk-tx,0px),var(--pk-ty,0px));position:relative}@media (max-width:720px){.pk-offset{position:static!important;transform:none!important}}.pk-form-card{background:var(--white);border:1px solid var(--line);border-radius:20px;max-width:640px;margin:0 auto;padding:36px;box-shadow:0 20px 60px #0e14302e}.pk-form-intro{margin-bottom:22px}.pk-form-intro .eyebrow{letter-spacing:.12em;text-transform:uppercase;color:var(--brand);margin-bottom:8px;font-family:IBM Plex Mono,monospace;font-size:12px}.pk-form{flex-direction:column;gap:16px;display:flex}.pk-form-field{flex-direction:column;gap:6px;display:flex}.pk-form-label{letter-spacing:.08em;text-transform:uppercase;color:var(--muted);font-family:IBM Plex Mono,monospace;font-size:11.5px;font-weight:600}.pk-form-label .req,.pk-form-checkbox-label .req{color:var(--coral)}.pk-form-input{font:inherit;border:1px solid var(--line);background:var(--white);color:var(--ink);border-radius:10px;padding:13px 14px;font-size:15px}.pk-form-input::placeholder{color:var(--muted)}.pk-form-input:focus{border-color:var(--brand);outline:none;box-shadow:0 0 0 3px #3b4de026}textarea.pk-form-input{resize:vertical;min-height:110px}.pk-form-submit{text-align:center;justify-content:center;width:100%;padding-top:15px;padding-bottom:15px;font-size:15.5px}.pk-form-card h2.pk-heading{margin-bottom:22px;font-size:26px}.pk-form-field-checkbox .pk-form-checkbox-label{color:var(--ink-2);align-items:center;gap:10px;font-size:14.5px;display:flex}.pk-form-error{color:#c0392b;background:#c0392b14;border-radius:8px;padding:10px 12px;font-size:14px}.pk-form-success{color:var(--ink);font-size:16px;line-height:1.6}.pk-form-hint{color:var(--muted);text-align:center;padding:24px;font-size:14px}.hero-grid{grid-template-columns:minmax(0,1fr) 420px;align-items:center;gap:56px;width:100%;display:grid}.hero-form-col{min-width:0}.hero-form-col .pk-form-card{max-width:100%;margin:0}.pk-form-card-crm{padding-bottom:20px}.crm-form-container{width:100%;min-height:650px}.crm-form-container iframe{border:0;width:100%;display:block}@media (max-width:980px){.hero-grid{grid-template-columns:1fr}.hero-form-col{max-width:460px}}.thanks-page{background:#05080f;align-items:center;min-height:calc(100vh - 120px);padding:140px 0 100px;display:flex;position:relative;overflow:hidden}.thanks-bg{pointer-events:none;background:radial-gradient(55% 45% at 70% 20%,#22d3ee2e,#0000 70%),radial-gradient(50% 40% at 20% 80%,#3b4de038,#0000 65%),linear-gradient(160deg,#05080f 0%,#0e1430 55%,#121a3a 100%);position:absolute;inset:0}.thanks-inner{z-index:1;max-width:720px;position:relative}.thanks-eyebrow{color:var(--cyan-bright)!important}.thanks-eyebrow:before{background:var(--cyan-bright)!important}.thanks-title{color:#fff;margin:20px 0 0;font-size:clamp(36px,6vw,64px);line-height:1.05}.thanks-title .accent{background:linear-gradient(90deg,#7c8cff,var(--cyan-bright));color:#0000;-webkit-background-clip:text;background-clip:text}.thanks-lead{color:#c9d0ec;max-width:560px;margin:22px 0 0;font-size:clamp(17px,2vw,20px);line-height:1.55}.thanks-actions{flex-wrap:wrap;gap:14px;margin-top:36px;display:flex}.thanks-wa{color:#062816;background:#25d366;border-color:#0000}.thanks-wa:hover{color:#062816;background:#1ebe57;box-shadow:0 10px 24px -8px #25d3668c}.thanks-page .btn-ghost{color:#fff;border-color:#ffffff47}.thanks-page .btn-ghost:hover{border-color:var(--cyan-bright);color:var(--cyan-bright)}.thanks-note{color:#c9d0ecbf;margin-top:28px;font-size:14.5px}.thanks-note a{color:var(--cyan-bright);text-underline-offset:3px;text-decoration:underline}@media (max-width:720px){.thanks-page{padding:120px 0 80px}.thanks-actions{flex-direction:column}.thanks-actions .btn{justify-content:center}.hero .video-tag{align-items:flex-start}.hero .video-tag .pl{margin-top:1px}}.method{--acc:var(--brand);background:var(--white)}.method-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:16px;display:grid}.method .tech-item{border:1px solid var(--line);background:var(--paper);border-radius:14px;align-items:flex-start;gap:20px;padding:24px 26px;transition:all .3s cubic-bezier(.16,1,.3,1);display:flex}.method .tech-item:hover{border-color:#3b4de059;transform:translateY(-3px);box-shadow:0 14px 30px -22px #0e143059}.method .tech-item .ti-num{color:var(--brand);flex:none;padding-top:3px;font-family:IBM Plex Mono,monospace;font-size:13px}.method .tech-item h3{font-size:18px}.method .tech-item p{color:var(--ink-2);margin-top:6px;font-size:14.5px}.method-cta{margin-top:44px}@media (max-width:980px){.method-grid{gap:12px}.method .tech-item{gap:14px;padding:20px 18px}}@media (max-width:720px){.method-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:10px}.method .tech-item{border-radius:14px;flex-direction:column;gap:8px;padding:14px 12px 16px}.method .tech-item:hover{box-shadow:none;transform:none}.method .tech-item .ti-num{letter-spacing:.12em;padding-top:0;font-size:10px}.method .tech-item h3{letter-spacing:-.02em;font-size:15px;line-height:1.2}.method .tech-item p{-webkit-line-clamp:5;-webkit-box-orient:vertical;margin-top:4px;font-size:12px;line-height:1.4;display:-webkit-box;overflow:hidden}.method .tech-item:last-child:nth-child(odd){grid-column:1/-1;justify-self:center;width:min(100%,50% - 5px)}.method-cta{flex-wrap:wrap;margin-top:28px}.method-cta .btn{flex:100%;justify-content:center}}.sol-category{color:var(--muted);text-transform:uppercase;letter-spacing:.08em;margin-top:14px;font-family:IBM Plex Mono,monospace;font-size:11px}.sol-detail h3{margin-top:6px}@media (max-width:720px){.solutions-detail .sol-category{margin-top:8px;font-size:10px}.solutions-detail .sol h3{font-size:15px;line-height:1.2}.solutions-detail .sol p{-webkit-line-clamp:4;-webkit-box-orient:vertical;margin-top:8px;font-size:12px;line-height:1.4;display:-webkit-box;overflow:hidden}.solutions-detail .sol ul{gap:6px;margin-top:12px;padding-top:12px}.solutions-detail .sol li{font-size:10.5px}.solutions-detail .sol li:nth-child(n+4){display:none}}.usecases{--acc:var(--violet);background:linear-gradient(#f7f8fb,#f1f3f8);overflow:hidden}.usecases .sec-head{max-width:820px}.uc-showcase{opacity:0;transition:opacity .7s,transform .8s cubic-bezier(.16,1,.3,1);transform:translateY(22px)}.uc-showcase.is-in{opacity:1;transform:none}.uc-stage{isolation:isolate;background:#080d22;border-radius:28px;min-height:clamp(580px,72vh,760px);animation:.45s both premiumFade;position:relative;overflow:hidden;box-shadow:0 38px 80px -48px #080d22a6}.uc-stage-photo{object-fit:cover;z-index:-3;width:100%;height:100%;animation:.55s both ucPhotoIn;position:absolute;inset:0;transform:scale(1.02)}@keyframes ucPhotoIn{0%{opacity:.35;transform:scale(1.04)}to{opacity:1;transform:scale(1.02)}}.uc-stage-scrim{z-index:-2;background:linear-gradient(90deg,#050812e6 0%,#050812b8 40%,#05081238 72%,#0508121a 100%),linear-gradient(#0000 48%,#050812e0 100%);position:absolute;inset:0}.uc-stage-content{min-height:inherit;color:#fff;flex-direction:column;justify-content:center;max-width:920px;padding:clamp(34px,6vw,78px);display:flex}.uc-stage-index{letter-spacing:.16em;color:#ffffffb8;align-items:center;gap:14px;font-family:IBM Plex Mono,monospace;font-size:11px;display:flex}.uc-stage-index span:first-child{color:var(--cyan-bright)}.uc-stage-index span+span:before{content:"";background:#fff6;width:36px;height:1px;margin:0 14px 3px 0;display:inline-block}.uc-stage h3{color:#fff;letter-spacing:-.035em;max-width:15ch;margin:24px 0 0;font-size:clamp(34px,4.4vw,64px);font-weight:600;line-height:1.05}.uc-stage-copy{grid-template-columns:minmax(0,.8fr) minmax(0,1.2fr);gap:28px 48px;max-width:820px;margin-top:36px;display:grid}.uc-stage-label{letter-spacing:.16em;text-transform:uppercase;color:var(--cyan-bright);font-family:IBM Plex Mono,monospace;font-size:10px}.uc-stage-copy p{color:#eff3ffe0;margin-top:8px;font-size:14.5px;line-height:1.55}.uc-stage-footer{justify-content:space-between;align-items:flex-end;gap:24px;margin-top:34px;display:flex}.uc-stage-tags{flex-wrap:wrap;gap:8px;display:flex}.uc-stage-tags span{letter-spacing:.06em;color:#fff;background:#070c2057;border:1px solid #ffffff40;border-radius:999px;padding:7px 11px;font-family:IBM Plex Mono,monospace;font-size:10.5px}.uc-stage-cta{color:#fff;border-bottom:1px solid #ffffff73;flex:none;align-items:center;gap:9px;padding-bottom:5px;font-family:IBM Plex Mono,monospace;font-size:12px;font-weight:600;display:inline-flex}.uc-stage-cta:hover{color:var(--cyan-bright);border-color:var(--cyan-bright)}.uc-selector{grid-template-columns:repeat(7,minmax(0,1fr));gap:8px;margin-top:16px;display:grid}.uc-selector-item{border:1px solid var(--line);text-align:left;cursor:pointer;background:#ffffffb3;border-radius:14px;min-width:0;padding:13px 12px;transition:background .25s,border-color .25s,transform .25s cubic-bezier(.16,1,.3,1)}.uc-selector-item:hover{border-color:#7c3aed59;transform:translateY(-2px)}.uc-selector-item>span{color:var(--muted);letter-spacing:.1em;font-family:IBM Plex Mono,monospace;font-size:9px;display:block}.uc-selector-item strong{color:var(--ink-2);white-space:nowrap;text-overflow:ellipsis;margin-top:5px;font-family:Archivo,sans-serif;font-size:11.5px;line-height:1.3;display:block;overflow:hidden}.uc-selector-item.is-active{background:var(--ink);border-color:var(--ink)}.uc-selector-item.is-active>span{color:var(--cyan-bright)}.uc-selector-item.is-active strong{color:#fff}.uc-selector-item:focus-visible{outline:2px solid var(--brand);outline-offset:2px}@media (max-width:980px){.uc-selector{scrollbar-width:thin;padding-bottom:8px;display:flex;overflow-x:auto}.uc-selector-item{flex:0 0 180px}}@media (max-width:720px){.uc-showcase{margin:0 -2px}.uc-stage{border-radius:18px;min-height:min(560px,78vh)}.uc-stage-content{justify-content:flex-end;padding:24px 16px 28px}.uc-stage-scrim{background:linear-gradient(#0508122e 0%,#050812bf 42%,#050812f5 100%)}.uc-stage h3{max-width:19ch;font-size:clamp(26px,7.5vw,32px)}.uc-stage-copy{grid-template-columns:1fr;gap:14px;margin-top:18px}.uc-stage-copy>div:first-child{display:none}.uc-stage-copy p{font-size:13.5px;line-height:1.45}.uc-stage-footer{flex-direction:column;align-items:flex-start;gap:14px;margin-top:18px}.uc-stage-tags span:nth-child(n+3){display:none}.uc-selector{gap:8px;margin-top:12px}.uc-selector-item{border-radius:12px;flex:0 0 148px;padding:11px 10px}.uc-selector-item strong{font-size:11px}}html[data-motion=lite] .uc-stage,body.motion-lite .uc-stage{clip-path:none;animation:.35s both premiumFade}html[data-motion=lite] .uc-stage-photo,body.motion-lite .uc-stage-photo{animation:none}html[data-motion=reduced] .uc-showcase,body.motion-reduced .uc-showcase{opacity:1;transition:none;transform:none}html[data-motion=reduced] .uc-stage,body.motion-reduced .uc-stage,html[data-motion=reduced] .uc-stage-photo,body.motion-reduced .uc-stage-photo{clip-path:none;animation:none}
