<!DOCTYPE html>
<html lang="en">
<head>
    <meta charset="UTF-8">
    <title>Terms of Service — GalaPie</title>
    <link rel="stylesheet" href="/style.css">
    <style>
        .policy { max-width: 700px; margin: 0 auto; text-align: left; }
        .policy h2 { margin-top: 32px; font-size: 18px; }
        .policy p, .policy li { color: #555; margin-bottom: 12px; }
        .policy ul { margin-left: 20px; }
    </style>
</head>
<body>
    <main class="container policy">
        <header style="text-align:center;">
            <h1>Terms of Service</h1>
            <p>Effective: March 16, 2026</p >
        </header>

        <h2>1. Using the site</h2>
        <p>By using galapai.co, you agree to these terms. Don't use it if you don't agree.</p >

        <h2>2. Your account</h2>
        <ul>
            <li>Give us a real email.</li>
            <li>Keep your account safe.</li>
            <li>We can terminate accounts that break rules.</li>
        </ul>

        <h2>3. What you send us</h2>
        <p>When you send feedback or content, you give us permission to use it to run and improve our service.</p >

        <h2>4. Our content</h2>
        <p>All videos, text, and logos on this site belong to GalaPie. Don't use them without permission.</p >

        <h2>5. Rules</h2>
        <ul>
            <li>Don't use this site for illegal things.</li>
            <li>Don't try to break our systems.</li>
            <li>Don't send spam.</li>
        </ul>

        <h2>6. Disclaimers</h2>
        <p>This site is provided "as is." We don't guarantee it will always work perfectly.</p >

        <h2>7. Liability</h2>
        <p>We're not liable for indirect damages. Our maximum liability is limited to fees paid in the past 12 months.</p >

        <h2>8. Governing law</h2>
        <p>These terms are governed by the laws of Singapore. Disputes go to the Singapore International Arbitration Centre (SIAC).</p >

        <h2>9. Changes</h2>
        <p>We may update these terms. Continuing to use the site means you accept the new terms.</p >

        <h2>10. Contact</h2>
        <p><a href=" ">register@galapai.co</a ></p >

        <nav style="margin-top: 40px; text-align: center;">
            <a href="/">Home</a > · <a href="/privacy.html">Privacy</a > · <a href="/cookies.html">Cookies</a >
        </nav>
    </main>

    <footer>
        <p class="brand">GalaPie — Eat Gala, Drink Beer</p >
        <p>© 2026 GalaPie</p >
    </footer>
</body>
</html>