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

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

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

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

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

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

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

.sfsb-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 52px;
    padding: 11px 24px;
    border-radius: 444px;
    font-size: 16px;
    font-weight: 700;
    line-height: 1.45;
    text-align: center;
    text-decoration: none;
    transition: background-color 0.2s ease, border-color 0.2s ease, color 0.2s ease, transform 0.2s ease;
}

.sfsb-btn:hover,
.sfsb-btn:focus {
    transform: translateY(-1px);
}

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

.sfsb-btn-primary:hover,
.sfsb-btn-primary:focus {
    border-color: #d44d50;
    background: linear-gradient(90deg, #8d1f04 0%, #bb2b08 100%);
    color: #ffffff;
}

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

.sfsb-btn-outline:hover,
.sfsb-btn-outline:focus {
    background: #fff3ef;
    color: #8d1f04;
}

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

.sfsb-btn-green:hover,
.sfsb-btn-green:focus {
    border-color: #a8d29d;
    background: linear-gradient(90deg, #3a713d 0%, #5faa53 100%);
    color: #ffffff;
}

.sfsb-btn-light-outline {
    border: 2.8px solid #ffffff;
    background: transparent;
    color: #ffffff;
}

.sfsb-btn-light-outline:hover,
.sfsb-btn-light-outline:focus {
    background: rgba(255, 255, 255, 0.08);
    color: #ffffff;
}

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

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

.sfsb-section-heading h2,
.sfsb-section-heading p {
    margin: 0;
}

.sfsb-hero {
    padding: 44px 0 62px;
}

.sfsb-hero-row {
    --bs-gutter-x: 15px;
    --bs-gutter-y: 32px;
}

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

.sfsb-hero-copy h1,
.sfsb-hero-copy p {
    margin: 0;
}

.sfsb-hero-copy h1 {
    max-width: 661px;
    color: #182f22;
}

.sfsb-hero-kicker {
    color: #2f3532;
    font-size: 20px;
    font-weight: 700;
    line-height: 1.55;
}

.sfsb-hero-copy .text-style-body {
    max-width: 460px;
    color: #2f3532;
}

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

.sfsb-hero-media {
    display: flex;
    justify-content: flex-end;
}

.sfsb-hero-product-shell {
    position: relative;
    width: 574px;
    overflow: hidden;
    background: transparent;
}

.sfsb-hero-product-shell::before {
    content: none;
}

.sfsb-hero-product-shell img {
    width: 100%;
    height: auto;
    max-width: 100%;
}

.sfsb-proof-strip {
    display: grid;
    grid-template-columns: repeat(5, minmax(0, 1fr));
    gap: 24px 28px;
    margin-top: 78px;
    padding-top: 24px;
}

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

.sfsb-proof-item img {
    width: 40px;
    height: 40px;
    object-fit: contain;
}

.sfsb-proof-item strong,
.sfsb-proof-item span {
    margin: 0;
}

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

.sfsb-proof-item span {
    color: #2f3532;
    font-size: 14px;
    line-height: 1.55;
    max-width: 203px;
}

.sfsb-intro {
    padding-top: 0;
    padding-bottom: 0;
}

.sfsb-intro-card {
    display: grid;
    grid-template-columns: 501px minmax(0, 1fr);
    gap: 0;
    align-items: center;
    min-height: 482px;
    padding: 0 0 0 0;
    border-radius: 42px;
    background: linear-gradient(205.82deg, #407e43 25.54%, #182f22 108.13%);
}

.sfsb-intro-visual {
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 482px;
    padding: 0 18px;
}

.sfsb-intro-placeholder {
    width: 225px;
    max-width: 100%;
}

.sfsb-intro-copy {
    display: flex;
    flex-direction: column;
    gap: 18px;
    max-width: 617px;
    padding: 53px 80px 53px 42px;
}

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

.sfsb-core-difference {
    padding-top: 120px;
    padding-bottom: 4px;
}

.sfsb-core-difference .sfsb-section-heading {
    width: 100%;
    max-width: 894px;
    margin-bottom: 42px;
}

.sfsb-core-difference .sfsb-section-heading h2 {
    max-width: 792px;
    margin: 0 auto;
    color: #182f22;
    text-align: center;
}

.sfsb-core-difference .row {
    --bs-gutter-x: 64px;
    --bs-gutter-y: 32px;
    width: 984px;
    max-width: 100%;
    margin-right: auto;
    margin-left: auto;
}

.sfsb-difference-card,
.sfsb-fit-card {
    display: flex;
    flex-direction: column;
    gap: 16px;
    height: 100%;
    max-width: 460px;
}

.sfsb-difference-card p {
    max-width: 460px;
}

.sfsb-difference-card h3,
.sfsb-fit-card h3,
.sfsb-daily-point h3,
.sfsb-maintenance-body h3 {
    margin: 0;
    color: #2f3532;
    font-size: 16px;
    font-weight: 700;
    line-height: 1.55;
    letter-spacing: -0.3px;
}

.sfsb-difference-card p,
.sfsb-fit-card p,
.sfsb-daily-point p,
.sfsb-maintenance-body p {
    margin: 0;
    color: #2f3532;
    font-size: 16px;
    line-height: 1.55;
}

.sfsb-difference-icon {
    width: 62px;
    height: 62px;
    object-fit: contain;
}

.sfsb-difference-icon-red {
    width: 62px;
    height: 62px;
}

.sfsb-difference-icon-green {
    width: 62px;
    height: 62px;
}

.sfsb-difference-card .sfsb-btn {
    align-self: flex-start;
    padding-right: 36px;
    padding-left: 36px;
    white-space: nowrap;
}

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

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

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

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

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

.sfsb-difference-card .sfsb-btn {
    align-self: flex-start;
    width: 100%;
    min-width: 440px;
    max-width: 100%;
    min-height: 48px;
    padding: 10px 36px;
    border-width: 2.625px;
    border-radius: 358.615px;
    font-size: 14px;
    white-space: nowrap;
}

.sfsb-table-section {
    padding-top: 64px;
}

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

.sfsb-compare-table {
    width: 100%;
    border-collapse: separate;
    border-spacing: 0;
    overflow: hidden;
    border-radius: 24px;
    background: #fafafa;
}

.sfsb-compare-table th,
.sfsb-compare-table td {
    padding: 16px 20px;
    font-size: 14px;
    line-height: 1.43;
    vertical-align: middle;
}

.sfsb-compare-table thead th {
    color: #fafafa;
    font-weight: 800;
    text-align: left;
}

.sfsb-compare-table thead th:first-child {
    background: #27513c;
}

.sfsb-th-red {
    background: #d71920;
}

.sfsb-th-green {
    background: #6cb55f;
}

.sfsb-compare-table tbody th {
    color: #101828;
    font-weight: 700;
    width: 28%;
}

.sfsb-compare-table tbody td {
    color: #2f3532;
}

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

.sfsb-proof {
    padding-top: 72px;
}

.sfsb-proof-row {
    --bs-gutter-x: 52px;
}

.sfsb-proof-copy {
    display: flex;
    flex-direction: column;
    gap: 18px;
    max-width: 494px;
}

.sfsb-proof-copy h2,
.sfsb-proof-copy p {
    margin: 0;
}

.sfsb-proof-copy h2 {
    color: #182f22;
}

.sfsb-proof-copy a {
    color: #ce3a00;
    font-size: 14px;
    font-weight: 700;
    line-height: 1.55;
    text-decoration: underline;
    text-decoration-thickness: 1px;
    text-underline-offset: 2px;
}

.sfsb-proof-copy a:hover,
.sfsb-proof-copy a:focus {
    color: #b83400;
}

.sfsb-proof-placeholder {
    min-height: 318px;
    border-radius: 24px;
    background: #b1b1b1;
}

.sfsb-daily-life {
    padding-top: 22px;
}

.sfsb-daily-media {
    overflow: hidden;
    border-radius: 20px;
}

.sfsb-daily-media img {
    width: 100%;
    height: 489px;
    object-fit: cover;
}

.sfsb-daily-copy {
    display: flex;
    flex-direction: column;
    gap: 28px;
}

.sfsb-daily-copy h2 {
    margin: 0;
    color: #182f22;
}

.sfsb-daily-points {
    display: flex;
    flex-direction: column;
    gap: 28px;
}

.sfsb-daily-point {
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.sfsb-maintenance {
    padding-top: 70px;
}

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

.sfsb-maintenance-image {
    overflow: hidden;
    border-radius: 12px;
}

.sfsb-maintenance-image img {
    width: 100%;
    height: 288px;
    object-fit: cover;
}

.sfsb-maintenance-body {
    display: flex;
    flex: 1 1 auto;
    flex-direction: column;
    gap: 12px;
    padding: 24px;
}

.sfsb-fit {
    padding-top: 74px;
}

.sfsb-faq {
    padding-top: 64px;
}

.sfsb-faq-list {
    display: flex;
    flex-direction: column;
    gap: 16px;
    max-width: 620px;
    margin: 0 auto;
}

.sfsb-faq-item {
    padding: 24px;
    border: 2px solid rgba(0, 0, 0, 0.05);
    border-radius: 32px;
    background: #f9f9f9;
}

.sfsb-faq-item summary {
    position: relative;
    padding-right: 42px;
    color: #182f22;
    font-size: 18px;
    font-weight: 600;
    line-height: 1.25;
    list-style: none;
    cursor: pointer;
}

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

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

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

.sfsb-faq-item p {
    margin: 12px 0 0;
    color: #2f3532;
    font-size: 16px;
    line-height: 1.55;
}

.sfsb-cta {
    padding-top: 80px;
    padding-bottom: 72px;
}

.sfsb-cta-card {
    display: grid;
    grid-template-columns: 388px minmax(0, 1fr);
    gap: 38px;
    align-items: center;
    padding: 12px;
    border-radius: 64px;
    background: linear-gradient(46.8deg, #9d2103 12.29%, #ca2c06 104.57%);
}

.sfsb-cta-copy {
    display: flex;
    flex-direction: column;
    gap: 28px;
    padding: 0 0 0 35px;
}

.sfsb-cta-copy h2,
.sfsb-cta-copy p {
    margin: 0;
    color: #ffffff;
}

.sfsb-cta-copy h2 {
    max-width: 360px;
    font-size: 40px;
    font-weight: 700;
    line-height: 1.2;
}

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

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

.sfsb-cta-actions .sfsb-btn {
    min-height: 48px;
    padding: 10px 22px;
}

.sfsb-cta-actions .sfsb-btn-light-outline {
    min-width: 332px;
}

.sfsb-cta-media {
    position: relative;
    overflow: hidden;
    min-height: 480px;
    border-radius: 52px;
}

.sfsb-cta-media img {
    width: 100%;
    height: 100%;
    min-height: 480px;
    object-fit: cover;
}

@media (max-width: 1199.98px) {
    .sfsb-proof-strip {
        grid-template-columns: repeat(3, minmax(0, 1fr));
    }

    .sfsb-intro-card,
    .sfsb-cta-card {
        grid-template-columns: 1fr;
    }

    .sfsb-intro-card {
        gap: 24px;
        padding: 36px;
    }

    .sfsb-intro-copy,
    .sfsb-cta-copy {
        padding: 24px 24px 0;
    }

    .sfsb-intro-visual {
        min-height: 320px;
        padding: 24px 24px 0;
    }

    .sfsb-intro-placeholder {
        width: 200px;
    }

    .sfsb-cta-media {
        min-height: 420px;
    }

    .sfsb-cta-media img {
        min-height: 420px;
    }
}

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

    .sfsb-hero {
        padding-top: 24px;
    }

    .sfsb-hero-copy h1,
    .sfsb-section-heading h2,
    .sfsb-proof-copy h2,
    .sfsb-daily-copy h2,
    .sfsb-cta-copy h2 {
        font-size: 40px;
    }

    .sfsb-hero-product-shell {
        width: 100%;
        max-width: 574px;
        margin: 0 auto;
    }

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

    .sfsb-proof-row {
        --bs-gutter-y: 28px;
    }

    .sfsb-proof-placeholder {
        min-height: 240px;
    }

    .sfsb-daily-media img {
        height: 420px;
    }
}

@media (max-width: 767.98px) {
    .sfsb-section {
        padding: 48px 0;
    }

    .sfsb-page .site-header {
        min-height: 84px;
    }

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

    .sfsb-hero-copy h1,
    .sfsb-section-heading h2,
    .sfsb-proof-copy h2,
    .sfsb-daily-copy h2,
    .sfsb-cta-copy h2 {
        font-size: 32px;
    }

    .sfsb-hero-kicker {
        font-size: 18px;
    }

    .sfsb-hero-actions {
        flex-wrap: nowrap;
        align-items: stretch;
    }

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

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

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

    .sfsb-hero-product-shell {
        height: 320px;
    }

    .sfsb-hero-product-shell img {
        width: 100%;
        height: 100%;
        object-fit: contain;
    }

    .sfsb-proof-strip {
        grid-template-columns: 1fr;
        margin-top: 48px;
    }

    .sfsb-intro-card {
        padding: 24px;
        border-radius: 32px;
    }

    .sfsb-intro-visual {
        min-height: 220px;
        padding: 12px 0 0;
    }

    .sfsb-intro-placeholder {
        width: 164px;
    }

    .sfsb-difference-card .sfsb-btn {
        min-width: 0;
        width: 100%;
    }

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

    .sfsb-compare-table {
        min-width: 940px;
    }

    .sfsb-proof-placeholder,
    .sfsb-daily-media,
    .sfsb-maintenance-card,
    .sfsb-faq-item,
    .sfsb-cta-card {
        border-radius: 24px;
    }

    .sfsb-daily-media img {
        height: 320px;
    }

    .sfsb-maintenance-body {
        padding: 20px;
    }

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

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

    .sfsb-cta-copy {
        padding: 18px 18px 0;
        gap: 20px;
    }

    .sfsb-cta-media,
    .sfsb-cta-media img {
        min-height: 300px;
        border-radius: 24px;
    }

    .sfsb-cta-actions .sfsb-btn-light-outline {
        min-width: 0;
    }
}


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

/* === FAQ ICON STANDARDIZATION → down chevron (replaces +/− ; rotates on open) 2026-06-17 === */
.sfsb-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;
}
.sfsb-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;
}
