
.mfnxt-basket-page {
    font-family: var(--third-font);
    color: var(--c-ink);
    }
    
    .basket-hero-section {
    position: relative;
    padding: 88px 0 96px;
    background: var(--c-white);
    overflow: hidden;
    }
    
    .basket-container {
    width: var(--container);
    margin-inline: auto;
    }
    
    .basket-hero-grid {
    display: grid;
    grid-template-columns: minmax(0, 1.15fr) minmax(360px, 0.85fr);
    align-items: center;
    gap: 72px;
    }
    
    .basket-hero-content {
    min-width: 0;
    }
    
    .basket-hero-eyebrow,
    .basket-section-eyebrow,
    .basket-card-eyebrow {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    margin: 0;
    font-family: var(--third-font);
    font-size: 11px;
    font-weight: 700;
    line-height: 1.4;
    letter-spacing: 0.12em;
    text-transform: uppercase;
    color: var(--basket-accent);
    }
    
    .basket-hero-eyebrow {
    margin-bottom: 18px;
    }
    
    .basket-hero-content h1 {
    max-width: 760px;
    margin: 0;
    font-family: var(--third-font);
    font-size:clamp(32px, 5.1vw, 55px);
    font-weight: 550;
    line-height: 1.04;
    letter-spacing: 0.005em;
    color: var(--c-ink);
    }
    
    .basket-hero-tagline {
    max-width: 680px;
    margin: 22px 0 0;
    font-family: var(--third-font);
    font-size: clamp(17px, 2vw, 17px);
    font-weight: 400;
    line-height: 1.35;
    letter-spacing: -0.02em;
    color: var(--c-slate);
    }
    
    .basket-hero-description {
    max-width: 700px;
    margin: 16px 0 0;
    font-family: var(--third-font);
    font-size: 17px;
    font-weight: 400;
    line-height: 1.55;
    color: var(--c-slate);
    }
    
    .basket-hero-facts {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    max-width: 700px;
    margin-top: 38px;
    border-top: 1px solid var(--c-line);
    border-bottom: 1px solid var(--c-line);
    }
    
    .basket-fact {
    min-width: 0;
    padding: 20px 22px;
    border-right: 1px solid var(--c-line);
    }
    
    .basket-fact:first-child {
    padding-left: 0;
    }
    
    .basket-fact:last-child {
    padding-right: 0;
    border-right: 0;
    }
    
    .basket-fact span {
    display: block;
    margin-bottom: 7px;
    font-family: var(--third-font);
    font-size: 12px;
    font-weight: 800;
    line-height: 1.4;
    letter-spacing: 0.11em;
    text-transform: uppercase;
    color: var(--c-slate);
    }
    
    .basket-fact strong {
    display: block;
    font-family: var(--third-font);
    font-size: 14px;
    font-weight: 500;
    line-height: 1.45;
    color: var(--c-muted);
    }
    
    .basket-risk-image {
    display: block;
    width: 100%;
    max-width: 150px;
    height: auto;
    margin-top: 4px;
    object-fit: contain;
    object-position: left center;
    }
    
    .basket-risk-image-small {
    max-width: 130px;
    }
    
    .basket-hero-actions {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 12px;
    margin-top: 32px;
    }
    
    .basket-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 9px;
    min-height: 48px;
    padding: 12px 20px;
    border-radius: var(--radius-pill);
    font-family: var(--third-font);
    font-size: 14px;
    font-weight: 600;
    line-height: 1.2;
    text-decoration: none;
    transition:
    transform 180ms var(--ease),
    background-color 180ms var(--ease),
    border-color 180ms var(--ease),
    color 180ms var(--ease),
    box-shadow 180ms var(--ease);
    }
    
    .basket-btn:hover {
    transform: translateY(-2px);
    }
    
    .basket-btn-primary {
    color: var(--c-white);
    background: var(--basket-accent);
    border: 1px solid var(--basket-accent);
    box-shadow: var(--shadow-md);
    }
    
    .basket-btn-primary:hover {
    color: var(--c-white);
    background: var(--basket-accent);
    border-color: var(--basket-accent);
    box-shadow: var(--shadow-lg);
    }
    
    .basket-btn-secondary {
    color: var(--c-ink);
    background: var(--c-white);
    border: 1px solid var(--c-line);
    }
    
    .basket-btn-secondary:hover {
    color: var(--basket-accent);
    border-color: var(--basket-accent);
    }
    
    /* Hero right card */
    
    .basket-hero-card {
    position: relative;
    padding: 34px;
    border: 1px solid var(--c-line);
    border-radius: var(--radius-lg);
    background: var(--c-white);
    box-shadow: var(--shadow-lg);
    overflow: hidden;
    }
    
    .basket-hero-card::before {
    content: "";
    position: absolute;
    inset: 0 0 auto;
    height: 5px;
    background: var(--basket-accent);
    }
    
    .basket-hero-card-top {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 20px;
    }
    
    .basket-hero-card-top span {
    font-family: var(--third-font);
    font-size: 11px;
    font-weight: 700;
    line-height: 1.4;
    letter-spacing: 0.11em;
    text-transform: uppercase;
    color: var(--basket-accent);
    }
    
    .basket-hero-card-top i {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 38px;
    height: 38px;
    flex: 0 0 38px;
    border-radius: 50%;
    font-size: 17px;
    color: var(--basket-accent);
    background: color-mix(
    in srgb,
    var(--basket-accent) 10%,
    white
    );
    }
    
    .basket-hero-card-icon {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 68px;
    height: 68px;
    margin-top: 28px;
    border-radius: 18px;
    color: var(--basket-accent);
    background: color-mix(
    in srgb,
    var(--basket-accent) 10%,
    white
    );
    }
    
    .basket-hero-card-icon i {
    font-size: 30px;
    }
    
    .basket-card-eyebrow {
    margin-top: 26px;
    }
    
    .basket-hero-card h2 {
    margin: 3px 0 0;
    font-family: var(--third-font);
    font-size: clamp(22px, 3vw, 32px);
    font-weight: 800;
    line-height: 1.12;
    letter-spacing: 0.005em;
    color: var(--c-ink);
    }
    
    .basket-hero-card p {
    margin: 0px 0 0;
    font-family: var(--third-font);
    font-size: 16px;
    font-weight: 400;
    line-height: 1.7;
    color: var(--c-muted);
    }
    
    .basket-card-divider {
    height: 1px;
    margin: 20px 0;
    background: var(--c-line);
    }
    
    .basket-card-facts {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 24px;
    }
    
    .basket-card-facts span {
    display: block;
    margin-bottom: 0px;
    font-family: var(--third-font);
    font-size: 10px;
    font-weight: 700;
    line-height: 1.4;
    letter-spacing: 0.11em;
    text-transform: uppercase;
    color: var(--c-muted);
    }
    
    .basket-card-facts strong {
    display: block;
    font-family: var(--third-font);
    font-size: 14px;
    font-weight: 700;
    line-height: 1.45;
    color: var(--c-ink);
    }
    
    .basket-card-note {
    display: flex;
    align-items: flex-start;
    gap: 10px;
    margin-top: 26px;
    padding: 14px 15px;
    border-radius: var(--radius-sm);
    background: var(--c-cream);
    }
    
    .basket-card-note i {
    flex: 0 0 auto;
    margin-top: 2px;
    font-size: 14px;
    color: var(--basket-accent);
    }
    
    .basket-card-note span {
    font-family: var(--third-font);
    font-size: 12px;
    font-weight: 500;
    line-height: 1.55;
    color: var(--c-muted);
    }
    

    /* ==========================================================================
    TABLET — 768px TO 991.98px
    ========================================================================== */
    
    @media (max-width: 991.98px) {
    .basket-hero-section {
    padding: 72px 0 80px;
    }
    
    .basket-hero-grid {
    grid-template-columns: 1fr;
    gap: 48px;
    }
    
    .basket-hero-content {
    text-align: center;
    }
    
    .basket-hero-eyebrow {
    justify-content: center;
    }
    
    .basket-hero-content h1,
    .basket-hero-tagline,
    .basket-hero-description {
    margin-left: auto;
    margin-right: auto;
    }
    
    .basket-hero-content h1 {
    max-width: 760px;
    font-size: clamp(40px, 7vw, 55px);
    line-height: 1.06;
    }
    
    .basket-hero-tagline {
    max-width: 680px;
    font-size: 17px;
    line-height: 1.45;
    }
    
    .basket-hero-description {
    max-width: 680px;
    font-size: 16px;
    line-height: 1.6;
    }
    
    .basket-hero-facts {
    max-width: 720px;
    margin-left: auto;
    margin-right: auto;
    text-align: left;
    }
    
    .basket-hero-actions {
    justify-content: center;
    }
    
    .basket-hero-card {
    width: 100%;
    max-width: 620px;
    margin-left: auto;
    margin-right: auto;
    }
    }
    
    
    /* ==========================================================================
    SMALL SCREENS — 576px TO 767.98px
    ========================================================================== */
    
    @media (max-width: 767.98px) {
    .basket-hero-section {
    padding: 60px 0 68px;
    }
    
    .basket-hero-grid {
    gap: 40px;
    }
    
    .basket-hero-content {
    text-align: center;
    }
    
    .basket-hero-eyebrow {
    margin-bottom: 15px;
    font-size: 11px;
    line-height: 1.4;
    letter-spacing: 0.11em;
    }
    
    .basket-hero-content h1 {
    max-width: 650px;
    font-size: clamp(34px, 8vw, 46px);
    line-height: 1.08;
    letter-spacing: 0;
    }
    
    .basket-hero-tagline {
    max-width: 600px;
    margin-top: 18px;
    font-size: 17px;
    line-height: 1.45;
    }
    
    .basket-hero-description {
    max-width: 620px;
    margin-top: 14px;
    font-size: 15px;
    line-height: 1.65;
    }
    
    .basket-hero-facts {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    max-width: 650px;
    margin-top: 30px;
    text-align: center;
    }
    
    .basket-fact {
    padding: 17px 12px;
    }
    
    .basket-fact:first-child {
    padding-left: 12px;
    }
    
    .basket-fact:last-child {
    padding-right: 12px;
    }
    
    .basket-fact span {
    margin-bottom: 6px;
    font-size: 10px;
    line-height: 1.4;
    letter-spacing: 0.09em;
    }
    
    .basket-fact strong {
    font-size: 13px;
    line-height: 1.45;
    }
    
    .basket-risk-image {
    max-width: 125px;
    margin: 5px auto 0;
    }
    
    .basket-hero-actions {
    justify-content: center;
    gap: 10px;
    margin-top: 28px;
    }
    
    .basket-btn {
    min-height: 46px;
    padding: 11px 18px;
    font-size: 13px;
    }
    
    .basket-hero-card {
    max-width: 560px;
    padding: 28px 24px;
    text-align: left;
    border-radius: var(--radius-lg);
    }
    
    .basket-hero-card-top span {
    font-size: 10px;
    }
    
    .basket-hero-card-top i {
    width: 36px;
    height: 36px;
    flex-basis: 36px;
    font-size: 16px;
    }
    
    .basket-hero-card-icon {
    width: 62px;
    height: 62px;
    margin-top: 30px;
    border-radius: 17px;
    }
    
    .basket-hero-card-icon i {
    font-size: 27px;
    }
    
    .basket-card-eyebrow {
    margin-top: 22px;
    font-size: 10px;
    }
    
    .basket-hero-card h2 {
    margin-top: 9px;
    font-size: clamp(25px, 6vw, 32px);
    line-height: 1.14;
    }
    
    .basket-hero-card p {
    margin-top: 11px;
    font-size: 15px;
    line-height: 1.65;
    }
    
    .basket-card-divider {
    margin: 21px 0;
    }
    
    .basket-card-facts {
    gap: 20px;
    }
    
    .basket-card-facts span {
    margin-bottom: 6px;
    font-size: 10px;
    }
    
    .basket-card-facts strong {
    font-size: 13px;
    line-height: 1.45;
    }
    
    .basket-card-note {
    margin-top: 22px;
    padding: 13px 14px;
    }
    
    .basket-card-note i {
    font-size: 13px;
    }
    
    .basket-card-note span {
    font-size: 11px;
    line-height: 1.55;
    }
    }
    
    /* ==========================================================================
    MOBILE — BELOW 576px
    ========================================================================== */
    
    @media (max-width: 575.98px) {
    .basket-hero-section {
    padding: 48px 0 56px;
    }
    
    .basket-hero-grid {
    gap: 34px;
    }
    
    .basket-hero-content {
    text-align: center;
    }
    
    .basket-hero-eyebrow {
    font-size: 10px;
    letter-spacing: 0.10em;
    }
    
    .basket-hero-content h1 {
    max-width: 100%;
    font-size: clamp(30px, 9.5vw, 40px);
    line-height: 1.1;
    letter-spacing: 0;
    }
    
    .basket-hero-tagline {
    margin-top: 16px;
    font-size: 16px;
    line-height: 1.45;
    }
    
    .basket-hero-description {
    margin-top: 13px;
    font-size: 14px;
    line-height: 1.65;
    }
    
    .basket-hero-facts {
    grid-template-columns: 1fr;
    width: 100%;
    margin-top: 27px;
    text-align: center;
    }
    
    .basket-fact,
    .basket-fact:first-child,
    .basket-fact:last-child {
    padding: 14px 10px;
    border-right: 0;
    border-bottom: 1px solid var(--c-line);
    }
    
    .basket-fact:last-child {
    border-bottom: 0;
    }
    
    .basket-fact span {
    margin-bottom: 5px;
    font-size: 10px;
    }
    
    .basket-fact strong {
    font-size: 13px;
    }
    
    .basket-risk-image {
    max-width: 140px;
    margin: 5px auto 0;
    }
    
    .basket-hero-actions {
    flex-direction: column;
    width: 100%;
    gap: 10px;
    margin-top: 25px;
    }
    
    .basket-btn {
    width: 100%;
    min-height: 46px;
    padding: 11px 16px;
    font-size: 13px;
    }
    
    .basket-hero-card {
    width: 100%;
    max-width: 100%;
    padding: 24px 20px;
    border-radius: var(--radius-md);
    }
    
    .basket-hero-card-top {
    gap: 14px;
    }
    
    .basket-hero-card-top span {
    font-size: 10px;
    letter-spacing: 0.09em;
    }
    
    .basket-hero-card-top i {
    width: 34px;
    height: 34px;
    flex-basis: 34px;
    font-size: 15px;
    }
    
    .basket-hero-card-icon {
    width: 56px;
    height: 56px;
    margin-top: 27px;
    border-radius: 15px;
    }
    
    .basket-hero-card-icon i {
    font-size: 24px;
    }
    
    .basket-card-eyebrow {
    margin-top: 20px;
    font-size: 10px;
    letter-spacing: 0.09em;
    }
    
    .basket-hero-card h2 {
    margin-top: 8px;
    font-size: 25px;
    line-height: 1.15;
    }
    
    .basket-hero-card p {
    margin-top: 10px;
    font-size: 14px;
    line-height: 1.65;
    }
    
    .basket-card-divider {
    margin: 19px 0;
    }
    
    .basket-card-facts {
    grid-template-columns: 1fr;
    gap: 15px;
    }
    
    .basket-card-facts span {
    margin-bottom: 5px;
    font-size: 10px;
    }
    
    .basket-card-facts strong {
    font-size: 13px;
    }
    
    .basket-card-note {
    gap: 8px;
    margin-top: 20px;
    padding: 12px 13px;
    }
    
    .basket-card-note i {
    font-size: 13px;
    }
    
    .basket-card-note span {
    font-size: 11px;
    line-height: 1.5;
    }
    }
    
    /* ==========================================================================
    VERY SMALL MOBILE — BELOW 375px
    ========================================================================== */
    
    @media (max-width: 374.98px) {
    .basket-hero-section {
    padding: 42px 0 50px;
    }
    
    .basket-hero-content h1 {
    font-size: 30px;
    line-height: 1.1;
    }
    
    .basket-hero-tagline {
    font-size: 15px;
    }
    
    .basket-hero-description {
    font-size: 13px;
    line-height: 1.65;
    }
    
    .basket-fact {
    padding: 13px 8px;
    }
    
    .basket-fact span {
    font-size: 9px;
    }
    
    .basket-fact strong {
    font-size: 12px;
    }
    
    .basket-hero-card {
    padding: 22px 17px;
    }
    
    .basket-hero-card h2 {
    font-size: 23px;
    }
    
    .basket-hero-card p {
    font-size: 13px;
    }
    
    .basket-btn {
    font-size: 12px;
    }
    }
    
/* ==========================================================================
   SECTION 01 — THE STORY
   ========================================================================== */

   .basket-story-section {
    position: relative;
    padding: 96px 0;
    background: var(--c-white);
    overflow: hidden;
}

.basket-story-layout {
    display: grid;
    grid-template-columns: 220px minmax(0, 1fr);
    align-items: start;
    gap: 72px;
    width: 100%;
}

.basket-section-marker {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 12px;
}

.basket-section-number {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 46px;
    height: 46px;
    flex: 0 0 46px;
    border: 1px solid var(--basket-accent);
    border-radius: 50%;
    font-family: var(--third-font);
    font-size: 13px;
    font-weight: 700;
    line-height: 1;
    color: var(--basket-accent);
    background: color-mix(
        in srgb,
        var(--basket-accent) 7%,
        var(--c-white)
    );
}

.basket-section-eyebrow {
    display: inline-flex;
    align-items: center;
    font-family: var(--third-font);
    font-size: 11px;
    font-weight: 700;
    line-height: 1.4;
    letter-spacing: 0.12em;
    text-transform: uppercase;
    color: var(--basket-accent);
}

.basket-section-eyebrow-mobile {
    display: none;
}

.basket-section-content {
    min-width: 0;
    max-width: 820px;
}

.basket-section-content h2 {
    max-width: 820px;
    margin: 0;
    font-family: var(--third-font);
    font-size: clamp(30px, 4vw, 48px);
    font-weight: 550;
    line-height: 1.12;
    letter-spacing: 0.005em;
    color: var(--c-ink);
}

.basket-section-content h2 em {
    font-family: var(--third-font);
    font-style: normal;
    color: var(--basket-accent);
}

.basket-rich-text {
    max-width: 760px;
    margin-top: 28px;
}

.basket-rich-text p {
    margin: 0 0 18px;
    font-family: var(--third-font);
    font-size: 17px;
    font-weight: 400;
    line-height: 1.7;
    color: var(--c-slate);
}

.basket-rich-text p:last-child {
    margin-bottom: 0;
}


/* ==========================================================================
   SECTION 01 — TABLET
   ========================================================================== */

@media (max-width: 991.98px) {
    .basket-story-section {
        padding: 80px 0;
    }

    .basket-story-layout {
        grid-template-columns: 1fr;
        gap: 30px;
    }

    .basket-section-marker {
        align-items: center;
        justify-content: center;
        text-align: center;
    }

    .basket-section-number {
        width: 46px;
        height: 46px;
        flex-basis: 46px;
        font-size: 13px;
    }

    .basket-section-eyebrow {
        font-size: 11px;
    }

    .basket-section-content {
        max-width: 760px;
        margin-inline: auto;
        text-align: center;
    }

    .basket-section-content h2 {
        max-width: 760px;
        margin-inline: auto;
        font-size: clamp(32px, 5vw, 44px);
        line-height: 1.12;
    }

    .basket-rich-text {
        max-width: 720px;
        margin: 24px auto 0;
    }

    .basket-rich-text p {
        font-size: 16px;
        line-height: 1.7;
    }
}


/* ==========================================================================
   SECTION 01 — SMALL SCREENS
   ========================================================================== */

@media (max-width: 767.98px) {
    .basket-story-section {
        padding: 68px 0;
    }

    .basket-story-layout {
        gap: 25px;
    }

    .basket-section-marker {
        gap: 10px;
    }

    .basket-section-number {
        width: 44px;
        height: 44px;
        flex-basis: 44px;
        font-size: 12px;
    }

    .basket-section-eyebrow {
        font-size: 10px;
        letter-spacing: 0.11em;
    }

    .basket-section-content {
        max-width: 650px;
    }

    .basket-section-content h2 {
        max-width: 650px;
        font-size: clamp(28px, 7vw, 38px);
        line-height: 1.14;
    }

    .basket-rich-text {
        max-width: 620px;
        margin-top: 20px;
    }

    .basket-rich-text p {
        margin-bottom: 15px;
        font-size: 15px;
        line-height: 1.7;
    }
}


/* ==========================================================================
   SECTION 01 — MOBILE
   ========================================================================== */

@media (max-width: 575.98px) {
    .basket-story-section {
        padding: 56px 0;
    }

    .basket-story-layout {
        gap: 22px;
    }

    .basket-section-marker {
        gap: 9px;
    }

    .basket-section-number {
        width: 42px;
        height: 42px;
        flex-basis: 42px;
        font-size: 11px;
    }

    .basket-section-eyebrow {
        font-size: 9px;
        letter-spacing: 0.10em;
    }

    .basket-section-content {
        width: 100%;
        max-width: 100%;
    }

    .basket-section-content h2 {
        max-width: 100%;
        font-size: clamp(26px, 8vw, 34px);
        line-height: 1.15;
    }

    .basket-rich-text {
        max-width: 100%;
        margin-top: 18px;
    }

    .basket-rich-text p {
        margin-bottom: 14px;
        font-size: 14px;
        line-height: 1.7;
    }
}


/* ==========================================================================
   SECTION 01 — VERY SMALL MOBILE
   ========================================================================== */

@media (max-width: 374.98px) {
    .basket-story-section {
        padding: 50px 0;
    }

    .basket-section-number {
        width: 40px;
        height: 40px;
        flex-basis: 40px;
        font-size: 10px;
    }

    .basket-section-eyebrow {
        font-size: 8px;
    }

    .basket-section-content h2 {
        font-size: 25px;
        line-height: 1.16;
    }

    .basket-rich-text p {
        font-size: 13px;
        line-height: 1.7;
    }
}

/* ==========================================================================
   SECTION 02 — ABOUT THIS BASKET
   ========================================================================== */

   .basket-about-section {
    position: relative;
    padding: 96px 0;
    background: var(--c-cream);
    overflow: hidden;
}

.basket-about-section .basket-container {
    width: var(--container);
    margin-inline: auto;
}

.basket-about-section .basket-two-column {
    display: grid;
    grid-template-columns: minmax(0, 0.85fr) minmax(0, 1.15fr);
    align-items: start;
    gap: 72px;
    width: 100%;
}

.basket-about-section .basket-section-heading-block {
    min-width: 0;
}

.basket-about-section .basket-section-marker {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 12px;
    margin-bottom: 28px;
}

.basket-about-section .basket-section-number {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 46px;
    height: 46px;
    flex: 0 0 46px;
    border: 1px solid var(--basket-accent);
    border-radius: 50%;
    font-family: var(--third-font);
    font-size: 13px;
    font-weight: 700;
    line-height: 1;
    color: var(--basket-accent);
    background: color-mix(
        in srgb,
        var(--basket-accent) 7%,
        white
    );
}

.basket-about-section .basket-section-eyebrow {
    display: inline-flex;
    align-items: center;
    font-family: var(--third-font);
    font-size: 11px;
    font-weight: 700;
    line-height: 1.4;
    letter-spacing: 0.12em;
    text-transform: uppercase;
    color: var(--basket-accent);
}

.basket-about-section .basket-section-heading-block h2 {
    max-width: 520px;
    margin: 0;
    font-family: var(--third-font);
    font-size: clamp(30px, 4vw, 48px);
    font-weight: 550;
    line-height: 1.12;
    letter-spacing: 0.005em;
    color: var(--c-ink);
}

.basket-about-section .basket-section-heading-block h2 em {
    font-family: var(--third-font);
    font-style: normal;
    color: var(--basket-accent);
}

.basket-about-section .basket-content-card {
    min-width: 0;
    padding: 36px;
    border: 1px solid var(--c-line);
    border-radius: var(--radius-lg);
    background: var(--c-white);
    box-shadow: var(--shadow-sm);
}

.basket-about-section .basket-rich-text {
    max-width: none;
    margin: 0;
}

.basket-about-section .basket-rich-text p {
    margin: 0;
    font-family: var(--third-font);
    font-size: 17px;
    font-weight: 400;
    line-height: 1.7;
    color: var(--c-slate);
}

.basket-about-section .basket-about-support {
    margin-top: 28px;
    padding-top: 24px;
    border-top: 1px solid var(--c-line);
}

.basket-about-section .basket-about-support > span,
.basket-about-section .basket-about-funds > span {
    display: block;
    margin-bottom: 8px;
    font-family: var(--third-font);
    font-size: 10px;
    font-weight: 700;
    line-height: 1.4;
    letter-spacing: 0.12em;
    text-transform: uppercase;
    color: var(--c-muted);
}

.basket-about-section .basket-about-support p {
    margin: 0;
    font-family: var(--third-font);
    font-size: 16px;
    font-weight: 400;
    line-height: 1.7;
    color: var(--c-slate);
}

.basket-about-section .basket-about-funds {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 20px;
    margin-top: 28px;
    padding: 16px 0;
    border-top: 1px solid var(--c-line);
    border-bottom: 1px solid var(--c-line);
}

.basket-about-section .basket-about-funds > span {
    margin: 0;
}

.basket-about-section .basket-about-funds strong {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 38px;
    height: 38px;
    padding: 0 10px;
    border-radius: 50%;
    font-family: var(--third-font);
    font-size: 13px;
    font-weight: 700;
    line-height: 1;
    color: var(--basket-accent);
    background: color-mix(
        in srgb,
        var(--basket-accent) 8%,
        white
    );
}

.basket-about-section .basket-text-link {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    margin-top: 28px;
    font-family: var(--third-font);
    font-size: 14px;
    font-weight: 600;
    line-height: 1.4;
    color: var(--basket-accent);
    text-decoration: none;
    transition:
        gap 180ms var(--ease),
        color 180ms var(--ease);
}

.basket-about-section .basket-text-link:hover {
    gap: 11px;
    color: var(--basket-accent);
}

.basket-about-section .basket-text-link i {
    font-size: 13px;
}


/* ==========================================================================
   SECTION 02 — TABLET
   ========================================================================== */

@media (max-width: 991.98px) {
    .basket-about-section {
        padding: 80px 0;
    }

    .basket-about-section .basket-two-column {
        grid-template-columns: 1fr;
        gap: 38px;
        max-width: 760px;
        margin-inline: auto;
    }

    .basket-about-section .basket-section-heading-block {
        text-align: center;
    }

    .basket-about-section .basket-section-marker {
        align-items: center;
        justify-content: center;
        margin-bottom: 24px;
    }

    .basket-about-section .basket-section-number {
        width: 46px;
        height: 46px;
        flex-basis: 46px;
        font-size: 13px;
    }

    .basket-about-section .basket-section-eyebrow {
        font-size: 11px;
    }

    .basket-about-section .basket-section-heading-block h2 {
        max-width: 650px;
        margin-inline: auto;
        font-size: clamp(32px, 5vw, 44px);
        line-height: 1.12;
    }

    .basket-about-section .basket-content-card {
        max-width: 720px;
        margin-inline: auto;
        padding: 32px;
        text-align: left;
    }

    .basket-about-section .basket-rich-text p {
        font-size: 16px;
        line-height: 1.7;
    }

    .basket-about-section .basket-about-support p {
        font-size: 15px;
    }
}


/* ==========================================================================
   SECTION 02 — SMALL SCREENS
   ========================================================================== */

@media (max-width: 767.98px) {
    .basket-about-section {
        padding: 68px 0;
    }

    .basket-about-section .basket-two-column {
        gap: 32px;
        max-width: 620px;
    }

    .basket-about-section .basket-section-marker {
        gap: 10px;
        margin-bottom: 21px;
    }

    .basket-about-section .basket-section-number {
        width: 44px;
        height: 44px;
        flex-basis: 44px;
        font-size: 12px;
    }

    .basket-about-section .basket-section-eyebrow {
        font-size: 10px;
        letter-spacing: 0.11em;
    }

    .basket-about-section .basket-section-heading-block h2 {
        max-width: 560px;
        font-size: clamp(28px, 7vw, 38px);
        line-height: 1.14;
    }

    .basket-about-section .basket-content-card {
        max-width: 620px;
        padding: 28px 24px;
        border-radius: var(--radius-md);
    }

    .basket-about-section .basket-rich-text p {
        font-size: 15px;
        line-height: 1.7;
    }

    .basket-about-section .basket-about-support {
        margin-top: 23px;
        padding-top: 20px;
    }

    .basket-about-section .basket-about-support p {
        font-size: 14px;
        line-height: 1.7;
    }

    .basket-about-section .basket-about-funds {
        margin-top: 22px;
        padding: 14px 0;
    }

    .basket-about-section .basket-text-link {
        margin-top: 23px;
        font-size: 13px;
    }
}


/* ==========================================================================
   SECTION 02 — MOBILE
   ========================================================================== */

@media (max-width: 575.98px) {
    .basket-about-section {
        padding: 56px 0;
    }

    .basket-about-section .basket-two-column {
        width: 100%;
        max-width: 100%;
        gap: 27px;
    }

    .basket-about-section .basket-section-marker {
        gap: 9px;
        margin-bottom: 19px;
    }

    .basket-about-section .basket-section-number {
        width: 42px;
        height: 42px;
        flex-basis: 42px;
        font-size: 11px;
    }

    .basket-about-section .basket-section-eyebrow {
        font-size: 9px;
        letter-spacing: 0.10em;
    }

    .basket-about-section .basket-section-heading-block h2 {
        max-width: 100%;
        font-size: clamp(26px, 8vw, 34px);
        line-height: 1.15;
    }

    .basket-about-section .basket-content-card {
        width: 100%;
        max-width: 100%;
        padding: 23px 19px;
        border-radius: var(--radius-md);
    }

    .basket-about-section .basket-rich-text p {
        font-size: 14px;
        line-height: 1.7;
    }

    .basket-about-section .basket-about-support {
        margin-top: 20px;
        padding-top: 18px;
    }

    .basket-about-section .basket-about-support > span,
    .basket-about-section .basket-about-funds > span {
        font-size: 9px;
    }

    .basket-about-section .basket-about-support p {
        font-size: 13px;
        line-height: 1.7;
    }

    .basket-about-section .basket-about-funds {
        margin-top: 19px;
        padding: 13px 0;
    }

    .basket-about-section .basket-about-funds strong {
        min-width: 36px;
        height: 36px;
        font-size: 12px;
    }

    .basket-about-section .basket-text-link {
        margin-top: 20px;
        font-size: 12px;
    }
}


/* ==========================================================================
   SECTION 02 — VERY SMALL MOBILE
   ========================================================================== */

@media (max-width: 374.98px) {
    .basket-about-section {
        padding: 50px 0;
    }

    .basket-about-section .basket-section-heading-block h2 {
        font-size: 25px;
        line-height: 1.16;
    }

    .basket-about-section .basket-content-card {
        padding: 21px 17px;
    }

    .basket-about-section .basket-rich-text p {
        font-size: 13px;
    }

    .basket-about-section .basket-about-support p {
        font-size: 12px;
    }

    .basket-about-section .basket-about-funds strong {
        min-width: 34px;
        height: 34px;
        font-size: 11px;
    }

    .basket-about-section .basket-text-link {
        font-size: 11px;
    }
}

/* ==========================================================================
   SECTION 03 — YOUR FINANCIAL OBJECTIVE
   ========================================================================== */

   .basket-objective-section {
    position: relative;
    padding: 96px 0;
    background: var(--c-white);
    overflow: hidden;
}

.basket-objective-section .basket-container {
    width: var(--container);
    margin-inline: auto;
}

.basket-objective-section .basket-section-intro {
    max-width: 820px;
    margin-bottom: 42px;
}

.basket-objective-section .basket-section-marker {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 12px;
    margin-bottom: 28px;
}

.basket-objective-section .basket-section-number {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 46px;
    height: 46px;
    flex: 0 0 46px;
    border: 1px solid var(--basket-accent);
    border-radius: 50%;
    font-family: var(--third-font);
    font-size: 13px;
    font-weight: 700;
    line-height: 1;
    color: var(--basket-accent);
    background: color-mix(
        in srgb,
        var(--basket-accent) 7%,
        white
    );
}

.basket-objective-section .basket-section-eyebrow {
    display: inline-flex;
    align-items: center;
    font-family: var(--third-font);
    font-size: 11px;
    font-weight: 700;
    line-height: 1.4;
    letter-spacing: 0.12em;
    text-transform: uppercase;
    color: var(--basket-accent);
}

.basket-objective-section .basket-section-intro h2 {
    max-width: 780px;
    margin: 0;
    font-family: var(--third-font);
    font-size: clamp(30px, 4vw, 48px);
    font-weight: 550;
    line-height: 1.12;
    letter-spacing: 0.005em;
    color: var(--c-ink);
}

.basket-objective-section .basket-section-intro h2 em {
    font-family: var(--third-font);
    font-style: normal;
    color: var(--basket-accent);
}

.basket-objective-section .basket-section-intro > p {
    max-width: 720px;
    margin: 20px 0 0;
    font-family: var(--third-font);
    font-size: 17px;
    font-weight: 400;
    line-height: 1.7;
    color: var(--c-slate);
}

.basket-objective-card {
    display: grid;
    grid-template-columns: minmax(0, 1.18fr) minmax(320px, .82fr);
    align-items: stretch;
    width: 100%;
    border: 1px solid var(--c-line);
    border-radius: var(--radius-lg);
    background: var(--c-white);
    box-shadow: var(--shadow-md);
    overflow: hidden;
}

.basket-objective-main {
    position: relative;
    min-width: 0;
    padding: 42px;
    background: color-mix(
        in srgb,
        var(--basket-accent) 5%,
        white
    );
}

.basket-objective-main::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 4px;
    height: 100%;
    background: var(--basket-accent);
}

.basket-objective-section .basket-card-icon {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 58px;
    height: 58px;
    border-radius: 16px;
    color: var(--basket-accent);
    background: color-mix(
        in srgb,
        var(--basket-accent) 10%,
        white
    );
}

.basket-objective-section .basket-card-icon i {
    font-size: 25px;
}

.basket-objective-main .basket-card-eyebrow {
    display: block;
    margin-top: 25px;
    font-family: var(--third-font);
    font-size: 11px;
    font-weight: 700;
    line-height: 1.4;
    letter-spacing: 0.12em;
    text-transform: uppercase;
    color: var(--basket-accent);
}

.basket-objective-main h3 {
    max-width: 620px;
    margin: 10px 0 0;
    font-family: var(--third-font);
    font-size: clamp(25px, 3vw, 36px);
    font-weight: 600;
    line-height: 1.18;
    letter-spacing: 0.005em;
    color: var(--c-ink);
}

.basket-objective-main .basket-rich-text {
    max-width: 650px;
    margin-top: 18px;
}

.basket-objective-main .basket-rich-text p {
    margin: 0;
    font-family: var(--third-font);
    font-size: 16px;
    font-weight: 400;
    line-height: 1.7;
    color: var(--c-slate);
}

.basket-objective-details {
    display: flex;
    flex-direction: column;
    justify-content: center;
    min-width: 0;
    padding: 36px;
    border-left: 1px solid var(--c-line);
    background: var(--c-white);
}

.basket-detail-row {
    padding: 18px 0;
    border-bottom: 1px solid var(--c-line);
}

.basket-detail-row:first-child {
    padding-top: 0;
}

.basket-detail-row:last-child {
    padding-bottom: 0;
    border-bottom: 0;
}

.basket-detail-row span {
    display: block;
    margin-bottom: 7px;
    font-family: var(--third-font);
    font-size: 10px;
    font-weight: 700;
    line-height: 1.4;
    letter-spacing: 0.11em;
    text-transform: uppercase;
    color: var(--c-muted);
}

.basket-detail-row strong {
    display: block;
    font-family: var(--third-font);
    font-size: 15px;
    font-weight: 600;
    line-height: 1.45;
    color: var(--c-ink);
}


/* ==========================================================================
   SECTION 03 — TABLET
   ========================================================================== */

@media (max-width: 991.98px) {
    .basket-objective-section {
        padding: 80px 0;
    }

    .basket-objective-section .basket-section-intro {
        max-width: 760px;
        margin: 0 auto 38px;
        text-align: center;
    }

    .basket-objective-section .basket-section-marker {
        align-items: center;
        margin-bottom: 24px;
    }

    .basket-objective-section .basket-section-number {
        width: 46px;
        height: 46px;
        flex-basis: 46px;
        font-size: 13px;
    }

    .basket-objective-section .basket-section-eyebrow {
        font-size: 11px;
    }

    .basket-objective-section .basket-section-intro h2 {
        max-width: 720px;
        margin-inline: auto;
        font-size: clamp(32px, 5vw, 44px);
        line-height: 1.12;
    }

    .basket-objective-section .basket-section-intro > p {
        max-width: 700px;
        margin: 19px auto 0;
        font-size: 16px;
        line-height: 1.7;
    }

    .basket-objective-card {
        grid-template-columns: 1fr;
        max-width: 720px;
        margin-inline: auto;
    }

    .basket-objective-main {
        padding: 36px;
        text-align: center;
    }

    .basket-objective-main::before {
        top: 0;
        left: 0;
        width: 100%;
        height: 4px;
    }

    .basket-objective-section .basket-card-icon {
        margin-inline: auto;
    }

    .basket-objective-main .basket-card-eyebrow {
        margin-top: 22px;
    }

    .basket-objective-main h3 {
        max-width: 620px;
        margin-inline: auto;
        font-size: clamp(25px, 4vw, 34px);
    }

    .basket-objective-main .basket-rich-text {
        max-width: 650px;
        margin: 17px auto 0;
    }

    .basket-objective-main .basket-rich-text p {
        font-size: 16px;
    }

    .basket-objective-details {
        padding: 30px 36px;
        border-top: 1px solid var(--c-line);
        border-left: 0;
        text-align: center;
    }

    .basket-detail-row:first-child {
        padding-top: 0;
    }
}


/* ==========================================================================
   SECTION 03 — SMALL SCREENS
   ========================================================================== */

@media (max-width: 767.98px) {
    .basket-objective-section {
        padding: 68px 0;
    }

    .basket-objective-section .basket-section-intro {
        margin-bottom: 32px;
    }

    .basket-objective-section .basket-section-marker {
        margin-bottom: 21px;
    }

    .basket-objective-section .basket-section-number {
        width: 44px;
        height: 44px;
        flex-basis: 44px;
        font-size: 12px;
    }

    .basket-objective-section .basket-section-eyebrow {
        font-size: 10px;
        letter-spacing: 0.11em;
    }

    .basket-objective-section .basket-section-intro h2 {
        max-width: 650px;
        font-size: clamp(28px, 7vw, 38px);
        line-height: 1.14;
    }

    .basket-objective-section .basket-section-intro > p {
        max-width: 620px;
        margin-top: 17px;
        font-size: 15px;
        line-height: 1.7;
    }

    .basket-objective-card {
        max-width: 620px;
        border-radius: var(--radius-md);
    }

    .basket-objective-main {
        padding: 30px 24px;
    }

    .basket-objective-main::before {
        height: 3px;
    }

    .basket-objective-section .basket-card-icon {
        width: 54px;
        height: 54px;
        border-radius: 15px;
    }

    .basket-objective-section .basket-card-icon i {
        font-size: 23px;
    }

    .basket-objective-main .basket-card-eyebrow {
        margin-top: 20px;
        font-size: 10px;
    }

    .basket-objective-main h3 {
        max-width: 560px;
        margin-top: 9px;
        font-size: clamp(24px, 6vw, 32px);
        line-height: 1.16;
    }

    .basket-objective-main .basket-rich-text {
        max-width: 560px;
        margin-top: 16px;
    }

    .basket-objective-main .basket-rich-text p {
        margin-bottom: 14px;
        font-size: 15px;
        line-height: 1.7;
    }

    .basket-objective-details {
        padding: 25px 24px;
    }

    .basket-detail-row {
        padding: 16px 0;
    }

    .basket-detail-row span {
        margin-bottom: 6px;
        font-size: 10px;
    }

    .basket-detail-row strong {
        font-size: 14px;
        line-height: 1.45;
    }
}


/* ==========================================================================
   SECTION 03 — MOBILE
   ========================================================================== */

@media (max-width: 575.98px) {
    .basket-objective-section {
        padding: 56px 0;
    }

    .basket-objective-section .basket-section-intro {
        margin-bottom: 27px;
    }

    .basket-objective-section .basket-section-marker {
        margin-bottom: 19px;
    }

    .basket-objective-section .basket-section-number {
        width: 42px;
        height: 42px;
        flex-basis: 42px;
        font-size: 11px;
    }

    .basket-objective-section .basket-section-eyebrow {
        font-size: 9px;
        letter-spacing: 0.10em;
    }

    .basket-objective-section .basket-section-intro h2 {
        max-width: 100%;
        font-size: clamp(26px, 8vw, 34px);
        line-height: 1.15;
    }

    .basket-objective-section .basket-section-intro > p {
        max-width: 100%;
        margin-top: 15px;
        font-size: 14px;
        line-height: 1.7;
    }

    .basket-objective-card {
        width: 100%;
        max-width: 100%;
    }

    .basket-objective-main {
        padding: 27px 19px;
    }

    .basket-objective-section .basket-card-icon {
        width: 52px;
        height: 52px;
        border-radius: 14px;
    }

    .basket-objective-section .basket-card-icon i {
        font-size: 22px;
    }

    .basket-objective-main .basket-card-eyebrow {
        margin-top: 18px;
        font-size: 9px;
        letter-spacing: 0.10em;
    }

    .basket-objective-main h3 {
        max-width: 100%;
        margin-top: 8px;
        font-size: 24px;
        line-height: 1.17;
    }

    .basket-objective-main .basket-rich-text {
        max-width: 100%;
        margin-top: 14px;
    }

    .basket-objective-main .basket-rich-text p {
        font-size: 14px;
        line-height: 1.7;
    }

    .basket-objective-details {
        padding: 21px 19px;
        text-align: center;
    }

    .basket-detail-row {
        padding: 14px 0;
    }

    .basket-detail-row span {
        margin-bottom: 5px;
        font-size: 9px;
    }

    .basket-detail-row strong {
        font-size: 13px;
        line-height: 1.45;
    }
}


/* ==========================================================================
   SECTION 03 — VERY SMALL MOBILE
   ========================================================================== */

@media (max-width: 374.98px) {
    .basket-objective-section {
        padding: 50px 0;
    }

    .basket-objective-section .basket-section-intro h2 {
        font-size: 25px;
        line-height: 1.16;
    }

    .basket-objective-section .basket-section-intro > p {
        font-size: 13px;
    }

    .basket-objective-main {
        padding: 24px 17px;
    }

    .basket-objective-main h3 {
        font-size: 22px;
    }

    .basket-objective-main .basket-rich-text p {
        font-size: 13px;
    }

    .basket-objective-details {
        padding: 19px 17px;
    }

    .basket-detail-row strong {
        font-size: 12px;
    }
}

/* ==========================================================================
   SECTION 04 — CONSIDER YOUR SITUATION
   ========================================================================== */

   .basket-situation-section {
    position: relative;
    padding: 96px 0;
    background: var(--c-cream);
    overflow: hidden;
}

.basket-situation-section .basket-container {
    width: var(--container);
    margin-inline: auto;
}

.basket-situation-section .basket-section-intro {
    max-width: 820px;
    margin-bottom: 42px;
}

.basket-situation-section .basket-section-marker {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 12px;
    margin-bottom: 28px;
}

.basket-situation-section .basket-section-number {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 46px;
    height: 46px;
    flex: 0 0 46px;
    border: 1px solid var(--basket-accent);
    border-radius: 50%;
    font-family: var(--third-font);
    font-size: 13px;
    font-weight: 700;
    line-height: 1;
    color: var(--basket-accent);
    background: color-mix(
        in srgb,
        var(--basket-accent) 7%,
        white
    );
}

.basket-situation-section .basket-section-eyebrow {
    display: inline-flex;
    align-items: center;
    font-family: var(--third-font);
    font-size: 11px;
    font-weight: 700;
    line-height: 1.4;
    letter-spacing: 0.12em;
    text-transform: uppercase;
    color: var(--basket-accent);
}

.basket-situation-section .basket-section-intro h2 {
    max-width: 780px;
    margin: 0;
    font-family: var(--third-font);
    font-size: clamp(30px, 4vw, 48px);
    font-weight: 550;
    line-height: 1.12;
    letter-spacing: 0.005em;
    color: var(--c-ink);
}

.basket-situation-section .basket-section-intro h2 em {
    font-family: var(--third-font);
    font-style: normal;
    color: var(--basket-accent);
}

.basket-situation-section .basket-section-intro > p {
    max-width: 720px;
    margin: 20px 0 0;
    font-family: var(--third-font);
    font-size: 17px;
    font-weight: 400;
    line-height: 1.7;
    color: var(--c-slate);
}

.basket-situation-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 24px;
    width: 100%;
}

.basket-situation-card {
    position: relative;
    min-width: 0;
    padding: 34px;
    border: 1px solid var(--c-line);
    border-radius: var(--radius-lg);
    background: var(--c-white);
    box-shadow: var(--shadow-sm);
    overflow: hidden;
}

.basket-situation-card::before {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    width: 100%;
    height: 4px;
    background: var(--basket-accent);
}

.basket-situation-positive::before {
    background: var(--basket-accent);
}

.basket-situation-warning::before {
    background: var(--c-muted);
}

.basket-situation-icon {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 52px;
    height: 52px;
    margin-bottom: 24px;
    border-radius: 15px;
    color: var(--basket-accent);
    background: color-mix(
        in srgb,
        var(--basket-accent) 9%,
        white
    );
}

.basket-situation-warning .basket-situation-icon {
    color: var(--c-muted);
    background: var(--c-cream);
}

.basket-situation-icon i {
    font-size: 22px;
    line-height: 1;
}

.basket-situation-card .basket-card-eyebrow {
    display: block;
    margin: 0;
    font-family: var(--third-font);
    font-size: 11px;
    font-weight: 700;
    line-height: 1.4;
    letter-spacing: 0.12em;
    text-transform: uppercase;
    color: var(--basket-accent);
}

.basket-situation-warning .basket-card-eyebrow {
    color: var(--c-muted);
}

.basket-situation-card h3 {
    max-width: 520px;
    margin: 10px 0 0;
    font-family: var(--third-font);
    font-size: clamp(22px, 2.5vw, 30px);
    font-weight: 600;
    line-height: 1.2;
    letter-spacing: 0.005em;
    color: var(--c-ink);
}

.basket-situation-card p {
    max-width: 560px;
    margin: 15px 0 0;
    font-family: var(--third-font);
    font-size: 16px;
    font-weight: 400;
    line-height: 1.7;
    color: var(--c-slate);
}

.basket-risk-explanation {
    display: flex;
    align-items: flex-start;
    gap: 13px;
    width: 100%;
    margin-top: 24px;
    padding: 20px 22px;
    border: 1px solid var(--c-line);
    border-radius: var(--radius-md);
    background: var(--c-white);
}

.basket-risk-explanation > i {
    flex: 0 0 auto;
    margin-top: 2px;
    font-size: 17px;
    line-height: 1;
    color: var(--basket-accent);
}

.basket-risk-explanation > div {
    min-width: 0;
}

.basket-risk-explanation span {
    display: block;
    margin-bottom: 7px;
    font-family: var(--third-font);
    font-size: 10px;
    font-weight: 700;
    line-height: 1.4;
    letter-spacing: 0.12em;
    text-transform: uppercase;
    color: var(--c-muted);
}

.basket-risk-explanation p {
    margin: 0;
    font-family: var(--third-font);
    font-size: 14px;
    font-weight: 400;
    line-height: 1.65;
    color: var(--c-slate);
}


/* ==========================================================================
   SECTION 04 — TABLET
   ========================================================================== */

@media (max-width: 991.98px) {
    .basket-situation-section {
        padding: 80px 0;
    }

    .basket-situation-section .basket-section-intro {
        max-width: 760px;
        margin: 0 auto 38px;
        text-align: center;
    }

    .basket-situation-section .basket-section-marker {
        align-items: center;
        margin-bottom: 24px;
    }

    .basket-situation-section .basket-section-number {
        width: 46px;
        height: 46px;
        flex-basis: 46px;
        font-size: 13px;
    }

    .basket-situation-section .basket-section-eyebrow {
        font-size: 11px;
    }

    .basket-situation-section .basket-section-intro h2 {
        max-width: 720px;
        margin-inline: auto;
        font-size: clamp(32px, 5vw, 44px);
        line-height: 1.12;
    }

    .basket-situation-section .basket-section-intro > p {
        max-width: 700px;
        margin: 19px auto 0;
        font-size: 16px;
        line-height: 1.7;
    }

    .basket-situation-grid {
        max-width: 720px;
        margin-inline: auto;
        gap: 20px;
    }

    .basket-situation-card {
        padding: 30px;
    }

    .basket-situation-icon {
        width: 48px;
        height: 48px;
        margin-bottom: 21px;
    }

    .basket-situation-card .basket-card-eyebrow {
        font-size: 10px;
    }

    .basket-situation-card h3 {
        font-size: clamp(23px, 3vw, 28px);
    }

    .basket-situation-card p {
        font-size: 15px;
        line-height: 1.7;
    }

    .basket-risk-explanation {
        max-width: 720px;
        margin-inline: auto;
    }
}


/* ==========================================================================
   SECTION 04 — SMALL SCREENS
   ========================================================================== */

@media (max-width: 767.98px) {
    .basket-situation-section {
        padding: 68px 0;
    }

    .basket-situation-section .basket-section-intro {
        margin-bottom: 32px;
    }

    .basket-situation-section .basket-section-marker {
        margin-bottom: 21px;
    }

    .basket-situation-section .basket-section-number {
        width: 44px;
        height: 44px;
        flex-basis: 44px;
        font-size: 12px;
    }

    .basket-situation-section .basket-section-eyebrow {
        font-size: 10px;
        letter-spacing: 0.11em;
    }

    .basket-situation-section .basket-section-intro h2 {
        max-width: 650px;
        font-size: clamp(28px, 7vw, 38px);
        line-height: 1.14;
    }

    .basket-situation-section .basket-section-intro > p {
        max-width: 620px;
        margin-top: 17px;
        font-size: 15px;
        line-height: 1.7;
    }

    .basket-situation-grid {
        grid-template-columns: 1fr;
        max-width: 620px;
        gap: 18px;
    }

    .basket-situation-card {
        padding: 27px 24px;
        border-radius: var(--radius-md);
    }

    .basket-situation-card::before {
        height: 3px;
    }

    .basket-situation-icon {
        width: 46px;
        height: 46px;
        margin-bottom: 19px;
        border-radius: 13px;
    }

    .basket-situation-icon i {
        font-size: 20px;
    }

    .basket-situation-card .basket-card-eyebrow {
        font-size: 10px;
    }

    .basket-situation-card h3 {
        max-width: 560px;
        margin-top: 9px;
        font-size: clamp(22px, 6vw, 30px);
        line-height: 1.17;
    }

    .basket-situation-card p {
        max-width: 560px;
        margin-top: 13px;
        font-size: 14px;
        line-height: 1.7;
    }

    .basket-risk-explanation {
        max-width: 620px;
        margin-top: 18px;
        padding: 18px 20px;
    }

    .basket-risk-explanation p {
        font-size: 13px;
        line-height: 1.65;
    }
}


/* ==========================================================================
   SECTION 04 — MOBILE
   ========================================================================== */

@media (max-width: 575.98px) {
    .basket-situation-section {
        padding: 56px 0;
    }

    .basket-situation-section .basket-section-intro {
        margin-bottom: 27px;
    }

    .basket-situation-section .basket-section-marker {
        margin-bottom: 19px;
    }

    .basket-situation-section .basket-section-number {
        width: 42px;
        height: 42px;
        flex-basis: 42px;
        font-size: 11px;
    }

    .basket-situation-section .basket-section-eyebrow {
        font-size: 9px;
        letter-spacing: 0.10em;
    }

    .basket-situation-section .basket-section-intro h2 {
        max-width: 100%;
        font-size: clamp(26px, 8vw, 34px);
        line-height: 1.15;
    }

    .basket-situation-section .basket-section-intro > p {
        max-width: 100%;
        margin-top: 15px;
        font-size: 14px;
        line-height: 1.7;
    }

    .basket-situation-grid {
        width: 100%;
        max-width: 100%;
        gap: 14px;
    }

    .basket-situation-card {
        width: 100%;
        padding: 23px 19px;
        border-radius: var(--radius-md);
    }

    .basket-situation-icon {
        width: 44px;
        height: 44px;
        margin-bottom: 17px;
        border-radius: 12px;
    }

    .basket-situation-icon i {
        font-size: 19px;
    }

    .basket-situation-card .basket-card-eyebrow {
        font-size: 9px;
        letter-spacing: 0.10em;
    }

    .basket-situation-card h3 {
        max-width: 100%;
        margin-top: 8px;
        font-size: 23px;
        line-height: 1.18;
    }

    .basket-situation-card p {
        max-width: 100%;
        margin-top: 12px;
        font-size: 13px;
        line-height: 1.7;
    }

    .basket-risk-explanation {
        width: 100%;
        max-width: 100%;
        margin-top: 15px;
        padding: 16px 15px;
        border-radius: var(--radius-sm);
    }

    .basket-risk-explanation > i {
        font-size: 15px;
    }

    .basket-risk-explanation span {
        margin-bottom: 6px;
        font-size: 9px;
    }

    .basket-risk-explanation p {
        font-size: 12px;
        line-height: 1.65;
    }
}


/* ==========================================================================
   SECTION 04 — VERY SMALL MOBILE
   ========================================================================== */

@media (max-width: 374.98px) {
    .basket-situation-section {
        padding: 50px 0;
    }

    .basket-situation-section .basket-section-intro h2 {
        font-size: 25px;
        line-height: 1.16;
    }

    .basket-situation-section .basket-section-intro > p {
        font-size: 13px;
    }

    .basket-situation-card {
        padding: 21px 17px;
    }

    .basket-situation-icon {
        width: 42px;
        height: 42px;
        margin-bottom: 16px;
    }

    .basket-situation-card h3 {
        font-size: 21px;
    }

    .basket-situation-card p {
        font-size: 12px;
        line-height: 1.7;
    }

    .basket-risk-explanation {
        padding: 14px 13px;
    }

    .basket-risk-explanation p {
        font-size: 11px;
    }
}

/* ==========================================================================
   SECTION 05 — MFNXT METHODOLOGY
   ========================================================================== */

   .basket-methodology-section {
    position: relative;
    padding: 96px 0;
    background: var(--c-white);
    overflow: hidden;
}

.basket-methodology-section .basket-container {
    width: var(--container);
    margin-inline: auto;
}

.basket-methodology-layout {
    display: grid;
    grid-template-columns: minmax(0, 0.85fr) minmax(0, 1.15fr);
    align-items: start;
    gap: 72px;
    width: 100%;
}

.basket-methodology-section .basket-section-heading-block {
    min-width: 0;
}

.basket-methodology-section .basket-section-marker {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 12px;
    margin-bottom: 28px;
}

.basket-methodology-section .basket-section-number {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 46px;
    height: 46px;
    flex: 0 0 46px;
    border: 1px solid var(--basket-accent);
    border-radius: 50%;
    font-family: var(--third-font);
    font-size: 13px;
    font-weight: 700;
    line-height: 1;
    color: var(--basket-accent);
    background: color-mix(
        in srgb,
        var(--basket-accent) 7%,
        white
    );
}

.basket-methodology-section .basket-section-eyebrow {
    display: inline-flex;
    align-items: center;
    font-family: var(--third-font);
    font-size: 11px;
    font-weight: 700;
    line-height: 1.4;
    letter-spacing: 0.12em;
    text-transform: uppercase;
    color: var(--basket-accent);
}

.basket-methodology-section .basket-section-heading-block h2 {
    max-width: 520px;
    margin: 0;
    font-family: var(--third-font);
    font-size: clamp(30px, 4vw, 48px);
    font-weight: 550;
    line-height: 1.12;
    letter-spacing: 0.005em;
    color: var(--c-ink);
}

.basket-methodology-section .basket-section-heading-block h2 em {
    font-family: var(--third-font);
    font-style: normal;
    color: var(--basket-accent);
}

.basket-methodology-intro {
    max-width: 500px;
    margin: 20px 0 0;
    font-family: var(--third-font);
    font-size: 16px;
    font-weight: 400;
    line-height: 1.7;
    color: var(--c-slate);
}

.basket-methodology-intro strong {
    font-family: var(--third-font);
    font-weight: 700;
    color: var(--basket-accent);
}

.basket-methodology-section .basket-content-card {
    position: relative;
    min-width: 0;
    padding: 36px;
    border: 1px solid var(--c-line);
    border-radius: var(--radius-lg);
    background: var(--c-white);
    box-shadow: var(--shadow-sm);
    overflow: hidden;
}

.basket-methodology-section .basket-content-card::before {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    width: 100%;
    height: 4px;
    background: var(--basket-accent);
}

.basket-methodology-section .basket-rich-text {
    max-width: none;
    margin: 0;
}

.basket-methodology-section .basket-rich-text p {
    margin: 0;
    font-family: var(--third-font);
    font-size: 16px;
    font-weight: 400;
    line-height: 1.75;
    color: var(--c-slate);
}

.basket-methodology-points {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 10px;
    margin-top: 28px;
}

.basket-methodology-point {
    display: flex;
    align-items: flex-start;
    gap: 10px;
    min-width: 0;
    padding: 14px 15px;
    border: 1px solid var(--c-line);
    border-radius: var(--radius-sm);
    background: var(--c-cream);
}

.basket-methodology-point i {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 18px;
    height: 18px;
    flex: 0 0 18px;
    margin-top: 1px;
    font-size: 12px;
    line-height: 1;
    color: var(--basket-accent);
}

.basket-methodology-point span {
    display: block;
    min-width: 0;
    font-family: var(--third-font);
    font-size: 13px;
    font-weight: 600;
    line-height: 1.5;
    color: var(--c-slate);
}

.basket-methodology-action {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    margin-top: 28px;
    padding-top: 22px;
    border-top: 1px solid var(--c-line);
}

.basket-methodology-link {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 9px;
    min-height: 46px;
    padding: 11px 19px;
    border: 1px solid var(--basket-accent);
    border-radius: var(--radius-pill);
    font-family: var(--third-font);
    font-size: 13px;
    font-weight: 600;
    line-height: 1.2;
    color: var(--basket-accent);
    background: color-mix(
        in srgb,
        var(--basket-accent) 6%,
        white
    );
    text-decoration: none;
    transition:
        transform 180ms var(--ease),
        background-color 180ms var(--ease),
        color 180ms var(--ease),
        box-shadow 180ms var(--ease);
}

.basket-methodology-link:hover {
    transform: translateY(-2px);
    color: var(--c-white);
    background: var(--basket-accent);
    box-shadow: var(--shadow-md);
}

.basket-methodology-link i {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 12px;
    line-height: 1;
}


/* ==========================================================================
   SECTION 05 — TABLET
   ========================================================================== */

@media (max-width: 991.98px) {
    .basket-methodology-section {
        padding: 80px 0;
    }

    .basket-methodology-layout {
        grid-template-columns: 1fr;
        gap: 38px;
        max-width: 760px;
        margin-inline: auto;
    }

    .basket-methodology-section .basket-section-heading-block {
        text-align: center;
    }

    .basket-methodology-section .basket-section-marker {
        align-items: center;
        justify-content: center;
        margin-bottom: 24px;
    }

    .basket-methodology-section .basket-section-number {
        width: 46px;
        height: 46px;
        flex-basis: 46px;
        font-size: 13px;
    }

    .basket-methodology-section .basket-section-eyebrow {
        font-size: 11px;
    }

    .basket-methodology-section .basket-section-heading-block h2 {
        max-width: 650px;
        margin-inline: auto;
        font-size: clamp(32px, 5vw, 44px);
        line-height: 1.12;
    }

    .basket-methodology-intro {
        max-width: 650px;
        margin: 19px auto 0;
        font-size: 16px;
        line-height: 1.7;
    }

    .basket-methodology-section .basket-content-card {
        max-width: 720px;
        margin-inline: auto;
        padding: 32px;
    }

    .basket-methodology-section .basket-rich-text p {
        font-size: 16px;
        line-height: 1.7;
    }

    .basket-methodology-points {
        gap: 10px;
    }
}


/* ==========================================================================
   SECTION 05 — SMALL SCREENS
   ========================================================================== */

@media (max-width: 767.98px) {
    .basket-methodology-section {
        padding: 68px 0;
    }

    .basket-methodology-layout {
        gap: 32px;
        max-width: 620px;
    }

    .basket-methodology-section .basket-section-marker {
        margin-bottom: 21px;
    }

    .basket-methodology-section .basket-section-number {
        width: 44px;
        height: 44px;
        flex-basis: 44px;
        font-size: 12px;
    }

    .basket-methodology-section .basket-section-eyebrow {
        font-size: 10px;
        letter-spacing: 0.11em;
    }

    .basket-methodology-section .basket-section-heading-block h2 {
        max-width: 560px;
        font-size: clamp(28px, 7vw, 38px);
        line-height: 1.14;
    }

    .basket-methodology-intro {
        max-width: 560px;
        margin-top: 17px;
        font-size: 15px;
        line-height: 1.7;
    }

    .basket-methodology-section .basket-content-card {
        max-width: 620px;
        padding: 28px 24px;
        border-radius: var(--radius-md);
    }

    .basket-methodology-section .basket-content-card::before {
        height: 3px;
    }

    .basket-methodology-section .basket-rich-text p {
        font-size: 15px;
        line-height: 1.7;
    }

    .basket-methodology-points {
        grid-template-columns: 1fr;
        gap: 9px;
        margin-top: 24px;
    }

    .basket-methodology-point {
        padding: 13px 14px;
    }

    .basket-methodology-point span {
        font-size: 12px;
        line-height: 1.55;
    }

    .basket-methodology-action {
        margin-top: 24px;
        padding-top: 20px;
    }

    .basket-methodology-link {
        min-height: 45px;
        padding: 11px 17px;
        font-size: 12px;
    }
}


/* ==========================================================================
   SECTION 05 — MOBILE
   ========================================================================== */

@media (max-width: 575.98px) {
    .basket-methodology-section {
        padding: 56px 0;
    }

    .basket-methodology-layout {
        width: 100%;
        max-width: 100%;
        gap: 27px;
    }

    .basket-methodology-section .basket-section-marker {
        margin-bottom: 19px;
    }

    .basket-methodology-section .basket-section-number {
        width: 42px;
        height: 42px;
        flex-basis: 42px;
        font-size: 11px;
    }

    .basket-methodology-section .basket-section-eyebrow {
        font-size: 9px;
        letter-spacing: 0.10em;
    }

    .basket-methodology-section .basket-section-heading-block h2 {
        max-width: 100%;
        font-size: clamp(26px, 8vw, 34px);
        line-height: 1.15;
    }

    .basket-methodology-intro {
        max-width: 100%;
        margin-top: 15px;
        font-size: 14px;
        line-height: 1.7;
    }

    .basket-methodology-section .basket-content-card {
        width: 100%;
        max-width: 100%;
        padding: 24px 19px;
        border-radius: var(--radius-md);
    }

    .basket-methodology-section .basket-rich-text p {
        font-size: 14px;
        line-height: 1.7;
    }

    .basket-methodology-points {
        width: 100%;
        gap: 8px;
        margin-top: 22px;
    }

    .basket-methodology-point {
        width: 100%;
        padding: 12px 12px;
        border-radius: var(--radius-sm);
    }

    .basket-methodology-point i {
        width: 17px;
        height: 17px;
        flex-basis: 17px;
        font-size: 11px;
    }

    .basket-methodology-point span {
        font-size: 11px;
        line-height: 1.6;
    }

    .basket-methodology-action {
        justify-content: center;
        margin-top: 22px;
        padding-top: 19px;
    }

    .basket-methodology-link {
        width: 100%;
        min-height: 44px;
        padding: 11px 15px;
        font-size: 12px;
    }
}


/* ==========================================================================
   SECTION 05 — VERY SMALL MOBILE
   ========================================================================== */

@media (max-width: 374.98px) {
    .basket-methodology-section {
        padding: 50px 0;
    }

    .basket-methodology-section .basket-section-heading-block h2 {
        font-size: 25px;
        line-height: 1.16;
    }

    .basket-methodology-intro {
        font-size: 13px;
    }

    .basket-methodology-section .basket-content-card {
        padding: 21px 17px;
    }

    .basket-methodology-section .basket-rich-text p {
        font-size: 13px;
    }

    .basket-methodology-point {
        padding: 11px;
    }

    .basket-methodology-point span {
        font-size: 10px;
    }

    .basket-methodology-link {
        min-height: 42px;
        font-size: 11px;
    }
}

/* ==========================================================================
   SECTION 06 — LEARN BEFORE YOU INVEST
   ========================================================================== */

   .basket-learning-section {
    position: relative;
    padding: 96px 0;
    background: var(--c-cream);
    overflow: hidden;
}

.basket-learning-section .basket-container {
    width: var(--container);
    margin-inline: auto;
}

.basket-learning-section .basket-section-intro {
    max-width: 820px;
    margin-bottom: 44px;
}

.basket-learning-section .basket-section-marker {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 12px;
    margin-bottom: 28px;
}

.basket-learning-section .basket-section-number {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 46px;
    height: 46px;
    flex: 0 0 46px;
    border: 1px solid var(--basket-accent);
    border-radius: 50%;
    font-family: var(--third-font);
    font-size: 13px;
    font-weight: 700;
    line-height: 1;
    color: var(--basket-accent);
    background: color-mix(
        in srgb,
        var(--basket-accent) 7%,
        white
    );
}

.basket-learning-section .basket-section-eyebrow {
    display: inline-flex;
    align-items: center;
    font-family: var(--third-font);
    font-size: 11px;
    font-weight: 700;
    line-height: 1.4;
    letter-spacing: 0.12em;
    text-transform: uppercase;
    color: var(--basket-accent);
}

.basket-learning-section .basket-section-intro h2 {
    max-width: 780px;
    margin: 0;
    font-family: var(--third-font);
    font-size: clamp(30px, 4vw, 48px);
    font-weight: 550;
    line-height: 1.12;
    letter-spacing: 0.005em;
    color: var(--c-ink);
}

.basket-learning-section .basket-section-intro h2 em {
    font-family: var(--third-font);
    font-style: normal;
    color: var(--basket-accent);
}

.basket-learning-section .basket-section-intro > p {
    max-width: 720px;
    margin: 20px 0 0;
    font-family: var(--third-font);
    font-size: 17px;
    font-weight: 400;
    line-height: 1.7;
    color: var(--c-slate);
}

.basket-learning-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 20px;
    width: 100%;
}

.basket-learning-card {
    position: relative;
    display: flex;
    flex-direction: column;
    min-width: 0;
    min-height: 350px;
    padding: 30px;
    border: 1px solid var(--c-line);
    border-radius: var(--radius-lg);
    background: var(--c-white);
    box-shadow: var(--shadow-sm);
    overflow: hidden;
    transition:
        transform 180ms var(--ease),
        border-color 180ms var(--ease),
        box-shadow 180ms var(--ease);
}

.basket-learning-card::before {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    width: 100%;
    height: 3px;
    background: var(--basket-accent);
}

.basket-learning-card:hover {
    transform: translateY(-3px);
    border-color: color-mix(
        in srgb,
        var(--basket-accent) 35%,
        var(--c-line)
    );
    box-shadow: var(--shadow-md);
}

.basket-learning-top {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 20px;
}

.basket-learning-top .basket-card-icon {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 50px;
    height: 50px;
    flex: 0 0 50px;
    margin: 0;
    border-radius: 14px;
    color: var(--basket-accent);
    background: color-mix(
        in srgb,
        var(--basket-accent) 9%,
        white
    );
}

.basket-learning-top .basket-card-icon i {
    font-size: 22px;
    line-height: 1;
}

.basket-learning-top > span {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 32px;
    height: 32px;
    flex: 0 0 32px;
    border: 1px solid var(--c-line);
    border-radius: 50%;
    font-family: var(--third-font);
    font-size: 10px;
    font-weight: 700;
    line-height: 1;
    color: var(--c-muted);
    background: var(--c-white);
}

.basket-learning-card h3 {
    margin: 25px 0 0;
    font-family: var(--third-font);
    font-size: clamp(20px, 2.3vw, 27px);
    font-weight: 600;
    line-height: 1.2;
    letter-spacing: 0.005em;
    color: var(--c-ink);
}

.basket-learning-card p {
    margin: 13px 0 0;
    font-family: var(--third-font);
    font-size: 15px;
    font-weight: 400;
    line-height: 1.7;
    color: var(--c-slate);
}

.basket-learning-card .basket-text-link {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    width: fit-content;
    margin-top: auto;
    padding-top: 24px;
    font-family: var(--third-font);
    font-size: 13px;
    font-weight: 600;
    line-height: 1.4;
    color: var(--basket-accent);
    text-decoration: none;
    transition:
        gap 180ms var(--ease),
        color 180ms var(--ease);
}

.basket-learning-card .basket-text-link:hover {
    gap: 11px;
    color: var(--basket-accent);
}

.basket-learning-card .basket-text-link i {
    font-size: 12px;
}


/* ==========================================================================
   SECTION 06 — TABLET
   ========================================================================== */

@media (max-width: 991.98px) {
    .basket-learning-section {
        padding: 80px 0;
    }

    .basket-learning-section .basket-section-intro {
        max-width: 760px;
        margin: 0 auto 38px;
        text-align: center;
    }

    .basket-learning-section .basket-section-marker {
        align-items: center;
        justify-content: center;
        margin-bottom: 24px;
    }

    .basket-learning-section .basket-section-number {
        width: 46px;
        height: 46px;
        flex-basis: 46px;
        font-size: 13px;
    }

    .basket-learning-section .basket-section-eyebrow {
        font-size: 11px;
    }

    .basket-learning-section .basket-section-intro h2 {
        max-width: 720px;
        margin-inline: auto;
        font-size: clamp(32px, 5vw, 44px);
        line-height: 1.12;
    }

    .basket-learning-section .basket-section-intro > p {
        max-width: 700px;
        margin: 19px auto 0;
        font-size: 16px;
        line-height: 1.7;
    }

    .basket-learning-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
        max-width: 720px;
        margin-inline: auto;
        gap: 18px;
    }

    .basket-learning-card {
        min-height: 330px;
        padding: 28px;
    }

    .basket-learning-card h3 {
        font-size: clamp(21px, 3vw, 26px);
    }

    .basket-learning-card p {
        font-size: 15px;
        line-height: 1.7;
    }
}


/* ==========================================================================
   SECTION 06 — SMALL SCREENS
   ========================================================================== */

@media (max-width: 767.98px) {
    .basket-learning-section {
        padding: 68px 0;
    }

    .basket-learning-section .basket-section-intro {
        margin-bottom: 32px;
    }

    .basket-learning-section .basket-section-marker {
        margin-bottom: 21px;
    }

    .basket-learning-section .basket-section-number {
        width: 44px;
        height: 44px;
        flex-basis: 44px;
        font-size: 12px;
    }

    .basket-learning-section .basket-section-eyebrow {
        font-size: 10px;
        letter-spacing: 0.11em;
    }

    .basket-learning-section .basket-section-intro h2 {
        max-width: 650px;
        font-size: clamp(28px, 7vw, 38px);
        line-height: 1.14;
    }

    .basket-learning-section .basket-section-intro > p {
        max-width: 620px;
        margin-top: 17px;
        font-size: 15px;
        line-height: 1.7;
    }

    .basket-learning-grid {
        grid-template-columns: 1fr;
        max-width: 620px;
        gap: 15px;
    }

    .basket-learning-card {
        min-height: 310px;
        padding: 26px 24px;
        border-radius: var(--radius-md);
    }

    .basket-learning-card::before {
        height: 3px;
    }

    .basket-learning-top .basket-card-icon {
        width: 46px;
        height: 46px;
        flex-basis: 46px;
        border-radius: 13px;
    }

    .basket-learning-top .basket-card-icon i {
        font-size: 20px;
    }

    .basket-learning-top > span {
        width: 30px;
        height: 30px;
        flex-basis: 30px;
        font-size: 10px;
    }

    .basket-learning-card h3 {
        margin-top: 20px;
        font-size: clamp(21px, 6vw, 28px);
        line-height: 1.17;
    }

    .basket-learning-card p {
        margin-top: 12px;
        font-size: 14px;
        line-height: 1.7;
    }

    .basket-learning-card .basket-text-link {
        padding-top: 21px;
        font-size: 13px;
    }
}


/* ==========================================================================
   SECTION 06 — MOBILE
   ========================================================================== */

@media (max-width: 575.98px) {
    .basket-learning-section {
        padding: 56px 0;
    }

    .basket-learning-section .basket-section-intro {
        margin-bottom: 27px;
    }

    .basket-learning-section .basket-section-marker {
        margin-bottom: 19px;
    }

    .basket-learning-section .basket-section-number {
        width: 42px;
        height: 42px;
        flex-basis: 42px;
        font-size: 11px;
    }

    .basket-learning-section .basket-section-eyebrow {
        font-size: 9px;
        letter-spacing: 0.10em;
    }

    .basket-learning-section .basket-section-intro h2 {
        max-width: 100%;
        font-size: clamp(26px, 8vw, 34px);
        line-height: 1.15;
    }

    .basket-learning-section .basket-section-intro > p {
        max-width: 100%;
        margin-top: 15px;
        font-size: 14px;
        line-height: 1.7;
    }

    .basket-learning-grid {
        width: 100%;
        max-width: 100%;
        gap: 13px;
    }

    .basket-learning-card {
        width: 100%;
        min-height: 290px;
        padding: 23px 19px;
        border-radius: var(--radius-md);
    }

    .basket-learning-top .basket-card-icon {
        width: 44px;
        height: 44px;
        flex-basis: 44px;
        border-radius: 12px;
    }

    .basket-learning-top .basket-card-icon i {
        font-size: 19px;
    }

    .basket-learning-top > span {
        width: 29px;
        height: 29px;
        flex-basis: 29px;
        font-size: 9px;
    }

    .basket-learning-card h3 {
        margin-top: 18px;
        font-size: 22px;
        line-height: 1.18;
    }

    .basket-learning-card p {
        margin-top: 11px;
        font-size: 13px;
        line-height: 1.7;
    }

    .basket-learning-card .basket-text-link {
        padding-top: 19px;
        font-size: 12px;
    }

    .basket-learning-card .basket-text-link i {
        font-size: 11px;
    }
}


/* ==========================================================================
   SECTION 06 — VERY SMALL MOBILE
   ========================================================================== */

@media (max-width: 374.98px) {
    .basket-learning-section {
        padding: 50px 0;
    }

    .basket-learning-section .basket-section-intro h2 {
        font-size: 25px;
        line-height: 1.16;
    }

    .basket-learning-section .basket-section-intro > p {
        font-size: 13px;
    }

    .basket-learning-card {
        min-height: 275px;
        padding: 21px 17px;
    }

    .basket-learning-top .basket-card-icon {
        width: 42px;
        height: 42px;
        flex-basis: 42px;
    }

    .basket-learning-card h3 {
        font-size: 21px;
    }

    .basket-learning-card p {
        font-size: 12px;
        line-height: 1.7;
    }

    .basket-learning-card .basket-text-link {
        font-size: 11px;
    }
}

/* ==========================================================================
   SECTION 07 — BEFORE YOU DECIDE
   ========================================================================== */

   .basket-decision-section {
    position: relative;
    padding: 96px 0;
    background: var(--c-white);
    overflow: hidden;
}

.basket-decision-section .basket-container {
    width: var(--container);
    margin-inline: auto;
}

.basket-decision-card {
    position: relative;
    width: 100%;
    max-width: 900px;
    margin-inline: auto;
    padding: 52px;
    border: 1px solid color-mix(
        in srgb,
        var(--basket-accent) 22%,
        var(--c-line)
    );
    border-radius: var(--radius-lg);
    background: color-mix(
        in srgb,
        var(--basket-accent) 4%,
        var(--c-white)
    );
    box-shadow: var(--shadow-md);
    text-align: center;
    overflow: hidden;
}

.basket-decision-card::before {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    width: 100%;
    height: 5px;
    background: var(--basket-accent);
}


/* Section marker */

.basket-decision-card .basket-section-marker {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 12px;
    margin-bottom: 28px;
}

.basket-decision-card .basket-section-number {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 46px;
    height: 46px;
    flex: 0 0 46px;
    border: 1px solid var(--basket-accent);
    border-radius: 50%;
    font-family: var(--third-font);
    font-size: 13px;
    font-weight: 700;
    line-height: 1;
    color: var(--basket-accent);
    background: color-mix(
        in srgb,
        var(--basket-accent) 7%,
        white
    );
}

.basket-decision-card .basket-section-eyebrow {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-family: var(--third-font);
    font-size: 11px;
    font-weight: 700;
    line-height: 1.4;
    letter-spacing: 0.12em;
    text-transform: uppercase;
    color: var(--basket-accent);
}


/* Heading */

.basket-decision-card h2 {
    max-width: 760px;
    margin: 0 auto;
    font-family: var(--third-font);
    font-size: clamp(30px, 4vw, 48px);
    font-weight: 550;
    line-height: 1.12;
    letter-spacing: 0.005em;
    color: var(--c-ink);
}

.basket-decision-card h2 em {
    font-family: var(--third-font);
    font-style: normal;
    color: var(--basket-accent);
}


/* Description */

.basket-decision-card > p {
    max-width: 700px;
    margin: 20px auto 0;
    font-family: var(--third-font);
    font-size: 17px;
    font-weight: 400;
    line-height: 1.7;
    color: var(--c-slate);
}


/* Checklist */

.basket-checklist {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 12px;
    width: 100%;
    max-width: 780px;
    margin: 34px auto 0;
}

.basket-check-item {
    display: flex;
    align-items: flex-start;
    gap: 10px;
    min-width: 0;
    min-height: 84px;
    padding: 17px 16px;
    border: 1px solid var(--c-line);
    border-radius: var(--radius-md);
    background: var(--c-white);
    text-align: left;
}

.basket-check-item i {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 18px;
    height: 18px;
    flex: 0 0 18px;
    margin-top: 1px;
    font-size: 17px;
    line-height: 1;
    color: var(--basket-accent);
}

.basket-check-item span {
    display: block;
    min-width: 0;
    font-family: var(--third-font);
    font-size: 13px;
    font-weight: 500;
    line-height: 1.55;
    color: var(--c-slate);
}


/* Risk note */

.basket-decision-note {
    display: flex;
    align-items: flex-start;
    gap: 11px;
    width: 100%;
    max-width: 780px;
    margin: 20px auto 0;
    padding: 17px 19px;
    border: 1px solid var(--c-line);
    border-radius: var(--radius-md);
    background: var(--c-white);
    text-align: left;
}

.basket-decision-note i {
    flex: 0 0 auto;
    margin-top: 3px;
    font-size: 16px;
    line-height: 1;
    color: var(--basket-accent);
}

.basket-decision-note p {
    margin: 0;
    font-family: var(--third-font);
    font-size: 13px;
    font-weight: 400;
    line-height: 1.65;
    color: var(--c-slate);
}


/* Actions */

.basket-decision-actions {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    gap: 22px;
    margin-top: 34px;
}


/* Primary button */

.basket-decision-actions .basket-btn-primary {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    min-height: 48px;
    padding: 13px 22px;
    border: 1px solid var(--basket-accent);
    border-radius: var(--radius-pill);
    font-family: var(--third-font);
    font-size: 14px;
    font-weight: 600;
    line-height: 1.2;
    color: var(--c-white);
    background: var(--basket-accent);
    text-decoration: none;
    box-shadow: var(--shadow-md);
    transition:
        transform 180ms var(--ease),
        box-shadow 180ms var(--ease),
        background-color 180ms var(--ease),
        border-color 180ms var(--ease);
}

.basket-decision-actions .basket-btn-primary:hover {
    color: var(--c-white);
    background: var(--basket-accent);
    border-color: var(--basket-accent);
    transform: translateY(-2px);
    box-shadow: var(--shadow-lg);
}

.basket-decision-actions .basket-btn-primary i {
    font-size: 13px;
    line-height: 1;
}


/* Continue learning */

.basket-decision-actions .basket-text-link {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 9px;
    width: auto;
    min-height: 48px;
    margin: 0;
    padding: 10px 4px;
    border: 0;
    border-radius: 0;
    font-family: var(--third-font);
    font-size: 14px;
    font-weight: 600;
    line-height: 1.3;
    color: var(--basket-accent);
    background: transparent;
    text-decoration: none;
    white-space: nowrap;
    transition:
        gap 180ms var(--ease),
        color 180ms var(--ease);
}

.basket-decision-actions .basket-text-link:hover {
    gap: 12px;
    color: var(--basket-accent);
    background: transparent;
}

.basket-decision-actions .basket-text-link i {
    font-size: 13px;
    line-height: 1;
}


/* ==========================================================================
   SECTION 07 — TABLET
   ========================================================================== */

@media (max-width: 991.98px) {
    .basket-decision-section {
        padding: 80px 0;
    }

    .basket-decision-card {
        max-width: 720px;
        padding: 44px 38px;
    }

    .basket-decision-card::before {
        height: 4px;
    }

    .basket-decision-card .basket-section-marker {
        margin-bottom: 24px;
    }

    .basket-decision-card .basket-section-number {
        width: 46px;
        height: 46px;
        flex-basis: 46px;
        font-size: 13px;
    }

    .basket-decision-card .basket-section-eyebrow {
        font-size: 11px;
    }

    .basket-decision-card h2 {
        max-width: 650px;
        font-size: clamp(32px, 5vw, 44px);
        line-height: 1.12;
    }

    .basket-decision-card > p {
        max-width: 620px;
        margin-top: 19px;
        font-size: 16px;
        line-height: 1.7;
    }

    .basket-checklist {
        max-width: 650px;
        gap: 10px;
        margin-top: 30px;
    }

    .basket-check-item {
        min-height: 82px;
        padding: 15px 14px;
    }

    .basket-check-item span {
        font-size: 12px;
    }

    .basket-decision-note {
        max-width: 650px;
    }

    .basket-decision-actions {
        gap: 20px;
        margin-top: 30px;
    }
}


/* ==========================================================================
   SECTION 07 — SMALL SCREENS
   ========================================================================== */

@media (max-width: 767.98px) {
    .basket-decision-section {
        padding: 68px 0;
    }

    .basket-decision-card {
        max-width: 620px;
        padding: 36px 27px;
        border-radius: var(--radius-md);
    }

    .basket-decision-card::before {
        height: 3px;
    }

    .basket-decision-card .basket-section-marker {
        margin-bottom: 21px;
    }

    .basket-decision-card .basket-section-number {
        width: 44px;
        height: 44px;
        flex-basis: 44px;
        font-size: 12px;
    }

    .basket-decision-card .basket-section-eyebrow {
        font-size: 10px;
        letter-spacing: 0.11em;
    }

    .basket-decision-card h2 {
        max-width: 560px;
        font-size: clamp(28px, 7vw, 38px);
        line-height: 1.14;
    }

    .basket-decision-card > p {
        max-width: 560px;
        margin-top: 17px;
        font-size: 15px;
        line-height: 1.7;
    }

    .basket-checklist {
        grid-template-columns: 1fr;
        max-width: 560px;
        gap: 10px;
        margin-top: 27px;
    }

    .basket-check-item {
        min-height: 0;
        padding: 15px 16px;
    }

    .basket-check-item span {
        font-size: 13px;
        line-height: 1.55;
    }

    .basket-decision-note {
        max-width: 560px;
        margin-top: 17px;
        padding: 16px 17px;
    }

    .basket-decision-note p {
        font-size: 12px;
        line-height: 1.65;
    }

    .basket-decision-actions {
        gap: 15px;
        margin-top: 28px;
    }

    .basket-decision-actions .basket-btn-primary {
        min-height: 46px;
        padding: 12px 20px;
        font-size: 13px;
    }

    .basket-decision-actions .basket-text-link {
        min-height: 44px;
        font-size: 13px;
    }
}


/* ==========================================================================
   SECTION 07 — MOBILE
   ========================================================================== */

@media (max-width: 575.98px) {
    .basket-decision-section {
        padding: 56px 0;
    }

    .basket-decision-card {
        width: 100%;
        max-width: 100%;
        padding: 29px 19px;
        border-radius: var(--radius-md);
    }

    .basket-decision-card .basket-section-marker {
        gap: 10px;
        margin-bottom: 19px;
    }

    .basket-decision-card .basket-section-number {
        width: 42px;
        height: 42px;
        flex-basis: 42px;
        font-size: 11px;
    }

    .basket-decision-card .basket-section-eyebrow {
        font-size: 9px;
        letter-spacing: 0.10em;
    }

    .basket-decision-card h2 {
        max-width: 100%;
        font-size: clamp(26px, 8vw, 34px);
        line-height: 1.15;
    }

    .basket-decision-card > p {
        max-width: 100%;
        margin-top: 15px;
        font-size: 14px;
        line-height: 1.7;
    }

    .basket-checklist {
        width: 100%;
        max-width: 100%;
        gap: 9px;
        margin-top: 24px;
    }

    .basket-check-item {
        width: 100%;
        padding: 14px 13px;
        border-radius: var(--radius-sm);
    }

    .basket-check-item i {
        width: 16px;
        height: 16px;
        flex-basis: 16px;
        font-size: 15px;
    }

    .basket-check-item span {
        font-size: 12px;
        line-height: 1.6;
    }

    .basket-decision-note {
        width: 100%;
        max-width: 100%;
        margin-top: 15px;
        padding: 14px 13px;
        border-radius: var(--radius-sm);
    }

    .basket-decision-note i {
        font-size: 14px;
    }

    .basket-decision-note p {
        font-size: 11px;
        line-height: 1.65;
    }

    .basket-decision-actions {
        flex-direction: column;
        align-items: center;
        justify-content: center;
        gap: 8px;
        margin-top: 25px;
    }

    .basket-decision-actions .basket-btn-primary {
        width: 100%;
        min-height: 46px;
        padding: 12px 18px;
        font-size: 13px;
    }

    .basket-decision-actions .basket-text-link {
        width: auto;
        min-height: 40px;
        padding: 8px 3px;
        font-size: 12px;
    }

    .basket-decision-actions .basket-text-link i {
        font-size: 11px;
    }
}


/* ==========================================================================
   SECTION 07 — VERY SMALL MOBILE
   ========================================================================== */

@media (max-width: 374.98px) {
    .basket-decision-section {
        padding: 50px 0;
    }

    .basket-decision-card {
        padding: 25px 17px;
    }

    .basket-decision-card .basket-section-number {
        width: 40px;
        height: 40px;
        flex-basis: 40px;
        font-size: 10px;
    }

    .basket-decision-card .basket-section-eyebrow {
        font-size: 8px;
        letter-spacing: 0.09em;
    }

    .basket-decision-card h2 {
        font-size: 25px;
        line-height: 1.16;
    }

    .basket-decision-card > p {
        font-size: 13px;
    }

    .basket-check-item {
        padding: 13px 12px;
    }

    .basket-check-item span {
        font-size: 11px;
    }

    .basket-decision-note {
        padding: 13px 12px;
    }

    .basket-decision-note p {
        font-size: 10px;
    }

    .basket-decision-actions .basket-btn-primary {
        min-height: 44px;
        font-size: 12px;
    }

    .basket-decision-actions .basket-text-link {
        font-size: 11px;
    }
}