/* ========== RESET + BASE (replaces Bootstrap core) ========== */
*,
*::before,
*::after {
  box-sizing: border-box;
}
html {
  scroll-behavior: smooth;
  -webkit-text-size-adjust: 100%;
}
body {
  margin: 0;
  font-family:
    "Inter",
    system-ui,
    -apple-system,
    sans-serif;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #fff;
  background-color: #001b42;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  margin-top: 0;
  margin-bottom: 0.5rem;
  font-weight: 600;
  line-height: 1.2;
}
h1 {
  font-size: clamp(1.8rem, 4vw, 2.5rem);
}
h2 {
  font-size: 2rem;
}
h3 {
  font-size: 1.75rem;
}
p {
  margin-top: 0;
  margin-bottom: 1rem;
}
a {
  color: #0d9488;
  text-decoration: none;
}
a:hover {
  color: #0d61ac;
}
img,
svg {
  vertical-align: middle;
  max-width: 100%;
  height: auto;
}
ul,
ol {
  padding-left: 0;
  margin: 0;
  list-style: none;
}
table {
  border-collapse: collapse;
  caption-side: bottom;
}
button {
  border: none;
  background: none;
  cursor: pointer;
  font: inherit;
  color: inherit;
}

/* ========== CSS VARIABLES ========== */
:root {
  --bs-primary: #0d9488;
  --bs-secondary: #022b38;
  --bs-success: #fa5300;
  --bs-body-bg: #faf9f8;
  --bs-body-color: #022b38;
  --theme-rounded: 15px;
  --theme-rounded-button: 50px;
  --theme-rounded-images: 12px;
  --mobile_menu_bg: #022b38;
  --header_bg_color: #022b38;
  --footer_bg_color: #022b38;
  --header_footer_text_color: #fff;
  --header_footer_link_color: #fff;
  --color-primary-dark: #022b38;
  --color-primary-light: #faf9f8;
  --color-primary: #0d9488;
  --color-secondary: #022b38;
  --color-accent: #fa5300;
  --color-site-bg: #faf9f8;
  --color-header-bg: #022b38;
  --color-footer-bg: #022b38;
  --color-link: #0d9488;
  --color-link-hover: #0a7c72;
  --color-btn-bg: #fa5300;
  --color-btn-text: #fff;
  --color-heading: #022b38;
  --color-text: #333;
  --color-card-bg: #ffffff;
  --color-card-shadow: 0 2px 12px rgba(2, 43, 56, 0.08);
  --color-section-bg: #f2f1ef;
}

/* ========== FONTS ========== */
@font-face {
  font-family: "Inter";
  src: url("/assets/fonts/RmKx9o4AcgD5.woff2") format("woff2");
  font-weight: 300;
  font-display: swap;
}
@font-face {
  font-family: "Inter";
  src: url("/assets/fonts/DfwT4aBPmg3m.woff2") format("woff2");
  font-weight: 400;
  font-display: swap;
}
@font-face {
  font-family: "Inter";
  src: url("/assets/fonts/SoLM0H0KK8LH.woff2") format("woff2");
  font-weight: 500;
  font-display: swap;
}
@font-face {
  font-family: "Inter";
  src: url("/assets/fonts/9EIzGu0xWHlv.woff2") format("woff2");
  font-weight: 600;
  font-display: swap;
}
@font-face {
  font-family: "Inter";
  src: url("/assets/fonts/hKcfP0LVJ2a0.woff2") format("woff2");
  font-weight: 700;
  font-display: swap;
}
@font-face {
  font-family: "Inter";
  src: url("/assets/fonts/4tPrqMnLhZ1C.woff2") format("woff2");
  font-weight: 800;
  font-display: swap;
}
@font-face {
  font-family: "Inter";
  src: url("/assets/fonts/WuzEVH2HANyI.woff2") format("woff2");
  font-weight: 900;
  font-display: swap;
}

/* ========== CONTAINER ========== */
.container {
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 0.75rem;
}

/* ========== BUTTONS (replaces Bootstrap btn) ========== */
.btn {
  display: inline-block;
  font-weight: 600;
  line-height: 1.5;
  color: #fff;
  text-align: center;
  text-decoration: none;
  vertical-align: middle;
  cursor: pointer;
  user-select: none;
  background: transparent;
  border: 2px solid transparent;
  padding: 0.5rem 1rem;
  font-size: inherit;
  border-radius: var(--theme-rounded-button);
  transition:
    background 0.2s,
    border-color 0.2s;
  white-space: nowrap;
  box-sizing: border-box;
}
.btn:hover {
  opacity: 0.9;
}
.btn-success {
  color: #fff;
  background: linear-gradient(90deg, #fa5300 0%, #e04900 100%);
  border-color: transparent;
}
.btn-success:hover {
  background: linear-gradient(90deg, #e04900 0%, #c73f00 100%);
}
.btn-outline-primary {
  color: #fff;
  background: transparent;
  border: 2px solid #fff;
}
.btn-outline-primary:hover {
  background: rgba(255, 255, 255, 0.1);
  color: #fff;
}
.btn-sm {
  padding: 0.25rem 0.75rem;
  font-size: 0.875rem;
}
.btn-close {
  width: 1em;
  height: 1em;
  padding: 0.25em;
  background: transparent
    url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23fff'%3E%3Cpath d='M.293.293a1 1 0 011.414 0L8 6.586 14.293.293a1 1 0 111.414 1.414L9.414 8l6.293 6.293a1 1 0 01-1.414 1.414L8 9.414l-6.293 6.293a1 1 0 01-1.414-1.414L6.586 8 .293 1.707a1 1 0 010-1.414z'/%3E%3C/svg%3E")
    center/1em auto no-repeat;
  border: 0;
  opacity: 0.7;
  cursor: pointer;
}
.btn-close:hover {
  opacity: 1;
}

/* ========== UTILITY ========== */
.d-block {
  display: block;
}
.mb-2 {
  margin-bottom: 0.5rem;
}

/* ========== LAYOUT: WRAP ========== */
.wrap {
  padding-top: 94px;
}
@media (min-width: 992px) {
  .wrap {
    padding-top: 134px;
  }
}

/* ========== HEADER ========== */
.header-container {
  position: fixed;
  left: 0;
  top: 0;
  right: 0;
  display: flex;
  flex-direction: column;
  width: 100vw;
  background-color: var(--header_bg_color);
  z-index: 20;
}
.header {
  background-color: var(--header_bg_color);
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}
.header .header__container {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 70px;
  transition: 0.5s;
}
.header .logo {
  max-width: 175px;
}
.header .logo img {
  max-height: 50px;
}
.header .primary_menu_desktop_ver {
  max-width: 50%;
  display: flex;
  gap: 20px;
  width: -webkit-fill-available;
}
.header .primary_menu_desktop_ver > ul {
  display: flex;
  gap: 20px;
  list-style: none;
  margin: 0;
  padding: 0;
}
.header .primary_menu_desktop_ver > ul > li > a {
  display: block;
  font-size: 0.9rem;
  text-decoration: none;
  white-space: nowrap;
  color: var(--header_footer_link_color);
}
.header .primary_menu_desktop_ver > ul > li > a:hover,
.header .primary_menu_desktop_ver > ul > li.current-menu-item > a {
  color: var(--bs-primary);
}
.header .buttons_container {
  display: flex;
  align-items: center;
}
.header .buttons {
  display: grid;
  grid-template-columns: repeat(2, auto);
  grid-gap: 8px;
}
.header .mobile-menu-button {
  display: none;
  position: absolute;
  top: 24px;
  right: 12px;
  width: 26px;
  height: 24px;
  cursor: pointer;
}
.header .mobile-menu-button span {
  position: absolute;
  left: 0;
  display: block;
  width: 100%;
  height: 3px;
  background: #fff;
  border-radius: 2px;
}
.header .mobile-menu-button span:nth-child(1) {
  top: 2px;
}
.header .mobile-menu-button span:nth-child(2) {
  top: 10px;
}
.header .mobile-menu-button span:nth-child(3) {
  top: 18px;
}
@media (max-width: 991px) {
  .header .header__container {
    height: 70px;
    padding-right: 50px;
  }
  .header .primary_menu_desktop_ver,
  .header .header__container .buttons_container,
  .header .header__container .buttons,
  .header .secondary_menu_desktop_ver {
    display: none;
  }
  .header .mobile-menu-button {
    display: block;
  }
}

/* ========== OFFCANVAS MOBILE MENU ========== */
.offcanvas-backdrop {
  display: none !important;
  position: fixed !important;
  inset: 0 !important;
  background: rgba(0, 0, 0, 0.5) !important;
  z-index: 9998 !important;
  opacity: 0;
  transition: opacity 0.3s;
}
.offcanvas-backdrop.show {
  display: block !important;
  opacity: 1;
}
#mobileMenu.offcanvas.offcanvas-end {
  position: fixed !important;
  top: 0 !important;
  right: 0 !important;
  bottom: 0 !important;
  left: auto !important;
  width: 280px !important;
  max-width: 80vw !important;
  z-index: 9999 !important;
  transform: translateX(100%) !important;
  transition: transform 0.3s ease-in-out !important;
  visibility: visible !important;
  background: var(--mobile_menu_bg, #003266) !important;
  border-radius: 15px 0 0 15px !important;
  border-left: none !important;
  display: flex !important;
  flex-direction: column !important;
}
#mobileMenu.offcanvas.offcanvas-end.show {
  transform: translateX(0) !important;
  visibility: visible !important;
}
#mobileMenu .offcanvas-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 16px 20px;
  min-height: 70px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}
#mobileMenu .offcanvas-header .custom-logo-link img {
  max-height: 40px;
}
#mobileMenu .menu-close-btn {
  background: none;
  border: none;
  color: #fff;
  font-size: 28px;
  line-height: 1;
  cursor: pointer;
  padding: 0;
  opacity: 0.8;
}
#mobileMenu .menu-close-btn:hover {
  opacity: 1;
}
#mobileMenu .offcanvas-body {
  padding: 20px;
  overflow-y: auto;
  flex: 1;
}
#mobileMenu .menu-buttons {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 10px;
  margin-bottom: 24px;
}
#mobileMenu .menu-buttons .btn {
  text-align: center;
  font-size: 0.9rem;
}
#mobileMenu .mobile-nav {
  list-style: none;
  margin: 0;
  padding: 0;
}
#mobileMenu .mobile-nav li {
  border-bottom: 1px solid rgba(0, 0, 0, 0.06);
}
#mobileMenu .mobile-nav li:last-child {
  border-bottom: none;
}
#mobileMenu .mobile-nav li a {
  display: block;
  padding: 14px 0;
  color: #fff;
  text-decoration: none;
  font-size: 1rem;
  font-weight: 500;
  transition: color 0.2s;
}
#mobileMenu .mobile-nav li a:hover {
  color: var(--bs-primary);
}

/* ========== TOC / ANCHOR NAVIGATION ========== */
.toc_navigation {
  position: sticky;
  top: 70px;
  z-index: 15;
  background-color: var(--header_bg_color);
  display: flex;
  height: 48px;
  color: var(--header_footer_text_color);
  border-top: 1px solid rgba(255, 255, 255, 0.12);
}
.toc_navigation .container {
  display: flex;
  align-items: center;
  position: relative;
}
.toc_navigation .min-title {
  font-size: 12px;
  font-weight: 600;
  padding-right: 10px;
  white-space: nowrap;
}
.toc_navigation .items {
  display: flex;
  gap: 8px;
  overflow-x: auto;
  scrollbar-width: none;
  margin: 0;
  padding: 0;
}
.toc_navigation .items::-webkit-scrollbar {
  display: none;
}
.toc_navigation .items .item:last-child {
  padding-right: 8px;
}
.toc_navigation .items .item a {
  display: flex;
  align-items: center;
  font-weight: 500;
  text-decoration: none;
  padding: 3px 10px;
  line-height: normal;
  white-space: nowrap;
  border: 1px solid var(--header_footer_text_color);
  color: var(--header_footer_link_color);
  border-radius: var(--theme-rounded-button);
}
.toc_navigation .items .item a.active {
  color: var(--bs-primary);
  border-color: var(--bs-primary);
}
.toc_navigation .items .item a .name {
  font-size: 13px;
}
.toc_navigation .progress-container {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 2px;
  background: transparent;
}
.toc_navigation .progress-container .progress-bar {
  width: 0;
  height: 2px;
  background: var(--bs-primary);
  transition: 0.3s;
}
@media (max-width: 991px) {
  .toc_navigation .container {
    padding-right: 0;
  }
}

/* ========== SECTION BLOCKS ========== */
.section-block {
  margin-bottom: 16px;
  padding: 0;
}
@media (max-width: 991px) {
  .section-block {
    margin-bottom: 12px;
  }
}

/* ========== WELCOME / HERO ========== */
.welcome-section {
  margin-bottom: 0 !important;
}
.welcome-section .welcome-section__container {
  position: relative;
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-gap: 40px;
}
.welcome-section .welcome-text h1 {
  font-weight: 700;
  margin-bottom: 20px;
}
.section-block#hero {
  padding-top: 16px;
  padding-bottom: 8px;
  background: var(--bs-body-bg);
  color: var(--bs-body-color);
}
@media (max-width: 991px) {
  .welcome-section .welcome-section__container {
    grid-template-columns: 1fr;
    grid-gap: 0;
  }
  .section-block#hero .welcome-text {
    margin-bottom: 24px;
  }
}
.hero-banner {
  position: relative;
  display: flex;
  align-items: center;
  padding: 1.5rem 1.5rem 1.5rem 45%;
  min-height: 220px;
  background: linear-gradient(135deg, #0d9488 0%, #022b38 100%);
  border-radius: var(--theme-rounded);
  overflow: hidden;
}
.hero-banner .hero-banner-img {
  position: absolute;
  left: 10px;
  bottom: 0;
  width: 42%;
  max-width: 220px;
  height: auto;
  z-index: 1;
}
.hero-banner .hero-banner-content {
  text-align: right;
  z-index: 2;
}
.hero-banner .hero-banner-title {
  font-size: 1.4rem;
  font-weight: 700;
  margin-bottom: 6px;
}
.hero-banner .hero-banner-bonus {
  font-size: 2rem;
  font-weight: 900;
  color: var(--bs-success);
  line-height: 1.1;
  margin-bottom: 8px;
}
.hero-banner .hero-banner-text {
  font-size: 0.72rem;
  opacity: 0.8;
  margin-bottom: 12px;
}
@media (max-width: 991px) {
  .hero-banner {
    flex-direction: column;
    text-align: center;
    padding: 1.5rem 1.5rem 160px;
  }
  .hero-banner .hero-banner-content {
    text-align: center;
  }
  .hero-banner .hero-banner-img {
    left: 50%;
    transform: translateX(-50%);
    width: 150px;
  }
}

/* ========== PROMO CARDS ========== */
.promo-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 12px;
}
.promo-card {
  position: relative;
  min-height: 220px;
  border: none;
  border-radius: var(--theme-rounded);
  overflow: hidden;
  background: var(--color-card-bg);
  box-shadow: var(--color-card-shadow);
}
.promo-card .pc-img {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 48%;
  max-width: 190px;
  height: auto;
  z-index: 1;
}
.promo-card .pc-body {
  margin-left: 45%;
  padding: 18px 16px 18px 0;
  display: flex;
  flex-direction: column;
  gap: 8px;
  position: relative;
  z-index: 2;
  min-height: 200px;
}
.promo-card .pc-header {
  display: flex;
  align-items: center;
  gap: 6px;
  font-size: 0.78rem;
  font-weight: 700;
  text-transform: uppercase;
}
.promo-card .pc-dot {
  width: 10px;
  height: 10px;
  border-radius: 50%;
  border: 2px solid var(--color-accent);
  flex-shrink: 0;
}
.promo-card .pc-bonus {
  display: inline-block;
  padding: 3px 10px;
  border: none;
  border-radius: 50px;
  color: #fff;
  font-weight: 700;
  font-size: 0.8rem;
  width: fit-content;
  background: var(--color-accent);
}
.promo-card .pc-text {
  font-weight: 600;
  font-size: 0.7rem;
  line-height: 1.4;
}
.promo-card .pc-btn {
  margin-top: auto;
}
@media (max-width: 991px) {
  .promo-grid {
    grid-template-columns: 1fr;
    gap: 10px;
  }
  .promo-card {
    min-height: 180px;
  }
  .promo-card .pc-img {
    width: 45%;
    max-width: 170px;
  }
  .promo-card .pc-body {
    margin-left: 42%;
    min-height: 170px;
    padding: 14px 12px 14px 0;
  }
}
@media (max-width: 480px) {
  .promo-card .pc-img {
    width: 100%;
    max-width: 210px;
  }
  .promo-card .pc-body {
    margin-left: 38%;
    padding: 12px 10px 12px 0;
    gap: 6px;
  }
}

/* ========== ENTERTAINMENT GRID ========== */
.ent-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 10px;
}
.ent-card {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 12px 0 12px 16px;
  min-height: 70px;
  background: var(--color-card-bg);
  box-shadow: var(--color-card-shadow);
  border-radius: var(--theme-rounded);
  overflow: visible;
  text-decoration: none;
  color: var(--bs-body-color);
  transition: transform 0.3s;
}
.ent-card:hover {
  transform: translateY(-3px);
  color: var(--bs-body-color);
}
.ent-card .ent-text {
  z-index: 2;
}
.ent-card .ent-text .ent-name {
  font-weight: 600;
  font-size: 0.95rem;
  display: block;
  color: var(--bs-body-color);
}
.ent-card .ent-text .ent-desc {
  font-size: 0.7rem;
  color: #888;
  display: block;
}
.ent-card .ent-img {
  width: 75px;
  height: 75px;
  object-fit: contain;
  flex-shrink: 0;
  margin-right: -5px;
  margin-top: -8px;
  margin-bottom: -8px;
}
@media (max-width: 991px) {
  .ent-grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 8px;
  }
}
@media (max-width: 575px) {
  .ent-grid {
    grid-template-columns: 1fr;
    gap: 8px;
  }
  .ent-card .ent-img {
    width: 70px;
    height: 70px;
  }
}

/* ========== SLOTS 2x2 GRID ========== */
.slots-2x2 {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 20px;
}
@media (max-width: 991px) {
  .slots-2x2 {
    grid-template-columns: 1fr;
  }
}

/* ========== GAME SECTIONS ========== */
.game_section {
  position: relative;
  padding: 20px;
  background: var(--color-card-bg);
  border-radius: var(--theme-rounded);
  overflow: hidden;
  box-shadow: var(--color-card-shadow);
}
.game_section header {
  display: flex;
  align-items: center;
  gap: 8px;
  margin-bottom: 20px;
}
.game_section header .title {
  font-size: 1.5rem;
  margin: 0;
  font-weight: 600;
}
.game_section .game_section__container,
.game_section .game_section__container li {
  padding: 0;
  margin: 0;
  list-style: none;
}
.game_section .game_section__container li::before {
  display: none;
}
.game_section .game_section__container img {
  transition: 0.5s;
  border-radius: var(--theme-rounded-images);
}
.game_section .game_section__container img:hover {
  transform: scale(1.05);
}
.game_section_1 {
  flex-basis: 50%;
}
.game_section_1 .game_section__container {
  display: grid;
  grid-gap: 10px;
}
.game_section_1 .game_section__container.columns-4 {
  grid-template-columns: repeat(4, 1fr);
}
@media (max-width: 991px) {
  .game_section_1 {
    flex-basis: 100%;
    padding: 12px;
  }
  .game_section_1 .game_section__container {
    overflow-x: auto;
    scrollbar-width: none;
    grid-template-columns: none !important;
    grid-auto-flow: column;
  }
  .game_section_1 .game_section__container::-webkit-scrollbar {
    display: none;
  }
  .game_section_1 .game_section__container li > a {
    width: max-content;
    display: inline-block;
  }
  .game_section_1 .game_section__container img {
    height: 100px;
    width: auto;
  }
  .game_section_1 .game_section__container img:hover {
    transform: none;
  }
  .game_section header {
    margin-bottom: 10px;
  }
  .game_section header img {
    width: 30px;
    height: 30px;
  }
  .game_section header .title {
    font-size: 1.3rem;
  }
}

/* ========== PROVIDERS ========== */
.providers-carousel {
  display: flex;
  gap: 20px;
  overflow-x: auto;
  scrollbar-width: none;
  padding: 10px 0;
  scroll-snap-type: x mandatory;
}
.providers-carousel::-webkit-scrollbar {
  display: none;
}

/* ========== CTA BANNER ========== */
.cta-banner {
  position: relative;
  border-radius: var(--theme-rounded);
  background: linear-gradient(135deg, #0d9488 0%, #022b38 60%);
  overflow: hidden;
}
.cta-banner-main {
  display: grid;
  grid-template-columns: 40% 60%;
  min-height: 320px;
}
.cta-banner-left {
  padding: 40px 0 30px 40px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  z-index: 2;
}
.cta-banner-left .cta-logo {
  margin-bottom: 24px;
}
.cta-banner-left .cta-logo img {
  height: 34px;
  width: auto;
}
.cta-banner-left .cta-title {
  font-size: 1.7rem;
  font-weight: 400;
  line-height: 1.3;
  margin-bottom: 24px;
  color: rgba(255, 255, 255, 0.9);
}
.cta-banner-right {
  position: relative;
  display: flex;
  align-items: flex-end;
  justify-content: center;
  overflow: visible;
}
.cta-banner-right img {
  width: 100%;
  height: auto;
  max-height: 340px;
  object-fit: contain;
  object-position: bottom right;
  position: relative;
  top: -10px;
}
.cta-banner-bottom {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 16px 40px;
  border-top: 1px solid rgba(0, 0, 0, 0.06);
  font-size: 0.7rem;
  color: rgba(255, 255, 255, 0.6);
  position: relative;
  z-index: 2;
  flex-wrap: wrap;
}
.cta-banner-bottom-item {
  display: flex;
  align-items: center;
  gap: 8px;
  white-space: nowrap;
}
.cta-banner-bottom-item .cta-icon {
  width: 20px;
  height: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 14px;
}
@media (max-width: 991px) {
  .cta-banner-main {
    grid-template-columns: 1fr;
    min-height: auto;
  }
  .cta-banner-left {
    padding: 24px;
  }
  .cta-banner-right {
    height: 200px;
  }
  .cta-banner-right img {
    max-height: 200px;
    object-position: center;
    top: 0;
  }
  .cta-banner-bottom {
    gap: 12px;
    padding: 16px 24px;
    justify-content: center;
  }
}

/* ========== PROMO CODE BLOCK ========== */
.promo-code-block {
  background: var(--color-primary-dark);
  color: #fff;
  border-radius: var(--theme-rounded);
  padding: 40px 20px;
  text-align: center;
}
.promo-code-block .pcb-header {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
  margin-bottom: 20px;
}
.promo-code-block .pcb-header img {
  width: 32px;
  height: 32px;
}
.promo-code-block .pcb-header span {
  font-size: 1.3rem;
  font-weight: 800;
  text-transform: uppercase;
}
.promo-code-block .pcb-value {
  font-size: 2rem;
  font-weight: 800;
  font-style: italic;
  color: var(--bs-success);
  margin-bottom: 4px;
}
.promo-code-block .pcb-sub {
  font-size: 0.85rem;
  opacity: 0.7;
  margin-bottom: 6px;
}
.promo-code-block .pcb-spins {
  font-size: 0.9rem;
  margin-bottom: 20px;
}
.promo-code-block .pcb-spins b {
  color: var(--bs-success);
}
.promo-code-block .pcb-code-row {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
  margin-bottom: 20px;
}
.promo-code-block .pcb-arrow {
  color: var(--bs-success);
  display: flex;
  align-items: center;
}
.promo-code-block .pcb-arrow svg {
  animation: arrowPulse 0.8s ease-in-out infinite alternate;
}
.promo-code-block .pcb-arrow.flip svg {
  animation: arrowPulseFlip 0.8s ease-in-out infinite alternate;
}
@keyframes arrowPulse {
  from {
    transform: scale(0.8);
    opacity: 0.5;
  }
  to {
    transform: scale(1.2);
    opacity: 1;
  }
}
@keyframes arrowPulseFlip {
  from {
    transform: scaleX(-1) scale(0.8);
    opacity: 0.5;
  }
  to {
    transform: scaleX(-1) scale(1.2);
    opacity: 1;
  }
}
.promo-code-block .pcb-code-box {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  padding: 10px 24px;
  background: #fff;
  color: #000;
  font-weight: 700;
  font-size: 1rem;
  border-radius: 50px;
  cursor: pointer;
  border: 1px dashed var(--bs-success);
}
.promo-code-block .pcb-code-box .pcb-copy-icon {
  opacity: 0.4;
  font-size: 1.1rem;
}
@media (max-width: 575px) {
  .promo-code-block {
    padding: 24px 16px;
  }
  .promo-code-block .pcb-code-row {
    gap: 6px;
  }
  .promo-code-block .pcb-code-box {
    padding: 8px 16px;
    font-size: 0.85rem;
  }
  .promo-code-block .pcb-arrow svg {
    width: 28px;
    height: 28px;
  }
  .promo-code-block .btn {
    width: 100%;
    box-sizing: border-box;
    max-width: 100%;
  }
}

/* ========== PHONE CAROUSEL / GALLERY ========== */
.gallery-title {
  font-size: 1.5rem;
  font-weight: 600;
  margin-bottom: 20px;
}
.phone-carousel {
  position: relative;
  overflow: hidden;
}
.phone-carousel-track {
  display: flex;
  transition: transform 0.4s ease;
}
.phone-slide {
  flex: 0 0 calc(33.333% - 14px);
  margin: 0 7px;
  position: relative;
}
.phone-frame {
  background: transparent;
  border-radius: 28px;
  padding: 0;
  border: none;
}
.phone-frame img {
  width: 100%;
  height: auto;
  border-radius: 20px;
  display: block;
}
.phone-dots {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 12px;
  margin-top: 24px;
  min-height: 16px;
}
.phone-dot {
  width: 16px;
  height: 16px;
  border-radius: 50%;
  background: rgba(2, 43, 56, 0.2);
  border: 2px solid transparent;
  cursor: pointer;
  padding: 3px;
  transition:
    background 0.3s,
    border-color 0.3s;
  box-sizing: border-box;
  background-clip: content-box;
}
.phone-dot.active {
  background: var(--color-primary-dark);
  border-color: var(--bs-primary);
  background-clip: content-box;
}
@media (max-width: 991px) {
  .phone-slide {
    flex: 0 0 calc(50% - 10px);
    margin: 0 5px;
  }
}
@media (max-width: 575px) {
  .phone-slide {
    flex: 0 0 calc(80% - 10px);
  }
}

/* ========== EVENTS TABLE ========== */
.st-group {
  background: var(--color-card-bg);
  border-radius: var(--theme-rounded);
  margin-bottom: 8px;
  overflow: hidden;
  box-shadow: var(--color-card-shadow);
  color: var(--bs-body-color);
}
.st-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 12px 16px;
  cursor: pointer;
  user-select: none;
}
.st-header .st-name {
  display: flex;
  align-items: center;
  gap: 8px;
  font-weight: 600;
  font-size: 0.85rem;
}
.st-header .st-name img {
  width: 20px;
  height: 20px;
}
.st-header .st-arrow {
  font-size: 0.7rem;
  transition: transform 0.3s;
}
.st-header.active .st-arrow {
  transform: rotate(180deg);
}
.st-body {
  display: none;
  padding: 0 12px 12px;
}
.st-body.show {
  display: block;
}
.st-nested {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 6px;
}
.st-item {
  display: flex;
  gap: 10px;
  padding: 10px 14px;
  background: var(--color-section-bg);
  border-radius: 10px;
  font-size: 0.8rem;
  cursor: pointer;
  transition: background 0.2s;
  text-decoration: none;
  color: inherit;
}
.st-item:hover {
  background: #e8e7e5;
}
.st-flag {
  width: 24px;
  height: 16px;
  border-radius: 2px;
  flex-shrink: 0;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
}
.st-flag svg {
  width: 24px;
  height: 16px;
  display: block;
}
.st-item-body {
  flex: 1;
  min-width: 0;
}
.st-league {
  font-weight: 700;
  display: block;
  line-height: 1.2;
  color: var(--bs-body-color);
}
.st-meta {
  font-size: 0.7rem;
  color: #666;
  display: block;
  line-height: 1.2;
}
.st-teams {
  font-size: 0.75rem;
  color: #333;
  display: block;
  margin-top: 2px;
  line-height: 1.3;
}
.st-teams .st-vs {
  color: #999;
  margin: 0 3px;
}
.st-datetime {
  font-size: 0.68rem;
  color: #888;
  display: block;
  margin-top: 2px;
}
.st-more-wrap {
  padding: 10px 0 0;
  text-align: center;
  grid-column: 1 / -1;
}
.st-hidden {
  display: none;
}
.st-hidden.show {
  display: contents;
}
@media (max-width: 575px) {
  .st-nested {
    grid-template-columns: 1fr;
  }
}

/* ========== ODDS CARDS ========== */
.oc-odds {
  display: flex;
  gap: 4px;
  margin-top: 4px;
}
.oc-badge {
  display: inline-block;
  padding: 3px 10px;
  background: var(--bs-primary);
  color: #fff;
  border-radius: 50px;
  font-weight: 600;
  font-size: 0.72rem;
  text-align: center;
  min-width: 42px;
  cursor: pointer;
  transition: background 0.2s;
}
.oc-badge:hover {
  background: #3578c0;
}
.oc-badge-label {
  font-size: 0.6rem;
  opacity: 0.7;
  font-weight: 400;
  margin-right: 2px;
}
.oc-btn {
  display: inline-block;
  margin-top: 6px;
  padding: 4px 14px;
  background: linear-gradient(90deg, #fa5300, #e04900);
  color: #fff;
  border-radius: 50px;
  font-weight: 600;
  font-size: 0.72rem;
  text-decoration: none;
  white-space: nowrap;
  transition: opacity 0.2s;
}
.oc-btn:hover {
  opacity: 0.85;
  color: #fff;
}

/* ========== FOOTER ========== */
footer.footer {
  padding-top: 40px;
  padding-bottom: 40px;
  color: var(--header_footer_text_color);
  background-color: var(--footer_bg_color);
}
footer.footer .logo_row {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 24px;
  padding-bottom: 24px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}
footer.footer .logo_row .custom-logo-link {
  max-width: 120px;
}
footer.footer .logo_row .custom-logo {
  max-height: 50px;
}
.footer-lang-btn {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  padding: 8px 18px;
  border: 1px solid rgba(255, 255, 255, 0.2);
  border-radius: 50px;
  color: #fff;
  font-size: 0.82rem;
  font-weight: 600;
  text-decoration: none;
  background: rgba(255, 255, 255, 0.06);
  transition: background 0.2s;
}
.footer-lang-btn:hover {
  background: rgba(255, 255, 255, 0.12);
  color: #fff;
}
footer.footer .footer__container {
  display: grid;
  grid-template-columns: 1.3fr repeat(3, 1fr);
  gap: 40px;
  margin-bottom: 30px;
}
footer.footer .footer__container .heading {
  margin-bottom: 14px;
  font-size: 1.1rem;
  color: var(--bs-primary);
}
footer.footer .footer__container .footer_description .description {
  font-size: 0.75rem;
  opacity: 0.7;
  line-height: 1.5;
}
footer.footer .footer__container nav ul {
  display: flex;
  flex-direction: column;
  gap: 6px;
  list-style: none;
  margin: 0;
  padding: 0;
}
footer.footer .footer__container nav ul li {
  font-size: 0.82rem;
}
footer.footer .footer__container nav ul li a {
  color: var(--header_footer_link_color);
  text-decoration: none;
}
footer.footer .footer__container nav ul li a:hover {
  color: var(--bs-primary);
}
footer.footer .footer__container2 {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 24px;
  padding-bottom: 24px;
}
footer.footer .footer__container2 .social {
  display: flex;
  gap: 16px;
}
footer.footer .footer__container2 .social a {
  display: grid;
  place-items: center;
  width: 36px;
  height: 36px;
  text-decoration: none;
  color: var(--header_footer_link_color);
  font-size: 1.1rem;
}
footer.footer .footer__container2 .social a:hover {
  color: var(--bs-primary);
}
footer.footer .footer__container2 .footer_payments {
  display: flex;
  gap: 14px;
  flex-wrap: wrap;
  align-items: center;
}
footer.footer .footer__container2 .footer_payments .pay-icon {
  height: 28px;
  opacity: 0.8;
}
footer.footer .footer__container2 .footer_payments .pay-icon:hover {
  opacity: 1;
}
footer.footer .footer_logos_police {
  display: flex;
  justify-content: center;
  gap: 32px;
  flex-wrap: wrap;
  align-items: center;
  border-top: 1px solid rgba(255, 255, 255, 0.08);
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
  padding: 28px 0;
  margin-bottom: 28px;
}
footer.footer .footer_logos_police a {
  text-decoration: none;
  display: inline-flex;
  align-items: center;
}
footer.footer .footer_logos_police .sport-logo {
  height: 34px;
  opacity: 0.45;
  transition: opacity 0.2s;
}
footer.footer .footer_logos_police a:hover .sport-logo {
  opacity: 0.75;
}
.footer-disclaimer {
  font-size: 0.72rem;
  text-align: center;
  opacity: 0.5;
  line-height: 1.6;
  max-width: 900px;
  margin: 0 auto 20px;
}
footer.footer .footer_text2 {
  font-size: 0.75rem;
  text-align: center;
  opacity: 0.5;
  font-style: italic;
  margin-bottom: 10px;
}
footer.footer .copyright {
  font-size: 0.75rem;
  text-align: center;
  opacity: 0.4;
}
@media (max-width: 991px) {
  footer.footer {
    text-align: center;
  }
  footer.footer .logo_row {
    flex-direction: column;
    gap: 16px;
  }
  footer.footer .footer__container {
    grid-template-columns: 1fr;
    gap: 24px;
  }
  footer.footer .footer__container2 {
    flex-direction: column;
    gap: 20px;
  }
  footer.footer .footer__container2 .social {
    justify-content: center;
  }
  footer.footer .footer__container2 .footer_payments {
    justify-content: center;
  }
  footer.footer .footer_logos_police {
    gap: 16px;
  }
}

/* ========== CONTENT BLOCK ========== */
.content-block {
  background: var(--color-card-bg);
  border-radius: var(--theme-rounded);
  box-shadow: var(--color-card-shadow);
  padding: 32px 36px;
  color: var(--bs-body-color);
  line-height: 1.7;
  font-size: 0.92rem;
}
.content-block h1 {
  font-size: 1.8rem;
  font-weight: 800;
  margin: 0 0 20px;
  color: var(--color-primary-dark);
}
.content-block h2 {
  font-size: 1.4rem;
  font-weight: 700;
  margin: 28px 0 14px;
  color: var(--color-primary-dark);
}
.content-block h3 {
  font-size: 1.15rem;
  font-weight: 700;
  margin: 24px 0 10px;
  color: var(--color-primary-dark);
}
.content-block h4 {
  font-size: 1rem;
  font-weight: 700;
  margin: 20px 0 8px;
  color: var(--color-primary-dark);
}
.content-block h5 {
  font-size: 0.9rem;
  font-weight: 700;
  margin: 16px 0 6px;
  color: var(--color-primary-dark);
}
.content-block h6 {
  font-size: 0.82rem;
  font-weight: 700;
  margin: 14px 0 6px;
  color: #555;
  text-transform: uppercase;
  letter-spacing: 0.5px;
}
.content-block p {
  margin: 0 0 16px;
  color: #444;
}
.content-block ul,
.content-block ol {
  margin: 0 0 16px;
  padding-left: 24px;
  color: #444;
}
.content-block ul li,
.content-block ol li {
  margin-bottom: 6px;
}
.content-block ul {
  list-style: disc;
}
.content-block ol {
  list-style: decimal;
}
.content-block ul li::before {
  display: none;
}
.content-block img {
  display: block;
  margin: 20px auto;
  max-width: 100%;
  height: auto;
  border-radius: var(--theme-rounded-images);
}
.content-block table {
  display: grid;
  margin: 20px 0;
  font-size: 0.85rem;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
}
.content-block table thead,
.content-block table tbody,
.content-block table tr {
  display: contents;
}
.content-block table th,
.content-block table td {
  padding: 10px 14px;
  text-align: left;
  border-bottom: 1px solid rgba(0, 0, 0, 0.08);
  white-space: nowrap;
}
.content-block table th {
  font-weight: 700;
  background: var(--color-section-bg);
  color: var(--color-primary-dark);
}
.content-block table td {
  color: #444;
}
.content-block table tr:hover td {
  background: rgba(0, 0, 0, 0.02);
}
@media (max-width: 767px) {
  .content-block {
    padding: 24px 20px;
  }
  .content-block h1 {
    font-size: 1.5rem;
  }
  .content-block h2 {
    font-size: 1.2rem;
  }
}

/* ========== LAZY LOAD / EMPTY IMAGES ========== */
img[src=""] {
  min-height: 80px;
  background: rgba(0, 0, 0, 0.03);
  border: 2px dashed rgba(0, 0, 0, 0.1);
  border-radius: var(--theme-rounded-images);
  display: block;
  width: 100%;
}

/* ========== LIGHT THEME OVERRIDES ========== */
body.home-page {
  background: var(--bs-body-bg);
  color: var(--bs-body-color);
}
/* Main content text */
.wrap {
  color: var(--bs-body-color);
}
.section-block h1,
.section-block h2,
.section-block .title,
.st-league,
.oc-badge-label {
  color: var(--bs-body-color);
}

/* Promo card text */
.promo-card .pc-header {
  color: var(--bs-body-color);
}
.promo-card .pc-text {
  color: #555;
}
.promo-card .pc-bonus {
  background: var(--color-accent);
  color: #fff;
}

/* Entertainment cards */
.ent-card {
  color: var(--bs-body-color);
}
.ent-card .ent-name {
  color: var(--bs-body-color);
}
.ent-card .ent-desc {
  color: #666;
}

/* Slot section titles */
.game_section header .title {
  color: var(--bs-body-color);
}

/* Events table - dark text on white cards */
.st-header .st-name {
  color: var(--bs-body-color);
}
.st-header .st-arrow {
  color: var(--bs-body-color);
}
.st-item {
  color: var(--bs-body-color);
}
.st-meta {
  color: #666;
}
.st-datetime {
  color: #999;
}
.st-teams .st-vs {
  color: #999;
}

/* Odds badges stay blue */
.oc-badge {
  background: var(--bs-primary);
  color: #fff;
}
.oc-badge-label {
  color: rgba(255, 255, 255, 0.7);
}

/* Gallery on light bg */
.gallery-title {
  color: var(--bs-body-color);
}
.gallery-dots .dot {
  background: rgba(0, 0, 0, 0.2);
}
.gallery-dots .dot.active {
  border-color: var(--bs-primary);
}

/* Buttons - ensure contrast */
.section-block .btn-outline-primary,
.st-more-wrap .btn-outline-primary {
  background: var(--bs-primary) !important;
  border-color: var(--bs-primary) !important;
  color: #fff !important;
}
.section-block .btn-outline-primary:hover,
.st-more-wrap .btn-outline-primary:hover {
  background: #0a7c72 !important;
  border-color: #0a7c72 !important;
}
/* Keep white buttons in dark areas */
.header .btn-outline-primary,
#mobileMenu .btn-outline-primary,
.cta-banner .btn-outline-primary,
.promo-code-block .btn-outline-primary {
  background: transparent !important;
  border-color: #fff !important;
  color: #fff !important;
}
.header .btn-outline-primary:hover,
#mobileMenu .btn-outline-primary:hover {
  background: rgba(255, 255, 255, 0.1) !important;
}

/* Providers */
.providers-wrap {
  color: var(--bs-body-color);
}

/* Anchor nav - stays dark (inside header) */
.toc_navigation {
  background-color: var(--header_bg_color);
}

/* CTA + Promo code block text stays white (dark bg) */
.cta-banner,
.cta-banner *,
.promo-code-block,
.promo-code-block * {
  color: #fff;
}
.cta-banner .btn-success,
.promo-code-block .btn-success {
  color: #fff;
}

/* Hero - light bg with dark text, banner stays dark */
.section-block#hero {
  color: var(--bs-body-color);
}
.section-block#hero .welcome-text h1 {
  color: var(--bs-body-color);
}
.section-block#hero .welcome-text p {
  color: #555;
}
.section-block#hero .btn-success {
  color: #fff;
}
.section-block#hero .hero-banner,
.section-block#hero .hero-banner * {
  color: #fff;
}
.section-block#hero .hero-banner .hero-banner-bonus {
  color: var(--bs-success);
}
