:root,:root[data-theme=dark]{--bg-primary:#0a0a0f;--bg-secondary:#111118;--bg-card:#1a1a25;--accent-cyan:#0ff;--accent-purple:#8b5cf6;--accent-pink:#f471b5;--accent-blue:#3b82f6;--text-primary:#fff;--text-secondary:#a8a8b3;--text-muted:#64748b;--border-primary:#2d2d3a;--border-glow:#00ffff50;--gradient-primary:linear-gradient(135deg,#0ff 0%,#8b5cf6 100%);--gradient-secondary:linear-gradient(135deg,#f471b5 0%,#3b82f6 100%);--gradient-bg:linear-gradient(135deg,#0a0a0f 0%,#111118 50%,#1a1a25 100%);--shadow-glow:0 0 20px #00ffff4d;--shadow-card:0 8px 32px #0006;--shadow-text:0 0 10px #00ffff80;--bg-gradient-1:#8b5cf61a;--bg-gradient-2:#00ffff1a}:root[data-theme=white]{--bg-primary:#fff;--bg-secondary:#f8f9fa;--bg-card:#fff;--accent-cyan:#0891b2;--accent-purple:#7c3aed;--accent-pink:#db2777;--accent-blue:#2563eb;--text-primary:#0f172a;--text-secondary:#475569;--text-muted:#94a3b8;--border-primary:#e2e8f0;--border-glow:#0891b240;--gradient-primary:linear-gradient(135deg,#0891b2 0%,#7c3aed 100%);--gradient-secondary:linear-gradient(135deg,#db2777 0%,#2563eb 100%);--gradient-bg:linear-gradient(135deg,#fff 0%,#f8f9fa 100%);--shadow-glow:0 0 20px #0891b233;--shadow-card:0 4px 24px #00000014;--shadow-text:0 2px 8px #0891b24d;--bg-gradient-1:#7c3aed08;--bg-gradient-2:#0891b208}@keyframes Navigation-module-scss-module__U7qq4G__pulse-glow{0%,to{box-shadow:0 0 5px var(--accent-cyan)}50%{box-shadow:0 0 20px var(--accent-cyan),0 0 30px var(--accent-cyan)}}@keyframes Navigation-module-scss-module__U7qq4G__float{0%,to{transform:translateY(0)}50%{transform:translateY(-10px)}}@keyframes Navigation-module-scss-module__U7qq4G__slideInFromLeft{0%{opacity:0;transform:translate(-100%)}to{opacity:1;transform:translate(0)}}@keyframes Navigation-module-scss-module__U7qq4G__slideInFromRight{0%{opacity:0;transform:translate(40px)}to{opacity:1;transform:translate(0)}}@keyframes Navigation-module-scss-module__U7qq4G__fadeInUp{0%{opacity:0;transform:translateY(30px)}to{opacity:1;transform:translateY(0)}}.Navigation-module-scss-module__U7qq4G__nav{z-index:1000;background:var(--bg-card);-webkit-backdrop-filter:blur(30px);backdrop-filter:blur(30px);border:1px solid var(--border-glow);width:calc(100% - 4rem);max-width:1400px;box-shadow:var(--shadow-card);border-radius:24px;transition:all .4s cubic-bezier(.4,0,.2,1);position:fixed;top:1.5rem;left:50%;transform:translate(-50%)translateY(0)}.Navigation-module-scss-module__U7qq4G__nav.Navigation-module-scss-module__U7qq4G__scrolled{background:var(--bg-card);border-color:var(--border-glow);box-shadow:var(--shadow-card),var(--shadow-glow);top:1rem}.Navigation-module-scss-module__U7qq4G__nav.Navigation-module-scss-module__U7qq4G__hidden{opacity:0;pointer-events:none;transform:translate(-50%)translateY(-150%)}.Navigation-module-scss-module__U7qq4G__container{justify-content:space-between;align-items:center;max-width:100%;height:70px;margin:0 auto;padding:0 2rem;display:flex}.Navigation-module-scss-module__U7qq4G__rightSection{align-items:center;gap:1rem;display:flex}.Navigation-module-scss-module__U7qq4G__themeSection,.Navigation-module-scss-module__U7qq4G__languageSection{z-index:10;position:relative}.Navigation-module-scss-module__U7qq4G__logo{z-index:10;background:0 0;border:none;border-radius:0;padding:0;transition:all .3s;position:relative}.Navigation-module-scss-module__U7qq4G__logo:hover{border-color:none;box-shadow:none;background:0 0;transform:scale(1.05)}.Navigation-module-scss-module__U7qq4G__logo:active,.Navigation-module-scss-module__U7qq4G__logo:focus,.Navigation-module-scss-module__U7qq4G__logo:focus-visible{box-shadow:none!important;background:0 0!important;border:none!important;outline:none!important}.Navigation-module-scss-module__U7qq4G__navItems{gap:.5rem;margin:0;padding:0;list-style:none;display:flex}.Navigation-module-scss-module__U7qq4G__navItem{position:relative}.Navigation-module-scss-module__U7qq4G__navLink{color:var(--text-secondary);text-transform:uppercase;letter-spacing:.5px;cursor:pointer;background:0 0;border:none;border-radius:16px;padding:.625rem 1.25rem;font-family:Rajdhani,sans-serif;font-size:1rem;font-weight:600;transition:all .3s cubic-bezier(.4,0,.2,1);position:relative;overflow:hidden}.Navigation-module-scss-module__U7qq4G__navLink:hover{color:var(--accent-cyan);background:var(--bg-secondary);box-shadow:var(--shadow-glow);transform:translateY(-2px)}.Navigation-module-scss-module__U7qq4G__navLink.Navigation-module-scss-module__U7qq4G__active{color:var(--text-primary);background:var(--bg-secondary);box-shadow:var(--shadow-glow);border:1px solid var(--border-glow)}.Navigation-module-scss-module__U7qq4G__linkGlow{background:linear-gradient(90deg,#0000,#00ffff4d,#0000);width:100%;height:100%;transition:left .5s;position:absolute;top:0;left:-100%}.Navigation-module-scss-module__U7qq4G__navLink:hover .Navigation-module-scss-module__U7qq4G__linkGlow{left:100%}.Navigation-module-scss-module__U7qq4G__menuButton{background:var(--bg-secondary);border:1px solid var(--border-primary);cursor:pointer;z-index:1001;border-radius:12px;flex-direction:column;justify-content:space-around;width:48px;height:48px;padding:.75rem;transition:all .3s cubic-bezier(.4,0,.2,1);display:none;position:relative}.Navigation-module-scss-module__U7qq4G__menuButton:hover{background:var(--bg-secondary);border-color:var(--accent-cyan);box-shadow:var(--shadow-glow);transform:scale(1.05)}.Navigation-module-scss-module__U7qq4G__menuButton span{background:var(--accent-cyan);transform-origin:50%;border-radius:3px;width:24px;height:2.5px;transition:all .3s cubic-bezier(.4,0,.2,1);box-shadow:0 0 8px #00ffff80}.Navigation-module-scss-module__U7qq4G__menuButton.Navigation-module-scss-module__U7qq4G__open{background:var(--bg-secondary);border-color:var(--accent-cyan)}.Navigation-module-scss-module__U7qq4G__menuButton.Navigation-module-scss-module__U7qq4G__open span:first-child{transform:rotate(0)translateY(0)}.Navigation-module-scss-module__U7qq4G__menuButton.Navigation-module-scss-module__U7qq4G__open span:nth-child(2){opacity:1;transform:scaleX(0)}.Navigation-module-scss-module__U7qq4G__menuButton.Navigation-module-scss-module__U7qq4G__open span:nth-child(3){transform:rotate(0)translateY(0)}.Navigation-module-scss-module__U7qq4G__mobileOverlay{z-index:999;background:0 0;width:100%;height:100vh;position:fixed;top:0;left:0}.Navigation-module-scss-module__U7qq4G__mobileMenu{background:var(--bg-card);-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);border:1px solid var(--border-glow);z-index:1000;border-radius:20px;flex-direction:column;max-height:calc(100vh - 6.5rem);animation:.35s cubic-bezier(.4,0,.2,1) forwards Navigation-module-scss-module__U7qq4G__slideInRight;display:flex;position:fixed;top:5.5rem;left:2rem;right:2rem;overflow:hidden auto;box-shadow:0 20px 60px #0006}.Navigation-module-scss-module__U7qq4G__mobileMenu:before{content:"";-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);z-index:-1;background:0 0;animation:.3s forwards Navigation-module-scss-module__U7qq4G__fadeIn;position:fixed;inset:0}@media (max-width:968px),(hover:none),(pointer:coarse){.Navigation-module-scss-module__U7qq4G__nav{-webkit-backdrop-filter:none;backdrop-filter:none;box-shadow:none}.Navigation-module-scss-module__U7qq4G__nav.Navigation-module-scss-module__U7qq4G__scrolled{box-shadow:none}.Navigation-module-scss-module__U7qq4G__mobileMenu,.Navigation-module-scss-module__U7qq4G__mobileMenu:before{-webkit-backdrop-filter:none;backdrop-filter:none}.Navigation-module-scss-module__U7qq4G__navLink:hover,.Navigation-module-scss-module__U7qq4G__mobileNavLink:hover,.Navigation-module-scss-module__U7qq4G__menuButton:hover{box-shadow:none;transform:none}}.Navigation-module-scss-module__U7qq4G__mobileMenuContent{flex-direction:column;padding:2rem 1.5rem 1.5rem;display:flex}.Navigation-module-scss-module__U7qq4G__mobileNav{flex-direction:column;justify-content:flex-start;display:flex}.Navigation-module-scss-module__U7qq4G__mobileNavItems{flex-direction:column;gap:.5rem;margin:0;padding:0;list-style:none;display:flex}.Navigation-module-scss-module__U7qq4G__mobileNavItem{opacity:0;animation:.4s forwards Navigation-module-scss-module__U7qq4G__slideInFromRight;transform:translate(30px)}.Navigation-module-scss-module__U7qq4G__mobileNavLink{width:100%;color:var(--text-secondary);text-transform:uppercase;letter-spacing:1.5px;cursor:pointer;text-align:left;background:0 0;border:none;border-radius:12px;justify-content:space-between;align-items:center;padding:.875rem 1.125rem;font-family:Rajdhani,sans-serif;font-size:1.15rem;font-weight:700;transition:all .25s;display:flex;position:relative}.Navigation-module-scss-module__U7qq4G__mobileNavLink:after{content:"→";opacity:0;color:var(--accent-cyan);font-size:1.15rem;transition:all .25s;transform:translate(-8px)}.Navigation-module-scss-module__U7qq4G__mobileNavLink:hover{color:var(--text-primary);background:var(--bg-secondary);transform:translate(6px)}.Navigation-module-scss-module__U7qq4G__mobileNavLink:hover:after{opacity:1;transform:translate(0)}.Navigation-module-scss-module__U7qq4G__mobileNavLink.Navigation-module-scss-module__U7qq4G__active{color:var(--accent-cyan);background:var(--bg-secondary)}.Navigation-module-scss-module__U7qq4G__mobileNavLink.Navigation-module-scss-module__U7qq4G__active:after{opacity:1;transform:translate(0)}.Navigation-module-scss-module__U7qq4G__mobileControls{border-top:1px solid var(--border-primary);flex-direction:column;gap:.625rem;margin-top:1rem;padding-top:1rem;display:flex}.Navigation-module-scss-module__U7qq4G__mobileControlItem{background:var(--bg-secondary);border:1px solid var(--border-primary);border-radius:12px;justify-content:space-between;align-items:center;padding:.75rem 1rem;transition:all .25s;display:flex}.Navigation-module-scss-module__U7qq4G__mobileControlItem:active{transform:scale(.98)}.Navigation-module-scss-module__U7qq4G__controlLabel{text-transform:uppercase;color:var(--text-primary);letter-spacing:1px;font-family:Rajdhani,sans-serif;font-size:.8rem;font-weight:700}@keyframes Navigation-module-scss-module__U7qq4G__fadeIn{0%{opacity:0}to{opacity:1}}@keyframes Navigation-module-scss-module__U7qq4G__slideInRight{0%{opacity:0;transform:translate(100%)}to{opacity:1;transform:translate(0)}}@media (max-width:968px){.Navigation-module-scss-module__U7qq4G__navItems{display:none}.Navigation-module-scss-module__U7qq4G__menuButton{display:flex}.Navigation-module-scss-module__U7qq4G__mobileMenu{display:flex;top:4.75rem;left:1rem;right:1rem}.Navigation-module-scss-module__U7qq4G__logoText{font-size:1.25rem}.Navigation-module-scss-module__U7qq4G__rightSection .Navigation-module-scss-module__U7qq4G__themeSection,.Navigation-module-scss-module__U7qq4G__rightSection .Navigation-module-scss-module__U7qq4G__languageSection{display:none!important}}@media (max-width:480px){.Navigation-module-scss-module__U7qq4G__logo{padding:.375rem .75rem}.Navigation-module-scss-module__U7qq4G__logoText{font-size:1.1rem}.Navigation-module-scss-module__U7qq4G__mobileMenu{border-radius:18px;max-height:calc(100vh - 5.5rem);top:4.5rem;left:.75rem;right:.75rem}.Navigation-module-scss-module__U7qq4G__mobileMenuContent{padding:1.75rem 1.25rem 1.25rem}.Navigation-module-scss-module__U7qq4G__mobileNavLink{padding:.75rem 1rem;font-size:1.05rem}.Navigation-module-scss-module__U7qq4G__mobileNavLink:after{font-size:1.05rem}.Navigation-module-scss-module__U7qq4G__mobileControlItem{padding:.625rem .875rem}.Navigation-module-scss-module__U7qq4G__controlLabel{font-size:.75rem}.Navigation-module-scss-module__U7qq4G__menuButton{width:44px;height:44px;padding:.625rem}.Navigation-module-scss-module__U7qq4G__menuButton span{width:20px}}
:root,:root[data-theme=dark]{--bg-primary:#0a0a0f;--bg-secondary:#111118;--bg-card:#1a1a25;--accent-cyan:#0ff;--accent-purple:#8b5cf6;--accent-pink:#f471b5;--accent-blue:#3b82f6;--text-primary:#fff;--text-secondary:#a8a8b3;--text-muted:#64748b;--border-primary:#2d2d3a;--border-glow:#00ffff50;--gradient-primary:linear-gradient(135deg,#0ff 0%,#8b5cf6 100%);--gradient-secondary:linear-gradient(135deg,#f471b5 0%,#3b82f6 100%);--gradient-bg:linear-gradient(135deg,#0a0a0f 0%,#111118 50%,#1a1a25 100%);--shadow-glow:0 0 20px #00ffff4d;--shadow-card:0 8px 32px #0006;--shadow-text:0 0 10px #00ffff80;--bg-gradient-1:#8b5cf61a;--bg-gradient-2:#00ffff1a}:root[data-theme=white]{--bg-primary:#fff;--bg-secondary:#f8f9fa;--bg-card:#fff;--accent-cyan:#0891b2;--accent-purple:#7c3aed;--accent-pink:#db2777;--accent-blue:#2563eb;--text-primary:#0f172a;--text-secondary:#475569;--text-muted:#94a3b8;--border-primary:#e2e8f0;--border-glow:#0891b240;--gradient-primary:linear-gradient(135deg,#0891b2 0%,#7c3aed 100%);--gradient-secondary:linear-gradient(135deg,#db2777 0%,#2563eb 100%);--gradient-bg:linear-gradient(135deg,#fff 0%,#f8f9fa 100%);--shadow-glow:0 0 20px #0891b233;--shadow-card:0 4px 24px #00000014;--shadow-text:0 2px 8px #0891b24d;--bg-gradient-1:#7c3aed08;--bg-gradient-2:#0891b208}@keyframes HeroSection-module-scss-module__DYHZvq__pulse-glow{0%,to{box-shadow:0 0 5px var(--accent-cyan)}50%{box-shadow:0 0 20px var(--accent-cyan),0 0 30px var(--accent-cyan)}}@keyframes HeroSection-module-scss-module__DYHZvq__float{0%,to{transform:translateY(0)}50%{transform:translateY(-10px)}}@keyframes HeroSection-module-scss-module__DYHZvq__slideInFromLeft{0%{opacity:0;transform:translate(-100%)}to{opacity:1;transform:translate(0)}}@keyframes HeroSection-module-scss-module__DYHZvq__slideInFromRight{0%{opacity:0;transform:translate(100%)}to{opacity:1;transform:translate(0)}}@keyframes HeroSection-module-scss-module__DYHZvq__fadeInUp{0%{opacity:0;transform:translateY(30px)}to{opacity:1;transform:translateY(0)}}.HeroSection-module-scss-module__DYHZvq__hero{align-items:center;min-height:100vh;display:flex;position:relative;overflow:hidden}.HeroSection-module-scss-module__DYHZvq__hero:before{content:"";pointer-events:none;z-index:1;position:absolute;inset:0}:root[data-theme=white] .HeroSection-module-scss-module__DYHZvq__hero:before,:root[data-theme=dark] .HeroSection-module-scss-module__DYHZvq__hero:before{background:linear-gradient(#4c00ff1a 0%,#0000 100%)}.HeroSection-module-scss-module__DYHZvq__container{z-index:2;max-width:1200px;margin:0 auto;padding:0 2rem;position:relative}.HeroSection-module-scss-module__DYHZvq__content{grid-template-columns:1fr 1fr;align-items:center;gap:4rem;min-height:calc(100vh - 160px);display:grid}.HeroSection-module-scss-module__DYHZvq__textContent{will-change:transform,opacity;transform:translateZ(0)}.HeroSection-module-scss-module__DYHZvq__greeting{margin-top:60px;margin-bottom:1rem;position:relative}@media (max-width:1600px){.HeroSection-module-scss-module__DYHZvq__greeting{margin-top:110px!important}}.HeroSection-module-scss-module__DYHZvq__greetingText{color:var(--accent-purple);text-transform:uppercase;letter-spacing:2px;font-family:Rajdhani,sans-serif;font-size:1.5rem;font-weight:500}.HeroSection-module-scss-module__DYHZvq__name{white-space:nowrap;flex-wrap:nowrap;justify-content:flex-start;align-items:flex-end;gap:.18em;max-width:50vw;margin-bottom:1rem;line-height:.9;display:flex}@media (max-width:900px){.HeroSection-module-scss-module__DYHZvq__name{max-width:80vw}}@media (max-width:600px){.HeroSection-module-scss-module__DYHZvq__name{justify-content:center;align-items:center;gap:.12em;max-width:100vw}}.HeroSection-module-scss-module__DYHZvq__nameText{background:var(--gradient-primary);text-shadow:0 0 30px #00ffff80;letter-spacing:.05em;-webkit-background-clip:text;background-clip:text;font-size:5rem;font-weight:900;line-height:1.1;display:inline-block}@media (max-width:600px){.HeroSection-module-scss-module__DYHZvq__nameText{text-align:center;min-width:unset;font-size:clamp(2.2rem,8vw,3.2rem);font-weight:900}}.HeroSection-module-scss-module__DYHZvq__nameTextOne{text-shadow:0 0 18px #8b5cf644,0 0 8px #00fff744;letter-spacing:.08em;background:linear-gradient(90deg,#8b5cf6 0%,#00fff7 100%);-webkit-background-clip:text;background-clip:text;margin-left:.08em;font-size:5rem;font-weight:900;line-height:1.1;display:inline-block}@media (max-width:600px){.HeroSection-module-scss-module__DYHZvq__nameTextOne{text-align:center;margin-left:.08em;font-size:clamp(2.6rem,8vw,3.2rem);font-weight:900}}.HeroSection-module-scss-module__DYHZvq__subtitle{margin-bottom:2rem}.HeroSection-module-scss-module__DYHZvq__subtitleText{color:var(--text-secondary);text-transform:uppercase;letter-spacing:3px;font-family:Rajdhani,sans-serif;font-size:clamp(1.2rem,2vw,1.8rem);font-weight:500}.HeroSection-module-scss-module__DYHZvq__titleContainer{margin-bottom:2rem}.HeroSection-module-scss-module__DYHZvq__title{color:var(--text-primary);font-family:Rajdhani,sans-serif;font-size:clamp(1.5rem,3vw,2.5rem);font-weight:600}.HeroSection-module-scss-module__DYHZvq__titleDynamic{color:var(--accent-purple);position:relative}.HeroSection-module-scss-module__DYHZvq__cursor{background:var(--accent-cyan);width:3px;margin-left:3px;display:inline-block}.HeroSection-module-scss-module__DYHZvq__description{max-width:500px;margin-bottom:3rem;font-size:1.2rem;line-height:1.8}.HeroSection-module-scss-module__DYHZvq__buttons{gap:1.5rem;margin-bottom:3rem;display:flex}.HeroSection-module-scss-module__DYHZvq__button{text-transform:uppercase;letter-spacing:1px;cursor:pointer;border:none;border-radius:8px;min-width:180px;padding:1rem 2rem;font-family:Orbitron,monospace;font-size:1rem;font-weight:600;transition:all .3s;position:relative;overflow:hidden}.HeroSection-module-scss-module__DYHZvq__button span{z-index:2;position:relative}.HeroSection-module-scss-module__DYHZvq__button.HeroSection-module-scss-module__DYHZvq__primary{background:var(--gradient-primary);color:var(--bg-primary)}.HeroSection-module-scss-module__DYHZvq__button.HeroSection-module-scss-module__DYHZvq__secondary{color:var(--accent-cyan);border:2px solid var(--accent-cyan);background:0 0}.HeroSection-module-scss-module__DYHZvq__buttonGlow{opacity:0;background:var(--gradient-primary);z-index:1;transition:opacity .3s;position:absolute;inset:0}.HeroSection-module-scss-module__DYHZvq__button:hover{transform:translateY(-3px);box-shadow:0 10px 25px #00ffff4d}.HeroSection-module-scss-module__DYHZvq__button:hover .HeroSection-module-scss-module__DYHZvq__buttonGlow{opacity:.8}.HeroSection-module-scss-module__DYHZvq__button.HeroSection-module-scss-module__DYHZvq__secondary:hover{background:var(--accent-cyan);color:var(--bg-primary)}.HeroSection-module-scss-module__DYHZvq__socialLinks{gap:1.5rem;display:flex}.HeroSection-module-scss-module__DYHZvq__socialLink{background:var(--bg-card);border:1px solid var(--border-primary);width:50px;height:50px;color:var(--text-secondary);-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border-radius:50%;justify-content:center;align-items:center;transition:all .3s;display:flex}.HeroSection-module-scss-module__DYHZvq__socialLink:hover{color:var(--accent-cyan);border-color:var(--accent-cyan);transform:translateY(-3px);box-shadow:0 0 20px #00ffff4d}.HeroSection-module-scss-module__DYHZvq__visualContent{will-change:transform,opacity;justify-content:center;align-items:center;margin-top:2rem;display:flex;transform:translateZ(0)}.HeroSection-module-scss-module__DYHZvq__orbContainer{justify-content:center;align-items:center;width:100%;max-width:500px;display:flex;position:relative}.HeroSection-module-scss-module__DYHZvq__orbScene{will-change:transform;backface-visibility:hidden;width:400px;height:400px;margin:0 auto;position:relative;transform:translateZ(0)}.HeroSection-module-scss-module__DYHZvq__imageGlow{background:var(--heroglow-bg,var(--gradient-primary));opacity:.15;filter:blur(30px);z-index:1;border-radius:50%;position:absolute;inset:-40px}.HeroSection-module-scss-module__DYHZvq__animationContainer{z-index:2;perspective:1200px;width:400px;height:400px;transform-style:preserve-3d;will-change:transform;justify-content:center;align-items:center;display:flex;position:relative}.HeroSection-module-scss-module__DYHZvq__orb1,.HeroSection-module-scss-module__DYHZvq__orb2,.HeroSection-module-scss-module__DYHZvq__orb3,.HeroSection-module-scss-module__DYHZvq__orb4{filter:var(--heroorb-blur,blur(2px));box-shadow:var(--heroorb-shadow,0 0 30px currentColor);border-radius:50%;transition:filter .3s,box-shadow .3s;position:absolute}:root[data-theme=white]{--herocenter-glow:none;--heroglow-bg:none;--heroorb-blur:blur(.5px);--heroorb-shadow:0 0 40px 12px #7c3aed44,0 0 30px 6px #00eaff55}.HeroSection-module-scss-module__DYHZvq__orb1{background:linear-gradient(135deg,#0ff,#8b5cf6);width:100px;height:100px;top:20%;left:20%}.HeroSection-module-scss-module__DYHZvq__orb2{background:linear-gradient(135deg,#a855f7,#f471b5);width:80px;height:80px;bottom:25%;right:20%}.HeroSection-module-scss-module__DYHZvq__orb3{background:linear-gradient(135deg,#06b6d4,#ec4899);width:65px;height:65px;top:60%;left:30%}.HeroSection-module-scss-module__DYHZvq__orb4{background:linear-gradient(135deg,#f471b5,#fbbf24);width:50px;height:50px;top:35%;right:30%}.HeroSection-module-scss-module__DYHZvq__ring1,.HeroSection-module-scss-module__DYHZvq__ring2{transform-style:preserve-3d;border-style:solid;border-radius:50%;transition:all .3s;position:absolute}.HeroSection-module-scss-module__DYHZvq__ring1{border:2.5px solid #00ffffb3;width:380px;height:380px;box-shadow:0 0 20px #00ffff80,0 0 40px #0ff3}.HeroSection-module-scss-module__DYHZvq__ring2{border:2.5px solid #8b5cf6a6;width:340px;height:340px;box-shadow:0 0 18px #8b5cf680,0 0 35px #8b5cf633}.HeroSection-module-scss-module__DYHZvq__centerGlow{background:var(--herocenter-glow,radial-gradient(circle,#8b5cf680 0%,transparent 70%));border-radius:50%;width:200px;height:200px;position:absolute}@media (max-width:768px){.HeroSection-module-scss-module__DYHZvq__orbContainer{max-width:300px}.HeroSection-module-scss-module__DYHZvq__orbScene{width:280px;height:280px}.HeroSection-module-scss-module__DYHZvq__imageGlow{filter:blur(25px);inset:-20px}.HeroSection-module-scss-module__DYHZvq__animationContainer{width:280px;height:280px}.HeroSection-module-scss-module__DYHZvq__orb1{width:60px;height:60px}.HeroSection-module-scss-module__DYHZvq__orb2{width:50px;height:50px}.HeroSection-module-scss-module__DYHZvq__orb3{width:40px;height:40px}.HeroSection-module-scss-module__DYHZvq__orb4{width:35px;height:35px}.HeroSection-module-scss-module__DYHZvq__ring1{width:260px;height:260px;box-shadow:none;border-width:2px}.HeroSection-module-scss-module__DYHZvq__ring2{width:180px;height:180px;box-shadow:none;border-width:2px}.HeroSection-module-scss-module__DYHZvq__centerGlow{width:140px;height:140px}}:root[data-theme=white]{--heroring-cyan:#00eaffcc;--heroring-cyan-opacity:.85;--heroring-purple:#a259ff66;--heroring-purple-opacity:.8}:root[data-theme=dark]{--heroring-cyan:#0ffc;--heroring-cyan-opacity:.7;--heroring-purple:#8b5cf699;--heroring-purple-opacity:.6}.HeroSection-module-scss-module__DYHZvq__scrollIndicator{cursor:pointer;flex-direction:column;align-items:center;gap:.5rem;display:none;position:absolute;bottom:1rem;left:50%;transform:translate(-50%)}.HeroSection-module-scss-module__DYHZvq__scrollText{color:var(--text-secondary);text-transform:uppercase;letter-spacing:1px;font-family:Rajdhani,sans-serif;font-size:.9rem}.HeroSection-module-scss-module__DYHZvq__scrollArrow{color:var(--accent-cyan)}.HeroSection-module-scss-module__DYHZvq__scrollIndicator:hover .HeroSection-module-scss-module__DYHZvq__scrollArrow{transform:translateY(5px)}@media (max-width:1440px) and (max-height:900px){.HeroSection-module-scss-module__DYHZvq__hero{min-height:85vh;padding-top:140px;padding-bottom:5vh}.HeroSection-module-scss-module__DYHZvq__content{align-items:flex-start;gap:1.5rem;min-height:auto}.HeroSection-module-scss-module__DYHZvq__nameText{font-size:3rem}.HeroSection-module-scss-module__DYHZvq__title{font-size:1.8rem}.HeroSection-module-scss-module__DYHZvq__description{margin-bottom:2rem;font-size:1rem}}@media (max-width:1280px) and (max-height:800px){.HeroSection-module-scss-module__DYHZvq__hero{min-height:100vh;padding-top:0;padding-bottom:0}.HeroSection-module-scss-module__DYHZvq__content{justify-content:flex-start;align-items:flex-start;gap:.6rem;min-height:100vh}.HeroSection-module-scss-module__DYHZvq__greeting{margin-bottom:.4rem;margin-top:100px!important}.HeroSection-module-scss-module__DYHZvq__greetingText{letter-spacing:1px;font-size:1.1rem}.HeroSection-module-scss-module__DYHZvq__name{margin-bottom:.8rem}.HeroSection-module-scss-module__DYHZvq__nameText{font-size:2.3rem;line-height:.85}.HeroSection-module-scss-module__DYHZvq__title{margin-bottom:.8rem;font-size:1.4rem}.HeroSection-module-scss-module__DYHZvq__description{margin-bottom:1rem;font-size:.85rem;line-height:1.4}.HeroSection-module-scss-module__DYHZvq__buttons{gap:.6rem;margin-bottom:.8rem}.HeroSection-module-scss-module__DYHZvq__button{padding:.6rem 1.3rem;font-size:.8rem}.HeroSection-module-scss-module__DYHZvq__socialLinks{gap:.8rem}.HeroSection-module-scss-module__DYHZvq__scrollIndicator{bottom:.5rem}}@media (max-width:1366px) and (max-height:768px){.HeroSection-module-scss-module__DYHZvq__hero{min-height:70vh;padding-top:140px;padding-bottom:2vh}.HeroSection-module-scss-module__DYHZvq__container{padding:0 1.5rem}.HeroSection-module-scss-module__DYHZvq__greeting{margin-bottom:.3rem}.HeroSection-module-scss-module__DYHZvq__greetingText{font-size:1.1rem}.HeroSection-module-scss-module__DYHZvq__name{margin-bottom:.8rem}.HeroSection-module-scss-module__DYHZvq__nameText{font-size:2.2rem;line-height:.8}.HeroSection-module-scss-module__DYHZvq__titleContainer{margin-bottom:.8rem}.HeroSection-module-scss-module__DYHZvq__title{font-size:1.3rem}.HeroSection-module-scss-module__DYHZvq__description{margin-bottom:1rem;font-size:.85rem;line-height:1.3}}@media (max-width:1024px){.HeroSection-module-scss-module__DYHZvq__hero{align-items:flex-start;min-height:100vh;padding-top:80px}.HeroSection-module-scss-module__DYHZvq__container{padding:0 2rem}.HeroSection-module-scss-module__DYHZvq__content{text-align:center;grid-template-columns:1fr;gap:1rem;min-height:auto;padding:1rem 0}.HeroSection-module-scss-module__DYHZvq__textContent{order:2;margin-top:-2rem}.HeroSection-module-scss-module__DYHZvq__visualContent{order:1;justify-content:center;margin-top:1rem;margin-bottom:0;padding-top:0;display:flex}.HeroSection-module-scss-module__DYHZvq__greeting{margin-top:80px!important}.HeroSection-module-scss-module__DYHZvq__name{justify-content:center;max-width:100%}.HeroSection-module-scss-module__DYHZvq__nameText,.HeroSection-module-scss-module__DYHZvq__nameTextOne{font-size:clamp(3rem,6vw,4rem)}.HeroSection-module-scss-module__DYHZvq__title{font-size:clamp(1.5rem,3vw,2rem)}.HeroSection-module-scss-module__DYHZvq__description{max-width:90%;margin:0 auto 2rem;font-size:clamp(1rem,2vw,1.2rem)}.HeroSection-module-scss-module__DYHZvq__buttons{flex-wrap:wrap;justify-content:center;align-items:center;margin-bottom:2rem}.HeroSection-module-scss-module__DYHZvq__button{min-width:160px;padding:.9rem 1.8rem;font-size:clamp(.9rem,2vw,1rem)}.HeroSection-module-scss-module__DYHZvq__socialLinks{z-index:1;justify-content:center;margin-top:2rem;margin-bottom:6rem;position:relative}.HeroSection-module-scss-module__DYHZvq__animationContainer{width:100%;height:100%}.HeroSection-module-scss-module__DYHZvq__scrollIndicator{justify-content:center;width:100%;margin-top:-5rem;margin-bottom:1rem;display:flex;position:relative;bottom:auto;left:auto;transform:none}}@media (max-width:768px){.HeroSection-module-scss-module__DYHZvq__container{padding:0 1.5rem}.HeroSection-module-scss-module__DYHZvq__greeting{margin-top:75px!important}}@media (max-width:599px){.HeroSection-module-scss-module__DYHZvq__container{padding:0 1rem}.HeroSection-module-scss-module__DYHZvq__textContent{margin-top:-3rem}.HeroSection-module-scss-module__DYHZvq__socialLinks{margin-bottom:8rem}.HeroSection-module-scss-module__DYHZvq__scrollIndicator{margin-top:-7rem}}
:root,:root[data-theme=dark]{--bg-primary:#0a0a0f;--bg-secondary:#111118;--bg-card:#1a1a25;--accent-cyan:#0ff;--accent-purple:#8b5cf6;--accent-pink:#f471b5;--accent-blue:#3b82f6;--text-primary:#fff;--text-secondary:#a8a8b3;--text-muted:#64748b;--border-primary:#2d2d3a;--border-glow:#00ffff50;--gradient-primary:linear-gradient(135deg,#0ff 0%,#8b5cf6 100%);--gradient-secondary:linear-gradient(135deg,#f471b5 0%,#3b82f6 100%);--gradient-bg:linear-gradient(135deg,#0a0a0f 0%,#111118 50%,#1a1a25 100%);--shadow-glow:0 0 20px #00ffff4d;--shadow-card:0 8px 32px #0006;--shadow-text:0 0 10px #00ffff80;--bg-gradient-1:#8b5cf61a;--bg-gradient-2:#00ffff1a}:root[data-theme=white]{--bg-primary:#fff;--bg-secondary:#f8f9fa;--bg-card:#fff;--accent-cyan:#0891b2;--accent-purple:#7c3aed;--accent-pink:#db2777;--accent-blue:#2563eb;--text-primary:#0f172a;--text-secondary:#475569;--text-muted:#94a3b8;--border-primary:#e2e8f0;--border-glow:#0891b240;--gradient-primary:linear-gradient(135deg,#0891b2 0%,#7c3aed 100%);--gradient-secondary:linear-gradient(135deg,#db2777 0%,#2563eb 100%);--gradient-bg:linear-gradient(135deg,#fff 0%,#f8f9fa 100%);--shadow-glow:0 0 20px #0891b233;--shadow-card:0 4px 24px #00000014;--shadow-text:0 2px 8px #0891b24d;--bg-gradient-1:#7c3aed08;--bg-gradient-2:#0891b208}@keyframes AboutSection-module-scss-module__8JGt0q__pulse-glow{0%,to{box-shadow:0 0 5px var(--accent-cyan)}50%{box-shadow:0 0 20px var(--accent-cyan),0 0 30px var(--accent-cyan)}}@keyframes AboutSection-module-scss-module__8JGt0q__float{0%,to{transform:translateY(0)}50%{transform:translateY(-10px)}}@keyframes AboutSection-module-scss-module__8JGt0q__slideInFromLeft{0%{opacity:0;transform:translate(-100%)}to{opacity:1;transform:translate(0)}}@keyframes AboutSection-module-scss-module__8JGt0q__slideInFromRight{0%{opacity:0;transform:translate(100%)}to{opacity:1;transform:translate(0)}}@keyframes AboutSection-module-scss-module__8JGt0q__fadeInUp{0%{opacity:0;transform:translateY(30px)}to{opacity:1;transform:translateY(0)}}.AboutSection-module-scss-module__8JGt0q__about{padding:4rem 0 2rem;position:relative;overflow:hidden}@media (max-width:600px){.AboutSection-module-scss-module__8JGt0q__about{text-align:center}}.AboutSection-module-scss-module__8JGt0q__container{z-index:2;max-width:1200px;margin:0 auto;padding:0 2rem;position:relative}.AboutSection-module-scss-module__8JGt0q__content{grid-template-columns:1fr 1fr;align-items:start;gap:6rem;display:grid}.AboutSection-module-scss-module__8JGt0q__sectionHeader{margin-bottom:3rem}.AboutSection-module-scss-module__8JGt0q__sectionTag{border:1px solid var(--accent-cyan);color:var(--accent-cyan);letter-spacing:1px;text-transform:uppercase;background:#00ffff1a;border-radius:50px;margin-bottom:1.5rem;padding:.5rem 1.5rem;font-size:.875rem;font-weight:600;display:inline-block;box-shadow:0 0 20px #0ff3}.AboutSection-module-scss-module__8JGt0q__sectionTitle{color:var(--text-primary);font-size:clamp(2rem,4vw,3rem);font-weight:700;line-height:1.2}@media (max-width:600px){.AboutSection-module-scss-module__8JGt0q__sectionTitle{text-align:center;justify-content:center;width:100%;display:block}}.AboutSection-module-scss-module__8JGt0q__highlight{background:var(--gradient-secondary);-webkit-text-fill-color:#0000;-webkit-background-clip:text;background-clip:text}.AboutSection-module-scss-module__8JGt0q__textContent{animation:1s ease-out AboutSection-module-scss-module__8JGt0q__slideInFromLeft}.AboutSection-module-scss-module__8JGt0q__description{margin-bottom:3rem}@media (max-width:600px){.AboutSection-module-scss-module__8JGt0q__description{text-align:center;margin-left:auto;margin-right:auto}}.AboutSection-module-scss-module__8JGt0q__description p{color:var(--text-secondary);margin-bottom:1.5rem;font-size:1.1rem;line-height:1.7}.AboutSection-module-scss-module__8JGt0q__expertise{margin-top:3rem}.AboutSection-module-scss-module__8JGt0q__expertiseTitle{color:var(--text-primary);margin-bottom:2rem;font-family:Orbitron,monospace;font-size:1.5rem}@media (max-width:600px){.AboutSection-module-scss-module__8JGt0q__expertiseTitle{text-align:center}}.AboutSection-module-scss-module__8JGt0q__expertiseGrid{grid-template-columns:1fr 1fr;gap:1.5rem;display:grid}.AboutSection-module-scss-module__8JGt0q__expertiseItem{background:var(--bg-card);border:1px solid var(--border-primary);-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border-radius:12px;padding:1.5rem;transition:all .3s}.AboutSection-module-scss-module__8JGt0q__expertiseItem:hover{border-color:var(--accent-cyan);transform:translateY(-5px);box-shadow:0 0 20px #0ff3}.AboutSection-module-scss-module__8JGt0q__expertiseIcon{margin-bottom:1rem;font-size:2rem}.AboutSection-module-scss-module__8JGt0q__expertiseItem h4{color:var(--text-primary);margin-bottom:.5rem;font-family:Rajdhani,sans-serif;font-size:1.1rem;font-weight:600}.AboutSection-module-scss-module__8JGt0q__expertiseItem p{color:var(--text-muted);font-size:.95rem;line-height:1.5}.AboutSection-module-scss-module__8JGt0q__visualContent{animation:1s ease-out .3s both AboutSection-module-scss-module__8JGt0q__slideInFromRight}.AboutSection-module-scss-module__8JGt0q__statsGrid{grid-template-columns:1fr 1fr;gap:1.5rem;margin-bottom:3rem;display:grid}.AboutSection-module-scss-module__8JGt0q__statCard{background:var(--bg-card);border:1px solid var(--border-primary);text-align:center;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border-radius:16px;padding:2rem 1.5rem;transition:all .3s;position:relative;overflow:hidden}.AboutSection-module-scss-module__8JGt0q__statCard:hover{border-color:var(--accent-purple);transform:translateY(-10px);box-shadow:0 0 30px #8b5cf64d}.AboutSection-module-scss-module__8JGt0q__statIcon{margin-bottom:1rem;font-size:2.5rem;display:block}.AboutSection-module-scss-module__8JGt0q__statNumber{background:var(--gradient-primary);-webkit-text-fill-color:#0000;-webkit-background-clip:text;background-clip:text;margin-bottom:.5rem;font-family:Orbitron,monospace;font-size:2.5rem;font-weight:900;display:block}.AboutSection-module-scss-module__8JGt0q__statLabel{color:var(--text-muted);text-transform:uppercase;letter-spacing:1px;font-family:Rajdhani,sans-serif;font-size:.9rem;font-weight:600}.AboutSection-module-scss-module__8JGt0q__statGlow{background:var(--gradient-primary);opacity:0;filter:blur(20px);z-index:-1;transition:opacity .3s;position:absolute;inset:0}.AboutSection-module-scss-module__8JGt0q__statCard:hover .AboutSection-module-scss-module__8JGt0q__statGlow{opacity:.1}.AboutSection-module-scss-module__8JGt0q__techStack{background:var(--bg-card);border:1px solid var(--border-primary);-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border-radius:16px;padding:2rem}.AboutSection-module-scss-module__8JGt0q__techTitle{color:var(--text-primary);text-align:center;margin-bottom:2rem;font-family:Orbitron,monospace;font-size:1.5rem}.AboutSection-module-scss-module__8JGt0q__techCategories{flex-direction:column;gap:1.5rem;display:flex}.AboutSection-module-scss-module__8JGt0q__techCategory h4{color:var(--accent-cyan);text-transform:uppercase;letter-spacing:1px;text-align:center;margin-bottom:1rem;font-family:Rajdhani,sans-serif;font-size:1.1rem;font-weight:600}.AboutSection-module-scss-module__8JGt0q__techItems{text-align:center;flex-wrap:wrap;justify-content:center;gap:.8rem;display:flex}.AboutSection-module-scss-module__8JGt0q__techItems span{color:var(--text-secondary);background:#00ffff1a;border:1px solid #0ff3;border-radius:20px;padding:.5rem 1rem;font-family:Rajdhani,sans-serif;font-size:.9rem;font-weight:500;transition:all .3s}.AboutSection-module-scss-module__8JGt0q__techItems span:hover{border-color:var(--accent-cyan);color:var(--accent-cyan);background:#0ff3;transform:translateY(-2px);box-shadow:0 5px 15px #0ff3}@media (max-width:1024px){.AboutSection-module-scss-module__8JGt0q__about{padding:5rem 0 3rem}.AboutSection-module-scss-module__8JGt0q__container{padding:0 2rem}.AboutSection-module-scss-module__8JGt0q__content{grid-template-columns:1fr;gap:3rem}.AboutSection-module-scss-module__8JGt0q__sectionHeader{text-align:center;margin-bottom:2.5rem}.AboutSection-module-scss-module__8JGt0q__sectionTag{width:fit-content;margin-left:auto;margin-right:auto;display:block}.AboutSection-module-scss-module__8JGt0q__sectionTitle{text-align:center;justify-content:center}.AboutSection-module-scss-module__8JGt0q__textContent{max-width:100%}.AboutSection-module-scss-module__8JGt0q__description{text-align:center;max-width:90%;margin-left:auto;margin-right:auto}.AboutSection-module-scss-module__8JGt0q__expertiseTitle{text-align:center}.AboutSection-module-scss-module__8JGt0q__expertiseGrid{grid-template-columns:1fr 1fr;gap:1.5rem;max-width:700px;margin:0 auto}.AboutSection-module-scss-module__8JGt0q__statsGrid{max-width:600px;margin:0 auto 3rem}.AboutSection-module-scss-module__8JGt0q__techStack{max-width:800px;margin:0 auto}.AboutSection-module-scss-module__8JGt0q__techCategories{gap:1.5rem}}@media (max-width:768px){.AboutSection-module-scss-module__8JGt0q__about{padding:4rem 0 2rem}.AboutSection-module-scss-module__8JGt0q__container{padding:0 1.5rem}.AboutSection-module-scss-module__8JGt0q__content{gap:2.5rem}.AboutSection-module-scss-module__8JGt0q__expertiseGrid{grid-template-columns:1fr;max-width:500px}.AboutSection-module-scss-module__8JGt0q__statsGrid{grid-template-columns:1fr 1fr;gap:1rem;max-width:450px}.AboutSection-module-scss-module__8JGt0q__statCard{padding:1.5rem 1rem}.AboutSection-module-scss-module__8JGt0q__statNumber{font-size:2rem}.AboutSection-module-scss-module__8JGt0q__techCategories{gap:1rem}.AboutSection-module-scss-module__8JGt0q__techItems{gap:.5rem}.AboutSection-module-scss-module__8JGt0q__techItems span{padding:.5rem 1rem;font-size:.85rem}}@media (max-width:599px){.AboutSection-module-scss-module__8JGt0q__container{padding:0 1rem}.AboutSection-module-scss-module__8JGt0q__expertiseGrid{max-width:100%}.AboutSection-module-scss-module__8JGt0q__techItems span{padding:.4rem .8rem;font-size:.8rem}}@media (max-width:480px){.AboutSection-module-scss-module__8JGt0q__about{padding:4rem 0 2rem}.AboutSection-module-scss-module__8JGt0q__statsGrid{grid-template-columns:1fr}.AboutSection-module-scss-module__8JGt0q__sectionTitle{font-size:2rem}.AboutSection-module-scss-module__8JGt0q__description p{font-size:1rem}.AboutSection-module-scss-module__8JGt0q__expertiseItem{padding:1rem}.AboutSection-module-scss-module__8JGt0q__statCard,.AboutSection-module-scss-module__8JGt0q__techStack{padding:1.5rem}}@media (max-width:768px){.AboutSection-module-scss-module__8JGt0q__timeline:before{left:20px}.AboutSection-module-scss-module__8JGt0q__timelineItem{padding-left:60px}.AboutSection-module-scss-module__8JGt0q__timelineMarker{width:16px;height:16px;left:10px}.AboutSection-module-scss-module__8JGt0q__timelineContent{padding:1.5rem}.AboutSection-module-scss-module__8JGt0q__experience{margin-top:4rem}}@media (max-width:480px){.AboutSection-module-scss-module__8JGt0q__experienceTitle{font-size:1.5rem}.AboutSection-module-scss-module__8JGt0q__timelineRole{font-size:1.1rem}.AboutSection-module-scss-module__8JGt0q__timeline:before{display:none}.AboutSection-module-scss-module__8JGt0q__timelineItem{padding-left:0}.AboutSection-module-scss-module__8JGt0q__timelineMarker{display:none}}.AboutSection-module-scss-module__8JGt0q__experience{margin-top:6rem}.AboutSection-module-scss-module__8JGt0q__experienceTitle{color:var(--text-primary);text-align:center;margin-bottom:3rem;font-family:Orbitron,monospace;font-size:2rem;font-weight:600}.AboutSection-module-scss-module__8JGt0q__timeline{max-width:800px;margin:0 auto;position:relative}.AboutSection-module-scss-module__8JGt0q__timeline:before{content:"";background:var(--gradient-primary);width:2px;box-shadow:0 0 10px var(--accent-cyan);position:absolute;top:0;bottom:0;left:30px}.AboutSection-module-scss-module__8JGt0q__timelineItem{margin-bottom:3rem;padding-left:80px;animation:1s ease-out AboutSection-module-scss-module__8JGt0q__slideInFromRight;position:relative}.AboutSection-module-scss-module__8JGt0q__timelineItem:nth-child(2){animation-delay:.2s}.AboutSection-module-scss-module__8JGt0q__timelineItem:nth-child(3){animation-delay:.4s}.AboutSection-module-scss-module__8JGt0q__timelineMarker{background:var(--gradient-primary);border:3px solid var(--bg-secondary);width:20px;height:20px;box-shadow:0 0 15px var(--accent-cyan);border-radius:50%;animation:2s ease-in-out infinite AboutSection-module-scss-module__8JGt0q__pulse-glow;position:absolute;top:0;left:20px}.AboutSection-module-scss-module__8JGt0q__timelineContent{background:var(--bg-card);border:1px solid var(--border-primary);-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border-radius:12px;padding:2rem;transition:all .3s}.AboutSection-module-scss-module__8JGt0q__timelineContent:hover{border-color:var(--accent-cyan);box-shadow:0 0 20px #0ff3}.AboutSection-module-scss-module__8JGt0q__timelineDate{color:var(--accent-cyan);text-transform:uppercase;letter-spacing:1px;margin-bottom:.5rem;font-family:Orbitron,monospace;font-size:.9rem;font-weight:600}.AboutSection-module-scss-module__8JGt0q__timelineRole{color:var(--text-primary);margin-bottom:.5rem;font-family:Rajdhani,sans-serif;font-size:1.3rem;font-weight:600}.AboutSection-module-scss-module__8JGt0q__timelineCompany{color:var(--accent-purple);margin-bottom:1rem;font-size:1rem;font-weight:600}.AboutSection-module-scss-module__8JGt0q__timelineDescription{color:var(--text-secondary);font-size:.95rem;line-height:1.6}@media (max-width:768px){.AboutSection-module-scss-module__8JGt0q__timeline:before{left:20px}.AboutSection-module-scss-module__8JGt0q__timelineItem{padding-left:60px}.AboutSection-module-scss-module__8JGt0q__timelineMarker{width:16px;height:16px;left:10px}.AboutSection-module-scss-module__8JGt0q__timelineContent{padding:1.5rem}.AboutSection-module-scss-module__8JGt0q__experience{margin-top:4rem}}@media (max-width:480px){.AboutSection-module-scss-module__8JGt0q__experienceTitle{font-size:1.5rem}.AboutSection-module-scss-module__8JGt0q__timelineRole{font-size:1.1rem}.AboutSection-module-scss-module__8JGt0q__timeline:before{display:none}.AboutSection-module-scss-module__8JGt0q__timelineItem{padding-left:0}.AboutSection-module-scss-module__8JGt0q__timelineMarker{display:none}}
:root,:root[data-theme=dark]{--bg-primary:#0a0a0f;--bg-secondary:#111118;--bg-card:#1a1a25;--accent-cyan:#0ff;--accent-purple:#8b5cf6;--accent-pink:#f471b5;--accent-blue:#3b82f6;--text-primary:#fff;--text-secondary:#a8a8b3;--text-muted:#64748b;--border-primary:#2d2d3a;--border-glow:#00ffff50;--gradient-primary:linear-gradient(135deg,#0ff 0%,#8b5cf6 100%);--gradient-secondary:linear-gradient(135deg,#f471b5 0%,#3b82f6 100%);--gradient-bg:linear-gradient(135deg,#0a0a0f 0%,#111118 50%,#1a1a25 100%);--shadow-glow:0 0 20px #00ffff4d;--shadow-card:0 8px 32px #0006;--shadow-text:0 0 10px #00ffff80;--bg-gradient-1:#8b5cf61a;--bg-gradient-2:#00ffff1a}:root[data-theme=white]{--bg-primary:#fff;--bg-secondary:#f8f9fa;--bg-card:#fff;--accent-cyan:#0891b2;--accent-purple:#7c3aed;--accent-pink:#db2777;--accent-blue:#2563eb;--text-primary:#0f172a;--text-secondary:#475569;--text-muted:#94a3b8;--border-primary:#e2e8f0;--border-glow:#0891b240;--gradient-primary:linear-gradient(135deg,#0891b2 0%,#7c3aed 100%);--gradient-secondary:linear-gradient(135deg,#db2777 0%,#2563eb 100%);--gradient-bg:linear-gradient(135deg,#fff 0%,#f8f9fa 100%);--shadow-glow:0 0 20px #0891b233;--shadow-card:0 4px 24px #00000014;--shadow-text:0 2px 8px #0891b24d;--bg-gradient-1:#7c3aed08;--bg-gradient-2:#0891b208}@keyframes ServicesSection-module-scss-module__Q_oT2G__pulse-glow{0%,to{box-shadow:0 0 5px var(--accent-cyan)}50%{box-shadow:0 0 20px var(--accent-cyan),0 0 30px var(--accent-cyan)}}@keyframes ServicesSection-module-scss-module__Q_oT2G__float{0%,to{transform:translate(0)}50%{transform:translate(50px,50px)}}@keyframes ServicesSection-module-scss-module__Q_oT2G__slideInFromLeft{0%{opacity:0;transform:translate(-100%)}to{opacity:1;transform:translate(0)}}@keyframes ServicesSection-module-scss-module__Q_oT2G__slideInFromRight{0%{opacity:0;transform:translate(100%)}to{opacity:1;transform:translate(0)}}@keyframes ServicesSection-module-scss-module__Q_oT2G__fadeInUp{0%{opacity:0;transform:translateY(30px)}to{opacity:1;transform:translateY(0)}}.ServicesSection-module-scss-module__Q_oT2G__services{margin-top:2rem;padding:0;position:relative;overflow:hidden}@media (max-width:600px){.ServicesSection-module-scss-module__Q_oT2G__services{margin-top:-4rem}}.ServicesSection-module-scss-module__Q_oT2G__container{max-width:1400px;margin:0 auto;padding:0 2rem;position:relative}.ServicesSection-module-scss-module__Q_oT2G__header{text-align:center;margin-bottom:4rem;padding-top:1rem;animation:.8s ease-out ServicesSection-module-scss-module__Q_oT2G__fadeInUp}.ServicesSection-module-scss-module__Q_oT2G__tag{border:1px solid var(--accent-cyan);color:var(--accent-cyan);letter-spacing:1px;text-transform:uppercase;background:#00ffff1a;border-radius:50px;margin-bottom:1.5rem;padding:.5rem 1.5rem;font-size:.875rem;font-weight:600;display:inline-block;box-shadow:0 0 20px #0ff3}.ServicesSection-module-scss-module__Q_oT2G__title{color:var(--text-primary);margin-bottom:1.5rem;font-size:clamp(2.5rem,5vw,4rem);font-weight:900;line-height:1.2}.ServicesSection-module-scss-module__Q_oT2G__title .ServicesSection-module-scss-module__Q_oT2G__highlight{background:var(--gradient-primary);-webkit-text-fill-color:#0000;-webkit-background-clip:text;background-clip:text}.ServicesSection-module-scss-module__Q_oT2G__description{color:var(--text-secondary);max-width:700px;margin:0 auto;font-size:1.125rem;line-height:1.8}.ServicesSection-module-scss-module__Q_oT2G__servicesGrid{grid-template-columns:repeat(6,1fr);gap:2.5rem;margin-bottom:5rem;display:grid}.ServicesSection-module-scss-module__Q_oT2G__servicesGrid .ServicesSection-module-scss-module__Q_oT2G__serviceCard:first-child{grid-column:1/3}.ServicesSection-module-scss-module__Q_oT2G__servicesGrid .ServicesSection-module-scss-module__Q_oT2G__serviceCard:nth-child(2){grid-column:3/5}.ServicesSection-module-scss-module__Q_oT2G__servicesGrid .ServicesSection-module-scss-module__Q_oT2G__serviceCard:nth-child(3){grid-column:5/7}.ServicesSection-module-scss-module__Q_oT2G__servicesGrid .ServicesSection-module-scss-module__Q_oT2G__serviceCard:nth-child(4){grid-column:2/4}.ServicesSection-module-scss-module__Q_oT2G__servicesGrid .ServicesSection-module-scss-module__Q_oT2G__serviceCard:nth-child(5){grid-column:4/6}@media (max-width:1440px){.ServicesSection-module-scss-module__Q_oT2G__servicesGrid{grid-template-columns:repeat(2,1fr)}.ServicesSection-module-scss-module__Q_oT2G__servicesGrid .ServicesSection-module-scss-module__Q_oT2G__serviceCard:first-child,.ServicesSection-module-scss-module__Q_oT2G__servicesGrid .ServicesSection-module-scss-module__Q_oT2G__serviceCard:nth-child(2),.ServicesSection-module-scss-module__Q_oT2G__servicesGrid .ServicesSection-module-scss-module__Q_oT2G__serviceCard:nth-child(3),.ServicesSection-module-scss-module__Q_oT2G__servicesGrid .ServicesSection-module-scss-module__Q_oT2G__serviceCard:nth-child(4),.ServicesSection-module-scss-module__Q_oT2G__servicesGrid .ServicesSection-module-scss-module__Q_oT2G__serviceCard:nth-child(5){grid-column:span 1}}@media (max-width:1024px){.ServicesSection-module-scss-module__Q_oT2G__servicesGrid{grid-template-columns:1fr;gap:2rem}.ServicesSection-module-scss-module__Q_oT2G__servicesGrid .ServicesSection-module-scss-module__Q_oT2G__serviceCard{grid-column:1}}.ServicesSection-module-scss-module__Q_oT2G__serviceCard{background:var(--bg-card);border:1px solid var(--border-primary);opacity:0;border-radius:20px;padding:2.5rem;transition:all .3s;animation:.6s ease-out forwards ServicesSection-module-scss-module__Q_oT2G__fadeInUp;position:relative;overflow:hidden}.ServicesSection-module-scss-module__Q_oT2G__serviceCard[data-index="0"]{animation-delay:.1s}.ServicesSection-module-scss-module__Q_oT2G__serviceCard[data-index="1"]{animation-delay:.2s}.ServicesSection-module-scss-module__Q_oT2G__serviceCard[data-index="2"]{animation-delay:.3s}.ServicesSection-module-scss-module__Q_oT2G__serviceCard[data-index="3"]{animation-delay:.4s}.ServicesSection-module-scss-module__Q_oT2G__serviceCard:hover{border-color:var(--accent-cyan);transform:translateY(-8px);box-shadow:0 20px 60px #0ff3}.ServicesSection-module-scss-module__Q_oT2G__serviceCard:hover .ServicesSection-module-scss-module__Q_oT2G__cardGlow{opacity:1}.ServicesSection-module-scss-module__Q_oT2G__serviceCard:hover .ServicesSection-module-scss-module__Q_oT2G__icon{transform:scale(1.1)rotate(5deg)}.ServicesSection-module-scss-module__Q_oT2G__serviceCard:hover .ServicesSection-module-scss-module__Q_oT2G__arrow{transform:translate(5px)}.ServicesSection-module-scss-module__Q_oT2G__cardHeader{align-items:flex-start;gap:1.5rem;margin-bottom:2rem;display:flex}@media (max-width:600px){.ServicesSection-module-scss-module__Q_oT2G__cardHeader{text-align:center;flex-direction:column;align-items:center}}.ServicesSection-module-scss-module__Q_oT2G__iconWrapper{border:2px solid var(--border-glow);background:linear-gradient(135deg,#00ffff1a,#8b5cf61a);border-radius:16px;flex-shrink:0;justify-content:center;align-items:center;width:70px;height:70px;display:flex;position:relative}.ServicesSection-module-scss-module__Q_oT2G__iconWrapper:before{content:"";background:var(--gradient-primary);opacity:0;z-index:-1;border-radius:16px;transition:opacity .3s;position:absolute;inset:-2px}.ServicesSection-module-scss-module__Q_oT2G__serviceCard:hover .ServicesSection-module-scss-module__Q_oT2G__iconWrapper:before{opacity:.2}.ServicesSection-module-scss-module__Q_oT2G__icon{font-size:2rem;transition:transform .3s;display:block}.ServicesSection-module-scss-module__Q_oT2G__cardTitle{flex:1}.ServicesSection-module-scss-module__Q_oT2G__cardTitle h3{color:var(--text-primary);margin-bottom:.5rem;font-size:1.5rem;font-weight:700}.ServicesSection-module-scss-module__Q_oT2G__shortDesc{color:var(--text-secondary);font-size:.95rem;line-height:1.5}.ServicesSection-module-scss-module__Q_oT2G__cardBody{margin-bottom:2rem}.ServicesSection-module-scss-module__Q_oT2G__featuresList{margin:0;padding:0;list-style:none}.ServicesSection-module-scss-module__Q_oT2G__featureItem{color:var(--text-secondary);border-bottom:1px solid #ffffff0d;align-items:flex-start;gap:.75rem;padding:.75rem 0;font-size:.9rem;line-height:1.6;display:flex}.ServicesSection-module-scss-module__Q_oT2G__featureItem:last-child{border-bottom:none}.ServicesSection-module-scss-module__Q_oT2G__checkIcon{width:20px;height:20px;color:var(--accent-cyan);flex-shrink:0;margin-top:2px}.ServicesSection-module-scss-module__Q_oT2G__cardFooter{border-top:1px solid var(--border-primary);justify-content:space-between;align-items:center;gap:1rem;padding-top:2rem;display:flex}.ServicesSection-module-scss-module__Q_oT2G__pricing{flex-direction:column;gap:.25rem;display:flex}.ServicesSection-module-scss-module__Q_oT2G__priceLabel{color:var(--text-muted);text-transform:uppercase;letter-spacing:.5px;font-size:.8rem}.ServicesSection-module-scss-module__Q_oT2G__price{background:var(--gradient-primary);-webkit-text-fill-color:#0000;-webkit-background-clip:text;background-clip:text;font-size:1.5rem;font-weight:700}.ServicesSection-module-scss-module__Q_oT2G__ctaButton{border:1px solid var(--accent-cyan);color:var(--accent-cyan);cursor:pointer;white-space:nowrap;background:#00ffff1a;border-radius:50px;align-items:center;gap:.5rem;padding:.875rem 1.5rem;font-size:.9rem;font-weight:600;transition:all .3s;display:flex}.ServicesSection-module-scss-module__Q_oT2G__ctaButton:hover{background:var(--accent-cyan);color:var(--bg-primary);box-shadow:0 0 30px #0ff6}.ServicesSection-module-scss-module__Q_oT2G__arrow{width:18px;height:18px;transition:transform .3s}.ServicesSection-module-scss-module__Q_oT2G__cardGlow{opacity:0;pointer-events:none;background:radial-gradient(circle,#00ffff26 0%,#0000 70%);width:200%;height:200%;transition:opacity .3s;position:absolute;top:-50%;left:-50%}.ServicesSection-module-scss-module__Q_oT2G__gridPattern{pointer-events:none;background-image:linear-gradient(#00ffff08 1px,#0000 1px),linear-gradient(90deg,#00ffff08 1px,#0000 1px);background-size:20px 20px;position:absolute;inset:0}.ServicesSection-module-scss-module__Q_oT2G__bottomCta{text-align:center;border-radius:20px;padding:4rem 2rem;position:relative;overflow:hidden}.ServicesSection-module-scss-module__Q_oT2G__bottomCta h3{color:var(--text-primary);margin-bottom:1rem;font-size:2rem;font-weight:700}.ServicesSection-module-scss-module__Q_oT2G__bottomCta p{color:var(--text-secondary);max-width:600px;margin-bottom:2rem;margin-left:auto;margin-right:auto;font-size:1.125rem}.ServicesSection-module-scss-module__Q_oT2G__customButton{background:var(--gradient-primary);color:var(--bg-primary);cursor:pointer;border:none;border-radius:50px;align-items:center;gap:.75rem;padding:1rem 2.5rem;font-size:1rem;font-weight:700;transition:all .3s;display:inline-flex;position:relative;overflow:hidden}.ServicesSection-module-scss-module__Q_oT2G__customButton:before{content:"";background:linear-gradient(135deg,var(--accent-purple),var(--accent-cyan));opacity:0;z-index:0;transition:opacity .3s;position:absolute;inset:0}.ServicesSection-module-scss-module__Q_oT2G__customButton:hover{transform:translateY(-2px);box-shadow:0 10px 40px #00ffff4d}.ServicesSection-module-scss-module__Q_oT2G__customButton:hover:before{opacity:1}.ServicesSection-module-scss-module__Q_oT2G__customButton span{z-index:1;position:relative}@keyframes ServicesSection-module-scss-module__Q_oT2G__shimmer{0%{transform:translate(-100%)}to{transform:translate(100%)}}@media (max-width:768px){.ServicesSection-module-scss-module__Q_oT2G__services{padding:5rem 0}.ServicesSection-module-scss-module__Q_oT2G__header{margin-bottom:3rem}.ServicesSection-module-scss-module__Q_oT2G__serviceCard{padding:2rem 1.5rem}.ServicesSection-module-scss-module__Q_oT2G__cardHeader{text-align:center;flex-direction:column}.ServicesSection-module-scss-module__Q_oT2G__iconWrapper{margin:0 auto}.ServicesSection-module-scss-module__Q_oT2G__cardFooter{flex-direction:column;align-items:stretch;gap:1.5rem}.ServicesSection-module-scss-module__Q_oT2G__pricing{text-align:center}.ServicesSection-module-scss-module__Q_oT2G__bottomCta{padding:3rem 1.5rem}.ServicesSection-module-scss-module__Q_oT2G__bottomCta h3{font-size:1.5rem}.ServicesSection-module-scss-module__Q_oT2G__bottomCta p{font-size:1rem}}
:root,:root[data-theme=dark]{--bg-primary:#0a0a0f;--bg-secondary:#111118;--bg-card:#1a1a25;--accent-cyan:#0ff;--accent-purple:#8b5cf6;--accent-pink:#f471b5;--accent-blue:#3b82f6;--text-primary:#fff;--text-secondary:#a8a8b3;--text-muted:#64748b;--border-primary:#2d2d3a;--border-glow:#00ffff50;--gradient-primary:linear-gradient(135deg,#0ff 0%,#8b5cf6 100%);--gradient-secondary:linear-gradient(135deg,#f471b5 0%,#3b82f6 100%);--gradient-bg:linear-gradient(135deg,#0a0a0f 0%,#111118 50%,#1a1a25 100%);--shadow-glow:0 0 20px #00ffff4d;--shadow-card:0 8px 32px #0006;--shadow-text:0 0 10px #00ffff80;--bg-gradient-1:#8b5cf61a;--bg-gradient-2:#00ffff1a}:root[data-theme=white]{--bg-primary:#fff;--bg-secondary:#f8f9fa;--bg-card:#fff;--accent-cyan:#0891b2;--accent-purple:#7c3aed;--accent-pink:#db2777;--accent-blue:#2563eb;--text-primary:#0f172a;--text-secondary:#475569;--text-muted:#94a3b8;--border-primary:#e2e8f0;--border-glow:#0891b240;--gradient-primary:linear-gradient(135deg,#0891b2 0%,#7c3aed 100%);--gradient-secondary:linear-gradient(135deg,#db2777 0%,#2563eb 100%);--gradient-bg:linear-gradient(135deg,#fff 0%,#f8f9fa 100%);--shadow-glow:0 0 20px #0891b233;--shadow-card:0 4px 24px #00000014;--shadow-text:0 2px 8px #0891b24d;--bg-gradient-1:#7c3aed08;--bg-gradient-2:#0891b208}@keyframes ProjectsSection-module-scss-module__O7NafG__pulse-glow{0%,to{box-shadow:0 0 5px var(--accent-cyan)}50%{box-shadow:0 0 20px var(--accent-cyan),0 0 30px var(--accent-cyan)}}@keyframes ProjectsSection-module-scss-module__O7NafG__float{0%,to{transform:translateY(0)}50%{transform:translateY(-10px)}}@keyframes ProjectsSection-module-scss-module__O7NafG__slideInFromLeft{0%{opacity:0;transform:translate(-100%)}to{opacity:1;transform:translate(0)}}@keyframes ProjectsSection-module-scss-module__O7NafG__slideInFromRight{0%{opacity:0;transform:translate(100%)}to{opacity:1;transform:translate(0)}}@keyframes ProjectsSection-module-scss-module__O7NafG__fadeInUp{0%{opacity:0;transform:translateY(30px)}to{opacity:1;transform:translateY(0)}}.ProjectsSection-module-scss-module__O7NafG__projects{padding:2rem 0 8rem;position:relative;overflow:hidden}@media (max-width:600px){.ProjectsSection-module-scss-module__O7NafG__projects{margin-top:-2rem}}.ProjectsSection-module-scss-module__O7NafG__container{z-index:2;max-width:1200px;margin:0 auto;padding:0 2rem;position:relative}.ProjectsSection-module-scss-module__O7NafG__sectionHeader{text-align:center;margin-bottom:4rem;animation:1s ease-out ProjectsSection-module-scss-module__O7NafG__fadeInUp}.ProjectsSection-module-scss-module__O7NafG__sectionTag{color:var(--accent-purple);text-transform:uppercase;letter-spacing:1px;background:#8b5cf61a;border:1px solid #8b5cf64d;border-radius:20px;margin-bottom:1rem;padding:.5rem 1rem;font-family:Rajdhani,sans-serif;font-size:.9rem;font-weight:600;display:inline-block}.ProjectsSection-module-scss-module__O7NafG__sectionTitle{color:var(--text-primary);margin-bottom:1.5rem;font-size:clamp(2.5rem,5vw,4rem);font-weight:700;line-height:1.2}.ProjectsSection-module-scss-module__O7NafG__highlight{background:var(--gradient-primary);-webkit-text-fill-color:#0000;-webkit-background-clip:text;background-clip:text}.ProjectsSection-module-scss-module__O7NafG__sectionDescription{color:var(--text-secondary);max-width:600px;margin:0 auto;font-size:1.2rem;line-height:1.6}.ProjectsSection-module-scss-module__O7NafG__subsectionTitle{color:var(--text-primary);text-align:center;width:100%;margin-bottom:2rem;font-family:Orbitron,monospace;font-size:1.8rem;font-weight:700;display:block}.ProjectsSection-module-scss-module__O7NafG__featuredSection{margin-bottom:6rem}.ProjectsSection-module-scss-module__O7NafG__featuredGrid{grid-template-rows:1fr 1fr;grid-template-columns:2fr 1fr;gap:2rem;min-height:600px;display:grid}.ProjectsSection-module-scss-module__O7NafG__featuredCard{background:var(--bg-card);border:1px solid var(--border-primary);-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border-radius:20px;transition:all .4s;animation:1s ease-out ProjectsSection-module-scss-module__O7NafG__fadeInUp;position:relative;overflow:hidden}.ProjectsSection-module-scss-module__O7NafG__featured-1{grid-row:1/3;animation-delay:.2s}.ProjectsSection-module-scss-module__O7NafG__featured-2{animation-delay:.4s}.ProjectsSection-module-scss-module__O7NafG__featured-3{animation-delay:.6s}.ProjectsSection-module-scss-module__O7NafG__featuredCard:hover{border-color:var(--accent-cyan);transform:translateY(-10px);box-shadow:0 20px 40px #0ff3}.ProjectsSection-module-scss-module__O7NafG__cardGlow{background:var(--gradient-primary);opacity:0;filter:blur(30px);z-index:-1;transition:opacity .4s;position:absolute;inset:0}.ProjectsSection-module-scss-module__O7NafG__featuredCard:hover .ProjectsSection-module-scss-module__O7NafG__cardGlow{opacity:.1}.ProjectsSection-module-scss-module__O7NafG__allProjectsSection{margin-top:6rem}.ProjectsSection-module-scss-module__O7NafG__filterButtons{flex-wrap:wrap;justify-content:center;gap:1rem;margin-bottom:3rem;display:flex}.ProjectsSection-module-scss-module__O7NafG__filterButton{border:2px solid var(--border-primary);color:var(--text-secondary);cursor:pointer;text-transform:uppercase;letter-spacing:1px;background:0 0;border-radius:25px;padding:.8rem 1.5rem;font-family:Rajdhani,sans-serif;font-size:1rem;font-weight:600;transition:all .3s}.ProjectsSection-module-scss-module__O7NafG__filterButton:hover{border-color:var(--accent-cyan);color:var(--accent-cyan);transform:translateY(-2px)}.ProjectsSection-module-scss-module__O7NafG__filterButton.ProjectsSection-module-scss-module__O7NafG__active{background:var(--gradient-primary);color:var(--bg-primary);border-color:#0000;box-shadow:0 0 20px #00ffff4d}.ProjectsSection-module-scss-module__O7NafG__projectsGrid{grid-template-columns:repeat(auto-fit,minmax(350px,1fr));gap:2rem;display:grid}.ProjectsSection-module-scss-module__O7NafG__projectCard{background:var(--bg-card);border:1px solid var(--border-primary);-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border-radius:16px;transition:all .4s;animation:1s ease-out both ProjectsSection-module-scss-module__O7NafG__fadeInUp;overflow:hidden}.ProjectsSection-module-scss-module__O7NafG__projectCard:hover{border-color:var(--accent-purple);transform:translateY(-8px);box-shadow:0 15px 30px #8b5cf633}.ProjectsSection-module-scss-module__O7NafG__projectImage{background:var(--bg-secondary);justify-content:center;align-items:center;height:200px;display:flex;position:relative;overflow:hidden}.ProjectsSection-module-scss-module__O7NafG__imagePlaceholder{background:linear-gradient(135deg,var(--bg-secondary)0%,var(--bg-card)100%);justify-content:center;align-items:center;width:100%;height:100%;display:flex;position:relative}.ProjectsSection-module-scss-module__O7NafG__projectIcon{opacity:.7;font-size:4rem}.ProjectsSection-module-scss-module__O7NafG__projectOverlay{opacity:0;background:#000c;justify-content:center;align-items:center;transition:opacity .3s;display:flex;position:absolute;inset:0}.ProjectsSection-module-scss-module__O7NafG__projectImage:hover .ProjectsSection-module-scss-module__O7NafG__projectOverlay{opacity:1}.ProjectsSection-module-scss-module__O7NafG__projectLinks{gap:1rem;display:flex}.ProjectsSection-module-scss-module__O7NafG__projectLink{background:var(--bg-card);border:1px solid var(--border-primary);width:50px;height:50px;color:var(--text-secondary);border-radius:50%;justify-content:center;align-items:center;transition:all .3s;display:flex}.ProjectsSection-module-scss-module__O7NafG__projectLink:hover{background:var(--accent-cyan);color:var(--bg-primary);border-color:var(--accent-cyan);transform:scale(1.1)}.ProjectsSection-module-scss-module__O7NafG__projectContent{padding:2rem}.ProjectsSection-module-scss-module__O7NafG__projectTitle{color:var(--text-primary);margin-bottom:1rem;font-family:Orbitron,monospace;font-size:1.5rem;font-weight:600}.ProjectsSection-module-scss-module__O7NafG__projectDescription{color:var(--text-secondary);margin-bottom:1.5rem;font-size:.95rem;line-height:1.6}.ProjectsSection-module-scss-module__O7NafG__projectTech{flex-wrap:wrap;gap:.5rem;display:flex}.ProjectsSection-module-scss-module__O7NafG__techTag{color:var(--accent-cyan);background:#00ffff1a;border:1px solid #0ff3;border-radius:15px;padding:.3rem .8rem;font-family:Rajdhani,sans-serif;font-size:.8rem;font-weight:500;transition:all .3s}.ProjectsSection-module-scss-module__O7NafG__techTag:hover{border-color:var(--accent-cyan);background:#0ff3;transform:translateY(-1px)}@media (max-width:1024px){.ProjectsSection-module-scss-module__O7NafG__featuredGrid{grid-template-rows:auto;grid-template-columns:1fr;gap:1.5rem}.ProjectsSection-module-scss-module__O7NafG__featured-1{grid-row:auto}.ProjectsSection-module-scss-module__O7NafG__projectsGrid{grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:1.5rem}}@media (max-width:768px){.ProjectsSection-module-scss-module__O7NafG__projects{padding:6rem 0}.ProjectsSection-module-scss-module__O7NafG__container{padding:0 1rem}.ProjectsSection-module-scss-module__O7NafG__featuredSection{margin-bottom:4rem}.ProjectsSection-module-scss-module__O7NafG__allProjectsSection{margin-top:4rem}.ProjectsSection-module-scss-module__O7NafG__filterButtons{gap:.5rem}.ProjectsSection-module-scss-module__O7NafG__filterButton{padding:.6rem 1rem;font-size:.9rem}.ProjectsSection-module-scss-module__O7NafG__projectsGrid{grid-template-columns:1fr;gap:1rem}.ProjectsSection-module-scss-module__O7NafG__projectContent{padding:1.5rem}.ProjectsSection-module-scss-module__O7NafG__subsectionTitle{font-size:1.5rem}}@media (max-width:480px){.ProjectsSection-module-scss-module__O7NafG__projects{padding:4rem 0}.ProjectsSection-module-scss-module__O7NafG__sectionTitle{font-size:2rem}.ProjectsSection-module-scss-module__O7NafG__sectionDescription{font-size:1rem}.ProjectsSection-module-scss-module__O7NafG__projectImage{height:150px}.ProjectsSection-module-scss-module__O7NafG__projectIcon{font-size:3rem}.ProjectsSection-module-scss-module__O7NafG__projectContent{padding:1rem}.ProjectsSection-module-scss-module__O7NafG__projectTitle{font-size:1.2rem}.ProjectsSection-module-scss-module__O7NafG__filterButtons{flex-direction:column;align-items:center}.ProjectsSection-module-scss-module__O7NafG__filterButton{width:200px}}
:root,:root[data-theme=dark]{--bg-primary:#0a0a0f;--bg-secondary:#111118;--bg-card:#1a1a25;--accent-cyan:#0ff;--accent-purple:#8b5cf6;--accent-pink:#f471b5;--accent-blue:#3b82f6;--text-primary:#fff;--text-secondary:#a8a8b3;--text-muted:#64748b;--border-primary:#2d2d3a;--border-glow:#00ffff50;--gradient-primary:linear-gradient(135deg,#0ff 0%,#8b5cf6 100%);--gradient-secondary:linear-gradient(135deg,#f471b5 0%,#3b82f6 100%);--gradient-bg:linear-gradient(135deg,#0a0a0f 0%,#111118 50%,#1a1a25 100%);--shadow-glow:0 0 20px #00ffff4d;--shadow-card:0 8px 32px #0006;--shadow-text:0 0 10px #00ffff80;--bg-gradient-1:#8b5cf61a;--bg-gradient-2:#00ffff1a}:root[data-theme=white]{--bg-primary:#fff;--bg-secondary:#f8f9fa;--bg-card:#fff;--accent-cyan:#0891b2;--accent-purple:#7c3aed;--accent-pink:#db2777;--accent-blue:#2563eb;--text-primary:#0f172a;--text-secondary:#475569;--text-muted:#94a3b8;--border-primary:#e2e8f0;--border-glow:#0891b240;--gradient-primary:linear-gradient(135deg,#0891b2 0%,#7c3aed 100%);--gradient-secondary:linear-gradient(135deg,#db2777 0%,#2563eb 100%);--gradient-bg:linear-gradient(135deg,#fff 0%,#f8f9fa 100%);--shadow-glow:0 0 20px #0891b233;--shadow-card:0 4px 24px #00000014;--shadow-text:0 2px 8px #0891b24d;--bg-gradient-1:#7c3aed08;--bg-gradient-2:#0891b208}@keyframes SkillsSection-module-scss-module__EUygDa__pulse-glow{0%,to{box-shadow:0 0 5px var(--accent-cyan)}50%{box-shadow:0 0 20px var(--accent-cyan),0 0 30px var(--accent-cyan)}}@keyframes SkillsSection-module-scss-module__EUygDa__float{0%,to{transform:translateY(0)}50%{transform:translateY(-10px)}}@keyframes SkillsSection-module-scss-module__EUygDa__slideInFromLeft{0%{opacity:0;transform:translate(-100%)}to{opacity:1;transform:translate(0)}}@keyframes SkillsSection-module-scss-module__EUygDa__slideInFromRight{0%{opacity:0;transform:translate(100%)}to{opacity:1;transform:translate(0)}}@keyframes SkillsSection-module-scss-module__EUygDa__fadeInUp{0%{opacity:0;transform:translateY(30px)}to{opacity:1;transform:translateY(0)}}.SkillsSection-module-scss-module__EUygDa__skills{padding:2rem 0 4rem;position:relative;overflow:hidden}@media (max-width:600px){.SkillsSection-module-scss-module__EUygDa__skills{margin-top:-4rem}}.SkillsSection-module-scss-module__EUygDa__container{z-index:2;max-width:1200px;margin:0 auto;padding:0 2rem;position:relative}.SkillsSection-module-scss-module__EUygDa__sectionHeader{text-align:center;margin-bottom:4rem;animation:1s ease-out SkillsSection-module-scss-module__EUygDa__fadeInUp}.SkillsSection-module-scss-module__EUygDa__sectionTag{color:var(--accent-pink);text-transform:uppercase;letter-spacing:1px;background:#f471b51a;border:1px solid #f471b54d;border-radius:20px;margin-bottom:1rem;padding:.5rem 1rem;font-family:Rajdhani,sans-serif;font-size:.9rem;font-weight:600;display:inline-block}.SkillsSection-module-scss-module__EUygDa__sectionTitle{color:var(--text-primary);margin-bottom:1.5rem;font-size:clamp(2.5rem,5vw,4rem);font-weight:700;line-height:1.2}.SkillsSection-module-scss-module__EUygDa__highlight{background:var(--gradient-secondary);-webkit-text-fill-color:#0000;-webkit-background-clip:text;background-clip:text}.SkillsSection-module-scss-module__EUygDa__sectionDescription{color:var(--text-secondary);max-width:600px;margin:0 auto;font-size:1.2rem;line-height:1.6}.SkillsSection-module-scss-module__EUygDa__sliderWrapper{margin-top:2rem;margin-bottom:3rem;padding:0 60px;position:relative}@media (max-width:1024px){.SkillsSection-module-scss-module__EUygDa__sliderWrapper{padding:0 40px}}@media (max-width:768px){.SkillsSection-module-scss-module__EUygDa__sliderWrapper{padding:0 30px}}.SkillsSection-module-scss-module__EUygDa__sliderContainer{cursor:grab;-webkit-user-select:none;user-select:none;padding:1.5rem 0;overflow:hidden}.SkillsSection-module-scss-module__EUygDa__sliderContainer:active{cursor:grabbing}.SkillsSection-module-scss-module__EUygDa__sliderTrack{transition:transform .5s cubic-bezier(.4,0,.2,1);display:flex}.SkillsSection-module-scss-module__EUygDa__slide{box-sizing:border-box;min-width:100%;padding:0 1rem}.SkillsSection-module-scss-module__EUygDa__navButton{border:2px solid var(--accent-cyan);width:50px;height:50px;color:var(--accent-cyan);cursor:pointer;z-index:10;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#00ffff1a;border-radius:50%;justify-content:center;align-items:center;transition:all .3s;display:flex;position:absolute;top:50%;transform:translateY(-50%)}.SkillsSection-module-scss-module__EUygDa__navButton .SkillsSection-module-scss-module__EUygDa__navButton:focus{color:var(--accent-cyan);box-shadow:none;background:#00ffff1a;outline:none}.SkillsSection-module-scss-module__EUygDa__navButton svg{width:24px;height:24px}.SkillsSection-module-scss-module__EUygDa__navButton:hover{background:var(--accent-cyan);color:var(--bg-primary);transform:translateY(-50%)scale(1.1);box-shadow:0 0 30px #0ff6}@media (max-width:1024px){.SkillsSection-module-scss-module__EUygDa__navButton{width:40px;height:40px}.SkillsSection-module-scss-module__EUygDa__navButton svg{width:20px;height:20px}}.SkillsSection-module-scss-module__EUygDa__navButtonPrev{left:0}.SkillsSection-module-scss-module__EUygDa__navButtonNext{right:0}.SkillsSection-module-scss-module__EUygDa__sliderIndicators{justify-content:center;gap:.75rem;margin-bottom:4rem;display:flex}.SkillsSection-module-scss-module__EUygDa__indicator{border:2px solid var(--accent-cyan);cursor:pointer;background:#0ff3;border-radius:50%;width:12px;height:12px;padding:0;transition:all .3s}.SkillsSection-module-scss-module__EUygDa__indicator:hover{background:#0ff6;transform:scale(1.2)}.SkillsSection-module-scss-module__EUygDa__indicatorActive{background:var(--accent-cyan);border-radius:6px;width:32px;box-shadow:0 0 15px #0ff9}.SkillsSection-module-scss-module__EUygDa__skillsGrid{grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:2rem;margin-bottom:4rem;display:grid}.SkillsSection-module-scss-module__EUygDa__skillCategory{background:var(--bg-card);border:1px solid var(--accent-cyan);-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border-radius:16px;margin:1rem 0;padding:2rem;transition:none;position:relative}.SkillsSection-module-scss-module__EUygDa__categoryHeader{align-items:center;gap:1rem;margin-bottom:2rem;display:flex}.SkillsSection-module-scss-module__EUygDa__categoryIcon{background:var(--gradient-primary);border-radius:50%;justify-content:center;align-items:center;width:60px;height:60px;font-size:2rem;display:flex;box-shadow:0 0 20px #00ffff4d}.SkillsSection-module-scss-module__EUygDa__categoryTitle{color:var(--text-primary);font-family:Orbitron,monospace;font-size:1.5rem;font-weight:600}.SkillsSection-module-scss-module__EUygDa__skillsList{flex-direction:column;gap:1.5rem;display:flex}.SkillsSection-module-scss-module__EUygDa__skillItem{animation:1s ease-out both SkillsSection-module-scss-module__EUygDa__fadeInUp}.SkillsSection-module-scss-module__EUygDa__skillHeader{justify-content:space-between;align-items:center;margin-bottom:.5rem;display:flex}.SkillsSection-module-scss-module__EUygDa__skillName{color:var(--text-primary);font-family:Rajdhani,sans-serif;font-size:1rem;font-weight:600}.SkillsSection-module-scss-module__EUygDa__skillLevel{color:var(--accent-cyan);font-family:Orbitron,monospace;font-size:.9rem;font-weight:700}.SkillsSection-module-scss-module__EUygDa__skillBar{border-radius:4px;height:8px;position:relative;overflow:hidden}.SkillsSection-module-scss-module__EUygDa__skillBarBg{background:var(--bg-secondary);border:1px solid var(--border-primary);border-radius:4px;position:absolute;inset:0}.SkillsSection-module-scss-module__EUygDa__skillBarFill{border-radius:4px;transition:width 1.5s ease-out .5s;animation:2s ease-in-out infinite SkillsSection-module-scss-module__EUygDa__skillBarGlow;position:absolute;top:0;bottom:0;left:0}@keyframes SkillsSection-module-scss-module__EUygDa__skillBarGlow{0%,to{filter:brightness()}50%{filter:brightness(1.2)}}.SkillsSection-module-scss-module__EUygDa__wordpressExpertise{margin:5rem 0;animation:1s ease-out both SkillsSection-module-scss-module__EUygDa__fadeInUp}.SkillsSection-module-scss-module__EUygDa__wpHeader{text-align:center;margin-bottom:4rem}.SkillsSection-module-scss-module__EUygDa__wpTitle{color:var(--text-primary);margin-bottom:1rem;font-family:Orbitron,monospace;font-size:clamp(2rem,4vw,3rem);font-weight:700}.SkillsSection-module-scss-module__EUygDa__wpTitleHighlight{-webkit-text-fill-color:#0000;background:linear-gradient(135deg,#21759b,#00a0d2);-webkit-background-clip:text;background-clip:text}.SkillsSection-module-scss-module__EUygDa__wpDescription{color:var(--text-secondary);max-width:600px;margin:0 auto;font-size:1.2rem}.SkillsSection-module-scss-module__EUygDa__wpGrid{grid-template-columns:repeat(3,1fr);gap:2rem;display:grid}@media (max-width:968px){.SkillsSection-module-scss-module__EUygDa__wpGrid{grid-template-columns:repeat(2,1fr);gap:1.5rem}}@media (max-width:600px){.SkillsSection-module-scss-module__EUygDa__wpGrid{grid-template-columns:1fr;gap:1.5rem}}.SkillsSection-module-scss-module__EUygDa__wpCard{background:var(--bg-card);border:1px solid var(--border-primary);-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border-radius:16px;padding:2rem;transition:all .4s cubic-bezier(.4,0,.2,1);position:relative;overflow:hidden}.SkillsSection-module-scss-module__EUygDa__wpCard:hover{border-color:#21759b;transform:translateY(-8px);box-shadow:0 15px 40px #21759b40}.SkillsSection-module-scss-module__EUygDa__wpCard:hover .SkillsSection-module-scss-module__EUygDa__wpCardGlow{opacity:1}.SkillsSection-module-scss-module__EUygDa__wpCard:hover .SkillsSection-module-scss-module__EUygDa__wpCardIcon{transform:scale(1.1)rotate(5deg)}@media (max-width:768px),(hover:none),(pointer:coarse){.SkillsSection-module-scss-module__EUygDa__navButton,.SkillsSection-module-scss-module__EUygDa__skillCategory,.SkillsSection-module-scss-module__EUygDa__wpCard{-webkit-backdrop-filter:none;backdrop-filter:none}.SkillsSection-module-scss-module__EUygDa__navButton:hover,.SkillsSection-module-scss-module__EUygDa__indicator:hover,.SkillsSection-module-scss-module__EUygDa__skillTag:hover,.SkillsSection-module-scss-module__EUygDa__wpCard:hover{box-shadow:none;transform:none}.SkillsSection-module-scss-module__EUygDa__skillBarFill,.SkillsSection-module-scss-module__EUygDa__wpSkillFill{filter:none;animation:none}}@media (prefers-reduced-motion:reduce){.SkillsSection-module-scss-module__EUygDa__sectionHeader,.SkillsSection-module-scss-module__EUygDa__skillItem,.SkillsSection-module-scss-module__EUygDa__wordpressExpertise,.SkillsSection-module-scss-module__EUygDa__skillTag,.SkillsSection-module-scss-module__EUygDa__skillBarFill,.SkillsSection-module-scss-module__EUygDa__wpSkillFill{animation:none!important}}.SkillsSection-module-scss-module__EUygDa__wpCardGlow{opacity:0;pointer-events:none;background:radial-gradient(circle at 50% 0,#21759b26,#0000 70%);transition:opacity .4s;position:absolute;inset:0}.SkillsSection-module-scss-module__EUygDa__wpCardHeader{align-items:center;gap:1rem;margin-bottom:1.5rem;display:flex}.SkillsSection-module-scss-module__EUygDa__wpCardHeader h4{color:var(--text-primary);margin:0;font-family:Rajdhani,sans-serif;font-size:1.3rem;font-weight:600}.SkillsSection-module-scss-module__EUygDa__wpCardIcon{justify-content:center;align-items:center;font-size:2.5rem;transition:transform .3s;display:flex}.SkillsSection-module-scss-module__EUygDa__wpCardBody{z-index:1;position:relative}.SkillsSection-module-scss-module__EUygDa__wpCardBody p{color:var(--text-secondary);margin-bottom:1.5rem;font-size:.95rem;line-height:1.6}.SkillsSection-module-scss-module__EUygDa__wpSkillBar{background:#21759b1a;border-radius:10px;height:8px;position:relative;overflow:visible}.SkillsSection-module-scss-module__EUygDa__wpSkillFill{background:linear-gradient(90deg,#21759b,#00a0d2);border-radius:10px;height:100%;transition:all .3s;animation:1.5s ease-out forwards SkillsSection-module-scss-module__EUygDa__wpSkillGrow,2s ease-in-out 1.5s infinite SkillsSection-module-scss-module__EUygDa__wpSkillPulse;position:absolute;top:0;left:0;box-shadow:0 0 15px #21759b80}.SkillsSection-module-scss-module__EUygDa__wpCard:hover .SkillsSection-module-scss-module__EUygDa__wpSkillFill{animation:1.5s ease-out forwards SkillsSection-module-scss-module__EUygDa__wpSkillGrow,1s ease-in-out infinite SkillsSection-module-scss-module__EUygDa__wpSkillPulseHover;box-shadow:0 0 25px #21759b,0 0 40px #00a0d299}@keyframes SkillsSection-module-scss-module__EUygDa__wpSkillGrow{0%{width:0!important}}@keyframes SkillsSection-module-scss-module__EUygDa__wpSkillPulse{0%,to{filter:brightness();box-shadow:0 0 15px #21759b80}50%{filter:brightness(1.15);box-shadow:0 0 25px #21759bcc,0 0 35px #00a0d266}}@keyframes SkillsSection-module-scss-module__EUygDa__wpSkillPulseHover{0%,to{filter:brightness(1.1);box-shadow:0 0 25px #21759b,0 0 40px #00a0d299}50%{filter:brightness(1.25);box-shadow:0 0 30px #21759b,0 0 50px #00a0d2cc}}.SkillsSection-module-scss-module__EUygDa__additionalSkills{text-align:center;margin:2rem 0}.SkillsSection-module-scss-module__EUygDa__additionalTitle{color:var(--text-primary);margin-bottom:2rem;font-family:Orbitron,monospace;font-size:2rem;font-weight:600}.SkillsSection-module-scss-module__EUygDa__skillTags{flex-wrap:wrap;justify-content:center;gap:1rem;max-width:800px;margin:0 auto;display:flex}.SkillsSection-module-scss-module__EUygDa__skillTag{color:var(--accent-purple);background:#8b5cf61a;border:1px solid #8b5cf64d;border-radius:25px;padding:.8rem 1.5rem;font-family:Rajdhani,sans-serif;font-size:.9rem;font-weight:500;transition:all .3s;animation:1s ease-out both SkillsSection-module-scss-module__EUygDa__fadeInUp}.SkillsSection-module-scss-module__EUygDa__skillTag:hover{border-color:var(--accent-purple);background:#8b5cf633;transform:translateY(-3px);box-shadow:0 5px 15px #8b5cf64d}@media (max-width:1024px){.SkillsSection-module-scss-module__EUygDa__skillsGrid{grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:1.5rem}}@media (max-width:768px){.SkillsSection-module-scss-module__EUygDa__skills{padding:5rem 0 3rem}.SkillsSection-module-scss-module__EUygDa__container{padding:0 1rem}.SkillsSection-module-scss-module__EUygDa__skillsGrid{grid-template-columns:1fr;gap:1rem}.SkillsSection-module-scss-module__EUygDa__skillCategory{padding:1.5rem}.SkillsSection-module-scss-module__EUygDa__categoryHeader{gap:.8rem;margin-bottom:1.5rem}.SkillsSection-module-scss-module__EUygDa__categoryIcon{width:50px;height:50px;font-size:1.5rem}.SkillsSection-module-scss-module__EUygDa__categoryTitle{font-size:1.3rem}.SkillsSection-module-scss-module__EUygDa__skillTags{gap:.5rem}.SkillsSection-module-scss-module__EUygDa__skillTag{padding:.6rem 1rem;font-size:.8rem}}@media (max-width:480px){.SkillsSection-module-scss-module__EUygDa__skills{padding:3rem 0 2rem}.SkillsSection-module-scss-module__EUygDa__sectionTitle{font-size:2rem}.SkillsSection-module-scss-module__EUygDa__sectionDescription{font-size:1rem}.SkillsSection-module-scss-module__EUygDa__skillCategory{padding:1rem}.SkillsSection-module-scss-module__EUygDa__categoryHeader{text-align:center;flex-direction:column;gap:1rem}.SkillsSection-module-scss-module__EUygDa__additionalTitle{font-size:1.5rem}}
:root,:root[data-theme=dark]{--bg-primary:#0a0a0f;--bg-secondary:#111118;--bg-card:#1a1a25;--accent-cyan:#0ff;--accent-purple:#8b5cf6;--accent-pink:#f471b5;--accent-blue:#3b82f6;--text-primary:#fff;--text-secondary:#a8a8b3;--text-muted:#64748b;--border-primary:#2d2d3a;--border-glow:#00ffff50;--gradient-primary:linear-gradient(135deg,#0ff 0%,#8b5cf6 100%);--gradient-secondary:linear-gradient(135deg,#f471b5 0%,#3b82f6 100%);--gradient-bg:linear-gradient(135deg,#0a0a0f 0%,#111118 50%,#1a1a25 100%);--shadow-glow:0 0 20px #00ffff4d;--shadow-card:0 8px 32px #0006;--shadow-text:0 0 10px #00ffff80;--bg-gradient-1:#8b5cf61a;--bg-gradient-2:#00ffff1a}:root[data-theme=white]{--bg-primary:#fff;--bg-secondary:#f8f9fa;--bg-card:#fff;--accent-cyan:#0891b2;--accent-purple:#7c3aed;--accent-pink:#db2777;--accent-blue:#2563eb;--text-primary:#0f172a;--text-secondary:#475569;--text-muted:#94a3b8;--border-primary:#e2e8f0;--border-glow:#0891b240;--gradient-primary:linear-gradient(135deg,#0891b2 0%,#7c3aed 100%);--gradient-secondary:linear-gradient(135deg,#db2777 0%,#2563eb 100%);--gradient-bg:linear-gradient(135deg,#fff 0%,#f8f9fa 100%);--shadow-glow:0 0 20px #0891b233;--shadow-card:0 4px 24px #00000014;--shadow-text:0 2px 8px #0891b24d;--bg-gradient-1:#7c3aed08;--bg-gradient-2:#0891b208}@keyframes ContactSection-module-scss-module__CGPh-q__pulse-glow{0%,to{box-shadow:0 0 5px var(--accent-cyan)}50%{box-shadow:0 0 20px var(--accent-cyan),0 0 30px var(--accent-cyan)}}@keyframes ContactSection-module-scss-module__CGPh-q__float{0%,to{transform:translateY(0)}50%{transform:translateY(-10px)}}@keyframes ContactSection-module-scss-module__CGPh-q__slideInFromLeft{0%{opacity:0;transform:translate(-100%)}to{opacity:1;transform:translate(0)}}@keyframes ContactSection-module-scss-module__CGPh-q__slideInFromRight{0%{opacity:0;transform:translate(100%)}to{opacity:1;transform:translate(0)}}@keyframes ContactSection-module-scss-module__CGPh-q__fadeInUp{0%{opacity:0;transform:translateY(30px)}to{opacity:1;transform:translateY(0)}}.ContactSection-module-scss-module__CGPh-q__contact{padding:1rem 0 8rem;position:relative;overflow:hidden}.ContactSection-module-scss-module__CGPh-q__container{z-index:2;max-width:1200px;margin:0 auto;padding:0 2rem;position:relative}.ContactSection-module-scss-module__CGPh-q__sectionHeader{text-align:center;margin-top:1rem;margin-bottom:4rem;animation:1s ease-out ContactSection-module-scss-module__CGPh-q__fadeInUp}.ContactSection-module-scss-module__CGPh-q__sectionTag{color:var(--accent-cyan);text-transform:uppercase;letter-spacing:1px;background:#00ffff1a;border:1px solid #00ffff4d;border-radius:20px;margin-bottom:1rem;padding:.5rem 1rem;font-family:Rajdhani,sans-serif;font-size:.9rem;font-weight:600;display:inline-block}.ContactSection-module-scss-module__CGPh-q__sectionTitle{color:var(--text-primary);margin-bottom:1.5rem;font-size:clamp(2.5rem,5vw,4rem);font-weight:700;line-height:1.2}.ContactSection-module-scss-module__CGPh-q__titleLine{display:inline}.ContactSection-module-scss-module__CGPh-q__titleLine:not(:last-child):after{content:" "}.ContactSection-module-scss-module__CGPh-q__highlight{background:var(--gradient-primary);-webkit-text-fill-color:#0000;-webkit-background-clip:text;background-clip:text}.ContactSection-module-scss-module__CGPh-q__sectionDescription{color:var(--text-secondary);max-width:600px;margin:0 auto;font-size:1.2rem;line-height:1.6}.ContactSection-module-scss-module__CGPh-q__contactContent{box-sizing:border-box;grid-template-columns:1fr 1fr;align-items:start;gap:4rem;width:100%;display:grid}@media (max-width:968px){.ContactSection-module-scss-module__CGPh-q__contactContent{grid-template-columns:1fr;gap:2.5rem;width:100%}.ContactSection-module-scss-module__CGPh-q__contactInfo,.ContactSection-module-scss-module__CGPh-q__contactForm{box-sizing:border-box;width:100%;min-width:0;max-width:100vw}}@media (max-width:768px){.ContactSection-module-scss-module__CGPh-q__contact{padding:2rem 0 3rem}.ContactSection-module-scss-module__CGPh-q__container{padding:0 .5rem}.ContactSection-module-scss-module__CGPh-q__contactContent{gap:1.5rem}.ContactSection-module-scss-module__CGPh-q__contactInfo,.ContactSection-module-scss-module__CGPh-q__contactForm{box-sizing:border-box;width:100%;min-width:0;max-width:100vw}.ContactSection-module-scss-module__CGPh-q__contactMethods{gap:.8rem}.ContactSection-module-scss-module__CGPh-q__contactMethod{gap:.8rem;padding:.8rem;font-size:.95rem}.ContactSection-module-scss-module__CGPh-q__methodIcon{width:36px;height:36px;font-size:1.2rem}.ContactSection-module-scss-module__CGPh-q__socialLinks{gap:.5rem}.ContactSection-module-scss-module__CGPh-q__socialLink{width:36px;height:36px;font-size:1.2rem}.ContactSection-module-scss-module__CGPh-q__form{padding:1rem}}@media (max-width:480px){.ContactSection-module-scss-module__CGPh-q__contact{padding:1.2rem 0 2rem}.ContactSection-module-scss-module__CGPh-q__container{padding:0 .2rem}.ContactSection-module-scss-module__CGPh-q__sectionHeader{margin-bottom:1.5rem}.ContactSection-module-scss-module__CGPh-q__sectionTitle{word-break:break-word;font-size:1.2rem}.ContactSection-module-scss-module__CGPh-q__sectionDescription{word-break:break-word;font-size:.95rem}.ContactSection-module-scss-module__CGPh-q__contactContent{gap:1rem}.ContactSection-module-scss-module__CGPh-q__contactInfo,.ContactSection-module-scss-module__CGPh-q__contactForm{box-sizing:border-box;width:100%;min-width:0;max-width:100vw}.ContactSection-module-scss-module__CGPh-q__contactMethods{gap:.5rem}.ContactSection-module-scss-module__CGPh-q__contactMethod{gap:.5rem;padding:.5rem;font-size:.9rem}.ContactSection-module-scss-module__CGPh-q__methodIcon{width:28px;height:28px;font-size:1rem}.ContactSection-module-scss-module__CGPh-q__methodValue{word-break:break-all;font-size:.9rem}.ContactSection-module-scss-module__CGPh-q__socialLinks{gap:.3rem}.ContactSection-module-scss-module__CGPh-q__socialLink{width:28px;height:28px;font-size:1rem}.ContactSection-module-scss-module__CGPh-q__form{padding:.5rem}.ContactSection-module-scss-module__CGPh-q__formTitle{font-size:1rem}.ContactSection-module-scss-module__CGPh-q__formDescription{font-size:.9rem}.ContactSection-module-scss-module__CGPh-q__input,.ContactSection-module-scss-module__CGPh-q__textarea{padding:.5rem;font-size:.9rem}.ContactSection-module-scss-module__CGPh-q__submitButton{padding:.7rem 1rem;font-size:.9rem}}@media (max-width:375px){.ContactSection-module-scss-module__CGPh-q__container{padding:0 .05rem}.ContactSection-module-scss-module__CGPh-q__sectionTitle{font-size:1rem}.ContactSection-module-scss-module__CGPh-q__infoTitle{word-break:break-word;-webkit-hyphens:auto;hyphens:auto;overflow-wrap:anywhere;max-width:100%;font-size:.9rem}.ContactSection-module-scss-module__CGPh-q__contactMethod{gap:.3rem;padding:.3rem;font-size:.8rem}.ContactSection-module-scss-module__CGPh-q__methodIcon{width:20px;height:20px;font-size:.8rem}.ContactSection-module-scss-module__CGPh-q__methodValue,.ContactSection-module-scss-module__CGPh-q__formTitle{font-size:.8rem}.ContactSection-module-scss-module__CGPh-q__formDescription{font-size:.7rem}.ContactSection-module-scss-module__CGPh-q__input,.ContactSection-module-scss-module__CGPh-q__textarea{padding:.3rem;font-size:.8rem}.ContactSection-module-scss-module__CGPh-q__submitButton{padding:.4rem .7rem;font-size:.8rem}}@media (max-width:968px){.ContactSection-module-scss-module__CGPh-q__contactContent{grid-template-columns:1fr;gap:3rem}.ContactSection-module-scss-module__CGPh-q__contactInfo{order:1}.ContactSection-module-scss-module__CGPh-q__contactForm{order:2}}@media (max-width:768px){.ContactSection-module-scss-module__CGPh-q__contact{padding:3rem 0 5rem}.ContactSection-module-scss-module__CGPh-q__container{padding:0 1.5rem}.ContactSection-module-scss-module__CGPh-q__sectionHeader{text-align:center;margin-bottom:3rem}.ContactSection-module-scss-module__CGPh-q__sectionTitle{text-align:center;flex-direction:column;align-items:center;display:flex}.ContactSection-module-scss-module__CGPh-q__titleLine{display:block}.ContactSection-module-scss-module__CGPh-q__sectionDescription{text-align:center}.ContactSection-module-scss-module__CGPh-q__contactContent{gap:2.5rem}.ContactSection-module-scss-module__CGPh-q__infoHeader{text-align:center;margin-bottom:2rem}.ContactSection-module-scss-module__CGPh-q__infoTitle{text-align:center;word-break:break-word;-webkit-hyphens:auto;hyphens:auto;overflow-wrap:anywhere;max-width:100%;font-size:1.75rem}.ContactSection-module-scss-module__CGPh-q__infoDescription{text-align:center}.ContactSection-module-scss-module__CGPh-q__contactMethods{gap:1.25rem;margin-bottom:2rem}.ContactSection-module-scss-module__CGPh-q__contactMethod{padding:1.25rem}.ContactSection-module-scss-module__CGPh-q__methodIcon{width:50px;height:50px;font-size:1.75rem}.ContactSection-module-scss-module__CGPh-q__socialLinks{gap:1rem}.ContactSection-module-scss-module__CGPh-q__socialLink{width:50px;height:50px}.ContactSection-module-scss-module__CGPh-q__formHeader,.ContactSection-module-scss-module__CGPh-q__formTitle,.ContactSection-module-scss-module__CGPh-q__formDescription{text-align:center}}@media (max-width:480px){.ContactSection-module-scss-module__CGPh-q__contact{padding:2rem 0 4rem}.ContactSection-module-scss-module__CGPh-q__container{padding:0 1rem}.ContactSection-module-scss-module__CGPh-q__sectionHeader{text-align:center}.ContactSection-module-scss-module__CGPh-q__sectionTitle{text-align:center;flex-direction:column;align-items:center;font-size:2rem;display:flex}.ContactSection-module-scss-module__CGPh-q__titleLine{display:block}.ContactSection-module-scss-module__CGPh-q__sectionDescription{text-align:center;font-size:1rem}.ContactSection-module-scss-module__CGPh-q__infoHeader{text-align:center}.ContactSection-module-scss-module__CGPh-q__infoTitle{text-align:center;word-break:break-word;-webkit-hyphens:auto;hyphens:auto;overflow-wrap:anywhere;max-width:100%;font-size:1.5rem}.ContactSection-module-scss-module__CGPh-q__infoDescription{text-align:center;font-size:1rem}.ContactSection-module-scss-module__CGPh-q__contactMethod{text-align:center;flex-direction:column;padding:1rem}.ContactSection-module-scss-module__CGPh-q__methodIcon{width:45px;height:45px;font-size:1.5rem}.ContactSection-module-scss-module__CGPh-q__methodValue{font-size:1rem}.ContactSection-module-scss-module__CGPh-q__formGroup{margin-bottom:1.25rem}.ContactSection-module-scss-module__CGPh-q__formHeader,.ContactSection-module-scss-module__CGPh-q__formTitle,.ContactSection-module-scss-module__CGPh-q__formDescription{text-align:center}.ContactSection-module-scss-module__CGPh-q__submitButton{padding:1rem 1.5rem;font-size:1rem}}.ContactSection-module-scss-module__CGPh-q__contactInfo{animation:1s ease-out ContactSection-module-scss-module__CGPh-q__slideInFromLeft}.ContactSection-module-scss-module__CGPh-q__infoHeader{margin-bottom:3rem}.ContactSection-module-scss-module__CGPh-q__infoTitle{color:var(--text-primary);word-break:break-word;-webkit-hyphens:auto;hyphens:auto;overflow-wrap:anywhere;max-width:100%;margin-bottom:1rem;font-family:Orbitron,monospace;font-size:2rem;font-weight:600}.ContactSection-module-scss-module__CGPh-q__infoDescription{color:var(--text-secondary);font-size:1.1rem;line-height:1.6}.ContactSection-module-scss-module__CGPh-q__contactMethods{flex-direction:column;gap:1.5rem;margin-bottom:3rem;display:flex}.ContactSection-module-scss-module__CGPh-q__contactMethod{background:var(--bg-card);border:1px solid var(--border-primary);-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);color:inherit;border-radius:12px;align-items:center;gap:1.5rem;padding:1.5rem;text-decoration:none;transition:all .3s;animation:1s ease-out both ContactSection-module-scss-module__CGPh-q__fadeInUp;display:flex;position:relative;overflow:hidden}.ContactSection-module-scss-module__CGPh-q__contactMethod:hover{border-color:var(--accent-cyan);transform:translateY(-5px);box-shadow:0 10px 30px #0ff3}.ContactSection-module-scss-module__CGPh-q__methodIcon{background:var(--gradient-primary);border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:60px;height:60px;font-size:2rem;display:flex;box-shadow:0 0 20px #00ffff4d}.ContactSection-module-scss-module__CGPh-q__methodContent{flex:1}.ContactSection-module-scss-module__CGPh-q__methodTitle{color:var(--text-secondary);text-transform:uppercase;letter-spacing:1px;margin-bottom:.3rem;font-family:Rajdhani,sans-serif;font-size:1.1rem;font-weight:600}.ContactSection-module-scss-module__CGPh-q__methodValue{color:var(--text-primary);font-size:1.2rem;font-weight:500}.ContactSection-module-scss-module__CGPh-q__methodGlow{background:var(--gradient-primary);opacity:0;filter:blur(20px);z-index:-1;transition:opacity .3s;position:absolute;inset:0}.ContactSection-module-scss-module__CGPh-q__contactMethod:hover .ContactSection-module-scss-module__CGPh-q__methodGlow{opacity:.1}.ContactSection-module-scss-module__CGPh-q__socialSection{text-align:center}.ContactSection-module-scss-module__CGPh-q__socialTitle{color:var(--text-primary);margin-bottom:1.5rem;font-family:Rajdhani,sans-serif;font-size:1.3rem;font-weight:600}.ContactSection-module-scss-module__CGPh-q__socialLinks{justify-content:center;gap:1rem;display:flex}.ContactSection-module-scss-module__CGPh-q__socialLink{background:var(--bg-card);border:1px solid var(--border-primary);width:60px;height:60px;color:var(--text-secondary);-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border-radius:50%;justify-content:center;align-items:center;transition:all .3s;display:flex}.ContactSection-module-scss-module__CGPh-q__socialLink:hover{color:var(--accent-cyan);border-color:var(--accent-cyan);transform:translateY(-5px);box-shadow:0 0 20px #00ffff4d}.ContactSection-module-scss-module__CGPh-q__contactForm{animation:1s ease-out .3s both ContactSection-module-scss-module__CGPh-q__slideInFromRight}.ContactSection-module-scss-module__CGPh-q__formHeader{margin-bottom:2rem}.ContactSection-module-scss-module__CGPh-q__formTitle{color:var(--text-primary);margin-bottom:1rem;font-family:Orbitron,monospace;font-size:2rem;font-weight:600}.ContactSection-module-scss-module__CGPh-q__formDescription{color:var(--text-secondary);font-size:1.1rem;line-height:1.6}.ContactSection-module-scss-module__CGPh-q__form{background:var(--bg-card);border:1px solid var(--border-primary);-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border-radius:16px;padding:2.5rem}.ContactSection-module-scss-module__CGPh-q__formGroup{margin-bottom:1.5rem}.ContactSection-module-scss-module__CGPh-q__label{color:var(--text-primary);text-transform:uppercase;letter-spacing:1px;margin-bottom:.5rem;font-family:Rajdhani,sans-serif;font-size:1rem;font-weight:600;display:block}.ContactSection-module-scss-module__CGPh-q__input,.ContactSection-module-scss-module__CGPh-q__textarea{background:var(--bg-secondary);border:1px solid var(--border-primary);width:100%;color:var(--text-primary);resize:none;border-radius:8px;padding:1rem;font-family:Rajdhani,sans-serif;font-size:1rem;transition:all .3s}.ContactSection-module-scss-module__CGPh-q__input:focus,.ContactSection-module-scss-module__CGPh-q__textarea:focus{border-color:var(--accent-cyan);outline:none;box-shadow:0 0 20px #0ff3}.ContactSection-module-scss-module__CGPh-q__input::placeholder,.ContactSection-module-scss-module__CGPh-q__textarea::placeholder{color:var(--text-muted)}.ContactSection-module-scss-module__CGPh-q__textarea{min-height:120px}.ContactSection-module-scss-module__CGPh-q__submitButton{background:var(--gradient-primary);width:100%;color:var(--bg-primary);text-transform:uppercase;letter-spacing:1px;cursor:pointer;border:none;border-radius:8px;justify-content:center;align-items:center;gap:.5rem;margin-top:1rem;padding:1.2rem 2rem;font-family:Orbitron,monospace;font-size:1.1rem;font-weight:600;transition:all .3s;display:flex}.ContactSection-module-scss-module__CGPh-q__submitButton:hover:not(:disabled){transform:translateY(-3px);box-shadow:0 10px 30px #0ff6}.ContactSection-module-scss-module__CGPh-q__submitButton:disabled{opacity:.7;cursor:not-allowed}.ContactSection-module-scss-module__CGPh-q__submitButton.ContactSection-module-scss-module__CGPh-q__submitting{background:var(--bg-secondary);color:var(--text-secondary)}.ContactSection-module-scss-module__CGPh-q__spinner{border:2px solid #0000;border-top-color:currentColor;border-radius:50%;width:20px;height:20px;animation:1s linear infinite ContactSection-module-scss-module__CGPh-q__spin}@keyframes ContactSection-module-scss-module__CGPh-q__spin{to{transform:rotate(360deg)}}.ContactSection-module-scss-module__CGPh-q__successMessage{background:var(--bg-card);border:1px solid var(--border-primary);text-align:center;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border-radius:16px;padding:3rem;animation:.5s ease-out ContactSection-module-scss-module__CGPh-q__fadeInUp}.ContactSection-module-scss-module__CGPh-q__successIcon{margin-bottom:1rem;font-size:4rem}.ContactSection-module-scss-module__CGPh-q__successTitle{color:var(--text-primary);margin-bottom:1rem;font-family:Orbitron,monospace;font-size:1.8rem;font-weight:600}.ContactSection-module-scss-module__CGPh-q__successText{color:var(--text-secondary);margin-bottom:2rem;font-size:1.1rem;line-height:1.6}.ContactSection-module-scss-module__CGPh-q__resetButton{border:2px solid var(--accent-cyan);color:var(--accent-cyan);cursor:pointer;text-transform:uppercase;letter-spacing:1px;background:0 0;border-radius:8px;padding:1rem 2rem;font-family:Rajdhani,sans-serif;font-weight:600;transition:all .3s}
:root,:root[data-theme=dark]{--bg-primary:#0a0a0f;--bg-secondary:#111118;--bg-card:#1a1a25;--accent-cyan:#0ff;--accent-purple:#8b5cf6;--accent-pink:#f471b5;--accent-blue:#3b82f6;--text-primary:#fff;--text-secondary:#a8a8b3;--text-muted:#64748b;--border-primary:#2d2d3a;--border-glow:#00ffff50;--gradient-primary:linear-gradient(135deg,#0ff 0%,#8b5cf6 100%);--gradient-secondary:linear-gradient(135deg,#f471b5 0%,#3b82f6 100%);--gradient-bg:linear-gradient(135deg,#0a0a0f 0%,#111118 50%,#1a1a25 100%);--shadow-glow:0 0 20px #00ffff4d;--shadow-card:0 8px 32px #0006;--shadow-text:0 0 10px #00ffff80;--bg-gradient-1:#8b5cf61a;--bg-gradient-2:#00ffff1a}:root[data-theme=white]{--bg-primary:#fff;--bg-secondary:#f8f9fa;--bg-card:#fff;--accent-cyan:#0891b2;--accent-purple:#7c3aed;--accent-pink:#db2777;--accent-blue:#2563eb;--text-primary:#0f172a;--text-secondary:#475569;--text-muted:#94a3b8;--border-primary:#e2e8f0;--border-glow:#0891b240;--gradient-primary:linear-gradient(135deg,#0891b2 0%,#7c3aed 100%);--gradient-secondary:linear-gradient(135deg,#db2777 0%,#2563eb 100%);--gradient-bg:linear-gradient(135deg,#fff 0%,#f8f9fa 100%);--shadow-glow:0 0 20px #0891b233;--shadow-card:0 4px 24px #00000014;--shadow-text:0 2px 8px #0891b24d;--bg-gradient-1:#7c3aed08;--bg-gradient-2:#0891b208}@keyframes Footer-module-scss-module__R6KjSq__pulse-glow{0%,to{box-shadow:0 0 5px var(--accent-cyan)}50%{box-shadow:0 0 20px var(--accent-cyan),0 0 30px var(--accent-cyan)}}@keyframes Footer-module-scss-module__R6KjSq__float{0%,to{transform:translateY(0)}50%{transform:translateY(-10px)}}@keyframes Footer-module-scss-module__R6KjSq__slideInFromLeft{0%{opacity:0;transform:translate(-100%)}to{opacity:1;transform:translate(0)}}@keyframes Footer-module-scss-module__R6KjSq__slideInFromRight{0%{opacity:0;transform:translate(100%)}to{opacity:1;transform:translate(0)}}@keyframes Footer-module-scss-module__R6KjSq__fadeInUp{0%{opacity:0;transform:translateY(30px)}to{opacity:1;transform:translateY(0)}}.Footer-module-scss-module__R6KjSq__footer{background:var(--bg-secondary);border-top:1px solid var(--border-primary);padding:4rem 0 2rem;position:relative;overflow:hidden}.Footer-module-scss-module__R6KjSq__footer:before{content:"";pointer-events:none;background:radial-gradient(circle at 50% 0,#00ffff0d 0%,#0000 50%);position:absolute;inset:0}.Footer-module-scss-module__R6KjSq__container{z-index:2;max-width:1200px;margin:0 auto;padding:0 2rem;position:relative}.Footer-module-scss-module__R6KjSq__content{grid-template-columns:2fr 3fr auto;align-items:start;gap:4rem;margin-bottom:3rem;display:grid}.Footer-module-scss-module__R6KjSq__branding{max-width:400px}.Footer-module-scss-module__R6KjSq__logo{margin-bottom:1rem;display:inline-block;position:relative}.Footer-module-scss-module__R6KjSq__logoText{background:var(--gradient-primary);-webkit-text-fill-color:#0000;text-shadow:0 0 10px #00ffff80;-webkit-background-clip:text;background-clip:text;font-family:Orbitron,monospace;font-size:1.5rem;font-weight:900}.Footer-module-scss-module__R6KjSq__logoGlow{background:var(--gradient-primary);opacity:.2;filter:blur(10px);z-index:-1;animation:2s ease-in-out infinite Footer-module-scss-module__R6KjSq__pulse-glow;position:absolute;inset:0}.Footer-module-scss-module__R6KjSq__tagline{color:var(--text-primary);margin-bottom:.5rem;font-size:1.1rem;font-weight:600;line-height:1.6}.Footer-module-scss-module__R6KjSq__about{color:var(--text-secondary);font-size:.95rem;line-height:1.6}.Footer-module-scss-module__R6KjSq__links{grid-template-columns:repeat(3,1fr);gap:2rem;display:grid}.Footer-module-scss-module__R6KjSq__linkGroup{min-width:120px}.Footer-module-scss-module__R6KjSq__linkTitle{color:var(--text-primary);text-transform:uppercase;letter-spacing:1px;margin-bottom:1rem;font-family:Rajdhani,sans-serif;font-size:1.1rem;font-weight:600}.Footer-module-scss-module__R6KjSq__linkList{margin:0;padding:0;list-style:none}.Footer-module-scss-module__R6KjSq__linkList li{margin-bottom:.8rem}.Footer-module-scss-module__R6KjSq__linkList a{color:var(--text-secondary);font-family:Rajdhani,sans-serif;font-size:.95rem;font-weight:500;text-decoration:none;transition:all .3s}.Footer-module-scss-module__R6KjSq__linkList a:hover{color:var(--accent-cyan);text-shadow:0 0 5px var(--accent-cyan);transform:translate(5px)}.Footer-module-scss-module__R6KjSq__backToTop{background:var(--bg-card);border:1px solid var(--border-primary);width:50px;height:50px;color:var(--text-secondary);cursor:pointer;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border-radius:50%;justify-content:center;align-items:center;transition:all .3s;display:flex}.Footer-module-scss-module__R6KjSq__backToTop:hover{background:var(--accent-cyan);color:var(--bg-primary);border-color:var(--accent-cyan);transform:translateY(-3px);box-shadow:0 5px 20px #00ffff4d}.Footer-module-scss-module__R6KjSq__bottom{border-top:1px solid var(--border-primary);flex-wrap:wrap;justify-content:space-between;align-items:center;gap:2rem;padding-top:2rem;display:flex}.Footer-module-scss-module__R6KjSq__legalLinks{align-items:center;gap:1rem;display:flex}.Footer-module-scss-module__R6KjSq__legalLinks a{color:var(--text-secondary);font-size:.9rem;text-decoration:none;transition:color .3s}.Footer-module-scss-module__R6KjSq__legalLinks a:hover{color:var(--accent-cyan)}.Footer-module-scss-module__R6KjSq__legalLinks .Footer-module-scss-module__R6KjSq__separator{color:var(--text-muted);-webkit-user-select:none;user-select:none}.Footer-module-scss-module__R6KjSq__copyright p,.Footer-module-scss-module__R6KjSq__built p{color:var(--text-muted);margin:0;font-size:.9rem}.Footer-module-scss-module__R6KjSq__built p{font-family:Rajdhani,sans-serif;font-weight:500}@media (max-width:1024px){.Footer-module-scss-module__R6KjSq__content{grid-template-columns:1fr auto;gap:3rem}.Footer-module-scss-module__R6KjSq__links{gap:2rem}}@media (max-width:768px){.Footer-module-scss-module__R6KjSq__footer{padding:3rem 0 2rem}.Footer-module-scss-module__R6KjSq__container{padding:0 1rem}.Footer-module-scss-module__R6KjSq__content{text-align:center;grid-template-columns:1fr;gap:2rem}.Footer-module-scss-module__R6KjSq__links{justify-content:center;gap:2rem}.Footer-module-scss-module__R6KjSq__backToTop{margin:0 auto}.Footer-module-scss-module__R6KjSq__bottom{text-align:center;flex-direction:column;gap:1rem}.Footer-module-scss-module__R6KjSq__legalLinks{order:-1}}@media (max-width:480px){.Footer-module-scss-module__R6KjSq__footer{padding:2rem 0 1rem}.Footer-module-scss-module__R6KjSq__links{flex-direction:column;gap:2rem}.Footer-module-scss-module__R6KjSq__linkGroup{min-width:auto}.Footer-module-scss-module__R6KjSq__logoText{font-size:1.3rem}.Footer-module-scss-module__R6KjSq__tagline{font-size:.9rem}}
:root,:root[data-theme=dark]{--bg-primary:#0a0a0f;--bg-secondary:#111118;--bg-card:#1a1a25;--accent-cyan:#0ff;--accent-purple:#8b5cf6;--accent-pink:#f471b5;--accent-blue:#3b82f6;--text-primary:#fff;--text-secondary:#a8a8b3;--text-muted:#64748b;--border-primary:#2d2d3a;--border-glow:#00ffff50;--gradient-primary:linear-gradient(135deg,#0ff 0%,#8b5cf6 100%);--gradient-secondary:linear-gradient(135deg,#f471b5 0%,#3b82f6 100%);--gradient-bg:linear-gradient(135deg,#0a0a0f 0%,#111118 50%,#1a1a25 100%);--shadow-glow:0 0 20px #00ffff4d;--shadow-card:0 8px 32px #0006;--shadow-text:0 0 10px #00ffff80;--bg-gradient-1:#8b5cf61a;--bg-gradient-2:#00ffff1a}:root[data-theme=white]{--bg-primary:#fff;--bg-secondary:#f8f9fa;--bg-card:#fff;--accent-cyan:#0891b2;--accent-purple:#7c3aed;--accent-pink:#db2777;--accent-blue:#2563eb;--text-primary:#0f172a;--text-secondary:#475569;--text-muted:#94a3b8;--border-primary:#e2e8f0;--border-glow:#0891b240;--gradient-primary:linear-gradient(135deg,#0891b2 0%,#7c3aed 100%);--gradient-secondary:linear-gradient(135deg,#db2777 0%,#2563eb 100%);--gradient-bg:linear-gradient(135deg,#fff 0%,#f8f9fa 100%);--shadow-glow:0 0 20px #0891b233;--shadow-card:0 4px 24px #00000014;--shadow-text:0 2px 8px #0891b24d;--bg-gradient-1:#7c3aed08;--bg-gradient-2:#0891b208}@keyframes HeroBubblesMini-module-scss-module__h0qGPa__pulse-glow{0%,to{box-shadow:0 0 5px var(--accent-cyan)}50%{box-shadow:0 0 20px var(--accent-cyan),0 0 30px var(--accent-cyan)}}@keyframes HeroBubblesMini-module-scss-module__h0qGPa__float{0%,to{transform:translateY(0)}50%{transform:translateY(-10px)}}@keyframes HeroBubblesMini-module-scss-module__h0qGPa__slideInFromLeft{0%{opacity:0;transform:translate(-100%)}to{opacity:1;transform:translate(0)}}@keyframes HeroBubblesMini-module-scss-module__h0qGPa__slideInFromRight{0%{opacity:0;transform:translate(100%)}to{opacity:1;transform:translate(0)}}@keyframes HeroBubblesMini-module-scss-module__h0qGPa__fadeInUp{0%{opacity:0;transform:translateY(30px)}to{opacity:1;transform:translateY(0)}}.HeroBubblesMini-module-scss-module__h0qGPa__orbContainer{justify-content:center;align-items:center;width:54px;height:54px;display:flex;position:relative}.HeroBubblesMini-module-scss-module__h0qGPa__orbScene{width:54px;height:54px;margin:0 auto;position:relative}.HeroBubblesMini-module-scss-module__h0qGPa__imageGlow{background:var(--heroglow-bg,var(--gradient-primary));opacity:.15;filter:blur(8px);z-index:1;border-radius:50%;position:absolute;inset:-6px}.HeroBubblesMini-module-scss-module__h0qGPa__animationContainer{z-index:2;perspective:200px;width:54px;height:54px;transform-style:preserve-3d;will-change:transform;justify-content:center;align-items:center;display:flex;position:relative}.HeroBubblesMini-module-scss-module__h0qGPa__orb1,.HeroBubblesMini-module-scss-module__h0qGPa__orb2,.HeroBubblesMini-module-scss-module__h0qGPa__orb3,.HeroBubblesMini-module-scss-module__h0qGPa__orb4{filter:var(--heroorb-blur,blur(2px));box-shadow:var(--heroorb-shadow,0 0 30px currentColor);border-radius:50%;transition:filter .3s,box-shadow .3s;position:absolute}:root[data-theme=white]{--herocenter-glow:none;--heroglow-bg:none;--heroorb-blur:blur(.5px);--heroorb-shadow:0 0 10px 3px #7c3aed44,0 0 8px 2px #00eaff55}:root[data-theme=dark]{--heroorb-blur:blur(.5px);--heroorb-shadow:0 0 10px 3px #7c3aed44,0 0 8px 2px #00eaff55}.HeroBubblesMini-module-scss-module__h0qGPa__orb1{background:linear-gradient(135deg,#0ff,#8b5cf6);width:13px;height:13px;top:20%;left:20%}.HeroBubblesMini-module-scss-module__h0qGPa__orb2{background:linear-gradient(135deg,#a855f7,#f471b5);width:11px;height:11px;bottom:25%;right:20%}.HeroBubblesMini-module-scss-module__h0qGPa__orb3{background:linear-gradient(135deg,#06b6d4,#ec4899);width:9px;height:9px;top:60%;left:30%}.HeroBubblesMini-module-scss-module__h0qGPa__orb4{background:linear-gradient(135deg,#f471b5,#fbbf24);width:7px;height:7px;top:35%;right:30%}.HeroBubblesMini-module-scss-module__h0qGPa__ring1,.HeroBubblesMini-module-scss-module__h0qGPa__ring2{transform-style:preserve-3d;border-style:solid;border-radius:50%;transition:all .3s;position:absolute}.HeroBubblesMini-module-scss-module__h0qGPa__ring1{border:1.5px solid #00ffffb3;width:51px;height:51px;box-shadow:0 0 8px #00ffff80,0 0 12px #0ff3}.HeroBubblesMini-module-scss-module__h0qGPa__ring2{border:1.5px solid #8b5cf6a6;width:46px;height:46px;box-shadow:0 0 6px #8b5cf680,0 0 10px #8b5cf633}.HeroBubblesMini-module-scss-module__h0qGPa__centerGlow{background:var(--herocenter-glow,radial-gradient(circle,#8b5cf680 0%,transparent 70%));border-radius:50%;width:27px;height:27px;position:absolute}
:root,:root[data-theme=dark]{--bg-primary:#0a0a0f;--bg-secondary:#111118;--bg-card:#1a1a25;--accent-cyan:#0ff;--accent-purple:#8b5cf6;--accent-pink:#f471b5;--accent-blue:#3b82f6;--text-primary:#fff;--text-secondary:#a8a8b3;--text-muted:#64748b;--border-primary:#2d2d3a;--border-glow:#00ffff50;--gradient-primary:linear-gradient(135deg,#0ff 0%,#8b5cf6 100%);--gradient-secondary:linear-gradient(135deg,#f471b5 0%,#3b82f6 100%);--gradient-bg:linear-gradient(135deg,#0a0a0f 0%,#111118 50%,#1a1a25 100%);--shadow-glow:0 0 20px #00ffff4d;--shadow-card:0 8px 32px #0006;--shadow-text:0 0 10px #00ffff80;--bg-gradient-1:#8b5cf61a;--bg-gradient-2:#00ffff1a}:root[data-theme=white]{--bg-primary:#fff;--bg-secondary:#f8f9fa;--bg-card:#fff;--accent-cyan:#0891b2;--accent-purple:#7c3aed;--accent-pink:#db2777;--accent-blue:#2563eb;--text-primary:#0f172a;--text-secondary:#475569;--text-muted:#94a3b8;--border-primary:#e2e8f0;--border-glow:#0891b240;--gradient-primary:linear-gradient(135deg,#0891b2 0%,#7c3aed 100%);--gradient-secondary:linear-gradient(135deg,#db2777 0%,#2563eb 100%);--gradient-bg:linear-gradient(135deg,#fff 0%,#f8f9fa 100%);--shadow-glow:0 0 20px #0891b233;--shadow-card:0 4px 24px #00000014;--shadow-text:0 2px 8px #0891b24d;--bg-gradient-1:#7c3aed08;--bg-gradient-2:#0891b208}@keyframes ThemeSwitch-module-scss-module__d7ERnW__pulse-glow{0%,to{box-shadow:0 0 5px var(--accent-cyan)}50%{box-shadow:0 0 20px var(--accent-cyan),0 0 30px var(--accent-cyan)}}@keyframes ThemeSwitch-module-scss-module__d7ERnW__float{0%,to{transform:translateY(0)}50%{transform:translateY(-10px)}}@keyframes ThemeSwitch-module-scss-module__d7ERnW__slideInFromLeft{0%{opacity:0;transform:translate(-100%)}to{opacity:1;transform:translate(0)}}@keyframes ThemeSwitch-module-scss-module__d7ERnW__slideInFromRight{0%{opacity:0;transform:translate(100%)}to{opacity:1;transform:translate(0)}}@keyframes ThemeSwitch-module-scss-module__d7ERnW__fadeInUp{0%{opacity:0;transform:translateY(30px)}to{opacity:1;transform:translateY(0)}}.ThemeSwitch-module-scss-module__d7ERnW__themeSwitch{z-index:10;position:relative}.ThemeSwitch-module-scss-module__d7ERnW__toggle{cursor:pointer;background:0 0;border:none;width:60px;height:32px;padding:0;transition:all .3s;position:relative}.ThemeSwitch-module-scss-module__d7ERnW__toggle:hover{transform:scale(1.05)}.ThemeSwitch-module-scss-module__d7ERnW__toggleTrack{background:var(--bg-secondary);border:2px solid var(--border-primary);border-radius:16px;width:100%;height:100%;transition:all .3s cubic-bezier(.4,0,.2,1);display:block;position:relative;overflow:hidden}.ThemeSwitch-module-scss-module__d7ERnW__toggle:hover .ThemeSwitch-module-scss-module__d7ERnW__toggleTrack{border-color:var(--border-glow);box-shadow:0 0 12px var(--border-glow)}.ThemeSwitch-module-scss-module__d7ERnW__toggle.ThemeSwitch-module-scss-module__d7ERnW__light .ThemeSwitch-module-scss-module__d7ERnW__toggleTrack{background:var(--accent-cyan);border-color:var(--accent-cyan)}.ThemeSwitch-module-scss-module__d7ERnW__toggleThumb{background:var(--bg-card);border-radius:50%;justify-content:center;align-items:center;width:24px;height:24px;transition:all .3s cubic-bezier(.4,0,.2,1);display:flex;position:absolute;top:2px;left:2px;box-shadow:0 2px 8px #0003}.ThemeSwitch-module-scss-module__d7ERnW__toggle.ThemeSwitch-module-scss-module__d7ERnW__light .ThemeSwitch-module-scss-module__d7ERnW__toggleThumb{background:#fff;transform:translate(28px);box-shadow:0 2px 12px #00000026}.ThemeSwitch-module-scss-module__d7ERnW__icon{justify-content:center;align-items:center;font-size:14px;line-height:1;transition:transform .3s;display:flex}.ThemeSwitch-module-scss-module__d7ERnW__toggle:active .ThemeSwitch-module-scss-module__d7ERnW__icon{transform:scale(.9)}@media (max-width:768px){.ThemeSwitch-module-scss-module__d7ERnW__toggle{width:56px;height:30px}.ThemeSwitch-module-scss-module__d7ERnW__toggleThumb{width:22px;height:22px}.ThemeSwitch-module-scss-module__d7ERnW__toggle.ThemeSwitch-module-scss-module__d7ERnW__light .ThemeSwitch-module-scss-module__d7ERnW__toggleThumb{transform:translate(26px)}.ThemeSwitch-module-scss-module__d7ERnW__icon{font-size:13px}}@media (max-width:480px){.ThemeSwitch-module-scss-module__d7ERnW__toggle{width:52px;height:28px}.ThemeSwitch-module-scss-module__d7ERnW__toggleThumb{width:20px;height:20px}.ThemeSwitch-module-scss-module__d7ERnW__toggle.ThemeSwitch-module-scss-module__d7ERnW__light .ThemeSwitch-module-scss-module__d7ERnW__toggleThumb{transform:translate(24px)}.ThemeSwitch-module-scss-module__d7ERnW__icon{font-size:12px}}
:root,:root[data-theme=dark]{--bg-primary:#0a0a0f;--bg-secondary:#111118;--bg-card:#1a1a25;--accent-cyan:#0ff;--accent-purple:#8b5cf6;--accent-pink:#f471b5;--accent-blue:#3b82f6;--text-primary:#fff;--text-secondary:#a8a8b3;--text-muted:#64748b;--border-primary:#2d2d3a;--border-glow:#00ffff50;--gradient-primary:linear-gradient(135deg,#0ff 0%,#8b5cf6 100%);--gradient-secondary:linear-gradient(135deg,#f471b5 0%,#3b82f6 100%);--gradient-bg:linear-gradient(135deg,#0a0a0f 0%,#111118 50%,#1a1a25 100%);--shadow-glow:0 0 20px #00ffff4d;--shadow-card:0 8px 32px #0006;--shadow-text:0 0 10px #00ffff80;--bg-gradient-1:#8b5cf61a;--bg-gradient-2:#00ffff1a}:root[data-theme=white]{--bg-primary:#fff;--bg-secondary:#f8f9fa;--bg-card:#fff;--accent-cyan:#0891b2;--accent-purple:#7c3aed;--accent-pink:#db2777;--accent-blue:#2563eb;--text-primary:#0f172a;--text-secondary:#475569;--text-muted:#94a3b8;--border-primary:#e2e8f0;--border-glow:#0891b240;--gradient-primary:linear-gradient(135deg,#0891b2 0%,#7c3aed 100%);--gradient-secondary:linear-gradient(135deg,#db2777 0%,#2563eb 100%);--gradient-bg:linear-gradient(135deg,#fff 0%,#f8f9fa 100%);--shadow-glow:0 0 20px #0891b233;--shadow-card:0 4px 24px #00000014;--shadow-text:0 2px 8px #0891b24d;--bg-gradient-1:#7c3aed08;--bg-gradient-2:#0891b208}@keyframes LanguageSwitch-module-scss-module__Rw7n4G__pulse-glow{0%,to{box-shadow:0 0 5px var(--accent-cyan)}50%{box-shadow:0 0 20px var(--accent-cyan),0 0 30px var(--accent-cyan)}}@keyframes LanguageSwitch-module-scss-module__Rw7n4G__float{0%,to{transform:translateY(0)}50%{transform:translateY(-10px)}}@keyframes LanguageSwitch-module-scss-module__Rw7n4G__slideInFromLeft{0%{opacity:0;transform:translate(-100%)}to{opacity:1;transform:translate(0)}}@keyframes LanguageSwitch-module-scss-module__Rw7n4G__slideInFromRight{0%{opacity:0;transform:translate(100%)}to{opacity:1;transform:translate(0)}}@keyframes LanguageSwitch-module-scss-module__Rw7n4G__fadeInUp{0%{opacity:0;transform:translateY(30px)}to{opacity:1;transform:translateY(0)}}.LanguageSwitch-module-scss-module__Rw7n4G__languageSwitch{z-index:10;position:relative}.LanguageSwitch-module-scss-module__Rw7n4G__toggle{cursor:pointer;background:0 0;border:none;width:60px;height:32px;padding:0;transition:all .3s;position:relative}.LanguageSwitch-module-scss-module__Rw7n4G__toggle:hover{transform:scale(1.05)}.LanguageSwitch-module-scss-module__Rw7n4G__toggleTrack{background:var(--accent-purple);border:2px solid var(--accent-purple);border-radius:16px;width:100%;height:100%;transition:all .3s cubic-bezier(.4,0,.2,1);display:block;position:relative;overflow:hidden}.LanguageSwitch-module-scss-module__Rw7n4G__toggle:hover .LanguageSwitch-module-scss-module__Rw7n4G__toggleTrack{border-color:var(--border-glow);box-shadow:0 0 12px var(--border-glow)}.LanguageSwitch-module-scss-module__Rw7n4G__toggle.LanguageSwitch-module-scss-module__Rw7n4G__german .LanguageSwitch-module-scss-module__Rw7n4G__toggleTrack{background:var(--accent-cyan);border-color:var(--accent-cyan)}.LanguageSwitch-module-scss-module__Rw7n4G__toggleThumb{background:var(--bg-card);border-radius:50%;justify-content:center;align-items:center;width:24px;height:24px;transition:all .3s cubic-bezier(.4,0,.2,1);display:flex;position:absolute;top:2px;left:2px;box-shadow:0 2px 8px #0003}.LanguageSwitch-module-scss-module__Rw7n4G__toggle.LanguageSwitch-module-scss-module__Rw7n4G__german .LanguageSwitch-module-scss-module__Rw7n4G__toggleThumb{background:#fff;transform:translate(28px);box-shadow:0 2px 12px #00000026}.LanguageSwitch-module-scss-module__Rw7n4G__flag{justify-content:center;align-items:center;font-size:14px;line-height:1;transition:transform .3s;display:flex}.LanguageSwitch-module-scss-module__Rw7n4G__toggle:active .LanguageSwitch-module-scss-module__Rw7n4G__flag{transform:scale(.9)}@media (max-width:768px){.LanguageSwitch-module-scss-module__Rw7n4G__toggle{width:56px;height:30px}.LanguageSwitch-module-scss-module__Rw7n4G__toggleThumb{width:22px;height:22px}.LanguageSwitch-module-scss-module__Rw7n4G__toggle.LanguageSwitch-module-scss-module__Rw7n4G__german .LanguageSwitch-module-scss-module__Rw7n4G__toggleThumb{transform:translate(26px)}.LanguageSwitch-module-scss-module__Rw7n4G__flag{font-size:13px}}@media (max-width:480px){.LanguageSwitch-module-scss-module__Rw7n4G__toggle{width:52px;height:28px}.LanguageSwitch-module-scss-module__Rw7n4G__toggleThumb{width:20px;height:20px}.LanguageSwitch-module-scss-module__Rw7n4G__toggle.LanguageSwitch-module-scss-module__Rw7n4G__german .LanguageSwitch-module-scss-module__Rw7n4G__toggleThumb{transform:translate(24px)}.LanguageSwitch-module-scss-module__Rw7n4G__flag{font-size:12px}}
