<?php
require_once __DIR__ . '/config/config.php';
$pageTitle = 'About Us';
include __DIR__ . '/includes/header.php';
?>

<style>
 .card-3d { transition: transform 0.3s ease, box-shadow 0.3s ease; }
 .card-3d:hover { transform: translateY(-8px); box-shadow: 0 20px 40px rgba(33, 21, 148, 0.15); }
 html { scroll-behavior: smooth; }
</style>

<!-- Hero -->
<section class="relative h-96 md:h-[500px] overflow-hidden">
    <img src="assets/images/The team.jpg" alt="Fantom Capital About Us" class="w-full h-full object-cover">
    <div class="absolute inset-0 bg-black bg-opacity-50 flex items-center justify-center">
        <div class="container mx-auto px-4 text-center text-white">
            <h1 class="text-4xl md:text-6xl font-bold mb-6">About Fantom Capital</h1>
            <p class="text-xl md:text-2xl">Smart Lending, Secure Future</p>
        </div>
    </div>
</section>

<!-- Who We Are -->
<section class="container mx-auto px-4 py-16 md:py-24">
    <div class="max-w-6xl mx-auto">
        <div class="grid md:grid-cols-2 gap-12 items-center">
            <div>
                <h2 class="text-3xl md:text-4xl font-bold text-primary-blue mb-6">Who We Are</h2>
                <p class="text-lg text-gray-700 leading-relaxed mb-6">
                    We don't just provide financial services — we ignite possibility. Through responsible, inclusive solutions, we equip individuals and communities with the tools to rise, grow, and win. Our mission reaches far beyond simple transactions; we create impact, elevate lives, and fuel sustainable progress.
                </p>
                <p class="text-lg text-gray-700 leading-relaxed mb-6">
                    We honor every client's journey. With personalized support and purpose-driven solutions, we transform ambitions into bold, unstoppable achievements.
                </p>
            </div>
            <div class="rounded-2xl overflow-hidden shadow-2xl">
                <img src="assets/images/team.jpg" alt="Team collaboration" class="w-full h-full object-cover">
            </div>
        </div>
    </div>
</section>

<!-- Company Overview -->
<section class="bg-gradient-to-br from-soft-gray to-white py-16 md:py-24">
    <div class="container mx-auto px-4">
        <div class="max-w-6xl mx-auto">
            <div class="grid md:grid-cols-2 gap-12 items-center">
                <div class="rounded-2xl overflow-hidden shadow-2xl order-2 md:order-1 max-w-md">
                    <img src="assets/images/CEO Fantom.png" alt="Fantom Capital Leadership" class="w-full h-auto object-cover">
                </div>
                <div class="order-1 md:order-2">
                    <h2 class="text-3xl md:text-4xl font-bold text-primary-blue mb-8">Company Overview</h2>
                    <div class="bg-white rounded-3xl p-8 shadow-xl">
                        <p class="text-lg text-gray-700 leading-relaxed mb-6">
                            Fantom Capital Limited is a dynamic Digital Credit Provider (DCP) licensed by the Central Bank of Kenya. Since 2023, our mission has been clear—to revolutionize access to finance for individuals and businesses nationwide. With cutting-edge technology and unmatched customer service, we deliver fast, stress-free loans within <strong class="text-primary-blue">24 HOURS</strong>, empowering you to seize opportunities when they matter most.
                        </p>
                        <p class="text-lg text-gray-700 leading-relaxed">
                            As one of Kenya's rising financial leaders, our expanding portfolio of tailor-made products ensures you get the right financial support, exactly when you need it. At Fantom Capital, we don't just offer credit—we fuel your progress.
                        </p>
                    </div>
                </div>
            </div>
        </div>
    </div>
</section>

<!-- Mission, Vision, Purpose -->
<section class="container mx-auto px-4 py-16 md:py-24">
    <div class="max-w-6xl mx-auto">
        <div class="grid md:grid-cols-3 gap-8">
            <div class="card-3d bg-gradient-to-br from-primary-blue to-blue-600 rounded-3xl p-8 text-white shadow-xl">
                <h3 class="text-2xl font-bold mb-4">Business Purpose</h3>
                <p class="text-gray-100 leading-relaxed">To be the most admired financial institution delivering easily accessible services that drive financial inclusion for the unbanked and underbanked.</p>
            </div>
            <div class="card-3d bg-gradient-to-br from-primary-green to-green-600 rounded-3xl p-8 text-white shadow-xl">
                <h3 class="text-2xl font-bold mb-4">Our Mission</h3>
                <p class="text-gray-100 leading-relaxed">To drive financial inclusion through innovative, user-focused financial solutions that empower individuals and businesses to thrive.</p>
            </div>
            <div class="card-3d bg-gradient-to-br from-primary-blue to-blue-600 rounded-3xl p-8 text-white shadow-xl">
                <h3 class="text-2xl font-bold mb-4">Our Vision</h3>
                <p class="text-gray-100 leading-relaxed">A future where no ambition is limited by lack of access to financial opportunity.</p>
            </div>
        </div>
    </div>
</section>

<!-- Core Values -->
<section class="bg-soft-gray py-16 md:py-24">
    <div class="container mx-auto px-4">
        <h2 class="text-3xl md:text-4xl font-bold text-primary-blue mb-12 text-center">Core Values</h2>
        <div class="grid md:grid-cols-5 gap-6 max-w-6xl mx-auto">
            <div class="bg-white rounded-2xl p-6 text-center shadow-lg hover:shadow-xl transition">
                <div class="w-16 h-16 mx-auto mb-4 bg-primary-blue rounded-full flex items-center justify-center">
                    <svg class="w-8 h-8 text-white" fill="none" stroke="currentColor" viewBox="0 0 24 24">
                        <path stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M9 12l2 2 4-4m5.618-4.016A11.955 11.955 0 0112 2.944a11.955 11.955 0 01-8.618 3.04A12.02 12.02 0 003 9c0 5.591 3.824 10.29 9 11.622 5.176-1.332 9-6.03 9-11.622 0-1.042-.133-2.052-.382-3.016z"/>
                    </svg>
                </div>
                <h3 class="font-bold text-lg text-gray-800">Integrity</h3>
            </div>
            <div class="bg-white rounded-2xl p-6 text-center shadow-lg hover:shadow-xl transition">
                <div class="w-16 h-16 mx-auto mb-4 bg-primary-green rounded-full flex items-center justify-center">
                    <svg class="w-8 h-8 text-white" fill="none" stroke="currentColor" viewBox="0 0 24 24">
                        <path stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M21 13.255A23.931 23.931 0 0112 15c-3.183 0-6.22-.62-9-1.745M16 6V4a2 2 0 00-2-2h-4a2 2 0 00-2 2v2m4 6h.01M5 20h14a2 2 0 002-2V8a2 2 0 00-2-2H5a2 2 0 00-2 2v10a2 2 0 002 2z"/>
                    </svg>
                </div>
                <h3 class="font-bold text-lg text-gray-800">Professionalism</h3>
            </div>
            <div class="bg-white rounded-2xl p-6 text-center shadow-lg hover:shadow-xl transition">
                <div class="w-16 h-16 mx-auto mb-4 bg-primary-blue rounded-full flex items-center justify-center">
                    <svg class="w-8 h-8 text-white" fill="none" stroke="currentColor" viewBox="0 0 24 24">
                        <path stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M9.663 17h4.673M12 3v1m6.364 1.636l-.707.707M21 12h-1M4 12H3m3.343-5.657l-.707-.707m2.828 9.9a5 5 0 117.072 0l-.548.547A3.374 3.374 0 0014 18.469V19a2 2 0 11-4 0v-.531c0-.895-.356-1.754-.988-2.386l-.548-.547z"/>
                    </svg>
                </div>
                <h3 class="font-bold text-lg text-gray-800">Innovativeness</h3>
            </div>
            <div class="bg-white rounded-2xl p-6 text-center shadow-lg hover:shadow-xl transition">
                <div class="w-16 h-16 mx-auto mb-4 bg-primary-green rounded-full flex items-center justify-center">
                    <svg class="w-8 h-8 text-white" fill="none" stroke="currentColor" viewBox="0 0 24 24">
                        <path stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M12 4.354a4 4 0 110 5.292M15 21H3v-1a6 6 0 0112 0v1zm0 0h6v-1a6 6 0 00-9-5.197M13 7a4 4 0 11-8 0 4 4 0 018 0z"/>
                    </svg>
                </div>
                <h3 class="font-bold text-lg text-gray-800">Customer-Centric</h3>
            </div>
            <div class="bg-white rounded-2xl p-6 text-center shadow-lg hover:shadow-xl transition">
                <div class="w-16 h-16 mx-auto mb-4 bg-primary-blue rounded-full flex items-center justify-center">
                    <svg class="w-8 h-8 text-white" fill="none" stroke="currentColor" viewBox="0 0 24 24">
                        <path stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M17 20h5v-2a3 3 0 00-5.356-1.857M17 20H7m10 0v-2c0-.656-.126-1.283-.356-1.857M7 20H2v-2a3 3 0 015.356-1.857M7 20v-2c0-.656.126-1.283.356-1.857m0 0a5.002 5.002 0 019.288 0M15 7a3 3 0 11-6 0 3 3 0 016 0zm6 3a2 2 0 11-4 0 2 2 0 014 0zM7 10a2 2 0 11-4 0 2 2 0 014 0z"/>
                    </svg>
                </div>
                <h3 class="font-bold text-lg text-gray-800">Team Work</h3>
            </div>
        </div>
    </div>
</section>

<!-- Team Section -->
<section id="team" class="container mx-auto px-4 py-16 md:py-24">
    <div class="max-w-6xl mx-auto">
        <h2 class="text-3xl md:text-4xl font-bold text-primary-blue mb-4 text-center">Meet Our Leadership</h2>
        <p class="text-lg text-gray-600 text-center mb-12 max-w-3xl mx-auto">Driven by passion, expertise, and a commitment to financial inclusion across Kenya</p>
        <div class="grid md:grid-cols-3 gap-8 max-w-4xl mx-auto">
            <div class="card-3d bg-white rounded-2xl overflow-hidden shadow-xl">
                <div class="aspect-square overflow-hidden">
                    <img src="assets/images/CEO-Fantom.jpg" alt="Robert Kuria" class="w-full h-full object-cover">
                </div>
                <div class="p-4 text-center bg-gradient-to-br from-primary-blue to-blue-600 text-white">
                    <h3 class="font-bold text-lg mb-1">Robert Kuria</h3>
                    <p class="text-xs text-gray-100">CEO</p>
                </div>
            </div>
            <div class="card-3d bg-white rounded-2xl overflow-hidden shadow-xl">
                <div class="aspect-square overflow-hidden">
                    <img src="assets/images/Gm.png" alt="Gerald Mwangi" class="w-full h-full object-cover">
                </div>
                <div class="p-4 text-center bg-gradient-to-br from-primary-green to-green-600 text-white">
                    <h3 class="font-bold text-lg mb-1">Gerald Mwangi</h3>
                    <p class="text-xs text-gray-100">General Manager</p>
                </div>
            </div>
            <div class="card-3d bg-white rounded-2xl overflow-hidden shadow-xl">
                <div class="aspect-square overflow-hidden">
                    <img src="assets/images/Admin.jpg" alt="Claire" class="w-full h-full object-cover">
                </div>
                <div class="p-4 text-center bg-gradient-to-br from-primary-blue to-blue-600 text-white">
                    <h3 class="font-bold text-lg mb-1">Claire</h3>
                    <p class="text-xs text-gray-100">Admin</p>
                </div>
            </div>
        </div>
    </div>
</section>

<?php include __DIR__ . '/includes/footer.php'; ?>
