<?php
$currentPage = '';
$pageTitle = 'Terms & Conditions | Vivora Tools';
$pageDescription = 'Read the Vivora Tools terms & conditions for using our free browser-based utilities, including access, service use, user conduct, data handling, changes, disclaimers, and liability.';
$canonicalPath = 'terms-conditions';
$bodyClass = 'terms-page';
$breadcrumbs = [
    ['name' => 'Home', 'url' => ''],
    ['name' => 'Terms & Conditions', 'url' => 'terms-conditions'],
];
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">/ Terms & Conditions</span>
        </li>
      </ul>
    </div>
    <div class="page-hero-content mx-auto max-w-[820px] text-center">
      <h1 class="mb-5 mt-8">Terms & Conditions</h1>
      <p>
        These terms explain how you may access and use Vivora Tools, a free collection of browser-based utilities designed for quick everyday text tasks.
      </p>
    </div>
  </div>
</section>

<section class="section pt-0">
  <div class="container">
    <div class="page-panel terms-panel mx-auto max-w-[980px] px-6 py-10 md:px-10">
      <div class="terms-intro">
        <span class="terms-kicker">Free tools, fair use, clear expectations</span>
        <p>
          By using Vivora Tools, you agree to use the website responsibly and only for lawful purposes.
          Our services are currently provided free of charge, without user accounts, subscriptions, or storage of your tool input.
        </p>
        <p>
          If you do not agree with these terms, please stop using the website.
        </p>
      </div>

      <div class="terms-grid">
        <article class="terms-card">
          <h2>Using Vivora Tools</h2>
          <p>
            Vivora Tools provides simple online utilities such as text counters, converters, cleaners, and similar browser-based tools.
            You may access the website for personal, educational, professional, or general everyday use.
          </p>
        </article>

        <article class="terms-card">
          <h2>Access to Services</h2>
          <p>
            We try to keep the website available and easy to access, but we do not guarantee uninterrupted, error-free, or permanent availability.
            Some tools, pages, or features may be updated, removed, or temporarily unavailable.
          </p>
        </article>

        <article class="terms-card">
          <h2>Permission to Use the Website</h2>
          <p>
            We give you a limited, non-exclusive, non-transferable permission to access and use Vivora Tools through a normal web browser.
            You may not copy, resell, misuse, or interfere with the website, its code, or its infrastructure.
          </p>
        </article>

        <article class="terms-card">
          <h2>Fees and Subscriptions</h2>
          <p>
            Vivora Tools is currently free for users. We do not charge subscription fees for the tools available on this website.
            If paid features are ever introduced, we will clearly explain the pricing and applicable terms before requiring payment.
          </p>
        </article>

        <article class="terms-card">
          <h2>Acceptable Conduct</h2>
          <p>
            Please do not use the website for unlawful activity, spam, automated abuse, security testing without permission, attempts to disrupt service,
            or any action that may harm the website, other users, or third-party systems.
          </p>
        </article>

        <article class="terms-card">
          <h2>Your Text and Files</h2>
          <p>
            The text or .txt files you use inside our tools remain yours. Vivora Tools does not store your input, uploaded text files, converted output, or calculation results.
            Tool processing is designed to happen in your browser wherever possible.
          </p>
        </article>

        <article class="terms-card">
          <h2>Changes to Services or Terms</h2>
          <p>
            We may modify, improve, pause, or remove any tool or page at any time. We may also update these Terms & Conditions as the website grows.
            Continued use of the website after updates means you accept the revised terms.
          </p>
        </article>

        <article class="terms-card">
          <h2>Disclaimers</h2>
          <p>
            Vivora Tools is provided on an "as is" and "as available" basis. The tools are intended for convenience and general use.
            We do not guarantee that every result will be suitable for every purpose, especially for legal, financial, medical, or other high-stakes use.
          </p>
        </article>

        <article class="terms-card">
          <h2>Limitation of Liability</h2>
          <p>
            To the fullest extent permitted by law, Vivora Tools and its operators will not be liable for indirect, incidental, special, consequential,
            or loss-related damages arising from use of the website or reliance on tool results.
          </p>
        </article>

        <article class="terms-card">
          <h2>Contact</h2>
          <p>
            If you have questions about these Terms & Conditions, 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'; ?>
