Legal notice

<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Legal Notice & Digital Product Policy</title>

<style>
    body{
        margin:0;
        padding:0;
        font-family: Arial, Helvetica, sans-serif;
        background:#f4f7fb;
        color:#333;
        line-height:1.7;
    }

    .container{
        max-width:900px;
        margin:50px auto;
        background:#fff;
        padding:40px;
        border-radius:12px;
        box-shadow:0 4px 20px rgba(0,0,0,0.08);
    }

    h1{
        text-align:center;
        color:#111827;
        margin-bottom:10px;
    }

    .subtitle{
        text-align:center;
        color:#6b7280;
        margin-bottom:40px;
    }

    h2{
        color:#1f2937;
        margin-top:35px;
        border-left:5px solid #2563eb;
        padding-left:12px;
    }

    p{
        margin-top:15px;
    }

    ul{
        padding-left:20px;
    }

    li{
        margin-bottom:10px;
    }

    .highlight{
        background:#eff6ff;
        border-left:5px solid #2563eb;
        padding:18px;
        margin:25px 0;
        border-radius:8px;
    }

    .warning{
        background:#fef2f2;
        border-left:5px solid #dc2626;
        padding:18px;
        margin:25px 0;
        border-radius:8px;
    }

    footer{
        margin-top:50px;
        text-align:center;
        color:#6b7280;
        font-size:14px;
    }

    @media(max-width:768px){
        .container{
            margin:20px;
            padding:25px;
        }
    }
</style>
</head>

<body>

<div class="container">

    <h1>Legal Notice & Digital Product Policy</h1>

    <p class="subtitle">
        Please read this policy carefully before purchasing any digital products from our store.
    </p>

    <div class="highlight">
        <strong>Important Notice:</strong><br>
        All products sold on this website are digital PDF information products delivered electronically. 
        No physical items will be shipped.
    </div>

    <h2>1. Digital Product Delivery</h2>

    <p>
        Upon successful payment, your purchased digital product will be automatically delivered 
        through instant download access and/or sent to your provided email address.
    </p>

    <p>
        Delivery is typically immediate but may vary depending on payment processing times or 
        technical issues beyond our control.
    </p>

    <h2>2. No Refund Policy</h2>

    <div class="warning">
        Due to the nature of digital products, all sales are final and non-refundable once the product has been delivered or downloaded.
    </div>

    <p>
        By purchasing from this store, you acknowledge and agree that you waive your right to request a refund, return, or exchange for any digital product.
    </p>

    <h2>3. Intellectual Property Rights</h2>

    <p>
        All digital products, including PDFs, text, graphics, branding, and content, remain the intellectual property of the store owner and are protected by copyright laws.
    </p>

    <ul>
        <li>You may use purchased products for personal use only.</li>
        <li>You may not resell, redistribute, reproduce, or share the products without written permission.</li>
        <li>Unauthorized distribution may result in legal action.</li>
    </ul>

    <h2>4. Product Information Disclaimer</h2>

    <p>
        The information provided in our digital products is intended for educational and informational purposes only.
    </p>

    <p>
        We do not guarantee specific results, outcomes, or earnings from the use of our information products.
    </p>

    <h2>5. Limitation of Liability</h2>

    <p>
        We shall not be held liable for any direct, indirect, incidental, or consequential damages resulting from the use or misuse of any digital product purchased from this store.
    </p>

    <h2>6. User Responsibility</h2>

    <p>
        It is the customer’s responsibility to ensure compatibility with their device, software, and internet access required to download and view PDF files.
    </p>

    <h2>7. Acceptance of Terms</h2>

    <p>
        By purchasing from this website, you confirm that you have read, understood, and agreed to this Legal Notice & Digital Product Policy.
    </p>

    <footer>
        © 2026 Your Digital Product Store. All Rights Reserved.
    </footer>

</div>

</body>
</html>