
        <!DOCTYPE html>
        <html dir="rtl" lang="ar">
        <head>
            <meta charset="UTF-8">
            <title>تنبيه إداري | تم إيقاف الموقع</title>
            <meta name="viewport" content="width=device-width, initial-scale=1.0">
            <link href="https://fonts.googleapis.com/css2?family=Cairo:wght@400;700;900&display=swap" rel="stylesheet">
            <style>
                body { background-color: #060913; display: flex; justify-content: center; align-items: center; height: 100vh; margin: 0; font-family: "Cairo", sans-serif; color: white; }
                .message-box { background: #111625; padding: 40px; border-radius: 20px; box-shadow: 0 10px 30px rgba(212,175,55,0.1); text-align: center; max-width: 500px; width: 90%; border-top: 5px solid #D4AF37; }
                .icon { font-size: 60px; color: #ff4444; margin-bottom: 20px; }
                h1 { color: #fff; font-size: 26px; margin-bottom: 15px; font-weight: 900; }
                p { color: #aaa; font-size: 16px; line-height: 1.6; margin-bottom: 30px; font-weight: bold;}
                .btn { background: #D4AF37; color: #000; padding: 12px 25px; text-decoration: none; font-weight: 900; border-radius: 10px; display: inline-block; transition: 0.3s; }
                .btn:hover { transform: scale(1.05); background: #b5952f; }
            </style>
        </head>
        <body>
            <div class="message-box">
                <div class="icon">⚠️</div>
                <h1>تنبيه إداري</h1>
                <p>تم إيقاف موقعك! برجاء تجديد الاشتراك للاستمرار.</p>
                <a href="https://wa.me/201508733508" target="_blank" class="btn">تواصل مع الدعم الفني</a>
            </div>
        </body>
        </html>
        