<?php
// footer.php
?>
    </main> <footer class="mt-16 bg-[#090414]/90 backdrop-blur-md border-t border-purple-900/30 relative z-10 text-gray-400 font-input">
        
        <div class="max-w-7xl mx-auto px-4 py-10 grid grid-cols-1 md:grid-cols-3 gap-8 text-sm">
            
            <div class="space-y-3">
                <h4 class="font-gaming text-white font-bold tracking-widest uppercase text-cyan-400">
                    ABOUT <span class="text-white">DICHVUGIARE.SHOP</span>
                </h4>
                <p class="text-xs text-gray-500 leading-relaxed">
                    Hệ thống cung cấp dịch vụ trò chơi, nạp game và bán tài khoản tự động an toàn - uy tín - bảo mật tuyệt đối cho game thủ.
                </p>
                <div class="flex gap-3 text-lg pt-1">
                    <a href="#" class="text-gray-500 hover:text-cyan-400 transition-colors"><i class="fa-brands fa-facebook"></i></a>
                    <a href="#" class="text-gray-500 hover:text-pink-500 transition-colors"><i class="fa-brands fa-youtube"></i></a>
                    <a href="#" class="text-gray-500 hover:text-purple-400 transition-colors"><i class="fa-brands fa-tiktok"></i></a>
                </div>
            </div>

            <div class="space-y-3">
                <h4 class="font-gaming text-white font-bold tracking-widest uppercase text-purple-400">
                    SUPPORT CENTER
                </h4>
                <ul class="space-y-2 text-xs">
                    <li><a href="#" class="hover:text-white transition-colors"><i class="fa-solid fa-angle-right text-[9px] mr-1 text-purple-500"></i> Điều khoản dịch vụ</a></li>
                    <li><a href="#" class="hover:text-white transition-colors"><i class="fa-solid fa-angle-right text-[9px] mr-1 text-purple-500"></i> Chính sách hoàn tiền</a></li>
                    <li><p class="text-gray-400"><i class="fa-solid fa-headset mr-1 text-cyan-400"></i> Hotline/Zalo: <span class="text-cyan-400 font-bold font-gaming">0348.863.772</span></p></li>
                    <li><p class="text-gray-400"><i class="fa-solid fa-clock mr-1 text-pink-500"></i> Làm việc: 24/7 (Kể cả ngày lễ)</p></li>
                </ul>
            </div>

            <div class="space-y-3">
                <h4 class="font-gaming text-white font-bold tracking-widest uppercase text-pink-500">
                    SECURE PAYMENT
                </h4>
                <p class="text-xs text-gray-500">Kết nối các cổng thanh toán tự động, an toàn qua ví điện tử và ngân hàng.</p>
                <div class="flex flex-wrap gap-2 pt-1 font-gaming text-[10px] font-bold">
                    <span class="px-2 py-1 rounded bg-[#0c0418] border border-pink-500/30 text-pink-400">MOMO AUTOMATIC</span>
                    <span class="px-2 py-1 rounded bg-[#0c0418] border border-cyan-500/30 text-cyan-400">ATM/BANKING</span>
                    <span class="px-2 py-1 rounded bg-[#0c0418] border border-purple-500/30 text-purple-400">CARD CODE</span>
                </div>
            </div>

        </div>

        <div class="border-t border-purple-900/20 bg-[#06020e] py-4 text-center text-[11px] text-gray-600 uppercase tracking-widest font-gaming">
            &copy; 2026 <span class="text-transparent bg-clip-text bg-gradient-to-r from-cyan-400 via-purple-400 to-pink-500 font-bold">DichVuGiaRe.Shop</span>. 
            Vận hành bởi <span class="text-gray-400">Admin Team</span>. ĐINH VĂN HÚ
        </div>

    </footer>

</body>
</html>
