:root {
  --bg: #121120;
  --lime: #e9fd46;
  --ink: #121120;
  --text: #f4f6fb;
  --muted: #b4beed;
  --line: rgba(255, 255, 255, 0.1);
  color-scheme: dark;
}

* { box-sizing: border-box; }

body {
  margin: 0;
  min-height: 100vh;
  background:
    radial-gradient(720px 420px at 72% 28%, rgba(233, 253, 70, 0.08), transparent 60%),
    var(--bg);
  color: var(--text);
  font-family: "Segoe UI", Roboto, sans-serif;
  line-height: 1.45;
}

img, svg, video { display: block; max-width: 100%; }

a { color: inherit; }

::selection {
  background: var(--lime);
  color: var(--ink);
}

:focus-visible {
  outline: 2px solid var(--lime);
  outline-offset: 3px;
}

.wrap {
  width: min(1120px, calc(100% - 40px));
  margin: 0 auto;
}

.topbar {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  padding: 22px 0 8px;
}

.logo img {
  width: 148px;
  height: auto;
}

.account { display: flex; gap: 10px; }

.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
  border-radius: 999px;
  font-weight: 800;
  font-style: italic;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  border: 1px solid transparent;
  transition: transform 0.15s ease, filter 0.15s ease, background 0.15s ease;
}

.btn:hover { transform: translateY(-1px); }

.btn-lime,
.btn-xl {
  background: var(--lime);
  color: var(--ink);
}

.btn-lime { padding: 12px 18px; font-size: 13px; }
.btn-lime:hover,
.btn-xl:hover { filter: brightness(1.05); }

.btn-ghost {
  background: #1c1a2e;
  color: white;
  border-color: rgba(255, 255, 255, 0.14);
  padding: 12px 18px;
  font-size: 13px;
}

.btn-ghost:hover { background: #26243a; }

.btn-xl {
  margin-top: 18px;
  padding: 16px 28px;
  font-size: 16px;
  gap: 8px;
}

.btn-xl svg {
  width: 18px;
  height: 18px;
  fill: currentColor;
}

.hero {
  display: grid;
  grid-template-columns: minmax(280px, 0.85fr) minmax(300px, 1.15fr);
  gap: 8px 12px;
  align-items: center;
  padding: 12px 0 8px;
}

.badge {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  margin: 0 0 12px;
  padding: 6px 14px 6px 10px;
  border-radius: 999px;
  border-top: 2px solid rgba(255, 255, 255, 0.1);
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.08), rgba(255, 255, 255, 0.03));
  color: white;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.badge img { width: 16px; height: 16px; }

.hero h1 { margin: 0; }

.offer {
  width: min(420px, 100%);
  height: auto;
}

.upto {
  display: block;
  margin-top: 2px;
  font-size: 32px;
  font-weight: 700;
  line-height: 1.15;
  background: linear-gradient(#ffffff, #9ba4d3);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
}

.upto span {
  font-size: 24px;
  font-weight: 500;
  margin-right: 6px;
}

.speed {
  display: flex;
  align-items: center;
  gap: 8px;
  margin: 16px 0 0;
  color: var(--muted);
  font-size: 15px;
  font-weight: 600;
}

.speed svg {
  width: 16px;
  height: 16px;
  fill: var(--muted);
  flex: none;
}

.pays {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  list-style: none;
  padding: 0;
  margin: 16px 0 0;
}

.pays li {
  min-height: 30px;
  padding: 4px 10px;
  border-radius: 8px;
  background: #1b1a2c;
  border: 1px solid var(--line);
  color: #d5dce8;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.04em;
  display: inline-flex;
  align-items: center;
}

.mc span {
  width: 12px;
  height: 12px;
  border-radius: 50%;
  display: inline-block;
}

.mc span:first-child { background: #eb001b; }
.mc span:last-child { background: #f79e1b; margin-left: -5px; }

.stage {
  position: relative;
  width: min(520px, 100%);
  margin-left: auto;
}

.stage video {
  width: 118%;
  max-width: none;
  height: auto;
  margin-left: -6%;
  background: transparent;
}

.sticker {
  position: absolute;
  z-index: 2;
  width: min(168px, 32%);
  height: auto;
  right: 6%;
  top: 8%;
  pointer-events: none;
}

.terms {
  margin: 4px 0 36px;
  color: #8e97b8;
  font-size: 13px;
}

@media (max-width: 860px) {
  .hero { grid-template-columns: 1fr; }
  .hero-copy { text-align: center; }
  .badge, .speed, .pays { justify-content: center; }
  .offer { margin-inline: auto; }
  .btn-xl { margin-inline: auto; }
  .stage { order: -1; margin-inline: auto; }
  .stage video { width: 100%; margin-left: 0; }
  .sticker { top: 4%; right: 2%; }
  .terms { text-align: center; }
  .topbar { padding-top: 16px; }
  .logo img { width: 124px; }
}

@media (max-width: 420px) {
  .wrap { width: min(1120px, calc(100% - 28px)); }
  .upto { font-size: 26px; }
  .upto span { font-size: 20px; }
}

@media (prefers-reduced-motion: reduce) {
  .btn { transition: none; }
}
