.featured-slider-section{margin-bottom:3rem;width:100%;position:relative}.section-title{font-size:1.8rem;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-teal);border-radius:3px}.carousel-container{position:relative;width:100%;overflow:hidden;border-radius:16px}.carousel-track{display:flex;transition:transform 0.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 0.4s cubic-bezier(.25,.46,.45,.94);border:1px solid rgb(69 145 128 / .2);position:relative;display:flex;flex-direction:column}.featured-card:hover{transform:translateY(-8px);border-color:var(--teal);box-shadow:0 20px 40px rgb(0 0 0 / .4)}.featured-image{position:relative;width:100%;aspect-ratio:1 / 1;overflow:hidden;flex-shrink:0}.featured-image img{width:100%;height:100%;object-fit:cover;transition:transform 0.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:rgb(0 0 0 / .6);backdrop-filter:blur(4px);display:flex;align-items:center;justify-content:center;opacity:0;transition:opacity 0.3s}.featured-card:hover .play-overlay-card{opacity:1}.play-btn-card{background:var(--gradient-teal);border:none;width:55px;height:55px;border-radius:50%;cursor:pointer;display:flex;align-items:center;justify-content:center;transition:all 0.3s;box-shadow:0 4px 20px rgb(0 0 0 / .3)}.play-btn-card:hover{transform:scale(1.1)}.play-btn-card svg{width:26px;height:26px;fill:#fff;margin-left:3px}.featured-info{padding:1rem;flex:1;display:flex;flex-direction:column;gap:.3rem}.featured-artist{font-size:.8rem;font-weight:700;color:var(--teal);text-transform:uppercase;letter-spacing:1px;margin-bottom:0;font-weight:600;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.featured-song{font-size:1rem;font-weight:700;color:var(--text-primary);margin-bottom:0;line-height:1.3;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden;word-break:break-word;hyphens:auto}.featured-meta{display:flex;align-items:center;gap:.6rem;font-size:.7rem;font-weight:600;color:var(--text-muted);flex-wrap:wrap;margin-top:.2rem}.featured-date{display:flex;align-items:center;gap:.2rem;white-space:nowrap}.featured-date svg{width:10px;height:10px;fill:var(--teal)}.carousel-prev,.carousel-next{position:absolute;top:50%;transform:translateY(-50%);background:rgb(0 0 0 / .8);backdrop-filter:blur(8px);border:1px solid rgb(69 145 128 / .3);width:44px;height:44px;border-radius:50%;cursor:pointer;z-index:10;display:flex;align-items:center;justify-content:center;transition:all 0.3s}.carousel-prev:hover,.carousel-next:hover{background:var(--teal);border-color:var(--teal)}.carousel-prev:hover svg,.carousel-next:hover svg{fill:#fff}.carousel-prev svg,.carousel-next svg{width:22px;height:22px;fill:var(--teal);transition:fill 0.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:rgb(69 145 128 / .3);cursor:pointer;transition:all 0.3s}.carousel-dot.active{background:var(--teal);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}.featured-song{font-size:.95rem;-webkit-line-clamp:2}}@media (max-width:768px){.featured-slider-section{margin-bottom:2rem}.featured-card{flex:0 0 100%;border-radius:12px;min-height:auto}.featured-image{aspect-ratio:16 / 9!important;max-height:180px}.featured-image img{object-position:center}.featured-info{padding:.7rem .8rem;gap:.2rem}.featured-artist{font-size:.65rem;letter-spacing:.8px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.featured-song{font-size:.85rem;margin-bottom:0;-webkit-line-clamp:2;line-height:1.25;max-height:2.5em;word-break:break-word}.featured-meta{font-size:.6rem;gap:.4rem;margin-top:0}.featured-date{white-space:nowrap}.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:8px}.carousel-next{right:8px}.carousel-dots{margin-top:1rem;gap:8px}.carousel-dot{width:6px;height:6px}.carousel-dot.active{width:20px}}@media (max-width:480px){.featured-image{max-height:150px}.featured-info{padding:.6rem .7rem;gap:.15rem}.featured-artist{font-size:.6rem;margin-bottom:0}.featured-song{font-size:.75rem;margin-bottom:0;-webkit-line-clamp:2;line-height:1.2}.featured-meta{font-size:.55rem;gap:.3rem}.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:5px}.carousel-next{right:5px}}@media (max-width:380px){.featured-image{max-height:130px}.featured-info{padding:.5rem .6rem}.featured-artist{font-size:.55rem}.featured-song{font-size:.7rem;-webkit-line-clamp:2}.featured-meta{font-size:.5rem}.play-btn-card{width:32px;height:32px}.play-btn-card svg{width:16px;height:16px}}.featured-card{animation:cardFadeIn 0.5s ease}@keyframes cardFadeIn{from{opacity:0;transform:translateY(15px)}to{opacity:1;transform:translateY(0)}}