<!DOCTYPE html>
<html lang="en" class="h-full">
<head>
    <meta charset="utf-8">
    <meta name="viewport" content="width=device-width, initial-scale=1">
    <meta name="csrf-token" content="UAk1gNsudiCrkYklDRR798Tv0c1kX3HB7UzGfR7q">
    <title>ISO EU Certification</title>
    <script src="https://cdn.tailwindcss.com"></script>
    <script defer src="https://cdn.jsdelivr.net/npm/alpinejs@3.x.x/dist/cdn.min.js"></script>
    </head>
<body class="h-full bg-white">
    
    <header class="fixed top-0 left-0 right-0 z-50 bg-white shadow-sm">
        <div class="mx-auto max-w-7xl px-4 sm:px-6 lg:px-8">
            <div class="flex h-16 items-center justify-between">
                <a href="https://isoeu.com" class="flex items-center gap-2">
                    <div class="h-10 w-10 rounded-lg bg-blue-600 flex items-center justify-center">
                        <span class="text-white font-bold">CB</span>
                    </div>
                    <span class="text-xl font-bold text-gray-900">ISO EU Certification</span>
                </a>

                <nav class="hidden md:flex items-center gap-8">
                    <a href="https://isoeu.com/standards" class="text-sm font-medium text-gray-600 hover:text-gray-900">Standards</a>
                    <a href="https://isoeu.com/blog" class="text-sm font-medium text-gray-600 hover:text-gray-900">Blog</a>
                    <a href="https://isoeu.com/faq" class="text-sm font-medium text-gray-600 hover:text-gray-900">FAQ</a>
                    <a href="https://isoeu.com/careers" class="text-sm font-medium text-gray-600 hover:text-gray-900">Careers</a>
                    <a href="https://isoeu.com/contact" class="text-sm font-medium text-gray-600 hover:text-gray-900">Contact</a>
                </nav>

                <div class="flex items-center gap-4">
                                            <a href="https://isoeu.com/login" class="text-sm font-medium text-gray-600 hover:text-gray-900">Sign in</a>
                        <a href="https://isoeu.com/register" class="rounded-lg bg-blue-600 px-4 py-2 text-sm font-medium text-white hover:bg-blue-700">Get Certified</a>
                    
                    <button x-data="{ open: false }" @click="open = !open" class="md:hidden text-gray-600">
                        <svg class="h-6 w-6" fill="none" stroke="currentColor" viewBox="0 0 24 24">
                            <path stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M4 6h16M4 12h16M4 18h16"/>
                        </svg>
                    </button>
                </div>
            </div>
        </div>

        
        <div x-data="{ open: false }" class="md:hidden border-t" x-show="open" x-cloak>
            <div class="space-y-1 px-4 pb-3 pt-2">
                <a href="https://isoeu.com/standards" class="block px-3 py-2 text-base font-medium text-gray-600 hover:bg-gray-50">Standards</a>
                <a href="https://isoeu.com/blog" class="block px-3 py-2 text-base font-medium text-gray-600 hover:bg-gray-50">Blog</a>
                <a href="https://isoeu.com/faq" class="block px-3 py-2 text-base font-medium text-gray-600 hover:bg-gray-50">FAQ</a>
                <a href="https://isoeu.com/careers" class="block px-3 py-2 text-base font-medium text-gray-600 hover:bg-gray-50">Careers</a>
                <a href="https://isoeu.com/contact" class="block px-3 py-2 text-base font-medium text-gray-600 hover:bg-gray-50">Contact</a>
            </div>
        </div>
    </header>

    
    
    
    <main class="pt-16">
                        <div class="p-6">
    <h1 class="text-2xl font-bold">Sitemap</h1>
    <p class="mt-2 text-gray-600">Page content placeholder.</p>
</div>
    </main>

    
    <footer class="bg-gray-900 text-gray-300">
        <div class="mx-auto max-w-7xl px-4 py-12 sm:px-6 lg:px-8">
            <div class="grid grid-cols-2 gap-8 md:grid-cols-4">
                <div>
                    <h3 class="text-sm font-semibold uppercase tracking-wider text-white">Services</h3>
                    <ul class="mt-4 space-y-2">
                        <li><a href="https://isoeu.com/standards" class="text-sm hover:text-white">ISO 9001</a></li>
                        <li><a href="https://isoeu.com/standards" class="text-sm hover:text-white">ISO 14001</a></li>
                        <li><a href="https://isoeu.com/standards" class="text-sm hover:text-white">ISO 27001</a></li>
                        <li><a href="https://isoeu.com/standards" class="text-sm hover:text-white">All Standards</a></li>
                    </ul>
                </div>
                <div>
                    <h3 class="text-sm font-semibold uppercase tracking-wider text-white">Company</h3>
                    <ul class="mt-4 space-y-2">
                        <li><a href="#" class="text-sm hover:text-white">About Us</a></li>
                        <li><a href="https://isoeu.com/blog" class="text-sm hover:text-white">Blog</a></li>
                        <li><a href="https://isoeu.com/careers" class="text-sm hover:text-white">Careers</a></li>
                        <li><a href="https://isoeu.com/contact" class="text-sm hover:text-white">Contact</a></li>
                    </ul>
                </div>
                <div>
                    <h3 class="text-sm font-semibold uppercase tracking-wider text-white">Support</h3>
                    <ul class="mt-4 space-y-2">
                        <li><a href="https://isoeu.com/faq" class="text-sm hover:text-white">FAQ</a></li>
                        <li><a href="#" class="text-sm hover:text-white">Documentation</a></li>
                        <li><a href="#" class="text-sm hover:text-white">Privacy Policy</a></li>
                        <li><a href="#" class="text-sm hover:text-white">Terms of Service</a></li>
                    </ul>
                </div>
                <div>
                    <h3 class="text-sm font-semibold uppercase tracking-wider text-white">Connect</h3>
                    <ul class="mt-4 space-y-2">
                        <li><a href="#" class="text-sm hover:text-white">LinkedIn</a></li>
                        <li><a href="#" class="text-sm hover:text-white">Twitter</a></li>
                        <li><a href="#" class="text-sm hover:text-white">Facebook</a></li>
                    </ul>
                </div>
            </div>
            <div class="mt-12 border-t border-gray-700 pt-8 text-center">
                <p class="text-sm">&copy; 2026 ISO EU Certification Body. All rights reserved.</p>
            </div>
        </div>
    </footer>

        </body>
</html>