.Navbar-module__cJzEcG__nav{z-index:1000;padding:24px 0;transition:all .3s;position:fixed;top:0;left:0;right:0}.Navbar-module__cJzEcG__scrolled{background:var(--nav-bg);-webkit-backdrop-filter:blur(16px);border-bottom:1px solid var(--nav-border);padding:16px 0}.Navbar-module__cJzEcG__container{justify-content:space-between;align-items:center;max-width:1200px;margin:0 auto;padding:0 24px;display:flex}.Navbar-module__cJzEcG__logo{letter-spacing:-.05em;color:var(--text-main);align-items:center;gap:12px;font-size:1.25rem;font-weight:800;display:flex}.Navbar-module__cJzEcG__logoIcon{background:linear-gradient(135deg,var(--primary),var(--secondary));border-radius:12px;justify-content:center;align-items:center;width:40px;height:40px;transition:transform .3s;display:flex}.Navbar-module__cJzEcG__logo:hover .Navbar-module__cJzEcG__logoIcon{transform:scale(1.1)rotate(5deg)}.Navbar-module__cJzEcG__links{align-items:center;gap:32px;display:flex}.Navbar-module__cJzEcG__link{color:var(--text-muted);font-size:.875rem;font-weight:500;transition:color .3s;position:relative}.Navbar-module__cJzEcG__link:hover{color:var(--text-main)}.Navbar-module__cJzEcG__link:after{content:"";background:linear-gradient(90deg,var(--primary),var(--secondary));width:0;height:2px;transition:width .3s;position:absolute;bottom:-4px;left:0}.Navbar-module__cJzEcG__link:hover:after{width:100%}.Navbar-module__cJzEcG__hireBtn{background:var(--text-main);color:var(--background);border-radius:50px;padding:10px 24px;font-size:.875rem;font-weight:600;transition:all .3s}.Navbar-module__cJzEcG__hireBtn:hover{background:var(--primary);box-shadow:0 10px 20px var(--primary-glow);transform:translateY(-2px)}.Navbar-module__cJzEcG__mobileToggle{color:var(--text-main);cursor:pointer;background:0 0;border:none;display:none}@media (max-width:768px){.Navbar-module__cJzEcG__links{display:none}.Navbar-module__cJzEcG__mobileToggle{display:block}}.Navbar-module__cJzEcG__mobileMenu{background:var(--mobile-bg);-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);border-bottom:1px solid var(--nav-border);flex-direction:column;gap:20px;padding:24px;display:flex;position:absolute;top:100%;left:0;right:0}.Navbar-module__cJzEcG__mobileLink{color:var(--text-muted);font-size:1.125rem;font-weight:500}
.Hero-module__ZARIfG__hero{text-align:center;flex-direction:column;justify-content:center;align-items:center;height:100vh;padding:0 20px;display:flex;position:relative;overflow:hidden}.Hero-module__ZARIfG__badge{background:var(--badge-bg);border:1px solid var(--badge-border);color:var(--primary);border-radius:100px;align-items:center;gap:8px;margin-bottom:32px;padding:8px 20px;font-size:.875rem;font-weight:500;display:flex}.Hero-module__ZARIfG__badgeDot{background:#00c864;border-radius:50%;flex-shrink:0;width:8px;height:8px;animation:2s infinite Hero-module__ZARIfG__pulse}@keyframes Hero-module__ZARIfG__pulse{0%,to{box-shadow:0 0 #00c86466}50%{box-shadow:0 0 0 6px #00c86400}}.Hero-module__ZARIfG__title{letter-spacing:-.04em;min-height:1.2em;margin-bottom:24px;font-size:clamp(2.5rem,9vw,5.5rem);font-weight:800;line-height:1.1}.Hero-module__ZARIfG__cursor{margin-left:2px;font-weight:300;animation:.8s infinite Hero-module__ZARIfG__blink;display:inline-block}@keyframes Hero-module__ZARIfG__blink{0%,to{opacity:1}50%{opacity:0}}.Hero-module__ZARIfG__subtitle{color:var(--text-muted);max-width:600px;margin-bottom:40px;font-size:1.15rem;line-height:1.7}.Hero-module__ZARIfG__ctaGroup{flex-wrap:wrap;justify-content:center;gap:16px;display:flex}.Hero-module__ZARIfG__primaryBtn{background:linear-gradient(135deg,var(--primary),var(--secondary));color:#fff;box-shadow:0 10px 30px var(--primary-glow);border-radius:12px;align-items:center;padding:16px 32px;font-weight:600;transition:all .3s;display:flex}.Hero-module__ZARIfG__primaryBtn:hover{box-shadow:0 18px 48px var(--primary-glow);transform:translateY(-3px)}.Hero-module__ZARIfG__secondaryBtn{background:var(--btn-sec-bg);border:1px solid var(--btn-sec-border);color:var(--text-main);border-radius:12px;padding:16px 32px;font-weight:600;transition:all .3s}.Hero-module__ZARIfG__secondaryBtn:hover{background:var(--btn-sec-hover);border-color:var(--btn-sec-border-hover);transform:translateY(-3px)}.Hero-module__ZARIfG__statsRow{flex-wrap:wrap;justify-content:center;gap:16px;margin-top:52px;display:flex}.Hero-module__ZARIfG__statChip{background:var(--surface);border:1px solid var(--surface-border);-webkit-backdrop-filter:blur(12px);border-radius:16px;flex-direction:column;align-items:center;gap:2px;min-width:90px;padding:14px 24px;display:flex}.Hero-module__ZARIfG__statValue{background:linear-gradient(135deg,var(--primary),var(--secondary));-webkit-text-fill-color:transparent;-webkit-background-clip:text;background-clip:text;font-size:1.5rem;font-weight:800;line-height:1}.Hero-module__ZARIfG__statLabel{color:var(--text-muted);white-space:nowrap;font-size:.75rem;font-weight:500}.Hero-module__ZARIfG__scrollDown{color:var(--text-muted);opacity:.6;animation:2s infinite Hero-module__ZARIfG__bounce;position:absolute;bottom:36px;left:50%;transform:translate(-50%)}@keyframes Hero-module__ZARIfG__bounce{0%,20%,50%,80%,to{transform:translateY(0)translate(-50%)}40%{transform:translateY(-10px)translate(-50%)}60%{transform:translateY(-5px)translate(-50%)}}.Hero-module__ZARIfG__backgroundShapes{z-index:-1;pointer-events:none;width:100%;height:100%;position:absolute;top:0;left:0}.Hero-module__ZARIfG__shape1{background:radial-gradient(circle,var(--primary-glow)0%,transparent 65%);filter:blur(90px);border-radius:50%;width:700px;height:700px;animation:8s ease-in-out infinite Hero-module__ZARIfG__floatShape;position:absolute;top:-250px;right:-250px}.Hero-module__ZARIfG__shape2{background:radial-gradient(circle,var(--secondary-glow)0%,transparent 65%);filter:blur(90px);border-radius:50%;width:550px;height:550px;animation:10s ease-in-out infinite reverse Hero-module__ZARIfG__floatShape;position:absolute;bottom:-150px;left:-250px}.Hero-module__ZARIfG__shape3{background:radial-gradient(circle,var(--secondary-glow)0%,transparent 65%);filter:blur(100px);opacity:.5;border-radius:50%;width:400px;height:400px;animation:12s ease-in-out infinite Hero-module__ZARIfG__floatShape;position:absolute;top:40%;left:50%;transform:translate(-50%)}@keyframes Hero-module__ZARIfG__floatShape{0%,to{transform:translateY(0)}50%{transform:translateY(-30px)}}@media (max-width:768px){.Hero-module__ZARIfG__ctaGroup{flex-direction:column;width:100%}.Hero-module__ZARIfG__title{font-size:clamp(2rem,12vw,3.5rem)}.Hero-module__ZARIfG__shape1,.Hero-module__ZARIfG__shape2,.Hero-module__ZARIfG__shape3{width:280px;height:280px}}
.About-module__vAULUW__aboutContainer{grid-template-columns:1fr 1fr;align-items:start;gap:60px;display:grid}.About-module__vAULUW__aboutContent{flex-direction:column;gap:24px;display:flex}.About-module__vAULUW__title{margin:0;font-size:clamp(2rem,5vw,3.5rem);font-weight:800;line-height:1.1}.About-module__vAULUW__description{color:var(--text-muted);margin:0;font-size:1.05rem;line-height:1.8}.About-module__vAULUW__techStack{flex-wrap:wrap;gap:10px;display:flex}.About-module__vAULUW__techBadge{background:var(--badge-bg);border:1px solid var(--badge-border);color:var(--primary);cursor:default;border-radius:100px;padding:6px 14px;font-size:.8rem;font-weight:600;transition:all .2s}.About-module__vAULUW__techBadge:hover{background:var(--primary-glow);transform:translateY(-2px)}.About-module__vAULUW__statsGrid{grid-template-columns:1fr 1fr;gap:16px;display:grid}.About-module__vAULUW__statCard{background:var(--surface);border:1px solid var(--surface-border);-webkit-backdrop-filter:blur(12px);text-align:center;border-radius:20px;flex-direction:column;align-items:center;gap:8px;padding:28px 20px;transition:all .3s;display:flex}.About-module__vAULUW__statCard:hover{border-color:var(--primary);box-shadow:0 0 24px var(--primary-glow);transform:translateY(-4px)}.About-module__vAULUW__statIcon{color:var(--primary);opacity:.8}.About-module__vAULUW__statNumber{background:linear-gradient(135deg,var(--primary),var(--secondary));-webkit-text-fill-color:transparent;-webkit-background-clip:text;background-clip:text;font-size:2.2rem;font-weight:800;line-height:1}.About-module__vAULUW__statLabel{color:var(--text-muted);font-size:.8rem;font-weight:500}@media (max-width:768px){.About-module__vAULUW__aboutContainer{grid-template-columns:1fr;gap:40px}.About-module__vAULUW__statsGrid{grid-template-columns:1fr 1fr}}
.Skills-module__G7oUEG__sectionHeader{text-align:center;margin-bottom:80px}.Skills-module__G7oUEG__sectionTitle{letter-spacing:-.02em;margin-bottom:16px;font-size:3.5rem}.Skills-module__G7oUEG__sectionSubtitle{color:var(--text-muted);font-size:1.1rem}.Skills-module__G7oUEG__skillsList{border-top:1px solid var(--surface-border);flex-direction:column;gap:0;display:flex}.Skills-module__G7oUEG__skillRow{border-bottom:1px solid var(--surface-border);cursor:pointer;align-items:center;padding:40px 20px;transition:all .4s cubic-bezier(.4,0,.2,1);display:flex;position:relative;overflow:hidden}.Skills-module__G7oUEG__skillRow:before{content:"";background:var(--primary);width:4px;height:100%;transition:transform .3s;position:absolute;top:0;left:0;transform:scaleY(0)}.Skills-module__G7oUEG__skillRow:hover{background:#ffffff05;padding-left:40px}.Skills-module__G7oUEG__skillRow:hover:before{transform:scaleY(1)}.Skills-module__G7oUEG__iconWrapper{background:var(--surface);border:1px solid var(--surface-border);width:60px;height:60px;color:var(--primary);border-radius:16px;flex-shrink:0;justify-content:center;align-items:center;margin-right:40px;transition:all .3s;display:flex}.Skills-module__G7oUEG__skillRow:hover .Skills-module__G7oUEG__iconWrapper{background:var(--primary);color:#fff;transform:scale(1.1)rotate(-5deg)}.Skills-module__G7oUEG__contentWrapper{flex:1}.Skills-module__G7oUEG__skillTitle{margin-bottom:8px;font-size:1.75rem;font-weight:700;transition:color .3s}.Skills-module__G7oUEG__skillRow:hover .Skills-module__G7oUEG__skillTitle{color:#fff}.Skills-module__G7oUEG__skillDescription{color:var(--text-muted);max-width:600px;font-size:1.05rem}.Skills-module__G7oUEG__tagWrapper{flex-wrap:wrap;justify-content:flex-end;gap:12px;max-width:300px;margin-left:40px;display:flex}.Skills-module__G7oUEG__tag{border:1px solid var(--surface-border);color:var(--text-muted);background:#ffffff08;border-radius:100px;padding:6px 14px;font-size:.85rem;font-weight:600;transition:all .3s}.Skills-module__G7oUEG__skillRow:hover .Skills-module__G7oUEG__tag{border-color:var(--primary-glow);color:var(--primary);background:#a855f70d}@media (max-width:968px){.Skills-module__G7oUEG__skillRow{flex-direction:column;align-items:flex-start;gap:24px;padding:30px 0}.Skills-module__G7oUEG__iconWrapper{margin-right:0}.Skills-module__G7oUEG__tagWrapper{justify-content:flex-start;max-width:100%;margin-left:0}.Skills-module__G7oUEG__skillRow:hover{padding-left:20px}}
.Projects-module__2BoJ-q__projectsSection{max-width:1200px;margin:0 auto;padding:100px 20px}.Projects-module__2BoJ-q__projectsGrid{grid-template-columns:repeat(auto-fill,minmax(350px,1fr));gap:32px;margin-top:60px;display:grid}.Projects-module__2BoJ-q__projectCard{flex-direction:column;display:flex;overflow:hidden}.Projects-module__2BoJ-q__imageWrapper{aspect-ratio:16/10;background:var(--placeholder-bg);width:100%;position:relative;overflow:hidden}.Projects-module__2BoJ-q__projectImage{object-fit:cover;width:100%;height:100%;transition:transform .5s}.Projects-module__2BoJ-q__projectCard:hover .Projects-module__2BoJ-q__projectImage{transform:scale(1.1)}.Projects-module__2BoJ-q__overlay{opacity:0;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);background:#a855f733;justify-content:center;align-items:center;width:100%;height:100%;transition:opacity .3s;display:flex;position:absolute;top:0;left:0}.Projects-module__2BoJ-q__projectCard:hover .Projects-module__2BoJ-q__overlay{opacity:1}.Projects-module__2BoJ-q__overlayContent{background:var(--text-main);color:var(--background);border-radius:100px;padding:12px 24px;font-weight:700;transition:transform .3s;transform:translateY(20px)}.Projects-module__2BoJ-q__projectCard:hover .Projects-module__2BoJ-q__overlayContent{transform:translateY(0)}.Projects-module__2BoJ-q__projectContent{padding:24px}.Projects-module__2BoJ-q__projectTitle{margin-bottom:8px;font-size:1.5rem}.Projects-module__2BoJ-q__projectDescription{color:var(--text-muted);margin-bottom:20px;font-size:.9375rem;line-height:1.6}.Projects-module__2BoJ-q__projectFooter{justify-content:space-between;align-items:center;display:flex}.Projects-module__2BoJ-q__linkGroup{gap:16px;display:flex}.Projects-module__2BoJ-q__iconLink{color:var(--text-muted);transition:color .3s}.Projects-module__2BoJ-q__iconLink:hover{color:var(--primary)}@media (max-width:640px){.Projects-module__2BoJ-q__projectsGrid{grid-template-columns:1fr}}
.Gallery-module__3QxX8q__gallery{max-width:1200px}.Gallery-module__3QxX8q__sectionHeader{text-align:center;margin-bottom:48px}.Gallery-module__3QxX8q__sectionTitle{margin-bottom:12px;font-size:clamp(2rem,5vw,3rem);font-weight:800}.Gallery-module__3QxX8q__sectionSubtitle{color:var(--text-muted);max-width:550px;margin:0 auto;font-size:1.05rem}.Gallery-module__3QxX8q__filterRow{flex-wrap:wrap;justify-content:center;gap:10px;margin-bottom:40px;display:flex}.Gallery-module__3QxX8q__filterBtn{border:1px solid var(--surface-border);background:var(--surface);color:var(--text-muted);cursor:pointer;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);border-radius:100px;padding:8px 20px;font-size:.85rem;font-weight:600;transition:all .25s}.Gallery-module__3QxX8q__filterBtn:hover{border-color:var(--primary);color:var(--primary)}.Gallery-module__3QxX8q__filterBtnActive{background:linear-gradient(135deg,var(--primary),var(--secondary));box-shadow:0 4px 16px var(--primary-glow);border-color:#0000;color:#fff!important}.Gallery-module__3QxX8q__grid{grid-template-columns:repeat(auto-fill,minmax(300px,1fr));gap:20px;display:grid}.Gallery-module__3QxX8q__item{background:var(--surface);border:1px solid var(--surface-border);cursor:pointer;border-radius:16px;transition:transform .3s,box-shadow .3s;position:relative;overflow:hidden}.Gallery-module__3QxX8q__item:hover{transform:translateY(-6px);box-shadow:0 16px 48px #0003}.Gallery-module__3QxX8q__item:hover .Gallery-module__3QxX8q__hoverOverlay{opacity:1}.Gallery-module__3QxX8q__mediaWrapper{aspect-ratio:16/10;background:var(--placeholder-bg);width:100%;overflow:hidden}.Gallery-module__3QxX8q__hoverOverlay{opacity:0;color:#fff;z-index:2;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);background:#0000008c;flex-direction:column;justify-content:center;align-items:center;gap:8px;font-size:.9rem;font-weight:600;transition:opacity .25s;display:flex;position:absolute;inset:0 0 48px}.Gallery-module__3QxX8q__videoIcon{color:#fff;z-index:3;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);background:#0009;border-radius:50%;justify-content:center;align-items:center;width:36px;height:36px;display:flex;position:absolute;top:12px;left:12px}.Gallery-module__3QxX8q__itemMeta{justify-content:space-between;align-items:center;gap:8px;padding:12px 14px;display:flex}.Gallery-module__3QxX8q__itemTitle{color:var(--text-main);white-space:nowrap;text-overflow:ellipsis;font-size:.88rem;font-weight:600;overflow:hidden}.Gallery-module__3QxX8q__itemCat{background:var(--primary-glow);color:var(--primary);white-space:nowrap;border-radius:100px;flex-shrink:0;padding:3px 10px;font-size:.75rem;font-weight:600}.Gallery-module__3QxX8q__lightbox{z-index:1000;-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);background:#000000e0;justify-content:center;align-items:center;padding:20px;display:flex;position:fixed;inset:0}.Gallery-module__3QxX8q__lightboxContent{background:var(--surface);border:1px solid var(--surface-border);border-radius:20px;flex-direction:column;gap:16px;width:100%;max-width:900px;padding:24px;display:flex;position:relative;box-shadow:0 32px 80px #0009}.Gallery-module__3QxX8q__lightboxMedia{justify-content:center;align-items:center;min-height:200px;display:flex}.Gallery-module__3QxX8q__lightboxClose{cursor:pointer;width:36px;height:36px;color:var(--text-main);z-index:2;background:#ffffff1a;border:1px solid #ffffff26;border-radius:50%;justify-content:center;align-items:center;transition:background .2s;display:flex;position:absolute;top:14px;right:14px}.Gallery-module__3QxX8q__lightboxClose:hover{background:#fff3}.Gallery-module__3QxX8q__lightboxNav{cursor:pointer;width:44px;height:44px;color:var(--text-main);z-index:2;background:#ffffff1a;border:1px solid #ffffff26;border-radius:50%;justify-content:center;align-items:center;transition:background .2s;display:flex;position:absolute;top:50%;transform:translateY(-50%)}.Gallery-module__3QxX8q__lightboxNav:hover{background:#fff3}.Gallery-module__3QxX8q__lightboxPrev{left:-56px}.Gallery-module__3QxX8q__lightboxNext{right:-56px}.Gallery-module__3QxX8q__lightboxInfo{align-items:center;gap:12px;font-size:.9rem;display:flex}.Gallery-module__3QxX8q__lightboxCount{color:var(--text-muted);margin-left:auto;font-size:.8rem}@media (max-width:768px){.Gallery-module__3QxX8q__lightboxPrev{left:4px}.Gallery-module__3QxX8q__lightboxNext{right:4px}.Gallery-module__3QxX8q__grid{grid-template-columns:1fr}}
.Contact-module__hcVmEa__contactContainer{grid-template-columns:1fr 1fr;align-items:center;gap:60px;display:grid}.Contact-module__hcVmEa__contactInfo h2{margin-bottom:24px;font-size:3.5rem}.Contact-module__hcVmEa__contactInfo p{color:var(--text-muted);margin-bottom:40px;font-size:1.125rem;line-height:1.6}.Contact-module__hcVmEa__contactList{flex-direction:column;gap:24px;display:flex}.Contact-module__hcVmEa__contactItem{align-items:center;gap:16px;display:flex}.Contact-module__hcVmEa__iconBox{background:var(--surface);border:1px solid var(--surface-border);width:48px;height:48px;color:var(--primary);border-radius:12px;justify-content:center;align-items:center;display:flex}.Contact-module__hcVmEa__formCard{padding:40px}.Contact-module__hcVmEa__formGroup{margin-bottom:24px}.Contact-module__hcVmEa__label{color:var(--text-muted);margin-bottom:8px;font-size:.875rem;font-weight:500;display:block}.Contact-module__hcVmEa__input,.Contact-module__hcVmEa__textarea{background:var(--input-bg);border:1px solid var(--input-border);width:100%;color:var(--text-main);border-radius:12px;padding:12px 16px;font-family:inherit;transition:all .3s}.Contact-module__hcVmEa__input:focus,.Contact-module__hcVmEa__textarea:focus{border-color:var(--primary);background:var(--input-focus);outline:none}.Contact-module__hcVmEa__submitBtn{background:linear-gradient(135deg,var(--primary),var(--secondary));color:#fff;cursor:pointer;border:none;border-radius:12px;width:100%;padding:16px;font-weight:600;transition:transform .3s}.Contact-module__hcVmEa__submitBtn:hover{transform:translateY(-2px)}@media (max-width:968px){.Contact-module__hcVmEa__contactContainer{grid-template-columns:1fr;gap:40px}}
.Footer-module__S6Hkya__footer{background:var(--background);padding:100px 0 40px;position:relative;overflow:hidden}.Footer-module__S6Hkya__footer:before{content:"";background:linear-gradient(90deg,transparent,var(--primary),var(--secondary),transparent);opacity:.5;width:100%;height:1px;position:absolute;top:0;left:50%;transform:translate(-50%)}.Footer-module__S6Hkya__glow{background:var(--primary-glow);filter:blur(150px);z-index:0;pointer-events:none;border-radius:50%;width:400px;height:400px;position:absolute;bottom:-200px;right:-100px}.Footer-module__S6Hkya__container{z-index:1;max-width:1200px;margin:0 auto;padding:0 24px;position:relative}.Footer-module__S6Hkya__ctaSection{text-align:center;margin-bottom:100px}.Footer-module__S6Hkya__ctaTitle{letter-spacing:-.04em;margin-bottom:24px;font-size:clamp(2.5rem,8vw,4rem);font-weight:800}.Footer-module__S6Hkya__ctaBtn{background:var(--text-main);color:var(--background);border-radius:100px;align-items:center;gap:12px;padding:18px 36px;font-size:1.1rem;font-weight:700;transition:all .3s;display:inline-flex}.Footer-module__S6Hkya__ctaBtn:hover{transform:scale(1.05)translateY(-5px);box-shadow:0 20px 40px #ffffff26}.Footer-module__S6Hkya__mainGrid{grid-template-columns:1.5fr 1fr 1fr 1fr;gap:48px;margin-bottom:80px;display:grid}.Footer-module__S6Hkya__brandCol h3{letter-spacing:-.02em;align-items:center;gap:12px;margin-bottom:20px;font-size:1.5rem;font-weight:800;display:flex}.Footer-module__S6Hkya__brandIcon{background:linear-gradient(135deg,var(--primary),var(--secondary));border-radius:8px;justify-content:center;align-items:center;width:32px;height:32px;display:flex}.Footer-module__S6Hkya__brandDesc{color:var(--text-muted);font-size:1rem;line-height:1.7}.Footer-module__S6Hkya__navCol h4{color:var(--text-main);margin-bottom:24px;font-size:1.1rem;font-weight:600}.Footer-module__S6Hkya__navLinks{flex-direction:column;gap:16px;list-style:none;display:flex}.Footer-module__S6Hkya__navLink{color:var(--text-muted);font-weight:500;transition:all .2s;display:inline-block}.Footer-module__S6Hkya__navLink:hover{color:var(--text-main);transform:translate(5px)}.Footer-module__S6Hkya__socialGrid{gap:16px;display:flex}.Footer-module__S6Hkya__socialIcon{background:var(--surface);border:1px solid var(--surface-border);width:44px;height:44px;color:var(--text-muted);border-radius:12px;justify-content:center;align-items:center;transition:all .3s;display:flex}.Footer-module__S6Hkya__socialIcon:hover{background:var(--text-main);color:var(--background);transform:translateY(-5px)}.Footer-module__S6Hkya__bottom{color:var(--text-muted);border-top:1px solid #ffffff0d;justify-content:space-between;align-items:center;padding-top:40px;font-size:.875rem;display:flex}.Footer-module__S6Hkya__legalLinks{gap:32px;display:flex}.Footer-module__S6Hkya__legalLink{transition:color .2s}.Footer-module__S6Hkya__legalLink:hover{color:var(--text-main)}@media (max-width:968px){.Footer-module__S6Hkya__mainGrid{grid-template-columns:1fr 1fr}}@media (max-width:640px){.Footer-module__S6Hkya__mainGrid{text-align:center;grid-template-columns:1fr}.Footer-module__S6Hkya__brandCol h3,.Footer-module__S6Hkya__socialGrid{justify-content:center}.Footer-module__S6Hkya__bottom{text-align:center;flex-direction:column;gap:20px}}
