:root{
    --gold: #f5c842;
    --spotlight-white: #FFFFFF;
}
.eva-spotlight-container {
    background: transparent;
    color: var(--spotlight-white);
    font-family: sans-serif;
    max-width: 1100px;
    margin: 0 auto;
    padding: 0px;
}
.eva-spotlight-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 14px;
}
.eva-spotlight-header h2 {
    font-family: Impact, 'Arial Narrow', sans-serif !important;
    font-size: clamp(18px, 2.8vw, 24px) !important;
    color: #fff;
    letter-spacing: 0.5px !important;
    margin: 0px;
}
.eva-spotlight-header h2 .gold{
    color: var(--gold);
    text-shadow: 0 0 16px rgba(245, 200, 66, 0.4);
    font-family: 'impact';
}
.eva-spotlight-slider {
    position: relative !important;
    width: 100% !important;
    min-height: 250px !important;
    overflow: hidden !important;
}
.eva-spotlight-card {
    position: absolute !important;
    top: 0 !important;
    left: 0 !important;
    width: 100% !important;
    display: flex !important;
    background: #12244f;
    border: 1px solid rgba(245,200,66,0.22);
    box-shadow: 0 0 0 1px rgba(245, 200, 66, 0.06), 0 14px 40px rgba(0, 0, 0, 0.45);
    border-radius: 14px;
    overflow: hidden;
    min-height: 250px;
    opacity: 0 !important;
    visibility: hidden !important;
    transform: translateX(50px) scale(0.98) !important;
    transition: opacity 0.6s cubic-bezier(0.4, 0, 0.2, 1), 
    transform 0.6s cubic-bezier(0.4, 0, 0.2, 1), 
    visibility 0.6s !important;
    z-index: 1 !important;
}
.eva-spotlight-card.active {
    position: relative !important;
    opacity: 1 !important;
    visibility: visible !important;
    transform: translateX(0) scale(1) !important;
    z-index: 2 !important;
}
.eva-card-left {
    width: 25%;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    position: relative;
    background-color: #1a1a3a;
    image-rendering: -webkit-optimize-contrast;
}
.eva-badge {
    position: absolute;
    top: 15px;
    left: 15px;
    background: var(--gold);
    color: #2e1568;
    font-size: 11px !important;
    letter-spacing: 0.7px !important;
    padding: 3px 10px;
    border-radius: 50px;
    z-index: 2;
    white-space: nowrap;
    font-family: 'impact';
    font-weight: 500;
}
.eva-card-right {
    width: 75%;
    padding: 16px 20px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
}
.eva-spotlight-container .eva-member-label {
    font-size: 10px;
    letter-spacing: 1.5px !important;
    color: var(--gold);
    text-transform: uppercase;
    margin-bottom: 5px;
    opacity: 0.75;
}
.eva-member-name {
    font-size: 22px !important;
    color: var(--spotlight-white);
    letter-spacing: 0.3px !important;
    margin-bottom: 3px !important;
    line-height: 1.1 !important;
    font-weight: 700;
    margin-top: 0px;
}
.eva-member-cats {
    font-size: 10px;
    color: rgba(245, 200, 66, 0.75);
    text-transform: uppercase;
    letter-spacing: 0.8px !important;
    margin-bottom: 9px !important;
}
.eva-member-tags {
    display: flex;
    gap: 8px;
    width: 100%;
    margin-bottom: 10px;
    justify-content: flex-start;
    width: 100%;
    flex-flow: wrap;
}
.eva-tag {
    font-size: 10px;
    font-weight: 600;
    color: rgba(240, 235, 224, 0.7);
    background: rgba(255, 255, 255, 0.07);
    border: 1px solid rgba(255, 255, 255, 0.12);
    padding: 2px 8px;
    border-radius: 50px;
}

.eva-audio-player {
    display: flex !important;
    align-items: center !important;
    gap: 15px !important;
    width: 100% !important;
    margin-bottom: 20px;
}

.eva-play-btn {
    position: relative !important;
    width: 44px !important;
    height: 44px !important;
    background: var(--gold) !important;
    border-radius: 50% !important;
    border: none !important;
    cursor: pointer !important;
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
    transition: all 0.2s ease !important;
    padding: 0 !important;
    flex-shrink: 0 !important;
    box-shadow: 0 2px 8px rgba(0,0,0,0.15) !important;
}

.eva-play-btn::before {
    content: "" !important;
    display: block !important;
    width: 0 !important;
    height: 0 !important;
    border-top: 9px solid transparent !important;
    border-bottom: 9px solid transparent !important;
    border-left: 16px solid #12244f !important;
    margin-left: 4px !important;
    transition: all 0.15s ease !important;
}

.eva-play-btn.playing::before {
    content: "" !important;
    width: 4px !important;
    height: 15px !important;
    border-left: 7px solid #12244f !important;
    border-right: 7px solid #12244f !important;
    border-top: none !important;
    border-bottom: none !important;
    margin-left: 0 !important;
    background: transparent !important;
}

.eva-waveform {
    flex-grow: 1 !important;
    display: flex !important;
    align-items: center !important;
    gap: 3px !important;
    height: 30px !important;
}
.eva-waveform span {
    display: inline-block !important;
    width: 3px !important;
    background: rgba(245,200,66,0.28) !important;
    border-radius: 2px !important;
    transition: background 0.1s ease !important;
    height: 40%;
}

.eva-waveform span.active-wave {
    background: var(--gold) !important;
}

.eva-waveform span:nth-child(odd) { height: 70%; }
.eva-waveform span:nth-child(3n) { height: 40%; }
.eva-waveform span:nth-child(4n) { height: 90%; }
.eva-waveform span:nth-child(5n) { height: 55%; }

.eva-time {
    font-size: 0.75rem;
    color: #8c9fc2;
    flex-shrink: 0 !important;
}
.eva-profile-link {
    font-size: 11px;
    color: rgba(245, 200, 66, 0.7);
    text-decoration: none;
    transition: color 0.2s;
}
.eva-profile-link:hover {
    color: #FFD700;
}

.eva-carousel-controls {
    display: flex;
    align-items: center;
    gap: 10px;
}
.eva-prev, .eva-next {
    display: inline-block;
    width: 30px;
    height: 30px;
    border-radius: 50%;
    background: rgba(255, 255, 255 ,0.08);
    border: 1px solid rgba(255, 255, 255, 0.18);
    position: relative;
    cursor: pointer;
    transition: all 0.3s ease;
    color: rgba(240, 235, 224, 0.8);
}
.eva-prev:hover, .eva-next:hover {
    background: var(--gold);
    color: #2e1568;
    border-color: var(--gold);
}
.eva-prev:hover::after,
.eva-next:hover::after{
    border-color: #2e1568 !important;
}
.eva-prev::after {
    content: '';
    position: absolute;
    top: 0;
    left: 4px;
    width: 8px;
    height: 8px;
    border-left: 2px solid var(--spotlight-white);
    border-bottom: 2px solid var(--spotlight-white);
    transform: rotate(45deg);
    transition: all 0.3s ease;
    right: 0;
    bottom: 0;
    margin: auto;
}
.eva-next::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 8px;
    height: 8px;
    border-right: 2px solid var(--spotlight-white);
    border-top: 2px solid var(--spotlight-white);
    transform: rotate(45deg);
    transition: all 0.3s ease;
    right: 4px;
    bottom: 0;
    margin: auto;
}
.eva-dots {
    display: flex;
    align-items: center;
    gap: 5px;
}
.eva-dot {
    display: inline-block;
    width: 5px;
    height: 5px;
    background: rgba(255, 255, 255, 0.3);
    border-radius: 50%;
    cursor: pointer;
    transition: all 0.3s ease;
}
.eva-dot.active {
    background: var(--gold);
    width: 20px;
    border-radius: 4px;
}


.radial_bg::after{
    content: "";
    position: absolute;
    left: 0;
    bottom: -80px;
    width: 100%;
    height: 120px;
    margin-top: 0;
    clip-path: polygon(0 0, 100% 0, 100% 40%, 0 100%);
    background: #0d1b3e;
    z-index: 1;
    display: none;
}
.radial_bg .elementor-widget-text-editor h1{
    font-size: clamp(34px, 6vw, 62px);
    color: #fff;
    line-height: 1.05 !important;
    letter-spacing: 0.5px;
    text-shadow: 0 0 40px rgba(245, 200, 66, 0.2);
    font-weight: 700 !important;
}
.radial_bg .ann_title p{
    display: inline-flex;
    align-items: center;
    gap: 8px;
    font-family: 'Space Mono', monospace !important;
    font-size: 11px !important;
    font-weight: 500 !important;
    letter-spacing: 2.5px !important;
    text-transform: uppercase !important;
    color: var(--gold) !important;
    background: rgba(245, 200, 66, 0.1);
    border: 1px solid rgba(245, 200, 66, 0.3);
    padding: 7px 18px !important;
    border-radius: 4px !important;
    margin-bottom: 20px !important;
}
.radial_bg .spotlight_desc p{
    font-size: 15px;
    color: rgba(240, 235, 224, 0.65);
    max-width: 520px;
    margin: 0px auto 0;
    line-height: 1.7 !important;
}
.head_title{
    font-size: clamp(34px, 6vw, 62px);
    color: var(--spotlight-white);
    line-height: 1.05 !important;
    letter-spacing: 0.5px !important;
    text-shadow: 0 0 40px rgba(245, 200, 66, 0.2);
}
.head_title em{
    color: var(--gold);
    font-style: normal;
}

@media screen and (max-width: 576px) {
    .eva-spotlight-card{
        flex-flow: column;
    }
    .eva-spotlight-card .eva-card-left{
        width: 100%;
        height: 300px;
    }
    .eva-spotlight-card .eva-card-right{
        width: 100%;
    }
    .eva-member-name{
        margin-bottom: 9px !important;
    }
    .eva-member-tags{
        flex-flow: wrap;
        justify-content: center;
    }
    .eva-play-btn{
        width: 36px !important;
        height: 36px !important;
    }
    .eva-audio-player{
        margin-bottom: 30px;
        margin-top: 10px;
    }
}