.Home_container__uIXei{min-height:100vh}.Home_main__iWAnR{width:100%}.Home_hero__AdIGC{position:relative;min-height:50vh;background:linear-gradient(90deg,rgba(0,0,0,.8),rgba(0,0,0,.4));display:flex;align-items:center;overflow:hidden}.Home_heroContent___4X6t{position:relative;z-index:2;max-width:1200px;margin:0 auto;padding:2rem 1rem;color:white}.Home_heroContent___4X6t h1{font-size:clamp(1.7rem,5vw,4rem);margin-bottom:1.5rem;line-height:1.2}.Home_heroContent___4X6t h1,.Home_heroContent___4X6t p{color:white;text-shadow:-1px -1px 0 #000,1px -1px 0 #000,-1px 1px 0 #000,1px 1px 0 #000}.Home_heroContent___4X6t p{font-size:clamp(1.4rem,2vw,2rem);margin-bottom:1.2rem;max-width:600px}.Home_heroImage__wuh6g{position:absolute;top:0;left:0;z-index:1;background:linear-gradient(135deg,#2c3e50,#3f4c6b)}.Home_heroImage__wuh6g,.Home_heroImage__wuh6g img{width:100%;height:100%;transform:translateZ(0);-webkit-transform:translateZ(0);backface-visibility:hidden;-webkit-backface-visibility:hidden;perspective:1000;-webkit-perspective:1000}.Home_heroImage__wuh6g img{object-fit:cover;will-change:transform}.Home_heroButtons__b69bg{display:flex;gap:1rem;flex-wrap:wrap}.Home_services__c1m1_{padding:4rem 2rem;background:#f5f5f5}.Home_services__c1m1_ h2{text-align:center;font-size:clamp(1.8rem,3vw,2.5rem);color:var(--primary-color);margin-bottom:3rem}.Home_servicesGrid__oLy2E{display:grid;grid-template-columns:repeat(auto-fit,minmax(320px,1fr));grid-gap:2rem;gap:2rem;max-width:1200px;margin:0 auto;justify-items:center}@media (min-width:1200px){.Home_servicesGrid__oLy2E{grid-template-columns:repeat(5,1fr);gap:1.5rem}}@media (min-width:768px) and (max-width:1199px){.Home_servicesGrid__oLy2E{grid-template-columns:repeat(3,1fr);gap:1.5rem}.Home_servicesGrid__oLy2E>:nth-child(4),.Home_servicesGrid__oLy2E>:nth-child(5){grid-column:span 1}.Home_servicesGrid__oLy2E>:nth-child(4){justify-self:end}.Home_servicesGrid__oLy2E>:nth-child(5){justify-self:start}}@media (min-width:480px) and (max-width:767px){.Home_servicesGrid__oLy2E{grid-template-columns:repeat(2,1fr);gap:1.25rem}}@media (max-width:479px){.Home_servicesGrid__oLy2E{grid-template-columns:1fr;gap:1rem}}.Home_serviceCard__efi4s{background:white;padding:1.5rem;border-radius:15px;text-align:center;transition:transform .3s ease;box-shadow:0 4px 6px rgba(0,0,0,.1);text-decoration:none;color:inherit;width:100%;max-width:350px;height:320px;display:flex;flex-direction:column;justify-content:space-between}.Home_serviceCard__efi4s:hover{transform:translateY(-5px);box-shadow:0 8px 15px rgba(0,0,0,.15)}.Home_serviceIcon__6YnQs{margin-bottom:1rem;height:64px;display:flex;align-items:center;justify-content:center;flex-shrink:0}.Home_serviceCard__efi4s h3{color:var(--primary-color);margin-bottom:1rem;font-size:1.2rem;font-weight:600;flex-shrink:0;line-height:1.2}.Home_serviceCard__efi4s p{color:#666;line-height:1.4;margin:0;flex:1 1;display:flex;align-items:center;justify-content:center;text-align:center;font-size:.9rem;padding:0 .5rem}.Home_description__Rc0DB{padding:6rem 2rem;background:linear-gradient(180deg,#f8f9fa,#ffffff);border-top:1px solid #eaeaea;border-bottom:1px solid #eaeaea}.Home_descriptionContent__emdBy{max-width:1200px;margin:0 auto;color:#2d3748;font-size:1.125rem;line-height:1.8}.Home_descriptionContent__emdBy p{margin-bottom:2rem;text-align:justify}.Home_descriptionContent__emdBy p:first-child{font-size:1.25rem;color:#1a202c;font-weight:500;line-height:1.6}.Home_descriptionContent__emdBy ul{list-style:none;padding:0;margin:0 0 2rem}.Home_descriptionContent__emdBy ul li{position:relative;padding-left:2rem;margin-bottom:1rem;line-height:1.8}.Home_descriptionContent__emdBy ul li:before{content:"";position:absolute;left:0;width:20px;height:20px;background-image:url(/images/icons/check.svg);background-size:contain;background-repeat:no-repeat;background-position:50%}.Home_descriptionContent__emdBy p:nth-of-type(2),.Home_descriptionContent__emdBy p:nth-of-type(4){font-size:1.5rem;font-weight:600;color:#1a202c;margin-bottom:1.5rem}@media (max-width:768px){.Home_description__Rc0DB{padding:4rem 1.5rem}.Home_descriptionContent__emdBy{font-size:1rem}.Home_descriptionContent__emdBy p:first-child{font-size:1.125rem}.Home_descriptionContent__emdBy p:nth-of-type(2),.Home_descriptionContent__emdBy p:nth-of-type(4){font-size:1.25rem}}.Home_equipment__sr45D{padding:2rem;background:white}.Home_equipment__sr45D h2{text-align:center;font-size:clamp(1.8rem,3vw,2.5rem);color:var(--primary-color);margin-bottom:3rem}.Home_equipmentGrid__K8Djg{display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));grid-gap:2rem;gap:2rem;max-width:1200px;margin:0 auto 3rem}.Home_equipmentCard__L71hP{position:relative;border-radius:15px;padding:0;overflow:hidden;box-shadow:0 4px 6px rgba(0,0,0,.1)}.Home_equipmentCard__L71hP img{width:100%;height:250px;object-fit:cover;transition:opacity .3s ease}.Home_equipmentCard__L71hP h3{padding:1.5rem;margin:0;color:var(--primary-color);background:white}.Home_equipmentCard__L71hP p{padding:0 1.5rem 1.5rem;margin:0;color:#666;background:white}.Home_equipmentCTA__aDAzf{text-align:center}.Home_features__sxOU3{padding:4rem 2rem;background:#f5f5f5}.Home_features__sxOU3 h2{text-align:center;font-size:clamp(1.8rem,3vw,2.5rem);color:var(--primary-color);margin-bottom:3rem}.Home_featuresGrid__pz7PD{display:grid;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));grid-gap:2rem;gap:2rem;max-width:1200px;margin:0 auto}.Home_featureCard__Lvsnf{background:white;padding:2rem;border-radius:15px;text-align:center;box-shadow:0 4px 6px rgba(0,0,0,.1)}.Home_featureIcon__UX4x5{margin-bottom:1.5rem}.Home_featureCard__Lvsnf h3{color:var(--primary-color);margin-bottom:1rem;font-size:1.3rem}.Home_featureCard__Lvsnf p{color:#666;line-height:1.6}.Home_faq__TZpUj{padding:4rem 2rem;background:white}.Home_faq__TZpUj h2{text-align:center;font-size:clamp(1.8rem,3vw,2.5rem);color:var(--primary-color);margin-bottom:3rem}.Home_faqContainer___71iM{max-width:1000px;margin:0 auto}.Home_faqList__pDK5e{display:flex;flex-direction:column;gap:1.5rem}.Home_faqItem__ZrqM3{background:#f8f9fa;padding:2rem;border-radius:10px;border-left:4px solid var(--primary-color)}.Home_faqItem__ZrqM3 h3{color:var(--primary-color);margin-bottom:1rem;font-size:1.2rem}.Home_faqItem__ZrqM3 p{color:#666;line-height:1.6;margin:0}.Home_testimonials__QvqUC{padding:4rem 2rem;background:#f8f9fa}.Home_testimonials__QvqUC h2{text-align:center;font-size:clamp(2rem,4vw,2.8rem);color:var(--primary-color);margin-bottom:3rem;font-weight:700}.Home_testimonialsContainer__Il2In{max-width:1200px;margin:0 auto}.Home_testimonialsGrid__KUb4B{display:grid;grid-template-columns:repeat(auto-fit,minmax(320px,1fr));grid-gap:2rem;gap:2rem;justify-items:center}@media (min-width:1024px){.Home_testimonialsGrid__KUb4B{grid-template-columns:repeat(3,1fr)}}.Home_testimonialCard__lk1xk{background:white;padding:2.5rem 2rem 2rem;border-radius:12px;box-shadow:0 4px 12px rgba(0,0,0,.08);position:relative;width:100%;max-width:380px;transition:transform .3s ease,box-shadow .3s ease;border-top:4px solid var(--primary-color)}.Home_testimonialCard__lk1xk:hover{transform:translateY(-4px);box-shadow:0 8px 20px rgba(0,0,0,.12)}.Home_testimonialCard__lk1xk:before{content:'"';position:absolute;top:15px;left:20px;font-size:3.5rem;color:var(--primary-color);opacity:.15;font-family:serif;line-height:1}.Home_testimonialContent__t0R_A{position:relative;z-index:1}.Home_testimonialContent__t0R_A p{margin-bottom:2rem;line-height:1.7;color:#4a5568;font-style:italic;font-size:1rem;text-align:left;padding-left:1rem}.Home_testimonialAuthor__XyyF_{display:flex;flex-direction:column;gap:.5rem;margin-bottom:1rem;padding-left:1rem}.Home_testimonialAuthor__XyyF_ strong{color:var(--primary-color);font-size:1.1rem;font-weight:600;display:block;margin-bottom:.3rem}.Home_testimonialAuthor__XyyF_ span{color:#718096;font-size:.9rem;line-height:1.3;display:block}.Home_starRating__BScDW{color:#fbbf24;font-size:1.1rem;margin-top:.5rem;padding-left:1rem;letter-spacing:2px}.Home_locationKeywords__J3RoE{margin-top:2rem;padding:2rem;background:#f8f9fa;border-radius:10px;border-left:4px solid var(--primary-color)}.Home_locationKeywords__J3RoE h3{color:var(--primary-color);margin-bottom:1rem;font-size:1.3rem}.Home_locationKeywords__J3RoE p{line-height:1.6;color:#333}.Home_cta__AJQPq{background:linear-gradient(rgba(0,0,0,.7),rgba(0,0,0,.7)),url(/images/cta-bg.jpg);background-size:cover;background-position:50%;padding:4rem 2rem;text-align:center;color:white;margin-top:0}.Home_ctaContent__7yMXn{max-width:800px;margin:0 auto}.Home_ctaContent__7yMXn h2{font-size:clamp(2rem,4vw,3rem);margin-bottom:1rem}.Home_ctaContent__7yMXn p{font-size:1.2rem;margin-bottom:2rem;opacity:.9}.Home_ctaContent__7yMXn .Home_primaryButton__sklVA{background-color:var(--primary-color);color:white;border:2px solid white}.Home_ctaContent__7yMXn .Home_primaryButton__sklVA:hover{background-color:white;color:var(--primary-color);border-color:white}.Home_primaryButton__sklVA{display:inline-block;padding:1rem 2rem;background-color:var(--primary-color);color:white;border-radius:8px;text-decoration:none;font-weight:500;transition:all .3s ease}.Home_primaryButton__sklVA:hover{background:var(--secondary-color);transform:translateY(-2px)}.Home_secondaryButton__mwlF4{display:inline-block;padding:1rem 2rem;background-color:var(--primary-color);color:white;border-radius:8px;text-decoration:none;font-weight:500;transition:all .3s ease}.Home_secondaryButton__mwlF4:hover{background:var(--secondary-color);color:white;transform:translateY(-2px)}@media (max-width:768px){.Home_hero__AdIGC{min-height:40vh}.Home_heroContent___4X6t{padding:1rem}.Home_cta__AJQPq,.Home_equipment__sr45D,.Home_features__sxOU3,.Home_services__c1m1_{padding:2rem 1rem}.Home_equipmentGrid__K8Djg{grid-template-columns:1fr}.Home_heroButtons__b69bg{flex-direction:column}.Home_primaryButton__sklVA,.Home_secondaryButton__mwlF4{width:100%;text-align:center}}.Home_imageLoading__5dGSU{opacity:0}.Home_imageLoaded__sSt0n{opacity:1}.Home_visuallyHidden__X3g0k{border:0;clip:rect(0 0 0 0);height:1px;margin:-1px;overflow:hidden;padding:0;position:absolute;width:1px;white-space:nowrap}.CTASection_cta__C6Uio{background:linear-gradient(135deg,#0070f3,#ff6b35);padding:4rem 1rem;text-align:center;color:white;margin:2rem 0 0;border-radius:20px;position:relative;overflow:hidden}.CTASection_cta__C6Uio:before{content:"";position:absolute;top:0;left:0;right:0;bottom:0;background:radial-gradient(circle at 20% 80%,rgba(255,255,255,.1) 0,transparent 50%),radial-gradient(circle at 80% 20%,rgba(255,255,255,.1) 0,transparent 50%);z-index:1}.CTASection_ctaContent__BpByX{max-width:800px;margin:0 auto;padding:0 2rem;position:relative;z-index:2}.CTASection_ctaContent__BpByX h2{font-size:clamp(2.5rem,5vw,3.5rem);margin-bottom:1.5rem;font-weight:800;text-shadow:0 4px 8px rgba(0,0,0,.3);line-height:1.1}.CTASection_ctaContent__BpByX p{font-size:1.25rem;margin-bottom:2.5rem;opacity:.95;line-height:1.6;max-width:600px;margin-left:auto;margin-right:auto}.CTASection_primaryButton__sdTVy{display:inline-flex;align-items:center;justify-content:center;padding:1.25rem 2.5rem;background:white;color:#0070f3;text-decoration:none;border-radius:15px;font-weight:700;font-size:1.1rem;transition:all .3s ease;box-shadow:0 8px 25px rgba(0,0,0,.2);border:none;text-transform:uppercase;letter-spacing:.5px;min-width:200px}.CTASection_primaryButton__sdTVy:hover{transform:translateY(-3px);box-shadow:0 12px 35px rgba(0,0,0,.3);background:#f8f9fa;color:#0070f3}@media (max-width:768px){.CTASection_cta__C6Uio{padding:3rem 1rem;margin:1rem 0 0;border-radius:15px}.CTASection_ctaContent__BpByX{padding:0 1rem}.CTASection_ctaContent__BpByX h2{font-size:2rem;margin-bottom:1rem}.CTASection_ctaContent__BpByX p{font-size:1.1rem;margin-bottom:2rem}.CTASection_primaryButton__sdTVy{padding:1rem 2rem;font-size:1rem;min-width:180px}}@media (max-width:480px){.CTASection_cta__C6Uio{padding:2rem 0}.CTASection_ctaContent__BpByX h2{font-size:1.8rem}.CTASection_primaryButton__sdTVy{padding:.875rem 1.5rem;font-size:.95rem;min-width:160px}}