.wsc-page {
    background: #ffffff;
    color: #2f3532;
    font-family: "Montserrat", sans-serif;
    overflow-x: hidden;
}

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

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

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

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

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

.wsc-page h1,
:where(body.hs-site-page) h1,
.wsc-page h2,
:where(body.hs-site-page) h2,
.wsc-page h3,
:where(body.hs-site-page) h3 {
    margin: 0;
    color: #182f22;
    font-weight: 700;
    letter-spacing: 0;
}

.wsc-page p,
:where(body.hs-site-page) p {
    margin: 0;
    color: #2f3532;
    font-size: 16px;
    line-height: 1.55;
}

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

.wsc-page .btn-cta-gradient {
    background: linear-gradient(90deg, #9d2103 0%, #ca2c06 100%);
    border: 3px solid #df585d;
    color: #ffffff;
}

.wsc-page .btn-cta-gradient:hover,
.wsc-page .btn-cta-gradient:focus {
    background: linear-gradient(90deg, #8f1d03 0%, #b92807 100%);
    border-color: #d84f52;
    color: #ffffff;
}

.wsc-page .btn-cta-outline {
    border: 3px solid #9d2103;
    color: #9d2103;
    background: #ffffff;
}

.wsc-page .btn-cta-outline:hover,
.wsc-page .btn-cta-outline:focus {
    background: rgba(157, 33, 3, 0.06);
    color: #8f1d03;
}

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

.wsc-hero {
    margin-top: 100px;
    padding: 44px 0 80px;
}

.wsc-hero-row {
    --bs-gutter-x: 32px;
}

.wsc-hero-copy {
    display: flex;
    flex-direction: column;
    gap: 24px;
    max-width: 680px;
}

.wsc-hero-copy h1 {
    max-width: 627px;
    font-size: 52px;
    line-height: 1.15;
    letter-spacing: -1px;
}

.wsc-hero-lead {
    font-size: 20px;
    font-weight: 700;
}

.wsc-hero-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 16px;
}

.wsc-hero-actions .btn {
    min-height: 52px;
    padding: 12px 24px;
    font-size: 16px;
    font-weight: 700;
    line-height: 1.45;
}

.wsc-hero-visual {
    display: flex;
    justify-content: flex-end;
}

.wsc-hero-system {
    width: 574px;
    max-width: 100%;
    height: auto;
    object-fit: contain;
}

.wsc-proof-strip {
    display: flex;
    justify-content: center;
    align-items: flex-start;
    gap: 72px;
    margin-top: 76px;
    text-align: center;
}

.wsc-proof-strip article {
    display: flex;
    flex: 0 0 150px;
    flex-direction: column;
    align-items: center;
    gap: 10px;
}

.wsc-proof-strip img,
.wsc-proof-icon {
    width: 41px;
    height: 41px;
    object-fit: contain;
}

.wsc-proof-icon {
    display: grid;
    place-items: center;
    color: #67af5c;
    font-size: 13px;
    font-weight: 700;
    line-height: 1;
}

.wsc-proof-strip strong {
    color: #0a1013;
    font-size: 20px;
    font-weight: 500;
    line-height: 1.15;
}

.wsc-proof-strip small {
    color: #0a1013;
    font-size: 14px;
    line-height: 1.55;
}

.wsc-section-copy {
    display: flex;
    flex-direction: column;
    gap: 24px;
}

.wsc-section-copy h2,
.wsc-section-heading h2,
.wsc-faq-intro h2 {
    font-size: 40px;
    line-height: 1.2;
}

.wsc-section-copy h3,
.wsc-answer-section h3 {
    color: #2f3532;
    font-size: 16px;
    line-height: 1.55;
}

.wsc-bullet-list,
.wsc-check-list {
    display: flex;
    flex-direction: column;
    gap: 16px;
    margin: 0;
    padding: 0;
    list-style: none;
}

.wsc-bullet-list li {
    position: relative;
    padding-left: 22px;
    color: #2f3532;
    font-size: 16px;
    line-height: 1.55;
}

.wsc-bullet-list li::before {
    content: "";
    position: absolute;
    left: 0;
    top: 8px;
    width: 10px;
    height: 21px;
    background: url('/hubfs/web_assets/images/how-much-does-a-water-softener-cost/checkmark.svg') no-repeat center / contain;
}

.wsc-family-section .wsc-section-copy h3 {
    color: #6cb55f !important;
}

.wsc-family-section .wsc-bullet-list li {
    display: flex;
    align-items: flex-start;
    gap: 12px;
    padding-left: 0;
}

.wsc-family-section .wsc-bullet-list li::before {
    position: static;
    flex: 0 0 10px;
    width: 10px;
    height: 10px;
    margin-top: 7px;
    border-radius: 50%;
    background: #6cb55f;
}

.wsc-cost-section .wsc-bullet-list {
    padding-left: 0 !important;
    color: #2f3532 !important;
}

.wsc-cost-section .wsc-bullet-list li {
    display: block;
    padding-left: 22px !important;
    margin-bottom: 0 !important;
    color: #2f3532 !important;
    line-height: 1.55 !important;
}

.wsc-cost-section .wsc-bullet-list li::before {
    position: absolute;
    top: 7px;
    left: 0;
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background: #ac442b;
}

.wsc-cost-total {
    display: flex;
    flex-direction: column;
    gap: 4px;
}

.wsc-cost-total span {
    color: #a12203;
    font-size: 16px;
    font-weight: 700;
    line-height: 1.55;
}

.wsc-cost-total strong {
    color: #2f3532;
    font-size: 16px;
    line-height: 1.55;
}

.wsc-cost-total b {
    color: #9d2103;
}

.wsc-image-frame {
    overflow: hidden;
    height: 563px;
    border-radius: 42px;
    background: #b1b1b1;
}

.wsc-image-frame img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.wsc-table-section {
    padding-top: 80px;
}

.wsc-section-heading {
    max-width: 860px;
    margin: 0 auto 24px;
}

.wsc-section-heading p {
    margin-top: 24px;
}

.wsc-table-shell {
    max-width: 705px;
    margin: 0 auto;
    padding: 12px;
    overflow-x: auto;
    border-radius: 16px;
    background: #f2f5f3;
}

.wsc-table {
    width: 100%;
    min-width: 640px;
    border-collapse: collapse;
    overflow: hidden;
    border-radius: 12px;
    background: #ffffff;
    font-size: 13px;
}

.wsc-table th,
.wsc-table td {
    padding: 16px 18px;
    border-bottom: 1px solid #d7dedb;
    color: #2f3532;
    line-height: 1.45;
    vertical-align: middle;
}

.wsc-table thead th {
    color: #ffffff;
    font-weight: 700;
}

.wsc-table thead th:first-child {
    background: #0a1013;
}

.wsc-table thead th:nth-child(2) {
    background: #d71920;
}

.wsc-table thead th:nth-child(3) {
    background: #407e43;
}

.wsc-table tbody th {
    width: 38%;
    font-weight: 700;
}

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

.wsc-answer-section .wsc-section-heading {
    max-width: 814px;
    margin-left: 0;
}

.wsc-answer-section h3 {
    margin-bottom: 28px;
    font-size: 20px;
    font-weight: 700;
}

.wsc-check-list li {
    position: relative;
    min-height: 28px;
    padding-left: 36px;
    color: #2f3532;
    font-size: 16px;
    line-height: 1.55;
}

.wsc-check-list li::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 24px;
    height: 24px;
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
}

.wsc-check-list-good li::before {
    background-image: url('/hubfs/web_assets/images/how-much-does-a-water-softener-cost/circle-check.svg');
}

.wsc-check-list-bad li::before {
    background-image: url('/hubfs/web_assets/images/how-much-does-a-water-softener-cost/circle-xmark.svg');
}

.wsc-cta-section {
    padding-top: 60px;
}

.wsc-cta-card {
    position: relative;
    display: grid;
    grid-template-columns: 420px minmax(0, 1fr);
    align-items: center;
    min-height: 608px;
    padding: 12px 12px 12px 70px;
    overflow: hidden;
    border: 3px solid #ca2c06;
    border-radius: 32px;
    background: linear-gradient(46.8deg, #9d2103 12.29%, #ca2c06 104.57%);
}

.wsc-cta-copy {
    position: relative;
    z-index: 2;
    display: flex;
    flex-direction: column;
    gap: 32px;
}

.wsc-cta-copy h2 {
    color: #ffffff;
    font-size: 40px;
    line-height: 1.2;
}

.wsc-cta-copy p {
    color: #ffffff;
}

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

.wsc-cta-actions .btn,
.wsc-cta-phone {
    min-width: 335px;
    min-height: 48px;
    padding: 11px 22px;
    border-radius: 409px;
    font-size: 16px;
    font-weight: 700;
    line-height: 1.45;
    text-align: center;
}

.wsc-cta-phone {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border: 2.769px solid #ffffff;
    color: #ffffff;
    text-decoration: none;
}

.wsc-cta-phone:hover,
.wsc-cta-phone:focus {
    background: rgba(255, 255, 255, 0.08);
    color: #ffffff;
}

.wsc-cta-media {
    overflow: hidden;
    height: 584px;
    border-radius: 28px;
}

.wsc-cta-media img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.wsc-faq-section {
    padding-bottom: 96px;
}

.wsc-faq-intro {
    display: flex;
    flex-direction: column;
    gap: 24px;
}

.wsc-faq-accordion {
    display: flex;
    flex-direction: column;
    gap: 16px;
}

.wsc-faq-accordion .accordion-item {
    overflow: hidden;
    border: 2px solid rgba(0, 0, 0, 0.14);
    border-radius: 32px;
    background: #eef2f0;
}

.wsc-faq-accordion .accordion-button {
    min-height: 72px;
    padding: 24px;
    background: #eef2f0;
    color: #182f22;
    box-shadow: none;
    font-size: 18px;
    font-weight: 600;
    line-height: 1.25;
}

.wsc-faq-accordion .accordion-button:not(.collapsed) {
    color: #182f22;
    background: #eef2f0;
}

.wsc-faq-accordion .accordion-body {
    padding: 0 24px 24px;
    color: #2f3532;
    font-size: 16px;
    line-height: 1.45;
}

.wsc-page .site-footer {
    margin-top: 0;
}

@media (max-width: 1199.98px) {
    .wsc-proof-strip {
        flex-wrap: wrap;
        gap: 32px 24px;
    }

    .wsc-proof-strip article {
        flex-basis: 180px;
    }

    .wsc-cta-card {
        grid-template-columns: 1fr;
        gap: 32px;
        padding: 36px;
    }

    .wsc-cta-media {
        height: 380px;
    }
}

@media (max-width: 991.98px) {
    .wsc-section {
        padding: 52px 0;
    }

    .wsc-hero-system {
        width: 100%;
        max-width: 574px;
        margin: 0 auto;
    }

    .wsc-image-frame {
        height: 420px;
    }

    .wsc-section-copy h2,
    .wsc-section-heading h2,
    .wsc-faq-intro h2 {
        font-size: 34px;
    }
}

@media (max-width: 767.98px) {
    .wsc-page .site-header {
        min-height: 88px;
    }

    .wsc-page .main-navbar {
        padding: 12px 0;
    }

    .wsc-hero {
        padding-bottom: 52px;
    }

    .wsc-hero-copy h1 {
        font-size: 38px;
        line-height: 1.18;
    }

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

    .wsc-hero-actions,
    .wsc-cta-actions {
        align-items: stretch;
        flex-direction: column;
    }

    .wsc-hero-actions .btn,
    .wsc-cta-actions .btn,
    .wsc-cta-phone {
        min-width: 0;
        width: 100%;
    }

    .wsc-proof-strip {
        justify-content: space-between;
        gap: 24px 12px;
    }

    .wsc-proof-strip article {
        flex-basis: calc(50% - 8px);
    }

    .wsc-image-frame {
        height: 300px;
        border-radius: 28px;
    }

    .wsc-section-copy h2,
    .wsc-section-heading h2,
    .wsc-faq-intro h2,
    .wsc-cta-copy h2 {
        font-size: 30px;
    }

    .wsc-cta-card {
        padding: 24px;
        border-radius: 28px;
    }

    .wsc-cta-media {
        height: 260px;
        border-radius: 20px;
    }

    .wsc-faq-accordion .accordion-item {
        border-radius: 24px;
    }

    .wsc-faq-accordion .accordion-button {
        font-size: 16px;
    }
}

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