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

.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 img {
    max-width: 100%;
}

.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-hero {
    padding: 44px 0 80px;
}

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

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

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

.sfw-hero-copy h1,
.sfw-heading h2,
.sfw-working-panel h3,
.sfw-expectation-copy h3,
.sfw-fit-body h3,
.sfw-objection-card h3,
.sfw-compare-summary h3,
.sfw-cta-copy h2 {
    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-heading p,
.sfw-compare-summary p,
.sfw-compare-bottom p,
.sfw-working-panel span,
.sfw-fit-body p,
.sfw-fit-note,
.sfw-objection-card p,
.sfw-cta-copy p {
    font-size: 16px;
    line-height: 1.55;
}

.sfw-hero-body p,
.sfw-heading p,
.sfw-compare-summary p,
.sfw-compare-bottom p,
.sfw-fit-body p,
.sfw-fit-note,
.sfw-objection-card p,
.sfw-cta-copy p {
    margin: 0;
}

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

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

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

.sfw-hero-product {
    display: block;
    width: 100%;
    max-width: 574px;
    height: auto;
    margin: 0;
}

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

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

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

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

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

.sfw-proof-item:nth-child(1) {
    width: 207px;
}

.sfw-proof-item:nth-child(2) {
    width: 212px;
}

.sfw-proof-item:nth-child(3) {
    width: 203px;
}

.sfw-proof-item:nth-child(4) {
    width: 180px;
}

.sfw-proof-item:nth-child(5) {
    width: 186px;
}

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

.sfw-compare {
    padding-top: 20px;
}

.sfw-compare-top {
    display: grid;
    grid-template-columns: 364px minmax(0, 1fr);
    gap: 64px;
    align-items: start;
    padding-bottom: 36px;
    border-bottom: 1px solid rgba(10, 16, 19, 0.16);
}

.sfw-compare-summary {
    display: flex;
    flex-direction: column;
    gap: 16px;
    align-items: flex-start;
    max-width: 272px;
}

.sfw-compare-summary img {
    width: 62px;
    height: 62px;
    object-fit: contain;
}

.sfw-compare-summary h3 {
    color: #2f3532;
    font-size: 16px;
    font-weight: 700;
    line-height: 1.55;
    letter-spacing: -0.3px;
}

.sfw-compare-bottom {
    display: grid;
    grid-template-columns: 364px repeat(2, minmax(0, 1fr));
    gap: 64px;
    padding-top: 36px;
}

.sfw-compare-bottom p:nth-child(2) {
    max-width: 243px;
    letter-spacing: -0.3px;
}

.sfw-compare-bottom p:nth-child(3) {
    max-width: 245px;
    letter-spacing: -0.3px;
}

.sfw-compare-emphasis {
    font-weight: 700;
}

.sfw-compare-emphasis-red {
    color: #d71920;
}

.sfw-compare-emphasis-green {
    color: #6cb55f;
}

.sfw-center-action {
    display: flex;
    justify-content: center;
    margin-top: 36px;
}

.sfw-center-action .btn {
    min-width: 442px;
}

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

.sfw-heading.text-center {
    text-align: center;
}

.sfw-heading .sfw-kicker {
    color: #6cb55f;
    font-weight: 700;
}

.sfw-working {
    padding-top: 24px;
}

.sfw-working-heading {
    max-width: none;
    margin: 0 0 42px;
    text-align: left;
}

.sfw-working-grid {
    --bs-gutter-x: 64px;
}

.sfw-working-panel {
    display: flex;
    flex-direction: column;
    gap: 36px;
}

.sfw-working-panel h3 {
    width: 325px;
    max-width: 100%;
    font-size: 20px;
    font-weight: 400;
    line-height: 1.55;
    letter-spacing: -0.3px;
}

.sfw-working-panel-positive h3 {
    color: #6cb55f;
}

.sfw-working-panel-negative h3 {
    width: 290px;
    color: #d71920;
}

.sfw-check-list {
    display: flex;
    flex-direction: column;
    gap: 36px;
    margin: 0;
    padding: 0;
    list-style: none;
}

.sfw-check-list li {
    display: grid;
    grid-template-columns: 24px minmax(0, 1fr);
    gap: 12px;
    align-items: start;
}

.sfw-check-list img {
    width: 24px;
    height: 24px;
    object-fit: contain;
    margin-top: 1px;
}

.sfw-check-list strong {
    display: block;
    margin-bottom: 4px;
    color: #2f3532;
    font-size: 16px;
    font-weight: 700;
    line-height: 1.55;
    letter-spacing: -0.3px;
}

.sfw-tech {
    padding-top: 54px;
}

.sfw-process {
    margin-top: 42px;
}

.sfw-process-label {
    display: block;
    margin-bottom: 24px;
    color: #2f3532;
    font-size: 16px;
    font-weight: 700;
    line-height: 1.45;
    text-align: center;
}

.sfw-process-step {
    height: 100%;
    padding: 24px 18px;
    border: 1.6px solid rgba(0, 0, 0, 0.14);
    border-radius: 20px;
    background: #eef2f0;
    text-align: center;
}

.sfw-process-number {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 48px;
    height: 48px;
    margin-bottom: 16px;
    border: 4px solid #6cb55f;
    border-radius: 50%;
    color: #6cb55f;
    font-size: 20px;
    font-weight: 700;
    line-height: 1;
}

.sfw-process-step p {
    margin: 0;
    color: #2f3532;
    font-size: 14px;
    line-height: 1.55;
}

.sfw-process-note {
    max-width: 660px;
    margin: 28px auto 0;
    text-align: center;
}

.sfw-process-note h3,
.sfw-process-note p {
    margin: 0;
}

.sfw-process-note h3 {
    color: #182f22;
    font-size: 14px;
    font-weight: 700;
    line-height: 1.45;
}

.sfw-process-note p {
    margin-top: 8px;
}

.sfw-expectation {
    margin-top: 44px;
}

.sfw-expectation-heading {
    margin-bottom: 28px;
}

.sfw-expectation-tabs {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 12px;
    margin-bottom: 20px;
}

.sfw-expectation-tab {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 48px;
    padding: 14px 16px;
    border: 0;
    border-radius: 444px;
    background: #dddddd;
    color: #9d9d9d;
    font-size: 14px;
    font-weight: 700;
    line-height: 1.45;
}

.sfw-expectation-tab:hover,
.sfw-expectation-tab:focus-visible {
    outline: 0;
}

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

.sfw-expectation-card {
    display: grid;
    grid-template-columns: 539px minmax(0, 1fr);
    gap: 64px;
    padding: 12px 24px 12px 12px;
    min-height: 440px;
    border-radius: 64px;
    background: linear-gradient(217.84deg, #407e43 25.54%, #182f22 108.13%);
    align-items: center;
}

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

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

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

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

.sfw-expectation-card.is-active {
    display: grid;
}

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

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

.sfw-expectation-copy {
    display: flex;
    flex-direction: column;
    justify-content: center;
    width: 479px;
    max-width: 100%;
    gap: 24px;
    padding: 0;
}

.sfw-expectation-copy h3,
.sfw-icon-list span {
    color: #ffffff;
}

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

.sfw-expectation-heading .sfw-kicker {
    font-size: 20px;
    font-weight: 700;
}

.sfw-icon-list {
    display: flex;
    flex-direction: column;
    gap: 24px;
    margin: 0;
    padding: 0;
    list-style: none;
}

.sfw-icon-list li {
    display: grid;
    grid-template-columns: 42px minmax(0, 1fr);
    gap: 12px;
    align-items: center;
}

.sfw-icon-list img {
    width: 42px;
    height: 42px;
    object-fit: contain;
}

.sfw-icon-list span {
    font-size: 16px;
    font-weight: 400;
    line-height: 1.55;
}

#sfw-panel-1 .sfw-expectation-image img {
    position: absolute;
    left: -150px;
    top: -15px;
    width: 696px;
    height: 461px;
    max-width: none;
    object-position: center center;
}

#sfw-panel-2 .sfw-expectation-image img,
#sfw-panel-3 .sfw-expectation-image img,
#sfw-panel-4 .sfw-expectation-image img,
#sfw-panel-5 .sfw-expectation-image img {
    object-position: center top;
}

.sfw-fit {
    padding-top: 70px;
}

.sfw-fit-card,
.sfw-objection-card {
    height: 100%;
    border: 2px solid rgba(0, 0, 0, 0.14);
    border-radius: 32px;
    background: #eef2f0;
}

.sfw-fit-card {
    overflow: hidden;
}

.sfw-fit-media {
    overflow: hidden;
    height: 371px;
    margin: 12px 12px 0;
    border-radius: 24px;
}

.sfw-fit-placeholder {
    background: #ffffff;
}

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

.sfw-fit-body {
    display: flex;
    flex-direction: column;
    gap: 12px;
    padding: 32px 24px 28px;
}

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

.sfw-fit-note {
    max-width: 798px;
    margin: 28px auto 0;
    text-align: center;
}

.sfw-objections {
    padding-top: 24px;
}

.sfw-objections .sfw-heading {
    max-width: 894px;
    gap: 16px;
    margin-bottom: 42px;
    margin-left: 0;
    text-align: left;
}

.sfw-objections .sfw-heading p {
    max-width: 670px;
    color: #2f3532;
    text-align: left;
}

.sfw-objections .row {
    --bs-gutter-x: 24px;
    --bs-gutter-y: 24px;
}

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

.sfw-objection-card img {
    width: 36px;
    height: 36px;
    object-fit: contain;
}

.sfw-objection-card p {
    max-width: 520px;
}

.sfw-cta {
    padding-top: 0;
    padding-bottom: 72px;
}

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

.sfw-cta-copy {
    position: relative;
    z-index: 1;
    display: flex;
    flex-direction: column;
    gap: 32px;
    width: 398px;
    padding-top: 70px;
}

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

.sfw-cta-copy h2 {
    font-size: 48px;
    line-height: 1.2;
}

.sfw-cta-copy p {
    width: 398px;
    max-width: 100%;
}

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

.sfw-cta-actions .btn {
    min-height: 48px;
    padding: 10px 22px;
    border-width: 2.769px;
    border-radius: 409px;
    font-size: 16px;
    font-weight: 700;
    line-height: 1.45;
}

.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: 409px;
    color: #ffffff;
    font-size: 16px;
    font-weight: 700;
    line-height: 1.45;
    text-decoration: none;
    width: 332px;
}

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

.sfw-cta-visual {
    position: relative;
    min-height: 584px;
}

.sfw-cta-swoosh {
    position: absolute;
    left: -18px;
    top: 218px;
    width: 675px;
    max-width: none;
}

.sfw-cta-tanks {
    position: absolute;
    left: 149px;
    top: -5px;
    width: 399px;
    max-width: none;
}

.sfw-cta-badge {
    position: absolute;
    left: 408px;
    top: 220px;
    width: 241px;
    max-width: none;
}

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

@media (max-width: 1199.98px) {
    .sfw-compare-top,
    .sfw-compare-bottom,
    .sfw-expectation-card,
    .sfw-cta-card {
        grid-template-columns: 1fr;
    }

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

    .sfw-hero-visual,
    .sfw-cta-visual {
        min-height: 420px;
    }

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

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

    .sfw-proof-item:nth-child(n) {
        width: 220px;
    }

    .sfw-cta-card {
        min-height: 0;
        padding: 36px;
    }

    .sfw-expectation-copy {
        width: auto;
        padding: 12px 20px 28px;
    }

    .sfw-cta-copy {
        width: auto;
        padding-top: 0;
    }

    .sfw-cta-copy p,
    .sfw-cta-phone {
        width: auto;
    }

    .sfw-cta-actions {
        align-items: stretch;
    }

    .sfw-cta-swoosh {
        left: 50%;
        top: 184px;
        width: 520px;
        transform: translateX(-50%);
    }

    .sfw-cta-tanks {
        left: 50%;
        top: 0;
        width: 360px;
        transform: translateX(-45%);
    }

    .sfw-cta-badge {
        left: 50%;
        top: 190px;
        width: 210px;
        transform: translateX(18%);
    }
}

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

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

    .sfw-fit-media {
        height: 300px;
    }

    .sfw-expectation-image {
        min-height: 300px;
    }

    .sfw-expectation-copy h3 {
        font-size: 32px;
    }
}

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

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

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

    .sfw-hero-main {
        gap: 32px;
    }

    .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;
        min-height: 300px;
    }

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

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

    .sfw-proof-item:nth-child(n) {
        width: calc(50% - 6px);
    }

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

    .sfw-expectation-tabs {
        gap: 10px;
    }

    .sfw-expectation-tab {
        width: 100%;
    }

    .sfw-expectation-card {
        padding: 12px;
        gap: 28px;
        border-radius: 32px;
    }

    .sfw-expectation-image {
        min-height: 240px;
        border-radius: 24px;
    }

    .sfw-expectation-copy {
        gap: 24px;
        padding: 0 4px 8px;
    }

    .sfw-expectation-copy h3 {
        font-size: 32px;
    }

    .sfw-icon-list li {
        grid-template-columns: 32px minmax(0, 1fr);
        align-items: start;
        gap: 14px;
    }

    .sfw-icon-list img {
        width: 32px;
        height: 32px;
    }

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

    .sfw-center-action .btn {
        min-width: 0;
        width: 100%;
    }

    .sfw-heading,
    .sfw-compare-top,
    .sfw-compare-bottom {
        gap: 24px;
    }

    .sfw-compare-top,
    .sfw-compare-bottom {
        padding-bottom: 24px;
        padding-top: 24px;
    }

    .sfw-working-panel h3,
    .sfw-fit-body h3,
    .sfw-objection-card h3 {
        font-size: 18px;
    }

    .sfw-working-grid {
        --bs-gutter-x: 24px;
    }

    .sfw-working-panel {
        gap: 24px;
    }

    .sfw-check-list {
        gap: 24px;
    }

    .sfw-process-step,
    .sfw-fit-card,
    .sfw-objection-card,
    .sfw-cta-card {
        border-radius: 24px;
    }

    .sfw-expectation-card {
        padding: 12px;
        border-radius: 32px;
    }

    .sfw-expectation-image {
        min-height: 220px;
        border-radius: 24px;
    }

    .sfw-expectation-copy {
        gap: 20px;
        padding: 8px 8px 16px;
    }

    .sfw-fit-media {
        height: 240px;
        border-radius: 20px;
    }

    .sfw-fit-body,
    .sfw-objection-card {
        padding: 24px 20px;
    }

    .sfw-cta-card {
        padding: 24px;
    }

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

    .sfw-cta-visual {
        min-height: 280px;
    }

    .sfw-cta-swoosh {
        top: 126px;
        width: 340px;
    }

    .sfw-cta-tanks {
        top: 6px;
        width: 240px;
        transform: translateX(-45%);
    }

    .sfw-cta-badge {
        top: 124px;
        width: 138px;
        transform: translateX(16%);
    }
}


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