.Button-module__8RiFmG__button{border-radius:var(--radius-md);cursor:pointer;font-weight:500;font-family:var(--font-body);border:1px solid #0000;outline:none;justify-content:center;align-items:center;transition:all .2s;display:inline-flex}.Button-module__8RiFmG__button:disabled{opacity:.6;cursor:not-allowed}.Button-module__8RiFmG__primary{background-color:var(--color-primary);color:var(--color-primary-foreground)}.Button-module__8RiFmG__primary:hover:not(:disabled){background-color:var(--color-primary-light)}.Button-module__8RiFmG__secondary{background-color:var(--color-accent);color:var(--color-accent-foreground)}.Button-module__8RiFmG__secondary:hover:not(:disabled){background-color:var(--color-accent-light)}.Button-module__8RiFmG__outline{border-color:var(--color-border);color:var(--color-text-heading);background-color:#0000}.Button-module__8RiFmG__outline:hover:not(:disabled){background-color:var(--color-surface-hover);border-color:var(--color-text-body)}.Button-module__8RiFmG__ghost{color:var(--color-text-heading);background-color:#0000}.Button-module__8RiFmG__ghost:hover:not(:disabled){background-color:var(--color-surface-hover)}.Button-module__8RiFmG__sm{height:2.25rem;padding:0 .75rem;font-size:.875rem}.Button-module__8RiFmG__md{height:2.75rem;padding:0 1rem;font-size:1rem}.Button-module__8RiFmG__lg{height:3.25rem;padding:0 1.5rem;font-size:1.125rem}.Button-module__8RiFmG__spinner{margin-right:.5rem;animation:1s linear infinite Button-module__8RiFmG__spin}.Button-module__8RiFmG__iconLeft{margin-right:.5rem;display:flex}.Button-module__8RiFmG__iconRight{margin-left:.5rem;display:flex}@keyframes Button-module__8RiFmG__spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}
.Navbar-module__cRh5nW__header{z-index:50;background-color:#0000;padding:1rem 0;transition:background-color .3s,box-shadow .3s;position:fixed;top:0;left:0;right:0}.Navbar-module__cRh5nW__scrolled{background-color:var(--color-background);box-shadow:var(--shadow-sm);padding:.75rem 0}.Navbar-module__cRh5nW__navContainer{justify-content:space-between;align-items:center;display:flex}.Navbar-module__cRh5nW__logo{font-family:var(--font-heading);color:var(--color-heading);letter-spacing:-.02em;font-size:1.5rem;font-weight:700}.Navbar-module__cRh5nW__logoAccent{color:var(--color-accent)}.Navbar-module__cRh5nW__desktopNav{align-items:center;gap:2rem;display:none}.Navbar-module__cRh5nW__navList{gap:2rem;list-style:none;display:flex}.Navbar-module__cRh5nW__navLink{color:var(--color-text-body);font-size:.95rem;font-weight:500;transition:color .2s;position:relative}.Navbar-module__cRh5nW__navLink:hover{color:var(--color-primary)}.Navbar-module__cRh5nW__active{color:var(--color-primary);font-weight:600}.Navbar-module__cRh5nW__active:after{content:"";background-color:var(--color-accent);border-radius:var(--radius-full);width:100%;height:2px;position:absolute;bottom:-4px;left:0}.Navbar-module__cRh5nW__actions{align-items:center;display:flex}.Navbar-module__cRh5nW__mobileToggle{color:var(--color-text-heading);cursor:pointer;background:0 0;border:none;padding:.5rem;display:flex}.Navbar-module__cRh5nW__mobileMenu{background-color:var(--color-background);border-bottom:1px solid var(--color-border);overflow:hidden}.Navbar-module__cRh5nW__mobileNavList{flex-direction:column;gap:1rem;padding:1rem 1.5rem 2rem;list-style:none;display:flex}.Navbar-module__cRh5nW__mobileNavLink{color:var(--color-text-heading);padding:.5rem 0;font-size:1.125rem;font-weight:500;display:block}.Navbar-module__cRh5nW__activeMobile{color:var(--color-accent)}.Navbar-module__cRh5nW__mobileAction{margin-top:1rem}@media (min-width:768px){.Navbar-module__cRh5nW__desktopNav{display:flex}.Navbar-module__cRh5nW__mobileToggle{display:none}}
.Hero-module___w2HtG__hero{align-items:center;height:90vh;min-height:600px;margin-top:-80px;padding-top:80px;display:flex;position:relative;overflow:hidden}.Hero-module___w2HtG__backgroundImage{background-color:var(--color-primary);z-index:0;background-position:50%;background-size:cover;width:100%;height:100%;position:absolute;top:0;left:0}.Hero-module___w2HtG__overlay{z-index:1;background:linear-gradient(90deg,#0f172ae6 0%,#0f172ab3 50%,#0f172a66 100%);width:100%;height:100%;position:absolute;top:0;left:0}.Hero-module___w2HtG__content{z-index:2;width:100%;position:relative}.Hero-module___w2HtG__textContent{max-width:650px}.Hero-module___w2HtG__title{color:#fff;letter-spacing:-.03em;margin-bottom:1.5rem;font-size:3.5rem;font-weight:700;line-height:1.1}.Hero-module___w2HtG__subtitle{color:#cbd5e1;max-width:550px;margin-bottom:2.5rem;font-size:1.25rem;line-height:1.6}.Hero-module___w2HtG__actions{gap:1rem;margin-bottom:4rem;display:flex}.Hero-module___w2HtG__contactBtn{color:#fff!important;border-color:#ffffff4d!important}.Hero-module___w2HtG__contactBtn:hover{background-color:#ffffff1a!important;border-color:#fff!important}.Hero-module___w2HtG__stats{border-top:1px solid #ffffff26;gap:3rem;padding-top:2rem;display:flex}.Hero-module___w2HtG__statItem{flex-direction:column;display:flex}.Hero-module___w2HtG__statValue{font-family:var(--font-heading);color:var(--color-accent);margin-bottom:.25rem;font-size:2rem;font-weight:700;line-height:1}.Hero-module___w2HtG__statLabel{color:#94a3b8;text-transform:uppercase;letter-spacing:.05em;font-size:.875rem;font-weight:500}@media (max-width:768px){.Hero-module___w2HtG__title{font-size:2.5rem}.Hero-module___w2HtG__actions{flex-direction:column;width:100%}.Hero-module___w2HtG__stats{gap:1.5rem}.Hero-module___w2HtG__statValue{font-size:1.5rem}}
.ServiceCard-module__14FHQG__card{border:1px solid var(--color-border);border-radius:var(--radius-lg);background-color:#fff;flex-direction:column;height:100%;padding:2rem;transition:all .3s;display:flex;position:relative;overflow:hidden}.ServiceCard-module__14FHQG__card:hover{box-shadow:var(--shadow-lg);border-color:var(--color-accent);transform:translateY(-4px)}.ServiceCard-module__14FHQG__iconWrapper{background-color:var(--color-surface);border-radius:var(--radius-md);width:3.5rem;height:3.5rem;color:var(--color-primary);justify-content:center;align-items:center;margin-bottom:1.5rem;transition:all .3s;display:flex}.ServiceCard-module__14FHQG__card:hover .ServiceCard-module__14FHQG__iconWrapper{background-color:var(--color-accent);color:#fff}.ServiceCard-module__14FHQG__title{margin-bottom:.75rem;font-size:1.25rem;font-weight:600}.ServiceCard-module__14FHQG__description{color:var(--color-text-muted);flex-grow:1;margin-bottom:1.5rem;font-size:.95rem;line-height:1.6}.ServiceCard-module__14FHQG__link{color:var(--color-primary);align-items:center;gap:.5rem;margin-top:auto;font-size:.875rem;font-weight:600;display:flex}.ServiceCard-module__14FHQG__arrow{transition:transform .2s}.ServiceCard-module__14FHQG__card:hover .ServiceCard-module__14FHQG__arrow{color:var(--color-accent);transform:translate(4px)}.ServiceCard-module__14FHQG__card:hover .ServiceCard-module__14FHQG__link{color:var(--color-accent)}
.ServicesSection-module__2HsQHW__header{text-align:center;max-width:800px;margin:0 auto 4rem}.ServicesSection-module__2HsQHW__label{text-transform:uppercase;letter-spacing:.1em;color:var(--color-accent);margin-bottom:1rem;font-size:.875rem;font-weight:600;display:inline-block}.ServicesSection-module__2HsQHW__heading{color:var(--color-heading);margin-bottom:1rem;font-size:2.5rem;font-weight:700}.ServicesSection-module__2HsQHW__subheading{color:var(--color-text-muted);font-size:1.125rem;line-height:1.6}.ServicesSection-module__2HsQHW__grid{grid-template-columns:repeat(1,1fr);gap:2rem;display:grid}@media (min-width:768px){.ServicesSection-module__2HsQHW__grid{grid-template-columns:repeat(2,1fr)}}@media (min-width:1024px){.ServicesSection-module__2HsQHW__grid{grid-template-columns:repeat(3,1fr)}}
.ProjectCard-module__uQSOIq__card{cursor:pointer;group:pointer;background-color:#0000;flex-direction:column;width:100%;display:flex}.ProjectCard-module__uQSOIq__imageWrapper{aspect-ratio:4/3;border-radius:var(--radius-lg);width:100%;margin-bottom:1.5rem;position:relative;overflow:hidden}.ProjectCard-module__uQSOIq__image{background-position:50%;background-size:cover;width:100%;height:100%;transition:transform .6s cubic-bezier(.22,1,.36,1)}.ProjectCard-module__uQSOIq__card:hover .ProjectCard-module__uQSOIq__image{transform:scale(1.05)}.ProjectCard-module__uQSOIq__imageOverlay{z-index:1;background-color:#0000;width:100%;height:100%;transition:background-color .3s;position:absolute;top:0;left:0}.ProjectCard-module__uQSOIq__card:hover .ProjectCard-module__uQSOIq__imageOverlay{background-color:#0000001a}.ProjectCard-module__uQSOIq__badge{color:var(--color-primary);border-radius:var(--radius-full);z-index:2;text-transform:uppercase;letter-spacing:.05em;background-color:#fff;padding:.25rem .75rem;font-size:.75rem;font-weight:600;position:absolute;top:1rem;left:1rem}.ProjectCard-module__uQSOIq__content{flex-direction:column;display:flex}.ProjectCard-module__uQSOIq__meta{margin-bottom:.5rem}.ProjectCard-module__uQSOIq__location{color:var(--color-text-muted);align-items:center;gap:.25rem;font-size:.875rem;display:flex}.ProjectCard-module__uQSOIq__row{justify-content:space-between;align-items:flex-end;display:flex}.ProjectCard-module__uQSOIq__title{color:var(--color-heading);font-size:1.5rem;font-weight:600;line-height:1.2;transition:color .2s}.ProjectCard-module__uQSOIq__card:hover .ProjectCard-module__uQSOIq__title{color:var(--color-accent)}.ProjectCard-module__uQSOIq__action{border-radius:var(--radius-full);border:1px solid var(--color-border);width:2.5rem;height:2.5rem;color:var(--color-heading);justify-content:center;align-items:center;transition:all .2s;display:flex}.ProjectCard-module__uQSOIq__card:hover .ProjectCard-module__uQSOIq__action{background-color:var(--color-primary);border-color:var(--color-primary);color:#fff;transform:rotate(45deg)}
.ProjectsSection-module__TXVo1q__section{padding-top:var(--spacing-section);padding-bottom:var(--spacing-section);background-color:var(--color-surface)}.ProjectsSection-module__TXVo1q__header{justify-content:space-between;align-items:flex-end;margin-bottom:3rem;display:flex}.ProjectsSection-module__TXVo1q__label{text-transform:uppercase;letter-spacing:.1em;color:var(--color-accent);margin-bottom:1rem;font-size:.875rem;font-weight:600;display:inline-block}.ProjectsSection-module__TXVo1q__heading{color:var(--color-heading);font-size:2.5rem;font-weight:700}.ProjectsSection-module__TXVo1q__grid{grid-template-columns:repeat(1,1fr);gap:2.5rem;display:grid}@media (min-width:768px){.ProjectsSection-module__TXVo1q__grid{grid-template-columns:repeat(2,1fr)}}@media (min-width:1024px){.ProjectsSection-module__TXVo1q__grid{grid-template-columns:repeat(3,1fr)}}@media (max-width:768px){.ProjectsSection-module__TXVo1q__header{flex-direction:column;align-items:flex-start;gap:1.5rem}}
.Footer-module__3hUVsW__footer{background-color:var(--color-primary);color:var(--color-primary-foreground);padding-top:5rem;padding-bottom:2rem}.Footer-module__3hUVsW__container{width:100%;max-width:var(--spacing-container);margin:0 auto;padding:0 1.5rem}.Footer-module__3hUVsW__grid{grid-template-columns:1fr;gap:3rem;margin-bottom:4rem;display:grid}.Footer-module__3hUVsW__logo{font-family:var(--font-heading);color:#fff;margin-bottom:1rem;font-size:1.5rem;font-weight:700;display:block}.Footer-module__3hUVsW__logoAccent{color:var(--color-accent)}.Footer-module__3hUVsW__tagline{color:#94a3b8;max-width:300px;margin-bottom:1.5rem;line-height:1.6}.Footer-module__3hUVsW__socials{gap:1rem;display:flex}.Footer-module__3hUVsW__socialIcon{color:#cbd5e1;transition:color .2s}.Footer-module__3hUVsW__socialIcon:hover{color:var(--color-accent)}.Footer-module__3hUVsW__colTitle{color:#fff;margin-bottom:1.5rem;font-size:1.125rem;font-weight:600}.Footer-module__3hUVsW__linkList{padding:0;list-style:none}.Footer-module__3hUVsW__footerLink{color:#cbd5e1;margin-bottom:.75rem;text-decoration:none;transition:color .2s;display:block}.Footer-module__3hUVsW__footerLink:hover{color:var(--color-accent)}.Footer-module__3hUVsW__contactList{padding:0;list-style:none}.Footer-module__3hUVsW__contactItem{color:#cbd5e1;align-items:flex-start;gap:.75rem;margin-bottom:1rem;display:flex}.Footer-module__3hUVsW__contactIcon{color:var(--color-accent);flex-shrink:0;margin-top:.25rem}.Footer-module__3hUVsW__bottomBar{text-align:center;border-top:1px solid #334155;flex-direction:column;align-items:center;gap:1rem;padding-top:2rem;display:flex}.Footer-module__3hUVsW__copyright{color:#94a3b8;font-size:.875rem}.Footer-module__3hUVsW__legalLinks{gap:1.5rem;display:flex}.Footer-module__3hUVsW__legalLink{color:#94a3b8;font-size:.875rem;transition:color .2s}.Footer-module__3hUVsW__legalLink:hover{color:#fff}@media (min-width:768px){.Footer-module__3hUVsW__grid{grid-template-columns:2fr 1fr 1fr 1.5fr}.Footer-module__3hUVsW__bottomBar{text-align:left;flex-direction:row;justify-content:space-between}}
