/* revue-casino-fr- — SpinMama France editorial reviewer overrides */

:root {
  --primary: #2C2C2C;
  --accent: #C4302B;
  --bg: #FFFFFF;
  --text: #1A1A1A;
  --link: #1A4A8A;
  --muted: #6b6b6b;
  --border: #e6e6e6;
  --soft: #f7f4ee;
  --hero-bg: #1a0d2e;
  --radius: 4px;
}

body {
  font-family: Georgia, 'Times New Roman', serif;
  color: var(--text);
  background: var(--bg);
  line-height: 1.7;
  font-size: 16px;
}

h1, h2, h3, h4 {
  font-family: system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif;
  color: var(--primary);
  font-weight: 700;
  line-height: 1.25;
}

h1 { font-size: 2.1rem; }
h2 { font-size: 1.55rem; margin-top: 2.5rem; }
h3 { font-size: 1.2rem; margin-top: 1.5rem; }

a {
  color: var(--link);
  border-bottom: 1px solid transparent;
  transition: border-color 120ms ease, color 120ms ease;
}
a:hover { border-bottom-color: var(--link); }

/* ===== Header ===== */
.revue-casino-fr-header {
  position: sticky;
  top: 0;
  z-index: 100;
  background: var(--bg);
  border-bottom: 1px solid var(--border);
}

.revue-casino-fr-header__inner {
  max-width: 1080px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  padding: 0.85rem 1.25rem;
}

.revue-casino-fr-logo {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  font-family: system-ui, sans-serif;
  font-weight: 700;
  color: var(--primary);
  border-bottom: 0;
  letter-spacing: 0.02em;
}
.revue-casino-fr-logo img { height: 44px; width: auto; }
.revue-casino-fr-logo span { font-size: 1.1rem; line-height: 1.1; }
.revue-casino-fr-logo small {
  display: block;
  font-size: 0.7rem;
  font-weight: 400;
  color: var(--muted);
  letter-spacing: 0.06em;
  text-transform: uppercase;
  margin-top: 2px;
}

.revue-casino-fr-nav {
  display: flex;
  gap: 1.25rem;
  font-family: system-ui, sans-serif;
  font-size: 0.92rem;
}
.revue-casino-fr-nav a {
  color: var(--primary);
  border-bottom: 0;
}
.revue-casino-fr-nav a:hover,
.revue-casino-fr-nav a[aria-current="page"] {
  color: var(--accent);
}

/* ===== Burger button (mobile only by default) ===== */
.revue-casino-fr-burger {
  display: none;
  width: 44px;
  height: 44px;
  padding: 0;
  border: 0;
  background: transparent;
  cursor: pointer;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 5px;
}
.revue-casino-fr-burger span {
  display: block;
  width: 24px;
  height: 2px;
  background: var(--primary);
  border-radius: 2px;
  transition: transform 200ms ease, opacity 150ms ease;
}
.revue-casino-fr-burger[aria-expanded="true"] span:nth-child(1) {
  transform: translateY(7px) rotate(45deg);
}
.revue-casino-fr-burger[aria-expanded="true"] span:nth-child(2) {
  opacity: 0;
}
.revue-casino-fr-burger[aria-expanded="true"] span:nth-child(3) {
  transform: translateY(-7px) rotate(-45deg);
}

/* ===== Page-specific anchor sub-nav ===== */
.revue-casino-fr-anchors {
  background: var(--soft);
  border-bottom: 1px solid var(--border);
  font-family: system-ui, sans-serif;
}
.revue-casino-fr-anchors__inner {
  max-width: 1080px;
  margin: 0 auto;
  padding: 0.6rem 1.25rem;
  display: flex;
  gap: 0.4rem;
  overflow-x: auto;
  scrollbar-width: none;
}
.revue-casino-fr-anchors__inner::-webkit-scrollbar { display: none; }

.revue-casino-fr-anchors a {
  flex: 0 0 auto;
  padding: 0.45rem 0.85rem;
  font-size: 0.85rem;
  color: var(--primary);
  background: var(--bg);
  border: 1px solid var(--border);
  border-radius: var(--radius);
  border-bottom: 1px solid var(--border);
  white-space: nowrap;
  min-height: 44px;
  display: inline-flex;
  align-items: center;
}
.revue-casino-fr-anchors a:hover,
.revue-casino-fr-anchors a.is-active {
  color: var(--bg);
  background: var(--primary);
  border-color: var(--primary);
}

/* ===== Hero ===== */
.revue-casino-fr-hero {
  position: relative;
  background: var(--hero-bg);
  color: #fff;
  overflow: hidden;
  min-height: 540px;
}
.revue-casino-fr-hero__bg {
  position: absolute;
  inset: 0;
  background-image: url('../../public/images/banners/hero-new.webp');
  background-size: cover;
  background-position: 70% 30%;
  background-repeat: no-repeat;
  opacity: 1;
}
.revue-casino-fr-hero__overlay {
  position: absolute;
  inset: 0;
  background:
    linear-gradient(90deg, rgba(26,13,46,1) 0%, rgba(26,13,46,0.95) 28%, rgba(26,13,46,0.55) 50%, rgba(26,13,46,0) 75%),
    linear-gradient(180deg, rgba(26,13,46,0.4) 0%, rgba(26,13,46,0) 30%, rgba(26,13,46,0) 70%, rgba(26,13,46,0.5) 100%);
}
.revue-casino-fr-hero__inner {
  position: relative;
  max-width: 1080px;
  margin: 0 auto;
  padding: 4.5rem 1.25rem 3.5rem;
}
.revue-casino-fr-hero h1 {
  color: #fff;
  font-size: 2.4rem;
  max-width: 720px;
}
.revue-casino-fr-hero p {
  max-width: 600px;
  font-size: 1.05rem;
  color: rgba(255,255,255,0.92);
}
.revue-casino-fr-hero__meta {
  font-family: system-ui, sans-serif;
  font-size: 0.85rem;
  text-transform: uppercase;
  letter-spacing: 0.12em;
  color: rgba(255,255,255,0.7);
  margin-bottom: 0.75rem;
}

/* ===== Page header (non-hero pages) ===== */
.revue-casino-fr-page-header {
  background: var(--soft);
  border-bottom: 1px solid var(--border);
  padding: 2.5rem 1.25rem 2rem;
}
.revue-casino-fr-page-header__inner {
  max-width: 880px;
  margin: 0 auto;
}
.revue-casino-fr-page-header h1 {
  margin: 0.5rem 0 0.5rem;
}
.revue-casino-fr-page-header__kicker {
  font-family: system-ui, sans-serif;
  font-size: 0.78rem;
  text-transform: uppercase;
  letter-spacing: 0.14em;
  color: var(--muted);
}

/* ===== Sections ===== */
.revue-casino-fr-section {
  padding: 3.25rem 1.25rem;
}
.revue-casino-fr-section--alt {
  background: var(--soft);
}
.revue-casino-fr-section__inner {
  max-width: 880px;
  margin: 0 auto;
}

/* ===== Buttons / CTA ===== */
.revue-casino-fr-cta-button {
  display: inline-block;
  font-family: system-ui, sans-serif;
  font-weight: 600;
  font-size: 0.95rem;
  padding: 0.95rem 1.6rem;
  background: var(--accent);
  color: #fff;
  border: 1px solid var(--accent);
  border-radius: var(--radius);
  border-bottom: 1px solid var(--accent);
  min-height: 44px;
  text-align: center;
  transition: background 120ms ease, transform 120ms ease;
}
.revue-casino-fr-cta-button:hover {
  background: #a52822;
  border-color: #a52822;
  color: #fff;
  border-bottom-color: #a52822;
}
.revue-casino-fr-cta-button--ghost {
  background: transparent;
  color: var(--primary);
  border-color: var(--primary);
}
.revue-casino-fr-cta-button--ghost:hover {
  background: var(--primary);
  color: #fff;
  border-color: var(--primary);
  border-bottom-color: var(--primary);
}
.revue-casino-fr-cta-button--light {
  background: #fff;
  color: var(--primary);
  border-color: #fff;
  border-bottom-color: #fff;
}
.revue-casino-fr-cta-button--light:hover {
  background: #f1ece2;
  color: var(--primary);
  border-color: #f1ece2;
  border-bottom-color: #f1ece2;
}

/* ===== Verdict score card ===== */
.revue-casino-fr-verdict-card {
  background: #fff;
  border: 1px solid var(--border);
  border-radius: var(--radius);
  padding: 1.5rem 1.5rem 1.75rem;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 1.75rem;
  align-items: center;
}
.revue-casino-fr-verdict-card__score {
  display: flex;
  flex-direction: column;
  align-items: center;
  border-right: 1px solid var(--border);
  padding-right: 1.5rem;
}
.revue-casino-fr-verdict-card__number {
  font-family: system-ui, sans-serif;
  font-size: 3.4rem;
  font-weight: 700;
  color: var(--accent);
  line-height: 1;
}
.revue-casino-fr-verdict-card__max {
  font-family: system-ui, sans-serif;
  color: var(--muted);
  font-size: 0.9rem;
}
.revue-casino-fr-verdict-card__stars {
  color: #d4a52b;
  letter-spacing: 0.1em;
  margin-top: 0.4rem;
}
.revue-casino-fr-verdict-card__dims {
  font-family: system-ui, sans-serif;
  font-size: 0.92rem;
  margin: 0;
  padding: 0;
  list-style: none;
}
.revue-casino-fr-verdict-card__dims li {
  display: flex;
  justify-content: space-between;
  padding: 0.35rem 0;
  border-bottom: 1px dashed var(--border);
}
.revue-casino-fr-verdict-card__dims li:last-child { border-bottom: 0; }
.revue-casino-fr-verdict-card__dims strong { color: var(--primary); }

/* ===== Bonus 3-tier ===== */
.revue-casino-fr-bonus-tiers {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1rem;
  margin: 1.5rem 0;
}
.revue-casino-fr-bonus-tier {
  border: 1px solid var(--border);
  border-radius: var(--radius);
  padding: 1.25rem;
  background: #fff;
  text-align: center;
}
.revue-casino-fr-bonus-tier__label {
  font-family: system-ui, sans-serif;
  font-size: 0.75rem;
  text-transform: uppercase;
  letter-spacing: 0.12em;
  color: var(--muted);
  margin-bottom: 0.4rem;
}
.revue-casino-fr-bonus-tier__amount {
  font-family: system-ui, sans-serif;
  font-size: 1.55rem;
  font-weight: 700;
  color: var(--accent);
  line-height: 1.1;
  margin-bottom: 0.25rem;
}
.revue-casino-fr-bonus-tier__cond {
  font-size: 0.85rem;
  color: var(--muted);
}

/* ===== Providers grid ===== */
.revue-casino-fr-providers {
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  gap: 0.75rem;
  margin: 1.25rem 0;
}
.revue-casino-fr-providers__item {
  border: 1px solid #2a1547;
  border-radius: var(--radius);
  padding: 1rem 0.75rem;
  background: #1a0d2e;
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 72px;
}
.revue-casino-fr-providers__item img {
  max-height: 36px;
  width: auto;
}

/* ===== Slots grid (game thumbnails) ===== */
.revue-casino-fr-slots {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 0.85rem;
  margin: 1.25rem 0;
}
.revue-casino-fr-slot {
  display: flex;
  flex-direction: column;
  border: 1px solid #2a1547;
  border-radius: var(--radius);
  background: #1a0d2e;
  overflow: hidden;
  text-decoration: none;
  border-bottom: 1px solid #2a1547;
  transition: transform 180ms ease, border-color 180ms ease, box-shadow 180ms ease;
}
.revue-casino-fr-slot:hover {
  transform: translateY(-3px);
  border-color: var(--accent);
  box-shadow: 0 12px 24px rgba(196, 48, 43, 0.18);
}
.revue-casino-fr-slot img {
  width: 100%;
  height: auto;
  aspect-ratio: 1 / 1;
  object-fit: cover;
  display: block;
}
.revue-casino-fr-slot__title {
  display: block;
  font-family: system-ui, sans-serif;
  font-size: 0.85rem;
  font-weight: 600;
  color: #fff;
  padding: 0.55rem 0.65rem 0.1rem;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.revue-casino-fr-slot__provider {
  display: block;
  font-family: system-ui, sans-serif;
  font-size: 0.7rem;
  color: rgba(255,255,255,0.55);
  padding: 0 0.65rem 0.6rem;
  text-transform: uppercase;
  letter-spacing: 0.05em;
}

/* ===== Illustration row (text + decorative image) ===== */
.revue-casino-fr-illus-row {
  display: flex;
  align-items: center;
  gap: 1.25rem;
  margin-bottom: 1rem;
}
.revue-casino-fr-illus-row__text { flex: 1; min-width: 0; }
.revue-casino-fr-illus-row__text p { margin: 0; }
.revue-casino-fr-illus-row__img {
  flex-shrink: 0;
  width: 240px;
  height: auto;
  border-radius: var(--radius);
  border: 1px solid #2a1547;
}

/* ===== Payments ===== */
.revue-casino-fr-payments {
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  gap: 0.75rem;
  margin: 1.25rem 0;
}
.revue-casino-fr-payments__item {
  border: 1px solid var(--border);
  border-radius: var(--radius);
  padding: 0.85rem;
  background: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 60px;
}
.revue-casino-fr-payments__item img { max-height: 28px; width: auto; }

/* ===== CTA card ===== */
.revue-casino-fr-cta-card {
  background: var(--soft);
  border: 1px solid var(--border);
  border-left: 4px solid var(--accent);
  border-radius: var(--radius);
  padding: 1.5rem;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  gap: 1rem;
  margin: 1.5rem 0;
}
.revue-casino-fr-cta-card p {
  margin: 0;
  font-family: system-ui, sans-serif;
  font-size: 0.95rem;
  color: var(--primary);
}
.revue-casino-fr-cta-card strong { color: var(--accent); }

/* ===== Pros / Cons ===== */
.revue-casino-fr-proscons {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 1rem;
  margin: 1.25rem 0;
}
.revue-casino-fr-proscons__col {
  border: 1px solid var(--border);
  border-radius: var(--radius);
  padding: 1.25rem;
  background: #fff;
}
.revue-casino-fr-proscons__col h4 {
  font-size: 1rem;
  margin: 0 0 0.6rem 0;
}
.revue-casino-fr-proscons__col--pros h4 { color: #2a7d2a; }
.revue-casino-fr-proscons__col--cons h4 { color: var(--accent); }
.revue-casino-fr-proscons__col ul {
  margin: 0;
  padding-left: 1.1rem;
}
.revue-casino-fr-proscons__col li {
  margin-bottom: 0.35rem;
  font-size: 0.95rem;
}

/* ===== FAQ ===== */
.revue-casino-fr-faq details {
  border-bottom: 1px solid var(--border);
  padding: 0.85rem 0;
}
.revue-casino-fr-faq summary {
  cursor: pointer;
  font-family: system-ui, sans-serif;
  font-weight: 600;
  color: var(--primary);
  list-style: none;
  padding-right: 1.5rem;
  position: relative;
  min-height: 44px;
  display: flex;
  align-items: center;
}
.revue-casino-fr-faq summary::-webkit-details-marker { display: none; }
.revue-casino-fr-faq summary::after {
  content: '+';
  position: absolute;
  right: 0;
  color: var(--accent);
  font-size: 1.4rem;
  line-height: 1;
}
.revue-casino-fr-faq details[open] summary::after { content: '−'; }
.revue-casino-fr-faq details p {
  margin: 0.5rem 0 0 0;
  color: var(--text);
}

/* ===== Info / note box ===== */
.revue-casino-fr-note {
  border-left: 3px solid var(--link);
  background: var(--soft);
  padding: 0.85rem 1.1rem;
  font-size: 0.93rem;
  margin: 1.25rem 0;
  border-radius: 0 var(--radius) var(--radius) 0;
}

/* ===== Footer ===== */
.revue-casino-fr-footer {
  border-top: 1px solid var(--border);
  background: #fafafa;
  padding: 2rem 1.25rem 1.25rem;
  margin-top: 3rem;
}
.revue-casino-fr-footer__inner {
  max-width: 1080px;
  margin: 0 auto;
  font-family: system-ui, sans-serif;
  font-size: 0.85rem;
  color: var(--muted);
}
.revue-casino-fr-footer__brand {
  display: flex;
  align-items: center;
  gap: 0.75rem;
  margin-bottom: 1.25rem;
  font-family: system-ui, sans-serif;
  font-weight: 700;
  color: var(--primary);
}
.revue-casino-fr-footer__brand img { height: 60px; width: auto; }
.revue-casino-fr-footer__brand span { font-size: 1.15rem; line-height: 1.1; }
.revue-casino-fr-footer__brand small {
  display: block;
  font-size: 0.7rem;
  font-weight: 400;
  color: var(--muted);
  letter-spacing: 0.06em;
  text-transform: uppercase;
  margin-top: 2px;
}
.revue-casino-fr-footer__links {
  display: flex;
  flex-wrap: wrap;
  gap: 1.25rem;
  margin-bottom: 1rem;
}
.revue-casino-fr-footer__links a { color: var(--primary); }
.revue-casino-fr-footer__warn {
  display: flex;
  align-items: center;
  gap: 0.6rem;
  margin-bottom: 0.75rem;
}
.revue-casino-fr-footer__warn img { width: 28px; height: 28px; }
.revue-casino-fr-footer__credit {
  font-size: 0.78rem;
  color: #8a8a8a;
}

/* ===== Cookie consent banner ===== */
.revue-casino-fr-cookie {
  position: fixed;
  left: 1rem;
  right: 1rem;
  bottom: 1rem;
  z-index: 200;
  background: var(--primary);
  color: #fff;
  padding: 1rem 1.25rem;
  border-radius: var(--radius);
  font-family: system-ui, sans-serif;
  font-size: 0.88rem;
  display: none;
  align-items: center;
  flex-wrap: wrap;
  gap: 0.85rem;
  box-shadow: 0 8px 24px rgba(0,0,0,0.2);
}
.revue-casino-fr-cookie p { margin: 0; flex: 1 1 320px; color: #fff; }
.revue-casino-fr-cookie a { color: #fff; border-bottom-color: rgba(255,255,255,0.4); }
.revue-casino-fr-cookie__actions { display: flex; gap: 0.5rem; flex-wrap: wrap; }
.revue-casino-fr-cookie button {
  font-family: inherit;
  font-size: 0.85rem;
  font-weight: 600;
  padding: 0.55rem 1.1rem;
  border-radius: var(--radius);
  border: 1px solid #fff;
  background: #fff;
  color: var(--primary);
  cursor: pointer;
  min-height: 44px;
  min-width: 120px;
}
.revue-casino-fr-cookie button:hover { background: #f1ece2; }
.revue-casino-fr-cookie button.is-customize {
  background: transparent;
  color: #fff;
  border-color: rgba(255,255,255,0.5);
}
.revue-casino-fr-cookie button.is-customize:hover { background: rgba(255,255,255,0.08); }
.revue-casino-fr-cookie.is-visible { display: flex; }

/* ===== Breadcrumbs ===== */
.revue-casino-fr-breadcrumbs {
  max-width: 880px;
  margin: 0 auto;
  padding: 0.75rem 1.25rem 0;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;
  font-size: 0.85rem;
  color: var(--muted);
}
.revue-casino-fr-breadcrumbs ol {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-wrap: wrap;
  gap: 0.4rem 0.6rem;
}
.revue-casino-fr-breadcrumbs li {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
}
.revue-casino-fr-breadcrumbs li + li::before {
  content: '›';
  color: var(--muted);
  margin-right: 0.25rem;
}
.revue-casino-fr-breadcrumbs a { color: var(--link); border-bottom: 0; }
.revue-casino-fr-breadcrumbs a:hover { color: var(--accent); }
.revue-casino-fr-breadcrumbs [aria-current="page"] { color: var(--primary); font-weight: 600; }

/* ===== Hero CTA paragraph (replaces inline style) ===== */
.revue-casino-fr-hero__cta { margin-top: 1.25rem; margin-bottom: 0; }

/* ===== Section CTA paragraph (ghost button under section content) ===== */
.revue-casino-fr-section__cta {
  margin: 1.25rem 0 0;
  text-align: center;
}

/* ===== Back-to-review block on compliance pages ===== */
.revue-casino-fr-backlink {
  background: var(--soft);
  border-top: 1px solid var(--border);
  padding: 2.25rem 1.25rem;
  text-align: center;
}
.revue-casino-fr-backlink__inner {
  max-width: 880px;
  margin: 0 auto;
}
.revue-casino-fr-backlink p {
  font-family: system-ui, sans-serif;
  font-size: 0.95rem;
  color: var(--primary);
  margin: 0 0 1rem;
}
.revue-casino-fr-backlink__actions {
  display: flex;
  gap: 0.75rem;
  justify-content: center;
  flex-wrap: wrap;
}

/* ===== Page kicker spacing override for 404 ===== */
.revue-casino-fr-404__kicker {
  font-family: system-ui, sans-serif;
  font-size: 0.78rem;
  text-transform: uppercase;
  letter-spacing: 0.18em;
  color: var(--muted);
  margin-bottom: 0.4rem;
}
.revue-casino-fr-404__actions {
  display: flex;
  gap: 0.75rem;
  justify-content: center;
  flex-wrap: wrap;
  margin-top: 1.5rem;
}
.revue-casino-fr-404__list {
  text-align: left;
  max-width: 520px;
  margin: 0 auto 1.25rem;
  padding-left: 1.25rem;
}

/* ===== Mentions légales footer block ===== */
.revue-casino-fr-footer__legal {
  border-top: 1px dashed var(--border);
  margin-top: 1rem;
  padding-top: 0.85rem;
  font-size: 0.78rem;
  color: #8a8a8a;
}
.revue-casino-fr-footer__legal strong { color: #666; }

/* ===== 404 ===== */
.revue-casino-fr-404 {
  text-align: center;
  padding: 4rem 1.25rem 5rem;
  max-width: 720px;
  margin: 0 auto;
}
.revue-casino-fr-404 img {
  max-width: 240px;
  margin: 0 auto 1.5rem;
  border-radius: var(--radius);
}

/* ===== Sticky header — keep solid opaque background ===== */
.revue-casino-fr-header { background: var(--bg); }

/* ===== Sticky bottom bonus bar ===== */
.revue-casino-fr-sticky-bonus {
  position: fixed;
  left: 0; right: 0; bottom: 0;
  z-index: 99;
  background: linear-gradient(90deg, #1a0d2e 0%, #3C0F5B 100%);
  color: #fff;
  border-top: 2px solid var(--accent);
  padding: 0.75rem 1rem;
  box-shadow: 0 -8px 24px rgba(0,0,0,0.3);
  font-family: system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;
  transform: translateY(0);
  transition: transform 240ms ease, opacity 200ms ease;
}
.revue-casino-fr-sticky-bonus__inner {
  max-width: 1080px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  gap: 1rem;
}
.revue-casino-fr-sticky-bonus__text {
  flex: 1;
  display: flex;
  flex-direction: column;
  min-width: 0;
}
.revue-casino-fr-sticky-bonus__text strong {
  color: var(--accent);
  font-size: 0.78rem;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  line-height: 1.2;
}
.revue-casino-fr-sticky-bonus__text span {
  font-size: 0.95rem;
  line-height: 1.3;
  color: #fff;
}
.revue-casino-fr-sticky-bonus__text sup { font-size: 0.7em; }
.revue-casino-fr-sticky-bonus .revue-casino-fr-cta-button {
  flex-shrink: 0;
  padding: 0.75rem 1.25rem;
}
.revue-casino-fr-sticky-bonus__close {
  background: transparent;
  border: 0;
  color: rgba(255,255,255,0.55);
  font-size: 1.6rem;
  line-height: 1;
  cursor: pointer;
  width: 36px; height: 36px;
  min-width: 36px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  flex-shrink: 0;
  transition: color 150ms ease, background 150ms ease;
}
.revue-casino-fr-sticky-bonus__close:hover {
  color: #fff;
  background: rgba(255,255,255,0.1);
}
.revue-casino-fr-sticky-bonus.is-dismissed,
.revue-casino-fr-sticky-bonus.is-suppressed {
  transform: translateY(110%);
  opacity: 0;
  pointer-events: none;
}

/* ===== Responsive ===== */
@media (max-width: 760px) {
  h1 { font-size: 1.7rem; }
  h2 { font-size: 1.3rem; }

  /* Mobile header — single row, burger toggles nav */
  .revue-casino-fr-header__inner {
    padding: 0.6rem 0.85rem;
  }
  .revue-casino-fr-logo img { height: 36px; }
  .revue-casino-fr-logo span { font-size: 0.95rem; }
  .revue-casino-fr-logo small { display: none; }
  .revue-casino-fr-burger { display: flex; }
  .revue-casino-fr-nav {
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    background: var(--bg);
    flex-direction: column;
    gap: 0;
    border-top: 1px solid var(--border);
    box-shadow: 0 10px 20px rgba(0,0,0,0.08);
    transform: translateY(-8px);
    opacity: 0;
    pointer-events: none;
    transition: transform 200ms ease, opacity 150ms ease;
    font-size: 1rem;
  }
  .revue-casino-fr-nav.is-open {
    transform: none;
    opacity: 1;
    pointer-events: auto;
  }
  .revue-casino-fr-nav a {
    padding: 1rem 1.25rem;
    border-bottom: 1px solid var(--border);
    min-height: 44px;
    display: flex;
    align-items: center;
  }
  .revue-casino-fr-nav a:last-child { border-bottom: 0; }

  /* Mobile hero — push photo right, darker overlay so text wins */
  .revue-casino-fr-hero { min-height: 460px; }
  .revue-casino-fr-hero__bg {
    background-position: 88% center;
    background-size: 180% auto;
    opacity: 0.75;
  }
  .revue-casino-fr-hero__overlay {
    background:
      linear-gradient(180deg, rgba(26,13,46,0.85) 0%, rgba(26,13,46,0.6) 40%, rgba(26,13,46,0.85) 100%);
  }
  .revue-casino-fr-hero__inner { padding: 2.25rem 1rem 2.25rem; }
  .revue-casino-fr-hero h1 { font-size: 1.7rem; max-width: 100%; }
  .revue-casino-fr-hero p { max-width: 100%; }

  /* Verdict card */
  .revue-casino-fr-verdict-card {
    grid-template-columns: 1fr;
  }
  .revue-casino-fr-verdict-card__score {
    border-right: 0;
    border-bottom: 1px solid var(--border);
    padding-right: 0;
    padding-bottom: 1rem;
  }

  .revue-casino-fr-bonus-tiers { grid-template-columns: 1fr; }
  .revue-casino-fr-providers { grid-template-columns: repeat(3, 1fr); }
  .revue-casino-fr-payments { grid-template-columns: repeat(3, 1fr); }
  .revue-casino-fr-proscons { grid-template-columns: 1fr; }
  .revue-casino-fr-cta-card { flex-direction: column; align-items: stretch; text-align: center; }
  .revue-casino-fr-slots { grid-template-columns: repeat(2, 1fr); }
  .revue-casino-fr-illus-row { flex-direction: column; }
  .revue-casino-fr-illus-row__img { width: 100%; max-width: 360px; align-self: center; }

  /* Footer brand — smaller logo on mobile */
  .revue-casino-fr-footer__brand img { height: 48px; }

  /* Table — avoid overflow on small screens */
  table { display: block; overflow-x: auto; }

  /* Sticky bonus bar — compact on mobile */
  .revue-casino-fr-sticky-bonus { padding: 0.55rem 0.6rem; }
  .revue-casino-fr-sticky-bonus__inner { gap: 0.55rem; }
  .revue-casino-fr-sticky-bonus__text strong { font-size: 0.65rem; }
  .revue-casino-fr-sticky-bonus__text span { font-size: 0.78rem; }
  .revue-casino-fr-sticky-bonus .revue-casino-fr-cta-button {
    padding: 0.65rem 0.85rem;
    font-size: 0.82rem;
  }
  .revue-casino-fr-sticky-bonus__close { width: 30px; height: 30px; min-width: 30px; font-size: 1.4rem; }
}

/* Reserve space at page bottom so sticky bar never covers the footer's last line */
body.has-sticky-bonus { padding-bottom: 86px; }
@media (max-width: 760px) {
  body.has-sticky-bonus { padding-bottom: 78px; }
}
