<!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 - 404</title>
<meta name="robots" content="noindex, follow">
<style>
body { text-align: center; font-family: Arial, sans-serif; padding: 50px; }
h1 { font-size: 48px; color: #ff0000; }
p { font-size: 18px; }
a { color: #0073e6; text-decoration: none; }
a:hover { text-decoration: underline; }
</style>
</head>
<body>
<h1>404 - Página não encontrada</h1>
<p>Desculpe, mas a página que você procura não existe.</p>
<p><a href="/">Voltar para a página inicial</a></p>
</body>
</html>