.brand-strip {
    overflow: visible;
    margin-top: 60px;
}

/* ── Desktop ── */

.brand-strip__inner {
    display: flex;
    width: 1312px;
    max-width: 100%;
    height: 160px;
    max-height: 140px;
    justify-content: center;
    align-items: center;
    align-content: center;
    margin: 0 auto;
    overflow: visible;
    flex-wrap: wrap;
    border-radius: 9999px;
    border: 1px solid var(--Stroke-Card-Brightside, #FFF);
    background: var(--Gradient-Brightside, linear-gradient(235deg, #FFF 0%, rgba(255, 255, 255, 0.20) 100%));
}

.brand-strip__text {
    color: var(--Shades-Dark-Side-Rich-Black, #000);
    leading-trim: both;
    text-edge: cap;
    font-feature-settings: 'liga' off, 'clig' off;
    font-family: Nunito;
    font-size: 32px;
    font-style: normal;
    font-weight: 700;
    line-height: 48px;
}

.brand-strip__text--before {
    width: 204.062px;
}

.brand-strip__text--after {
    width: 254.763px;
}

.brand-strip__img {
    width: 380.16px;
    display: block;
    flex-shrink: 0;
    position: relative;
    bottom: 30px;
}

.brand-strip__cta {
    margin-left: 53px;
}

.brand-strip__cta .tmb__btn--green {
    max-width: fit-content;
    margin: 0 auto;
    display: inline-flex;
    height: 64px;
    padding: 24px 32px;
    justify-content: center;
    align-items: center;
}

/* ── Mobile (hidden on desktop) ── */

.brand-strip__mobile {
    display: none;
}

/* ── Responsive ── */

@media (max-width: 1100px) {
    .brand-strip__inner {
        display: none;
    }

    .brand-strip__mobile {
        display: flex;
        flex-direction: column;
        align-items: center;
    }

    .brand-strip__mobile-img {
        max-width: 100%;
        display: block;
        margin-top: 48px;
    }

    .brand-strip__mobile-title {
        margin-top: 0;
        margin-bottom: 0;
        max-width: 304px;
        color: var(--Shades-Dark-Side-Rich-Black, #000);
        text-align: center;
        leading-trim: both;
        text-edge: cap;
        font-feature-settings: 'liga' off, 'clig' off;
        font-family: Nunito;
        font-size: 28px;
        font-style: normal;
        font-weight: 700;
        line-height: 40px;
    }

    @supports (text-box: trim-both cap alphabetic) {
        .brand-strip__mobile-title {
            text-box: trim-both cap alphabetic;
            leading-trim: unset;
            text-edge: unset;
        }
    }

    .brand-strip__mobile-btn.tmb__btn--green {
        margin-top: 8px;
        margin-bottom: 64px;
        display: inline-flex;
        height: 64px;
        padding: 24px 32px;
        justify-content: center;
        align-items: center;
    }
}
