/**
 * Bonus Carousel - Redesigned (scroll snap, no arrows)
 */
.eOW5N3M24 {
    padding: 24px 0;
    margin: 20px 0;
}
.eOW5N3M24 *,
.eOW5N3M24 *::before,
.eOW5N3M24 *::after {
    box-sizing: border-box;
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif !important;
}
.W1K4KMWJ0NL2 {
    max-width: 1100px;
    margin: 0 auto;
    padding: 0 20px;
}
.a4NXNKZYXY41 {
    font-size: 1.5rem !important;
    font-weight: 700 !important;
    text-align: center;
    margin: 0 0 20px 0 !important;
    color: #1a1a2e !important;
}

/* Horizontal scroll container */
.YJONNZLKX4 {
    display: flex;
    gap: 16px;
    overflow-x: auto;
    scroll-snap-type: x mandatory;
    -webkit-overflow-scrolling: touch;
    scrollbar-width: none;
    padding: 4px 0 8px;
}
.YJONNZLKX4::-webkit-scrollbar {
    display: none;
}

/* Card */
.a13YYOJ1Y2 {
    flex: 0 0 calc(33.333% - 11px);
    min-width: 240px;
    position: relative;
    height: 280px;
    border-radius: 16px;
    overflow: hidden;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    padding: 22px;
    text-decoration: none;
    color: #fff;
    scroll-snap-align: start;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}
.a13YYOJ1Y2:hover {
    transform: translateY(-3px);
    box-shadow: none;
    color: #fff;
    text-decoration: none;
}

/* Background */
.W3KW3ZK221Y {
    position: absolute;
    inset: 0;
    background-size: cover;
    background-position: center;
    z-index: 0;
    transition: transform 0.4s ease;
}
.a13YYOJ1Y2:hover .W3KW3ZK221Y {
    transform: scale(1.06);
}
.f0O4YMYMNJZ {
    position: absolute;
    inset: 0;
    background: linear-gradient(0deg, rgba(0,0,0,0.78) 0%, rgba(0,0,0,0.25) 45%, rgba(0,0,0,0.05) 100%);
    z-index: 1;
}

/* Badge */
.e5OZ15WYMO {
    position: absolute;
    top: 14px;
    left: 14px;
    background: var(--color-primary, #e53e3e);
    color: #fff;
    font-size: 0.68rem;
    font-weight: 700;
    padding: 4px 12px;
    border-radius: 20px;
    text-transform: uppercase;
    letter-spacing: 0.06em;
    z-index: 2;
}

/* Card body */
.W0KWM4O5JXJ0 {
    position: relative;
    z-index: 2;
    display: flex;
    flex-direction: column;
    gap: 10px;
}
.VON4JZ3MY {
    font-size: 1.2rem !important;
    font-weight: 700 !important;
    color: #fff !important;
    margin: 0 !important;
    text-shadow: 0 1px 4px rgba(0,0,0,0.5);
    line-height: 1.3;
}
.VMLOZKZOM0 {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    background: var(--color-primary, #e53e3e);
    color: #fff !important;
    font-size: 0.82rem;
    font-weight: 600;
    padding: 9px 18px;
    border-radius: 10px;
    text-decoration: none;
    transition: all 0.25s ease;
    align-self: flex-start;
}
.a13YYOJ1Y2:hover .VMLOZKZOM0 {
    filter: brightness(1.15);
}

/* Dots */
.a4WJ0WLZ {
    display: flex;
    justify-content: center;
    gap: 8px;
    margin-top: 16px;
}
.d3J3K155OZ {
    width: 8px;
    height: 8px;
    border-radius: 50%;
    border: none;
    background: #d1d5db;
    cursor: pointer;
    transition: all 0.25s ease;
    padding: 0;
}
.d3J3K155OZ:hover {
    background: var(--color-primary, #e53e3e);
    opacity: 0.6;
}
.W0NZ3YML2 {
    background: var(--color-primary, #e53e3e);
    width: 20px;
    border-radius: 10px;
}

/* Responsive */
@media (max-width: 1024px) {
    .a13YYOJ1Y2 {
        flex: 0 0 calc(50% - 8px);
        min-width: 220px;
    }
}
@media (max-width: 640px) {
    .a13YYOJ1Y2 {
        flex: 0 0 85%;
        min-width: 0;
        height: 240px;
    }
    .a4NXNKZYXY41 {
        font-size: 1.3rem !important;
    }
    .eOW5N3M24 {
        padding: 16px 0;
    }
}
