<?php
$currentPage = '';
$pageTitle = 'Privacy Policy | Vivora Tools';
$pageDescription = 'Read the Vivora Tools privacy policy about personal information, data storage, cookies, security, traffic analytics, advertising, policy updates, and contact details.';
$canonicalPath = 'privacy-policy';
$bodyClass = 'privacy-policy-page';
$breadcrumbs = [
    ['name' => 'Home', 'url' => ''],
    ['name' => 'Privacy Policy', 'url' => 'privacy-policy'],
];
require __DIR__ . '/includes/head.php';
require __DIR__ . '/includes/header.php';
?>

<section class="page-hero py-16">
  <div class="container">
    <div class="text-center">
      <ul class="breadcrumb inline-flex h-8 items-center justify-center space-x-2 rounded-3xl bg-theme-light px-4 py-2">
        <li class="leading-none text-dark">
          <a class="inline-flex items-center text-primary" href="/">
            <svg class="mr-1.5" width="15" height="15" viewBox="0 0 16 16" fill="none" xmlns="http://www.w3.org/2000/svg" aria-hidden="true">
              <path d="M13.1769 15.0588H10.3533V9.41178H5.64744V15.0588H2.82391V6.58825H1.88274V16H14.118V6.58825H13.1769V15.0588ZM6.58862 15.0588V10.353H9.41215V15.0588H6.58862ZM15.8084 6.09225L15.2512 6.85178L8.00038 1.52472L0.749559 6.8499L0.192383 6.09131L8.00038 0.357666L15.8084 6.09225Z" fill="black" />
            </svg>
            <span class="text-sm leading-none">Home</span>
          </a>
        </li>
        <li class="leading-none text-dark">
          <span class="text-sm leading-none">/ Privacy Policy</span>
        </li>
      </ul>
    </div>
    <div class="page-hero-content mx-auto max-w-[820px] text-center">
      <h1 class="mb-5 mt-8">Privacy Policy</h1>
      <p>
        This page explains how Vivora Tools handles personal information, tool data, cookies, analytics, advertising, security, and policy updates.
      </p>
    </div>
  </div>
</section>

<section class="section pt-0">
  <div class="container">
    <div class="page-panel privacy-policy-panel mx-auto max-w-[980px] px-6 py-10 md:px-10">
      <div class="privacy-intro">
        <span class="privacy-kicker">Simple, free, and privacy-aware</span>
        <p>
          This page informs you of our policies regarding the collection, use, and disclosure of Personal Information when you use Vivora Tools.
          Our tools are free to use, and we do not store the text or files you enter into our tools.
        </p>
        <p>
          By using this website, you agree to the practices described in this Privacy Policy.
        </p>
      </div>

      <div class="privacy-policy-grid">
        <article class="privacy-policy-card">
          <h2>Personal Information</h2>
          <p>
            Vivora Tools does not ask you to create an account and does not intentionally collect or store personal information through the free tools on this website.
            Text entered into tools such as counters, converters, and cleaners is processed in your browser and is not saved by us.
          </p>
        </article>

        <article class="privacy-policy-card">
          <h2>Data Storage Policy</h2>
          <p>
            We do not store your tool input, uploaded text files, converted output, or calculation results on our servers.
            If a tool accepts a .txt file, the file is read locally by your browser for the purpose of using that tool.
          </p>
        </article>

        <article class="privacy-policy-card">
          <h2>Cookies</h2>
          <p>
            Vivora Tools may use essential cookies or similar browser technologies if needed to keep the website working properly.
            If we use analytics or advertising services in the future, those third-party services may use cookies according to their own policies.
          </p>
        </article>

        <article class="privacy-policy-card">
          <h2>Security</h2>
          <p>
            We care about keeping the website safe and simple. However, no method of transmission over the internet or method of electronic storage is completely secure.
            Since our tools are designed to run in the browser and avoid storing tool data, we reduce the amount of information handled by the website.
          </p>
        </article>

        <article class="privacy-policy-card">
          <h2>Traffic Analytics</h2>
          <p>
            We may use traffic analytics to understand how visitors use Vivora Tools, such as page visits, device type, browser type, and general usage patterns.
            Analytics information helps us improve performance, content, and user experience. We do not use analytics to store the text you enter into tools.
          </p>
        </article>

        <article class="privacy-policy-card">
          <h2>Advertising</h2>
          <p>
            Vivora Tools may display advertising to support free access to the website. Advertising partners may use cookies or similar technologies to show and measure ads.
            Any advertising partner data collection is governed by that partner's privacy policy.
          </p>
        </article>

        <article class="privacy-policy-card">
          <h2>Changes To This Privacy Policy</h2>
          <p>
            We may update this Privacy Policy from time to time. Any changes will be posted on this page with updated content.
            You are encouraged to review this page periodically for any changes.
          </p>
        </article>

        <article class="privacy-policy-card">
          <h2>Contact Us</h2>
          <p>
            If you have any questions about this Privacy Policy, please contact us through the <a href="/contact-us">Contact us</a> page.
          </p>
        </article>
      </div>
    </div>
  </div>
</section>

<?php require __DIR__ . '/includes/footer.php'; ?>
