/* ============================================================
   SIYABONGA FC — LIQUID GLASS EDITION
   Deep-water navy · frosted glass · ice silver
   ============================================================ */
@import url('https://fonts.googleapis.com/css2?family=Sora:wght@400;600;700;800&family=Manrope:wght@400;500;600;700;800&display=swap');

:root {
  --bg: #060f1e;
  --bg-2: #081426;
  --ink: #eaf2fb;
  --navy: #eaf2fb;
  --navy-2: #0a2547;
  --text: #c3d2e0;
  --text-muted: #8fa2b5;
  --sky: #d7e6f5;
  --sky-2: #eef5fc;
  --sky-dark: #9fb9d4;
  --white: #ffffff;
  --grey: rgba(255,255,255,.05);
  --grey-2: rgba(255,255,255,.12);
  --glass: linear-gradient(160deg, rgba(255,255,255,.09), rgba(255,255,255,.03));
  --glass-solid: rgba(13,26,46,.72);
  --brd: rgba(255,255,255,.12);
  --brd-lit: rgba(255,255,255,.22);
  --ice-glow: rgba(150,190,235,.22);
  --radius: 22px;
  --shadow: 0 20px 50px rgba(2,8,18,.5);
  --shadow-lg: 0 30px 80px rgba(2,8,18,.65);
  --grad: transparent;
  --blur: saturate(150%) blur(18px);
}

* { margin: 0; padding: 0; box-sizing: border-box; }
html { scroll-behavior: smooth; }

body {
  font-family: "Manrope","Segoe UI",Arial,sans-serif;
  color: var(--text);
  background: var(--bg);
  line-height: 1.65;
  position: relative;
  min-height: 100vh;
}
body::before {
  content: ""; position: fixed; inset: 0; z-index: -1;
  background:
    radial-gradient(900px 600px at 85% -10%, rgba(64,120,190,.22), transparent 60%),
    radial-gradient(700px 500px at -10% 40%, rgba(90,140,200,.13), transparent 60%),
    radial-gradient(800px 600px at 60% 110%, rgba(40,80,140,.18), transparent 60%),
    linear-gradient(180deg, #081426 0%, #060f1e 45%, #050c18 100%);
}
::selection { background: rgba(150,190,235,.35); color: #fff; }
::-webkit-scrollbar { width: 10px; }
::-webkit-scrollbar-track { background: #060f1e; }
::-webkit-scrollbar-thumb { background: rgba(255,255,255,.14); border-radius: 99px; }
::-webkit-scrollbar-thumb:hover { background: rgba(255,255,255,.25); }

img { max-width: 100%; display: block; }
a { color: var(--sky); text-decoration: none; transition: color .2s; }
a:hover { color: #fff; text-decoration: none; }
h1,h2,h3,h4 { font-family: "Sora","Manrope",sans-serif; color: var(--ink); }

.container { width: min(1180px, 92%); margin: 0 auto; }

/* ---------- Top utility bar ---------- */
.topbar {
  background: rgba(4,10,20,.6);
  -webkit-backdrop-filter: var(--blur); backdrop-filter: var(--blur);
  color: var(--text-muted); font-size: .78rem; padding: 7px 0;
  border-bottom: 1px solid rgba(255,255,255,.06);
}
.topbar .container { display: flex; justify-content: space-between; align-items: center; gap: 12px; flex-wrap: wrap; }
.topbar a { color: var(--sky); }

/* ---------- Header / nav — floating glass ---------- */
header.site-header {
  position: sticky; top: 0; z-index: 100;
  background: rgba(7,16,32,.55);
  -webkit-backdrop-filter: var(--blur); backdrop-filter: var(--blur);
  border-bottom: 1px solid var(--brd);
  box-shadow: 0 12px 40px rgba(2,8,18,.45);
}
.nav-inner { display: flex; align-items: center; justify-content: space-between; padding: 13px 0; gap: 18px; }
.brand { display: flex; align-items: center; gap: 13px; }
.brand .crest { width: 52px; height: 52px; flex: none; filter: drop-shadow(0 4px 14px rgba(0,0,0,.5)); transition: transform .3s; }
.brand:hover .crest { transform: scale(1.06) rotate(-2deg); }
.brand-name { color: #fff; font-family: "Sora",sans-serif; font-weight: 800; font-size: 1.2rem; letter-spacing: .3px; line-height: 1.1; }
.brand-name small { display: block; font-weight: 500; font-size: .64rem; color: var(--sky-dark); letter-spacing: 3px; text-transform: uppercase; }

nav.main-nav { display: flex; align-items: center; gap: 3px; flex-wrap: wrap; }
nav.main-nav a {
  color: #b9c9da; font-weight: 600; font-size: .88rem;
  padding: 9px 15px; border-radius: 99px;
  border: 1px solid transparent;
  transition: all .25s ease;
}
nav.main-nav a:hover { color: #fff; background: rgba(255,255,255,.08); border-color: var(--brd); }
nav.main-nav a.active {
  color: #0a1a30; background: linear-gradient(160deg, #f2f8fe, #c9dcef);
  border-color: rgba(255,255,255,.5);
  box-shadow: 0 6px 24px var(--ice-glow), inset 0 1px 0 rgba(255,255,255,.9);
}
.nav-toggle {
  display: none; background: rgba(255,255,255,.06); border: 1px solid var(--brd);
  color: #fff; font-size: 1.25rem; border-radius: 12px; padding: 5px 13px; cursor: pointer;
  -webkit-backdrop-filter: var(--blur); backdrop-filter: var(--blur);
}

/* ---------- Hero ---------- */
.hero { position: relative; overflow: hidden; color: #fff; }
.hero-video { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; z-index: 0; }
.hero-overlay {
  position: absolute; inset: 0; z-index: 1;
  background: linear-gradient(180deg, rgba(6,15,30,.72) 0%, rgba(6,15,30,.55) 45%, var(--bg) 100%);
}
.hero::before { content: ""; position: absolute; inset: 0; z-index: 1;
  background: radial-gradient(700px 420px at 80% 15%, rgba(140,185,235,.14), transparent 65%); pointer-events: none; }
.hero::after { content: none; }
.hero-inner { position: relative; padding: 110px 0 130px; z-index: 2; }
.hero .kicker {
  display: inline-flex; align-items: center; gap: 8px;
  background: rgba(255,255,255,.07);
  -webkit-backdrop-filter: var(--blur); backdrop-filter: var(--blur);
  color: var(--sky); border: 1px solid var(--brd-lit);
  font-size: .72rem; font-weight: 700; letter-spacing: 3px; text-transform: uppercase;
  padding: 9px 20px; border-radius: 99px; margin-bottom: 26px;
  box-shadow: inset 0 1px 0 rgba(255,255,255,.25), 0 8px 30px rgba(2,8,18,.35);
}
.hero h1 {
  font-size: clamp(2.6rem, 6vw, 4.6rem); font-weight: 800; line-height: 1.03;
  letter-spacing: -1.5px; max-width: 15ch; color: #fff;
  text-shadow: 0 6px 40px rgba(2,8,18,.6);
}
.hero h1 .lite {
  background: linear-gradient(120deg, #eaf4ff 10%, #9cc2e8 60%, #dfeefe 100%);
  -webkit-background-clip: text; background-clip: text; color: transparent;
}
.hero p.lead { margin-top: 22px; max-width: 54ch; color: #c8d7e6; font-size: 1.12rem; font-weight: 500; }
.hero-actions { margin-top: 38px; display: flex; gap: 14px; flex-wrap: wrap; }

/* ---------- Buttons ---------- */
.btn {
  display: inline-block; font-weight: 700; font-size: .93rem;
  padding: 15px 34px; border-radius: 99px; border: none; cursor: pointer;
  transition: transform .25s cubic-bezier(.2,.9,.3,1.4), box-shadow .25s, background .25s;
  letter-spacing: .2px;
}
.btn:hover { transform: translateY(-3px); }
.btn:active { transform: translateY(-1px) scale(.98); }
.btn-primary {
  background: linear-gradient(160deg, #f4f9fe 0%, #cfe1f2 100%);
  color: #0a1a30;
  box-shadow: 0 10px 34px var(--ice-glow), inset 0 1.5px 0 rgba(255,255,255,.95), inset 0 -8px 18px rgba(140,180,220,.35);
}
.btn-primary:hover { box-shadow: 0 16px 44px rgba(150,190,235,.35), inset 0 1.5px 0 #fff; }
.btn-ghost {
  background: rgba(255,255,255,.06); color: #fff;
  border: 1px solid var(--brd-lit);
  -webkit-backdrop-filter: var(--blur); backdrop-filter: var(--blur);
  box-shadow: inset 0 1px 0 rgba(255,255,255,.18);
}
.btn-ghost:hover { background: rgba(255,255,255,.12); }
.btn-navy {
  background: rgba(255,255,255,.07); color: #eaf2fb;
  border: 1px solid var(--brd);
  -webkit-backdrop-filter: var(--blur); backdrop-filter: var(--blur);
  box-shadow: inset 0 1px 0 rgba(255,255,255,.15);
}
.btn-navy:hover { background: rgba(255,255,255,.13); border-color: var(--brd-lit); }

/* ---------- Page hero ---------- */
.page-hero { position: relative; overflow: hidden; color: #fff;
  background: radial-gradient(800px 400px at 75% 0%, rgba(120,170,225,.14), transparent 65%);
  border-bottom: 1px solid rgba(255,255,255,.05);
}
.page-hero::after { content: none; }
.page-hero .hero-inner { padding: 72px 0 78px; }
.page-hero h1 { font-size: clamp(2.1rem, 4.6vw, 3.4rem); font-weight: 800; letter-spacing: -1px; color: #fff; }
.page-hero p { color: #b9c9da; max-width: 64ch; margin-top: 14px; font-size: 1.02rem; }
.breadcrumb { font-size: .74rem; color: var(--sky-dark); margin-bottom: 16px; letter-spacing: 2px; text-transform: uppercase; font-weight: 700; }
.breadcrumb a { color: rgba(255,255,255,.55); }

/* ---------- Sections ---------- */
section.block { padding: 76px 0; }
section.block.alt { background: rgba(255,255,255,.022); border-top: 1px solid rgba(255,255,255,.05); border-bottom: 1px solid rgba(255,255,255,.05); }
.section-head { margin-bottom: 40px; }
.section-head .eyebrow { color: var(--sky-dark); font-weight: 800; font-size: .72rem; letter-spacing: 3.5px; text-transform: uppercase; }
.section-head h2 { font-size: clamp(1.6rem, 3.2vw, 2.3rem); font-weight: 800; letter-spacing: -.6px; margin-top: 6px; }
.section-head p { color: var(--text-muted); max-width: 66ch; margin-top: 10px; }
.section-head.center { text-align: center; }
.section-head.center p { margin-left: auto; margin-right: auto; }

/* ---------- Glass cards ---------- */
.grid { display: grid; gap: 22px; }
.grid.cols-3 { grid-template-columns: repeat(3, 1fr); }
.grid.cols-2 { grid-template-columns: repeat(2, 1fr); }
.grid.cols-4 { grid-template-columns: repeat(4, 1fr); }

.card {
  background: var(--glass);
  -webkit-backdrop-filter: var(--blur); backdrop-filter: var(--blur);
  border: 1px solid var(--brd);
  border-top-color: var(--brd-lit);
  border-radius: var(--radius);
  box-shadow: var(--shadow), inset 0 1px 0 rgba(255,255,255,.14);
  padding: 28px; position: relative; overflow: hidden;
  transition: transform .35s ease, border-color .35s, box-shadow .35s;
}
.card:hover { transform: translateY(-5px); border-color: var(--brd-lit); box-shadow: var(--shadow-lg), 0 0 0 1px rgba(255,255,255,.06), inset 0 1px 0 rgba(255,255,255,.2); }
.card h3 { font-size: 1.1rem; margin-bottom: 9px; }
.card p { color: var(--text-muted); font-size: .93rem; }
.card .tag {
  display: inline-block; background: rgba(255,255,255,.08); color: var(--sky);
  border: 1px solid var(--brd);
  font-size: .66rem; font-weight: 800; letter-spacing: 2px; text-transform: uppercase;
  padding: 5px 14px; border-radius: 99px; margin-bottom: 14px;
}
.card.navy { background: linear-gradient(160deg, rgba(120,170,225,.14), rgba(255,255,255,.03)); color: var(--text); }
.card.navy h3 { color: #fff; }
.card.navy p { color: var(--text); }

/* ---------- Match cards ---------- */
.match-strip { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; }
.match-card {
  background: var(--glass);
  -webkit-backdrop-filter: var(--blur); backdrop-filter: var(--blur);
  border: 1px solid var(--brd); border-radius: var(--radius);
  box-shadow: var(--shadow), inset 0 1px 0 rgba(255,255,255,.14);
  padding: 20px 22px; transition: transform .3s, border-color .3s;
}
.match-card:hover { transform: translateY(-4px); border-color: var(--brd-lit); }
.match-card .comp { font-size: .66rem; font-weight: 800; letter-spacing: 2px; text-transform: uppercase; color: var(--sky-dark); }
.match-card .fixture-row { display: flex; align-items: center; justify-content: space-between; margin: 16px 0 12px; gap: 10px; }
.team { display: flex; align-items: center; gap: 10px; font-weight: 700; color: var(--ink); font-size: .93rem; min-width: 0; }
.team .dot {
  width: 32px; height: 32px; border-radius: 50%; flex: none;
  display: flex; align-items: center; justify-content: center;
  font-size: .6rem; font-weight: 800; color: #fff; letter-spacing: .5px;
  background: rgba(255,255,255,.09); border: 1px solid var(--brd);
}
.dot.sfc { background: linear-gradient(160deg, rgba(150,195,240,.35), rgba(255,255,255,.06)); border-color: var(--brd-lit); box-shadow: 0 0 18px var(--ice-glow); }
.dot.opp { background: rgba(255,255,255,.07); color: #a9bacb; }
.score {
  background: linear-gradient(160deg, #f2f8fe, #cfe1f2); color: #0a1a30; font-weight: 800;
  padding: 6px 15px; border-radius: 12px; font-size: 1rem; letter-spacing: 1px; flex: none;
  font-family: "Sora",sans-serif;
  box-shadow: 0 6px 20px var(--ice-glow), inset 0 1px 0 rgba(255,255,255,.9);
}
.score.upcoming { background: rgba(255,255,255,.08); color: var(--sky); border: 1px solid var(--brd); font-size: .78rem; letter-spacing: 0; box-shadow: none; }
.match-card .meta { font-size: .78rem; color: var(--text-muted); }
.badge-win { color: #9be3b8; font-weight: 800; }
.badge-draw { color: #e7d99a; font-weight: 800; }
.badge-loss { color: #e9a9a9; font-weight: 800; }

/* ---------- Stats band ---------- */
.stats-band {
  padding: 24px 0; position: relative;
}
.stats-band .grid {
  text-align: center;
  background: var(--glass);
  -webkit-backdrop-filter: var(--blur); backdrop-filter: var(--blur);
  border: 1px solid var(--brd); border-radius: var(--radius);
  box-shadow: var(--shadow), inset 0 1px 0 rgba(255,255,255,.14);
  padding: 34px 20px; gap: 10px;
}
.stat .num {
  font-family: "Sora",sans-serif; font-size: 2.6rem; font-weight: 800; line-height: 1;
  background: linear-gradient(120deg, #ffffff 20%, #a9cbee 90%);
  -webkit-background-clip: text; background-clip: text; color: transparent;
}
.stat .lbl { font-size: .72rem; letter-spacing: 2.5px; text-transform: uppercase; color: var(--text-muted); margin-top: 10px; font-weight: 700; }

/* ---------- League table ---------- */
.table-wrap {
  background: var(--glass);
  -webkit-backdrop-filter: var(--blur); backdrop-filter: var(--blur);
  border: 1px solid var(--brd); border-radius: var(--radius);
  box-shadow: var(--shadow), inset 0 1px 0 rgba(255,255,255,.12);
  overflow-x: auto;
}
table.league { width: 100%; border-collapse: collapse; min-width: 560px; }
table.league th {
  background: rgba(255,255,255,.05); color: var(--sky-dark);
  font-size: .68rem; letter-spacing: 2px; text-transform: uppercase; text-align: left;
  padding: 15px 18px; border-bottom: 1px solid var(--brd);
}
table.league td { padding: 14px 18px; border-bottom: 1px solid rgba(255,255,255,.06); font-size: .92rem; color: var(--text); transition: background .2s; }
table.league tr:hover td { background: rgba(255,255,255,.035); }
table.league tr:last-child td { border-bottom: none; }
table.league tr.us td {
  background: linear-gradient(90deg, rgba(150,195,240,.15), rgba(150,195,240,.03));
  font-weight: 800; color: #fff; border-left: 3px solid #bcd8f2;
}
table.league .pos { font-weight: 800; color: var(--ink); font-family: "Sora",sans-serif; }

/* ---------- Timeline ---------- */
.timeline { position: relative; margin-top: 24px; }
.timeline::before {
  content: ""; position: absolute; left: 23px; top: 10px; bottom: 10px; width: 2px;
  background: linear-gradient(rgba(190,215,240,.6), rgba(190,215,240,.05));
}
.tl-item { position: relative; padding: 0 0 44px 76px; }
.tl-item:last-child { padding-bottom: 0; }
.tl-item .year {
  position: absolute; left: 0; top: 0; width: 48px; height: 48px; border-radius: 50%;
  background: var(--glass); -webkit-backdrop-filter: var(--blur); backdrop-filter: var(--blur);
  border: 1px solid var(--brd-lit);
  color: #fff; font-weight: 800; font-size: .56rem; font-family: "Sora",sans-serif;
  display: flex; align-items: center; justify-content: center; text-align: center;
  box-shadow: 0 8px 26px rgba(2,8,18,.5), inset 0 1px 0 rgba(255,255,255,.25), 0 0 22px var(--ice-glow);
}
.tl-item h3 { font-size: 1.14rem; }
.tl-item .tl-sub { color: var(--sky-dark); font-weight: 800; font-size: .72rem; letter-spacing: 2px; text-transform: uppercase; margin-bottom: 7px; }
.tl-item p { color: var(--text-muted); font-size: .94rem; max-width: 72ch; margin-top: 4px; }

/* ---------- Honours / firsts ---------- */
.honour { text-align: center; padding: 34px 20px; }
.honour .trophy { font-size: 2.4rem; filter: drop-shadow(0 6px 18px rgba(2,8,18,.6)); }
.honour h3 { margin-top: 14px; font-size: .98rem; }
.honour .years { color: var(--sky-dark); font-weight: 700; font-size: .84rem; margin-top: 6px; }

/* ---------- Sponsors / support ---------- */
.sponsor-tier { margin-bottom: 52px; }
.tier-label { display: inline-flex; align-items: center; gap: 12px; font-family: "Sora",sans-serif; font-weight: 800; color: var(--ink); font-size: 1.05rem; margin-bottom: 20px; }
.tier-label .bar { width: 36px; height: 4px; border-radius: 2px; background: linear-gradient(90deg, #cfe3f5, rgba(207,227,245,.15)); display: inline-block; }
.tier-label.gold .bar { background: linear-gradient(90deg, #fff, #9cc2e8); }
.sponsor-card { display: flex; flex-direction: column; align-items: center; text-align: center; padding: 34px 24px; }
.sponsor-logo {
  width: 92px; height: 92px; border-radius: 50%;
  display: flex; align-items: center; justify-content: center;
  font-family: "Sora",sans-serif; font-weight: 800; font-size: 1.5rem; color: #fff;
  background: linear-gradient(160deg, rgba(150,195,240,.3), rgba(255,255,255,.05));
  border: 1px solid var(--brd-lit);
  margin-bottom: 18px; letter-spacing: 1px;
  box-shadow: 0 14px 36px rgba(2,8,18,.5), inset 0 1px 0 rgba(255,255,255,.3), 0 0 30px var(--ice-glow);
}
.sponsor-card h3 { font-size: 1.02rem; }
.sponsor-card .role { color: var(--sky-dark); font-weight: 800; font-size: .72rem; letter-spacing: 2px; text-transform: uppercase; margin-bottom: 8px; }

.package { padding-top: 30px; }
.package::before { content: ""; position: absolute; top: 0; left: 0; right: 0; height: 3px;
  background: linear-gradient(90deg, transparent, rgba(207,227,245,.7), transparent); }
.package.gold::before { background: linear-gradient(90deg, transparent, #fff, transparent); }
.package.gold { box-shadow: var(--shadow), 0 0 44px rgba(150,190,235,.16), inset 0 1px 0 rgba(255,255,255,.2); }
.package .price { font-family: "Sora",sans-serif; font-size: 1.9rem; font-weight: 800; color: #fff; margin: 8px 0 16px; }
.package ul { list-style: none; margin: 0 0 20px; }
.package ul li { padding: 8px 0 8px 28px; position: relative; font-size: .9rem; color: var(--text-muted); border-bottom: 1px dashed rgba(255,255,255,.1); }
.package ul li::before { content: "✦"; position: absolute; left: 2px; color: var(--sky); font-weight: 900; }

/* ---------- Contact ---------- */
.contact-grid { display: grid; grid-template-columns: 1.1fr .9fr; gap: 28px; align-items: start; }
.contact-info-item { display: flex; gap: 16px; padding: 18px 0; border-bottom: 1px solid rgba(255,255,255,.08); }
.contact-info-item:last-child { border-bottom: none; }
.ci-icon {
  width: 48px; height: 48px; flex: none; border-radius: 14px;
  background: rgba(255,255,255,.07); border: 1px solid var(--brd);
  display: flex; align-items: center; justify-content: center; font-size: 1.2rem;
  box-shadow: inset 0 1px 0 rgba(255,255,255,.15);
}
.contact-info-item h3 { font-size: .95rem; }
.contact-info-item p { font-size: .9rem; color: var(--text-muted); }

form.contact-form { display: grid; gap: 16px; }
.form-row { display: grid; grid-template-columns: 1fr 1fr; gap: 16px; }
label { font-weight: 700; font-size: .78rem; color: var(--sky); display: block; margin-bottom: 7px; letter-spacing: .5px; }
input, select, textarea {
  width: 100%; padding: 14px 16px; border-radius: 14px;
  border: 1px solid var(--brd); font-family: inherit; font-size: .93rem;
  background: rgba(255,255,255,.055); color: #fff;
  transition: border-color .25s, box-shadow .25s, background .25s;
}
input::placeholder, textarea::placeholder { color: rgba(180,200,220,.45); }
select { color: var(--text); }
select option { background: #0b1a30; color: #eaf2fb; }
input:focus, select:focus, textarea:focus {
  outline: none; border-color: rgba(200,225,245,.6); background: rgba(255,255,255,.08);
  box-shadow: 0 0 0 4px rgba(150,190,235,.15);
}
textarea { resize: vertical; min-height: 130px; }

.map-placeholder {
  background: var(--glass);
  -webkit-backdrop-filter: var(--blur); backdrop-filter: var(--blur);
  border: 1px solid var(--brd); border-radius: var(--radius);
  color: var(--text);
  display: flex; flex-direction: column; align-items: center; justify-content: center;
  text-align: center; padding: 40px 24px; min-height: 220px;
  box-shadow: var(--shadow), inset 0 1px 0 rgba(255,255,255,.12);
}
.map-placeholder strong { color: #fff; font-size: 1.05rem; }

/* ---------- News cards ---------- */
.news-card { padding: 0; overflow: hidden; }
.news-card .thumb {
  height: 150px; display: flex; align-items: center; justify-content: center; font-size: 2.6rem;
  background: linear-gradient(160deg, rgba(120,170,225,.18), rgba(255,255,255,.02));
  border-bottom: 1px solid var(--brd);
}
.news-card .body { padding: 22px 24px 26px; }
.news-card .date { font-size: .7rem; color: var(--sky-dark); letter-spacing: 2px; text-transform: uppercase; font-weight: 800; }
.news-card h3 { margin-top: 8px; }

/* ---------- CTA band ---------- */
.cta-band { padding: 60px 0 84px; text-align: center; position: relative; }
.cta-band::before { content: none; }
.cta-band .container {
  background: linear-gradient(160deg, rgba(150,195,240,.14), rgba(255,255,255,.03));
  -webkit-backdrop-filter: var(--blur); backdrop-filter: var(--blur);
  border: 1px solid var(--brd-lit); border-radius: 28px;
  padding: 60px 36px;
  box-shadow: var(--shadow-lg), inset 0 1px 0 rgba(255,255,255,.22), 0 0 70px rgba(120,170,225,.1);
}
.cta-band h2 { font-size: clamp(1.6rem, 3.4vw, 2.4rem); font-weight: 800; color: #fff; letter-spacing: -.5px; }
.cta-band p { color: var(--text-muted); max-width: 58ch; margin: 14px auto 30px; }

/* ---------- Footer ---------- */
footer.site-footer {
  background: rgba(3,8,16,.7);
  -webkit-backdrop-filter: var(--blur); backdrop-filter: var(--blur);
  border-top: 1px solid rgba(255,255,255,.07);
  color: var(--text-muted); padding: 60px 0 0;
}
.footer-grid { display: grid; grid-template-columns: 1.4fr 1fr 1fr 1fr; gap: 32px; padding-bottom: 44px; }
.footer-grid h4 { color: #fff; font-size: .78rem; letter-spacing: 2.5px; text-transform: uppercase; margin-bottom: 16px; }
.footer-grid ul { list-style: none; }
.footer-grid ul li { margin-bottom: 10px; font-size: .88rem; }
.footer-grid a { color: var(--text-muted); }
.footer-grid a:hover { color: var(--sky); }
.footer-brand { display: flex; align-items: center; gap: 12px; margin-bottom: 16px; }
.footer-brand .crest { width: 46px; height: 46px; }
.footer-brand span { color: #fff; font-family: "Sora",sans-serif; font-weight: 800; }
.footer-bottom { border-top: 1px solid rgba(255,255,255,.06); padding: 20px 0; font-size: .76rem; text-align: center; }

/* ---------- Squad / players ---------- */
.pos-label { display: inline-flex; align-items: center; gap: 12px; font-family: "Sora",sans-serif; font-weight: 800; color: var(--ink); font-size: 1.05rem; margin: 0 0 20px; }
.pos-label .bar { width: 36px; height: 4px; border-radius: 2px; background: linear-gradient(90deg, #cfe3f5, rgba(207,227,245,.15)); display: inline-block; }
.player-card { padding: 0; overflow: hidden; }
.player-top { position: relative; padding: 28px 22px 20px; display: flex; align-items: center; gap: 16px;
  background: linear-gradient(160deg, rgba(120,170,225,.16), rgba(255,255,255,.02));
  border-bottom: 1px solid var(--brd); }
.player-top .shirt-no { position: absolute; right: 16px; top: 6px; font-family: "Sora",sans-serif; font-size: 3.2rem; font-weight: 800; color: rgba(255,255,255,.08); line-height: 1; }
.player-avatar {
  width: 62px; height: 62px; border-radius: 50%; flex: none;
  background: linear-gradient(160deg, rgba(150,195,240,.3), rgba(255,255,255,.05));
  border: 1px solid var(--brd-lit);
  display: flex; align-items: center; justify-content: center;
  font-family: "Sora",sans-serif; font-weight: 800; font-size: 1.15rem; color: #fff;
  box-shadow: inset 0 1px 0 rgba(255,255,255,.3), 0 8px 24px rgba(2,8,18,.4);
}
.player-top h3 { color: #fff; font-size: 1.02rem; line-height: 1.2; }
.player-top .pos { color: var(--sky-dark); font-size: .66rem; font-weight: 800; letter-spacing: 2px; text-transform: uppercase; }
.player-body { padding: 16px 22px 22px; }
.player-body p { color: var(--text-muted); font-size: .88rem; }
.player-stats { display: flex; margin-top: 14px; border-top: 1px solid rgba(255,255,255,.08); padding-top: 12px; }
.player-stats .ps { flex: 1; text-align: center; }
.player-stats .ps + .ps { border-left: 1px solid rgba(255,255,255,.08); }
.player-stats .v { font-family: "Sora",sans-serif; font-weight: 800; color: #fff; font-size: 1.15rem; line-height: 1; }
.player-stats .k { font-size: .6rem; letter-spacing: 1.6px; text-transform: uppercase; color: var(--text-muted); margin-top: 5px; }
.captain-badge {
  display: inline-block; background: linear-gradient(160deg, #f2f8fe, #c9dcef); color: #0a1a30;
  font-size: .58rem; font-weight: 800; letter-spacing: 1.2px; text-transform: uppercase;
  padding: 3px 10px; border-radius: 99px; margin-left: 8px; vertical-align: middle;
}
.staff-card { display: flex; align-items: center; gap: 16px; }
.staff-card .player-avatar { width: 52px; height: 52px; font-size: .95rem; }
.staff-card h3 { margin-bottom: 2px; font-size: 1rem; }
.staff-card .pos { color: var(--sky-dark); font-size: .68rem; font-weight: 800; letter-spacing: 1.6px; text-transform: uppercase; }

/* ---------- Statistics ---------- */
.stat-cards { display: grid; grid-template-columns: repeat(4, 1fr); gap: 16px; }
.stat-card {
  background: var(--glass);
  -webkit-backdrop-filter: var(--blur); backdrop-filter: var(--blur);
  border: 1px solid var(--brd); border-radius: var(--radius);
  box-shadow: var(--shadow), inset 0 1px 0 rgba(255,255,255,.14);
  padding: 26px 20px; text-align: center; position: relative; overflow: hidden;
  transition: transform .3s, border-color .3s;
}
.stat-card:hover { transform: translateY(-4px); border-color: var(--brd-lit); }
.stat-card::before { content: ""; position: absolute; top: 0; left: 15%; right: 15%; height: 2px;
  background: linear-gradient(90deg, transparent, rgba(207,227,245,.6), transparent); }
.stat-card.good::before { background: linear-gradient(90deg, transparent, rgba(155,227,184,.8), transparent); }
.stat-card.bad::before { background: linear-gradient(90deg, transparent, rgba(233,169,169,.6), transparent); }
.stat-card .big { font-family: "Sora",sans-serif; font-size: 2.3rem; font-weight: 800; line-height: 1;
  background: linear-gradient(120deg, #fff 20%, #a9cbee 90%);
  -webkit-background-clip: text; background-clip: text; color: transparent; }
.stat-card .cap { font-size: .68rem; letter-spacing: 2px; text-transform: uppercase; color: var(--text-muted); margin-top: 10px; font-weight: 700; }

.bar-row { display: flex; align-items: center; gap: 14px; margin-bottom: 15px; }
.bar-row .bl { flex: 0 0 150px; font-size: .84rem; font-weight: 700; color: var(--text); text-align: right; }
.bar-row .track { flex: 1; background: rgba(255,255,255,.07); border: 1px solid rgba(255,255,255,.06); border-radius: 99px; height: 16px; overflow: hidden; }
.bar-row .fill { height: 100%; border-radius: 99px;
  background: linear-gradient(90deg, rgba(150,195,240,.5), #cfe3f5);
  box-shadow: 0 0 16px var(--ice-glow); }
.bar-row .bv { flex: 0 0 52px; font-family: "Sora",sans-serif; font-weight: 800; color: #fff; font-size: .9rem; }

.form-pills { display: flex; gap: 10px; flex-wrap: wrap; }
.form-pill {
  width: 42px; height: 42px; border-radius: 50%; display: flex; align-items: center; justify-content: center;
  font-family: "Sora",sans-serif; font-weight: 800; font-size: .95rem; color: #fff;
  border: 1px solid var(--brd-lit);
  background: rgba(255,255,255,.07);
  box-shadow: inset 0 1px 0 rgba(255,255,255,.2);
}
.form-pill.W { background: linear-gradient(160deg, rgba(120,220,160,.35), rgba(255,255,255,.04)); }
.form-pill.D { background: linear-gradient(160deg, rgba(230,215,150,.3), rgba(255,255,255,.04)); }
.form-pill.L { background: linear-gradient(160deg, rgba(230,160,160,.3), rgba(255,255,255,.04)); }

.analysis-box {
  background: var(--glass);
  -webkit-backdrop-filter: var(--blur); backdrop-filter: var(--blur);
  border: 1px solid var(--brd); border-left: 3px solid rgba(207,227,245,.6);
  border-radius: 0 var(--radius) var(--radius) 0;
  box-shadow: var(--shadow), inset 0 1px 0 rgba(255,255,255,.1);
  padding: 24px 28px; margin-bottom: 18px;
}
.analysis-box h3 { font-size: 1.04rem; margin-bottom: 7px; }
.analysis-box p { color: var(--text-muted); font-size: .93rem; }

.scorer-row { display: flex; align-items: center; gap: 14px; padding: 13px 0; border-bottom: 1px solid rgba(255,255,255,.08); }
.scorer-row:last-child { border-bottom: none; }
.scorer-row .rank { width: 26px; font-family: "Sora",sans-serif; font-weight: 800; color: var(--sky-dark); }
.scorer-row .player-avatar { width: 42px; height: 42px; font-size: .82rem; }
.scorer-row .nm { flex: 1; font-weight: 700; color: var(--ink); font-size: .95rem; }
.scorer-row .gls {
  font-family: "Sora",sans-serif; font-weight: 800; color: #0a1a30;
  background: linear-gradient(160deg, #f2f8fe, #c9dcef);
  padding: 4px 15px; border-radius: 99px; font-size: .9rem;
  box-shadow: 0 4px 14px var(--ice-glow), inset 0 1px 0 rgba(255,255,255,.9);
}

/* ---------- Media ---------- */
.media-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; }
.media-tile {
  position: relative; border-radius: var(--radius); overflow: hidden;
  background: linear-gradient(160deg, rgba(120,170,225,.15), rgba(255,255,255,.03));
  border: 1px solid var(--brd);
  aspect-ratio: 4 / 3;
  box-shadow: var(--shadow), inset 0 1px 0 rgba(255,255,255,.12);
  display: flex; align-items: center; justify-content: center;
  color: var(--sky); font-size: 2.6rem;
  transition: transform .3s, border-color .3s;
}
.media-tile:hover { transform: translateY(-4px) scale(1.01); border-color: var(--brd-lit); }
.media-tile .mt-cap {
  position: absolute; left: 0; right: 0; bottom: 0;
  background: rgba(4,10,20,.65);
  -webkit-backdrop-filter: var(--blur); backdrop-filter: var(--blur);
  border-top: 1px solid rgba(255,255,255,.08);
  color: var(--text); font-size: .78rem; font-weight: 600; padding: 10px 16px;
}
.video-frame {
  border-radius: var(--radius); overflow: hidden; position: relative;
  border: 1px solid var(--brd-lit);
  box-shadow: var(--shadow-lg), 0 0 60px rgba(120,170,225,.12);
}
.video-frame video { display: block; width: 100%; }
.video-note { font-size: .8rem; color: var(--text-muted); margin-top: 12px; }

/* ---------- Responsive ---------- */
@media (max-width: 900px) {
  .grid.cols-3, .grid.cols-4, .stat-cards, .media-grid { grid-template-columns: repeat(2, 1fr); }
  .bar-row .bl { flex-basis: 110px; font-size: .78rem; }
  .match-strip { grid-template-columns: 1fr; }
  .contact-grid { grid-template-columns: 1fr; }
  .footer-grid { grid-template-columns: 1fr 1fr; }
}
@media (max-width: 640px) {
  .grid.cols-2, .grid.cols-3, .grid.cols-4, .stat-cards, .media-grid { grid-template-columns: 1fr; }
  .form-row { grid-template-columns: 1fr; }
  .nav-toggle { display: block; }
  nav.main-nav { display: none; width: 100%; flex-direction: column; align-items: stretch; padding-bottom: 14px; }
  nav.main-nav.open { display: flex; }
  nav.main-nav a { text-align: center; }
  .nav-inner { flex-wrap: wrap; }
  .hero-inner { padding: 70px 0 84px; }
}
@media (prefers-reduced-motion: reduce) {
  *, *::before, *::after { transition: none !important; animation: none !important; }
}

/* ---------- Official player cards gallery ---------- */
.pcards { gap: 22px; }
.pcard-wrap { margin: 0; }
.pcard {
  width: 100%; border-radius: var(--radius);
  border: 1px solid var(--brd);
  box-shadow: var(--shadow), inset 0 1px 0 rgba(255,255,255,.1);
  transition: transform .35s ease, box-shadow .35s, border-color .35s;
}
.pcard:hover { transform: translateY(-6px) scale(1.015); border-color: var(--brd-lit); box-shadow: var(--shadow-lg), 0 0 44px rgba(120,170,225,.18); }
.pcard-wrap figcaption { margin-top: 10px; text-align: center; font-size: .82rem; color: var(--text-muted); font-weight: 600; }

/* ---------- Jersey world map ---------- */
#jersey-map {
  height: 480px; border-radius: var(--radius); overflow: hidden;
  border: 1px solid var(--brd-lit);
  box-shadow: var(--shadow-lg), 0 0 60px rgba(120,170,225,.1);
  background: #0a1626;
}
#jersey-map .leaflet-control-attribution { background: rgba(4,10,20,.7); color: #6b7f94; font-size: 10px; }
#jersey-map .leaflet-control-attribution a { color: #9fb9d4; }
#jersey-map .leaflet-popup-content-wrapper { background: rgba(13,26,46,.95); color: #eaf2fb; border-radius: 12px; border: 1px solid rgba(255,255,255,.18); }
#jersey-map .leaflet-popup-tip { background: rgba(13,26,46,.95); }
@media (max-width: 640px) { #jersey-map { height: 340px; } }
