<%- include('partials/head', { title: '404 — TokoYugha' }) %>
<%- include('partials/navbar', { active: '' }) %>

<div class="reveal flex flex-col items-center justify-center min-h-[60vh] text-center px-4">
    <div class="text-6xl sm:text-7xl lg:text-8xl font-extrabold text-white mb-2">404</div>
    <h2 class="text-xl font-bold text-white mb-2">Halaman tidak ditemukan</h2>
    <p class="text-slate-400 mb-6 max-w-sm">Sepertinya halaman yang kamu cari sudah dipindah atau tidak tersedia.</p>
    <a href="/" class="neo neo-hover neo-press px-6 py-3 bg-brand-600 hover:bg-brand-500 text-white font-semibold transition">Kembali ke Beranda</a>
</div>

<%- include('partials/footer') %>
<%- include('partials/scripts') %>