<!DOCTYPE html>
<html lang="en">
<head>
  <meta charset="UTF-8">
  <meta name="viewport" content="width=device-width, initial-scale=1.0">
  <meta name="robots" content="noindex, nofollow, noarchive">
  <meta name="googlebot" content="noindex, nofollow, noarchive">
  <title>Zappiq AI — Staging</title>
  <style>
    :root { color-scheme: light; font-family: Inter, system-ui, -apple-system, sans-serif; }
    body { margin: 0; min-height: 100vh; display: grid; place-items: center; background: #f8f7ff; }
    .button { display: inline-flex; align-items: center; justify-content: center; padding: .85rem 1.3rem; border-radius: .7rem; background: #7f56d9; color: #fff; font-weight: 700; text-decoration: none; }
    .button:hover { background: #6842c5; }
  </style>
</head>
<body>
  <main>
    <a class="button" href="/login?tab=signup">Sign up</a>
  </main>
</body>
</html>
