:root {
    --primary: #7F47DE;
    --secondary: #14FEBD;
    --bg-main: #111111;
    --text-white: #ffffff;
    --text-gray: #b0b0b0;
    --glass: rgba(255, 255, 255, 0.04);
    --glass-hover: rgba(255, 255, 255, 0.08);
    --glass-border: rgba(255, 255, 255, 0.08);
    --font: "Host Grotesk", sans-serif;
    --card-radius: 24px;
}

* { margin: 0; padding: 0; box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { background-color: var(--bg-main); color: var(--text-white); font-family: var(--font); font-size: 18px; line-height: 1.6; overflow-x: hidden; }
img { max-width: 100%; height: auto; display: block; }
a { text-decoration: none; color: inherit; transition: 0.3s; }

.container { max-width: 1200px; margin: 0 auto; padding: 0 24px; }
.max-w-800 { max-width: 800px; margin: 0 auto; }
.section-padding { padding: 100px 0; }
.text-center { text-align: center; }
.purple-text { color: var(--primary); }
.green-text { color: var(--secondary); }
.white-text { color: #fff; }
.text-gray { color: var(--text-gray); font-size: 0.9rem; }
.text-sm { font-size: 0.85rem; color: #aaa; margin-bottom: 15px; }

/* Texto Neón Verde Corregido */
.neon-text-green {
    color: var(--secondary);
    text-shadow: 0 0 25px rgba(20, 254, 189, 0.5);
}

.glass-panel {
    background: var(--glass);
    backdrop-filter: blur(12px);
    border: 1px solid var(--glass-border);
    border-radius: var(--card-radius);
    transition: 0.3s ease;
}

/* NAVBAR */
#header-container { position: fixed; top: 0; width: 100%; z-index: 1000; padding: 20px 0; transition: 0.4s; }
#header-container.scrolled { background: rgba(17, 17, 17, 0.95); backdrop-filter: blur(10px); padding: 10px 0; border-bottom: 1px solid var(--glass-border); }
#nav-bar { display: flex; justify-content: space-between; align-items: center; }
.logo img { height: 1.8rem; }
.nav-actions { display: flex; align-items: center; gap: 20px; }
.nav-menu { display: flex; gap: 30px; align-items: center; }
.nav-link { font-weight: 500; font-size: 0.95rem; color: #ccc; }
.nav-link:hover { color: #fff; }
.btn-nav { padding: 10px 24px; border-radius: 50px; background: rgba(255,255,255,0.1); border: 1px solid var(--glass-border); font-weight: 600; }
.btn-nav:hover { background: var(--secondary); color: #000; border-color: var(--secondary); }
.mobile-toggle { display: none; font-size: 2rem; cursor: pointer; color: #fff; z-index: 1002; }
.mobile-only-btn { display: none; }

/* HERO */
#hero { min-height: 100vh; display: flex; align-items: center; padding-top: 80px; position: relative; overflow: hidden; }
.hero-bg-image { position: absolute; inset: 0; background: url('prueba copy/img/fondo.png') no-repeat center center/cover; opacity: 0.3; z-index: -2; }
.hero-overlay { position: absolute; inset: 0; background: radial-gradient(circle at center, transparent 0%, var(--bg-main) 90%); z-index: -1; }
.hero-content { display: grid; grid-template-columns: 1fr 1fr; gap: 60px; align-items: center; }
.badge-new { display: inline-flex; align-items: center; gap: 8px; padding: 6px 14px; background: rgba(127,71,222,0.2); border: 1px solid rgba(127,71,222,0.5); border-radius: 20px; color: #d8c3ff; font-size: 0.9rem; margin-bottom: 24px; }
.dot-pulse { width: 8px; height: 8px; background: var(--secondary); border-radius: 50%; animation: pulse 2s infinite; }
#hero h1 { font-size: 3.8rem; line-height: 1.1; margin-bottom: 20px; font-weight: 800; color: #fff; }
.hero-highlight { color: var(--secondary); text-shadow: 0 0 20px rgba(20, 254, 189, 0.4); }
.hero-sub { font-size: 1.2rem; color: var(--text-gray); margin-bottom: 40px; max-width: 500px; }
.cta-buttons { display: flex; align-items: center; gap: 20px; }
.btn-primary { display: inline-flex; align-items: center; gap: 10px; background: var(--primary); color: #fff; padding: 15px 35px; border-radius: 12px; font-weight: 700; transition: 0.3s; }
.btn-primary:hover { transform: translateY(-3px); box-shadow: 0 10px 20px rgba(127,71,222,0.5); }
.store-badges-mini { font-size: 1.5rem; color: var(--text-gray); display: flex; gap: 10px; }
.hero-visual { position: relative; display: flex; justify-content: center; height: 600px; align-items: center; }
.hero-spotlight { position: absolute; width: 400px; height: 400px; background: var(--primary); opacity: 0.15; filter: blur(80px); border-radius: 50%; }
.mockup-container { position: relative; width: 320px; z-index: 1; perspective: 1000px; }
.main-mockup { width: 100%; filter: drop-shadow(0 30px 50px rgba(0,0,0,0.8)); transform: rotateY(-5deg) rotateX(5deg); transition: transform 0.3s; }
.float-tag { position: absolute; padding: 16px; border-radius: 16px; background: rgba(30, 30, 30, 0.95); border: 1px solid rgba(255,255,255,0.15); box-shadow: 0 15px 30px rgba(0,0,0,0.4); min-width: 200px; }
.tag-top { top: 15%; right: -50px; display: flex; align-items: center; gap: 15px; animation: float 6s infinite; }
.tag-bottom { bottom: 20%; left: -50px; animation: float 7s infinite 1s; }
.tag-icon { width: 40px; height: 40px; border-radius: 10px; display: flex; align-items: center; justify-content: center; font-size: 1.5rem; }
.bg-purple { background: rgba(127,71,222,0.2); color: #ccc; }
.tag-text strong { display: block; color: #fff; font-size: 1rem; }
.tag-text span { color: #ccc; font-size: 0.85rem; }
.tag-row { display: flex; justify-content: space-between; margin-bottom: 8px; font-size: 0.9rem; }
.tag-progress { height: 6px; background: #333; border-radius: 3px; }
.tag-progress .bar { height: 100%; background: var(--secondary); border-radius: 3px; }
@keyframes float { 0%, 100% { transform: translateY(0); } 50% { transform: translateY(-15px); } }

/* INTRO */
.section-subtitle { display: block; text-transform: uppercase; letter-spacing: 2px; color: var(--secondary); margin-bottom: 10px; font-weight: 700; font-size: 0.85rem; }
.section-title { font-size: 3rem; margin-bottom: 20px; line-height: 1.1; }
.section-desc { color: var(--text-gray); max-width: 600px; margin: 0 auto 60px; }
.grid-3 { display: grid; grid-template-columns: repeat(auto-fit, minmax(300px, 1fr)); gap: 30px; }
.pillar-card { padding: 40px 30px; text-align: left; transition: 0.3s; }
.pillar-card:hover { border-color: var(--primary); transform: translateY(-10px); background: var(--glass-hover); }
.icon-box { font-size: 2.5rem; color: var(--secondary); margin-bottom: 20px; }

/* ================= DEMO (ARREGLADO) ================= */

/* Centrado del layout */
.split-layout {
    display: grid;
    /* Ajuste para que se centren mejor */
    grid-template-columns: minmax(300px, 500px) minmax(280px, 450px);
    gap: 60px;
    align-items: center;
    justify-content: center;
}

/* Contenedor visual centrado */
.centered-visual {
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative; /* Importante para estabilidad */
    min-height: 550px; /* Reserva espacio para que no salte al cargar */
}

/* ESTILOS DE LA IMAGEN DEL MÓVIL */
.demo-screen {
    /* Tamaño */
    height: 550px; 
    width: auto;
    max-width: 100%;
    object-fit: contain;
    
    /* SOLUCIÓN SOMBRA: Usamos filter en vez de box-shadow */
    /* Esto quita el "marco" cuadrado y sombrea solo la silueta del móvil */
    filter: drop-shadow(0 20px 40px rgba(0, 0, 0, 0.5));
    
    /* SOLUCIÓN VISIBILIDAD: Visible por defecto */
    opacity: 1;
    transform: scale(1);
    display: block;
    
    /* Transición rápida */
    transition: all 0.2s cubic-bezier(0.4, 0, 0.2, 1);
}

/* Efecto Hover (Opcional) */
.demo-screen:hover {
    transform: translateY(-5px);
    /* Glow morado suave */
    filter: drop-shadow(0 30px 50px rgba(127, 71, 222, 0.4));
}

/* Estado oculto (SOLO durante el cambio de 0.2s) */
.demo-screen.active {
    opacity: 0;
    transform: scale(1.02);
    /* Desenfocar ligeramente al cambiar */
    filter: blur(5px) drop-shadow(0 20px 40px rgba(0,0,0,0)); 
}

/* Textos Demo */
.section-desc-left { font-size: 1.2rem; color: var(--text-gray); margin-bottom: 40px; }
.tabs-clean { display: flex; flex-direction: column; gap: 30px; margin-top: 40px; }
.tab-item { display: flex; gap: 20px; cursor: pointer; opacity: 0.5; transition: 0.3s; }
.tab-item.active { opacity: 1; transform: translateX(10px); }
.tab-number { font-size: 2rem; font-weight: 800; color: #333; transition: 0.3s; }
.tab-item.active .tab-number { color: var(--secondary); }
.tab-content h4 { font-size: 1.2rem; margin-bottom: 5px; color: #fff; }
.tab-content p { color: var(--text-gray); font-size: 0.95rem; }

/* Responsive para la Demo */
@media (max-width: 900px) {
    .split-layout { 
        grid-template-columns: 1fr; 
        text-align: center;
    }
    .tabs-clean { 
        align-items: center; 
        text-align: left; /* Mantiene el texto de los pasos legible */
    }
    .centered-visual {
        min-height: auto;
        margin-top: 40px;
    }
    .demo-screen {
        height: auto;
        max-height: 450px; /* Un poco más pequeño en móvil */
    }
}
/* DEMO */


/* MOMENTOS (EXPERIENCIAS) */
.cards-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(320px, 1fr)); gap: 30px; margin-top: 40px; }
.moment-card { overflow: hidden; display: flex; flex-direction: column; height: 100%; transition: 0.3s ease; }
.moment-card:hover { transform: translateY(-10px); border-color: rgba(255,255,255,0.2); }
.card-image { position: relative; height: 250px; width: 100%; overflow: hidden; }
.card-image img { width: 100%; height: 100%; object-fit: cover; transition: 0.5s ease; }
.moment-card:hover .card-image img { transform: scale(1.05); }
.card-badge { position: absolute; top: 20px; left: 20px; padding: 6px 14px; border-radius: 20px; font-size: 0.85rem; font-weight: 700; color: #fff; display: flex; gap: 5px; align-items: center; backdrop-filter: blur(5px); }
.bg-purple { background: rgba(127,71,222,0.9); }
.bg-green { background: rgba(20,254,189,0.9); color: #000; }
.bg-blue { background: rgba(59, 130, 246, 0.9); }
.card-content { padding: 30px; display: flex; flex-direction: column; justify-content: center; }
.card-content h3 { font-size: 1.5rem; margin-bottom: 10px; color: #fff; }
.card-content p { font-size: 0.95rem; color: var(--text-gray); line-height: 1.5; }

/* ROADMAP */
.bg-gradient-soft { position: absolute; top: 0; left: 0; width: 100%; height: 100%; background: linear-gradient(180deg, transparent 0%, rgba(127,71,222,0.03) 50%, transparent 100%); pointer-events: none; }
.roadmap-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(280px, 1fr)); gap: 30px; margin-top: 50px; }
.roadmap-item { padding: 40px 30px; text-align: left; transition: 0.3s; position: relative; overflow: hidden; }
.roadmap-item:hover { border-color: var(--primary); transform: translateY(-5px); box-shadow: 0 10px 30px rgba(127,71,222,0.1); }
.roadmap-icon { font-size: 2.2rem; margin-bottom: 20px; }
.green-icon { color: var(--secondary); }
.purple-icon { color: var(--primary); }
.blue-icon { color: #3b82f6; }
.status-badge { display: inline-block; padding: 4px 12px; border: 1px solid #333; border-radius: 15px; font-size: 0.75rem; color: #888; text-transform: uppercase; letter-spacing: 1px; }

/* FAQ */
.accordion { display: flex; flex-direction: column; gap: 15px; }
.accordion-item { padding: 5px 25px; transition: 0.3s; }
.accordion-item:hover { border-color: rgba(255,255,255,0.2); background: var(--glass-hover); }
.accordion-header { width: 100%; padding: 20px 0; background: transparent; border: none; color: #fff; font-size: 1.1rem; display: flex; justify-content: space-between; cursor: pointer; font-family: inherit; font-weight: 500; }
.accordion-content { max-height: 0; overflow: hidden; transition: 0.3s; color: var(--text-gray); }
.accordion-item.open .accordion-content { max-height: 150px; padding-bottom: 20px; }
.accordion-item.open i { transform: rotate(180deg); color: var(--secondary); }

/* CTA FINAL - CREATIVO */
.cta-section { position: relative; padding-bottom: 120px; }
.aurora-green-bottom {
    position: absolute; bottom: 0; left: 50%; transform: translateX(-50%);
    width: 100%; height: 400px;
    background: radial-gradient(ellipse at bottom, rgba(127,71,222,0.15) 0%, transparent 70%);
    pointer-events: none; z-index: 0;
    filter: blur(60px);
}
.cta-creative-box { position: relative; z-index: 10; animation: pulse-slow 4s infinite alternate; }
@keyframes pulse-slow { 0% { transform: scale(1); } 100% { transform: scale(1.02); } }

.cta-title-big { font-size: 3.5rem; margin-bottom: 20px; line-height: 1.1; color: #fff; }
.cta-subtitle { font-size: 1.3rem; color: #ccc; margin-bottom: 40px; }
.cta-icon-floating { width: 60px; margin: 0 auto 25px; opacity: 0.9; animation: float 6s infinite; }
.store-buttons-container { display: flex; justify-content: center; gap: 20px; }
.store-btn img { height: 55px; transition: 0.3s; }
.store-btn:hover { transform: scale(1.05); }

/* FOOTER */
footer { border-top: 1px solid var(--glass-border); padding: 60px 0 20px; margin-top: 80px; }
.footer-content { display: flex; justify-content: space-between; align-items: center; flex-wrap: wrap; gap: 30px; }
.footer-logo { height: 30px; margin-bottom: 10px; }
.footer-links a { margin-right: 20px; color: var(--text-gray); font-size: 0.9rem; }
.footer-links a:hover { color: #fff; }
.socials a { font-size: 1.5rem; margin-left: 15px; color: #fff; }

/* ANIMACIONES */
.reveal-up { opacity: 0; transform: translateY(30px); transition: 0.8s ease; }
.reveal-left { opacity: 0; transform: translateX(-30px); transition: 0.8s ease; }
.reveal-right { opacity: 0; transform: translateX(30px); transition: 0.8s ease; }
.visible { opacity: 1; transform: translate(0); }

/* ========================================
   MEDIA QUERIES (RESPONSIVE FIX)
======================================== */
@media (max-width: 900px) {
    /* Ajustes generales móvil */
    .section-padding { padding: 60px 0; }
    .section-title { font-size: 2.2rem; }
    .cta-title-big { font-size: 2.5rem; }
    
    /* NAV MENU - PANTALLA COMPLETA */
    .nav-menu {
        display: none; /* Oculto por defecto */
        position: fixed; top: 0; left: 0; width: 100%; height: 100vh;
        background: rgba(10, 10, 10, 0.98); /* Fondo oscuro casi opaco */
        flex-direction: column; justify-content: center; align-items: center;
        gap: 30px; z-index: 1001; /* Encima de todo */
        transition: opacity 0.3s ease;
    }
    .nav-menu.active { display: flex; } /* Clase para mostrarlo */
    
    .nav-link { font-size: 1.5rem; color: #fff; }
    .desktop-only-btn { display: none; }
    .mobile-only-btn { display: inline-block; width: 80%; text-align: center; font-size: 1.2rem; padding: 15px; }
    .mobile-toggle { display: block; z-index: 1002; /* Botón encima del menú */ }
    
    /* Hero */
    .hero-content { grid-template-columns: 1fr; text-align: center; gap: 40px; }
    #hero h1 { font-size: 3rem; }
    .cta-buttons { justify-content: center; }
    .hero-visual { margin-top: 20px; height: auto; }
    .mockup-container { width: 280px; margin: 0 auto; }
    .float-tag { display: none; } /* Ocultar etiquetas en móvil */
    
    /* Demo (Mockup visible) */
    .split-layout { grid-template-columns: 1fr; text-align: center; }
    .tabs-clean { align-items: center; }
    /* Corrección: Mockup de Demo visible en móvil */
    .demo-visual { display: flex; justify-content: center; margin-top: 40px; }
    .phone-frame-simple { width: 260px; height: 520px; }
    
    /* Grids a 1 columna */
    .grid-3, .cards-grid, .roadmap-grid { grid-template-columns: 1fr; }
    
    /* Footer */
    .footer-content { flex-direction: column; text-align: center; }
}



/* =========================================
   NUEVOS ESTILOS: PRÓXIMAMENTE
========================================= */

/* --- Estilos para el Hero --- */
.coming-soon-hero {
    display: flex;
    flex-direction: column;
    gap: 15px;
    margin-bottom: 30px;
}

/* Badge Neon Verde */
.cs-badge {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    padding: 12px 24px;
    background: rgba(20, 254, 189, 0.1);
    border: 1px solid var(--secondary);
    border-radius: 50px;
    box-shadow: 0 0 20px rgba(20, 254, 189, 0.2);
    width: fit-content;
}

.cs-text {
    font-weight: 700;
    color: var(--secondary);
    text-transform: uppercase;
    letter-spacing: 1px;
    font-size: 0.9rem;
}

/* Punto pulsante */
.pulse-dot {
    width: 8px;
    height: 8px;
    background-color: var(--secondary);
    border-radius: 50%;
    animation: pulse-green 2s infinite;
}

@keyframes pulse-green {
    0% { box-shadow: 0 0 0 0 rgba(20, 254, 189, 0.7); }
    70% { box-shadow: 0 0 0 10px rgba(20, 254, 189, 0); }
    100% { box-shadow: 0 0 0 0 rgba(20, 254, 189, 0); }
}

.cs-platforms {
    display: flex;
    align-items: center;
    gap: 10px;
    color: var(--text-gray);
    font-size: 0.9rem;
    margin-left: 5px;
}

.cs-platforms i {
    font-size: 1.4rem;
    color: #fff;
}

/* --- Estilos para la Sección Final (CTA) --- */
.launch-status-box {
    display: flex;
    justify-content: center;
    margin-bottom: 30px;
}

.status-card {
    display: flex;
    align-items: center;
    gap: 20px;
    padding: 20px 40px;
    border-color: rgba(127, 71, 222, 0.4); /* Borde morado sutil */
}

.status-card i {
    font-size: 2.5rem;
    color: var(--primary); /* Icono morado */
}

.status-label {
    display: block;
    font-size: 0.85rem;
    color: var(--text-gray);
    text-transform: uppercase;
    letter-spacing: 1px;
    margin-bottom: 5px;
    text-align: left;
}

/* .status-value {
    display: block;
    font-size: 1.5rem;
    font-weight: 800;
   
    background: linear-gradient(135deg, #fff 0%, var(--secondary) 100%);
    -webkit-background-click: text;
    -webkit-text-fill-color: transparent;
} */

/* Ajuste Responsive para centrar en móvil */
@media (max-width: 900px) {
    .coming-soon-hero {
        align-items: center; /* Centrar en móvil */
    }
}





/* ------------------------------------------ */
/*-------------- Legal Politicy-------------- */
/* ------------------------------------------ */
.container-legal {
    width: 100%;
    background-color: #111111;
    display: flex;
    align-items: center;
    flex-direction: column;
    /* padding: 2rem; */
}
.legal-content{
    width: 80%;
    margin-top: 5rem;
    background-color: #111111;
    display: flex;;
    flex-direction: column;
    /* padding: 2rem; */
    color: white;
}
.tittle-legal{
    text-align: center;
    font-size: 3rem;
    margin-bottom: 0.2rem;
}
.update-legal{
    text-align: center;
    font-size: 1rem;
    margin-bottom: 1.5rem;
    color: #888888;
}
.politics{
    display: flex;
    flex-direction: column;
}
.subtittle-legal{
    font-size: 2rem;
    margin-top: 1.5rem;
}
.legal-text{
    font-size: 1rem;
    margin-bottom: 1rem;
    margin-top: 1rem;
    text-align: justify;
    line-height: 1.5;
}
.legal-text-list{
    font-size: 1rem;
    margin-bottom: 0.5rem;
    text-align: justify;
    line-height: 1.5;
    margin-left: 3rem;
}
.sub-subtittle-legal{
    font-size: 1.5rem;
    margin-top: 1rem;
    margin-bottom: 0.5rem;
}

/* temporal document */
#fondo-temporal{
    width: 100%;
    height: 80vh;
    background-color: #111111;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    /* position: relative; */
    color: white;
}
#logo-temporal{
    width: 100%;
    height: auto;
    top: 5rem;
    /* left: 1rem; */
}
#boton-temporal{
    /* position: fixed; */
    /* bottom: 1rem; */
    /* left: 1rem; */
    color: white;
    text-decoration: none;
    background-color: #222222;
    padding: 0.5rem;
    border-radius: 0.5rem;
    font-size: 0.8rem;
}