/* ====================================================================
   MONSTERTICKET — RESTYLING COMÚN (2026)
   Estilos unificados para las páginas con el rediseño morado.
   Páginas que lo usan:
     - mis-entradas.php           (prefijo: me-, mt-)
     - cambio-de-nombre.php       (prefijo: nc-)
     - contacto.php               (prefijo: co-)
     - vende-tus-eventos.php      (prefijo: ve-)
     - preguntas-frecuentes.php   (prefijo: pf-)
     - terminos-y-condiciones.php (prefijo: tc-)
     - politica-de-privacidad.php (prefijo: tc-)
     - aviso-legal.php            (prefijo: tc-)
     - politica-de-cookies.php    (prefijo: tc-)

   Paleta común:
     #f5f3ff       fondo lila claro
     #efeaff       lila muy claro (badges, headers, hover)
     #7a5efe       morado primario
     #6a4ee8       morado primario hover
     #1a1230       negro morado (títulos)
     #2a1056      → #1a0c3d   gradiente panel hero
     #ff3da6      magenta de acento (radial)
     #7c3aed      morado de acento (radial)
     #e85347       rojo de error
==================================================================== */

/* ============================================================
   COMÚN — fuentes Inter (texto) + Manrope (títulos)
   ============================================================ */
.me-page-bg, .me-page-bg *,
.nc-page-bg, .nc-page-bg *,
.co-page-bg, .co-page-bg *,
.ve-page-bg, .ve-page-bg *,
.pf-page-bg, .pf-page-bg *,
.tc-page-bg, .tc-page-bg *,
.lg-page-bg, .lg-page-bg *,
.rt-page-bg, .rt-page-bg *,
.rg-page-bg, .rg-page-bg *,
.ev-page-bg, .ev-page-bg *,
.me-card, .me-card *,
.me-card-info, .me-card-info *,
.nc-card, .nc-card *,
.nc-card-info, .nc-card-info *,
.co-card, .co-card *,
.co-card-info, .co-card-info *,
.ve-card, .ve-card *,
.ve-card-info, .ve-card-info *,
.pf-card, .pf-card *,
.pf-cta, .pf-cta *,
.tc-card, .tc-card *,
.rg-card, .rg-card *,
.rg-card-info, .rg-card-info * {
    font-family: 'Inter', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif !important;
}
.me-page-bg .me-info-title-big, .me-page-bg .me-card-title,
.me-page-bg h1, .me-page-bg h2, .me-page-bg h3, .me-page-bg h4, .me-page-bg h5,
.nc-page-bg .nc-info-title-big, .nc-page-bg .nc-card-title,
.nc-page-bg h1, .nc-page-bg h2, .nc-page-bg h3, .nc-page-bg h4, .nc-page-bg h5,
.co-page-bg .co-info-title-big, .co-page-bg .co-card-title,
.co-page-bg h1, .co-page-bg h2, .co-page-bg h3, .co-page-bg h4, .co-page-bg h5,
.ve-page-bg .ve-info-title-big, .ve-page-bg .ve-card-title,
.ve-page-bg h1, .ve-page-bg h2, .ve-page-bg h3, .ve-page-bg h4, .ve-page-bg h5,
.pf-page-bg .pf-title, .pf-page-bg .pf-cta-title,
.pf-page-bg h1, .pf-page-bg h2, .pf-page-bg h3,
.tc-page-bg .tc-title,
.tc-page-bg h1, .tc-page-bg h2, .tc-page-bg h3,
.lg-page-bg .lg-title, .lg-page-bg .lg-card-title,
.lg-page-bg h1, .lg-page-bg h2, .lg-page-bg h3,
.rt-page-bg .rt-title, .rt-page-bg .rt-event-title,
.rt-page-bg h1, .rt-page-bg h2, .rt-page-bg h3,
.rg-page-bg .rg-title, .rg-page-bg .rg-card-title, .rg-page-bg .rg-info-title-big,
.rg-page-bg h1, .rg-page-bg h2, .rg-page-bg h3,
.ev-page-bg .ev-title, .ev-page-bg .ev-event-title,
.ev-page-bg h1, .ev-page-bg h2, .ev-page-bg h3 {
    font-family: 'Manrope', 'Inter', -apple-system, sans-serif !important;
    letter-spacing: -.025em !important;
}

/* ============================================================
   COMÚN — fondo de página
   ============================================================ */
.me-page-bg, .nc-page-bg, .co-page-bg, .ve-page-bg, .pf-page-bg, .tc-page-bg, .lg-page-bg, .rt-page-bg, .rg-page-bg, .ev-page-bg {
    background: #f5f3ff; padding: 2rem 0;
}
@media (min-width: 768px) {
    .me-page-bg, .nc-page-bg, .co-page-bg, .ve-page-bg, .pf-page-bg, .tc-page-bg, .lg-page-bg, .rt-page-bg, .rg-page-bg, .ev-page-bg {
        padding: 4rem 0;
    }
}

/* ============================================================
   MIS ENTRADAS (me-* y mt-*)
   ============================================================ */
.me-card-wrap { width: 100%; }
.me-split {
    background: #fff; border-radius: 24px; overflow: hidden;
    box-shadow: 0 24px 48px -28px rgba(80, 45, 180, .35);
}
@media (min-width: 992px) { .me-split { display: grid; grid-template-columns: 1fr 1fr; } }

.me-card { border: 0; background: #fff; padding: 1.75rem 2rem; border-radius: 0; box-shadow: none; }
@media (max-width: 575.98px) { .me-card { padding: 1.5rem 1.25rem; } }

.me-card-title { font-size: 1.65rem; font-weight: 800; margin: 0 0 .35rem 0; color: #1a1230; line-height: 1.2; }
@media (max-width: 575.98px) { .me-card-title { font-size: 1.4rem; } }
.me-card-subtitle { color: #777; margin-bottom: 0; font-size: .9rem; }
.me-divider { border: 0; border-top: 2px dotted #e3e1f0; margin: 1.1rem 0; }

.me-card .form-control {
    background: #faf9ff; border: 1px solid #ece9f6; border-radius: 12px;
    padding: .85rem 1rem; font-size: .92rem;
}
.me-card .form-control:focus {
    background: #fff; border-color: #7a5efe;
    box-shadow: 0 0 0 .2rem rgba(122, 94, 254, .12);
}
.me-card .form-floating > label { color: #888; padding-left: 1rem; opacity: 1; }
.me-card .form-control.is-invalid,
.me-card .was-validated .form-control:invalid {
    border-color: #e85347; background-color: #fff5f4; background-image: none; padding-right: 1rem;
}
.me-card .form-control.is-invalid:focus,
.me-card .was-validated .form-control:invalid:focus {
    border-color: #e85347; box-shadow: 0 0 0 .2rem rgba(232, 83, 71, .15);
}
.me-card .invalid-feedback { color: #e85347; font-size: .82rem; margin-top: .35rem; padding-left: .25rem; font-weight: 500; }

.me-btn-confirm {
    background-color: #7a5efe !important; border-color: #7a5efe !important; color: #fff !important;
    border-radius: 12px; padding: .7rem 1.4rem; font-weight: 700;
    box-shadow: none !important; outline: none !important;
}
.me-btn-confirm:hover { background-color: #6a4ee8 !important; border-color: #6a4ee8 !important; }
.me-btn-confirm:disabled { opacity: .7; }

.me-card-info {
    border: 0; border-radius: 0;
    background:
        radial-gradient(120% 80% at 100% 0%, rgba(255, 61, 166, .4), transparent 60%),
        radial-gradient(120% 80% at 0% 100%, rgba(124, 58, 237, .6), transparent 60%),
        linear-gradient(180deg, #2a1056, #1a0c3d);
    color: #fff; padding: 3rem 2.5rem 1.75rem 2.5rem;
    box-shadow: none; overflow: hidden; position: relative;
    display: flex; flex-direction: column;
}
@media (min-width: 992px) { .me-card-info { min-height: 100%; } }
@media (max-width: 575.98px) { .me-card-info { padding: 1.5rem 1.25rem 1.25rem 1.25rem; } }

.me-info-logo-bg {
    position: absolute; right: -5%; bottom: -2%;
    width: 55%; height: auto; opacity: .16;
    pointer-events: none; z-index: 0;
    filter: brightness(0) invert(1);
}
.me-card-info > *:not(.me-info-logo-bg) { position: relative; z-index: 1; }

.me-badge {
    display: inline-block; background: rgba(255,255,255,.1);
    border: 1px solid rgba(255,255,255,.16); color: #fff;
    padding: .4rem .9rem; border-radius: 999px;
    font-size: .72rem; font-weight: 700; letter-spacing: .08em;
    align-self: flex-start; width: fit-content;
    margin-bottom: 2.5rem;
}
@media (max-width: 575.98px) { .me-badge { margin-bottom: 1rem; } }

.me-info-title-big {
    font-size: 2.15rem; font-weight: 800; line-height: 1.12;
    color: #fff; margin: 0 0 1.5rem 0; letter-spacing: -.01em;
}
@media (max-width: 575.98px) { .me-info-title-big { font-size: 1.5rem; margin-bottom: .85rem; line-height: 1.15; } }

.me-info-text-big {
    color: rgba(255,255,255,.78);
    font-size: .95rem; line-height: 1.6; margin: 0 0 1.25rem 0;
}
.me-info-text-big + .me-info-text-big { margin-bottom: 1.75rem; }
.me-info-text-big a { color: #fff; font-weight: 600; text-decoration: underline; }
@media (max-width: 575.98px) {
    .me-info-text-big { font-size: .88rem; line-height: 1.5; margin-bottom: .85rem; }
    .me-info-text-big + .me-info-text-big { margin-bottom: 1rem; }
}

.me-bullets { list-style: none; margin: auto 0 0 0; padding: 4rem 0 0 0; position: relative; z-index: 1; }
@media (max-width: 575.98px) { .me-bullets { padding-top: 1rem; } }
.me-bullets li {
    display: flex; align-items: flex-start; padding: .25rem 0;
    color: rgba(255,255,255,.92); font-size: .92rem; font-weight: 500;
}
@media (max-width: 575.98px) { .me-bullets li { font-size: .85rem; padding: .15rem 0; } }
.me-bullet-icon {
    width: 22px; height: 22px;
    background: rgba(255,255,255,.16);
    border: 1px solid rgba(255,255,255,.18);
    border-radius: 50%;
    display: inline-flex; align-items: center; justify-content: center;
    margin-right: .8rem; flex-shrink: 0;
    color: #fff; font-size: .65rem; margin-top: .1rem;
}

/* ===== Mis Entradas — Dashboard (mt-*) ===== */
.mt-entradas-bg { background: #f5f3ff; min-height: 80vh; }
.mt-user-bar { background: #fff; border-radius: 999px; padding: .5rem .75rem; box-shadow: 0 2px 8px rgba(0,0,0,.04); }
.mt-user-avatar {
    display: inline-flex; align-items: center; justify-content: center;
    width: 32px; height: 32px; border-radius: 50%;
    background: #7a5efe; color: #fff; font-size: 1rem;
}
.mt-user-email { font-size: .9rem; word-break: break-all; }
.mt-btn-logout { border-radius: 999px; white-space: nowrap; }
.mt-titulo-seccion { font-size: 1.6rem; font-weight: 800; letter-spacing: .05em; text-align: center; margin-bottom: 1.25rem; }
@media (min-width: 768px) { .mt-titulo-seccion { font-size: 2rem; } }

.mt-tabs { display: flex; justify-content: center; margin-bottom: 1.25rem; }
.mt-tab-btn {
    border: 1px solid #e3e1f0; background: #fff; color: #555;
    padding: .5rem 1.25rem; border-radius: 999px; margin-right: .5rem;
    font-weight: 600; font-size: .9rem; cursor: pointer; transition: all .15s ease;
}
.mt-tab-btn:last-child { margin-right: 0; }
.mt-tab-btn.active { background: #7a5efe; color: #fff; border-color: #7a5efe; }
.mt-tab-btn .mt-tab-count { display: inline-block; margin-left: .35rem; opacity: .85; }

.mt-entrada-card { border-radius: 16px; }
.mt-entrada-card.mt-rs-resale { box-shadow: 0 0 0 2px #ffc107 !important; }
.mt-separador { border-top: 2px dotted #e3e1f0; margin: 0 1rem; }

.mt-opts-collapse ul.link-list-opt { list-style: none; padding: 0; margin: 0; }
.mt-opts-collapse ul.link-list-opt > li {
    list-style: none; margin: 0; padding: 0; border: 0 !important;
}
.mt-opts-collapse ul.link-list-opt > li:first-child { border-top: 0 !important; }
.mt-opts-collapse ul.link-list-opt > li:not(:first-child):not(.divider2) {
    border-top: 1px dotted #ece9f6 !important;
}
.mt-opts-collapse ul.link-list-opt > li > a {
    display: flex; align-items: center;
    padding: .55rem .5rem;
    color: #3a2a5e !important;
    text-decoration: none;
    font-weight: 500;
    transition: background .15s ease, color .15s ease;
    border-radius: 10px;
}
.mt-opts-collapse ul.link-list-opt > li > a:hover { background: #f5f3ff; color: #7a5efe !important; }
.mt-opts-collapse ul.link-list-opt > li > a > .icon,
.mt-opts-collapse ul.link-list-opt > li > a > em.icon {
    width: 36px; height: 36px; min-width: 36px;
    display: inline-flex !important;
    align-items: center; justify-content: center;
    background: #efeaff; color: #7a5efe;
    border-radius: 10px; margin-right: .85rem; font-size: 1rem;
}
.mt-opts-collapse ul.link-list-opt > li > a::after {
    content: '›'; margin-left: auto;
    color: #c0bcd5; font-size: 1.5rem; line-height: 1; font-weight: 300;
}
.mt-opts-collapse ul.link-list-opt > li.divider2 { display: block; height: 8px; border: 0; }
.mt-opts-collapse ul.link-list-opt > li.divider2 + li { border-top: 1px dotted #ece9f6; }

.mt-cartel-wrap { aspect-ratio: 2 / 3; overflow: hidden; border-radius: 12px; background: #f0eef9; }
.mt-cartel { width: 100%; height: 100%; object-fit: cover; display: block; }
.mt-cartel.mt-cartel-fb { object-fit: contain; padding: 1rem; background: #f7f7f7; }
.mt-tipo { color: #7a5efe; letter-spacing: .05em; }
.mt-evento-titulo { font-size: 1.05rem; line-height: 1.25; }
@media (min-width: 768px) { .mt-evento-titulo { font-size: 1.15rem; } }
.mt-btn-descargar { border-radius: 12px; font-weight: 600; padding: .65rem 1rem; min-height: 46px; }
.mt-btn-descargar.btn-morado,
.mt-btn-descargar.btn-morado:focus,
.mt-btn-descargar.btn-morado:active,
.mt-btn-descargar.btn-morado:focus-visible {
    background-color: #7a5efe !important; border-color: #7a5efe !important; color: #fff !important;
    box-shadow: none !important; outline: none !important;
}
.mt-btn-descargar.btn-morado:hover {
    background-color: #6a4ee8 !important; border-color: #6a4ee8 !important; box-shadow: none !important;
}
.mt-opts-collapse.collapsing { transition-duration: 180ms !important; }
.mt-opts-collapse { will-change: height; }
.mt-btn-mas {
    border-radius: 12px; padding: 0 .9rem; min-height: 46px;
    display: inline-flex; align-items: center; justify-content: center;
    background-color: #fff !important; border-color: #d4cbff !important; color: #7a5efe !important;
}
.mt-btn-mas:hover, .mt-btn-mas:focus, .mt-btn-mas:focus-visible, .mt-btn-mas:active,
.mt-btn-mas[aria-expanded="true"] {
    background-color: #efeaff !important; border-color: #d4cbff !important; color: #7a5efe !important;
    box-shadow: none !important; outline: none !important;
}
.mt-entrada-card .dropdown-menu { min-width: 240px; }
.mt-empty {
    text-align: center; padding: 2rem 1rem;
    background: #fff; border-radius: 16px; color: #777;
}
.mt-paginacion {
    display: flex; justify-content: center; flex-wrap: wrap;
    margin: 1.5rem 0; padding: 0 .5rem;
}
.mt-page-btn {
    display: inline-flex; align-items: center; justify-content: center;
    border: 1px solid #e3e1f0; background: #fff; color: #555;
    padding: .5rem .85rem; margin-right: .35rem; margin-bottom: .35rem;
    border-radius: 10px; font-weight: 600; min-width: 40px;
    cursor: pointer; transition: all .15s ease;
    text-decoration: none;
}
.mt-page-btn:hover:not(.disabled) { background: #f5f3ff; color: #7a5efe; border-color: #d4cbff; }
.mt-page-btn.active { background: #7a5efe !important; color: #fff !important; border-color: #7a5efe !important; }
.mt-page-btn.disabled { opacity: .4; cursor: not-allowed; pointer-events: none; }
.mt-page-ellipsis { padding: .5rem .35rem; color: #999; align-self: center; }

/* ============================================================
   CAMBIO DE NOMBRE (nc-*)
   ============================================================ */
.nc-card-wrap { width: 100%; }
.nc-split {
    background: #fff; border-radius: 24px; overflow: hidden;
    box-shadow: 0 24px 48px -28px rgba(80, 45, 180, .35);
}
@media (min-width: 992px) { .nc-split { display: grid; grid-template-columns: 1fr 1fr; } }
.nc-card {
    border: 0; background: #fff;
    padding: 1.75rem 2rem; border-radius: 0; box-shadow: none;
}
@media (max-width: 575.98px) { .nc-card { padding: 1.25rem; } }
.nc-badge {
    display: inline-block; background: #1a1230; color: #fff;
    padding: .4rem .9rem; border-radius: 999px;
    font-size: .72rem; font-weight: 700; letter-spacing: .08em;
}
.nc-badge.nc-badge-light {
    background: rgba(255,255,255,.1);
    border: 1px solid rgba(255,255,255,.16);
    color: #fff; margin-bottom: 2.5rem;
    align-self: flex-start; width: fit-content;
}
@media (max-width: 575.98px) { .nc-badge.nc-badge-light { margin-bottom: 1rem; } }
.nc-info-logo-bg {
    position: absolute; right: -5%; bottom: -2%;
    width: 55%; height: auto; opacity: .16;
    pointer-events: none; z-index: 0;
    filter: brightness(0) invert(1);
}
.nc-card-info > *:not(.nc-info-logo-bg) { position: relative; z-index: 1; }
.nc-editing-info { color: #888; font-size: .85rem; margin-left: .5rem; }
.nc-card-title {
    font-size: 1.65rem; font-weight: 800;
    margin: 0 0 .35rem 0; color: #1a1230; line-height: 1.2;
}
@media (max-width: 575.98px) { .nc-card-title { font-size: 1.4rem; } }
.nc-card-subtitle { color: #777; margin-bottom: 0; font-size: .9rem; }
.nc-divider { border: 0; border-top: 2px dotted #e3e1f0; margin: 1.1rem 0; }
.nc-section-num {
    color: #7a5efe; font-size: .75rem; font-weight: 700;
    letter-spacing: .12em; margin-bottom: .6rem; text-transform: uppercase;
}
.nc-card .form-control {
    background: #faf9ff; border: 1px solid #ece9f6;
    border-radius: 12px; padding: .85rem 1rem; font-size: .92rem;
}
.nc-card .form-control:focus {
    background: #fff; border-color: #7a5efe;
    box-shadow: 0 0 0 .2rem rgba(122, 94, 254, .12);
}
.nc-card .form-floating > label { color: #888; padding-left: 1.15rem; opacity: 1; }
.nc-card .form-control.is-invalid,
.nc-card .was-validated .form-control:invalid {
    border-color: #e85347; background-color: #fff5f4; background-image: none; padding-right: 1.15rem;
}
.nc-card .form-control.is-invalid:focus,
.nc-card .was-validated .form-control:invalid:focus {
    border-color: #e85347; box-shadow: 0 0 0 .2rem rgba(232, 83, 71, .15);
}
.nc-card .invalid-feedback {
    color: #e85347; font-size: .82rem; margin-top: .35rem;
    padding-left: .25rem; font-weight: 500;
}
.nc-card .form-floating > .form-control:focus ~ label,
.nc-card .form-floating > .form-control:not(:placeholder-shown) ~ label {
    color: #7a5efe; transform: scale(.85) translateY(-.5rem) translateX(.15rem);
}
.nc-actions { display: flex; align-items: center; flex-wrap: wrap; }
.nc-btn-confirm {
    background-color: #7a5efe !important; border-color: #7a5efe !important; color: #fff !important;
    border-radius: 12px; padding: .7rem 1.4rem; font-weight: 700;
    margin-right: 1rem; box-shadow: none !important; outline: none !important;
}
.nc-btn-confirm:hover { background-color: #6a4ee8 !important; border-color: #6a4ee8 !important; }
.nc-btn-cancel {
    background: transparent; color: #555; border: 0;
    padding: .9rem 1.25rem; font-weight: 600; text-decoration: none;
}
.nc-btn-cancel:hover { color: #1a1230; background: #f5f3ff; border-radius: 14px; }
.nc-card-info {
    border: 0; border-radius: 0;
    background:
        radial-gradient(120% 80% at 100% 0%, rgba(255, 61, 166, .4), transparent 60%),
        radial-gradient(120% 80% at 0% 100%, rgba(124, 58, 237, .6), transparent 60%),
        linear-gradient(180deg, #2a1056, #1a0c3d);
    color: #fff; padding: 3rem 2.5rem 1.75rem 2.5rem;
    box-shadow: none; overflow: hidden; position: relative;
    display: flex; flex-direction: column;
}
@media (min-width: 992px) { .nc-card-info { min-height: 100%; } }
@media (max-width: 575.98px) { .nc-card-info { padding: 1.5rem 1.25rem 1.25rem 1.25rem; } }
.nc-info-brand {
    display: inline-flex; align-items: center;
    background: rgba(255,255,255,.08);
    border: 1px solid rgba(255,255,255,.14);
    border-radius: 999px;
    padding: .35rem .9rem .35rem .4rem;
    font-size: .8rem; color: #fff; font-weight: 500;
    margin-bottom: 2.5rem; width: fit-content;
}
.nc-info-brand-logo {
    width: 26px; height: 26px; border-radius: 50%;
    background: #fff; color: #1a103f;
    display: inline-flex; align-items: center; justify-content: center;
    font-weight: 800; font-size: .8rem; margin-right: .55rem;
}
.nc-info-title-big {
    font-size: 2.15rem; font-weight: 800; line-height: 1.12;
    color: #fff; margin: 0 0 1.5rem 0; letter-spacing: -.01em;
}
@media (max-width: 575.98px) {
    .nc-info-title-big { font-size: 1.5rem; margin-bottom: .85rem; line-height: 1.15; }
}
.nc-info-text-big {
    color: rgba(255,255,255,.78);
    font-size: .95rem; line-height: 1.6; margin: 0 0 1.25rem 0;
}
.nc-info-text-big + .nc-info-text-big { margin-bottom: 1.75rem; }
.nc-info-text-big + ul.nc-bullets { margin-top: .5rem; }
.nc-info-text-big a { color: #fff; font-weight: 600; text-decoration: underline; }
@media (max-width: 575.98px) {
    .nc-info-text-big { font-size: .88rem; line-height: 1.5; margin-bottom: .85rem; }
    .nc-info-text-big + .nc-info-text-big { margin-bottom: 1rem; }
}
.nc-bullets {
    list-style: none; margin: auto 0 0 0; padding: 4rem 0 0 0;
    position: relative; z-index: 1;
}
@media (max-width: 575.98px) { .nc-bullets { padding-top: 1rem; } }
.nc-bullets li {
    display: flex; align-items: flex-start; padding: .25rem 0;
    color: rgba(255,255,255,.92); font-size: .92rem; font-weight: 500;
}
@media (max-width: 575.98px) { .nc-bullets li { font-size: .85rem; padding: .15rem 0; } }

/* Confirmación de pago — countdown, summary, botón */
.nc-countdown {
    background: #fff8d6;
    border: 1px solid #ffe066;
    color: #7a5d00;
    border-radius: 14px;
    padding: .85rem 1rem;
    text-align: center;
    font-weight: 600;
    font-size: .95rem;
    margin-bottom: 1rem;
    line-height: 1.4;
}
.nc-summary {
    background: #faf9ff;
    border: 1px solid #ece9f6;
    border-radius: 14px;
    overflow: hidden;
}
.nc-summary-row {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 1rem;
    padding: .75rem 1rem;
    font-size: .92rem;
}
.nc-summary-row + .nc-summary-row { border-top: 1px solid #ece9f6; }
.nc-summary-row .nc-summary-label { color: #888; font-size: .85rem; flex-shrink: 0; }
.nc-summary-row .nc-summary-value {
    color: #1a1230; font-weight: 600;
    text-align: right; word-break: break-all;
}
.nc-summary-row .nc-summary-value.is-muted {
    color: #999; text-decoration: line-through; font-weight: 500;
}
.nc-summary-row .nc-summary-value.is-highlight {
    color: #5b21b6;
}
.nc-btn-pago {
    width: 100%;
    background: linear-gradient(135deg, #7c3aed, #5b21b6);
    border: 0;
    color: #fff;
    border-radius: 14px;
    padding: 1rem 1.5rem;
    font-weight: 800;
    font-size: 1.05rem;
    transition: transform .15s ease, box-shadow .15s ease, background .2s ease;
    box-shadow: 0 12px 28px -12px rgba(124, 58, 237, .45);
}
.nc-btn-pago:hover {
    background: linear-gradient(135deg, #6d28d9, #4c1d95);
    color: #fff;
    transform: translateY(-1px);
}

.nc-bullet-icon {
    width: 22px; height: 22px;
    background: rgba(255,255,255,.16);
    border: 1px solid rgba(255,255,255,.18);
    border-radius: 50%;
    display: inline-flex; align-items: center; justify-content: center;
    margin-right: .8rem; flex-shrink: 0;
    color: #fff; font-size: .65rem; margin-top: .1rem;
}

/* ============================================================
   CONTACTO (co-*)
   ============================================================ */
.co-card-wrap { width: 100%; }
.co-split {
    background: #fff; border-radius: 24px; overflow: hidden;
    box-shadow: 0 24px 48px -28px rgba(80, 45, 180, .35);
}
@media (min-width: 992px) { .co-split { display: grid; grid-template-columns: 1fr 1fr; } }
.co-card { border: 0; background: #fff; padding: 1.75rem 2rem; border-radius: 0; box-shadow: none; }
@media (max-width: 575.98px) { .co-card { padding: 1.5rem 1.25rem; } }
.co-card-title { font-size: 1.65rem; font-weight: 800; margin: 0 0 .35rem 0; color: #1a1230; line-height: 1.2; }
@media (max-width: 575.98px) { .co-card-title { font-size: 1.4rem; } }
.co-card-subtitle { color: #777; margin-bottom: 0; font-size: .9rem; }
.co-divider { border: 0; border-top: 2px dotted #e3e1f0; margin: 1.1rem 0; }
.co-card input.form-control,
.co-card textarea.form-control,
.co-card select.form-control {
    background-color: #faf9ff !important;
    border: 1px solid #ece9f6 !important;
    border-radius: 12px !important;
    padding: .85rem 1rem !important;
    font-size: .92rem !important;
    color: #1a1230 !important;
}
.co-card input.form-control:focus,
.co-card textarea.form-control:focus,
.co-card select.form-control:focus {
    background-color: #fff !important; border-color: #7a5efe !important;
    box-shadow: 0 0 0 .2rem rgba(122, 94, 254, .12) !important;
    color: #1a1230 !important;
}
.co-card select.form-control {
    -webkit-appearance: none !important; -moz-appearance: none !important; appearance: none !important;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='8' viewBox='0 0 12 8'%3E%3Cpath fill='%237a5efe' d='M6 8L0 0h12z'/%3E%3C/svg%3E") !important;
    background-repeat: no-repeat !important;
    background-position: right 1rem center !important;
    background-size: 12px 8px !important;
    padding-right: 2.5rem !important;
}
.co-card textarea.form-control { min-height: 110px !important; }
.co-card .form-floating > label { color: #888; padding-left: 1rem; opacity: 1; }
.co-card .form-control.is-invalid,
.co-card .was-validated .form-control:invalid {
    border-color: #e85347; background-color: #fff5f4; background-image: none; padding-right: 1rem;
}
.co-card .form-control.is-invalid:focus,
.co-card .was-validated .form-control:invalid:focus {
    border-color: #e85347; box-shadow: 0 0 0 .2rem rgba(232, 83, 71, .15);
}
.co-card .invalid-feedback { color: #e85347; font-size: .82rem; margin-top: .35rem; padding-left: .25rem; font-weight: 500; }
.co-btn-confirm {
    background-color: #7a5efe !important; border-color: #7a5efe !important; color: #fff !important;
    border-radius: 12px; padding: .7rem 1.4rem; font-weight: 700;
    box-shadow: none !important; outline: none !important;
}
.co-btn-confirm:hover { background-color: #6a4ee8 !important; border-color: #6a4ee8 !important; }
.co-card-info {
    border: 0; border-radius: 0;
    background:
        radial-gradient(120% 80% at 100% 0%, rgba(255, 61, 166, .4), transparent 60%),
        radial-gradient(120% 80% at 0% 100%, rgba(124, 58, 237, .6), transparent 60%),
        linear-gradient(180deg, #2a1056, #1a0c3d);
    color: #fff; padding: 3rem 2.5rem 2rem 2.5rem;
    box-shadow: none; overflow: hidden; position: relative;
    display: flex; flex-direction: column;
}
@media (min-width: 992px) { .co-card-info { min-height: 100%; } }
@media (max-width: 575.98px) { .co-card-info { padding: 1.5rem 1.25rem 1.25rem 1.25rem; } }
.co-info-logo-bg {
    position: absolute; right: -5%; bottom: -2%;
    width: 55%; height: auto; opacity: .14;
    pointer-events: none; z-index: 0;
    filter: brightness(0) invert(1);
}
.co-card-info > *:not(.co-info-logo-bg) { position: relative; z-index: 1; }
.co-badge {
    display: inline-block; background: rgba(255,255,255,.1);
    border: 1px solid rgba(255,255,255,.16); color: #fff;
    padding: .4rem .9rem; border-radius: 999px;
    font-size: .72rem; font-weight: 700; letter-spacing: .08em;
    align-self: flex-start; width: fit-content;
    margin-bottom: 2rem;
}
@media (max-width: 575.98px) { .co-badge { margin-bottom: 1rem; } }
.co-info-title-big {
    font-size: 2.15rem; font-weight: 800; line-height: 1.12;
    color: #fff; margin: 0 0 1.25rem 0; letter-spacing: -.01em;
}
@media (max-width: 575.98px) { .co-info-title-big { font-size: 1.5rem; margin-bottom: .85rem; line-height: 1.15; } }
#info-ampliada,
#info-ampliada p {
    color: rgba(255,255,255,.78);
    font-size: .95rem; line-height: 1.6;
    margin: 0 0 1rem 0;
}
#info-ampliada strong { color: #fff; font-weight: 700; }
#info-ampliada a { color: #fff; font-weight: 600; text-decoration: underline; }
#info-ampliada ul { padding-left: 1.25rem; margin: .5rem 0 1rem 0; color: rgba(255,255,255,.78); }
#info-ampliada ul li { margin-bottom: .35rem; }
@media (max-width: 575.98px) {
    #info-ampliada, #info-ampliada p { font-size: .88rem; line-height: 1.5; margin-bottom: .85rem; }
}

/* ============================================================
   VENDE TUS EVENTOS (ve-*)
   ============================================================ */
.ve-card-wrap { width: 100%; }
.ve-split {
    background: #fff; border-radius: 24px; overflow: hidden;
    box-shadow: 0 24px 48px -28px rgba(80, 45, 180, .35);
}
@media (min-width: 992px) { .ve-split { display: grid; grid-template-columns: 1fr 1fr; } }
.ve-card { border: 0; background: #fff; padding: 1.75rem 2rem; border-radius: 0; box-shadow: none; }
@media (max-width: 575.98px) { .ve-card { padding: 1.5rem 1.25rem; } }
.ve-card-title { font-size: 1.65rem; font-weight: 800; margin: 0 0 1rem 0; color: #1a1230; line-height: 1.2; }
@media (max-width: 575.98px) { .ve-card-title { font-size: 1.4rem; } }
.ve-card input.form-control,
.ve-card textarea.form-control,
.ve-card select.form-control {
    background-color: #faf9ff !important;
    border: 1px solid #ece9f6 !important;
    border-radius: 12px !important;
    padding: .85rem 1rem !important;
    font-size: .92rem !important;
    color: #1a1230 !important;
}
.ve-card input.form-control:focus,
.ve-card textarea.form-control:focus,
.ve-card select.form-control:focus {
    background-color: #fff !important; border-color: #7a5efe !important;
    box-shadow: 0 0 0 .2rem rgba(122, 94, 254, .12) !important;
}
.ve-card select.form-control {
    -webkit-appearance: none !important; -moz-appearance: none !important; appearance: none !important;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='8' viewBox='0 0 12 8'%3E%3Cpath fill='%237a5efe' d='M6 8L0 0h12z'/%3E%3C/svg%3E") !important;
    background-repeat: no-repeat !important;
    background-position: right 1rem center !important;
    background-size: 12px 8px !important;
    padding-right: 2.5rem !important;
}
.ve-card textarea.form-control { min-height: 110px !important; }
.ve-card .form-floating > label { color: #888; padding-left: 1rem; opacity: 1; }
.ve-card .form-control.is-invalid,
.ve-card .was-validated .form-control:invalid {
    border-color: #e85347 !important; background-color: #fff5f4 !important; background-image: none; padding-right: 1rem;
}
.ve-card .invalid-feedback { color: #e85347; font-size: .82rem; margin-top: .35rem; padding-left: .25rem; font-weight: 500; }
.ve-btn-confirm {
    background-color: #7a5efe !important; border-color: #7a5efe !important; color: #fff !important;
    border-radius: 12px; padding: .7rem 1.4rem; font-weight: 700;
    box-shadow: none !important; outline: none !important;
}
.ve-btn-confirm:hover { background-color: #6a4ee8 !important; border-color: #6a4ee8 !important; }
.ve-card-info {
    border: 0; border-radius: 0;
    background:
        radial-gradient(120% 80% at 100% 0%, rgba(255, 61, 166, .4), transparent 60%),
        radial-gradient(120% 80% at 0% 100%, rgba(124, 58, 237, .6), transparent 60%),
        linear-gradient(180deg, #2a1056, #1a0c3d);
    color: #fff; padding: 3rem 2.5rem 2rem 2.5rem;
    box-shadow: none; overflow: hidden; position: relative;
    display: flex; flex-direction: column;
}
@media (min-width: 992px) { .ve-card-info { min-height: 100%; } }
@media (max-width: 575.98px) { .ve-card-info { padding: 1.5rem 1.25rem 1.25rem 1.25rem; } }
.ve-info-logo-bg {
    position: absolute; right: -5%; bottom: -2%;
    width: 55%; height: auto; opacity: .14;
    pointer-events: none; z-index: 0;
    filter: brightness(0) invert(1);
}
.ve-card-info > *:not(.ve-info-logo-bg) { position: relative; z-index: 1; }
.ve-badge {
    display: inline-block; background: rgba(255,255,255,.1);
    border: 1px solid rgba(255,255,255,.16); color: #fff;
    padding: .4rem .9rem; border-radius: 999px;
    font-size: .72rem; font-weight: 700; letter-spacing: .08em;
    align-self: flex-start; width: fit-content;
    margin-bottom: 2rem;
}
@media (max-width: 575.98px) { .ve-badge { margin-bottom: 1rem; } }
.ve-info-title-big {
    font-size: 2.15rem; font-weight: 800; line-height: 1.12;
    color: #fff; margin: 0 0 1.25rem 0; letter-spacing: -.01em;
}
@media (max-width: 575.98px) { .ve-info-title-big { font-size: 1.5rem; margin-bottom: .85rem; line-height: 1.15; } }
.ve-info-text-big {
    color: rgba(255,255,255,.78);
    font-size: .95rem; line-height: 1.6; margin: 0 0 1.25rem 0;
}
.ve-info-text-big + .ve-info-text-big { margin-bottom: 1.5rem; }
@media (max-width: 575.98px) {
    .ve-info-text-big { font-size: .88rem; line-height: 1.5; margin-bottom: .85rem; }
}
.ve-bullets { list-style: none; margin: auto 0 0 0; padding: 4rem 0 0 0; position: relative; z-index: 1; }
@media (max-width: 575.98px) { .ve-bullets { padding-top: 1rem; } }
.ve-bullets li {
    display: flex; align-items: flex-start; padding: .25rem 0;
    color: rgba(255,255,255,.92); font-size: .92rem; font-weight: 500;
}
@media (max-width: 575.98px) { .ve-bullets li { font-size: .85rem; padding: .15rem 0; } }
.ve-bullet-icon {
    width: 22px; height: 22px;
    background: rgba(255,255,255,.16);
    border: 1px solid rgba(255,255,255,.18);
    border-radius: 50%;
    display: inline-flex; align-items: center; justify-content: center;
    margin-right: .8rem; flex-shrink: 0;
    color: #fff; font-size: .65rem; margin-top: .1rem;
}

/* ============================================================
   PREGUNTAS FRECUENTES (pf-*)
   ============================================================ */
.pf-hero { text-align: center; max-width: 900px; margin: 0 auto 2rem; padding: 0 1rem; }
.pf-badge {
    display: inline-block;
    background: #efeaff; color: #7a5efe;
    padding: .4rem .9rem; border-radius: 999px;
    font-size: .72rem; font-weight: 700; letter-spacing: .08em;
    margin-bottom: 1rem;
}
.pf-title {
    font-size: 2.25rem; font-weight: 800; line-height: 1.15;
    color: #1a1230; margin: 0 0 .75rem 0;
}
@media (max-width: 575.98px) { .pf-title { font-size: 1.75rem; } }
.pf-subtitle { color: #777; font-size: 1rem; margin: 0; }
.pf-card {
    background: #fff; border-radius: 24px;
    box-shadow: 0 24px 48px -28px rgba(80, 45, 180, .25);
    padding: 1.5rem;
}
@media (min-width: 768px) { .pf-card { padding: 2.25rem; } }
.pf-section-title { margin-top: 2rem; margin-bottom: 1rem; }
.pf-section-title:first-child { margin-top: 0; }
.pf-section-d {
    display: flex; align-items: center;
    background: #efeaff;
    padding: .85rem 1rem; border-radius: 12px;
    font-size: .95rem; font-weight: 700;
    color: #1a1230; letter-spacing: .02em;
}
.pf-section-d em.pf-d-icon {
    width: 32px; height: 32px;
    background: #7a5efe; color: #fff;
    border-radius: 8px;
    display: inline-flex; align-items: center; justify-content: center;
    margin-right: .75rem; font-size: 1rem; font-style: normal;
}
.pf-card .accordion-item {
    border: 0 !important;
    border-bottom: 1px dotted #e3e1f0 !important;
    background: transparent !important;
}
.pf-card .accordion-item:last-child { border-bottom: 0 !important; }
.pf-card .accordion-button {
    background: transparent !important;
    color: #1a1230 !important;
    font-weight: 700 !important;
    font-size: 1rem !important;
    padding: 1.1rem .25rem !important;
    box-shadow: none !important;
    outline: none !important;
    border-radius: 0 !important;
}
.pf-card .accordion-button:not(.collapsed) {
    color: #7a5efe !important;
    background: transparent !important;
}
.pf-card .accordion-button::after {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='%237a5efe' stroke-linecap='round' stroke-linejoin='round' stroke-width='2.5' d='M2 5l6 6 6-6'/%3e%3c/svg%3e");
    background-size: 1rem;
}
.pf-card .accordion-button:focus { box-shadow: none !important; border: 0 !important; }
.pf-card .accordion-body {
    color: #555; font-size: .95rem; line-height: 1.6;
    padding: 0 .25rem 1.25rem .25rem;
}
.pf-card .accordion-body a { color: #7a5efe; font-weight: 600; text-decoration: none; }
.pf-card .accordion-body a:hover { text-decoration: underline; }
.pf-cta {
    margin-top: 2rem;
    background:
        radial-gradient(120% 80% at 100% 0%, rgba(255, 61, 166, .35), transparent 60%),
        radial-gradient(120% 80% at 0% 100%, rgba(124, 58, 237, .55), transparent 60%),
        linear-gradient(180deg, #2a1056, #1a0c3d);
    color: #fff; border-radius: 20px;
    padding: 2rem; text-align: center;
    box-shadow: 0 24px 48px -28px rgba(80, 45, 180, .35);
}
.pf-cta-title {
    font-size: 1.4rem; font-weight: 800; margin: 0 0 .5rem 0;
    color: #fff; letter-spacing: -.02em;
}
.pf-cta-text { color: rgba(255,255,255,.78); margin: 0 0 1.25rem 0; font-size: .95rem; }
.pf-cta-btn {
    display: inline-block;
    background: #fff; color: #7a5efe !important;
    padding: .75rem 1.5rem; border-radius: 12px;
    font-weight: 700; text-decoration: none;
    transition: transform .15s ease;
}
.pf-cta-btn:hover { transform: translateY(-1px); }

/* ============================================================
   PÁGINAS LEGALES (tc-*) — términos, privacidad, aviso, cookies
   ============================================================ */
.tc-hero { text-align: center; max-width: 900px; margin: 0 auto 2rem; padding: 0 1rem; }
.tc-badge {
    display: inline-block;
    background: #efeaff; color: #7a5efe;
    padding: .4rem .9rem; border-radius: 999px;
    font-size: .72rem; font-weight: 700; letter-spacing: .08em;
    margin-bottom: 1rem;
}
.tc-title {
    font-size: 2.25rem; font-weight: 800; line-height: 1.15;
    color: #1a1230; margin: 0;
}
@media (max-width: 575.98px) { .tc-title { font-size: 1.75rem; } }
.tc-card {
    background: #fff; border-radius: 24px;
    box-shadow: 0 24px 48px -28px rgba(80, 45, 180, .25);
    padding: 1.5rem; color: #444;
}
@media (min-width: 768px) { .tc-card { padding: 2.5rem 3rem; } }
.tc-card h2 {
    font-size: 1.15rem; font-weight: 700; color: #1a1230;
    margin: 0 0 .85rem 0; text-transform: uppercase; letter-spacing: .04em;
}
.tc-card p { color: #555; line-height: 1.65; margin: 0 0 1rem 0; font-size: .95rem; }
.tc-card ul { padding-left: 1.25rem; margin: 0 0 1rem 0; }
.tc-card ul li { color: #555; line-height: 1.65; margin-bottom: .5rem; font-size: .95rem; }
.tc-card hr { border: 0; border-top: 2px dotted #e3e1f0; margin: 2rem 0; opacity: 1; }
.tc-card a { color: #7a5efe; font-weight: 600; text-decoration: none; }
.tc-card a:hover { text-decoration: underline; }
/* Tabla específica de política de cookies */
.tc-card table {
    width: 100%; margin: 1rem 0; font-size: .85rem;
    border-collapse: collapse;
}
.tc-card table th {
    background: #efeaff; color: #1a1230; font-weight: 700;
    padding: .65rem .75rem; text-align: left; font-size: .8rem;
    border: 1px solid #e3e1f0;
}
.tc-card table td {
    padding: .65rem .75rem; vertical-align: top;
    border: 1px solid #e3e1f0; color: #555;
}

/* ============================================================
   LOGOS / BRAND (lg-*)
   ============================================================ */
.lg-hero { text-align: center; max-width: 900px; margin: 0 auto 2rem; padding: 0 1rem; }
.lg-badge {
    display: inline-block;
    background: #efeaff; color: #7a5efe;
    padding: .4rem .9rem; border-radius: 999px;
    font-size: .72rem; font-weight: 700; letter-spacing: .08em;
    margin-bottom: 1rem;
}
.lg-title {
    font-size: 2.25rem; font-weight: 800; line-height: 1.15;
    color: #1a1230; margin: 0 0 .75rem 0;
}
@media (max-width: 575.98px) { .lg-title { font-size: 1.75rem; } }
.lg-subtitle { color: #777; font-size: 1rem; margin: 0; }

.lg-card {
    background: #fff; border-radius: 24px;
    box-shadow: 0 24px 48px -28px rgba(80, 45, 180, .25);
    padding: 1.5rem;
}
@media (min-width: 768px) { .lg-card { padding: 2rem; } }

.lg-card-title {
    font-size: 1.2rem; font-weight: 800; color: #1a1230;
    margin: 0 0 1.25rem 0; letter-spacing: -.01em;
}

.lg-preview {
    display: block; border-radius: 16px; overflow: hidden;
    margin-bottom: 1.25rem;
    background: #f5f3ff;
    transition: transform .15s ease, box-shadow .15s ease;
}
.lg-preview:hover {
    transform: translateY(-2px);
    box-shadow: 0 12px 24px -12px rgba(80, 45, 180, .25);
}
.lg-preview img { width: 100%; height: auto; display: block; }

.lg-btn-download {
    display: inline-flex; align-items: center; justify-content: center;
    background-color: #1a1230 !important;
    border-color: #1a1230 !important;
    color: #fff !important;
    border-radius: 12px;
    padding: .8rem 1.25rem;
    font-weight: 700; font-size: .95rem;
    width: 100%;
    box-shadow: none !important; outline: none !important;
    transition: background-color .15s ease;
}
.lg-btn-download:hover { background-color: #2a1056 !important; border-color: #2a1056 !important; color: #fff !important; }
.lg-btn-download em { margin-right: .5rem; }

.lg-color-card {
    text-align: center;
    padding: 1.25rem .5rem;
}
.lg-color-circle {
    width: 130px; height: 130px;
    border-radius: 50%;
    margin: 0 auto 1rem auto;
    display: flex; align-items: center; justify-content: center;
    color: #fff;
    box-shadow: 0 12px 28px -12px rgba(0,0,0,.18);
}
.lg-color-name {
    color: #fff; font-weight: 700; font-size: .9rem;
    text-align: center; line-height: 1.2;
    text-shadow: 0 1px 2px rgba(0,0,0,.15);
}
.lg-color-card p { margin: .35rem 0; font-size: .85rem; color: #555; }
.lg-color-card p strong { color: #1a1230; margin-right: .35rem; font-weight: 700; }

/* ============================================================
   RETICKET / REVENTA (rt-*)
   ============================================================ */
.rt-hero { text-align: center; max-width: 900px; margin: 0 auto 2rem; padding: 0 1rem; }
.rt-badge {
    display: inline-block;
    background: #efeaff; color: #7a5efe;
    padding: .4rem .9rem; border-radius: 999px;
    font-size: .72rem; font-weight: 700; letter-spacing: .08em;
    margin-bottom: 1rem;
}
.rt-title {
    font-size: 2.25rem; font-weight: 800; line-height: 1.15;
    color: #1a1230; margin: 0 0 .75rem 0;
}
@media (max-width: 575.98px) { .rt-title { font-size: 1.75rem; } }
.rt-subtitle { color: #777; font-size: 1rem; margin: 0; }

/* Card "cómo funciona" con 3 pasos */
.rt-steps-card {
    background: #fff; border-radius: 24px;
    box-shadow: 0 24px 48px -28px rgba(80, 45, 180, .25);
    padding: 1.75rem; margin-bottom: 2rem;
}
@media (min-width: 768px) { .rt-steps-card { padding: 2.5rem; } }
.rt-step { display: flex; align-items: flex-start; }
.rt-step-num {
    width: 36px; height: 36px;
    background: #7a5efe; color: #fff;
    border-radius: 10px;
    display: inline-flex; align-items: center; justify-content: center;
    font-weight: 800; font-size: 1rem; margin-right: .85rem;
    flex-shrink: 0;
}
.rt-step-title {
    font-weight: 700; color: #1a1230;
    margin: 0 0 .35rem 0; font-size: .95rem;
}
.rt-step-text { color: #666; margin: 0; font-size: .85rem; line-height: 1.5; }

/* Grid de eventos */
.rt-event-card {
    background: #fff; border-radius: 16px; overflow: hidden;
    box-shadow: 0 8px 24px -12px rgba(80, 45, 180, .15);
    transition: transform .15s ease, box-shadow .15s ease;
    height: 100%;
    display: flex; flex-direction: column;
}
.rt-event-card:hover {
    transform: translateY(-4px);
    box-shadow: 0 16px 36px -16px rgba(80, 45, 180, .3);
}
.rt-event-card a { color: inherit; text-decoration: none; }
.rt-event-cartel {
    aspect-ratio: 16 / 10;
    overflow: hidden; background: #f0eef9;
}
.rt-event-cartel img {
    width: 100%; height: 100%; object-fit: cover;
    display: block;
}
.rt-event-body {
    padding: 1rem 1.1rem .85rem 1.1rem;
    flex: 1;
}
.rt-event-title {
    font-size: 1rem; font-weight: 800;
    color: #1a1230; margin: 0 0 .5rem 0;
    line-height: 1.25;
    overflow: hidden; text-overflow: ellipsis;
    display: -webkit-box; -webkit-line-clamp: 2; -webkit-box-orient: vertical;
}
.rt-event-meta {
    color: #777; font-size: .82rem; line-height: 1.5;
}
.rt-event-meta em { color: #7a5efe; margin-right: .35rem; }
.rt-event-meta div { overflow: hidden; text-overflow: ellipsis; white-space: nowrap; }
.rt-event-count {
    background:
        radial-gradient(120% 80% at 100% 0%, rgba(255, 61, 166, .35), transparent 60%),
        linear-gradient(180deg, #2a1056, #1a0c3d);
    color: #fff; padding: .65rem 1rem;
    text-align: center; font-weight: 700; font-size: .9rem;
    letter-spacing: .02em;
}
.rt-event-count em { margin-right: .35rem; }

/* Aviso info (alert-info reemplazo) */
.rt-info-alert {
    background: #fff; border: 0; border-radius: 16px;
    padding: 1.25rem 1.5rem;
    box-shadow: 0 4px 12px rgba(80, 45, 180, .06);
    color: #555; font-size: .92rem; line-height: 1.55;
    text-align: center;
    max-width: 760px; margin: 1.5rem auto 0 auto;
}
.rt-info-alert em { color: #7a5efe; margin-right: .5rem; }
.rt-info-alert a { color: #7a5efe; font-weight: 600; text-decoration: none; }
.rt-info-alert a:hover { text-decoration: underline; }

.rt-empty {
    text-align: center; padding: 3rem 1rem;
    background: #fff; border-radius: 24px;
    color: #777; box-shadow: 0 24px 48px -28px rgba(80, 45, 180, .15);
}
.rt-empty em { color: #7a5efe; font-size: 2.5rem; }
.rt-empty p { margin: 1rem 0 0 0; font-size: 1rem; }

/* ============================================================
   RECARGA TU ENTRADA / TU PULSERA (rg-*)
   ============================================================ */
.rg-card-wrap { width: 100%; }

.rg-hero {
    text-align: center;
    margin: 0 auto 2.5rem auto;
    max-width: 720px;
}
.rg-badge {
    display: inline-block;
    padding: .35rem .8rem;
    background: rgba(124, 58, 237, .12);
    color: #5b21b6;
    font-size: .75rem;
    font-weight: 700;
    letter-spacing: .12em;
    border-radius: 999px;
    margin-bottom: 1rem;
}
.rg-title { font-size: 2.5rem; font-weight: 800; color: #1a1230; margin: 0 0 .75rem 0; line-height: 1.1; }
@media (max-width: 575.98px) { .rg-title { font-size: 1.85rem; } }
.rg-subtitle { font-size: 1.05rem; color: #555; margin: 0; line-height: 1.5; }
@media (max-width: 575.98px) { .rg-subtitle { font-size: .95rem; } }

.rg-split {
    background: #fff;
    border-radius: 24px;
    overflow: hidden;
    box-shadow: 0 24px 48px -28px rgba(80, 45, 180, .35);
}
@media (min-width: 992px) { .rg-split { display: grid; grid-template-columns: 1fr 1fr; } }

.rg-card { border: 0; background: #fff; padding: 2rem; border-radius: 0; box-shadow: none; }
@media (max-width: 575.98px) { .rg-card { padding: 1.5rem 1.25rem; } }

.rg-card-info {
    border: 0; border-radius: 0;
    background:
        radial-gradient(120% 80% at 100% 0%, rgba(255, 61, 166, .4), transparent 60%),
        radial-gradient(120% 80% at 0% 100%, rgba(124, 58, 237, .6), transparent 60%),
        linear-gradient(180deg, #2a1056, #1a0c3d);
    color: #fff; padding: 3rem 2.5rem 2rem 2.5rem;
    box-shadow: none; overflow: hidden; position: relative;
    display: flex; flex-direction: column;
}
@media (min-width: 992px) { .rg-card-info { min-height: 100%; } }
@media (max-width: 575.98px) { .rg-card-info { padding: 1.5rem 1.25rem 1.25rem 1.25rem; } }
.rg-info-logo-bg {
    position: absolute; right: -5%; bottom: -2%;
    width: 55%; height: auto; opacity: .14;
    pointer-events: none; z-index: 0;
    filter: brightness(0) invert(1);
}
.rg-card-info > *:not(.rg-info-logo-bg) { position: relative; z-index: 1; }
.rg-badge.rg-badge-light {
    display: inline-block; background: rgba(255,255,255,.1);
    border: 1px solid rgba(255,255,255,.16); color: #fff;
    padding: .4rem .9rem; border-radius: 999px;
    font-size: .72rem; font-weight: 700; letter-spacing: .08em;
    align-self: flex-start; width: fit-content;
    margin-bottom: 2rem;
}
@media (max-width: 575.98px) { .rg-badge.rg-badge-light { margin-bottom: 1rem; } }
.rg-info-title-big {
    font-size: 2.15rem; font-weight: 800; line-height: 1.12;
    color: #fff; margin: 0 0 1.25rem 0; letter-spacing: -.01em;
}
@media (max-width: 575.98px) { .rg-info-title-big { font-size: 1.5rem; margin-bottom: .85rem; line-height: 1.15; } }
.rg-info-text {
    color: rgba(255,255,255,.78);
    font-size: .95rem; line-height: 1.6;
    margin: 0 0 1rem 0;
}
.rg-info-text strong { color: #fff; font-weight: 700; }
.rg-info-text a { color: #fff; font-weight: 600; text-decoration: underline; }
@media (max-width: 575.98px) {
    .rg-info-text { font-size: .88rem; line-height: 1.5; margin-bottom: .85rem; }
}
.rg-bullets {
    list-style: none; margin: auto 0 0 0; padding: 1rem 0 0 0;
    position: relative; z-index: 1;
}
@media (max-width: 575.98px) { .rg-bullets { padding-top: .5rem; } }
.rg-bullets li {
    display: flex; align-items: flex-start; padding: .25rem 0;
    color: rgba(255,255,255,.92); font-size: .92rem; font-weight: 500;
}
@media (max-width: 575.98px) { .rg-bullets li { font-size: .85rem; padding: .15rem 0; } }
.rg-bullet-icon {
    width: 22px; height: 22px;
    background: rgba(255,255,255,.16);
    border: 1px solid rgba(255,255,255,.18);
    border-radius: 50%;
    display: inline-flex; align-items: center; justify-content: center;
    margin-right: .8rem; flex-shrink: 0;
    color: #fff; font-size: .65rem; margin-top: .1rem;
}

.rg-card-title { font-size: 1.65rem; font-weight: 800; margin: 0 0 .35rem 0; color: #1a1230; line-height: 1.2; }
@media (max-width: 575.98px) { .rg-card-title { font-size: 1.4rem; } }
.rg-card-subtitle { color: #777; margin-bottom: 0; font-size: .9rem; }
.rg-divider { border: 0; border-top: 2px dotted #e3e1f0; margin: 1.1rem 0; }
.rg-section-num {
    font-size: .85rem; text-transform: uppercase;
    letter-spacing: .12em; color: #5b21b6;
    margin: .5rem 0 1rem 0; font-weight: 700;
}

.rg-card .form-control {
    background: #faf9ff; border: 1px solid #ece9f6; border-radius: 12px;
    padding: .85rem 1rem; font-size: .92rem;
}
.rg-card .form-control:focus {
    background: #fff; border-color: #7a5efe;
    box-shadow: 0 0 0 .2rem rgba(122, 94, 254, .12);
}
.rg-card .form-floating > label { color: #888; padding-left: 1.15rem; opacity: 1; }
.rg-card .form-control.is-invalid,
.rg-card .was-validated .form-control:invalid {
    border-color: #e85347; background-color: #fff5f4; background-image: none; padding-right: 1rem;
}
.rg-card .invalid-feedback { color: #e85347; font-size: .82rem; }
.rg-card .input-group-text {
    background: #faf9ff; border: 1px solid #ece9f6; border-left: 0;
    border-radius: 0 12px 12px 0; color: #5b21b6; font-weight: 700;
}

.rg-cartel {
    width: 100%;
    aspect-ratio: 16/10;
    object-fit: cover;
    border-radius: 16px;
    margin-bottom: 1rem;
    background: #f0eef9;
}

.rg-summary {
    background: #faf9ff;
    border: 1px solid #ece9f6;
    border-radius: 16px;
    padding: 1rem 1.1rem;
    font-size: .92rem;
    line-height: 1.7;
}
.rg-summary strong { color: #1a1230; }
.rg-summary-row { display: flex; justify-content: space-between; gap: 1rem; }
.rg-summary-row + .rg-summary-row { border-top: 1px dotted #e3e1f0; padding-top: .35rem; margin-top: .35rem; }
.rg-summary-row span:first-child { color: #777; }

.rg-summary-amount {
    background: linear-gradient(135deg, rgba(124, 58, 237, .08), rgba(255, 61, 166, .06));
    border: 1px solid #e3d6ff;
    border-radius: 16px;
    padding: 1.1rem 1.1rem;
    text-align: center;
    color: #1a1230;
    margin: 1rem 0;
}
.rg-summary-amount .rg-amount-label { color: #777; font-size: .85rem; }
.rg-summary-amount .rg-amount { font-size: 1.85rem; font-weight: 800; color: #5b21b6; line-height: 1.1; display: block; margin-top: .15rem; }
.rg-summary-amount .rg-bonus {
    color: #15a35b; font-weight: 600; font-size: .85rem;
    margin-top: .35rem; display: block;
}

.rg-amounts-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: .75rem;
    margin: 1rem 0;
}
.rg-amount-btn {
    background: #faf9ff;
    border: 2px solid #ece9f6;
    border-radius: 16px;
    padding: 1.1rem .5rem;
    font-size: 1rem;
    font-weight: 700;
    color: #1a1230;
    cursor: pointer;
    transition: all .2s ease;
    line-height: 1.2;
    text-align: center;
}
.rg-amount-btn:hover {
    border-color: #7a5efe;
    background: #fff;
    color: #5b21b6;
    transform: translateY(-2px);
}
.rg-amount-btn strong { display: block; font-size: 1.35rem; margin-bottom: .15rem; }
.rg-amount-btn span { font-size: .72rem; color: #15a35b; font-weight: 600; }

.rg-help-link {
    display: block;
    background: #faf9ff;
    border: 1px solid #ece9f6;
    border-radius: 12px;
    padding: .75rem 1rem;
    color: #5b21b6;
    font-size: .9rem;
    cursor: pointer;
    text-align: center;
    margin-bottom: 1rem;
    transition: all .2s ease;
    font-weight: 500;
}
.rg-help-link:hover { background: #fff; border-color: #7a5efe; color: #5b21b6; }
.rg-help-link em { margin-right: .35rem; }

.rg-btn-primary {
    background: linear-gradient(135deg, #7c3aed, #5b21b6);
    border: 0;
    color: #fff;
    border-radius: 12px;
    padding: .9rem 1.5rem;
    font-weight: 700;
    width: 100%;
    transition: all .2s ease;
    font-size: 1rem;
}
.rg-btn-primary:hover {
    background: linear-gradient(135deg, #6d28d9, #4c1d95);
    color: #fff;
    transform: translateY(-1px);
}

.rg-check {
    display: flex; align-items: flex-start; gap: .6rem;
    background: #faf9ff;
    border: 1px solid #ece9f6;
    border-radius: 12px;
    padding: .85rem 1rem;
    font-size: .88rem;
    color: #555;
    margin-bottom: 1rem;
}
.rg-check input[type="checkbox"] { margin-top: .2rem; flex-shrink: 0; }
.rg-check a { color: #5b21b6; font-weight: 600; text-decoration: underline; }
.rg-check.is-invalid { border-color: #e85347; background: #fff5f4; }
.rg-check .invalid-feedback { display: block; color: #e85347; font-size: .8rem; margin-top: .25rem; }

/* ============================================================
   EVENTOS (ev-*)
   ============================================================ */
.ev-hero {
    text-align: center;
    margin: 0 auto 2rem auto;
    max-width: 720px;
}
.ev-badge {
    display: inline-block;
    background: #efeaff; color: #7a5efe;
    padding: .4rem .9rem; border-radius: 999px;
    font-size: .72rem; font-weight: 700; letter-spacing: .08em;
    margin-bottom: 1rem;
}
.ev-title {
    font-size: 2.25rem; font-weight: 800; line-height: 1.15;
    color: #1a1230; margin: 0 0 .75rem 0;
}
@media (max-width: 575.98px) { .ev-title { font-size: 1.75rem; } }
.ev-subtitle { color: #777; font-size: 1rem; margin: 0; }

/* Pill RRPP destacado */
.ev-rrpp-chip {
    display: inline-flex;
    align-items: center;
    gap: .65rem;
    background: linear-gradient(135deg, #7c3aed, #5b21b6);
    color: #fff;
    padding: .65rem 1.4rem;
    border-radius: 999px;
    font-size: 1.15rem;
    font-weight: 700;
    margin-top: .75rem;
    box-shadow: 0 12px 28px -12px rgba(124, 58, 237, .45);
    letter-spacing: -.005em;
}
.ev-rrpp-chip em { font-size: 1.4rem; line-height: 1; }
@media (max-width: 575.98px) {
    .ev-rrpp-chip { font-size: 1rem; padding: .55rem 1.2rem; }
    .ev-rrpp-chip em { font-size: 1.2rem; }
}

/* Buscador */
.ev-search {
    background: #fff;
    border-radius: 999px;
    box-shadow: 0 16px 36px -20px rgba(80, 45, 180, .25);
    padding: .35rem .35rem .35rem 1.25rem;
    display: flex; align-items: center;
    max-width: 720px; margin: 0 auto 2.25rem auto;
    border: 1px solid #ece9f6;
    transition: box-shadow .2s ease, border-color .2s ease;
}
.ev-search:focus-within {
    border-color: #c8bdff;
    box-shadow: 0 16px 40px -16px rgba(80, 45, 180, .32);
}
.ev-search em.bi-search {
    color: #7a5efe; font-size: 1.05rem; margin-right: .65rem;
}
.ev-search input[type="text"],
.ev-search input[type="search"] {
    flex: 1; border: 0; background: transparent;
    padding: .8rem .25rem; font-size: .95rem; color: #1a1230;
    outline: none;
}
.ev-search input::placeholder { color: #999; }
.ev-search-btn {
    background: linear-gradient(135deg, #7c3aed, #5b21b6);
    color: #fff; border: 0;
    padding: .65rem 1.4rem; border-radius: 999px;
    font-weight: 700; font-size: .9rem;
    cursor: pointer;
    transition: transform .15s ease, box-shadow .15s ease;
    flex-shrink: 0;
}
.ev-search-btn:hover {
    background: linear-gradient(135deg, #6d28d9, #4c1d95);
    transform: translateY(-1px);
}
@media (max-width: 575.98px) {
    .ev-search { padding: .35rem .35rem .35rem 1rem; }
    .ev-search-btn { padding: .55rem 1rem; font-size: .82rem; }
}

/* Grid de eventos */
.ev-event-card {
    background: #fff; border-radius: 16px; overflow: hidden;
    box-shadow: 0 8px 24px -12px rgba(80, 45, 180, .15);
    transition: transform .15s ease, box-shadow .15s ease;
    height: 100%;
    display: flex; flex-direction: column;
}
.ev-event-card:hover {
    transform: translateY(-4px);
    box-shadow: 0 16px 36px -16px rgba(80, 45, 180, .3);
}
.ev-event-card a { color: inherit; text-decoration: none; }
.ev-event-cartel {
    aspect-ratio: 16 / 10;
    overflow: hidden; background: #f0eef9;
}
.ev-event-cartel img {
    width: 100%; height: 100%; object-fit: cover;
    display: block;
}
.ev-event-body {
    padding: 1rem 1.1rem .95rem 1.1rem;
    flex: 1;
    display: flex; flex-direction: column;
}
.ev-event-title {
    font-size: 1rem; font-weight: 800;
    color: #1a1230; margin: 0 0 .5rem 0;
    line-height: 1.25;
    overflow: hidden; text-overflow: ellipsis;
    display: -webkit-box; -webkit-line-clamp: 2; -webkit-box-orient: vertical;
}
.ev-event-meta {
    color: #777; font-size: .82rem; line-height: 1.55;
    margin-top: auto;
}
.ev-event-meta em { color: #7a5efe; margin-right: .35rem; }
.ev-event-meta div { overflow: hidden; text-overflow: ellipsis; white-space: nowrap; }

/* Estado vacío */
.ev-empty {
    text-align: center; padding: 3rem 1.25rem;
    background: #fff; border-radius: 24px;
    color: #555; box-shadow: 0 24px 48px -28px rgba(80, 45, 180, .15);
    max-width: 640px; margin: 1rem auto 0 auto;
}
.ev-empty img { max-width: 160px; margin-bottom: 1rem; }
.ev-empty em { color: #7a5efe; font-size: 2.5rem; display: block; margin-bottom: .75rem; }
.ev-empty h3 { color: #1a1230; font-size: 1.35rem; font-weight: 800; margin: 0 0 .5rem 0; }
.ev-empty p { color: #777; margin: 0 0 1rem 0; font-size: .95rem; line-height: 1.5; }
.ev-empty a { color: #7a5efe; font-weight: 600; text-decoration: none; }
.ev-empty a:hover { text-decoration: underline; }

/* 404 — variante de ev-empty con número grande */
.ev-empty-404 { padding: 3.5rem 1.5rem; max-width: 560px; }
.ev-empty-404 .ev-404-num {
    font-size: 6rem;
    font-weight: 800;
    line-height: 1;
    background: linear-gradient(135deg, #7c3aed, #ff3da6);
    -webkit-background-clip: text;
    background-clip: text;
    color: transparent;
    margin-bottom: .5rem;
    letter-spacing: -.04em;
}
@media (max-width: 575.98px) { .ev-empty-404 .ev-404-num { font-size: 4.5rem; } }
.ev-empty-404 > em { font-size: 2rem; margin-bottom: 1rem; }
.ev-empty-404 h3 { font-size: 1.5rem; margin-bottom: .75rem; }
.ev-empty-404 .ev-more-btn { margin-top: 1.5rem; }

/* Botón "ver más" */
.ev-more-wrap { text-align: center; margin-top: 2rem; }
.ev-more-btn {
    display: inline-flex; align-items: center; gap: .5rem;
    background: #fff; color: #5b21b6;
    border: 2px solid #ece9f6;
    padding: .85rem 1.75rem; border-radius: 999px;
    font-weight: 700; font-size: .95rem;
    text-decoration: none;
    transition: all .2s ease;
    box-shadow: 0 4px 16px -8px rgba(80, 45, 180, .2);
}
.ev-more-btn:hover {
    background: linear-gradient(135deg, #7c3aed, #5b21b6);
    border-color: transparent; color: #fff;
    transform: translateY(-2px);
    box-shadow: 0 12px 28px -12px rgba(80, 45, 180, .4);
}
.ev-more-btn em { font-size: 1rem; line-height: 1; display: inline-flex; align-items: center; }
