.Navbar-module__cJzEcG__navbar{height:var(--nav-height);z-index:1000;transition:all var(--duration-slow)var(--ease-out);position:fixed;top:0;left:0;right:0}.Navbar-module__cJzEcG__navbar.Navbar-module__cJzEcG__scrolled{-webkit-backdrop-filter:blur(16px);border-bottom:1px solid var(--border-subtle);background:#0a0a0ad9}.Navbar-module__cJzEcG__container{max-width:var(--max-width);padding:0 var(--container-padding);justify-content:space-between;align-items:center;height:100%;margin:0 auto;display:flex}.Navbar-module__cJzEcG__logo{font-size:var(--text-xl);font-weight:var(--font-bold);font-family:var(--font-heading);color:var(--accent);letter-spacing:-.05em;transition:opacity var(--duration-fast)var(--ease-out)}.Navbar-module__cJzEcG__logo:hover{opacity:.8}.Navbar-module__cJzEcG__navLinks{align-items:center;gap:var(--space-5);display:flex}.Navbar-module__cJzEcG__navLinks li a{color:var(--text-tertiary);font-size:var(--text-sm);font-weight:var(--font-medium);transition:color var(--duration-fast)var(--ease-out);padding:var(--space-1)0;position:relative}.Navbar-module__cJzEcG__navLinks li a:hover{color:var(--text-primary)}.Navbar-module__cJzEcG__navLinks li a:after{content:"";background:var(--accent);border-radius:var(--radius-full);width:0;height:2px;transition:width var(--duration-normal)var(--ease-out);position:absolute;bottom:0;left:0}.Navbar-module__cJzEcG__navLinks li a:hover:after{width:100%}.Navbar-module__cJzEcG__githubLink{padding:var(--space-1);border-radius:var(--radius-md);transition:all var(--duration-fast)var(--ease-out);color:var(--text-tertiary);justify-content:center;align-items:center;display:flex}.Navbar-module__cJzEcG__githubLink:hover{background:var(--bg-tertiary);color:var(--accent);transform:translateY(-2px)}.Navbar-module__cJzEcG__githubLink:after{display:none!important}.Navbar-module__cJzEcG__menuButton{cursor:pointer;border-radius:var(--radius-md);width:32px;height:32px;transition:background var(--duration-fast)var(--ease-out);background:0 0;border:none;flex-direction:column;justify-content:center;gap:6px;padding:4px;display:none}.Navbar-module__cJzEcG__menuButton:hover{background:var(--bg-tertiary)}.Navbar-module__cJzEcG__menuButton span{background:var(--text-primary);border-radius:var(--radius-full);width:100%;height:2px;transition:all var(--duration-normal)var(--ease-out);transform-origin:50%;display:block}.Navbar-module__cJzEcG__menuButton.Navbar-module__cJzEcG__active span:first-child{transform:rotate(45deg)translate(6px,6px)}.Navbar-module__cJzEcG__menuButton.Navbar-module__cJzEcG__active span:nth-child(2){opacity:0;transform:scaleX(0)}.Navbar-module__cJzEcG__menuButton.Navbar-module__cJzEcG__active span:nth-child(3){transform:rotate(-45deg)translate(6px,-6px)}@media (max-width:768px){.Navbar-module__cJzEcG__menuButton{display:flex}.Navbar-module__cJzEcG__navLinks{top:var(--nav-height);background:var(--bg-primary);padding:var(--space-8);justify-content:center;gap:var(--space-4);opacity:0;pointer-events:none;transition:opacity var(--duration-slow)var(--ease-out);flex-direction:column;position:fixed;bottom:0;left:0;right:0}.Navbar-module__cJzEcG__navLinks.Navbar-module__cJzEcG__open{opacity:1;pointer-events:auto}.Navbar-module__cJzEcG__navLinks li a{font-size:var(--text-xl)}}@media (max-width:480px){.Navbar-module__cJzEcG__logo{font-size:var(--text-lg)}.Navbar-module__cJzEcG__navLinks{padding:var(--space-4);gap:var(--space-3)}.Navbar-module__cJzEcG__navLinks li a{font-size:var(--text-lg)}}
.Hero-module__ZARIfG__hero{min-height:100vh;padding:var(--nav-height)var(--container-padding)var(--space-8);flex-direction:column;justify-content:center;display:flex;position:relative;overflow:hidden}.Hero-module__ZARIfG__hero:before{content:"";pointer-events:none;background:radial-gradient(at top,#3b82f626 0%,#3b82f60d 30%,#0000 60%);width:200%;height:80%;position:absolute;top:0;left:50%;transform:translate(-50%)}.Hero-module__ZARIfG__hero:after{content:"";pointer-events:none;filter:blur(40px);background:radial-gradient(circle,#3b82f61a 0%,#0000 70%);width:400px;height:400px;position:absolute;top:20%;right:10%}.Hero-module__ZARIfG__container{max-width:var(--max-width);z-index:1;width:100%;margin:0 auto;position:relative}.Hero-module__ZARIfG__greeting{color:var(--accent);font-size:var(--text-lg);font-weight:var(--font-medium);margin-bottom:var(--space-3);font-family:var(--font-mono);letter-spacing:.05em}.Hero-module__ZARIfG__name{font-size:clamp(var(--text-3xl),10vw,var(--text-5xl));color:var(--text-primary);margin-bottom:var(--space-2);letter-spacing:-.03em;font-weight:800;line-height:1.05}.Hero-module__ZARIfG__title{font-size:clamp(var(--text-xl),4vw,var(--text-3xl));font-weight:var(--font-semibold);color:var(--text-tertiary);margin-bottom:var(--space-4);letter-spacing:-.02em;line-height:1.2}.Hero-module__ZARIfG__description{max-width:560px;color:var(--text-secondary);font-size:var(--text-lg);margin-bottom:var(--space-6);line-height:1.75}.Hero-module__ZARIfG__cta{gap:var(--space-2);flex-wrap:wrap;display:flex}.Hero-module__ZARIfG__scrollIndicator{bottom:var(--space-6);opacity:.4;animation:3s ease-in-out infinite Hero-module__ZARIfG__float;position:absolute;left:50%;transform:translate(-50%)}.Hero-module__ZARIfG__mouse{border:2px solid var(--text-tertiary);border-radius:var(--radius-xl);justify-content:center;width:26px;height:42px;padding-top:10px;display:flex}.Hero-module__ZARIfG__wheel{background:var(--text-tertiary);border-radius:var(--radius-full);width:4px;height:8px;animation:2s ease-in-out infinite Hero-module__ZARIfG__scroll}@keyframes Hero-module__ZARIfG__float{0%,to{transform:translate(-50%)translateY(0)}50%{transform:translate(-50%)translateY(-8px)}}@keyframes Hero-module__ZARIfG__scroll{0%{opacity:1;transform:translateY(0)}to{opacity:0;transform:translateY(10px)}}@media (max-width:768px){.Hero-module__ZARIfG__hero{padding-top:calc(var(--nav-height) + var(--space-8))}.Hero-module__ZARIfG__description{font-size:var(--text-base)}.Hero-module__ZARIfG__scrollIndicator{display:none}.Hero-module__ZARIfG__cta{flex-direction:column}.Hero-module__ZARIfG__cta .Hero-module__ZARIfG__btn{justify-content:center;width:100%}}@media (max-width:480px){.Hero-module__ZARIfG__hero{padding-top:calc(var(--nav-height) + var(--space-4));min-height:calc(100vh - var(--space-4))}.Hero-module__ZARIfG__greeting{font-size:var(--text-base);margin-bottom:var(--space-2)}.Hero-module__ZARIfG__name{font-size:clamp(var(--text-2xl),12vw,var(--text-4xl));margin-bottom:var(--space-1)}.Hero-module__ZARIfG__title{font-size:clamp(var(--text-lg),5vw,var(--text-xl));margin-bottom:var(--space-3)}.Hero-module__ZARIfG__description{font-size:var(--text-sm);margin-bottom:var(--space-4);line-height:1.7}.Hero-module__ZARIfG__cta{gap:var(--space-2)}}
.About-module__vAULUW__about{background:var(--bg-primary);position:relative;overflow:hidden}.About-module__vAULUW__about:before{content:"";pointer-events:none;filter:blur(60px);background:radial-gradient(circle,#3b82f60f 0%,#0000 70%);width:500px;height:500px;position:absolute;top:50%;left:-20%}.About-module__vAULUW__content{gap:var(--space-8);display:grid}.About-module__vAULUW__bio p{color:var(--text-secondary);font-size:var(--text-lg);max-width:720px;line-height:1.8}.About-module__vAULUW__skills h3{font-size:var(--text-lg);font-weight:var(--font-semibold);color:var(--text-primary);margin-bottom:var(--space-4)}.About-module__vAULUW__skillsGrid{gap:var(--space-3);grid-template-columns:repeat(auto-fit,minmax(min(100%,220px),1fr));display:grid}.About-module__vAULUW__skillCategory{background:var(--bg-secondary);padding:var(--space-4);border-radius:var(--radius-lg);border:1px solid var(--border-subtle);transition:all var(--duration-normal)var(--ease-out)}.About-module__vAULUW__skillCategory:hover{border-color:var(--accent);box-shadow:var(--shadow-lg),0 0 20px -10px var(--accent-glow);transform:translateY(-4px)}.About-module__vAULUW__skillCategory h4{color:var(--accent);font-size:var(--text-sm);font-weight:var(--font-semibold);font-family:var(--font-mono);text-transform:uppercase;letter-spacing:.1em;margin-bottom:var(--space-3)}.About-module__vAULUW__skillCategory ul{gap:var(--space-1);flex-direction:column;display:flex}.About-module__vAULUW__skillCategory li{color:var(--text-secondary);font-size:var(--text-base);padding-left:var(--space-3);transition:color var(--duration-fast)var(--ease-out);position:relative}.About-module__vAULUW__skillCategory li:before{content:">";color:var(--accent);font-family:var(--font-mono);font-size:var(--text-sm);font-weight:var(--font-bold);position:absolute;left:0}.About-module__vAULUW__skillCategory:hover li{color:var(--text-primary)}@media (max-width:768px){.About-module__vAULUW__skillsGrid{gap:var(--space-2);grid-template-columns:repeat(2,1fr)}.About-module__vAULUW__skillCategory{padding:var(--space-3)}.About-module__vAULUW__skillCategory li{font-size:var(--text-sm)}.About-module__vAULUW__bio p{font-size:var(--text-base);line-height:1.7}}@media (max-width:480px){.About-module__vAULUW__skillsGrid{gap:var(--space-2);grid-template-columns:repeat(2,1fr)}.About-module__vAULUW__skillCategory{padding:var(--space-2)}.About-module__vAULUW__skillCategory h4{font-size:var(--text-xs);margin-bottom:var(--space-2)}.About-module__vAULUW__skillCategory li{font-size:var(--text-sm);padding-left:var(--space-2)}.About-module__vAULUW__skillCategory li:before{font-size:var(--text-xs)}.About-module__vAULUW__bio p{font-size:var(--text-sm)}}
.Experience-module__RsmxMa__experience{background:var(--bg-secondary);position:relative;overflow:hidden}.Experience-module__RsmxMa__experience:before{content:"";pointer-events:none;filter:blur(80px);background:radial-gradient(circle,#3b82f60d 0%,#0000 70%);width:600px;height:600px;position:absolute;top:20%;right:-10%}.Experience-module__RsmxMa__experience:after{content:"";pointer-events:none;filter:blur(60px);background:radial-gradient(circle,#3b82f60a 0%,#0000 70%);width:400px;height:400px;position:absolute;bottom:10%;left:-5%}.Experience-module__RsmxMa__content{gap:var(--space-10);grid-template-columns:2fr 1fr;display:grid}.Experience-module__RsmxMa__sectionLabel{font-size:var(--text-base);font-weight:var(--font-semibold);font-family:var(--font-mono);color:var(--accent);text-transform:uppercase;letter-spacing:.15em;margin-bottom:var(--space-4)}.Experience-module__RsmxMa__timeline{padding-left:var(--space-4);position:relative}.Experience-module__RsmxMa__timeline:before{content:"";background:linear-gradient(to bottom,var(--accent),var(--border-default));border-radius:var(--radius-full);width:2px;position:absolute;top:8px;bottom:8px;left:0}.Experience-module__RsmxMa__timelineItem{padding-bottom:var(--space-4);position:relative}.Experience-module__RsmxMa__timelineItem:last-child{padding-bottom:0}.Experience-module__RsmxMa__timelineDot{left:calc(-1*var(--space-4));background:var(--accent);border-radius:var(--radius-full);width:12px;height:12px;box-shadow:0 0 12px var(--accent-glow);transition:transform var(--duration-fast)var(--ease-out);position:absolute;top:8px;transform:translate(-5px)}.Experience-module__RsmxMa__timelineItem:hover .Experience-module__RsmxMa__timelineDot{transform:translate(-5px)scale(1.2)}.Experience-module__RsmxMa__timelineContent{background:var(--bg-primary);padding:var(--space-4);border-radius:var(--radius-lg);border:1px solid var(--border-subtle);transition:all var(--duration-normal)var(--ease-out)}.Experience-module__RsmxMa__timelineContent:hover{border-color:var(--border-default);box-shadow:var(--shadow-md)}.Experience-module__RsmxMa__header{justify-content:space-between;align-items:flex-start;gap:var(--space-2);margin-bottom:var(--space-1);flex-wrap:wrap;display:flex}.Experience-module__RsmxMa__header h4{font-size:var(--text-base);font-weight:var(--font-semibold);color:var(--text-primary)}.Experience-module__RsmxMa__period{color:var(--accent);font-size:.72rem;font-family:var(--font-mono);white-space:nowrap;background:var(--accent-muted);border-radius:var(--radius-full);padding:5px 12px}.Experience-module__RsmxMa__company{color:var(--text-tertiary);font-size:var(--text-sm);margin-bottom:var(--space-2)}.Experience-module__RsmxMa__description{gap:var(--space-1);flex-direction:column;display:flex}.Experience-module__RsmxMa__description li{color:var(--text-secondary);font-size:var(--text-sm);padding-left:var(--space-3);line-height:1.6;position:relative}.Experience-module__RsmxMa__description li:before{content:">";color:var(--text-tertiary);font-family:var(--font-mono);font-size:var(--text-xs);position:absolute;left:0}.Experience-module__RsmxMa__educationList{gap:var(--space-3);flex-direction:column;display:flex}.Experience-module__RsmxMa__educationItem{background:var(--bg-primary);padding:var(--space-4);border-radius:var(--radius-lg);border:1px solid var(--border-subtle);transition:all var(--duration-normal)var(--ease-out)}.Experience-module__RsmxMa__educationItem:hover{border-color:var(--border-default)}.Experience-module__RsmxMa__educationItem h4{font-size:var(--text-sm);font-weight:var(--font-semibold);color:var(--text-primary)}.Experience-module__RsmxMa__school{color:var(--text-secondary);font-size:var(--text-sm);margin-top:var(--space-1);line-height:1.5}.Experience-module__RsmxMa__location{color:var(--text-tertiary);font-size:var(--text-xs);margin-top:4px}@media (max-width:900px){.Experience-module__RsmxMa__content{gap:var(--space-8);grid-template-columns:1fr}}@media (max-width:480px){.Experience-module__RsmxMa__sectionLabel{font-size:var(--text-sm);margin-bottom:var(--space-3)}.Experience-module__RsmxMa__timeline{padding-left:var(--space-3)}.Experience-module__RsmxMa__timelineDot{left:calc(-1*var(--space-3));width:10px;height:10px;transform:translate(-4px)}.Experience-module__RsmxMa__timelineItem{padding-bottom:var(--space-3)}.Experience-module__RsmxMa__timelineContent,.Experience-module__RsmxMa__educationItem{padding:var(--space-3)}.Experience-module__RsmxMa__header{gap:var(--space-1);flex-direction:column}.Experience-module__RsmxMa__header h4{font-size:var(--text-sm)}.Experience-module__RsmxMa__period{font-size:var(--text-xs);padding:4px 10px}.Experience-module__RsmxMa__company{font-size:var(--text-xs)}.Experience-module__RsmxMa__description li{font-size:var(--text-xs);padding-left:var(--space-2)}.Experience-module__RsmxMa__educationItem h4,.Experience-module__RsmxMa__school{font-size:var(--text-xs)}.Experience-module__RsmxMa__educationList{gap:var(--space-2)}}
.Projects-module__2BoJ-q__projects{background:var(--bg-primary);position:relative;overflow:hidden}.Projects-module__2BoJ-q__projects:before{content:"";pointer-events:none;filter:blur(60px);background:radial-gradient(circle,#3b82f614 0%,#0000 70%);width:500px;height:500px;position:absolute;top:30%;right:0}.Projects-module__2BoJ-q__grid{gap:var(--space-4);grid-template-columns:repeat(auto-fit,minmax(min(100%,340px),1fr));display:grid}.Projects-module__2BoJ-q__card{background:var(--bg-secondary);border-radius:var(--radius-xl);border:1px solid var(--border-subtle);transition:all var(--duration-slow)var(--ease-out);cursor:pointer;flex-direction:column;text-decoration:none;display:flex;position:relative;overflow:hidden}.Projects-module__2BoJ-q__imageWrapper{width:100%;height:200px;position:relative;overflow:hidden}.Projects-module__2BoJ-q__image{object-fit:cover;object-position:top;transition:transform var(--duration-slow)var(--ease-out)}.Projects-module__2BoJ-q__card:hover .Projects-module__2BoJ-q__image{transform:scale(1.05)}.Projects-module__2BoJ-q__imageOverlay{padding:var(--space-3);opacity:0;transition:opacity var(--duration-normal)var(--ease-out);background:linear-gradient(#0000 0%,#0a0a0a4d 100%);justify-content:flex-end;align-items:flex-start;display:flex;position:absolute;inset:0}.Projects-module__2BoJ-q__imageOverlay svg{color:var(--text-primary);filter:drop-shadow(0 2px 4px #00000080)}.Projects-module__2BoJ-q__card:hover .Projects-module__2BoJ-q__imageOverlay{opacity:1}.Projects-module__2BoJ-q__cardContent{padding:var(--space-4);flex-direction:column;flex-grow:1;display:flex}.Projects-module__2BoJ-q__card:before{content:"";border-radius:var(--radius-xl);background:linear-gradient(135deg,transparent 0%,transparent 40%,var(--accent)100%);opacity:0;transition:opacity var(--duration-slow)var(--ease-out);padding:1px;position:absolute;inset:0;-webkit-mask-image:linear-gradient(#fff 0 0),linear-gradient(#fff 0 0);-webkit-mask-position:0 0,0 0;-webkit-mask-size:auto,auto;-webkit-mask-repeat:repeat,repeat;-webkit-mask-clip:content-box,border-box;-webkit-mask-origin:content-box,border-box;-webkit-mask-composite:xor;mask-composite:exclude;-webkit-mask-source-type:auto,auto;mask-mode:match-source,match-source}.Projects-module__2BoJ-q__card:hover{box-shadow:var(--shadow-xl),0 0 40px -10px var(--accent-glow);border-color:#0000;transform:translateY(-8px)}.Projects-module__2BoJ-q__card:hover:before{opacity:1}.Projects-module__2BoJ-q__cardHeader{margin-bottom:var(--space-4);justify-content:space-between;align-items:flex-start;display:flex}.Projects-module__2BoJ-q__folderIcon{color:var(--accent);transition:transform var(--duration-normal)var(--ease-out)}.Projects-module__2BoJ-q__card:hover .Projects-module__2BoJ-q__folderIcon{transform:scale(1.1)}.Projects-module__2BoJ-q__linkIcon{color:var(--text-tertiary);transition:all var(--duration-fast)var(--ease-out);padding:var(--space-1);border-radius:var(--radius-md)}.Projects-module__2BoJ-q__card:hover .Projects-module__2BoJ-q__linkIcon{color:var(--accent);transform:translateY(-2px)}.Projects-module__2BoJ-q__titleRow{align-items:center;gap:var(--space-2);margin-bottom:var(--space-2);display:flex}.Projects-module__2BoJ-q__title{font-size:var(--text-xl);font-weight:var(--font-bold);color:var(--text-primary);transition:color var(--duration-fast)var(--ease-out)}.Projects-module__2BoJ-q__card:hover .Projects-module__2BoJ-q__title{color:var(--accent)}.Projects-module__2BoJ-q__statusTag{font-size:.65rem;font-family:var(--font-mono);font-weight:var(--font-semibold);color:#f59e0b;border-radius:var(--radius-full);text-transform:uppercase;letter-spacing:.05em;background:#f59e0b26;padding:4px 10px}.Projects-module__2BoJ-q__description{color:var(--text-secondary);font-size:var(--text-sm);margin-bottom:var(--space-4);flex-grow:1;line-height:1.75}.Projects-module__2BoJ-q__techList{gap:var(--space-1);flex-wrap:wrap;margin-top:auto;display:flex}.Projects-module__2BoJ-q__techList li{font-size:.72rem;font-family:var(--font-mono);color:var(--accent);background:var(--bg-tertiary);border-radius:var(--radius-full);border:1px solid var(--accent);transition:all var(--duration-fast)var(--ease-out);padding:5px 12px}.Projects-module__2BoJ-q__card:hover .Projects-module__2BoJ-q__techList li{background:var(--bg-elevated)}@media (max-width:768px){.Projects-module__2BoJ-q__grid{gap:var(--space-3);grid-template-columns:1fr}.Projects-module__2BoJ-q__imageWrapper{height:180px}.Projects-module__2BoJ-q__imageOverlay{opacity:1;background:linear-gradient(#0000 0%,#0a0a0a80 100%)}.Projects-module__2BoJ-q__card:hover{transform:none}.Projects-module__2BoJ-q__cardContent{padding:var(--space-3)}.Projects-module__2BoJ-q__title{font-size:var(--text-lg)}.Projects-module__2BoJ-q__titleRow{flex-wrap:wrap}.Projects-module__2BoJ-q__description{font-size:var(--text-sm)}}@media (max-width:480px){.Projects-module__2BoJ-q__imageWrapper{height:160px}.Projects-module__2BoJ-q__cardContent{padding:var(--space-3)}.Projects-module__2BoJ-q__title{font-size:var(--text-base)}.Projects-module__2BoJ-q__statusTag{padding:3px 8px;font-size:.6rem}.Projects-module__2BoJ-q__description{font-size:var(--text-xs);margin-bottom:var(--space-3);line-height:1.6}.Projects-module__2BoJ-q__techList li{padding:4px 10px;font-size:.65rem}}
.Contact-module__hcVmEa__contact{background:var(--bg-secondary);text-align:center;padding-bottom:var(--space-6);position:relative;overflow:hidden}.Contact-module__hcVmEa__contact:before{content:"";pointer-events:none;filter:blur(40px);background:radial-gradient(#3b82f614 0%,#0000 70%);width:800px;height:400px;position:absolute;top:0;left:50%;transform:translate(-50%)}.Contact-module__hcVmEa__content{max-width:640px;margin:0 auto}.Contact-module__hcVmEa__title{font-size:clamp(var(--text-2xl),6vw,var(--text-4xl));color:var(--text-primary);margin-bottom:var(--space-4);letter-spacing:-.03em;font-weight:800}.Contact-module__hcVmEa__description{color:var(--text-secondary);font-size:var(--text-lg);margin-bottom:var(--space-6);line-height:1.8}.Contact-module__hcVmEa__emailBtn{font-size:var(--text-lg);border-radius:var(--radius-lg);padding:18px 48px}.Contact-module__hcVmEa__socialLinks{justify-content:center;gap:var(--space-4);margin-top:var(--space-8);display:flex}.Contact-module__hcVmEa__socialLinks a{color:var(--text-tertiary);transition:all var(--duration-normal)var(--ease-out);padding:var(--space-2);border-radius:var(--radius-lg);background:var(--bg-primary);border:1px solid var(--border-subtle);justify-content:center;align-items:center;display:flex}.Contact-module__hcVmEa__socialLinks a:hover{color:var(--accent);border-color:var(--accent);box-shadow:0 10px 20px -10px var(--accent-glow);transform:translateY(-4px)}.Contact-module__hcVmEa__footer{margin-top:var(--space-16);padding-top:var(--space-6);border-top:1px solid var(--border-subtle)}.Contact-module__hcVmEa__footer p{color:var(--text-tertiary);font-size:var(--text-sm);font-family:var(--font-mono);letter-spacing:.02em}@media (max-width:768px){.Contact-module__hcVmEa__description{font-size:var(--text-base)}.Contact-module__hcVmEa__emailBtn{font-size:var(--text-base);width:100%;padding:16px 40px}.Contact-module__hcVmEa__socialLinks{gap:var(--space-3)}}@media (max-width:480px){.Contact-module__hcVmEa__contact{padding-bottom:var(--space-4)}.Contact-module__hcVmEa__description{font-size:var(--text-sm);margin-bottom:var(--space-4)}.Contact-module__hcVmEa__emailBtn{font-size:var(--text-sm);padding:14px 32px}.Contact-module__hcVmEa__socialLinks{margin-top:var(--space-6);gap:var(--space-2)}.Contact-module__hcVmEa__socialLinks a{padding:var(--space-2)}.Contact-module__hcVmEa__footer{margin-top:var(--space-10);padding-top:var(--space-4)}.Contact-module__hcVmEa__footer p{font-size:var(--text-xs)}}
