.language-switcher {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  min-height: 38px;
  padding: 6px 10px;
  border: 1px solid rgb(255 255 255 / 14%);
  border-radius: 999px;
  background: rgb(255 255 255 / 6%);
  color: #fff;
}

html,
body {
  overflow-x: hidden;
}

html.i18n-pending body {
  opacity: 0;
}

.language-switcher__label {
  color: rgb(255 255 255 / 62%);
  font-size: 12px;
  font-weight: 600;
  line-height: 1;
  text-transform: uppercase;
}

.language-switcher__select {
  min-width: 74px;
  border: 0;
  border-radius: 999px;
  background: transparent;
  color: #fff;
  font: inherit;
  font-size: 13px;
  font-weight: 700;
  line-height: 1;
  outline: none;
  cursor: pointer;
}

.language-switcher__select option {
  color: #0b1020;
}

.mobile-nav .language-switcher {
  width: 100%;
  justify-content: space-between;
  margin-top: 12px;
}

.site-footer__nav--main .site-footer__link {
  pointer-events: auto;
}

@media (min-width: 1199.98px) {
  .site-footer__nav--main .site-footer__link {
    padding: 4rem 0;
  }
}

@media (hover: hover) {
  .site-footer__nav--main .site-footer__link:hover {
    color: #ffffff;
  }
}

.meeting-form__status {
  min-height: 24px;
  margin: 18px 0 0;
  color: rgb(255 255 255 / 72%);
  font-size: 14px;
  font-weight: 600;
  text-align: center;
}

.meeting-form__status[data-status="success"] {
  color: #45d483;
}

.meeting-form__status[data-status="error"] {
  color: #ff7a90;
}

.cta__inner {
  position: relative;
  display: grid;
  align-items: center;
  gap: 26rem;
  overflow: hidden;
  text-align: left;
  background:
    radial-gradient(circle at 76% 18%, rgb(56 189 248 / 18%), transparent 36%),
    radial-gradient(circle at 14% 88%, rgb(99 102 241 / 15%), transparent 34%),
    rgb(255 255 255 / 5%);
}

.cta__content {
  position: relative;
  z-index: 2;
  display: grid;
  justify-items: start;
  gap: 16rem;
}

.cta__title {
  max-width: 760rem;
  margin: 0;
  font-size: clamp(30rem, 5vw, 58rem);
}

.cta__text {
  max-width: 670rem;
  margin: 0;
  color: rgb(255 255 255 / 66%);
  font-size: 17rem;
  line-height: 1.7;
}

.cta__chips {
  display: flex;
  flex-wrap: wrap;
  gap: 9rem;
  max-width: 700rem;
}

.cta__chips span {
  display: inline-flex;
  align-items: center;
  min-height: 38rem;
  padding: 9rem 12rem;
  border: 1px solid rgb(90 201 255 / 18%);
  border-radius: 999px;
  background: rgb(0 0 0 / 18%);
  color: rgb(255 255 255 / 78%);
  font-size: 13rem;
  font-weight: 800;
  line-height: 1.2;
}

.cta__media {
  position: relative;
  z-index: 1;
  overflow: hidden;
  border: 1px solid rgb(90 201 255 / 16%);
  border-radius: 8rem;
  box-shadow: 0 22rem 70rem rgb(0 0 0 / 34%);
}

.cta__media::after {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(180deg, transparent 54%, rgb(0 7 23 / 46%)),
    radial-gradient(circle at 50% 0%, transparent 44%, rgb(0 7 23 / 16%));
  pointer-events: none;
}

.cta__media img {
  display: block;
  width: 100%;
  aspect-ratio: 16 / 10;
  object-fit: cover;
}

@media (min-width: 1199.98px) {
  .cta__inner {
    grid-template-columns: minmax(0, 0.9fr) minmax(420rem, 0.72fr);
    gap: 42rem;
    padding: 42rem 48rem;
  }
}

@media (min-width: 1199.98px) {
  .site-nav {
    gap: 6rem;
    margin-left: 24rem;
  }

  .site-nav__link {
    padding-inline: 8rem;
    font-size: 14rem;
    white-space: nowrap;
  }
}

.site-header__actions .language-switcher {
  display: none;
}

@media (min-width: 640px) {
  .site-header__actions .language-switcher {
    display: inline-flex;
  }
}

.about-hero {
  --section-gap-top: 42rem;
  --section-gap-bottom: 44rem;
}

.about-hero__inner {
  display: grid;
  gap: 28rem;
  align-items: center;
}

.about-kicker {
  margin: 0 0 14rem;
  color: #38bdf8;
  font-size: 12rem;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.about-hero__title {
  max-width: 820rem;
  margin: 0 0 16rem;
  font-size: clamp(42rem, 7vw, 82rem);
  font-weight: 700;
  line-height: 1.02;
  letter-spacing: -0.02em;
}

.about-hero__lead {
  max-width: 680rem;
  margin: 0 0 10rem;
  font-size: clamp(18rem, 2.4vw, 28rem);
  font-weight: 600;
  color: rgb(255 255 255 / 92%);
}

.about-hero__text {
  max-width: 720rem;
  margin: 0;
  color: rgb(255 255 255 / 62%);
  font-size: 17rem;
  line-height: 1.7;
}

.about-hero__actions {
  display: flex;
  flex-direction: column;
  gap: 10rem;
  margin-top: 28rem;
}

.about-hero__panel,
.about-card,
.about-strip__inner {
  position: relative;
  overflow: hidden;
  border: 1px solid rgb(255 255 255 / 10%);
  border-radius: 16rem;
  background:
    radial-gradient(circle at 20% 0%, rgb(56 189 248 / 15%), transparent 36%),
    rgb(255 255 255 / 5%);
  backdrop-filter: blur(10px);
}

.about-hero__panel {
  min-height: 320rem;
  padding: 28rem;
}

.about-signal {
  display: inline-flex;
  align-items: center;
  gap: 8rem;
  padding: 7rem 11rem;
  border: 1px solid rgb(74 222 128 / 24%);
  border-radius: 999px;
  background: rgb(74 222 128 / 10%);
  color: #8df5b4;
  font-size: 13rem;
  font-weight: 700;
}

.about-signal__dot {
  width: 8rem;
  height: 8rem;
  border-radius: 50%;
  background: currentColor;
  box-shadow: 0 0 16rem currentColor;
}

.about-panel__number {
  margin-top: 62rem;
  font-size: clamp(58rem, 8vw, 94rem);
  font-weight: 700;
  line-height: 0.95;
}

.about-panel__label {
  max-width: 340rem;
  margin-top: 10rem;
  color: rgb(255 255 255 / 62%);
  font-size: 16rem;
  line-height: 1.5;
}

.about-panel__grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 10rem;
  margin-top: 32rem;
}

.about-panel__grid span {
  display: grid;
  min-height: 44rem;
  place-items: center;
  border: 1px solid rgb(255 255 255 / 10%);
  border-radius: 10rem;
  background: rgb(255 255 255 / 5%);
  color: rgb(255 255 255 / 76%);
  font-weight: 700;
}

.about-story {
  --section-gap-top: 8rem;
  --section-gap-bottom: 42rem;
  display: grid;
  gap: 22rem;
}

.about-story__intro h2,
.about-strip__inner h2 {
  max-width: 760rem;
  margin: 0;
  font-size: clamp(28rem, 4.4vw, 50rem);
  font-weight: 700;
  line-height: 1.12;
  letter-spacing: -0.02em;
}

.about-story__copy {
  display: grid;
  gap: 14rem;
  color: rgb(255 255 255 / 62%);
  font-size: 17rem;
  line-height: 1.7;
}

.about-story__copy p {
  margin: 0;
}

.about-values {
  --section-gap-top: 0;
  --section-gap-bottom: 42rem;
}

.about-values__grid {
  display: grid;
  gap: 16rem;
}

.about-card {
  min-height: 238rem;
  padding: 22rem;
}

.about-card__icon {
  margin-bottom: 18rem;
  color: #38bdf8;
  font-size: 48rem;
}

.about-card h2 {
  margin: 0 0 10rem;
  font-size: 24rem;
  font-weight: 700;
}

.about-card p {
  margin: 0;
  color: rgb(255 255 255 / 58%);
  font-size: 16rem;
  line-height: 1.65;
}

.about-strip {
  --section-gap-top: 0;
  --section-gap-bottom: 48rem;
}

.about-strip__inner {
  display: grid;
  gap: 22rem;
  align-items: center;
  padding: 28rem;
}

@media (min-width: 609.98px) {
  .about-hero__actions {
    flex-direction: row;
    flex-wrap: wrap;
  }

  .about-values__grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}

@media (min-width: 1199.98px) {
  .about-hero {
    --section-gap-top: 64rem;
    --section-gap-bottom: 64rem;
  }

  .about-hero__inner {
    grid-template-columns: minmax(0, 1.1fr) minmax(360rem, 0.7fr);
    gap: 54rem;
  }

  .about-story {
    grid-template-columns: minmax(0, 0.95fr) minmax(0, 0.85fr);
    gap: 64rem;
    align-items: start;
  }

  .about-strip__inner {
    grid-template-columns: minmax(0, 1fr) auto;
    padding: 42rem;
  }
}

.games-hero {
  --section-gap-top: 56rem;
  --section-gap-bottom: 22rem;
}

.games-hero__inner {
  max-width: 820rem;
}

.games-hero__title {
  margin: 0 0 16rem;
  font-size: clamp(40rem, 6vw, 76rem);
  font-weight: 700;
  line-height: 1.02;
}

.games-hero__text {
  max-width: 720rem;
  margin: 0;
  color: rgb(255 255 255 / 64%);
  font-size: 17rem;
  line-height: 1.7;
}

.games-lobby {
  --section-gap-top: 0;
  --section-gap-bottom: 58rem;
}

.games-nav {
  display: flex;
  overflow-x: auto;
  border: 1px solid rgb(90 201 255 / 34%);
  border-left: 0;
  border-right: 0;
  background: linear-gradient(180deg, rgb(20 33 47 / 96%), rgb(13 23 35 / 96%));
  scrollbar-width: thin;
}

.games-nav__item {
  position: relative;
  min-width: max-content;
  min-height: 66rem;
  padding: 0 26rem;
  border: 0;
  border-right: 1px solid rgb(255 255 255 / 18%);
  background: transparent;
  color: rgb(255 255 255 / 86%);
  font-size: 16rem;
  font-weight: 700;
  text-transform: uppercase;
  cursor: pointer;
  transition: color 0.2s ease, background 0.2s ease;
}

.games-nav__item:hover,
.games-nav__item.is-active {
  color: #ffffff;
  background:
    radial-gradient(circle at 50% 0%, rgb(74 168 255 / 42%), transparent 64%),
    rgb(49 91 126 / 28%);
}

.games-nav__item.is-active::after {
  content: "";
  position: absolute;
  right: 18rem;
  bottom: 0;
  left: 18rem;
  height: 3rem;
  border-radius: 999px 999px 0 0;
  background: #38bdf8;
  box-shadow: 0 0 18rem rgb(56 189 248 / 86%);
}

.games-toolbar {
  display: flex;
  flex-wrap: wrap;
  gap: 14rem;
  align-items: center;
  justify-content: space-between;
  padding: 18rem 0 22rem;
}

.games-provider {
  display: inline-flex;
  align-items: center;
  gap: 12rem;
  color: rgb(255 255 255 / 62%);
  font-size: 13rem;
  font-weight: 700;
  text-transform: uppercase;
}

.games-provider select {
  min-width: 220rem;
  min-height: 44rem;
  padding: 0 40rem 0 14rem;
  border: 1px solid rgb(90 201 255 / 28%);
  border-radius: 6rem;
  background: rgb(9 18 29 / 96%);
  color: #ffffff;
  font-size: 14rem;
  font-weight: 700;
}

.games-status {
  min-height: 20rem;
  color: rgb(255 255 255 / 58%);
  font-size: 14rem;
  font-weight: 700;
}

.games-grid {
  display: grid;
  gap: 18rem;
}

.game-card {
  overflow: hidden;
  border: 1px solid rgb(255 255 255 / 9%);
  border-radius: 6rem;
  background: #03070c;
  box-shadow: 0 18rem 45rem rgb(0 0 0 / 24%);
}

.game-card__media {
  position: relative;
  aspect-ratio: 16 / 9;
  overflow: hidden;
  background:
    radial-gradient(circle at 50% 50%, rgb(56 189 248 / 12%), transparent 62%),
    #050910;
}

.game-card__media img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  padding: 0;
  transition: transform 0.25s ease;
}

.game-card:hover .game-card__media img {
  transform: scale(1.035);
}

.game-card__body {
  display: grid;
  grid-template-columns: 112rem minmax(0, 1fr);
  gap: 16rem;
  align-items: center;
  min-height: 82rem;
  padding: 12rem;
  border-top: 1px solid rgb(90 201 255 / 18%);
  background: linear-gradient(180deg, rgb(26 41 51 / 96%), rgb(15 26 34 / 98%));
}

.game-card__info {
  min-height: 36rem;
  border: 1px solid rgb(255 255 255 / 22%);
  border-radius: 2rem;
  background: linear-gradient(180deg, #dbe7ee, #6f828c 54%, #18242b);
  color: #ffffff;
  font-size: 14rem;
  font-weight: 800;
  text-transform: uppercase;
  cursor: pointer;
}

.game-card__meta {
  min-width: 0;
  text-align: center;
}

.game-card__meta h2 {
  overflow: hidden;
  margin: 0;
  color: #d9f7ff;
  font-size: 20rem;
  font-weight: 800;
  line-height: 1.15;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.game-card__meta p {
  overflow: hidden;
  margin: 8rem 0 0;
  color: rgb(255 255 255 / 52%);
  font-size: 12rem;
  font-weight: 800;
  letter-spacing: 0.12em;
  text-overflow: ellipsis;
  text-transform: uppercase;
  white-space: nowrap;
}

.games-empty {
  display: grid;
  min-height: 190rem;
  place-items: center;
  border: 1px dashed rgb(90 201 255 / 24%);
  border-radius: 6rem;
  color: rgb(255 255 255 / 58%);
  font-size: 16rem;
  font-weight: 700;
}

.game-demo-open {
  overflow: hidden;
}

.game-demo-modal {
  position: fixed;
  inset: 0;
  z-index: 1000;
  display: grid;
  place-items: center;
  padding: 22rem;
}

.game-demo-modal[hidden] {
  display: none;
}

.game-demo-modal__overlay {
  position: absolute;
  inset: 0;
  background: rgb(1 6 14 / 86%);
  backdrop-filter: blur(8px);
}

.game-demo-modal__dialog {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-rows: 52rem minmax(0, 1fr);
  width: min(1120rem, 96vw);
  height: min(780rem, 92vh);
  overflow: hidden;
  border: 1px solid rgb(90 201 255 / 38%);
  border-radius: 8rem;
  background: #03070c;
  box-shadow: 0 24rem 90rem rgb(0 0 0 / 58%);
}

.game-demo-modal__bar {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16rem;
  padding: 0 14rem 0 18rem;
  border-bottom: 1px solid rgb(90 201 255 / 18%);
  background: linear-gradient(180deg, rgb(20 33 47 / 96%), rgb(13 23 35 / 96%));
}

.game-demo-modal__bar strong {
  overflow: hidden;
  color: #ffffff;
  font-size: 16rem;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.game-demo-modal__close {
  display: grid;
  width: 34rem;
  height: 34rem;
  place-items: center;
  border: 1px solid rgb(255 255 255 / 16%);
  border-radius: 50%;
  background: rgb(255 255 255 / 8%);
  color: #ffffff;
  font-size: 24rem;
  line-height: 1;
  cursor: pointer;
}

.game-demo-modal__frame {
  width: 100%;
  height: 100%;
  border: 0;
  background: #000000;
}

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

@media (min-width: 1199.98px) {
  .games-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}

.bonuses-hero {
  --section-gap-top: 58rem;
  --section-gap-bottom: 34rem;
}

.bonuses-hero__inner {
  display: grid;
  gap: 24rem;
  align-items: center;
}

.bonuses-hero__title {
  max-width: 760rem;
  margin: 0 0 18rem;
  font-size: clamp(40rem, 5.25vw, 74rem);
  font-weight: 700;
  line-height: 1.04;
}

.bonuses-hero__text {
  max-width: 700rem;
  margin: 0;
  color: rgb(255 255 255 / 64%);
  font-size: 17rem;
  line-height: 1.7;
}

.bonuses-visual,
.bonuses-toc,
.bonus-card,
.bonus-rules__panel {
  border: 1px solid rgb(255 255 255 / 10%);
  border-radius: 8rem;
  background:
    radial-gradient(circle at 20% 0%, rgb(56 189 248 / 14%), transparent 38%),
    rgb(255 255 255 / 5%);
  backdrop-filter: blur(10px);
}

.bonuses-visual {
  display: grid;
  gap: 14rem;
  padding: 16rem;
  box-shadow: 0 20rem 80rem rgb(0 0 0 / 22%);
}

.bonuses-visual__status {
  display: inline-flex;
  align-items: center;
  width: fit-content;
  gap: 9rem;
  padding: 10rem 14rem;
  border: 1px solid rgb(16 185 129 / 30%);
  border-radius: 999rem;
  background: rgb(16 185 129 / 12%);
  color: rgb(91 255 195 / 92%);
  font-size: 13rem;
  font-weight: 900;
}

.bonuses-visual__status span {
  width: 8rem;
  height: 8rem;
  border-radius: 50%;
  background: #35f5a6;
  box-shadow: 0 0 18rem rgb(53 245 166 / 76%);
}

.bonuses-visual__grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 10rem;
}

.bonuses-visual__grid a {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 48rem;
  padding: 12rem;
  border: 1px solid rgb(90 201 255 / 14%);
  border-radius: 6rem;
  background: rgb(255 255 255 / 4%);
  color: rgb(255 255 255 / 82%);
  font-size: 14rem;
  font-weight: 900;
  text-align: center;
}

.bonuses-toc {
  display: grid;
  gap: 8rem;
  padding: 0;
  border: 0;
  background: transparent;
  backdrop-filter: none;
}

.bonuses-toc__title {
  margin: 0 0 4rem;
  color: rgb(255 255 255 / 48%);
  font-size: 12rem;
  font-weight: 800;
  text-transform: uppercase;
}

.bonuses-toc a {
  display: flex;
  align-items: center;
  min-height: 40rem;
  padding: 10rem 12rem;
  border: 1px solid rgb(90 201 255 / 18%);
  border-radius: 6rem;
  color: rgb(255 255 255 / 82%);
  font-size: 15rem;
  font-weight: 800;
  line-height: 1.35;
  background: rgb(0 0 0 / 18%);
}

.bonus-programs {
  --section-gap-top: 0;
  --section-gap-bottom: 42rem;
}

.bonus-programs__head {
  margin-bottom: 24rem;
}

.bonus-programs__head h2,
.bonus-rules__panel h2 {
  max-width: 820rem;
  margin: 0;
  font-size: clamp(28rem, 4vw, 48rem);
  font-weight: 700;
  line-height: 1.14;
}

.bonus-grid {
  display: grid;
  gap: 16rem;
}

.bonus-card {
  display: grid;
  align-content: start;
  min-height: 310rem;
  padding: 22rem;
}

.bonus-card__tag {
  display: inline-grid;
  width: 44rem;
  height: 44rem;
  place-items: center;
  margin-bottom: 24rem;
  border-radius: 50%;
  background: linear-gradient(135deg, #38bdf8, #4f46e5);
  color: #ffffff;
  font-size: 14rem;
  font-weight: 800;
}

.bonus-card h2 {
  margin: 0 0 12rem;
  font-size: 24rem;
  font-weight: 800;
}

.bonus-card p {
  margin: 0 0 18rem;
  color: rgb(255 255 255 / 62%);
  font-size: 16rem;
  line-height: 1.65;
}

.bonus-card__example {
  display: grid;
  gap: 6rem;
  margin: 0 0 18rem;
  padding: 12rem 14rem;
  border: 1rem solid rgb(56 189 248 / 20%);
  border-radius: 6rem;
  background: rgb(56 189 248 / 7%);
}

.bonus-card__example span {
  color: #38bdf8;
  font-size: 11rem;
  font-weight: 900;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.bonus-card__example p {
  margin: 0;
  color: rgb(255 255 255 / 78%);
  font-size: 14rem;
  line-height: 1.55;
}

.bonus-card ul {
  display: grid;
  gap: 9rem;
  margin: 0;
  padding: 0;
  list-style: none;
}

.bonus-card li {
  position: relative;
  padding-left: 18rem;
  color: rgb(255 255 255 / 74%);
  font-size: 14rem;
  line-height: 1.5;
}

.bonus-card li::before {
  content: "";
  position: absolute;
  top: 9rem;
  left: 0;
  width: 7rem;
  height: 7rem;
  border-radius: 50%;
  background: #38bdf8;
}

.bonus-rules {
  --section-gap-top: 0;
  --section-gap-bottom: 42rem;
}

.bonus-rules__panel {
  display: grid;
  gap: 26rem;
  padding: 26rem;
}

.bonus-rules__panel p {
  max-width: 720rem;
  margin: 16rem 0 0;
  color: rgb(255 255 255 / 62%);
  font-size: 16rem;
  line-height: 1.7;
}

.bonus-rules__list {
  display: grid;
  gap: 10rem;
}

.bonus-rules__list span {
  min-height: 46rem;
  padding: 14rem 16rem;
  border: 1px solid rgb(255 255 255 / 10%);
  border-radius: 6rem;
  background: rgb(0 0 0 / 18%);
  color: rgb(255 255 255 / 78%);
  font-size: 14rem;
  font-weight: 700;
}

@media (min-width: 609.98px) {
  .bonus-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .bonuses-hero__inner {
    gap: 34rem;
  }

  .bonuses-visual {
    gap: 18rem;
    padding: 24rem;
  }
}

@media (min-width: 959.98px) {
  .bonuses-hero__inner {
    grid-template-columns: minmax(0, 0.98fr) minmax(390rem, 0.72fr);
  }
}

@media (min-width: 1199.98px) {
  .bonuses-hero__inner {
    grid-template-columns: minmax(0, 0.98fr) minmax(430rem, 0.72fr);
  }

  .bonus-rules__panel {
    grid-template-columns: minmax(0, 0.9fr) minmax(360rem, 0.55fr);
    align-items: start;
    padding: 34rem;
  }
}

.jackpots-hero {
  --section-gap-top: 58rem;
  --section-gap-bottom: 34rem;
}

.jackpots-hero__inner {
  display: grid;
  gap: 24rem;
  align-items: center;
}

.jackpots-hero__title {
  max-width: 780rem;
  margin: 0 0 18rem;
  font-size: clamp(40rem, 5.25vw, 74rem);
  font-weight: 700;
  line-height: 1.04;
}

.jackpots-hero__text {
  max-width: 710rem;
  margin: 0;
  color: rgb(255 255 255 / 66%);
  font-size: 17rem;
  line-height: 1.7;
}

.jackpots-visual,
.jackpot-card,
.jackpot-rules__panel {
  border: 1px solid rgb(255 255 255 / 10%);
  border-radius: 8rem;
  background:
    radial-gradient(circle at 20% 0%, rgb(56 189 248 / 14%), transparent 38%),
    rgb(255 255 255 / 5%);
  backdrop-filter: blur(10px);
}

.jackpots-visual {
  display: grid;
  gap: 14rem;
  padding: 16rem;
  box-shadow: 0 20rem 80rem rgb(0 0 0 / 22%);
}

.jackpots-visual__status {
  display: inline-flex;
  align-items: center;
  width: fit-content;
  gap: 9rem;
  padding: 10rem 14rem;
  border: 1px solid rgb(16 185 129 / 30%);
  border-radius: 999rem;
  background: rgb(16 185 129 / 12%);
  color: rgb(91 255 195 / 92%);
  font-size: 13rem;
  font-weight: 900;
}

.jackpots-visual__status span {
  width: 8rem;
  height: 8rem;
  border-radius: 50%;
  background: #35f5a6;
  box-shadow: 0 0 18rem rgb(53 245 166 / 76%);
}

.jackpots-visual__meter {
  padding: 20rem;
  border: 1px solid rgb(90 201 255 / 16%);
  border-radius: 8rem;
  background:
    linear-gradient(135deg, rgb(14 165 233 / 14%), rgb(124 58 237 / 12%)),
    rgb(0 0 0 / 18%);
}

.jackpots-visual__meter strong {
  display: block;
  margin-bottom: 6rem;
  font-size: clamp(36rem, 5vw, 64rem);
  line-height: 1;
  background: linear-gradient(90deg, #38bdf8 0%, #818cf8 55%, #a78bfa 100%);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
}

.jackpots-visual__meter span {
  color: rgb(255 255 255 / 72%);
  font-weight: 800;
}

.jackpots-visual__grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 10rem;
}

.jackpots-visual__grid a {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 48rem;
  padding: 12rem;
  border: 1px solid rgb(90 201 255 / 14%);
  border-radius: 6rem;
  background: rgb(255 255 255 / 4%);
  color: rgb(255 255 255 / 84%);
  font-size: 14rem;
  font-weight: 900;
  text-align: center;
}

.jackpot-section {
  --section-gap-top: 0;
  --section-gap-bottom: 42rem;
}

.jackpot-section__head {
  margin-bottom: 24rem;
}

.jackpot-section__head h2,
.jackpot-rules__panel h2 {
  max-width: 850rem;
  margin: 0;
  font-size: clamp(28rem, 4vw, 48rem);
  font-weight: 700;
  line-height: 1.14;
}

.jackpot-grid {
  display: grid;
  gap: 16rem;
}

.jackpot-card {
  display: grid;
  align-content: start;
  min-height: 310rem;
  padding: 22rem;
}

.jackpot-card__tag {
  display: inline-grid;
  width: 44rem;
  height: 44rem;
  place-items: center;
  margin-bottom: 24rem;
  border-radius: 50%;
  background: linear-gradient(135deg, #38bdf8, #4f46e5);
  color: #ffffff;
  font-size: 14rem;
  font-weight: 800;
}

.jackpot-card h2 {
  margin: 0 0 12rem;
  font-size: 24rem;
  font-weight: 800;
}

.jackpot-card p,
.jackpot-rules__panel p {
  margin: 0 0 18rem;
  color: rgb(255 255 255 / 64%);
  font-size: 16rem;
  line-height: 1.65;
}

.jackpot-card ul {
  display: grid;
  gap: 9rem;
  margin: 0;
  padding: 0;
  list-style: none;
}

.jackpot-card li {
  position: relative;
  padding-left: 18rem;
  color: rgb(255 255 255 / 74%);
  font-size: 14rem;
  line-height: 1.5;
}

.jackpot-card li::before {
  content: "";
  position: absolute;
  top: 9rem;
  left: 0;
  width: 7rem;
  height: 7rem;
  border-radius: 50%;
  background: #38bdf8;
}

.jackpot-rules {
  --section-gap-top: 0;
  --section-gap-bottom: 42rem;
}

.jackpot-rules__panel {
  display: grid;
  gap: 26rem;
  padding: 26rem;
}

.jackpot-rules__list {
  display: grid;
  gap: 10rem;
}

.jackpot-rules__list span {
  min-height: 46rem;
  padding: 14rem 16rem;
  border: 1px solid rgb(255 255 255 / 10%);
  border-radius: 6rem;
  background: rgb(0 0 0 / 18%);
  color: rgb(255 255 255 / 78%);
  font-size: 14rem;
  font-weight: 700;
}

@media (min-width: 609.98px) {
  .jackpot-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .jackpots-hero__inner {
    gap: 34rem;
  }

  .jackpots-visual {
    gap: 18rem;
    padding: 24rem;
  }
}

@media (min-width: 959.98px) {
  .jackpots-hero__inner {
    grid-template-columns: minmax(0, 0.98fr) minmax(390rem, 0.72fr);
  }
}

@media (min-width: 1199.98px) {
  .jackpots-hero__inner {
    grid-template-columns: minmax(0, 0.98fr) minmax(430rem, 0.72fr);
  }

  .jackpot-rules__panel {
    grid-template-columns: minmax(0, 0.9fr) minmax(360rem, 0.55fr);
    align-items: start;
    padding: 34rem;
  }
}

.api-hero {
  --section-gap-top: 64rem;
  --section-gap-bottom: 34rem;
}

.api-hero__inner {
  display: grid;
  gap: 28rem;
  align-items: end;
}

.api-hero__title {
  max-width: 920rem;
  margin: 0 0 18rem;
  font-size: clamp(40rem, 6.4vw, 78rem);
  font-weight: 700;
  line-height: 1.04;
}

.api-hero__note {
  max-width: 760rem;
  margin: 0;
  color: rgb(255 255 255 / 72%);
  font-size: 18rem;
  font-weight: 600;
  line-height: 1.65;
}

.api-access-card,
.api-section-card {
  border: 1px solid rgb(255 255 255 / 10%);
  border-radius: 8rem;
  background:
    radial-gradient(circle at 18% 0%, rgb(56 189 248 / 14%), transparent 38%),
    rgb(255 255 255 / 5%);
  backdrop-filter: blur(10px);
}

.api-access-card {
  display: grid;
  gap: 18rem;
  padding: 22rem;
}

.api-access-card__label {
  width: fit-content;
  padding: 7rem 11rem;
  border: 1px solid rgb(74 222 128 / 24%);
  border-radius: 999px;
  background: rgb(74 222 128 / 10%);
  color: #8df5b4;
  font-size: 12rem;
  font-weight: 800;
  text-transform: uppercase;
}

.api-access-card strong {
  color: #ffffff;
  font-size: 24rem;
  line-height: 1.25;
}

.api-sections {
  --section-gap-top: 0;
  --section-gap-bottom: 42rem;
  display: grid;
  gap: 16rem;
}

.api-section-card {
  display: grid;
  align-content: start;
  min-height: 260rem;
  padding: 22rem;
}

.api-section-card__head {
  display: flex;
  align-items: center;
  gap: 14rem;
  margin-bottom: 22rem;
}

.api-section-card__head span {
  display: inline-grid;
  width: 44rem;
  height: 44rem;
  place-items: center;
  border-radius: 50%;
  background: linear-gradient(135deg, #38bdf8, #4f46e5);
  color: #ffffff;
  font-size: 14rem;
  font-weight: 800;
  flex: 0 0 auto;
}

.api-section-card__head h2 {
  margin: 0;
  font-size: clamp(24rem, 3vw, 34rem);
  font-weight: 800;
  line-height: 1.16;
}

.api-list {
  display: grid;
  gap: 10rem;
  margin: 0;
  padding: 0;
  list-style: none;
}

.api-list li {
  position: relative;
  min-height: 42rem;
  padding: 12rem 14rem 12rem 34rem;
  border: 1px solid rgb(255 255 255 / 10%);
  border-radius: 6rem;
  background: rgb(0 0 0 / 18%);
  color: rgb(255 255 255 / 78%);
  font-size: 14rem;
  font-weight: 700;
  line-height: 1.35;
}

.api-list li::before {
  content: "";
  position: absolute;
  top: 18rem;
  left: 15rem;
  width: 7rem;
  height: 7rem;
  border-radius: 50%;
  background: #38bdf8;
  box-shadow: 0 0 12rem rgb(56 189 248 / 60%);
}

@media (min-width: 609.98px) {
  .api-list--columns {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (min-width: 1199.98px) {
  .api-hero__inner {
    grid-template-columns: minmax(0, 1fr) minmax(360rem, 0.4fr);
  }

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

  .api-section-card--wide {
    grid-column: span 2;
  }

  .api-list--columns {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}

.math-hero {
  --section-gap-top: 58rem;
  --section-gap-bottom: 28rem;
}

.math-hero--economy {
  --section-gap-bottom: 42rem;
}

.math-hero__inner {
  display: grid;
  gap: 24rem;
  align-items: center;
}

.math-hero__title {
  max-width: 820rem;
  margin: 0 0 18rem;
  font-size: clamp(40rem, 5.05vw, 74rem);
  font-weight: 700;
  line-height: 1.04;
}

.math-hero__lead {
  max-width: 760rem;
  margin: 0;
  color: rgb(255 255 255 / 66%);
  font-size: 18rem;
  line-height: 1.7;
}

.math-visual,
.math-toc,
.math-metric,
.math-section__copy,
.math-section__media {
  border: 1px solid rgb(255 255 255 / 10%);
  border-radius: 8rem;
  background:
    radial-gradient(circle at 16% 0%, rgb(56 189 248 / 13%), transparent 38%),
    rgb(255 255 255 / 5%);
  backdrop-filter: blur(10px);
}

.math-visual {
  display: grid;
  gap: 14rem;
  padding: 16rem;
  box-shadow: 0 20rem 80rem rgb(0 0 0 / 22%);
}

.math-visual__card {
  border: 1px solid rgb(90 201 255 / 16%);
  border-radius: 8rem;
  background:
    linear-gradient(135deg, rgb(14 165 233 / 15%), rgb(124 58 237 / 11%)),
    rgb(0 0 0 / 18%);
  padding: 16rem;
}

.math-visual__card p {
  margin: 0 0 10rem;
  color: rgb(56 189 248 / 92%);
  font-size: 12rem;
  font-weight: 900;
  text-transform: uppercase;
}

.math-visual__card strong {
  display: block;
  color: #fff;
  font-size: clamp(20rem, 4.8vw, 34rem);
  line-height: 1.18;
}

.math-visual__grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 10rem;
}

.math-visual__grid a {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 46rem;
  padding: 10rem;
  border: 1px solid rgb(90 201 255 / 14%);
  border-radius: 6rem;
  background: rgb(255 255 255 / 4%);
  color: rgb(255 255 255 / 84%);
  font-size: 13rem;
  font-weight: 900;
  text-align: center;
}

.math-toc {
  display: grid;
  gap: 9rem;
  padding: 0;
  border: 0;
  background: transparent;
  backdrop-filter: none;
}

.math-toc__title {
  margin: 0 0 4rem;
  color: rgb(255 255 255 / 48%);
  font-size: 12rem;
  font-weight: 800;
  text-transform: uppercase;
}

.math-toc a {
  display: flex;
  align-items: center;
  min-height: 38rem;
  padding: 10rem 12rem;
  border: 1px solid rgb(90 201 255 / 14%);
  border-radius: 6rem;
  background: rgb(0 0 0 / 18%);
  color: rgb(255 255 255 / 84%);
  font-size: 14rem;
  font-weight: 800;
  line-height: 1.3;
}

.math-hero__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 14rem;
  margin-top: 28rem;
}

.math-advantages {
  --section-gap-top: 0;
  --section-gap-bottom: 42rem;
  display: grid;
  gap: 16rem;
}

.math-advantage {
  border: 1px solid rgb(255 255 255 / 10%);
  border-radius: 8rem;
  background:
    radial-gradient(circle at 12% 0%, rgb(56 189 248 / 12%), transparent 34%),
    rgb(255 255 255 / 4%);
  backdrop-filter: blur(10px);
  overflow: hidden;
}

.math-advantage[open] {
  border-color: rgb(56 189 248 / 28%);
  box-shadow: 0 24rem 90rem rgb(0 0 0 / 22%);
}

.math-advantage summary {
  display: grid;
  grid-template-columns: auto minmax(0, 1fr);
  gap: 18rem;
  align-items: center;
  padding: 22rem;
  cursor: pointer;
  list-style: none;
}

.math-advantage summary::-webkit-details-marker {
  display: none;
}

.math-advantage__number {
  color: transparent;
  font-size: clamp(54rem, 9vw, 112rem);
  font-weight: 400;
  line-height: 0.9;
  -webkit-text-stroke: 1px rgb(56 189 248 / 65%);
}

.math-advantage__body {
  display: grid;
  gap: 10rem;
  min-width: 0;
}

.math-advantage__title {
  color: #ffffff;
  font-size: clamp(24rem, 3vw, 36rem);
  font-weight: 800;
  line-height: 1.15;
}

.math-advantage__text {
  max-width: 740rem;
  color: rgb(255 255 255 / 64%);
  font-size: 15rem;
  line-height: 1.55;
}

.math-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 8rem;
}

.math-tags span {
  padding: 8rem 10rem;
  border: 1px solid rgb(90 201 255 / 14%);
  border-radius: 6rem;
  background: rgb(0 0 0 / 18%);
  color: rgb(255 255 255 / 78%);
  font-size: 12rem;
  font-weight: 800;
}

.math-advantage__toggle {
  grid-column: 1 / -1;
  justify-self: start;
  min-width: 150rem;
  padding: 12rem 16rem;
  border: 1px solid rgb(90 201 255 / 28%);
  border-radius: 6rem;
  color: #38bdf8;
  font-size: 14rem;
  font-weight: 900;
  text-align: center;
}

.math-advantage[open] .math-advantage__toggle {
  color: #a78bfa;
}

.math-advantage__more::after,
.math-advantage__less::after {
  content: " ->";
}

.math-advantage__less {
  display: none;
}

.math-advantage[open] .math-advantage__more {
  display: none;
}

.math-advantage[open] .math-advantage__less {
  display: inline;
}

.math-advantage__content {
  display: grid;
  gap: 14rem;
  padding: 0 22rem 24rem;
}

.math-diagram {
  display: grid;
  gap: 12rem;
  padding: 16rem;
  border: 1px solid rgb(56 189 248 / 18%);
  border-radius: 8rem;
  background:
    linear-gradient(135deg, rgb(5 17 38 / 82%), rgb(14 20 50 / 72%)),
    rgb(255 255 255 / 4%);
}

.math-diagram__node,
.math-diagram__step,
.math-diagram__decision {
  min-width: 0;
  padding: 14rem;
  border: 1px solid rgb(255 255 255 / 10%);
  border-radius: 6rem;
  background: rgb(255 255 255 / 5%);
}

.math-diagram__node span,
.math-diagram__step small,
.math-diagram__decision span {
  display: block;
  color: rgb(255 255 255 / 58%);
  font-size: 12rem;
  font-weight: 700;
  line-height: 1.35;
}

.math-diagram__node strong,
.math-diagram__step strong,
.math-diagram__decision strong {
  display: block;
  margin-top: 4rem;
  color: #ffffff;
  font-size: 15rem;
  font-weight: 900;
  line-height: 1.25;
}

.math-diagram__node--accent {
  border-color: rgb(56 189 248 / 35%);
  background: rgb(56 189 248 / 10%);
}

.math-diagram__operator {
  display: grid;
  place-items: center;
  color: #38bdf8;
  font-size: 26rem;
  font-weight: 900;
}

.math-diagram__step span {
  display: inline-grid;
  width: 28rem;
  height: 28rem;
  place-items: center;
  margin-bottom: 10rem;
  border-radius: 999px;
  background: rgb(56 189 248 / 14%);
  color: #38bdf8;
  font-size: 13rem;
  font-weight: 900;
}

.math-diagram__decision {
  border-color: rgb(167 139 250 / 28%);
  background: rgb(167 139 250 / 9%);
}

.math-diagram__decision span {
  margin-top: 8rem;
}

.math-advantage__content p {
  max-width: 1080rem;
  margin: 0;
  color: rgb(255 255 255 / 68%);
  font-size: 16rem;
  line-height: 1.72;
}

.math-advantage__content h3 {
  margin: 10rem 0 0;
  color: #ffffff;
  font-size: 20rem;
  font-weight: 800;
}

.math-advantage__content ul {
  display: grid;
  gap: 9rem;
  margin: 0;
  padding: 0;
  list-style: none;
}

.math-advantage__content li {
  position: relative;
  padding-left: 22rem;
  color: rgb(255 255 255 / 74%);
  font-size: 15rem;
  line-height: 1.5;
}

.math-advantage__content li::before {
  content: "";
  position: absolute;
  top: 9rem;
  left: 0;
  width: 8rem;
  height: 8rem;
  border-radius: 50%;
  background: #38bdf8;
  box-shadow: 0 0 12rem rgb(56 189 248 / 60%);
}

@media (min-width: 959.98px) {
  .math-advantage summary {
    grid-template-columns: 150rem minmax(0, 1fr) auto;
    padding: 26rem 34rem;
  }

  .math-advantage__toggle {
    grid-column: auto;
    justify-self: end;
  }

  .math-advantage__content {
    padding: 0 34rem 34rem 184rem;
  }

  .math-diagram--formula {
    grid-template-columns: minmax(0, 1fr) 42rem minmax(0, 1fr) 42rem minmax(0, 1fr);
  }

  .math-diagram--pipeline,
  .math-diagram--snapshot {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }
}

.math-overview {
  --section-gap-top: 0;
  --section-gap-bottom: 22rem;
  display: grid;
  gap: 14rem;
}

.math-metric {
  display: grid;
  align-content: start;
  gap: 10rem;
  min-height: 150rem;
  padding: 20rem;
}

.math-metric strong {
  font-size: clamp(34rem, 5vw, 58rem);
  line-height: 1;
  background: linear-gradient(90deg, #38bdf8 0%, #818cf8 55%, #a78bfa 100%);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
}

.math-metric span {
  color: rgb(255 255 255 / 64%);
  font-size: 15rem;
  font-weight: 700;
  line-height: 1.5;
}

.math-section {
  --section-gap-top: 20rem;
  --section-gap-bottom: 34rem;
  display: grid;
  gap: 18rem;
  scroll-margin-top: 110rem;
}

.math-section__copy {
  padding: 24rem;
}

.math-section__copy h2 {
  max-width: 850rem;
  margin: 0 0 18rem;
  font-size: clamp(28rem, 4vw, 48rem);
  font-weight: 800;
  line-height: 1.12;
}

.math-section__copy h3 {
  margin: 24rem 0 10rem;
  color: #ffffff;
  font-size: 20rem;
  font-weight: 800;
}

.math-section__copy p {
  margin: 0 0 14rem;
  color: rgb(255 255 255 / 64%);
  font-size: 16rem;
  line-height: 1.72;
}

.math-section__copy ul,
.math-section__copy ol {
  display: grid;
  gap: 9rem;
  margin: 0;
  padding: 0;
  list-style: none;
}

.math-section__copy li {
  position: relative;
  padding-left: 22rem;
  color: rgb(255 255 255 / 74%);
  font-size: 15rem;
  line-height: 1.5;
}

.math-section__copy li::before {
  content: "";
  position: absolute;
  top: 9rem;
  left: 0;
  width: 8rem;
  height: 8rem;
  border-radius: 50%;
  background: #38bdf8;
  box-shadow: 0 0 12rem rgb(56 189 248 / 60%);
}

.math-formula {
  width: fit-content;
  max-width: 100%;
  padding: 12rem 14rem;
  border: 1px solid rgb(74 222 128 / 22%);
  border-radius: 6rem;
  background: rgb(74 222 128 / 8%);
  color: #8df5b4 !important;
  font-weight: 800;
}

.math-section__media {
  overflow: hidden;
  align-self: start;
  padding: 10rem;
}

.math-section__media img {
  display: block;
  width: 100%;
  max-height: 760rem;
  border-radius: 6rem;
  object-fit: contain;
  background: #020712;
}

@media (min-width: 609.98px) {
  .math-overview {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .math-hero__inner {
    gap: 34rem;
  }

  .math-visual {
    gap: 18rem;
    padding: 24rem;
  }
}

@media (min-width: 959.98px) {
  .math-hero__inner {
    grid-template-columns: minmax(0, 0.98fr) minmax(390rem, 0.72fr);
  }
}

@media (min-width: 1199.98px) {
  .math-hero__inner {
    grid-template-columns: minmax(0, 0.98fr) minmax(430rem, 0.72fr);
  }

  .math-section {
    grid-template-columns: minmax(0, 0.92fr) minmax(390rem, 0.58fr);
    align-items: start;
  }

  .math-section--reverse {
    grid-template-columns: minmax(390rem, 0.58fr) minmax(0, 0.92fr);
  }

  .math-section--reverse .math-section__copy {
    order: 2;
  }

  .math-section--reverse .math-section__media {
    order: 1;
  }
}
