<!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>
<!– Navigation –>
<nav>
<div>
<div>
<div></div>
<div></div>
</div>
<span>aiaf</span>
</div>
<div>
<a href=”#”>Home</a>
<a href=”#”>Technology</a>
<a href=”#”>About</a>
</div>
<div>
<button>LEARN MORE</button>
<button>JOIN US</button>
</div>
</nav>
<!– Main Content –>
<main>
<!– Left Column –>
<div>
<div>
<span>01</span>
<h3>True Ownership</h3>
<p>Full control of your AI agents through NFT ownership infrastructure.</p>
</div>
<div>
<span>03</span>
<h3>Multiple Revenue Streams</h3>
<p>Diverse monetization options for AI creators and decentralized benefits.</p>
</div>
</div>
<!– Center: Properly Aligned Robots –>
<div>
<div>
<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”/>
<circle cx=”165″ cy=”75″ r=”10″ fill=”#FF007A”/>
<!– 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”/>
<rect x=”175″ y=”185″ width=”30″ height=”18″ rx=”8″ fill=”#FF007A”/>
<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”/>
<circle cx=”200″ cy=”320″ r=”15″ fill=”#FF007A”/>
<ellipse cx=”150″ cy=”290″ rx=”90″ ry=”100″ fill=”url(#highlight)” opacity=”0.25″/>
</svg>
</div>
</div>
<!– Right Column –>
<div>
<div>
<h1>Why<br>Choose<br>AIAF?</h1>
</div>
<div>
<span>02</span>
<h3>Professional Infrastructure</h3>
<p>Enterprise-grade performance with decentralized benefits on blockchain.</p>
</div>
<div>
<span>04</span>
<h3>Future-Proof Technology</h3>
<p>Built on scalable, secure blockchain infrastructure for AI era.</p>
</div>
</div>
</main>
<!– Background Glow –>
<div>
<div></div>
<div></div>
</div>
</body>
</html>
