<!DOCTYPE html>
<html lang=”en”>
<head>
<meta charset=”UTF-8″>
<meta name=”viewport” content=”width=device-width, initial-scale=1.0″>
<title>aiaf – Why Choose AIAF?</title>
<script src=”https://cdn.tailwindcss.com”></script>
<link href=”https://fonts.googleapis.com/css2?family=Plus+Jakarta+Sans:wght@400;800;900&display=swap” rel=”stylesheet”>
<style>
body { font-family: ‘Plus Jakarta Sans’, sans-serif; background-color: #080A12; color: #ffffff; overflow-x: hidden; }

/* Floating Animation */
.robot-float-stack { animation: floatRobot 6s ease-in-out infinite; filter: drop-shadow(0 0 60px rgba(255,0,122,0.4)); }
@keyframes floatRobot { 0%,100% { transform: translateY(0px); } 50% { transform: translateY(-20px); } }

/* Glass Cards */
.glass-card { background: linear-gradient(135deg, rgba(255,255,255,0.05), rgba(255,255,255,0.01)); backdrop-filter: blur(20px); border: 1px solid rgba(255,255,255,0.1); border-radius: 28px; padding: 35px; width: 300px; transition: all 0.4s ease; }
.glass-card:hover { border-color: #FF007A; transform: translateY(-8px); }
.pink-glow-text { color: #FF007A; font-weight: 900; font-size: 1.4rem; text-shadow: 0 0 20px rgba(255,0,122,0.7); }
.text-white-bold { color: #fff; font-weight: 800; font-size: 14px; text-transform: uppercase; }
.text-dim { color: rgba(255,255,255,0.5); font-size: 12px; line-height: 1.8; }

/* Neon Eyes */
.eye-glow { animation: eyePulse 1.5s infinite alternate; }
@keyframes eyePulse { from { filter: brightness(1); } to { filter: brightness(2) drop-shadow(0 0 25px #FF007A); } }
</style>
</head>
<body class=”p-6 md:p-12″>

<!– Navigation –>
<nav class=”max-w-7xl mx-auto flex items-center justify-between mb-20″>
<div class=”flex items-center gap-3″>
<div class=”flex flex-col gap-1 items-center”>
<div class=”w-1.5 h-6 bg-pink-600 rounded-full”></div>
<div class=”w-1.5 h-4 bg-white/20 rounded-full”></div>
</div>
<span class=”text-3xl font-black tracking-tighter text-white”>aiaf</span>
</div>
<div class=”hidden md:flex gap-12 text-[11px] font-bold uppercase tracking-[3px] text-white/40″>
<a href=”#” class=”hover:text-white transition-all”>Home</a>
<a href=”#” class=”hover:text-white transition-all”>Technology</a>
<a href=”#” class=”hover:text-white transition-all”>About</a>
</div>
<div class=”flex gap-4″>
<button class=”bg-white text-black px-10 py-3.5 rounded-full text-[10px] font-black shadow-2xl hover:scale-105 transition-all”>LEARN MORE</button>
<button class=”bg-white/10 border border-white/10 text-white px-10 py-3.5 rounded-full text-[10px] font-black hover:bg-white/20″>JOIN US</button>
</div>
</nav>

<!– Main Content –>
<main class=”max-w-7xl mx-auto grid grid-cols-1 md:grid-cols-3 items-center gap-16 relative”>

<!– Left Column –>
<div class=”flex flex-col gap-16 order-2 md:order-1 items-end”>
<div class=”glass-card”>
<span class=”pink-glow-text”>01</span>
<h3 class=”text-white-bold mt-4 mb-2″>True Ownership</h3>
<p class=”text-dim”>Full control of your AI agents through NFT ownership infrastructure.</p>
</div>
<div class=”glass-card”>
<span class=”pink-glow-text”>03</span>
<h3 class=”text-white-bold mt-4 mb-2″>Multiple Revenue Streams</h3>
<p class=”text-dim”>Diverse monetization options for AI creators and decentralized benefits.</p>
</div>
</div>

<!– Center: Properly Aligned Robots –>
<div class=”order-1 md:order-2 flex justify-center py-10″>
<div class=”robot-float-stack”>
<svg width=”300″ height=”450″ viewBox=”0 0 300 450″ fill=”none” xmlns=”http://www.w3.org/2000/svg”>
<defs>
<linearGradient id=”metalTop” x1=”0%” y1=”0%” x2=”100%” y2=”100%”>
<stop offset=”0%” stop-color=”#F3F4F6″/>
<stop offset=”50%” stop-color=”#6B7280″/>
<stop offset=”100%” stop-color=”#111827″/>
</linearGradient>
<linearGradient id=”metalMid” x1=”0%” y1=”0%” x2=”100%” y2=”100%”>
<stop offset=”0%” stop-color=”#E5E7EB”/>
<stop offset=”50%” stop-color=”#4B5563″/>
<stop offset=”100%” stop-color=”#1F2937″/>
</linearGradient>
<radialGradient id=”highlight” cx=”50%” cy=”30%” r=”50%”>
<stop offset=”0%” stop-color=”#fff” stop-opacity=”0.7″/>
<stop offset=”70%” stop-color=”#111827″ stop-opacity=”0.6″/>
<stop offset=”100%” stop-color=”#000″ stop-opacity=”0.8″/>
</radialGradient>
</defs>

<!– Top Robot –>
<rect x=”110″ y=”30″ width=”80″ height=”100″ rx=”30″ fill=”url(#highlight)” stroke=”white” stroke-opacity=”0.1″ stroke-width=”2″/>
<circle cx=”135″ cy=”75″ r=”10″ fill=”#FF007A” class=”eye-glow”/>
<circle cx=”165″ cy=”75″ r=”10″ fill=”#FF007A” class=”eye-glow”/>

<!– Middle Robot –>
<rect x=”70″ y=”140″ width=”160″ height=”130″ rx=”40″ fill=”url(#metalMid)” stroke=”white” stroke-opacity=”0.15″ stroke-width=”2″/>
<rect x=”95″ y=”185″ width=”30″ height=”18″ rx=”8″ fill=”#FF007A” class=”eye-glow”/>
<rect x=”175″ y=”185″ width=”30″ height=”18″ rx=”8″ fill=”#FF007A” class=”eye-glow”/>
<ellipse cx=”145″ cy=”170″ rx=”70″ ry=”60″ fill=”url(#highlight)” opacity=”0.2″/>

<!– Bottom Robot –>
<rect x=”50″ y=”270″ width=”200″ height=”140″ rx=”50″ fill=”url(#metalTop)” stroke=”white” stroke-opacity=”0.2″ stroke-width=”2″/>
<circle cx=”100″ cy=”320″ r=”15″ fill=”#FF007A” class=”eye-glow”/>
<circle cx=”200″ cy=”320″ r=”15″ fill=”#FF007A” class=”eye-glow”/>
<ellipse cx=”150″ cy=”290″ rx=”90″ ry=”100″ fill=”url(#highlight)” opacity=”0.25″/>
</svg>
</div>
</div>

<!– Right Column –>
<div class=”flex flex-col gap-16 order-3″>
<div class=”mb-6″>
<h1 class=”text-6xl font-black leading-[1] tracking-tighter text-white uppercase italic”>Why<br>Choose<br>AIAF?</h1>
</div>
<div class=”glass-card”>
<span class=”pink-glow-text”>02</span>
<h3 class=”text-white-bold mt-4 mb-2″>Professional Infrastructure</h3>
<p class=”text-dim”>Enterprise-grade performance with decentralized benefits on blockchain.</p>
</div>
<div class=”glass-card”>
<span class=”pink-glow-text”>04</span>
<h3 class=”text-white-bold mt-4 mb-2″>Future-Proof Technology</h3>
<p class=”text-dim”>Built on scalable, secure blockchain infrastructure for AI era.</p>
</div>
</div>

</main>

<!– Background Glow –>
<div class=”fixed top-0 left-0 w-full h-full -z-50 pointer-events-none opacity-40″>
<div class=”absolute top-[15%] left-[-10%] w-[800px] h-[800px] bg-pink-600/10 rounded-full blur-[250px]”></div>
<div class=”absolute bottom-[10%] right-[-10%] w-[700px] h-[700px] bg-indigo-600/10 rounded-full blur-[250px]”></div>
</div>

</body>
</html>