/* ===================================================================
   BestBetAdvisor.com - Warm Paper (crème / bordeaux / or, éditorial)
   Mise en page unique : hero centré + ruban, classement zig-zag à anneaux,
   matrice comparative, liste de licences rayée, conseils numérotés.
   CSS statique pur. Aucun préprocesseur, aucun CDN, aucune police externe.
   =================================================================== */

:root {
  --bg: #f4efe6;
  --bg-2: #ece3d4;
  --surface: #fffdf8;
  --surface-2: #f8f2e7;

  --ink: #2a1820;
  --wine: #7c1d3a;
  --wine-dark: #5e1430;
  --wine-soft: rgba(124, 29, 58, 0.09);
  --wine-border: rgba(124, 29, 58, 0.24);
  --gold: #b8862f;
  --gold-bright: #d3a44a;
  --gold-soft: rgba(184, 134, 47, 0.14);

  --text: #3a2a30;
  --text-muted: #786a6e;
  --text-dim: #a89aa0;
  --positive: #2f7d4f;
  --danger: #b3261e;

  --ring-track: #e6dac6;
  --border: #e4d9c7;
  --border-2: #d6c8b1;

  --radius: 16px;
  --radius-sm: 10px;
  --shadow: 0 18px 44px rgba(42, 24, 32, 0.10);
  --shadow-sm: 0 8px 20px rgba(42, 24, 32, 0.07);
  --shadow-wine: 0 16px 36px rgba(124, 29, 58, 0.18);

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

  --maxw: 1180px;
}

* { box-sizing: border-box; margin: 0; padding: 0; }
html { scroll-behavior: smooth; }
body { font-family: var(--font-body); color: var(--text); background: var(--bg); line-height: 1.6; -webkit-font-smoothing: antialiased; overflow-x: hidden; }
a { color: var(--wine); 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.18; font-weight: 700; color: var(--ink); }

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

/* ---------- En-tête ---------- */
header { position: sticky; top: 0; z-index: 50; background: rgba(244, 239, 230, 0.92); 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(--ink); }
.logo:hover { text-decoration: none; }
.logo-mark { display: grid; place-items: center; width: 40px; height: 40px; border-radius: 11px; background: var(--wine); color: var(--gold-bright); }
.logo-text { font-family: var(--font-display); font-weight: 700; font-size: 1.2rem; letter-spacing: 0.01em; }
.logo-best { color: var(--ink); }
.logo-bet { color: var(--wine); }
.logo-advisor { color: var(--gold); }

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(--ink); background: var(--bg-2); text-decoration: none; }
nav a.nav-cta { color: #fff; background: var(--wine); font-weight: 700; }
nav a.nav-cta:hover { background: var(--wine-dark); box-shadow: var(--shadow-wine); }
.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(--wine); border-radius: 2px; }

/* ---------- Boutons ---------- */
.btn { display: inline-block; padding: 13px 26px; border-radius: 11px; font-weight: 700; font-size: 0.95rem; text-align: center; cursor: pointer; border: 2px solid transparent; transition: transform 0.15s, box-shadow 0.2s, background 0.2s; font-family: var(--font-body); }
.btn:hover { text-decoration: none; transform: translateY(-2px); }
.btn-accent { background: var(--wine); color: #fff; box-shadow: var(--shadow-wine); }
.btn-accent:hover { background: var(--wine-dark); }
.btn-outline { background: transparent; color: var(--wine); border-color: var(--wine-border); }
.btn-outline:hover { background: var(--wine-soft); }
.btn-visit { background: var(--wine); color: #fff; box-shadow: var(--shadow-sm); padding: 11px 30px; }
.btn-visit:hover { background: var(--wine-dark); }
.btn-mini { display: inline-block; background: var(--gold); color: #fff; font-weight: 700; font-size: 0.78rem; padding: 6px 14px; border-radius: 8px; }
.btn-mini:hover { background: #9c7124; text-decoration: none; }

/* ---------- HERO ---------- */
.hero { padding: clamp(44px, 7vw, 90px) 0 clamp(36px, 5vw, 64px); text-align: center; }
.updated-badge { display: inline-block; font-size: 0.78rem; letter-spacing: 0.05em; text-transform: uppercase; color: var(--wine); background: var(--wine-soft); border: 1px solid var(--wine-border); padding: 6px 16px; border-radius: 999px; margin-bottom: 20px; font-weight: 700; font-family: var(--font-body); }
.hero h1 { font-size: clamp(2rem, 5vw, 3.4rem); max-width: 18ch; margin: 0 auto 16px; }
.subtitle { color: var(--text-muted); font-size: clamp(1rem, 2.1vw, 1.16rem); max-width: 62ch; margin: 0 auto; }
.hero-actions { display: flex; gap: 14px; justify-content: center; flex-wrap: wrap; margin: 28px 0 34px; }
.hero-ribbon { display: inline-flex; align-items: center; gap: 22px; flex-wrap: wrap; justify-content: center; background: var(--surface); border: 1px solid var(--border-2); border-radius: 999px; padding: 14px 30px; box-shadow: var(--shadow-sm); }
.ribbon-item { text-align: center; }
.ribbon-item strong { display: block; font-family: var(--font-display); font-size: 1.35rem; color: var(--wine); }
.ribbon-item span { font-size: 0.76rem; color: var(--text-muted); }
.ribbon-sep { width: 1px; height: 30px; background: var(--border-2); }

/* ---------- 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: 72ch; margin: 0 auto 38px; }

.stars { color: var(--gold-bright); font-size: 0.95rem; letter-spacing: 1px; }

/* ---------- Logos opérateurs ---------- */
.book-logo { display: inline-flex; align-items: center; font-weight: 800; font-size: 1.05rem; letter-spacing: -0.01em; padding: 6px 12px; 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; }
.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; }
.book-netbet span { color: #ff6a00; }

/* ---------- Classement zig-zag avec anneaux ---------- */
.ranking { padding: clamp(36px, 5vw, 60px) 0; }
.op-list { list-style: none; display: flex; flex-direction: column; gap: 18px; counter-reset: op; }
.op-row { display: flex; align-items: center; gap: 28px; background: var(--surface); border: 1px solid var(--border-2); border-radius: var(--radius); padding: 24px 28px; box-shadow: var(--shadow-sm); transition: transform 0.18s, box-shadow 0.2s, border-color 0.18s; }
.op-row:hover { transform: translateY(-3px); box-shadow: var(--shadow); border-color: var(--wine-border); }
.op-row--top { border: 2px solid var(--wine); box-shadow: var(--shadow-wine); }
.op-list .op-row:nth-child(even) { flex-direction: row-reverse; }

.op-ring { display: flex; flex-direction: column; align-items: center; gap: 8px; flex-shrink: 0; }
.ring { position: relative; width: 74px; height: 74px; border-radius: 50%; background: conic-gradient(var(--wine) calc(var(--p) * 1%), var(--ring-track) 0); }
.ring::before { content: ""; position: absolute; inset: 7px; border-radius: 50%; background: var(--surface); }
.ring span { position: absolute; inset: 0; display: grid; place-items: center; font-family: var(--font-display); font-weight: 700; font-size: 1.15rem; color: var(--ink); }
.op-pos { font-size: 0.72rem; font-weight: 800; letter-spacing: 0.05em; text-transform: uppercase; color: var(--wine); }

.op-main { flex: 1; min-width: 0; }
.op-head { display: flex; align-items: center; gap: 12px; flex-wrap: wrap; margin-bottom: 8px; }
.op-tag { font-size: 0.72rem; letter-spacing: 0.04em; text-transform: uppercase; color: var(--gold); font-weight: 800; }
.op-verdict { color: var(--text-muted); font-size: 0.96rem; margin-bottom: 10px; }
.op-meta { display: flex; gap: 16px; flex-wrap: wrap; align-items: center; }
.op-offer { font-family: var(--font-display); font-weight: 700; color: var(--wine); font-size: 1.05rem; }
.op-lic { font-family: var(--font-mono); font-size: 0.72rem; color: var(--text-dim); border: 1px solid var(--border); border-radius: 6px; padding: 2px 8px; }

.op-cta { display: flex; flex-direction: column; align-items: center; gap: 8px; flex-shrink: 0; }

.op-note { text-align: center; color: var(--text-dim); font-size: 0.8rem; margin-top: 18px; }

/* ---------- Comparatif : matrice ---------- */
.compare { padding: clamp(36px, 5vw, 60px) 0; }
.compare-wrap { overflow-x: auto; border: 1px solid var(--border-2); border-radius: var(--radius); background: var(--surface); box-shadow: var(--shadow-sm); -webkit-overflow-scrolling: touch; }
.compare-table { width: 100%; border-collapse: collapse; min-width: 760px; }
.compare-table thead th { text-align: left; font-family: var(--font-body); font-size: 0.76rem; letter-spacing: 0.04em; text-transform: uppercase; color: #fff; padding: 14px 16px; background: var(--wine); }
.compare-table tbody td { padding: 14px 16px; border-bottom: 1px solid var(--border); color: var(--text-muted); font-size: 0.92rem; vertical-align: middle; }
.compare-table tbody tr:nth-child(even) { background: var(--surface-2); }
.compare-table tbody tr:last-child td { border-bottom: 0; }
.cmp-note { display: inline-grid; place-items: center; min-width: 44px; padding: 5px 10px; font-family: var(--font-display); font-weight: 700; color: #fff; background: var(--wine); border-radius: 8px; }
.cmp-stars { color: var(--gold-bright); white-space: nowrap; }
.cmp-lic { font-family: var(--font-mono); font-size: 0.8rem; color: var(--ink); }

/* ---------- Licences : liste rayée ---------- */
.licensing { padding: clamp(36px, 5vw, 60px) 0; }
.lic-list { list-style: none; border: 1px solid var(--border-2); border-radius: var(--radius); overflow: hidden; box-shadow: var(--shadow-sm); }
.lic-line { display: grid; grid-template-columns: 130px 1fr auto auto auto; align-items: center; gap: 18px; padding: 16px 22px; background: var(--surface); border-bottom: 1px solid var(--border); }
.lic-line:nth-child(even) { background: var(--surface-2); }
.lic-line:last-child { border-bottom: 0; }
.lic-soc { font-weight: 700; color: var(--ink); font-size: 0.92rem; }
.lic-num { font-family: var(--font-mono); font-weight: 700; color: var(--ink); font-size: 0.85rem; }
.lic-status { display: inline-flex; align-items: center; gap: 6px; color: var(--positive); font-weight: 700; font-size: 0.85rem; }
.lic-status::before { content: ""; width: 8px; height: 8px; border-radius: 50%; background: var(--positive); }
.lic-line a { font-weight: 700; font-size: 0.85rem; color: var(--wine); white-space: nowrap; }
.lic-foot { text-align: center; color: var(--text-dim); font-size: 0.82rem; margin-top: 18px; }

/* ---------- Conseils d'expert ---------- */
.advice { padding: clamp(36px, 5vw, 60px) 0; }
.advice-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 18px; }
.advice-card { background: var(--surface); border: 1px solid var(--border-2); border-radius: var(--radius); padding: 26px 22px; box-shadow: var(--shadow-sm); position: relative; }
.advice-num { width: 40px; height: 40px; display: grid; place-items: center; font-family: var(--font-display); font-weight: 700; font-size: 1.2rem; color: var(--wine); background: var(--wine-soft); border: 1px solid var(--wine-border); border-radius: 50%; margin-bottom: 14px; }
.advice-card h3 { font-size: 1.08rem; margin-bottom: 8px; }
.advice-card p { color: var(--text-muted); font-size: 0.9rem; }

/* ---------- FAQ ---------- */
.faq { padding: clamp(36px, 5vw, 60px) 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-2); border-radius: var(--radius-sm); overflow: hidden; box-shadow: var(--shadow-sm); }
.faq-q { width: 100%; display: flex; align-items: center; justify-content: space-between; gap: 16px; background: none; border: 0; color: var(--ink); cursor: pointer; font-family: var(--font-display); font-size: 1.02rem; font-weight: 700; text-align: left; padding: 17px 22px; }
.faq-icon { color: var(--wine); 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 22px 18px; font-size: 0.94rem; }

/* ---------- Pages internes (SPA) ---------- */
.content-page { display: none; padding: clamp(36px, 6vw, 64px) 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(--gold); 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-2); border-radius: var(--radius); overflow: hidden; box-shadow: var(--shadow-sm); }
.review-header { display: flex; align-items: center; justify-content: space-between; gap: 16px; flex-wrap: wrap; padding: 20px 26px; background: var(--surface-2); border-bottom: 1px solid var(--border); }
.review-score { text-align: right; }
.score-number { font-family: var(--font-display); font-size: 1.5rem; font-weight: 700; color: var(--wine); }
.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(--wine); }
.review-content p { color: var(--text-muted); margin-bottom: 10px; }
.review-content strong { color: var(--ink); }

.methodology-section, .safer-section, .about-section, .legal-section { background: var(--surface); border: 1px solid var(--border-2); border-radius: var(--radius); padding: 26px 28px; margin-bottom: 18px; box-shadow: var(--shadow-sm); }
.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(--wine); 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(--ink); }
.methodology-note { font-size: 0.92rem; padding: 12px 16px; border-radius: var(--radius-sm); background: rgba(179, 38, 30, 0.07); border: 1px solid rgba(179, 38, 30, 0.22); }
.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(--ink); }
.methodology-final { background: var(--wine-soft); border: 1px solid var(--wine-border); border-radius: var(--radius); padding: 28px; }
.methodology-final h3 { color: var(--wine); 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: 700; color: var(--wine); 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: #fff; font-weight: 800; background: var(--positive); border-radius: 50%; }
.check-list strong { color: var(--ink); }
.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%; }

.warning-box { background: rgba(179, 38, 30, 0.06); border: 1px solid rgba(179, 38, 30, 0.25); border-radius: var(--radius); padding: 24px 26px; margin-bottom: 18px; }
.warning-box h3 { color: var(--danger); 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(--wine); margin-bottom: 8px; }
.support-card p { font-size: 0.9rem; color: var(--text-muted); margin-bottom: 6px; }
.safer-final { background: var(--gold-soft); border: 1px solid rgba(184, 134, 47, 0.32); border-radius: var(--radius); padding: 22px 26px; }
.safer-final p { color: var(--ink); }

.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-2); border-radius: var(--radius); padding: 22px 24px; box-shadow: var(--shadow-sm); }
.contact-method h3 { font-size: 1.08rem; margin-bottom: 10px; color: var(--wine); }
.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(--gold-soft); border: 1px solid rgba(184, 134, 47, 0.32); border-radius: var(--radius); padding: 20px 24px; }
.contact-disclaimer p { color: var(--ink); }
.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(--wine); margin-bottom: 6px; }
.cookie-category p { color: var(--text-muted); font-size: 0.9rem; margin: 0; }

/* ---------- Pied de page ---------- */
footer { background: var(--ink); color: #d7c9ce; 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: #fff; font-size: 1.05rem; margin-bottom: 14px; }
.footer-column p { color: #b8a9af; font-size: 0.9rem; margin-bottom: 8px; }
.footer-column .location { color: #8a7b81; }
.footer-column ul { list-style: none; }
.footer-column li { margin-bottom: 9px; }
.footer-column a { color: #b8a9af; font-size: 0.9rem; }
.footer-column a:hover { color: var(--gold-bright); }
.disclaimer { border: 1px solid rgba(255, 255, 255, 0.1); border-radius: var(--radius); padding: 24px 26px; margin-bottom: 22px; background: rgba(255, 255, 255, 0.03); }
.disclaimer-head { display: flex; align-items: center; gap: 12px; margin-bottom: 14px; }
.disclaimer-badge { background: var(--wine); color: #fff; font-weight: 800; padding: 5px 11px; border-radius: 8px; font-size: 0.9rem; }
.disclaimer h3 { font-size: 1rem; color: #fff; }
.disclaimer p { color: #b8a9af; font-size: 0.87rem; margin-bottom: 8px; }
.disclaimer strong { color: #fff; }
.copyright { text-align: center; color: #8a7b81; font-size: 0.82rem; padding-top: 18px; border-top: 1px solid rgba(255, 255, 255, 0.1); }

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

/* ===================================================================
   Responsive
   =================================================================== */
@media (max-width: 920px) {
  .advice-grid { grid-template-columns: 1fr 1fr; }
  .footer-grid { grid-template-columns: 1fr 1fr; gap: 24px; }
  .lic-line { grid-template-columns: 110px 1fr auto; grid-template-areas: "logo soc soc" "num status link"; gap: 12px 16px; }
  .lic-line .book-logo { grid-area: logo; }
  .lic-soc { grid-area: soc; }
  .lic-num { grid-area: num; }
  .lic-status { grid-area: status; }
  .lic-line 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: var(--surface); border-bottom: 1px solid var(--border); padding: 14px 18px; transform: translateY(-12px); opacity: 0; pointer-events: none; transition: opacity 0.2s, transform 0.2s; box-shadow: var(--shadow); }
  nav.open { transform: none; opacity: 1; pointer-events: auto; }
  nav a { padding: 12px 14px; }
  nav a.nav-cta { text-align: center; }
  .op-row, .op-list .op-row:nth-child(even) { flex-direction: column; text-align: center; gap: 16px; }
  .op-head { justify-content: center; }
  .op-meta { justify-content: center; }
}

@media (max-width: 560px) {
  .advice-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; }
  .ribbon-sep { display: none; }
}
