<!DOCTYPE html>
<html lang="ar" dir="rtl">
<head>
    <meta charset="UTF-8">
    <meta name="viewport" content="width=device-width, initial-scale=1.0">
    <title>WEJHAT ELS - منصة وجهات اللوجستية</title>
    <style>
        body {
            font-family: "Segoe UI", Tahoma, Arial, sans-serif;
            background: linear-gradient(135deg, #1a5f2a 0%, #2d8f4e 100%);
            color: white;
            display: flex;
            justify-content: center;
            align-items: center;
            min-height: 100vh;
            margin: 0;
        }
        .container {
            text-align: center;
            padding: 40px;
            background: rgba(255,255,255,0.1);
            border-radius: 20px;
            backdrop-filter: blur(10px);
        }
        h1 { font-size: 3em; margin-bottom: 10px; }
        h2 { font-size: 1.5em; opacity: 0.9; margin-bottom: 30px; }
        .status {
            background: #4CAF50;
            padding: 10px 30px;
            border-radius: 30px;
            display: inline-block;
            margin: 10px;
        }
        .services { margin-top: 30px; }
        .service {
            display: inline-block;
            margin: 10px;
            padding: 15px 25px;
            background: rgba(255,255,255,0.2);
            border-radius: 10px;
        }
    </style>
</head>
<body>
    <div class="container">
        <h1>وجهات اللوجستية</h1>
        <h2>WEJHAT ELS - B2B/B2C Logistics Platform</h2>
        <div class="status">Server Ready</div>
        <div class="services">
            <div class="service">PostgreSQL</div>
            <div class="service">Redis</div>
            <div class="service">Nginx</div>
        </div>
        <p style="margin-top: 30px; opacity: 0.8;">
            خدمات لوجستية متخصصة للحج والعمرة<br>
            Specialized Hajj & Umrah Logistics Services
        </p>
    </div>
</body>
</html>