.Contact-module__hcVmEa__contact{position:relative;overflow:hidden}.Contact-module__hcVmEa__contact:before{content:"";background:radial-gradient(circle,var(--accent-primary)0%,transparent 70%);opacity:.05;pointer-events:none;width:800px;height:800px;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}.Contact-module__hcVmEa__content{grid-template-columns:1fr 1fr;align-items:start;gap:48px;display:grid}.Contact-module__hcVmEa__infoSection{flex-direction:column;gap:32px;display:flex}.Contact-module__hcVmEa__infoTitle{font-size:1.75rem;font-weight:600;line-height:1.3}.Contact-module__hcVmEa__infoText{color:var(--text-secondary);line-height:1.8}.Contact-module__hcVmEa__contactDetails{flex-direction:column;gap:20px;display:flex}.Contact-module__hcVmEa__contactItem{align-items:center;gap:16px;display:flex}.Contact-module__hcVmEa__contactIcon{background:var(--glass-bg);border:1px solid var(--glass-border);border-radius:var(--radius-md);width:50px;height:50px;color:var(--accent-primary);flex-shrink:0;justify-content:center;align-items:center;display:flex}.Contact-module__hcVmEa__contactLabel{color:var(--text-muted);text-transform:uppercase;letter-spacing:1px;margin-bottom:2px;font-size:.8rem;display:block}.Contact-module__hcVmEa__contactValue{color:var(--text-primary);transition:color var(--transition-fast);font-weight:500;text-decoration:none}a.Contact-module__hcVmEa__contactValue:hover{color:var(--accent-primary)}.Contact-module__hcVmEa__socialSection{margin-top:16px}.Contact-module__hcVmEa__socialTitle{color:var(--text-secondary);margin-bottom:16px;font-size:1rem;font-weight:500}.Contact-module__hcVmEa__socialLinks{gap:12px;display:flex}.Contact-module__hcVmEa__socialLink{background:var(--glass-bg);border:1px solid var(--glass-border);border-radius:var(--radius-md);width:44px;height:44px;color:var(--text-secondary);transition:all var(--transition-medium);justify-content:center;align-items:center;display:flex}.Contact-module__hcVmEa__socialLink:hover{background:var(--accent-gradient);color:#fff;border-color:#0000}.Contact-module__hcVmEa__form{flex-direction:column;gap:24px;padding:40px;display:flex}.Contact-module__hcVmEa__formRow{grid-template-columns:1fr 1fr;gap:20px;display:grid}.Contact-module__hcVmEa__formGroup{flex-direction:column;gap:8px;display:flex}.Contact-module__hcVmEa__label{color:var(--text-secondary);font-size:.9rem;font-weight:500}.Contact-module__hcVmEa__input,.Contact-module__hcVmEa__textarea{background:var(--bg-tertiary);border:1px solid var(--glass-border);border-radius:var(--radius-md);color:var(--text-primary);transition:all var(--transition-fast);outline:none;padding:14px 18px;font-family:Outfit,sans-serif;font-size:1rem}.Contact-module__hcVmEa__input:focus,.Contact-module__hcVmEa__textarea:focus{border-color:var(--accent-primary);box-shadow:0 0 0 3px #8b5cf61a}.Contact-module__hcVmEa__input::placeholder,.Contact-module__hcVmEa__textarea::placeholder{color:var(--text-muted)}.Contact-module__hcVmEa__textarea{resize:vertical;min-height:120px}.Contact-module__hcVmEa__submitBtn{width:100%;margin-top:8px}@media (max-width:968px){.Contact-module__hcVmEa__content{grid-template-columns:1fr}}@media (max-width:480px){.Contact-module__hcVmEa__form{padding:24px}.Contact-module__hcVmEa__formRow{grid-template-columns:1fr}}
.Navbar-module__cJzEcG__navbar{z-index:1000;transition:all var(--transition-medium);padding:20px 0;position:fixed;top:0;left:0;right:0}.Navbar-module__cJzEcG__navbar.Navbar-module__cJzEcG__scrolled{-webkit-backdrop-filter:blur(20px);border-bottom:1px solid var(--glass-border);background:#0a0a0fe6;padding:12px 0}.Navbar-module__cJzEcG__navContainer{justify-content:space-between;align-items:center;display:flex}.Navbar-module__cJzEcG__logo{color:var(--text-primary);font-size:1.5rem;font-weight:700;text-decoration:none}.Navbar-module__cJzEcG__desktopNav{align-items:center;gap:40px;display:flex}.Navbar-module__cJzEcG__navLinks{gap:40px;list-style:none;display:flex}.Navbar-module__cJzEcG__navLink{color:var(--text-secondary);transition:color var(--transition-fast);font-weight:500;text-decoration:none;position:relative}.Navbar-module__cJzEcG__navLink:after{content:"";background:var(--accent-gradient);width:0;height:2px;transition:width var(--transition-medium);position:absolute;bottom:-4px;left:0}.Navbar-module__cJzEcG__navLink:hover{color:var(--text-primary)}.Navbar-module__cJzEcG__navLink:hover:after{width:100%}.Navbar-module__cJzEcG__socialLinks{border-left:1px solid var(--glass-border);align-items:center;gap:16px;padding-left:40px;display:flex}.Navbar-module__cJzEcG__socialLink{color:var(--text-secondary);transition:color var(--transition-fast);justify-content:center;align-items:center;display:flex}.Navbar-module__cJzEcG__socialLink:hover{color:var(--accent-primary)}.Navbar-module__cJzEcG__mobileMenuBtn{cursor:pointer;z-index:1001;background:0 0;border:none;padding:10px;display:none}.Navbar-module__cJzEcG__hamburger{background:var(--text-primary);width:24px;height:2px;transition:all var(--transition-fast);display:block;position:relative}.Navbar-module__cJzEcG__hamburger:before,.Navbar-module__cJzEcG__hamburger:after{content:"";background:var(--text-primary);width:24px;height:2px;transition:all var(--transition-fast);position:absolute}.Navbar-module__cJzEcG__hamburger:before{top:-8px}.Navbar-module__cJzEcG__hamburger:after{bottom:-8px}.Navbar-module__cJzEcG__hamburger.Navbar-module__cJzEcG__open{background:0 0}.Navbar-module__cJzEcG__hamburger.Navbar-module__cJzEcG__open:before{top:0;transform:rotate(45deg)}.Navbar-module__cJzEcG__hamburger.Navbar-module__cJzEcG__open:after{bottom:0;transform:rotate(-45deg)}.Navbar-module__cJzEcG__mobileMenu{display:none}.Navbar-module__cJzEcG__mobileSocials{border-top:1px solid var(--glass-border);gap:20px;margin-top:auto;padding-top:24px;display:flex}.Navbar-module__cJzEcG__mobileSocialLink{color:var(--text-secondary);transition:color var(--transition-fast)}.Navbar-module__cJzEcG__mobileSocialLink:hover{color:var(--accent-primary)}@media (max-width:900px){.Navbar-module__cJzEcG__navLinks,.Navbar-module__cJzEcG__desktopNav{gap:24px}.Navbar-module__cJzEcG__socialLinks{padding-left:24px}}@media (max-width:768px){.Navbar-module__cJzEcG__desktopNav{display:none}.Navbar-module__cJzEcG__mobileMenuBtn{display:block}.Navbar-module__cJzEcG__mobileMenu{background:var(--bg-secondary);border-left:1px solid var(--glass-border);flex-direction:column;gap:24px;width:280px;height:100vh;padding:100px 40px 40px;display:flex;position:fixed;top:0;right:0}.Navbar-module__cJzEcG__mobileLink{color:var(--text-secondary);transition:color var(--transition-fast);font-size:1.25rem;font-weight:500;text-decoration:none}.Navbar-module__cJzEcG__mobileLink:hover{color:var(--accent-primary)}}
.Hero-module__ZARIfG__hero{justify-content:center;align-items:center;min-height:100vh;padding-top:80px;padding-bottom:120px;display:flex;position:relative;overflow:hidden}.Hero-module__ZARIfG__bgElements{pointer-events:none;position:absolute;inset:0;overflow:hidden}.Hero-module__ZARIfG__orb{filter:blur(100px);border-radius:50%;position:absolute}.Hero-module__ZARIfG__orb1{background:var(--accent-primary);opacity:.3;width:600px;height:600px;top:-200px;right:-200px}.Hero-module__ZARIfG__orb2{background:var(--accent-secondary);opacity:.4;width:500px;height:500px;bottom:-150px;left:-150px}.Hero-module__ZARIfG__orb3{background:linear-gradient(135deg,var(--accent-primary),var(--accent-secondary));opacity:.2;width:300px;height:300px;top:50%;left:50%;transform:translate(-50%,-50%)}.Hero-module__ZARIfG__gridPattern{background-image:linear-gradient(#ffffff08 1px,#0000 1px),linear-gradient(90deg,#ffffff08 1px,#0000 1px);background-size:60px 60px;position:absolute;inset:0;-webkit-mask-image:radial-gradient(#000 20%,#0000 70%);mask-image:radial-gradient(#000 20%,#0000 70%)}.Hero-module__ZARIfG__heroContent{text-align:center;z-index:1;position:relative}.Hero-module__ZARIfG__greeting{color:var(--text-secondary);justify-content:center;align-items:center;gap:12px;margin-bottom:16px;font-size:1.25rem;display:flex}.Hero-module__ZARIfG__wave{transform-origin:70% 70%;animation:2s ease-in-out infinite Hero-module__ZARIfG__wave;display:inline-block}@keyframes Hero-module__ZARIfG__wave{0%,to{transform:rotate(0)}10%,30%{transform:rotate(14deg)}20%{transform:rotate(-8deg)}40%{transform:rotate(-4deg)}50%,70%{transform:rotate(10deg)}60%{transform:rotate(-10deg)}80%{transform:rotate(0)}}.Hero-module__ZARIfG__name{letter-spacing:-2px;margin-bottom:20px;font-size:clamp(3rem,10vw,6rem);font-weight:800;line-height:1.1}.Hero-module__ZARIfG__titleWrapper{flex-wrap:wrap;justify-content:center;align-items:center;gap:16px;margin-bottom:24px;display:flex}.Hero-module__ZARIfG__title{color:var(--text-secondary);font-size:clamp(1.25rem,3vw,1.75rem);font-weight:500}.Hero-module__ZARIfG__company{background:var(--glass-bg);border-radius:var(--radius-xl);border:1px solid var(--glass-border);align-items:center;gap:8px;padding:8px 20px;display:flex}.Hero-module__ZARIfG__at{color:var(--accent-primary);font-weight:600}.Hero-module__ZARIfG__companyName{background:linear-gradient(135deg,#00d4ff,#00a8e8);-webkit-text-fill-color:transparent;-webkit-background-clip:text;background-clip:text;font-weight:600}.Hero-module__ZARIfG__description{color:var(--text-secondary);max-width:600px;margin:0 auto 32px;font-size:1.125rem;line-height:1.8}.Hero-module__ZARIfG__stats{flex-wrap:wrap;justify-content:center;align-items:center;gap:32px;margin-bottom:40px;display:flex}.Hero-module__ZARIfG__stat{flex-direction:column;align-items:center;gap:4px;display:flex}.Hero-module__ZARIfG__statNumber{background:var(--accent-gradient);-webkit-text-fill-color:transparent;-webkit-background-clip:text;background-clip:text;font-size:2rem;font-weight:700}.Hero-module__ZARIfG__statLabel{color:var(--text-muted);text-transform:uppercase;letter-spacing:1px;font-size:.875rem}.Hero-module__ZARIfG__statDivider{background:var(--glass-border);width:1px;height:40px}.Hero-module__ZARIfG__cta{flex-wrap:wrap;justify-content:center;gap:16px;display:flex}.Hero-module__ZARIfG__scrollIndicator{color:var(--text-muted);flex-direction:column;align-items:center;gap:12px;font-size:.875rem;display:flex;position:absolute;bottom:-140px;left:50%;transform:translate(-50%)}.Hero-module__ZARIfG__mouse{border:2px solid var(--glass-border);border-radius:12px;justify-content:center;width:24px;height:38px;padding-top:8px;display:flex}.Hero-module__ZARIfG__mouseWheel{background:var(--accent-primary);border-radius:2px;width:4px;height:8px}@media (max-width:768px){.Hero-module__ZARIfG__stats{gap:24px}.Hero-module__ZARIfG__statDivider,.Hero-module__ZARIfG__scrollIndicator{display:none}.Hero-module__ZARIfG__hero{padding-top:100px;padding-bottom:60px}.Hero-module__ZARIfG__name{font-size:3rem}}
.DemoReel-module__8K0bLq__demoReel{padding:8rem 0;position:relative;overflow:hidden}.DemoReel-module__8K0bLq__content{flex-direction:column;align-items:center;gap:3rem;display:flex}.DemoReel-module__8K0bLq__videoWrapper{background:#0003;border:1px solid #ffffff1a;border-radius:20px;width:100%;max-width:1000px;overflow:hidden;box-shadow:0 20px 40px #0000004d}.DemoReel-module__8K0bLq__embedContainer{padding:56.25% 0 0;position:relative}.DemoReel-module__8K0bLq__embedContainer iframe{width:100%;height:100%;position:absolute;top:0;left:0}@media (max-width:768px){.DemoReel-module__8K0bLq__demoReel{padding:4rem 0}.DemoReel-module__8K0bLq__content{gap:2rem}}
.About-module__vAULUW__about{background:var(--bg-secondary)}.About-module__vAULUW__content{grid-template-columns:1fr 1fr;align-items:start;gap:40px;display:grid}.About-module__vAULUW__bioCard{flex-direction:column;gap:24px;padding:40px;display:flex}.About-module__vAULUW__profileImage{width:120px;height:120px;margin:0 auto;position:relative}.About-module__vAULUW__imagePlaceholder{background:var(--accent-gradient);color:#fff;z-index:1;border-radius:50%;justify-content:center;align-items:center;width:100%;height:100%;font-size:2.5rem;font-weight:700;display:flex;position:relative}.About-module__vAULUW__imageGlow{background:var(--accent-gradient);filter:blur(20px);opacity:.5;z-index:0;border-radius:50%;position:absolute;inset:-4px}.About-module__vAULUW__bioContent{text-align:center}.About-module__vAULUW__bioTitle{background:var(--accent-gradient);-webkit-text-fill-color:transparent;-webkit-background-clip:text;background-clip:text;margin-bottom:16px;font-size:1.5rem;font-weight:600}.About-module__vAULUW__bioText{color:var(--text-secondary);margin-bottom:16px;line-height:1.8}.About-module__vAULUW__bioText strong{color:var(--text-primary)}.About-module__vAULUW__bioTags{flex-wrap:wrap;justify-content:center;gap:8px;margin-top:20px;display:flex}.About-module__vAULUW__tag{border-radius:var(--radius-xl);color:var(--accent-primary);background:#8b5cf61a;border:1px solid #8b5cf64d;padding:6px 14px;font-size:.875rem}.About-module__vAULUW__experienceSection{flex-direction:column;gap:24px;display:flex}.About-module__vAULUW__experienceTitle{color:var(--text-primary);align-items:center;gap:12px;font-size:1.25rem;font-weight:600;display:flex}.About-module__vAULUW__experienceTitle svg{color:var(--accent-primary)}.About-module__vAULUW__timeline{flex-direction:column;gap:24px;display:flex;position:relative}.About-module__vAULUW__timeline:before{content:"";background:var(--glass-border);width:2px;position:absolute;top:0;bottom:0;left:12px}.About-module__vAULUW__timelineItem{padding:24px 24px 24px 48px;position:relative}.About-module__vAULUW__timelineDot{background:var(--accent-gradient);border:3px solid var(--bg-secondary);z-index:1;border-radius:50%;width:18px;height:18px;position:absolute;top:32px;left:4px}.About-module__vAULUW__timelineContent{flex-direction:column;gap:12px;display:flex}.About-module__vAULUW__timelineHeader{flex-wrap:wrap;justify-content:space-between;align-items:flex-start;gap:16px;display:flex}.About-module__vAULUW__companyName{color:var(--text-primary);font-size:1.25rem;font-weight:600}.About-module__vAULUW__role{color:var(--accent-secondary);font-weight:500}.About-module__vAULUW__periodBadge{flex-direction:column;align-items:flex-end;gap:4px;display:flex}.About-module__vAULUW__duration{background:var(--accent-gradient);border-radius:var(--radius-xl);color:#fff;padding:4px 12px;font-size:.75rem;font-weight:600}.About-module__vAULUW__period{color:var(--text-muted);font-size:.875rem}.About-module__vAULUW__expDescription{color:var(--text-secondary);line-height:1.7}.About-module__vAULUW__highlights{flex-wrap:wrap;gap:8px;display:flex}.About-module__vAULUW__highlight{background:var(--glass-bg);border:1px solid var(--glass-border);border-radius:var(--radius-sm);color:var(--text-secondary);padding:4px 12px;font-size:.8rem}@media (max-width:968px){.About-module__vAULUW__content{grid-template-columns:1fr}}@media (max-width:480px){.About-module__vAULUW__bioCard{padding:24px}.About-module__vAULUW__timelineItem{padding:20px 20px 20px 40px}.About-module__vAULUW__timelineHeader{flex-direction:column}.About-module__vAULUW__periodBadge{align-items:flex-start}}
.Projects-module__2BoJ-q__projects{position:relative;overflow:hidden}.Projects-module__2BoJ-q__projects:before{content:"";background:var(--accent-secondary);filter:blur(150px);opacity:.1;pointer-events:none;width:500px;height:500px;position:absolute;top:0;right:-200px}.Projects-module__2BoJ-q__filters{flex-wrap:wrap;justify-content:center;gap:12px;margin-bottom:48px;display:flex}.Projects-module__2BoJ-q__filterBtn{background:var(--glass-bg);border:1px solid var(--glass-border);border-radius:var(--radius-xl);color:var(--text-secondary);cursor:pointer;transition:all var(--transition-medium);padding:10px 24px;font-family:Outfit,sans-serif;font-size:.9rem;font-weight:500}.Projects-module__2BoJ-q__filterBtn:hover{border-color:var(--accent-primary);color:var(--accent-primary);background:#8b5cf61a}.Projects-module__2BoJ-q__filterBtn.Projects-module__2BoJ-q__active{background:var(--accent-gradient);color:#fff;border-color:#0000}.Projects-module__2BoJ-q__grid{grid-template-columns:repeat(auto-fill,minmax(350px,1fr));gap:32px;display:grid}.Projects-module__2BoJ-q__projectCard{transition:all var(--transition-medium);overflow:hidden}.Projects-module__2BoJ-q__projectCard.Projects-module__2BoJ-q__featured{grid-column:span 1}.Projects-module__2BoJ-q__imageWrapper{height:220px;position:relative;overflow:hidden}.Projects-module__2BoJ-q__imagePlaceholder{background:linear-gradient(135deg,var(--bg-tertiary)0%,var(--bg-secondary)100%);width:100%;height:100%;color:var(--text-muted);flex-direction:column;justify-content:center;align-items:center;gap:12px;display:flex}.Projects-module__2BoJ-q__imagePlaceholder svg{opacity:.5}.Projects-module__2BoJ-q__imagePlaceholder span{opacity:.7;font-size:.875rem}.Projects-module__2BoJ-q__overlay{opacity:0;transition:opacity var(--transition-medium);background:#0a0a0fcc;justify-content:center;align-items:center;display:flex;position:absolute;inset:0}.Projects-module__2BoJ-q__projectCard:hover .Projects-module__2BoJ-q__overlay{opacity:1}.Projects-module__2BoJ-q__viewBtn{background:var(--accent-gradient);border-radius:var(--radius-xl);color:#fff;cursor:pointer;border:none;align-items:center;gap:8px;padding:12px 24px;font-family:Outfit,sans-serif;font-weight:600;display:flex}.Projects-module__2BoJ-q__featuredBadge{background:var(--accent-gradient);border-radius:var(--radius-xl);color:#fff;padding:6px 14px;font-size:.75rem;font-weight:600;position:absolute;top:12px;left:12px}.Projects-module__2BoJ-q__cardContent{padding:24px}.Projects-module__2BoJ-q__category{text-transform:uppercase;letter-spacing:1px;color:var(--accent-secondary);font-size:.8rem;font-weight:500}.Projects-module__2BoJ-q__title{color:var(--text-primary);margin:8px 0;font-size:1.25rem;font-weight:600}.Projects-module__2BoJ-q__description{color:var(--text-secondary);white-space:nowrap;text-overflow:ellipsis;margin-bottom:16px;font-size:.9rem;line-height:1.6;overflow:hidden}.Projects-module__2BoJ-q__tags{flex-wrap:wrap;gap:8px;display:flex}.Projects-module__2BoJ-q__tag{border-radius:var(--radius-sm);color:var(--accent-primary);background:#8b5cf61a;border:1px solid #8b5cf633;padding:4px 12px;font-size:.75rem}.Projects-module__2BoJ-q__viewAll{justify-content:center;margin-top:48px;display:flex}@media (max-width:768px){.Projects-module__2BoJ-q__grid{grid-template-columns:1fr}.Projects-module__2BoJ-q__projectCard.Projects-module__2BoJ-q__featured{grid-column:span 1}}.Projects-module__2BoJ-q__modalOverlay{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);z-index:2000;background:#000000d9;justify-content:center;align-items:center;padding:20px;display:flex;position:fixed;inset:0}.Projects-module__2BoJ-q__modalContent{background:var(--bg-secondary);border:1px solid var(--glass-border);border-radius:20px;width:100%;max-width:900px;position:relative;overflow:hidden;box-shadow:0 25px 50px -12px #00000080}.Projects-module__2BoJ-q__closeBtn{color:#fff;cursor:pointer;z-index:10;background:#00000080;border:1px solid #ffffff1a;border-radius:50%;justify-content:center;align-items:center;width:36px;height:36px;transition:all .2s;display:flex;position:absolute;top:15px;right:15px}.Projects-module__2BoJ-q__closeBtn:hover{background:var(--accent-primary);transform:scale(1.1)}.Projects-module__2BoJ-q__videoContainer{background:#000;padding:56.25% 0 0;position:relative}.Projects-module__2BoJ-q__videoContainer iframe{width:100%;height:100%;position:absolute;top:0;left:0}.Projects-module__2BoJ-q__modalInfo{padding:24px}.Projects-module__2BoJ-q__modalTitle{color:var(--text-primary);margin-bottom:8px;font-size:1.5rem;font-weight:700}.Projects-module__2BoJ-q__modalDescription{color:var(--text-secondary);line-height:1.6}
.Skills-module__G7oUEG__skills{background:var(--bg-secondary);position:relative;overflow:hidden}.Skills-module__G7oUEG__skills:before{content:"";background:var(--accent-primary);filter:blur(150px);opacity:.1;pointer-events:none;width:500px;height:500px;position:absolute;bottom:-100px;left:-200px}.Skills-module__G7oUEG__content{flex-direction:column;gap:48px;display:flex}.Skills-module__G7oUEG__technicalSkills{grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:24px;display:grid}.Skills-module__G7oUEG__skillCategory{padding:28px}.Skills-module__G7oUEG__categoryTitle{color:var(--text-primary);align-items:center;gap:10px;margin-bottom:20px;font-size:1.125rem;font-weight:600;display:flex}.Skills-module__G7oUEG__categoryTitle:before{content:"";background:var(--accent-gradient);border-radius:2px;width:4px;height:20px}.Skills-module__G7oUEG__skillList{flex-direction:column;gap:16px;display:flex}.Skills-module__G7oUEG__skillItem{flex-direction:column;gap:8px;display:flex}.Skills-module__G7oUEG__skillHeader{justify-content:space-between;display:flex}.Skills-module__G7oUEG__skillName{color:var(--text-secondary);font-weight:500}.Skills-module__G7oUEG__skillLevel{color:var(--accent-primary);font-size:.875rem;font-weight:600}.Skills-module__G7oUEG__skillBar{background:var(--bg-tertiary);border-radius:4px;height:8px;overflow:hidden}.Skills-module__G7oUEG__skillProgress{background:var(--accent-gradient);border-radius:4px;height:100%;position:relative}.Skills-module__G7oUEG__skillProgress:after{content:"";background:linear-gradient(90deg,#0000,#fff3,#0000);animation:2s infinite Skills-module__G7oUEG__shimmer;position:absolute;inset:0}@keyframes Skills-module__G7oUEG__shimmer{0%{transform:translate(-100%)}to{transform:translate(100%)}}.Skills-module__G7oUEG__softSkillsSection{margin-top:24px}.Skills-module__G7oUEG__softSkillsTitle{text-align:center;color:var(--text-primary);margin-bottom:32px;font-size:1.5rem;font-weight:600}.Skills-module__G7oUEG__softSkillsGrid{grid-template-columns:repeat(auto-fit,minmax(180px,1fr));gap:20px;display:grid}.Skills-module__G7oUEG__softSkillCard{text-align:center;transition:all var(--transition-medium);cursor:default;padding:24px}.Skills-module__G7oUEG__softSkillIcon{margin-bottom:12px;font-size:2.5rem;display:block}.Skills-module__G7oUEG__softSkillName{color:var(--text-primary);margin-bottom:6px;font-size:1rem;font-weight:600}.Skills-module__G7oUEG__softSkillDesc{color:var(--text-muted);font-size:.8rem}@media (max-width:768px){.Skills-module__G7oUEG__technicalSkills{grid-template-columns:1fr}.Skills-module__G7oUEG__softSkillsGrid{grid-template-columns:repeat(2,1fr)}}@media (max-width:480px){.Skills-module__G7oUEG__softSkillsGrid{grid-template-columns:1fr 1fr}}
.Footer-module__S6Hkya__footer{background:var(--bg-secondary);border-top:1px solid var(--glass-border);padding:80px 0 32px}.Footer-module__S6Hkya__content{grid-template-columns:2fr 1fr 1.5fr;gap:48px;margin-bottom:40px;display:grid}.Footer-module__S6Hkya__brand{flex-direction:column;gap:12px;display:flex}.Footer-module__S6Hkya__logo{color:var(--text-primary);font-size:1.5rem;font-weight:700;text-decoration:none}.Footer-module__S6Hkya__tagline{color:var(--accent-secondary);font-weight:500}.Footer-module__S6Hkya__desc{color:var(--text-muted);max-width:300px;line-height:1.6}.Footer-module__S6Hkya__links{flex-direction:column;gap:16px;display:flex}.Footer-module__S6Hkya__linksTitle{color:var(--text-primary);font-size:1rem;font-weight:600}.Footer-module__S6Hkya__linksList{flex-direction:column;gap:12px;list-style:none;display:flex}.Footer-module__S6Hkya__link{color:var(--text-muted);transition:color var(--transition-fast);text-decoration:none}.Footer-module__S6Hkya__link:hover{color:var(--accent-primary)}.Footer-module__S6Hkya__connect{flex-direction:column;gap:12px;display:flex}.Footer-module__S6Hkya__connectText{color:var(--text-muted);line-height:1.6}.Footer-module__S6Hkya__emailLink{color:var(--accent-primary);transition:color var(--transition-fast);font-weight:500;text-decoration:none}.Footer-module__S6Hkya__emailLink:hover{color:var(--accent-secondary)}.Footer-module__S6Hkya__copyright{text-align:center;color:var(--text-muted);font-size:.9rem}.Footer-module__S6Hkya__divider{background:var(--glass-border);height:1px;margin-bottom:24px}.Footer-module__S6Hkya__madeWith{margin-top:8px;font-size:.85rem;display:block}.Footer-module__S6Hkya__heart{color:#ef4444;animation:1.5s ease-in-out infinite Footer-module__S6Hkya__heartbeat}@keyframes Footer-module__S6Hkya__heartbeat{0%,to{transform:scale(1)}50%{transform:scale(1.1)}}@media (max-width:768px){.Footer-module__S6Hkya__content{text-align:center;grid-template-columns:1fr;gap:32px}.Footer-module__S6Hkya__brand{align-items:center}.Footer-module__S6Hkya__desc{max-width:none}.Footer-module__S6Hkya__linksList{flex-flow:wrap;justify-content:center}}
