.services-module__sDDbNG__servicesPage{min-height:100vh;overflow-x:clip}.services-module__sDDbNG__pageHeaderBanner{background:linear-gradient(135deg, var(--primary-green) 0%, #1a3329 100%);justify-content:center;align-items:center;min-height:400px;margin-top:80px;margin-bottom:80px;padding:80px 40px;display:flex;position:relative;overflow:hidden}.services-module__sDDbNG__pageHeaderOverlay{opacity:1;background:url("data:image/svg+xml,<svg width=\"100\" height=\"100\" xmlns=\"http://www.w3.org/2000/svg\"><defs><pattern id=\"grid\" width=\"100\" height=\"100\" patternUnits=\"userSpaceOnUse\"><path d=\"M 100 0 L 0 0 0 100\" fill=\"none\" stroke=\"rgba(255,255,255,0.03)\" stroke-width=\"1\"/></pattern></defs><rect width=\"100%\" height=\"100%\" fill=\"url(%23grid)\"/></svg>");position:absolute;inset:0}.services-module__sDDbNG__pageHeaderContent{z-index:1;text-align:center;max-width:1200px;margin:0 auto;position:relative}.services-module__sDDbNG__breadcrumb{color:#fffc;justify-content:center;align-items:center;gap:8px;margin-bottom:24px;font-size:14px;display:flex}.services-module__sDDbNG__breadcrumb a{color:#fffc;text-decoration:none;transition:color .3s}.services-module__sDDbNG__breadcrumb a:hover{color:var(--white)}.services-module__sDDbNG__breadcrumbSeparator{color:#ffffff80}.services-module__sDDbNG__breadcrumbCurrent{color:var(--white);font-weight:500}.services-module__sDDbNG__pageHeaderTitle{color:var(--white);letter-spacing:-.02em;margin-bottom:16px;font-size:56px;font-weight:600;line-height:1.2}.services-module__sDDbNG__pageHeaderSubtitle{color:#ffffffd9;max-width:700px;margin:0 auto;font-size:18px;line-height:1.6}@media (max-width:768px){.services-module__sDDbNG__pageHeaderBanner{min-height:350px;margin-top:70px;margin-bottom:60px;padding:70px 24px}.services-module__sDDbNG__breadcrumb{margin-bottom:20px;font-size:12px}.services-module__sDDbNG__pageHeaderTitle{margin-bottom:12px;font-size:36px}.services-module__sDDbNG__pageHeaderSubtitle{font-size:16px}}@media (max-width:480px){.services-module__sDDbNG__pageHeaderBanner{min-height:320px;margin-top:70px;margin-bottom:50px;padding:70px 20px}.services-module__sDDbNG__breadcrumb{margin-bottom:16px;font-size:11px}.services-module__sDDbNG__pageHeaderTitle{margin-bottom:10px;font-size:32px}.services-module__sDDbNG__pageHeaderSubtitle{font-size:15px}}.services-module__sDDbNG__serviceHeroSection{background:var(--white);padding:40px 0 80px}.services-module__sDDbNG__serviceHeroWrapper{grid-template-columns:1fr 1fr;align-items:center;gap:80px;max-width:1320px;margin:0 auto;padding:0 40px;display:grid}.services-module__sDDbNG__serviceHeroLeft{position:relative}.services-module__sDDbNG__serviceHeroImage{border-radius:20px;width:100%;height:520px;position:relative;overflow:hidden;box-shadow:0 12px 40px #0000001f}.services-module__sDDbNG__serviceHeroImage img{object-fit:cover;object-position:center;width:100%;height:100%}.services-module__sDDbNG__serviceHeroRight{flex-direction:column;display:flex}.services-module__sDDbNG__serviceHeroTitle{color:#000;letter-spacing:-.02em;margin-bottom:24px;font-size:44px;font-weight:600;line-height:1.2}.services-module__sDDbNG__serviceHeroDescription{color:#666;margin-bottom:40px;font-size:17px;line-height:1.7}.services-module__sDDbNG__serviceHeroFeatures{grid-template-columns:1fr;gap:20px;margin-bottom:48px;display:grid}.services-module__sDDbNG__featureItem{align-items:flex-start;gap:16px;display:flex}.services-module__sDDbNG__featureIcon{width:40px;height:40px;color:var(--primary-green);background:#1c352d14;border-radius:10px;flex-shrink:0;justify-content:center;align-items:center;display:flex}.services-module__sDDbNG__featureText h4{color:#000;margin-bottom:4px;font-size:16px;font-weight:600}.services-module__sDDbNG__featureText p{color:#666;margin:0;font-size:14px}.services-module__sDDbNG__serviceHeroActions{gap:16px;display:flex}.services-module__sDDbNG__serviceHeroPrimaryBtn{background:var(--primary-green);color:var(--white);cursor:pointer;border:none;border-radius:12px;justify-content:center;align-items:center;gap:10px;padding:16px 32px;font-size:16px;font-weight:600;transition:all .3s;display:inline-flex;box-shadow:0 4px 16px #1c352d33}.services-module__sDDbNG__serviceHeroPrimaryBtn:hover{background:#1a3329;gap:14px;transform:translateY(-2px);box-shadow:0 6px 24px #1c352d4d}.services-module__sDDbNG__serviceHeroPrimaryBtn svg{transition:transform .3s}.services-module__sDDbNG__serviceHeroPrimaryBtn:hover svg{transform:translate(4px)}.services-module__sDDbNG__serviceHeroSecondaryBtn{color:#000;cursor:pointer;background:0 0;border:2px solid #e0e0e0;border-radius:12px;justify-content:center;align-items:center;gap:10px;padding:16px 32px;font-size:16px;font-weight:600;transition:all .3s;display:inline-flex}.services-module__sDDbNG__serviceHeroSecondaryBtn:hover{background:#fafafa;border-color:#ccc;transform:translateY(-2px)}@media (max-width:768px){.services-module__sDDbNG__serviceHeroSection{padding:30px 0 60px}.services-module__sDDbNG__serviceHeroWrapper{grid-template-columns:1fr;gap:40px;padding:0 20px}.services-module__sDDbNG__serviceHeroImage{border-radius:16px;height:360px}.services-module__sDDbNG__serviceHeroTitle{margin-bottom:20px;font-size:32px}.services-module__sDDbNG__serviceHeroDescription{margin-bottom:32px;font-size:15px}.services-module__sDDbNG__serviceHeroFeatures{gap:16px;margin-bottom:36px}.services-module__sDDbNG__featureIcon{width:36px;height:36px}.services-module__sDDbNG__featureText h4{font-size:15px}.services-module__sDDbNG__featureText p{font-size:13px}.services-module__sDDbNG__serviceHeroActions{flex-direction:column;width:100%}.services-module__sDDbNG__serviceHeroPrimaryBtn,.services-module__sDDbNG__serviceHeroSecondaryBtn{width:100%;padding:14px 28px;font-size:15px}}@media (max-width:480px){.services-module__sDDbNG__serviceHeroSection{padding:20px 0 50px}.services-module__sDDbNG__serviceHeroWrapper{gap:32px;padding:0 16px}.services-module__sDDbNG__serviceHeroImage{height:300px}.services-module__sDDbNG__serviceHeroTitle{font-size:28px}.services-module__sDDbNG__serviceHeroDescription{font-size:14px}}.services-module__sDDbNG__includedSection{background:#fafafa;padding:90px 0}.services-module__sDDbNG__includedContainer{max-width:1200px;margin:0 auto;padding:0 40px}.services-module__sDDbNG__includedHeader{text-align:center;margin-bottom:60px}.services-module__sDDbNG__includedTitle{color:#000;letter-spacing:-.01em;margin-bottom:16px;font-size:40px;font-weight:600;line-height:1.2}.services-module__sDDbNG__includedSubtitle{color:#666;max-width:600px;margin:0 auto;font-size:17px}.services-module__sDDbNG__includedGrid{grid-template-columns:repeat(2,1fr);gap:32px;display:grid}.services-module__sDDbNG__includedCard{background:var(--white);border:1px solid #e8e8e8;border-radius:16px;padding:40px 36px;transition:all .3s}.services-module__sDDbNG__includedCard:hover{border-color:var(--primary-green);transform:translateY(-4px);box-shadow:0 12px 32px #00000014}.services-module__sDDbNG__includedIconWrapper{width:64px;height:64px;color:var(--primary-green);background:#1c352d0f;border-radius:16px;justify-content:center;align-items:center;margin-bottom:24px;transition:all .3s;display:flex}.services-module__sDDbNG__includedCard:hover .services-module__sDDbNG__includedIconWrapper{background:var(--primary-green);color:var(--white);transform:scale(1.05)}.services-module__sDDbNG__includedCardTitle{color:#000;letter-spacing:-.01em;margin-bottom:12px;font-size:20px;font-weight:600}.services-module__sDDbNG__includedCardDescription{color:#666;font-size:15px;line-height:1.7}@media (max-width:768px){.services-module__sDDbNG__includedSection{padding:70px 0}.services-module__sDDbNG__includedContainer{padding:0 20px}.services-module__sDDbNG__includedHeader{margin-bottom:48px}.services-module__sDDbNG__includedTitle{font-size:32px}.services-module__sDDbNG__includedSubtitle{font-size:15px}.services-module__sDDbNG__includedGrid{grid-template-columns:1fr;gap:24px}.services-module__sDDbNG__includedCard{padding:32px 28px}}@media (max-width:480px){.services-module__sDDbNG__includedSection{padding:60px 0}.services-module__sDDbNG__includedTitle{font-size:28px}.services-module__sDDbNG__includedSubtitle{font-size:14px}.services-module__sDDbNG__includedCard{padding:28px 24px}}.services-module__sDDbNG__testimonialsSection{background:#fff;padding:90px 0}.services-module__sDDbNG__testimonialsContainer{max-width:1200px;margin:0 auto;padding:0 40px}.services-module__sDDbNG__testimonialsSectionHeader{text-align:center;margin-bottom:50px}.services-module__sDDbNG__testimonialsLabel{letter-spacing:2px;color:var(--primary-green);text-transform:uppercase;justify-content:center;align-items:center;gap:8px;margin-bottom:16px;font-size:13px;font-weight:600;display:flex}.services-module__sDDbNG__bulletPoint{font-size:8px;line-height:1}.services-module__sDDbNG__testimonialsTitle{color:#000;letter-spacing:-.01em;margin-bottom:12px;font-size:40px;font-weight:600}.services-module__sDDbNG__testimonialsSubtitle{color:#666;font-size:17px;font-weight:400}.services-module__sDDbNG__testimonialsHeader{border-bottom:1px solid #e8eaed;justify-content:center;align-items:center;gap:14px;margin-bottom:48px;padding-bottom:24px;display:flex}.services-module__sDDbNG__googleLogoCompact{width:auto;height:24px}.services-module__sDDbNG__starsDisplayCompact{gap:2px;display:flex}.services-module__sDDbNG__starsDisplayCompact svg{width:18px;height:18px}.services-module__sDDbNG__ratingCompact{color:#000;font-size:15px;font-weight:600}.services-module__sDDbNG__reviewCountCompact{color:#666;font-size:14px}.services-module__sDDbNG__reviewsGrid{grid-template-columns:repeat(3,1fr);gap:24px;display:grid}.services-module__sDDbNG__reviewCard{background:#fafafa;border:1px solid #0000;border-radius:12px;padding:28px 24px;transition:all .3s}.services-module__sDDbNG__reviewCard:hover{background:var(--white);border-color:#e8e8e8;transform:translateY(-2px);box-shadow:0 4px 16px #0000000f}.services-module__sDDbNG__reviewHeader{gap:14px;margin-bottom:16px;display:flex}.services-module__sDDbNG__reviewerAvatar{background:var(--primary-green);width:44px;height:44px;color:var(--white);border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;font-size:14px;font-weight:600;display:flex}.services-module__sDDbNG__reviewerInfo{flex:1;min-width:0}.services-module__sDDbNG__reviewerName{color:#000;margin-bottom:6px;font-size:15px;font-weight:600}.services-module__sDDbNG__reviewMeta{align-items:center;gap:10px;display:flex}.services-module__sDDbNG__reviewStars{gap:2px;display:flex}.services-module__sDDbNG__reviewStar{width:14px;height:14px}.services-module__sDDbNG__reviewDate{color:#999;font-size:13px}.services-module__sDDbNG__reviewText{color:#666;font-size:14px;line-height:1.7}@media (max-width:768px){.services-module__sDDbNG__testimonialsSection{padding:70px 0}.services-module__sDDbNG__testimonialsContainer{padding:0 20px}.services-module__sDDbNG__testimonialsTitle{font-size:32px}.services-module__sDDbNG__testimonialsSubtitle{font-size:15px}.services-module__sDDbNG__testimonialsHeader{flex-wrap:wrap;gap:10px;margin-bottom:36px}.services-module__sDDbNG__googleLogoCompact{height:20px}.services-module__sDDbNG__starsDisplayCompact svg{width:16px;height:16px}.services-module__sDDbNG__ratingCompact{font-size:14px}.services-module__sDDbNG__reviewCountCompact{font-size:13px}.services-module__sDDbNG__reviewsGrid{grid-template-columns:1fr;gap:20px}.services-module__sDDbNG__reviewCard{padding:24px 20px}}@media (max-width:480px){.services-module__sDDbNG__testimonialsSection{padding:60px 0}.services-module__sDDbNG__testimonialsTitle{font-size:28px}.services-module__sDDbNG__testimonialsSubtitle{font-size:14px}}.services-module__sDDbNG__ctaSection{background:linear-gradient(135deg, var(--primary-green) 0%, #1a3329 100%);padding:100px 0;position:relative;overflow:hidden}.services-module__sDDbNG__ctaContainer{z-index:2;max-width:1200px;margin:0 auto;padding:0 40px;position:relative}.services-module__sDDbNG__ctaContent{text-align:center;max-width:800px;margin:0 auto}.services-module__sDDbNG__ctaTitle{color:var(--white);letter-spacing:-.02em;margin-bottom:24px;font-size:56px;font-weight:600;line-height:1.2}.services-module__sDDbNG__ctaSubtitle{color:#ffffffe6;max-width:700px;margin-bottom:48px;margin-left:auto;margin-right:auto;font-size:20px;line-height:1.6}.services-module__sDDbNG__ctaButtons{justify-content:center;align-items:center;gap:16px;display:flex}.services-module__sDDbNG__ctaPrimaryButton{background:var(--white);color:var(--primary-green);cursor:pointer;border:none;border-radius:12px;align-items:center;gap:10px;padding:18px 40px;font-size:17px;font-weight:600;transition:all .3s;display:inline-flex;box-shadow:0 4px 20px #00000026}.services-module__sDDbNG__ctaPrimaryButton:hover{gap:14px;transform:translateY(-2px);box-shadow:0 6px 28px #00000040}.services-module__sDDbNG__ctaPrimaryButton svg{transition:transform .3s}.services-module__sDDbNG__ctaPrimaryButton:hover svg{transform:translate(4px)}.services-module__sDDbNG__ctaSecondaryButton{color:var(--white);cursor:pointer;background:0 0;border:2px solid #ffffff4d;border-radius:12px;align-items:center;gap:10px;padding:18px 40px;font-size:17px;font-weight:600;transition:all .3s;display:inline-flex}.services-module__sDDbNG__ctaSecondaryButton:hover{background:#ffffff1a;border-color:#fff9;transform:translateY(-2px)}@media (max-width:768px){.services-module__sDDbNG__ctaSection{padding:80px 0}.services-module__sDDbNG__ctaContainer{padding:0 20px}.services-module__sDDbNG__ctaTitle{font-size:36px}.services-module__sDDbNG__ctaSubtitle{margin-bottom:40px;font-size:17px}.services-module__sDDbNG__ctaButtons{flex-direction:column;gap:12px;width:100%}.services-module__sDDbNG__ctaPrimaryButton,.services-module__sDDbNG__ctaSecondaryButton{justify-content:center;width:100%;padding:16px 32px;font-size:16px}}@media (max-width:480px){.services-module__sDDbNG__ctaSection{padding:70px 0}.services-module__sDDbNG__ctaTitle{font-size:32px}.services-module__sDDbNG__ctaSubtitle{font-size:16px}.services-module__sDDbNG__ctaPrimaryButton,.services-module__sDDbNG__ctaSecondaryButton{padding:14px 28px;font-size:15px}}
