:root {
  --color-brand: #e97215;
  --color-dark: #0d0f14;
  --color-light: #f5f5f5;
  --color-card: #181a22;
  --color-border: #2a2d38;
  --color-muted: #8a8f9e;
  --color-secondary: #1e2029;
  --color-panel: #23264a;
  --color-panel-2: #2d3060;
}

*, *::before, *::after {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

html {
  scroll-behavior: smooth;
}

body {
  min-width: 320px;
  font-family: 'Inter', -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;
  background:
    radial-gradient(circle at top center, rgba(116, 77, 255, 0.16), transparent 24%),
    #131827;
  color: var(--color-light);
  -webkit-font-smoothing: antialiased;
}

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

img {
  max-width: 100%;
  height: auto;
}

.text-brand {
  color: var(--color-brand);
}

.mobile-shell {
  display: flex;
  justify-content: center;
  padding-bottom: 24px;
}

.page {
  width: min(100vw, 430px);
  min-height: 100vh;
  padding: 88px 12px calc(24px + env(safe-area-inset-bottom));
  background:
    linear-gradient(180deg, rgba(35, 38, 74, 0.98) 0%, rgba(31, 35, 66, 0.99) 100%);
  box-shadow: 0 18px 60px rgba(0, 0, 0, 0.34);
}

.header {
  position: fixed;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  width: min(100vw, 430px);
  z-index: 20;
  padding-top: env(safe-area-inset-top);
  background: rgba(24, 26, 34, 0.92);
  backdrop-filter: blur(12px);
  border-bottom: 1px solid rgba(255, 255, 255, 0.06);
}

.header-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
  min-height: 68px;
  padding: 12px;
}

.header-logo img,
.header-logo svg {
  height: 29px;
  width: auto;
}

.header-actions {
  display: flex;
  gap: 8px;
}

.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  border: none;
  border-radius: 999px;
  font-family: inherit;
  font-size: 13px;
  font-weight: 700;
  transition: opacity 0.2s ease, transform 0.2s ease;
}

.btn:hover {
  opacity: 0.96;
  transform: translateY(-1px);
}

.btn-primary {
  background: linear-gradient(135deg, #ffb11a, var(--color-brand));
  color: var(--color-light);
  box-shadow: 0 10px 24px rgba(233, 114, 21, 0.26);
}

.btn-outline {
  background: rgba(255, 255, 255, 0.06);
  color: var(--color-light);
  border: 1px solid var(--color-border);
}

.btn-sm {
  min-height: 36px;
  padding: 0 14px;
}

.btn-lg {
  min-height: 48px;
  padding: 0 18px;
  font-size: 15px;
}

.page-kicker,
.banner-label {
  display: inline-block;
  margin-bottom: 8px;
  color: #ffb864;
  font-size: 11px;
  font-weight: 800;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.hero-card,
.download-banner,
.icon-nav,
.game-card,
.offer-card,
.perk-card,
.footer-note,
.info-list,
.payment-grid {
  border: 1px solid rgba(255, 255, 255, 0.06);
}

.hero-card {
  display: grid;
  grid-template-columns: 1fr;
  gap: 16px;
  padding: 16px;
  margin-bottom: 14px;
  border-radius: 24px;
  background:
    radial-gradient(circle at top right, rgba(255, 177, 26, 0.18), transparent 32%),
    linear-gradient(145deg, #6436f0 0%, #4f33c8 44%, #2e215d 100%);
}

.hero-card h1 {
  font-size: 34px;
  line-height: 1.03;
  margin-bottom: 10px;
}

.hero-text {
  color: rgba(255, 255, 255, 0.82);
  font-size: 14px;
  line-height: 1.45;
  margin-bottom: 16px;
}

.hero-actions-stack {
  display: grid;
  gap: 10px;
}

.hero-visual {
  position: relative;
  min-height: 150px;
  border-radius: 20px;
  overflow: hidden;
  background: linear-gradient(145deg, rgba(13, 15, 20, 0.12), rgba(255, 255, 255, 0.04));
}

.hero-glow {
  position: absolute;
  inset: 14px;
  border-radius: 999px;
  border: 2px solid rgba(255, 255, 255, 0.18);
  transform: rotate(-18deg);
}

.coin {
  position: absolute;
  display: grid;
  place-items: center;
  border-radius: 50%;
  font-weight: 800;
}

.coin-main {
  right: 22px;
  top: 28px;
  width: 96px;
  height: 96px;
  background: radial-gradient(circle at 30% 30%, #fff1a6, #ff9a19 72%);
  color: #241d43;
  font-size: 28px;
}

.coin-alt {
  left: 22px;
  bottom: 18px;
  width: 58px;
  height: 58px;
  background: linear-gradient(135deg, #21d4fd, #2f6fff);
  font-size: 21px;
}

.coin-mini {
  left: 96px;
  top: 18px;
  width: 42px;
  height: 42px;
  background: linear-gradient(135deg, #ff4f87, #8b44ff);
  font-size: 18px;
}

.download-banner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  padding: 14px 16px;
  margin-bottom: 14px;
  border-radius: 20px;
  background: rgba(255, 255, 255, 0.04);
}

.download-banner strong {
  display: block;
  font-size: 14px;
  line-height: 1.35;
}

.icon-nav {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 10px;
  padding: 12px;
  margin-bottom: 20px;
  border-radius: 20px;
  background: rgba(255, 255, 255, 0.03);
}

.icon-nav a {
  display: grid;
  place-items: center;
  min-height: 52px;
  border-radius: 16px;
  background: rgba(255, 255, 255, 0.04);
  font-size: 13px;
  font-weight: 700;
  color: rgba(255, 255, 255, 0.88);
}

.content-block {
  margin-bottom: 24px;
}

.content-block p {
  color: var(--color-muted);
  font-size: 14px;
  line-height: 1.62;
}

.content-block p + p {
  margin-top: 12px;
}

.intro-copy,
.text-block,
.table-block,
.faq-block {
  padding: 16px;
  border-radius: 22px;
  background: rgba(255, 255, 255, 0.04);
  border: 1px solid rgba(255, 255, 255, 0.06);
}

.section-lead {
  margin-bottom: 12px;
}

.block-head {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 10px;
  margin-bottom: 14px;
}

.block-head h2 {
  font-size: 28px;
  line-height: 1.05;
}

.mini-link {
  padding: 8px 12px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.07);
  font-size: 12px;
  font-weight: 700;
}

.games-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 10px;
}

.game-card {
  overflow: hidden;
  border-radius: 18px;
  background: linear-gradient(180deg, rgba(72, 78, 149, 0.9), rgba(43, 49, 100, 0.95));
}

.game-thumb {
  aspect-ratio: 1 / 1;
  display: grid;
  place-items: end start;
  padding: 10px;
  border-radius: 16px;
}

.game-thumb span {
  display: inline-grid;
  place-items: center;
  min-width: 34px;
  height: 34px;
  padding: 0 8px;
  border-radius: 12px;
  background: rgba(15, 18, 39, 0.42);
  font-size: 13px;
  font-weight: 800;
}

.thumb-purple { background: linear-gradient(135deg, #5e29ff, #d245ff); }
.thumb-orange { background: linear-gradient(135deg, #ff8a1d, #ff446f); }
.thumb-pink { background: linear-gradient(135deg, #ff4b7e, #ffaf2a); }
.thumb-red { background: linear-gradient(135deg, #fd4d3a, #a10f42); }
.thumb-cyan { background: linear-gradient(135deg, #27e0ff, #2573ff); }
.thumb-blue { background: linear-gradient(135deg, #1a8fff, #8450ff); }
.thumb-gold { background: linear-gradient(135deg, #f9c237, #ff7f3f); }
.thumb-brown { background: linear-gradient(135deg, #8d4d21, #d98f2b); }
.thumb-neon { background: linear-gradient(135deg, #851fff, #ffb51d); }

.game-info {
  padding: 10px 8px 12px;
}

.game-name {
  font-size: 12px;
  font-weight: 700;
  line-height: 1.2;
}

.game-category {
  margin-top: 4px;
  color: var(--color-muted);
  font-size: 11px;
}

.offer-list,
.perk-stack {
  display: grid;
  gap: 12px;
}

.offer-card,
.perk-card {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  padding: 16px;
  border-radius: 22px;
  background: rgba(255, 255, 255, 0.04);
}

.offer-card-active {
  border-color: rgba(255, 177, 26, 0.52);
}

.offer-title {
  margin-bottom: 6px;
  color: var(--color-muted);
  font-size: 13px;
}

.offer-card strong,
.perk-card strong {
  display: block;
  font-size: 16px;
  line-height: 1.25;
}

.perk-card p {
  margin-top: 6px;
  color: var(--color-muted);
  font-size: 13px;
  line-height: 1.4;
  max-width: 190px;
}

.status-pill {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 84px;
  min-height: 38px;
  padding: 0 14px;
  border-radius: 999px;
  background: rgba(173, 180, 220, 0.18);
  color: #d4d8ee;
  font-size: 12px;
  font-weight: 700;
}

.payment-grid {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  padding: 14px;
  border-radius: 20px;
  background: rgba(255, 255, 255, 0.04);
}

.payment-grid span {
  padding: 10px 12px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.04);
  border: 1px solid rgba(255, 255, 255, 0.06);
  font-size: 12px;
  font-weight: 700;
}

.info-list {
  border-radius: 20px;
  overflow: hidden;
  background: rgba(255, 255, 255, 0.04);
}

.info-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  padding: 14px 16px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.06);
}

.info-row:last-child {
  border-bottom: 0;
}

.info-row span {
  color: var(--color-muted);
  font-size: 13px;
}

.info-row strong {
  font-size: 13px;
  text-align: right;
}

.footer-note {
  padding: 16px;
  border-radius: 20px;
  background: rgba(255, 255, 255, 0.04);
}

.footer-note p {
  color: var(--color-muted);
  font-size: 12px;
  line-height: 1.5;
}

.data-table {
  display: grid;
  gap: 0;
  border-radius: 18px;
  overflow: hidden;
  background: rgba(255, 255, 255, 0.03);
}

.table-row {
  display: grid;
  grid-template-columns: 0.9fr 1.1fr;
  gap: 12px;
  padding: 13px 14px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.06);
}

.table-row:last-child {
  border-bottom: 0;
}

.table-row span:first-child {
  color: var(--color-light);
  font-size: 12px;
  font-weight: 700;
}

.table-row span:last-child {
  color: var(--color-muted);
  font-size: 12px;
  line-height: 1.45;
}

.table-head {
  background: rgba(255, 255, 255, 0.06);
}

.table-head span {
  color: var(--color-light) !important;
}

.pros-cons-grid {
  display: grid;
  gap: 12px;
}

.bullet-card {
  padding: 16px;
  border-radius: 20px;
  background: rgba(255, 255, 255, 0.04);
  border: 1px solid rgba(255, 255, 255, 0.06);
}

.bullet-card h3 {
  margin-bottom: 12px;
  font-size: 18px;
}

.bullet-card ul {
  list-style: none;
}

.bullet-card li {
  position: relative;
  padding-left: 16px;
  color: var(--color-muted);
  font-size: 14px;
  line-height: 1.55;
}

.bullet-card li + li {
  margin-top: 10px;
}

.bullet-card li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 8px;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: var(--color-brand);
}

.faq-list {
  display: grid;
  gap: 12px;
}

.faq-item {
  padding: 16px;
  border-radius: 18px;
  background: rgba(255, 255, 255, 0.04);
  border: 1px solid rgba(255, 255, 255, 0.06);
}

.faq-item h3 {
  margin-bottom: 8px;
  font-size: 15px;
  line-height: 1.35;
}

.faq-item p {
  font-size: 13px;
}

@media (max-width: 380px) {
  .header-inner,
  .page {
    padding-left: 10px;
    padding-right: 10px;
  }

  .header-actions {
    gap: 6px;
  }

  .btn-sm {
    padding: 0 12px;
  }

  .offer-card,
  .perk-card,
  .download-banner {
    flex-direction: column;
    align-items: flex-start;
  }

  .offer-card .btn,
  .perk-card .btn,
  .download-banner .btn,
  .status-pill {
    width: 100%;
  }

  .table-row {
    grid-template-columns: 1fr;
  }
}