/* ============================================================
   Indigo & Amber Theme + Fixed Desktop Sidebar
   Full replacement stylesheet
   ============================================================ */

:root {
  --bg-main: #f6f5fb;
  --bg-deep: #ece9f8;
  --bg-secondary: #efecf9;
  --bg-card: #ffffff;
  --bg-card-hover: #efe9fd;
  --bg-sidebar: #0d0a1a;
  --bg-sidebar-item: rgba(255, 255, 255, 0.06);
  --bg-sidebar-card: rgba(255, 255, 255, 0.08);
  --bg-header: #ffffff;
  --bg-input: rgba(109, 40, 217, 0.05);
  --bg-notif: #efecf9;
  --bg-footer: #0d0a1a;

  --color-primary: #6d28d9;
  --color-primary-light: #8b5cf6;
  --color-primary-dark: #3b1370;
  --stb-brand-600: 109 40 217;
  --color-accent: #f59e0b;
  --color-accent-light: #fbbf24;
  --color-success: #0891b2;
  --color-success-bright: #22d3ee;
  --color-danger: #f43f5e;
  --color-new: #f59e0b;

  --cta-bg: linear-gradient(135deg, #fbbf24 0%, #f59e0b 100%);
  --cta-bg-hover: linear-gradient(135deg, #f59e0b 0%, #d97706 100%);
  --cta-glow: 0 6px 20px rgba(245, 158, 11, 0.35);

  --color-text: #150f26;
  --color-text-muted: rgba(21, 15, 38, 0.68);
  --color-text-dim: rgba(21, 15, 38, 0.46);
  --color-border: rgba(21, 15, 38, 0.1);

  --sidebar-icon-width: 42px;
  --sidebar-full-width: 208px;
  --sidebar-width: var(--sidebar-icon-width);
  --header-height: 64px;
  --notif-height: 38px;
  --tabs-height: 52px;

  --radius-sm: 10px;
  --radius-md: 14px;
  --radius-lg: 20px;
  --radius-xl: 26px;
  --radius-full: 999px;

  --shadow-card: 0 4px 20px rgba(59, 19, 112, 0.12);
  --shadow-soft: 0 1px 3px rgba(59, 19, 112, 0.1);
  --shadow-glow: 0 0 22px rgba(109, 40, 217, 0.22);
  --transition: 0.2s ease;

  --space-x: 28px;
  --space-block: 44px;
  --edge-gap: 24px;
}

html {
  scroll-behavior: smooth;
}

body {
  background: var(--bg-main);
  color: var(--color-text);
  font-family:
    "Manrope",
    "Segoe UI",
    system-ui,
    -apple-system,
    sans-serif;
  font-size: 14px;
  line-height: 1.5;
  overflow-x: hidden;
}

a {
  text-decoration: none;
  color: inherit;
}

ul,
ol {
  list-style: none;
  padding: 0;
  margin: 0;
}

.page-wrapper {
  display: flex;
  min-height: calc(100vh - var(--header-height));
}

/* ============================================================
   Side panel — dark fixed rail (distinct markup,
   see parts/header.php for the matching HTML structure)
   ============================================================ */

.side-panel {
  width: var(--sidebar-full-width);
  background: linear-gradient(190deg, #0d1310 0%, #070908 70%, #050605 100%);
  display: flex;
  flex-direction: column;
  position: fixed;
  left: 0;
  top: var(--header-height);
  bottom: 0;
  z-index: 200;
  overflow: hidden;
  overflow-y: auto;
  scrollbar-width: none;
  transition: transform 0.32s cubic-bezier(0.4, 0, 0.2, 1);
  border-right: 1px solid rgba(245, 158, 11, 0.14);
}

.side-panel::-webkit-scrollbar {
  display: none;
}

.side-panel::before {
  content: "";
  position: absolute;
  top: -60px;
  left: -60px;
  width: 200px;
  height: 200px;
  background: radial-gradient(circle, rgba(245, 158, 11, 0.28) 0%, transparent 70%);
  pointer-events: none;
  z-index: 0;
}

.side-panel__head {
  display: none;
  align-items: center;
  justify-content: space-between;
  padding: 16px 16px 14px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
  flex-shrink: 0;
  position: relative;
  z-index: 1;
}

.side-panel__brand {
  display: flex;
  align-items: center;
  gap: 8px;
  text-decoration: none;
  overflow: hidden;
}

.side-panel__brand img {
  width: 70%;
  height: 34px;
  object-fit: contain;
  flex-shrink: 0;
  background: var(--cta-bg);
  border-radius: var(--radius-sm);
  padding: 4px;
}

.side-panel__close {
  display: flex;
  width: 30px;
  height: 30px;
  align-items: center;
  justify-content: center;
  background: rgba(255, 255, 255, 0.08);
  border: 1px solid rgba(255, 255, 255, 0.14);
  border-radius: 8px;
  color: #fff;
  font-size: 18px;
  cursor: pointer;
  line-height: 1;
  flex-shrink: 0;
  transition: var(--transition);
}

.side-panel__close:hover {
  background: rgba(255, 255, 255, 0.16);
}

.side-panel__promo {
  position: relative;
  z-index: 1;
  margin: 14px 12px 6px;
  padding: 16px 14px;
  border-radius: var(--radius-md);
  background: linear-gradient(160deg, rgba(245, 158, 11, 0.22) 0%, rgba(109, 40, 217, 0.08) 100%);
  border: 1px solid rgba(245, 158, 11, 0.3);
  display: flex;
  flex-direction: column;
  gap: 3px;
  flex-shrink: 0;
  overflow: hidden;
}

.side-panel__promo-eyebrow {
  font-size: 10px;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: var(--color-accent-light);
}

.side-panel__promo-amount {
  font-size: 20px;
  font-weight: 900;
  color: #fff;
  line-height: 1.15;
}

.side-panel__promo-note {
  font-size: 11px;
  color: rgba(255, 255, 255, 0.6);
  margin-bottom: 10px;
}

.side-panel__promo-cta {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: var(--cta-bg);
  color: #3b1370;
  font-size: 12px;
  font-weight: 800;
  padding: 9px 10px;
  border-radius: var(--radius-sm);
  text-decoration: none;
  transition: var(--transition);
}

.side-panel__promo-cta:hover {
  background: var(--cta-bg-hover);
}

.side-panel__nav {
  position: relative;
  z-index: 1;
  width: 100%;
  flex: 1;
  padding: 6px 10px 10px;
}

.side-panel__section + .side-panel__section {
  margin-top: 14px;
  padding-top: 14px;
  border-top: 1px solid rgba(255, 255, 255, 0.07);
}

.side-panel__section-title {
  display: block;
  font-size: 10px;
  font-weight: 800;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.35);
  padding: 0 8px 8px;
}

.side-panel__link {
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 9px 10px;
  border-radius: 10px;
  color: rgba(255, 255, 255, 0.78);
  font-size: 13px;
  font-weight: 600;
  text-decoration: none;
  transition:
    background 0.18s ease,
    color 0.18s ease;
  position: relative;
}

.side-panel__link:hover {
  background: rgba(255, 255, 255, 0.06);
  color: #fff;
}

.side-panel__link.active {
  background: rgba(245, 158, 11, 0.14);
  color: #fff;
  box-shadow: inset 3px 0 0 var(--color-accent);
}

.side-panel__link-icon {
  width: 20px;
  height: 20px;
  flex-shrink: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--color-accent-light);
}

.side-panel__link.active .side-panel__link-icon {
  color: var(--color-accent);
}

.side-panel__link-icon svg {
  width: 18px;
  height: 18px;
  display: block;
}

.side-panel__link-label {
  flex: 1;
  min-width: 0;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.side-panel__link-badge {
  flex-shrink: 0;
  background: linear-gradient(135deg, #fbbf24, #6d28d9);
  color: #3b1370;
  font-size: 8px;
  font-weight: 900;
  padding: 2px 7px;
  border-radius: var(--radius-full);
  text-transform: uppercase;
  letter-spacing: 0.03em;
}

.side-panel__foot {
  position: relative;
  z-index: 1;
  margin-top: auto;
  padding: 12px 10px 16px;
  border-top: 1px solid rgba(255, 255, 255, 0.08);
  display: flex;
  flex-direction: column;
  gap: 8px;
  flex-shrink: 0;
}

.side-panel__support-btn {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 7px;
  padding: 10px 8px;
  border-radius: var(--radius-md);
  background: rgba(255, 255, 255, 0.06);
  border: 1px solid rgba(255, 255, 255, 0.12);
  color: rgba(255, 255, 255, 0.85);
  font-size: 12px;
  font-weight: 700;
  text-decoration: none;
  transition: var(--transition);
}

.side-panel__support-btn:hover {
  background: rgba(255, 255, 255, 0.12);
  color: #fff;
}

.side-panel__support-btn svg {
  width: 16px;
  height: 16px;
  flex-shrink: 0;
}

.main-area {
  margin-left: var(--sidebar-full-width);
  flex: 1;
  min-width: 0;
  display: flex;
  flex-direction: column;
  transition: margin-left 0.28s ease;
  background: var(--bg-main);
}

.hero-slide,
.jackpot-banner,
.site-footer {
  --color-text: #ffffff;
  --color-text-muted: rgba(255, 255, 255, 0.72);
  --color-text-dim: rgba(255, 255, 255, 0.45);
  --color-border: rgba(255, 255, 255, 0.1);
}

.site-header {
  height: var(--header-height);
  background: var(--bg-header);
  border-bottom: 1px solid rgba(21, 15, 38, 0.08);
  display: flex;
  align-items: center;
  padding: 0 var(--edge-gap);
  gap: 0;
  position: sticky;
  top: 0;
  z-index: 300;
  justify-content: space-between;
}

.site-header__wrapper {
  display: flex;
  align-items: center;
  gap: 12px;
  flex-shrink: 0;
}

.site-header__wrapper:last-child {
  gap: 10px;
}

.header__logo {
  display: flex;
  align-items: center;
  gap: 8px;
  text-decoration: none;
  flex-shrink: 0;
}

.header__logo img {
  height: 36px;
  width: auto;
  background: rgba(109, 40, 217, 0.06);
  border-radius: var(--radius-sm);
  padding: 5px 8px;
  box-shadow: 0 2px 8px rgba(59, 19, 112, 0.25);
}

.header__logo-text {
  font-size: 18px;
  font-weight: 800;
  background: linear-gradient(135deg, #3b1370, #f59e0b);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
}

.header__search {
  width: 280px;
  position: relative;
}

.header__search input {
  width: 100%;
  background: rgba(21, 15, 38, 0.05);
  border: 1px solid rgba(21, 15, 38, 0.14);
  border-radius: var(--radius-full);
  padding: 8px 14px 8px 38px;
  color: var(--color-text);
  font-size: 13px;
  outline: none;
  transition: var(--transition);
}

.header__search input::placeholder {
  color: rgba(21, 15, 38, 0.45);
}

.header__search input:focus {
  border-color: var(--color-primary);
  background: rgba(109, 40, 217, 0.06);
}

.header__search svg {
  position: absolute;
  left: 12px;
  top: 50%;
  transform: translateY(-50%);
  color: rgba(21, 15, 38, 0.4);
  pointer-events: none;
}

.header__actions {
  display: flex;
  align-items: center;
  gap: 8px;
  flex-shrink: 0;
}

.btn-login {
  display: inline-flex;
  align-items: center;
  background: rgba(109, 40, 217, 0.06);
  border: 1px solid rgba(109, 40, 217, 0.24);
  color: var(--color-primary-dark);
  padding: 10px 20px;
  border-radius: 10px;
  font-size: 20px;
  font-weight: 600;
  line-height: 1;
  cursor: pointer;
  transition: var(--transition);
  white-space: nowrap;
  text-decoration: none;
}

.btn-login:hover {
  background: rgba(109, 40, 217, 0.12);
  border-color: var(--color-primary);
  color: var(--color-primary-dark);
}

.btn-register {
  display: inline-flex;
  align-items: center;
  background: var(--cta-bg);
  border: 2px solid transparent;
  color: #3b1370;
  padding: 10px 20px;
  border-radius: 10px;
  font-size: 20px;
  font-weight: 700;
  line-height: 1;
  cursor: pointer;
  transition: var(--transition);
  white-space: nowrap;
  text-decoration: none;
  box-shadow: var(--cta-glow);
}

.btn-register:hover {
  background: var(--cta-bg-hover);
  transform: translateY(-1px);
  box-shadow: 0 8px 26px rgba(109, 40, 217, 0.45);
  color: #3b1370;
}

.header__hamburger {
  display: none;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 4px;
  cursor: pointer;
  width: 36px;
  height: 36px;
  padding: 0;
  background: rgba(21, 15, 38, 0.06);
  border: none;
  border-radius: 10px;
  flex-shrink: 0;
  transition: var(--transition);
  appearance: none;
}

.header__hamburger:hover {
  background: rgba(21, 15, 38, 0.12);
}

.header__hamburger span {
  display: block;
  width: 18px;
  height: 2px;
  background: var(--color-text);
  border-radius: 2px;
  transition: var(--transition);
}

.notif-bar {
  background: var(--bg-notif);
  border-bottom: 1px solid rgba(21, 15, 38, 0.08);
  height: var(--notif-height);
  display: flex;
  align-items: center;
  padding: 0 var(--edge-gap);
  gap: 10px;
  font-size: 12px;
}

.notif-bar__badge {
  background: var(--color-primary);
  color: #fff;
  font-size: 9px;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 0.06em;
  padding: 2px 8px;
  border-radius: var(--radius-full);
  flex-shrink: 0;
}

.notif-bar__text {
  color: var(--color-text-muted);
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  flex: 1;
}

.notif-bar__cta {
  background: var(--color-primary);
  color: #fff;
  font-size: 10px;
  font-weight: 700;
  padding: 4px 12px;
  border-radius: var(--radius-full);
  cursor: pointer;
  flex-shrink: 0;
  transition: var(--transition);
}

.notif-bar__cta:hover {
  background: var(--color-primary-dark);
}

.notif-bar__close {
  color: var(--color-text-dim);
  font-size: 16px;
  cursor: pointer;
  flex-shrink: 0;
  line-height: 1;
}

.main-tabs {
  display: flex;
  background: var(--bg-secondary);
  border-bottom: 1px solid var(--color-border);
  padding: 0 var(--edge-gap);
  overflow-x: auto;
  scrollbar-width: none;
}

.main-tabs::-webkit-scrollbar {
  display: none;
}

.main-tab {
  padding: 12px 20px;
  font-size: 13px;
  font-weight: 600;
  color: var(--color-text-muted);
  cursor: pointer;
  white-space: nowrap;
  border-bottom: 2px solid transparent;
  transition: var(--transition);
  text-transform: uppercase;
  letter-spacing: 0.05em;
}

.main-tab:hover {
  color: var(--color-text);
}

.main-tab.active {
  color: var(--color-text);
  border-bottom-color: var(--color-primary);
}

.cat-tabs-wrap {
  background: var(--bg-secondary);
  border-bottom: 1px solid var(--color-border);
  padding: 10px 16px;
  overflow-x: auto;
  scrollbar-width: none;
}

.cat-tabs-wrap::-webkit-scrollbar {
  display: none;
}

.cat-tabs {
  display: flex;
  gap: 6px;
  align-items: center;
  width: max-content;
}

.cat-tab {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 4px;
  padding: 6px 12px;
  border-radius: var(--radius-md);
  cursor: pointer;
  color: var(--color-text-muted);
  font-size: 11px;
  font-weight: 600;
  white-space: nowrap;
  transition: var(--transition);
  min-width: 60px;
}

.cat-tab:hover {
  color: var(--color-text);
  background: rgba(109, 40, 217, 0.1);
}

.cat-tab.active {
  color: var(--color-text);
  background: rgba(109, 40, 217, 0.18);
}

.cat-tab img,
.cat-tab svg {
  width: 24px;
  height: 24px;
}

.page-body {
  flex: 1;
}

.hero-block {
  margin: var(--edge-gap);
  border-radius: var(--radius-xl);
  overflow: hidden;
  box-shadow: var(--shadow-card);
  border: 1px solid var(--color-border);
  position: relative;
}

.hero-block::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 3px;
  background: linear-gradient(90deg, var(--color-primary) 0%, var(--color-accent) 55%, var(--color-primary-light) 100%);
  z-index: 5;
  pointer-events: none;
}

.hero-slider {
  position: relative;
  overflow: hidden;
  height: clamp(300px, 32vw, 380px);
}

.hero-slides {
  display: flex;
  transition: transform 0.5s ease;
  height: 100%;
}

.hero-slide {
  min-width: 100%;
  background-color: #14161c;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  display: flex;
  align-items: center;
  padding: clamp(20px, 4vw, 40px) clamp(56px, 7vw, 64px);
  position: relative;
  overflow: hidden;
  height: 100%;
  box-sizing: border-box;
}

.hero-slide::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(90deg, rgba(5, 6, 9, 0.6) 0%, rgba(5, 6, 9, 0.38) 32%, rgba(5, 6, 9, 0.08) 64%, transparent 100%);
  pointer-events: none;
}

.hero-slide--reverse {
  justify-content: flex-end;
}

.hero-slide--reverse::before {
  background: linear-gradient(270deg, rgba(5, 6, 9, 0.6) 0%, rgba(5, 6, 9, 0.38) 32%, rgba(5, 6, 9, 0.08) 64%, transparent 100%);
}

.hero-slide__content {
  position: relative;
  z-index: 2;
  max-width: min(380px, 100%);
  width: 100%;
}

.hero-slide__label {
  display: inline-block;
  font-size: 11px;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  color: #3b1370;
  background: linear-gradient(135deg, #fbbf24, #6d28d9);
  padding: 5px 12px;
  border-radius: var(--radius-full);
  margin-bottom: 14px;
  box-shadow: 0 4px 14px rgba(109, 40, 217, 0.35);
}

.hero-slide__title {
  font-size: clamp(20px, 3vw, 34px);
  font-weight: 800;
  line-height: 1.2;
  color: #fff;
  letter-spacing: -0.01em;
  margin-bottom: 8px;
  display: flex;
  flex-direction: column;
  gap: 4px;
}

.hero-slide__title em {
  font-style: normal;
  font-weight: 700;
  font-size: clamp(13px, 1.4vw, 16px);
  line-height: 1.35;
  color: var(--color-accent-light);
  letter-spacing: 0;
}

.hero-slide__sub {
  font-size: clamp(11px, 1.1vw, 13px);
  color: rgba(255, 255, 255, 0.68);
  margin-bottom: clamp(12px, 2.2vw, 22px);
  line-height: 1.5;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.btn-hero {
  display: inline-block;
  background: var(--cta-bg);
  color: #3b1370;
  font-size: 15px;
  font-weight: 800;
  padding: 13px 32px;
  border-radius: var(--radius-full);
  box-shadow: var(--cta-glow);
  transition: var(--transition);
  cursor: pointer;
  border: none;
}

.btn-hero:hover {
  transform: translateY(-1px);
  box-shadow: 0 8px 26px rgba(109, 40, 217, 0.45);
  background: var(--cta-bg-hover);
}

.hero-slide__image {
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  width: 55%;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  pointer-events: none;
}

.hero-slide__image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

.hero-slide__img-placeholder {
  width: 100%;
  height: 100%;
  background: linear-gradient(135deg, rgba(109, 40, 217, 0.18), rgba(20, 22, 28, 0.18));
  display: flex;
  align-items: center;
  justify-content: center;
}

.slider-arrow {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 10;
  background: rgba(255, 255, 255, 0.22);
  border: 1px solid rgba(255, 255, 255, 0.35);
  color: #fff;
  width: 38px;
  height: 38px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition: var(--transition);
  backdrop-filter: blur(8px);
}

.slider-arrow:hover {
  background: #ffffff;
  color: var(--color-primary-dark);
  border-color: #ffffff;
}

.slider-arrow--prev {
  left: 12px;
}

.slider-arrow--next {
  right: 12px;
}

.slider-dots {
  position: absolute;
  bottom: 12px;
  left: 50%;
  transform: translateX(-50%);
  display: flex;
  gap: 6px;
  z-index: 10;
}

.slider-dot {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.3);
  cursor: pointer;
  transition: var(--transition);
}

.slider-dot.active {
  background: #fff;
  width: 20px;
  border-radius: var(--radius-full);
}

/* ============================================================
   Promo row — standalone gradient/SVG CTA tiles (top of page)
   ============================================================ */
.promo-row {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 18px;
  margin: 0 var(--edge-gap) var(--space-block);
}

.promo-tile {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  overflow: hidden;
  border-radius: var(--radius-lg);
  padding: 24px 22px;
  color: #fff;
  text-decoration: none;
  background: linear-gradient(160deg, #0d1310 0%, #050705 100%);
  border: 1px solid rgba(255, 255, 255, 0.08);
  transition:
    transform 0.22s ease,
    box-shadow 0.22s ease;
  min-height: 210px;
}

.promo-tile:hover {
  transform: translateY(-4px);
  box-shadow: 0 14px 34px rgba(59, 19, 112, 0.28);
}

.promo-tile::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 3px;
  background: linear-gradient(90deg, var(--color-accent), var(--color-primary-light));
  z-index: 2;
}

.promo-tile--app {
  border-radius: var(--radius-md) var(--radius-xl);
}

.promo-tile__deco {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  z-index: 0;
}

.promo-tile__icon {
  position: relative;
  z-index: 1;
  width: 42px;
  height: 42px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: var(--radius-md);
  background: rgba(255, 255, 255, 0.12);
  border: 1px solid rgba(255, 255, 255, 0.18);
  margin-bottom: 14px;
}

.promo-tile__icon svg {
  width: 22px;
  height: 22px;
}

.promo-tile__eyebrow {
  position: relative;
  z-index: 1;
  font-size: 11px;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  color: var(--color-accent-light);
  margin-bottom: 6px;
}

.promo-tile__title {
  position: relative;
  z-index: 1;
  font-size: 19px;
  font-weight: 800;
  line-height: 1.25;
  margin-bottom: 8px;
}

.promo-tile__text {
  position: relative;
  z-index: 1;
  font-size: 13px;
  color: rgba(255, 255, 255, 0.65);
  line-height: 1.55;
  margin-bottom: 16px;
  flex: 1;
}

.promo-tile__cta {
  position: relative;
  z-index: 1;
  display: inline-flex;
  align-items: center;
  gap: 6px;
  font-size: 13px;
  font-weight: 800;
  color: #fff;
}

.promo-tile__cta svg {
  width: 15px;
  height: 15px;
  transition: transform 0.2s ease;
}

.promo-tile:hover .promo-tile__cta svg {
  transform: translateX(3px);
}

/* ── In-content CTA callout (used inside .content prose blocks) ── */
.content-cta {
  display: flex;
  align-items: center;
  gap: 16px;
  flex-wrap: wrap;
  margin: 20px 0 24px;
  padding: 18px 20px;
  border-radius: var(--radius-lg);
  background: linear-gradient(120deg, rgba(245, 158, 11, 0.1) 0%, rgba(109, 40, 217, 0.04) 100%);
  border: 1px solid rgba(245, 158, 11, 0.25);
}

.content-cta__icon {
  flex-shrink: 0;
  width: 44px;
  height: 44px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: var(--radius-md);
  background: rgba(245, 158, 11, 0.14);
  color: var(--color-primary);
}

.content-cta__icon svg {
  width: 22px;
  height: 22px;
}

.content-cta__body {
  flex: 1;
  min-width: 180px;
  display: flex;
  flex-direction: column;
  gap: 2px;
}

.content-cta__title {
  font-size: 15px;
  color: var(--color-text);
}

.content-cta__text {
  font-size: 13px;
  color: var(--color-text-muted);
  line-height: 1.5;
}

.content-cta__btn {
  flex-shrink: 0;
  display: inline-flex;
  align-items: center;
  background: var(--cta-bg);
  color: #3b1370;
  font-size: 13px;
  font-weight: 800;
  padding: 11px 22px;
  border-radius: var(--radius-full);
  box-shadow: var(--cta-glow);
  transition: var(--transition);
}

.content-cta__btn:hover {
  background: var(--cta-bg-hover);
  transform: translateY(-1px);
}

@media (max-width: 900px) {
  .promo-row {
    grid-template-columns: 1fr 1fr;
  }
}

@media (max-width: 600px) {
  .promo-row {
    grid-template-columns: 1fr;
    gap: 14px;
  }

  .promo-tile {
    min-height: 0;
    padding: 20px 18px;
  }

  .content-cta {
    padding: 16px;
  }

  .content-cta__btn {
    width: 100%;
    justify-content: center;
  }
}

.cat-strip {
  display: flex;
  gap: 10px;
  overflow-x: auto;
  padding: 18px var(--edge-gap) 20px;
  scrollbar-width: none;
  justify-content: center;
  background: linear-gradient(180deg, var(--bg-card) 0%, var(--bg-secondary) 100%);
  border-top: 1px solid var(--color-border);
}

.cat-strip::-webkit-scrollbar {
  display: none;
}

.cat-card {
  display: flex;
  flex-direction: column;
  align-items: center;
  flex: 0 0 auto;
  width: 92px;
  background: var(--bg-card);
  border-radius: var(--radius-md);
  border: 1.5px solid var(--color-border);
  padding: 12px 8px 12px;
  gap: 8px;
  cursor: pointer;
  transition:
    border-color 0.2s ease,
    box-shadow 0.2s ease,
    transform 0.2s ease,
    background 0.2s ease;
  text-decoration: none;
  box-shadow: var(--shadow-soft);
}

.cat-card:hover {
  border-color: var(--color-primary);
  box-shadow: 0 8px 20px rgba(109, 40, 217, 0.18);
  transform: translateY(-2px) scale(1.02);
}

.cat-card:nth-child(3n+2) {
  border-radius: var(--radius-lg);
}

.cat-card:nth-child(3n+3) {
  border-radius: var(--radius-sm);
}

.cat-card.active {
  background: linear-gradient(160deg, rgba(245, 158, 11, 0.14) 0%, rgba(109, 40, 217, 0.05) 100%);
  border-color: var(--color-accent);
  box-shadow: 0 8px 20px rgba(245, 158, 11, 0.24);
}

.cat-card__icon {
  width: 56px;
  height: 56px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  border-radius: 50%;
  background: rgba(109, 40, 217, 0.08);
  padding: 10px;
  box-sizing: border-box;
  transition: background 0.2s ease;
}

.cat-card.active .cat-card__icon {
  background: rgba(245, 158, 11, 0.16);
}

.cat-card__icon img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.cat-card__label {
  font-size: 11px;
  font-weight: 700;
  color: var(--color-primary-dark);
  text-align: center;
  line-height: 1.25;
}

.section {
  padding: var(--space-block) var(--space-x);
  position: relative;
}

.section + .section {
  padding-top: 0;
}

.section + .section::before {
  content: "";
  display: block;
  height: 1px;
  margin: 0 0 var(--space-block);
  background: linear-gradient(90deg, transparent 0%, var(--color-border) 20%, var(--color-border) 80%, transparent 100%);
}

.section__header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 14px;
}

.section__title {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  font-size: 21px;
  font-weight: 800;
  letter-spacing: -0.01em;
  color: rgb(var(--stb-brand-600));
}

.section__title::before {
  content: "";
  width: 5px;
  height: 20px;
  border-radius: 3px;
  flex-shrink: 0;
  background: linear-gradient(180deg, var(--color-accent) 0%, var(--color-primary) 100%);
}

.section__title-group {
  display: flex;
  flex-direction: column;
  gap: 3px;
}

.section__subtitle {
  font-size: 13px;
  font-weight: 600;
  color: var(--color-text-muted);
}

.section__subtitle span {
  color: rgb(var(--stb-brand-600));
}

.section__controls {
  display: flex;
  align-items: center;
  gap: 6px;
}

.section__see-all {
  display: flex;
  align-items: center;
  height: 30px;
  padding: 0 14px;
  border: 1px solid rgba(109, 40, 217, 0.2);
  border-radius: var(--radius-full);
  font-size: 11px;
  font-weight: 800;
  color: var(--color-primary-dark);
  text-transform: uppercase;
  letter-spacing: 0.05em;
  background: rgba(109, 40, 217, 0.05);
  white-space: nowrap;
  transition: var(--transition);
}

.section__see-all:hover {
  border-color: var(--color-accent);
  background: rgba(245, 158, 11, 0.15);
  color: #6d28d9;
}

.section__arrow {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 30px;
  height: 30px;
  border-radius: var(--radius-sm);
  background: rgba(109, 40, 217, 0.08);
  color: var(--color-primary-dark);
  transition: var(--transition);
  flex-shrink: 0;
}

.section__arrow:hover {
  background: rgba(109, 40, 217, 0.18);
  color: var(--color-primary);
}

.section__arrow svg {
  width: 14px;
  height: 14px;
}

.games-grid {
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  gap: 16px;
}

.games-grid--8 {
  grid-template-columns: repeat(8, minmax(0, 1fr));
}

.game-card {
  position: relative;
  display: block;
  aspect-ratio: 3 / 4;
  cursor: pointer;
  background: #1a1c24;
  border-radius: var(--radius-md);
  box-shadow: var(--shadow-soft);
  transition:
    box-shadow 0.22s ease,
    transform 0.22s ease;
}

.game-card:hover {
  box-shadow: 0 10px 26px rgba(59, 19, 112, 0.18);
  transform: translateY(-3px);
  z-index: 2;
}

.game-card:nth-child(4n+3) {
  border-radius: var(--radius-lg);
}

.game-card:nth-child(4n+3) .game-card__thumb,
.game-card:nth-child(4n+3) .game-card__overlay {
  border-radius: var(--radius-lg);
}

.game-card:nth-child(4n+3) .game-card__bar {
  border-radius: 0 0 var(--radius-lg) var(--radius-lg);
}

.game-card__thumb {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  border-radius: var(--radius-md);
  z-index: 1;
}

.game-card__placeholder {
  position: absolute;
  inset: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 11px;
  font-weight: 700;
  color: rgba(255, 255, 255, 0.7);
  text-align: center;
  padding: 8px;
  z-index: 1;
}

.game-card__overlay {
  position: absolute;
  inset: 0;
  border-radius: var(--radius-md);
  background: rgba(12, 40, 26, 0.5);
  backdrop-filter: blur(2px);
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 10px;
  opacity: 0;
  transition: opacity 0.22s ease;
  z-index: 4;
  pointer-events: none;
}

.game-card__play-icon {
  width: 62px;
  height: 62px;
  object-fit: contain;
  display: block;
}

.game-card__demo {
  font-size: 13px;
  font-weight: 700;
  color: #fff;
  letter-spacing: 0.04em;
}

.game-card:hover .game-card__overlay {
  opacity: 1;
}

.game-card__name,
.game-card__play {
  display: none;
}

.game-card__bar {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  background: linear-gradient(0deg, #14161c 0%, #23262f 100%);
  color: #fff;
  font-size: 11px;
  font-weight: 700;
  text-align: center;
  padding: 6px 8px 6px 38px;
  border-radius: 0 0 var(--radius-md) var(--radius-md);
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  z-index: 3;
  transition:
    opacity 0.22s ease,
    transform 0.22s ease;
}

.game-card:hover .game-card__bar {
  opacity: 0;
  transform: translateY(6px);
}

.game-card__badge {
  position: absolute;
  top: 7px;
  right: 7px;
  font-size: 9px;
  font-weight: 900;
  padding: 2px 7px;
  border-radius: var(--radius-full);
  text-transform: uppercase;
  letter-spacing: 0.04em;
  background: var(--color-accent);
  color: #fff;
  z-index: 5;
}

.game-card__badge--new {
  background: var(--color-new);
  color: #fff;
}

.game-card__badge--hot {
  background: var(--color-danger);
  color: #fff;
}

.game-card__badge--live {
  background: var(--color-primary);
  color: #fff;
}

.game-card__badge--jackpot {
  background: linear-gradient(135deg, #f59e0b, #d97706);
  color: #000;
}

.game-card--grand .game-card__badge--jackpot {
  background: linear-gradient(135deg, #fbbf24, #f59e0b);
  color: #000;
}

.game-card--major .game-card__badge--jackpot {
  background: linear-gradient(135deg, #ef4444, #b91c1c);
  color: #fff;
}

.game-card--mini .game-card__badge--jackpot {
  background: linear-gradient(135deg, #10b981, #059669);
  color: #fff;
}

.game-card__jackpot {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.68) 0%, transparent 100%);
  color: #fbbf24;
  font-size: 17px;
  font-weight: 900;
  text-align: center;
  padding: 40px 4px 14px;
  z-index: 4;
  border-radius: 0 0 var(--radius-md) var(--radius-md);
  letter-spacing: 0.02em;
}

.game-card--grand .game-card__jackpot {
  background: linear-gradient(0deg, rgba(59, 19, 112, 0.95) 0%, rgba(59, 19, 112, 0.5) 60%, transparent 100%);
  color: #fde68a;
}

.game-card--major .game-card__jackpot {
  background: linear-gradient(0deg, rgba(127, 29, 29, 0.95) 0%, rgba(127, 29, 29, 0.5) 60%, transparent 100%);
  color: #fca5a5;
}

.game-card--mini .game-card__jackpot {
  background: linear-gradient(0deg, rgba(5, 6, 9, 0.95) 0%, rgba(5, 6, 9, 0.5) 60%, transparent 100%);
  color: #fbbf24;
}

.game-card--c1 {
  background: linear-gradient(160deg, #8b5cf6, #6d28d9);
}

.game-card--c2 {
  background: linear-gradient(160deg, #38bdf8, #0284c7);
}

.game-card--c3 {
  background: linear-gradient(160deg, #f0993d, #c2660e);
}

.game-card--c4 {
  background: linear-gradient(160deg, #10b981, #047857);
}

.game-card--c5 {
  background: linear-gradient(160deg, #f4629a, #be185d);
}

.game-card--c6 {
  background: linear-gradient(160deg, #fb7c47, #c2410c);
}

.game-card--grand {
  background: linear-gradient(160deg, #f59e0b, #3b1370);
  box-shadow: inset 0 0 0 1px rgba(245, 158, 11, 0.25);
}

.game-card--major {
  background: linear-gradient(160deg, #dc4747, #991b1b);
  box-shadow: inset 0 0 0 1px rgba(239, 68, 68, 0.22);
}

.game-card--mini {
  background: linear-gradient(160deg, #6d28d9, #14161c);
  box-shadow: inset 0 0 0 1px rgba(109, 40, 217, 0.2);
}

.game-card--c7 {
  background: linear-gradient(160deg, #3b6fe0, #1e40af);
}

.game-card--c8 {
  background: linear-gradient(160deg, #9142d6, #6b21a8);
}

.jackpot-banner {
  margin: 0 var(--space-x) var(--space-block);
  border-radius: var(--radius-lg);
  background: linear-gradient(135deg, #241a3b 0%, #2f1f4d 50%, #241a3b 100%);
  border: 1px solid rgba(245, 158, 11, 0.3);
  padding: 20px 24px;
  display: flex;
  align-items: center;
  gap: 24px;
  overflow: hidden;
  position: relative;
}

.jackpot-banner::before {
  content: "";
  position: absolute;
  inset: 0;
  background: radial-gradient(ellipse at 30% 50%, rgba(141, 240, 180, 0.18) 0%, transparent 70%);
}

.jackpot-banner__left {
  position: relative;
  z-index: 1;
  flex-shrink: 0;
}

.jackpot-banner__label {
  font-size: 10px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  color: var(--color-accent-light);
  margin-bottom: 4px;
}

.jackpot-banner__amount {
  font-size: clamp(28px, 4vw, 42px);
  font-weight: 900;
  color: var(--color-accent-light);
  line-height: 1;
  font-variant-numeric: tabular-nums;
}

.jackpot-banner__sub {
  font-size: 11px;
  color: var(--color-text-muted);
  margin-top: 4px;
}

.jackpot-banner__games {
  flex: 1;
  display: flex;
  gap: 8px;
  overflow: hidden;
  position: relative;
  z-index: 1;
}

.jackpot-mini-card {
  flex-shrink: 0;
  width: 80px;
  height: 80px;
  border-radius: var(--radius-md);
  overflow: hidden;
  position: relative;
  cursor: pointer;
}

.jackpot-mini-card__placeholder {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 9px;
  font-weight: 700;
  color: rgba(255, 255, 255, 0.7);
  text-align: center;
  padding: 4px;
}

.jackpot-banner__stats {
  flex-shrink: 0;
  display: flex;
  flex-direction: column;
  gap: 8px;
  position: relative;
  z-index: 1;
}

.jackpot-stat {
  text-align: center;
  padding: 8px 14px;
  background: rgba(0, 0, 0, 0.15);
  border-radius: var(--radius-md);
  min-width: 80px;
}

.jackpot-stat__num {
  font-size: 14px;
  font-weight: 800;
  color: var(--color-accent-light);
}

.jackpot-stat__label {
  font-size: 9px;
  color: var(--color-text-dim);
  text-transform: uppercase;
  letter-spacing: 0.06em;
}

.jackpot-ticker {
  background: rgba(245, 158, 11, 0.1);
  border-top: 1px solid var(--color-border);
  padding: 6px 16px;
  overflow: hidden;
  position: relative;
}

.jackpot-ticker__inner {
  display: flex;
  gap: 40px;
  animation: ticker 30s linear infinite;
  width: max-content;
}

.jackpot-ticker__item {
  font-size: 11px;
  color: var(--color-text-muted);
  white-space: nowrap;
}

.jackpot-ticker__item strong {
  color: var(--color-accent-light);
}

@keyframes ticker {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(-50%);
  }
}

.sports-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(100px, 1fr));
  gap: 10px;
}

.sport-card {
  border-radius: var(--radius-lg);
  overflow: hidden;
  cursor: pointer;
  aspect-ratio: 2/3;
  position: relative;
  transition: transform 0.2s ease;
}

.sport-card:hover {
  transform: scale(1.04);
}

.sport-card__placeholder {
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-end;
  padding: 12px 8px;
  position: relative;
}

.sport-card__label {
  font-size: 11px;
  font-weight: 700;
  color: #fff;
  text-align: center;
  z-index: 1;
  text-shadow: 0 1px 4px rgba(0, 0, 0, 0.8);
}

.sport-card--live {
  background: linear-gradient(160deg, #1d4ed8 0%, #0891b2 100%);
}

.sport-card--football {
  background: linear-gradient(160deg, #15803d 0%, #166534 100%);
}

.sport-card--tennis {
  background: linear-gradient(160deg, #d97706 0%, #92400e 100%);
}

.sport-card--basketball {
  background: linear-gradient(160deg, #c2410c 0%, #9a3412 100%);
}

.sport-card--hockey {
  background: linear-gradient(160deg, #1e40af 0%, #1e3a8a 100%);
}

.sport-card--tennis2 {
  background: linear-gradient(160deg, #8b5cf6 0%, #6d28d9 100%);
}

.sport-card--american {
  background: linear-gradient(160deg, #b45309 0%, #78350f 100%);
}

.sport-card--baseball {
  background: linear-gradient(160deg, #047857 0%, #064e3b 100%);
}

.spin-rally-grid {
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  gap: 10px;
}

.spin-card {
  display: grid;
  grid-template-columns: 76px 1fr;
  grid-template-rows: 1fr auto;
  border-radius: var(--radius-md);
  background: var(--bg-card);
  overflow: hidden;
  border: 1px solid var(--color-border);
  box-shadow: var(--shadow-soft);
  min-width: 0;
  transition:
    box-shadow 0.2s ease,
    transform 0.2s ease;
}

.spin-card:hover {
  box-shadow: 0 8px 20px rgba(59, 19, 112, 0.12);
  transform: translateY(-2px);
}

.spin-card__thumb-wrap {
  grid-column: 1;
  grid-row: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 6px;
}

.spin-card__thumb {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  border-radius: var(--radius-sm);
}

.spin-card__info {
  grid-column: 2;
  grid-row: 1;
  min-width: 0;
  padding: 8px 10px 8px 4px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 3px;
}

.spin-card__name {
  font-size: 15px;
  font-weight: 700;
  color: var(--color-text);
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  line-height: 1.3;
  margin-bottom: 5px;
}

.spin-card__fields {
  display: flex;
  flex-direction: column;
  gap: 4px;
  margin-bottom: 0;
}

.spin-card__field {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 4px;
}

.spin-card__field-label {
  font-size: 12px;
  font-weight: 500;
  color: var(--color-text-muted);
  white-space: nowrap;
}

.spin-card__field-value {
  font-size: 13px;
  font-weight: 700;
  color: var(--color-text);
  white-space: nowrap;
}

.spin-card__field-value--green {
  color: var(--color-primary);
}

.btn-opt {
  grid-column: 1 / -1;
  grid-row: 2;
  display: block;
  text-align: center;
  background: var(--color-primary);
  border: none;
  border-top: 1px solid rgba(0, 0, 0, 0.15);
  color: #fff;
  font-size: 10px;
  font-weight: 800;
  padding: 7px 6px;
  border-radius: 10px;
  cursor: pointer;
  transition: var(--transition);
  text-transform: uppercase;
  letter-spacing: 0.07em;
  margin: 10px;
}

.btn-opt:hover {
  background: var(--color-primary-dark);
}

.gameshows-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 14px;
}

.gameshow-card {
  position: relative;
  aspect-ratio: 3 / 2;
  border-radius: var(--radius-md);
  overflow: hidden;
  cursor: pointer;
  display: block;
}

.gameshow-card__thumb {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  transition: transform 0.3s ease;
}

.gameshow-card:hover .gameshow-card__thumb {
  transform: scale(1.04);
}

.gameshow-card__overlay {
  position: absolute;
  inset: 0;
  background: rgba(109, 40, 217, 0.65);
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 10px;
  opacity: 0;
  transition: opacity 0.22s ease;
}

.gameshow-card:hover .gameshow-card__overlay {
  opacity: 1;
}

.gameshow-card__play-icon {
  width: 56px;
  height: 56px;
  object-fit: contain;
}

.gameshow-card__demo {
  font-size: 13px;
  font-weight: 700;
  color: #fff;
  letter-spacing: 0.04em;
}

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

.excl-card {
  position: relative;
  aspect-ratio: 4 / 3;
  border-radius: var(--radius-md);
  overflow: hidden;
  cursor: pointer;
  display: block;
}

.excl-card__thumb {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  transition: transform 0.3s ease;
}

.excl-card:hover .excl-card__thumb {
  transform: scale(1.04);
}

.excl-card__overlay {
  position: absolute;
  inset: 0;
  background: rgba(109, 40, 217, 0.65);
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 10px;
  opacity: 0;
  transition: opacity 0.22s ease;
}

.excl-card:hover .excl-card__overlay {
  opacity: 1;
}

.excl-card__play-icon {
  width: 56px;
  height: 56px;
  object-fit: contain;
}

.excl-card__demo {
  font-size: 13px;
  font-weight: 700;
  color: #fff;
  letter-spacing: 0.04em;
}

.excl-card__badge {
  position: absolute;
  top: 10px;
  right: 10px;
  background: linear-gradient(135deg, #fbbf24, #6d28d9);
  color: #fff;
  font-size: 9px;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  padding: 3px 8px;
  border-radius: var(--radius-full);
  z-index: 3;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.2);
}

.promo-banner-wrap {
  padding: 0 var(--space-x) var(--space-block);
}

.promo-banner {
  display: block;
  position: relative;
  border-radius: var(--radius-lg);
  overflow: hidden;
  box-shadow: var(--shadow-card);
}

.promo-banner__img {
  display: block;
  width: 100%;
  height: 650px;
  object-fit: cover;
  object-position: center;
}

.promo-banner__cta {
  position: absolute;
  top: 50%;
  left: 5%;
  transform: translateY(-50%);
  background: rgba(36, 20, 56, 0.82);
  backdrop-filter: blur(10px);
  border: 1px solid rgba(245, 158, 11, 0.25);
  border-radius: var(--radius-lg);
  padding: 24px 30px;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  gap: 10px;
  min-width: 200px;
  box-shadow: 0 12px 32px rgba(0, 0, 0, 0.16);
}

.promo-banner__cta-label {
  font-size: 14px;
  font-weight: 600;
  color: rgba(255, 255, 255, 0.65);
  line-height: 1.3;
}

.promo-banner__cta-amount {
  font-size: 40px;
  font-weight: 900;
  color: #fbbf24;
  line-height: 1;
}

.promo-banner__cta-btn {
  display: inline-block;
  background: var(--cta-bg);
  color: #3b1370;
  font-size: 16px;
  font-weight: 800;
  padding: 14px 36px;
  border-radius: var(--radius-full);
  text-transform: uppercase;
  letter-spacing: 0.05em;
  box-shadow: 0 4px 16px rgba(109, 40, 217, 0.35);
  transition: var(--transition);
  margin-top: 4px;
  white-space: nowrap;
}

.promo-banner__cta-btn:hover {
  transform: translateY(-1px);
  background: var(--cta-bg-hover);
  box-shadow: 0 6px 20px rgba(109, 40, 217, 0.45);
}

.site-footer {
  background: var(--bg-footer);
  border-top: 3px solid transparent;
  border-image: linear-gradient(90deg, var(--color-primary) 0%, var(--color-accent) 100%) 1;
  padding: 40px var(--space-x) 28px;
  margin: var(--space-block) var(--edge-gap) 0 var(--edge-gap);
  border-radius: var(--radius-lg) var(--radius-lg) 0 0;
}

.footer__lang-bar {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  margin-bottom: 28px;
  padding-bottom: 20px;
  border-bottom: 1px solid var(--color-border);
}

.footer__lang-btn {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  background: rgba(255, 255, 255, 0.07);
  border: 1px solid var(--color-border);
  border-radius: var(--radius-full);
  padding: 6px 14px;
  font-size: 13px;
  font-weight: 600;
  color: var(--color-text);
  cursor: pointer;
  transition: var(--transition);
}

.footer__lang-btn:hover,
.footer__lang-btn.active {
  background: rgba(245, 158, 11, 0.2);
  border-color: var(--color-primary);
}

.footer__lang-btn svg {
  width: 16px;
  height: 16px;
}

.footer__chat-btn {
  display: flex;
  align-items: center;
  gap: 6px;
  background: rgba(245, 158, 11, 0.16);
  border: 1px solid rgba(245, 158, 11, 0.4);
  border-radius: var(--radius-full);
  padding: 6px 14px;
  font-size: 13px;
  font-weight: 600;
  color: var(--color-accent-light);
  cursor: pointer;
  transition: var(--transition);
}

.footer__chat-btn:hover {
  background: rgba(245, 158, 11, 0.26);
}

.footer__grid {
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  gap: 24px 20px;
  margin-bottom: 28px;
}

.footer__col-title {
  position: relative;
  font-size: 14px;
  font-weight: 800;
  color: var(--color-text);
  margin-bottom: 14px;
  padding-bottom: 8px;
  line-height: 1.3;
}

.footer__col-title::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 26px;
  height: 3px;
  border-radius: 2px;
  background: linear-gradient(90deg, var(--color-accent), var(--color-primary-light));
}

.footer__col-title--link a {
  color: var(--color-text);
  font-size: 14px;
  font-weight: 800;
}

.footer__col-title--link a:hover {
  opacity: 0.8;
}

.footer__col-title--link {
  margin-bottom: 10px;
}

.footer__col ul li {
  margin-bottom: 8px;
}

.footer__col ul li a {
  font-size: 14px;
  color: var(--color-text-muted);
  transition: var(--transition);
}

.footer__col ul li a:hover {
  color: var(--color-accent-light);
}

.footer__trust {
  display: flex;
  flex-direction: column;
  gap: 22px;
  padding: 26px 0;
  border-top: 1px solid var(--color-border);
  border-bottom: 1px solid var(--color-border);
  margin-bottom: 24px;
}

.footer__trust-group {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 12px;
}

.footer__trust-title {
  font-size: 11px;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  color: var(--color-text-dim);
}

.footer__chip-row {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  gap: 8px;
}

.footer__chip {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: rgba(255, 255, 255, 0.06);
  border: 1px solid rgba(255, 255, 255, 0.14);
  border-radius: var(--radius-sm);
  padding: 9px 16px;
  font-size: 12px;
  font-weight: 700;
  color: var(--color-text-muted);
  transition: var(--transition);
  white-space: nowrap;
}

.footer__chip:hover {
  background: rgba(245, 158, 11, 0.14);
  border-color: rgba(245, 158, 11, 0.4);
  color: #fff;
}

.footer__badge-row {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  gap: 20px 28px;
}

.footer__badge {
  display: inline-flex;
  align-items: center;
  color: rgba(255, 255, 255, 0.55);
  transition: var(--transition);
  height: 26px;
}

.footer__badge:hover {
  color: var(--color-accent-light);
}

.footer__badge svg {
  height: 26px;
  width: auto;
  display: block;
}

.footer__badge--age svg {
  height: 34px;
}

@media (max-width: 600px) {
  .footer__chip {
    padding: 7px 12px;
    font-size: 11px;
  }

  .footer__badge-row {
    gap: 16px 20px;
  }

  .footer__badge svg {
    height: 22px;
  }

  .footer__badge--age svg {
    height: 28px;
  }
}

.footer__copyright-row {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 14px;
  margin-bottom: 20px;
}

.footer__age-badge {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  flex-shrink: 0;
  border-radius: var(--radius-full);
  border: 2px solid var(--color-accent);
  font-size: 13px;
  font-weight: 900;
  color: var(--color-accent-light);
}

.footer__legal {
  display: flex;
  align-items: flex-start;
  gap: 12px;
  max-width: 720px;
  margin: 0 auto 18px;
  padding: 16px 20px;
  border-radius: var(--radius-md);
  background: rgba(255, 255, 255, 0.04);
  border: 1px solid var(--color-border);
}

.footer__legal-icon {
  flex-shrink: 0;
  width: 18px;
  height: 18px;
  margin-top: 1px;
  color: var(--color-accent);
}

.footer__legal-text {
  font-size: 12.5px;
  color: var(--color-text-dim);
  line-height: 1.65;
  text-align: left;
}

.footer__legal-text a {
  color: var(--color-accent-light);
  text-decoration: underline;
}

.footer__legal-text a:hover {
  color: var(--color-accent);
}

@media (max-width: 600px) {
  .footer__legal {
    padding: 14px 16px;
  }
}

.footer__copyright {
  font-size: 14px;
  color: var(--color-text-dim);
  text-align: center;
}

.footer__disclaimer {
  max-width: 760px;
  margin: 0 auto 18px;
  padding: 14px 20px;
  border-top: 1px solid var(--color-border);
}

.footer__disclaimer-text {
  font-size: 11px;
  line-height: 1.7;
  letter-spacing: 0.01em;
  color: var(--color-text-dim);
  text-align: center;
}

@media (max-width: 600px) {
  .footer__disclaimer {
    padding: 12px 16px;
  }
}

.sidebar-overlay {
  display: none;
  position: fixed;
  inset: 0;
  background: rgba(4, 8, 6, 0.55);
  backdrop-filter: blur(3px);
  -webkit-backdrop-filter: blur(3px);
  z-index: 350;
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.3s ease;
}

.sidebar-overlay.open {
  opacity: 1;
  pointer-events: auto;
}

/* ===================================================================
   Desktop (≥901px): permanently visible dark side panel.
   =================================================================== */
@media (min-width: 901px) {
  .lang-switcher__btn {
    background: rgba(255, 255, 255, 0.06);
    border: 1px solid rgba(255, 255, 255, 0.12);
    border-radius: var(--radius-md);
    padding: 9px 8px;
  }

  .main-area {
    margin-left: var(--sidebar-full-width);
  }
}

@media (max-width: 900px) {
  :root {
    --space-x: 16px;
    --space-block: 28px;
    --edge-gap: 14px;
  }

  .side-panel {
    width: 280px;
    top: 0;
    height: 100dvh;
    transform: translateX(-100%);
    z-index: 400;
    box-shadow: 6px 0 32px rgba(0, 0, 0, 0.45);
  }

  .side-panel.open {
    transform: translateX(0);
  }

  .side-panel__head {
    display: flex;
  }

  .spin-rally-grid {
    grid-template-columns: repeat(3, 1fr);
  }

  .spin-card__name {
    font-size: 13px;
  }

  .spin-card__field-label {
    font-size: 11px;
  }

  .spin-card__field-value {
    font-size: 11px;
  }

  .exclusive-grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .gameshows-grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .promo-banner__img {
    height: 320px;
  }

  .header__hamburger {
    display: flex;
  }

  .sidebar-overlay {
    display: block;
    pointer-events: none;
  }

  .main-area {
    margin-left: 0 !important;
  }

  .header__search {
    display: none;
  }

  .btn-login {
    padding: 10px 18px;
    font-size: 18px;
  }

  .btn-register {
    padding: 10px 18px;
    font-size: 18px;
  }

  .hero-block {
    margin: 12px;
  }

  .hero-slider {
    height: 300px;
  }

  .hero-slide {
    padding: 22px 18px;
    background-position: right center;
  }

  .hero-slide--reverse {
    background-position: left center;
  }

  .hero-slide__title {
    font-size: 21px;
  }

  .hero-slide__title em {
    font-size: 13px;
  }

  .hero-slide__sub {
    font-size: 11px;
    -webkit-line-clamp: 2;
  }

  .cat-strip {
    justify-content: flex-start;
  }

  .games-grid,
  .games-grid--8 {
    grid-template-columns: repeat(auto-fit, minmax(120px, 1fr));
    gap: 8px;
  }

  .sports-grid {
    grid-template-columns: repeat(4, 1fr);
  }

  .jackpot-banner {
    flex-direction: column;
    align-items: flex-start;
    margin: 0 var(--space-x) var(--space-block);
    gap: 12px;
  }

  .jackpot-banner__games {
    width: 100%;
  }

  .jackpot-banner__stats {
    flex-direction: row;
    width: 100%;
  }

  .footer__grid {
    grid-template-columns: repeat(4, 1fr);
    gap: 20px 12px;
  }
}

@media (max-width: 600px) {
  :root {
    --space-x: 14px;
    --space-block: 22px;
    --edge-gap: 12px;
  }

  .games-grid,
  .games-grid--8 {
    gap: 6px;
    grid-template-columns: repeat(auto-fit, minmax(105px, 1fr));
  }

  .spin-rally-grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 8px;
  }

  .spin-card__thumb-wrap {
    padding: 4px;
  }

  .spin-card {
    grid-template-columns: 60px 1fr;
  }

  .spin-card__name {
    font-size: 12px;
  }

  .spin-card__field-label {
    font-size: 10px;
  }

  .spin-card__field-value {
    font-size: 10px;
  }

  .exclusive-grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 8px;
  }

  .gameshows-grid {
    grid-template-columns: 1fr;
    gap: 8px;
  }

  .promo-banner__img {
    height: 220px;
  }

  .promo-banner__cta {
    left: 50%;
    transform: translate(-50%, -50%);
    width: max-content;
    max-width: 85%;
  }

  .section__header {
    align-items: start;
    flex-direction: column;
    gap: 10px;
  }

  .sports-grid {
    grid-template-columns: repeat(3, 1fr);
  }

  .footer__grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 16px;
  }

  .jackpot-banner {
    padding: 14px 16px;
  }

  .jackpot-banner__stats {
    justify-content: space-between;
  }
}

@media (max-width: 420px) {
  :root {
    --space-x: 12px;
    --space-block: 18px;
    --edge-gap: 10px;
  }

  .btn-login {
    display: none;
  }

  .games-grid,
  .games-grid--8 {
    grid-template-columns: repeat(auto-fit, minmax(92px, 1fr));
    gap: 6px;
  }

  .sports-grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .spin-rally-grid {
    grid-template-columns: 1fr;
    gap: 6px;
  }

  .spin-card {
    grid-template-columns: 56px 1fr;
  }

  .spin-card__thumb-wrap {
    padding: 4px;
  }

  .exclusive-grid {
    grid-template-columns: 1fr;
    gap: 6px;
  }

  .promo-banner__img {
    height: 180px;
  }

  .promo-banner__cta {
    left: 50%;
    transform: translate(-50%, -50%);
    width: max-content;
    max-width: 85%;
    padding: 12px 16px;
    gap: 6px;
    min-width: 130px;
  }

  .promo-banner__cta-amount {
    font-size: 26px;
  }

  .promo-banner__cta-label {
    font-size: 11px;
  }

  .promo-banner__cta-btn {
    font-size: 12px;
    padding: 9px 20px;
  }

  .footer__grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 14px;
  }
}

.seo-block {
  margin: 0 var(--space-x) var(--space-block);
  background: var(--bg-card);
  border: 1px solid var(--color-border);
  border-top: 3px solid transparent;
  border-image: linear-gradient(90deg, var(--color-primary) 0%, var(--color-accent) 100%) 1;
  border-radius: var(--radius-lg);
  padding: 32px 36px;
  box-shadow: var(--shadow-soft);
}

.seo-block .content a,
.faq__a a {
  color: var(--color-primary);
  text-decoration: underline;
  text-decoration-color: rgba(109, 40, 217, 0.4);
  text-underline-offset: 2px;
  font-weight: 600;
  transition: color 0.15s ease;
}

.seo-block .content a:hover,
.faq__a a:hover {
  color: var(--color-primary-dark);
  text-decoration-color: currentColor;
}

.seo-block__body {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.5s cubic-bezier(0.4, 0, 0.2, 1);
}

.seo-block__body.open {
  max-height: 100%;
}

.seo-block__toggle {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  margin-top: 18px;
  background: none;
  border: none;
  color: #6d28d9;
  font-size: 14px;
  font-weight: 700;
  cursor: pointer;
  padding: 0;
  font-family: inherit;
  transition: var(--transition);
}

.seo-block__toggle:hover {
  color: var(--color-accent);
}

.seo-block__toggle-icon {
  width: 16px;
  height: 16px;
  transition: transform 0.3s;
}

.seo-block__toggle[aria-expanded="true"] .seo-block__toggle-icon {
  transform: rotate(180deg);
}

.content h1 {
  font-size: 26px;
  font-weight: 800;
  color: var(--color-primary-dark);
  margin-bottom: 16px;
  line-height: 1.35;
}

.content h2 {
  font-size: 18px;
  font-weight: 700;
  color: rgb(var(--stb-brand-600));
  margin-bottom: 14px;
  line-height: 1.4;
}

.content li {
  color: var(--color-text-muted);
}

.content h3 {
  font-size: 16px;
  font-weight: 700;
  color: rgb(var(--stb-brand-600));
  margin: 28px 0 10px;
  line-height: 1.4;
}

.content p {
  font-size: 14px;
  color: var(--color-text-muted);
  line-height: 1.75;
  margin-bottom: 14px;
}

.content strong {
  color: #6d28d9;
  font-weight: 700;
}

.content ul {
  list-style: none;
  padding: 0;
  margin: 0 0 18px;
  display: flex;
  flex-direction: column;
  gap: 8px;
}

.content ul li {
  font-size: 14px;
  color: var(--color-text-muted);
  line-height: 1.65;
  padding-left: 18px;
  position: relative;
}

.content ul li::before {
  content: "›";
  position: absolute;
  left: 0;
  color: var(--color-accent);
  font-weight: 700;
  font-size: 16px;
  line-height: 1.4;
}

.content ol {
  list-style: none;
  padding: 0;
  margin: 0 0 18px;
  display: flex;
  flex-direction: column;
  gap: 8px;
  counter-reset: content-counter;
}

.content ol li {
  font-size: 14px;
  color: var(--color-text-muted);
  line-height: 1.65;
  padding-left: 22px;
  position: relative;
  counter-increment: content-counter;
}

.content ol li::before {
  content: counter(content-counter) ".";
  position: absolute;
  left: 0;
  color: rgb(var(--stb-brand-600));
  font-weight: 700;
  font-size: 14px;
  line-height: 1.65;
}

.content img {
  display: block;
  width: 50%;
  height: auto;
  object-fit: cover;
  object-position: center top;
  border-radius: var(--radius-md);
  margin: 20px auto;
}

.content table {
  width: 100%;
  border-collapse: separate;
  border-spacing: 0;
  font-size: 13px;
  margin: 16px 0 20px;
  border-radius: var(--radius-md);
  overflow: hidden;
  border: 1px solid rgba(var(--stb-brand-600), 0.25);
  background: var(--bg-card);
}

.content table thead tr {
  background: linear-gradient(90deg, rgba(109, 40, 217, 0.3) 0%, rgba(245, 158, 11, 0.2) 100%);
}

.content table th {
  padding: 14px 20px;
  text-align: left;
  font-weight: 800;
  font-size: 11px;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  color: rgb(var(--stb-brand-600));
  white-space: normal;
  border-bottom: 1px solid rgba(var(--stb-brand-600), 0.35);
}

.content table th:not(:last-child) {
  border-right: 1px solid rgba(var(--stb-brand-600), 0.15);
}

.content table td {
  padding: 12px 20px;
  color: var(--color-text-muted);
  border-top: 1px solid var(--color-border);
  white-space: normal;
  font-size: 13px;
  vertical-align: middle;
}

.content table td:not(:last-child) {
  border-right: 1px solid var(--color-border);
}

.content table td:first-child {
  font-weight: 700;
  color: var(--color-text);
}

.content table tbody tr:nth-child(odd) {
  background: rgba(var(--stb-brand-600), 0.07);
}

.content table tbody tr:nth-child(even) {
  background: rgba(var(--stb-brand-600), 0.02);
}

.content table tbody tr:hover {
  background: rgba(var(--stb-brand-600), 0.15);
  transition: background 0.15s;
}

@media (max-width: 600px) {
  .seo-block {
    padding: 20px 18px;
  }

  .content h2 {
    font-size: 16px;
  }

  .content img {
    width: 100%;
  }

  .content table {
    display: block;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }

  .content table th,
  .content table td {
    padding: 9px 12px;
    font-size: 12px;
  }
}

.faq {
  margin: 0 var(--space-x) var(--space-block);
}

.faq__title {
  font-size: 22px;
  font-weight: 800;
  color: rgb(var(--stb-brand-600));
  margin-bottom: 16px;
  padding: 0 4px;
}

.faq__list {
  display: flex;
  flex-direction: column;
  gap: 8px;
}

.faq__item {
  background: var(--bg-card);
  border: 1px solid var(--color-border);
  border-radius: var(--radius-md);
  overflow: hidden;
  box-shadow: var(--shadow-soft);
  transition:
    border-color 0.2s,
    box-shadow 0.2s;
}

.faq__item:has(.faq__q[aria-expanded="true"]) {
  border-color: rgba(var(--stb-brand-600), 0.3);
  box-shadow: 0 4px 16px rgba(59, 19, 112, 0.1);
}

.faq__q {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  padding: 16px 20px;
  background: none;
  border: none;
  cursor: pointer;
  font-family: inherit;
  font-size: 15px;
  font-weight: 700;
  color: var(--color-text);
  text-align: left;
  line-height: 1.4;
}

.faq__q:hover {
  color: rgb(var(--stb-brand-600));
}

.faq__icon {
  width: 18px;
  height: 18px;
  flex-shrink: 0;
  color: rgb(var(--stb-brand-600));
  transition: transform 0.3s;
}

.faq__q[aria-expanded="true"] .faq__icon {
  transform: rotate(180deg);
}

.faq__a {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.35s cubic-bezier(0.4, 0, 0.2, 1);
}

.faq__a.open {
  max-height: 400px;
}

.faq__a p {
  padding: 0 20px 16px;
  font-size: 14px;
  color: var(--color-text-muted);
  line-height: 1.7;
  margin: 0;
  border-top: 1px solid var(--color-border);
  padding-top: 14px;
}

@media (max-width: 600px) {
  .faq__title {
    font-size: 18px;
  }

  .faq__q {
    font-size: 14px;
    padding: 14px 16px;
  }

  .faq__a p {
    padding: 12px 16px 14px;
    font-size: 13px;
  }
}

.cookie-notice {
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  background: rgba(255, 255, 255, 0.96);
  border-top: 1px solid var(--color-border);
  backdrop-filter: blur(12px);
  padding: 12px 16px;
  z-index: 500;
  display: flex;
  align-items: center;
  gap: 12px;
  font-size: 12px;
  color: var(--color-text-muted);
  box-shadow: 0 -4px 20px rgba(59, 19, 112, 0.1);
}

.cookie-notice a {
  color: var(--color-primary-dark);
  text-decoration: underline;
}

.cookie-notice__text {
  flex: 1;
}

.btn-cookie {
  background: var(--color-primary);
  color: #fff;
  border: none;
  padding: 8px 20px;
  border-radius: var(--radius-full);
  font-size: 12px;
  font-weight: 700;
  cursor: pointer;
  flex-shrink: 0;
  transition: var(--transition);
}

.btn-cookie:hover {
  background: var(--color-primary-dark);
}

.cookie-notice.hidden {
  display: none;
}

.float-chat {
  position: fixed;
  right: 0;
  top: 50%;
  transform: translateY(-50%) rotate(0deg);
  z-index: 100;
  background: var(--cta-bg);
  color: #3b1370;
  writing-mode: vertical-rl;
  text-orientation: mixed;
  padding: 14px 8px;
  border-radius: var(--radius-md) 0 0 var(--radius-md);
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.08em;
  cursor: pointer;
  transition: var(--transition);
  box-shadow: -2px 0 12px rgba(109, 40, 217, 0.32);
}

.float-chat:hover {
  background: var(--cta-bg-hover);
}

::-webkit-scrollbar {
  width: 6px;
  height: 6px;
}

::-webkit-scrollbar-track {
  background: transparent;
}

::-webkit-scrollbar-thumb {
  background: rgba(245, 158, 11, 0.45);
  border-radius: 3px;
}

::-webkit-scrollbar-thumb:hover {
  background: rgba(245, 158, 11, 0.7);
}

/* ── Side panel language switcher ──────────────────────── */
.lang-switcher {
  position: relative;
  display: flex;
  flex-direction: column;
}

.lang-switcher__btn {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  gap: 7px;
  padding: 10px 8px;
  background: rgba(255, 255, 255, 0.06);
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: var(--radius-md);
  cursor: pointer;
  color: rgba(255, 255, 255, 0.82);
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.03em;
  font-family: inherit;
  width: 100%;
  transition: var(--transition);
}

.lang-switcher__btn:hover {
  background: rgba(255, 255, 255, 0.12);
  color: #fff;
}

.lang-switcher__code {
  display: none;
  font-size: 14px;
  font-weight: 800;
  letter-spacing: 0.06em;
  line-height: 1;
}

.lang-switcher__label {
  display: block;
  text-align: center;
}

.lang-switcher__dropdown {
  display: none;
  position: fixed;
  background: rgba(10, 15, 12, 0.98);
  border: 1px solid rgba(255, 255, 255, 0.14);
  border-radius: var(--radius-md);
  overflow: hidden;
  z-index: 9999;
  box-shadow: 0 -8px 24px rgba(0, 0, 0, 0.4);
  backdrop-filter: blur(6px);
  min-width: 150px;
}

.lang-switcher__dropdown.open {
  display: block;
}

.lang-switcher__option {
  display: flex;
  align-items: center;
  width: 100%;
  padding: 9px 14px;
  font-size: 12px;
  font-weight: 600;
  color: rgba(255, 255, 255, 0.68);
  text-decoration: none;
  letter-spacing: 0.03em;
  transition: var(--transition);
  box-sizing: border-box;
}

.lang-switcher__option:hover {
  background: rgba(255, 255, 255, 0.08);
  color: #fff;
}

.lang-switcher__option--active {
  color: #fff;
  background: rgba(245, 158, 11, 0.16);
  border-left: 2px solid var(--color-accent);
  padding-left: 12px;
}

/* ── Footer language switcher ──────────────────────────── */
.footer__lang-switcher {
  position: relative;
}

.footer__lang-toggle {
  display: inline-flex;
  align-items: center;
  gap: 7px;
  padding: 7px 14px;
  background: rgba(255, 255, 255, 0.07);
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 20px;
  color: rgba(255, 255, 255, 0.7);
  font-size: 13px;
  font-weight: 600;
  font-family: inherit;
  cursor: pointer;
  transition: var(--transition);
  letter-spacing: 0.02em;
}

.footer__lang-toggle:hover {
  background: rgba(255, 255, 255, 0.13);
  color: #fff;
}

.footer__lang-toggle[aria-expanded="true"] {
  background: rgba(245, 158, 11, 0.15);
  border-color: rgba(245, 158, 11, 0.4);
  color: #fff;
}

.footer__lang-arrow {
  opacity: 0.6;
  flex-shrink: 0;
  transition: transform var(--transition);
}

.footer__lang-toggle[aria-expanded="true"] .footer__lang-arrow {
  transform: rotate(180deg);
}

.footer__lang-dropdown {
  display: none;
  position: absolute;
  bottom: calc(100% + 8px);
  left: 0;
  min-width: 160px;
  background: rgba(36, 20, 56, 0.96);
  border: 1px solid rgba(255, 255, 255, 0.15);
  border-radius: var(--radius-md);
  overflow: hidden;
  z-index: 300;
  box-shadow: 0 -8px 24px rgba(0, 0, 0, 0.22);
  backdrop-filter: blur(6px);
}

.footer__lang-dropdown.open {
  display: block;
}

.footer__lang-option {
  display: block;
  padding: 9px 14px;
  font-size: 13px;
  font-weight: 600;
  color: rgba(255, 255, 255, 0.65);
  text-decoration: none;
  letter-spacing: 0.02em;
  transition: var(--transition);
}

.footer__lang-option:hover {
  background: rgba(255, 255, 255, 0.08);
  color: #fff;
}

.footer__lang-option--active {
  color: #fff;
  background: rgba(245, 158, 11, 0.2);
  border-left: 2px solid var(--color-primary);
  padding-left: 12px;
}
.games-category {
  margin-bottom: 24px;
}

.games-category:last-child {
  margin-bottom: 0;
}

.games-category__header {
  display: flex;
  align-items: baseline;
  justify-content: space-between;
  margin-bottom: 12px;
}

.games-category__title {
  font-size: 15px;
  font-weight: 700;
  color: var(--color-text);
}

.games-category__link {
  font-size: 12px;
  font-weight: 700;
  color: var(--color-primary);
  text-transform: uppercase;
  letter-spacing: 0.04em;
  white-space: nowrap;
}

.games-category__link:hover {
  color: var(--color-primary-dark);
}

/* ============================================================
   Games filter bar — decorative checkbox chips, visual only.
   All actual navigation happens through the game cards (/go).
   ============================================================ */
.games-filter-bar {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-bottom: 18px;
}

.filter-chip {
  display: inline-flex;
  align-items: center;
  gap: 7px;
  padding: 8px 14px 8px 10px;
  border-radius: var(--radius-full);
  border: 1.5px solid var(--color-border);
  background: var(--bg-card);
  font-size: 12px;
  font-weight: 700;
  color: var(--color-text-muted);
  cursor: pointer;
  user-select: none;
  transition:
    border-color 0.2s ease,
    background 0.2s ease,
    color 0.2s ease;
}

.filter-chip:hover {
  border-color: var(--color-primary);
  color: var(--color-text);
}

.filter-chip:has(.filter-chip__input:checked) {
  background: linear-gradient(160deg, rgba(245, 158, 11, 0.14) 0%, rgba(109, 40, 217, 0.05) 100%);
  border-color: var(--color-accent);
  color: var(--color-text);
}

.filter-chip__input {
  appearance: none;
  -webkit-appearance: none;
  width: 15px;
  height: 15px;
  flex-shrink: 0;
  border-radius: 4px;
  border: 1.5px solid var(--color-border);
  background: var(--bg-card);
  position: relative;
  cursor: pointer;
  transition: var(--transition);
}

.filter-chip__input:checked {
  background: var(--color-primary);
  border-color: var(--color-primary);
}

.filter-chip__input:checked::after {
  content: "";
  position: absolute;
  left: 4px;
  top: 1px;
  width: 4px;
  height: 8px;
  border: solid #fff;
  border-width: 0 2px 2px 0;
  transform: rotate(45deg);
}

@media (max-width: 600px) {
  .games-category__title {
    font-size: 13px;
    margin-bottom: 16px;
  }
  .games-category__link {
    font-size: 11px;
  }
  .games-category__header {
    margin-bottom: 8px;
  }
  .games-filter-bar {
    gap: 6px;
    margin-bottom: 14px;
  }
  .filter-chip {
    padding: 7px 12px 7px 8px;
    font-size: 11px;
  }
}

/* ============================================================
   Sportfogadás — bet cards with fake interactive odds buttons.
   Each odds button is its own /go link (no nested <a>).
   ============================================================ */
.bet-grid {
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  gap: 16px;
}

.bet-card {
  display: flex;
  flex-direction: column;
  border-radius: var(--radius-md);
  overflow: hidden;
  background: var(--bg-card);
  border: 1px solid var(--color-border);
  box-shadow: var(--shadow-soft);
  transition:
    box-shadow 0.22s ease,
    transform 0.22s ease;
}

.bet-card:hover {
  box-shadow: 0 10px 26px rgba(109, 40, 217, 0.16);
  transform: translateY(-2px);
}

.bet-card__media {
  display: block;
  position: relative;
  aspect-ratio: 4 / 3;
}

.bet-card__thumb {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.bet-card__badge {
  position: absolute;
  top: 8px;
  right: 8px;
  font-size: 9px;
  font-weight: 900;
  text-transform: uppercase;
  letter-spacing: 0.04em;
  padding: 3px 8px;
  border-radius: var(--radius-full);
  background: var(--color-new);
  color: #fff;
}

.bet-card__badge--live {
  background: var(--color-danger);
}

.bet-card__body {
  padding: 10px 10px 12px;
  display: flex;
  flex-direction: column;
  gap: 8px;
}

.bet-card__name {
  font-size: 13px;
  font-weight: 800;
  color: var(--color-text);
}

.bet-card__odds {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 6px;
}

.odds-btn {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 2px;
  padding: 6px 4px;
  border-radius: var(--radius-sm);
  background: var(--bg-input);
  border: 1px solid var(--color-border);
  text-decoration: none;
  transition: var(--transition);
}

.odds-btn:hover {
  background: rgba(109, 40, 217, 0.1);
  border-color: var(--color-primary);
}

.odds-btn__label {
  font-size: 9px;
  font-weight: 700;
  color: var(--color-text-dim);
  text-transform: uppercase;
}

.odds-btn__value {
  font-size: 13px;
  font-weight: 800;
  color: var(--color-primary);
}

.odds-btn:hover .odds-btn__value {
  color: var(--color-primary-dark);
}

@media (max-width: 900px) {
  .bet-grid {
    grid-template-columns: repeat(auto-fit, minmax(150px, 1fr));
  }
}

@media (max-width: 600px) {
  .bet-grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 10px;
  }

  .bet-card__body {
    padding: 8px 8px 10px;
  }

  .bet-card__name {
    font-size: 12px;
  }
}

/* ========================================================
   Reviews widget
   ======================================================== */

.unibet-reviews-widget {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(300px, 1fr));
  gap: 20px;
  list-style: none;
  padding: 0;
  margin: 0;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif;
  box-sizing: border-box;
}

.unibet-reviews-widget * {
  box-sizing: border-box;
  margin: 0;
}

.unibet-review-average {
  grid-column: 1 / -1;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  background-color: #3b1370;
  color: #ffffff;
  padding: 24px;
  border-radius: 12px;
  text-align: center;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
}

.unibet-review-average-score {
  font-size: 3rem;
  font-weight: 800;
  line-height: 1;
  color: #f5c518;
}

.unibet-review-average-count {
  font-size: 1rem;
  font-weight: 500;
  color: #a0aec0;
  margin-top: 8px;
}
.unibet-review-average-count::before {
  content: "Vélemények száma: ";
}

.unibet-review-card {
  display: flex;
  flex-direction: column;
  background: #ffffff;
  border-radius: 12px;
  padding: 20px;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.05);
  border: 1px solid #e2e8f0;
  transition: transform 0.2s ease, box-shadow 0.2s ease;
  position: relative;
  overflow: hidden;
}

.unibet-review-card:hover {
  transform: translateY(-2px);
  box-shadow: 0 6px 16px rgba(0, 0, 0, 0.1);
}

.unibet-review-positive {
  border-left: 4px solid #48bb78;
}
.unibet-review-neutral {
  border-left: 4px solid #ecc94b;
}
.unibet-review-negative {
  border-left: 4px solid #f56565;
}

.unibet-review-name {
  font-size: 1.1rem;
  font-weight: 700;
  color: #2d3748;
  margin-bottom: 4px;
}

.unibet-review-stars {
  font-size: 1.1rem;
  color: #f5c518;
  letter-spacing: 2px;
  margin-bottom: 12px;
}

.unibet-review-text {
  font-size: 0.95rem;
  line-height: 1.5;
  color: #4a5568;
  flex-grow: 1;
  margin-bottom: 16px;
}

.unibet-review-date {
  font-size: 0.8rem;
  color: #a0aec0;
  margin-bottom: 8px;
}

.unibet-review-badge {
  align-self: flex-start;
  background-color: #ecfccb;
  color: #6d28d9;
  font-size: 0.75rem;
  font-weight: 700;
  text-transform: uppercase;
  padding: 4px 8px;
  border-radius: 9999px;
  display: inline-flex;
  align-items: center;
  gap: 4px;
}
.unibet-review-badge::before {
  content: "✓";
  font-weight: 900;
}

.unibet-review-empty-state {
  grid-column: 1 / -1;
  background: #f7fafc;
  border: 2px dashed #cbd5e0;
  border-radius: 12px;
  padding: 40px 20px;
  text-align: center;
  color: #718096;
}

.unibet-review-empty-text {
  font-size: 1.1rem;
  font-weight: 500;
}

@media (max-width: 600px) {
  .unibet-reviews-widget {
    grid-template-columns: 1fr;
    gap: 16px;
  }

  .unibet-review-average {
    padding: 20px 16px;
  }

  .unibet-review-average-score {
    font-size: 2.5rem;
  }
}