body {
  margin: 0;
  font-family: system-ui, -apple-system, sans-serif;
  background: #0f172a;
  color: #e2e8f0;
  display: flex;
  justify-content: center;
  align-items: flex-start;
}

.container {
  text-align: center;
  max-width: 720px;
  padding: 60px 24px;
  width: 100%;
}

.logo {
  width: 140px;
  margin-bottom: 24px;
}

h1 {
  font-size: 3rem;
  margin-bottom: 12px;
}

h2 {
  font-size: 1.25rem;
  margin-bottom: 12px;
  color: #a855f7;
}

p {
  color: #94a3b8;
  margin-bottom: 20px;
  line-height: 1.6;
}

.buttons {
  display: flex;
  gap: 16px;
  justify-content: center;
  flex-wrap: wrap;
}

.btn {
  background: #a855f7;
  color: white;
  padding: 14px 22px;
  border-radius: 12px;
  text-decoration: none;
  font-weight: 600;
}

.btn.outline {
  background: transparent;
  border: 2px solid #a855f7;
  color: #a855f7;
}

.card {
  background: rgba(255,255,255,0.06);
  border: 1px solid rgba(255,255,255,0.12);
  border-radius: 16px;
  padding: 24px;
  margin: 20px 0;
  text-align: left;
}

.page-footer {
  margin-top: 60px;
  font-size: 0.8rem;
  color: #64748b;
  text-align: center;
}
