<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Multigator — Truth-Seeking AI Search</title>
<style>
body { font-family: system-ui, -apple-system, sans-serif; margin:0; background:#0f172a; color:#e2e8f0; line-height:1.6; }
.hero { background: linear-gradient(135deg, #1e2937, #0f172a); padding: 140px 20px; text-align:center; }
h1 { font-size: 3.8rem; margin:0 0 16px; }
.tagline { font-size: 1.6rem; color:#94a3b8; max-width: 720px; margin:0 auto 40px; }
.btn { background:#22d3ee; color:#0f172a; padding:18px 48px; font-size:1.25rem; border:none; border-radius:9999px; cursor:pointer; font-weight:700; }
.patent { background:#1e2937; padding:14px 28px; border-radius:8px; display:inline-block; font-size:1rem; margin:24px 0; }
.section { padding: 90px 20px; max-width: 1000px; margin:0 auto; }
</style>
</head>
<body>
<div class="hero">
<h1>Multigator</h1>
<p class="tagline">The AI search engine that actually seeks truth.</p>
<div class="patent">
Patent Pending • U.S. Provisional No. 64/061,614
</div>
<p style="max-width:600px; margin:30px auto; font-size:1.15rem;">
Built in Ocracoke, NC • Real-time coherence pruning • Transparent reasoning
</p>
<button class="btn" onclick="alert('Waitlist opening soon — enter your email below')">Get Early Access</button>
</div>
<div class="section" style="background:#1e2937;">
<h2 style="text-align:center;">Why Multigator?</h2>
<ul style="max-width:680px; margin:40px auto; font-size:1.25rem; line-height:2;">
<li>✓ Propagate Pruning instantly resolves contradictions</li>
<li>✓ Transparent Truth Resolver footnotes on every result</li>
<li>✓ Dramatically better coherence and efficiency</li>
<li>✓ No ads. No bias. Just truth-seeking intelligence.</li>
</ul>
</div>
<div class="section" style="text-align:center;">
<h2>Join the Waitlist</h2>
<p style="margin:30px 0 40px;">Be first when the app and web search launch.</p>
<input type="email" id="email" placeholder="your@email.com" style="padding:16px; width:340px; border-radius:8px; border:none; font-size:1.1rem;">
<button class="btn" style="margin-left:12px;" onclick="alert('Thank you! We\'ll notify you soon.')">Join Waitlist</button>
</div>
<footer style="text-align:center; padding:80px 20px; background:#0f172a; font-size:0.95rem;">
Multigator • PropagateAI LLC • Ocracoke, North Carolina<br>
Building truth-seeking AI from the beach.
</footer>
</body>
</html>