:root {
  --bg: #070a12;
  --panel: #111827;
  --panel-soft: #172033;
  --text: #f8fafc;
  --muted: #a5b4c7;
  --brand: #f5c542;
  --brand-2: #00FF88;
  --green: #00FF88;
  --green-soft: rgba(34, 197, 94, 0.16);
  --gold-soft: rgba(245, 197, 66, 0.16);
  --danger: #fb7185;
  --success: #34d399;
  --border: rgba(255, 255, 255, 0.12);
  --shadow: 0 24px 60px rgba(0, 0, 0, 0.45);
}

/* MJL Lounge public website v2.0 premium layer */
:root {
  --bg: #070B0A;
  --panel: #111827;
  --panel-soft: #111827;
  --text: #F8FAFC;
  --muted: #94A3B8;
  --brand: #FACC15;
  --brand-2: #00FF88;
  --green: #00FF88;
  --green-soft: rgba(0, 255, 136, 0.14);
  --gold-soft: rgba(250, 204, 21, 0.16);
  --border: rgba(248, 250, 252, 0.12);
  --card-bg: rgba(17, 24, 39, 0.85);
  --neon-shadow: 0 0 24px rgba(0, 255, 136, 0.28);
}

html {
  scroll-behavior: smooth;
}

body {
  background:
    radial-gradient(circle at 12% 8%, rgba(0, 255, 136, 0.16), transparent 28%),
    radial-gradient(circle at 88% 18%, rgba(250, 204, 21, 0.12), transparent 26%),
    radial-gradient(circle at 50% 90%, rgba(255, 176, 32, 0.08), transparent 34%),
    #070B0A;
}

.container,
.nav {
  width: min(1400px, calc(100% - 40px));
}

.v2-header {
  height: 80px;
  display: flex;
  align-items: center;
  background: rgba(7, 11, 10, 0.78);
  border-bottom: 1px solid rgba(0, 255, 136, 0.12);
  box-shadow: 0 16px 50px rgba(0, 0, 0, 0.25);
}

.v2-nav {
  min-height: 80px;
  display: grid;
  grid-template-columns: auto 1fr auto;
}

.v2-logo {
  font-size: 1.28rem;
}

.v2-logo::before {
  content: "";
  display: inline-block;
  width: 12px;
  height: 12px;
  margin-right: 10px;
  border-radius: 999px;
  background: var(--green);
  box-shadow: 0 0 18px var(--green);
}

.v2-nav-center {
  justify-content: center;
  gap: clamp(10px, 2vw, 24px);
}

.login-btn {
  min-height: 42px;
  padding-inline: 22px;
  border-radius: 30px;
}

.v2-hero {
  position: relative;
  min-height: 100vh;
  display: flex;
  flex-direction: column;
  justify-content: center;
  overflow: hidden;
  padding: 120px 0 70px;
}

.hero-bg {
  position: absolute;
  inset: 0;
  z-index: -2;
  background:
    linear-gradient(rgba(7, 11, 10, 0.7), rgba(7, 11, 10, 0.88)),
    radial-gradient(circle at 20% 30%, rgba(0, 255, 136, 0.28), transparent 22%),
    radial-gradient(circle at 78% 28%, rgba(255, 176, 32, 0.2), transparent 24%),
    linear-gradient(135deg, #0f172a, #050807 60%, #111827);
  filter: saturate(1.2);
}

.hero-bg::after {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(90deg, transparent 0 48%, rgba(0, 255, 136, 0.12) 49% 51%, transparent 52%),
    repeating-linear-gradient(135deg, rgba(255,255,255,0.04) 0 1px, transparent 1px 16px);
  opacity: 0.4;
}

.v2-hero-content {
  align-items: center;
}

.v2-hero h1 {
  max-width: 950px;
  font-size: clamp(3.4rem, 9vw, 8.8rem);
  letter-spacing: -0.08em;
  text-shadow: 0 0 34px rgba(0, 255, 136, 0.28);
}

.hero-subtitle {
  color: var(--text);
  font-size: clamp(1.2rem, 3vw, 2rem);
  font-weight: 800;
}

.hero-console-card,
.tournament-card,
.pricing-card,
.game-card,
.split-cta,
.ticket-status-card,
.gallery-tile {
  position: relative;
  border: 1px solid transparent;
  background:
    linear-gradient(var(--card-bg), var(--card-bg)) padding-box,
    linear-gradient(135deg, rgba(0, 255, 136, 0.58), rgba(250, 204, 21, 0.32), rgba(255, 176, 32, 0.25)) border-box;
  box-shadow: 0 24px 70px rgba(0, 0, 0, 0.42);
  backdrop-filter: blur(18px);
}

.hero-console-card {
  border-radius: 34px;
  padding: clamp(26px, 4vw, 44px);
}

.hero-console-card span {
  color: var(--green);
  font-weight: 900;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.stats-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 16px;
  margin-top: 46px;
}

.stat-card {
  border: 1px solid rgba(0, 255, 136, 0.18);
  border-radius: 22px;
  padding: 20px;
  background: rgba(17, 24, 39, 0.72);
  text-align: center;
  backdrop-filter: blur(16px);
}

.stat-card strong {
  display: block;
  color: var(--green);
  font-size: clamp(2rem, 4vw, 3.3rem);
  line-height: 1;
}

.stat-card span {
  color: var(--muted);
}

.section {
  padding: 96px 0;
}

.section-header.center {
  max-width: 860px;
  margin-inline: auto;
  text-align: center;
}

.premium-card-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: 22px;
}

.game-card {
  min-height: 520px;
  border-radius: 28px;
  overflow: hidden;
  transition: transform 220ms ease, box-shadow 220ms ease;
}

.game-card:hover,
.pricing-card:hover,
.tournament-card:hover,
.gallery-tile:hover {
  transform: translateY(-8px) scale(1.01);
  box-shadow: 0 28px 90px rgba(0, 0, 0, 0.5), var(--neon-shadow);
}

.game-image {
  height: 220px;
  display: grid;
  place-items: center;
  color: var(--text);
  font-size: 2rem;
  font-weight: 950;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.game-image.ps5 { background: linear-gradient(135deg, #07110D, #0B1411, #00FF88); }
.game-image.xbox { background: linear-gradient(135deg, #07110D, #00FF88, #111827); }
.game-image.pc { background: linear-gradient(135deg, #07110D, #14532d, #00FF88); }
.game-image.tournament { background: linear-gradient(135deg, #111827, #FFB020, #FACC15); }

.game-card-body {
  padding: 26px;
}

.pricing-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(230px, 1fr));
  gap: 20px;
}

.pricing-card {
  border-radius: 28px;
  padding: 28px;
  transition: transform 220ms ease, box-shadow 220ms ease;
}

.pricing-card.featured {
  transform: translateY(-10px);
}

.pricing-card ul {
  list-style: none;
  padding: 0;
  margin: 20px 0 0;
}

.pricing-card li {
  color: var(--muted);
  margin: 10px 0;
}

.pricing-card li::before {
  content: "OK";
  display: inline-flex;
  margin-right: 8px;
  color: var(--green);
  font-size: 0.7rem;
  font-weight: 900;
}

.tournament-card {
  border-radius: 28px;
  padding: clamp(24px, 4vw, 36px);
}

.tournament-meta {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 12px;
  margin: 22px 0;
}

.tournament-meta span {
  border: 1px solid var(--border);
  border-radius: 16px;
  padding: 12px;
  color: var(--muted);
  background: rgba(7, 11, 10, 0.5);
}

.tournament-meta strong {
  display: block;
  color: var(--text);
}

.split-cta {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  border-radius: 34px;
  padding: clamp(26px, 5vw, 52px);
}

.wizard-strip,
.payment-options,
.ticket-status-card {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(130px, 1fr));
  gap: 10px;
  margin: 18px 0;
}

.wizard-strip span,
.payment-options span,
.ticket-status-card div {
  border: 1px solid rgba(0, 255, 136, 0.2);
  border-radius: 16px;
  padding: 12px;
  background: rgba(7, 11, 10, 0.5);
  color: var(--muted);
  text-align: center;
}

.ticket-status-card span,
.ticket-status-card strong {
  display: block;
}

.ticket-status-card strong {
  color: var(--green);
  margin-top: 4px;
}

.map-placeholder {
  display: grid;
  place-items: center;
  min-height: 190px;
  margin-bottom: 18px;
  border: 1px solid rgba(0, 255, 136, 0.2);
  border-radius: 20px;
  background:
    linear-gradient(135deg, rgba(0, 255, 136, 0.1), rgba(250, 204, 21, 0.1)),
    repeating-linear-gradient(45deg, rgba(255,255,255,0.04) 0 1px, transparent 1px 18px);
  color: var(--muted);
}

.faq-accordion summary {
  cursor: pointer;
  color: var(--text);
  font-size: 1.1rem;
  font-weight: 800;
  list-style: none;
}

.faq-accordion summary::after {
  content: "+";
  float: right;
  color: var(--green);
}

.faq-accordion details[open] summary::after {
  content: "-";
}

.masonry-gallery {
  columns: 3 280px;
  column-gap: 18px;
}

.gallery-tile {
  width: 100%;
  min-height: 220px;
  margin: 0 0 18px;
  break-inside: avoid;
  border-radius: 28px;
  color: var(--text);
  font: inherit;
  cursor: pointer;
  transition: transform 220ms ease, box-shadow 220ms ease;
}

.gallery-tile.tall {
  min-height: 340px;
}

.gallery-tile.wide {
  min-height: 270px;
}

.gallery-tile span {
  display: inline-flex;
  padding: 10px 14px;
  border-radius: 999px;
  background: rgba(7, 11, 10, 0.68);
  color: var(--green);
  font-weight: 900;
}

.lightbox {
  position: fixed;
  inset: 0;
  z-index: 60;
  display: none;
  place-items: center;
  padding: 24px;
  background: rgba(0, 0, 0, 0.78);
  backdrop-filter: blur(16px);
}

.lightbox.active {
  display: grid;
}

.lightbox-card {
  width: min(820px, 100%);
  min-height: 420px;
  display: grid;
  place-items: center;
  border-radius: 30px;
  border: 1px solid rgba(0, 255, 136, 0.28);
  background: linear-gradient(135deg, #111827, #070B0A);
  color: var(--green);
  font-size: clamp(2rem, 7vw, 5rem);
  font-weight: 950;
  text-align: center;
  box-shadow: var(--neon-shadow);
}

.lightbox-close {
  position: fixed;
  top: 22px;
  right: 22px;
  border: 1px solid var(--border);
  border-radius: 999px;
  padding: 10px 16px;
  background: #111827;
  color: var(--text);
  cursor: pointer;
}

.v2-footer {
  padding: 54px 0 24px;
  text-align: left;
}

.footer-grid {
  display: grid;
  grid-template-columns: 1.4fr repeat(3, 1fr);
  gap: 24px;
}

.footer-grid a {
  display: block;
  color: var(--muted);
  margin: 7px 0;
}

.footer-grid h3,
.footer-grid h4 {
  color: var(--text);
}

.copyright {
  margin-top: 30px;
  color: var(--muted);
  text-align: center;
}

.fade-up,
.section-header,
.game-card,
.pricing-card,
.tournament-card,
.public-form,
.contact-info-card,
.split-cta {
  animation: fadeUp 700ms ease both;
}

@keyframes fadeUp {
  from { opacity: 0; transform: translateY(24px); }
  to { opacity: 1; transform: translateY(0); }
}

@media (max-width: 980px) {
  .v2-header {
    height: auto;
  }

  .v2-nav {
    grid-template-columns: 1fr;
    padding: 14px 0;
  }

  .v2-nav-center {
    justify-content: flex-start;
  }

  .login-btn {
    width: fit-content;
  }

  .stats-grid,
  .footer-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .split-cta {
    flex-direction: column;
    align-items: flex-start;
  }
}

@media (max-width: 640px) {
  .container,
  .nav {
    width: min(100% - 24px, 1400px);
  }

  .v2-hero {
    padding-top: 70px;
  }

  .stats-grid,
  .footer-grid,
  .tournament-meta {
    grid-template-columns: 1fr;
  }

  .game-card {
    min-height: auto;
  }
}

* {
  box-sizing: border-box;
}

body {
  margin: 0;
  font-family: Arial, Helvetica, sans-serif;
  color: var(--text);
  background: radial-gradient(circle at top left, rgba(34, 197, 94, 0.18), transparent 30%),
    radial-gradient(circle at top right, rgba(245, 197, 66, 0.2), transparent 28%),
    radial-gradient(circle at 50% 80%, rgba(34, 197, 94, 0.08), transparent 34%),
    var(--bg);
  line-height: 1.6;
}

a {
  color: inherit;
  text-decoration: none;
}

.site-header {
  position: sticky;
  top: 0;
  z-index: 10;
  border-bottom: 1px solid var(--border);
  background: rgba(7, 10, 18, 0.9);
  backdrop-filter: blur(14px);
}

.nav {
  width: min(1120px, calc(100% - 32px));
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  padding: 16px 0;
}

.brand {
  font-size: 1.2rem;
  font-weight: 800;
  letter-spacing: 0.04em;
}

.brand span {
  color: var(--brand);
}

.nav-links {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  gap: 14px;
  color: var(--muted);
  font-size: 0.95rem;
}

.nav-links a:hover,
.nav-links a.active {
  color: var(--brand);
}

.container {
  width: min(1120px, calc(100% - 32px));
  margin: 0 auto;
}

.hero {
  padding: 90px 0 70px;
}

.hero-grid {
  display: grid;
  grid-template-columns: minmax(0, 1.15fr) minmax(280px, 0.85fr);
  gap: 34px;
  align-items: center;
}

.eyebrow {
  color: var(--brand);
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.16em;
  font-size: 0.78rem;
}

h1,
h2,
h3 {
  line-height: 1.1;
  margin: 0 0 16px;
}

h1 {
  font-size: clamp(2.5rem, 7vw, 5rem);
}

h2 {
  font-size: clamp(2rem, 4vw, 3rem);
}

p {
  color: var(--muted);
  margin: 0 0 18px;
}

.actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 24px;
}

.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 48px;
  padding: 0 22px;
  border: 1px solid var(--border);
  border-radius: 999px;
  background: rgba(7, 10, 18, 0.55);
  color: var(--text);
  font-weight: 700;
  cursor: pointer;
  transition: transform 180ms ease, border-color 180ms ease, box-shadow 180ms ease, background 180ms ease;
}

.btn.primary {
  background: linear-gradient(135deg, #00FF88, #A3FF12 52%, #FACC15);
  border-color: transparent;
  color: #06110b;
  box-shadow: 0 14px 34px rgba(34, 197, 94, 0.22);
}

.btn:hover {
  transform: translateY(-1px);
  border-color: rgba(34, 197, 94, 0.65);
  box-shadow: 0 16px 36px rgba(34, 197, 94, 0.16);
}

.btn.primary:hover {
  box-shadow: 0 18px 42px rgba(34, 197, 94, 0.34);
}

.btn.loading,
.btn:disabled {
  cursor: wait;
  opacity: 0.72;
  transform: none;
}

.feature-card,
.card,
.form-card {
  border: 1px solid var(--border);
  border-radius: 24px;
  background: rgba(17, 24, 39, 0.78);
  box-shadow: var(--shadow);
}

.feature-card {
  padding: 28px;
}

.feature-card strong {
  display: block;
  color: var(--brand-2);
  margin-bottom: 10px;
}

.section {
  padding: 56px 0;
}

.section-header {
  max-width: 760px;
  margin-bottom: 26px;
}

.grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
}

.grid.two {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.card {
  padding: 24px;
}

.card h3 {
  color: var(--text);
}

.tag {
  display: inline-flex;
  margin-bottom: 14px;
  padding: 5px 10px;
  border-radius: 999px;
  background: rgba(56, 189, 248, 0.14);
  color: var(--brand-2);
  font-size: 0.78rem;
  font-weight: 700;
}

.price {
  color: var(--brand);
  font-size: 2rem;
  font-weight: 800;
  margin-bottom: 10px;
}

.form-card {
  padding: 28px;
}

.form-page-header {
  max-width: 900px;
  margin-inline: auto;
  text-align: center;
}

.public-form {
  max-width: 900px;
  margin: 0 auto;
  padding: clamp(24px, 4vw, 38px);
  border-color: rgba(245, 197, 66, 0.2);
  background:
    linear-gradient(145deg, rgba(17, 24, 39, 0.9), rgba(7, 10, 18, 0.86)),
    radial-gradient(circle at top right, rgba(34, 197, 94, 0.12), transparent 40%);
  backdrop-filter: blur(18px);
}

.form-card-top {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 20px;
  margin-bottom: 28px;
  padding-bottom: 22px;
  border-bottom: 1px solid var(--border);
}

.form-card-top h2 {
  margin-bottom: 8px;
}

.form-card-top p,
.form-section-title p {
  margin-bottom: 0;
}

.form-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 42px;
  height: 42px;
  margin-bottom: 14px;
  padding: 0 10px;
  border-radius: 14px;
  background: linear-gradient(135deg, var(--green-soft), var(--gold-soft));
  border: 1px solid rgba(245, 197, 66, 0.28);
  color: var(--brand);
  font-size: 0.82rem;
  font-weight: 900;
  letter-spacing: 0.08em;
}

.form-badge {
  white-space: nowrap;
  border: 1px solid rgba(34, 197, 94, 0.32);
  border-radius: 999px;
  padding: 8px 12px;
  background: var(--green-soft);
  color: var(--success);
  font-size: 0.74rem;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.form-section {
  padding: 22px 0;
  border-top: 1px solid rgba(255, 255, 255, 0.08);
}

.form-section:first-of-type {
  border-top: 0;
  padding-top: 0;
}

.form-section-title {
  margin-bottom: 18px;
}

.form-section-title h3 {
  margin-bottom: 7px;
  color: var(--brand);
}

.form-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 16px;
}

.field {
  display: flex;
  flex-direction: column;
  gap: 7px;
}

.field.full {
  grid-column: 1 / -1;
}

label {
  color: var(--text);
  font-weight: 700;
  font-size: 0.74rem;
  letter-spacing: 0.11em;
  text-transform: uppercase;
}

.field:has(input[required]) > label:not(.upload-box):not(.check-card)::after,
.field:has(select[required]) > label:not(.upload-box):not(.check-card)::after,
.field:has(textarea[required]) > label:not(.upload-box):not(.check-card)::after {
  content: " *";
  color: var(--brand);
}

input,
select,
textarea {
  width: 100%;
  border: 1px solid var(--border);
  border-radius: 16px;
  background: rgba(7, 10, 18, 0.72);
  color: var(--text);
  min-height: 48px;
  padding: 12px 15px;
  font: inherit;
  transition: border-color 180ms ease, box-shadow 180ms ease, background 180ms ease;
}

textarea {
  min-height: 130px;
  resize: vertical;
}

input::placeholder,
textarea::placeholder {
  color: rgba(165, 180, 199, 0.62);
}

input:focus,
select:focus,
textarea:focus {
  outline: none;
  border-color: rgba(34, 197, 94, 0.85);
  background: rgba(7, 10, 18, 0.92);
  box-shadow: 0 0 0 4px rgba(34, 197, 94, 0.14);
}

.info-box {
  margin-top: 18px;
  border: 1px solid rgba(245, 197, 66, 0.24);
  border-radius: 18px;
  padding: 14px 16px;
  background: linear-gradient(135deg, rgba(245, 197, 66, 0.12), rgba(34, 197, 94, 0.09));
  color: var(--text);
}

.form-actions {
  justify-content: flex-end;
}

.steps {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-bottom: 26px;
}

.step-pill {
  border: 1px solid var(--border);
  border-radius: 999px;
  padding: 9px 13px;
  color: var(--muted);
  font-weight: 700;
  font-size: 0.85rem;
}

.step-pill.active {
  background: linear-gradient(135deg, var(--green), var(--brand));
  color: #06110b;
  border-color: transparent;
}

.step-progress {
  height: 8px;
  overflow: hidden;
  margin-bottom: 18px;
  border: 1px solid var(--border);
  border-radius: 999px;
  background: rgba(7, 10, 18, 0.72);
}

.step-progress span {
  display: block;
  width: 20%;
  height: 100%;
  border-radius: inherit;
  background: linear-gradient(90deg, var(--green), var(--brand));
  transition: width 180ms ease;
}

.form-step {
  display: none;
}

.form-step.active {
  display: block;
}

.notice {
  display: none;
  margin-top: 16px;
  padding: 13px 15px;
  border-radius: 14px;
  border: 1px solid var(--border);
}

.notice.success {
  display: block;
  color: var(--success);
  background: rgba(52, 211, 153, 0.12);
  box-shadow: 0 14px 30px rgba(34, 197, 94, 0.14);
}

.notice.error {
  display: block;
  color: var(--danger);
  background: rgba(251, 113, 133, 0.12);
}

.upload-box {
  display: flex;
  min-height: 142px;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  gap: 7px;
  border: 1px dashed rgba(245, 197, 66, 0.32);
  border-radius: 20px;
  background: rgba(7, 10, 18, 0.48);
  color: var(--text);
  text-align: center;
  cursor: pointer;
  transition: border-color 180ms ease, box-shadow 180ms ease, transform 180ms ease;
}

.upload-box:hover {
  border-color: rgba(34, 197, 94, 0.75);
  box-shadow: 0 14px 34px rgba(34, 197, 94, 0.12);
  transform: translateY(-1px);
}

.upload-icon {
  display: inline-grid;
  place-items: center;
  width: 34px;
  height: 34px;
  border-radius: 999px;
  background: var(--green-soft);
  color: var(--success);
  font-size: 1.35rem;
}

.upload-title {
  font-size: 0.9rem;
  color: var(--text);
}

.upload-copy,
.upload-name {
  color: var(--muted);
  font-size: 0.78rem;
  letter-spacing: 0;
  text-transform: none;
}

.upload-name {
  color: var(--brand);
  max-width: 92%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.sr-only-file {
  position: absolute;
  width: 1px;
  height: 1px;
  opacity: 0;
  pointer-events: none;
}

.check-card {
  display: flex;
  align-items: center;
  gap: 12px;
  min-height: 52px;
  border: 1px solid var(--border);
  border-radius: 16px;
  padding: 12px 14px;
  background: rgba(7, 10, 18, 0.48);
  letter-spacing: 0;
  text-transform: none;
  font-size: 0.94rem;
}

.check-card input {
  width: 18px;
  min-height: 18px;
}

.contact-layout {
  display: grid;
  grid-template-columns: minmax(260px, 0.76fr) minmax(0, 1.24fr);
  gap: 22px;
  align-items: stretch;
  max-width: 1100px;
  margin: 0 auto;
}

.contact-info-card {
  border: 1px solid rgba(245, 197, 66, 0.2);
  border-radius: 24px;
  padding: clamp(24px, 4vw, 34px);
  background:
    linear-gradient(160deg, rgba(17, 24, 39, 0.9), rgba(7, 10, 18, 0.88)),
    radial-gradient(circle at top left, rgba(245, 197, 66, 0.13), transparent 42%);
  box-shadow: var(--shadow);
}

.contact-list {
  display: grid;
  gap: 12px;
  margin: 24px 0;
}

.contact-list div {
  border: 1px solid var(--border);
  border-radius: 16px;
  padding: 13px 14px;
  background: rgba(7, 10, 18, 0.5);
}

.contact-list strong,
.contact-list span {
  display: block;
}

.contact-list strong {
  color: var(--brand);
  font-size: 0.74rem;
  letter-spacing: 0.11em;
  text-transform: uppercase;
}

.contact-list span {
  color: var(--text);
  margin-top: 3px;
}

.toast-stack {
  position: fixed;
  right: 18px;
  bottom: 18px;
  z-index: 30;
  display: grid;
  gap: 10px;
  max-width: min(380px, calc(100vw - 36px));
}

.toast {
  border: 1px solid var(--border);
  border-radius: 18px;
  padding: 14px 16px;
  background: rgba(7, 10, 18, 0.95);
  box-shadow: var(--shadow);
  color: var(--text);
}

.toast.success {
  border-color: rgba(34, 197, 94, 0.45);
}

.toast.error {
  border-color: rgba(251, 113, 133, 0.45);
}

.faq-item {
  border-bottom: 1px solid var(--border);
  padding: 18px 0;
}

.faq-item:last-child {
  border-bottom: 0;
}

.site-footer {
  border-top: 1px solid var(--border);
  padding: 28px 0;
  color: var(--muted);
  text-align: center;
}

@media (max-width: 820px) {
  .hero-grid,
  .grid,
  .grid.two,
  .form-grid,
  .contact-layout {
    grid-template-columns: 1fr;
  }

  .nav {
    align-items: flex-start;
    flex-direction: column;
  }

  .nav-links {
    justify-content: flex-start;
  }

  .form-card-top,
  .form-actions {
    align-items: stretch;
    flex-direction: column;
  }

  .form-badge {
    width: fit-content;
  }

  .btn,
  .form-actions .btn {
    width: 100%;
  }

  .public-form,
  .contact-info-card {
    border-radius: 20px;
  }
}

/* Final v2 override layer */
.container,
.nav {
  width: min(1400px, calc(100% - 40px));
}

.v2-header {
  min-height: 80px;
}

.v2-nav {
  display: grid;
  grid-template-columns: auto 1fr auto;
  align-items: center;
}

.v2-nav-center {
  justify-content: center;
}

.login-btn {
  width: auto;
  min-height: 42px;
}

.v2-hero {
  min-height: 100vh;
  padding: 120px 0 70px;
}

.v2-hero h1 {
  font-size: clamp(3.4rem, 9vw, 8.8rem);
}

.premium-card-grid,
.pricing-grid,
.stats-grid,
.footer-grid,
.ticket-status-card,
.wizard-strip,
.payment-options {
  display: grid;
}

.premium-card-grid {
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
}

.pricing-grid {
  grid-template-columns: repeat(auto-fit, minmax(230px, 1fr));
}

.stats-grid {
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

.footer-grid {
  grid-template-columns: 1.4fr repeat(3, 1fr);
}

.game-card,
.pricing-card,
.tournament-card,
.split-cta,
.gallery-tile,
.public-form,
.contact-info-card {
  background:
    linear-gradient(rgba(17,24,39,0.85), rgba(17,24,39,0.85)) padding-box,
    linear-gradient(135deg, rgba(57,255,20,0.58), rgba(250,204,21,0.32), rgba(59,130,246,0.25)) border-box;
  border: 1px solid transparent;
  box-shadow: 0 24px 70px rgba(0,0,0,0.42);
}

.game-card {
  min-height: 520px;
}

.game-card:hover,
.pricing-card:hover,
.tournament-card:hover,
.gallery-tile:hover {
  transform: translateY(-8px) scale(1.01);
  box-shadow: 0 28px 90px rgba(0,0,0,0.5), 0 0 24px rgba(57,255,20,0.28);
}

.btn.primary {
  background: linear-gradient(135deg, #00FF88, #A3FF12 52%, #FACC15);
  border-color: transparent;
  color: #06110b;
}

.v2-footer {
  padding: 54px 0 24px;
  text-align: left;
}

.footer-grid a {
  display: block;
  color: var(--muted);
  margin: 7px 0;
}

.copyright {
  margin-top: 30px;
  text-align: center;
}

@media (max-width: 980px) {
  .v2-nav {
    grid-template-columns: 1fr;
  }

  .login-btn {
    width: fit-content;
  }

  .stats-grid,
  .footer-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 640px) {
  .container,
  .nav {
    width: min(100% - 24px, 1400px);
  }

  .stats-grid,
  .footer-grid,
  .tournament-meta {
    grid-template-columns: 1fr;
  }
}

/* Compact premium spacing pass */
.v2-header {
  min-height: 70px;
  height: 70px;
}

.v2-nav {
  min-height: 70px;
  padding: 0;
  gap: 16px;
}

.v2-logo {
  font-size: 1.08rem;
  letter-spacing: 0.03em;
}

.v2-logo::before {
  width: 10px;
  height: 10px;
  margin-right: 8px;
}

.v2-nav-center {
  gap: clamp(8px, 1.4vw, 18px);
  font-size: 0.88rem;
}

.login-btn {
  min-height: 40px;
  padding: 10px 20px;
  font-size: 0.88rem;
}

.btn {
  min-height: 46px;
  padding: 12px 22px;
  border-radius: 999px;
  box-shadow: none;
}

.btn.primary {
  box-shadow: 0 10px 24px rgba(0, 255, 136, 0.18);
}

.btn:hover,
.btn.primary:hover {
  box-shadow: 0 12px 28px rgba(0, 255, 136, 0.22);
}

.v2-hero {
  min-height: 620px;
  height: 78vh;
  padding: 88px 0 42px;
}

.v2-hero-content {
  gap: 24px;
}

.v2-hero h1 {
  font-size: clamp(56px, 7vw, 96px);
  line-height: 0.92;
  letter-spacing: -0.06em;
  margin-bottom: 18px;
}

.hero-subtitle {
  font-size: clamp(18px, 2vw, 26px);
  line-height: 1.15;
  margin-bottom: 10px;
}

.v2-hero p:not(.hero-subtitle) {
  max-width: 650px;
  margin-bottom: 16px;
}

.v2-hero .actions {
  gap: 12px;
  margin-top: 18px;
}

.hero-console-card {
  border-radius: 24px;
  padding: 24px;
}

.hero-console-card h2 {
  font-size: clamp(1.45rem, 2.4vw, 2.25rem);
  margin-bottom: 12px;
}

.stats-grid {
  grid-template-columns: repeat(4, minmax(130px, 1fr));
  gap: 14px;
  margin-top: 28px;
}

.stat-card {
  min-height: 92px;
  padding: 16px 18px;
  border-radius: 18px;
  border-color: rgba(0, 255, 136, 0.18);
  box-shadow: 0 10px 28px rgba(0, 255, 136, 0.08);
}

.stat-card strong {
  font-size: clamp(32px, 4vw, 42px);
  line-height: 1;
}

.stat-card span {
  font-size: 12px;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.section {
  padding: 70px 0;
}

.section-header,
.form-page-header {
  max-width: 900px;
  margin-bottom: 28px;
}

.section-header h1,
.form-page-header h1,
main.section h1 {
  font-size: clamp(42px, 6vw, 72px);
  line-height: 0.95;
  margin-bottom: 16px;
  letter-spacing: -0.045em;
}

.section-header h2,
.form-card-top h2,
.split-cta h2 {
  margin-bottom: 14px;
}

.section-header p,
.form-page-header p {
  max-width: 680px;
  margin-left: auto;
  margin-right: auto;
}

.premium-card-grid,
.pricing-grid {
  gap: 24px;
}

.grid {
  gap: 22px;
}

.card,
.game-card,
.pricing-card,
.tournament-card,
.public-form,
.contact-info-card,
.split-cta {
  border-radius: 22px;
}

.card,
.pricing-card,
.tournament-card,
.game-card-body {
  padding: 24px;
}

.game-card {
  min-height: auto;
}

.game-image {
  height: 178px;
  font-size: 1.65rem;
}

.pricing-card ul {
  margin-top: 16px;
}

.pricing-card li {
  margin: 8px 0;
}

.tournament-meta {
  margin: 18px 0;
}

.split-cta {
  padding: 34px;
}

.public-form {
  max-width: 920px;
  padding: clamp(22px, 3vw, 32px);
}

.form-card-top {
  margin-bottom: 22px;
  padding-bottom: 18px;
}

.form-section {
  padding: 18px 0;
}

.form-section-title {
  margin-bottom: 14px;
}

.form-grid {
  gap: 14px;
}

.field {
  gap: 6px;
}

label {
  font-size: 0.7rem;
  letter-spacing: 0.1em;
}

input,
select,
textarea {
  min-height: 46px;
  border-radius: 14px;
  padding: 11px 14px;
}

textarea {
  min-height: 112px;
}

.upload-box {
  min-height: 118px;
  border-radius: 18px;
}

.steps {
  gap: 8px;
  margin-bottom: 20px;
}

.step-pill {
  padding: 8px 11px;
  font-size: 0.78rem;
}

.step-progress {
  height: 7px;
  margin-bottom: 14px;
}

.wizard-strip,
.payment-options,
.ticket-status-card {
  gap: 8px;
  margin: 14px 0;
}

.wizard-strip span,
.payment-options span,
.ticket-status-card div {
  border-radius: 14px;
  padding: 10px;
}

.contact-layout {
  gap: 20px;
}

.map-placeholder {
  min-height: 150px;
}

.v2-footer {
  padding: 36px 0 20px;
}

.footer-grid {
  gap: 20px;
}

.footer-grid a {
  margin: 5px 0;
}

.copyright {
  margin-top: 20px;
}

@media (max-width: 980px) {
  .v2-header {
    height: auto;
    min-height: 70px;
  }

  .v2-nav {
    min-height: 70px;
    padding: 10px 0;
    gap: 10px;
  }

  .stats-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 768px) {
  .v2-hero {
    min-height: auto;
    height: auto;
    padding: 86px 0 38px;
  }

  .v2-hero h1 {
    font-size: clamp(38px, 12vw, 60px);
    line-height: 0.94;
  }

  .section {
    padding: 44px 0;
  }

  .section-header,
  .form-page-header {
    margin-bottom: 22px;
  }

  .section-header h1,
  .form-page-header h1,
  main.section h1 {
    font-size: clamp(36px, 10vw, 54px);
  }

  .hero-console-card {
    display: none;
  }

  .stats-grid {
    margin-top: 22px;
  }

  .stat-card {
    min-height: 84px;
    padding: 14px;
  }

  .stat-card strong {
    font-size: clamp(28px, 9vw, 36px);
  }

  .game-image {
    height: 150px;
  }

  .public-form {
    padding: 20px;
  }

  .split-cta {
    padding: 24px;
  }
}

/* Membership page focused redesign */
.membership-hero {
  max-width: 700px;
  margin: 0 auto 40px;
}

.membership-hero .eyebrow {
  margin-bottom: 10px;
}

.membership-hero h1 {
  font-size: 56px;
  font-weight: 800;
  line-height: 0.95;
  letter-spacing: -0.04em;
  margin-bottom: 12px;
}

.membership-hero h2 {
  font-size: clamp(24px, 3vw, 34px);
  font-weight: 800;
  margin-bottom: 12px;
}

.membership-hero p {
  max-width: 700px;
  font-size: 16px;
  opacity: 0.75;
  margin-bottom: 0;
}

.membership-grid {
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 18px;
}

.membership-grid .pricing-card {
  height: auto;
  min-height: 0;
  padding: 24px;
  border-radius: 22px;
}

.membership-grid .pricing-card.featured {
  transform: none;
}

.membership-grid .pricing-card h3 {
  margin-bottom: 10px;
}

.membership-grid .price {
  font-size: clamp(1.45rem, 2vw, 1.9rem);
  margin-bottom: 8px;
}

.membership-grid .tag {
  margin-bottom: 12px;
}

.membership-grid ul {
  margin-top: 14px;
}

.membership-grid li {
  font-size: 0.88rem;
  line-height: 1.35;
  margin: 8px 0;
}

.membership-grid + .actions {
  justify-content: center;
  margin-top: 28px;
}

@media (min-width: 981px) {
  body:has(.membership-grid) main.section {
    padding-top: 46px;
  }
}

@media (max-width: 1100px) {
  .membership-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}

@media (max-width: 768px) {
  .membership-hero {
    margin-bottom: 28px;
  }

  .membership-hero h1 {
    font-size: clamp(38px, 11vw, 52px);
  }

  .membership-grid {
    grid-template-columns: 1fr;
  }
}

/* LevelUp-inspired layout with MJL color system only */
:root {
  --bg: #07110D;
  --panel: #0B1411;
  --panel-soft: #0B1411;
  --card-bg: rgba(18, 26, 24, 0.88);
  --border: rgba(0, 255, 136, 0.18);
  --brand: #FACC15;
  --brand-2: #00FF88;
  --green: #00FF88;
  --green-soft: rgba(0, 255, 136, 0.14);
  --gold-soft: rgba(250, 204, 21, 0.16);
  --orange: #FFB020;
  --text: #F8FAFC;
  --muted: #94A3B8;
  --neon-shadow: 0 0 30px rgba(0,255,136,0.35);
}

body {
  background:
    radial-gradient(circle at 18% 12%, rgba(0,255,136,0.14), transparent 30%),
    radial-gradient(circle at 82% 20%, rgba(250,204,21,0.1), transparent 28%),
    linear-gradient(180deg, #07110D, #0B1411 44%, #07110D);
}

.v2-header {
  background: rgba(7, 17, 13, 0.82);
  border-bottom-color: rgba(0, 255, 136, 0.18);
}

.v2-logo::before {
  background: #00FF88;
  box-shadow: 0 0 18px rgba(0,255,136,0.65);
}

.nav-links a:hover,
.nav-links a.active {
  color: #00FF88;
}

.btn.primary,
.login-btn {
  background: linear-gradient(135deg, #00FF88, #A3FF12);
  color: #04110A;
  box-shadow: 0 10px 24px rgba(0,255,136,0.2);
}

.btn:not(.primary) {
  background: rgba(11, 20, 17, 0.58);
  border-color: rgba(255,255,255,0.35);
  color: #F8FAFC;
}

.btn:not(.primary):hover {
  border-color: #00FF88;
  box-shadow: 0 12px 28px rgba(0,255,136,0.16);
}

.level-hero {
  min-height: 680px;
  height: 82vh;
  padding: 96px 0 34px;
}

.hero-bg {
  background:
    linear-gradient(90deg, rgba(5,10,8,.96), rgba(5,10,8,.78), rgba(5,10,8,.35)),
    radial-gradient(circle at 78% 28%, rgba(0,255,136,0.28), transparent 24%),
    radial-gradient(circle at 72% 72%, rgba(250,204,21,0.14), transparent 28%),
    linear-gradient(135deg, #07110D, #0B1411 56%, #121A18);
}

.level-hero-grid {
  grid-template-columns: minmax(0, 0.92fr) minmax(420px, 1.08fr);
  gap: clamp(28px, 5vw, 70px);
}

.level-hero-copy h1 {
  display: grid;
  gap: 0;
  font-size: clamp(58px, 7vw, 104px);
  line-height: 0.84;
  letter-spacing: -0.065em;
  margin-bottom: 22px;
}

.level-hero-copy h1 span {
  display: block;
}

.level-hero-copy p:not(.hero-subtitle) {
  max-width: 620px;
  color: rgba(248,250,252,0.82);
}

.hero-actions {
  margin-top: 22px;
}

.level-hero-image {
  min-height: 430px;
  display: flex;
  justify-content: flex-end;
  flex-direction: column;
  background:
    linear-gradient(180deg, rgba(18,26,24,0.2), rgba(7,17,13,0.92)),
    radial-gradient(circle at 62% 22%, rgba(0,255,136,0.28), transparent 30%),
    radial-gradient(circle at 30% 34%, rgba(250,204,21,0.14), transparent 28%),
    repeating-linear-gradient(135deg, rgba(255,255,255,0.04) 0 1px, transparent 1px 18px);
}

.feature-strip {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 12px;
  margin-top: 30px;
}

.feature-strip div {
  border: 1px solid rgba(0,255,136,0.18);
  border-radius: 18px;
  padding: 16px;
  background: rgba(18,26,24,0.74);
  backdrop-filter: blur(16px);
  box-shadow: 0 12px 28px rgba(0,0,0,0.2);
}

.feature-strip span {
  display: block;
  color: #FACC15;
  font-size: 0.72rem;
  font-weight: 900;
  letter-spacing: 0.14em;
}

.feature-strip strong {
  display: block;
  margin-top: 6px;
  color: #F8FAFC;
}

.about-section {
  display: grid;
  grid-template-columns: minmax(280px, 0.8fr) minmax(0, 1.2fr);
  gap: 28px;
  align-items: center;
}

.about-copy h2 {
  font-size: clamp(42px, 5vw, 72px);
  line-height: 0.95;
  letter-spacing: -0.05em;
}

.about-copy h2 span {
  color: #00FF88;
  text-shadow: 0 0 24px rgba(0,255,136,0.35);
}

.about-card-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 16px;
}

.about-card,
.game-card,
.pricing-card,
.tournament-card,
.public-form,
.contact-info-card,
.split-cta,
.faq-item,
.gallery-tile {
  background:
    linear-gradient(rgba(18,26,24,0.88), rgba(18,26,24,0.88)) padding-box,
    linear-gradient(135deg, rgba(0,255,136,0.42), rgba(250,204,21,0.22), rgba(255,176,32,0.18)) border-box;
  border: 1px solid transparent;
  box-shadow: 0 22px 60px rgba(0,0,0,0.36);
}

.about-card {
  border-radius: 22px;
  padding: 22px;
}

.about-image {
  display: grid;
  place-items: center;
  height: 120px;
  margin-bottom: 18px;
  border-radius: 18px;
  background:
    radial-gradient(circle at 50% 35%, rgba(0,255,136,0.26), transparent 34%),
    linear-gradient(135deg, #0B1411, #121A18);
  color: #00FF88;
  font-weight: 950;
  letter-spacing: 0.12em;
}

.game-image.ps5,
.game-image.xbox,
.game-image.pc,
.game-image.tournament {
  background:
    radial-gradient(circle at 58% 30%, rgba(0,255,136,0.28), transparent 30%),
    radial-gradient(circle at 25% 70%, rgba(250,204,21,0.16), transparent 30%),
    linear-gradient(135deg, #07110D, #121A18);
}

.vip-elite-card {
  transform: translateY(-8px);
  border-color: rgba(250,204,21,0.58);
  box-shadow: 0 24px 70px rgba(250,204,21,0.18), 0 0 34px rgba(250,204,21,0.18);
}

.top-tier-badge {
  display: inline-flex;
  margin-bottom: 12px;
  padding: 6px 10px;
  border-radius: 999px;
  background: rgba(250,204,21,0.14);
  color: #FACC15;
  border: 1px solid rgba(250,204,21,0.38);
  font-size: 0.68rem;
  font-weight: 900;
  letter-spacing: 0.12em;
}

input:focus,
select:focus,
textarea:focus {
  border-color: #00FF88;
  box-shadow: 0 0 0 4px rgba(0,255,136,0.14);
}

.tag,
.eyebrow,
.form-icon,
.upload-icon,
.price {
  color: #00FF88;
}

.v2-footer {
  background: #07110D;
  border-top-color: rgba(0,255,136,0.18);
}

@media (max-width: 980px) {
  .level-hero {
    height: auto;
  }

  .level-hero-grid,
  .about-section {
    grid-template-columns: 1fr;
  }

  .feature-strip {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .about-card-grid {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 640px) {
  .level-hero-copy h1 {
    font-size: clamp(42px, 15vw, 68px);
  }

  .feature-strip {
    grid-template-columns: 1fr;
  }
}

/* Homepage screenshot-inspired composition using MJL colors */
.book-now-btn {
  text-transform: uppercase;
  letter-spacing: 0.08em;
  font-weight: 900;
}

.home-shot-hero {
  min-height: 720px;
  height: 86vh;
  padding: 88px 0 30px;
}

.home-shot-hero .hero-bg {
  background:
    linear-gradient(90deg, rgba(5,10,8,.96), rgba(5,10,8,.78), rgba(5,10,8,.35)),
    radial-gradient(circle at 72% 36%, rgba(0,255,136,0.28), transparent 24%),
    radial-gradient(circle at 84% 72%, rgba(250,204,21,0.16), transparent 26%),
    linear-gradient(135deg, #07110D, #0B1411 48%, #121A18);
}

.home-shot-hero .hero-bg::after {
  background:
    linear-gradient(90deg, transparent 0 60%, rgba(0,255,136,0.12) 61% 62%, transparent 63%),
    repeating-linear-gradient(135deg, rgba(248,250,252,0.035) 0 1px, transparent 1px 18px);
}

.home-shot-hero .level-hero-grid {
  grid-template-columns: minmax(0, 0.82fr) minmax(430px, 1.18fr);
  min-height: 500px;
}

.home-hero-title {
  display: grid;
  gap: 0;
  max-width: 760px;
  margin: 0 0 14px;
  font-size: clamp(64px, 8vw, 124px);
  line-height: 0.78;
  letter-spacing: -0.075em;
  font-weight: 950;
  text-transform: uppercase;
}

.home-hero-title span {
  display: block;
}

.home-hero-title span:nth-child(2) {
  color: #00FF88;
  text-shadow: 0 0 30px rgba(0,255,136,0.42);
}

.neon-underline {
  width: min(240px, 42vw);
  height: 5px;
  margin: 20px 0 22px;
  border-radius: 999px;
  background: linear-gradient(90deg, #00FF88, #FACC15, transparent);
  box-shadow: 0 0 24px rgba(0,255,136,0.35);
}

.home-shot-hero .hero-subtitle {
  margin-bottom: 10px;
  color: #F8FAFC;
  font-size: clamp(18px, 2vw, 26px);
  font-weight: 900;
}

.home-shot-hero .level-hero-copy p:not(.hero-subtitle) {
  max-width: 640px;
  color: rgba(248,250,252,0.78);
  font-size: clamp(0.98rem, 1.4vw, 1.12rem);
}

.home-shot-hero .hero-actions {
  margin-top: 26px;
}

.home-shot-hero .level-hero-image {
  min-height: 470px;
  border-radius: 34px;
  overflow: hidden;
  background:
    linear-gradient(180deg, rgba(18,26,24,0.05), rgba(7,17,13,0.94)),
    radial-gradient(circle at 62% 24%, rgba(0,255,136,0.32), transparent 28%),
    radial-gradient(circle at 28% 74%, rgba(250,204,21,0.16), transparent 30%),
    linear-gradient(135deg, #0B1411, #121A18);
}

.home-shot-hero .level-hero-image::before {
  content: "";
  position: absolute;
  inset: 18px;
  border-radius: 26px;
  border: 1px solid rgba(0,255,136,0.16);
  background:
    radial-gradient(circle at 70% 26%, rgba(0,255,136,0.22), transparent 22%),
    repeating-linear-gradient(90deg, rgba(248,250,252,0.04) 0 1px, transparent 1px 44px);
  pointer-events: none;
}

.feature-strip {
  align-items: stretch;
  gap: 0;
  overflow: hidden;
  border: 1px solid rgba(0,255,136,0.16);
  border-radius: 24px;
  background: rgba(18,26,24,0.72);
  backdrop-filter: blur(18px);
}

.feature-strip div {
  position: relative;
  border: 0;
  border-radius: 0;
  padding: 18px 20px;
  background: transparent;
  box-shadow: none;
}

.feature-strip div:not(:last-child)::after {
  content: "";
  position: absolute;
  top: 22px;
  right: 0;
  bottom: 22px;
  width: 1px;
  background: rgba(248,250,252,0.14);
}

.feature-strip span {
  color: #00FF88;
}

.feature-strip strong {
  text-transform: uppercase;
  letter-spacing: 0.06em;
}

.feature-strip p {
  margin: 6px 0 0;
  font-size: 0.82rem;
  line-height: 1.35;
  color: rgba(148,163,184,0.86);
}

.about-section {
  grid-template-columns: minmax(310px, 0.72fr) minmax(0, 1.28fr);
  gap: clamp(30px, 5vw, 70px);
}

.about-copy h2 {
  display: grid;
  font-size: clamp(46px, 6vw, 88px);
  line-height: 0.82;
  letter-spacing: -0.07em;
  text-transform: uppercase;
}

.about-copy h2 .plain {
  color: #F8FAFC;
}

.about-card-grid {
  align-items: end;
}

.about-card {
  min-height: 300px;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  transition: transform 220ms ease, box-shadow 220ms ease;
}

.about-card:nth-child(2) {
  transform: translateY(-24px);
}

.about-card:hover {
  transform: translateY(-10px);
  box-shadow: 0 28px 80px rgba(0,0,0,0.42), 0 0 30px rgba(0,255,136,0.18);
}

.about-card:nth-child(2):hover {
  transform: translateY(-34px);
}

.about-image {
  height: 150px;
  margin-bottom: 18px;
}

@media (max-width: 980px) {
  .home-shot-hero {
    height: auto;
    min-height: auto;
    padding: 86px 0 28px;
  }

  .home-shot-hero .level-hero-grid,
  .about-section {
    grid-template-columns: 1fr;
  }

  .home-shot-hero .level-hero-image {
    min-height: 320px;
  }

  .feature-strip {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    border-radius: 20px;
  }

  .feature-strip div::after {
    display: none;
  }

  .about-card:nth-child(2),
  .about-card:nth-child(2):hover {
    transform: none;
  }
}

@media (max-width: 640px) {
  .home-hero-title {
    font-size: clamp(44px, 15vw, 72px);
  }

  .feature-strip {
    grid-template-columns: 1fr;
  }

  .about-copy h2 {
    font-size: clamp(40px, 14vw, 62px);
  }
}

/* Final hero image setup:
   To change the hero image later, replace public/website/img/lounge-hero.png
   with a new 16:9 image, preferably 1920x1080 webp. */
.home-shot-hero {
  min-height: 660px;
  height: 82vh;
  padding: 88px 0 28px;
}

.home-shot-hero .level-hero-grid {
  grid-template-columns: minmax(0, 1.04fr) minmax(420px, 0.96fr);
  gap: clamp(28px, 4.5vw, 64px);
  min-height: 500px;
}

.hero-kicker {
  font-size: 12px;
  letter-spacing: 3px;
  font-weight: 800;
  color: #00FF88;
  text-transform: uppercase;
  margin-bottom: 14px;
}

.home-hero-title {
  max-width: 560px;
  margin-bottom: 18px;
  font-size: clamp(4rem, 7vw, 7rem);
  line-height: 0.88;
  letter-spacing: -0.065em;
  font-weight: 950;
}

.home-hero-title span:nth-child(2) {
  color: transparent;
  background: linear-gradient(135deg, #00FF88, #A3FF12);
  -webkit-background-clip: text;
  background-clip: text;
}

.neon-underline {
  width: 170px;
  height: 4px;
  margin: 8px 0 18px;
  background: linear-gradient(90deg, #00FF88, #A3FF12, transparent);
}

.home-shot-hero .hero-subtitle {
  max-width: 500px;
  margin-bottom: 10px;
  font-size: 18px;
}

.home-shot-hero .level-hero-copy p:not(.hero-subtitle) {
  max-width: 500px;
  margin-bottom: 0;
  line-height: 1.62;
}

.hero-actions .btn {
  height: 52px;
  min-height: 52px;
  padding: 0 28px;
  border-radius: 14px;
  font-weight: 800;
  letter-spacing: 0.04em;
}

.hero-actions .btn.primary {
  background: linear-gradient(135deg, #00FF88, #A3FF12);
  color: #04110A;
}

.hero-actions .btn:not(.primary) {
  background: rgba(11,20,17,0.48);
  border-color: rgba(255,255,255,0.35);
  color: #F8FAFC;
}

.hero-actions .btn:not(.primary):hover {
  border-color: #00FF88;
}

.hero-visual {
  position: relative;
  min-height: 500px;
  width: 100%;
  border-radius: 28px;
  overflow: hidden;
  border: 1px solid rgba(0,255,136,.22);
  box-shadow: 0 0 60px rgba(0,255,136,.18);
  background:
    linear-gradient(90deg, rgba(5,10,8,.18), rgba(5,10,8,.70)),
    url('/website/img/lounge-hero.png') center/cover no-repeat,
    radial-gradient(circle at 62% 38%, rgba(0,255,136,.24), transparent 34%),
    linear-gradient(135deg, #0B1411, #121A18);
}

.hero-visual::before {
  display: none;
}

.hero-visual::after {
  content: "";
  position: absolute;
  inset: 0;
  background:
    radial-gradient(circle at 60% 60%, rgba(0,255,136,.26), transparent 45%),
    linear-gradient(90deg, rgba(0,0,0,.05), rgba(0,0,0,.42));
  pointer-events: none;
}

.hero-visual-card {
  position: absolute;
  left: 22px;
  right: 22px;
  bottom: 22px;
  z-index: 1;
  max-width: 470px;
  border: 1px solid rgba(255,255,255,0.16);
  border-radius: 20px;
  padding: 18px;
  background: rgba(7,17,13,0.72);
  backdrop-filter: blur(18px);
}

.hero-visual-card span {
  display: block;
  margin-bottom: 8px;
  color: #00FF88;
  font-size: 0.72rem;
  font-weight: 900;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}

.hero-visual-card h2 {
  margin: 0;
  font-size: clamp(1.35rem, 2vw, 2rem);
  line-height: 1.05;
}

.feature-strip {
  margin-top: 24px;
}

.feature-strip div {
  padding: 14px 16px;
}

.feature-strip span {
  font-size: 0.7rem;
}

.feature-strip strong {
  font-size: 0.88rem;
}

.feature-strip p {
  font-size: 0.78rem;
  line-height: 1.32;
}

.about-copy p {
  max-width: 520px;
}

.learn-more-btn {
  width: fit-content;
  margin-top: 20px;
  text-transform: uppercase;
}

.about-card {
  min-height: 260px;
  padding: 20px;
}

.about-image {
  height: 124px;
}

.section-header h1,
.form-page-header h1,
main.section h1,
.about-copy h2 {
  font-size: clamp(38px, 5vw, 64px);
  line-height: 0.95;
  max-width: 760px;
}

@media (max-width: 980px) {
  .home-shot-hero {
    height: auto;
    min-height: auto;
  }

  .home-shot-hero .level-hero-grid {
    grid-template-columns: 1fr;
    min-height: 0;
  }

  .hero-visual {
    min-height: 340px;
  }
}

@media (max-width: 640px) {
  .hero-visual {
    min-height: 280px;
  }

  .hero-visual-card {
    left: 14px;
    right: 14px;
    bottom: 14px;
    padding: 14px;
  }

  .home-hero-title {
    font-size: clamp(42px, 13vw, 64px);
  }

  .hero-actions .btn {
    width: 100%;
  }
}

/* Audit fixes: consistent public navigation, VIP separation, and overflow safety */
html,
body {
  max-width: 100%;
  overflow-x: hidden;
}

.v2-nav-center {
  min-width: 0;
}

.games-feature-strip {
  margin: 0 0 24px;
}

.vip-elite-section {
  max-width: 760px;
  margin: 24px auto 0;
}

.vip-elite-section .vip-elite-card {
  display: grid;
  grid-template-columns: minmax(0, 0.9fr) minmax(220px, 0.8fr);
  align-items: center;
  gap: 22px;
  padding: 28px;
}

.vip-elite-section .vip-elite-card p {
  color: rgba(248,250,252,0.82);
}

.vip-elite-section .vip-elite-card ul {
  margin: 0;
}

.membership-grid {
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

@media (max-width: 1100px) {
  .membership-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 980px) {
  .v2-nav-center {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, max-content));
    gap: 8px 14px;
  }
}

@media (max-width: 768px) {
  .membership-grid,
  .vip-elite-section .vip-elite-card {
    grid-template-columns: 1fr;
  }

  .vip-elite-section {
    margin-top: 18px;
  }
}

@media (max-width: 520px) {
  .v2-nav-center {
    grid-template-columns: repeat(2, minmax(0, max-content));
  }
}

/* Full-background homepage hero */
.hero.home-shot-hero {
  position: relative;
  min-height: 720px;
  height: auto;
  padding: 96px 0 28px;
  overflow: hidden;
  background:
    linear-gradient(90deg, rgba(0,0,0,.92) 0%, rgba(0,0,0,.72) 38%, rgba(0,0,0,.28) 100%),
    url('/website/img/lounge-hero.png') center/cover no-repeat;
}

.hero.home-shot-hero::after {
  content: "";
  position: absolute;
  inset: 0;
  background:
    radial-gradient(circle at 70% 55%, rgba(0,255,136,.20), transparent 38%),
    linear-gradient(180deg, rgba(0,0,0,.15), rgba(0,0,0,.70));
  pointer-events: none;
}

.hero.home-shot-hero .hero-bg {
  display: none;
}

.hero.home-shot-hero .v2-hero-content,
.hero.home-shot-hero .level-hero-grid,
.hero.home-shot-hero .feature-strip {
  position: relative;
  z-index: 2;
}

.hero.home-shot-hero .level-hero-grid {
  display: block;
  max-width: 1400px;
  min-height: 0;
}

.hero.home-shot-hero .level-hero-copy {
  max-width: 620px;
  text-align: left;
}

.hero.home-shot-hero .home-hero-title {
  max-width: 560px;
}

.hero.home-shot-hero .feature-strip {
  margin-top: 44px;
}

.hero-visual,
.hero-visual-card,
.level-hero-image {
  display: none;
}

@media (max-width: 980px) {
  .hero.home-shot-hero {
    min-height: auto;
    padding: 88px 0 34px;
  }

  .hero.home-shot-hero .feature-strip {
    margin-top: 32px;
  }
}

/* Final hero text position and compact public typography pass */
.hero.home-shot-hero .v2-hero-content {
  width: min(1400px, 100%);
  padding-left: clamp(32px, 5vw, 76px);
  padding-right: clamp(20px, 4vw, 56px);
}

.hero.home-shot-hero .level-hero-copy {
  max-width: 520px;
  margin-left: 0;
  transform: translateX(-24px);
}

.hero.home-shot-hero .home-hero-title {
  max-width: 500px;
  margin-bottom: 16px;
  font-size: clamp(54px, 6vw, 88px);
  line-height: 0.88;
  letter-spacing: -0.055em;
}

.home-hero-title span {
  display: block;
}

.home-hero-title .word-play,
.home-hero-title .word-connect {
  font-size: 0.92em;
}

.home-hero-title .word-compete {
  font-size: 1em;
}

.home-hero-title .word-compete {
  color: transparent;
  background: linear-gradient(135deg, #00FF88, #A3FF12);
  -webkit-background-clip: text;
  background-clip: text;
}

.hero.home-shot-hero .hero-subtitle {
  max-width: 440px;
  font-size: 18px;
  line-height: 1.3;
}

.hero.home-shot-hero .level-hero-copy p:not(.hero-subtitle) {
  max-width: 440px;
  font-size: 15px;
  line-height: 1.55;
}

.hero.home-shot-hero .hero-actions {
  margin-top: 18px;
  gap: 12px;
}

.hero.home-shot-hero .hero-actions .btn {
  height: 46px;
  min-height: 46px;
  padding: 0 22px;
  font-size: 13px;
}

.hero.home-shot-hero .feature-strip {
  padding: 0;
  margin-top: 34px;
}

.hero.home-shot-hero .feature-strip div {
  min-height: 92px;
  padding: 14px 16px;
}

.section {
  padding: 56px 0;
}

main.section {
  padding-top: 92px;
  padding-bottom: 42px;
}

.section-header h1,
.form-page-header h1,
main.section h1,
.about-copy h2 {
  font-size: clamp(38px, 5vw, 64px);
  line-height: 0.95;
}

.section-header,
.form-page-header {
  margin-bottom: 24px;
}

@media (max-width: 980px) {
  .hero.home-shot-hero .level-hero-copy {
    transform: none;
  }
}

@media (max-width: 640px) {
  .hero.home-shot-hero .v2-hero-content {
    padding-left: 20px;
    padding-right: 20px;
  }

  .hero.home-shot-hero .home-hero-title {
    font-size: clamp(42px, 14vw, 58px);
  }

  .hero.home-shot-hero .feature-strip div {
    min-height: auto;
  }
}

/* Final left alignment pass for homepage hero content only */
.hero.home-shot-hero .container,
.hero.home-shot-hero .v2-hero-content {
  max-width: 100%;
  padding-left: clamp(18px, 2.5vw, 42px);
  padding-right: clamp(24px, 4vw, 70px);
}

.hero.home-shot-hero .level-hero-copy {
  max-width: 500px;
  margin-left: 0;
  transform: translateX(-28px);
}

.hero.home-shot-hero .home-hero-title {
  max-width: 500px;
  font-size: clamp(54px, 6vw, 88px);
  line-height: 0.88;
  letter-spacing: -0.055em;
}

.hero.home-shot-hero .feature-strip {
  width: calc(100% + 12px);
  margin-left: 0;
  transform: translateX(-28px);
  grid-template-columns: repeat(5, minmax(160px, 1fr));
  gap: 0;
}

.hero.home-shot-hero .feature-strip div {
  min-height: 96px;
  padding: 14px 18px;
}

@media (max-width: 768px) {
  .hero.home-shot-hero .container,
  .hero.home-shot-hero .v2-hero-content {
    padding-left: 20px;
    padding-right: 20px;
  }

  .hero.home-shot-hero .level-hero-copy,
  .hero.home-shot-hero .feature-strip {
    transform: none;
  }

  .hero.home-shot-hero .feature-strip {
    width: 100%;
    grid-template-columns: 1fr;
  }
}

/* Global public width and left alignment fix */
.container,
.site-container,
.page-container,
.content-wrap {
  width: 100%;
  max-width: 1540px;
  margin-left: auto;
  margin-right: auto;
  padding-left: clamp(28px, 4vw, 72px);
  padding-right: clamp(28px, 4vw, 72px);
}

.hero .container,
.hero-inner,
.about .container,
.about-section .container,
.games .container,
.membership .container,
.reservations .container,
.apply .container,
.complaints .container,
.contact .container,
.faq .container {
  max-width: 1540px;
  padding-left: clamp(24px, 3vw, 56px) !important;
  padding-right: clamp(28px, 5vw, 90px) !important;
}

.btn,
.button,
.hero-actions a,
.hero-actions button {
  min-height: 48px;
  padding-left: 30px;
  padding-right: 30px;
  border-radius: 14px;
  white-space: nowrap;
}

.cards-grid,
.games-grid,
.membership-grid,
.gallery-grid,
.feature-strip,
.features-grid,
.premium-card-grid,
.pricing-grid,
.masonry-gallery {
  width: 100%;
  gap: 24px;
}

.feature-strip,
.hero-features {
  max-width: 1540px;
  margin-left: auto;
  margin-right: auto;
  padding-left: clamp(24px, 3vw, 56px) !important;
  padding-right: clamp(28px, 5vw, 90px) !important;
}

.feature-card,
.feature-item,
.game-card,
.membership-card,
.gallery-card,
.pricing-card,
.gallery-tile {
  padding: 20px 22px;
}

.form-card,
.booking-card,
.apply-card,
.complaint-card,
.contact-card,
.public-form {
  max-width: 1100px;
  width: 100%;
}

.form-grid {
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 22px;
}

input,
select,
textarea {
  min-height: 48px;
}

.contact-layout {
  grid-template-columns: minmax(280px, 0.4fr) minmax(0, 0.6fr);
  max-width: 1320px;
}

.membership-grid {
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 24px;
}

.vip-elite-section {
  max-width: 980px;
}

@media (min-width: 1101px) {
  .hero.home-shot-hero .level-hero-copy,
  .hero-content,
  .hero-copy,
  .hero-left,
  .hero-text,
  .hero-intro {
    margin-left: 0 !important;
    padding-left: 0 !important;
    transform: translateX(-70px) !important;
    max-width: 560px;
  }

  .hero.home-shot-hero .hero-actions,
  .hero-actions,
  .hero-buttons,
  .cta-row {
    gap: 16px;
  }

  .about-left,
  .about-content,
  .about-copy,
  .about-text {
    margin-left: 0 !important;
    padding-left: 0 !important;
    transform: translateX(-70px) !important;
    max-width: 560px;
  }

  .hero.home-shot-hero .feature-strip,
  .feature-strip,
  .hero-features {
    transform: translateX(-70px) !important;
    width: calc(100% + 70px);
  }
}

.hero.home-shot-hero .home-hero-title {
  max-width: 540px;
  font-size: clamp(52px, 6vw, 88px);
  line-height: 0.88;
  letter-spacing: -0.055em;
}

.about .btn,
.about-section .btn {
  min-width: 170px;
  padding-left: 28px;
  padding-right: 28px;
}

@media (max-width: 1100px) {
  .hero.home-shot-hero .level-hero-copy,
  .hero-content,
  .hero-copy,
  .hero-left,
  .hero-text,
  .hero-intro,
  .hero-actions,
  .hero-buttons,
  .cta-row,
  .about-left,
  .about-content,
  .about-copy,
  .about-text,
  .hero.home-shot-hero .feature-strip,
  .feature-strip,
  .hero-features {
    transform: none !important;
  }

  .container,
  .site-container,
  .page-container,
  .content-wrap,
  .hero .container,
  .hero-inner,
  .about .container,
  .about-section .container {
    padding-left: 22px !important;
    padding-right: 22px !important;
  }

  .hero.home-shot-hero .feature-strip,
  .feature-strip,
  .hero-features {
    width: 100%;
  }
}

@media (max-width: 768px) {
  .form-grid,
  .contact-layout {
    grid-template-columns: 1fr;
  }

  .hero-actions,
  .hero-buttons,
  .cta-row {
    flex-direction: column;
    align-items: stretch;
  }

  .btn,
  .button {
    width: 100%;
    justify-content: center;
  }

  .membership-grid {
    grid-template-columns: 1fr;
  }
}

/* Public navbar pill buttons and tournament page */
.v2-nav {
  gap: 12px;
}

.nav-links.v2-nav-center {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 7px;
  flex-wrap: nowrap;
  white-space: nowrap;
  min-width: 0;
}

.nav-links.v2-nav-center a {
  flex: 0 0 auto;
  padding: 8px 13px;
  border: 1px solid rgba(0,255,136,.16);
  border-radius: 999px;
  background: rgba(8,16,13,.48);
  color: #EAFEF3;
  font-size: 11px;
  font-weight: 800;
  letter-spacing: .06em;
  line-height: 1;
  text-decoration: none;
  text-transform: uppercase;
  transition: border-color .22s ease, box-shadow .22s ease, color .22s ease, background .22s ease, transform .22s ease;
}

.nav-links.v2-nav-center a:hover {
  border-color: rgba(0,255,136,.55);
  box-shadow: 0 0 18px rgba(0,255,136,.18);
  color: #00FF88;
  transform: translateY(-1px);
}

.nav-links.v2-nav-center a.active {
  background: linear-gradient(135deg,#00FF88,#A3FF12);
  color: #04110A;
  border-color: transparent;
  box-shadow: 0 0 24px rgba(0,255,136,.28);
}

@media (min-width: 981px) {
  .v2-nav {
    position: relative;
    display: flex;
    align-items: center;
  }

  .v2-logo {
    transform: translateX(-20px);
  }

  .nav-links.v2-nav-center {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
  }

  .book-now-btn {
    position: absolute;
    right: 0;
    height: 40px;
    min-height: 40px;
    padding: 0 22px;
    margin-left: 12px;
  }
}

.games-catalog-hero {
  padding-top: 72px;
}

.games-catalog-title {
  max-width: 520px;
}

.games-catalog-title h1 {
  max-width: 520px;
  font-size: clamp(44px, 5vw, 72px);
  line-height: .92;
  letter-spacing: -0.04em;
}

.tournament-page {
  background:
    radial-gradient(circle at 16% 10%, rgba(0,255,136,.12), transparent 30%),
    linear-gradient(180deg, #07110B, #0B1411 48%, #07110B);
}

.tournament-hero {
  padding: 92px 0 42px;
}

.tournament-hero h1 {
  margin: 0 0 14px;
  color: #F8FAFC;
  font-size: clamp(44px, 6vw, 78px);
  line-height: .92;
  letter-spacing: -0.04em;
  font-weight: 950;
}

.tournament-hero p {
  max-width: 680px;
  color: #94A3B8;
}

.tournament-board {
  padding: 20px 0 72px;
}

.tournament-grid {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 20px;
}

.tournament-grid article {
  min-height: 220px;
  border: 1px solid rgba(0,255,136,.18);
  border-radius: 24px;
  padding: 22px;
  background: rgba(12,18,16,.92);
  box-shadow: 0 20px 50px rgba(0,0,0,.32);
  transition: transform .22s ease, border-color .22s ease, box-shadow .22s ease;
}

.tournament-grid article:hover {
  transform: translateY(-6px);
  border-color: rgba(0,255,136,.55);
  box-shadow: 0 24px 70px rgba(0,0,0,.38), 0 0 28px rgba(0,255,136,.18);
}

.tournament-grid article span {
  color: #FACC15;
  font-size: .74rem;
  font-weight: 900;
  letter-spacing: .14em;
}

.tournament-grid article h2 {
  margin-top: 16px;
  font-size: clamp(1.2rem, 1.7vw, 1.7rem);
}

.tournament-grid article p {
  color: #94A3B8;
}

.footer-quick-links {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 10px 18px;
  margin-top: 22px;
  padding-top: 18px;
  border-top: 1px solid rgba(0,255,136,.14);
}

.footer-quick-links a,
.v2-footer .footer-grid a {
  color: #CBD5E1;
  font-size: 12px;
  font-weight: 800;
  letter-spacing: .08em;
  text-decoration: none;
  text-transform: uppercase;
  transition: color .22s ease, text-shadow .22s ease;
}

.footer-quick-links a:hover,
.v2-footer .footer-grid a:hover {
  color: #00FF88;
  text-shadow: 0 0 16px rgba(0,255,136,.45);
}

.about-page {
  background:
    radial-gradient(circle at 14% 12%, rgba(0,255,136,.14), transparent 30%),
    linear-gradient(180deg, #07110B, #0B1411 48%, #07110B);
}

.about-hero {
  padding: 96px 0 46px;
}

.about-hero h1 {
  max-width: 900px;
  margin: 0 0 18px;
  color: #F8FAFC;
  font-size: clamp(42px, 6vw, 78px);
  line-height: .92;
  letter-spacing: -0.05em;
  font-weight: 950;
}

.about-hero p {
  max-width: 720px;
  color: #94A3B8;
}

.about-story-section {
  padding: 22px 0 76px;
}

.about-story-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 20px;
}

.about-story-grid article {
  min-height: 240px;
  border: 1px solid rgba(0,255,136,.18);
  border-radius: 24px;
  padding: 24px;
  background: rgba(12,18,16,.9);
  box-shadow: 0 22px 60px rgba(0,0,0,.32);
}

.about-story-grid span {
  color: #D4AF37;
  font-size: .74rem;
  font-weight: 900;
  letter-spacing: .14em;
}

.about-story-grid h2 {
  margin: 16px 0 10px;
  color: #F8FAFC;
}

.about-story-grid p {
  color: #94A3B8;
}

@media (max-width: 1280px) {
  .nav-links.v2-nav-center {
    justify-content: flex-start;
    overflow-x: auto;
    scrollbar-width: thin;
    padding-bottom: 4px;
  }
}

@media (max-width: 1100px) {
  .tournament-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .about-story-grid {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 768px) {
  .nav-links.v2-nav-center {
    width: 100%;
    max-width: 100%;
  }

  .nav-links.v2-nav-center a {
    padding: 8px 12px;
    font-size: 11px;
  }

  .tournament-grid {
    grid-template-columns: 1fr;
  }
}

/* Public Games catalog redesign */
.games-page-body {
  background: #050b08;
}

.games-catalog {
  position: relative;
  background: #050b08;
  overflow: hidden;
}

.games-hero-bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 720px;
  background-image: var(--games-hero-image, url('/img/games-hero.png'));
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  filter: blur(1.5px);
  opacity: .85;
  mask-image: linear-gradient(
    to bottom,
    rgba(0,0,0,1) 0%,
    rgba(0,0,0,1) 45%,
    rgba(0,0,0,.7) 65%,
    rgba(0,0,0,.35) 82%,
    rgba(0,0,0,0) 100%
  );
  -webkit-mask-image: linear-gradient(
    to bottom,
    rgba(0,0,0,1) 0%,
    rgba(0,0,0,1) 45%,
    rgba(0,0,0,.7) 65%,
    rgba(0,0,0,.35) 82%,
    rgba(0,0,0,0) 100%
  );
  z-index: 0;
  pointer-events: none;
}

.games-hero {
  position: relative;
  min-height: 360px;
  display: flex;
  align-items: center;
  overflow: hidden;
  z-index: 2;
}

.games-hero::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(90deg, rgba(0,0,0,.82), rgba(0,0,0,.35));
  z-index: 1;
}

.games-hero-content {
  position: relative;
  z-index: 2;
}

.games-catalog-title {
  max-width: 520px;
}

.games-catalog-title h1 {
  display: grid;
  gap: 0;
  margin: 0 0 16px;
  color: #F8FAFC;
  max-width: 520px;
  font-size: clamp(44px, 5vw, 72px);
  line-height: .92;
  letter-spacing: -0.04em;
  font-weight: 950;
}

.games-catalog-title h1 span:last-child {
  color: #00FF88;
  text-shadow: 0 0 28px rgba(0,255,136,0.28);
}

.games-catalog-title p {
  max-width: 650px;
  color: #94A3B8;
  font-size: 1rem;
}

.games-catalog-controls {
  display: grid;
  grid-template-columns: minmax(240px, 0.8fr) minmax(0, 1.4fr) minmax(180px, 0.35fr);
  gap: 16px;
  align-items: end;
  margin-bottom: 30px;
}

.games-search,
.games-sort {
  display: grid;
  gap: 8px;
}

.games-search span,
.games-sort span {
  color: #00FF66;
  font-size: 0.72rem;
  font-weight: 900;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.games-search input,
.games-sort select {
  min-height: 52px;
  border: 1px solid rgba(0,255,102,0.18);
  border-radius: 18px;
  background: rgba(12,18,16,.92);
}

.games-category-pills {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.games-category-pills button {
  min-height: 42px;
  border: 1px solid rgba(0,255,102,0.18);
  border-radius: 999px;
  padding: 0 16px;
  background: rgba(12,18,16,.72);
  color: #F8FAFC;
  font-weight: 800;
  cursor: pointer;
  transition: transform 180ms ease, border-color 180ms ease, box-shadow 180ms ease;
}

.games-category-pills button:hover,
.games-category-pills button.active {
  border-color: rgba(0,255,102,0.65);
  box-shadow: 0 0 22px rgba(0,255,102,0.18);
  transform: translateY(-2px);
}

.games-grid-section {
  position: relative;
  z-index: 3;
  background: transparent;
  padding: 40px 0 70px;
}

.games-grid-section::before {
  content: "";
  position: absolute;
  top: 0;
  left: 50%;
  width: min(1180px, calc(100% - 32px));
  height: 1px;
  transform: translateX(-50%);
  background:
    linear-gradient(
      90deg,
      transparent,
      rgba(0,255,120,.25),
      transparent
    );
}

.games-grid-section .container {
  position: relative;
  z-index: 5;
}

.games-grid {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 24px;
}

.game-library-card {
  position: relative;
  overflow: hidden;
  border: 1px solid rgba(0,255,102,0.18);
  border-radius: 22px;
  background: rgba(20,20,20,.82);
  backdrop-filter: blur(10px);
  cursor: pointer;
  transition: transform 180ms ease, border-color 180ms ease, box-shadow 180ms ease;
}

.game-library-card:hover {
  transform: translateY(-6px);
  border-color: rgba(0,255,102,0.58);
  box-shadow: 0 24px 60px rgba(0,0,0,0.35), 0 0 28px rgba(0,255,102,0.2);
}

.favorite-btn {
  position: absolute;
  top: 12px;
  right: 12px;
  z-index: 2;
  display: grid;
  place-items: center;
  width: 34px;
  height: 34px;
  border: 1px solid rgba(255,255,255,0.2);
  border-radius: 999px;
  background: rgba(7,17,11,0.72);
  color: #00FF66;
  font-size: 1.2rem;
  cursor: pointer;
}

.favorite-btn.active {
  background: #00FF66;
  color: #07110B;
}

.game-cover {
  aspect-ratio: 16 / 9;
  position: relative;
  overflow: hidden;
  display: grid;
  place-items: center;
  background:
    radial-gradient(circle at 62% 32%, rgba(0,255,102,0.3), transparent 32%),
    linear-gradient(135deg, #0B1411, #121A18);
  color: #F8FAFC;
  font-size: clamp(1.4rem, 2vw, 2rem);
  font-weight: 950;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}

.game-cover.has-image {
  background: #07110B;
}

.game-cover.is-placeholder {
  box-shadow: inset 0 0 40px rgba(0,255,102,0.08);
}

.game-cover-image {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: 50% 50%;
  transform-origin: center center;
}

.game-cover-label {
  position: relative;
  z-index: 1;
  text-align: center;
  padding: 0 12px;
  text-shadow: 0 0 24px rgba(0,255,102,0.35);
}

.cover-nba,
.cover-madden,
.cover-rocket {
  background:
    radial-gradient(circle at 60% 32%, rgba(250,204,21,0.22), transparent 34%),
    linear-gradient(135deg, #0B1411, #172018);
}

.cover-cod,
.cover-apex {
  background:
    radial-gradient(circle at 62% 32%, rgba(255,176,32,0.22), transparent 34%),
    linear-gradient(135deg, #0B1411, #1A1610);
}

.game-library-body {
  padding: 16px;
}

.game-library-body h3 {
  margin-bottom: 12px;
  font-size: 1rem;
}

.game-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}

.game-tags span {
  border: 1px solid rgba(0,255,102,0.18);
  border-radius: 999px;
  padding: 5px 9px;
  color: #94A3B8;
  font-size: 0.72rem;
}

.games-request-cta {
  padding: 0 0 72px;
}

.games-request-card {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  border: 1px solid rgba(0,255,102,0.18);
  border-radius: 26px;
  padding: 28px;
  background: rgba(12,18,16,.92);
  box-shadow: 0 0 40px rgba(0,255,102,0.1);
}

.games-request-card h2 {
  margin-bottom: 8px;
}

.game-modal {
  position: fixed;
  inset: 0;
  z-index: 80;
  display: none;
  place-items: center;
  padding: 24px;
  background: rgba(0,0,0,0.72);
  backdrop-filter: blur(14px);
}

.game-modal.active {
  display: grid;
}

.game-modal-panel {
  position: relative;
  width: min(920px, 100%);
  overflow: hidden;
  border: 1px solid rgba(0,255,102,0.24);
  border-radius: 28px;
  background: #07110B;
  box-shadow: 0 0 60px rgba(0,255,102,0.22);
}

.game-modal-close {
  position: absolute;
  top: 14px;
  right: 14px;
  z-index: 2;
  border: 1px solid rgba(255,255,255,0.22);
  border-radius: 999px;
  padding: 9px 14px;
  background: rgba(7,17,11,0.82);
  color: #F8FAFC;
  cursor: pointer;
}

.game-modal-cover {
  min-height: 280px;
  display: grid;
  place-items: center;
  background:
    radial-gradient(circle at 58% 32%, rgba(0,255,102,0.26), transparent 34%),
    linear-gradient(135deg, #0B1411, #121A18);
  color: #00FF66;
  font-size: clamp(2rem, 5vw, 5rem);
  font-weight: 950;
  text-transform: uppercase;
}

.game-modal-content {
  padding: 28px;
}

.game-modal-content dl {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 12px;
  margin: 22px 0;
}

.game-modal-content dt {
  color: #00FF66;
  font-size: 0.72rem;
  font-weight: 900;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.game-modal-content dd {
  margin: 4px 0 0;
  color: #F8FAFC;
}

@media (max-width: 1100px) {
  .games-hero {
    min-height: 280px;
  }

  .games-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .games-catalog-controls {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 768px) {
  .games-hero {
    min-height: 220px;
  }

  .games-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .games-request-card,
  .game-modal-content dl {
    grid-template-columns: 1fr;
  }

  .games-request-card {
    align-items: stretch;
    flex-direction: column;
  }
}
