@import url('https://fonts.googleapis.com/css2?family=DM+Sans:wght@400;500;600;700&family=Playfair+Display:ital,wght@0,700;1,700&display=swap');

:root {
  --ink: #111114;
  --ink-soft: #2a292d;
  --paper: #f7f3ed;
  --white: #ffffff;
  --red: #d72c3f;
  --red-dark: #a91529;
  --rose: #fff0f1;
  --muted: #6e6b70;
  --line: #e7dfd7;
  --green: #247a57;
  --shadow: 0 18px 60px rgba(20, 15, 18, .10);
  --radius: 18px;
  --serif: 'Playfair Display', Georgia, serif;
  --sans: 'DM Sans', system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; color: var(--ink); background: var(--paper); font-family: var(--sans); font-size: 17px; line-height: 1.72; -webkit-font-smoothing: antialiased; }
body.menu-open { overflow: hidden; }
a { color: var(--red-dark); text-decoration-thickness: .08em; text-underline-offset: .17em; }
a:hover { color: var(--red); }
img { display: block; max-width: 100%; height: auto; }
.shell { width: min(1180px, calc(100% - 40px)); margin-inline: auto; }
.shell-narrow { width: min(800px, calc(100% - 40px)); margin-inline: auto; }
.screen-reader-text, .skip-link:not(:focus) { position: absolute; width: 1px; height: 1px; overflow: hidden; clip: rect(0,0,0,0); white-space: nowrap; }
.skip-link:focus { position: fixed; z-index: 9999; top: 12px; left: 12px; padding: 10px 14px; color: var(--white); background: var(--red); border-radius: 8px; }

.responsible-bar { color: #e9e5e3; background: #09090b; font-size: 12px; letter-spacing: .015em; }
.responsible-inner { min-height: 36px; display: flex; align-items: center; justify-content: center; gap: 12px; }
.responsible-inner a { color: #fff; font-weight: 700; }
.age-mark { display: inline-grid; place-items: center; flex: 0 0 auto; width: 27px; height: 27px; border: 1px solid rgba(255,255,255,.52); border-radius: 50%; font-weight: 800; line-height: 1; }

.site-header { position: sticky; top: 0; z-index: 100; color: var(--ink); background: rgba(247,243,237,.94); border-bottom: 1px solid rgba(17,17,20,.09); backdrop-filter: blur(16px); transition: box-shadow .2s ease; }
.site-header.is-scrolled { box-shadow: 0 10px 30px rgba(16,12,14,.08); }
.header-inner { min-height: 82px; display: flex; align-items: center; justify-content: space-between; gap: 24px; }
.brand { display: inline-flex; align-items: center; gap: 11px; color: var(--ink); text-decoration: none; }
.brand:hover { color: var(--ink); }
.brand-mark { width: 48px; height: 48px; display: inline-flex; }
.brand-copy { display: flex; flex-direction: column; line-height: 1; }
.brand-copy strong { font-family: var(--serif); font-size: 24px; letter-spacing: -.025em; }
.brand-copy em { color: var(--red); font-size: .65em; }
.brand-copy small { margin-top: 6px; color: var(--muted); font-size: 9px; font-weight: 700; letter-spacing: .13em; text-transform: uppercase; }
.primary-navigation .menu { display: flex; align-items: center; gap: 6px; margin: 0; padding: 0; list-style: none; }
.primary-navigation a { display: block; padding: 10px 13px; color: var(--ink-soft); border-radius: 9px; font-size: 14px; font-weight: 650; text-decoration: none; }
.primary-navigation a:hover, .primary-navigation .current-menu-item > a, .primary-navigation .current_page_item > a { color: var(--red-dark); background: rgba(215,44,63,.08); }
.menu-toggle { display: none; width: 44px; height: 44px; padding: 11px; border: 0; border-radius: 9px; background: var(--ink); cursor: pointer; }
.menu-toggle > span:not(.screen-reader-text) { display: block; height: 2px; margin: 4px 0; background: white; transition: transform .2s, opacity .2s; }

.home-hero {
  position: relative;
  isolation: isolate;
  overflow: hidden;
  padding: 88px 0 94px;
  color: var(--white);
  background-color: #111114;
  background-image:
    linear-gradient(90deg, rgba(11,11,13,.98) 0%, rgba(11,11,13,.91) 42%, rgba(11,11,13,.60) 72%, rgba(11,11,13,.44) 100%),
    url('../images/hero-casino-comparatif.webp');
  background-position: center;
  background-size: cover;
}
.home-hero::after { position: absolute; z-index: -1; content: ''; inset: 0; opacity: .08; background-image: linear-gradient(rgba(255,255,255,.18) 1px, transparent 1px), linear-gradient(90deg, rgba(255,255,255,.18) 1px, transparent 1px); background-size: 52px 52px; mask-image: linear-gradient(to bottom, black, transparent 90%); }
.hero-glow { position: absolute; z-index: -1; width: 520px; height: 520px; border-radius: 50%; filter: blur(18px); opacity: .22; }
.hero-glow-one { top: -300px; right: 4%; background: var(--red); }
.hero-glow-two { bottom: -420px; left: 12%; background: #7b0d1b; }
.hero-grid { display: grid; grid-template-columns: 1.2fr .8fr; align-items: center; gap: 80px; }
.eyebrow { display: flex; align-items: center; gap: 10px; margin-bottom: 22px; color: var(--red-dark); font-size: 12px; font-weight: 800; letter-spacing: .14em; text-transform: uppercase; }
.eyebrow span { display: block; width: 27px; height: 2px; background: currentColor; }
.eyebrow.light { color: #ff8d9b; }
.hero-copy h1 { margin: 0; max-width: 760px; font-family: var(--serif); font-size: clamp(50px, 6vw, 78px); line-height: 1.02; letter-spacing: -.045em; }
.hero-copy h1 em { color: #ff6b7c; font-weight: 700; }
.hero-copy > p { max-width: 650px; margin: 27px 0 0; color: #c8c4c7; font-size: 18px; line-height: 1.65; }
.hero-actions { display: flex; flex-wrap: wrap; gap: 13px; margin-top: 34px; }
.button { display: inline-flex; min-height: 50px; align-items: center; justify-content: center; padding: 12px 20px; border: 1px solid transparent; border-radius: 11px; font-size: 14px; font-weight: 750; text-decoration: none; transition: transform .18s ease, background .18s ease, color .18s ease; }
.button:hover { transform: translateY(-2px); }
.button-primary { color: var(--white); background: var(--red); box-shadow: 0 12px 30px rgba(215,44,63,.24); }
.button-primary:hover { color: var(--white); background: #e93c50; }
.button-ghost { color: var(--white); border-color: rgba(255,255,255,.28); background: rgba(255,255,255,.03); }
.button-ghost:hover { color: var(--white); border-color: rgba(255,255,255,.5); background: rgba(255,255,255,.08); }
.verification-card { padding: 26px; border: 1px solid rgba(255,255,255,.13); border-radius: 22px; background: linear-gradient(145deg, rgba(255,255,255,.10), rgba(255,255,255,.035)); box-shadow: 0 28px 70px rgba(0,0,0,.3); backdrop-filter: blur(10px); }
.card-top { display: flex; align-items: baseline; justify-content: space-between; padding-bottom: 16px; border-bottom: 1px solid rgba(255,255,255,.12); color: #c5c0c3; font-size: 12px; text-transform: uppercase; letter-spacing: .1em; }
.card-top strong { color: #fff; }
.verification-card ul { margin: 8px 0 18px; padding: 0; list-style: none; }
.verification-card li { display: flex; align-items: center; gap: 13px; padding: 15px 0; border-bottom: 1px solid rgba(255,255,255,.08); }
.verification-card li:last-child { border: 0; }
.verification-card li div { display: flex; flex-direction: column; }
.verification-card li strong { font-size: 15px; }
.verification-card li small { color: #a9a4a8; font-size: 12px; }
.check-icon { display: grid; place-items: center; flex: 0 0 auto; width: 32px; height: 32px; color: #fff; border-radius: 50%; background: rgba(215,44,63,.22); font-weight: 800; }
.card-stamp { display: flex; align-items: center; gap: 12px; padding: 14px; border-radius: 12px; background: rgba(0,0,0,.2); }
.card-stamp > span { display: grid; place-items: center; width: 38px; height: 38px; border: 1px solid #ff6b7c; border-radius: 50%; color: #ff8492; font-size: 10px; font-weight: 800; }
.card-stamp p { margin: 0; color: #a9a4a8; font-size: 11px; line-height: 1.35; text-transform: uppercase; letter-spacing: .05em; }
.card-stamp strong { color: #fff; }
.trust-strip { border-bottom: 1px solid var(--line); background: var(--white); }
.trust-grid { display: grid; grid-template-columns: repeat(3, 1fr); }
.trust-grid > div { display: flex; align-items: center; justify-content: center; gap: 14px; padding: 23px 20px; border-right: 1px solid var(--line); }
.trust-grid > div:last-child { border-right: 0; }
.trust-icon { color: var(--red); font-size: 28px; font-weight: 600; }
.trust-grid p { display: flex; flex-direction: column; margin: 0; line-height: 1.35; }
.trust-grid strong { font-size: 13px; text-transform: uppercase; letter-spacing: .08em; }
.trust-grid small { color: var(--muted); font-size: 12px; }

.home-content { padding: 80px 0 100px; }
.site-main { min-height: 60vh; }
.page-hero { padding: 78px 0 34px; }
.page-hero h1 { margin: 0; font-family: var(--serif); font-size: clamp(42px, 6vw, 68px); line-height: 1.08; letter-spacing: -.04em; }
.page-meta { display: flex; flex-wrap: wrap; gap: 8px 22px; margin-top: 22px; color: var(--muted); font-size: 12px; font-weight: 650; letter-spacing: .04em; text-transform: uppercase; }
.page-meta span + span::before { content: '•'; margin-right: 22px; color: var(--red); }
.entry-content { padding-bottom: 100px; }
.entry-content > *:first-child { margin-top: 18px; }
.entry-content p, .entry-content li { color: #343237; }
.entry-content p { margin: 0 0 1.35em; }
.entry-content h2 { margin: 2.1em 0 .65em; font-family: var(--serif); font-size: clamp(29px, 4vw, 40px); line-height: 1.18; letter-spacing: -.025em; }
.entry-content h3 { margin: 1.8em 0 .5em; font-size: 21px; line-height: 1.35; }
.entry-content ul, .entry-content ol { margin: 0 0 1.7em; padding-left: 1.3em; }
.entry-content li { margin: .55em 0; padding-left: .3em; }
.entry-content li::marker { color: var(--red); font-weight: 800; }
.entry-content strong { color: var(--ink); }
.entry-content .chapeau { margin: 0 0 44px; padding: 24px 26px; color: #312f33; border-left: 4px solid var(--red); border-radius: 0 14px 14px 0; background: var(--white); box-shadow: 0 10px 34px rgba(31,20,25,.055); font-size: 18px; }
.entry-content .rappel, .entry-content .urgence { margin: 34px 0; padding: 24px 25px; border: 1px solid #f0bec4; border-radius: 15px; background: var(--rose); }
.entry-content .urgence { border-color: var(--red); box-shadow: 0 12px 38px rgba(215,44,63,.08); }
.entry-content .rappel::before, .entry-content .urgence::before { display: block; margin-bottom: 8px; color: var(--red-dark); font-size: 12px; font-weight: 800; letter-spacing: .12em; text-transform: uppercase; content: 'À retenir'; }
.entry-content .urgence::before { content: 'Aide immédiate'; }
.entry-content figure { margin: 38px 0; }
.entry-content figure img { width: 100%; border-radius: 16px; box-shadow: var(--shadow); }
.entry-content figcaption { margin-top: 10px; color: var(--muted); font-size: 12px; line-height: 1.5; text-align: center; }
.entry-content .wp-block-table { width: calc(100% + 80px); margin-left: -40px; overflow-x: auto; border-radius: 14px; box-shadow: 0 10px 38px rgba(25,18,20,.07); }
.entry-content table { width: 100%; border-collapse: collapse; background: var(--white); font-size: 14px; line-height: 1.5; }
.entry-content th { padding: 15px 16px; color: var(--white); background: var(--ink); font-size: 12px; letter-spacing: .04em; text-align: left; text-transform: uppercase; }
.entry-content td { padding: 15px 16px; border-bottom: 1px solid var(--line); vertical-align: top; }
.entry-content tr:last-child td { border-bottom: 0; }
.entry-content tbody tr:hover { background: #fcf8f5; }
.entry-content hr { height: 1px; margin: 54px 0 26px; border: 0; background: var(--line); }
.entry-content .sources { padding: 18px 20px; border-radius: 12px; background: #ebe6e0; font-size: 12px; line-height: 1.65; }
.entry-content .maj { color: var(--muted); font-size: 12px; }
.entry-content blockquote { margin: 32px 0; padding: 8px 0 8px 24px; border-left: 3px solid var(--red); font-family: var(--serif); font-size: 24px; }
.review-hero { position: relative; width: calc(100% + 220px); min-height: 330px; margin: 18px 0 42px -110px; padding: 42px; overflow: hidden; color: #fff; border-radius: 22px; background: #17151b; box-shadow: 0 22px 58px rgba(31,20,25,.16); }
.review-hero::before { position: absolute; content: ''; inset: 0; opacity: .42; background-image: linear-gradient(rgba(255,255,255,.06) 1px, transparent 1px), linear-gradient(90deg, rgba(255,255,255,.06) 1px, transparent 1px); background-size: 44px 44px; mask-image: linear-gradient(90deg, #000, transparent 85%); }
.review-hero::after { position: absolute; content: ''; right: -90px; bottom: -130px; width: 390px; height: 390px; border: 54px solid rgba(255,255,255,.08); border-radius: 50%; box-shadow: 0 0 0 42px rgba(113,59,217,.12), 0 0 0 84px rgba(215,44,63,.08); }
.review-hero-betify { background: radial-gradient(circle at 76% 22%, rgba(113,59,217,.54), transparent 34%), linear-gradient(135deg, #17151b 0%, #251540 58%, #5f2fc3 100%); }
.review-hero-kicker { position: relative; z-index: 1; color: #d9cdef; font-size: 11px; font-weight: 800; letter-spacing: .13em; text-transform: uppercase; }
.review-hero-brand { position: relative; z-index: 1; margin: 34px 0 42px; font-family: var(--serif); font-size: clamp(58px, 10vw, 104px); font-weight: 800; line-height: .82; letter-spacing: -.055em; }
.review-hero-signals { position: relative; z-index: 1; display: flex; flex-wrap: wrap; gap: 10px; }
.review-hero-signals span { padding: 10px 13px; color: #eae4f3; border: 1px solid rgba(255,255,255,.18); border-radius: 9px; background: rgba(12,9,16,.28); font-size: 11px; backdrop-filter: blur(8px); }
.review-hero-signals strong { color: #fff; }
.ron-lede { margin-bottom: 34px !important; color: #2c2930 !important; font-size: 19px; line-height: 1.72; }
.ron-alert { margin: 30px 0; padding: 21px 23px; border: 1px solid var(--line); border-left: 4px solid var(--red); border-radius: 0 14px 14px 0; background: var(--white); box-shadow: 0 10px 34px rgba(31,20,25,.055); }
.ron-alert p { margin: 0; }
.ron-alert-warning { border-color: #e7cf9e; border-left-color: #b48219; background: #fffaf0; }
.ron-alert-info { border-color: #b9d9cd; border-left-color: var(--green); background: #f1faf7; }
.ron-pros-cons { display: grid; grid-template-columns: 1fr 1fr; gap: 16px; width: calc(100% + 80px); margin: 26px 0 42px -40px; }
.ron-pros-cons > div { padding: 24px; border: 1px solid var(--line); border-radius: 15px; background: var(--white); box-shadow: 0 10px 34px rgba(31,20,25,.05); }
.ron-pros-cons h3 { margin: 0 0 14px; font-family: var(--serif); }
.ron-pros { border-top: 4px solid var(--green) !important; }
.ron-cons { border-top: 4px solid #b48219 !important; }
.section-kicker { margin-bottom: 8px !important; color: var(--red-dark) !important; font-size: 12px; font-weight: 800; letter-spacing: .12em; text-transform: uppercase; }
.quick-links { display: grid; grid-template-columns: repeat(3, 1fr); gap: 12px; margin: 28px 0 46px; }
.quick-links a { display: flex; align-items: center; justify-content: space-between; min-height: 66px; padding: 14px 16px; color: var(--ink); border: 1px solid var(--line); border-radius: 12px; background: var(--white); font-size: 13px; font-weight: 750; text-decoration: none; }
.quick-links a::after { color: var(--red); content: '→'; }
.quick-links a:hover { border-color: #e8a6ae; box-shadow: 0 8px 24px rgba(31,20,25,.07); }
.casino-showcase { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; width: calc(100% + 220px); margin: 34px 0 18px -110px; }
.casino-card { position: relative; display: flex; flex-direction: column; min-width: 0; padding: 24px; overflow: hidden; border: 1px solid var(--line); border-radius: 18px; background: var(--white); box-shadow: 0 14px 44px rgba(31,20,25,.075); }
.casino-card::before { position: absolute; content: ''; inset: 0 0 auto; height: 4px; background: linear-gradient(90deg, var(--red), #6f0b19); }
.casino-card.is-reserve::before { background: linear-gradient(90deg, #a87816, #e0b64c); }
.casino-rank { position: absolute; top: 15px; right: 18px; color: #d8d2cc; font-family: var(--serif); font-size: 38px; font-weight: 700; line-height: 1; }
.casino-card-head { display: flex; align-items: center; gap: 13px; padding-right: 28px; }
.casino-card h3 { margin: 0 0 4px; font-family: var(--serif); font-size: 24px; line-height: 1.1; }
.casino-card h3 a { color: inherit; text-decoration: none; }
.casino-card h3 a:hover { color: var(--red-dark); }
.casino-monogram { display: grid; place-items: center; flex: 0 0 auto; width: 52px; height: 52px; color: #fff; border-radius: 14px; background: linear-gradient(145deg, #151518, #3e383d); font-family: var(--serif); font-size: 27px; font-weight: 700; box-shadow: inset 0 0 0 1px rgba(255,255,255,.1); }
.casino-stake { background: linear-gradient(145deg, #195ce5, #0c2764); }
.casino-betify { background: linear-gradient(145deg, #713bd9, #29145c); }
.casino-arlequin { background: linear-gradient(145deg, #d72c3f, #6f0b19); }
.verdict-badge { color: var(--green); font-size: 10px; font-weight: 800; letter-spacing: .07em; text-transform: uppercase; }
.is-reserve .verdict-badge { color: #95680e; }
.casino-facts { margin: 22px 0; }
.casino-facts > div { display: flex; justify-content: space-between; gap: 12px; padding: 9px 0; border-bottom: 1px solid #eee7e1; font-size: 12px; line-height: 1.4; }
.casino-facts dt { color: var(--muted); }
.casino-facts dd { margin: 0; text-align: right; font-weight: 650; }
.casino-facts dd strong { color: var(--red-dark); font-size: 18px; }
.casino-cta { display: flex; align-items: center; justify-content: space-between; min-height: 46px; margin-top: auto; padding: 11px 14px; color: #fff; border-radius: 10px; background: var(--red); font-size: 13px; font-weight: 800; text-decoration: none; }
.casino-cta:hover { color: #fff; background: var(--red-dark); }
.casino-cta.secondary { color: var(--ink); border: 1px solid var(--line); background: #f7f3ed; }
.casino-cta.secondary:hover { color: var(--red-dark); border-color: #e8a6ae; }
.casino-checked { margin: 10px 0 0 !important; color: var(--muted) !important; font-size: 9px; font-weight: 700; letter-spacing: .05em; text-align: center; text-transform: uppercase; }
.showcase-note { width: calc(100% + 120px); margin: 0 0 45px -60px !important; padding: 16px 18px; color: #5d575b !important; border-radius: 10px; background: #ebe6e0; font-size: 11px; line-height: 1.55; }
.comparison-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 16px; margin: 24px 0 38px; }
.comparison-grid > div { padding: 22px; border: 1px solid var(--line); border-radius: 14px; background: var(--white); }
.comparison-grid h3 { margin: 0 0 8px; font-family: var(--serif); font-size: 21px; }
.comparison-grid p { margin: 0; font-size: 14px; }

.listing-page, .error-page { padding-bottom: 100px; }
.listing-card { margin-bottom: 18px; padding: 24px; border: 1px solid var(--line); border-radius: 14px; background: var(--white); }
.listing-card h2 { margin: 0 0 8px; font-family: var(--serif); }
.listing-card h2 a { color: var(--ink); text-decoration: none; }
.listing-card p { margin: 0; color: var(--muted); }
.error-page { padding-top: 100px; }
.error-page h1 { font-family: var(--serif); font-size: 56px; }

.site-footer { padding-top: 64px; color: #c9c4c7; background: #0d0d0f; }
.footer-grid { display: grid; grid-template-columns: 1.5fr 1fr .8fr; gap: 70px; padding-bottom: 48px; }
.brand-footer { color: #fff; }
.brand-footer:hover { color: #fff; }
.brand-footer .brand-copy small { color: #8f898e; }
.footer-brand > p { max-width: 420px; margin-top: 18px; color: #9d979b; font-size: 14px; }
.site-footer h2 { margin: 8px 0 17px; color: #fff; font-family: var(--sans); font-size: 12px; letter-spacing: .13em; text-transform: uppercase; }
.site-footer ul { margin: 0; padding: 0; list-style: none; }
.site-footer li { margin: 8px 0; }
.site-footer a { color: #d8d3d6; text-decoration: none; }
.site-footer a:hover { color: #fff; }
.footer-help a { color: #ff7a8a; font-size: 21px; font-weight: 800; }
.footer-help p { line-height: 1.5; }
.footer-help small { color: #827c80; }
.footer-warning { display: flex; align-items: center; gap: 15px; padding: 20px; border: 1px solid #302b2f; border-radius: 12px; background: #151518; }
.footer-warning p { margin: 0; color: #969095; font-size: 11px; line-height: 1.55; }
.footer-bottom { display: flex; justify-content: space-between; margin-top: 34px; padding: 22px 0 30px; border-top: 1px solid #252226; color: #716c70; font-size: 11px; letter-spacing: .06em; text-transform: uppercase; }

@media (max-width: 900px) {
  .hero-grid { grid-template-columns: 1fr; gap: 50px; }
  .verification-card { max-width: 600px; }
  .primary-navigation { position: fixed; inset: 118px 0 auto; display: none; padding: 14px 20px 24px; background: var(--paper); border-bottom: 1px solid var(--line); box-shadow: 0 20px 40px rgba(0,0,0,.12); }
  .primary-navigation.is-open { display: block; }
  .primary-navigation .menu { display: block; }
  .primary-navigation a { padding: 13px 14px; }
  .menu-toggle { display: block; }
  .footer-grid { grid-template-columns: 1.4fr 1fr; }
  .footer-help { grid-column: 1 / -1; }
  .casino-showcase { grid-template-columns: 1fr; width: 100%; margin-left: 0; }
  .review-hero { width: 100%; margin-left: 0; }
  .ron-pros-cons { width: 100%; margin-left: 0; }
  .showcase-note { width: 100%; margin-left: 0 !important; }
}

@media (max-width: 640px) {
  body { font-size: 16px; }
  .shell, .shell-narrow { width: min(100% - 28px, 800px); }
  .responsible-inner { min-height: 40px; justify-content: flex-start; gap: 8px; }
  .responsible-inner span:nth-child(2) { display: none; }
  .responsible-inner a { margin-left: auto; }
  .header-inner { min-height: 70px; }
  .brand-mark { width: 42px; height: 42px; }
  .brand-copy strong { font-size: 20px; }
  .brand-copy small { display: none; }
  .primary-navigation { inset: 110px 0 auto; }
  .home-hero { padding: 62px 0 66px; }
  .hero-copy h1 { font-size: 46px; }
  .hero-copy > p { font-size: 16px; }
  .hero-actions { display: grid; }
  .verification-card { padding: 20px; }
  .trust-grid { grid-template-columns: 1fr; padding: 8px 0; }
  .trust-grid > div { justify-content: flex-start; padding: 14px 8px; border-right: 0; border-bottom: 1px solid var(--line); }
  .trust-grid > div:last-child { border-bottom: 0; }
  .home-content { padding: 55px 0 70px; }
  .page-hero { padding: 54px 0 26px; }
  .page-hero h1 { font-size: 43px; }
  .page-meta { display: grid; gap: 4px; }
  .page-meta span + span::before { display: none; }
  .entry-content { padding-bottom: 70px; }
  .entry-content h2 { font-size: 31px; }
  .entry-content .chapeau { padding: 20px; }
  .entry-content .wp-block-table { width: 100%; margin-left: 0; border-radius: 10px; }
  .review-hero { min-height: 280px; padding: 28px 22px; border-radius: 16px; }
  .review-hero-brand { margin: 38px 0 34px; }
  .review-hero-signals { display: grid; }
  .ron-pros-cons { grid-template-columns: 1fr; }
  .footer-grid { grid-template-columns: 1fr; gap: 34px; }
  .footer-help { grid-column: auto; }
  .footer-warning { align-items: flex-start; }
  .footer-bottom { display: grid; gap: 6px; }
  .quick-links, .comparison-grid { grid-template-columns: 1fr; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { transition-duration: .01ms !important; animation-duration: .01ms !important; }
}
