/* =============================================
   BtcReels.com — Money Page Stylesheet
   ============================================= */

/* ── PAGE HERO ────────────────────────────────── */
.mp-hero {
  position: relative;
  overflow: hidden;
  min-height: 400px;
  padding-top: 144px; /* topbar(32) + header(112) */
  border-bottom: 1px solid #1e3a5f;
}
.mp-hero-overlay {
  background: linear-gradient(
    100deg,
    rgba(10,21,32,0.96) 0%,
    rgba(10,21,32,0.82) 55%,
    rgba(10,21,32,0.55) 100%
  ) !important;
}
.mp-hero-inner {
  position: relative;
  z-index: 2;
  padding: 32px 20px 48px;
  max-width: 1240px;
  margin: 0 auto;
}
.mp-breadcrumb {
  display: flex;
  align-items: center;
  gap: 6px;
  font-size: 12px;
  color: #64748b;
  margin-bottom: 20px;
}
.mp-breadcrumb a { color: #F7931A; }
.mp-breadcrumb a:hover { text-decoration: underline; }
.mp-bc-sep { color: #1e3a5f; }

.mp-hero-badge {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  background: rgba(247,147,26,0.12);
  border: 1px solid rgba(247,147,26,0.35);
  color: #F7931A;
  font-size: 11px;
  font-weight: 800;
  letter-spacing: 1px;
  text-transform: uppercase;
  padding: 5px 14px;
  border-radius: 20px;
  margin-bottom: 18px;
}

.mp-hero-h1 {
  font-size: 44px;
  font-weight: 900;
  color: #fff;
  line-height: 1.15;
  margin-bottom: 16px;
  letter-spacing: -0.5px;
}
.mp-hero-sub {
  font-size: 16px;
  color: #94a3b8;
  max-width: 640px;
  line-height: 1.7;
  margin-bottom: 32px;
}

/* Author strip */
.mp-author-strip {
  display: flex;
  align-items: center;
  gap: 14px;
  flex-wrap: wrap;
  background: rgba(13,27,42,0.7);
  border: 1px solid #1e3a5f;
  border-radius: 10px;
  padding: 12px 18px;
  width: fit-content;
  backdrop-filter: blur(6px);
}
.mp-author-avatar {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  object-fit: cover;
  object-position: top;
  border: 2px solid #F7931A;
  flex-shrink: 0;
}
.mp-author-meta {
  display: flex;
  flex-direction: column;
  gap: 2px;
}
.mp-author-name {
  font-size: 13px;
  font-weight: 800;
  color: #fff;
}
.mp-author-role {
  font-size: 11px;
  color: #64748b;
}
.mp-meta-divider {
  width: 1px;
  height: 30px;
  background: #1e3a5f;
  flex-shrink: 0;
}
.mp-meta-pill {
  display: flex;
  align-items: center;
  gap: 5px;
  font-size: 11px;
  font-weight: 600;
  color: #64748b;
  background: rgba(255,255,255,0.04);
  border: 1px solid #1e3a5f;
  border-radius: 6px;
  padding: 4px 10px;
}

/* ── TICKER STRIP ─────────────────────────────── */
.mp-ticker-wrap {
  background: #070d14;
  border-bottom: 1px solid #1e3a5f;
  display: flex;
  align-items: center;
  overflow: hidden;
  height: 40px;
}
.mp-ticker-label {
  flex-shrink: 0;
  background: #F7931A;
  color: #000;
  font-size: 10px;
  font-weight: 900;
  letter-spacing: 1px;
  padding: 0 16px;
  height: 100%;
  display: flex;
  align-items: center;
  white-space: nowrap;
}
.mp-ticker-track {
  flex: 1;
  overflow: hidden;
  position: relative;
}
.mp-ticker-inner {
  display: flex;
  gap: 0;
  animation: tickerScroll 28s linear infinite;
  white-space: nowrap;
}
@media (max-width: 768px) {
  .mp-ticker-inner { animation-duration: 16s; }
}
@media (max-width: 480px) {
  .mp-ticker-inner { animation-duration: 10s; }
}
@keyframes tickerScroll {
  0%   { transform: translateX(0); }
  100% { transform: translateX(-50%); }
}
.mp-tick {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  padding: 0 24px;
  font-size: 12px;
  font-weight: 600;
  color: #94a3b8;
  border-right: 1px solid #1a2d42;
  height: 40px;
  transition: color 0.2s;
  white-space: nowrap;
}
.mp-tick:hover { color: #F7931A; }
.mp-tick-rank {
  font-size: 10px;
  font-weight: 900;
  color: #F7931A;
  background: rgba(247,147,26,0.1);
  border-radius: 4px;
  padding: 1px 5px;
}
.mp-tick-score {
  font-size: 11px;
  font-weight: 800;
  color: #FFD700;
  margin-left: 2px;
}

/* ── LAYOUT ───────────────────────────────────── */
.mp-layout {
  display: grid;
  grid-template-columns: 280px 1fr;
  gap: 40px;
  padding-top: 48px;
  padding-bottom: 64px;
  align-items: start;
}

/* ── SIDEBAR ──────────────────────────────────── */
.mp-sidebar {
  position: sticky;
  top: 160px; /* topbar + header height */
}

/* TOC */
.mp-toc {
  background: #0d1b2a;
  border: 1px solid #1e3a5f;
  border-radius: 12px;
  overflow: hidden;
  margin-bottom: 20px;
}
.mp-toc-head {
  display: flex;
  align-items: center;
  gap: 8px;
  padding: 14px 18px;
  background: #0a1520;
  border-bottom: 1px solid #1e3a5f;
  font-size: 12px;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 0.8px;
  color: #fff;
}
.mp-toc-icon { font-size: 14px; }
.mp-toc-list {
  list-style: none;
  padding: 10px 0;
  counter-reset: toc-counter;
}
.mp-toc-list li {
  counter-increment: toc-counter;
}
.mp-toc-link {
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 8px 18px;
  font-size: 13px;
  color: #64748b;
  transition: all 0.18s;
  border-left: 3px solid transparent;
}
.mp-toc-link::before {
  content: counter(toc-counter, decimal-leading-zero);
  font-size: 10px;
  font-weight: 900;
  color: #1e3a5f;
  flex-shrink: 0;
  width: 20px;
  transition: color 0.18s;
}
.mp-toc-link:hover {
  color: #F7931A;
  border-left-color: #F7931A;
  background: rgba(247,147,26,0.04);
}
.mp-toc-link:hover::before { color: #F7931A; }
.mp-toc-link.active {
  color: #fff;
  border-left-color: #F7931A;
  background: rgba(247,147,26,0.06);
}
.mp-toc-link.active::before { color: #F7931A; }

/* Sidebar bonus card */
.mp-sidebar-bonus {
  background: linear-gradient(160deg, #0f1e30, #0b1622);
  border: 1px solid rgba(247,147,26,0.35);
  border-radius: 12px;
  padding: 20px 18px;
  text-align: center;
  margin-bottom: 16px;
  box-shadow: 0 4px 24px rgba(247,147,26,0.08);
}
.mp-sb-eyebrow {
  font-size: 10px;
  font-weight: 900;
  letter-spacing: 1.2px;
  text-transform: uppercase;
  color: #F7931A;
  margin-bottom: 8px;
}
.mp-sb-name {
  font-size: 18px;
  font-weight: 900;
  color: #fff;
  margin-bottom: 6px;
}
.mp-sb-score {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 6px;
  margin-bottom: 12px;
}
.mp-sb-num {
  font-size: 22px;
  font-weight: 900;
  color: #F7931A;
}
.mp-sb-stars {
  font-size: 14px;
  color: #FFD700;
}
.mp-sb-offer {
  font-size: 14px;
  font-weight: 700;
  color: #e2e8f0;
  line-height: 1.4;
  margin-bottom: 14px;
}
.mp-sb-btn {
  width: 100%;
  text-align: center;
  display: block;
  margin-bottom: 10px;
  font-size: 13px;
}
.mp-sb-disclaimer {
  font-size: 10px;
  color: #334155;
  line-height: 1.5;
}

/* Trust list */
.mp-sidebar-trust {
  background: #0d1b2a;
  border: 1px solid #1e3a5f;
  border-radius: 10px;
  padding: 14px 16px;
  display: flex;
  flex-direction: column;
  gap: 8px;
}
.mp-trust-item {
  display: flex;
  align-items: center;
  gap: 8px;
  font-size: 12px;
  font-weight: 600;
  color: #64748b;
}
.mp-trust-item span { font-size: 14px; }

/* ── ARTICLE ──────────────────────────────────── */
.mp-article { min-width: 0; }

.mp-section {
  margin-bottom: 60px;
}

.mp-h2 {
  font-size: 24px;
  font-weight: 900;
  color: #fff;
  margin-bottom: 10px;
  line-height: 1.25;
  padding-bottom: 12px;
  border-bottom: 2px solid #1e3a5f;
  position: relative;
}
.mp-h2::after {
  content: '';
  position: absolute;
  bottom: -2px;
  left: 0;
  width: 50px;
  height: 2px;
  background: linear-gradient(to right, #F7931A, #CC0000);
}
.mp-h3 {
  font-size: 18px;
  font-weight: 800;
  color: #fff;
  margin-bottom: 12px;
  margin-top: 24px;
}
.mp-lead {
  font-size: 15px;
  color: #7a92aa;
  line-height: 1.7;
  margin-bottom: 24px;
}
.mp-article p {
  font-size: 15px;
  color: #7a92aa;
  line-height: 1.8;
  margin-bottom: 14px;
}
.mp-article p a { color: #F7931A; font-weight: 600; }
.mp-article p a:hover { text-decoration: underline; }

/* ── COMPARISON TABLE ─────────────────────────── */
.mp-table-wrap {
  overflow-x: auto;
  border-radius: 12px;
  border: 1px solid #1e3a5f;
  margin-bottom: 12px;
}
.mp-table {
  width: 100%;
  border-collapse: collapse;
  font-size: 13px;
  min-width: 600px;
}
.mp-table thead {
  background: #0a1520;
}
.mp-table th {
  padding: 12px 14px;
  text-align: left;
  font-size: 10px;
  font-weight: 900;
  text-transform: uppercase;
  letter-spacing: 0.8px;
  color: #64748b;
  white-space: nowrap;
}
.mp-table td {
  padding: 13px 14px;
  border-top: 1px solid #1a2d42;
  vertical-align: middle;
}
.mp-table tbody tr { background: #0d1b2a; transition: background 0.15s; }
.mp-table tbody tr:hover { background: #111f30; }
.mp-table-top { background: rgba(247,147,26,0.05) !important; }
.mp-table-top td { border-top-color: rgba(247,147,26,0.15) !important; }

.mp-rank {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 26px;
  height: 26px;
  border-radius: 50%;
  font-size: 12px;
  font-weight: 900;
  background: #1a2d42;
  color: #64748b;
}
.mp-rank.gold   { background: linear-gradient(135deg,#b8860b,#FFD700); color: #000; }
.mp-rank.silver { background: linear-gradient(135deg,#475569,#94a3b8); color: #000; }
.mp-rank.bronze { background: linear-gradient(135deg,#7c3f1e,#cd7f32); color: #fff; }

.mp-yes  { color: #22c55e; font-weight: 700; }
.mp-no   { color: #F7931A; font-size: 11px; font-weight: 700; background: rgba(247,147,26,0.1); border-radius: 4px; padding: 2px 6px; }
.mp-soft { color: #94a3b8; font-size: 11px; font-weight: 600; background: rgba(148,163,184,0.08); border-radius: 4px; padding: 2px 6px; }
.mp-score { font-weight: 800; font-size: 14px; }

.mp-table-btn {
  display: inline-block;
  padding: 5px 12px;
  background: rgba(247,147,26,0.1);
  border: 1px solid rgba(247,147,26,0.3);
  border-radius: 6px;
  font-size: 12px;
  font-weight: 700;
  color: #F7931A;
  white-space: nowrap;
  transition: all 0.18s;
}
.mp-table-btn:hover { background: #F7931A; color: #000; }
.mp-table-note {
  font-size: 11px;
  color: #475569;
  margin-bottom: 0;
}

/* ── CASINO BLOCK ─────────────────────────────── */
.mp-casino-block {
  background: #0d1b2a;
  border: 1px solid #1e3a5f;
  border-radius: 16px;
  overflow: hidden;
  padding: 0;
}
.mp-casino-block .mp-section { margin-bottom: 0; }

.mp-casino-header {
  display: flex;
  align-items: center;
  gap: 20px;
  padding: 24px 28px;
  border-bottom: 1px solid #1a2d42;
  background: #0a1520;
  flex-wrap: wrap;
}

/* Rank badge */
.mp-casino-rank {
  flex-shrink: 0;
  width: 64px;
  height: 64px;
  border-radius: 14px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 1px;
  background: linear-gradient(135deg, #b8860b, #FFD700);
}
.mp-casino-rank.silver { background: linear-gradient(135deg, #475569, #94a3b8); }
.mp-casino-rank.bronze { background: linear-gradient(135deg, #7c3f1e, #cd7f32); }
.mp-cr-label {
  font-size: 8px;
  font-weight: 900;
  letter-spacing: 1px;
  color: rgba(0,0,0,0.55);
  text-transform: uppercase;
}
.mp-cr-num {
  font-size: 28px;
  font-weight: 900;
  color: #000;
  line-height: 1;
}
.mp-casino-rank.silver .mp-cr-num,
.mp-casino-rank.silver .mp-cr-label { color: rgba(0,0,0,0.7); }

.mp-casino-title-group { flex: 1; }
.mp-casino-badge {
  display: inline-block;
  font-size: 10px;
  font-weight: 800;
  letter-spacing: 0.5px;
  padding: 3px 10px;
  border-radius: 4px;
  margin-bottom: 6px;
}
.mp-casino-name {
  font-size: 26px;
  font-weight: 900;
  color: #fff;
  line-height: 1;
  margin-bottom: 4px;
}
.mp-casino-tagline {
  font-size: 13px;
  color: #64748b;
}

.mp-casino-score-block {
  flex-shrink: 0;
  text-align: center;
  background: rgba(247,147,26,0.06);
  border: 1px solid rgba(247,147,26,0.2);
  border-radius: 10px;
  padding: 12px 18px;
}
.mp-cs-num {
  display: block;
  font-size: 32px;
  font-weight: 900;
  color: #F7931A;
  line-height: 1;
}
.mp-cs-stars {
  display: block;
  font-size: 14px;
  color: #FFD700;
  margin: 3px 0;
}
.mp-cs-label {
  display: block;
  font-size: 10px;
  color: #64748b;
  font-weight: 700;
  white-space: nowrap;
}

/* Casino body: info + CTA side by side */
.mp-casino-body {
  display: grid;
  grid-template-columns: 1fr 260px;
  gap: 0;
  border-bottom: 1px solid #1a2d42;
}
.mp-casino-info {
  padding: 24px 28px;
  border-right: 1px solid #1a2d42;
}

/* Score mini bars */
.mp-score-bars {
  display: flex;
  flex-direction: column;
  gap: 10px;
  margin-bottom: 24px;
}
.mp-sbar {
  display: grid;
  grid-template-columns: 100px 1fr 32px;
  align-items: center;
  gap: 10px;
}
.mp-sbar-label {
  font-size: 11px;
  font-weight: 600;
  color: #64748b;
  white-space: nowrap;
}
.mp-sbar-track {
  height: 6px;
  background: #1a2d42;
  border-radius: 4px;
  overflow: hidden;
}
.mp-sbar-fill {
  height: 100%;
  width: 0;
  border-radius: 4px;
  animation: sbarGrow 0.8s cubic-bezier(0.22,1,0.36,1) forwards;
  animation-delay: 0.2s;
}
@keyframes sbarGrow {
  to { width: var(--w, 80%); }
}
.mp-sbar-val {
  font-size: 11px;
  font-weight: 800;
  color: #94a3b8;
  text-align: right;
}

/* Pros / Cons */
.mp-pros-cons {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 16px;
}
.mp-pc-head {
  font-size: 11px;
  font-weight: 900;
  letter-spacing: 0.5px;
  text-transform: uppercase;
  margin-bottom: 8px;
  color: #e2e8f0;
}
.mp-pros ul, .mp-cons ul {
  list-style: none;
  display: flex;
  flex-direction: column;
  gap: 6px;
}
.mp-pros li, .mp-cons li {
  font-size: 12px;
  color: #7a92aa;
  line-height: 1.45;
  padding-left: 14px;
  position: relative;
}
.mp-pros li::before {
  content: '✓';
  position: absolute;
  left: 0;
  color: #22c55e;
  font-size: 11px;
  font-weight: 900;
}
.mp-cons li::before {
  content: '✗';
  position: absolute;
  left: 0;
  color: #ef4444;
  font-size: 11px;
  font-weight: 900;
}

/* CTA column */
.mp-casino-cta-col {
  padding: 24px 20px;
  display: flex;
  flex-direction: column;
  gap: 14px;
  justify-content: center;
}
.mp-bonus-box {
  background: rgba(247,147,26,0.06);
  border: 1px solid rgba(247,147,26,0.2);
  border-radius: 10px;
  padding: 18px 16px;
  text-align: center;
}
.mp-bb-label {
  font-size: 9px;
  font-weight: 900;
  letter-spacing: 1.2px;
  text-transform: uppercase;
  color: #64748b;
  margin-bottom: 8px;
}
.mp-bb-amount {
  font-size: 16px;
  color: #94a3b8;
  line-height: 1.3;
  margin-bottom: 4px;
}
.mp-bb-amount strong {
  display: block;
  font-size: 22px;
  font-weight: 900;
  color: #F7931A;
}
.mp-bb-extra {
  font-size: 12px;
  color: #64748b;
  margin-bottom: 14px;
}
.mp-bb-btn {
  display: block;
  text-align: center;
  font-size: 13px;
  margin-bottom: 10px;
  width: 100%;
}
.mp-bb-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 4px;
  justify-content: center;
}
.mp-bb-tags span {
  font-size: 10px;
  font-weight: 700;
  background: #0a1520;
  border: 1px solid #1e3a5f;
  border-radius: 4px;
  padding: 2px 7px;
  color: #64748b;
}
.mp-full-review-link {
  font-size: 12px;
  font-weight: 700;
  color: #F7931A;
  text-align: center;
  display: block;
  transition: color 0.2s;
}
.mp-full-review-link:hover { color: #fff; text-decoration: underline; }

/* Casino detail text area */
.mp-casino-detail {
  padding: 24px 28px;
}

/* Verdict box */
.mp-verdict-box {
  background: rgba(247,147,26,0.06);
  border-left: 3px solid #F7931A;
  border-radius: 0 8px 8px 0;
  padding: 14px 18px;
  margin-top: 20px;
}
.mp-verdict-label {
  display: block;
  font-size: 11px;
  font-weight: 900;
  letter-spacing: 0.8px;
  text-transform: uppercase;
  color: #F7931A;
  margin-bottom: 6px;
}
.mp-verdict-box p {
  font-size: 14px;
  color: #94a3b8;
  line-height: 1.6;
  margin: 0;
}

/* ── MINI CARD LIST (#6–10) ───────────────────── */
.mp-mini-list {
  display: flex;
  flex-direction: column;
  gap: 12px;
}
.mp-mini-card {
  display: flex;
  align-items: stretch;
  background: #0d1b2a;
  border: 1px solid #1e3a5f;
  border-radius: 10px;
  overflow: hidden;
  transition: border-color 0.2s, transform 0.2s;
}
.mp-mini-card:hover {
  border-color: rgba(247,147,26,0.4);
  transform: translateX(3px);
}
.mp-mini-rank {
  flex-shrink: 0;
  width: 52px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 20px;
  font-weight: 900;
  color: #1e3a5f;
  background: #0a1520;
  border-right: 1px solid #1e3a5f;
}
.mp-mini-body {
  padding: 14px 18px;
  flex: 1;
}
.mp-mini-top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 6px;
}
.mp-mini-top strong { font-size: 15px; color: #fff; }
.mp-mini-score {
  font-size: 12px;
  font-weight: 700;
  color: #F7931A;
}
.mp-mini-body p { font-size: 13px; color: #64748b; margin-bottom: 8px; line-height: 1.5; }
.mp-mini-link {
  font-size: 12px;
  font-weight: 700;
  color: #F7931A;
  transition: color 0.2s;
}
.mp-mini-link:hover { color: #fff; text-decoration: underline; }

/* ── HOW WE CHOSE GRID ────────────────────────── */
.mp-criteria-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 14px;
}
.mp-crit-card {
  background: #0d1b2a;
  border: 1px solid #1e3a5f;
  border-radius: 10px;
  padding: 20px 16px;
  transition: border-color 0.2s, transform 0.2s;
}
.mp-crit-card:hover {
  border-color: rgba(247,147,26,0.35);
  transform: translateY(-2px);
}
.mp-crit-icon {
  display: block;
  font-size: 26px;
  margin-bottom: 10px;
}
.mp-crit-card h4 {
  font-size: 14px;
  font-weight: 800;
  color: #fff;
  margin-bottom: 8px;
}
.mp-crit-card p {
  font-size: 12px;
  color: #64748b;
  line-height: 1.6;
  margin: 0;
}

/* ── LEGAL BOX ────────────────────────────────── */
.mp-legal-box {
  background: rgba(247,147,26,0.05);
  border: 1px solid rgba(247,147,26,0.2);
  border-left: 4px solid #F7931A;
  border-radius: 0 10px 10px 0;
  padding: 24px 24px 24px 20px;
  display: flex;
  gap: 20px;
  align-items: flex-start;
}
.mp-legal-icon {
  font-size: 30px;
  flex-shrink: 0;
  margin-top: 2px;
}
.mp-legal-box p {
  font-size: 14px;
  color: #7a92aa;
  line-height: 1.75;
  margin: 0;
}
.mp-legal-box strong { color: #e2e8f0; }
.mp-legal-box a { color: #F7931A; font-weight: 600; }
.mp-legal-box a:hover { text-decoration: underline; }

/* ── FAQ ──────────────────────────────────────── */
.mp-faq {
  border: 1px solid #1e3a5f;
  border-radius: 12px;
  overflow: hidden;
}
.mp-faq-item {
  border-bottom: 1px solid #1a2d42;
}
.mp-faq-item:last-child { border-bottom: none; }
.mp-faq-q {
  width: 100%;
  text-align: left;
  padding: 18px 20px;
  background: #0d1b2a;
  border: none;
  color: #e2e8f0;
  font-size: 14px;
  font-weight: 700;
  font-family: inherit;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  transition: background 0.18s, color 0.18s;
}
.mp-faq-q:hover { background: #111f30; color: #fff; }
.mp-faq-q.open { color: #F7931A; background: rgba(247,147,26,0.06); }
.mp-faq-arrow {
  font-size: 16px;
  transition: transform 0.25s;
  flex-shrink: 0;
  color: #64748b;
}
.mp-faq-q.open .mp-faq-arrow { transform: rotate(180deg); color: #F7931A; }
.mp-faq-a {
  display: none;
  padding: 0 20px 18px 20px;
  background: rgba(247,147,26,0.03);
}
.mp-faq-a p {
  font-size: 14px;
  color: #7a92aa;
  line-height: 1.75;
  margin: 0;
}

/* Author section spacing */
.mp-author-section { padding-top: 0; }
.mp-author-section .author-section { padding: 0; border-top: none; }

/* ── RESPONSIVE ───────────────────────────────── */
@media (max-width: 1024px) {
  .mp-layout { grid-template-columns: 240px 1fr; gap: 28px; }
  .mp-criteria-grid { grid-template-columns: repeat(2, 1fr); }
  .mp-casino-body { grid-template-columns: 1fr 230px; }
  .mp-hero-h1 { font-size: 36px; }
}

@media (max-width: 900px) {
  .mp-sidebar { position: static; }
  .mp-layout { grid-template-columns: 1fr; }
  .mp-toc { margin-bottom: 24px; }
  .mp-sidebar-bonus, .mp-sidebar-trust { display: none; }
  .mp-hero-h1 { font-size: 30px; }
  .mp-criteria-grid { grid-template-columns: repeat(2, 1fr); }
  .mp-pros-cons { grid-template-columns: 1fr; }
}

@media (max-width: 768px) {
  .mp-hero { padding-top: 104px; }
  .mp-hero-h1 { font-size: 26px; }
  .mp-hero-sub { font-size: 14px; }
  .mp-author-strip { gap: 10px; padding: 10px 14px; }
  .mp-meta-divider { display: none; }
  .mp-casino-header { flex-wrap: wrap; gap: 14px; padding: 18px 18px; }
  .mp-casino-body { grid-template-columns: 1fr; }
  .mp-casino-info { border-right: none; border-bottom: 1px solid #1a2d42; padding: 18px 18px; }
  .mp-casino-cta-col { padding: 18px 18px; }
  .mp-casino-detail { padding: 18px 18px; }
  .mp-criteria-grid { grid-template-columns: 1fr; }
  .mp-table th, .mp-table td { padding: 10px 10px; }
  .mp-h2 { font-size: 20px; }
  .stt-btn { bottom: 20px; right: 16px; width: 44px; height: 44px; }
}

@media (max-width: 480px) {
  .mp-casino-rank { width: 50px; height: 50px; }
  .mp-cr-num { font-size: 22px; }
  .mp-casino-name { font-size: 20px; }
  .mp-pros-cons { grid-template-columns: 1fr; gap: 12px; }
  .mp-mini-rank { width: 40px; }
}
