<!DOCTYPE html>
<html lang="en">
<head>
    <meta charset="UTF-8">
    <meta name="viewport" content="width=device-width, initial-scale=1.0">
    <title>Site Not Found – Echoform</title>
    <link rel="stylesheet" type="text/css" href="https://pub-a941a4e86a7c4f2eadbd8b24f356c8b6.r2.dev/shared/tailwind.css">
    <link href="https://fonts.googleapis.com/css2?family=Outfit:wght@400;600&display=swap" rel="stylesheet">
</head>
<body class="bg-white text-gray-900 dark:bg-zinc-950 dark:text-gray-100 font-sans flex items-center justify-center min-h-screen p-6">

<div class="text-center max-w-md">
    <h1 class="text-4xl font-bold text-brand">Site Not Found</h1>
    <p class="mt-4 text-lg text-gray-600 dark:text-gray-300">
        The site you requested does not exist or is currently unavailable.
    </p>
    <a href="/" class="inline-block mt-6 px-6 py-3 rounded bg-brand text-white font-semibold hover:bg-green-600 transition">
        ← Back to Echoform
    </a>
</div>

</body>
</html>
