html,
body {
  min-height: 100%;
  margin: 0;
}

body.unlock-placeholder-body {
  background:
    radial-gradient(circle at top left, rgba(232, 23, 93, 0.18), transparent 34%),
    radial-gradient(circle at bottom right, rgba(255, 179, 0, 0.24), transparent 28%),
    linear-gradient(145deg, #11131f 0%, #191d2d 46%, #242b40 100%);
  color: #f7f8fb;
  font-family: "Avenir Next", "Segoe UI", sans-serif;
}

.unlock-placeholder-shell {
  align-items: flex-start;
  display: flex;
  flex-direction: column;
  gap: 1rem;
  justify-content: center;
  margin: 0 auto;
  max-width: 640px;
  min-height: 100vh;
  padding: 40px 24px;
}

.unlock-placeholder-kicker {
  background: rgba(255, 179, 0, 0.14);
  border: 1px solid rgba(255, 179, 0, 0.35);
  border-radius: 999px;
  color: #ffd24d;
  font-size: 0.78rem;
  font-weight: 700;
  letter-spacing: 0.14em;
  margin: 0;
  padding: 10px 14px;
  text-transform: uppercase;
}

.unlock-placeholder-brand {
  color: #ffffff;
  font-size: clamp(2.8rem, 8vw, 5rem);
  font-weight: 800;
  letter-spacing: -0.04em;
  line-height: 0.92;
  margin: 0;
  max-width: 11ch;
}

.unlock-placeholder-status {
  color: #ffb300;
  font-size: clamp(1.1rem, 2.6vw, 1.45rem);
  font-weight: 700;
  margin: 0;
  text-transform: uppercase;
}

.unlock-placeholder-copy {
  color: rgba(247, 248, 251, 0.86);
  font-size: 1rem;
  line-height: 1.7;
  margin: 0;
  max-width: 48ch;
}

@media (max-width: 640px) {
  .unlock-placeholder-shell {
    padding: 32px 22px;
  }
}
