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

html {
  scroll-behavior: smooth;
}

.cb-body {
  margin: 0;
  min-height: 100vh;
  font-family: system-ui, "Segoe UI", Roboto, Ubuntu, "Helvetica Neue", sans-serif;
  color: #e8ecff;
  background: linear-gradient(160deg, #0b0f1a 0%, #121a2f 100%);
  overflow-x: hidden;
}

.cb-skip {
  position: absolute;
  left: -9999px;
  top: auto;
  width: 1px;
  height: 1px;
  overflow: hidden;
}

.cb-skip:focus {
  left: 16px;
  top: 16px;
  width: auto;
  height: auto;
  padding: 12px 16px;
  background: #121a2f;
  border: 1px solid #7b3fe4;
  border-radius: 12px;
  z-index: 1000;
}

.cb-shell {
  width: min(1120px, 100% - 32px);
  margin-inline: auto;
}

.cb-tophead {
  position: sticky;
  top: 0;
  z-index: 50;
  backdrop-filter: blur(12px);
  background: rgba(11, 15, 26, 0.72);
  border-bottom: 1px solid rgba(123, 63, 228, 0.25);
}

.cb-tophead .cb-shell {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  padding: 14px 0;
}

.cb-brand {
  font-weight: 800;
  font-size: 1.35rem;
  letter-spacing: 0.06em;
  color: #fff;
  text-decoration: none;
  text-shadow: 0 0 18px rgba(0, 224, 255, 0.45);
}

.cb-brand--ball {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 3.5rem;
  height: 3.5rem;
  border-radius: 50%;
  font-size: 0.62rem;
  line-height: 1.05;
  letter-spacing: 0.04em;
  text-shadow: 0 0 12px rgba(0, 224, 255, 0.55);
  background: radial-gradient(circle at 32% 28%, rgba(255, 255, 255, 0.16), rgba(10, 14, 24, 0.96));
  border: 2px solid rgba(0, 224, 255, 0.42);
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.12),
    0 6px 22px rgba(0, 0, 0, 0.45);
  user-select: none;
}

.cb-nav {
  display: flex;
  gap: 18px;
  flex-wrap: wrap;
}

.cb-nav a {
  color: #c9d4ff;
  text-decoration: none;
  font-size: 0.95rem;
  transition: color 0.25s ease, text-shadow 0.25s ease;
}

.cb-nav a:hover,
.cb-nav a:focus-visible {
  color: #00e0ff;
  text-shadow: 0 0 12px rgba(0, 224, 255, 0.55);
  outline: none;
}

.cb-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  padding: 12px 22px;
  border-radius: 16px;
  border: 1px solid rgba(255, 46, 147, 0.45);
  background: linear-gradient(135deg, #7b3fe4 0%, #ff2e93 55%, #00e0ff 130%);
  color: #fff;
  font-weight: 700;
  text-decoration: none;
  box-shadow: 0 8px 28px rgba(123, 63, 228, 0.35);
  transition: transform 0.25s ease, box-shadow 0.25s ease, filter 0.25s ease;
}

.cb-btn:hover,
.cb-btn:focus-visible {
  transform: scale(1.04);
  box-shadow: 0 12px 36px rgba(255, 46, 147, 0.45);
  filter: brightness(1.05);
  outline: none;
}

.cb-btn--small {
  padding: 10px 16px;
  font-size: 0.9rem;
}

.cb-btn--large {
  padding: 16px 36px;
  font-size: 1.1rem;
}

.cb-btn--ghost {
  background: rgba(18, 26, 47, 0.55);
  border-color: rgba(0, 224, 255, 0.35);
}

.cb-btn--pulse {
  animation: cbPulse 2.4s ease-in-out infinite;
}

@keyframes cbPulse {
  0%,
  100% {
    box-shadow: 0 8px 28px rgba(123, 63, 228, 0.35);
  }
  50% {
    box-shadow: 0 12px 40px rgba(0, 224, 255, 0.5);
  }
}

@media (prefers-reduced-motion: reduce) {
  .cb-btn--pulse {
    animation: none;
  }
  html {
    scroll-behavior: auto;
  }
}

.cb-banner {
  position: relative;
  isolation: isolate;
  min-height: min(85vh, 880px);
  padding: 48px 0 56px;
}

.cb-particles {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  z-index: 0;
  pointer-events: none;
}

.cb-banner__bg {
  position: absolute;
  inset: 0;
  z-index: 0;
  background-color: #0b0f1a;
  background-image: url("images/banner.webp");
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  filter: saturate(1.08);
}

.cb-banner__bg::after {
  content: "";
  position: absolute;
  inset: 0;
  background: radial-gradient(ellipse 95% 85% at 50% 50%, rgba(11, 15, 26, 0.15) 0%, rgba(11, 15, 26, 0.62) 100%);
}

.cb-banner__content {
  position: relative;
  z-index: 2;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  max-width: 640px;
  margin-inline: auto;
}

.cb-eyebrow {
  margin: 0 0 8px;
  font-size: 0.8rem;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: #00e0ff;
}

.cb-banner__title {
  margin: 0 0 12px;
  font-size: clamp(1.75rem, 4vw, 2.75rem);
  line-height: 1.1;
}

.cb-banner__subtitle {
  margin: 0 0 24px;
  font-size: clamp(1rem, 2.2vw, 1.15rem);
  font-weight: 500;
  line-height: 1.5;
  color: #b8c4ee;
  max-width: 40ch;
}

.cb-banner__cta {
  display: flex;
  justify-content: center;
  width: 100%;
}

.cb-glass {
  border-radius: 16px;
  background: rgba(18, 26, 47, 0.55);
  border: 1px solid rgba(255, 255, 255, 0.12);
  box-shadow: 0 12px 40px rgba(0, 0, 0, 0.35), inset 0 1px 0 rgba(255, 255, 255, 0.08);
  backdrop-filter: blur(14px);
}

.cb-glass--cta {
  padding: 24px 28px;
  text-align: center;
  max-width: 360px;
}

.cb-glass__tag {
  margin: 0 0 6px;
  font-size: 0.75rem;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: #ff2e93;
}

.cb-glass__line {
  margin: 0 0 16px;
  font-size: 1.1rem;
  font-weight: 600;
}

@media (max-width: 960px) {
  .cb-nav {
    display: none;
  }
}

.cb-slots {
  padding: 32px 0 8px;
}

.cb-slots .cb-shell {
  min-width: 0;
}

.cb-slots__head {
  display: flex;
  flex-wrap: wrap;
  align-items: baseline;
  justify-content: space-between;
  gap: 8px;
  margin-bottom: 16px;
}

.cb-slots__head h2 {
  margin: 0;
  font-size: 1.35rem;
}

.cb-muted {
  margin: 0;
  color: #9aa7d4;
  font-size: 0.9rem;
}

.cb-slots__rail {
  width: 100%;
  max-width: 100%;
  overflow-x: auto;
  overflow-y: hidden;
  padding-bottom: 12px;
  scrollbar-color: #7b3fe4 #121a2f;
  -webkit-overflow-scrolling: touch;
}

.cb-slots__list {
  display: flex;
  gap: 14px;
  list-style: none;
  margin: 0;
  padding: 4px 0 8px;
  width: max-content;
}

.cb-slot-card {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 8px;
  width: 132px;
  text-decoration: none;
  color: #dfe6ff;
  font-size: 0.85rem;
  transition: transform 0.25s ease;
}

.cb-slot-card:hover,
.cb-slot-card:focus-visible {
  transform: translateY(-4px) scale(1.02);
  outline: none;
}

.cb-slot-card img {
  width: 112px;
  height: 112px;
  object-fit: cover;
  border-radius: 16px;
  border: 1px solid rgba(0, 224, 255, 0.25);
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.35);
  transition: box-shadow 0.25s ease;
}

.cb-slot-card:hover img,
.cb-slot-card:focus-visible img {
  box-shadow: 0 0 24px rgba(123, 63, 228, 0.55);
}

.cb-section-title {
  margin: 0 0 20px;
  font-size: clamp(1.4rem, 3vw, 1.75rem);
}

.cb-bonus {
  padding: 40px 0;
}

.cb-bonus__grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 18px;
}

@media (max-width: 900px) {
  .cb-bonus__grid {
    grid-template-columns: 1fr;
  }
}

.cb-card {
  padding: 22px;
  border-radius: 16px;
  background: rgba(18, 26, 47, 0.65);
  border: 1px solid rgba(123, 63, 228, 0.28);
  backdrop-filter: blur(10px);
  transition: transform 0.25s ease, box-shadow 0.25s ease;
}

.cb-card:hover {
  transform: scale(1.02);
  box-shadow: 0 12px 36px rgba(123, 63, 228, 0.25);
}

.cb-card__title {
  margin: 0 0 10px;
  font-size: 1.15rem;
  color: #00e0ff;
}

.cb-card__text {
  margin: 0 0 16px;
  color: #b9c4ea;
  line-height: 1.55;
}

.cb-games {
  padding: 32px 0 48px;
}

.cb-games__grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 18px;
}

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

@media (max-width: 520px) {
  .cb-games__grid {
    grid-template-columns: 1fr;
  }
}

.cb-game__name {
  margin: 10px 0 0;
  font-size: 1rem;
}

.cb-game__link {
  position: relative;
  display: block;
  border-radius: 16px;
  overflow: hidden;
  border: 1px solid rgba(255, 46, 147, 0.22);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.cb-game__link img {
  display: block;
  width: 100%;
  height: auto;
  aspect-ratio: 4 / 3;
  object-fit: cover;
}

.cb-game__overlay {
  position: absolute;
  inset: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 800;
  letter-spacing: 0.04em;
  color: #fff;
  background: linear-gradient(180deg, rgba(11, 15, 26, 0.1), rgba(11, 15, 26, 0.75));
  opacity: 0;
  transition: opacity 0.3s ease;
}

.cb-game__link:hover,
.cb-game__link:focus-visible {
  transform: scale(1.02);
  box-shadow: 0 0 32px rgba(0, 224, 255, 0.35);
  outline: none;
}

.cb-game__link:hover .cb-game__overlay,
.cb-game__link:focus-visible .cb-game__overlay {
  opacity: 1;
}

.cb-perks {
  padding: 16px 0 40px;
}

.cb-perks__list {
  list-style: none;
  margin: 0;
  padding: 0;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 16px;
}

@media (max-width: 900px) {
  .cb-perks__list {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 520px) {
  .cb-perks__list {
    grid-template-columns: 1fr;
  }
}

.cb-perk {
  padding: 18px;
  border-radius: 16px;
  background: rgba(18, 26, 47, 0.5);
  border: 1px solid rgba(0, 224, 255, 0.18);
}

.cb-perk__icon {
  display: inline-flex;
  width: 44px;
  height: 44px;
  align-items: center;
  justify-content: center;
  border-radius: 12px;
  background: rgba(123, 63, 228, 0.25);
  box-shadow: 0 0 18px rgba(123, 63, 228, 0.35);
  font-size: 1.25rem;
}

.cb-perk__title {
  margin: 12px 0 6px;
  font-size: 1.05rem;
}

.cb-perk p {
  margin: 0;
  color: #aeb9e6;
  line-height: 1.5;
  font-size: 0.95rem;
}

.cb-paybar {
  padding: 8px 0 32px;
}

.cb-paybar__list {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  align-items: center;
}

.cb-paylogo {
  display: flex;
  padding: 12px 14px;
  border-radius: 16px;
  background: rgba(18, 26, 47, 0.55);
  border: 1px solid rgba(255, 255, 255, 0.08);
  transition: transform 0.25s ease, filter 0.25s ease, border-color 0.25s ease;
  filter: grayscale(1);
}

.cb-paylogo:hover,
.cb-paylogo:focus-visible {
  transform: scale(1.05);
  filter: grayscale(0);
  border-color: rgba(0, 224, 255, 0.45);
  outline: none;
}

.cb-paylogo img {
  display: block;
  height: 28px;
  width: auto;
}

.cb-steps {
  padding: 16px 0 40px;
}

.cb-steps__row {
  list-style: none;
  margin: 0;
  padding: 0;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 16px;
}

@media (max-width: 720px) {
  .cb-steps__row {
    grid-template-columns: 1fr;
  }
}

.cb-step {
  padding: 20px;
  border-radius: 16px;
  background: rgba(18, 26, 47, 0.55);
  border: 1px solid rgba(123, 63, 228, 0.22);
}

.cb-step h3 {
  margin: 10px 0 8px;
}

.cb-step p {
  margin: 0;
  color: #aeb9e6;
}

.cb-step__num {
  display: inline-flex;
  width: 36px;
  height: 36px;
  align-items: center;
  justify-content: center;
  border-radius: 12px;
  font-weight: 800;
  color: #0b0f1a;
  background: linear-gradient(135deg, #00e0ff, #7b3fe4);
  box-shadow: 0 0 20px rgba(0, 224, 255, 0.45);
}

.cb-compare {
  padding: 8px 0 40px;
}

.cb-table-wrap {
  overflow-x: auto;
  border-radius: 16px;
  border: 1px solid rgba(255, 255, 255, 0.08);
  -webkit-overflow-scrolling: touch;
}

.cb-table {
  width: 100%;
  border-collapse: collapse;
  min-width: 520px;
  background: rgba(18, 26, 47, 0.55);
}

.cb-table th,
.cb-table td {
  padding: 14px 16px;
  text-align: left;
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
}

.cb-table th {
  background: rgba(123, 63, 228, 0.2);
  color: #fff;
}

.cb-table tbody tr:hover {
  background: rgba(0, 224, 255, 0.06);
}

@media (max-width: 640px) {
  .cb-table-wrap {
    border: none;
    overflow: visible;
  }

  .cb-table {
    min-width: 0;
  }

  .cb-table thead {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    border: 0;
  }

  .cb-table tbody {
    display: block;
  }

  .cb-table tr {
    display: block;
    margin-bottom: 14px;
    border-radius: 16px;
    border: 1px solid rgba(255, 255, 255, 0.1);
    overflow: hidden;
    background: rgba(18, 26, 47, 0.75);
  }

  .cb-table td {
    display: flex;
    justify-content: space-between;
    gap: 12px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.06);
  }

  .cb-table td:last-child {
    border-bottom: none;
  }

  .cb-table td::before {
    content: attr(data-label);
    font-weight: 600;
    color: #00e0ff;
    flex: 0 0 42%;
  }
}

.cb-cta {
  padding: 24px 0 56px;
}

.cb-cta__inner {
  text-align: center;
  padding: 36px 24px;
  border-radius: 16px;
  background: rgba(18, 26, 47, 0.55);
  border: 1px solid rgba(255, 46, 147, 0.25);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.06);
}

.cb-cta__title {
  margin: 0 0 18px;
  font-size: clamp(1.35rem, 3vw, 1.8rem);
}

.cb-foot {
  padding: 28px 0 20px;
  border-top: 1px solid rgba(123, 63, 228, 0.22);
  background: rgba(11, 15, 26, 0.85);
}

.cb-foot__grid {
  display: grid;
  grid-template-columns: 1fr 1.2fr;
  gap: 24px;
  align-items: start;
}

@media (max-width: 720px) {
  .cb-foot__grid {
    grid-template-columns: 1fr;
  }
}

.cb-foot__logo {
  font-weight: 800;
  font-size: 1.25rem;
  letter-spacing: 0.08em;
}

.cb-foot__note {
  margin: 10px 0 0;
  color: #8f9bc4;
  font-size: 0.9rem;
  max-width: 48ch;
}

.cb-foot__pay-title {
  margin: 0 0 10px;
  font-size: 0.85rem;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: #9aa7d4;
}

.cb-foot__paylist {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  align-items: center;
}

.cb-foot__paylist img {
  height: 26px;
  width: auto;
  opacity: 0.85;
  filter: grayscale(0.2);
}

.cb-foot__legal {
  padding-top: 18px;
  text-align: center;
  color: #6c7799;
}

.cb-foot__legal small {
  font-size: 0.8rem;
}
