.Header-module__Af2_WG__header{z-index:1000;width:100%;padding:var(--space-m)0;transition:all .4s cubic-bezier(.4,0,.2,1);position:fixed;top:0;left:0}.Header-module__Af2_WG__scrolled{padding:var(--space-s)0;-webkit-backdrop-filter:blur(20px)saturate(180%);background:#030303b3;border-bottom:1px solid #ffffff1a;box-shadow:0 10px 30px -10px #00000080}.Header-module__Af2_WG__scrolled:after{content:"";background:linear-gradient(90deg,transparent,rgba(var(--primary-rgb),.3),transparent);width:100%;height:1px;position:absolute;bottom:0;left:0}.Header-module__Af2_WG__nav{justify-content:space-between;align-items:center;display:flex}.Header-module__Af2_WG__logo{letter-spacing:.1em;align-items:center;gap:.5rem;margin-left:-4px;font-size:1.5rem;font-weight:800;display:flex}.Header-module__Af2_WG__logoImage{filter:drop-shadow(0 0 8px var(--primary-glow));object-fit:contain}.Header-module__Af2_WG__desktopNav{align-items:center;gap:2.5rem;display:flex}.Header-module__Af2_WG__navLink{color:var(--text-muted);font-size:.9rem;font-weight:500;position:relative}.Header-module__Af2_WG__navLink:hover{color:var(--foreground)}.Header-module__Af2_WG__navLink:after{content:"";background:var(--primary);width:0;height:2px;transition:width .3s;position:absolute;bottom:-4px;left:0}.Header-module__Af2_WG__navLink:hover:after{width:100%}.Header-module__Af2_WG__ctaButton{background:linear-gradient(135deg,var(--primary),var(--secondary));color:#fff;border-radius:50px;padding:.75rem 1.75rem;font-size:.875rem;font-weight:600;transition:transform .3s,box-shadow .3s;box-shadow:0 4px 15px #06b6d44d}.Header-module__Af2_WG__ctaButton:hover{transform:translateY(-2px);box-shadow:0 8px 25px #06b6d480}.Header-module__Af2_WG__mobileToggle{color:var(--foreground);z-index:3000;display:none}.Header-module__Af2_WG__mobileOverlay{z-index:2000;justify-content:center;align-items:center;width:100vw;height:100vh;padding:2rem;display:flex;position:fixed;top:0;left:0}.Header-module__Af2_WG__mobileBg{-webkit-backdrop-filter:blur(40px);z-index:-1;background:#030303f2;width:100%;height:100%;position:absolute;top:0;left:0}.Header-module__Af2_WG__mobileBg:after{content:"";background:radial-gradient(circle at top left,rgba(var(--primary-rgb),.15),transparent 60%);position:absolute;inset:0}.Header-module__Af2_WG__mobileMenu{flex-direction:column;gap:2.5rem;width:100%;max-width:400px;display:flex}.Header-module__Af2_WG__mobileLink{color:#fff;align-items:center;gap:1.5rem;transition:all .3s;display:flex}.Header-module__Af2_WG__linkNumber{color:var(--primary);opacity:.6;font-family:monospace;font-size:.8rem}.Header-module__Af2_WG__linkText{letter-spacing:-.02em;font-size:2.5rem;font-weight:700}.Header-module__Af2_WG__mobileLink:hover .Header-module__Af2_WG__linkText{color:var(--primary);padding-left:1rem}.Header-module__Af2_WG__mobileFooter{border-top:1px solid var(--card-border);margin-top:2rem;padding-top:2rem}.Header-module__Af2_WG__mobileCta{background:var(--primary);color:#000;text-align:center;border-radius:100px;width:100%;padding:1.25rem;font-size:1.1rem;font-weight:700;display:block}@media (max-width:768px){.Header-module__Af2_WG__desktopNav{display:none}.Header-module__Af2_WG__mobileToggle{border:1px solid var(--card-border);cursor:pointer;background:#ffffff0d;border-radius:12px;justify-content:center;align-items:center;width:44px;height:44px;transition:all .3s;display:flex}.Header-module__Af2_WG__mobileToggle:hover{background:rgba(var(--primary-rgb),.1);border-color:var(--primary);color:var(--primary)}}
.Footer-module__EZoWya__footer{border-top:1px solid var(--card-border);color:#fff;background:#000;padding-top:.5rem;position:relative;overflow:hidden}.Footer-module__EZoWya__bgWrapper{z-index:0;pointer-events:none;width:100%;height:100%;position:absolute;top:0;left:0;overflow:hidden}.Footer-module__EZoWya__bgSvg{opacity:.15;width:100%;height:100%}.Footer-module__EZoWya__overlay{background:radial-gradient(circle at bottom right,rgba(var(--primary-rgb),.1),transparent 80%);z-index:2;pointer-events:none;width:100%;height:100%;position:absolute;top:0;left:0}.Footer-module__EZoWya__grid{z-index:3;grid-template-columns:1.5fr repeat(3,1fr) 1.2fr;gap:2.5rem;padding-bottom:3.5rem;display:grid;position:relative}.Footer-module__EZoWya__brand{flex-direction:column;gap:1.5rem;display:flex}.Footer-module__EZoWya__logo{letter-spacing:.1em;align-items:center;gap:.75rem;font-size:1.5rem;font-weight:800;display:flex}.Footer-module__EZoWya__logoImage{filter:drop-shadow(0 0 8px var(--primary-glow));object-fit:contain}.Footer-module__EZoWya__tagline{max-width:250px;color:var(--text-muted);font-size:.9rem;line-height:1.6}.Footer-module__EZoWya__socials{gap:1rem;display:flex}.Footer-module__EZoWya__socialLink{background:var(--card-bg);border:1px solid var(--card-border);width:40px;height:40px;color:var(--foreground);border-radius:12px;justify-content:center;align-items:center;transition:all .3s;display:flex}.Footer-module__EZoWya__socialLink:hover{background:var(--primary);border-color:var(--primary);box-shadow:0 5px 15px var(--primary-glow);transform:translateY(-3px)}.Footer-module__EZoWya__sectionTitle{color:var(--foreground);margin-bottom:2rem;font-size:1.1rem;font-weight:600}.Footer-module__EZoWya__linkList{flex-direction:column;gap:1rem;display:flex}.Footer-module__EZoWya__link{color:var(--text-muted);font-size:.9rem;transition:all .3s}.Footer-module__EZoWya__link:hover{color:var(--primary);padding-left:5px}.Footer-module__EZoWya__contactList{flex-direction:column;gap:1.25rem;display:flex}.Footer-module__EZoWya__contactList li{align-items:center;gap:1rem;font-size:.9rem;display:flex}.Footer-module__EZoWya__contactIcon{color:var(--primary)}.Footer-module__EZoWya__bottomBar{border-top:1px solid var(--card-border);z-index:3;color:var(--text-muted);padding:1.5rem 0;font-size:.8rem;position:relative}.Footer-module__EZoWya__bottomContent{justify-content:space-between;align-items:center;display:flex}.Footer-module__EZoWya__awards{color:var(--primary);gap:2rem;font-weight:500;display:flex}@media (max-width:1024px){.Footer-module__EZoWya__grid{grid-template-columns:1fr 1fr;gap:3rem}}@media (max-width:640px){.Footer-module__EZoWya__grid{grid-template-columns:1fr;gap:3rem}.Footer-module__EZoWya__bottomContent{text-align:center;flex-direction:column;gap:1rem}}
.HeroSection-module___Axouq__hero{min-height:100vh;padding:var(--space-xxl)0;flex-direction:column;justify-content:center;align-items:center;display:flex;position:relative;overflow:hidden}.HeroSection-module___Axouq__background{z-index:1;width:100%;height:120%;position:absolute;top:0;left:0}.HeroSection-module___Axouq__engineWrapper{pointer-events:none;opacity:.8;width:50%;height:90%;position:absolute;top:50%;right:0;transform:translateY(-50%)}.HeroSection-module___Axouq__grid{background-image:linear-gradient(rgba(var(--primary-rgb),.05)1px,transparent 1px),linear-gradient(90deg,rgba(var(--primary-rgb),.05)1px,transparent 1px);z-index:4;background-size:40px 40px;position:absolute;inset:0;-webkit-mask-image:radial-gradient(circle,#000,#0000 80%);mask-image:radial-gradient(circle,#000,#0000 80%)}.HeroSection-module___Axouq__scanlines{z-index:5;pointer-events:none;opacity:.3;background:linear-gradient(#0000 50%,#0003 50%) 0 0/100% 4px;animation:10s linear infinite HeroSection-module___Axouq__scanlineMove;position:absolute;inset:0}@keyframes HeroSection-module___Axouq__scanlineMove{0%{transform:translateY(0)}to{transform:translateY(100vh)}}.HeroSection-module___Axouq__content{z-index:10;width:100%;max-width:1000px;margin-right:auto;position:relative}.HeroSection-module___Axouq__badge{background:rgba(var(--primary-rgb),.1);border:1px solid rgba(var(--primary-rgb),.2);font-family:var(--font-space-grotesk);letter-spacing:.1em;color:var(--primary);border-radius:100px;align-items:center;gap:.75rem;margin-bottom:1rem;padding:.6rem 1.2rem;font-size:.85rem;font-weight:600;display:inline-flex}.HeroSection-module___Axouq__evolutionBadge{color:#fff;letter-spacing:.2em;text-transform:uppercase;align-items:center;gap:1rem;margin-bottom:2.5rem;font-family:monospace;font-size:.7rem;display:flex}.HeroSection-module___Axouq__evolutionBadge:before{content:"";background:linear-gradient(to right,var(--primary),transparent);width:30px;height:1px}.HeroSection-module___Axouq__pulseDot{background:var(--primary);width:8px;height:8px;box-shadow:0 0 10px var(--primary);border-radius:50%;animation:2s infinite HeroSection-module___Axouq__pulse}@keyframes HeroSection-module___Axouq__pulse{0%{opacity:1;transform:scale(1)}50%{opacity:.5;transform:scale(1.5)}to{opacity:1;transform:scale(1)}}.HeroSection-module___Axouq__title{letter-spacing:-.04em;margin-bottom:var(--space-m);text-shadow:0 0 30px #00000080;font-size:clamp(2.5rem,8vw,5rem);font-weight:800;line-height:1}.HeroSection-module___Axouq__description{color:var(--foreground);opacity:.9;text-wrap:balance;max-width:680px;margin-bottom:4rem;font-size:1.35rem;line-height:1.6}.HeroSection-module___Axouq__actions{align-items:center;gap:2rem;display:flex}.HeroSection-module___Axouq__primaryButton{background:var(--primary);color:#fff;box-shadow:0 0 30px var(--primary-glow);border-radius:12px;align-items:center;gap:.75rem;padding:1.2rem 2.5rem;font-size:1.1rem;font-weight:700;transition:all .3s cubic-bezier(.4,0,.2,1);display:inline-flex}.HeroSection-module___Axouq__primaryButton:hover{color:#000;background:#fff;transform:translateY(-5px);box-shadow:0 15px 40px #fff3}.HeroSection-module___Axouq__secondaryButton{color:var(--text-muted);border:1px solid var(--card-border);-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border-radius:12px;padding:1.2rem 2rem;font-weight:600;transition:color .3s}.HeroSection-module___Axouq__secondaryButton:hover{color:var(--foreground);background:#ffffff0d}.HeroSection-module___Axouq__floatingCards{pointer-events:none;z-index:8;width:100%;height:100%;position:absolute;top:0;left:0}.HeroSection-module___Axouq__uiCard{border:1px solid var(--card-border);-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);background:#0a0a0acc;border-radius:20px;flex-direction:column;gap:.75rem;min-width:180px;padding:1.25rem;display:flex;position:absolute;box-shadow:0 20px 50px #0009}.HeroSection-module___Axouq__uiHeader{color:var(--text-muted);text-transform:uppercase;letter-spacing:.05em;justify-content:space-between;align-items:center;font-size:.7rem;font-weight:700;display:flex}.HeroSection-module___Axouq__uiDot{background:#10b981;border-radius:50%;width:8px;height:8px}.HeroSection-module___Axouq__uiValue{color:var(--foreground);font-size:1.5rem;font-weight:800;font-family:var(--font-space-grotesk),sans-serif}.HeroSection-module___Axouq__uiLabel{color:var(--text-muted);font-size:.75rem}.HeroSection-module___Axouq__uiGraph{align-items:flex-end;gap:3px;height:30px;display:flex}.HeroSection-module___Axouq__uiBar{background:var(--primary);opacity:.3;border-radius:2px;flex:1}.HeroSection-module___Axouq__uiCard1{top:15%;right:10%}.HeroSection-module___Axouq__uiCard2{bottom:20%;right:5%}.HeroSection-module___Axouq__uiCard3{top:25%;left:5%}@media (max-width:1024px){.HeroSection-module___Axouq__floatingCards{display:none}}@media (max-width:768px){.HeroSection-module___Axouq__hero{height:auto;padding:160px 0 100px}.HeroSection-module___Axouq__title{font-size:3.5rem}.HeroSection-module___Axouq__actions{flex-direction:column;align-items:stretch}.HeroSection-module___Axouq__primaryButton,.HeroSection-module___Axouq__secondaryButton{text-align:center;justify-content:center}}
.LogoCloud-module__5CyHCW__logoCloud{border-bottom:1px solid var(--card-border);background:#050505;padding:4rem 0}.LogoCloud-module__5CyHCW__lead{text-align:center;color:var(--text-muted);letter-spacing:.2em;margin-bottom:3rem;font-size:.8rem;font-weight:700}.LogoCloud-module__5CyHCW__scroll{white-space:nowrap;overflow:hidden;-webkit-mask-image:linear-gradient(90deg,#0000,#000 15% 85%,#0000);mask-image:linear-gradient(90deg,#0000,#000 15% 85%,#0000)}.LogoCloud-module__5CyHCW__inner{gap:6rem;animation:30s linear infinite LogoCloud-module__5CyHCW__marquee;display:inline-flex}.LogoCloud-module__5CyHCW__logoSlot{color:var(--text-muted);opacity:.5;font-size:1.5rem;font-weight:900;font-family:var(--font-space-grotesk),sans-serif;transition:all .3s}.LogoCloud-module__5CyHCW__logoSlot:hover{opacity:1;color:var(--primary);transform:scale(1.1)}@keyframes LogoCloud-module__5CyHCW__marquee{0%{transform:translate(0)}to{transform:translate(-50%)}}
.Features-module__clRlRa__features{background:#050505;padding:120px 0;position:relative;overflow:hidden}.Features-module__clRlRa__header{text-align:center;margin-bottom:5rem}.Features-module__clRlRa__title{margin-bottom:1.5rem;font-size:clamp(2.5rem,5vw,4rem)}.Features-module__clRlRa__desc{color:var(--text-muted);max-width:700px;margin:0 auto;font-size:1.1rem}.Features-module__clRlRa__grid{grid-template-columns:repeat(auto-fit,minmax(320px,1fr));gap:2rem;display:grid}.Features-module__clRlRa__card{border:1px solid var(--card-border);border-radius:32px;padding:3rem 2rem;transition:all .4s cubic-bezier(.175,.885,.32,1.275)}.Features-module__clRlRa__card:hover{border-color:var(--primary);background:#ffffff0d;transform:translateY(-10px)scale(1.02);box-shadow:0 20px 40px #0006}.Features-module__clRlRa__iconWrapper{background:rgba(var(--primary-rgb),.1);width:64px;height:64px;color:var(--primary);border-radius:20px;justify-content:center;align-items:center;margin-bottom:2rem;transition:transform .3s;display:flex}.Features-module__clRlRa__card:hover .Features-module__clRlRa__iconWrapper{background:var(--primary);color:#fff;transform:rotate(10deg)scale(1.1)}.Features-module__clRlRa__featureTitle{margin-bottom:1rem;font-size:1.5rem;font-weight:700}.Features-module__clRlRa__featureDesc{color:var(--text-muted);line-height:1.6}@media (max-width:640px){.Features-module__clRlRa__features{padding:80px 0}}
.Process-module__RRL9Hq__process{background:#050505;padding:120px 0;position:relative}.Process-module__RRL9Hq__header{text-align:center;margin-bottom:6rem}.Process-module__RRL9Hq__title{margin-bottom:1.5rem;font-size:clamp(2.5rem,5vw,4rem)}.Process-module__RRL9Hq__desc{color:var(--text-muted);max-width:600px;margin:0 auto}.Process-module__RRL9Hq__grid{z-index:2;grid-template-columns:repeat(3,1fr);gap:4rem;display:grid;position:relative}.Process-module__RRL9Hq__pathWrapper{pointer-events:none;z-index:1;width:100%;height:400px;position:absolute;top:50%;left:0;transform:translateY(-50%)}.Process-module__RRL9Hq__svgPath{width:100%;height:100%}.Process-module__RRL9Hq__stepCard{flex-direction:column;gap:1.5rem;display:flex;position:relative}.Process-module__RRL9Hq__iconBox{background:var(--card-bg);border:1px solid var(--card-border);width:80px;height:80px;color:var(--primary);border-radius:24px;justify-content:center;align-items:center;transition:all .3s;display:flex;position:relative}.Process-module__RRL9Hq__stepCard:hover .Process-module__RRL9Hq__iconBox{border-color:var(--primary);box-shadow:0 0 20px var(--primary-glow);transform:scale(1.1)}.Process-module__RRL9Hq__number{background:var(--primary);color:#fff;border-radius:50%;justify-content:center;align-items:center;width:32px;height:32px;font-size:.85rem;font-weight:800;display:flex;position:absolute;top:-10px;right:-10px}.Process-module__RRL9Hq__stepTitle{font-size:1.5rem;font-weight:700}.Process-module__RRL9Hq__stepDesc{color:var(--text-muted);line-height:1.6}@media (max-width:1024px){.Process-module__RRL9Hq__grid{grid-template-columns:1fr;gap:4rem}}
.Stats-module__ezWHPW__stats{border-top:1px solid var(--card-border);border-bottom:1px solid var(--card-border);background:linear-gradient(#050505,#0a0a0a);padding:80px 0}.Stats-module__ezWHPW__grid{text-align:center;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:3rem;display:grid}.Stats-module__ezWHPW__statItem{flex-direction:column;gap:.5rem;display:flex}.Stats-module__ezWHPW__value{color:var(--primary);font-size:clamp(3rem,5vw,4.5rem);font-weight:800;line-height:1;font-family:var(--font-space-grotesk),sans-serif}.Stats-module__ezWHPW__label{color:var(--text-muted);text-transform:uppercase;letter-spacing:.1em;font-size:1rem;font-weight:600}@media (max-width:640px){.Stats-module__ezWHPW__grid{gap:2rem}}
.TechStack-module__q0w2xq__techStack{background:var(--background);perspective:1000px;padding:120px 0}.TechStack-module__q0w2xq__intro{text-align:center;margin-bottom:6rem}.TechStack-module__q0w2xq__title{margin-bottom:1.5rem;font-size:clamp(2.5rem,5vw,4rem)}.TechStack-module__q0w2xq__desc{color:var(--text-muted);max-width:600px;margin:0 auto}.TechStack-module__q0w2xq__techGrid{transform-style:preserve-3d;grid-template-columns:repeat(auto-fit,minmax(240px,1fr));gap:2rem;margin-bottom:8rem;display:grid}.TechStack-module__q0w2xq__techCard{border-radius:20px;align-items:center;gap:1.5rem;padding:2rem;font-size:1.1rem;font-weight:600;transition:all .3s;display:flex;position:relative;overflow:hidden}.TechStack-module__q0w2xq__techCard:before{content:"";background:var(--accent-color);opacity:.6;width:4px;height:100%;position:absolute;top:0;left:0}.TechStack-module__q0w2xq__iconWrapper{color:var(--accent-color);background:rgba(var(--primary-rgb),.05);border-radius:12px;justify-content:center;align-items:center;padding:.75rem;display:flex}.TechStack-module__q0w2xq__partnersSection{border-top:1px solid var(--card-border);text-align:center;padding-top:6rem}.TechStack-module__q0w2xq__partnersTitle{text-transform:uppercase;letter-spacing:.15em;color:var(--text-muted);margin-bottom:3rem;font-size:.85rem}.TechStack-module__q0w2xq__marquee{white-space:nowrap;overflow:hidden;-webkit-mask-image:linear-gradient(90deg,#0000,#000 15% 85%,#0000);mask-image:linear-gradient(90deg,#0000,#000 15% 85%,#0000)}.TechStack-module__q0w2xq__marqueeContent{gap:4rem;animation:40s linear infinite TechStack-module__q0w2xq__marquee;display:inline-flex}.TechStack-module__q0w2xq__partnerIcon{color:var(--text-muted);opacity:.6;font-size:1.25rem;font-weight:700}@keyframes TechStack-module__q0w2xq__marquee{0%{transform:translate(0)}to{transform:translate(-50%)}}@media (max-width:768px){.TechStack-module__q0w2xq__techGrid{grid-template-columns:1fr}}
.Testimonials-module__p9op_q__testimonials{background:var(--background);padding:120px 0}.Testimonials-module__p9op_q__intro{text-align:center;margin-bottom:5rem}.Testimonials-module__p9op_q__title{font-size:clamp(2.5rem,5vw,4rem)}.Testimonials-module__p9op_q__slider{align-items:center;gap:2rem;max-width:1000px;margin:0 auto;display:flex}.Testimonials-module__p9op_q__slideContainer{flex:1;min-height:400px;position:relative}.Testimonials-module__p9op_q__navButton{color:var(--text-muted);transition:color .3s,transform .3s}.Testimonials-module__p9op_q__navButton:hover{color:var(--primary);transform:scale(1.2)}.Testimonials-module__p9op_q__testimonialCard{text-align:center;border-radius:40px;flex-direction:column;align-items:center;gap:2rem;padding:4rem;display:flex}.Testimonials-module__p9op_q__quoteIcon{color:var(--primary);opacity:.5}.Testimonials-module__p9op_q__text{max-width:700px;font-size:1.5rem;font-weight:500;line-height:1.6}.Testimonials-module__p9op_q__author{align-items:center;gap:1.25rem;margin-top:1rem;display:flex}.Testimonials-module__p9op_q__avatar{background:linear-gradient(135deg,var(--primary),var(--secondary));color:#fff;border-radius:50%;justify-content:center;align-items:center;width:60px;height:60px;font-size:1.2rem;font-weight:700;display:flex}.Testimonials-module__p9op_q__author h4{margin-bottom:.25rem;font-size:1.1rem}.Testimonials-module__p9op_q__author span{color:var(--text-muted);font-size:.9rem}.Testimonials-module__p9op_q__dots{justify-content:center;gap:.75rem;margin-top:3rem;display:flex}.Testimonials-module__p9op_q__dot{background:var(--card-border);cursor:pointer;border-radius:50%;width:10px;height:10px;transition:all .3s}.Testimonials-module__p9op_q__activeDot{background:var(--primary);border-radius:10px;width:30px}@media (max-width:768px){.Testimonials-module__p9op_q__slider{gap:1rem}.Testimonials-module__p9op_q__navButton{display:none}.Testimonials-module__p9op_q__testimonialCard{padding:2.5rem}.Testimonials-module__p9op_q__text{font-size:1.1rem}}
.FinalCTA-module__fJ0h6W__cta{padding:var(--space-l)0;background:#050505}.FinalCTA-module__fJ0h6W__card{text-align:center;border:1px solid var(--card-border);border-radius:48px;padding:6rem 4rem;position:relative;overflow:hidden}.FinalCTA-module__fJ0h6W__glow{background:radial-gradient(circle,rgba(var(--primary-rgb),.1)0%,transparent 60%);z-index:0;width:150%;height:150%;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}.FinalCTA-module__fJ0h6W__content{z-index:1;flex-direction:column;align-items:center;gap:2rem;display:flex;position:relative}.FinalCTA-module__fJ0h6W__iconBox{background:var(--primary);color:#fff;width:64px;height:64px;box-shadow:0 0 20px var(--primary-glow);border-radius:16px;justify-content:center;align-items:center;margin-bottom:1rem;display:flex}.FinalCTA-module__fJ0h6W__title{font-size:clamp(2.5rem,6vw,4rem);font-weight:800;line-height:1.1}.FinalCTA-module__fJ0h6W__desc{color:var(--text-muted);max-width:600px;font-size:1.25rem;line-height:1.6}.FinalCTA-module__fJ0h6W__actions{gap:1.5rem;margin-top:1rem;display:flex}.FinalCTA-module__fJ0h6W__primaryBtn{background:var(--primary);color:#fff;box-shadow:0 10px 30px var(--primary-glow);border-radius:12px;align-items:center;gap:.75rem;padding:1rem 2.5rem;font-weight:700;transition:all .3s;display:flex}.FinalCTA-module__fJ0h6W__primaryBtn:hover{color:#000;background:#fff;transform:translateY(-5px)}.FinalCTA-module__fJ0h6W__secondaryBtn{border:1px solid var(--card-border);border-radius:12px;padding:1rem 2.5rem;font-weight:700;transition:all .3s}.FinalCTA-module__fJ0h6W__secondaryBtn:hover{border-color:var(--foreground);background:#ffffff0d}@media (max-width:640px){.FinalCTA-module__fJ0h6W__card{padding:4rem 2rem}.FinalCTA-module__fJ0h6W__actions{flex-direction:column;width:100%}.FinalCTA-module__fJ0h6W__primaryBtn,.FinalCTA-module__fJ0h6W__secondaryBtn{justify-content:center;width:100%}}
.BackgroundSystem-module__iz4maG__backgroundSystem{z-index:-1;pointer-events:none;background:#030303;position:fixed;inset:0;overflow:hidden}.BackgroundSystem-module__iz4maG__noiseOverlay{opacity:.4;mix-blend-mode:overlay;background-image:url("data:image/svg+xml,%3Csvg viewBox='0 0 200 200' 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)' opacity='0.05'/%3E%3C/svg%3E");position:absolute;inset:0}.BackgroundSystem-module__iz4maG__gridOverlay{opacity:.5;background-image:linear-gradient(#ffffff08 1px,#0000 1px),linear-gradient(90deg,#ffffff08 1px,#0000 1px);background-size:60px 60px;position:absolute;inset:0;-webkit-mask-image:radial-gradient(circle,#000 40%,#0000 100%);mask-image:radial-gradient(circle,#000 40%,#0000 100%)}.BackgroundSystem-module__iz4maG__orbContainer{filter:blur(80px);position:absolute;inset:0}.BackgroundSystem-module__iz4maG__orb{mix-blend-mode:screen;opacity:.15;border-radius:50%;position:absolute}.BackgroundSystem-module__iz4maG__orb1{background:radial-gradient(circle,var(--primary)0%,transparent 70%);width:60vw;height:60vw;animation:20s ease-in-out infinite BackgroundSystem-module__iz4maG__floatOrb;top:10%;left:20%}.BackgroundSystem-module__iz4maG__orb2{background:radial-gradient(circle,var(--secondary)0%,transparent 70%);width:50vw;height:50vw;animation:25s ease-in-out infinite reverse BackgroundSystem-module__iz4maG__floatOrb;bottom:10%;right:10%}.BackgroundSystem-module__iz4maG__orb3{background:radial-gradient(circle,#5b21b6 0%,#0000 70%);width:40vw;height:40vw;animation:15s ease-in-out infinite BackgroundSystem-module__iz4maG__pulseOrb;top:40%;left:50%;transform:translate(-50%,-50%)}@keyframes BackgroundSystem-module__iz4maG__floatOrb{0%{transform:translate(0)}33%{transform:translate(30px,-50px)}66%{transform:translate(-20px,20px)}to{transform:translate(0)}}@keyframes BackgroundSystem-module__iz4maG__pulseOrb{0%,to{opacity:.15;transform:translate(-50%,-50%)scale(1)}50%{opacity:.25;transform:translate(-50%,-50%)scale(1.1)}}
.BrandingBanner-module__O89mqW__banner{border-bottom:1px solid var(--card-border);z-index:1001;background:#000;justify-content:center;align-items:center;width:100%;padding:.75rem 0;display:flex;position:relative;overflow:hidden}.BrandingBanner-module__O89mqW__content{font-family:var(--font-space-grotesk),monospace;letter-spacing:.15em;text-transform:uppercase;color:var(--text-muted);z-index:2;align-items:center;gap:1.5rem;font-size:.75rem;display:flex;position:relative}.BrandingBanner-module__O89mqW__prefix{color:var(--primary);font-weight:800}.BrandingBanner-module__O89mqW__message{font-weight:500}.BrandingBanner-module__O89mqW__highlight{color:#fff;font-weight:700}.BrandingBanner-module__O89mqW__shimmer{background:linear-gradient(90deg,transparent,rgba(var(--primary-rgb),.1),transparent);z-index:1;width:50%;height:100%;animation:5s infinite BrandingBanner-module__O89mqW__shimmer;position:absolute;top:0;left:-100%}@keyframes BrandingBanner-module__O89mqW__shimmer{0%{left:-100%}50%{left:150%}to{left:150%}}@media (max-width:768px){.BrandingBanner-module__O89mqW__banner{padding:1rem 1.5rem}.BrandingBanner-module__O89mqW__content{text-align:center;flex-direction:column;gap:.5rem;font-size:.65rem}}
.FAQ-module__XxaKoW__faq{padding:var(--space-xxl)0;background:var(--background);position:relative}.FAQ-module__XxaKoW__intro{text-align:center;margin-bottom:5rem}.FAQ-module__XxaKoW__title{letter-spacing:-.02em;margin-bottom:1.5rem;font-size:clamp(2.5rem,5vw,3.5rem);font-weight:800}.FAQ-module__XxaKoW__desc{max-width:600px;color:var(--text-muted);margin:0 auto;font-size:1.1rem}.FAQ-module__XxaKoW__grid{flex-direction:column;gap:1.5rem;max-width:800px;margin:0 auto;display:flex}.FAQ-module__XxaKoW__item{border:1px solid var(--card-border);background:#ffffff05;border-radius:16px;transition:all .3s;overflow:hidden}.FAQ-module__XxaKoW__item.FAQ-module__XxaKoW__open{border-color:var(--primary);background:#ffffff0a}.FAQ-module__XxaKoW__question{text-align:left;width:100%;color:var(--foreground);cursor:pointer;background:0 0;border:none;justify-content:space-between;align-items:center;padding:1.5rem 2rem;font-size:1.1rem;font-weight:600;display:flex}.FAQ-module__XxaKoW__question:hover{color:var(--primary)}.FAQ-module__XxaKoW__icon{color:var(--primary);opacity:.5}.FAQ-module__XxaKoW__item.FAQ-module__XxaKoW__open .FAQ-module__XxaKoW__icon{opacity:1}.FAQ-module__XxaKoW__answerWrapper{overflow:hidden}.FAQ-module__XxaKoW__answer{color:var(--text-muted);padding:0 2rem 2rem;line-height:1.6}@media (max-width:768px){.FAQ-module__XxaKoW__question{padding:1.2rem;font-size:1rem}.FAQ-module__XxaKoW__answer{padding:0 1.2rem}}
.SubpageHero-module__Z_MKMq__hero{background:#050505;flex-direction:column;justify-content:center;padding:160px 0 60px;display:flex;position:relative;overflow:hidden}.SubpageHero-module__Z_MKMq__bgWrapper{z-index:0;position:absolute;inset:0}.SubpageHero-module__Z_MKMq__grid{background-image:linear-gradient(rgba(var(--primary-rgb),.03)1px,transparent 1px),linear-gradient(90deg,rgba(var(--primary-rgb),.03)1px,transparent 1px);background-size:40px 40px;position:absolute;inset:0;-webkit-mask-image:radial-gradient(circle,#000 40%,#0000 90%);mask-image:radial-gradient(circle,#000 40%,#0000 90%)}.SubpageHero-module__Z_MKMq__shapes{position:absolute;inset:0;overflow:hidden}.SubpageHero-module__Z_MKMq__shapes div{filter:blur(100px);opacity:.2;border-radius:50%;position:absolute}.SubpageHero-module__Z_MKMq__shape1{background:var(--primary);width:600px;height:600px;animation:20s ease-in-out infinite SubpageHero-module__Z_MKMq__float;top:-20%;right:-10%}.SubpageHero-module__Z_MKMq__shape2{background:var(--secondary);width:500px;height:500px;animation:25s ease-in-out infinite reverse SubpageHero-module__Z_MKMq__float;bottom:-20%;left:-10%}.SubpageHero-module__Z_MKMq__overlay{pointer-events:none;background:radial-gradient(circle,#0000 0%,#0006 100%);position:absolute;inset:0}@keyframes SubpageHero-module__Z_MKMq__float{0%{transform:translate(0)rotate(0)}33%{transform:translate(30px,-50px)rotate(10deg)}66%{transform:translate(-20px,20px)rotate(-5deg)}to{transform:translate(0)rotate(0)}}.SubpageHero-module__Z_MKMq__content{z-index:2;text-align:center;max-width:900px;margin:0 auto;position:relative}.SubpageHero-module__Z_MKMq__protocolBadge{flex-direction:column;align-items:center;gap:.5rem;margin-bottom:2.5rem;display:flex}.SubpageHero-module__Z_MKMq__protocolText{letter-spacing:.3em;color:var(--primary);text-shadow:0 0 10px rgba(var(--primary-rgb),.5);opacity:.9;font-family:monospace;font-size:.8rem}.SubpageHero-module__Z_MKMq__protocolLine{background:linear-gradient(90deg,transparent,var(--primary),transparent);width:60px;height:1px}.SubpageHero-module__Z_MKMq__title{letter-spacing:-.03em;text-shadow:0 10px 30px #00000080;margin-bottom:2rem;font-size:clamp(3.5rem,8vw,6rem);font-weight:800;line-height:1.1}.SubpageHero-module__Z_MKMq__subtitle{color:var(--text-muted);max-width:700px;margin:0 auto;font-size:1.35rem;line-height:1.6}.SubpageHero-module__Z_MKMq__divider{z-index:3;width:100%;height:100px;position:absolute;bottom:0;left:0}.SubpageHero-module__Z_MKMq__divider svg{width:100%;height:100%;display:block}@media (max-width:768px){.SubpageHero-module__Z_MKMq__hero{padding:140px 0 100px}}
.SuccessHistory-module__zmMZSa__successHistory{padding:var(--space-xxl)0;position:relative;overflow:hidden}.SuccessHistory-module__zmMZSa__header{text-align:center;margin-bottom:var(--space-l)}.SuccessHistory-module__zmMZSa__title{margin-bottom:1.5rem;font-size:clamp(2.5rem,5vw,4rem)}.SuccessHistory-module__zmMZSa__desc{color:var(--text-muted);max-width:600px;margin:0 auto}.SuccessHistory-module__zmMZSa__grid{grid-template-columns:repeat(auto-fit,minmax(260px,1fr));gap:2rem;display:grid}.SuccessHistory-module__zmMZSa__metricCard{border-radius:24px;flex-direction:column;gap:1.5rem;height:100%;padding:2.5rem;transition:all .3s;display:flex}.SuccessHistory-module__zmMZSa__iconBox{background:rgba(var(--primary-rgb),.1);width:50px;height:50px;color:var(--primary);border-radius:12px;justify-content:center;align-items:center;display:flex}.SuccessHistory-module__zmMZSa__value{letter-spacing:-.05em;margin-bottom:.25rem;font-size:2.5rem;font-weight:800}.SuccessHistory-module__zmMZSa__label{color:#fff;letter-spacing:.02em;margin-bottom:.75rem;font-weight:700}.SuccessHistory-module__zmMZSa__detail{color:#ffffffb3;font-size:.9rem;line-height:1.5}@media (max-width:768px){.SuccessHistory-module__zmMZSa__metricCard{padding:2rem}}
.AboutUs-module__15EVOW__about{padding:var(--space-xxl)0;background:var(--background);position:relative;overflow:hidden}.AboutUs-module__15EVOW__bgNode{background:radial-gradient(circle at center,rgba(var(--primary-rgb),.05),transparent 70%);z-index:0;pointer-events:none;border-radius:50%;width:800px;height:800px;position:absolute;top:10%;right:-10%}.AboutUs-module__15EVOW__bgGrid{z-index:0;background-image:linear-gradient(#ffffff05 1px,#0000 1px),linear-gradient(90deg,#ffffff05 1px,#0000 1px);background-size:60px 60px;position:absolute;inset:0;-webkit-mask-image:radial-gradient(circle,#000,#0000 80%);mask-image:radial-gradient(circle,#000,#0000 80%)}.AboutUs-module__15EVOW__header{z-index:1;grid-template-columns:1fr 1fr;align-items:start;gap:5rem;margin-bottom:10rem;display:grid;position:relative}.AboutUs-module__15EVOW__sectionTitle{letter-spacing:-.02em;margin-bottom:2rem;font-size:clamp(3rem,5vw,4.5rem);font-weight:800;line-height:1.1}.AboutUs-module__15EVOW__subtext{letter-spacing:.3em;color:var(--primary);opacity:.8;border:1px solid rgba(var(--primary-rgb),.2);background:rgba(var(--primary-rgb),.05);border-radius:100px;margin-bottom:1.5rem;padding:.5rem 1rem;font-family:monospace;font-size:.8rem;display:inline-block}.AboutUs-module__15EVOW__text{color:var(--text-muted);max-width:550px;font-size:1.2rem;line-height:1.8}.AboutUs-module__15EVOW__principlesGrid{grid-template-columns:1fr;gap:2rem;display:grid}.AboutUs-module__15EVOW__principleCard{border:1px solid var(--card-border);background:#ffffff05;border-radius:24px;flex-direction:column;gap:1.25rem;padding:2.5rem;transition:all .4s;display:flex;position:relative;overflow:hidden}.AboutUs-module__15EVOW__principleCard:hover{border-color:rgba(var(--primary-rgb),.3);background:#ffffff0a;transform:translateY(-5px);box-shadow:0 20px 40px #0003}.AboutUs-module__15EVOW__principleCard:before{content:"";background:radial-gradient(circle at top right,rgba(var(--primary-rgb),.1),transparent 60%);opacity:0;width:100%;height:100%;transition:opacity .4s;position:absolute;top:0;left:0}.AboutUs-module__15EVOW__principleCard:hover:before{opacity:1}.AboutUs-module__15EVOW__iconWrapper{background:rgba(var(--primary-rgb),.1);border:1px solid rgba(var(--primary-rgb),.2);width:64px;height:64px;color:var(--primary);box-shadow:0 0 20px rgba(var(--primary-rgb),.05);border-radius:18px;justify-content:center;align-items:center;margin-bottom:.5rem;display:flex}.AboutUs-module__15EVOW__principleCard h3{font-size:1.5rem;font-weight:700;position:relative}.AboutUs-module__15EVOW__principleCard p{color:var(--text-muted);font-size:1rem;line-height:1.6;position:relative}.AboutUs-module__15EVOW__timelineContainer{z-index:1;flex-direction:column;align-items:center;display:flex;position:relative}.AboutUs-module__15EVOW__timelineTitle{text-align:center;margin-bottom:5rem;font-size:3rem;font-weight:800}.AboutUs-module__15EVOW__timeline{width:100%;max-width:900px;position:relative}.AboutUs-module__15EVOW__timelineLine{background:linear-gradient(to bottom,transparent,var(--primary),transparent);width:2px;box-shadow:0 0 15px rgba(var(--primary-rgb),.5);position:absolute;top:0;bottom:0;left:50%;transform:translate(-50%)}.AboutUs-module__15EVOW__timelineItem{justify-content:flex-end;width:50%;padding:3rem 0;display:flex;position:relative}.AboutUs-module__15EVOW__timelineItem.AboutUs-module__15EVOW__right{justify-content:flex-start;align-self:flex-end;left:50%}.AboutUs-module__15EVOW__timelineContent{border:1px solid var(--card-border);-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#0a0a0acc;border-radius:24px;width:85%;padding:2.5rem;transition:all .3s}.AboutUs-module__15EVOW__timelineContent:hover{border-color:var(--primary);transform:scale(1.02)}.AboutUs-module__15EVOW__year{color:var(--primary);margin-bottom:.5rem;font-family:monospace;font-size:1rem;font-weight:700;display:block}.AboutUs-module__15EVOW__timelineContent h4{margin-bottom:.75rem;font-size:1.5rem}.AboutUs-module__15EVOW__timelineContent p{color:var(--text-muted);font-size:1rem;line-height:1.6}.AboutUs-module__15EVOW__dot{border:2px solid var(--primary);width:48px;height:48px;color:var(--primary);z-index:2;box-shadow:0 0 20px rgba(var(--primary-rgb),.4);background:#000;border-radius:50%;justify-content:center;align-items:center;display:flex;position:absolute;top:50%;right:-24px;transform:translateY(-50%)}.AboutUs-module__15EVOW__timelineItem.AboutUs-module__15EVOW__right .AboutUs-module__15EVOW__dot{left:-24px;right:auto}@media (max-width:1024px){.AboutUs-module__15EVOW__header{grid-template-columns:1fr;gap:4rem}}@media (max-width:768px){.AboutUs-module__15EVOW__principlesGrid{grid-template-columns:1fr}.AboutUs-module__15EVOW__timelineLine{left:30px}.AboutUs-module__15EVOW__timelineItem{justify-content:flex-start;width:100%;margin-left:60px;padding:2rem 0}.AboutUs-module__15EVOW__timelineItem.AboutUs-module__15EVOW__right{left:0}.AboutUs-module__15EVOW__timelineItem.AboutUs-module__15EVOW__left .AboutUs-module__15EVOW__dot,.AboutUs-module__15EVOW__timelineItem.AboutUs-module__15EVOW__right .AboutUs-module__15EVOW__dot{left:-24px;right:auto}.AboutUs-module__15EVOW__timelineContent{width:100%}.AboutUs-module__15EVOW__bgNode{display:none}}
.ProblemSolver-module__OtmTlG__problemSolver{padding:var(--space-xxl)0;background:linear-gradient(to bottom,transparent,rgba(var(--primary-rgb),.02),transparent)}.ProblemSolver-module__OtmTlG__header{text-align:center;margin-bottom:var(--space-l)}.ProblemSolver-module__OtmTlG__title{margin-bottom:1.5rem;font-size:clamp(2.5rem,5vw,4rem)}.ProblemSolver-module__OtmTlG__desc{color:var(--text-muted);max-width:600px;margin:0 auto}.ProblemSolver-module__OtmTlG__stack{flex-direction:column;gap:3rem;display:flex}.ProblemSolver-module__OtmTlG__comparisonPair{border:1px solid var(--card-border);background:#ffffff05;border-radius:32px;grid-template-columns:1fr 100px 1fr;align-items:center;gap:2rem;padding:3rem;display:grid;position:relative;overflow:hidden}.ProblemSolver-module__OtmTlG__labelGroup{letter-spacing:.1em;align-items:center;gap:.5rem;margin-bottom:1.5rem;font-size:.7rem;font-weight:700;display:flex}.ProblemSolver-module__OtmTlG__problemIcon{color:var(--accent)}.ProblemSolver-module__OtmTlG__solutionIcon{color:var(--primary)}.ProblemSolver-module__OtmTlG__caseTitle{margin-bottom:1rem;font-size:1.5rem}.ProblemSolver-module__OtmTlG__caseText{color:var(--text-muted);line-height:1.6}.ProblemSolver-module__OtmTlG__arrowBox{justify-content:center;display:flex}.ProblemSolver-module__OtmTlG__mainArrow{color:var(--primary);opacity:.3;width:40px;height:40px}@media (max-width:1024px){.ProblemSolver-module__OtmTlG__comparisonPair{text-align:center;grid-template-columns:1fr;padding:2.5rem}.ProblemSolver-module__OtmTlG__labelGroup{justify-content:center}.ProblemSolver-module__OtmTlG__arrowBox{margin:1rem 0;transform:rotate(90deg)}}
.ContactUs-module__VIaKlG__contact{padding:var(--space-xxl)0;background:var(--background);position:relative}.ContactUs-module__VIaKlG__intro{text-align:center;margin-bottom:6rem}.ContactUs-module__VIaKlG__title{margin-bottom:1.5rem;font-size:clamp(2.5rem,5vw,4rem)}.ContactUs-module__VIaKlG__desc{color:var(--text-muted);max-width:600px;margin:0 auto;font-size:1.1rem}.ContactUs-module__VIaKlG__grid{grid-template-columns:1fr 1.5fr;align-items:start;gap:4rem;display:grid}.ContactUs-module__VIaKlG__contactInfo{flex-direction:column;gap:1.5rem;display:flex}.ContactUs-module__VIaKlG__infoCard{border-radius:24px;align-items:center;gap:1.5rem;padding:2rem;transition:all .3s;display:flex}.ContactUs-module__VIaKlG__infoCard:hover{border-color:var(--primary);background:#ffffff0d}.ContactUs-module__VIaKlG__iconCircle{background:rgba(var(--primary-rgb),.1);border:1px solid rgba(var(--primary-rgb),.2);width:56px;height:56px;color:var(--primary);box-shadow:0 0 20px rgba(var(--primary-rgb),.1);border-radius:50%;justify-content:center;align-items:center;display:flex}.ContactUs-module__VIaKlG__infoCard h3{margin-bottom:.25rem;font-size:1.1rem}.ContactUs-module__VIaKlG__infoCard p{color:var(--text-muted);font-size:.95rem}.ContactUs-module__VIaKlG__form{border-radius:32px;flex-direction:column;gap:2rem;padding:3rem;display:flex}.ContactUs-module__VIaKlG__formGrid{grid-template-columns:1fr 1fr;gap:1.5rem;display:grid}.ContactUs-module__VIaKlG__inputGroup{flex-direction:column;gap:.75rem;display:flex}.ContactUs-module__VIaKlG__inputLabel{letter-spacing:.2em;color:var(--text-muted);align-items:center;gap:.75rem;font-family:monospace;font-size:.7rem;font-weight:600;display:flex}.ContactUs-module__VIaKlG__labelProtocol{color:var(--primary);opacity:.6}.ContactUs-module__VIaKlG__inputGroup input,.ContactUs-module__VIaKlG__inputGroup select,.ContactUs-module__VIaKlG__inputGroup textarea{border:1px solid var(--card-border);color:var(--foreground);background:#ffffff08;border-radius:12px;padding:1rem;font-family:inherit;font-size:1rem;transition:all .3s}.ContactUs-module__VIaKlG__inputGroup input:focus,.ContactUs-module__VIaKlG__inputGroup select:focus,.ContactUs-module__VIaKlG__inputGroup textarea:focus{border-color:var(--primary);box-shadow:0 0 10px var(--primary-glow);background:#ffffff0d;outline:none}.ContactUs-module__VIaKlG__submitButton{background:linear-gradient(135deg,var(--primary),var(--secondary));color:#fff;border-radius:16px;justify-content:center;align-items:center;gap:1rem;margin-top:1rem;padding:1.25rem;font-size:1.1rem;font-weight:700;transition:all .3s;display:flex;box-shadow:0 10px 30px #06b6d44d}.ContactUs-module__VIaKlG__submitButton:hover{transform:translateY(-3px);box-shadow:0 15px 40px #06b6d480}@media (max-width:1024px){.ContactUs-module__VIaKlG__grid{grid-template-columns:1fr;gap:3rem}}@media (max-width:640px){.ContactUs-module__VIaKlG__form{padding:2rem}.ContactUs-module__VIaKlG__formGrid{grid-template-columns:1fr}}
.IdeaGenerator-module__OUkzTG__ideaGenerator{padding:120px 0}.IdeaGenerator-module__OUkzTG__labCard{border-radius:40px;grid-template-columns:1fr 1fr;align-items:center;gap:4rem;padding:4rem;display:grid}.IdeaGenerator-module__OUkzTG__tag{background:rgba(var(--primary-rgb),.1);color:var(--primary);border-radius:100px;align-items:center;gap:.5rem;margin-bottom:2rem;padding:.5rem 1rem;font-size:.75rem;font-weight:700;display:inline-flex}.IdeaGenerator-module__OUkzTG__title{margin-bottom:1.5rem;font-size:clamp(2rem,4vw,3rem)}.IdeaGenerator-module__OUkzTG__desc{color:var(--text-muted);max-width:400px}.IdeaGenerator-module__OUkzTG__interface{flex-direction:column;gap:2rem;display:flex}.IdeaGenerator-module__OUkzTG__selector{flex-direction:column;gap:.75rem;display:flex}.IdeaGenerator-module__OUkzTG__option{border:1px solid var(--card-border);text-align:left;color:#fff9;background:#ffffff08;border-radius:16px;justify-content:space-between;align-items:center;padding:1.25rem;font-weight:500;transition:all .3s cubic-bezier(.4,0,.2,1);display:flex}.IdeaGenerator-module__OUkzTG__option:hover{border-color:rgba(var(--primary-rgb),.4);color:#fff;background:#ffffff14}.IdeaGenerator-module__OUkzTG__option.IdeaGenerator-module__OUkzTG__active{background:rgba(var(--primary-rgb),.15);border-color:var(--primary);color:var(--primary);font-weight:700}.IdeaGenerator-module__OUkzTG__generateBtn{background:var(--primary);color:#000;border-radius:16px;justify-content:center;align-items:center;gap:1rem;margin-top:1rem;padding:1.5rem;font-weight:700;transition:all .3s;display:flex}.IdeaGenerator-module__OUkzTG__generateBtn:disabled{opacity:.5;cursor:not-allowed}.IdeaGenerator-module__OUkzTG__display{border:1px solid var(--card-border);background:#0009;border-radius:24px;justify-content:center;align-items:center;min-height:240px;padding:2.5rem;display:flex;position:relative;overflow:hidden;box-shadow:inset 0 0 40px #00000080}.IdeaGenerator-module__OUkzTG__idleState{color:#fff;opacity:.6;flex-direction:column;align-items:center;gap:1.5rem;font-family:monospace;display:flex}.IdeaGenerator-module__OUkzTG__pulseNode{background:var(--primary);border-radius:50%;width:12px;height:12px;animation:2s infinite IdeaGenerator-module__OUkzTG__pulse}@keyframes IdeaGenerator-module__OUkzTG__pulse{0%{opacity:1;box-shadow:0 0 0 0 rgba(var(--primary-rgb),.4);transform:scale(1)}70%{opacity:.5;transform:scale(1.5);box-shadow:0 0 0 15px #0000}to{opacity:1;transform:scale(1)}}.IdeaGenerator-module__OUkzTG__loadingState{text-align:center;color:var(--primary);font-family:monospace}.IdeaGenerator-module__OUkzTG__scanningLine{background:var(--primary);width:100%;height:2px;box-shadow:0 0 20px var(--primary);animation:1.5s linear infinite IdeaGenerator-module__OUkzTG__scan;position:absolute;top:0;left:0}@keyframes IdeaGenerator-module__OUkzTG__scan{0%{transform:translateY(0)}to{transform:translateY(200px)}}.IdeaGenerator-module__OUkzTG__resultBox h3{color:#fff;margin:0;font-size:1.5rem}.IdeaGenerator-module__OUkzTG__dataPoint{margin-bottom:1.5rem;display:block}.IdeaGenerator-module__OUkzTG__dataPoint strong{color:var(--primary);letter-spacing:.15em;margin-bottom:.5rem;font-size:.8rem;display:block}.IdeaGenerator-module__OUkzTG__dataPoint span{color:#fff;font-size:1.1rem;line-height:1.4;display:block}@media (max-width:1024px){.IdeaGenerator-module__OUkzTG__labCard{grid-template-columns:1fr;padding:2.5rem}}
.MissionVision-module__jLOFRG__section{padding:var(--space-xxl)0;position:relative}.MissionVision-module__jLOFRG__grid{grid-template-columns:1fr 1fr;gap:3rem;display:grid}.MissionVision-module__jLOFRG__card{border:1px solid var(--card-border);background:linear-gradient(145deg,#ffffff08,#ffffff03);border-radius:40px;flex-direction:column;gap:1.5rem;padding:4rem;transition:all .5s cubic-bezier(.2,.8,.2,1);display:flex;position:relative;overflow:hidden}.MissionVision-module__jLOFRG__card:hover{border-color:rgba(var(--primary-rgb),.3);transform:translateY(-10px);box-shadow:0 20px 60px -10px #0000004d}.MissionVision-module__jLOFRG__card:after{content:"";background-image:radial-gradient(circle at top right,rgba(var(--primary-rgb),.1),transparent 70%),linear-gradient(45deg,transparent 48%,rgba(var(--primary-rgb),.05)50%,transparent 52%);pointer-events:none;opacity:.5;background-size:100% 100%,20px 20px;width:300px;height:300px;position:absolute;top:0;right:0;-webkit-mask-image:linear-gradient(to bottom left,#000,#0000);mask-image:linear-gradient(to bottom left,#000,#0000)}.MissionVision-module__jLOFRG__iconWrapper{background:rgba(var(--primary-rgb),.05);border:1px solid rgba(var(--primary-rgb),.2);width:80px;height:80px;color:var(--primary);box-shadow:0 0 30px rgba(var(--primary-rgb),.1);z-index:2;border-radius:24px;justify-content:center;align-items:center;margin-bottom:1rem;display:flex;position:relative}.MissionVision-module__jLOFRG__protocol{letter-spacing:.3em;color:var(--primary);opacity:.6;z-index:2;font-family:monospace;font-size:.8rem;position:relative}.MissionVision-module__jLOFRG__title{letter-spacing:-.02em;z-index:2;font-size:3.5rem;font-weight:800;line-height:1;position:relative}.MissionVision-module__jLOFRG__text{color:var(--text-muted);z-index:2;max-width:90%;font-size:1.25rem;line-height:1.6;position:relative}@media (max-width:1024px){.MissionVision-module__jLOFRG__grid{grid-template-columns:1fr}.MissionVision-module__jLOFRG__card{padding:3rem}.MissionVision-module__jLOFRG__title{font-size:2.5rem}}
.CEOSection-module__DXJKkq__ceoSection{padding:var(--space-xxl)0;z-index:10;background:linear-gradient(to bottom,transparent,rgba(var(--primary-rgb),.03),transparent);position:relative;overflow:visible}.CEOSection-module__DXJKkq__wrapper{gap:var(--space-xl);grid-template-columns:1fr 1.2fr;align-items:center;display:grid}.CEOSection-module__DXJKkq__imageContainer{padding:1.5rem;position:relative}.CEOSection-module__DXJKkq__imageWrapper{aspect-ratio:4/5;box-shadow:0 40px 100px -20px #00000080,0 0 0 1px rgba(var(--primary-rgb),.1);border:1px solid #ffffff1a;border-radius:40px;position:relative;overflow:hidden}.CEOSection-module__DXJKkq__image{object-fit:cover;transition:transform .6s cubic-bezier(.4,0,.2,1)}.CEOSection-module__DXJKkq__imageContainer:hover .CEOSection-module__DXJKkq__image{transform:scale(1.05)}.CEOSection-module__DXJKkq__imageOverlay{background:linear-gradient(#0000 60%,#000c 100%);position:absolute;inset:0}.CEOSection-module__DXJKkq__ceoTag{-webkit-backdrop-filter:blur(30px)saturate(150%);z-index:10;background:#0f0f0fb3;border:1px solid #ffffff1a;border-radius:24px;flex-direction:column;gap:.25rem;padding:2rem 3rem;display:flex;position:absolute;bottom:10%;right:-3rem;overflow:hidden;box-shadow:0 25px 50px -12px #00000080,inset 0 1px 1px #ffffff1a}.CEOSection-module__DXJKkq__tagGlow{background:radial-gradient(circle at 50% 50%,rgba(var(--primary-rgb),.15),transparent 70%);pointer-events:none;z-index:-1;width:200%;height:200%;animation:10s linear infinite CEOSection-module__DXJKkq__glowRotate;position:absolute;top:-50%;left:-50%}@keyframes CEOSection-module__DXJKkq__glowRotate{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.CEOSection-module__DXJKkq__name{color:#fff;letter-spacing:-.02em;text-shadow:0 2px 10px #00000080;font-size:1.75rem;font-weight:800}.CEOSection-module__DXJKkq__role{color:var(--primary);text-transform:uppercase;letter-spacing:.2em;margin-bottom:1rem;font-size:.85rem;font-weight:700}.CEOSection-module__DXJKkq__branding{opacity:.5;align-items:center;gap:1rem;margin-top:.5rem;display:flex}.CEOSection-module__DXJKkq__brandingLine{background:var(--primary);width:20px;height:1px}.CEOSection-module__DXJKkq__brandingText{color:#fff;font-family:monospace;font-size:.65rem}.CEOSection-module__DXJKkq__content{flex-direction:column;gap:2rem;display:flex}.CEOSection-module__DXJKkq__quoteIcon{color:var(--primary);opacity:.4;width:60px;height:60px}.CEOSection-module__DXJKkq__visionTitle{margin:0;font-size:clamp(2.5rem,5vw,4rem);line-height:1.1}.CEOSection-module__DXJKkq__visionText{color:var(--text-muted);max-width:600px;font-size:1.2rem;font-style:italic;line-height:1.6}.CEOSection-module__DXJKkq__teamLink{color:#fff;align-items:center;gap:1.5rem;margin-top:1rem;font-weight:700;transition:all .3s;display:inline-flex}.CEOSection-module__DXJKkq__linkCircle{border:1px solid var(--card-border);border-radius:50%;justify-content:center;align-items:center;width:44px;height:44px;transition:all .3s;display:flex}.CEOSection-module__DXJKkq__teamLink:hover .CEOSection-module__DXJKkq__linkCircle{background:var(--primary);border-color:var(--primary);color:#000;transform:scale(1.1)}.CEOSection-module__DXJKkq__teamLink:hover{color:var(--primary)}@media (max-width:1024px){.CEOSection-module__DXJKkq__wrapper{grid-template-columns:1fr;gap:5rem}.CEOSection-module__DXJKkq__imageContainer{max-width:500px;margin:0 auto}.CEOSection-module__DXJKkq__ceoTag{z-index:20;width:fit-content;margin-top:-2rem;margin-left:2rem;position:relative;bottom:auto;right:auto}}@media (max-width:640px){.CEOSection-module__DXJKkq__visionTitle{font-size:2.5rem}.CEOSection-module__DXJKkq__ceoTag{border-radius:20px;margin-left:1rem;margin-right:1rem;padding:1.5rem}.CEOSection-module__DXJKkq__name{font-size:1.5rem}}
.ContactStatusConsole-module__Po87hG__console{border:1px solid var(--card-border);background:#ffffff05;border-radius:24px;padding:2rem;position:relative;overflow:hidden}.ContactStatusConsole-module__Po87hG__header{border-bottom:1px solid var(--card-border);align-items:center;gap:.75rem;margin-bottom:2rem;padding-bottom:1rem;display:flex}.ContactStatusConsole-module__Po87hG__dot{background:#10b981;border-radius:50%;width:8px;height:8px;animation:2s infinite ContactStatusConsole-module__Po87hG__pulse;box-shadow:0 0 10px #10b981}@keyframes ContactStatusConsole-module__Po87hG__pulse{0%{opacity:1;transform:scale(1)}50%{opacity:.5;transform:scale(1.2)}to{opacity:1;transform:scale(1)}}.ContactStatusConsole-module__Po87hG__title{letter-spacing:.15em;color:var(--text-muted);font-family:monospace;font-size:.7rem}.ContactStatusConsole-module__Po87hG__statusGrid{flex-direction:column;gap:1.25rem;display:flex}.ContactStatusConsole-module__Po87hG__statusItem{justify-content:space-between;align-items:center;display:flex}.ContactStatusConsole-module__Po87hG__label{color:var(--text-muted);align-items:center;gap:.75rem;font-family:monospace;font-size:.75rem;display:flex}.ContactStatusConsole-module__Po87hG__label svg{color:var(--primary);opacity:.6}.ContactStatusConsole-module__Po87hG__value{letter-spacing:.05em;font-family:monospace;font-size:.75rem;font-weight:700}.ContactStatusConsole-module__Po87hG__footer{border-top:1px solid var(--card-border);margin-top:2rem;padding-top:1rem;position:relative}.ContactStatusConsole-module__Po87hG__encryption{color:var(--text-muted);opacity:.5;text-align:center;font-family:monospace;font-size:.6rem}.ContactStatusConsole-module__Po87hG__scanner{background:linear-gradient(to right,transparent,var(--primary),transparent);opacity:.3;width:100%;height:2px;animation:3s linear infinite ContactStatusConsole-module__Po87hG__scan;position:absolute;top:0;left:0}@keyframes ContactStatusConsole-module__Po87hG__scan{0%{opacity:0;transform:translateY(-20px)scaleX(0)}50%{opacity:.3;transform:translateY(0)scaleX(1)}to{opacity:0;transform:translateY(20px)scaleX(0)}}
.ProtocolTimeline-module__c2IvJG__section{padding:var(--space-xxl)0;background:var(--background);position:relative;overflow:hidden}.ProtocolTimeline-module__c2IvJG__header{text-align:center;margin-bottom:5rem}.ProtocolTimeline-module__c2IvJG__protocol{letter-spacing:.3em;color:var(--primary);opacity:.6;margin-bottom:1rem;font-family:monospace;font-size:.8rem}.ProtocolTimeline-module__c2IvJG__title{letter-spacing:-.02em;font-size:clamp(3rem,5vw,4.5rem);font-weight:800}.ProtocolTimeline-module__c2IvJG__timeline{flex-direction:column;max-width:900px;margin:0 auto;display:flex;position:relative}.ProtocolTimeline-module__c2IvJG__timeline:before{content:"";background:rgba(var(--primary-rgb),.1);width:2px;box-shadow:0 0 10px rgba(var(--primary-rgb),.1);z-index:0;position:absolute;top:0;bottom:0;left:140px}.ProtocolTimeline-module__c2IvJG__milestone{z-index:1;gap:3rem;padding-bottom:5rem;display:flex;position:relative}.ProtocolTimeline-module__c2IvJG__milestone:last-child{padding-bottom:0}.ProtocolTimeline-module__c2IvJG__year{color:var(--primary);text-align:right;min-width:110px;text-shadow:0 0 10px rgba(var(--primary-rgb),.5);padding-top:.25rem;font-family:monospace;font-size:1.5rem;font-weight:700}.ProtocolTimeline-module__c2IvJG__marker{flex-direction:column;align-items:center;display:flex;position:relative}.ProtocolTimeline-module__c2IvJG__dot{background:var(--background);border:4px solid var(--primary);width:24px;height:24px;box-shadow:0 0 20px var(--primary-glow);z-index:2;border-radius:50%;transition:all .3s;position:relative}.ProtocolTimeline-module__c2IvJG__milestone:hover .ProtocolTimeline-module__c2IvJG__dot{background:var(--primary);box-shadow:0 0 30px var(--primary-glow),0 0 10px #fff}.ProtocolTimeline-module__c2IvJG__line{background:linear-gradient(to bottom,var(--primary),rgba(var(--primary-rgb),.2));opacity:.8;width:3px;box-shadow:0 0 10px rgba(var(--primary-rgb),.4);flex:1;margin-top:-5px;margin-bottom:-5px}.ProtocolTimeline-module__c2IvJG__milestone:last-child .ProtocolTimeline-module__c2IvJG__line{display:none}.ProtocolTimeline-module__c2IvJG__content{border:1px solid var(--card-border);-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#ffffff05;border-radius:24px;flex:1;padding:2.5rem;transition:all .4s;position:relative;overflow:hidden}.ProtocolTimeline-module__c2IvJG__content:after{content:"";background:linear-gradient(90deg,transparent,var(--primary),transparent);opacity:0;width:100%;height:1px;transition:opacity .4s;position:absolute;top:0;left:0}.ProtocolTimeline-module__c2IvJG__milestone:hover .ProtocolTimeline-module__c2IvJG__content{border-color:rgba(var(--primary-rgb),.4);background:#ffffff0a;transform:translate(10px);box-shadow:0 10px 30px #0000004d}.ProtocolTimeline-module__c2IvJG__milestone:hover .ProtocolTimeline-module__c2IvJG__content:after{opacity:1}.ProtocolTimeline-module__c2IvJG__logId{letter-spacing:.2em;color:var(--primary);opacity:.5;margin-bottom:.75rem;font-family:monospace;font-size:.7rem}.ProtocolTimeline-module__c2IvJG__milestoneTitle{letter-spacing:.02em;margin-bottom:1rem;font-size:1.75rem;font-weight:800}.ProtocolTimeline-module__c2IvJG__desc{color:var(--text-muted);font-size:1.1rem;line-height:1.7}@media (max-width:768px){.ProtocolTimeline-module__c2IvJG__milestone{border-left:2px solid rgba(var(--primary-rgb),.2);flex-direction:column;gap:1.5rem;padding-bottom:3rem;padding-left:2rem}.ProtocolTimeline-module__c2IvJG__timeline:before,.ProtocolTimeline-module__c2IvJG__marker{display:none}.ProtocolTimeline-module__c2IvJG__year{text-align:left;min-width:unset;padding-top:0}.ProtocolTimeline-module__c2IvJG__content{width:100%}}
.CaseStudy-module__NFwk9a__main{background:#050505;min-height:100vh}.CaseStudy-module__NFwk9a__notFound{flex-direction:column;justify-content:center;align-items:center;gap:2rem;height:100vh;display:flex}.CaseStudy-module__NFwk9a__backLink{color:var(--primary);font-weight:600}.CaseStudy-module__NFwk9a__hero{align-items:flex-end;height:70vh;min-height:500px;padding-bottom:5rem;display:flex;position:relative;overflow:hidden}.CaseStudy-module__NFwk9a__heroBg{z-index:0;background-position:50%;background-size:cover;width:100%;height:100%;position:absolute;top:0;left:0}.CaseStudy-module__NFwk9a__overlay{z-index:1;background:linear-gradient(#0000,#050505);width:100%;height:100%;position:absolute;top:0;left:0}.CaseStudy-module__NFwk9a__backBtn{z-index:2;color:var(--text-muted);align-items:center;gap:.5rem;margin-bottom:2rem;font-weight:500;transition:color .3s;display:inline-flex;position:relative}.CaseStudy-module__NFwk9a__backBtn:hover{color:var(--primary)}.CaseStudy-module__NFwk9a__heroContent{z-index:2;max-width:800px;position:relative}.CaseStudy-module__NFwk9a__protocolId{letter-spacing:.3em;color:var(--primary);opacity:.8;margin-bottom:1rem;font-family:monospace;font-size:.75rem}.CaseStudy-module__NFwk9a__category{text-transform:uppercase;color:#fff;opacity:.5;letter-spacing:.15em;margin-bottom:.5rem;font-size:.9rem;font-weight:700;display:block}.CaseStudy-module__NFwk9a__title{margin-bottom:1.5rem;font-size:clamp(2.5rem,6vw,4.5rem);line-height:1.1}.CaseStudy-module__NFwk9a__desc{color:var(--text-muted);margin-bottom:2rem;font-size:1.25rem;line-height:1.6}.CaseStudy-module__NFwk9a__tags{flex-wrap:wrap;gap:.75rem;display:flex}.CaseStudy-module__NFwk9a__tag{border:1px solid var(--card-border);background:#ffffff0d;border-radius:50px;padding:.5rem 1rem;font-size:.85rem;font-weight:600}.CaseStudy-module__NFwk9a__details{padding:80px 0 120px}.CaseStudy-module__NFwk9a__grid{grid-template-columns:1fr 380px;gap:5rem;display:grid}.CaseStudy-module__NFwk9a__section{margin-bottom:5rem}.CaseStudy-module__NFwk9a__sectionHeader{align-items:center;gap:1rem;margin-bottom:2rem;display:flex}.CaseStudy-module__NFwk9a__sectionIcon{color:var(--primary)}.CaseStudy-module__NFwk9a__section h2{letter-spacing:-.01em;font-size:1.75rem;font-weight:800}.CaseStudy-module__NFwk9a__reqList{flex-direction:column;gap:1.25rem;display:flex}.CaseStudy-module__NFwk9a__reqList li{color:var(--text-muted);align-items:flex-start;gap:1rem;font-size:1.1rem;line-height:1.5;display:flex}.CaseStudy-module__NFwk9a__checkIcon{color:var(--primary);flex-shrink:0;margin-top:.2rem}.CaseStudy-module__NFwk9a__planningText{color:var(--text-muted);font-size:1.1rem;line-height:1.7}.CaseStudy-module__NFwk9a__implGrid{grid-template-columns:1fr 1fr;gap:1.5rem;display:grid}.CaseStudy-module__NFwk9a__implCard{background:#ffffff05;border:1px solid #ffffff0d;border-radius:20px;align-items:center;padding:1.75rem;font-size:.95rem;font-weight:600;transition:all .3s;display:flex}.CaseStudy-module__NFwk9a__implCard:hover{background:rgba(var(--primary-rgb),.05);border-color:rgba(var(--primary-rgb),.2)}.CaseStudy-module__NFwk9a__statsAside{flex-direction:column;gap:2rem;display:flex}.CaseStudy-module__NFwk9a__statsCard{border-radius:40px;padding:3rem;position:relative;overflow:hidden}.CaseStudy-module__NFwk9a__statusBadge{letter-spacing:.2em;color:#10b981;background:#10b9811a;border-left:3px solid #10b981;width:fit-content;margin-bottom:2.5rem;padding:.5rem 1rem;font-family:monospace;font-size:.65rem}.CaseStudy-module__NFwk9a__statsGrid{flex-direction:column;gap:2.5rem;display:flex}.CaseStudy-module__NFwk9a__statItem{flex-direction:column;gap:.5rem;display:flex}.CaseStudy-module__NFwk9a__statValueWrapper{align-items:center;gap:1.5rem;display:flex}.CaseStudy-module__NFwk9a__statLine{background:linear-gradient(to right,var(--primary),transparent);opacity:.3;flex:1;height:1px}.CaseStudy-module__NFwk9a__statValue{color:var(--primary);font-size:2.5rem;font-weight:700}.CaseStudy-module__NFwk9a__statLabel{color:var(--text-muted);text-transform:uppercase;letter-spacing:.05em;font-size:.9rem}.CaseStudy-module__NFwk9a__ctaBox{text-align:center;border-radius:32px;flex-direction:column;gap:1.5rem;padding:2.5rem;display:flex}.CaseStudy-module__NFwk9a__ctaBox h3{font-size:1.25rem;line-height:1.4}.CaseStudy-module__NFwk9a__ctaBtn{background:var(--primary);color:#fff;border-radius:12px;padding:1rem;font-weight:700;transition:all .3s}.CaseStudy-module__NFwk9a__ctaBtn:hover{background:var(--secondary);box-shadow:0 10px 30px var(--primary-glow);transform:translateY(-3px)}@media (max-width:1024px){.CaseStudy-module__NFwk9a__grid{grid-template-columns:1fr;gap:4rem}}@media (max-width:640px){.CaseStudy-module__NFwk9a__implGrid{grid-template-columns:1fr}.CaseStudy-module__NFwk9a__hero{height:auto;padding-top:150px}}
.Blog-module__LXHiDW__blog{padding:var(--space-xxl)0;background:var(--background)}.Blog-module__LXHiDW__intro{text-align:center;margin-bottom:6rem}.Blog-module__LXHiDW__title{letter-spacing:-.02em;margin-bottom:2rem;font-size:clamp(2.5rem,5vw,4rem);font-weight:800;line-height:1.1}.Blog-module__LXHiDW__desc{color:var(--text-muted);max-width:650px;margin:0 auto;font-size:1.25rem;line-height:1.6}.Blog-module__LXHiDW__grid{grid-template-columns:repeat(auto-fit,minmax(320px,1fr));gap:2rem;margin-bottom:5rem;display:grid}.Blog-module__LXHiDW__postCard{border-radius:28px;flex-direction:column;gap:1.5rem;padding:2.5rem;transition:all .4s;display:flex;position:relative;overflow:hidden}.Blog-module__LXHiDW__nodeId{letter-spacing:.2em;color:var(--primary);opacity:.4;font-family:monospace;font-size:.6rem;position:absolute;top:1.5rem;right:1.5rem}.Blog-module__LXHiDW__postCard:hover{border-color:var(--primary);background:#ffffff0d;transform:translateY(-10px)}.Blog-module__LXHiDW__postHeader{flex-direction:column;gap:1rem;display:flex}.Blog-module__LXHiDW__category{text-transform:uppercase;color:var(--primary);letter-spacing:.15em;font-size:.75rem;font-weight:700}.Blog-module__LXHiDW__postMeta{gap:1.5rem;display:flex}.Blog-module__LXHiDW__metaItem{color:var(--text-muted);align-items:center;gap:.5rem;font-size:.85rem;display:flex}.Blog-module__LXHiDW__postTitle{font-size:1.5rem;font-weight:700;line-height:1.3}.Blog-module__LXHiDW__postDesc{color:var(--text-muted);font-size:.95rem;line-height:1.6}.Blog-module__LXHiDW__readMore{color:var(--primary);text-transform:uppercase;letter-spacing:.1em;align-items:center;gap:.75rem;margin-top:auto;font-size:.9rem;font-weight:700;transition:gap .3s;display:flex}.Blog-module__LXHiDW__readMore:hover{gap:1rem}.Blog-module__LXHiDW__viewAll{text-align:center}.Blog-module__LXHiDW__outlineButton{border:1px solid var(--card-border);color:#fff;background:0 0;border-radius:50px;padding:1rem 3rem;font-size:1rem;font-weight:700;transition:all .3s}.Blog-module__LXHiDW__outlineButton:hover{color:#000;background:#fff}@media (max-width:768px){.Blog-module__LXHiDW__postCard{padding:2rem}}
.Careers-module__kThMtW__careers{padding:2rem 0 var(--space-xxl);background:var(--background)}.Careers-module__kThMtW__intro{text-align:center;margin-bottom:2rem}.Careers-module__kThMtW__title{letter-spacing:-.02em;margin-bottom:2rem;font-size:clamp(2.5rem,5vw,4rem);font-weight:800;line-height:1.1}.Careers-module__kThMtW__desc{color:var(--text-muted);max-width:650px;margin:0 auto;font-size:1.25rem;line-height:1.6}.Careers-module__kThMtW__section{margin-bottom:3rem}.Careers-module__kThMtW__sectionHeader{text-align:center;margin-bottom:4rem}.Careers-module__kThMtW__sectionTitle{text-transform:uppercase;letter-spacing:.1em;margin-bottom:1rem;font-size:2rem}.Careers-module__kThMtW__benefitsGrid{grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:2rem;display:grid}.Careers-module__kThMtW__benefitCard{--cut-size:20px;clip-path:polygon(var(--cut-size)0,100% 0,100% calc(100% - var(--cut-size)),calc(100% - var(--cut-size))100%,0 100%,0 var(--cut-size));background:#ffffff05;padding:2.5rem;transition:all .3s;position:relative}.Careers-module__kThMtW__benefitCard:before{content:"";z-index:-1;clip-path:inherit;background:#ffffff1a;transition:background .3s;position:absolute;inset:0}.Careers-module__kThMtW__benefitCard:after{content:"";z-index:-1;clip-path:inherit;background:#050505;position:absolute;inset:1px}.Careers-module__kThMtW__benefitCard:hover:before{background:var(--primary)}.Careers-module__kThMtW__benefitCard:hover{transform:translateY(-5px)}.Careers-module__kThMtW__benefitIcon{color:var(--primary);background:rgba(var(--primary-rgb),.1);clip-path:polygon(10px 0,100% 0,100% calc(100% - 10px),calc(100% - 10px) 100%,0 100%,0 10px);justify-content:center;align-items:center;width:48px;height:48px;margin-bottom:1.5rem;display:flex}.Careers-module__kThMtW__benefitTitle{color:#fff;margin-bottom:.75rem;font-size:1.25rem;font-weight:700}.Careers-module__kThMtW__benefitDesc{color:var(--text-muted);line-height:1.6}.Careers-module__kThMtW__cultureGrid{grid-template-columns:1fr 1fr;align-items:center;gap:4rem;display:grid}.Careers-module__kThMtW__manifesto{color:var(--text-muted);border-left:2px solid var(--primary);padding-left:2rem;font-size:1.1rem;line-height:1.8}.Careers-module__kThMtW__statGrid{grid-template-columns:1fr 1fr;gap:2rem;display:grid}.Careers-module__kThMtW__statItem{text-align:center;background:#ffffff08;border:1px solid #ffffff1a;padding:1.5rem}.Careers-module__kThMtW__statValue{color:var(--primary);margin-bottom:.5rem;font-size:2.5rem;font-weight:800;display:block}.Careers-module__kThMtW__statLabel{text-transform:uppercase;letter-spacing:.1em;font-size:.8rem}.Careers-module__kThMtW__processGrid{grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:2rem;display:grid;position:relative}.Careers-module__kThMtW__processStep{background:#ffffff05;border:1px solid #ffffff1a;flex-direction:column;gap:1rem;padding:2rem;display:flex;position:relative}.Careers-module__kThMtW__processNumber{color:#ffffff1a;font-family:monospace;font-size:2rem;font-weight:800;position:absolute;top:1rem;right:1.5rem}.Careers-module__kThMtW__processTitle{color:var(--primary);text-transform:uppercase;letter-spacing:.05em;margin-top:1rem;font-size:1rem;font-weight:700}.Careers-module__kThMtW__processDesc{color:var(--text-muted);font-size:.9rem;line-height:1.5}.Careers-module__kThMtW__techGrid{flex-wrap:wrap;justify-content:center;gap:1.5rem;display:flex}.Careers-module__kThMtW__techItem{color:#fff;clip-path:polygon(10px 0,100% 0,100% calc(100% - 10px),calc(100% - 10px) 100%,0 100%,0 10px);background:#ffffff14;border:1px solid #fff3;border-radius:4px;padding:1rem 2rem;font-family:monospace;font-size:.95rem;transition:all .3s}.Careers-module__kThMtW__techItem:hover{background:var(--primary);color:#000;box-shadow:0 0 15px rgba(var(--primary-rgb),.3);transform:scale(1.05)}.Careers-module__kThMtW__jobList{flex-direction:column;gap:1.5rem;display:flex}.Careers-module__kThMtW__jobCard{--cut-size:15px;clip-path:polygon(var(--cut-size)0,100% 0,100% calc(100% - var(--cut-size)),calc(100% - var(--cut-size))100%,0 100%,0 var(--cut-size));background:#ffffff05;justify-content:space-between;align-items:center;gap:2rem;padding:2.5rem;transition:all .4s;display:flex;position:relative}.Careers-module__kThMtW__jobCard:before{content:"";z-index:-1;clip-path:inherit;background:#ffffff1a;transition:background .3s;position:absolute;inset:0}.Careers-module__kThMtW__jobCard:after{content:"";z-index:-1;clip-path:inherit;background:#050505;position:absolute;inset:1px}.Careers-module__kThMtW__jobCard:hover{transform:translate(10px)}.Careers-module__kThMtW__jobCard:hover:before{background:var(--primary);box-shadow:0 0 20px rgba(var(--primary-rgb),.2)}.Careers-module__kThMtW__jobInfo{flex:1;align-items:center;gap:clamp(2rem,5vw,6rem);display:flex}.Careers-module__kThMtW__jobMain{align-items:center;gap:2rem;display:flex}.Careers-module__kThMtW__protocolId{letter-spacing:.2em;color:var(--primary);opacity:.6;min-width:100px;font-family:monospace;font-size:.7rem}.Careers-module__kThMtW__jobTitleWrapper h3{color:#fff;margin-bottom:.25rem;font-size:1.5rem;font-weight:700}.Careers-module__kThMtW__jobCategory{color:var(--text-muted);text-transform:uppercase;letter-spacing:.1em;font-size:.8rem}.Careers-module__kThMtW__jobMeta{gap:2.5rem;display:flex}.Careers-module__kThMtW__metaItem{color:var(--text-muted);align-items:center;gap:.75rem;font-size:.95rem;display:flex}.Careers-module__kThMtW__applyButton{border:1px solid var(--card-border);color:#fff;clip-path:polygon(10px 0,100% 0,100% calc(100% - 10px),calc(100% - 10px) 100%,0 100%,0 10px);background:#ffffff0d;align-items:center;gap:.75rem;padding:1rem 2rem;font-size:.95rem;font-weight:600;transition:all .3s;display:flex}.Careers-module__kThMtW__jobCard:hover .Careers-module__kThMtW__applyButton{background:var(--primary);border-color:var(--primary);color:#000}.Careers-module__kThMtW__cta{text-align:center;border-top:1px dashed #ffffff1a;margin-top:6rem;padding-top:4rem}.Careers-module__kThMtW__cta p{color:var(--text-muted);margin-bottom:1.5rem}.Careers-module__kThMtW__linkButton{color:var(--primary);text-underline-offset:4px;font-weight:700;text-decoration:underline}@media (max-width:1024px){.Careers-module__kThMtW__jobCard{flex-direction:column;align-items:flex-start}.Careers-module__kThMtW__jobInfo{flex-direction:column;align-items:flex-start;gap:1.5rem}.Careers-module__kThMtW__cultureGrid{grid-template-columns:1fr}}@media (max-width:768px){.Careers-module__kThMtW__jobMain{flex-direction:column;align-items:flex-start;gap:.5rem}.Careers-module__kThMtW__jobMeta{flex-direction:column;gap:.75rem}}
.IntegrationGrid-module__vWz28W__integrationSection{padding:var(--space-xxl)0;position:relative}.IntegrationGrid-module__vWz28W__header{text-align:center;margin-bottom:5rem}.IntegrationGrid-module__vWz28W__title{margin-bottom:1rem;font-size:clamp(2rem,5vw,3.5rem);font-weight:800}.IntegrationGrid-module__vWz28W__desc{color:var(--text-muted);max-width:600px;margin:0 auto}.IntegrationGrid-module__vWz28W__gridContainer{grid-template-columns:repeat(auto-fit,minmax(120px,1fr));gap:2rem;max-width:1000px;margin:0 auto;display:grid}.IntegrationGrid-module__vWz28W__connectorCard{aspect-ratio:1;background:#ffffff05;border:1px solid #ffffff1a;border-radius:16px;flex-direction:column;justify-content:center;align-items:center;gap:1rem;transition:all .3s;display:flex;position:relative;overflow:hidden}.IntegrationGrid-module__vWz28W__connectorCard:hover{border-color:var(--primary);background:#ffffff0d;transform:translateY(-5px);box-shadow:0 10px 30px #0000004d}.IntegrationGrid-module__vWz28W__connectorCard:before{content:"";background:linear-gradient(90deg,transparent,var(--primary),transparent);width:100%;height:2px;transition:transform .5s;position:absolute;top:0;left:0;transform:translate(-100%)}.IntegrationGrid-module__vWz28W__connectorCard:hover:before{transition:transform .5s linear;transform:translate(100%)}.IntegrationGrid-module__vWz28W__techIcon{color:var(--text-muted);transition:color .3s}.IntegrationGrid-module__vWz28W__connectorCard:hover .IntegrationGrid-module__vWz28W__techIcon{color:#fff}.IntegrationGrid-module__vWz28W__techName{color:var(--text-muted);font-family:monospace;font-size:.85rem}
.LocationGrid-module__0m4xBW__locationGrid{padding:var(--space-xxl)0;background:var(--background);position:relative}.LocationGrid-module__0m4xBW__intro{text-align:center;margin-bottom:5rem}.LocationGrid-module__0m4xBW__title{letter-spacing:-.02em;margin-bottom:1rem;font-size:clamp(2rem,4vw,3rem);font-weight:800}.LocationGrid-module__0m4xBW__desc{max-width:600px;color:var(--text-muted);margin:0 auto}.LocationGrid-module__0m4xBW__grid{grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:2rem;display:grid}.LocationGrid-module__0m4xBW__locationCard{--cut-size:20px;clip-path:polygon(var(--cut-size)0,100% 0,100% calc(100% - var(--cut-size)),calc(100% - var(--cut-size))100%,0 100%,0 var(--cut-size));background:#ffffff05;flex-direction:column;gap:1.5rem;padding:2rem;transition:all .3s;display:flex;position:relative}.LocationGrid-module__0m4xBW__locationCard:before{content:"";z-index:-1;clip-path:inherit;background:#ffffff1a;transition:background .3s;position:absolute;inset:0}.LocationGrid-module__0m4xBW__locationCard:after{content:"";z-index:-1;clip-path:inherit;background:#080808;position:absolute;inset:1px}.LocationGrid-module__0m4xBW__locationCard:hover{transform:translateY(-5px)}.LocationGrid-module__0m4xBW__locationCard:hover:before{background:var(--primary);box-shadow:0 0 20px rgba(var(--primary-rgb),.2)}.LocationGrid-module__0m4xBW__mapVisual{background-color:#050505;background-image:radial-gradient(circle,#ffffff1a 1px,#0000 1px);background-size:20px 20px;border-bottom:1px solid #ffffff1a;width:100%;height:200px;position:relative;overflow:hidden;-webkit-mask-image:radial-gradient(circle,#000 40%,#0000 100%);mask-image:radial-gradient(circle,#000 40%,#0000 100%)}.LocationGrid-module__0m4xBW__gridLines{opacity:.5;background-image:linear-gradient(#ffffff08 1px,#0000 1px),linear-gradient(90deg,#ffffff08 1px,#0000 1px);background-size:40px 40px;position:absolute;inset:0}.LocationGrid-module__0m4xBW__worldMap{opacity:.6;width:95%;height:95%;filter:drop-shadow(0 0 15px rgba(var(--primary-rgb),.3));background-image:url(/world_map_dotted.png);background-position:50%;background-repeat:no-repeat;background-size:contain;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}.LocationGrid-module__0m4xBW__radarScan{background:linear-gradient(90deg,transparent 0%,rgba(var(--primary-rgb),.1)50%,transparent 100%);pointer-events:none;width:100%;height:100%;animation:4s linear infinite LocationGrid-module__0m4xBW__scanMap;position:absolute;top:0;left:0}@keyframes LocationGrid-module__0m4xBW__scanMap{0%{transform:translate(-100%)}to{transform:translate(100%)}}.LocationGrid-module__0m4xBW__activeNode{background:var(--primary);width:8px;height:8px;box-shadow:0 0 10px var(--primary);z-index:2;border-radius:50%;position:absolute;transform:translate(-50%,-50%)}.LocationGrid-module__0m4xBW__activeNode:before{content:"";background:inherit;opacity:.6;border-radius:50%;width:100%;height:100%;animation:2s ease-out infinite LocationGrid-module__0m4xBW__pingNode;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}.LocationGrid-module__0m4xBW__activeNode:after{content:"";border:1px solid var(--primary);opacity:0;border-radius:50%;width:300%;height:300%;animation:2s ease-out .5s infinite LocationGrid-module__0m4xBW__rippleNode;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}@keyframes LocationGrid-module__0m4xBW__pingNode{0%{opacity:.8;transform:translate(-50%,-50%)scale(1)}to{opacity:0;transform:translate(-50%,-50%)scale(3)}}@keyframes LocationGrid-module__0m4xBW__rippleNode{0%{opacity:.5;transform:translate(-50%,-50%)scale(1)}to{opacity:0;transform:translate(-50%,-50%)scale(5)}}.LocationGrid-module__0m4xBW__info{flex-direction:column;gap:.5rem;display:flex}.LocationGrid-module__0m4xBW__info h3{color:#fff;margin-bottom:.5rem;font-size:1.2rem}.LocationGrid-module__0m4xBW__address{color:var(--text-muted);font-size:.9rem;line-height:1.5}.LocationGrid-module__0m4xBW__status{color:var(--primary);align-items:center;gap:.5rem;margin-top:1rem;font-family:monospace;font-size:.75rem;display:flex}.LocationGrid-module__0m4xBW__statusDot{background:var(--primary);width:6px;height:6px;box-shadow:0 0 5px var(--primary);border-radius:50%;animation:1s infinite alternate LocationGrid-module__0m4xBW__blink}@keyframes LocationGrid-module__0m4xBW__blink{0%{opacity:.5}to{opacity:1}}
.Portfolio-module__0_xLAG__portfolio{padding:var(--space-xxl)0;background:var(--background);position:relative}.Portfolio-module__0_xLAG__intro{text-align:center;margin-bottom:6rem}.Portfolio-module__0_xLAG__title{letter-spacing:-.02em;margin-bottom:2rem;font-size:clamp(2.5rem,5vw,4rem);font-weight:800;line-height:1.1}.Portfolio-module__0_xLAG__desc{color:var(--text-muted);max-width:600px;margin:0 auto;font-size:1.25rem;line-height:1.6}.Portfolio-module__0_xLAG__grid{grid-template-columns:repeat(auto-fill,minmax(360px,1fr));gap:2.5rem;margin-bottom:5rem;display:grid}.Portfolio-module__0_xLAG__projectCard{--cut-size:30px;--border-color:#ffffff1a;--hover-border:var(--primary);-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);clip-path:polygon(var(--cut-size)0,100% 0,100% calc(100% - var(--cut-size)),calc(100% - var(--cut-size))100%,0 100%,0 var(--cut-size));cursor:pointer;background:#0a0a0a99;flex-direction:column;padding:0;transition:transform .4s cubic-bezier(.23,1,.32,1);display:flex;position:relative}.Portfolio-module__0_xLAG__projectCard:before{content:"";background:var(--border-color);z-index:0;clip-path:polygon(var(--cut-size)0,100% 0,100% calc(100% - var(--cut-size)),calc(100% - var(--cut-size))100%,0 100%,0 var(--cut-size));transition:background .3s;position:absolute;inset:0}.Portfolio-module__0_xLAG__projectCard:after{content:"";z-index:0;clip-path:polygon(var(--cut-size)0,100% 0,100% calc(100% - var(--cut-size)),calc(100% - var(--cut-size))100%,0 100%,0 var(--cut-size));background:#050505;position:absolute;inset:1px}.Portfolio-module__0_xLAG__projectCard:hover{transform:translateY(-8px)}.Portfolio-module__0_xLAG__projectCard:hover:before{background:var(--hover-border);box-shadow:0 0 30px rgba(var(--primary-rgb),.3)}.Portfolio-module__0_xLAG__cardInner{z-index:1;flex-direction:column;height:100%;display:flex;position:relative}.Portfolio-module__0_xLAG__imageWrapper{aspect-ratio:16/9;border-bottom:1px solid #ffffff1a;width:100%;position:relative;overflow:hidden}.Portfolio-module__0_xLAG__projectImage{background-position:50%;background-size:cover;width:100%;height:100%;transition:transform .6s}.Portfolio-module__0_xLAG__projectCard:hover .Portfolio-module__0_xLAG__projectImage{transform:scale(1.1)}.Portfolio-module__0_xLAG__overlay{opacity:0;background:#0009;justify-content:center;align-items:center;width:100%;height:100%;transition:opacity .3s;display:flex;position:absolute;top:0;left:0}.Portfolio-module__0_xLAG__projectCard:hover .Portfolio-module__0_xLAG__overlay{opacity:1}.Portfolio-module__0_xLAG__actions{gap:1rem;display:flex}.Portfolio-module__0_xLAG__iconButton{background:var(--primary);color:#000;clip-path:polygon(10px 0,100% 0,100% calc(100% - 10px),calc(100% - 10px) 100%,0 100%,0 10px);justify-content:center;align-items:center;width:48px;height:48px;transition:transform .2s,background .2s;display:flex}.Portfolio-module__0_xLAG__iconButton:hover{background:#fff;transform:scale(1.1)}.Portfolio-module__0_xLAG__projectInfo{flex-direction:column;flex:1;gap:1rem;padding:2rem;display:flex}.Portfolio-module__0_xLAG__meta{letter-spacing:.1em;color:var(--text-muted);justify-content:space-between;align-items:center;margin-bottom:.5rem;font-family:monospace;font-size:.75rem;display:flex}.Portfolio-module__0_xLAG__protocolId{color:var(--primary)}.Portfolio-module__0_xLAG__projectTitle{color:#fff;text-transform:uppercase;letter-spacing:.02em;font-size:1.5rem;font-weight:700}.Portfolio-module__0_xLAG__projectDesc{color:var(--text-muted);flex-grow:1;font-size:.95rem;line-height:1.6}.Portfolio-module__0_xLAG__impactGrid{border-top:1px dashed #ffffff1a;grid-template-columns:1fr 1fr;gap:1rem;margin-top:1rem;padding-top:1rem;display:grid}.Portfolio-module__0_xLAG__impactItem{flex-direction:column;display:flex}.Portfolio-module__0_xLAG__impactValue{color:var(--primary);font-family:monospace;font-size:1.1rem;font-weight:700}.Portfolio-module__0_xLAG__impactLabel{color:var(--text-muted);text-transform:uppercase;font-size:.75rem}.Portfolio-module__0_xLAG__tags{flex-wrap:wrap;gap:.5rem;margin-top:1.5rem;display:flex}.Portfolio-module__0_xLAG__tag{color:var(--text-muted);background:#ffffff0d;border:1px solid #ffffff1a;padding:.3rem .6rem;font-family:monospace;font-size:.7rem}.Portfolio-module__0_xLAG__viewMore{text-align:center;margin-top:4rem}.Portfolio-module__0_xLAG__outlineButton{border:1px solid var(--primary);color:var(--primary);text-transform:uppercase;letter-spacing:.1em;clip-path:polygon(15px 0,100% 0,100% calc(100% - 15px),calc(100% - 15px) 100%,0 100%,0 15px);background:0 0;padding:1rem 3rem;font-size:1rem;font-weight:700;transition:all .3s}.Portfolio-module__0_xLAG__outlineButton:hover{background:var(--primary);color:#000;box-shadow:0 0 30px rgba(var(--primary-rgb),.4)}.Portfolio-module__0_xLAG__topCorner{border-top:2px solid var(--primary);border-left:2px solid var(--primary);opacity:0;pointer-events:none;z-index:2;width:40px;height:40px;transition:opacity .3s;position:absolute;top:0;left:0}.Portfolio-module__0_xLAG__projectCard:hover .Portfolio-module__0_xLAG__topCorner{opacity:1}@media (max-width:768px){.Portfolio-module__0_xLAG__grid{grid-template-columns:1fr}}
.Services-module__zXymXq__services{padding:var(--space-xxl)0;background:var(--background);position:relative;overflow:hidden}.Services-module__zXymXq__bgShape{filter:blur(120px);z-index:0;pointer-events:none;border-radius:50%;position:absolute}.Services-module__zXymXq__shape1{background:var(--primary);opacity:.05;width:600px;height:600px;animation:10s ease-in-out infinite Services-module__zXymXq__pulse;top:-10%;left:-5%}.Services-module__zXymXq__shape2{background:var(--secondary);opacity:.05;width:500px;height:500px;animation:12s ease-in-out infinite reverse Services-module__zXymXq__pulse;bottom:-10%;right:-5%}.Services-module__zXymXq__intro{text-align:center;z-index:1;margin-bottom:6rem;position:relative}.Services-module__zXymXq__sectionTitle{letter-spacing:-.02em;margin-bottom:1.5rem;font-size:clamp(2.5rem,5vw,4rem);font-weight:800}.Services-module__zXymXq__sectionDesc{color:var(--text-muted);max-width:700px;margin:0 auto;font-size:1.2rem;line-height:1.7}.Services-module__zXymXq__grid{z-index:1;grid-template-columns:repeat(auto-fit,minmax(340px,1fr));gap:2.5rem;display:grid;position:relative}.Services-module__zXymXq__card{--cut-size:30px;--border-color:#ffffff1a;--hover-border:var(--primary);cursor:pointer;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);clip-path:polygon(var(--cut-size)0,100% 0,100% calc(100% - var(--cut-size)),calc(100% - var(--cut-size))100%,0 100%,0 var(--cut-size));background:#0a0a0a99;border:none;flex-direction:column;gap:1.5rem;padding:3rem 2.5rem;transition:transform .3s;display:flex;position:relative}.Services-module__zXymXq__card:before{content:"";background:var(--border-color);z-index:-1;clip-path:polygon(var(--cut-size)0,100% 0,100% calc(100% - var(--cut-size)),calc(100% - var(--cut-size))100%,0 100%,0 var(--cut-size));transition:background .3s;position:absolute;inset:0}.Services-module__zXymXq__card:after{content:"";z-index:-1;clip-path:polygon(var(--cut-size)0,100% 0,100% calc(100% - var(--cut-size)),calc(100% - var(--cut-size))100%,0 100%,0 var(--cut-size));background:#050505;position:absolute;inset:1px}.Services-module__zXymXq__card:hover{transform:translateY(-5px)}.Services-module__zXymXq__card:hover:before{background:var(--hover-border);box-shadow:0 0 20px rgba(var(--primary-rgb),.4)}.Services-module__zXymXq__scannerLine{display:none}.Services-module__zXymXq__cardCorner{border-top:2px solid var(--primary);border-left:2px solid var(--primary);opacity:0;pointer-events:none;width:40px;height:40px;transition:opacity .3s;position:absolute;top:0;left:0}.Services-module__zXymXq__card:hover .Services-module__zXymXq__cardCorner{opacity:1}.Services-module__zXymXq__protocolId{letter-spacing:.15em;color:var(--primary);opacity:.7;text-align:right;border-bottom:1px solid rgba(var(--primary-rgb),.2);margin-bottom:.5rem;padding-bottom:.5rem;font-family:monospace;font-size:.65rem}.Services-module__zXymXq__iconWrapper{background:rgba(var(--primary-rgb),.1);border:1px solid rgba(var(--primary-rgb),.3);width:64px;height:64px;color:var(--primary);box-shadow:0 0 15px rgba(var(--primary-rgb),.1);justify-content:center;align-items:center;margin-bottom:.5rem;display:flex}.Services-module__zXymXq__card h3{color:#fff;text-transform:uppercase;letter-spacing:.02em;font-size:1.5rem;font-weight:700}.Services-module__zXymXq__card p{color:var(--text-muted);flex-grow:1;font-size:.95rem;line-height:1.6}.Services-module__zXymXq__learnMore{color:var(--primary);letter-spacing:.1em;border:1px solid rgba(var(--primary-rgb),.3);background:0 0;align-self:flex-start;margin-top:1rem;padding:.5rem 1rem;font-family:monospace;font-size:.8rem;transition:all .3s;position:relative;overflow:hidden}.Services-module__zXymXq__learnMore:hover{background:var(--primary);color:#000;box-shadow:0 0 15px var(--primary)}.Services-module__zXymXq__modalOverlay{-webkit-backdrop-filter:blur(15px);backdrop-filter:blur(15px);z-index:2000;background:#000000e6;justify-content:center;align-items:center;width:100%;height:100%;padding:2rem;display:flex;position:fixed;top:0;left:0;overflow:hidden}.Services-module__zXymXq__modalContent{border:1px solid var(--card-border);background:#080808;border-radius:20px;flex-direction:column;width:100%;max-width:1000px;max-height:85vh;display:flex;position:relative;overflow:hidden;box-shadow:0 0 100px #000c}.Services-module__zXymXq__modalBody{z-index:1;flex:1;min-height:0;padding:4rem;position:relative;overflow-y:auto}.Services-module__zXymXq__modalGridBg{pointer-events:none;z-index:0;background-image:linear-gradient(#ffffff08 1px,#0000 1px),linear-gradient(90deg,#ffffff08 1px,#0000 1px);background-size:40px 40px;position:absolute;inset:0;-webkit-mask-image:linear-gradient(#000,#0000 90%);mask-image:linear-gradient(#000,#0000 90%)}.Services-module__zXymXq__closeButton{border:1px solid var(--card-border);width:40px;height:40px;color:var(--text-muted);z-index:20;cursor:pointer;background:#000;justify-content:center;align-items:center;transition:all .2s;display:flex;position:absolute;top:1.5rem;right:1.5rem}.Services-module__zXymXq__closeButton:hover{background:var(--primary);color:#000}.Services-module__zXymXq__cornerBracket{border:2px solid var(--primary);opacity:.5;pointer-events:none;width:20px;height:20px;transition:all .3s;position:absolute}.Services-module__zXymXq__topLeft{border-bottom:none;border-right:none;top:1rem;left:1rem}.Services-module__zXymXq__topRight{border-bottom:none;border-left:none;top:1rem;right:1rem}.Services-module__zXymXq__bottomLeft{border-top:none;border-right:none;bottom:1rem;left:1rem}.Services-module__zXymXq__bottomRight{border-top:none;border-left:none;bottom:1rem;right:1rem}.Services-module__zXymXq__modalHeader{align-items:flex-start;gap:2rem;margin-bottom:3rem;display:flex}.Services-module__zXymXq__modalIcon{background:rgba(var(--primary-rgb),.1);border:1px solid var(--primary);width:80px;height:80px;color:var(--primary);box-shadow:0 0 30px rgba(var(--primary-rgb),.2);flex-shrink:0;justify-content:center;align-items:center;display:flex}.Services-module__zXymXq__modalTitles h2{text-transform:uppercase;letter-spacing:.02em;margin-bottom:.5rem;font-size:2.5rem;font-weight:800;line-height:1.1}.Services-module__zXymXq__modalTitles span{color:var(--primary);letter-spacing:.2em;opacity:.7;font-family:monospace;font-size:.8rem}.Services-module__zXymXq__modalDesc{color:var(--text-muted);border-left:2px solid var(--primary);max-width:90%;margin-bottom:4rem;padding-left:2rem;font-size:1.2rem;line-height:1.7}.Services-module__zXymXq__detailsGrid{grid-template-columns:1fr 1fr;gap:3rem;margin-bottom:4rem;display:grid}.Services-module__zXymXq__detailSection h3{color:var(--primary);text-transform:uppercase;letter-spacing:.1em;align-items:center;gap:.5rem;margin-bottom:1.5rem;font-family:monospace;font-size:1rem;display:flex}.Services-module__zXymXq__detailSection h3:before{content:"";background:var(--primary);width:8px;height:8px;display:block}.Services-module__zXymXq__techGrid{flex-wrap:wrap;gap:.75rem;display:flex}.Services-module__zXymXq__techTag{color:var(--text-muted);background:#ffffff08;border:1px solid #ffffff1a;padding:.4rem .8rem;font-family:monospace;font-size:.85rem}.Services-module__zXymXq__useCaseList{flex-direction:column;gap:.75rem;display:flex}.Services-module__zXymXq__useCaseItem{color:var(--text-muted);align-items:center;gap:.75rem;font-size:.95rem;display:flex}.Services-module__zXymXq__useCaseIcon{color:var(--primary);opacity:.7}.Services-module__zXymXq__featuresList h3{text-transform:uppercase;letter-spacing:.05em;margin-bottom:1.5rem;font-size:1.2rem;font-weight:700}.Services-module__zXymXq__featuresGrid{grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:1.5rem;margin-bottom:3rem;display:grid}.Services-module__zXymXq__featureItem{background:#ffffff05;border-left:2px solid #ffffff1a;align-items:center;gap:1rem;padding:1rem;font-size:1rem;transition:all .3s;display:flex}.Services-module__zXymXq__featureItem:hover{background:rgba(var(--primary-rgb),.05);border-left-color:var(--primary)}.Services-module__zXymXq__checkIcon{color:var(--primary);flex-shrink:0}.Services-module__zXymXq__modalFooter{border-top:1px solid var(--card-border);z-index:5;background:#080808;padding-top:1rem;position:sticky;bottom:0}.Services-module__zXymXq__ctaButton{background:var(--primary);color:#000;text-transform:uppercase;letter-spacing:.1em;clip-path:polygon(10px 0,100% 0,100% calc(100% - 10px),calc(100% - 10px) 100%,0 100%,0 10px);width:100%;padding:1.25rem;font-size:1rem;font-weight:700;transition:all .3s}.Services-module__zXymXq__ctaButton:hover{background:#fff;box-shadow:0 0 30px #ffffff4d}@media (max-width:768px){.Services-module__zXymXq__grid{grid-template-columns:1fr}.Services-module__zXymXq__modalBody{padding:2rem}.Services-module__zXymXq__modalHeader{flex-direction:column;gap:1.5rem}.Services-module__zXymXq__detailsGrid{grid-template-columns:1fr;gap:3rem}}
.Team-module__OI067q__team{padding:var(--space-xl)0 var(--space-xxl);background:var(--background);position:relative}.Team-module__OI067q__intro{text-align:center;margin-bottom:6rem}.Team-module__OI067q__title{margin-bottom:1.5rem;font-size:clamp(2.5rem,5vw,4rem)}.Team-module__OI067q__desc{color:var(--text-muted);max-width:600px;margin:0 auto;font-size:1.1rem}.Team-module__OI067q__grid{grid-template-columns:repeat(auto-fit,minmax(260px,1fr));gap:2rem;display:grid}.Team-module__OI067q__memberCard{text-align:center;border-radius:40px;flex-direction:column;align-items:center;gap:1.5rem;padding:3rem 2rem;transition:all .4s;display:flex;position:relative}.Team-module__OI067q__protocolId{letter-spacing:.2em;color:var(--primary);opacity:.4;font-family:monospace;font-size:.6rem;position:absolute;top:1.5rem;right:2rem}.Team-module__OI067q__memberCard:hover{border-color:var(--primary);background:#ffffff0d;transform:translateY(-10px)}.Team-module__OI067q__imagePlaceholder{background:linear-gradient(135deg,var(--primary),var(--secondary));border-radius:50%;justify-content:center;align-items:center;width:120px;height:120px;margin-bottom:1rem;display:flex;box-shadow:0 10px 20px #06b6d44d}.Team-module__OI067q__initials{color:#fff;font-size:2.5rem;font-weight:800}.Team-module__OI067q__info{flex-direction:column;gap:.5rem;display:flex}.Team-module__OI067q__info h3{margin-bottom:.25rem;font-size:1.25rem}.Team-module__OI067q__role{color:var(--primary);text-transform:uppercase;letter-spacing:.05em;margin-bottom:1rem;font-size:.9rem;font-weight:600;display:block}.Team-module__OI067q__bio{color:var(--text-muted);margin-bottom:1.5rem;font-size:.9rem;line-height:1.6}.Team-module__OI067q__socials{justify-content:center;gap:1rem;display:flex}.Team-module__OI067q__socialIcon{border:1px solid var(--card-border);width:36px;height:36px;color:var(--text-muted);border-radius:10px;justify-content:center;align-items:center;transition:all .3s;display:flex}.Team-module__OI067q__socialIcon:hover{background:var(--primary);color:#fff;border-color:var(--primary);transform:scale(1.1)}@media (max-width:640px){.Team-module__OI067q__grid{grid-template-columns:1fr}}
