/* ===== HERO SLIDER ===== */
.hero-swiper-container {
    position: relative;
    width: 100%;
    height: 65vh;
    min-height: 440px;
}

.hero-slide {
    position: relative;
    width: 100%;
    height: 100%;
    overflow: hidden;
}

.hero-bg {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.hero-overlay {
    position: absolute;
    inset: 0;
    background: linear-gradient(to bottom, rgba(74, 56, 72, 0.35) 0%, rgba(74, 56, 72, 0.90) 100%);
}

.hero-content {
    position: relative;
    z-index: 2;
    color: #FFFFFF;
    padding-bottom: 35px;
}

.badge-hot {
    background: var(--pink);
    color: #fff;
    padding: 4px 12px;
    border-radius: 8px;
    font-size: 0.72rem;
    font-weight: 800;
    text-transform: uppercase;
    display: inline-block;
    margin-bottom: 0.8rem;
}

.hero-title {
    font-family: var(--title);
    font-size: clamp(2rem, 4.5vw, 3.2rem);
    font-weight: 800;
    margin-bottom: 0.8rem;
    text-transform: uppercase;
    line-height: 1.1;
}

.hero-desc {
    color: #F8FAFC;
    max-width: 480px;
    margin-bottom: 1.2rem;
    font-size: 0.95rem;
    line-height: 1.5;
}

.event-meta {
    font-size: 0.85rem;
    color: #fff;
    margin-bottom: 1.5rem;
}

.meta-item {
    display: inline-flex;
    align-items: center;
    margin-right: 12px;
    margin-bottom: 8px;
    background: rgba(74, 56, 72, 0.65);
    padding: 6px 12px;
    border-radius: 6px;
    backdrop-filter: blur(5px);
    border: 1px solid rgba(255, 255, 255, 0.15);
}

.meta-item i {
    color: var(--orange);
}

.btn-book {
    background: linear-gradient(135deg, var(--orange), var(--purple));
    border: none;
    padding: 12px 32px;
    border-radius: 30px;
    color: #fff !important;
    font-weight: 700;
    transition: transform 0.3s, box-shadow 0.3s;
    box-shadow: 0 4px 20px rgba(155, 16, 181, 0.35);
    display: inline-block;
    text-decoration: none;
}

.btn-book:hover {
    transform: scale(1.05);
    color: #fff;
    box-shadow: 0 6px 25px rgba(244, 119, 33, 0.5);
}

.hero-swiper-pagination {
    position: absolute;
    bottom: 25px !important;
    left: 50% !important;
    transform: translateX(-50%);
    z-index: 10;
    display: flex;
    gap: 6px;
    justify-content: center;
}

.hero-swiper-pagination .swiper-pagination-bullet {
    background: #FFFFFF;
    opacity: 0.4;
    width: 8px;
    height: 8px;
    margin: 0 !important;
    transition: all 0.3s ease;
}

.hero-swiper-pagination .swiper-pagination-bullet-active {
    background: var(--orange);
    opacity: 1;
    width: 22px;
    border-radius: 10px;
}

/* ===== CATEGORIES ===== */
.categories-section {
    margin-top: 24px;
    position: relative;
    z-index: 10;
    padding-bottom: 1.5rem;
}

.cat-card {
    background: linear-gradient(135deg, var(--orange), var(--purple));
    border: 1px solid transparent;
    border-radius: 14px;
    padding: 12px 18px;
    text-align: center;
    transition: all 0.3s ease;
    cursor: pointer;
    min-width: 105px;
    box-shadow: var(--shadow);
    user-select: none;
    color: #FFFFFF;
}

.cat-card.active,
.cat-card:hover {
    background: var(--ink);
    box-shadow: 0 8px 22px rgba(74, 56, 72, 0.3);
}

.cat-name {
    display: block;
    font-weight: 800;
    font-size: 0.9rem;
    color: #FFFFFF;
}

.cat-count {
    display: block;
    font-size: 0.68rem;
    opacity: 0.85;
    font-weight: 500;
}

/* ===== SECTION TITLE ===== */
.section-title-wrap {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 1.2rem;
}

.section-title-custom {
    font-family: var(--title);
    font-size: 1.45rem;
    font-weight: 800;
    color: var(--pink);
    margin-bottom: 0;
}

.view-all {
    color: var(--purple);
    text-decoration: none;
    font-size: 0.85rem;
    font-weight: 700;
}

.view-all:hover {
    color: var(--orange);
}

/* ===== NEW EVENT CARD ===== */
.event-card-new {
    background: #FFFFFF !important;
    border-radius: 20px;
    padding: 10px;
    margin-bottom: 1rem;
    transition: all 0.3s ease;
    box-shadow: rgba(0, 0, 0, 0.08) 0px 4px 12px;
    border: 1px solid #f0ebed;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    position: relative;
}

.event-card-new:hover {
    transform: translateY(-5px);
    box-shadow: rgba(155, 16, 181, 0.18) 0px 12px 28px;
    border-color: rgba(216, 46, 198, 0.25);
}

.card-img-wrap {
    position: relative;
    border-radius: 14px;
    overflow: hidden;
    aspect-ratio: 4/5;
    margin-bottom: 10px;
    display: block;
}

.card-img-wrap img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.3s;
}

.event-card-new:hover .card-img-wrap img {
    transform: scale(1.03);
}

.card-label {
    position: absolute;
    top: 8px;
    left: 8px;
    background: rgba(74, 56, 72, 0.85);
    backdrop-filter: blur(4px);
    color: #FFFFFF;
    padding: 3px 9px;
    border-radius: 6px;
    font-size: 0.65rem;
    font-weight: 600;
}

.card-badge {
    position: absolute;
    top: 8px;
    right: 8px;
    padding: 3px 9px;
    border-radius: 6px;
    font-size: 0.65rem;
    font-weight: 800;
}

.badge-yellow {
    background: #dfa04c;
    color: #4a3848;
}

.badge-pink {
    background: var(--pink);
    color: #fff;
}

.badge-red {
    background: var(--orange);
    color: #fff;
}

.badge-purple {
    background: var(--purple);
    color: #fff;
}

/* ===== ORGANISED BY OVERLAY ===== */
.card-organiser {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    background: linear-gradient(to top, rgba(74, 56, 72, 0.92) 0%, transparent 100%);
    padding: 24px 10px 10px 10px;
    color: #fff;
    font-size: 0.7rem;
    font-weight: 500;
    border-radius: 0 0 14px 14px;
    pointer-events: none;
    text-align: left;
}

.card-organiser strong {
    display: block;
    font-size: 0.82rem;
    font-weight: 700;
    color: #fff;
    margin-bottom: 1px;
}

.card-organiser i {
    margin-right: 4px;
    color: var(--orange);
    font-size: 0.65rem;
}

.card-organiser span {
    opacity: 0.9;
    font-size: 0.68rem;
    display: flex;
    align-items: center;
    gap: 4px;
}

/* Title & Footer */
.card-title-link {
    text-decoration: none !important;
    display: block;
    margin-bottom: 4px;
}

.card-title-custom {
    font-family: var(--normal);
    font-size: 0.95rem;
    font-weight: 700;
    color: var(--ink);
    margin-bottom: 0;
    line-height: 1.35;
    padding: 0 2px;
    white-space: normal;
    overflow: visible;
    word-break: break-word;
    transition: color 0.25s ease;
}

.card-title-link:hover .card-title-custom,
.event-card-new:hover .card-title-custom {
    color: var(--pink);
}

.card-info {
    font-size: 0.75rem;
    color: var(--muted);
    margin-bottom: 10px;
    padding: 0 2px;
    font-weight: 500;
}

.card-footer-flex {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0 2px 2px;
}

.price-label {
    font-size: 0.6rem;
    color: var(--muted);
    text-transform: uppercase;
    font-weight: 700;
}

.price-value {
    font-weight: 800;
    font-size: 0.98rem;
    color: var(--orange);
}

.btn-arrow {
    width: 30px;
    height: 30px;
    background: var(--soft);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--purple);
    transition: all 0.3s;
    text-decoration: none;
    font-size: 0.75rem;
}

.event-card-new:hover .btn-arrow {
    background: linear-gradient(135deg, var(--orange), var(--purple));
    color: #fff;
    transform: scale(1.08);
}

.bg-light-section {
    background: rgba(250, 238, 252, 0.4);
}

@media (max-width: 575.98px) {
    .hero-swiper-container {
        height: 50vh;
        min-height: 360px;
    }

    .hero-title {
        font-size: 1.8rem;
    }

    .hero-desc {
        font-size: 0.85rem;
        margin-bottom: 0.8rem;
    }

    .btn-book {
        padding: 8px 22px;
        font-size: 0.8rem;
    }

    .card-img-wrap {
        aspect-ratio: 3.5/4;
    }

    .categories-section {
        margin-top: 16px;
    }
}

/* =============detail page================ */

.font-royal {
    font-family: var(--normal, 'Plus Jakarta Sans', sans-serif);
    letter-spacing: 0.5px;
}

.container-custom {
    max-width: 1380px;
    margin: 0 auto;
    padding: 24px 24px 0;
}

/* GLASS CARD */
.glass-box {
    background: rgba(255, 255, 255, 0.85);
    backdrop-filter: blur(16px);
    -webkit-backdrop-filter: blur(16px);
    border: 1px solid rgba(255, 255, 255, 0.6);
    border-radius: 24px;
    box-shadow: var(--shadow, 0 12px 28px rgba(92, 42, 90, .15));
    padding: 28px;
    margin-bottom: 24px;
    transition: all 0.3s ease;
}

.glass-box:hover {
    box-shadow: 0 20px 40px rgba(155, 16, 181, 0.18);
}

/* TITLE BAR */
.event-main-title-bar {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 24px;
}

.event-main-title {
    font-family: var(--title);
    font-weight: 800;
    font-size: clamp(1.6rem, 3.5vw, 2.2rem);
    background: linear-gradient(135deg, var(--orange) 0%, var(--pink) 60%, var(--purple) 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    line-height: 1.2;
}

.action-icon-btn {
    background: #fff;
    border: 1px solid rgba(223, 160, 76, 0.35);
    width: 44px;
    height: 44px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--purple);
    cursor: pointer;
    transition: 0.25s ease;
}

.action-icon-btn:hover {
    background: linear-gradient(195deg, #FF6B4D, #E91E63);
    color: #fff;
    transform: scale(1.05);
}

/* Minimalist Strip Table */
.overview-table-container {
    background: #ffffff;
    border: 1px solid rgba(255, 255, 255, 0.6);
    border-radius: 12px;
    overflow: hidden;
    margin-bottom: 20px;
}

.overview-table-row {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 10px 16px;
    border-bottom: 1px solid rgba(74, 56, 72, 0.08);
    font-size: 0.85rem;
    transition: background 0.2s;
}

.overview-table-row:nth-child(even) {
    background: #FFF8F2;
}

.overview-table-row:last-child {
    border-bottom: none;
}

.overview-table-row:hover {
    background: rgba(244, 119, 33, 0.08);
}

.overview-table-key {
    font-weight: 700;
    color: var(--muted);
    display: flex;
    align-items: center;
    gap: 8px;
}

.overview-table-key i {
    color: var(--pink);
    width: 16px;
}

.overview-table-val {
    font-weight: 800;
    color: var(--orange);
}

/* COVER IMAGE & GALLERY */
.cover-image-container {
    width: 100%;
    border-radius: 20px;
    overflow: hidden;
    box-shadow: var(--shadow);
    aspect-ratio: 3/4;
    max-height: 460px;
    border: 1px solid rgba(255, 255, 255, 0.6);
    cursor: pointer;
    position: relative;
}

.cover-image-container img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.3s ease;
}

.cover-image-container:hover img {
    transform: scale(1.03);
}

.zoom-overlay-badge {
    position: absolute;
    bottom: 12px;
    right: 12px;
    background: rgba(255, 255, 255, 0.88);
    backdrop-filter: blur(8px);
    color: var(--ink);
    padding: 6px 12px;
    border-radius: 30px;
    font-size: 0.78rem;
    font-weight: 700;
    display: flex;
    align-items: center;
    gap: 6px;
    pointer-events: none;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.08);
}

.photo-gallery-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 10px;
    margin-top: 12px;
}

.gallery-thumb {
    aspect-ratio: 1/1;
    border-radius: 12px;
    overflow: hidden;
    border: 2px solid transparent;
    cursor: pointer;
    transition: 0.25s ease;
}

.gallery-thumb.active,
.gallery-thumb:hover {
    border-color: var(--pink);
    transform: translateY(-2px);
    box-shadow: 0 4px 12px rgba(216, 46, 198, 0.25);
}

.gallery-thumb img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.quick-action-bar {
    display: flex;
    justify-content: space-around;
    align-items: center;
    background: #fff;
    padding: 12px 18px;
    border-radius: 60px;
    border: 1px solid rgba(255, 255, 255, 0.6);
    font-weight: 600;
    font-size: 0.9rem;
    margin-top: 14px;
    box-shadow: var(--shadow);
}

.quick-action-item {
    color: var(--purple);
    cursor: pointer;
    text-decoration: none;
    display: flex;
    align-items: center;
    gap: 6px;
}

.quick-action-item:hover {
    color: var(--orange);
}

/* INFO PILLS */
.info-pill-row {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    margin-bottom: 22px;
}

.info-pill {
    background: rgba(255, 255, 255, 0.9);
    border: 1px solid rgba(244, 119, 33, 0.25);
    padding: 8px 16px;
    border-radius: 50px;
    font-size: 0.88rem;
    font-weight: 600;
    display: flex;
    align-items: center;
    gap: 8px;
}

.info-pill i {
    color: var(--orange);
}

/* VENUE & ORGANIZER */
.venue-location-box {
    background: rgba(255, 255, 255, 0.7);
    border-left: 4px solid var(--pink);
    padding: 16px;
    border-radius: 14px;
    margin-bottom: 20px;
}

.venue-name {
    font-weight: 800;
    font-size: 1.05rem;
    margin-bottom: 4px;
}

.venue-address {
    font-size: 0.88rem;
    color: var(--muted);
    margin-bottom: 8px;
}

.location-link {
    color: var(--purple);
    font-weight: 700;
    font-size: 0.85rem;
    text-decoration: none;
}

.location-link:hover {
    text-decoration: underline;
}

.organizer-card {
    background: #fff;
    border: 1px solid rgba(255, 255, 255, 0.6);
    border-radius: 16px;
    padding: 14px 18px;
    display: flex;
    align-items: center;
    gap: 14px;
    margin-bottom: 24px;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.02);
}

.organizer-avatar {
    width: 48px;
    height: 48px;
    border-radius: 50%;
    background: linear-gradient(135deg, var(--orange) 0%, var(--pink) 60%, var(--purple) 100%);
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.3rem;
    font-weight: 800;
    flex-shrink: 0;
}

.organizer-name {
    font-weight: 800;
    font-size: 1rem;
    color: var(--ink);
}

.organizer-tag {
    font-size: 0.75rem;
    color: var(--muted);
    font-weight: 600;
}

/* DETAILS & NOTES */
.detail-group-title {
    font-family: var(--title);
    font-size: 1.2rem;
    font-weight: 700;
    margin: 20px 0 10px;
    border-bottom: 1px dashed rgba(223, 160, 76, 0.35);
    padding-bottom: 4px;
    color: var(--purple);
}

.event-description-text {
    font-size: 0.95rem;
    line-height: 1.7;
    color: var(--ink);
    margin-bottom: 16px;
}

.notes-trigger-btn {
    background: rgba(244, 119, 33, 0.1);
    border: 1px solid var(--orange);
    color: var(--orange);
    width: 100%;
    padding: 12px;
    border-radius: 12px;
    font-weight: 700;
    font-size: 0.9rem;
    display: flex;
    align-items: center;
    justify-content: space-between;
    cursor: pointer;
    transition: 0.25s ease;
    margin-top: 10px;
}

.notes-trigger-btn:hover {
    background: var(--orange);
    color: #fff;
}

/* BOOKING CARD */
.booking-card {
    background: transparent;
    border: none;
    padding: 0;
    position: sticky;
    top: 90px;
}

.arrange-map-link {
    background: transparent;
    border: none;
    color: var(--purple);
    padding: 0;
    font-weight: 700;
    font-size: 0.95rem;
    display: inline-flex;
    align-items: center;
    gap: 8px;
    cursor: pointer;
    text-decoration: underline;
    text-underline-offset: 4px;
    transition: 0.2s ease;
    margin-bottom: 20px;
}

.arrange-map-link:hover {
    color: var(--orange);
}

.booking-tabs {
    display: flex;
    background: rgba(255, 255, 255, 0.6);
    padding: 4px;
    border-radius: 50px;
    margin-bottom: 20px;
    border: 1px solid rgba(0, 0, 0, 0.05);
}

.booking-tab-btn {
    flex: 1;
    border: none;
    background: transparent;
    padding: 10px;
    border-radius: 40px;
    font-size: 0.85rem;
    font-weight: 700;
    color: var(--muted);
    cursor: pointer;
    transition: 0.25s ease;
}

.booking-tab-btn.active {
    background: linear-gradient(195deg, #FF6B4D, #E91E63);
    color: #fff;
    box-shadow: 0 4px 12px rgba(216, 46, 198, 0.2);
}

.btn-open-seat-modal {
    width: 100%;
    background: #fff;
    border: 2px dashed var(--purple);
    color: var(--purple);
    padding: 14px;
    border-radius: 14px;
    font-weight: 800;
    font-size: 0.95rem;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    cursor: pointer;
    transition: 0.25s ease;
    margin-bottom: 12px;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.02);
}

.btn-open-seat-modal:hover {
    background: var(--purple);
    color: #fff;
    border-style: solid;
}

/* CHIPS FOR DISPLAYING SELECTED SEATS */
.selected-seats-chip-container {
    display: flex;
    flex-wrap: wrap;
    gap: 6px;
    margin-bottom: 20px;
    min-height: 10px;
}

.seat-chip {
    background: linear-gradient(135deg, var(--orange) 0%, var(--pink) 60%, var(--purple) 100%);
    color: #fff;
    padding: 5px 10px;
    border-radius: 20px;
    font-size: 0.78rem;
    font-weight: 700;
    display: inline-flex;
    align-items: center;
    gap: 6px;
    box-shadow: 0 2px 8px rgba(216, 46, 198, 0.25);
    animation: fadeIn 0.2s ease-in-out;
}

.seat-chip .remove-chip-btn {
    background: rgba(255, 255, 255, 0.3);
    border: none;
    color: #fff;
    width: 16px;
    height: 16px;
    border-radius: 50%;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 0.65rem;
    cursor: pointer;
    transition: 0.2s ease;
}

.seat-chip .remove-chip-btn:hover {
    background: #fff;
    color: var(--orange);
}

.qty-picker {
    display: flex;
    align-items: center;
    justify-content: space-between;
    background: #fff;
    border: 1px solid #e2e8f0;
    padding: 8px 16px;
    border-radius: 12px;
    margin-bottom: 22px;
}

.qty-btn {
    background: #f1f5f9;
    border: 1px solid #cbd5e1;
    width: 32px;
    height: 32px;
    border-radius: 50%;
    font-weight: 700;
    cursor: pointer;
    transition: 0.2s ease;
}

.qty-btn:hover {
    background: var(--purple);
    color: #fff;
    border-color: var(--purple);
}

.btn-book-now {
    width: 100%;
    background: linear-gradient(135deg, var(--orange) 0%, var(--pink) 60%, var(--purple) 100%);
    border: none;
    color: #fff;
    padding: 15px;
    border-radius: 60px;
    font-weight: 800;
    font-size: 1.05rem;
    cursor: pointer;
    box-shadow: 0 10px 25px rgba(216, 46, 198, 0.3);
    transition: 0.25s ease;
    text-transform: uppercase;
}

.btn-book-now:hover {
    transform: translateY(-2px);
    box-shadow: 0 14px 30px rgba(216, 46, 198, 0.45);
}

.trust-badges-box {
    margin-top: 24px;
    padding-top: 18px;
    border-top: 1px solid rgba(0, 0, 0, 0.08);
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 12px;
}

.badge-item {
    display: flex;
    align-items: center;
    gap: 8px;
    font-size: 0.78rem;
    font-weight: 600;
    color: var(--muted);
}

.badge-item i {
    font-size: 1.1rem;
    color: var(--orange);
}

/* MATCHED GLASS MODALS */
.glass-modal .modal-content {
    background: var(--cream);
    backdrop-filter: blur(20px);
    border-radius: 24px;
    color: var(--ink);
    border: 1px solid rgba(255, 255, 255, 0.6);
    max-height: 85vh;
    display: flex;
    flex-direction: column;
    box-shadow: 0 20px 40px rgba(155, 16, 181, 0.18);
}

.glass-modal .modal-header {
    background: rgba(255, 255, 255, 0.4);
    border-bottom: 1px solid rgba(255, 255, 255, 0.6);
}

.modal-title-custom {
    font-weight: 800;
    background: linear-gradient(135deg, var(--orange) 0%, var(--pink) 60%, var(--purple) 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.glass-modal .modal-body {
    overflow-y: auto;
}

.glass-modal .modal-footer {
    background: rgba(255, 255, 255, 0.5);
    border-top: 1px solid rgba(255, 255, 255, 0.6);
}

.notes-list {
    list-style: none;
    padding: 0;
    margin: 0;
}

.notes-list li {
    padding: 10px 14px;
    background: rgba(255, 255, 255, 0.7);
    border-radius: 12px;
    margin-bottom: 8px;
    font-size: 0.88rem;
    display: flex;
    align-items: flex-start;
    gap: 10px;
    color: var(--ink);
}

.notes-list li i {
    color: var(--orange);
    margin-top: 3px;
}

/* SEATING SELECTION DESIGN IN MODAL */
.tier-group-block {
    background: rgba(255, 255, 255, 0.75);
    border: 1px solid rgba(255, 255, 255, 0.6);
    border-radius: 16px;
    padding: 16px;
    margin-bottom: 16px;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.02);
}

.tier-group-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 12px;
    border-bottom: 1px dashed rgba(223, 160, 76, 0.35);
    padding-bottom: 8px;
}

.tier-badge {
    font-size: 0.75rem;
    padding: 4px 10px;
    border-radius: 30px;
    font-weight: 700;
}

.badge-platinum {
    background: rgba(244, 119, 33, 0.15);
    color: var(--orange);
}

.badge-royal {
    background: rgba(216, 46, 198, 0.15);
    color: var(--pink);
}

.badge-marvel {
    background: rgba(155, 16, 181, 0.15);
    color: var(--purple);
}

.seat-grid-layout {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(42px, 1fr));
    gap: 8px;
}

.seat-pill {
    background: #fff;
    border: 1px solid #cbd5e1;
    padding: 8px 4px;
    border-radius: 8px;
    font-size: 0.8rem;
    font-weight: 700;
    text-align: center;
    cursor: pointer;
    transition: 0.2s ease;
    user-select: none;
    color: var(--ink);
}

.seat-pill:hover {
    border-color: var(--pink);
    background: rgba(216, 46, 198, 0.05);
}

.seat-pill.selected {
    background: linear-gradient(135deg, var(--orange) 0%, var(--pink) 60%, var(--purple) 100%);
    color: #fff;
    border-color: transparent;
    box-shadow: 0 4px 12px rgba(216, 46, 198, 0.35);
}

.btn-confirm-seats {
    background: linear-gradient(135deg, var(--orange) 0%, var(--pink) 60%, var(--purple) 100%);
    border: none;
    color: #fff;
    padding: 10px 24px;
    border-radius: 50px;
    font-weight: 800;
    box-shadow: 0 4px 15px rgba(216, 46, 198, 0.3);
    transition: 0.2s ease;
}

.btn-confirm-seats:hover {
    transform: translateY(-1px);
    box-shadow: 0 6px 20px rgba(216, 46, 198, 0.45);
}

/* LIGHTBOX GALLERY OVERLAY */
.lightbox-overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    background: rgba(245, 232, 223, 0.92);
    backdrop-filter: blur(20px);
    -webkit-backdrop-filter: blur(20px);
    z-index: 9999;
    display: none;
    flex-direction: column;
    align-items: center;
    justify-content: space-between;
    padding: 20px;
    opacity: 0;
    transition: opacity 0.3s ease;
}

.lightbox-overlay.active {
    display: flex;
    opacity: 1;
}

.lightbox-topbar {
    width: 100%;
    max-width: 1200px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    color: var(--ink);
    z-index: 10;
}

.lightbox-counter {
    font-size: 0.92rem;
    font-weight: 700;
    background: rgba(255, 255, 255, 0.8);
    padding: 6px 18px;
    border-radius: 30px;
    border: 1px solid rgba(255, 255, 255, 0.6);
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.04);
}

.lightbox-toolbar {
    display: flex;
    gap: 10px;
    align-items: center;
}

.lb-btn {
    background: #fff;
    border: 1px solid rgba(255, 255, 255, 0.6);
    color: var(--purple);
    width: 42px;
    height: 42px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.1rem;
    cursor: pointer;
    transition: 0.25s ease;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.04);
}

.lb-btn:hover {
    background: linear-gradient(135deg, var(--orange) 0%, var(--pink) 60%, var(--purple) 100%);
    color: #fff;
    border-color: transparent;
    transform: scale(1.1);
}

.lightbox-stage {
    position: relative;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
    flex: 1;
    margin: 15px 0;
}

.lightbox-img {
    max-width: 90%;
    max-height: 80vh;
    object-fit: contain;
    border-radius: 20px;
    box-shadow: 0 20px 40px rgba(155, 16, 181, 0.15);
    transition: transform 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
    user-select: none;
    border: 1px solid rgba(255, 255, 255, 0.6);
}

.lightbox-nav-btn {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 52px;
    height: 52px;
    border-radius: 50%;
    background: #fff;
    border: 1px solid rgba(255, 255, 255, 0.6);
    color: var(--purple);
    font-size: 1.3rem;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    transition: 0.25s ease;
    z-index: 10;
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.08);
}

.lightbox-nav-btn:hover {
    background: linear-gradient(135deg, var(--orange) 0%, var(--pink) 60%, var(--purple) 100%);
    color: #fff;
    border-color: transparent;
    transform: translateY(-50%) scale(1.1);
}

.lb-prev {
    left: 20px;
}

.lb-next {
    right: 20px;
}

.seat-pill.booked {
    background: #ef4444;
    color: #fff;
    border: 1px solid #dc2626;
    cursor: not-allowed;
    opacity: .8;
    pointer-events: none;
    position: relative;
}

.seat-pill.booked:hover {
    transform: none;
}

.seat-pill.booked small {
    display: block;
    font-size: 9px;
    line-height: 1;
    margin-top: 2px;
    font-weight: 600;
}

.seat-pill.blocked {
    background: #6b7280;
    color: #fff;
    cursor: not-allowed;
}

.seat-pill.selected {
    background: #16a34a;
    color: #fff;
    border-color: #15803d;
}

.legend-box{
    width:18px;
    height:18px;
    border-radius:4px;
    display:inline-block;
    margin-right:6px;
    vertical-align:middle;
}

.legend-box.available{
    background:#ffffff;
    border:1px solid #cbd5e1;
}

.legend-box.selected{
    background:#16a34a;
}

.legend-box.booked{
    background:#ef4444;
}

.legend-box.blocked{
    background:#6b7280;
}

@keyframes fadeIn {
    from {
        opacity: 0;
        transform: scale(0.9);
    }

    to {
        opacity: 1;
        transform: scale(1);
    }
}

/* RESPONSIVE LAYOUT ORDER */
.order-box-1 {
    order: 1;
}

.order-box-2 {
    order: 2;
}

.order-box-3 {
    order: 3;
}

@media (max-width: 991px) {
    .order-box-1 {
        order: 1 !important;
    }

    .order-box-3 {
        order: 2 !important;
    }

    .order-box-2 {
        order: 3 !important;
    }

    .event-main-title {
        font-size: 1.75rem;
    }

    .booking-card {
        position: relative;
        top: 0;
        margin-top: 10px;
        margin-bottom: 20px;
    }

    .cover-image-container {
        max-height: 340px;
    }

    .lb-prev {
        left: 10px;
        width: 44px;
        height: 44px;
        font-size: 1.1rem;
    }

    .lb-next {
        right: 10px;
        width: 44px;
        height: 44px;
        font-size: 1.1rem;
    }
}

@media (max-width: 576px) {
    .event-main-title {
        font-size: 1.3rem;
    }

    .glass-box {
        padding: 18px;
    }

    .seat-grid-layout {
        grid-template-columns: repeat(auto-fill, minmax(36px, 1fr));
        gap: 6px;
    }

    .seat-pill {
        font-size: 0.75rem;
        padding: 6px 2px;
    }
}
