/* ============================================================
   FIFA WC 2026 — DESIGN SYSTEM (ON LOCATION STYLE)
   ============================================================ */

@import url('https://fonts.googleapis.com/css2?family=Barlow+Condensed:wght@400;500;600;700;800;900&family=Inter:wght@300;400;500;600;700&display=swap');

/* ─── TOKENS ─────────────────────────────────────────────── */
:root {
  --navy:         #0d1545;
  --navy-mid:     #1a2060;
  --navy-light:   #252b80;
  --navy-card:    #16195a;
  --cyan:         #3dd9d6;
  --cyan-dark:    #28b8b5;
  --red:          #c8102e;
  --purple:       #4a1080;
  --black:        #0a0a0a;
  --white:        #ffffff;
  --off-white:    #f5f6fb;
  --light-gray:   #eef0f7;
  --border-light: #e2e5ef;
  --text-dark:    #111827;
  --text-body:    #374151;
  --text-muted:   #6b7280;
  --text-faint:   #9ca3af;
  --font-cond:    'Barlow Condensed', sans-serif;
  --font-sans:    'Inter', sans-serif;
  --font-serif:   'Barlow Condensed', sans-serif;
  --radius-pill:  100px;
  --radius-card:  16px;
  --radius-sm:    8px;
  --radius-xs:    4px;
  --shadow-card:  0 4px 24px rgba(0,0,0,.08);
  --shadow-hover: 0 8px 40px rgba(0,0,0,.16);
  --transition:   all .2s ease;
  --z-nav:        100;
  --z-modal:      200;
  /* legacy aliases so existing pages don't break */
  --gold:         var(--cyan);
  --gold-dark:    var(--cyan-dark);
  --border-gold:  rgba(61,217,214,.35);
  --safe-blue:    var(--navy);
  --safe-blue-l:  var(--cyan);
  --green-status: #16a34a;
  --charcoal-2:   #f5f6fb;
  --charcoal-3:   #eef0f7;
  --card-bg:      var(--white);
  --border:       var(--border-light);
  --grey-2:       var(--text-body);
  --grey-3:       var(--text-muted);
  --grey-4:       var(--text-faint);
  --grey-5:       #d1d5db;
  --off-white-legacy: var(--off-white);
}

/* ─── RESET ──────────────────────────────────────────────── */
*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }
html { font-size: 16px; scroll-behavior: smooth; }
body {
  font-family: var(--font-sans);
  color: var(--text-dark);
  background: var(--white);
  -webkit-font-smoothing: antialiased;
  line-height: 1.5;
}
a { text-decoration: none; color: inherit; }
img { display: block; max-width: 100%; }
button { font-family: inherit; cursor: pointer; border: none; background: none; }
ul { list-style: none; }

/* ─── TYPOGRAPHY SCALE ───────────────────────────────────── */
.t-hero {
  font-family: var(--font-cond);
  font-size: clamp(64px, 8vw, 110px);
  font-weight: 900; text-transform: uppercase;
  line-height: .93; letter-spacing: -.01em;
}
.t-display {
  font-family: var(--font-cond);
  font-size: clamp(40px, 5vw, 68px);
  font-weight: 900; text-transform: uppercase; line-height: 1;
}
.t-section {
  font-family: var(--font-cond);
  font-size: clamp(30px, 4vw, 48px);
  font-weight: 900; text-transform: uppercase; line-height: 1.05;
}
.t-card-title {
  font-family: var(--font-cond);
  font-size: clamp(28px, 3vw, 44px);
  font-weight: 900; text-transform: uppercase; line-height: 1;
}
.t-label {
  font-family: var(--font-cond); font-size: 13px; font-weight: 700;
  text-transform: uppercase; letter-spacing: .1em;
}
.t-body { font-size: 15px; color: var(--text-body); line-height: 1.6; }
.t-small { font-size: 13px; color: var(--text-muted); }

/* ─── LAYOUT ─────────────────────────────────────────────── */
.container { width: 100%; max-width: 1280px; margin: 0 auto; padding: 0 40px; }
.container-sm { width: 100%; max-width: 900px; margin: 0 auto; padding: 0 40px; }
.section { padding: 80px 0; }
.section-sm { padding: 56px 0; }

/* ─── NAV — pixel-perfect FIFA landing spec ───────────────── */
.nav {
  position: fixed; top: 0; left: 0; right: 0; z-index: var(--z-nav);
  background: var(--white); border-bottom: 1px solid #E0E4ED;
  height: 84px; display: flex; align-items: center;
}
.nav-inner {
  width: 100%; max-width: 1470px; margin: 0 auto; padding: 0 32px;
  display: flex; align-items: center; gap: 16px;
}
/* Logo group: tall FIFA mark (41×67) + "On Location" wordmark (148×24) */
.nav-logo { display: inline-flex; align-items: center; gap: 8px; flex-shrink: 0; text-decoration: none; }
.nav-logo-badge { display: inline-flex; align-items: center; background: transparent; padding: 0; border-radius: 0; box-shadow: none; height: 67px; width: 41px; flex-shrink: 0; }
.nav-logo-badge img { height: 67px; width: 41px; object-fit: contain; display: block; }
.nav-logo-wordmark { display: inline-flex; align-items: center; height: 24px; width: 148px; }
.nav-logo-wordmark img { height: 24px; width: 148px; display: block; }
.nav-logo-text { display: none; }
.nav-divider { display: none; }

/* Country switcher — flag chip, minimal */
.nav-country {
  display: inline-flex; align-items: center; gap: 6px;
  background: transparent; border: none; padding: 0 4px;
  font-size: 14px; font-weight: 500; color: var(--text-dark);
  cursor: pointer; flex-shrink: 0;
}
.nav-country img { width: 24px; height: 16px; object-fit: cover; display: block; border-radius: 2px; }

/* Nav links — plain text, space evenly */
.nav-links { display: flex; align-items: center; gap: 32px; flex: 1; justify-content: center; }
.nav-link {
  padding: 0; border-radius: 0; background: transparent;
  font-size: 14px; font-weight: 500; color: var(--text-dark);
  white-space: nowrap; transition: color .15s ease;
  display: inline-flex; align-items: center; gap: 4px;
  text-decoration: none;
}
.nav-link:hover { background: transparent; color: var(--red); }
.nav-link.active { color: var(--text-dark); font-weight: 500; }

/* Schedule — bordered pill, 37px tall, 5px radius */
.nav-schedule {
  display: inline-flex; align-items: center; gap: 8px;
  height: 37px; padding: 0 14px 0 10px;
  font-size: 14px; font-weight: 500; color: var(--text-dark);
  background: transparent; border: 1px solid #E0E4ED; border-radius: 5px;
  cursor: pointer; white-space: nowrap; flex-shrink: 0;
  transition: border-color .15s ease, background .15s ease;
}
.nav-schedule:hover { background: var(--off-white); border-color: #BFC6D4; }
.nav-schedule svg { width: 16px; height: 16px; flex-shrink: 0; }

.nav-right { display: flex; align-items: center; gap: 20px; margin-left: auto; flex-shrink: 0; }

/* VISA + FIFA lockup image (91×52) */
.nav-visa {
  display: inline-flex; align-items: center; flex-shrink: 0;
  width: 91px; height: 52px;
}
.nav-visa img { width: 91px; height: 52px; object-fit: contain; display: block; }

/* Language — plain text link */
.nav-lang {
  display: inline-flex; align-items: center; gap: 4px;
  height: auto; padding: 0;
  font-size: 14px; font-weight: 500; color: var(--text-dark);
  background: transparent; border: none; border-radius: 0;
  cursor: pointer; white-space: nowrap;
  transition: color .15s ease;
}
.nav-lang:hover { background: transparent; color: var(--red); }

/* Log In / Sign Up — plain text link (not a pill on FIFA landing) */
.nav-login {
  display: inline-flex; align-items: center;
  height: auto; padding: 0;
  font-size: 14px; font-weight: 500; color: var(--text-dark);
  background: transparent; border: none; border-radius: 0;
  cursor: pointer; white-space: nowrap; flex-shrink: 0;
  transition: color .15s ease;
  text-decoration: none;
}
.nav-login:hover { background: transparent; color: var(--red); }

/* ─── PAGE OFFSET ────────────────────────────────────────── */
.page-top { padding-top: 72px; }

/* ─── BUTTONS ────────────────────────────────────────────── */
.btn {
  display: inline-flex; align-items: center; justify-content: center; gap: 8px;
  cursor: pointer; font-family: var(--font-sans); font-weight: 600; font-size: 15px;
  line-height: 1; transition: var(--transition); white-space: nowrap;
  border-radius: var(--radius-pill); border: 2px solid transparent; padding: 13px 28px;
}
.btn-primary { background: var(--cyan); color: var(--black); border-color: var(--cyan); }
.btn-primary:hover { background: var(--cyan-dark); border-color: var(--cyan-dark); }
.btn-secondary { background: var(--white); color: var(--black); border-color: var(--white); }
.btn-secondary:hover { background: transparent; color: var(--white); border-color: var(--white); }
.btn-outline { background: transparent; color: var(--white); border-color: var(--white); }
.btn-outline:hover { background: var(--white); color: var(--black); }
.btn-dark { background: var(--black); color: var(--white); border-color: var(--black); }
.btn-dark:hover { background: #222; border-color: #222; }
.btn-outline-dark { background: transparent; color: var(--text-dark); border-color: var(--border-light); }
.btn-outline-dark:hover { border-color: var(--text-dark); }
.btn-ghost { background: transparent; border-color: transparent; color: var(--text-body); padding: 12px 0; }
.btn-ghost:hover { color: var(--text-dark); }
.btn-safe { background: var(--navy); color: var(--white); border-color: var(--navy); }
.btn-safe:hover { background: var(--navy-mid); }
.btn-gold-outline { background: transparent; color: var(--cyan); border-color: var(--cyan); }
.btn-gold-outline:hover { background: var(--cyan); color: var(--black); }
.btn-sm { padding: 9px 20px; font-size: 13px; }
.btn-lg { padding: 16px 36px; font-size: 16px; }
.btn-full { width: 100%; }

/* ─── HERO ───────────────────────────────────────────────── */
.hero {
  background: var(--navy);
  min-height: calc(100vh - 72px);
  position: relative; overflow: hidden;
  display: flex; flex-direction: column; align-items: center;
  justify-content: center; text-align: center;
  padding: 80px 40px 100px;
}
.hero-blobs { position: absolute; inset: 0; pointer-events: none; overflow: hidden; }
.hero-blob { position: absolute; border-radius: 50%; background: rgba(255,255,255,.04); }
.hero-blob-1 { width: 700px; height: 700px; top: -200px; right: -150px; }
.hero-blob-2 { width: 500px; height: 500px; bottom: -100px; left: -100px; }
.hero-content { position: relative; z-index: 2; max-width: 760px; }
.hero-countdown { display: flex; gap: 32px; justify-content: center; margin-bottom: 28px; }
.hero-count-item { text-align: center; }
.hero-count-num {
  font-family: var(--font-cond); font-size: 40px; font-weight: 700; color: var(--white); line-height: 1;
}
.hero-count-label {
  font-size: 11px; color: rgba(255,255,255,.5);
  text-transform: uppercase; letter-spacing: .08em; margin-top: 4px;
}
.hero-eyebrow {
  font-family: var(--font-cond); font-size: 14px; font-weight: 700; text-transform: uppercase;
  letter-spacing: .12em; color: rgba(255,255,255,.65); margin-bottom: 10px;
}
.hero-title {
  font-family: var(--font-cond); font-size: clamp(58px, 8vw, 108px);
  font-weight: 900; text-transform: uppercase; color: var(--white); line-height: .92; margin-bottom: 24px;
}
.hero-sup { font-size: .45em; vertical-align: super; }
.hero-sub { font-size: 17px; color: rgba(255,255,255,.7); max-width: 540px; margin: 0 auto 36px; line-height: 1.65; }
.hero-btns { display: flex; gap: 12px; justify-content: center; flex-wrap: wrap; }
.hero-photos { position: absolute; inset: 0; pointer-events: none; }
.hero-photo { position: absolute; border-radius: 16px; overflow: hidden; background: var(--navy-mid); }
.hero-photo img { width: 100%; height: 100%; object-fit: cover; opacity: .8; }
/* photo positions */
.hero-photo-tl { width: 220px; height: 260px; top: 60px; left: 40px; }
.hero-photo-bl { width: 180px; height: 200px; bottom: 100px; left: 80px; }
.hero-photo-tr { width: 200px; height: 180px; top: 40px; right: 40px; }
.hero-photo-br { width: 180px; height: 210px; bottom: 60px; right: 40px; }

/* ─── BROWSE / CITY CARDS ────────────────────────────────── */
.browse-section { background: var(--navy); padding: 0 0 56px; }
.browse-header { padding: 0 40px; margin-bottom: 16px; display: flex; align-items: center; gap: 24px; }
.browse-label {
  font-family: var(--font-cond); font-size: 13px; font-weight: 800;
  text-transform: uppercase; letter-spacing: .1em; color: rgba(255,255,255,.45);
}
.browse-tabs { display: flex; gap: 20px; }
.browse-tab {
  font-size: 14px; font-weight: 600; color: rgba(255,255,255,.4);
  padding-bottom: 0; border-bottom: 2px solid transparent; cursor: pointer; transition: var(--transition);
}
.browse-tab.active { color: var(--white); border-color: var(--cyan); }
.city-scroll,
.team-scroll {
  display: flex; gap: 10px; overflow-x: auto; padding: 0 40px 4px;
  align-items: stretch; scrollbar-width: none;
}
.city-scroll::-webkit-scrollbar,
.team-scroll::-webkit-scrollbar { display: none; }
.city-card {
  flex: 0 0 172px;           /* fixed width, no shrink, no grow */
  height: 72px; min-height: 72px; max-height: 72px;
  box-sizing: border-box; border-radius: 14px;
  display: flex; align-items: center; justify-content: center;
  padding: 0 12px;
  cursor: pointer; transition: var(--transition);
}
.city-card:hover { transform: translateY(-2px) scale(1.02); }
.city-card-name {
  font-family: var(--font-cond); font-size: 15px; font-weight: 900;
  text-transform: uppercase; letter-spacing: .05em; color: var(--white);
  text-align: center; white-space: nowrap; line-height: 1;
}
.team-card {
  flex-shrink: 0; width: 168px; height: 168px; border-radius: 16px;
  background: #f4f5f7;
  display: flex; flex-direction: column; align-items: center; justify-content: center;
  gap: 10px; padding: 18px 12px;
  cursor: pointer; transition: var(--transition);
}
.team-card:hover { transform: translateY(-3px); background: #fff; box-shadow: 0 10px 24px rgba(10,15,53,.12); }
.team-card-flag {
  width: 72px; height: 48px; object-fit: cover; border-radius: 4px;
  box-shadow: 0 0 0 1px rgba(0,0,0,.08);
}
.team-card-flag-emoji {
  width: 72px; height: 48px; display: inline-flex; align-items: center; justify-content: center;
  font-size: 40px; line-height: 1; border-radius: 4px;
  background: #fff; box-shadow: 0 0 0 1px rgba(0,0,0,.08);
}
.team-card-name {
  font-family: Inter, system-ui, sans-serif; font-size: 16px; font-weight: 500;
  color: var(--navy); white-space: nowrap; margin-top: 2px;
}
.team-card-code {
  font-family: var(--font-cond); font-size: 18px; font-weight: 900;
  letter-spacing: .04em; color: var(--navy); text-transform: uppercase;
}

/* ─── TRUST BAR ──────────────────────────────────────────── */
.trust-bar {
  background: var(--navy); border-top: 1px solid rgba(255,255,255,.08);
  padding: 28px 40px; text-align: center;
}
.trust-bar p { font-size: 14px; color: rgba(255,255,255,.55); line-height: 1.65; }
.trust-bar strong { color: rgba(255,255,255,.85); }
.trust-phone { font-weight: 700; color: var(--white); }

/* ─── SECTION HELPERS ────────────────────────────────────── */
.section-dark { background: var(--black); color: var(--white); }
.section-dark .t-display, .section-dark .t-section { color: var(--white); }
.section-navy { background: var(--navy); color: var(--white); }
.section-light { background: var(--off-white); }
.section-header { display: flex; align-items: flex-end; justify-content: space-between; gap: 24px; margin-bottom: 40px; flex-wrap: wrap; }
.section-steps { display: flex; align-items: center; gap: 12px; flex-wrap: wrap; }
.section-step { display: flex; align-items: center; gap: 8px; font-size: 13px; color: var(--text-muted); }
.section-step-icon { font-size: .875rem; }
.section-sep { color: var(--border-light); }

/* ─── OFFERING CARDS ─────────────────────────────────────── */
.offerings-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 16px; }
.offering-card {
  background: var(--navy-card); border-radius: var(--radius-card);
  padding: 32px 32px 28px; position: relative; overflow: hidden;
  transition: var(--transition); cursor: pointer;
}
.offering-card:hover { transform: translateY(-4px); box-shadow: 0 16px 48px rgba(13,21,69,.5); }
.offering-card-badge {
  position: absolute; top: 18px; right: 18px;
  background: var(--cyan); color: var(--black);
  font-family: var(--font-cond); font-size: 11px; font-weight: 700;
  text-transform: uppercase; letter-spacing: .06em;
  padding: 4px 10px; border-radius: var(--radius-pill);
  display: flex; align-items: center; gap: 4px;
}
.offering-card-title {
  font-family: var(--font-cond); font-size: clamp(34px, 3.2vw, 48px);
  font-weight: 900; text-transform: uppercase; color: var(--white); line-height: .93; margin-bottom: 20px;
}
.offering-card-bullets { display: flex; flex-direction: column; gap: 8px; margin-bottom: 28px; }
.offering-card-bullet {
  font-size: 14px; color: rgba(255,255,255,.65);
  display: flex; align-items: flex-start; gap: 8px; line-height: 1.4;
}
.offering-card-bullet::before { content: '•'; color: var(--cyan); flex-shrink: 0; margin-top: 1px; }
.offering-card-bullet strong { color: var(--white); }

/* ─── MULTI-MATCH BANNER ─────────────────────────────────── */
.mm-banner {
  border-radius: var(--radius-card); overflow: hidden; position: relative;
  min-height: 280px; display: flex;
  background: linear-gradient(135deg, var(--navy) 0%, #1a2a1a 100%);
}
.mm-banner-img {
  position: absolute; inset: 0;
  background: url('https://images.unsplash.com/photo-1508098682722-e99c43a406b2?w=1400&q=80') center/cover;
  opacity: .2;
}
.mm-banner-content {
  position: relative; z-index: 1; padding: 44px 48px; flex: 1;
  display: flex; flex-direction: column;
}
.mm-banner-badge {
  display: inline-flex; align-items: center; gap: 6px;
  background: rgba(201,168,76,.15); border: 1px solid rgba(201,168,76,.35);
  border-radius: var(--radius-pill); padding: 5px 14px; margin-bottom: 14px; width: fit-content;
}
.mm-banner-badge span { font-size: 12px; font-weight: 600; color: #d4a853; letter-spacing: .04em; }
.mm-banner-title {
  font-family: var(--font-cond); font-size: clamp(38px, 4vw, 60px);
  font-weight: 900; text-transform: uppercase; color: var(--white); line-height: .93; margin-bottom: 14px;
}
.mm-banner-sub { font-size: 15px; color: rgba(255,255,255,.65); margin-bottom: 4px; }
.mm-banner-note { font-size: 13px; color: rgba(255,255,255,.4); font-style: italic; margin-bottom: 24px; }
.mm-steps { display: flex; gap: 0; border-top: 1px solid rgba(255,255,255,.1); padding-top: 20px; flex-wrap: wrap; }
.mm-step { flex: 1; min-width: 160px; padding-right: 16px; display: flex; align-items: flex-start; gap: 10px; padding-top: 4px; }
.mm-step-num {
  width: 26px; height: 26px; border-radius: 5px; border: 1.5px solid rgba(255,255,255,.3);
  font-family: var(--font-cond); font-size: 13px; font-weight: 700; color: var(--white);
  display: flex; align-items: center; justify-content: center; flex-shrink: 0;
}
.mm-step-text { font-size: 12px; color: rgba(255,255,255,.5); line-height: 1.4; }
.mm-step-text strong { color: rgba(255,255,255,.9); }

/* ─── MATCH CARDS (dark section) ────────────────────────── */
.matches-scroll { display: flex; gap: 16px; overflow-x: auto; scrollbar-width: none; }
.matches-scroll::-webkit-scrollbar { display: none; }
.match-card {
  flex-shrink: 0; width: 300px; background: var(--white);
  border: 1px solid var(--border-light); border-radius: var(--radius-card);
  overflow: hidden; cursor: pointer; transition: var(--transition);
}
.match-card:hover { box-shadow: var(--shadow-hover); transform: translateY(-2px); border-color: transparent; }
.match-card-img {
  width: 100%; height: 172px; background: var(--navy);
  position: relative; overflow: hidden;
  display: flex; align-items: center; justify-content: center;
}
.match-card-teams { display: flex; align-items: center; gap: 14px; padding: 18px; z-index: 1; width: 100%; }
.match-card-team { display: flex; flex-direction: column; align-items: center; gap: 10px; flex: 1; min-width: 0; }
.match-card-flag-img {
  width: 44px; height: 30px; object-fit: cover; border-radius: 3px;
  box-shadow: 0 1px 4px rgba(0,0,0,.25); display: block;
}
.match-card-flag-emoji { font-size: 34px; line-height: 1; }
.match-card-name {
  font-family: var(--font-cond); font-size: 15px; font-weight: 800;
  letter-spacing: .03em; text-transform: uppercase; color: var(--white); text-align: center;
  white-space: nowrap; overflow: hidden; text-overflow: ellipsis; max-width: 100%;
}
.match-card-vs {
  font-family: var(--font-cond); font-size: 11px; font-weight: 700;
  color: rgba(255,255,255,.55); letter-spacing: .08em; text-transform: uppercase;
  align-self: center; margin-top: 30px;
}
.match-card-body { padding: 16px 18px; }
.match-card-meta { display: flex; flex-direction: column; gap: 8px; margin-bottom: 0; }
.match-card-row { display: flex; align-items: center; gap: 10px; font-size: 13px; color: var(--text-body); line-height: 1.35; }
.match-card-row-icon { width: 16px; height: 16px; color: var(--red); flex-shrink: 0; }
.match-card-row strong { font-weight: 700; color: var(--text-dark); }
.match-card-footer {
  display: flex; align-items: center; justify-content: space-between;
  padding: 14px 18px; border-top: 1px solid var(--border-light);
}
.match-card-buy {
  font-size: 14px; font-weight: 600; color: var(--text-dark);
  display: flex; align-items: center; gap: 4px; cursor: pointer; transition: var(--transition);
}
.match-card-buy:hover { color: var(--navy); }
.badge-fast { background: rgba(200,16,46,.1); color: var(--red); font-size: 11px; font-weight: 700; padding: 3px 10px; border-radius: var(--radius-pill); }
.badge-available { background: rgba(22,160,133,.1); color: #16a085; font-size: 11px; font-weight: 700; padding: 3px 10px; border-radius: var(--radius-pill); }
.badge-limited { background: rgba(243,156,18,.1); color: #d68910; font-size: 11px; font-weight: 700; padding: 3px 10px; border-radius: var(--radius-pill); }

/* ─── FILTER TABS (dark) ─────────────────────────────────── */
.filter-tabs { display: flex; gap: 4px; border-bottom: 1px solid rgba(255,255,255,.1); margin-bottom: 24px; }
.filter-tab {
  padding: 10px 18px; font-size: 14px; font-weight: 500; cursor: pointer;
  color: rgba(255,255,255,.4); border-bottom: 2px solid transparent; transition: var(--transition); margin-bottom: -1px;
}
.filter-tab.active { color: var(--white); border-color: var(--red); }

/* ─── SUITES ─────────────────────────────────────────────── */
.suites-banner {
  border-radius: var(--radius-card); overflow: hidden;
  background: var(--purple); display: grid; grid-template-columns: 1fr 1fr; min-height: 320px;
  margin-bottom: 16px;
}
.suites-content { padding: 48px 48px; display: flex; flex-direction: column; justify-content: center; }
.suites-img { overflow: hidden; position: relative; }
.suites-img img { width: 100%; height: 100%; object-fit: cover; }
.suites-img-placeholder {
  width: 100%; height: 100%; background: linear-gradient(135deg, #6b2fa0, #3d0070);
  display: flex; align-items: center; justify-content: center; font-size: 4rem;
}

/* ─── LOUNGE SECTION ─────────────────────────────────────── */
.lounge-section { background: var(--black); color: var(--white); }
.lounge-inner { display: grid; grid-template-columns: 1fr 1fr; gap: 0; align-items: center; }
.lounge-content { padding: 80px 64px 80px 0; }
.lounge-tiers { border-top: 1px solid rgba(255,255,255,.1); margin-top: 32px; }
.lounge-tier {
  padding: 14px 0; border-bottom: 1px solid rgba(255,255,255,.08); font-size: 15px;
  color: rgba(255,255,255,.5); cursor: pointer; transition: var(--transition);
  display: flex; align-items: center; justify-content: space-between;
}
.lounge-tier:hover, .lounge-tier.active { color: var(--white); }
.lounge-photos { display: grid; grid-template-columns: 1fr 1fr; gap: 12px; padding: 40px 0; }
.lounge-photo { border-radius: 12px; overflow: hidden; aspect-ratio: 4/3; background: var(--navy-mid); }
.lounge-photo img { width: 100%; height: 100%; object-fit: cover; }

/* ─── WHY SECTION ────────────────────────────────────────── */
.why-inner { display: grid; grid-template-columns: 1fr 1fr; gap: 80px; align-items: center; }
.why-photo { border-radius: var(--radius-card); overflow: hidden; aspect-ratio: 4/5; background: var(--off-white); }
.why-photo img { width: 100%; height: 100%; object-fit: cover; }
.why-stat { display: flex; gap: 16px; align-items: flex-start; padding: 22px 0; border-top: 1px solid var(--border-light); }
.why-stat:last-child { border-bottom: 1px solid var(--border-light); }
.why-stat-num {
  font-family: var(--font-cond); font-size: 38px; font-weight: 900;
  color: var(--text-dark); line-height: 1; flex-shrink: 0;
  border-left: 4px solid var(--red); padding-left: 14px;
}
.why-stat-text { font-size: 14px; color: var(--text-body); padding-top: 4px; }

/* ─── ADD OFFERINGS ──────────────────────────────────────── */
.add-offering {
  display: grid; grid-template-columns: 1fr 1fr; border: 1px solid var(--border-light);
  border-radius: var(--radius-card); overflow: hidden; margin-bottom: 16px;
}
.add-offering-img { aspect-ratio: 4/3; overflow: hidden; background: var(--off-white); }
.add-offering-img img { width: 100%; height: 100%; object-fit: cover; }
.add-offering-content { padding: 40px; display: flex; flex-direction: column; justify-content: center; }
.add-offering-title {
  font-family: var(--font-cond); font-size: 32px; font-weight: 900;
  text-transform: uppercase; color: var(--text-dark); line-height: 1; margin-bottom: 14px;
}

/* ─── FAQ ────────────────────────────────────────────────── */
.faq-item { border-bottom: 1px solid var(--border-light); }
.faq-header { display: flex; align-items: center; justify-content: space-between; padding: 22px 0; cursor: pointer; gap: 16px; }
.faq-header-text { font-size: 16px; font-weight: 500; color: var(--text-dark); line-height: 1.4; }
.faq-toggle {
  width: 26px; height: 26px; border-radius: 50%; border: 1.5px solid var(--border-light);
  flex-shrink: 0; display: flex; align-items: center; justify-content: center;
  font-size: 18px; color: var(--red); transition: transform .25s; font-weight: 300;
}
.faq-item.open .faq-toggle { transform: rotate(45deg); }
.faq-body { font-size: 14px; color: var(--text-body); line-height: 1.7; max-height: 0; overflow: hidden; transition: max-height .3s ease, padding .3s; }
.faq-body.open { max-height: 320px; padding-bottom: 20px; }

/* ─── FOOTER ─────────────────────────────────────────────── */
.footer { background: var(--black); color: var(--white); padding: 56px 0 28px; }
.footer-top {
  display: grid; grid-template-columns: 180px 1fr auto; gap: 48px;
  padding-bottom: 36px; border-bottom: 1px solid rgba(255,255,255,.08); margin-bottom: 28px;
}
.footer-logo { display: flex; align-items: center; gap: 10px; }
.footer-logo-badge {
  width: 52px; height: 52px; background: rgba(255,255,255,.06); border-radius: 10px;
  display: flex; align-items: center; justify-content: center; font-size: 1.5rem;
}
.footer-links { display: flex; flex-wrap: wrap; gap: 8px 28px; align-content: flex-start; }
.footer-link { font-size: 14px; color: rgba(255,255,255,.45); transition: var(--transition); }
.footer-link:hover { color: var(--white); }
.footer-cta h3 {
  font-family: var(--font-cond); font-size: 20px; font-weight: 900;
  text-transform: uppercase; color: var(--white); line-height: 1.1; margin-bottom: 14px;
}
.footer-social { display: flex; gap: 10px; margin-top: 20px; }
.footer-social-btn {
  width: 34px; height: 34px; border-radius: 50%;
  background: rgba(255,255,255,.07); display: flex; align-items: center; justify-content: center;
  font-size: .8125rem; cursor: pointer; transition: var(--transition); color: rgba(255,255,255,.5);
}
.footer-social-btn:hover { background: rgba(255,255,255,.14); color: var(--white); }
.footer-bottom { font-size: 12px; color: rgba(255,255,255,.3); text-align: center; line-height: 1.6; }
.footer-legal-links { display: flex; flex-wrap: wrap; gap: 4px 14px; justify-content: center; margin-top: 10px; }

/* ─── FUNNEL STEPS ───────────────────────────────────────── */
.funnel-steps {
  display: flex; align-items: center; background: var(--off-white);
  border-radius: var(--radius-pill); padding: 4px; width: fit-content; gap: 0;
}
.funnel-step {
  padding: 8px 18px; border-radius: var(--radius-pill);
  font-size: 13px; font-weight: 500; color: var(--text-muted);
  display: flex; align-items: center; gap: 7px; transition: var(--transition);
}
.funnel-step.active { background: var(--white); color: var(--text-dark); font-weight: 600; box-shadow: 0 1px 4px rgba(0,0,0,.1); }
.funnel-step.done { color: var(--cyan-dark); }
.funnel-step-num {
  width: 19px; height: 19px; border-radius: 50%; font-size: 10px; font-weight: 700;
  display: flex; align-items: center; justify-content: center;
  background: var(--border-light); color: var(--text-muted); flex-shrink: 0;
}
.funnel-step.active .funnel-step-num { background: var(--navy); color: var(--white); }
.funnel-step.done .funnel-step-num { background: var(--cyan); color: var(--black); }

/* ─── HOSPITALITY TIERS ──────────────────────────────────── */
.hosp-tiers { display: flex; flex-direction: column; gap: 10px; }
.hosp-tier-card {
  background: var(--white); border: 2px solid var(--border-light);
  border-radius: var(--radius-card); overflow: hidden; cursor: pointer; transition: var(--transition);
}
.hosp-tier-card.selected { border-color: var(--cyan); box-shadow: 0 0 0 1px var(--cyan); }
.hosp-tier-header { padding: 18px 24px; display: flex; align-items: center; justify-content: space-between; gap: 12px; }
.hosp-tier-name {
  font-family: var(--font-cond); font-size: 20px; font-weight: 800;
  text-transform: uppercase; color: var(--text-dark);
}
.hosp-tier-price {
  font-family: var(--font-cond); font-size: 24px; font-weight: 900; color: var(--navy); text-align: right;
}
.hosp-tier-price small { display: block; font-size: 11px; font-weight: 500; color: var(--text-muted); font-family: var(--font-sans); }
.hosp-tier-body { padding: 0 24px; max-height: 0; overflow: hidden; transition: max-height .3s ease, padding .3s; border-top: 0 solid var(--border-light); }
.hosp-tier-card.selected .hosp-tier-body { max-height: 400px; padding: 18px 24px; border-top: 1px solid var(--border-light); }

/* ─── SEAT CARDS ─────────────────────────────────────────── */
.seat-grid { display: grid; grid-template-columns: repeat(auto-fill, minmax(200px, 1fr)); gap: 10px; }
.seat-card {
  background: var(--white); border: 2px solid var(--border-light);
  border-radius: var(--radius-card); padding: 18px; cursor: pointer; transition: var(--transition);
}
.seat-card.selected { border-color: var(--cyan); background: rgba(61,217,214,.04); }
.seat-card:hover { border-color: var(--cyan); }
.seat-name { font-family: var(--font-cond); font-size: 16px; font-weight: 800; text-transform: uppercase; color: var(--text-dark); margin-bottom: 3px; }
.seat-section { font-size: 12px; color: var(--text-muted); margin-bottom: 10px; }
.seat-price { font-family: var(--font-cond); font-size: 20px; font-weight: 900; color: var(--navy); }
.seat-card-dist { font-family: var(--font-cond); font-size: 11px; font-weight: 700; text-transform: uppercase; letter-spacing: .08em; color: var(--cyan); margin-bottom: 6px; }
.seat-card-name { font-family: var(--font-cond); font-size: 18px; font-weight: 800; text-transform: uppercase; color: var(--text-dark); margin-bottom: 4px; }
.seat-card-desc { font-size: 13px; color: var(--text-muted); line-height: 1.4; }

/* ─── ORDER SUMMARY ──────────────────────────────────────── */
.order-summary { background: var(--off-white); border-radius: var(--radius-card); padding: 24px; position: sticky; top: 88px; }
.order-summary-title {
  font-family: var(--font-cond); font-size: 17px; font-weight: 800; text-transform: uppercase;
  color: var(--text-dark); margin-bottom: 18px; padding-bottom: 14px; border-bottom: 1px solid var(--border-light);
}
.order-line { display: flex; justify-content: space-between; align-items: flex-start; font-size: 14px; margin-bottom: 8px; gap: 10px; }
.order-line-label { color: var(--text-muted); }
.order-line-val { font-weight: 500; color: var(--text-dark); text-align: right; }
.order-divider { border: none; border-top: 1px solid var(--border-light); margin: 12px 0; }
.order-total { display: flex; justify-content: space-between; align-items: center; padding-top: 12px; border-top: 2px solid var(--text-dark); }
.order-total-label { font-weight: 700; font-size: 14px; color: var(--text-dark); }
.order-total-price { font-family: var(--font-cond); font-size: 26px; font-weight: 900; color: var(--navy); }

/* ─── CHECKOUT FORM ──────────────────────────────────────── */
.form-section { background: var(--white); border: 1px solid var(--border-light); border-radius: var(--radius-card); padding: 28px; margin-bottom: 16px; }
.form-section-title {
  font-family: var(--font-cond); font-size: 17px; font-weight: 800; text-transform: uppercase;
  color: var(--text-dark); margin-bottom: 20px; padding-bottom: 14px; border-bottom: 1px solid var(--border-light);
  display: flex; align-items: center; gap: 8px;
}
.form-group { margin-bottom: 14px; }
.form-label { display: block; font-size: 12px; font-weight: 600; color: var(--text-body); margin-bottom: 5px; text-transform: uppercase; letter-spacing: .04em; }
.form-input {
  width: 100%; background: var(--off-white); border: 1.5px solid var(--border-light);
  border-radius: var(--radius-sm); padding: 11px 14px; color: var(--text-dark);
  font-size: 15px; font-family: var(--font-sans); outline: none; transition: var(--transition);
}
.form-input:focus { border-color: var(--navy); background: var(--white); }
.form-input::placeholder { color: var(--text-faint); }
.form-row { display: grid; grid-template-columns: 1fr 1fr; gap: 14px; }
.checkout-layout { display: grid; grid-template-columns: 1fr 360px; gap: 40px; align-items: start; }

/* ─── FILTER BAR ─────────────────────────────────────────── */
.filter-bar { background: var(--white); border-bottom: 1px solid var(--border-light); padding: 14px 0; position: sticky; top: 72px; z-index: 90; }
.filter-bar-inner { display: flex; align-items: center; gap: 10px; flex-wrap: wrap; }
.filter-select {
  background: var(--off-white); border: 1.5px solid var(--border-light);
  border-radius: var(--radius-pill); padding: 8px 14px; font-size: 13px; font-weight: 500;
  color: var(--text-dark); cursor: pointer; outline: none; -webkit-appearance: none; appearance: none; transition: var(--transition);
}
.filter-select:focus { border-color: var(--navy); }
.filter-count { font-size: 14px; font-weight: 500; color: var(--text-muted); margin-left: auto; }
.filter-clear { font-size: 13px; font-weight: 600; color: var(--red); cursor: pointer; background: none; border: none; padding: 0; }

/* ─── LISTING GRID ───────────────────────────────────────── */
.listing-grid { display: grid; grid-template-columns: repeat(auto-fill, minmax(290px, 1fr)); gap: 20px; }
.listing-card {
  background: var(--white); border: 1.5px solid var(--border-light);
  border-radius: var(--radius-card); overflow: hidden; cursor: pointer; transition: var(--transition);
}
.listing-card:hover { box-shadow: var(--shadow-hover); border-color: transparent; transform: translateY(-2px); }
.listing-card-top { background: var(--navy); padding: 22px 20px; display: flex; align-items: center; justify-content: space-between; gap: 10px; }
.listing-card-teams { display: flex; align-items: center; gap: 14px; flex: 1; }
.listing-card-team { text-align: center; flex: 1; }
.listing-card-flag { font-size: 2rem; margin-bottom: 5px; }
.listing-card-tname { font-family: var(--font-cond); font-size: 13px; font-weight: 800; text-transform: uppercase; color: var(--white); letter-spacing: .02em; }
.listing-card-vs { font-family: var(--font-cond); font-size: 11px; font-weight: 700; color: rgba(255,255,255,.35); letter-spacing: .08em; }
.listing-card-body { padding: 14px 18px; }
.listing-card-stage { font-family: var(--font-cond); font-size: 11px; font-weight: 700; text-transform: uppercase; letter-spacing: .08em; color: var(--text-muted); margin-bottom: 8px; display: flex; align-items: center; justify-content: space-between; }
.listing-card-info { display: flex; flex-direction: column; gap: 4px; }
.listing-card-row { display: flex; align-items: center; gap: 7px; font-size: 13px; color: var(--text-body); }
.listing-card-row-icon { color: var(--red); font-size: .8rem; }
.listing-card-footer { display: flex; align-items: center; justify-content: space-between; padding: 12px 18px; border-top: 1px solid var(--border-light); }
.listing-card-price-label { font-size: 11px; color: var(--text-muted); text-transform: uppercase; letter-spacing: .05em; }
.listing-card-price { font-family: var(--font-cond); font-size: 22px; font-weight: 900; color: var(--navy); }

/* ─── PAGE HERO ──────────────────────────────────────────── */
.page-hero { background: var(--navy); padding: 72px 0 56px; color: var(--white); }
.page-hero-eyebrow { font-family: var(--font-cond); font-size: 13px; font-weight: 700; text-transform: uppercase; letter-spacing: .1em; color: var(--cyan); margin-bottom: 10px; }
.page-hero-title { font-family: var(--font-cond); font-size: clamp(36px, 5vw, 64px); font-weight: 900; text-transform: uppercase; line-height: .95; color: var(--white); margin-bottom: 14px; }
.page-hero-sub { font-size: 16px; color: rgba(255,255,255,.6); max-width: 520px; }

/* ─── BREADCRUMB ─────────────────────────────────────────── */
.breadcrumb { display: flex; align-items: center; gap: 8px; font-size: 13px; color: rgba(255,255,255,.4); margin-bottom: 18px; }
.breadcrumb a { color: rgba(255,255,255,.4); transition: var(--transition); }
.breadcrumb a:hover { color: rgba(255,255,255,.75); }
.breadcrumb-sep { color: rgba(255,255,255,.2); }
.breadcrumb-item.active { color: rgba(255,255,255,.7); }

/* ─── PROCESSING ─────────────────────────────────────────── */
.processing-screen { min-height: 100vh; display: flex; flex-direction: column; align-items: center; justify-content: center; background: var(--navy); gap: 32px; padding: 40px; text-align: center; }

/* ─── SUCCESS ────────────────────────────────────────────── */
.success-screen { min-height: calc(100vh - 72px); background: var(--black); padding: 80px 40px; }
.success-badge {
  width: 72px; height: 72px; border-radius: 50%; background: rgba(61,217,214,.12); border: 2px solid var(--cyan);
  display: flex; align-items: center; justify-content: center; font-size: 2rem; margin: 0 auto 24px;
  animation: successPop .5s cubic-bezier(.34,1.56,.64,1) both;
}
@keyframes successPop { 0%{transform:scale(0)} 60%{transform:scale(1.2)} 100%{transform:scale(1)} }
.ticket-card { background: var(--navy-card); border: 1px solid rgba(61,217,214,.2); border-radius: var(--radius-card); overflow: hidden; }
.ticket-header { padding: 24px 28px; border-bottom: 2px dashed rgba(61,217,214,.2); background: rgba(61,217,214,.04); }
.ticket-body { padding: 24px 28px; }
.ticket-row { display: flex; justify-content: space-between; align-items: flex-start; gap: 20px; margin-bottom: 14px; }
.ticket-label { font-size: 11px; text-transform: uppercase; letter-spacing: .08em; color: rgba(255,255,255,.4); margin-bottom: 3px; }
.ticket-value { font-size: 14px; color: var(--white); font-weight: 500; }

/* ─── BADGES ─────────────────────────────────────────────── */
.badge {
  display: inline-flex; align-items: center; gap: 4px;
  padding: 3px 10px; border-radius: var(--radius-pill);
  font-family: var(--font-cond); font-size: 11px; font-weight: 700;
  text-transform: uppercase; letter-spacing: .06em; white-space: nowrap;
}
.badge-gold { background: rgba(61,217,214,.1); border: 1px solid rgba(61,217,214,.3); color: var(--cyan-dark); }
.badge-stage { background: var(--off-white); border: 1px solid var(--border-light); color: var(--text-muted); padding: 3px 10px; border-radius: var(--radius-pill); font-family: var(--font-cond); font-size: 11px; font-weight: 700; text-transform: uppercase; letter-spacing: .06em; }
.badge-limited { background: rgba(200,16,46,.08); border: 1px solid rgba(200,16,46,.25); color: var(--red); }
.badge-going-fast { background: rgba(245,158,11,.08); border: 1px solid rgba(245,158,11,.3); color: #b45309; }
.badge-available { background: rgba(22,163,74,.08); border: 1px solid rgba(22,163,74,.3); color: var(--green-status); }
.badge-safe { background: var(--navy); color: var(--white); }

/* ─── MATCH CARD (listing) ───────────────────────────────── */
.match-card {
  background: var(--white); border: 1.5px solid var(--border-light);
  border-radius: var(--radius-card); overflow: hidden; cursor: pointer;
  transition: var(--transition); display: flex; flex-direction: column;
}
.match-card:hover { box-shadow: var(--shadow-hover); transform: translateY(-2px); border-color: transparent; }
.match-card-header {
  padding: 12px 18px; display: flex; justify-content: space-between;
  align-items: center; border-bottom: 1px solid var(--border-light);
}
.match-card-body { padding: 18px; flex: 1; }
.match-teams { display: flex; align-items: center; justify-content: space-around; margin-bottom: 14px; }
.match-team { text-align: center; flex: 1; }
.match-team-flag { font-size: 2rem; margin-bottom: 4px; }
.match-team-name { font-family: var(--font-cond); font-size: 13px; font-weight: 800; text-transform: uppercase; color: var(--text-dark); }
.match-vs { font-family: var(--font-cond); font-size: 11px; font-weight: 700; color: var(--text-faint); letter-spacing: .08em; padding: 0 10px; }
.match-meta { display: flex; flex-direction: column; gap: 4px; }
.match-meta-item { font-size: 12px; color: var(--text-muted); display: flex; align-items: center; gap: 6px; }
.match-card-footer {
  padding: 12px 18px; border-top: 1px solid var(--border-light);
  display: flex; align-items: center; justify-content: space-between;
}
.match-price-from { font-size: 10px; text-transform: uppercase; letter-spacing: .06em; color: var(--text-faint); }
.match-price { font-family: var(--font-cond); font-size: 20px; font-weight: 900; color: var(--navy); line-height: 1; }

/* ─── BREADCRUMB OVERRIDE (for light bg) ─────────────────── */
.page-hero .breadcrumb, .match-hero-banner .breadcrumb { color: rgba(255,255,255,.4); }

/* ─── CHECKOUT FORM HELPERS ──────────────────────────────── */
.checkout-form-section {
  background: var(--white); border: 1px solid var(--border-light);
  border-radius: var(--radius-card); padding: 28px; margin-bottom: 16px;
}
.checkout-form-title {
  font-family: var(--font-cond); font-size: 17px; font-weight: 800; text-transform: uppercase;
  color: var(--text-dark); margin-bottom: 20px; padding-bottom: 14px;
  border-bottom: 1px solid var(--border-light);
  display: flex; align-items: center; gap: 10px;
}
.card-input-wrap { position: relative; }
.card-icons { position: absolute; right: 14px; top: 50%; transform: translateY(-50%); display: flex; gap: 6px; align-items: center; pointer-events: none; }
.order-summary-header { padding-bottom: 14px; border-bottom: 1px solid var(--border-light); margin-bottom: 14px; }
.order-summary-body {}
.order-line-value { font-weight: 500; color: var(--text-dark); text-align: right; }
.order-total-line { display: flex; justify-content: space-between; align-items: center; padding-top: 14px; border-top: 2px solid var(--text-dark); margin-top: 12px; }
.order-total-label { font-weight: 700; font-size: 14px; color: var(--text-dark); }
.order-total-value { font-family: var(--font-cond); font-size: 24px; font-weight: 900; color: var(--navy); }
.secure-badge { display: flex; align-items: center; justify-content: center; gap: 6px; font-size: 12px; color: var(--text-muted); margin-top: 14px; padding-top: 14px; border-top: 1px solid var(--border-light); }
.divider { border: none; border-top: 1px solid var(--border-light); margin: 12px 0; }
.divider-gold { border-top: 1px solid var(--border-light); }
.inclusions-list { display: flex; flex-direction: column; gap: 6px; }
.inclusion-item { display: flex; align-items: flex-start; gap: 8px; font-size: 12px; color: var(--text-body); }
.inclusion-check { color: var(--cyan); font-weight: 700; flex-shrink: 0; }

/* ─── QTY SELECTOR ───────────────────────────────────────── */
.qty-selector { display: inline-flex; align-items: center; border: 1px solid var(--border-light); border-radius: var(--radius-pill); background: var(--white); overflow: hidden; }
.qty-btn { width: 36px; height: 36px; background: none; border: none; font-size: 16px; font-weight: 600; color: var(--text-dark); cursor: pointer; transition: var(--transition); }
.qty-btn:hover:not(:disabled) { background: var(--off-white); }
.qty-btn:disabled { color: var(--text-faint); cursor: not-allowed; }
.qty-value { padding: 0 12px; font-weight: 600; color: var(--text-dark); min-width: 28px; text-align: center; }

/* ─── TYPOGRAPHY LEGACY ──────────────────────────────────── */
.t-h1 { font-family: var(--font-cond); font-size: clamp(28px,3vw,36px); font-weight: 900; text-transform: uppercase; color: var(--text-dark); line-height: 1.05; }
.t-h2 { font-family: var(--font-cond); font-size: clamp(22px,2.5vw,28px); font-weight: 800; text-transform: uppercase; color: var(--text-dark); }
.mt-1 { margin-top: 6px; }

/* ─── SUCCESS DETAILS ────────────────────────────────────── */
.success-detail-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 18px; }
.success-detail-item label { display: block; font-size: 11px; text-transform: uppercase; letter-spacing: .08em; color: rgba(255,255,255,.4); margin-bottom: 4px; }
.success-detail-item span { font-size: 15px; color: var(--white); font-weight: 500; }
.success-card { color: var(--white); }

/* ─── TOAST ──────────────────────────────────────────────── */
.toast { position: fixed; bottom: 24px; right: 24px; z-index: 999; background: var(--text-dark); color: var(--white); padding: 12px 18px; border-radius: var(--radius-sm); font-size: 14px; font-weight: 500; box-shadow: 0 8px 32px rgba(0,0,0,.25); animation: toastIn .3s ease; max-width: 300px; }
@keyframes toastIn { from{transform:translateX(120%);opacity:0} to{transform:translateX(0);opacity:1} }

/* ─── UTILITIES ──────────────────────────────────────────── */
.mb-1{margin-bottom:8px} .mb-2{margin-bottom:16px} .mb-3{margin-bottom:24px} .mb-4{margin-bottom:32px}
.mb-6{margin-bottom:48px} .mt-2{margin-top:16px} .mt-4{margin-top:32px}
.text-white{color:var(--white)} .text-cyan{color:var(--cyan)} .text-muted{color:var(--text-muted)}
.text-navy{color:var(--navy)} .text-red{color:var(--red)}
.flex{display:flex} .flex-center{display:flex;align-items:center;justify-content:center}
.gap-2{gap:8px} .gap-3{gap:12px} .gap-4{gap:16px} .w-full{width:100%} .hidden{display:none!important}
.badge-confirmed { background:rgba(22,163,74,.1); color:#16a34a; font-size:11px; font-weight:700; padding:4px 12px; border-radius:var(--radius-pill); letter-spacing:.04em; text-transform:uppercase; }
.filter-select-dark { background:rgba(255,255,255,.08); border:1px solid rgba(255,255,255,.15); color:var(--white); }

/* ─── RESPONSIVE ─────────────────────────────────────────────
   Three tiers, one URL, one desktop markup:
   • >1024px  — desktop (unchanged)
   • 769–1024 — iPad / tablet: condensed but still multi-column
   • ≤768px   — phone: single-column, hamburger nav
   ──────────────────────────────────────────────────────────── */

/* iPad / tablet tier — keep multi-column where it makes sense,
   just tighten paddings and drop 3-col to 2-col. */
@media (max-width:1024px) {
  .container,.container-sm{padding:0 28px}
  .section{padding:64px 0}
  .hero{padding:64px 28px 80px}
  .offerings-grid{grid-template-columns:repeat(2,1fr);gap:14px}
  .checkout-layout{grid-template-columns:1fr}
  .why-inner{grid-template-columns:1fr;gap:40px}
  .lounge-inner{grid-template-columns:1fr}
  .suites-banner{grid-template-columns:1fr}
  .add-offering{grid-template-columns:1fr}
  .hero-photo-tl{width:160px;height:200px}
  .hero-photo-bl{width:140px;height:160px;left:28px}
  .hero-photo-tr{width:160px;height:150px;right:28px}
  .hero-photo-br{width:140px;height:170px;right:28px}
  .hero-content{max-width:600px}
  .hero-title{font-size:clamp(52px,7vw,86px)}
  .footer-top{grid-template-columns:repeat(2,1fr)}
}

/* Phone tier — single column, stacked CTAs. The hamburger nav,
   hero reflow, match-row stacking, etc. live in dedicated blocks
   below (triggered at ≤960 for nav and ≤768 for content). */
@media (max-width:768px) {
  .container,.container-sm{padding:0 20px}
  .section{padding:56px 0}
  .hero{padding:56px 20px 64px}
  .city-scroll,.team-scroll,.browse-header{padding-left:20px}
  .offerings-grid{grid-template-columns:1fr;gap:12px}
  .footer-top{grid-template-columns:1fr}
}

/* ─── RESPONSIVE NAV (hamburger + drawer) ─────────────────
   Desktop markup is preserved. On ≤960px we hide the inline
   nav items and expose a burger button which slides open a
   drawer that contains the same items, stacked. No redirect,
   no separate mobile design — just compaction.
   ──────────────────────────────────────────────────────── */
.nav-burger{display:none;width:40px;height:40px;padding:0;margin-left:auto;background:transparent;border:none;cursor:pointer;flex-direction:column;align-items:center;justify-content:center;gap:5px;flex-shrink:0}
.nav-burger-bar{display:block;width:22px;height:2px;background:var(--text-dark);border-radius:2px;transition:transform .2s ease, opacity .2s ease}
.nav-backdrop{display:none;position:fixed;inset:0;background:rgba(10,10,10,.45);z-index:calc(var(--z-nav) - 1);opacity:0;transition:opacity .2s ease;pointer-events:none}
body.nav-open-lock{overflow:hidden}
body.nav-open-lock .nav-backdrop{display:block;opacity:1;pointer-events:auto}
.nav.nav-open .nav-burger-bar:nth-child(1){transform:translateY(7px) rotate(45deg)}
.nav.nav-open .nav-burger-bar:nth-child(2){opacity:0}
.nav.nav-open .nav-burger-bar:nth-child(3){transform:translateY(-7px) rotate(-45deg)}

@media (max-width:960px){
  .nav{height:64px}
  .nav-inner{padding:0 20px;gap:10px}
  .nav-logo-badge,.nav-logo-badge img{height:44px;width:27px}
  .nav-logo-wordmark,.nav-logo-wordmark img{height:18px;width:112px}
  .nav-country{font-size:0;padding:0}
  .nav-country img{width:22px;height:15px}
  .nav-burger{display:flex}
  /* Three drawer groups: primary links, schedule, right-side auth.
     Hide by default on mobile, surface when .nav has .nav-open. */
  .nav-links,.nav-schedule,.nav-right{display:none}
  .nav.nav-open .nav-links,
  .nav.nav-open .nav-schedule,
  .nav.nav-open .nav-right{
    display:flex;
    position:fixed;left:0;right:0;width:100%;
    background:var(--white);
    z-index:var(--z-nav);
  }
  .nav.nav-open .nav-links{
    top:64px;max-height:calc(100vh - 64px - 160px);overflow-y:auto;
    flex-direction:column;align-items:stretch;gap:0;
    padding:8px 0;border-bottom:1px solid var(--border-light);
  }
  .nav.nav-open .nav-link{
    padding:14px 24px;font-size:16px;
    border-bottom:1px solid var(--border-light);
    justify-content:flex-start;
  }
  .nav.nav-open .nav-link:last-child{border-bottom:none}
  .nav.nav-open .nav-schedule{
    top:auto;bottom:84px;height:auto;
    padding:14px 24px;font-size:15px;border:none;border-radius:0;
    border-top:1px solid var(--border-light);
    justify-content:flex-start;
  }
  .nav.nav-open .nav-right{
    top:auto;bottom:0;
    padding:14px 20px;gap:16px;margin:0;
    border-top:1px solid var(--border-light);
    justify-content:space-between;align-items:center;
    flex-wrap:wrap;
  }
  /* Hide decorative sponsor logo inside the drawer so the language
     switcher and Log In link always have room on narrow phones. */
  .nav.nav-open .nav-right .nav-visa{display:none}
  .nav.nav-open .nav-right .nav-lang,
  .nav.nav-open .nav-right .nav-login{flex-shrink:0}
  .page-top{padding-top:64px}
}

/* ─── RESPONSIVE HERO ────────────────────────────────────
   Keep visual identity (navy, countdown, big headline, CTAs)
   but suppress the four corner photos (they overlap content
   at narrow widths) and shrink type.
   ──────────────────────────────────────────────────────── */
@media (max-width:768px){
  .hero{min-height:auto;padding:48px 20px 56px}
  /* Corner-absolute photos don't work on narrow viewports — reflow
     them into a horizontal strip under the CTAs so they stay visible. */
  .hero-photos{
    position:static;display:grid;grid-template-columns:repeat(4,1fr);
    gap:8px;margin-top:28px;pointer-events:auto;
  }
  .hero-photo{position:static !important;width:auto !important;height:90px !important;
    top:auto !important;left:auto !important;right:auto !important;bottom:auto !important;
    border-radius:10px}
  .hero-photo img{opacity:1}
  .hero-blob-1{width:400px;height:400px;top:-120px;right:-120px}
  .hero-blob-2{width:300px;height:300px;bottom:-80px;left:-80px}
  .hero-countdown{gap:18px;margin-bottom:20px}
  .hero-count-num{font-size:28px}
  .hero-count-label{font-size:10px}
  .hero-title{font-size:clamp(40px,11vw,64px);margin-bottom:18px}
  .hero-sub{font-size:15px;margin-bottom:24px}
  .hero-btns{flex-direction:column;align-items:stretch;width:100%;max-width:320px;margin:0 auto}
  .hero-btns .btn{width:100%;justify-content:center}
}
@media (max-width:480px){
  .hero-countdown{gap:12px}
  .hero-count-num{font-size:24px}
  .browse-header{padding:0 20px;flex-wrap:wrap;gap:12px}
  .city-card{flex:0 0 140px;height:60px;min-height:60px;max-height:60px}
  .city-card-name{font-size:13px}
  .team-card{width:140px;height:140px;padding:14px 10px;gap:8px}
  .team-card-flag,.team-card-flag-emoji{width:60px;height:40px;font-size:32px}
  .team-card-name{font-size:14px}
  .team-card-code{font-size:16px}
}

/* ─── RESPONSIVE MATCH ROW (listing) ─────────────────────
   The desktop .match-row is a 4-column flex (indicator +
   number + 3-col content + action). On narrow widths stack
   content vertically and let the action button go full-width.
   Classes are defined inline in the listing page but we can
   target them globally.
   ──────────────────────────────────────────────────────── */
@media (max-width:768px){
  .match-row{flex-wrap:wrap;padding:16px 16px 16px 20px !important;gap:10px !important}
  .match-row .mr-number{width:48px !important;font-size:22px !important;flex-shrink:0}
  .match-row .mr-content{grid-template-columns:1fr !important;gap:6px !important;width:100%;order:3;flex:1 1 100%}
  .match-row .mr-action{width:100% !important;order:4;flex:1 1 100%;margin-top:4px}
  .match-row .mr-action .btn{width:100%}
  .match-row .mr-indicator{width:4px !important}
}

/* ─── RESPONSIVE MATCH-DETAIL HERO ───────────────────────
   The "match-hero" / "match-hero-banner" at top of single
   match detail uses large flag chips + two big team blocks
   on desktop. Compact on mobile but keep the layout idea.
   ──────────────────────────────────────────────────────── */
@media (max-width:768px){
  .match-hero-banner{padding:24px 20px !important}
  .match-hero-banner .teams,
  .match-hero-banner .match-teams{gap:16px !important;flex-wrap:wrap}
  .match-hero-banner .team-flag,
  .match-hero-banner .flag-chip{width:56px !important;height:56px !important}
  .match-hero-banner .team-name{font-size:20px !important}
  .match-hero-banner .vs-label{font-size:16px !important}
  .tier-hero,.tier-hero-image{max-height:240px !important}
}

/* ─── GENERAL LAYOUT COMPACTION ──────────────────────────
   Stack previously 2- and 3-col layouts, tighten paddings.
   ──────────────────────────────────────────────────────── */
@media (max-width:768px){
  .section-header{flex-direction:column;align-items:flex-start;gap:12px;margin-bottom:24px}
  .section-steps{font-size:12px}
  .offerings-grid{grid-template-columns:1fr;gap:12px}
  .offering-card{padding:24px 20px}
  .checkout-layout,.why-inner,.lounge-inner,.suites-banner,.add-offering{grid-template-columns:1fr !important}
  .trust-bar{padding:20px}
  .trust-bar p{font-size:13px}
}
@media (max-width:480px){
  .container,.container-sm{padding:0 16px}
  .section{padding:40px 0}
  .section-sm{padding:32px 0}
  .btn{padding:11px 20px;font-size:14px}
  .btn-lg{padding:14px 24px;font-size:15px}
}

/* Never let anything cause a horizontal scroll on mobile */
@media (max-width:768px){
  html,body{max-width:100vw;overflow-x:hidden}
}

/* ─── PAGE-SPECIFIC RESPONSIVE OVERRIDES ─────────────────────
   Many desktop pages ship an inline <style> block with grids
   that don't adapt. Rather than edit each page, we override
   here. !important is needed because inline <style> comes
   after this file in the cascade and has equal specificity.
   ──────────────────────────────────────────────────────── */

/* single-match-listing — FIFA 40-col schedule grid (.ms-grid) */
@media (max-width:1024px){
  .ms-wrap,.ms-scroll{overflow-x:auto;-webkit-overflow-scrolling:touch}
  .ms-grid{min-width:max-content}
}
@media (max-width:768px){
  .ms-filters,.ms-toolbar{flex-wrap:wrap !important;gap:8px !important}
  .ms-filters > *,.ms-toolbar > *{flex:1 1 auto;min-width:0}
  .ms-sidebar,.ms-main{width:100% !important}
}

/* single-match-detail — tier-main / kd-grid / am-grid
   (page already handles ≤960 and ≤520; add tablet + spacing). */
@media (max-width:1024px){
  .tier-main{gap:24px !important}
  .tier-tabs{flex-wrap:wrap;gap:8px}
}
@media (max-width:768px){
  .tier-tabs{overflow-x:auto;flex-wrap:nowrap;-webkit-overflow-scrolling:touch;margin:0 -20px;padding:0 20px}
  .tier-tab{flex-shrink:0}
}

/* checkout — .co-grid (main) + .co-row (2-col) + .co-row-3 (3-col) */
@media (max-width:1024px){
  .co-grid{grid-template-columns:1fr !important;gap:24px !important}
  .co-row-3{grid-template-columns:repeat(2,1fr) !important}
  .co-sidebar,.co-summary{position:static !important;top:auto !important}
}
@media (max-width:768px){
  .co-row,.co-row-3{grid-template-columns:1fr !important;gap:12px !important}
  .co-step{padding:20px !important}
}

/* order + any page using inline grid-template-columns — attribute
   match so we don't need to edit the markup. */
@media (max-width:768px){
  [style*="grid-template-columns:1fr 1fr"],
  [style*="grid-template-columns: 1fr 1fr"],
  [style*="grid-template-columns:repeat(2"],
  [style*="grid-template-columns: repeat(2"],
  [style*="grid-template-columns:repeat(3"],
  [style*="grid-template-columns: repeat(3"],
  [style*="grid-template-columns:repeat(4"],
  [style*="grid-template-columns: repeat(4"]{
    grid-template-columns:1fr !important;
  }
}
@media (min-width:769px) and (max-width:1024px){
  [style*="grid-template-columns:repeat(3"],
  [style*="grid-template-columns: repeat(3"],
  [style*="grid-template-columns:repeat(4"],
  [style*="grid-template-columns: repeat(4"]{
    grid-template-columns:repeat(2,1fr) !important;
  }
}

/* venue-series + suites — `1fr 420px` sidebar grids */
@media (max-width:1024px){
  .vs-layout,.vs-hero-layout,.suite-layout,.suite-hero-layout,
  [class*="layout"][style*="420px"]{
    grid-template-columns:1fr !important;
    gap:24px !important;
  }
  .vs-sidebar,.suite-sidebar{position:static !important;top:auto !important}
}

/* fan-zone — .fz-step-bar 3-col */
@media (max-width:768px){
  .fz-step-bar{grid-template-columns:1fr !important;gap:10px !important}
  .fz-tier-grid{grid-template-columns:1fr !important}
  .fz-cta-row{flex-direction:column !important;align-items:stretch !important}
  .fz-cta-row .btn{width:100%}
}
@media (max-width:1024px){
  .fz-tier-grid{grid-template-columns:repeat(2,1fr) !important}
}

/* follow-my-team — team picker uses .grid-3 / flex cards */
@media (max-width:1024px){
  .grid-3{grid-template-columns:repeat(2,1fr) !important}
  .team-picker,.fmt-teams{grid-template-columns:repeat(3,1fr) !important}
}
@media (max-width:768px){
  .grid-3{grid-template-columns:1fr !important}
  .team-picker,.fmt-teams{grid-template-columns:repeat(2,1fr) !important;gap:10px !important}
  .team-card{padding:12px !important}
  .team-flag-lg{font-size:40px !important}
}

/* multi-match — mm-match-row flex */
@media (max-width:768px){
  .mm-match-row{flex-wrap:wrap !important;gap:10px !important;padding:14px !important}
  .mm-match-row > *{min-width:0}
  .mm-cart,.mm-summary{position:static !important}
}

/* compare-hospitalities — fixed-width label column + wide table */
@media (max-width:1024px){
  .cmp-wrap,.compare-wrap{overflow-x:auto;-webkit-overflow-scrolling:touch}
  .cmp-table,.compare-table{min-width:780px}
  .cmp-row-label{width:160px !important;min-width:160px !important}
}

/* processing / success / demo-stub — centred flex, mostly fine,
   just tighten paddings. */
@media (max-width:768px){
  .ok-wrap,.proc-wrap,.stub-wrap{padding:24px 20px !important}
  .ok-card,.proc-card{padding:24px !important}
}

/* account pages — account.css has its own @media at 1080/820.
   Just add phone-tier polish + fix the sticky sidebar on tablet. */
@media (max-width:1024px){
  .acct-sidebar{position:static !important;top:auto !important}
  .acct-shell{padding:100px 24px 60px !important}
}
@media (max-width:768px){
  .acct-shell{padding:84px 16px 48px !important}
  .acct-card,.acct-ticket{padding:18px !important}
  .acct-dl{grid-template-columns:1fr !important;gap:12px !important}
  .acct-featured{grid-template-columns:1fr !important;gap:20px !important}
  .acct-ticket{grid-template-columns:80px 1fr !important;gap:12px !important}
  .acct-ticket-actions{grid-column:1/-1}
  .qr-holder,.qr-image{max-width:260px !important;max-height:260px !important;margin:0 auto}
  .qr-card{padding:24px 20px !important}
}

/* Utility: any 2-col or 3-col grid not covered above falls back
   to single column on phone. Conservative — only when class
   signals grid layout. */
@media (max-width:768px){
  [class$="-2col"],[class$="-3col"],
  [class*="-2col "],[class*="-3col "]{
    grid-template-columns:1fr !important;
  }
}

/* ─── i18n / RTL (W3C + Apple HIG conventions) ─────────────
 * Arabic: <html dir="rtl"> flips layout. Numbers / dates /
 * currency are wrapped in dir="ltr" inside RTL so they don't
 * get reordered. Flags, logos, photos are NOT mirrored.
 * ──────────────────────────────────────────────────────── */

/* Arabic typography: fall back to system Arabic faces */
html[lang="ar"], html[lang="ar"] body {
  font-family: "SF Arabic", "Geeza Pro", "Noto Naskh Arabic", "Arabic UI Text", Inter, system-ui, sans-serif;
}
html[lang="ar"] .nav-logo-wordmark,
html[lang="ar"] .nav-visa {
  direction: ltr; /* brand lockups keep their original orientation */
}

/* Numeric / currency / date isolation inside RTL */
html[dir="rtl"] [data-ltr],
html[dir="rtl"] [dir="ltr"] { unicode-bidi: isolate; }

/* Reserve space on both sides so the fixed FAB (right) and
   language switcher (left) don't cover page content. */
body { padding-bottom: 0; }

/* Mirror navigation chevrons in RTL — but ONLY those
   expressing direction. The caret (▾) is bidi-neutral. */
html[dir="rtl"] .nav-logo-badge img,
html[dir="rtl"] .nav-country img,
html[dir="rtl"] img { /* leave all photos / flags alone */ }

/* Generic: a utility to flip an arrow/chevron icon in RTL */
html[dir="rtl"] .flip-on-rtl { transform: scaleX(-1); }

/* Mirror directional arrow glyphs in RTL — NOT flags/photos/™ etc. */
[dir="rtl"] .nav-chevron,
[dir="rtl"] .acct-tile-arrow,
[dir="rtl"] .btn-arrow,
[dir="rtl"] .lounge-tier span,
[dir="rtl"] .match-card-buy span,
[dir="rtl"] .arrow-right { transform: scaleX(-1); display: inline-block; }
