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

.sfw-page img {
    max-width: 100%;
}

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

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

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

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

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

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

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

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

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

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

.sfw-full-bleed-container {
    max-width: 1440px;
}

.sfw-narrow {
    max-width: 934px;
}

.sfw-heading {
    margin: 0 auto 42px;
}

.sfw-heading h2,
.sfw-problem-copy h2,
.sfw-environment-heading h2,
.sfw-compare-table-title h2,
.sfw-value-block h2,
.sfw-combined-copy h2,
.sfw-cta-copy h2 {
    margin: 0;
    color: #182f22;
}

.sfw-heading p,
.sfw-problem-copy p,
.sfw-environment-heading p,
.sfw-compare-table-title p,
.sfw-value-block p,
.sfw-combined-copy p,
.sfw-cta-copy p {
    margin: 0;
}

.sfw-heading-wide {
    max-width: 894px;
}

.sfw-hero {
    padding: 44px 0 80px;
}

.sfw-hero-shell {
    display: flex;
    flex-direction: column;
    gap: 92px;
}

.sfw-hero-main {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
}

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

.sfw-hero-copy h1 {
    margin: 0;
    color: #182f22;
}

.sfw-hero-lead {
    margin: 0;
    color: #2f3532;
    font-size: 20px;
    font-weight: 700;
    line-height: 1.55;
}

.sfw-hero-body,
.sfw-hero-body p {
    margin: 0;
    color: #2f3532;
    font-size: 16px;
    line-height: 1.55;
}

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

.sfw-hero-actions .btn,
.sfw-cta-actions .btn {
    min-height: 52px;
    padding: 14px 24px;
    font-size: 16px;
    line-height: 1.2;
}

.sfw-hero-visual {
    flex: 0 0 574px;
    width: 574px;
    height: 468px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.sfw-hero-product {
    width: 100%;
    max-width: 574px;
}

.sfw-proof-strip {
    display: flex;
    justify-content: center;
    align-items: flex-start;
    gap: 64px;
}

.sfw-proof-strip-four {
    gap: 104px;
}

.sfw-proof-item {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 14px;
    text-align: center;
}

.sfw-proof-item img {
    width: 44px;
    height: 50px;
    object-fit: contain;
}

.sfw-proof-item strong {
    display: block;
    color: #0a1013;
    font-size: 20px;
    font-weight: 700;
    line-height: 1.15;
}

.sfw-proof-item span {
    display: block;
    margin-top: 4px;
    color: #2f3532;
    font-size: 14px;
    line-height: 1.55;
}

.sfw-problem-band {
    padding-top: 0;
}

.sfw-problem-card {
    display: grid;
    grid-template-columns: minmax(0, 1fr) minmax(360px, 500px);
    gap: 52px;
    min-height: 670px;
    padding: 12px;
    border-radius: 64px;
    background: linear-gradient(45.3deg, #9d2103 12.289%, #ca2c06 104.57%);
}

.sfw-problem-media {
    border-radius: 52px;
    background: #ffffff;
    min-height: 646px;
}

.sfw-problem-copy {
    display: flex;
    flex-direction: column;
    justify-content: center;
    gap: 17px;
    min-width: 0;
    padding: 48px 32px 48px 0;
    color: #ffffff;
}

.sfw-problem-copy h2,
.sfw-problem-copy p {
    color: #ffffff;
}

.sfw-problem-copy p {
    font-size: 16px;
    line-height: 1.55;
}

.sfw-home-protection {
    padding-top: 120px;
}

.sfw-expectation-heading {
    max-width: 546px;
}

.sfw-expectation-tabs {
    display: flex;
    justify-content: center;
    gap: 13px;
    margin-bottom: 32px;
}

.sfw-expectation-tab {
    min-height: 48px;
    padding: 14px 16px;
    border: 0;
    border-radius: 999px;
    background: #dddddd;
    color: #9d9d9d;
    font-size: 14px;
    font-weight: 700;
    line-height: 1.45;
    transition: background-color 0.2s ease, color 0.2s ease;
}

.sfw-expectation-tab:hover,
.sfw-expectation-tab:focus-visible {
    background: #d3d3d3;
    outline: none;
}

.sfw-expectation-tab.is-active {
    background: #407e43;
    color: #ffffff;
}

.sfw-expectation-card {
    display: grid;
    grid-template-columns: 614px 514px;
    gap: 64px;
    align-items: center;
    min-height: 552px;
    padding: 12px;
    border-radius: 64px;
    background: linear-gradient(208.99deg, #407e43 25.539%, #182f22 108.13%);
}

.sfw-expectation-card[hidden] {
    display: none;
}

.sfw-expectation-image {
    min-height: 528px;
    border-radius: 54px;
    overflow: hidden;
    background: #ffffff;
}

.sfw-expectation-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.sfw-expectation-copy {
    display: flex;
    flex-direction: column;
    gap: 36px;
    padding: 48px 24px 48px 0;
}

.sfw-expectation-copy h3,
.sfw-expectation-copy h4,
.sfw-expectation-copy p {
    margin: 0;
}

.sfw-expectation-copy h3 {
    color: #ffffff;
    font-size: 32px;
    font-weight: 700;
    line-height: 1.3;
}

.sfw-expectation-copy h4 {
    color: #ffffff;
    font-size: 22px;
    font-weight: 700;
    line-height: 1.4;
}

.sfw-expectation-text-group,
.sfw-expectation-body {
    display: flex;
    flex-direction: column;
    gap: 12px;
}

.sfw-expectation-copy p {
    color: #ffffff;
    font-size: 16px;
    line-height: 1.55;
}

.sfw-health,
.sfw-lifestyle,
.sfw-environment,
.sfw-compare-table-section {
    padding-top: 78px;
}

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

.sfw-card-grid-three {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    margin-bottom: 30px;
}

.sfw-card-grid-two {
    grid-template-columns: repeat(2, minmax(0, 1fr));
}

.sfw-info-card {
    display: flex;
    flex-direction: column;
    gap: 16px;
    padding: 36px;
    border: 2px solid rgba(0, 0, 0, 0.14);
    border-radius: 32px;
    background: #eef2f0;
}

.sfw-info-card-tall {
    min-height: 401px;
}

.sfw-info-card-list {
    min-height: 308px;
    gap: 24px;
}

.sfw-info-card h3,
.sfw-info-card p,
.sfw-dot-list {
    margin: 0;
}

.sfw-info-card h3 {
    color: #2f3532;
    font-size: 20px;
    font-weight: 700;
    line-height: 1.55;
    letter-spacing: -0.3px;
}

.sfw-info-card p,
.sfw-dot-list li {
    color: #2f3532;
    font-size: 16px;
    line-height: 1.55;
}

.sfw-card-icon {
    width: 44px;
    height: 44px;
    object-fit: contain;
}

.sfw-dot-list {
    display: flex;
    flex-direction: column;
    gap: 16px;
    padding: 0;
    list-style: none;
}

.sfw-dot-list li {
    position: relative;
    padding-left: 18px;
}

.sfw-dot-list li::before {
    content: "";
    position: absolute;
    left: 0;
    top: 10px;
    width: 9px;
    height: 9px;
    border-radius: 50%;
    background: #6cb55f;
}

.sfw-dot-list-red li::before {
    background: #d71920;
}

.sfw-environment-heading {
    display: flex;
    flex-direction: column;
    gap: 12px;
    margin-bottom: 42px;
}

.sfw-environment-heading p {
    color: #6cb55f;
    font-size: 22px;
    font-weight: 700;
    line-height: 1.4;
}

.sfw-environment-grid {
    display: grid;
    grid-template-columns: 437px 386px 289px;
    gap: 64px;
}

.sfw-environment-column {
    display: flex;
    flex-direction: column;
    gap: 16px;
}

.sfw-environment-column h3,
.sfw-environment-column p {
    margin: 0;
}

.sfw-environment-column h3 {
    color: #2f3532;
    font-size: 22px;
    font-weight: 700;
    line-height: 1.4;
}

.sfw-environment-column p {
    color: #2f3532;
    font-size: 16px;
    line-height: 1.55;
}

.sfw-lifestyle-grid {
    display: grid;
    grid-template-columns: 532px 1fr 1fr;
    gap: 24px;
}

.sfw-lifestyle-card {
    min-height: 440px;
}

.sfw-lifestyle-card-wide {
    min-height: 440px;
}

.sfw-compare-format-heading {
    margin-bottom: 24px;
    text-align: center;
}

.sfw-compare-format-heading h2 {
    margin: 0;
    color: #182f22;
}

.sfw-compare-format-heading h2 span:first-child {
    color: #d71920;
}

.sfw-compare-format-heading h2 span:last-child {
    color: #6cb55f;
}

.sfw-compare-format-grid {
    display: grid;
    grid-template-columns: repeat(2, 456px);
    justify-content: center;
    gap: 24px;
}

.sfw-side-table {
    padding: 12px;
    border: 2px solid rgba(0, 0, 0, 0.05);
    border-radius: 32px;
    background: #eef2f0;
}

.sfw-side-table-head,
.sfw-side-table-foot {
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 60px;
    padding: 16px 24px;
    text-align: center;
}

.sfw-side-table-head {
    border-radius: 24px 24px 0 0;
    color: #fafafa;
    font-size: 20px;
    font-weight: 800;
    line-height: 18px;
}

.sfw-side-table-body {
    overflow: hidden;
}

.sfw-side-table-row {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 24px;
    min-height: 52px;
    padding: 16px 24px;
    background: #fafafa;
}

.sfw-side-table-row:nth-child(even) {
    background: #eef2f0;
}

.sfw-side-table-row span,
.sfw-side-table-row strong {
    font-size: 14px;
    line-height: 20px;
}

.sfw-side-table-row span {
    color: #101828;
    font-weight: 700;
}

.sfw-side-table-row strong {
    font-weight: 700;
}

.sfw-side-table-foot {
    border-radius: 0 0 24px 24px;
    font-size: 16px;
    font-weight: 700;
    line-height: 20px;
}

.sfw-side-table-red .sfw-side-table-head {
    background: #d71920;
}

.sfw-side-table-red .sfw-side-table-row strong {
    color: #d71920;
}

.sfw-side-table-red .sfw-side-table-foot {
    background: #ffe0e1;
    color: #bc0d13;
}

.sfw-side-table-green .sfw-side-table-head {
    background: #6cb55f;
}

.sfw-side-table-green .sfw-side-table-row strong {
    color: #6cb55f;
}

.sfw-side-table-green .sfw-side-table-foot {
    background: rgba(146, 250, 127, 0.2);
    color: #469f36;
}

.sfw-value-block {
    padding-top: 54px;
}

.sfw-value-block h2 {
    margin-bottom: 24px;
    text-align: center;
    color: #2f3532;
}

.sfw-combined {
    padding-top: 64px;
}

.sfw-combined-shell {
    position: relative;
    overflow: hidden;
    min-height: 1000px;
    border-radius: 64px;
}

.sfw-combined-bg {
    width: 100%;
    height: 1000px;
    object-fit: cover;
    display: block;
}

.sfw-combined-card {
    position: absolute;
    left: 46px;
    right: 46px;
    bottom: 46px;
    display: grid;
    grid-template-columns: minmax(360px, 420px) minmax(0, 1fr);
    gap: 48px;
    align-items: start;
    padding: 48px;
    border: 2px solid rgba(0, 0, 0, 0.14);
    border-radius: 48px;
    background: #eef2f0;
}

.sfw-combined-copy {
    display: flex;
    flex-direction: column;
    gap: 12px;
    min-width: 0;
}

.sfw-combined-copy p {
    color: #2f3532;
    font-size: 16px;
    line-height: 1.55;
}

.sfw-combined-points {
    position: relative;
    display: grid;
    grid-template-columns: minmax(0, 1fr) 28px minmax(0, 1fr) 28px minmax(0, 1fr);
    gap: 16px;
    align-items: start;
    min-width: 0;
}

.sfw-combined-point {
    display: flex;
    flex-direction: column;
    gap: 16px;
    min-width: 0;
}

.sfw-combined-point h3,
.sfw-combined-point p {
    margin: 0;
}

.sfw-combined-point h3 {
    color: #2f3532;
    font-size: 20px;
    font-weight: 700;
    line-height: 1.55;
    letter-spacing: -0.3px;
}

.sfw-combined-point p,
.sfw-benefit-card p {
    color: #2f3532;
    font-size: 16px;
    line-height: 1.55;
}

.sfw-combined-symbol {
    align-self: center;
    color: #474748;
    font-size: 44px;
    line-height: 1;
}

.sfw-who-benefits {
    padding-top: 120px;
}

.sfw-benefit-grid {
    grid-template-columns: repeat(3, 282px);
    justify-content: center;
    row-gap: 24px;
}

.sfw-benefit-card {
    align-items: center;
    min-height: 264px;
    padding: 36px 28px;
    text-align: center;
}

.sfw-benefit-icon-lg {
    width: 48px;
    height: 48px;
}

.sfw-benefit-card h3 {
    text-align: center;
}

.sfw-cta {
    padding-top: 120px;
}

.sfw-cta-card {
    display: grid;
    grid-template-columns: 1fr 733px;
    gap: 52px;
    min-height: 608px;
    padding: 12px;
    border-radius: 64px;
    background: linear-gradient(46.8deg, #9d2103 12.289%, #ca2c06 104.57%);
}

.sfw-cta-copy {
    display: flex;
    flex-direction: column;
    justify-content: center;
    gap: 32px;
    padding-left: 57px;
    max-width: 520px;
}

.sfw-cta-copy h2,
.sfw-cta-copy p {
    color: #ffffff;
}

.sfw-cta-copy p {
    font-size: 16px;
    line-height: 1.55;
}

.sfw-cta-actions {
    align-items: flex-start;
}

.sfw-page .btn-cta-green {
    background: linear-gradient(90deg, #407e43 0%, #6cb55f 100%);
    border: 3px solid #b7dab1;
    color: #ffffff;
}

.sfw-page .btn-cta-green:hover,
.sfw-page .btn-cta-green:focus {
    color: #ffffff;
    background: linear-gradient(90deg, #376f3b 0%, #61a856 100%);
}

.sfw-cta-phone {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 48px;
    padding: 12px 22px;
    border: 2.769px solid #ffffff;
    border-radius: 410px;
    color: #ffffff;
    font-size: 16px;
    font-weight: 700;
    line-height: 1.45;
    text-decoration: none;
}

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

.sfw-cta-visual {
    overflow: hidden;
    border-radius: 52px;
}

.sfw-cta-visual img {
    width: 100%;
    height: 584px;
    object-fit: cover;
    display: block;
}

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

@media (max-width: 1399.98px) {
    .sfw-problem-card {
        grid-template-columns: minmax(0, 1fr) 460px;
    }

    .sfw-expectation-card {
        grid-template-columns: minmax(0, 1fr) 460px;
    }

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

    .sfw-combined-card {
        grid-template-columns: minmax(330px, 390px) minmax(0, 1fr);
        gap: 32px;
    }
}

@media (max-width: 1199.98px) {
    .sfw-section {
        padding: 56px 0;
    }

    .sfw-hero-main,
    .sfw-problem-card,
    .sfw-expectation-card,
    .sfw-cta-card,
    .sfw-combined-card {
        grid-template-columns: 1fr;
        flex-direction: column;
    }

    .sfw-hero-main {
        align-items: flex-start;
        gap: 42px;
    }

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

    .sfw-proof-strip,
    .sfw-proof-strip-four {
        flex-wrap: wrap;
        gap: 32px 24px;
    }

    .sfw-proof-item {
        width: calc(50% - 12px);
    }

    .sfw-problem-card {
        min-height: 0;
    }

    .sfw-problem-copy {
        padding: 0 20px 20px;
    }

    .sfw-problem-media {
        min-height: 360px;
    }

    .sfw-expectation-card {
        min-height: 0;
        gap: 28px;
        border-radius: 40px;
    }

    .sfw-expectation-image {
        min-height: 420px;
        border-radius: 32px;
    }

    .sfw-expectation-copy {
        padding: 0 20px 20px;
    }

    .sfw-card-grid-three,
    .sfw-lifestyle-grid,
    .sfw-environment-grid,
    .sfw-combined-points,
    .sfw-compare-format-grid,
    .sfw-benefit-grid,
    .sfw-cta-card {
        grid-template-columns: 1fr;
    }

    .sfw-card-grid-two {
        grid-template-columns: 1fr;
    }

    .sfw-combined-shell {
        min-height: 0;
        border-radius: 0px;
    }

    .sfw-combined-bg {
        height: 720px;
    }

    .sfw-combined-card {
        position: static;
        margin: -110px 24px 24px;
    }

    .sfw-combined-points {
        gap: 24px;
    }

    .sfw-combined-symbol {
        display: none;
    }

    .sfw-cta-copy {
        max-width: none;
        padding: 32px 24px 0;
    }
}

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

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

    .sfw-hero {
        padding-bottom: 44px;
    }

    .sfw-hero-shell {
        gap: 48px;
    }

    .sfw-hero-copy {
        gap: 18px;
    }

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

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

    .sfw-hero-visual {
        height: 300px;
    }

    .sfw-proof-item {
        width: 100%;
    }

    .sfw-proof-item strong {
        font-size: 18px;
    }

    .sfw-problem-card,
    .sfw-cta-card {
        padding: 12px;
        border-radius: 32px;
    }

    .sfw-problem-media,
    .sfw-cta-visual {
        border-radius: 24px;
    }

    .sfw-problem-copy,
    .sfw-cta-copy {
        gap: 18px;
    }

    .sfw-problem-copy {
        padding: 0 8px 8px;
    }

    .sfw-problem-copy h2 {
        font-size: 32px;
        line-height: 1.2;
    }

    .sfw-expectation-tabs {
        flex-direction: column;
    }

    .sfw-expectation-card,
    .sfw-info-card,
    .sfw-compare-table-shell {
        border-radius: 24px;
    }

    .sfw-expectation-image {
        min-height: 260px;
        border-radius: 20px;
    }

    .sfw-expectation-copy {
        padding: 0 6px 6px;
    }

    .sfw-expectation-copy h3,
    .sfw-combined-copy h2,
    .sfw-value-block h2,
    .sfw-cta-copy h2 {
        font-size: 32px;
        line-height: 1.2;
    }

    .sfw-expectation-copy h4,
    .sfw-info-card h3,
    .sfw-combined-point h3 {
        font-size: 18px;
    }

    .sfw-info-card,
    .sfw-combined-card {
        padding: 24px 20px;
    }

    .sfw-compare-table-title,
    .sfw-compare-table {
        padding-left: 16px;
        padding-right: 16px;
    }

    .sfw-compare-row {
        grid-template-columns: 1.4fr 1fr 1fr;
    }

    .sfw-side-table-row {
        padding: 14px 18px;
    }

    .sfw-combined-bg {
        height: 100%;
    }

    .sfw-combined-card {
        margin: 12px 0 0;
        border-radius: 24px;
    }

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

    .sfw-cta-phone {
        width: 100%;
    }

    .sfw-cta-copy {
        padding: 18px 12px 0;
    }

    .sfw-cta-visual img {
        height: 360px;
    }
}

/* QA: reduce gap between compare table and final CTA */
.sfw-cta {
    padding-top: 8px;
}

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


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

/* QA 2026-07-03: water-use-calculator widget (this stylesheet is shared with that page) overflowed mobile by 32px */
.lswc { overflow-x: auto; }
