
  /* ═══════════════════════════════════════════
     PariView — Comparateur de paris sportifs
     Design: modern, premium, French-market
     ═══════════════════════════════════════════ */

  :root {
    --pv-navy: #0c1a3a;
    --pv-navy-light: #13244d;
    --pv-navy-mid: #1b3060;
    --pv-teal: #0d9488;
    --pv-teal-light: #2dd4bf;
    --pv-teal-bg: #ecfdf5;
    --pv-emerald: #059669;
    --pv-gold: #f59e0b;
    --pv-amber: #fbbf24;
    --pv-gray-900: #111827;
    --pv-gray-700: #374151;
    --pv-gray-500: #6b7280;
    --pv-gray-300: #d1d5db;
    --pv-gray-200: #e5e7eb;
    --pv-gray-100: #f3f4f6;
    --pv-gray-50: #f9fafb;
    --pv-white: #ffffff;
    --pv-shadow-sm: 0 4px 14px rgba(12, 26, 58, 0.06);
    --pv-shadow: 0 10px 30px rgba(12, 26, 58, 0.08);
    --pv-shadow-lg: 0 20px 50px rgba(12, 26, 58, 0.12);
    --pv-radius: 12px;
    --pv-radius-sm: 8px;
    --pv-radius-full: 9999px;
    --pv-transition: 200ms cubic-bezier(0.4, 0, 0.2, 1);
    font-family: "Inter", system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  }

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

  body {
    margin: 0;
    color: var(--pv-gray-900);
    background: var(--pv-white);
    font-family: "Inter", system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
    line-height: 1.65;
    -webkit-font-smoothing: antialiased;
  }

  img, svg { max-width: 100%; height: auto; display: block; }
  a { color: var(--pv-teal); text-decoration-thickness: 0.08em; text-underline-offset: 0.2em; transition: color var(--pv-transition); }
  a:hover { color: var(--pv-emerald); }
  button, input, select, textarea { font: inherit; }

  .container { width: min(1160px, calc(100% - 40px)); margin-inline: auto; }
  .narrow { width: min(840px, calc(100% - 40px)); }

  .skip-link {
    position: absolute;
    left: 20px;
    top: -100px;
    background: var(--pv-navy);
    color: var(--pv-white);
    padding: 12px 20px;
    border-radius: var(--pv-radius-sm);
    z-index: 30;
    font-weight: 700;
  }
  .skip-link:focus { top: 16px; }

  .sr-only {
    position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px;
    overflow: hidden; clip: rect(0,0,0,0); white-space: nowrap; border: 0;
  }

  /* === Responsible Bar === */
  .responsible-bar { background: var(--pv-navy); color: rgba(255,255,255,0.9); font-size: 0.85rem; }
  .bar-inner { min-height: 40px; display: flex; align-items: center; gap: 10px; padding: 6px 0; }
  .age-badge {
    display: inline-flex; width: 34px; height: 26px; align-items: center; justify-content: center;
    border: 1.5px solid rgba(255,255,255,0.45); border-radius: var(--pv-radius-full);
    font-weight: 800; font-size: 0.82rem;
  }
  .bar-icon {
    display: inline-flex; width: 24px; height: 24px; align-items: center; justify-content: center;
    background: var(--pv-teal); border-radius: var(--pv-radius-full); font-weight: 800; font-size: 0.75rem;
  }

  /* === Header === */
  .site-header {
    position: sticky; top: 0; z-index: 20; background: rgba(255,255,255,0.97);
    border-bottom: 1px solid var(--pv-gray-200); backdrop-filter: blur(16px);
    transition: box-shadow var(--pv-transition);
  }
  .site-header.is-scrolled { box-shadow: var(--pv-shadow); }
  .header-inner { min-height: 72px; display: flex; align-items: center; justify-content: space-between; gap: 24px; }
  .brand { display: inline-flex; align-items: center; text-decoration: none; flex-shrink: 0; }
  .primary-nav { display: flex; align-items: center; gap: 2px; }
  .primary-nav a {
    color: var(--pv-gray-900); text-decoration: none; font-weight: 600; font-size: 0.92rem;
    padding: 10px 14px; border-radius: var(--pv-radius-sm); transition: background var(--pv-transition), color var(--pv-transition);
  }
  .primary-nav a:hover, .primary-nav a:focus-visible { background: var(--pv-gray-100); color: var(--pv-teal); }
  .menu-toggle { display: none; width: 44px; height: 44px; border: 1px solid var(--pv-gray-200); border-radius: var(--pv-radius-sm); background: var(--pv-white); padding: 10px; cursor: pointer; }
  .menu-toggle span:not(.sr-only) { display: block; height: 2.5px; background: var(--pv-navy); margin: 5px 0; border-radius: 2px; }

  /* === Hero === */
  .hero { background: linear-gradient(160deg, #f0fdfa 0%, #ffffff 40%, #eff6ff 100%); border-bottom: 1px solid var(--pv-gray-200); position: relative; overflow: hidden; }
  .hero-grid { display: grid; grid-template-columns: minmax(0, 1.4fr) minmax(280px, 0.6fr); gap: 48px; align-items: center; padding: 80px 0 60px; }
  .page-hero { background: linear-gradient(160deg, #f0fdfa 0%, #ffffff 100%); border-bottom: 1px solid var(--pv-gray-200); padding: 56px 0; }
  .review-hero { padding: 48px 0; }
  .review-hero-grid { display: grid; grid-template-columns: minmax(0, 1fr) 260px; gap: 36px; align-items: center; }
  .eyebrow { color: var(--pv-teal); font-weight: 700; text-transform: uppercase; font-size: 0.75rem; letter-spacing: 0.05em; margin: 0 0 12px; }

  h1, h2, h3 { color: var(--pv-navy); line-height: 1.15; letter-spacing: -0.02em; margin: 0 0 14px; }
  h1 { font-size: clamp(2rem, 4.5vw, 3.75rem); max-width: 880px; font-weight: 800; }
  h2 { font-size: clamp(1.5rem, 2.2vw, 2.25rem); font-weight: 700; }
  h3 { font-size: 1.1rem; font-weight: 700; }
  p { margin: 0 0 16px; color: var(--pv-gray-700); }
  .hero-lead, .page-hero p { font-size: 1.1rem; color: var(--pv-gray-500); max-width: 720px; line-height: 1.7; }

  .trust-row { display: flex; flex-wrap: wrap; gap: 10px; margin: 28px 0; }
  .trust-row span { display: inline-flex; align-items: center; min-height: 34px; padding: 6px 12px; background: var(--pv-gray-50); border: 1px solid var(--pv-gray-200); border-radius: var(--pv-radius-full); color: var(--pv-gray-700); font-weight: 600; font-size: 0.85rem; gap: 6px; }
  .trust-row span::before { content: ""; }

  .hero-actions, .card-actions, .cookie-actions { display: flex; flex-wrap: wrap; gap: 12px; align-items: center; }

  .btn {
    min-height: 46px; display: inline-flex; align-items: center; justify-content: center; gap: 8px;
    padding: 11px 22px; border-radius: var(--pv-radius-full); border: 1px solid transparent;
    font-weight: 700; font-size: 0.92rem; text-decoration: none; cursor: pointer;
    transition: all var(--pv-transition); white-space: nowrap;
  }
  .btn-primary { background: linear-gradient(135deg, var(--pv-navy) 0%, var(--pv-navy-light) 100%); color: var(--pv-white); box-shadow: 0 4px 14px rgba(12, 26, 58, 0.2); }
  .btn-primary:hover { background: linear-gradient(135deg, var(--pv-navy-light) 0%, var(--pv-navy-mid) 100%); color: var(--pv-white); transform: translateY(-2px); box-shadow: 0 8px 24px rgba(12, 26, 58, 0.3); }
  .btn-secondary { background: var(--pv-teal-bg); color: var(--pv-teal); border-color: rgba(13, 148, 136, 0.2); }
  .btn-secondary:hover { background: var(--pv-teal); color: var(--pv-white); border-color: var(--pv-teal); transform: translateY(-2px); }
  .btn-ghost { background: var(--pv-white); color: var(--pv-navy); border-color: var(--pv-gray-200); }

  .hero-panel, .rating-panel, .callout, .side-summary, .contact-panel { background: var(--pv-white); border: 1px solid var(--pv-gray-200); border-radius: var(--pv-radius); box-shadow: var(--pv-shadow-lg); padding: 24px; }

  .panel-metric { display: flex; justify-content: space-between; align-items: baseline; gap: 16px; border-bottom: 1px solid var(--pv-gray-100); padding: 16px 0; }
  .panel-metric:last-of-type { border-bottom: none; }
  .panel-metric span { color: var(--pv-teal); font-size: 2.2rem; font-weight: 900; line-height: 1; }
  .panel-metric strong { color: var(--pv-gray-500); font-weight: 600; }

  .section { padding: 64px 0; }
  .section-soft { background: var(--pv-gray-50); }
  .section-head { margin-bottom: 32px; }
  .section-head p { color: var(--pv-gray-500); max-width: 720px; }

  .ranking-grid, .card-grid { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 20px; }

  .ranking-card, .offer-card, .review-card { position: relative; background: var(--pv-white); border: 1px solid var(--pv-gray-200); border-radius: var(--pv-radius); padding: 20px; box-shadow: var(--pv-shadow-sm); transition: transform var(--pv-transition), box-shadow var(--pv-transition); }
  .ranking-card:hover, .offer-card:hover, .review-card:hover { transform: translateY(-4px); box-shadow: var(--pv-shadow); }

  .rank-pill { position: absolute; top: 16px; right: 16px; min-width: 40px; min-height: 28px; display: inline-flex; align-items: center; justify-content: center; background: var(--pv-navy); color: var(--pv-white); border-radius: var(--pv-radius-full); font-weight: 800; font-size: 0.85rem; }

  .operator-head { display: flex; gap: 14px; align-items: flex-start; margin-bottom: 18px; padding-right: 50px; }
  .operator-head h3 { margin: 0 0 6px; font-size: 1.1rem; }
  .operator-head p { color: var(--pv-gray-500); font-size: 0.9rem; margin: 0; line-height: 1.5; }

  .operator-mark { flex: 0 0 auto; display: inline-flex; width: 48px; height: 48px; align-items: center; justify-content: center; border-radius: var(--pv-radius-sm); background: var(--mark); color: var(--pv-white); font-weight: 900; font-size: 1rem; box-shadow: 0 4px 12px rgba(0,0,0,0.1); }

  .offer-box { background: var(--pv-gray-50); border: 1px solid var(--pv-gray-200); border-radius: var(--pv-radius-sm); padding: 14px; margin: 18px 0; }
  .offer-box span, .fine-print, .muted { color: var(--pv-gray-500); font-size: 0.85rem; }
  .offer-box span { display: block; margin-bottom: 4px; }
  .offer-box strong { display: block; color: var(--pv-navy); font-size: 1.08rem; }
  .offer-box small { display: block; color: var(--pv-gray-500); margin-top: 6px; font-size: 0.82rem; }

  .score-row { display: flex; align-items: center; justify-content: space-between; gap: 12px; margin: 16px 0; }
  .score-row strong { display: block; color: var(--pv-teal); font-size: 1.35rem; font-weight: 800; }
  .score-row span { color: var(--pv-gray-500); font-size: 0.85rem; }
  .stars { color: var(--pv-amber); letter-spacing: 0.04em; white-space: nowrap; font-size: 1.05rem; }
  .text-link { font-weight: 700; color: var(--pv-teal); text-decoration: none; }
  .text-link:hover { color: var(--pv-emerald); }

  .two-col, .contact-grid { display: grid; grid-template-columns: minmax(0, 1fr) minmax(280px, 0.7fr); gap: 40px; align-items: start; }
  .editorial-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 32px; }
  .editorial-grid article, .article-body { color: var(--pv-gray-700); }
  .editorial-grid article { border-top: 3px solid var(--pv-teal); padding-top: 18px; }
  .editorial-grid h2 { margin-bottom: 10px; }

  .info-list { display: grid; gap: 16px; }
  .info-list article { background: var(--pv-white); border: 1px solid var(--pv-gray-200); border-radius: var(--pv-radius-sm); padding: 18px; box-shadow: var(--pv-shadow-sm); }
  .info-list h3 { margin-bottom: 6px; font-size: 1rem; }
  .info-list p { color: var(--pv-gray-500); font-size: 0.88rem; margin: 0; }

  .criteria-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 10px; margin: 18px 0; }
  .criteria-grid span { background: var(--pv-gray-50); border-radius: var(--pv-radius-sm); padding: 12px; color: var(--pv-gray-500); font-size: 0.85rem; }
  .criteria-grid strong { display: block; color: var(--pv-navy); font-weight: 700; }

  .compact-list { display: grid; gap: 12px; margin: 18px 0; }
  .compact-list div { display: grid; grid-template-columns: 130px 1fr; gap: 12px; padding-bottom: 12px; border-bottom: 1px solid var(--pv-gray-100); }
  .compact-list dt { color: var(--pv-gray-500); font-weight: 700; font-size: 0.88rem; }
  .compact-list dd { margin: 0; color: var(--pv-navy); font-weight: 600; }

  .table-wrap { overflow-x: auto; border: 1px solid var(--pv-gray-200); border-radius: var(--pv-radius); background: var(--pv-white); box-shadow: var(--pv-shadow); }
  .comparison-table { width: 100%; min-width: 840px; border-collapse: collapse; }
  .comparison-table th, .comparison-table td { padding: 16px; text-align: left; border-bottom: 1px solid var(--pv-gray-100); vertical-align: middle; }
  .comparison-table th { background: var(--pv-navy); color: var(--pv-white); font-size: 0.88rem; font-weight: 600; letter-spacing: 0.02em; text-transform: uppercase; }
  .comparison-table tr:last-child td { border-bottom: none; }
  .comparison-table tbody tr { transition: background var(--pv-transition); }
  .comparison-table tbody tr:hover { background: var(--pv-gray-50); }
  .table-operator { display: flex; align-items: center; gap: 10px; }

  .article-body { width: min(860px, calc(100% - 40px)); }
  .two-col .article-body { width: auto; }
  .article-body h2 { margin-top: 32px; }
  .article-body h2:first-child { margin-top: 0; }
  .article-body p, .article-body li { font-size: 1.02rem; line-height: 1.75; }
  .article-body ul { padding-left: 22px; }

  .faq-list { display: grid; gap: 14px; }
  details { background: var(--pv-white); border: 1px solid var(--pv-gray-200); border-radius: var(--pv-radius-sm); overflow: hidden; }
  details[open] { box-shadow: var(--pv-shadow-sm); }
  summary { cursor: pointer; min-height: 56px; display: flex; align-items: center; padding: 16px 20px; font-weight: 700; color: var(--pv-navy); list-style: none; }
  summary::-webkit-details-marker { display: none; }
  details p { padding: 0 20px 20px 56px; color: var(--pv-gray-500); margin: 0; line-height: 1.7; }

  .rating-panel { text-align: center; }
  .rating-panel .operator-mark { width: 72px; height: 72px; margin: 8px auto 16px; font-size: 1.4rem; border-radius: var(--pv-radius); }
  .rating-panel strong { display: block; color: var(--pv-navy); font-size: 2.6rem; line-height: 1; font-weight: 800; }
  .rating-panel p { font-size: 0.85rem; color: var(--pv-gray-500); margin: 8px 0 0; }
  .side-summary { position: sticky; top: 104px; }

  .contact-form { display: grid; gap: 16px; background: var(--pv-white); border: 1px solid var(--pv-gray-200); border-radius: var(--pv-radius); padding: 24px; box-shadow: var(--pv-shadow); }
  .contact-form label { display: grid; gap: 6px; color: var(--pv-navy); font-weight: 700; font-size: 0.9rem; }
  .contact-form input, .contact-form select, .contact-form textarea { width: 100%; border: 1px solid var(--pv-gray-200); border-radius: var(--pv-radius-sm); padding: 12px 14px; background: var(--pv-white); color: var(--pv-gray-900); }
  .contact-form input:focus, .contact-form select:focus, .contact-form textarea:focus { outline: none; border-color: var(--pv-teal); box-shadow: 0 0 0 3px rgba(13, 148, 136, 0.1); }
  .checkbox { grid-template-columns: auto 1fr !important; align-items: start; font-weight: 600 !important; color: var(--pv-gray-500) !important; font-size: 0.88rem !important; }
  .checkbox input { width: auto; margin-top: 5px; }
  .form-status { color: var(--pv-teal); font-weight: 700; min-height: 24px; }

  .site-footer { background: var(--pv-navy); color: rgba(255,255,255,0.85); padding: 52px 0 28px; }
  .footer-grid { display: grid; grid-template-columns: 1.6fr repeat(3, 1fr); gap: 32px; }
  .site-footer h2 { color: var(--pv-white); font-size: 0.95rem; margin-bottom: 14px; font-weight: 700; }
  .site-footer a { display: block; color: rgba(255,255,255,0.75); text-decoration: none; margin: 10px 0; font-size: 0.9rem; }
  .site-footer a:hover { color: var(--pv-teal-light); }
  .site-footer .fine-print { color: rgba(255,255,255,0.5); font-size: 0.85rem; }
  .footer-bottom { border-top: 1px solid rgba(255,255,255,0.1); margin-top: 32px; padding-top: 20px; display: flex; justify-content: space-between; gap: 16px; flex-wrap: wrap; }
  .footer-bottom p { margin: 0; color: rgba(255,255,255,0.55); font-size: 0.85rem; }

  .back-to-top { position: fixed; right: 20px; bottom: 20px; width: 44px; height: 44px; border-radius: var(--pv-radius-full); border: 0; background: linear-gradient(135deg, var(--pv-teal), var(--pv-emerald)); color: var(--pv-white); font-weight: 900; font-size: 1.2rem; cursor: pointer; opacity: 0; visibility: hidden; transform: translateY(12px); transition: opacity var(--pv-transition), transform var(--pv-transition), visibility var(--pv-transition); box-shadow: 0 4px 16px rgba(13, 148, 136, 0.3); z-index: 12; }
  .back-to-top.is-visible { opacity: 1; visibility: visible; transform: translateY(0); }
  .back-to-top:hover { transform: translateY(-3px) scale(1.05); }

  .cookie-banner { position: fixed; left: 50%; bottom: 16px; transform: translateX(-50%); width: min(920px, calc(100% - 32px)); background: var(--pv-white); border: 1px solid var(--pv-gray-200); border-radius: var(--pv-radius); box-shadow: var(--pv-shadow-lg); padding: 18px; display: none; grid-template-columns: 1fr auto; gap: 18px; align-items: center; z-index: 30; }
  .cookie-banner.is-visible { display: grid; }
  .cookie-banner strong { color: var(--pv-navy); font-size: 0.95rem; }
  .cookie-banner p { margin: 6px 0 0; color: var(--pv-gray-500); font-size: 0.88rem; }

  @media (max-width: 1024px) {
    .ranking-grid, .card-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
    .footer-grid { grid-template-columns: 1fr 1fr; }
  }

  @media (max-width: 900px) {
    .menu-toggle { display: block; }
    .primary-nav { position: absolute; left: 20px; right: 20px; top: calc(100% + 10px); display: none; flex-direction: column; align-items: stretch; background: var(--pv-white); border: 1px solid var(--pv-gray-200); border-radius: var(--pv-radius); box-shadow: var(--pv-shadow-lg); padding: 10px; }
    .primary-nav.is-open { display: flex; }
    .primary-nav a { padding: 14px; text-align: center; }
    .hero-grid, .review-hero-grid, .two-col, .contact-grid { grid-template-columns: 1fr; }
    .side-summary { position: static; }
    .hero-grid { padding: 52px 0 40px; }
  }

  @media (max-width: 640px) {
    .container, .narrow, .article-body { width: min(100% - 28px, 1160px); }
    .bar-inner { align-items: flex-start; padding: 8px 0; font-size: 0.82rem; }
    .header-inner { min-height: 62px; }
    .brand img { width: 160px; }
    .hero-grid { padding: 40px 0 32px; gap: 28px; }
    .page-hero { padding: 36px 0; }
    h1 { font-size: 1.9rem; }
    .section { padding: 44px 0; }
    .ranking-grid, .card-grid, .editorial-grid, .footer-grid, .criteria-grid { grid-template-columns: 1fr; }
    .operator-head { padding-right: 0; }
    .rank-pill { position: static; display: inline-flex; margin-bottom: 12px; }
    .score-row, .footer-bottom { align-items: flex-start; flex-direction: column; }
    .compact-list div { grid-template-columns: 1fr; }
    .cookie-banner { grid-template-columns: 1fr; bottom: 10px; left: 14px; right: 14px; transform: none; width: auto; }
    .btn { padding: 10px 18px; font-size: 0.88rem; min-height: 42px; }
  }
