:root {
  --bg: #08050d;
  --surface: #18101e;
  --surface-alt: #221528;
  --text: #fff8f0;
  --muted: #cbb9c9;
  --accent: #ff3b24;
  --accent-dark: #c92213;
  --gold: #ffd36b;
  --border: rgba(255, 255, 255, 0.12);
  --gold-border: rgba(255, 211, 107, 0.34);
  --radius: 24px;
  --shadow: 0 22px 70px rgba(0, 0, 0, 0.4);
  --container: 1180px;
}

* {
  box-sizing: border-box;
}
html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  font-family: Arial, Helvetica, sans-serif;
  color: var(--text);
  background:
    radial-gradient(circle at 20% 0%, rgba(255, 59, 36, 0.22), transparent 34%),
    radial-gradient(
      circle at 80% 12%,
      rgba(255, 211, 107, 0.12),
      transparent 30%
    ),
    linear-gradient(180deg, #09050d 0%, #170b1d 48%, #06040a 100%);
  line-height: 1.6;
}

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

.header {
  position: sticky;
  top: 0;
  z-index: 20;
  background: rgba(8, 5, 13, 0.92);
  backdrop-filter: blur(14px);
  border-bottom: 1px solid var(--border);
}

.header-inner {
  width: min(var(--container), calc(100% - 32px));
  min-height: 76px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
}

.logo {
  height: 58px;
  display: flex;
  align-items: center;
}
.logo img {
  height: 58px;
  display: block;
}

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

.button,
.button-link {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 48px;
  padding: 13px 26px;
  border-radius: 999px;
  border: 1px solid rgba(255, 255, 255, 0.16);
  background: linear-gradient(180deg, #ff4d39, #df2413);
  color: #fff;
  font-weight: 900;
  text-align: center;
  box-shadow: 0 14px 28px rgba(255, 59, 36, 0.28);
  cursor: pointer;
}

.button.secondary {
  background: rgba(255, 255, 255, 0.07);
  box-shadow: none;
}

.button:hover,
.button-link:hover {
  filter: brightness(1.06);
  transform: translateY(-1px);
}

main {
  overflow: hidden;
}

.section {
  width: min(var(--container), calc(100% - 32px));
  margin: 30px auto;
  border: 1px solid var(--border);
  border-radius: var(--radius);
  background: linear-gradient(
    180deg,
    rgba(35, 22, 43, 0.86),
    rgba(17, 10, 22, 0.95)
  );
  box-shadow: var(--shadow);
}

.section {
  padding: 34px;
}

#promo-banner {
  padding: 46px 34px;
  text-align: center;
  border-color: var(--gold-border);
  background:
    radial-gradient(
      circle at 50% 8%,
      rgba(255, 211, 107, 0.18),
      transparent 34%
    ),
    radial-gradient(circle at 12% 18%, rgba(255, 59, 36, 0.2), transparent 28%),
    linear-gradient(135deg, rgba(58, 23, 27, 0.96), rgba(18, 10, 24, 0.98));
}

#promo-banner p {
  max-width: 820px;
  margin-left: auto;
  margin-right: auto;
  font-size: 17px;
  font-weight: 400;
  color: var(--muted);
}

#promo-banner .lead {
  max-width: 980px;
  font-size: clamp(34px, 5vw, 76px);
  line-height: 0.98;
  font-weight: 900;
  letter-spacing: -0.04em;
  color: #fff;
  margin-bottom: 20px;
}

#promo-banner .welcome-word,
#promo-banner .welcome-rest {
  display: block;
}

#promo-banner .welcome-rest {
  margin-top: 10px;
}

h1,
h2,
h3,
h4 {
  margin: 0 0 18px;
  line-height: 1.12;
  letter-spacing: -0.03em;
  color: var(--text);
  text-align: center;
}

h1 {
  font-size: clamp(34px, 4.6vw, 62px);
}
h2 {
  font-size: clamp(28px, 3.2vw, 42px);
}
h3 {
  font-size: clamp(22px, 2.4vw, 30px);
}
h4 {
  font-size: 18px;
}

p {
  margin: 0 0 16px;
  color: var(--muted);
  font-size: 17px;
}

.center {
  text-align: center;
}
.lead {
  font-size: 20px;
  color: #f2dde9;
}

.actions {
  margin-top: 22px;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 12px;
  flex-wrap: wrap;
}

.table-wrap {
  overflow-x: auto;
  border-radius: 18px;
  border: 1px solid var(--border);
  margin: 22px 0;
}

table {
  width: 100%;
  min-width: 640px;
  border-collapse: collapse;
  background: rgba(7, 5, 11, 0.34);
}

th,
td {
  padding: 15px 16px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
  text-align: left;
  vertical-align: top;
  color: var(--muted);
}

th {
  background: rgba(255, 211, 107, 0.09);
  color: #fff;
  font-weight: 900;
}

td:first-child {
  color: #fff;
  font-weight: 900;
}
tr:last-child td {
  border-bottom: 0;
}

.list {
  margin: 18px 0;
  padding-left: 24px;
  color: var(--muted);
  font-size: 17px;
}

.list li {
  margin: 10px 0;
}


ul,
ol {
  margin: 18px 0;
  padding-left: 24px;
  color: var(--muted);
}

li {
  margin: 10px 0;
}

.general-ol {
  display: grid;
  gap: 16px;
  margin: 24px 0 0;
  padding: 0;
  counter-reset: step-counter;
  list-style: none;
}

.general-ol-li {
  counter-increment: step-counter;
  position: relative;
  margin: 0;
  padding: 20px 20px 20px 76px;
  background: var(--surface);
  border: 1px solid var(--border);
  border-radius: var(--radius);
  color: var(--muted);
  box-shadow: 0 10px 28px rgba(0, 0, 0, 0.18);
}

.general-ol-li::before {
  content: counter(step-counter);
  position: absolute;
  left: 16px;
  top: 14px;
  width: 32px;
  height: 32px;
  border-radius: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: linear-gradient(180deg, #ffdd7c, #ff9d1c);
  color: #120814;
  font-weight: 900;
}

.bonus-table {
  margin: 22px 0;
}

.bonus-table table {
  min-width: 720px;
}

.bonus-table td {
  padding: 18px 20px;
  font-size: 17px;
}

.bonus-table td:first-child {
  width: 38%;
  color: #fff;
  font-weight: 900;
}

.bonus-table td:last-child {
  color: var(--muted);
  font-weight: 500;
}

.code-buttons {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 14px;
  margin: 24px 0 0;
}

.code-buttons a {
  min-height: 62px;
  border-radius: 999px;
  background: linear-gradient(180deg, #ff4d39, #df2413);
  color: #fff;
  font-weight: 900;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  padding: 14px 18px;
  box-shadow: 0 14px 28px rgba(255, 59, 36, 0.25);
}

.game-grid {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 16px;
  margin: 24px 0;
  align-items: stretch;
}

.game-card {
  min-height: 260px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 22px;
  border-radius: 22px;
  border: 1px solid var(--border);
  background:
    radial-gradient(
      circle at 50% 0%,
      rgba(255, 211, 107, 0.13),
      transparent 36%
    ),
    linear-gradient(
      180deg,
      rgba(255, 255, 255, 0.07),
      rgba(255, 255, 255, 0.03)
    );
}

.game-card strong {
  display: block;
  color: #fff;
  font-size: 23px;
  line-height: 1.12;
  text-align: center;
  margin-bottom: 14px;
}

.game-card span {
  display: block;
  color: var(--muted);
  font-weight: 800;
  text-align: center;
}

.game-actions {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 10px;
  margin-top: 20px;
  align-items: end;
}

.mini-btn {
  min-height: 42px;
  border-radius: 999px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 10px 12px;
  color: #fff !important;
  font-weight: 900;
  border: 1px solid rgba(255, 255, 255, 0.15);
  background: rgba(255, 255, 255, 0.07);
  text-align: center;
}

.mini-btn.play {
  background: linear-gradient(180deg, #ff4d39, #df2413);
  box-shadow: 0 10px 22px rgba(255, 59, 36, 0.22);
}

.provider-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 16px;
  margin-top: 22px;
}

.provider-card {
  padding: 22px;
  border-radius: 22px;
  border: 1px solid var(--border);
  background: rgba(255, 255, 255, 0.055);
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  gap: 18px;
}

.provider-head {
  display: flex;
  justify-content: space-between;
  gap: 12px;
  align-items: flex-start;
}

.provider-name {
  color: #fff;
  font-size: 20px;
  font-weight: 900;
}
.provider-count {
  color: var(--gold);
  font-weight: 900;
  white-space: nowrap;
}

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

.provider-games a {
  min-height: 82px;
  border-radius: 16px;
  border: 1px solid var(--border);
  background:
    radial-gradient(
      circle at 50% 0%,
      rgba(255, 211, 107, 0.12),
      transparent 36%
    ),
    rgba(255, 255, 255, 0.045);
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 12px;
  color: #fff;
  font-weight: 900;
  text-align: center;
  font-size: 14px;
}

.app-box {
  display: grid;
  grid-template-columns: 1fr 260px;
  gap: 24px;
  align-items: center;
  margin-top: 22px;
  padding: 24px;
  border-radius: 22px;
  border: 1px solid var(--gold-border);
  background: rgba(255, 211, 107, 0.055);
}

.qr {
  min-height: 210px;
  border-radius: 20px;
  border: 1px solid var(--border);
  background:
    linear-gradient(90deg, rgba(255, 255, 255, 0.09) 10px, transparent 10px) 0
      0/32px 32px,
    linear-gradient(rgba(255, 255, 255, 0.09) 10px, transparent 10px) 0 0/32px
      32px,
    rgba(255, 255, 255, 0.06);
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--muted);
  font-weight: 900;
  text-align: center;
}

.app-subtitle {
  color: var(--text);
  font-weight: 900;
  font-size: 20px;
  margin: 20px 0 12px;
  text-align: left;
}

.faq {
  display: grid;
  gap: 12px;
  margin-top: 20px;
}

.faq-item {
  border: 1px solid var(--border);
  border-radius: 18px;
  background: rgba(255, 255, 255, 0.055);
  padding: 20px;
}

.faq-item h3 {
  font-size: 20px;
  text-align: left;
  letter-spacing: 0;
}

.footer {
  margin-top: 42px;
  padding: 42px 0 28px;
  border-top: 1px solid var(--border);
  background: #07040a;
}

.footer-inner {
  width: min(var(--container), calc(100% - 32px));
  margin: 0 auto;
}

.footer-grid {
  display: grid;
  grid-template-columns: 1.2fr 0.8fr 1fr 1fr;
  gap: 26px;
}

.footer-brand {
  font-size: 28px;
  color: #fff;
  font-weight: 900;
  margin-bottom: 12px;
}

.footer-heading {
  text-align: left;
  font-size: 15px;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  color: var(--text);
  font-weight: 900;
  margin-bottom: 18px;
  line-height: 1.12;
}

.footer ul {
  margin: 0;
  padding: 0;
  list-style: none;
  display: grid;
  gap: 8px;
  color: var(--muted);
}

.footer p,
.footer li,
.footer li a {
  color: var(--muted);
  font-weight: 400;
}

.footer li a {
  display: inline;
  text-decoration: none;
}

.footer li a:hover {
  color: var(--text);
}

.support-email {
  color: var(--gold);
  font-weight: 900;
}

.footer-legal {
  margin-top: 26px;
  padding-top: 22px;
  border-top: 1px solid var(--border);
}

@media (max-width: 1024px) {
  .game-grid {
    grid-template-columns: repeat(3, 1fr);
  }
  .provider-grid {
    grid-template-columns: repeat(2, 1fr);
  }
  .code-buttons {
    grid-template-columns: repeat(2, 1fr);
  }
  .app-box {
    grid-template-columns: 1fr;
  }
  .footer-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 768px) {
  h1,
  h2,
  h3 {
    text-align: center;
  }

  .header-inner {
    flex-direction: column;
    align-items: center;
    padding: 14px 0;
  }

  .header-actions {
    width: 100%;
    justify-content: center;
  }

  .button,
  .button-link {
    width: 100%;
    max-width: 320px;
    text-align: center;
  }

  .section,
  #promo-banner {
    padding: 24px;
  }

  .game-grid,
  .provider-grid,
  .code-buttons {
    grid-template-columns: 1fr;
  }

  .footer,
  .footer-inner,
  .footer-brand {
    text-align: center;
  }

  .footer-grid {
    grid-template-columns: 1fr;
  }
  .app-subtitle {
    text-align: center;
  }

  .footer-heading {
    text-align: center;
  }
}

button {
  font-family: inherit;
}


.promo-banner {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  padding: 46px 34px;
  border: 1px solid rgba(255, 211, 107, .34);
  background: radial-gradient(circle at 50% 8%, rgba(255, 211, 107, .18), transparent 34%), 
              radial-gradient(circle at 12% 18%, rgba(255, 59, 36, .2), transparent 28%), 
              linear-gradient(135deg, rgba(58, 23, 27, .96), rgba(18, 10, 24, .98));
  width: min(1180px, calc(100% - 32px));
  margin: 30px auto;
  border-radius: 24px;
  box-shadow: 0 22px 70px rgba(0, 0, 0, .4);;
}

.promo-banner p {
  max-width: 820px;
}