<!DOCTYPE html>
<html lang="en">
<head>
  <meta charset="UTF-8" />
  <meta name="viewport" content="width=device-width, initial-scale=1.0" />
  <title>Privacy Policy – Eatroo</title>
  <style>
    *, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }
    body {
      font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif;
      background: #f9f9f9;
      color: #222;
      line-height: 1.7;
    }
    header {
      background: #ff5722;
      color: #fff;
      padding: 2rem 1.5rem;
      text-align: center;
    }
    header h1 { font-size: 2rem; margin-bottom: 0.25rem; }
    header p  { font-size: 0.95rem; opacity: 0.85; }
    main {
      max-width: 800px;
      margin: 2rem auto;
      background: #fff;
      border-radius: 12px;
      padding: 2.5rem 2rem;
      box-shadow: 0 2px 12px rgba(0,0,0,0.07);
    }
    h2 {
      font-size: 1.15rem;
      color: #ff5722;
      margin: 2rem 0 0.5rem;
      padding-bottom: 0.3rem;
      border-bottom: 1px solid #ffe0d6;
    }
    p, li { margin-bottom: 0.6rem; font-size: 0.97rem; color: #444; }
    ul { padding-left: 1.4rem; margin-bottom: 0.6rem; }
    a { color: #ff5722; }
    .updated { font-size: 0.85rem; color: #999; margin-bottom: 1.5rem; }
    footer {
      text-align: center;
      padding: 1.5rem;
      font-size: 0.85rem;
      color: #aaa;
    }
  </style>
</head>
<body>

<header>
  <h1>🍽️ Eatroo</h1>
  <p>Privacy Policy</p>
</header>

<main>
  <p class="updated">Last updated: May 18, 2026</p>

  <p>
    Eatroo ("we", "our", or "us") operates the Eatroo mobile application (the "App").
    This Privacy Policy explains how we collect, use, and protect your information when
    you use our App.
  </p>

  <h2>1. Information We Collect</h2>
  <ul>
    <li><strong>Account Information:</strong> Name, email address, and phone number when you register.</li>
    <li><strong>Location Data:</strong> Your device location to show nearby restaurants and calculate delivery routes. We only access location while the App is in use.</li>
    <li><strong>Order Information:</strong> Details of your food orders, delivery addresses, and payment method type (we do not store full card numbers).</li>
    <li><strong>Device Information:</strong> Device type, operating system, and app version for diagnostics and improvements.</li>
    <li><strong>Usage Data:</strong> Pages viewed, features used, and time spent in the App to improve user experience.</li>
  </ul>

  <h2>2. How We Use Your Information</h2>
  <ul>
    <li>To create and manage your account.</li>
    <li>To process and deliver your food orders.</li>
    <li>To send order confirmations and delivery updates via push notifications.</li>
    <li>To improve our App, services, and customer experience.</li>
    <li>To respond to support requests.</li>
    <li>To comply with legal obligations.</li>
  </ul>

  <h2>3. Sharing Your Information</h2>
  <p>We do not sell your personal data. We may share your information with:</p>
  <ul>
    <li><strong>Restaurants:</strong> To fulfill your order (name, delivery address, order details).</li>
    <li><strong>Delivery Partners:</strong> To complete the delivery (name, phone number, delivery address).</li>
    <li><strong>Service Providers:</strong> Firebase (Google) for authentication and notifications; Cloudinary for image storage. These providers are bound by confidentiality agreements.</li>
    <li><strong>Legal Authorities:</strong> When required by law or to protect our rights.</li>
  </ul>

  <h2>4. Push Notifications</h2>
  <p>
    We send push notifications for order updates and promotions using Firebase Cloud Messaging.
    You can disable notifications at any time in your device settings.
  </p>

  <h2>5. Data Retention</h2>
  <p>
    We retain your personal data for as long as your account is active or as needed to provide
    our services. You may request deletion of your account and data by contacting us.
  </p>

  <h2>6. Data Security</h2>
  <p>
    We use industry-standard security measures including HTTPS encryption and Firebase
    Authentication to protect your data. However, no method of transmission over the
    internet is 100% secure.
  </p>

  <h2>7. Children's Privacy</h2>
  <p>
    Our App is not directed at children under 13. We do not knowingly collect personal
    information from children under 13.
  </p>

  <h2>8. Your Rights</h2>
  <p>You have the right to:</p>
  <ul>
    <li>Access the personal data we hold about you.</li>
    <li>Request correction or deletion of your data.</li>
    <li>Withdraw consent for data processing.</li>
    <li>Lodge a complaint with a data protection authority.</li>
  </ul>

  <h2>9. Third-Party Services</h2>
  <p>Our App uses the following third-party services, each with their own privacy policies:</p>
  <ul>
    <li><a href="https://policies.google.com/privacy" target="_blank">Google Firebase</a> – Authentication, database, and notifications</li>
    <li><a href="https://cloudinary.com/privacy" target="_blank">Cloudinary</a> – Image storage and delivery</li>
  </ul>

  <h2>10. Changes to This Policy</h2>
  <p>
    We may update this Privacy Policy from time to time. We will notify you of any changes
    by updating the "Last updated" date at the top of this page. Continued use of the App
    after changes constitutes acceptance of the updated policy.
  </p>

  <h2>11. Contact Us</h2>
  <p>
    If you have any questions about this Privacy Policy, please contact us at:<br />
    <a href="mailto:mohammeddastem@gmail.com">mohammeddastem@gmail.com</a>
  </p>
</main>

<footer>
  &copy; 2026 Eatroo. All rights reserved.
</footer>

</body>
</html>
