html {
  scroll-behavior: smooth;
}

.menu-item {
  transition: all 0.2s;
}

.lang-option:hover {
  background: #f1f4ff;
}

.promo-card:hover {
  transform: translateY(-2px);
  box-shadow: 0 6px 16px rgba(26, 31, 90, 0.3);
}

.menu-item:hover {
  background: #f8f9ff;
  text-decoration: none;
  border-color: rgba(138, 143, 255, 0.15);
}

.topBtn:hover {
  transform: translateY(-1px);
  box-shadow:
    inset 0 0 0 1px rgba(255, 255, 255, 0.18),
    0 16px 32px rgba(36, 51, 184, 0.45);
}

.topBtn:active {
  transform: translateY(0);
}

/* Promo */
.promos--horizontal {
  display: grid;
  gap: 14px;
  margin: 16px 0 18px;
  color: #fff;
}

.promo--horizontal {
  display: grid;
  grid-template-columns: minmax(220px, 34%) 1fr;
  overflow: hidden;
  border-radius: 18px;
  border: 1px solid rgba(255, 255, 255, 0.12);
  background: linear-gradient(135deg, #1a1f5a, #2a2b73);
  background-image:
    repeating-linear-gradient(
      -55deg,
      transparent,
      transparent 3px,
      rgba(255, 255, 255, 0.04) 3px,
      rgba(255, 255, 255, 0.04) 6px
    ),
    linear-gradient(135deg, #1a1f5a, #2a2b73);
  color: #fff;
}

.promo-media {
  position: relative;
  min-height: 260px;
  margin: 0;
  overflow: hidden;
  background: #1a1f5a;
}

.promo-media img {
  display: block;
  width: 100%;
  height: 100%;
  min-height: 260px;
  object-fit: cover;
}

.promo-media::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(
    to right,
    rgba(12, 18, 60, 0.1),
    rgba(12, 18, 60, 0.48)
  );
}

.promo-content {
  display: flex;
  flex-direction: column;
  padding: 14px 16px;
}

.promo-content h3 {
  margin: 0 0 8px;
  color: #fff;
  font-size: 17px;
  line-height: 1.2;
  font-weight: 1000;
  letter-spacing: -0.05px;
}

.promo-content h4 {
  margin: 8px 0 4px;
  color: rgba(255, 255, 255, 0.96);
  font-size: 11px;
  line-height: 1.2;
  font-weight: 1000;
  letter-spacing: 0.35px;
  text-transform: uppercase;
}

.promo-content p {
  margin: 0 0 8px;
  color: rgba(255, 255, 255, 0.8);
  font-size: 13px;
  line-height: 1.45;
  max-width: none;
}

.promo-content strong {
  color: #fff;
  font-weight: 1000;
}

.promo-content > :last-child {
  margin-bottom: 0;
}

.promo-badge {
  position: absolute;
  z-index: 2;
  top: 12px;
  left: 12px;
  display: inline-flex;
  align-items: center;
  width: fit-content;
  padding: 6px 10px;
  border-radius: 999px;
  color: #fff;
  font-size: 10px;
  line-height: 1;
  font-weight: 1000;
  letter-spacing: 0.4px;
}

.promo-badge--sport {
  background: rgba(42, 43, 115, 0.92);
}

.promo-badge--casino {
  background: rgba(207, 30, 32, 0.92);
}

.promo-badge--special {
  background: rgba(12, 18, 60, 0.86);
}

.promo-cta {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: fit-content;
  margin-top: auto;
  padding: 9px 13px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.14);
  color: #fff;
  font-size: 12px;
  line-height: 1;
  font-weight: 1000;
  letter-spacing: 0.3px;
  text-decoration: none;
}

.promo-cta:hover {
  text-decoration: none;
  background: rgba(255, 255, 255, 0.2);
}

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

  .promo-media,
  .promo-media img {
    min-height: 190px;
  }
}

.seo p:last-child {
  margin-bottom: 0;
}

.seo li {
  margin: 4px 0;
}

.seo thead {
  display: table-header-group;
}

.seo tbody {
  display: table-row-group;
}

.seo tr {
  display: table-row;
}

.seo th:first-child,
.seo td:first-child {
  width: 18%;
  text-align: center;
}

.seo tr:last-child td {
  border-bottom: 0;
}

.faq {
  display: grid;
  gap: 10px;
}

.faq-item {
  border: 1px solid var(--stroke2);
  border-radius: 14px;
  background: #fff;
  overflow: hidden;
}

.faq-item summary {
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 10px 12px;
  cursor: pointer;
  color: var(--text);
  list-style: none;
}

.faq-item summary::-webkit-details-marker {
  display: none;
}

.faq-icon {
  width: 22px;
  height: 22px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 8px;
  background: #f1f4ff;
  color: #6b74c9;
  flex: 0 0 auto;
  font-weight: 900;
}

.faq-icon::before {
  content: "+";
}

.faq-item[open] .faq-icon::before {
  content: "–";
}

.faq-item summary h3 {
  margin: 0;
  font-size: 14px;
  line-height: 1.25;
  font-weight: 800;
}

.faq-answer {
  padding: 0 14px 12px 44px;
  color: rgba(12, 18, 60, 0.75);
  line-height: 1.6;
}

.faq-answer p {
  margin: 0;
}

.faq-answer p + p {
  margin-top: 10px;
}

:root {
  --stb-brand-100: rgb(214, 228, 255);
}

/* Bankonbet Games summary */
.games-summary {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 12px;
  margin: 14px 0 10px;
}

.games-summary-card {
  position: relative;
  min-height: 118px;
  padding: 16px;
  border: 1px solid rgba(12, 18, 60, 0.1);
  border-radius: 16px;
  overflow: hidden;
  background: #f6f7ff;
  box-shadow: 0 8px 20px rgba(12, 18, 60, 0.06);
}

.games-summary-card--main {
  background: linear-gradient(135deg, #1a1f5a, #2a2b73);
  background-image:
    repeating-linear-gradient(
      -55deg,
      transparent,
      transparent 3px,
      rgba(255, 255, 255, 0.04) 3px,
      rgba(255, 255, 255, 0.04) 6px
    ),
    linear-gradient(135deg, #1a1f5a, #2a2b73);
  color: #fff;
}

.games-summary-value,
.games-summary-label,
.games-summary-note {
  display: block;
}

.games-summary-value {
  margin-bottom: 6px;
  font-size: clamp(26px, 3.4vw, 38px);
  line-height: 1;
  font-weight: 1000;
  letter-spacing: -0.8px;
  color: var(--blue);
}

.games-summary-label {
  font-size: 13px;
  font-weight: 900;
  color: var(--text);
  text-transform: uppercase;
  letter-spacing: 0.4px;
}

.games-summary-note {
  display: inline-flex;
  align-items: center;
  width: fit-content;
  max-width: 100%;
  margin-top: 8px;
  padding: 4px 8px;
  border-radius: 999px;
  background: rgba(42, 43, 115, 0.08);
  color: rgba(12, 18, 60, 0.68);
  font-size: 10px;
  line-height: 1.2;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 0.25px;
}

.games-summary-card--main .games-summary-value,
.games-summary-card--main .games-summary-label,
.games-summary-card--main .games-summary-note {
  color: #fff;
}

.games-summary-card--main .games-summary-note {
  background: rgba(255, 255, 255, 0.14);
  color: rgba(255, 255, 255, 0.86);
}

.seo .games-summary-disclaimer {
  max-width: none;
  margin: 0 0 16px;
  padding: 10px 12px;
  border-radius: 12px;
  background: rgba(207, 30, 32, 0.06);
  color: rgba(12, 18, 60, 0.72);
  font-size: 13px;
  line-height: 1.45;
}

.games-section-card {
  margin: 16px 0;
  padding: 18px;
  border: 1px solid rgba(12, 18, 60, 0.08);
  border-radius: 18px;
  background: #f8f9ff;
}

.games-section-card h3:first-child {
  margin-top: 0;
}

.games-section-card > :last-child {
  margin-bottom: 0;
}

/* Table */
.table-games-scroll {
  display: flex;
  gap: 10px;
  margin-top: 10px;
  padding: 2px 2px 8px;
  overflow-x: auto;
  overflow-y: hidden;
  scroll-snap-type: x mandatory;
  scrollbar-width: thin;
}

.table-games-scroll::-webkit-scrollbar {
  height: 6px;
}

.table-games-scroll::-webkit-scrollbar-thumb {
  border-radius: 999px;
  background: rgba(12, 18, 60, 0.18);
}

.table-games-scroll::-webkit-scrollbar-track {
  background: transparent;
}

.table-games-scroll-card {
  position: relative;
  flex: 1 0 220px;
  scroll-snap-align: start;
  min-height: 180px;
  padding: 14px;
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 16px;
  overflow: hidden;
  background: linear-gradient(135deg, #1a1f5a, #2a2b73);
  background-image:
    repeating-linear-gradient(
      -55deg,
      transparent,
      transparent 3px,
      rgba(255, 255, 255, 0.04) 3px,
      rgba(255, 255, 255, 0.04) 6px
    ),
    linear-gradient(135deg, #1a1f5a, #2a2b73);
  color: #fff;
}

.table-games-scroll-card::after {
  content: "";
  position: absolute;
  top: 15px;
  left: 35px;
  width: 125%;
  height: 135%;
  opacity: 0.22;
  pointer-events: none;
  background-image: var(--table-game-icon);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}

.table-games-scroll-card > * {
  position: relative;
  z-index: 1;
}

.table-games-scroll-card h4.scroll-card-h4 {
  margin: 0 0 8px;
  color: var(--bg);
  font-size: 18px;
}

.table-games-scroll-card ul.scroll-card-ul {
  display: flex;
  flex-wrap: wrap;
  gap: 6px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.table-games-scroll-card li {
  display: inline-flex;
  align-items: center;
  width: fit-content;
  max-width: 100%;
  margin: 0;
  padding: 5px 8px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.12);
  color: rgba(255, 255, 255, 0.9);
  font-size: 12px;
  line-height: 1.2;
  font-weight: 800;
  letter-spacing: 0.15px;
}

.table-games-scroll-card p {
  margin: 8px 0 0;
  color: rgba(255, 255, 255, 0.82);
  font-size: 13px;
  line-height: 1.45;
}

.table-games-scroll-card--roulette {
  --table-game-icon: url("/assets/quick-cats/roulette.webp");
}

.table-games-scroll-card--blackjack {
  --table-game-icon: url("/assets/quick-cats/blackjack.webp");
}

.table-games-scroll-card--baccarat {
  --table-game-icon: url("/assets/quick-cats/baccarat-and-dice.webp");
}

.table-games-scroll-card--poker {
  --table-game-icon: url("/assets/quick-cats/top-live-casino-games.webp");
}

.table-games-scroll-card--other {
  --table-game-icon: url("/assets/quick-cats/game-shows.webp");
}

/* Providers */

.games-section-card--providers {
  background: linear-gradient(135deg, #1a1f5a, #2a2b73);
  background-image:
    repeating-linear-gradient(
      -55deg,
      transparent,
      transparent 3px,
      rgba(255, 255, 255, 0.04) 3px,
      rgba(255, 255, 255, 0.04) 6px
    ),
    linear-gradient(135deg, #1a1f5a, #2a2b73);
  color: var(--bg);
}

ul#provider-orbit-ul {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 10px;
  margin: 14px 0 12px;
  padding: 18px;
  border-radius: 18px;
  overflow: hidden;
  list-style: none;
}

.provider-count {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 26px;
  margin-left: 7px;
  padding: 3px 7px;
  border-radius: 999px;
  background: rgba(42, 43, 115, 0.72);
  color: rgba(255, 255, 255, 0.94);
  font-size: 11px;
  line-height: 1;
  font-weight: 900;
  letter-spacing: 0.1px;
}

.provider-orbit-tag {
  --shift: 0;
  position: relative;
  display: inline-flex;
  align-items: center;
  width: fit-content;
  max-width: 100%;
  padding: 9px 13px;
  border-radius: 999px;
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.18);
  background:
    radial-gradient(
      circle at 18% 18%,
      rgba(42, 43, 115, 0.72),
      transparent 32%
    ),
    linear-gradient(135deg, rgba(255, 255, 255, 0.2), rgba(255, 255, 255, 0.08));
  color: var(--stb-brand-100);
  font-size: 13px;
  line-height: 1.2;
  font-weight: 900;
  letter-spacing: 0.2px;
  white-space: nowrap;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.14);
  backdrop-filter: none;
  transform: translate(calc(var(--shift) * 1px), calc(var(--shift) * -1.4px))
    rotate(calc(var(--shift) * 0.35deg));
  transition:
    transform 0.2s ease,
    border-color 0.2s ease;
}

.provider-orbit-tag:nth-child(9n + 1) {
  --shift: -4;
}

.provider-orbit-tag:nth-child(9n + 2) {
  --shift: 3;
}

.provider-orbit-tag:nth-child(9n + 3) {
  --shift: -1;
}

.provider-orbit-tag:nth-child(9n + 4) {
  --shift: 5;
}

.provider-orbit-tag:nth-child(9n + 5) {
  --shift: 1;
}

.provider-orbit-tag:nth-child(9n + 6) {
  --shift: -3;
}

.provider-orbit-tag:nth-child(9n + 7) {
  --shift: 4;
}

.provider-orbit-tag:nth-child(9n + 8) {
  --shift: -2;
}

.provider-orbit-tag:nth-child(9n + 9) {
  --shift: 2;
}

.provider-orbit-tag:hover {
  border-color: rgba(255, 255, 255, 0.3);
  background:
    radial-gradient(circle at 18% 18%, rgba(42, 43, 115, 0.9), transparent 34%),
    linear-gradient(135deg, rgba(255, 255, 255, 0.24), rgba(255, 255, 255, 0.1));
  transform: translate(
      calc(var(--shift) * 1px),
      calc((var(--shift) * -1.4px) - 3px)
    )
    rotate(calc(var(--shift) * 0.35deg));
}

/* Live */

.live-card--roulette {
  --table-game-icon: url("/assets/quick-cats/roulette.webp");
}

.live-card--shows {
  --table-game-icon: url("/assets/quick-cats/game-shows.webp");
}

.live-card--blackjack {
  --table-game-icon: url("/assets/quick-cats/blackjack.webp");
}

.live-card--poker {
  --table-game-icon: url("/assets/quick-cats/hot-jackpots.webp");
}

/* Sports */

.table-games-scroll-card.sports-card--image {
  justify-content: flex-end;
  background: #1a1f5a;
}

.table-games-scroll-card.sports-card--image::after {
  content: "";
  position: absolute;
  inset: 0;
  left: 35%;
  width: 100%;
  height: 100%;
  opacity: 1;
  pointer-events: none;
  background-image: var(--sports-card-image);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  z-index: 0;
}

.table-games-scroll-card.sports-card--image::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 1;
  pointer-events: none;
  background:
    linear-gradient(to top, rgba(12, 18, 60, 0.92), rgba(12, 18, 60, 0.3)),
    repeating-linear-gradient(
      -55deg,
      transparent,
      transparent 3px,
      rgba(255, 255, 255, 0.04) 3px,
      rgba(255, 255, 255, 0.04) 6px
    );
}

.table-games-scroll-card.sports-card--image .scroll-card-h4,
.table-games-scroll-card.sports-card--image .scroll-card-ul {
  position: relative;
  z-index: 2;
}

.sports-card--live-betting {
  --sports-card-image: url("/assets/sports/live-betting.webp");
}

.sports-card--football {
  --sports-card-image: url("/assets/sports/football.webp");
}

.sports-card--tennis {
  --sports-card-image: url("/assets/sports/tennis.webp");
}

.sports-card--table-tennis {
  --sports-card-image: url("/assets/sports/table-tennis.webp");
}

.sports-card--basketball {
  --sports-card-image: url("/assets/sports/basketball.webp");
}

.sports-card--ice-hockey {
  --sports-card-image: url("/assets/sports/ice-hockey.webp");
}

.sports-card--martial-arts {
  --sports-card-image: url("/assets/sports/ma.webp");
}

.sports-card--boxing {
  --sports-card-image: url("/assets/sports/boxing.webp");
}

.sports-card--cricket {
  --sports-card-image: url("/assets/sports/cricket.webp");
}

.sports-card--rugby-union {
  --sports-card-image: url("/assets/sports/rugby.webp");
}

.sports-card--golf {
  --sports-card-image: url("/assets/sports/golf.webp");
}

.sports-card--baseball {
  --sports-card-image: url("/assets/sports/baseball.webp");
}

.sports-card--virtual-sports {
  --sports-card-image: url("/assets/sports/virtuals.webp");
}

.sports-card--esports {
  --sports-card-image: url("/assets/sports/esports.webp");
}

/* Casino Overview redesign */

.casino-overview-intro {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(220px, 0.38fr);
  gap: 14px;
  margin: 12px 0 14px;
  align-items: stretch;
}

.casino-overview-text {
  padding: 18px;
  border: 1px solid rgba(12, 18, 60, 0.08);
  border-radius: 18px;
  background: #f8f9ff;
}

.casino-overview-text > :last-child {
  margin-bottom: 0;
}

.casino-overview-tags {
  display: flex;
  flex-wrap: wrap;
  align-content: flex-start;
  gap: 8px;
  padding: 18px;
  border-radius: 18px;
  background: linear-gradient(135deg, #1a1f5a, #2a2b73);
  background-image:
    repeating-linear-gradient(
      -55deg,
      transparent,
      transparent 3px,
      rgba(255, 255, 255, 0.04) 3px,
      rgba(255, 255, 255, 0.04) 6px
    ),
    linear-gradient(135deg, #1a1f5a, #2a2b73);
}

.casino-overview-tags span {
  display: inline-flex;
  width: fit-content;
  max-width: 100%;
  padding: 7px 10px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.14);
  color: #fff;
  font-size: 12px;
  line-height: 1.2;
  font-weight: 900;
  text-transform: uppercase;
  letter-spacing: 0.25px;
}

.games-summary--overview {
  margin-top: 0;
  margin-bottom: 14px;
}

.casino-overview-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 12px;
  margin: 14px 0 4px;
}

.casino-overview-card {
  padding: 16px;
  border: 1px solid rgba(12, 18, 60, 0.08);
  border-radius: 16px;
  background: #f8f9ff;
}

.casino-overview-card h3 {
  margin: 0 0 8px;
  font-size: 16px;
  line-height: 1.2;
}

.casino-overview-card p {
  margin: 0;
  font-size: 14px;
  line-height: 1.5;
}

.casino-overview-card--accent {
  background: rgba(207, 30, 32, 0.06);
  border-color: rgba(207, 30, 32, 0.14);
}

/* Special Features */

.special-features-intro {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(240px, 0.42fr);
  gap: 14px;
  margin: 12px 0 14px;
  align-items: stretch;
}

.special-features-text,
.special-feature-card,
.special-feature-subcard {
  padding: 18px;
  border: 1px solid rgba(12, 18, 60, 0.08);
  border-radius: 18px;
  background: #f8f9ff;
}

.special-features-text > :last-child,
.special-feature-card > :last-child,
.special-feature-subcard > :last-child,
.special-coins-panel > :last-child {
  margin-bottom: 0;
}

.special-coins-panel,
.special-feature-card--crab,
.special-feature-card--duelty {
  padding: 18px;
  border-radius: 18px;
  background: linear-gradient(135deg, #1a1f5a, #2a2b73);
  background-image:
    repeating-linear-gradient(
      -55deg,
      transparent,
      transparent 3px,
      rgba(255, 255, 255, 0.04) 3px,
      rgba(255, 255, 255, 0.04) 6px
    ),
    linear-gradient(135deg, #1a1f5a, #2a2b73);
  color: #fff;
}

.seo .special-coins-panel p,
.seo .special-feature-card--crab p,
.seo .special-feature-card--duelty p {
  color: rgba(255, 255, 255, 0.86);
}

.special-coins-panel strong,
.special-feature-card--crab strong,
.special-feature-card--duelty strong {
  color: #fff;
}

.special-feature-card h3,
.special-feature-subcard h4 {
  margin-top: 0;
}

.special-feature-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 14px;
  margin: 14px 0;
  align-items: stretch;
}

.special-feature-card--challenges,
.special-feature-card--wide {
  margin: 14px 0;
}

.special-feature-subgrid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px;
  margin-top: 12px;
}

.seo .special-features-text p,
.seo .special-coins-panel p,
.seo .special-feature-card p,
.seo .special-feature-subcard p {
  max-width: none;
}

.special-feature-card ul,
.special-feature-subcard ul {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin: 8px 0 12px;
  padding: 0;
  list-style: none;
}

.special-feature-card li,
.special-feature-subcard li {
  width: fit-content;
  max-width: 100%;
  margin: 0;
  padding: 7px 10px;
  border-radius: 999px;
  background: rgba(42, 43, 115, 0.08);
  color: rgba(12, 18, 60, 0.78);
  font-size: 12px;
  line-height: 1.25;
  font-weight: 900;
}

.special-feature-card--crab li,
.special-feature-card--duelty li {
  background: rgba(255, 255, 255, 0.14);
  color: rgba(255, 255, 255, 0.9);
}

.special-feature-card--crab li strong,
.special-feature-card--duelty li strong {
  color: #fff;
}

.special-feature-card--coins {
  border-color: rgba(207, 30, 32, 0.14);
  background: rgba(207, 30, 32, 0.06);
}

/* Account access: login + registration */
.account-access {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 14px;
  margin: 12px 0 14px;
  align-items: stretch;
}

.account-flow-card {
  padding: 18px;
  border: 1px solid rgba(12, 18, 60, 0.08);
  border-radius: 18px;
  background: #f8f9ff;
}

.account-flow-card--registration {
  background: linear-gradient(135deg, #1a1f5a, #2a2b73);
  background-image:
    repeating-linear-gradient(
      -55deg,
      transparent,
      transparent 3px,
      rgba(255, 255, 255, 0.04) 3px,
      rgba(255, 255, 255, 0.04) 6px
    ),
    linear-gradient(135deg, #1a1f5a, #2a2b73);
  color: #fff;
}

.account-flow-label {
  display: inline-flex;
  width: fit-content;
  max-width: 100%;
  margin-bottom: 12px;
  padding: 6px 10px;
  border-radius: 999px;
  background: rgba(42, 43, 115, 0.08);
  color: var(--blue);
  font-size: 11px;
  line-height: 1;
  font-weight: 1000;
  text-transform: uppercase;
  letter-spacing: 0.35px;
}

.account-flow-card--registration .account-flow-label {
  background: rgba(255, 255, 255, 0.14);
  color: #fff;
}

.account-flow-card h3 {
  margin-top: 0;
}

.seo .account-flow-card p {
  max-width: none;
}

.account-flow-card--registration h3,
.account-flow-card--registration p,
.account-flow-card--registration strong {
  color: #fff;
}

.account-flow-steps {
  display: grid;
  gap: 8px;
  margin: 12px 0 0;
  padding: 0;
  list-style: none;
}

.account-flow-steps li {
  display: grid;
  grid-template-columns: auto minmax(0, 1fr);
  gap: 10px;
  align-items: start;
  margin: 0;
  padding: 10px;
  border-radius: 14px;
  background: #fff;
  color: rgba(12, 18, 60, 0.78);
  font-size: 14px;
  line-height: 1.45;
  font-weight: 800;
}

.account-flow-card--registration .account-flow-steps li {
  background: rgba(255, 255, 255, 0.12);
  color: rgba(255, 255, 255, 0.9);
}

.account-flow-card--registration .account-flow-steps strong {
  color: #fff;
}

.account-step-number {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 34px;
  height: 26px;
  padding: 0 8px;
  border-radius: 999px;
  background: rgba(42, 43, 115, 0.08);
  color: var(--blue);
  font-size: 11px;
  line-height: 1;
  font-weight: 1000;
  letter-spacing: 0.3px;
}

.account-flow-card--registration .account-step-number {
  background: rgba(255, 255, 255, 0.16);
  color: #fff;
}

.account-flow-notice {
  margin-top: 12px;
  padding: 12px;
  border: 1px solid rgba(207, 30, 32, 0.14);
  border-radius: 14px;
  background: rgba(207, 30, 32, 0.06);
}

.seo .account-flow-notice p {
  margin: 0;
  max-width: none;
  font-size: 14px;
  line-height: 1.45;
}

.account-access-notes {
  display: grid;
  grid-template-columns: minmax(0, 0.7fr) minmax(0, 1.3fr);
  gap: 12px;
  margin: 14px 0 4px;
}

.account-note-card {
  padding: 16px;
  border: 1px solid rgba(12, 18, 60, 0.08);
  border-radius: 16px;
  background: #f8f9ff;
}

.account-note-card h4 {
  margin: 0 0 8px;
  font-size: 15px;
  line-height: 1.2;
}

.seo .account-note-card p {
  max-width: none;
  margin: 0;
  font-size: 14px;
  line-height: 1.5;
}

.account-note-card--accent {
  border-color: rgba(207, 30, 32, 0.14);
  background: rgba(207, 30, 32, 0.06);
}

.hero-risk {
  display: flex;
  align-items: center;
  gap: 10px;
  width: fit-content;
  max-width: 560px;
  margin-top: 16px;
  padding: 12px 14px;
  border: 1px solid rgba(255, 255, 255, 0.18);
  border-radius: 16px;
  background: rgba(12, 18, 60, 0.42);
  color: rgba(255, 255, 255, 0.82);
  box-shadow: 0 14px 30px rgba(7, 12, 48, 0.22);
  backdrop-filter: blur(6px);
}

.hero-risk__badge {
  flex: 0 0 auto;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 38px;
  height: 28px;
  padding: 0 8px;
  border-radius: 999px;
  border: 1px solid white;
  background: rgba(255, 255, 255, 0.1);
  color: #fff;
  font-size: 12px;
  line-height: 1;
  font-weight: 1000;
  letter-spacing: 0.3px;
}

.hero-risk p {
  margin: 0;
  max-width: none;
  color: inherit;
  opacity: 1;
  font-size: 12px;
  line-height: 1.45;
  font-weight: 700;
}

.hero-risk a {
  color: #fff;
  text-decoration: underline;
  text-underline-offset: 2px;
}

/* Footer */

.site-trust {
  padding: 16px;
  border-top: 1px solid rgba(12, 18, 60, 0.08);
  grid-column: 2;
}

.site-trust__inner {
  display: grid;
  gap: 10px;
  width: 100%;
  padding: 16px;
  border: 1px solid rgba(12, 18, 60, 0.08);
  border-radius: 18px;
  background: #fff;
  color: rgba(12, 18, 60, 0.68);
  font-size: 12px;
  line-height: 1.55;
}

.site-trust__inner p {
  max-width: 980px;
  margin: 0 auto;
  text-align: center;
}

.site-trust__inner a {
  color: var(--blue);
  font-weight: 900;
  text-decoration: underline;
  text-underline-offset: 2px;
}

.site-trust__copyright {
  width: 100%;
  max-width: none;
  padding-top: 8px;
  border-top: 1px solid rgba(12, 18, 60, 0.08);
  text-align: center;
  color: var(--muted);
  font-size: 13px;
}

/* Inline link to bonus page styling */
.inline-bonus-link {
  color: #ffffff;
  text-decoration: underline;
  text-underline-offset: 4px;
  font-weight: 500;
}

.page-meta {
  display: flex;
  justify-content: flex-end;
  margin: 14px 0;
}

.page-meta__item {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  padding: 8px 12px;
  border: 1px solid rgba(12, 18, 60, 0.08);
  border-radius: 999px;
  background: #fff;
  color: rgba(12, 18, 60, 0.68);
  font-size: 12px;
  line-height: 1;
  font-weight: 900;
  letter-spacing: 0.25px;
  text-transform: uppercase;
  box-shadow: 0 8px 18px rgba(12, 18, 60, 0.05);
}

.page-meta time {
  color: var(--blue);
  font-weight: 1000;
}

@media (max-width: 980px) {
  .casino-overview-intro {
    grid-template-columns: 1fr;
  }

  .casino-overview-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .account-access,
  .account-access-notes {
    grid-template-columns: 1fr;
  }

  .special-features-intro,
  .special-feature-grid,
  .special-feature-subgrid {
    grid-template-columns: 1fr;
  }

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

  .games-summary-card {
    min-height: 88px;
    padding: 10px;
  }

  .games-summary-value {
    font-size: 24px;
  }

  .games-summary-label {
    font-size: 11px;
  }

  .games-summary-note {
    margin-top: 6px;
    padding: 3px 6px;
    font-size: 9px;
  }

  .site-trust {
    grid-column: 1;
    padding: 14px;
  }

  .site-trust__inner {
    padding: 14px;
    font-size: 11px;
  }

  .site-trust__inner p {
    max-width: none;
  }
}

@media (max-width: 768px) {
  .page-meta {
    justify-content: flex-start;
    margin: 14px 0;
  }

  .page-meta__item {
    width: 100%;
    justify-content: center;
    border-radius: 14px;
    font-size: 11px;
  }
}

@media (max-width: 620px) {
  .casino-overview-grid {
    grid-template-columns: 1fr;
  }
  .hero-risk {
    width: 100%;
    margin-top: 14px;
    padding: 11px 12px;
  }

  .hero-risk p {
    font-size: 11px;
  }
}

@media (max-width: 520px) {
  .provider-orbit {
    gap: 8px;
    padding: 14px;
  }

  .provider-orbit-tag {
    --shift: 0;
    transition: none;
    transform: none;
  }

  .provider-orbit-tag:hover {
    transform: none;
  }
}

@media (max-width: 620px) {
  .games-summary {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 980px) {
  .promo-cta {
    font-size: 11px;
  }

  .promo-badge {
    top: 8px;
    left: 8px;
    padding: 5px 10px;
    font-size: 10px;
  }
}
