/* ============================================================
   TiketNow Live × Portugal vs Nigeria — Broadcast Sports design
   ============================================================ */
*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }

:root {
  --pt-red:    #c8102e;
  --pt-red-dk: #8e0a20;
  --brown:     #8b4513;
  --brown-dk:  #5d2f0c;
  --brown-soft: #f0e4d4;
  --pt-green:  #046a38;
  --pt-green-dk: #034024;
  --ng-green:  #008751;
  --ng-green-dk: #00603a;
  --gold:      #d4a017;
  --ink:       #14151b;
  --ink-2:     #232532;
  --paper:     #fdfbf6;
  --paper-2:   #f2efe8;
  --muted:     #6b7280;
  --muted-2:   #9ca3af;
  --line:      #e5e7eb;
  --surface:   #ffffff;
  --bg:        #fbfaf6;

  --shadow:    0 4px 18px rgba(20,21,27,0.08), 0 1px 3px rgba(20,21,27,0.04);
  --shadow-lg: 0 22px 60px rgba(20,21,27,0.14), 0 8px 20px rgba(20,21,27,0.08);
  --radius:    8px;
  --radius-lg: 18px;

  --display: 'Bebas Neue', 'Oswald', 'Anton', Impact, sans-serif;
  --sans: 'DM Sans', system-ui, -apple-system, "Segoe UI", Arial, sans-serif;

  --pad-x: clamp(20px, 5vw, 88px);
  --pad-y: clamp(56px, 8vw, 120px);
}

html { scroll-behavior: smooth; -webkit-text-size-adjust: 100%; }
body {
  background: var(--bg);
  font-family: var(--sans);
  color: var(--ink);
  line-height: 1.6;
  font-size: clamp(15px, 1vw + 11px, 17px);
  min-height: 100vh;
  -webkit-font-smoothing: antialiased;
  overflow-x: hidden;
}
img, svg { display: block; max-width: 100%; }
img { height: auto; }
button { font: inherit; }

h1, h2, h3, .display {
  font-family: var(--display);
  font-weight: 400;
  line-height: 0.95;
  letter-spacing: 0.005em;
  color: var(--ink);
  text-transform: uppercase;
}
h1 { font-size: clamp(2.8rem, 9vw, 7rem); margin-bottom: 18px; }
h2 { font-size: clamp(2rem, 5vw, 3.6rem); margin-bottom: 18px; letter-spacing: 0.01em; }
h3 { font-size: clamp(1.2rem, 1.8vw, 1.55rem); font-family: var(--sans); font-weight: 700; text-transform: none; letter-spacing: -0.01em; margin-bottom: 6px; line-height: 1.2; }
p { margin-bottom: 14px; color: #2c333c; }

a { color: var(--brown); text-decoration: none; transition: color 0.15s; }
a:hover { color: var(--brown-dk); text-decoration: underline; text-underline-offset: 3px; }

::selection { background: var(--gold); color: var(--ink); }
:focus-visible { outline: 3px solid var(--gold); outline-offset: 2px; border-radius: 4px; }

/* ============================================================
   Cookie — bottom of page, broadcast bar
   ============================================================ */
.cookie {
  background: var(--ink);
  color: #cfd2db;
  padding: 12px var(--pad-x);
  font-size: 13px;
  display: flex; gap: 14px; align-items: center; justify-content: space-between; flex-wrap: wrap;
  border-bottom: 3px solid var(--brown);
}
.cookie p { margin: 0; color: #cfd2db; }
.cookie a { color: var(--gold); }
.cookie-actions { display: inline-flex; gap: 8px; flex-shrink: 0; }
.cookie button {
  background: var(--brown); color: #fff; border: none;
  padding: 9px 22px; border-radius: 4px;
  font-size: 12px; font-weight: 700; cursor: pointer;
  text-transform: uppercase; letter-spacing: 1.4px;
  font-family: inherit;
  transition: background 0.2s;
}
.cookie button:hover { background: var(--brown-dk); }
.cookie button.alt {
  background: transparent; color: #cfd2db;
  border: 1px solid rgba(255,255,255,0.25);
}
.cookie button.alt:hover { background: rgba(255,255,255,0.08); color: #fff; }

/* ============================================================
   Top score bar (always visible)
   ============================================================ */
.scorebar {
  background: var(--ink);
  color: #fff;
  padding: 10px var(--pad-x);
  font-size: 12px;
  display: flex; align-items: center; justify-content: center;
  gap: 24px; flex-wrap: wrap;
  text-transform: uppercase; letter-spacing: 1.5px;
  border-bottom: 1px solid #232532;
}
.scorebar .live { color: var(--gold); font-weight: 700; }
.scorebar .vs { color: #fff; font-weight: 700; font-family: var(--display); font-size: 14px; letter-spacing: 1px; }
.scorebar .when { color: #9ca3af; }
.scorebar .where { color: #9ca3af; }
.scorebar .cta { background: var(--brown); color: #fff; padding: 4px 12px; border-radius: 4px; font-weight: 700; font-size: 11px; letter-spacing: 1.4px; }
.scorebar .cta:hover { background: var(--brown-dk); color: #fff; text-decoration: none; }

/* ============================================================
   Navbar
   ============================================================ */
.navbar {
  position: sticky; top: 0; z-index: 60;
  padding: 14px var(--pad-x);
  background: var(--surface);
  border-bottom: 1px solid var(--line);
  display: flex; align-items: center; justify-content: space-between;
  gap: 16px; flex-wrap: wrap;
}
.logo {
  display: inline-flex; align-items: center; gap: 12px;
  color: var(--ink); font-weight: 700;
}
.logo .badge {
  width: 38px; height: 38px;
  background: var(--ink);
  border-radius: 4px;
  display: inline-flex; align-items: center; justify-content: center;
  color: #fff;
  font-family: var(--display);
  font-size: 20px; letter-spacing: 0;
  position: relative;
}
.logo .badge::after {
  content: '';
  position: absolute; right: -4px; bottom: -4px;
  width: 10px; height: 10px;
  background: var(--brown);
  border-radius: 50%;
  border: 2px solid var(--surface);
}
.logo .name { font-family: var(--display); font-size: clamp(20px, 1.6vw, 26px); letter-spacing: 0.01em; line-height: 1; }
.logo .sub { font-size: 10px; text-transform: uppercase; letter-spacing: 1.4px; color: var(--muted); margin-top: 2px; }
.nav { display: flex; gap: clamp(14px, 1.8vw, 22px); list-style: none; align-items: center; flex-wrap: wrap; }
.nav a { font-size: 13px; font-weight: 500; color: var(--ink-2); padding: 6px 0; position: relative; }
.nav a:hover { color: var(--brown); text-decoration: none; }
.nav a:hover::after { content: ''; position: absolute; left: 0; right: 0; bottom: 0; height: 2px; background: var(--brown); }
.nav .cta {
  background: var(--brown); color: #fff !important;
  padding: 10px 20px;
  border-radius: 4px; font-weight: 700;
  font-size: 12px; letter-spacing: 1.2px; text-transform: uppercase;
}
.nav .cta:hover { background: var(--brown-dk); }
.nav .cta:hover::after { display: none; }

/* ============================================================
   Buttons
   ============================================================ */
.btn {
  display: inline-flex; align-items: center; justify-content: center; gap: 8px;
  background: var(--brown); color: #fff;
  padding: 15px 30px; border-radius: 4px;
  font-size: 13px; font-weight: 700;
  text-transform: uppercase; letter-spacing: 1.4px;
  border: none; cursor: pointer;
  font-family: inherit;
  transition: background 0.2s, transform 0.05s, box-shadow 0.2s;
  box-shadow: 0 6px 18px rgba(139,69,19,0.3);
}
.btn:hover { background: var(--brown-dk); color: #fff; transform: translateY(-1px); box-shadow: 0 10px 22px rgba(139,69,19,0.4); text-decoration: none; }
.btn:active { transform: translateY(0); }
.btn-gold { background: var(--gold); color: var(--ink); box-shadow: 0 6px 18px rgba(212,160,23,0.3); }
.btn-gold:hover { background: #b08714; color: #fff; box-shadow: 0 10px 22px rgba(212,160,23,0.4); }
.btn-ghost { background: transparent; color: #fff; border: 1.5px solid rgba(255,255,255,0.6); box-shadow: none; }
.btn-ghost:hover { background: #fff; color: var(--ink); border-color: #fff; box-shadow: none; }
.btn-dark { background: var(--ink); color: #fff; box-shadow: 0 6px 18px rgba(20,21,27,0.2); }
.btn-dark:hover { background: var(--ink-2); color: #fff; }
.btn-block { display: flex; width: 100%; }
.btn-lg { padding: 18px 38px; font-size: 14px; }

/* ============================================================
   Section heading
   ============================================================ */
section { padding-block: var(--pad-y); position: relative; }
section.sub { padding-block: clamp(40px, 5vw, 72px); }
.section-head { max-width: 820px; margin: 0 auto clamp(36px, 5vw, 60px); text-align: center; }
.kicker {
  display: inline-block;
  font-family: var(--display);
  font-size: 14px;
  letter-spacing: 3px;
  text-transform: uppercase;
  color: var(--brown);
  margin-bottom: 14px;
  position: relative;
  padding: 0 24px;
}
.kicker::before, .kicker::after {
  content: '';
  position: absolute;
  top: 50%;
  width: 16px;
  height: 2px;
  background: var(--brown);
}
.kicker::before { left: 0; } .kicker::after { right: 0; }

/* ============================================================
   Hero — VS split
   ============================================================ */
.hero {
  position: relative; overflow: hidden; color: #fff;
  min-height: clamp(580px, 90vh, 880px);
  display: grid;
  grid-template-rows: auto 1fr auto;
}
.hero .bg {
  position: absolute; inset: 0; z-index: 0;
  background:
    linear-gradient(180deg, rgba(20,21,27,0.55) 0%, rgba(20,21,27,0.85) 100%),
    url('https://images.pexels.com/photos/28866439/pexels-photo-28866439.jpeg?auto=compress&cs=tinysrgb&w=2400') center/cover no-repeat;
}
.hero .bg::before {
  content: ''; position: absolute; inset: 0;
  background:
    linear-gradient(90deg, rgba(139,69,19,0.18) 0%, transparent 30%, transparent 70%, rgba(0,135,81,0.20) 100%);
}
.hero > * { position: relative; z-index: 2; }
.hero .vs-wrap {
  padding: clamp(32px, 5vw, 60px) var(--pad-x) clamp(40px, 6vw, 80px);
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  gap: clamp(16px, 3vw, 60px);
  align-items: center;
  text-align: center;
  max-width: 1400px; margin: 0 auto; width: 100%;
}
.hero .team {
  display: flex; flex-direction: column; align-items: center; gap: 10px;
}
.hero .team .flag {
  width: clamp(90px, 12vw, 140px);
  height: clamp(60px, 8vw, 94px);
  border-radius: 6px;
  border: 2px solid rgba(255,255,255,0.18);
  overflow: hidden;
  background: var(--ink);
  display: flex;
  box-shadow: 0 8px 30px rgba(0,0,0,0.4);
}
.hero .team .flag .stripe { flex: 1; }
.hero .team.pt .flag .stripe:nth-child(1) { flex: 2; background: var(--pt-green); }
.hero .team.pt .flag .stripe:nth-child(2) { flex: 3; background: var(--pt-red); }
.hero .team.ng .flag .stripe:nth-child(1),
.hero .team.ng .flag .stripe:nth-child(3) { background: var(--ng-green); }
.hero .team.ng .flag .stripe:nth-child(2) { background: #fff; }
.hero .team .nm {
  font-family: var(--display);
  font-size: clamp(1.6rem, 3vw, 2.6rem);
  letter-spacing: 0.02em;
  line-height: 1; color: #fff;
}
.hero .team .sub {
  font-size: 11px; color: rgba(255,255,255,0.7);
  letter-spacing: 2px; text-transform: uppercase;
  margin-top: 2px;
}
.hero .vs {
  font-family: var(--display);
  font-size: clamp(2.2rem, 5vw, 4.2rem);
  color: var(--gold);
  line-height: 1;
  border: 2px solid var(--gold);
  border-radius: 50%;
  width: clamp(72px, 8vw, 110px);
  height: clamp(72px, 8vw, 110px);
  display: flex; align-items: center; justify-content: center;
}
.hero .lead-row {
  text-align: center;
  padding: 0 var(--pad-x);
  max-width: 1100px; margin: 0 auto;
}
.hero .label {
  font-family: var(--display);
  font-size: clamp(13px, 1vw, 15px);
  letter-spacing: 4px;
  color: var(--gold);
  display: inline-block;
  margin-bottom: 18px;
  border: 1px solid var(--gold);
  padding: 6px 18px;
  border-radius: 100px;
}
.hero h1 {
  color: #fff;
  font-size: clamp(2rem, 5vw, 4.4rem);
  margin-bottom: 14px;
  letter-spacing: 0.01em;
}
.hero p.sub-line {
  color: #cfd2db;
  font-size: clamp(15px, 1.2vw, 18px);
  max-width: 760px;
  margin: 0 auto;
}

/* Hero bottom strip */
.hero .strip {
  background: rgba(20,21,27,0.85);
  backdrop-filter: blur(6px);
  border-top: 1px solid rgba(255,255,255,0.08);
  padding: 22px var(--pad-x);
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(140px, 1fr));
  gap: 20px; text-align: left;
  align-items: center;
}
.hero .strip > div { padding-right: 18px; border-right: 1px solid rgba(255,255,255,0.1); }
.hero .strip > div:last-child { border-right: none; text-align: right; }
.hero .strip .k {
  font-size: 10.5px; font-weight: 700;
  text-transform: uppercase; letter-spacing: 1.5px;
  color: var(--gold); margin-bottom: 4px;
}
.hero .strip .v {
  font-family: var(--display);
  font-size: clamp(1.3rem, 1.8vw, 1.65rem);
  color: #fff; letter-spacing: 0.01em; line-height: 1.05;
}
.hero .strip .actions { display: flex; gap: 10px; justify-content: flex-end; flex-wrap: wrap; }

/* Countdown */
.countdown {
  margin: clamp(20px, 3vw, 32px) auto 0;
  display: inline-flex;
  gap: clamp(12px, 1.6vw, 20px);
  padding: 14px clamp(18px, 2vw, 28px);
  background: rgba(255,255,255,0.06);
  border: 1px solid rgba(255,255,255,0.18);
  border-radius: 6px;
  backdrop-filter: blur(8px);
}
.countdown .unit { text-align: center; min-width: clamp(50px, 5vw, 72px); }
.countdown .n { font-family: var(--display); font-size: clamp(1.8rem, 3vw, 2.6rem); color: var(--gold); line-height: 1; display: block; }
.countdown .l { font-size: 10px; letter-spacing: 1.4px; text-transform: uppercase; color: #cfd2db; margin-top: 6px; display: block; }
.countdown .sep { color: rgba(255,255,255,0.3); font-family: var(--display); font-size: clamp(1.4rem, 2.4vw, 2rem); align-self: center; }

@media (max-width: 700px) {
  .hero .vs-wrap { grid-template-columns: 1fr auto 1fr; gap: 10px; }
  .hero .strip { grid-template-columns: 1fr 1fr; }
  .hero .strip > div { border-right: none; border-bottom: 1px solid rgba(255,255,255,0.08); padding-bottom: 12px; padding-right: 0; text-align: left; }
  .hero .strip > div:last-child { border-bottom: none; }
  .hero .strip .actions { justify-content: flex-start; }
}

/* ============================================================
   Trust strip (broadcast style)
   ============================================================ */
.trust-strip {
  background: var(--paper);
  padding: 28px var(--pad-x);
  border-bottom: 1px solid var(--line);
}
.trust-strip .row {
  display: grid; grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
  gap: 22px; max-width: 1500px; margin: 0 auto;
}
.trust-strip .it {
  display: grid; grid-template-columns: 44px 1fr; gap: 14px; align-items: start;
}
.trust-strip .it .ico {
  width: 44px; height: 44px;
  background: var(--ink); color: var(--gold);
  border-radius: 6px;
  display: flex; align-items: center; justify-content: center;
}
.trust-strip .it .ico svg { width: 22px; height: 22px; stroke: var(--gold); fill: none; stroke-width: 1.8; stroke-linecap: round; stroke-linejoin: round; }
.trust-strip .it strong { display: block; font-family: var(--display); font-size: 1.15rem; color: var(--ink); letter-spacing: 0.02em; }
.trust-strip .it span { font-size: 13px; color: var(--muted); line-height: 1.45; display: block; margin-top: 2px; }

/* ============================================================
   Match details
   ============================================================ */
.match {
  padding: var(--pad-y) var(--pad-x);
}
.match .layout {
  display: grid; grid-template-columns: minmax(0, 1.1fr) minmax(0, 0.9fr);
  gap: clamp(28px, 4vw, 56px); align-items: start;
  max-width: 1400px; margin: 0 auto;
}
.match .copy h2 { color: var(--ink); }
.match .copy .lead { font-size: clamp(17px, 1.4vw, 20px); color: var(--ink-2); line-height: 1.55; margin-bottom: 18px; }
.match .copy .quote {
  margin: 24px 0; padding: 18px 22px;
  background: var(--paper-2);
  border-left: 4px solid var(--brown);
  font-family: var(--display);
  font-size: clamp(1.2rem, 1.8vw, 1.55rem);
  color: var(--ink); letter-spacing: 0.01em;
  border-radius: 0 6px 6px 0;
  line-height: 1.1;
}
.match .data {
  background: var(--ink);
  color: #fff;
  border-radius: var(--radius-lg);
  padding: clamp(28px, 3vw, 40px);
  position: sticky; top: 110px;
}
.match .data h3 { color: var(--gold); font-family: var(--display); font-size: 1.6rem; letter-spacing: 0.02em; text-transform: uppercase; margin-bottom: 16px; padding-bottom: 14px; border-bottom: 1px solid rgba(255,255,255,0.12); }
.match .data ul { list-style: none; }
.match .data ul li { display: flex; justify-content: space-between; gap: 12px; padding: 10px 0; border-bottom: 1px dashed rgba(255,255,255,0.08); font-size: 14px; }
.match .data ul li:last-child { border: none; }
.match .data ul li .k { color: #b8bfc7; }
.match .data ul li .v { color: #fff; font-weight: 600; font-family: inherit; text-align: right; }
.match .data .from {
  margin-top: 22px; padding-top: 18px;
  border-top: 1px solid rgba(255,255,255,0.18);
  display: flex; align-items: baseline; justify-content: space-between;
}
.match .data .from .l { font-family: var(--display); font-size: 13px; letter-spacing: 2.5px; color: var(--gold); }
.match .data .from .n { font-family: var(--display); font-size: 2.4rem; color: var(--gold); line-height: 1; }
.match .data .btn { width: 100%; margin-top: 18px; }
@media (max-width: 900px) { .match .layout { grid-template-columns: 1fr; } .match .data { position: static; } }

/* ============================================================
   Tickets (sector cards, broadcast style)
   ============================================================ */
.tickets { background: var(--ink); color: #fff; padding: var(--pad-y) var(--pad-x); }
.tickets .section-head h2 { color: #fff; }
.tickets .section-head p { color: #b8bfc7; }
.tickets .kicker { color: var(--gold); }
.tickets .kicker::before, .tickets .kicker::after { background: var(--gold); }
.ticket-grid {
  display: grid; grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
  gap: clamp(16px, 2vw, 22px);
  max-width: 1500px; margin: 0 auto;
}
.tk {
  background: #1c1e29;
  border: 1px solid rgba(255,255,255,0.08);
  border-radius: var(--radius-lg);
  padding: 28px 24px 24px;
  display: flex; flex-direction: column;
  transition: transform 0.2s, border-color 0.2s, background 0.2s;
  position: relative; overflow: hidden;
}
.tk::before {
  content: ''; position: absolute; top: 0; left: 0; right: 0;
  height: 4px; background: var(--brown);
}
.tk.popular::before { background: var(--gold); height: 5px; }
.tk.vip::before { background: linear-gradient(90deg, var(--gold), var(--brown)); height: 5px; }
.tk:hover { transform: translateY(-4px); border-color: var(--gold); background: #21232f; }
.tk .ribbon {
  position: absolute; top: 16px; right: 16px;
  background: var(--gold); color: var(--ink);
  font-size: 10px; font-weight: 700; padding: 4px 10px;
  border-radius: 3px; letter-spacing: 1.5px; text-transform: uppercase;
}
.tk h3 { color: #fff; font-family: var(--display); font-size: 1.8rem; letter-spacing: 0.02em; text-transform: uppercase; font-weight: 400; margin-bottom: 4px; }
.tk .sec { font-size: 11px; text-transform: uppercase; letter-spacing: 1.5px; color: var(--gold); font-weight: 700; margin-bottom: 14px; }
.tk .price { font-family: var(--display); font-size: clamp(2.4rem, 3.2vw, 3rem); line-height: 1; color: #fff; margin: 8px 0 4px; letter-spacing: 0; }
.tk .price .cur { font-size: 1.5rem; color: var(--brown); margin-right: 3px; vertical-align: top; }
.tk .pnote { font-size: 11.5px; color: #9ca3af; margin-bottom: 18px; }
.tk ul { list-style: none; margin: 0 0 22px; flex: 1; padding: 0; }
.tk ul li {
  padding: 8px 0 8px 24px; position: relative;
  font-size: 13.5px; color: #cfd2db;
  border-bottom: 1px solid rgba(255,255,255,0.06);
}
.tk ul li:last-child { border: none; }
.tk ul li::before {
  content: ''; position: absolute; left: 0; top: 13px;
  width: 12px; height: 6px;
  border-left: 2px solid var(--gold);
  border-bottom: 2px solid var(--gold);
  transform: rotate(-45deg);
}

/* ============================================================
   Stadium card
   ============================================================ */
.stadium { padding: var(--pad-y) var(--pad-x); background: var(--paper); }
.stadium .layout {
  display: grid; grid-template-columns: minmax(0, 1.05fr) minmax(0, 0.95fr);
  gap: clamp(28px, 4vw, 56px); align-items: start;
  max-width: 1400px; margin: 0 auto;
}
.stadium .photo {
  position: relative; aspect-ratio: 4/3;
  overflow: hidden; border-radius: var(--radius-lg);
  box-shadow: var(--shadow-lg);
  background: var(--ink);
}
.stadium .photo img { width: 100%; height: 100%; object-fit: cover; }
.stadium .photo .badge {
  position: absolute; left: 20px; bottom: 20px;
  background: var(--ink); color: var(--gold);
  padding: 10px 16px; border-radius: 4px;
  font-family: var(--display); font-size: 14px;
  letter-spacing: 2px;
}
.stadium .info h2 { color: var(--ink); }
.stadium .info ul { list-style: none; margin: 18px 0; padding: 0; }
.stadium .info ul li {
  display: grid; grid-template-columns: 40px 1fr;
  gap: 14px; align-items: start;
  padding: 13px 0;
  border-bottom: 1px solid var(--line);
  font-size: 14px;
}
.stadium .info ul li:last-child { border: none; }
.stadium .info ul li .ic {
  width: 40px; height: 40px;
  background: var(--ink);
  border-radius: 6px;
  display: flex; align-items: center; justify-content: center; flex-shrink: 0;
}
.stadium .info ul li .ic svg { width: 20px; height: 20px; stroke: var(--gold); fill: none; stroke-width: 1.8; stroke-linecap: round; stroke-linejoin: round; }
.stadium .info ul li strong { color: var(--ink); display: block; font-family: var(--display); font-size: 16px; letter-spacing: 0.02em; text-transform: uppercase; }
.stadium .info ul li span { color: var(--muted); font-size: 13px; display: block; margin-top: 2px; }
@media (max-width: 900px) { .stadium .layout { grid-template-columns: 1fr; } }

/* ============================================================
   Transport cards
   ============================================================ */
.transport { padding: var(--pad-y) var(--pad-x); background: var(--bg); }
.transport .grid {
  display: grid; grid-template-columns: repeat(auto-fit, minmax(230px, 1fr));
  gap: clamp(16px, 2vw, 24px);
  max-width: 1400px; margin: 0 auto;
}
.transport .card {
  background: var(--surface);
  border: 1px solid var(--line);
  border-radius: var(--radius-lg);
  padding: clamp(24px, 2.5vw, 30px);
  transition: transform 0.15s, box-shadow 0.15s, border-color 0.15s;
}
.transport .card:hover { transform: translateY(-3px); box-shadow: var(--shadow); border-color: var(--brown); }
.transport .card .ic {
  width: 52px; height: 52px;
  border-radius: 6px;
  background: var(--ink);
  display: flex; align-items: center; justify-content: center;
  margin-bottom: 14px;
}
.transport .card .ic svg { width: 26px; height: 26px; stroke: var(--gold); fill: none; stroke-width: 1.8; stroke-linecap: round; stroke-linejoin: round; }
.transport .card h3 { color: var(--ink); font-family: var(--display); font-size: 1.6rem; letter-spacing: 0.02em; text-transform: uppercase; }
.transport .card p { font-size: 14px; color: #2c333c; }
.transport .card .m { font-size: 11px; text-transform: uppercase; letter-spacing: 1.4px; color: var(--muted); font-weight: 600; }

/* ============================================================
   Gallery — broadcast strip
   ============================================================ */
.gallery { padding: var(--pad-y) var(--pad-x); background: var(--ink); color: #fff; }
.gallery .section-head h2 { color: #fff; }
.gallery .section-head p { color: #b8bfc7; }
.gallery .kicker { color: var(--gold); }
.gallery .kicker::before, .gallery .kicker::after { background: var(--gold); }
.g-grid {
  display: grid; grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
  gap: clamp(10px, 1.2vw, 14px);
  max-width: 1600px; margin: 0 auto;
}
.g-tile {
  position: relative; aspect-ratio: 4/3;
  overflow: hidden; border-radius: 6px;
  background: var(--ink-2);
  cursor: pointer;
}
.g-tile img { width: 100%; height: 100%; object-fit: cover; transition: transform 0.4s ease, filter 0.3s ease; }
.g-tile::after { content: ''; position: absolute; inset: 0; background: linear-gradient(180deg, transparent 55%, rgba(0,0,0,0.7) 100%); }
.g-tile .cap {
  position: absolute; left: 14px; bottom: 12px; z-index: 2;
  color: #fff; font-family: var(--display); font-size: 14px; letter-spacing: 1.5px; text-transform: uppercase;
}
.g-tile:hover img { transform: scale(1.05); }

/* ============================================================
   FAQ
   ============================================================ */
.faq-wrap { padding: var(--pad-y) var(--pad-x); background: var(--paper); }
.faq { max-width: 880px; margin: 0 auto; }
.faq details {
  background: var(--surface);
  border: 1px solid var(--line);
  border-radius: 8px;
  padding: 18px 24px;
  margin-bottom: 10px;
}
.faq details[open] { border-color: var(--brown); box-shadow: var(--shadow); }
.faq summary {
  cursor: pointer; font-weight: 700; color: var(--ink);
  list-style: none; position: relative; padding-right: 38px;
  font-size: 15.5px; user-select: none;
}
.faq summary::-webkit-details-marker { display: none; }
.faq summary::after { content: '+'; position: absolute; right: 4px; top: -6px; font-family: var(--display); color: var(--brown); font-size: 28px; line-height: 1; }
.faq details[open] summary::after { content: '–'; }
.faq details p { margin-top: 14px; padding-top: 14px; border-top: 1px solid var(--line); color: #2c333c; font-size: 14px; margin-bottom: 0; }

/* ============================================================
   Newsletter
   ============================================================ */
.newsletter {
  background:
    linear-gradient(120deg, rgba(20,21,27,0.94), rgba(20,21,27,0.86)),
    url('https://images.pexels.com/photos/34304359/pexels-photo-34304359.jpeg?auto=compress&cs=tinysrgb&w=2000') center/cover no-repeat;
  color: #fff; padding: var(--pad-y) var(--pad-x); text-align: center;
}
.newsletter h2 { color: #fff; }
.newsletter .kicker { color: var(--gold); } .newsletter .kicker::before, .newsletter .kicker::after { background: var(--gold); }
.newsletter p { color: #cfd2db; max-width: 620px; margin: 0 auto 24px; }
.newsletter form { display: flex; gap: 10px; max-width: 540px; margin: 0 auto; flex-wrap: wrap; }
.newsletter input {
  flex: 1; min-width: 220px;
  padding: 14px 18px;
  border: 1.5px solid rgba(255,255,255,0.2);
  border-radius: 6px;
  background: rgba(255,255,255,0.08); color: #fff;
  font-family: inherit; font-size: 14.5px; outline: none;
}
.newsletter input::placeholder { color: #9ca3af; }
.newsletter input:focus { border-color: var(--gold); background: rgba(255,255,255,0.12); }
.newsletter .note { font-size: 12px; color: #9ca3af; margin-top: 14px; }
.newsletter .note a { color: var(--gold); }

/* ============================================================
   Contact form
   ============================================================ */
.contact { padding: var(--pad-y) var(--pad-x); }
.contact-info {
  display: grid; grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
  gap: 20px; max-width: 920px; margin: 0 auto 36px; text-align: center;
}
.contact-info .blk { padding: 16px; }
.contact-info .l { display: block; font-family: var(--display); font-size: 13px; letter-spacing: 2.5px; text-transform: uppercase; color: var(--muted); margin-bottom: 6px; }
.contact-info .v { color: var(--ink); font-weight: 500; font-size: 15px; }
.contact-info .v a { color: var(--ink); }
.contact-info .v a:hover { color: var(--brown); }
.form {
  max-width: 680px; margin: 0 auto;
  background: var(--surface);
  border: 1px solid var(--line);
  border-radius: var(--radius-lg);
  padding: clamp(28px, 3vw, 44px);
  box-shadow: var(--shadow-lg);
}
.form h2 { text-align: center; color: var(--ink); }
.form .sub-txt { text-align: center; color: var(--muted); margin-bottom: 26px; font-size: 14px; }
form .field { margin-bottom: 14px; }
form .field-row { display: grid; grid-template-columns: 1fr 1fr; gap: 12px; }
label {
  display: block; font-family: var(--display);
  font-size: 12px; margin-bottom: 6px;
  color: var(--ink-2); letter-spacing: 2.5px; text-transform: uppercase;
}
input, select {
  width: 100%; padding: 13px 16px;
  border: 1.5px solid var(--line);
  border-radius: 6px;
  font-size: 14.5px; outline: none; font-family: var(--sans);
  background: #fafbfc; color: var(--ink);
  transition: border-color 0.15s, box-shadow 0.15s, background 0.15s;
}
input:hover, select:hover { background: #fff; }
input:focus, select:focus { border-color: var(--brown); background: #fff; box-shadow: 0 0 0 3px rgba(139,69,19,0.12); }
select { appearance: none; -webkit-appearance: none; padding-right: 38px;
  background-image: linear-gradient(45deg, transparent 50%, var(--ink-2) 50%), linear-gradient(135deg, var(--ink-2) 50%, transparent 50%);
  background-position: calc(100% - 18px) 50%, calc(100% - 13px) 50%;
  background-size: 5px 5px, 5px 5px;
  background-repeat: no-repeat;
}
.form .btn { width: 100%; padding: 15px; margin-top: 10px; }
.success { display: none; margin-top: 18px; padding: 14px; background: rgba(4,106,56,0.08); color: var(--pt-green-dk); border: 1px solid rgba(4,106,56,0.2); border-radius: 6px; text-align: center; font-size: 14px; font-weight: 500; }
.success.show { display: block; animation: fadeIn 0.3s ease; }
@keyframes fadeIn { from { opacity: 0; transform: translateY(-6px); } to { opacity: 1; transform: translateY(0); } }

/* Consent */
.consent-check {
  display: grid; grid-template-columns: 22px 1fr; gap: 12px; align-items: start;
  margin: 8px 0 4px; padding: 14px 16px;
  background: var(--paper-2);
  border: 1px solid var(--line);
  border-radius: 6px;
  cursor: pointer;
  text-transform: none; letter-spacing: 0;
  transition: border-color 0.15s, background 0.15s;
}
.consent-check:hover { border-color: var(--brown); }
.consent-check input[type="checkbox"] {
  width: 20px; height: 20px; margin: 1px 0 0;
  appearance: none; -webkit-appearance: none;
  border: 1.8px solid var(--muted-2);
  border-radius: 4px;
  background: #fff; cursor: pointer;
  position: relative; transition: border-color 0.15s, background 0.15s;
  flex-shrink: 0; padding: 0;
}
.consent-check input[type="checkbox"]:checked { background: var(--brown); border-color: var(--brown); }
.consent-check input[type="checkbox"]:checked::after {
  content: '';
  position: absolute; left: 5px; top: 1px;
  width: 6px; height: 11px;
  border-right: 2.5px solid #fff;
  border-bottom: 2.5px solid #fff;
  transform: rotate(45deg);
}
.consent-check span { font-size: 12.5px; line-height: 1.55; color: #2c333c; user-select: none; }
.consent-check span a { color: var(--brown); text-decoration: underline; }
.consent-check.invalid { border-color: var(--brown); background: rgba(139,69,19,0.04); }
.consent-error { display: none; margin: 6px 2px 0; font-size: 12px; color: var(--brown); font-weight: 500; }
.consent-error.show { display: block; }
.form-next { font-size: 12.5px; color: var(--muted); line-height: 1.55; margin: 14px 0 0; padding-top: 14px; border-top: 1px dashed var(--line); }

/* ============================================================
   Mobile sticky bar
   ============================================================ */
.m-bar {
  position: fixed; left: 0; right: 0; bottom: 0; z-index: 55;
  background: var(--ink); border-top: 3px solid var(--brown);
  padding: 12px 16px; display: none;
  align-items: center; justify-content: space-between; gap: 12px;
  box-shadow: 0 -8px 24px rgba(0,0,0,0.25);
}
.m-bar .info { color: #fff; }
.m-bar .info .l { font-family: var(--display); font-size: 11px; letter-spacing: 2px; text-transform: uppercase; color: var(--gold); }
.m-bar .info .n { font-family: var(--display); font-size: 1.6rem; line-height: 1; color: #fff; }
.m-bar .btn { padding: 10px 18px; font-size: 12px; box-shadow: none; }

/* ============================================================
   Sub-pages
   ============================================================ */
.page-hero {
  background:
    linear-gradient(160deg, rgba(20,21,27,0.92), rgba(20,21,27,0.85)),
    url('https://images.pexels.com/photos/28866439/pexels-photo-28866439.jpeg?auto=compress&cs=tinysrgb&w=1600') center/cover no-repeat;
  color: #fff;
  padding: clamp(64px, 8vw, 100px) var(--pad-x) clamp(60px, 8vw, 90px);
  border-bottom: 4px solid var(--brown);
}
.page-hero .inner { max-width: 1280px; margin-inline: auto; }
.page-hero h1 { color: #fff; margin-bottom: 8px; letter-spacing: 0.01em; }
.page-hero p { color: #cfd2db; max-width: 720px; font-size: 17px; margin: 0; }
.page-hero .crumb { display: flex; gap: 8px; align-items: center; font-family: var(--display); font-size: 12px; text-transform: uppercase; letter-spacing: 2.5px; color: var(--gold); margin-bottom: 16px; }
.page-hero .crumb a { color: #cfd2db; }
.page-hero .crumb a:hover { color: #fff; }
.page-hero .crumb span.sep { color: rgba(255,255,255,0.3); }
.page-body {
  max-width: 920px;
  margin: -36px auto 0;
  background: var(--surface);
  border: 1px solid var(--line);
  border-radius: var(--radius-lg);
  padding: clamp(28px, 3.5vw, 50px);
  box-shadow: var(--shadow);
  position: relative;
}
.page-body .lead { color: var(--muted); margin-bottom: 28px; font-size: 17px; }
.page-body h2 { margin-top: 32px; padding-top: 24px; border-top: 1px solid var(--line); color: var(--ink); font-size: clamp(1.6rem, 2.4vw, 2rem); letter-spacing: 0.02em; }
.page-body h2:first-of-type { border: none; padding-top: 0; margin-top: 4px; }
.page-body ul, .page-body ol { margin: 14px 0 18px 22px; }
.page-body li { margin-bottom: 8px; }
.page-body table { width: 100%; border-collapse: collapse; margin: 16px 0; font-size: 14px; }
.page-body th, .page-body td { text-align: left; padding: 12px 14px; border-bottom: 1px solid var(--line); }
.page-body th { background: var(--paper); font-weight: 600; color: var(--ink); }

/* ============================================================
   Footer
   ============================================================ */
footer {
  background: var(--ink); color: #9ca3af;
  padding: clamp(48px, 6vw, 80px) var(--pad-x) 26px;
  font-size: 14px; margin-top: 40px;
  border-top: 4px solid var(--brown);
}
footer .grid {
  display: grid; grid-template-columns: minmax(0, 1.4fr) repeat(3, minmax(0, 1fr));
  gap: clamp(24px, 3vw, 42px);
  max-width: 1500px; margin: 0 auto 32px;
}
footer h4 { color: #fff; font-family: var(--display); font-size: 1.35rem; letter-spacing: 0.02em; text-transform: uppercase; margin-bottom: 14px; }
footer p, footer li { color: #9ca3af; font-size: 13.5px; line-height: 1.65; }
footer ul { list-style: none; padding: 0; }
footer li { margin-bottom: 8px; }
footer a { color: #cfd2db; }
footer a:hover { color: #fff; }
footer .bottom {
  border-top: 1px solid rgba(255,255,255,0.08);
  padding-top: 22px; text-align: center;
  color: #6b7280; font-size: 12.5px;
  max-width: 1500px; margin: 0 auto;
}
footer .pay { display: inline-flex; gap: 14px; margin-left: 10px; color: #6b7280; }
@media (max-width: 820px) { footer .grid { grid-template-columns: 1fr 1fr; } }
@media (max-width: 500px) { footer .grid { grid-template-columns: 1fr; } }

/* ============================================================
   Responsive
   ============================================================ */
@media (max-width: 740px) {
  .navbar { flex-direction: column; align-items: flex-start; }
  .nav { gap: 12px; overflow-x: auto; width: 100%; padding-bottom: 4px; -webkit-overflow-scrolling: touch; }
  .nav a { white-space: nowrap; font-size: 12px; }
  form .field-row { grid-template-columns: 1fr; }
  .scorebar .where { display: none; }
  .m-bar { display: flex; }
  main { padding-bottom: 76px; }
}
