:root {
  --white: #ffffff;
  --black-400: #060514;
  --black-500: #0f031c;
  --gray-500: #515763;
  --gray-400: #8190ae;
  --purple: #7b16ff;
  --yellow: #fab639;
  --red: #e31d1c;
  --green: #21dccd;
  --white-08: rgba(255, 255, 255, 0.08);
  --white-02: rgba(255, 255, 255, 0.02);
  --black-72: rgba(6, 5, 20, 0.72);
  --container: 1240px;
  --radius: 6px;
  --font: system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}

* {
  box-sizing: border-box;
}

html {
  background: var(--black-400);
  color: var(--white);
  font-family: var(--font);
  scroll-behavior: smooth;
}

body {
  margin: 0;
  min-width: 320px;
  overflow-x: hidden;
  background: var(--black-400);
  color: var(--white);
}

a {
  color: inherit;
  text-decoration: none;
}

img {
  display: block;
  max-width: 100%;
}

button,
input {
  font: inherit;
}

.nav-state {
  position: fixed;
  opacity: 0;
  pointer-events: none;
}

.site-header {
  position: sticky;
  top: 0;
  z-index: 20;
  background: var(--black-400);
}

.header-top {
  border-bottom: 1px solid var(--white-08);
}

.header-top-shell {
  width: min(100%, 1440px);
  min-height: 63px;
  margin: 0 auto;
  padding: 10px 90px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 32px;
}

.top-links,
.top-telegram {
  display: flex;
  align-items: center;
  gap: 8px;
  color: var(--gray-500);
  font-size: 14px;
  line-height: 1.43;
}

.top-icon {
  width: 18px;
  height: 18px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: 1px solid var(--purple);
  border-radius: 50%;
  color: var(--purple);
}

.top-icon img {
  width: 10px;
  height: 10px;
  object-fit: contain;
}

.top-divider {
  width: 1px;
  height: 26px;
  margin: 0 8px;
  display: block;
  background: var(--white-08);
}

.header-shell {
  width: min(100%, 1440px);
  min-height: 102px;
  margin: 0 auto;
  padding: 18px 90px;
  display: flex;
  align-items: center;
  gap: 27px;
  background: var(--black-500);
}

.brand {
  width: 115px;
  height: 46px;
  display: flex;
  align-items: center;
  overflow: hidden;
}

.brand img {
  width: 100%;
  height: auto;
}

.desktop-nav {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  flex: 1 1 auto;
  gap: 2px;
  color: var(--gray-400);
  font-size: 14px;
  font-weight: 400;
  min-width: 0;
}

.drawer-nav a,
.provider-cloud span,
.payment-grid > span {
  border: 1px solid var(--white-08);
  background: var(--white-02);
  border-radius: var(--radius);
}

.desktop-nav h4 {
  margin: 0;
  color: inherit;
  font: inherit;
  letter-spacing: inherit;
  text-transform: none;
}

.desktop-nav a {
  min-height: 28px;
  padding: 4px 8px;
  display: inline-flex;
  align-items: center;
  gap: 4px;
  border-radius: 2px;
  white-space: nowrap;
}

.desktop-nav a:hover,
.drawer-nav a:hover {
  color: var(--white);
}

.nav-icon {
  width: 12px;
  height: 12px;
  flex: 0 0 12px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}

.nav-icon img,
.mini-icon img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.header-actions {
  display: flex;
  align-items: center;
  gap: 23px;
}

.btn {
  min-height: 39px;
  padding: 10px 24px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: 1px solid transparent;
  border-radius: var(--radius);
  color: var(--white);
  font-size: 14px;
  font-weight: 700;
  line-height: 1;
  white-space: nowrap;
}

.btn-primary {
  color: var(--black-400);
  background: linear-gradient(90deg, var(--yellow), #ffd667);
}

.btn-ghost {
  background: var(--purple);
}

.btn-outline {
  min-height: 31px;
  padding: 6px 18px;
  border-radius: 50px;
  background: transparent;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.68;
}

.btn-login {
  border-color: var(--green);
  color: var(--green);
}

.btn-register {
  border-color: var(--yellow);
  color: var(--yellow);
}

.btn-compact {
  width: max-content;
  min-width: 98px;
  min-height: 39px;
  margin: 20px auto 0;
  padding: 6px 18px;
  display: flex;
  border-color: var(--yellow);
  border-radius: 50px;
  background: transparent;
  color: var(--yellow);
  font-size: 16px;
  font-weight: 500;
  line-height: 1.68;
}

.social-link {
  color: var(--purple);
  font-size: 12px;
  font-weight: 600;
}

.mobile-only {
  display: none;
}

.icon-button {
  width: 26px;
  height: 26px;
  align-items: center;
  justify-content: center;
  position: relative;
  border: 0;
  background: transparent;
  cursor: pointer;
}

.icon-button img {
  width: 26px;
  height: 26px;
  object-fit: contain;
}

.mobile-drawer,
.drawer-backdrop {
  display: none;
}

.hero {
  width: min(100%, 1440px);
  margin: 0 auto;
  position: relative;
  overflow: hidden;
  background: var(--black-500);
}

.hero-radio {
  position: absolute;
  opacity: 0;
  pointer-events: none;
}

.hero-viewport {
  position: relative;
  overflow: hidden;
  aspect-ratio: 1440 / 510;
  cursor: grab;
  user-select: none;
  touch-action: pan-y;
}

.hero-viewport.is-dragging {
  cursor: grabbing;
}

.hero-track {
  height: 100%;
  display: flex;
  transition: transform 320ms ease;
}

.hero-slide {
  min-width: 100%;
  height: 100%;
  position: relative;
  overflow: hidden;
  flex: 0 0 100%;
  background: var(--black-500);
}

.hero-picture {
  position: absolute;
  inset: 0;
  display: block;
  overflow: hidden;
}

.hero-bg {
  position: absolute;
  left: 0;
  width: 100%;
  max-width: none;
  pointer-events: none;
}

.hero-slide--1 .hero-bg {
  top: -24.98%;
  height: 161.57%;
}

.hero-slide--2 .hero-bg {
  inset: 0;
  height: 100%;
  object-fit: cover;
}

.hero-slide--3 .hero-bg {
  top: -36.76%;
  height: 157.05%;
}

.hero-slide--4 .hero-bg {
  top: -34.36%;
  height: 158.91%;
}

.hero-logo {
  --logo-left: 20.35%;
  --logo-top: 52.55%;
  --logo-width: 14.45%;
  position: absolute;
  z-index: 2;
  left: var(--logo-left);
  top: var(--logo-top);
  width: var(--logo-width);
  filter: drop-shadow(0 0 32px rgba(9, 5, 15, 0.95));
}

.hero-logo img {
  width: 100%;
  height: auto;
  display: block;
}

.hero-slide--3 .hero-logo {
  --logo-left: 18.68%;
  --logo-top: 41.37%;
}

.hero-slide--4 .hero-logo {
  --logo-left: 20.07%;
  --logo-top: 53.14%;
}

.hero-arrow {
  width: 58px;
  height: 58px;
  position: absolute;
  z-index: 4;
  top: 50%;
  display: none;
  align-items: center;
  justify-content: center;
  transform: translateY(-50%);
  border: 1px solid rgba(129, 144, 174, 0.62);
  border-radius: 50%;
  background: rgba(15, 3, 28, 0.58);
  box-shadow: 0 0 24px rgba(123, 22, 255, 0.38), inset 0 0 0 1px rgba(255, 255, 255, 0.08);
  cursor: pointer;
  transition: border-color 180ms ease, background 180ms ease, box-shadow 180ms ease;
}

.hero-arrow:hover {
  border-color: var(--yellow);
  background: rgba(123, 22, 255, 0.58);
  box-shadow: 0 0 30px rgba(250, 182, 57, 0.42), inset 0 0 0 1px rgba(255, 255, 255, 0.12);
}

.hero-arrow img {
  width: 17px;
  height: 29px;
  display: block;
  pointer-events: none;
}

.hero-arrow-prev {
  left: 90px;
  transform: translate(-50%, -50%);
}

.hero-arrow-prev img {
  transform: rotate(180deg);
}

.hero-arrow-next {
  right: 90px;
  transform: translate(50%, -50%);
}

.hero-dots {
  position: absolute;
  z-index: 4;
  left: 50%;
  bottom: 14px;
  display: flex;
  align-items: center;
  gap: 12px;
  transform: translateX(-50%);
}

.hero-dot {
  width: 12px;
  height: 12px;
  display: block;
  border: 1px solid var(--gray-400);
  border-radius: 50px;
  background: var(--white-08);
  cursor: pointer;
  transition: width 180ms ease, background 180ms ease;
}

#hero-slide-1:checked ~ .hero-viewport .hero-track {
  transform: translateX(0);
}

#hero-slide-2:checked ~ .hero-viewport .hero-track {
  transform: translateX(-100%);
}

#hero-slide-3:checked ~ .hero-viewport .hero-track {
  transform: translateX(-200%);
}

#hero-slide-4:checked ~ .hero-viewport .hero-track {
  transform: translateX(-300%);
}

#hero-slide-1:checked ~ .hero-viewport .hero-prev-1,
#hero-slide-1:checked ~ .hero-viewport .hero-next-1,
#hero-slide-2:checked ~ .hero-viewport .hero-prev-2,
#hero-slide-2:checked ~ .hero-viewport .hero-next-2,
#hero-slide-3:checked ~ .hero-viewport .hero-prev-3,
#hero-slide-3:checked ~ .hero-viewport .hero-next-3,
#hero-slide-4:checked ~ .hero-viewport .hero-prev-4,
#hero-slide-4:checked ~ .hero-viewport .hero-next-4 {
  display: flex;
}

#hero-slide-1:checked ~ .hero-viewport .hero-dot-1,
#hero-slide-2:checked ~ .hero-viewport .hero-dot-2,
#hero-slide-3:checked ~ .hero-viewport .hero-dot-3,
#hero-slide-4:checked ~ .hero-viewport .hero-dot-4 {
  width: 46px;
  background: var(--purple);
}

@media (prefers-reduced-motion: reduce) {
  .hero-track,
  .hero-dot {
    transition: none;
  }
}

@media (max-width: 920px) {
  .hero-viewport {
    aspect-ratio: 768 / 272;
  }

  .hero-slide--1 .hero-logo {
    --logo-left: 21.48%;
    --logo-top: 50%;
    --logo-width: 14.45%;
  }

  .hero-arrow {
    width: 42px;
    height: 42px;
  }

  .hero-arrow img {
    width: 10px;
    height: 18px;
  }

  .hero-arrow-prev {
    left: 40px;
  }

  .hero-arrow-next {
    right: 40px;
  }

  .hero-dots {
    bottom: 6px;
    gap: 8px;
  }

  .hero-dot {
    width: 8px;
    height: 8px;
  }

  #hero-slide-1:checked ~ .hero-viewport .hero-dot-1,
  #hero-slide-2:checked ~ .hero-viewport .hero-dot-2,
  #hero-slide-3:checked ~ .hero-viewport .hero-dot-3,
  #hero-slide-4:checked ~ .hero-viewport .hero-dot-4 {
    width: 36px;
  }
}

@media (max-width: 520px) {
  .hero-viewport {
    aspect-ratio: 360 / 128;
  }

  .hero-slide--1 .hero-logo {
    --logo-left: 20.83%;
    --logo-top: 50%;
    --logo-width: 16.39%;
  }

  .hero-arrow {
    width: 30px;
    height: 30px;
  }

  .hero-arrow img {
    width: 8px;
    height: 14px;
  }

  .hero-arrow-prev {
    left: 15px;
  }

  .hero-arrow-next {
    right: 15px;
  }

  .hero-dots {
    bottom: 5px;
  }

  .hero-dot {
    width: 4px;
    height: 4px;
  }

  #hero-slide-1:checked ~ .hero-viewport .hero-dot-1,
  #hero-slide-2:checked ~ .hero-viewport .hero-dot-2,
  #hero-slide-3:checked ~ .hero-viewport .hero-dot-3,
  #hero-slide-4:checked ~ .hero-viewport .hero-dot-4 {
    width: 24px;
  }
}

.section {
  width: min(100% - 200px, var(--container));
  margin: 92px auto 0;
}

.section h1,
.section h2,
.section-title {
  margin: 0 0 24px;
  display: inline-block;
  background: linear-gradient(90deg, var(--purple) 0%, var(--yellow) 100%);
  background-clip: text;
  -webkit-background-clip: text;
  color: transparent;
  font-size: 42px;
  line-height: 1.22;
  font-weight: 800;
  letter-spacing: 0;
  text-transform: uppercase;
}

.section h3 {
  margin: 0;
  font-size: 18px;
  line-height: 1.2;
  font-weight: 800;
}

.game-grid {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 20px;
}

.game-card,
.promo-card,
.withdraw-card,
.info-card {
  position: relative;
  overflow: hidden;
  border: 1px solid var(--white-08);
  border-radius: var(--radius);
  background: var(--black-500);
}

.game-card {
  display: block;
  color: var(--white);
  transition: transform 0.18s ease, border-color 0.18s ease;
}

.game-card:hover {
  transform: translateY(-3px);
  border-color: var(--purple);
}

.game-image {
  position: relative;
  aspect-ratio: 232 / 202;
  overflow: hidden;
  background: linear-gradient(135deg, #19042e, #32045e);
}

.game-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: opacity 0.18s ease;
}

.game-hover {
  position: absolute;
  inset: 0;
  z-index: 2;
  display: grid;
  place-items: center;
  background: rgba(6, 5, 20, 0.58);
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.18s ease;
}

.game-card:hover .game-hover,
.game-card:focus-within .game-hover {
  opacity: 1;
  pointer-events: auto;
}

.game-card:hover .game-image img,
.game-card:focus-within .game-image img {
  opacity: 0.48;
}

.game-play-btn {
  min-width: 128px;
  min-height: 60px;
  padding: 15px 28px;
  display: inline-grid;
  place-items: center;
  border-radius: 999px;
  background: var(--yellow);
  color: var(--black-400);
  font-size: 22px;
  font-weight: 600;
  line-height: 1;
  box-shadow: 0 14px 28px rgba(0, 0, 0, 0.34);
}

.game-play-btn:focus-visible {
  outline: 3px solid var(--white);
  outline-offset: 3px;
}

.badge {
  position: absolute;
  top: 6px;
  left: 6px;
  min-width: 44px;
  height: 22px;
  padding: 3px 10px;
  border-radius: var(--radius);
  background: var(--yellow);
  color: var(--black-400);
  font-size: 12px;
  font-weight: 800;
  line-height: 16px;
  text-align: center;
}

.game-image .badge {
  background: var(--purple);
  color: var(--white);
}

.game-image .badge-hot {
  background: var(--red);
  color: var(--white);
}

.badge-hot,
.badge-new {
  background: var(--red);
  color: var(--white);
}

.game-info {
  padding: 18px;
}

.rtp {
  display: flex;
  justify-content: space-between;
  gap: 12px;
  color: var(--gray-400);
  font-size: 12px;
  line-height: 1.5;
}

.rtp strong {
  color: var(--white);
  font-weight: 600;
}

.meter {
  height: 6px;
  margin: 8px 0 18px;
  overflow: hidden;
  border-radius: 30px;
  background: var(--white-08);
}

.meter span {
  display: block;
  height: 100%;
  border-radius: inherit;
  background: linear-gradient(90deg, var(--purple), var(--yellow));
}

.game-info h3,
.game-title {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.withdraw-grid {
  max-height: 606px;
  padding: 18px 30px;
  display: flex;
  flex-direction: column;
  gap: 12px;
  overflow: hidden;
  border: 1px solid var(--white-08);
  border-radius: 8px;
  background: var(--black-400);
}

.withdraw-card {
  min-height: 84px;
  padding: 14px 34px;
  display: grid;
  grid-template-columns: minmax(260px, 1fr) minmax(170px, 220px) 160px;
  align-items: center;
  gap: 34px;
  border-radius: 8px;
  background: var(--black-500);
}

.withdraw-card.is-new {
  animation: withdraw-flash 0.6s ease;
}

@keyframes withdraw-flash {
  from {
    border-color: rgba(250, 182, 57, 0.72);
    transform: translateY(-4px);
  }

  to {
    border-color: var(--white-08);
    transform: translateY(0);
  }
}

.withdraw-card div {
  position: relative;
  padding-left: 23px;
}

.withdraw-card div::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  width: 12px;
  height: 12px;
  transform: translateY(-50%);
  border-radius: 50%;
  background: linear-gradient(90deg, var(--purple), var(--yellow));
}

.withdraw-card strong,
.withdraw-card span,
.withdraw-card b,
.withdraw-card em {
  display: block;
}

.withdraw-card strong {
  font-weight: 800;
  font-size: 16px;
  line-height: 1.13;
}

.withdraw-card div span {
  color: var(--gray-400);
  font-size: 16px;
  font-weight: 500;
  line-height: 1.68;
}

.withdraw-card b {
  color: var(--yellow);
  font-size: 24px;
  line-height: 36px;
  text-align: right;
}

.withdraw-card p {
  margin: 0;
  display: flex;
  flex-direction: column-reverse;
  align-items: flex-end;
  gap: 7px;
}

.withdraw-card p span {
  color: var(--white);
  font-size: 14px;
  line-height: 1.43;
}

.withdraw-card em {
  min-width: 76px;
  padding: 6px 8px;
  border: 1px solid var(--white-08);
  border-radius: 2px;
  background: transparent;
  color: var(--gray-400);
  font-size: 12px;
  font-style: normal;
  font-weight: 600;
  line-height: 1.52;
  text-align: center;
  white-space: nowrap;
}

.promo-code,
.app-section {
  border: 1px solid var(--white-08);
  border-radius: 20px;
}

.promo-code {
  min-height: 302px;
  padding: 55px 70px;
  display: grid;
  grid-template-columns: minmax(340px, 400px) 220px 1fr;
  gap: 4px;
  align-items: start;
  position: relative;
  overflow: hidden;
  background:
    radial-gradient(circle at 58% 48%, rgba(123, 22, 255, 0.42), transparent 38%),
    linear-gradient(90deg, #0f083f 0%, #5a0180 100%);
}

.promo-code::before,
.promo-code::after {
  content: "";
  position: absolute;
  pointer-events: none;
}

.promo-code::before {
  inset: 0;
  background:
    linear-gradient(90deg, rgba(8, 8, 34, 0.9) 0%, rgba(22, 8, 58, 0.72) 38%, rgba(55, 6, 96, 0.38) 66%, rgba(15, 3, 28, 0.08) 100%),
    radial-gradient(circle at 46% 52%, rgba(123, 22, 255, 0.36), transparent 36%),
    url("../assets/img/promo-code-overlay.webp") center / cover no-repeat;
  transform: scaleX(-1);
  opacity: 0.98;
}

.promo-code::after {
  left: 32px;
  bottom: 0;
  width: min(66%, 823px);
  height: 78px;
  background: url("../assets/img/promo-code-text.svg") left bottom / contain no-repeat;
  opacity: 0.34;
}

.promo-copy,
.coupon-card,
.app-copy,
.phone-wrap {
  position: relative;
  z-index: 1;
}

.promo-copy h2,
.app-copy h2,
.promo-copy .section-title,
.app-copy .section-title {
  margin: 0 0 14px;
}

.promo-copy p,
.promo-copy span,
.app-copy p {
  margin: 0;
  color: var(--white);
  font-size: 16px;
  line-height: 1.68;
}

.promo-copy p {
  color: var(--white);
  font-size: 24px;
  font-weight: 800;
}

.coupon-card {
  width: 220px;
  min-height: 192px;
  padding: 24px 22px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 13px;
  border: 1px solid var(--white-08);
  border-radius: 20px;
  background:
    radial-gradient(circle at 50% 8%, rgba(123, 22, 255, 0.22), transparent 48%),
    linear-gradient(180deg, rgba(15, 3, 28, 0.62), rgba(50, 8, 82, 0.44));
  box-shadow:
    inset 0 0 0 1px rgba(255, 255, 255, 0.04),
    inset 0 0 42px rgba(123, 22, 255, 0.14),
    0 16px 40px rgba(6, 5, 20, 0.26);
  text-align: center;
  backdrop-filter: blur(2px);
}

.coupon-icon {
  width: 33px;
  height: 33px;
  object-fit: contain;
  filter: drop-shadow(0 0 10px rgba(33, 220, 205, 0.65));
}

.coupon-card strong {
  width: 176px;
  min-height: 47px;
  padding: 9px 18px;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 4px solid var(--white-08);
  border-radius: 20px;
  background: var(--yellow);
  color: var(--black-500);
  font-size: 18px;
  line-height: 1.2;
  font-weight: 800;
}

.coupon-card .btn-compact {
  margin: 0;
}

.app-section {
  min-height: 448px;
  padding: 41px 90px 0 116px;
  display: grid;
  grid-template-columns: 307px minmax(0, 619px);
  gap: 107px;
  align-items: start;
  overflow: hidden;
  background: var(--black-500);
}

.phone-wrap {
  width: 307px;
  height: 402px;
  position: relative;
  overflow: hidden;
}

.phone-wrap img {
  width: 100%;
  height: 100%;
  object-fit: none;
  object-position: 0 -313px;
}

.app-copy {
  padding-top: 71px;
}

.app-copy h2,
.app-copy .section-title {
  text-transform: none;
}

.store-row {
  margin-top: 26px;
  display: flex;
  align-items: center;
  gap: 29px;
  flex-wrap: wrap;
}

.store-btn {
  width: 196px;
  min-height: 67px;
  padding: 10px 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  border: 1px solid var(--white-08);
  border-radius: 50px;
  background: transparent;
  color: var(--white);
  font-size: 16px;
  font-weight: 500;
  line-height: 1.68;
}

.store-btn img {
  width: 32px;
  height: 32px;
  flex: 0 0 32px;
  object-fit: contain;
}

.store-btn span {
  display: flex;
  flex-direction: column;
  min-width: 79px;
  white-space: nowrap;
}

.store-btn small {
  color: var(--gray-400);
  font-size: 12px;
  font-weight: 400;
  line-height: 1.68;
}

.seo-section {
  display: grid;
  gap: 32px;
}

.seo-section article {
  color: var(--gray-400);
}

.seo-section h2,
.seo-section h3,
.seo-section h4 {
  margin: 0 0 12px;
  color: var(--white);
}

.seo-section h2 {
  display: block;
  background: none;
  -webkit-background-clip: border-box;
  background-clip: border-box;
  color: var(--white);
  font-size: 24px;
  line-height: 1.2;
  text-transform: none;
}


.seo-section h3 {
  font-size: 24px;
}

.seo-section h3 {
  font-size: 18px;
}

.seo-section article h3:not(:first-child) {
  margin-top: 18px;
}

.seo-section p,
.seo-section li {
  margin: 0;
  font-size: 16px;
  line-height: 1.68;
}

.seo-section article > p + p,
.seo-section article > ul + p {
  margin-top: 12px;
}

.seo-section a:not(.seo-login) {
  color: var(--yellow);
  text-decoration: underline;
}

.seo-login {
  display: flex;
  width: max-content;
  min-width: 164px;
  min-height: 44px;
  margin: 20px auto 0;
  padding: 12px 28px;
  border-color: rgba(255, 189, 51, 0.6);
  border-radius: 50px;
  background: linear-gradient(90deg, var(--yellow), #ffd667);
  box-shadow: 0 12px 28px rgba(255, 189, 51, 0.18);
  color: var(--black-400) !important;
  font-size: 16px;
  font-weight: 800;
  text-decoration: none !important;
  transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.seo-login:hover,
.seo-login:focus-visible {
  transform: translateY(-1px);
  box-shadow: 0 16px 34px rgba(255, 189, 51, 0.26);
}

.seo-login + h3 {
  margin-top: 24px;
}

.seo-table {
  margin-top: 18px;
  display: grid;
  overflow: hidden;
  border: 1px solid var(--white-08);
  border-radius: 8px;
  background: var(--black-500);
}

.seo-table > div {
  display: grid;
  grid-template-columns: 1fr 1.15fr 1.15fr;
}

.seo-table > div > * {
  padding: 13px 15px;
  border-right: 1px solid var(--white-08);
  border-bottom: 1px solid var(--white-08);
  color: var(--gray-400);
  font-size: 14px;
  line-height: 1.45;
}

.seo-table > div > *:last-child {
  border-right: 0;
}

.seo-table > div:last-child > * {
  border-bottom: 0;
}

.seo-table > div:first-child > * {
  background: rgba(123, 22, 255, 0.22);
  color: var(--white);
}

.seo-section ul {
  margin: 12px 0;
  padding-left: 18px;
}

.seo-section li::marker {
  color: var(--purple);
}

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

.faq-item {
  position: relative;
  min-height: 154px;
  padding: 18px 18px 18px 22px;
  border: 1px solid rgba(123, 22, 255, 0.32);
  border-radius: 8px;
  background:
    linear-gradient(135deg, rgba(123, 22, 255, 0.16), rgba(255, 189, 51, 0.04)),
    var(--black-500);
  box-shadow: inset 0 1px 0 var(--white-08);
}

.faq-item::before {
  content: "";
  position: absolute;
  top: 18px;
  left: 0;
  width: 3px;
  height: 34px;
  border-radius: 0 4px 4px 0;
  background: linear-gradient(180deg, var(--yellow), var(--purple));
}

.faq-item h3 {
  margin-bottom: 10px;
  color: var(--white);
  font-size: 17px;
  line-height: 1.3;
}

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

.promo-card img {
  display: block;
  width: 100%;
  aspect-ratio: 400 / 248;
  object-fit: cover;
}

.promo-card .badge {
  top: 12px;
  left: 12px;
  border-radius: 50px;
  background: var(--purple);
  color: var(--white);
}

.promo-card .badge-new {
  background: var(--red);
}

.promo-card h3,
.promo-title {
  padding: 21px 18px 8px;
}

.promo-card p {
  min-height: 74px;
  margin: 0;
  padding: 0 18px 18px;
  color: var(--gray-400);
  font-size: 14px;
  line-height: 1.55;
}

.bonus-btn {
  margin: 0 18px 20px;
}

.promo-more {
  display: none;
}

.info-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 20px;
  align-items: start;
}

.info-column {
  display: flex;
  flex-direction: column;
  gap: 16px;
  min-width: 0;
}

.info-panel,
.product-card {
  border: 1px solid var(--white-08);
  border-radius: 8px;
  background: var(--white-02);
}

.info-panel {
  padding: 32px 26px;
}

.service-panel {
  min-height: 352px;
  display: flex;
  flex-direction: column;
  gap: 34px;
}

.product-card {
  min-height: 640px;
  padding: 32px 26px;
  display: flex;
  flex-direction: column;
  gap: 34px;
  border-color: transparent;
  background:
    linear-gradient(var(--black-400), var(--black-400)) padding-box,
    linear-gradient(180deg, var(--purple), var(--yellow)) border-box;
}

.support-info-panel {
  min-height: 204px;
  display: flex;
  flex-direction: column;
  gap: 34px;
}

.info-card h3,
.info-title {
  margin-bottom: 8px;
}

.info-heading h3,
.info-title {
  margin: 0 0 8px;
}

.info-heading p,
.timing-copy span,
.product-card li > span:last-child {
  color: var(--gray-400);
  display: block;
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
}

.info-heading p {
  margin: 0;
}

.info-divider {
  width: 100%;
  height: 1px;
  flex: 0 0 1px;
  background: var(--white-08);
}

.info-image {
  width: 100%;
  object-fit: cover;
  border-radius: 8px;
}

.service-image {
  height: 256px;
}

.support-image {
  height: 404px;
}

.timing-list,
.info-card ul {
  margin: 0;
  padding: 0;
}

.timing-list,
.product-card ul {
  display: flex;
  flex-direction: column;
  gap: 34px;
}

.timing-item {
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.timing-row {
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 18px;
}

.timing-copy {
  display: grid;
  gap: 8px;
}

.timing-copy strong {
  font-size: 18px;
  font-weight: 800;
  line-height: 1.2;
}

.time-pill {
  padding: 4px 8px;
  border: 1px solid var(--green);
  border-radius: 8px;
  color: var(--green);
  font-size: 16px;
  font-weight: 500;
  line-height: 1.68;
  white-space: nowrap;
}

.timing-bar {
  width: 100%;
  height: 6px;
  border-radius: 50px;
  background: linear-gradient(90deg, var(--purple), var(--yellow));
}

.product-card li {
  list-style: none;
  padding: 0;
  border: 0;
}

.product-title {
  display: flex;
  align-items: center;
  gap: 6px;
  margin-bottom: 8px;
}

.product-title img {
  width: 26px;
  height: 26px;
  flex: 0 0 26px;
  object-fit: contain;
}

.product-title strong {
  font-size: 18px;
  line-height: 1.2;
}

.support-card a {
  display: inline-flex;
  color: var(--green);
  font-size: 18px;
  font-weight: 800;
  line-height: 1.2;
}

.payment-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(120px, 120px));
  gap: 20px;
  justify-content: center;
  align-items: start;
}

.payment-grid > span {
  width: 120px;
  height: 64px;
  min-height: 64px;
  display: grid;
  place-items: center;
  padding: 0 14px;
  color: var(--gray-400);
  font-size: 13px;
  font-weight: 700;
  overflow: hidden;
}

.payment-card img {
  display: block;
  object-fit: contain;
}

.payment-logo--visa {
  width: 74px;
  height: 24px;
}

.payment-logo--mastercard {
  width: 47px;
  height: 29px;
}

.payment-logo--paypal {
  width: 74px;
  height: 23px;
}

.payment-logo--payoneer,
.payment-logo--binance {
  width: 68px;
  height: 26px;
}

.payment-logo--skrill {
  width: 64px;
  height: 25px;
}

.payment-logo--neteller {
  width: 72px;
  height: 14px;
}

.payment-logo--bitcoin {
  width: 29px;
  height: 29px;
}

.payment-logo--tether {
  width: 37px;
  height: 30px;
}

.payment-logo--alipay {
  width: 71px;
  height: 18px;
}

.payment-logo--jcb {
  width: 47px;
  height: 34px;
}

.payment-logo--unionpay {
  width: 49px;
  height: 33px;
}

.payment-combo {
  position: relative;
  display: block;
  width: 88px;
  height: 36px;
}

.payment-combo img {
  position: absolute;
}

.payment-combo--apple .apple-mark {
  left: 13px;
  top: 6px;
  width: 17px;
  height: 19px;
}

.payment-combo--apple .apple-pay {
  left: 34px;
  top: 7px;
  width: 41px;
  height: 22px;
}

.payment-combo--gpay .gpay-mark {
  left: 11px;
  top: 6px;
  width: 21px;
  height: 20px;
}

.payment-combo--gpay .gpay-text {
  left: 39px;
  top: 7px;
  width: 38px;
  height: 22px;
}

.provider-cloud {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  align-items: flex-start;
}

.provider-cloud span {
  min-height: 51px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 12px 14px;
  color: var(--gray-400);
  font-size: 16px;
  font-weight: 500;
  line-height: 1.68;
  white-space: nowrap;
}

.site-footer {
  margin-top: 92px;
  border-top: 1px solid var(--white-08);
  background: var(--black-500);
}

.footer-shell {
  width: min(100% - 180px, 1260px);
  margin: 0 auto;
  padding: 42px 0 16px;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 38px;
}

.footer-main {
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 34px;
}

.footer-top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 198px;
}

.footer-brand {
  width: 270px;
  display: flex;
  flex-direction: column;
  gap: 14px;
  flex: 0 0 270px;
}

.footer-brand img {
  width: 108px;
  height: auto;
}

.footer-brand p,
.copyright {
  color: var(--gray-400);
}

.footer-brand p {
  margin: 0;
  font-size: 12px;
  line-height: 1.52;
}

.footer-actions {
  min-width: 0;
  flex: 1 1 auto;
  display: flex;
  align-items: center;
  gap: 21px;
}

.social-panel,
.footer-support,
.trust-panel {
  border: 1px solid var(--white-08);
  border-radius: var(--radius);
}

.social-panel {
  min-height: 64px;
  padding: 24px 28px;
  display: flex;
  align-items: center;
  gap: 36px;
}

.social-link {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  color: var(--purple);
  font-size: 14px;
  font-weight: 400;
  line-height: 1.43;
  white-space: nowrap;
}

.social-icon {
  width: 18px;
  height: 18px;
  display: grid;
  place-items: center;
  border: 1px solid var(--purple);
  border-radius: 50%;
}

.social-icon img {
  width: 10px;
  height: 10px;
  object-fit: contain;
}

.footer-support {
  min-height: 68px;
  padding: 16px 34px;
  display: flex;
  align-items: center;
  gap: 19px;
}

.support-label {
  display: flex;
  align-items: center;
  gap: 8px;
}

.support-label img {
  width: 36px;
  height: 36px;
  object-fit: contain;
}

.support-label span {
  width: 67px;
  color: var(--gray-400);
  font-size: 12px;
  font-weight: 600;
  line-height: 1.52;
}

.footer-support strong,
.support-phone {
  color: var(--white);
  font-size: 16px;
  font-weight: 800;
  line-height: 1.13;
  white-space: nowrap;
}

.footer-trust-row {
  width: 100%;
  display: flex;
  align-items: center;
  gap: 61px;
}

.footer-arrow {
  width: 48px;
  height: 48px;
  flex: 0 0 48px;
  display: grid;
  place-items: center;
}

.footer-arrow img {
  width: 48px;
  height: 48px;
}

.trust-panel {
  min-height: 78px;
  flex: 1 1 auto;
  padding: 18px 80px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 72px;
}

.trust-panel > img {
  display: block;
  object-fit: contain;
  flex: 0 0 auto;
}

.trust-dmca {
  width: 70px;
  height: 36px;
}

.trust-age {
  width: 42px;
  height: 42px;
}

.trust-gamecare {
  width: 55px;
  height: 31px;
}

.trust-gordon,
.trust-gpwa {
  width: 76px;
  height: auto;
}

.trust-secure {
  width: 60px;
  height: 42px;
  display: inline-flex;
  align-items: center;
  gap: 5px;
  color: var(--white);
  font-family: Arial, sans-serif;
  font-size: 10px;
  font-weight: 500;
  line-height: 1.4;
}

.trust-secure img {
  width: 16px;
  height: 16px;
  flex: 0 0 16px;
}

.copyright {
  margin: 0;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.43;
  white-space: nowrap;
}

@media (max-width: 1360px) {
  .header-top-shell {
    padding: 10px 64px;
  }

  .header-shell {
    padding: 18px 64px;
  }

  .footer-top {
    gap: 60px;
  }

  .footer-actions {
    flex-wrap: wrap;
    justify-content: flex-end;
  }

  .footer-support {
    padding: 16px 24px;
  }

  .desktop-nav .nav-optional {
    display: none;
  }
}

@media (max-width: 1180px) {
  .desktop-nav .nav-optional {
    display: none;
  }

  .information {
    width: min(calc(100% - 80px), 688px);
  }

  .payments,
  .providers {
    width: min(calc(100% - 80px), 688px);
  }

  .information h2 {
    font-size: 36px;
    line-height: 1.11;
  }

  .info-grid {
    grid-template-columns: 1fr;
    gap: 20px;
  }

  .service-card {
    display: grid;
    grid-template-columns: minmax(0, 1fr) 262px;
    gap: 10px;
  }

  .service-panel,
  .product-card,
  .support-info-panel {
    padding: 24px 20px;
    gap: 24px;
  }

  .service-panel {
    min-height: 302px;
  }

  .service-image {
    height: 302px;
  }

  .product-card {
    min-height: 490px;
  }

  .timing-list,
  .product-card ul {
    gap: 24px;
  }

  .support-card {
    display: grid;
    grid-template-columns: 298px minmax(0, 1fr);
    gap: 10px;
  }

  .support-image,
  .support-info-panel {
    min-height: 164px;
    height: 164px;
  }

  .payment-grid {
    grid-template-columns: repeat(5, 120px);
  }

  .footer-shell {
    width: min(calc(100% - 80px), 688px);
  }

  .footer-top {
    flex-direction: column;
    align-items: flex-start;
    gap: 28px;
  }

  .footer-brand {
    flex-basis: auto;
  }

  .footer-actions {
    width: 100%;
    justify-content: flex-start;
    gap: 12px;
  }

  .social-panel {
    padding: 18px 20px;
    gap: 20px;
  }

  .footer-support {
    padding: 16px 24px;
  }

  .footer-trust-row {
    gap: 20px;
  }

  .trust-panel {
    padding: 18px 38px;
    gap: 30px;
  }
}

@media (max-width: 1024px) {
  .header-top-shell {
    padding: 10px 40px;
  }

  .header-shell {
    min-height: 88px;
    padding: 14px 40px;
    gap: 20px;
  }

  .brand {
    width: 100px;
    height: 40px;
  }

  .desktop-nav {
    gap: 6px;
    font-size: 12px;
  }

  .desktop-nav h4 {
  margin: 0;
  color: inherit;
  font: inherit;
  letter-spacing: inherit;
  text-transform: none;
}

.desktop-nav a {
    padding: 4px 6px;
  }

  .section {
    width: calc(100% - 80px);
    margin-top: 64px;
  }

  .section h1,
  .section h2 {
    font-size: 36px;
    line-height: 1.11;
  }

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

  .seo-table > div {
    grid-template-columns: 1fr;
  }

  .seo-table > div > * {
    border-right: 0;
  }

  .faq-list {
    grid-template-columns: 1fr;
  }

  .info-grid {
    grid-template-columns: 1fr;
    gap: 20px;
  }

  .service-card {
    display: grid;
    grid-template-columns: minmax(0, 1fr) 262px;
    gap: 10px;
  }

  .service-panel,
  .product-card,
  .support-info-panel {
    padding: 24px 20px;
    gap: 24px;
  }

  .service-panel {
    min-height: 302px;
  }

  .service-image {
    height: 302px;
  }

  .product-card {
    min-height: 490px;
  }

  .timing-list,
  .product-card ul {
    gap: 24px;
  }

  .support-card {
    display: grid;
    grid-template-columns: 298px minmax(0, 1fr);
    gap: 10px;
  }

  .support-image,
  .support-info-panel {
    min-height: 164px;
    height: 164px;
  }

  .withdraw-grid {
    padding: 12px 16px;
    gap: 10px;
  }

  .withdraw-card {
    grid-template-columns: minmax(190px, 1fr) 196px 122px;
    gap: 34px;
    padding: 14px 20px;
  }

  .withdraw-card b {
    font-size: 22px;
    line-height: 1.2;
  }

  .promo-code {
    min-height: 272px;
    grid-template-columns: minmax(280px, 1fr) 220px;
    gap: 28px;
    padding: 40px;
  }

  .promo-code::after {
    width: 70%;
    height: 64px;
  }

  .app-section {
    min-height: 523px;
    padding: 58px 80px 0;
    display: block;
    position: relative;
    text-align: center;
  }

  .phone-wrap {
    position: absolute;
    top: 200px;
    left: max(58px, calc(50% - 239px));
    width: 246px;
    height: 322px;
  }

  .phone-wrap img {
    width: 874px;
    transform: translateY(-251px);
  }

  .app-copy {
    position: static;
    max-width: 528px;
    margin: 0 auto;
    padding-top: 0;
  }

  .store-row {
    position: absolute;
    top: 200px;
    left: calc(50% + 51px);
    margin: 0;
    flex-direction: column;
    justify-content: center;
    gap: 29px;
  }

  .promo-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 16px;
  }

  .promo-card img {
    aspect-ratio: 336 / 204;
  }

  .promo-card h3,
.promo-title {
    padding: 18px;
  }

  .payment-grid {
    grid-template-columns: repeat(5, 120px);
  }

  .footer-shell {
    width: min(calc(100% - 80px), 688px);
  }
}

@media (max-width: 900px) {
  .desktop-header,
  .desktop-nav,
  .desktop-only {
    display: none;
  }

  .mobile-only {
    display: flex;
  }

  .header-shell {
    min-height: 68px;
    padding: 0 40px;
    display: flex;
    justify-content: space-between;
    gap: 0;
  }

  .brand {
    width: 102px;
    height: 40px;
    justify-self: auto;
    flex: 0 0 auto;
  }

  .menu-toggle {
    order: 2;
    width: 38px;
    height: 38px;
    margin-left: auto;
  }

  .menu-toggle img {
    width: 38px;
    height: 38px;
  }

  .header-shell > .icon-button.mobile-only:not(.menu-toggle) {
    display: none;
  }

  .header-actions {
    display: none;
  }

  .mobile-drawer,
  .drawer-backdrop {
    display: block;
    position: fixed;
    inset: 0;
    pointer-events: none;
    opacity: 0;
    transition: opacity 180ms ease, transform 180ms ease;
  }

  .mobile-drawer {
    z-index: 40;
    width: 325px;
    right: 0;
    left: auto;
    padding: 14px 40px 36px;
    transform: translateX(100%);
    background: var(--black-500);
    border-left: 1px solid var(--white-08);
  }

  .drawer-backdrop {
    z-index: 39;
    background: rgba(0, 0, 0, 0.72);
  }

  .nav-state:checked ~ .mobile-drawer,
  .nav-state:checked ~ .drawer-backdrop {
    pointer-events: auto;
    opacity: 1;
  }

  .nav-state:checked ~ .mobile-drawer {
    transform: translateX(0);
  }

  .drawer-head {
    min-height: 50px;
    margin: 0 -40px;
    padding: 0 40px 20px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-bottom: 1px solid var(--white-08);
  }

  .drawer-brand {
    width: 102px;
    height: 40px;
  }

  .drawer-close {
    width: 38px;
    height: 38px;
    position: relative;
    border: 1px solid var(--white-08);
    border-radius: 10px;
  }

  .drawer-close::before,
  .drawer-close::after {
    content: "";
    position: absolute;
    top: 17px;
    left: 12px;
    width: 12px;
    height: 2px;
    background: var(--white);
  }

  .drawer-close::before {
    transform: rotate(45deg);
  }

  .drawer-close::after {
    transform: rotate(-45deg);
  }

  .drawer-actions {
    width: max-content;
    margin: 20px auto;
    display: flex;
    gap: 18px;
  }

  .drawer-actions .btn {
    height: 35px;
    min-height: 35px;
    padding: 0;
    flex: 0 0 auto;
    border-radius: 999px;
    background: transparent;
    font-size: 14px;
    line-height: 1.4;
    font-weight: 500;
  }

  .drawer-login {
    width: 70px;
    min-width: 70px;
    border-color: var(--green);
    color: var(--green);
  }

  .drawer-register {
    width: 77px;
    min-width: 77px;
    border-color: var(--yellow);
    color: var(--yellow);
  }

  .drawer-nav {
    margin: 0 -40px;
    padding: 20px 40px 0;
    border-top: 1px solid var(--white-08);
    display: grid;
    gap: 16px;
  }

  .drawer-nav a {
    min-height: 28px;
    padding: 4px 8px;
    display: inline-flex;
    align-items: center;
    gap: 8px;
    border-color: transparent;
    background: transparent;
    color: var(--gray-400);
    font-size: 14px;
    line-height: 1.43;
  }

  .mini-icon {
    width: 12px;
    height: 12px;
    flex: 0 0 12px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
  }
}

@media (max-width: 720px) {
  .desktop-header,
  .desktop-nav,
  .desktop-only {
    display: none;
  }

  .mobile-only {
    display: flex;
  }

  .site-header {
    position: sticky;
  }

  .header-shell {
    min-height: 50px;
    padding: 0 26px 0 15px;
    display: flex;
    justify-content: space-between;
    gap: 0;
  }

  .brand {
    width: 75px;
    height: 30px;
    justify-self: auto;
    flex: 0 0 auto;
  }

  .menu-toggle {
    order: 2;
    width: 26px;
    height: 26px;
    margin-left: auto;
  }

  .menu-toggle img {
    width: 26px;
    height: 26px;
  }

  .header-shell > .icon-button.mobile-only:not(.menu-toggle) {
    display: none;
  }

  .header-actions {
    display: none;
  }

  .mobile-drawer,
  .drawer-backdrop {
    display: block;
    position: fixed;
    inset: 0;
    pointer-events: none;
    opacity: 0;
    transition: opacity 180ms ease, transform 180ms ease;
  }

  .mobile-drawer {
    z-index: 40;
    width: 240px;
    right: 0;
    left: auto;
    padding: 10px 15px 28px;
    transform: translateX(100%);
    background: var(--black-500);
    border-left: 1px solid var(--white-08);
  }

  .drawer-backdrop {
    z-index: 39;
    background: rgba(0, 0, 0, 0.72);
  }

  .nav-state:checked ~ .mobile-drawer,
  .nav-state:checked ~ .drawer-backdrop {
    pointer-events: auto;
    opacity: 1;
  }

  .nav-state:checked ~ .mobile-drawer {
    transform: translateX(0);
  }

  .drawer-head {
    min-height: 50px;
    margin: 0 -15px;
    padding: 0 15px 20px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-bottom: 1px solid var(--white-08);
  }

  .drawer-brand {
    width: 75px;
    height: 30px;
  }

  .drawer-close {
    width: 26px;
    height: 26px;
    position: relative;
    border: 1px solid var(--white-08);
    border-radius: 8px;
  }

  .drawer-close::before,
  .drawer-close::after {
    content: "";
    position: absolute;
    top: 12px;
    left: 8px;
    width: 10px;
    height: 2px;
    background: var(--white);
  }

  .drawer-close::before {
    transform: rotate(45deg);
  }

  .drawer-close::after {
    transform: rotate(-45deg);
  }

  .drawer-actions {
    width: max-content;
    margin: 20px auto;
    display: flex;
    gap: 18px;
  }

  .drawer-actions .btn {
    height: 35px;
    min-height: 35px;
    padding: 0;
    flex: 0 0 auto;
    border-radius: 999px;
    background: transparent;
    font-size: 14px;
    line-height: 1.4;
    font-weight: 500;
  }

  .drawer-login {
    width: 70px;
    min-width: 70px;
    border-color: var(--green);
    color: var(--green);
  }

  .drawer-register {
    width: 77px;
    min-width: 77px;
    border-color: var(--yellow);
    color: var(--yellow);
  }

  .drawer-nav {
    margin: 0 -15px;
    padding: 20px 15px 0;
    border-top: 1px solid var(--white-08);
    display: grid;
    gap: 16px;
  }

  .drawer-nav a {
    min-height: 28px;
    padding: 4px 8px;
    display: inline-flex;
    align-items: center;
    gap: 8px;
    border-color: transparent;
    background: transparent;
    color: var(--gray-400);
    font-size: 14px;
    line-height: 1.43;
  }

  .mini-icon {
    width: 12px;
    height: 12px;
    flex: 0 0 12px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
  }

  .section {
    width: calc(100% - 30px);
    margin-top: 38px;
  }

  .section h1,
  .section h2 {
    margin-bottom: 18px;
    font-size: 26px;
    line-height: 1.1;
  }

  .section h3 {
    font-size: 16px;
  }

  .game-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 14px 10px;
  }

  .game-info {
    padding: 14px 12px;
  }

  .game-image {
    aspect-ratio: 160 / 136;
  }

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

  .promo-grid {
    gap: 12px;
  }

  .promo-card img {
    aspect-ratio: 330 / 186;
  }

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

  .promo-more {
    min-width: 68px;
    min-height: 35px;
    margin: 12px auto 0;
    padding: 6px 16px;
    display: flex;
    font-size: 14px;
    line-height: 1.64;
  }

  .withdraw-grid {
    padding: 8px 12px;
    gap: 6px;
  }

  .withdraw-card {
    min-height: 135px;
    padding: 14px;
    grid-template-columns: 1fr;
    align-items: start;
    gap: 6px;
  }

  .withdraw-card:nth-child(n + 3) {
    display: none;
  }

  .withdraw-card div {
    padding-left: 18px;
  }

  .withdraw-card div::before {
    width: 10px;
    height: 10px;
  }

  .withdraw-card strong {
    font-size: 14px;
    line-height: 1.6;
  }

  .withdraw-card div span {
    font-size: 14px;
    line-height: 1.64;
  }

  .withdraw-card b {
    font-size: 20px;
    line-height: 1.2;
    text-align: left;
  }

  .withdraw-card p {
    width: 100%;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
  }

  .withdraw-card p span {
    font-size: 12px;
    line-height: 1.5;
  }

  .withdraw-card em {
    min-width: 0;
    padding: 4px;
    font-size: 10px;
    line-height: 1.58;
  }

  .promo-code {
    min-height: 406px;
    grid-template-columns: 1fr;
    justify-items: center;
    padding: 38px 22px;
    gap: 18px;
    text-align: center;
  }

  .promo-code::before {
    background-position: 64% center;
    opacity: 0.72;
  }

  .promo-code::after {
    left: 12px;
    width: calc(100% - 24px);
    height: 48px;
  }

  .promo-copy {
    width: 100%;
  }

  .promo-copy p {
    font-size: 20px;
    line-height: 1.2;
  }

  .promo-copy span,
  .app-copy p,
  .seo-section p,
  .seo-section li {
    font-size: 14px;
    line-height: 1.64;
  }

  .coupon-card {
    width: min(100%, 286px);
    min-height: 190px;
    padding: 22px;
  }

  .app-section {
    min-height: 684px;
    padding: 38px 24px 0;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 26px;
  }

  .app-copy h2 {
    font-size: 26px;
    line-height: 1.1;
  }

  .app-copy {
    position: relative;
  }

  .store-row {
    position: static;
    display: grid;
    gap: 12px;
  }

  .store-btn {
    min-width: 174px;
    min-height: 55px;
    padding: 8px 22px;
  }

  .store-btn img {
    width: 28px;
    height: 28px;
    flex-basis: 28px;
  }

  .phone-wrap {
    position: relative;
    top: auto;
    left: auto;
    width: 246px;
    height: 322px;
  }

  .phone-wrap img {
    width: 874px;
    transform: translateY(-251px);
  }

  .seo-section {
    gap: 18px;
  }

  .seo-section h2 {
    font-size: 20px;
  }

  .seo-section h3 {
    font-size: 16px;
  }

  .seo-login {
    width: 100%;
    min-height: 42px;
  }

  .faq-item {
    min-height: 0;
    padding: 16px 16px 16px 20px;
  }

  .promo-card h3,
.promo-title {
    padding: 16px;
  }

  .info-grid {
    gap: 14px;
  }

  .service-card,
  .support-card {
    display: flex;
  }

  .info-panel,
  .product-card {
    padding: 18px 14px;
  }

  .info-image {
    display: none;
  }

  .service-panel {
    min-height: 251px;
    gap: 20px;
  }

  .product-card {
    min-height: 487px;
    gap: 20px;
  }

  .support-info-panel {
    min-height: 136px;
    height: auto;
    gap: 20px;
  }

  .info-heading h3,
.info-title {
    margin-bottom: 4px;
  }

  .info-heading p,
  .timing-copy span,
  .product-card li > span:last-child {
    font-size: 12px;
    line-height: 18px;
  }

  .timing-list,
  .product-card ul {
    gap: 20px;
  }

  .timing-item {
    gap: 12px;
  }

  .timing-copy {
    gap: 4px;
  }

  .timing-copy strong,
  .product-title strong,
  .support-card a {
    font-size: 16px;
    line-height: 1.2;
  }

  .time-pill {
    padding: 4px 8px;
    font-size: 14px;
    line-height: 1.64;
  }

  .timing-bar {
    height: 4px;
  }

  .product-title {
    gap: 6px;
  }

  .product-title img {
    width: 20px;
    height: 20px;
    flex-basis: 20px;
  }

  .payment-grid {
    grid-template-columns: repeat(3, 100px);
    gap: 8px;
  }

  .payment-grid > span {
    width: 100px;
    height: 54px;
    min-height: 54px;
    padding: 0 12px;
  }

  .payment-logo--visa {
    width: 62px;
    height: 20px;
  }

  .payment-logo--mastercard {
    width: 40px;
    height: 25px;
  }

  .payment-logo--paypal {
    width: 62px;
    height: 19px;
  }

  .payment-logo--payoneer,
  .payment-logo--binance {
    width: 58px;
    height: 22px;
  }

  .payment-logo--skrill {
    width: 54px;
    height: 21px;
  }

  .payment-logo--neteller {
    width: 60px;
    height: 12px;
  }

  .payment-logo--bitcoin {
    width: 25px;
    height: 25px;
  }

  .payment-logo--tether {
    width: 31px;
    height: 25px;
  }

  .payment-logo--alipay {
    width: 60px;
    height: 15px;
  }

  .payment-logo--jcb {
    width: 40px;
    height: 29px;
  }

  .payment-logo--unionpay {
    width: 42px;
    height: 28px;
  }

  .payment-combo {
    width: 74px;
    height: 30px;
  }

  .payment-combo--apple .apple-mark {
    left: 11px;
    top: 5px;
    width: 14px;
    height: 16px;
  }

  .payment-combo--apple .apple-pay {
    left: 29px;
    top: 6px;
    width: 35px;
    height: 19px;
  }

  .payment-combo--gpay .gpay-mark {
    left: 9px;
    top: 5px;
    width: 18px;
    height: 17px;
  }

  .payment-combo--gpay .gpay-text {
    left: 33px;
    top: 6px;
    width: 32px;
    height: 19px;
  }

  .provider-cloud {
    gap: 6px;
  }

  .provider-cloud span {
    padding: 8px 10px;
    font-size: 14px;
  }

  .site-footer {
    margin-top: 38px;
  }

  .footer-shell {
    width: calc(100% - 30px);
    padding: 24px 0 14px;
    gap: 24px;
  }

  .footer-brand img {
    width: 80px;
  }

  .footer-main {
    gap: 20px;
  }

  .footer-top,
  .footer-actions,
  .footer-trust-row {
    flex-direction: column;
    align-items: stretch;
    gap: 14px;
  }

  .footer-brand {
    width: 100%;
    flex-basis: auto;
  }

  .social-panel {
    min-height: auto;
    padding: 14px;
    flex-wrap: wrap;
    gap: 14px;
  }

  .footer-support {
    min-height: auto;
    padding: 14px;
    justify-content: space-between;
  }

  .footer-arrow {
    align-self: flex-start;
  }

  .trust-panel {
    min-height: auto;
    padding: 14px;
    flex-wrap: wrap;
    justify-content: center;
    gap: 18px 28px;
  }
}
