<!DOCTYPE html>
<html lang="en">
<head>
    <meta charset="UTF-8"/>
    <meta name="viewport" content="width=device-width, initial-scale=1.0"/>
    <title>Error — DuniaLink</title>
    <link rel="icon" type="image/svg+xml" href="/favicon.svg"/>
    <link rel="preconnect" href="https://fonts.googleapis.com"/>
    <link rel="preconnect" href="https://fonts.gstatic.com" crossorigin=""/>
    <link href="https://fonts.googleapis.com/css2?family=DM+Sans:ital,opsz,wght@0,9..40,400;0,9..40,500;0,9..40,600;0,9..40,700;1,9..40,400&family=Instrument+Serif:ital@0;1&display=swap" rel="stylesheet"/>
    <link rel="stylesheet" href="/css/auth.css"/>
    <link rel="stylesheet" href="/css/vendor-register.css"/>
</head>
<body class="auth-app">
<div class="auth-layout">
    <aside class="auth-hero" aria-hidden="true">
        <div class="auth-hero__mesh"></div>
        <div class="auth-hero__orb auth-hero__orb--1"></div>
        <div class="auth-hero__orb auth-hero__orb--2"></div>
        <div class="auth-hero__orb auth-hero__orb--3"></div>
        <div class="auth-hero__grid"></div>

        <div class="auth-hero__content">
            <a href="/" class="auth-hero__brand">
                <span class="auth-hero__logo" aria-hidden="true">
                    <svg viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="1.75">
                        <circle cx="12" cy="12" r="10"/>
                        <path d="M2 12h20"/>
                        <path d="M12 2a15.3 15.3 0 0 1 4 10 15.3 15.3 0 0 1-4 10 15.3 15.3 0 0 1-4-10 15.3 15.3 0 0 1 4-10z"/>
                    </svg>
                </span>
                <span class="auth-hero__brand-text">
                    <strong>DuniaLink</strong>
                    <small>Connect · Trade · Grow</small>
                </span>
            </a>

            <div class="auth-hero__headline">
                <p class="auth-hero__eyebrow">Unified platform</p>
                <h2>One identity.<br/><em>Every role.</em></h2>
                <p class="auth-hero__lead">Sign in once — your workspace adapts to your permissions, whether you manage master data or manage your own profile.</p>
            </div>

            <ul class="auth-hero__features">
                <li>
                    <span class="auth-hero__feature-icon" aria-hidden="true">
                        <svg viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2"><path d="M12 22s8-4 8-10V5l-8-3-8 3v7c0 6 8 10 8 10z"/></svg>
                    </span>
                    <span><strong>Secure by design</strong> Encrypted sessions &amp; role-based access</span>
                </li>
                <li>
                    <span class="auth-hero__feature-icon" aria-hidden="true">
                        <svg viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2"><circle cx="12" cy="12" r="10"/><path d="M12 6v6l4 2"/></svg>
                    </span>
                    <span><strong>Always available</strong> Email, phone, or Dunia ID sign-in</span>
                </li>
                <li>
                    <span class="auth-hero__feature-icon" aria-hidden="true">
                        <svg viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2"><path d="M16 21v-2a4 4 0 0 0-4-4H6a4 4 0 0 0-4 4v2"/><circle cx="9" cy="7" r="4"/><path d="M22 21v-2a4 4 0 0 0-3-3.87"/><path d="M16 3.13a4 4 0 0 1 0 7.75"/></svg>
                    </span>
                    <span><strong>Built for teams</strong> Admins, vendors &amp; customers on one login</span>
                </li>
            </ul>
        </div>

        <p class="auth-hero__footer">DuniaLink &copy; 2026</p>
    </aside>

    <main class="auth-panel">
        <div class="auth-panel__inner">
            <a href="/" class="auth-panel__mobile-brand" aria-label="DuniaLink home">
                <span class="auth-panel__mobile-logo" aria-hidden="true">
                    <svg viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2"><circle cx="12" cy="12" r="10"/><path d="M2 12h20M12 2a15.3 15.3 0 0 1 4 10 15.3 15.3 0 0 1-4 10 15.3 15.3 0 0 1-4-10 15.3 15.3 0 0 1 4-10z"/></svg>
                </span>
                <strong>DuniaLink</strong>
            </a>

            
            <div class="auth-alert auth-alert--error" role="alert">
                <svg viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" aria-hidden="true"><circle cx="12" cy="12" r="10"/><line x1="12" y1="8" x2="12" y2="12"/><line x1="12" y1="16" x2="12.01" y2="16"/></svg>
                <span>Page not found.</span>
            </div>

            <section class="auth-form-shell">
    <header class="auth-form-header">
        <p class="auth-form-eyebrow">Something went wrong</p>
        <h1>We couldn't complete that</h1>
        <p class="auth-form-subtitle">Page not found.</p>
    </header>
    <p class="auth-switch">
        <a href="/register" class="auth-link">Back to registration</a>
        ·
        <a href="/login" class="auth-link">Sign in</a>
    </p>
</section>

            <p class="auth-panel__legal">Protected by DuniaLink security policies</p>
        </div>
    </main>
</div>
<script src="/js/auth.js" defer></script>
<script src="/js/vendor-sector-search.js" defer></script>
<script src="/js/vendor-sector-cascade.js" defer></script>
<script src="/js/register-vendor.js" defer></script>
</body>
</html>
