/* ===================================================================
   FootballOddsZone.com - Stadium Night (vert pelouse sur fond nuit)
   Mise en page unique : carte de match, cartes de notation à barres, panneau ANJ.
   CSS statique pur. Aucun préprocesseur, aucun CDN, aucune police externe.
   =================================================================== */

:root {
  --bg: #0b1410;
  --surface: #11201a;
  --surface-2: #16291f;
  --panel: #0a120e;

  --grass: #36d97a;
  --grass-bright: #5af09a;
  --grass-soft: rgba(54, 217, 122, 0.12);
  --grass-border: rgba(54, 217, 122, 0.34);
  --ink-on-grass: #06190f;

  --amber: #ffd23b;
  --amber-soft: rgba(255, 210, 59, 0.16);

  --text: #e9f3ec;
  --text-muted: #93a89c;
  --text-dim: #66786e;
  --positive: #36d97a;
  --danger: #ef5350;

  --border: rgba(255, 255, 255, 0.08);
  --border-2: rgba(255, 255, 255, 0.15);
  --line: rgba(255, 255, 255, 0.14);

  --radius: 16px;
  --radius-sm: 10px;
  --shadow: 0 18px 46px rgba(0, 0, 0, 0.5);
  --shadow-sm: 0 8px 22px rgba(0, 0, 0, 0.35);
  --shadow-grass: 0 14px 36px rgba(54, 217, 122, 0.18);

  --font-display: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
  --font-body: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
  --font-mono: "SFMono-Regular", Consolas, "Liberation Mono", Menlo, monospace;

  --maxw: 1200px;
}

* { box-sizing: border-box; margin: 0; padding: 0; }
html { scroll-behavior: smooth; }
body { font-family: var(--font-body); color: var(--text); background: radial-gradient(1100px 520px at 85% -10%, rgba(54, 217, 122, 0.10), transparent 60%), var(--bg); line-height: 1.6; -webkit-font-smoothing: antialiased; overflow-x: hidden; }
a { color: var(--grass-bright); text-decoration: none; }
a:hover { text-decoration: underline; }
.container { width: 100%; max-width: var(--maxw); margin: 0 auto; padding: 0 22px; }
h1, h2, h3, h4 { font-family: var(--font-display); line-height: 1.15; font-weight: 800; color: var(--text); letter-spacing: -0.015em; }

/* ---------- Bandeau ---------- */
.warning-banner { background: var(--panel); color: #c5d6cc; text-align: center; font-size: 0.8rem; padding: 9px 14px; border-bottom: 1px solid var(--border); }
.warning-banner span { display: inline-block; background: var(--grass); color: var(--ink-on-grass); font-weight: 800; border-radius: 5px; padding: 1px 7px; margin-right: 4px; font-size: 0.74rem; }
.warning-banner strong { color: var(--grass-bright); }

/* ---------- En-tête ---------- */
header { position: sticky; top: 0; z-index: 50; background: rgba(11, 20, 16, 0.9); backdrop-filter: blur(12px); border-bottom: 1px solid var(--border); }
.header-inner { display: flex; align-items: center; justify-content: space-between; height: 70px; }
.logo { display: flex; align-items: center; gap: 10px; color: var(--text); }
.logo:hover { text-decoration: none; }
.logo-mark { display: grid; place-items: center; width: 40px; height: 40px; border-radius: 11px; background: var(--panel); border: 1px solid var(--grass-border); color: var(--grass); }
.logo-text { font-family: var(--font-display); font-weight: 800; font-size: 1.14rem; }
.logo-football { color: var(--text); }
.logo-odds { color: var(--grass); }
.logo-zone { color: var(--text-muted); }
nav { display: flex; align-items: center; gap: 4px; }
nav a { color: var(--text-muted); font-size: 0.92rem; font-weight: 600; padding: 9px 13px; border-radius: 8px; transition: color 0.18s, background 0.18s; }
nav a:hover { color: var(--text); background: rgba(255, 255, 255, 0.05); text-decoration: none; }
nav a.nav-cta { color: var(--ink-on-grass); background: var(--grass); font-weight: 800; }
nav a.nav-cta:hover { background: var(--grass-bright); }
.nav-toggle { display: none; flex-direction: column; gap: 5px; background: none; border: 0; cursor: pointer; padding: 8px; }
.nav-toggle span { width: 24px; height: 2px; background: var(--grass); border-radius: 2px; }

/* ---------- Boutons ---------- */
.btn { display: inline-block; padding: 12px 24px; border-radius: 10px; font-weight: 700; font-size: 0.93rem; text-align: center; cursor: pointer; border: 1.5px solid transparent; transition: transform 0.15s, box-shadow 0.2s, background 0.2s; }
.btn:hover { text-decoration: none; transform: translateY(-2px); }
.btn-accent { background: var(--grass); color: var(--ink-on-grass); font-weight: 800; box-shadow: var(--shadow-grass); }
.btn-accent:hover { background: var(--grass-bright); }
.btn-outline { background: transparent; color: var(--grass-bright); border-color: var(--grass-border); }
.btn-outline:hover { background: var(--grass-soft); }
.btn-visit { background: var(--surface-2); color: var(--text); border-color: var(--border-2); }
.btn-visit:hover { border-color: var(--grass-border); color: var(--grass-bright); }
.btn-block { display: block; width: 100%; }
.btn-mini { display: inline-block; background: var(--grass); color: var(--ink-on-grass); font-weight: 800; font-size: 0.78rem; padding: 6px 14px; border-radius: 8px; }
.btn-mini:hover { background: var(--grass-bright); text-decoration: none; }

/* ---------- Hero ---------- */
.hero { padding: clamp(44px, 7vw, 86px) 0 clamp(30px, 4vw, 52px); text-align: center; }
.kickoff-badge { display: inline-block; font-size: 0.78rem; letter-spacing: 0.04em; text-transform: uppercase; color: var(--grass-bright); background: var(--grass-soft); border: 1px solid var(--grass-border); padding: 6px 16px; border-radius: 999px; margin-bottom: 20px; font-weight: 700; }
.hero h1 { font-size: clamp(2rem, 4.8vw, 3.3rem); max-width: 19ch; margin: 0 auto 16px; }
.subtitle { color: var(--text-muted); font-size: clamp(1rem, 2.1vw, 1.16rem); max-width: 64ch; margin: 0 auto; }
.hero-actions { display: flex; gap: 14px; justify-content: center; flex-wrap: wrap; margin: 28px 0 30px; }
.league-chips { list-style: none; display: flex; gap: 10px; flex-wrap: wrap; justify-content: center; }
.league-chips li { font-size: 0.8rem; font-weight: 700; color: var(--text-muted); background: var(--surface); border: 1px solid var(--border-2); padding: 6px 14px; border-radius: 999px; }

/* ---------- Titres ---------- */
.section-title { font-size: clamp(1.6rem, 3.5vw, 2.3rem); text-align: center; margin-bottom: 12px; }
.section-lead { text-align: center; color: var(--text-muted); max-width: 74ch; margin: 0 auto 34px; }

.stars { color: var(--amber); font-size: 0.92rem; letter-spacing: 1px; white-space: nowrap; }

/* ---------- Logos opérateurs ---------- */
.book-logo { display: inline-flex; align-items: center; font-weight: 800; font-size: 1.02rem; letter-spacing: -0.01em; padding: 6px 11px; border-radius: 8px; font-family: var(--font-body); line-height: 1; white-space: nowrap; }
.book-winamax { background: #e2001a; color: #fff; text-transform: lowercase; }
.book-betclic { background: #0a1f3d; color: #fff; text-transform: lowercase; border: 1px solid #1d3a66; }
.book-betclic::first-letter { color: #19a0e6; }
.book-unibet { background: #14854a; color: #fff; text-transform: lowercase; }
.book-pmu { background: #0a7a4f; color: #fff; letter-spacing: 0.04em; }
.book-netbet { background: #14181f; color: #fff; border: 1px solid #2a3140; }
.book-netbet span { color: #ff6a00; }

/* ---------- Match de la semaine ---------- */
.odds { padding: clamp(36px, 5vw, 58px) 0; }
.match-card { max-width: 820px; margin: 0 auto; background: var(--surface); border: 1px solid var(--border-2); border-radius: var(--radius); overflow: hidden; box-shadow: var(--shadow-sm); }
.match-head { padding: 22px 24px; background: linear-gradient(135deg, #123a25, var(--panel)); border-bottom: 1px solid var(--border); text-align: center; position: relative; }
.match-head::after { content: ""; position: absolute; left: 50%; top: 0; bottom: 0; width: 1px; background: var(--line); opacity: 0.5; }
.match-comp { display: inline-block; font-size: 0.74rem; letter-spacing: 0.06em; text-transform: uppercase; color: var(--grass-bright); margin-bottom: 10px; font-weight: 700; }
.match-teams { display: flex; align-items: center; justify-content: center; gap: 18px; }
.team { font-family: var(--font-display); font-weight: 800; font-size: clamp(1.1rem, 3vw, 1.6rem); color: #fff; }
.match-vs { font-size: 0.82rem; font-weight: 800; color: var(--ink-on-grass); background: var(--grass); border-radius: 50%; width: 36px; height: 36px; display: grid; place-items: center; }
.match-kick { display: block; margin-top: 10px; font-size: 0.8rem; color: var(--text-muted); }

.odds-table-wrap { overflow-x: auto; -webkit-overflow-scrolling: touch; }
.odds-table { width: 100%; border-collapse: collapse; min-width: 520px; }
.odds-table thead th { text-align: center; font-size: 0.74rem; letter-spacing: 0.03em; text-transform: uppercase; color: var(--text-muted); padding: 12px 14px; border-bottom: 1px solid var(--border); }
.odds-table thead th:first-child { text-align: left; }
.odds-table thead th small { color: var(--text-dim); font-weight: 600; }
.odds-table td { padding: 12px 14px; border-bottom: 1px solid var(--border); text-align: center; }
.odds-table td:first-child { text-align: left; }
.odds-table tbody tr:last-child td { border-bottom: 0; }
.odd { display: inline-block; min-width: 50px; padding: 6px 10px; font-family: var(--font-mono); font-weight: 700; font-size: 0.95rem; color: var(--text); background: var(--surface-2); border-radius: 7px; }
.odd.best { background: var(--amber-soft); color: var(--amber); box-shadow: inset 0 0 0 1.5px var(--amber); }
.odds-foot { font-size: 0.8rem; color: var(--text-dim); padding: 14px 24px; background: var(--panel); }
.best-key { display: inline-block; width: 12px; height: 12px; border-radius: 3px; background: var(--amber-soft); box-shadow: inset 0 0 0 1.5px var(--amber); vertical-align: middle; margin-right: 4px; }

/* ---------- Classement : cartes de notation ---------- */
.ranking { padding: clamp(36px, 5vw, 58px) 0; }
.rate-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(210px, 1fr)); gap: 18px; }
.rate-card { background: var(--surface); border: 1px solid var(--border); border-top: 3px solid var(--grass); border-radius: var(--radius); padding: 20px 20px 22px; box-shadow: var(--shadow-sm); transition: transform 0.18s, box-shadow 0.2s, border-color 0.18s; }
.rate-card:hover { transform: translateY(-4px); box-shadow: var(--shadow); }
.rate-card--top { border: 2px solid var(--grass); box-shadow: var(--shadow-grass); }
.rate-top { display: flex; align-items: center; justify-content: space-between; margin-bottom: 14px; }
.rate-pos { font-size: 0.72rem; font-weight: 800; letter-spacing: 0.05em; text-transform: uppercase; color: var(--text-dim); }
.rate-card--top .rate-pos { color: var(--grass-bright); }
.rate-badge { font-family: var(--font-display); font-weight: 800; font-size: 1.2rem; color: var(--ink-on-grass); background: var(--grass); border-radius: 10px; padding: 4px 12px; }
.rate-card .book-logo { margin-bottom: 10px; }
.rate-tag { font-size: 0.72rem; letter-spacing: 0.04em; text-transform: uppercase; color: var(--amber); font-weight: 800; margin-bottom: 14px; }
.rate-stats { display: flex; flex-direction: column; gap: 9px; margin-bottom: 16px; }
.stat { display: grid; grid-template-columns: 52px 1fr; align-items: center; gap: 10px; }
.stat-l { font-size: 0.74rem; color: var(--text-muted); font-weight: 600; }
.bar { height: 7px; background: var(--surface-2); border-radius: 5px; overflow: hidden; }
.bar i { display: block; height: 100%; background: linear-gradient(90deg, var(--grass), var(--grass-bright)); border-radius: 5px; }
.rate-offer { font-family: var(--font-display); font-weight: 700; color: var(--grass-bright); font-size: 0.98rem; margin-bottom: 14px; }
.rate-lic { font-family: var(--font-mono); font-size: 0.66rem; color: var(--text-dim); margin-top: 10px; }
.rate-note { text-align: center; color: var(--text-dim); font-size: 0.8rem; margin-top: 18px; }

/* ---------- Terrain : comment on note ---------- */
.field { padding: clamp(36px, 5vw, 58px) 0; }
.field-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 16px; }
.field-card { background: var(--surface); border: 1px solid var(--border); border-radius: var(--radius); padding: 22px 20px; position: relative; overflow: hidden; }
.field-card::before { content: ""; position: absolute; inset: 0 auto auto 0; width: 4px; height: 100%; background: var(--grass); }
.field-num { font-family: var(--font-display); font-weight: 800; font-size: 1.5rem; color: var(--grass); opacity: 0.5; }
.field-card h3 { font-size: 1.05rem; margin: 4px 0 6px; }
.field-card p { color: var(--text-muted); font-size: 0.88rem; }
.field-link { text-align: center; margin-top: 22px; }
.field-link a { font-weight: 700; }

/* ---------- Licences : panneau de conformité ---------- */
.licensing { padding: clamp(36px, 5vw, 58px) 0; }
.conformity { background: var(--surface); border: 1px solid var(--grass-border); border-radius: var(--radius); padding: clamp(22px, 4vw, 36px); box-shadow: var(--shadow-sm); }
.conformity-head { display: flex; align-items: center; gap: 18px; margin-bottom: 22px; }
.shield { flex-shrink: 0; width: 54px; height: 54px; display: grid; place-items: center; border-radius: 14px; background: var(--grass-soft); border: 1px solid var(--grass-border); font-size: 1.6rem; }
.conformity-head h2 { font-size: clamp(1.4rem, 3vw, 1.9rem); margin-bottom: 4px; }
.conformity-head p { color: var(--text-muted); font-size: 0.95rem; }
.conformity-list { border: 1px solid var(--border); border-radius: var(--radius-sm); overflow: hidden; }
.cf-row { display: grid; grid-template-columns: 120px 1fr auto auto auto; align-items: center; gap: 16px; padding: 14px 18px; border-bottom: 1px solid var(--border); }
.cf-row:nth-child(even) { background: var(--surface-2); }
.cf-row:last-child { border-bottom: 0; }
.cf-soc { color: var(--text); font-weight: 700; font-size: 0.9rem; }
.cf-num { font-family: var(--font-mono); font-weight: 700; color: var(--text-muted); font-size: 0.82rem; }
.cf-status { display: inline-flex; align-items: center; gap: 6px; color: var(--positive); font-weight: 700; font-size: 0.84rem; }
.cf-status::before { content: ""; width: 8px; height: 8px; border-radius: 50%; background: var(--positive); box-shadow: 0 0 8px var(--positive); }
.cf-row a { font-weight: 700; font-size: 0.84rem; white-space: nowrap; }
.conformity-foot { color: var(--text-dim); font-size: 0.82rem; margin-top: 16px; }

/* ---------- FAQ ---------- */
.faq { padding: clamp(36px, 5vw, 58px) 0; }
.faq-list { max-width: 820px; margin: 0 auto; display: flex; flex-direction: column; gap: 12px; }
.faq-item { background: var(--surface); border: 1px solid var(--border); border-radius: var(--radius-sm); overflow: hidden; }
.faq-q { width: 100%; display: flex; align-items: center; justify-content: space-between; gap: 16px; background: none; border: 0; color: var(--text); cursor: pointer; font-family: var(--font-display); font-size: 1rem; font-weight: 700; text-align: left; padding: 16px 20px; }
.faq-icon { color: var(--grass-bright); font-size: 1.4rem; flex-shrink: 0; transition: transform 0.2s; font-weight: 700; }
.faq-item.open .faq-icon { transform: rotate(45deg); }
.faq-a { max-height: 0; overflow: hidden; transition: max-height 0.28s ease; }
.faq-item.open .faq-a { max-height: 320px; }
.faq-a p { color: var(--text-muted); padding: 0 20px 18px; font-size: 0.93rem; }

/* ---------- Pages internes (SPA) ---------- */
.content-page { display: none; padding: clamp(34px, 6vw, 60px) 0; border-top: 1px solid var(--border); }
.content-page.active { display: block; animation: fadeIn 0.35s ease; }
@keyframes fadeIn { from { opacity: 0; transform: translateY(10px); } to { opacity: 1; transform: none; } }
.page-title { font-size: clamp(1.8rem, 4vw, 2.5rem); margin-bottom: 24px; padding-bottom: 12px; border-bottom: 3px solid var(--grass); display: inline-block; }
.review-intro p, .methodology-intro p, .about-intro p, .legal-intro p, .contact-intro p, .safer-intro p { color: var(--text-muted); font-size: 1.05rem; max-width: 75ch; margin-bottom: 14px; }

.review-detailed { display: flex; flex-direction: column; gap: 22px; margin-top: 24px; }
.review-block { background: var(--surface); border: 1px solid var(--border); border-radius: var(--radius); overflow: hidden; }
.review-header { display: flex; align-items: center; justify-content: space-between; gap: 16px; flex-wrap: wrap; padding: 20px 26px; background: var(--panel); border-bottom: 1px solid var(--border); }
.review-score { text-align: right; }
.score-number { font-family: var(--font-display); font-size: 1.5rem; font-weight: 800; color: var(--grass-bright); }
.review-content { padding: 22px 26px; }
.review-content h3 { font-size: 1.3rem; margin-bottom: 6px; }
.review-content h4 { font-size: 1rem; margin: 16px 0 8px; color: var(--grass-bright); }
.review-content p { color: var(--text-muted); margin-bottom: 10px; }
.review-content strong { color: var(--text); }
.cons-list { list-style: none; margin: 8px 0; }
.cons-list li { position: relative; padding-left: 28px; margin-bottom: 8px; color: var(--text-muted); }
.cons-list li::before { content: "\2715"; position: absolute; left: 0; top: 1px; width: 20px; height: 20px; display: grid; place-items: center; font-size: 0.7rem; color: #fff; font-weight: 800; background: var(--danger); border-radius: 50%; }

.methodology-section, .safer-section, .about-section, .legal-section { background: var(--surface); border: 1px solid var(--border); border-radius: var(--radius); padding: 26px 28px; margin-bottom: 18px; }
.methodology-section h3, .safer-section h3, .about-section h3, .legal-section h3 { font-size: 1.2rem; margin-bottom: 12px; }
.methodology-section h4, .legal-section h4 { color: var(--grass-bright); margin: 14px 0 8px; font-size: 1rem; }
.methodology-section p, .safer-section p, .about-section p, .legal-section p { color: var(--text-muted); margin-bottom: 10px; }
.methodology-section strong, .safer-section strong, .about-section strong, .legal-section strong { color: var(--text); }
.methodology-note { font-size: 0.92rem; padding: 12px 16px; border-radius: var(--radius-sm); background: rgba(239, 83, 80, 0.1); border: 1px solid rgba(239, 83, 80, 0.28); }
.scoring-table { margin-top: 16px; }
.scoring-table table { width: 100%; border-collapse: collapse; margin-top: 8px; }
.scoring-table td { padding: 10px 14px; border: 1px solid var(--border); color: var(--text-muted); font-size: 0.92rem; }
.scoring-table td strong { color: var(--text); }
.methodology-final { background: var(--grass-soft); border: 1px solid var(--grass-border); border-radius: var(--radius); padding: 28px; }
.methodology-final h3 { color: var(--grass-bright); margin-bottom: 12px; }
.score-breakdown { display: grid; grid-template-columns: repeat(auto-fit, minmax(170px, 1fr)); gap: 12px; margin-top: 18px; }
.score-item { background: var(--surface); border: 1px solid var(--border); border-radius: var(--radius-sm); padding: 14px 16px; }
.score-item span { font-family: var(--font-display); font-weight: 800; color: var(--grass-bright); font-size: 1.05rem; }
.score-item p { font-size: 0.85rem; color: var(--text-muted); margin: 4px 0 0; }

.check-list { list-style: none; margin: 12px 0; }
.check-list li { position: relative; padding-left: 30px; margin-bottom: 9px; color: var(--text-muted); }
.check-list li::before { content: "\2713"; position: absolute; left: 0; top: 1px; width: 20px; height: 20px; display: grid; place-items: center; font-size: 0.72rem; color: var(--ink-on-grass); font-weight: 800; background: var(--positive); border-radius: 50%; }
.check-list strong { color: var(--text); }

.warning-box { background: rgba(239, 83, 80, 0.09); border: 1px solid rgba(239, 83, 80, 0.3); border-radius: var(--radius); padding: 24px 26px; margin-bottom: 18px; }
.warning-box h3 { color: #ff8b89; margin-bottom: 8px; }
.warning-box p { color: var(--text-muted); }
.support-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(230px, 1fr)); gap: 16px; margin-top: 16px; }
.support-card { background: var(--surface-2); border: 1px solid var(--border); border-radius: var(--radius-sm); padding: 18px 20px; }
.support-card h4 { color: var(--grass-bright); margin-bottom: 8px; }
.support-card p { font-size: 0.9rem; color: var(--text-muted); margin-bottom: 6px; }
.safer-final { background: var(--grass-soft); border: 1px solid var(--grass-border); border-radius: var(--radius); padding: 22px 26px; }
.safer-final p { color: var(--text); }

.contact-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(260px, 1fr)); gap: 16px; margin: 24px 0; }
.contact-method { background: var(--surface); border: 1px solid var(--border); border-radius: var(--radius); padding: 22px 24px; }
.contact-method h3 { font-size: 1.08rem; margin-bottom: 10px; color: var(--grass-bright); }
.contact-method p { color: var(--text-muted); font-size: 0.92rem; margin-bottom: 8px; }
.contact-note { font-style: italic; color: var(--text-dim); }
.contact-disclaimer { background: var(--grass-soft); border: 1px solid var(--grass-border); border-radius: var(--radius); padding: 20px 24px; }
.contact-disclaimer p { color: var(--text); }
.cookie-category { border: 1px solid var(--border); border-radius: var(--radius-sm); padding: 16px 18px; margin-bottom: 12px; background: var(--surface-2); }
.cookie-category h4 { color: var(--grass-bright); margin-bottom: 6px; }
.cookie-category p { color: var(--text-muted); font-size: 0.9rem; margin: 0; }

/* ---------- Pied de page ---------- */
footer { background: var(--panel); border-top: 1px solid var(--border); padding: clamp(40px, 6vw, 60px) 0 28px; margin-top: 40px; }
.footer-grid { display: grid; grid-template-columns: 1.6fr 1fr 1fr 1.4fr; gap: 32px; margin-bottom: 34px; }
.footer-column h4 { color: var(--grass-bright); font-size: 1.05rem; margin-bottom: 14px; }
.footer-column p { color: var(--text-muted); font-size: 0.9rem; margin-bottom: 8px; }
.footer-column .location { color: var(--text-dim); }
.footer-column ul { list-style: none; }
.footer-column li { margin-bottom: 9px; }
.footer-column a { color: var(--text-muted); font-size: 0.9rem; }
.footer-column a:hover { color: var(--grass-bright); }
.disclaimer { border: 1px solid var(--border); border-radius: var(--radius); padding: 24px 26px; margin-bottom: 22px; background: var(--surface); }
.disclaimer-head { display: flex; align-items: center; gap: 12px; margin-bottom: 14px; }
.disclaimer-badge { background: var(--grass); color: var(--ink-on-grass); font-weight: 800; padding: 5px 11px; border-radius: 8px; font-size: 0.9rem; }
.disclaimer h3 { font-size: 1rem; color: var(--text); }
.disclaimer p { color: var(--text-muted); font-size: 0.87rem; margin-bottom: 8px; }
.disclaimer strong { color: var(--text); }
.copyright { text-align: center; color: var(--text-dim); font-size: 0.82rem; padding-top: 18px; border-top: 1px solid var(--border); }

/* ---------- Bouton remonter ---------- */
.scroll-top { position: fixed; right: 22px; bottom: 22px; z-index: 60; width: 46px; height: 46px; border-radius: 50%; border: 0; background: var(--grass); color: var(--ink-on-grass); font-size: 1.3rem; cursor: pointer; opacity: 0; pointer-events: none; transition: opacity 0.25s, transform 0.2s; box-shadow: var(--shadow-grass); }
.scroll-top.show { opacity: 1; pointer-events: auto; }
.scroll-top:hover { transform: translateY(-3px); background: var(--grass-bright); }

/* ===================================================================
   Responsive
   =================================================================== */
@media (max-width: 920px) {
  .field-grid { grid-template-columns: 1fr 1fr; }
  .footer-grid { grid-template-columns: 1fr 1fr; gap: 24px; }
  .cf-row { grid-template-columns: 110px 1fr auto; grid-template-areas: "logo soc soc" "num status link"; gap: 10px 14px; }
  .cf-row .book-logo { grid-area: logo; }
  .cf-soc { grid-area: soc; }
  .cf-num { grid-area: num; }
  .cf-status { grid-area: status; }
  .cf-row a { grid-area: link; }
}

@media (max-width: 720px) {
  .nav-toggle { display: flex; }
  nav { position: absolute; top: 70px; left: 0; right: 0; flex-direction: column; align-items: stretch; gap: 4px; background: rgba(11, 20, 16, 0.98); border-bottom: 1px solid var(--border); padding: 14px 18px; transform: translateY(-12px); opacity: 0; pointer-events: none; transition: opacity 0.2s, transform 0.2s; }
  nav.open { transform: none; opacity: 1; pointer-events: auto; }
  nav a { padding: 12px 14px; }
  nav a.nav-cta { text-align: center; }
}

@media (max-width: 520px) {
  .field-grid { grid-template-columns: 1fr; }
  .footer-grid { grid-template-columns: 1fr; }
  .review-header { flex-direction: column; align-items: flex-start; }
  .review-score { text-align: left; }
  .match-teams { gap: 10px; }
}
