<?php include 'includes/header.php'; ?>

<div class="container" style="padding: 40px 20px; background: #fff; margin-top: 20px; border-radius: 8px;">
    <h1>Privacy Policy</h1>
    <hr>

    <h3>1. Information We Collect</h3>
    <p>When you place an order on Pro Subscription Offers, we collect the following details:</p>
    <ul>
        <li>Name</li>
        <li>Email Address (for product delivery)</li>
        <li>Phone Number / WhatsApp (for support and order updates)</li>
    </ul>

    <h3>2. How We Use Your Information</h3>
    <p>We use your data solely for:</p>
    <ul>
        <li>Processing your order and delivering license keys.</li>
        <li>Sending order confirmations and invoices.</li>
        <li>Providing customer support via WhatsApp or Email.</li>
    </ul>

    <h3>3. Data Security</h3>
    <p>We implement security measures to maintain the safety of your personal information. Your passwords are hashed (encrypted) in our database. We do not store any credit card or banking information on our servers.</p>

    <h3>4. Third-Party Sharing</h3>
    <p>We do not sell, trade, or transfer your personally identifiable information to outside parties.</p>

    <h3>5. Cookies</h3>
    <p>We use cookies to maintain your shopping cart session and login status. By using our site, you consent to the use of these cookies.</p>
</div>

<?php include 'includes/footer.php'; ?>