/* Match the shared service-page typography, section spacing and green CTAs. */
.cleaning-page { color: var(--text-dark, #333); letter-spacing: 0; }
.cleaning-page h2 { font-size: 36px; font-weight: 700; color: var(--primary-dark); margin-bottom: 20px; }
.cleaning-page h3 { font-size: 22px; font-weight: 600; margin-bottom: 14px; color: var(--primary-dark); }
.cleaning-page p { line-height: 1.7; }
.cleaning-page .section-title { margin-bottom: 20px; }
.cleaning-page .section-subtitle { font-size: 18px; margin-bottom: 40px; }
.cleaning-hero { position: relative; min-height: 560px; display: flex; align-items: center; color: white; padding: 70px 0; }
.cleaning-hero__media { position: absolute; inset: 0; }
.cleaning-hero__media img { width: 100%; height: 100%; object-fit: cover; object-position: center; }
.cleaning-hero::after { content: ''; position: absolute; inset: 0; background: rgba(3, 26, 49, .64); }
.cleaning-hero__content { position: relative; z-index: 1; text-align: center; }
.cleaning-hero h1 { font-size: 48px; font-weight: 700; max-width: 900px; margin: 0 auto 20px; }
.cleaning-hero p { font-size: 20px; max-width: 780px; margin: 0 auto 28px; }
.cleaning-trust { list-style: none; padding: 0; margin: 0 0 28px; display: flex; flex-wrap: wrap; gap: 16px 28px; justify-content: center; }
.cleaning-trust li { font-size: 14px; font-weight: 600; }
.cleaning-trust i { margin-right: 6px; }
.cleaning-actions { display: flex; gap: 24px; justify-content: center; align-items: center; flex-wrap: wrap; }
.cleaning-page .cleaning-button { background: #2a8347; color: white; border: 1px solid #2a8347; border-radius: 5px; padding: 15px 30px; font-size: 18px; font-weight: 600; white-space: normal; }
.cleaning-page .cleaning-button:hover { background: #216b39; border-color: #216b39; }
.cleaning-page a:focus-visible, .cleaning-page button:focus-visible, .cleaning-page summary:focus-visible { outline: 3px solid #d4ab38; outline-offset: 4px; }
.cleaning-phone { color: white; font-weight: 600; text-decoration: none; }
.cleaning-phone:hover { color: white; text-decoration: underline; }
.cleaning-page a:not(.btn):not(.cleaning-phone) { color: #216b39; }
.cleaning-services, .cleaning-process-section { background: #f8f9fa; }
.cleaning-service-card { height: 100%; background: white; padding: 30px; border: 1px solid #e4e8e5; border-radius: 8px; text-align: center; }
.cleaning-service-icon { display: block; font-size: 36px; color: #2a8347; margin-bottom: 18px; }
.cleaning-service-card p { margin: 0; color: #666; }
.cleaning-support-image { width: 100%; height: auto; aspect-ratio: 3 / 2; object-fit: cover; border-radius: 5px; }
.cleaning-checklist { padding-left: 22px; margin: 24px 0; line-height: 1.8; }
.cleaning-process { text-align: center; margin-top: 36px; }
.cleaning-step { display: flex; align-items: center; justify-content: center; width: 64px; height: 64px; border-radius: 50%; background: #2a8347; color: white; font-size: 28px; font-weight: 700; margin: 0 auto 20px; }
.cleaning-area { margin-top: 40px; padding-top: 32px; border-top: 1px solid #dde3de; text-align: center; }
.cleaning-area p { max-width: 760px; margin: 0 auto 16px; }
.cleaning-estimate { background: #edf1ee; scroll-margin-top: 180px; }
.cleaning-form-container { max-width: 820px; margin: 0 auto; }
.cleaning-form-container h2, .cleaning-form-intro { text-align: center; }
.cleaning-form-intro { margin-bottom: 30px; }
.cleaning-form-container--preview { max-width: 1140px; }
.cleaning-form-layout { display: grid; grid-template-columns: minmax(0, 1fr); gap: 32px; align-items: start; }
.cleaning-form-container--preview .cleaning-form-layout { grid-template-columns: minmax(0, 0.85fr) minmax(0, 1.15fr); }
.cleaning-calculator-preview { margin: 0; min-width: 0; }
.cleaning-calculator-preview h3 { font-size: 22px; line-height: 1.35; margin: 0 0 18px; }
.cleaning-calculator-preview h3 i { color: #2a8347; margin-right: 8px; }
.cleaning-calculator-preview img { display: block; width: 100%; height: auto; aspect-ratio: 3 / 2; object-fit: cover; border-radius: 5px; }
.cleaning-preview-values { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 16px; padding: 20px 0; margin: 0; border-bottom: 1px solid #cbd5ce; }
.cleaning-preview-values dt { font-size: 13px; line-height: 1.5; font-weight: 500; color: #505c54; }
.cleaning-preview-values dd { margin: 6px 0 0; font-size: 24px; font-weight: 700; color: #225f37; overflow-wrap: anywhere; }
.cleaning-preview-values dd span { font-size: 14px; font-weight: 400; }
.cleaning-calculator-preview figcaption { font-size: 12px; color: #505c54; margin-top: 12px; line-height: 1.6; }
.cleaning-form { background: white; padding: 36px; border-radius: 8px; border: 1px solid #dce3dd; }
.cleaning-form-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 20px; }
.cleaning-form-grid label { display: flex; flex-direction: column; gap: 8px; font-size: 14px; font-weight: 600; min-width: 0; }
.cleaning-form-wide { grid-column: 1 / -1; }
.cleaning-form input:not([type=checkbox]):not([type=hidden]), .cleaning-form select, .cleaning-form textarea { width: 100%; min-width: 0; border: 1px solid #b9c3bd; border-radius: 5px; padding: 12px; font: inherit; font-weight: 400; color: #333; background: white; }
.cleaning-form textarea { resize: vertical; }
.cleaning-form input:focus, .cleaning-form select:focus, .cleaning-form textarea:focus { outline: 2px solid #2a8347; outline-offset: 2px; }
.cleaning-form .lead-consent-check { display: flex; align-items: flex-start; gap: 10px; margin: 24px 0; font-size: 12px; line-height: 1.6; }
.cleaning-form .lead-consent-check input { flex-shrink: 0; margin-top: 4px; width: 17px; height: 17px; accent-color: #2a8347; }
.cleaning-form .cleaning-button { width: 100%; }
.cleaning-form-contact { font-size: 14px; text-align: center; margin: 18px 0 0; }
.cleaning-form .lead-status { overflow-wrap: anywhere; }
.cleaning-faq-list { max-width: 900px; margin: 0 auto; }
.cleaning-faq details { border: 1px solid #e0e0e0; border-radius: 8px; margin-bottom: 15px; overflow: hidden; }
.cleaning-faq summary { padding: 20px; background: #f8f9fa; font-weight: 600; color: var(--primary-dark); cursor: pointer; }
.cleaning-faq details p { padding: 20px; margin: 0; }
.cleaning-page [hidden] { display: none !important; }
.cleaning-calculator, .cleaning-credentials { background: #f8f9fa; scroll-margin-top: 180px; }
.cleaning-calc-tool { max-width: 900px; margin: 0 auto; border: 1px solid #dce3dd; border-radius: 8px; background: white; padding: 32px; }
.cleaning-mode { display: flex; flex-wrap: wrap; gap: 12px 24px; padding: 0; margin: 0 0 24px; border: 0; }
.cleaning-mode legend { font-size: 16px; font-weight: 600; margin-bottom: 12px; }
.cleaning-mode label, .cleaning-moss { display: flex; align-items: center; gap: 8px; cursor: pointer; }
.cleaning-mode input, .cleaning-moss input { accent-color: #2a8347; width: 18px; height: 18px; flex-shrink: 0; }
.cleaning-field { display: block; font-weight: 600; margin-bottom: 8px; }
#roofCleaningCalculatorForm input:not([type=radio]):not([type=checkbox]):not([type=hidden]) { width: 100%; min-width: 0; padding: 12px; border: 1px solid #b9c3bd; border-radius: 5px; }
#roofCleaningCalculatorForm input:focus-visible { outline: 2px solid #2a8347; outline-offset: 2px; }
.cleaning-moss { margin: 24px 0; }
#roofCleaningCalculatorForm button { margin-top: 20px; }
#cleaningAddressWidget, #cleaningAddressWidget gmp-place-autocomplete,
#cleaningLeadAddressWidget, #cleaningLeadAddressWidget gmp-place-autocomplete { width: 100%; min-width: 0; }
#cleaningCalculatorStatus { margin: 20px 0 0; }
.cleaning-calculator-error { color: #a12626; }
.cleaning-calc-results { border-top: 1px solid #dce3dd; padding-top: 28px; margin-top: 28px; }
.cleaning-result-price { display: block; font-size: 40px; font-weight: 700; color: #216b39; margin: 12px 0; overflow-wrap: anywhere; }
.cleaning-result-details { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 20px; margin: 24px 0; }
.cleaning-result-details dt { font-size: 14px; color: #666; }
.cleaning-result-details dd { font-size: 18px; font-weight: 600; margin: 8px 0 0; }
.cleaning-result-disclaimer { border-left: 3px solid #d4ab38; padding-left: 16px; font-size: 14px; }
.cleaning-page .cleaning-button:disabled { opacity: .65; cursor: wait; }
.cleaning-credential-logos { display: flex; justify-content: center; flex-wrap: wrap; gap: 24px; margin-bottom: 32px; }
.cleaning-credential-logos img { width: 160px; height: 160px; object-fit: contain; }
.cleaning-proof { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 24px; max-width: 900px; margin: 0 auto 28px; text-align: center; }
.cleaning-proof dt { font-size: 24px; font-weight: 700; color: #2a8347; margin-bottom: 8px; }
.cleaning-proof dd { margin: 0; color: #666; }
.cleaning-license { text-align: center; margin: 0; font-size: 14px; }
@media (max-width: 767px) {
    .cleaning-form-container--preview .cleaning-form-layout { grid-template-columns: minmax(0, 1fr); gap: 24px; }
    .cleaning-calculator-preview h3 { font-size: 20px; }
    .cleaning-calculator-preview img { max-height: 220px; }
    .cleaning-preview-values dd { font-size: 22px; }
    .cleaning-calc-tool { padding: 24px 18px; }
    .cleaning-result-details { grid-template-columns: minmax(0, 1fr); gap: 14px; }
    .cleaning-hero { min-height: 540px; padding: 48px 0; }
    .cleaning-hero h1 { font-size: 36px; }
    .cleaning-hero p { font-size: 18px; }
    .cleaning-page h2 { font-size: 28px; }
    .cleaning-trust { gap: 10px; flex-direction: column; }
    .cleaning-form { padding: 24px 18px; }
    .cleaning-form-grid { grid-template-columns: minmax(0, 1fr); }
    .cleaning-page .cleaning-button { font-size: 16px; padding: 14px 20px; }
    .cleaning-credential-logos { gap: 16px; }
    .cleaning-credential-logos img { width: 128px; height: 128px; }
    .cleaning-proof { grid-template-columns: minmax(0, 1fr); }
}
@media (max-width: 359px) {
    .footer-links-group .text-uppercase { font-size: 12px !important; letter-spacing: 0 !important; }
    .footer-map iframe { width: 100%; max-width: 100%; }
}
.cleaning-page [hidden] { display: none !important; }

#cleaningSatelliteResult { margin: 0 0 24px; }
#cleaningSatelliteResultImage { display: block; width: 100%; height: auto; border-radius: 8px; }
#cleaningSatelliteResult figcaption { margin-top: 8px; color: #666; font-size: 14px; }
