:root {
  --bg: #100326;
  --bg-deep: #06000f;
  --panel: rgba(24, 9, 55, 0.84);
  --panel-strong: rgba(36, 14, 80, 0.92);
  --line: rgba(255, 210, 70, 0.24);
  --text: #fff7d8;
  --muted: #e4d8ff;
  --gold: #ffd84d;
  --gold-dark: #ff8a00;
  --red: #b5081b;
  --shadow: 0 24px 70px rgba(0, 0, 0, 0.38);
}

* {
  box-sizing: border-box;
}

html {
  min-width: 320px;
  scroll-behavior: smooth;
}

body {
  margin: 0;
  min-width: 320px;
  min-height: 100vh;
  overflow-x: hidden;
  font-family: Arial, Helvetica, sans-serif;
  color: var(--text);
  background:
    radial-gradient(circle at 50% -10%, rgba(126, 61, 255, 0.42), transparent 34rem),
    radial-gradient(circle at 8% 22%, rgba(255, 163, 26, 0.17), transparent 20rem),
    radial-gradient(circle at 96% 38%, rgba(255, 55, 98, 0.18), transparent 20rem),
    linear-gradient(180deg, #190747 0%, var(--bg) 48%, var(--bg-deep) 100%);
}

img,
picture {
  display: block;
  max-width: 100%;
}

a {
  color: inherit;
}

.page-glow {
  position: fixed;
  z-index: 0;
  width: 22rem;
  height: 22rem;
  border-radius: 999px;
  filter: blur(58px);
  opacity: 0.24;
  pointer-events: none;
}

.glow-one {
  top: 6rem;
  left: -8rem;
  background: #8a4dff;
}

.glow-two {
  right: -9rem;
  bottom: 8rem;
  background: #ff9d00;
}

.topbar,
main,
.footer {
  position: relative;
  z-index: 1;
}

.topbar {
  width: min(1160px, calc(100% - 28px));
  margin: 14px auto 10px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 14px;
}

.brand {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  min-width: 0;
  text-decoration: none;
}

.brand-mark {
  flex: 0 0 auto;
  display: inline-grid;
  place-items: center;
  width: 46px;
  height: 46px;
  border-radius: 15px;
  color: #310300;
  font-weight: 900;
  letter-spacing: -1px;
  background: linear-gradient(180deg, #fff27a, #ff9b00);
  box-shadow: 0 0 0 3px rgba(157, 0, 0, 0.45), 0 12px 30px rgba(255, 143, 0, 0.28);
}

.brand strong,
.brand small {
  display: block;
}

.brand strong {
  font-size: 20px;
  line-height: 1;
}

.brand small {
  margin-top: 4px;
  color: var(--muted);
  font-weight: 700;
}

.top-link,
.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  text-decoration: none;
  font-weight: 900;
  border: 0;
  cursor: pointer;
  white-space: nowrap;
}

.top-link {
  min-height: 44px;
  padding: 10px 18px;
  border-radius: 999px;
  color: #fff7d0;
  background: rgba(255, 255, 255, 0.08);
  border: 1px solid rgba(255, 255, 255, 0.14);
}

main {
  width: min(1160px, calc(100% - 28px));
  margin: 0 auto;
}

.banner-wrap {
  overflow: hidden;
  border-radius: clamp(18px, 3vw, 34px);
  border: 1px solid rgba(255, 213, 66, 0.22);
  background: rgba(255, 255, 255, 0.04);
  box-shadow: var(--shadow), 0 0 80px rgba(255, 166, 0, 0.14);
}

.banner-link {
  display: block;
  text-decoration: none;
}

.main-banner {
  width: 100%;
  height: auto;
  aspect-ratio: 1600 / 1066;
  object-fit: cover;
}

.section-box,
.card,
.final-cta {
  border: 1px solid var(--line);
  background: linear-gradient(180deg, var(--panel-strong), var(--panel));
  box-shadow: var(--shadow), inset 0 0 0 1px rgba(255, 255, 255, 0.04);
}

.hero {
  margin-top: 18px;
  padding: clamp(22px, 4vw, 42px);
  border-radius: clamp(22px, 4vw, 36px);
  display: grid;
  grid-template-columns: minmax(0, 1fr) 320px;
  gap: 28px;
  align-items: center;
}

.eyebrow {
  display: inline-flex;
  align-items: center;
  max-width: 100%;
  margin: 0 0 14px;
  padding: 8px 14px;
  border-radius: 999px;
  color: #ffe891;
  font-size: 13px;
  font-weight: 900;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  background: rgba(255, 201, 50, 0.12);
  border: 1px solid rgba(255, 217, 89, 0.26);
}

h1,
h2,
p {
  overflow-wrap: anywhere;
}

h1 {
  margin: 0 0 18px;
  max-width: 880px;
  font-size: clamp(42px, 7vw, 82px);
  line-height: 0.92;
  letter-spacing: -0.05em;
  color: #ffed8f;
  text-shadow: 0 2px 0 var(--red), 0 0 20px rgba(255, 177, 0, 0.45);
}

.lead {
  margin: 0;
  max-width: 760px;
  color: #f3ebff;
  font-size: clamp(18px, 2.3vw, 22px);
  line-height: 1.55;
}

.lead + .lead {
  margin-top: 14px;
}

.lead-strong {
  color: #fff7d8;
}

.hero-actions {
  margin-top: 26px;
  display: flex;
  align-items: center;
  gap: 18px;
  flex-wrap: wrap;
}

.button {
  min-height: 58px;
  padding: 15px 28px;
  border-radius: 18px;
  transition: transform 0.18s ease, filter 0.18s ease;
}

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

.button-primary {
  color: #320400;
  background: linear-gradient(180deg, #fff271 0%, #ffc21f 42%, #ff8500 100%);
  box-shadow: 0 0 0 4px rgba(147, 0, 15, 0.42), 0 18px 36px rgba(255, 136, 0, 0.26);
}

.button-note {
  color: var(--muted);
  font-weight: 800;
}

.bonus-card {
  padding: 26px;
  border-radius: 28px;
  text-align: center;
  background:
    radial-gradient(circle at 50% 0%, rgba(255, 228, 103, 0.22), transparent 58%),
    rgba(255, 255, 255, 0.06);
  border: 1px solid rgba(255, 224, 92, 0.24);
}

.bonus-number {
  font-size: clamp(54px, 9vw, 84px);
  line-height: 0.95;
  font-weight: 900;
  color: var(--gold);
  text-shadow: 0 2px 0 var(--red), 0 0 24px rgba(255, 189, 0, 0.45);
}

.bonus-title {
  margin-top: 8px;
  font-size: 22px;
  font-weight: 900;
  color: #fff3ba;
}

.bonus-card p {
  margin: 14px 0 0;
  color: var(--muted);
  line-height: 1.55;
}

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

.card {
  padding: 24px;
  border-radius: 28px;
}

.card-icon {
  display: inline-grid;
  place-items: center;
  width: 48px;
  height: 48px;
  margin-bottom: 16px;
  border-radius: 16px;
  background: rgba(255, 212, 71, 0.12);
  border: 1px solid rgba(255, 212, 71, 0.22);
  font-size: 24px;
}

.card h2,
.referral h2,
.final-cta h2 {
  margin: 0 0 12px;
  color: #fff0a5;
  line-height: 1.05;
  letter-spacing: -0.03em;
}

.card h2 {
  font-size: 25px;
}

.card p,
.referral p,
.final-cta p {
  margin: 0;
  color: #f1e9ff;
  font-size: 17px;
  line-height: 1.65;
}

.referral {
  margin-top: 18px;
  padding: clamp(22px, 4vw, 38px);
  border-radius: clamp(22px, 4vw, 34px);
  display: grid;
  grid-template-columns: minmax(0, 1fr) 390px;
  gap: 28px;
  align-items: start;
}

.referral h2,
.final-cta h2 {
  font-size: clamp(32px, 5vw, 54px);
}

.referral p + p {
  margin-top: 12px;
}

.steps {
  list-style: none;
  margin: 0;
  padding: 0;
  display: grid;
  gap: 12px;
}

.steps li {
  display: grid;
  grid-template-columns: 46px minmax(0, 1fr);
  align-items: center;
  gap: 14px;
  padding: 14px;
  border-radius: 18px;
  background: rgba(255, 255, 255, 0.06);
  border: 1px solid rgba(255, 255, 255, 0.08);
}

.steps strong {
  display: grid;
  place-items: center;
  width: 46px;
  height: 46px;
  border-radius: 14px;
  color: #310400;
  background: linear-gradient(180deg, #fff06b, #ff9a00);
  font-size: 20px;
}

.steps span {
  color: #fff7df;
  font-weight: 800;
  line-height: 1.35;
}

.final-cta {
  margin: 18px 0 0;
  padding: clamp(24px, 5vw, 46px);
  border-radius: clamp(24px, 5vw, 38px);
  text-align: center;
  background:
    radial-gradient(circle at 50% 0%, rgba(255, 211, 65, 0.18), transparent 54%),
    linear-gradient(180deg, rgba(45, 16, 96, 0.92), rgba(21, 5, 51, 0.9));
}

.final-cta .eyebrow {
  justify-content: center;
}

.final-cta h2,
.final-cta p {
  max-width: 840px;
  margin-left: auto;
  margin-right: auto;
}

.button-large {
  margin-top: 24px;
  min-width: min(100%, 300px);
}

.footer {
  width: min(1160px, calc(100% - 28px));
  margin: 0 auto;
  padding: 22px 0 28px;
  text-align: center;
  color: #d7caff;
}

.footer p {
  margin: 0;
}

@media (max-width: 920px) {
  .hero,
  .referral,
  .cards {
    grid-template-columns: 1fr;
  }

  .bonus-card {
    text-align: left;
  }
}

@media (max-width: 640px) {
  .topbar {
    width: min(100% - 20px, 1160px);
    margin-top: 10px;
  }

  main,
  .footer {
    width: min(100% - 20px, 1160px);
  }

  .brand small {
    font-size: 12px;
  }

  .top-link {
    padding: 10px 12px;
    font-size: 14px;
  }

  .hero-actions,
  .button,
  .top-link {
    width: 100%;
  }

  .topbar {
    flex-direction: column;
    align-items: stretch;
  }

  .brand {
    justify-content: center;
  }

  .button-note {
    width: 100%;
    text-align: center;
  }

  .steps li {
    grid-template-columns: 40px minmax(0, 1fr);
  }

  .steps strong {
    width: 40px;
    height: 40px;
  }
}

@media (prefers-reduced-motion: reduce) {
  *,
  *::before,
  *::after {
    scroll-behavior: auto !important;
    transition: none !important;
  }
}
