/*
Theme Name: LUMINO Premium
Author: Tu Nombre
Description: Tema oscuro y premium
Version: 6.0
*/

/* --- SCROLLBAR MINIMALISTA --- */
* { scrollbar-width: thin; scrollbar-color: #888888 #0a0a0a; }
::-webkit-scrollbar { width: 8px; }
::-webkit-scrollbar-track { background: #0a0a0a; border-radius: 0; }
::-webkit-scrollbar-thumb { background-color: #555555; border-radius: 0; border: none; }
::-webkit-scrollbar-thumb:hover { background-color: #ffffff; }

/* --- GENERAL --- */
body {
    background-color: #000000;
    color: #e0e0e0;
    font-family: 'Montserrat', sans-serif;
    margin: 0;
    padding: 0;
}
a { color: #d4af37; text-decoration: none; }

/* --- CABECERA --- */
.header-premium {
    background-color: #000000;
    padding: 25px 50px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-bottom: 1px solid #1a1a1a;
}
.logo a {
    font-family: 'Playfair Display', serif;
    font-size: 1.8em;
    color: #ffffff;
    letter-spacing: 4px;
    font-weight: 700;
}
.nav-premium ul { list-style: none; padding: 0; margin: 0; }
.nav-premium ul li { display: inline-block; margin-left: 30px; line-height: 40px; }
.nav-premium ul li a { color: #aaaaaa; text-transform: uppercase; font-size: 0.85em; letter-spacing: 1px; transition: color 0.3s; }
.nav-premium ul li a:hover { color: #ffffff; }
.btn-nav-reserva { 
    border: 1px solid #d4af37; 
    padding: 8px 25px; 
    border-radius: 30px; 
    color: #d4af37 !important; 
}
.btn-nav-reserva:hover { background: #d4af37; color: #000 !important; }

/* --- INTRO CINEMATOGRÁFICA A PANTALLA COMPLETA --- */
#intro-lumino {
    position: fixed; /* Fijo por encima de toda la web */
    top: 0;
    left: 0;
    width: 100vw; /* Ocupa todo el ancho del monitor */
    height: 100vh; /* Ocupa todo el alto del monitor */
    background: #000;
    z-index: 9999; /* Por encima de la cabecera y el catálogo */
    transition: opacity 1.5s ease-in-out, visibility 1.5s ease-in-out; /* Efecto de fundido */
}
#intro-lumino.intro-terminada {
    opacity: 0; /* Se vuelve invisible */
    visibility: hidden; /* Desaparece para que se pueda hacer clic en la web de abajo */
    pointer-events: none;
}

/* Contenedor y Fotos de la intro */
.slider-intro {
    position: absolute;
    top: 0; left: 0;
    width: 100%; height: 100%;
}
.slide-intro {
    position: absolute;
    top: 0; left: 0;
    width: 100%; height: 100%;
    background-size: cover;
    background-position: center;
    opacity: 0;
    transition: opacity 2s ease-in-out;
}
.slide-intro.active {
    opacity: 1;
}

/* --- HERO SECTION (La página normal de abajo) --- */
.hero-lumino {
    position: relative;
    height: 90vh; 
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    overflow: hidden;
    border-bottom: 1px solid #1a1a1a;
    background: #000; /* Fondo negro por si tarda en cargar la imagen */
}
.hero-texto { 
    max-width: 800px; 
    margin: 0 auto; 
    padding: 20px;
    position: relative;
    z-index: 2;
}
.subtitulo-hero { 
    display: block; 
    color: #d4af37; 
    text-transform: uppercase; 
    letter-spacing: 3px; 
    font-size: 0.9em; 
    margin-bottom: 20px; 
}
.hero-lumino h2 { 
    font-family: 'Playfair Display', serif; 
    font-size: 3.5em; 
    color: #ffffff; 
    margin: 0 0 20px 0; 
    line-height: 1.2; 
    font-weight: 400;
}
.hero-lumino p { font-size: 1.1em; color: #cccccc; margin-bottom: 40px; }
.boton-premium {
    background: #ffffff;
    color: #000000;
    padding: 15px 45px;
    text-transform: uppercase;
    letter-spacing: 2px;
    font-weight: 600;
    font-size: 0.85em;
    border-radius: 40px;
    transition: all 0.3s ease;
}
.boton-premium:hover { background: #d4af37; color: #000; }

/* --- CATÁLOGO --- */
.catalogo-lumino { padding: 100px 50px; max-width: 1200px; margin: 0 auto; }
.titulo-seccion { text-align: center; margin-bottom: 80px; }
.titulo-seccion h2 { 
    font-family: 'Playfair Display', serif; 
    font-size: 2.5em; 
    color: #ffffff; 
    margin: 0 0 10px 0; 
    font-weight: 400;
}
.titulo-seccion p { color: #666; font-size: 1em; }

.rejilla-lumino { display: grid; grid-template-columns: repeat(auto-fit, minmax(300px, 1fr)); gap: 40px; }
.no-hay { grid-column: 1/-1; text-align: center; color: #444; font-style: italic; }

.tarjeta-lumino {
    background: #0a0a0a;
    border: 1px solid #1a1a1a;
    border-radius: 12px;
    padding: 40px 30px;
    transition: border-color 0.3s ease;
}
.tarjeta-lumino:hover { border-color: #333333; }

.contenido-tarjeta { text-align: left; }
.contenido-tarjeta h3 { font-family: 'Playfair Display', serif; font-size: 1.5em; margin: 0 0 15px 0; }
.contenido-tarjeta h3 a { color: #ffffff; }
.contenido-tarjeta h3 a:hover { color: #d4af37; }
.contenido-tarjeta .extracto { color: #777; font-size: 0.95em; line-height: 1.6; margin-bottom: 25px; }

.boton-tarjeta {
    display: inline-block;
    color: #d4af37;
    font-size: 0.85em;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-weight: 600;
}
.boton-tarjeta:hover { color: #ffffff; }

/* --- FOOTER --- */
.footer-lumino {
    background: #000000;
    padding: 50px 20px;
    text-align: center;
    border-top: 1px solid #1a1a1a;
}
.logo-footer { font-family: 'Playfair Display', serif; font-size: 1.8em; color: #ffffff; letter-spacing: 4px; margin-bottom: 10px; }
.footer-lumino p { color: #444; font-size: 0.85em; margin: 0; }

/* --- PÁGINA DE RESERVA ESTILO SPACEX (MINIMALISTA) --- */
.contenedor-reserva {
    max-width: 700px;
    margin: 0 auto;
    padding: 120px 20px;
}
.form-lumino {
    background: transparent;
    padding: 0;
    border: none;
    box-shadow: none;
}
.campo-form { 
    margin-bottom: 50px; 
    position: relative;
}
.grupo-doble { display: flex; gap: 40px; }
.grupo-doble .campo-form { flex: 1; }

.form-lumino label {
    display: block;
    color: #888;
    font-size: 0.75rem;
    text-transform: uppercase;
    letter-spacing: 2px;
    margin-bottom: 15px;
    font-weight: 400;
}
.form-lumino input, 
.form-lumino select, 
.form-lumino textarea {
    width: 100%;
    background: transparent;
    border: none;
    border-bottom: 1px solid #333; 
    border-radius: 0; 
    color: #ffffff;
    padding: 10px 0; 
    font-family: 'Montserrat', sans-serif;
    font-size: 1.1em;
    font-weight: 300;
    transition: border-color 0.3s ease;
    box-sizing: border-box;
    box-shadow: none;
}
.form-lumino input::placeholder, .form-lumino textarea::placeholder {
    color: #444;
    font-style: normal;
}
.form-lumino input:focus, 
.form-lumino select:focus, 
.form-lumino textarea:focus {
    outline: none;
    border-bottom: 1px solid #ffffff; 
    background: transparent;
    box-shadow: none;
    color: #ffffff;
}
.form-lumino select option {
    background: #000000;
    color: #ffffff;
}
select {
    appearance: none;
    background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24" fill="none" stroke="%23888" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"><polyline points="6 9 12 15 18 9"></polyline></svg>');
    background-repeat: no-repeat;
    background-position: right 5px center;
    padding-right: 30px;
}
input[type="date"]::-webkit-calendar-picker-indicator {
    filter: invert(0.4); 
    cursor: pointer;
}
.form-lumino button {
    width: 100%;
    cursor: pointer;
    border: 1px solid #ffffff;
    margin-top: 40px;
    padding: 20px;
    background: transparent;
    color: #ffffff;
    font-family: 'Montserrat', sans-serif;
    font-weight: 400;
    letter-spacing: 2px;
    text-transform: uppercase;
    border-radius: 0; 
    font-size: 0.85em;
    transition: all 0.3s ease;
}
.form-lumino button:hover {
    background: #ffffff;
    color: #000000;
    box-shadow: none;
    transform: none;
}
.aviso-reserva {
    max-width: 700px;
    margin: 150px auto;
    text-align: center;
    padding: 50px 20px;
    background: transparent;
    border: none;
    border-top: 1px solid #ffffff;
    border-bottom: 1px solid #ffffff;
    border-radius: 0;
    color: #ffffff;
    font-size: 1.2em;
    box-shadow: none;
    letter-spacing: 1px;
}

/* --- CALENDARIO PREMIUM LUMINO (Limpio y Fijado) --- */
#ui-datepicker-div {
    display: none; /* Esto oculta el recuadro fantasma hasta que haga clic en la fecha */
    background: #0a0a0a !important;
    border: 1px solid #333 !important;
    border-radius: 4px !important;
    box-shadow: 0 20px 50px rgba(0,0,0,0.9) !important;
    padding: 25px !important;
    font-family: 'Montserrat', sans-serif !important;
    width: 300px !important;
}
.ui-datepicker-header { 
    background: transparent !important; 
    border: none !important; 
    border-bottom: 1px solid #222 !important; 
    padding: 0 0 15px 0 !important; 
    margin: 0 0 15px 0 !important; 
    display: flex !important;
    justify-content: space-between !important;
    align-items: center !important;
    position: relative !important;
}
.ui-datepicker-title { 
    color: #fff !important; 
    text-transform: uppercase !important; 
    letter-spacing: 2px !important; 
    font-size: 0.9em !important; 
    font-weight: 500 !important;
    flex: 1 !important;
    text-align: center !important;
}

/* Ocultar iconos y textos originales */
.ui-datepicker-prev span, 
.ui-datepicker-next span,
.ui-icon { 
    display: none !important; 
}

/* Flechas ancladas y fijas (Triángulos) */
.ui-datepicker-prev, .ui-datepicker-next { 
    cursor: pointer !important; 
    width: 20px !important;
    height: 20px !important;
    background: transparent !important;
    border: none !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    position: relative !important;
    top: 0 !important;
    margin-top: 0 !important;
}
.ui-datepicker-prev { left: 0 !important; }
.ui-datepicker-next { right: 0 !important; }

.ui-datepicker-prev::after, .ui-datepicker-next::after {
    content: "" !important;
    width: 0 !important;
    height: 0 !important;
    border-top: 5px solid transparent !important;
    border-bottom: 5px solid transparent !important;
}
.ui-datepicker-prev::after { border-right: 7px solid #888 !important; }
.ui-datepicker-next::after { border-left: 7px solid #888 !important; }

.ui-datepicker-prev:hover::after { border-right-color: #ffffff !important; }
.ui-datepicker-next:hover::after { border-left-color: #ffffff !important; }

/* Menú desplegable de Mes (oculto o estilizado) */
.ui-datepicker select.ui-datepicker-month, 
.ui-datepicker select.ui-datepicker-year {
    background: #050505 !important;
    color: #ffffff !important;
    border: 1px solid #333 !important;
    border-radius: 4px !important;
    padding: 5px 10px !important;
    font-family: 'Montserrat', sans-serif !important;
    font-size: 0.9em !important;
    font-weight: 500 !important;
    text-transform: uppercase !important;
    letter-spacing: 1px !important;
    margin: 0 5px !important;
    cursor: pointer !important;
    appearance: none !important;
    -webkit-appearance: none !important;
    -moz-appearance: none !important;
}
.ui-datepicker select.ui-datepicker-month:focus, 
.ui-datepicker select.ui-datepicker-year:focus {
    outline: none !important;
    border-color: #ffffff !important;
    box-shadow: none !important;
}
.ui-datepicker select option {
    background: #050505 !important;
    color: #ffffff !important;
}
.ui-datepicker select option:checked,
.ui-datepicker select option:hover {
    background: #ffffff !important;
    color: #000000 !important;
    box-shadow: none !important;
}

/* Tabla de días */
.ui-datepicker-calendar { 
    width: 100% !important; 
    border-collapse: collapse !important; 
}
.ui-datepicker-calendar th { 
    color: #555 !important; 
    font-weight: 400 !important; 
    font-size: 0.7em !important; 
    text-transform: uppercase !important; 
    padding: 5px !important; 
    text-align: center !important; 
}
.ui-datepicker-calendar td { 
    padding: 4px !important; 
    text-align: center !important; 
}
.ui-datepicker-calendar td a, .ui-datepicker-calendar td span {
    background: transparent !important;
    color: #fff !important;
    border: none !important;
    border-radius: 4px !important;
    text-align: center !important;
    padding: 8px !important;
    font-weight: 300 !important;
    display: block !important;
    transition: all 0.2s ease !important;
}
.ui-datepicker-calendar td a:hover { 
    background: #222 !important; 
    color: #ffffff !important; 
}
.ui-state-active { 
    background: #ffffff !important; 
    color: #000000 !important; 
    font-weight: 600 !important; 
}

/* Días pasados tachados */
.ui-datepicker-unselectable .ui-state-default {
    color: #444 !important;
    position: relative !important;
    overflow: hidden !important;
}
.ui-datepicker-unselectable .ui-state-default::after {
    content: "" !important;
    position: absolute !important;
    top: 50% !important;
    left: -10% !important;
    width: 120% !important;
    height: 1px !important;
    background-color: #ffffff !important;
    transform: rotate(-45deg) !important;
    transform-origin: center !important;
    opacity: 0.7 !important;
}
/* --- BLOQUEAR EL MOVIMIENTO DE LA CAJA DE TEXTO --- */
.form-lumino textarea {
    resize: none !important; /* Prohíbe al usuario hacer la caja más grande */
}
/* --- QUITAR EL FONDO BLANCO DEL AUTOCOMPLETAR --- */
.form-lumino input:-webkit-autofill,
.form-lumino input:-webkit-autofill:hover,
.form-lumino input:-webkit-autofill:focus {
    -webkit-text-fill-color: #ffffff !important; /* Fuerza las letras en blanco */
    -webkit-box-shadow: 0 0 0px 1000px #000000 inset !important; /* Fuerza el fondo negro */
    transition: background-color 5000s ease-in-out 0s !important; /* Truco para que no parpadee */
}

/* --- FONDO NEÓN RESERVA (Lento y Fijo) --- */

 .fondo-neon {
    position: absolute; 
    top: 100px; /* Baja el fondo para que no toque la cabecera */
    left: 0;
    width: 100vw; 
    height: 150vh; 
    z-index: 0; 
    pointer-events: none; 
    overflow: hidden;
}

.cuadro-neon {
    position: absolute;
    background: rgba(255, 255, 255, 0.02); 
    border: 1px solid #222; 
    border-radius: 20px; 
    animation: pulso-neon 10s infinite ease-in-out; /* 10s = Mucho más lento */
}

/* Posiciones de los 12 cuadrados */
.c1 { width: 150px; height: 150px; top: 10%; left: 5%; animation-delay: 0s; }
.c2 { width: 250px; height: 250px; bottom: 15%; left: 8%; animation-delay: 1.2s; border-radius: 40px; }
.c3 { width: 100px; height: 100px; top: 20%; right: 10%; animation-delay: 2.4s; }
.c4 { width: 180px; height: 180px; bottom: 10%; right: 5%; animation-delay: 3.6s; border-radius: 30px; }
.c5 { width: 300px; height: 300px; top: 40%; left: 45%; animation-delay: 4.8s; opacity: 0.5; }
.c6 { width: 80px; height: 80px; top: 70%; right: 15%; animation-delay: 6s; }
.c7 { width: 200px; height: 200px; top: 5%; right: 35%; animation-delay: 7.2s; border-radius: 50px; }
.c8 { width: 120px; height: 120px; bottom: 35%; left: 18%; animation-delay: 8.4s; }
.c9 { width: 90px; height: 90px; top: 15%; left: 40%; animation-delay: 1.5s; }



@keyframes pulso-neon {
    0%, 100% { 
        border-color: #1a1a1a; 
        box-shadow: 0 0 5px rgba(255, 255, 255, 0); 
        background: rgba(255, 255, 255, 0.01);
    }
    50% { 
        border-color: #ffffff; 
        box-shadow: 0 0 25px rgba(255, 255, 255, 0.4), inset 0 0 15px rgba(255, 255, 255, 0.1); 
        background: rgba(255, 255, 255, 0.05);
    }
}

.contenedor-reserva { position: relative; z-index: 2; }
.titulo-seccion { position: relative; z-index: 2; }
/* --- SECCIÓN DEMOSTRACIÓN PRODUCTO --- */
#demo-producto {
    padding: 150px 50px;
    border-bottom: 1px solid #1a1a1a;
    display: flex;
    justify-content: center;
    align-items: center;
    overflow: hidden;
}
.contenedor-demo {
    max-width: 1200px;
    width: 100%;
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 80px;
    align-items: center;
}

/* Lado Izquierdo: La Foto */
.imagen-demo {
    position: relative;
    text-align: center;
}
.foco-luz {
    position: absolute;
    top: 50%; left: 50%;
    transform: translate(-50%, -50%);
    width: 350px; height: 350px;
    background: radial-gradient(circle, rgba(212, 175, 55, 0.25) 0%, rgba(0,0,0,0) 70%);
    filter: blur(30px);
    animation: pulso-foco 4s infinite ease-in-out;
    z-index: 0;
}
.imagen-demo img {
    position: relative;
    z-index: 1;
    max-width: 100%;
    height: auto;
    filter: drop-shadow(0 20px 40px rgba(0,0,0,0.8));
    transition: transform 0.5s ease;
}
.imagen-demo:hover img {
    transform: scale(1.05);
}
@keyframes pulso-foco {
    0%, 100% { opacity: 0.5; transform: translate(-50%, -50%) scale(0.9); }
    50% { opacity: 1; transform: translate(-50%, -50%) scale(1.1); }
}

/* Lado Derecho: Texto y Características */
.etiqueta-demo { 
    color: #d4af37; 
    text-transform: uppercase; 
    letter-spacing: 3px; 
    font-size: 0.85em; 
    display: block; 
    margin-bottom: 15px; 
}
.info-demo h2 { 
    font-family: 'Playfair Display', serif; 
    font-size: 2.5em; 
    color: #ffffff; 
    margin: 0 0 20px 0; 
    line-height: 1.2; 
    font-weight: 400; 
}
.info-demo p { color: #666; font-size: 1.1em; margin-bottom: 40px; }

.caracteristicas-demo { list-style: none; padding: 0; margin: 0; }
.caracteristicas-demo li {
    color: #e0e0e0;
    padding: 20px 0;
    border-bottom: 1px solid #1a1a1a;
    font-size: 1.1em;
    display: flex;
    align-items: center;
    opacity: 0; /* Empieza invisible */
    transform: translateX(30px); /* Empieza desplazado a la derecha */
    animation: deslizar-caracteristica 0.8s forwards ease-out;
}
.caracteristicas-demo li span {
    color: #d4af37;
    font-family: 'Playfair Display', serif;
    font-size: 1.4em;
    margin-right: 25px;
    font-weight: 700;
}

/* Retardos para que entren una a una */
.caracteristicas-demo li:nth-child(1) { animation-delay: 0.3s; }
.caracteristicas-demo li:nth-child(2) { animation-delay: 0.6s; }
.caracteristicas-demo li:nth-child(3) { animation-delay: 0.9s; }
.caracteristicas-demo li:nth-child(4) { animation-delay: 1.2s; }

@keyframes deslizar-caracteristica {
    to { opacity: 1; transform: translateX(0); }
}

/* Responsive (Móviles) */
@media (max-width: 768px) {
    .contenedor-demo { grid-template-columns: 1fr; gap: 50px; text-align: center; }
    .caracteristicas-demo li { justify-content: center; }
}