/* CORRECCIÓN URGENTE DEL MODAL */

#modal-peticiones[aria-hidden="true"] {
    display: none !important;
}

#modal-peticiones[aria-hidden="false"],
#modal-peticiones.abierto {
    position: fixed !important;
    inset: 0 !important;
    z-index: 99999 !important;

    display: flex !important;
    align-items: center !important;
    justify-content: center !important;

    width: 100vw !important;
    height: 100dvh !important;
    padding: 16px !important;

    overflow-y: auto !important;

    background: rgba(0, 0, 0, 0.9) !important;
}

#modal-peticiones .modal-contenido {
    position: relative !important;

    display: block !important;

    width: min(100%, 520px) !important;
    max-height: calc(100dvh - 32px) !important;
    padding: 32px 20px 24px !important;

    overflow-y: auto !important;

    color: white !important;
    background: #0d0911 !important;

    border: 1px solid #ff2f7d !important;
    border-radius: 20px !important;
}

#modal-peticiones .cerrar-modal {
    position: absolute !important;
    top: 10px !important;
    right: 10px !important;
}

body.modal-abierto {
    overflow: hidden !important;
}

/* ==================================================

DJ TONY SAOCO
   CSS RESPONSIVE COMPLETO, LIMPIO Y CORREGIDO
================================================== */

:root {
    --negro: #030306;
    --negro-secundario: #09070d;

    --rosa: #ff2f7d;
    --rosa-claro: #ff4b96;

    --morado: #a63cff;
    --morado-claro: #c24dff;

    --dorado: #ffb52e;
    --naranja: #ff7a18;

    --blanco: #ffffff;
    --gris: #c8c2cc;
}


/* ==================================================
   CONFIGURACIÓN GENERAL
================================================== */

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

html {
    scroll-behavior: smooth;
    background: #111115;
}

body {
    min-width: 320px;
    min-height: 100vh;
    overflow-x: hidden;

    background: #111115;
    color: var(--blanco);

    font-family:
        "Poppins",
        Arial,
        sans-serif;
}

body.modal-abierto {
    overflow: hidden;
}

a {
    color: inherit;
    text-decoration: none;
}

img {
    display: block;
    max-width: 100%;
}

button,
input {
    font: inherit;
}

button {
    color: inherit;
}

.contenedor {
    width: 100%;
    max-width: 430px;
    min-height: 100vh;

    margin: 0 auto;

    overflow: hidden;

    background:
        radial-gradient(
            circle at 15% 20%,
            rgba(166, 60, 255, 0.08),
            transparent 28%
        ),
        radial-gradient(
            circle at 90% 10%,
            rgba(255, 47, 125, 0.08),
            transparent 30%
        ),
        var(--negro);
}


/* ==================================================
   PORTADA
================================================== */

.hero {
    position: relative;
    isolation: isolate;

    width: 100%;
    height: 560px;
    min-height: 560px;

    overflow: hidden;

    background:
        linear-gradient(
            90deg,
            rgba(3, 3, 6, 1) 0%,
            rgba(3, 3, 6, 0.96) 35%,
            rgba(3, 3, 6, 0.45) 68%,
            rgba(3, 3, 6, 0.15) 100%
        ),
        radial-gradient(
            circle at 70% 35%,
            rgba(255, 47, 125, 0.35),
            transparent 40%
        ),
        radial-gradient(
            circle at 78% 58%,
            rgba(166, 60, 255, 0.24),
            transparent 34%
        ),
        var(--negro);
}

.hero-luces {
    position: absolute;
    inset: 0;
    z-index: 0;

    pointer-events: none;

    background:
        radial-gradient(
            circle at 25% 35%,
            rgba(255, 47, 125, 0.16),
            transparent 26%
        ),
        radial-gradient(
            circle at 84% 20%,
            rgba(166, 60, 255, 0.18),
            transparent 28%
        );

    animation:
        respirarNeon 5s ease-in-out infinite;
}


/* ==================================================
   MENÚ SUPERIOR
================================================== */

.menu-superior {
    position: absolute;
    top: 26px;
    left: 22px;
    z-index: 30;

    width: 31px;
    padding: 0;

    border: 0;
    background: transparent;

    cursor: pointer;

    animation:
        aparecerSuperior 0.8s ease-out both;
}

.menu-superior span {
    display: block;

    width: 27px;
    height: 3px;

    margin: 5px 0;

    border-radius: 5px;

    background: var(--rosa);

    box-shadow:
        0 0 8px var(--rosa);
}


/* ==================================================
   LOGO SUPERIOR
================================================== */

.logo-superior {
    position: absolute;
    top: 8px;
    left: 50%;
    z-index: 30;

    width: 250px;
    height: 125px;

    display: flex;
    align-items: center;
    justify-content: center;

    transform: translateX(-50%);

    border: 0;
    background: transparent;

    filter:
drop-shadow(0 0 8px rgba(255,47,125,.9))
drop-shadow(0 0 18px rgba(255,47,125,.8))
drop-shadow(0 0 30px rgba(166,60,255,.8));

    animation:
        entradaLogo 0.9s ease-out both,
        parpadeoNeonLogo 4.2s 0.9s infinite;
}

.logo-superior img {
    width: 100%;
    height: 100%;

    object-fit: contain;
}


/* ==================================================
   ICONO MUSICAL
================================================== */

.musica-superior {
    position: absolute;
    top: 29px;
    right: 22px;
    z-index: 30;

    color: var(--rosa);
    font-size: 22px;

    text-shadow:
        0 0 10px var(--rosa);

    animation:
        aparecerSuperior 0.8s ease-out both;
}


/* ==================================================
   TEXTO PRINCIPAL
================================================== */

.texto {
    position: absolute;
    top: 130px;
    left: 26px;
    z-index: 6;

    width: 230px;

    animation:
        entradaTexto 1s ease-out both;
}

.dj {
    margin:
        0 0 -12px -3px;

    color: var(--rosa);

    font-family:
        "Brush Script MT",
        "Segoe Script",
        cursive;

    font-size: 58px;
    font-style: italic;
    font-weight: 400;
    line-height: 1;

    transform: rotate(-8deg);
    transform-origin: left center;

    text-shadow:
        0 0 8px var(--rosa),
        0 0 20px rgba(255, 47, 125, 0.82);
}

.texto h1 {
    font-size: 66px;
    font-weight: 800;
    line-height: 0.82;
    letter-spacing: -2px;
    text-transform: uppercase;
}

.texto h1 span {
    display: block;

    color: transparent;

    background:
        linear-gradient(
            180deg,
            #ff376f 0%,
            #d936b5 56%,
            #903cff 100%
        );

    -webkit-background-clip: text;
    background-clip: text;
}

.frase {
    margin-top: 25px;
    padding-bottom: 13px;

    border-bottom:
        1px solid rgba(255, 255, 255, 0.16);

    color: var(--blanco);

    font-size: 10px;
    font-weight: 600;
    letter-spacing: 1.15px;
    text-transform: uppercase;
    white-space: nowrap;
}

.frase span {
    color: var(--morado-claro);
}

.estilos {
    margin-top: 17px;

    color: var(--rosa);

    font-size: 8.5px;
    font-weight: 700;
    letter-spacing: 1.05px;
    text-transform: uppercase;
    white-space: nowrap;
}


/* ==================================================
   REDES SOCIALES
================================================== */

.redes {
    display: flex;
    gap: 11px;

    margin-top: 23px;
}

.redes a {
    position: relative;

    min-width: 103px;
    padding: 10px 7px;

    display: flex;
    align-items: center;
    justify-content: center;
    gap: 7px;

    overflow: hidden;

    border:
        1px solid var(--rosa);

    border-radius: 7px;

    background:
        rgba(8, 5, 12, 0.52);

    color: var(--blanco);

    font-size: 8px;
    font-weight: 700;
    text-transform: uppercase;

    box-shadow:
        0 0 11px rgba(255, 47, 125, 0.52),
        inset 0 0 10px rgba(255, 47, 125, 0.08);

    transition:
        transform 0.2s ease,
        filter 0.2s ease;
}

.redes a:nth-child(2) {
    border-color: var(--morado);

    box-shadow:
        0 0 11px rgba(166, 60, 255, 0.52),
        inset 0 0 10px rgba(166, 60, 255, 0.08);
}

.redes a:hover {
    transform: translateY(-2px);
    filter: brightness(1.15);
}

.redes a::before {
    content: "";

    position: absolute;
    top: 0;
    left: -120%;

    width: 55%;
    height: 100%;

    transform: skewX(-20deg);

    background:
        linear-gradient(
            90deg,
            transparent,
            rgba(255, 255, 255, 0.28),
            transparent
        );

    transition:
        left 0.55s ease;
}

.redes a:hover::before,
.redes a:active::before {
    left: 140%;
}

.redes i {
    color: var(--rosa-claro);
    font-size: 18px;
}


/* ==================================================
   FOTO PRINCIPAL

   La foto tiene z-index 10.
   El texto tiene z-index 6.
   De esta forma la cara queda delante de la última O.
================================================== */

.foto {
    position: absolute;
    inset: 0;
    z-index: 10;

    overflow: hidden;

    pointer-events: none;
}

.foto img {
    position: absolute;
    right: -88px;
    bottom: 8px;
    z-index: 1;

    width: auto;
    height: 470px;
    max-width: none;

    object-fit: contain;
    object-position: bottom right;

    filter:
        brightness(0.99)
        contrast(1.04)
        saturate(1.03)
        drop-shadow(0 0 15px rgba(255, 47, 125, 0.16))
        drop-shadow(0 0 30px rgba(166, 60, 255, 0.14));

    animation:
        entradaFoto 1.15s ease-out both;
}.foto::after{
    content:"";
    position:absolute;

    left:50%;
    bottom:-40px;

    width:260px;
    height:160px;

    transform:translateX(-50%);

    background:radial-gradient(
        ellipse,
        rgba(255,47,125,.35),
        transparent 70%
    );

    filter:blur(35px);

    z-index: index 0;
}


/* ==================================================
   LÍNEAS DE NEÓN
================================================== */

.linea-neon {
    position: absolute;
    z-index: 2;

    border:
        3px solid var(--rosa);

    transform: rotate(-16deg);

    pointer-events: none;

    box-shadow:
        0 0 12px var(--rosa),
        0 0 28px rgba(255, 47, 125, 0.55);
}

.linea-neon-1 {
    top: 85px;
    right: -52px;

    width: 160px;
    height: 360px;
}

.linea-neon-2 {
    top: 135px;
    right: -92px;

    width: 135px;
    height: 325px;

    border-color: var(--morado);

    box-shadow:
        0 0 12px var(--morado),
        0 0 28px rgba(166, 60, 255, 0.55);
}


/* ==================================================
   PARTÍCULAS
================================================== */

.particulas {
    position: absolute;
    inset: 0;
    z-index: 1;

    overflow: hidden;

    pointer-events: none;
}

.particulas span {
    position: absolute;
    bottom: 0px;

    width: 5px;
    height: 5px;

    border-radius: 50%;

    color: var(--rosa);
    background: var(--rosa);

    opacity: 0;

    box-shadow:
        0 0 8px currentColor,
        0 0 16px currentColor;

    animation:
        subirParticula 8s linear infinite;
}

.particulas span:nth-child(odd) {
    color: var(--rosa);
    background: var(--rosa);
}

.particulas span:nth-child(even) {
    color: var(--morado);
    background: var(--morado);
}

.particulas span:nth-child(3n) {
    width: 3px;
    height: 3px;
}

.particulas span:nth-child(4n) {
    width: 6px;
    height: 6px;
}

.particulas span:nth-child(5n) {
    width: 2px;
    height: 2px;
}

.particulas span:nth-child(1) {
    left: 4%;
    animation-delay: 0s;
    animation-duration: 7s;
}

.particulas span:nth-child(2) {
    left: 9%;
    animation-delay: 1s;
    animation-duration: 9s;
}

.particulas span:nth-child(3) {
    left: 14%;
    animation-delay: 3s;
    animation-duration: 8s;
}

.particulas span:nth-child(4) {
    left: 19%;
    animation-delay: 2s;
    animation-duration: 10s;
}

.particulas span:nth-child(5) {
    left: 24%;
    animation-delay: 5s;
    animation-duration: 7.5s;
}

.particulas span:nth-child(6) {
    left: 29%;
    animation-delay: 1.5s;
    animation-duration: 9.5s;
}

.particulas span:nth-child(7) {
    left: 34%;
    animation-delay: 4s;
    animation-duration: 8.5s;
}

.particulas span:nth-child(8) {
    left: 39%;
    animation-delay: 0.5s;
    animation-duration: 10.5s;
}

.particulas span:nth-child(9) {
    left: 44%;
    animation-delay: 6s;
    animation-duration: 8s;
}

.particulas span:nth-child(10) {
    left: 49%;
    animation-delay: 2.5s;
    animation-duration: 9s;
}

.particulas span:nth-child(11) {
    left: 54%;
    animation-delay: 5.5s;
    animation-duration: 7s;
}

.particulas span:nth-child(12) {
    left: 59%;
    animation-delay: 1.2s;
    animation-duration: 10s;
}

.particulas span:nth-child(13) {
    left: 64%;
    animation-delay: 4.4s;
    animation-duration: 8.5s;
}

.particulas span:nth-child(14) {
    left: 69%;
    animation-delay: 0.8s;
    animation-duration: 9.2s;
}

.particulas span:nth-child(15) {
    left: 74%;
    animation-delay: 3.7s;
    animation-duration: 7.8s;
}

.particulas span:nth-child(16) {
    left: 79%;
    animation-delay: 2.2s;
    animation-duration: 10.2s;
}

.particulas span:nth-child(17) {
    left: 84%;
    animation-delay: 5.8s;
    animation-duration: 8.2s;
}

.particulas span:nth-child(18) {
    left: 89%;
    animation-delay: 1.8s;
    animation-duration: 9.8s;
}

.particulas span:nth-child(19) {
    left: 94%;
    animation-delay: 4.8s;
    animation-duration: 7.4s;
}

.particulas span:nth-child(20) {
    left: 7%;
    animation-delay: 6.4s;
    animation-duration: 10.4s;
}

.particulas span:nth-child(21) {
    left: 17%;
    animation-delay: 0.3s;
    animation-duration: 8.4s;
}

.particulas span:nth-child(22) {
    left: 27%;
    animation-delay: 2.8s;
    animation-duration: 9.4s;
}

.particulas span:nth-child(23) {
    left: 37%;
    animation-delay: 5.2s;
    animation-duration: 7.2s;
}

.particulas span:nth-child(24) {
    left: 47%;
    animation-delay: 1.1s;
    animation-duration: 10.1s;
}

.particulas span:nth-child(25) {
    left: 57%;
    animation-delay: 3.4s;
    animation-duration: 8.1s;
}

.particulas span:nth-child(26) {
    left: 67%;
    animation-delay: 6.1s;
    animation-duration: 9.1s;
}

.particulas span:nth-child(27) {
    left: 77%;
    animation-delay: 2.1s;
    animation-duration: 7.6s;
}

.particulas span:nth-child(28) {
    left: 87%;
    animation-delay: 4.1s;
    animation-duration: 10.6s;
}

.particulas span:nth-child(29) {
    left: 97%;
    animation-delay: 0.9s;
    animation-duration: 8.7s;
}

.particulas span:nth-child(30) {
    left: 52%;
    animation-delay: 5.9s;
    animation-duration: 9.7s;
}.particulas::after{
    content:"";
    position:absolute;
    left:0;
    right:0;
    bottom:0;
    height:120px;

    background:
        linear-gradient(
            to top,
            rgba(255,47,125,.18),
            transparent
        );

    pointer-events:none;
}
/* ==================================================
   REDES SOCIALES DESTACADAS
================================================== */

.redes-destacadas {
    width: calc(100% - 30px);
    margin: 18px 15px 0;

    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 10px;
}

.red-social-destacada {
    min-height: 105px;

    display: flex;
    align-items: center;

    gap: 18px;

    padding: 20px;

    border-radius: 18px;

    overflow: hidden;
    position: relative;

    transition: all .30s ease;
}

.red-social-destacada:hover {
    transform: translateY(-5px) scale(1.02);

    box-shadow:
        0 0 28px rgba(255,47,125,.35);

    filter: brightness(1.08);
}

.instagram-destacado {
    border-color: var(--rosa);
}

.tiktok-destacado {
    border-color: var(--morado);

    background:
        radial-gradient(circle at 20% 50%, rgba(166,60,255,.18), transparent 48%),
        rgba(8,5,12,.95);
}

.red-social-destacada i {
    font-size: 30px;
    flex-shrink: 0;
}

.instagram-destacado i {
    color: var(--rosa);
}

.tiktok-destacado i {
    color: var(--morado-claro);
}

.texto-red-destacada {
    display: flex;
    flex-direction: column;
    line-height: 1.2;
}

.texto-red-destacada strong {
    font-size: 13px;
    font-weight: 800;
    color: var(--blanco);
}

.texto-red-destacada span {
    margin-top: 4px;
    font-size: 7px;
    color: var(--gris);
    letter-spacing: 0.6px;
}

.red-social-destacada::before {
    content: "";
    position: absolute;

    top: 0;
    left: -120%;

    width: 60%;
    height: 100%;

    transform: skewX(-25deg);

    background: linear-gradient(
        90deg,
        transparent,
        rgba(255, 255, 255, 0.15),
        transparent
    );

    pointer-events: none;
    transition: left 0.7s ease;
}

.red-social-destacada:hover::before {
    left: 160%;
}
/* ==================================================
   INVITA UNA CERVEZA AL DJ
================================================== */

.cerveza-dj {
    width: calc(100% - 30px);
    min-height: 112px;

    margin:
        12px 15px 0;

    padding: 16px;

    display: grid;
    grid-template-columns:
        58px minmax(0, 1fr) 42px;

    align-items: center;
    gap: 9px;

    border:
        1px solid var(--dorado);

    border-left-color:
        var(--naranja);

    border-radius: 12px;

    background:
        radial-gradient(
            circle at 15% 50%,
            rgba(255, 181, 46, 0.18),
            transparent 38%
        ),
        radial-gradient(
            circle at 88% 50%,
            rgba(255, 122, 24, 0.15),
            transparent 38%
        ),
        rgba(10, 7, 5, 0.95);

    box-shadow:
        0 0 12px rgba(255, 181, 46, 0.28),
        inset 0 0 18px rgba(255, 122, 24, 0.08);

    transition:
        transform 0.2s ease,
        filter 0.2s ease,
        opacity 0.8s ease;
}

.cerveza-dj:hover {
    transform: translateY(-2px);
    filter: brightness(1.12);
}

.icono-cerveza {
    display: grid;
    place-items: center;
}

.icono-cerveza i {
    color: var(--dorado);
    font-size: 40px;

    text-shadow:
        0 0 8px rgba(255, 181, 46, 0.95),
        0 0 16px rgba(255, 122, 24, 0.75);
}

.contenido-cerveza {
    min-width: 0;
}

.contenido-cerveza h2 {
    color: transparent;

    background:
        linear-gradient(
            90deg,
            #ffd36a,
            #ff9f1c
        );

    -webkit-background-clip: text;
    background-clip: text;

    font-size:
        clamp(17px, 4.7vw, 23px);

    font-weight: 800;
    line-height: 1.08;
    text-transform: uppercase;

    overflow-wrap: normal;
    word-break: normal;
}

.contenido-cerveza p {
    margin-top: 7px;

    color: #e8ded1;

    font-size: 8px;
    font-weight: 600;
    line-height: 1.35;
    letter-spacing: 0.7px;
    text-transform: uppercase;
}

.flecha-cerveza {
    width: 40px;
    height: 40px;

    display: grid;
    place-items: center;

    border:
        2px solid var(--dorado);

    border-radius: 50%;

    color: var(--dorado);
    font-size: 18px;

    box-shadow:
        0 0 11px rgba(255, 181, 46, 0.9),
        inset 0 0 10px rgba(255, 122, 24, 0.12);
}


/* ==================================================
   PIDE TU CANCIÓN Y CONTRATACIONES
================================================== */

.peticiones,
.contrataciones {
    width: calc(100% - 30px);
    min-height: 112px;

    margin:
        18px 15px 24px;

    padding: 16px;

    display: grid;
    grid-template-columns:
        58px minmax(0, 1fr) 42px;

    align-items: center;
    gap: 9px;

    border:
        1px solid var(--rosa);

    border-left-color:
        var(--morado);

    border-radius: 12px;

    background:
        radial-gradient(
            circle at 15% 50%,
            rgba(166, 60, 255, 0.14),
            transparent 35%
        ),
        radial-gradient(
            circle at 87% 50%,
            rgba(255, 47, 125, 0.12),
            transparent 35%
        ),
        rgba(8, 5, 12, 0.94);

    box-shadow:
        0 0 10px rgba(255, 47, 125, 0.24),
        inset 0 0 16px rgba(166, 60, 255, 0.07);

    transition:
        transform 0.2s ease,
        filter 0.2s ease,
        opacity 0.8s ease;
}

button.peticiones {
    color: inherit;
    font-family: inherit;
    text-align: left;
    cursor: pointer;
}

.peticiones:hover,
.contrataciones:hover {
    transform: translateY(-2px);
    filter: brightness(1.12);
}

.peticiones .contenido,
.contrataciones .contenido {
    min-width: 0;
}

.icono {
    display: grid;
    place-items: center;
}

.icono i {
    color: var(--rosa);
    font-size: 40px;

    text-shadow:
        0 0 8px var(--rosa),
        0 0 15px var(--morado);
}

.contenido h2 {
    color: transparent;

    background:
        linear-gradient(
            90deg,
            var(--morado-claro),
            var(--rosa)
        );

    -webkit-background-clip: text;
    background-clip: text;

    font-size:
        clamp(19px, 5.5vw, 25px);

    font-weight: 800;
    line-height: 1.05;
    text-transform: uppercase;

    overflow-wrap: normal;
    word-break: normal;
}

.contenido p {
    margin-top: 7px;

    color: #ddd8e1;

    font-size: 8px;
    font-weight: 600;
    line-height: 1.35;
    letter-spacing: 0.8px;
    text-transform: uppercase;
}

.flecha {
    width: 40px;
    height: 40px;

    display: grid;
    place-items: center;

    border:
        2px solid var(--rosa);

    border-radius: 50%;

    color: var(--rosa);
    font-size: 18px;

    box-shadow:
        0 0 11px var(--rosa),
        inset 0 0 10px rgba(255, 47, 125, 0.12);
}


/* ==================================================
   TÍTULO DE EVENTOS
================================================== */

.titulo-seccion {
    width: 100%;

    padding:
        22px 15px 0;
}

.titulo-seccion h3 {
    margin-bottom: 16px;

    color: var(--blanco);

    font-size: 18px;
    font-weight: 700;
    letter-spacing: 1.3px;
    text-transform: uppercase;
}

.titulo-seccion h3 span {
    color: var(--rosa);
}


/* ==================================================
   EVENTO PRINCIPAL
================================================== */

.evento {
    width: calc(100% - 30px);
    min-height: 250px;

    margin:
        0 15px 0px;

    display: grid;
    grid-template-columns:
        48% 52%;

    overflow: hidden;

    border:
        1px solid rgba(255, 47, 125, 0.55);

    border-radius: 10px;

    background: #0b0710;

    transition:
        opacity 0.8s ease,
        transform 0.8s ease;
}


/* ==================================================
   IMAGEN / LOGO DEL EVENTO
================================================== */

.evento-imagen {
    min-width: 0;
    min-height: 250px;

    display: flex;
    align-items: center;
    justify-content: center;

    overflow: hidden;

    padding: 18px;

    background:
        radial-gradient(
            circle at 50% 50%,
            rgba(255, 47, 125, 0.20),
            transparent 62%
        ),
        #000000;
}

.evento-imagen img {
    width: 100%;
    height: 100%;

    max-width: 100%;
    max-height: 100%;

    object-fit: contain;
    object-position: center;

    filter:
        drop-shadow(
            0 0 12px
            rgba(255, 47, 125, 0.22)
        );
}
.evento-info {
    min-width: 0;

    padding:
        24px 14px;

    display: flex;
    flex-direction: column;
    justify-content: center;
}

.etiqueta {
    align-self: flex-start;

    display: inline-block;

    padding:
        5px 8px;

    border:
        1px solid var(--rosa);

    border-radius: 6px;

    color: var(--rosa-claro);

    font-size: 7px;
    font-weight: 700;
    text-transform: uppercase;
}

.evento-info h2 {
    margin:
        16px 0;

    color: var(--blanco);

    font-size:
        clamp(22px, 6vw, 28px);

    font-weight: 800;
    line-height: 1;
    text-transform: uppercase;

    overflow-wrap: anywhere;
}

.evento-info p {
    margin:
        9px 0;

    display: flex;
    align-items: center;

    color: #dcd7e0;

    font-size: 9px;
    font-weight: 600;
    line-height: 1.3;
}

.evento-info p i {
    flex:
        0 0 17px;

    margin-right: 5px;

    color: var(--rosa);
    font-size: 14px;
}

.puntos-evento {
    display: flex;
    gap: 7px;

    margin-top: 16px;
}

.puntos-evento span {
    width: 7px;
    height: 7px;

    border-radius: 50%;

    background: #56305e;
}

.puntos-evento .activo {
    background: var(--rosa);

    box-shadow:
        0 0 7px var(--rosa);
}


/* ==================================================
   MENÚ DE SECCIONES
================================================== */

.menu-grid {
    width: 100%;

    padding:
        0 15px;

    display: grid;
    grid-template-columns:
        repeat(4, minmax(0, 1fr));

    gap: 7px;
}

.menu-grid a {
    min-width: 0;
    min-height: 100px;

    padding:
        12px 4px;

    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;

    gap: 11px;

    border:
        1px solid var(--morado);

    border-radius: 9px;

    background:
        radial-gradient(
            circle at 50% 25%,
            rgba(166, 60, 255, 0.12),
            transparent 50%
        ),
        var(--negro-secundario);

    text-align: center;

    box-shadow:
        inset 0 0 13px rgba(166, 60, 255, 0.07);

    transition:
        transform 0.2s ease,
        filter 0.2s ease,
        opacity 0.8s ease;
}

.menu-grid a:hover {
    transform: translateY(-2px);
    filter: brightness(1.15);
}

.menu-grid i {
    color: var(--rosa-claro);
    font-size: 26px;

    text-shadow:
        0 0 8px var(--rosa),
        0 0 13px var(--morado);
}

.menu-grid a:nth-child(even) i {
    color: var(--morado-claro);
}

.menu-grid span {
    color: var(--blanco);

    font-size: 6.5px;
    font-weight: 700;
    line-height: 1.2;
    letter-spacing: 0.45px;
    text-transform: uppercase;
}
/* ==================================================
   CORRECCIÓN DEL MODAL DE PETICIONES
================================================== */

.modal-peticiones {
    position: fixed;
    inset: 0;
    z-index: 9999;

    display: none;
    align-items: center;
    justify-content: center;

    width: 100%;
    min-height: 100dvh;
    padding: 20px;

    overflow-y: auto;

    background: rgba(3, 3, 6, 0.88);
    backdrop-filter: blur(8px);
    -webkit-backdrop-filter: blur(8px);
}

/* Modal abierto mediante aria-hidden */

.modal-peticiones[aria-hidden="false"] {
    display: flex;
}

/* Compatibilidad por si JavaScript utiliza una clase */

.modal-peticiones.activo,
.modal-peticiones.activa,
.modal-peticiones.abierto {
    display: flex;
}

.modal-contenido {
    position: relative;

    width: min(100%, 520px);
    max-height: calc(100dvh - 40px);
    overflow-y: auto;

    padding: 32px 22px 24px;

    color: #ffffff;

    border: 1px solid #ff2f7d;
    border-radius: 20px;

    background:
        radial-gradient(
            circle at top,
            rgba(166, 60, 255, 0.18),
            transparent 40%
        ),
        #0d0911;

    box-shadow:
        0 0 22px rgba(255, 47, 125, 0.35),
        0 0 45px rgba(166, 60, 255, 0.18);
}

.cerrar-modal {
    position: absolute;
    top: 12px;
    right: 12px;

    width: 40px;
    height: 40px;

    display: grid;
    place-items: center;

    color: #ffffff;
    font-size: 22px;

    border: 1px solid rgba(255, 255, 255, 0.25);
    border-radius: 50%;

    background: rgba(255, 255, 255, 0.08);
    cursor: pointer;
}

.modal-icono {
    margin-bottom: 12px;

    color: #ff2f7d;
    font-size: 34px;
    text-align: center;

    filter: drop-shadow(0 0 10px rgba(255, 47, 125, 0.8));
}

.modal-contenido h2 {
    margin: 0 0 6px;

    font-size: clamp(27px, 8vw, 38px);
    line-height: 1.1;
    text-align: center;
}

.modal-subtitulo {
    margin: 0 0 24px;

    color: #c8c2cc;
    text-align: center;
}

#formulario-peticiones {
    display: grid;
    gap: 8px;
}

#formulario-peticiones label {
    margin-top: 8px;

    color: #ffffff;
    font-size: 14px;
    font-weight: 600;
}

#formulario-peticiones input {
    width: 100%;
    min-width: 0;
    height: 48px;

    padding: 0 14px;

    color: #111111;
    font: inherit;

    border: 0;
    border-radius: 10px;

    background: #ffffff;
}

.enviar-peticion {
    width: 100%;
    min-height: 50px;
    margin-top: 16px;

    color: #ffffff;
    font: inherit;
    font-weight: 700;

    border: 0;
    border-radius: 12px;

    background: #16a34a;
    cursor: pointer;
}

.aviso-peticion {
    margin: 18px 0 0;

    color: #bdb7c2;
    font-size: 12px;
    line-height: 1.5;
    text-align: center;
}

/* Evita que el fondo se desplace con el modal abierto */

body.modal-abierto {
    overflow: hidden;
}

@media (max-width: 480px) {

    .modal-peticiones {
        align-items: flex-end;
        padding: 12px;
    }

    .modal-contenido {
        width: 100%;
        max-height: calc(100dvh - 24px);
        padding: 30px 18px 22px;
        border-radius: 20px;
    }
}