/* =========================================
   PROMO BANNER (Ease My Holiday)
========================================= */

.promo-banner-section {
    width: 100%;
    padding: 28px 20px 10px;
    background: #f4f7fb;
}

.promo-section-head {
    text-align: center;
    margin: 0 0 18px;
}

.promo-section-head span {
    display: inline-block;
    color: #d4a017;
    font-family: "Manrope", sans-serif;
    font-size: 12px;
    font-weight: 800;
    letter-spacing: 0.16em;
    margin-bottom: 8px;
}

.promo-section-head h2 {
    margin: 0;
    color: #14213d;
    font-family: "Manrope", sans-serif;
    font-size: clamp(26px, 3.5vw, 34px);
    font-weight: 800;
    line-height: 1.2;
}

.promo-section-head h2 strong {
    color: #d4a017;
}

.promo-banner-shell {
    width: 100%;
    max-width: 1250px;
    margin: 0 auto;
    position: relative;
}

.promo-slides {
    position: relative;
    width: 100%;
    min-height: 320px;
    height: clamp(280px, 38vw, 420px);
    border-radius: 22px;
    overflow: hidden;
    background: #0f1c2e;
    box-shadow: 0 18px 40px rgba(15, 28, 46, 0.18);
}

.promo-slide {
    position: absolute;
    inset: 0;
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    transition: opacity 0.55s ease, visibility 0.55s ease;
}

.promo-slide.is-active {
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
}

.promo-slide-media {
    position: absolute;
    inset: 0;
    background-color: #0f1c2e;
    background-image: var(--promo-bg, none);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    transform: scale(1.04);
    transition: transform 6s ease;
}

.promo-slide.is-active .promo-slide-media {
    transform: scale(1);
}

.promo-slide-veil {
    position: absolute;
    inset: 0;
    background:
        linear-gradient(100deg, rgba(8, 20, 40, 0.62) 0%, rgba(8, 20, 40, 0.28) 42%, rgba(8, 20, 40, 0.12) 62%, rgba(8, 20, 40, 0.28) 100%);
}

.promo-slide-veil-warm {
    background:
        linear-gradient(100deg, rgba(40, 18, 8, 0.68) 0%, rgba(40, 18, 8, 0.32) 48%, rgba(8, 20, 40, 0.25) 100%);
}

.promo-snow {
    position: absolute;
    inset: 0;
    pointer-events: none;
    background-image:
        radial-gradient(circle, rgba(255,255,255,0.85) 0 1.5px, transparent 2px),
        radial-gradient(circle, rgba(255,255,255,0.55) 0 1px, transparent 2px);
    background-size: 90px 90px, 55px 55px;
    background-position: 0 0, 30px 40px;
    opacity: 0.35;
    animation: promoSnow 18s linear infinite;
}

@keyframes promoSnow {
    from { background-position: 0 0, 30px 40px; }
    to { background-position: 0 180px, 30px 220px; }
}

.promo-badge {
    position: absolute;
    left: clamp(16px, 3vw, 34px);
    top: 50%;
    transform: translateY(-50%);
    z-index: 3;
    width: clamp(110px, 14vw, 150px);
    aspect-ratio: 1;
    border-radius: 18px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
    background: linear-gradient(160deg, #1a2f4f 0%, #0d1a2e 100%);
    border: 3px solid #d4a017;
    box-shadow: 0 12px 28px rgba(0,0,0,0.28), inset 0 0 0 1px rgba(255,255,255,0.08);
    color: #fff;
}

.promo-badge span {
    font-family: "Manrope", sans-serif;
    font-size: clamp(10px, 1.1vw, 12px);
    font-weight: 800;
    letter-spacing: 0.14em;
    color: #d4a017;
}

.promo-badge strong {
    font-family: "Bebas Neue", sans-serif;
    font-size: clamp(28px, 3.4vw, 40px);
    line-height: 0.95;
    letter-spacing: 0.04em;
    margin-top: 4px;
}

.promo-badge-gold {
    border-color: #f0c75e;
    background: linear-gradient(160deg, #2a2212 0%, #14100a 100%);
}

.promo-badge-world {
    border-color: #7ec8e3;
}

.promo-copy {
    position: absolute;
    left: clamp(140px, 20vw, 230px);
    top: 50%;
    transform: translateY(-50%);
    z-index: 3;
    max-width: min(520px, 52vw);
    color: #fff;
}

.promo-eyebrow {
    margin: 0;
    font-family: "Manrope", sans-serif;
    font-size: clamp(12px, 1.5vw, 16px);
    font-weight: 800;
    letter-spacing: 0.16em;
    color: #ff6b5a;
    text-transform: uppercase;
}

.promo-eyebrow-bottom {
    margin-top: 4px;
}

.promo-copy h1,
.promo-copy .promo-title {
    margin: 2px 0 0;
    font-family: "Bebas Neue", sans-serif;
    font-size: clamp(48px, 8vw, 92px);
    line-height: 0.9;
    letter-spacing: 0.02em;
    color: #fff;
    font-weight: 400;
    text-shadow: 0 6px 0 rgba(20, 70, 140, 0.45), 0 14px 28px rgba(0,0,0,0.35);
}

.promo-deal {
    display: inline-flex;
    align-items: baseline;
    gap: 8px;
    flex-wrap: wrap;
    margin-top: 14px;
    padding: 10px 14px;
    background: rgba(255,255,255,0.94);
    color: #14213d;
    border-radius: 8px;
    border: 2px solid #101820;
    font-family: "Manrope", sans-serif;
    font-size: clamp(12px, 1.2vw, 14px);
    font-weight: 800;
    letter-spacing: 0.04em;
}

.promo-deal b {
    font-size: 1.15em;
    color: #0b3d91;
}

.promo-cta {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    margin-top: 16px;
    min-height: 42px;
    padding: 0 18px;
    border-radius: 8px;
    background: #fff;
    color: #101820;
    font-family: "Manrope", sans-serif;
    font-size: 13px;
    font-weight: 800;
    letter-spacing: 0.04em;
    text-decoration: none;
    text-transform: uppercase;
    box-shadow: 0 8px 20px rgba(0,0,0,0.22);
    transition: transform 0.2s ease, background 0.2s ease;
}

.promo-cta:hover {
    background: #d4a017;
    transform: translateY(-2px);
}

.promo-collage {
    position: absolute;
    right: 4%;
    top: 50%;
    transform: translateY(-50%);
    width: min(340px, 34vw);
    height: 78%;
    z-index: 2;
    pointer-events: none;
}

.promo-collage-img {
    position: absolute;
    object-fit: cover;
    border-radius: 16px;
    border: 3px solid rgba(255,255,255,0.85);
    box-shadow: 0 14px 30px rgba(0,0,0,0.35);
}

.promo-collage-a {
    width: 58%;
    height: 58%;
    left: 0;
    top: 8%;
    transform: rotate(-6deg);
}

.promo-collage-b {
    width: 52%;
    height: 52%;
    right: 0;
    bottom: 6%;
    transform: rotate(5deg);
}

.promo-collage-c {
    width: 42%;
    height: 42%;
    left: 28%;
    top: 38%;
    transform: rotate(2deg);
    z-index: 2;
}

.promo-nav {
    display: flex;
    justify-content: center;
    gap: 8px;
    margin-top: 14px;
}

.promo-dot {
    width: 9px;
    height: 9px;
    border-radius: 999px;
    border: 0;
    padding: 0;
    background: #c5d0dc;
    cursor: pointer;
    transition: width 0.2s ease, background 0.2s ease;
}

.promo-dot.is-active {
    width: 24px;
    background: #0b3d91;
}

@media (max-width: 900px) {
    .promo-collage {
        display: none;
    }

    .promo-copy {
        left: clamp(130px, 22vw, 180px);
        max-width: min(420px, 58vw);
    }
}

@media (max-width: 700px) {
    .promo-banner-section {
        padding: 14px 12px 4px;
    }

    .promo-slides {
        min-height: 360px;
        height: auto;
        aspect-ratio: auto;
        border-radius: 16px;
    }

    .promo-slide {
        position: relative;
        display: none;
        min-height: 360px;
    }

    .promo-slide.is-active {
        display: block;
    }

    .promo-badge {
        left: 16px;
        top: 18px;
        transform: none;
        width: 92px;
        border-radius: 14px;
    }

    .promo-copy {
        left: 16px;
        right: 16px;
        top: auto;
        bottom: 22px;
        transform: none;
        max-width: none;
    }

    .promo-copy h1,
    .promo-copy .promo-title {
        font-size: 56px;
    }
}
