<!DOCTYPE html>

<html lang="en" class="scroll-smooth">

<head>

<meta charset="UTF-8">

<meta name="viewport" content="width=device-width, initial-scale=1.0">

<title>Paragon Research AI</title>

<script src="https://cdn.tailwindcss.com"></script>

<style>

��� body { font-family: system-ui, sans-serif; }

��� .hero-bg { background: linear-gradient(135deg, #0f172a 0%, #1e2937 100%); }

</style>

</head>

<body class="bg-zinc-950 text-white">

<!-- Navbar -->

<nav class="border-b border-zinc-800 bg-zinc-950/80 backdrop-blur-md fixed w-full z-50">

��� <div class="max-w-6xl mx-auto px-6 py-4 flex justify-between items-center">

����� <div class="flex items-center gap-3">

������� <div class="w-8 h-8 bg-gradient-to-br from-blue-500 to-purple-600 rounded-xl flex items-center justify-center font-bold text-xl">P</div>

������� <span class="font-semibold text-2xl tracking-tight">Paragon</span>

����� </div>

����� <div class="flex gap-8 text-sm font-medium">

������� <a href="#about" class="hover:text-blue-400 transition">About</a>

������� <a href="#research" class="hover:text-blue-400 transition">Research</a>

������� <a href="#demo" class="hover:text-blue-400 transition">Demo</a>

������� <a href="#contact" class="hover:text-blue-400 transition">Contact</a>

����� </div>

��� </div>

</nav>

 

<!-- Hero -->

<section class="hero-bg min-h-screen flex items-center pt-20">

��� <div class="max-w-6xl mx-auto px-6 text-center">

����� <div class="inline-flex items-center gap-2 bg-white/10 px-4 py-1 rounded-full text-sm mb-6">

������� <span class="relative flex h-3 w-3">

��������� <span class="animate-ping absolute inline-flex h-full w-full rounded-full bg-emerald-400 opacity-75"></span>

��������� <span class="relative inline-flex rounded-full h-3 w-3 bg-emerald-500"></span>

������� </span>

������� Now live on .ai

����� </div>

����� <h1 class="text-6xl md:text-7xl font-bold tracking-tighter leading-tight mb-6">

������� Understanding the Universe<br>with Artificial Intelligence

����� </h1>

����� <p class="text-xl text-zinc-400 max-w-2xl mx-auto mb-10">

������� Cutting-edge AI research pushing the boundaries of discovery, innovation, and human potential.

����� </p>

����� <div class="flex gap-4 justify-center">

������� <a href="#demo" class="bg-white text-black px-8 py-4 rounded-2xl font-semibold text-lg hover:bg-white/90 transition">Try Our Demo</a>

������� <a href="#research" class="border border-white/30 px-8 py-4 rounded-2xl font-semibold text-lg hover:bg-white/10 transition">Explore Research</a>

����� </div>

��� </div>

</section>

 

<!-- More sections (About, Research, etc.) can be added here -->

<footer class="border-t border-zinc-800 py-12 text-center text-zinc-500 text-sm">

��� � 2026 Paragon Research AI � All Rights Reserved

</footer>

</body>

</html>