.Header-module__hBw1pG__header{z-index:1000;width:100%;height:var(--nav-height);-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);transition:var(--transition);background-color:#0a192fd9;justify-content:space-between;align-items:center;padding:0 50px;display:flex;position:fixed;top:0}.Header-module__hBw1pG__container{justify-content:space-between;align-items:center;width:100%;max-width:1600px;margin:0 auto;display:flex}.Header-module__hBw1pG__logo{font-family:var(--font-mono);font-size:var(--fz-xl);color:var(--green);transition:var(--transition);font-weight:600;text-decoration:none}.Header-module__hBw1pG__logo:hover{transform:translate(-4px,-4px)}.Header-module__hBw1pG__navLinks{counter-reset:item 0;align-items:center;margin:0;padding:0;list-style:none;display:flex}.Header-module__hBw1pG__desktopNav{display:flex}.Header-module__hBw1pG__mobileNav{display:none}.Header-module__hBw1pG__navLinks li{counter-increment:item 1;margin:0 5px}.Header-module__hBw1pG__navLinks a{color:var(--lightest-slate);font-size:var(--fz-xs);font-family:var(--font-mono);transition:var(--transition);padding:10px;text-decoration:none}.Header-module__hBw1pG__navLinks a:hover{color:var(--green)}.Header-module__hBw1pG__navNum{color:var(--green);font-size:var(--fz-xxs);margin-right:5px}.Header-module__hBw1pG__ctaNavItem{margin-left:15px}.Header-module__hBw1pG__ctaButton{color:var(--green);border:1px solid var(--green);border-radius:var(--border-radius);font-size:var(--fz-xs);font-family:var(--font-mono);transition:var(--transition);background-color:#0000;padding:.75rem 1rem;line-height:1;text-decoration:none}.Header-module__hBw1pG__ctaButton:hover{box-shadow:4px 4px 0 0 var(--green);transform:translate(-5px,-5px)}.Header-module__hBw1pG__burgerMenu{cursor:pointer;z-index:1001;background:0 0;border:none;flex-direction:column;justify-content:space-around;width:30px;height:30px;padding:0;display:none}.Header-module__hBw1pG__burgerMenu span{background:var(--green);width:30px;height:2px;transition:var(--transition);border-radius:2px}.Header-module__hBw1pG__burgerMenu.Header-module__hBw1pG__active span:first-child{transform:rotate(45deg)translate(5px,5px)}.Header-module__hBw1pG__burgerMenu.Header-module__hBw1pG__active span:nth-child(2){opacity:0}.Header-module__hBw1pG__burgerMenu.Header-module__hBw1pG__active span:nth-child(3){transform:rotate(-45deg)translate(7px,-7px)}@media (max-width:1080px){.Header-module__hBw1pG__header{padding:0 40px}}@media (max-width:768px){.Header-module__hBw1pG__header{width:100vw;max-width:100vw;padding:0 25px}.Header-module__hBw1pG__desktopNav{display:none!important}.Header-module__hBw1pG__burgerMenu{display:flex}.Header-module__hBw1pG__mobileNav{background:var(--navy);width:100vw;height:100vh;transition:right .25s var(--easing);z-index:999;flex-direction:column;justify-content:center;align-items:center;gap:2rem;list-style:none;display:flex;position:fixed;top:0;right:-100vw}.Header-module__hBw1pG__mobileNavOpen{right:0}.Header-module__hBw1pG__mobileNav a{font-size:var(--fz-lg);color:var(--lightest-slate)}.Header-module__hBw1pG__mobileNav .Header-module__hBw1pG__navNum{font-size:var(--fz-sm)}.Header-module__hBw1pG__mobileNav .Header-module__hBw1pG__ctaButton{font-size:var(--fz-sm);margin-top:1rem;padding:1rem 1.5rem}}@media (max-width:480px){.Header-module__hBw1pG__header{padding:0 25px}}
.Hero-module__ZARIfG__hero{min-height:100vh;padding:var(--nav-height)0 0;background:var(--navy);align-items:center;display:flex}.Hero-module__ZARIfG__container{max-width:var(--container-max);width:100%;margin:0 auto;padding:0}.Hero-module__ZARIfG__heroContent{max-width:100%}.Hero-module__ZARIfG__heroContent h1{color:var(--lightest-slate);letter-spacing:-.02em;margin:0 0 10px;font-size:clamp(40px,8vw,80px);font-weight:600;line-height:1.1}.Hero-module__ZARIfG__subtitle{color:var(--green);font-family:var(--font-mono);font-size:var(--fz-md);max-width:600px;margin:0 0 20px;font-weight:400;line-height:1.5}.Hero-module__ZARIfG__intro{color:var(--slate);font-size:var(--fz-lg);max-width:600px;margin:0 0 40px;line-height:1.6}.Hero-module__ZARIfG__ctaGroup{flex-wrap:wrap;gap:1rem;margin-bottom:2rem;display:flex}.Hero-module__ZARIfG__ctaButton{color:var(--green);border:1px solid var(--green);border-radius:var(--border-radius);font-size:var(--fz-xs);font-family:var(--font-mono);transition:var(--transition);background-color:#0000;padding:1.25rem 1.75rem;line-height:1;text-decoration:none}.Hero-module__ZARIfG__ctaButton:hover{box-shadow:4px 4px 0 0 var(--green);transform:translate(-5px,-5px)}.Hero-module__ZARIfG__secondaryCta{color:var(--lightest-slate);font-size:var(--fz-sm);font-family:var(--font-mono);transition:var(--transition);padding:1.25rem 0;text-decoration:none}.Hero-module__ZARIfG__secondaryCta:hover{color:var(--green)}.Hero-module__ZARIfG__trustSignals{flex-wrap:wrap;gap:1rem;margin-top:2rem;display:flex}.Hero-module__ZARIfG__trustBadge{color:var(--slate);font-size:var(--fz-sm);font-family:var(--font-mono);padding:.25rem 0}@media (max-width:768px){.Hero-module__ZARIfG__hero{min-height:auto;padding:120px 0 80px}.Hero-module__ZARIfG__ctaGroup{flex-direction:column;align-items:flex-start}}
.Services-module__dpHhBa__services{padding:var(--section-padding)0;background:var(--navy);counter-increment:section}.Services-module__dpHhBa__container{max-width:var(--container-max);margin:0 auto;padding:0}.Services-module__dpHhBa__sectionTitle{width:100%;font-size:clamp(26px,5vw,var(--fz-heading));color:var(--lightest-slate);white-space:nowrap;align-items:center;margin:10px 0 40px;font-weight:600;display:flex;position:relative}.Services-module__dpHhBa__sectionTitle:before{content:"0" counter(section)".";color:var(--green);font-family:var(--font-mono);font-size:clamp(var(--fz-md),3vw,var(--fz-xl));margin-right:10px;font-weight:400;position:relative;bottom:4px}.Services-module__dpHhBa__sectionTitle:after{content:"";background-color:var(--lightest-navy);width:300px;min-width:100px;height:1px;margin-left:20px;display:block;position:relative;top:-5px}@media (max-width:768px){.Services-module__dpHhBa__sectionTitle:after{width:100%}}.Services-module__dpHhBa__servicesGrid{grid-template-columns:repeat(3,1fr);align-items:stretch;gap:1.5rem;margin-bottom:5rem;display:grid}.Services-module__dpHhBa__serviceCard{background:var(--light-navy);border-radius:var(--border-radius);transition:var(--transition);box-shadow:0 10px 30px -15px var(--navy-shadow);flex-direction:column;padding:2rem;display:flex}.Services-module__dpHhBa__serviceCard:hover{box-shadow:0 20px 30px -15px var(--navy-shadow);transform:translateY(-3px)}.Services-module__dpHhBa__serviceCard h3{font-size:var(--fz-xxl);color:var(--lightest-slate);margin-bottom:1rem;font-weight:600;line-height:1.1}.Services-module__dpHhBa__serviceCard p{color:var(--slate);font-size:var(--fz-md);flex:1;line-height:1.5}.Services-module__dpHhBa__deliverables{font-size:var(--fz-sm)!important;color:var(--slate)!important;margin-top:1rem!important}.Services-module__dpHhBa__techLogos{flex-wrap:wrap;gap:.5rem;margin-top:1.25rem;display:flex}.Services-module__dpHhBa__techLogo{color:var(--slate);font-family:var(--font-mono);font-size:var(--fz-xxs);border-radius:var(--border-radius);background:var(--green-tint);border:1px solid #0000;padding:4px 12px}.Services-module__dpHhBa__implementationApproach{border-top:1px solid var(--lightest-navy);margin-top:5rem;padding-top:5rem}.Services-module__dpHhBa__implementationTitle{font-size:clamp(26px,5vw,var(--fz-heading));color:var(--lightest-slate);margin:10px 0 1.5rem;font-weight:600;line-height:1.1}.Services-module__dpHhBa__implementationIntro{font-size:var(--fz-md);color:var(--slate);margin:0 0 2.5rem;line-height:1.5}.Services-module__dpHhBa__implementationPhases{grid-template-columns:repeat(3,1fr);gap:1.5rem;margin-bottom:2rem;display:grid}.Services-module__dpHhBa__implementationPhase{background:var(--light-navy);border-radius:var(--border-radius);border-left:3px solid var(--green);box-shadow:0 10px 30px -15px var(--navy-shadow);padding:1.5rem}.Services-module__dpHhBa__implementationPhase h4{font-size:var(--fz-md);color:var(--lightest-slate);margin-bottom:.75rem;font-weight:600}.Services-module__dpHhBa__implementationPhase p{color:var(--slate);font-size:var(--fz-sm);margin:0;line-height:1.5}.Services-module__dpHhBa__implementationNote{font-size:var(--fz-sm);color:var(--slate);margin:0;font-style:italic;line-height:1.5}.Services-module__dpHhBa__workScenario{font-size:var(--fz-sm);color:var(--slate);margin-top:1rem;line-height:1.5}.Services-module__dpHhBa__caseStudiesSection{border-top:1px solid var(--lightest-navy);margin-top:5rem;padding-top:5rem}.Services-module__dpHhBa__caseStudiesTitle{font-size:clamp(26px,5vw,var(--fz-heading));color:var(--lightest-slate);margin:0 0 2.5rem;font-weight:600;line-height:1.1}.Services-module__dpHhBa__caseStudiesGrid{grid-template-columns:repeat(auto-fit,minmax(400px,1fr));gap:1.5rem;margin-bottom:4rem;display:grid}.Services-module__dpHhBa__caseStudy{background:var(--light-navy);border-radius:var(--border-radius);transition:var(--transition);box-shadow:0 10px 30px -15px var(--navy-shadow);padding:2rem}.Services-module__dpHhBa__caseStudy:hover{box-shadow:0 20px 30px -15px var(--navy-shadow);transform:translateY(-3px)}.Services-module__dpHhBa__caseStudy h3,.Services-module__dpHhBa__caseStudy h4{font-size:var(--fz-lg);color:var(--lightest-slate);margin-bottom:1rem;font-weight:600;line-height:1.2}.Services-module__dpHhBa__caseStudy p{color:var(--slate);font-size:var(--fz-sm);margin-bottom:.5rem;line-height:1.5}.Services-module__dpHhBa__caseStudy p strong{color:var(--lightest-slate);font-weight:600}.Services-module__dpHhBa__caseStudyTech{flex-wrap:wrap;gap:.5rem;margin-top:1rem;display:flex}.Services-module__dpHhBa__testimonialsHeading{font-size:clamp(26px,5vw,var(--fz-heading));color:var(--lightest-slate);margin:0 0 1.5rem;font-weight:600;line-height:1.1}.Services-module__dpHhBa__carousel{align-items:stretch;gap:1rem;display:flex}.Services-module__dpHhBa__carouselBtn{background:var(--light-navy);border:1px solid var(--lightest-navy);border-radius:var(--border-radius);width:48px;color:var(--lightest-slate);cursor:pointer;transition:var(--transition);flex-shrink:0;font-size:1.25rem}.Services-module__dpHhBa__carouselBtn:hover:not(:disabled){color:var(--green);border-color:var(--green)}.Services-module__dpHhBa__carouselBtn:disabled{opacity:.4;cursor:not-allowed}.Services-module__dpHhBa__carouselContent{flex:1;grid-template-columns:repeat(2,1fr);gap:1.5rem;display:grid}.Services-module__dpHhBa__testimonialSection{border-top:1px solid var(--lightest-navy);margin-top:5rem;padding-top:5rem}.Services-module__dpHhBa__testimonial{background:var(--light-navy);border-radius:var(--border-radius);transition:var(--transition);box-shadow:0 10px 30px -15px var(--navy-shadow);padding:2rem;position:relative}.Services-module__dpHhBa__testimonial:hover{box-shadow:0 20px 30px -15px var(--navy-shadow);transform:translateY(-3px)}.Services-module__dpHhBa__testimonial:before{content:"\"";color:var(--green);opacity:.3;font-family:serif;font-size:2rem;position:absolute;top:-4px;left:20px}.Services-module__dpHhBa__testimonialContent p{color:var(--light-slate);font-style:italic;line-height:1.5;font-size:var(--fz-md);margin:0 0 1rem}.Services-module__dpHhBa__testimonialAuthor{border-top:1px solid var(--lightest-navy);padding-top:1rem}.Services-module__dpHhBa__authorInfo h4{font-size:var(--fz-md);color:var(--lightest-slate);margin-bottom:.25rem;font-weight:600}.Services-module__dpHhBa__authorInfo p{color:var(--slate);font-size:var(--fz-sm);margin:0}@media (max-width:768px){.Services-module__dpHhBa__servicesGrid,.Services-module__dpHhBa__implementationPhases,.Services-module__dpHhBa__carouselContent{grid-template-columns:1fr}.Services-module__dpHhBa__carousel{flex-wrap:wrap}.Services-module__dpHhBa__carouselBtn{width:44px}}
.Experience-module__RsmxMa__experience{padding:var(--section-padding)0;background:var(--navy);counter-increment:section}.Experience-module__RsmxMa__container{max-width:var(--container-max);margin:0 auto;padding:0}.Experience-module__RsmxMa__experienceContent h2{width:100%;font-size:clamp(26px,5vw,var(--fz-heading));color:var(--lightest-slate);white-space:nowrap;align-items:center;margin:10px 0 40px;font-weight:600;display:flex;position:relative}.Experience-module__RsmxMa__experienceContent h2:before{content:"0" counter(section)".";color:var(--green);font-family:var(--font-mono);font-size:clamp(var(--fz-md),3vw,var(--fz-xl));margin-right:10px;font-weight:400;position:relative;bottom:4px}.Experience-module__RsmxMa__experienceContent h2:after{content:"";background-color:var(--lightest-navy);width:300px;min-width:100px;height:1px;margin-left:20px;display:block;position:relative;top:-5px}@media (max-width:768px){.Experience-module__RsmxMa__experienceContent h2:after{width:100%}}.Experience-module__RsmxMa__experienceText{font-size:var(--fz-md);color:var(--slate);margin-bottom:3rem;line-height:1.5}.Experience-module__RsmxMa__careerTimeline h3{font-size:var(--fz-xxl);color:var(--lightest-slate);margin-bottom:2rem;font-weight:600;line-height:1.1}.Experience-module__RsmxMa__timelineColumns{grid-template-columns:1fr 1fr;gap:3rem;margin-bottom:4rem;display:grid}.Experience-module__RsmxMa__timelineColumn{flex-direction:column;display:flex}.Experience-module__RsmxMa__sectionTitle{font-size:var(--fz-md);color:var(--lightest-slate);border-bottom:2px solid var(--lightest-navy);margin-bottom:1.5rem;padding-bottom:.5rem;font-weight:600}.Experience-module__RsmxMa__timelineItem{border-left:3px solid var(--green);margin-bottom:2rem;padding-left:1.75rem;position:relative}.Experience-module__RsmxMa__timelineItem:before{content:"";background:var(--green);border-radius:50%;width:11px;height:11px;position:absolute;top:0;left:-7px}.Experience-module__RsmxMa__timelineRole h4,.Experience-module__RsmxMa__timelineRole h5{font-size:var(--fz-lg);color:var(--lightest-slate);margin-bottom:.5rem;font-weight:600}.Experience-module__RsmxMa__timelineCompany{color:var(--slate);margin-bottom:.25rem;font-weight:600}.Experience-module__RsmxMa__timelinePeriod{font-size:var(--fz-sm);color:var(--slate);margin-bottom:.75rem}.Experience-module__RsmxMa__timelineDescription{color:var(--slate);line-height:1.5;font-size:var(--fz-md)}.Experience-module__RsmxMa__techStackSection{background:var(--light-navy);border-radius:var(--border-radius);box-shadow:0 10px 30px -15px var(--navy-shadow);margin-top:2rem;padding:2rem}.Experience-module__RsmxMa__techStackTitle{font-size:var(--fz-xxl);color:var(--lightest-slate);margin-bottom:.5rem;font-weight:600}.Experience-module__RsmxMa__techStackIntro{font-size:var(--fz-sm);color:var(--slate);margin-bottom:1.5rem;font-style:italic}.Experience-module__RsmxMa__techCategories{grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:1rem;display:grid}.Experience-module__RsmxMa__techCategory{border:1px solid var(--lightest-navy);border-radius:var(--border-radius);background:#0003;padding:1rem}.Experience-module__RsmxMa__techCategoryHeader{font-size:var(--fz-sm);color:var(--lightest-slate);align-items:center;gap:.5rem;margin-bottom:.75rem;font-weight:600;display:flex}.Experience-module__RsmxMa__techCategoryIcon{font-size:1rem}.Experience-module__RsmxMa__techTagGroup{flex-wrap:wrap;gap:.5rem;display:flex}.Experience-module__RsmxMa__techTag{color:var(--slate);font-family:var(--font-mono);font-size:var(--fz-xxs);border-radius:var(--border-radius);background:var(--green-tint);transition:var(--transition);border:1px solid #0000;padding:4px 12px}.Experience-module__RsmxMa__techTag:hover{color:var(--green)}@media (max-width:768px){.Experience-module__RsmxMa__timelineColumns{grid-template-columns:1fr;gap:2rem}.Experience-module__RsmxMa__techStackSection{padding:1.5rem}}
.About-module__vAULUW__about{padding:var(--section-padding)0;background:var(--navy);counter-increment:section}.About-module__vAULUW__container{max-width:var(--container-max);margin:0 auto;padding:0}.About-module__vAULUW__aboutContent{flex-direction:column;gap:3rem;display:flex}.About-module__vAULUW__aboutText h2{width:100%;font-size:clamp(26px,5vw,var(--fz-heading));color:var(--lightest-slate);white-space:nowrap;align-items:center;margin:10px 0 40px;font-weight:600;display:flex;position:relative}.About-module__vAULUW__aboutText h2:before{content:"0" counter(section)".";color:var(--green);font-family:var(--font-mono);font-size:clamp(var(--fz-md),3vw,var(--fz-xl));margin-right:10px;font-weight:400;position:relative;bottom:4px}.About-module__vAULUW__aboutText h2:after{content:"";background-color:var(--lightest-navy);width:300px;min-width:100px;height:1px;margin-left:20px;display:block;position:relative;top:-5px}@media (max-width:768px){.About-module__vAULUW__aboutText h2:after{width:100%}}.About-module__vAULUW__aboutText p{font-size:var(--fz-md);color:var(--slate);margin-bottom:1rem;line-height:1.5}.About-module__vAULUW__profileSection{grid-template-columns:1fr 1fr;align-items:start;gap:4rem;display:grid}.About-module__vAULUW__profileImage{text-align:center}.About-module__vAULUW__profilePhoto{border-radius:var(--border-radius);box-shadow:0 10px 30px -15px var(--navy-shadow);border:1px solid var(--lightest-navy)}.About-module__vAULUW__credentials h3{font-size:var(--fz-lg);color:var(--lightest-slate);margin-bottom:1rem;font-weight:600}.About-module__vAULUW__credentials ul{margin:0;padding:0;list-style:none}.About-module__vAULUW__credentials li{color:var(--slate);font-size:var(--fz-md);margin-bottom:.5rem;padding-left:24px;line-height:1.5;position:relative}.About-module__vAULUW__credentials li:before{content:"▹";color:var(--green);position:absolute;left:0}.About-module__vAULUW__fullWidthSection{grid-template-columns:1fr 1fr;gap:2rem;margin-top:2rem;display:grid}.About-module__vAULUW__education h3,.About-module__vAULUW__certifications h3{font-size:var(--fz-lg);color:var(--lightest-slate);margin-bottom:1rem;font-weight:600}.About-module__vAULUW__educationItem,.About-module__vAULUW__certificate{background:var(--light-navy);border:1px solid var(--lightest-navy);border-radius:var(--border-radius);box-shadow:0 10px 30px -15px var(--navy-shadow);margin-bottom:1rem;padding:1.5rem}.About-module__vAULUW__educationHeader,.About-module__vAULUW__certificateHeader{align-items:flex-start;gap:1rem;display:flex}.About-module__vAULUW__certificateHeader{align-items:center}.About-module__vAULUW__educationIcon,.About-module__vAULUW__certificateIcon{font-size:1.25rem}.About-module__vAULUW__educationInfo h4,.About-module__vAULUW__certificateInfo h4{font-size:var(--fz-md);color:var(--lightest-slate);margin-bottom:.5rem;font-weight:600}.About-module__vAULUW__educationSchool,.About-module__vAULUW__certificateIssuer{color:var(--slate);font-weight:600;font-size:var(--fz-sm);margin-bottom:.25rem}.About-module__vAULUW__educationDetails,.About-module__vAULUW__educationDate,.About-module__vAULUW__educationThesis{color:var(--slate);font-size:var(--fz-sm);margin-top:.5rem;line-height:1.5}@media (max-width:768px){.About-module__vAULUW__profileSection{grid-template-columns:1fr;gap:2.5rem}.About-module__vAULUW__fullWidthSection{grid-template-columns:1fr;gap:1.5rem}}
.Contact-module__hcVmEa__contact{padding:var(--section-padding)0;background:var(--navy);counter-increment:section}.Contact-module__hcVmEa__container{max-width:var(--container-max);margin:0 auto;padding:0}.Contact-module__hcVmEa__sectionTitle{width:100%;font-size:clamp(26px,5vw,var(--fz-heading));color:var(--lightest-slate);white-space:nowrap;align-items:center;margin:10px 0 40px;font-weight:600;display:flex;position:relative}.Contact-module__hcVmEa__sectionTitle:before{content:"0" counter(section)".";color:var(--green);font-family:var(--font-mono);font-size:clamp(var(--fz-md),3vw,var(--fz-xl));margin-right:10px;font-weight:400;position:relative;bottom:4px}.Contact-module__hcVmEa__sectionTitle:after{content:"";background-color:var(--lightest-navy);width:300px;min-width:100px;height:1px;margin-left:20px;display:block;position:relative;top:-5px}@media (max-width:768px){.Contact-module__hcVmEa__sectionTitle:after{width:100%}}.Contact-module__hcVmEa__sectionSubtitle{font-size:var(--fz-md);color:var(--slate);max-width:540px;margin-bottom:3rem;line-height:1.5}.Contact-module__hcVmEa__contactGrid{grid-template-columns:1fr 1fr;align-items:start;gap:3rem;display:grid}.Contact-module__hcVmEa__contactForm{background:var(--light-navy);border-radius:var(--border-radius);box-shadow:0 10px 30px -15px var(--navy-shadow);padding:2rem}.Contact-module__hcVmEa__contactForm h3{font-size:var(--fz-xl);color:var(--lightest-slate);margin-bottom:1rem;font-weight:600}.Contact-module__hcVmEa__contactForm p{color:var(--slate);line-height:1.5;font-size:var(--fz-md);margin-bottom:1.5rem}.Contact-module__hcVmEa__submitButton{color:var(--green);border:1px solid var(--green);border-radius:var(--border-radius);font-size:var(--fz-xs);font-family:var(--font-mono);transition:var(--transition);background-color:#0000;padding:1.25rem 1.75rem;line-height:1;text-decoration:none;display:inline-block}.Contact-module__hcVmEa__submitButton:hover{box-shadow:4px 4px 0 0 var(--green);transform:translate(-5px,-5px)}.Contact-module__hcVmEa__contactInfo h3{font-size:var(--fz-xl);color:var(--lightest-slate);margin-bottom:1rem;font-weight:600}.Contact-module__hcVmEa__contactInfo>p{color:var(--slate);margin-bottom:1.5rem;line-height:1.5}.Contact-module__hcVmEa__contactCards{flex-direction:column;gap:1rem;margin-bottom:1.5rem;display:flex}.Contact-module__hcVmEa__contactCard{background:var(--light-navy);border-radius:var(--border-radius);transition:var(--transition);box-shadow:0 10px 30px -15px var(--navy-shadow);padding:1.5rem}.Contact-module__hcVmEa__contactCard:hover{box-shadow:0 20px 30px -15px var(--navy-shadow);transform:translateY(-3px)}.Contact-module__hcVmEa__contactIcon{margin-bottom:.5rem;font-size:1.25rem}.Contact-module__hcVmEa__contactCard h4{font-size:var(--fz-md);color:var(--lightest-slate);margin-bottom:.5rem;font-weight:600}.Contact-module__hcVmEa__contactCard p{color:var(--slate);font-size:var(--fz-sm);margin-bottom:.25rem}.Contact-module__hcVmEa__contactCard a{color:var(--green);transition:var(--transition);text-decoration:none}.Contact-module__hcVmEa__contactCard a:hover{color:var(--lightest-slate)}.Contact-module__hcVmEa__responseTime{font-size:var(--fz-xxs);color:var(--slate);font-style:italic}.Contact-module__hcVmEa__businessInfo{background:var(--light-navy);border-radius:var(--border-radius);box-shadow:0 10px 30px -15px var(--navy-shadow);padding:1.5rem}.Contact-module__hcVmEa__businessInfo h4{font-size:var(--fz-md);color:var(--lightest-slate);margin-bottom:1rem;font-weight:600}.Contact-module__hcVmEa__businessDetails{flex-direction:column;gap:.5rem;display:flex}.Contact-module__hcVmEa__businessItem{justify-content:space-between;align-items:center;display:flex}.Contact-module__hcVmEa__businessLabel{color:var(--slate);font-weight:500;font-size:var(--fz-sm)}.Contact-module__hcVmEa__businessValue{color:var(--lightest-slate);font-weight:600;font-size:var(--fz-sm)}.Contact-module__hcVmEa__floatingContactBar{z-index:999;background:var(--light-navy);border-radius:var(--border-radius);box-shadow:0 10px 30px -15px var(--navy-shadow);border:1px solid var(--lightest-navy);max-width:280px;padding:1rem;position:fixed;bottom:20px;right:20px}.Contact-module__hcVmEa__floatingContactContent{flex-direction:column;gap:.75rem;display:flex}.Contact-module__hcVmEa__floatingContactItem{font-size:var(--fz-sm);align-items:center;gap:.5rem;display:flex}.Contact-module__hcVmEa__floatingContactItem a{color:var(--green);transition:var(--transition);text-decoration:none}.Contact-module__hcVmEa__floatingContactItem a:hover{color:var(--lightest-slate)}.Contact-module__hcVmEa__floatingIcon{min-width:20px;font-size:1rem}.Contact-module__hcVmEa__floatingCta{color:var(--green);border:1px solid var(--green);border-radius:var(--border-radius);font-size:var(--fz-xs);font-family:var(--font-mono);transition:var(--transition);background-color:#0000;padding:.5rem 1rem;text-decoration:none;display:inline-block}.Contact-module__hcVmEa__floatingCta:hover{box-shadow:3px 3px 0 0 var(--green);transform:translate(-4px,-4px)}@media (max-width:768px){.Contact-module__hcVmEa__contactGrid{grid-template-columns:1fr;gap:2rem}.Contact-module__hcVmEa__floatingContactBar{max-width:none;padding:.875rem;bottom:12px;left:12px;right:12px}.Contact-module__hcVmEa__floatingContactContent{flex-direction:row;justify-content:space-around}.Contact-module__hcVmEa__floatingContactItem{text-align:center;font-size:var(--fz-xs);flex-direction:column}}
.Footer-module__S6Hkya__footer{background:var(--dark-navy);color:var(--slate);border-top:1px solid var(--lightest-navy);padding:4rem 0 1.5rem}.Footer-module__S6Hkya__container{max-width:var(--container-max);margin:0 auto;padding:0}.Footer-module__S6Hkya__footerContent{grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:2rem;margin-bottom:2rem;display:grid}.Footer-module__S6Hkya__footerSection h3{font-size:var(--fz-xl);color:var(--lightest-slate);margin-bottom:1rem;font-weight:600}.Footer-module__S6Hkya__footerSection h4{font-size:var(--fz-md);color:var(--lightest-slate);margin-bottom:.75rem;font-weight:600}.Footer-module__S6Hkya__footerSection p{color:var(--slate);line-height:1.6;font-size:var(--fz-sm);margin-bottom:1rem}.Footer-module__S6Hkya__socialLinks{gap:.75rem;display:flex}.Footer-module__S6Hkya__socialLink{color:var(--slate);font-size:var(--fz-sm);font-family:var(--font-mono);transition:var(--transition);padding:.5rem 0;text-decoration:none}.Footer-module__S6Hkya__socialLink:hover{color:var(--green)}.Footer-module__S6Hkya__footerLinks{margin:0;padding:0;list-style:none}.Footer-module__S6Hkya__footerLinks li{margin-bottom:.5rem}.Footer-module__S6Hkya__footerLinks a{color:var(--slate);font-size:var(--fz-sm);transition:var(--transition);text-decoration:none}.Footer-module__S6Hkya__footerLinks a:hover{color:var(--green)}.Footer-module__S6Hkya__newsletterForm{margin-top:.75rem}.Footer-module__S6Hkya__newsletterInput{gap:.5rem;margin-bottom:.5rem;display:flex}.Footer-module__S6Hkya__emailInput{border:1px solid var(--lightest-navy);border-radius:var(--border-radius);font-size:var(--fz-sm);background:var(--navy);color:var(--lightest-slate);flex:1;padding:.65rem}.Footer-module__S6Hkya__emailInput::placeholder{color:var(--slate)}.Footer-module__S6Hkya__newsletterButton{background:var(--green);color:var(--navy);border-radius:var(--border-radius);font-weight:600;font-size:var(--fz-sm);font-family:var(--font-mono);cursor:pointer;transition:var(--transition);white-space:nowrap;border:none;padding:.65rem 1rem}.Footer-module__S6Hkya__newsletterButton:hover{box-shadow:4px 4px 0 0 var(--lightest-slate);transform:translate(-4px,-4px)}.Footer-module__S6Hkya__newsletterNote{font-size:var(--fz-xxs);color:var(--slate);margin:0;font-style:italic}.Footer-module__S6Hkya__footerBottom{border-top:1px solid var(--lightest-navy);padding-top:1.5rem}.Footer-module__S6Hkya__footerBottomContent{flex-wrap:wrap;justify-content:space-between;align-items:center;gap:1rem;display:flex}.Footer-module__S6Hkya__footerBottomContent p{color:var(--slate);font-size:var(--fz-xs);margin:0}.Footer-module__S6Hkya__footerBottomLinks{gap:1.5rem;display:flex}.Footer-module__S6Hkya__footerBottomLinks a{color:var(--slate);font-size:var(--fz-xs);transition:var(--transition);text-decoration:none}.Footer-module__S6Hkya__footerBottomLinks a:hover{color:var(--green)}@media (max-width:768px){.Footer-module__S6Hkya__footerContent{grid-template-columns:1fr;gap:1.5rem}.Footer-module__S6Hkya__newsletterInput{flex-direction:column}.Footer-module__S6Hkya__footerBottomContent{text-align:center;flex-direction:column}.Footer-module__S6Hkya__footerBottomLinks{justify-content:center}}
