/* ============================================
   ONETICKET — Homepage Styles
   Font: Space Grotesk (Google Fonts)
   ============================================ */

/* --- Reset & Base --- */
*,
*::before,
*::after {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

:root {
    /* Blues */
    --oneticket-blue-100: #008ffc;
    --oneticket-blue-200: #2e24a5;
    --oneticket-blue-300: #1c122f;
    --oneticket-blue-400: #0f0820;

    /* Purples */
    --oneticket-purple-100: #d16be7;
    --oneticket-purple-200: #c145db;
    --oneticket-purple-300: #af23cd;
    --oneticket-purple-400: #9d04bd;
    --oneticket-purple-500: #721287;

    /* Red-Rose */
    --oneticket-rose-100: #d16be7;
    --oneticket-rose-200: #f786b4;
    --oneticket-rose-300: #f0478b;
    --oneticket-rose-400: #e80d65;
    --oneticket-rose-500: #a60043;
    --oneticket-rose-600: #860036;

    /* G05 - Gradients */
    --oneticket-grad-rose-purple-300: linear-gradient(180deg, #f0478b 0%, #af23cd 100%);
    --oneticket-grad-rose-purple-400: linear-gradient(180deg, #e80d65 0%, #721287 100%);
    --oneticket-grad-red-rose-200: linear-gradient(180deg, #f786b4 0%, #e80d65 100%);
    --oneticket-grad-red-rose-300: linear-gradient(180deg, #f0478b 0%, #a60043 100%);
    --oneticket-grad-red-rose-400: linear-gradient(180deg, #e80d65 0%, #860036 100%);

    /* Grays */
    --oneticket-white: #ffffff;
    --oneticket-gray-100: #e5e5e5;
    --oneticket-gray-200: #cccccc;
    --oneticket-gray-300: #b2b2b2;
    --oneticket-gray-400: #999999;
    --oneticket-gray-500: #808080;
    --oneticket-gray-600: #666666;
    --oneticket-gray-700: #4d4d4d;
    --oneticket-gray-800: #333333;
    --oneticket-gray-900: #1a1a1a;
    --oneticket-black: #000000;

    /* Semantic */
    --oneticket-bg-dark: #1c122f;
    --oneticket-accent: #e80d65;
    --oneticket-accent-light: #f0478b;

    /* Transparent Blacks */
    --oneticket-black-10: rgba(0, 0, 0, 0.1);
    --oneticket-black-20: rgba(0, 0, 0, 0.2);
    --oneticket-black-30: rgba(0, 0, 0, 0.3);
    --oneticket-black-40: rgba(0, 0, 0, 0.4);
    --oneticket-black-50: rgba(0, 0, 0, 0.5);
    --oneticket-black-60: rgba(0, 0, 0, 0.6);
    --oneticket-black-70: rgba(0, 0, 0, 0.7);
    --oneticket-black-80: rgba(0, 0, 0, 0.8);
    --oneticket-black-90: rgba(0, 0, 0, 0.9);

    /* Transparent Whites */
    --oneticket-white-10: rgb(255, 255, 255, 0.1);
    --oneticket-white-20: rgba(255, 255, 255, 0.2);
    --oneticket-white-30: rgba(255, 255, 255, 0.3);
    --oneticket-white-40: rgba(255, 255, 255, 0.4);
    --oneticket-white-50: rgba(255, 255, 255, 0.5);
    --oneticket-white-60: rgba(255, 255, 255, 0.6);
    --oneticket-white-70: rgba(255, 255, 255, 0.7);
    --oneticket-white-80: rgba(255, 255, 255, 0.8);
    --oneticket-white-90: rgba(255, 255, 255, 0.9);

    /* Estados y Validaciones */
    --oneticket-error: #a20000;
    --oneticket-error-gradient: linear-gradient(135deg, #a20000 0%, #e53935 100%);
    --oneticket-success: #3e9e0a;
    --oneticket-success-gradient: linear-gradient(135deg, #3e9e0a 0%, #68b61c 100%);
    --oneticket-warning: #f3a90a;
    --oneticket-warning-gradient: linear-gradient(135deg, #f3a90a 0%, #ffca28 100%);
    --oneticket-gray-light: #b0bec5;
    --oneticket-gray-medium: #ccc;
    --oneticket-primary: #f0478b;
    --oneticket-secondary: #af23cd;
    --oneticket-mdc-theme-primary: var(--oneticket-primary);
    --oneticket-mdc-theme-secondary: var(--oneticket-secondary);
    --oneticket-scrim-bg: rgba(15, 8, 32, 0.5);
}

html {
    scroll-behavior: smooth;
}

body {
    font-family: 'Space Grotesk', sans-serif;
    font-weight: 400;
    font-size: 18px;
    line-height: 22px;
    color: var(--oneticket-white);
    background-color: var(--oneticket-bg-dark);
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

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

ul,
ol {
    list-style: none;
}

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

button {
    font-family: inherit;
    cursor: pointer;
    border: none;
    outline: none;
}

/* --- Typography --- */
h1,
.h1 {
    font-weight: 700;
    font-size: 96px;
    line-height: 84px;
    letter-spacing: 0%;
    text-transform: uppercase;
}

h2,
.h2 {
    font-weight: 500;
    font-size: 43px;
    text-transform: uppercase;
}

h3,
.h3 {
    font-weight: 500;
    font-size: 38px;
    text-transform: uppercase;
}

.h3-card {
    font-weight: 700;
    font-size: 36px;
    line-height: 41px;
    text-transform: uppercase;
}

h4,
.h4 {
    font-weight: 500;
    font-size: 33px;
    text-transform: uppercase;
}

h5,
.h5 {
    font-weight: 500;
    font-size: 28px;
    text-transform: uppercase;
}

h6,
.h6 {
    font-weight: 400;
    font-size: 23px;
    line-height: 30px;
}

.h6-bold {
    font-weight: 700;
    font-size: 23px;
    line-height: 30px;
    letter-spacing: 0.02em;
}

.h6-separated {
    font-weight: 400;
    font-size: 23px;
    line-height: 30px;
    letter-spacing: 0.35em;
    text-transform: uppercase;
}

.h6-separated-bold {
    font-weight: 700;
    font-size: 23px;
    line-height: 30px;
    letter-spacing: 0.35em;
    text-transform: uppercase;
}

.body-text {
    font-weight: 400;
    font-size: 18px;
    line-height: 22px;
}

.body-bold {
    font-weight: 700;
    font-size: 18px;
    line-height: 22px;
}

.body-caps {
    font-weight: 500;
    font-size: 18px;
    line-height: 22px;
    text-transform: uppercase;
}

.body-caps-separated {
    font-weight: 500;
    font-size: 18px;
    line-height: 22px;
    letter-spacing: 0.42em;
    text-transform: uppercase;
}

.medium-text {
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
}

.small-text {
    font-weight: 400;
    font-size: 14px;
    line-height: 21px;
}

.small-underline {
    font-weight: 400;
    font-size: 14px;
    line-height: 21px;
    text-decoration: underline;
}

.small-separated {
    font-weight: 400;
    font-size: 14px;
    line-height: 24px;
    letter-spacing: 0.34em;
    text-transform: uppercase;
}

.date-card-number {
    font-weight: 700;
    font-size: 21px;
    line-height: 22px;
}

.date-card-caps {
    font-weight: 300;
    font-size: 21px;
    line-height: 22px;
    text-transform: uppercase;
}

/* --- Buttons --- */
.btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 14px 32px;
    border-radius: 50px;
    font-family: 'Space Grotesk', sans-serif;
    font-weight: 500;
    font-size: 18px;
    line-height: 22px;
    text-transform: uppercase;
    transition: all 0.3s ease;
    cursor: pointer;
}

.btn-primary {
    background: var(--oneticket-accent);
    color: var(--oneticket-white);
    border: 2px solid var(--oneticket-accent);
}

.btn-primary:hover {
    background: var(--oneticket-rose-500);
    border-color: var(--oneticket-rose-500);
}

.btn-outline {
    background: transparent;
    color: var(--oneticket-white);
    border: 2px solid var(--oneticket-white);
}

.btn-outline:hover {
    background: rgba(255, 255, 255, 0.1);
}

.btn-outline-rose {
    background: transparent;
    color: var(--oneticket-accent);
    border: 2px solid var(--oneticket-accent);
}

.btn-outline-rose:hover {
    background: var(--oneticket-accent);
    color: var(--oneticket-white);
}

/* --- Layout --- */
.container {
    max-width: 1280px;
    margin: 0 auto;
    padding: 0 40px;
}

/* ============================================
   1. TOP BAR
   ============================================ */
.top-bar {
    background: linear-gradient(90deg, var(--oneticket-accent) 0%, var(--oneticket-purple-300) 50%, var(--oneticket-blue-200) 100%);
    padding: 5px 0;
}

.top-bar__wrapper {
    display: flex;
    justify-content: flex-end;
    align-items: center;
    gap: 32px;
}

.top-bar__carousel {
    position: relative;
    height: 18px;
    width: 220px;
    /* Anchura para acomodar el texto más largo */
    display: flex;
    align-items: center;
    justify-content: flex-end;
}

.top-bar__carousel-item {
    position: absolute;
    right: 0;
    font-size: 14px;
    font-weight: 400;
    color: var(--oneticket-white);
    letter-spacing: 0.02em;
    opacity: 0;
    transform: translateY(10px);
    transition: all 0.5s ease;
    pointer-events: none;
    white-space: nowrap;
}

.top-bar__carousel-item.active {
    opacity: 1;
    transform: translateY(0);
    pointer-events: auto;
}

.top-bar__carousel-item.exit {
    opacity: 0;
    transform: translateY(-10px);
}

.top-bar__carousel-item:hover {
    opacity: 0.8;
}

.top-bar__social {
    display: flex;
    align-items: center;
    gap: 18px;
}

.top-bar__social a {
    color: var(--oneticket-white);
    display: flex;
    align-items: center;
    transition: transform 0.2s ease;
}

.top-bar__social a:hover {
    transform: scale(1.1);
}

/* ============================================
   2. NAVBAR
   ============================================ */
.navbar {
    background: linear-gradient(90deg, var(--oneticket-blue-400) 20%, var(--oneticket-blue-200) 50%, var(--oneticket-blue-400) 80%);
    padding: 16px 0;
    position: sticky;
    top: 0;
    z-index: 100;
    border-bottom: 1px solid rgba(255, 255, 255, 0.08);
}

.navbar .container {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.navbar__logo img {
    height: 26px;
    width: auto;
    display: block;
}

.navbar__menu {
    display: flex;
    align-items: center;
    flex-grow: 1;
    justify-content: flex-end;
}

.navbar__nav {
    display: flex;
    align-items: center;
    gap: 32px;
    margin-right: 48px;
}

.navbar__nav a {
    font-weight: 500;
    font-size: 14px;
    line-height: 21px;
    text-transform: uppercase;
    color: var(--oneticket-white);
    letter-spacing: 0.02em;
    transition: color 0.3s ease;
    position: relative;
}

.navbar__nav a::after {
    content: '';
    position: absolute;
    bottom: -4px;
    left: 0;
    width: 100%;
    height: 2px;
    background-color: var(--oneticket-accent);
    opacity: 0;
    transform: scaleX(0);
    transition: all 0.3s ease;
}

.navbar__nav a:hover,
.navbar__nav a.active {
    color: var(--oneticket-accent);
}

.navbar__nav a:hover::after,
.navbar__nav a.active::after {
    opacity: 1;
    transform: scaleX(1);
}

.navbar__actions {
    display: flex;
    align-items: center;
}

.navbar__icons {
    display: flex;
    align-items: center;
    gap: 20px;
}

.navbar__icons a {
    color: var(--oneticket-white);
    transition: color 0.3s ease;
}

.navbar__icons a:hover {
    color: var(--oneticket-accent);
}

.navbar__cart {
    position: relative;
}

.cart-badge {
    position: absolute;
    top: -6px;
    right: -10px;
    background: var(--oneticket-accent);
    color: var(--oneticket-white);
    font-size: 10px;
    font-weight: 700;
    width: 18px;
    height: 18px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1.5px solid var(--oneticket-blue-400);
    pointer-events: none;
}

.navbar__burger {
    display: none;
    flex-direction: column;
    justify-content: space-between;
    width: 24px;
    height: 18px;
    background: transparent;
    border: none;
    cursor: pointer;
    padding: 0;
    margin-left: 20px;
    z-index: 101;
}

.navbar__burger span {
    width: 100%;
    height: 2px;
    background-color: var(--oneticket-white);
    transition: all 0.3s ease;
}

.navbar__mobile-profile {
    display: none;
}

.hidden-desktop {
    display: none !important;
}

@media (max-width: 1024px) {
    .hidden-desktop {
        display: flex !important;
    }

    .navbar__icons {
        gap: 12px;
    }

    .navbar__burger {
        display: flex;
    }

    .navbar__profile {
        display: none;
    }

    .navbar__menu {
        position: fixed;
        top: 0;
        right: -100%;
        width: 280px;
        height: 100vh;
        background: var(--oneticket-blue-400);
        flex-direction: column;
        justify-content: flex-start;
        align-items: flex-start;
        padding: 100px 40px;
        transition: right 0.4s ease;
        z-index: 100;
        box-shadow: -10px 0 30px rgba(0, 0, 0, 0.3);
        overflow-y: auto;
    }

    .navbar__menu.active {
        right: 0;
    }

    .navbar__nav {
        display: flex;
        flex-direction: column;
        align-items: flex-start;
        gap: 24px;
        margin-right: 0;
        margin-bottom: 40px;
    }


    .navbar__burger.active span:nth-child(1) {
        transform: translateY(8px) rotate(45deg);
    }

    .navbar__burger.active span:nth-child(2) {
        opacity: 0;
    }

    .navbar__burger.active span:nth-child(3) {
        transform: translateY(-8px) rotate(-45deg);
    }
}

.navbar__nav a:hover,
.navbar__nav a.active {
    color: var(--oneticket-accent);
}

.navbar__nav a:hover::after,
.navbar__nav a.active::after {
    opacity: 1;
    transform: scaleX(1);
}

/* ============================================
   3. SAFE BAR
   ============================================ */
.safe-bar {
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
    padding: 10px 0;
    text-align: center;
    border-top: 1px solid rgba(255, 255, 255, 0.2);
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
    position: sticky;
    top: 58px;
    width: 100%;
    left: 0;
    margin-bottom: -41px;
    z-index: 95;
    transition: background 0.4s ease;
}

/* Modifier for event details with breadcrumbs */
.safe-bar--split .container {
    display: flex;
    justify-content: space-between;
    align-items: center;
    text-align: left;
}

.safe-bar__text {
    font-size: 13px;
    margin: 0;
}

.safe-bar-breadcrumbs {
    display: flex;
    align-items: center;
    gap: 8px;
    font-size: 13px;
    color: rgba(255, 255, 255, 0.5);
}

.safe-bar-breadcrumbs a {
    color: var(--oneticket-white);
    text-decoration: none;
    opacity: 0.7;
    transition: opacity 0.3s ease;
}

.safe-bar-breadcrumbs a:hover {
    opacity: 1;
}

.safe-bar--success {
    background: var(--oneticket-success-gradient) !important;
    color: white !important;
}

.safe-bar--warning {
    background: var(--oneticket-warning-gradient) !important;
    color: white !important;
}

.safe-bar--error {
    background: var(--oneticket-error-gradient) !important;
    color: white !important;
}

/* Profile Dropdown */
.navbar__profile {
    position: relative;
    display: flex;
    align-items: center;
}

.profile-dropdown {
    position: absolute;
    top: calc(100% + 20px);
    right: -10px;
    width: 200px;
    background: #0f0820;
    border: 1px solid rgba(255, 255, 255, 0.1);
    border-radius: 12px;
    padding: 8px 0;
    opacity: 0;
    visibility: hidden;
    transform: translateY(10px);
    transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.6);
    z-index: 1000;
}

.profile-dropdown.active {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
}

.profile-dropdown::before {
    content: '';
    position: absolute;
    top: -7px;
    right: 18px;
    width: 12px;
    height: 12px;
    background: #0f0820;
    border-top: 1px solid rgba(255, 255, 255, 0.1);
    border-left: 1px solid rgba(255, 255, 255, 0.1);
    transform: rotate(45deg);
}

.profile-dropdown a {
    display: flex;
    align-items: center;
    padding: 14px 24px;
    font-size: 14px;
    color: var(--oneticket-white);
    text-decoration: none;
    transition: all 0.3s ease;
    white-space: nowrap;
}

.profile-dropdown a:hover {
    background: rgba(255, 255, 255, 0.04);
    color: var(--oneticket-accent);
}

.profile-dropdown a svg {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 32px;
    height: 32px;
    padding: 8px;
    background: rgba(255, 255, 255, 0.1);
    border-radius: 50%;
    margin-right: 14px;
    flex-shrink: 0;
    transition: all 0.3s ease;
    color: var(--oneticket-white);
}

.profile-dropdown a:hover svg {
    background: rgba(255, 255, 255, 0.2);
    color: var(--oneticket-accent);
}

.profile-dropdown .logout-link svg {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 32px;
    height: 32px;
    padding: 8px;
    background: rgba(255, 82, 82, 0.1);
    border-radius: 50%;
    margin-right: 14px;
    flex-shrink: 0;
    transition: all 0.3s ease;
    color: #ff5252;
}

.profile-dropdown .logout-link:hover svg {
    background: rgba(255, 82, 82, 0.2);
}

.dropdown-divider {
    height: 1px;
    background: rgba(255, 255, 255, 0.1);
    margin: 6px 0;
}

.logout-icon-mobile {
    color: #ff5252 !important;
}

.logout-link {
    color: #ff5252 !important;
}

.logout-link:hover {
    background: rgba(255, 82, 82, 0.1) !important;
}

.safe-bar.safe-bar--gradient {
    background: linear-gradient(90deg, #f0478b 0%, #af23cd 100%) !important;
}

.safe-bar p {
    color: var(--oneticket-white);
    font-size: 13px;
    font-weight: 400;
    margin: 0;
    text-decoration: none;
    letter-spacing: 0.03em;
    opacity: 0.95;
    text-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
}

.navbar__actions a {
    font-size: 14px;
    color: var(--oneticket-white);
    transition: color 0.3s ease;
}

.navbar__actions a:hover {
    color: var(--oneticket-accent);
}

.navbar__icons {
    display: flex;
    gap: 16px;
    align-items: center;
}

.navbar__icons>a,
.navbar__profile>a {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 32px;
    height: 32px;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.1);
    transition: background 0.3s ease;
    color: var(--oneticket-white);
}

.navbar__icons>a:hover,
.navbar__profile>a:hover {
    background: rgba(255, 255, 255, 0.2);
    color: var(--oneticket-accent);
}

/* ============================================
   3. HERO / SLIDER
   ============================================ */
.hero {
    position: relative;
    min-height: 80vh;
    display: flex;
    align-items: center;
    overflow: hidden;
    background: var(--oneticket-bg-dark);
}

.hero__slider {
    position: relative;
    width: 100%;
    height: 100%;
    min-height: 80vh;
}

.hero__slide {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    visibility: hidden;
    transition: opacity 0.8s ease, visibility 0.8s ease;
    display: flex;
    align-items: center;
    z-index: 1;
}

.hero__slide.active {
    opacity: 1;
    visibility: visible;
    z-index: 2;
}

.hero__slide-image {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.hero__slide-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    /* Combo: 30% black base + blue to transparent gradient */
    background:
        linear-gradient(90deg, var(--oneticket-blue-400) 0%, rgba(15, 8, 32, 0.4) 60%, transparent 100%),
        var(--oneticket-black-30);
    z-index: 2;
}

.hero__content {
    position: relative;
    z-index: 3;
    padding: 120px 100px 80px 100px;
    width: 100%;
}

.hero__content .container {
    max-width: 1280px;
}

.hero__tag {
    font-weight: 400;
    font-size: 14px;
    line-height: 1px;
    letter-spacing: 0.7em;
    text-transform: uppercase;
    color: var(--oneticket-white);
    margin-bottom: 16px;
}

.hero__title {
    font-weight: 700;
    font-size: 96px;
    line-height: 84px;
    text-transform: uppercase;
    color: var(--oneticket-white);
    margin-bottom: 10px;
}

.hero__meta {
    display: flex;
    align-items: center;
    gap: 24px;
    margin-bottom: 16px;
    font-size: 16px;
    color: var(--oneticket-white);
    opacity: 0.9;
}

.hero__meta span {
    display: flex;
    align-items: center;
    gap: 6px;
    font-weight: 100;
    font-size: 14px;
}

.hero__description {
    font-size: 18px;
    line-height: 22px;
    text-transform: uppercase;
    color: var(--oneticket-white);
    max-width: 480px;
    margin-bottom: 32px;
    opacity: 0.9;
    /* Limit to 2 lines */
    display: -webkit-box;
    -webkit-line-clamp: 2;
    line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.hero__status-tag {
    display: inline-flex;
    align-items: center;
    background: var(--oneticket-error);
    color: var(--oneticket-white);
    padding: 6px 16px;
    border-radius: 50px;
    font-size: 14px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.1em;
    margin-bottom: 20px;
}

.hero__buttons {
    display: flex;
    gap: 16px;
    margin-bottom: 48px;
}

/* Controls */
.hero__btn {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 40px;
    height: 90px;
    border-radius: 9px;
    background: var(--oneticket-black-30);
    backdrop-filter: blur(10px);
    border: 1px solid var(--oneticket-purple-400);
    cursor: pointer;
    z-index: 10;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.3s ease;
}

.hero__btn:hover {
    background: (var(--oneticket-grad-rose-purple-300));
    transform: translateY(-50%) scale(1.05);
}

.hero__btn svg path {
    transition: stroke 0.3s ease;
}

.hero__btn:hover svg path {
    stroke: var(--oneticket-white);
}

.hero__btn.prev {
    left: 40px;
}

.hero__btn.next {
    right: 40px;
}

.hero__dots {
    position: absolute;
    bottom: 40px;
    left: 50%;
    transform: translateX(-50%);
    display: flex;
    gap: 12px;
    z-index: 10;
}

.hero__dots .dot {
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.3);
    cursor: pointer;
    transition: all 0.3s ease;
}

.hero__dots .dot.active {
    background: var(--oneticket-accent);
    width: 32px;
    border-radius: 5px;
}

@media (max-width: 640px) {
    .container {
        padding: 0 20px;
    }

    .hero--inner .hero__buttons {
        flex-direction: row !important;
        align-items: center;
        gap: 12px;
        width: 100%;
        max-width: 100%;
        box-sizing: border-box;
        justify-content: space-between;
        /* Spread them to match card width */
        margin-bottom: 30px;
    }

    .hero__slider .hero__buttons {
        flex-direction: column;
        align-items: stretch;
        width: 100%;
        gap: 12px;
        margin-bottom: 30px;
    }

    .hero__slider .hero__btn-primary,
    .hero__slider .hero__btn-ghost {
        width: 100%;
        text-align: center;
    }

    .hero__content {
        padding: 60px 20px 100px 20px;
    }

    .hero__meta {
        flex-direction: column;
        align-items: flex-start;
        gap: 10px;
    }

    .hero__btn {
        top: auto;
        height: 90px;
    }

    .hero__btn.prev {
        left: 5px;
    }

    .hero__btn.next {
        right: 5px;
    }

    .hero__btn {
        width: 30px;
    }

    /* Adjust flex properties to fill space */
    .hero--inner .quantity-selector--hero {
        /*flex: 0 0 auto;*/
        min-width: 130px !important;
    }

    .hero--inner .hero__icon-ticket {
        flex: 0 0 54px;
    }

    .hero--inner .hero__btn-more {
        flex: 1;
        /* This one takes the rest of the space */
        min-width: 110px;
        padding: 12px 10px;
    }
}

@media (max-width: 360px) {
    .hero--inner .hero__btn-more {
        display: none !important;
    }
}

/* ============================================
   4. ALIANZAS
   ============================================ */
.alianzas {
    background: var(--oneticket-white);
    padding: 80px 0;
}

.alianzas__title {
    text-align: center;
    font-weight: 500;
    font-size: 28px;
    text-transform: uppercase;
    color: var(--oneticket-accent);
    margin-bottom: 48px;
    position: relative;
    padding-bottom: 15px;
}

.alianzas__title::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 60px;
    height: 3px;
    background: var(--oneticket-blue-200);
}

.alianzas__carousel {
    overflow: hidden;
    padding: 20px 0;
    position: relative;
    width: 100%;
}

.alianzas__track {
    display: flex;
    width: calc(250px * 10);
    animation: scrollLogos 30s linear infinite;
    gap: 40px;
}

.alianzas .logo-item {
    width: 250px;
    flex-shrink: 0;
    display: flex;
    justify-content: center;
    align-items: center;
}

.alianzas .logo-item img {
    max-height: 90px;
    width: auto;
    filter: grayscale(0%);
    opacity: 0.9;
    transition: all 0.4s ease;
}

.alianzas .logo-item img:hover {
    filter: grayscale(100%);
    opacity: 0.4;
    transform: scale(0.95);
}

@keyframes scrollLogos {
    0% {
        transform: translateX(0);
    }

    100% {
        transform: translateX(calc(-250px * 5 - 40px * 5));
    }
}

/* ============================================
   5. PROXIMOS EVENTOS
   ============================================ */
.eventos {
    background: linear-gradient(90deg, var(--oneticket-blue-400) 20%, var(--oneticket-blue-200) 50%, var(--oneticket-blue-400) 80%);
    padding: 80px 0;
}

.eventos__title {
    text-align: center;
    font-weight: 500;
    font-size: 28px;
    text-transform: uppercase;
    color: var(--oneticket-accent);
    margin-bottom: 48px;
    position: relative;
    padding-bottom: 15px;
}

.eventos__title::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 60px;
    height: 3px;
    background: var(--oneticket-white);
}

.eventos__grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 24px;
}

.eventos__footer {
    display: flex;
    justify-content: center;
    margin-top: 48px;
    width: 100%;
}

/* Event Card */
.event-card {
    background: rgba(255, 255, 255, 0.05);
    border-radius: 16px;
    overflow: hidden;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    display: flex;
    flex-direction: column;
    height: 100%;
}

.event-card:hover {
    transform: translateY(-4px);
    box-shadow: 0 12px 40px rgba(232, 13, 101, 0.15);
}

.event-card__image {
    position: relative;
    height: 220px;
    overflow: hidden;
}

.event-card__image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    z-index: 1;
}

.event-card__overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: var(--oneticket-black-30);
    z-index: 2;
}

.event-card__tag {
    position: absolute;
    top: 16px;
    left: 16px;
    font-weight: 400;
    font-size: 14px;
    line-height: 24px;
    letter-spacing: 0.34em;
    text-transform: uppercase;
    color: var(--oneticket-white);
    text-shadow: 0 1px 4px rgba(0, 0, 0, 0.5);
    z-index: 3;
}

.event-card__date {
    position: absolute;
    top: 16px;
    right: 16px;
    background: var(--oneticket-accent);
    border-radius: 8px;
    padding: 8px 12px;
    text-align: center;
    min-width: 52px;
    z-index: 3;
}

.event-card__date-day {
    font-weight: 700;
    font-size: 21px;
    line-height: 22px;
    color: var(--oneticket-white);
}

.event-card__date-month {
    font-weight: 300;
    font-size: 14px;
    line-height: 18px;
    text-transform: uppercase;
    color: var(--oneticket-white);
    opacity: 0.9;
}

.event-card__body {
    padding: 24px;
    display: flex;
    flex-direction: column;
    flex: 1;
}

.event-card__title {
    font-weight: 700;
    font-size: 23px;
    line-height: 30px;
    text-transform: uppercase;
    color: var(--oneticket-white);
    margin-bottom: 8px;
}

.event-card__venue {
    display: flex;
    align-items: center;
    gap: 6px;
    font-size: 14px;
    color: var(--oneticket-accent);
    margin-bottom: 12px;
}

.event-card__venue svg {
    width: 14px;
    height: 14px;
    flex-shrink: 0;
}

.event-card__desc {
    font-size: 14px;
    line-height: 21px;
    color: rgba(255, 255, 255, 0.7);
    margin-bottom: 20px;
    /* Limit to 2 lines */
    display: -webkit-box;
    -webkit-line-clamp: 2;
    line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.event-card__actions {
    display: flex;
    flex-direction: column;
    gap: 12px;
    margin-top: auto;
}

.event-card__actions .btn {
    width: 100%;
    padding: 12px 24px;
    font-size: 14px;
}

.event-card__link {
    text-align: center;
    font-weight: 400;
    font-size: 14px;
    line-height: 21px;
    text-decoration: underline;
    color: var(--oneticket-white);
    transition: color 0.3s ease;
}

.event-card__link:hover {
    color: var(--oneticket-accent);
}

/* Eventos Sin Publicar (Admin Mode) */
.event-card--unpublished {
    opacity: 0.75;
    filter: grayscale(0.2);
    border: 1px dashed var(--oneticket-error);
    transition: all 0.3s ease;
}

.event-card--unpublished .event-card__status-bar {
    background-color: var(--oneticket-error);
    color: var(--oneticket-white);
    text-align: center;
    padding: 10px 0;
    font-weight: 700;
    text-transform: uppercase;
    font-size: 14px;
    letter-spacing: 0.1em;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}

/* ============================================
   6. METODOS DE PAGO
   ============================================ */
.metodos-pago {
    background: var(--oneticket-white);
    padding: 60px 0;
    border-top: 1px solid rgba(0, 0, 0, 0.05);
}

.metodos-pago__title {
    text-align: center;
    font-weight: 500;
    font-size: 28px;
    text-transform: uppercase;
    color: var(--oneticket-accent);
    margin-bottom: 40px;
    position: relative;
    padding-bottom: 15px;
}

.metodos-pago__title::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 60px;
    height: 3px;
    background: var(--oneticket-blue-200);
}

.metodos-pago__carousel {
    overflow: hidden;
    padding: 20px 0;
    position: relative;
    width: 100%;
}

.metodos-pago__track {
    display: flex;
    width: calc(250px * 12);
    animation: scrollLogosPayment 30s linear infinite;
    gap: 40px;
}

.metodos-pago .logo-item {
    width: 250px;
    height: 120px;
    flex-shrink: 0;
    display: flex;
    justify-content: center;
    align-items: center;
}

.metodos-pago .logo-item img {
    max-height: 90px;
    width: auto;
    filter: grayscale(0%);
    opacity: 0.9;
    transition: all 0.4s ease;
}

.metodos-pago .logo-item img.logo-large {
    max-height: 150px;
}

.metodos-pago .logo-item img:hover {
    filter: grayscale(100%);
    opacity: 0.4;
    transform: scale(0.95);
}

@keyframes scrollLogosPayment {
    0% {
        transform: translateX(0);
    }

    100% {
        transform: translateX(calc(-250px * 6 - 40px * 6));
    }
}

/* ============================================
   7. SAFE TICKET
   ============================================ */
.safe-ticket {
    display: flex;
    min-height: 500px;
}

.safe-ticket__image {
    flex: 1;
    position: relative;
    overflow: hidden;
}

.safe-ticket__slider {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.safe-ticket__slide {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    transition: opacity 1s ease;
    z-index: 1;
}

.safe-ticket__slide.active {
    opacity: 1;
    z-index: 2;
}

.safe-ticket__img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}

.safe-ticket__overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(to right, rgba(28, 18, 47, 0.4), transparent);
    z-index: 3;
}

.safe-ticket__content {
    flex: 1;
    background: var(--oneticket-white);
    padding: 80px 60px;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.safe-ticket__label {
    font-weight: 400;
    font-size: 14px;
    line-height: 24px;
    letter-spacing: 0.34em;
    text-transform: uppercase;
    color: var(--oneticket-gray-500);
    margin-bottom: 12px;
}

.safe-ticket__title {
    font-weight: 500;
    font-size: 38px;
    text-transform: uppercase;
    color: var(--oneticket-accent);
    margin-bottom: 16px;
}

.safe-ticket__desc {
    font-size: 16px;
    line-height: 24px;
    color: var(--oneticket-gray-600);
    margin-bottom: 32px;
    max-width: 460px;
}

.safe-ticket__features {
    display: flex;
    flex-direction: column;
    gap: 24px;
    margin-bottom: 40px;
}

.safe-ticket__feature h6 {
    font-weight: 700;
    font-size: 16px;
    color: var(--oneticket-gray-900);
    margin-bottom: 4px;
}

.safe-ticket__feature p {
    font-size: 14px;
    line-height: 21px;
    color: var(--oneticket-gray-500);
}

.safe-ticket__feature::before {
    content: '>';
    color: var(--oneticket-accent);
    font-weight: 700;
    margin-right: 8px;
}

.safe-ticket__feature {
    display: flex;
    align-items: flex-start;
}

.safe-ticket__feature-content {
    flex: 1;
}

/* ============================================
   8. BANNER DESCUENTO
   ============================================ */
.banner-descuento {
    background: var(--oneticket-bg-dark);
    padding: 80px 0;
    text-align: center;
}

.banner-descuento__label {
    font-weight: 400;
    font-size: 14px;
    line-height: 24px;
    letter-spacing: 0.34em;
    text-transform: uppercase;
    color: var(--oneticket-white);
    opacity: 0.7;
    margin-bottom: 12px;
}

.banner-descuento__title {
    font-weight: 500;
    font-size: 43px;
    text-transform: uppercase;
    color: var(--oneticket-accent);
    margin-bottom: 16px;
}

.banner-descuento__desc {
    font-size: 16px;
    line-height: 24px;
    color: rgba(255, 255, 255, 0.7);
    margin-bottom: 32px;
    max-width: 500px;
    margin-left: auto;
    margin-right: auto;
}

.banner-descuento__btn {
    display: inline-flex;
}

/* ============================================
   9. FOOTER
   ============================================ */
.footer {
    background: var(--oneticket-bg-dark);
    padding: 48px 0;
    border-top: 1px solid rgba(255, 255, 255, 0.08);
    text-align: center;
}

.footer__social {
    display: flex;
    justify-content: center;
    gap: 16px;
    margin-bottom: 24px;
}

.footer__social a {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 36px;
    height: 36px;
    color: var(--oneticket-white);
    transition: color 0.3s ease;
}

.footer__social a:hover {
    color: var(--oneticket-accent);
}

.footer__logo {
    display: inline-block;
}

.footer__logo img {
    height: 32px;
    width: auto;
    margin: 0 auto;
    display: block;
}

/* ============================================
   RESPONSIVE
   ============================================ */
@media (max-width: 1024px) {
    .eventos__grid {
        grid-template-columns: repeat(2, 1fr);
    }

    .hero__title {
        font-size: 72px;
        line-height: 66px;
    }

    .safe-ticket {
        flex-direction: column;
    }

    .safe-ticket__image {
        min-height: 300px;
    }
}

@media (max-width: 768px) {
    .container {
        padding: 0 20px;
    }


    .hero__title {
        font-size: 48px;
        line-height: 44px;
    }

    .hero__tag {
        font-size: 16px;
        letter-spacing: 0.25em;
    }

    .eventos__grid {
        grid-template-columns: 1fr;
    }

    .alianzas__logos {
        gap: 30px;
    }

    .metodos-pago__logos {
        gap: 24px;
    }

    .banner-descuento__title {
        font-size: 32px;
    }

    .safe-ticket__content {
        padding: 40px 20px;
    }
}

/* ============================================
   14. CART PAGE
   ============================================ */
.cart-body {
    background: var(--oneticket-bg-dark);
}

.cart-main {
    padding: 60px 0 100px;
    min-height: 80vh;
}

.container--narrow {
    max-width: 1100px;
}

/* Breadcrumbs */
.cart-breadcrumbs {
    display: flex;
    align-items: center;
    gap: 12px;
    margin-bottom: 30px;
    font-size: 14px;
    color: rgba(255, 255, 255, 0.4);
}

.cart-breadcrumbs .active {
    color: var(--oneticket-white);
    font-weight: 600;
}

.cart-breadcrumbs .separator {
    opacity: 0.3;
}

/* Title */
.cart-title {
    font-size: 42px;
    font-weight: 800;
    color: var(--oneticket-white);
    margin-bottom: 50px;
    letter-spacing: -0.02em;
}

/* Grid */
.cart-grid {
    display: grid;
    grid-template-columns: 1fr 380px;
    gap: 40px;
    align-items: flex-start;
}

/* Left - Items */
.cart-left {
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.cart-item {
    background: linear-gradient(var(--oneticket-bg-dark), var(--oneticket-bg-dark)) padding-box,
        linear-gradient(135deg, var(--oneticket-primary) 0%, var(--oneticket-secondary) 100%) border-box;
    border: 1px solid transparent;
    border-radius: 16px;
    padding: 30px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    transition: transform 0.3s ease, border-color 0.3s ease, box-shadow 0.3s ease;
}

.cart-item:hover {
    box-shadow: 0 10px 30px rgba(240, 71, 139, 0.15);
    transform: translateY(-2px);
}

.cart-item__name {
    font-size: 20px;
    font-weight: 700;
    color: var(--oneticket-white);
    margin-bottom: 8px;
}

.cart-item__detail {
    font-size: 14px;
    color: rgba(255, 255, 255, 0.6);
    margin-bottom: 16px;
}

.cart-item__remove {
    background: none;
    border: none;
    color: #ff5252;
    font-size: 13px;
    font-weight: 500;
    cursor: pointer;
    text-decoration: underline;
    opacity: 0.8;
    transition: opacity 0.3s ease;
    padding: 0;
}

.cart-item__remove:hover {
    opacity: 1;
}

.cart-item__actions {
    display: flex;
    align-items: center;
    gap: 30px;
}

/* Quantity Selector */
.quantity-selector {
    display: flex;
    align-items: center;
    background: rgba(255, 255, 255, 0.05);
    border: 1px solid rgba(255, 255, 255, 0.1);
    border-radius: 12px;
    overflow: hidden;
    height: 48px;
}

.qty-btn {
    width: 44px;
    height: 100%;
    background: transparent;
    border: none;
    color: var(--oneticket-white);
    font-size: 20px;
    cursor: pointer;
    transition: background 0.3s ease;
}

.qty-btn:hover {
    background: rgba(255, 255, 255, 0.1);
}

.qty-input {
    width: 50px;
    height: 100%;
    background: transparent;
    border: none;
    color: var(--oneticket-white);
    text-align: center;
    font-size: 16px;
    font-weight: 600;
    -moz-appearance: textfield;
    appearance: none;
}

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

.cart-item__price {
    font-size: 24px;
    font-weight: 800;
    color: var(--oneticket-white);
    min-width: 100px;
    text-align: right;
}

/* Right - Summary */
.cart-summary {
    background: linear-gradient(var(--oneticket-bg-dark), var(--oneticket-bg-dark)) padding-box,
        linear-gradient(135deg, var(--oneticket-primary) 0%, var(--oneticket-secondary) 100%) border-box;
    border: 1px solid transparent;
    backdrop-filter: blur(20px);
    border-radius: 20px;
    padding: 30px;
    position: sticky;
    top: 100px;
}

.summary-row {
    display: flex;
    justify-content: space-between;
    margin-bottom: 16px;
    font-size: 15px;
    color: rgba(255, 255, 255, 0.7);
}

.summary-total {
    display: flex;
    justify-content: space-between;
    margin-top: 24px;
    padding-top: 24px;
    border-top: 1px solid rgba(255, 255, 255, 0.1);
    font-size: 24px;
    font-weight: 800;
    color: var(--oneticket-white);
    margin-bottom: 30px;
}

/* Promo Code */
.promo-code {
    display: flex;
    gap: 10px;
    margin-bottom: 30px;
}

.promo-code input {
    flex-grow: 1;
    background: rgba(255, 255, 255, 0.05);
    border: 1px solid rgba(255, 255, 255, 0.1);
    border-radius: 10px;
    padding: 12px 16px;
    color: var(--oneticket-white);
    font-size: 14px;
}

.promo-code button {
    background: var(--oneticket-blue-400);
    border: 1px solid rgba(255, 255, 255, 0.1);
    border-radius: 10px;
    padding: 0 20px;
    color: var(--oneticket-white);
    font-size: 14px;
    font-weight: 600;
    cursor: pointer;
    transition: background 0.3s ease;
}

.promo-code button:hover {
    background: rgba(255, 255, 255, 0.1);
}

/* Checkout Button */
.cart-checkout {
    height: 56px;
    font-size: 16px;
    font-weight: 700;
    letter-spacing: 0.02em;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    margin-bottom: 20px;
}

.summary-divider {
    text-align: center;
    position: relative;
    margin-bottom: 20px;
}

.summary-divider::before {
    content: '';
    position: absolute;
    top: 50%;
    left: 0;
    width: 100%;
    height: 1px;
    background: rgba(255, 255, 255, 0.1);
    z-index: 1;
}

.summary-divider span {
    background: #0f0820;
    /* Darker bg to match cart body */
    padding: 0 15px;
    position: relative;
    z-index: 2;
    color: rgba(255, 255, 255, 0.4);
    font-size: 13px;
}

.continue-link {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    color: rgba(255, 255, 255, 0.7);
    text-decoration: none;
    font-size: 14px;
    font-weight: 500;
    transition: color 0.3s ease;
}

.continue-link:hover {
    color: var(--oneticket-white);
}

/* Responsiveness */
@media (max-width: 1024px) {
    .cart-grid {
        grid-template-columns: 1fr;
    }

    .cart-summary {
        position: static;
    }
}

@media (max-width: 576px) {
    .cart-item {
        flex-direction: column;
        align-items: flex-start;
        gap: 20px;
    }

    .cart-item__actions {
        width: 100%;
        justify-content: space-between;
    }

    .cart-title {
        font-size: 32px;
    }
}

/* ============================================
   15. STEP WIZARD
   ============================================ */
.step-wizard {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    padding: 10px 0;
    margin-bottom: 30px;
    position: relative;
    max-width: 900px;
    margin-left: auto;
    margin-right: auto;
}

.step-wizard__item {
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: center;
    flex: 1;
    z-index: 1;
}

/* Connecting line */
.step-wizard__item:not(:last-child)::after {
    content: '';
    position: absolute;
    top: 24px;
    left: 50%;
    width: 100%;
    height: 2px;
    background: linear-gradient(90deg, var(--oneticket-primary), var(--oneticket-secondary));
    z-index: -1;
    transition: opacity 0.4s ease;
}

.step-wizard__circle {
    width: 48px;
    height: 48px;
    border-radius: 50%;
    background: linear-gradient(var(--oneticket-bg-dark), var(--oneticket-bg-dark)) padding-box,
        linear-gradient(135deg, var(--oneticket-primary) 0%, var(--oneticket-secondary) 100%) border-box;
    border: 2px solid transparent;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 15px;
    transition: all 0.3s ease;
    color: rgba(255, 255, 255, 0.4);
    font-size: 16px;
    font-weight: 700;
}

.step-wizard__circle svg {
    display: none;
    width: 24px;
    height: 24px;
    stroke: white;
}

.step-wizard__label {
    font-size: 14px;
    font-weight: 700;
    color: var(--oneticket-white);
    margin-bottom: 4px;
}

.step-wizard__sublabel {
    font-size: 12px;
    color: rgba(255, 255, 255, 0.5);
    font-weight: 500;
}

/* States */
/* SUCCESS: Completed */
.step-wizard__item.is-complete .step-wizard__circle {
    background: var(--oneticket-success-gradient);
    border-color: var(--oneticket-success);
    color: white;
}

.step-wizard__item.is-complete .step-wizard__circle svg {
    display: block;
}

.step-wizard__item.is-complete .step-wizard__circle span {
    display: none;
}

.step-wizard__item.is-complete::after {
    background: linear-gradient(135deg, var(--oneticket-primary) 0%, var(--oneticket-secondary) 100%);
}

/* WARNING: Active (In Process) */
.step-wizard__item.is-active .step-wizard__circle {
    background: var(--oneticket-warning-gradient);
    border-color: var(--oneticket-warning);
    color: white;
    box-shadow: 0 0 25px rgba(243, 169, 10, 0.4);
}

.step-wizard__item.is-active .step-wizard__circle span {
    color: white;
}

.step-wizard__item.is-active .step-wizard__label {
    color: var(--oneticket-warning);
}

/* Responsiveness */
@media (max-width: 768px) {
    .step-wizard {
        padding: 40px 10px;
    }

    .step-wizard__circle {
        width: 48px;
        height: 48px;
        font-size: 16px;
    }

    .step-wizard__item:not(:last-child)::after {
        top: 24px;
    }

    .step-wizard__label {
        font-size: 14px;
    }

    .step-wizard__sublabel {
        font-size: 12px;
    }
}

/* ============================================
   16. MODALS
   ============================================ */
.modal {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1000;
    display: none;
    align-items: center;
    justify-content: center;
    padding: 20px;
}

.modal.active {
    display: flex;
}

.modal__overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(15, 8, 32, 0.8);
    backdrop-filter: blur(10px);
}

.modal__dialog {
    position: relative;
    background: linear-gradient(var(--oneticket-bg-dark), var(--oneticket-bg-dark)) padding-box,
        linear-gradient(135deg, var(--oneticket-primary) 0%, var(--oneticket-secondary) 100%) border-box;
    border: 2px solid transparent;
    border-radius: 24px;
    width: 100%;
    max-width: 500px;
    padding: 40px;
    z-index: 1;
    animation: modalIn 0.3s ease-out;
}

@keyframes modalIn {
    from {
        opacity: 0;
        transform: translateY(20px);
    }

    to {
        opacity: 1;
        transform: translateY(0);
    }
}

.modal__close {
    position: absolute;
    top: 20px;
    right: 20px;
    background: none;
    border: none;
    color: rgba(255, 255, 255, 0.5);
    font-size: 30px;
    line-height: 1;
    cursor: pointer;
    transition: color 0.3s ease;
}

.modal__close:hover {
    color: var(--oneticket-white);
}

.modal__title {
    font-size: 28px;
    font-weight: 700;
    margin-bottom: 30px;
    text-align: center;
}

/* Login Sections */
.social-login {
    display: flex;
    flex-direction: column;
    gap: 12px;
    margin-bottom: 25px;
}

.social-btn {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 12px;
    height: 48px;
    border-radius: 12px;
    font-size: 14px;
    font-weight: 600;
    transition: all 0.3s ease;
    border: 1px solid rgba(255, 255, 255, 0.1);
    background: rgba(255, 255, 255, 0.05);
    color: var(--oneticket-white);
}

.social-btn:hover {
    background: rgba(255, 255, 255, 0.1);
    transform: translateY(-2px);
}

.social-btn--google:hover {
    border-color: #EA4335;
}

.social-btn--facebook:hover {
    border-color: #1877F2;
}

.social-btn--tiktok:hover {
    border-color: #000000;
}

.modal-divider {
    display: flex;
    align-items: center;
    text-align: center;
    margin: 25px 0;
    color: rgba(255, 255, 255, 0.3);
    font-size: 13px;
}

.modal-divider::before,
.modal-divider::after {
    content: '';
    flex: 1;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

.modal-divider:not(:empty)::before {
    margin-right: 15px;
}

.modal-divider:not(:empty)::after {
    margin-left: 15px;
}

/* Modal Form */
.modal-form {
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.modal-form .form-group {
    display: flex;
    flex-direction: column;
    gap: 8px;
}

.modal-form label {
    font-size: 13px;
    font-weight: 600;
    color: rgba(255, 255, 255, 0.6);
}

.modal-form input {
    background: rgba(255, 255, 255, 0.05);
    border: 1px solid rgba(255, 255, 255, 0.1);
    border-radius: 12px;
    padding: 12px 16px;
    color: var(--oneticket-white);
    font-family: inherit;
    transition: border-color 0.3s ease;
}

.modal-form input:focus {
    border-color: var(--oneticket-primary);
    background: rgba(255, 255, 255, 0.08);
}

/* ============================================
   AUTH MODAL COMPONENTS
   (Migrated from inline styles)
============================================ */
.modal-form {
    display: flex;
    flex-direction: column;
    gap: 15px;
}

.auth-view {
    display: none;
}

.auth-view.active {
    display: block;
}

.modal-form .btn-modal-primary {
    border-radius: 50px;
    padding: 14px;
    font-weight: 700;
    margin-top: 10px;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

.social-row {
    display: flex;
    justify-content: center;
    gap: 20px;
    margin-top: 20px;
}

.social-icon-btn {
    width: 44px;
    height: 44px;
    border-radius: 50%;
    border: 1px solid rgba(255, 255, 255, 0.15);
    background: transparent;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    transition: all 0.3s ease;
    color: #fff;
}

.social-icon-btn:hover {
    background: rgba(255, 255, 255, 0.1);
    transform: translateY(-2px);
    border-color: #fff;
}

.input-with-action {
    position: relative;
    display: flex;
    align-items: center;
    width: 100%;
}

.input-action-btn {
    position: absolute;
    right: 15px;
    background: none;
    border: none;
    color: #60a5fa;
    font-size: 13px;
    font-weight: 600;
    cursor: pointer;
    z-index: 5;
}

.input-action-btn:hover {
    color: #fff;
}

.auth-nav {
    display: flex;
    justify-content: space-between;
    margin: 10px 0;
    font-size: 13px;
}

.auth-nav a {
    color: #60a5fa;
    text-decoration: none;
}

.auth-nav a:hover {
    text-decoration: underline;
}

.modal-divider {
    text-align: center;
    color: rgba(255, 255, 255, 0.2);
    font-size: 12px;
    position: relative;
    margin: 25px 0;
}

/* MDC Text Field Sync */
.mdc-text-field {
    background-color: transparent !important;
}

.mdc-text-field .mdc-text-field__input {
    background: transparent !important;
}

.mdc-text-field--focused .mdc-floating-label {
    color: var(--oneticket-purple-500, #721287) !important;
}

.mdc-text-field--focused .mdc-notched-outline__leading,
.mdc-text-field--focused .mdc-notched-outline__notch,
.mdc-text-field--focused .mdc-notched-outline__trailing {
    border-color: var(--oneticket-purple-500, #721287) !important;
    border-width: 2px !important;
}

/* Fix Notch Clipping */
.mdc-notched-outline__notch {
    width: auto !important;
    max-width: 200px !important;
    padding: 0 20px 0 10px !important;
    overflow: visible !important;
}

.mdc-floating-label {
    text-overflow: clip !important;
    overflow: visible !important;
    max-width: none !important;
}

.mdc-floating-label:not(.mdc-floating-label--float-above) {
    top: 40% !important;
    transform: translateY(-40%) !important;
}

.mdc-floating-label--float-above {
    width: max-content !important;
    white-space: nowrap !important;
    transform: translateY(-37px) scale(0.75) !important;
    left: 0 !important;
}

/* Password eye icon */
.mdc-text-field__icon--trailing {
    background: transparent !important;
    border: none !important;
    outline: none !important;
    padding: 0 !important;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 32px;
    height: 32px;
    color: var(--oneticket-gray-500) !important;
    position: absolute !important;
    top: 50% !important;
    right: 8px !important;
    transform: translateY(-50%) !important;
}

/* Auth Modal Layout Helpers */
.auth-modal-dialog {
    max-width: 420px;
    padding: 40px;
    background: #0f172a;
    border: 1px solid rgba(255, 255, 255, 0.05);
}

.auth-modal-logo {
    text-align: center;
    margin-bottom: 24px;
}

.auth-modal-logo img {
    height: 28px;
}

.auth-legal-text {
    font-size: 11px;
    color: #64748b;
    line-height: 1.5;
    margin: 10px 0;
}

.auth-legal-text a {
    color: #94a3b8;
}

.auth-subtitle {
    font-size: 13px;
    color: #94a3b8;
    text-align: center;
    margin-bottom: 20px;
    line-height: 1.6;
}

.auth-security-note {
    font-size: 11px;
    color: #64748b;
    text-align: center;
    margin: 5px 0;
}

.auth-recover-title {
    font-size: 18px;
    font-weight: 600;
    text-align: center;
    margin-bottom: 15px;
    color: #fff;
}

.auth-alt-link {
    text-align: center;
    margin-top: 15px;
}

.auth-alt-link a {
    color: #60a5fa;
    text-decoration: none;
    font-size: 14px;
}

.auth-alt-link a:hover {
    text-decoration: underline;
}

/* Cart & Checkout Helpers */
.cart-timer-bold {
    font-weight: 800;
}

.btn-checkout-full {
    width: 100%;
    margin-top: 20px;
}

.btn-full-width {
    width: 100%;
}

.btn-full-width-mt {
    width: 100%;
    margin-top: 10px;
}

/* Carrito Pagar: Payment Form Layout */
.cart-item--payment {
    flex-direction: column;
    align-items: stretch;
    gap: 24px;
}


/* ============================================
   TICKET PREVIEW (carrito-personalizar)
============================================ */
.ticket-preview-order-bold {
    font-weight: 800;
}



/* ============================================
   PAYMENT OPTIONS (from carrito-pagar)
============================================ */
.payment-option {
    display: flex;
    align-items: flex-start;
    gap: 20px;
    padding: 20px;
    background: rgba(255, 255, 255, 0.05);
    border-radius: 12px;
    cursor: pointer;
    transition: all 0.3s ease;
    margin-bottom: 15px;
    border: 1px solid rgba(255, 255, 255, 0.08);
}

.payment-option:hover {
    background: rgba(255, 255, 255, 0.08);
    border-color: rgba(255, 255, 255, 0.2);
}

.payment-option input[type="radio"] {
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    width: 20px;
    height: 20px;
    border: 2px solid rgba(255, 255, 255, 0.3);
    border-radius: 50%;
    position: relative;
    cursor: pointer;
    flex-shrink: 0;
    margin-top: 2px;
}

.payment-option input[type="radio"]:checked {
    border-color: var(--oneticket-primary);
}

.payment-option input[type="radio"]:checked::after {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 10px;
    height: 10px;
    background: var(--oneticket-primary);
    border-radius: 50%;
}

.payment-option__info {
    flex: 1;
}

.payment-option__info h4 {
    font-size: 16px;
    font-weight: 700;
    color: var(--oneticket-white);
    margin-bottom: 4px;
}

.payment-option__info p {
    font-size: 13px;
    color: rgba(255, 255, 255, 0.5);
    line-height: 1.5;
}

.payment-logo {
    width: 40px;
    height: 40px;
    background: rgba(255, 255, 255, 0.05);
    border-radius: 8px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
}

.billing-form {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 20px;
    margin-top: 20px;
}

.form-group {
    display: flex;
    flex-direction: column;
    gap: 8px;
}

.form-group label {
    font-size: 13px;
    font-weight: 600;
    color: rgba(255, 255, 255, 0.6);
}

.form-group input {
    background: rgba(97, 89, 1, 0.05);
    border: 1px solid rgba(255, 255, 255, 0.1);
    border-radius: 10px;
    padding: 12px 16px;
    color: var(--oneticket-white);
    font-family: 'Space Grotesk', sans-serif;
    font-size: 14px;
}


/* Modal (personalizar) */
.modal {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 10000;
    display: none;
    align-items: center;
    justify-content: center;
    padding: 20px;
}

.modal.active {
    display: flex;
}

.modal__overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.8);
    backdrop-filter: blur(8px);
}

.modal__content {
    position: relative;
    background: #1a1a1a;
    border: 1px solid rgba(255, 255, 255, 0.1);
    border-radius: 24px;
    box-shadow: 0 25px 50px rgba(0, 0, 0, 0.5);
    max-width: 500px;
    width: 100%;
    z-index: 1;
    animation: modalFadeIn 0.3s ease;
}

.modal__close {
    position: absolute;
    top: 20px;
    right: 20px;
    background: none;
    border: none;
    color: rgba(255, 255, 255, 0.5);
    font-size: 24px;
    cursor: pointer;
    transition: color 0.3s ease;
}

.modal__close:hover {
    color: white;
}

@keyframes modalFadeIn {
    from {
        opacity: 0;
        transform: translateY(20px);
    }

    to {
        opacity: 1;
        transform: translateY(0);
    }
}

/* Form Validation States */
.form-group.is-invalid input {
    border-color: #ef4444 !important;
    background: rgba(239, 68, 68, 0.05) !important;
}

.form-group.is-invalid label {
    color: #ef4444 !important;
}

.form-group.is-valid input {
    border-color: #22c55e !important;
    background: rgba(34, 197, 94, 0.05) !important;
}

.form-group.is-valid label {
    color: #22c55e !important;
}

@media (max-width: 768px) {
    .personalize-form {
        grid-template-columns: 1fr;
    }
}

/* ============================================
   10. EVENTOS PAGE (event.html)
   ============================================ */
.events-header {
    position: relative;
    padding: 60px 0 40px;
    background: var(--oneticket-bg-dark);
    z-index: 20;
    /* Superior a la sección de eventos */
}

.events-header__bg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
}

.events-header__bg-item {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    opacity: 0;
    transition: opacity 1.5s ease-in-out;
}

.events-header__bg-item.active {
    opacity: 1;
}

.events-header__overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(to bottom, rgba(28, 18, 47, 0.8), rgba(28, 18, 47, 0.9));
    z-index: 2;
}

.events-header .container {
    position: relative;
    z-index: 10;
    /* Mucho más alto que el overlay */
}

.events-header__wrapper {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    gap: 32px;
}

.events-header__title-container {
    display: flex;
    align-items: center;
    gap: 24px;
}

.events-header__title {
    font-size: 32px;
    font-weight: 700;
    color: var(--oneticket-white);
    margin: 0;
}

.events-header__controls {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 12px;
    flex: 1;
    justify-content: flex-end;
}

.events-header__filters {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 12px;
}

/* Custom Select Dropdowns */
.filter-dropdown {
    position: relative;
    padding: 10px 20px;
    background: rgba(255, 255, 255, 0.05);
    border: 1px solid rgba(255, 255, 255, 0.1);
    border-radius: 50px;
    color: var(--oneticket-white);
    font-size: 14px;
    font-weight: 500;
    cursor: pointer;
    display: flex;
    align-items: center;
    gap: 10px;
    transition: all 0.3s ease;
    user-select: none;
}

.filter-dropdown:hover,
.filter-dropdown.active {
    background: rgba(255, 255, 255, 0.1);
    border-color: var(--oneticket-accent);
}

.filter-dropdown__menu {
    position: absolute;
    top: calc(100% + 12px);
    left: 0;
    min-width: 180px;
    background: #0f0820;
    border: 1px solid rgba(255, 255, 255, 0.1);
    border-radius: 12px;
    padding: 8px 0;
    opacity: 0;
    visibility: hidden;
    transform: translateY(10px);
    transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.6);
    z-index: 1000;
}

.filter-dropdown.active .filter-dropdown__menu {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
}

.filter-item {
    padding: 10px 20px;
    font-size: 14px;
    color: var(--oneticket-white);
    transition: all 0.3s ease;
}

.filter-item:hover {
    background: rgba(255, 255, 255, 0.05);
    color: var(--oneticket-accent);
}

.filter-item.active {
    color: var(--oneticket-accent);
    font-weight: 700;
}

/* Search Bar */
.events-search {
    position: relative;
    min-width: 280px;
}

.events-search input {
    width: 100%;
    padding: 12px 20px 12px 48px;
    background: rgba(255, 255, 255, 0.05);
    border: 1px solid rgba(255, 255, 255, 0.1);
    border-radius: 50px;
    color: var(--oneticket-white);
    font-family: inherit;
    font-size: 14px;
    transition: all 0.3s ease;
}

.events-search input:focus {
    outline: none;
    border-color: var(--oneticket-accent);
    background: rgba(255, 255, 255, 0.1);
}

.events-search__icon {
    position: absolute;
    left: 18px;
    top: 50%;
    transform: translateY(-50%);
    color: var(--oneticket-gray-400);
    pointer-events: none;
    display: flex;
}

/* Event Card Tags (Chips) */
.event-card__tags {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    margin-bottom: 15px;
}

.event-card__tag-chip {
    padding: 6px 14px;
    border-radius: 20px;
    font-size: 12px;
    font-weight: 600;
    text-transform: capitalize;
    display: inline-block;
    border: 1.5px solid transparent;
}

.event-card__tag-chip--sport {
    border-color: #26a69a;
    color: #26a69a;
    background: rgba(38, 166, 154, 0.05);
}

/* ==========================================================================
   TICKET PERSONALIZATION (carrito-personalizar.html)
   ========================================================================== */

.form-group--inline {
    display: flex;
    align-items: flex-end;
}

.btn-personalize {
    width: 100%;
    height: 50px;
    text-transform: none;
    font-size: 18px;
}

.personalize-section-title {
    font-size: 20px;
    font-weight: 700;
    margin-bottom: 20px;
    text-transform: none;
}

.personalize-status-approved {
    color: var(--oneticket-success);
}

.ticket-preview-disclaimer {
    font-size: 11px;
    text-align: center;
    margin-top: 15px;
    color: rgba(255, 255, 255, 0.4);
}

.ticket-preview-hidden {
    display: none;
    padding: 25px;
}

.ticket-preview-disabled {
    display: none;
    padding: 60px 10px;
    text-align: center;
    border: 1px dashed rgba(255, 255, 255, 0.1);
    border-radius: 16px;
}

.ticket-preview-disabled p {
    color: rgba(255, 255, 255, 0.4);
    font-size: 13px;
    font-weight: 700;
    line-height: 1.6;
    margin: 0;
}

.ticket-preview-disabled-sub {
    font-size: 11px;
    font-weight: 400;
    opacity: 0.6;
}

.ticket-header-centered {
    text-align: center;
    margin-bottom: 25px;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.ticket-header-title {
    font-size: 22px;
    font-weight: 700;
    color: white;
    margin-bottom: 12px;
    text-transform: uppercase;
}

.ticket-header-badge {
    display: inline-flex;
    background: rgba(147, 51, 234, 0.15);
    backdrop-filter: blur(5px);
    padding: 5px 14px;
    border-radius: 20px;
    font-size: 10px;
    font-weight: 700;
    color: #d8b4fe;
    gap: 10px;
    border: 1px solid rgba(147, 51, 234, 0.1);
}

.ticket-header-badge-sep {
    border-left: 1px solid rgba(255, 255, 255, 0.1);
    padding-left: 10px;
}

.ticket-qr-container {
    background: transparent;
    border-radius: 12px;
    padding: 10px;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 25px;
    width: 140px;
    height: 140px;
    margin-left: auto;
    margin-right: auto;
}

.ticket-qr-container img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    filter: brightness(0) invert(1);
}

.ticket-details-card {
    display: flex;
    flex-direction: column;
    gap: 20px;
    background: rgba(255, 255, 255, 0.02);
    border: 1px solid rgba(255, 255, 255, 0.05);
    border-radius: 16px;
    padding: 20px;
    margin-bottom: 20px;
}

.ticket-info {
    display: flex;
    gap: 14px;
    align-items: center;
}

.ticket-info-icon {
    color: #9333ea;
    flex-shrink: 0;
}

.ticket-info-name {
    font-size: 14px;
    font-weight: 600;
    color: white;
    margin: 0;
}

.ticket-info-name--bold {
    font-size: 14px;
    font-weight: 700;
    color: white;
    margin: 0;
}

.ticket-disclaimer-box {
    border: 1px dashed rgba(147, 51, 234, 0.3);
    background: rgba(147, 51, 234, 0.05);
    padding: 12px;
    border-radius: 12px;
    text-align: center;
    font-size: 10px;
    color: #d8b4fe;
    line-height: 1.4;
    font-weight: 500;
    margin-bottom: 20px;
}

/* Accordion */
.accordion {
    display: flex;
    flex-direction: column;
    gap: 16px;
    margin-top: 0;
}

.accordion__item {
    background: rgba(255, 255, 255, 0.03);
    border-radius: 20px;
    overflow: hidden;
    border: 1px solid rgba(255, 255, 255, 0.08);
    transition: all 0.3s ease;
}

.accordion__item.active {
    background: linear-gradient(var(--oneticket-bg-dark), var(--oneticket-bg-dark)) padding-box,
        linear-gradient(135deg, var(--oneticket-primary) 0%, var(--oneticket-secondary) 100%) border-box;
    border: 1px solid transparent;
    box-shadow: none;
}

.accordion__header {
    padding: 24px 30px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    cursor: pointer;
    transition: background 0.3s ease;
}

.accordion__header:hover {
    background: rgba(255, 255, 255, 0.03);
}

.accordion__title {
    display: flex;
    align-items: center;
    gap: 15px;
}

.accordion__title h4 {
    font-size: 18px;
    font-weight: 700;
    text-transform: none;
    margin: 0;
    color: var(--oneticket-white);
}

.accordion__title span {
    font-size: 13px;
    color: rgba(255, 255, 255, 0.4);
    font-weight: 500;
}

.accordion__icon {
    width: 24px;
    height: 24px;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: transform 0.3s ease;
    color: rgba(255, 255, 255, 0.5);
}

.accordion__item.active .accordion__icon {
    transform: rotate(180deg);
    color: var(--oneticket-primary);
}

.accordion__content {
    padding: 0 30px 30px;
    display: none;
}

.accordion__item.active .accordion__content {
    display: block;
}

/* Personalized Form */
.personalize-form {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 20px;
    margin-top: 10px;
}

.personalize-form .form-group {
    display: flex;
    flex-direction: column;
    gap: 8px;
}

.personalize-form .form-group--full {
    grid-column: 1 / -1;
}

.personalize-form label {
    font-size: 13px;
    font-weight: 600;
    color: rgba(255, 255, 255, 0.6);
}

.personalize-form input {
    background: rgba(255, 255, 255, 0.05);
    border: 1px solid rgba(255, 255, 255, 0.1);
    border-radius: 12px;
    padding: 14px 18px;
    color: var(--oneticket-white);
    font-family: inherit;
    font-size: 15px;
    transition: all 0.3s ease;
}

.personalize-form input:focus {
    border-color: var(--oneticket-primary);
    background: rgba(255, 255, 255, 0.08);
    outline: none;
}

.form-hint {
    font-size: 12px;
    color: rgba(255, 255, 255, 0.4);
    margin-top: 15px;
    display: flex;
    align-items: center;
    gap: 8px;
}

.form-hint svg {
    color: var(--oneticket-warning);
}

/* Instruction Legend */
.personalize-legend {
    background: rgba(243, 169, 10, 0.05);
    border-left: 4px solid var(--oneticket-warning);
    padding: 20px 25px;
    border-radius: 0 16px 16px 0;
    margin-bottom: 30px;
}

.personalize-legend p {
    font-size: 15px;
    line-height: 1.6;
    color: rgba(255, 255, 255, 0.9);
    margin: 0;
}

.personalize-legend strong {
    color: var(--oneticket-warning);
}

/* Specific Modals (Personalization) */
.download-modal-content {
    max-width: 450px;
    padding: 40px;
    text-align: center;
}

.download-modal-subtitle {
    font-size: 15px;
    color: rgba(255, 255, 255, 0.7);
    line-height: 1.6;
    margin-bottom: 20px;
}

.download-modal-warning {
    font-size: 14px;
    font-weight: 700;
    color: #d8b4fe;
    margin-bottom: 30px;
    background: rgba(147, 51, 234, 0.1);
    padding: 12px;
    border-radius: 12px;
    border: 1px solid rgba(147, 51, 234, 0.2);
}

.download-modal-actions {
    display: flex;
    flex-direction: column;
    gap: 12px;
}

.btn-ghost {
    border-color: rgba(255, 255, 255, 0.1);
}

.transfer-modal-content {
    max-width: 400px;
    padding: 40px;
    text-align: center;
    background: rgba(15, 15, 20, 0.95);
    backdrop-filter: blur(20px);
    border: 1px solid rgba(255, 255, 255, 0.1);
}

.transfer-success-icon {
    width: 60px;
    height: 60px;
    background: rgba(34, 197, 94, 0.1);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 24px;
    color: #22c55e;
}

.transfer-success-title {
    font-size: 20px;
    font-weight: 700;
    color: white;
    margin-bottom: 16px;
}

.transfer-success-text {
    font-size: 15px;
    color: rgba(255, 255, 255, 0.6);
    line-height: 1.6;
    margin-bottom: 30px;
}

.event-card__tag-chip--age {
    border-color: #fb8c00;
    color: #fb8c00;
    background: rgba(251, 140, 0, 0.05);
}

.event-card__tag-chip--default {
    border-color: var(--oneticket-primary);
    color: var(--oneticket-white);
    background: rgba(240, 71, 139, 0.05);
}

.event-card__venue {
    display: flex;
    align-items: center;
    gap: 6px;
    font-size: 14px;
    color: var(--oneticket-accent);
    margin-bottom: 12px;
}

.event-card__venue svg {
    width: 14px;
    height: 14px;
    flex-shrink: 0;
}

.event-card__desc {
    font-size: 14px;
    line-height: 21px;
    color: rgba(255, 255, 255, 0.7);
    margin-bottom: 20px;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

/* Grid Overrides */
.eventos__grid--four {
    grid-template-columns: repeat(4, 1fr) !important;
}

.eventos--compact {
    padding-bottom: 80px;
}

/* Pagination Styles */
.eventos__pagination {
    margin-top: 60px;
    display: flex;
    justify-content: center;
}

.pagination-nav {
    display: flex;
    align-items: center;
    gap: 32px;
}

.pagination-numbers {
    display: flex;
    align-items: center;
    gap: 8px;
}

.pagination-number {
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: rgba(255, 255, 255, 0.05);
    border: 1px solid rgba(255, 255, 255, 0.1);
    border-radius: 50%;
    color: var(--oneticket-white);
    font-size: 14px;
    font-weight: 600;
    cursor: pointer;
    transition: all 0.3s ease;
}

.pagination-number:hover {
    background: rgba(255, 255, 255, 0.1);
    border-color: var(--oneticket-accent);
}

.pagination-number.active {
    background: var(--oneticket-accent);
    border-color: var(--oneticket-accent);
    box-shadow: 0 4px 15px rgba(232, 13, 101, 0.3);
}

.pagination-btn {
    display: flex;
    align-items: center;
    gap: 8px;
    background: none;
    border: none;
    color: var(--oneticket-white);
    font-size: 14px;
    font-weight: 500;
    cursor: pointer;
    transition: all 0.3s ease;
    padding: 8px 16px;
    border-radius: 50px;
    background: rgba(255, 255, 255, 0.03);
}

.pagination-btn:hover:not([disabled]) {
    background: rgba(255, 255, 255, 0.08);
    color: var(--oneticket-accent);
}

.pagination-btn[disabled] {
    opacity: 0.3;
    cursor: not-allowed;
}

@media (max-width: 1200px) {
    .eventos__grid--four {
        grid-template-columns: repeat(3, 1fr) !important;
    }
}

@media (max-width: 1024px) {
    .eventos__grid--four {
        grid-template-columns: repeat(2, 1fr) !important;
    }

    .events-header__wrapper {
        flex-direction: column;
        align-items: flex-start;
    }

    .events-header__controls {
        flex-direction: column;
        align-items: stretch;
        width: 100%;
    }

    .events-search {
        min-width: 100%;
    }
}

@media (max-width: 640px) {
    .eventos__grid--four {
        grid-template-columns: 1fr !important;
    }

    .events-header__filters {
        width: 100%;
        overflow-x: auto;
        padding-bottom: 8px;
        -webkit-overflow-scrolling: touch;
        flex-wrap: nowrap;
    }

    .filter-dropdown {
        flex-shrink: 0;
    }
}

/* Share Buttons Hover */
.share-links .share-btn:hover {
    background: var(--oneticket-primary) !important;
    border-color: var(--oneticket-primary) !important;
    transform: translateY(-3px);
    box-shadow: 0 5px 15px rgba(240, 71, 139, 0.3);
}

/* ============================================
   3.1 HERO INNER (INTERNAL PAGES)
   ============================================ */
.hero--inner {
    position: relative;
    min-height: 500px;
    max-height: 500px;
    display: flex;
    align-items: center;
    overflow: hidden;
    background: var(--oneticket-bg-dark);
}

.hero--inner .hero__content {
    padding: 30px 0px;
    /* Reduced padding for fixed height */
    margin-top: 60px;
}

.hero--inner__bg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    z-index: 1;
}

.hero--inner__overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(90deg, var(--oneticket-blue-400) 0%, rgba(15, 8, 32, 0.4) 60%, transparent 100%),
        var(--oneticket-black-30);
    z-index: 2;
}

.hero--inner .hero__content {
    position: relative;
    z-index: 3;
    width: 100%;
}

/* Internal Counter Variant */
.hero--inner .quantity-selector--hero {
    height: 54px;
    border-radius: 50px;
    background: rgba(255, 255, 255, 0.05);
    border: 1px solid rgba(255, 255, 255, 0.1);
    padding: 0 8px;
    width: fit-content;
    min-width: 160px;
    display: flex;
    align-items: center;
    background: transparent;
}

.hero--inner .quantity-selector--hero .qty-btn {
    width: 44px;
    font-size: 24px;
    font-weight: 300;
    color: var(--oneticket-white);
}

.hero--inner .quantity-selector--hero .qty-btn:hover {
    background: rgba(255, 255, 255, 0.15);
}

.hero--inner .quantity-selector--hero .qty-input {
    width: 60px;
    font-size: 18px;
    font-weight: 700;
    color: var(--oneticket-white);
}

/* Internal Standalone Icons */
.hero--inner .hero__icon-ticket {
    position: relative;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 54px;
    height: 54px;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.05);
    border: 1px solid rgba(255, 255, 255, 0.1);
    color: var(--oneticket-white);
    cursor: not-allowed;
    flex-shrink: 0;
    text-decoration: none;
    transition: all 0.3s ease;
    opacity: 0.5;
}

.hero--inner .hero__icon-ticket .ticket-icon-badge {
    position: absolute;
    top: -4px;
    right: -4px;
    background: var(--oneticket-accent);
    color: var(--oneticket-white);
    font-size: 11px;
    font-weight: 700;
    width: 20px;
    height: 20px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
}

.hero--inner .hero__btn-more {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 10px 30px;
    height: 54px;
    background: rgba(255, 255, 255, 0.05);
    border: 1px solid rgba(255, 255, 255, 0.1);
    border-radius: 50px;
    color: var(--oneticket-white);
    font-size: 14px;
    font-weight: 500;
    text-decoration: none;
    transition: all 0.3s ease;
}

.hero--inner .hero__btn-more:hover {
    background: rgba(255, 255, 255, 0.1);
    border-color: var(--oneticket-accent);
    color: var(--oneticket-white);
}

.hero--inner .hero__icon-ticket.is-active {
    border-color: var(--oneticket-success);
    color: var(--oneticket-success);
    cursor: pointer;
    opacity: 1;
    box-shadow: 0 0 15px rgba(var(--oneticket-success-rgb), 0.3);
}

/* Sale Prevention Card & Timeline Slider */
.sale-phase-card {
    margin: 20px 0;
    background: rgba(255, 255, 255, 0.02);
    padding: 10px 15px;
    border-radius: 20px;
    border: 1px solid rgba(255, 255, 255, 0.05);
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
    position: relative;
    overflow: visible;
    /* Prevent clipping of floating buttons */
}

.timeline-slider-container {
    position: relative;
    padding: 0;
    margin: 0px 0;
}

.timeline-viewport {
    width: 100%;
    overflow: hidden;
}

/* Fix for long words breaking mobile layout in description */
.event-text {
    width: 100%;
    word-wrap: break-word;
    overflow-wrap: break-word;
    word-break: break-word;
    hyphens: auto;
    -webkit-hyphens: auto;
}

.timeline-track {
    display: flex;
    transition: transform 0.6s cubic-bezier(0.4, 0, 0.2, 1);
    gap: 30px;
}

.timeline-phase {
    flex: 0 0 calc(50% - 15px);
    /* Show 2 phases minus gap */
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    transition: all 0.4s ease;
    min-width: 0;
    /* Fix flex shrink issues */
}

@media (max-width: 768px) {
    .timeline-phase {
        flex: 0 0 100%;
        gap: 15px;
    }

    .timeline-phase .price-container {
        flex-direction: column !important;
        align-items: flex-start !important;
        gap: 10px;
    }

    .timeline-phase .price-wrap {
        text-align: left !important;
        width: 100%;
    }

    .timeline-slider-container {
        padding: 0 25px;
        /* More content space on mobile */
    }

    .sale-phase-card {
        padding: 18px 12px;
    }

    .timeline-phase .price-value {
        font-size: 24px;
    }

    .timeline-phase .phase-name {
        font-size: 17px;
    }

    .timeline-nav-btn {
        width: 28px;
        height: 28px;
    }

    .timeline-nav-btn.prev {
        left: -12px;
    }

    .timeline-nav-btn.next {
        right: -12px;
    }

    .safe-bar__text {
        display: none !important;
    }
}

/* Precision adjustment for ultra-narrow screens (like iPhone 14 Pro 393px) */
@media (max-width: 400px) {
    .timeline-phase .price-value {
        font-size: 22px;
    }

    .timeline-phase .phase-name {
        font-size: 15px;
    }

    .timeline-slider-container {
        padding: 0 1px;
    }

    .timeline-nav-btn {
        width: 26px;
        height: 26px;
    }

    .timeline-nav-btn.prev {
        left: -15px;
    }

    .timeline-nav-btn.next {
        right: -15px;
    }
}

.timeline-nav-btn {
    position: absolute;
    top: 50%;
    width: 44px;
    height: 44px;
    background: var(--oneticket-accent);
    border: none;
    color: var(--oneticket-white);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
    z-index: 10;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.4);
}

.timeline-nav-btn:hover {
    transform: translateY(-50%) scale(1.1);
    background: var(--oneticket-accent);
    filter: brightness(1.1);
}

.timeline-nav-btn.prev {
    left: -15px;
    /* Offset card padding */
    transform: translate(-50%, -50%);
}

.timeline-nav-btn.next {
    right: -15px;
    /* Offset card padding */
    transform: translate(50%, -50%);
}

.timeline-nav-btn:disabled {
    opacity: 0.1;
    cursor: not-allowed;
}

.timeline-phase .price-container {
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
    margin-bottom: 12px;
}

.timeline-phase .phase-info {
    display: flex;
    flex-direction: column;
    gap: 4px;
}

.timeline-phase .status-tag {
    font-size: 11px;
    font-weight: 800;
    color: var(--oneticket-accent);
    text-transform: uppercase;
    letter-spacing: 0.15em;
    margin-bottom: 2px;
}

.timeline-phase .phase-name-wrap {
    display: flex;
    align-items: baseline;
    gap: 8px;
}

.timeline-phase .phase-name {
    font-size: 20px;
    font-weight: 800;
    color: var(--oneticket-white);
    white-space: nowrap;
}

.timeline-phase .phase-total {
    font-size: 13px;
    color: rgba(255, 255, 255, 0.4);
    font-weight: 500;
}

.timeline-phase .price-wrap {
    text-align: right;
}

.timeline-phase .price-label {
    font-size: 11px;
    font-weight: 700;
    color: rgba(255, 255, 255, 0.3);
    text-transform: uppercase;
    letter-spacing: 0.05em;
    margin-bottom: 2px;
}

.timeline-phase .price-value {
    font-size: 32px;
    font-weight: 900;
    color: var(--oneticket-white);
    letter-spacing: -0.03em;
}

.timeline-bar-container {
    width: 100%;
    height: 6px;
    background: rgba(255, 255, 255, 0.05);
    border-radius: 3px;
    position: relative;
}

.timeline-bar-progress {
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    background: linear-gradient(90deg, var(--oneticket-primary), var(--oneticket-secondary));
    border-radius: 3px;
    box-shadow: 0 0 20px rgba(var(--oneticket-primary-rgb), 0.6);
    transition: width 1.2s cubic-bezier(0.4, 0, 0.2, 1);
}

.timeline-dates {
    display: flex;
    width: 100%;
    margin-top: 12px;
}

.timeline-date-group {
    flex: 1;
    display: flex;
    justify-content: space-between;
    font-size: 10px;
    color: var(--oneticket-white);
    font-weight: 500;
    letter-spacing: 0.02em;
    margin-top: 5px;
    transition: opacity 0.4s ease;
}

.timeline-date-group .date-end {
    text-align: right;
}

/* ============================================
   3.2 EVENT DETAILS CONTENT (detalles-evento.html)
   ============================================ */
.event-details {
    padding: 100px 0;
    background: var(--oneticket-bg-dark);
}

.event-cols {
    display: grid;
    grid-template-columns: 1fr 380px;
    gap: 60px;
}

/* Main Content */
.event-section {
    margin-bottom: 70px;
}

.event-section__title {
    font-size: 28px;
    font-weight: 700;
    color: var(--oneticket-white);
    margin-bottom: 28px;
    display: flex;
    align-items: center;
    gap: 15px;
}

.event-section__title::after {
    content: '';
    flex: 1;
    height: 1px;
    background: rgba(255, 255, 255, 0.1);
}

.event-text {
    font-size: 17px;
    line-height: 1.8;
    color: rgba(255, 255, 255, 0.7);
}

.event-disclaimer {
    background: rgba(255, 255, 255, 0.03);
    border-radius: 16px;
    padding: 30px;
    border-left: 5px solid var(--oneticket-primary);
    margin-top: 50px;
}

.event-disclaimer p {
    font-size: 15px;
    line-height: 1.7;
    color: rgba(255, 255, 255, 0.6);
    margin: 0;
}

/* Artist Lineup */
.lineup-grid {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(220px, 1fr));
    gap: 30px;
    margin-top: 20px;
}

.artist-card {
    background: rgba(255, 255, 255, 0.03);
    border: 1px solid rgba(255, 255, 255, 0.05);
    border-radius: 24px;
    padding: 24px;
    text-align: center;
    transition: all 0.3s ease;
}

.artist-card:hover {
    background: rgba(255, 255, 255, 0.06);
    border-color: var(--oneticket-primary);
    transform: translateY(-10px);
}

.artist-card__img-container {
    width: 140px;
    height: 140px;
    margin: 0 auto 20px;
    border-radius: 50%;
    padding: 4px;
    background: linear-gradient(135deg, var(--oneticket-primary), var(--oneticket-secondary));
}

.artist-card__img {
    width: 100%;
    height: 100%;
    border-radius: 50%;
    object-fit: cover;
    border: 3px solid #1a1a1a;
}

.artist-card__name {
    font-size: 20px;
    font-weight: 700;
    color: var(--oneticket-white);
    margin: 0 0 6px;
}

.artist-card__label {
    font-size: 14px;
    color: var(--oneticket-accent);
    margin-bottom: 16px;
    font-weight: 500;
}

.artist-card__link {
    font-size: 13px;
    color: rgba(255, 255, 255, 0.4);
    text-decoration: none;
    display: inline-flex;
    align-items: center;
    gap: 6px;
    transition: color 0.3s ease;
}

.artist-card__link:hover {
    color: var(--oneticket-white);
}

/* Sidebar Widgets */
.event-sidebar {
    display: flex;
    flex-direction: column;
    gap: 32px;
}

.sidebar-widget {
    padding-bottom: 0px;
}

.sidebar-widget:last-child {
    border-bottom: none;
}

.sidebar-widget__title {
    font-size: 14px;
    font-weight: 700;
    color: var(--oneticket-white);
    margin-bottom: 20px;
    text-transform: capitalize;
}

.date-card {
    background: rgba(255, 255, 255, 0.03);
    border: 1px solid rgba(255, 255, 255, 0.08);
    border-radius: 16px;
    padding: 20px;
    display: flex;
    align-items: center;
    gap: 20px;
    margin-bottom: 12px;
}

.date-card__day {
    font-size: 36px;
    font-weight: 700;
    color: var(--oneticket-white);
    line-height: 1;
    min-width: 44px;
    text-align: center;
}

.date-card__month {
    font-size: 14px;
    font-weight: 600;
    color: rgba(255, 255, 255, 0.7);
    margin-bottom: 2px;
}

.date-card__time {
    font-size: 14px;
    font-weight: 800;
    color: var(--oneticket-white);
}

.calendar-links {
    display: flex;
    gap: 12px;
}

.calendar-btn {
    width: 44px;
    height: 44px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: rgba(255, 255, 255, 0.05);
    border: 1px solid rgba(255, 255, 255, 0.1);
    border-radius: 12px;
    transition: all 0.3s ease;
    color: var(--oneticket-white);
}

.calendar-btn:hover {
    background: var(--oneticket-primary);
    border-color: var(--oneticket-primary);
    transform: translateY(-2px);
    color: white;
}

.location-info p {
    font-size: 15px;
    line-height: 1.6;
    color: rgba(255, 255, 255, 0.6);
    margin-bottom: 20px;
}

.event-map {
    width: 100%;
    height: 350px;
    background: rgba(255, 255, 255, 0.02);
    border-radius: 20px;
    border: 1px solid rgba(255, 255, 255, 0.1);
    display: flex;
    align-items: center;
    justify-content: center;
    color: rgba(255, 255, 255, 0.3);
    font-size: 14px;
}

/* Fix grid items from expanding beyond parent width globally */
.event-main {
    min-width: 0 !important;
}

.event-cols {
    display: grid;
    grid-template-columns: 1fr 380px;
    gap: 60px;
    width: 100%;
}

@media (max-width: 1024px) {
    .event-cols {
        grid-template-columns: 1fr;
    }
}

/* Force minimum width on timetable contents when screen is narrow to enable scroll */
@media (max-width: 479px) {

    .timetable-header,
    .timetable-body {
        min-width: 600px !important;
    }
}

/* Absolute safety: prevent grid items from expanding beyond viewport */
@media (max-width: 1024px) {

    .event-main,
    .event-cols,
    .timetable-container {
        min-width: 0 !important;
        max-width: 100% !important;
    }
}

/* Ensure the scroll inner doesn't have double constraints */
@media (max-width: 479px) {

    .timetable-header,
    .timetable-body {
        min-width: unset !important;
    }
}

/* Ensure timetable container always respects parent width */
.timetable-container {
    width: 100% !important;
    max-width: 100% !important;
    overflow-x: auto !important;
}

/* Hero Inner height adjustment for mobile */
@media (max-width: 1024px) {
    .hero--inner {
        min-height: 75vh !important;
        max-height: 75vh !important;
        height: 75vh !important;
    }
}

/* ============================================
   16. MAIN - CARRITO PAGAR (MOCK)
   ============================================ */
.cart-item--payment {
    flex-direction: column;
    align-items: stretch;
    gap: 24px;
}

.cart-item--payment .cart-item__header {
    border-bottom: 1px solid rgba(255, 255, 255, 0.05);
    padding-bottom: 16px;
    margin-bottom: 8px;
}

.payment-group {
    display: flex;
    flex-direction: column;
    gap: 12px;
}

.payment-option {
    display: flex;
    align-items: center;
    gap: 20px;
    padding: 24px;
    background: rgba(255, 255, 255, 0.03);
    border: 1px solid rgba(255, 255, 255, 0.08);
    border-radius: 16px;
    cursor: pointer;
    transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}

.payment-option:hover {
    background: rgba(255, 255, 255, 0.06);
    border-color: rgba(255, 255, 255, 0.2);
    transform: translateX(4px);
}

.payment-option input[type="radio"] {
    appearance: none;
    -webkit-appearance: none;
    width: 20px;
    height: 20px;
    border: 2px solid rgba(255, 255, 255, 0.2);
    border-radius: 50%;
    cursor: pointer;
    flex-shrink: 0;
    transition: all 0.3s ease;
    display: grid;
    place-content: center;
}

.payment-option input[type="radio"]:checked {
    border-color: #f4a90a;
    /* Use var if available, but for now hardcoded to accent */
}

.payment-option input[type="radio"]::after {
    content: '';
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background: #f4a90a;
    transform: scale(0);
    transition: 0.2s transform ease-in-out;
}

.payment-option input[type="radio"]:checked::after {
    transform: scale(1);
}

.payment-option__info {
    flex: 1;
}

.payment-option__info h4 {
    font-size: 16px;
    font-weight: 700;
    color: white;
    margin: 0 0 4px 0;
}

.payment-option__info p {
    font-size: 13px;
    line-height: 1.4;
    color: rgba(255, 255, 255, 0.4);
    margin: 0;
}

.payment-logo {
    width: 44px;
    height: 44px;
    background: rgba(255, 255, 255, 0.05);
    border-radius: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
}

.billing-form {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 20px;
    margin-top: 20px;
}