﻿:root {
  --bg: #0c0e27;
  --page-floor: #0c0e27;
  --post-games-bg: #0d0f29;
  --transition-floor: #04040d;
  --hero-floor: var(--transition-floor);
  --hero-fade-depth: clamp(220px, 30vw, 320px);
  --games-calm-zone: 76px;
  --bg-soft: #0a1131;
  --card: #0b1028;
  --line: rgba(138, 105, 255, 0.38);
  --text: #edf0ff;
  --muted: #c8cee4;
  --accent: #6e53ff;
  --accent-2: #9e4bff;
  --header-h: 82px;
  --post-section-pad-y: clamp(48px, 5vw, 72px);
  --post-section-stack-gap: clamp(18px, 2.2vw, 28px);
}
* { box-sizing: border-box; }
html, body { margin: 0; overflow-x: hidden; background: var(--page-floor); color: var(--text); }
body { font-family: Manrope, system-ui, sans-serif; }
img { max-width: 100%; height: auto; display: block; border-radius: 14px; }
a { color: inherit; text-decoration: none; }
.container { width: min(1120px, calc(100% - 32px)); margin-inline: auto; }
.section { padding: var(--post-section-pad-y) 0; }
.post-games-flow {
  position: relative;
  isolation: isolate;
  overflow: clip;
  margin-top: -1px;
  padding-top: 1px;
  background: var(--post-games-bg);
}
.post-games-flow::before,
.post-games-flow::after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 0;
  pointer-events: none;
}
.post-games-flow::before {
  content: none;
}
.post-games-flow::after {
  content: none;
}
.post-games-flow > * {
  position: relative;
  z-index: 1;
}

.site-header { position: sticky; top: 0; z-index: 40; backdrop-filter: blur(16px); background: rgba(4, 8, 24, 0.78); border-bottom: 1px solid rgba(136, 99, 255, 0.1); }
.header-row { min-height: 82px; display: grid; grid-template-columns: auto 1fr auto; align-items: center; gap: 24px; }
.logo { font-family: Montserrat, sans-serif; font-weight: 800; letter-spacing: .08em; white-space: nowrap; }
.main-nav { justify-self: center; }
.nav-list { list-style: none; display: flex; justify-content: center; flex-wrap: wrap; gap: 10px; padding: 0; margin: 0; color: var(--muted); }
.nav-list a { display: inline-flex; align-items: center; min-height: 40px; padding: 0 14px; border-radius: 10px; transition: color .2s ease, background-color .2s ease; }
.nav-list a:hover, .nav-list a:focus-visible { color: #fff; background: rgba(128, 94, 255, 0.18); outline: none; }
.header-cta {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 42px;
  padding: 0 16px;
  border-radius: 11px;
  border: 1px solid rgba(146, 117, 255, 0.45);
  background: rgba(58, 40, 147, 0.35);
  color: #e6ddff;
  font-weight: 700;
  transition: transform .2s ease, background-color .2s ease;
}
.header-cta:hover { transform: translateY(-1px); background: rgba(84, 57, 196, 0.42); }
.burger { display: none; }
.mobile-menu { display: none; }

.hero {
  position: relative;
  isolation: isolate;
  margin-top: 0;
  min-height: 0;
  display: grid;
  align-items: center;
  overflow: clip;
}
.hero.section {
  padding: var(--post-section-pad-y) 0;
}
.hero::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -3;
  background-image: url("./hero-desktop.jpg");
  background-image: -webkit-image-set(url("./hero-desktop.jpg") 1x);
  background-image: image-set(url("./hero-desktop.jpg") type("image/jpeg") 1x);
  background-size: cover;
  background-position: 74% top;
  background-repeat: no-repeat;
  filter: saturate(1.04) contrast(1.04) brightness(0.88);
}
.hero::after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -2;
  background-image:
    linear-gradient(90deg, rgba(3, 5, 17, 0.95) 0%, rgba(3, 5, 17, 0.81) 40%, rgba(3, 5, 17, 0.48) 68%, rgba(3, 5, 17, 0.27) 100%),
    linear-gradient(180deg, rgba(4, 4, 13, 0) 0%, rgba(4, 4, 13, 0.22) 34%, rgba(4, 4, 13, 0.78) 72%, var(--transition-floor) 100%);
  background-size: 100% 100%, 100% var(--hero-fade-depth);
  background-position: 0 0, 0 100%;
  background-repeat: no-repeat;
}
.hero-grid {
  display: grid;
  grid-template-columns: minmax(0, 700px);
  gap: 24px;
  align-items: center;
  min-height: 0;
  padding-block: 0;
}
.hero-content {
  position: relative;
  z-index: 1;
  max-width: 640px;
  text-shadow: 0 10px 30px rgba(0, 0, 0, 0.55);
}
h1, h2 { margin: 0; text-transform: uppercase; font-family: Montserrat, sans-serif; line-height: 1.02; letter-spacing: -.01em; }
h1 { font-size: clamp(38px, 5.6vw, 72px); margin-bottom: 12px; text-wrap: balance; }
h2 { font-size: clamp(34px, 6vw, 62px); text-align: center; margin-bottom: 14px; }
.left { text-align: left; }
span { background: linear-gradient(90deg, #4e84ff, #a04cff 70%); -webkit-background-clip: text; background-clip: text; color: transparent; }
.hero-copy { color: var(--muted); max-width: 700px; font-size: clamp(18px, 1.7vw, 30px); line-height: 1.3; margin-top: 0; margin-bottom: 16px; }
.hero-benefits { display: flex; flex-wrap: wrap; align-items: center; justify-content: flex-start; gap: 10px; max-width: min(100%, 640px); margin: 0 0 24px; }
.hero-benefits p { margin: 0; padding: 9px 12px; border: 1px solid var(--line); border-radius: 999px; color: #d5ccff; background: rgba(41, 27, 95, 0.4); line-height: 1; white-space: nowrap; }

.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 16px;
  width: 360px;
  max-width: 100%;
  min-height: 68px;
  padding: 0 clamp(30px, 4vw, 46px);
  border-radius: 17px;
  border: 1px solid rgba(164,131,255,.55);
  background: linear-gradient(180deg, #7a57ff, #4f2fd6);
  color: #fff;
  font-size: clamp(18px, 1.45vw, 24px);
  font-weight: 700;
  line-height: 1.16;
  text-align: center;
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.27),
    0 0 18px rgba(135, 102, 255, 0.34),
    0 0 42px rgba(92, 54, 214, 0.3),
    0 10px 26px rgba(45, 24, 150, 0.28);
  transition: transform .28s ease, box-shadow .28s ease, filter .28s ease;
}
.btn:hover,
.btn:focus-visible {
  transform: translateY(-2px) scale(1.015);
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.3),
    0 0 22px rgba(154, 126, 255, 0.62),
    0 0 52px rgba(116, 76, 232, 0.46),
    0 12px 30px rgba(56, 30, 172, 0.34);
  filter: saturate(1.12);
  outline: none;
}
.btn:active {
  transform: translateY(0) scale(0.99);
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.22),
    0 0 14px rgba(130, 98, 255, 0.38),
    0 0 32px rgba(91, 56, 206, 0.3),
    0 7px 18px rgba(45, 24, 150, 0.24);
}
.games-cta,
#reviews .btn,
.how-cta-btn {
  width: min(340px, 100%);
  min-height: 64px;
  padding: 0 32px;
  font-size: clamp(16px, 1.25vw, 21px);
}
.center { display: grid; place-content: center; margin-top: 28px; }
.sub { text-align: center; color: var(--muted); margin: 0 0 28px; font-size: clamp(18px, 2vw, 34px); }
.sub.left { text-align: left; }

.games-section.section {
  --desktop-slides: 5;
  --game-card-w: 232px;
  --games-gap-desktop: 16px;
  --games-arrow-zone: 56px;
  position: relative;
  isolation: isolate;
  z-index: 1;
  padding: var(--post-section-pad-y) 0;
  display: grid;
  align-items: center;
  overflow: visible;
  background:
    radial-gradient(1050px 600px at 50% calc(var(--games-calm-zone) + 46%), rgba(83, 61, 178, 0.085), transparent 74%),
    radial-gradient(960px 540px at 50% 52%, rgba(76, 84, 198, 0.08), transparent 68%),
    linear-gradient(180deg, var(--transition-floor) 0 var(--games-calm-zone), #090b22 44%, var(--page-floor) 82%, var(--page-floor) 100%);
  background-color: var(--page-floor);
}
.games-section.section::after {
  content: none;
}
#reviews.section,
.club-section,
.how-section {
  background: var(--post-games-bg);
}
#reviews.section,
.club-section,
.how-section,
.site-footer {
  content-visibility: auto;
  contain-intrinsic-size: auto 760px;
}
.games-shell {
  position: relative;
  z-index: 1;
  width: min(1700px, calc(100% - 8px));
  display: grid;
  gap: var(--post-section-stack-gap);
  padding-block: 0;
}
.games-shell h2 { margin-bottom: 0; }
.games-shell .sub {
  margin: 0;
  font-size: clamp(22px, 2.3vw, 44px);
}
.games-carousel {
  display: grid;
  grid-template-columns: var(--games-arrow-zone) auto var(--games-arrow-zone);
  align-items: center;
  gap: 8px;
  justify-content: center;
  overflow: visible;
}
.games-viewport {
  overflow: hidden;
  border-radius: 26px;
  width: calc(var(--desktop-slides) * var(--game-card-w) + (var(--desktop-slides) - 1) * var(--games-gap-desktop));
  max-width: 100%;
  padding: 10px 0;
  user-select: none;
}
.games-viewport.is-dragging .games-slide { cursor: grabbing; }
.games-track {
  --games-gap: var(--games-gap-desktop);
  --slides-per-view: var(--desktop-slides);
  display: flex;
  gap: var(--games-gap);
  width: max-content;
  touch-action: pan-y;
  will-change: transform;
}
.games-slide {
  position: relative;
  flex: 0 0 var(--game-card-w);
  aspect-ratio: 3 / 4.4;
  border-radius: 22px;
  border: 1px solid rgba(120, 144, 255, 0.34);
  overflow: hidden;
  background-color: #0d1437;
  box-shadow:
    inset 0 0 0 1px rgba(177, 147, 255, 0.08),
    0 8px 28px rgba(4, 9, 32, 0.5);
  cursor: grab;
}
.games-slide img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: var(--game-cover-position, center center);
  border-radius: 0;
}
.games-slide img[data-src]:not([src]) {
  visibility: hidden;
}
.games-slide::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(4, 8, 22, 0.02) 45%, rgba(6, 12, 30, 0.12) 84%, rgba(5, 9, 24, 0.2) 100%);
  pointer-events: none;
  transition: background .24s ease;
}
.games-slide::after {
  content: "";
  position: absolute;
  inset: 0;
  background: transparent;
  pointer-events: none;
  transition: background .24s ease;
}
.games-slide h3 {
  position: absolute;
  left: 16px;
  right: 16px;
  bottom: 16px;
  margin: 0;
  z-index: 2;
  font-size: clamp(26px, 1.38vw, 36px);
  line-height: 1.12;
  text-align: center;
  font-family: Montserrat, sans-serif;
  font-weight: 700;
  text-wrap: balance;
  color: #f3f5ff;
  text-shadow: 0 6px 18px rgba(0, 0, 0, 0.68);
  opacity: 0;
  transform: translateY(8px);
  transition: opacity .22s ease, transform .22s ease;
}
.games-slide:hover h3,
.games-slide:focus-visible h3 {
  opacity: 1;
  transform: translateY(0);
}
.games-slide:hover::after,
.games-slide:focus-visible::after {
  background: linear-gradient(180deg, rgba(4, 8, 22, 0.05) 24%, rgba(6, 12, 30, 0.82) 82%, rgba(5, 9, 24, 0.98) 100%);
}
.games-slide:hover::before,
.games-slide:focus-visible::before {
  background: linear-gradient(180deg, rgba(4, 8, 22, 0.1) 26%, rgba(6, 12, 30, 0.5) 78%, rgba(5, 9, 24, 0.68) 100%);
}
.games-slide:focus-visible {
  outline: 2px solid rgba(165, 137, 255, 0.9);
  outline-offset: 2px;
}
.game-platform {
  position: absolute;
  z-index: 2;
  left: 14px;
  top: 14px;
  display: inline-flex;
  align-items: center;
  min-height: 34px;
  padding: 0 14px;
  border-radius: 999px;
  border: 1px solid rgba(130, 150, 255, 0.5);
  background: rgba(20, 29, 72, 0.72);
  color: #d8e5ff;
  font-size: 18px;
  font-weight: 700;
  letter-spacing: 0.02em;
}
.games-arrow {
  position: relative;
  width: 52px;
  height: 52px;
  border-radius: 50%;
  border: 1px solid rgba(155, 131, 255, 0.5);
  background: rgba(7, 12, 34, 0.86);
  color: #ece8ff;
  display: grid;
  place-content: center;
  place-self: center;
  cursor: pointer;
  z-index: 2;
  transition: transform .24s ease, box-shadow .24s ease, background-color .24s ease;
}
.games-arrow-icon {
  width: 22px;
  height: 22px;
  display: block;
  fill: none;
  stroke: currentColor;
  stroke-width: 2.25;
  stroke-linecap: round;
  stroke-linejoin: round;
}
.games-arrow:hover {
  background: rgba(22, 30, 80, 0.95);
  transform: scale(1.04);
  box-shadow: 0 0 26px rgba(121, 90, 255, 0.42);
}
.games-arrow:focus-visible {
  outline: 2px solid rgba(165, 137, 255, 0.95);
  outline-offset: 2px;
}
.games-prev { grid-column: 1; justify-self: center; }
.games-next { grid-column: 3; justify-self: center; }
.games-viewport { grid-column: 2; }
.games-dots {
  display: flex;
  justify-content: center;
  gap: 8px;
  min-height: 16px;
}
.games-dot {
  width: 24px;
  height: 24px;
  border-radius: 999px;
  border: 0;
  background: transparent;
  padding: 0;
  cursor: pointer;
  opacity: 0.82;
  display: grid;
  place-items: center;
  transition:
    opacity .22s cubic-bezier(.22,.61,.36,1);
}
.games-dot::before {
  content: "";
  width: 10px;
  height: 10px;
  border-radius: inherit;
  background: rgba(153, 160, 190, 0.42);
  transition:
    background-color .22s cubic-bezier(.22,.61,.36,1),
    box-shadow .22s cubic-bezier(.22,.61,.36,1),
    transform .22s cubic-bezier(.22,.61,.36,1);
}
.games-dot:hover,
.games-dot:focus-visible {
  opacity: 1;
}
.games-dot.is-active::before {
  background: linear-gradient(90deg, #7670ff, #a455ff);
  box-shadow: 0 0 14px rgba(144, 97, 255, 0.58);
  transform: scale(1.05);
}
.games-dot.is-active {
  opacity: 1;
}
.cover-1 { --game-cover-position: center top; }
.cover-2 { --game-cover-position: center top; }
.cover-3 { --game-cover-position: center top; }
.cover-4 { --game-cover-position: center top; }
.cover-5 { --game-cover-position: center top; }
.cover-6 { --game-cover-position: 20% center; }
.cover-7 { --game-cover-position: center top; }
.cover-8 { --game-cover-position: center top; }
.cover-9 { --game-cover-position: center top; }
.cover-10 { --game-cover-position: center top; }
.cover-11 { --game-cover-position: center center; }
.cover-12 { --game-cover-position: 40% center; }

.how-section {
  position: relative;
  isolation: isolate;
  padding: var(--post-section-pad-y) 0;
  overflow: clip;
}
.how-shell {
  width: min(1440px, calc(100% - 32px));
  display: grid;
  grid-template-rows: auto auto auto;
  align-content: center;
  align-items: center;
  gap: var(--post-section-stack-gap);
  padding-block: 0;
}
.how-heading {
  text-align: center;
}
.how-heading h2 {
  font-size: clamp(38px, 5.7vw, 78px);
  margin-bottom: 0;
}
.how-heading .sub {
  margin: 12px 0 0;
  font-size: clamp(22px, 2.35vw, 34px);
}
.how-cta {
  display: grid;
  justify-items: center;
  width: 100%;
}
.how-cta-btn {
  width: min(440px, 100%);
  min-height: 76px;
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.28),
    0 0 20px rgba(146, 112, 255, 0.42),
    0 0 48px rgba(95, 58, 220, 0.34),
    0 10px 28px rgba(50, 28, 164, 0.28);
}
.steps {
  --step-gap: clamp(16px, 1.25vw, 22px);
  --step-number-size: 56px;
  --step-media-size: clamp(100px, 6.7vw, 124px);
  --step-title-row: 50px;
  display: grid;
  gap: var(--step-gap);
  grid-template-columns: repeat(4, minmax(0, 1fr));
  align-self: center;
  width: 100%;
}
.steps article {
  position: relative;
  min-height: clamp(288px, 21vw, 328px);
  display: grid;
  grid-template-rows: var(--step-number-size) var(--step-media-size) var(--step-title-row) auto;
  justify-items: center;
  align-items: start;
  gap: clamp(8px, 0.8vw, 10px);
  border: 1px solid rgba(128, 113, 255, 0.56);
  border-radius: 22px;
  padding: clamp(18px, 1.55vw, 24px);
  text-align: center;
  background:
    radial-gradient(210px 170px at 50% 35%, rgba(76, 115, 255, 0.2), transparent 72%),
    linear-gradient(180deg, rgba(15, 23, 58, 0.88), rgba(5, 9, 27, 0.97));
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.08),
    inset 0 0 22px rgba(101, 77, 210, 0.06),
    0 18px 44px rgba(2, 5, 18, 0.42);
  transform: translateZ(0);
  transition:
    transform .32s cubic-bezier(.22,.61,.36,1),
    border-color .32s cubic-bezier(.22,.61,.36,1),
    box-shadow .32s cubic-bezier(.22,.61,.36,1),
    filter .32s cubic-bezier(.22,.61,.36,1);
}
.steps article:hover,
.steps article:focus-within {
  transform: translateY(-7px) scale(1.018);
  border-color: rgba(167, 139, 255, 0.9);
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.12),
    inset 0 0 28px rgba(113, 87, 238, 0.12),
    0 0 30px rgba(91, 116, 255, 0.24),
    0 24px 58px rgba(2, 5, 18, 0.58);
  filter: saturate(1.16);
}
.steps article:not(:last-child)::after {
  content: "";
  position: absolute;
  left: 100%;
  top: 50%;
  width: var(--step-gap);
  height: 1px;
  transform: translateY(-50%);
  pointer-events: none;
  background: linear-gradient(90deg, rgba(72, 102, 255, 0), rgba(96, 122, 255, 0.95) 45%, rgba(155, 85, 255, 0.95) 58%, rgba(155, 85, 255, 0));
  box-shadow:
    0 0 11px rgba(103, 120, 255, 0.72),
    0 0 18px rgba(154, 84, 255, 0.58);
  transition: opacity .32s ease, box-shadow .32s ease;
}
.steps article:hover::after,
.steps article:focus-within::after {
  opacity: 1;
  box-shadow:
    0 0 15px rgba(113, 132, 255, 0.9),
    0 0 26px rgba(162, 91, 255, 0.76);
}
.steps b {
  display: inline-grid;
  width: var(--step-number-size);
  height: var(--step-number-size);
  justify-self: start;
  border-radius: 50%;
  place-content: center;
  border: 1px solid rgba(119, 105, 255, 0.78);
  color: #f1edff;
  font-size: 22px;
  line-height: 1;
  font-weight: 800;
  background: rgba(8, 11, 31, 0.62);
  box-shadow:
    inset 0 0 18px rgba(104, 70, 245, 0.26),
    0 0 18px rgba(82, 68, 222, 0.32);
  transition:
    transform .32s cubic-bezier(.22,.61,.36,1),
    border-color .32s cubic-bezier(.22,.61,.36,1),
    box-shadow .32s cubic-bezier(.22,.61,.36,1),
    color .32s cubic-bezier(.22,.61,.36,1);
}
.step-media {
  width: var(--step-media-size);
  aspect-ratio: 1 / 1;
  align-self: center;
  display: grid;
  place-content: center;
  filter:
    drop-shadow(0 0 12px rgba(71, 119, 255, 0.72))
    drop-shadow(0 0 14px rgba(154, 80, 255, 0.52));
  transition:
    transform .32s cubic-bezier(.22,.61,.36,1),
    filter .32s cubic-bezier(.22,.61,.36,1);
}
.step-media img {
  display: block;
  width: 100%;
  height: 100%;
  border-radius: 0;
  object-fit: contain;
}
.steps article:hover b,
.steps article:focus-within b {
  transform: translateY(-2px) scale(1.06);
  border-color: rgba(185, 162, 255, 0.96);
  color: #ffffff;
  box-shadow:
    inset 0 0 22px rgba(117, 93, 255, 0.34),
    0 0 25px rgba(122, 91, 255, 0.58);
}
.steps article:hover .step-media,
.steps article:focus-within .step-media {
  transform: translateY(-4px) scale(1.08);
  filter:
    drop-shadow(0 0 16px rgba(75, 130, 255, 0.92))
    drop-shadow(0 0 24px rgba(170, 82, 255, 0.8));
}
.steps h3 {
  align-self: start;
  margin: 0;
  color: #f5f6ff;
  font-size: clamp(24px, 1.75vw, 30px);
  line-height: 1.08;
  white-space: nowrap;
  text-wrap: balance;
}
.steps p {
  align-self: start;
  max-width: 27ch;
  margin: 0;
  color: #c6ccdf;
  font-size: clamp(16px, 1.1vw, 20px);
  line-height: 1.42;
}
.club-kicker {
  margin: 0 0 10px;
  text-align: center;
  letter-spacing: 0.34em;
  text-transform: uppercase;
  color: #9187d8;
  font-size: 12px;
}
.club-title {
  margin: 0 0 12px;
  text-align: center;
  text-transform: uppercase;
  font-family: Montserrat, sans-serif;
  font-size: clamp(34px, 5.3vw, 64px);
  line-height: 1.02;
  letter-spacing: -0.01em;
}
.tiers {
  display: grid;
  gap: 16px;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  align-items: stretch;
}
.tier {
  position: relative;
  display: grid;
  grid-template-rows: 54px 50px auto;
  align-items: start;
  justify-items: stretch;
  min-height: 0;
  border: 1px solid var(--line);
  border-radius: 16px;
  padding: 14px;
  background:
    radial-gradient(180px 130px at 50% -20%, rgba(86, 112, 255, 0.1), transparent 72%),
    linear-gradient(180deg, rgba(9, 15, 42, 0.9), rgba(6, 10, 30, 0.98));
  overflow: hidden;
  isolation: isolate;
  transition: transform .22s ease, box-shadow .22s ease;
}
.tier::before {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  border-radius: inherit;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.08), transparent 20%),
    radial-gradient(130% 130% at 0% 0%, rgba(255, 255, 255, 0.06), transparent 55%);
}
.tier h3 {
  margin: 0;
  width: 100%;
  min-height: 0;
  display: grid;
  align-items: center;
  text-align: center;
  font-size: clamp(19px, 1.35vw, 26px);
  letter-spacing: .01em;
}
.tier-threshold {
  margin: 0;
  position: relative;
  width: 100%;
  min-height: 0;
  padding: 0 0 12px;
  text-align: center;
  color: #dae0f7;
  font-size: clamp(14px, .9vw, 17px);
}
.tier-threshold::after {
  content: "";
  position: absolute;
  left: 8%;
  right: 8%;
  bottom: 6px;
  height: 1px;
  background: rgba(168, 177, 214, 0.36);
}
.tier-threshold::before {
  content: "◇";
  position: absolute;
  left: 50%;
  bottom: -4px;
  transform: translateX(-50%);
  font-size: 12px;
  line-height: 1;
  color: currentColor;
  filter: drop-shadow(0 0 10px currentColor);
}
.tier-perks {
  list-style: none;
  margin: 0;
  padding: 6px 0 0;
  width: 100%;
  display: grid;
  gap: 8px;
  color: #eef2ff;
  font-size: clamp(13px, .84vw, 15px);
}
.tier-perks li {
  min-height: 20px;
  line-height: 1.28;
  display: grid;
  grid-template-columns: 16px 1fr;
  align-items: start;
  gap: 8px;
}
.perk-icon {
  width: 14px;
  height: 14px;
  margin-top: 2px;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.9;
  stroke-linecap: round;
  stroke-linejoin: round;
  opacity: 0.92;
}
.tier-perks li span { display: block; }
.tier h3,
.tier-threshold,
.tier-perks li { text-shadow: 0 2px 12px rgba(0, 0, 0, 0.45); }
.tier:hover {
  transform: translateY(-2px);
}
.tier-bronze {
  border-color: rgba(235, 145, 64, 0.64);
  box-shadow: 0 0 18px rgba(235, 145, 64, 0.2), inset 0 0 12px rgba(235, 145, 64, 0.08);
  color: #efb37b;
}
.tier-silver {
  border-color: rgba(146, 198, 255, 0.62);
  box-shadow: 0 0 18px rgba(146, 198, 255, 0.2), inset 0 0 12px rgba(146, 198, 255, 0.08);
  color: #b7d6ff;
}
.tier-gold {
  border-color: rgba(255, 208, 88, 0.7);
  box-shadow: 0 0 18px rgba(255, 208, 88, 0.2), inset 0 0 12px rgba(255, 208, 88, 0.08);
  color: #ffd05d;
}
.tier-diamond {
  border-color: rgba(179, 104, 255, 0.92);
  box-shadow: 0 0 20px rgba(149, 85, 255, 0.26), inset 0 0 14px rgba(179, 104, 255, 0.1);
  color: #c892ff;
}
.club-section {
  padding: var(--post-section-pad-y) 0;
}
.club-shell {
  width: min(1500px, calc(100% - 32px));
  display: grid;
  grid-template-rows: auto auto auto;
  align-content: center;
  gap: var(--post-section-stack-gap);
  padding-block: 0;
}
.club-heading {
  text-align: center;
}
.club-section .club-title {
  max-width: min(1120px, 100%);
  margin: 0 auto;
  font-size: clamp(42px, 6vw, 76px);
  line-height: 1.02;
  color: #f8f9ff;
  text-align: center;
  text-transform: uppercase;
  text-wrap: balance;
  text-shadow: 0 10px 36px rgba(0, 0, 0, 0.42);
}
.club-section .club-title span {
  display: inline-block;
  text-shadow: 0 0 28px rgba(112, 92, 255, 0.22);
}
.club-heading .sub {
  margin: 18px 0 0;
  color: #b7c4df;
  font-size: clamp(22px, 2vw, 34px);
}
.club-timeline {
  position: relative;
  width: min(1380px, calc(100% - 32px));
  min-height: 52px;
  margin-inline: auto;
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  align-items: end;
}
.club-timeline::before {
  content: "";
  position: absolute;
  left: 12.5%;
  right: 12.5%;
  bottom: 6px;
  height: 1px;
  background: linear-gradient(90deg, rgba(226, 139, 78, 0.9), rgba(169, 197, 230, 0.88) 33%, rgba(246, 200, 88, 0.92) 66%, rgba(155, 93, 255, 0.96));
  box-shadow:
    0 0 12px rgba(137, 156, 255, 0.38),
    0 0 22px rgba(117, 87, 255, 0.24);
}
.club-stage {
  --tier-color: #8ea3ff;
  position: relative;
  display: grid;
  justify-items: center;
  gap: 14px;
  color: var(--tier-color);
  font-family: Montserrat, sans-serif;
  font-weight: 800;
  font-size: clamp(13px, 0.95vw, 17px);
  line-height: 1;
  text-transform: uppercase;
  text-shadow: 0 0 14px color-mix(in srgb, var(--tier-color) 54%, transparent);
}
.club-stage i {
  position: relative;
  z-index: 1;
  width: 12px;
  height: 12px;
  border-radius: 50%;
  border: 2px solid color-mix(in srgb, var(--tier-color) 70%, #ffffff);
  background: rgba(10, 14, 32, 0.95);
  box-shadow:
    0 0 0 3px color-mix(in srgb, var(--tier-color) 14%, transparent),
    0 0 18px color-mix(in srgb, var(--tier-color) 70%, transparent);
}
.club-stage-bronze { --tier-color: #d88b57; }
.club-stage-silver { --tier-color: #b7c8e7; }
.club-stage-gold { --tier-color: #ffd061; }
.club-stage-diamond { --tier-color: #9c6bff; }
.club-section .tiers {
  width: 100%;
  gap: clamp(22px, 2vw, 30px);
  grid-template-columns: repeat(4, minmax(0, 1fr));
}
.club-section .tier {
  --tier-color: #8ea3ff;
  --tier-rgb: 142, 163, 255;
  --tier-perk-row: 32px;
  display: grid;
  grid-template-rows: auto auto 1fr;
  min-height: clamp(392px, 30vw, 470px);
  border: 1px solid color-mix(in srgb, var(--tier-color) 58%, transparent);
  border-radius: 18px;
  padding: clamp(32px, 2.65vw, 48px) clamp(28px, 2.2vw, 42px);
  background:
    radial-gradient(120% 90% at 50% -22%, rgba(var(--tier-rgb), 0.15), transparent 68%),
    linear-gradient(180deg, rgba(18, 20, 34, 0.88), rgba(4, 7, 19, 0.96));
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.08),
    inset 0 0 32px rgba(var(--tier-rgb), 0.04),
    0 24px 58px rgba(0, 0, 0, 0.38);
  transform: translateZ(0);
  backface-visibility: hidden;
  contain: paint;
  will-change: transform;
  transition:
    transform .48s cubic-bezier(.16,1,.3,1),
    border-color .48s cubic-bezier(.16,1,.3,1);
}
.club-section .tier::before {
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.1), transparent 24%),
    radial-gradient(120% 120% at 0% 0%, rgba(var(--tier-rgb), 0.12), transparent 56%),
    radial-gradient(100% 110% at 100% 100%, rgba(var(--tier-rgb), 0.08), transparent 60%);
  opacity: 0.72;
  transform: scale(1);
  transition:
    opacity .48s cubic-bezier(.16,1,.3,1),
    transform .48s cubic-bezier(.16,1,.3,1);
}
.club-section .tier::after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 0;
  border-radius: inherit;
  pointer-events: none;
  opacity: 0;
  background:
    radial-gradient(120% 80% at 50% 0%, rgba(var(--tier-rgb), 0.18), transparent 62%),
    linear-gradient(180deg, rgba(255, 255, 255, 0.035), transparent 36%);
  transition: opacity .48s cubic-bezier(.16,1,.3,1);
}
.club-section .tier h3 {
  position: relative;
  z-index: 1;
  margin: 0;
  display: block;
  color: var(--tier-color);
  font-family: Montserrat, sans-serif;
  font-size: clamp(25px, 1.8vw, 34px);
  line-height: 1.05;
  letter-spacing: 0;
  white-space: nowrap;
  text-transform: uppercase;
  text-shadow: 0 0 24px rgba(var(--tier-rgb), 0.28);
  transition: text-shadow .48s cubic-bezier(.16,1,.3,1);
}
.club-section .tier-threshold {
  position: relative;
  z-index: 1;
  margin: 0;
  padding: 26px 0 72px;
  color: #eef2ff;
  font-size: clamp(16px, 1vw, 19px);
  line-height: 1.35;
}
.club-section .tier-threshold::before {
  content: none;
}
.club-section .tier-threshold::after {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 34px;
  height: 1px;
  opacity: 1;
  background: linear-gradient(90deg, transparent, rgba(210, 218, 244, 0.38), transparent);
  box-shadow: 0 0 14px rgba(var(--tier-rgb), 0.16);
  pointer-events: none;
}
.club-section .tier-perks {
  position: relative;
  z-index: 1;
  padding: 0;
  grid-auto-rows: minmax(var(--tier-perk-row), auto);
  align-content: start;
  gap: clamp(14px, 1.2vw, 22px);
  color: #e5e8f5;
  font-size: clamp(15px, .95vw, 17px);
}
.club-section .tier-perks li {
  position: relative;
  min-height: var(--tier-perk-row);
  line-height: 1.35;
  display: grid;
  grid-template-columns: 16px 1fr;
  align-items: center;
  gap: 14px;
  white-space: nowrap;
}
.club-section .tier-perks li::before {
  content: "";
  width: 10px;
  height: 10px;
  border-radius: 50%;
  border: 2px solid var(--tier-color);
  box-shadow: 0 0 12px rgba(var(--tier-rgb), 0.62);
  transition:
    transform .48s cubic-bezier(.16,1,.3,1),
    background-color .48s cubic-bezier(.16,1,.3,1),
    box-shadow .48s cubic-bezier(.16,1,.3,1);
}
.club-section .tier:hover,
.club-section .tier:focus-within {
  transform: translateY(-7px) scale(1.014);
  border-color: color-mix(in srgb, var(--tier-color) 78%, #ffffff);
}
.club-section .tier:hover::before,
.club-section .tier:focus-within::before {
  opacity: 0.94;
  transform: scale(1.012);
}
.club-section .tier:hover::after,
.club-section .tier:focus-within::after {
  opacity: 1;
}
.club-section .tier:hover h3,
.club-section .tier:focus-within h3 {
  text-shadow:
    0 0 13px rgba(var(--tier-rgb), 0.42),
    0 0 20px rgba(var(--tier-rgb), 0.2);
}
.club-section .tier:hover .tier-perks li::before,
.club-section .tier:focus-within .tier-perks li::before {
  transform: scale(1.18);
  background: color-mix(in srgb, var(--tier-color) 30%, transparent);
  box-shadow:
    0 0 0 2px rgba(var(--tier-rgb), 0.09),
    0 0 12px rgba(var(--tier-rgb), 0.62);
}
.club-section .tier:active {
  transform: translateY(-3px) scale(0.995);
  transition-duration: .12s;
}
.club-section .tier-bronze {
  --tier-color: #d98b58;
  --tier-rgb: 217, 139, 88;
  background:
    radial-gradient(120% 90% at 50% -22%, rgba(217, 139, 88, 0.16), transparent 68%),
    linear-gradient(180deg, rgba(28, 22, 19, 0.9), rgba(6, 7, 14, 0.96));
}
.club-section .tier-silver {
  --tier-color: #b7c8e7;
  --tier-rgb: 183, 200, 231;
  background:
    radial-gradient(120% 90% at 50% -22%, rgba(93, 136, 190, 0.16), transparent 68%),
    linear-gradient(180deg, rgba(13, 24, 39, 0.92), rgba(5, 8, 18, 0.96));
}
.club-section .tier-gold {
  --tier-color: #ffd063;
  --tier-rgb: 255, 208, 99;
  background:
    radial-gradient(120% 90% at 50% -22%, rgba(255, 208, 99, 0.17), transparent 68%),
    linear-gradient(180deg, rgba(29, 24, 14, 0.92), rgba(7, 7, 13, 0.96));
}
.club-section .tier-diamond {
  --tier-color: #9c6bff;
  --tier-rgb: 156, 107, 255;
  background:
    radial-gradient(125% 92% at 50% -22%, rgba(122, 88, 255, 0.22), transparent 68%),
    linear-gradient(180deg, rgba(15, 17, 52, 0.96), rgba(7, 8, 30, 0.98));
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.1),
    inset 0 0 36px rgba(156, 107, 255, 0.08),
    0 0 0 1px rgba(156, 107, 255, 0.18),
    0 0 44px rgba(118, 74, 255, 0.38),
    0 26px 68px rgba(0, 0, 0, 0.48);
}
#reviews.section {
  padding: var(--post-section-pad-y) 0;
  display: grid;
  align-items: center;
}
.reviews-container {
  width: min(1660px, calc(100% - 48px));
  display: grid;
  align-content: center;
  grid-template-rows: auto auto auto auto;
  gap: var(--post-section-stack-gap);
  padding-block: 0;
}
#reviews h2 {
  margin-bottom: 0;
}
#reviews .sub {
  margin: 0;
}
#reviews .center {
  margin-top: 0;
}
.reviews { display: grid; gap: clamp(16px, 1.2vw, 22px); grid-template-columns: repeat(3, minmax(0, 1fr)); }
.review-card {
  border: 1px solid rgba(132, 147, 206, 0.34);
  border-radius: 16px;
  background:
    radial-gradient(120% 110% at 50% -30%, rgba(86, 112, 245, 0.16) 0%, rgba(7, 11, 34, 0) 64%),
    linear-gradient(180deg, rgba(12, 20, 55, 0.96), rgba(7, 12, 32, 0.98));
  box-shadow: 0 0 14px rgba(84, 118, 233, 0.16), inset 0 0 12px rgba(87, 120, 224, 0.05);
  height: clamp(500px, 56vh, 570px);
  min-height: 0;
  min-width: 0;
  padding: clamp(16px, 1.35vw, 22px);
  display: grid;
  grid-template-rows: auto minmax(64px, auto) minmax(0, 1fr);
  gap: clamp(10px, 1vh, 14px);
  overflow: clip;
}
.review-head {
  display: flex;
  align-items: center;
  gap: 12px;
  margin-bottom: 0;
}
.review-avatar {
  width: 44px;
  height: 44px;
  border-radius: 50%;
  display: grid;
  place-content: center;
  border: 1px solid rgba(126, 164, 255, 0.82);
  background: linear-gradient(180deg, rgba(111, 150, 255, 0.88), rgba(108, 95, 251, 0.88));
  color: #eef3ff;
  font-size: 17px;
  font-weight: 700;
  line-height: 1;
}
.review-head h3 {
  margin: 0;
  font-size: clamp(25px, 1.9vw, 32px);
  font-weight: 700;
  color: #f4f6ff;
}
.review-text {
  margin: 0;
  color: #dbe2ff;
  line-height: 1.42;
  font-size: clamp(16px, 1.05vw, 18px);
}
.review-photo {
  position: relative;
  min-width: 0;
  min-height: 0;
  height: 100%;
  border-radius: 12px;
  overflow: hidden;
  border: 1px solid rgba(148, 164, 218, 0.32);
  background: rgba(5, 9, 28, 0.72);
}
.review-photo::before {
  content: "";
  position: absolute;
  inset: -18px;
  background:
    radial-gradient(circle at 28% 18%, rgba(126, 101, 255, 0.22), transparent 44%),
    radial-gradient(circle at 76% 88%, rgba(45, 91, 185, 0.18), transparent 46%),
    linear-gradient(135deg, rgba(255, 255, 255, 0.05), rgba(255, 255, 255, 0));
  filter: blur(20px) saturate(0.9);
  opacity: 0.42;
  transform: scale(1.04);
}
.review-photo img {
  position: relative;
  z-index: 1;
  width: 100%;
  height: 100%;
  object-fit: contain;
  object-position: center;
  display: block;
}
.site-footer {
  padding: 36px 0 40px;
  background: var(--post-games-bg);
  border-top: 1px solid rgba(150, 126, 255, 0.22);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.035);
}
.footer-grid {
  display: grid;
  grid-template-columns: minmax(220px, 0.72fr) minmax(0, 1.28fr);
  align-items: start;
  gap: 30px;
}
.footer-brand .logo {
  margin: 0 0 16px;
  color: #f3f5ff;
}
.footer-brand p:not(.logo) {
  margin: 0;
  color: #aeb6cf;
  font-size: 18px;
}
.footer-nav {
  justify-self: end;
  list-style: none;
  padding: 0;
  margin: 2px 0 0;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  gap: 18px clamp(30px, 4vw, 58px);
  color: #d5daea;
  font-size: 18px;
}
.footer-nav a { transition: color .2s ease; }
.footer-nav a:hover,
.footer-nav a:focus-visible {
  color: #fff;
  outline: none;
}
.nav-list a:focus-visible,
.header-cta:focus-visible,
.mobile-nav a:focus-visible,
.mobile-menu-cta:focus-visible,
.footer-nav a:focus-visible,
.btn:focus-visible,
.games-dot:focus-visible {
  outline: 3px solid rgba(207, 190, 255, 0.95);
  outline-offset: 4px;
}
.copyright {
  text-align: center;
  color: #a4abc2;
  font-size: 16px;
  margin: 34px 0 0;
}

@media (max-width: 820px) {
  .footer-grid {
    grid-template-columns: 1fr;
    justify-items: center;
    text-align: center;
    gap: 26px;
  }
  .footer-nav {
    justify-self: center;
    justify-content: center;
    gap: 14px 24px;
    font-size: 17px;
  }
}

@media (min-width: 1365px) and (max-width: 1599px) {
  .hero::before { background-position: 75% top; }
}
@media (min-width: 1600px) {
  .hero::before { background-position: 76% top; }
}
@media (min-width: 1920px) {
  .hero::before { background-position: 77% top; }
}
@media (min-width: 2560px) {
  .hero::before { background-position: 78% top; }
}
@media (min-width: 1181px) {
  .section {
    padding: var(--post-section-pad-y) 0;
  }

  .hero-grid {
    grid-template-columns: minmax(0, 620px);
    padding-block: 0;
  }
  .hero-content {
    max-width: 590px;
  }
  h1 {
    font-size: clamp(38px, 4.6vw, 62px);
  }
  h2 {
    font-size: clamp(34px, 4.6vw, 56px);
    margin-bottom: 12px;
  }
  .hero-copy {
    max-width: 590px;
    font-size: clamp(18px, 1.35vw, 24px);
    margin-bottom: 14px;
  }
  .hero-benefits {
    gap: 8px;
    max-width: min(100%, 590px);
    margin-bottom: 20px;
  }
  .hero-benefits p {
    padding: 8px 11px;
    font-size: 15px;
  }
  .btn {
    gap: 12px;
    width: 328px;
    min-height: 62px;
    padding: 0 34px;
    border-radius: 15px;
    font-size: clamp(17px, 1.15vw, 21px);
  }
  .games-cta,
  #reviews .btn,
  .how-cta-btn {
    width: min(320px, 100%);
    min-height: 60px;
    padding: 0 28px;
  }
  .center {
    margin-top: 22px;
  }
  .sub {
    margin-bottom: 22px;
    font-size: clamp(18px, 1.55vw, 28px);
  }

  .games-section.section {
    --game-card-w: 204px;
    --games-gap-desktop: 14px;
    --games-arrow-zone: 48px;
  }
  .games-shell {
    width: min(1260px, calc(100% - 48px));
    gap: var(--post-section-stack-gap);
    padding-block: 0;
  }
  .games-shell .sub {
    font-size: clamp(19px, 1.6vw, 30px);
  }
  .games-carousel {
    gap: 7px;
  }
  .games-viewport {
    border-radius: 22px;
    padding: 8px 0;
  }
  .games-slide {
    border-radius: 20px;
  }
  .games-slide h3 {
    left: 14px;
    right: 14px;
    bottom: 14px;
    font-size: clamp(22px, 1.15vw, 29px);
  }
  .game-platform {
    left: 12px;
    top: 12px;
    min-height: 28px;
    padding: 0 11px;
    font-size: 15px;
  }
  .games-arrow {
    width: 46px;
    height: 46px;
  }
  .games-arrow-icon {
    width: 19px;
    height: 19px;
  }
  .games-dots {
    min-height: 14px;
  }
  .games-dot {
    width: 8px;
    height: 8px;
  }

  .how-shell {
    width: min(1120px, calc(100% - 48px));
    gap: var(--post-section-stack-gap);
    padding-block: 0;
  }
  .how-heading h2 {
    font-size: clamp(36px, 4.5vw, 60px);
  }
  .how-heading .sub {
    margin-top: 10px;
    font-size: clamp(19px, 1.55vw, 26px);
  }
  .how-cta-btn {
    width: min(380px, 100%);
    min-height: 66px;
  }
  .steps {
    --step-gap: clamp(14px, 1.05vw, 18px);
    --step-number-size: 48px;
    --step-media-size: clamp(84px, 5.4vw, 100px);
    --step-title-row: 42px;
  }
  .steps article {
    min-height: clamp(238px, 18vw, 276px);
    gap: 8px;
    border-radius: 18px;
    padding: clamp(16px, 1.25vw, 20px);
  }
  .steps b {
    font-size: 19px;
  }
  .steps h3 {
    font-size: clamp(21px, 1.35vw, 25px);
  }
  .steps p {
    font-size: clamp(15px, .92vw, 17px);
  }

  .club-shell {
    width: min(1180px, calc(100% - 48px));
    gap: var(--post-section-stack-gap);
    padding-block: 0;
  }
  .club-section .club-title {
    font-size: clamp(38px, 4.6vw, 60px);
  }
  .club-heading .sub {
    margin-top: 12px;
    font-size: clamp(18px, 1.45vw, 25px);
  }
  .club-timeline {
    width: min(1080px, calc(100% - 32px));
    min-height: 44px;
  }
  .club-stage {
    gap: 11px;
    font-size: clamp(12px, .82vw, 15px);
  }
  .club-section .tiers {
    gap: clamp(18px, 1.5vw, 22px);
  }
  .club-section .tier {
    --tier-perk-row: 28px;
    min-height: clamp(326px, 25vw, 370px);
    padding: clamp(26px, 1.85vw, 32px) clamp(22px, 1.65vw, 28px);
  }
  .club-section .tier h3 {
    font-size: clamp(22px, 1.4vw, 28px);
  }
  .club-section .tier-threshold {
    padding: 18px 0 50px;
    font-size: clamp(15px, .92vw, 17px);
  }
  .club-section .tier-threshold::after {
    bottom: 24px;
  }
  .club-section .tier-perks {
    gap: clamp(10px, .9vw, 14px);
    font-size: clamp(14px, .82vw, 16px);
  }
  .club-section .tier-perks li {
    grid-template-columns: 14px 1fr;
    gap: 12px;
    white-space: normal;
  }
  .club-section .tier-perks li::before {
    width: 9px;
    height: 9px;
  }

  .reviews-container {
    width: min(1200px, calc(100% - 48px));
    gap: var(--post-section-stack-gap);
    padding-block: 0;
  }
  .reviews {
    gap: clamp(14px, 1vw, 18px);
  }
  .review-card {
    height: clamp(350px, 44vh, 420px);
    padding: clamp(15px, 1vw, 18px);
    grid-template-rows: auto minmax(56px, auto) minmax(0, 1fr);
  }
  .review-avatar {
    width: 40px;
    height: 40px;
    font-size: 15px;
  }
  .review-head h3 {
    font-size: clamp(21px, 1.35vw, 26px);
  }
  .review-text {
    font-size: clamp(15px, .92vw, 16px);
  }

  .site-footer {
    padding: 30px 0 34px;
  }
  .footer-nav {
    gap: 16px clamp(22px, 3vw, 42px);
    font-size: 16px;
  }
  .footer-brand p:not(.logo) {
    font-size: 16px;
  }
  .copyright {
    margin-top: 28px;
    font-size: 15px;
  }
}
@media (max-width: 1364px) {
  .games-shell { width: min(1180px, calc(100% - 40px)); }
  .games-carousel {
    grid-template-columns: 48px minmax(0, 1fr) 48px;
    justify-content: stretch;
  }
  .games-viewport {
    width: 100%;
    max-width: 100%;
  }
  .games-track {
    --slides-per-view: 4;
    --games-gap: 14px;
  }
  .games-slide {
    flex-basis: clamp(188px, calc((100% - (var(--slides-per-view) - 1) * var(--games-gap)) / var(--slides-per-view)), 226px);
  }
}
@media (max-width: 1180px) {
  .games-shell { width: min(1220px, calc(100% - 28px)); }
  .games-track {
    --slides-per-view: 3.45;
    --games-gap: 14px;
  }
  .games-slide {
    flex-basis: clamp(220px, calc((100% - (var(--slides-per-view) - 1) * var(--games-gap)) / var(--slides-per-view)), 270px);
    border-radius: 20px;
  }
  .games-arrow {
    width: 56px;
    height: 56px;
  }
  .games-arrow-icon {
    width: 20px;
    height: 20px;
  }
  .games-carousel { grid-template-columns: 62px minmax(0, 1fr) 62px; }
  .steps, .tiers, .reviews { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .how-shell {
    padding-block: 0;
  }
  .how-section .steps {
    --step-gap: 24px;
    --step-number-size: 54px;
    --step-media-size: 112px;
    --step-title-row: 50px;
  }
  .how-section .steps article {
    min-height: 292px;
  }
  .how-section .steps article:not(:last-child)::after {
    display: none;
  }
  .how-section .steps article:nth-child(odd)::after {
    display: block;
  }
  .club-shell {
    width: min(1180px, calc(100% - 28px));
    gap: var(--post-section-stack-gap);
    padding-block: 0;
  }
  .club-section .club-title {
    font-size: clamp(38px, 7vw, 64px);
  }
  .club-timeline {
    width: min(1040px, calc(100% - 28px));
  }
  .club-section .tiers {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 18px;
  }
  .club-section .tier {
    --tier-perk-row: 30px;
    min-height: 342px;
    padding: 28px;
  }
  .club-section .tier h3 {
    font-size: clamp(25px, 3vw, 32px);
  }
  .club-section .tier-threshold {
    padding: 22px 0 60px;
  }
  .club-section .tier-threshold::after {
    bottom: 28px;
  }
  .club-section .tier-perks {
    gap: 12px;
    font-size: clamp(14px, 1.7vw, 16px);
  }
  .tier {
    grid-template-rows: 48px 44px auto;
    min-height: 0;
  }
  .tier-diamond { min-height: 0; transform: none; }
  .tier-threshold { font-size: clamp(14px, 1.2vw, 16px); }
  .tier-perks { font-size: clamp(13px, 1.15vw, 15px); }
  .reviews-container {
    width: min(1120px, calc(100% - 28px));
    gap: var(--post-section-stack-gap);
    padding-block: 0;
  }
  #reviews .review-card {
    height: auto;
    min-height: 520px;
    padding: 18px;
    gap: 12px;
    grid-template-rows: auto minmax(68px, auto) minmax(320px, 1fr);
  }
  .review-head h3 { font-size: 22px; }
  .review-text { font-size: 15px; }
  .review-photo { min-height: 320px; }
}
@media (max-width: 980px) {
  :root {
    --header-h: 118px;
  }
  .games-track {
    --slides-per-view: 2.35;
    --games-gap: 12px;
  }
  .games-slide h3 {
    font-size: clamp(22px, 3.6vw, 30px);
  }
  .game-platform {
    min-height: 30px;
    padding: 0 11px;
    font-size: 15px;
  }
  .games-shell .sub { font-size: clamp(18px, 3.5vw, 30px); }
  .games-arrow {
    width: 46px;
    height: 46px;
  }
  .games-arrow-icon {
    width: 18px;
    height: 18px;
  }
  .games-carousel { grid-template-columns: 52px minmax(0, 1fr) 52px; gap: 6px; }
  .header-row { grid-template-columns: 1fr auto; gap: 12px; padding: 12px 0; }
  .main-nav, .header-cta { display: none; }
  .burger {
    display: inline-flex;
    flex-direction: column;
    justify-content: center;
    gap: 5px;
    width: 42px;
    height: 42px;
    border: 1px solid rgba(146, 117, 255, 0.45);
    border-radius: 10px;
    background: rgba(58, 40, 147, 0.35);
    padding: 0 10px;
    cursor: pointer;
  }
  .burger span {
    display: block;
    width: 100%;
    height: 2px;
    background: #ece7ff;
    border-radius: 2px;
  }
  .mobile-menu {
    display: block;
    position: absolute;
    top: 100%;
    right: 10px;
    width: min(320px, calc(100vw - 20px));
    border: 1px solid rgba(146, 117, 255, 0.35);
    border-radius: 14px;
    background: rgba(8, 12, 33, 0.96);
    padding: 12px;
    box-shadow: 0 18px 34px rgba(0, 0, 0, 0.45);
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
    transform: translateY(0) scale(1);
    transform-origin: top right;
    transition:
      opacity .22s cubic-bezier(.22,.61,.36,1),
      transform .22s cubic-bezier(.22,.61,.36,1),
      visibility 0s linear 0s;
  }
  .mobile-menu[hidden] {
    display: block !important;
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    transform: translateY(-8px) scale(.98);
    transition:
      opacity .18s ease,
      transform .18s ease,
      visibility 0s linear .18s;
  }
  .mobile-nav {
    display: grid;
    gap: 6px;
    margin-bottom: 12px;
  }
  .mobile-nav a {
    display: block;
    min-height: 40px;
    padding: 10px 12px;
    border-radius: 10px;
    color: #d9d0ff;
    background: rgba(66, 45, 163, 0.17);
  }
  .mobile-menu-cta {
    display: inline-flex;
    width: 100%;
    min-height: 44px;
    align-items: center;
    justify-content: center;
    border-radius: 10px;
    font-weight: 700;
    color: #fff;
    border: 1px solid rgba(164,131,255,.55);
    background: linear-gradient(180deg, #7a57ff, #4f2fd6);
  }
  .hero::before { background-size: cover; background-position: 70% top; filter: saturate(1.04) contrast(1.04) brightness(0.86); }
  .hero::after {
    background-image:
      linear-gradient(90deg, rgba(3, 5, 17, 0.95) 0%, rgba(3, 5, 17, 0.86) 52%, rgba(3, 5, 17, 0.54) 86%, rgba(3, 5, 17, 0.4) 100%),
      linear-gradient(180deg, rgba(4, 4, 13, 0) 0%, rgba(4, 4, 13, 0.24) 34%, rgba(4, 4, 13, 0.8) 72%, var(--transition-floor) 100%);
    background-size: 100% 100%, 100% var(--hero-fade-depth);
    background-position: 0 0, 0 100%;
    background-repeat: no-repeat;
  }
  .hero-grid { grid-template-columns: 1fr; }
}
@media (max-width: 680px) {
  :root {
    --header-h: 74px;
    --post-section-pad-y: clamp(42px, 11vw, 58px);
    --post-section-stack-gap: clamp(18px, 5vw, 24px);
    --hero-fade-depth: clamp(180px, 48vw, 240px);
    --games-calm-zone: clamp(36px, 11vw, 52px);
  }
  .container { width: min(1220px, calc(100% - 28px)); }
  .header-row {
    min-height: 58px;
    padding: 8px 0;
  }
  .burger {
    width: 40px;
    height: 40px;
    border-radius: 12px;
  }
  .mobile-menu {
    top: calc(100% + 6px);
    right: 14px;
    width: min(336px, calc(100vw - 28px));
    border-radius: 16px;
  }
  .games-shell {
    width: min(1220px, calc(100% - 28px));
    padding-block: 0;
  }
  .games-track {
    --slides-per-view: 1.32;
    --games-gap: 10px;
  }
  .games-slide {
    flex-basis: clamp(224px, calc((100% - (var(--slides-per-view) - 1) * var(--games-gap)) / var(--slides-per-view)), 280px);
    border-radius: 20px;
  }
  .games-slide h3 {
    font-size: clamp(21px, 6.5vw, 28px);
    bottom: 14px;
  }
  .game-platform {
    left: 12px;
    top: 12px;
    min-height: 28px;
    padding: 0 10px;
    font-size: 14px;
  }
  .games-arrow {
    width: 38px;
    height: 38px;
    transform: none;
    align-self: end;
    margin-bottom: 2px;
  }
  .games-arrow:hover { transform: scale(1.04); }
  .games-arrow-icon {
    width: 16px;
    height: 16px;
    stroke-width: 2.2;
  }
  .games-carousel {
    grid-template-columns: 1fr;
    gap: 10px;
  }
  .games-viewport { grid-column: 1; }
  .games-prev,
  .games-next {
    grid-column: 1;
    z-index: 3;
  }
  .games-prev {
    justify-self: start;
    margin-left: 6px;
  }
  .games-next {
    justify-self: end;
    margin-right: 6px;
  }
  .games-dots { margin-top: 10px; }
  .steps, .tiers, .reviews { grid-template-columns: 1fr; }
  h2 {
    font-size: clamp(30px, 8.8vw, 42px);
    line-height: 1.04;
  }
  .sub {
    font-size: clamp(16px, 4.4vw, 20px);
    line-height: 1.32;
  }
  .btn,
  .games-cta,
  #reviews .btn,
  .how-cta-btn {
    width: 100%;
    min-height: 58px;
    padding: 0 22px;
    border-radius: 14px;
    font-size: clamp(16px, 4.4vw, 18px);
  }
  .how-shell {
    width: min(100%, calc(100% - 28px));
    gap: var(--post-section-stack-gap);
    padding-block: 0;
  }
  .how-heading h2 {
    font-size: clamp(34px, 10.3vw, 48px);
  }
  .how-heading .sub {
    margin-top: 10px;
    font-size: clamp(18px, 5.6vw, 24px);
  }
  .how-section .steps {
    --step-gap: 22px;
    --step-number-size: 52px;
    --step-media-size: 88px;
    --step-title-row: 44px;
    gap: var(--step-gap);
  }
  .how-section .steps article {
    min-height: auto;
    grid-template-rows: var(--step-number-size) var(--step-media-size) var(--step-title-row) auto;
    gap: 10px;
    border-radius: 18px;
    padding: 18px 18px 22px;
  }
  .how-section .steps article:not(:last-child)::after,
  .how-section .steps article:nth-child(odd)::after {
    display: block;
    left: 50%;
    top: 100%;
    width: 1px;
    height: var(--step-gap);
    transform: translateX(-50%);
    background: linear-gradient(180deg, rgba(72, 102, 255, 0), rgba(106, 123, 255, 0.92) 46%, rgba(155, 85, 255, 0.88) 62%, rgba(155, 85, 255, 0));
  }
  .how-section .steps article:last-child::after {
    display: none;
  }
  .how-section .steps b {
    font-size: 19px;
  }
  .steps h3 {
    font-size: clamp(22px, 6.8vw, 27px);
  }
  .steps p {
    max-width: 31ch;
    font-size: 16px;
  }
  .club-shell {
    width: min(100%, calc(100% - 28px));
    gap: var(--post-section-stack-gap);
    padding-block: 0;
  }
  .club-section .club-title {
    font-size: clamp(30px, 9vw, 44px);
    line-height: 1.02;
  }
  .club-heading .sub {
    margin-top: 12px;
    font-size: clamp(18px, 5.6vw, 24px);
  }
  .club-timeline {
    display: none;
    width: 100%;
    min-height: auto;
    grid-template-columns: 1fr;
    gap: 10px;
    padding: 12px 14px;
    border: 1px solid rgba(132, 147, 206, 0.28);
    border-radius: 16px;
    background: rgba(8, 12, 34, 0.44);
  }
  .club-timeline::before {
    left: 22px;
    right: auto;
    top: 30px;
    bottom: 30px;
    width: 1px;
    height: auto;
    background: linear-gradient(180deg, rgba(226, 139, 78, 0.9), rgba(169, 197, 230, 0.88) 33%, rgba(246, 200, 88, 0.92) 66%, rgba(155, 93, 255, 0.96));
  }
  .club-stage,
  .club-stage-bronze,
  .club-stage-diamond {
    min-height: 28px;
    grid-template-columns: 18px 1fr;
    justify-items: start;
    align-items: center;
    gap: 10px;
    font-size: 13px;
  }
  .club-stage i {
    grid-column: 1;
    grid-row: 1;
    width: 10px;
    height: 10px;
  }
  .club-stage span {
    grid-column: 2;
    grid-row: 1;
  }
  .club-section .tiers {
    grid-template-columns: 1fr;
    gap: 16px;
  }
  .club-section .tier {
    --tier-perk-row: 30px;
    min-height: auto;
    border-radius: 18px;
    padding: 24px 22px 26px;
  }
  .club-section .tier h3 {
    min-height: 0;
    font-size: clamp(24px, 6.8vw, 30px);
  }
  .club-section .tier-threshold {
    min-height: 0;
    padding: 16px 0 44px;
    font-size: clamp(15px, 4.3vw, 18px);
  }
  .club-section .tier-threshold::after {
    bottom: 21px;
  }
  .club-section .tier-perks {
    gap: 13px;
    font-size: clamp(14px, 4vw, 16px);
  }
  .club-section .tier-perks li {
    min-height: var(--tier-perk-row);
    gap: 12px;
    white-space: normal;
  }
  .reviews-container {
    width: min(100%, calc(100% - 28px));
    gap: var(--post-section-stack-gap);
    padding-block: 0;
  }
  #reviews .review-card {
    min-height: auto;
    border-radius: 16px;
    padding: 16px;
    gap: 11px;
    grid-template-rows: auto auto auto;
  }
  .review-avatar { width: 34px; height: 34px; font-size: 14px; }
  .review-head h3 { font-size: 20px; }
  .review-text { font-size: 14px; }
  .review-photo {
    min-height: clamp(300px, 86vw, 380px);
    aspect-ratio: 1 / 1.08;
  }
  .club-title { font-size: clamp(30px, 9vw, 44px); }
  .tier {
    grid-template-rows: auto auto auto;
    min-height: auto;
    border-radius: 18px;
    padding: 12px;
  }
  .tier-diamond { transform: none; min-height: auto; }
  .tier h3 { min-height: 0; font-size: clamp(20px, 6.8vw, 30px); }
  .tier-threshold { min-height: 0; font-size: clamp(14px, 4.3vw, 18px); padding-bottom: 10px; }
  .tier-threshold::after { left: 6%; right: 6%; }
  .tier-perks { font-size: clamp(13px, 3.9vw, 15px); }
  .perk-icon { width: 13px; height: 13px; }
  .site-header { backdrop-filter: blur(12px); }
  .logo {
    max-width: min(68vw, 250px);
    font-size: 14px;
    line-height: 1.12;
    letter-spacing: .055em;
    white-space: normal;
  }
  .hero::before {
    background-image: url("./hero-mobile.jpg");
    background-image: -webkit-image-set(url("./hero-mobile.jpg") 1x);
    background-image: image-set(url("./hero-mobile.jpg") type("image/jpeg") 1x);
    background-size: cover;
    background-position: 66% top;
    filter: saturate(1.04) contrast(1.04) brightness(0.84);
  }
  .hero::after {
    background-image:
      linear-gradient(100deg, rgba(3, 5, 17, 0.97) 0%, rgba(3, 5, 17, 0.9) 58%, rgba(3, 5, 17, 0.62) 100%),
      linear-gradient(180deg, rgba(4, 4, 13, 0) 0%, rgba(4, 4, 13, 0.24) 34%, rgba(4, 4, 13, 0.82) 72%, var(--transition-floor) 100%);
    background-size: 100% 100%, 100% var(--hero-fade-depth);
    background-position: 0 0, 0 100%;
    background-repeat: no-repeat;
  }
  .hero-grid {
    width: min(1220px, calc(100% - 28px));
    padding-block: 0;
  }
  h1 { font-size: clamp(32px, 9.8vw, 44px); line-height: 1.04; }
  .hero-copy {
    max-width: 31ch;
    font-size: clamp(16px, 4.8vw, 21px);
    line-height: 1.34;
  }
  .hero-benefits {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 8px;
    margin-bottom: 18px;
  }
  .hero-benefits p {
    padding: 7px 8px;
    font-size: 13px;
    text-align: center;
    white-space: normal;
  }
  .games-shell {
    gap: clamp(14px, 4vw, 20px);
  }
  .games-carousel {
    position: relative;
    grid-template-columns: 1fr;
    gap: 8px;
  }
  .games-viewport {
    width: 100%;
    padding: 4px 0 6px;
    border-radius: 20px;
  }
  .games-track {
    --slides-per-view: 1;
    --games-gap: 12px;
  }
  .games-slide {
    flex-basis: min(78vw, 310px);
  }
  .games-prev,
  .games-next {
    position: absolute;
    top: 50%;
    grid-column: auto;
    align-self: auto;
    margin: 0;
    transform: translateY(-50%);
  }
  .games-prev { left: 8px; }
  .games-next { right: 8px; }
  .games-arrow:hover {
    transform: translateY(-50%) scale(1.04);
  }
  .games-dots {
    margin-top: 6px;
  }
  .games-section .center,
  #reviews .center {
    display: block;
    width: 100%;
    margin-top: 12px;
  }
  .games-section .center .btn,
  #reviews .center .btn {
    width: 100%;
  }
  .reviews,
  .club-section .tiers {
    display: flex;
    width: calc(100% + 28px);
    margin-inline: -14px;
    padding: 2px 14px 10px;
    gap: 14px;
    overflow-x: auto;
    overflow-y: visible;
    overscroll-behavior-x: contain;
    scroll-padding-inline: 14px;
    scroll-snap-type: x mandatory;
    -webkit-overflow-scrolling: touch;
    scrollbar-width: none;
  }
  .reviews::-webkit-scrollbar,
  .club-section .tiers::-webkit-scrollbar {
    display: none;
  }
  #reviews .review-card,
  .club-section .tier {
    flex: 0 0 min(86vw, 340px);
    scroll-snap-align: center;
  }
  #reviews .review-card {
    height: auto;
    min-height: 0;
    grid-template-rows: auto auto auto;
  }
  .review-photo {
    min-height: 190px;
    height: auto;
    aspect-ratio: 4 / 3;
  }
  .club-section .tier {
    --tier-perk-row: 28px;
    padding: 20px;
  }
  .club-section .tier-threshold {
    padding: 12px 0 32px;
  }
  .club-section .tier-threshold::after {
    bottom: 16px;
  }
  .club-section .tier-perks {
    gap: 10px;
  }
  .club-section .tier-perks li {
    min-height: var(--tier-perk-row);
  }
  .how-section .steps {
    --step-gap: 16px;
    --step-number-size: 42px;
    --step-media-size: 72px;
    --step-title-row: auto;
    gap: var(--step-gap);
  }
  .how-section .steps article {
    grid-template-rows: var(--step-number-size) var(--step-media-size) auto auto;
    gap: 8px;
    border-radius: 16px;
    padding: 16px;
  }
  .how-section .steps b {
    font-size: 17px;
  }
  .steps h3 {
    font-size: clamp(20px, 6vw, 24px);
  }
  .steps p {
    max-width: 29ch;
    font-size: 15px;
  }
  .how-cta {
    width: 100%;
  }
  .site-footer {
    padding: 28px 0 32px;
    text-align: center;
    contain-intrinsic-size: auto 520px;
  }
  .footer-grid {
    width: min(100%, calc(100% - 28px));
    grid-template-columns: 1fr;
    justify-items: center;
    gap: 20px;
  }
  .footer-brand p:not(.logo) {
    font-size: 14px;
  }
  .footer-nav {
    width: 100%;
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 10px 12px;
    font-size: 14px;
  }
  .footer-nav a {
    min-height: 38px;
    display: grid;
    place-items: center;
    padding: 0 8px;
    border: 1px solid rgba(150, 126, 255, 0.18);
    border-radius: 10px;
    background: rgba(255, 255, 255, 0.025);
  }
  .copyright {
    width: min(100%, calc(100% - 28px));
    margin: 22px auto 0;
    font-size: 13px;
    line-height: 1.45;
  }
}

@media (hover: none), (pointer: coarse) {
  .btn:hover,
  .btn:focus-visible {
    transform: none;
    filter: none;
    box-shadow:
      inset 0 1px 0 rgba(255, 255, 255, 0.27),
      0 0 18px rgba(135, 102, 255, 0.34),
      0 0 42px rgba(92, 54, 214, 0.3),
      0 10px 26px rgba(45, 24, 150, 0.28);
  }

  .btn:active {
    transform: scale(.985);
    filter: saturate(1.06);
    box-shadow:
      inset 0 1px 0 rgba(255, 255, 255, 0.24),
      0 0 20px rgba(150, 119, 255, 0.48),
      0 0 46px rgba(95, 58, 218, 0.34),
      0 6px 18px rgba(45, 24, 150, 0.2);
  }
}

@media (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto;
  }

  *,
  *::before,
  *::after {
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
    scroll-behavior: auto !important;
    transition-duration: 0.01ms !important;
  }

  .games-track {
    transition: none !important;
  }
}
