.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}}
.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}}
.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%}}
.SubpageHero-module__Z_MKMq__hero{background:#050505;flex-direction:column;justify-content:center;padding:160px 0 120px;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),.05)1px,transparent 1px),linear-gradient(90deg,rgba(var(--primary-rgb),.05)1px,transparent 1px);background-size:50px 50px;position:absolute;inset:0;-webkit-mask-image:radial-gradient(circle,#000,#0000 80%);mask-image:radial-gradient(circle,#000,#0000 80%)}.SubpageHero-module__Z_MKMq__shapes div{filter:blur(80px);opacity:.15;border-radius:50%;position:absolute}.SubpageHero-module__Z_MKMq__shape1{background:var(--primary);width:400px;height:400px;top:-10%;right:-5%}.SubpageHero-module__Z_MKMq__shape2{background:var(--secondary);width:300px;height:300px;bottom:-10%;left:-5%}.SubpageHero-module__Z_MKMq__content{z-index:2;text-align:center;max-width:800px;margin:0 auto;position:relative}.SubpageHero-module__Z_MKMq__protocolBadge{flex-direction:column;align-items:center;gap:.5rem;margin-bottom:2rem;display:flex}.SubpageHero-module__Z_MKMq__protocolText{letter-spacing:.3em;color:var(--primary);opacity:.8;font-family:monospace;font-size:.75rem}.SubpageHero-module__Z_MKMq__protocolLine{background:var(--primary);width:40px;height:1px}.SubpageHero-module__Z_MKMq__title{letter-spacing:-.02em;margin-bottom:1.5rem;font-size:clamp(3rem,8vw,5rem);font-weight:800;line-height:1.1}.SubpageHero-module__Z_MKMq__subtitle{color:var(--text-muted);font-size:1.25rem;line-height:1.6}.SubpageHero-module__Z_MKMq__divider{z-index:3;width:100%;height:80px;position:absolute;bottom:0;left:0}.SubpageHero-module__Z_MKMq__divider svg{width:100%;height:100%}@media (max-width:768px){.SubpageHero-module__Z_MKMq__hero{padding:120px 0 80px}}
.AboutUs-module__15EVOW__about{padding:var(--space-xxl)0;background:var(--background);position:relative}.AboutUs-module__15EVOW__header{grid-template-columns:1fr 1fr;align-items:center;gap:4rem;margin-bottom:8rem;display:grid}.AboutUs-module__15EVOW__sectionTitle{letter-spacing:-.02em;margin-bottom:2rem;font-size:clamp(2.5rem,5vw,4rem);font-weight:800;line-height:1.1}.AboutUs-module__15EVOW__subtext{letter-spacing:.3em;color:var(--primary);opacity:.8;margin-bottom:1.5rem;font-family:monospace;font-size:.75rem}.AboutUs-module__15EVOW__text{color:var(--text-muted);max-width:500px;font-size:1.1rem;line-height:1.7}.AboutUs-module__15EVOW__principlesGrid{grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:1.5rem;display:grid}.AboutUs-module__15EVOW__principleCard{border-radius:20px;flex-direction:column;gap:1rem;padding:2rem;display:flex}.AboutUs-module__15EVOW__iconWrapper{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:16px;justify-content:center;align-items:center;display:flex}.AboutUs-module__15EVOW__principleCard h3{font-size:1.25rem}.AboutUs-module__15EVOW__principleCard p{color:var(--text-muted);font-size:.9rem;line-height:1.5}.AboutUs-module__15EVOW__timelineContainer{flex-direction:column;align-items:center;display:flex}.AboutUs-module__15EVOW__timelineTitle{text-align:center;margin-bottom:4rem;font-size:2.5rem}.AboutUs-module__15EVOW__timeline{width:100%;max-width:800px;position:relative}.AboutUs-module__15EVOW__timelineLine{background:linear-gradient(to bottom,transparent,var(--card-border),var(--primary),var(--card-border),transparent);width:2px;position:absolute;top:0;bottom:0;left:50%;transform:translate(-50%)}.AboutUs-module__15EVOW__timelineItem{justify-content:flex-end;width:50%;padding:2rem 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-radius:20px;width:90%;padding:2rem}.AboutUs-module__15EVOW__year{color:var(--primary);margin-bottom:.5rem;font-size:.9rem;font-weight:700;display:block}.AboutUs-module__15EVOW__timelineContent h4{margin-bottom:.5rem}.AboutUs-module__15EVOW__timelineContent p{color:var(--text-muted);font-size:.9rem;line-height:1.5}.AboutUs-module__15EVOW__dot{background:var(--background);border:2px solid var(--primary);width:40px;height:40px;color:var(--primary);z-index:2;box-shadow:0 0 15px var(--primary-glow);border-radius:50%;justify-content:center;align-items:center;display:flex;position:absolute;top:50%;right:-20px;transform:translateY(-50%)}.AboutUs-module__15EVOW__timelineItem.AboutUs-module__15EVOW__right .AboutUs-module__15EVOW__dot{left:-20px;right:auto}@media (max-width:1024px){.AboutUs-module__15EVOW__header{grid-template-columns:1fr;gap:3rem}}@media (max-width:768px){.AboutUs-module__15EVOW__principlesGrid{grid-template-columns:1fr}.AboutUs-module__15EVOW__timelineLine{left:20px}.AboutUs-module__15EVOW__timelineItem{justify-content:flex-start;width:100%;margin-left:40px}.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:-20px;right:auto}.AboutUs-module__15EVOW__timelineItem{padding:1.5rem 0}}
.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}}
.MissionVision-module__jLOFRG__section{padding:var(--space-xl)0;position:relative}.MissionVision-module__jLOFRG__grid{grid-template-columns:1fr 1fr;gap:2rem;display:grid}.MissionVision-module__jLOFRG__card{border-radius:40px;flex-direction:column;gap:1.5rem;padding:4rem;display:flex;position:relative}.MissionVision-module__jLOFRG__iconWrapper{background:rgba(var(--primary-rgb),.1);border:1px solid rgba(var(--primary-rgb),.2);width:64px;height:64px;color:var(--primary);border-radius:20px;justify-content:center;align-items:center;margin-bottom:.5rem;display:flex}.MissionVision-module__jLOFRG__protocol{letter-spacing:.3em;color:var(--primary);opacity:.6;font-family:monospace;font-size:.75rem}.MissionVision-module__jLOFRG__title{letter-spacing:-.02em;font-size:3rem;font-weight:800;line-height:1.1}.MissionVision-module__jLOFRG__text{color:var(--text-muted);font-size:1.15rem;line-height:1.7}@media (max-width:1024px){.MissionVision-module__jLOFRG__grid{grid-template-columns:1fr}.MissionVision-module__jLOFRG__card{padding:3rem}}
.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}}
.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:.75rem}.ProtocolTimeline-module__c2IvJG__title{letter-spacing:-.02em;font-size:clamp(2.5rem,5vw,4rem);font-weight:800}.ProtocolTimeline-module__c2IvJG__timeline{flex-direction:column;max-width:900px;margin:0 auto;display:flex;position:relative}.ProtocolTimeline-module__c2IvJG__milestone{gap:3rem;padding-bottom:4rem;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:100px;padding-top:.5rem;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:3px solid var(--primary);width:20px;height:20px;box-shadow:0 0 15px var(--primary-glow);z-index:2;border-radius:50%}.ProtocolTimeline-module__c2IvJG__line{background:linear-gradient(to bottom,var(--primary),transparent);opacity:.3;flex:1;width:2px;margin-top:.5rem}.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 .3s}.ProtocolTimeline-module__c2IvJG__milestone:hover .ProtocolTimeline-module__c2IvJG__content{border-color:var(--primary);background:#ffffff0d;transform:translate(10px)}.ProtocolTimeline-module__c2IvJG__logId{letter-spacing:.2em;color:var(--primary);opacity:.5;margin-bottom:.75rem;font-family:monospace;font-size:.65rem}.ProtocolTimeline-module__c2IvJG__milestoneTitle{letter-spacing:.05em;margin-bottom:1rem;font-size:1.5rem;font-weight:800}.ProtocolTimeline-module__c2IvJG__desc{color:var(--text-muted);font-size:1.05rem;line-height:1.6}@media (max-width:768px){.ProtocolTimeline-module__c2IvJG__milestone{gap:1.5rem}.ProtocolTimeline-module__c2IvJG__year{min-width:60px;font-size:1.1rem}}
.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}}
.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}}
.Careers-module__kThMtW__careers{padding:var(--space-xl)0 var(--space-xxl);background:var(--background)}.Careers-module__kThMtW__intro{text-align:center;margin-bottom:6rem}.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__jobList{flex-direction:column;gap:1.25rem;margin-bottom:5rem;display:flex}.Careers-module__kThMtW__jobCard{border-radius:28px;justify-content:space-between;align-items:center;gap:2rem;padding:2.5rem;transition:all .4s;display:flex}.Careers-module__kThMtW__jobCard:hover{border-color:var(--primary);background:#ffffff0d;transform:translate(10px)}.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{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;background:#ffffff0d;border-radius:100px;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);box-shadow:0 0 20px var(--primary-glow)}.Careers-module__kThMtW__cta{text-align:center;border-top:1px solid var(--card-border);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}}@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}}
.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)}}
.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(320px,1fr));gap:1.5rem;margin-bottom:5rem;display:grid}.Portfolio-module__0_xLAG__projectCard{border:1px solid var(--card-border);background:#ffffff05;border-radius:20px;flex-direction:column;transition:all .5s cubic-bezier(.23,1,.32,1);display:flex;position:relative;overflow:hidden}.Portfolio-module__0_xLAG__projectCard:before{content:"";background:radial-gradient(800px circle at var(--mouse-x,0)var(--mouse-y,0),rgba(var(--primary-rgb),.1),transparent 40%);opacity:0;pointer-events:none;transition:opacity .5s;position:absolute;inset:0}.Portfolio-module__0_xLAG__projectCard:hover:before{opacity:1}.Portfolio-module__0_xLAG__projectCard:hover{border-color:rgba(var(--primary-rgb),.5);box-shadow:0 20px 40px #0006,0 0 20px rgba(var(--primary-rgb),.1);transform:translateY(-8px)scale(1.02)}.Portfolio-module__0_xLAG__imageWrapper{aspect-ratio:16/10;border-radius:20px;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{-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);opacity:0;background:#0006;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:1.5rem;display:flex}.Portfolio-module__0_xLAG__iconButton{background:var(--foreground);width:50px;height:50px;color:var(--background);border-radius:50%;justify-content:center;align-items:center;transition:transform .3s,background .3s;display:flex}.Portfolio-module__0_xLAG__iconButton:hover{background:var(--primary);color:#fff;transform:scale(1.1)}.Portfolio-module__0_xLAG__meta{justify-content:space-between;align-items:center;margin-bottom:.25rem;display:flex}.Portfolio-module__0_xLAG__protocolId{letter-spacing:.2em;color:var(--primary);opacity:.6;font-family:monospace;font-size:.65rem}.Portfolio-module__0_xLAG__category{text-transform:uppercase;color:#fff;opacity:.4;letter-spacing:.1em;font-size:.75rem;font-weight:700}.Portfolio-module__0_xLAG__projectInfo{flex-direction:column;gap:1rem;padding:1.75rem;display:flex}.Portfolio-module__0_xLAG__projectTitle{color:#fff;font-size:1.25rem;font-weight:700}.Portfolio-module__0_xLAG__projectDesc{color:var(--text-muted);-webkit-line-clamp:2;line-clamp:2;-webkit-box-orient:vertical;font-size:.9rem;line-height:1.5;display:-webkit-box;overflow:hidden}.Portfolio-module__0_xLAG__tags{flex-wrap:wrap;gap:.5rem;margin-top:.5rem;display:flex}.Portfolio-module__0_xLAG__tag{border:1px solid var(--card-border);color:var(--text-muted);background:#ffffff0d;border-radius:100px;padding:.4rem .8rem;font-size:.75rem}.Portfolio-module__0_xLAG__viewStudy{color:var(--primary);align-items:center;gap:.5rem;margin-top:1rem;font-size:.9rem;font-weight:700;transition:gap .3s;display:inline-flex}.Portfolio-module__0_xLAG__viewStudy:hover{gap:.75rem}.Portfolio-module__0_xLAG__viewMore{text-align:center}.Portfolio-module__0_xLAG__outlineButton{border:1px solid var(--primary);color:var(--primary);background:0 0;border-radius:50px;padding:1rem 3rem;font-size:1rem;font-weight:700;transition:all .3s}.Portfolio-module__0_xLAG__outlineButton:hover{background:var(--primary);color:#fff;box-shadow:0 0 20px var(--primary-glow)}@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}.Services-module__zXymXq__intro{text-align:center;margin-bottom:6rem}.Services-module__zXymXq__sectionTitle{margin-bottom:1.5rem;font-size:clamp(2.5rem,5vw,4rem)}.Services-module__zXymXq__sectionDesc{color:var(--text-muted);max-width:600px;margin:0 auto;font-size:1.1rem;line-height:1.6}.Services-module__zXymXq__grid{grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:2rem;display:grid}.Services-module__zXymXq__card{cursor:pointer;border-radius:24px;flex-direction:column;gap:1.5rem;padding:3rem 2rem;transition:all .3s;display:flex}.Services-module__zXymXq__protocolId{letter-spacing:.2em;color:var(--primary);opacity:.6;margin-bottom:-1rem;font-family:monospace;font-size:.65rem}.Services-module__zXymXq__iconWrapper{background:rgba(var(--primary-rgb),.1);border:1px solid rgba(var(--primary-rgb),.2);width:70px;height:70px;color:var(--primary);box-shadow:0 0 30px rgba(var(--primary-rgb),.1);border-radius:20px;justify-content:center;align-items:center;margin-bottom:.5rem;display:flex}.Services-module__zXymXq__card h3{font-size:1.5rem;font-weight:700}.Services-module__zXymXq__card p{color:var(--text-muted);font-size:.95rem;line-height:1.6}.Services-module__zXymXq__learnMore{color:var(--primary);align-self:flex-start;align-items:center;gap:.5rem;margin-top:auto;font-size:.9rem;font-weight:600;display:flex}.Services-module__zXymXq__learnMore:after{content:"→";transition:transform .3s}.Services-module__zXymXq__card:hover .Services-module__zXymXq__learnMore:after{transform:translate(5px)}.Services-module__zXymXq__modalOverlay{-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);z-index:2000;background:#000c;justify-content:center;align-items:center;width:100%;height:100%;padding:2rem;display:flex;position:fixed;top:0;left:0}.Services-module__zXymXq__modalContent{border-radius:32px;width:100%;max-width:800px;max-height:90vh;position:relative;overflow:hidden auto}.Services-module__zXymXq__closeButton{background:var(--card-bg);border:1px solid var(--card-border);color:var(--foreground);z-index:10;border-radius:50%;justify-content:center;align-items:center;padding:.5rem;display:flex;position:absolute;top:1.5rem;right:1.5rem}.Services-module__zXymXq__modalBody{padding:4rem}.Services-module__zXymXq__modalHeader{align-items:center;gap:1.5rem;margin-bottom:2rem;display:flex}.Services-module__zXymXq__modalIcon{background:rgba(var(--primary-rgb),.15);border:1px solid rgba(var(--primary-rgb),.3);width:60px;height:60px;color:var(--primary);border-radius:16px;justify-content:center;align-items:center;display:flex}.Services-module__zXymXq__modalHeader h2{font-size:2.5rem}.Services-module__zXymXq__modalDesc{color:var(--text-muted);margin-bottom:3rem;font-size:1.1rem;line-height:1.8}.Services-module__zXymXq__featuresList h3{margin-bottom:1.5rem;font-size:1.25rem}.Services-module__zXymXq__featuresGrid{grid-template-columns:1fr 1fr;gap:1rem;margin-bottom:4rem;display:grid}.Services-module__zXymXq__featureItem{align-items:center;gap:.75rem;font-size:1rem;display:flex}.Services-module__zXymXq__checkIcon{color:var(--primary)}.Services-module__zXymXq__ctaButton{background:linear-gradient(135deg,var(--primary),var(--secondary));color:#fff;border-radius:16px;width:100%;padding:1.25rem;font-size:1.1rem;font-weight:700;box-shadow:0 10px 30px #06b6d44d}@media (max-width:640px){.Services-module__zXymXq__modalBody{padding:2rem}.Services-module__zXymXq__modalHeader{flex-direction:column;align-items:flex-start}.Services-module__zXymXq__featuresGrid{grid-template-columns:1fr}}
.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}}
