.featured-slider-section{margin-bottom:3rem;width:100%;position:relative}.section-title{font-size:1.8rem;font-weight:700;margin-bottom:1.5rem;color:var(--text-primary);position:relative;padding-bottom:.8rem;display:inline-block}.section-title::after{content:'';position:absolute;bottom:0;left:0;width:60px;height:3px;background:var(--gradient-golden);border-radius:3px}.carousel-container{position:relative;width:100%;overflow:hidden;border-radius:16px}.carousel-track{display:flex;transition:transform .5s cubic-bezier(.25,.46,.45,.94);gap:20px}.featured-card{flex:0 0 calc(33.333% - 13.33px);background:var(--card-bg);border-radius:16px;overflow:hidden;cursor:pointer;transition:all .4s cubic-bezier(.25,.46,.45,.94);border:1px solid rgba(255,215,0,.2);position:relative}.featured-card:hover{transform:translateY(-8px);border-color:var(--golden);box-shadow:0 20px 40px rgba(0,0,0,.4)}.featured-image{position:relative;width:100%;aspect-ratio: 1 / 1;overflow:hidden}.featured-image img{width:100%;height:100%;object-fit:cover;transition:transform .6s cubic-bezier(.25,.46,.45,.94)}.featured-card:hover .featured-image img{transform:scale(1.08)}.play-overlay-card{position:absolute;top:0;left:0;width:100%;height:100%;background:rgba(0,0,0,.6);backdrop-filter:blur(4px);display:flex;align-items:center;justify-content:center;opacity:0;transition:opacity .3s}.featured-card:hover .play-overlay-card{opacity:1}.play-btn-card{background:var(--gradient-golden);border:none;width:55px;height:55px;border-radius:50%;cursor:pointer;display:flex;align-items:center;justify-content:center;transition:all .3s;box-shadow:0 4px 20px rgba(0,0,0,.3)}.play-btn-card:hover{transform:scale(1.1)}.play-btn-card svg{width:26px;height:26px;fill:#000;margin-left:3px}.featured-info{padding:1rem}.featured-artist{font-size:.8rem;font-weight:700;color:var(--golden);text-transform:uppercase;letter-spacing:1px;margin-bottom:.3rem;font-weight:600}.featured-song{font-size:1rem;font-weight:700;color:var(--text-primary);margin-bottom:.3rem;line-height:1.3;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden;max-width:100%;word-wrap:break-word}.featured-meta{display:flex;align-items:center;gap:.6rem;font-size:.7rem;font-weight:700;color:var(--text-muted)}.featured-date{display:flex;align-items:center;gap:.2rem}.featured-date svg{width:10px;height:10px;fill:var(--golden)}.carousel-prev,.carousel-next{position:absolute;top:50%;transform:translateY(-50%);background:rgba(0,0,0,.8);backdrop-filter:blur(8px);border:1px solid rgba(255,215,0,.3);width:44px;height:44px;border-radius:50%;cursor:pointer;z-index:10;display:flex;align-items:center;justify-content:center;transition:all .3s}.carousel-prev:hover,.carousel-next:hover{background:var(--golden);border-color:var(--golden)}.carousel-prev:hover svg,.carousel-next:hover svg{fill:#000}.carousel-prev svg,.carousel-next svg{width:22px;height:22px;fill:var(--golden);transition:fill .3s}.carousel-prev{left:-20px}.carousel-next{right:-20px}.carousel-dots{display:flex;justify-content:center;gap:10px;margin-top:1.5rem}.carousel-dot{width:8px;height:8px;border-radius:50%;background:rgba(255,215,0,.3);cursor:pointer;transition:all .3s}.carousel-dot.active{background:var(--golden);width:24px;border-radius:4px}@media (max-width:992px){.featured-card{flex:0 0 calc(50% - 10px)}.carousel-prev{left:10px}.carousel-next{right:10px}}@media (max-width:768px){.featured-slider-section{margin-bottom:2rem}.carousel-track{gap:1rem}.featured-card{flex:0 0 calc(50% - .5rem);border-radius:12px}.featured-image{aspect-ratio: 1 / 1;max-height:160px}.featured-image img{object-position:center}.featured-info{padding:.7rem .8rem}.featured-artist{font-size:.65rem;letter-spacing:.8px;margin-bottom:.2rem}.featured-song{font-size:.85rem;margin-bottom:.2rem;-webkit-line-clamp:1}.featured-meta{font-size:.6rem;gap:.4rem}.play-btn-card{width:40px;height:40px}.play-btn-card svg{width:20px;height:20px;margin-left:2px}.carousel-prev,.carousel-next{width:32px;height:32px}.carousel-prev svg,.carousel-next svg{width:18px;height:18px}.carousel-prev{left:.5rem}.carousel-next{right:.5rem}.carousel-dots{margin-top:1rem;gap:8px}.carousel-dot{width:6px;height:6px}.carousel-dot.active{width:20px}}@media (max-width:480px){.carousel-track{gap:.75rem}.featured-card{flex:0 0 calc(50% - .375rem)}.featured-image{max-height:140px}.featured-info{padding:.6rem .7rem}.featured-artist{font-size:.6rem;margin-bottom:.15rem}.featured-song{font-size:.75rem;margin-bottom:.15rem}.featured-meta{font-size:.55rem}.play-btn-card{width:36px;height:36px}.play-btn-card svg{width:18px;height:18px}.carousel-prev,.carousel-next{width:28px;height:28px}.carousel-prev svg,.carousel-next svg{width:16px;height:16px}.carousel-prev{left:.25rem}.carousel-next{right:.25rem}}@media (max-width:400px){.featured-card{flex:0 0 calc(50% - .25rem)}.carousel-track{gap:.5rem}.featured-image{max-height:130px}}.featured-card{animation:cardFadeIn .5s ease}@keyframes cardFadeIn {
    from {
        opacity: 0;
        transform: translateY(15px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}