/* ============================================================
   Slot Review V2 — design preview (structure for approval)
   Site-native language: full-bleed navy hero, .container grid,
   Bebas/Montserrat, navy + electric blue + glow green.
   Layout: hero + sticky section nav + two-column body
   (article + sticky Quick Facts / conversion rail).
   All classes prefixed .srv- to avoid collisions with main.css.
   ============================================================ */

.srv {
  --srv-navy-950: #090d0f;
  --srv-navy-900: #001f5a;
  --srv-navy-800: #0a2455;
  --srv-navy-700: #0d2f6e;
  --srv-blue: var(--primary-blue, #1480ff);
  --srv-blue-dark: var(--primary-dark-blue, #005cc7);
  --srv-green: var(--secondary-glow-green, #61f400);
  --srv-green-deep: #3f9e02;
  --srv-ink: var(--text-primary, #102e65);
  --srv-ink-soft: var(--text-secondary, #485877);
  --srv-line: #d7deea;
  --srv-paper: #fff;
  --srv-soft: var(--background-secondary, #eef1f6);
  --srv-gold: #f5a623;
  --srv-red: #d64545;
  --srv-font-display: var(--font-family, "Bebas Neue", sans-serif);
  --srv-font-body: var(--second-family, "Montserrat", sans-serif);

  font-family: var(--srv-font-body);
  color: var(--srv-ink);
  overflow-x: clip;
}

.srv *,
.srv *::before,
.srv *::after { box-sizing: border-box; }

.srv img { max-width: 100%; }

/* authored body tables: 2-col wrap to fit; wide (3+ col) scroll horizontally on mobile */
.srv-tablescroll { overflow-x: auto; -webkit-overflow-scrolling: touch; margin: 4px 0 18px; border-radius: 14px; }
.srv-tablescroll > table { margin: 0; }
.srv-tablescroll--wide > table { min-width: 560px; }

/* ============================================================
   HERO
   ============================================================ */
.srv-hero {
  background:
    radial-gradient(1100px 540px at 78% -10%, rgba(20,128,255,.38), transparent 62%),
    radial-gradient(720px 420px at 12% 108%, rgba(97,244,0,.10), transparent 60%),
    linear-gradient(180deg, #001f5a 0%, #090d0f 100%);
  margin-top: -92px;
  padding-top: 150px;
  padding-bottom: 54px;
  border-bottom-left-radius: 24px;
  border-bottom-right-radius: 24px;
  color: var(--text-light-primary, #f0f2f5);
  position: relative;
  overflow: hidden;
}
.srv-hero .container { position: relative; z-index: 1; }

.srv-crumbs {
  display: flex; align-items: center; flex-wrap: wrap; gap: 10px;
  font-size: 13px; font-weight: 600; color: rgba(240,242,245,.55); margin-bottom: 24px;
}
.srv-crumbs a { color: rgba(240,242,245,.55); text-decoration: none; transition: color .3s; }
.srv-crumbs a:hover { color: #fff; }
.srv-crumbs strong { color: rgba(240,242,245,.9); font-weight: 600; }

.srv-hero__grid {
  display: grid;
  grid-template-columns: 360px minmax(0, 1fr);
  gap: 48px;
  align-items: start;
}

/* poster */
.srv-hero__poster {
  position: relative;
  border-radius: 20px;
  overflow: hidden;
  aspect-ratio: 4 / 3;
  background: linear-gradient(160deg, #0d2f6e, #090d0f);
  box-shadow: 0 30px 60px -30px rgba(0,0,0,.7);
  border: 1px solid rgba(255,255,255,.08);
  display: flex; align-items: center; justify-content: center;
}
.srv-hero__poster img { width: 100%; height: 100%; object-fit: cover; }
.srv-hero__poster-fallback {
  font-family: var(--srv-font-display); font-size: 44px; letter-spacing: .04em;
  color: rgba(255,255,255,.25); text-align: center; padding: 20px;
}
.srv-hero__rtp {
  position: absolute; top: 14px; left: 14px;
  display: inline-flex; align-items: center; gap: 6px;
  padding: 7px 12px; border-radius: 999px;
  background: rgba(97,244,0,.16); color: var(--srv-green);
  border: 1px solid rgba(97,244,0,.4);
  font-weight: 800; font-size: 13px; backdrop-filter: blur(4px);
}
.srv-hero__demo-badge {
  position: absolute; bottom: 14px; right: 14px;
  padding: 6px 12px; border-radius: 999px;
  background: rgba(20,128,255,.9); color: #fff; font-weight: 700; font-size: 12px;
}

.srv-hero__provider {
  display: inline-flex; align-items: center; gap: 8px;
  font-size: 13px; font-weight: 700; letter-spacing: .04em; text-transform: uppercase;
  color: var(--srv-green); text-decoration: none; margin-bottom: 12px;
}
.srv-hero__provider:hover { color: #fff; }

.srv-hero__title {
  font-family: var(--srv-font-display); font-weight: 400;
  font-size: 56px; line-height: .98; letter-spacing: .01em;
  margin: 0 0 18px; color: #fff;
}

.srv-chiprow { display: flex; flex-wrap: wrap; gap: 10px; margin-bottom: 24px; }
.srv-chip {
  display: inline-flex; align-items: center; gap: 7px;
  padding: 8px 13px; border-radius: 10px;
  background: rgba(255,255,255,.07); border: 1px solid rgba(255,255,255,.12);
  font-size: 13px; font-weight: 600; color: rgba(240,242,245,.92);
}
.srv-chip svg { width: 15px; height: 15px; color: var(--srv-blue); flex: none; }
.srv-chip b { color: #fff; font-weight: 800; }

/* author + verdict teaser */
.srv-hero__expert {
  background: rgba(255,255,255,.05);
  border: 1px solid rgba(255,255,255,.1);
  border-radius: 16px; padding: 18px 20px; margin-bottom: 22px;
}
.srv-hero__expert-head { display: flex; align-items: center; gap: 13px; margin-bottom: 13px; }
.srv-hero__expert-ava {
  position: relative; flex: none;
  width: 46px; height: 46px; border-radius: 50%;
  display: flex; align-items: center; justify-content: center;
  background: linear-gradient(150deg, var(--srv-blue), var(--srv-blue-dark));
  color: #fff; font-weight: 800; font-size: 15px; letter-spacing: .02em;
}
.srv-hero__expert-check { position: absolute; right: -4px; bottom: -4px; width: 20px; height: 20px; }
.srv-hero__expert-check svg { width: 20px; height: 20px; display: block; }
.srv-hero__expert-meta { font-size: 13px; line-height: 1.45; color: rgba(240,242,245,.62); }
.srv-hero__expert-meta b { color: #fff; font-size: 14.5px; }
.srv-hero__expert-meta em { display: block; font-style: normal; font-size: 12px; color: rgba(240,242,245,.5); margin-top: 2px; }
.srv-hero__verdictline { font-size: 15px; line-height: 1.62; color: rgba(240,242,245,.86); margin: 0; }
.srv-hero__verdictline b { color: #fff; }

.srv-hero__cta { display: flex; flex-wrap: wrap; gap: 14px; align-items: center; }

/* primary — glossy green, same design as casino review v2 (.crv-btn-green) */
.srv-btn--play {
  font-family: var(--srv-font-display); font-weight: 400; font-size: 22px;
  line-height: 100%; letter-spacing: .02em; color: #fff; text-shadow: 0 1px 2px rgba(0,0,0,.3);
  background: linear-gradient(180deg, #7dff2e 0%, #3f9e02 100%);
  border-radius: 12px; padding: 3px; height: 52px; border: 0; cursor: pointer;
  box-shadow: 0 4px 4px rgba(0,0,0,.25), 0 10px 34px -8px rgba(97,244,0,.45);
  display: inline-flex; align-items: center; justify-content: center; text-decoration: none;
  transition: all .3s ease;
}
.srv-btn--play > span {
  height: 100%; display: flex; align-items: center; justify-content: center; gap: 10px;
  padding: 2px 24px 0; border-radius: 10px; white-space: nowrap;
  background: linear-gradient(180deg, #46b005 0%, #71f418 100%); transition: all .3s ease;
}
.srv-btn--play svg { width: 20px; height: 20px; margin-top: -2px; }
.srv-btn--play:hover {
  background: linear-gradient(180deg, #3f9e02 0%, #7dff2e 100%);
  box-shadow: inset 0 4px 4px rgba(0,0,0,.2), 0 10px 38px -8px rgba(97,244,0,.6);
}
.srv-btn--play:active { box-shadow: inset 0 4px 7px 1px rgba(0,0,0,.35); }

/* secondary — ghost outline (.crv-btn-ghost) */
.srv-btn--ghost {
  display: inline-flex; align-items: center; gap: 10px;
  padding: 13px 28px 11px; border: 1.5px solid rgba(255,255,255,.28); border-radius: 12px;
  font-family: var(--srv-font-display); font-size: 19px; letter-spacing: .05em; color: #fff;
  text-decoration: none; transition: all .3s ease;
}
.srv-btn--ghost svg { width: 17px; height: 17px; margin-top: -3px; transition: transform .3s; }
.srv-btn--ghost:hover { border-color: var(--srv-green); color: var(--srv-green); background: rgba(97,244,0,.06); }
.srv-btn--ghost:hover svg { transform: translateY(3px); }

/* ============================================================
   DEMO GAME embed
   ============================================================ */
.srv-demo__frame {
  position: relative; width: 100%; border-radius: 18px; overflow: hidden;
  aspect-ratio: 16 / 9; margin-bottom: 12px;
  background: radial-gradient(700px 380px at 50% 0%, rgba(20,128,255,.28), transparent 65%), linear-gradient(160deg, #0d2f6e, #090d0f);
  border: 1px solid var(--srv-line);
  display: flex; align-items: center; justify-content: center; flex-direction: column; gap: 20px;
  box-shadow: 0 30px 60px -34px rgba(16,46,101,.5);
}
.srv-demo__frame--img { background-size: cover; background-position: center; }
.srv-demo__frame--img::before { content: ""; position: absolute; inset: 0; background: rgba(9,13,15,.55); z-index: 0; }
.srv-demo__frame > * { position: relative; z-index: 1; }
.srv-demo__title { font-family: var(--srv-font-display); font-size: 30px; letter-spacing: .03em; color: rgba(255,255,255,.85); text-align: center; }
.srv-demo__play {
  font-family: var(--srv-font-display); font-size: 22px; letter-spacing: .02em; color: #06210a;
  background: linear-gradient(180deg, #7dff2e 0%, #3f9e02 100%); border: 0; cursor: pointer;
  border-radius: 999px; padding: 16px 40px; display: inline-flex; align-items: center; gap: 12px;
  box-shadow: 0 12px 30px -10px rgba(97,244,0,.55); transition: transform .2s;
}
.srv-demo__play:hover { transform: translateY(-2px); }
.srv-demo__play svg { width: 22px; height: 22px; }
.srv-demo__legal { text-align: center; font-size: 12.5px; color: var(--srv-ink-soft); margin-top: 12px; }

/* ============================================================
   STICKY SECTION NAV
   ============================================================ */
.srv-nav {
  background: rgba(255,255,255,.92);
  border-bottom: 1px solid var(--srv-line);
}
.srv-nav__inner { display: flex; gap: 4px; overflow-x: auto; padding: 6px 0; scrollbar-width: none; }
.srv-nav__inner::-webkit-scrollbar { display: none; }
.srv-nav a {
  white-space: nowrap; padding: 9px 15px; border-radius: 9px;
  font-size: 13.5px; font-weight: 600; color: var(--srv-ink-soft); text-decoration: none; transition: all .2s;
}
.srv-nav a:hover { background: var(--srv-soft); color: var(--srv-ink); }

/* ============================================================
   BODY LAYOUT — article + sticky rail
   ============================================================ */
.srv-body { padding: 46px 0 60px; }
.srv-body__grid { display: grid; grid-template-columns: minmax(0,1fr) 336px; gap: 44px; align-items: start; }

.srv-sec { margin-bottom: 46px; scroll-margin-top: 70px; }
.srv-sec:last-child { margin-bottom: 0; }
.srv-sec__kicker {
  display: inline-block; font-size: 12px; font-weight: 800; letter-spacing: .12em; text-transform: uppercase;
  color: var(--srv-blue); margin-bottom: 9px;
}
.srv-h2 {
  font-family: var(--srv-font-display); font-weight: 400;
  font-size: 34px; line-height: 1.06; letter-spacing: .01em; color: var(--srv-ink); margin: 0 0 16px;
}
.srv-h3 { font-size: 18px; font-weight: 800; color: var(--srv-ink); margin: 24px 0 10px; }
.srv-sec p { font-size: 15.5px; line-height: 1.72; color: var(--srv-ink-soft); margin: 0 0 14px; }
.srv-sec p b, .srv-sec p strong { color: var(--srv-ink); }

/* verdict callout */
.srv-verdict {
  border: 1px solid var(--srv-line);
  border-radius: 14px; padding: 24px 26px; background: linear-gradient(180deg, #f7f9fd, #fff);
}
.srv-verdict .srv-verdict__honest {
  margin-top: 14px; padding-top: 14px; border-top: 1px dashed var(--srv-line);
  font-weight: 600; color: var(--srv-ink);
}

/* highlight chips grid */
.srv-highlights { display: grid; grid-template-columns: repeat(3, 1fr); gap: 10px; margin: 4px 0 18px; }
.srv-highlights li {
  list-style: none; display: flex; align-items: center; gap: 9px;
  padding: 12px 14px; border-radius: 11px; background: var(--srv-soft);
  font-size: 13.5px; font-weight: 600; color: var(--srv-ink);
}
.srv-highlights li::before {
  content: ""; flex: none; width: 8px; height: 8px; border-radius: 50%;
  background: var(--srv-green); box-shadow: 0 0 0 3px rgba(97,244,0,.2);
}

/* bullet list */
.srv-list { margin: 0 0 16px; padding: 0; list-style: none; }
.srv-list li { position: relative; padding: 6px 0 6px 26px; font-size: 15px; line-height: 1.6; color: var(--srv-ink-soft); }
.srv-list li::before {
  content: ""; position: absolute; left: 4px; top: 13px; width: 8px; height: 8px;
  border-radius: 2px; transform: rotate(45deg); background: var(--srv-blue);
}

/* ============================================================
   TABLES
   ============================================================ */
.srv-table-wrap { overflow-x: auto; border-radius: 14px; border: 1px solid var(--srv-line); margin: 4px 0 18px; }
.srv-table { width: 100%; border-collapse: collapse; font-size: 14.5px; min-width: 460px; }
.srv-table th, .srv-table td { text-align: left; padding: 13px 16px; border-bottom: 1px solid var(--srv-line); }
.srv-table thead th {
  background: linear-gradient(180deg, #0d2f6e, #001f5a); color: #fff;
  font-size: 12.5px; font-weight: 700; letter-spacing: .04em; text-transform: uppercase;
}
.srv-table tbody tr:last-child td { border-bottom: 0; }
.srv-table tbody tr:nth-child(even) { background: #f7f9fd; }
.srv-table td:first-child { font-weight: 700; color: var(--srv-ink); }
.srv-table a { color: var(--srv-blue-dark); font-weight: 700; text-decoration: none; }
.srv-table a:hover { text-decoration: underline; }

/* risk pills inside tables */
.srv-pill { display: inline-block; padding: 3px 10px; border-radius: 999px; font-size: 12px; font-weight: 700; }
.srv-pill--high { background: rgba(214,69,69,.12); color: var(--srv-red); }
.srv-pill--vhigh { background: var(--srv-red); color: #fff; }
.srv-pill--mid { background: rgba(245,166,35,.16); color: #a56a00; }

/* ============================================================
   BONUS BUY cards
   ============================================================ */
.srv-buys { display: grid; grid-template-columns: 1fr 1fr; gap: 16px; margin: 6px 0 18px; }
.srv-buy {
  border: 1px solid var(--srv-line); border-radius: 16px; padding: 22px; background: #fff;
  position: relative; overflow: hidden;
}
.srv-buy--danger { border-color: rgba(214,69,69,.4); }
.srv-buy__cost { font-family: var(--srv-font-display); font-size: 40px; color: var(--srv-ink); line-height: 1; }
.srv-buy__name { font-size: 13px; font-weight: 800; letter-spacing: .06em; text-transform: uppercase; color: var(--srv-blue); margin-bottom: 10px; }
.srv-buy p { font-size: 14px; margin: 10px 0 0; }

/* ============================================================
   WHERE TO PLAY — casino rows (mockup of home_top-list)
   ============================================================ */
.srv-casinos { display: flex; flex-direction: column; gap: 12px; margin: 6px 0 4px; }
.srv-casino {
  display: grid; grid-template-columns: 54px 1fr auto auto; gap: 18px; align-items: center;
  border: 1px solid var(--srv-line); border-radius: 14px; padding: 16px 18px; background: #fff;
  transition: box-shadow .2s, transform .2s;
}
.srv-casino:hover { box-shadow: 0 16px 34px -20px rgba(16,46,101,.4); transform: translateY(-1px); }
.srv-casino__rank { font-family: var(--srv-font-display); font-size: 26px; color: var(--srv-blue); width: 26px; text-align: center; }
.srv-casino__logo {
  width: 54px; height: 54px; border-radius: 12px; display: flex; align-items: center; justify-content: center;
  background: linear-gradient(150deg, #0d2f6e, #090d0f); color: #fff; font-weight: 800; font-size: 13px; text-align: center;
}
.srv-casino__name { font-weight: 800; font-size: 16px; color: var(--srv-ink); }
.srv-casino__why { font-size: 13px; color: var(--srv-ink-soft); margin-top: 3px; }
.srv-casino__score { text-align: center; }
.srv-casino__score b { display: block; font-family: var(--srv-font-display); font-size: 26px; color: var(--srv-green-deep); line-height: 1; }
.srv-casino__score span { font-size: 11px; color: var(--srv-ink-soft); text-transform: uppercase; letter-spacing: .04em; }
.srv-casino__cta {
  padding: 11px 20px; border-radius: 10px; font-weight: 700; font-size: 14px; text-decoration: none;
  background: linear-gradient(180deg, var(--srv-blue), var(--srv-blue-dark)); color: #fff; white-space: nowrap;
}
.srv-note { font-size: 13px; color: var(--srv-ink-soft); font-style: italic; margin-top: 12px; }

/* ============================================================
   RICH BODY — authored HTML (v2_body). Base typography so plain
   tags look right; .srv-* classed blocks keep their own styles.
   ============================================================ */
.srv-richbody { color: var(--srv-ink-soft); }
.srv-richbody > *:first-child { margin-top: 0; }
.srv-richbody h2 {
  font-family: var(--srv-font-display); font-weight: 400; font-size: 34px; line-height: 1.06;
  letter-spacing: .01em; color: var(--srv-ink); margin: 40px 0 16px; scroll-margin-top: 20px;
}
.srv-richbody h3 { font-size: 18px; font-weight: 800; color: var(--srv-ink); margin: 24px 0 10px; }
.srv-richbody p { font-size: 15.5px; line-height: 1.72; color: var(--srv-ink-soft); margin: 0 0 14px; }
.srv-richbody p b, .srv-richbody p strong, .srv-richbody li b { color: var(--srv-ink); }
.srv-richbody a { color: var(--srv-blue-dark); font-weight: 600; text-decoration: none; }
.srv-richbody a:hover { text-decoration: underline; }
.srv-richbody ul { list-style: none; margin: 0 0 16px; padding-left: 4px; }
.srv-richbody ul li { position: relative; padding: 4px 0 4px 26px; font-size: 15px; line-height: 1.6; color: var(--srv-ink-soft); }
.srv-richbody ul li::before {
  content: ""; position: absolute; left: 4px; top: 12px; width: 8px; height: 8px;
  border-radius: 2px; transform: rotate(45deg); background: var(--srv-blue);
}
.srv-richbody ol { margin: 0 0 16px; padding-left: 4px; list-style: none; counter-reset: srvo; }
.srv-richbody ol li {
  counter-increment: srvo; position: relative; padding: 6px 0 6px 40px;
  font-size: 15px; line-height: 1.6; color: var(--srv-ink);
}
.srv-richbody ol li::before {
  content: counter(srvo); position: absolute; left: 0; top: 5px; width: 26px; height: 26px;
  border-radius: 8px; background: var(--srv-navy-900); color: #fff;
  display: flex; align-items: center; justify-content: center; font-weight: 800; font-size: 13px;
}
/* FAQ accordion (RichEditor <details>) */
.srv-richbody details {
  border: 1px solid var(--srv-line); border-radius: 12px; background: #fff;
  margin-bottom: 10px; padding: 2px 20px;
}
.srv-richbody details > summary {
  padding: 15px 0; font-weight: 700; font-size: 15.5px; color: var(--srv-ink);
  cursor: pointer; list-style: none; display: flex; justify-content: space-between; gap: 14px;
}
.srv-richbody details > summary::-webkit-details-marker { display: none; }
.srv-richbody details > summary::after { content: "+"; color: var(--srv-blue); font-size: 22px; line-height: 1; }
.srv-richbody details[open] > summary::after { content: "\2013"; }
.srv-richbody details[open] > summary { border-bottom: 1px solid var(--srv-soft); }
.srv-richbody details > *:not(summary) { margin: 12px 0; }
.srv-richbody details p { font-size: 14.5px; }
.srv-richbody table {
  width: 100%; border-collapse: separate; border-spacing: 0; font-size: 14.5px; margin: 4px 0 18px;
  border: 1px solid var(--srv-line); border-radius: 14px; overflow: hidden;
}
.srv-richbody th, .srv-richbody td { text-align: left; padding: 13px 16px; border-bottom: 1px solid var(--srv-line); }
.srv-richbody tbody tr:last-child td { border-bottom: 0; }
.srv-richbody thead th {
  background: #0d2f6e !important; color: #fff !important;
  font-size: 12.5px; font-weight: 700; letter-spacing: .04em; text-transform: uppercase;
}
/* casino block lives inside the body — don't let .srv-richbody img decoration break its logos/stars */
.srv-richbody .bb-casinos-row img { border-radius: 0; margin: 0; }
.srv-richbody .bb-casinos-row .rh-stars img { max-width: none; }
.srv-richbody tbody tr:nth-child(even) { background: #f7f9fd; }
.srv-richbody td:first-child { font-weight: 700; color: var(--srv-ink); }
.srv-richbody blockquote {
  margin: 4px 0 18px; padding: 22px 26px; border: 1px solid var(--srv-line);
  border-radius: 14px; background: linear-gradient(180deg, #f7f9fd, #fff);
}
.srv-richbody blockquote > *:last-child { margin-bottom: 0; }
.srv-richbody img { max-width: 100%; height: auto; border-radius: 12px; margin: 6px 0 18px; }
.srv-richbody hr { border: 0; border-top: 1px solid var(--srv-line); margin: 28px 0; }
.srv-richbody .srv-sec__kicker { margin-top: 8px; }

/* casinos-row (reused constructor block) — on the slot page: 4-up, stretched to full content width */
.srv .bb-casinos-row { justify-content: flex-start; }
.srv .bb-casinos-row__item { flex: 1 1 calc((100% - 48px) / 4); min-width: 0; }

/* The star widget clips a 72px image inside a narrower (fill-%) overflow:hidden box.
   Our page-wide `.srv img { max-width:100% }` shrinks that image to the box and breaks
   the clip → stars look doubled. Opt star images out so the block works as elsewhere. */
.srv .rh-stars img { max-width: none; }

/* ============================================================
   WHO SHOULD PLAY — good / poor columns
   ============================================================ */
.srv-fit { display: grid; grid-template-columns: 1fr 1fr; gap: 16px; margin: 6px 0 18px; }
.srv-fit__col { border: 1px solid var(--srv-line); border-radius: 14px; padding: 20px 22px; }
.srv-fit__col--good { background: linear-gradient(180deg, rgba(97,244,0,.06), #fff); }
.srv-fit__col--poor { background: linear-gradient(180deg, rgba(214,69,69,.05), #fff); }
.srv-fit__title { display: flex; align-items: center; gap: 8px; font-weight: 800; font-size: 15px; margin-bottom: 12px; color: var(--srv-ink); }
.srv-fit__title svg { width: 20px; height: 20px; }
.srv-fit__col--good .srv-fit__title svg { color: var(--srv-green-deep); }
.srv-fit__col--poor .srv-fit__title svg { color: var(--srv-red); }
.srv-fit ul { list-style: none; margin: 0; padding: 0; }
.srv-fit li { padding: 5px 0; font-size: 14px; color: var(--srv-ink-soft); }

/* steps */
.srv-steps { counter-reset: s; margin: 6px 0 0; padding: 0; list-style: none; }
.srv-steps li {
  counter-increment: s; position: relative; padding: 10px 0 10px 42px; font-size: 15px; color: var(--srv-ink);
  border-bottom: 1px solid var(--srv-line);
}
.srv-steps li:last-child { border-bottom: 0; }
.srv-steps li::before {
  content: counter(s); position: absolute; left: 0; top: 8px;
  width: 28px; height: 28px; border-radius: 8px; background: var(--srv-navy-900); color: #fff;
  display: flex; align-items: center; justify-content: center; font-weight: 800; font-size: 14px;
}

/* mistakes */
.srv-mistakes { display: grid; grid-template-columns: 1fr 1fr; gap: 14px; }
.srv-mistake { border: 1px solid var(--srv-line); border-radius: 12px; padding: 16px 18px; }
.srv-mistake h4 { display: flex; gap: 8px; align-items: flex-start; font-size: 15px; font-weight: 800; color: var(--srv-ink); margin: 0 0 6px; }
.srv-mistake h4 span { color: var(--srv-red); }
.srv-mistake p { font-size: 13.5px; margin: 0; }

/* update history timeline */
.srv-timeline { list-style: none; margin: 6px 0 0; padding: 0 0 0 30px; position: relative; }
.srv-timeline::before {
  content: ""; position: absolute; left: 9px; top: 8px; bottom: 12px; width: 2px; background: var(--srv-line);
}
.srv-timeline li { position: relative; padding: 4px 0 16px 0; font-size: 14.5px; color: var(--srv-ink-soft); }
.srv-timeline li::before {
  content: ""; position: absolute; left: -27px; top: 6px; width: 14px; height: 14px; border-radius: 50%;
  background: #fff; border: 3px solid var(--srv-blue); box-sizing: border-box;
}
.srv-timeline li b { color: var(--srv-ink); font-weight: 800; }

/* ============================================================
   FAQ (site-native .faq look)
   ============================================================ */
.srv-faq__item { border: 1px solid var(--srv-line); border-radius: 12px; margin-bottom: 10px; overflow: hidden; background: #fff; }
.srv-faq__q { padding: 16px 20px 6px; font-weight: 700; font-size: 15.5px; color: var(--srv-ink); }
.srv-faq__a { padding: 0 20px 16px; font-size: 14.5px; line-height: 1.65; color: var(--srv-ink-soft); }

/* ============================================================
   STICKY RAIL
   ============================================================ */
.srv-rail { position: sticky; top: 88px; display: flex; flex-direction: column; gap: 16px; }  /* below the fixed site header (~72px) + gap */
.srv-card { border: 1px solid var(--srv-line); border-radius: 16px; background: #fff; overflow: hidden; }
.srv-card__head {
  padding: 14px 18px; font-family: var(--srv-font-display); font-size: 22px; letter-spacing: .02em;
  color: #fff; background: linear-gradient(180deg, #001f5a, #090d0f);
}
.srv-facts { list-style: none; margin: 0; padding: 6px 0; }
.srv-facts li { display: flex; justify-content: space-between; gap: 12px; padding: 9px 18px; font-size: 13.5px; border-bottom: 1px solid var(--srv-soft); }
.srv-facts li:last-child { border-bottom: 0; }
.srv-facts li span { color: var(--srv-ink-soft); }
.srv-facts li b { color: var(--srv-ink); font-weight: 700; text-align: right; }
.srv-facts__link { color: var(--srv-blue-dark); text-decoration: none; }
.srv-facts__link:hover { text-decoration: underline; }

.srv-rail__cta { padding: 18px; text-align: center; }
.srv-rail__cta .srv-btn { width: 100%; justify-content: center; }
.srv-rail__demo {
  margin-top: 10px; display: block; font-size: 13px; font-weight: 700; color: var(--srv-blue-dark); text-decoration: none;
}

/* author bio card (footer of article) */
.srv-bio { display: flex; gap: 18px; align-items: flex-start; border: 1px solid var(--srv-line); border-radius: 16px; padding: 22px; background: var(--srv-soft); margin-top: 8px; }
.srv-bio__ava { flex: none; width: 62px; height: 62px; border-radius: 50%; background: linear-gradient(150deg, var(--srv-blue), var(--srv-blue-dark)); color: #fff; font-weight: 800; font-size: 20px; display: flex; align-items: center; justify-content: center; }
.srv-bio__name { font-weight: 800; font-size: 17px; color: var(--srv-ink); }
.srv-bio__role { font-size: 13px; color: var(--srv-blue-dark); font-weight: 700; margin-bottom: 8px; }
.srv-bio p { font-size: 13.5px; line-height: 1.6; color: var(--srv-ink-soft); margin: 0; }

/* responsive shrink of the 2-col body → single column + horizontal rail */
@media (max-width: 1100px) {
  .srv-body__grid { grid-template-columns: minmax(0, 1fr); }
  .srv-body article, .srv-rail { min-width: 0; }  /* prevent wide-table grid blowout */
  .srv-rail { position: static; flex-direction: row; flex-wrap: wrap; }
  .srv-rail > * { flex: 1 1 260px; }
}

/* ============================================================
   TABLET (≤900px) — stack the hero, ease spacing
   ============================================================ */
@media (max-width: 900px) {
  .srv-hero { padding-top: 130px; padding-bottom: 40px; }
  .srv-hero__grid { grid-template-columns: 1fr; gap: 24px; }
  .srv-hero__poster { max-width: 320px; }
  .srv-hero__title { font-size: 44px; }
  .srv-body { padding: 34px 0 46px; }
}

/* ============================================================
   MOBILE (≤600px) — single column, tighter type, full-width CTAs
   ============================================================ */
@media (max-width: 600px) {
  .srv-hero { padding-top: 118px; padding-bottom: 34px; border-bottom-left-radius: 18px; border-bottom-right-radius: 18px; }
  .srv-crumbs { margin-bottom: 16px; font-size: 12px; gap: 7px; }
  .srv-hero__poster { max-width: 100%; }
  .srv-hero__title { font-size: 34px; margin-bottom: 14px; }
  .srv-chiprow { gap: 8px; margin-bottom: 18px; }
  .srv-chip { font-size: 12px; padding: 7px 11px; }
  .srv-hero__expert { padding: 15px 16px; margin-bottom: 18px; }
  .srv-hero__cta { gap: 10px; }
  .srv-hero__cta .srv-btn--play,
  .srv-hero__cta .srv-btn--ghost { flex: 1 1 100%; justify-content: center; }

  .srv-body { padding: 24px 0 38px; }
  .srv-richbody h2, .srv-h2 { font-size: 27px; }
  .srv-richbody h3 { font-size: 16.5px; }
  .srv-richbody p, .srv-sec p { font-size: 15px; }
  .srv-richbody th, .srv-richbody td { padding: 10px 12px; font-size: 13.5px; }
  .srv-richbody ul li, .srv-richbody ol li { font-size: 14.5px; }

  .srv-rail { gap: 12px; }
  .srv-rail > * { flex: 1 1 100%; }

  .srv-demo__title { font-size: 24px; }
  .srv-demo__play { font-size: 19px; padding: 14px 30px; }
}

/* ============================================================
   MOBILE FIXES — Quick Facts drawer, casino grid, Play Demo btn
   ============================================================ */
.srv-facts-fab,
.srv-facts-backdrop,
.srv-rail__close { display: none; }

/* ≤900px: casinos 3-up + Quick Facts becomes a right-side slide-in drawer */
@media (max-width: 900px) {
  .srv .bb-casinos-row__item { flex: 1 1 calc((100% - 32px) / 3); }

  .srv-rail {
    position: fixed; top: 0; right: 0; z-index: 71;
    width: min(340px, 88vw); height: 100vh; height: 100dvh;
    margin: 0; padding: 0; display: block; gap: 0;
    background: #fff; box-shadow: -20px 0 60px -22px rgba(9, 13, 15, .55);
    transform: translateX(101%); transition: transform .34s cubic-bezier(.4, 0, .2, 1);
    overflow-y: auto; -webkit-overflow-scrolling: touch;
  }
  .srv-rail.is-open { transform: translateX(0); }
  .srv-rail > * { flex: none; }
  .srv-rail .srv-card { border: 0; border-radius: 0; min-height: 100%; }
  .srv-rail .srv-card__head { position: sticky; top: 0; z-index: 1; padding-right: 56px; }

  .srv-rail__close {
    display: flex; align-items: center; justify-content: center;
    position: absolute; top: 9px; right: 12px; z-index: 3;
    width: 34px; height: 34px; padding: 0; border: 0; cursor: pointer;
    border-radius: 9px; background: rgba(255, 255, 255, .16); color: #fff;
  }
  .srv-rail__close svg { width: 18px; height: 18px; }

  .srv-facts-backdrop {
    display: block; position: fixed; inset: 0; z-index: 70;
    background: rgba(9, 13, 15, .5); opacity: 0; visibility: hidden;
    transition: opacity .3s ease, visibility .3s ease;
  }
  .srv-facts-backdrop.is-open { opacity: 1; visibility: visible; }

  .srv-facts-fab {
    display: inline-flex; align-items: center; gap: 8px;
    position: fixed; right: 0; top: 42%; z-index: 55;
    padding: 14px 9px 16px; border: 0; cursor: pointer;
    writing-mode: vertical-rl;
    background: linear-gradient(180deg, var(--srv-blue), var(--srv-blue-dark));
    color: #fff; border-radius: 12px 0 0 12px;
    box-shadow: -7px 8px 22px -9px rgba(9, 13, 15, .5);
    font-family: var(--srv-font-display); font-size: 17px; letter-spacing: .06em;
    transition: transform .3s ease;
  }
  .srv-facts-fab svg { width: 17px; height: 17px; }
  .srv-facts-fab.is-hidden { transform: translateX(120%); }
}

/* ≤600px: casinos 2-up + full-width Play Demo inner layer */
@media (max-width: 600px) {
  .srv .bb-casinos-row__item { flex: 1 1 calc((100% - 16px) / 2); }

  .srv-hero__cta .srv-btn--play { display: flex; padding: 3px; }
  .srv-hero__cta .srv-btn--play > span { width: 100%; }
}
