:root {
  --color-bg: #130C08;
  --color-bg-deep: #130C08;
  --color-surface: #1b120c;
  --color-surface-2: #21170f;
  --color-card: #24180f;
  --color-card-dark: #170f0a;
  --color-primary: #b89c5e;
  --color-primary-strong: #c9a96b;
  --color-secondary: #4db0cc;
  --color-secondary-dark: #116ea5;
  --color-border: #6c5934;
  --color-text: #fff2dd;
  --color-text-muted: #d3c19a;
  --color-btn-text: #17110c;
  --color-link: #d6b46f;
  --bs-primary: #b89c5e;
  --bs-secondary: #4db0cc;
  --bs-body-bg: #130C08;
  --bs-body-color: #fff2dd;
  --bs-link-color: #d6b46f;
  --bs-link-hover-color: #f1d284;
  --font-heading: "Cinzel", Georgia, serif;
  --font-body: "Source Sans 3", "Segoe UI", sans-serif;
  --shadow-gold: 0 0 0 1px rgba(184,156,94,.42), 0 14px 34px rgba(0,0,0,.42), inset 0 0 22px rgba(184,156,94,.05);
}

*,
*::before,
*::after {
  box-sizing: border-box;
}

html,
body {
  width: 100%;
  min-height: 100%;
  overflow-x: hidden;
  scroll-behavior: smooth;
  background: #130C08 !important;
  background-color: #130C08 !important;
  background-image: none !important;
}

body {
  margin: 0;
  font-family: var(--font-body);
  color: var(--color-text);
  min-height: 100vh;
}

body::before,
body::after,
main::before,
main::after,
.hero-shell::before,
.hero-shell::after,
.page-hero::before,
.page-hero::after,
[class*="hero"]::before,
[class*="hero"]::after {
  content: none !important;
  display: none !important;
  background: none !important;
  opacity: 0 !important;
}

main,
main > section,
section,
.hero-shell,
.page-hero,
.legal-page,
.section-pad,
.container,
.container-fluid {
  background-color: transparent !important;
  background-image: none !important;
}

main,
.hero-shell,
.page-hero,
.section-pad {
  background: #130C08 !important;
}

img,
svg,
video {
  max-width: 100%;
}

h1,
h2,
h3,
.h1,
.h2,
.h3 {
  font-family: var(--font-heading);
  color: var(--color-text);
  font-weight: 700;
  letter-spacing: -.015em;
}

h1 {
  font-size: clamp(2.1rem, 5vw, 4.75rem);
  line-height: 1.02;
  text-shadow: 0 5px 22px rgba(0,0,0,.88), 0 0 20px rgba(184,156,94,.18);
}

h2 {
  font-size: clamp(1.7rem, 3vw, 2.85rem);
  margin-bottom: 1rem;
}

h3 {
  font-size: clamp(1.18rem, 2vw, 1.65rem);
}

p,
li,
td,
th {
  font-size: 1.06rem;
}

p,
li {
  color: var(--color-text);
}

.text-muted-custom,
.last-updated {
  color: var(--color-text-muted) !important;
}

.section-pad {
  padding: 4.7rem 0;
}

.section-card,
.content-card,
.feature-card,
.info-table-card,
.bonus-panel,
.live-panel,
.step-card,
.sport-card,
.game-card {
  background: linear-gradient(180deg, rgba(36,26,18,.98), rgba(18,12,8,.99)) !important;
  border: 1px solid rgba(184,156,94,.45);
  box-shadow: var(--shadow-gold);
  border-radius: 1rem;
}

.content-card,
.feature-card,
.bonus-panel,
.live-panel,
.step-card {
  padding: 1.35rem;
}

.feature-card,
.bonus-panel,
.live-panel {
  position: relative;
  overflow: hidden;
}

.feature-card::before,
.bonus-panel::before,
.live-panel::before {
  content: "";
  position: absolute;
  inset: 0;
  background: radial-gradient(circle at 18% 0%, rgba(184,156,94,.10), transparent 42%);
  pointer-events: none;
}

.gold-frame {
  position: relative;
  border: 1px solid rgba(184,156,94,.75);
  box-shadow: 0 0 0 4px rgba(184,156,94,.08), 0 18px 46px rgba(0,0,0,.42);
  border-radius: .35rem;
  overflow: hidden;
  background: #130C08 !important;
}

.gold-frame::before,
.gold-frame::after {
  content: "" !important;
  position: absolute;
  width: 42px;
  height: 42px;
  border-color: var(--color-primary);
  border-style: solid;
  pointer-events: none;
  z-index: 2;
  display: block !important;
  opacity: 1 !important;
}

.gold-frame::before {
  top: 8px;
  left: 8px;
  border-width: 2px 0 0 2px;
}

.gold-frame::after {
  right: 8px;
  bottom: 8px;
  border-width: 0 2px 2px 0;
}

.gold-frame img {
  display: block;
  width: 100%;
  height: auto;
  opacity: 1 !important;
  filter: none !important;
}

.btn {
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: .04em;
  border-radius: .22rem;
  padding: .72rem 1.25rem;
}

.btn-primary {
  --bs-btn-bg: var(--color-primary);
  --bs-btn-border-color: var(--color-primary-strong);
  --bs-btn-color: var(--color-btn-text);
  --bs-btn-hover-bg: #e1bf77;
  --bs-btn-hover-border-color: #f1d284;
  --bs-btn-hover-color: #140e08;
  box-shadow: 0 0 18px rgba(184,156,94,.32), inset 0 1px 0 rgba(255,255,255,.24);
}

.btn-secondary,
.btn-cyan {
  --bs-btn-bg: var(--color-secondary);
  --bs-btn-border-color: #79d8ec;
  --bs-btn-color: #07191f;
  --bs-btn-hover-bg: #86e1f4;
  --bs-btn-hover-border-color: #baf4ff;
  --bs-btn-hover-color: #031014;
  box-shadow: 0 0 20px rgba(77,176,204,.38), inset 0 1px 0 rgba(255,255,255,.36);
}

.btn-outline-primary {
  --bs-btn-color: var(--color-text);
  --bs-btn-border-color: rgba(184,156,94,.72);
  --bs-btn-hover-bg: rgba(184,156,94,.18);
  --bs-btn-hover-border-color: var(--color-primary);
  --bs-btn-hover-color: var(--color-text);
  background: rgba(22,16,11,.75);
}

.badge-geo,
.soft-badge {
  display: inline-flex;
  align-items: center;
  gap: .45rem;
  border: 1px solid rgba(184,156,94,.55);
  background: rgba(19,12,8,.92) !important;
  color: var(--color-text);
  border-radius: 999px;
  padding: .42rem .78rem;
  font-weight: 700;
}

.hero-shell {
  padding: 4.2rem 0 2.7rem;
  border-bottom: 1px solid rgba(184,156,94,.22);
  background: #130C08 !important;
  color: var(--color-text) !important;
}

.hero-copy {
  max-width: 1040px;
  margin: 0 auto;
}

.hero-shell h1,
.page-hero h1 {
  color: #fff4df !important;
  text-shadow: 0 5px 22px rgba(0,0,0,.92), 0 0 18px rgba(184,156,94,.18) !important;
}

.hero-lead,
.hero-shell p,
.page-hero p {
  font-size: clamp(1.08rem, 2.1vw, 1.32rem);
  color: #f7ead3 !important;
  max-width: 1060px;
  text-shadow: 0 2px 10px rgba(0,0,0,.58) !important;
}

.hero-status {
  display: inline-flex;
  align-items: center;
  gap: .45rem;
  color: #bff2c2;
  background: rgba(34,78,43,.38);
  border: 1px solid rgba(132,218,149,.36);
  border-radius: .8rem;
  padding: .45rem .72rem;
  font-weight: 700;
}

.category-strip {
  background: #120b07 !important;
  border-top: 1px solid rgba(184,156,94,.36);
  border-bottom: 1px solid rgba(184,156,94,.36);
  position: sticky;
  top: 64px;
  z-index: 1020;
  backdrop-filter: none !important;
}

.category-scroll {
  display: flex;
  gap: .5rem;
  overflow-x: auto;
  padding: .65rem .05rem;
  scrollbar-width: thin;
  scrollbar-color: rgba(184,156,94,.75) #120b07;
}

.category-scroll::-webkit-scrollbar {
  height: 8px;
}

.category-scroll::-webkit-scrollbar-track {
  background: #120b07 !important;
}

.category-scroll::-webkit-scrollbar-thumb {
  background: rgba(184,156,94,.78) !important;
  border-radius: 999px;
}

.category-link {
  flex: 0 0 auto;
  display: inline-flex;
  align-items: center;
  gap: .45rem;
  min-height: 38px;
  color: var(--color-text);
  text-decoration: none;
  border: 1px solid rgba(184,156,94,.52);
  background: linear-gradient(180deg, rgba(42,32,22,.98), rgba(20,14,9,.98));
  padding: .45rem .75rem;
  border-radius: .2rem;
  font-weight: 800;
  font-size: .88rem;
  text-transform: uppercase;
  box-shadow: inset 0 1px 0 rgba(255,255,255,.09);
}

.category-link:hover,
.category-link:focus {
  color: #fff8df;
  border-color: var(--color-primary);
  box-shadow: 0 0 18px rgba(184,156,94,.2);
}

.category-link img {
  width: 22px;
  height: 22px;
  object-fit: contain;
}

.table {
  --bs-table-bg: transparent;
  --bs-table-color: var(--color-text);
  --bs-table-striped-bg: rgba(184,156,94,.08);
  --bs-table-striped-color: var(--color-text);
  --bs-table-hover-bg: rgba(77,176,204,.08);
  --bs-table-hover-color: var(--color-text);
  border-color: rgba(184,156,94,.28);
  margin-bottom: 0;
}

.table th {
  color: #fff4cf;
  background: rgba(184,156,94,.12);
  border-color: rgba(184,156,94,.35);
}

.table td {
  border-color: rgba(184,156,94,.22);
  color: var(--color-text);
}

.info-table-card {
  padding: 1rem;
}

.info-table-card .table td:first-child {
  font-weight: 800;
  color: #fff1c7;
  width: 28%;
}

.accordion {
  --bs-accordion-bg: rgba(48,40,32,.94);
  --bs-accordion-color: var(--color-text);
  --bs-accordion-border-color: rgba(184,156,94,.42);
  --bs-accordion-btn-bg: rgba(42,33,24,.98);
  --bs-accordion-btn-color: var(--color-text);
  --bs-accordion-active-bg: rgba(184,156,94,.16);
  --bs-accordion-active-color: #fff7dc;
  --bs-accordion-btn-focus-box-shadow: 0 0 0 .2rem rgba(77,176,204,.2);
}

.accordion-button::after {
  filter: invert(1) sepia(1) saturate(2) hue-rotate(340deg);
}

.toc-list a,
.footer-link {
  color: var(--color-link);
  text-decoration: none;
}

.toc-list a:hover,
.footer-link:hover {
  color: #f1d284;
  text-decoration: underline;
}

.card-icon-circle {
  width: 42px;
  height: 42px;
  border-radius: 50%;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: rgba(184,156,94,.18);
  border: 1px solid rgba(184,156,94,.55);
  font-weight: 900;
  color: #ffe5a4;
}

.bonus-image-gap {
  margin-top: 1.6rem;
}

.game-tabs .nav-link {
  color: var(--color-text);
  border: 1px solid rgba(184,156,94,.45);
  background: rgba(48,40,32,.9);
  margin-right: .45rem;
  margin-bottom: .45rem;
  font-weight: 800;
  text-transform: uppercase;
  font-size: .86rem;
}

.game-tabs .nav-link.active {
  color: #07191f;
  background: var(--color-secondary);
  border-color: #8be9ff;
}

.game-card {
  overflow: hidden;
  height: 100%;
  min-height: 240px;
}

.game-card-top {
  min-height: 150px;
  display: flex;
  align-items: center;
  justify-content: center;
  background:
    radial-gradient(circle at 50% 25%, rgba(77,176,204,.23), transparent 34%),
    linear-gradient(135deg, rgba(79,27,70,.55), rgba(17,110,165,.28), rgba(93,62,22,.45));
  border-bottom: 1px solid rgba(184,156,94,.42);
}

.game-card-top img {
  width: 64px;
  height: 64px;
  object-fit: contain;
  filter: drop-shadow(0 5px 14px rgba(0,0,0,.5));
}

.game-card-body {
  padding: 1rem;
}

.game-title {
  font-family: var(--font-heading);
  font-size: 1.1rem;
  font-weight: 700;
}

.rating-stars {
  color: #ffd66b;
  letter-spacing: .05em;
  font-size: .9rem;
}

.sports-card-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: .8rem;
}

.sport-card {
  position: relative;
  min-height: 122px;
  padding: 1rem;
  display: flex;
  align-items: end;
  overflow: hidden;
}

.sport-card::before {
  content: "";
  position: absolute;
  inset: 0;
  background: radial-gradient(circle at 72% 18%, rgba(77,176,204,.28), transparent 36%), linear-gradient(180deg, rgba(48,40,32,.70), rgba(17,110,165,.72));
}

.sport-card span {
  position: relative;
  display: inline-flex;
  align-items: center;
  gap: .5rem;
  width: 100%;
  justify-content: center;
  background: linear-gradient(180deg, #1fa7d1, #116ea5);
  color: #fff;
  border-radius: .22rem;
  padding: .55rem .5rem;
  font-weight: 900;
  text-transform: uppercase;
  font-size: .86rem;
  text-shadow: 0 1px 2px rgba(0,0,0,.45);
}

.step-card {
  display: flex;
  gap: 1rem;
  align-items: flex-start;
  height: 100%;
}

.step-number {
  flex: 0 0 44px;
  width: 44px;
  height: 44px;
  border-radius: 50%;
  background: var(--color-primary);
  color: var(--color-btn-text);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-weight: 900;
  box-shadow: 0 0 18px rgba(184,156,94,.32);
}

.payment-grid,
.footer-badge-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: .7rem;
}

.payment-pill,
.footer-badge {
  min-height: 58px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: .7rem;
  border: 1px solid rgba(184,156,94,.36);
  background: rgba(18,13,9,.68);
  border-radius: .75rem;
}

.payment-pill img {
  max-width: 108px;
  width: 100%;
  max-height: 36px;
  object-fit: contain;
}

.footer-badge img {
  max-width: 100%;
  max-height: 44px;
  object-fit: contain;
}

.cta-gradient {
  background: linear-gradient(135deg, rgba(34,24,15,.98), rgba(18,12,8,.98)) !important;
  color: var(--color-text);
  border-radius: 1rem;
  border: 1px solid rgba(184,156,94,.52);
  box-shadow: 0 20px 60px rgba(0,0,0,.42);
}

.cta-gradient h2,
.cta-gradient p {
  color: var(--color-text) !important;
}

.mobile-cta-bar {
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1040;
  background: rgba(18,12,8,.94);
  border-top: 1px solid rgba(184,156,94,.5);
  padding: .65rem .9rem;
  box-shadow: 0 -10px 34px rgba(0,0,0,.38);
}

.back-to-top {
  position: fixed;
  right: 1rem;
  bottom: 1rem;
  z-index: 1035;
  width: 44px;
  height: 44px;
  border-radius: 50%;
  border: 1px solid rgba(184,156,94,.72);
  background: rgba(31,24,18,.92);
  color: var(--color-text);
  display: none;
  align-items: center;
  justify-content: center;
  box-shadow: 0 10px 30px rgba(0,0,0,.3);
}

.back-to-top.is-visible {
  display: inline-flex;
}

.page-hero {
  padding: 3.4rem 0 2.5rem;
  background: #130C08 !important;
}

.legal-page .hero-lead {
  max-width: 920px;
}

.page-breadcrumb {
  --bs-breadcrumb-divider-color: var(--color-text-muted);
  --bs-breadcrumb-item-active-color: #fff3cc;
  margin-bottom: 0;
}

.page-breadcrumb a {
  color: var(--color-link);
  text-decoration: none;
  font-weight: 700;
}

.page-breadcrumb a:hover {
  color: #f1d284;
  text-decoration: underline;
}

.legal-sidebar {
  top: 92px;
}

.legal-link-list li + li {
  margin-top: .55rem;
}

.notice-box,
.bonus-example-box {
  border: 1px solid rgba(77,176,204,.36);
  background: linear-gradient(180deg, rgba(17,110,165,.16), rgba(18,13,9,.72));
  border-radius: .85rem;
  padding: 1rem;
  color: var(--color-text);
}

.notice-box strong,
.bonus-example-box strong {
  color: #dff8ff;
}

.check-list {
  list-style: none;
  padding-left: 0;
  margin-bottom: 0;
}

.check-list li {
  position: relative;
  padding-left: 1.8rem;
  margin-bottom: .75rem;
}

.check-list li::before {
  content: "";
  position: absolute;
  left: 0;
  top: .33rem;
  width: .78rem;
  height: .78rem;
  border-radius: 50%;
  background: var(--color-secondary);
  box-shadow: 0 0 0 4px rgba(77,176,204,.14);
}

.warning-list li::before {
  background: var(--color-primary);
  box-shadow: 0 0 0 4px rgba(184,156,94,.16);
}

.trust-dropdown {
  --bs-dropdown-bg: rgba(31,24,18,.98);
  --bs-dropdown-border-color: rgba(184,156,94,.45);
  --bs-dropdown-link-color: var(--color-text);
  --bs-dropdown-link-hover-color: #fff3cc;
  --bs-dropdown-link-hover-bg: rgba(184,156,94,.16);
  --bs-dropdown-divider-bg: rgba(184,156,94,.32);
  box-shadow: 0 16px 40px rgba(0,0,0,.45);
}

.footer-columns {
  columns: 1;
}

/* Extra hard overrides for wrappers from Bootstrap/custom HTML */
html body,
html body main,
html body .hero-shell,
html body .page-hero,
html body .legal-page,
html body .section-pad,
html body main > section,
html body section.hero-shell,
html body section.page-hero,
html body [class*="hero-shell"],
html body [class*="page-hero"] {
  background: #130C08 !important;
  background-color: #130C08 !important;
  background-image: none !important;
}

@media (min-width: 576px) {
  .payment-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}

@media (min-width: 768px) {
  .sports-card-grid {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }

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

  .footer-badge-grid {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }

  .footer-columns {
    columns: 2;
    column-gap: 1.25rem;
  }
}

@media (min-width: 992px) {
  .payment-grid {
    grid-template-columns: repeat(6, minmax(0, 1fr));
  }

  .footer-badge-grid {
    grid-template-columns: repeat(7, minmax(0, 1fr));
  }
}

@media (max-width: 991.98px) {
  .legal-sidebar {
    position: static !important;
  }
}

@media (max-width: 767.98px) {
  body {
    padding-bottom: 76px;
  }

  .section-pad {
    padding: 3.1rem 0;
  }

  .category-strip {
    top: 58px;
  }

  .hero-shell {
    padding-top: 3rem;
  }

  .info-table-card .table td:first-child {
    width: 42%;
  }
}