.tbwhf-page {
    background: var(--ls-color-white);
}

.tbwhf-page .main-navbar {
    position: fixed;
    inset: 0 0 auto;
    z-index: 1000;
    padding: 0.85rem 0;
}

.tbwhf-page .global-header {
    background: #2d7b4a;
    box-shadow: 0 14px 36px rgba(8, 30, 18, 0.16);
}

.tbwhf-page .site-header {
    min-height: 96px;
}

.tbwhf-page .container {
    max-width: 1280px;
}

.tbwhf-page .text-style-body,
.tbwhf-page .wh-subtitle {
    color: var(--ls-color-text);
}

.tbwhf-hero {
    padding: 38px 0 80px;
    background: var(--ls-color-white);
}

.tbwhf-hero-layout,
.tbwhf-feature-band,
.tbwhf-hard-water-card {
    display: grid;
    gap: 52px;
}

.tbwhf-hero-layout {
    grid-template-columns: minmax(0, 627px) minmax(420px, 534px);
    align-items: center;
    min-height: 611px;
}

.tbwhf-hero-copy {
    display: flex;
    flex-direction: column;
    gap: 24px;
    align-self: center;
}

.tbwhf-hero-title,
.tbwhf-feature-band-copy h2,
.tbwhf-cta-title {
    margin: 0;
    color: #182f22;
}

.tbwhf-hero-title {
    max-width: 644px;
}

.tbwhf-hero-lead {
    margin: 0;
    color: var(--ls-color-text);
    font-family: "Montserrat", sans-serif;
    font-size: 20px;
    font-weight: 700;
    line-height: 1.55;
}

.tbwhf-hero-text {
    max-width: 589px;
    margin: 0;
}

.tbwhf-hero-actions,
.tbwhf-cta-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 16px;
}

.tbwhf-hero-actions .btn,
.tbwhf-testimonials-action .btn {
    font-size: 16px;
}

.tbwhf-hero-media,
.tbwhf-feature-band-media,
.tbwhf-image-card-media {
    overflow: hidden;
}

.tbwhf-hero-media {
    border-radius: 42px;
    min-height: 427px;
}

.tbwhf-hero-media img,
.tbwhf-feature-band-media img,
.tbwhf-image-card-media img,
.tbwhf-hard-water-visual img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.tbwhf-stat-grid {
    margin-top: 58px;
    --bs-gutter-x: 24px;
    --bs-gutter-y: 28px;
}

.tbwhf-stat-grid > .col {
    display: flex;
}

.tbwhf-stat-card {
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 14px;
    text-align: center;
}

.tbwhf-stat-icon {
    width: 40px;
    height: 40px;
    object-fit: contain;
}

.tbwhf-stat-card strong {
    display: block;
    margin: 0;
    color: var(--ls-color-black);
    font-family: "Montserrat", sans-serif;
    font-size: 20px;
    font-weight: 500;
    line-height: 1.15;
}

.tbwhf-stat-card span {
    display: block;
    color: var(--ls-color-text);
    font-family: "Montserrat", sans-serif;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.55;
}

.tbwhf-section {
    background: var(--ls-color-white);
}

.tbwhf-section-heading {
    max-width: 955px;
    margin: 0 auto 42px;
}

.tbwhf-section-heading h2 {
    margin: 0 0 8px;
    color: #182f22;
}

.tbwhf-section-heading-narrow {
    max-width: 764px;
}

.tbwhf-feature-band {
    grid-template-columns: minmax(0, 747px) minmax(360px, 397px);
    align-items: center;
    padding: 12px;
    border: 2px solid rgba(0, 0, 0, 0.05);
    border-radius: 64px;
    background: linear-gradient(220deg, #407e43 23.76%, #182f22 81.13%);
}

.tbwhf-feature-band-green {
    min-height: 608px;
}

.tbwhf-feature-band-media {
    min-height: 584px;
    border-radius: 52px;
    background: rgba(255, 255, 255, 0.12);
}

.tbwhf-feature-band-copy {
    display: flex;
    flex-direction: column;
    gap: 14px;
    justify-content: center;
    padding-right: 16px;
}

.tbwhf-feature-band-copy-light h2,
.tbwhf-feature-band-copy-light .text-style-body,
.tbwhf-feature-band-copy-cta .text-style-body {
    color: var(--ls-color-white);
}

.tbwhf-feature-band-copy .text-style-body {
    margin: 0;
}

.tbwhf-card,
.tbwhf-image-card,
.tbwhf-testimonial-card,
.tbwhf-beneficiary-card {
    border: 2px solid rgba(0, 0, 0, 0.14);
    border-radius: 32px;
    background: #eef2f0;
    box-shadow: none;
}

.tbwhf-card {
    display: flex;
    flex-direction: column;
    gap: 16px;
    padding: 36px;
}

.tbwhf-card h3,
.tbwhf-image-card-title,
.tbwhf-feature-list-item h3,
.tbwhf-beneficiary-card h3 {
    margin: 0;
    color: var(--ls-color-text);
    font-family: "Montserrat", sans-serif;
    font-size: 22px;
    font-weight: 700;
    line-height: 1.4;
}

.tbwhf-card .text-style-body,
.tbwhf-feature-list-item .text-style-body,
.tbwhf-image-card-copy .text-style-body,
.tbwhf-beneficiary-card p,
.tbwhf-testimonial-quote {
    margin: 0;
}

.tbwhf-card-icon,
.tbwhf-feature-list-icon,
.tbwhf-beneficiary-icon {
    width: 36px;
    height: 36px;
    object-fit: contain;
}

.tbwhf-health-grid {
    --bs-gutter-x: 24px;
    --bs-gutter-y: 24px;
    width: 955px;
    max-width: 100%;
    margin: 0 auto;
    display: flex;
}

.tbwhf-health-card-quote,
.tbwhf-home-card-wide {
    min-height: 274px;
}

.tbwhf-health-grid > [class*="col-"] {
    display: flex;
}

.tbwhf-health-grid .tbwhf-health-card {
    width: 100%;
}

.tbwhf-health-grid > [class*="col-"]:nth-child(1) .tbwhf-card,
.tbwhf-health-grid > [class*="col-"]:nth-child(2) .tbwhf-card {
    min-height: 274px;
}

.tbwhf-health-grid > [class*="col-"]:nth-child(3) .tbwhf-card,
.tbwhf-health-grid > [class*="col-"]:nth-child(4) .tbwhf-card {
    min-height: 339px;
}

.tbwhf-bullet-list {
    display: grid;
    gap: 16px;
    margin: 0;
    padding: 0;
    list-style: none;
}

.tbwhf-bullet-list li {
    position: relative;
    padding-left: 22px;
    color: var(--ls-color-text);
    font-family: "Montserrat", sans-serif;
    font-size: 16px;
    font-weight: 400;
    line-height: 1.55;
}

.tbwhf-bullet-list li::before {
    content: "";
    position: absolute;
    top: 7px;
    left: 0;
    width: 10px;
    height: 10px;
    border-radius: 999px;
    background: var(--ls-color-light-green);
}

.tbwhf-image-card {
    height: 100%;
    padding: 12px;
}

.tbwhf-image-card-media {
    height: 307px;
    border-radius: 24px;
}

.tbwhf-image-card-copy {
    display: flex;
    flex-direction: column;
    gap: 24px;
    padding: 32px 12px 12px;
}

.tbwhf-image-card-title {
    font-size: 20px;
    line-height: 1.25;
}

.tbwhf-home-grid {
    --bs-gutter-x: 24px;
    --bs-gutter-y: 24px;
    width: 1240px;
    max-width: 100%;
    margin: 0 auto;
    row-gap: var(--bs-gutter-y);
}

.tbwhf-home-card {
    min-height: 281px;
    padding: 48px;
}

.tbwhf-home-grid > [class*="col-"] {
    display: flex;
}

.tbwhf-home-grid .tbwhf-home-card {
    width: 100%;
}

.tbwhf-home-grid > [class*="col-"]:nth-child(1) .tbwhf-card,
.tbwhf-home-grid > [class*="col-"]:nth-child(2) .tbwhf-card {
    min-height: 367px;
}

.tbwhf-hard-water-wrap {
    padding-top: 0;
}

.tbwhf-hard-water-card {
    position: relative;
    grid-template-columns: 1fr;
    align-items: stretch;
    width: 1240px;
    max-width: 100%;
    min-height: 513px;
    overflow: hidden;
    border-radius: 48px;
    background: #ca2c06 url("/hubfs/web_assets/images/the-benefits-of-whole-house-water-filtration/S6 PRODUCT BG CTA DESKTOP.jpg") left center / cover no-repeat;
}

.tbwhf-hard-water-visual {
    display: none;
}

.tbwhf-hard-water-visual img {
    object-fit: cover;
    object-position: left center;
}

.tbwhf-hard-water-copy {
    position: relative;
    z-index: 1;
    display: flex;
    flex-direction: column;
    gap: 24px;
    width: 596px;
    max-width: 100%;
    margin-left: auto;
    padding: 59px 64px 59px 0;
    justify-content: center;
}

.tbwhf-hard-water-copy h2,
.tbwhf-hard-water-copy .text-style-body {
    margin: 0;
    color: var(--ls-color-white);
}

.tbwhf-hard-water-copy h2 {
    max-width: 568px;
}

.tbwhf-hard-water-copy .btn {
    width: fit-content;
    min-width: 332px;
}

.tbwhf-econ-grid {
    --bs-gutter-x: 24px;
    --bs-gutter-y: 24px;
}

.tbwhf-econ-grid-top {
    margin-bottom: 24px;
}

.tbwhf-econ-grid > [class*="col-"] {
    display: flex;
}

.tbwhf-econ-card {
    width: 100%;
    min-height: 306px;
    padding: 48px;
}

.tbwhf-econ-card-wide {
    min-height: 298px;
}

.tbwhf-footnote {
    margin: 24px 0 0;
    color: var(--ls-color-text);
    font-family: "Montserrat", sans-serif;
    font-size: 16px;
    font-weight: 400;
    line-height: 1.55;
    text-align: center;
}

.tbwhf-feature-band-lifestyle {
    grid-template-columns: minmax(0, 586px) minmax(0, 541px);
    border: 0;
    min-height: 674px;
}

.tbwhf-feature-band-media-tall {
    min-height: 650px;
}

.tbwhf-feature-list {
    display: flex;
    flex-direction: column;
    gap: 32px;
}

.tbwhf-feature-list-item {
    display: grid;
    grid-template-columns: 36px minmax(0, 1fr);
    gap: 24px;
    align-items: start;
}

.tbwhf-feature-list-item h3 {
    margin-bottom: 8px;
    color: var(--ls-color-white);
}

.tbwhf-feature-list-item .text-style-body {
    color: var(--ls-color-white);
}

.tbwhf-testimonials-wrap {
    max-width: 1152px;
}

.tbwhf-testimonials-subtitle {
    max-width: 536px;
}

.tbwhf-testimonial-card {
    height: 100%;
    padding: 24px 32px 28px;
}

.tbwhf-testimonial-person {
    display: flex;
    align-items: center;
    gap: 12px;
    margin-bottom: 20px;
}

.tbwhf-testimonial-avatar {
    width: 40px;
    height: 40px;
    border-radius: 999px;
    object-fit: cover;
    object-position: center;
    border: 0;
    flex: 0 0 40px;
}

.tbwhf-testimonial-person strong {
    color: var(--ls-color-text);
    font-family: "Montserrat", sans-serif;
    font-size: 14px;
    font-weight: 700;
    line-height: 1.5;
}

.tbwhf-testimonial-quote {
    color: var(--ls-color-text);
    font-family: "Montserrat", sans-serif;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.55;
}

.tbwhf-testimonials-action {
    display: flex;
    justify-content: center;
    margin-top: 40px;
}

.tbwhf-who-benefits-wrap {
    max-width: 996px;
}

.tbwhf-beneficiary-grid {
    --bs-gutter-x: 24px;
    --bs-gutter-y: 24px;
}

.tbwhf-beneficiary-grid > [class*="col-"] {
    display: flex;
}

.tbwhf-beneficiary-card {
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 12px;
    min-height: 233px;
    padding: 24px;
    text-align: center;
}

.tbwhf-beneficiary-card h3 {
    font-size: 16px;
    line-height: 1.45;
    letter-spacing: -0.02em;
}

.tbwhf-beneficiary-card p {
    color: var(--ls-color-text);
    font-family: "Montserrat", sans-serif;
    font-size: 16px;
    font-weight: 400;
    line-height: 1.55;
}

.tbwhf-who-benefits-note {
    max-width: 572px;
    margin: 24px auto 0;
    color: var(--ls-color-text);
    font-family: "Montserrat", sans-serif;
    font-size: 16px;
    font-weight: 400;
    line-height: 1.55;
    text-align: center;
}

.tbwhf-feature-band-cta {
    grid-template-columns: 390px 725px;
    gap: 68px;
    width: 1240px;
    max-width: 100%;
    min-height: 608px;
    padding: 12px;
    border: 0;
    background: linear-gradient(47deg, #9d2103 12.29%, #ca2c06 104.57%);
}

.tbwhf-feature-band-copy-cta {
    gap: 14px;
    padding: 30px 0 30px 30px;
}

.tbwhf-feature-band-copy-cta .tbwhf-cta-title {
    color: var(--ls-color-white);
    font-family: "Montserrat", sans-serif;
    font-size: 40px;
    font-weight: 700;
    line-height: 1.2;
    letter-spacing: -0.01em;
}

.tbwhf-cta-actions {
    flex-direction: column;
    align-items: stretch;
    gap: 12px;
    margin-top: 18px;
    width: fit-content;
}

.tbwhf-cta-actions .btn {
    min-width: 332px;
    justify-content: center;
}

.tbwhf-cta-outline-button {
    border: 3px solid var(--ls-color-white);
    color: var(--ls-color-white);
    font-size: 16px;
}

.tbwhf-cta-outline-button:hover,
.tbwhf-cta-outline-button:focus {
    background: rgba(255, 255, 255, 0.08);
    border-color: var(--ls-color-white);
    color: var(--ls-color-white);
}

.tbwhf-feature-band-media-cta {
    min-height: 584px;
    height: 584px;
    border-radius: 52px;
}

@media (max-width: 1199.98px) {
    .tbwhf-hero-layout,
    .tbwhf-feature-band,
    .tbwhf-feature-band-lifestyle,
    .tbwhf-feature-band-cta,
    .tbwhf-hard-water-card,
    .tbwhf-health-grid,
    .tbwhf-home-grid {
        grid-template-columns: 1fr;
    }

    .tbwhf-page .main-navbar {
        padding: 0.85rem 0;
    }

    .tbwhf-hero {
        padding-top: 24px;
    }

    .tbwhf-feature-band-copy,
    .tbwhf-hard-water-copy,
    .tbwhf-feature-band-copy-cta {
        padding: 0 20px 20px;
    }

    .tbwhf-feature-band-copy-cta {
        padding-top: 12px;
    }

    .tbwhf-health-card-wide,
    .tbwhf-home-card-wide {
        grid-column: auto;
    }

    .tbwhf-health-grid,
    .tbwhf-home-grid {
        width: 100%;
    }

    .tbwhf-health-grid > [class*="col-"] .tbwhf-card,
    .tbwhf-home-grid > [class*="col-"] .tbwhf-card {
        min-height: 0;
    }

    .tbwhf-hard-water-copy .btn,
    .tbwhf-cta-actions .btn {
        min-width: 0;
    }
}

@media (max-width: 991.98px) {
    .tbwhf-hero {
        padding: 24px 0 72px;
    }

    .tbwhf-hero-layout {
        gap: 32px;
    }

    .tbwhf-hero-media,
    .tbwhf-feature-band-media,
    .tbwhf-feature-band-media-tall,
    .tbwhf-feature-band-media-cta {
        min-height: 420px;
    }

    .tbwhf-home-card,
    .tbwhf-econ-card,
    .tbwhf-card,
    .tbwhf-testimonial-card {
        padding: 32px;
    }

    .tbwhf-hard-water-card {
        min-height: 430px;
        padding: 0;
        background-position: left top;
        background-size: cover;
    }

    .tbwhf-stat-grid {
        margin-top: 64px;
    }

    .tbwhf-hard-water-copy {
        width: 248px;
        max-width: calc(100% - 32px);
        margin-left: auto;
        padding: 32px 32px 32px 0;
    }
}

@media (max-width: 767.98px) {
    .tbwhf-page .main-navbar {
        padding: 0.7rem 0;
    }

    .tbwhf-page .container {
        padding-left: 20px;
        padding-right: 20px;
    }

    .tbwhf-hero {
        padding: 16px 0 56px;
    }

    .tbwhf-hero-title,
    .tbwhf-cta-title {
        letter-spacing: -0.01em;
    }

    .tbwhf-hero-lead {
        font-size: 18px;
    }

    .tbwhf-hero-actions,
    .tbwhf-cta-actions {
        flex-direction: column;
        align-items: stretch;
    width: fit-content;
}

    .tbwhf-hero-actions .btn,
    .tbwhf-cta-actions .btn,
    .tbwhf-hard-water-copy .btn {
        width: 100%;
    }

    .tbwhf-hero-media,
    .tbwhf-feature-band,
    .tbwhf-feature-band-media,
    .tbwhf-hard-water-card,
    .tbwhf-image-card,
    .tbwhf-card,
    .tbwhf-testimonial-card,
    .tbwhf-beneficiary-card {
        border-radius: 28px;
    }

    .tbwhf-feature-band,
    .tbwhf-hard-water-card,
    .tbwhf-image-card {
        padding: 10px;
    }

    .tbwhf-feature-band-copy,
    .tbwhf-hard-water-copy,
    .tbwhf-feature-band-copy-cta,
    .tbwhf-image-card-copy {
        padding: 8px 10px 12px;
    }

    .tbwhf-hero-media,
    .tbwhf-feature-band-media,
    .tbwhf-feature-band-media-tall,
    .tbwhf-feature-band-media-cta,
    .tbwhf-hard-water-visual,
    .tbwhf-image-card-media {
        min-height: 260px;
        height: 260px;
        border-radius: 22px;
    }

    .tbwhf-hard-water-card {
        min-height: 650px;
        padding: 0;
        background-image: url("/hubfs/web_assets/images/the-benefits-of-whole-house-water-filtration/S6 PRODUCT BG CTA MOBILE.jpg");
        background-position: bottom;
        background-size: cover;
    }

    .tbwhf-hard-water-copy {
        width: 100%;
        max-width: none;
        margin-left: 0;
        padding: 24px 20px 0;
        justify-content: start;
    }

    .tbwhf-stat-grid {
        --bs-gutter-y: 24px;
        margin-top: 48px;
    }

    .tbwhf-card,
    .tbwhf-home-card,
    .tbwhf-econ-card,
    .tbwhf-testimonial-card,
    .tbwhf-beneficiary-card {
        padding: 24px;
    }

    .tbwhf-card h3,
    .tbwhf-image-card-title,
    .tbwhf-feature-list-item h3 {
        font-size: 20px;
    }

    .tbwhf-feature-list-item {
        grid-template-columns: 28px minmax(0, 1fr);
        gap: 16px;
    }

    .tbwhf-feature-list-icon,
    .tbwhf-card-icon,
    .tbwhf-beneficiary-icon {
        width: 28px;
        height: 28px;
    }

    .tbwhf-cta-title {
        font-size: 40px;
        line-height: 1.2;
    }

    .tbwhf-feature-band-cta {
        grid-template-columns: 1fr;
        gap: 16px;
        width: 100%;
        min-height: 0;
        padding: 10px;
    }

    .tbwhf-feature-band-copy-cta {
        padding: 20px 16px 0;
    }

    .tbwhf-feature-band-media-cta {
        height: 320px;
    }
}


/* === HERO TOP-SPACING STANDARDIZATION (nav→hero gap matched to commercial Figma reference, 2026-06-16) === */
@media (min-width: 992px) { .tbwhf-hero { padding-top: 25px !important; } }

/* QA fixes (Bryan notes 2026-06-24): reduce excess white space above the trust bar */
.tbwhf-hero { padding-bottom: 48px; }
.tbwhf-stat-grid { margin-top: 28px !important; }

/* QA 2026-07-03: "Who Benefits Most" section was instanced twice on the page — hide the second
   instance (page row 12). NOTE: row-number selector; recheck if the page layout is ever re-edited. */
.row-depth-1.row-number-12 { display: none; }
