<footer>
  <div class="footer-inner">
    <div class="footer-col">
      <div class="footer-brand">Artal CRM</div>
      <p class="footer-brand-desc">نظام إدارة عملاء عربي احترافي للشركات التي تريد تنظيم مبيعاتها وفريقها بذكاء.</p>
      <div class="footer-social">
        <a href="https://wa.me/<%= (typeof whatsapp !== 'undefined' ? whatsapp : '966571718153').toString().replace(/\D/g, '') %>" title="WhatsApp" target="_blank" rel="noopener">
          <span class="material-symbols-rounded" style="font-size:18px;color:#cbd5e1">chat</span>
        </a>
        <a href="mailto:<%= typeof supportEmail !== 'undefined' ? supportEmail : 'mohammedalrabeai@gmail.com' %>" title="البريد الإلكتروني">
          <span class="material-symbols-rounded" style="font-size:18px;color:#cbd5e1">mail</span>
        </a>
      </div>
    </div>
    <div class="footer-col">
      <h4>المنتج</h4>
      <a href="/">الرئيسية</a>
      <a href="/pricing">الأسعار</a>
      <a href="/signup">إنشاء حساب</a>
      <a href="/faq">الأسئلة الشائعة</a>
    </div>
    <div class="footer-col">
      <h4>الشركة</h4>
      <a href="/about">من نحن</a>
      <a href="/contact">اتصل بنا</a>
    </div>
    <div class="footer-col">
      <h4>القانوني</h4>
      <a href="/terms">شروط الاستخدام</a>
      <a href="/privacy">سياسة الخصوصية</a>
    </div>
  </div>
  <div class="footer-bottom">
    © <%= new Date().getFullYear() %> Artal CRM. جميع الحقوق محفوظة.
  </div>
</footer>
