/* ================================================================
   whole-house-water-filtration-systems.css
   Page-specific styles ONLY — shared styles live in main-styles.css
   ================================================================ */

/* ─── Page-Level Navbar Override (light hero) ─── */
.whole-house-page .site-header {
    position: relative;
    background: #f5f7f5;
}

.whole-house-page .main-navbar {
    background: transparent;
}

.whole-house-page .navbar-dark .navbar-nav .nav-link {
    color: #1a3326;
}

.whole-house-page .navbar-dark .navbar-nav .nav-link:hover,
.whole-house-page .navbar-dark .navbar-nav .nav-link:focus {
    color: #0f2419;
}

/* ─── Hero ─── */
.wh-hero {
    position: relative;
    overflow: hidden;
    min-height: 813px;
    padding: 8rem 0 3rem;
    background-image: url(/hubfs/web_assets/whole-house-water-filtration-systems/whole-house-water-filtration-systems-hero.jpg);
    background-size: cover;
    background-position: center;
}

.wh-hero .container {
    position: relative;
    z-index: 1;
}

.wh-hero .row {
    min-height: 813px;
}

.wh-hero .col-lg-6:first-child {
    display: flex;
    align-items: center;
    min-height: 813px;
}

.wh-hero-copy h1 {
    margin: 0 0 12px;
    color: #173626;
    font-family: "Montserrat", sans-serif;
    max-width: 463px;
    font-size: clamp(2.45rem, 4.2vw, 3.95rem);
    font-weight: 700;
    line-height: 1.06;
    letter-spacing: -0.02em;
}

.wh-hero-copy .step-label {
    max-width: 463px;
    margin-bottom: 10px;
    font-size: 1.02rem;
    line-height: 1.2;
    letter-spacing: 0.08em;
}

.wh-hero-copy p {
    max-width: 449px;
    margin-bottom: 0;
    color: #2f3532;
    font-family: "Montserrat", sans-serif;
    font-size: 16px;
    line-height: 1.58;
}

.wh-hero-actions {
    margin-top: 24px;
    display: flex;
    flex-wrap: wrap;
    gap: 16px;
}

.btn-how-it-works {
    min-width: 197px;
    min-height: 52px;
    padding: 0.95rem 1.5rem;
    border: 3px solid #bf2a0d;
    background: #ffffff;
    color: #bf2a0d;
    font-family: "Montserrat", sans-serif;
    font-size: 1rem;
    font-weight: 700;
    line-height: 1.45;
}

.btn-how-it-works:hover,
.btn-how-it-works:focus {
    border-color: #a9240a;
    background: #fff6f3;
    color: #a9240a;
}

.wh-hero-icons {
    margin-top: 60px;
    max-width: 460px;
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    gap: 22px;
}

.wh-hero-icon-item {
    text-align: center;
}

.wh-hero-icon-item img {
    width: 35px;
    height: 35px;
    object-fit: contain;
}

.wh-hero-icon-item p {
    margin: 12px 0 0;
    font-size: 1.08rem;
    font-weight: 500;
    line-height: 1.35;
}

/* ─── Stats Band ─── */
.wh-stats-band {
    background: #132717;
    padding: 48px 0;
}

.wh-stats-grid {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 71px;
    flex-wrap: wrap;
}

.wh-stat {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 16px;
    text-align: center;
}

.wh-stat strong {
    color: #6cb55f;
    font-family: "Montserrat", sans-serif;
    font-size: clamp(34px, 3.2vw, 46px);
    font-weight: 800;
    line-height: 1.15;
    letter-spacing: -0.028em;
}

.wh-stat span {
    color: #ffffff;
    font-family: "Montserrat", sans-serif;
    font-size: 16px;
    font-weight: 700;
    line-height: 1.55;
}

/* ─── Proven Protection Panel ─── */
.wh-proven-section {
    padding-top: clamp(3.2rem, 5vw, 4.75rem);
}

.wh-proven-panel {
    position: relative;
    display: flex;
    align-items: center;
    overflow: hidden;
    border-radius: 42px;
    background-image: url(/hubfs/web_assets/whole-house-water-filtration-systems/green-bg.jpg);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    min-height: 680px;
}

.wh-proven-panel > .row {
    width: 100%;
    align-items: center;
}

.wh-proven-copy-wrap {
    position: relative;
    z-index: 1;
    display: flex;
    align-items: center;
    gap: clamp(1.5rem, 2.8vw, 2.6rem);
}

.wh-proven-copy {
    display: flex;
    flex-direction: column;
    justify-content: center;
    max-width: 623px;
}

.wh-proven-eyebrow {
    margin: 0 0 14px;
    color: #3dff99;
    font-family: "Montserrat", sans-serif;
    font-size: 16px;
    font-weight: 700;
    line-height: 1.7;
}

.wh-proven-section .section-title {
    max-width: 610px;
    margin-bottom: 18px;
    color: #ffffff;
}

.wh-proven-section .wh-body {
    max-width: 605px;
    color: #ffffff;
    line-height: 1.55;
}

.wh-proven-section .wh-body + .wh-body {
    margin-top: 1.05rem;
}

/* ─── Overview Row ─── */
.wh-overview-row {
    margin-bottom: clamp(3rem, 5vw, 5.625rem) !important;
}

.wh-overview-copy {
    max-width: 538px;
}

.wh-overview-copy .section-title {
    margin-bottom: 24px;
}

.wh-overview-copy .wh-body + .wh-body {
    margin-top: 1rem;
}

/* ─── Benefits Matrix (icon chips) ─── */
.wh-benefits-matrix {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 24px;
    max-width: 462px;
    margin-left: auto;
}

.wh-benefit-chip {
    border-radius: 32px;
    border: 2px solid rgba(0, 0, 0, 0.14);
    background: #eef2f0;
    padding: 24px 24px 36px;
    text-align: center;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: flex-start;
    gap: 12px;
    min-height: 170px;
}

.wh-benefit-chip img {
    width: 42px;
    height: 42px;
    object-fit: contain;
}

.wh-benefit-chip p {
    margin: 0;
    color: #2f3532;
    font-family: "Montserrat", sans-serif;
    font-size: 16px;
    font-weight: 400;
    line-height: 1.55;
    max-width: 196px;
}

/* ─── Approach (Traditional vs LifeSource) ─── */
.wh-approach-media {
    overflow: hidden;
    border-radius: 42px;
    background: #b1b1b1;
}

.wh-approach-media img {
    display: block;
    width: 100%;
    min-height: 563px;
    object-fit: cover;
    object-position: center;
}

.wh-approach-copy {
    max-width: 457px;
}

.wh-approach-copy .section-title {
    margin-bottom: 24px;
    font-size: clamp(1.85rem, 2.8vw, 32px);
    line-height: 1.3;
}

.wh-approach-copy-block + .wh-approach-copy-block {
    margin-top: 42px;
}

.wh-approach-label {
    margin: 0 0 12px;
    font-family: "Montserrat", sans-serif;
    font-size: 16px;
    font-weight: 700;
    line-height: 1.35;
    letter-spacing: -0.01em;
}

.wh-approach-label-traditional { color: #d71920; }
.wh-approach-label-lifesource { color: #6cb55f; }

/* ─── Process Cards (How It Works) ─── */
#how-it-works {
    background: #ffffff;
}

.wh-process-card {
    border: 2px solid rgba(0, 0, 0, 0.12);
    border-radius: 30px;
    background: #eef2f0;
    padding: 12px;
}

.wh-process-card .wh-card-image {
    height: 292px;
}

.wh-process-card .wh-soft-card-inner {
    background: transparent;
    padding: 24px 20px 20px;
}

.wh-process-card h3 {
    color: #183125;
    font-family: "Montserrat", sans-serif;
    font-size: 20px;
    font-weight: 800;
    line-height: 1.55;
    letter-spacing: -0.3px;
}

.wh-process-card p {
    color: #33483c;
    font-family: "Montserrat", sans-serif;
    font-size: 16px;
    line-height: 1.6;
    margin-bottom: 0;
}

/* ─── Dual Block (Hard Water / Scale) ─── */
.wh-dual-block {
    background: linear-gradient(180deg, #3f7e43 0%, #1f4e2f 100%);
    border-radius: 48px;
    padding: clamp(2.75rem, 5vw, 5rem) clamp(2rem, 4.5vw, 5.25rem);
}

.wh-dual-block .row {
    --bs-gutter-x: clamp(2.5rem, 5vw, 5.75rem);
    --bs-gutter-y: 2rem;
    align-items: flex-start;
}

.wh-dual-block h3 {
    color: #ffffff;
    font-family: "Montserrat", sans-serif;
    font-size: clamp(2rem, 3vw, 2.5rem);
    font-weight: 700;
    line-height: 1.2;
    margin-bottom: 24px;
}

.wh-dual-block .wh-body {
    color: rgba(255, 255, 255, 0.95);
    line-height: 1.7;
}

.wh-dual-block .btn {
    margin-top: 12px;
    min-width: 178px;
}

/* ─── Water Source Section (City / Well) ─── */
.wh-water-source-heading {
    max-width: 700px;
    margin: 0 auto 42px;
}

.wh-water-source-heading .section-title { margin-bottom: 8px; }

.wh-water-source-heading .wh-subtitle {
    max-width: 540px;
    margin: 0 auto;
}

.wh-water-source-grid { justify-content: center; }

.wh-water-source-card {
    border: 2px solid rgba(0, 0, 0, 0.14);
    border-radius: 32px;
    background: #eef2f0;
    padding: 12px;
}

.wh-water-source-card-inner {
    display: flex;
    flex-direction: column;
    height: 100%;
    gap: 24px;
    background: transparent;
    padding: 0;
}

.wh-water-source-image {
    height: 304px;
    border-radius: 24px;
    overflow: hidden;
}

.wh-water-source-card h3 {
    margin: 0;
    color: #0a1013;
    font-family: "Montserrat", sans-serif;
    font-size: 20px;
    font-weight: 700;
    line-height: 1.25;
}

.wh-water-source-cta {
    margin-top: 42px !important;
}

/* ─── Why Families Choose LS ─── */
.wh-why-families-section .row {
    --bs-gutter-y: 2rem;
}

.wh-why-feature {
    position: relative;
    min-height: 720px;
    overflow: hidden;
    border-radius: 48px;
    background: #877f76;
}

.wh-why-feature > img {
    display: block;
    width: 100%;
    height: 720px;
    object-fit: cover;
    object-position: center;
}

.wh-why-feature-card {
    position: absolute;
    left: 24px;
    right: 24px;
    bottom: 24px;
    max-width: 622px;
    border-radius: 32px;
    background: #ffffff;
    padding: 42px;
    box-shadow: 0 18px 38px rgba(24, 47, 34, 0.06);
}

.wh-why-feature-card .section-title {
    margin-bottom: 16px;
    line-height: 0.95;
}

.wh-why-kicker {
    margin: 0 0 20px;
    color: #6cb55f;
    font-family: "Montserrat", sans-serif;
    font-size: 14px;
    font-weight: 800;
    line-height: 1.7;
    letter-spacing: 0.07em;
    text-transform: uppercase;
}

.wh-why-list-wrap {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 28px;
    padding-left: clamp(8px, 1.8vw, 24px);
}

.wh-why-list {
    display: flex;
    flex-direction: column;
    gap: 28px;
}

.wh-why-list-item {
    display: flex;
    align-items: flex-start;
    gap: 16px;
}

.wh-why-dot {
    width: 11px;
    height: 11px;
    margin-top: 10px;
    border-radius: 50%;
    background: #6cb55f;
    flex-shrink: 0;
}

.wh-why-list-item h3 {
    margin: 0 0 8px;
    color: #21362c;
    font-family: "Montserrat", sans-serif;
    font-size: 18px;
    font-weight: 700;
    line-height: 1.35;
}

.wh-why-list-item p {
    margin: 0;
    color: #2f3532;
    font-family: "Montserrat", sans-serif;
    font-size: 16px;
    line-height: 1.55;
}

.wh-why-list-wrap .btn {
    min-width: 193px;
}

/* ─── Benefits Grid (4 cards) ─── */
.wh-benefits-heading {
    max-width: 680px;
    margin: 0 auto 42px;
}

.wh-benefits-heading .section-title { margin-bottom: 8px; }

.wh-benefits-heading .wh-subtitle {
    max-width: 540px;
    margin: 0 auto;
}

.wh-benefit-card {
    border: 2px solid rgba(0, 0, 0, 0.14);
    border-radius: 32px;
    background: #eef2f0;
    padding: 12px;
}

.wh-benefits-grid .wh-soft-card-inner {
    display: flex;
    flex-direction: column;
    height: 100%;
    gap: 24px;
    background: transparent;
    padding: 0;
}

.wh-benefit-card-image {
    height: 264px;
    border-radius: 24px;
    background: #d8ded9;
}

.wh-benefits-grid h3 {
    margin: 0;
    color: #182f22;
    font-family: "Montserrat", sans-serif;
    font-size: 20px;
    font-weight: 700;
    line-height: 1.25;
}

.wh-benefits-cta-wrap {
    margin-top: 42px;
}

/* ─── Advanced Filtration ─── */
.wh-advanced-row {
    --bs-gutter-x: 42px;
    --bs-gutter-y: 2rem;
}

.wh-advanced-copy {
    max-width: 485px;
}

.wh-advanced-heading {
    display: flex;
    flex-direction: column;
    gap: 4px;
    margin-bottom: 24px;
}

.wh-advanced-eyebrow {
    margin: 0;
    color: #6cb55f;
    font-size: 14px;
    font-weight: 800;
    line-height: 3.395em;
    letter-spacing: 0.071em;
    text-transform: uppercase;
}

.wh-advanced-copy .section-title {
    margin: 0;
    max-width: 468px;
}

.wh-advanced-intro {
    max-width: 392px;
    color: #2f3532;
    margin-bottom: 0;
    font-size: 16px;
    line-height: 1.55;
}

.wh-advanced-list {
    margin-top: 24px !important;
    margin-bottom: 24px !important;
}

.wh-advanced-list li {
    margin-bottom: 16px;
}

.wh-advanced-list li:last-child {
    margin-bottom: 0;
}

.wh-advanced-media {
    overflow: hidden;
    border-radius: 42px;
    background: #b1b1b1;
}

.wh-advanced-media img {
    display: block;
    width: 100%;
    height: 563px;
    object-fit: cover;
    object-position: center;
}

/* ─── Installation Section ─── */
.wh-installation-section .section-heading {
    margin-bottom: 42px;
}

.wh-installation-shell {
    position: relative;
    min-height: 860px;
    overflow: visible;
}

.wh-installation-media {
    width: min(82%, 1008px);
    min-height: 780px;
    overflow: hidden;
    border-radius: 42px;
    flex-shrink: 0;
}

.wh-installation-media img {
    display: block;
    width: 100%;
    height: 780px;
    object-fit: cover;
    object-position: center;
}

.wh-install-panel {
    position: absolute;
    top: 52px;
    right: 0;
    width: min(58%, 960px);
    border-radius: 42px;
    background: linear-gradient(241deg, #407E43 -3.72%, #182F22 123.94%);
    padding: 64px 68px 56px;
    display: flex;
    flex-direction: column;
    gap: 56px;
    box-shadow: 0 24px 48px rgba(24, 47, 34, 0.08);
}

.wh-install-block h3,
.wh-install-panel h3 {
    color: #6cb55f;
    font-family: "Montserrat", sans-serif;
    font-size: 20px;
    font-weight: 700;
    line-height: 1.25;
    margin-bottom: 24px;
}

.wh-install-panel .wh-dot-list li {
    margin-bottom: 0;
    color: #ffffff;
}

/* ─── Testimonials (page overrides) ─── */
.wh-testimonials-section .section-heading {
    max-width: 674px;
    margin: 0 auto 40px;
}

.wh-testimonials-section .section-title {
    margin-bottom: 0;
    text-align: center;
}

.wh-testimonials-section .row {
    --bs-gutter-x: 24px;
    --bs-gutter-y: 24px;
    justify-content: center;
}

.wh-testimonials-section .testimonial-card {
    padding: 32px;
    border: 2px solid rgba(0, 0, 0, 0.14);
    border-radius: 32px;
    background: #eef2f0;
}

.wh-testimonials-section .testimonial-card-top {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 12px;
    margin-bottom: 12px;
}

.wh-testimonials-section .testimonial-avatar {
    width: 40px;
    height: 40px;
    overflow: hidden;
    border-radius: 999px;
    flex-shrink: 0;
}

.wh-testimonials-section .testimonial-card h3 {
    margin: 0;
    color: #1f2937;
    font-family: "Inter", sans-serif;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.5;
}

.wh-testimonials-section .testimonial-location {
    margin: 0;
    color: #6CB55F;
    font-family: "Inter", sans-serif;
    font-size: 14px;
    font-weight: 700;
    line-height: 1.5;
}

.wh-testimonials-section .testimonial-card > p:last-child {
    margin: 0;
    color: #2f3532;
    font-family: "Montserrat", sans-serif;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.55;
}

/* ─── CTA Section ─── */
.wh-cta-section {
    padding-top: 48px;
}

.wh-cta {
    position: relative;
    display: grid;
    grid-template-columns: minmax(0, 0.96fr) minmax(0, 1.04fr);
    align-items: stretch;
    min-height: 640px;
    border-radius: 44px;
    overflow: hidden;
    background: linear-gradient(135deg, #9b1c02 0%, #b92304 44%, #c92a05 100%);
    box-shadow: 0 24px 56px rgba(143, 29, 3, 0.14);
}

.wh-cta-media {
    min-width: 0;
    overflow: hidden;
    flex-shrink: 0;
    padding: 14px;
}

.wh-cta-media img {
    display: block;
    width: 100%;
    height: 100%;
    min-height: 612px;
    object-fit: cover;
    object-position: center;
    border-radius: 0 32px 32px 0;
}

.wh-cta-copy {
    display: flex;
    flex-direction: column;
    justify-content: center;
    max-width: 540px;
    padding: clamp(44px, 5vw, 72px);
    gap: 28px;
}

.wh-cta-copy .section-title {
    color: #ffffff;
    max-width: 520px;
    margin: 0;
}

.wh-cta-copy .wh-body {
    max-width: 470px;
    margin: 0;
    color: rgba(255, 255, 255, 0.94);
    font-size: 1.0625rem;
    line-height: 1.55;
}

.wh-cta-actions {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 8px;
    margin-top: 4px;
}

.wh-cta-actions .btn {
    min-width: 358px;
}

/* ================================================================
   Responsive — Page-Specific Breakpoints
   ================================================================ */

@media (max-width: 1199.98px) {
    .wh-hero-copy .step-label { font-size: 0.98rem; }
    .wh-hero-copy h1 { font-size: clamp(2.2rem, 4.1vw, 3.45rem); }
    .wh-hero-icon-item p { font-size: 1rem; }
    .wh-proven-panel { border-radius: 36px; }
    .wh-proven-copy-wrap { gap: 1.5rem; }
    .wh-benefits-matrix { margin-left: 0; }
}

@media (max-width: 991.98px) {
    .whole-house-page .main-navbar {
        background: rgba(15, 47, 31, 0.88);
    }

    .whole-house-page .navbar-dark .navbar-nav .nav-link {
        color: rgba(255, 255, 255, 0.92);
    }

    .wh-hero {
        min-height: auto;
        padding: 8rem 0 3rem;
    }

    .wh-hero .col-lg-6:first-child { min-height: auto; }

    .wh-hero-icons {
        max-width: 100%;
        justify-content: flex-start;
        gap: 30px;
    }

    .wh-stats-grid { gap: 36px 48px; }

    .wh-dual-block {
        border-radius: 36px;
        padding: 2.5rem 2rem;
    }

    .wh-proven-panel { padding: 2.5rem 2rem; }

    .wh-proven-copy-wrap {
        min-height: unset;
        flex-direction: column;
        align-items: flex-start;
    }

    .wh-benefits-matrix { max-width: 100%; }

    .wh-approach-media img,
    .wh-advanced-media img { min-height: 420px; }

    .wh-approach-copy,
    .wh-advanced-copy { max-width: 100%; }

    .wh-why-feature { min-height: auto; }
    .wh-why-feature > img { height: 560px; }

    .wh-why-feature-card {
        position: relative;
        left: auto;
        right: auto;
        bottom: auto;
        max-width: 100%;
        margin: -84px 20px 20px;
    }

    .wh-why-list-wrap { padding-left: 0; }

    .wh-installation-shell {
        min-height: auto;
        display: block;
    }

    .wh-installation-media {
        width: 100%;
        min-height: auto;
        border-radius: 28px;
    }

    .wh-installation-media img { height: 520px; }

    .wh-install-panel {
        position: relative;
        inset: auto;
        width: 100%;
        max-width: 100%;
        margin-top: -48px;
        padding: 40px 32px;
        gap: 36px;
    }

    .wh-cta {
        grid-template-columns: 1fr;
        min-height: 0;
    }

    .wh-cta-copy {
        max-width: 100%;
        padding: 40px 36px 28px;
    }

    .wh-cta-media img { min-height: 360px; }
}

@media (max-width: 767.98px) {
    .whole-house-page .site-header { background: #f5f7f5; }

    .wh-hero { padding: 7rem 0 2.6rem; }
    .wh-hero-copy h1 { font-size: clamp(2rem, 9vw, 2.8rem); }
    .wh-hero-copy .step-label { font-size: 0.92rem; }
    .wh-hero-actions .btn { width: 100%; }

    .wh-stats-band { padding: 36px 0; }
    .wh-stats-grid {
        display: grid;
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: 28px 20px;
    }
    .wh-stat strong { font-size: 34px; }
    .wh-stat span { font-size: 15px; }

    .wh-process-card .wh-card-image { height: 250px; }

    .wh-dual-block {
        border-radius: 28px;
        padding: 2rem 1.5rem;
    }
    .wh-dual-block h3 {
        font-size: clamp(1.8rem, 7vw, 2.25rem);
        margin-bottom: 18px;
    }
    .wh-dual-block .wh-body { font-size: 15px; line-height: 1.65; }

    .wh-hero-icons {
        justify-content: space-between;
        gap: 16px;
    }
    .wh-hero-icon-item p { margin-top: 10px; font-size: 0.88rem; }

    .wh-proven-panel {
        border-radius: 28px;
        padding: 1.75rem 1.2rem;
    }

    .wh-benefits-matrix {
        grid-template-columns: 1fr;
        gap: 16px;
    }
    .wh-benefit-chip {
        border-radius: 24px;
        padding: 20px 18px 24px;
        min-height: auto;
    }

    .wh-benefits-heading,
    .wh-water-source-heading { margin-bottom: 32px; }

    .wh-benefits-heading .section-title br { display: none; }

    .wh-water-source-card {
        border-radius: 24px;
        padding: 10px;
    }
    .wh-water-source-card-inner { gap: 20px; padding: 16px; }
    .wh-water-source-image { height: 264px; border-radius: 20px; }
    .wh-water-source-cta { margin-top: 32px !important; }

    .wh-advanced-heading { margin-bottom: 20px; }
    .wh-advanced-eyebrow { line-height: 1.7; }
    .wh-advanced-intro { max-width: 100%; font-size: 15px; }
    .wh-advanced-list {
        margin-top: 20px !important;
        margin-bottom: 20px !important;
    }
    .wh-advanced-list li { margin-bottom: 14px; }

    .wh-benefit-card {
        border-radius: 24px;
        padding: 10px;
    }
    .wh-benefits-grid .wh-soft-card-inner { gap: 20px; }
    .wh-benefit-card-image { height: 232px; border-radius: 20px; }
    .wh-benefits-grid h3 { font-size: 18px; line-height: 1.3; }
    .wh-benefits-cta-wrap { margin-top: 32px; }

    .wh-approach-media,
    .wh-advanced-media,
    .wh-installation-shell,
    .wh-why-feature { border-radius: 28px; }

    .wh-cta {
        border-width: 10px;
        border-radius: 32px;
    }
    .wh-cta-copy { padding: 28px 24px 20px; gap: 20px; }

    .wh-approach-media img,
    .wh-advanced-media img,
    .wh-installation-media { min-height: 280px; }
    .wh-cta-media img { min-height: 260px; }

    .wh-why-feature > img { height: 360px; }
    .wh-why-feature-card {
        margin: -56px 12px 12px;
        padding: 28px 24px;
        border-radius: 24px;
    }
    .wh-why-feature-card .section-title {
        font-size: clamp(2rem, 9vw, 2.9rem);
        line-height: 1.02;
    }
    .wh-why-kicker { font-size: 12px; line-height: 1.6; }
    .wh-why-list { gap: 24px; }
    .wh-why-list-item { gap: 14px; }
    .wh-why-list-item h3 { font-size: 16px; }
    .wh-why-list-item p { font-size: 15px; }

    .wh-approach-copy-block + .wh-approach-copy-block { margin-top: 28px; }

    .wh-installation-shell,
    .wh-installation-media { min-height: auto; }
    .wh-installation-media img { height: 360px; }
    .wh-install-panel {
        margin-top: -32px;
        padding: 28px 20px;
        border-radius: 28px;
        gap: 28px;
    }
    .wh-install-block h3,
    .wh-install-panel h3 { margin-bottom: 16px; }
    .wh-install-panel .wh-dot-list li { margin-bottom: 16px; }

    .wh-testimonials-section .testimonial-card {
        padding: 24px;
        border-radius: 24px;
    }

    .wh-cta-actions .btn,
    .wh-cta-actions .btn-cta-green,
    .wh-cta-actions .btn-phone-light {
        width: 100%;
        min-width: 0;
        max-width: 100%;
        text-align: center;
    }
}
