Privacy Policy

<!DOCTYPE html>
<html lang="en">
<head>
  <meta charset="UTF-8" />
  <meta name="viewport" content="width=device-width, initial-scale=1.0" />
  <title>Privacy Policy - Homeoutli</title>
  <style>
    body {
      margin: 0;
      font-family: Arial, sans-serif;
      background: #f7f8fb;
      color: #1e2a3a;
      line-height: 1.7;
    }
    .container {
      max-width: 900px;
      margin: 0 auto;
      padding: 50px 20px;
    }
    h1, h2 {
      color: #123a78;
    }
    a {
      color: #ff7a00;
      text-decoration: none;
    }
  </style>
</head>
<body>
  <div class="container">
    <h1>Privacy Policy</h1>
    <p>At Homeoutli, we respect your privacy and are committed to protecting your personal information. This Privacy Policy explains how we collect, use, and protect information when you visit our website or place an order.</p>

    <h2>Information We Collect</h2>
    <p>We may collect personal information such as your name, email address, phone number, billing address, shipping address, payment details, and order information.</p>

    <h2>How We Use Your Information</h2>
    <p>We use your information to process orders, deliver products, provide customer support, improve our website, prevent fraud, and send updates related to your purchase or promotional offers if you choose to receive them.</p>

    <h2>Payment Information</h2>
    <p>Payment transactions are processed through secure third-party payment providers. We do not store full payment card details on our servers.</p>

    <h2>Cookies and Analytics</h2>
    <p>We may use cookies and analytics tools to improve user experience, analyze traffic, and measure advertising performance. You may adjust your browser settings to manage cookies.</p>

    <h2>Sharing of Information</h2>
    <p>We may share your information with service providers involved in payment processing, shipping, fraud prevention, website hosting, and analytics. We do not sell your personal information to third parties.</p>

    <h2>Data Security</h2>
    <p>We use reasonable technical and organizational measures to protect your personal information. However, no online system can be guaranteed to be fully secure.</p>

    <h2>Your Rights</h2>
    <p>You may request access to, correction of, or deletion of your personal information where permitted by applicable law. You may also opt out of promotional emails at any time.</p>

    <h2>Third-Party Links</h2>
    <p>Our website may contain links to third-party websites. We are not responsible for the privacy practices or content of those websites.</p>

    <h2>Contact Us</h2>
    <p>If you have any questions about this Privacy Policy, contact us at <a href="mailto:support@homeoutli.com">support@homeoutli.com</a>.</p>
  </div>
</body>
</html>