/*
 * Casino Landing Pages — base styles
 * Design tokens від дропу:
 *   Primary:   #cc611a  (orange)
 *   Secondary: #929ba3  (gray)
 *   Dark:      #234c7a  (blue)
 *   Green:     #376346
 *   Text:      #444 / #2a2b2f
 *   Border:    #e2e2e2
 *   Font:      'Marcellus SC', serif (заголовки)
 *   Radius:    0 (шаблон використовує flat)
 *   Shadow:    0 0 25px 0 rgba(0,0,0,.04)
 */

/* ── Reset ──────────────────────────────────────────── */
#jm-main {
  display: block;
  width: 100%;
  float: none;
  font-family: 'Marcellus SC', serif;
  padding-top: 0 !important;
  background: transparent !important;
}


#jm-main *,
#jm-main *::before,
#jm-main *::after,
.casino-landing *,
.casino-landing *::before,
.casino-landing *::after {
  box-sizing: border-box;
}

/* ── Container ──────────────────────────────────────── */
.casino-landing .container,
.hero .container,
.toplist .container,
.comparison .container,
.brand-reviews .container,
.editorial-content .container,
.categories .container,
.author-section .container,
.faq-section .container {
  max-width: 1180px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 20px;
  padding-right: 20px;
}

/* ── Section headers ────────────────────────────────── */
.section-header {
  text-align: center;
  margin-bottom: 40px;
}

.section-header h2 {
  font-family: 'Marcellus SC', serif;
  font-size: 28px;
  color: #2a2b2f;
  margin: 0 0 10px;
  font-weight: 400;
}

.section-sub {
  color: #929ba3;
  font-size: 15px;
  margin: 0;
}

/* ══════════════════════════════════════════════════════
   HERO
══════════════════════════════════════════════════════ */
.hero {
  background: #1e2330;
  background: linear-gradient(135deg, #1c2340 0%, #2d3b52 100%);
  padding: 60px 0;
  color: #fff;
}

.hero-grid {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 40px;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}

/* ── Hero copy (left) ─── */
.hero-copy {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 55%;
          flex: 1 1 55%;
}

.hero-copy h1 {
  font-family: 'Marcellus SC', serif;
  font-size: 30px;
  line-height: 1.2;
  color: #fff;
  margin: 0 0 20px;
  font-weight: 400;
}

.hero-heading-accent {
  color: #cc611a;
}

.hero-sub {
  font-size: 15px;
  line-height: 1.7;
  color: rgba(255,255,255,.80);
  margin: 0 0 20px;
}

/* Author row */
.hero-author {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 12px;
  margin-bottom: 18px;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  background: rgba(255,255,255,.06);
  padding: 10px 14px;
}

.avatar-verified {
  position: relative;
  display: inline-block;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}

.hero-author-avatar {
  width: 34px;
  height: 34px;
  border-radius: 50%;
  border: 2px solid #cc611a;
  display: block;
  object-fit: contain;
  background-color: #faf7f0;
}

.hero-author-info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 3px;
}

.hero-author-tag {
  font-size: 10px;
  text-transform: uppercase;
  letter-spacing: .5px;
  color: #cc611a;
  font-weight: 700;
}

.hero-author-name-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 0;
}

.hero-author-link { text-decoration: none; }

.hero-author-name {
  color: #fff;
  font-size: 14px;
}

.hero-author-role {
  color: rgba(255,255,255,.50);
  font-size: 12px;
}

.hero-author-date {
  margin-left: auto;
  text-align: right;
}

.hero-author-date-label {
  display: block;
  font-size: 14px;
  color: rgba(255,255,255,.50);
}

.hero-author-date-val {
  font-size: 13px;
  color: #fff;
}

/* Trust strip */
.hero-trust-strip {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  gap: 10px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: 4px;
}

.trust-item {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 6px;
  background: rgba(255,255,255,.10);
  border: 1px solid rgba(255,255,255,.18);
  padding: 7px 13px;
  font-size: 13px;
  font-weight: 600;
  color: #fff;
  white-space: nowrap;
}

.trust-icon {
  font-size: 15px;
  line-height: 1;
  color: #cc611a;
  font-style: normal;
  vertical-align: middle;
  display: inline-block;
}

.trust-icon--flag {
  color: inherit;
  font-size: 17px;
}

.trust-sep { color: rgba(255,255,255,.30); }

/* ── Hero card (right) ─── */
.hero-card-wrap {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 300px;
          flex: 0 0 300px;
}

.hero-card-label {
  background: #cc611a;
  color: #fff;
  font-size: 11px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: .5px;
  padding: 8px 16px;
  text-align: center;
}

.hero-featured {
  background: #fff;
  padding: 16px;
  border: 1px solid #e2e2e2;
  box-shadow: 0 0 25px 0 rgba(0,0,0,.08);
}

.hero-featured-header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 6px;
  margin-bottom: 10px;
}

.hero-featured-logo {
  width: 200px;
  height: 200px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}


.hero-featured-meta {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 4px;
}

.hero-featured-name {
  font-family: 'Marcellus SC', serif;
  display: block;
  font-weight: 700;
  color: #2a2b2f;
  font-size: 14px;
  text-align: center;
}

.hero-featured-score {
  display: block;
  font-size: 17px;
  font-weight: 700;
  text-align: center;
}

.hero-featured-divider {
  border-top: 1px solid #e2e2e2;
  margin: 8px 0;
}

.hero-featured-bonus {
  text-align: center;
  margin-bottom: 12px;
}

.hero-featured-btn {
  display: block;
  width: 100%;
  text-align: center;
}

/* ══════════════════════════════════════════════════════
   SCORE COLOURS
══════════════════════════════════════════════════════ */
.score--green { color: #376346; }
.score--amber { color: #cc611a; }
.score--red   { color: #901917; }

/* ══════════════════════════════════════════════════════
   BUTTONS
══════════════════════════════════════════════════════ */
.btn-play {
  font-family: 'Marcellus SC', serif;
  display: inline-block;
  background: #cc611a;
  color: #fff !important;
  padding: 10px 22px;
  font-size: 14px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: .5px;
  border: none;
  cursor: pointer;
  border-radius: 0;
  text-decoration: none;
  line-height: 1.4;
  transition: background .2s;
}

.btn-play:hover,
.btn-play:focus {
  background: #b55216;
  color: #fff !important;
  text-decoration: none;
}

/* ══════════════════════════════════════════════════════
   LOGO BOXES
══════════════════════════════════════════════════════ */
.logo-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background: #f8f8f8;
  border: 1px solid #e2e2e2;
  padding: 6px;
  width: 140px;
  min-width: 140px;
  height: 80px;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 140px;
      flex: 0 0 140px;
}

.hero-featured-logo.logo-box {
  overflow: hidden;
  -webkit-box-flex: 0;
  -ms-flex: none;
      flex: none;
  width: 161px;
  height: 92px;
  min-width: 161px;
}

.logo-img {
  max-width: 100%;
  max-height: 100%;
  width: auto;
  height: auto;
  display: block;
}

/* ══════════════════════════════════════════════════════
   BADGES
══════════════════════════════════════════════════════ */
.badge {
  font-family: 'Marcellus SC', serif;
  display: inline-block;
  padding: 3px 10px;
  font-size: 10px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: .3px;
  line-height: 1.5;
}

.badge--featured { background: #cc611a; color: #fff; }
.badge--new      { background: #234c7a; color: #fff; }
.badge--hot      { background: #901917; color: #fff; }

/* ══════════════════════════════════════════════════════
   TOPLIST
══════════════════════════════════════════════════════ */
.toplist {
  padding: 60px 0;
  background: #f4f4f4;
}

.toplist-item { margin-bottom: 22px; }

.casino-card {
  background: #fff;
  border: 1px solid #e2e2e2;
  box-shadow: 0 0 25px 0 rgba(0,0,0,.04);
  transition: box-shadow .2s;
  position: relative;
}

.casino-card:hover {
  box-shadow: 0 4px 30px rgba(0,0,0,.10);
}

.casino-card--top {
  border-color: #cc611a;
  border-width: 2px;
}

.card-badges-wrap {
  position: absolute;
  top: -13px;
  left: 16px;
  padding: 0;
  line-height: 0;
}

.card-badges-wrap .badge {
  display: inline-block;
  margin: 0;
  line-height: 1.5;
}

.card-badges-wrap--featured { padding-bottom: 0; }

.card-body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  width: 100%;
  box-sizing: border-box;
}

/* Logo column */
.card-logo-col {
  box-sizing: border-box;
  padding: 6px 20px 6px 20px;
  -webkit-box-flex: 1.05;
      -ms-flex: 1.05 1 0;
          flex: 1.05 1 0;
  min-width: 0;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.card-logo-col::after {
  content: '';
  position: absolute;
  right: 0;
  top: 10%;
  height: 80%;
  width: 1px;
  background: #e2e2e2;
}

.logo-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 16px;
  width: 100%;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
}

.card-rank {
  font-family: 'Marcellus SC', serif;
  font-size: 20px;
  color: #cc611a;
  font-weight: 700;
  min-width: 28px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}

.logo-meta {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 2px;
  min-width: 0;
  -webkit-box-flex: 1;
      -ms-flex: 1 1 0;
          flex: 1 1 0;
  overflow: hidden;
  text-align: center;
}

.logo-name {
  font-family: 'Marcellus SC', serif;
  font-weight: 900;
  -webkit-text-stroke: .4px #2a2b2f;
  color: #2a2b2f;
  font-size: 16px;
  display: block;
  word-break: break-word;
}

.logo-score {
  font-family: 'Marcellus SC', serif;
  font-size: 15px;
  font-weight: 700;
  display: block;
}

/* Center columns */
.card-center-col {
  box-sizing: border-box;
  -webkit-box-flex: 2;
      -ms-flex: 1.8 1 0;
          flex: 1.8 1 0;
  min-width: 0;
  min-width: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.bonus-wrap {
  box-sizing: border-box;
  padding: 20px 18px;
  position: relative;
  -webkit-box-flex: 6;
      -ms-flex: 6 1 0;
          flex: 6 1 0;
  min-width: 0;
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.bonus-wrap::after {
  content: '';
  position: absolute;
  right: 0;
  top: 10%;
  height: 80%;
  width: 1px;
  background: #e2e2e2;
}

.bonus-label {
  font-family: 'Marcellus SC', serif;
  font-size: 10px;
  text-transform: uppercase;
  letter-spacing: .5px;
  color: #929ba3;
  margin: 0 0 4px;
  font-weight: 900;
}

.bonus-amount {
  font-family: 'Marcellus SC', serif;
  font-size: 22px;
  font-weight: 900;
  -webkit-text-stroke: .5px #2a2b2f;
  color: #2a2b2f;
  margin: 0 0 2px;
  line-height: 1.2;
}

.bonus-amount--spins {
  font-family: 'Marcellus SC', serif;
  font-size: 15px;
  color: #376346;
  font-weight: 900;
  -webkit-text-stroke: .4px #376346;
  margin-bottom: 6px;
}

.bonus-sub {
  font-size: 13px;
  color: #4a5259;
  margin: 0;
}

.advantages-wrap {
  box-sizing: border-box;
  padding: 20px 18px;
  -webkit-box-flex: 5;
      -ms-flex: 5 1 0;
          flex: 5 1 0;
  min-width: 0;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}


.stats-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 4px;
  margin-left: 30px;
}

.stat-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 5px;
}

.stat-label {
  font-size: 9px;
  text-transform: uppercase;
  letter-spacing: .5px;
  color: #4a5259;
  font-weight: 700;
}

.stat-item .stat-text {
  font-size: 14px;
  color: #2a2b2f;
  font-weight: 600;
}

/* CTA column */
.card-cta-col {
  box-sizing: border-box;
  padding: 20px 20px 20px 4px;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 190px;
          flex: 0 0 190px;
  min-width: 0;
  min-width: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.card-cta-col .btn-play {
  padding: 10px 8px;
  width: 160px;
  text-align: center;
}

/* ══════════════════════════════════════════════════════
   COMPARISON TABLE
══════════════════════════════════════════════════════ */
.comparison {
  padding: 60px 0;
  background: #fff;
}

.cmp-table-wrap {
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
  border: 1px solid #e2e2e2;
}

.cmp-table {
  width: 100%;
  min-width: 900px;
}

.cmp-labels,
.cmp-row {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 44px 260px 170px 160px 140px 90px 86px 136px;
      grid-template-columns: 44px 230px 200px 160px 140px 90px 86px 136px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.cmp-labels {
  font-size: 11px;
  text-transform: uppercase;
  letter-spacing: .5px;
  color: #929ba3;
  font-weight: 700;
  padding: 10px 0;
  border-bottom: 2px solid #2a2b2f;
}

.cmp-labels > div { padding: 0 8px; }

.cmp-row {
  border-bottom: 1px solid #e2e2e2;
  background: #fff;
  transition: background .15s;
}

.cmp-row:last-child { border-bottom: none; }

.cmp-row:hover { background: #fafafa; }

.cmp-row--top {
  background: #fffaf7;
  border-left: 3px solid #cc611a;
}

.cmp-row > * { padding: 14px 8px; }

.cmp-rank {
  font-family: 'Marcellus SC', serif;
  font-size: 18px;
  color: #929ba3;
  font-weight: 700;
  text-align: center;
}

.cmp-rank--gold { color: #cc611a; }

.cmp-brand {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 10px;
}

.cmp-logo {
  width: 86px;
  height: 50px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background: #f8f8f8;
  border: 1px solid #e2e2e2;
  padding: 4px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}

.cmp-brand-info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 3px;
}

.cmp-name {
  font-size: 15px;
  font-weight: 700;
  color: #2a2b2f;
  display: block;
}

.cmp-score {
  font-size: 14px;
  font-weight: 700;
  display: block;
}

.cmp-bonus {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 1px;
  font-size: 18px;
}

.cmp-bonus strong { font-family: 'Marcellus SC', serif; font-weight: 900; -webkit-text-stroke: .5px #2a2b2f; color: #2a2b2f; }
.cmp-bonus span   { font-family: 'Marcellus SC', serif; font-weight: 900; -webkit-text-stroke: .4px #376346; font-size: 14px; color: #376346; }

.cmp-features {
  list-style: none;
  padding: 0;
  margin: 0;
}

.cmp-features li {
  font-size: 13px;
  color: #444;
  line-height: 1.8;
}

.cmp-pay {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 3px;
}

.cmp-pay-tag {
  background: #f4f4f4;
  border: 1px solid #e2e2e2;
  font-size: 12px;
  padding: 3px 8px;
  color: #444;
}

.cmp-pay-more {
  font-size: 12px;
  color: #929ba3;
  -ms-flex-item-align: center;
      align-self: center;
}

.cmp-deposit,
.cmp-wager {
  font-size: 15px;
  font-weight: 700;
  color: #2a2b2f;
}

.cmp-btn {
  font-size: 13px;
  padding: 10px 14px;
  white-space: nowrap;
}

/* ══════════════════════════════════════════════════════
   BRAND REVIEWS
══════════════════════════════════════════════════════ */
.brand-reviews {
  padding: 60px 0;
  background: #f4f4f4;
}

.brand-review {
  background: #fff;
  border: 1px solid #e2e2e2;
  box-shadow: 0 0 25px 0 rgba(0,0,0,.04);
  margin-bottom: 30px;
  overflow: hidden;
}

.br-header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 14px 22px;
  border-bottom: 1px solid #e2e2e2;
  background: #fafafa;
}

.br-badges-wrap .badge {
  font-size: 13px;
  padding: 5px 14px;
}

.br-header-left {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 12px;
}

.br-rank {
  font-family: 'Marcellus SC', serif;
  font-size: 22px;
  color: #cc611a;
}

.br-name {
  font-size: 18px;
  font-weight: 700;
  color: #2a2b2f;
  display: block;
}

.br-score {
  font-size: 16px;
  font-weight: 700;
  display: block;
}

.br-screenshot {
  overflow: hidden;
  max-height: 440px;
  background: #e2e2e2;
}

.br-screenshot img {
  width: 100%;
  display: block;
  -o-object-fit: cover;
     object-fit: cover;
}

.br-body { padding: 22px; }

.br-description p {
  line-height: 1.7;
  color: #444;
  margin: 0 0 12px;
}

.br-quote {
  background: #fafafa;
  border-left: 4px solid #cc611a;
  margin: 20px 0;
  padding: 14px 18px;
}

.br-quote p {
  font-style: italic;
  color: #444;
  margin: 0 0 12px;
  line-height: 1.6;
}

.br-quote-author {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 10px;
}

.br-quote-avatar {
  width: 34px;
  height: 34px;
  border-radius: 50%;
  border: 2px solid #cc611a;
  object-fit: contain;
  background-color: #faf7f0;
}

.br-quote-meta {
  display: flex;
  flex-direction: column;
  gap: 1px;
}

.br-quote-name {
  font-style: normal;
  font-weight: 700;
  color: #2a2b2f;
  font-size: 13px;
  display: block;
  line-height: 1.2;
}

.br-quote-role {
  font-size: 11px;
  color: #929ba3;
}

/* Params grid */
.br-params {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  border: 1px solid #e2e2e2;
  margin: 18px 0;
}

.br-param {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 130px;
          flex: 1 1 130px;
  padding: 10px 14px;
  border-right: 1px solid #e2e2e2;
  border-bottom: 1px solid #e2e2e2;
}

.br-param:last-child { border-right: none; }

.br-param-label {
  font-size: 12px;
  text-transform: uppercase;
  letter-spacing: .5px;
  color: #929ba3;
  font-weight: 700;
  display: block;
  margin-bottom: 3px;
}

.br-param-value {
  font-size: 16px;
  font-weight: 600;
  color: #2a2b2f;
  display: block;
}

.br-bonus-card {
  background: #fffaf7;
  border: 2px solid #cc611a;
  padding: 14px 18px;
  text-align: center;
  margin: 18px 0;
}

.br-bonus-pulse {
  font-size: 22px !important;
  color: #cc611a !important;
}

.br-cta {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 10px;
  text-align: center;
}

.br-btn {
  min-width: 220px;
  text-align: center;
}

.br-disclaimer {
  font-size: 11px;
  color: #929ba3;
  margin: 0;
}

/* ══════════════════════════════════════════════════════
   EDITORIAL
══════════════════════════════════════════════════════ */
.editorial-content {
  padding: 60px 0;
  background: #fff;
}

.editorial-intro {
  font-size: 15px;
  line-height: 1.8;
  color: #444;
  margin-bottom: 36px;
  padding-bottom: 24px;
  border-bottom: 1px solid #e2e2e2;
}

.content-block {
  margin-bottom: 36px;
}

.content-block h3 {
  font-family: 'Marcellus SC', serif;
  font-size: 19px;
  color: #2a2b2f;
  margin: 0 0 14px;
  padding-bottom: 8px;
  font-weight: 400;
  border-bottom: 2px solid #cc611a;
  display: inline-block;
}

.content-block p {
  line-height: 1.7;
  color: #444;
  margin: 0 0 12px;
  font-size: 14px;
}

.content-block a {
  color: #cc611a;
  font-weight: 700;
  text-decoration: underline;
  text-decoration-color: rgba(204, 97, 26, 0.35);
  text-underline-offset: 2px;
}

/* Lists */
.content-list {
  padding: 0;
  list-style: none;
  margin: 10px 0;
}

.content-list li {
  padding: 6px 0 6px 18px;
  position: relative;
  line-height: 1.5;
  color: #444;
  font-size: 14px;
  border-bottom: 1px solid #f4f4f4;
}

.content-list li::before {
  content: '';
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 6px;
  height: 6px;
  background: #cc611a;
  border-radius: 50%;
}

.content-list--grid {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (minmax(180px, 1fr))[auto-fill];
      grid-template-columns: repeat(auto-fill, minmax(180px, 1fr));
  gap: 4px;
}

/* Table */
.content-table-wrap {
  overflow-x: auto;
  margin: 14px 0;
}

.content-table {
  width: 100%;
  border-collapse: collapse;
  font-size: 14px;
}

.content-table th {
  background: #2a2b2f;
  color: #fff;
  padding: 10px 14px;
  text-align: left;
  font-family: 'Marcellus SC', serif;
  font-size: 12px;
  font-weight: 400;
}

.content-table td {
  padding: 9px 14px;
  border-bottom: 1px solid #e2e2e2;
  color: #444;
}

.content-table tr:nth-child(even) td {
  background: #fafafa;
}

.content-note {
  font-size: 12px;
  color: #929ba3;
  font-style: italic;
  margin: 6px 0 0;
}

/* Steps (ol) */
.content-steps {
  list-style: none;
  padding: 0;
  margin: 12px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 14px;
}

.content-steps li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 14px;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}

.step-num {
  width: 30px;
  height: 30px;
  background: #cc611a;
  color: #fff;
  border-radius: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-weight: 700;
  font-size: 14px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  margin-top: 1px;
}

.content-steps strong {
  color: #2a2b2f;
  display: block;
  margin-bottom: 3px;
  font-size: 14px;
}

.content-steps p {
  margin: 0;
  color: #444;
  font-size: 14px;
  line-height: 1.5;
}

/* CTA inline block */
.content-cta {
  background: #fffaf7;
  border: 1px solid #e2e2e2;
  border-left: 4px solid #cc611a;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 20px;
  padding: 18px 22px;
  margin: 28px 0;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.content-cta-text strong {
  display: block;
  color: #2a2b2f;
  font-size: 15px;
  margin-bottom: 3px;
}

.content-cta-text span {
  font-size: 13px;
  color: #929ba3;
}

/* Pros / Cons */
.pros-cons-grid {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 1fr;
      grid-template-columns: 1fr 1fr;
  gap: 20px;
  margin-top: 14px;
}

.pros-heading {
  font-family: 'Marcellus SC', serif;
  font-size: 15px;
  color: #376346;
  margin: 0 0 8px;
  font-weight: 700;
}

.cons-heading {
  font-family: 'Marcellus SC', serif;
  font-size: 15px;
  color: #901917;
  margin: 0 0 8px;
  font-weight: 700;
}

.pros-list,
.cons-list {
  list-style: none;
  padding: 0;
  margin: 0;
}

.pros-list li,
.cons-list li {
  padding: 5px 8px 5px 24px;
  position: relative;
  font-size: 14px;
  color: #444;
  border-bottom: 1px solid #f4f4f4;
  line-height: 1.4;
}

.pros-list li {
  background: rgba(55, 99, 70, .06);
}

.cons-list li {
  background: rgba(144, 25, 23, .06);
}

.pros-list li::before {
  content: '✓';
  position: absolute;
  left: 6px;
  color: #376346;
  font-weight: 700;
}

.cons-list li::before {
  content: '✗';
  position: absolute;
  left: 6px;
  color: #901917;
  font-weight: 700;
}

/* ══════════════════════════════════════════════════════
   CATEGORIES
══════════════════════════════════════════════════════ */
.categories {
  padding: 60px 0;
  background: #f4f4f4;
}

.categories-grid {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (1fr)[4];
      grid-template-columns: repeat(4, 1fr);
  gap: 14px;
}

.category-card {
  background: #fff;
  border: 1px solid #e2e2e2;
  padding: 24px 18px;
  text-align: center;
  text-decoration: none;
  display: block;
  box-shadow: 0 0 25px 0 rgba(0,0,0,.04);
  transition: border-color .2s, box-shadow .2s;
}

.category-card:hover {
  border-color: #cc611a;
  box-shadow: 0 4px 20px rgba(204,97,26,.12);
  text-decoration: none;
}

.category-icon {
  font-size: 34px;
  margin-bottom: 10px;
  display: block;
}

.category-card h3 {
  font-family: 'Marcellus SC', serif;
  font-size: 14px;
  color: #2a2b2f;
  margin: 0 0 6px;
  font-weight: 400;
}

.category-card p {
  font-size: 12px;
  color: #929ba3;
  margin: 0 0 10px;
}

.category-count {
  display: inline-block;
  background: #cc611a;
  color: #fff;
  font-size: 10px;
  font-weight: 700;
  padding: 2px 10px;
  text-transform: uppercase;
  letter-spacing: .3px;
}

/* ══════════════════════════════════════════════════════
   AUTHOR
══════════════════════════════════════════════════════ */
.author-section {
  padding: 60px 0;
  background: #fff;
}

.author-card {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 22px;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  background: #fafafa;
  border: 1px solid #e2e2e2;
  border-left: 4px solid #cc611a;
  padding: 28px;
  box-shadow: 0 0 25px 0 rgba(0,0,0,.04);
}

.author-meta {
  font-size: 10px;
  text-transform: uppercase;
  letter-spacing: .5px;
  color: #929ba3;
  margin: 0 0 10px;
  font-weight: 700;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 100%;
          flex: 0 0 100%;
}

.author-avatar {
  width: 76px;
  height: 76px;
  border-radius: 50%;
  border: 3px solid #cc611a;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  object-fit: contain;
  background-color: #faf7f0;
}

.author-info { -webkit-box-flex: 1; -ms-flex: 1; flex: 1; }

.author-name {
  font-family: 'Marcellus SC', serif;
  font-size: 22px;
  color: #2a2b2f;
  margin: 0 0 3px;
  font-weight: 400;
}

.author-title {
  font-size: 12px;
  color: #929ba3;
  margin: 0 0 10px;
}

.author-bio {
  font-size: 14px;
  line-height: 1.7;
  color: #444;
  margin: 0 0 10px;
}

.author-stats {
  list-style: none;
  padding: 0;
  margin: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 14px;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.author-stats li {
  font-size: 12px;
  color: #376346;
  font-weight: 600;
}

/* ══════════════════════════════════════════════════════
   FAQ
══════════════════════════════════════════════════════ */
.faq-section {
  padding: 60px 0;
  background: #f4f4f4;
}

.faq-list {
  max-width: 820px;
  margin: 0 auto;
}

.faq-item {
  background: #fff;
  border: 1px solid #e2e2e2;
  margin-bottom: 6px;
  box-shadow: 0 0 25px 0 rgba(0,0,0,.04);
}

.faq-question {
  width: 100%;
  text-align: left;
  background: none;
  border: none;
  padding: 15px 52px 15px 18px;
  font-family: 'Marcellus SC', serif;
  font-size: 15px;
  color: #2a2b2f;
  cursor: pointer;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  transition: background .15s;
  line-height: 1.3;
  font-weight: 400;
}

.faq-question:hover { background: #fffaf7; }

.faq-question[aria-expanded="true"] {
  background: #fffaf7;
  color: #cc611a;
  border-bottom: 1px solid #e2e2e2;
}

.faq-icon {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 22px;
  height: 22px;
  border-radius: 50%;
  background: #cc611a;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-left: 10px;
}

.faq-icon::before {
  content: '+';
  color: #fff;
  font-size: 18px;
  font-weight: 300;
  line-height: 22px;
  height: 22px;
  font-family: sans-serif;
  display: block;
  text-align: center;
  position: relative;
  top: -1px;
}

.faq-question[aria-expanded="true"] .faq-icon::before {
  content: '−';
}

.faq-answer {
  padding: 14px 18px;
}

.faq-answer p {
  margin: 0;
  line-height: 1.7;
  color: #444;
  font-size: 14px;
}

/* ══════════════════════════════════════════════════════
   STICKY CTA
══════════════════════════════════════════════════════ */
@media (min-width: 769px) {
  .sticky-cta { display: none !important; }
}

.sticky-cta {
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  background: #1e2330;
  border-top: 3px solid #cc611a;
  padding: 8px 16px;
  z-index: 9999;
  -webkit-transform: translateY(100%);
      -ms-transform: translateY(100%);
          transform: translateY(100%);
  transition: -webkit-transform .3s ease;
  transition: transform .3s ease;
  transition: transform .3s ease, -webkit-transform .3s ease;
}

.sticky-cta.is-visible {
  -webkit-transform: translateY(0);
      -ms-transform: translateY(0);
          transform: translateY(0);
}

.sticky-cta-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 14px;
  max-width: 640px;
  margin: 0 auto;
}

.sticky-cta-left {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 8px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}

.sticky-cta-logo {
  width: 46px;
  height: 26px;
  background: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 3px;
}

.sticky-cta-score {
  font-size: 12px;
  color: #cc611a;
  font-weight: 700;
  white-space: nowrap;
}

.sticky-cta-info { -webkit-box-flex: 1; -ms-flex: 1; flex: 1; }

.sticky-cta-bonus {
  font-family: 'Marcellus SC', serif;
  font-size: 13px;
  font-weight: 900;
  color: #fff;
}

.sticky-cta-bonus--spins {
  font-size: 11px;
  color: rgba(255,255,255,.55);
  font-weight: 400;
}

.sticky-cta-btn {
  font-family: 'Marcellus SC', serif;
  background: #cc611a;
  color: #fff !important;
  padding: 8px 14px;
  font-size: 12px;
  font-weight: 700;
  text-decoration: none;
  text-transform: uppercase;
  white-space: nowrap;
  letter-spacing: .3px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}

.sticky-cta-btn:hover {
  background: #b55216;
  text-decoration: none;
}

.sticky-cta-close {
  position: absolute;
  top: 6px;
  right: 10px;
  background: none;
  border: none;
  color: rgba(255,255,255,.45);
  font-size: 18px;
  cursor: pointer;
  line-height: 1;
  padding: 0;
}

.sticky-cta-close:hover { color: #fff; }

/* ══════════════════════════════════════════════════════
   RESPONSIVE
══════════════════════════════════════════════════════ */

/* ── Tablet ──────────────────────────────────────────── */
@media (max-width: 1024px) {
  .hero-grid       { -webkit-box-orient: vertical; -webkit-box-direction: normal; -ms-flex-direction: column; flex-direction: column; }
  .hero-card-wrap  { -webkit-box-flex: 0; -ms-flex: 0 0 auto; flex: 0 0 auto; width: 100%; max-width: 460px; }
  .categories-grid { -ms-grid-columns: (1fr)[2]; grid-template-columns: repeat(2, 1fr); }
  .card-logo-col   { -webkit-box-flex: 0; -ms-flex: 0 0 auto; flex: 0 0 auto; }
}

/* ── Mobile ──────────────────────────────────────────── */
@media (max-width: 768px) {

  /* Landing page wrapper reset */
  #jm-main-wrap { padding: 0; }
  #jm-main      { padding: 0 !important; box-shadow: none !important; }

  /* General */
  .section-header       { margin-bottom: 24px; }
  .section-header h2    { font-size: 20px; }
  .section-sub          { font-size: 14px; }

  .toplist, .comparison, .brand-reviews, .editorial-content,
  .categories, .author-section, .faq-section { padding: 36px 0; }

  /* ── HERO ─────────────────────────────────────── */
  .hero         { padding: 28px 0 32px; }
  .hero-grid    { -webkit-box-orient: vertical; -webkit-box-direction: normal; -ms-flex-direction: column; flex-direction: column; gap: 24px; }
  .hero-copy h1 { font-size: 24px; line-height: 1.25; margin-top: 18px; margin-bottom: 14px; }
  .hero-sub     { font-size: 14px; margin-bottom: 14px; }

  .hero-author      { padding: 8px 12px; gap: 8px; margin-bottom: 14px; -ms-flex-wrap: wrap; flex-wrap: wrap; align-items: center; }
  .hero-author-info { display: contents; }
  .hero-author-tag  { order: -1; -webkit-box-flex: 0; -ms-flex: 0 0 100%; flex: 0 0 100%; margin-bottom: 0; }
  .hero-author-date { order: 1; margin-left: auto; text-align: right; }
  .hero-author-role { font-size: 0; }
  .hero-author-role::before { content: 'Zweryfikowany redaktor'; font-size: 12px; color: rgba(255,255,255,.50); }

  .hero-author-name-row {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    gap: 2px;
  }

  .hero-card-wrap {
    -webkit-box-flex: 0;
    -ms-flex: none;
    flex: none;
    width: 100%;
    max-width: 100%;
  }

  .hero-featured-logo.logo-box {
    width: 210px;
    height: 101px;
    min-width: 210px;
    box-shadow: 0 8px 28px rgba(0,0,0,.30);
  }

  /* Trust strip */
  .hero-trust-strip { gap: 8px; margin-top: 4px; -ms-flex-wrap: wrap; flex-wrap: wrap; }
  .trust-item {
    font-size: 11px;
    padding: 5px 8px;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 calc(50% - 4px);
            flex: 0 0 calc(50% - 4px);
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
  }
  .trust-icon { font-size: 14px; }

  /* ── TOPLIST ──────────────────────────────────── */
  .toplist-item { margin-bottom: 24px; }

  /* Card: full-width vertical stack */
  .card-body {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
  }

  /* Logo row */
  .card-logo-col {
    -webkit-box-flex: 0;
    -ms-flex: none;
    flex: none;
    width: 100%;
    padding: 20px 14px 6px;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    border-right: none;
    border-bottom: none;
    position: relative;
  }

  .card-logo-col::after {
    display: block;
    content: '';
    position: absolute;
    bottom: 0;
    left: 10%;
    right: 10%;
    height: 1px;
    width: auto;
    background: #e2e2e2;
    top: auto;
  }

  .card-rank {
    position: absolute;
    top: 10px;
    left: 12px;
    font-size: 16px;
    min-width: auto;
  }

  .logo-row {
    gap: 10px;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .logo-meta {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    text-align: center;
    margin-top: 0;
    gap: 0;
  }
  .logo-name  { font-size: 14px; }
  .logo-score { font-size: 14px; }
  .card-rank  { font-size: 17px; min-width: 22px; }

  .logo-box {
    width: 195px;
    min-width: 195px;
    height: 92px;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 195px;
    flex: 0 0 195px;
    box-shadow: 0 8px 28px rgba(0,0,0,.30);
  }

  /* Center column */
  .card-center-col {
    -webkit-box-flex: 0;
    -ms-flex: none;
    flex: none;
    width: 100%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  /* Bonus block */
  .bonus-wrap {
    -webkit-box-flex: 0;
    -ms-flex: none;
    flex: none;
    width: 100%;
    padding: 14px 16px;
    border-right: none;
    border-bottom: 1px solid #e2e2e2;
    text-align: center;
  }

  .bonus-wrap::after    { display: none; }
  .bonus-amount         { font-size: 20px; }
  .bonus-amount--spins  { font-size: 14px; }
  .bonus-sub            { font-size: 12px; }

  /* Stats block: 3 items in a row */
  .advantages-wrap {
    -webkit-box-flex: 0;
    -ms-flex: none;
    flex: none;
    width: 100%;
    padding: 10px 16px;
    border-bottom: 1px solid #e2e2e2;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .stats-row {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    margin-left: 0;
    -webkit-box-pack: space-around;
    -ms-flex-pack: space-around;
    justify-content: space-around;
    width: 100%;
    gap: 0;
  }

  .stat-item {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 2px;
  }

  .stat-label          { font-size: 9px; }
  .stat-item .stat-text { font-size: 13px; }

  /* CTA: full-width button */
  .card-cta-col {
    -webkit-box-flex: 0;
    -ms-flex: none;
    flex: none;
    width: 100%;
    padding: 12px 14px;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .card-cta-col .btn-play {
    width: 100%;
    padding: 14px 16px;
    font-size: 14px;
    text-align: center;
    box-shadow: 0 4px 14px rgba(204,97,26,.28);
  }

  .card-badges-wrap { top: -11px; left: 12px; }

  /* ── COMPARISON ───────────────────────────────── */
  .cmp-table-wrap {
    border: 1px solid #e2e2e2;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }

  .cmp-table { min-width: 756px; }

  .cmp-labels,
  .cmp-row {
    -ms-grid-columns: 28px 148px 124px 114px 96px 60px 78px 104px;
        grid-template-columns: 28px 128px 144px 114px 96px 60px 78px 104px;
  }

  .cmp-labels { font-size: 11px; padding: 6px 0; }
  .cmp-labels > div { padding: 0 4px; overflow: hidden; white-space: normal; text-align: center; }
  .cmp-lbl-cta { text-align: center; }
  .cmp-row > * { padding: 9px 4px; text-align: center; }

  .cmp-logo  { width: 66px; height: 39px; padding: 2px; }
  .cmp-brand { padding-right: 8px; }
  .cmp-bonus { padding-left: 8px; }
  .cmp-brand-info { text-align: center; gap: 0; }
  .cmp-name  { font-size: 13px; text-align: center; }
  .cmp-score { font-size: 12px; white-space: nowrap; }
  .cmp-bonus { font-size: 16px; gap: 2px; }
  .cmp-bonus span { font-size: 13px; }
  .cmp-features li { font-size: 12px; line-height: 1.5; text-align: center; }
  .cmp-pay-tag { font-size: 11px; padding: 1px 3px; }
  .cmp-deposit,
  .cmp-wager { font-size: 13px; }
  .cmp-btn   { font-size: 12px; padding: 6px 8px; white-space: nowrap; }
  .cmp-cta   { padding-right: 4px; }

  /* ── BRAND REVIEWS ────────────────────────────── */
  .br-screenshot { max-height: 200px; }
  .br-body       { padding: 16px; }
  .br-header     { padding: 12px 16px; }

  .br-params {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
  }
  .br-param { border-right: none; border-bottom: 1px solid #e2e2e2; }
  .br-param:nth-child(odd):not(.br-param--games) { border-right: 1px solid #e2e2e2; }
  .br-param--games { grid-column: 1 / -1; text-align: center; border-right: none; border-bottom: none; }
  .br-param-label { font-size: 11px; }
  .br-param-value { font-size: 14px; }
  .br-badges-wrap .badge { font-size: 10px; padding: 3px 10px; }
  .br-score { font-size: 13px; }

  .br-cta {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .br-btn { min-width: 100%; }

  /* ── EDITORIAL ────────────────────────────────── */
  .pros-cons-grid {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    gap: 16px;
  }

  .content-cta {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    gap: 12px;
  }
  .content-cta-btn { text-align: center; width: 100%; }

  .content-list--grid {
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
  }

  /* ── CATEGORIES ───────────────────────────────── */
  .categories-grid {
    -ms-grid-columns: (1fr)[2];
    grid-template-columns: repeat(2, 1fr);
    gap: 10px;
  }
  .category-card  { padding: 18px 12px; }
  .category-icon  { font-size: 28px; margin-bottom: 8px; }

  /* ── AUTHOR ───────────────────────────────────── */
  .author-card   { gap: 14px; padding: 20px; }
  .author-name   { font-size: 18px; }
  .author-avatar { width: 60px; height: 60px; }

  /* ── FAQ ──────────────────────────────────────── */
  .faq-question {
    font-size: 14px;
    padding: 14px 16px 14px 16px;
    min-height: 52px;
  }
  .faq-answer { padding: 12px 16px; }

  /* ── STICKY CTA ───────────────────────────────── */
  .sticky-cta-logo  { width: 54px; height: 32px; }
  .sticky-cta-info  { text-align: center; }
  .sticky-cta-inner { gap: 8px; }
  .sticky-cta-bonus { font-size: 17px; }
  .sticky-cta-bonus--spins { font-size: 10px; font-weight: 700; }
  .sticky-cta-btn   { padding: 8px 6px; font-size: 11px; }
  .sticky-cta-close { top: 0; right: 10px; transform: translateY(-50%); background: #2a2a3a; border-radius: 50%; width: 20px; height: 20px; display: flex; align-items: center; justify-content: center; font-size: 14px; }
}

/* ── Small mobile (≤ 480px) ──────────────────────────── */
@media (max-width: 480px) {
  .hero          { padding: 20px 0 26px; }
  .hero-copy h1  { font-size: 22px; }
  .section-header h2 { font-size: 18px; }

  .logo-box { width: 195px; min-width: 195px; height: 92px; -webkit-box-flex: 0; -ms-flex: 0 0 195px; flex: 0 0 195px; box-shadow: 0 8px 28px rgba(0,0,0,.30); }
  .logo-name { font-size: 13px; }

  .trust-item { font-size: 11px; padding: 5px 8px; }
  .trust-icon { font-size: 13px; }

  .hero-featured-logo.logo-box { width: 195px; height: 95px; min-width: 195px; }

  .categories-grid { gap: 8px; }
  .category-card   { padding: 14px 10px; }

  .btn-play { font-size: 13px; }
  .cmp-btn  { font-size: 12px; }
}

/* ── Disclaimer ───────────────────────────────────────── */
.disclaimer-section {
  padding: 28px 0 32px;
  background: #f4f6f8;
  border-top: 1px solid #e2e6ea;
}

@media (max-width: 767px) {
  .disclaimer-section .container {
    padding-left: 16px;
    padding-right: 16px;
    width: 100%;
    box-sizing: border-box;
  }
}

.disclaimer-section p {
  font-size: 12px;
  line-height: 1.7;
  color: #6b7280;
  margin: 0;
}

.disclaimer-section strong {
  color: #4a5259;
}

.disclaimer-section a {
  color: #cc611a;
  text-decoration: underline;
}

/* suppress missing li-white.png 404 */
#jm-allpage .color-ms .nav.menu li a,
#jm-allpage .color-ms .nav.menu li span.separator,
#jm-top3 .nav.menu li a,
#jm-top3 .nav.menu li span.separator,
#jm-bottom1 .nav.menu li span.separator,
#jm-footer-mod .nav.menu li span.separator {
  background-image: none;
}
