<!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: #fef2f2; 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: 500px; box-shadow: 0 10px 40px rgba(0,0,0,0.08); }
    .icon { width: 72px; height: 72px; background: #fef3c7; color: #d97706; 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; }
    .info { background: #f8fafc; padding: 16px; border-radius: 10px; margin-bottom: 22px; font-size: 14px; color: #475569; }
  </style>
</head>
<body>
  <div class="card">
    <div class="icon"><span class="material-symbols-rounded">timer_off</span></div>
    <h1>انتهت الفترة التجريبية</h1>
    <p>عزيزي <%= tenant.owner_full_name %>،<br>انتهت فترتك التجريبية. يمكنك الترقية للاستمرار في استخدام Artal CRM.</p>
    <div class="info">
      <strong>الشركة:</strong> <%= tenant.company_name %><br>
      <strong>انتهت في:</strong> <%= new Date(tenant.trial_ends_at).toLocaleDateString('ar-SA') %>
    </div>
    <p>للترقية يرجى التواصل مع فريق الدعم.</p>
  </div>
</body>
</html>
