.bspg {
  --bspg-bg: #070817;
  --bspg-panel: #111026;
  --bspg-line: rgba(161, 137, 226, .22);
  --bspg-text: #f8f7ff;
  --bspg-muted: #aaa5bb;
  --bspg-gold: #f5cf72;
  position: relative;
  isolation: isolate;
  width: 100vw;
  max-width: none;
  margin: 0 calc(50% - 50vw);
  padding: 0 18px 70px;
  overflow: hidden;
  background: radial-gradient(circle at 72% 1%, rgba(87, 52, 200, .24), transparent 30%), radial-gradient(circle at 12% 28%, rgba(37, 154, 223, .08), transparent 24%), linear-gradient(150deg, #0a091d, #070817 56%, #070d19);
  color: var(--bspg-text);
  font-family: "Plus Jakarta Sans", -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif !important;
}

.bspg,
.bspg * {
  box-sizing: border-box !important;
}

.bspg h1,
.bspg h2,
.bspg h3,
.bspg p,
.bspg a,
.bspg span,
.bspg small,
.bspg strong {
  font-family: inherit !important;
}

.bspg a {
  text-decoration: none !important;
  text-transform: none !important;
}

.bspg-kicker {
  display: block;
  margin: 0 0 12px;
  color: #b9a0ff !important;
  font-size: 10px !important;
  font-weight: 900 !important;
  letter-spacing: .2em !important;
  line-height: 1.2 !important;
}

.bspg-hero {
  display: grid;
  grid-template-columns: minmax(0, .85fr) minmax(540px, 1.15fr);
  align-items: center;
  gap: clamp(28px, 5vw, 72px);
  width: min(1320px, 100%);
  min-height: 640px;
  margin: 0 auto;
  padding: clamp(66px, 8vw, 110px) 0 70px;
}

.bspg-hero-copy h1 {
  margin: 0 !important;
  color: #fff !important;
  font-size: clamp(40px, 3.35vw, 48px) !important;
  font-weight: 900 !important;
  letter-spacing: -.064em !important;
  line-height: .98 !important;
  white-space: nowrap !important;
}

.bspg-hero-copy h1 em,
.bspg-reward-copy h2 em {
  background: linear-gradient(100deg, #f5cf72, #d09eea 50%, #6ed7ff);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent !important;
  font-style: normal !important;
}

.bspg-hero-copy > p {
  max-width: 590px;
  margin: 24px 0 0 !important;
  color: var(--bspg-muted) !important;
  font-size: 15px !important;
  line-height: 1.75 !important;
}

.bspg-hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 30px;
}

.bspg-primary,
.bspg-secondary,
.bspg-play {
  -webkit-appearance: none !important;
  appearance: none !important;
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  gap: 10px !important;
  min-height: 52px !important;
  margin: 0 !important;
  padding: 0 22px !important;
  border-radius: 13px !important;
  color: #fff !important;
  font-size: 12px !important;
  font-weight: 900 !important;
  letter-spacing: .015em !important;
  line-height: 1 !important;
  box-shadow: none !important;
  transition: transform .2s ease, border-color .2s ease, filter .2s ease !important;
}

.bspg-primary {
  border: 1px solid rgba(255, 255, 255, .18) !important;
  background: linear-gradient(115deg, #7654f6, #e349b4) !important;
  box-shadow: 0 16px 34px rgba(128, 61, 226, .25) !important;
}

.bspg-secondary {
  border: 1px solid rgba(168, 145, 232, .28) !important;
  background: rgba(255, 255, 255, .045) !important;
}

.bspg-primary:hover,
.bspg-secondary:hover,
.bspg-play:hover {
  color: #fff !important;
  transform: translateY(-2px) !important;
  filter: brightness(1.1) !important;
}

.bspg-stats {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-top: 34px;
}

.bspg-stats span {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  min-height: 34px;
  padding: 0 12px;
  border: 1px solid rgba(163, 140, 224, .16);
  border-radius: 999px;
  background: rgba(255, 255, 255, .035);
  color: #918ba0 !important;
  font-size: 10px !important;
  font-weight: 700 !important;
}

.bspg-stats strong {
  color: #fff !important;
  font-weight: 900 !important;
}

.bspg-hero-art {
  position: relative;
}

.bspg-hero-art::before {
  content: "";
  position: absolute;
  z-index: -1;
  inset: 12% 6%;
  border-radius: 50%;
  background: rgba(93, 58, 222, .38);
  filter: blur(80px);
}

.bspg-hero-art img {
  display: block !important;
  width: 100% !important;
  height: auto !important;
  border: 1px solid rgba(166, 139, 239, .32) !important;
  border-radius: 28px !important;
  box-shadow: 0 36px 90px rgba(0, 0, 0, .48) !important;
}

.bspg-conversion {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr)) auto;
  align-items: center;
  gap: 1px;
  width: min(1320px, 100%);
  margin: -16px auto 26px;
  overflow: hidden;
  border: 1px solid rgba(178, 148, 246, .28);
  border-radius: 20px;
  background: rgba(14, 12, 34, .92);
  box-shadow: 0 24px 60px rgba(0, 0, 0, .24);
}

.bspg-conversion > div {
  display: grid;
  grid-template-columns: auto 1fr;
  gap: 2px 12px;
  min-height: 86px;
  padding: 19px 20px;
  border-right: 1px solid rgba(178, 148, 246, .14);
}

.bspg-conversion b {
  grid-row: span 2;
  align-self: center;
  color: #826bd0 !important;
  font-size: 11px !important;
  font-weight: 900 !important;
}

.bspg-conversion span {
  color: #aaa3b8 !important;
  font-size: 9px !important;
  font-weight: 800 !important;
  letter-spacing: .08em !important;
  text-transform: uppercase !important;
}

.bspg-conversion strong {
  color: #fff !important;
  font-size: 12px !important;
  font-weight: 900 !important;
}

.bspg-conversion > a,
.bspg-reward-link {
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  gap: 8px !important;
  color: #fff !important;
  font-size: 11px !important;
  font-weight: 900 !important;
}

.bspg-conversion > a {
  align-self: stretch;
  min-width: 190px;
  padding: 0 20px !important;
  background: linear-gradient(120deg, rgba(115, 76, 234, .92), rgba(225, 66, 175, .92)) !important;
}

.bspg-conversion > a:hover,
.bspg-reward-link:hover {
  color: #fff !important;
  filter: brightness(1.12);
}

.bspg-games,
.bspg-how,
.bspg-seo-copy {
  width: min(1320px, 100%);
  margin: 0 auto;
}

.bspg-games {
  padding: 80px 0 20px;
  scroll-margin-top: 90px;
}

.bspg-section-head {
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 28px;
  margin-bottom: 30px;
}

.bspg-section-head h2,
.bspg-reward-copy h2,
.bspg-final h2,
.bspg-seo-copy h2 {
  margin: 0 !important;
  color: #fff !important;
  font-size: clamp(30px, 4vw, 50px) !important;
  font-weight: 900 !important;
  letter-spacing: -.045em !important;
  line-height: 1.05 !important;
}

.bspg-section-head > p {
  max-width: 430px;
  margin: 0 0 5px !important;
  color: var(--bspg-muted) !important;
  font-size: 13px !important;
  line-height: 1.65 !important;
  text-align: right;
}

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

.bspg-card {
  min-width: 0;
  overflow: hidden;
  border: 1px solid var(--bspg-line) !important;
  border-radius: 22px !important;
  background: linear-gradient(155deg, rgba(22, 18, 48, .96), rgba(9, 10, 25, .96)) !important;
  box-shadow: 0 22px 48px rgba(0, 0, 0, .22) !important;
  transition: transform .25s ease, border-color .25s ease !important;
}

.bspg-card.is-featured {
  grid-column: span 2;
}

.bspg-card:hover {
  border-color: rgba(184, 153, 255, .46) !important;
  transform: translateY(-5px);
}

.bspg-card-media {
  position: relative;
  display: block !important;
  width: 100% !important;
  aspect-ratio: 1200 / 630;
  overflow: hidden;
  background: #09091a !important;
}

.bspg-card-media img {
  display: block !important;
  width: 100% !important;
  height: 100% !important;
  object-fit: cover !important;
  transition: transform .6s cubic-bezier(.2, .75, .25, 1) !important;
}

.bspg-card:hover .bspg-card-media img {
  transform: scale(1.035);
}

.bspg-card-media span {
  position: absolute;
  left: 14px;
  bottom: 14px;
  min-height: 28px;
  padding: 7px 10px 0;
  border: 1px solid rgba(255, 255, 255, .16);
  border-radius: 8px;
  background: rgba(8, 8, 22, .82);
  backdrop-filter: blur(10px);
  color: #d6c4ff !important;
  font-size: 9px !important;
  font-weight: 900 !important;
  letter-spacing: .12em !important;
}

.bspg-card-body {
  padding: 22px;
}

.bspg-card-body h3 {
  margin: 0 !important;
  color: #fff !important;
  font-size: 22px !important;
  font-weight: 900 !important;
  letter-spacing: -.035em !important;
  line-height: 1.15 !important;
}

.bspg-card-body p {
  min-height: 44px;
  margin: 10px 0 0 !important;
  color: #aaa4b6 !important;
  font-size: 12px !important;
  line-height: 1.65 !important;
}

.bspg-card-body small {
  display: block;
  min-height: 32px;
  margin: 14px 0 18px;
  color: var(--bspg-gold) !important;
  font-size: 10px !important;
  font-weight: 800 !important;
  line-height: 1.5 !important;
}

.bspg-play {
  width: 100% !important;
  min-height: 46px !important;
  border: 1px solid rgba(168, 145, 232, .26) !important;
  background: rgba(255, 255, 255, .05) !important;
}

.bspg-rewards {
  display: grid;
  grid-template-columns: minmax(0, .8fr) minmax(520px, 1.2fr);
  gap: clamp(38px, 7vw, 100px);
  width: min(1240px, 100%);
  margin: 110px auto;
  padding: clamp(34px, 5vw, 62px);
  border: 1px solid var(--bspg-line);
  border-radius: 30px;
  background: radial-gradient(circle at 0 0, rgba(109, 73, 218, .22), transparent 42%), rgba(13, 12, 31, .88);
  scroll-margin-top: 90px;
}

.bspg-reward-copy p {
  margin: 22px 0 0 !important;
  color: var(--bspg-muted) !important;
  font-size: 13px !important;
  line-height: 1.75 !important;
}

.bspg-reward-link {
  justify-content: flex-start !important;
  margin-top: 20px !important;
  color: var(--bspg-gold) !important;
}

.bspg-reward-list {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px;
}

.bspg-reward-list > div {
  display: grid;
  grid-template-columns: auto 1fr;
  align-items: center;
  gap: 5px 14px;
  min-height: 116px;
  padding: 19px;
  border: 1px solid rgba(163, 140, 224, .16);
  border-radius: 17px;
  background: rgba(255, 255, 255, .035);
}

.bspg-reward-list b {
  grid-row: span 2;
  color: #6f6686 !important;
  font-size: 12px !important;
  font-weight: 900 !important;
}

.bspg-reward-list span {
  color: #8f899d !important;
  font-size: 10px !important;
  font-weight: 700 !important;
}

.bspg-reward-list strong {
  color: #fff !important;
  font-size: 16px !important;
  font-weight: 900 !important;
}

.bspg-reward-list .is-gold {
  border-color: rgba(245, 207, 114, .38);
  background: linear-gradient(140deg, rgba(245, 207, 114, .13), rgba(128, 79, 214, .12));
}

.bspg-reward-list .is-gold strong,
.bspg-reward-list .is-gold b {
  color: var(--bspg-gold) !important;
}

.bspg-how {
  padding: 30px 0 80px;
}

.bspg-steps {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 16px;
}

.bspg-steps article {
  min-height: 190px;
  padding: 26px;
  border: 1px solid rgba(163, 140, 224, .16);
  border-radius: 20px;
  background: rgba(255, 255, 255, .03);
}

.bspg-steps span {
  color: #8c74d2 !important;
  font-size: 11px !important;
  font-weight: 900 !important;
}

.bspg-steps h3 {
  margin: 28px 0 8px !important;
  color: #fff !important;
  font-size: 20px !important;
  font-weight: 900 !important;
}

.bspg-steps p {
  margin: 0 !important;
  color: #9e98a9 !important;
  font-size: 12px !important;
  line-height: 1.65 !important;
}

.bspg-final {
  width: min(1050px, 100%);
  margin: 40px auto 0;
  padding: clamp(42px, 7vw, 78px) 24px;
  border: 1px solid rgba(171, 143, 240, .23);
  border-radius: 30px;
  background: radial-gradient(circle at 50% 0, rgba(109, 74, 225, .3), transparent 50%), rgba(14, 12, 33, .82);
  text-align: center;
}

.bspg-final p {
  margin: 16px auto 25px !important;
  color: var(--bspg-muted) !important;
  font-size: 13px !important;
}

.bspg-final-actions {
  display: flex;
  justify-content: center;
  gap: 12px;
}

.bspg-seo-copy {
  margin-top: 56px;
  padding: 28px;
  border-top: 1px solid rgba(164, 141, 225, .12);
  text-align: center;
}

.bspg-seo-copy h2 {
  font-size: clamp(22px, 3vw, 30px) !important;
}

.bspg-seo-copy p {
  max-width: 860px;
  margin: 12px auto 0 !important;
  color: #898493 !important;
  font-size: 12px !important;
  line-height: 1.75 !important;
}

@media (max-width: 1080px) {
  .bspg-hero {
    grid-template-columns: 1fr;
    min-height: 0;
    text-align: center;
  }

  .bspg-hero-copy > p {
    margin-right: auto !important;
    margin-left: auto !important;
  }

  .bspg-hero-actions,
  .bspg-stats {
    justify-content: center;
  }

  .bspg-hero-art {
    width: min(820px, 100%);
    margin: 0 auto;
  }

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

  .bspg-rewards {
    grid-template-columns: 1fr;
  }

  .bspg-conversion {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    margin-top: 18px;
  }

  .bspg-conversion > a {
    grid-column: 1 / -1;
    min-height: 54px;
  }
}

@media (max-width: 680px) {
  .bspg {
    padding-right: 10px;
    padding-left: 10px;
  }

  .bspg-hero {
    gap: 34px;
    padding: 48px 4px 42px;
  }

  .bspg-hero-copy h1 {
    font-size: clamp(27px, 7.45vw, 34px) !important;
    white-space: nowrap !important;
  }

  .bspg-hero-copy > p {
    font-size: 12px !important;
  }

  .bspg-hero-actions {
    display: grid;
    grid-template-columns: 1fr;
  }

  .bspg-primary,
  .bspg-secondary {
    width: 100% !important;
  }

  .bspg-stats {
    gap: 6px;
  }

  .bspg-stats span {
    font-size: 9px !important;
  }

  .bspg-hero-art img {
    border-radius: 18px !important;
  }

  .bspg-conversion {
    grid-template-columns: 1fr;
    margin: 0 4px 8px;
    border-radius: 16px;
  }

  .bspg-conversion > div {
    min-height: 70px;
    padding: 15px 18px;
    border-right: 0;
    border-bottom: 1px solid rgba(178, 148, 246, .14);
  }

  .bspg-conversion > a {
    grid-column: auto;
  }

  .bspg-final-actions {
    display: grid;
  }

  .bspg-games {
    padding-top: 55px;
  }

  .bspg-section-head {
    display: block;
  }

  .bspg-section-head > p {
    margin-top: 12px !important;
    text-align: left;
  }

  .bspg-grid,
  .bspg-steps,
  .bspg-reward-list {
    grid-template-columns: 1fr;
  }

  .bspg-card.is-featured {
    grid-column: span 1;
  }

  .bspg-card-body p,
  .bspg-card-body small {
    min-height: 0;
  }

  .bspg-rewards {
    min-width: 0;
    margin: 70px auto;
    padding: 28px 18px;
    border-radius: 22px;
  }

  .bspg-reward-list > div {
    min-height: 88px;
  }

  .bspg-how {
    padding-bottom: 48px;
  }

  .bspg-steps article {
    min-height: 0;
  }

  .bspg-final {
    border-radius: 22px;
  }
}

@media (prefers-reduced-motion: reduce) {
  .bspg *,
  .bspg *::before,
  .bspg *::after {
    scroll-behavior: auto !important;
    transition-duration: .01ms !important;
  }
}
