<?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">Our Policy</h2>
            <p class="mt-2 text-3xl font-extrabold text-ucf-charcoal tracking-tight sm:text-4xl">
                Refund & Return 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>Artist Membership Fees</h3>
            <p>Membership subscription fees are non-refundable. Once a subscription period has been paid for, it cannot be refunded, either in full or in part. You may cancel your subscription at any time to prevent future billing.</p>

            <h3>Painting Purchases</h3>
            <p>All sales of artwork are final. As a marketplace connecting artists directly with buyers, United Cultural Forum does not handle returns or refunds for paintings. All transactions are directly between the buyer and the artist.</p>
            <p>If a painting arrives damaged or is significantly not as described, the buyer must contact the artist directly to resolve the issue. United Cultural Forum is not responsible for shipping, damages, or disputes between buyers and sellers.</p>

            <h3>Competition Fees</h3>
            <p>Fees paid to enter competitions are non-refundable.</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'; ?>
