* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

body {
  min-height: 100vh;
  font-family: 'Outfit', sans-serif;
  background: linear-gradient(145deg, #1a1d29 0%, #252a3a 50%, #1e2230 100%);
  color: #e8eaed;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 1.5rem;
}

.wrapper {
  text-align: center;
  max-width: 420px;
}

.brand h1 {
  font-weight: 700;
  font-size: clamp(2rem, 8vw, 2.75rem);
  letter-spacing: -0.02em;
  color: #fff;
  margin-bottom: 2.5rem;
}

.content {
  margin-bottom: 2.5rem;
}

.message {
  font-weight: 500;
  font-size: 1.25rem;
  color: #b8bcc8;
  margin-bottom: 0.5rem;
}

.submessage {
  font-weight: 300;
  font-size: 1rem;
  color: #7c8294;
}

.footer {
  font-size: 0.8rem;
  color: #5a5f6e;
  padding-top: 1.5rem;
  border-top: 1px solid rgba(255, 255, 255, 0.06);
}

.footer span {
  letter-spacing: 0.15em;
  text-transform: uppercase;
}
