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

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

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

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

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

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

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

.hlsfsw-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;
}

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

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

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

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

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

.hlsfsw-btn-green:hover,
.hlsfsw-btn-green:focus {
    border-color: #a9d0a0;
    background: linear-gradient(90deg, #39713c 0%, #61a956 100%);
    color: #ffffff;
}

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

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

.hlsfsw-section {
    padding: 72px 0;
}

.hlsfsw-section-tight {
    padding-top: 0;
}

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

.hlsfsw-section-heading h2,
.hlsfsw-section-heading p,
.hlsfsw-split-copy h2,
.hlsfsw-split-copy p,
.hlsfsw-returns-copy h3,
.hlsfsw-returns-copy p,
.hlsfsw-cta-copy h2,
.hlsfsw-cta-copy p {
    margin: 0;
}

.hlsfsw-section-heading p {
    max-width: 670px;
    margin: 16px auto 0;
}

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

.hlsfsw-hero {
    padding: 44px 0 70px;
}

.hlsfsw-hero-row {
    --bs-gutter-x: 60px;
    --bs-gutter-y: 32px;
}

.hlsfsw-hero-copy {
    display: flex;
    flex-direction: column;
    gap: 24px;
    max-width: 650px;
    padding-top: 8px;
}

.hlsfsw-hero-copy h1 {
    margin: 0;
    max-width: 602px;
    color: #182f22;
}

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

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

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

.hlsfsw-hero-media {
    min-height: 468px;
}

.hlsfsw-hero-media-card {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    min-height: 468px;
    padding-left: 10px;
}

.hlsfsw-hero-media-card img {
    width: 574px;
    max-width: 574px;
    height: auto;
    object-fit: contain;
}

.hlsfsw-stat-grid {
    display: grid;
    grid-template-columns: repeat(5, minmax(0, 1fr));
    gap: 24px 28px;
    margin-top: 68px;
    padding-top: 24px;
}

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

.hlsfsw-stat-card strong,
.hlsfsw-stat-card span {
    margin: 0;
}

.hlsfsw-stat-card strong {
    color: #0a1013;
    font-size: 16px;
    font-weight: 600;
    line-height: 1.15;
}

.hlsfsw-stat-card span {
    color: #2f3532;
    font-size: 14px;
    line-height: 1.55;
    max-width: 203px;
}

.hlsfsw-stat-icon {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 40px;
    height: 40px;
    border: 2px solid #6cb55f;
    border-radius: 999px;
    color: #6cb55f;
    font-size: 16px;
    font-weight: 700;
}

.hlsfsw-stat-icon-image {
    width: 41px;
    height: 41px;
    object-fit: contain;
}

.hlsfsw-info-card,
.hlsfsw-limit-card {
    display: flex;
    flex-direction: column;
    gap: 16px;
    padding: 36px;
}

.hlsfsw-info-card {
    min-height: 326px;
}

.hlsfsw-limit-card {
    min-height: 382px;
}

.hlsfsw-info-card h3,
.hlsfsw-limit-card h3,
.hlsfsw-stage-copy h3,
.hlsfsw-combo-copy h3 {
    margin: 0;
    color: #2f3532;
    font-size: 20px;
    font-weight: 700;
    line-height: 1.55;
    letter-spacing: -0.3px;
}

.hlsfsw-card-icon,
.hlsfsw-limit-icon {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 36px;
    height: 36px;
    border-radius: 999px;
    font-size: 16px;
    font-weight: 700;
}

.hlsfsw-card-icon {
    color: #6cb55f;
    border: 2px solid #6cb55f;
}

.hlsfsw-limit-icon {
    color: #d71920;
    border: 2px solid #d71920;
}

.hlsfsw-limit-icon-image {
    width: 36px;
    height: 41px;
    object-fit: contain;
}

.hlsfsw-card-icon-image {
    width: 36px;
    height: 41px;
    object-fit: contain;
}

.hlsfsw-split-row {
    --bs-gutter-x: 64px;
    --bs-gutter-y: 32px;
    min-height: 540px;
}

.hlsfsw-split-copy {
    display: flex;
    flex-direction: column;
    gap: 24px;
    max-width: 604px;
}

.hlsfsw-eyebrow {
    color: #0a1013;
    font-size: 20px;
    font-weight: 700;
    line-height: 1.55;
    letter-spacing: -0.3px;
}

.hlsfsw-image-shell {
    overflow: hidden;
    border-radius: 40px;
    background: #b1b1b1;
}

.hlsfsw-image-shell img {
    width: 100%;
    height: 540px;
    object-fit: cover;
}

.hlsfsw-image-shell-placeholder {
    min-height: 540px;
}

.hlsfsw-image-shell-soft img {
    object-position: center top;
}

.hlsfsw-inline-link {
    color: #ce3a00;
    font-size: 16px;
    font-weight: 700;
    line-height: 1.55;
    text-decoration: underline;
    text-decoration-thickness: 1px;
    text-underline-offset: 2px;
}

.hlsfsw-inline-link:hover,
.hlsfsw-inline-link:focus {
    color: #b83400;
}

.hlsfsw-returns {
    display: flex;
    flex-direction: column;
    gap: 32px;
}

.hlsfsw-returns-heading {
    margin-bottom: 0;
}

.hlsfsw-returns-tabs {
    display: grid;
    grid-template-columns: 260px 260px 267px 260px;
    justify-content: center;
    gap: 13px;
}

.hlsfsw-returns-tab {
    display: flex;
    align-items: center;
    gap: 9px;
    min-height: 77px;
    padding: 11px 16px;
    border: 0;
    border-radius: 410px;
    background: #dddddd;
    color: #9d9d9d;
    text-align: left;
    transition: background-color 0.2s ease, color 0.2s ease, transform 0.2s ease;
}

.hlsfsw-returns-tab:hover,
.hlsfsw-returns-tab:focus-visible {
    transform: translateY(-1px);
}

.hlsfsw-returns-tab.is-active {
    background: #407e43;
    color: #ffffff;
}

.hlsfsw-returns-tab-number {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 55px;
    height: 55px;
    flex: 0 0 55px;
    border-radius: 999px;
    background: #ffffff;
    color: #b5b5b5;
    font-size: 30px;
    font-weight: 700;
    line-height: 1;
}

.hlsfsw-returns-tab.is-active .hlsfsw-returns-tab-number {
    color: #407e43;
}

.hlsfsw-returns-tab-label {
    font-size: 14px;
    font-weight: 700;
    line-height: 1.45;
}

.hlsfsw-returns-panel {
    display: grid;
    grid-template-columns: 539px minmax(0, 1fr);
    gap: 64px;
    align-items: center;
    padding: 12px;
    border-radius: 64px;
    background: linear-gradient(204.5deg, #407e43 25.54%, #183022 108.13%);
}

.hlsfsw-returns-visual {
    display: flex;
    align-items: stretch;
    min-height: 430px;
    overflow: hidden;
    border-radius: 54px;
}

.hlsfsw-returns-visual-card {
    width: 100%;
    height: 720px;
    margin-top: 0;
    overflow: hidden;
    border-radius: 24px;
    background: #ffffff;
}

.hlsfsw-returns-visual-card img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.hlsfsw-returns-copy {
    display: flex;
    flex-direction: column;
    gap: 16px;
    max-width: 552px;
    padding-right: 20px;
}

.hlsfsw-returns-stage {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 47px;
    height: 47px;
    border: 4px solid #89d47b;
    border-radius: 999px;
    color: #89d47b;
    font-size: 26px;
    font-weight: 700;
    line-height: 1;
}

.hlsfsw-returns-copy h3 {
    color: #ffffff;
    font-size: 40px;
    font-weight: 700;
    line-height: 1.2;
}

.hlsfsw-returns-copy p {
    color: rgba(255, 255, 255, 0.95);
}

.hlsfsw-stage-grid {
    margin-bottom: 24px;
}

.hlsfsw-stage-card {
    display: flex;
    flex-direction: column;
    gap: 20px;
    padding: 12px;
    min-height: 382px;
}

.hlsfsw-stage-visual {
    height: 176px;
    overflow: hidden;
    border-radius: 24px;
    background: #ffffff;
}

.hlsfsw-stage-visual img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.hlsfsw-stage-visual-1,
.hlsfsw-stage-visual-2,
.hlsfsw-stage-visual-3,
.hlsfsw-stage-visual-4 {
    background: #ffffff;
}

.hlsfsw-stage-copy {
    display: flex;
    flex-direction: column;
    gap: 12px;
    padding: 0 12px 18px;
}

.hlsfsw-stage-label {
    margin: 0;
    color: #6cb55f;
    font-size: 14px;
    font-weight: 800;
    line-height: 1.3;
    letter-spacing: 0.08em;
    text-transform: uppercase;
}

.hlsfsw-combo-card {
    display: grid;
    grid-template-columns: 455px minmax(0, 1fr);
    gap: 36px;
    padding: 12px;
    border: 2px solid rgba(0, 0, 0, 0.14);
    border-radius: 32px;
    background-image: linear-gradient(205.56deg, #407e43 15.834%, #182f22 118.84%);
}

.hlsfsw-combo-visual {
    min-height: 311px;
    overflow: hidden;
    border-radius: 24px;
    background: #ffffff;
}

.hlsfsw-combo-visual img {
    width: 100%;
    height: 311px;
    object-fit: cover;
}

.hlsfsw-combo-copy {
    display: flex;
    flex-direction: column;
    justify-content: center;
    gap: 12px;
    padding: 28px 36px 28px 0;
}

.hlsfsw-combo-copy h3,
.hlsfsw-combo-copy .text-style-body {
    color: #ffffff;
}

.hlsfsw-cta-section {
    padding-top: 0;
    padding-bottom: 68px;
}

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

.hlsfsw-cta-copy {
    display: flex;
    flex-direction: column;
    gap: 32px;
    padding: 0 0 0 43px;
    align-self: center;
}

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

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

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

.hlsfsw-cta-media {
    overflow: hidden;
    min-height: 584px;
    border-radius: 52px;
}

.hlsfsw-cta-media img {
    width: 100%;
    height: 100%;
    min-height: 584px;
    object-fit: cover;
    object-position: center center;
}

.hlsfsw-cta-actions .hlsfsw-btn-green,
.hlsfsw-cta-actions .hlsfsw-btn-light-outline {
    min-height: 48px;
    padding: 10px 22px;
}

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

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

    .hlsfsw-returns-tabs {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .hlsfsw-returns-panel,
    .hlsfsw-combo-card,
    .hlsfsw-cta-card {
        grid-template-columns: 1fr;
    }

    .hlsfsw-returns-copy,
    .hlsfsw-cta-copy {
        max-width: none;
        padding-right: 0;
    }

    .hlsfsw-cta-copy {
        padding: 28px 28px 0;
    }

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

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

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

    .hlsfsw-hero-row,
    .hlsfsw-split-row {
        min-height: 0;
    }

    .hlsfsw-hero-copy h1,
    .hlsfsw-returns-copy h3,
    .hlsfsw-cta-copy h2 {
        font-size: 40px;
    }

    .hlsfsw-stat-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .hlsfsw-info-card,
    .hlsfsw-limit-card {
        padding: 28px;
    }

    .hlsfsw-image-shell img {
        height: 420px;
    }

    .hlsfsw-image-shell-placeholder {
        min-height: 420px;
    }

    .hlsfsw-returns-panel {
        gap: 32px;
        padding: 12px;
        border-radius: 40px;
    }

    .hlsfsw-returns-visual-card {
        height: 340px;
        border-radius: 28px;
    }

    .hlsfsw-returns-visual {
        min-height: 340px;
    }

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

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

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

    .hlsfsw-hero-copy h1,
    .hlsfsw-section-heading h2,
    .hlsfsw-split-copy h2,
    .hlsfsw-returns-copy h3,
    .hlsfsw-cta-copy h2 {
        font-size: 32px;
    }

    .hlsfsw-hero-media,
    .hlsfsw-hero-media-card {
        min-height: 360px;
    }

    .hlsfsw-hero-media-card img {
        max-width: 100%;
    }

    .hlsfsw-stat-grid,
    .hlsfsw-returns-tabs {
        grid-template-columns: 1fr;
    }

    .hlsfsw-returns-tabs {
        justify-content: stretch;
    }

    .hlsfsw-returns-tab {
        min-height: 74px;
    }

    .hlsfsw-returns-tab-number {
        width: 48px;
        height: 48px;
        flex-basis: 48px;
        font-size: 24px;
    }

    .hlsfsw-returns-panel,
    .hlsfsw-card,
    .hlsfsw-cta-card {
        border-radius: 28px;
    }

    .hlsfsw-returns-copy {
        gap: 14px;
        padding: 0 12px 16px;
    }

    .hlsfsw-returns-stage {
        width: 42px;
        height: 42px;
        font-size: 22px;
    }

    .hlsfsw-returns-visual,
    .hlsfsw-returns-visual-card {
        min-height: 280px;
        height: 280px;
    }

    .hlsfsw-combo-copy,
    .hlsfsw-stage-copy {
        padding: 0 12px 12px;
    }

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

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

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

    .hlsfsw-cta-actions .hlsfsw-btn-light-outline {
        min-width: 0;
        width: 100%;
    }

}


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

/* QA 2026-07-03: hero bootstrap row gutters overflowed mobile by 8px */
@media (max-width: 991px) { .hlsfsw-hero-row { margin-left: 0 !important; margin-right: 0 !important; } }

/* QA 2026-07-03 round2: split rows have the same g-4 gutter overflow as the hero row */
@media (max-width: 991px) {
  .hlsfsw-section .row.g-4 { margin-left: 0 !important; margin-right: 0 !important; }
}
