.elementor-14426 .elementor-element.elementor-element-15be9b5e{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;}.elementor-14426 .elementor-element.elementor-element-3ff18e1f{--display:flex;--padding-top:30px;--padding-bottom:30px;--padding-left:30px;--padding-right:30px;}.elementor-14426 .elementor-element.elementor-element-12560b84{--display:flex;}.elementor-14426 .elementor-element.elementor-element-4b13f1a1{--display:flex;}.elementor-14426 .elementor-element.elementor-element-31debe8d{--display:flex;}.elementor-14426 .elementor-element.elementor-element-f8cfac6{--display:flex;}.elementor-14426 .elementor-element.elementor-element-219e3847{--display:flex;}.elementor-14426 .elementor-element.elementor-element-28536c74{--display:flex;--flex-direction:row;--container-widget-width:initial;--container-widget-height:100%;--container-widget-flex-grow:1;--container-widget-align-self:stretch;--flex-wrap-mobile:wrap;}.elementor-14426 .elementor-element.elementor-element-3a47d373{--display:flex;}.elementor-14426 .elementor-element.elementor-element-5ae221e6{--display:flex;}.elementor-14426 .elementor-element.elementor-element-190287a0{--display:flex;}/* Start custom CSS *//* ============================================
   §6. FICHA FIESTA — Página de categoría
   ============================================ */

/* ---------- BASE ---------- */
.tax-product_cat body,
.ficha-fiesta {
    background: #0a0818;
    color: #f5f1e8;
}

/* ---------- TÍTULOS DE SECCIÓN GENÉRICOS ---------- */
.ficha-section__title {
    font-family: 'Unbounded', sans-serif !important;
    font-weight: 700 !important;
    font-size: clamp(14px, 2.4vw, 23px) !important;
    letter-spacing: -0.03em !important;
    line-height: 1.05 !important;
    color: #f5f1e8 !important;
    margin-bottom: 36px !important;
}

.ficha-entradas .ficha-section__title,
.ficha-pistas .ficha-section__title,
.ficha-lineup .ficha-section__title,
.ficha-faq .ficha-section__title {
    text-align: center !important;
    width: 100%;
}

/* ---------- HERO — CONTAINER PRINCIPAL ---------- */

/* Fondo festival en todo el bloque ficha */
.ficha-fiesta.e-con {
    background:
        radial-gradient(ellipse 80% 50% at 60% 40%, rgba(120,40,180,0.35) 0%, transparent 65%),
        radial-gradient(ellipse 60% 40% at 80% 80%, rgba(255,77,126,0.2) 0%, transparent 60%),
        linear-gradient(160deg, #020818 0%, #1a0520 100%) !important;
    gap: 0 !important;
}

/* Container del hero con luces neón animadas */
.ficha-fiesta > .elementor-element-50072c2.e-con {
    min-height: 380px !important;
    position: relative !important;
    overflow: hidden !important;
    padding: 80px max(40px, calc((100vw - 1440px) / 2)) 80px !important;
    margin-bottom: 0 !important;
    align-items: center !important;
    justify-content: center !important;
    background:
        radial-gradient(ellipse 60% 70% at 30% 50%, rgba(120,40,200,0.4) 0%, transparent 65%),
        radial-gradient(ellipse 50% 60% at 75% 40%, rgba(255,77,126,0.25) 0%, transparent 60%),
        radial-gradient(ellipse 40% 50% at 90% 80%, rgba(0,229,255,0.15) 0%, transparent 55%),
        linear-gradient(160deg, #020818 0%, #0d0420 100%) !important;
}

/* Luz neón magenta arriba derecha */
.ficha-fiesta > .elementor-element-50072c2.e-con::before {
    content: '';
    position: absolute;
    width: 300px;
    height: 300px;
    border-radius: 50%;
    background: radial-gradient(circle, rgba(255,77,126,0.3) 0%, transparent 70%);
    top: -80px;
    right: 15%;
    animation: ficha-neon-pulse 4s ease-in-out infinite;
    pointer-events: none;
}

/* Luz neón cyan abajo izquierda */
.ficha-fiesta > .elementor-element-50072c2.e-con::after {
    content: '';
    position: absolute;
    width: 250px;
    height: 250px;
    border-radius: 50%;
    background: radial-gradient(circle, rgba(0,229,255,0.2) 0%, transparent 70%);
    bottom: -60px;
    left: 10%;
    animation: ficha-neon-pulse 5s ease-in-out 1.5s infinite;
    pointer-events: none;
}

@keyframes ficha-neon-pulse {
    0%, 100% { transform: scale(1);   opacity: 0.6; }
    50%       { transform: scale(1.3); opacity: 1;   }
}

/* ---------- HERO — CONTENIDO ---------- */
.ficha-hero__content.e-con {
    background: transparent !important;
    flex-direction: column !important;
    align-items: center !important;
    text-align: center !important;
    max-width: 700px !important;
    margin: 0 auto !important;
    gap: 12px !important;
    position: relative !important;
    z-index: 2 !important;
}

/* Fecha — pill magenta */
.ficha-hero__fecha {
    display: inline-block !important;
    background: rgba(255,77,126,0.12) !important;
    border: 1px solid rgba(255,77,126,0.4) !important;
    color: #ff4d7e !important;
    font-size: 11px !important;
    font-family: 'Unbounded', sans-serif !important;
    font-weight: 600 !important;
    letter-spacing: 0.12em !important;
    text-transform: uppercase !important;
    padding: 5px 16px !important;
    border-radius: 999px !important;
}

/* Título — una línea, neón */
.ficha-hero__titulo .elementor-heading-title {
    font-family: 'Unbounded', sans-serif !important;
    font-weight: 700 !important;
    font-size: clamp(20px, 3.5vw, 48px) !important;
    line-height: 1.05 !important;
    letter-spacing: -0.04em !important;
    color: #f5f1e8 !important;
    text-shadow: 0 0 40px rgba(255,77,126,0.3) !important;
    white-space: nowrap !important;
    margin: 0 !important;
}

/* Descripción */
.ficha-hero__desc {
    font-size: 16px !important;
    color: #a8a2c0 !important;
    margin: 0 !important;
}

/* Lugar */
.ficha-hero__lugar {
    font-size: 13px !important;
    color: #6b6480 !important;
    margin: 0 !important;
    display: flex !important;
    flex-wrap: wrap !important;
    gap: 10px !important;
}

.ficha-hero__lugar .elementor-widget-container {
    display: inline-flex;
    align-items: center;
    padding: 8px 14px;
    background: rgba(10,8,24,0.55);
    border: 1px solid rgba(255,255,255,0.14);
    border-radius: 999px;
    font-size: 13px !important;
    font-weight: 500 !important;
    color: #f5f1e8 !important;
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
}

/* Botón CTA */
.ficha-hero__cta .elementor-button {
    background: #ff4d7e !important;
    color: #1a0511 !important;
    border-radius: 999px !important;
    font-family: 'Unbounded', sans-serif !important;
    font-size: 13px !important;
    font-weight: 700 !important;
    padding: 18px 30px !important;
    text-transform: uppercase !important;
    letter-spacing: 0.1em !important;
    box-shadow: 0 8px 24px rgba(255,77,126,0.45) !important;
    transition: transform 0.2s ease, box-shadow 0.2s ease !important;
    margin-top: 8px !important;
}

.ficha-hero__cta .elementor-button:hover {
    transform: translateY(-2px) !important;
    box-shadow: 0 12px 32px rgba(255,77,126,0.6) !important;
}

/* ---------- INFO BAR ---------- */
.ficha-info-bar {
    background: #13102a;
    border-top: 1px solid rgba(245,241,232,0.12);
    border-bottom: 1px solid rgba(245,241,232,0.12);
}

.ficha-info-bar .e-con-inner,
.ficha-info-bar > .elementor-container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 28px 24px;
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
    justify-content: space-between;
}

/* ---------- DETALLE — DESCRIPCIÓN + VIDEO + CARTEL ---------- */
.ficha-detalle__grid {
    display: grid;
    grid-template-columns: 1.6fr 1fr;
    gap: 40px;
    max-width: 1200px;
    margin: 60px auto;
    padding: 0 24px;
    align-items: start;
}

.ficha-detalle__main {
    display: flex;
    flex-direction: column;
    gap: 30px;
}

.ficha-detalle__desc {
    color: #a8a2c0;
    line-height: 1.8;
    font-size: 16px;
}

.ficha-detalle__video {
    width: 100%;
    border-radius: 20px;
    overflow: hidden;
    border: 1px solid rgba(245,241,232,0.1);
    line-height: 0;
}

.ficha-detalle__video video {
    width: 100%;
    height: auto;
    display: block;
    aspect-ratio: 16/9;
    object-fit: cover;
}

.ficha-detalle__cartel {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.ficha-detalle__cartel img {
    width: 100%;
    border-radius: 12px;
    display: block;
    transition: transform 0.3s ease;
}

.ficha-detalle__cartel:hover img {
    transform: scale(1.03);
}

/* Botón zoom cartel */
.cartel-zoom-btn {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    margin-top: 12px;
    padding: 10px 20px;
    background: rgba(255,255,255,0.06);
    border: 1px solid rgba(245,241,232,0.15);
    border-radius: 999px;
    color: #a8a2c0;
    font-size: 13px;
    font-family: 'Unbounded', sans-serif;
    font-weight: 500;
    letter-spacing: 0.05em;
    cursor: pointer;
    transition: background 0.2s, border-color 0.2s, color 0.2s;
}

.cartel-zoom-btn:hover {
    background: rgba(255,77,126,0.1);
    border-color: rgba(255,77,126,0.4);
    color: #ff4d7e;
}

/* Lightbox cartel */
.cartel-lightbox {
    position: fixed;
    inset: 0;
    background: rgba(2,8,24,0.92);
    z-index: 99999;
    display: flex;
    align-items: center;
    justify-content: center;
    opacity: 0;
    pointer-events: none;
    transition: opacity 0.25s ease;
    backdrop-filter: blur(6px);
}

.cartel-lightbox.active {
    opacity: 1;
    pointer-events: all;
}

.cartel-lightbox__inner {
    position: relative;
    max-width: min(480px, 90vw);
    max-height: 90vh;
}

.cartel-lightbox__inner img {
    width: 100%;
    height: auto;
    max-height: 85vh;
    object-fit: contain;
    border-radius: 12px;
    display: block;
    box-shadow: 0 20px 60px rgba(0,0,0,0.6);
}

.cartel-lightbox__close {
    position: absolute;
    top: -14px;
    right: -14px;
    width: 32px;
    height: 32px;
    border-radius: 50%;
    background: #ff4d7e;
    border: none;
    color: #fff;
    font-size: 14px;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    line-height: 1;
    transition: background 0.2s;
}

.cartel-lightbox__close:hover { background: #e0365f; }

/* ---------- ENTRADAS ---------- */
.ficha-entradas.e-con {
    padding-top: 60px !important;
    padding-bottom: 60px !important;
}

.ficha-entradas__grid {
    display: flex !important;
    flex-direction: column !important;
    gap: 24px !important;
    max-width: 800px !important;
    margin: 0 auto !important;
}

.ficha-entrada {
    background: #13102a;
    border: 1px solid rgba(245,241,232,0.12);
    border-radius: 20px;
    padding: 30px;
    display: flex;
    flex-direction: column;
    position: relative;
    transition: all 0.3s ease;
}

.ficha-entrada:hover {
    border-color: rgba(255,77,126,0.4);
    transform: translateY(-2px);
}

.ficha-entrada__head {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 20px;
    margin-bottom: 15px;
    width: 100%;
}

.ficha-entrada__nombre {
    font-family: 'Unbounded', sans-serif !important;
    font-weight: 700 !important;
    font-size: clamp(16px, 2vw, 20px) !important;
    line-height: 1.2 !important;
    color: #f5f1e8 !important;
    margin: 0 !important;
    flex: 1;
}

.ficha-entrada__precio {
    font-family: 'Unbounded', sans-serif !important;
    font-weight: 700 !important;
    font-size: 26px !important;
    color: #f5f1e8 !important;
    line-height: 1 !important;
    white-space: nowrap !important;
}

.ficha-entrada__precio--gratis { color: #4ade80 !important; }

.ficha-entrada__desc {
    font-size: 14px;
    color: #a8a2c0;
    line-height: 1.6;
    margin-bottom: 25px;
}

.ficha-entrada__controls {
    display: flex;
    align-items: center;
    gap: 15px;
    flex-wrap: wrap;
}

.ficha-entrada__qty {
    display: flex;
    align-items: center;
    background: #1b1640;
    border: 1px solid rgba(255,77,126,0.3);
    border-radius: 999px;
    height: 48px;
    padding: 0 4px;
    overflow: hidden;
    width: fit-content;
}

.ficha-entrada__qty button {
    width: 38px;
    height: 38px;
    border: none;
    background: transparent;
    color: #f5f1e8;
    font-size: 20px;
    font-weight: 300;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.2s ease;
    border-radius: 50%;
}

.ficha-entrada__qty button:hover {
    background: rgba(255,77,126,0.2);
    color: #ff4d7e;
}

.ficha-entrada__qty input.qty {
    width: 40px;
    height: 100%;
    background: transparent;
    border: none;
    text-align: center;
    color: #f5f1e8;
    font-family: 'Unbounded', sans-serif;
    font-weight: 700;
    font-size: 15px;
    -moz-appearance: textfield;
}

.ficha-entrada__qty input.qty::-webkit-outer-spin-button,
.ficha-entrada__qty input.qty::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

.ficha-entrada__btn {
    flex: 1;
    height: 48px;
    border-radius: 999px !important;
    background: #ff4d7e !important;
    color: #1a0511 !important;
    font-family: 'Unbounded', sans-serif !important;
    font-weight: 700 !important;
    font-size: 12px !important;
    text-transform: uppercase !important;
    letter-spacing: 0.1em !important;
    border: none !important;
    cursor: pointer !important;
    transition: transform 0.2s ease, box-shadow 0.2s ease !important;
    box-shadow: 0 6px 20px rgba(255,77,126,0.35) !important;
    padding: 0 25px !important;
    white-space: nowrap;
}

.ficha-entrada__btn:hover {
    transform: translateY(-2px) !important;
    box-shadow: 0 10px 28px rgba(255,77,126,0.5) !important;
}

.ficha-entrada--destacada {
    border: 2px solid #ff4d7e !important;
    background: linear-gradient(90deg, #1b1640 0%, #13102a 100%) !important;
    box-shadow: 0 10px 40px rgba(255,77,126,0.2) !important;
}

.ficha-entrada--destacada::before {
    content: "RECOMENDADA";
    position: absolute;
    top: -12px;
    left: 30px;
    background: #ff4d7e;
    color: #1a0511;
    font-family: 'Unbounded', sans-serif;
    font-size: 10px;
    font-weight: 800;
    padding: 4px 12px;
    border-radius: 4px;
    letter-spacing: 0.1em;
    z-index: 10;
}

.ficha-entrada--destacada .ficha-entrada__nombre { color: #ff4d7e !important; }

.ficha-entrada__controls .ficha-entrada__btn {
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    text-align: center !important;
    text-decoration: none !important;
}

/* ---------- PISTAS ---------- */
.ficha-pistas.e-con {
    padding-top: 40px !important;
    padding-bottom: 40px !important;
    background: #13102a;
}

.ficha-pistas__grid {
    display: grid;
    grid-template-columns: 1fr;
    gap: 16px;
    max-width: 1200px;
    margin: 0 auto;
}

@media (min-width: 768px) {
    .ficha-pistas__grid { grid-template-columns: repeat(3, 1fr); }
}

.ficha-pista {
    padding: 30px 26px;
    border: 1px solid rgba(245,241,232,0.12);
    border-radius: 20px;
    background: #1b1640;
    position: relative;
    overflow: hidden;
    transition: border-color 0.3s ease, transform 0.3s ease;
}

.ficha-pista::before {
    content: "";
    position: absolute;
    top: -40%;
    right: -30%;
    width: 200px;
    height: 200px;
    border-radius: 50%;
    background: radial-gradient(circle, var(--pista-color, #ff4d7e), transparent 65%);
    opacity: 0.2;
    pointer-events: none;
}

.ficha-pista:hover {
    border-color: var(--pista-color, #ff4d7e);
    transform: translateY(-4px);
}

.ficha-pista__num {
    font-family: 'Bebas Neue', sans-serif;
    font-size: 11px;
    letter-spacing: 0.2em;
    color: #6b6689;
    text-transform: uppercase;
    margin-bottom: 14px;
    position: relative;
    z-index: 1;
}

.ficha-pista__name {
    font-family: 'Unbounded', sans-serif;
    font-weight: 700;
    font-size: 20px;
    line-height: 1.4 !important;
    letter-spacing: -0.02em;
    color: #f5f1e8;
    margin-bottom: 12px;
    position: relative;
    z-index: 1;
    display: block;
}

.ficha-pista__desc {
    font-size: 13px;
    color: #a8a2c0;
    line-height: 1.65;
    position: relative;
    z-index: 1;
}

/* ---------- LINEUP ---------- */
.ficha-lineup.e-con {
    padding-top: 40px !important;
    padding-bottom: 40px !important;
    background: #0a0818;
}

.ficha-lineup__grid {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 30px 20px;
    max-width: 1200px;
    margin: 0 auto;
}

.ficha-dj {
    flex: 0 1 calc(16.66% - 20px);
    min-width: 140px;
    text-align: center;
    display: flex;
    flex-direction: column;
    align-items: center;
    text-decoration: none !important;
    transition: transform 0.3s ease;
}

div.ficha-dj { cursor: default; }

.ficha-dj:hover,
div.ficha-dj:hover { transform: translateY(-4px); }

.ficha-dj__avatar {
    width: 100%;
    aspect-ratio: 1;
    border-radius: 50% !important;
    object-fit: cover !important;
    display: block;
    border: 1px solid rgba(245,241,232,0.28);
    margin-bottom: 14px;
    transition: border-color 0.3s ease, transform 0.3s ease;
}

.ficha-dj:hover .ficha-dj__avatar {
    border-color: #ff4d7e;
    transform: scale(1.05);
}

.ficha-dj__name {
    font-family: 'Unbounded', sans-serif;
    font-weight: 700;
    font-size: 13px;
    line-height: 1.2;
    color: #f5f1e8;
    margin-bottom: 4px;
}

.ficha-dj__ig {
    font-size: 11px;
    color: #6b6689;
}

/* ---------- MAPA ---------- */
.ficha-mapa {
    padding: 72px 24px;
    background: #13102a;
}

.mapa-embed-wrap {
    border-radius: 20px;
    overflow: hidden;
    border: 1px solid rgba(245,241,232,0.12);
    min-height: 340px;
}

.mapa-embed-wrap iframe {
    width: 100%;
    height: 100%;
    min-height: 340px;
    border: 0;
    filter: grayscale(30%) contrast(1.1) brightness(0.85);
}

/* ---------- FAQ ---------- */
.ficha-faq.e-con {
    padding-top: 40px !important;
    padding-bottom: 40px !important;
    background: #0a0818;
}

.ficha-faq__list {
    max-width: 780px;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    gap: 12px;
}

.ficha-faq__item {
    background: #13102a;
    border: 1px solid rgba(245,241,232,0.12);
    border-radius: 16px;
    overflow: hidden;
    transition: border-color 0.3s ease;
}

.ficha-faq__item[open] { border-color: #ff4d7e; }

.ficha-faq__pregunta {
    list-style: none;
    cursor: pointer;
    padding: 20px 24px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-weight: 600;
    font-size: 15px;
    color: #f5f1e8;
}

.ficha-faq__pregunta::after {
    content: "+";
    color: #ff4d7e;
    font-size: 24px;
    transition: transform 0.3s ease;
}

.ficha-faq__item[open] .ficha-faq__pregunta::after { content: "−"; }

.ficha-faq__respuesta {
    padding: 0 24px 22px;
    color: #a8a2c0;
    font-size: 14px;
}

/* ---------- CLASES DINÁMICAS ---------- */
.no-pistas .ficha-pistas,
.no-lineup .ficha-lineup,
.no-faq .ficha-faq { display: none !important; }

/* ---------- RESPONSIVE ---------- */
@media (max-width: 900px) {
    .ficha-detalle__grid {
        grid-template-columns: 1fr;
    }
    .ficha-detalle__side {
        order: -1;
    }
}

@media (max-width: 768px) {
    .ficha-fiesta > .elementor-element-50072c2.e-con {
        min-height: 280px !important;
        padding: 50px 20px !important;
    }
    .ficha-hero__titulo .elementor-heading-title {
        white-space: normal !important;
        font-size: clamp(22px, 7vw, 38px) !important;
    }
    .ficha-entradas,
    .ficha-pistas,
    .ficha-lineup,
    .ficha-mapa,
    .ficha-faq { padding: 48px 16px; }
    .ficha-dj { flex: 0 1 calc(50% - 20px); }
    .ficha-entrada__head { flex-direction: column; align-items: flex-start; gap: 10px; }
    .ficha-entrada__controls { flex-direction: column; align-items: stretch; }
    .ficha-entrada__qty { justify-content: center; width: 100%; }
    .ficha-entrada__btn { width: 100%; }
}/* End custom CSS */