/*
Theme Name: Eons of Evolution
Description: Tema personalizado para la página Coming Soon de Eons of Evolution.
Version: 1.0
Author: Jose Martin
*/

/* Reset y estilos base */
* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

body {
    font-family: 'Arial', sans-serif;
    background: #000000;
    background-image: url('images/fondo1.jpg');
    background-size: cover;
    background-position: center 0%;
    background-repeat: no-repeat;
    background-attachment: fixed;
    color: #ffffff;
    overflow-x: hidden;
    overflow-y: auto;
    min-height: 100vh;
    margin: 0;
    padding: 0;
}

/* Contenedor principal */
.coming-soon-container {
    min-height: 100vh;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
    padding: 20px 0;
    position: relative;
    background: transparent;
    overflow: visible;
}

/* Logo */
.logo {
    margin-bottom: 50px;
    z-index: 10;
    position: relative;
    text-align: center;
    transform: translateY(-55px);
}

.logo-image {
    max-width: 300px;
    height: auto;
    filter: drop-shadow(0 0 20px rgba(255, 255, 255, 0.3));
}


.logo h1 {
    font-size: 2.2rem;
    font-weight: 300;
    letter-spacing: 4px;
    color: #aaaaaa;
    text-transform: uppercase;
    margin: 0;
}

/* Título principal */
.main-title {
    font-family: 'League Spartan', sans-serif;
    font-size: 3.5rem;
    font-weight: 700;
    margin-bottom: 20px;
    color: #ffffff;
    text-transform: uppercase;
    letter-spacing: 3px;
    z-index: 10;
    position: relative;
    transform: translateY(-20px);
}

/* Subtítulo */
.subtitle {
    font-size: 1.1rem;
    margin-bottom: 50px;
    color: #cccccc;
    line-height: 1.6;
    max-width: 700px;
    z-index: 10;
    position: relative;
    font-weight: 300;
    padding: 0 20px;
    transform: translateY(-20px);
}

/* Contador   */
#countdown {
    margin: 6rem 0 1rem 0;
    z-index: 30;
    position: relative;
}

/* Clases de Tailwind para compatibilidad */
.my-14 {
    margin: 3.5rem 0;
}

.z-30 {
    z-index: 30;
}

.countdown-container {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    gap: 1.25rem;
}

@media (min-width: 1280px) {
    .countdown-container {
        flex-wrap: nowrap;
    }
}

.countdown-item {
    height: 5rem;
    width: 5rem;
    display: flex;
    align-items: center;
    justify-content: center;
}

@media (min-width: 640px) {
    .countdown-item {
        height: 9rem;
        width: 11rem;
    }
}

.countdown-content {
    text-align: center;
}

.countdown-number {
    font-size: 1.875rem;
    color: #ffffff;
    display: block;
    line-height: 1;
    font-weight: 700;
    text-shadow: 0 0 20px rgba(0, 0, 0, 0.8), 0 0 40px rgba(0, 0, 0, 0.6), 0 0 60px rgba(0, 0, 0, 0.4);
    transition: all 0.2s ease;
}

@media (min-width: 768px) {
    .countdown-number {
        font-size: 3.75rem;
    }
}

.countdown-label {
    font-size: 1rem;
    font-weight: 400;
    color: #ffffff;
    margin-top: 0.5rem;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    margin: 0;
    padding-top: 0.5rem;
    text-shadow: 0 0 10px rgba(0, 0, 0, 0.7), 0 0 20px rgba(0, 0, 0, 0.5);
}

/* Animación  para cuando llegue la fecha */
@keyframes pulse {
    0% {
        transform: scale(1);
        opacity: 1;
    }
    50% {
        transform: scale(1.1);
        opacity: 0.8;
    }
    100% {
        transform: scale(1);
        opacity: 1;
    }
}

/* Formulario de notificación */
.notification-form {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 10px;
    margin-top: 40px;
    margin-bottom: 0;
    z-index: 10;
    position: relative;
    flex-wrap: wrap;
}

.email-input {
    background: rgba(255, 255, 255, 0.15);
    border: 1px solid rgba(255, 255, 255, 0.2);
    border-radius: 30px;
    padding: 12px 20px;
    color: #ffffff;
    font-size: 0.95rem;
    width: 280px;
    backdrop-filter: blur(5px);
    transition: all 0.3s ease;
}

.email-input::placeholder {
    color: #aaaaaa;
    font-size: 0.9rem;
}

.email-input:focus {
    outline: none;
    border-color: #00aaff;
    box-shadow: 0 0 15px rgba(0, 170, 255, 0.4);
    background: rgba(255, 255, 255, 0.2);
}

.notify-button {
    background: #00aaff;
    border: none;
    padding: 12px 25px;
    border-radius: 30px;
    color: white;
    font-size: 0.95rem;
    font-weight: 600;
    cursor: pointer;
    transition: all 0.3s ease;
    text-decoration: none;
    display: inline-block;
    text-transform: uppercase;
    letter-spacing: 1px;
    box-shadow: 0 3px 10px rgba(0, 170, 255, 0.4);
}

.notify-button:hover {
    background: #0088cc;
    transform: translateY(-1px);
    box-shadow: 0 5px 15px rgba(0, 170, 255, 0.5);
}

/* Selector de idioma */
.language-selector {
    position: absolute;
    top: 30px;
    right: 30px;
    z-index: 20;
}

.language-selector select {
    background: rgba(0, 0, 0, 0.5);
    border: 1px solid rgba(255, 255, 255, 0.3);
    border-radius: 25px;
    padding: 10px 20px;
    color: white;
    font-size: 0.9rem;
    cursor: pointer;
    backdrop-filter: blur(10px);
    transition: all 0.3s ease;
}

.language-selector select:hover {
    border-color: #00aaff;
    box-shadow: 0 0 15px rgba(0, 170, 255, 0.3);
}

.language-selector select option {
    background: #000000;
    color: white;
}



/* Responsive */
@media (max-width: 768px) {
    /* Cambiar fondo para móvil */
    body {
        background-image: url('images/fondo.jpg');
        background-size: cover;
        background-position: center center;
        background-repeat: no-repeat;
        background-attachment: scroll;
        overflow-x: hidden;
        overflow-y: auto;
    }
    
    
    
    /* Mantener selector de idiomas visible y optimizado para móvil */
    .language-selector {
        display: block;
        top: 15px;
        right: 20px;
    }
    
    .language-selector select {
        padding: 8px 15px;
        font-size: 0.8rem;
        min-width: 120px;
    }
    
    
    /* Ajustar contenedor principal */
    .coming-soon-container {
        padding: 8vh 0 4vh 0;
    }
    
    /* Ocultar logo en móvil */
    .logo {
        display: none;
    }
    
    /* Título optimizado */
    .main-title {
        font-family: 'League Spartan', sans-serif;
        font-size: 2.5rem;
        margin-top: 2vh;
        margin-bottom: 2vh;
        line-height: 1.2;
        letter-spacing: 2px;
    }
    
    /* Subtítulo optimizado */
    .subtitle {
        font-size: 1rem;
        padding: 0 20px;
        margin-top: 1vh;
        margin-bottom: 3vh;
        line-height: 1.5;
        max-width: 400px;
        font-weight: 400;
    }
    
    /* Contador optimizado */
    #countdown {
        margin: 3vh 0 2vh 0;
    }
    
    .countdown-container {
        gap: 20px;
        flex-wrap: wrap;
        justify-content: center;
    }
    
    .countdown-item {
        min-width: 80px;
        padding: 12px 8px;
    }
    
    .countdown-number {
        font-size: 2rem;
    }
    
    .countdown-label {
        font-size: 0.8rem;
        margin-top: 0.5rem;
    }
    
    /* Formulario optimizado */
    .notification-form {
        margin-top: 3vh;
        flex-direction: column;
        gap: 15px;
        padding: 0 20px;
        transform: translateY(5vh);
    }
    
    .email-input {
        width: 100%;
        max-width: 320px;
        padding: 14px 18px;
        font-size: 1rem;
    }
    
    .notify-button {
        width: 100%;
        max-width: 320px;
        padding: 14px 20px;
        font-size: 1rem;
    }
}

/* Responsive - Pantallas grandes móviles */
@media (min-width: 414px) and (max-width: 768px) {
    .notification-form {
        transform: translateY(7vh);
    }
}

/* Responsive - Pantallas extra grandes móviles (iPhone 14 Pro Max, etc.) */
@media (min-width: 428px) and (max-width: 768px) {
    .notification-form {
        transform: translateY(9vh);
    }
}

/* Responsive - Pantallas muy pequeñas */
@media (max-width: 480px) {
    /* Optimizar fondo para pantallas muy pequeñas */
    body {
        background-image: url('images/fondo.jpg');
        background-size: cover;
        background-position: center center;
        background-repeat: no-repeat;
        background-attachment: scroll;
        overflow-x: hidden;
        overflow-y: auto;
    }
    
    .coming-soon-container {
        padding: 8vh 0 4vh 0;
    }
    
    .main-title {
        font-size: 2rem;
        margin-top: 2vh;
        margin-bottom: 2vh;
        line-height: 1.2;
        letter-spacing: 1.5px;
    }
    
    .subtitle {
        font-size: 0.9rem;
        padding: 0 15px;
        margin-top: 1vh;
        margin-bottom: 2.5vh;
        line-height: 1.4;
        max-width: 350px;
        font-weight: 400;
    }
    
    #countdown {
        margin: 2.5vh 0 1.5vh 0;
    }
    
    .countdown-container {
        gap: 15px;
    }
    
    .countdown-item {
        min-width: 70px;
        padding: 10px 6px;
    }
    
    .countdown-number {
        font-size: 1.6rem;
    }
    
    .countdown-label {
        font-size: 0.7rem;
        margin-top: 0.3rem;
    }
    
    .notification-form {
        margin-top: 2.5vh;
        gap: 12px;
        padding: 0 15px;
        transform: translateY(2.5vh);
    }
    
    .email-input {
        max-width: 280px;
        padding: 12px 15px;
        font-size: 0.9rem;
    }
    
    .notify-button {
        max-width: 280px;
        padding: 12px 18px;
        font-size: 0.9rem;
    }
    
    /* Optimizar selector de idiomas para pantallas pequeñas */
    .language-selector {
        top: 12px;
        right: 15px;
    }
    
    .language-selector select {
        padding: 6px 12px;
        font-size: 0.75rem;
        min-width: 100px;
    }
    
    .mobile-menu-toggle {
        display: none;
    }
    
    .mobile-menu-header {
        top: 15px;
        left: 15px;
        right: 15px;
    }
    
    .mobile-menu-header h3 {
        font-size: 1rem;
    }
    
    .mobile-menu-close {
        font-size: 1.5rem;
        width: 25px;
        height: 25px;
    }
    
    .mobile-menu-link {
        font-size: 1rem;
        padding: 12px 25px;
        min-width: 180px;
    }
    
    .mobile-language-selector label {
        font-size: 0.8rem;
    }
    
    .mobile-language-selector select {
        font-size: 0.9rem;
        min-width: 130px;
        padding: 8px 12px;
    }
}

/* Responsive - Pantallas extra pequeñas */
@media (max-width: 320px) {
    /* Optimizar fondo para pantallas extra pequeñas */
    body {
        background-image: url('images/fondo.jpg');
        background-size: cover;
        background-position: center center;
        background-repeat: no-repeat;
        background-attachment: scroll;
        overflow-x: hidden;
        overflow-y: auto;
    }
    
    .coming-soon-container {
        padding: 6vh 0 3vh 0;
    }
    
    .main-title {
        font-size: 1.6rem;
        margin-top: 1.5vh;
        margin-bottom: 1.5vh;
        line-height: 1.1;
        letter-spacing: 1px;
    }
    
    .subtitle {
        font-size: 0.8rem;
        padding: 0 12px;
        margin-top: 0.8vh;
        margin-bottom: 2vh;
        line-height: 1.3;
        max-width: 300px;
    }
    
    #countdown {
        margin: 2vh 0 1vh 0;
    }
    
    .countdown-container {
        gap: 12px;
    }
    
    .countdown-item {
        min-width: 60px;
        padding: 8px 5px;
    }
    
    .countdown-number {
        font-size: 1.3rem;
    }
    
    .countdown-label {
        font-size: 0.65rem;
        margin-top: 0.2rem;
    }
    
    .notification-form {
        margin-top: 2vh;
        gap: 10px;
        padding: 0 12px;
        transform: translateY(2vh);
    }
    
    .email-input {
        max-width: 250px;
        padding: 10px 12px;
        font-size: 0.85rem;
    }
    
    .notify-button {
        max-width: 250px;
        padding: 10px 15px;
        font-size: 0.85rem;
    }
    
    /* Optimizar selector de idiomas para pantallas extra pequeñas */
    .language-selector {
        top: 10px;
        right: 12px;
    }
    
    .language-selector select {
        padding: 5px 10px;
        font-size: 0.7rem;
        min-width: 90px;
    }
}



/* Animaciones de entrada */
.fade-in {
    animation: fadeIn 1s ease-in-out;
}

@keyframes fadeIn {
    from { opacity: 0; transform: translateY(30px); }
    to { opacity: 1; transform: translateY(0); }
}

/* Efectos de partículas */
.particles {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    overflow: hidden;
    z-index: -1;
}

.particle {
    position: absolute;
    background: rgba(255, 255, 255, 0.1);
    border-radius: 50%;
    animation: float 6s ease-in-out infinite;
}

@keyframes float {
    0%, 100% { transform: translateY(0) rotate(0deg); opacity: 0; }
    50% { transform: translateY(-100px) rotate(180deg); opacity: 1; }
}

