body {
  background:
    radial-gradient(circle at 18% 0%, rgba(6, 182, 212, 0.12), transparent 34%),
    radial-gradient(circle at 88% 18%, rgba(139, 92, 246, 0.12), transparent 30%),
    #020617;
}

.hero-section,
.page-header {
  position: relative;
  overflow: hidden;
  text-align: center !important;
  padding: 68px 0 58px !important;
  margin-bottom: 36px !important;
  background:
    linear-gradient(135deg, rgba(6, 182, 212, 0.92) 0%, rgba(139, 92, 246, 0.9) 100%) !important;
}

.hero-section::after,
.page-header::after {
  content: "";
  position: absolute;
  left: 50%;
  bottom: -1px;
  width: min(1040px, calc(100% - 32px));
  height: 1px;
  transform: translateX(-50%);
  background: rgba(255, 255, 255, 0.4);
}

.hero-section .container,
.page-header .container,
main.container,
.container.my-5 {
  max-width: 1060px;
}

.hero-section h1,
.page-header h1 {
  max-width: 900px;
  margin-right: auto !important;
  margin-left: auto !important;
  line-height: 1.18;
}

.hero-section p,
.page-header p,
.hero-section .lead,
.page-header .lead {
  max-width: 760px !important;
  margin-right: auto !important;
  margin-left: auto !important;
}

.container.my-5 > .row {
  row-gap: 28px;
}

.container.my-5 > .row > .col-lg-8 {
  flex: 0 0 100% !important;
  width: 100% !important;
  max-width: 100% !important;
}

.container.my-5 > .row > .col-lg-4 {
  flex: 0 0 100% !important;
  width: 100% !important;
  max-width: 100% !important;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
  margin-top: 12px;
}

.container.my-5 > .row > .col-lg-4 > .card {
  height: 100%;
  margin: 0 !important;
}

.container.my-5 > .row > .col-lg-4 h4 {
  margin-bottom: 14px !important;
}

.container.my-5 > .row > .col-lg-4 h4 p,
.card h4 p,
.card > p > p {
  margin: 0;
  color: inherit !important;
}

.card,
.feature-card,
.info-card,
.game-card,
.tool-card,
.bet-type-card,
.strategy-box,
.terms-section,
.privacy-section,
.content-section,
.news-card,
.article-card,
.testimonial-card,
.responsible-gaming,
.privacy-alert,
.highlight-box,
.warning-box,
.info-box,
.help-box,
.stats-box {
  border-radius: 8px !important;
}

.card,
.feature-card,
.info-card,
.game-card,
.tool-card,
.bet-type-card,
.strategy-box,
.terms-section,
.privacy-section,
.content-section,
.news-card,
.article-card {
  background: rgba(15, 23, 42, 0.78) !important;
  border: 1px solid rgba(6, 182, 212, 0.42) !important;
  box-shadow: 0 16px 34px rgba(2, 6, 23, 0.34);
}

.terms-section,
.privacy-section,
.content-section,
.article-card,
.news-card {
  padding: 34px !important;
}

.feature-card,
.info-card,
.game-card,
.tool-card,
.bet-type-card,
.strategy-box,
.card {
  transition: transform 0.22s ease, border-color 0.22s ease, box-shadow 0.22s ease;
}

.feature-card:hover,
.info-card:hover,
.game-card:hover,
.tool-card:hover,
.bet-type-card:hover,
.strategy-box:hover,
.card:hover,
.news-card:hover {
  transform: translateY(-2px) !important;
  border-color: rgba(139, 92, 246, 0.7) !important;
  box-shadow: 0 18px 42px rgba(6, 182, 212, 0.16) !important;
}

.content-image {
  width: 100% !important;
  max-width: 900px !important;
  max-height: 430px;
  object-fit: cover;
  display: block;
  margin: 34px auto !important;
  border-radius: 8px !important;
  box-shadow: 0 18px 44px rgba(6, 182, 212, 0.16) !important;
}

.content-image + p,
p + .content-image,
.content-image + h2 {
  margin-top: 26px !important;
}

.row.g-3,
.row.g-4 {
  row-gap: 18px;
}

.cta-section {
  max-width: 980px;
  margin: 42px auto !important;
  text-align: center !important;
  border-radius: 8px !important;
  padding: 44px 32px !important;
}

.cta-section p {
  max-width: 760px;
  margin-right: auto;
  margin-left: auto;
}

.breadcrumb {
  border-radius: 8px !important;
}

.comparison-table,
.data-table table,
table {
  border-radius: 8px;
  overflow: hidden;
}

@media (max-width: 991.98px) {
  .container.my-5 > .row > .col-lg-4 {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 768px) {
  .hero-section,
  .page-header {
    padding: 50px 0 42px !important;
  }

  .hero-section h1,
  .page-header h1 {
    font-size: 1.65rem !important;
    line-height: 1.28 !important;
    margin-bottom: 14px !important;
    word-break: normal;
    overflow-wrap: anywhere;
  }

  .hero-section p,
  .page-header p,
  .hero-section .lead,
  .page-header .lead {
    font-size: 1rem !important;
    line-height: 1.55 !important;
  }

  .terms-section,
  .privacy-section,
  .content-section,
  .cta-section,
  .news-card,
  .article-card {
    padding: 24px !important;
  }

  .content-image {
    max-height: 280px;
    margin: 26px auto !important;
  }
}
