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

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

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

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

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

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

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

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

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

.sfwa-hero {
    padding: 36px 0 0;
    background:
        linear-gradient(90deg, rgba(0, 0, 0, 0.84) 4%, rgba(0, 0, 0, 0.36) 46%, rgba(0, 0, 0, 0) 78%),
        url("/hubfs/web_assets/images/salt-free-water-softener-alternative/hero-bg.jpg") center center / cover no-repeat;
}

.sfwa-hero-shell {
    position: relative;
    min-height: 812px;
    padding: 138px 52px 88px;
}

.sfwa-hero-copy {
    position: relative;
    z-index: 1;
    display: flex;
    flex-direction: column;
    gap: 24px;
}

.sfwa-hero-copy h1,
.sfwa-hero-copy p,
.sfwa-burden-copy h2,
.sfwa-burden-copy h3 {
    margin: 0;
}

.sfwa-hero-copy h1 {
    color: #ffffff;
    max-width: 591px;
}

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

.sfwa-hero-copy .text-style-body {
    color: #ffffff;
    max-width: 567px;
}

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

.sfwa-hero-actions .btn,
.sfwa-center-action .btn,
.sfwa-compare-prompt-copy .btn {
    min-height: 52px;
    padding: 14px 24px;
    font-size: 16px;
    line-height: 1.2;
}

.sfwa-stat-strip {
    background: #132717;
    padding: 48px 0;
}

.sfwa-stat-card {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 8px;
    text-align: center;
}

.sfwa-stat-card strong {
    color: #6cb55f;
    font-size: 22px;
    font-weight: 700;
    line-height: 1.4;
}

.sfwa-stat-card span {
    color: #ffffff;
    font-size: 16px;
    line-height: 1.55;
}

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

.sfwa-explainer {
    padding-top: 0;
}

.sfwa-explainer-card,
.sfwa-burden-card,
.sfwa-consultation-card {
    display: grid;
    gap: 54px;
    align-items: center;
    padding: 48px;
    border-radius: 64px;
}

.sfwa-explainer-card {
    position: relative;
    overflow: hidden;
    grid-template-columns: 565px minmax(0, 590px);
    gap: 66px;
    min-height: 482px;
    padding: 0 57px 0 0;
    border-radius: 0 0 64px 64px;
    background: linear-gradient(202.62deg, #407e43 25.54%, #182f22 108.13%);
}

.sfwa-explainer-media {
    position: relative;
    align-self: end;
    min-height: 495px;
}

.sfwa-explainer-media-glow {
    position: absolute;
    left: 53px;
    top: 165px;
    width: 423px;
    height: 592px;
    border-radius: 45px;
    background: rgba(13, 43, 27, 0.58);
    filter: blur(67px);
}

.sfwa-explainer-tanks {
    position: absolute;
    left: 76px;
    bottom: -130px;
    width: 360px;
    max-width: none;
}

.sfwa-explainer-badge {
    position: absolute;
    left: 380px;
    top: 180px;
    z-index: 1;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    width: 118px;
    height: 118px;
    border-radius: 50%;
    background: #d71920;
    box-shadow: 0 4px 14px rgba(0, 0, 0, 0.18);
    color: #ffffff;
}

.sfwa-explainer-badge strong,
.sfwa-explainer-badge span {
    display: block;
    line-height: 1;
}

.sfwa-explainer-badge strong {
    margin-left: 6px;
    font-size: 58px;
    font-weight: 800;
    letter-spacing: -1.8px;
}

.sfwa-explainer-badge span {
    margin-top: 2px;
    margin-left: 2px;
    font-size: 18px;
    font-weight: 400;
    letter-spacing: 0.98px;
}

.sfwa-explainer-copy {
    display: flex;
    flex-direction: column;
    gap: 14px;
    max-width: 590px;
}

.sfwa-explainer-copy h2,
.sfwa-section-heading h2,
.sfwa-compare-prompt-copy h2,
.sfwa-faq-copy h2,
.sfwa-consultation-copy h2 {
    margin: 0;
}

.sfwa-explainer-copy h2,
.sfwa-explainer-copy p {
    color: #ffffff;
}

.sfwa-explainer-copy .text-style-body {
    max-width: 590px;
}

.sfwa-beyond-conditioning {
    padding-top: 59px;
    padding-bottom: 56px;
}

.sfwa-beyond-shell {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 42px;
}

.sfwa-beyond-heading {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 8px;
    max-width: 894px;
    text-align: center;
}

.sfwa-beyond-heading h2 {
    margin: 0;
    color: #182f22;
    font-size: 40px;
    line-height: 1.2;
}

.sfwa-beyond-heading p {
    max-width: 550px;
    margin: 0;
    color: #2f3532;
}

.sfwa-beyond-grid {
    --bs-gutter-x: 28px;
    width: 100%;
}

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

.sfwa-beyond-card {
    width: 100%;
    padding: 12px 12px 36px;
    border: 2px solid rgba(0, 0, 0, 0.14);
    border-radius: 32px;
    background: #eef2f0;
}

.sfwa-beyond-card-media {
    overflow: hidden;
    height: 403px;
    border-radius: 24px;
    background: #ffffff;
}

.sfwa-beyond-card-media img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.sfwa-beyond-card-body {
    display: flex;
    flex-direction: column;
    gap: 8px;
    padding: 24px 24px 0;
}

.sfwa-beyond-card-body h3,
.sfwa-beyond-card-body p,
.sfwa-beyond-footnote {
    margin: 0;
}

.sfwa-beyond-card-body h3 {
    color: #182f22;
    font-size: 20px;
    font-weight: 700;
    line-height: 1.25;
}

.sfwa-beyond-card-body p {
    color: #2f3532;
    font-size: 16px;
    line-height: 1.55;
}

.sfwa-beyond-footnote {
    max-width: 682px;
    color: #2f3532;
    text-align: center;
    letter-spacing: -0.3px;
}

.sfwa-beyond-footnote strong {
    font-weight: 700;
    color: #2f3532;
}

.sfwa-scalesolver {
    padding-top: 0;
    padding-bottom: 60px;
}

.sfwa-scalesolver-card {
    display: grid;
    grid-template-columns: 470px 611px;
    gap: 64px;
    align-items: start;
    padding: 73px 49px 69px;
    border-radius: 42px;
    background: linear-gradient(210.3deg, #407e43 25.54%, #182f22 108.13%);
    color: #ffffff;
}

.sfwa-scalesolver-copy,
.sfwa-scalesolver-copy-top,
.sfwa-scalesolver-body,
.sfwa-scalesolver-steps {
    display: flex;
    flex-direction: column;
}

.sfwa-scalesolver-copy,
.sfwa-scalesolver-copy-top,
.sfwa-scalesolver-steps {
    gap: 24px;
}

.sfwa-scalesolver-logo {
    width: 275px;
    max-width: 100%;
}

.sfwa-scalesolver-copy h2,
.sfwa-scalesolver-steps h3,
.sfwa-scalesolver-body p,
.sfwa-scalesolver-note {
    margin: 0;
    color: #ffffff;
}

.sfwa-scalesolver-copy h2 {
    font-size: 32px;
    font-weight: 700;
    line-height: 1.3;
}

.sfwa-scalesolver-body {
    gap: 24px;
}

.sfwa-scalesolver-body p,
.sfwa-scalesolver-list li,
.sfwa-scalesolver-note {
    font-size: 16px;
    line-height: 1.55;
}

.sfwa-scalesolver-steps h3 {
    font-size: 40px;
    font-weight: 700;
    line-height: 1.2;
}

.sfwa-scalesolver-list {
    display: flex;
    flex-direction: column;
    gap: 16px;
    margin: 0;
    padding: 0;
    list-style: none;
}

.sfwa-scalesolver-list li {
    position: relative;
    padding-left: 22px;
    color: #ffffff;
}

.sfwa-scalesolver-list li::before {
    content: "";
    position: absolute;
    left: 0;
    top: 4px;
    width: 11px;
    height: 19px;
    background: url("/hubfs/web_assets/images/salt-free-water-softener-alternative/scalesolver-bullet.svg") center / contain no-repeat;
}

.sfwa-scalesolver-note {
    max-width: 610px;
}

.sfwa-scalesolver-link {
    align-self: flex-start;
    min-height: 48px;
    padding: 10px 22px;
    border-width: 2.769px;
    border-color: #b7dab1;
    border-radius: 410px;
    background: #ffffff;
    color: #407e43;
    font-size: 14px;
    line-height: 1.45;
}

.sfwa-scalesolver-link:hover {
    color: #2d7b4a;
    border-color: #9ccc98;
    background: #ffffff;
}

.sfwa-comparison .row {
    --bs-gutter-x: 64px;
    align-items: flex-start;
}

.sfwa-compare-card {
    display: flex;
    flex-direction: column;
    gap: 16px;
    height: 100%;
    max-width: 405px;
    padding: 0;
}

.sfwa-compare-card h3,
.sfwa-resource-body h3 {
    margin: 0;
    color: #0a1013;
    font-size: 16px;
    font-weight: 700;
    line-height: 1.55;
    letter-spacing: -0.3px;
}

.sfwa-compare-icon {
    position: relative;
    display: flex;
    align-items: center;
    height: 62px;
}

.sfwa-compare-icon-image {
    width: 62px;
    height: 62px;
    object-fit: contain;
}

.sfwa-compare-icon-image-red {
    width: 47px;
    height: 62px;
    transform-origin: center;
}

.sfwa-compare-icon-dots {
    position: absolute;
    left: 35px;
    top: 45px;
    display: flex;
    flex-wrap: wrap;
    gap: 5px 5px;
    width: 16px;
}

.sfwa-compare-icon-dots img {
    width: 3px;
    height: 3px;
}

.sfwa-compare-card-red .sfwa-compare-icon {
    margin-left: 9px;
}

.sfwa-compare-icon-image-green {
    width: 45px;
    height: 59px;
}

.sfwa-compare-icon-strike {
    position: absolute;
    left: 6px;
    top: 17px;
    width: 49px;
    height: 28px;
}

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

.sfwa-list li {
    position: relative;
    padding-left: 24px;
    font-size: 16px;
    line-height: 1.55;
}

.sfwa-compare-card .sfwa-list li {
    max-width: none;
    white-space: nowrap;
}

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

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

.sfwa-list-green li::before {
    background: #6cb55f;
}

.sfwa-list-light li::before {
    background: #ffffff;
}

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

.sfwa-center-action .btn {
    min-width: 340px;
    min-height: 48px;
    padding: 11px 24px;
    border-width: 3px;
    border-color: #df585d;
    border-radius: 444px;
}

.sfwa-burden-card {
    grid-template-columns: minmax(0, 554px) minmax(0, 1fr);
    background: linear-gradient(67.29deg, #9d2103 20.53%, #ca2c06 98.11%);
}

.sfwa-burden-media {
    overflow: hidden;
    border-radius: 42px;
}

.sfwa-burden-media img {
    display: block;
    width: 100%;
    height: 100%;
    min-height: 657px;
    object-fit: cover;
}

.sfwa-burden-copy {
    display: flex;
    flex-direction: column;
    gap: 36px;
    color: #ffffff;
}

.sfwa-burden-copy h2,
.sfwa-burden-copy h3 {
    color: #ffffff;
    font-size: 16px;
    font-weight: 700;
    line-height: 1.55;
    letter-spacing: -0.3px;
}

.sfwa-burden-copy p {
    margin: 0;
    color: #ffffff;
    font-size: 16px;
    line-height: 1.55;
}

.sfwa-burden-group {
    display: flex;
    flex-direction: column;
    gap: 12px;
}

.sfwa-compare-prompt {
    padding-top: 0;
}

.sfwa-compare-prompt-card {
    display: grid;
    grid-template-columns: 360px minmax(0, 1fr);
    gap: 22px;
    align-items: center;
}

.sfwa-arrows {
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 250px;
}

.sfwa-arrows img {
    display: block;
    width: 100%;
    max-width: 261px;
    height: auto;
}

.sfwa-compare-prompt-copy {
    display: flex;
    flex-direction: column;
    gap: 24px;
    max-width: 533px;
}

.sfwa-section-heading {
    max-width: 720px;
    margin: 0 auto 42px;
}

.sfwa-section-heading p {
    margin: 16px 0 0;
}

.sfwa-resource-card {
    overflow: hidden;
    border: 1px solid rgba(10, 16, 19, 0.08);
    border-radius: 32px;
    background: #ffffff;
    box-shadow: 0 12px 16px -4px rgba(0, 0, 0, 0.08), 0 4px 6px -2px rgba(0, 0, 0, 0.03);
}

.sfwa-resource-card img {
    display: block;
    width: 100%;
    height: 264px;
    object-fit: cover;
}

.sfwa-resource-body {
    display: flex;
    flex-direction: column;
    gap: 14px;
    padding: 28px 24px 24px;
}

.sfwa-resource-body p {
    margin: 0;
    font-size: 16px;
    line-height: 1.55;
}

.sfwa-resource-link {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    color: #ac442b;
    font-size: 16px;
    font-weight: 700;
    line-height: 1.45;
    text-decoration: none;
}

.sfwa-resource-link:hover {
    color: #9d2103;
}

.sfwa-homeowners-notice {
    padding-top: 0;
}

.sfwa-homeowners-shell {
    display: grid;
    grid-template-columns: minmax(0, 724px) minmax(0, 442px);
    gap: 52px;
    align-items: center;
}

.sfwa-homeowners-image-card {
    position: relative;
}

.sfwa-homeowners-image-wrap {
    overflow: hidden;
    height: 720px;
    border-radius: 42px;
}

.sfwa-homeowners-image-wrap img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.sfwa-homeowners-overlay {
    position: absolute;
    right: 29px;
    bottom: 24px;
    left: 29px;
    display: flex;
    flex-direction: column;
    gap: 16px;
    padding: 42px;
    border-radius: 24px;
    background: #f6f6f6;
}

.sfwa-homeowners-overlay h2,
.sfwa-homeowners-overlay p,
.sfwa-homeowners-point h3,
.sfwa-homeowners-point p {
    margin: 0;
}

.sfwa-homeowners-overlay h2 {
    color: #182f22;
    font-size: 32px;
    font-weight: 700;
    line-height: 1.3;
}

.sfwa-homeowners-overlay p,
.sfwa-homeowners-point p {
    color: #2f3532;
    font-size: 16px;
    line-height: 1.55;
}

.sfwa-homeowners-points {
    display: flex;
    flex-direction: column;
    gap: 36px;
}

.sfwa-homeowners-point {
    position: relative;
    padding-left: 22px;
}

.sfwa-homeowners-point::before,
.sfwa-right-fit-list li::before {
    content: "";
    position: absolute;
    left: 0;
    top: 9px;
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: #6cb55f;
}

.sfwa-homeowners-point h3 {
    color: #182f22;
    font-size: 16px;
    font-weight: 700;
    line-height: 1.55;
    letter-spacing: -0.3px;
}

.sfwa-comparison-table {
    padding-top: 72px;
}

.sfwa-comparison-table-title {
    display: flex;
    justify-content: center;
    margin-bottom: 24px;
}

.sfwa-comparison-table-title h2 {
    margin: 0;
    color: #182f22;
    font-size: 40px;
    font-weight: 700;
    line-height: 1.2;
    text-align: center;
}

.sfwa-comparison-table-title span:first-child {
    color: #6cb55f;
}

.sfwa-comparison-table-title span:last-child {
    color: #d71920;
}

.sfwa-compare-table-shell {
    overflow: hidden;
    padding: 12px;
    border: 2px solid rgba(0, 0, 0, 0.05);
    border-radius: 32px;
    background: #eef2f0;
}

.sfwa-compare-table-grid {
    display: grid;
    grid-template-columns: minmax(220px, 2.1fr) minmax(180px, 1.25fr) minmax(220px, 1.65fr);
}

.sfwa-compare-table-grid > div {
    display: flex;
    align-items: center;
    min-height: 52px;
    padding: 16px 24px;
    background: #fafafa;
}

.sfwa-compare-table-grid.alt > div {
    background: #eef2f0;
}

.sfwa-compare-table-head > div {
    min-height: 60px;
    color: #fafafa;
    font-size: 14px;
    font-weight: 800;
    line-height: 1.28;
}

.sfwa-compare-table-feature {
    background: #27513c !important;
}

.sfwa-compare-table-saltfree {
    background: #6cb55f !important;
}

.sfwa-compare-table-saltbased {
    background: #d71920 !important;
}

.sfwa-compare-label {
    color: #101828;
    font-size: 14px;
    font-weight: 700;
    line-height: 1.43;
}

.sfwa-compare-value {
    gap: 8px;
    color: #2f3532;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.43;
}

.sfwa-compare-value::before {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 18px;
    height: 18px;
    border-radius: 50%;
    font-size: 11px;
    font-weight: 700;
    line-height: 1;
    color: #ffffff;
}

.sfwa-compare-value.yes::before {
    content: "\2713";
    background: #6cb55f;
}

.sfwa-compare-value.no::before {
    content: "\00d7";
    background: #d71920;
}

.sfwa-right-fit {
    padding-top: 72px;
}

.sfwa-right-fit-shell {
    display: grid;
    grid-template-columns: 406px minmax(0, 1fr);
    gap: 42px;
    align-items: center;
}

.sfwa-right-fit-copy {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 24px;
}

.sfwa-kicker {
    margin: 0;
    color: #6cb55f;
    font-size: 14px;
    font-weight: 800;
    line-height: 1.4;
    letter-spacing: 1px;
    text-transform: uppercase;
}

.sfwa-right-fit-copy h2,
.sfwa-right-fit-copy .text-style-body {
    margin: 0;
}

.sfwa-right-fit-copy h2 {
    color: #182f22;
    font-size: 40px;
    font-weight: 700;
    line-height: 1.2;
}

.sfwa-right-fit-copy .text-style-body {
    color: #2f3532;
}

.sfwa-right-fit-list {
    display: flex;
    flex-direction: column;
    gap: 16px;
    width: 100%;
    margin: 0;
    padding: 0;
    list-style: none;
}

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

.sfwa-right-fit-copy .btn {
    min-height: 48px;
    padding: 11px 24px;
}

.sfwa-right-fit-media {
    overflow: hidden;
    height: 563px;
    border-radius: 42px;
}

.sfwa-right-fit-media img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.sfwa-proof-strip {
    padding-top: 40px;
}

.sfwa-proof-card {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 24px;
    padding: 48px;
    border-radius: 64px;
    background: #132717;
}

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

.sfwa-proof-item strong,
.sfwa-proof-item span,
.sfwa-testimonials-shell h2,
.sfwa-testimonial-card p,
.sfwa-testimonial-person strong,
.sfwa-testimonial-person span {
    margin: 0;
}

.sfwa-proof-item strong {
    color: #6cb55f;
    font-size: 46px;
    font-weight: 800;
    line-height: 1.15;
    letter-spacing: -1.31px;
}

.sfwa-proof-item span {
    color: #ffffff;
    font-size: 16px;
    font-weight: 700;
    line-height: 1.55;
}

.sfwa-testimonials {
    padding-top: 56px;
}

.sfwa-testimonials-shell {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 40px;
}

.sfwa-testimonials-shell h2 {
    color: #182f22;
    text-align: center;
}

.sfwa-testimonials .row {
    --bs-gutter-x: 24px;
    width: 100%;
}

.sfwa-testimonial-card {
    display: flex;
    flex-direction: column;
    gap: 12px;
    height: 100%;
    padding: 32px;
    border: 2px solid rgba(0, 0, 0, 0.14);
    border-radius: 32px;
    background: #eef2f0;
}

.sfwa-testimonial-person {
    display: flex;
    flex-direction: column;
    gap: 12px;
}

.sfwa-testimonial-person img {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    object-fit: cover;
}

.sfwa-testimonial-person strong {
    display: block;
    color: #1f2937;
    font-size: 14px;
    font-weight: 700;
    line-height: 1.5;
}

.sfwa-testimonial-person span {
    display: block;
    color: #6cb55f;
    font-size: 14px;
    font-weight: 700;
    line-height: 1.5;
}

.sfwa-testimonial-stars {
    color: #6cb55f;
    font-size: 17px;
    line-height: 1.25;
    letter-spacing: 1px;
}

.sfwa-testimonial-card p {
    color: #2f3532;
    font-size: 14px;
    line-height: 1.55;
}

.sfwa-learn-more-heading {
    margin-bottom: 24px;
}

.sfwa-learn-more-heading h2 {
    color: #182f22;
}

.sfwa-learn-more-grid {
    --bs-gutter-x: 28px;
}

.sfwa-learn-more-card {
    display: flex;
    flex-direction: column;
    height: 100%;
    padding: 12px;
    border: 2px solid rgba(0, 0, 0, 0.14);
    border-radius: 32px;
    background: #eef2f0;
    box-shadow: none;
}

.sfwa-learn-more-card img {
    flex: 0 0 auto;
    height: 264px;
    border-radius: 24px;
}

.sfwa-learn-more-body {
    display: flex;
    flex: 1 1 auto;
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
    gap: 32px;
    padding: 32px 19px 0;
}

.sfwa-learn-more-body h3 {
    color: #182f22;
    font-size: 20px;
    line-height: 1.25;
    text-align: center;
}

.sfwa-learn-more-body h3 small,
.sfwa-learn-more-body h3 span {
    display: block;
    color: inherit;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.25;
}

.sfwa-learn-more-body .btn {
    width: 100%;
    min-height: 48px;
    padding: 11px 24px;
}

.sfwa-faq-copy {
    display: flex;
    flex-direction: column;
    gap: 28px;
    max-width: 404px;
}

.sfwa-faq-copy p {
    margin: 0;
    color: #2f3532;
}

.sfwa-faq-list {
    display: flex;
    flex-direction: column;
    gap: 14px;
}

.sfwa-faq-item {
    padding: 22px 24px;
    border: 1px solid rgba(0, 0, 0, 0.06);
    border-radius: 32px;
    background: #fafafa;
}

.sfwa-faq-item summary {
    position: relative;
    padding-right: 56px;
    color: #182f22;
    font-size: 18px;
    font-weight: 700;
    line-height: 1.35;
    list-style: none;
    cursor: pointer;
}

.sfwa-faq-item summary::-webkit-details-marker {
    display: none;
}

.sfwa-faq-item summary::after {
    content: "+";
    position: absolute;
    right: 0;
    top: -1px;
    color: #0a1013;
    font-size: 44px;
    font-weight: 300;
    line-height: 1;
}

.sfwa-faq-item[open] summary::after {
    content: "+";
}

.sfwa-faq-item p {
    margin: 8px 0 0;
    font-size: 16px;
    line-height: 1.55;
}

.sfwa-consultation-section {
    padding-top: 44px;
    padding-bottom: 68px;
}

.sfwa-consultation-card {
    grid-template-columns: minmax(0, 1fr) minmax(0, 608px);
    align-items: stretch;
    background: linear-gradient(47.18deg, #9d2103 12.29%, #ca2c06 104.57%);
    border-radius: 64px;
}

.sfwa-consultation-copy {
    display: flex;
    flex-direction: column;
    justify-content: center;
    gap: 18px;
    padding: 24px 0 24px 18px;
}

.sfwa-consultation-copy h2,
.sfwa-consultation-copy p {
    color: #ffffff;
}

.sfwa-consultation-copy h2 {
    max-width: 505px;
    font-size: 40px;
    line-height: 1.2;
}

.sfwa-consultation-copy p {
    max-width: 470px;
    font-size: 16px;
}

.sfwa-consultation-form-wrap {
    display: flex;
    flex-direction: column;
    gap: 24px;
    padding: 44px;
    border-radius: 52px;
    background: #f6f6f6;
    box-shadow: 0 12px 16px -4px rgba(0, 0, 0, 0.08), 0 4px 6px -2px rgba(0, 0, 0, 0.03);
}

.sfwa-consultation-form-wrap h3 {
    display: none;
}

.sfwa-form-root:empty {
    min-height: 427px;
}

.sfwa-form-root .hs-form {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 14.898px;
    margin: 0;
}

.sfwa-form-root .hs-form-field {
    margin-bottom: 0;
}

.sfwa-form-root .hs-form fieldset {
    display: contents;
    max-width: 100%;
}

.sfwa-form-root .hs-form .hs-form-field.sfwa-field-full,
.sfwa-form-root .hs-form .hs-form-field.ls-hs-field-full,
.sfwa-form-root .hs-form .hs_submit {
    grid-column: 1 / -1;
}

.sfwa-form-root .hs-form .hs-form-field.sfwa-field-half,
.sfwa-form-root .hs-form .hs-form-field.ls-hs-field-half {
    grid-column: auto;
}

.sfwa-form-root .hs-form .hs-form-field.ls-hs-field-hidden {
    display: none;
}

.sfwa-form-root .hs-form .hs-form-field > label,
.sfwa-form-root .hs-form fieldset > legend {
    display: none;
}

.sfwa-form-root .hs-form .input input,
.sfwa-form-root .hs-form .input select,
.sfwa-form-root .hs-form .input textarea {
    width: 100%;
    height: 48px;
    min-height: 48px;
    padding: 11px;
    border: 2px solid #d3d3d3;
    border-radius: 10px;
    background: #ffffff;
    color: #2f3532;
    font-size: 16px;
    font-family: "Montserrat", sans-serif;
    font-weight: 400;
    line-height: 1.55;
    box-shadow: none;
    outline: none;
}

.sfwa-form-root .hs-form .input select {
    appearance: none;
    padding-right: 38px;
    color: #afafaf;
    background-color: #ffffff;
    background-image: linear-gradient(45deg, transparent 50%, #afafaf 50%), linear-gradient(135deg, #afafaf 50%, transparent 50%);
    background-position: calc(100% - 23px) 20px, calc(100% - 16px) 20px;
    background-repeat: no-repeat;
    background-size: 7px 7px, 7px 7px;
}

.sfwa-form-root .hs-form .input select.ls-hs-select-has-value {
    color: #2f3532;
}

.sfwa-form-root .hs-form .input textarea {
    min-height: 48px;
    resize: none;
    overflow: hidden;
}

.sfwa-form-root .hs-form .ls-hs-field-textarea-large .input textarea {
    height: 119px;
    min-height: 119px;
    padding-top: 12px;
    resize: none;
    overflow: auto;
}

.sfwa-form-root .hs-form .input input::placeholder,
.sfwa-form-root .hs-form .input select::placeholder,
.sfwa-form-root .hs-form .input textarea::placeholder {
    color: #afafaf;
    opacity: 1;
}

.sfwa-form-root .hs-form .hs_submit {
    margin-top: 0;
}

.sfwa-form-root .hs-form .hs-button,
.sfwa-form-root .hs-form input[type="submit"] {
    width: 100%;
    height: 48px;
    min-height: 48px;
    margin: 0;
    padding: 0 24px;
    border: 3px solid #df585d;
    border-radius: 444px;
    background: linear-gradient(90deg, #9d2103 0%, #ca2c06 100%);
    box-sizing: border-box;
    color: #ffffff;
    font-size: 16px;
    font-family: "Montserrat", sans-serif;
    font-weight: 700;
    line-height: 1.45;
}

.sfwa-form-root .hs-form .hs-button:hover,
.sfwa-form-root .hs-form .hs-button:focus,
.sfwa-form-root .hs-form input[type="submit"]:hover,
.sfwa-form-root .hs-form input[type="submit"]:focus {
    background: linear-gradient(90deg, #8f1d03 0%, #b92807 100%);
    border-color: #d84f52;
    color: #ffffff;
}

.sfwa-form-root .hs-error-msgs,
.sfwa-form-root .submitted-message {
    margin: 8px 0 0;
    padding-left: 0;
    list-style: none;
    font-size: 14px;
    line-height: 1.45;
}

.sfwa-consultation-meta {
    display: none;
    flex-direction: column;
    gap: 10px;
    align-items: center;
}

.sfwa-consultation-reassurance {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 14px 28px;
    margin: 0;
    color: #04170d;
    font-size: 16px;
    line-height: 1.55;
}

.sfwa-consultation-reassurance b {
    color: #6cb55f;
}

.sfwa-consultation-divider {
    margin: 0;
    color: #04170d;
    font-size: 16px;
    line-height: 1.55;
}

.sfwa-cta-phone {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    width: 100%;
    min-height: 54px;
    padding: 12px 22px;
    border: 2.8px solid #d71920;
    border-radius: 410px;
    color: #d71920;
    font-size: 16px;
    font-weight: 700;
    line-height: 1.45;
}

.sfwa-cta-phone img {
    width: 18px;
    height: 18px;
}

.sfwa-cta-phone:hover {
    color: #c4141b;
    border-color: #c4141b;
    background: #fff8f8;
}

@media (max-width: 1199.98px) {
    .sfwa-hero-shell {
        min-height: 720px;
    }

    .sfwa-explainer-card,
    .sfwa-burden-card,
    .sfwa-consultation-card,
    .sfwa-compare-prompt-card {
        grid-template-columns: 1fr;
    }

    .sfwa-explainer-media,
    .sfwa-burden-media {
        min-height: auto;
    }

    .sfwa-explainer-card {
        gap: 32px;
        min-height: 0;
        padding: 40px 40px 0;
    }

    .sfwa-explainer-media {
        height: 460px;
    }

    .sfwa-explainer-tanks {
        left: 50%;
        bottom: 0;
        width: 320px;
        transform: translateX(-50%);
    }

    .sfwa-explainer-badge {
        left: calc(50% + 84px);
        top: 166px;
    }

    .sfwa-burden-media img {
        min-height: 420px;
    }

    .sfwa-compare-prompt-card {
        gap: 0;
    }

    .sfwa-arrows {
        min-height: 180px;
        max-width: 360px;
        margin: 0 auto;
    }

    .sfwa-faq-copy {
        max-width: none;
    }

    .sfwa-homeowners-shell,
    .sfwa-right-fit-shell {
        grid-template-columns: 1fr;
    }

    .sfwa-proof-card {
        gap: 20px;
        padding: 40px 32px;
    }
}

@media (max-width: 991.98px) {
    .sfwa-hero-shell {
        padding: 120px 36px 72px;
        background-position: 64% center;
    }

    .sfwa-hero-copy {
        max-width: 520px;
    }

    .sfwa-hero-copy h1 {
        font-size: clamp(40px, 6vw, 54px);
    }

    .sfwa-explainer-card,
    .sfwa-burden-card,
    .sfwa-consultation-card {
        padding: 36px;
        gap: 36px;
    }

    .sfwa-beyond-conditioning {
        padding-top: 52px;
    }

    .sfwa-scalesolver-card {
        grid-template-columns: 1fr;
        gap: 40px;
        padding: 44px 40px;
    }

    .sfwa-beyond-heading h2 {
        font-size: 36px;
    }

    .sfwa-beyond-card-media {
        height: 360px;
    }

    .sfwa-compare-prompt {
        padding-top: 20px;
    }

    .sfwa-section {
        padding: 52px 0;
    }

    .sfwa-resource-card img {
        height: 220px;
    }

    .sfwa-consultation-form-wrap {
        padding: 32px;
    }

    .sfwa-homeowners-image-wrap {
        height: 620px;
    }

    .sfwa-right-fit-media {
        height: 480px;
    }

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

    .sfwa-consultation-copy h2 {
        font-size: 40px;
    }
}

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

    .sfwa-hero {
        padding-top: 20px;
    }

    .sfwa-hero-shell {
        min-height: auto;
        padding: 110px 24px 56px;
        border-radius: 0 0 40px 40px;
        background-position: 70% center;
    }

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

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

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

    .sfwa-hero-actions {
        flex-direction: row;
        flex-wrap: nowrap;
        align-items: stretch;
    }

    .sfwa-hero-actions .btn {
        flex: 1 1 0;
        min-width: 0;
    }

    .sfwa-center-action {
        flex-direction: column;
        align-items: stretch;
    }

    .sfwa-stat-strip {
        padding: 36px 0;
    }

    .sfwa-stat-card {
        gap: 4px;
    }

    .sfwa-explainer-card,
    .sfwa-burden-card,
    .sfwa-consultation-card {
        padding: 24px;
        border-radius: 36px;
    }

    .sfwa-explainer-card {
        padding: 24px 24px 0;
        border-radius: 0 0 36px 36px;
    }

    .sfwa-explainer-media {
        height: 360px;
    }

    .sfwa-explainer-media-glow {
        left: 50%;
        top: 120px;
        width: 260px;
        height: 300px;
        transform: translateX(-50%);
        filter: blur(48px);
    }

    .sfwa-explainer-tanks {
        width: 258px;
    }

    .sfwa-explainer-badge {
        left: calc(50% + 58px);
        top: 132px;
        width: 90px;
        height: 90px;
    }

    .sfwa-explainer-badge strong {
        margin-left: 4px;
        font-size: 42px;
        letter-spacing: -1.2px;
    }

    .sfwa-explainer-badge span {
        font-size: 14px;
        letter-spacing: 0.72px;
    }

    .sfwa-explainer-copy h2,
    .sfwa-beyond-heading h2,
    .sfwa-section-heading h2,
    .sfwa-compare-prompt-copy h2,
    .sfwa-faq-copy h2,
    .sfwa-consultation-copy h2 {
        font-size: 32px;
    }

    .sfwa-burden-media,
    .sfwa-faq-item,
    .sfwa-resource-card,
    .sfwa-consultation-form-wrap {
        border-radius: 24px;
    }

    .sfwa-burden-media img {
        min-height: 320px;
    }

    .sfwa-arrows img {
        max-width: 210px;
    }

    .sfwa-resource-card img {
        height: 200px;
    }

    .sfwa-homeowners-image-wrap,
    .sfwa-right-fit-media {
        height: 380px;
        border-radius: 28px;
    }

    .sfwa-homeowners-overlay {
        right: 16px;
        bottom: 16px;
        left: 16px;
        padding: 24px;
    }

    .sfwa-homeowners-overlay h2,
    .sfwa-comparison-table-title h2,
    .sfwa-right-fit-copy h2,
    .sfwa-consultation-copy h2 {
        font-size: 32px;
    }

    .sfwa-compare-table-shell,
    .sfwa-proof-card,
    .sfwa-testimonial-card,
    .sfwa-learn-more-card {
        border-radius: 24px;
    }

    .sfwa-compare-table-shell {
        overflow-x: auto;
        -webkit-overflow-scrolling: touch;
    }

    .sfwa-compare-table-grid {
        min-width: 760px;
    }

    .sfwa-proof-card {
        grid-template-columns: 1fr;
        padding: 28px 24px;
    }

    .sfwa-beyond-conditioning {
        padding-top: 44px;
        padding-bottom: 44px;
    }

    .sfwa-scalesolver {
        padding-bottom: 44px;
    }

    .sfwa-beyond-shell {
        gap: 32px;
    }

    .sfwa-beyond-card {
        padding: 12px 12px 28px;
        border-radius: 28px;
    }

    .sfwa-beyond-card-media {
        height: 300px;
    }

    .sfwa-beyond-card-body {
        padding: 20px 16px 0;
    }

    .sfwa-scalesolver-card {
        gap: 32px;
        padding: 32px 24px;
        border-radius: 32px;
    }

    .sfwa-scalesolver-copy,
    .sfwa-scalesolver-copy-top,
    .sfwa-scalesolver-body,
    .sfwa-scalesolver-steps {
        gap: 20px;
    }

    .sfwa-scalesolver-copy h2 {
        font-size: 28px;
    }

    .sfwa-scalesolver-steps h3 {
        font-size: 32px;
    }

    .sfwa-scalesolver-link {
        align-self: stretch;
        text-align: center;
    }

    .sfwa-resource-body {
        padding: 22px 20px 20px;
    }

    .sfwa-faq-item {
        padding: 20px;
    }

    .sfwa-faq-item summary {
        font-size: 17px;
    }

    .sfwa-consultation-form-wrap {
        padding: 20px;
    }

    .sfwa-form-root .hs-form .input select {
        padding-left: 10px !important;
        padding-right: 26px !important;
        font-size: 14px !important;
        line-height: 1.45 !important;
        background-position: calc(100% - 18px) 20px, calc(100% - 11px) 20px !important;
    }

    .sfwa-consultation-reassurance {
        justify-content: flex-start;
        gap: 8px;
    }
}


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

/* === SFWA SCALESOLVER LOGO DISTORTION FIX (SVG is preserveAspectRatio=none; lock box ratio 274.732x98) 2026-06-17 === */
.sfwa-scalesolver-logo { height: auto !important; aspect-ratio: 274.732 / 98; }

/* === SFWA COMPARISON CHART ROUNDED CORNERS (header band top + last row bottom) 2026-06-17 === */
.sfwa-compare-table-head .sfwa-compare-table-feature { border-top-left-radius: 20px; }
.sfwa-compare-table-head .sfwa-compare-table-saltbased { border-top-right-radius: 20px; }
.sfwa-compare-table-shell .sfwa-compare-table-grid:last-child > div:first-child { border-bottom-left-radius: 20px; }
.sfwa-compare-table-shell .sfwa-compare-table-grid:last-child > div:last-child { border-bottom-right-radius: 20px; }

/* === FAQ ICON STANDARDIZATION → down chevron (replaces +/− ; rotates on open) 2026-06-17 === */
.sfwa-faq-item summary::after {
    content: "" !important;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M6 9L12 15L18 9' stroke='%230A1013' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E") !important;
    background-repeat: no-repeat !important;
    background-position: center !important;
    background-size: contain !important;
    width: 22px !important;
    height: 22px !important;
    position: absolute !important;
    right: 0 !important;
    top: 50% !important;
    color: transparent !important;
    transform: translateY(-50%) rotate(0deg) !important;
    transition: transform 0.2s ease !important;
}
.sfwa-faq-item[open] summary::after {
    content: "" !important;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M6 9L12 15L18 9' stroke='%230A1013' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E") !important;
    transform: translateY(-50%) rotate(180deg) !important;
}

/* QA fixes (Bryan notes 2026-06-24): center the couple in the "What Homeowners Notice" photo */
.sfwa-homeowners-notice img { object-position: 35% 45%; }

/* QA 2026-07-03: 760px-min-width compare grid overflowed mobile by 111px — scroll it instead */
.sfwa-compare-table-shell { overflow-x: auto; -webkit-overflow-scrolling: touch; }

/* QA 2026-07-03 round2 g-4 rule REVERTED (made overflow worse; compare-table region needs hands-on debug) */
