/* SoldOut redesign preview — direction 01 "Neon Stage" */
:root {
  --bg: #08080f;
  --panel: rgba(255, 255, 255, 0.045);
  --panel-strong: rgba(18, 18, 32, 0.92);
  --line: rgba(255, 255, 255, 0.09);
  --line-strong: rgba(255, 255, 255, 0.16);
  --text: #f2f2fa;
  --dim: #c9c9dc;
  --muted: #9a9ab0;
  --faint: #8b8ba4;
  --v: #8b5cf6;
  --c: #22d3ee;
  --grad: linear-gradient(90deg, #8b5cf6, #22d3ee);
  --glow: 0 0 40px rgba(139, 92, 246, 0.45);
  --danger: #ff8080;
}
* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; font-family: 'Manrope', 'Segoe UI', sans-serif; background: var(--bg); color: var(--text); }
img { max-width: 100%; }
a { color: inherit; text-decoration: none; }
.display { font-family: 'Unbounded', 'Arial Black', sans-serif; }

.container { max-width: 1320px; margin: 0 auto; padding: 0 60px; }

/* reveal */
.reveal { opacity: 0; transform: translateY(16px); transition: opacity .55s ease, transform .55s ease; }
.reveal.is-visible { opacity: 1; transform: none; }
@media (prefers-reduced-motion: reduce) {
  .reveal { opacity: 1; transform: none; transition: none; }
  * { animation: none !important; }
}

/* buttons & chips */
.btn { display: inline-flex; align-items: center; justify-content: center; gap: 10px; border: 0; cursor: pointer; font: 800 14px 'Manrope', sans-serif; letter-spacing: 1px; border-radius: 999px; padding: 15px 36px; white-space: nowrap; transition: transform .2s ease, box-shadow .2s ease, filter .2s ease, background .2s ease; }
.btn-grad { background: var(--grad); color: #08080f; box-shadow: var(--glow); }
.btn-grad:hover { filter: brightness(1.12); transform: translateY(-2px); box-shadow: 0 0 55px rgba(139, 92, 246, 0.6); }
.btn-ghost { background: transparent; color: var(--text); border: 1px solid rgba(255, 255, 255, 0.28); }
.btn-ghost:hover { border-color: var(--c); color: #67e8f9; }
.btn-block { width: 100%; }
.chip { display: inline-flex; align-items: center; gap: 8px; padding: 6px 14px; border-radius: 999px; font-size: 12px; font-weight: 700; }
.chip-v { background: rgba(139, 92, 246, 0.16); border: 1px solid rgba(139, 92, 246, 0.5); color: #c4b5fd; }
.chip-c { background: rgba(34, 211, 238, 0.12); border: 1px solid rgba(34, 211, 238, 0.4); color: #67e8f9; }
.chip-ghost { background: rgba(255, 255, 255, 0.07); border: 1px solid var(--line-strong); color: var(--dim); }
.price { color: var(--c); font-weight: 800; }

/* header */
.site-header { position: sticky; top: 0; z-index: 40; display: flex; align-items: center; gap: 32px; height: 72px; padding: 0 60px; background: rgba(10, 10, 20, 0.72); backdrop-filter: blur(14px); border-bottom: 1px solid var(--line); }
.brand { display: flex; align-items: center; gap: 10px; flex-shrink: 0; }
.brand .display { font-size: 18px; font-weight: 700; letter-spacing: 1px; }
.brand .display span { color: var(--faint); }
.main-nav { display: flex; gap: 26px; font-size: 15px; font-weight: 600; color: var(--dim); }
.main-nav a { transition: color .2s ease; }
.main-nav a:hover, .main-nav a.active { color: var(--text); }
.main-nav a.active { font-weight: 800; }
.header-actions { margin-left: auto; display: flex; align-items: center; gap: 20px; color: var(--dim); font-size: 14px; font-weight: 600; }
.login-link { padding: 9px 22px; border-radius: 999px; border: 1px solid rgba(255, 255, 255, 0.25); color: var(--text); transition: border-color .2s ease, color .2s ease; }
.login-link:hover { border-color: var(--c); color: #67e8f9; }
.burger { display: none; background: none; border: 0; color: var(--text); cursor: pointer; padding: 6px; }

/* hero (home) */
.hero { position: relative; height: 640px; margin-top: -72px; display: flex; align-items: flex-end; overflow: hidden; }
.hero > img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; }
.hero .shade { position: absolute; inset: 0; background: linear-gradient(180deg, rgba(8, 8, 15, 0.55), rgba(8, 8, 15, 0.15) 40%, rgba(8, 8, 15, 0.92)); }
.hero .halo { position: absolute; inset: 0; background: radial-gradient(60% 50% at 70% 20%, rgba(139, 92, 246, 0.28), transparent 70%); }
.hero-content { position: relative; z-index: 2; padding: 0 60px 60px; display: flex; flex-direction: column; gap: 18px; max-width: 860px; }
.hero-content h1 { margin: 0; font-size: clamp(44px, 6vw, 84px); font-weight: 900; line-height: 1.02; text-shadow: 0 0 60px rgba(139, 92, 246, 0.55); }
.hero-content p { margin: 0; font-size: 17px; color: var(--dim); max-width: 560px; }
.hero-cta { display: flex; align-items: center; gap: 18px; }
.hero-strip { position: absolute; right: 60px; bottom: 60px; z-index: 2; display: flex; gap: 8px; }
.hero-strip span { width: 34px; height: 4px; border-radius: 2px; background: rgba(255, 255, 255, 0.2); }
.hero-strip span.on { background: var(--grad); }

/* sections & cards */
.section { padding: 56px 0 8px; }
.sec-head { display: flex; align-items: baseline; gap: 20px; }
.sec-head h2 { margin: 0; font-size: clamp(22px, 3vw, 32px); font-weight: 700; }
.sec-link { margin-left: auto; font-size: 14px; font-weight: 700; color: #67e8f9; white-space: nowrap; flex-shrink: 0; transition: color .2s ease; }
.sec-link:hover { color: var(--text); }
.grid { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 24px; margin-top: 26px; }
.card { border-radius: 18px; overflow: hidden; background: var(--panel); border: 1px solid var(--line); display: flex; flex-direction: column; transition: transform .25s ease, border-color .25s ease, box-shadow .25s ease; }
.card:hover { transform: translateY(-5px); border-color: rgba(139, 92, 246, 0.55); box-shadow: 0 18px 44px rgba(0, 0, 0, 0.5); }
.card-media { position: relative; }
.card-media img { width: 100%; height: 280px; object-fit: cover; display: block; }
.card-media .chip { position: absolute; top: 12px; left: 12px; background: rgba(8, 8, 15, 0.72); color: #67e8f9; font-size: 11.5px; }
.card-body { padding: 18px; display: flex; flex-direction: column; gap: 8px; flex: 1; }
.card-title { font-size: 17px; font-weight: 800; }
.card-meta { font-size: 13px; color: var(--muted); font-weight: 600; }
.card-foot { display: flex; align-items: center; margin-top: auto; padding-top: 6px; }
.card-foot .go { margin-left: auto; padding: 8px 18px; border-radius: 999px; border: 1px solid rgba(139, 92, 246, 0.6); color: #c4b5fd; font-size: 12px; font-weight: 700; transition: background .2s ease, color .2s ease; }
.card:hover .go { background: rgba(139, 92, 246, 0.2); color: var(--text); }

/* promo band */
.promo { margin-top: 60px; border-radius: 22px; padding: 40px 48px; background: linear-gradient(100deg, rgba(139, 92, 246, 0.22), rgba(34, 211, 238, 0.14)); border: 1px solid rgba(139, 92, 246, 0.35); display: flex; align-items: center; gap: 32px; }
.promo h3 { margin: 0 0 8px; font-size: 24px; font-weight: 700; }
.promo p { margin: 0; font-size: 15px; color: var(--dim); max-width: 620px; }
.promo .btn { margin-left: auto; flex-shrink: 0; background: rgba(255, 255, 255, 0.1); border: 1px solid rgba(255, 255, 255, 0.25); color: var(--text); }
.promo .btn:hover { border-color: var(--c); }

/* footer */
.site-footer { margin-top: 72px; padding: 48px 60px 32px; background: rgba(255, 255, 255, 0.03); border-top: 1px solid var(--line); }
.footer-cols { display: flex; gap: 70px; flex-wrap: wrap; }
.footer-brand { width: 250px; display: flex; flex-direction: column; gap: 14px; font-size: 13px; color: var(--muted); }
.footer-col h4 { margin: 0 0 12px; font-size: 12.5px; font-weight: 800; letter-spacing: 1.5px; color: var(--faint); }
.footer-col a { display: block; margin-bottom: 9px; font-size: 14px; color: var(--dim); transition: color .2s ease; }
.footer-col a:hover { color: #67e8f9; }
.footer-cities { margin-left: auto; }
.city-chips { display: flex; gap: 8px; flex-wrap: wrap; max-width: 250px; }
.city-chips span { padding: 6px 14px; border-radius: 999px; border: 1px solid rgba(255, 255, 255, 0.18); font-size: 12px; font-weight: 600; color: var(--dim); }
.footer-base { display: flex; align-items: center; gap: 12px; margin-top: 40px; padding-top: 22px; border-top: 1px solid rgba(255, 255, 255, 0.07); font-size: 12px; color: var(--faint); flex-wrap: wrap; }
.pay { margin-left: auto; display: flex; gap: 10px; }
.pay span { padding: 4px 10px; border-radius: 6px; background: rgba(255, 255, 255, 0.08); font-weight: 800; font-size: 11px; color: var(--text); }

/* breadcrumbs */
.crumbs { padding: 22px 0 0; font-size: 13px; color: var(--faint); display: flex; gap: 8px; flex-wrap: wrap; }
.crumbs .here { color: var(--dim); }

/* panels */
.panel { border-radius: 20px; background: var(--panel); border: 1px solid var(--line); padding: 32px 36px; }
.panel h2, .panel h3 { margin: 0; font-weight: 700; }
.muted { color: var(--muted); }
.dim-p { margin: 0; font-size: 15px; line-height: 1.75; color: var(--dim); }

/* show hero split */
.show-hero { margin-top: 20px; border-radius: 24px; overflow: hidden; position: relative; display: grid; grid-template-columns: 1fr 480px; background: var(--panel); border: 1px solid var(--line-strong); }
.show-hero-body { padding: 48px 52px; display: flex; flex-direction: column; gap: 18px; justify-content: center; }
.show-hero-body h1 { margin: 0; font-size: clamp(36px, 4.5vw, 56px); font-weight: 900; line-height: 1.05; text-shadow: 0 0 50px rgba(139, 92, 246, 0.5); }
.show-hero-media { position: relative; min-height: 340px; }
.show-hero-media img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; }
.show-hero-media .fade { position: absolute; inset: 0; background: linear-gradient(90deg, #0c0c16 0%, rgba(12, 12, 22, 0) 45%); }
.chip-row { display: flex; gap: 8px; flex-wrap: wrap; }

.two-col { display: grid; grid-template-columns: 2fr 1fr; gap: 24px; margin-top: 26px; }
.half-col { display: grid; grid-template-columns: 1fr 1fr; gap: 24px; margin-top: 26px; }
.tag-stack { display: flex; flex-direction: column; gap: 10px; margin-top: 14px; }
.tag-stack span { padding: 10px 16px; border-radius: 12px; font-size: 14px; font-weight: 600; }
.tag-a { background: rgba(139, 92, 246, 0.12); border: 1px solid rgba(139, 92, 246, 0.35); color: #ddd6fe; }
.tag-b { background: rgba(34, 211, 238, 0.1); border: 1px solid rgba(34, 211, 238, 0.3); color: #a5f3fc; }
.tag-c { background: rgba(255, 255, 255, 0.06); border: 1px solid rgba(255, 255, 255, 0.14); color: var(--dim); }

/* dates table */
.dates-head, .date-row { display: grid; grid-template-columns: 170px 140px 1fr 240px; gap: 14px; align-items: center; }
.dates-head { font-size: 12px; font-weight: 800; letter-spacing: 1.5px; color: var(--faint); padding: 16px 18px 12px; border-bottom: 1px solid rgba(255, 255, 255, 0.1); }
.dates-head :last-child, .date-row .cta-cell { text-align: right; }
.date-row { padding: 18px; border-bottom: 1px solid rgba(255, 255, 255, 0.06); transition: background .2s ease; }
.date-row:hover { background: rgba(139, 92, 246, 0.06); }
.date-row:last-child { border-bottom: 0; }
.date-row .when { font-size: 15px; font-weight: 800; }
.date-row .when small { color: var(--faint); font-weight: 600; font-size: 13px; }
.date-row .place { font-size: 15px; color: var(--dim); }
.pill-cta { display: inline-block; padding: 10px 22px; border-radius: 999px; background: var(--grad); color: #08080f; font-size: 13px; font-weight: 800; transition: filter .2s ease; }
.pill-cta:hover { filter: brightness(1.12); }
.pill-soon { display: inline-block; padding: 10px 22px; border-radius: 999px; border: 1px solid rgba(255, 255, 255, 0.25); color: var(--dim); font-size: 13px; font-weight: 800; }

/* steps + faq */
.step { display: flex; gap: 16px; align-items: flex-start; margin-top: 18px; }
.step-num { flex-shrink: 0; width: 40px; height: 40px; border-radius: 12px; background: rgba(139, 92, 246, 0.18); border: 1px solid rgba(139, 92, 246, 0.45); color: #c4b5fd; font-weight: 700; display: flex; align-items: center; justify-content: center; font-family: 'Unbounded', sans-serif; }
.step p { margin: 6px 0 0; font-size: 14px; line-height: 1.6; color: var(--dim); }
.faq-item { border-radius: 14px; border: 1px solid rgba(255, 255, 255, 0.12); margin-top: 12px; overflow: hidden; transition: border-color .25s ease, background .25s ease; }
.faq-q { padding: 16px 20px; display: flex; align-items: center; font-size: 14px; font-weight: 700; cursor: pointer; }
.faq-q::after { content: '▾'; margin-left: auto; color: var(--faint); transition: transform .25s ease; }
.faq-a { max-height: 0; overflow: hidden; transition: max-height .3s ease, padding .3s ease; padding: 0 20px; font-size: 13.5px; line-height: 1.6; color: var(--dim); }
.faq-item.open { border-color: rgba(139, 92, 246, 0.4); background: rgba(139, 92, 246, 0.08); }
.faq-item.open .faq-q::after { transform: rotate(180deg); color: #c4b5fd; }
.faq-item.open .faq-a { max-height: 140px; padding: 0 20px 16px; }

/* event page */
.hero-band { position: relative; height: 400px; overflow: hidden; }
.hero-band img { width: 100%; height: 100%; object-fit: cover; object-position: 50% 30%; }
.hero-band .shade { position: absolute; inset: 0; background: linear-gradient(180deg, rgba(8, 8, 15, 0.35), rgba(8, 8, 15, 0.95)); }
.back-fab { position: absolute; top: 26px; left: 60px; width: 44px; height: 44px; border-radius: 999px; background: rgba(8, 8, 15, 0.6); border: 1px solid rgba(255, 255, 255, 0.2); display: flex; align-items: center; justify-content: center; color: var(--text); transition: border-color .2s ease; }
.back-fab:hover { border-color: var(--c); }
.event-layout { display: flex; gap: 40px; margin-top: -110px; position: relative; z-index: 2; }
.event-main { flex: 1; display: flex; flex-direction: column; gap: 26px; min-width: 0; }
.event-main h1 { margin: 0; font-size: clamp(40px, 5vw, 62px); font-weight: 900; line-height: 1.04; text-shadow: 0 0 50px rgba(139, 92, 246, 0.5); }
.event-side { width: 380px; flex-shrink: 0; display: flex; flex-direction: column; gap: 22px; }
.info-card { border-radius: 22px; padding: 30px; background: var(--panel-strong); border: 1px solid rgba(139, 92, 246, 0.4); box-shadow: 0 0 60px rgba(139, 92, 246, 0.25); display: flex; flex-direction: column; gap: 18px; }
.date-badge { width: 62px; border-radius: 14px; overflow: hidden; border: 1px solid rgba(255, 255, 255, 0.15); text-align: center; flex-shrink: 0; }
.date-badge b { display: block; background: var(--grad); color: #08080f; font-size: 11px; font-weight: 800; padding: 3px 0; }
.date-badge strong { display: block; font-family: 'Unbounded', sans-serif; font-size: 24px; font-weight: 700; padding: 6px 0; }
.when-row { display: flex; gap: 16px; align-items: center; }
.divided { border-top: 1px solid rgba(255, 255, 255, 0.08); padding-top: 14px; }
.big-price { font-family: 'Unbounded', sans-serif; font-size: 24px; font-weight: 700; color: var(--c); }
.calendar-link { text-align: center; font-size: 13px; font-weight: 700; color: #67e8f9; }
.countdown { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 10px; }
.count-cell { border-radius: 14px; padding: 12px 0; text-align: center; }
.count-v { background: rgba(139, 92, 246, 0.12); border: 1px solid rgba(139, 92, 246, 0.35); }
.count-c { background: rgba(34, 211, 238, 0.1); border: 1px solid rgba(34, 211, 238, 0.3); }
.count-cell b { display: block; font-family: 'Unbounded', sans-serif; font-size: 22px; font-weight: 700; color: #c4b5fd; }
.count-c b { color: #67e8f9; }
.count-cell small { font-size: 11px; color: var(--muted); }
.gallery-main { border-radius: 20px; overflow: hidden; position: relative; border: 1px solid rgba(255, 255, 255, 0.1); }
.gallery-main img { width: 100%; height: 420px; object-fit: cover; display: block; }
.gallery-counter { position: absolute; right: 16px; bottom: 14px; padding: 6px 14px; border-radius: 999px; background: rgba(8, 8, 15, 0.7); font-size: 12px; font-weight: 700; color: var(--dim); }
.thumbs { display: flex; gap: 12px; margin-top: 14px; }
.thumbs img { width: 110px; height: 74px; object-fit: cover; border-radius: 10px; opacity: 0.55; cursor: pointer; border: 2px solid transparent; transition: opacity .2s ease, border-color .2s ease; }
.thumbs img.active, .thumbs img:hover { opacity: 1; border-color: var(--v); }
.thumbs .more { width: 110px; height: 74px; border-radius: 10px; background: rgba(255, 255, 255, 0.06); border: 1px solid rgba(255, 255, 255, 0.14); display: flex; align-items: center; justify-content: center; font-size: 13px; font-weight: 700; color: var(--muted); }
.show-row { display: flex; align-items: center; gap: 20px; padding: 14px 0; border-bottom: 1px solid rgba(255, 255, 255, 0.07); flex-wrap: wrap; }
.show-row:last-child { border-bottom: 0; }
.show-row .when { font-size: 15px; font-weight: 800; min-width: 150px; }
.show-row .when small { color: var(--faint); font-weight: 600; }
.show-row .place { font-size: 14px; color: var(--dim); }
.show-row .tail { margin-left: auto; display: flex; align-items: center; gap: 16px; }

/* booking chrome */
.booking-header { display: flex; align-items: center; gap: 20px; height: 72px; padding: 0 60px; background: rgba(10, 10, 20, 0.72); border-bottom: 1px solid var(--line); }
.stepper { flex: 1; display: flex; align-items: center; justify-content: center; gap: 14px; flex-wrap: wrap; }
.step-pill { display: flex; align-items: center; gap: 10px; font-size: 14px; }
.step-pill .n { width: 32px; height: 32px; border-radius: 999px; display: flex; align-items: center; justify-content: center; font-family: 'Unbounded', sans-serif; font-size: 14px; font-weight: 700; }
.step-pill.current { font-weight: 800; }
.step-pill.current .n { background: var(--grad); color: #08080f; }
.step-pill.todo { opacity: 0.5; }
.step-pill.todo .n { border: 1px solid rgba(255, 255, 255, 0.3); }
.step-pill.done { color: var(--muted); }
.step-pill.done .n { background: rgba(34, 211, 238, 0.16); border: 1px solid rgba(34, 211, 238, 0.5); color: #67e8f9; }
.step-sep { color: #55556a; }
.timer { display: flex; align-items: center; gap: 8px; padding: 9px 18px; border-radius: 999px; background: rgba(255, 54, 54, 0.14); border: 1px solid rgba(255, 54, 54, 0.5); color: var(--danger); font-weight: 800; font-size: 14px; }

/* hall */
.hall-wrap { display: flex; gap: 28px; padding: 28px 60px 40px; align-items: stretch; }
.map-col { flex: 1; display: flex; flex-direction: column; gap: 16px; min-width: 0; }
.legend { display: flex; align-items: center; gap: 14px; flex-wrap: wrap; font-size: 13px; font-weight: 600; color: var(--dim); }
.legend .dot { width: 12px; height: 12px; border-radius: 999px; display: inline-block; margin-right: 7px; vertical-align: -1px; }
.map-panel { flex: 1; border-radius: 22px; background: rgba(255, 255, 255, 0.035); border: 1px solid rgba(255, 255, 255, 0.1); padding: 30px 40px; position: relative; display: flex; align-items: center; justify-content: center; }
.map-panel img { max-width: 760px; width: 100%; height: auto; }
.zoom { position: absolute; right: 22px; bottom: 22px; display: flex; flex-direction: column; gap: 10px; }
.zoom button { width: 42px; height: 42px; border-radius: 12px; background: rgba(8, 8, 15, 0.7); border: 1px solid rgba(255, 255, 255, 0.2); color: var(--text); font-size: 20px; font-weight: 700; cursor: pointer; transition: border-color .2s ease; }
.zoom button:hover { border-color: var(--c); }
.cart { width: 380px; flex-shrink: 0; border-radius: 22px; background: var(--panel-strong); border: 1px solid rgba(139, 92, 246, 0.35); box-shadow: 0 0 60px rgba(139, 92, 246, 0.18); padding: 28px; display: flex; flex-direction: column; gap: 16px; }
.cart-title { font-family: 'Unbounded', sans-serif; font-size: 19px; font-weight: 700; }
.dashed { border-top: 1px dashed rgba(255, 255, 255, 0.15); }
.seat-item { display: flex; align-items: center; gap: 12px; padding: 13px 16px; border-radius: 14px; background: rgba(139, 92, 246, 0.1); border: 1px solid rgba(139, 92, 246, 0.4); }
.seat-item .bar { width: 10px; height: 34px; border-radius: 6px; background: linear-gradient(180deg, #8b5cf6, #22d3ee); flex-shrink: 0; }
.seat-item .info b { display: block; font-size: 14px; }
.seat-item .info small { font-size: 12px; color: var(--muted); }
.seat-item .sum { margin-left: auto; font-size: 14px; font-weight: 800; color: var(--c); }
.seat-item .x { color: var(--faint); cursor: pointer; }
.totals { margin-top: auto; display: flex; flex-direction: column; gap: 8px; font-size: 14px; color: var(--dim); }
.totals .row { display: flex; }
.totals .row span:last-child { margin-left: auto; font-weight: 700; }
.totals .grand { align-items: baseline; padding-top: 10px; border-top: 1px solid rgba(255, 255, 255, 0.1); }
.totals .grand b { font-size: 15px; color: var(--text); }
.totals .grand .sum { margin-left: auto; font-family: 'Unbounded', sans-serif; font-size: 24px; font-weight: 700; color: var(--c); }

/* order */
.order-wrap { display: flex; gap: 28px; padding: 32px 120px 44px; }
.order-back { width: 230px; flex-shrink: 0; }
.order-card { flex: 1; border-radius: 24px; background: var(--panel-strong); border: 1px solid rgba(255, 255, 255, 0.1); padding: 40px 48px; display: flex; flex-direction: column; gap: 22px; min-width: 0; }
.order-card h1 { margin: 0; font-size: 28px; font-weight: 700; text-align: center; letter-spacing: 2px; }
.tabs { display: flex; justify-content: center; border-bottom: 1px solid rgba(255, 255, 255, 0.1); }
.tabs span { padding: 12px 28px; font-size: 14px; cursor: pointer; }
.tabs .on { font-weight: 800; border-bottom: 3px solid; border-image: var(--grad) 1; }
.tabs .off { font-weight: 600; color: var(--faint); }
.order-summary { display: flex; gap: 14px; align-items: center; padding: 14px 18px; border-radius: 16px; background: rgba(139, 92, 246, 0.08); border: 1px solid rgba(139, 92, 246, 0.3); flex-wrap: wrap; }
.order-summary img { width: 52px; height: 52px; border-radius: 10px; object-fit: cover; }
.order-summary .sum { margin-left: auto; font-weight: 800; color: var(--c); }
.form-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 18px; }
.field label { display: block; font-size: 12.5px; font-weight: 700; color: var(--faint); letter-spacing: 0.5px; margin-bottom: 7px; }
.field input { width: 100%; height: 50px; border-radius: 14px; background: rgba(255, 255, 255, 0.05); border: 1px solid var(--line-strong); padding: 0 18px; font: 600 15px 'Manrope', sans-serif; color: var(--text); transition: border-color .2s ease, box-shadow .2s ease; }
.field input:focus { outline: none; border-color: rgba(34, 211, 238, 0.6); box-shadow: 0 0 0 3px rgba(34, 211, 238, 0.12); }
.field input::placeholder { color: var(--muted); }
.check-row { display: flex; align-items: center; gap: 12px; font-size: 14px; color: var(--dim); font-weight: 600; }
.check-row input { width: 22px; height: 22px; accent-color: #8b5cf6; }
.legal { text-align: center; font-size: 12px; color: var(--faint); }
.legal a { color: #67e8f9; }
.order-aside { width: 300px; flex-shrink: 0; display: flex; flex-direction: column; gap: 18px; }
.aside-card { border-radius: 20px; padding: 26px; background: var(--panel); border: 1px solid rgba(255, 255, 255, 0.1); }
.aside-card h4 { margin: 0 0 10px; font-family: 'Unbounded', sans-serif; font-size: 15px; font-weight: 700; }
.aside-card p { margin: 0; font-size: 13px; line-height: 1.65; color: var(--muted); }
.aside-card .hl { color: #67e8f9; font-weight: 700; }

/* category */
.cat-hero { position: relative; padding: 56px 0 36px; overflow: hidden; }
.cat-hero::before { content: ''; position: absolute; inset: 0; background: radial-gradient(50% 90% at 20% 0%, rgba(139, 92, 246, 0.22), transparent 70%), radial-gradient(40% 80% at 85% 10%, rgba(34, 211, 238, 0.12), transparent 70%); }
.cat-hero .container { position: relative; }
.cat-hero h1 { margin: 14px 0 18px; font-size: clamp(40px, 5vw, 64px); font-weight: 900; text-shadow: 0 0 60px rgba(139, 92, 246, 0.4); }
.filter-row { display: flex; gap: 10px; flex-wrap: wrap; }
.filter { padding: 10px 22px; border-radius: 999px; background: rgba(255, 255, 255, 0.06); border: 1px solid var(--line-strong); font-size: 13px; font-weight: 700; color: var(--dim); cursor: pointer; transition: background .2s ease, color .2s ease; }
.filter:hover { color: var(--text); }
.filter.on { background: var(--grad); border: 0; color: #08080f; font-weight: 800; }
.filter-sort { margin-left: auto; }
.load-more { display: flex; justify-content: center; margin: 40px 0 0; }

/* login page */
.login-page { position: relative; min-height: 100vh; overflow: hidden; }
.login-backdrop { position: absolute; inset: 0; filter: blur(3px); opacity: 0.45; }
.login-backdrop img { width: 100%; height: 60vh; object-fit: cover; }
.login-scrim { position: absolute; inset: 0; background: rgba(4, 4, 10, 0.6); }
.modal { position: relative; z-index: 2; width: min(460px, calc(100vw - 32px)); margin: 10vh auto; border-radius: 26px; background: rgba(18, 18, 32, 0.97); border: 1px solid rgba(139, 92, 246, 0.4); box-shadow: 0 0 90px rgba(139, 92, 246, 0.35); padding: 40px 44px; display: flex; flex-direction: column; gap: 18px; animation: modal-in .45s ease both; }
@keyframes modal-in { from { opacity: 0; transform: translateY(24px) scale(0.97); } to { opacity: 1; transform: none; } }
.modal-close { position: absolute; top: 20px; right: 20px; width: 36px; height: 36px; border-radius: 999px; border: 1px solid rgba(255, 255, 255, 0.18); background: none; color: var(--muted); cursor: pointer; font-size: 14px; transition: border-color .2s ease, color .2s ease; }
.modal-close:hover { border-color: var(--c); color: var(--text); }
.modal-head { display: flex; flex-direction: column; gap: 8px; align-items: center; text-align: center; }
.modal-head h1 { margin: 6px 0 0; font-size: 26px; font-weight: 700; }
.modal-head p { margin: 0; font-size: 14px; color: var(--muted); }
.or-row { display: flex; align-items: center; gap: 14px; color: var(--faint); font-size: 12px; }
.or-row::before, .or-row::after { content: ''; flex: 1; height: 1px; background: rgba(255, 255, 255, 0.1); }
.google-btn { display: flex; align-items: center; justify-content: center; gap: 12px; padding: 14px 0; border-radius: 999px; border: 1px solid rgba(255, 255, 255, 0.2); font-size: 14px; font-weight: 700; color: var(--text); cursor: pointer; background: none; transition: border-color .2s ease; }
.google-btn:hover { border-color: var(--c); }
.modal-foot { text-align: center; font-size: 13.5px; color: var(--muted); }
.modal-foot a { color: #67e8f9; font-weight: 700; }
.forgot { text-align: center; font-size: 13.5px; font-weight: 700; color: #67e8f9; }

/* responsive */
@media (max-width: 1180px) {
  .container, .site-header, .booking-header { padding-left: 28px; padding-right: 28px; }
  .hall-wrap, .order-wrap { padding-left: 28px; padding-right: 28px; }
  .order-back { display: none; }
  .grid { grid-template-columns: repeat(3, minmax(0, 1fr)); }
  .event-layout { flex-direction: column; margin-top: -80px; }
  .event-side { width: 100%; flex-direction: row; }
  .event-side > * { flex: 1; }
  .show-hero { grid-template-columns: 1fr 380px; }
}
@media (max-width: 900px) {
  .grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .main-nav { display: none; }
  body.nav-open .main-nav { display: flex; position: fixed; inset: 72px 0 auto 0; z-index: 39; flex-direction: column; gap: 0; background: rgba(10, 10, 20, 0.97); border-bottom: 1px solid var(--line); padding: 10px 28px 18px; }
  body.nav-open .main-nav a { padding: 12px 0; }
  .burger { display: block; }
  .header-actions .city, .header-actions .lang { display: none; }
  .show-hero { grid-template-columns: 1fr; }
  .show-hero-media { min-height: 280px; order: -1; position: relative; }
  .show-hero-media .fade { background: linear-gradient(0deg, #0c0c16, rgba(12, 12, 22, 0) 55%); }
  .two-col, .half-col { grid-template-columns: 1fr; }
  .dates-head { display: none; }
  .date-row { grid-template-columns: 1fr; gap: 6px; }
  .date-row .cta-cell { text-align: left; }
  .event-side { flex-direction: column; }
  .hall-wrap { flex-direction: column; }
  .cart { width: 100%; }
  .order-wrap { flex-direction: column; }
  .order-aside { width: 100%; }
  .order-card { padding: 26px 20px; }
  .form-grid { grid-template-columns: 1fr; }
  .site-footer { padding: 36px 28px 26px; }
  .footer-cols { gap: 32px; }
  .footer-cities { margin-left: 0; }
  .promo { flex-direction: column; align-items: flex-start; }
  .promo .btn { margin-left: 0; }
  .booking-header { height: auto; min-height: 60px; padding-top: 8px; padding-bottom: 8px; gap: 10px; }
  .booking-header .brand img { height: 22px; }
  .stepper { gap: 8px; }
  .stepper .lbl { display: none; }
  .stepper .step-pill.current .lbl { display: inline; }
  .step-pill .n { width: 26px; height: 26px; font-size: 12px; }
  .booking-header .header-actions { gap: 10px; }
  .booking-header .lang { display: none; }
  .timer { padding: 7px 12px; font-size: 12.5px; }
}
@media (max-width: 560px) {
  .container, .site-header, .booking-header, .hall-wrap, .order-wrap { padding-left: 16px; padding-right: 16px; }
  .grid { grid-template-columns: 1fr; }
  .hero { height: 520px; }
  .hero-content { padding: 0 16px 26px; }
  .hero-cta { flex-wrap: nowrap; gap: 12px; }
  .hero-cta .btn { flex: 1 1 auto; padding: 14px 18px; font-size: 13px; }
  .hero-cta > span { flex-shrink: 0; white-space: nowrap; font-size: 13.5px; }
  .sec-head { gap: 12px; align-items: center; }
  .sec-link { font-size: 12.5px; }
  .hero-strip { right: 16px; bottom: 26px; }
  .site-header { gap: 14px; }
  .gallery-main img { height: 230px; }
  .thumbs img, .thumbs .more { width: 74px; height: 50px; }
  .show-hero-body { padding: 22px 20px; }
  .panel { padding: 20px; }
  .back-fab { left: 16px; }
  .countdown { gap: 8px; }
  .map-panel { padding: 16px 10px; }
  .stepper .step-pill span.lbl { display: none; }
  .stepper .step-pill.current span.lbl { display: inline; }
  .step-sep { display: none; }
}
