/* ─── Section ─────────────────────────────────────────────────────────────── */

.be-section--descuentos-packs {
    max-width: 100%;
    padding: 64px 24px 80px;
    background: #fff;
}

.be-descuentos-packs__inner {
    margin: 0 auto;
    max-width: 1200px;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 48px;
}

/* ─── Section header (title + logo) ──────────────────────────────────────── */

.be-descuentos-packs__header {
    max-width: 560px;
    margin: 0 auto;
    text-align: center;
}

.be-descuentos-packs__header p {
    display: inline;
    margin: 0;
    color: var(--Brand-Colors-Blue-00, #1B365D);
    text-align: center;
    font-family: "Encode Sans", sans-serif;
    font-size: 36px;
    font-style: normal;
    font-weight: 700;
    line-height: 38px;
    letter-spacing: -0.72px;
}

.be-descuentos-packs__header p strong {
    color: var(--BancoEstado-Orange-00, #FF8200);
    font-weight: 700;
}

.be-descuentos-packs__header figure {
    display: inline-block;
    margin: 0;
    vertical-align: baseline;
}

.be-descuentos-packs__header figure img {
    display: block;
}

/* ─── Discount cards ─────────────────────────────────────────────────────── */

.be-descuentos-packs__cards {
    display: flex;
    gap: 16px;
    width: 100%;
    padding-top: 92px;
    align-items: stretch;
}

.be-descuentos-packs__card {
    flex: 1 1 0;
    height: 216px;
    background: #ff8200;
    padding: 40px 20px 24px;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    position: relative;
    min-width: 0;
    border-radius: 21px;
    background: var(--BancoEstado-Orange-00, #FF8200);
    box-shadow: 0 6.345px 12.691px 0 rgba(0, 0, 0, 0.16);
}

.be-descuentos-packs__card-img-wrap {
    position: absolute;
    top: -92px;
    left: 50%;
    transform: translateX(-50%);
    width: calc(100% + 16px);
    display: flex;
    justify-content: center;
    pointer-events: none;
}

.be-descuentos-packs__card:last-child .be-descuentos-packs__card-img-wrap {
    top: -102px;
}

.be-descuentos-packs__card-body {
    flex: 1;
    display: flex;
    gap: 16px;
    flex-direction: column;
    width: 100%;
}

/* ─── Discount number + label ─────────────────────────────────────────────── */

.be-descuentos-packs__card-percent-row {
    height: 80px;
    flex-shrink: 0;
    overflow: visible;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 4px;
}

.be-descuentos-packs__card-number {
    color: var(--White--Background-White, #FFF);
    text-align: center;
    font-family: "Encode Sans", sans-serif;
    font-size: 78.705px;
    font-style: normal;
    font-weight: 800;
    line-height: 22.136px;
    white-space: nowrap;
}

.be-descuentos-packs__card-percent-label p {
    margin: 0;
    color: var(--White--Background-White, #FFF);
    font-family: "Encode Sans", sans-serif;
    font-size: 19.676px;
    font-style: normal;
    font-weight: 700;
    line-height: 12px;
}

.be-descuentos-packs__card-percent-label strong {
    display: block;
    color: var(--White--Background-White, #FFF);
    font-family: "Encode Sans", sans-serif;
    font-size: 44.367px;
    font-style: normal;
    font-weight: 700;
    line-height: 22.136px;
}

.be-descuentos-packs__card-description p {
    margin: 0;
    text-align: center;
    color: #fff;
    font-family: 'Lato', sans-serif;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.4;
}

/* ─── Cards scroll wrapper ────────────────────────────────────────────────── */

.be-descuentos-packs__cards-section {
    width: 100%;
}

.be-descuentos-packs__cards-scroll {
    width: 100%;
}

.be-descuentos-packs__cards-nav {
    display: none;
}

/* ─── Packs sub-section ──────────────────────────────────────────────────── */

.be-descuentos-packs__packs-section {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 24px;
    width: 100%;
}

.be-descuentos-packs__packs-header {
    text-align: center;
}

.be-descuentos-packs__packs-title p {
    color: var(--Brand-Colors-Blue-00, #1B365D);
    text-align: center;
    margin-bottom: 8px;
    font-family: "Encode Sans";
    font-size: 20px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    letter-spacing: -0.4px;
}

.be-descuentos-packs__packs-subtitle p {
    margin: 0;
    color: var(--Brand-Colors-Blue-00, #1B365D);
    text-align: center;
    font-family: Lato;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 20px;
}

/* ─── Info cards row ─────────────────────────────────────────────────────── */

.be-descuentos-packs__info-cards {
    display: flex;
    justify-content: center;
    gap: 16px;
    width: 100%;
}

.be-descuentos-packs__info-card {
    flex: 0 0 352px;
    width: 352px;
    border-radius: 20px;
    border: 1px solid var(--Complementary-Colors-Black-60, #C1C1C1);
    background: #FFF;
    display: flex;
    flex-direction: column;
    align-items: stretch;
    overflow: hidden;
}

.be-descuentos-packs__info-card--featured {
    background: #1b365d;
    border-color: #1b365d;
}

.be-descuentos-packs__info-title {
    padding: 12px 24px;
    text-align: center;
    border-bottom: 1px solid var(--Complementary-Colors-Black-60, #C1C1C1);
}

.be-descuentos-packs__info-card--featured .be-descuentos-packs__info-title {
    border-bottom-color: rgba(255, 255, 255, 0.2);
}

.be-descuentos-packs__info-title p {
    margin: 0;
    font-family: "Encode Sans", sans-serif;
    font-size: 24px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    color: #1b365d;
}

.be-descuentos-packs__info-title strong {
    font-family: "Encode Sans", sans-serif;
    font-size: 24px;
    font-style: normal;
    font-weight: 900 !important;
    line-height: normal;
}

.be-descuentos-packs__info-card--featured .be-descuentos-packs__info-title p {
    color: #fff;
}

.be-descuentos-packs__info-card:nth-child(2) .be-descuentos-packs__info-title p,
.be-descuentos-packs__info-card:nth-child(3) .be-descuentos-packs__info-title p {
    color: var(--Brand-Colors-Turquoise-00, #00AEC7);
}

.be-descuentos-packs__info-icons {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 6px;
    padding: 12px 0;
}

.be-descuentos-packs__info-icon {
    width: 36px;
    height: 36px;
    object-fit: contain;
    flex-shrink: 0;
}

/* ─── CTA link ───────────────────────────────────────────────────────────── */

.be-descuentos-packs__packs-cta {
    text-align: center;
}

.be-descuentos-packs__packs-link {
    background: none;
    border: none;
    padding: 0;
    cursor: pointer;
    font-family: 'Lato', sans-serif;
    font-size: 16px;
    font-weight: 400;
    color: #00aec7;
    text-decoration: underline;
    text-underline-offset: 3px;
    line-height: 1.4;
}

.be-descuentos-packs__packs-link:hover {
    color: #0090a6;
}

/* ─── Modal ───────────────────────────────────────────────────────────────── */

.be-packs-modal {
    display: none;
    position: fixed;
    inset: 0;
    z-index: 1200;
    align-items: center;
    justify-content: center;
}

.be-packs-modal.is-open {
    display: flex;
}

.be-packs-modal__overlay {
    position: absolute;
    inset: 0;
    background: rgba(11, 28, 51, 0.55);
    cursor: pointer;
}

.be-packs-modal__dialog {
    position: relative;
    z-index: 1;
    background: #fff;
    border-radius: 20px;
    box-shadow: 0 24px 64px rgba(11, 28, 51, 0.18);
    padding: 40px 36px 36px;
    max-width: 900px;
    width: calc(100% - 48px);
    max-height: 90vh;
    overflow-y: auto;
    display: flex;
    flex-direction: column;
    gap: 28px;
}

.be-packs-modal__close {
    position: absolute;
    top: 16px;
    right: 20px;
    background: none;
    border: none;
    font-size: 20px;
    line-height: 1;
    color: #4a6078;
    cursor: pointer;
    padding: 4px 8px;
    border-radius: 4px;
    transition: color 0.15s;
}

.be-packs-modal__close:hover {
    color: #1b365d;
}

.be-packs-modal__header {
    text-align: center;
}

.be-packs-modal__title p {
    margin: 0 0 8px;
    font-family: 'Encode Sans', sans-serif;
    font-size: 22px;
    font-weight: 700;
    color: #1b365d;
}

.be-packs-modal__subtitle p {
    margin: 0;
    color: var(--Brand-Colors-Blue-00, #1B365D);
    text-align: center;
    font-family: Lato;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 20px;
}

/* ─── Modal cards ────────────────────────────────────────────────────────── */

.be-packs-modal__cards {
    display: flex;
    gap: 16px;
    align-items: stretch;
}

.be-packs-modal__card {
    flex: 1 1 0;
    gap: 20px;
    border: 1px solid var(--Complementary-Colors-Black-60, #C1C1C1);
    border-radius: 20px;
    background: #FFF;
    display: flex;
    flex-direction: column;
    align-items: stretch;
    overflow: hidden;
    min-width: 0;
}

.be-packs-modal__card--featured {
    background: #1b365d;
    border-color: #1b365d;
}

.be-packs-modal__card-title {
    padding: 12px 24px;
    text-align: center;
    border-bottom: 1px solid var(--Complementary-Colors-Black-60, #C1C1C1);
}

.be-packs-modal__card--featured .be-packs-modal__card-title {
    border-bottom-color: rgba(255, 255, 255, 0.2);
}

.be-packs-modal__card-title p {
    margin: 0;
    font-family: "Encode Sans", sans-serif;
    font-size: 24px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    color: #1b365d;
}

.be-packs-modal__card-title strong {
    font-family: "Encode Sans", sans-serif;
    font-size: 24px;
    font-style: normal;
    font-weight: 900 !important;
    line-height: normal;
}

.be-packs-modal__card--featured .be-packs-modal__card-title p {
    color: #fff;
}

.be-packs-modal__card:nth-child(2) .be-packs-modal__card-title p,
.be-packs-modal__card:nth-child(3) .be-packs-modal__card-title p {
    color: var(--Brand-Colors-Turquoise-00, #00AEC7);
}

.be-packs-modal__card-icons {
    display: flex;
    justify-content: center;
    gap: 8px;
}

.be-packs-modal__icon {
    height: auto;
    object-fit: contain;
}

/* ─── Modal bullets ──────────────────────────────────────────────────────── */

.be-packs-modal__bullets {
    list-style: none;
    margin: 0;
    padding: 0 16px 16px;
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.be-packs-modal__bullet {
    display: flex;
    align-items: center;
    gap: 8px;
}

.be-packs-modal__bullet-check {
    flex-shrink: 0;
    font-size: 12px;
    margin-top: 2px;
    color: var(--Brand-Colors-Blue-00, #1B365D);
}

.be-packs-modal__card--featured .be-packs-modal__bullet-check {
    color: #fff;
}

.be-packs-modal__bullet-content {
    display: flex;
    flex-direction: column;
    gap: 4px;
}

.be-packs-modal__bullet-main {
    font-family: 'Lato', sans-serif;
    font-size: 11px;
    font-weight: 500;
    color: #1b365d;
    line-height: normal;
    font-style: normal;
}

.be-packs-modal__card--featured .be-packs-modal__bullet-main {
    color: #fff;
}

.be-packs-modal__bullet-sub {
    display: inline-block;
    font-family: 'Lato', sans-serif;
    font-size: 11px;
    font-weight: 400;
    color: #1b365d;
    border: 1px solid #1b365d;
    border-radius: 4px;
    padding: 2px 6px;
    line-height: 1.4;
}

.be-packs-modal__card--featured .be-packs-modal__bullet-sub {
    color: #fff;
    border-color: #fff;
}

/* ─── Mobile ──────────────────────────────────────────────────────────────── */

@media (max-width: 768px) { 

    .be-section--descuentos-packs {
        padding-top: 16px;
    }

    .be-descuentos-packs__header {
        max-width: 100%;
    }

    .be-descuentos-packs__header p {
        font-size: 28px;
        font-style: normal;
        font-weight: 700;
        line-height: 34px;
        letter-spacing: -0.56px;
    }

    .be-descuentos-packs__header figure {
        vertical-align: bottom;
    }

    .be-descuentos-packs__header figure img {
        width: 150px;
    }

    /* ─── Discount cards scroll ─── */

    .be-descuentos-packs__cards-scroll {
        overflow-x: auto;
        overflow-y: hidden;
        -webkit-overflow-scrolling: touch;
        scroll-behavior: smooth;
        scrollbar-width: none;
    }

    .be-descuentos-packs__cards-scroll::-webkit-scrollbar {
        display: none;
    }

    .be-descuentos-packs__cards {
        flex-wrap: nowrap;
        padding-top: 60px;
    }

    .be-descuentos-packs__card {
        flex: 0 0 166.353px;
        width: 166.353px;
        height: 139.273px;
        padding: 35px 10.316px 9.672px 10.316px;
        gap: 10.316px;
        border-radius: 14.051px;
        box-shadow: 0 4.091px 8.183px 0 rgba(0, 0, 0, 0.16);
    }

    .be-descuentos-packs__card-img-wrap {
        top: -60px;
    }

    .be-descuentos-packs__card-img-wrap img {
        max-width: 154px;
    }

    .be-descuentos-packs__card-percent-row {
        height: auto;
    }

    .be-descuentos-packs__card-number {
        font-size: 50px;
        font-weight: 800;
        line-height: 14px;
    }

    .be-descuentos-packs__card-percent-label p {
        font-size: 12px;
        font-weight: 700;
        line-height: 8px;
    }

    .be-descuentos-packs__card-percent-label strong {
        font-size: 28px;
        font-weight: 700;
        line-height: 14px;
    }

    .be-descuentos-packs__card-description p {
        font-size: 12px;
        font-style: normal;
        font-weight: 400;
        line-height: normal;
    }

    .be-descuentos-packs__cards-nav {
        display: flex;
        justify-content: flex-end;
        gap: 12px;
        margin-top: 16px;
    }

    .be-descuentos-packs__cards-nav-btn {
        align-items: center;
        background: #ffffff;
        border: 2px solid #00aec7;
        border-radius: 50%;
        color: #00aec7;
        cursor: pointer;
        display: flex;
        font-size: 16px;
        height: 40px;
        justify-content: center;
        padding: 0;
        transition: all 0.3s ease;
        width: 40px;
    }

    .be-descuentos-packs__cards-nav-btn:hover {
        background: #00aec7;
        color: #ffffff;
    }

    .be-descuentos-packs__cards-nav-btn:disabled {
        border-color: #d0d0d0;
        color: #d0d0d0;
        cursor: not-allowed;
    }

    .be-descuentos-packs__cards-nav-btn:disabled:hover {
        background: #ffffff;
        color: #d0d0d0;
    }

    /* ─── Last discount card ─── */

    .be-descuentos-packs__card:last-child {
        padding: 30px 10.316px 9.672px 10.316px;
    }

    .be-descuentos-packs__card:last-child .be-descuentos-packs__card-img-wrap {
        top: -60px;
    }

    .be-descuentos-packs__card:last-child .be-descuentos-packs__card-img-wrap img {
        max-width: 125px;
    }

    .be-descuentos-packs__card:last-child .be-descuentos-packs__card-number {
        font-size: 45px;
    }

    .be-descuentos-packs__card:last-child .be-descuentos-packs__card-body {
        gap: 10px;
    }

    .be-descuentos-packs__info-cards {
        width: unset;
        flex-direction: column;
    }

    .be-descuentos-packs__info-card {
        flex: unset;
    }

    /* ─── Modal mobile ─── */

    @keyframes beModalSlideUp {
        from {
            transform: translateY(100%);
            opacity: 0;
        }
        to {
            transform: translateY(0);
            opacity: 1;
        }
    }

    @keyframes beModalFadeIn {
        from { opacity: 0; }
        to   { opacity: 1; }
    }

    .be-packs-modal {
        align-items: flex-end;
    }

    .be-packs-modal__dialog {
        width: 100%;
        border-bottom-left-radius: 0;
        border-bottom-right-radius: 0;
        margin-top: auto;
        max-width: 100%;
        max-height: 100dvh;
        padding: 28px 20px 24px;
    }

    .be-packs-modal.is-open .be-packs-modal__dialog {
        animation: beModalSlideUp 0.35s cubic-bezier(0.32, 0.72, 0, 1) both;
    }

    .be-packs-modal.is-open .be-packs-modal__overlay {
        animation: beModalFadeIn 0.3s ease both;
    }

    .be-packs-modal__cards {
        overflow-x: auto;
        overflow-y: hidden;
        -webkit-overflow-scrolling: touch;
        scrollbar-width: none;
        margin-inline: -20px;
        padding-bottom: 4px;
    }

    .be-packs-modal__cards::-webkit-scrollbar {
        display: none;
    }

    .be-packs-modal__card {
        flex: 0 0 260px;
        min-width: 260px;
    }

    .be-packs-modal__cards > :first-child {
        margin-left: 20px;
    }

    .be-packs-modal__cards > :last-child {
        margin-right: 20px;
    }
}
