<?php include 'header.php'; ?>

<div class="bg-gray-50 py-20">
  <div class="max-w-lg mx-auto bg-white p-8 rounded-xl shadow-lg text-center">
    <i class="fas fa-check-circle text-green-500 text-5xl mb-4"></i>
    <h2 class="text-2xl font-bold text-ucf-charcoal mb-2">Entry Submitted Successfully!</h2>
    <p class="text-gray-600 mb-6">Thank you for your participation. We’ll contact you if your entry is shortlisted.</p>
    <a href="competition.php" class="bg-ucf-green hover:bg-ucf-green-dark text-white font-semibold py-2 px-6 rounded-md">
      Back to Competitions
    </a>
  </div>
</div>
<?php include 'footer.php'; ?>
