 :root {
            --primary-color: #000000;
            --navbar-color: #478b1a;
            --secondary-color: #478b1a;
            --accent-color: #55a032;
            --text-color: #f8fafc;
        }
        
        * {
            margin: 0;
            padding: 0;
            box-sizing: border-box;
            font-family: 'Montserrat', sans-serif;
        }
        
        body {
            background-color: #000000f5;
            color: var(--text-color);
            overflow-x: hidden;
            padding-top: 60px;
        }
        
        h1, h2, h3, h4 {
            font-weight: 700;
            margin-bottom: 1rem;
        }
        
        p {
            line-height: 1.6;
            margin-bottom: 1rem;
        }
        
        section {
            padding: 4rem 2rem;
        }
        
        .navbar {
            display: flex;
            justify-content: space-between;
            align-items: center;
            background-color: var(--navbar-color);
            color: white;
            position: fixed;
            top: 0;
            width: 100%;
            z-index: 1000;
            height: 60px;
            padding: 0 5%;
            box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
        }
        
        .logo {
            display: flex;
            align-items: center;
        }
        
        .logo img {
            height: 70px; 
            width: auto;
            transition: all 0.3s ease;
            opacity: 85%;
        }
        
        .nav-links {
            display: flex;
            justify-content: space-around;
            width: 60%;
        }
        
        .nav-links li {
            list-style: none;
        }
        
        .nav-links a {
            color: rgb(255, 255, 255);
            text-decoration: none;
            font-weight: bold;
            font-size: 16px;
            transition: all 0.3s ease;
            padding: 10px 15px;
            border-radius: 4px;
            font-family: 'Montserrat', sans-serif;
        }
        
        .nav-links a:hover {
            background-color: var(--secondary-color);
        }
        
        .burger {
            display: none;
            cursor: pointer;
        }
        
        .burger div {
            width: 25px;
            height: 3px;
            background-color: white;
            margin: 5px;
            transition: all 0.3s ease;
        }
        
        .hero {
            height: 100vh;
            background: linear-gradient(rgba(17, 148, 48, 0.158), rgba(0, 0, 0, 0.904)), url('assets/images/xso2r53a1b1a1.gif') no-repeat center center/cover;
            display: flex;
            align-items: center;
            justify-content: center;
            text-align: center;
            position: relative;
        }
        
        .hero-content {
            max-width: 800px;
            padding: 2rem;
        }
        
        .hero h1 {
            font-size: 6.5rem;
            margin-bottom: 2rem;
            text-shadow: 0 0 20px rgba(144, 237, 58, 0.048);
            letter-spacing: 4px;
            animation: pulse 3s infinite;
        }
        
        .buttons {
            display: flex;
            justify-content: center;
            gap: 1.5rem;
            margin-top: 2rem;
        }
        
        .btn {
            padding: 12px 30px;
            border-radius: 50px;
            text-decoration: none;
            font-weight: bold;
            font-size: 1.1rem;
            transition: all 0.3s ease;
            display: inline-flex;
            align-items: center;
            gap: 10px;
            box-shadow: 0 4px 15px rgba(0, 0, 0, 0.2);
        }
        
        .btn-steam {
            background: linear-gradient(to right, #1b2838, #2a475e);
            color: white;
        }
        
        .btn-patreon {
            background: linear-gradient(to right, #ff424d, #f96854);
            color: white;
        }
        
        .btn:hover {
            transform: translateY(-3px);
            box-shadow: 0 6px 20px rgba(0, 0, 0, 0.3);
        }
        
        .btn-floating {
            position: fixed;
            bottom: 30px;
            right: 30px;
            width: 60px;
            height: 60px;
            border-radius: 50%;
            display: flex;
            align-items: center;
            justify-content: center;
            font-size: 1.5rem;
            z-index: 999;
            box-shadow: 0 4px 15px rgba(0, 0, 0, 0.3);
            animation: pulse 2s infinite;
        }

        #ptr-btn {
            background: linear-gradient(to right, #ff424d, #f96854);
            color: white;
            padding: 20px 90px;
            border-radius: 50px;
            font-size: 1.25rem;
        }

        .galeria{
            background: linear-gradient(rgba(0, 0, 0, 0.829), rgba(0, 0, 0, 0.925)), url('assets/images/xso2r53a1b1a1.gif') no-repeat center center/cover;
        }

        .galeria h2, .personajes h2, .contacto h2, .nosotros h2, .roadmap h2, .blog h2, .comunidad h2 {
            text-align: center;
            font-size: 2.5rem;
            margin-bottom: 3rem;
            color: var(--accent-color);
            position: relative;
        }
        
        .galeria h2::after, .personajes h2::after, .contacto h2::after, .nosotros h2::after, .roadmap h2::after, .blog h2::after, .comunidad h2::after {
            content: '';
            display: block;
            width: 80px;
            height: 4px;
            background: var(--accent-color);
            margin: 10px auto;
            border-radius: 2px;
        }
        
        .galeria-grid {
            display: flex;
            flex-wrap: nowrap;
            gap: 2rem;
            margin: 0 auto;
            max-width: 1800px;
            overflow-x: auto;
        }
        .galeria-grid {
            display: flex;
            flex-wrap: nowrap;
            gap: 2rem;
            margin: 0 auto;
            max-width: 1080px;
            overflow-x: auto;
            justify-content: center;
        }
        .galeria-grid .video {
            min-width: 250px;
            max-width: 400px;
            flex: 1 1 250px;
        }
        
        .video {
            position: relative;
            overflow: hidden;
            border-radius: 10px;
            box-shadow: 0 10px 30px rgba(0, 0, 0, 0.3);
            transition: transform 0.3s ease;
            height: 500px;
           
        }
        
        .video:hover {
            transform: translateY(-10px);
        }
        
        .video-overlay {
            position: absolute;
            bottom: 0;
            left: 0;
            right: 0;
            background: linear-gradient(transparent, rgba(0, 0, 0, 0.8));
            color: white;
            padding: 20px;
        }
        
        .social-media {
            display: flex;
            justify-content: center;
            gap: 2rem;
            margin-top: 3rem;
        }
        
        .social-media a {
            display: flex;
            align-items: center;
            justify-content: center;
            width: 60px;
            height: 60px;
            border-radius: 50%;
            background-color: var(--secondary-color);
            transition: all 0.3s ease;
        }
        
        .social-media a:hover {
            transform: translateY(-5px);
            background-color: var(--accent-color);
        }
        
        .personajes {
             background: linear-gradient(rgba(0, 0, 0, 0.829), rgba(0, 0, 0, 0.925)), url('assets/images/xso2r53a1b1a1.gif') no-repeat center center/cover;
        }
        
        .personaje {
            display: flex;
            flex-direction: column;
            max-width: 1000px;
            margin: 0 auto 4rem;
            background: rgba(15, 23, 42, 0.7);
            border-radius: 15px;
            overflow: hidden;
            box-shadow: 0 15px 30px rgba(0, 0, 0, 0.3);
        }
        
        .personaje-image {
            width: 100%;
            height: 400px;
            object-fit: cover;
        }
        
        .info {
            padding: 2rem;
        }

         .timeline {
                    position: relative;
                    padding-top: 40px;
                }
                .timeline::after {
                    background: linear-gradient(to bottom, #963aed 0%, #38bdf8 100%);
                    width: 6px;
                }
                .timeline-item {
                    position: relative;
                }
                .timeline-dot {
                    position: absolute;
                    top: 50%;
                    left: 50%;
                    transform: translate(-50%, -50%);
                    width: 38px;
                    height: 38px;
                    background: #181e2e;
                    border-radius: 50%;
                    border: 6px solid var(--accent-color);
                    display: flex;
                    align-items: center;
                    justify-content: center;
                    z-index: 11;
                    box-shadow: 0 0 0 4px rgba(124,58,237,0.15);
                    font-size: 1.3rem;
                    color: var(--accent-color);
                    transition: border-color 0.3s, color 0.3s;
                }
                .timeline-item:nth-child(2) .timeline-dot { border-color: #f59e42; color: #f59e42; }
                .timeline-item:nth-child(3) .timeline-dot { border-color: #38bdf8; color: #38bdf8; }
                .timeline-item:nth-child(4) .timeline-dot { border-color: #22d3ee; color: #22d3ee; }
                .timeline-item:nth-child(5) .timeline-dot { border-color: #16a34a; color: #16a34a; }
                .timeline-item::before {
                    display: none !important;
                }
                @media (max-width: 768px) {
                    .timeline-dot {
                        left: 31px;
                        top: 50%;
                        transform: translateY(-50%);
                    }
                }
                .timeline-content {
                    margin-bottom: 40px;
                    position: relative;
                }
        
        .stats {
            display: grid;
            grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
            gap: 1rem;
            margin-bottom: 1.5rem;
            background: rgba(124, 58, 237, 0.1);
            padding: 1.5rem;
            border-radius: 10px;
        }
        
        .stats p {
            margin-bottom: 0;
        }
        
        .contacto {
        background: linear-gradient(rgba(0, 0, 0, 0.829), rgba(0, 0, 0, 0.925)), url('assets/images/xso2r53a1b1a1.gif') no-repeat center center/cover;        }
        
        .formulario {
            max-width: 800px;
            margin: 0 auto;
            background: rgba(15, 23, 42, 0.8);
            padding: 2.5rem;
            border-radius: 15px;
            box-shadow: 0 15px 30px rgba(0, 0, 0, 0.3);
        }
        
        .formulario h3 {
            text-align: center;
            margin-bottom: 1rem;
            color: var(--accent-color);
        }
        
        .formulario p {
            text-align: center;
            margin-bottom: 2rem;
        }
        
        .whatsapp-button {
            display: flex;
            justify-content: center;
            margin-top: 2rem;
        }
        
        .whatsapp-button a {
            display: inline-flex;
            align-items: center;
            gap: 10px;
            padding: 12px 30px;
            background: #25D366;
            color: white;
            border-radius: 50px;
            text-decoration: none;
            font-weight: bold;
            transition: all 0.3s ease;
        }
        
        .whatsapp-button a:hover {
            transform: translateY(-3px);
            box-shadow: 0 5px 15px rgba(37, 211, 102, 0.4);
        }
        
        .nosotros {
            background: linear-gradient(rgba(0, 0, 0, 0.829), rgba(0, 0, 0, 0.925)), url('assets/images/xso2r53a1b1a1.gif') no-repeat center center/cover;
        }

        .equipo-grid {
            display: grid;
            grid-template-columns: repeat(auto-fit, minmax(150px, 1fr));
            gap: 2rem;
            max-width: 1400px;
            margin: 0 auto;
            
        }
        
        .miembro {
            background: rgba(15, 23, 42, 0.7);
            border-radius: 15px;
            overflow: hidden;
            text-align: center;
            transition: transform 0.3s ease;
            box-shadow: 0 10px 20px rgba(0, 0, 0, 0.2);
        }
        
        .miembro:hover {
            transform: translateY(-10px);
        }
        
        .miembro img {
            width: 100%;
            height: 300px;
            object-fit: cover;
        }
        
        .miembro h3 {
            margin-top: 1rem;
            color: var(--accent-color);
        }
        
        .miembro p {
            padding: 0 1rem 1.5rem;
            color: #cbd5e1;
        }
        
        .roadmap {
        background: linear-gradient(rgba(0, 0, 0, 0.829), rgba(0, 0, 0, 0.925)), url('assets/images/xso2r53a1b1a1.gif') no-repeat center center/cover;        }
        
        .timeline {
            position: relative;
            max-width: 1000px;
            margin: 0 auto;
        }
        
        .timeline::after {
            content: '';
            position: absolute;
            width: 6px;
            background-color: var(--accent-color);
            top: 0;
            bottom: 0;
            left: 50%;
            margin-left: -3px;
            border-radius: 3px;
        }
        
        .timeline-item {
            padding: 10px 40px;
            position: relative;
            width: 50%;
            box-sizing: border-box;
        }
        
        .timeline-item:nth-child(odd) {
            left: 0;
        }
        
        .timeline-item:nth-child(even) {
            left: 50%;
        }
        
        .timeline-content {
            padding: 20px 30px;
            background-color: rgba(15, 23, 42, 0.8);
            position: relative;
            border-radius: 10px;
            box-shadow: 0 5px 15px rgba(0, 0, 0, 0.2);
        }
        
        .timeline-date {
            color: var(--accent-color);
            font-weight: bold;
            margin-bottom: 10px;
            display: flex;
            align-items: center;
            gap: 10px;
        }
        
        .blog {
            background: linear-gradient(rgba(0, 0, 0, 0.829), rgba(0, 0, 0, 0.925)), url('assets/images/xso2r53a1b1a1.gif') no-repeat center center/cover;
        }

        .blog-grid {
            display: grid;
            grid-template-columns: repeat(auto-fit, minmax(350px, 1fr));
            gap: 2rem;
            max-width: 1200px;
            margin: 0 auto;
            
        }
        
        .blog-card {
            background: rgba(15, 23, 42, 0.7);
            border-radius: 15px;
            overflow: hidden;
            transition: transform 0.3s ease;
            box-shadow: 0 10px 20px rgba(0, 0, 0, 0.2);
        }
        
        .blog-card:hover {
            transform: translateY(-10px);
        }
        
        .blog-image {
            width: 100%;
            height: 200px;
            object-fit: cover;
        }
        
        .blog-content {
            padding: 1.5rem;
        }
        
        .blog-date {
            color: var(--accent-color);
            font-size: 0.9rem;
            margin-bottom: 10px;
            display: flex;
            align-items: center;
            gap: 8px;
        }
        
        .blog-title {
            font-size: 1.3rem;
            margin-bottom: 10px;
            color: #e2e8f0;
        }
        
        /* .comunidad {
            background: linear-gradient(rgba(0, 0, 0, 0.829), rgba(0, 0, 0, 0.925)), url('assets/images/xso2r53a1b1a1.gif') no-repeat center center/cover;        
        } */
        
        .testimonios-grid {
            display: grid;
            grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
            gap: 2rem;
            max-width: 1200px;
            margin: 0 auto;
        }
        
        .testimonio {
            background: rgba(15, 23, 42, 0.8);
            padding: 2rem;
            border-radius: 15px;
            box-shadow: 0 10px 20px rgba(0, 0, 0, 0.2);
        }
        
        .testimonio-text {
            font-style: italic;
            margin-bottom: 1.5rem;
            position: relative;
            padding-left: 20px;
        }
        
        .testimonio-text::before {
            content: '"';
            position: absolute;
            left: 0;
            top: -10px;
            font-size: 3rem;
            color: var(--accent-color);
            opacity: 0.3;
        }
        
        .testimonio-author {
            display: flex;
            align-items: center;
            gap: 15px;
        }
        
        .testimonio-avatar {
            width: 60px;
            height: 60px;
            border-radius: 50%;
            object-fit: cover;
        }
        
        .testimonio-info h4 {
            margin-bottom: 5px;
            color: #e2e8f0;
        }
        
        .suscribete {
            background: linear-gradient(rgba(0, 0, 0, 0.829), rgba(0, 0, 0, 0.925)), url('assets/images/xso2r53a1b1a1.gif') no-repeat center center/cover;
        }

        .newsletter {
            text-align: center;
            padding: 4rem 2rem;
            background: linear-gradient(to right, var(--primary-color), #1e1b4b);
            border-radius: 15px;
            max-width: 800px;
            margin: 4rem auto;
        }
        
        .newsletter h2 {
            font-size: 2.2rem;
            margin-bottom: 1rem;
        }
        
        .newsletter p {
            max-width: 600px;
            margin: 0 auto 2rem;
        }
        
        .newsletter-form {
            display: flex;
            max-width: 500px;
            margin: 0 auto;
        }
        
        .newsletter-input {
            flex: 1;
            padding: 12px 20px;
            border: none;
            border-radius: 50px 0 0 50px;
            font-size: 1rem;
            outline: none;
        }
        
        .newsletter-button {
            padding: 12px 30px;
            background: var(--accent-color);
            color: white;
            border: none;
            border-radius: 0 50px 50px 0;
            font-weight: bold;
            cursor: pointer;
            transition: all 0.3s ease;
        }
        
        .newsletter-button:hover {
            background: #28d94e;
        }
        
        footer {
            background-color: var(--primary-color);
            padding: 4rem 2rem 2rem;
            margin-top: 4rem;
        }
        
        .footer-content {
            display: grid;
            grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
            gap: 2rem;
            max-width: 1200px;
            margin: 0 auto;
        }
        
        .footer-column h3 {
            font-size: 1.3rem;
            margin-bottom: 1.5rem;
            color: var(--accent-color);
            position: relative;
            padding-bottom: 10px;
        }
        
        .footer-column h3::after {
            content: '';
            position: absolute;
            bottom: 0;
            left: 0;
            width: 50px;
            height: 3px;
            background: var(--accent-color);
            border-radius: 2px;
        }
        
        .footer-links li {
            list-style: none;
            margin-bottom: 10px;
        }
        
        .footer-links a {
            color: #cbd5e1;
            text-decoration: none;
            transition: all 0.3s ease;
            display: flex;
            align-items: center;
            gap: 10px;
        }
        
        .footer-links a:hover {
            color: white;
            padding-left: 5px;
        }
        
        .footer-bottom {
            text-align: center;
            padding-top: 2rem;
            margin-top: 2rem;
            border-top: 1px solid #334155;
            color: #94a3b8;
            max-width: 1200px;
            margin: 2rem auto 0;
        }
        
        @keyframes pulse {
            0% {
                text-shadow: 0 0 10px rgba(109, 237, 58, 0.5);
            }
            50% {
                text-shadow: 0 0 30px rgba(100, 237, 58, 0.9);
            }
            100% {
                text-shadow: 0 0 10px rgba(64, 237, 58, 0.5);
            }
        }
        
        @media screen and (max-width: 1024px) {
            .nav-links {
                width: 70%;
            }
        }
        
        @media screen and (max-width: 768px) {
            body {
                padding-top: 60px;
            }
            
            .nav-links {
                position: absolute;
                right: 0;
                top: 60px;
                background-color: var(--primary-color);
                display: flex;
                flex-direction: column;
                align-items: center;
                width: 100%;
                transform: translateX(100%);
                transition: transform 0.5s ease-in;
                height: calc(100vh - 60px);
                padding-top: 20px;
            }
            
            .nav-links li {
                opacity: 0;
                margin: 20px 0;
            }
            
            .burger {
                display: block;
            }
            
            .hero h1 {
                font-size: 4rem;
            }
            
            .buttons {
                flex-direction: column;
                align-items: center;
            }
            
            .timeline::after {
                left: 31px;
            }
            
            .timeline-item {
                width: 100%;
                padding-left: 70px;
                padding-right: 25px;
            }
            
            .timeline-item:nth-child(even) {
                left: 0;
            }
        }
        
        .nav-active {
            transform: translateX(0%) !important;
        }
        
        @keyframes navLinkFade {
            from {
                opacity: 0;
                transform: translateX(50px);
            }
            to {
                opacity: 1;
                transform: translateX(0px);
            }
        }
        
        .toggle .line1 {
            transform: rotate(-45deg) translate(-5px, 6px);
        }
        .toggle .line2 {
            opacity: 0;
        }
        .toggle .line3 {
            transform: rotate(45deg) translate(-5px, -6px);
        }