/* WebBayfm/styles.css */
@font-face {
    font-family: 'Swarsh Daisy';
    src: url('../Base/Swarsh\\ Daisy-Regular/Swarsh\\ Daisy-Regular.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'Swarsh Daisy';
    src: url('../Base/Swarsh\\ Daisy-Regular/Swarsh\\ Daisy-Italic.ttf') format('truetype');
    font-weight: normal;
    font-style: italic;
}

* {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
}

body {
    background-color: #0b1130; /* Color base oscuro si el gradiente falla */
    /* Gradiente radial inmersivo y suave inspirado directamente en el color de "Solo Hits" */
    background: radial-gradient(circle at 50% 10%, #203f8a 0%, #112059 40%, #06091c 100%);
    background-attachment: fixed; /* Evita que el fondo corte al hacer scroll */
    background-size: cover;
    background-repeat: no-repeat;
    /* Fuente clásica y elegante para igualar la imagen de referencia */
    font-family: 'Times New Roman', Times, serif; 
    color: white;
    display: flex;
    justify-content: center;
    min-height: 100vh;
}

.landing-container {
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    position: relative;
    overflow: hidden;
    background-color: transparent;
}

/* Sections */
.section {
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    position: relative;
    padding: 0 30px;
}

/* Base text styling */
h1, h2, h3, h4, p, td {
    z-index: 2;
    position: relative;
    text-align: center;
    color: white;
    font-weight: normal;
    font-family: 'Swarsh Daisy', serif;
}

h1.textos-1 {
    font-size: 42px; /* Increased from 34px */
    margin: 40px 0;
    line-height: 1.2;
}

h2.textos-2, h2.textos-6 {
    font-size: 60px; /* Increased from 50px */
    margin: 30px 0;
}

h3.textos-3 {
    font-size: 75px; /* Aumentado considerablemente para igualar la escala de la imagen */
    margin: 15px 0 5px 0;
    line-height: 1.1;
    font-style: italic; /* Cursiva para igualar la imagen */
}

.mission-text-container {
    position: relative;
    z-index: 2;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.btn-contactanos-link {
    text-decoration: none;
    cursor: pointer;
    margin-top: 15px;
}

.btn-contactanos {
    display: flex;
    align-items: center;
    gap: 15px;
    /* Diseño de bordes basado en la imagen */
    border-top: 1px solid rgba(0, 255, 255, 0.5);
    border-left: 1px solid rgba(0, 255, 255, 0.5);
    border-bottom: 2px solid #00ffff;
    border-right: none;
    border-radius: 50px 0 0 50px;
    padding: 10px 10px 10px 40px;
    background: transparent;
    transition: all 0.3s ease;
    position: relative; /* Para el brillo */
}

/* Efecto de destello neón inferior (Flair central) */
.btn-contactanos::after {
    content: '';
    position: absolute;
    bottom: -2px; /* Montado en el borde inferior */
    left: 15%;
    width: 70%;
    height: 2px;
    background: #00ffff;
    box-shadow: 0 0 15px 5px rgba(0, 255, 255, 0.8), 0 0 30px 10px rgba(0, 255, 255, 0.4);
    border-radius: 5px;
    z-index: 1;
}

.btn-contactanos span {
    font-size: 55px; /* Agrandado para igualar proporción visual */
    line-height: 1;
    transition: all 0.3s ease;
    font-style: italic; /* Obligar cursiva */
}

.icon-phone-container {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: -25px; /* Pulls the icon slightly past the open border edge */
    transition: all 0.3s ease;
}

.icon-phone {
    width: 45px;
    height: 45px;
    transition: all 0.3s ease;
}

/* Hover Effects */
.btn-contactanos-link:hover .btn-contactanos {
    background: rgba(0, 255, 255, 0.15); /* Fondo más brillante */
    box-shadow: -5px 0 20px rgba(0, 255, 255, 0.4), inset 5px 0 10px rgba(0, 255, 255, 0.2);
    transform: translateX(-5px); /* Pequeño empuje hacia la izquierda */
}

.btn-contactanos-link:hover .icon-phone {
    animation: ring 0.5s ease-in-out infinite; /* Animación de vibración */
    filter: drop-shadow(0 0 8px rgba(0, 255, 255, 0.8)); /* Brillo en el SVG */
}

.btn-contactanos-link:hover span {
    text-shadow: 0 0 10px rgba(0, 255, 255, 0.7);
}

p.textos-4 {
    font-size: 30px; /* Increased from 24px */
    line-height: 1.4;
    max-width: 900px;
    margin-bottom: 40px;
}

h3.textos-network-title {
    font-size: 48px; /* Increased from 36px */
    margin-top: 60px;
    margin-bottom: 15px;
}
p.textos-network-desc {
    font-size: 28px; /* Increased from 22px */
    line-height: 1.4;
    max-width: 1000px;
    margin-bottom: 60px;
}

p.textos-gen-desc {
    font-size: 28px; /* Increased from 22px */
    line-height: 1.4;
    max-width: 1100px;
    margin-bottom: 60px;
}

h3.textos-reaching {
    font-size: 80px; /* Tamaño adaptado a la segunda imagen, más equilibrado */
    line-height: 0.95;
    margin-top: 60px;
    margin-bottom: 25px;
    font-style: normal; /* Texto en mayúsculas rectos */
}
h3.textos-reaching-sub {
    font-size: 45px; /* Proporcionalmente más pequeño */
    margin-bottom: 60px; /* Aire antes de que aparezca el logo MLC */
}

h2.textos-we-are {
    font-size: 60px; /* Increased from 50px */
    margin-top: 60px;
    margin-bottom: 25px;
}
p.textos-we-are-desc {
    font-size: 26px; /* Increased from 20px */
    line-height: 1.4;
    max-width: 1200px;
    margin-bottom: 90px;
}

.hl-cyan {
    color: #00ffff;
    font-style: normal;
}

.prog-title {
    font-size: 140px; /* Masivo para "On-Air" */
    margin: 0;
    line-height: 0.8;
    font-style: italic; /* "On-Air" en cursiva */
    color: white;
}
.prog-title .hl-cyan {
    font-size: 65px; /* "PROGRAMMING" más pequeño */
    letter-spacing: 4px;
    font-style: normal !important; /* "PROGRAMMING" recto, SIN cursiva */
    display: block;
    margin-top: -10px; /* Acercarlo hacia arriba para que abrace "On-Air" */
}
.prog-sub {
    font-size: 24px;
    letter-spacing: 3px;
    margin-top: 5px;
    font-style: normal !important; /* Recto */
    color: white;
}

/* Ribbon Texts */
.texto-cinta {
    color: #000c25;
    background-color: #00ffff;
    font-size: 56px;
    padding: 10px 40px;
    border-radius: 50% / 100% 100% 0 0; /* Simulating slight curve */
    margin: 0 0 40px 0;
    z-index: 3;
    width: 110%;
    max-width: 1050px;
    box-shadow: 0 5px 15px rgba(0,0,0,0.3);
}

.texto {
    z-index: 2;
}

.hero {
    padding-top: 0;
    padding-bottom: 20px;
    min-height: 100vh;
    justify-content: flex-start;
    /* Hero ya no tiene fondo propio para heredar el global estático, pero necesita position/overflow para las luces */
    position: relative;
    background: transparent;
    /* Se quitó overflow: hidden para que las luces no se recorten */
}
.textos-1 {
    max-width: 100%; /* Permitir que ocupe todo el ancho sin romperse */
    margin-bottom: 25px; /* Reducido para acercar el logo al texto */
    margin-top: 15px; /* Reducido sustancialmente para evitar el espacio en blanco vacío arriba */
    white-space: nowrap; /* Evita que las frases se rompan en varias lineas, obedeciendo solo al <br> */
}
.logo-bay {
    width: 95%; /* Reducido a su tamaño o un poco menos para desktop */
    max-width: 1400px;
    position: relative; /* Necesario para que z-index funcione */
    z-index: 10; /* Asegurar que esté por encima de todo */
    margin-top: 30px; /* Un pelo más de aire arriba */
    transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275); /* Bouncy transition */
    filter: drop-shadow(0 0 10px rgba(0, 255, 255, 0.1)); /* Sombras desactivada en reposo, casi invisibles */
    cursor: pointer;
}

.logo-bay:hover {
    transform: scale(1.05); /* Agranda el logo al pasar el ratón */
    filter: drop-shadow(0 0 30px rgba(0, 255, 255, 0.8)); /* Resplandor cyan fuerte tipo neón solicitado */
}
/* Mission Section */
.mission {
    display: flex;
    flex-direction: column;
    align-items: center;
    padding-top: 50px;
    padding-bottom: 30px;
}
.nuestra-mision {
    position: relative;
    width: 100%;
    display: flex;
    justify-content: center;
    padding: 50px 0;
}
.textos-3 {
    max-width: 900px; /* Aumentado sustancialmente para evitar que se rompa con la nueva fuente grande */
}
.textos-4 {
    max-width: 800px;
    margin-bottom: 20px;
}

/* Artists Images */
.artists {
    padding: 0;
    margin-top: 20px;
}
.artists-image-container {
    position: relative;
    width: 100%;
    display: flex;
    justify-content: center;
}
.img-artistas {
    width: 100%;
    max-width: none;
    height: auto;
    z-index: 2;
    /* Soft fade at the bottom to transition properly */
    mask-image: linear-gradient(to top, transparent 0%, black 15%);
    -webkit-mask-image: linear-gradient(to top, transparent 0%, black 15%);
}
.texto-cinta {
    margin: 0 0 40px 0; /* Overlap image */
    max-width: 1050px; /* Make it stretch wider than container */
    width: 110%;
    position: relative;
    z-index: 3;
}

/* Text Generation */
.text-generation {
    padding-top: 30px;
    padding-bottom: 30px;
}
.textos-6 {
    max-width: 800px;
    margin-bottom: 20px;
    font-size: 75px !important; /* Masivo */
    line-height: 1.1;
    text-align: center;
}
/* Para simular el escalonamiento de la imagen ("a una generación" volcado a la derecha) */
.textos-6 span:last-child {
    display: inline-block;
    transform: translateX(10%); /* Empuja la segunda línea a la derecha */
}
/* Centrado forzado en móviles manejado dentro del media query */
.textos-7 {
    max-width: 800px;
}

/* Programming Section */
.programming {
    padding: 0;
    margin-top: 30px;
    min-height: 550px;
}
.bg-numeral {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    opacity: 0.7;
    z-index: 0;
    object-position: top center;
}
.programming-content {
    position: relative;
    z-index: 2;
    width: 100%;
    padding: 0 40px 60px 40px;
    display: flex;
    justify-content: center;
}
.texto-schedule-container {
    width: 100%;
    max-width: 900px;
    margin: 40px 0 60px 0;
    z-index: 2;
    /* Fondo transparente, sin glassmorphism como solicitado */
    background: transparent;
    border: none;
    box-shadow: none;
}
.schedule-table {
    width: 100%;
    border-collapse: collapse;
}
.schedule-table tr {
    border-bottom: 1px solid rgba(0, 255, 255, 0.15); /* Línea más suave */
    transition: all 0.3s ease;
}
.schedule-table tr:last-child {
    border-bottom: none; /* Quitar última línea */
}
.schedule-table tr:hover {
    background: rgba(0, 255, 255, 0.08); /* Highlight al pasar el mouse */
    transform: scale(1.02);
}
.schedule-table td {
    padding: 25px 30px;
    vertical-align: middle;
    font-style: italic; /* Tipografía itálica solicitada */
    transition: all 0.3s ease;
}
.schedule-table td:first-child {
    font-size: 32px; /* Reducido levemente para mayor elegancia */
    color: white; /* Blanco puro como la referencia */
    text-align: right;
    width: 25%; /* Ancho de la zona de horario menor */
    border-right: 1px solid rgba(0, 255, 255, 0.4); /* Línea divisoria cian */
    padding-right: 40px; /* Dar aire contra la línea */
}
.schedule-table td:last-child {
    font-weight: normal; /* Normal, no tan bold */
    font-size: 36px; /* Tamaño ligeramente mayor para el show */
    text-align: left;
    width: 75%; /* Ajuste proporcional */
    display: flex;
    align-items: center;
    gap: 20px;
    padding-left: 40px; /* Dar aire desde la línea hacia el texto */
    font-style: italic; /* Programas también en Itálicas */
}
.schedule-table td:last-child .hl-cyan {
    font-style: italic !important; /* Forzar cursivas sobre la clase base azul */
}
.schedule-icon {
    height: 40px;
    width: auto;
    object-fit: contain;
}
.bay-icon {
    height: 60px;
}

/* Contact / MLC Section */
.contact {
    padding: 150px 20px 0 20px; /* Removed bottom padding so it meets the dark footer */
    min-height: 250px;
}
.bg-contacto {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    z-index: 0;
}
.textos-10 {
    max-width: 850px; /* Increased from 750px */
    margin-bottom: 50px;
}
.textos-footer-desc {
    max-width: 650px; /* Increased from 600px */
    margin-bottom: 30px;
    z-index: 2;
}

/* Dark Footer Contacts Section */
.footer-dark {
    background-color: #030814; /* Very dark navy/black background */
    width: 100%;
    padding: 40px 20px 80px 20px;
    display: flex;
    flex-direction: column;
    align-items: center;
    z-index: 2;
}
.texto-consulta {
    font-family: 'Swarsh Daisy', serif;
    font-style: italic;
    color: #00ffff; /* Cyan */
    font-size: 34px;
    font-weight: 500;
    letter-spacing: 1px;
    text-align: center;
    margin-bottom: 0;
    z-index: 2;
}
.luz-linea {
    width: 90%;
    max-width: 800px;
    margin: 30px 0 50px 0; /* Increased margin */
    z-index: 2;
    mix-blend-mode: screen;
}
.contact-info {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    max-width: 900px;
    z-index: 2;
    gap: 60px; /* Gap between columns */
}
.vert-rule {
    width: 1px;
    height: 120px; /* Taller vertical line for two lines of text */
    background-color: rgba(255, 255, 255, 0.4);
}
.contact-col {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 15px; /* Gap between name and emails */
    flex: 1;
}

.contact-name {
    height: auto;
    width: 100%;
    max-width: 320px;
}
.contact-mail, .contact-tel {
    height: auto;
    width: 100%;
    max-width: 240px;
}

/* Animations */

@keyframes ring {
    0% { transform: rotate(0) scale(1); }
    10% { transform: rotate(15deg) scale(1.1); }
    20% { transform: rotate(-10deg) scale(1.1); }
    30% { transform: rotate(15deg) scale(1.1); }
    40% { transform: rotate(-10deg) scale(1.1); }
    50% { transform: rotate(10deg) scale(1.1); }
    60% { transform: rotate(-10deg) scale(1.1); }
    70% { transform: rotate(10deg) scale(1.1); }
    80% { transform: rotate(-5deg) scale(1.1); }
    90% { transform: rotate(5deg) scale(1.1); }
    100% { transform: rotate(0) scale(1); }
}

@keyframes pulse {
    0% { opacity: 0.6; }
    50% { opacity: 1; }
    100% { opacity: 0.6; }
}

/* Partículas flotantes estilo Bokeh para Hero y otros bloques */
.particles {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    /* Se quita overflow: hidden para que las partículas gigantes no se corten en los bordes de la caja */
    z-index: 0; /* Detrás de todo el hero */
    pointer-events: none;
}

/* Frente luminoso cyan central (resplandor de la imagen) */
.hero::before {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 700px;
    height: 700px;
    /* Un brillo detrás del logo suave que se funde con el azul profundo */
    background: radial-gradient(circle, rgba(100, 200, 255, 0.3) 0%, transparent 60%);
    z-index: 0;
    pointer-events: none;
    mix-blend-mode: screen;
}

.particle {
    position: absolute;
    border-radius: 50%;
    /* El blur se inserta via JS aleatoriamente (esferas nítidas y manchas difusas) */
    mix-blend-mode: screen; 
    animation: floatBokeh linear infinite;
    z-index: 1;
}

/* Movimiento errático pero más flotante como motas de polvo / lente */
@keyframes floatBokeh {
    0% {
        transform: translate(0, 0) scale(1);
    }
    33% {
        transform: translate(15px, -30px) scale(1.1);
    }
    66% {
        transform: translate(-15px, 20px) scale(0.9);
    }
    100% {
        transform: translate(0, 0) scale(1);
    }
}

@media (max-width: 768px) {
    .section {
        padding: 0 15px;
    }
    
    /* Hero y Logo más compactos */
    .hero {
        padding-top: 10px; /* Reducido desde 50px para eliminar el espacio vacío arriba en móvil */
        min-height: auto;
        padding-bottom: 20px;
    }
    h1.textos-1 {
        font-size: clamp(14px, 4.5vw, 35px) !important; /* Escalado fluido para evitar overflow */
        margin-top: 10px; /* Reducido para móvil */
        margin-bottom: 15px;
    }
    .hero::before {
        top: 75%; /* Ajuste de luz principal a la altura del logo */
    }
    .particles-hero {
        top: 40%; /* Ajuste de partículas a la altura del logo */
        height: 60%;
    }
    .logo-bay {
        margin-top: 20px;
        width: 150%; /* Aumentado un poco más para móvil (antes 130%) */
        max-width: 150%; 
    }
    
    /* Escalar Textos Principales */
    h2.textos-2 {
        font-size: clamp(20px, 11vw, 55px) !important;
        white-space: nowrap;
    }
    .texto-cinta {
        font-size: 30px;
        padding: 8px 20px;
        margin-bottom: 25px;
    }
    h3.textos-reaching {
        font-size: 35px !important;
    }
    p.textos-4, p.textos-network-desc, p.textos-gen-desc, p.textos-we-are-desc {
        font-size: 20px !important;
    }
    h2.textos-we-are {
        font-size: 40px !important;
    }
    .textos-3 {
        font-size: 35px !important;
    }
    
    /* Centrar "Música que define a una generación" */
    h2.textos-6 {
        font-size: 48px !important; /* Más proporcionado en móvil */
        text-align: center;
    }
    .textos-6 span:last-child {
        transform: none; /* Anulamos el desplazamiento a la derecha */
        display: block; /* Forzar bloque para que se centre perfectamente */
        margin-top: 10px;
    }
    
    /* Ajustes Botón Contáctanos */
    .btn-contactanos {
        padding: 5px 10px 5px 20px;
        gap: 8px;
    }
    .btn-contactanos span {
        font-size: 26px;
    }
    .icon-phone-container {
        margin-right: -15px;
    }
    .icon-phone {
        width: 35px;
        height: 35px;
    }
    
    /* Ajustes Tabla de Horarios y "On-Air PROGRAMMING" */
    .prog-title {
        font-size: 65px; /* Agrandado un poco para igualar On-Air a la imagen */
        margin-bottom: 20px;
    }
    .prog-title .hl-cyan {
        font-size: 28px; /* PROGRAMMING un poco más pequeño para encajar debajo */
        letter-spacing: 2px;
        margin-top: -5px;
    }
    .prog-sub {
        font-size: 16px; /* Letra pequeña encaja mejor en el móvil */
        letter-spacing: 1px;
        padding: 0 10px;
        line-height: 1.3;
        margin-bottom: 20px;
    }
    .schedule-table {
        display: flex;
        flex-direction: column;
        gap: 15px; /* Separación entre tarjetas */
    }
    .schedule-table tr {
        display: flex;
        flex-direction: column;
        background: rgba(0, 255, 255, 0.05);
        border: 1px solid rgba(0, 255, 255, 0.2);
        border-radius: 12px;
        padding: 15px 20px;
        box-shadow: 0 4px 15px rgba(0,0,0,0.2);
    }
    .schedule-table td {
        display: block;
        width: 100% !important;
        text-align: left !important; /* Alineación a la izquierda para mejor legibilidad */
        border-right: none !important;
        padding: 0;
    }
    .schedule-table td:first-child {
        font-size: 20px;
        color: #00ffff;
        border-bottom: none; /* Quitamos la línea punteada */
        padding-top: 0;
        margin-bottom: 5px;
        font-family: 'Times New Roman', Times, serif; /* Contraste tipográfico para la hora */
        font-style: normal;
        letter-spacing: 1px;
        opacity: 0.9;
    }
    .schedule-table td:last-child {
        font-size: 26px;
        justify-content: flex-start; /* Alinear el texto e icono a la izquierda */
        padding-bottom: 0;
        margin-bottom: 0;
    }
    
    /* Ajustes Logos y Footer */
    .img-artistas {
        max-width: 100%;
        margin-top: 20px;
    }
    .contact-info {
        flex-direction: column;
        gap: 30px;
        text-align: center;
    }
    .contact-info .hl-cyan {
        display: block;
        text-align: center;
        width: 100%;
    }
    .vert-rule {
        width: 150px;
        height: 1px;
    }
}
