/* Match the shared service-page typography, section spacing and green CTAs. */
.hvac-page { color: var(--text-dark, #333); letter-spacing: 0; }
.hvac-page h2 { font-size: 36px; font-weight: 700; color: var(--primary-dark); margin-bottom: 20px; }
.hvac-page h3 { font-size: 22px; font-weight: 600; margin-bottom: 14px; color: var(--primary-dark); }
.hvac-page p { line-height: 1.7; }
.hvac-page .section-title { margin-bottom: 20px; }
.hvac-page .section-subtitle { font-size: 18px; margin-bottom: 40px; }
.hvac-hero { position: relative; min-height: 560px; display: flex; align-items: center; color: white; padding: 70px 0; }
.hvac-hero__media { position: absolute; inset: 0; }
.hvac-hero__media img { width: 100%; height: 100%; object-fit: cover; object-position: center; }
.hvac-hero::after { content: ''; position: absolute; inset: 0; background: rgba(3, 26, 49, .64); }
.hvac-hero__content { position: relative; z-index: 1; text-align: center; }
.hvac-hero h1 { font-size: 48px; font-weight: 700; max-width: 900px; margin: 0 auto 20px; }
.hvac-hero p { font-size: 20px; max-width: 780px; margin: 0 auto 28px; }
.hvac-trust { list-style: none; padding: 0; margin: 0 0 28px; display: flex; flex-wrap: wrap; gap: 16px 28px; justify-content: center; }
.hvac-trust li { font-size: 14px; font-weight: 600; }
.hvac-trust i { margin-right: 6px; }
.hvac-actions { display: flex; gap: 24px; justify-content: center; align-items: center; flex-wrap: wrap; }
.hvac-page .hvac-button { background: #2a8347; color: white; border: 1px solid #2a8347; border-radius: 5px; padding: 15px 30px; font-size: 18px; font-weight: 600; white-space: normal; }
.hvac-page .hvac-button:hover { background: #216b39; border-color: #216b39; }
.hvac-page a:focus-visible, .hvac-page button:focus-visible, .hvac-page summary:focus-visible { outline: 3px solid #d4ab38; outline-offset: 4px; }
.hvac-phone { color: white; font-weight: 600; text-decoration: none; }
.hvac-phone:hover { color: white; text-decoration: underline; }
.hvac-page a:not(.btn):not(.hvac-phone) { color: #216b39; }
.hvac-services, .hvac-process-section { background: #f8f9fa; }
.hvac-service-card { height: 100%; background: white; padding: 30px; border: 1px solid #e4e8e5; border-radius: 8px; text-align: center; }
.hvac-service-icon { display: block; font-size: 36px; color: #2a8347; margin-bottom: 18px; }
.hvac-service-card p { margin: 0; color: #666; }
.hvac-support-image { width: 100%; height: auto; aspect-ratio: 3 / 2; object-fit: cover; border-radius: 5px; }
.hvac-checklist { padding-left: 22px; margin: 24px 0; line-height: 1.8; }
.hvac-process { text-align: center; margin-top: 36px; }
.hvac-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; }
.hvac-area { margin-top: 40px; padding-top: 32px; border-top: 1px solid #dde3de; text-align: center; }
.hvac-area p { max-width: 760px; margin: 0 auto 16px; }
.hvac-estimate { background: #edf1ee; scroll-margin-top: 180px; }
.hvac-form-container { max-width: 820px; margin: 0 auto; }
.hvac-form-container h2, .hvac-form-intro { text-align: center; }
.hvac-form-intro { margin-bottom: 30px; }
.hvac-form { background: white; padding: 36px; border-radius: 8px; border: 1px solid #dce3dd; }
.hvac-form-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 20px; }
.hvac-form-grid label { display: flex; flex-direction: column; gap: 8px; font-size: 14px; font-weight: 600; min-width: 0; }
.hvac-form-wide { grid-column: 1 / -1; }
.hvac-form input:not([type=checkbox]):not([type=hidden]), .hvac-form select, .hvac-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; }
.hvac-form textarea { resize: vertical; }
.hvac-form input:focus, .hvac-form select:focus, .hvac-form textarea:focus { outline: 2px solid #2a8347; outline-offset: 2px; }
.hvac-form .lead-consent-check { display: flex; align-items: flex-start; gap: 10px; margin: 24px 0; font-size: 12px; line-height: 1.6; }
.hvac-form .lead-consent-check input { flex-shrink: 0; margin-top: 4px; width: 17px; height: 17px; accent-color: #2a8347; }
.hvac-form .hvac-button { width: 100%; }
.hvac-form-contact { font-size: 14px; text-align: center; margin: 18px 0 0; }
.hvac-form .lead-status { overflow-wrap: anywhere; }
.hvac-faq-list { max-width: 900px; margin: 0 auto; }
.hvac-faq details { border: 1px solid #e0e0e0; border-radius: 8px; margin-bottom: 15px; overflow: hidden; }
.hvac-faq summary { padding: 20px; background: #f8f9fa; font-weight: 600; color: var(--primary-dark); cursor: pointer; }
.hvac-faq details p { padding: 20px; margin: 0; }
@media (max-width: 767px) {
    .hvac-hero { min-height: 540px; padding: 48px 0; }
    .hvac-hero h1 { font-size: 36px; }
    .hvac-hero p { font-size: 18px; }
    .hvac-page h2 { font-size: 28px; }
    .hvac-trust { gap: 10px; flex-direction: column; }
    .hvac-form { padding: 24px 18px; }
    .hvac-form-grid { grid-template-columns: minmax(0, 1fr); }
    .hvac-page .hvac-button { font-size: 16px; padding: 14px 20px; }
}
@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%; }
}
