.Header-module__hBw1pG__header{z-index:var(--z-header);padding:var(--space-md)0;transition:all var(--transition-base);position:fixed;top:0;left:0;right:0}.Header-module__hBw1pG__header.Header-module__hBw1pG__scrolled{background:var(--bg-glass);-webkit-backdrop-filter:blur(12px);border-bottom:1px solid var(--border-subtle);box-shadow:var(--shadow-sm);padding:var(--space-sm)0}.Header-module__hBw1pG__container{justify-content:space-between;align-items:center;gap:var(--space-xl);display:flex}.Header-module__hBw1pG__logo{flex-shrink:0;align-items:center;display:flex}.Header-module__hBw1pG__logo img{width:auto;max-width:280px;height:60px}.Header-module__hBw1pG__nav{align-items:center;gap:var(--space-xl);display:flex}.Header-module__hBw1pG__navLink{color:var(--text-secondary);transition:color var(--transition-fast);font-size:.9375rem;font-weight:500;position:relative}.Header-module__hBw1pG__navLink:after{content:"";background:var(--primary-gradient);width:0;height:2px;transition:width var(--transition-base);position:absolute;bottom:-4px;left:0}.Header-module__hBw1pG__navLink:hover{color:var(--text-primary)}.Header-module__hBw1pG__navLink:hover:after{width:100%}.Header-module__hBw1pG__cta{flex-shrink:0}.Header-module__hBw1pG__mobileToggle{cursor:pointer;background:0 0;border:none;flex-direction:column;justify-content:center;gap:5px;width:32px;height:32px;padding:4px;display:none}.Header-module__hBw1pG__mobileToggle span{background:var(--text-primary);width:100%;height:2px;transition:all var(--transition-fast);border-radius:2px;display:block}.Header-module__hBw1pG__mobileToggle.Header-module__hBw1pG__active span:first-child{transform:rotate(45deg)translateY(5px)}.Header-module__hBw1pG__mobileToggle.Header-module__hBw1pG__active span:nth-child(2){opacity:0}.Header-module__hBw1pG__mobileToggle.Header-module__hBw1pG__active span:nth-child(3){transform:rotate(-45deg)translateY(-5px)}@media (max-width:768px){.Header-module__hBw1pG__nav{background:var(--bg-dark);justify-content:center;gap:var(--space-xl);opacity:0;visibility:hidden;transition:all var(--transition-base);flex-direction:column;position:fixed;inset:0}.Header-module__hBw1pG__nav.Header-module__hBw1pG__navOpen{opacity:1;visibility:visible}.Header-module__hBw1pG__navLink{font-size:1.5rem}.Header-module__hBw1pG__cta{display:none}.Header-module__hBw1pG__mobileToggle{z-index:10;display:flex}}
.Hero-module__ZARIfG__hero{justify-content:center;align-items:center;min-height:100vh;padding-top:100px;padding-bottom:60px;display:flex;position:relative;overflow:hidden}.Hero-module__ZARIfG__backgroundEffects{pointer-events:none;position:absolute;inset:0}.Hero-module__ZARIfG__gradientOrb1{filter:blur(80px);background:radial-gradient(circle,#00c4e61f 0%,#0000 70%);width:50vw;height:50vw;animation:8s ease-in-out infinite Hero-module__ZARIfG__float;position:absolute;top:-20%;left:-10%}.Hero-module__ZARIfG__gradientOrb2{filter:blur(80px);background:radial-gradient(circle,#7c3aed1f 0%,#0000 70%);width:50vw;height:50vw;animation:8s ease-in-out infinite reverse Hero-module__ZARIfG__float;position:absolute;bottom:-20%;right:-10%}.Hero-module__ZARIfG__gridPattern{background-image:linear-gradient(#00000008 1px,#0000 1px),linear-gradient(90deg,#00000008 1px,#0000 1px);background-size:60px 60px;position:absolute;inset:0;-webkit-mask-image:radial-gradient(#000 30%,#0000 80%);mask-image:radial-gradient(#000 30%,#0000 80%)}.Hero-module__ZARIfG__container{z-index:1;width:100%;position:relative}.Hero-module__ZARIfG__contentWrapper{gap:var(--space-3xl);grid-template-columns:1fr 1fr;align-items:center;display:grid}.Hero-module__ZARIfG__content{max-width:600px}.Hero-module__ZARIfG__badge{align-items:center;gap:var(--space-sm);padding:var(--space-sm)var(--space-lg);background:var(--bg-surface);border:1px solid var(--border-subtle);border-radius:var(--radius-full);color:var(--text-secondary);margin-bottom:var(--space-xl);font-size:.875rem;animation:.6s ease-out Hero-module__ZARIfG__fade-in-up;display:inline-flex}.Hero-module__ZARIfG__badgeDot{background:var(--primary-cyan);border-radius:50%;width:8px;height:8px;animation:2s ease-in-out infinite Hero-module__ZARIfG__pulse-glow}.Hero-module__ZARIfG__title{margin-bottom:var(--space-xl);font-size:clamp(2.5rem,5vw,4rem);font-weight:800;line-height:1.1;animation:.6s ease-out .1s backwards Hero-module__ZARIfG__fade-in-up}.Hero-module__ZARIfG__description{color:var(--text-secondary);max-width:520px;margin-bottom:var(--space-2xl);font-size:1.125rem;line-height:1.7;animation:.6s ease-out .2s backwards Hero-module__ZARIfG__fade-in-up}.Hero-module__ZARIfG__actions{align-items:center;gap:var(--space-md);margin-bottom:var(--space-2xl);animation:.6s ease-out .3s backwards Hero-module__ZARIfG__fade-in-up;display:flex}.Hero-module__ZARIfG__stats{align-items:center;gap:var(--space-xl);animation:.6s ease-out .4s backwards Hero-module__ZARIfG__fade-in-up;display:flex}.Hero-module__ZARIfG__stat{flex-direction:column;display:flex}.Hero-module__ZARIfG__statNumber{background:var(--primary-gradient);-webkit-text-fill-color:transparent;-webkit-background-clip:text;background-clip:text;font-family:Outfit,sans-serif;font-size:2rem;font-weight:700}.Hero-module__ZARIfG__statLabel{color:var(--text-muted);font-size:.8125rem}.Hero-module__ZARIfG__statDivider{background:var(--border-default);width:1px;height:40px}.Hero-module__ZARIfG__visual{justify-content:center;align-items:center;animation:.8s ease-out .3s backwards Hero-module__ZARIfG__fade-in-up;display:flex;position:relative}.Hero-module__ZARIfG__visualWrapper{width:100%;max-width:550px;position:relative}.Hero-module__ZARIfG__heroImage{border-radius:var(--radius-xl);z-index:1;width:100%;height:auto;position:relative}.Hero-module__ZARIfG__visualGlow{filter:blur(60px);z-index:0;background:radial-gradient(circle,#00d9ff33 0%,#8b5cf61a 40%,#0000 70%);animation:4s ease-in-out infinite Hero-module__ZARIfG__pulse-glow;position:absolute;inset:-20%}.Hero-module__ZARIfG__floatingCard{align-items:center;gap:var(--space-sm);padding:var(--space-sm)var(--space-md);background:var(--bg-glass);-webkit-backdrop-filter:blur(12px);border:1px solid var(--border-subtle);border-radius:var(--radius-md);color:var(--text-primary);z-index:10;white-space:nowrap;font-size:.8125rem;font-weight:500;animation:4s ease-in-out infinite Hero-module__ZARIfG__float;display:flex;position:absolute}.Hero-module__ZARIfG__floatingCard:nth-child(2){animation-delay:1s}.Hero-module__ZARIfG__floatingCard:nth-child(3){animation-delay:2s}.Hero-module__ZARIfG__floatingIcon{background:var(--primary-gradient);border-radius:var(--radius-sm);justify-content:center;align-items:center;width:32px;height:32px;display:flex}.Hero-module__ZARIfG__floatingIcon svg{width:18px;height:18px;stroke:var(--text-dark)}.Hero-module__ZARIfG__scrollIndicator{bottom:var(--space-xl);align-items:center;gap:var(--space-sm);color:var(--text-muted);flex-direction:column;font-size:.75rem;animation:.6s ease-out .5s backwards Hero-module__ZARIfG__fade-in-up;display:flex;position:absolute;left:50%;transform:translate(-50%)}.Hero-module__ZARIfG__mouse{border:2px solid var(--border-default);border-radius:12px;justify-content:center;width:24px;height:38px;padding-top:6px;display:flex}.Hero-module__ZARIfG__wheel{background:var(--primary-cyan);border-radius:2px;width:4px;height:8px;animation:2s ease-in-out infinite Hero-module__ZARIfG__scroll-wheel}@keyframes Hero-module__ZARIfG__scroll-wheel{0%,to{opacity:1;transform:translateY(0)}50%{opacity:.3;transform:translateY(6px)}}@keyframes Hero-module__ZARIfG__float{0%,to{transform:translateY(0)rotate(0)}50%{transform:translateY(-15px)rotate(2deg)}}@keyframes Hero-module__ZARIfG__pulse-glow{0%,to{opacity:1}50%{opacity:.6}}@keyframes Hero-module__ZARIfG__fade-in-up{0%{opacity:0;transform:translateY(30px)}to{opacity:1;transform:translateY(0)}}@media (max-width:1024px){.Hero-module__ZARIfG__contentWrapper{text-align:center;grid-template-columns:1fr}.Hero-module__ZARIfG__content{max-width:100%}.Hero-module__ZARIfG__description{max-width:100%;margin-left:auto;margin-right:auto}.Hero-module__ZARIfG__actions,.Hero-module__ZARIfG__stats{justify-content:center}.Hero-module__ZARIfG__visual{margin-top:var(--space-2xl)}.Hero-module__ZARIfG__visualWrapper{max-width:400px}.Hero-module__ZARIfG__floatingCard{display:none}}@media (max-width:768px){.Hero-module__ZARIfG__hero{padding-top:80px}.Hero-module__ZARIfG__title{font-size:2rem}.Hero-module__ZARIfG__description{font-size:1rem}.Hero-module__ZARIfG__actions{flex-direction:column}.Hero-module__ZARIfG__stats{gap:var(--space-lg);flex-direction:column}.Hero-module__ZARIfG__statDivider,.Hero-module__ZARIfG__scrollIndicator{display:none}.Hero-module__ZARIfG__visualWrapper{max-width:300px}}
.CodeEditor-module__4Y9mxa__editor{border-radius:var(--radius-lg);background:#1e1e2e;border:1px solid #ffffff1a;width:100%;max-width:550px;overflow:hidden;box-shadow:0 25px 50px -12px #00000040}.CodeEditor-module__4Y9mxa__header{background:#181825;border-bottom:1px solid #ffffff0d;align-items:center;padding:12px 16px;display:flex}.CodeEditor-module__4Y9mxa__controls{gap:8px;display:flex}.CodeEditor-module__4Y9mxa__controlRed,.CodeEditor-module__4Y9mxa__controlYellow,.CodeEditor-module__4Y9mxa__controlGreen{border-radius:50%;width:12px;height:12px}.CodeEditor-module__4Y9mxa__controlRed{background:#f38ba8}.CodeEditor-module__4Y9mxa__controlYellow{background:#f9e2af}.CodeEditor-module__4Y9mxa__controlGreen{background:#a6e3a1}.CodeEditor-module__4Y9mxa__filename{text-align:center;color:#6c7086;flex:1;font-family:SF Mono,Monaco,Cascadia Code,monospace;font-size:.8125rem}.CodeEditor-module__4Y9mxa__headerSpace{width:52px}.CodeEditor-module__4Y9mxa__content{min-height:380px;padding:20px 0;font-family:SF Mono,Monaco,Cascadia Code,Courier New,monospace;font-size:.875rem;line-height:1.7}.CodeEditor-module__4Y9mxa__line{padding:0 16px;display:flex}.CodeEditor-module__4Y9mxa__line:hover{background:#ffffff05}.CodeEditor-module__4Y9mxa__lineNumber{color:#45475a;text-align:right;-webkit-user-select:none;user-select:none;flex-shrink:0;width:32px;padding-right:16px}.CodeEditor-module__4Y9mxa__lineContent{white-space:pre;flex:1}.CodeEditor-module__4Y9mxa__comment{color:#6c7086;font-style:italic}.CodeEditor-module__4Y9mxa__keyword{color:#cba6f7}.CodeEditor-module__4Y9mxa__property{color:#89b4fa}.CodeEditor-module__4Y9mxa__string{color:#a6e3a1}.CodeEditor-module__4Y9mxa__normal{color:#cdd6f4}.CodeEditor-module__4Y9mxa__cursor{color:#f5c2e7;animation:1s infinite CodeEditor-module__4Y9mxa__blink}@keyframes CodeEditor-module__4Y9mxa__blink{0%,50%{opacity:1}51%,to{opacity:0}}@media (max-width:768px){.CodeEditor-module__4Y9mxa__editor{max-width:100%}.CodeEditor-module__4Y9mxa__content{min-height:300px;font-size:.75rem}.CodeEditor-module__4Y9mxa__lineNumber{width:24px;padding-right:12px}}
.Services-module__dpHhBa__services{background:var(--bg-darker);position:relative}.Services-module__dpHhBa__grid{gap:var(--space-lg);grid-template-columns:repeat(3,1fr);display:grid}.Services-module__dpHhBa__card{background:var(--bg-surface);border:1px solid var(--border-subtle);border-radius:var(--radius-lg);padding:var(--space-2xl);transition:all var(--transition-base);animation:.6s ease-out backwards Services-module__dpHhBa__fade-in-up}.Services-module__dpHhBa__card:hover{border-color:var(--primary-cyan);box-shadow:var(--shadow-glow);transform:translateY(-8px)}.Services-module__dpHhBa__iconWrapper{border-radius:var(--radius-md);width:56px;height:56px;margin-bottom:var(--space-lg);background:linear-gradient(135deg,#00d9ff1a 0%,#8b5cf61a 100%);justify-content:center;align-items:center;display:flex}.Services-module__dpHhBa__iconWrapper svg{width:28px;height:28px;stroke:var(--primary-cyan)}.Services-module__dpHhBa__card:hover .Services-module__dpHhBa__iconWrapper{background:var(--primary-gradient)}.Services-module__dpHhBa__card:hover .Services-module__dpHhBa__iconWrapper svg{stroke:var(--text-dark)}.Services-module__dpHhBa__cardTitle{margin-bottom:var(--space-sm);color:var(--text-primary);font-size:1.25rem;font-weight:600}.Services-module__dpHhBa__cardDescription{color:var(--text-secondary);margin-bottom:var(--space-lg);font-size:.9375rem;line-height:1.6}.Services-module__dpHhBa__learnMore{align-items:center;gap:var(--space-xs);color:var(--primary-cyan);transition:gap var(--transition-fast);font-size:.875rem;font-weight:500;display:inline-flex}.Services-module__dpHhBa__learnMore:hover{gap:var(--space-sm)}.Services-module__dpHhBa__learnMore svg{transition:transform var(--transition-fast)}.Services-module__dpHhBa__learnMore:hover svg{transform:translate(4px)}@media (max-width:1024px){.Services-module__dpHhBa__grid{grid-template-columns:repeat(2,1fr)}}@media (max-width:768px){.Services-module__dpHhBa__grid{grid-template-columns:1fr}.Services-module__dpHhBa__card{padding:var(--space-xl)}}
.About-module__vAULUW__about{position:relative}.About-module__vAULUW__grid{gap:var(--space-4xl);grid-template-columns:1fr 1fr;align-items:center;display:grid}.About-module__vAULUW__title{margin-bottom:var(--space-xl);font-size:clamp(2rem,4vw,2.75rem)}.About-module__vAULUW__description{color:var(--text-secondary);margin-bottom:var(--space-lg);font-size:1.0625rem;line-height:1.8}.About-module__vAULUW__features{gap:var(--space-lg);margin-top:var(--space-2xl);flex-direction:column;display:flex}.About-module__vAULUW__feature{align-items:flex-start;gap:var(--space-md);display:flex}.About-module__vAULUW__featureIcon{border-radius:var(--radius-md);background:linear-gradient(135deg,#00d9ff1a 0%,#8b5cf61a 100%);flex-shrink:0;justify-content:center;align-items:center;width:44px;height:44px;display:flex}.About-module__vAULUW__featureIcon svg{width:22px;height:22px;stroke:var(--primary-cyan)}.About-module__vAULUW__feature h4{margin-bottom:var(--space-xs);font-size:1rem;font-weight:600}.About-module__vAULUW__feature p{color:var(--text-muted);font-size:.875rem}.About-module__vAULUW__statsCard{background:var(--bg-surface);border:1px solid var(--border-subtle);border-radius:var(--radius-xl);padding:var(--space-2xl);position:relative;overflow:hidden}.About-module__vAULUW__statsCard:before{content:"";background:var(--primary-gradient);height:3px;position:absolute;top:0;left:0;right:0}.About-module__vAULUW__statsGrid{gap:var(--space-xl);margin-bottom:var(--space-2xl);grid-template-columns:repeat(2,1fr);display:grid}.About-module__vAULUW__stat{text-align:center;padding:var(--space-lg);background:var(--bg-surface-elevated);border-radius:var(--radius-md)}.About-module__vAULUW__statNumber{background:var(--primary-gradient);-webkit-text-fill-color:transparent;margin-bottom:var(--space-xs);-webkit-background-clip:text;background-clip:text;font-family:Outfit,sans-serif;font-size:2.5rem;font-weight:700;display:block}.About-module__vAULUW__statLabel{color:var(--text-muted);font-size:.875rem}.About-module__vAULUW__cta{text-align:center}@media (max-width:1024px){.About-module__vAULUW__grid{gap:var(--space-2xl);grid-template-columns:1fr}}@media (max-width:768px){.About-module__vAULUW__statsGrid{gap:var(--space-md);grid-template-columns:repeat(2,1fr)}.About-module__vAULUW__statNumber{font-size:2rem}}
.Portfolio-module__uAcsSq__portfolio{background:var(--bg-darker)}.Portfolio-module__uAcsSq__filters{justify-content:center;gap:var(--space-sm);margin-bottom:var(--space-2xl);flex-wrap:wrap;display:flex}.Portfolio-module__uAcsSq__filterBtn{padding:var(--space-sm)var(--space-lg);border:1px solid var(--border-default);border-radius:var(--radius-full);color:var(--text-secondary);transition:all var(--transition-fast);background:0 0;font-size:.875rem;font-weight:500}.Portfolio-module__uAcsSq__filterBtn:hover{border-color:var(--primary-cyan);color:var(--text-primary)}.Portfolio-module__uAcsSq__filterBtn.Portfolio-module__uAcsSq__active{background:var(--primary-gradient);color:var(--text-dark);border-color:#0000}.Portfolio-module__uAcsSq__grid{gap:var(--space-lg);grid-template-columns:repeat(3,1fr);display:grid}.Portfolio-module__uAcsSq__card{background:var(--bg-surface);border:1px solid var(--border-subtle);border-radius:var(--radius-lg);transition:all var(--transition-base);overflow:hidden}.Portfolio-module__uAcsSq__card:hover{border-color:var(--border-default);box-shadow:var(--shadow-lg);transform:translateY(-8px)}.Portfolio-module__uAcsSq__cardImage{height:220px;position:relative;overflow:hidden}.Portfolio-module__uAcsSq__cardOverlay{padding:var(--space-md);opacity:0;transition:opacity var(--transition-fast);background:#0000004d;justify-content:flex-end;align-items:flex-start;display:flex;position:absolute;inset:0}.Portfolio-module__uAcsSq__card:hover .Portfolio-module__uAcsSq__cardOverlay{opacity:1}.Portfolio-module__uAcsSq__category{background:var(--bg-glass);-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);padding:var(--space-xs)var(--space-sm);border-radius:var(--radius-sm);color:var(--text-primary);font-size:.75rem;font-weight:500}.Portfolio-module__uAcsSq__cardContent{padding:var(--space-xl)}.Portfolio-module__uAcsSq__cardTitle{margin-bottom:var(--space-sm);font-size:1.125rem;font-weight:600}.Portfolio-module__uAcsSq__cardDescription{color:var(--text-secondary);margin-bottom:var(--space-md);font-size:.875rem;line-height:1.6}.Portfolio-module__uAcsSq__techStack{gap:var(--space-xs);flex-wrap:wrap;display:flex}.Portfolio-module__uAcsSq__techBadge{padding:var(--space-xs)var(--space-sm);background:var(--bg-surface-elevated);border-radius:var(--radius-sm);color:var(--text-muted);font-size:.75rem}@media (max-width:1024px){.Portfolio-module__uAcsSq__grid{grid-template-columns:repeat(2,1fr)}}@media (max-width:768px){.Portfolio-module__uAcsSq__grid{grid-template-columns:1fr}.Portfolio-module__uAcsSq__filters{padding-bottom:var(--space-sm);justify-content:flex-start;overflow-x:auto}}
.Testimonials-module__ItA9Ha__testimonials{position:relative;overflow:hidden}.Testimonials-module__ItA9Ha__carousel{max-width:800px;margin:0 auto;position:relative;overflow:hidden}.Testimonials-module__ItA9Ha__track{transition:transform .5s ease-in-out;display:flex}.Testimonials-module__ItA9Ha__slide{min-width:100%;padding:0 var(--space-md)}.Testimonials-module__ItA9Ha__card{background:var(--bg-surface);border:1px solid var(--border-subtle);border-radius:var(--radius-xl);padding:var(--space-2xl);text-align:center}.Testimonials-module__ItA9Ha__stars{justify-content:center;gap:var(--space-xs);margin-bottom:var(--space-lg);display:flex}.Testimonials-module__ItA9Ha__stars svg{color:#fbbf24;width:24px;height:24px}.Testimonials-module__ItA9Ha__content{color:var(--text-secondary);margin-bottom:var(--space-xl);font-size:1.25rem;font-style:italic;line-height:1.8}.Testimonials-module__ItA9Ha__author{justify-content:center;align-items:center;gap:var(--space-md);display:flex}.Testimonials-module__ItA9Ha__avatar{background:var(--primary-gradient);width:56px;height:56px;color:var(--text-dark);border-radius:50%;justify-content:center;align-items:center;font-size:1.25rem;font-weight:700;display:flex}.Testimonials-module__ItA9Ha__name{margin-bottom:var(--space-xs);text-align:left;font-size:1rem;font-weight:600}.Testimonials-module__ItA9Ha__role{color:var(--text-muted);text-align:left;font-size:.875rem}.Testimonials-module__ItA9Ha__dots{justify-content:center;gap:var(--space-sm);margin-top:var(--space-xl);display:flex}.Testimonials-module__ItA9Ha__dot{background:var(--bg-surface-elevated);cursor:pointer;width:12px;height:12px;transition:all var(--transition-fast);border:none;border-radius:50%}.Testimonials-module__ItA9Ha__dot:hover{background:var(--text-muted)}.Testimonials-module__ItA9Ha__activeDot{background:var(--primary-gradient);border-radius:var(--radius-full);width:32px}@media (max-width:768px){.Testimonials-module__ItA9Ha__card{padding:var(--space-xl)}.Testimonials-module__ItA9Ha__content{font-size:1rem}}
.Contact-module__hcVmEa__contact{background:var(--bg-darker)}.Contact-module__hcVmEa__grid{gap:var(--space-4xl);grid-template-columns:1fr 1.2fr;align-items:start;display:grid}.Contact-module__hcVmEa__title{margin-bottom:var(--space-lg);font-size:clamp(2rem,4vw,2.75rem)}.Contact-module__hcVmEa__description{color:var(--text-secondary);margin-bottom:var(--space-2xl);font-size:1.0625rem;line-height:1.8}.Contact-module__hcVmEa__contactMethods{gap:var(--space-lg);margin-bottom:var(--space-2xl);flex-direction:column;display:flex}.Contact-module__hcVmEa__contactMethod{align-items:center;gap:var(--space-md);padding:var(--space-md);background:var(--bg-surface);border:1px solid var(--border-subtle);border-radius:var(--radius-md);transition:all var(--transition-fast);display:flex}.Contact-module__hcVmEa__contactMethod:hover{border-color:var(--primary-cyan);transform:translate(8px)}.Contact-module__hcVmEa__methodIcon{border-radius:var(--radius-md);background:linear-gradient(135deg,#00d9ff1a 0%,#8b5cf61a 100%);flex-shrink:0;justify-content:center;align-items:center;width:48px;height:48px;display:flex}.Contact-module__hcVmEa__methodIcon svg{width:24px;height:24px;stroke:var(--primary-cyan)}.Contact-module__hcVmEa__contactMethod h4{margin-bottom:var(--space-xs);font-size:.875rem;font-weight:600}.Contact-module__hcVmEa__contactMethod p{color:var(--text-muted);font-size:.875rem}.Contact-module__hcVmEa__social{gap:var(--space-md);display:flex}.Contact-module__hcVmEa__socialLink{background:var(--bg-surface);border:1px solid var(--border-subtle);border-radius:var(--radius-md);width:44px;height:44px;color:var(--text-secondary);transition:all var(--transition-fast);justify-content:center;align-items:center;display:flex}.Contact-module__hcVmEa__socialLink:hover{border-color:var(--primary-cyan);color:var(--primary-cyan);transform:translateY(-4px)}.Contact-module__hcVmEa__socialLink svg{width:20px;height:20px}.Contact-module__hcVmEa__form{background:var(--bg-surface);border:1px solid var(--border-subtle);border-radius:var(--radius-xl);padding:var(--space-2xl)}.Contact-module__hcVmEa__successMessage{align-items:center;gap:var(--space-sm);padding:var(--space-md);border-radius:var(--radius-md);color:#22c55e;margin-bottom:var(--space-lg);background:#22c55e1a;border:1px solid #22c55e4d;font-weight:500;display:flex}.Contact-module__hcVmEa__successMessage svg{flex-shrink:0;width:24px;height:24px}.Contact-module__hcVmEa__formRow{gap:var(--space-lg);grid-template-columns:1fr 1fr;display:grid}.Contact-module__hcVmEa__formGroup{margin-bottom:var(--space-lg)}.Contact-module__hcVmEa__formGroup label{color:var(--text-secondary);margin-bottom:var(--space-sm);font-size:.875rem;font-weight:500;display:block}.Contact-module__hcVmEa__formGroup input,.Contact-module__hcVmEa__formGroup select,.Contact-module__hcVmEa__formGroup textarea{width:100%;padding:var(--space-md);background:var(--bg-surface-elevated);border:1px solid var(--border-subtle);border-radius:var(--radius-md);color:var(--text-primary);transition:border-color var(--transition-fast);font-family:inherit;font-size:.9375rem}.Contact-module__hcVmEa__formGroup input:focus,.Contact-module__hcVmEa__formGroup select:focus,.Contact-module__hcVmEa__formGroup textarea:focus{border-color:var(--primary-cyan);outline:none}.Contact-module__hcVmEa__formGroup input::placeholder,.Contact-module__hcVmEa__formGroup textarea::placeholder{color:var(--text-muted)}.Contact-module__hcVmEa__formGroup select{cursor:pointer}.Contact-module__hcVmEa__formGroup textarea{resize:vertical;min-height:120px}.Contact-module__hcVmEa__submitBtn{width:100%;padding:var(--space-md)var(--space-xl)}.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:18px;height:18px;animation:.8s linear infinite Contact-module__hcVmEa__spin}@keyframes Contact-module__hcVmEa__spin{to{transform:rotate(360deg)}}@media (max-width:1024px){.Contact-module__hcVmEa__grid{gap:var(--space-2xl);grid-template-columns:1fr}}@media (max-width:768px){.Contact-module__hcVmEa__formRow{grid-template-columns:1fr}.Contact-module__hcVmEa__form{padding:var(--space-xl)}}
.Footer-module__S6Hkya__footer{background:var(--bg-darker);padding:var(--space-4xl)0 var(--space-xl);border-top:1px solid var(--border-subtle)}.Footer-module__S6Hkya__grid{gap:var(--space-4xl);margin-bottom:var(--space-3xl);grid-template-columns:1.5fr 2fr;display:grid}.Footer-module__S6Hkya__brand{max-width:350px}.Footer-module__S6Hkya__logo{width:auto;max-width:260px;height:55px;margin-bottom:var(--space-lg)}.Footer-module__S6Hkya__tagline{color:var(--text-secondary);margin-bottom:var(--space-xl);font-size:.9375rem;line-height:1.7}.Footer-module__S6Hkya__social{gap:var(--space-sm);display:flex}.Footer-module__S6Hkya__social a{background:var(--bg-surface);border:1px solid var(--border-subtle);border-radius:var(--radius-md);width:40px;height:40px;color:var(--text-muted);transition:all var(--transition-fast);justify-content:center;align-items:center;display:flex}.Footer-module__S6Hkya__social a:hover{border-color:var(--primary-cyan);color:var(--primary-cyan);transform:translateY(-2px)}.Footer-module__S6Hkya__social svg{width:18px;height:18px}.Footer-module__S6Hkya__links{gap:var(--space-2xl);grid-template-columns:repeat(3,1fr);display:grid}.Footer-module__S6Hkya__linkColumn h4{color:var(--text-primary);margin-bottom:var(--space-lg);font-size:.9375rem;font-weight:600}.Footer-module__S6Hkya__linkColumn ul{list-style:none}.Footer-module__S6Hkya__linkColumn li{margin-bottom:var(--space-sm)}.Footer-module__S6Hkya__linkColumn a{color:var(--text-muted);transition:color var(--transition-fast);font-size:.875rem}.Footer-module__S6Hkya__linkColumn a:hover{color:var(--primary-cyan)}.Footer-module__S6Hkya__bottom{padding-top:var(--space-xl);border-top:1px solid var(--border-subtle);justify-content:space-between;align-items:center;display:flex}.Footer-module__S6Hkya__bottom p{color:var(--text-muted);font-size:.875rem}@media (max-width:1024px){.Footer-module__S6Hkya__grid{gap:var(--space-2xl);grid-template-columns:1fr}.Footer-module__S6Hkya__brand{max-width:100%}}@media (max-width:768px){.Footer-module__S6Hkya__links{grid-template-columns:repeat(2,1fr)}.Footer-module__S6Hkya__bottom{gap:var(--space-sm);text-align:center;flex-direction:column}}@media (max-width:480px){.Footer-module__S6Hkya__links{grid-template-columns:1fr}}
