/* ============================================================
   SlotsRating — светлая аналитическая тема
   ============================================================
   Палитра:
   - Фон: #FAFBFC
   - Поверхность: #FFFFFF, #F1F5F9 (приглушённая)
   - Текст: #0F172A основной, #475569 вторичный, #94A3B8 третичный
   - Акцент: #0D9488 (бирюзовый, для ссылок, badge, разделителей)
   - CTA: #F97316 (оранжевый) → #EA580C hover
   - Граница: #E2E8F0
   - Звёзды: #F59E0B
   - Партнёр-зелёный (для бейджа): #10B981
   ============================================================ */

* { box-sizing: border-box; margin: 0; padding: 0; }

html { -webkit-text-size-adjust: 100%; }

body {
  font-family: 'Inter', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif;
  font-size: 16px;
  line-height: 1.6;
  color: #0F172A;
  background: #FAFBFC;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  padding-bottom: 0;
}

a { color: #0D9488; text-decoration: none; }
a:hover { color: #0F766E; text-decoration: underline; text-underline-offset: 3px; }

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

.container { max-width: 1240px; margin: 0 auto; padding: 0 20px; }

/* ============= HEADER ============= */

.site-header {
  background: #FFFFFF;
  border-bottom: 1px solid #E2E8F0;
  position: sticky;
  top: 0;
  z-index: 100;
  backdrop-filter: blur(8px);
  background: rgba(255, 255, 255, 0.95);
}

.header-grid {
  display: grid;
  grid-template-columns: auto 1fr auto;
  align-items: center;
  gap: 32px;
  height: 64px;
}

.brand-link {
  display: flex;
  align-items: center;
  gap: 10px;
  color: #0F172A;
  font-weight: 700;
  font-size: 18px;
}
.brand-link:hover { color: #0D9488; text-decoration: none; }

.brand-mark {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 36px;
  height: 36px;
  background: #0D9488;
  color: white;
  border-radius: 10px;
  font-size: 14px;
  font-weight: 800;
  letter-spacing: 0.5px;
}

.primary-nav {
  display: flex;
  gap: 4px;
  flex-wrap: wrap;
}
.primary-nav a {
  color: #475569;
  font-size: 14px;
  font-weight: 500;
  padding: 8px 12px;
  border-radius: 8px;
  transition: all 0.15s;
}
.primary-nav a:hover { background: #F1F5F9; color: #0F172A; text-decoration: none; }
.primary-nav a.active { background: #ECFEFF; color: #0D9488; }

.age-mark {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 36px;
  height: 28px;
  background: #FEF2F2;
  color: #DC2626;
  border-radius: 6px;
  font-size: 12px;
  font-weight: 700;
  border: 1px solid #FECACA;
}

/* ============= BREADCRUMBS ============= */

.breadcrumbs {
  padding: 16px 0 8px;
  font-size: 13px;
  color: #94A3B8;
}
.breadcrumbs a { color: #64748B; }
.breadcrumbs .sep { margin: 0 8px; color: #CBD5E1; }
.breadcrumbs [aria-current="page"] { color: #0F172A; font-weight: 500; }

/* ============= HERO ============= */

.hero {
  display: grid;
  grid-template-columns: 1fr auto;
  align-items: center;
  gap: 32px;
  padding: 32px 0 24px;
  margin-bottom: 24px;
}

.hero-eyebrow {
  display: inline-block;
  text-transform: uppercase;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 1.2px;
  color: #0D9488;
  margin-bottom: 12px;
}

.hero h1 {
  font-size: clamp(28px, 4vw, 40px);
  font-weight: 800;
  line-height: 1.15;
  color: #0F172A;
  letter-spacing: -0.5px;
}

.hero .lead {
  margin-top: 14px;
  font-size: 17px;
  color: #475569;
  max-width: 720px;
  line-height: 1.55;
}

.hero-meta-line {
  margin-top: 12px;
  font-size: 14px;
  color: #64748B;
}

.kpi-row {
  display: flex;
  gap: 24px;
  margin-top: 24px;
  flex-wrap: wrap;
}
.kpi {
  padding: 12px 18px;
  background: #FFFFFF;
  border: 1px solid #E2E8F0;
  border-radius: 12px;
  min-width: 100px;
}
.kpi-value {
  font-size: 22px;
  font-weight: 700;
  color: #0F172A;
}
.kpi-label {
  font-size: 12px;
  color: #64748B;
  margin-top: 2px;
}

.hero-criteria {
  margin-top: 16px;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}
.hero-criteria li {
  padding: 6px 12px;
  background: #ECFEFF;
  color: #0F766E;
  font-size: 13px;
  font-weight: 500;
  border-radius: 16px;
}

/* Rating badge справа в hero */
.hero-rating-badge {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 160px;
  height: 160px;
  background: linear-gradient(135deg, #0D9488 0%, #0F766E 100%);
  color: white;
  border-radius: 24px;
  text-align: center;
  box-shadow: 0 10px 30px rgba(13, 148, 136, 0.25);
}
.hero-rating-badge.type-payment {
  background: linear-gradient(135deg, #F97316 0%, #EA580C 100%);
  box-shadow: 0 10px 30px rgba(249, 115, 22, 0.25);
}
.hero-rating-badge.type-provider {
  background: linear-gradient(135deg, #7C3AED 0%, #6D28D9 100%);
  box-shadow: 0 10px 30px rgba(124, 58, 237, 0.25);
}
.hero-rating-badge.type-filter {
  background: linear-gradient(135deg, #1A2332 0%, #334155 100%);
  box-shadow: 0 10px 30px rgba(15, 23, 42, 0.20);
}
.rating-badge-num {
  font-size: 44px;
  font-weight: 800;
  line-height: 1;
  letter-spacing: -1px;
}
.rating-badge-label {
  font-size: 12px;
  margin-top: 8px;
  opacity: 0.9;
  text-transform: uppercase;
  font-weight: 600;
  letter-spacing: 0.5px;
  line-height: 1.3;
}

/* ============= LAYOUT С SIDEBAR ============= */

.layout-with-sidebar {
  display: grid;
  grid-template-columns: 1fr 320px;
  gap: 32px;
  align-items: start;
  margin-bottom: 60px;
}

.layout-three-col {
  display: grid;
  grid-template-columns: 240px 1fr 320px;
  gap: 24px;
  align-items: start;
  margin-bottom: 60px;
}

.left-sidebar { position: sticky; top: 80px; }

/* ============= STICKY CTA (sidebar справа) ============= */

.sticky-cta { position: sticky; top: 80px; }

.cta-card {
  background: #FFFFFF;
  border: 1px solid #E2E8F0;
  border-radius: 16px;
  overflow: hidden;
  box-shadow: 0 4px 20px rgba(15, 23, 42, 0.04);
}

.cta-header {
  padding: 18px 20px 14px;
  background: linear-gradient(135deg, #0F172A 0%, #1E293B 100%);
  color: white;
}
.cta-header h3 {
  font-size: 15px;
  font-weight: 700;
  margin-bottom: 4px;
}
.cta-subtitle {
  font-size: 12px;
  color: rgba(255, 255, 255, 0.65);
  line-height: 1.4;
}

.cta-list {
  list-style: none;
  padding: 0;
}

.cta-item {
  padding: 16px 20px;
  border-bottom: 1px solid #F1F5F9;
}
.cta-item:last-child { border-bottom: none; }

.cta-item-head {
  display: flex;
  align-items: center;
  gap: 12px;
  margin-bottom: 8px;
}
.cta-item-info {
  display: flex;
  flex-direction: column;
}
.cta-item-name {
  font-size: 15px;
  font-weight: 700;
  color: #0F172A;
}
.cta-item-rating {
  font-size: 12px;
  color: #64748B;
  display: flex;
  align-items: center;
  gap: 4px;
}
.cta-item-rating .dot {
  display: inline-block;
  width: 6px;
  height: 6px;
  background: #10B981;
  border-radius: 50%;
}

.cta-item-bonus {
  font-size: 13px;
  color: #475569;
  margin-bottom: 10px;
  line-height: 1.4;
}

.cta-btn {
  display: inline-block;
  background: #F97316;
  color: white !important;
  padding: 11px 22px;
  border-radius: 10px;
  font-size: 14px;
  font-weight: 700;
  text-decoration: none;
  text-align: center;
  width: 100%;
  transition: all 0.15s;
  border: none;
  cursor: pointer;
}
.cta-btn:hover { background: #EA580C; transform: translateY(-1px); box-shadow: 0 6px 16px rgba(249, 115, 22, 0.3); text-decoration: none; }
.cta-btn-sm { padding: 9px 18px; font-size: 13px; }

.cta-footer {
  padding: 12px 20px;
  background: #F8FAFC;
  font-size: 11px;
  color: #94A3B8;
  text-align: center;
  border-top: 1px solid #F1F5F9;
}

/* ============= SECTIONS ============= */

.section {
  margin-bottom: 36px;
}

.section-head {
  display: flex;
  align-items: baseline;
  justify-content: space-between;
  margin-bottom: 16px;
  padding-bottom: 12px;
  border-bottom: 2px solid #F1F5F9;
}
.section-head h2 {
  font-size: 22px;
  font-weight: 700;
  color: #0F172A;
}
.section-meta {
  font-size: 12px;
  color: #94A3B8;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  font-weight: 500;
}
.section-link {
  font-size: 13px;
  font-weight: 600;
  color: #0D9488;
}

/* ============= CASINO CARD (плиточная) ============= */

.casino-grid {
  display: grid;
  gap: 16px;
}

.casino-card {
  display: grid;
  grid-template-columns: 44px 88px 1fr auto;
  align-items: center;
  gap: 20px;
  padding: 18px 20px;
  background: #FFFFFF;
  border: 1px solid #E2E8F0;
  border-radius: 14px;
  transition: all 0.2s;
}
.casino-card:hover {
  border-color: #0D9488;
  box-shadow: 0 6px 24px rgba(13, 148, 136, 0.08);
  transform: translateY(-2px);
}
.casino-card.partner {
  border-color: #99F6E4;
  background: linear-gradient(135deg, #FFFFFF 0%, #F0FDFA 100%);
  position: relative;
}
.casino-card.partner::before {
  content: "★ Партнёр редакции";
  position: absolute;
  top: -10px;
  left: 20px;
  background: #0D9488;
  color: white;
  padding: 3px 10px;
  border-radius: 10px;
  font-size: 10px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.6px;
}

.rank-badge {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 36px;
  height: 36px;
  border-radius: 10px;
  background: #F1F5F9;
  color: #64748B;
  font-size: 16px;
  font-weight: 800;
}
.rank-badge.rank-top {
  background: linear-gradient(135deg, #F97316 0%, #EA580C 100%);
  color: white;
  box-shadow: 0 4px 12px rgba(249, 115, 22, 0.25);
}

.brand-tile {
  width: 88px;
  height: 56px;
  border-radius: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 700;
  font-size: 14px;
  letter-spacing: 0.3px;
  text-align: center;
  padding: 4px 6px;
  overflow: hidden;
}
.brand-tile-sm {
  width: 44px;
  height: 32px;
  font-size: 11px;
  border-radius: 8px;
}

/* Плитка с реальным лого казино — белый фон, padding, contain */
.brand-tile-img {
  background: #FFFFFF !important;
  border: 1px solid #E2E8F0;
  padding: 6px;
  overflow: hidden;
}
.brand-tile-img img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  display: block;
}
.brand-tile-sm.brand-tile-img { padding: 3px; }

/* Реальный thumbnail слота */
.slot-thumb-img {
  background: #0F172A;
  padding: 0;
}
.slot-thumb-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

/* Лого провайдера/платёжки в hero и плитках */
.entity-logo {
  display: block;
  max-width: 100%;
  height: auto;
  background: #FFFFFF;
  border: 1px solid #E2E8F0;
  border-radius: 10px;
  padding: 10px;
  object-fit: contain;
}
.entity-logo-providers { max-width: 160px; max-height: 80px; }
.entity-logo-payments  { max-width: 140px; max-height: 70px; }

/* Сетка карточек провайдеров/платёжек на listing-страницах */
.entity-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(220px, 1fr));
  gap: 14px;
}
.entity-card {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 10px;
  padding: 18px 16px;
  background: #FFFFFF;
  border: 1px solid #E2E8F0;
  border-radius: 12px;
  text-decoration: none;
  color: #0F172A;
  transition: all 0.2s;
}
.entity-card:hover {
  border-color: #0D9488;
  transform: translateY(-2px);
  box-shadow: 0 6px 16px rgba(13, 148, 136, 0.10);
  text-decoration: none;
}
.entity-card .entity-info { text-align: center; }
.entity-card h4 { font-size: 14px; font-weight: 700; margin-bottom: 2px; }
.entity-card p { font-size: 12px; color: #64748B; line-height: 1.4; }

.casino-body { min-width: 0; }
.casino-head {
  display: flex;
  align-items: baseline;
  gap: 12px;
  flex-wrap: wrap;
  margin-bottom: 6px;
}
.casino-name {
  font-size: 17px;
  font-weight: 700;
  color: #0F172A;
}
.casino-rating {
  display: flex;
  align-items: center;
  gap: 8px;
}
.rating-num {
  font-size: 14px;
  font-weight: 700;
  color: #F59E0B;
}
.stars { font-size: 13px; color: #F59E0B; letter-spacing: 1px; }
.stars .empty { color: #E2E8F0; }

.casino-bonus {
  display: flex;
  align-items: baseline;
  gap: 8px;
  margin-bottom: 6px;
}
.bonus-label {
  font-size: 11px;
  color: #94A3B8;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  font-weight: 600;
}
.bonus-value {
  font-size: 14px;
  font-weight: 600;
  color: #0F172A;
}

.casino-meta {
  list-style: none;
  display: flex;
  gap: 6px;
  flex-wrap: wrap;
}
.casino-meta li {
  padding: 3px 8px;
  background: #F1F5F9;
  color: #475569;
  font-size: 12px;
  border-radius: 6px;
}

.casino-meta-line {
  font-size: 13px;
  color: #64748B;
}

.info-only {
  padding: 10px 16px;
  font-size: 12px;
  color: #94A3B8;
  border: 1px dashed #E2E8F0;
  border-radius: 8px;
  text-align: center;
}

/* ============= SPEC-TABLE ============= */

.spec-block {
  margin: 0 0 32px;
  padding: 24px;
  background: #FFFFFF;
  border: 1px solid #E2E8F0;
  border-radius: 16px;
}
.spec-title {
  font-size: 14px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 1px;
  color: #0D9488;
  margin-bottom: 16px;
}

.spec-table {
  width: 100%;
  border-collapse: collapse;
}
.spec-table tr {
  border-bottom: 1px solid #F1F5F9;
}
.spec-table tr:last-child { border-bottom: none; }
.spec-table th {
  text-align: left;
  padding: 12px 12px 12px 0;
  width: 40%;
  color: #64748B;
  font-weight: 500;
  font-size: 14px;
}
.spec-table td {
  padding: 12px 0;
  color: #0F172A;
  font-weight: 600;
  font-size: 14px;
}

/* ============= PROSE (markdown content) ============= */

.prose {
  font-size: 16px;
  line-height: 1.7;
  color: #1E293B;
  max-width: 760px;
}
.prose h2 {
  font-size: 24px;
  font-weight: 700;
  margin-top: 36px;
  margin-bottom: 16px;
  color: #0F172A;
  letter-spacing: -0.3px;
  scroll-margin-top: 80px;
}
.prose h2:first-child { margin-top: 0; }
.prose h3 {
  font-size: 19px;
  font-weight: 700;
  margin-top: 28px;
  margin-bottom: 12px;
  color: #0F172A;
}
.prose p {
  margin-bottom: 16px;
}
.prose ul, .prose ol {
  margin-bottom: 16px;
  padding-left: 24px;
}
.prose li {
  margin-bottom: 8px;
}
.prose strong { color: #0F172A; font-weight: 700; }
.prose a { font-weight: 500; }
.prose blockquote {
  margin: 24px 0;
  padding: 16px 20px;
  background: #F0FDFA;
  border-left: 4px solid #0D9488;
  border-radius: 8px;
  color: #0F766E;
  font-style: normal;
}
.prose table {
  width: 100%;
  border-collapse: collapse;
  margin: 24px 0;
  font-size: 14px;
}
.prose table th, .prose table td {
  padding: 12px;
  border-bottom: 1px solid #E2E8F0;
  text-align: left;
}
.prose table th {
  background: #F8FAFC;
  font-weight: 600;
  color: #475569;
}

/* ============= TOC (table of contents) ============= */

.toc {
  background: #F8FAFC;
  border: 1px solid #E2E8F0;
  border-radius: 12px;
  padding: 16px 20px 18px;
  margin: 0 0 32px;
}
.toc h4 {
  font-size: 12px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 1px;
  color: #94A3B8;
  margin-bottom: 10px;
}
.toc ol {
  list-style: none;
  counter-reset: toc;
}
.toc li {
  counter-increment: toc;
  padding: 4px 0;
}
.toc li::before {
  content: counter(toc) ".";
  color: #0D9488;
  font-weight: 700;
  margin-right: 8px;
}
.toc a {
  color: #1E293B;
  font-size: 14px;
}

/* ============= FAQ ============= */

.faq-list {
  border-top: 1px solid #E2E8F0;
}
.faq-item {
  border-bottom: 1px solid #E2E8F0;
}
.faq-q {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 18px 0;
  cursor: pointer;
  list-style: none;
  font-size: 16px;
  font-weight: 600;
  color: #0F172A;
}
.faq-q::-webkit-details-marker { display: none; }
.faq-chevron {
  width: 24px;
  height: 24px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: #F1F5F9;
  border-radius: 50%;
  font-size: 18px;
  font-weight: 400;
  color: #64748B;
  transition: transform 0.2s;
}
.faq-item[open] .faq-chevron { transform: rotate(45deg); background: #0D9488; color: white; }
.faq-a {
  padding-bottom: 18px;
  color: #475569;
  font-size: 15px;
  line-height: 1.65;
}

/* ============= FINAL CTA ============= */

.final-cta {
  background: linear-gradient(135deg, #ECFEFF 0%, #F0FDFA 100%);
  border: 1px solid #99F6E4;
  border-radius: 20px;
  padding: 28px;
  margin: 40px 0 32px;
}
.final-cta h2 {
  font-size: 22px;
  margin-bottom: 8px;
  color: #0F172A;
}
.final-cta-intro {
  color: #475569;
  margin-bottom: 20px;
  font-size: 15px;
}
.casino-grid-final {
  gap: 12px;
}

/* ============= SLOT CARDS (плитка) ============= */

.slot-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(180px, 1fr));
  gap: 14px;
}

.slot-card {
  display: block;
  background: #FFFFFF;
  border: 1px solid #E2E8F0;
  border-radius: 14px;
  overflow: hidden;
  transition: all 0.2s;
  color: #0F172A;
  text-decoration: none;
}
.slot-card:hover {
  border-color: #0D9488;
  transform: translateY(-3px);
  box-shadow: 0 10px 24px rgba(13, 148, 136, 0.12);
  text-decoration: none;
}

.slot-thumb {
  aspect-ratio: 4/3;
  display: flex;
  align-items: center;
  justify-content: center;
  background: linear-gradient(135deg, #FB923C 0%, #F97316 100%);
  color: white;
  text-align: center;
  padding: 12px;
}
.slot-palette-0 .slot-thumb { background: linear-gradient(135deg, #FB923C 0%, #F97316 100%); }
.slot-palette-1 .slot-thumb { background: linear-gradient(135deg, #7C3AED 0%, #6D28D9 100%); }
.slot-palette-2 .slot-thumb { background: linear-gradient(135deg, #06B6D4 0%, #0891B2 100%); }
.slot-palette-3 .slot-thumb { background: linear-gradient(135deg, #EC4899 0%, #DB2777 100%); }
.slot-palette-4 .slot-thumb { background: linear-gradient(135deg, #10B981 0%, #059669 100%); }
.slot-palette-5 .slot-thumb { background: linear-gradient(135deg, #F59E0B 0%, #D97706 100%); }

.slot-thumb-text {
  font-weight: 700;
  font-size: 16px;
  line-height: 1.2;
  text-shadow: 0 1px 4px rgba(0,0,0,0.2);
}

.slot-info {
  padding: 12px 14px 14px;
}
.slot-name {
  font-size: 14px;
  font-weight: 700;
  margin-bottom: 4px;
}
.slot-stats-mini {
  display: flex;
  justify-content: space-between;
  font-size: 12px;
  color: #64748B;
}
.stat-rtp { color: #0D9488; font-weight: 600; }

/* ============= SIDEBAR FILTERS ============= */

.sidebar-card {
  background: #FFFFFF;
  border: 1px solid #E2E8F0;
  border-radius: 12px;
  padding: 16px;
  margin-bottom: 16px;
}
.sidebar-card h3 {
  font-size: 13px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.8px;
  color: #94A3B8;
  margin-bottom: 12px;
}
.sidebar-list {
  list-style: none;
}
.sidebar-list li { margin-bottom: 2px; }
.sidebar-list a {
  display: flex;
  justify-content: space-between;
  padding: 7px 10px;
  border-radius: 8px;
  font-size: 13px;
  color: #1E293B;
  text-decoration: none;
}
.sidebar-list a:hover { background: #F0FDFA; color: #0D9488; }
.sidebar-list .count {
  background: #F1F5F9;
  color: #64748B;
  padding: 1px 8px;
  border-radius: 10px;
  font-size: 11px;
  font-weight: 600;
}

/* ============= BYLINE ============= */

.byline {
  display: flex;
  align-items: center;
  gap: 14px;
  padding: 18px 20px;
  background: #F8FAFC;
  border-radius: 12px;
  margin-top: 32px;
}
.byline-avatar {
  width: 44px;
  height: 44px;
  border-radius: 50%;
  background: linear-gradient(135deg, #0D9488 0%, #0F766E 100%);
  color: white;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 700;
  font-size: 18px;
}
.byline-text {
  display: flex;
  flex-direction: column;
  font-size: 13px;
  color: #64748B;
  line-height: 1.4;
}
.byline-text strong { color: #0F172A; font-size: 14px; font-weight: 700; }
.byline-text time { font-size: 12px; color: #94A3B8; margin-top: 2px; }

/* ============= MOBILE STICKY CTA BAR ============= */

.mobile-cta-bar {
  display: none;
  position: fixed;
  bottom: 0; left: 0; right: 0;
  background: #FFFFFF;
  border-top: 1px solid #E2E8F0;
  padding: 12px 16px;
  z-index: 90;
  box-shadow: 0 -4px 20px rgba(15, 23, 42, 0.08);
  align-items: center;
  gap: 12px;
}
.mcb-info {
  flex: 1;
  min-width: 0;
  display: flex;
  flex-direction: column;
  font-size: 12px;
  color: #64748B;
}
.mcb-info strong { color: #0F172A; font-size: 14px; }
.mcb-btn {
  background: #F97316;
  color: white !important;
  padding: 10px 24px;
  border-radius: 10px;
  font-size: 14px;
  font-weight: 700;
  text-decoration: none;
}
.mcb-btn:hover { background: #EA580C; text-decoration: none; }

/* ============= FOOTER ============= */

.site-footer {
  background: #0F172A;
  color: #94A3B8;
  padding: 48px 0 24px;
  margin-top: 60px;
}
.footer-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(180px, 1fr));
  gap: 32px;
  margin-bottom: 36px;
}
.footer-col h4 {
  color: #FFFFFF;
  font-size: 14px;
  font-weight: 700;
  margin-bottom: 14px;
  text-transform: uppercase;
  letter-spacing: 0.5px;
}
.footer-col ul { list-style: none; }
.footer-col li { margin-bottom: 8px; }
.footer-col a {
  color: #94A3B8;
  font-size: 14px;
}
.footer-col a:hover { color: #0D9488; }
.footer-bottom {
  padding-top: 24px;
  border-top: 1px solid #1E293B;
  display: flex;
  flex-direction: column;
  gap: 8px;
  font-size: 12px;
  color: #64748B;
  line-height: 1.5;
}
.footer-bottom a { color: #94A3B8; }
.disclaimer { max-width: 720px; }

/* ============= MOBILE ============= */

@media (max-width: 1024px) {
  .layout-with-sidebar { grid-template-columns: 1fr; }
  .layout-three-col { grid-template-columns: 1fr; }
  .sticky-cta { position: static; }
  .left-sidebar { position: static; }
}

@media (max-width: 720px) {
  .header-grid { grid-template-columns: auto 1fr auto; gap: 12px; }
  .brand-name { display: none; }
  .primary-nav { display: none; }
  .hero { grid-template-columns: 1fr; gap: 16px; }
  .hero-rating-badge { width: 100%; height: 100px; flex-direction: row; gap: 16px; }
  .rating-badge-num { font-size: 36px; }
  .rating-badge-label { font-size: 11px; text-align: left; }
  .casino-card { grid-template-columns: 36px 1fr; gap: 12px; padding: 16px; }
  .casino-card .brand-tile { display: none; }
  .casino-card .cta-btn { grid-column: 1 / -1; }
  .casino-card .info-only { grid-column: 1 / -1; }
  .mobile-cta-bar { display: flex; }
  body { padding-bottom: 80px; }
  .container { padding: 0 14px; }
  .spec-block { padding: 18px; }
  .final-cta { padding: 22px; }
}
