:root {
  color-scheme: light;
  font-family: Arial, Helvetica, sans-serif;
  background: #eef7ff;
}

* {
  box-sizing: border-box;
}

html,
body {
  margin: 0;
  min-width: 320px;
  background: #eef7ff;
}

button {
  font: inherit;
}

.landing-page {
  container-name: landing;
  container-type: inline-size;
  width: 100%;
  max-width: 750px;
  margin: 0 auto;
  padding-top: calc(min(24.133vw, 181px) + env(safe-area-inset-top, 0px));
  overflow: hidden;
  background: #edf6ff;
}

.section-art {
  display: block;
  width: 100%;
  height: auto;
  user-select: none;
  -webkit-user-drag: none;
}

.top-banner {
  position: fixed;
  z-index: 10;
  top: 0;
  left: 50%;
  width: min(100%, 750px);
  padding-top: env(safe-area-inset-top, 0px);
  background: #2867d7;
  transform: translateX(-50%);
}

.top-download {
  position: absolute;
  top: calc(env(safe-area-inset-top, 0px) + 7.2cqw);
  right: 4.55cqw;
  width: 21.8cqw;
  height: 10.15cqw;
  padding: 0;
  border: 0;
  border-radius: 999px;
  background: #fffdf0;
  color: #1460ce;
  font-size: 3.9cqw;
  font-weight: 700;
  line-height: 1;
  cursor: pointer;
  -webkit-tap-highlight-color: transparent;
}

.game-showcase {
  position: relative;
  aspect-ratio: 750 / 547;
  background: #15bff2;
}

.showcase-slides,
.showcase-slide {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
}

.showcase-slide {
  display: block;
  object-fit: cover;
  z-index: 0;
  opacity: 0;
  transform: translateX(7%);
  transition: opacity 420ms ease, transform 520ms cubic-bezier(0.22, 0.61, 0.36, 1);
  will-change: opacity, transform;
  user-select: none;
  -webkit-user-drag: none;
}

.showcase-slide.is-active {
  z-index: 2;
  opacity: 1;
  transform: translateX(0);
}

.showcase-slide.is-leaving {
  z-index: 1;
  opacity: 0;
  transform: translateX(-7%);
}

.game-tabs {
  position: absolute;
  z-index: 2;
  right: 2.85cqw;
  bottom: 1.15cqw;
  left: 2.85cqw;
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  height: 26.25cqw;
  padding: 0.9cqw 0;
  overflow: hidden;
  border: 0.25cqw solid rgba(255, 255, 255, 0.94);
  border-radius: 2.85cqw;
  background: rgba(0, 93, 203, 0.87);
  box-shadow: 0 0.35cqw 0.9cqw rgba(0, 38, 123, 0.18);
  backdrop-filter: blur(1px);
}

.game-tab {
  display: flex;
  min-width: 0;
  height: 100%;
  padding: 1.05cqw 0.35cqw 0.75cqw;
  flex-direction: column;
  align-items: center;
  border: 0;
  border-radius: 2.3cqw;
  outline: 0;
  background: transparent;
  color: #fff;
  font-size: 3.05cqw;
  font-weight: 600;
  line-height: 1.32;
  text-align: center;
  cursor: pointer;
  transition: color 160ms ease, background-color 160ms ease, transform 160ms ease;
  -webkit-tap-highlight-color: transparent;
}

.game-tab img {
  display: block;
  width: 11.47cqw;
  height: 11.47cqw;
  margin-bottom: 1.75cqw;
  border-radius: 2.15cqw;
  flex: 0 0 auto;
  user-select: none;
  -webkit-user-drag: none;
}

.game-tab span {
  display: block;
  white-space: nowrap;
}

.game-tab:nth-child(1) > * {
  transform: translateX(1.55cqw);
}

.game-tab:nth-child(2) > * {
  transform: translateX(0.45cqw);
}

.game-tab:nth-child(4) > * {
  transform: translateX(-0.7cqw);
}

.game-tab.is-active {
  width: 21.33cqw;
  justify-self: end;
  background: #fff;
  color: #171717;
  font-size: 2.95cqw;
  line-height: 1.36;
  box-shadow: 0 0.35cqw 0.85cqw rgba(0, 39, 104, 0.16);
}

.game-tab.is-active > * {
  transform: none;
}

.game-tab:focus-visible,
.top-download:focus-visible,
.bottom-download:focus-visible {
  outline: 0.35cqw solid #ffd826;
  outline-offset: -0.55cqw;
}

.game-tab:active,
.top-download:active,
.bottom-download:active {
  transform: scale(0.98);
}

.product-content {
  position: relative;
}

.bottom-download {
  position: absolute;
  right: 3.2cqw;
  bottom: 8.53cqw;
  left: 3.2cqw;
  display: block;
  width: 93.6cqw;
  height: 14.27cqw;
  padding: 0;
  border: 0;
  border-radius: 999px;
  background: transparent;
  cursor: pointer;
  transition: filter 160ms ease, transform 160ms ease;
  -webkit-tap-highlight-color: transparent;
}

.bottom-download img {
  display: block;
  width: 100%;
  height: 100%;
  user-select: none;
  -webkit-user-drag: none;
}

@media (hover: hover) {
  .top-download:hover {
    background: #fff;
  }

  .game-tab:not(.is-active):hover {
    background: rgba(255, 255, 255, 0.11);
  }

  .bottom-download:hover {
    filter: brightness(1.04);
  }
}

@media (prefers-reduced-motion: reduce) {
  .showcase-slide,
  .game-tab,
  .top-download,
  .bottom-download {
    transition: none;
  }
}
