/* Homepage mockup — scoped under .home-root (updated) */
.home-root{
  --orange:#ff4f0a;
  --orange-dark:#d93a00;
  --black:#090b0d;
  --steel:#5f666c;
  --line:#dfe2e4;
  --paper:#f4f5f5;
  --white:#fff;
  --font-geist-sans:"Geist",system-ui,sans-serif;
  --font-geist-mono:"Geist Mono",ui-monospace,monospace;
  font-family:var(--font-geist-sans);
  color:var(--black);
  background:#fff;
  min-height:100vh;
  -webkit-font-smoothing:antialiased;
}
.home-root *,.home-root *::before,.home-root *::after{box-sizing:border-box}
.home-main{overflow-x:clip}
.home-root section{padding-left:0;padding-right:0}
.home-root h1,.home-root h2{font-family:var(--font-geist-sans)}

.home-root{--orange:#ff4f0a;--orange-dark:#d93a00;--black:#090b0d;--steel:#5f666c;--line:#dfe2e4;--paper:#f4f5f5;--white:#fff}.home-root *{box-sizing:border-box}.home-root{scroll-behavior:smooth}.home-root{color:var(--black);font-family:var(--font-geist-sans),Arial,sans-serif;background:#fff;margin:0}.home-root a{color:inherit;text-decoration:none}.home-root button{font:inherit}.home-root .home-main{overflow-x:clip}.home-root .section-label{font-family:var(--font-geist-mono);letter-spacing:.24em;color:var(--orange);margin:0;font-size:10px;font-weight:700}.home-root .site-header{z-index:50;-webkit-backdrop-filter:blur(18px);backdrop-filter:blur(18px);background:#ffffffde;border-bottom:1px solid #0c0d0e1c;align-items:center;height:86px;padding:0 4vw;display:flex;position:absolute;top:0;left:0;right:0}.home-root .brand{align-items:center;display:flex}.home-root .brand img{width:180px;height:36px;display:block}.home-root .main-nav{align-items:stretch;gap:8px;height:100%;margin:0 auto;display:flex}.home-root .nav-item{align-items:center;display:flex;position:relative}.home-root .nav-item>button{height:100%;font-family:var(--font-geist-mono);letter-spacing:.18em;cursor:pointer;background:0 0;border:0;padding:0 18px;font-size:10px;font-weight:700;position:relative}.home-root .nav-item>button:after{content:"";background:var(--orange);height:2px;transition:all .25s;position:absolute;bottom:0;left:18px;right:18px;transform:scaleX(0)}.home-root .nav-item:hover>button:after,.home-root .nav-item:focus-within>button:after{transform:scaleX(1)}.home-root .nav-item>button span{color:#888;margin-left:4px;font-size:12px}.home-root .nav-cta{background:var(--black);color:#fff;height:46px;font-family:var(--font-geist-mono);letter-spacing:.11em;align-items:center;gap:18px;padding:0 18px;font-size:10px;font-weight:700;display:flex}.home-root .nav-cta:hover{background:var(--orange)}.home-root .mega-menu,.home-root .company-menu{opacity:0;visibility:hidden;-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);background:#fffffffa;border:1px solid #dfe2e4;transition:all .2s;position:absolute;top:76px;transform:translateY(10px);box-shadow:0 30px 80px #00000029}.home-root .nav-item.open .mega-menu,.home-root .nav-item.open .company-menu{opacity:1;visibility:visible;transform:none}.home-root .mega-menu{width:min(1050px,94vw);padding:26px;left:50%;translate:-50%}.home-root .mega-top{border-bottom:1px solid #e0e2e4;justify-content:space-between;align-items:end;padding:0 4px 20px;display:flex}.home-root .mega-top span{font-family:var(--font-geist-mono);letter-spacing:.2em;color:#868b8f;font-size:8px}.home-root .mega-top h3{letter-spacing:-.04em;margin:4px 0 0;font-size:27px}.home-root .mega-top>a{font-family:var(--font-geist-mono);letter-spacing:.11em;color:#5d6368;font-size:9px}.home-root .mega-top>a b{color:var(--orange);margin-left:7px}.home-root .mega-products{grid-template-columns:repeat(3,1fr);gap:4px;padding-top:16px;display:grid}.home-root .product-link{grid-template-columns:52px 1fr 14px;align-items:center;gap:12px;min-height:78px;padding:8px 10px;transition:all .22s;display:grid}.home-root .product-link:hover{background:linear-gradient(110deg,#f3f4f4,#fff6f2);transform:translate(3px)}.home-root .product-icon{background:linear-gradient(145deg,#fff,#fff2ec);border:1px solid #f0c5b4;border-radius:14px;place-items:center;width:48px;height:48px;display:grid;position:relative;box-shadow:0 8px 24px #ff4f0a1a,inset 0 0 0 3px #ffffffb8}.home-root .product-icon:after{content:"";background:var(--orange);width:4px;height:4px;box-shadow:0 0 8px var(--orange);border-radius:50%;position:absolute;top:5px;right:5px}.home-root .product-icon svg{fill:none;width:28px;height:28px;stroke:var(--orange);stroke-width:1.45px;stroke-linecap:round;stroke-linejoin:round}.home-root .product-icon .icon-surface{fill:#ff4f0a09;stroke:none}.home-root .product-link:hover .product-icon{border-color:var(--orange);transform:rotate(-2deg)scale(1.04)}.home-root .product-link>span:nth-child(2){flex-direction:column;min-width:0;display:flex}.home-root .product-link strong{font-family:var(--font-geist-mono);letter-spacing:.065em;font-size:9px;line-height:1.3}.home-root .product-link small{color:#73797d;margin-top:5px;font-size:11px}.home-root .product-link>b{color:#b2b6b9;font-size:12px;font-weight:400}.home-root .product-link:hover>b{color:var(--orange)}.home-root .mega-airlines{width:760px}.home-root .mega-airlines .mega-products{grid-template-columns:1fr 1fr}.home-root .company-menu{width:215px;padding:12px;right:0}.home-root .company-menu a{font-family:var(--font-geist-mono);letter-spacing:.12em;padding:13px 12px;font-size:10px;display:block}.home-root .company-menu a:hover{color:var(--orange);background:#f4f5f5}.home-root .menu-toggle{display:none}.home-root .hero{isolation:isolate;background:linear-gradient(#edf1f3 0%,#f9fafb 43%,#fff 100%);place-items:center;height:100vh;min-height:760px;max-height:980px;padding-top:86px;display:grid;position:relative}.home-root .hero-atmosphere{background:radial-gradient(circle at 13% 42%,#a1c1d161,#0000 28%),radial-gradient(circle at 88% 43%,#b2bac261,#0000 29%),radial-gradient(circle,#fffffffa,#fffc 30%,#0000 63%);position:absolute;inset:86px 0 0}.home-root .hero-atmosphere:after{content:"";background:linear-gradient(#0000,#fff);height:28%;position:absolute;bottom:0;left:0;right:0}.home-root .hero-grid,.home-root .ai-grid{background-image:linear-gradient(#424b5112 1px,#0000 1px),linear-gradient(90deg,#424b5112 1px,#0000 1px);background-size:64px 64px;position:absolute;inset:0;-webkit-mask-image:radial-gradient(#000,#0000 75%);mask-image:radial-gradient(#000,#0000 75%)}.home-root .hero-object{z-index:2;pointer-events:none;object-fit:contain;will-change:transform,opacity;filter:drop-shadow(0 28px 26px #222b302e);position:absolute}.home-root .commercial-aircraft{width:min(47vw,790px);animation:11s cubic-bezier(.16,.75,.23,1) infinite flyCommercial;top:24%;left:-9vw}.home-root .defense-aircraft{width:min(43vw,715px);animation:13.5s cubic-bezier(.16,.75,.23,1) 2.2s infinite flyDefense;top:26%;right:-7vw}.home-root .aux-aerospace{z-index:1;opacity:.78;width:min(62vw,960px);animation:17s cubic-bezier(.19,.65,.25,1) 4.7s infinite flyAux;top:10%;right:-7vw}.home-root .hero-center{z-index:8;text-align:center;width:min(960px,78vw);margin-top:-2vh;position:relative}.home-root .hero-center:before{content:"";z-index:-1;background:radial-gradient(#fffffffc,#ffffffeb 44%,#0000 75%);position:absolute;inset:-90px -80px}.home-root h1{letter-spacing:-.068em;text-wrap:balance;margin:0;font-size:clamp(52px,6vw,100px);font-weight:680;line-height:.94}.home-root h1 em{color:var(--orange);margin-top:8px;font-style:normal;display:inline-block}.home-root .hero-radar{z-index:1;border:1px solid #ff4f0a29;border-radius:50%;width:310px;height:310px;animation:28s linear infinite spin;position:absolute}.home-root .hero-radar:before,.home-root .hero-radar:after{content:"";border:1px solid #ff4f0a21;border-radius:50%;position:absolute;inset:48px}.home-root .hero-radar:after{inset:104px}.home-root .hero-radar i{background:var(--orange);width:5px;height:5px;box-shadow:0 0 13px var(--orange);border-radius:50%;position:absolute}.home-root .hero-radar i:first-child{top:11%;left:18%}.home-root .hero-radar i:nth-child(2){top:48%;right:-2px}.home-root .hero-radar i:nth-child(3){bottom:-3px;left:46%}.home-root .left-radar{bottom:4%;left:3vw}.home-root .right-radar{width:220px;height:220px;animation-duration:19s;animation-direction:reverse;top:14%;right:5vw}.home-root .scroll-cue{z-index:9;font-family:var(--font-geist-mono);letter-spacing:.22em;color:#6f7579;align-items:center;gap:13px;font-size:8px;display:flex;position:absolute;bottom:24px;left:50%;transform:translate(-50%)}.home-root .scroll-cue i{background:var(--orange);width:34px;height:1px;position:relative}.home-root .scroll-cue i:after{content:"";border-right:1px solid var(--orange);border-bottom:1px solid var(--orange);width:5px;height:5px;position:absolute;top:-2px;right:0;transform:rotate(45deg)}.home-root .customer-band{border-top:1px solid var(--line);border-bottom:1px solid var(--line);z-index:10;background:#fff;padding:26px 0 28px;position:relative}.home-root .customer-band>p{text-align:center;font-family:var(--font-geist-mono);letter-spacing:.22em;color:#8a8f93;margin:0 0 18px;font-size:8px}.home-root .marquee{overflow:hidden;-webkit-mask-image:linear-gradient(90deg,#0000,#000 7% 93%,#0000);mask-image:linear-gradient(90deg,#0000,#000 7% 93%,#0000)}.home-root .marquee-track{align-items:center;width:max-content;animation:48s linear infinite marquee;display:flex}.home-root .marquee:hover .marquee-track{animation-play-state:paused}.home-root .customer-logo{border-right:1px solid #eef0f1;flex:none;justify-content:center;align-items:center;width:178px;height:74px;margin:0 10px;padding:8px 18px;display:flex}.home-root .image-logo img{object-fit:contain;mix-blend-mode:multiply;filter:grayscale()contrast(1.08);max-width:100%;max-height:58px;transition:all .25s;display:block}.home-root .image-logo:hover img{filter:grayscale(0);transform:scale(1.07)}.home-root .custom-logo{color:#29343e;gap:9px}.home-root .custom-logo svg{fill:none;stroke:currentColor;stroke-width:1.7px;width:44px;height:38px}.home-root .custom-logo strong{text-transform:uppercase;max-width:90px;font-family:Arial,sans-serif;font-size:14px;line-height:1.02}.home-root .custom-logo.usaf{color:#143763}.home-root .custom-logo.ga{color:#11669a}.home-root .custom-logo.ga svg circle:first-child{fill:#11669a;stroke:#11669a}.home-root .custom-logo.ga svg path,.home-root .custom-logo.ga svg circle:last-child{stroke:#fff}.home-root .custom-logo.amerijet{color:#cc2229}.home-root .custom-logo.amerijet svg{fill:#cc2229;stroke:none}.home-root .custom-logo.airport strong{letter-spacing:.12em;font-size:22px}.home-root .ai-core{text-align:center;color:#fff;isolation:isolate;background:#07090b;min-height:1010px;padding:145px 5vw 125px;position:relative;overflow:hidden}.home-root .ai-core:before{content:"";background:radial-gradient(circle at 50% 40%,#ff4f0a2e,#0000 27%),radial-gradient(circle at 12% 70%,#3c698224,#0000 30%),linear-gradient(#0c0f12,#07090b);position:absolute;inset:0}.home-root .ai-grid{opacity:.34;-webkit-mask-image:radial-gradient(circle,#000,#0000 72%);mask-image:radial-gradient(circle,#000,#0000 72%)}.home-root .ai-core>:not(.ai-grid):not(.ai-orbit){z-index:3;position:relative}.home-root .ai-core h2{letter-spacing:-.075em;max-width:1300px;margin:32px auto 38px;font-size:clamp(54px,7vw,114px);font-weight:620;line-height:.91}.home-root .ai-word{color:var(--orange);text-shadow:0 0 28px #ff4f0a73;animation:3.4s ease-in-out infinite aiGlow;display:inline-block;position:relative}.home-root .ai-word:before{content:"";filter:blur(8px);background:radial-gradient(#ff4f0a36,#0000 65%);position:absolute;inset:-25px -45px}.home-root .ai-word>span{position:relative}.home-root .ai-word svg{width:43px;height:43px;fill:var(--orange);filter:drop-shadow(0 0 9px var(--orange));animation:2.8s ease-in-out infinite sparkle;position:absolute;top:-21px;right:-41px}.home-root .ai-statement{color:#b6bcc0;margin:0 auto 80px;font-size:clamp(18px,1.7vw,25px);line-height:1.55}.home-root .ai-statement strong{color:#fff}.home-root .ai-orbit{z-index:2;border:1px solid #ff4f0a2e;border-radius:50%;animation:30s linear infinite spin;position:absolute}.home-root .ai-orbit:after{content:"";border:1px solid #ffffff14;border-radius:50%;position:absolute;inset:18%}.home-root .ai-orbit i{background:var(--orange);width:5px;height:5px;box-shadow:0 0 12px var(--orange);border-radius:50%;position:absolute}.home-root .ai-orbit i:first-child{top:19%;left:12%}.home-root .ai-orbit i:nth-child(2){top:50%;right:-2px}.home-root .ai-orbit i:nth-child(3){bottom:-3px;left:44%}.home-root .orbit-one{width:430px;height:430px;top:19%;left:-120px}.home-root .orbit-two{width:530px;height:530px;animation-duration:38s;animation-direction:reverse;top:7%;right:-210px}.home-root .usa-lockup{border:1px solid #ffffff2b;border-top:3px solid var(--orange);-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:linear-gradient(110deg,#ffffff14,#ffffff06);justify-content:center;align-items:center;gap:42px;width:min(980px,92vw);margin:0 auto;padding:29px 50px 29px 35px;display:flex;box-shadow:0 28px 80px #00000057,0 0 60px #ff4f0a12}.home-root .usa-lockup>div:last-child{text-align:left;align-items:center;gap:27px;display:flex}.home-root .usa-lockup>div>span{letter-spacing:-.07em;color:var(--orange);font-size:clamp(58px,6vw,90px);font-weight:710;line-height:.8}.home-root .usa-lockup strong{letter-spacing:.07em;font-size:clamp(16px,1.7vw,25px);line-height:1.15}.home-root .flag-stage{perspective:380px;flex:none;width:145px;height:92px;position:relative}.home-root .flag-pole{background:linear-gradient(90deg,#bbb,#fff,#777);border-radius:4px;width:4px;height:108px;position:absolute;top:-7px;left:2px}.home-root .flag-pole:before{content:"";background:#ddd;border-radius:50%;width:10px;height:10px;position:absolute;top:-6px;left:-3px}.home-root .usa-flag-large{transform-origin:0;background:repeating-linear-gradient(#bf2434 0 5.84px,#fff 5.84px 11.68px);width:130px;height:76px;animation:2.9s ease-in-out infinite flagWave;display:block;position:absolute;top:3px;left:7px;box-shadow:0 8px 20px #00000042}.home-root .usa-flag-large:before{content:"";background-color:#173c78;background-image:radial-gradient(#fff 1.15px,#0000 1.3px);background-size:7px 6px;width:54px;height:41px;position:absolute;top:0;left:0}.home-root .usa-flag-large i{background:linear-gradient(90deg,#0000,#ffffff47 36%,#00000021 68%,#0000);animation:2.9s ease-in-out infinite flagLight;position:absolute;inset:0}.home-root .difference{background:#fff;grid-template-columns:.72fr 1.6fr;min-height:870px;display:grid}.home-root .difference-head{border-right:1px solid var(--line);background:#f2f3f3;flex-direction:column;justify-content:center;padding:100px 4.5vw;display:flex}.home-root .difference-head h2{letter-spacing:-.07em;margin:27px 0 32px;font-size:clamp(52px,5.5vw,88px);line-height:.94}.home-root .difference-head h2 em{color:var(--orange);font-style:normal}.home-root .difference-head>p:last-child{color:#666d72;max-width:330px;line-height:1.55}.home-root .difference-grid{grid-template-columns:1fr 1fr;display:grid}.home-root .difference-grid article{border-right:1px solid var(--line);border-bottom:1px solid var(--line);min-height:435px;padding:55px 46px;transition:all .3s;position:relative;overflow:hidden}.home-root .difference-grid article:hover{color:#fff;background:#0c0e10}.home-root .difference-grid article:nth-child(3),.home-root .difference-grid article:nth-child(4){border-bottom:0}.home-root .difference-grid article:hover p{color:#abb0b4}.home-root .difference-grid article:hover .difference-icon{background:#1b130f;border-color:#783b23}.home-root .difference-grid article:hover .card-signal{opacity:1}.home-root .card-number{font-family:var(--font-geist-mono);letter-spacing:.14em;color:#a5aaad;font-size:8px;position:absolute;top:24px;right:27px}.home-root .difference-icon{background:linear-gradient(145deg,#fff,#fff3ee);border:1px solid #f0c2b0;border-radius:21px;place-items:center;width:76px;height:76px;transition:all .3s;display:grid;box-shadow:0 14px 35px #ff4f0a1a}.home-root .difference-icon svg{fill:none;width:48px;height:48px;stroke:var(--orange);stroke-width:2px;stroke-linecap:round;stroke-linejoin:round}.home-root .difference-grid h3{letter-spacing:-.035em;margin:36px 0 17px;font-size:clamp(22px,2vw,30px);line-height:1.05}.home-root .difference-grid p{color:#6b7175;margin:0;font-size:15px;line-height:1.55;transition:all .3s}.home-root .difference-grid p strong{color:inherit;font-weight:650}.home-root .card-signal{opacity:.48;width:95px;height:45px;transition:all .3s;position:absolute;bottom:23px;right:25px}.home-root .bars{justify-content:flex-end;align-items:end;gap:5px;display:flex}.home-root .bars i{background:var(--orange);width:7px;height:22%;animation:2.2s infinite barRise;display:block}.home-root .bars i:nth-child(2){height:45%;animation-delay:.2s}.home-root .bars i:nth-child(3){height:68%;animation-delay:.4s}.home-root .bars i:nth-child(4){height:96%;animation-delay:.6s}.home-root .line{border-bottom:1px solid #9ca2a5}.home-root .line i{background:var(--orange);border-radius:50%;width:7px;height:7px;animation:2.4s ease-in-out infinite lineRun;position:absolute;bottom:-3px;left:0}.home-root .pulse{justify-content:flex-end;align-items:center;gap:10px;display:flex}.home-root .pulse i{background:var(--orange);border-radius:50%;width:7px;height:7px;animation:2s infinite pulseDot;box-shadow:0 0 #ff4f0a80}.home-root .pulse i:nth-child(2){animation-delay:.35s}.home-root .pulse i:nth-child(3){animation-delay:.7s}.home-root .nodes{justify-content:space-around;align-items:center;display:flex}.home-root .nodes:before{content:"";background:#a6abad;height:1px;position:absolute;top:22px;left:14px;right:14px}.home-root .nodes i{border:2px solid var(--orange);background:#fff;width:12px;height:12px;animation:2.6s infinite nodeFlash;position:relative;transform:rotate(45deg)}.home-root .nodes i:nth-child(2){animation-delay:.4s}.home-root .nodes i:nth-child(3){animation-delay:.8s}.home-root .metrics{border-top:1px solid var(--line);border-bottom:1px solid var(--line);grid-template-columns:1.15fr repeat(3,1fr);min-height:470px;display:grid}.home-root .metrics-head{color:#fff;background:#0b0d0f;flex-direction:column;justify-content:center;padding:70px 44px;display:flex}.home-root .metrics-head h2{letter-spacing:-.06em;margin:20px 0 0;font-size:clamp(45px,4.3vw,69px);line-height:.98}.home-root .metric{border-left:1px solid var(--line);flex-direction:column;justify-content:center;padding:60px 32px;display:flex}.home-root .metric strong{letter-spacing:-.075em;white-space:nowrap;font-size:clamp(53px,5vw,79px);font-weight:590}.home-root .metric strong>span{color:var(--orange)}.home-root .metric>span{font-family:var(--font-geist-mono);letter-spacing:.13em;color:#555c61;margin-top:16px;font-size:9px}.home-root .metric p{color:#8a9094;max-width:210px;margin:15px 0 0;font-size:13px;line-height:1.5}.home-root .metric small{color:var(--orange);white-space:nowrap;border:1px solid #ffb598;margin-left:5px;padding:4px 5px;font-size:7px}.home-root .testimonial-section{background:#fff;padding:130px 12vw 120px;position:relative}.home-root .quote-index{letter-spacing:-.09em;color:#f0f1f1;font-size:180px;font-weight:650;position:absolute;top:60px;right:5vw}.home-root .testimonial-section blockquote{letter-spacing:-.015em;z-index:2;max-width:820px;margin:28px 0 40px;font-size:clamp(16px,1.45vw,20px);line-height:1.55;animation:.55s fadeUp;position:relative;font-weight:450}.home-root .testimonial-meta{border-top:1px solid var(--line);justify-content:space-between;align-items:center;padding-top:24px;display:flex}.home-root .testimonial-meta>div:first-child{flex-direction:column;display:flex}.home-root .testimonial-meta strong{font-size:13px}.home-root .testimonial-meta span{color:#7c8185;margin-top:5px;font-size:10px}.home-root .testimonial-controls{align-items:center;gap:16px;display:flex}.home-root .testimonial-controls button{cursor:pointer;background:#fff;border:1px solid #cdd0d2;width:42px;height:42px}.home-root .testimonial-controls button:hover{border-color:var(--orange);color:var(--orange)}.home-root footer{color:#fff;background:#050607;grid-template-columns:1fr 1fr;gap:60px;padding:70px 5vw 28px;display:grid}.home-root footer img{filter:brightness(0)invert();width:180px}.home-root footer>div:first-child p{color:#777d81;font-size:13px}.home-root .footer-links{grid-template-columns:repeat(3,1fr);gap:18px;display:grid}.home-root .footer-links a{font-family:var(--font-geist-mono);letter-spacing:.12em;color:#989da0;font-size:9px}.home-root .footer-links a:hover{color:var(--orange)}.home-root .footer-bottom{font-family:var(--font-geist-mono);letter-spacing:.12em;color:#6c7276;border-top:1px solid #242729;grid-column:1/-1;justify-content:space-between;padding-top:25px;font-size:8px;display:flex}@keyframes flyCommercial{0%,8%{opacity:0;transform:translate(-16vw,35px)scale(.84)}19%,72%{opacity:1;transform:translate(0)scale(1)}84%,to{opacity:0;transform:translate(8vw,-28px)scale(1.05)}}@keyframes flyDefense{0%,11%{opacity:0;transform:translate(15vw,40px)scale(.84)}23%,73%{opacity:1;transform:translate(0)scale(1)}86%,to{opacity:0;transform:translate(-7vw,-25px)scale(1.05)}}@keyframes flyAux{0%,15%{opacity:0;transform:translate(6vw,25px)scale(.9)}26%,74%{opacity:.78;transform:translate(0)scale(1)}88%,to{opacity:0;transform:translate(-5vw,-30px)scale(1.03)}}@keyframes spin{to{transform:rotate(360deg)}}@keyframes marquee{to{transform:translate(-50%)}}@keyframes aiGlow{50%{color:#ff8251;text-shadow:0 0 48px #ff4f0acc}}@keyframes sparkle{0%,to{opacity:.4;transform:scale(.72)rotate(0)}45%{opacity:1;transform:scale(1.16)rotate(16deg)}}@keyframes flagWave{0%,to{transform:rotateY(-10deg)skewY(-1deg)}50%{transform:rotateY(13deg)skewY(2deg)scaleX(.96)}}@keyframes flagLight{0%,to{transform:translate(-28%)}50%{transform:translate(22%)}}@keyframes adaptSpin{to{transform:rotate(360deg)}}@keyframes barRise{50%{transform-origin:bottom;opacity:.55;transform:scaleY(.55)}}@keyframes lineRun{50%{left:88%}}@keyframes pulseDot{50%{box-shadow:0 0 0 9px #ff4f0a00}}@keyframes nodeFlash{50%{background:var(--orange)}}@keyframes fadeUp{0%{opacity:0;transform:translateY(15px)}to{opacity:1;transform:none}}@media (width<=1200px){.home-root .site-header{padding:0 25px}.home-root .nav-item>button{padding:0 12px}.home-root .nav-cta{display:none}.home-root .mega-menu{left:45%}.home-root .commercial-aircraft{left:-14vw}.home-root .defense-aircraft{right:-11vw}.home-root .hero-center{width:74vw}.home-root .difference{grid-template-columns:1fr}.home-root .difference-head{min-height:400px}.home-root .difference-grid article{min-height:390px}.home-root .metrics{grid-template-columns:1fr 1fr}.home-root .metrics-head{grid-column:1/-1;min-height:300px}.home-root .metric{min-height:260px}.home-root .metric:last-child{border-top:1px solid var(--line);grid-column:1/-1}}@media (width<=820px){.home-root .site-header{height:72px;padding:0 20px}.home-root .brand img{width:150px;height:auto}.home-root .main-nav{background:#fff;flex-direction:column;height:auto;padding:18px 20px;display:none;position:absolute;top:72px;left:0;right:0;box-shadow:0 18px 35px #00000024}.home-root .main-nav.open{display:flex}.home-root .nav-item{display:block}.home-root .nav-item>button{text-align:left;border-bottom:1px solid #eee;width:100%;height:48px}.home-root .mega-menu,.home-root .company-menu{display:none}.home-root .menu-toggle{background:0 0;border:0;flex-direction:column;justify-content:center;align-items:flex-end;gap:7px;width:38px;height:38px;margin-left:auto;display:flex}.home-root .menu-toggle i{background:#111;width:24px;height:1px}.home-root .menu-toggle i:last-child{width:17px}.home-root .hero{height:auto;min-height:790px;padding:120px 18px 100px}.home-root .hero-center{width:100%;margin-top:-45px}.home-root .hero-center:before{inset:-70px -10px}.home-root .commercial-aircraft{width:74vw;top:17%;left:-23vw}.home-root .defense-aircraft{width:70vw;top:60%;right:-24vw}.home-root .aux-aerospace{opacity:.42;width:96vw;top:19%;right:-28vw}.home-root .hero-radar{width:210px;height:210px}.home-root .right-radar{display:none}.home-root h1{font-size:47px;line-height:.95}.home-root .customer-logo{width:150px;height:66px}.home-root .ai-core{min-height:auto;padding:100px 20px 90px}.home-root .ai-core h2{font-size:51px}.home-root .ai-word svg{width:30px;height:30px;top:-14px;right:-27px}.home-root .ai-statement br{display:none}.home-root .usa-lockup{flex-direction:column;gap:18px;padding:24px 18px}.home-root .usa-lockup>div:last-child{gap:15px}.home-root .usa-lockup>div>span{font-size:55px}.home-root .usa-lockup strong{font-size:13px}.home-root .difference-head{min-height:auto;padding:80px 23px}.home-root .difference-head h2{font-size:52px}.home-root .difference-grid{grid-template-columns:1fr}.home-root .difference-grid article{border-right:0;min-height:365px;padding:45px 30px}.home-root .difference-grid article:nth-child(3){border-bottom:1px solid var(--line)}.home-root .metrics{grid-template-columns:1fr}.home-root .metrics-head,.home-root .metric,.home-root .metric:last-child{grid-column:auto}.home-root .metrics-head{min-height:300px;padding:60px 24px}.home-root .metric{border-left:0;border-top:1px solid var(--line);min-height:235px;padding:45px 24px}.home-root .testimonial-section{padding:90px 22px}.home-root .testimonial-section blockquote{font-size:16px}.home-root .testimonial-meta{flex-direction:column;align-items:flex-start;gap:24px}.home-root .quote-index{font-size:100px}.home-root .footer-links{grid-template-columns:1fr 1fr}.home-root footer{grid-template-columns:1fr;padding-left:22px;padding-right:22px}.home-root .footer-bottom{flex-direction:column;align-items:flex-start;gap:12px}}@media (prefers-reduced-motion:reduce){.home-root *{scroll-behavior:auto!important;animation-duration:.001ms!important;animation-iteration-count:1!important}}@property --tw-rotate-x{syntax:"*";inherits:false}@property --tw-rotate-y{syntax:"*";inherits:false}@property --tw-rotate-z{syntax:"*";inherits:false}@property --tw-skew-x{syntax:"*";inherits:false}@property --tw-skew-y{syntax:"*";inherits:false}.home-root .hero{background:linear-gradient(#f5f6f7,#fff 78%)}.home-root .hero-image{opacity:.98;background-image:url(/mockup/prodigiq-balanced-hero.png);background-position:50%;background-size:cover;position:absolute;inset:86px 0 0}.home-root .hero-image:after{content:"";background:radial-gradient(#fffffff0 0%,#ffffffde 21%,#ffffff57 48%,#ffffff0f 72%),linear-gradient(#ffffff2e,#0000 44%,#ffffffa3);position:absolute;inset:0}.home-root .hero-center{z-index:5;width:min(970px,88vw);margin-top:-20px}.home-root .hero-center:before{content:none}.home-root .hero-scan{z-index:3;border:1px solid #ff4f0a2e;border-radius:50%;width:360px;height:360px;animation:24s linear infinite spin;position:absolute}.home-root .hero-scan:before,.home-root .hero-scan:after{content:"";border:1px solid #ff4f0a26;border-radius:50%;position:absolute;inset:52px}.home-root .hero-scan:after{inset:112px}.home-root .hero-scan span{background:var(--orange);width:5px;height:5px;box-shadow:0 0 12px var(--orange);border-radius:50%;position:absolute}.home-root .hero-scan span:first-child{top:12%;left:17%}.home-root .hero-scan span:nth-child(2){top:47%;right:4%}.home-root .hero-scan span:nth-child(3){bottom:-3px;left:45%}.home-root .customer-logo{width:190px;padding:7px 22px}.home-root .image-logo img{filter:grayscale()contrast(1.05);mix-blend-mode:multiply;max-height:60px}.home-root .ai-core{min-height:760px;padding:130px 5vw 105px}.home-root .ai-statement{margin-bottom:0}.home-root .usa-ribbon{z-index:5;border-top:3px solid var(--orange);border-bottom:1px solid var(--line);background:#fff;justify-content:center;align-items:center;gap:22px;min-height:118px;padding:17px 5vw;display:flex;position:relative;box-shadow:0 12px 36px #13181b14}.home-root .usa-ribbon:before{content:"";pointer-events:none;background:linear-gradient(90deg,#0000,#ff4f0a0b,#0000);animation:5s linear infinite ribbonScan;position:absolute;inset:0}.home-root .usa-ribbon strong{letter-spacing:.075em;white-space:nowrap;font-size:clamp(17px,2vw,29px);font-weight:750;line-height:1;position:relative}.home-root .usa-ribbon strong em{color:var(--orange);letter-spacing:-.045em;margin-right:10px;font-size:1.5em;font-style:normal}.home-root .flag-motion{perspective:180px;flex:none;place-items:center;width:58px;height:58px;display:grid;position:relative}.home-root .flag-motion:after{content:"";mix-blend-mode:screen;pointer-events:none;background:linear-gradient(90deg,#0000,#ffffffbf,#0000);animation:2.2s ease-in-out infinite flagShine;position:absolute;inset:9px 5px}.home-root .flag-motion img{object-fit:contain;image-rendering:auto;transform-origin:0;filter:drop-shadow(0 5px 7px #0000002b);width:54px;height:54px;animation:2.25s ease-in-out infinite attachedFlagWave;display:block}.home-root .difference{color:#fff;background:#0b0c0d;min-height:auto;padding:0;display:block}.home-root .difference-title{border-bottom:1px solid #33373a;grid-template-columns:1fr auto;align-items:end;gap:22px;padding:100px 5vw 65px;display:grid}.home-root .difference-title .section-label{grid-column:1/-1}.home-root .difference-title h2{letter-spacing:-.065em;margin:0;font-size:clamp(52px,6vw,92px);font-weight:640;line-height:.93}.home-root .difference-title>p:last-child{color:#8f969a;max-width:360px;margin:0;font-size:15px;line-height:1.55}.home-root .difference-list{padding:0 5vw 90px}.home-root .difference-list article{border-bottom:1px solid #34383b;grid-template-columns:48px 80px minmax(390px,1fr) 270px;align-items:center;gap:30px;min-height:190px;transition:all .3s;display:grid;position:relative;overflow:hidden}.home-root .difference-list article:hover{background:#121416;padding-left:18px;padding-right:18px}.home-root .row-number{font-family:var(--font-geist-mono);color:#72787c;letter-spacing:.12em;font-size:9px}.home-root .difference-list .difference-icon{width:64px;height:64px;box-shadow:none;background:#1a1210;border-color:#72402d;border-radius:17px}.home-root .difference-list .difference-icon svg{width:39px;height:39px}.home-root .difference-list h3{letter-spacing:-.025em;margin:0 0 11px;font-size:clamp(22px,2.2vw,32px)}.home-root .difference-list p{color:#969b9f;margin:0;font-size:14px;line-height:1.55}.home-root .difference-list p strong{color:#fff}.home-root .row-motion{opacity:.82;height:118px;position:relative}.home-root .row-motion.bars{justify-content:center;align-items:end;gap:10px;padding:25px 25px 18px;display:flex}.home-root .row-motion.bars i{background:0 0;border:1px solid #555b5f;width:21px;height:30%;animation:2.5s ease-in-out infinite rowBar}.home-root .row-motion.bars i:nth-child(2){height:47%;animation-delay:.2s}.home-root .row-motion.bars i:nth-child(3){height:66%;animation-delay:.4s}.home-root .row-motion.bars i:nth-child(4){border-color:var(--orange);height:88%;animation-delay:.6s}.home-root .timeline{grid-template-columns:repeat(4,52px);place-content:center;gap:8px;display:grid}.home-root .timeline i{border:1px solid #474c50;height:52px;animation:3.2s infinite timelineRun;position:relative}.home-root .timeline i:after{content:"";background:#666c70;width:6px;height:6px;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)rotate(45deg)}.home-root .timeline i:nth-child(2){animation-delay:.35s}.home-root .timeline i:nth-child(3){animation-delay:.7s}.home-root .timeline i:nth-child(4){animation-delay:1.05s}.home-root .row-motion.orbit{border:1px solid #42474a;border-radius:50%;width:116px;height:116px;margin:auto;animation:10s linear infinite spin}.home-root .row-motion.orbit:after{content:"";border:1px solid #3a3f42;border-radius:50%;position:absolute;inset:25px}.home-root .row-motion.orbit i{background:var(--orange);width:7px;height:7px;box-shadow:0 0 12px var(--orange);border-radius:50%;position:absolute}.home-root .row-motion.orbit i:first-child{top:9px;left:23px}.home-root .row-motion.orbit i:nth-child(2){top:54px;right:-3px}.home-root .row-motion.orbit i:nth-child(3){bottom:4px;left:50px}.home-root .code-flow{justify-content:center;align-items:center;gap:18px;display:flex}.home-root .code-flow:before{content:"";background:#42474a;height:1px;position:absolute;top:50%;left:35px;right:35px}.home-root .code-flow i{background:#0b0c0d;border:1px solid #4c5154;width:44px;height:44px;animation:2.8s infinite codeNode;position:relative;transform:rotate(45deg)}.home-root .code-flow i:nth-child(2){border-color:var(--orange);animation-delay:.4s}.home-root .code-flow i:nth-child(3){animation-delay:.8s}@keyframes attachedFlagWave{0%,to{transform:rotateY(-9deg)skewY(-1deg)translateY(0)}50%{transform:rotateY(14deg)skewY(2deg)translateY(-2px)scaleX(.95)}}@keyframes flagShine{0%,to{opacity:.25;transform:translate(-55%)}50%{opacity:.9;transform:translate(55%)}}@keyframes ribbonScan{0%{transform:translate(-55%)}to{transform:translate(55%)}}@keyframes rowBar{50%{transform-origin:bottom;border-color:var(--orange);transform:scaleY(.62)}}@keyframes timelineRun{35%{border-color:var(--orange);background:#1b100c;transform:translateY(-4px)}}@keyframes codeNode{50%{border-color:var(--orange);box-shadow:0 0 20px #ff4f0a33}}.home-root{--orange:#f60;--content:1320px}.home-root .content-shell{width:min(var(--content),calc(100% - 64px));margin-inline:auto}.home-root .site-header{padding:0}.home-root .nav-shell{align-items:center;width:min(1460px,100% - 64px);height:100%;margin-inline:auto;display:flex}.home-root .brand img{width:194px;height:auto}.home-root .main-nav{gap:5px}.home-root .nav-item>button{letter-spacing:.15em;padding-inline:18px;font-size:12px}.home-root .nav-cta{height:50px;font-size:11px}.home-root .mega-menu{width:min(1320px,100vw - 48px);max-height:calc(100vh - 100px);padding:0;position:fixed;top:79px;left:50%;overflow:hidden;transform:translate(-50%,10px)}.home-root .nav-item.open .mega-menu{transform:translate(-50%)}.home-root .mega-top{padding:22px 28px 18px}.home-root .mega-top span{font-size:9px}.home-root .mega-top h3{text-transform:none;font-size:31px}.home-root .mega-top>a{text-transform:uppercase;font-size:10px}.home-root .mega-body{grid-template-columns:minmax(0,2fr) 340px;min-height:440px;display:grid}.home-root .mega-products{border-right:1px solid var(--line);grid-template-columns:repeat(2,minmax(0,1fr));align-content:start;gap:3px;max-height:540px;padding:14px 16px 18px;overflow:auto}.home-root .product-link{border:1px solid #0000;border-radius:9px;grid-template-columns:48px minmax(0,1fr) 12px;gap:11px;min-height:68px;padding:8px 10px}.home-root .product-link:hover,.home-root .product-link.active{background:linear-gradient(105deg,#f4f5f5,#fff7f2);border-color:#f0ded5;transform:none}.home-root .product-icon{border-radius:12px;width:44px;height:44px}.home-root .product-icon svg{width:27px;height:27px}.home-root .product-link strong{letter-spacing:.055em;font-size:11.5px;line-height:1.18}.home-root .product-link small{color:#6b7175;margin-top:4px;font-size:11px;line-height:1.25}.home-root .product-link>b{font-size:17px}.home-root .product-link.active>b{color:var(--orange)}.home-root .module-panel{color:#fff;background:linear-gradient(150deg,#0c0e10,#13171a);flex-direction:column;padding:31px 27px 25px;display:flex}.home-root .module-kicker{font-family:var(--font-geist-mono);letter-spacing:.105em;color:var(--orange);text-transform:uppercase;font-size:10px;line-height:1.35}.home-root .module-panel h4{letter-spacing:-.04em;margin:9px 0 25px;font-size:27px}.home-root .module-links{border-top:1px solid #34383b}.home-root .module-links a{color:#d8dbdd;border-bottom:1px solid #34383b;justify-content:space-between;align-items:center;min-height:54px;padding:0 2px;font-size:13px;display:flex}.home-root .module-links a b{color:#747b7f;font-size:11px}.home-root .module-links a:hover{color:#fff;padding-left:7px}.home-root .module-links a:hover b{color:var(--orange)}.home-root .module-cta{font-family:var(--font-geist-mono);letter-spacing:.1em;text-transform:uppercase;margin-top:auto;padding-top:25px;font-size:10px}.home-root .module-cta b{color:var(--orange);margin-left:8px}.home-root .company-menu{width:355px;padding:13px;top:78px;right:0}.home-root .company-menu a{letter-spacing:.03em;border-bottom:1px solid #eceeef;justify-content:space-between;align-items:center;min-height:48px;padding:0 14px;font-size:13px;font-weight:620;display:flex}.home-root .company-menu a:last-child{border-bottom:0}.home-root .company-menu a b{color:var(--orange);font-size:10px}.home-root .hero-highlight,.home-root .hero-ai{color:var(--orange);font-style:normal}.home-root .hero-sector-line{white-space:nowrap;display:inline-block}.home-root .hero-ai{white-space:nowrap;align-items:flex-start;display:inline-flex;position:relative}.home-root .hero-ai svg{width:.48em;height:.48em;fill:var(--orange);filter:drop-shadow(0 0 8px #ff66008c);margin-top:-.13em;margin-left:.04em;animation:2.8s ease-in-out infinite sparkle}.home-root .image-logo img{mix-blend-mode:normal;max-height:76px;transition:transform .25s;filter:none!important}.home-root .image-logo:hover img{transform:scale(1.035);filter:none!important}.home-root .industry{color:#fff;background:#0b0c0d;border-bottom:1px solid #303437;padding:120px 0 130px}.home-root .industry-heading{margin-bottom:62px}.home-root .industry-heading h2{letter-spacing:-.065em;max-width:1050px;margin:0;font-family:inherit;font-size:clamp(54px,6vw,92px);font-weight:640;line-height:.94}.home-root .vertical-grid{grid-template-columns:repeat(3,minmax(0,1fr));gap:18px;display:grid}.home-root .vertical-card{background:#121416;border:1px solid #303437;min-width:0;overflow:hidden;box-shadow:0 18px 55px #0000003d}.home-root .vertical-card-head{grid-template-columns:28px 1fr 42px;gap:12px;min-height:170px;padding:25px 23px;display:grid}.home-root .vertical-card-head>span{font-family:var(--font-geist-mono);letter-spacing:.1em;color:#777e82;padding-top:7px;font-size:9px}.home-root .vertical-card-head h3{letter-spacing:-.055em;color:#fff;margin:0 0 12px;font-family:inherit;font-size:34px;font-weight:600}.home-root .vertical-card-head p{color:#969ca0;margin:0;font-size:13px;line-height:1.5}.home-root .vertical-card-head>a{color:#fff;border:1px solid #474d50;place-items:center;width:42px;height:42px;font-size:17px;display:grid}.home-root .vertical-card-head>a:hover{border-color:var(--orange);background:var(--orange);color:#fff}.home-root .vertical-slide{background:linear-gradient(145deg,#0b0e10,#172026);height:420px;animation:.45s fadeUp;display:block;position:relative;overflow:hidden}.home-root .vertical-slide:after{content:"";background:linear-gradient(#0000 36%,#04060724 56%,#040607f5 100%);position:absolute;inset:0}.home-root .system-mockup{transform-origin:0;background:#eef1f2;border:1px solid #ffffff40;border-radius:10px;height:245px;transition:all .45s;position:absolute;top:38px;left:34px;right:-45px;overflow:hidden;transform:perspective(900px)rotateY(-8deg)rotateX(3deg);box-shadow:0 28px 65px #00000061}.home-root .vertical-slide:hover .system-mockup{transform:perspective(900px)rotateY(-4deg)rotateX(1deg)translateY(-6px)}.home-root .mockup-top{color:#fff;background:#121619;align-items:center;gap:5px;height:27px;padding:0 10px;display:flex}.home-root .mockup-top i{background:#566067;border-radius:50%;width:5px;height:5px}.home-root .mockup-top i:first-child{background:var(--orange)}.home-root .mockup-top span{font-family:var(--font-geist-mono);letter-spacing:.11em;color:#90979b;margin-left:7px;font-size:5px}.home-root .mockup-body{grid-template-columns:34px 1fr;height:calc(100% - 27px);display:grid}.home-root .mockup-sidebar{background:#1b2023;flex-direction:column;gap:10px;padding:12px 9px;display:flex}.home-root .mockup-sidebar i{background:#3b4449;border-radius:3px;height:11px}.home-root .mockup-sidebar i:first-child{background:var(--orange)}.home-root .mockup-main{background:linear-gradient(135deg,#f6f7f7,#e7ebed);grid-template-rows:38px 1fr 48px;gap:10px;padding:14px;display:grid}.home-root .mockup-metrics{grid-template-columns:repeat(3,1fr);gap:7px;display:grid}.home-root .mockup-metrics i{background:#fff;border-left:3px solid #aeb5b9;border-radius:4px}.home-root .mockup-metrics i:first-child{border-color:var(--orange)}.home-root .mockup-canvas{background:#fff;border-radius:5px;position:relative;overflow:hidden}.home-root .mockup-canvas:before{content:"";background-image:linear-gradient(#e7eaec 1px,#0000 1px),linear-gradient(90deg,#e7eaec 1px,#0000 1px);background-size:20px 20px;position:absolute;inset:0}.home-root .mockup-canvas span{z-index:1;background:var(--orange);border-radius:50%;width:8px;height:8px;position:absolute;box-shadow:0 0 0 5px #ff66001f}.home-root .mockup-canvas span:first-child{top:58%;left:19%}.home-root .mockup-canvas span:nth-child(2){background:#829098;top:27%;left:44%}.home-root .mockup-canvas span:nth-child(3){top:50%;right:19%}.home-root .mockup-canvas span:nth-child(4){background:#829098;bottom:14%;right:36%}.home-root .mockup-table{flex-direction:column;gap:6px;display:flex}.home-root .mockup-table i{background:linear-gradient(90deg,#c8ced1 16%,#e0e4e6 16% 44%,#d4d9db 44% 62%,#eceeef 62%);border-radius:3px;height:7px}.home-root .mockup-lease .mockup-canvas:after{content:"$";z-index:2;color:#f603;font-size:45px;font-weight:700;position:absolute;top:12px;right:18px}.home-root .mockup-inspection .mockup-canvas:after{content:"";z-index:2;opacity:.72;background:repeating-linear-gradient(#424b50 0 14px,#fff 14px 21px);width:28px;height:130%;position:absolute;top:-15%;left:48%;transform:rotate(27deg)}.home-root .mockup-operations .mockup-canvas:after,.home-root .mockup-readiness .mockup-canvas:after{content:"";z-index:2;border:8px solid #ff660040;border-right-color:var(--orange);border-radius:50%;width:76px;height:76px;position:absolute;top:11px;right:25px}.home-root .mockup-schedule .mockup-canvas:after{content:"";z-index:2;background:repeating-linear-gradient(90deg,#6f7b8229 0 32px,#0000 32px 36px),repeating-linear-gradient(#0000 0 23px,#6f7b8233 23px 24px);position:absolute;inset:12px}.home-root .mockup-flight .mockup-canvas:after{content:"✈";z-index:2;color:#ff660080;font-size:44px;position:absolute;top:25px;right:24px;transform:rotate(-16deg)}.home-root .mockup-safety .mockup-canvas:after{content:"";z-index:2;background:linear-gradient(90deg,#4aa06647 33%,#f1b93f4d 33% 66%,#cf4b3f40 66%);border-radius:4px;position:absolute;inset:18px}.home-root .mockup-custom .mockup-canvas:after{content:"";z-index:2;background:radial-gradient(circle at 10% 55%,var(--orange) 0 5px,transparent 6px),radial-gradient(circle at 45% 25%,#7f8d94 0 5px,transparent 6px),radial-gradient(circle at 80% 60%,var(--orange) 0 5px,transparent 6px),linear-gradient(25deg,transparent 47%,#a9b1b5 48% 50%,transparent 51%);position:absolute;inset:22px}.home-root .slide-caption{z-index:3;color:#fff;position:absolute;bottom:27px;left:24px;right:24px}.home-root .slide-caption>span{font-family:var(--font-geist-mono);letter-spacing:.13em;color:#aeb5b9;font-size:8px}.home-root .slide-caption h4{letter-spacing:-.055em;margin:8px 0 2px;font-family:inherit;font-size:36px;font-weight:600}.home-root .slide-caption p{color:#bbc0c3;margin:0;font-size:13px}.home-root .slide-caption b{font-family:var(--font-geist-mono);letter-spacing:.11em;color:var(--orange);text-transform:uppercase;margin-top:17px;font-size:9px;display:block}.home-root .slide-controls{border-top:1px solid #303437;grid-template-columns:1fr auto 42px;align-items:center;gap:15px;height:62px;padding:0 18px;display:grid}.home-root .slide-controls>div{gap:7px;display:flex}.home-root .slide-controls>div button{cursor:pointer;background:#4b5154;border:0;width:21px;height:3px;padding:0}.home-root .slide-controls>div button.active{background:var(--orange);width:34px}.home-root .slide-controls>span{font-family:var(--font-geist-mono);letter-spacing:.1em;color:#8e9498;font-size:8px}.home-root .slide-controls>button{color:#fff;cursor:pointer;background:#121416;border:1px solid #474d50;width:38px;height:38px}.home-root .slide-controls>button:hover{border-color:var(--orange);color:var(--orange)}.home-root .difference-title{grid-template-columns:1fr}.home-root .difference-list article:nth-child(5){border-bottom:0}.home-root .difference-icon.adapt svg{animation:none}.home-root .roi-line svg{width:100%;height:100%;display:block;overflow:visible}.home-root .roi-axis{fill:none;stroke:#363b3e;stroke-width:1.25px}.home-root .roi-path{fill:none;stroke:var(--orange);stroke-width:4px;stroke-linecap:round;stroke-linejoin:round;stroke-dasharray:360;stroke-dashoffset:360px;animation:3.1s cubic-bezier(.2,.8,.2,1) infinite roiDraw}.home-root .roi-line circle{fill:#0b0c0d;stroke:#fff;stroke-width:2px;opacity:0;animation:3.1s ease-in-out infinite roiPoint}.home-root .roi-line circle:last-child{fill:var(--orange);stroke:var(--orange)}.home-root .gantt{background:repeating-linear-gradient(90deg,#0000 0 34px,#2d3134 34px 35px);flex-direction:column;justify-content:center;gap:8px;padding:15px 44px 15px 20px;display:flex;overflow:hidden}.home-root .gantt i{background:linear-gradient(90deg,var(--orange),#ff9a55);transform-origin:0;height:9px;animation:3.2s ease-out infinite ganttComplete;transform:scaleX(0)}.home-root .gantt i:first-child{width:48%;margin-left:2%;animation-delay:0s}.home-root .gantt i:nth-child(2){width:60%;margin-left:14%;animation-delay:.28s}.home-root .gantt i:nth-child(3){width:42%;margin-left:42%;animation-delay:.56s}.home-root .gantt i:nth-child(4){width:28%;margin-left:64%;animation-delay:.84s}.home-root .gantt-check{border:2px solid var(--orange);width:30px;height:30px;color:var(--orange);opacity:0;border-radius:50%;place-items:center;font-size:18px;font-weight:800;animation:3.2s ease-out infinite ganttCheck;display:grid;position:absolute;top:43px;right:11px;transform:scale(.4)}.home-root .adapt-flow{place-items:center;display:grid}.home-root .adapt-flow svg{fill:none;stroke-linecap:round;stroke-linejoin:round;width:118px;height:118px;overflow:visible}.home-root .gear-wheel{transform-origin:32px 32px;animation:4.5s linear infinite gearRotate}.home-root .gear-wheel circle,.home-root .gear-wheel path{stroke:var(--orange);stroke-width:2.1px}.home-root .gear-arrows{stroke:#777e82;stroke-width:2px;animation:2.2s ease-in-out infinite arrowPulse}.home-root .drag-drop{place-items:center;display:grid}.home-root .drag-ui{background:#101214;border:1px solid #4a5053;border-radius:5px;width:244px;height:104px;position:relative;overflow:hidden}.home-root .drag-toolbar{background:#24282a;align-items:center;gap:5px;height:18px;padding-left:8px;display:flex;position:absolute;top:0;left:0;right:0}.home-root .drag-toolbar i{background:#60676b;border-radius:50%;width:5px;height:5px}.home-root .drag-toolbar i:first-child{background:var(--orange)}.home-root .drag-palette{border-right:1px solid #34393c;flex-direction:column;gap:9px;width:67px;padding:12px 9px;display:flex;position:absolute;top:18px;bottom:0;left:0}.home-root .drag-palette i{background:#1c2022;border:1px solid #555c60;border-radius:2px;height:12px}.home-root .drag-canvas{background-image:linear-gradient(#24282a 1px,#0000 1px),linear-gradient(90deg,#24282a 1px,#0000 1px);background-size:18px 18px;position:absolute;inset:18px 0 0 68px}.home-root .drag-canvas i{background:#191d1f;border:1px solid #596165;border-radius:3px;width:46px;height:20px;position:absolute}.home-root .drag-canvas i:first-child{top:18px;left:24px}.home-root .drag-canvas i:last-child{border-color:var(--orange);background:#ff660014;bottom:15px;right:20px}.home-root .drag-cursor{z-index:3;fill:#fff;stroke:#0b0c0d;stroke-width:1px;filter:drop-shadow(0 3px 4px #00000080);width:25px;height:25px;animation:3.4s ease-in-out infinite cursorDrag;position:absolute;top:45px;left:25px}.home-root .ai-signal{place-items:center;display:grid}.home-root .ai-signal:before{content:"";border:1px solid #f606;border-radius:50%;width:104px;height:104px;animation:2.7s ease-in-out infinite aiPulse;position:absolute}.home-root .ai-signal i{background:var(--orange);border-radius:50%;width:8px;height:8px;animation:5s linear infinite sparkOrbit;position:absolute;box-shadow:0 0 16px #ff6600d9}.home-root .ai-signal i:nth-child(2){animation-delay:-1.25s}.home-root .ai-signal i:nth-child(3){animation-delay:-2.5s}.home-root .ai-signal i:nth-child(4){animation-delay:-3.75s}@keyframes roiDraw{0%,12%{stroke-dashoffset:360px}62%,to{stroke-dashoffset:0}}@keyframes roiPoint{0%,24%{opacity:0;transform:scale(.5)}55%,88%{opacity:1;transform:scale(1)}to{opacity:0}}@keyframes ganttComplete{0%,8%{opacity:.55;transform:scaleX(0)}36%,to{opacity:1;transform:scaleX(1)}}@keyframes ganttCheck{0%,48%{opacity:0;transform:scale(.4)}62%,to{opacity:1;transform:scale(1)}}@keyframes gearRotate{to{transform:rotate(360deg)}}@keyframes arrowPulse{50%{stroke:var(--orange);filter:drop-shadow(0 0 4px #f609)}}@keyframes cursorDrag{0%,12%{transform:translate(0)}45%,72%{transform:translate(144px,34px)}88%,to{transform:translate(0)}}@keyframes aiPulse{50%{opacity:.45;transform:scale(.76)}}@keyframes sparkOrbit{0%{transform:rotate(0)translate(48px)}to{transform:rotate(360deg)translate(48px)}}.home-root footer{color:#fff;background:#050607;padding:78px 5vw 28px;display:block}.home-root .footer-main{grid-template-columns:1.35fr .8fr 1.15fr .95fr;gap:62px;width:min(1320px,100%);margin:0 auto;display:grid}.home-root .footer-brand p{color:#92989c;max-width:410px;margin:28px 0 24px;font-size:13px;line-height:1.7}.home-root .footer-logo{color:#fff;align-items:center;gap:13px;display:inline-flex}.home-root .footer-logo>span:last-child{letter-spacing:-.045em;font-family:Arial,sans-serif;font-size:27px}.home-root .footer-logo b{color:#fff;font-weight:500}.home-root .footer-logo strong{color:var(--orange);font-weight:500}.home-root .footer-mark{grid-template-rows:repeat(2,11px);grid-template-columns:repeat(3,11px);align-content:center;gap:6px;width:45px;height:30px;display:grid}.home-root .footer-mark i{background:var(--orange);width:11px;height:11px;transform:rotate(45deg)}.home-root .footer-mark i:nth-child(2),.home-root .footer-mark i:nth-child(4),.home-root .footer-mark i:nth-child(6){background:#fff}.home-root .footer-contact{font-family:var(--font-geist-mono);letter-spacing:.12em;text-transform:uppercase;color:#fff;align-items:center;gap:10px;font-size:10px;display:inline-flex}.home-root .footer-contact b{color:var(--orange)}.home-root .footer-column{flex-direction:column;align-items:flex-start;gap:10px;display:flex}.home-root .footer-column h3{letter-spacing:-.02em;color:#fff;margin:0 0 13px;font-family:inherit;font-size:17px;font-weight:620}.home-root .footer-column a{color:#969ca0;font-size:12px;line-height:1.35}.home-root .footer-column a:hover{color:var(--orange)}.home-root .footer-products{grid-template-columns:1fr 1fr;align-content:start;column-gap:24px;display:grid}.home-root .footer-products h3{grid-column:1/-1}.home-root .footer-bottom{width:min(1320px,100%);font-family:var(--font-geist-mono);letter-spacing:.12em;color:#747a7e;border-top:1px solid #242729;grid-column:auto;justify-content:center;margin:58px auto 0;padding-top:25px;font-size:8px;display:flex}@media (width<=1000px){.home-root .nav-shell,.home-root .content-shell{width:calc(100% - 44px)}.home-root .difference-list article{grid-template-columns:40px 72px 1fr 190px}.home-root .difference-title{grid-template-columns:1fr}.home-root .difference-title>p:last-child{max-width:500px}.home-root .vertical-grid{grid-template-columns:1fr 1fr}.home-root .vertical-card:last-child{grid-column:1/-1}.home-root .footer-main{grid-template-columns:1fr 1fr}.home-root .footer-brand{grid-column:1/-1}.home-root .footer-products{grid-template-columns:1fr 1fr}}@media (width<=820px){.home-root .nav-shell,.home-root .content-shell{width:calc(100% - 36px)}.home-root .site-header{padding:0}.home-root .brand img{width:150px}.home-root .nav-item>button{font-size:12px}.home-root .mega-menu,.home-root .company-menu{display:none}.home-root .hero{min-height:790px;padding:120px 18px 90px}.home-root .hero-image{background-position:50%;background-size:auto 100%;inset:72px 0 0}.home-root .hero-image:after{background:linear-gradient(#ffffffd6,#ffffffed 49%,#ffffff8c)}.home-root .hero-center{width:100%;margin:0}.home-root .hero-sector-line{white-space:normal}.home-root .hero-scan{width:250px;height:250px}.home-root .customer-logo{width:190px;height:82px}.home-root .image-logo img{max-height:64px}.home-root .industry{padding:86px 0}.home-root .industry-heading{margin-bottom:42px}.home-root .industry-heading h2{font-size:50px}.home-root .vertical-grid{grid-template-columns:1fr}.home-root .vertical-card:last-child{grid-column:auto}.home-root .vertical-slide{height:405px}.home-root .usa-ribbon{gap:9px;min-height:88px;padding:13px 12px}.home-root .flag-motion{width:42px;height:42px}.home-root .flag-motion img{width:40px;height:40px}.home-root .usa-ribbon strong{letter-spacing:.025em;font-size:clamp(9px,3.15vw,14px)}.home-root .usa-ribbon strong em{margin-right:4px}.home-root .difference-title{padding:75px 22px 50px}.home-root .difference-title h2{font-size:50px}.home-root .difference-list{padding:0 22px 65px}.home-root .difference-list article{grid-template-columns:38px 64px 1fr;gap:14px;min-height:255px;padding:30px 0}.home-root .difference-list article:hover{padding-left:0;padding-right:0}.home-root .difference-list article>div:nth-child(3){grid-column:1/-1}.home-root .row-motion{display:none!important}.home-root .difference-list .difference-icon{width:56px;height:56px}.home-root .difference-list h3{font-size:23px}.home-root footer{padding:64px 22px 26px}.home-root .footer-main{grid-template-columns:1fr;gap:42px}.home-root .footer-brand{grid-column:auto}.home-root .footer-products{grid-template-columns:1fr 1fr}.home-root .footer-bottom{justify-content:flex-start;margin-top:45px}}.home-root .site-header{z-index:1000;position:fixed;box-shadow:0 8px 30px #080b0d0f}.home-root .mega-menu{max-height:calc(100vh - 102px);top:86px;left:50vw;overflow:auto}.home-root .mega-products{max-height:none;overflow:visible}.home-root .product-link em{width:max-content;color:var(--orange);font-family:var(--font-geist-mono);letter-spacing:.1em;border:1px solid #f0c4b1;border-radius:3px;margin-top:5px;padding:2px 5px;font-size:7px;font-style:normal;display:inline-flex}.home-root .company-menu.mega-menu{width:min(820px,100vw - 48px);padding:0;right:auto;transform:translate(-50%,10px)}.home-root .nav-item.open .company-menu.mega-menu{transform:translate(-50%)}.home-root .company-menu .mega-top{display:block}.home-root .company-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:4px;padding:16px;display:grid}.home-root .company-grid>a{min-height:76px;font-family:var(--font-geist-mono);letter-spacing:.045em;border:1px solid #0000;border-radius:9px;grid-template-columns:48px minmax(0,1fr) 16px;align-items:center;gap:12px;padding:8px 12px;font-size:11px;font-weight:650;display:grid}.home-root .company-grid>a:hover{color:#111;background:linear-gradient(105deg,#f4f5f5,#fff7f2);border-color:#f0ded5}.home-root .company-grid>a>b{color:var(--orange);font-size:11px}.home-root .customer-band{padding:17px 0 19px}.home-root .customer-logo{width:190px;height:96px;margin-inline:5px;padding:5px 12px}.home-root .image-logo img{max-width:100%;max-height:82px}.home-root .image-logo[aria-label="U.S. Air Force"] img{max-height:78px}.home-root .image-logo[aria-label=General\ Atomics] img,.home-root .image-logo[aria-label=DCA] img,.home-root .image-logo[aria-label=Amerijet] img{max-height:70px}.home-root .industry-heading h2{white-space:nowrap;max-width:none;font-size:clamp(44px,5vw,74px)}.home-root .vertical-card{transition:transform .3s,border-color .3s,box-shadow .3s}.home-root .vertical-card:hover{border-color:#5a3a2c;transform:translateY(-8px);box-shadow:0 26px 75px #0006}.home-root .vertical-card-head{justify-content:space-between;align-items:center;gap:18px;min-height:78px;padding:18px 21px;display:flex}.home-root .vertical-card-head h3{margin:0;font-size:31px}.home-root .vertical-card-head>span{color:#fff;border:1px solid #474d50;place-items:center;width:37px;height:37px;padding:0;font-family:inherit;font-size:16px;transition:all .25s;display:grid}.home-root .vertical-card-head:hover>span{border-color:var(--orange);background:var(--orange)}.home-root .vertical-slide{border-top:1px solid #303437;border-bottom:1px solid #303437;height:310px}.home-root .system-mockup{height:250px;top:28px}.home-root .vertical-product-name{min-height:64px;font-family:var(--font-geist-mono);letter-spacing:.11em;background:#121416;justify-content:space-between;align-items:center;padding:0 21px;font-size:13px;display:flex}.home-root .vertical-product-name strong,.home-root .vertical-product-name span{color:var(--orange)}.home-root .vertical-product-name:hover{background:#181b1d}.home-root .slide-controls{height:56px}.home-root .difference-title,.home-root .difference-list{width:min(var(--content),calc(100% - 64px));margin-inline:auto;padding-left:0;padding-right:0}.home-root .difference-title{padding-top:100px;padding-bottom:65px}.home-root .difference-list{padding-bottom:90px}.home-root .metrics{width:100%;margin-inline:0}.home-root .metrics-inner{width:min(var(--content),calc(100% - 64px));margin-inline:auto;display:grid;grid-template-columns:1.15fr repeat(3,1fr);min-height:inherit}.home-root .quote-index{display:none}.home-root .gantt i{animation-duration:1.85s}.home-root .gantt i:nth-child(2){animation-delay:.14s}.home-root .gantt i:nth-child(3){animation-delay:.28s}.home-root .gantt i:nth-child(4){animation-delay:.42s}.home-root .gantt-check{animation-duration:1.85s}.home-root .gear-core{color:var(--orange);filter:drop-shadow(0 0 14px #ff66002e);font-family:Arial,sans-serif;font-size:77px;line-height:1;animation:4s linear infinite gearRotate;display:block}.home-root .gear-loop{fill:none;stroke:#7b8286;stroke-width:2.3px;stroke-linecap:round;stroke-linejoin:round;width:126px;height:126px;animation:2.2s ease-in-out infinite arrowPulse;position:absolute}.home-root .drag-item{z-index:2;border:1px solid var(--orange);background:#ff660047;border-radius:2px;width:47px;height:13px;animation:3.4s ease-in-out infinite blockDrag;position:absolute;top:42px;left:10px}.home-root .automation-flow{justify-content:center;align-items:center;gap:9px;display:flex}.home-root .automation-flow span{background:#131719;border:1px solid #4b5154;border-radius:5px;place-items:center;width:61px;height:49px;animation:3s ease-in-out infinite autoNode;display:grid;position:relative}.home-root .automation-flow span:nth-of-type(2){animation-delay:.75s}.home-root .automation-flow span:nth-of-type(3){animation-delay:1.5s}.home-root .automation-flow span i{font-family:var(--font-geist-mono);letter-spacing:.08em;color:#aab0b3;font-size:7px;font-style:normal}.home-root .automation-flow b{color:#646b6f;font-weight:400;animation:3s ease-in-out infinite autoArrow}.home-root .automation-flow b:nth-of-type(2){animation-delay:.75s}.home-root .automation-flow em{background:var(--orange);width:7px;height:7px;box-shadow:0 0 14px var(--orange);border-radius:50%;animation:3s linear infinite autoSignal;position:absolute;left:30px}@keyframes blockDrag{0%,12%{transform:translate(0)}48%,76%{width:46px;height:20px;transform:translate(158px,31px)}90%,to{transform:translate(0)}}@keyframes autoNode{0%,18%,to{background:#131719;border-color:#4b5154}30%,54%{border-color:var(--orange);background:#26150e;box-shadow:0 0 18px #ff660029}}@keyframes autoArrow{0%,28%,to{color:#646b6f}42%,62%{color:var(--orange)}}@keyframes autoSignal{0%{opacity:0;transform:translate(0)}8%{opacity:1}92%{opacity:1}to{opacity:0;transform:translate(205px)}}.home-root footer{padding-left:32px;padding-right:32px}.home-root .footer-main{grid-template-columns:1.25fr .7fr 1.15fr .85fr 1fr;gap:36px;width:min(1460px,100%)}.home-root .footer-column{gap:8px}.home-root .footer-column a{font-size:11px}.home-root .footer-column h3{margin-bottom:10px}@media (width<=1200px){.home-root .footer-main{grid-template-columns:1.2fr 1fr 1fr}.home-root .footer-brand{grid-column:1/-1}.home-root .industry-heading h2{font-size:58px}}@media (width<=820px){.home-root .mega-menu,.home-root .company-menu.mega-menu{display:none}.home-root .industry-heading h2{white-space:normal;font-size:47px}.home-root .vertical-slide{height:300px}.home-root .difference-title,.home-root .difference-list,.home-root .metrics-inner{width:calc(100% - 36px)}.home-root .footer-main{grid-template-columns:1fr 1fr}.home-root .footer-brand{grid-column:1/-1}}@media (width<=560px){.home-root .footer-main{grid-template-columns:1fr}.home-root .footer-brand{grid-column:auto}.home-root .company-grid{grid-template-columns:1fr}}.home-root .vertical-landing{--landing-max:1320px;color:#0b0d0f;background:#fff;overflow:hidden}.home-root .vertical-landing *{box-sizing:border-box}.home-root .vertical-landing a{color:inherit;text-decoration:none}.home-root .landing-header{z-index:50;-webkit-backdrop-filter:blur(15px);backdrop-filter:blur(15px);background:#fffffff2;border-bottom:1px solid #1d22251f;height:86px;position:absolute;top:0;left:0;right:0}.home-root .landing-nav-shell{align-items:center;width:min(1460px,100% - 64px);height:100%;margin:0 auto;display:flex}.home-root .landing-brand img{width:194px;display:block}.home-root .landing-nav-shell nav{align-items:center;height:100%;margin-left:auto;display:flex}.home-root .landing-nav-shell nav>a{height:100%;font-family:var(--font-geist-mono);letter-spacing:.13em;color:#34393c;align-items:center;padding:0 17px;font-size:11px;font-weight:600;display:flex;position:relative}.home-root .landing-nav-shell nav>a:after{content:"";background:var(--orange);height:3px;transition:all .25s;position:absolute;bottom:0;left:17px;right:17px;transform:scaleX(0)}.home-root .landing-nav-shell nav>a:hover:after{transform:scaleX(1)}.home-root .landing-demo{height:50px;font-family:var(--font-geist-mono);letter-spacing:.11em;background:#101214;align-items:center;gap:20px;margin-left:22px;padding:0 21px;font-size:10px;font-weight:650;display:flex;color:#fff!important}.home-root .landing-demo span{color:var(--orange)}.home-root .landing-menu{display:none}.home-root .landing-hero{isolation:isolate;background:linear-gradient(155deg,#f8fafb 0%,#eef2f3 52%,#fff 100%);min-height:860px;padding-top:86px;position:relative}.home-root .landing-grid{background-image:linear-gradient(#40484d13 1px,#0000 1px),linear-gradient(90deg,#40484d13 1px,#0000 1px);background-size:62px 62px;position:absolute;inset:0;-webkit-mask-image:linear-gradient(90deg,#000,#000000d1 52%,#0000);mask-image:linear-gradient(90deg,#000,#000000d1 52%,#0000)}.home-root .landing-hero-shell{z-index:4;width:min(var(--landing-max),calc(100% - 64px));grid-template-columns:.92fr 1.08fr;align-items:center;min-height:700px;margin:0 auto;display:grid;position:relative}.home-root .landing-hero-copy{padding:80px 0 90px}.home-root .landing-kicker{font-family:var(--font-geist-mono);letter-spacing:.2em;color:#686f73;align-items:center;gap:11px;margin:0;font-size:9px;font-weight:600;display:flex}.home-root .landing-kicker>span{background:var(--orange);width:30px;height:2px}.home-root .landing-hero h1{letter-spacing:-.073em;max-width:720px;margin:29px 0;font-size:clamp(62px,6.2vw,100px);font-weight:660;line-height:.91}.home-root .landing-hero h1 em{color:var(--orange);font-style:normal;display:block}.home-root .landing-intro{color:#5d656a;max-width:610px;margin:0;font-size:clamp(17px,1.45vw,22px);line-height:1.55}.home-root .landing-actions{gap:12px;margin-top:41px;display:flex}.home-root .landing-actions a{min-height:55px;font-family:var(--font-geist-mono);letter-spacing:.12em;border:1px solid #171a1c;justify-content:space-between;align-items:center;gap:35px;padding:0 21px;font-size:10px;font-weight:650;display:inline-flex}.home-root .landing-actions a.primary{color:#fff;background:#111416}.home-root .landing-actions a span{color:var(--orange)}.home-root .landing-actions a:hover{border-color:var(--orange)}.home-root .landing-hero-visual{z-index:-1;pointer-events:none;width:min(65vw,970px);height:690px;position:absolute;top:50%;right:-11vw;transform:translateY(-48%)}.home-root .landing-hero-visual:before{content:"";filter:blur(4px);background:radial-gradient(circle,#ff660021,#ffffff3d 37%,#0000 70%);border-radius:50%;position:absolute;inset:7% 2% 3% 4%}.home-root .commercial-jet{z-index:4;filter:drop-shadow(0 34px 30px #1e272c3d);width:88%;animation:7s ease-in-out infinite landingFloat;position:absolute;top:15%;right:-4%}.home-root .airport .commercial-jet{width:78%;top:11%;right:4%;transform:rotate(-2deg)}.home-root .airline .landing-hero{background:linear-gradient(145deg,#fff,#edf3f5 58%,#f9fafb)}.home-root .airline .commercial-jet{width:99%;top:15%;right:-13%}.home-root .runway{z-index:2;clip-path:polygon(18% 0,83% 0,100% 100%,0 100%);opacity:.44;background:linear-gradient(102deg,#0000 0 7%,#3c464c 7% 90%,#0000 90%);width:74%;height:260px;position:absolute;bottom:8%;right:1%;transform:perspective(500px)rotateX(46deg)}.home-root .runway:before{content:"";background:repeating-linear-gradient(#fff 0 22px,#0000 22px 42px);width:5px;position:absolute;top:0;bottom:0;left:49%}.home-root .runway i{background:var(--orange);width:6px;height:6px;box-shadow:0 0 13px var(--orange);border-radius:50%;position:absolute;bottom:15px}.home-root .runway i:first-child{left:12%}.home-root .runway i:nth-child(2){left:84%}.home-root .runway i:nth-child(3){bottom:30%;left:57%}.home-root .airline .runway{display:none}.home-root .flight-path{z-index:1;border:1px dashed #ff660057;border-radius:50%;animation:26s linear infinite orbitLanding;position:absolute;inset:8%;transform:rotate(-13deg)}.home-root .flight-path i{background:var(--orange);border-radius:50%;width:7px;height:7px;position:absolute;box-shadow:0 0 13px #f60c}.home-root .flight-path i:first-child{top:27%;left:8%}.home-root .flight-path i:nth-child(2){top:47%;right:-3px}.home-root .flight-path i:nth-child(3){bottom:-3px;left:45%}.home-root .landing-orbit{border:1px solid #ff660021;border-radius:50%;width:270px;height:270px;animation:20s linear infinite orbitLanding;position:absolute;top:18%;right:7vw}.home-root .landing-orbit:after{content:"";border:1px solid #ff66001f;border-radius:50%;position:absolute;inset:55px}.home-root .landing-orbit i{background:var(--orange);border-radius:50%;width:5px;height:5px;position:absolute}.home-root .landing-orbit i:first-child{top:10%;left:18%}.home-root .landing-orbit i:nth-child(2){top:51%;right:-2px}.home-root .landing-orbit i:nth-child(3){bottom:-2px;left:49%}.home-root .landing-scroll{z-index:5;font-family:var(--font-geist-mono);letter-spacing:.19em;color:#6e7478;align-items:center;gap:15px;font-size:8px;display:flex;position:absolute;bottom:24px;left:50%;transform:translate(-50%)}.home-root .landing-scroll i{background:var(--orange);width:37px;height:1px}.home-root .military .landing-hero{color:#fff;background:linear-gradient(135deg,#06080a,#11171b 58%,#090b0d)}.home-root .military .landing-grid{opacity:.38;-webkit-mask-image:radial-gradient(at 22% 44%,#000,#0000 73%);mask-image:radial-gradient(at 22% 44%,#000,#0000 73%)}.home-root .military .landing-kicker,.home-root .military .landing-intro,.home-root .military .landing-scroll{color:#a5adb2}.home-root .military .landing-hero-visual{width:min(68vw,1050px);right:-8vw}.home-root .military .landing-hero-visual:before{background:radial-gradient(circle,#ff66002b,#1e2d3636 42%,#0000 70%)}.home-root .military-jet{z-index:3;mix-blend-mode:screen;filter:drop-shadow(0 26px 28px #00000080);width:79%;animation:7s ease-in-out infinite landingFloat;position:absolute;top:17%;right:0}.home-root .military-aux{z-index:1;mix-blend-mode:screen;opacity:.44;width:70%;position:absolute;bottom:2%;right:5%}.home-root .military .runway{opacity:.2}.home-root .military .landing-actions a{color:#fff;border-color:#747d82}.home-root .military .landing-actions a.primary{background:var(--orange);border-color:var(--orange)}.home-root .military .landing-actions a.primary span{color:#fff}.home-root .landing-proof{z-index:6;width:min(var(--landing-max),calc(100% - 64px));color:#fff;border-top:3px solid var(--orange);background:#0b0d0f;grid-template-columns:repeat(3,1fr);min-height:118px;margin:-2px auto 0;display:grid;position:relative;box-shadow:0 25px 60px #070a0c29}.home-root .landing-proof>div{border-right:1px solid #303437;flex-direction:column;gap:9px;padding:27px 34px;display:flex}.home-root .landing-proof>div:last-child{border-right:0}.home-root .landing-proof span{font-family:var(--font-geist-mono);letter-spacing:.16em;color:var(--orange);font-size:8px}.home-root .landing-proof b{letter-spacing:-.015em;font-size:15px;font-weight:560}.home-root .spotlight{color:#fff;background:#0b0c0d;padding:145px 0}.home-root .spotlight-shell{width:min(var(--landing-max),calc(100% - 64px));margin:0 auto}.home-root .spotlight-heading{grid-template-columns:1fr 320px;align-items:end;column-gap:40px;margin-bottom:66px;display:grid}.home-root .spotlight-heading .landing-kicker{color:#858d91;grid-column:1/-1;margin-bottom:24px}.home-root .spotlight-heading h2{letter-spacing:-.068em;margin:0;font-size:clamp(58px,6.2vw,95px);font-weight:640;line-height:.92}.home-root .spotlight-heading h2 em{color:var(--orange);font-style:normal}.home-root .spotlight-heading>p:last-child{color:#979da1;margin:0 0 7px;font-size:14px;line-height:1.6}.home-root .spotlight-stage{background:#111315;border:1px solid #323638;grid-template-columns:330px minmax(0,1fr);min-height:690px;display:grid}.home-root .spotlight-tabs{border-right:1px solid #323638;flex-direction:column;display:flex}.home-root .spotlight-tabs button{color:#fff;text-align:left;cursor:pointer;background:0 0;border:0;border-bottom:1px solid #323638;grid-template-columns:34px 1fr 16px;align-items:center;gap:11px;min-height:138px;padding:25px 22px;transition:all .25s;display:grid;position:relative}.home-root .spotlight-tabs button:last-child{border-bottom:0}.home-root .spotlight-tabs button:before{content:"";background:var(--orange);width:4px;transition:all .25s;position:absolute;top:0;bottom:0;left:0;transform:scaleY(0)}.home-root .spotlight-tabs button.active,.home-root .spotlight-tabs button:hover{background:linear-gradient(90deg,#ff66001f,#0000)}.home-root .spotlight-tabs button.active:before{transform:scaleY(1)}.home-root .spotlight-tabs button>span{font-family:var(--font-geist-mono);color:#757c80;font-size:8px}.home-root .spotlight-tabs button div{flex-direction:column;gap:7px;display:flex}.home-root .spotlight-tabs strong{font-family:var(--font-geist-mono);letter-spacing:.09em;font-size:12px}.home-root .spotlight-tabs small{color:#888f93;font-size:12px;line-height:1.3}.home-root .spotlight-tabs button>b{color:#636a6e;font-weight:400}.home-root .spotlight-tabs button.active>b{color:var(--orange)}.home-root .spotlight-product{grid-template-rows:440px 1fr;min-width:0;animation:.5s productReveal;display:grid}.home-root .product-visual{background:radial-gradient(circle at 62% 42%,#ff660021,#0000 37%),linear-gradient(135deg,#171c20,#0c0f11);padding:44px 46px;position:relative;overflow:hidden}.home-root .product-visual:before{content:"";background-image:linear-gradient(#ffffff0a 1px,#0000 1px),linear-gradient(90deg,#ffffff0a 1px,#0000 1px);background-size:42px 42px;position:absolute;inset:0}.home-root .visual-index{font-family:var(--font-geist-mono);letter-spacing:.12em;color:#7c8387;font-size:8px;position:absolute;bottom:20px;right:23px}.home-root .landing-mockup{z-index:2;background:#e8ecee;border:1px solid #ffffff3d;border-radius:9px;width:94%;height:355px;margin:0 auto;position:relative;overflow:hidden;transform:perspective(1000px)rotateX(3deg)rotateY(-4deg);box-shadow:0 35px 75px #0000008c}.home-root .lm-top{color:#fff;background:#14181b;align-items:center;height:36px;padding:0 14px;display:flex}.home-root .lm-mark{grid-template-columns:repeat(3,4px);gap:3px;width:28px;display:grid}.home-root .lm-mark i{background:var(--orange);width:4px;height:4px;transform:rotate(45deg)}.home-root .lm-mark i:nth-child(2n){background:#fff}.home-root .lm-top>b{font-family:var(--font-geist-mono);letter-spacing:.12em;color:#a1a8ac;margin-left:9px;font-size:6px}.home-root .lm-top em{font-family:var(--font-geist-mono);letter-spacing:.12em;color:#6be29a;margin-left:auto;font-size:6px;font-style:normal}.home-root .lm-layout{grid-template-columns:48px 1fr;height:calc(100% - 36px);display:grid}.home-root .lm-layout>aside{background:#1c2225;flex-direction:column;align-items:center;gap:13px;padding:17px 12px;display:flex}.home-root .lm-layout>aside i{border:1px solid #495156;border-radius:3px;width:21px;height:18px}.home-root .lm-layout>aside i.active{border-color:var(--orange);background:#ff66002b}.home-root .lm-content{background:linear-gradient(145deg,#f5f7f8,#e7ebed);padding:17px 20px}.home-root .lm-heading{justify-content:space-between;align-items:center;display:flex}.home-root .lm-heading>span{flex-direction:column;gap:3px;display:flex}.home-root .lm-heading b{color:#30373b;font-size:10px}.home-root .lm-heading small{color:#92999d;font-size:6px}.home-root .lm-heading>i{background:linear-gradient(90deg,var(--orange) 38%,#cfd5d8 38%);border-radius:8px;width:55px;height:15px}.home-root .lm-metrics{grid-template-columns:repeat(3,1fr);gap:9px;margin:15px 0 11px;display:grid}.home-root .lm-metrics span{background:#fff;border-left:3px solid #aeb6ba;border-radius:5px;flex-direction:column;gap:8px;min-height:52px;padding:9px;display:flex;box-shadow:0 5px 12px #171e220d}.home-root .lm-metrics span:first-child{border-color:var(--orange)}.home-root .lm-metrics small{font-family:var(--font-geist-mono);letter-spacing:.08em;color:#899196;font-size:5px}.home-root .lm-metrics b{color:#2f373b;font-size:10px}.home-root .lm-board{grid-template-columns:1.5fr .72fr;gap:10px;height:130px;display:grid}.home-root .lm-map{background:#fff;border-radius:5px;position:relative;overflow:hidden}.home-root .lm-map:before{content:"";background-image:linear-gradient(#e5e9eb 1px,#0000 1px),linear-gradient(90deg,#e5e9eb 1px,#0000 1px);background-size:20px 20px;position:absolute;inset:0}.home-root .lm-map:after{content:"";background:linear-gradient(90deg,#8d989e,var(--orange),#8d989e);height:2px;position:absolute;top:54%;left:11%;right:11%;transform:rotate(-15deg)}.home-root .lm-map i{z-index:2;background:var(--orange);border-radius:50%;width:7px;height:7px;position:absolute;box-shadow:0 0 0 4px #ff660021}.home-root .lm-map i:first-child{top:66%;left:14%}.home-root .lm-map i:nth-child(2){background:#65747c;top:44%;left:35%}.home-root .lm-map i:nth-child(3){top:47%;left:59%}.home-root .lm-map i:nth-child(4){background:#65747c;top:29%;right:16%}.home-root .lm-map i:nth-child(5){bottom:15%;right:12%}.home-root .lm-panel{background:#fff;border-radius:5px;flex-direction:column;gap:9px;padding:12px 10px;display:flex}.home-root .lm-panel b{font-family:var(--font-geist-mono);letter-spacing:.1em;color:#747d82;font-size:5px}.home-root .lm-panel i{background:linear-gradient(90deg,#bfc6ca 27%,#e6e9eb 27%);border-radius:3px;height:13px}.home-root .lm-panel i:first-of-type{border-left:2px solid var(--orange)}.home-root .lm-table{flex-direction:column;gap:7px;margin-top:11px;display:flex}.home-root .lm-table i{background:linear-gradient(90deg,#c3cace 17%,#dfe3e5 17% 44%,#d0d6d9 44% 67%,#e8ebed 67%);border-radius:3px;height:7px}.home-root .visual-inspection .lm-map:after{opacity:.75;background:repeating-linear-gradient(#424d52 0 15px,#fff 15px 23px);width:24px;height:125%;top:-10%;left:48%;right:auto;transform:rotate(24deg)}.home-root .visual-operations .lm-map:after,.home-root .visual-readiness .lm-map:after{border:9px solid #ff66003b;border-right-color:var(--orange);background:0 0;border-radius:50%;width:78px;height:78px;top:18px;left:auto;right:20px;transform:none}.home-root .visual-schedule .lm-map:after{background:repeating-linear-gradient(90deg,#64737a29 0 34px,#0000 34px 38px),repeating-linear-gradient(#0000 0 24px,#64737a33 24px 25px);height:auto;inset:14px;transform:none}.home-root .visual-flight .lm-map:after{content:"✈";color:#ff660094;background:0 0;height:auto;font-size:49px;top:29px;left:auto;right:24px;transform:rotate(-17deg)}.home-root .visual-safety .lm-map:after{background:linear-gradient(90deg,#39a45e4f 33%,#f6bd3957 33% 66%,#d646394d 66%);border-radius:5px;height:auto;inset:18px;transform:none}.home-root .visual-qualification .lm-map:after{content:"✓";width:64px;height:64px;color:var(--orange);background:0 0;border:8px solid #ff660047;border-radius:50%;place-items:center;font-size:39px;font-weight:700;display:grid;top:22px;left:auto;right:33px;transform:none}.home-root .visual-custom .lm-map:after{background:radial-gradient(circle at 9% 58%,var(--orange) 0 6px,transparent 7px),radial-gradient(circle at 47% 24%,#6f7d84 0 6px,transparent 7px),radial-gradient(circle at 83% 61%,var(--orange) 0 6px,transparent 7px),linear-gradient(27deg,transparent 48%,#a0a9ae 49% 51%,transparent 52%);height:auto;inset:19px;transform:none}.home-root .product-copy{border-top:1px solid #323638;grid-template-columns:1fr 1fr;align-items:start;column-gap:35px;padding:31px 38px 35px;display:grid;position:relative}.home-root .product-copy>span{font-family:var(--font-geist-mono);letter-spacing:.15em;color:var(--orange);grid-column:1/-1;font-size:8px}.home-root .product-copy h3{letter-spacing:-.05em;margin:10px 0 1px;font-size:37px}.home-root .product-copy h4{color:#aeb4b8;margin:0;font-size:14px;font-weight:500}.home-root .product-copy p{color:#969da1;grid-area:2/2/5;margin:12px 0 0;font-size:13px;line-height:1.58}.home-root .product-copy>a{font-family:var(--font-geist-mono);letter-spacing:.12em;color:#fff;align-items:center;gap:12px;margin-top:23px;font-size:9px;display:inline-flex}.home-root .product-copy>a b{color:var(--orange)}.home-root .landing-capabilities{background:#fff;padding:135px 0}.home-root .capabilities-shell{width:min(var(--landing-max),calc(100% - 64px));margin:0 auto}.home-root .capabilities-heading{justify-content:space-between;align-items:end;margin-bottom:55px;display:flex}.home-root .capabilities-heading h2{letter-spacing:-.065em;margin:24px 0 0;font-size:clamp(54px,5.6vw,84px);line-height:.92}.home-root .capability-grid{border-top:1px solid #d9dddf;border-bottom:1px solid #d9dddf;grid-template-columns:repeat(3,1fr);display:grid}.home-root .capability-grid article{border-right:1px solid #d9dddf;min-height:330px;padding:35px 33px;transition:all .3s;position:relative}.home-root .capability-grid article:last-child{border-right:0}.home-root .capability-grid article:hover{color:#fff;background:#101214;transform:translateY(-8px)}.home-root .capability-grid article>span{font-family:var(--font-geist-mono);letter-spacing:.14em;color:var(--orange);font-size:9px}.home-root .capability-grid h3{letter-spacing:-.04em;margin:95px 0 16px;font-size:30px;line-height:1.05}.home-root .capability-grid p{color:#71787c;max-width:310px;margin:0;font-size:14px;line-height:1.6}.home-root .capability-grid article>i{border:1px solid #cdd2d4;place-items:center;width:39px;height:39px;font-style:normal;display:grid;position:absolute;top:31px;right:30px}.home-root .capability-grid article:hover>i{border-color:var(--orange);background:var(--orange)}.home-root .landing-cta{color:#fff;text-align:center;isolation:isolate;background:#0a0c0e;padding:130px 32px;position:relative;overflow:hidden}.home-root .landing-cta:before{content:"";z-index:-1;border:1px solid #ff66002b;border-radius:50%;width:600px;height:600px;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);box-shadow:0 0 110px #ff66001f}.home-root .landing-cta .landing-grid{opacity:.36;-webkit-mask-image:radial-gradient(circle,#000,#0000 70%);mask-image:radial-gradient(circle,#000,#0000 70%)}.home-root .landing-cta>div:last-child{z-index:2;width:min(930px,100%);margin:0 auto;position:relative}.home-root .landing-cta p{font-family:var(--font-geist-mono);letter-spacing:.2em;color:var(--orange);font-size:9px}.home-root .landing-cta h2{letter-spacing:-.067em;margin:25px 0 42px;font-size:clamp(50px,6vw,88px);line-height:.95}.home-root .landing-cta a{background:var(--orange);height:58px;font-family:var(--font-geist-mono);letter-spacing:.12em;align-items:center;gap:38px;padding:0 23px;font-size:10px;font-weight:650;display:inline-flex}.home-root .landing-cta a span{font-size:14px}.home-root .landing-footer{display:block}@keyframes landingFloat{0%,to{transform:translateY(0)rotate(-1deg)}50%{transform:translateY(-13px)rotate(1deg)}}@keyframes orbitLanding{to{transform:rotate(360deg)}}@keyframes productReveal{0%{opacity:.15;transform:translateY(8px)}to{opacity:1;transform:none}}@media (width<=1100px){.home-root .landing-nav-shell nav>a{padding-inline:10px;font-size:9px}.home-root .landing-demo{margin-left:10px}.home-root .landing-hero-shell{grid-template-columns:1fr}.home-root .landing-hero-copy{z-index:4;width:64%;position:relative}.home-root .landing-hero-visual{opacity:.85;right:-19vw}.home-root .spotlight-stage{grid-template-columns:270px 1fr}.home-root .landing-mockup{width:100%}.home-root .product-copy{grid-template-columns:1fr}.home-root .product-copy p{grid-area:auto/1}.home-root .footer-main{grid-template-columns:1.2fr 1fr 1fr}.home-root .footer-brand{grid-column:1/-1}}@media (width<=820px){.home-root .landing-header{height:72px}.home-root .landing-nav-shell{width:calc(100% - 36px)}.home-root .landing-brand img{width:150px}.home-root .landing-nav-shell nav{background:#fff;flex-direction:column;height:auto;padding:15px 18px;display:none;position:absolute;top:72px;left:0;right:0;box-shadow:0 20px 40px #00000026}.home-root .landing-nav-shell nav.open{display:flex}.home-root .landing-nav-shell nav>a{border-bottom:1px solid #e8eaeb;width:100%;height:48px}.home-root .landing-demo{display:none}.home-root .landing-menu{background:0 0;border:0;flex-direction:column;justify-content:center;align-items:flex-end;gap:7px;width:39px;height:39px;margin-left:auto;padding:0;display:flex}.home-root .landing-menu i{background:#101214;width:24px;height:1px}.home-root .landing-menu i:last-child{width:17px}.home-root .landing-hero{min-height:800px;padding-top:72px}.home-root .landing-hero-shell{width:calc(100% - 38px);min-height:690px}.home-root .landing-hero-copy{width:100%;padding:77px 0 270px}.home-root .landing-hero h1{font-size:53px}.home-root .landing-intro{max-width:500px;font-size:16px}.home-root .landing-actions{flex-direction:column;align-items:flex-start}.home-root .landing-actions a{min-width:230px}.home-root .landing-hero-visual{opacity:.67;width:120vw;height:430px;top:auto;bottom:24px;right:-43vw;transform:none}.home-root .commercial-jet,.home-root .airport .commercial-jet,.home-root .airline .commercial-jet{width:86%;top:0;right:10%}.home-root .military-jet{width:88%;top:3%;right:7%}.home-root .military-aux{width:76%}.home-root .runway{height:155px}.home-root .landing-orbit{width:190px;height:190px;right:-50px}.home-root .landing-scroll{display:none}.home-root .landing-proof{grid-template-columns:1fr;width:calc(100% - 36px)}.home-root .landing-proof>div{border-bottom:1px solid #303437;border-right:0;padding:20px 23px}.home-root .spotlight{padding:95px 0}.home-root .spotlight-shell,.home-root .capabilities-shell{width:calc(100% - 36px)}.home-root .spotlight-heading{margin-bottom:42px;display:block}.home-root .spotlight-heading h2{font-size:51px}.home-root .spotlight-heading>p:last-child{max-width:440px;margin-top:24px}.home-root .spotlight-stage{display:block}.home-root .spotlight-tabs{border-bottom:1px solid #323638;border-right:0;grid-template-columns:1fr 1fr;display:grid}.home-root .spotlight-tabs button{min-height:104px;padding:17px 14px}.home-root .spotlight-tabs button:nth-child(odd){border-right:1px solid #323638}.home-root .spotlight-product{grid-template-rows:330px 1fr}.home-root .product-visual{padding:30px 19px}.home-root .landing-mockup{height:270px;transform:none}.home-root .lm-content{padding:12px}.home-root .lm-board{height:90px}.home-root .lm-metrics span{min-height:41px}.home-root .lm-panel{display:none}.home-root .lm-board{grid-template-columns:1fr}.home-root .product-copy{padding:28px 24px}.home-root .landing-capabilities{padding:90px 0}.home-root .capabilities-heading h2{font-size:51px}.home-root .capability-grid{grid-template-columns:1fr}.home-root .capability-grid article{border-bottom:1px solid #d9dddf;border-right:0;min-height:250px}.home-root .capability-grid article:last-child{border-bottom:0}.home-root .capability-grid h3{margin-top:57px}.home-root .landing-cta{padding:100px 22px}.home-root .landing-cta h2{font-size:50px}.home-root .landing-footer .footer-main{grid-template-columns:1fr}.home-root .landing-footer .footer-brand{grid-column:auto}}@media (width<=480px){.home-root .landing-hero h1{font-size:46px}.home-root .landing-actions a{width:100%}.home-root .spotlight-tabs{grid-template-columns:1fr}.home-root .spotlight-tabs button:nth-child(odd){border-right:0}.home-root .product-visual{padding-inline:9px}.home-root .lm-layout{grid-template-columns:34px 1fr}.home-root .lm-layout>aside{padding-inline:6px}.home-root .lm-metrics span:nth-child(3){display:none}.home-root .lm-metrics{grid-template-columns:1fr 1fr}.home-root .landing-mockup{height:260px}.home-root .product-copy h3{font-size:31px}.home-root .landing-cta h2{font-size:44px}}@media (prefers-reduced-motion:reduce){.home-root .vertical-landing *{scroll-behavior:auto!important;animation-duration:.001ms!important;animation-iteration-count:1!important}}.home-root .mykonos-page{--exact-max:1320px;color:#0b0d0f;background:#fff;overflow:hidden}.home-root .mykonos-page *{box-sizing:border-box}.home-root .mykonos-page a{color:inherit;text-decoration:none}.home-root .exact-shell{width:min(var(--exact-max),calc(100% - 64px));margin:0 auto}.home-root .exact-grid{background-image:linear-gradient(#454d5212 1px,#0000 1px),linear-gradient(90deg,#454d5212 1px,#0000 1px);background-size:62px 62px;position:absolute;inset:0;-webkit-mask-image:radial-gradient(#000,#0000 78%);mask-image:radial-gradient(#000,#0000 78%)}.home-root .exact-hero{isolation:isolate;background:linear-gradient(145deg,#f8fafb,#ebf0f2 64%,#fff);min-height:790px;padding-top:86px;position:relative}.home-root .exact-hero-shell{z-index:2;width:min(var(--exact-max),calc(100% - 64px));grid-template-columns:.73fr 1.27fr;align-items:center;gap:55px;min-height:690px;margin:0 auto;display:grid;position:relative}.home-root .exact-hero-copy h1{font-family:var(--font-geist-mono);letter-spacing:.14em;color:var(--orange);margin:0;font-size:clamp(42px,4.5vw,56px);font-weight:750;line-height:1;text-transform:uppercase}.home-root .exact-hero-copy h2{letter-spacing:-.071em;max-width:610px;margin:19px 0 39px;font-size:clamp(48px,4.6vw,72px);line-height:.94}.home-root .exact-hero-copy a{color:#fff;min-height:56px;font-family:var(--font-geist-mono);letter-spacing:.13em;background:#111416;align-items:center;gap:38px;padding:0 23px;font-size:9px;font-weight:650;display:inline-flex}.home-root .exact-hero-copy a span{color:var(--orange)}.home-root .exact-visual{background:#e6ebed;border:1px solid #ffffffb3;border-radius:11px;width:760px;max-width:100%;height:485px;animation:7s ease-in-out infinite exactFloat;position:relative;overflow:hidden;transform:perspective(1100px)rotateY(-4deg);box-shadow:0 42px 95px #18232847}.home-root .exact-visual-top{background:#131719;align-items:center;gap:7px;height:47px;padding:0 17px;display:flex}.home-root .exact-visual-top i{background:#697278;border-radius:50%;width:6px;height:6px}.home-root .exact-visual-top i:first-child{background:var(--orange)}.home-root .exact-visual-top span{background:#4d565b;border-radius:4px;width:84px;height:7px;margin-left:8px}.home-root .exact-visual-layout{grid-template-columns:58px 1fr;height:calc(100% - 47px);display:grid}.home-root .exact-visual-layout>aside{background:#1d2326;flex-direction:column;gap:16px;padding:20px 13px;display:flex}.home-root .exact-visual-layout>aside i{border:1px solid #4b555a;border-radius:4px;width:29px;height:26px}.home-root .exact-visual-layout>aside i:first-child{border-color:var(--orange);background:#ff660024}.home-root .exact-visual-main{background:linear-gradient(145deg,#f8f9f9,#e4e9eb);padding:24px}.home-root .exact-visual-cards{grid-template-columns:repeat(3,1fr);gap:11px;display:grid}.home-root .exact-visual-cards i{background:#fff;border-left:3px solid #adb6ba;border-radius:5px;height:69px;box-shadow:0 6px 15px #1f2a2f0f}.home-root .exact-visual-cards i:first-child{border-color:var(--orange)}.home-root .exact-property-map{background:#e7ecee;border-radius:6px;height:224px;margin-top:13px;position:relative;overflow:hidden;box-shadow:inset 0 0 0 1px #cfd6d9}.home-root .exact-property-map:before{content:"";background-image:linear-gradient(25deg,#0000 46%,#aab6bb 47% 49%,#0000 50%),linear-gradient(112deg,#0000 47%,#c5cdd0 48% 50%,#0000 51%),radial-gradient(circle at 20% 30%,#74a08440,#0000 22%),radial-gradient(circle at 77% 69%,#74a08433,#0000 24%);position:absolute;inset:0}.home-root .exact-property-map:after{content:"";background:#68747a;border:3px solid #c6cfd2;width:270px;height:25px;position:absolute;top:44%;left:9%;transform:rotate(-23deg)}.home-root .exact-property-map span{z-index:3;background:var(--orange);border:3px solid #fff;border-radius:50%;width:17px;height:17px;position:absolute;box-shadow:0 0 0 5px #ff66002e}.home-root .exact-property-map span:first-child{top:24%;left:15%}.home-root .exact-property-map span:nth-child(2){top:18%;right:23%}.home-root .exact-property-map span:nth-child(3){bottom:19%;left:47%}.home-root .exact-property-map span:nth-child(4){bottom:22%;right:12%}.home-root .exact-property-map b{z-index:2;border:5px solid #929da2;border-radius:30px 5px 5px 30px;width:92px;height:43px;position:absolute;top:42%;left:43%;transform:rotate(-5deg)}.home-root .exact-visual-rows{flex-direction:column;gap:8px;margin-top:13px;display:flex}.home-root .exact-visual-rows i{background:linear-gradient(90deg,#c1c9cc 18%,#dde2e4 18% 46%,#ced5d8 46% 68%,#eaedef 68%);border-radius:4px;height:8px}.home-root .exact-attributes{z-index:4;width:min(var(--exact-max),calc(100% - 64px));color:#fff;border-top:3px solid var(--orange);background:#0b0d0f;grid-template-columns:repeat(3,1fr);min-height:140px;margin:-18px auto 0;display:grid;position:relative;box-shadow:0 25px 65px #06090b33}.home-root .exact-attributes>div{border-right:1px solid #303437;grid-template-columns:34px 1fr;column-gap:10px;padding:29px 31px;display:grid}.home-root .exact-attributes>div:last-child{border-right:0}.home-root .exact-attributes span{font-family:var(--font-geist-mono);color:var(--orange);grid-row:1/3;font-size:8px}.home-root .exact-attributes h3{letter-spacing:-.025em;margin:0;font-size:19px}.home-root .exact-attributes p{color:#999fa3;margin:8px 0 0;font-size:12px;line-height:1.48}.home-root .exact-contents{background:#fff;padding:53px 0}.home-root .exact-contents>div{width:min(var(--exact-max),calc(100% - 64px));border-top:1px solid #d9dddf;border-left:1px solid #d9dddf;grid-template-columns:repeat(3,1fr);margin:0 auto;display:grid}.home-root .exact-contents strong,.home-root .exact-contents a{min-height:64px;font-family:var(--font-geist-mono);letter-spacing:.06em;border-bottom:1px solid #d9dddf;border-right:1px solid #d9dddf;align-items:center;padding:0 19px;font-size:8px;line-height:1.35;display:flex}.home-root .exact-contents strong{color:var(--orange)}.home-root .exact-contents a:hover{color:#fff;background:#101214}.home-root .exact-copy-section,.home-root .exact-list-section{padding:125px 0}.home-root .exact-copy-section{background:#fff}.home-root .exact-copy-section .exact-shell,.home-root .exact-list-section .exact-shell{grid-template-columns:.72fr 1.28fr;gap:85px;display:grid}.home-root .exact-section-title>span{font-family:var(--font-geist-mono);letter-spacing:.12em;color:var(--orange);font-size:9px}.home-root .exact-section-title h2{letter-spacing:-.065em;max-width:570px;margin:27px 0 0;font-size:clamp(51px,5.2vw,78px);line-height:.94}.home-root .exact-prose{padding-top:37px}.home-root .exact-prose p{color:#5e666a;margin:0 0 25px;font-size:15px;line-height:1.75}.home-root .exact-list-section.light{background:#f2f4f4}.home-root .exact-list-section.dark{color:#fff;background:#0b0d0f}.home-root .exact-list-section.dark .exact-section-title h2{color:#fff}.home-root .exact-bullet-list{border-top:1px solid #c9cfd2;margin:0;padding:0 0 0 1.35em;list-style:disc}.home-root .exact-bullet-list li{border-bottom:1px solid #c9cfd2;min-height:52px;padding:14px 6px 14px 4px}.home-root .exact-bullet-list li::marker{color:var(--orange)}.home-root .exact-bullet-list li p{color:#4e565a;margin:0;font-size:13px;line-height:1.55}.home-root .dark .exact-bullet-list,.home-root .dark .exact-bullet-list li{border-color:#34383b}.home-root .dark .exact-bullet-list li p{color:#c2c7c9}.home-root .dark .exact-bullet-list li::marker{color:var(--orange)}.home-root .exact-trust-line{text-align:center;background:#f1f3f3;padding:105px 32px}.home-root .exact-trust-line p{letter-spacing:-.045em;max-width:980px;margin:0 auto 35px;font-size:clamp(28px,3.4vw,50px);line-height:1.08}.home-root .exact-trust-line a{background:var(--orange);color:#fff;height:56px;font-family:var(--font-geist-mono);letter-spacing:.12em;align-items:center;gap:34px;padding:0 23px;font-size:9px;font-weight:650;display:inline-flex}@keyframes exactFloat{0%,to{transform:perspective(1100px)rotateY(-4deg)translateY(0)}50%{transform:perspective(1100px)rotateY(-2deg)translateY(-10px)}}.home-root .exact-attributes>div{display:block}@media (width<=1000px){.home-root .exact-hero{min-height:1030px}.home-root .exact-hero-shell{min-height:930px;display:block}.home-root .exact-hero-copy{padding:105px 0 55px}.home-root .exact-visual{width:100%;animation:none;transform:none}.home-root .exact-copy-section .exact-shell,.home-root .exact-list-section .exact-shell{grid-template-columns:1fr;gap:48px}.home-root .exact-prose{padding-top:0}}@media (width<=820px){.home-root .exact-shell,.home-root .exact-hero-shell{width:calc(100% - 36px)}.home-root .exact-hero{min-height:950px;padding-top:72px}.home-root .exact-hero-shell{min-height:870px}.home-root .exact-hero-copy{padding:80px 0 48px}.home-root .exact-hero-copy h2{font-size:clamp(40px,7vw,56px)}.home-root .exact-visual{height:420px}.home-root .exact-visual-layout{grid-template-columns:40px 1fr}.home-root .exact-visual-layout>aside{padding-inline:6px}.home-root .exact-visual-main{padding:14px}.home-root .exact-property-map{height:190px}.home-root .exact-attributes{grid-template-columns:1fr;width:calc(100% - 36px)}.home-root .exact-attributes>div{border-bottom:1px solid #303437;border-right:0}.home-root .exact-contents>div{grid-template-columns:1fr;width:calc(100% - 36px)}.home-root .exact-copy-section,.home-root .exact-list-section{padding:90px 0}.home-root .exact-section-title h2{font-size:49px}.home-root .exact-prose p{font-size:14px}.home-root .exact-trust-line{padding:85px 20px}.home-root .exact-trust-line p{font-size:35px}}@media (width<=500px){.home-root .exact-hero{min-height:880px}.home-root .exact-hero-shell{min-height:810px}.home-root .exact-hero-copy h2{font-size:clamp(34px,8vw,48px)}.home-root .exact-visual{height:360px}.home-root .exact-property-map{height:150px}.home-root .exact-section-title h2{font-size:42px}.home-root .exact-bullet-list li{padding-left:2px}.home-root .exact-trust-line p{font-size:30px}}@media (prefers-reduced-motion:reduce){.home-root .mykonos-page *{animation-duration:.001ms!important;animation-iteration-count:1!important}}.home-root .product-content-frame{grid-template-columns:270px minmax(0,1fr);align-items:start;gap:44px;width:min(1460px,100% - 64px);margin:0 auto;padding:82px 0 110px;display:grid}.home-root .product-toc{z-index:12;border-top:3px solid var(--orange);-webkit-backdrop-filter:blur(14px);backdrop-filter:blur(14px);background:#fffffff5;border-bottom:1px solid #d9dddf;padding:24px 0;position:sticky;top:114px}.home-root .product-toc>strong{font-family:var(--font-geist-mono);letter-spacing:.16em;text-transform:uppercase;color:var(--orange);padding:0 19px 18px;font-size:10px;display:block}.home-root .product-toc>a{color:#777e82;border-top:1px solid #e5e8e9;grid-template-columns:4px 28px 1fr;align-items:center;gap:9px;min-height:64px;padding:11px 15px 11px 19px;transition:all .25s;display:grid;position:relative}.home-root .product-toc>a>i{background:#d7dbdd;width:3px;height:30px;transition:all .25s;transform:scaleY(.35)}.home-root .product-toc>a>span{font-family:var(--font-geist-mono);color:#9ba1a4;font-size:8px}.home-root .product-toc>a>b{font-size:12px;font-weight:560;line-height:1.35}.home-root .product-toc>a:hover,.home-root .product-toc>a.active{color:#101214;background:#f5f6f6}.home-root .product-toc>a.active>i{background:var(--orange);transform:scaleY(1)}.home-root .product-toc>a.active>span{color:var(--orange)}.home-root .product-section-stack{border:1px solid #d9dddf;min-width:0;overflow:hidden}.home-root .product-section-stack .exact-copy-section,.home-root .product-section-stack .exact-list-section{padding:104px 0;scroll-margin-top:112px}.home-root .product-section-stack .exact-shell{width:calc(100% - 72px);display:block}.home-root .product-section-stack .exact-section-title{grid-template-columns:48px 1fr;align-items:start;gap:14px;margin-bottom:47px;display:grid}.home-root .product-section-stack .exact-section-title>span{padding-top:13px}.home-root .product-section-stack .exact-section-title h2{max-width:760px;margin:0;font-size:clamp(48px,5vw,72px)}.home-root .product-section-stack .exact-prose{max-width:780px;margin-left:62px;padding-top:0}.home-root .product-section-stack .exact-bullet-list{margin-left:62px}@media (width<=1050px){.home-root .product-content-frame{grid-template-columns:225px minmax(0,1fr);gap:24px}.home-root .product-section-stack .exact-shell{width:calc(100% - 48px)}.home-root .product-section-stack .exact-section-title{grid-template-columns:39px 1fr}.home-root .product-section-stack .exact-prose,.home-root .product-section-stack .exact-bullet-list{margin-left:53px}}@media (width<=820px){.home-root .product-content-frame{width:100%;padding:0;display:block}.home-root .product-toc{white-space:nowrap;border-top:1px solid #d9dddf;border-bottom:1px solid #d9dddf;align-items:stretch;padding:0;display:flex;top:72px;overflow-x:auto}.home-root .product-toc>strong{align-items:center;min-width:max-content;padding:0 18px;display:flex}.home-root .product-toc>a{border-top:0;border-left:1px solid #e5e8e9;grid-template-columns:3px 23px 1fr;min-width:210px;min-height:66px}.home-root .product-toc>a>b{white-space:normal}.home-root .product-section-stack{border:0}.home-root .product-section-stack .exact-copy-section,.home-root .product-section-stack .exact-list-section{padding:84px 0;scroll-margin-top:140px}.home-root .product-section-stack .exact-shell{width:calc(100% - 36px)}.home-root .product-section-stack .exact-section-title{margin-bottom:38px;display:block}.home-root .product-section-stack .exact-section-title>span{padding:0 0 16px;display:block}.home-root .product-section-stack .exact-prose,.home-root .product-section-stack .exact-bullet-list{margin-left:0}}

/* Mobile accordion mega menus */
@media (width <= 1000px) {
  .home-root .nav-item.open .mega-menu,
  .home-root .nav-item.open .company-menu {
    display: block !important;
    opacity: 1 !important;
    visibility: visible !important;
    position: static;
    transform: none;
    translate: none;
    width: 100%;
    left: auto;
    box-shadow: none;
    border: 0;
    padding: 8px 0 18px;
    background: transparent;
  }
  .home-root .nav-item.open .mega-products {
    grid-template-columns: 1fr;
  }
  .home-root .nav-cta {
    display: flex;
    margin: 12px 20px 20px;
    justify-content: center;
  }
}

/* Dropdown positioning + white modules panel overrides */
@media (width > 1000px) {
  .home-root .site-header .mega-menu.mega-airports,
  .home-root .site-header .mega-menu.mega-airlines,
  .home-root .site-header .mega-menu.mega-defense,
  .home-root .site-header .company-menu.mega-menu {
    position: fixed !important;
    top: 86px !important;
    left: 50% !important;
    right: auto !important;
    width: min(1180px, calc(100vw - 48px)) !important;
    max-width: calc(100vw - 48px) !important;
    max-height: calc(100vh - 110px) !important;
    margin: 0 !important;
    padding: 0 !important;
    overflow: hidden auto !important;
    transform: translateX(-50%) !important;
    translate: none !important;
    box-sizing: border-box !important;
  }

  .home-root .site-header .nav-item.open .mega-menu,
  .home-root .site-header .nav-item.open .company-menu {
    transform: translateX(-50%) !important;
  }

  .home-root .site-header .company-menu.mega-menu {
    width: min(820px, calc(100vw - 48px)) !important;
  }

  .home-root .site-header .mega-menu.mega-airlines {
    width: min(520px, calc(100vw - 48px)) !important;
  }

  .home-root .site-header .mega-menu.mega-airlines.has-modules {
    width: min(860px, calc(100vw - 48px)) !important;
  }

  /* Split layout for Airports / Defense (not Airlines) */
  .home-root .mega-airports .mega-body,
  .home-root .mega-defense .mega-body,
  .home-root .mega-body.mega-body--split {
    display: grid !important;
    grid-template-columns: minmax(0, 1.05fr) minmax(300px, 1fr) !important;
    align-items: stretch;
    min-height: 440px;
  }

  .home-root .mega-airports .mega-body.mega-body--with-panel,
  .home-root .mega-defense .mega-body.mega-body--with-panel,
  .home-root .mega-body.mega-body--split.mega-body--with-panel {
    grid-template-columns: minmax(0, 0.95fr) minmax(560px, 1.2fr) !important;
  }

  /* Airlines: one product column + modules panel on the right */
  .home-root .mega-airlines .mega-body.mega-body--single,
  .home-root .mega-body.mega-body--single {
    display: grid !important;
    grid-template-columns: minmax(0, 1fr) !important;
    align-items: stretch;
    min-height: 0;
  }

  .home-root .mega-airlines .mega-body.mega-body--single.mega-body--with-panel,
  .home-root .mega-body.mega-body--single.mega-body--with-panel {
    grid-template-columns: minmax(280px, 1fr) minmax(260px, 320px) !important;
  }

  .home-root .mega-body--single .mega-col--all {
    min-width: 0;
    border-right: 0;
  }

  .home-root .mega-body--single.mega-body--with-panel .mega-col--all {
    border-right: 1px solid var(--line);
  }

  .home-root .mega-body--single .mega-products--all {
    padding: 14px 14px 18px;
  }

  .home-root .mega-body--single .module-panel {
    border-left: 0;
  }

  .home-root .mega-col-label {
    font-family: var(--font-geist-mono);
    letter-spacing: 0.16em;
    text-transform: uppercase;
    color: #8a9095;
    font-size: 9px;
    font-weight: 700;
    margin: 0;
    padding: 16px 18px 6px;
  }

  .home-root .mega-products {
    display: grid !important;
    grid-template-columns: 1fr !important;
    gap: 3px;
    max-height: none;
    overflow: visible;
    padding: 8px 14px 18px;
    border-right: 0;
  }

  .home-root .mega-col--plain {
    border-right: 1px solid var(--line);
    min-width: 0;
  }

  .home-root .mega-side {
    display: grid !important;
    grid-template-columns: minmax(0, 1fr);
    min-width: 0;
    background: #fafbfb;
  }

  .home-root .mega-body.mega-body--with-panel .mega-side {
    grid-template-columns: minmax(240px, 1fr) minmax(260px, 320px) !important;
  }

  .home-root .mega-products--modular {
    background: transparent;
  }

  .home-root .mega-body.mega-body--with-panel .mega-col--modular {
    border-right: 1px solid var(--line);
  }
}

.home-root .module-panel {
  color: var(--black);
  background: #f7f8f8;
  border-left: 1px solid var(--line);
}

.home-root .module-panel h4 {
  color: var(--black);
}

.home-root .module-links {
  border-top: 1px solid var(--line);
}

.home-root .module-links a {
  color: #2c3135;
  border-bottom: 1px solid var(--line);
}

.home-root .module-links a b {
  color: #8a9095;
}

.home-root .module-links a:hover {
  color: var(--black);
  background: #fff;
}

.home-root .module-links a:hover b {
  color: var(--orange);
}

.home-root .module-view-all {
  color: var(--black);
  margin-top: 18px;
  font-family: var(--font-geist-mono);
  letter-spacing: 0.08em;
  font-size: 10px;
  text-transform: uppercase;
  display: inline-flex;
  align-items: center;
  gap: 8px;
}

.home-root .module-view-all:hover {
  color: var(--orange);
}

@media (width <= 1000px) {
  .home-root .mega-side,
  .home-root .mega-body.mega-body--split,
  .home-root .mega-body.mega-body--single {
    display: block !important;
  }
  .home-root .mega-col--plain,
  .home-root .mega-col--modular,
  .home-root .mega-col--all,
  .home-root .mega-products--plain,
  .home-root .mega-products--modular,
  .home-root .mega-products--all {
    border-right: 0;
    background: transparent;
  }
  .home-root .mega-col-label {
    padding: 12px 10px 4px;
  }
}


/* Mega menus: JS .open only (no CSS hover keep-open after navigate) */
.home-root .product-link--plain {
  grid-template-columns: 52px 1fr !important;
}
@media (width > 1000px) {
  .home-root .product-link--plain {
    grid-template-columns: 48px minmax(0, 1fr) !important;
  }
  .home-root .site-header .nav-item.open .mega-menu,
  .home-root .site-header .nav-item.open .company-menu {
    transform: translateX(-50%) !important;
  }
}

/* Product / module exact page (mockup format) */
.home-root .product-exact{--exact-max:1320px;overflow:visible}
.home-root .product-exact .exact-hero-copy .module-label{font-family:var(--font-geist-sans),Arial,sans-serif;letter-spacing:-.02em;color:#1a1e21;margin:10px 0 8px;font-size:clamp(18px,1.8vw,24px);font-weight:650;text-transform:none}
.home-root .product-exact .exact-visual.has-shot{height:auto;max-height:none}
.home-root .product-exact .exact-visual-layout.has-shot{grid-template-columns:58px 1fr;height:auto;align-items:stretch}
.home-root .product-exact .exact-visual-layout.has-shot>aside{min-height:100%}
.home-root .product-exact .exact-visual-main.has-shot{padding:0;position:relative;overflow:hidden;background:#1d2326;height:auto;min-height:0;display:block}
.home-root .product-exact .exact-visual-shot{position:static;inset:auto;width:100%;height:auto;display:block;object-fit:unset;background:#1d2326}
.home-root .product-exact .exact-list-links{margin:28px 0 0 62px}
.home-root .product-exact .exact-list-links a{color:var(--orange);font-family:var(--font-geist-mono);letter-spacing:.08em;font-size:11px;font-weight:650;display:inline-flex;align-items:center;gap:10px}
.home-root .product-exact .exact-copy-links{margin-left:0}
@media (width<=820px){.home-root .product-exact .exact-list-links{margin-left:0}}
.home-root .product-exact{--exact-max:1320px;color:#0b0d0f;background:#fff;overflow:visible}
.home-root .product-exact *{box-sizing:border-box}
.home-root .product-exact a{color:inherit;text-decoration:none}
.home-root .exact-shell{width:min(var(--exact-max),calc(100% - 64px));margin:0 auto}
.home-root .exact-grid{background-image:linear-gradient(#454d5212 1px,#0000 1px),linear-gradient(90deg,#454d5212 1px,#0000 1px);background-size:62px 62px;position:absolute;inset:0;-webkit-mask-image:radial-gradient(#000,#0000 78%);mask-image:radial-gradient(#000,#0000 78%)}
.home-root .exact-hero{isolation:isolate;background:linear-gradient(145deg,#f8fafb,#ebf0f2 64%,#fff);min-height:790px;padding-top:86px;position:relative}
.home-root .exact-hero-shell{z-index:2;width:min(var(--exact-max),calc(100% - 64px));grid-template-columns:.73fr 1.27fr;align-items:center;gap:55px;min-height:690px;margin:0 auto;display:grid;position:relative}
.home-root .exact-hero-copy h1{font-family:var(--font-geist-mono);letter-spacing:.03em;color:var(--orange);margin:0;font-size:clamp(56px,6.8vw,88px);font-weight:750;line-height:.92;text-transform:uppercase}
.home-root .exact-hero-copy h2{letter-spacing:-.04em;max-width:560px;margin:8px 0 36px;font-size:clamp(18px,1.8vw,22px);line-height:1.2;font-weight:550;color:#1a1e21}
.home-root .exact-hero-copy a{color:#fff;min-height:56px;font-family:var(--font-geist-mono);letter-spacing:.13em;background:#111416;align-items:center;gap:38px;padding:0 23px;font-size:9px;font-weight:650;display:inline-flex}
.home-root .exact-hero-copy a span{color:var(--orange)}
.home-root .exact-visual{background:#e6ebed;border:1px solid #ffffffb3;border-radius:11px;width:760px;max-width:100%;height:485px;animation:7s ease-in-out infinite exactFloat;position:relative;overflow:hidden;transform:perspective(1100px)rotateY(-4deg);box-shadow:0 42px 95px #18232847}
.home-root .exact-visual-top{background:#131719;align-items:center;gap:7px;height:47px;padding:0 17px;display:flex}
.home-root .exact-visual-top i{background:#697278;border-radius:50%;width:6px;height:6px}
.home-root .exact-visual-top i:first-child{background:var(--orange)}
.home-root .exact-visual-top span{background:#4d565b;border-radius:4px;width:84px;height:7px;margin-left:8px}
.home-root .exact-visual-layout{grid-template-columns:58px 1fr;height:calc(100% - 47px);display:grid}
.home-root .exact-visual-layout>aside{background:#1d2326;flex-direction:column;gap:16px;padding:20px 13px;display:flex}
.home-root .exact-visual-layout>aside i{border:1px solid #4b555a;border-radius:4px;width:29px;height:26px}
.home-root .exact-visual-layout>aside i:first-child{border-color:var(--orange);background:#ff660024}
.home-root .exact-visual-main{background:linear-gradient(145deg,#f8f9f9,#e4e9eb);padding:24px}
.home-root .exact-visual-cards{grid-template-columns:repeat(3,1fr);gap:11px;display:grid}
.home-root .exact-visual-cards i{background:#fff;border-left:3px solid #adb6ba;border-radius:5px;height:69px;box-shadow:0 6px 15px #1f2a2f0f}
.home-root .exact-visual-cards i:first-child{border-color:var(--orange)}
.home-root .exact-property-map{background:#e7ecee;border-radius:6px;height:224px;margin-top:13px;position:relative;overflow:hidden;box-shadow:inset 0 0 0 1px #cfd6d9}
.home-root .exact-property-map:before{content:"";background-image:linear-gradient(25deg,#0000 46%,#aab6bb 47% 49%,#0000 50%),linear-gradient(112deg,#0000 47%,#c5cdd0 48% 50%,#0000 51%),radial-gradient(circle at 20% 30%,#74a08440,#0000 22%),radial-gradient(circle at 77% 69%,#74a08433,#0000 24%);position:absolute;inset:0}
.home-root .exact-property-map:after{content:"";background:#68747a;border:3px solid #c6cfd2;width:270px;height:25px;position:absolute;top:44%;left:9%;transform:rotate(-23deg)}
.home-root .exact-property-map span{z-index:3;background:var(--orange);border:3px solid #fff;border-radius:50%;width:17px;height:17px;position:absolute;box-shadow:0 0 0 5px #ff66002e}
.home-root .exact-property-map span:first-child{top:24%;left:15%}
.home-root .exact-property-map span:nth-child(2){top:18%;right:23%}
.home-root .exact-property-map span:nth-child(3){bottom:19%;left:47%}
.home-root .exact-property-map span:nth-child(4){bottom:22%;right:12%}
.home-root .exact-property-map b{z-index:2;border:5px solid #929da2;border-radius:30px 5px 5px 30px;width:92px;height:43px;position:absolute;top:42%;left:43%;transform:rotate(-5deg)}
.home-root .exact-visual-rows{flex-direction:column;gap:8px;margin-top:13px;display:flex}
.home-root .exact-visual-rows i{background:linear-gradient(90deg,#c1c9cc 18%,#dde2e4 18% 46%,#ced5d8 46% 68%,#eaedef 68%);border-radius:4px;height:8px}
.home-root .exact-attributes{z-index:4;width:min(var(--exact-max),calc(100% - 64px));color:#fff;border-top:3px solid var(--orange);background:#0b0d0f;grid-template-columns:repeat(3,1fr);min-height:140px;margin:-18px auto 0;display:grid;position:relative;box-shadow:0 25px 65px #06090b33}
.home-root .exact-attributes>div{border-right:1px solid #303437;grid-template-columns:34px 1fr;column-gap:10px;padding:29px 31px;display:grid}
.home-root .exact-attributes>div:last-child{border-right:0}
.home-root .exact-attributes span{font-family:var(--font-geist-mono);color:var(--orange);grid-row:1/3;font-size:8px}
.home-root .exact-attributes h3{letter-spacing:-.025em;margin:0;font-size:19px}
.home-root .exact-attributes p{color:#999fa3;margin:8px 0 0;font-size:12px;line-height:1.48}
.home-root .exact-contents{background:#fff;padding:53px 0}
.home-root .exact-contents>div{width:min(var(--exact-max),calc(100% - 64px));border-top:1px solid #d9dddf;border-left:1px solid #d9dddf;grid-template-columns:repeat(3,1fr);margin:0 auto;display:grid}
.home-root .exact-contents strong,.home-root .exact-contents a{min-height:64px;font-family:var(--font-geist-mono);letter-spacing:.06em;border-bottom:1px solid #d9dddf;border-right:1px solid #d9dddf;align-items:center;padding:0 19px;font-size:8px;line-height:1.35;display:flex}
.home-root .exact-contents strong{color:var(--orange)}
.home-root .exact-contents a:hover{color:#fff;background:#101214}
.home-root .exact-copy-section,.home-root .exact-list-section{padding:125px 0}
.home-root .exact-copy-section{background:#fff}
.home-root .exact-copy-section .exact-shell,.home-root .exact-list-section .exact-shell{grid-template-columns:.72fr 1.28fr;gap:85px;display:grid}
.home-root .exact-section-title>span{font-family:var(--font-geist-mono);letter-spacing:.12em;color:var(--orange);font-size:9px}
.home-root .exact-section-title h2{letter-spacing:-.065em;max-width:570px;margin:27px 0 0;font-size:clamp(51px,5.2vw,78px);line-height:.94}
.home-root .exact-prose{padding-top:37px}
.home-root .exact-prose p{color:#5e666a;margin:0 0 25px;font-size:15px;line-height:1.75}
.home-root .exact-list-section.light{background:#f2f4f4}
.home-root .exact-list-section.dark{color:#fff;background:#0b0d0f}
.home-root .exact-list-section.dark .exact-section-title h2{color:#fff}
.home-root .exact-bullet-list{border-top:1px solid #c9cfd2;margin:0;padding:0;list-style:none}
.home-root .exact-bullet-list li{border-bottom:1px solid #c9cfd2;grid-template-columns:45px 1fr;align-items:center;min-height:52px;padding:10px 6px;display:grid}
.home-root .exact-bullet-list li>span{font-family:var(--font-geist-mono);letter-spacing:.11em;color:var(--orange);font-size:8px}
.home-root .exact-bullet-list li p{color:#4e565a;margin:0;font-size:13px;line-height:1.55}
.home-root .dark .exact-bullet-list,.home-root .dark .exact-bullet-list li{border-color:#34383b}
.home-root .dark .exact-bullet-list li p{color:#c2c7c9}
.home-root .exact-trust-line{text-align:center;background:#f1f3f3;padding:105px 32px}
.home-root .exact-trust-line p{letter-spacing:-.045em;max-width:980px;margin:0 auto 35px;font-size:clamp(28px,3.4vw,50px);line-height:1.08}
.home-root .exact-trust-line a{background:var(--orange);color:#fff;height:56px;font-family:var(--font-geist-mono);letter-spacing:.12em;align-items:center;gap:34px;padding:0 23px;font-size:9px;font-weight:650;display:inline-flex}
@keyframes exactFloat{0%,to{transform:perspective(1100px)rotateY(-4deg)translateY(0)}50%{transform:perspective(1100px)rotateY(-2deg)translateY(-10px)}}
.home-root .exact-attributes>div{display:block}
@media (width<=1000px){.home-root .exact-hero{min-height:1030px}.home-root .exact-hero-shell{min-height:930px;display:block}.home-root .exact-hero-copy{padding:105px 0 55px}.home-root .exact-visual{width:100%;animation:none;transform:none}.home-root .exact-copy-section .exact-shell,.home-root .exact-list-section .exact-shell{grid-template-columns:1fr;gap:48px}.home-root .exact-prose{padding-top:0}}}
@media (width<=820px){.home-root .exact-shell,.home-root .exact-hero-shell{width:calc(100% - 36px)}.home-root .exact-hero{min-height:950px;padding-top:72px}.home-root .exact-hero-shell{min-height:870px}.home-root .exact-hero-copy{padding:80px 0 48px}.home-root .exact-hero-copy h2{font-size:clamp(40px,7vw,56px)}.home-root .exact-visual{height:420px}.home-root .exact-visual-layout{grid-template-columns:40px 1fr}.home-root .exact-visual-layout>aside{padding-inline:6px}.home-root .exact-visual-main{padding:14px}.home-root .exact-property-map{height:190px}.home-root .exact-attributes{grid-template-columns:1fr;width:calc(100% - 36px)}.home-root .exact-attributes>div{border-bottom:1px solid #303437;border-right:0}.home-root .exact-contents>div{grid-template-columns:1fr;width:calc(100% - 36px)}.home-root .exact-copy-section,.home-root .exact-list-section{padding:90px 0}.home-root .exact-section-title h2{font-size:49px}.home-root .exact-prose p{font-size:14px}.home-root .exact-trust-line{padding:85px 20px}.home-root .exact-trust-line p{font-size:35px}}}
@media (width<=500px){.home-root .exact-hero{min-height:880px}.home-root .exact-hero-shell{min-height:810px}.home-root .exact-hero-copy h2{font-size:clamp(34px,8vw,48px)}.home-root .exact-visual{height:360px}.home-root .exact-property-map{height:150px}.home-root .exact-section-title h2{font-size:42px}.home-root .exact-bullet-list li{padding-left:2px}.home-root .exact-trust-line p{font-size:30px}}}
@media (prefers-reduced-motion:reduce){.home-root .product-exact *{animation-duration:.001ms!important;animation-iteration-count:1!important}}}
.home-root .product-content-frame{grid-template-columns:270px minmax(0,1fr);align-items:start;gap:44px;width:min(1460px,100% - 64px);margin:0 auto;padding:82px 0 110px;display:grid}
.home-root .product-toc{z-index:12;border-top:3px solid var(--orange);-webkit-backdrop-filter:blur(14px);backdrop-filter:blur(14px);background:#fffffff5;border-bottom:1px solid #d9dddf;padding:24px 0;position:sticky;top:114px}
.home-root .product-toc>strong{font-family:var(--font-geist-mono);letter-spacing:.16em;text-transform:uppercase;color:var(--orange);padding:0 19px 18px;font-size:10px;display:block}
.home-root .product-toc>a{color:#777e82;border-top:1px solid #e5e8e9;grid-template-columns:4px 28px 1fr;align-items:center;gap:9px;min-height:64px;padding:11px 15px 11px 19px;transition:all .25s;display:grid;position:relative}
.home-root .product-toc>a>i{background:#d7dbdd;width:3px;height:30px;transition:all .25s;transform:scaleY(.35)}
.home-root .product-toc>a>span{font-family:var(--font-geist-mono);color:#9ba1a4;font-size:8px}
.home-root .product-toc>a>b{font-size:12px;font-weight:560;line-height:1.35}
.home-root .product-toc>a:hover,.home-root .product-toc>a.active{color:#101214;background:#f5f6f6}
.home-root .product-toc>a.active>i{background:var(--orange);transform:scaleY(1)}
.home-root .product-toc>a.active>span{color:var(--orange)}
.home-root .product-section-stack{border:1px solid #d9dddf;min-width:0;overflow:hidden}
.home-root .product-section-stack .exact-copy-section,.home-root .product-section-stack .exact-list-section{padding:104px 0;scroll-margin-top:112px}
.home-root .product-section-stack .exact-shell{width:calc(100% - 72px);display:block}
.home-root .product-section-stack .exact-section-title{grid-template-columns:48px 1fr;align-items:start;gap:14px;margin-bottom:47px;display:grid}
.home-root .product-section-stack .exact-section-title>span{padding-top:13px}
.home-root .product-section-stack .exact-section-title h2{max-width:760px;margin:0;font-size:clamp(48px,5vw,72px)}
.home-root .product-section-stack .exact-prose{max-width:780px;margin-left:62px;padding-top:0}
.home-root .product-section-stack .exact-bullet-list{margin-left:62px}
@media (width<=1050px){.home-root .product-content-frame{grid-template-columns:225px minmax(0,1fr);gap:24px}.home-root .product-section-stack .exact-shell{width:calc(100% - 48px)}.home-root .product-section-stack .exact-section-title{grid-template-columns:39px 1fr}.home-root .product-section-stack .exact-prose,.home-root .product-section-stack .exact-bullet-list{margin-left:53px}}}
@media (width<=820px){.home-root .product-content-frame{width:100%;padding:0;display:block}.home-root .product-toc{white-space:nowrap;border-top:1px solid #d9dddf;border-bottom:1px solid #d9dddf;align-items:stretch;padding:0;display:flex;top:72px;overflow-x:auto}.home-root .product-toc>strong{align-items:center;min-width:max-content;padding:0 18px;display:flex}.home-root .product-toc>a{border-top:0;border-left:1px solid #e5e8e9;grid-template-columns:3px 23px 1fr;min-width:210px;min-height:66px}.home-root .product-toc>a>b{white-space:normal}.home-root .product-section-stack{border:0}.home-root .product-section-stack .exact-copy-section,.home-root .product-section-stack .exact-list-section{padding:84px 0;scroll-margin-top:140px}.home-root .product-section-stack .exact-shell{width:calc(100% - 36px)}.home-root .product-section-stack .exact-section-title{margin-bottom:38px;display:block}.home-root .product-section-stack .exact-section-title>span{padding:0 0 16px;display:block}.home-root .product-section-stack .exact-prose,.home-root .product-section-stack .exact-bullet-list{margin-left:0}}}

/* Product hero type + attribute icons */
.home-root .exact-hero-copy h1{
  font-family:var(--font-geist-mono);
  letter-spacing:.03em;
  color:var(--orange);
  margin:0;
  font-size:clamp(56px,6.8vw,88px);
  font-weight:750;
  line-height:.92;
  text-transform:uppercase;
}
.home-root .exact-hero-copy h2{
  letter-spacing:-.04em;
  max-width:560px;
  margin:8px 0 36px;
  font-size:clamp(18px,1.8vw,22px);
  line-height:1.2;
  font-weight:550;
  color:#1a1e21;
}
.home-root .exact-attributes>div{
  display:grid !important;
  grid-template-columns:56px 1fr;
  column-gap:16px;
  align-items:start;
}
.home-root .exact-attr-icon{
  grid-row:1 / span 2;
  width:48px;
  height:48px;
  margin-top:2px;
  display:block;
}
.home-root .exact-attributes h3{grid-column:2}
.home-root .exact-attributes p{grid-column:2}
@media (width<=820px){
  .home-root .exact-hero-copy h1{font-size:clamp(44px,11vw,64px);letter-spacing:.02em}
  .home-root .exact-hero-copy h2{font-size:clamp(16px,3.5vw,20px);margin:6px 0 28px}
  .home-root .exact-attributes>div{grid-template-columns:48px 1fr;column-gap:14px}
  .home-root .exact-attr-icon{width:40px;height:40px}
}
@media (width<=500px){
  .home-root .exact-hero-copy h1{font-size:clamp(40px,12vw,52px)}
  .home-root .exact-hero-copy h2{font-size:16px;margin:6px 0 24px}
}

/* Tighter numbered list rows on product pages */
.home-root .exact-bullet-list li{
  min-height:52px !important;
  padding:10px 6px !important;
}

/* Sticky Contents TOC — match live site behavior + keep orange active state */
.home-root .home-main {
  overflow: visible !important;
  overflow-x: clip !important;
}
.home-root .product-exact {
  overflow: visible !important;
}
.home-root .product-content-frame {
  align-items: start !important;
  position: relative;
}
.home-root .product-toc {
  position: sticky !important;
  top: 96px !important;
  align-self: start !important;
  max-height: calc(100vh - 112px);
  overflow-y: auto;
  overflow-x: hidden;
  z-index: 20;
}
@media (width <= 820px) {
  .home-root .product-toc {
    position: sticky !important;
    top: 72px !important;
    max-height: none;
    overflow-x: auto;
    overflow-y: hidden;
  }
}

/* metrics-full-bleed */
.home-root .metrics{
  width:100% !important;
  max-width:none !important;
  margin-inline:0 !important;
  display:block !important;
  background:#f4f5f5;
  border-top:1px solid var(--line);
  border-bottom:1px solid var(--line);
}
.home-root .metrics-inner{
  width:min(var(--content),calc(100% - 64px));
  margin:0 auto;
  display:grid;
  grid-template-columns:1.15fr repeat(3,1fr);
  min-height:470px;
}
@media (width<=820px){
  .home-root .metrics-inner{width:calc(100% - 36px);grid-template-columns:1fr;min-height:0}
}

/* industry real screenshots */
.home-root .system-shot{background:#131719;border:1px solid #ffffffb3;border-radius:10px;overflow:hidden;height:100%;display:flex;flex-direction:column}
.home-root .system-shot .mockup-top{background:#131719;align-items:center;gap:7px;height:40px;padding:0 14px;display:flex;flex-shrink:0}
.home-root .system-shot .mockup-top i{background:#697278;border-radius:50%;width:6px;height:6px}
.home-root .system-shot .mockup-top i:first-child{background:var(--orange)}
.home-root .system-shot .mockup-top span{color:#8a9499;font-family:var(--font-geist-mono);letter-spacing:.08em;font-size:9px;margin-left:8px}
.home-root .system-shot-frame{flex:1;min-height:0;background:#1d2326;position:relative}
.home-root .system-shot-frame img{width:100%;height:100%;object-fit:cover;object-position:center top;display:block;min-height:220px}

/* footer live-like columns */
.home-root .footer-column-wide{min-width:0}
.home-root .footer-multi{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:6px 18px}
.home-root .footer-social{display:flex;gap:10px;margin-top:18px}
.home-root .footer-social a{border:1px solid #2a2f33;color:#fff;width:36px;height:36px;display:grid;place-items:center;font-size:12px}
.home-root .footer-social a:hover{border-color:var(--orange);color:var(--orange)}
@media (width<=1050px){.home-root .footer-multi{grid-template-columns:1fr}}

/* related pages band */
.home-root .exact-related{background:#0b0d0f;color:#fff;padding:72px 0 88px}
.home-root .exact-related-shell{width:min(var(--exact-max,1320px),calc(100% - 64px));margin:0 auto}
.home-root .exact-related-head{margin-bottom:28px}
.home-root .exact-related-head h2{letter-spacing:-.04em;margin:0;font-size:clamp(28px,3.2vw,40px);font-weight:650}
.home-root .exact-related-track{display:grid;grid-template-columns:repeat(auto-fill,minmax(260px,1fr));gap:16px}
.home-root .exact-related-card{border:1px solid #2a2f33;background:#14171a;padding:24px 22px;min-height:220px;display:flex;flex-direction:column;gap:12px;transition:border-color .2s,transform .2s}
.home-root .exact-related-card:hover{border-color:var(--orange);transform:translateY(-3px)}
.home-root .exact-related-card strong{letter-spacing:-.02em;font-size:20px;font-weight:650;color:#fff}
.home-root .exact-related-card p{color:#9aa3a8;margin:0;font-size:14px;line-height:1.55;flex:1}
.home-root .exact-related-card span{font-family:var(--font-geist-mono);letter-spacing:.1em;font-size:10px;text-transform:uppercase;color:var(--orange);margin-top:auto}
.home-root .exact-related-card span i{font-style:normal;margin-left:6px}

/* product hero: caption mid-size on product pages; module title smaller */
.home-root .exact-hero-copy h2{font-size:clamp(22px,2.2vw,30px);font-weight:650;color:#1a1e21;letter-spacing:-.03em}
.home-root .exact-hero-copy h2.is-module-title{font-size:clamp(16px,1.6vw,20px);font-weight:500;color:#3a4146;letter-spacing:-.01em}

/* About Us — mockup composition */
.home-root .about-exact{--about-max:1200px;color:var(--black);background:#fff}
.home-root .about-exact .about-shell{width:min(var(--about-max),calc(100% - 48px));margin:0 auto}
.home-root .about-exact .about-kicker{font-family:var(--font-geist-mono);letter-spacing:.2em;color:var(--orange);margin:0 0 14px;font-size:11px;font-weight:700;text-transform:uppercase}
.home-root .about-exact .about-kicker-center,.home-root .about-exact .about-center{text-align:center}
.home-root .about-exact .about-hero{position:relative;isolation:isolate;min-height:320px;padding:120px 0 72px;background:linear-gradient(180deg,#f4f5f5,#fff);overflow:hidden}
.home-root .about-exact .about-hero-grid{position:absolute;inset:0;width:50%;background-image:linear-gradient(#424b5112 1px,#0000 1px),linear-gradient(90deg,#424b5112 1px,#0000 1px);background-size:56px 56px;border-right:1px solid var(--line);pointer-events:none}
.home-root .about-exact .about-hero-split{display:grid;grid-template-columns:1fr 1fr;align-items:end;gap:32px;position:relative;z-index:1}
.home-root .about-exact .about-hero-copy h1{letter-spacing:-.06em;margin:0;font-size:clamp(48px,6vw,80px);line-height:.95;font-weight:650}
.home-root .about-exact .about-hero-mark{justify-self:end;text-align:right;padding-bottom:10px}
.home-root .about-exact .about-hero-mark i{display:block;width:48px;height:2px;background:var(--orange);margin:0 0 10px auto}
.home-root .about-exact .about-hero-mark span{font-family:var(--font-geist-mono);letter-spacing:.18em;font-size:10px;font-weight:700}
.home-root .about-exact .about-team{padding:72px 0 88px;background:#fff}
.home-root .about-exact .about-team h2{letter-spacing:-.05em;margin:0 0 40px;font-size:clamp(36px,4.5vw,56px);font-weight:650}
.home-root .about-exact .about-team-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:18px}
.home-root .about-exact .about-team-card{appearance:none;border:1px solid var(--line);background:#fff;cursor:pointer;text-align:left;padding:18px;display:flex;flex-direction:column;gap:10px;transition:border-color .2s,transform .2s}
.home-root .about-exact .about-team-card:hover{border-color:var(--orange);transform:translateY(-3px)}
.home-root .about-exact .about-team-photo{aspect-ratio:1;overflow:hidden;background:#f1f3f3;border:2px solid var(--orange)}
.home-root .about-exact .about-team-photo img{width:100%;height:100%;object-fit:cover;display:block}
.home-root .about-exact .about-team-card strong{font-size:18px;letter-spacing:-.02em;font-weight:650}
.home-root .about-exact .about-team-card small{font-family:var(--font-geist-mono);letter-spacing:.1em;color:var(--steel);font-size:10px;text-transform:uppercase}
.home-root .about-exact .about-mv{background:var(--paper);padding:72px 0}
.home-root .about-exact .about-mv-grid{display:grid;grid-template-columns:1fr 1fr;gap:48px}
.home-root .about-exact .about-mv-grid h2{letter-spacing:-.04em;margin:0;font-size:clamp(26px,3vw,36px);line-height:1.15;font-weight:650;max-width:480px}
.home-root .about-exact .about-company{padding:88px 0;background:#fff}
.home-root .about-exact .about-company h2{letter-spacing:-.05em;margin:0 0 28px;font-size:clamp(32px,4vw,48px);font-weight:650}
.home-root .about-exact .about-company-copy{max-width:820px}
.home-root .about-exact .about-company-copy p{color:var(--steel);margin:0 0 16px;font-size:15px;line-height:1.7}
.home-root .about-exact .about-radar{padding:72px 0 0;text-align:center;overflow:hidden}
.home-root .about-exact .about-radar h2{max-width:900px;margin:0 auto 28px;font-size:clamp(28px,3.5vw,42px);letter-spacing:-.04em;line-height:1.15;font-weight:650}
.home-root .about-exact .about-radar h2 span{color:var(--orange)}
.home-root .about-exact .about-dialog-backdrop{position:fixed;inset:0;background:#0008;z-index:80;display:flex;align-items:center;justify-content:center;padding:24px}
.home-root .about-exact .about-dialog{background:#fff;width:min(980px,100%);max-height:min(88vh,900px);overflow:hidden;position:relative}
.home-root .about-exact .about-dialog-close{position:absolute;top:14px;right:14px;border:0;background:transparent;font-size:22px;cursor:pointer;z-index:2;line-height:1}
.home-root .about-exact .about-dialog-layout{display:grid;grid-template-columns:minmax(220px,.9fr) minmax(0,1.2fr)}
.home-root .about-exact .about-dialog-layout img{width:100%;height:100%;min-height:320px;object-fit:cover;display:block;background:#1c2124}
.home-root .about-exact .about-dialog-layout>div{padding:36px 32px;overflow:auto;max-height:min(88vh,900px)}
.home-root .about-exact .about-dialog-layout h3{letter-spacing:-.04em;margin:0 0 6px;font-size:28px}
.home-root .about-exact .about-dialog-role{font-family:var(--font-geist-mono);color:var(--orange);letter-spacing:.1em;font-size:10px;text-transform:uppercase;margin-bottom:18px}
@media (width<=1050px){
  .home-root .about-exact .about-team-grid{grid-template-columns:repeat(2,minmax(0,1fr))}
  .home-root .about-exact .about-mv-grid{grid-template-columns:1fr;gap:36px}
  .home-root .about-exact .about-dialog-layout{grid-template-columns:1fr}
  .home-root .about-exact .about-dialog-layout img{min-height:240px;max-height:280px}
}
@media (width<=700px){
  .home-root .about-exact .about-hero-split{grid-template-columns:1fr}
  .home-root .about-exact .about-hero-grid{width:100%;border-right:0;opacity:.55}
  .home-root .about-exact .about-hero-mark{justify-self:start;text-align:left}
  .home-root .about-exact .about-hero-mark i{margin-left:0}
  .home-root .about-exact .about-team-grid{grid-template-columns:1fr}
}
