.st-audience-carousel {
    background: #000;
    color: #fff;
    padding: 0 0 100px 0;
    overflow: hidden;
    position: relative;
    background-image: linear-gradient(rgba(0, 0, 0, 0.88), rgba(0, 0, 0, 0.96)),
        url('/wp-content/themes/razzi-child/assets/backgrounds/main-bg.png');
        background-size: cover;
        background-position: center;
        background-repeat: repeat;
}

.st-audience-carousel__header {
    text-align: center;
    margin-bottom: 60px;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.st-audience-carousel__title {
    font-family: var(--font-primary, 'Tektur', sans-serif);
    font-size: 44px;
    font-weight: 600;
    line-height: 1.36;
    letter-spacing: 1px;
    text-transform: uppercase;
    color: #fff;
    max-width: 616px;
    margin: 0 0 15px;
}

.st-audience-carousel__title-accent {
    color: #b18a55;
}

.st-audience-carousel__subtitle {
    font-family: var(--font-primary, 'Tektur', sans-serif);
    font-size: 18px;
    line-height: 1.55;
    color: #ccc;
    max-width: 506px;
    margin: 0;
}

.st-audience-carousel__slider-wrapper {
    position: relative;
    width: 100%;
    max-width: 1252px;
    margin: 0 auto;
    height: 480px;
}

.st-audience-carousel__slider {
    width: 828px;
    height: 480px;
    border-radius: 20px;
    overflow: hidden;
    z-index: 10;
}

.st-audience-carousel__card {
    position: relative;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.st-audience-carousel__card-bg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-size: cover;
    background-position: center;
    z-index: 1;
}

.st-audience-carousel__card-bg::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(180deg, rgba(0, 0, 0, 0) 58.65%, rgba(0, 0, 0, 0.5) 100%);
    z-index: 2;
}

.st-audience-carousel__card-content {
    position: relative;
    width: 100%;
    height: 100%;
    z-index: 3;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
}

.st-audience-carousel__card-image {
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    max-width: 100%;
    height: auto;
    object-fit: contain;
    z-index: 1;
}

.st-audience-carousel__card-overlay {
    position: relative;
    width: 100%;
    height: 128px;
    padding: 16px 48px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    gap: 12px;
    z-index: 2;
    border-radius: 0 0 19px 19px;
    background: rgba(0, 0, 0, 0.1);
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
    border: none;
    border-top: 1px solid rgba(255, 255, 255, 0.1);
}

.st-audience-carousel__card-title {
    font-family: var(--font-primary, 'Tektur', sans-serif);
    font-size: 24px;
    font-weight: 600;
    line-height: 1.3;
    color: #b18a55;
    margin: 0;
}

.st-audience-carousel__card-text {
    font-family: var(--font-primary, 'Tektur', sans-serif);
    font-size: 18px;
    line-height: 1.55;
    color: rgba(255, 255, 255, 0.8);
    margin: 0;
}

/* Background Stack & Shuffle Animation */
.st-audience-carousel__bg-stack {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 5;
    pointer-events: none;
}

.st-audience-carousel__bg-card {
    position: absolute;
    border-radius: 20px;
    overflow: hidden;
    opacity: 0;
    visibility: hidden;
    transform: translate(-50%, -50%) scale(0.8);
    left: 50%;
    top: 50%;
    transition: 
        left 0.7s cubic-bezier(0.4, 0, 0.2, 1),
        top 0.7s cubic-bezier(0.4, 0, 0.2, 1),
        width 0.7s cubic-bezier(0.4, 0, 0.2, 1),
        height 0.7s cubic-bezier(0.4, 0, 0.2, 1),
        opacity 0.6s ease,
        filter 0.6s ease,
        transform 0.7s cubic-bezier(0.34, 1.56, 0.64, 1);
}

.st-audience-carousel__bg-card img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

/* Position States */
.st-audience-carousel__bg-card.is-l1 {
    width: 510px;
    height: 320px;
    left: 255px; /* center of width */
    top: 240px; /* 80 + 160 */
    opacity: 0.6;
    visibility: visible;
    filter: blur(8px);
    z-index: 1;
    transform: translate(-50%, -50%) scale(1);
}

.st-audience-carousel__bg-card.is-l2 {
    width: 616px;
    height: 400px;
    left: 414px; /* 106 + 308 */
    top: 240px; /* 40 + 200 */
    opacity: 0.8;
    visibility: visible;
    filter: blur(4px);
    z-index: 2;
    transform: translate(-50%, -50%) scale(1);
}

.st-audience-carousel__bg-card.is-active {
    width: 828px;
    height: 480px;
    left: 50%;
    top: 50%;
    opacity: 0; /* Hidden because Swiper active slide is on top */
    visibility: hidden;
    z-index: 10;
    transform: translate(-50%, -50%) scale(1.05);
}

.st-audience-carousel__bg-card.is-r2 {
    width: 616px;
    height: 400px;
    left: calc(100% - 414px);
    top: 240px;
    opacity: 0.8;
    visibility: visible;
    filter: blur(4px);
    z-index: 2;
    transform: translate(-50%, -50%) scale(1);
}

.st-audience-carousel__bg-card.is-r1 {
    width: 510px;
    height: 320px;
    left: calc(100% - 255px);
    top: 240px;
    opacity: 0.6;
    visibility: visible;
    filter: blur(8px);
    z-index: 1;
    transform: translate(-50%, -50%) scale(1);
}

/* Controls */
.st-audience-carousel__controls {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 40px;
    margin-top: 40px;
}

.st-audience-carousel__arrow {
    background: none;
    border: none;
    padding: 0;
    cursor: pointer;
    width: 24px;
    height: 24px;
    transition: transform 0.3s ease;
}

.st-audience-carousel__arrow:hover {
    transform: scale(1.1);
}

.st-audience-carousel__arrow img {
    width: 100%;
    height: 100%;
}

.st-audience-carousel__pagination {
    display: flex;
    gap: 8px;
    width: fit-content !important;
}

.st-audience-carousel__pagination .swiper-pagination-bullet {
    width: 8px;
    height: 8px;
    background: #efefef;
    opacity: 1;
    border-radius: 20px;
    margin: 0 !important;
    transition: all 0.3s ease;
}

.st-audience-carousel__pagination .swiper-pagination-bullet-active {
    width: 12px;
    background: #b18a55;
}

.st-audience-carousel__footer-text {
    text-align: center;
    font-family: var(--font-primary, 'Tektur', sans-serif);
    font-size: 18px;
    line-height: 1.55;
    color: #ccc;
    max-width: 595px;
    margin: 120px auto 0;
}

/* Responsive */
/* @media (max-width: 1280px) {
    .st-audience-carousel__slider-wrapper {
        max-width: 100%;
        padding: 0 20px;
        height: auto;
    }
    
    .st-audience-carousel__slider {
        width: 100%;
        max-width: 828px;
    }

    .st-audience-carousel__bg-previews {
        display: none;
    }
}

@media (max-width: 768px) {
    .st-audience-carousel__title {
        font-size: 32px;
    }
    
    .st-audience-carousel__slider {
        height: 400px;
    }
    
    .st-audience-carousel__card-overlay {
        padding: 20px;
        height: auto;
    }
    
    .st-audience-carousel__card-title {
        font-size: 20px;
    }
    
    .st-audience-carousel__card-text {
        font-size: 16px;
    }
} */
