<section id="home" class="relative overflow-hidden">
<div class="hero-gradient py-20 md:py-32">
<div class="max-w-7xl mx-auto px-4 sm:px-6 lg:px-8">
<div class="grid md:grid-cols-2 gap-12 items-center">
<div data-aos="fade-right" data-aos-duration="1000">
<h1 class="text-4xl md:text-6xl font-extrabold text-white mb-6 leading-tight">
<span id="hero-title-part1">{{ 'hero.title_part1'|trans }}</span>
<span class="text-gold" id="hero-title-part2">{{ 'hero.title_part2'|trans }}</span>
</h1>
<p id="hero-subtext" class="text-xl text-gray-200 mb-8">
{{ 'hero.subtext'|trans }}
</p>
<div class="flex flex-wrap gap-4">
<a href="#request-order" class="inline-flex items-center px-6 py-3 bg-red text-white font-bold rounded-lg shadow-lg hover:bg-red-dark transition duration-300 transform hover:scale-105">
<i class="fas fa-shipping-fast mr-2"></i>
<span id="request-order-cta">{{ 'hero.cta.quote'|trans }}</span>
</a>
<a href="#company-profile" class="inline-flex items-center px-6 py-3 bg-gold text-primary-blue font-bold rounded-lg shadow-lg hover:bg-yellow-600 transition duration-300 transform hover:scale-105">
<i class="fas fa-building mr-2"></i>
<span id="company-profile-cta">{{ 'hero.cta.profile'|trans }}</span>
</a>
<a href="#afi-business" class="inline-flex items-center px-6 py-3 bg-green text-white font-bold rounded-lg shadow-lg hover:bg-green-dark transition duration-300 transform hover:scale-105">
<i class="fas fa-store mr-2"></i>
<span id="afi-business-cta">{{ 'hero.cta.business'|trans }}</span>
</a>
</div>
</div>
<div data-aos="fade-left" data-aos-duration="1000" class="relative">
<div class="relative z-10 float-animation">
<div class="bg-white rounded-2xl shadow-2xl p-2 transform rotate-1">
<img src="https://aficargo.com/H.png"
alt="{{ 'nav.home'|trans }}"
class="rounded-xl w-full h-64 md:h-80 object-cover">
</div>
</div>
<div class="absolute -top-4 -right-4 w-24 h-24 bg-gold rounded-full opacity-20"></div>
<div class="absolute -bottom-4 -left-4 w-32 h-32 bg-primary-blue rounded-full opacity-20"></div>
</div>
</div>
</div>
</div>
<div class="bg-white shadow-xl -mb-8 relative z-10 max-w-5xl mx-auto rounded-xl p-6 transform -translate-y-1/2">
<div class="grid grid-cols-2 md:grid-cols-4 gap-6">
<div class="text-center" data-aos="zoom-in" data-aos-delay="100">
<div class="stat-number text-4xl font-bold mb-2">15+</div>
<p id="stat-years" class="text-gray-600 font-medium">{{ 'stats.years'|trans }}</p>
</div>
<div class="text-center" data-aos="zoom-in" data-aos-delay="200">
<div class="stat-number text-4xl font-bold mb-2">6+</div>
<p id="stat-countries" class="text-gray-600 font-medium">{{ 'stats.countries'|trans }}</p>
</div>
<div class="text-center" data-aos="zoom-in" data-aos-delay="300">
<div class="stat-number text-4xl font-bold mb-2">15K+</div>
<p id="stat-shipments" class="text-gray-600 font-medium">{{ 'stats.shipments'|trans }}</p>
</div>
<div class="text-center" data-aos="zoom-in" data-aos-delay="400">
<div class="stat-number text-4xl font-bold mb-2">99%</div>
<p id="stat-delivery" class="text-gray-600 font-medium">{{ 'stats.delivery'|trans }}</p>
</div>
</div>
</div>
</section>