.ofertas-top-section {
    margin-top: 3rem;
    margin-bottom: 1.5rem;
}
.ofertas-top-row {
    margin-left: -6px;
    margin-right: -6px;
    align-items: stretch;
}
.ofertas-top-col {
    padding-left: 6px;
    padding-right: 6px;
    display: flex;
}
.ofertas-top-col>.temporizador-wrapper,
.ofertas-top-col>.ofertas-wrapper {
    width: 100%;
    height: 100%;
}
.temporizador-wrapper {
    width: 100%;
    height: 100%;
    display: flex;
}
.offer-countdown {
    width: 100%;
    height: 100%;
}
.offer-countdown__content {
    position: relative;
    width: 100%;
    height: 100%;
    min-height: 100%;
    border-radius: 24px;
    overflow: hidden;
    padding: 20px 18px;
    background: linear-gradient(135deg, #0f9ae5 0%, #2d3f9f 100%);
    box-shadow: 0 12px 30px rgba(45, 46, 131, 0.18);
    display: flex;
    align-items: center;
    justify-content: center;
}
.offer-countdown__content::before {
    content: "";
    position: absolute;
    width: 120px;
    height: 120px;
    left: -45px;
    bottom: -40px;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.05);
}
.offer-countdown__content::after {
    content: "";
    position: absolute;
    width: 150px;
    height: 150px;
    right: -55px;
    bottom: -60px;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.08);
}
.offer-countdown__left {
    position: relative;
    z-index: 2;
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
}
.offer-countdown__eyebrow {
    margin: 0 0 10px;
    font-size: 12px;
    line-height: 1.1;
    font-weight: 700;
    text-transform: uppercase;
    color: rgba(255, 255, 255, 0.92);
    letter-spacing: 0.03em;
}
.offer-countdown__title {
    margin: 0 0 14px;
    max-width: 320px;
    font-size: 18px;
    line-height: 1.3;
    font-weight: 700;
    color: #fff;
    text-align: center;
}
.offer-timer {
    display: flex;
    flex-wrap: nowrap;
    justify-content: center;
    gap: 8px;
    width: 100%;
    margin-bottom: 0;
}
.offer-timer__item {
    flex: 1 1 0;
    min-width: 0;
    max-width: 82px;
    text-align: center;
    padding: 9px 4px;
    border-radius: 12px;
    background: linear-gradient(180deg,
            rgba(248, 169, 209, 0.20) 0%,
            rgba(234, 78, 150, 0.12) 100%);
    border: 1px solid rgba(252, 231, 242, 0.24);
    box-shadow:
        inset 0 1px 0 rgba(255, 255, 255, 0.14),
        0 4px 14px rgba(79, 8, 34, 0.08);
    backdrop-filter: blur(4px);
}
.offer-timer__number {
    display: block;
    margin-bottom: 4px;
    font-size: 14px;
    line-height: 1;
    font-weight: 700;
    color: #fff;
}
.offer-timer__label {
    display: block;
    font-size: 9px;
    line-height: 1.1;
    font-weight: 700;
    text-transform: uppercase;
    color: rgba(255, 255, 255, 0.92);
}
@media (min-width: 1200px) and (max-width: 1366px) {
    .offer-countdown__content {
        padding: 18px 16px;
        border-radius: 22px;
    }
    .offer-countdown__eyebrow {
        font-size: 11px;
        margin-bottom: 8px;
    }
    .offer-countdown__title {
        font-size: 16px;
        line-height: 1.28;
        max-width: 290px;
        margin-bottom: 12px;
    }
    .offer-timer {
        gap: 8px;
    }
    .offer-timer__item {
        max-width: 78px;
        padding: 8px 4px;
        border-radius: 12px;
    }
    .offer-timer__number {
        font-size: 13px;
    }
    .offer-timer__label {
        font-size: 8px;
    }
    .card-horizontal-info {
        padding: 13px 14px;
    }
    .card-horizontal .tipo-plan {
        font-size: 9px;
        line-height: 14px;
        padding: 4px 8px;
    }
    .card-horizontal .fecha-card {
        font-size: 10px;
        line-height: 16px;
    }
    .card-horizontal h5 {
        font-size: 17px;
        line-height: 1.15;
        margin-bottom: 7px;
    }
    .card-horizontal ul {
        font-size: 11px;
        line-height: 1.35;
    }
    .card-horizontal ul li {
        margin-bottom: 3px;
    }
    .card-horizontal .booking-wrapper {
        padding-top: 9px;
        margin-top: 10px;
    }
    .card-horizontal .booking-wrapper span {
        font-size: 18px;
    }
    .card-horizontal .booking-wrapper span small {
        font-size: 11px;
    }
    .booking-btn {
        font-size: 12px;
        padding: 8px 14px;
    }
    @media (max-width: 991.98px) {
        .ofertas-top-row {
            margin-left: -8px;
            margin-right: -8px;
        }
        .ofertas-top-col {
            padding-left: 8px;
            padding-right: 8px;
        }
        .temporizador-wrapper,
        .ofertas-wrapper,
        .card-horizontal,
        .offer-countdown,
        .offer-countdown__content {
            height: auto;
            min-height: auto;
        }
        .offer-countdown__content {
            padding: 22px 18px;
        }
        .offer-countdown__title {
            font-size: 20px;
            max-width: 100%;
        }
        .offer-timer__item {
            max-width: none;
        }
        .card-horizontal {
            height: auto;
        }
        .card-horizontal-row {
            height: auto;
        }
        .card-horizontal-image {
            height: auto;
        }
        .card-horizontal-image img {
            min-height: 260px;
            max-height: 260px;
        }
        .card-horizontal-info {
            height: auto;
            padding: 16px;
        }
        .card-horizontal h5 {
            font-size: 22px;
        }
        .card-horizontal ul {
            font-size: 13px;
        }
        .card-horizontal .booking-wrapper span {
            font-size: 22px;
        }
        .booking-btn {
            font-size: 14px;
            padding: 9px 18px;
        }
    }
    @media (max-width: 767.98px) {
        .ofertas-top-col {
            display: block;
        }
        .offer-countdown__content {
            padding: 22px 16px;
            border-radius: 20px;
            height: auto;
        }
        .offer-countdown__content::before {
            width: 110px;
            height: 110px;
            left: -45px;
            bottom: -40px;
        }
        .offer-countdown__content::after {
            width: 130px;
            height: 130px;
            right: -45px;
            bottom: -50px;
        }
        .offer-countdown__eyebrow {
            font-size: 11px;
            margin-bottom: 8px;
        }
        .offer-countdown__title {
            font-size: 20px;
            line-height: 1.25;
            margin-bottom: 14px;
        }
        .offer-timer {
            flex-wrap: wrap;
            gap: 8px;
        }
        .offer-timer__item {
            flex: 1 1 calc(50% - 4px);
            min-width: calc(50% - 4px);
            max-width: none;
            padding: 10px 8px;
        }
        .offer-timer__number {
            font-size: 16px;
        }
        .offer-timer__label {
            font-size: 9px;
        }
        .card-horizontal {
            height: auto;
            border-radius: 20px;
        }
        .card-horizontal-row {
            height: auto;
        }
        .card-horizontal-image {
            height: auto;
        }
        .card-horizontal-image img {
            width: 100%;
            height: 220px;
            min-height: 220px;
            object-fit: cover;
        }
        .card-horizontal-info {
            height: auto;
            padding: 16px;
        }
        .card-horizontal-top {
            flex-direction: column;
            align-items: flex-start !important;
        }
        .card-horizontal .fecha-card {
            white-space: normal;
        }
        .card-horizontal h5 {
            font-size: 20px;
        }
        .card-horizontal ul {
            font-size: 13px;
            line-height: 1.45;
        }
        .card-horizontal .booking-wrapper {
            flex-direction: column;
            align-items: flex-start;
            gap: 10px;
        }
        .card-horizontal .booking-wrapper span {
            font-size: 22px;
        }
        .booking-btn {
            font-size: 14px;
            padding: 10px 18px;
        }
    }
    @media (max-width: 480px) {
        .ofertas-top-row {
            margin-left: -6px;
            margin-right: -6px;
        }
        .ofertas-top-col {
            padding-left: 6px;
            padding-right: 6px;
        }
        .offer-countdown__title {
            font-size: 18px;
        }
        .offer-timer__number {
            font-size: 15px;
        }
        .offer-timer__label {
            font-size: 8px;
        }
        .card-horizontal h5 {
            font-size: 18px;
        }
        .card-horizontal .booking-wrapper span {
            font-size: 20px;
        }
        .booking-btn {
            width: auto;
        }
    }
}