/* When to Replace or Upgrade Your Home Filtration System */
/* Generated from TODO/template.html */
/* Image folder: /hubfs/web_assets/images/when-to-replace-or-upgrade-your-home-filtration-system/ */

.wtr-page {
    background: var(--ls-color-white);
    color: var(--ls-color-text);
    font-family: "Montserrat", sans-serif;
}

.wtr-page .container {
    max-width: 1240px;
}

.wtr-page .main-navbar {
    position: fixed;
    inset: 0 0 auto;
    z-index: 1000;
    padding: 14px 0;
}

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

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

.wtr-page img {
    display: block;
    max-width: 100%;
}

.wtr-page .btn {
    font-family: "Montserrat", sans-serif;
}

.wtr-page main {
    overflow: hidden;
}

.wtr-hero {
    padding: 44px 0 70px;
    background: var(--ls-color-white);
}

.wtr-hero-row {
    --bs-gutter-x: 0;
    --bs-gutter-y: 32px;
    flex-wrap: nowrap;
    justify-content: space-between;
}

.wtr-hero-row > .col-lg-6:first-child {
    flex: 0 0 659px;
    max-width: 659px;
}

.wtr-hero-row > .col-lg-6:last-child {
    flex: 0 0 574px;
    max-width: 574px;
}

.wtr-hero-copy {
    display: flex;
    flex-direction: column;
    gap: 24px;
    max-width: 650px;
    padding-top: 8px;
}

.wtr-hero h1,
.wtr-heading h2,
.wtr-left-title {
    margin: 0;
    color: #182f22;
    font-family: "Montserrat", sans-serif;
    font-weight: 700;
    letter-spacing: 0;
}

.wtr-hero h1 {
    max-width: 604px;
    font-size: 50px;
    line-height: 1.15;
    letter-spacing: -1px;
}

.wtr-hero-lead {
    max-width: 527px;
    margin: 0;
    color: var(--ls-color-text);
    font-size: 20px;
    font-weight: 700;
    line-height: 1.55;
}

.wtr-hero-copy .text-style-body {
    max-width: 630px;
    margin: 0;
}

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

.wtr-actions {
    flex-wrap: nowrap;
}

.wtr-hero-media {
    min-height: 468px;
}

.wtr-hero-media-card {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    min-height: 468px;
    padding-left: 10px;
}

.wtr-hero-media-card img {
    width: 574px;
    max-width: 574px;
    height: auto;
    object-fit: contain;
}

.wtr-stat-grid {
    display: grid;
    grid-template-columns: repeat(5, minmax(0, 1fr));
    gap: 24px 28px;
    align-items: start;
    margin-top: 68px;
    padding-top: 24px;
    text-align: center;
}

.wtr-stat-grid article {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 12px;
}

.wtr-stat-grid img {
    width: 44px;
    height: 44px;
    object-fit: contain;
}

.wtr-stat-grid span {
    display: grid;
    min-height: 50px;
    align-items: center;
    color: #67af5c;
    font-size: 43px;
    font-weight: 600;
    line-height: 1.15;
}

.wtr-stat-grid strong {
    color: var(--ls-color-black);
    font-size: 20px;
    font-weight: 500;
    line-height: 1.15;
}

.wtr-section {
    padding: 60px 0;
}

.wtr-intro-section {
    padding-top: 0;
}

.wtr-split-card,
.wtr-cta-card {
    display: grid;
    grid-template-columns: minmax(0, 669px) minmax(360px, 1fr);
    gap: 52px;
    align-items: center;
    padding: 12px;
    border: 2px solid rgba(0, 0, 0, 0.05);
    border-radius: 64px;
    background: linear-gradient(224deg, #407e43 23.76%, #182f22 81.13%);
    color: var(--ls-color-white);
}

.wtr-split-media,
.wtr-cta-media,
.wtr-photo-card {
    overflow: hidden;
    border-radius: 52px;
    background: #b1b1b1;
}

.wtr-split-media {
    height: 646px;
}

.wtr-split-media img,
.wtr-cta-media img,
.wtr-photo-card img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.wtr-split-media img {
    object-position: center;
}

.wtr-split-copy {
    display: grid;
    gap: 14px;
    max-width: 437px;
}

.wtr-split-copy h2 {
    margin: 0;
    color: var(--ls-color-white);
    font-size: 32px;
    font-weight: 700;
    line-height: 1.3;
}

.wtr-split-copy p,
.wtr-cta-copy p {
    margin: 0;
    color: var(--ls-color-white);
    font-size: 16px;
    line-height: 1.55;
}

.wtr-heading {
    max-width: 894px;
    margin: 0 auto 24px;
    text-align: center;
}

.wtr-heading h2,
.wtr-left-title {
    font-size: 40px;
    line-height: 1.2;
}

.wtr-heading p {
    max-width: 764px;
    margin: 12px auto 0;
    color: var(--ls-color-text);
    font-size: 16px;
    line-height: 1.55;
}

.wtr-kicker {
    color: #6cb55f;
    font-size: 20px !important;
    font-weight: 700;
    line-height: 1.45 !important;
}

.wtr-info-card,
.wtr-feature-card {
    display: flex;
    height: 100%;
    flex-direction: column;
    align-items: flex-start;
    gap: 16px;
    padding: 48px;
    border: 2px solid rgba(0, 0, 0, 0.14);
    border-radius: 32px;
    background: #eef2f0;
    box-shadow: none;
}

.wtr-info-card img {
    width: 42px;
    height: 42px;
    object-fit: contain;
    filter: brightness(0) saturate(100%) invert(18%) sepia(81%) saturate(3558%) hue-rotate(353deg) brightness(91%) contrast(98%);
}

.wtr-time-section .wtr-info-card img {
    filter: brightness(0) saturate(100%) invert(58%) sepia(40%) saturate(646%) hue-rotate(66deg) brightness(94%) contrast(87%);
}

.wtr-info-card h3,
.wtr-feature-card h3,
.wtr-check-grid h3,
.wtr-list-stack h3 {
    margin: 0;
    color: var(--ls-color-text);
    font-size: 16px;
    font-weight: 700;
    line-height: 1.55;
    letter-spacing: -0.3px;
}

.wtr-info-card p,
.wtr-feature-card p,
.wtr-check-grid li,
.wtr-list-stack li {
    color: var(--ls-color-text);
    font-size: 16px;
    line-height: 1.55;
}

.wtr-info-card p,
.wtr-feature-card p {
    margin: 0;
}

.wtr-table-wrap {
    overflow-x: auto;
    max-width: 1240px;
    margin: 24px auto 0;
    padding: 12px;
    border-radius: 32px;
    background: #eef2f0;
    border: 2px solid rgba(0, 0, 0, 0.05);
}

.wtr-table {
    width: 100%;
    min-width: 1000px;
    border-collapse: separate;
    border-spacing: 0;
    overflow: hidden;
    border-radius: 24px;
    background: #fafafa;
    table-layout: fixed;
}

.wtr-table th,
.wtr-table td {
    padding: 16px 24px;
    border-bottom: 1px solid #fafafa;
    font-family: "Montserrat", sans-serif;
    font-size: 14px;
    line-height: 1.4286;
    vertical-align: middle;
    text-align: left;
}

.wtr-table th {
    height: 60px;
    background: #d71920;
    color: var(--ls-color-white);
    font-weight: 800;
    line-height: 18px;
}

.wtr-table th:first-child {
    width: 160px;
    background: #27513c;
}

.wtr-table td {
    color: #2f3532;
    background: #fafafa;
}

.wtr-table td:first-child {
    width: 160px;
}

.wtr-table td strong {
    color: #101828;
    font-size: 14px;
    font-weight: 700;
    line-height: 20px;
}

.wtr-table tbody tr:nth-child(even) td {
    background: #eef2f0;
}

.wtr-table tbody tr:last-child td {
    border-bottom: 0;
}

.wtr-budget-table th:nth-child(2) {
    width: 335px;
}

.wtr-budget-table th:nth-child(3) {
    width: 331px;
    background: #6cb55f;
}

.wtr-budget-table td:nth-child(2) strong {
    color: #d71920;
}

.wtr-budget-table td:nth-child(3) strong {
    color: #6cb55f;
}

.wtr-note {
    max-width: 764px;
    margin: 24px auto 0;
    text-align: center;
    color: #2f3532;
    font-size: 16px;
    line-height: 1.55;
}

.wtr-note strong {
    color: #d71920;
}

.wtr-check-grid,
.wtr-list-stack {
    display: grid;
    gap: 32px;
}

.wtr-check-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
}

.wtr-check-grid article,
.wtr-list-stack article {
    display: grid;
    gap: 12px;
}

.wtr-check-grid ul,
.wtr-list-stack ul {
    display: grid;
    gap: 12px;
    margin: 0;
    padding: 0;
    list-style: none;
}

.wtr-check-grid li,
.wtr-list-stack li {
    position: relative;
    padding-left: 22px;
}

.wtr-check-grid li::before,
.wtr-list-stack li::before {
    content: "";
    position: absolute;
    left: 0;
    top: 8px;
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background: #d71920;
}

.wtr-list-stack li::before {
    background: #6cb55f;
}

.wtr-replace-upgrade {
    display: grid;
    grid-template-columns: 613px 548px;
    gap: 42px;
    align-items: center;
}

.wtr-replace-upgrade-media {
    overflow: hidden;
    border-radius: 42px;
    height: 725px;
    background: #b1b1b1;
}

.wtr-replace-upgrade-media img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.wtr-replace-upgrade-copy {
    display: grid;
    gap: 24px;
}

.wtr-replace-upgrade-copy .wtr-left-title {
    max-width: 420px;
    margin: 0;
}

.wtr-list-stack {
    gap: 48px;
}

.wtr-list-stack article {
    gap: 12px;
}

.wtr-list-stack h3 {
    font-size: 16px;
    line-height: 1.55;
    letter-spacing: -0.3px;
}

.wtr-list-stack h3.wtr-list-stack-title-negative {
    color: #d71920;
}

.wtr-list-stack h3.wtr-list-stack-title-positive {
    color: #6cb55f;
}

.wtr-list-stack-negative li::before {
    background: #d71920;
}

.wtr-list-stack-positive li::before {
    background: #6cb55f;
}

.wtr-maintenance-compare {
    display: grid;
    grid-template-columns: minmax(0, 481px) 1px minmax(0, 491px);
    justify-content: center;
    gap: 62px;
    margin-top: 36px;
}

.wtr-maintenance-divider {
    width: 1px;
    min-height: 502px;
    background: rgba(10, 16, 19, 0.18);
}

.wtr-maintenance-column {
    display: grid;
    gap: 36px;
}

.wtr-maintenance-card {
    display: grid;
    gap: 24px;
}

.wtr-maintenance-icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 40px;
    height: 40px;
    border: 4px solid currentColor;
    border-radius: 50%;
    font-size: 28px;
    font-weight: 700;
    line-height: 1;
}

.wtr-maintenance-icon-negative {
    color: #d71920;
}

.wtr-maintenance-icon-positive {
    color: #6cb55f;
}

.wtr-maintenance-card h3 {
    margin: 0;
    color: #2f3532;
    font-size: 22px;
    font-weight: 700;
    line-height: 1.4;
}

.wtr-maintenance-column-positive .wtr-maintenance-card h3,
.wtr-maintenance-column-positive .wtr-maintenance-card p {
    color: #0a1013;
}

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

.wtr-maintenance-list li {
    position: relative;
    padding-left: 24px;
    color: #2f3532;
    font-size: 16px;
    line-height: 1.55;
}

.wtr-maintenance-list li::before {
    content: "";
    position: absolute;
    left: 0;
    top: 10px;
    width: 9px;
    height: 9px;
    border-radius: 50%;
}

.wtr-maintenance-list-negative li::before {
    background: #d71920;
}

.wtr-maintenance-list-positive li::before {
    background: #6cb55f;
}

.wtr-maintenance-card p {
    margin: 0;
    color: #2f3532;
    font-size: 16px;
    line-height: 1.55;
}

.wtr-photo-card {
    height: 520px;
    border-radius: 32px;
}

.wtr-photo-card img {
    object-position: center;
}

.wtr-left-title {
    max-width: 520px;
    margin-bottom: 24px;
}

.wtr-feature-card {
    align-items: center;
    padding: 12px 12px 36px;
}

.wtr-feature-icon {
    display: grid;
    width: 100%;
    height: 247px;
    place-items: center;
    border-radius: 24px;
    background: var(--ls-color-white);
}

.wtr-feature-icon img {
    object-fit: cover;
    height: 100%;
    border-radius: 24px;
}

.wtr-feature-card h3,
.wtr-feature-card p {
    width: 100%;
    padding: 0 12px;
}

.wtr-feature-card h3 {
    color: #182f22;
    font-size: 20px;
    line-height: 1.25;
}

.wtr-cta-section {
    padding-bottom: 120px;
}

.wtr-cta-card {
    grid-template-columns: minmax(320px, 430px) minmax(0, 673px);
    justify-content: space-between;
    min-height: 608px;
    background: linear-gradient(46.8deg, #9d2103 12.29%, #ca2c06 104.57%);
}

.wtr-cta-copy {
    display: grid;
    gap: 32px;
    padding-left: 48px;
}

.wtr-cta-copy h2 {
    max-width: 422px;
    margin: 0;
    color: var(--ls-color-white);
    font-size: 40px;
    font-weight: 700;
    line-height: 1.2;
}

.wtr-cta-copy p {
    max-width: 390px;
}

.wtr-cta-actions {
    flex-direction: column;
    align-items: flex-start;
    gap: 12px;
}

.wtr-phone-btn {
    min-height: 48px;
    min-width: 296px;
    justify-content: center;
    border: 3px solid var(--ls-color-white);
    border-radius: 444px;
    color: var(--ls-color-white);
    font-size: 16px;
    font-weight: 700;
}

.wtr-phone-btn:hover,
.wtr-phone-btn:focus {
    border-color: var(--ls-color-white);
    background: rgba(255, 255, 255, 0.1);
    color: var(--ls-color-white);
}

.wtr-cta-media {
    height: 584px;
}

.wtr-cta-media img {
    object-position: center;
}

@media (max-width: 1199.98px) {
    .wtr-split-card,
    .wtr-cta-card {
        grid-template-columns: 1fr;
        gap: 28px;
    }

    .wtr-split-copy,
    .wtr-cta-copy {
        max-width: none;
        padding: 24px;
    }

    .wtr-stat-grid {
        grid-template-columns: repeat(3, minmax(0, 1fr));
    }
}

@media (max-width: 991.98px) {
    .wtr-replace-upgrade {
        grid-template-columns: 1fr;
        gap: 28px;
    }

    .wtr-replace-upgrade-media {
        height: 520px;
    }

    .wtr-maintenance-compare {
        grid-template-columns: 1fr;
        gap: 32px;
    }

    .wtr-maintenance-divider {
        display: none;
    }

    .wtr-hero-row {
        flex-wrap: wrap;
    }

    .wtr-hero-row > .col-lg-6:first-child,
    .wtr-hero-row > .col-lg-6:last-child {
        flex: 0 0 auto;
        max-width: 100%;
    }

    .wtr-hero {
        padding: 32px 0 56px;
    }

    .wtr-hero-media,
    .wtr-hero-media-card {
        min-height: auto;
        padding-left: 0;
        justify-content: center;
    }

    .wtr-check-grid {
        grid-template-columns: 1fr;
    }

    .wtr-photo-card {
        height: 420px;
    }
}

@media (max-width: 767.98px) {
    .wtr-page,
    .wtr-page main,
    .wtr-section,
    .wtr-hero {
        max-width: 100%;
        overflow-x: clip;
    }

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

    .wtr-hero {
        padding-top: 24px;
        padding-bottom: 44px;
    }

    .wtr-hero h1 {
        font-size: 40px;
        line-height: 1.15;
        letter-spacing: 0;
    }

    .wtr-heading h2,
    .wtr-left-title,
    .wtr-cta-copy h2 {
        font-size: 32px;
    }

    .wtr-actions,
    .wtr-actions .btn,
    .wtr-cta-actions,
    .wtr-cta-actions .btn {
        width: 100%;
    }

    .wtr-actions {
        flex-wrap: wrap;
    }

    .wtr-actions .btn,
    .wtr-cta-actions .btn {
        white-space: normal;
    }

    .wtr-maintenance-card {
        gap: 18px;
    }

    .wtr-replace-upgrade-copy .wtr-left-title {
        max-width: none;
    }

    .wtr-hero-media {
        min-height: 330px;
    }

    .wtr-hero-media-card {
        min-height: 330px;
    }

    .wtr-hero-media-card img {
        width: 100%;
        max-width: 574px;
    }

    .wtr-stat-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: 28px 16px;
        margin-top: 36px;
    }

    .wtr-stat-grid strong {
        font-size: 16px;
    }

    .wtr-stat-grid span {
        font-size: 36px;
    }

    .wtr-section {
        padding: 44px 0;
    }

    .wtr-split-card,
    .wtr-cta-card {
        padding: 8px;
        border-radius: 32px;
    }

    .wtr-split-media,
    .wtr-cta-media {
        height: 300px;
        border-radius: 24px;
    }

    .wtr-split-copy,
    .wtr-cta-copy {
        padding: 18px;
    }

    .wtr-split-copy h2 {
        font-size: 28px;
    }

    .wtr-info-card {
        padding: 28px 24px;
        border-radius: 24px;
    }

    .wtr-feature-card {
        border-radius: 24px;
    }

    .wtr-feature-icon {
        height: 180px;
    }

    .wtr-table {
        min-width: 720px;
    }

    .wtr-table th,
    .wtr-table td {
        padding: 14px 12px;
        font-size: 13px;
    }

    .wtr-photo-card {
        height: 300px;
        border-radius: 24px;
    }

    .wtr-cta-section {
        padding-bottom: 72px;
    }
}

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


/* === BOTTOM CTA BUTTON EQUAL-WIDTH STANDARDIZATION (match reference: stacked equal width) 2026-06-16 === */
.wtr-cta-actions { flex-direction: column !important; align-items: stretch !important; width: fit-content !important; }
