*,
*::before,
*::after {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

html {
  font-size: 16px;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

body {
  font-family: "Inter", system-ui, -apple-system, sans-serif;
  background: #0a0a0b;
  color: #e4e4e7;
  min-height: 100vh;
  display: flex;
  align-items: center;
  justify-content: center;
}

.container {
  max-width: 480px;
  padding: 2rem;
  text-align: center;
}

.logo {
  margin-bottom: 1.5rem;
}

h1 {
  font-size: 2.25rem;
  font-weight: 700;
  letter-spacing: -0.02em;
  color: #fafafa;
  margin-bottom: 0.5rem;
}

.tagline {
  font-size: 1rem;
  font-weight: 500;
  color: #3b82f6;
  margin-bottom: 1.25rem;
}

.description {
  font-size: 0.9375rem;
  line-height: 1.6;
  color: #a1a1aa;
  margin-bottom: 2rem;
}

.cta {
  margin-bottom: 3rem;
}

.pill {
  display: inline-block;
  padding: 0.5rem 1.25rem;
  border-radius: 9999px;
  background: #18181b;
  border: 1px solid #27272a;
  font-size: 0.8125rem;
  font-weight: 500;
  color: #71717a;
}

footer {
  color: #52525b;
  font-size: 0.75rem;
}
