.Navbar-module___rHu7W__header{width:100%;z-index:var(--z-nav);background-color:var(--color-bg);border-bottom:1px solid #0000;padding:1.5rem 0;transition:all .3s;position:fixed;top:0;left:0}.Navbar-module___rHu7W__header.Navbar-module___rHu7W__scrolled{background-color:var(--color-glass);-webkit-backdrop-filter:blur(12px);border-bottom-color:var(--color-glass-border);padding:1rem 0}.Navbar-module___rHu7W__container{max-width:var(--container-max);padding:0 var(--container-padding);justify-content:space-between;align-items:center;margin:0 auto;display:flex}.Navbar-module___rHu7W__logo{font-family:var(--font-display);color:var(--color-text-primary);align-items:baseline;font-size:1.5rem;font-weight:700;display:flex}.Navbar-module___rHu7W__dot{color:var(--color-accent)}.Navbar-module___rHu7W__desktopNav{align-items:center;gap:2rem;display:flex}.Navbar-module___rHu7W__navLink{color:var(--color-text-secondary);font-size:.95rem;font-weight:500;transition:color .2s}.Navbar-module___rHu7W__navLink:hover{color:var(--color-accent)}.Navbar-module___rHu7W__actions{align-items:center;gap:1rem;display:flex}.Navbar-module___rHu7W__themeToggle{border-radius:var(--radius-full);width:40px;height:40px;color:var(--color-text-secondary);background:var(--color-bg-tertiary);justify-content:center;align-items:center;transition:all .2s;display:flex}.Navbar-module___rHu7W__themeToggle:hover{color:var(--color-accent);background:var(--color-bg-card-hover)}.Navbar-module___rHu7W__mobileToggle{color:var(--color-text-primary);display:none}.Navbar-module___rHu7W__mobileMenu{background-color:var(--color-bg);border-bottom:1px solid var(--color-border);width:100%;padding:1rem var(--container-padding);flex-direction:column;gap:1rem;display:flex;position:absolute;top:100%;left:0}.Navbar-module___rHu7W__mobileNavLink{color:var(--color-text-secondary);padding:.5rem 0;font-size:1.1rem;font-weight:500}.Navbar-module___rHu7W__mobileNavLink:hover{color:var(--color-accent)}@media (max-width:768px){.Navbar-module___rHu7W__desktopNav{display:none}.Navbar-module___rHu7W__mobileToggle{display:flex}}
.Hero-module__JgYmMq__hero{background:var(--gradient-hero);align-items:center;min-height:100vh;padding-top:5rem;display:flex;position:relative;overflow:hidden}.Hero-module__JgYmMq__container{justify-content:space-between;align-items:center;gap:3rem;width:100%;display:flex}.Hero-module__JgYmMq__content{flex:1;max-width:600px}.Hero-module__JgYmMq__badge{background:var(--color-bg-card);border:1px solid var(--color-border);border-radius:var(--radius-full);font-family:var(--font-mono);color:var(--color-text-secondary);align-items:center;gap:.5rem;margin-bottom:2rem;padding:.4rem 1rem;font-size:.85rem;display:inline-flex;box-shadow:0 4px 10px #00000005}.Hero-module__JgYmMq__pulse{background-color:var(--color-accent);border-radius:50%;width:8px;height:8px;position:relative}.Hero-module__JgYmMq__pulse:after{content:"";background-color:var(--color-accent);opacity:.4;border-radius:50%;animation:2s infinite Hero-module__JgYmMq__pulse-anim;position:absolute;inset:-4px}@keyframes Hero-module__JgYmMq__pulse-anim{0%{opacity:.5;transform:scale(.5)}to{opacity:0;transform:scale(1.5)}}.Hero-module__JgYmMq__title{font-family:var(--font-display);color:var(--color-text-primary);margin-bottom:.5rem;font-size:clamp(2.5rem,6vw,4.5rem);font-weight:800;line-height:1.1}.Hero-module__JgYmMq__highlight{color:var(--color-accent)}.Hero-module__JgYmMq__subtitle{color:var(--color-text-secondary);height:clamp(1.5rem,3.5vw,2.5rem);margin-bottom:1.5rem;font-size:clamp(1.5rem,3.5vw,2.5rem);font-weight:600}.Hero-module__JgYmMq__typing{color:var(--color-text-primary)}.Hero-module__JgYmMq__cursor{color:var(--color-accent);margin-left:2px;animation:1s step-end infinite Hero-module__JgYmMq__blink;display:inline-block}@keyframes Hero-module__JgYmMq__blink{0%,to{opacity:1}50%{opacity:0}}.Hero-module__JgYmMq__description{color:var(--color-text-secondary);max-width:600px;margin-bottom:2.5rem;font-size:1.1rem;line-height:1.7}.Hero-module__JgYmMq__actions{flex-wrap:wrap;gap:1rem;margin-bottom:4rem;display:flex}.Hero-module__JgYmMq__primaryBtn,.Hero-module__JgYmMq__secondaryBtn{border-radius:var(--radius-md);transition:all var(--duration-normal) var(--ease-out-expo);justify-content:center;align-items:center;gap:.5rem;padding:.875rem 2rem;font-size:1rem;font-weight:600;display:inline-flex}.Hero-module__JgYmMq__primaryBtn{background-color:var(--color-accent);color:#fff;border:1px solid var(--color-accent)}.Hero-module__JgYmMq__primaryBtn:hover{background-color:var(--color-accent-dark);border-color:var(--color-accent-dark);box-shadow:0 10px 20px var(--color-accent-glow);transform:translateY(-2px)}.Hero-module__JgYmMq__secondaryBtn{color:var(--color-text-primary);border:1px solid var(--color-border);background-color:#0000}.Hero-module__JgYmMq__secondaryBtn:hover{background-color:var(--color-bg-card-hover);border-color:var(--color-text-dim);transform:translateY(-2px)}.Hero-module__JgYmMq__stats{border-top:1px solid var(--color-border);gap:3rem;padding-top:2rem;display:flex}.Hero-module__JgYmMq__stat{flex-direction:column;display:flex}.Hero-module__JgYmMq__statValue{font-family:var(--font-display);color:var(--color-text-primary);margin-bottom:.25rem;font-size:2rem;font-weight:700;line-height:1}.Hero-module__JgYmMq__statLabel{color:var(--color-text-secondary);font-size:.85rem}.Hero-module__JgYmMq__photoSection{flex:none;justify-content:center;align-items:center;display:flex}.Hero-module__JgYmMq__photoFrame{width:380px;height:450px;position:relative}.Hero-module__JgYmMq__decorSquare{border:2px solid var(--color-accent);border-radius:var(--radius-md);opacity:.3;width:100px;height:100px;animation:8s ease-in-out infinite Hero-module__JgYmMq__floatRotate;position:absolute;top:-15px;right:-15px}.Hero-module__JgYmMq__decorCircle{border:2px solid var(--color-accent-light);opacity:.25;border-radius:50%;width:80px;height:80px;animation:6s ease-in-out infinite reverse Hero-module__JgYmMq__floatRotate;position:absolute;bottom:-10px;left:-20px}.Hero-module__JgYmMq__decorDots{background-image:radial-gradient(circle, var(--color-accent) 1.5px, transparent 1.5px);opacity:.3;background-size:12px 12px;width:60px;height:60px;animation:4s ease-in-out infinite Hero-module__JgYmMq__floatY;position:absolute;bottom:30px;right:-30px}@keyframes Hero-module__JgYmMq__floatRotate{0%,to{transform:translateY(0)rotate(0)}50%{transform:translateY(-15px)rotate(8deg)}}@keyframes Hero-module__JgYmMq__floatY{0%,to{transform:translateY(0)}50%{transform:translateY(-10px)}}.Hero-module__JgYmMq__photoWrapper{border-radius:var(--radius-xl);background-image:linear-gradient(var(--color-bg-card), var(--color-bg-card)), var(--gradient-accent);width:100%;height:100%;box-shadow:0 20px 60px #00000026, 0 0 40px var(--color-accent-glow);z-index:2;background-origin:border-box;background-clip:padding-box,border-box;border:3px solid #0000;position:relative;overflow:hidden}.Hero-module__JgYmMq__photo{transition:transform .6s var(--ease-out-expo);object-position:top center!important}.Hero-module__JgYmMq__photoWrapper:hover .Hero-module__JgYmMq__photo{transform:scale(1.05)}.Hero-module__JgYmMq__photoGlow{background:radial-gradient(circle, var(--color-accent-glow) 0%, transparent 70%);z-index:1;filter:blur(40px);width:300px;height:300px;animation:3s ease-in-out infinite Hero-module__JgYmMq__glowPulse;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}@keyframes Hero-module__JgYmMq__glowPulse{0%,to{opacity:.5;transform:translate(-50%,-50%)scale(1)}50%{opacity:.8;transform:translate(-50%,-50%)scale(1.1)}}@media (max-width:1024px){.Hero-module__JgYmMq__photoFrame{width:300px;height:360px}}@media (max-width:768px){.Hero-module__JgYmMq__hero{min-height:auto;padding-top:7rem;padding-bottom:3rem}.Hero-module__JgYmMq__container{flex-direction:column-reverse;gap:2rem}.Hero-module__JgYmMq__content{text-align:center;max-width:100%}.Hero-module__JgYmMq__actions{justify-content:center}.Hero-module__JgYmMq__stats{flex-wrap:wrap;justify-content:center;gap:1.5rem}.Hero-module__JgYmMq__photoSection{width:100%}.Hero-module__JgYmMq__photoFrame{width:250px;height:300px;margin:0 auto}.Hero-module__JgYmMq__decorSquare,.Hero-module__JgYmMq__decorCircle,.Hero-module__JgYmMq__decorDots{display:none}}
.About-module__S-Ka5a__about{position:relative}.About-module__S-Ka5a__grid{grid-template-columns:350px 1fr;align-items:start;gap:2rem;display:grid}.About-module__S-Ka5a__infoCard{text-align:center;flex-direction:column;align-items:center;display:flex}.About-module__S-Ka5a__avatarWrapper{border-radius:var(--radius-lg);border:4px solid var(--color-bg);width:150px;height:150px;margin-bottom:1.5rem;position:relative;overflow:hidden;box-shadow:0 10px 20px #0000001a}.About-module__S-Ka5a__name{font-family:var(--font-display);color:var(--color-text-primary);margin-bottom:.25rem;font-size:1.5rem;font-weight:700}.About-module__S-Ka5a__tagline{color:var(--color-accent);margin-bottom:2rem;font-size:.95rem;font-weight:500}.About-module__S-Ka5a__detailsList{text-align:left;flex-direction:column;gap:1.25rem;width:100%;display:flex}.About-module__S-Ka5a__detailItem{align-items:flex-start;gap:1rem;display:flex}.About-module__S-Ka5a__detailIcon{color:var(--color-text-muted);margin-top:.25rem}.About-module__S-Ka5a__detailLabel{color:var(--color-text-dim);text-transform:uppercase;letter-spacing:.05em;margin-bottom:.2rem;font-size:.8rem;display:block}.About-module__S-Ka5a__detailValue{color:var(--color-text-primary);font-size:.95rem;font-weight:500;display:block}a.About-module__S-Ka5a__detailValue{transition:color .2s}a.About-module__S-Ka5a__detailValue:hover{color:var(--color-accent)}.About-module__S-Ka5a__bioCard{height:100%}.About-module__S-Ka5a__cardTitle{font-family:var(--font-display);color:var(--color-text-primary);margin-bottom:1.25rem;font-size:1.25rem;font-weight:600}.About-module__S-Ka5a__bioText{flex-direction:column;gap:1rem;display:flex}.About-module__S-Ka5a__bioText p{color:var(--color-text-secondary);font-size:1.05rem;line-height:1.7}.About-module__S-Ka5a__skillsGrid{grid-template-columns:repeat(auto-fill,minmax(140px,1fr));gap:1rem;display:grid}.About-module__S-Ka5a__skillTag{background-color:var(--color-bg-tertiary);border-radius:var(--radius-sm);color:var(--color-text-primary);align-items:center;gap:.5rem;padding:.75rem 1rem;font-size:.9rem;font-weight:500;transition:all .2s;display:flex}.About-module__S-Ka5a__skillTag:hover{background-color:var(--color-accent-glow);transform:translateY(-2px)}.About-module__S-Ka5a__skillDot{background-color:var(--color-accent);border-radius:50%;width:6px;height:6px}@media (max-width:968px){.About-module__S-Ka5a__grid{grid-template-columns:1fr}}@media (max-width:480px){.About-module__S-Ka5a__skillsGrid{grid-template-columns:repeat(2,1fr)}}
.Skills-module__-4weLa__skills{position:relative}.Skills-module__-4weLa__grid{grid-template-columns:repeat(auto-fill,minmax(280px,1fr));gap:1.5rem;display:grid}.Skills-module__-4weLa__categoryCard{flex-direction:column;gap:1.25rem;display:flex}.Skills-module__-4weLa__categoryHeader{align-items:center;gap:.75rem;display:flex}.Skills-module__-4weLa__categoryIcon{background-color:var(--color-bg-tertiary);border-radius:var(--radius-md);flex-shrink:0;justify-content:center;align-items:center;width:44px;height:44px;font-size:1.25rem;display:flex}.Skills-module__-4weLa__categoryTitle{font-family:var(--font-display);color:var(--color-text-primary);font-size:1.1rem;font-weight:600}.Skills-module__-4weLa__skillsList{flex-wrap:wrap;gap:.5rem;display:flex}.Skills-module__-4weLa__skillTag{background-color:var(--color-bg-tertiary);border-radius:var(--radius-full);color:var(--color-text-primary);border:1px solid #0000;padding:.4rem .9rem;font-size:.85rem;font-weight:500;transition:all .2s}.Skills-module__-4weLa__skillTag:hover{background-color:var(--color-accent-glow);border-color:var(--color-accent);transform:translateY(-2px)}@media (max-width:480px){.Skills-module__-4weLa__grid{grid-template-columns:1fr}}
.Experience-module__Dh2kUW__experience{position:relative}.Experience-module__Dh2kUW__grid{grid-template-columns:repeat(2,1fr);align-items:start;gap:2rem;display:grid}.Experience-module__Dh2kUW__columnHeader{align-items:center;gap:1rem;margin-bottom:1.5rem;display:flex}.Experience-module__Dh2kUW__iconWrapper{background-color:var(--color-bg-card);border:1px solid var(--color-border);border-radius:var(--radius-md);width:48px;height:48px;color:var(--color-accent);justify-content:center;align-items:center;display:flex}.Experience-module__Dh2kUW__columnTitle{font-family:var(--font-display);color:var(--color-text-primary);font-size:1.5rem;font-weight:600}.Experience-module__Dh2kUW__timelineCard{padding:2rem}.Experience-module__Dh2kUW__timeline{flex-direction:column;display:flex}.Experience-module__Dh2kUW__timelineItem{padding-bottom:2.5rem;padding-left:2rem;position:relative}.Experience-module__Dh2kUW__timelineItem:last-child{padding-bottom:0}.Experience-module__Dh2kUW__timelineItem:before{content:"";background-color:var(--color-border);width:2px;position:absolute;top:6px;bottom:0;left:5px}.Experience-module__Dh2kUW__timelineItem:last-child:before{display:none}.Experience-module__Dh2kUW__timelineDot{background-color:var(--color-accent);border:3px solid var(--color-bg-card);box-sizing:content-box;z-index:1;border-radius:50%;width:12px;height:12px;position:absolute;top:6px;left:0;transform:translate(-3px)}.Experience-module__Dh2kUW__timelineContent{flex-direction:column;display:flex}.Experience-module__Dh2kUW__date{font-family:var(--font-mono);color:var(--color-text-muted);background-color:var(--color-bg-tertiary);border-radius:var(--radius-sm);align-self:flex-start;margin-bottom:.5rem;padding:.2rem .6rem;font-size:.8rem;display:inline-block}.Experience-module__Dh2kUW__role{color:var(--color-text-primary);margin-bottom:.25rem;font-size:1.15rem;font-weight:600}.Experience-module__Dh2kUW__company{color:var(--color-accent);margin-bottom:.75rem;font-size:.95rem;font-weight:500}.Experience-module__Dh2kUW__description{color:var(--color-text-secondary);font-size:.95rem;line-height:1.6}.Experience-module__Dh2kUW__coursework{color:var(--color-text-muted);margin-top:.5rem;font-size:.85rem;line-height:1.6}.Experience-module__Dh2kUW__courseworkLabel{color:var(--color-text-secondary);font-weight:600}@media (max-width:768px){.Experience-module__Dh2kUW__grid{grid-template-columns:1fr}}
.Projects-module__T_D1Ca__projects{position:relative}.Projects-module__T_D1Ca__filters{flex-wrap:wrap;gap:.75rem;margin-bottom:3rem;display:flex}.Projects-module__T_D1Ca__filterBtn{background-color:var(--color-bg-card);border:1px solid var(--color-border);border-radius:var(--radius-full);color:var(--color-text-secondary);padding:.6rem 1.25rem;font-size:.95rem;font-weight:500;transition:all .2s}.Projects-module__T_D1Ca__filterBtn:hover{background-color:var(--color-bg-card-hover);color:var(--color-text-primary)}.Projects-module__T_D1Ca__activeFilter{background-color:var(--color-accent)!important;border-color:var(--color-accent)!important;color:#fff!important}.Projects-module__T_D1Ca__grid{grid-template-columns:repeat(auto-fill,minmax(320px,1fr));gap:1.5rem;display:grid}.Projects-module__T_D1Ca__projectCard{flex-direction:column;height:100%;padding:1.75rem;display:flex}.Projects-module__T_D1Ca__cardTop{justify-content:space-between;align-items:center;margin-bottom:1.5rem;display:flex}.Projects-module__T_D1Ca__folderIcon{color:var(--color-accent)}.Projects-module__T_D1Ca__links{gap:.75rem;display:flex}.Projects-module__T_D1Ca__link{color:var(--color-text-muted);transition:color .2s,transform .2s}.Projects-module__T_D1Ca__link:hover{color:var(--color-accent);transform:translateY(-2px)}.Projects-module__T_D1Ca__content{flex:1}.Projects-module__T_D1Ca__title{font-family:var(--font-display);color:var(--color-text-primary);margin-bottom:.75rem;font-size:1.25rem;font-weight:600}.Projects-module__T_D1Ca__description{color:var(--color-text-secondary);margin-bottom:1.5rem;font-size:.95rem;line-height:1.6}.Projects-module__T_D1Ca__techList{border-top:1px solid var(--color-border);flex-wrap:wrap;gap:.5rem;margin-top:auto;padding-top:1rem;display:flex}.Projects-module__T_D1Ca__techTag{font-family:var(--font-mono);background-color:var(--color-bg-tertiary);color:var(--color-accent);border-radius:var(--radius-full);padding:.3rem .8rem;font-size:.75rem}@media (max-width:480px){.Projects-module__T_D1Ca__grid{grid-template-columns:1fr}}
.Gallery-module__Sa_FLW__gallery{position:relative}.Gallery-module__Sa_FLW__grid{grid-template-columns:repeat(auto-fill,minmax(280px,1fr));gap:1.5rem;display:grid}.Gallery-module__Sa_FLW__galleryItem{cursor:pointer;padding:0;overflow:hidden}.Gallery-module__Sa_FLW__imageWrapper{aspect-ratio:4/3;width:100%;position:relative}.Gallery-module__Sa_FLW__image{transition:transform .6s var(--ease-out-expo)}.Gallery-module__Sa_FLW__galleryItem:hover .Gallery-module__Sa_FLW__image{transform:scale(1.08)}.Gallery-module__Sa_FLW__overlay{opacity:0;background:#0006;justify-content:center;align-items:center;transition:opacity .3s;display:flex;position:absolute;inset:0}.Gallery-module__Sa_FLW__galleryItem:hover .Gallery-module__Sa_FLW__overlay{opacity:1}.Gallery-module__Sa_FLW__viewIcon{filter:grayscale()brightness(2);font-size:2rem}.Gallery-module__Sa_FLW__lightbox{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);z-index:1000;background:#000000e6;justify-content:center;align-items:center;padding:2rem;animation:.3s Gallery-module__Sa_FLW__fadeIn;display:flex;position:fixed;inset:0}@keyframes Gallery-module__Sa_FLW__fadeIn{0%{opacity:0}to{opacity:1}}.Gallery-module__Sa_FLW__lightboxContent{width:100%;max-width:900px;position:relative}.Gallery-module__Sa_FLW__closeBtn{color:#fff;cursor:pointer;background:#ffffff1a;border:1px solid #fff3;border-radius:50%;justify-content:center;align-items:center;width:36px;height:36px;font-size:1rem;transition:all .2s;display:flex;position:absolute;top:-40px;right:0}.Gallery-module__Sa_FLW__closeBtn:hover{background:#fff3;transform:scale(1.1)}.Gallery-module__Sa_FLW__lightboxImage{border-radius:var(--radius-lg)}@media (max-width:768px){.Gallery-module__Sa_FLW__grid{grid-template-columns:repeat(2,1fr)}}@media (max-width:480px){.Gallery-module__Sa_FLW__grid{grid-template-columns:1fr}}
.Certifications-module__REY-WG__certifications{position:relative}.Certifications-module__REY-WG__tabs{flex-wrap:wrap;gap:.75rem;margin-bottom:2.5rem;display:flex}.Certifications-module__REY-WG__tabBtn{background-color:var(--color-bg-card);border:1px solid var(--color-border);border-radius:var(--radius-full);color:var(--color-text-secondary);cursor:pointer;align-items:center;gap:.5rem;padding:.75rem 1.75rem;font-size:.95rem;font-weight:500;transition:all .3s;display:inline-flex}.Certifications-module__REY-WG__tabBtn:hover{background-color:var(--color-bg-card-hover);color:var(--color-text-primary);border-color:var(--color-text-dim)}.Certifications-module__REY-WG__activeTab{background-color:var(--color-accent)!important;border-color:var(--color-accent)!important;color:#fff!important}.Certifications-module__REY-WG__grid{grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:1.5rem;animation:.4s Certifications-module__REY-WG__fadeInGrid;display:grid}@keyframes Certifications-module__REY-WG__fadeInGrid{0%{opacity:0;transform:translateY(10px)}to{opacity:1;transform:translateY(0)}}.Certifications-module__REY-WG__certCard{flex-direction:column;align-items:flex-start;height:100%;display:flex}.Certifications-module__REY-WG__awardCard{border-left:3px solid var(--color-accent)}.Certifications-module__REY-WG__iconWrapper{background-color:var(--color-bg-tertiary);border-radius:var(--radius-md);justify-content:center;align-items:center;width:56px;height:56px;margin-bottom:1.25rem;font-size:1.5rem;display:flex;box-shadow:inset 0 2px 4px #0000000d}.Certifications-module__REY-WG__title{font-family:var(--font-display);color:var(--color-text-primary);margin-bottom:.5rem;font-size:1.1rem;font-weight:600;line-height:1.4}.Certifications-module__REY-WG__issuer{color:var(--color-text-secondary);flex:1;font-size:.9rem}
.Contact-module__Bs3a0a__grid{grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:1.5rem;display:grid}.Contact-module__Bs3a0a__contactCard{text-align:center;color:inherit;flex-direction:column;align-items:center;padding:2.5rem 1.5rem;text-decoration:none;display:flex}.Contact-module__Bs3a0a__iconWrapper{background-color:var(--color-bg-tertiary);border-radius:var(--radius-full);width:64px;height:64px;color:var(--color-accent);justify-content:center;align-items:center;margin-bottom:1.5rem;transition:transform .3s,background-color .3s;display:flex}.Contact-module__Bs3a0a__contactCard:hover .Contact-module__Bs3a0a__iconWrapper{background-color:var(--color-accent-glow);transform:scale(1.1)}.Contact-module__Bs3a0a__title{font-family:var(--font-display);margin-bottom:.5rem;font-size:1.2rem;font-weight:600}.Contact-module__Bs3a0a__value{color:var(--color-text-secondary);font-size:.95rem}
.Footer-module__Grjkva__footer{border-top:1px solid var(--color-border);background-color:var(--color-bg);padding:4rem 0 2rem}.Footer-module__Grjkva__top{flex-wrap:wrap;justify-content:space-between;gap:3rem;margin-bottom:3rem;display:flex}.Footer-module__Grjkva__brandInfo{max-width:300px}.Footer-module__Grjkva__logo{font-family:var(--font-display);color:var(--color-text-primary);align-items:baseline;margin-bottom:.75rem;font-size:1.5rem;font-weight:700;display:flex}.Footer-module__Grjkva__dot{color:var(--color-accent)}.Footer-module__Grjkva__tagline{color:var(--color-text-secondary);margin-bottom:1.25rem;font-size:.95rem;line-height:1.6}.Footer-module__Grjkva__socials{gap:.75rem;display:flex}.Footer-module__Grjkva__socialLink{border-radius:var(--radius-sm);background-color:var(--color-bg-tertiary);width:36px;height:36px;color:var(--color-text-muted);justify-content:center;align-items:center;transition:all .2s;display:flex}.Footer-module__Grjkva__socialLink:hover{background-color:var(--color-accent);color:#fff;transform:translateY(-2px)}.Footer-module__Grjkva__linksTitle{color:var(--color-text-primary);margin-bottom:1.5rem;font-size:1.1rem;font-weight:600}.Footer-module__Grjkva__linksGrid{grid-template-columns:repeat(2,1fr);gap:1rem 3rem;display:grid}.Footer-module__Grjkva__link{color:var(--color-text-secondary);font-size:.95rem;transition:color .2s}.Footer-module__Grjkva__link:hover{color:var(--color-accent)}.Footer-module__Grjkva__bottom{border-top:1px solid var(--color-border);text-align:center;padding-top:2rem}.Footer-module__Grjkva__copyright{color:var(--color-text-dim);font-size:.85rem}@media (max-width:768px){.Footer-module__Grjkva__top{flex-direction:column}}
