<?php include 'header.php'; ?>

<div class="bg-white py-12">
    <div class="max-w-7xl mx-auto px-4 sm:px-6 lg:px-8">
        <div class="text-center">
            <h2 class="text-base font-semibold text-ucf-green-dark tracking-wide uppercase">Your Data</h2>
            <p class="mt-2 text-3xl font-extrabold text-ucf-charcoal tracking-tight sm:text-4xl">
                Privacy Policy
            </p>
            <p class="mt-4 max-w-2xl mx-auto text-xl text-gray-500">
                Last updated: <?php echo date('F j, Y'); ?>
            </p>
        </div>

        <div class="mt-12 prose prose-lg mx-auto text-gray-700">
            <h3>Information We Collect</h3>
            <p>We collect information that you provide to us directly, such as when you create an account, purchase a painting, or contact us for support. This information may include your name, email address, shipping address, and payment information.</p>

            <h3>How We Use Your Information</h3>
            <p>We use the information we collect to:</p>
            <ul>
                <li>Provide, maintain, and improve our services;</li>
                <li>Process transactions and send you related information, including confirmations and invoices;</li>
                <li>Send you technical notices, updates, security alerts, and support and administrative messages;</li>
                <li>Respond to your comments, questions, and requests and provide customer service.</li>
            </ul>
            
            <h3>Sharing of Information</h3>
            <p>We do not share your personal information with third parties except as described in this Privacy Policy. We may share information with vendors, consultants, and other service providers who need access to such information to carry out work on our behalf.</p>

             <p><em>(This is placeholder text. You will be able to edit this content from the admin panel later.)</em></p>
        </div>
    </div>
</div>

<?php include 'footer.php'; ?>
