.Navigation-module__eB08ka__header{z-index:var(--z-sticky);padding:var(--space-4)0;transition:all var(--transition-base);position:fixed;top:0;left:0;right:0}.Navigation-module__eB08ka__header.Navigation-module__eB08ka__scrolled{-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);box-shadow:var(--shadow-md);padding:var(--space-3)0;background:#f8fafcf2}.Navigation-module__eB08ka__nav{max-width:1280px;padding:0 var(--space-6);justify-content:space-between;align-items:center;margin:0 auto;display:flex}.Navigation-module__eB08ka__logo{align-items:center;gap:var(--space-3);cursor:pointer;transition:opacity var(--transition-base);display:flex}.Navigation-module__eB08ka__logo:hover{opacity:.8}.Navigation-module__eB08ka__logoImage{object-fit:contain;width:50px;height:50px}.Navigation-module__eB08ka__logoText{flex-direction:column;display:flex}.Navigation-module__eB08ka__logoName{font-family:var(--font-heading);font-weight:800;font-size:var(--text-lg);color:var(--color-eluma-blue);letter-spacing:.1em;line-height:1}.Navigation-module__eB08ka__logoTagline{font-family:var(--font-heading);font-weight:400;font-size:var(--text-xs);color:var(--color-text-muted);letter-spacing:.2em}.Navigation-module__eB08ka__navLinks{align-items:center;gap:var(--space-8);list-style:none;display:flex}.Navigation-module__eB08ka__navLink{font-family:var(--font-body);font-size:var(--text-sm);color:var(--color-midnight-slate);cursor:pointer;padding:var(--space-2)0;transition:color var(--transition-base);background:0 0;border:none;font-weight:500;position:relative}.Navigation-module__eB08ka__navLink:after{content:"";background:linear-gradient(90deg,var(--color-soft-cyan),var(--color-soft-cyan-dark));width:0;height:2px;transition:width var(--transition-base);position:absolute;bottom:0;left:0}.Navigation-module__eB08ka__navLink:hover{color:var(--color-soft-cyan-dark)}.Navigation-module__eB08ka__navLink:hover:after{width:100%}.Navigation-module__eB08ka__languageToggle{margin-left:var(--space-4)}.Navigation-module__eB08ka__langButton{align-items:center;gap:var(--space-2);background:var(--color-eluma-blue);color:var(--color-cloud-white);padding:var(--space-2)var(--space-4);border-radius:var(--radius-full);font-family:var(--font-body);font-size:var(--text-xs);cursor:pointer;transition:all var(--transition-base);border:none;font-weight:600;display:flex}.Navigation-module__eB08ka__langButton:hover{background:var(--color-soft-cyan-dark)}.Navigation-module__eB08ka__langCurrent{color:var(--color-soft-cyan)}.Navigation-module__eB08ka__langDivider{opacity:.5}.Navigation-module__eB08ka__langSwitch{opacity:.7}.Navigation-module__eB08ka__hamburger{cursor:pointer;padding:var(--space-2);z-index:101;background:0 0;border:none;flex-direction:column;gap:5px;display:none}.Navigation-module__eB08ka__hamburger span{background:var(--color-eluma-blue);width:24px;height:2px;transition:all var(--transition-base);display:block}.Navigation-module__eB08ka__hamburger.Navigation-module__eB08ka__active span:first-child{transform:rotate(45deg)translate(5px,5px)}.Navigation-module__eB08ka__hamburger.Navigation-module__eB08ka__active span:nth-child(2){opacity:0}.Navigation-module__eB08ka__hamburger.Navigation-module__eB08ka__active span:nth-child(3){transform:rotate(-45deg)translate(5px,-5px)}@media (max-width:768px){.Navigation-module__eB08ka__hamburger{display:flex}.Navigation-module__eB08ka__navLinks{background:var(--color-cloud-white);justify-content:center;gap:var(--space-8);opacity:0;visibility:hidden;transition:all var(--transition-base);flex-direction:column;position:fixed;inset:0}.Navigation-module__eB08ka__navLinks.Navigation-module__eB08ka__open{opacity:1;visibility:visible}.Navigation-module__eB08ka__navLink{font-size:var(--text-xl)}.Navigation-module__eB08ka__languageToggle{margin-left:0;margin-top:var(--space-4)}.Navigation-module__eB08ka__langButton{padding:var(--space-3)var(--space-6);font-size:var(--text-sm)}}
.Hero-module__ZARIfG__hero{background:var(--color-dark-bg);align-items:center;min-height:100vh;display:flex;position:relative;overflow:hidden}.Hero-module__ZARIfG__backgroundImage{background-image:url(/images/Herosection_futuristic.png);background-position:50%;background-repeat:no-repeat;background-size:cover;position:absolute;inset:0}.Hero-module__ZARIfG__overlay{background:linear-gradient(135deg,#0f172ad9 0%,#0f172ab3 50%,#0f172a80 100%);position:absolute;inset:0}.Hero-module__ZARIfG__content{z-index:2;width:100%;max-width:1280px;padding:var(--space-32)var(--space-6);flex-direction:column;justify-content:center;margin:0 auto;display:flex;position:relative}.Hero-module__ZARIfG__textContent{max-width:700px}.Hero-module__ZARIfG__taglineWrapper{margin-bottom:var(--space-6)}.Hero-module__ZARIfG__tagline{font-family:var(--font-heading);color:var(--color-cloud-white);letter-spacing:-.02em;font-size:clamp(2.5rem,6vw,5rem);font-weight:800;line-height:1.1}.Hero-module__ZARIfG__taglineAccent{color:var(--color-soft-cyan)}.Hero-module__ZARIfG__subtitle{font-size:var(--text-lg);color:var(--color-light-grey);max-width:550px;margin-bottom:var(--space-8);line-height:1.7}.Hero-module__ZARIfG__terminal{border:1px solid var(--color-glass-border);border-radius:var(--radius-lg);padding:var(--space-4);margin-bottom:var(--space-8);-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#0009;max-width:500px}.Hero-module__ZARIfG__terminalHeader{gap:var(--space-2);margin-bottom:var(--space-3);display:flex}.Hero-module__ZARIfG__terminalDot{background:var(--color-light-grey);opacity:.5;border-radius:50%;width:12px;height:12px}.Hero-module__ZARIfG__terminalDot:first-child{opacity:1;background:#ff5f56}.Hero-module__ZARIfG__terminalDot:nth-child(2){opacity:1;background:#ffbd2e}.Hero-module__ZARIfG__terminalDot:nth-child(3){opacity:1;background:#27ca40}.Hero-module__ZARIfG__terminalCode{font-family:var(--font-mono);font-size:var(--text-sm);color:var(--color-soft-cyan);display:block}.Hero-module__ZARIfG__terminalPrompt{color:var(--color-text-muted)}.Hero-module__ZARIfG__cursor{color:var(--color-soft-cyan);animation:1s step-end infinite Hero-module__ZARIfG__blink}@keyframes Hero-module__ZARIfG__blink{50%{opacity:0}}.Hero-module__ZARIfG__ctaGroup{gap:var(--space-4);flex-wrap:wrap;display:flex}.Hero-module__ZARIfG__ctaPrimary{padding:var(--space-4)var(--space-8);font-size:var(--text-base)}.Hero-module__ZARIfG__ctaPrimary svg{transition:transform var(--transition-base)}.Hero-module__ZARIfG__ctaPrimary:hover svg{transform:translate(4px)}.Hero-module__ZARIfG__ctaSecondary{padding:var(--space-4)var(--space-8);font-size:var(--text-base)}.Hero-module__ZARIfG__scrollIndicator{bottom:var(--space-12);align-items:center;gap:var(--space-2);flex-direction:column;display:flex;position:absolute;left:50%;transform:translate(-50%)}.Hero-module__ZARIfG__scrollMouse{border:2px solid var(--color-light-grey);opacity:.6;border-radius:12px;width:24px;height:36px;position:relative}.Hero-module__ZARIfG__scrollWheel{background:var(--color-soft-cyan);border-radius:2px;width:4px;height:8px;animation:1.5s ease-in-out infinite Hero-module__ZARIfG__scroll;position:absolute;top:8px;left:50%;transform:translate(-50%)}@keyframes Hero-module__ZARIfG__scroll{0%{opacity:1;transform:translate(-50%)translateY(0)}to{opacity:0;transform:translate(-50%)translateY(10px)}}.Hero-module__ZARIfG__scrollText{font-size:var(--text-xs);color:var(--color-light-grey);text-transform:uppercase;letter-spacing:.1em;opacity:.6}.Hero-module__ZARIfG__gridPattern{pointer-events:none;background-image:linear-gradient(#4fd1c508 1px,#0000 1px),linear-gradient(90deg,#4fd1c508 1px,#0000 1px);background-size:50px 50px;position:absolute;inset:0}@media (max-width:768px){.Hero-module__ZARIfG__content{padding:var(--space-24)var(--space-6)}.Hero-module__ZARIfG__tagline{font-size:clamp(2rem,8vw,3rem)}.Hero-module__ZARIfG__terminal{max-width:100%}.Hero-module__ZARIfG__ctaGroup{flex-direction:column}.Hero-module__ZARIfG__ctaPrimary,.Hero-module__ZARIfG__ctaSecondary{justify-content:center;width:100%}.Hero-module__ZARIfG__scrollIndicator{display:none}}
.Services-module__dpHhBa__services{padding:var(--space-32)0;background:var(--color-cloud-white);position:relative;overflow:hidden}.Services-module__dpHhBa__container{max-width:1280px;padding:0 var(--space-6);z-index:2;margin:0 auto;position:relative}.Services-module__dpHhBa__header{text-align:center;max-width:600px;margin:0 auto var(--space-16)}.Services-module__dpHhBa__badge{padding:var(--space-2)var(--space-4);background:var(--color-soft-cyan-glow);color:var(--color-soft-cyan-dark);font-size:var(--text-xs);text-transform:uppercase;letter-spacing:.1em;border-radius:var(--radius-full);margin-bottom:var(--space-4);font-weight:700;display:inline-block}.Services-module__dpHhBa__title{font-size:var(--text-4xl);color:var(--color-eluma-blue);margin-bottom:var(--space-4)}.Services-module__dpHhBa__subtitle{font-size:var(--text-lg);color:var(--color-text-muted);margin-bottom:0}.Services-module__dpHhBa__grid{gap:var(--space-6);grid-template-columns:repeat(4,1fr);display:grid}.Services-module__dpHhBa__card{background:var(--color-pure-white);padding:var(--space-8);border-radius:var(--radius-xl);box-shadow:var(--shadow-card);transition:all var(--transition-base);position:relative;overflow:hidden}.Services-module__dpHhBa__card:hover{box-shadow:var(--shadow-xl);transform:translateY(-8px)}.Services-module__dpHhBa__card:hover .Services-module__dpHhBa__iconWrapper{background:var(--color-soft-cyan);color:var(--color-dark-bg)}.Services-module__dpHhBa__card:hover .Services-module__dpHhBa__cardAccent{width:100%}.Services-module__dpHhBa__iconWrapper{background:var(--color-eluma-blue);width:60px;height:60px;color:var(--color-cloud-white);border-radius:var(--radius-lg);margin-bottom:var(--space-5);transition:all var(--transition-base);justify-content:center;align-items:center;display:flex}.Services-module__dpHhBa__iconWrapper svg{width:28px;height:28px}.Services-module__dpHhBa__cardTitle{font-size:var(--text-xl);color:var(--color-eluma-blue);margin-bottom:var(--space-3)}.Services-module__dpHhBa__cardDescription{font-size:var(--text-sm);color:var(--color-text-muted);margin-bottom:0;line-height:1.7}.Services-module__dpHhBa__cardAccent{background:linear-gradient(90deg,var(--color-soft-cyan),var(--color-soft-cyan-dark));width:0;height:4px;transition:width var(--transition-base);position:absolute;bottom:0;left:0}.Services-module__dpHhBa__backgroundDecor{gap:var(--space-6);opacity:.1;flex-direction:column;display:flex;position:absolute;top:50%;right:-100px;transform:translateY(-50%)}.Services-module__dpHhBa__decorLine{background:linear-gradient(90deg,var(--color-soft-cyan),transparent);width:400px;height:2px}.Services-module__dpHhBa__decorLine:nth-child(2){width:300px;margin-left:50px}.Services-module__dpHhBa__decorLine:nth-child(3){width:200px;margin-left:100px}@media (max-width:1024px){.Services-module__dpHhBa__grid{grid-template-columns:repeat(2,1fr)}}@media (max-width:640px){.Services-module__dpHhBa__services{padding:var(--space-20)0}.Services-module__dpHhBa__grid{grid-template-columns:1fr}.Services-module__dpHhBa__card{padding:var(--space-6)}}
.About-module__vAULUW__about{padding:var(--space-32)0;background:var(--color-off-white);position:relative;overflow:hidden}.About-module__vAULUW__container{max-width:1280px;padding:0 var(--space-6);z-index:2;margin:0 auto;position:relative}.About-module__vAULUW__grid{gap:var(--space-16);grid-template-columns:1fr 1fr;align-items:center;display:grid}.About-module__vAULUW__badge{padding:var(--space-2)var(--space-4);background:var(--color-soft-cyan-glow);color:var(--color-soft-cyan-dark);font-size:var(--text-xs);text-transform:uppercase;letter-spacing:.1em;border-radius:var(--radius-full);margin-bottom:var(--space-4);font-weight:700;display:inline-block}.About-module__vAULUW__title{font-size:var(--text-4xl);color:var(--color-eluma-blue);margin-bottom:var(--space-2)}.About-module__vAULUW__subtitle{font-size:var(--text-lg);color:var(--color-soft-cyan-dark);margin-bottom:var(--space-6);font-weight:600}.About-module__vAULUW__description{font-size:var(--text-base);color:var(--color-text-muted);margin-bottom:var(--space-8);line-height:1.8}.About-module__vAULUW__values{gap:var(--space-4);flex-direction:column;display:flex}.About-module__vAULUW__valueCard{gap:var(--space-4);padding:var(--space-5);background:var(--color-pure-white);border-radius:var(--radius-lg);box-shadow:var(--shadow-sm);transition:all var(--transition-base);display:flex}.About-module__vAULUW__valueCard:hover{box-shadow:var(--shadow-md);transform:translate(8px)}.About-module__vAULUW__valueIcon{background:var(--color-eluma-blue);width:48px;height:48px;color:var(--color-soft-cyan);border-radius:var(--radius-md);flex-shrink:0;justify-content:center;align-items:center;display:flex}.About-module__vAULUW__valueIcon svg{width:24px;height:24px}.About-module__vAULUW__valueContent h4{font-size:var(--text-base);color:var(--color-eluma-blue);margin-bottom:var(--space-1)}.About-module__vAULUW__valueContent p{font-size:var(--text-sm);color:var(--color-text-muted);margin-bottom:0;line-height:1.6}.About-module__vAULUW__statsWrapper{gap:var(--space-8);flex-direction:column;display:flex}.About-module__vAULUW__statsGrid{gap:var(--space-4);grid-template-columns:repeat(2,1fr);display:grid}.About-module__vAULUW__statCard{background:var(--color-pure-white);padding:var(--space-6);border-radius:var(--radius-xl);text-align:center;box-shadow:var(--shadow-card);transition:all var(--transition-base);border:2px solid #0000}.About-module__vAULUW__statCard:hover{border-color:var(--color-soft-cyan);transform:scale(1.02)}.About-module__vAULUW__statValue{font-family:var(--font-heading);font-size:var(--text-4xl);color:var(--color-eluma-blue);margin-bottom:var(--space-2);font-weight:800;line-height:1;display:block}.About-module__vAULUW__statLabel{font-size:var(--text-sm);color:var(--color-text-muted);text-transform:uppercase;letter-spacing:.05em}.About-module__vAULUW__decorativeCode{background:var(--color-dark-bg);padding:var(--space-6);border-radius:var(--radius-lg);font-family:var(--font-mono);font-size:var(--text-sm);border:1px solid var(--color-glass-border);line-height:1.8}.About-module__vAULUW__codeComment{color:var(--color-text-muted)}.About-module__vAULUW__codeKey{color:var(--color-soft-cyan)}.About-module__vAULUW__codeValue{color:var(--color-light-grey)}.About-module__vAULUW__backgroundGradient{pointer-events:none;background:radial-gradient(at 100%,#4fd1c514 0%,#0000 70%);width:50%;height:100%;position:absolute;top:0;right:0}@media (max-width:1024px){.About-module__vAULUW__grid{gap:var(--space-10);grid-template-columns:1fr}.About-module__vAULUW__statsGrid{max-width:400px}}@media (max-width:640px){.About-module__vAULUW__about{padding:var(--space-20)0}.About-module__vAULUW__statsGrid{grid-template-columns:repeat(2,1fr)}.About-module__vAULUW__statCard{padding:var(--space-4)}.About-module__vAULUW__statValue{font-size:var(--text-3xl)}}
.VideoShowcase-module__gKHO9q__section{background:linear-gradient(180deg,var(--midnight-slate)0%,var(--eluma-deep-blue)50%,var(--midnight-slate)100%);padding:8rem 0;position:relative;overflow:hidden}.VideoShowcase-module__gKHO9q__section:before{content:"";pointer-events:none;background:radial-gradient(80% 50% at 50% 0,#4fd1c51a 0%,#0000 50%),radial-gradient(60% 40% at 50% 100%,#4fd1c514 0%,#0000 50%);position:absolute;inset:0}.VideoShowcase-module__gKHO9q__container{max-width:1200px;margin:0 auto;padding:0 2rem;position:relative}.VideoShowcase-module__gKHO9q__header{text-align:center;margin-bottom:4rem}.VideoShowcase-module__gKHO9q__badge{color:var(--soft-cyan);text-transform:uppercase;letter-spacing:.1em;background:#4fd1c526;border:1px solid #4fd1c54d;border-radius:50px;margin-bottom:1.5rem;padding:.5rem 1.25rem;font-size:.875rem;font-weight:600;display:inline-block}.VideoShowcase-module__gKHO9q__title{color:var(--cloud-off-white);margin-bottom:1rem;font-size:clamp(2rem,5vw,3.5rem);font-weight:700;line-height:1.2}.VideoShowcase-module__gKHO9q__subtitle{color:var(--light-grey);max-width:600px;margin:0 auto;font-size:1.125rem;line-height:1.6}.VideoShowcase-module__gKHO9q__videoWrapper{position:relative}.VideoShowcase-module__gKHO9q__videoFrame{background:linear-gradient(135deg,#4fd1c533 0%,#1e3a5f66 100%);border-radius:20px;padding:4px;position:relative;overflow:hidden;box-shadow:0 0 60px #4fd1c533,0 25px 80px #0006}.VideoShowcase-module__gKHO9q__frameBorder{-webkit-mask-composite:xor;pointer-events:none;background:linear-gradient(135deg,#4fd1c599 0%,#1e3a5f33 25%,#4fd1c566 50%,#1e3a5f33 75%,#4fd1c599 100%);border-radius:20px;padding:2px;animation:4s ease-in-out infinite VideoShowcase-module__gKHO9q__borderGlow;position:absolute;inset:0;-webkit-mask-image:linear-gradient(#fff 0 0),linear-gradient(#fff 0 0);mask-image:linear-gradient(#fff 0 0),linear-gradient(#fff 0 0);-webkit-mask-position:0 0,0 0;mask-position:0 0,0 0;-webkit-mask-size:auto,auto;mask-size:auto,auto;-webkit-mask-repeat:repeat,repeat;mask-repeat:repeat,repeat;-webkit-mask-clip:content-box,border-box;mask-clip:content-box,border-box;-webkit-mask-origin:content-box,border-box;mask-origin:content-box,border-box;-webkit-mask-composite:xor;mask-composite:exclude;-webkit-mask-source-type:auto,auto;mask-mode:match-source,match-source}@keyframes VideoShowcase-module__gKHO9q__borderGlow{0%,to{opacity:.6}50%{opacity:1}}.VideoShowcase-module__gKHO9q__video{aspect-ratio:16/9;object-fit:cover;border-radius:16px;width:100%;display:block}.VideoShowcase-module__gKHO9q__glowOverlay{pointer-events:none;background:linear-gradient(#0000004d 0%,#0000 20% 80%,#0006 100%);border-radius:16px;position:absolute;inset:0}.VideoShowcase-module__gKHO9q__playButton{cursor:pointer;width:80px;height:80px;color:var(--eluma-deep-blue);z-index:10;background:#4fd1c5e6;border:none;border-radius:50%;justify-content:center;align-items:center;transition:all .3s;display:flex;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);box-shadow:0 0 40px #4fd1c580,0 10px 30px #0000004d}.VideoShowcase-module__gKHO9q__playButton svg{width:32px;height:32px}.VideoShowcase-module__gKHO9q__playButton:hover{background:var(--soft-cyan);transform:translate(-50%,-50%)scale(1.1);box-shadow:0 0 60px #4fd1c5b3,0 15px 40px #0006}.VideoShowcase-module__gKHO9q__playButton.VideoShowcase-module__gKHO9q__playing{opacity:0;transform:translate(-50%,-50%)scale(.8)}.VideoShowcase-module__gKHO9q__videoFrame:hover .VideoShowcase-module__gKHO9q__playButton.VideoShowcase-module__gKHO9q__playing{opacity:1;transform:translate(-50%,-50%)scale(1)}.VideoShowcase-module__gKHO9q__statsRow{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#1e3a5f4d;border:1px solid #4fd1c51a;border-radius:16px;justify-content:center;align-items:center;gap:3rem;margin-top:3rem;padding:2rem;display:flex}.VideoShowcase-module__gKHO9q__stat{flex-direction:column;align-items:center;gap:.5rem;display:flex}.VideoShowcase-module__gKHO9q__statValue{color:var(--soft-cyan);font-size:2rem;font-weight:700}.VideoShowcase-module__gKHO9q__statLabel{color:var(--light-grey);text-align:center;font-size:.875rem}.VideoShowcase-module__gKHO9q__statDivider{background:linear-gradient(#0000,#4fd1c54d,#0000);width:1px;height:40px}@media (max-width:768px){.VideoShowcase-module__gKHO9q__section{padding:5rem 0}.VideoShowcase-module__gKHO9q__header{margin-bottom:2.5rem}.VideoShowcase-module__gKHO9q__playButton{width:60px;height:60px}.VideoShowcase-module__gKHO9q__playButton svg{width:24px;height:24px}.VideoShowcase-module__gKHO9q__statsRow{flex-wrap:wrap;gap:1.5rem;padding:1.5rem}.VideoShowcase-module__gKHO9q__statDivider{display:none}.VideoShowcase-module__gKHO9q__stat{flex:30%}.VideoShowcase-module__gKHO9q__statValue{font-size:1.5rem}}
.Portfolio-module__uAcsSq__portfolio{padding:var(--space-32)0;background:var(--color-dark-bg);position:relative;overflow:hidden}.Portfolio-module__uAcsSq__container{max-width:1280px;padding:0 var(--space-6);z-index:2;margin:0 auto;position:relative}.Portfolio-module__uAcsSq__header{text-align:center;max-width:700px;margin:0 auto var(--space-12)}.Portfolio-module__uAcsSq__badge{padding:var(--space-2)var(--space-4);color:var(--color-soft-cyan);font-size:var(--text-xs);text-transform:uppercase;letter-spacing:.1em;border-radius:var(--radius-full);margin-bottom:var(--space-4);background:#4fd1c533;font-weight:700;display:inline-block}.Portfolio-module__uAcsSq__title{font-size:var(--text-4xl);color:var(--color-cloud-white);margin-bottom:var(--space-4)}.Portfolio-module__uAcsSq__subtitle{font-size:var(--text-lg);color:var(--color-light-grey);margin-bottom:var(--space-8)}.Portfolio-module__uAcsSq__filters{justify-content:center;gap:var(--space-3);flex-wrap:wrap;display:flex}.Portfolio-module__uAcsSq__filterBtn{padding:var(--space-2)var(--space-5);color:var(--color-light-grey);border:1px solid var(--color-glass-border);border-radius:var(--radius-full);font-family:var(--font-body);font-size:var(--text-sm);cursor:pointer;transition:all var(--transition-base);background:0 0;font-weight:500}.Portfolio-module__uAcsSq__filterBtn:hover{border-color:var(--color-soft-cyan);color:var(--color-soft-cyan)}.Portfolio-module__uAcsSq__filterBtn.Portfolio-module__uAcsSq__active{background:var(--color-soft-cyan);color:var(--color-dark-bg);border-color:var(--color-soft-cyan)}.Portfolio-module__uAcsSq__grid{gap:var(--space-8);grid-template-columns:repeat(2,1fr);display:grid}.Portfolio-module__uAcsSq__card{background:var(--color-glass-bg);border:1px solid var(--color-glass-border);border-radius:var(--radius-xl);transition:all var(--transition-base);overflow:hidden}.Portfolio-module__uAcsSq__card:hover{border-color:var(--color-soft-cyan);transform:translateY(-4px)}.Portfolio-module__uAcsSq__card:hover .Portfolio-module__uAcsSq__cardOverlay{opacity:1}.Portfolio-module__uAcsSq__cardImage{height:280px;position:relative;overflow:hidden}.Portfolio-module__uAcsSq__cardOverlay{opacity:0;transition:opacity var(--transition-base);background:#0f172acc;justify-content:center;align-items:center;display:flex;position:absolute;inset:0}.Portfolio-module__uAcsSq__viewBtn{align-items:center;gap:var(--space-2);padding:var(--space-3)var(--space-6);background:var(--color-soft-cyan);color:var(--color-dark-bg);border-radius:var(--radius-full);font-family:var(--font-body);font-size:var(--text-sm);cursor:pointer;transition:all var(--transition-base);border:none;font-weight:600;display:flex}.Portfolio-module__uAcsSq__viewBtn:hover{box-shadow:var(--shadow-cyan-glow);transform:scale(1.05)}.Portfolio-module__uAcsSq__cardContent{padding:var(--space-6)}.Portfolio-module__uAcsSq__cardCategory{font-size:var(--text-xs);color:var(--color-soft-cyan);text-transform:uppercase;letter-spacing:.05em;margin-bottom:var(--space-2);font-weight:600;display:inline-block}.Portfolio-module__uAcsSq__cardTitle{font-size:var(--text-xl);color:var(--color-cloud-white);margin-bottom:var(--space-3)}.Portfolio-module__uAcsSq__cardDescription{font-size:var(--text-sm);color:var(--color-light-grey);margin-bottom:0;line-height:1.7}.Portfolio-module__uAcsSq__backgroundPattern{pointer-events:none;background-image:radial-gradient(circle at 1px 1px,#4fd1c51a 1px,#0000 0);background-size:40px 40px;position:absolute;inset:0}@media (max-width:768px){.Portfolio-module__uAcsSq__portfolio{padding:var(--space-20)0}.Portfolio-module__uAcsSq__grid{grid-template-columns:1fr}.Portfolio-module__uAcsSq__cardImage{height:220px}.Portfolio-module__uAcsSq__filters{gap:var(--space-2)}.Portfolio-module__uAcsSq__filterBtn{padding:var(--space-2)var(--space-4);font-size:var(--text-xs)}}
.Contact-module__hcVmEa__contact{padding:var(--space-32)0;background:var(--color-cloud-white);position:relative;overflow:hidden}.Contact-module__hcVmEa__container{max-width:1280px;padding:0 var(--space-6);z-index:2;margin:0 auto;position:relative}.Contact-module__hcVmEa__grid{gap:var(--space-12);grid-template-columns:1.2fr .8fr;align-items:start;display:grid}.Contact-module__hcVmEa__badge{padding:var(--space-2)var(--space-4);background:var(--color-soft-cyan-glow);color:var(--color-soft-cyan-dark);font-size:var(--text-xs);text-transform:uppercase;letter-spacing:.1em;border-radius:var(--radius-full);margin-bottom:var(--space-4);font-weight:700;display:inline-block}.Contact-module__hcVmEa__title{font-size:var(--text-4xl);color:var(--color-eluma-blue);margin-bottom:var(--space-4)}.Contact-module__hcVmEa__subtitle{font-size:var(--text-lg);color:var(--color-text-muted);margin-bottom:var(--space-8)}.Contact-module__hcVmEa__form{gap:var(--space-5);flex-direction:column;display:flex}.Contact-module__hcVmEa__formRow{gap:var(--space-5);grid-template-columns:1fr 1fr;display:grid}.Contact-module__hcVmEa__formGroup{flex-direction:column;display:flex}.Contact-module__hcVmEa__label{font-size:var(--text-sm);color:var(--color-eluma-blue);margin-bottom:var(--space-2);font-weight:600}.Contact-module__hcVmEa__input,.Contact-module__hcVmEa__textarea{padding:var(--space-3)var(--space-4);font-family:var(--font-body);font-size:var(--text-base);color:var(--color-midnight-slate);background:var(--color-pure-white);border:2px solid var(--color-light-grey);border-radius:var(--radius-md);transition:all var(--transition-base)}.Contact-module__hcVmEa__input:focus,.Contact-module__hcVmEa__textarea:focus{border-color:var(--color-soft-cyan);box-shadow:0 0 0 4px var(--color-soft-cyan-glow);outline:none}.Contact-module__hcVmEa__textarea{resize:vertical;min-height:150px}.Contact-module__hcVmEa__submitBtn{padding:var(--space-4)var(--space-8);font-size:var(--text-base);align-self:flex-start;min-width:200px}.Contact-module__hcVmEa__submitBtn:disabled{opacity:.7;cursor:not-allowed}.Contact-module__hcVmEa__spinner{border:2px solid #0000;border-top-color:currentColor;border-radius:50%;width:20px;height:20px;animation:.8s linear infinite Contact-module__hcVmEa__spin}@keyframes Contact-module__hcVmEa__spin{to{transform:rotate(360deg)}}.Contact-module__hcVmEa__successMessage{align-items:center;gap:var(--space-3);padding:var(--space-4);color:var(--color-soft-cyan-dark);border-radius:var(--radius-md);background:#4fd1c51a;font-weight:500;display:flex}.Contact-module__hcVmEa__infoWrapper{gap:var(--space-6);flex-direction:column;display:flex}.Contact-module__hcVmEa__infoCard{background:var(--color-eluma-blue);color:var(--color-cloud-white);padding:var(--space-8);border-radius:var(--radius-xl)}.Contact-module__hcVmEa__infoTitle{font-size:var(--text-xl);color:var(--color-cloud-white);margin-bottom:var(--space-6)}.Contact-module__hcVmEa__infoItem{align-items:flex-start;gap:var(--space-4);margin-bottom:var(--space-5);display:flex}.Contact-module__hcVmEa__infoItem:last-child{margin-bottom:0}.Contact-module__hcVmEa__infoIcon{border-radius:var(--radius-md);width:44px;height:44px;color:var(--color-soft-cyan);background:#4fd1c533;flex-shrink:0;justify-content:center;align-items:center;display:flex}.Contact-module__hcVmEa__infoIcon svg{width:22px;height:22px}.Contact-module__hcVmEa__infoText{gap:var(--space-1);flex-direction:column;display:flex}.Contact-module__hcVmEa__infoLabel{font-size:var(--text-xs);color:var(--color-light-grey);text-transform:uppercase;letter-spacing:.05em}.Contact-module__hcVmEa__infoText a,.Contact-module__hcVmEa__infoText span{font-size:var(--text-base);color:var(--color-cloud-white)}.Contact-module__hcVmEa__infoText a:hover{color:var(--color-soft-cyan)}.Contact-module__hcVmEa__mapPlaceholder{background:linear-gradient(135deg,var(--color-midnight-slate)0%,var(--color-eluma-blue)100%);border-radius:var(--radius-xl);height:200px;position:relative;overflow:hidden}.Contact-module__hcVmEa__mapOverlay{justify-content:center;align-items:center;gap:var(--space-3);color:var(--color-light-grey);background:#0003;flex-direction:column;display:flex;position:absolute;inset:0}.Contact-module__hcVmEa__mapOverlay svg{color:var(--color-soft-cyan)}.Contact-module__hcVmEa__mapOverlay span{font-size:var(--text-sm);font-weight:500}.Contact-module__hcVmEa__decorCircle{background:radial-gradient(circle,var(--color-soft-cyan-glow)0%,transparent 70%);pointer-events:none;border-radius:50%;width:500px;height:500px;position:absolute;bottom:-200px;right:-200px}@media (max-width:1024px){.Contact-module__hcVmEa__grid{gap:var(--space-8);grid-template-columns:1fr}}@media (max-width:640px){.Contact-module__hcVmEa__contact{padding:var(--space-20)0}.Contact-module__hcVmEa__formRow{grid-template-columns:1fr}.Contact-module__hcVmEa__submitBtn{justify-content:center;width:100%}}
.Footer-module__S6Hkya__footer{background:var(--color-dark-bg);padding:var(--space-16)0 var(--space-8)}.Footer-module__S6Hkya__container{max-width:1280px;padding:0 var(--space-6);margin:0 auto}.Footer-module__S6Hkya__top{gap:var(--space-12);margin-bottom:var(--space-12);grid-template-columns:1fr 2fr;display:grid}.Footer-module__S6Hkya__brand{max-width:300px}.Footer-module__S6Hkya__logo{align-items:center;gap:var(--space-3);cursor:pointer;margin-bottom:var(--space-4);transition:opacity var(--transition-base);display:flex}.Footer-module__S6Hkya__logo:hover{opacity:.8}.Footer-module__S6Hkya__logoImage{object-fit:contain;filter:brightness(0)invert();width:50px;height:50px}.Footer-module__S6Hkya__logoText{flex-direction:column;display:flex}.Footer-module__S6Hkya__logoName{font-family:var(--font-heading);font-weight:800;font-size:var(--text-xl);color:var(--color-cloud-white);letter-spacing:.1em;line-height:1}.Footer-module__S6Hkya__logoConsulting{font-family:var(--font-heading);font-weight:400;font-size:var(--text-xs);color:var(--color-light-grey);letter-spacing:.2em}.Footer-module__S6Hkya__tagline{font-family:var(--font-mono);font-size:var(--text-sm);color:var(--color-soft-cyan);margin-bottom:0}.Footer-module__S6Hkya__links{gap:var(--space-8);grid-template-columns:repeat(3,1fr);display:grid}.Footer-module__S6Hkya__linkTitle{font-size:var(--text-sm);color:var(--color-cloud-white);margin-bottom:var(--space-4);text-transform:uppercase;letter-spacing:.05em;font-weight:600}.Footer-module__S6Hkya__linkList{gap:var(--space-3);flex-direction:column;list-style:none;display:flex}.Footer-module__S6Hkya__linkList a{font-size:var(--text-sm);color:var(--color-light-grey);transition:color var(--transition-base)}.Footer-module__S6Hkya__linkList a:hover{color:var(--color-soft-cyan)}.Footer-module__S6Hkya__socialLinks{gap:var(--space-3);display:flex}.Footer-module__S6Hkya__socialLink{background:var(--color-glass-bg);border:1px solid var(--color-glass-border);border-radius:var(--radius-md);width:40px;height:40px;color:var(--color-light-grey);transition:all var(--transition-base);justify-content:center;align-items:center;display:flex}.Footer-module__S6Hkya__socialLink:hover{background:var(--color-soft-cyan);border-color:var(--color-soft-cyan);color:var(--color-dark-bg)}.Footer-module__S6Hkya__socialLink svg{width:18px;height:18px}.Footer-module__S6Hkya__divider{background:linear-gradient(90deg,transparent,var(--color-glass-border),transparent);height:1px;margin-bottom:var(--space-8)}.Footer-module__S6Hkya__bottom{justify-content:space-between;align-items:center;display:flex}.Footer-module__S6Hkya__copyright{font-size:var(--text-sm);color:var(--color-text-muted);margin-bottom:0}.Footer-module__S6Hkya__backToTop{background:var(--color-eluma-blue);border-radius:var(--radius-md);width:44px;height:44px;color:var(--color-cloud-white);cursor:pointer;transition:all var(--transition-base);border:none;justify-content:center;align-items:center;display:flex}.Footer-module__S6Hkya__backToTop:hover{background:var(--color-soft-cyan);color:var(--color-dark-bg);transform:translateY(-4px)}@media (max-width:1024px){.Footer-module__S6Hkya__top{gap:var(--space-8);grid-template-columns:1fr}.Footer-module__S6Hkya__brand{max-width:100%}}@media (max-width:640px){.Footer-module__S6Hkya__links{gap:var(--space-6);grid-template-columns:1fr 1fr}.Footer-module__S6Hkya__links>div:last-child{grid-column:span 2}.Footer-module__S6Hkya__socialLinks{justify-content:flex-start}}
.page-module___8aEwW__page{min-height:100vh}.page-module___8aEwW__scrollProgress{background:linear-gradient(90deg,var(--color-soft-cyan),var(--color-soft-cyan-dark));z-index:9999;transform-origin:0;will-change:transform;height:3px;position:fixed;top:0;left:0;right:0}
