.Navbar-module__cJzEcG__navbar{z-index:1000;padding:1.25rem 0;transition:background .4s,box-shadow .4s,padding .4s;position:fixed;top:0;left:0;right:0}.Navbar-module__cJzEcG__scrolled{-webkit-backdrop-filter:blur(16px);background:#0b0b0fbf;padding:.85rem 0;box-shadow:0 1px #ffffff0d}.Navbar-module__cJzEcG__inner{justify-content:space-between;align-items:center;display:flex}.Navbar-module__cJzEcG__logo{align-items:center;gap:.6rem;text-decoration:none;display:flex}.Navbar-module__cJzEcG__logoMark{color:var(--primary-accent);font-family:Courier New,monospace;font-size:1.1rem;font-weight:700}.Navbar-module__cJzEcG__logoText{color:var(--text-primary);letter-spacing:-.02em;font-size:1.25rem;font-weight:700}.Navbar-module__cJzEcG__links{align-items:center;gap:2.5rem;list-style:none;display:flex}.Navbar-module__cJzEcG__link{color:var(--text-secondary);font-size:.95rem;font-weight:500;text-decoration:none;transition:color .3s;position:relative}.Navbar-module__cJzEcG__link:after{content:"";background:var(--primary-accent);border-radius:2px;width:0;height:2px;transition:width .3s;position:absolute;bottom:-4px;left:0}.Navbar-module__cJzEcG__link:hover{color:var(--text-primary)}.Navbar-module__cJzEcG__link:hover:after{width:100%}.Navbar-module__cJzEcG__contactBtn{padding:.6rem 1.25rem;font-size:.9rem}.Navbar-module__cJzEcG__hamburger{cursor:pointer;background:0 0;border:none;flex-direction:column;justify-content:center;gap:5px;width:28px;height:28px;padding:0;display:none}.Navbar-module__cJzEcG__hamburger span{background:var(--text-primary);transform-origin:50%;border-radius:2px;width:100%;height:2px;transition:all .3s;display:block}.Navbar-module__cJzEcG__hamburgerOpen span:first-child{transform:translateY(7px)rotate(45deg)}.Navbar-module__cJzEcG__hamburgerOpen span:nth-child(2){opacity:0}.Navbar-module__cJzEcG__hamburgerOpen span:nth-child(3){transform:translateY(-7px)rotate(-45deg)}.Navbar-module__cJzEcG__mobileMenu{-webkit-backdrop-filter:blur(20px);background:#0b0b0ff2;border-top:1px solid #ffffff0d;overflow:hidden}.Navbar-module__cJzEcG__mobileLinks{flex-direction:column;gap:.5rem;padding:1.5rem 2rem 2rem;list-style:none;display:flex}.Navbar-module__cJzEcG__mobileLink{color:var(--text-secondary);border-bottom:1px solid #ffffff0a;padding:.85rem 0;font-size:1.1rem;font-weight:500;text-decoration:none;transition:color .3s;display:block}.Navbar-module__cJzEcG__mobileLink:hover{color:var(--text-primary)}.Navbar-module__cJzEcG__mobileCta{text-align:center;width:100%;margin-top:1rem;display:inline-block}@media (max-width:768px){.Navbar-module__cJzEcG__links,.Navbar-module__cJzEcG__contactBtn{display:none}.Navbar-module__cJzEcG__hamburger{display:flex}}
.Hero-module__ZARIfG__heroSection{align-items:center;min-height:100vh;padding-top:100px;padding-bottom:50px;display:flex;position:relative}.Hero-module__ZARIfG__leftCol{z-index:2;flex:0 0 60%;max-width:60%;padding-right:4rem}.Hero-module__ZARIfG__rightCol{flex:0 0 40%;justify-content:center;align-items:center;max-width:40%;display:flex;position:relative}.Hero-module__ZARIfG__label{color:var(--text-primary);background:#7c3aed1a;border:1px solid #7c3aed33;border-radius:50px;align-items:center;gap:.5rem;margin-bottom:2rem;padding:.4rem 1rem;font-size:.85rem;font-weight:500;display:inline-flex}.Hero-module__ZARIfG__dot{background-color:var(--secondary-accent);width:8px;height:8px;box-shadow:0 0 10px var(--secondary-accent);border-radius:50%}.Hero-module__ZARIfG__headline{letter-spacing:-.02em;margin-bottom:1.5rem;font-size:4rem;font-weight:800;line-height:1.1}.Hero-module__ZARIfG__subtext{color:var(--text-secondary);max-width:80%;margin-bottom:3rem;font-size:1.25rem;line-height:1.6}.Hero-module__ZARIfG__btnGroup{gap:1rem;display:flex}.Hero-module__ZARIfG__glowBg{z-index:0;background:radial-gradient(circle,#7c3aed4d 0%,#0b0b0f00 70%);border-radius:50%;width:400px;height:400px;animation:7s ease-in-out infinite Hero-module__ZARIfG__pulseGlow;position:absolute}@keyframes Hero-module__ZARIfG__pulseGlow{0%{opacity:.6;transform:scale(1)}50%{opacity:.8;transform:scale(1.2)}to{opacity:.6;transform:scale(1)}}.Hero-module__ZARIfG__imageContainer{z-index:1;width:100%;max-width:500px;position:relative}.Hero-module__ZARIfG__portrait{object-fit:cover;filter:contrast(1.1)brightness(.9);width:100%;height:auto;-webkit-mask-image:radial-gradient(circle,#000 40%,#0000 80%);mask-image:radial-gradient(circle,#000 40%,#0000 80%)}@media (max-width:992px){.Hero-module__ZARIfG__heroSection{text-align:center;flex-direction:column;padding-top:150px}.Hero-module__ZARIfG__leftCol{flex:0 0 100%;max-width:100%;margin-bottom:4rem;padding-right:0}.Hero-module__ZARIfG__rightCol{flex:0 0 100%;max-width:100%}.Hero-module__ZARIfG__subtext{margin:0 auto 3rem}.Hero-module__ZARIfG__btnGroup{justify-content:center}.Hero-module__ZARIfG__headline{font-size:3rem}}
.Capabilities-module__ccdUbW__sectionTitle{color:var(--text-primary);text-align:center;margin-bottom:4rem;font-size:2.5rem;font-weight:700}.Capabilities-module__ccdUbW__grid{grid-template-columns:repeat(2,1fr);gap:2rem;display:grid}.Capabilities-module__ccdUbW__card{background:var(--surface-color);border-radius:12px;padding:3rem 2.5rem;transition:transform .4s,box-shadow .4s;position:relative;overflow:hidden}.Capabilities-module__ccdUbW__card:before{content:"";pointer-events:none;border-radius:12px;position:absolute;inset:0;box-shadow:inset 0 0 0 1px #ffffff08}.Capabilities-module__ccdUbW__card:hover{transform:translateY(-8px);box-shadow:0 15px 40px #7c3aed1f,0 0 0 1px #7c3aed4d}.Capabilities-module__ccdUbW__cardTitle{color:var(--text-primary);margin-bottom:1rem;font-size:1.5rem;font-weight:600}.Capabilities-module__ccdUbW__cardDescription{color:var(--text-secondary);font-size:1.1rem;line-height:1.6}@media (max-width:768px){.Capabilities-module__ccdUbW__grid{grid-template-columns:1fr}}
.FlagshipSystem-module__Y4fNCW__sectionTitle{color:var(--text-primary);margin-bottom:4rem;font-size:2.5rem;font-weight:700}.FlagshipSystem-module__Y4fNCW__card{background:var(--surface-color);border:1px solid #ffffff0d;border-radius:16px;display:flex;position:relative;overflow:hidden;box-shadow:0 20px 40px #0006}.FlagshipSystem-module__Y4fNCW__content{z-index:2;flex-direction:column;flex:1;justify-content:center;padding:4rem;display:flex;position:relative}.FlagshipSystem-module__Y4fNCW__badge{color:var(--secondary-accent);text-transform:uppercase;letter-spacing:.05em;background:#22d3ee1a;border-radius:50px;align-self:flex-start;margin-bottom:1.5rem;padding:.3rem .8rem;font-size:.8rem;font-weight:600;display:inline-block}.FlagshipSystem-module__Y4fNCW__title{margin-bottom:1.5rem;font-size:2.2rem;font-weight:700;line-height:1.2}.FlagshipSystem-module__Y4fNCW__description{color:var(--text-secondary);max-width:90%;margin-bottom:2rem;font-size:1.1rem;line-height:1.6}.FlagshipSystem-module__Y4fNCW__features{flex-wrap:wrap;gap:1rem;margin-bottom:3rem;display:flex}.FlagshipSystem-module__Y4fNCW__featureItem{color:var(--text-secondary);background:#ffffff08;border:1px solid #ffffff1a;border-radius:6px;padding:.4rem 1rem;font-size:.9rem}.FlagshipSystem-module__Y4fNCW__ctaBtn{align-self:flex-start}.FlagshipSystem-module__Y4fNCW__visual{background:linear-gradient(135deg,#7c3aed0d 0%,#22d3ee0d 100%);flex:1;justify-content:center;align-items:center;padding:3rem;display:flex;position:relative}.FlagshipSystem-module__Y4fNCW__mockupBg{background:#0b0b0f99;border:1px solid #ffffff0d;border-radius:8px;flex-direction:column;justify-content:center;width:100%;height:100%;padding:2rem;display:flex;box-shadow:0 20px 40px #00000080}.FlagshipSystem-module__Y4fNCW__mockupLines{width:100%}.FlagshipSystem-module__Y4fNCW__line{background:#ffffff0d;border-radius:6px;height:12px;margin-bottom:12px}@media (max-width:992px){.FlagshipSystem-module__Y4fNCW__card{flex-direction:column}.FlagshipSystem-module__Y4fNCW__content{padding:3rem 2rem}.FlagshipSystem-module__Y4fNCW__visual{min-height:300px}}
.EngineeringApproach-module__fYJkva__sectionTitle{color:var(--text-primary);text-align:center;margin-bottom:5rem;font-size:2.5rem;font-weight:700}.EngineeringApproach-module__fYJkva__stepsContainer{grid-template-columns:repeat(3,1fr);gap:3rem;display:grid;position:relative}.EngineeringApproach-module__fYJkva__stepsContainer:before{content:"";z-index:0;background:linear-gradient(90deg,#fff0 0%,#ffffff1a 50%,#fff0 100%);height:1px;position:absolute;top:35px;left:10%;right:10%}.EngineeringApproach-module__fYJkva__stepCard{z-index:1;text-align:center;background:0 0;padding:2rem 1rem;position:relative}.EngineeringApproach-module__fYJkva__stepNumber{background:var(--bg-color);width:70px;height:70px;color:var(--primary-accent);border:1px solid #ffffff1a;border-radius:50%;justify-content:center;align-items:center;margin:0 auto 2rem;font-size:1.2rem;font-weight:700;display:flex;box-shadow:0 0 20px #7c3aed1a}.EngineeringApproach-module__fYJkva__stepTitle{color:var(--text-primary);margin-bottom:1rem;font-size:1.5rem;font-weight:600}.EngineeringApproach-module__fYJkva__stepDescription{color:var(--text-secondary);font-size:1rem;line-height:1.6}@media (max-width:768px){.EngineeringApproach-module__fYJkva__stepsContainer{grid-template-columns:1fr;gap:2rem}.EngineeringApproach-module__fYJkva__stepsContainer:before{display:none}}
.SelectedSystems-module__Eg1eRa__header{justify-content:space-between;align-items:flex-end;margin-bottom:4rem;display:flex}.SelectedSystems-module__Eg1eRa__sectionTitle{color:var(--text-primary);margin:0;font-size:2.5rem;font-weight:700}.SelectedSystems-module__Eg1eRa__grid{grid-template-columns:repeat(3,1fr);gap:2rem;display:grid}.SelectedSystems-module__Eg1eRa__card{background:#11182799;border:1px solid #ffffff0d;border-radius:12px;flex-direction:column;padding:2.5rem 2rem;display:flex}.SelectedSystems-module__Eg1eRa__cardTitle{color:var(--text-primary);margin-bottom:1rem;font-size:1.3rem;font-weight:600}.SelectedSystems-module__Eg1eRa__cardDescription{color:var(--text-secondary);font-size:1rem;line-height:1.6}@media (max-width:992px){.SelectedSystems-module__Eg1eRa__grid{grid-template-columns:repeat(2,1fr)}}@media (max-width:768px){.SelectedSystems-module__Eg1eRa__header{flex-direction:column;align-items:flex-start;gap:1.5rem}.SelectedSystems-module__Eg1eRa__grid{grid-template-columns:1fr}}
.TechnicalNotes-module__YGHuSq__header{text-align:center;margin-bottom:4rem}.TechnicalNotes-module__YGHuSq__sectionTitle{color:var(--text-primary);margin-bottom:1rem;font-size:2.5rem;font-weight:700}.TechnicalNotes-module__YGHuSq__subtext{color:var(--text-secondary);font-size:1.1rem}.TechnicalNotes-module__YGHuSq__list{flex-direction:column;gap:1.5rem;max-width:800px;margin:0 auto;display:flex}.TechnicalNotes-module__YGHuSq__noteCard{background:var(--surface-color);border:1px solid #ffffff0d;border-radius:12px;align-items:center;padding:2rem;transition:all .3s;display:flex;position:relative;overflow:hidden}.TechnicalNotes-module__YGHuSq__noteCard:hover{border-color:#7c3aed4d;transform:translate(10px);box-shadow:0 10px 30px #7c3aed0d}.TechnicalNotes-module__YGHuSq__meta{color:var(--text-secondary);flex-direction:column;flex:0 0 150px;gap:.5rem;font-size:.85rem;display:flex}.TechnicalNotes-module__YGHuSq__dot{display:none}.TechnicalNotes-module__YGHuSq__noteTitle{color:var(--text-primary);flex:1;margin:0 2rem;font-size:1.25rem;font-weight:600}.TechnicalNotes-module__YGHuSq__arrow{color:var(--text-secondary);font-size:1.5rem;transition:transform .3s,color .3s}.TechnicalNotes-module__YGHuSq__noteCard:hover .TechnicalNotes-module__YGHuSq__arrow{color:var(--primary-accent);transform:translate(5px)}@media (max-width:768px){.TechnicalNotes-module__YGHuSq__noteCard{flex-direction:column;align-items:flex-start}.TechnicalNotes-module__YGHuSq__meta{flex-direction:row;flex:auto;align-items:center;margin-bottom:1rem}.TechnicalNotes-module__YGHuSq__dot{display:inline}.TechnicalNotes-module__YGHuSq__noteTitle{margin:0 0 1.5rem}.TechnicalNotes-module__YGHuSq__arrow{align-self:flex-end}}
.FinalCTA-module__G4Qm-G__ctaWrapper{background:var(--surface-color);text-align:center;border:1px solid #ffffff0d;border-radius:20px;padding:6rem 2rem;position:relative;overflow:hidden;box-shadow:0 20px 50px #0000004d}.FinalCTA-module__G4Qm-G__glowBg{z-index:0;pointer-events:none;background:radial-gradient(circle,#22d3ee26 0%,#7c3aed26 30%,#0b0b0f00 70%);border-radius:50%;width:600px;height:600px;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}.FinalCTA-module__G4Qm-G__content{z-index:1;flex-direction:column;align-items:center;max-width:700px;margin:0 auto;display:flex;position:relative}.FinalCTA-module__G4Qm-G__headline{color:var(--text-primary);letter-spacing:-.02em;margin-bottom:1.5rem;font-size:3.5rem;font-weight:800;line-height:1.1}.FinalCTA-module__G4Qm-G__subtext{color:var(--text-secondary);max-width:80%;margin-bottom:3rem;font-size:1.25rem;line-height:1.6}.FinalCTA-module__G4Qm-G__ctaBtn{padding:1rem 2rem;font-size:1.1rem}@media (max-width:768px){.FinalCTA-module__G4Qm-G__headline{font-size:2.5rem}.FinalCTA-module__G4Qm-G__subtext{max-width:100%;font-size:1.1rem}.FinalCTA-module__G4Qm-G__ctaWrapper{padding:4rem 1.5rem}}
.Footer-module__S6Hkya__footer{border-top:1px solid #ffffff0d;padding-top:6rem}.Footer-module__S6Hkya__inner{justify-content:space-between;gap:4rem;padding-bottom:4rem;display:flex}.Footer-module__S6Hkya__brand{max-width:320px}.Footer-module__S6Hkya__logo{align-items:center;gap:.6rem;margin-bottom:1.25rem;display:flex}.Footer-module__S6Hkya__logoMark{color:var(--primary-accent);font-family:Courier New,monospace;font-size:1.1rem;font-weight:700}.Footer-module__S6Hkya__logoText{color:var(--text-primary);letter-spacing:-.02em;font-size:1.25rem;font-weight:700}.Footer-module__S6Hkya__tagline{color:var(--text-secondary);font-size:1rem;line-height:1.6}.Footer-module__S6Hkya__linksGroup{gap:5rem;display:flex}.Footer-module__S6Hkya__linkCol ul{flex-direction:column;gap:.75rem;list-style:none;display:flex}.Footer-module__S6Hkya__colTitle{text-transform:uppercase;letter-spacing:.08em;color:var(--text-primary);margin-bottom:1.25rem;font-size:.85rem;font-weight:600}.Footer-module__S6Hkya__footerLink{color:var(--text-secondary);font-size:.95rem;text-decoration:none;transition:color .3s}.Footer-module__S6Hkya__footerLink:hover{color:var(--text-primary)}.Footer-module__S6Hkya__bottom{border-top:1px solid #ffffff0d;padding:1.5rem 0}.Footer-module__S6Hkya__bottomInner{justify-content:space-between;align-items:center;display:flex}.Footer-module__S6Hkya__copyright{color:var(--text-secondary);font-size:.85rem}.Footer-module__S6Hkya__craft{color:#9ca3af80;font-size:.85rem}@media (max-width:768px){.Footer-module__S6Hkya__inner{flex-direction:column;gap:3rem}.Footer-module__S6Hkya__linksGroup{gap:3rem}.Footer-module__S6Hkya__bottomInner{text-align:center;flex-direction:column;gap:.75rem}}
.AmbientBackground-module__MaP_Yq__wrapper{z-index:0;pointer-events:none;width:100%;height:100%;position:fixed;top:0;left:0;overflow:hidden}.AmbientBackground-module__MaP_Yq__gridOverlay{background-image:linear-gradient(#ffffff05 1px,#0000 1px),linear-gradient(90deg,#ffffff05 1px,#0000 1px);background-size:80px 80px;position:absolute;inset:0;-webkit-mask-image:radial-gradient(#000 20%,#0000 70%);mask-image:radial-gradient(#000 20%,#0000 70%)}.AmbientBackground-module__MaP_Yq__orb{filter:blur(100px);opacity:.15;border-radius:50%;position:absolute}.AmbientBackground-module__MaP_Yq__orb1{background:radial-gradient(circle,#7c3aed99 0%,#0000 70%);width:500px;height:500px;top:10%;right:-10%}.AmbientBackground-module__MaP_Yq__orb2{background:radial-gradient(circle,#22d3ee66 0%,#0000 70%);width:400px;height:400px;top:50%;left:-8%}.AmbientBackground-module__MaP_Yq__orb3{background:radial-gradient(circle,#7c3aed4d 0%,#0000 70%);width:350px;height:350px;bottom:10%;right:20%}.AmbientBackground-module__MaP_Yq__noise{opacity:.03;background-image:url("data:image/svg+xml,%3Csvg viewBox='0 0 256 256' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='noiseFilter'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.65' numOctaves='3' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23noiseFilter)'/%3E%3C/svg%3E");background-repeat:repeat;background-size:128px 128px;position:absolute;inset:0}
