<!DOCTYPE html>
<!-- 404 -->
<section class="py-20">
  <div class="max-w-2xl mx-auto px-6 text-center">
    <div class="text-amber-500 font-heading font-bold text-8xl mb-4">404</div>
    <h1 class="font-heading text-3xl md:text-4xl font-bold text-navy-900 mb-4">Page Not Found</h1>
    <p class="text-slate-800 text-lg mb-8">The page you are looking for does not exist or may have been moved.</p>

    <div class="flex flex-col sm:flex-row items-center justify-center gap-4">
      <a href="/" class="btn-primary">Back to Home</a>
      <a href="/services" class="btn-outline">View Services</a>
      <a href="/contact" class="btn-outline">Contact the Team</a>
    </div>
  </div>
</section>