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

html {
  scroll-behavior: smooth;
}

body {
  font-family: Arial, Helvetica, sans-serif;
  background: #080808;
  color: #f7f2df;
  line-height: 1.6;
}

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

.hero {
  min-height: 100vh;
  background:
    radial-gradient(circle at top right, rgba(31, 255, 93, 0.22), transparent 35%),
    radial-gradient(circle at bottom left, rgba(205, 164, 52, 0.20), transparent 40%),
    linear-gradient(135deg, #050505, #141414 60%, #020202);
  padding: 26px;
  display: flex;
  flex-direction: column;
}

.navbar {
  max-width: 1180px;
  width: 100%;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.brand {
  display: flex;
  align-items: center;
  gap: 14px;
}

.crown {
  width: 52px;
  height: 52px;
  border: 1px solid rgba(214, 176, 61, .6);
  border-radius: 50%;
  display: grid;
  place-items: center;
  color: #d6b03d;
  font-size: 30px;
  box-shadow: 0 0 22px rgba(31,255,93,.22);
}

.brand strong {
  display: block;
  font-size: 22px;
  letter-spacing: 1.5px;
  color: #d6b03d;
}

.brand span {
  display: block;
  font-size: 13px;
  color: #a6ffb5;
  letter-spacing: 2px;
  text-transform: uppercase;
}

.nav-links {
  display: flex;
  gap: 24px;
  font-size: 14px;
  text-transform: uppercase;
  letter-spacing: 1px;
}

.nav-links a:hover {
  color: #5cff7d;
}

.hero-content {
  max-width: 980px;
  margin: auto;
  padding: 70px 0;
  text-align: center;
}

.badge,
.section-kicker {
  color: #5cff7d;
  text-transform: uppercase;
  letter-spacing: 3px;
  font-size: 13px;
  font-weight: bold;
  margin-bottom: 16px;
}

h1 {
  font-size: clamp(48px, 9vw, 110px);
  line-height: .95;
  color: #d6b03d;
  text-transform: uppercase;
  text-shadow: 0 0 28px rgba(92,255,125,.22);
}

.subtitle {
  max-width: 760px;
  margin: 28px auto;
  font-size: 22px;
  color: #eee7c8;
}

.hero-buttons {
  display: flex;
  justify-content: center;
  gap: 16px;
  flex-wrap: wrap;
  margin-top: 28px;
}

.btn {
  padding: 15px 24px;
  border-radius: 999px;
  font-weight: bold;
  text-transform: uppercase;
  letter-spacing: .8px;
}

.btn.primary {
  background: linear-gradient(135deg, #51ff73, #d6b03d);
  color: #061006;
  box-shadow: 0 0 25px rgba(92,255,125,.3);
}

.btn.secondary {
  border: 1px solid #d6b03d;
  color: #d6b03d;
}

.legal-note {
  max-width: 760px;
  margin: 30px auto 0;
  font-size: 13px;
  color: #b7b7b7;
}

.section {
  max-width: 1180px;
  margin: 0 auto;
  padding: 90px 26px;
}

.section h2,
.promo h2 {
  font-size: clamp(34px, 5vw, 58px);
  line-height: 1.05;
  margin-bottom: 20px;
  color: #d6b03d;
}

.cards {
  margin-top: 42px;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 22px;
}

.card {
  padding: 30px;
  border: 1px solid rgba(214, 176, 61, .25);
  background: linear-gradient(180deg, rgba(255,255,255,.055), rgba(255,255,255,.018));
  border-radius: 22px;
  min-height: 220px;
  box-shadow: 0 0 30px rgba(0,0,0,.25);
}

.card span {
  color: #5cff7d;
  font-weight: bold;
  letter-spacing: 2px;
}

.card h3 {
  margin: 18px 0 12px;
  color: #f7f2df;
  font-size: 25px;
}

.card p {
  color: #c9c9c9;
}

.promo {
  max-width: 1180px;
  margin: 30px auto;
  padding: 42px;
  border-radius: 30px;
  background:
    linear-gradient(135deg, rgba(92,255,125,.16), rgba(214,176,61,.14)),
    #101010;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 30px;
  border: 1px solid rgba(92,255,125,.26);
}

.split {
  display: grid;
  grid-template-columns: 1.25fr .75fr;
  gap: 40px;
  align-items: center;
}

.info-list {
  list-style: none;
  margin-top: 28px;
}

.info-list li {
  margin-bottom: 12px;
  padding-left: 18px;
  border-left: 3px solid #5cff7d;
}

.store-box {
  border-radius: 32px;
  background: #0f0f0f;
  border: 1px solid rgba(214,176,61,.4);
  min-height: 400px;
  display: grid;
  place-items: center;
  text-align: center;
  padding: 30px;
  box-shadow: inset 0 0 55px rgba(92,255,125,.07), 0 0 40px rgba(92,255,125,.12);
}

.big-crown {
  color: #d6b03d;
  font-size: 130px;
  line-height: 1;
  text-shadow: 0 0 24px rgba(92,255,125,.3);
}

.store-box h3 {
  font-size: 46px;
  color: #d6b03d;
  letter-spacing: 2px;
}

.store-box p {
  color: #5cff7d;
  text-transform: uppercase;
  letter-spacing: 3px;
}

.legal {
  border-top: 1px solid rgba(255,255,255,.08);
  border-bottom: 1px solid rgba(255,255,255,.08);
}

.legal p {
  color: #cfcfcf;
  max-width: 920px;
}

.contact {
  text-align: center;
}

.contact-grid {
  margin-top: 36px;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 18px;
}

.contact-grid a {
  padding: 28px;
  border-radius: 22px;
  background: #111;
  border: 1px solid rgba(214,176,61,.25);
}

.contact-grid strong {
  color: #5cff7d;
}

footer {
  padding: 32px;
  text-align: center;
  color: #999;
  border-top: 1px solid rgba(255,255,255,.08);
}

@media (max-width: 860px) {
  .nav-links {
    display: none;
  }

  .cards,
  .split,
  .contact-grid {
    grid-template-columns: 1fr;
  }

  .promo {
    flex-direction: column;
    align-items: flex-start;
  }

  .hero {
    padding: 18px;
  }
}
