.Header-module__hBw1pG__header{background-color:var(--white);z-index:1000;padding:15px 0;position:sticky;top:0;box-shadow:0 2px 10px #0000000d}.Header-module__hBw1pG__container{justify-content:space-between;align-items:center;display:flex}.Header-module__hBw1pG__logoContainer{align-items:center;display:flex;position:relative}.Header-module__hBw1pG__nav{align-items:center;gap:30px;display:flex}.Header-module__hBw1pG__navList{gap:25px;display:flex}.Header-module__hBw1pG__navLink{color:var(--text-color);transition:color var(--transition-speed);font-size:16px;font-weight:500}.Header-module__hBw1pG__navLink:hover{color:var(--primary-red)}.Header-module__hBw1pG__ctaBtn{padding:10px 20px;font-size:14px}.Header-module__hBw1pG__hamburger{cursor:pointer;z-index:1001;background:0 0;border:none;display:none}.Header-module__hBw1pG__bar{background-color:var(--dark-grey);width:25px;height:3px;margin:5px auto;transition:all .3s ease-in-out;display:block}.Header-module__hBw1pG__mobileNav{background-color:var(--white);z-index:999;flex-direction:column;justify-content:center;align-items:center;width:100%;height:100vh;transition:transform .3s ease-in-out;display:flex;position:fixed;top:0;left:0;transform:translate(100%)}.Header-module__hBw1pG__mobileNav.Header-module__hBw1pG__open{transform:translate(0)}.Header-module__hBw1pG__mobileNavList{flex-direction:column;align-items:center;gap:30px;display:flex}.Header-module__hBw1pG__mobileNavLink{color:var(--dark-grey);font-size:1.5rem;font-weight:600}.Header-module__hBw1pG__mobileNavLink:hover{color:var(--primary-red)}.Header-module__hBw1pG__hamburger.Header-module__hBw1pG__active .Header-module__hBw1pG__bar:nth-child(2){opacity:0}.Header-module__hBw1pG__hamburger.Header-module__hBw1pG__active .Header-module__hBw1pG__bar:first-child{transform:translateY(8px)rotate(45deg)}.Header-module__hBw1pG__hamburger.Header-module__hBw1pG__active .Header-module__hBw1pG__bar:nth-child(3){transform:translateY(-8px)rotate(-45deg)}@media (max-width:768px){.Header-module__hBw1pG__nav{display:none}.Header-module__hBw1pG__hamburger{display:block}}
.Hero-module__ZARIfG__hero{height:85vh;min-height:600px;color:var(--white);background-color:var(--dark-grey);isolation:isolate;align-items:center;display:flex;position:relative}.Hero-module__ZARIfG__imageOverlay{z-index:-1;width:100%;height:100%;position:absolute;top:0;left:0}.Hero-module__ZARIfG__overlay{background:linear-gradient(#0006,#000000b3);width:100%;height:100%;position:absolute;top:0;left:0}.Hero-module__ZARIfG__content{z-index:1;max-width:800px;position:relative}.Hero-module__ZARIfG__title{margin-bottom:24px;font-size:3.5rem;font-weight:800;line-height:1.2}.Hero-module__ZARIfG__highlight{color:var(--primary-red)}.Hero-module__ZARIfG__subtitle{opacity:.9;max-width:600px;margin-bottom:40px;font-size:1.25rem}.Hero-module__ZARIfG__actions{gap:20px;display:flex}.Hero-module__ZARIfG__workerOverlay{z-index:2;filter:drop-shadow(0 10px 20px #0000004d);pointer-events:none;width:300px;height:350px;position:absolute;bottom:-20px;right:5%}@media (max-width:768px){.Hero-module__ZARIfG__title{font-size:2.5rem}.Hero-module__ZARIfG__actions{flex-direction:column;align-items:flex-start}.Hero-module__ZARIfG__hero{height:70vh}.Hero-module__ZARIfG__workerOverlay{width:180px;height:210px;bottom:-10px;right:0}}
.ServiceCard-module__MIEO4W__card{background-color:var(--white);border-radius:var(--border-radius);transition:transform var(--transition-speed),box-shadow var(--transition-speed);flex-direction:column;height:100%;display:flex;overflow:hidden;box-shadow:0 4px 15px #00000014}.ServiceCard-module__MIEO4W__card:hover{transform:translateY(-5px);box-shadow:0 8px 25px #0000001f}.ServiceCard-module__MIEO4W__imageContainer{width:100%;height:220px;position:relative}.ServiceCard-module__MIEO4W__content{flex-direction:column;flex:1;padding:24px;display:flex}.ServiceCard-module__MIEO4W__title{color:var(--dark-grey);margin-bottom:12px;font-size:1.25rem}.ServiceCard-module__MIEO4W__description{color:var(--text-light);font-size:.95rem;line-height:1.5}
.ProcessStep-module__95O0NW__step{background:var(--white);border-radius:var(--border-radius);padding:20px;position:relative}.ProcessStep-module__95O0NW__header{align-items:center;gap:15px;margin-bottom:15px;display:flex}.ProcessStep-module__95O0NW__number{background-color:var(--primary-red);width:40px;height:40px;color:var(--white);border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;font-size:1.1rem;font-weight:700;display:flex}.ProcessStep-module__95O0NW__title{margin:0;font-size:1.2rem;font-weight:600}.ProcessStep-module__95O0NW__description{color:var(--text-light);line-height:1.6}
.ContactForm-module__j1WgZG__form{background-color:var(--white);border-radius:var(--border-radius);max-width:600px;margin:0 auto;padding:30px;box-shadow:0 4px 15px #0000000d}.ContactForm-module__j1WgZG__formGroup{margin-bottom:20px}.ContactForm-module__j1WgZG__label{color:var(--dark-grey);margin-bottom:8px;font-weight:500;display:block}.ContactForm-module__j1WgZG__input,.ContactForm-module__j1WgZG__textarea{border-radius:var(--border-radius);border:1px solid #ddd;width:100%;padding:12px;font-family:inherit;font-size:1rem;transition:border-color .3s,box-shadow .3s}.ContactForm-module__j1WgZG__input:focus,.ContactForm-module__j1WgZG__textarea:focus{border-color:var(--primary-red);outline:none;box-shadow:0 0 0 3px #e31e241a}.ContactForm-module__j1WgZG__submitBtn{width:100%;margin-top:10px;font-size:1.1rem}
.AboutSection-module__UGBiha__section{color:#fff;background-color:#0f172a;padding:80px 0}.AboutSection-module__UGBiha__container{grid-template-columns:1fr 1fr;align-items:start;gap:60px;display:grid}.AboutSection-module__UGBiha__label{color:var(--primary-red);text-transform:uppercase;letter-spacing:1px;margin-bottom:1rem;font-size:.875rem;font-weight:700;display:block}.AboutSection-module__UGBiha__title{margin-bottom:2rem;font-size:3rem;font-weight:700;line-height:1.2}.AboutSection-module__UGBiha__highlight{color:var(--primary-red)}.AboutSection-module__UGBiha__text{color:#94a3b8;max-width:500px;margin-bottom:1.5rem;font-size:1.125rem;line-height:1.7}.AboutSection-module__UGBiha__stats{gap:3rem;margin-top:3rem;display:flex}.AboutSection-module__UGBiha__statItem{flex-direction:column;display:flex}.AboutSection-module__UGBiha__statNumber{color:#fff;margin-bottom:.25rem;font-size:2rem;font-weight:700}.AboutSection-module__UGBiha__statLabel{color:#94a3b8;font-size:.875rem}.AboutSection-module__UGBiha__reviewsTitle{color:#fff;margin-bottom:2rem;font-size:1.5rem;font-weight:600}.AboutSection-module__UGBiha__reviewCard{background-color:#1e293b;border:1px solid #ffffff0d;border-radius:12px;margin-bottom:1.5rem;padding:2rem}.AboutSection-module__UGBiha__stars{gap:4px;margin-bottom:1rem;display:flex}.AboutSection-module__UGBiha__reviewText{color:#cbd5e1;margin-bottom:1.5rem;font-style:italic;line-height:1.6}.AboutSection-module__UGBiha__reviewer{flex-direction:column;display:flex}.AboutSection-module__UGBiha__name{color:#fff;font-weight:600}.AboutSection-module__UGBiha__role{color:#64748b;font-size:.875rem}@media (max-width:968px){.AboutSection-module__UGBiha__container{grid-template-columns:1fr;gap:40px}.AboutSection-module__UGBiha__title{font-size:2.5rem}}@media (max-width:600px){.AboutSection-module__UGBiha__stats{flex-wrap:wrap;gap:2rem}}
.Footer-module__S6Hkya__footer{background-color:var(--dark-grey);color:var(--white);margin-top:60px;padding:60px 0 20px}.Footer-module__S6Hkya__grid{grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:40px;margin-bottom:40px;display:grid}.Footer-module__S6Hkya__title{color:var(--white);border-bottom:2px solid var(--primary-red);margin-bottom:20px;padding-bottom:10px;font-size:1.2rem;display:inline-block}.Footer-module__S6Hkya__text{color:#ccc;line-height:1.6}.Footer-module__S6Hkya__address{color:#ccc;font-style:normal;line-height:1.8}.Footer-module__S6Hkya__link{color:#ccc;transition:color var(--transition-speed)}.Footer-module__S6Hkya__link:hover{color:var(--primary-red)}.Footer-module__S6Hkya__copyright{text-align:center;color:#888;border-top:1px solid #ffffff1a;padding-top:20px;font-size:.9rem}
.page-module___8aEwW__main{min-height:100vh}.page-module___8aEwW__sectionTitle{color:var(--dark-grey);margin-bottom:10px;font-size:2.2rem;font-weight:700}.page-module___8aEwW__underline{background-color:var(--primary-red);border-radius:2px;width:60px;height:4px;margin:0 auto 20px}.page-module___8aEwW__sectionSubtitle{color:var(--text-light);max-width:600px;margin-bottom:50px;margin-left:auto;margin-right:auto;font-size:1.1rem}.page-module___8aEwW__servicesGrid{grid-template-columns:repeat(auto-fill,minmax(320px,1fr));gap:30px;display:grid}.page-module___8aEwW__splitSection{background-color:var(--light-grey);padding:80px 0}.page-module___8aEwW__splitLayout{grid-template-columns:1fr 1fr;align-items:start;gap:60px;display:grid}.page-module___8aEwW__processGrid{flex-direction:column;gap:20px;display:flex}@media (max-width:992px){.page-module___8aEwW__splitLayout{grid-template-columns:1fr;gap:60px}}@media (max-width:768px){.page-module___8aEwW__sectionTitle{font-size:1.8rem}}
