.raffles-section {
  display: none;
  width: min(880px, 100%);
  margin-inline: auto;
}

body.raffles-mode .hero-stage,
body.raffles-mode .giveaway-total,
body.raffles-mode .leaderboard-teaser,
body.raffles-mode .leaderboard-section,
body.raffles-mode .rewards-section,
body.raffles-mode .socials-section {
  display: none;
}

body.raffles-mode .below-fold {
  min-height: 100vh;
  padding-top: 0;
}

body.raffles-mode .raffles-section {
  display: block;
  padding-top: 86px;
  padding-bottom: 126px;
}

.raffles-head {
  text-align: center;
}

.raffles-title {
  margin: 0;
  color: #f7f8ff;
  font-family: Impact, Haettenschweiler, "Arial Narrow Bold", sans-serif;
  font-size: clamp(4.6rem, 7vw, 6.8rem);
  font-weight: 900;
  line-height: 0.94;
  letter-spacing: 0.015em;
  text-transform: uppercase;
  text-shadow: 0 0 24px rgba(48, 82, 190, 0.15);
}

.raffles-title span {
  color: #f0b52e;
  text-shadow: 0 0 26px rgba(240, 181, 46, 0.25);
}

.raffles-kicker {
  margin: 13px 0 0;
  color: #5f82ff;
  font-size: 0.88rem;
  font-weight: 900;
  letter-spacing: 0.29em;
  text-transform: uppercase;
}

.raffles-kicker span {
  margin-inline: 0.22em;
}

.raffles-intro {
  max-width: 650px;
  margin: 28px auto 0;
  color: #969fb9;
  font-size: 1rem;
  line-height: 1.5;
}

.raffles-intro strong {
  color: #eef0f8;
}

.raffles-empty {
  max-width: 640px;
  margin: 38px auto 0;
  padding: 34px 34px 31px;
  border: 1px solid rgba(93, 122, 207, 0.3);
  border-radius: 15px;
  background: linear-gradient(145deg, rgba(29, 39, 73, 0.98), rgba(12, 17, 38, 0.98));
  box-shadow: inset 0 1px rgba(255, 255, 255, 0.025);
  text-align: center;
}

.raffles-empty__label {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  color: #f0b52e;
  font-size: 0.79rem;
  font-weight: 900;
  letter-spacing: 0.08em;
}

.raffles-empty__label span {
  font-size: 0.9rem;
  filter: saturate(0) sepia(1) saturate(4);
}

.raffles-empty h3 {
  margin: 23px 0 0;
  color: #f7f8ff;
  font-family: Impact, Haettenschweiler, "Arial Narrow Bold", sans-serif;
  font-size: clamp(2rem, 3.4vw, 2.65rem);
  font-weight: 900;
  line-height: 1;
  letter-spacing: 0.015em;
}

.raffles-empty p {
  max-width: 570px;
  margin: 20px auto 0;
  color: #929bb6;
  font-size: 0.9rem;
  line-height: 1.45;
}

.raffles-signup {
  margin: 31px 0 0;
  color: #929bb6;
  font-size: 1rem;
  text-align: center;
}

.raffles-signup a {
  color: #5e83ff;
  font-weight: 800;
  text-decoration: none;
}

.raffles-signup a:hover,
.raffles-signup a:focus-visible {
  color: #8eabff;
  text-decoration: underline;
  text-underline-offset: 4px;
}

@media (max-width: 900px) {
  body.raffles-mode .raffles-section {
    padding-top: 64px;
    padding-bottom: 90px;
  }
}

@media (max-width: 620px) {
  .raffles-title {
    font-size: clamp(3.8rem, 20vw, 5.5rem);
  }

  .raffles-kicker {
    font-size: 0.69rem;
    letter-spacing: 0.18em;
    line-height: 1.5;
  }

  .raffles-intro {
    margin-top: 22px;
    font-size: 0.92rem;
  }

  .raffles-empty {
    margin-top: 30px;
    padding: 29px 19px 27px;
  }

  .raffles-empty h3 {
    font-size: 2rem;
    line-height: 1.08;
  }
}
