:root {
  color-scheme: dark;
  font-family: -apple-system, BlinkMacSystemFont, "SF Pro Display", "Segoe UI", sans-serif;
}

body {
  margin: 0;
  min-height: 100vh;
  background:
    radial-gradient(circle at top left, rgba(59, 130, 246, 0.25), transparent 35%),
    #09090b;
  color: white;
  display: grid;
  place-items: center;
}

main {
  max-width: 760px;
  padding: 48px 24px;
}

.eyebrow {
  color: #93c5fd;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

h1 {
  font-size: clamp(44px, 8vw, 84px);
  line-height: 0.95;
  margin: 0;
}

.subtitle {
  color: #a1a1aa;
  font-size: 21px;
  line-height: 1.5;
  max-width: 620px;
}

.button {
  display: inline-block;
  margin-top: 20px;
  padding: 14px 20px;
  border-radius: 999px;
  background: white;
  color: #09090b;
  text-decoration: none;
  font-weight: 700;
}
