/* =========================================================
   Up X Casino — up-xcasino.top
   Современный неоновый дизайн в стиле Up-X
   ========================================================= */

/* ---------- Reset & базовые ---------- */
*,
*::before,
*::after { box-sizing: border-box; }

html { scroll-behavior: smooth; -webkit-text-size-adjust: 100%; }

body {
  margin: 0;
  font-family: 'Inter', 'Rubik', system-ui, -apple-system, "Segoe UI", Roboto, Arial, sans-serif;
  font-size: 16px;
  line-height: 1.55;
  color: #e6eaf2;
  background:
    radial-gradient(1200px 600px at 10% -10%, rgba(0,255,136,.10), transparent 60%),
    radial-gradient(1000px 500px at 110% 10%, rgba(0,210,255,.10), transparent 60%),
    radial-gradient(900px 700px at 50% 100%, rgba(165,94,234,.10), transparent 60%),
    #0a0f1c;
  min-height: 100vh;
  overflow-x: hidden;
}

img, svg { max-width: 100%; height: auto; display: block; }
button { font: inherit; border: none; background: none; color: inherit; cursor: pointer; }
a { color: inherit; text-decoration: none; transition: color .2s ease; }
a:hover { color: #00ff88; }

h1, h2, h3, h4 { margin: 0 0 .6em; line-height: 1.2; font-weight: 800; letter-spacing: -.01em; }

.upx-container {
  max-width: 1280px;
  margin: 0 auto;
  padding: 0 20px;
}

.upx-grad {
  background: linear-gradient(90deg, #00ff88 0%, #00d2ff 100%);
  -webkit-background-clip: text;
          background-clip: text;
  -webkit-text-fill-color: transparent;
}

/* ---------- Кнопки ---------- */
.upx-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  padding: 12px 22px;
  border-radius: 12px;
  font-weight: 700;
  font-size: 15px;
  line-height: 1;
  white-space: nowrap;
  cursor: pointer;
  transition: transform .15s ease, box-shadow .25s ease, background .25s ease, color .2s ease, filter .2s ease;
  user-select: none;
  border: 1px solid transparent;
}

.upx-btn:hover { transform: translateY(-1px); }
.upx-btn:active { transform: translateY(0); }

.upx-btn--primary {
  background: linear-gradient(90deg, #00ff88 0%, #00d2ff 100%);
  color: #00171f;
  box-shadow: 0 8px 24px -8px rgba(0,255,136,.5), 0 2px 6px rgba(0,210,255,.25);
}
.upx-btn--primary:hover {
  color: #00171f;
  filter: brightness(1.05) saturate(1.05);
  box-shadow: 0 14px 32px -8px rgba(0,255,136,.7), 0 4px 12px rgba(0,210,255,.4);
}

.upx-btn--outline {
  background: rgba(255,255,255,.04);
  color: #fff;
  border: 1px solid rgba(0,255,136,.4);
  box-shadow: 0 0 0 0 rgba(0,255,136,0) inset;
}
.upx-btn--outline:hover {
  background: rgba(0,255,136,.08);
  color: #00ff88;
  border-color: #00ff88;
}

.upx-btn--ghost {
  background: transparent;
  color: #e6eaf2;
  border: 1px solid rgba(255,255,255,.12);
}
.upx-btn--ghost:hover {
  background: rgba(255,255,255,.06);
  color: #fff;
  border-color: rgba(255,255,255,.25);
}

.upx-btn--lg {
  padding: 16px 32px;
  font-size: 17px;
  border-radius: 14px;
}

/* ---------- Промо-полоса ---------- */
.upx-promo {
  position: relative;
  background: linear-gradient(90deg, #00ff88 0%, #00d2ff 100%);
  color: #00171f;
  font-weight: 600;
  padding: 12px 0;
  z-index: 99;
}
.upx-promo__inner {
  max-width: 1280px;
  margin: 0 auto;
  padding: 0 50px 0 20px;
  display: flex;
  align-items: center;
  gap: 18px;
  flex-wrap: wrap;
  justify-content: center;
}
.upx-promo__badge {
  background: #00171f;
  color: #00ff88;
  font-size: 11px;
  font-weight: 900;
  letter-spacing: 1px;
  padding: 4px 8px;
  border-radius: 6px;
}
.upx-promo__text { font-size: 14.5px; }
.upx-promo__btn {
  background: #00171f;
  color: #00ff88;
  padding: 8px 18px;
  border-radius: 10px;
  font-weight: 700;
  font-size: 13.5px;
  transition: background .2s, color .2s;
}
.upx-promo__btn:hover {
  background: #fff;
  color: #00171f;
}
.upx-promo__close {
  position: absolute;
  top: 50%;
  right: 14px;
  transform: translateY(-50%);
  width: 28px; height: 28px;
  font-size: 22px;
  color: #00171f;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  transition: background .2s;
}
.upx-promo__close:hover { background: rgba(0,0,0,.15); }
.upx-promo.is-hidden { display: none; }

/* ---------- Шапка ---------- */
.upx-header {
  position: sticky;
  top: 0;
  z-index: 50;
  background: rgba(10,15,28,.85);
  -webkit-backdrop-filter: blur(14px);
          backdrop-filter: blur(14px);
  border-bottom: 1px solid rgba(255,255,255,.06);
}
.upx-header__row {
  display: flex;
  align-items: center;
  gap: 30px;
  padding: 14px 20px;
}
.upx-logo { display: inline-flex; align-items: center; }
.upx-nav {
  display: flex;
  align-items: center;
  gap: 26px;
  margin-left: 10px;
  font-size: 14.5px;
  font-weight: 500;
}
.upx-nav a {
  color: #cdd5e1;
  position: relative;
  padding: 6px 0;
}
.upx-nav a::after {
  content: '';
  position: absolute;
  left: 0; right: 0; bottom: 0;
  height: 2px;
  background: linear-gradient(90deg, #00ff88, #00d2ff);
  border-radius: 2px;
  transform: scaleX(0);
  transform-origin: center;
  transition: transform .25s ease;
}
.upx-nav a:hover { color: #fff; }
.upx-nav a:hover::after { transform: scaleX(1); }

.upx-header__actions { margin-left: auto; display: flex; gap: 10px; align-items: center; }

.upx-burger {
  display: none;
  width: 40px; height: 40px;
  border-radius: 10px;
  background: rgba(255,255,255,.06);
  flex-direction: column;
  gap: 4px;
  align-items: center;
  justify-content: center;
}
.upx-burger span {
  display: block; width: 18px; height: 2px;
  background: #fff; border-radius: 1px;
}

/* ---------- Hero ---------- */
.upx-hero {
  position: relative;
  padding: 60px 0 70px;
  overflow: hidden;
}
.upx-hero::before {
  content: '';
  position: absolute;
  width: 700px; height: 700px;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(0,255,136,.18), transparent 70%);
  top: -250px; left: -200px;
  pointer-events: none;
  filter: blur(20px);
}
.upx-hero::after {
  content: '';
  position: absolute;
  width: 600px; height: 600px;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(0,210,255,.18), transparent 70%);
  bottom: -200px; right: -150px;
  pointer-events: none;
  filter: blur(20px);
}

.upx-hero__inner {
  position: relative;
  display: grid;
  grid-template-columns: 1.15fr 1fr;
  gap: 50px;
  align-items: center;
  z-index: 1;
}

.upx-hero__pill {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  padding: 6px 14px;
  border-radius: 999px;
  background: rgba(0,255,136,.10);
  color: #00ff88;
  font-size: 13px;
  font-weight: 600;
  border: 1px solid rgba(0,255,136,.3);
  margin-bottom: 18px;
}

.upx-hero__title {
  font-size: clamp(34px, 4.5vw, 56px);
  margin-bottom: 18px;
  font-weight: 900;
  line-height: 1.05;
  letter-spacing: -.02em;
}

.upx-hero__lead {
  font-size: 17px;
  color: #b8c0d0;
  margin-bottom: 28px;
  max-width: 560px;
}

.upx-hero__bonus {
  display: inline-flex;
  align-items: center;
  gap: 18px;
  padding: 18px 24px;
  background: linear-gradient(135deg, rgba(0,255,136,.10), rgba(0,210,255,.10));
  border: 1px solid rgba(0,255,136,.3);
  border-radius: 16px;
  margin-bottom: 28px;
}
.upx-hero__bonus-num {
  font-size: 42px;
  font-weight: 900;
  line-height: 1;
}
.upx-hero__bonus-desc { display: flex; flex-direction: column; }
.upx-hero__bonus-desc strong { color: #fff; font-size: 17px; }
.upx-hero__bonus-desc span { color: #b8c0d0; font-size: 14px; }

.upx-hero__cta {
  display: flex; flex-wrap: wrap; gap: 14px; margin-bottom: 28px;
}

.upx-hero__trust {
  display: flex; flex-wrap: wrap; gap: 24px;
  list-style: none; padding: 0; margin: 0;
  color: #b8c0d0; font-size: 14.5px;
}
.upx-hero__trust li { padding: 0; }

/* hero visual */
.upx-hero__visual {
  position: relative;
  min-height: 460px;
}
.upx-hero__card {
  position: absolute;
  background: linear-gradient(160deg, rgba(255,255,255,.06), rgba(255,255,255,.02));
  border: 1px solid rgba(255,255,255,.1);
  border-radius: 20px;
  padding: 18px 22px;
  box-shadow: 0 18px 40px -10px rgba(0,0,0,.5), inset 0 1px 0 rgba(255,255,255,.06);
  -webkit-backdrop-filter: blur(8px);
          backdrop-filter: blur(8px);
}
.upx-hero__card--1 {
  top: 20px; left: 0;
  display: flex; align-items: baseline; gap: 16px;
  background: linear-gradient(160deg, rgba(0,255,136,.18), rgba(0,255,136,.05));
  border-color: rgba(0,255,136,.4);
}
.upx-hero__card-mult { font-size: 42px; font-weight: 900; color: #00ff88; }
.upx-hero__card-mult b { color: #fff; }
.upx-hero__card-label { font-size: 13px; color: #b8c0d0; text-transform: uppercase; letter-spacing: 2px; }

.upx-hero__card--2 {
  top: 200px; right: 20px;
  text-align: center;
  background: linear-gradient(160deg, rgba(165,94,234,.20), rgba(0,210,255,.06));
  border-color: rgba(165,94,234,.4);
}
.upx-hero__card--2 span { font-size: 38px; display: block; margin-bottom: 4px; }
.upx-hero__card--2 b { display: block; font-size: 13px; letter-spacing: 3px; color: #d9b7ff; font-weight: 700; }
.upx-hero__card--2 em { display: block; margin-top: 6px; font-size: 22px; font-style: normal; font-weight: 900; color: #fff; }

.upx-hero__card--3 {
  bottom: 30px; left: 40px;
}
.upx-hero__win { display: flex; flex-direction: column; }
.upx-hero__win span { color: #b8c0d0; font-size: 13px; }
.upx-hero__win b { color: #00ff88; font-size: 24px; font-weight: 900; margin-top: 4px; }

.upx-hero__rocket {
  position: absolute;
  font-size: 90px;
  bottom: 40px; right: 60px;
  filter: drop-shadow(0 10px 30px rgba(0,255,136,.4));
  animation: upxFloat 4s ease-in-out infinite;
}

@keyframes upxFloat {
  0%, 100% { transform: translateY(0) rotate(-12deg); }
  50%      { transform: translateY(-14px) rotate(-8deg); }
}

/* ---------- Секции ---------- */
.upx-section { padding: 70px 0; position: relative; }
.upx-section--alt {
  background:
    linear-gradient(180deg, transparent 0%, rgba(255,255,255,.02) 50%, transparent 100%);
}
.upx-section__head {
  text-align: center;
  margin: 0 auto 40px;
  max-width: 720px;
}
.upx-section__head h2 {
  font-size: clamp(26px, 3vw, 38px);
  margin-bottom: 12px;
}
.upx-section__head p { color: #b8c0d0; font-size: 16px; }
.upx-section__more { text-align: center; margin-top: 40px; }

/* ---------- Features ---------- */
.upx-features {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
  gap: 20px;
}
.upx-feature {
  background: linear-gradient(160deg, rgba(255,255,255,.04), rgba(255,255,255,.01));
  border: 1px solid rgba(255,255,255,.06);
  border-radius: 18px;
  padding: 28px 22px;
  transition: transform .25s ease, border-color .25s ease, background .25s ease;
}
.upx-feature:hover {
  transform: translateY(-4px);
  border-color: rgba(0,255,136,.35);
  background: linear-gradient(160deg, rgba(0,255,136,.06), rgba(0,210,255,.03));
}
.upx-feature__ico {
  font-size: 32px;
  width: 56px; height: 56px;
  background: linear-gradient(135deg, rgba(0,255,136,.18), rgba(0,210,255,.18));
  border: 1px solid rgba(0,255,136,.35);
  border-radius: 14px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 16px;
}
.upx-feature h3 { font-size: 18px; margin-bottom: 8px; color: #fff; }
.upx-feature p { color: #b8c0d0; font-size: 14.5px; margin: 0; }

/* ---------- Категории ---------- */
.upx-cats {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(180px, 1fr));
  gap: 16px;
}
.upx-cat {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  padding: 26px 18px;
  border-radius: 18px;
  background: linear-gradient(160deg, rgba(255,255,255,.05), rgba(255,255,255,.01));
  border: 1px solid rgba(255,255,255,.08);
  transition: transform .25s ease, border-color .25s ease, background .25s ease, box-shadow .3s ease;
}
.upx-cat:hover {
  transform: translateY(-4px);
  border-color: rgba(0,255,136,.4);
  background: linear-gradient(160deg, rgba(0,255,136,.06), rgba(0,210,255,.03));
  box-shadow: 0 16px 30px -12px rgba(0,255,136,.25);
  color: #fff;
}
.upx-cat__ico { font-size: 36px; margin-bottom: 10px; }
.upx-cat h3 { font-size: 16px; margin-bottom: 4px; color: #fff; }
.upx-cat span { font-size: 13px; color: #9aa3b0; }
.upx-cat--accent {
  background: linear-gradient(160deg, rgba(0,255,136,.18), rgba(0,210,255,.10));
  border-color: rgba(0,255,136,.5);
}

/* ---------- Игры ---------- */
.upx-games {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
  gap: 18px;
}
.upx-game {
  border-radius: 18px;
  background: linear-gradient(160deg, rgba(255,255,255,.04), rgba(255,255,255,.01));
  border: 1px solid rgba(255,255,255,.07);
  overflow: hidden;
  transition: transform .25s ease, border-color .25s ease, box-shadow .3s ease;
  position: relative;
}
.upx-game:hover {
  transform: translateY(-6px);
  border-color: rgba(0,255,136,.45);
  box-shadow: 0 20px 36px -14px rgba(0,255,136,.25);
  color: inherit;
}
.upx-game__art {
  height: 140px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 56px;
  background: linear-gradient(135deg, #1a2238, #0e1525);
  position: relative;
}
.upx-game__art::before {
  content: '';
  position: absolute; inset: 0;
  background: radial-gradient(circle at 50% 50%, rgba(0,255,136,.18), transparent 65%);
  opacity: 0;
  transition: opacity .3s ease;
}
.upx-game:hover .upx-game__art::before { opacity: 1; }
.upx-game__info { padding: 14px 16px 12px; }
.upx-game__info b { display: block; color: #fff; font-size: 15px; }
.upx-game__info span { color: #9aa3b0; font-size: 12.5px; }
.upx-game__btn {
  display: block;
  margin: 0 16px 16px;
  padding: 9px 0;
  border-radius: 10px;
  background: linear-gradient(90deg, #00ff88 0%, #00d2ff 100%);
  color: #00171f;
  font-weight: 700;
  text-align: center;
  font-size: 13.5px;
  opacity: 0;
  transform: translateY(8px);
  transition: opacity .25s ease, transform .25s ease;
}
.upx-game:hover .upx-game__btn { opacity: 1; transform: translateY(0); }

/* ---------- Бонусы ---------- */
.upx-bonuses {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
  gap: 20px;
}
.upx-bonus {
  position: relative;
  background: linear-gradient(160deg, rgba(255,255,255,.04), rgba(255,255,255,.01));
  border: 1px solid rgba(255,255,255,.08);
  border-radius: 20px;
  padding: 30px 24px;
  transition: transform .25s ease, border-color .25s ease;
}
.upx-bonus:hover {
  transform: translateY(-4px);
  border-color: rgba(0,255,136,.4);
}
.upx-bonus__tag {
  position: absolute; top: 16px; right: 16px;
  background: rgba(0,255,136,.15);
  color: #00ff88;
  font-size: 11.5px;
  font-weight: 700;
  letter-spacing: .5px;
  padding: 5px 10px;
  border-radius: 999px;
  border: 1px solid rgba(0,255,136,.35);
}
.upx-bonus h3 { font-size: 22px; color: #fff; margin-bottom: 10px; margin-top: 8px; }
.upx-bonus p { color: #b8c0d0; font-size: 14.5px; margin-bottom: 18px; }
.upx-bonus--main {
  background: linear-gradient(160deg, rgba(0,255,136,.20), rgba(0,210,255,.10));
  border-color: rgba(0,255,136,.5);
}
.upx-bonus--main h3 { font-size: 26px; }

/* ---------- Статистика ---------- */
.upx-stats {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(180px, 1fr));
  gap: 18px;
  text-align: center;
}
.upx-stat {
  padding: 28px 18px;
  background: linear-gradient(160deg, rgba(255,255,255,.04), rgba(255,255,255,.01));
  border: 1px solid rgba(255,255,255,.06);
  border-radius: 18px;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 8px;
}
.upx-stat b {
  font-size: 38px;
  font-weight: 900;
  line-height: 1;
}
.upx-stat span { color: #9aa3b0; font-size: 13.5px; }

/* ---------- Платежки ---------- */
.upx-payments {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  justify-content: center;
}
.upx-pay {
  padding: 14px 22px;
  background: linear-gradient(160deg, rgba(255,255,255,.06), rgba(255,255,255,.02));
  border: 1px solid rgba(255,255,255,.08);
  border-radius: 12px;
  font-weight: 600;
  color: #cdd5e1;
  font-size: 14px;
  transition: border-color .2s, color .2s, background .2s;
}
.upx-pay:hover {
  border-color: rgba(0,255,136,.4);
  color: #00ff88;
  background: linear-gradient(160deg, rgba(0,255,136,.10), rgba(0,210,255,.05));
}

/* ---------- Шаги регистрации ---------- */
.upx-steps {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
  gap: 20px;
  margin-bottom: 10px;
}
.upx-step {
  position: relative;
  background: linear-gradient(160deg, rgba(255,255,255,.04), rgba(255,255,255,.01));
  border: 1px solid rgba(255,255,255,.07);
  border-radius: 20px;
  padding: 30px 24px 26px;
  transition: border-color .25s ease, transform .25s ease;
}
.upx-step:hover {
  border-color: rgba(0,255,136,.35);
  transform: translateY(-3px);
}
.upx-step__num {
  font-size: 40px;
  font-weight: 900;
  background: linear-gradient(90deg, #00ff88, #00d2ff);
  -webkit-background-clip: text;
          background-clip: text;
  -webkit-text-fill-color: transparent;
  margin-bottom: 12px;
  line-height: 1;
}
.upx-step h3 { font-size: 19px; color: #fff; margin-bottom: 8px; }
.upx-step p { color: #b8c0d0; font-size: 14.5px; margin: 0; }

/* ---------- Отзывы ---------- */
.upx-reviews {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: 20px;
}
.upx-review {
  background: linear-gradient(160deg, rgba(255,255,255,.04), rgba(255,255,255,.01));
  border: 1px solid rgba(255,255,255,.07);
  border-radius: 18px;
  padding: 22px 22px;
}
.upx-review header {
  display: flex;
  align-items: center;
  gap: 12px;
  margin-bottom: 12px;
}
.upx-review__ava {
  width: 44px; height: 44px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #00171f;
  font-weight: 900;
  font-size: 18px;
}
.upx-review header b { display: block; color: #fff; font-size: 14.5px; }
.upx-review header span { color: #ffd600; font-size: 13px; letter-spacing: 1px; }
.upx-review p { color: #cdd5e1; font-size: 14.5px; margin: 0; line-height: 1.55; }

/* ---------- SEO-блок ---------- */
.upx-seo {
  padding: 70px 0 90px;
  background:
    radial-gradient(1000px 600px at 50% 0%, rgba(0,255,136,.06), transparent 60%),
    transparent;
}
.upx-seo__h1 {
  font-size: clamp(26px, 3.2vw, 40px);
  margin-bottom: 22px;
  font-weight: 900;
  line-height: 1.15;
  background: linear-gradient(90deg, #fff 0%, #cdd5e1 100%);
  -webkit-background-clip: text;
          background-clip: text;
  -webkit-text-fill-color: transparent;
}
.upx-seo__lead {
  font-size: 17px;
  color: #cdd5e1;
  margin-bottom: 36px;
  max-width: 1100px;
}
.upx-seo__h2 {
  font-size: clamp(22px, 2.3vw, 30px);
  margin-top: 50px;
  margin-bottom: 16px;
  color: #fff;
  position: relative;
  padding-left: 18px;
}
.upx-seo__h2::before {
  content: '';
  position: absolute;
  left: 0; top: 8px; bottom: 8px;
  width: 4px;
  background: linear-gradient(180deg, #00ff88, #00d2ff);
  border-radius: 2px;
}
.upx-seo section { margin-bottom: 22px; }
.upx-seo p {
  color: #cdd5e1;
  font-size: 16px;
  margin: 0 0 14px;
  line-height: 1.7;
}
.upx-seo p strong { color: #00ff88; font-weight: 700; }
.upx-seo ul {
  color: #cdd5e1;
  font-size: 16px;
  line-height: 1.7;
  padding-left: 22px;
  margin: 8px 0 16px;
}
.upx-seo ul li::marker { color: #00ff88; }

/* SEO table */
.upx-seo__tbl-wrap {
  overflow-x: auto;
  margin: 14px 0 22px;
  border: 1px solid rgba(255,255,255,.08);
  border-radius: 14px;
  -webkit-overflow-scrolling: touch;
}
.upx-seo__tbl {
  width: 100%;
  border-collapse: collapse;
  font-size: 14.5px;
  min-width: 600px;
}
.upx-seo__tbl th,
.upx-seo__tbl td {
  padding: 12px 16px;
  text-align: left;
  border-bottom: 1px solid rgba(255,255,255,.06);
  color: #cdd5e1;
}
.upx-seo__tbl th {
  background: linear-gradient(160deg, rgba(0,255,136,.10), rgba(0,210,255,.05));
  color: #fff;
  font-weight: 700;
  font-size: 14px;
  white-space: nowrap;
}
.upx-seo__tbl tbody tr:hover td {
  background: rgba(0,255,136,.04);
  color: #fff;
}
.upx-seo__tbl tbody tr:last-child td { border-bottom: none; }

/* FAQ */
.upx-seo__faq { margin-top: 14px; }
.upx-seo__faq details {
  background: linear-gradient(160deg, rgba(255,255,255,.04), rgba(255,255,255,.01));
  border: 1px solid rgba(255,255,255,.07);
  border-radius: 14px;
  padding: 14px 20px;
  margin-bottom: 10px;
  transition: border-color .2s;
}
.upx-seo__faq details[open] { border-color: rgba(0,255,136,.35); }
.upx-seo__faq summary {
  cursor: pointer;
  font-weight: 700;
  color: #fff;
  font-size: 15.5px;
  list-style: none;
  position: relative;
  padding-right: 30px;
}
.upx-seo__faq summary::-webkit-details-marker { display: none; }
.upx-seo__faq summary::after {
  content: '+';
  position: absolute;
  right: 0; top: 50%;
  transform: translateY(-50%);
  font-size: 22px;
  font-weight: 400;
  color: #00ff88;
  transition: transform .2s;
}
.upx-seo__faq details[open] summary::after { transform: translateY(-50%) rotate(45deg); }
.upx-seo__faq details p {
  margin-top: 10px;
  color: #cdd5e1;
  font-size: 14.5px;
  line-height: 1.65;
}

.upx-seo__bottom {
  margin-top: 36px;
  padding-top: 22px;
  border-top: 1px solid rgba(255,255,255,.08);
  font-size: 13.5px;
  color: #9aa3b0;
}

/* ---------- Футер ---------- */
.upx-footer {
  border-top: 1px solid rgba(255,255,255,.06);
  background:
    linear-gradient(180deg, rgba(255,255,255,.02), transparent),
    #060a14;
  padding: 50px 0 30px;
  margin-top: auto;
}
.upx-footer__grid {
  display: grid;
  grid-template-columns: 1.5fr repeat(3, 1fr);
  gap: 36px;
  padding-bottom: 36px;
  border-bottom: 1px solid rgba(255,255,255,.06);
}
.upx-footer__col h4 {
  color: #fff;
  font-size: 15px;
  margin-bottom: 14px;
  font-weight: 700;
}
.upx-footer__col a {
  display: block;
  color: #9aa3b0;
  font-size: 14px;
  padding: 5px 0;
}
.upx-footer__col a:hover { color: #00ff88; }
.upx-footer__desc {
  margin: 14px 0;
  color: #9aa3b0;
  font-size: 13.5px;
  line-height: 1.6;
}
.upx-footer__age {
  display: flex; gap: 8px;
  margin-top: 10px;
}
.upx-age {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 38px;
  height: 30px;
  padding: 0 8px;
  border-radius: 8px;
  background: rgba(255,255,255,.05);
  border: 1px solid rgba(255,255,255,.12);
  font-size: 12px;
  font-weight: 700;
  color: #9aa3b0;
}
.upx-age--ga { color: #00d2ff; border-color: rgba(0,210,255,.4); }
.upx-age--gam { color: #ffd600; border-color: rgba(255,214,0,.4); }

.upx-footer__bottom {
  padding-top: 22px;
  color: #6f7785;
  font-size: 13px;
  text-align: center;
}
.upx-footer__bottom strong { color: #cdd5e1; }

/* ---------- Адаптив ---------- */
@media (max-width: 1100px) {
  .upx-nav { display: none; }
}

@media (max-width: 900px) {
  .upx-hero__inner {
    grid-template-columns: 1fr;
    gap: 30px;
  }
  .upx-hero__visual { min-height: 380px; }
  .upx-hero__rocket { font-size: 76px; bottom: 20px; right: 20px; }
  .upx-footer__grid {
    grid-template-columns: 1fr 1fr;
  }
  .upx-section { padding: 50px 0; }
}

@media (max-width: 720px) {
  .upx-promo__inner {
    padding: 0 50px 0 14px;
    font-size: 13px;
    gap: 10px;
  }
  .upx-promo__text { width: 100%; text-align: center; }
  .upx-promo__btn { margin: 0 auto; }

  .upx-header__row { gap: 12px; }
  .upx-burger { display: flex; }

  .upx-hero { padding: 40px 0 50px; }
  .upx-hero__title { font-size: 32px; }
  .upx-hero__bonus { width: 100%; flex-direction: column; align-items: flex-start; gap: 6px; padding: 16px; }
  .upx-hero__bonus-num { font-size: 36px; }
  .upx-hero__cta { width: 100%; }
  .upx-hero__cta .upx-btn { flex: 1; }
  .upx-hero__trust { flex-direction: column; gap: 8px; }

  .upx-hero__visual { display: none; }

  .upx-section__head h2 { font-size: 24px; }

  .upx-footer__grid {
    grid-template-columns: 1fr;
    gap: 26px;
  }

  .upx-seo { padding: 50px 0 60px; }
  .upx-seo__h1 { font-size: 24px; }
  .upx-seo__h2 { font-size: 20px; margin-top: 36px; }
}

@media (max-width: 480px) {
  .upx-header__actions .upx-btn--ghost { display: none; }
  .upx-cats, .upx-games { grid-template-columns: 1fr 1fr; }
  .upx-game__art { height: 110px; font-size: 44px; }
  .upx-stat b { font-size: 30px; }
}

/* Скрытие лишних элементов в маленьком вьюпорте при открытом меню */
.upx-nav.is-open {
  display: flex;
  position: absolute;
  top: 100%;
  left: 0; right: 0;
  flex-direction: column;
  gap: 0;
  background: #0a0f1c;
  padding: 10px 20px 16px;
  border-bottom: 1px solid rgba(255,255,255,.08);
  z-index: 49;
}
.upx-nav.is-open a {
  padding: 12px 0;
  border-bottom: 1px solid rgba(255,255,255,.06);
}
.upx-nav.is-open a:last-child { border-bottom: none; }
