<!DOCTYPE html>
<html lang="pt-BR">
<head>
    <meta charset="UTF-8">
    <meta name="viewport" content="width=device-width, initial-scale=1.0">
    <title>Página não encontrada | Xlead Club</title>
    <link rel="icon" type="image/png" sizes="150x150" href="/images/logo-xlead_150x150.jpg" />
    <script src="https://cdn.tailwindcss.com"></script>
</head>
<body class="bg-gray-50 min-h-screen flex items-center justify-center px-4">
    <div class="text-center max-w-md">
        <div class="text-8xl font-bold text-gray-200 mb-4">404</div>
        <h1 class="text-2xl font-semibold text-gray-800 mb-2">Página não encontrada</h1>
        <p class="text-gray-500 mb-8">O link que você acessou não existe ou a campanha foi removida.</p>
        <a href="/"
           class="inline-block bg-blue-500 hover:bg-blue-600 text-white font-medium px-6 py-3 rounded-lg transition-colors">
            Voltar ao início
        </a>
    </div>
</body>
</html>
