:root {
            --primary: #e49a10; /* Verde campo neón */
            --secondary: #6100ff; /* Púrpura gaming */
            --tertiary: #ec3588;
            --bg-dark: #040216;
            --bg-light: #fff;
            --text-light: #ffffff;
            --text-dark: #040216;
            --card-bg: rgba(234, 229, 239, 0.601);
            --transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
        }

        * {
            margin: 0;
            padding: 0;
            box-sizing: border-box;
        }

        body {
            font-family: 'Inter', sans-serif;
            background-color: var(--bg-light);
            color: var(--text-light);
            overflow-x: hidden;
            line-height: 1.6;
        }

        h1, h2, h3, .logo {
            font-family: 'Rajdhani', sans-serif;
            text-transform: uppercase;
            font-weight: 700;
        }

        /* --- Animaciones de Entrada --- */
        .reveal {
            opacity: 0;
            transform: translateY(30px);
            transition: all 0.8s ease-out;
        }

        .reveal.active {
            opacity: 1;
            transform: translateY(0);
        }

        /* --- Header / Logo --- */
        header {
            width: 100%;
            padding: 32px;
            background: var(--bg-dark);
            display: flex;
            justify-content: center;
            position: relative;
        }

        .logo {
            display: inline-block;
        }

        /* --- Hero Banner (AJUSTADO A 720PX) --- */
        .hero {
            height: 630px; /* Altura ajustada */
            width: 100%;
            background: linear-gradient(rgba(0,0,0,0.3), rgba(0, 0, 0, 0)), url('https://www.cyberpuerta.mx/out/marketing/2026/glory-arena/BG.jpg') center/cover;
            display: flex;
            flex-direction: column;
            justify-content: center;
            align-items: center;
            text-align: center;
            padding: 0 20px;
        }

        .hero h1 {
            font-size: clamp(3rem, 10vw, 6rem);
            line-height: 1;
            margin-bottom: 20px;
        }

        .btn-glitch {
            padding: 15px 40px;
            background: var(--tertiary);
            color: white;
            text-decoration: none;
            font-weight: bold;
            text-transform: uppercase;
            border-radius: 0;
            position: relative;
            transition: var(--transition);
            clip-path: polygon(10% 0, 100% 0, 90% 100%, 0% 100%);
            display: inline-block;
            border: none;
            cursor: pointer;
        }

        .btn-glitch:hover {
            transform: scale(1.1);
            background: var(--text-light);
            box-shadow: 0 0 20px var(--primary);
            color: black;
        }

        /* --- Sección Intro --- */
        .intro {
            padding: 64px 5%;
            text-align: center;
            max-width: 900px;
            margin: 0 auto;
        }

        .intro h1 { font-size: 3rem; color: var(--secondary); margin-bottom: 20px; }
        .intro p { font-size: 1rem; margin-bottom: 40px; color: var(--text-dark); }

        /* --- Parallax Section --- */
        .parallax-fixed {
            height: 360px;
            background: url('https://www.cyberpuerta.mx/out/marketing/2026/glory-arena/GLORY-ARENA-BG.jpg') left/cover;
            background-attachment: fixed;
            display: flex;
            justify-content: center;
            align-items: center;
            position: relative;
        }

        .parallax-fixed-b {
            height: 360px;
            background: url('https://www.cyberpuerta.mx/out/marketing/2026/glory-arena/BG.jpg') left/cover;
            background-attachment: fixed;
            display: flex;
            justify-content: center;
            align-items: center;
            position: relative;
        }

        .parallax-fixed .game-logo {
            width: 250px;
            height: 250px;
            display: flex;
            justify-content: center;
            align-items: center;
            font-weight: 900;
            color: black;

        }

        /* --- Prizes --- */
        .prizes {
            padding: 64px 5%;
            background: var(--bg-light);
            text-align: center;
        }

        .prizes-grid {
            display: grid;
            grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
            gap: 30px;
        }

        .prize-card {
            color: var(--text-dark);
            padding: 40px;
            border-top: 4px solid var(--primary);
            transition: var(--transition);
        }

        .prize-card:hover { transform: translateY(-10px); }

        /* --- Premium Sponsors --- */
        .sponsors-premium {
            padding: 64px 5%;
            background: var(--bg-dark);
            color: white;
            text-align: center;
        }

        .premium-grid {
            display: grid;
            grid-template-columns: repeat(auto-fit, minmax(320px, 1fr));
            gap: 30px;
            margin-top: 40px;
        }

        .sponsor-card {
            background: var(--secondary);
            padding: 32px 45px;
            border-radius: 15px;
            text-align: center;
            display: flex;
            flex-direction: column;
            align-items: center;
            justify-content: space-between;
        }

        .sponsor-card:hover{
            background: rgba(98, 0, 255, 0.8);
        }

        .sponsor-logo-placeholder {
            width: 250px;
            height: 100px;
            margin-bottom: 25px;
            border-radius: 8px;
        }

        .sponsor-card h2 { margin-bottom: 15px; }
        .sponsor-card p { flex-grow: 1; opacity: 0.9; }

        /* --- Basic Sponsors --- */
        .logo-small{
            color: var(--text-dark);

        }

        .sponsors-basic {
            display: flex;
            justify-content: center;
            flex-wrap: wrap;
            gap: 32px;
        }

        /* --- Full Width Image --- */
        .full-img-container { width: 100%; overflow: hidden; }
        .full-img {
            width: 100%;
            height: 500px;
            object-fit: cover;
            display: block;
        }

        /* --- Rules Section --- */
        .rules {
            padding: 64px 10%;
            background: #111;
        }

        .rules-content {
            display: grid;
            grid-template-columns: 1fr 1fr;
            gap: 50px;
        }

        /* --- Final CTA Area --- */
        .final-cta {
            height: 630px;
            background: linear-gradient(rgba(38, 0, 255, 0.5), rgba(0,0,0,0.8)), url('https://www.cyberpuerta.mx/out/marketing/2026/glory-arena/BG.jpg') center/cover;
            display: flex;
            flex-direction: column;
            justify-content: center;
            align-items: center;
            text-align: center;
        }

        /* --- FAQ Accordion --- */
        .faq {
            padding: 64px 20%;
        }

        .faq-item {
            margin-bottom: 10px;
            border-bottom: 1px solid #333;
        }

        .faq-question {
            width: 100%;
            padding: 20px;
            background: none;
            border: none;
            color: var(--text-dark);
            text-align: left;
            font-size: 1.2rem;
            cursor: pointer;
            display: flex;
            justify-content: space-between;
        }

        .faq-answer {
            max-height: 0;
            overflow: hidden;
            transition: max-height 0.3s ease;
            padding: 0 20px;
            color: var(--text-dark);
        }

        .section-footer {
            width: 100%;
            padding: 32px;
            background: var(--bg-dark);
            display: flex;
            justify-content: center;
            position: relative;
        }

        @media (max-width: 768px) {
            .hero {
                height: 500px; /* Altura más adecuada para móviles */
            }
            .rules-content { grid-template-columns: 1fr; }
            .faq { padding: 100px 5%; }
            .premium-grid { grid-template-columns: 1fr; }
        }

        /* Definimos la animación de 0 a 360 grados */
        @keyframes girar {
        from {
            transform: rotate(0deg);
        }
        to {
            transform: rotate(360deg);
        }
        }

        /* Aplicamos la animación al elemento */
        .elemento-giratorio {
        /*
            - girar: nombre del keyframe
            - 5s: duración del giro
            - linear: velocidad constante
            - infinite: hace que nunca pare
        */
        animation: girar 5s linear infinite;

        /* Opcional: Para asegurar que gire sobre su propio centro */
        display: inline-block;
        }