.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{grid-template-columns:6fr 4fr;align-items:center;gap:4rem;min-height:calc(100vh - 100px);padding-top:120px;padding-bottom:80px;display:grid;position:relative}.Hero-module__ZARIfG__leftCol{z-index:2;flex-direction:column;align-items:flex-start;max-width:600px;display:flex}.Hero-module__ZARIfG__label{background:var(--surface-color);color:var(--text-secondary);border-radius:50px;align-items:center;gap:.6rem;margin-bottom:2rem;padding:.4rem 1.1rem;font-size:.85rem;font-weight:500;display:inline-flex;position:relative;overflow:hidden}.Hero-module__ZARIfG__labelText{z-index:1;position:relative}.Hero-module__ZARIfG__dot{background-color:#10b981;border-radius:50%;flex-shrink:0;width:8px;height:8px;animation:2s ease-in-out infinite Hero-module__ZARIfG__pulse;box-shadow:0 0 8px #10b98199}@keyframes Hero-module__ZARIfG__pulse{0%,to{opacity:1;box-shadow:0 0 #10b98180}50%{opacity:.8;box-shadow:0 0 0 6px #10b98100}}.Hero-module__ZARIfG__accentLine{background:linear-gradient(90deg, var(--primary-accent), var(--secondary-accent));width:0;height:1px;animation:Hero-module__ZARIfG__drawLine 1s var(--ease-luxury) 1.2s forwards;position:absolute;bottom:0;left:0}@keyframes Hero-module__ZARIfG__drawLine{0%{width:0}to{width:100%}}.Hero-module__ZARIfG__headline{letter-spacing:-.02em;text-align:left;margin-bottom:1.75rem;font-size:clamp(2.8rem,5vw,4.2rem);font-weight:800;line-height:1.08}.Hero-module__ZARIfG__headlineRow{flex-wrap:wrap;gap:0 .35em;display:flex}.Hero-module__ZARIfG__wordWrap{vertical-align:bottom;display:inline-flex;overflow:hidden}.Hero-module__ZARIfG__word{will-change:transform;display:inline-block}.Hero-module__ZARIfG__subtext{color:var(--text-secondary);text-align:left;max-width:90%;margin-bottom:3rem;font-size:1.2rem;line-height:1.6}.Hero-module__ZARIfG__btnGroup{align-items:center;gap:1rem;display:flex}.Hero-module__ZARIfG__rightCol{justify-content:flex-end;align-items:center;display:flex;position:relative}.Hero-module__ZARIfG__imageContainer{z-index:1;width:100%;max-width:400px;position:relative}.Hero-module__ZARIfG__portrait{object-fit:cover;width:100%;height:auto;-webkit-mask-image:radial-gradient(circle,#000 50%,#0000 100%);mask-image:radial-gradient(circle,#000 50%,#0000 100%)}.Hero-module__ZARIfG__glowBg{z-index:0;pointer-events:none;background:radial-gradient(circle,#7c3aed33 0%,#0b0b0f00 70%);border-radius:50%;width:600px;height:600px;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}@media (max-width:992px){.Hero-module__ZARIfG__heroSection{text-align:center;grid-template-columns:1fr;gap:3rem;padding-top:140px}.Hero-module__ZARIfG__leftCol{align-items:center;max-width:100%}.Hero-module__ZARIfG__headline{text-align:center}.Hero-module__ZARIfG__headlineRow{justify-content:center}.Hero-module__ZARIfG__subtext{text-align:center;margin-left:auto;margin-right:auto}.Hero-module__ZARIfG__btnGroup,.Hero-module__ZARIfG__rightCol{justify-content:center}.Hero-module__ZARIfG__imageContainer{max-width:320px}}@media (max-width:600px){.Hero-module__ZARIfG__heroSection{gap:2rem;padding-top:100px}.Hero-module__ZARIfG__btnGroup{flex-direction:column;align-items:stretch;width:100%}.Hero-module__ZARIfG__btnGroup>*{justify-content:center;width:100%;display:flex}.Hero-module__ZARIfG__imageContainer{max-width:260px}.Hero-module__ZARIfG__glowBg{width:400px;height:400px}}
.Capabilities-module__ccdUbW__header{text-align:center;margin-bottom:4rem}.Capabilities-module__ccdUbW__sectionTitle{color:var(--text-primary);letter-spacing:-.02em;font-size:2.5rem;font-weight:700}.Capabilities-module__ccdUbW__grid{grid-template-columns:repeat(4,1fr);gap:1.5rem;display:grid}.Capabilities-module__ccdUbW__card{background:var(--surface-color);transition:transform .4s var(--ease-luxury), box-shadow .4s var(--ease-luxury);cursor:default;border-radius:14px;padding:2.5rem 2rem}.Capabilities-module__ccdUbW__card:hover{transform:translateY(-6px)scale(1.02);box-shadow:0 20px 50px #7c3aed14,0 0 0 1px #7c3aed33}.Capabilities-module__ccdUbW__iconWrap{width:52px;height:52px;color:var(--primary-accent);background:#7c3aed14;border-radius:12px;justify-content:center;align-items:center;margin-bottom:1.5rem;display:flex}.Capabilities-module__ccdUbW__cardTitle{color:var(--text-primary);letter-spacing:-.01em;margin-bottom:.75rem;font-size:1.25rem;font-weight:600;transition:color .3s}.Capabilities-module__ccdUbW__card:hover .Capabilities-module__ccdUbW__cardTitle{color:var(--primary-accent)}.Capabilities-module__ccdUbW__cardDescription{color:var(--text-secondary);font-size:.95rem;line-height:1.6}@media (max-width:1100px){.Capabilities-module__ccdUbW__grid{grid-template-columns:repeat(2,1fr)}}@media (max-width:600px){.Capabilities-module__ccdUbW__grid{grid-template-columns:1fr}}
.FlagshipSystem-module__Y4fNCW__fullWidth{position:relative;overflow:hidden}.FlagshipSystem-module__Y4fNCW__glowOrb{pointer-events:none;background:radial-gradient(circle,#10b9810f 0%,#0000 70%);border-radius:50%;width:700px;height:700px;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}.FlagshipSystem-module__Y4fNCW__inner{z-index:1;position:relative}.FlagshipSystem-module__Y4fNCW__card{background:var(--surface-color);border:1px solid #10b9810d;border-radius:20px;margin-top:2rem;display:flex;overflow:hidden;box-shadow:0 30px 60px #0006}.FlagshipSystem-module__Y4fNCW__content{z-index:2;flex-direction:column;flex:1.1;justify-content:center;padding:4rem;display:flex;position:relative}.FlagshipSystem-module__Y4fNCW__title{letter-spacing:-.02em;margin-bottom:1.5rem;font-size:clamp(1.8rem,2.5vw,2.4rem);font-weight:700;line-height:1.2}.FlagshipSystem-module__Y4fNCW__description{color:var(--text-secondary);max-width:95%;margin-bottom:2.5rem;font-size:1.05rem;line-height:1.65}.FlagshipSystem-module__Y4fNCW__metrics{flex-wrap:wrap;gap:2rem;margin-bottom:2.5rem;display:flex}.FlagshipSystem-module__Y4fNCW__metric{flex-direction:column;display:flex}.FlagshipSystem-module__Y4fNCW__metricValue{letter-spacing:-.02em;background:linear-gradient(90deg, var(--primary-accent), #10b981);-webkit-text-fill-color:transparent;-webkit-background-clip:text;background-clip:text;font-size:clamp(1.5rem,2vw,2rem);font-weight:800}.FlagshipSystem-module__Y4fNCW__metricLabel{color:var(--text-secondary);text-transform:uppercase;letter-spacing:.06em;margin-top:.25rem;font-size:.8rem}.FlagshipSystem-module__Y4fNCW__features{flex-wrap:wrap;gap:.75rem;margin-bottom:2.5rem;display:flex}.FlagshipSystem-module__Y4fNCW__featureItem{color:var(--text-secondary);transition:all .3s var(--ease-luxury);cursor:default;background:#ffffff08;border:1px solid #0000;border-radius:6px;padding:.4rem .9rem;font-size:.85rem}.FlagshipSystem-module__Y4fNCW__featureItem:hover{color:#10b981;background:#10b9810d;border-color:#10b98133;transform:translateY(-2px)}.FlagshipSystem-module__Y4fNCW__ctaBtn{transition:all .3s var(--ease-luxury);align-self:flex-start}.FlagshipSystem-module__Y4fNCW__ctaBtn:hover{transform:translateY(-2px)scale(1.02);box-shadow:0 0 20px #10b9814d}.FlagshipSystem-module__Y4fNCW__visual{background:linear-gradient(135deg,#7c3aed0a 0%,#10b9810a 100%);flex:.9;justify-content:center;align-items:center;padding:3rem;display:flex;position:relative;overflow:hidden}.FlagshipSystem-module__Y4fNCW__diagramWrapper{justify-content:center;align-items:center;width:100%;display:flex}.FlagshipSystem-module__Y4fNCW__mockupWrapper{aspect-ratio:9/19;perspective:1000px;width:100%;max-width:320px;transform-style:preserve-3d;z-index:2;background:#0a0a0f;border-radius:40px;justify-content:center;padding:10px;display:flex;position:relative;box-shadow:0 30px 60px #0009,inset 0 0 0 2px #ffffff26,inset 0 0 20px #ffffff0d}.FlagshipSystem-module__Y4fNCW__phoneNotch{z-index:5;background:#0a0a0f;border-bottom-right-radius:16px;border-bottom-left-radius:16px;width:40%;height:25px;position:absolute;top:10px}.FlagshipSystem-module__Y4fNCW__mockupImage{object-fit:cover;z-index:2;width:100%;height:100%;transition:transform .5s var(--ease-luxury);border-radius:32px;display:block;position:relative}.FlagshipSystem-module__Y4fNCW__mockupWrapper:hover{transform:translateY(-5px)rotateY(-5deg)rotateX(5deg)!important}.FlagshipSystem-module__Y4fNCW__mockupGlow{filter:blur(50px);z-index:0;pointer-events:none;background:radial-gradient(circle,#10b9814d 0%,#0000 60%);width:120%;height:120%;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)translateZ(-50px)}@media (max-width:992px){.FlagshipSystem-module__Y4fNCW__card{flex-direction:column}.FlagshipSystem-module__Y4fNCW__content{padding:3rem 2rem}.FlagshipSystem-module__Y4fNCW__visual{min-height:380px;padding:2rem}.FlagshipSystem-module__Y4fNCW__metrics{flex-wrap:wrap;gap:1.5rem}}@media (max-width:480px){.FlagshipSystem-module__Y4fNCW__content{padding:2rem 1.5rem}.FlagshipSystem-module__Y4fNCW__visual{min-height:280px;padding:1rem}.FlagshipSystem-module__Y4fNCW__nodeIconWrap{width:28px;height:28px}.FlagshipSystem-module__Y4fNCW__nodeLabel{font-size:.6rem}.FlagshipSystem-module__Y4fNCW__metrics{gap:1rem}}
.EngineeringApproach-module__fYJkva__header{text-align:center;margin-bottom:5rem}.EngineeringApproach-module__fYJkva__sectionTitle{color:var(--text-primary);letter-spacing:-.02em;margin-bottom:.75rem;font-size:2.5rem;font-weight:700}.EngineeringApproach-module__fYJkva__subtitle{color:var(--text-secondary);max-width:500px;margin:0 auto;font-size:1.1rem}.EngineeringApproach-module__fYJkva__stepsContainer{grid-template-columns:repeat(3,1fr);gap:2rem;display:grid;position:relative}.EngineeringApproach-module__fYJkva__pipeline{transform-origin:0;z-index:0;background:linear-gradient(90deg,#0000 0%,#7c3aed4d 20%,#22d3ee33 50%,#7c3aed4d 80%,#0000 100%);height:1px;position:absolute;top:52px;left:12%;right:12%}.EngineeringApproach-module__fYJkva__stepCard{z-index:1;text-align:center;background:0 0;padding:0 1.5rem;position:relative}.EngineeringApproach-module__fYJkva__stepNumber{flex-direction:column;align-items:center;gap:.75rem;margin-bottom:1.75rem;display:flex}.EngineeringApproach-module__fYJkva__numberCircle{background:var(--bg-color);width:72px;height:72px;color:var(--primary-accent);transition:box-shadow .4s var(--ease-luxury);border-radius:50%;justify-content:center;align-items:center;display:flex;box-shadow:0 0 0 1px #7c3aed26,0 0 25px #7c3aed14}.EngineeringApproach-module__fYJkva__stepCard:hover .EngineeringApproach-module__fYJkva__numberCircle{box-shadow:0 0 0 1px #7c3aed4d,0 0 40px #7c3aed26}.EngineeringApproach-module__fYJkva__numberText{color:var(--text-secondary);letter-spacing:.08em;text-transform:uppercase;font-size:.75rem;font-weight:700}.EngineeringApproach-module__fYJkva__stepTitle{color:var(--text-primary);letter-spacing:-.01em;margin-bottom:.75rem;font-size:1.4rem;font-weight:600}.EngineeringApproach-module__fYJkva__stepDescription{color:var(--text-secondary);margin-bottom:1.5rem;font-size:.95rem;line-height:1.6}.EngineeringApproach-module__fYJkva__detailTags{flex-wrap:wrap;justify-content:center;gap:.5rem;display:flex}.EngineeringApproach-module__fYJkva__tag{color:var(--text-secondary);letter-spacing:.02em;background:#7c3aed0f;border-radius:5px;padding:.3rem .7rem;font-size:.75rem;font-weight:500}@media (max-width:768px){.EngineeringApproach-module__fYJkva__stepsContainer{grid-template-columns:1fr;gap:3rem}.EngineeringApproach-module__fYJkva__pipeline{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);letter-spacing:-.02em;margin:0;font-size:2.5rem;font-weight:700}.SelectedSystems-module__Eg1eRa__grid{grid-template-columns:repeat(3,1fr);grid-auto-rows:minmax(180px,auto);gap:1.5rem;display:grid}.SelectedSystems-module__Eg1eRa__tall{grid-row:span 2}.SelectedSystems-module__Eg1eRa__card{background:var(--surface-color);height:100%;transition:transform .4s var(--ease-luxury), box-shadow .4s var(--ease-luxury);cursor:pointer;border-radius:14px}.SelectedSystems-module__Eg1eRa__card:hover{transform:translateY(-4px)scale(1.01);box-shadow:0 20px 50px #0000004d}.SelectedSystems-module__Eg1eRa__cardInner{flex-direction:column;height:100%;padding:1.5rem;display:flex}.SelectedSystems-module__Eg1eRa__thumbnail{filter:saturate(.4);min-height:100px;transition:filter .5s var(--ease-luxury);border-radius:10px;flex:1;margin-bottom:1.25rem;position:relative;overflow:hidden}.SelectedSystems-module__Eg1eRa__card:hover .SelectedSystems-module__Eg1eRa__thumbnail{filter:saturate()}.SelectedSystems-module__Eg1eRa__thumbnailGradient{width:100%;height:100%;min-height:100px}.SelectedSystems-module__Eg1eRa__thumbnailImage{object-fit:cover;width:100%;height:100%;min-height:150px;display:block}.SelectedSystems-module__Eg1eRa__meta{flex:none}.SelectedSystems-module__Eg1eRa__cardTitle{color:var(--text-primary);letter-spacing:-.01em;margin-bottom:.5rem;font-size:1.1rem;font-weight:600;transition:color .3s}.SelectedSystems-module__Eg1eRa__card:hover .SelectedSystems-module__Eg1eRa__cardTitle{color:var(--primary-accent)}.SelectedSystems-module__Eg1eRa__metaRow{flex-wrap:wrap;align-items:center;gap:.5rem;display:flex}.SelectedSystems-module__Eg1eRa__role{color:var(--text-secondary);font-size:.8rem;font-weight:500}.SelectedSystems-module__Eg1eRa__divider{color:#ffffff26;font-size:.8rem}.SelectedSystems-module__Eg1eRa__stackTags{flex-wrap:wrap;gap:.35rem;display:flex}.SelectedSystems-module__Eg1eRa__stackTag{color:var(--text-secondary);background:#ffffff0a;border-radius:4px;padding:.15rem .5rem;font-size:.7rem;font-weight:500}.SelectedSystems-module__Eg1eRa__arrow{width:32px;height:32px;color:var(--text-secondary);opacity:0;transition:opacity .3s ease, transform .3s var(--ease-luxury), color .3s ease;background:#ffffff0a;border-radius:8px;justify-content:center;align-items:center;display:flex;position:absolute;top:1.25rem;right:1.25rem;transform:translate(-4px,4px)}.SelectedSystems-module__Eg1eRa__card:hover .SelectedSystems-module__Eg1eRa__arrow{opacity:1;color:var(--primary-accent);transform:translate(0)}@media (max-width:992px){.SelectedSystems-module__Eg1eRa__grid{grid-template-columns:repeat(2,1fr)}.SelectedSystems-module__Eg1eRa__tall{grid-row:span 1}}@media (max-width:600px){.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{justify-content:space-between;align-items:flex-end;margin-bottom:3.5rem;display:flex}.TechnicalNotes-module__YGHuSq__sectionTitle{color:var(--text-primary);letter-spacing:-.02em;margin-bottom:0;font-size:2.5rem;font-weight:700}.TechnicalNotes-module__YGHuSq__subtext{color:var(--text-secondary);text-align:right;max-width:300px;font-size:1rem}.TechnicalNotes-module__YGHuSq__scrollContainer{-ms-overflow-style:none;scrollbar-width:none;margin:0 -2rem;padding:0 2rem 1rem;overflow:auto visible}.TechnicalNotes-module__YGHuSq__scrollContainer::-webkit-scrollbar{display:none}.TechnicalNotes-module__YGHuSq__scrollTrack{gap:1.5rem;min-width:max-content;display:flex}.TechnicalNotes-module__YGHuSq__noteCard{background:var(--surface-color);width:320px;min-height:220px;transition:transform .4s var(--ease-luxury), box-shadow .4s var(--ease-luxury);border-radius:14px;flex-direction:column;flex-shrink:0;padding:2rem;text-decoration:none;display:flex;position:relative;overflow:hidden}.TechnicalNotes-module__YGHuSq__noteCard:before{content:"";background:linear-gradient(90deg, var(--primary-accent), var(--secondary-accent));opacity:0;height:2px;transition:opacity .4s;position:absolute;top:0;left:0;right:0}.TechnicalNotes-module__YGHuSq__noteCard:hover:before{opacity:1}.TechnicalNotes-module__YGHuSq__noteCard:hover{transform:translateY(-6px);box-shadow:0 20px 50px #0000004d}.TechnicalNotes-module__YGHuSq__cardTop{justify-content:space-between;align-items:center;margin-bottom:1.25rem;display:flex}.TechnicalNotes-module__YGHuSq__tag{color:var(--primary-accent);text-transform:uppercase;letter-spacing:.04em;background:#7c3aed14;border-radius:5px;padding:.25rem .65rem;font-size:.72rem;font-weight:600}.TechnicalNotes-module__YGHuSq__readTime{color:var(--text-secondary);align-items:center;gap:.3rem;font-size:.78rem;display:flex}.TechnicalNotes-module__YGHuSq__noteTitle{color:var(--text-primary);letter-spacing:-.01em;flex:1;margin-bottom:1.5rem;font-size:1.15rem;font-weight:600;line-height:1.4;transition:color .3s}.TechnicalNotes-module__YGHuSq__noteCard:hover .TechnicalNotes-module__YGHuSq__noteTitle{color:var(--primary-accent)}.TechnicalNotes-module__YGHuSq__cardBottom{justify-content:space-between;align-items:center;margin-top:auto;display:flex}.TechnicalNotes-module__YGHuSq__date{color:var(--text-secondary);font-size:.8rem}.TechnicalNotes-module__YGHuSq__readMore{color:var(--text-secondary);align-items:center;gap:.35rem;font-size:.8rem;font-weight:600;transition:color .3s,gap .3s;display:flex}.TechnicalNotes-module__YGHuSq__noteCard:hover .TechnicalNotes-module__YGHuSq__readMore{color:var(--primary-accent);gap:.6rem}@media (max-width:768px){.TechnicalNotes-module__YGHuSq__header{flex-direction:column;align-items:flex-start;gap:1rem}.TechnicalNotes-module__YGHuSq__subtext{text-align:left;max-width:100%}.TechnicalNotes-module__YGHuSq__noteCard{width:280px;min-height:200px}}
.FinalCTA-module__G4Qm-G__ctaWrapper{background:var(--surface-color);text-align:center;border-radius:24px;padding:7rem 2rem;position:relative;overflow:hidden;box-shadow:0 30px 60px #00000059}.FinalCTA-module__G4Qm-G__glowOrb1{z-index:0;pointer-events:none;will-change:transform;background:radial-gradient(circle,#7c3aed33 0%,#0000 70%);border-radius:50%;width:500px;height:500px;animation:6s ease-in-out infinite FinalCTA-module__G4Qm-G__ctaGlow1;position:absolute;top:-20%;left:-10%}.FinalCTA-module__G4Qm-G__glowOrb2{z-index:0;pointer-events:none;will-change:transform;background:radial-gradient(circle,#22d3ee1f 0%,#0000 70%);border-radius:50%;width:450px;height:450px;animation:8s ease-in-out infinite FinalCTA-module__G4Qm-G__ctaGlow2;position:absolute;bottom:-25%;right:-10%}@keyframes FinalCTA-module__G4Qm-G__ctaGlow1{0%,to{opacity:.3;transform:scale(1)}50%{opacity:.5;transform:scale(1.2)}}@keyframes FinalCTA-module__G4Qm-G__ctaGlow2{0%,to{opacity:.2;transform:scale(1)}50%{opacity:.4;transform:scale(1.15)}}.FinalCTA-module__G4Qm-G__content{z-index:1;flex-direction:column;align-items:center;max-width:680px;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:clamp(2.5rem,5vw,3.8rem);font-weight:800;line-height:1.08}.FinalCTA-module__G4Qm-G__subtext{color:var(--text-secondary);max-width:85%;margin-bottom:2.5rem;font-size:1.2rem;line-height:1.6}.FinalCTA-module__G4Qm-G__ctaBtn{border-radius:10px;padding:1.1rem 2.5rem;font-size:1.1rem}.FinalCTA-module__G4Qm-G__focus{color:#9ca3af99;margin-top:2rem;font-size:.85rem;font-style:italic}@media (max-width:768px){.FinalCTA-module__G4Qm-G__headline{font-size:2.2rem}.FinalCTA-module__G4Qm-G__subtext{max-width:100%;font-size:1.05rem}.FinalCTA-module__G4Qm-G__ctaWrapper{padding:5rem 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{opacity:.15;will-change:transform;border-radius:50%;position:absolute}.AmbientBackground-module__MaP_Yq__orb1{background:radial-gradient(circle,#7c3aed99 0%,#0000 70%);width:500px;height:500px;animation:20s ease-in-out infinite AmbientBackground-module__MaP_Yq__floatOrb1;top:10%;right:-10%}.AmbientBackground-module__MaP_Yq__orb2{background:radial-gradient(circle,#22d3ee66 0%,#0000 70%);width:400px;height:400px;animation:25s ease-in-out infinite AmbientBackground-module__MaP_Yq__floatOrb2;top:50%;left:-8%}.AmbientBackground-module__MaP_Yq__orb3{background:radial-gradient(circle,#7c3aed4d 0%,#0000 70%);width:350px;height:350px;animation:18s ease-in-out infinite AmbientBackground-module__MaP_Yq__floatOrb3;bottom:10%;right:20%}@keyframes AmbientBackground-module__MaP_Yq__floatOrb1{0%,to{transform:translate(0)scale(1)}33%{transform:translate(40px,-30px)scale(1.15)}66%{transform:translate(-20px,20px)scale(.95)}}@keyframes AmbientBackground-module__MaP_Yq__floatOrb2{0%,to{transform:translate(0)scale(1)}33%{transform:translate(-50px,25px)scale(.9)}66%{transform:translate(30px,-35px)scale(1.1)}}@keyframes AmbientBackground-module__MaP_Yq__floatOrb3{0%,to{transform:translate(0)}33%{transform:translate(30px,-20px)}66%{transform:translate(-40px,15px)}}.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}
