/* ==========================================================================
   ESTILOS ADICIONALES PÁGINA DE PROGRAMACIÓN
   ========================================================================== */

/* Caja Filtro Diario Automático */
.schedule-today-box {
    background: var(--dark-grey);
    border-radius: 12px;
    padding: 30px;
    border-left: 5px solid var(--primary-blue);
    box-shadow: 0 5px 15px rgba(0,0,0,0.3);
}
[data-theme="light"] .schedule-today-box {
    background: var(--light-grey);
    border-left-color: var(--primary-red);
}
.today-header h2 {
    font-size: 24px;
    margin-bottom: 5px;
}
.today-header p {
    font-size: 14px;
    opacity: 0.7;
    margin-bottom: 20px;
}
.today-programs-flex {
    display: flex;
    flex-direction: column;
    gap: 15px;
}

/* Fila corta de programa del día */
.today-row-card {
    display: flex;
    align-items: center;
    justify-content: space-between;
    background: rgba(255,255,255,0.05);
    padding: 15px 20px;
    border-radius: 8px;
}
[data-theme="light"] .today-row-card {
    background: rgba(0,0,0,0.05);
}

/* ==========================================================================
   CENTRADOS DE SECCIÓN: VIVE LA EXPERIENCIA
   ========================================================================== */
.experience-live-section {
    position: relative;
    padding: 80px 0;
    background-size: cover;
    background-position: center;
    background-attachment: fixed;
    text-align: center; /* Centra automáticamente títulos, textos y botones en línea */
}

.experience-live-section .relative-content {
    display: block;
    width: 100%;
    margin: 0 auto;
}

.experience-live-section h2 {
    color: #fff;
    font-size: 32px;
    margin-bottom: 15px;
    text-align: center;
}

.experience-live-section p {
    color: #ddd;
    max-width: 700px;
    margin: 0 auto 30px auto; /* Centra el bloque del párrafo usando márgenes */
    text-align: center;
    font-size: 16px;
    line-height: 1.6;
}
/* Efecto que aparece y desaparece (Efecto Pulse / Blink) */
.badge-live-pulse {
    background-color: #1ED760;
    color: #000;
    font-weight: bold;
    padding: 6px 12px;
    border-radius: 4px;
    font-size: 14px;
    animation: liveBlink 1.5s infinite ease-in-out;
}
@keyframes liveBlink {
    0% { opacity: 0.2; }
    50% { opacity: 1; }
    100% { opacity: 0.2; }
}
.live-player-desc {
    color: #ddd;
    margin-bottom: 30px;
    text-align: center; /* Centra el texto por completo */
    width: 100%;        /* Asegura que tome todo el ancho disponible para alinearse */
}
.zeno-container {
    max-width: 700px;
    margin: 0 auto;
    border-radius: 10px;
    overflow: hidden;
    box-shadow: 0 8px 25px rgba(0,0,0,0.5);
}

/* Parrilla de programación unificada */
.programs-grid {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(320px, 1fr));
    gap: 30px;
    margin-top: 30px;
}
.program-card {
    background: rgba(20, 20, 20, 0.85);
    backdrop-filter: blur(5px);
    border-radius: 10px;
    overflow: hidden;
    border: 1px solid rgba(255,255,255,0.1);
    color: #fff;
}
.program-img {
    position: relative;
    height: 180px;
}
.program-img img {
    width: 100%; height: 100%; object-fit: cover;
}
.day-badge {
    position: absolute;
    top: 15px; left: 15px;
    background: var(--primary-red);
    padding: 4px 10px;
    border-radius: 4px;
    font-size: 12px;
    font-weight: bold;
    text-transform: uppercase;
}
.program-body {
    padding: 20px;
}
.program-time {
    color: var(--gold);
    font-size: 13px;
    font-weight: bold;
    display: block;
    margin-bottom: 10px;
}
.program-body h3 {
    margin-bottom: 10px;
    font-size: 20px;
}
.p-desc {
    font-size: 14px;
    opacity: 0.8;
    line-height: 1.5;
    margin-bottom: 15px;
}
.program-host {
    display: flex;
    align-items: center;
    gap: 10px;
    font-size: 14px;
    border-top: 1px solid rgba(255,255,255,0.1);
    padding-top: 12px;
}
.program-host i {
    color: var(--primary-blue);
}

/* Caja Programa Destacado */
.featured-program-box {
    background: var(--dark-grey);
    border-radius: 12px;
    padding: 35px;
    box-shadow: 0 5px 15px rgba(0,0,0,0.2);
    border: 1px solid rgba(30, 215, 96, 0.3);
}
[data-theme="light"] .featured-program-box {
    background: var(--light-grey);
}
.featured-program-title h2 {
    font-size: 24px;
    margin-bottom: 25px;
    display: flex;
    align-items: center;
}
.featured-flex {
    display: flex;
    gap: 30px;
    align-items: center;
}
@media (max-width: 768px) {
    .featured-flex { flex-direction: column; text-align: center; }
}

/* Botón grande de llamado */
.btn-large {
    padding: 15px 35px;
    font-size: 18px;
    display: inline-flex;
    align-items: center;
    gap: 10px;
}/* ==========================================================================
   VARIABLES DE COLOR (Sólidos sin degradados) Y GENERALES
   ========================================================================== */
:root {
    --primary-red: #D32F2F;
    --gold: #FFD700;
    --dark-grey: #212121;
    --light-grey: #F5F5F5;
    --white: #FFFFFF;
    --black: #000000;
    
    /* Variables dinámicas para el Tema Claro/Oscuro */
    --bg-main: #121212;
    --bg-card: #1E1E1E;
    --text-color: #FFFFFF;
    --nav-bg: rgba(18, 18, 18, 0.95);
}

[data-theme="light"] {
    --bg-main: #EAEAEA;   /* Gris claro suave de fondo principal en lugar de blanco puro */
    --bg-card: #DDDDDD;   /* Gris un poco más oscuro para resaltar las tarjetas y contenedores */
    --text-color: #212121; /* Gris oscuro para una lectura perfecta del texto */
    --nav-bg: rgba(234, 234, 234, 0.95); /* Fondo de la barra de navegación acoplado al nuevo tono */
}

* {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    scroll-behavior: smooth;
}

body {
    background-color: var(--bg-main);
    color: var(--text-color);
    transition: background-color 0.3s, color 0.3s;
    overflow-x: hidden;
}

a {
    text-decoration: none;
    color: inherit;
}

/* ==========================================================================
   MENÚ DE NAVEGACIÓN FLOTANTE (HAMBURGUESA RESPONSIVO)
   ========================================================================== */
.navbar {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 1000;
    background-color: var(--nav-bg);
    border-bottom: 2px solid var(--primary-red);
    transition: background-color 0.3s;
}

.nav-container {
    max-width: 1200px;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 15px 20px;
}

.logo-link {
    display: flex;
    align-items: center;
    gap: 10px;
}

.logo-image {
    width: 45px;          /* Ancho perfecto para la barra de navegación */
    height: 45px;         /* Alto proporcional idéntico */
    object-fit: contain;  /* Evita que la imagen se estire o deforme en Android */
    border-radius: 4px;   /* Un borde sutil redondeado opcional por si es cuadrado */
}

.brand-name {
    font-size: 22px;
    font-weight: bold;
    color: var(--primary-red);
    letter-spacing: 1px;
}

.nav-controls {
    display: flex;
    align-items: center;
    gap: 15px;
}

.theme-btn {
    background: none;
    border: none;
    color: var(--gold);
    font-size: 20px;
    cursor: pointer;
    padding: 5px;
}

.hamburger {
    display: none;
    flex-direction: column;
    justify-content: space-between;
    width: 30px;
    height: 21px;
    background: none;
    border: none;
    cursor: pointer;
}

.hamburger span {
    width: 100%;
    height: 3px;
    background-color: var(--text-color);
    transition: all 0.3s ease;
}

.nav-menu {
    display: flex;
    list-style: none;
    gap: 20px;
}

.nav-menu a {
    font-weight: bold;
    padding: 8px 12px;
    transition: color 0.2s;
}

.nav-menu a:hover, .nav-menu a.active {
    color: var(--gold);
}

/* ==========================================================================
   SECCIONES Y ELEMENTOS COMUNES
   ========================================================================== */
.section-container {
    max-width: 1200px;
    margin: 60px auto;
    padding: 0 20px;
}

.section-title {
    text-align: center;
    font-size: 28px;
    color: var(--primary-red);
    margin-bottom: 40px;
    letter-spacing: 1.5px;
    position: relative;
}

.btn {
    display: inline-block;
    padding: 12px 25px;
    font-weight: bold;
    border-radius: 5px;
    border: none;
    cursor: pointer;
    transition: transform 0.2s;
    text-align: center;
}

.btn:active {
    transform: scale(0.95);
}

.btn-primary {
    background-color: var(--primary-red);
    color: var(--white);
}

.btn-gold {
    background-color: var(--gold);
    color: var(--black);
}

.btn-whatsapp {
    background-color: #25D366;
    color: var(--white);
}

/* ==========================================================================
   SECCIÓN HERO / BIENVENIDA
   ========================================================================== */
.hero-section {
    height: 80vh;
    background-size: cover;
    background-position: center;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    padding: 0 20px;
    margin-top: 70px;
}

.hero-overlay {
    position: absolute;
    top: 0; left: 0; width: 100%; height: 100%;
    background-color: rgba(0, 0, 0, 0.6);
}

.hero-content {
    position: relative;
    z-index: 1;
    max-width: 800px;
}

.hero-content h1 {
    font-size: 48px;
    color: var(--gold);
    margin-bottom: 20px;
}

.hero-content p {
    font-size: 18px;
    color: var(--white);
    margin-bottom: 30px;
}

/* ==========================================================================
   NUEVO REPRODUCTOR DE ARTISTAS GRANDE (UNA SOLA TARJETA)
   ========================================================================== */
.carousel-wrapper-single {
    position: relative;
    width: 100%;
    max-width: 900px;
    margin: 0 auto;
    background-color: var(--bg-card);
    border-radius: 12px;
    overflow: hidden;
    border: 3px solid var(--primary-red);
    box-shadow: 0 10px 25px rgba(0,0,0,0.3);
}

.artists-carousel-single {
    position: relative;
    width: 100%;
    height: 450px; /* Altura ideal fija para mantener simetría */
}

.artist-card-single {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: flex;
    opacity: 0;
    visibility: hidden;
    transition: opacity 0.6s ease-in-out, visibility 0.6s;
    z-index: 1;
}

.artist-card-single.active {
    opacity: 1;
    visibility: visible;
    z-index: 2;
}

/* División 50/50 de la tarjeta grande */
.artist-image-container {
    flex: 1;
    width: 50%;
    height: 100%;
    background-color: var(--black);
}

.artist-image-container img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.artist-info-container {
    flex: 1;
    width: 50%;
    padding: 40px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    gap: 15px;
    border-left: 4px solid var(--gold);
}

.artist-info-container h3 {
    font-size: 32px;
    color: var(--primary-red);
}

.artist-info-container p {
    font-size: 16px;
    line-height: 1.6;
    color: var(--text-color);
    opacity: 0.95;
}

/* Botón grande con iconos musicales personalizados */
.btn-icon-large {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    background-color: var(--primary-red);
    color: var(--white);
    padding: 12px 25px;
    border-radius: 5px;
    font-weight: bold;
    font-size: 15px;
    margin-top: 10px;
    transition: transform 0.2s, background-color 0.2s;
}

.btn-icon-large:hover {
    background-color: var(--dark-grey);
    color: var(--gold);
}

.btn-icon-large i {
    font-size: 18px;
    color: var(--gold);
}

/* Flechas de navegación manual */
.carousel-control {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 50px;
    height: 50px;
    background-color: rgba(0, 0, 0, 0.7);
    border: 2px solid var(--gold);
    color: var(--white);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 20px;
    cursor: pointer;
    z-index: 10;
    transition: background-color 0.2s, color 0.2s;
}

.carousel-control:hover {
    background-color: var(--primary-red);
    color: var(--gold);
}

.carousel-control.prev { left: 20px; }
.carousel-control.next { right: 20px; }

/* Adaptación responsiva estricta para celulares Android y Tablets */
@media (max-width: 768px) {
    .artists-carousel-single {
        height: auto;
        min-height: 550px;
    }
    
    .artist-card-single {
        flex-direction: column;
        position: relative; /* Cambia a relativo para empujar el flujo correctamente */
        display: none;
    }
    
    .artist-card-single.active {
        display: flex;
    }

    .artist-image-container, .artist-info-container {
        width: 100%;
        flex: none;
    }

    .artist-image-container {
        height: 250px;
    }

    .artist-info-container {
        padding: 25px;
        border-left: none;
        border-top: 4px solid var(--gold);
    }
    
    .carousel-control {
        width: 40px;
        height: 40px;
        font-size: 16px;
        top: 125px; /* Las centra justo encima de la imagen en móviles */
    }
    .carousel-control.prev { left: 10px; }
    .carousel-control.next { right: 10px; }
}

/* ==========================================================================
   SECCIÓN RADIO EN VIVO
   ========================================================================== */
.radio-section {
    background-size: cover;
    background-position: center;
    position: relative;
    padding: 80px 20px;
}

.radio-overlay {
    position: absolute;
    top: 0; left: 0; width: 100%; height: 100%;
    background-color: rgba(0, 0, 0, 0.75);
}

.radio-content {
    position: relative;
    z-index: 1;
    max-width: 700px;
    margin: 0 auto;
}

.player-container {
    background-color: rgba(0,0,0,0.5);
    padding: 10px;
    border-radius: 8px;
    border: 2px solid var(--gold);
}

/* ==========================================================================
   SECCIÓN QUIÉNES SOMOS (Split)
   ========================================================================== */
.split-section {
    display: flex;
    align-items: center;
    gap: 40px;
}

.split-image, .split-text {
    flex: 1;
}

.split-image img {
    width: 100%;
    border-radius: 8px;
    object-fit: cover;
    border-left: 5px solid var(--primary-red);
}

.split-text p {
    font-size: 16px;
    line-height: 1.6;
}

/* ==========================================================================
   NUEVA SECCIÓN YOUTUBE SHORTS CON IMAGEN DE FONDO
   ========================================================================== */
.shorts-section {
    background-size: cover;
    background-position: center;
    background-attachment: scroll; /* Asegura un rendimiento óptimo y fluido en Android */
    position: relative;
    padding: 60px 20px;
    margin: 60px 0;
}

.shorts-overlay {
    position: absolute;
    top: 0; 
    left: 0; 
    width: 100%; 
    height: 100%;
    background-color: rgba(0, 0, 0, 0.75); /* Oscurece el fondo para dar contraste a los videos */
    z-index: 1;
}

.shorts-content-wrapper {
    position: relative;
    z-index: 2;
    max-width: 1200px;
    margin: 0 auto;
}

/* Forzar que el título mantenga su color sin importar el fondo */
.shorts-section .section-title {
    margin-bottom: 40px;
}

.shorts-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(160px, 1fr));
    gap: 20px;
}

.short-card {
    position: relative;
    padding-bottom: 177.77%; /* Proporción de aspecto vertical estándar de los Shorts (9:16) */
    height: 0;
    border-radius: 8px;
    overflow: hidden;
    border: 2px solid var(--primary-red);
    box-shadow: 0 5px 15px rgba(0,0,0,0.4);
}

.short-card iframe {
    position: absolute;
    top: 0; 
    left: 0; 
    width: 100%; 
    height: 100%;
    background-color: var(--black);
}
/* ==========================================================================
   FOOTER GLOBAL
   ========================================================================== */
.main-footer {
    background-size: cover;
    background-position: center;
    position: relative;
    padding: 60px 20px 20px 20px;
    margin-top: 80px;
    border-top: 4px solid var(--gold);
}

.footer-overlay {
    position: absolute;
    top: 0; left: 0; width: 100%; height: 100%;
    background-color: rgba(0, 0, 0, 0.85);
}

.footer-container {
    position: relative;
    z-index: 1;
    max-width: 1200px;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    gap: 40px;
    flex-wrap: wrap;
}

.footer-column {
    flex: 1;
    min-width: 250px;
}

.footer-left {
    display: flex;
    flex-direction: column;
    gap: 15px;
    align-items: flex-start;
}

.footer-left h3 {
    color: var(--primary-red);
    font-size: 24px;
}

.footer-center h4, .footer-right h4 {
    color: var(--gold);
    margin-bottom: 20px;
    font-size: 18px;
}
/* Alineación del logo y título en el Footer */
.footer-logo-brand {
    display: flex;
    align-items: center;
    gap: 12px; /* Espacio exacto entre la imagen y el texto */
    width: 100%;
}

.footer-logo-image {
    width: 45px;          /* Mismo tamaño compacto del menú superior */
    height: 45px;
    object-fit: contain;  /* Protege la imagen de cualquier deformación */
    border-radius: 4px;
}

/* Ajuste sutil para que el título no rompa línea en celulares pequeños */
.footer-logo-brand h3 {
    color: var(--primary-red);
    font-size: 22px;
    letter-spacing: 0.5px;
}

/* ==========================================================================
   ESTILOS DE BOTONES DE REDES SOCIALES (Mismo diseño de WhatsApp)
   ========================================================================== */
.social-links {
    display: flex;
    flex-direction: column;
    gap: 12px;
    width: 100%;
    max-width: 250px; /* Alinea el ancho máximo de los botones */
}

/* Clase base para heredar las propiedades del botón principal */
.btn-social {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    gap: 12px;
    font-weight: bold;
    color: var(--white) !important; /* Fuerza el texto blanco en cualquier tema */
    padding: 12px 20px;
    border-radius: 5px;
    transition: transform 0.2s, filter 0.2s;
}

.btn-social i {
    font-size: 18px;
    width: 20px; /* Centra los iconos verticalmente en su propio espacio */
    text-align: center;
}

.btn-social:active {
    transform: scale(0.98);
}

/* Colores corporativos planos y definidos */
.btn-facebook {
    background-color: #1877F2;
}

.btn-instagram {
    background-color: #E1306C; /* Tono plano representativo de Instagram */
}

.btn-tiktok {
    background-color: #000000;
    border: 1px solid rgba(255, 255, 255, 0.2); /* Borde sutil para resaltar en fondo oscuro */
}

.btn-youtube {
    background-color: #FF0000;
}
.btn-twitter {
    background-color: #1DA1F2;
}

.footer-menu {
    list-style: none;
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.footer-menu a {
    transition: color 0.2s;
    color: var(--white);
}

.footer-menu a:hover {
    color: var(--gold);
}

.footer-bottom {
    position: relative;
    z-index: 1;
    text-align: center;
    margin-top: 50px;
    padding-top: 20px;
    border-top: 1px solid rgba(255,255,255,0.1);
    font-size: 14px;
    color: var(--white);
}

/* ==========================================================================
   BOTÓN IR ARRIBA FLOTANTE
   ========================================================================== */
.scroll-top-btn {
    position: fixed;
    bottom: 30px;
    right: 30px;
    width: 45px;
    height: 45px;
    background-color: var(--primary-red);
    color: var(--gold);
    border: none;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 18px;
    cursor: pointer;
    z-index: 999;
    opacity: 0;
    visibility: hidden;
    transition: all 0.3s ease;
}

.scroll-top-btn.show {
    opacity: 1;
    visibility: visible;
}

/* ==========================================================================
   MEDIA QUERIES (Compatibilidad absoluta Móviles y Tablets)
   ========================================================================== */
@media (max-width: 992px) {
    .artist-card {
        min-width: calc(50% - 10px);
    }
    .split-section {
        flex-direction: column;
    }
}

@media (max-width: 768px) {
    .hamburger {
        display: flex;
    }
    
    .nav-menu {
        position: fixed;
        top: 72px;
        right: -100%;
        width: 80%;
        max-width: 300px;
        height: calc(100vh - 72px);
        background-color: var(--bg-card);
        flex-direction: column;
        padding: 40px 20px;
        gap: 25px;
        transition: right 0.3s ease-out;
        border-left: 2px solid var(--primary-red);
        box-shadow: -5px 0 15px rgba(0,0,0,0.5);
    }

    .nav-menu.active {
        right: 0;
    }

    .hamburger.active span:nth-child(1) {
        transform: rotate(45deg) translate(6px, 6px);
    }
    .hamburger.active span:nth-child(2) {
        opacity: 0;
    }
    .hamburger.active span:nth-child(3) {
        transform: rotate(-45deg) translate(5px, -5px);
    }

    .artist-card {
        min-width: 100%;
    }

    .hero-content h1 {
        font-size: 32px;
    }

    .footer-container {
        flex-direction: column;
        gap: 30px;
    }
}
/* ==========================================================================
   ESTILOS ADICIONALES PARA LA PÁGINA NOSOTROS
   ========================================================================== */
.hero-compact {
    height: 50vh !important;
}

.inverse {
    flex-direction: row-reverse !important;
}

/* Grilla de 3 Columnas (Misión, Visión, Valores) */
.card-grid-3 {
    display: flex;
    gap: 25px;
    flex-wrap: wrap;
}

.info-card {
    flex: 1;
    min-width: 280px;
    background-color: var(--bg-card);
    padding: 35px 25px;
    border-radius: 8px;
    text-align: center;
    border-bottom: 4px solid var(--primary-red);
}

.card-icon {
    font-size: 35px;
    color: var(--gold);
    margin-bottom: 15px;
}

.info-card h3 {
    color: var(--primary-red);
    margin-bottom: 15px;
}

.values-card {
    text-align: left;
    display: flex;
    flex-direction: column;
    align-items: center; /* Centra horizontalmente los bloques hijos directos */
}

.values-card h3 {
    text-align: center;
    margin-bottom: 15px;
}

.values-card ul {
    list-style: none;
    padding-left: 0;
    width: fit-content; /* Ajusta la lista a su propio ancho para que no se estire */
    margin: 0 auto;    /* La centra perfectamente dentro del contenedor */
}

.values-card ul li {
    margin-bottom: 8px;
    font-weight: bold;
}

/* Grilla 2x2 (Qué hacemos) */
.grid-2x2 {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(450px, 1fr));
    gap: 30px;
}

.grid-item {
    background-color: var(--bg-card);
    padding: 25px;
    border-radius: 8px;
    display: flex;
    gap: 20px;
    align-items: flex-start;
    border-left: 4px solid var(--gold);
}

.grid-item i {
    font-size: 30px;
    color: var(--primary-red);
    padding-top: 5px;
}

.grid-item h4 {
    color: var(--gold);
    margin-bottom: 8px;
    font-size: 18px;
}

/* Nuestro Equipo */
.team-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
    gap: 25px;
}

.team-card {
    background-color: var(--bg-card);
    border-radius: 8px;
    padding: 20px;
    text-align: center;
    border: 1px solid rgba(211,47,47,0.2);
}

.team-card img {
    width: 100%;
    max-width: 120px;
    height: 120px;
    border-radius: 50%;
    object-fit: cover;
    margin-bottom: 15px;
    border: 3px solid var(--gold);
}

.team-card h4 {
    color: var(--primary-red);
    margin-bottom: 8px;
}

.team-card p {
    font-size: 14px;
    opacity: 0.9;
}

/* Muro de Estadísticas / Contadores */
.stats-section {
    background-color: var(--dark-grey);
    border-top: 3px solid var(--primary-red);
    border-bottom: 3px solid var(--primary-red);
    padding: 40px 20px;
    margin: 60px 0;
}

.stats-container {
    max-width: 1200px;
    margin: 0 auto;
    display: flex;
    justify-content: space-around;
    gap: 20px;
    flex-wrap: wrap;
}

.stat-box {
    text-align: center;
    min-width: 160px;
}

.stat-box h5 {
    font-size: 36px;
    color: var(--gold);
    margin-bottom: 5px;
}

.stat-box p {
    font-size: 14px;
    color: var(--white);
    font-weight: bold;
}

/* Galería del Parche Interactiva */
.gallery-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
    gap: 15px;
}

.gallery-item {
    position: relative;
    border-radius: 6px;
    overflow: hidden;
    cursor: pointer;
    height: 180px;
    border: 2px solid var(--dark-grey);
    transition: border-color 0.2s;
}

.gallery-item:hover {
    border-color: var(--primary-red);
}

.gallery-item img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.gallery-info {
    position: absolute;
    bottom: 0; left: 0; width: 100%;
    background-color: rgba(0, 0, 0, 0.75);
    padding: 10px;
    text-align: center;
}

.gallery-info h4 {
    color: var(--white);
    font-size: 14px;
}

/* Visor Detallado en la Misma Página */
.gallery-detail-container {
    display: none;
    background-color: var(--bg-card);
    border: 3px solid var(--gold);
    border-radius: 8px;
    margin-top: 25px;
    padding: 25px;
    position: relative;
}

.close-detail-btn {
    position: absolute;
    top: 10px;
    right: 15px;
    background: none;
    border: none;
    font-size: 30px;
    color: var(--primary-red);
    cursor: pointer;
}

.gallery-detail-content {
    display: flex;
    gap: 25px;
    align-items: center;
}

.gallery-detail-content img {
    width: 45%;
    max-height: 300px;
    object-fit: cover;
    border-radius: 6px;
    border: 2px solid var(--primary-red);
}

.detail-text h3 {
    color: var(--gold);
    margin-bottom: 15px;
    font-size: 24px;
}

.detail-text p {
    line-height: 1.6;
}

/* Únete al Parche Section */
.join-section {
    background-color: var(--primary-red);
    color: var(--white);
    text-align: center;
    padding: 60px 20px;
    margin-top: 60px;
}

.join-container {
    max-width: 800px;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 20px;
}

.join-container h2 {
    color: var(--gold);
    font-size: 32px;
}

/* Ajustes Móviles */
@media (max-width: 768px) {
    .grid-2x2 { grid-template-columns: 1fr; }
    .gallery-detail-content { flex-direction: column; }
    .gallery-detail-content img { width: 100%; }
    .inverse { flex-direction: column !important; }
}
/* Contenedor de fondo para Misión, Visión y Valores */
.mision-vision-bg {
    position: relative;
    background-size: cover;
    background-position: center;
    background-attachment: fixed; /* Efecto parallax plano al hacer scroll */
    padding: 80px 0;
    margin: 40px 0;
    border-top: 3px solid var(--primary-blue);
    border-bottom: 3px solid var(--primary-blue);
}

/* Capa oscura para garantizar contraste */
.mision-vision-overlay {
    position: absolute;
    top: 0; left: 0; width: 100%; height: 100%;
    background-color: rgba(0, 0, 0, 0.75); /* Oscurece el fondo de la sección */
    z-index: 1;
}

/* Asegurar que las tarjetas queden por encima de la capa oscura */
.mision-vision-bg .section-container {
    position: relative;
    z-index: 2;
}

/* ==========================================================================
   ESTILOS DINÁMICOS PARA MISIÓN, VISIÓN Y VALORES (ADAPTADOS AL TEMA)
   ========================================================================== */

/* Configuración base por defecto (Tema Oscuro) */
.mision-vision-bg .info-card {
    background-color: rgba(30, 30, 30, 0.85); /* Fondo oscuro translúcido */
    backdrop-filter: blur(5px); 
    border: 1px solid rgba(255, 255, 255, 0.1);
    border-bottom: 4px solid var(--primary-red);
    color: var(--white); /* Texto blanco */
    transition: background-color 0.3s, color 0.3s;
}

.mision-vision-bg .info-card p,
.mision-vision-bg .info-card ul li {
    color: var(--white);
    opacity: 0.95;
    transition: color 0.3s;
}

/* Cambio automático cuando se activa el Tema Claro */
[data-theme="light"] .mision-vision-bg .info-card {
    background-color: rgba(234, 234, 234, 0.9); /* Fondo claro translúcido (#EAEAEA en RGBA) */
    border: 1px solid rgba(0, 0, 0, 0.1);
    border-bottom: 4px solid var(--primary-red);
    color: var(--dark-grey); /* Texto oscuro para lectura perfecta */
}

[data-theme="light"] .mision-vision-bg .info-card p,
[data-theme="light"] .mision-vision-bg .info-card ul li {
    color: var(--dark-grey);
    opacity: 1;
}
/* Contenedor de fondo para la sección de Equipo */
.team-bg {
    position: relative;
    background-size: cover;
    background-position: center;
    background-attachment: fixed; /* Efecto scroll suave plano */
    padding: 80px 0;
    margin: 40px 0;
    border-top: 3px solid var(--primary-blue);
    border-bottom: 3px solid var(--primary-blue);
}

/* Capa oscura protectora */
.team-overlay {
    position: absolute;
    top: 0; left: 0; width: 100%; height: 100%;
    background-color: rgba(0, 0, 0, 0.78); /* Oscurece la imagen de fondo */
    z-index: 1;
}

/* Fuerza el contenido a estar sobre el overlay */
.team-bg .section-container {
    position: relative;
    z-index: 2;
}

/* Asegurar que el título sea visible e impactante en el fondo oscuro */
.text-light {
    color: var(--white) !important;
    text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.6);
}

/* Ajuste de las tarjetas del equipo para el nuevo entorno */
/* Configuración por defecto de las tarjetas de Equipo (Tema Oscuro) */
.team-bg .team-card {
    background-color: rgba(30, 30, 30, 0.85);
    backdrop-filter: blur(5px);
    border: 1px solid rgba(255, 255, 255, 0.1);
    border-bottom: 4px solid var(--gold);
    color: var(--white);
    transition: background-color 0.3s, color 0.3s;
}

.team-bg .team-card p {
    color: var(--white);
    opacity: 0.9;
    transition: color 0.3s;
}

/* Cambio automático al Tema Claro para las tarjetas de Equipo */
[data-theme="light"] .team-bg .team-card {
    background-color: rgba(234, 234, 234, 0.9);
    border: 1px solid rgba(0, 0, 0, 0.1);
    border-bottom: 4px solid var(--gold);
    color: var(--dark-grey);
}

[data-theme="light"] .team-bg .team-card p {
    color: var(--dark-grey);
    opacity: 1;
}
/* ==========================================================================
   ESTILOS PARA LA PÁGINA DE ARTISTAS
   ========================================================================== */

/* Barra de Búsqueda */
.search-section {
    padding-bottom: 10px;
    margin-top: 30px;
}

.search-wrapper {
    position: relative;
    max-width: 700px;
    margin: 0 auto;
}

.search-wrapper input {
    width: 100%;
    padding: 15px 20px 15px 50px;
    font-size: 16px;
    border-radius: 30px;
    border: 2px solid var(--dark-grey);
    background-color: var(--bg-card);
    color: var(--text-color, #ffffff);
    outline: none;
    transition: border-color 0.3s;
}

[data-theme="light"] .search-wrapper input {
    color: var(--dark-grey);
    border-color: #ccc;
}

.search-wrapper input:focus {
    border-color: var(--primary-red);
}

.search-icon {
    position: absolute;
    left: 20px;
    top: 50%;
    transform: translateY(-50%);
    color: var(--gold);
    font-size: 18px;
}

/* Grilla de Artistas (3 por fila en desktop) */
.artists-grid {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(320px, 1fr));
    gap: 30px;
    margin-top: 30px;
}

/* Tarjeta del Artista */
.artist-card {
    background-color: var(--bg-card);
    border-radius: 12px;
    overflow: hidden;
    border: 1px solid rgba(255,255,255,0.05);
    border-bottom: 4px solid var(--primary-red);
    display: flex;
    flex-direction: column;
    transition: transform 0.3s, background-color 0.3s;
}

.artist-card:hover {
    transform: translateY(-5px);
}

/* Manejo adaptativo de temas en tarjetas */
[data-theme="light"] .artist-card {
    background-color: #eaeaea;
    border: 1px solid rgba(0,0,0,0.1);
    border-bottom: 4px solid var(--primary-red);
    color: var(--dark-grey);
}

.artist-img-container {
    position: relative;
    width: 100%;
    height: 250px;
}

.artist-img-container img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.genre-badge {
    position: absolute;
    bottom: 12px;
    left: 12px;
    background-color: var(--primary-red);
    color: var(--white);
    padding: 5px 12px;
    font-size: 12px;
    font-weight: bold;
    border-radius: 20px;
    text-transform: uppercase;
}

.artist-card-body {
    padding: 20px;
    display: flex;
    flex-direction: column;
    flex-grow: 1;
}

.artist-card-body h3 {
    margin-bottom: 10px;
    color: var(--gold);
    font-size: 22px;
}

[data-theme="light"] .artist-card-body h3 {
    color: var(--primary-red);
}

.artist-desc {
    font-size: 14px;
    line-height: 1.5;
    margin-bottom: 20px;
    flex-grow: 1;
}

/* Botón de acción (íconos personalizados requeridos) */
.btn-artist-action {
    background-color: transparent;
    border: 2px solid var(--primary-red);
    color: var(--text-color, #fff);
    padding: 10px;
    font-weight: bold;
    border-radius: 6px;
    cursor: pointer;
    margin-bottom: 15px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    transition: background-color 0.2s, color 0.2s;
}

[data-theme="light"] .btn-artist-action {
    color: var(--dark-grey);
}

.btn-artist-action:hover {
    background-color: var(--primary-red);
    color: var(--white) !important;
}

/* Enlaces Redes Sociales Inferiores */
.artist-socials {
    display: flex;
    justify-content: space-between;
    gap: 5px;
    border-top: 1px solid rgba(255,255,255,0.1);
    padding-top: 15px;
    margin-top: auto;
}

[data-theme="light"] .artist-socials {
    border-top-color: rgba(0,0,0,0.1);
}

.artist-socials a {
    color: var(--text-color, #fff);
    font-size: 16px;
    transition: color 0.2s;
}

[data-theme="light"] .artist-socials a {
    color: var(--dark-grey);
}

/* Efectos hover de redes independientes */
.artist-socials a:hover { color: var(--gold); }

/* Avisos sin resultados */
.no-results-msg {
    text-align: center;
    padding: 40px;
    font-size: 18px;
    color: var(--gold);
}
.no-results-msg i {
    font-size: 40px;
    margin-bottom: 10px;
    color: var(--primary-red);
}
/* ==========================================================================
   COLORES CORPORATIVOS ORIGINALES PARA LAS REDES DE LOS ARTISTAS
   ========================================================================== */
.artist-socials a {
    font-size: 18px;
    transition: transform 0.2s, filter 0.2s;
    opacity: 0.9;
}

/* Efecto hover general: agranda un poco el icono y le da brillo */
.artist-socials a:hover {
    transform: scale(1.2);
    opacity: 1;
    filter: brightness(1.2);
}

/* Asignación de colores específicos */
.artist-socials a .fa-youtube {
    color: #FF0000; /* Rojo YouTube */
}

.artist-socials a .fa-spotify {
    color: #1ED760; /* Verde Spotify */
}

.artist-socials a .fa-soundcloud {
    color: #FF5500; /* Naranja SoundCloud */
}

.artist-socials a .fa-deezer {
    color: #FF42A5; /* Rosa/Multicolor Deezer (Color principal de marca) */
}

.artist-socials a .fa-facebook {
    color: #1877F2; /* Azul Facebook */
}

.artist-socials a .fa-tiktok {
    color: #00F2FE; /* Usamos el Cyan característico del logo de TikTok */
}

/* Ajuste sutil para TikTok si quieres simular el efecto de doble color */
[data-theme="light"] .artist-socials a .fa-tiktok {
    color: #010101; /* En fondo claro resalta más el negro puro de su marca */
}

.artist-socials a .fa-instagram {
    /* Gradiente original de Instagram aplicado directamente al icono */
    background: radial-gradient(circle at 30% 107%, #fdf497 0%, #fdf497 5%, #fd5949 45%, #d6249f 60%, #285AEB 90%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    display: inline-block;
}

.artist-socials a .fa-twitter {
    color: #1DA1F2; /* Azul Twitter clásico / X */
}
/* ==========================================================================
   ESTILOS PARA EL VIDEO DE FONDO ROTATIVO (ARTISTAS)
   ========================================================================== */
.artists-video-bg-section {
    position: relative;
    padding: 60px 0;
    margin: 40px 0;
    overflow: hidden;
    border-top: 3px solid var(--primary-blue);
    border-bottom: 3px solid var(--primary-blue);
}

/* Contenedor del teatro de video */
.video-bg-container {
    position: absolute;
    top: 0; left: 0; width: 100%; height: 100%;
    z-index: 1;
    background-color: #000;
}

/* Ajuste de los iframes de YouTube para abarcar todo el espacio */
.yt-player-frame {
    position: absolute;
    top: 50%; left: 50%;
    width: 100vw; height: 56.25vw; /* Ratio 16:9 dinámico */
    min-width: 177.77vh; min-height: 100vh; /* Cubre todo el alto */
    transform: translate(-50%, -50%);
    opacity: 0;
    pointer-events: none; /* Bloquea clics accidentales sobre el reproductor */
    transition: opacity 1.5s ease-in-out; /* Transición suave de 1.5s al cambiar */
}

/* Clase para mostrar el video activo */
.yt-player-frame.active-video {
    opacity: 1;
}

/* Capa oscura protectora para que el texto resalte */
.video-bg-overlay {
    position: absolute;
    top: 0; left: 0; width: 100%; height: 100%;
    background-color: rgba(0, 0, 0, 0.75);
    z-index: 2;
}

/* Levanta el contenido por encima del video */
.relative-content {
    position: relative;
    z-index: 3;
}

/* Adaptación de las tarjetas de artistas para el fondo de video */
.artists-video-bg-section .artist-card {
    background-color: rgba(30, 30, 30, 0.85);
    backdrop-filter: blur(5px);
    transition: background-color 0.3s, transform 0.3s, color 0.3s;
}

.artists-video-bg-section .artist-card .artist-desc {
    color: var(--white);
}

/* Compatibilidad con el cambio de tema dinámico */
[data-theme="light"] .artists-video-bg-section .artist-card {
    background-color: rgba(234, 234, 234, 0.9);
}

[data-theme="light"] .artists-video-bg-section .artist-card .artist-desc {
    color: var(--dark-grey);
}
/* ==========================================================================
   ESTILOS ADICIONALES PÁGINA DE PROGRAMACIÓN
   ========================================================================== */

/* Caja Filtro Diario Automático */
.schedule-today-box {
    background: var(--dark-grey);
    border-radius: 12px;
    padding: 30px;
    border-left: 5px solid var(--primary-blue);
    box-shadow: 0 5px 15px rgba(0,0,0,0.3);
}
[data-theme="light"] .schedule-today-box {
    background: var(--light-grey);
    border-left-color: var(--primary-red);
}
.today-header h2 {
    font-size: 24px;
    margin-bottom: 5px;
}
.today-header p {
    font-size: 14px;
    opacity: 0.7;
    margin-bottom: 20px;
}
.today-programs-flex {
    display: flex;
    flex-direction: column;
    gap: 15px;
}

/* Fila corta de programa del día */
.today-row-card {
    display: flex;
    align-items: center;
    justify-content: space-between;
    background: rgba(255,255,255,0.05);
    padding: 15px 20px;
    border-radius: 8px;
}
[data-theme="light"] .today-row-card {
    background: rgba(0,0,0,0.05);
}

/* Sección Reproductor En Vivo */
.live-player-section, .weekly-grid-section, .experience-live-section {
    position: relative;
    padding: 80px 0;
    background-size: cover;
    background-position: center;
    background-attachment: fixed;
}
.live-player-overlay, .weekly-grid-overlay, .experience-overlay {
    position: absolute;
    top:0; left:0; width:100%; height:100%;
    background: rgba(0, 0, 0, 0.82);
    z-index: 1;
}
.live-title-wrap {
    display: inline-flex;
    align-items: center;
    gap: 15px;
    margin-bottom: 15px;
    justify-content: center;
    width: 100%;
}
.live-title-wrap h2 {
    color: #fff;
    margin: 0;
}

/* Efecto que aparece y desaparece (Efecto Pulse / Blink) */
.badge-live-pulse {
    background-color: #1ED760;
    color: #000;
    font-weight: bold;
    padding: 6px 12px;
    border-radius: 4px;
    font-size: 14px;
    animation: liveBlink 1.5s infinite ease-in-out;
}
@keyframes liveBlink {
    0% { opacity: 0.2; }
    50% { opacity: 1; }
    100% { opacity: 0.2; }
}
.live-player-desc {
    color: #ddd;
    margin-bottom: 30px;
}
.zeno-container {
    max-width: 700px;
    margin: 0 auto;
    border-radius: 10px;
    overflow: hidden;
    box-shadow: 0 8px 25px rgba(0,0,0,0.5);
}

/* ==========================================================================
   OPTIMIZACIÓN DE PARRILLA SEMANAL (RESPETANDO EL TEMA DINÁMICO)
   ========================================================================== */
.program-card {
    background: rgba(30, 30, 30, 0.85); /* Fondo adaptivo oscuro inicial */
    backdrop-filter: blur(5px);
    border-radius: 10px;
    overflow: hidden;
    border: 1px solid rgba(255, 255, 255, 0.1);
    color: var(--white); /* Texto dinámico principal */
    transition: background-color 0.3s, border-color 0.3s, color 0.3s;
}

.program-card .p-desc {
    font-size: 14px;
    color: var(--white);
    opacity: 0.85;
    line-height: 1.5;
    margin-bottom: 15px;
}

/* --- ADAPTACIÓN A TEMA CLARO [data-theme="light"] --- */
[data-theme="light"] .program-card {
    background: rgba(245, 245, 245, 0.92); /* Fondo claro con opacidad para leer sobre la imagen */
    border: 1px solid rgba(0, 0, 0, 0.15);
    color: var(--dark-grey); /* Cambia el texto a oscuro */
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.15);
}

[data-theme="light"] .program-card .p-desc {
    color: var(--dark-grey);
    opacity: 0.9;
}

/* Caja Programa Destacado */
.featured-program-box {
    background: var(--dark-grey);
    border-radius: 12px;
    padding: 35px;
    box-shadow: 0 5px 15px rgba(0,0,0,0.2);
    border: 1px solid rgba(30, 215, 96, 0.3);
}
[data-theme="light"] .featured-program-box {
    background: var(--light-grey);
}
.featured-program-title h2 {
    font-size: 24px;
    margin-bottom: 25px;
    display: flex;
    align-items: center;
}
.featured-flex {
    display: flex;
    gap: 30px;
    align-items: center;
}
@media (max-width: 768px) {
    .featured-flex { flex-direction: column; text-align: center; }
}

/* Botón grande de llamado */
.btn-large {
    padding: 15px 35px;
    font-size: 18px;
    display: inline-flex;
    align-items: center;
    gap: 10px;
}
/* ==========================================================================
   CENTRADOS DE SECCIÓN: PRÓXIMOS PROGRAMAS
   ========================================================================== */
.schedule-today-box .today-header {
    display: flex;
    flex-direction: column;
    align-items: center; /* Centra el título, ícono y subtítulo horizontalmente */
    text-align: center;
    margin-bottom: 30px;
}

.today-title-wrap {
    display: flex;
    align-items: center;
    justify-content: center; /* Asegura que el ícono verde y el título queden centrados entre sí */
    gap: 12px;
    margin-bottom: 5px;
    width: 100%;
}

/* Centrar la tarjeta o tarjetas del día en la grilla */
#today-programs-container {
    display: flex;
    justify-content: center; /* Si hay 1 o 2 programas hoy, los posiciona exactamente en el medio */
    flex-wrap: wrap;         /* Permite que colapsen correctamente en celulares */
    gap: 20px;               /* Mantiene la separación estética entre tarjetas */
    width: 100%;
}

#today-programs-container .program-card {
    max-width: 380px;        /* Evita que la tarjeta se estire demasiado y pierda la estética */
    width: 100%;
}
/* ==========================================================================
   ESTILOS COMPLEMENTARIOS: SECCIÓN INSCRIBE TU MÚSICA (ADAPTADOS A TEMAS)
   ========================================================================== */

/* Fondo general para la sección de contenido de esta página */
.main-content {
    background-color: var(--bg-main);
    transition: background-color 0.3s ease;
}

/* Espaciador inferior para que el reproductor bar no tape el botón de whatsapp */
.section-form-spacer {
    padding-bottom: 160px;
}

/* Hero Superior con Imagen de Fondo */
.music-hero-section {
    position: relative;
    width: 100%;
    min-height: 340px;
    padding: 140px 20px 50px 20px;
    background-image: url('https://images.unsplash.com/photo-1598488035139-bdbb2231ce04?q=80&w=1200');
    background-size: cover;
    background-position: center;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
}

.hero-overlay {
    position: absolute;
    top: 0; left: 0; width: 100%; height: 100%;
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0.8), rgba(0, 0, 0, 0.4));
    z-index: 1;
}

/* Forzar que el texto del Hero siempre sea legible en la imagen */
.hero-content-text {
    position: relative;
    z-index: 2;
    max-width: 800px;
}
.hero-content-text h1 {
    font-size: 32px;
    font-weight: 900;
    color: #ffffff !important;
    letter-spacing: 1px;
    margin-bottom: 15px;
}
.hero-content-text p {
    font-size: 16px;
    line-height: 1.6;
    color: #dddddd !important;
}

/* Caja contenedora adaptada a las variables del tema */
.form-music-container {
    max-width: 850px;
    margin: 30px auto;
    background: var(--bg-card);
    border-left: 4px solid #D32F2F;  
    border-right: 4px solid #D32F2F; 
    padding: 40px 35px;
    color: var(--text-color);
    transition: background-color 0.3s ease, color 0.3s ease;
}

/* Encabezados internos */
.info-music-header {
    text-align: left;
    margin-bottom: 30px;
}
.info-music-header h2 {
    font-size: 24px;
    font-weight: 800;
    color: var(--text-color);
    margin-bottom: 12px;
}
.section-subtitle-desc {
    font-size: 15px;
    line-height: 1.6;
    color: var(--text-color);
    opacity: 0.8;
}

/* Lista de Recomendaciones Dinámica */
.recommendations-box {
    background: rgba(0, 0, 0, 0.2);
    border: 1px dashed rgba(255, 255, 255, 0.15);
    border-radius: 4px;
    padding: 25px;
    margin-bottom: 35px;
}
[data-theme="light"] .recommendations-box {
    background: rgba(0, 0, 0, 0.04);
    border: 1px dashed rgba(0, 0, 0, 0.15);
}
.recommendations-box h3 {
    font-size: 15px;
    font-weight: 700;
    color: var(--text-color);
    margin-bottom: 15px;
}
.music-checklist {
    list-style: none;
    padding: 0;
    display: flex;
    flex-direction: column;
    gap: 12px;
}
.music-checklist li {
    font-size: 14.5px;
    line-height: 1.5;
    color: var(--text-color);
}

/* Grilla con los 3 bloques informativos */
.music-requirements-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(240px, 1fr));
    gap: 20px;
    margin-top: 20px;
}
.req-item-card {
    background: rgba(0, 0, 0, 0.15);
    border: 1px solid rgba(255, 255, 255, 0.05);
    padding: 25px 20px;
    border-radius: 4px;
    text-align: center;
}
[data-theme="light"] .req-item-card {
    background: rgba(0, 0, 0, 0.03);
    border: 1px solid rgba(0, 0, 0, 0.08);
}
.req-icon-wrap {
    font-size: 26px;
    color: #D32F2F;
    margin-bottom: 12px;
}
.req-item-card h4 {
    font-size: 16px;
    font-weight: 800;
    color: var(--text-color);
    margin-bottom: 10px;
}
.req-item-card p {
    font-size: 13.5px;
    line-height: 1.5;
    color: var(--text-color);
    opacity: 0.7;
}

/* Diseño del Formulario */
.form-main-title {
    font-size: 26px;
    font-weight: 900;
    color: var(--text-color);
    margin-bottom: 35px;
    position: relative;
    padding-left: 15px;
}
.form-main-title::before {
    content: '';
    position: absolute;
    left: 0; top: 4px; bottom: 4px;
    width: 4px;
    background: #D32F2F;
}

.form-group {
    display: flex;
    flex-direction: column;
    gap: 10px;
    margin-bottom: 25px;
}
.form-group label {
    font-size: 14px;
    font-weight: 700;
    color: var(--text-color);
    letter-spacing: 0.5px;
    text-transform: uppercase;
}

/* Inputs, Selects y Textareas Adaptativos */
.form-group input, 
.form-group select, 
.form-group textarea {
    padding: 15px;
    border-radius: 4px;
    border: 1px solid rgba(255, 255, 255, 0.1);
    background: rgba(0, 0, 0, 0.2);
    color: var(--text-color);
    font-size: 15px;
    width: 100%;
    transition: border-color 0.2s ease, background-color 0.3s, color 0.3s;
}
[data-theme="light"] .form-group input, 
[data-theme="light"] .form-group select, 
[data-theme="light"] .form-group textarea {
    background: rgba(255, 255, 255, 0.6);
    border: 1px solid rgba(0, 0, 0, 0.15);
}
.form-group input:focus, 
.form-group select:focus, 
.form-group textarea:focus {
    outline: none;
    border-color: #004BFF;
}
.form-group textarea {
    min-height: 130px;
    resize: vertical;
}

/* Zona Descarga de Licencia */
.legal-download-box {
    background: rgba(0, 0, 0, 0.1);
    border: 2px dashed rgba(255, 255, 255, 0.1);
    padding: 25px;
    border-radius: 4px;
    text-align: center;
    margin: 30px 0;
}
[data-theme="light"] .legal-download-box {
    background: rgba(0, 0, 0, 0.02);
    border: 2px dashed rgba(0, 0, 0, 0.15);
}
.legal-download-box p {
    font-size: 14px;
    line-height: 1.6;
    color: var(--text-color);
    opacity: 0.9;
    margin-bottom: 20px;
}

/* Botones con sombra sólida interactiva */
.btn-download-doc, .btn-submit-form {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    background: #D32F2F;
    color: #ffffff !important;
    border: none;
    border-radius: 4px;
    font-weight: 900;
    text-transform: uppercase;
    text-decoration: none;
    box-shadow: 4px 4px 0px #004BFF; 
    transition: transform 0.1s ease, box-shadow 0.1s ease;
    cursor: pointer;
}
.btn-download-doc {
    padding: 14px 28px;
    font-size: 14px;
}
.btn-submit-form {
    width: 100%;
    padding: 16px;
    font-size: 18px;
}
.btn-download-doc:hover, .btn-submit-form:hover {
    transform: translate(2px, 2px);
    box-shadow: 1px 1px 0px #004BFF;
}

.form-notice-bottom {
    text-align: center;
    font-size: 13.5px;
    color: var(--text-color);
    opacity: 0.6;
    margin-top: 20px;
}

/* Checkbox Legal */
.checkbox-legal-group {
    display: flex;
    align-items: flex-start;
    gap: 12px;
    margin: 25px 0;
}
.checkbox-legal-group input[type="checkbox"] {
    width: 18px;
    height: 18px;
    accent-color: #D32F2F;
    cursor: pointer;
    margin-top: 2px;
}
.checkbox-legal-group label {
    font-size: 13.5px;
    color: var(--text-color);
    line-height: 1.5;
}
.legal-link {
    color: #004BFF;
    text-decoration: underline;
    font-weight: 700;
}

/* Soporte WhatsApp */
.whatsapp-help-container {
    margin-top: 40px;
    padding-top: 30px;
    border-top: 1px solid rgba(255, 255, 255, 0.1);
    text-align: center;
}
[data-theme="light"] .whatsapp-help-container {
    border-top: 1px solid rgba(0, 0, 0, 0.1);
}
.whatsapp-help-container p {
    font-size: 14.5px;
    color: var(--text-color);
    margin-bottom: 15px;
}

.btn-whatsapp-direct {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    background: #25D366;
    color: #ffffff !important;
    padding: 12px 28px;
    border-radius: 50px;
    font-weight: 700;
    font-size: 14px;
    text-decoration: none;
    text-transform: uppercase;
    transition: transform 0.2s ease, box-shadow 0.2s ease;
}
.btn-whatsapp-direct:hover {
    transform: translateY(-2px);
    box-shadow: 0 5px 15px rgba(37, 211, 102, 0.3);
}

@media (max-width: 768px) {
    .form-music-container {
        padding: 25px 15px;
        border-left: 2px solid #D32F2F;
        border-right: 2px solid #D32F2F;
    }
}
/* ==========================================================================
   ESTILOS ADICIONALES PARA LA PÁGINA DE TÉRMINOS Y CONDICIONES (TYC)
   Colores Corporativos: Rojo (#D32F2F), Dorado (#FFD700), Gris (#212121 / #333333)
   ========================================================================== */

.tyc-main-container {
    padding-top: 20px;
    padding-bottom: 60px;
}

.btn-version-bg {
    position: relative;
    display: inline-block;
    padding: 10px 30px;
    border-radius: 6px;
    overflow: hidden;
    background-size: cover;
    background-position: center;
    border: 2px solid var(--gold);
    box-shadow: 0 4px 15px rgba(0,0,0,0.4);
    margin-top: 15px;
}

.version-overlay {
    position: absolute;
    top: 0; left: 0; width: 100%; height: 100%;
    background-color: rgba(211, 47, 47, 0.85);
}

.btn-version-text {
    position: relative;
    z-index: 1;
    color: var(--gold);
    font-size: 18px;
    font-weight: 900;
    letter-spacing: 2px;
}

.tyc-important-note {
    background-color: var(--bg-card);
    border-left: 5px solid var(--primary-red);
    border-right: 5px solid var(--gold);
    padding: 25px;
    border-radius: 8px;
    margin-bottom: 25px;
    box-shadow: 0 5px 15px rgba(0,0,0,0.2);
    font-size: 15px;
    line-height: 1.6;
}

.tyc-declaration-box {
    background-color: var(--dark-grey);
    color: var(--white);
    border: 2px solid var(--gold);
    padding: 25px;
    border-radius: 8px;
    margin-bottom: 40px;
    box-shadow: 0 5px 15px rgba(0,0,0,0.3);
}

.tyc-declaration-box h3 {
    color: var(--gold);
    font-size: 18px;
    margin-bottom: 12px;
}

.tyc-declaration-box p {
    font-style: italic;
    line-height: 1.6;
    font-size: 15px;
}

/* Grilla de los 18 cuadros independientes */
.tyc-boxes-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(340px, 1fr));
    gap: 25px;
    margin-bottom: 50px;
}

/* Cuadro independiente con movimiento y bordes tricolores ROJO DORADO GRIS al pasar el ratón */
.tyc-card {
    background-color: var(--bg-card);
    border-radius: 10px;
    padding: 30px;
    position: relative;
    border: 2px solid rgba(255, 255, 255, 0.1);
    box-shadow: 0 5px 15px rgba(0,0,0,0.2);
    transition: transform 0.3s ease, box-shadow 0.3s ease, border-color 0.3s ease;
}

[data-theme="light"] .tyc-card {
    background-color: #DDDDDD;
    border-color: rgba(0, 0, 0, 0.15);
}

/* Efecto Hover: se desplaza hacia arriba y resalta los bordes en ROJO, DORADO y GRIS */
.tyc-card:hover, .tyc-card:focus {
    transform: translateY(-8px) scale(1.01);
    box-shadow: 0 12px 30px rgba(211, 47, 47, 0.25), 0 0 15px rgba(255, 215, 0, 0.3);
    border-color: var(--primary-red);
    outline: none;
}

.tyc-number {
    position: absolute;
    top: 20px;
    right: 20px;
    background-color: var(--primary-red);
    color: var(--white);
    width: 32px;
    height: 32px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: bold;
    font-size: 14px;
    border: 2px solid var(--gold);
}

.tyc-card h3 {
    color: var(--primary-red);
    font-size: 20px;
    margin-bottom: 15px;
    padding-right: 40px;
}

.tyc-card p {
    font-size: 14.5px;
    line-height: 1.6;
    margin-bottom: 12px;
    opacity: 0.95;
}

.tyc-card ul {
    margin-top: 10px;
    padding-left: 20px;
    display: flex;
    flex-direction: column;
    gap: 8px;
}

.tyc-card ul li {
    font-size: 14px;
    line-height: 1.5;
    opacity: 0.9;
}

.tyc-quote {
    margin-top: 15px;
    padding: 12px 15px;
    background: rgba(255, 215, 0, 0.1);
    border-left: 4px solid var(--gold);
    font-style: italic;
    border-radius: 4px;
    font-size: 14px;
}

.tyc-close-btn-container {
    text-align: center;
    margin-top: 40px;
}
/* ==========================================================
   ESTILOS DE LA PÁGINA DE PERFIL (ROJO, DORADO, GRIS)
   ========================================================== */

/* Hero del Perfil */
.artist-profile-hero {
    position: relative;
    height: 350px;
    background-size: cover;
    background-position: center;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    padding: 0 20px;
    margin-top: 70px; /* Espacio para navbar fija */
}

.artist-hero-content {
    position: relative;
    z-index: 2;
}

.artist-genre-tag {
    display: inline-block;
    background-color: var(--accent-gold, #f1c40f);
    color: #111;
    font-weight: 700;
    font-size: 0.9rem;
    padding: 5px 15px;
    border-radius: 20px;
    margin-bottom: 10px;
    letter-spacing: 1px;
    text-transform: uppercase;
}

.artist-hero-content h1 {
    color: #fff;
    font-size: 2.8rem;
    text-shadow: 0 4px 10px rgba(0,0,0,0.7);
    margin: 0;
    letter-spacing: 1px;
}

/* Grilla de Perfil (Sidebar + Contenido) */
.profile-grid-layout {
    display: grid;
    grid-template-columns: 320px 1fr;
    gap: 40px;
    margin-top: 40px;
    margin-bottom: 60px;
}

@media (max-width: 992px) {
    .profile-grid-layout {
        grid-template-columns: 1fr;
    }
}

/* Sidebar Izquierda */
.artist-sidebar-card {
    background: var(--bg-card, #1a1a1a);
    border: 1px solid #333;
    border-top: 4px solid var(--accent-red, #e74c3c);
    border-radius: 12px;
    padding: 25px;
    box-shadow: 0 8px 20px rgba(0,0,0,0.4);
    text-align: center;
}

.artist-main-photo {
    width: 160px;
    height: 160px;
    margin: 0 auto 20px auto;
    border-radius: 50%;
    overflow: hidden;
    border: 3px solid var(--accent-gold, #f1c40f);
    box-shadow: 0 0 15px rgba(241, 196, 15, 0.3);
}

.artist-main-photo img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.sidebar-artist-title {
    color: #fff;
    font-size: 1.4rem;
    margin-bottom: 5px;
}

.sidebar-artist-location {
    color: #aaa;
    font-size: 0.95rem;
    margin-bottom: 20px;
}

.sidebar-artist-location i {
    color: var(--accent-red, #e74c3c);
    margin-right: 5px;
}

.sidebar-section-divider {
    height: 1px;
    background-color: #333;
    margin: 20px 0;
}

.artist-sidebar-card h3 {
    color: var(--accent-gold, #f1c40f);
    font-size: 0.95rem;
    letter-spacing: 1px;
    margin-bottom: 15px;
    text-transform: uppercase;
}

/* Botones de Plataformas Musicales: 2 por fila */
.music-platforms-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 8px;
}

.platform-btn {
    display: flex;
    align-items: center;
    gap: 8px;
    padding: 10px 10px;
    border-radius: 6px;
    color: #fff;
    font-size: 0.8rem;
    font-weight: 600;
    text-decoration: none;
    transition: transform 0.2s ease, opacity 0.2s ease;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.platform-btn:hover {
    transform: translateY(-2px);
    opacity: 0.9;
}

/* Colores de plataformas */
.p-youtube { background-color: #ff0000; }
.p-spotify { background-color: #1db954; }
.p-soundcloud { background-color: #ff5500; }
.p-deezer { background-color: #a238ff; }
.p-applemusic { background-color: #fa243c; }
.p-bandcamp { background-color: #1ea0b8; }
.p-qobuz { background-color: #1d1d1d; border: 1px solid #444; }
.p-tidal { background-color: #000000; border: 1px solid #444; }
.p-dittomusic { background-color: #2b33ff; }
.p-distrokid { background-color: #33ccff; color: #111; }
.p-cdbaby { background-color: #00b386; }
.p-onerpm { background-color: #ff6600; }
.p-web { background-color: #00CC00; }

/* Redes Sociales en la barra lateral: 2 por fila */
.sidebar-social-links {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 8px;
}

.sidebar-social-links .btn-social {
    width: 100%;
    justify-content: center;
    font-size: 0.8rem;
    padding: 10px 5px;
}
/* Contenido Principal Derecho */
.profile-bio-section,
.profile-featured-song-section,
.profile-gallery-section {
    background: var(--bg-card, #1a1a1a);
    border: 1px solid #333;
    border-radius: 12px;
    padding: 30px;
    margin-bottom: 30px;
    box-shadow: 0 8px 20px rgba(0,0,0,0.4);
}

.profile-bio-section h3,
.profile-featured-song-section h3,
.profile-gallery-section h3 {
    color: var(--accent-gold, #f1c40f);
    font-size: 1.3rem;
    margin-bottom: 15px;
    border-left: 4px solid var(--accent-red, #e74c3c);
    padding-left: 10px;
}

.profile-bio-section p {
    color: #ccc;
    line-height: 1.7;
    margin-bottom: 15px;
}

/* Reproductor de audio */
.song-description-text {
    color: #aaa;
    font-size: 0.95rem;
    margin-bottom: 20px;
}

.audio-player-card {
    background: #111;
    border: 1px solid #333;
    border-radius: 8px;
    padding: 20px;
}

.audio-player-info {
    display: flex;
    align-items: center;
    gap: 15px;
    margin-bottom: 15px;
}

.playing-icon {
    width: 45px;
    height: 45px;
    background-color: var(--accent-red, #e74c3c);
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    font-size: 1.2rem;
}

.audio-player-info h4 {
    color: #fff;
    font-size: 1rem;
    margin: 0;
}

.audio-player-info p {
    color: #888;
    font-size: 0.85rem;
    margin: 0;
}

.custom-audio-element {
    width: 100%;
    accent-color: var(--accent-red, #e74c3c);
}

/* Galería de 6 fotos (alineadas de a 3) */
.gallery-subtitle {
    color: #999;
    font-size: 0.9rem;
    margin-bottom: 20px;
}

.artist-gallery-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 15px;
}

@media (max-width: 768px) {
    .artist-gallery-grid {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media (max-width: 480px) {
    .artist-gallery-grid {
        grid-template-columns: 1fr;
    }
}

.gallery-thumb {
    position: relative;
    height: 180px;
    background-size: cover;
    background-position: center;
    border-radius: 8px;
    overflow: hidden;
    cursor: pointer;
    border: 1px solid #333;
    transition: transform 0.3s ease, border-color 0.3s ease;
}

.gallery-thumb:hover {
    transform: scale(1.03);
    border-color: var(--accent-gold, #f1c40f);
}

.gallery-overlay {
    position: absolute;
    top: 0; left: 0; width: 100%; height: 100%;
    background-color: rgba(0, 0, 0, 0.6);
    display: flex;
    align-items: center;
    justify-content: center;
    opacity: 0;
    transition: opacity 0.3s ease;
    color: var(--accent-gold, #f1c40f);
    font-size: 1.5rem;
}

.gallery-thumb:hover .gallery-overlay {
    opacity: 1;
}

/* Ventana Modal Lightbox */
.lightbox-modal {
    display: none;
    position: fixed;
    z-index: 1000;
    top: 0; left: 0; width: 100%; height: 100%;
    background-color: rgba(0, 0, 0, 0.9);
    align-items: center;
    justify-content: center;
    padding: 20px;
}

.lightbox-content-box {
    max-width: 700px;
    width: 100%;
    background: #1a1a1a;
    border: 2px solid var(--accent-gold, #f1c40f);
    border-radius: 10px;
    padding: 20px;
    text-align: center;
    position: relative;
}

.lightbox-content-box img {
    width: 100%;
    max-height: 400px;
    object-fit: contain;
    border-radius: 6px;
    margin-bottom: 15px;
}

.lightbox-content-box p {
    color: #ddd;
    font-size: 1rem;
    margin: 0;
}

.lightbox-close {
    position: absolute;
    top: 15px;
    right: 20px;
    color: #fff;
    font-size: 2rem;
    font-weight: bold;
    cursor: pointer;
    transition: color 0.2s;
}

.lightbox-close:hover {
    color: var(--accent-red, #e74c3c);
}

/* Botón inferior Volver */
.back-to-list-container {
    text-align: center;
    margin-top: 30px;
}
/* Contenedor que une la foto y el marco */
.artist-logo-wrapper {
    position: relative;
    width: 200px;  /* Ajusta este valor al tamaño que quieras que tenga la foto en tu diseño */
    height: 200px; /* Debe medir lo mismo que el ancho para que sea un espacio cuadrado/proporcional */
    margin: 0 auto; /* Centrado por defecto (opcional) */
}

/* Estilo para la foto del artista */
.artist-profile-img {
    width: 100%;
    height: 100%;
    object-fit: cover; /* Evita que la foto se estire o se deforme */
    border-radius: 12px; /* Cambia a '50%' si tu foto y marco son circulares */
}

/* Estilo para el marco superpuesto */
.artist-frame-img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: contain; /* Asegura que el marco mantenga su proporción */
    pointer-events: none; /* Vital: permite que los clics atraviesen el marco si la foto lleva a un enlace */
    z-index: 2; /* Fuerza a que el marco se pinte por ENCIMA de la foto */
}
/* ==========================================================
   ESTILOS PARA EL MARCO SOBRESALIENTE SOBRE LA FOTO
   ========================================================== */
.profile-frame-wrapper {
    position: relative !important;
    width: 100%;
	height: 100%;
    max-width: 200px; /* Tamaño base del contenedor de la foto */
    overflow: visible !important; /* Vital para que lo que sobresalga no se corte */
}

/* La foto de perfil se queda en su tamaño normal del 100% */
.profile-frame-wrapper .profile-base-img {
    object-fit: cover;
    border-radius: 100px; /* Cambia a '50%' si tu foto es un círculo */
}

/* El marco PNG se hace más grande que la foto y se desplaza hacia afuera */
.profile-frame-wrapper .profile-frame-overlay {
    position: absolute;
    /* Los valores negativos hacen que el marco crezca y sobresalga por los 4 lados */
    top: -80px;    
    bottom: -50px;
    left: -90px;
    right: -50px;
    width: calc(120% + 120px);   /* Suma el doble del espacio negativo horizontal */
    height: calc(120% + 120px);  /* Suma el doble del espacio negativo vertical */
    
    object-fit: contain;        /* Mantiene la proporción correcta del marco */
    pointer-events: none;       /* Permite clics a través de él */
    z-index: 10;                /* Asegura que flote por encima de la foto */
}
/* ==========================================================================
   ESTILOS ADICIONALES PARA ESTADOS DE PROGRAMACIÓN (HOY)
   ========================================================================== */
.schedule-today-box {
    background: var(--dark-grey);
    border-radius: 12px;
    padding: 30px;
    border-left: 5px solid var(--primary-blue);
    box-shadow: 0 5px 15px rgba(0,0,0,0.3);
}

[data-theme="light"] .schedule-today-box {
    background: var(--light-grey);
    border-left-color: var(--primary-red);
}

.today-header {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    margin-bottom: 30px;
}

.today-title-wrap {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 12px;
    margin-bottom: 5px;
    width: 100%;
}

#today-programs-container {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    gap: 20px;
    width: 100%;
}

#today-programs-container .program-card {
    max-width: 380px;
    width: 100%;
    transition: transform 0.3s ease;
}

#today-programs-container .program-card:hover {
    transform: translateY(-5px);
}