#home {
    position: relative;
    overflow: hidden;
}

.video-bg {
    position: fixed;
    top: 50%;
    left: 50%;
    min-width: 100%;
    min-height: 100%;
    width: auto;
    height: auto;
    transform: translate(-50%, -50%);
    object-fit: cover;
    z-index: -1;
    pointer-events: none;
}
html, body {
    overflow-x: hidden;
}
body {
    overflow-x: hidden;
}
#home::after {
    content: "";
    position: absolute;
    inset: 0;
    background: rgba(0, 0, 0, 0.6); /* Oscurece el video */
    z-index: -1;
}

.footer-bg {
    position: relative;
    background-image: url("1.png"); /* cambia por tu imagen */
    background-size: cover;       /* cubre todo */
    background-position: center;  /* centrada */
    background-repeat: no-repeat; /* no se repite */
}

/* Overlay oscuro para que el texto blanco se vea bien */
.footer-bg::before {
    content: "";
    position: absolute;
    inset: 0;
    background: rgba(0, 0, 0, 0.7); /* puedes ajustar intensidad */
    z-index: 0;
}
.logo-scale {
    transform: scale(2); /* ajusta: 1.2, 1.3, 1.5 */
    transform-origin: left center;
}
.navbar {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 1000;

    /* Transparencia */
    background: rgba(0, 0, 0, 0.5);

    /* Efecto glass (muy gamer/pro) */
    backdrop-filter: blur(5px);
    -webkit-backdrop-filter: blur(10px);

    /* Línea sutil abajo (opcional pero queda pro) */
    border-bottom: 1px solid rgba(255, 255, 255, 0.08);
}
/* LINKS DEL NAV */
.navbar a:not(.btn-primary):not(.btn-secondary) {
    color: #a9b8ff;
    font-weight: 500;
    font-size: 0.95rem;
    letter-spacing: 0.5px;
    transition: all 0.25s ease;
}

.navbar a:not(.btn-primary):not(.btn-secondary):hover {
    color: #ffffff;
    text-shadow: 0 0 8px rgba(120, 150, 255, 0.8);
}

@media (max-width: 768px) {
 .navbar .btn-primary,
    .navbar .btn-secondary {
        width: 80%;
        text-align: center;
        margin: 8px auto;
        display: block;
    }
    .navbar {
        padding: 10px 15px;
    }

    .navbar a {
        font-size: 0.9rem;
    }

    .logo-scale {
        transform: scale(1.4);
    }
}


.btn-primary {
    background: linear-gradient(135deg, #39ff14, #00c853);
    color: #ffffff;
    padding: 10px 22px;
    border-radius: 8px;
    font-weight: 700;
    letter-spacing: 0.5px;
    text-decoration: none;
    box-shadow: 0 0 12px rgba(57, 255, 20, 0.4);
    transition: all 0.25s ease;
}

.btn-primary:hover {
    transform: translateY(-2px);
    box-shadow: 0 0 18px rgba(57, 255, 20, 0.7);
}
.btn-secondary {
    background: linear-gradient(135deg, #5920d5, #b300ff);
    color: rgb(255, 255, 255);
    padding: 10px 22px;
    border-radius: 8px;
    font-weight: 600;
    text-decoration: none;
    box-shadow: 0 0 10px rgba(180, 0, 255, 0.35);
    transition: all 0.25s ease;
}

.btn-secondary:hover {
    transform: translateY(-2px);
    box-shadow: 0 0 18px rgba(180, 0, 255, 0.6);
}

/* Asegura que el contenido quede encima del overlay */
.footer-bg > div {
    position: relative;
    z-index: 1;
}
@media (max-width: 768px) {

    .footer-bg {
        text-align: center;
    }

    .footer-text-column,
    .footer-text {
        max-width: 100%;
        margin-left: auto;
        margin-right: auto;
    }

    .contact-email {
        font-size: 16px;
        padding: 8px 14px;
    }
}

/* 45h54h545h54hhEstilos pa45h54h45h54er */

.grid-container {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 2rem;
}

.feature-card {
    background: rgba(255, 255, 255, 0.03);
    padding: 2.5rem;
    border-radius: 12px;
    text-align: center;
    transition: all 0.3s ease;
}
@media (max-width: 768px) {
    .features-grid {
        grid-template-columns: 1fr;
    }
}
.feature-card:hover {
    transform: translateY(-8px);
    background: rgba(255, 255, 255, 0.06);
}

.feature-card h4 {
    color: white;
    font-size: 1.4rem;
    margin-bottom: 0.8rem;
}

.feature-card p {
    color: #b8b8ff;
    opacity: 0.8;
    font-size: 0.95rem;
}

.emoji {
    font-size: 2.5rem;
    margin-bottom: 1rem;
}

/* Responsive */
@media (max-width: 768px) {
    .grid-container {
        grid-template-columns: 1fr;
    }
}
/* Estilos para la sección de características */

.core-section {
    padding: 120px 20px;
    background: radial-gradient(circle at center, #111 0%, #000 70%);
    text-align: center;
    position: relative;
}

.core-container {
    max-width: 900px;
    margin: 0 auto;
}

.core-title {
    font-size: 2.5rem;
    color: #ffffff;
    font-weight: 700;
    margin-bottom: 10px;
}

.core-subtitle {
    font-size: 1.2rem;
    color: #a5a5ff;
    opacity: 0.8;
    margin-bottom: 60px;
}

.core-manifesto .line {
    font-size: 1.2rem;
    margin: 18px 0;
    color: #ccccff;
    opacity: 0.85;
    transition: all 0.4s ease;
}

.core-manifesto .big {
    font-size: 1.8rem;
    color: #ffffff;
}

.core-manifesto .ultra {
    font-size: 3rem;
    font-weight: 700;
    color: #8b5cf6;
    margin: 40px 0;
    text-shadow: 0 0 20px rgba(139, 92, 246, 0.6);
}

.core-manifesto .emphasis {
    font-size: 1.5rem;
    color: #ffffff;
    margin-top: 30px;
}

.core-manifesto .soft {
    font-size: 1.1rem;
    color: #b8b8ff;
    margin-top: 20px;
}

.core-manifesto .danger {
    font-size: 1.4rem;
    color: #ff4d6d;
    margin-top: 30px;
}

.core-manifesto .final {
    font-size: 1.3rem;
    margin-top: 40px;
    color: #ffffff;
    font-weight: 500;
}

/* Estilos para el footer */

.interactive-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 2rem;
}

.interactive-card {
    background: rgba(255, 255, 255, 0.03);
    border-radius: 14px;
    padding: 2rem;
    position: relative;
    overflow: hidden;
    transition: all 0.4s ease;
    cursor: pointer;
}

.interactive-card:hover {
    transform: translateY(-10px);
    background: rgba(139, 92, 246, 0.08);
    box-shadow: 0 0 25px rgba(139, 92, 246, 0.4);
}

.card-content {
    text-align: center;
}

.emoji {
    font-size: 2.8rem;
    margin-bottom: 1rem;
}

.interactive-card h4 {
    color: white;
    font-size: 1.3rem;
    margin-bottom: 0.4rem;
}

.subtitle {
    color: #c4b5fd;
    font-size: 0.9rem;
    margin-bottom: 0.8rem;
}

.description {
    color: #b8b8ff;
    font-size: 0.9rem;
    opacity: 0;
    transform: translateY(10px);
    transition: all 0.3s ease;
}

.interactive-card:hover .description {
    opacity: 1;
    transform: translateY(0);
}

/* Responsive */
@media (max-width: 1024px) {
    .interactive-grid {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media (max-width: 768px) {
    .interactive-grid {
        grid-template-columns: 1fr;
    }
}
/* Estilos para la sección de características */

.state-section {
    padding: 100px 20px;
    background: #0b0b15;
    text-align: center;
}

.section-header h2 {
    font-size: 2.2rem;
    color: white;
}

.section-header p {
    color: #a5a5ff;
    opacity: 0.8;
    margin-bottom: 50px;
}

.state-intro {
    font-size: 1.2rem;
    color: #d1d1ff;
    margin-bottom: 60px;
}

.state-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 25px;
    max-width: 900px;
    margin: auto;
}

.state-item {
    padding: 20px;
    background: rgba(255,255,255,0.04);
    border-radius: 12px;
    color: #ffffff;
    transition: 0.3s ease;
}

.state-item:hover {
    background: rgba(139,92,246,0.15);
    transform: translateY(-6px);
}

.state-footer {
    margin-top: 60px;
    color: #c5c5c5;
}
/* Responsive */
.updates-section {
    padding: 120px 20px;
    background: radial-gradient(circle, #111 0%, #000 80%);
    text-align: center;
}

.timeline {
    max-width: 700px;
    margin: 60px auto;
    display: flex;
    flex-direction: column;
    gap: 25px;
}

.timeline-item {
    padding: 20px;
    border-left: 3px solid #8b5cf6;
    text-align: left;
    background: rgba(255,255,255,0.03);
    border-radius: 8px;
    transition: 0.3s ease;
}

.timeline-item:hover {
    background: rgba(139,92,246,0.1);
    transform: translateX(8px);
}

.timeline-item span {
    color: white;
    font-size: 1.1rem;
}

.updates-footer {
    color: #c8c8ca;
    margin-top: 50px;
}
/* Responsive */
.support-section {
    padding: 120px 20px;
    background: #0a0a12;
}

.support-container {
    display: flex;
    justify-content: space-between;
    gap: 50px;
    max-width: 1100px;
    margin: auto;
}
/* ===== MOBILE FIX ===== */
@media (max-width: 768px) {

    .section-container,
    .content-container,
    .grid-container,
    .features-grid,
    .support-container {
        display: flex;
        flex-direction: column;
        align-items: center;
        gap: 20px;
    }

    .card,
    .feature-card,
    .support-card {
        width: 100%;
        max-width: 350px;
    }

    h1, h2 {
        font-size: 28px;
        text-align: center;
    }

    p {
        text-align: center;
    }
}
.update-item {
    width: 100%;
    max-width: 400px;
}
.support-left {
    flex: 1;
    color: white;
}

.support-left .subtitle {
    color: #a5a5ff;
    margin-bottom: 20px;
}

.support-right {
    flex: 1;
    display: grid;
    gap: 20px;
}

.impact-card {
    padding: 18px;
    background: rgba(255,255,255,0.05);
    border-radius: 10px;
    color: white;
    transition: 0.3s ease;
}

.impact-card:hover {
    background: rgba(139,92,246,0.2);
    transform: translateY(-5px);
}

.support-final {
    text-align: center;
    margin-top: 80px;
    font-size: 1.3rem;
    color: #d1d1ff;
}
.core-essence {
    max-width: 900px;
    margin: 0 auto;
}

/* Intro */
.mini-intro {
    font-size: 1rem;
    letter-spacing: 2px;
    text-transform: uppercase;
    color: #8fa0ff;
    opacity: 0.8;
    margin-bottom: 25px;
}

/* Core lines container */
.core-lines {
    display: flex;
    flex-direction: column;
    gap: 12px;
}

/* Main lines */
.core-lines span {
    font-size: 1.6rem;
    font-weight: 600;
    color: #ffffff;
    text-shadow: 0 0 8px rgba(120, 140, 255, 0.4);
    transition: 0.3s ease;
}

/* Hover subtle glow */
.core-lines span:hover {
    text-shadow: 0 0 12px rgba(140, 160, 255, 0.8);
}

/* Highlight line */
.core-lines .highlight {
    font-size: 2.4rem;
    font-weight: 800;
    color: #aab4ff;
    text-shadow:
        0 0 10px rgba(130, 150, 255, 0.7),
        0 0 20px rgba(130, 150, 255, 0.6),
        0 0 40px rgba(130, 150, 255, 0.4);
    margin-top: 10px;
}

/* Summary */
.core-summary {
    margin-top: 30px;
    font-size: 1.1rem;
    color: #cfd6ff;
    opacity: 0.85;
    line-height: 1.6;
    text-shadow: 0 0 6px rgba(100, 120, 255, 0.3);
}
.hero-content {
    max-width: 900px;
     padding-top: 120px;
}

.hero-title {
    font-size: 3.5rem;
    font-weight: 900;
    color: #ffffff;
    text-shadow: 0 0 15px rgba(120,140,255,0.6);
    margin-bottom: 10px;
}

.hero-tagline {
    font-size: 2rem;
    font-weight: 700;
    color: #aab4ff;
    margin-bottom: 25px;
}

.hero-description {
    font-size: 1.2rem;
    color: #d6dcff;
    opacity: 0.9;
    line-height: 1.6;
    margin-bottom: 25px;
}
@media (max-width: 768px) {

    .hero-content {
        padding-top: 90px;
        text-align: center;
        margin-left: 20px;
        margin-right: 20px;
    }

    .hero-title {
        font-size: 2.2rem;
    }

    .hero-tagline {
        font-size: 1.4rem;
    }

    .hero-description {
        font-size: 1rem;
    }
}


.footer-text-column {
    max-width: 420px;     /* controla cuántas palabras por línea */
}

.footer-text-column p {
    margin-bottom: 16px;
    line-height: 1.6;
}



.contact-email {
    display: inline-block;
    font-size: 18px;
    font-weight: 600;
    color: #08c738;
    text-decoration: none;
    padding: 10px 18px;
    border-radius: 8px;
    background: rgba(0, 255, 140, 0.12);
    border: 1px solid rgba(0, 255, 170, 0.45);
    transition: all 0.3s ease;
}

.contact-email:hover {
    color: #02ccda;
    background: rgba(0, 255, 170, 0.2);
    box-shadow: 0 0 20px rgba(0, 255, 170, 0.7);
}

.footer-text {
    max-width: 350px;   /* controla cuántas palabras por línea */
    line-height: 1.6;
}

.what-is-bg {
 position: relative;
    min-height: 100vh;

    background:
        linear-gradient(
            rgba(0, 0, 0, 0.8),
            rgba(0, 0, 0, 0.8)
        ),
        url("assets/images/bg-dark-blue.png");

    background-size: 100%;
   background-position: center top;

    background-repeat: repeat;
}


.cloud-bg {
    position: relative;
    min-height: 100vh;

    background:
        linear-gradient(
            rgba(0, 0, 0, 0.8),
            rgba(0, 0, 0, 0.8)
        ),
            url("assets/images/bg-mint-green.png");

    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}
.state-bg {
    position: relative;
    padding: 100px 0;

    background:
        linear-gradient(
            rgba(0, 0, 0, 0.8),
            rgba(0, 0, 0, 0.8)
        ),
    url("assets/images/bg-yellow.png");
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}
.updates-bg {
    position: relative;
    padding: 100px 0;

    background:
        linear-gradient(
            rgba(0, 0, 0, 0.8),
            rgba(0, 0, 0, 0.8)
        ),
         url("assets/images/bg-purple.png");

    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}
.support-bg {
    position: relative;
    padding: 120px 0;

    background:
        linear-gradient(
            rgba(0, 0, 0, 0.75),
            rgba(0, 0, 0, 0.75)
        ),
               url("assets/images/bg-red.png");
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}
