/* Campaña Septiembre 2026 - Top banner */

.banner-septiembre {
    text-decoration: none !important;
    display: block;
}

/* ---------- Desktop ---------- */

.sept-bar {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    gap: 24px;
    width: 100%;
    min-height: 54px;
    padding: 8px 20px;
    background: #0C63DD;
    box-sizing: border-box;
}

.sept-bar-mobile {
    display: none;
}

.sept-pill-outline {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 26px;
    padding: 0 18px;
    border: 1.5px solid #CBF44F;
    border-radius: 30px;
}

.sept-pill-outline span {
    font-family: 'Proxima-Nova', sans-serif;
    font-weight: 700;
    font-size: 15px;
    color: #CBF44F;
    white-space: nowrap;
}

.sept-descuento {
    display: flex;
    align-items: center;
    gap: 6px;
}

.sept-off-img {
    height: 40px;
    width: auto;
}

.sept-pago-anual {
    font-family: 'Proxima-Nova', sans-serif;
    font-style: italic;
    font-weight: 800;
    font-size: 20px;
    line-height: 0.9;
    color: #fff;
    text-align: left;
}

.sept-divider {
    width: 1px;
    height: 24px;
    background: #CBF44F;
}

.sept-frase {
    font-family: 'Proxima-Nova', sans-serif;
    font-weight: 700;
    font-size: 18px;
    line-height: 1;
    color: #fff;
}

.sept-cta {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 30px;
    padding: 0 22px;
    border-radius: 30px;
    background: #CBF44F;
    font-family: 'Proxima-Nova', sans-serif;
    font-weight: 700;
    font-size: 14px;
    color: #151516;
    white-space: nowrap;
}

.banner-septiembre:hover .sept-cta,
.banner-septiembre:hover .sept-cta-mobile {
    background: #a4c935;
}

/* ---------- Mobile ---------- */

@media (max-width: 768px) {
    .sept-bar {
        display: none;
    }

    .sept-bar-mobile {
        display: flex;
        flex-direction: column;
        align-items: center;
        gap: 8px;
        width: 100%;
        padding: 12px 16px;
        background: #0C63DD;
        box-sizing: border-box;
    }

    .sept-frase-mobile {
        font-family: 'Proxima-Nova', sans-serif;
        font-weight: 700;
        font-size: 18px;
        line-height: 1.2;
        color: #fff;
        text-align: center;
    }

    .sept-descuento-mobile {
        display: flex;
        align-items: center;
        gap: 8px;
    }

    .sept-off-img-mobile-br {
        height: 44px;
        width: auto;
    }

    .sept-cta-mobile {
        display: flex;
        align-items: center;
        justify-content: center;
        height: 28px;
        padding: 0 20px;
        border-radius: 30px;
        background: #CBF44F;
        font-family: 'Proxima-Nova', sans-serif;
        font-weight: 700;
        font-size: 13px;
        color: #151516;
        white-space: nowrap;
    }
}
