<!DOCTYPE html>

<html lang="en">

<head>

    <meta charset="UTF-8">

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

    <title>Nureo Solutions | AI-Native Logistics</title>

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

    <style>

        body { background-color: #0f172a; color: #f8fafc; font-family: sans-serif; }

    </style>

</head>

<body class="flex items-center justify-center min-h-screen">

    <div class="text-center px-6">

        <h1 class="text-5xl font-bold mb-4 tracking-tight text-blue-400">NUREO SOLUTIONS</h1>

        <p class="text-xl text-slate-400 mb-8 max-w-lg mx-auto">

            Providing AI-native logistics and healthcare coordination systems designed for the modern practitioner.

        </p>

        <div class="inline-block px-4 py-2 border border-slate-700 rounded-full text-sm font-medium text-slate-500 uppercase tracking-widest">

            Infrastructure Launching Spring 2026

        </div>

        <div class="mt-12 text-slate-600 text-xs">

            © 2026 Nureo Solutions. All rights reserved. | Blaine, MN

        </div>

    </div>

</body>

</html>