<!DOCTYPE html>
<html lang="en">
<head>
  <meta charset="UTF-8">
  <meta name="viewport" content="width=device-width, initial-scale=1.0">
  <title>Page Not Found | MajorMatch</title>
  <meta name="robots" content="noindex, nofollow">
  <link rel="stylesheet" href="/style.css?v=22">
  <link rel="icon" href="data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 100 100'><text y='.9em' font-size='90'>🎯</text></svg>" type="image/svg+xml">
  <style>html,body{overflow-x:hidden!important;max-width:100%}
    .error-page { text-align: center; padding: 100px 20px; max-width: 600px; margin: 0 auto; }
    .error-page h1 { font-size: 72px; margin-bottom: 10px; color: #f9a826; }
    .error-page h2 { font-size: 28px; margin-bottom: 20px; }
    .error-page p { font-size: 18px; color: #999; margin-bottom: 30px; }
    .error-page a.btn { display: inline-block; background: #f9a826; color: #1a1a2e; font-weight: 700; padding: 14px 28px; border-radius: 8px; text-decoration: none; margin: 5px; }
    .error-page a.btn:hover { opacity: 0.9; }
  </style>
</head>
<body style="background:#0a0a1a;color:#fff;font-family:system-ui,sans-serif;">
  <div class="error-page">
    <h1>404</h1>
    <h2>This page doesn't exist</h2>
    <p>The page you're looking for may have been moved or removed. Let's get you back on track.</p>
    <a class="btn" href="/">Go Home</a>
    <a class="btn" href="/quiz/">Take the Quiz</a>
    <a class="btn" href="/blog/">Read the Blog</a>
  </div>
</body>
</html>