@font-face {
  font-family: "Lora";
  src: url(/fonts/Lora/Lora-VariableFont_wght.ttf);
}

:root {
  --primary-gold: #4CAF50;
  --secondary-gold: #81C784;
  --dark-bg: #1E1E1E;
  --text-light: #FFFFFF;
  --gradient-gold: linear-gradient(90deg, #43A047 0%, #4CAF50 84.61%, #66BB6A 100%);
  --card-bg: rgba(30, 30, 30, 0.03)
}

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

body {
  background-color: var(--dark-bg);
  color: var(--text-light);
  font-family: "Lora";
  min-height: 100vh;
  word-wrap: break-word;
  overflow-wrap: break-word
}

.emotion-cache-1j09fjo {
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 100;
  background-color: rgba(29, 29, 29, .9);
  backdrop-filter: blur(10px);
  border-bottom: 1px solid rgba(255, 255, 255, .1)
}

.emotion-cache-kw1qj5 {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 1rem 2rem;
  max-width: 1440px;
  margin: 0 auto
}

.emotion-cache-s5xdrg {
  display: flex;
  align-items: center
}

.emotion-cache-68npvf {
  display: flex;
  align-items: center;
  gap: 1rem
}

.emotion-cache-68npvf img {
  height: 28px;
  width: auto
}

.i-gaming-logo {
  height: 20px;
  margin-left: 1rem
}

.emotion-cache-18wvckt {
  display: none
}

.header-content {
  display: flex;
  gap: 1rem
}

.emotion-cache-7vkn86 {
  display: flex;
  gap: 1rem
}

.emotion-cache-3dkq6u {
  padding: .75rem 1.5rem;
  border-radius: 8px;
  font-weight: 600;
  transition: all .2s ease;
  min-width: 120px;
  text-align: center
}

[data-variant=outlined] {
  background: 0 0;
  border: 2px solid var(--primary-gold);
  color: var(--primary-gold)
}

[data-variant=outlined]:hover {
  background: rgba(198, 255, 123, 0.1)
}

[data-variant=contained] {
  background: var(--gradient-gold);
  border: none;
  color: var(--dark-bg)
}

[data-variant=contained]:hover {
  transform: translateY(-2px);
  box-shadow: 0 4px 12px rgba(198, 255, 123, 0.1)
}

.hero-section-banner {
  position: relative;
  width: 100%;
  height: 100vh;
  overflow: hidden;
  background-color: var(--dark-bg)
}

.hero-section-banner-image {
  width: 100%;
  height: 100%;
  object-fit: cover
}

.hero-section-content-container {
  position: absolute;
  top: 50%;
  left: 5%;
  transform: translateY(-50%);
  max-width: 600px;
  z-index: 2;
  padding: 2rem
}

.hero-section-content {
  background: rgba(18, 18, 18, .8);
  backdrop-filter: blur(10px);
  border-radius: 24px;
  padding: 2rem
}

.hero-section-content-text {
  color: rgba(255, 255, 255, .8);
  margin-bottom: 2rem;
  font-size: 1.25rem
}

.hero-section-button {
  width: 100%;
  padding: 1rem 2rem;
  background: var(--gradient-gold);
  border: none;
  border-radius: 8px;
  color: var(--dark-bg);
  font-weight: 600;
  font-size: 1.125rem;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 1rem;
  transition: transform .2s ease, box-shadow .2s ease
}

.hero-section-button:hover {
  transform: translateY(-2px);
  box-shadow: 0 4px 12px rgba(198, 255, 123, 0.1)
}

.hero-section-button-image {
  display: flex;
  align-items: center
}

.hero-section-content-button {
  display: block;
  margin: 1rem 0;
  font-size: 1.25rem;
  color: #000
}

.learn-more-button {
  color: var(--primary-gold);
  text-decoration: underline;
  transition: opacity .2s ease
}

.learn-more-button:hover {
  opacity: .8
}

.parallax-container {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  pointer-events: none
}

.parallax-container img {
  position: absolute;
  animation: float 6s ease-in-out infinite
}

.swiper-wrapper {
  display: flex;
  justify-content: center
}

.hightlights-container {
  background: var(--dark-bg);
  border-top: 1px solid rgba(255, 255, 255, .1);
  border-bottom: 1px solid rgba(255, 255, 255, .1);
  padding: .5rem 0
}

.hightlight-item {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: .75rem;
  padding: .75rem 2rem
}

.hightlight-item-text {
  color: var(--primary-gold);
  font-weight: 500;
  text-transform: uppercase;
  letter-spacing: 1px
}

.text.h4.text-gradient {
  font-size: 3.5rem;
  line-height: 1.2;
  margin-bottom: 2rem;
  background: var(--gradient-gold);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent
}

.games-container {
  display: flex;
  border-radius: 16px;
  background-color: #191919;
  flex-direction: column;
  padding: 40px;
  margin: 2rem 4rem
}

.games-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 2rem;
  padding: 0 4rem
}

.games-header h4 {
  font-size: 2.5rem;
  color: var(--primary-gold)
}

.slide-content {
  position: relative;
  width: 143px;
  height: 143px;
  border-radius: 16px;
  overflow: hidden;
  transition: all .3s ease;
  box-shadow: 0 4px 20px rgba(0, 0, 0, .2)
}

.slide-content:hover {
  transform: translateY(-5px);
  box-shadow: 0 8px 25px rgba(0, 0, 0, .3)
}

.slide-image {
  width: 100%;
  height: 100%;
  object-fit: cover
}

.content-container.emotion-cache-waml9i {
  padding: 4rem 4rem
}

.faq-container {
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 4rem;
  max-width: 1440px;
  margin: 0 auto
}

.accordion-item {
  background: rgba(255, 255, 255, .03);
  border-radius: 12px;
  margin-bottom: 1rem;
  overflow: hidden;
  transition: all .3s ease
}

.accordion-title {
  padding: 1.5rem;
  display: flex;
  justify-content: space-between;
  align-items: center;
  cursor: pointer;
  user-select: none
}

.accordion-title .content {
  font-size: 1.25rem;
  font-weight: 500;
  color: var(--text-light)
}

.item-arrow {
  transition: transform .3s ease
}

.accordion-item.active .item-arrow {
  transform: rotate(180deg)
}

.accordion-item-content {
  max-height: 0;
  opacity: 0;
  overflow: hidden;
  transition: all .3s ease;
  padding: 0 1.5rem
}

.accordion-item.active .accordion-item-content {
  max-height: 1000px;
  opacity: 1;
  padding: 0 1.5rem 1.5rem
}

.faq-list {
  list-style: none;
  padding: 0;
  margin: 0
}

.faq-list-item {
  position: relative;
  padding-left: 1.5rem;
  margin-bottom: 1rem;
  line-height: 1.6;
  color: rgba(255, 255, 255, .8)
}

.faq-list-item::before {
  content: "-";
  position: absolute;
  left: 0;
  color: var(--primary-gold)
}

.faq-content.toronto-b {
  width: 400px;
  height: auto;
  object-fit: contain;
  border-radius: 24px
}

.emotion-cache-dva6bk {
  padding: 4rem 4rem;
  background: #121212
}

.responsible-gambling {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  gap: 2rem;
  max-width: 1440px;
  margin: 0 auto
}

.responsible-gambling-card {
  background: rgba(255, 255, 255, .03);
  border-radius: 24px;
  padding: 2rem;
  height: 100%;
  display: flex;
  flex-direction: column;
  gap: 1.5rem;
  position: relative;
  overflow: hidden;
  transition: transform .3s ease, background-color .3s ease
}

.responsible-gambling-card:hover {
  transform: translateY(-5px);
  background: rgba(255, 255, 255, .05)
}

.responsible-gambling-card-header {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 1.5rem;
  text-align: center
}

.responsible-gambling-img {
  width: 80px;
  height: 80px;
  object-fit: contain;
  filter: drop-shadow(0 4px 20px rgba(255, 226, 123, .2))
}

.responsible-gambling-card-text {
  font-size: 1.5rem;
  font-weight: 600;
  color: var(--text-light);
  margin: 0
}

.responsible-gambling-card-content {
  text-align: center;
  color: rgba(255, 255, 255, .8);
  line-height: 1.6;
  font-size: .95rem
}

@keyframes float {

  0%,
  100% {
    transform: translateY(0)
  }

  50% {
    transform: translateY(-20px)
  }
}

::-webkit-scrollbar {
  width: 8px
}

::-webkit-scrollbar-track {
  background: var(--dark-bg)
}

::-webkit-scrollbar-thumb {
  background: rgba(255, 255, 255, .2);
  border-radius: 4px
}

::-webkit-scrollbar-thumb:hover {
  background: rgba(255, 255, 255, .3)
}

@media (max-width:1200px) {

  .content-container.emotion-cache-waml9i,
  .emotion-cache-dva6bk,
  .games-container {
    padding: 3rem 2rem
  }

  .games-header {
    padding: 0 2rem
  }

  .text.h4.text-gradient {
    font-size: 2.8rem
  }

  .faq-container {
    grid-template-columns: 1fr
  }

  .links-section {
    grid-template-columns: repeat(2, 1fr)
  }

  .responsible-gambling {
    grid-template-columns: repeat(2, 1fr)
  }

  .faq-content.toronto-b {
    display: none
  }
}

@media (max-width:768px) {
  .emotion-cache-kw1qj5 {
    padding: .75rem 1rem
  }

  .header-content {
    gap: .5rem
  }

  .emotion-cache-3dkq6u {
    padding: .5rem 1rem;
    min-width: auto;
    font-size: .875rem
  }

  .games-container {
    margin: 1rem;
    padding: 1.5rem
  }

  .games-header h4 {
    font-size: 2rem
  }

  .responsible-gambling-card {
    padding: 1.5rem
  }

  .text.h4.text-gradient {
    font-size: 2.2rem
  }

  .links-list,
  .links-section {
    grid-template-columns: 1fr
  }

  .static-payment-methods {
    flex-wrap: wrap;
    justify-content: center;
    gap: 1.5rem
  }

  .responsible-gambling {
    grid-template-columns: 1fr
  }
}

@media (max-width:480px) {
  .emotion-cache-68npvf img {
    height: 20px
  }

  .i-gaming-logo {
    height: 16px
  }

  .text.h4.text-gradient {
    font-size: 1.8rem
  }

  .games-container {
    margin: .75rem;
    padding: 1rem
  }

  .responsible-gambling-img {
    width: 60px;
    height: 60px
  }

  .responsible-gambling-card-text {
    font-size: 1.25rem
  }

  .payment-container {
    height: 24px
  }

  .static-payment-methods {
    gap: 1rem
  }
}

@media (hover:none) {

  .responsible-gambling-card:hover,
  .slide-content:hover,
  [data-variant=contained]:hover,
  [data-variant=outlined]:hover {
    transform: none;
    box-shadow: none
  }
}

.betty-logo {
  height: 28px;
  width: auto
}

.hero-section-banner-image {
  width: 100%;
  height: 100%;
  object-fit: cover
}

.coin-l {
  width: 120px;
  height: 120px;
  position: absolute
}

.coin-xl {
  width: 160px;
  height: 160px;
  position: absolute
}

.coin-xs {
  width: 80px;
  height: 80px;
  position: absolute
}

.coin-m {
  width: 100px;
  height: 100px;
  position: absolute
}

.mp-game-1,
.mp-game-2,
.mp-game-3,
.mp-game-4,
.mp-game-5,
.mp-game-6,
.mp-game-7,
.mp-game-8 {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 16px;
  transition: transform .3s ease
}

.icon {
  display: inline-flex;
  align-items: center;
  justify-content: center
}

.icon svg {
  width: 100%;
  height: 100%
}

.icon.size-xl {
  width: 24px;
  height: 24px
}

.icon.size-3xl {
  width: 48px;
  height: 48px
}

.icon.size-4xl {
  width: 64px;
  height: 64px
}

.icon.size-6xl {
  width: 96px;
  height: 96px
}

.img-container {
  width: 100%;
  height: 200px;
  object-fit: contain;
  margin-bottom: 1.5rem
}

.toronto-b {
  width: 100%;
  max-width: 400px;
  height: auto;
  border-radius: 24px;
  object-fit: cover
}

@media (max-width:768px) {
  .coin-xl {
    width: 120px;
    height: 120px
  }

  .coin-l {
    width: 90px;
    height: 90px
  }

  .coin-m {
    width: 80px;
    height: 80px
  }

  .coin-xs {
    width: 60px;
    height: 60px
  }

  .icon.size-6xl {
    width: 64px;
    height: 64px
  }

  .img-container {
    height: 160px
  }

  .betty-badge,
  .interac img,
  .mastercard svg,
  .visa-card svg {
    height: 24px
  }
}

@media (max-width:480px) {
  .coin-xl {
    width: 90px;
    height: 90px
  }

  .coin-l {
    width: 70px;
    height: 70px
  }

  .coin-m {
    width: 60px;
    height: 60px
  }

  .coin-xs {
    width: 40px;
    height: 40px
  }

  .icon.size-6xl {
    width: 48px;
    height: 48px
  }

  .img-container {
    height: 120px
  }

  .betty-badge,
  .interac img,
  .mastercard svg,
  .visa-card svg {
    height: 20px
  }
}

.img-loading {
  opacity: 0;
  transition: opacity .3s ease
}

.img-loaded {
  opacity: 1
}

.title {
  font-size: 48px;
  color: var(--primary-gold);
  text-align: center;
  margin-bottom: 64px;
  font-weight: 400
}

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

.card {
  background: linear-gradient(145deg, #1a1a1a, #0f0f0f);
  border-radius: 16px;
  padding: 40px;
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
  transition: transform .3s ease
}

.card:hover {
  transform: translateY(-5px)
}

.card-icon {
  width: 80px;
  height: 80px;
  margin-bottom: 24px
}

.card-title {
  font-size: 24px;
  color: #fff;
  margin-bottom: 16px;
  font-weight: 700
}

.card-text {
  color: #999;
  line-height: 1.6;
  font-size: 16px
}

.content-container {
  padding: 4rem;
  background-color: var(--dark-bg)
}

.content-container .text.h4 {
  font-size: 3.5rem;
  font-weight: 600;
  margin-bottom: 4rem;
  background: var(--gradient-gold);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent
}

.box-container {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 3rem;
  max-width: 1440px;
  margin: 0 auto
}

.box {
  display: grid;
  grid-template-columns: auto 1fr;
  gap: 2rem;
  align-items: flex-start
}

.img-container {
  width: 120px;
  height: 120px;
  object-fit: contain;
  filter: drop-shadow(0 4px 20px rgba(255, 226, 123, .1))
}

.box-content {
  display: flex;
  flex-direction: column;
  gap: 1rem
}

.box-content-header {
  text-transform: uppercase;
  letter-spacing: 2px;
  font-size: .875rem;
  font-weight: 600;
  color: var(--primary-gold);
  margin-bottom: .5rem
}

.box-content .text.body-s {
  font-size: 1rem;
  line-height: 1.6;
  color: rgba(255, 255, 255, .8)
}

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

.card {
  background: linear-gradient(145deg, #1a1a1a, #0f0f0f);
  border-radius: 16px;
  padding: 40px;
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
  transition: transform .3s ease
}

.card:hover {
  transform: translateY(-5px)
}

.card-icon {
  width: 80px;
  height: 80px;
  margin-bottom: 24px
}

.card-title {
  font-size: 24px;
  color: #fff;
  margin-bottom: 16px;
  font-weight: 700
}

.card-text {
  color: #999;
  line-height: 1.6;
  font-size: 16px
}

@media (max-width:768px) {
  .cards {
    grid-template-columns: 1fr
  }

  .container {
    padding: 40px 20px
  }

  .title {
    font-size: 36px;
    margin-bottom: 40px
  }
}

@media (max-width:992px) {
  .box-container {
    grid-template-columns: 1fr
  }

  .content-container .text.h4 {
    font-size: 2.5rem
  }
}

@media (max-width:768px) {
  .content-container {
    padding: 2rem
  }

  .box {
    grid-template-columns: 1fr;
    gap: 1.5rem;
    text-align: center
  }

  .img-container {
    margin: 0 auto;
    width: 80px;
    height: 80px
  }

  .content-container .text.h4 {
    font-size: 2rem;
    text-align: center
  }
}

@media (max-width:480px) {
  .content-container {
    padding: 1.5rem
  }

  .content-container .text.h4 {
    font-size: 1.75rem;
    margin-bottom: 2rem
  }

  .img-container {
    width: 60px;
    height: 60px
  }

  .box-content-header {
    font-size: .75rem
  }

  .box-content .text.body-s {
    font-size: .875rem
  }
}

.games-header {
  margin-bottom: 40px
}

.games-header-text {
  font-size: 32px;
  color: #fff;
  margin-bottom: 24px;
  font-weight: 400
}

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

.game-card {
  border-radius: 12px;
  overflow: hidden;
  transition: transform .3s ease
}

.game-card:hover {
  transform: translateY(-5px)
}

.game-card img {
  width: 100%;
  height: auto;
  display: block
}

@media (max-width:1024px) {
  .games-grid {
    grid-template-columns: repeat(4, 1fr)
  }
}

@media (max-width:768px) {
  .games-grid {
    grid-template-columns: repeat(3, 1fr)
  }
}

@media (max-width:480px) {
  .games-grid {
    grid-template-columns: repeat(2, 1fr)
  }
}

.emotion-cache-tjq3dy {
  background: #181818;
  padding: 4rem 0 2rem
}

.main-footer {
  max-width: 1440px;
  margin: 0 auto;
  padding: 0 2rem
}

.links-section {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 4rem;
  margin-bottom: 1rem
}

.links-section-content {
  display: flex;
  flex-direction: column;
  gap: 1rem
}

.logo svg {
  height: 28px;
  margin-bottom: 1rem
}

.logo-text {
  font-size: .75rem;
  text-transform: uppercase;
  letter-spacing: 2px;
  color: var(--primary-gold)
}

.links-list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1.5rem
}

.link-item {
  color: var(--text-light);
  text-decoration: none;
  transition: color .2s ease
}

.link-item:hover {
  color: var(--primary-gold)
}

.link-item p {
  font-size: 1rem;
  font-weight: 500
}

.social {
  display: flex;
  gap: 1.5rem
}

.social a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background: rgba(255, 255, 255, .1);
  transition: background .2s ease
}

.social a:hover {
  background: rgba(255, 255, 255, .2)
}

.social svg {
  width: 20px;
  height: 20px
}

.regulations-section {
  border-top: 1px solid rgba(255, 255, 255, .1);
  padding-top: 2rem
}

.footer-section-content {
  display: grid;
  grid-template-columns: auto 1fr;
  gap: 4rem;
  align-items: start
}

.live-chat-button button {
  display: flex;
  align-items: center;
  gap: .75rem;
  padding: .75rem 1.5rem;
  border: 1px solid var(--primary-gold);
  border-radius: 8px;
  background: 0 0;
  color: var(--primary-gold);
  font-weight: 500;
  transition: all .2s ease
}

.live-chat-button button:hover {
  background: rgba(255, 226, 123, .1)
}

.ontario-wrapper {
  color: rgba(255, 255, 255, .7);
  font-size: .875rem;
  line-height: 1.6
}

.ontario-wrapper a {
  color: var(--text-light);
  text-decoration: underline
}

.static-payment-methods {
  display: flex;
  align-items: center;
  gap: 2rem;
  padding: 2rem 0
}

.payment-container {
  height: 32px;
  display: flex;
  align-items: center
}

.payment-container img,
.payment-container svg {
  height: 100%;
  width: auto
}

@media (max-width:1024px) {
  .links-section {
    grid-template-columns: repeat(2, 1fr)
  }

  .footer-section-content {
    grid-template-columns: 1fr;
    gap: 2rem
  }
}

@media (max-width:768px) {
  .links-section {
    grid-template-columns: 1fr
  }

  .links-list {
    grid-template-columns: 1fr
  }

  .static-payment-methods {
    flex-wrap: wrap;
    justify-content: center
  }
}

@media (max-width:480px) {
  .main-footer {
    padding: 0 1rem
  }

  .social {
    justify-content: center
  }

  .swiper-wrapper {
    display: block
  }
}

.popup {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, .8);
  display: none;
  justify-content: center;
  align-items: center;
  z-index: 1000
}

.popup-content {
  background: #121212;
  padding: 30px;
  border-radius: 10px;
  text-align: center;
  color: #fff;
  width: 300px
}

.popup-content h3 {
  margin-bottom: 20px;
  color: var(--primary-gold)
}

.popup-content label {
  display: block;
  text-align: left;
  margin-bottom: 5px
}

.popup-content input {
  width: 100%;
  padding: 10px;
  margin-bottom: 20px;
  border: 1px solid var(--primary-gold);
  border-radius: 5px;
  background: #000;
  color: #fff
}

.register-button {
  background-color: var(--primary-gold);
  color: #000;
  padding: 10px 20px;
  border: none;
  cursor: pointer;
  font-size: 16px;
  border-radius: 5px
}

.register-button:hover {
  background-color: var(--primary-gold)
}

.close-button {
  position: absolute;
  top: 10px;
  right: 10px;
  font-size: 24px;
  cursor: pointer;
  color: var(--primary-gold)
}

.login-button {
  background-color: transparent;
  color: var(--primary-gold);
  border: 1px solid var(--primary-gold);
  padding: 10px 20px;
  font-size: 14px;
  cursor: pointer;
  border-radius: 5px
}

.login-button:hover {
  background-color: var(--primary-gold);
  color: #000
}

.popup {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, .8);
  display: none;
  justify-content: center;
  align-items: center;
  z-index: 1000
}

.popup-content {
  background: #121212;
  padding: 30px;
  border-radius: 10px;
  text-align: center;
  color: #fff;
  width: 300px
}

.popup-content h3 {
  margin-bottom: 20px;
  color: var(--primary-gold)
}

.popup-content label {
  display: block;
  text-align: left;
  margin-bottom: 5px
}

.popup-content input {
  width: 100%;
  padding: 10px;
  margin-bottom: 20px;
  border: 1px solid var(--primary-gold);
  border-radius: 5px;
  background: #000;
  color: #fff
}

.login-submit-button {
  background-color: var(--primary-gold);
  color: #000;
  padding: 10px 20px;
  border: none;
  cursor: pointer;
  font-size: 16px;
  border-radius: 5px
}

.login-submit-button:hover {
  background-color: var(--primary-gold)
}

.close-button {
  position: absolute;
  top: 10px;
  right: 10px;
  font-size: 24px;
  cursor: pointer;
  color: var(--primary-gold)
}

.forgot-password {
  margin-top: 10px;
  font-size: 12px
}

.forgot-password a {
  color: var(--primary-gold);
  text-decoration: none
}

.forgot-password a:hover {
  text-decoration: underline
}

.games-section {
  background-color: #00000000;
  padding: 20px;
  color: var(--primary-gold);
  text-align: center
}

.games-header {
  font-size: 24px;
  font-weight: 700;
  margin-bottom: 20px
}

.sub-header {
  font-size: 18px;
  font-weight: 700;
  text-align: left;
  margin-bottom: 15px;
  color: #fff
}

.games-container {
  background-color: #191919;
  border-radius: 10px;
  padding: 20px;
  margin: 0 auto;
  max-width: 1300px
}

.games-list {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 15px
}

.game-card {
  width: 120px;
  border-radius: 8px;
  overflow: hidden;
  transition: transform .2s
}

.game-card:hover {
  transform: scale(1.05)
}

.game-image {
  width: 100%;
  display: block;
  border-radius: 8px
}

.sub-section h2 {
  font-size: 24px;
  margin-bottom: 15px
}

.sub-section h3 {
  font-size: 20px;
  margin-bottom: 10px
}

ul {
  margin: 0;
  padding: 0 20px;
  list-style: none
}

ul li {
  margin-bottom: 10px;
  padding-left: 10px;
  position: relative
}

ul li::before {
  content: '-';
  color: var(--primary-gold);
  position: absolute;
  left: 0;
  top: 0;
  font-size: 16px
}

a {
  color: var(--primary-gold);
  text-decoration: none;
  transition: color .3s
}

a:hover {
  color: var(--primary-gold)
}

span[style*=flex-grow] {
  display: block;
  height: 20px
}

ul.gambling-myths-list p,
ul.self-assesment-list p {
  margin: 0;
  color: #d4d4d4
}

button {
  background: linear-gradient(to right, var(--primary-gold), var(--primary-gold));
  border: none;
  padding: 10px 20px;
  border-radius: 5px;
  font-weight: 700;
  color: #121212;
  cursor: pointer;
  transition: background .3s
}

button:hover {
  background: linear-gradient(to right, var(--primary-gold), var(--primary-gold))
}

.light {
  color: var(--primary-gold)
}

.light:hover {
  text-decoration: underline
}

p {
  margin-bottom: 20px;
  color: #d4d4d4
}

h1,
h2,
h3 {
  color: var(--primary-gold);
  font-weight: 700
}

@media (max-width:768px) {
  main.route-index {
    padding: 10px
  }

  .sub-section {
    padding: 15px
  }

  h1 {
    font-size: 24px
  }

  h2 {
    font-size: 20px
  }

  h3 {
    font-size: 18px
  }
}

.custom-popup-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, .85);
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 1000
}

.custom-popup {
  background: #fefefe;
  padding: 25px;
  border-radius: 12px;
  text-align: center;
  box-shadow: 0 6px 20px rgba(0, 0, 0, .4);
  max-width: 400px;
  width: 90%
}

.custom-popup-title {
  font-size: 22px;
  margin-bottom: 15px;
  color: #333
}

.custom-popup-message {
  font-size: 16px;
  margin-bottom: 20px;
  color: #555
}

.custom-popup-button {
  background: var(--primary-gold);
  color: #000;
  border: none;
  padding: 10px 25px;
  border-radius: 8px;
  font-size: 16px;
  cursor: pointer;
  transition: background .3s
}

.custom-popup-button:hover {
  background: var(--primary-gold)
}