* { box-sizing: border-box; margin: 0; }
body {
  min-height: 100vh; display: grid; place-items: center;
  background: #0b0a09; color: #edebe8;
  font-family: ui-sans-serif, system-ui, sans-serif;
}
main { text-align: center; padding: 48px; max-width: 640px; }
.badge {
  display: inline-block; font-size: 12px; letter-spacing: 0.08em;
  text-transform: uppercase; color: #ff6b2b;
  border: 1px solid rgba(255,107,43,0.35); border-radius: 999px;
  padding: 4px 12px; margin-bottom: 24px;
}
h1 { font-size: 40px; letter-spacing: -0.02em; margin-bottom: 12px; }
.sub { color: #a6a29c; line-height: 1.6; margin-bottom: 32px; }
.cta {
  display: inline-block; background: #ff6b2b; color: #1a0d05;
  font-weight: 600; text-decoration: none;
  padding: 10px 22px; border-radius: 8px;
}
