
.marketplace-banner .WMBSC,
.marketplace-banner .WMBSC-content,
.marketplace-banner .slick-list,
.marketplace-banner .slick-track,
.marketplace-banner .slick-slide,
.marketplace-banner .banner-wrapper {
    height: 100%;
}

    .marketplace-banner .slick-slide > div {
        height: 100%;
    }

.banner-wrapper {
    width: 100%;
    position: relative;
    overflow: hidden;
}


.banner-slide {
    width: 100%;
    height: 100%;
}

.marketplace-banner {
    aspect-ratio: 16/9;
}

@media(min-width:728px) {
    .marketplace-banner {
        aspect-ratio: 16/5;
    }
}

.slide-bg {
    position: absolute;
    inset: 0;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}


.slide-overlay {
    position: absolute;
    inset: 0;
    background: linear-gradient( 90deg, rgba(0,0,0,0.6) 0%, rgba(0,0,0,0) 60% );
}

.slide-content {
    position: absolute;
    inset: 0;
    display: flex;
    align-items: center;
    z-index: 2;
}

.slide-inner {
    padding-left: 75px;
    max-width: 640px;
}

.slide-title {
    color: #fff;
    font-size: 48px;
    font-weight: 700;
    margin-bottom: 16px;
}

.slide-desc {
    color: #e5e7eb;
    font-size: 22px;
    margin-bottom: 28px;
}

.btn-cta {
    background: #dc2626;
    color: #fff;
    padding: 14px 32px;
    border-radius: 10px;
    font-weight: 600;
    border: none;
    cursor: pointer;
}

    .btn-cta:hover {
        background: #b91c1c;
    }

.banner-arrow {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    background: rgba(255, 255, 255, 0.2);
    backdrop-filter: blur(6px);
    color: #fff;
    border: none;
    width: 44px;
    height: 44px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    z-index: 5;
    transition: background 0.2s ease, transform 0.2s ease;
}

    .banner-arrow i {
        font-size: 18px;
        line-height: 1;
    }

    .banner-arrow.left {
        left: 16px;
    }

    .banner-arrow.right {
        right: 16px;
    }

@media (hover: hover) {
    .banner-arrow:hover {
        background: rgba(255, 255, 255, 0.3);
        transform: translateY(-50%) scale(1.05);
    }
}

.slick-dot {
    position: absolute;
    bottom: 24px;
    left: 0;
    right: 0;
    text-align: center;
}

    .slick-dot li {
        display: inline-block;
        margin: 0 4px;
    }

        .slick-dot li button {
            width: 8px;
            height: 8px;
            background: rgba(255,255,255,0.5);
            border-radius: 999px;
            border: none;
            transition: all 0.3s ease;
            font-size: 0;
        }

        .slick-dot li.slick-active button {
            width: 32px;
            background: #fff;
        }

.banner-loader {
    height: 400px;
    display: flex;
    align-items: center;
    justify-content: center;
}

@media (max-width: 1024px) {

    .slide-inner {
        padding-left: 32px;
        max-width: 520px;
    }

    .slide-title {
        font-size: 34px;
        margin-bottom: 12px;
    }

    .slide-desc {
        font-size: 18px;
        margin-bottom: 22px;
    }

    .btn-cta {
        padding: 12px 26px;
        font-size: 15px;
        border-radius: 9px;
    }
}

@media (max-width: 768px) {


    .slide-inner {
        padding-left: 20px;
        padding-right: 20px;
        max-width: 100%;
    }

    .slide-title {
        font-size: 22px;
        margin-bottom: 8px;
    }

    .slide-desc {
        font-size: 14px;
        margin-bottom: 16px;
        max-width: 100%;
    }

    .btn-cta {
        padding: 5px 10px;
        font-size: 11px;
        border-radius: 6px;
    }

    .slide-overlay {
        background: linear-gradient( 180deg, rgba(0,0,0,0) 0%, rgba(0,0,0,0.5) 70% );
    }

    .slide-content {
        align-items: flex-end;
        padding-bottom: 56px;
    }

    .slick-dot {
        bottom: 10px;
    }

        .slick-dot li {
            margin: 0 2px;
        }

            .slick-dot li button {
                width: 6px;
                height: 6px;
                padding: 6px;
            }

            .slick-dot li.slick-active button {
                width: 22px;
            }
}
