<!DOCTYPE html>
<html lang="ar" dir="rtl">
<head>
  <meta charset="UTF-8">
  <title>غير موجود</title>
  <link href="https://fonts.googleapis.com/css2?family=IBM+Plex+Sans+Arabic:wght@400;500;600;700&display=swap" rel="stylesheet">
  <link href="https://fonts.googleapis.com/icon?family=Material+Symbols+Rounded" rel="stylesheet">
  <style>
    body { font-family: 'IBM Plex Sans Arabic', sans-serif; background: #f8fafc; display: flex; align-items: center; justify-content: center; min-height: 100vh; margin: 0; padding: 20px; }
    .card { background: white; padding: 48px; border-radius: 20px; text-align: center; max-width: 460px; box-shadow: 0 10px 40px rgba(0,0,0,0.08); }
    .icon { width: 72px; height: 72px; background: #fef2f2; color: #dc2626; border-radius: 50%; display: inline-flex; align-items: center; justify-content: center; margin-bottom: 18px; }
    .icon .material-symbols-rounded { font-size: 40px; }
    h1 { color: #0f1a30; font-size: 22px; margin: 0 0 10px; }
    p { color: #64748b; font-size: 15px; line-height: 1.6; margin: 0 0 22px; }
    code { background: #f1f5f9; padding: 2px 8px; border-radius: 6px; color: #1a3c6e; font-family: monospace; }
    a { display: inline-block; padding: 11px 22px; background: #1a3c6e; color: white; text-decoration: none; border-radius: 10px; font-weight: 500; }
  </style>
</head>
<body>
  <div class="card">
    <div class="icon"><span class="material-symbols-rounded">domain_disabled</span></div>
    <h1>هذه الشركة غير موجودة</h1>
    <p>الرابط <code><%= slug %>.<%= mainDomain %></code> غير مسجَّل في نظامنا.</p>
    <a href="https://<%= mainDomain %>">العودة للصفحة الرئيسية</a>
  </div>
</body>
</html>
