<!-- Hero Section -->
<section class="bg-gradient-to-br from-blue-50 to-white py-24 px-6 rounded-b-[3rem] relative overflow-hidden">
  <div class="max-w-6xl mx-auto text-center">
    <p class="text-blue-600 font-semibold text-sm mb-3">Free & Practical</p>
    <h1 class="text-4xl sm:text-5xl font-semibold tracking-tight text-gray-900">
      Make Sure It Fits – Every Time! 
    </h1>
	<h2 class="mt-2 text-3xl sm:text-4xl font-semibold text-gray-900">with <span class="text-blue-600"><?= $name ?></span></h2>
    <p class="mt-6 text-lg text-gray-600 max-w-2xl mx-auto">
      Whether it’s a TV, couch, fridge, or suitcase — <?= $name ?> helps you visualize real-world sizing and fit, so there are no surprises at delivery or the airport.
    </p>
    <a href="#tools" class="mt-8 inline-block bg-blue-600 hover:bg-blue-700 text-white font-semibold py-3 px-6 rounded-full shadow-lg transition duration-300 transform hover:scale-105">
      Explore Our Tools
    </a>
  </div>
</section>