@font-face {
  font-family: InterVar;
  src: local("Inter"), local("Inter var");
}
* {
  box-sizing: border-box;
}
html {
  scroll-behavior: smooth;
}
html,
body {
  margin: 0;
  padding: 0;
  color: #e6e6e6;
  background: #0a0a1a;
  font-family: Inter, InterVar, system-ui, -apple-system, Segoe UI, Roboto,
    Helvetica, Arial, sans-serif;
  line-height: 1.6;
}
body.menu-open {
  overflow: hidden;
}
.main_text p {
  margin: 0 0 14px;
  color: #cfcfd7;
}
.main_text ul {
  margin: 0 0 16px 18px;
  color: #cfcfd7;
}
.main_text li {
  margin: 6px 0;
}
a {
  text-decoration: none;
  color: #9d4edd;
}
a:hover {
  opacity: 0.9;
}
.container {
  max-width: 1160px;
  margin: 0 auto;
  padding: 0 20px;
}
.row {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.header {
  position: sticky;
  top: 0;
  background: #1a1a2e;
  backdrop-filter: saturate(140%) blur(8px);
  z-index: 50;
  border-bottom: 1px solid rgba(157, 78, 221, 0.25);
}
.brand {
  display: flex;
  align-items: center;
  padding: 10px 0;
}
.brand .logo {
  height: 28px;
  width: auto;
  display: block;
}
.search {
  flex: 1;
  display: flex;
  justify-content: center;
  padding: 0 16px;
}
.search input {
  width: 100%;
  max-width: 360px;
  background: #16213e;
  border: 1px solid rgba(157, 78, 221, 0.35);
  border-radius: 10px;
  padding: 10px 12px;
  color: #fff;
  outline: none;
}
.nav ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  gap: 18px;
}
.nav a {
  display: inline-block;
  padding: 12px 8px;
  color: #fff;
}
.nav a:hover {
  color: #9d4edd;
}
.actions {
  display: flex;
  align-items: center;
  padding: 8px 0;
}
.actions .btn {
  margin-left: 8px;
  align-self: center;
  height: auto;
  min-height: auto;
  flex-shrink: 0;
  padding: 8px 16px;
  font-size: 14px;
}
.mobile-menu-toggle {
  display: none;
  flex-direction: column;
  background: none;
  border: none;
  cursor: pointer;
  padding: 8px;
  margin-left: 8px;
}
.mobile-menu-toggle span {
  width: 20px;
  height: 2px;
  background: #fff;
  margin: 2px 0;
  transition: 0.3s;
}
.mobile-menu-toggle.active span:nth-child(1) {
  transform: rotate(-45deg) translate(-4px, 4px);
}
.mobile-menu-toggle.active span:nth-child(2) {
  opacity: 0;
}
.mobile-menu-toggle.active span:nth-child(3) {
  transform: rotate(45deg) translate(-4px, -4px);
}
.hero {
  padding: 32px 0;
  background: linear-gradient(180deg, #1a1a2e, #0a0a1a);
}
.hero-grid {
  display: grid;
  grid-template-columns: 1.2fr 0.8fr;
  gap: 32px;
  align-items: center;
}
.hero h1 {
  margin: 0 0 12px;
  font-size: 40px;
  color: #fff;
}
.hero p {
  margin: 0 0 20px;
  color: #cfcfd7;
}
.cta {
  display: flex;
  gap: 12px;
  flex-wrap: wrap;
}
.btn {
  display: inline-block;
  background: #9d4edd;
  color: #fff;
  border-radius: 10px;
  padding: 12px 18px;
  font-weight: 700;
  transition: transform 0.15s ease, box-shadow 0.15s ease;
  box-shadow: 0 4px 30px rgba(157, 78, 221, 0.35);
}
.btn:hover {
  transform: translateY(-1px);
}
.btn-ghost {
  background: transparent;
  color: #9d4edd;
  border: 1px solid rgba(157, 78, 221, 0.5);
  box-shadow: none;
}
.btn-outline {
  background: transparent;
  color: #cfcfd7;
  border: 1px solid rgba(157, 78, 221, 0.5);
  box-shadow: none;
}
.btn-outline:hover {
  background: rgba(157, 78, 221, 0.15);
  color: #fff;
  transform: none;
}
.header-nav {
  display: flex;
  align-items: center;
  gap: 8px;
  flex: 1;
  justify-content: center;
}
.header-nav__link {
  font-size: 13px;
  font-weight: 600;
  color: #cfcfd7;
  background: rgba(157, 78, 221, 0.1);
  border: 1px solid rgba(157, 78, 221, 0.3);
  border-radius: 20px;
  padding: 6px 16px;
  white-space: nowrap;
  transition: background 0.2s, color 0.2s, border-color 0.2s;
}
.header-nav__link:hover {
  background: rgba(157, 78, 221, 0.25);
  border-color: #9d4edd;
  color: #e6e6e6;
  opacity: 1;
}
.badges {
  display: flex;
  gap: 12px;
  flex-wrap: wrap;
  margin: 18px 0 0;
  padding: 0;
  list-style: none;
}
.badges li {
  background: rgba(255, 255, 255, 0.06);
  border: 1px solid rgba(255, 255, 255, 0.08);
  padding: 8px 12px;
  border-radius: 999px;
  color: #cfcfd7;
  font-size: 14px;
}
.hero-card {
  background: rgba(255, 255, 255, 0.04);
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 16px;
  padding: 20px;
}
.kpi {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 12px;
}
.kpi-item {
  background: rgba(255, 255, 255, 0.03);
  border: 1px solid rgba(255, 255, 255, 0.06);
  border-radius: 12px;
  padding: 16px;
  text-align: center;
}
.kpi-value {
  font-size: 22px;
  color: #c77dff;
  font-weight: 800;
}
.kpi-label {
  font-size: 13px;
  color: #b7b7c2;
}
.section {
  padding: 68px 0;
  border-top: 1px solid rgba(255, 255, 255, 0.06);
}
.section-title {
  margin: 0 0 24px;
  color: #fff;
  font-size: 28px;
}
.cards {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 16px;
}
.cards.three {
  grid-template-columns: repeat(3, 1fr);
}
.card {
  background: rgba(255, 255, 255, 0.04);
  border: 1px solid rgba(157, 78, 221, 0.15);
  border-radius: 16px;
  padding: 18px;
}
.card h3 {
  margin: 0 0 8px;
  color: #fff;
}
.card p {
  margin: 0;
  color: #cfcfd7;
}
.cols {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 24px;
}
.list {
  margin: 0;
  padding-left: 18px;
  color: #cfcfd7;
}
.contact-info {
  margin: 16px 0;
  padding: 16px;
  background: rgba(255, 255, 255, 0.04);
  border: 1px solid rgba(157, 78, 221, 0.15);
  border-radius: 12px;
}
.contact-info p {
  margin: 8px 0;
  color: #cfcfd7;
}
.contact-info a {
  color: #9d4edd;
  font-weight: 600;
}
.games-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
  gap: 16px;
  margin-top: 32px;
}
.game-item {
  background: rgba(255, 255, 255, 0.04);
  border: 1px solid rgba(157, 78, 221, 0.15);
  border-radius: 12px;
  overflow: hidden;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}
.game-item:hover {
  transform: translateY(-4px);
  box-shadow: 0 8px 25px rgba(157, 78, 221, 0.3);
}
.game-item img {
  width: 100%;
  height: 200px;
  object-fit: cover;
  display: block;
}
.faq details {
  background: rgba(255, 255, 255, 0.04);
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 12px;
  padding: 14px 16px;
}
.faq details + details {
  margin-top: 12px;
}
.faq summary {
  cursor: pointer;
  color: #fff;
  font-weight: 600;
}
.faq p {
  margin: 8px 0 0;
  color: #cfcfd7;
}
.footer {
  border-top: 1px solid rgba(255, 255, 255, 0.06);
  padding: 24px 0;
  color: #b7b7c2;
}
.foot-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
}
.foot-brand {
  font-weight: 800;
  color: #fff;
}
.footer-logo {
  height: 24px;
  width: auto;
  display: block;
}
.foot-legal {
  font-size: 13px;
}
#license {
  margin: 20px 0 0;
  padding-top: 20px;
  border-top: 1px solid rgba(255, 255, 255, 0.06);
  font-size: 9px;
  line-height: 1.4;
  color: #555555;
}
@media (max-width: 960px) {
  .hero-grid {
    grid-template-columns: 1fr;
  }
  .cards {
    grid-template-columns: 1fr;
  }
  .cards.three {
    grid-template-columns: 1fr;
  }
  .cols {
    grid-template-columns: 1fr;
  }
  .nav ul {
    gap: 8px;
  }
  .nav a {
    padding: 10px 6px;
  }
}

@media (max-width: 768px) {
  .container {
    padding: 0 16px;
  }
  .header .row {
    position: relative;
  }
  .mobile-menu-toggle {
    display: flex;
  }
  .actions .btn {
    display: none;
  }
  .nav {
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    background: #1a1a2e;
    border-top: 1px solid rgba(157, 78, 221, 0.25);
    transform: translateY(-100%);
    opacity: 0;
    visibility: hidden;
    transition: all 0.3s ease;
    z-index: 100;
  }
  .nav.active {
    transform: translateY(0);
    opacity: 1;
    visibility: visible;
  }
  .nav-menu {
    flex-direction: column;
    padding: 20px;
    gap: 0;
  }
  .nav a {
    display: block;
    padding: 12px 0;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
    text-align: center;
    font-size: 16px;
  }
  .nav li:last-child a {
    border-bottom: none;
  }
  .section {
    padding: 40px 0;
  }
  .section-title {
    font-size: 24px;
    margin-bottom: 20px;
  }
  .hero h1 {
    font-size: 32px;
  }
  .kpi {
    grid-template-columns: 1fr;
    gap: 8px;
  }
  .games-grid {
    grid-template-columns: repeat(auto-fit, minmax(150px, 1fr));
    gap: 12px;
  }
  .game-item img {
    height: 150px;
  }
  .footer-logo {
    height: 22px;
  }
}

@media (max-width: 480px) {
  .container {
    padding: 0 12px;
  }
  .hero h1 {
    font-size: 28px;
    text-align: center;
  }
  .hero p {
    text-align: center;
  }
  .cta {
    justify-content: center;
  }
  .section {
    padding: 32px 0;
  }
  .section-title {
    font-size: 22px;
    text-align: center;
  }
  .btn {
    padding: 10px 16px;
    font-size: 14px;
  }
  .main_text {
    font-size: 15px;
  }
  .contact-info {
    padding: 12px;
  }
  .foot-row {
    flex-direction: column;
    text-align: center;
    gap: 8px;
  }
  .footer-logo {
    height: 20px;
    margin: 0 auto;
  }
  #license {
    font-size: 10px;
    text-align: center;
  }
  .games-grid {
    grid-template-columns: repeat(auto-fit, minmax(120px, 1fr));
    gap: 8px;
  }
  .game-item img {
    height: 120px;
  }
  .header-nav {
    display: none;
  }
}

/* ========== FOOTER NAV ========== */
.footer-nav {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 24px;
  padding: 32px 0;
  border-top: 1px solid rgba(157, 78, 221, 0.2);
  border-bottom: 1px solid rgba(157, 78, 221, 0.2);
  margin-bottom: 24px;
}
.footer-nav__col {
  display: flex;
  flex-direction: column;
}
.footer-nav__title {
  font-size: 12px;
  font-weight: 700;
  color: #cfcfd7;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  margin-bottom: 12px;
}
.footer-nav__link {
  display: block;
  color: #8888aa;
  font-size: 13px;
  margin-bottom: 8px;
  transition: color 0.2s;
  text-decoration: none;
}
.footer-nav__link:hover {
  color: #9d4edd;
  opacity: 1;
}

/* ========== INNER PAGE STYLES ========== */
.page-wrap {
  max-width: 860px;
  margin: 0 auto;
  padding: 40px 20px 60px;
}
.breadcrumb {
  font-size: 13px;
  color: #8888aa;
  margin-bottom: 24px;
}
.breadcrumb a {
  color: #9d4edd;
}
.breadcrumb span {
  margin: 0 6px;
}
.page-title {
  font-size: 32px;
  font-weight: 800;
  color: #fff;
  margin-bottom: 8px;
}
.page-subtitle {
  font-size: 16px;
  color: #8888aa;
  margin-bottom: 32px;
}
.info-cards {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
  gap: 16px;
  margin: 32px 0;
}
.info-card {
  background: rgba(157, 78, 221, 0.08);
  border: 1px solid rgba(157, 78, 221, 0.2);
  border-radius: 12px;
  padding: 20px;
  text-align: center;
}
.info-card__icon {
  font-size: 28px;
  margin-bottom: 10px;
}
.info-card__title {
  font-weight: 700;
  color: #fff;
  margin-bottom: 6px;
}
.info-card__text {
  font-size: 13px;
  color: #8888aa;
}
.cta-block {
  background: linear-gradient(135deg, rgba(157,78,221,0.15), rgba(157,78,221,0.05));
  border: 1px solid rgba(157, 78, 221, 0.3);
  border-radius: 16px;
  padding: 32px;
  text-align: center;
  margin: 32px 0;
}
.cta-block h2 {
  font-size: 22px;
  color: #fff;
  margin-bottom: 8px;
}
.cta-block p {
  color: #8888aa;
  margin-bottom: 20px;
}
.steps-list {
  list-style: none;
  padding: 0;
  margin: 24px 0;
  counter-reset: steps;
}
.steps-list li {
  counter-increment: steps;
  display: flex;
  align-items: flex-start;
  gap: 16px;
  margin-bottom: 16px;
  padding: 16px;
  background: rgba(157, 78, 221, 0.06);
  border-radius: 10px;
}
.steps-list li::before {
  content: counter(steps);
  background: #9d4edd;
  color: #fff;
  width: 28px;
  height: 28px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 700;
  font-size: 13px;
  flex-shrink: 0;
}
.faq-list {
  margin: 24px 0;
}
.faq-item {
  border-bottom: 1px solid rgba(157, 78, 221, 0.15);
}
.faq-question {
  width: 100%;
  background: none;
  border: none;
  color: #fff;
  font-size: 15px;
  font-weight: 600;
  text-align: left;
  padding: 16px 0;
  cursor: pointer;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.faq-question::after {
  content: "+";
  font-size: 20px;
  color: #9d4edd;
  flex-shrink: 0;
}
.faq-answer {
  color: #8888aa;
  font-size: 14px;
  padding-bottom: 16px;
  line-height: 1.7;
}
.bonus-cards {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(240px, 1fr));
  gap: 20px;
  margin: 32px 0;
}
.bonus-card {
  background: rgba(157, 78, 221, 0.08);
  border: 1px solid rgba(157, 78, 221, 0.25);
  border-radius: 14px;
  padding: 24px;
}
.bonus-card__badge {
  background: #9d4edd;
  color: #fff;
  font-size: 11px;
  font-weight: 700;
  border-radius: 6px;
  padding: 3px 8px;
  display: inline-block;
  margin-bottom: 12px;
  text-transform: uppercase;
}
.bonus-card__amount {
  font-size: 28px;
  font-weight: 800;
  color: #fff;
  margin-bottom: 6px;
}
.bonus-card__desc {
  font-size: 13px;
  color: #8888aa;
}
.download-btns {
  display: flex;
  gap: 16px;
  flex-wrap: wrap;
  margin: 24px 0;
}
.download-btn {
  display: flex;
  align-items: center;
  gap: 10px;
  background: rgba(157, 78, 221, 0.1);
  border: 1px solid rgba(157, 78, 221, 0.35);
  border-radius: 12px;
  padding: 14px 24px;
  color: #fff;
  font-weight: 600;
  font-size: 15px;
  transition: background 0.2s;
}
.download-btn:hover {
  background: rgba(157, 78, 221, 0.25);
  opacity: 1;
}
.download-btn svg {
  width: 24px;
  height: 24px;
  fill: currentColor;
}
.auth-form {
  max-width: 420px;
  margin: 32px auto;
  background: rgba(157, 78, 221, 0.07);
  border: 1px solid rgba(157, 78, 221, 0.25);
  border-radius: 16px;
  padding: 32px;
}
.auth-form__title {
  font-size: 22px;
  font-weight: 800;
  color: #fff;
  text-align: center;
  margin-bottom: 24px;
}
.form-group {
  margin-bottom: 16px;
}
.form-group label {
  display: block;
  font-size: 13px;
  color: #8888aa;
  margin-bottom: 6px;
}
.form-group input {
  width: 100%;
  background: rgba(255,255,255,0.05);
  border: 1px solid rgba(157, 78, 221, 0.3);
  border-radius: 8px;
  padding: 12px 14px;
  color: #fff;
  font-size: 14px;
  outline: none;
  box-sizing: border-box;
  transition: border-color 0.2s;
}
.form-group input:focus {
  border-color: #9d4edd;
}
.form-submit {
  width: 100%;
  margin-top: 8px;
  padding: 14px;
  font-size: 15px;
}
.form-footer {
  text-align: center;
  margin-top: 16px;
  font-size: 13px;
  color: #8888aa;
}
.form-footer a {
  color: #9d4edd;
}
.policy-section {
  margin-bottom: 32px;
}
.policy-section h2 {
  font-size: 20px;
  color: #cfcfd7;
  margin-bottom: 12px;
  padding-bottom: 8px;
  border-bottom: 1px solid rgba(157, 78, 221, 0.2);
}
.policy-section p, .policy-section li {
  color: #8888aa;
  font-size: 14px;
  line-height: 1.8;
  margin-bottom: 10px;
}
.policy-section ul {
  padding-left: 20px;
}
.contact-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
  gap: 16px;
  margin: 24px 0;
}
.contact-item {
  background: rgba(157, 78, 221, 0.08);
  border: 1px solid rgba(157, 78, 221, 0.2);
  border-radius: 12px;
  padding: 20px;
  text-align: center;
}
.contact-item__label {
  font-size: 12px;
  color: #8888aa;
  text-transform: uppercase;
  margin-bottom: 8px;
}
.contact-item__value {
  font-weight: 700;
  color: #fff;
}
.contact-item__value a {
  color: #9d4edd;
}

@media (max-width: 767px) {
  .footer-nav {
    grid-template-columns: repeat(2, 1fr);
    gap: 20px;
  }
  .page-title {
    font-size: 24px;
  }
  .auth-form {
    padding: 24px 16px;
  }
  .download-btns {
    flex-direction: column;
  }
}
