---
import BaseLayout from '../layouts/BaseLayout.astro';
---
<BaseLayout
  title="Privacy Policy — TrueTraceShorts"
  description="Privacy policy for the TrueTraceShorts static informational website."
>
  <section class="section">
    <div class="container prose">
      <p class="eyebrow">Privacy Policy</p>
      <h1>Privacy Policy</h1>
      <p class="lead">
        TrueTraceShorts is designed as a minimal, static informational website about digital red flags,
        scams, suspicious messages, and safer next steps.
      </p>

      <h2>1. Static informational website</h2>
      <p>
        The current TrueTraceShorts website is a static informational website. It provides educational pages,
        checklists, and links to related resources. The website is intended to minimize data collection.
      </p>

      <h2>2. No visitor accounts or public login features</h2>
      <p>
        We do not currently offer visitor accounts, user profiles, public comments, public login features,
        or user dashboards on this website.
      </p>

      <h2>3. Information you should not send</h2>
      <p>
        Visitors should not send, post, or share sensitive scam details or personal data through public
        comments, messages, social platforms, or any future suggestion channel connected with
        TrueTraceShorts. Do not share:
      </p>
      <ul>
        <li>passwords or one-time codes;</li>
        <li>payment card information or bank details;</li>
        <li>identity documents or account screenshots;</li>
        <li>real scam links, real phone numbers, or QR codes;</li>
        <li>private account information;</li>
        <li>personal information about yourself or other people.</li>
      </ul>
      <p>
        If you are dealing with a real incident, contact the relevant bank, card provider, account provider,
        platform, authority, consumer protection service, or qualified professional through official channels.
      </p>

      <h2>4. Analytics and measurement</h2>
      <p>
        No analytics service is currently configured for this website, unless this has changed after the last
        update of this policy. If analytics or privacy-friendly measurement is added later, this Privacy
        Policy should be updated before or when it is enabled.
      </p>

      <h2>5. External links</h2>
      <p>
        TrueTraceShorts may link to third-party websites, official resources, tools, or social platforms. If
        you click an external link, those third-party sites may process data under their own privacy policies
        and terms. We do not control how third-party websites or platforms handle your data.
      </p>

      <h2>6. Affiliate links</h2>
      <p>
        If affiliate links are added later, they may use tracking parameters or cookies according to the
        affiliate partner’s policies. Affiliate links should be disclosed where relevant. Tool recommendations
        or affiliate links do not replace safer actions, official support, or advice from a qualified
        professional.
      </p>

      <h2>7. Social platforms</h2>
      <p>
        TrueTraceShorts may publish educational content on social platforms such as YouTube, TikTok,
        Instagram, or similar services. If you interact with TrueTraceShorts on those platforms, the
        platforms’ own privacy policies, terms, and account settings apply.
      </p>
      <p>
        Avoid sharing sensitive scam details, private links, account information, payment information, or
        personal data in public comments or social messages.
      </p>

      <h2>8. Contact or suggestion features</h2>
      <p>
        If this website later starts collecting contact details, scam submissions, suggestions, or other
        user-provided information, this Privacy Policy must be updated before or when those features are
        activated.
      </p>

      <h2>9. Changes to this Privacy Policy</h2>
      <p>
        We may update this Privacy Policy from time to time. The updated version will be posted on this page.
      </p>
    </div>
  </section>
</BaseLayout>
