/* ==========================================================================
   INDEX PAGE - SLY RADIO
   Sommaire :
   1. Variables Spécifiques
   2. Animations Globales
   3. Hero Section (Header de l'Index)
   4. Sticky Player & Switchers
   5. En-têtes de Sections (Titres Stylisés)
   6. Sélecteur de Flux (Stream Cards)
   7. Sections d'Actualités (Main, Musique, Steph, Autres)
   8. Grille de Programmation (Schedule & Club)
   9. Team SLY (3D Ultra Premium)
   10. Sorties & Singles (Releases)
   11. Section Podcasts
   12. Slider Hi-Tech
   13. Timeline (Vinyles)
   14. Call To Action (Ken Burns)
   15. Modales Premium
   16. Footer & Utilitaires (Back to Top)
   ========================================================================== */

/* ==========================================================================
   1. VARIABLES SPÉCIFIQUES INDEX
   ========================================================================== */
:root {
    --sly-red: #e63946;
    --sly-yellow: #ffba08;
    --sly-dark: #080808;
    --glass-bg: rgba(0, 0, 0, 0.75);
    
    /* Timeline Vars */
    --v-bg: #1e1e24;
    --v-accent: #ff0055; 
    --v-line: rgba(255, 255, 255, 0.1);
    --disc-size: 100px;
    --disc-big: 130px; 
}

/* ==========================================================================
   2. ANIMATIONS GLOBALES
   ========================================================================== */
@keyframes blink { 0%, 100% { opacity: 1; } 50% { opacity: 0; } }
@keyframes floatText { 0%, 100% { transform: translateY(0px) rotate(-3deg); } 50% { transform: translateY(-10px) rotate(-3deg); } }
@keyframes floatChar { 0%, 100% { transform: translateY(0); } 50% { transform: translateY(-8px); } }
@keyframes floatDeco { 0%, 100% { transform: translateY(0); } 50% { transform: translateY(-10px); } }
@keyframes slyFloat { 0%, 100% { transform: translateY(0); } 50% { transform: translateY(-15px); } }
@keyframes pulseLive { 0%, 100% { opacity: 1; } 50% { opacity: 0.4; } }
@keyframes spinRing { to { transform: rotate(360deg); } }
@keyframes spin-record { from { transform: rotate(0deg); } to { transform: rotate(360deg); } }
@keyframes fadeInGrid { to { opacity: 1; } }
@keyframes fadeInUp { from { opacity: 0; transform: translateY(20px); } to { opacity: 1; transform: translateY(0); } }

/* ==========================================================================
   3. HERO SECTION (Arrière-plan et Contenu)
   ========================================================================== */
.hero-bg {
    position: fixed;
    top: 0; left: 0; width: 100%; height: 100%;
    z-index: -1;
    background-color: #000;
}

.bg-image {
    width: 100%; height: 100%;
    background-image: url('../../uploads/images/bg-home-hero-lg.webp');
    background-size: cover;
    background-position: center;
    opacity: 0.6; 
}

.scan-grid {
    position: absolute; top: 0; left: 0; width: 100%; height: 100%;
    background-image: radial-gradient(rgba(255,255,255,0.15) 1px, transparent 1px);
    background-size: 3px 3px; 
    mix-blend-mode: overlay;
}

.vignette {
    position: absolute; top: 0; left: 0; width: 100%; height: 100%;
    background: radial-gradient(circle at 40% 50%, transparent 0%, #000 90%);
}

.hero-content {
    position: relative;
    transform: translateY(-120px);
    height: 100vh;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    align-items: flex-end;
    padding: 0 10% 15vh 10%;
    z-index: 2;
}

.sly-tagline {
    min-height: 1.5em;
    margin-bottom: 10px;
    display: flex;
    align-items: center;
}

.typing-container {
    white-space: nowrap;
    font-family: 'Inter', sans-serif;
    font-weight: 700;
    font-size: 2.8rem;
    color: #fff;
}

.blinking-cursor {
    margin-left: 2px;
    font-weight: 400;
    color: #00ecff;
    animation: blink 0.8s infinite;
}

.highlight-bg {
    background: #000;
    padding: 2px 10px;
    display: inline-block;
    margin: 3px 0;
    transform: rotate(-1deg);
}

.txt-cyan { color: #00ecff; }
.txt-pink { color: #ff00ff; }

.main-title {
    font-size: clamp(40px, 5vw, 60px); 
    font-weight: 900;
    font-family: 'Montserrat', Arial, sans-serif; 
    text-transform: uppercase;
    line-height: 0.9;
    text-align: right;
    margin: 0 0 40px 0;
    transform: rotate(-3deg);
    transform-origin: right center;
    animation: floatText 4s ease-in-out infinite;
    font-display: swap; 
}

/* Hero & Header : Force Mobile Override */
@media screen and (max-width: 768px) {
    .header-top { padding: 10px 15px !important; grid-template-columns: 1fr auto 1fr !important; }
    .global-header .socials { visibility: hidden !important; pointer-events: none; }
    .logo .main-logo-img { display: block !important; width: 110px !important; height: auto !important; }
    .hero-bg img { display: none !important; }
    .hero-bg {
        background: radial-gradient(rgba(17, 205, 212, 0.15) 1px, transparent 1px),
                    radial-gradient(rgba(188, 71, 193, 0.15) 1px, transparent 1px),
                    linear-gradient(135deg, #050505 0%, #11051c 40%, #2a0b36 80%, #050505 100%) !important;
        background-size: 20px 20px, 20px 20px, 100% 100% !important;
        background-position: 0 0, 10px 10px, 0 0 !important;
        background-attachment: fixed !important;
    }
    .hero-content {
        height: 100vh !important; justify-content: center !important; align-items: center !important;
        padding: 80px 15px 0 15px !important; text-align: center !important; transform: translateY(0) !important; 
    }
    .main-title { font-size: clamp(30px, 8vw, 45px) !important; transform: rotate(-2deg) !important; margin-bottom: 20px !important; line-height: 1.1 !important; transform-origin: center center; }
    .typing-container { font-size: clamp(20px, 6vw, 30px) !important; white-space: pre-wrap !important; line-height: 1.2 !important; }
    .sly-tagline { text-align: center; }
    .desc-box { transform: skewX(0); width: 100%; }
}

/* ==========================================================================
   4. EN-TÊTES DE SECTIONS (Titres Stylisés)
   ========================================================================== */
.music-header-styled, .steph-header-styled, .hitech-header-styled {
    display: flex; flex-direction: column; align-items: center; justify-content: center; margin-bottom: 60px; position: relative; z-index: 2;
}
.hitech-header-styled { z-index: 5; }

.music-title-outline, .steph-title-outline, .hitech-title-outline {
    font-family: 'Montserrat', sans-serif; font-weight: 900; font-size: 70px; line-height: 0.85; margin: 0; text-align: center; text-transform: uppercase; color: transparent;
}
.music-title-outline { -webkit-text-stroke: 1px rgba(255, 255, 255, 0.8); filter: drop-shadow(0 0 5px rgba(188, 71, 193, 0.3)); }
.steph-title-outline { -webkit-text-stroke: 1px rgba(255, 255, 255, 0.8); filter: drop-shadow(0 0 5px rgba(46, 204, 113, 0.3)); }
.hitech-title-outline { -webkit-text-stroke: 1px rgba(255, 255, 255, 0.7); filter: drop-shadow(0 0 8px rgba(17, 205, 212, 0.4)); }

.music-badge, .steph-badge, .hitech-badge {
    font-weight: 800; font-size: 14px; letter-spacing: 1px; text-transform: uppercase; border: 1px solid rgba(255,255,255,0.2);
}
.music-badge { background: #1a1a1a; color: #00e5ff; padding: 5px 20px; transform: translateY(-15px) rotate(-2deg); box-shadow: 0 0 20px var(--pink); }
.steph-badge { background: #2ecc71; color: #000; padding: 5px 20px; transform: translateY(-15px) rotate(2deg); box-shadow: 0 0 20px rgba(46, 204, 113, 0.6); }
.hitech-badge { background-color: #3b8d99 !important; color: #000000 !important; font-weight: 900; padding: 5px 25px; font-size: 16px; letter-spacing: 2px; transform: translateY(-15px) translateX(40px) rotate(-3deg); box-shadow: 0 0 20px rgba(231, 76, 60, 0.6); }

/* Néon Heading (Releases) */
.sly-neon-heading {
    font-family: 'Montserrat', sans-serif; font-size: clamp(20px, 3vw, 37px); font-weight: 600; text-transform: uppercase; letter-spacing: 2px; margin: 0; position: relative; display: inline-block;
    background: linear-gradient(90deg, #bc47c1, #00f2ff); -webkit-background-clip: text; -webkit-text-fill-color: transparent; background-clip: text; filter: drop-shadow(0px 5px 15px rgba(188, 71, 193, 0.4));
}
.sly-neon-heading::before {
    content: attr(data-text); position: absolute; left: 4px; top: 4px; z-index: -1; background: linear-gradient(90deg, #bc47c1, #00f2ff); -webkit-background-clip: text; -webkit-text-fill-color: transparent; opacity: 0.3; filter: blur(8px);
}
.sly-neon-heading::after {
    content: ''; position: absolute; bottom: -10px; left: 50%; transform: translateX(-50%); width: 60%; height: 4px; background: linear-gradient(90deg, transparent, #00f2ff, transparent); border-radius: 2px; opacity: 0.8; animation: neonBreathe 3s ease-in-out infinite;
}
@keyframes neonBreathe { 0%, 100% { opacity: 0.5; width: 50%; } 50% { opacity: 1; width: 70%; box-shadow: 0 0 10px #00f2ff; } }

@media (max-width: 768px) {
    .music-title-outline { font-size: 45px; } .steph-title-outline { font-size: 40px; } .hitech-title-outline { font-size: 42px; }
    .music-badge { font-size: 12px; padding: 4px 15px; transform: translateY(-10px) rotate(-2deg); }
    .steph-badge { font-size: 11px; padding: 4px 15px; transform: translateY(-10px) rotate(2deg); }
    .hitech-badge { font-size: 12px; padding: 4px 15px; transform: translateY(-10px) translateX(20px) rotate(-3deg); }
}

/* ==========================================================================
   5. SÉLECTEUR DE FLUX (Stream Cards)
   ========================================================================== */
.streams-selector-section {
    position: relative; background: rgba(0, 0, 0, 0.2); width: 100%; padding: 20px 10px; z-index: 10; border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}
.streams-container {
    max-width: 1200px; margin: 0 auto; display: flex; justify-content: center; align-items: center; gap: 15px; flex-wrap: wrap;
}

.stream-card {
    position: relative; width: 320px; height: 120px; border-radius: 12px; overflow: hidden; cursor: pointer; display: flex; align-items: center; padding: 10px 15px;
    background: rgba(255, 255, 255, 0.03); backdrop-filter: blur(10px); -webkit-backdrop-filter: blur(10px);
    border: 1px solid rgba(255, 255, 255, 0.1); box-shadow: 0 10px 20px rgba(0,0,0,0.5);
    transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275); animation: fadeInUp 0.6s ease-out forwards; opacity: 0;
}
.stream-card:nth-child(1) { animation-delay: 0.1s; } .stream-card:nth-child(2) { animation-delay: 0.25s; } .stream-card:nth-child(3) { animation-delay: 0.4s; }

.stream-bg-img { position: absolute; top: 0; left: 0; width: 100%; height: 100%; object-fit: cover; transition: transform 0.6s ease; z-index: 1; }
.stream-overlay { position: absolute; top: 0; left: 0; width: 100%; height: 100%; background: linear-gradient(90deg, rgba(0,0,0,0.9) 0%, rgba(0,0,0,0.3) 100%); transition: 0.3s; z-index: 2; }

.stream-card[data-station="classic"] .stream-overlay { border-left: 4px solid var(--cyan); }
.stream-card[data-station="club"] .stream-overlay { border-left: 4px solid var(--pink); }
.stream-card[data-station="urban"] .stream-overlay { border-left: 4px solid #f1c40f; }

.stream-card:hover { border-color: var(--cyan); transform: translateY(-8px) scale(1.02); box-shadow: 0 10px 25px rgba(17, 205, 212, 0.2); }
.stream-card:hover .stream-bg-img { transform: scale(1.1); }

.stream-content { position: relative; z-index: 3; height: 100%; display: flex; align-items: center; width: 100%; pointer-events: none; }
.stream-logo-wrapper { width: 60px; height: 45px; display: flex; align-items: center; justify-content: center; margin-right: 15px; flex-shrink: 0; }
.stream-logo { transition: transform 0.3s ease; object-fit: contain; }
.stream-card:hover .stream-logo { transform: scale(1.1); }

.stream-info { flex-grow: 1; }
.stream-info h3 { margin: 0; font-family: 'Montserrat', sans-serif; font-weight: 900; font-size: 16px; color: white; letter-spacing: 1px; text-transform: uppercase; }
.stream-info p { margin: 2px 0 0 0; font-size: 12px; color: #aaa; font-family: 'Inter', sans-serif; }

.stream-play-btn { width: 32px; height: 32px; border-radius: 50%; background: rgba(255, 255, 255, 0.1); color: #fff; display: flex; align-items: center; justify-content: center; font-size: 0.8rem; transition: all 0.5s cubic-bezier(0.4, 0, 0.2, 1); pointer-events: auto; }
.stream-card:hover .stream-play-btn { background: var(--cyan); color: #000; transform: rotate(360deg) scale(1.1); }

.stream-card.active, .stream-card.is-playing { border-color: #e63946; box-shadow: 0 0 20px rgba(230, 57, 70, 0.3); transform: scale(1.03); background: rgba(230, 57, 70, 0.1); }
.stream-card.active .stream-play-btn, .stream-card.is-playing .stream-play-btn { background: #e63946; position: relative; }
.stream-card.active .stream-play-btn::before, .stream-card.is-playing .stream-play-btn::before { content: ''; position: absolute; top: 0; left: 0; right: 0; bottom: 0; border-radius: 50%; background: rgba(230, 57, 70, 0.5); z-index: -1; animation: pulsePlay 2s infinite ease-out; }
@keyframes pulsePlay { 0% { transform: scale(1); opacity: 1; } 100% { transform: scale(1.6); opacity: 0; } }
.stream-card.is-playing .stream-play-btn i::before { content: "\f04c"; }

.stream-status { position: absolute; top: 10px; right: 10px; font-size: 9px; font-weight: 700; color: white; background: rgba(255,0,0,0.7); padding: 3px 8px; border-radius: 4px; display: flex; align-items: center; gap: 5px; z-index: 4; }
.pulse-dot { width: 6px; height: 6px; background: white; border-radius: 50%; animation: pulseRed 1s infinite; }
@keyframes pulseRed { 0% { transform: scale(1); opacity: 1; } 50% { transform: scale(1.4); opacity: 0.6; } 100% { transform: scale(1); opacity: 1; } }

@media (max-width: 1024px) { .stream-card { width: 100%; max-width: 350px; height: 90px; } }

/* ==========================================================================
   6. SECTIONS D'ACTUALITÉS (Main, Musique, Steph, Autres)
   ========================================================================== */
/* Main News */
.news-section { position: relative; background: linear-gradient(180deg, #1a103c 0%, #3a1c5e 100%); padding: 60px 20px 40px 20px; display: flex; flex-direction: column; align-items: center; overflow: hidden; z-index: 10; }
.news-header { position: relative; text-align: center; margin-bottom: 40px; width: 100%; max-width: 800px; }
.news-title-group { position: relative; display: inline-block; z-index: 2; }
.title-top { font-family: 'Montserrat', sans-serif; font-weight: 900; font-size: 60px; line-height: 0.9; color: #fff; text-transform: uppercase; margin: 0; text-shadow: 0 5px 15px rgba(0,0,0,0.3); }
.title-badge { background-color: #ffd700; color: #000; font-weight: 800; font-size: 18px; padding: 5px 20px; transform: rotate(-3deg); margin-top: 10px; display: inline-block; box-shadow: 3px 3px 0px rgba(0,0,0,0.2); mask-image: radial-gradient(circle at 2px 50%, transparent 2px, black 2.5px); mask-size: 100% 10px; mask-repeat: repeat-y; border-left: 2px solid #000; }
.news-deco-img { position: absolute; top: -20px; right: 100px; height: 120px; z-index: 1; animation: floatDeco 3s ease-in-out infinite; }
.news-slider-container { width: 100%; max-width: 1000px; position: relative; }
.featured-article { position: relative; width: 100%; height: 500px; border-radius: 4px; overflow: hidden; box-shadow: 0 20px 50px rgba(0,0,0,0.5); display: flex; align-items: flex-end; background-color: #000; cursor: pointer; }
.main-news-image-container { position: absolute; top: 0; left: 0; width: 100%; height: 100%; z-index: 1; overflow: hidden; }
.news-main-img { width: 100%; height: 100%; object-fit: cover; transition: transform 0.8s cubic-bezier(0.25, 0.46, 0.45, 0.94), opacity 0.4s ease; }
.featured-article::before { content: ''; position: absolute; inset: 0; background: linear-gradient(to top, rgba(0,0,0,0.95) 0%, rgba(0,0,0,0.6) 50%, transparent 100%); z-index: 2; }
.article-overlay { position: relative; z-index: 3; padding: 40px; text-align: center; width: 100%; max-width: 800px; margin: 0 auto; transition: opacity 0.4s ease, transform 0.4s ease; }
.article-title { font-size: 28px; font-weight: 700; color: #fff; margin-bottom: 20px; line-height: 1.3; }
.article-excerpt { font-size: 14px; color: #ccc; line-height: 1.6; margin-bottom: 20px; display: -webkit-box; -webkit-line-clamp: 3; -webkit-box-orient: vertical; overflow: hidden; }
.article-date { font-size: 12px; font-weight: 700; color: #fff; letter-spacing: 1px; opacity: 0.7; text-transform: uppercase; }
.news-stats-overlay { position: absolute; top: 20px; right: 20px; display: flex; gap: 10px; z-index: 10; }
.news-stats-overlay span, .news-stats-overlay .like-btn { background: rgba(0, 0, 0, 0.6); backdrop-filter: blur(5px); padding: 6px 12px; border-radius: 20px; color: #fff; font-size: 13px; border: 1px solid rgba(255, 255, 255, 0.1); display: flex; align-items: center; gap: 6px; }
.like-btn { background: #ffd700; border: none; padding: 6px 16px; border-radius: 20px; cursor: pointer; font-weight: 800; color: #000; transition: transform 0.2s cubic-bezier(0.175, 0.885, 0.32, 1.275); }
.like-btn:hover { transform: scale(1.1); background: #ffd700; color: #000; }
.like-btn:active { transform: scale(0.95); }
.like-btn .sly-heart-solid { display: none; }
.like-btn.liked .sly-heart-solid { display: inline-block; color: #ff0055; }
.like-btn.liked .sly-heart-regular { display: none; }
.news-thumbnails { display: flex; justify-content: center; gap: 15px; margin-top: -30px; position: relative; z-index: 5; }
.thumb { width: 80px; height: 60px; border-radius: 6px; overflow: hidden; cursor: pointer; border: 2px solid transparent; transition: all 0.3s ease; box-shadow: 0 5px 15px rgba(0,0,0,0.4); }
.thumb img { width: 100%; height: 100%; object-fit: cover; filter: grayscale(100%); transition: 0.3s; }
.thumb.active, .thumb:hover { border-color: #ffd700; transform: translateY(-5px); }
.thumb.active img, .thumb:hover img { filter: grayscale(0%); }

/* Music News */
.music-news-section { background: linear-gradient(180deg, #3d1e46 0%, #522546 100%); padding: 80px 20px 120px 20px; position: relative; }
.section-title-simple { font-family: 'Montserrat', sans-serif; font-weight: 900; font-size: 50px; color: rgba(255, 255, 255, 0.6); text-align: center; margin-bottom: 50px; text-transform: none; }
.music-grid-wrapper, .steph-grid-wrapper { max-width: 1200px; margin: 0 auto; display: grid; grid-template-columns: repeat(3, 1fr); gap: 30px; }
.music-card, .steph-card { display: flex; flex-direction: column; overflow: hidden; transition: transform 0.3s; cursor: pointer; box-shadow: 0 10px 30px rgba(0,0,0,0.3); }
.music-card { background-color: #2b1333; }
.music-card:hover, .steph-card:hover { transform: translateY(-10px); }
.music-thumb, .steph-thumb { position: relative; height: 250px; overflow: hidden; }
.music-thumb img, .steph-thumb img { width: 100%; height: 100%; object-fit: cover; transition: transform 0.5s ease; }
.music-card:hover .music-thumb img, .steph-card:hover .steph-thumb img { transform: scale(1.1); }
.cat-label { position: absolute; top: 20px; left: 20px; background-color: #000000; color: #ffffff; font-weight: 700; font-size: 10px; padding: 4px 8px; text-transform: uppercase; border-radius: 2px; z-index: 2; }
.music-content, .steph-content { padding: 25px; flex: 1; display: flex; flex-direction: column; }
.music-meta, .steph-meta { font-size: 10px; text-transform: uppercase; font-weight: 600; letter-spacing: 0.5px; margin-bottom: 10px; }
.music-meta { color: #aaa; }
.music-title, .steph-title { font-family: 'Montserrat', sans-serif; font-size: 18px; font-weight: 700; color: #fff; margin: 0 0 15px 0; line-height: 1.4; }
.music-excerpt, .steph-excerpt { font-size: 13px; color: #ccc; line-height: 1.6; margin: 0; display: -webkit-box; -webkit-line-clamp: 4; -webkit-box-orient: vertical; overflow: hidden; }

/* Steph News */
.steph-news-section { background: linear-gradient(180deg, #5b7c64 0%, #46604d 100%); padding: 80px 20px 120px 20px; position: relative; z-index: 9; }
.section-title-steph { font-family: 'Montserrat', sans-serif; font-weight: 900; font-size: 50px; color: rgba(255, 255, 255, 0.6); text-align: center; margin-bottom: 50px; text-transform: none; }
.steph-card { background-color: #1a291d; }
.cat-label-steph { position: absolute; top: 20px; left: 20px; background-color: #d32f2f !important; color: #ffffff !important; font-size: 10px; font-weight: 800; padding: 4px 8px; text-transform: uppercase; border-radius: 2px; z-index: 2; }
.steph-meta { color: #8faaaa; }

.news-stats-overlay-bottom { position: absolute; bottom: 10px; right: 10px; background: rgba(0, 0, 0, 0.65); color: white; padding: 4px 10px; border-radius: 6px; font-size: 12px; font-weight: 600; display: flex; align-items: center; gap: 6px; backdrop-filter: blur(4px); z-index: 2; }
.news-stats-overlay-bottom i { font-size: 13px; color: #ccc; }

/* Others News */
.others-news-section { max-width: 1200px; margin: 40px auto; padding: 0 20px; }
.badge-alt { background-color: #333; color: #fff; }
.news-list-container { display: grid; grid-template-columns: repeat(auto-fill, minmax(450px, 1fr)); gap: 25px; margin-top: 30px; }
.news-item-row { display: flex; gap: 15px; background: #fff; border-bottom: 1px solid #eee; padding-bottom: 15px; transition: transform 0.2s ease; }
.news-item-row:hover { transform: translateX(5px); }
.news-item-thumb { position: relative; flex: 0 0 140px; height: 100px; overflow: hidden; border-radius: 4px; }
.news-item-thumb img { width: 100%; height: 100%; object-fit: cover; }
.mini-cat-label { position: absolute; top: 5px; left: 5px; background: #000; color: #fff; font-size: 9px; font-weight: bold; padding: 2px 6px; text-transform: uppercase; }
.news-item-body { flex: 1; }
.news-item-meta { font-size: 11px; text-transform: uppercase; color: #888; margin-bottom: 5px; display: flex; align-items: center; gap: 8px; }
.sly-icon-sm { width: 12px; height: 12px; fill: #888; }
.news-item-title { font-size: 1.1rem; line-height: 1.3; margin: 0 0 8px 0; font-weight: 700; }
.news-item-title a { text-decoration: none; color: #222; }
.news-item-excerpt { font-size: 13px; color: #555; line-height: 1.4; }

@media (max-width: 1024px) { .music-grid-wrapper, .steph-grid-wrapper { grid-template-columns: repeat(2, 1fr); } }
@media (max-width: 768px) {
    .featured-article { height: 420px; } .article-title { font-size: 20px; } .article-excerpt { display: none; } .article-overlay { padding: 20px; }
    .title-top { font-size: 40px; } .thumb { width: 60px; height: 45px; } .news-stats-overlay { top: 10px; right: 10px; }
    .music-grid-wrapper, .steph-grid-wrapper, .news-list-container { grid-template-columns: 1fr; }
    .section-title-simple, .section-title-steph { font-size: 36px; }
    #main-news-date { display: none !important; }
}

/* ==========================================================================
   7. GRILLE DE PROGRAMMATION (Schedule & Club)
   ========================================================================== */
.schedule-section { background-color: #4a3b75; padding: 60px 20px 100px 20px; display: flex; flex-direction: column; align-items: center; position: relative; z-index: 10; }
.schedule-header { display: flex; align-items: center; justify-content: center; gap: 40px; margin-bottom: 50px; flex-wrap: wrap; }
.schedule-title-group { text-align: center; }
.schedule-deco { display: flex; align-items: center; gap: 20px; }
.char-3d-img { height: 140px; filter: drop-shadow(0 10px 20px rgba(0,0,0,0.4)); animation: floatChar 4s ease-in-out infinite; }
.wave-graphic { width: 100px; height: 40px; background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 100 40" fill="none" stroke="%23bc47c1" stroke-width="3"><path d="M0 20 Q 10 5, 20 20 T 40 20 T 60 20 T 80 20 T 100 20" /></svg>'); background-size: contain; background-repeat: no-repeat; opacity: 0.7; }

.days-navigation { background-color: #000; width: 100%; max-width: 1200px; display: flex; justify-content: space-between; padding: 0; margin-bottom: 30px; overflow-x: auto; flex-wrap: wrap; gap: 10px;}
.day-btn { background: #111; border: 1px solid #222; color: #888; font-family: 'Montserrat', sans-serif; font-weight: 700; font-size: 14px; padding: 20px 10px; flex-grow: 1; cursor: pointer; text-transform: uppercase; transition: 0.3s; position: relative; white-space: nowrap; border-radius: 4px;}
.day-btn:hover { color: #fff; background-color: rgba(255,255,255,0.05); }
.day-btn.active { color: #fff; background: var(--sly-red); border-color: var(--sly-red);}
.day-btn.active::after { content: ''; position: absolute; bottom: 0; left: 0; width: 100%; height: 4px; background-color: #bc47c1; }

.schedule-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; width: 100%; max-width: 1200px; }
.show-card { position: relative; height: 220px; border-radius: 4px; overflow: hidden; box-shadow: 0 5px 15px rgba(0,0,0,0.3); transition: transform 0.3s ease; opacity: 0; animation: fadeInGrid 0.5s forwards; }
.show-card:hover { transform: translateY(-5px); }
.show-card-bg { position: absolute; top: 0; left: 0; width: 100%; height: 100%; object-fit: cover; object-position: center; z-index: 0; pointer-events: none; }
.show-card::before { content: ''; position: absolute; top: 0; left: 0; width: 100%; height: 100%; background: linear-gradient(to top, rgba(0,0,0,0.8) 0%, rgba(68, 12, 128, 0.4) 100%); z-index: 1; }
.show-content { position: relative; z-index: 2; height: 100%; display: flex; flex-direction: column; justify-content: space-between; padding: 15px; }
.time-badge { background-color: #ff3f34; color: white; font-weight: 700; font-size: 12px; padding: 5px 10px; border-radius: 3px; align-self: flex-start; display: flex; align-items: center; gap: 5px; }
.show-info { text-align: right; }
.show-title { font-family: 'Montserrat', sans-serif; font-weight: 900; font-size: 22px; color: #fff; text-transform: uppercase; font-style: italic; text-shadow: 2px 2px 0px rgba(0,0,0,0.5); margin: 0; line-height: 1; }
.show-host { font-size: 12px; color: #ddd; text-transform: uppercase; font-weight: 600; margin-top: 5px; }

/* Section Club Compact */
.sly-compact-club { padding: 80px 10%; background: linear-gradient(135deg, #080808 0%, #1a0b2e 25%, #2d0a31 50%, #1a0b2e 75%, #080808 100%); background-size: 400% 400%; animation: gradientFlow 15s ease infinite; text-align: center; border-top: 1px solid rgba(255, 255, 255, 0.05); position: relative; overflow: hidden; }
@keyframes gradientFlow { 0% { background-position: 0% 50%; } 50% { background-position: 100% 50%; } 100% { background-position: 0% 50%; } }
.sly-compact-club::before { content: ""; position: absolute; inset: 0; background: linear-gradient(rgba(18, 16, 16, 0) 50%, rgba(0, 0, 0, 0.25) 50%), linear-gradient(90deg, rgba(255, 0, 0, 0.03), rgba(0, 255, 0, 0.01), rgba(0, 0, 255, 0.03)); background-size: 100% 4px, 3px 100%; pointer-events: none; z-index: 1; opacity: 0.4; }
.sly-header-slim { margin-bottom: 50px; }
.sly-title-slim { font-size: 1.8rem; color: #fff; text-transform: uppercase; font-weight: 900; }
.sly-title-slim::after { content: ''; display: block; width: 50px; height: 4px; background: var(--sly-red); margin: 15px auto 0; }
.sly-grid-compact { display: grid; grid-template-columns: repeat(auto-fit, 180px); gap: 30px; justify-content: center; }
.dj-item { text-decoration: none; display: block; transition: transform 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275); }
.dj-thumb { position: relative; width: 100%; aspect-ratio: 3 / 4; border-radius: 15px; overflow: hidden; background: #151515; box-shadow: 0 10px 30px rgba(0,0,0,0.5); }
.dj-thumb img { width: 100%; height: 100%; object-fit: cover; display: block; transition: transform 0.6s ease; }
.dj-item:hover { transform: translateY(-10px); }
.dj-item:hover .dj-thumb img { transform: scale(1.1); }
.dj-info-glass { position: absolute; bottom: 0; left: 0; right: 0; padding: 15px 10px; background: linear-gradient(to top, rgba(0,0,0,0.9) 0%, rgba(0,0,0,0.4) 100%); backdrop-filter: blur(10px); -webkit-backdrop-filter: blur(10px); border-top: 1px solid rgba(255,255,255,0.1); }
.dj-name-small { color: #fff; font-weight: 800; font-size: 0.95rem; display: block; text-transform: uppercase; letter-spacing: 0.5px; }
.dj-day { color: var(--sly-yellow); font-size: 0.7rem; font-weight: 700; display: block; margin-top: 4px; text-transform: uppercase; }

@media (max-width: 1024px) { .schedule-grid { grid-template-columns: repeat(2, 1fr); } }
@media (max-width: 768px) {
    .schedule-grid { grid-template-columns: 1fr; } .days-navigation { justify-content: flex-start; } .day-btn { padding: 15px 25px; } .schedule-header { flex-direction: column; gap: 20px; }
    .schedule-section, .sly-compact-club { padding: 60px 5%; } .sly-grid-compact { grid-template-columns: repeat(2, 1fr); gap: 15px; } .title-top { font-size: 2.5rem; }
}

/* ==========================================================================
   8. TEAM SLY (3D Ultra Premium)
   ========================================================================== */
.sly-team-ultra { position: relative; min-height: 100vh; background: #030303 url('../../uploads/images/backteam_event.webp') no-repeat center left / cover; background-attachment: fixed; display: flex; align-items: center; overflow: hidden; padding: 100px 0; font-family: 'Montserrat', sans-serif; }
.sly-team-ultra::before { content: ''; position: absolute; inset: 0; background: rgba(5, 5, 5, 0.6); backdrop-filter: blur(3px); -webkit-backdrop-filter: blur(3px); z-index: 1; }
.sly-overlay-texture { position: absolute; inset: 0; background: linear-gradient(rgba(18, 16, 16, 0) 50%, rgba(0, 0, 0, 0.3) 50%), linear-gradient(90deg, rgba(255, 0, 0, 0.02), rgba(0, 255, 0, 0.01), rgba(0, 0, 255, 0.02)); background-size: 100% 4px, 3px 100%; z-index: 2; pointer-events: none; }
.massive-hero-text { position: absolute; top: 50%; left: 55%; transform: translate(-50%, -50%); font-size: 25vw; font-weight: 900; line-height: 1; color: rgba(255, 255, 255, 0.02); z-index: 2; text-transform: uppercase; pointer-events: none; user-select: none; }
.massive-hero-text span { -webkit-text-stroke: 2px rgba(188, 71, 193, 0.15); color: transparent; }

.sly-main-container { position: relative; z-index: 10; width: 100%; max-width: 1400px; margin: 0 auto; padding: 0 5%; display: flex; flex-direction: column; }
.sly-team-header { margin-bottom: 80px; display: flex; justify-content: space-between; align-items: flex-end; width: 100%; max-width: 800px; margin-left: auto; }
.sly-subtitle { color: #bc47c1; font-size: 14px; font-weight: 800; letter-spacing: 5px; text-transform: uppercase; }
.sly-h2 { font-size: clamp(50px, 8vw, 90px); font-weight: 900; margin: 10px 0; color: #fff; text-shadow: 0 10px 30px rgba(0,0,0,0.8); line-height: 0.9; text-transform: uppercase; }
.sly-glow-bar { width: 120px; height: 6px; background: linear-gradient(90deg, #bc47c1, #00f2ff); border-radius: 3px; box-shadow: 0 0 15px rgba(188, 71, 193, 0.6); }
.floating-logo { height: 100px; filter: drop-shadow(0 10px 20px rgba(0,0,0,0.5)); animation: slyFloat 4s ease-in-out infinite; }

.sly-stage-3d { position: relative; width: 100%; height: 420px; perspective: 2500px; display: flex; align-items: center; justify-content: center; z-index: 5; }
.sly-cards-viewport { position: relative; width: 100%; max-width: 1000px; height: 100%; display: flex; align-items: center; justify-content: center; transform-style: preserve-3d; }
.sly-team-card { position: absolute; width: 250px; height: 360px; background: #111; border-radius: 0 30px 0 30px; border: 1px solid rgba(255,255,255,0.05); transition: all 0.8s cubic-bezier(0.2, 1, 0.3, 1); box-shadow: 0 20px 40px rgba(0,0,0,0.8); display: flex; flex-direction: column; overflow: hidden; cursor: pointer; }

.sly-team-card.active { transform: translate3d(0, 0, 250px); z-index: 20; opacity: 1; border: 1px solid rgba(188, 71, 193, 0.6); box-shadow: 0 20px 50px rgba(188, 71, 193, 0.3), 0 0 0 1px rgba(0, 242, 255, 0.3) inset; }
.sly-team-card.prev-1 { transform: translate3d(-100%, 0, 0) rotateY(35deg); z-index: 10; opacity: 0.5; filter: brightness(0.5); }
.sly-team-card.next-1 { transform: translate3d(100%, 0, 0) rotateY(-35deg); z-index: 10; opacity: 0.5; filter: brightness(0.5); }
.sly-team-card.prev-2 { transform: translate3d(-180%, 0, -200px) rotateY(55deg); z-index: 5; opacity: 0.1; }
.sly-team-card.next-2 { transform: translate3d(180%, 0, -200px) rotateY(-55deg); z-index: 5; opacity: 0.1; }
.sly-team-card.hidden { transform: translate3d(0, 0, -500px); opacity: 0; pointer-events: none; }

.sly-card-img { height: 50%; width: 100%; position: relative; overflow: hidden; background: #000; }
.sly-card-img img { width: 100%; height: 100%; object-fit: cover; object-position: center top; filter: grayscale(1) contrast(1.2); transition: all 0.6s ease; }
.sly-team-card.active .sly-card-img img { filter: grayscale(0) contrast(1.1); transform: scale(1.05); }

.sly-card-info { flex-grow: 1; padding: 20px; background: linear-gradient(to bottom, #151515, #080808); border-top: 3px solid #bc47c1; position: relative; display: flex; flex-direction: column; justify-content: center; }
.sly-card-info::before { content: 'ON AIR'; position: absolute; top: -12px; right: 30px; background: #bc47c1; color: #fff; font-size: 11px; padding: 3px 10px; font-weight: 900; letter-spacing: 1px; box-shadow: 0 5px 10px rgba(0,0,0,0.5); }
.sly-team-card.active .sly-card-info::before { background: #00f2ff; color: #000; }
.team-name { font-weight: 900; font-size: 20px; color: #fff; text-transform: uppercase; margin: 0 0 5px 0; }
.team-desc { color: #888; font-size: 13px; line-height: 1.4; display: -webkit-box; -webkit-line-clamp: 3; -webkit-box-orient: vertical; overflow: hidden; margin: 0; }

.sly-nav-wrapper { position: absolute; top: 50%; left: 0; right: 0; transform: translateY(-50%); display: flex; justify-content: space-between; z-index: 50; pointer-events: none; }
.sly-btn { width: 60px; height: 60px; background: rgba(0,0,0,0.6); border: 2px solid #bc47c1; position: relative; cursor: pointer; transition: all 0.3s; pointer-events: auto; backdrop-filter: blur(5px); }
.sly-btn span { position: absolute; top: 50%; left: 50%; width: 15px; height: 15px; border-top: 3px solid #fff; border-right: 3px solid #fff; transition: 0.3s; }
.sly-btn.prev span { transform: translate(-30%, -50%) rotate(-135deg); }
.sly-btn.next span { transform: translate(-70%, -50%) rotate(45deg); }
.sly-btn:hover { background: #bc47c1; box-shadow: 0 0 25px rgba(188, 71, 193, 0.6); }
.sly-btn:hover span { border-color: #000; }

@media (max-width: 1024px) { .massive-hero-text { font-size: 30vw; left: 50%; } .sly-team-header { width: 100%; max-width: none; text-align: center; justify-content: center; flex-direction: column; align-items: center; gap: 20px; margin-left: 0; } .sly-glow-bar { margin: 0 auto; } }
@media (max-width: 768px) { .sly-team-card { width: 210px; height: 320px; } .sly-team-ultra { padding: 60px 0; } .sly-nav-wrapper { padding: 0 10px; } .sly-btn { width: 45px; height: 45px; } .sly-btn span { width: 10px; height: 10px; } }

/* ==========================================================================
   9. SORTIES & SINGLES (Releases)
   ========================================================================= */
.releases-section { position: relative; background: radial-gradient(circle at 50% 0%, #1f0b3b 0%, #090014 70%); padding: 100px 20px; color: #fff; z-index: 10; overflow: hidden; }
.releases-content { position: relative; z-index: 2; max-width: 1250px; margin: 0 auto; display: grid; grid-template-columns: 1.1fr 0.9fr; gap: 80px; }
.releases-header { text-align: left; margin-bottom: 40px; padding-bottom: 15px; border-bottom: 1px solid rgba(255, 255, 255, 0.05); display: flex; justify-content: center; width: 100%; }
.header-img-float { max-height: 70px; width: auto; filter: drop-shadow(0 10px 15px rgba(0,0,0,0.3)); transition: transform 0.4s ease; }
.header-img-float:hover { transform: translateY(-5px); }

.premium-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 25px; }
.modern-card { cursor: pointer; background: transparent; transition: all 0.4s cubic-bezier(0.25, 1, 0.5, 1); }
.modern-card:hover { transform: translateY(-8px); }
.album-cover-wrapper { position: relative; width: 100%; aspect-ratio: 1 / 1; border-radius: 12px; overflow: hidden; box-shadow: 0 15px 35px rgba(0,0,0,0.4); margin-bottom: 15px; }
.album-cover-wrapper img { width: 100%; height: 100%; object-fit: cover; transition: transform 0.6s ease; }
.modern-card:hover .album-cover-wrapper img { transform: scale(1.08); }

.glass-play-overlay { position: absolute; inset: 0; background: rgba(0, 0, 0, 0.2); opacity: 0; display: flex; align-items: center; justify-content: center; transition: all 0.3s ease; }
.modern-card:hover .glass-play-overlay { opacity: 1; }
.glass-play-btn { width: 55px; height: 55px; border-radius: 50%; background: rgba(255, 255, 255, 0.2); backdrop-filter: blur(8px); -webkit-backdrop-filter: blur(8px); color: #fff; display: flex; align-items: center; justify-content: center; font-size: 20px; border: 1px solid rgba(255,255,255,0.4); transform: scale(0.8) translateY(10px); transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275); }
.modern-card:hover .glass-play-btn { transform: scale(1) translateY(0); box-shadow: 0 10px 25px rgba(0,0,0,0.3); }

.album-info-clean h4 { margin: 0 0 4px 0; font-size: 15px; font-weight: 700; color: #fff; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; font-family: 'Montserrat', sans-serif; }
.album-artist-row { display: flex; align-items: center; gap: 6px; font-size: 12px; color: #a0a0a0; }
.artist-name { color: #d4d4d4; font-weight: 500; }
.track-dot { font-size: 10px; opacity: 0.5; }

.playlist-container { display: flex; flex-direction: column; gap: 4px; }
.playlist-track-row { display: flex; align-items: center; padding: 10px 15px; border-radius: 8px; transition: all 0.2s ease; background: transparent; }
.playlist-track-row:hover { background: rgba(255, 255, 255, 0.06); }
.track-rank { width: 30px; font-size: 16px; font-weight: 700; color: #666; text-align: center; margin-right: 15px; }
.track-rank.top-rank { font-weight: 900; }
.track-rank.rank-1 { color: #ffd700; text-shadow: 0 0 10px rgba(255,215,0,0.4); }
.track-rank.rank-2 { color: #c0c0c0; }
.track-rank.rank-3 { color: #cd7f32; }

.track-artwork { position: relative; width: 48px; height: 48px; border-radius: 6px; overflow: hidden; margin-right: 15px; flex-shrink: 0; }
.track-artwork img { width: 100%; height: 100%; object-fit: cover; }
.track-play-hover { position: absolute; inset: 0; background: rgba(0,0,0,0.6); color: #fff; border: none; font-size: 16px; display: flex; align-items: center; justify-content: center; opacity: 0; cursor: pointer; transition: opacity 0.2s; }
.playlist-track-row:hover .track-play-hover, .track-play-hover.playing { opacity: 1; }

.track-meta { flex: 1; min-width: 0; }
.track-title { font-size: 14px; font-weight: 700; color: #fff; margin-bottom: 3px; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; }
.track-artist { font-size: 12px; color: #999; }
.glass-action-btn { background: transparent; border: none; color: #888; width: 36px; height: 36px; border-radius: 50%; display: flex; align-items: center; justify-content: center; font-size: 15px; cursor: pointer; transition: all 0.3s; }
.glass-action-btn:hover { background: rgba(255, 0, 85, 0.15); color: #e63946; }

@media (max-width: 1024px) { .releases-content { grid-template-columns: 1fr; gap: 60px; } .premium-grid { grid-template-columns: repeat(3, 1fr); } .releases-header { text-align: center; } }
@media (max-width: 768px) { .premium-grid { grid-template-columns: repeat(2, 1fr); gap: 15px; } }

/* ==========================================================================
   10. SECTION PODCASTS
   ========================================================================== */
.podcast-section { position: relative; background-color: #0f0f13; background-image: radial-gradient(circle at 10% 20%, #1a103c 0%, #000000 80%); padding: 80px 20px 100px 20px; overflow: hidden; z-index: 10; }
.podcast-bg-wave { position: absolute; top: 50%; left: 0; width: 100%; height: 300px; background: repeating-linear-gradient(90deg, transparent, transparent 40px, rgba(255, 255, 255, 0.03) 40px, rgba(255, 255, 255, 0.03) 80px); transform: translateY(-50%) skewY(-5deg); z-index: 1; pointer-events: none; }
.podcast-header { position: relative; z-index: 2; text-align: left; max-width: 1200px; margin: 0 auto 40px auto; display: flex; align-items: flex-end; gap: 20px; }
.pod-title { font-family: 'Montserrat', sans-serif; font-weight: 900; font-size: 60px; line-height: 0.9; margin: 0; -webkit-text-stroke: 1px rgba(255,255,255,0.8); color: transparent; }
.pod-badge { background: var(--cyan); color: #000; font-weight: 800; padding: 5px 15px; font-size: 14px; transform: translateY(-10px); box-shadow: 0 0 15px var(--cyan); }
.podcast-container { display: grid; grid-template-columns: 1.5fr 1fr; gap: 40px; max-width: 1200px; margin: 0 auto; position: relative; z-index: 2; }

.podcast-main { background: rgba(255, 255, 255, 0.03); border: 1px solid rgba(255, 255, 255, 0.1); border-radius: 20px; padding: 30px; display: flex; flex-direction: column; gap: 25px; transition: all 0.3s ease; }
.main-image-wrap { position: relative; width: 100%; height: 350px; border-radius: 15px; overflow: hidden; box-shadow: 0 20px 50px rgba(0,0,0,0.5); }
.main-image-wrap img { width: 100%; height: 100%; object-fit: cover; transition: transform 0.5s ease; }
.podcast-main:hover .main-image-wrap img { transform: scale(1.05); }
.btn-play-pod { position: absolute; bottom: 20px; right: 20px; width: 70px; height: 70px; border-radius: 50%; background: var(--pink); color: white; border: none; font-size: 24px; cursor: pointer; box-shadow: 0 10px 30px rgba(188, 71, 193, 0.6); transition: 0.3s; display: flex; align-items: center; justify-content: center; }
.btn-play-pod:hover { transform: scale(1.1); background: #fff; color: var(--pink); }
.pod-live-tag { position: absolute; top: 20px; left: 20px; background: rgba(0,0,0,0.7); color: #fff; padding: 5px 12px; border-radius: 4px; font-size: 10px; font-weight: 700; border-left: 3px solid var(--cyan); backdrop-filter: blur(5px); }

.main-info { color: #fff; }
.pod-meta { font-size: 12px; color: var(--cyan); font-weight: 700; margin-bottom: 10px; letter-spacing: 1px; }
.podcast-main .main-title { font-family: 'Montserrat', sans-serif; font-size: 50px; margin: 0 0 15px 0; font-weight: 800; line-height: 1.2; }
.main-desc { color: #aaa; font-size: 14px; line-height: 1.6; margin: 0; }

.podcast-list { display: flex; flex-direction: column; gap: 15px; height: 100%; overflow-y: auto; padding-right: 5px; }
.podcast-list::-webkit-scrollbar { width: 4px; }
.podcast-list::-webkit-scrollbar-thumb { background: #333; border-radius: 4px; }
.pod-item { display: flex; align-items: center; gap: 15px; background: rgba(255, 255, 255, 0.05); padding: 10px; border-radius: 12px; cursor: pointer; transition: 0.3s; border: 1px solid transparent; }
.pod-item:hover { background: rgba(255, 255, 255, 0.1); transform: translateX(5px); }
.pod-item.active { background: linear-gradient(90deg, rgba(188, 71, 193, 0.2) 0%, transparent 100%); border-left: 3px solid var(--pink); }
.pod-thumb { width: 70px; height: 70px; border-radius: 8px; overflow: hidden; position: relative; flex-shrink: 0; }
.pod-thumb img { width: 100%; height: 100%; object-fit: cover; }
.pod-content { flex: 1; }
.pod-content h4 { margin: 0 0 5px 0; color: #fff; font-size: 14px; font-weight: 600; display: -webkit-box; -webkit-line-clamp: 2; -webkit-box-orient: vertical; overflow: hidden; }
.pod-content span { font-size: 11px; color: #888; text-transform: uppercase; }

.equalizer-icon { position: absolute; bottom: 0; left: 0; width: 100%; height: 100%; background: rgba(0,0,0,0.6); display: none; align-items: center; justify-content: center; gap: 3px; }
.pod-item.active .equalizer-icon { display: flex; }
.equalizer-icon span { width: 3px; height: 20px; background: var(--cyan); will-change: transform; animation: bounce 1s infinite ease-in-out; transform-origin: bottom; }
.equalizer-icon span:nth-child(1) { animation-delay: 0.1s; } .equalizer-icon span:nth-child(2) { animation-delay: 0.2s; } .equalizer-icon span:nth-child(3) { animation-delay: 0.3s; }
@keyframes bounce { 0%, 100% { transform: scaleY(0.25); } 50% { transform: scaleY(1); } }

@media (max-width: 1024px) { .podcast-container { grid-template-columns: 1fr; } .podcast-header { justify-content: center; } .pod-title { -webkit-text-stroke: 0px; color: #fff; font-size: 40px; } }

/* ==========================================================================
   11. SLIDER HI-TECH
   ========================================================================== */
.hitech-section { position: relative; background: linear-gradient(135deg, #2a1b4e 0%, #150e2b 100%); padding: 80px 20px 100px 20px; overflow: hidden; z-index: 8; }
.hitech-slider-container { position: relative; max-width: 1200px; height: 450px; margin: 0 auto; padding: 0 60px; }
.hitech-viewport { width: 100%; height: 100%; overflow: hidden; border-radius: 15px; box-shadow: 0 15px 35px rgba(0,0,0,0.4); }
.hitech-track { display: flex; width: 100%; height: 100%; transition: transform 0.5s cubic-bezier(0.25, 1, 0.5, 1); }
.hitech-slide { flex: 0 0 100%; width: 100%; height: 100%; position: relative; display: flex; flex-direction: column; justify-content: flex-end; overflow: hidden; box-sizing: border-box; }
.hitech-slide-img { position: absolute; top: 0; left: 0; width: 100%; height: 100%; object-fit: cover; z-index: 0; }
.slide-link-overlay { position: absolute; inset: 0; z-index: 3; }
.slide-overlay { width: 100%; padding: 40px 60px; background: linear-gradient(to top, rgba(0,0,0,0.95) 0%, rgba(0,0,0,0.6) 60%, transparent 100%); color: #fff; z-index: 2; position: relative; }

.slide-badge { background-color: #e74c3c; display: inline-block; padding: 5px 10px; font-size: 11px; font-weight: 800; text-transform: uppercase; margin-right: 15px; border-radius: 3px; }
.slide-date { display: inline-block; font-size: 12px; font-weight: 700; color: #ccc; text-transform: uppercase; }
.slide-title { font-family: 'Montserrat', sans-serif; font-size: 32px; font-weight: 800; margin: 15px 0; line-height: 1.2; }
.slide-desc { font-size: 14px; color: #ddd; line-height: 1.5; max-width: 90%; margin-bottom: 20px; display: -webkit-box; -webkit-line-clamp: 3; -webkit-box-orient: vertical; overflow: hidden; }

.slide-pagination { display: flex; gap: 10px; margin-top: 10px; }
.slide-pagination .dot { width: 30px; height: 4px; background: rgba(255,255,255,0.3); border-radius: 2px; }
.slide-pagination .dot.active { background: #fff; }

.news-stats-top-right { position: absolute; top: 20px; right: 20px; background: rgba(0, 0, 0, 0.65); color: #fff; padding: 6px 12px; border-radius: 20px; font-size: 13px; font-weight: bold; display: flex; align-items: center; gap: 6px; z-index: 5; backdrop-filter: blur(4px); box-shadow: 0 4px 10px rgba(0,0,0,0.3); }
.news-stats-top-right i { color: #e63946; }

.slider-arrow { position: absolute; top: 50%; transform: translateY(-50%); background: rgba(255, 255, 255, 0.1); color: white; border: none; width: 45px; height: 45px; border-radius: 50%; font-size: 18px; cursor: pointer; z-index: 10; transition: all 0.3s ease; backdrop-filter: blur(5px); }
.slider-arrow:hover { background: #e63946; transform: translateY(-50%) scale(1.1); }
.slider-arrow.prev { left: 0; } .slider-arrow.next { right: 0; }

@media (max-width: 768px) { .hitech-slider-container { height: 500px; padding: 0 10px; } .slider-arrow.prev { left: 15px; } .slider-arrow.next { right: 15px; } .slide-title { font-size: 24px; } .slide-overlay { padding: 30px; } .slider-arrow { width: 40px; height: 40px; font-size: 14px; } }

/* ==========================================================================
   12. TIMELINE (Vinyles)
   ========================================================================== */
.timeline-wrapper { background-color: var(--v-bg); padding: 30px 0; color: white; font-family: 'Helvetica Neue', sans-serif; overflow: hidden; }
.timeline-header { display: flex; justify-content: space-between; align-items: center; padding: 0 40px; margin-bottom: 20px; }
.timeline-header h3 { text-align: center; margin: 0; font-size: 14px; letter-spacing: 2px; color: #888; text-transform: uppercase; }
.header-right { display: flex; align-items: center; gap: 15px; }

.btn-history-link { background: rgba(255, 255, 255, 0.05); border: 1px solid rgba(255, 255, 255, 0.1); color: white; width: 35px; height: 35px; display: flex; align-items: center; justify-content: center; border-radius: 5px; font-size: 14px; transition: 0.3s; }
.btn-history-link:hover { background: var(--v-accent); border-color: var(--v-accent); color: white; }
.timeline-nav { display: flex; gap: 5px; }
.nav-arrow { background: #222; border: 1px solid #444; color: white; width: 30px; height: 30px; cursor: pointer; border-radius: 3px; display: flex; align-items: center; justify-content: center; transition: 0.3s; }
.nav-arrow:hover { background: #444; border-color: var(--cyan); }

.timeline-scroll { overflow-x: auto; padding-bottom: 20px; scrollbar-width: none; }
.timeline-scroll::-webkit-scrollbar { display: none; }
.timeline-track { display: flex; align-items: center; padding: 0 50px; position: relative; width: max-content; min-width: 100%; gap: 40px; }
.connection-line { position: absolute; top: 50%; left: 0; right: 0; height: 2px; background: var(--v-line); z-index: 0; }

.vinyl-item { position: relative; z-index: 1; display: flex; flex-direction: column; align-items: center; width: var(--disc-size); }
.vinyl-item.current { width: var(--disc-big); }

.time-bubble { background-color: #c62828 !important; color: #ffffff !important; font-weight: bold; padding: 4px 8px; border-radius: 12px; font-size: 11px; margin-bottom: 12px; border: 1px solid #444; white-space: nowrap; }
.current .time-bubble { background-color: #bc47c1 !important; color: #000000 !important; border-color: var(--v-accent); box-shadow: 0 0 10px var(--v-accent); }

.disc-container { width: 100%; aspect-ratio: 1/1; border-radius: 50%; position: relative; box-shadow: 0 5px 15px rgba(0,0,0,0.5); transition: transform 0.3s cubic-bezier(0.175, 0.885, 0.32, 1.275); cursor: pointer; background: #111; }
.disc-art { width: 100%; height: 100%; border-radius: 50%; object-fit: cover; }
.center-hole { position: absolute; top: 50%; left: 50%; transform: translate(-50%, -50%); width: 15%; height: 15%; background: var(--v-bg); border-radius: 50%; z-index: 2; border: 2px solid #333; }
.current .disc-art { animation: spin-record 8s linear infinite; }
.disc-container:hover .disc-art { animation-play-state: paused; }
.disc-container:hover { transform: scale(1.1); }

.play-overlay { position: absolute; inset: 0; border-radius: 50%; background: rgba(0,0,0,0.4); display: flex; align-items: center; justify-content: center; opacity: 0; transition: opacity 0.3s; z-index: 3; }
.vinyl-item:hover .play-overlay { opacity: 1; }
.icon-play { font-size: 24px; color: white; filter: drop-shadow(0 0 5px rgba(0,0,0,0.5)); }

.track-details { margin-top: 15px; text-align: center; display: flex; flex-direction: column; }
.artist { font-size: 11px; color: #888; text-transform: uppercase; font-weight: 700; margin-bottom: 2px; }
.song { font-size: 13px; color: white; font-weight: 500; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; max-width: 140px; }

@media (max-width: 600px) { :root { --disc-size: 80px; --disc-big: 110px; } .timeline-track { gap: 20px; padding: 0 20px; } }

/* ==========================================================================
   13. CALL TO ACTION (Ken Burns)
   ========================================================================== */
.cta-section { position: relative; height: 600px; width: 100%; overflow: hidden; display: flex; align-items: center; justify-content: center; text-align: center; background-color: #1a1a2e; }
.cta-bg-img { position: absolute; top: 0; left: 0; width: 100%; height: 100%; object-fit: cover; z-index: 1; animation: kenBurns 20s infinite alternate linear; }
@keyframes kenBurns { 0% { transform: scale(1); } 100% { transform: scale(1.15); } }
.cta-overlay { position: absolute; inset: 0; background: linear-gradient(135deg, rgba(20, 10, 40, 0.7), rgba(10, 20, 50, 0.5)); z-index: 2; }
.cta-content { position: relative; z-index: 10; display: flex; flex-direction: column; align-items: center; gap: 30px; transform: translateY(-30px); }
.cta-title { font-family: 'Montserrat', sans-serif; font-weight: 800; font-size: 50px; line-height: 1.1; text-transform: uppercase; color: #a89bb0; margin: 0; text-shadow: 0 10px 20px rgba(0,0,0,0.5); }
.cta-title span { display: block; color: #ffffff; }

.cta-btn-listen { display: flex; align-items: center; gap: 15px; background-color: #15202b; color: #fff; padding: 10px 30px 10px 10px; border-radius: 50px; font-family: 'Montserrat', sans-serif; font-weight: 700; font-size: 14px; letter-spacing: 1px; text-decoration: none; border: 1px solid rgba(255,255,255,0.1); transition: all 0.3s ease; position: relative; }
.cta-btn-listen:hover { background-color: #1e2a38; transform: scale(1.05); box-shadow: 0 0 20px rgba(17, 205, 212, 0.4); }
.icon-circle { width: 35px; height: 35px; border-radius: 50%; border: 2px solid #fff; display: flex; align-items: center; justify-content: center; font-size: 14px; }
.cta-btn-listen::before { content: ''; position: absolute; top: 50%; left: 50%; width: 100%; height: 100%; transform: translate(-50%, -50%) scale(1); border-radius: 50px; border: 1px solid rgba(255, 255, 255, 0.5); will-change: transform, opacity; animation: btnPulse 2s infinite; opacity: 0; }
@keyframes btnPulse { 0% { transform: translate(-50%, -50%) scale(1); opacity: 0.5; } 100% { transform: translate(-50%, -50%) scale(1.4, 1.8); opacity: 0; } }

@media (max-width: 768px) { .cta-title { font-size: 30px; } .cta-section { height: 450px; } }

/* ==========================================================================
   14. MODALES PREMIUM
   ========================================================================== */
.premium-modal-bg { position: fixed; inset: 0; background: rgba(0,0,0,0.7) !important; backdrop-filter: blur(15px); -webkit-backdrop-filter: blur(15px); z-index: 10000; display: flex; align-items: center; justify-content: center; }
.premium-modal-wrapper { position: relative; background: #120a1f; border: 1px solid rgba(255,255,255,0.1); box-shadow: 0 30px 60px rgba(0,0,0,0.6); }
.premium-close-btn { position: absolute; top: -45px; right: 0; background: none; border: none; color: #fff; font-size: 32px; cursor: pointer; transition: 0.3s; opacity: 0.6; }
.premium-close-btn:hover { opacity: 1; transform: scale(1.1); }

.video-wrapper { width: 90%; max-width: 900px; border-radius: 16px; padding: 0; overflow: hidden; }
.video-container { width: 100%; height: 500px; }
.video-container iframe { width: 100%; height: 100%; border: none; }

.album-wrapper { width: 90%; max-width: 700px; border-radius: 24px; padding: 40px; max-height: 85vh; overflow-y: auto; }
.modal-album-header { display: flex; gap: 30px; margin-bottom: 40px; align-items: center; }
.modal-cover-shadow { width: 180px; height: 180px; border-radius: 12px; object-fit: cover; box-shadow: 0 15px 35px rgba(0,0,0,0.5); }
.modal-badge { display: inline-block; font-size: 11px; font-weight: 800; letter-spacing: 1px; color: #fff; background: #e63946; padding: 4px 10px; border-radius: 4px; margin-bottom: 12px; }
#m-album-title { font-size: 36px; font-weight: 900; margin: 0 0 5px 0; line-height: 1.1; font-family: 'Montserrat', sans-serif;}
#m-album-artist { font-size: 18px; color: #aaa; margin: 0 0 10px 0; font-weight: 500; }
#m-album-meta { font-size: 13px; color: #777; margin: 0; }

.premium-tracklist { width: 100%; border-collapse: collapse; }
.premium-tracklist tr { border-bottom: 1px solid rgba(255,255,255,0.05); transition: 0.2s; }
.premium-tracklist tr:hover { background: rgba(255,255,255,0.03); }
.premium-tracklist td { padding: 12px 10px; }

@media (max-width: 768px) { .album-wrapper { padding: 25px; } .modal-album-header { flex-direction: column; text-align: center; gap: 15px; } .modal-cover-shadow { width: 140px; height: 140px; } #m-album-title { font-size: 26px; } .video-container { height: 300px; } }
