﻿:root {
  --bg: #080013;
  --bg-2: #110827;
  --panel: #17102d;
  --panel-2: #22123f;
  --violet: #8f4dff;
  --violet-2: #5b2df3;
  --cyan: #3ee9ff;
  --orange: #ffb134;
  --yellow: #ffe477;
  --white: #f7f5ff;
  --muted: #bdb1d7;
  --line: rgba(255,255,255,.13);
  --shadow: 0 28px 90px rgba(0,0,0,.45);
}
* { box-sizing: border-box; }
html { scroll-behavior: smooth; scroll-padding-top: 96px; }
body {
  margin: 0;
  color: var(--white);
  background:
    radial-gradient(circle at 70% 0%, rgba(91,45,243,.2), transparent 34%),
    radial-gradient(circle at 20% 15%, rgba(62,233,255,.11), transparent 24%),
    var(--bg);
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  line-height: 1.6;
}
body::before {
  content: "";
  position: fixed;
  inset: 0;
  z-index: -1;
  pointer-events: none;
  opacity: .34;
  background:
    linear-gradient(rgba(62,233,255,.045) 1px, transparent 1px),
    linear-gradient(90deg, rgba(143,77,255,.055) 1px, transparent 1px);
  background-size: 42px 42px;
  mask-image: radial-gradient(circle at 50% 8%, black, transparent 72%);
}
a { color: inherit; text-decoration: none; }
button, input { font: inherit; }
button { cursor: pointer; }
img { display: block; max-width: 100%; }
h1,h2,h3,p { margin-top: 0; }
h1,h2,h3 { line-height: 1.05; letter-spacing: 0; }
h1 { font-size: clamp(4rem, 9vw, 8.5rem); margin-bottom: 22px; }
h2 { font-size: clamp(2rem, 4vw, 4rem); margin-bottom: 16px; }
h3 { font-size: 1.2rem; }
.container { width: min(calc(100% - 40px), 1480px); margin-inline: auto; }

.site-header {
  position: sticky;
  top: 0;
  z-index: 60;
  height: 92px;
  display: grid;
  grid-template-columns: 260px 1fr auto 44px;
  align-items: center;
  gap: 28px;
  padding: 14px max(24px, calc((100vw - 1480px) / 2));
  background: rgba(8,0,19,.86);
  border-bottom: 1px solid var(--line);
  backdrop-filter: blur(18px);
}
.brand img { width: 240px; max-height: 58px; object-fit: contain; }
.desktop-nav { display: flex; justify-content: center; gap: 34px; color: #ded4ed; font-weight: 900; }
.desktop-nav a:hover { color: var(--cyan); }
.header-actions { display: flex; gap: 12px; }
.btn {
  min-height: 52px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  padding: 12px 26px;
  color: #170b00;
  background: linear-gradient(180deg, #ffd267, var(--orange));
  border: 0;
  border-radius: 13px;
  box-shadow: 0 0 0 1px rgba(255,255,255,.2), 0 14px 28px rgba(255,177,52,.22);
  font-weight: 950;
}
.btn-ghost {
  color: var(--white);
  background: rgba(255,255,255,.055);
  border: 1px solid rgba(255,255,255,.2);
  box-shadow: none;
}
.btn-violet {
  color: white;
  background: linear-gradient(180deg, #a866ff, #6a39e6);
  box-shadow: 0 14px 28px rgba(143,77,255,.2);
}
.btn-large { min-height: 66px; padding-inline: 34px; font-size: 1.05rem; }
.menu-toggle {
  display: none;
  width: 44px;
  height: 44px;
  place-content: center;
  gap: 5px;
  background: rgba(255,255,255,.06);
  border: 1px solid rgba(255,255,255,.18);
  border-radius: 12px;
}
.menu-toggle span { width: 20px; height: 2px; background: white; border-radius: 4px; }
.mobile-nav {
  position: fixed;
  inset: 92px 0 auto;
  z-index: 55;
  display: grid;
  gap: 12px;
  padding: 22px;
  background: rgba(8,0,19,.98);
  border-bottom: 1px solid var(--line);
}
.mobile-nav[hidden] { display: none; }
.mobile-nav a { padding: 12px; border-bottom: 1px solid var(--line); font-weight: 900; }

.hero {
  position: relative;
  min-height: calc(100vh - 92px);
  overflow: hidden;
  background:
    radial-gradient(circle at 74% 42%, rgba(62,233,255,.18), transparent 20%),
    radial-gradient(circle at 82% 72%, rgba(255,177,52,.14), transparent 22%),
    linear-gradient(120deg, rgba(8,0,19,.98), rgba(25,8,48,.92)),
    var(--bg);
}
.hero-bg {
  position: absolute;
  inset: 0;
  opacity: .28;
  background-image:
    linear-gradient(60deg, transparent 48%, rgba(255,255,255,.08) 49%, transparent 51%),
    linear-gradient(120deg, transparent 48%, rgba(255,255,255,.08) 49%, transparent 51%);
  background-size: 150px 150px;
  mask-image: linear-gradient(90deg, black, transparent 80%);
}
.hero::before {
  content: "";
  position: absolute;
  width: 780px;
  height: 780px;
  right: 4%;
  top: 8%;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(143,77,255,.28), rgba(62,233,255,.05), transparent 67%);
}
.hero-grid {
  position: relative;
  z-index: 2;
  display: grid;
  grid-template-columns: .96fr 1.04fr;
  gap: 70px;
  align-items: center;
  min-height: calc(100vh - 92px);
  padding-block: 70px 30px;
}
.eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  color: #dcd3ff;
  font-size: .82rem;
  font-weight: 950;
  letter-spacing: .13em;
  text-transform: uppercase;
}
.eyebrow span {
  width: 28px;
  height: 3px;
  background: var(--orange);
}
.hero-lead { max-width: 720px; color: #eee8ff; font-size: clamp(1.08rem, 1.5vw, 1.45rem); }
.hero-offer {
  margin: 34px 0;
  padding-left: 22px;
  border-left: 4px solid var(--orange);
}
.hero-offer span { color: #dfd5ff; font-weight: 950; letter-spacing: .12em; text-transform: uppercase; }
.hero-offer strong {
  display: block;
  margin: 8px 0;
  width: fit-content;
  color: transparent;
  background: linear-gradient(90deg, #ffb134 0%, #ffe477 34%, #3ee9ff 72%, #a866ff 100%);
  -webkit-background-clip: text;
  background-clip: text;
  filter: drop-shadow(0 0 22px rgba(62,233,255,.18));
  font-size: clamp(2.2rem, 4.8vw, 4.2rem);
  line-height: 1;
}
.hero-offer small { color: var(--muted); font-size: .95rem; }
.hero-actions { display: flex; flex-wrap: wrap; gap: 16px; }
.terms { margin-top: 20px; color: #9f91bd; font-size: .88rem; }
.hero-visual { position: relative; min-height: 560px; }
.orbit {
  position: absolute;
  inset: 10% 8%;
  border: 1px solid rgba(255,255,255,.13);
  border-radius: 50%;
  box-shadow: 0 0 100px rgba(143,77,255,.35), inset 0 0 80px rgba(62,233,255,.08);
  animation: rotate 30s linear infinite;
}
@keyframes rotate { to { transform: rotate(360deg); } }
.float-card {
  position: absolute;
  width: 230px;
  overflow: hidden;
  background:
    linear-gradient(180deg, rgba(255,255,255,.08), rgba(255,255,255,.02)),
    #140823;
  border: 1px solid rgba(62,233,255,.32);
  border-radius: 22px;
  box-shadow: var(--shadow), 0 0 34px rgba(62,233,255,.12);
}
.float-card::after {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  background: linear-gradient(115deg, transparent 30%, rgba(255,255,255,.16), transparent 68%);
  transform: translateX(-120%);
  animation: scan 5.5s infinite;
}
@keyframes scan {
  0%, 48% { transform: translateX(-120%); }
  72%, 100% { transform: translateX(120%); }
}
.float-card img { width: 100%; aspect-ratio: 1.2 / 1; object-fit: cover; }
.float-card strong { display: block; padding: 12px 14px; font-size: .98rem; }
.float-card-one { left: 17%; top: 14%; transform: rotate(-8deg); }
.float-card-two { right: 12%; top: 34%; width: 270px; transform: rotate(9deg); }
.float-card-three { left: 8%; bottom: 7%; width: 250px; transform: rotate(-5deg); }
.planet-badge {
  position: absolute;
  right: 6%;
  bottom: 14%;
  width: 150px;
  height: 150px;
  display: grid;
  place-content: center;
  text-align: center;
  color: #070011;
  background: radial-gradient(circle at 30% 20%, #fff3a4, var(--orange));
  border-radius: 50%;
  box-shadow: 0 0 50px rgba(255,177,52,.25);
}
.planet-badge strong { font-size: 2rem; }
.planet-badge span { font-weight: 950; font-size: .8rem; }
.bubble {
  position: absolute;
  padding: 12px 18px;
  background: rgba(8,0,19,.7);
  border: 1px solid rgba(255,255,255,.18);
  border-radius: 999px;
  font-weight: 950;
}
.bubble-one { right: 5%; top: 18%; }
.bubble-two { right: 16%; bottom: 38%; }

.quick-facts {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  border-block: 1px solid var(--line);
  background: rgba(255,255,255,.04);
}
.quick-facts div { padding: 22px 30px; border-right: 1px solid var(--line); }
.quick-facts span { display: block; color: var(--muted); font-size: .78rem; font-weight: 900; text-transform: uppercase; }
.quick-facts strong { color: var(--cyan); font-size: 1.3rem; }

.marquee-strip {
  overflow: hidden;
  border-bottom: 1px solid rgba(62,233,255,.18);
  background:
    linear-gradient(90deg, rgba(62,233,255,.08), rgba(143,77,255,.12), rgba(255,177,52,.08));
}
.marquee-track {
  width: max-content;
  display: flex;
  gap: 18px;
  padding: 13px 0;
  animation: marquee 32s linear infinite;
}
.marquee-track span {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  color: #f6f2ff;
  font-size: .86rem;
  font-weight: 950;
  letter-spacing: .04em;
  text-transform: uppercase;
}
.marquee-track span::before {
  content: "✦";
  color: var(--cyan);
}
@keyframes marquee {
  from { transform: translateX(100vw); }
  to { transform: translateX(-100%); }
}

.section-head { display: flex; justify-content: space-between; align-items: end; gap: 20px; margin-bottom: 22px; }
.game-area, .category-zone, .bonus-zone, .wallet-section, .payment-section, .mobile-section, .content-long, .faq { padding-block: 80px 0; }
.link-btn {
  color: var(--orange);
  background: transparent;
  border: 0;
  font-weight: 950;
  text-transform: uppercase;
}
.casino-tabs {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin: -4px 0 20px;
}
.casino-tabs button {
  padding: 11px 16px;
  color: #ecfaff;
  background: linear-gradient(180deg, rgba(62,233,255,.12), rgba(143,77,255,.08));
  border: 1px solid rgba(62,233,255,.22);
  border-radius: 999px;
  font-weight: 950;
}
.game-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(150px, 1fr));
  gap: 14px;
}
.game-card {
  position: relative;
  overflow: hidden;
  min-height: 0;
  padding-bottom: 12px;
  background:
    linear-gradient(180deg, rgba(62,233,255,.08), transparent 34%),
    linear-gradient(180deg, #20113b, #0c0618);
  border: 1px solid rgba(62,233,255,.2);
  border-radius: 18px;
  box-shadow: 0 18px 34px rgba(0,0,0,.24);
}
.game-card::before {
  position: absolute;
  top: 10px;
  left: 10px;
  z-index: 4;
  padding: 5px 8px;
  color: #100400;
  background: var(--orange);
  border-radius: 999px;
  font-size: .68rem;
  font-weight: 950;
  text-transform: uppercase;
}
.game-featured {
  background:
    radial-gradient(circle at 20% 0%, rgba(62,233,255,.2), transparent 36%),
    linear-gradient(180deg, #2a1553, #090316);
  border-color: rgba(62,233,255,.42);
}
.game-featured::before { content: "Top"; }
.game-hot {
  border-color: rgba(255,177,52,.42);
  box-shadow: 0 18px 34px rgba(0,0,0,.24), 0 0 28px rgba(255,177,52,.1);
}
.game-hot::before { content: "Hot"; }
.game-jackpot {
  background:
    radial-gradient(circle at 50% 0%, rgba(255,228,119,.2), transparent 40%),
    linear-gradient(180deg, #291427, #090316);
  border-color: rgba(255,228,119,.46);
}
.game-jackpot::before { content: "Jackpot"; }
.game-live {
  background:
    radial-gradient(circle at 20% 0%, rgba(143,77,255,.2), transparent 38%),
    linear-gradient(180deg, #1d143f, #080314);
  border-color: rgba(143,77,255,.38);
}
.game-live::before { content: "Live"; color: white; background: var(--violet); }
.game-crash {
  border-color: rgba(62,233,255,.46);
}
.game-crash::before { content: "Crash"; background: var(--cyan); }
.game-classic {
  background:
    linear-gradient(180deg, rgba(255,255,255,.06), transparent 34%),
    linear-gradient(180deg, #1b1530, #090316);
}
.game-card.more { display: none; }
.game-grid.expanded .game-card.more { display: block; }
.game-card img { width: 100%; aspect-ratio: 1 / 1; object-fit: cover; }
.game-card button {
  position: absolute;
  left: 50%;
  top: 42%;
  z-index: 3;
  opacity: 0;
  transform: translate(-50%, -35%);
  padding: 9px 18px;
  color: #160b00;
  background: var(--orange);
  border: 0;
  border-radius: 999px;
  font-weight: 950;
  transition: .22s;
}
.game-card::after {
  content: "";
  position: absolute;
  inset: 0 0 64px;
  opacity: 0;
  background: rgba(8,0,19,.62);
  transition: .22s;
}
.game-card:hover::after, .game-card:focus-within::after { opacity: 1; }
.game-card:hover button, .game-card:focus-within button { opacity: 1; transform: translate(-50%, -50%); }
.game-card h3, .game-card p { padding-inline: 11px; }
.game-card h3 { margin: 11px 0 1px; font-size: .92rem; line-height: 1.15; }
.game-card p { margin-bottom: 0; color: var(--muted); font-size: .74rem; line-height: 1.25; }

.category-zone { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; }
.category-zone article {
  padding: 28px;
  background: linear-gradient(145deg, rgba(143,77,255,.18), rgba(62,233,255,.08));
  border: 1px solid rgba(255,255,255,.14);
  border-radius: 20px;
}
.category-zone span, .bonus-card span { color: var(--cyan); font-weight: 950; text-transform: uppercase; font-size: .76rem; }
.category-zone strong { display: block; margin: 8px 0; font-size: 1.35rem; }
.category-zone p, .wallet-section p, .payment-section p, .mobile-section p { color: var(--muted); }

.welcome-pack {
  position: relative;
  display: grid;
  grid-template-columns: .92fr 1.08fr;
  gap: 22px;
  overflow: hidden;
  margin-bottom: 34px;
  padding: 28px;
  background:
    radial-gradient(circle at 16% 18%, rgba(62,233,255,.18), transparent 24%),
    radial-gradient(circle at 86% 8%, rgba(255,177,52,.2), transparent 26%),
    linear-gradient(135deg, rgba(36,10,82,.96), rgba(9,2,25,.96));
  border: 1px solid rgba(62,233,255,.28);
  border-radius: 28px;
  box-shadow: 0 28px 90px rgba(0,0,0,.35), inset 0 1px 0 rgba(255,255,255,.08);
}
.welcome-pack::after {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  background:
    linear-gradient(120deg, transparent 0 55%, rgba(255,255,255,.07) 56%, transparent 62%),
    repeating-linear-gradient(90deg, transparent 0 46px, rgba(62,233,255,.045) 47px 48px);
  opacity: .55;
}
.welcome-copy, .welcome-steps { position: relative; z-index: 1; }
.welcome-copy {
  padding: 12px 8px;
}
.welcome-copy span {
  display: inline-flex;
  margin-bottom: 18px;
  color: var(--cyan);
  font-size: .8rem;
  font-weight: 950;
  letter-spacing: .12em;
  text-transform: uppercase;
}
.welcome-copy strong {
  display: block;
  max-width: 680px;
  color: transparent;
  background: linear-gradient(90deg, #ffe477, var(--orange), var(--cyan), #a866ff);
  -webkit-background-clip: text;
  background-clip: text;
  filter: drop-shadow(0 0 24px rgba(62,233,255,.18));
  font-size: clamp(2.2rem, 5vw, 5rem);
  line-height: .96;
}
.welcome-copy p {
  max-width: 720px;
  margin: 20px 0 24px;
  color: #efeaff;
  font-size: 1.05rem;
}
.welcome-copy button {
  padding: 13px 22px;
  color: #120900;
  background: linear-gradient(180deg, #ffe477, var(--orange));
  border: 0;
  border-radius: 12px;
  font-weight: 950;
}
.welcome-steps {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 14px;
}
.welcome-steps article {
  min-height: 150px;
  padding: 20px;
  background: rgba(255,255,255,.07);
  border: 1px solid rgba(255,255,255,.12);
  border-radius: 18px;
}
.welcome-steps span {
  color: var(--orange);
  font-weight: 950;
}
.welcome-steps strong {
  display: block;
  margin: 16px 0 6px;
  font-size: 1.18rem;
}
.welcome-steps p {
  margin: 0;
  color: var(--muted);
}
.bonus-secondary-head { margin-top: 18px; }
.bonus-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 22px;
}
.bonus-card {
  position: relative;
  min-height: 325px;
  display: flex;
  flex-direction: column;
  justify-content: end;
  align-items: start;
  overflow: hidden;
  isolation: isolate;
  padding: 36px;
  background:
    linear-gradient(115deg, rgba(42,12,83,.94), rgba(16,4,36,.72)),
    radial-gradient(circle at 82% 16%, rgba(255,255,255,.16), transparent 18%),
    #160723;
  border: 1px solid rgba(255,255,255,.16);
  border-radius: 22px;
  box-shadow: 0 24px 70px rgba(0,0,0,.34), inset 0 1px 0 rgba(255,255,255,.08);
}
.bonus-card::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -2;
  opacity: .44;
  background:
    radial-gradient(circle at 82% 18%, rgba(255,177,52,.28), transparent 9%),
    radial-gradient(circle at 76% 34%, rgba(62,233,255,.16), transparent 5%),
    radial-gradient(circle at 88% 62%, rgba(255,255,255,.12), transparent 6%),
    linear-gradient(140deg, transparent 0 52%, rgba(255,255,255,.05) 53%, transparent 58%),
    repeating-linear-gradient(35deg, transparent 0 34px, rgba(255,255,255,.045) 35px 36px);
}
.bonus-card::after {
  content: "◆";
  position: absolute;
  right: 42px;
  top: 46px;
  z-index: -1;
  color: rgba(255,255,255,.12);
  font-size: 7rem;
  line-height: 1;
  transform: rotate(18deg);
}
.promo-purple {
  background:
    linear-gradient(115deg, rgba(63,22,123,.96), rgba(33,8,71,.74)),
    #160723;
  border-color: rgba(143,77,255,.45);
}
.promo-magenta {
  background:
    linear-gradient(115deg, rgba(133,18,86,.94), rgba(55,9,58,.76)),
    #160723;
  border-color: rgba(255,101,198,.42);
}
.promo-amber {
  background:
    linear-gradient(115deg, rgba(119,67,18,.96), rgba(55,19,22,.78)),
    #160723;
  border-color: rgba(255,177,52,.42);
}
.bonus-card span {
  margin-bottom: auto;
  color: white;
  font-size: .78rem;
  font-weight: 950;
  letter-spacing: .04em;
  text-transform: uppercase;
}
.bonus-card strong {
  display: block;
  max-width: 430px;
  margin: 48px 0 10px;
  color: white;
  font-size: clamp(1.45rem, 2.1vw, 2rem);
  line-height: 1.1;
}
.bonus-card p {
  max-width: 430px;
  margin-bottom: 20px;
  color: rgba(255,255,255,.82);
  font-size: 1rem;
}
.bonus-card button {
  padding: 10px 18px;
  color: white;
  background: rgba(255,255,255,.14);
  border: 1px solid rgba(255,255,255,.24);
  border-radius: 9px;
  font-weight: 950;
  box-shadow: inset 0 1px 0 rgba(255,255,255,.12);
}
.bonus-card button:hover {
  background: rgba(255,255,255,.22);
}

.wallet-section, .payment-section, .mobile-section {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 42px;
  align-items: center;
}
.account-copy, .payment-copy { position: relative; }
.account-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 24px;
}
.account-console, .cashier-card {
  position: relative;
  overflow: hidden;
  padding: 28px;
  background:
    radial-gradient(circle at 88% 0%, rgba(62,233,255,.16), transparent 32%),
    linear-gradient(145deg, rgba(27,13,58,.96), rgba(8,2,20,.98));
  border: 1px solid rgba(62,233,255,.28);
  border-radius: 28px;
  box-shadow: 0 24px 70px rgba(0,0,0,.32), inset 0 1px 0 rgba(255,255,255,.07);
}
.account-console::before, .cashier-card::before {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  background:
    linear-gradient(110deg, transparent 0 56%, rgba(255,255,255,.08) 57%, transparent 64%),
    repeating-linear-gradient(0deg, transparent 0 38px, rgba(62,233,255,.045) 39px 40px);
  opacity: .55;
}
.console-top, .console-balance, .console-progress, .account-steps, .cashier-head, .payments-wall, .cashier-limits, .cashier-card .btn {
  position: relative;
  z-index: 1;
}
.console-top, .cashier-head {
  display: flex;
  justify-content: space-between;
  gap: 16px;
  align-items: center;
  margin-bottom: 20px;
}
.console-top span, .cashier-head span {
  color: var(--cyan);
  font-size: .76rem;
  font-weight: 950;
  letter-spacing: .1em;
  text-transform: uppercase;
}
.console-top strong, .cashier-head strong {
  color: #fff;
  font-size: 1.08rem;
}
.console-balance {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 12px;
  margin-bottom: 18px;
}
.console-balance article, .account-steps article, .cashier-limits article {
  padding: 16px;
  background: rgba(255,255,255,.06);
  border: 1px solid rgba(255,255,255,.1);
  border-radius: 16px;
}
.console-balance span, .console-progress small, .cashier-limits span { color: var(--muted); }
.console-balance strong {
  display: block;
  margin-top: 6px;
  color: var(--cyan);
  font-size: 2.2rem;
}
.progress { height: 12px; overflow: hidden; background: rgba(255,255,255,.09); border-radius: 999px; }
.progress i { display: block; height: 100%; background: linear-gradient(90deg, var(--violet), var(--cyan)); border-radius: inherit; }
.account-steps {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 10px;
  margin-top: 18px;
}
.account-steps b {
  display: block;
  color: var(--orange);
  font-size: .78rem;
}
.account-steps span {
  display: block;
  margin-top: 8px;
  color: white;
  font-weight: 900;
  line-height: 1.15;
}
.cashier-flow {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-top: 24px;
}
.cashier-flow span {
  position: relative;
  padding: 10px 14px;
  color: #effcff;
  background: rgba(62,233,255,.08);
  border: 1px solid rgba(62,233,255,.22);
  border-radius: 999px;
  font-size: .86rem;
  font-weight: 950;
}
.cashier-flow span:not(:last-child)::after {
  content: "→";
  margin-left: 10px;
  color: var(--orange);
}
.payments-wall { display: grid; grid-template-columns: repeat(4, 1fr); gap: 12px; }
.payments-wall img, .payment-logos img {
  height: 58px;
  width: 100%;
  object-fit: contain;
  padding: 10px;
  background: #f3f6fb;
  border-radius: 12px;
}
.cashier-card .payments-wall img {
  background: rgba(246,249,255,.94);
  border: 1px solid rgba(62,233,255,.16);
  box-shadow: 0 12px 28px rgba(0,0,0,.18);
}
.cashier-limits {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 10px;
  margin: 18px 0;
}
.cashier-limits strong {
  display: block;
  margin-top: 5px;
  color: white;
  font-size: 1.05rem;
}
.mobile-section img { width: 100%; border-radius: 24px; border: 1px solid rgba(255,255,255,.15); }

.editorial-layout {
  display: grid;
  grid-template-columns: 280px 1fr;
  gap: 34px;
  align-items: start;
}
.article-toc {
  position: sticky;
  top: 112px;
  display: grid;
  gap: 6px;
  padding: 20px;
  background: rgba(255,255,255,.055);
  border: 1px solid rgba(62,233,255,.16);
  border-radius: 20px;
}
.article-toc strong {
  margin-bottom: 10px;
  color: var(--cyan);
  font-size: .82rem;
  letter-spacing: .08em;
  text-transform: uppercase;
}
.article-toc a {
  padding: 9px 10px;
  color: #ded5f7;
  border-radius: 10px;
  font-size: .9rem;
  font-weight: 850;
}
.article-toc a:hover {
  color: white;
  background: rgba(62,233,255,.1);
}
.article-body {
  overflow: hidden;
  color: #140b24;
  background: #f6f3ff;
  border: 1px solid rgba(143,77,255,.18);
  border-radius: 26px;
}
.article-body > header,
.article-body > section,
.article-body > .fact-table-wrap {
  padding: 34px;
  border-bottom: 1px solid rgba(20,11,36,.12);
}
.article-body > section:last-child { border-bottom: 0; }
.article-label {
  display: inline-block;
  margin-bottom: 14px;
  color: #005c6b;
  font-size: .78rem;
  font-weight: 950;
  letter-spacing: .08em;
  text-transform: uppercase;
}
.article-body h2,
.article-body h3 {
  color: #0b0615;
}
.article-body h2 {
  margin-top: 0;
  font-size: clamp(1.8rem, 3vw, 3rem);
}
.article-body h3 {
  margin: 26px 0 10px;
  font-size: 1.28rem;
}
.article-body p,
.article-body li {
  color: #352a47;
}
.number-list {
  display: grid;
  gap: 12px;
  margin: 18px 0 0;
  padding-left: 24px;
}
.calculation,
.warning-box,
.pros-cons > div {
  margin: 18px 0;
  padding: 22px;
  background: #fff;
  border: 1px solid rgba(143,77,255,.2);
  border-radius: 18px;
}
.calculation span,
.warning-box strong {
  color: #005c6b;
  font-weight: 950;
  text-transform: uppercase;
}
.calculation strong {
  display: block;
  color: #120821;
  font-size: 1.45rem;
}
.warning-box {
  border-left: 4px solid var(--orange);
}
.pros-cons {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 18px;
}
.pros-cons ul {
  margin: 0;
  padding-left: 20px;
}
.fact-table-wrap {
  margin: 0;
  overflow-x: auto;
}
.fact-table {
  width: 100%;
  min-width: 680px;
  border-collapse: collapse;
}
.fact-table th,
.fact-table td {
  padding: 14px 16px;
  text-align: left;
  border-bottom: 1px solid rgba(20,11,36,.12);
}
.fact-table th {
  width: 230px;
  color: #07101a;
  background: #e6ddff;
  font-size: .78rem;
  text-transform: uppercase;
}
.fact-table tr:last-child th,
.fact-table tr:last-child td { border-bottom: 0; }
.intro-copy { max-width: 1040px; margin-bottom: 26px; }
.intro-copy p { color: var(--muted); }
.brand-table {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  overflow: hidden;
  margin: 24px 0 26px;
  border: 1px solid rgba(62,233,255,.2);
  border-radius: 22px;
  background: rgba(255,255,255,.035);
}
.brand-table div {
  min-height: 104px;
  padding: 20px;
  border-right: 1px solid rgba(255,255,255,.09);
  border-bottom: 1px solid rgba(255,255,255,.09);
}
.brand-table span {
  display: block;
  color: var(--cyan);
  font-size: .75rem;
  font-weight: 950;
  letter-spacing: .08em;
  text-transform: uppercase;
}
.brand-table strong {
  display: block;
  margin-top: 8px;
  color: white;
}
.text-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 18px;
}
.text-grid article, .faq details {
  padding: 28px;
  color: #100821;
  background: #f6f3ff;
  border: 1px solid rgba(143,77,255,.18);
  border-radius: 20px;
}
.text-grid h3 { color: #0a0417; }
.text-grid p, .faq p { color: #3a304b; }
.review-block {
  margin-top: 18px;
  padding: 32px;
  color: #100821;
  background: linear-gradient(135deg, #ffffff, #efeaff);
  border: 1px solid rgba(143,77,255,.2);
  border-radius: 20px;
}
.review-block h3 { color: #0a0417; font-size: 1.55rem; }
.review-block p { color: #3a304b; }
.spec-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 18px;
  margin-top: 18px;
}
.spec-grid article {
  padding: 26px;
  background: linear-gradient(145deg, rgba(143,77,255,.18), rgba(62,233,255,.08));
  border: 1px solid rgba(255,255,255,.13);
  border-radius: 20px;
}
.spec-grid span { color: var(--cyan); font-size: .76rem; font-weight: 950; text-transform: uppercase; }
.spec-grid strong { display: block; margin: 8px 0; font-size: 1.3rem; }
.spec-grid p { color: var(--muted); }
.guide-table-wrap {
  margin-top: 20px;
  overflow-x: auto;
  border: 1px solid rgba(255,255,255,.14);
  border-radius: 18px;
}
.guide-table {
  width: 100%;
  min-width: 760px;
  border-collapse: collapse;
  color: #100821;
  background: #f7f4ff;
}
.guide-table th,
.guide-table td {
  padding: 14px 16px;
  text-align: left;
  border-bottom: 1px solid rgba(16,8,33,.12);
}
.guide-table th {
  background: #e5dcff;
  color: #0a0417;
  font-size: .78rem;
  text-transform: uppercase;
}
.guide-table tr:last-child td { border-bottom: 0; }
.info-chapters {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 18px;
  margin-top: 18px;
}
.info-chapters article {
  padding: 28px;
  background: rgba(255,255,255,.06);
  border: 1px solid rgba(255,255,255,.12);
  border-radius: 20px;
}
.info-chapters h3 { color: white; }
.info-chapters p { color: var(--muted); }
.faq { display: grid; gap: 12px; }
.faq details { padding: 22px 26px; }
.faq summary { cursor: pointer; font-weight: 950; }
.faq p { margin: 12px 0 0; }

.site-footer {
  width: min(calc(100% - 40px), 1480px);
  margin: 90px auto 0;
  padding: 36px;
  overflow: hidden;
  position: relative;
  background:
    radial-gradient(circle at 12% 0%, rgba(62,233,255,.12), transparent 28%),
    radial-gradient(circle at 90% 20%, rgba(143,77,255,.18), transparent 32%),
    linear-gradient(145deg, rgba(18,8,38,.92), rgba(7,1,16,.96));
  border: 1px solid rgba(255,255,255,.12);
  border-radius: 28px 28px 0 0;
  box-shadow: 0 -22px 70px rgba(0,0,0,.28);
}
.site-footer::after {
  content: "";
  position: absolute;
  inset: auto 36px 0;
  height: 3px;
  background: linear-gradient(90deg, transparent, var(--cyan), var(--orange), transparent);
  opacity: .8;
}
.site-footer::before {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  opacity: .32;
  background:
    linear-gradient(rgba(255,255,255,.055) 1px, transparent 1px),
    linear-gradient(90deg, rgba(62,233,255,.055) 1px, transparent 1px);
  background-size: 44px 44px;
  mask-image: linear-gradient(180deg, black, transparent 78%);
}
.footer-top {
  position: relative;
  display: grid;
  grid-template-columns: minmax(260px, 420px) 1fr;
  gap: 34px;
  align-items: center;
  padding-bottom: 26px;
  border-bottom: 1px solid rgba(255,255,255,.1);
}
.footer-brand img {
  width: 220px;
  margin-bottom: 14px;
  filter: drop-shadow(0 0 18px rgba(62,233,255,.2));
}
.footer-brand p {
  max-width: 460px;
  margin: 0;
  color: var(--muted);
  font-size: .92rem;
}
.footer-top nav {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  gap: 10px;
  color: #e5dbff;
  font-weight: 900;
}
.footer-top nav a {
  padding: 9px 13px;
  background: rgba(255,255,255,.055);
  border: 1px solid rgba(255,255,255,.1);
  border-radius: 999px;
  transition: border-color .2s ease, color .2s ease, transform .2s ease;
}
.footer-top nav a:hover {
  color: var(--cyan);
  border-color: rgba(62,233,255,.3);
  transform: translateY(-1px);
}
.footer-logos {
  position: relative;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 18px;
  margin: 24px 0;
}
.footer-panel {
  min-height: 190px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  gap: 18px;
  padding: 22px;
  background:
    linear-gradient(145deg, rgba(255,255,255,.07), rgba(255,255,255,.025)),
    radial-gradient(circle at 86% 0%, rgba(255,177,52,.12), transparent 34%);
  border: 1px solid rgba(255,255,255,.1);
  border-radius: 20px;
  box-shadow: inset 0 1px 0 rgba(255,255,255,.06);
}
.footer-panel span {
  color: var(--cyan);
  font-size: .76rem;
  font-weight: 950;
  letter-spacing: .08em;
  text-transform: uppercase;
}
.footer-panel strong {
  display: block;
  margin-top: 4px;
  font-size: 1.25rem;
}
.payment-logos, .responsible-logos {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  align-items: center;
}
.payment-logos img {
  width: 92px;
  height: 54px;
  object-fit: contain;
  padding: 10px;
  background: rgba(246,249,255,.94);
  border: 1px solid rgba(62,233,255,.16);
  border-radius: 14px;
}
.responsible-logos img {
  height: 34px;
  width: auto;
  max-width: 170px;
  object-fit: contain;
  padding: 7px 10px;
  background: rgba(255,255,255,.055);
  border: 1px solid rgba(255,255,255,.09);
  border-radius: 10px;
}
.footer-bottom {
  position: relative;
  display: flex;
  align-items: center;
  gap: 14px;
  padding-top: 18px;
  border-top: 1px solid rgba(255,255,255,.1);
}
.age-mark {
  width: 46px;
  height: 46px;
  flex: 0 0 46px;
  display: grid;
  place-items: center;
  color: var(--orange);
  border: 1px solid rgba(255,177,52,.55);
  border-radius: 50%;
  font-weight: 950;
}
.footer-bottom p {
  margin: 0;
  color: var(--muted);
  font-size: .86rem;
}

@media (max-width: 1180px) {
  .site-header { grid-template-columns: 220px 1fr auto 44px; }
  .desktop-nav { display: none; }
  .menu-toggle { display: grid; }
  .game-grid { grid-template-columns: repeat(4, 1fr); }
  .hero-grid, .bonus-grid, .wallet-section, .payment-section, .mobile-section { grid-template-columns: 1fr; }
  .bonus-grid { grid-template-columns: 1fr 1fr; }
}

@media (max-width: 760px) {
  .site-header {
    height: auto;
    grid-template-columns: 1fr 44px;
    padding: 12px 16px;
  }
  .brand img { width: 170px; }
  .header-actions { grid-column: 1 / -1; display: grid; grid-template-columns: 1fr 1fr; }
  .header-actions .btn { min-height: 42px; padding: 8px 12px; font-size: .82rem; }
  .mobile-nav { inset: 118px 0 auto; }
  .hero-grid { min-height: 0; padding-top: 42px; gap: 28px; }
  h1 { font-size: 3.25rem; }
  .hero-visual { min-height: 420px; }
  .float-card { width: 170px; }
  .float-card-two { width: 190px; right: 0; }
  .float-card-three { width: 190px; }
  .planet-badge { width: 116px; height: 116px; }
  .quick-facts { grid-template-columns: 1fr 1fr; }
  .quick-facts div { padding: 16px; }
  .game-grid { grid-template-columns: repeat(4, 1fr); }
  .category-zone, .bonus-grid, .text-grid, .footer-logos { grid-template-columns: 1fr 1fr; }
  .welcome-pack { grid-template-columns: 1fr; }
  .editorial-layout { grid-template-columns: 1fr; }
  .article-toc { position: static; grid-template-columns: repeat(2, 1fr); }
  .article-toc strong { grid-column: 1 / -1; }
  .brand-table { grid-template-columns: repeat(2, 1fr); }
  .account-steps { grid-template-columns: repeat(2, 1fr); }
  .payments-wall { grid-template-columns: 1fr 1fr; }
  .cashier-limits { grid-template-columns: 1fr; }
  .footer-top { grid-template-columns: 1fr; gap: 20px; }
  .footer-top nav { justify-content: flex-start; }
  .payment-logos img { width: calc(50% - 5px); }
}

@media (max-width: 520px) {
  .container, .site-footer { width: min(calc(100% - 24px), 1480px); }
  .site-footer { padding: 24px 18px; }
  .site-footer::after { inset-inline: 18px; }
  .btn-large { width: 100%; }
  .hero-offer strong { font-size: 2rem; }
  .hero-visual { min-height: 360px; }
  .float-card { width: 146px; border-radius: 16px; }
  .float-card-two { width: 166px; }
  .float-card-three { width: 160px; }
  .bubble { display: none; }
  .quick-facts, .category-zone, .bonus-grid, .text-grid, .welcome-steps, .brand-table { grid-template-columns: 1fr; }
  .game-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 10px; }
  .game-card { border-radius: 14px; padding-bottom: 10px; }
  .game-card::before { top: 7px; left: 7px; padding: 4px 7px; font-size: .58rem; }
  .game-card h3 { padding-inline: 9px; font-size: .78rem; }
  .game-card p { padding-inline: 9px; font-size: .66rem; }
  .game-card button { padding: 7px 12px; font-size: .74rem; }
  .article-toc { grid-template-columns: 1fr; }
  .article-body > header,
  .article-body > section,
  .article-body > .fact-table-wrap { padding: 24px 18px; }
  .pros-cons { grid-template-columns: 1fr; }
  .console-balance, .account-steps { grid-template-columns: 1fr; }
  .welcome-pack { padding: 20px; }
  .welcome-copy strong { font-size: 2.25rem; }
  .spec-grid { grid-template-columns: 1fr; }
  .info-chapters { grid-template-columns: 1fr; }
  .section-head { display: grid; }
  .footer-logos { grid-template-columns: 1fr; }
  .footer-panel { min-height: 0; padding: 18px; }
  .footer-brand img { width: 190px; }
  .footer-bottom { align-items: flex-start; }
}

