:root {
  --bg: #04170d;
  --deep: #062815;
  --panel: #073c22;
  --panel-2: #0a4c2d;
  --surface: #0d5a35;
  --text: #f7fff8;
  --muted: #b9ddc5;
  --line: rgba(255,255,255,.16);
  --gold: #ffd75a;
  --gold-2: #f5a623;
  --green: #23d37c;
  --red: #ff5757;
  --shadow: 0 24px 70px rgba(0,0,0,.32);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  background:
    radial-gradient(circle at 8% 8%, rgba(255,215,90,.16), transparent 28%),
    radial-gradient(circle at 88% 12%, rgba(35,211,124,.16), transparent 28%),
    linear-gradient(180deg, var(--bg), #021008 82%);
  color: var(--text);
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}
a { color: inherit; text-decoration: none; }
.wrap { width: min(1160px, calc(100% - 32px)); margin: 0 auto; }
.topbar {
  position: sticky;
  top: 0;
  z-index: 50;
  border-bottom: 1px solid var(--line);
  background: rgba(4,23,13,.9);
  backdrop-filter: blur(18px);
}
.topbar-inner {
  display: flex;
  min-height: 70px;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
}
.brand { display: flex; align-items: center; gap: 10px; font-size: 21px; font-weight: 950; }
.brand-badge {
  display: grid;
  width: 40px;
  height: 40px;
  place-items: center;
  border-radius: 8px;
  background: linear-gradient(135deg, var(--gold), var(--gold-2));
  color: #05351b;
  font-weight: 1000;
}
.nav { display: flex; gap: 18px; color: var(--muted); font-size: 14px; font-weight: 750; }
.nav a:hover { color: var(--text); }
.hero {
  display: grid;
  grid-template-columns: 1.03fr .97fr;
  gap: 34px;
  align-items: center;
  padding: 54px 0 34px;
}
.eyebrow {
  margin: 0;
  color: var(--gold);
  font-size: 13px;
  font-weight: 950;
  letter-spacing: .12em;
  text-transform: uppercase;
}
h1 {
  max-width: 850px;
  margin: 14px 0 0;
  font-size: clamp(38px, 6vw, 72px);
  line-height: 1.02;
  letter-spacing: 0;
}
h2 {
  margin: 10px 0 0;
  font-size: clamp(28px, 4vw, 44px);
  line-height: 1.12;
  letter-spacing: 0;
}
h3 { margin: 14px 0 0; font-size: 22px; line-height: 1.2; }
.lead {
  max-width: 760px;
  margin: 22px 0 0;
  color: var(--muted);
  font-size: 18px;
  line-height: 1.76;
}
.bn { color: #d9ffe7; font-weight: 750; }
.actions { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 28px; }
.btn {
  display: inline-flex;
  min-height: 50px;
  align-items: center;
  justify-content: center;
  border: 0;
  border-radius: 999px;
  padding: 13px 22px;
  cursor: pointer;
  font-size: 15px;
  font-weight: 950;
  transition: transform .16s ease, box-shadow .16s ease;
}
.btn:hover { transform: translateY(-1px); }
.btn-primary {
  background: linear-gradient(135deg, var(--gold), var(--gold-2));
  color: #06361d;
  box-shadow: 0 16px 36px rgba(245,166,35,.28);
}
.btn-soft { border: 1px solid var(--line); background: rgba(255,255,255,.08); color: var(--text); }
.hero-card {
  overflow: hidden;
  border: 1px solid var(--line);
  border-radius: 10px;
  background: linear-gradient(180deg, rgba(10,76,45,.95), rgba(4,34,19,.98));
  box-shadow: var(--shadow);
}
.hero-image {
  position: relative;
  min-height: 310px;
  padding: 28px;
  background:
    linear-gradient(90deg, rgba(4,23,13,.92), rgba(4,23,13,.18)),
    url("assets/game-recommend.jpg") center/cover no-repeat;
}
.big-number { margin-top: 18px; color: var(--gold); font-size: 68px; line-height: .9; font-weight: 1000; }
.hero-stats { display: grid; grid-template-columns: repeat(3,1fr); gap: 1px; background: var(--line); }
.hero-stats div { background: rgba(4,40,22,.96); padding: 17px; }
.hero-stats strong { display: block; color: var(--gold); font-size: 23px; }
.hero-stats span { display: block; margin-top: 4px; color: var(--muted); font-size: 13px; line-height: 1.45; }
.section { padding: 44px 0; }
.section-head { display: flex; align-items: end; justify-content: space-between; gap: 24px; margin-bottom: 20px; }
.grid-4, .grid-3, .grid-2 { display: grid; gap: 16px; }
.grid-4 { grid-template-columns: repeat(4,1fr); }
.grid-3 { grid-template-columns: repeat(3,1fr); }
.grid-2 { grid-template-columns: repeat(2,1fr); }
.panel {
  border: 1px solid var(--line);
  border-radius: 10px;
  background: linear-gradient(180deg, rgba(10,76,45,.94), rgba(6,46,27,.96));
  box-shadow: 0 16px 46px rgba(0,0,0,.2);
  padding: 22px;
}
.panel p, .panel li { color: var(--muted); line-height: 1.7; }
.step, .pill {
  display: inline-grid;
  min-width: 38px;
  height: 38px;
  place-items: center;
  border-radius: 999px;
  background: rgba(255,215,90,.16);
  color: var(--gold);
  font-weight: 1000;
}
.tag {
  display: inline-flex;
  border-radius: 999px;
  background: rgba(35,211,124,.14);
  color: #9fffc9;
  padding: 7px 10px;
  font-size: 12px;
  font-weight: 950;
}
.mission { position: relative; min-height: 268px; overflow: hidden; }
.mission::after {
  position: absolute;
  right: -28px;
  bottom: -34px;
  width: 150px;
  height: 150px;
  content: "";
  background: url("assets/prize-box.png") center/contain no-repeat;
  opacity: .84;
}
.mission > * { position: relative; z-index: 1; }
.game-card { display: grid; grid-template-columns: 96px 1fr; gap: 18px; align-items: center; }
.game-card img {
  width: 96px;
  height: 96px;
  object-fit: contain;
  border-radius: 10px;
  background: rgba(255,255,255,.08);
  padding: 10px;
}
.trust-list { display: grid; gap: 12px; margin: 18px 0 0; padding: 0; list-style: none; }
.trust-list li {
  display: flex;
  gap: 10px;
  align-items: flex-start;
  border-top: 1px solid var(--line);
  padding-top: 12px;
}
.check { color: var(--green); font-weight: 1000; }
.warning { color: #ffd1d1; }
.cta-band {
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 24px;
  align-items: center;
  margin: 44px 0;
  border: 1px solid rgba(255,215,90,.36);
  border-radius: 10px;
  background: linear-gradient(135deg, rgba(255,215,90,.2), rgba(10,76,45,.95));
  box-shadow: var(--shadow);
  padding: 28px;
}
.info-strip {
  display: grid;
  grid-template-columns: repeat(4,1fr);
  gap: 1px;
  overflow: hidden;
  border: 1px solid var(--line);
  border-radius: 10px;
  background: var(--line);
}
.info-strip div { background: rgba(7,60,34,.96); padding: 18px; }
.info-strip strong { color: var(--gold); display: block; font-size: 18px; }
.info-strip span { color: var(--muted); display: block; margin-top: 6px; font-size: 13px; line-height: 1.45; }
details { border-top: 1px solid var(--line); padding: 16px 0; }
details:first-of-type { margin-top: 16px; }
summary { cursor: pointer; font-weight: 950; }
.footer {
  border-top: 1px solid var(--line);
  padding: 28px 0 98px;
  color: var(--muted);
  font-size: 13px;
  line-height: 1.7;
}
.floating-register {
  position: fixed;
  left: 22px;
  top: 50%;
  z-index: 70;
  width: 178px;
  transform: translateY(-50%);
  border: 1px solid rgba(255,215,90,.46);
  border-radius: 12px;
  background: linear-gradient(180deg, rgba(255,215,90,.96), rgba(245,166,35,.96));
  color: #07351e;
  box-shadow: 0 22px 54px rgba(0,0,0,.42);
  padding: 14px;
  text-align: center;
}
.floating-register strong { display: block; font-size: 17px; line-height: 1.2; }
.floating-register span { display: block; margin-top: 6px; font-size: 12px; font-weight: 800; line-height: 1.35; }
.floating-register .mini-btn {
  display: block;
  margin-top: 12px;
  border-radius: 999px;
  background: #07351e;
  color: var(--text);
  padding: 10px;
  font-weight: 950;
}
.mobile-register {
  position: fixed;
  left: 16px;
  right: 16px;
  bottom: 16px;
  z-index: 80;
  display: none;
  box-shadow: 0 18px 46px rgba(0,0,0,.4);
}
@media (max-width: 1180px) {
  .floating-register { display: none; }
}
@media (max-width: 940px) {
  .nav { display: none; }
  .hero, .grid-4, .grid-3, .grid-2, .cta-band, .info-strip { grid-template-columns: 1fr; }
  .hero { padding-top: 34px; }
  .hero-stats { grid-template-columns: 1fr; }
  .section-head { display: block; }
  .mobile-register { display: inline-flex; }
  .game-card { grid-template-columns: 76px 1fr; }
  .game-card img { width: 76px; height: 76px; }
}
