.promo-page-body {
  margin: 0;
  min-width: 320px;
  background:
    radial-gradient(circle at 12% 12%, rgba(247, 183, 51, 0.12), transparent 24%),
    radial-gradient(circle at 82% 6%, rgba(255, 191, 77, 0.1), transparent 28%),
    linear-gradient(180deg, #070b0f 0%, #05070a 100%);
  color: #f5f2ea;
  font-family: "Segoe UI Variable", "Segoe UI", sans-serif;
  overflow-x: clip;
}

.promo-page-body.promo-menu-open {
  overflow: hidden;
}

.promo-page,
.promo-page * {
  box-sizing: border-box;
}

.promo-page {
  position: relative;
  overflow-x: clip;
  padding: 8px 0 32px;
}

.promo-page a {
  color: inherit;
}

.promo-page [hidden] {
  display: none !important;
}

.promo-shell {
  width: min(1320px, calc(100vw - 24px));
  margin: 0 auto;
}

.promo-shell--hero {
  width: 100%;
  min-height: auto;
  display: grid;
  grid-template-rows: auto minmax(0, 1fr);
  padding: 0 18px 18px;
}

.promo-hero {
  position: relative;
  width: min(1320px, calc(100vw - 24px));
  min-height: auto;
  margin: 0 auto;
  padding: 12px 0 18px;
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 16px;
  overflow: hidden;
  background: #070b0f;
  box-shadow: 0 18px 40px rgba(0, 0, 0, 0.24);
}

.promo-hero__background,
.promo-hero__background::before,
.promo-hero__background::after {
  position: absolute;
  inset: 0;
}

.promo-hero__background {
  overflow: hidden;
  background:
    linear-gradient(180deg, rgba(3, 6, 10, 0.72) 0%, rgba(3, 6, 10, 0.18) 32%, rgba(3, 6, 10, 0.88) 100%),
    linear-gradient(90deg, rgba(3, 6, 10, 0.9) 0%, rgba(3, 6, 10, 0.45) 45%, rgba(3, 6, 10, 0.1) 72%),
    url("/assets/landing/hero-bg.jpg") 58% center/cover no-repeat;
}

.promo-hero__background::before {
  content: "";
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.05), transparent 16%),
    radial-gradient(circle at 62% 36%, rgba(255, 191, 77, 0.18), transparent 28%);
}

.promo-hero__background::after {
  content: "";
  inset: auto 0 0;
  height: 112px;
  background: linear-gradient(180deg, rgba(4, 6, 10, 0) 0%, rgba(7, 11, 15, 0.92) 100%);
}

.promo-header {
  position: relative;
  z-index: 3;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  padding: 2px 0 14px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
}

.promo-logo {
  display: inline-flex;
  flex-direction: column;
  gap: 3px;
  text-decoration: none;
}

.promo-logo__title {
  font-family: "Bahnschrift", "Arial Narrow", sans-serif;
  font-size: clamp(24px, 2.1vw, 32px);
  font-weight: 800;
  line-height: 0.92;
  letter-spacing: 0.03em;
  text-transform: uppercase;
}

.promo-logo__subtitle {
  color: #ffbf4d;
  font-family: "Bahnschrift", "Arial Narrow", sans-serif;
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 0.18em;
  text-transform: uppercase;
}

.promo-header__nav {
  display: flex;
  align-items: center;
  gap: 20px;
}

.promo-header__links {
  display: flex;
  align-items: center;
  gap: 8px;
}

.promo-header__links a {
  position: relative;
  padding: 10px 10px;
  color: #f5f2ea;
  font-size: 14px;
  text-decoration: none;
  transition: color 0.2s ease, opacity 0.2s ease;
}

.promo-header__links a::after {
  content: "";
  position: absolute;
  right: 12px;
  bottom: 6px;
  left: 12px;
  height: 1px;
  background: linear-gradient(90deg, rgba(255, 191, 77, 0), rgba(255, 191, 77, 0.92), rgba(255, 191, 77, 0));
  transform: scaleX(0);
  transform-origin: center;
  transition: transform 0.2s ease;
}

.promo-header__links a:hover,
.promo-header__links a:focus-visible {
  color: #ffbf4d;
}

.promo-header__links a:hover::after,
.promo-header__links a:focus-visible::after {
  transform: scaleX(1);
}

.promo-menu-toggle {
  display: none;
  align-items: center;
  justify-content: center;
  width: 48px;
  height: 48px;
  padding: 0;
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 16px;
  background: rgba(7, 11, 15, 0.42);
  color: #f5f2ea;
  cursor: pointer;
  backdrop-filter: blur(16px);
}

.promo-menu-toggle span {
  display: block;
  width: 18px;
  height: 2px;
  margin: 3px 0;
  border-radius: 999px;
  background: currentColor;
  transition: transform 0.22s ease, opacity 0.22s ease;
}

.promo-page-body.promo-menu-open .promo-menu-toggle span:nth-child(1) {
  transform: translateY(5px) rotate(45deg);
}

.promo-page-body.promo-menu-open .promo-menu-toggle span:nth-child(2) {
  opacity: 0;
}

.promo-page-body.promo-menu-open .promo-menu-toggle span:nth-child(3) {
  transform: translateY(-5px) rotate(-45deg);
}

.promo-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  min-height: 50px;
  padding: 0 22px;
  border: 1px solid transparent;
  border-radius: 12px;
  font-size: 15px;
  font-weight: 700;
  text-decoration: none;
  transition:
    transform 0.22s ease,
    box-shadow 0.22s ease,
    border-color 0.22s ease,
    background 0.22s ease,
    color 0.22s ease;
}

.promo-button:hover,
.promo-button:focus-visible {
  transform: translateY(-2px);
}

.promo-button--primary {
  background: linear-gradient(135deg, #f7b733 0%, #ffbf4d 100%);
  color: #131313;
  box-shadow: 0 18px 36px rgba(247, 183, 51, 0.2);
}

.promo-button--primary::after {
  content: "";
  width: 8px;
  height: 8px;
  margin-left: 4px;
  border-top: 2px solid currentColor;
  border-right: 2px solid currentColor;
  transform: rotate(45deg);
}

.promo-button--primary:hover,
.promo-button--primary:focus-visible {
  box-shadow: 0 22px 44px rgba(247, 183, 51, 0.26);
}

.promo-button--secondary {
  border-color: rgba(255, 255, 255, 0.14);
  background: rgba(255, 255, 255, 0.04);
  color: #f5f2ea;
  backdrop-filter: blur(16px);
}

.promo-button--secondary:hover,
.promo-button--secondary:focus-visible {
  border-color: rgba(255, 191, 77, 0.44);
  background: rgba(255, 255, 255, 0.07);
}

.promo-hero__grid {
  position: relative;
  z-index: 2;
  display: grid;
  grid-template-columns: minmax(0, 1.02fr) minmax(360px, 0.98fr);
  align-items: end;
  gap: clamp(28px, 3vw, 54px);
  min-height: 416px;
  padding-top: 18px;
}

.promo-hero__copy {
  max-width: 560px;
  padding-bottom: 8px;
  animation: promoFadeUp 0.8s ease both;
}

.promo-kicker {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 9px 15px;
  border: 1px solid rgba(255, 191, 77, 0.18);
  border-radius: 999px;
  background: rgba(7, 11, 15, 0.42);
  color: #ffbf4d;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.promo-kicker svg {
  width: 14px;
  height: 14px;
}

.promo-hero__title {
  margin: 18px 0 16px;
  max-width: 560px;
  font-family: "Bahnschrift", "Arial Narrow", sans-serif;
  font-size: clamp(50px, 4.25vw, 68px);
  font-weight: 800;
  line-height: 0.92;
  letter-spacing: 0.005em;
  text-transform: uppercase;
}

.promo-hero__title-line {
  display: block;
  white-space: nowrap;
}

.promo-hero__title-line--accent {
  color: #ffbf4d;
}

.promo-hero__lead {
  max-width: 460px;
  margin: 0;
  color: #d0c8bd;
  font-size: 18px;
  line-height: 1.58;
}

.promo-hero__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 24px;
}

.promo-stats {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
  max-width: 540px;
  margin: 34px 0 0;
  padding: 0;
  list-style: none;
}

.promo-stats li {
  padding-top: 16px;
  border-top: 1px solid rgba(255, 255, 255, 0.14);
}

.promo-stats__head {
  display: flex;
  align-items: center;
  gap: 12px;
}

.promo-stats__icon {
  display: inline-flex;
  width: 30px;
  height: 30px;
  color: #ffbf4d;
}

.promo-stats__icon svg {
  width: 100%;
  height: 100%;
}

.promo-stats__value {
  display: block;
  font-family: "Bahnschrift", "Arial Narrow", sans-serif;
  font-size: clamp(24px, 2.1vw, 34px);
  font-weight: 700;
  line-height: 1;
}

.promo-stats__label {
  display: block;
  margin-top: 8px;
  color: #a9a39a;
  font-size: 13px;
}

.promo-hero__stage {
  position: relative;
  display: flex;
  align-items: flex-end;
  justify-content: center;
  width: min(520px, 100%);
  min-height: 420px;
  justify-self: end;
  animation: promoFadeUp 1s ease both;
}

.promo-hero__art {
  position: relative;
  width: min(100%, 500px);
  height: 430px;
}

.promo-hero__ambient {
  position: absolute;
  right: 50%;
  bottom: 18px;
  width: 620px;
  aspect-ratio: 1;
  border-radius: 50%;
  background:
    radial-gradient(circle, rgba(255, 191, 77, 0.28) 0%, rgba(255, 191, 77, 0.08) 34%, rgba(255, 191, 77, 0) 72%);
  filter: blur(18px);
  transform: translateX(50%);
}

.promo-hero__tower-frame {
  position: absolute;
  left: 50%;
  bottom: 0;
  width: 470px;
  height: 390px;
  z-index: 1;
  transform-origin: 50% 100%;
  transform: translateX(-50%);
  animation: promoTowerSway 8s ease-in-out infinite;
}

.promo-hero__tower {
  position: absolute;
  left: 50%;
  bottom: 0;
  width: auto;
  height: 136%;
  max-width: none;
  object-fit: contain;
  object-position: center bottom;
  transform: translateX(-50%);
  filter:
    drop-shadow(0 24px 50px rgba(0, 0, 0, 0.46))
    drop-shadow(0 0 44px rgba(255, 191, 77, 0.16));
}

.promo-hero__crown {
  position: absolute;
  top: -2px;
  left: 58%;
  width: 86px;
  color: #ffbf4d;
  opacity: 0.92;
  z-index: 2;
}

.promo-hero__crown svg {
  display: block;
  width: 100%;
  height: auto;
}

.promo-note {
  position: absolute;
  display: inline-flex;
  flex-direction: column;
  gap: 3px;
  max-width: 150px;
  color: #f5f2ea;
  font-size: 15px;
  line-height: 1.2;
  z-index: 2;
  text-shadow: 0 10px 26px rgba(0, 0, 0, 0.45);
}

.promo-note span {
  color: #ddd7ce;
}

.promo-note strong {
  color: #ffbf4d;
  font-size: 17px;
}

.promo-note::before {
  content: "";
  position: absolute;
  top: 50%;
  width: 44px;
  height: 44px;
  border-top: 1px solid rgba(255, 255, 255, 0.52);
  border-radius: 50% 50% 0 50%;
  opacity: 0.68;
}

.promo-note--top {
  top: 72px;
  left: -12px;
  align-items: flex-end;
  text-align: right;
}

.promo-note--top::before {
  right: -54px;
  transform: translateY(-50%) rotate(28deg);
}

.promo-note--bottom {
  right: -14px;
  bottom: 86px;
}

.promo-note--bottom::before {
  left: -56px;
  transform: translateY(-50%) rotate(-152deg);
}

.promo-section {
  position: relative;
  padding: 8px 0 0;
}

.promo-section__intro {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  margin-bottom: 18px;
}

.promo-section__intro--compact {
  margin-bottom: 16px;
}

.promo-section__eyebrow {
  margin: 0 0 10px;
  color: #ffbf4d;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}

.promo-section__intro h2,
.promo-path h2,
.promo-rules__copy h2,
.promo-store__copy h2,
.promo-faq__intro h2 {
  margin: 0;
  font-family: "Bahnschrift", "Arial Narrow", sans-serif;
  font-size: clamp(28px, 2.5vw, 38px);
  font-weight: 700;
  line-height: 1.02;
}

.promo-section__intro p,
.promo-rules__copy p,
.promo-store__copy p,
.promo-faq__intro p {
  max-width: 620px;
  margin: 12px 0 0;
  color: #a9a39a;
  font-size: 17px;
  line-height: 1.6;
}

.promo-section__link {
  color: #ffbf4d;
  font-size: 14px;
  font-weight: 700;
  text-decoration: none;
  white-space: nowrap;
}

.promo-section__link--arrow {
  display: inline-flex;
  align-items: center;
  gap: 10px;
}

.promo-section__link--arrow::after {
  content: "";
  width: 8px;
  height: 8px;
  border-top: 2px solid currentColor;
  border-right: 2px solid currentColor;
  transform: rotate(45deg);
}

.promo-section__link:hover,
.promo-section__link:focus-visible {
  text-decoration: underline;
}

.promo-prizes {
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 16px;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.04), rgba(255, 255, 255, 0.02)),
    rgba(8, 12, 16, 0.82);
  backdrop-filter: blur(18px);
  padding: 18px 20px 20px;
}

.promo-prizes__track {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 14px;
}

.promo-prize-card {
  display: grid;
  grid-template-columns: 82px minmax(0, 1fr);
  align-items: center;
  gap: 14px;
  padding: 14px;
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 14px;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.06), rgba(255, 255, 255, 0.03)),
    rgba(14, 19, 24, 0.92);
  box-shadow: none;
  transition: transform 0.24s ease, border-color 0.24s ease, box-shadow 0.24s ease;
}

.promo-prize-card:hover,
.promo-prize-card:focus-within {
  transform: translateY(-6px);
  border-color: rgba(255, 191, 77, 0.24);
  box-shadow: 0 26px 54px rgba(0, 0, 0, 0.24);
}

.promo-prize-card__media {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 82px;
  height: 82px;
  border-radius: 16px;
  background:
    radial-gradient(circle at 50% 50%, rgba(255, 191, 77, 0.28), rgba(255, 191, 77, 0.02) 70%),
    rgba(255, 255, 255, 0.02);
}

.promo-prize-card__media img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.promo-prize-card__title {
  margin: 0;
  font-size: clamp(18px, 1.65vw, 28px);
  font-weight: 700;
  line-height: 1.02;
}

.promo-prize-card__subtitle {
  margin: 4px 0 0;
  color: #a9a39a;
  font-size: 15px;
}

.promo-prize-card__badge {
  display: inline-flex;
  margin-top: 12px;
  padding: 7px 11px;
  border-radius: 12px;
  background: rgba(255, 255, 255, 0.08);
  color: #f5f2ea;
  font-size: 13px;
  font-weight: 700;
}

.promo-rating-layout {
  display: grid;
  grid-template-columns: minmax(0, 1.42fr) minmax(280px, 0.78fr);
  gap: 14px;
}

.promo-rating,
.promo-path,
.promo-rules,
.promo-faq,
.promo-store,
.promo-footer__shell {
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 16px;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.05), rgba(255, 255, 255, 0.02)),
    rgba(8, 12, 16, 0.76);
  backdrop-filter: blur(18px);
}

.promo-rating {
  padding: 18px;
}

.promo-rating__top {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 18px;
  margin-bottom: 12px;
}

.promo-rating__copy p {
  margin: 8px 0 0;
  max-width: 420px;
  color: #a9a39a;
  font-size: 14px;
  line-height: 1.5;
}

.promo-rating__tabs {
  display: flex;
  flex-wrap: nowrap;
  gap: 8px;
}

.promo-rating__tab {
  min-height: 44px;
  padding: 0 16px;
  border: 1px solid transparent;
  border-radius: 12px;
  background: rgba(255, 255, 255, 0.04);
  color: #d0c8bd;
  font-size: 14px;
  font-weight: 700;
  cursor: pointer;
  transition: background 0.2s ease, border-color 0.2s ease, color 0.2s ease;
}

.promo-rating__tab:hover,
.promo-rating__tab:focus-visible {
  border-color: rgba(255, 191, 77, 0.28);
  color: #f5f2ea;
}

.promo-rating__tab.is-active {
  background: rgba(247, 183, 51, 0.16);
  color: #ffbf4d;
  border-color: rgba(255, 191, 77, 0.16);
}

.promo-rating__note {
  margin: 0 0 12px;
  color: #8c857c;
  font-size: 13px;
}

.promo-rating__surface {
  position: relative;
  min-height: 0;
  overflow: hidden;
  border-radius: 14px;
  border: 1px solid rgba(255, 255, 255, 0.08);
  background: rgba(255, 255, 255, 0.03);
}

.promo-rating__table-wrap {
  overflow-x: auto;
}

.promo-rating__table {
  width: 100%;
}

.promo-rating__table thead {
  display: none;
}

.promo-rating__table table {
  width: 100%;
  border-collapse: collapse;
  table-layout: auto;
}

.promo-rating__table td {
  padding: 16px 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.06);
  text-align: left;
  white-space: nowrap;
}

.promo-rating__table tbody tr {
  display: grid;
  grid-template-columns: 40px minmax(0, 1fr) 108px 56px 18px;
  align-items: center;
  gap: 12px;
  transition: background 0.18s ease;
}

.promo-rating__table tbody tr:hover {
  background: rgba(255, 255, 255, 0.02);
}

.promo-rating__table td:first-child {
  padding-left: 16px;
  color: #ffbf4d;
  font-family: "Bahnschrift", "Arial Narrow", sans-serif;
  font-size: 22px;
  font-weight: 700;
}

.promo-rating__player {
  display: flex;
  align-items: center;
  gap: 12px;
  min-width: 0;
}

.promo-rating__avatar {
  width: 30px;
  height: 30px;
  flex: none;
  border-radius: 50%;
  border: 1px solid rgba(255, 255, 255, 0.18);
  background:
    radial-gradient(circle at 32% 28%, rgba(255, 222, 158, 0.92), rgba(160, 101, 45, 0.96) 58%, rgba(53, 31, 19, 0.96) 100%);
  box-shadow: 0 6px 14px rgba(0, 0, 0, 0.24);
}

.promo-rating__player-name {
  overflow: hidden;
  text-overflow: ellipsis;
  font-size: 16px;
  font-weight: 700;
  white-space: nowrap;
}

.promo-rating__metric {
  text-align: right;
  font-size: 16px;
  font-weight: 600;
}

.promo-rating__chevron {
  display: inline-flex;
  justify-content: center;
  color: #7f786f;
}

.promo-rating__chevron svg {
  width: 12px;
  height: 12px;
}

.promo-rating__loading,
.promo-rating__empty,
.promo-rating__error {
  display: flex;
  align-items: center;
  min-height: 180px;
  padding: 24px;
  color: #a9a39a;
  font-size: 17px;
  line-height: 1.6;
}

.promo-rating__loading::before {
  content: "";
  width: 18px;
  height: 18px;
  margin-right: 12px;
  border: 2px solid rgba(255, 255, 255, 0.14);
  border-top-color: #ffbf4d;
  border-radius: 50%;
  animation: promoSpin 0.8s linear infinite;
}

.promo-rating__error {
  color: #f1c3bd;
}

.promo-path {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  padding: 18px;
}

.promo-path__heading {
  margin-bottom: 12px;
}

.promo-path__list {
  display: grid;
  gap: 16px;
  margin: 0;
}

.promo-path__item {
  display: grid;
  grid-template-columns: 18px minmax(0, 1fr);
  gap: 12px;
  align-items: center;
}

.promo-path__icon {
  display: inline-flex;
  width: 18px;
  height: 18px;
  color: #ffbf4d;
}

.promo-path__icon svg {
  width: 100%;
  height: 100%;
}

.promo-path__item strong {
  display: block;
  font-size: 15px;
  font-weight: 600;
  line-height: 1.45;
}

.promo-rules {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  align-items: center;
  gap: 22px;
  padding: 28px;
}

.promo-faq {
  margin-top: 22px;
  padding: 28px;
}

.promo-faq__grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 14px;
  margin-top: 24px;
}

.promo-faq details {
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 22px;
  background: rgba(255, 255, 255, 0.03);
  overflow: hidden;
}

.promo-faq summary {
  position: relative;
  padding: 18px 54px 18px 20px;
  list-style: none;
  cursor: pointer;
  font-size: 18px;
  font-weight: 700;
}

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

.promo-faq summary::before,
.promo-faq summary::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 20px;
  width: 14px;
  height: 2px;
  background: #ffbf4d;
  border-radius: 999px;
  transform: translateY(-50%);
  transition: transform 0.2s ease;
}

.promo-faq summary::after {
  transform: translateY(-50%) rotate(90deg);
}

.promo-faq details[open] summary::after {
  transform: translateY(-50%) rotate(0deg);
}

.promo-faq__answer {
  padding: 0 20px 18px;
  color: #a9a39a;
  line-height: 1.6;
}

.promo-section--store {
  padding-bottom: 42px;
}

.promo-store {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 22px;
  align-items: center;
  padding: 30px;
}

.promo-store__buttons {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  justify-content: flex-end;
}

.promo-store__button {
  min-width: 220px;
  min-height: 72px;
  padding: 14px 18px;
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 22px;
  background: rgba(255, 255, 255, 0.04);
  color: #f5f2ea;
  font-size: 16px;
  font-weight: 700;
  text-decoration: none;
  transition: transform 0.2s ease, border-color 0.2s ease, background 0.2s ease;
}

.promo-store__button:hover,
.promo-store__button:focus-visible {
  transform: translateY(-2px);
  border-color: rgba(255, 191, 77, 0.3);
  background: rgba(255, 255, 255, 0.06);
}

.promo-store__button span {
  display: block;
  margin-top: 6px;
  color: #a9a39a;
  font-size: 13px;
  font-weight: 600;
}

.promo-store__button[aria-disabled="true"] {
  cursor: default;
  color: #d0c8bd;
}

.promo-store__button[aria-disabled="true"]:hover,
.promo-store__button[aria-disabled="true"]:focus-visible {
  transform: none;
  border-color: rgba(255, 255, 255, 0.1);
  background: rgba(255, 255, 255, 0.04);
}

.promo-footer {
  padding: 0 0 30px;
}

.promo-footer__shell {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  padding: 24px 28px;
}

.promo-footer__text {
  color: #a9a39a;
  font-size: 14px;
  line-height: 1.6;
}

.promo-footer__links {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  gap: 14px 18px;
}

.promo-footer__links a {
  color: #f5f2ea;
  font-size: 14px;
  text-decoration: none;
}

.promo-footer__links a:hover,
.promo-footer__links a:focus-visible {
  color: #ffbf4d;
}

@keyframes promoFadeUp {
  from {
    opacity: 0;
    transform: translateY(18px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

@keyframes promoTowerSway {
  0%,
  100% {
    transform: translate3d(0, 0, 0) rotate(-1.2deg);
  }
  50% {
    transform: translate3d(0, -12px, 0) rotate(1deg);
  }
}

@keyframes promoSpin {
  to {
    transform: rotate(360deg);
  }
}

@media (max-width: 1180px) {
  .promo-prizes__track {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .promo-hero__grid {
    grid-template-columns: minmax(0, 1fr) minmax(320px, 0.86fr);
  }

  .promo-note--top {
    left: -4px;
  }
}

@media (max-width: 960px) {
  .promo-shell {
    width: min(1320px, calc(100vw - 20px));
  }

  .promo-shell--hero {
    width: 100%;
    min-height: auto;
    padding: 0 14px 14px;
  }

  .promo-header__nav {
    position: absolute;
    top: calc(100% + 14px);
    right: 0;
    left: 0;
    flex-direction: column;
    align-items: stretch;
    gap: 14px;
    padding: 18px;
    border: 1px solid rgba(255, 255, 255, 0.1);
    border-radius: 24px;
    background: rgba(7, 11, 15, 0.94);
    box-shadow: 0 24px 48px rgba(0, 0, 0, 0.28);
    opacity: 0;
    transform: translateY(-8px);
    pointer-events: none;
    transition: opacity 0.22s ease, transform 0.22s ease;
  }

  .promo-page-body.promo-menu-open .promo-header__nav {
    opacity: 1;
    transform: translateY(0);
    pointer-events: auto;
  }

  .promo-header__links {
    flex-direction: column;
    align-items: stretch;
  }

  .promo-header__links a {
    padding: 12px 2px;
  }

  .promo-menu-toggle {
    display: inline-flex;
  }

  .promo-header__nav .promo-button {
    width: 100%;
  }

  .promo-hero {
    min-height: unset;
    width: min(1320px, calc(100vw - 20px));
    padding-bottom: 14px;
  }

  .promo-hero__grid,
  .promo-rating-layout,
  .promo-rules,
  .promo-store,
  .promo-footer__shell {
    grid-template-columns: 1fr;
  }

  .promo-hero__grid {
    grid-template-columns: 1fr;
    gap: 20px;
    min-height: unset;
  }

  .promo-hero__copy {
    padding-bottom: 0;
  }

  .promo-hero__stage {
    width: 100%;
    min-height: 320px;
    justify-self: stretch;
    justify-content: center;
  }

  .promo-hero__art {
    width: min(360px, 90vw);
    height: 320px;
  }

  .promo-hero__tower-frame {
    width: min(340px, 86vw);
    height: 310px;
    left: 50%;
    bottom: 0;
    animation-name: none;
  }

  .promo-hero__tower {
    left: 50%;
    bottom: 0;
    height: 126%;
    transform: translateX(-50%);
  }

  .promo-hero__crown {
    top: -2px;
    left: 56%;
    width: 68px;
  }

  .promo-note--top {
    top: 42px;
    left: 0;
  }

  .promo-note--bottom {
    right: 0;
    bottom: 64px;
  }

  .promo-rating__top {
    flex-direction: column;
  }

  .promo-rating__tabs {
    width: 100%;
    flex-wrap: wrap;
  }

  .promo-rating__table tbody tr {
    grid-template-columns: 36px minmax(0, 1fr) 90px 52px 18px;
  }

  .promo-path {
    padding: 18px;
  }

  .promo-faq__grid {
    grid-template-columns: 1fr;
  }

  .promo-store__buttons,
  .promo-footer__links {
    justify-content: flex-start;
  }
}

@media (max-width: 720px) {
  .promo-hero__title {
    font-size: clamp(42px, 15vw, 62px);
  }

  .promo-hero__title-line {
    white-space: normal;
  }

  .promo-hero__lead,
  .promo-section__intro p,
  .promo-rules__copy p,
  .promo-store__copy p,
  .promo-faq__intro p {
    font-size: 16px;
  }

  .promo-stats {
    grid-template-columns: 1fr;
    gap: 12px;
  }

  .promo-prizes__track {
    grid-auto-flow: column;
    grid-auto-columns: minmax(280px, 86vw);
    grid-template-columns: none;
    overflow-x: auto;
    padding-bottom: 8px;
    scroll-snap-type: x proximity;
  }

  .promo-prize-card {
    scroll-snap-align: start;
  }

  .promo-rating,
  .promo-prizes,
  .promo-path,
  .promo-rules,
  .promo-faq,
  .promo-store,
  .promo-footer__shell {
    padding: 18px;
    border-radius: 14px;
  }

  .promo-rating__table td {
    padding: 14px 0;
  }

  .promo-rating__table td:first-child {
    font-size: 20px;
    padding-left: 12px;
  }

  .promo-rating__table tbody tr {
    grid-template-columns: 32px minmax(0, 1fr) 82px 18px;
    gap: 10px;
  }

  .promo-rating__copy p {
    max-width: none;
  }

  .promo-hide-mobile {
    display: none;
  }

  .promo-note {
    max-width: 132px;
    font-size: 14px;
  }

  .promo-note strong {
    font-size: 16px;
  }

  .promo-note::before {
    width: 28px;
    height: 28px;
  }

  .promo-note--top::before {
    right: -34px;
  }

  .promo-note--bottom::before {
    left: -36px;
  }
}

@media (max-width: 480px) {
  .promo-shell {
    width: min(1320px, calc(100vw - 16px));
  }

  .promo-shell--hero {
    padding: 0 12px 12px;
  }

  .promo-hero {
    width: min(1320px, calc(100vw - 16px));
    padding-top: 10px;
  }

  .promo-hero__actions,
  .promo-button,
  .promo-store__button {
    width: 100%;
  }

  .promo-hero__stage {
    min-height: 280px;
  }

  .promo-hero__tower-frame {
    width: min(292px, 86vw);
    height: 250px;
  }

  .promo-hero__crown {
    top: 0;
    left: 58%;
    width: 58px;
  }

  .promo-note--top {
    top: 32px;
    left: 0;
  }

  .promo-note--bottom {
    right: 0;
    bottom: 48px;
  }

  .promo-prize-card {
    grid-template-columns: 74px minmax(0, 1fr);
    gap: 12px;
  }

  .promo-prize-card__media {
    width: 74px;
    height: 74px;
  }

  .promo-prize-card__title {
    font-size: 20px;
  }

  .promo-rating__tabs {
    display: grid;
    grid-template-columns: 1fr;
  }
}
