.Navbar-module__cJzEcG__navbar{z-index:1000;transition:all var(--transition-medium);padding:1rem 0;position:fixed;top:0;left:0;right:0}.Navbar-module__cJzEcG__scrolled{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border-bottom:1px solid var(--border-color);background:#0a0a0ff2;padding:.75rem 0}.Navbar-module__cJzEcG__navContent{justify-content:space-between;align-items:center;display:flex}.Navbar-module__cJzEcG__logo{align-items:center;gap:.5rem;text-decoration:none;display:flex}.Navbar-module__cJzEcG__logoText{font-family:var(--font-display);color:var(--text-primary);letter-spacing:-.02em;font-size:1.125rem;font-weight:700}.Navbar-module__cJzEcG__logoDot{color:var(--accent-primary);font-size:.5rem;animation:2s ease-in-out infinite Navbar-module__cJzEcG__pulse}@keyframes Navbar-module__cJzEcG__pulse{0%,to{opacity:1}50%{opacity:.5}}.Navbar-module__cJzEcG__logoSub{color:var(--text-muted);letter-spacing:.05em;font-size:.6875rem}.Navbar-module__cJzEcG__navLinks{align-items:center;gap:.25rem;list-style:none;display:flex}.Navbar-module__cJzEcG__navLink{font-family:var(--font-display);color:var(--text-secondary);letter-spacing:.02em;transition:all var(--transition-fast);border-radius:var(--radius-md);padding:.5rem .875rem;font-size:.8125rem;font-weight:500;text-decoration:none}.Navbar-module__cJzEcG__navLink:hover{color:var(--text-primary);background:#ffffff0d}.Navbar-module__cJzEcG__resumeBtn{background:var(--accent-primary);border-radius:var(--radius-md);font-family:var(--font-display);color:#fff;transition:all var(--transition-fast);border:none;margin-left:.5rem;padding:.5rem 1rem;font-size:.8125rem;font-weight:600;text-decoration:none}.Navbar-module__cJzEcG__resumeBtn:hover{background:var(--accent-bright);box-shadow:0 0 15px var(--accent-glow)}.Navbar-module__cJzEcG__mobileMenuBtn{border:1px solid var(--border-color);border-radius:var(--radius-md);cursor:pointer;width:36px;height:36px;transition:all var(--transition-fast);background:0 0;justify-content:center;align-items:center;display:none}.Navbar-module__cJzEcG__hamburger{background:var(--text-primary);width:14px;height:2px;transition:all var(--transition-fast);position:relative}.Navbar-module__cJzEcG__hamburger:before,.Navbar-module__cJzEcG__hamburger:after{content:"";background:var(--text-primary);width:14px;height:2px;transition:all var(--transition-fast);position:absolute}.Navbar-module__cJzEcG__hamburger:before{top:-5px}.Navbar-module__cJzEcG__hamburger:after{bottom:-5px}.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{background:var(--bg-secondary);border-bottom:1px solid var(--border-color);overflow:hidden}.Navbar-module__cJzEcG__mobileNavLinks{flex-direction:column;gap:.25rem;padding:1rem;list-style:none;display:flex}.Navbar-module__cJzEcG__mobileNavLink{font-family:var(--font-display);color:var(--text-secondary);border-radius:var(--radius-md);transition:all var(--transition-fast);padding:.75rem 1rem;font-size:.875rem;font-weight:500;text-decoration:none;display:block}.Navbar-module__cJzEcG__mobileNavLink:hover{color:var(--text-primary);background:#ffffff0d}.Navbar-module__cJzEcG__mobileResumeBtn{background:var(--accent-primary);border-radius:var(--radius-md);font-family:var(--font-display);color:#fff;text-align:center;margin-top:.5rem;padding:.75rem 1rem;font-size:.875rem;font-weight:600;text-decoration:none;display:block}@media (max-width:768px){.Navbar-module__cJzEcG__navLinks{display:none}.Navbar-module__cJzEcG__mobileMenuBtn{display:flex}}
.Hero-module__ZARIfG__hero{align-items:center;min-height:100vh;padding:6rem 0 4rem;display:flex;position:relative;overflow:hidden}.Hero-module__ZARIfG__gradientBg{z-index:0;pointer-events:none;background:radial-gradient(at 20% 30%,#3b82f61a 0%,#0000 50%),radial-gradient(at 80% 70%,#8b5cf614 0%,#0000 40%);position:absolute;inset:0}.Hero-module__ZARIfG__heroContainer{z-index:1;width:100%;position:relative}.Hero-module__ZARIfG__bentoGrid{grid-template-rows:auto auto auto;grid-template-columns:repeat(12,1fr);gap:1rem;display:grid}.Hero-module__ZARIfG__bentoCard{background:var(--bg-card);border:1px solid var(--border-color);border-radius:var(--radius-lg);transition:all var(--transition-medium);-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);position:relative}.Hero-module__ZARIfG__bentoCard:hover{border-color:var(--border-hover);box-shadow:var(--shadow-soft);transform:translateY(-2px)}.Hero-module__ZARIfG__mainCard{grid-area:span 2/span 7;padding:2rem}.Hero-module__ZARIfG__cardHeader{justify-content:space-between;align-items:center;margin-bottom:1.5rem;display:flex}.Hero-module__ZARIfG__cardLabel{color:var(--text-muted);letter-spacing:.05em;font-size:.75rem;font-weight:500}.Hero-module__ZARIfG__cardStatus{color:var(--accent-primary);letter-spacing:.02em;align-items:center;gap:.5rem;font-size:.75rem;display:flex}.Hero-module__ZARIfG__cardStatus:before{content:"";background:#22c55e;border-radius:50%;width:6px;height:6px;animation:2s infinite Hero-module__ZARIfG__pulse}@keyframes Hero-module__ZARIfG__pulse{0%,to{opacity:1}50%{opacity:.5}}.Hero-module__ZARIfG__titleWrapper{margin-bottom:1.5rem}.Hero-module__ZARIfG__titleLine{letter-spacing:-.03em;margin:0;font-size:clamp(3.5rem,8vw,5.5rem);font-weight:700;line-height:1.1;overflow:hidden}.Hero-module__ZARIfG__firstName{background:linear-gradient(135deg,var(--text-primary)0%,var(--text-secondary)100%);-webkit-text-fill-color:transparent;-webkit-background-clip:text;background-clip:text;display:block}.Hero-module__ZARIfG__lastName{background:linear-gradient(135deg,var(--accent-primary)0%,var(--accent-secondary)100%);-webkit-text-fill-color:transparent;-webkit-background-clip:text;background-clip:text;display:block}.Hero-module__ZARIfG__designation{color:var(--text-secondary);margin-bottom:2rem;font-size:.9375rem;line-height:1.8}.Hero-module__ZARIfG__actions{gap:1rem;display:flex}.Hero-module__ZARIfG__primaryBtn{background:var(--accent-primary);border-radius:var(--radius-md);color:#fff;font-family:var(--font-display);transition:all var(--transition-medium);border:none;padding:.875rem 1.75rem;font-size:.875rem;font-weight:600}.Hero-module__ZARIfG__primaryBtn:hover{background:var(--accent-bright);box-shadow:0 0 20px var(--accent-glow);transform:translateY(-2px)}.Hero-module__ZARIfG__secondaryBtn{border:1px solid var(--border-color);border-radius:var(--radius-md);color:var(--text-primary);font-family:var(--font-display);transition:all var(--transition-medium);background:0 0;padding:.875rem 1.75rem;font-size:.875rem;font-weight:500}.Hero-module__ZARIfG__secondaryBtn:hover{border-color:var(--border-hover);background:#ffffff0d}.Hero-module__ZARIfG__posterCard{grid-area:span 3/span 5;min-height:400px;padding:0;overflow:hidden}.Hero-module__ZARIfG__posterFrame{width:100%;height:100%;position:relative}.Hero-module__ZARIfG__posterFrame img{transition:transform .6s var(--ease-smooth);border-radius:var(--radius-lg)}.Hero-module__ZARIfG__posterCard:hover .Hero-module__ZARIfG__posterFrame img{transform:scale(1.03)}.Hero-module__ZARIfG__posterOverlay{pointer-events:none;border-radius:var(--radius-lg);background:linear-gradient(#3b82f60d 0%,#0000 30% 70%,#0a0a0fb3 100%);position:absolute;inset:0}.Hero-module__ZARIfG__statusCard{grid-column:span 4;align-items:center;gap:1rem;padding:1.25rem;display:flex}.Hero-module__ZARIfG__statusIcon{font-size:1.5rem}.Hero-module__ZARIfG__statusContent{flex-direction:column;gap:.25rem;display:flex}.Hero-module__ZARIfG__statusTitle{color:var(--text-muted);letter-spacing:.05em;text-transform:uppercase;font-size:.6875rem;font-weight:500}.Hero-module__ZARIfG__statusValue{color:var(--text-primary);font-size:.8125rem;font-weight:500}.Hero-module__ZARIfG__locationCard{text-align:center;flex-direction:column;grid-column:span 3;justify-content:center;align-items:center;gap:.25rem;padding:1rem;display:flex}.Hero-module__ZARIfG__locationLabel{color:var(--text-muted);letter-spacing:.1em;text-transform:uppercase;font-size:.625rem;font-weight:500}.Hero-module__ZARIfG__locationValue{color:var(--accent-primary);font-size:.9375rem;font-weight:600}.Hero-module__ZARIfG__linksCard{grid-column:span 5;justify-content:center;align-items:center;gap:2rem;padding:1rem;display:flex}.Hero-module__ZARIfG__socialLink{color:var(--text-secondary);transition:all var(--transition-fast);font-size:.875rem;font-weight:500;position:relative}.Hero-module__ZARIfG__socialLink:hover{color:var(--accent-primary)}.Hero-module__ZARIfG__socialLink:after{content:"";background:var(--accent-primary);width:0;height:2px;transition:width var(--transition-medium);position:absolute;bottom:-4px;left:0}.Hero-module__ZARIfG__socialLink:hover:after{width:100%}@media (max-width:1200px){.Hero-module__ZARIfG__bentoGrid{grid-template-columns:repeat(8,1fr)}.Hero-module__ZARIfG__mainCard{grid-area:span 2/span 5}.Hero-module__ZARIfG__posterCard{grid-area:span 3/span 3;min-height:300px}.Hero-module__ZARIfG__statusCard{grid-column:span 4}.Hero-module__ZARIfG__locationCard{grid-column:span 2}.Hero-module__ZARIfG__linksCard{grid-column:span 6}}@media (max-width:900px){.Hero-module__ZARIfG__bentoGrid{grid-template-columns:repeat(2,1fr);gap:.75rem}.Hero-module__ZARIfG__mainCard{grid-area:span 1/span 2}.Hero-module__ZARIfG__posterCard{display:none}.Hero-module__ZARIfG__statusCard,.Hero-module__ZARIfG__locationCard{grid-column:span 1}.Hero-module__ZARIfG__linksCard{grid-column:span 2}.Hero-module__ZARIfG__titleLine{font-size:clamp(2.5rem,12vw,4rem)}}@media (max-width:600px){.Hero-module__ZARIfG__hero{padding:4rem 0 2rem}.Hero-module__ZARIfG__bentoGrid{gap:.5rem}.Hero-module__ZARIfG__mainCard{padding:1.5rem}.Hero-module__ZARIfG__statusCard{grid-column:span 2;padding:1rem}.Hero-module__ZARIfG__statusValue{font-size:.7rem}.Hero-module__ZARIfG__locationCard{grid-column:span 2}.Hero-module__ZARIfG__linksCard{flex-wrap:wrap;gap:1rem}.Hero-module__ZARIfG__titleLine{font-size:clamp(2rem,15vw,3rem)}.Hero-module__ZARIfG__designation{font-size:.8125rem}.Hero-module__ZARIfG__actions{flex-direction:column;gap:.75rem}.Hero-module__ZARIfG__primaryBtn,.Hero-module__ZARIfG__secondaryBtn{text-align:center;justify-content:center;width:100%}}
.Skills-module__G7oUEG__skills{background:var(--bg-secondary);padding:6rem 0;overflow:hidden}.Skills-module__G7oUEG__header{text-align:center;margin-bottom:2.5rem}.Skills-module__G7oUEG__sectionLabel{font-family:var(--font-mono);color:var(--text-muted);letter-spacing:.1em;margin-bottom:.75rem;font-size:.75rem;display:inline-block}.Skills-module__G7oUEG__sectionTitle{font-family:var(--font-display);color:var(--text-primary);letter-spacing:-.02em;font-size:clamp(1.75rem,4vw,2.5rem);font-weight:700}.Skills-module__G7oUEG__marqueeSection{flex-direction:column;gap:.75rem;width:100vw;margin-left:calc(50% - 50vw);padding:2rem 0;display:flex;overflow:hidden}.Skills-module__G7oUEG__marqueeWrapper{width:100%;position:relative;overflow:hidden}.Skills-module__G7oUEG__marqueeTrack{white-space:nowrap;gap:.75rem;width:max-content;animation:linear infinite Skills-module__G7oUEG__marqueeScroll;display:flex}.Skills-module__G7oUEG__marqueeTrack.Skills-module__G7oUEG__reverse{animation-direction:reverse}@keyframes Skills-module__G7oUEG__marqueeScroll{0%{transform:translate(0)}to{transform:translate(-25%)}}.Skills-module__G7oUEG__skillPill{background:var(--bg-card);border:1px solid var(--border-color);border-radius:var(--radius-md);color:var(--text-secondary);white-space:nowrap;transition:all var(--transition-fast);flex-shrink:0;align-items:center;padding:.625rem 1rem;font-size:.8125rem;display:inline-flex}.Skills-module__G7oUEG__skillPill:hover{border-color:var(--accent-primary);color:var(--accent-primary);background:#3b82f61a}.Skills-module__G7oUEG__highlights{grid-template-columns:repeat(4,1fr);gap:1rem;margin-top:3rem;display:grid}.Skills-module__G7oUEG__highlightCard{background:var(--bg-card);border:1px solid var(--border-color);border-radius:var(--radius-lg);transition:all var(--transition-medium);align-items:center;gap:1rem;padding:1.25rem;display:flex;position:relative}.Skills-module__G7oUEG__highlightCard:hover{border-color:var(--border-hover);box-shadow:var(--shadow-soft);transform:translateY(-2px)}.Skills-module__G7oUEG__highlightIcon{border:1px solid var(--border-color);border-radius:var(--radius-md);background:#3b82f61a;flex-shrink:0;justify-content:center;align-items:center;width:48px;height:48px;font-size:1.5rem;display:flex}.Skills-module__G7oUEG__highlightContent{flex-direction:column;gap:.125rem;display:flex}.Skills-module__G7oUEG__highlightTitle{color:var(--text-muted);letter-spacing:.05em;text-transform:uppercase;font-size:.6875rem;font-weight:500}.Skills-module__G7oUEG__highlightValue{color:var(--text-primary);font-size:.875rem;font-weight:500}@media (max-width:1024px){.Skills-module__G7oUEG__highlights{grid-template-columns:repeat(2,1fr)}}@media (max-width:768px){.Skills-module__G7oUEG__skills{padding:4rem 0}.Skills-module__G7oUEG__marqueeSection{gap:.5rem}.Skills-module__G7oUEG__skillPill{padding:.5rem .75rem;font-size:.75rem}.Skills-module__G7oUEG__highlights{grid-template-columns:1fr;gap:.75rem;margin-top:2rem}.Skills-module__G7oUEG__highlightCard{padding:1rem}.Skills-module__G7oUEG__highlightIcon{width:40px;height:40px;font-size:1.25rem}}
.Projects-module__2BoJ-q__projects{padding:8rem 0;position:relative;overflow:hidden}.Projects-module__2BoJ-q__header{text-align:center;margin-bottom:4rem}.Projects-module__2BoJ-q__sectionLabel{font-family:var(--font-mono);color:var(--accent-primary);letter-spacing:.05em;text-transform:uppercase;margin-bottom:.75rem;font-size:.75rem;font-weight:500;display:inline-block}.Projects-module__2BoJ-q__sectionTitle{font-family:var(--font-display);color:var(--text-primary);letter-spacing:-.02em;margin-bottom:.5rem;font-size:clamp(2rem,5vw,3rem);font-weight:700}.Projects-module__2BoJ-q__sectionSubtitle{color:var(--text-secondary);font-size:1rem}.Projects-module__2BoJ-q__grid{grid-template-columns:repeat(3,1fr);gap:1.25rem;display:grid}.Projects-module__2BoJ-q__card{background:var(--bg-card);border:1px solid var(--border-color);border-radius:var(--radius-lg);cursor:pointer;transition:all .3s var(--ease-smooth);-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);padding:2rem;position:relative}.Projects-module__2BoJ-q__card:hover{border-color:var(--border-hover);box-shadow:var(--shadow-soft);transform:translateY(-6px)}.Projects-module__2BoJ-q__cardHeader{justify-content:space-between;align-items:center;margin-bottom:1.25rem;display:flex}.Projects-module__2BoJ-q__cardNumber{color:var(--text-muted);font-size:.75rem;font-weight:600}.Projects-module__2BoJ-q__cardPriority{letter-spacing:.05em;border-radius:var(--radius-sm);text-transform:uppercase;padding:.25rem .625rem;font-size:.6875rem;font-weight:600}.Projects-module__2BoJ-q__cardPriority.Projects-module__2BoJ-q__featured{color:var(--accent-primary);background:#3b82f61a}.Projects-module__2BoJ-q__cardPriority.Projects-module__2BoJ-q__project{color:var(--text-secondary);background:#ffffff0d}.Projects-module__2BoJ-q__cardTitle{color:var(--text-primary);margin-bottom:.75rem;font-size:1.25rem;font-weight:600}.Projects-module__2BoJ-q__cardDesc{color:var(--text-secondary);margin-bottom:1.25rem;font-size:.9375rem;line-height:1.6}.Projects-module__2BoJ-q__cardTags{flex-wrap:wrap;gap:.5rem;margin-bottom:1.5rem;display:flex}.Projects-module__2BoJ-q__cardTag{color:var(--text-muted);border:1px solid var(--border-color);border-radius:var(--radius-sm);background:#ffffff05;padding:.3rem .625rem;font-size:.6875rem}.Projects-module__2BoJ-q__cardFooter{justify-content:flex-end;display:flex}.Projects-module__2BoJ-q__cardLink{color:var(--accent-primary);font-size:.875rem;font-weight:500;transition:all .3s}.Projects-module__2BoJ-q__card:hover .Projects-module__2BoJ-q__cardLink{color:var(--accent-bright)}.Projects-module__2BoJ-q__overlay{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);z-index:100;cursor:pointer;background:#000000d9;position:fixed;inset:0}.Projects-module__2BoJ-q__modal{z-index:101;pointer-events:none;justify-content:center;align-items:center;padding:2rem;display:flex;position:fixed;inset:0}.Projects-module__2BoJ-q__modalInner{background:var(--bg-secondary);border:1px solid var(--border-color);border-radius:var(--radius-xl);pointer-events:all;flex-direction:column;width:100%;max-width:800px;max-height:90vh;display:flex;position:relative;overflow:hidden}.Projects-module__2BoJ-q__closeBtn{background:var(--bg-primary);border:1px solid var(--border-color);border-radius:var(--radius-md);width:40px;height:40px;color:var(--text-secondary);cursor:pointer;z-index:10;justify-content:center;align-items:center;font-size:1rem;transition:all .3s;display:flex;position:absolute;top:1rem;right:1rem}.Projects-module__2BoJ-q__closeBtn:hover{background:var(--accent-primary);border-color:var(--accent-primary);color:#fff}.Projects-module__2BoJ-q__modalImage{flex-shrink:0;width:100%;height:280px;position:relative}.Projects-module__2BoJ-q__modalImageOverlay{background:linear-gradient(180deg,transparent 0%,transparent 50%,var(--bg-secondary)100%);pointer-events:none;position:absolute;inset:0}.Projects-module__2BoJ-q__modalContent{padding:2rem 2.5rem 2.5rem;overflow-y:auto}.Projects-module__2BoJ-q__modalHeader{border-bottom:1px solid var(--border-color);justify-content:space-between;align-items:center;margin-bottom:1.25rem;padding-bottom:1rem;display:flex}.Projects-module__2BoJ-q__modalNumber{color:var(--text-muted);text-transform:uppercase;letter-spacing:.05em;font-size:.875rem;font-weight:500}.Projects-module__2BoJ-q__modalPriority{text-transform:uppercase;font-size:.75rem;font-weight:500}.Projects-module__2BoJ-q__modalPriority.Projects-module__2BoJ-q__featured{color:var(--accent-primary)}.Projects-module__2BoJ-q__modalPriority.Projects-module__2BoJ-q__project{color:var(--text-secondary)}.Projects-module__2BoJ-q__modalTitle{color:var(--text-primary);margin-bottom:1.25rem;font-size:clamp(1.5rem,4vw,2rem);font-weight:700}.Projects-module__2BoJ-q__modalDesc{color:var(--text-secondary);margin-bottom:2rem;font-size:1rem;line-height:1.8}.Projects-module__2BoJ-q__modalTags{flex-wrap:wrap;gap:.75rem;margin-bottom:2rem;display:flex}.Projects-module__2BoJ-q__modalTag{color:var(--accent-primary);border:1px solid var(--accent-primary);border-radius:var(--radius-md);background:#3b82f61a;padding:.5rem 1rem;font-size:.8125rem}.Projects-module__2BoJ-q__modalLink{background:var(--accent-primary);border-radius:var(--radius-md);color:#fff;align-items:center;padding:.875rem 1.75rem;font-size:.875rem;font-weight:600;text-decoration:none;transition:all .3s;display:inline-flex}.Projects-module__2BoJ-q__modalLink:hover{background:var(--accent-bright);box-shadow:0 0 20px var(--accent-glow)}@media (max-width:1024px){.Projects-module__2BoJ-q__grid{grid-template-columns:repeat(2,1fr)}.Projects-module__2BoJ-q__card{padding:1.5rem}.Projects-module__2BoJ-q__cardTitle{font-size:1.125rem}.Projects-module__2BoJ-q__modalImage{height:200px}}@media (max-width:768px){.Projects-module__2BoJ-q__projects{padding:5rem 0}.Projects-module__2BoJ-q__grid{grid-template-columns:1fr;gap:1rem}.Projects-module__2BoJ-q__card{padding:1.5rem}.Projects-module__2BoJ-q__cardTitle{font-size:1.125rem}.Projects-module__2BoJ-q__modalImage{height:150px}.Projects-module__2BoJ-q__modalContent{padding:1.5rem}.Projects-module__2BoJ-q__modalTitle{font-size:1.5rem}.Projects-module__2BoJ-q__modalDesc{font-size:.9375rem}}
.Contact-module__hcVmEa__contact{background:var(--bg-secondary);padding:10rem 0;position:relative;overflow:hidden}.Contact-module__hcVmEa__gradientBg{pointer-events:none;background:radial-gradient(at 30%,#3b82f614 0%,#0000 50%),radial-gradient(at 70%,#8b5cf60f 0%,#0000 40%);position:absolute;inset:0}.Contact-module__hcVmEa__content{text-align:center;z-index:10;max-width:650px;margin:0 auto;position:relative}.Contact-module__hcVmEa__sectionLabel{color:var(--accent-primary);letter-spacing:.1em;text-transform:uppercase;margin-bottom:1.5rem;font-size:.75rem;font-weight:500;display:inline-block}.Contact-module__hcVmEa__heading{color:var(--text-primary);letter-spacing:-.02em;margin-bottom:1.5rem;font-size:clamp(2.5rem,6vw,3.5rem);font-weight:700;line-height:1.1}.Contact-module__hcVmEa__text{color:var(--text-secondary);max-width:500px;margin-bottom:3rem;margin-left:auto;margin-right:auto;font-size:1.125rem;line-height:1.8}.Contact-module__hcVmEa__cta{background:var(--accent-primary);border-radius:var(--radius-lg);color:#fff;transition:all .3s var(--ease-smooth);border:none;justify-content:center;align-items:center;padding:1.125rem 3rem;font-size:1rem;font-weight:600;text-decoration:none;display:inline-flex}.Contact-module__hcVmEa__cta:hover{background:var(--accent-bright);box-shadow:0 0 30px var(--accent-glow);transform:translateY(-2px)}.Contact-module__hcVmEa__links{border-top:1px solid var(--border-color);justify-content:center;gap:2.5rem;margin-top:4rem;padding-top:2rem;display:flex}.Contact-module__hcVmEa__links a{color:var(--text-secondary);font-size:.9375rem;font-weight:500;text-decoration:none;transition:all .3s;position:relative}.Contact-module__hcVmEa__links a:hover{color:var(--accent-primary)}.Contact-module__hcVmEa__links a:after{content:"";background:var(--accent-primary);width:0;height:2px;transition:width .3s;position:absolute;bottom:-4px;left:0}.Contact-module__hcVmEa__links a:hover:after{width:100%}@media (max-width:768px){.Contact-module__hcVmEa__contact{padding:6rem 0}.Contact-module__hcVmEa__content{padding:0 1rem}.Contact-module__hcVmEa__links{flex-direction:column;gap:1.5rem}}
.Footer-module__S6Hkya__footer{border-top:1px solid var(--border-color);background:var(--bg-primary);padding:2rem 0}.Footer-module__S6Hkya__content{justify-content:space-between;align-items:center;display:flex}.Footer-module__S6Hkya__copyright{color:var(--text-secondary);font-size:.875rem}.Footer-module__S6Hkya__tagline{color:var(--text-muted);font-size:.8125rem}@media (max-width:768px){.Footer-module__S6Hkya__content{text-align:center;flex-direction:column;gap:.5rem}}
