<!-- Parallax Background Blob -->
<div class="parallax-blob bg-purple-300 dark:bg-purple-700"></div>
<!-- Hero Section -->
<div class="relative z-10 max-w-7xl mx-auto px-6 py-24 flex flex-col md:flex-row items-center justify-between gap-12">
<!-- Text Content -->
<div class="flex-1 text-center md:text-left space-y-8">
<h1 class="text-5xl md:text-6xl font-extrabold bg-gradient-to-r from-primary via-accent to-secondary bg-clip-text text-transparent animate-gradient-x">
Drive the Future <br> with Poway Auto
</h1>
<p class="text-lg text-gray-600 dark:text-gray-300 max-w-xl">
Where autonomy meets intelligence. Built by engineers, driven by innovation.
</p>
<div class="flex flex-col sm:flex-row gap-4 justify-center md:justify-start">
<a href="#get-started" class="px-6 py-3 rounded-full text-white bg-primary hover:bg-secondary font-medium text-base shadow-lg transition transform hover:scale-105">
Get Started 🚗
</a>
<a href="#learn-more" class="px-6 py-3 rounded-full border-2 border-primary text-primary hover:bg-primary hover:text-white font-medium text-base transition">
Learn More
</a>
</div>
</div>
<!-- Lottie Animation -->
<div class="flex-1">
<lottie-player
src="https://assets10.lottiefiles.com/packages/lf20_kyu7xb1v.json"
background="transparent"
speed="1"
loop
autoplay>
</lottie-player>
</div>
</div>
<!-- Stats Section -->
<section class="bg-white dark:bg-gray-900 py-12 border-t border-gray-200 dark:border-gray-700">
<div class="max-w-6xl mx-auto grid grid-cols-1 sm:grid-cols-3 text-center gap-8 px-6">
<div>
<h3 class="text-3xl font-bold text-primary">Connected</h3>
</div>
<div>
<h3 class="text-3xl font-bold text-primary">Efficient</h3>
</div>
<div>
<h3 class="text-3xl font-bold text-primary">Convenient</h3>
</div>
</div>
</section>