<?php
$currentPage  = 'terms';
$pageTitle    = 'Terms of Service — Greasely Workshop Management Software';
$pageDesc     = 'The terms and conditions for using the Greasely website and workshop management platform.';
$pageKeywords = 'greasely terms of service, workshop software terms, subscription terms';
include 'includes/header.php';
?>

<!-- Page Hero -->
<section class="page-hero" aria-label="Terms of Service page">
  <div class="container">
    <div class="section-label" style="background:rgba(255,255,255,.15);border-color:rgba(255,255,255,.25);color:#fff;" aria-hidden="true">Legal</div>
    <h1 class="page-hero__title">Terms of Service</h1>
    <p class="page-hero__sub">The terms and conditions that apply when you use Greasely.</p>
  </div>
</section>

<!--
  Template terms of service — this is placeholder legal boilerplate to keep
  the site's footer links working. Have this reviewed by a lawyer before
  treating it as your actual terms.
-->
<section class="section" aria-labelledby="terms-heading">
  <div class="container container--narrow">
    <h2 class="section-title" id="terms-heading" style="position:absolute;width:1px;height:1px;overflow:hidden;clip:rect(0,0,0,0);">Terms of Service</h2>
    <div class="legal-content">
      <p class="legal-content__meta">Last updated: 24 August 2026</p>

      <p>These Terms of Service ("Terms") govern your access to and use of the Greasely website and workshop management platform (together, the "Service"), operated by Greasely ("we", "us", "our"). By creating an account or using the Service, you agree to these Terms.</p>

      <h2>1. Description of the Service</h2>
      <p>Greasely is a workshop management platform for auto repair businesses, covering job management, scheduling, invoicing, customer communication, and related features depending on your plan.</p>

      <h2>2. Account registration &amp; trial</h2>
      <p>To use the Service you must register for an account with accurate information. New accounts start on a free 2-week trial with full access; unless you choose otherwise, the trial automatically continues on the applicable Standard plan pricing once it ends. You're responsible for keeping your account credentials secure.</p>

      <h2>3. Subscriptions &amp; billing</h2>
      <p>Paid plans are billed monthly or annually as selected at sign-up. Fees are non-refundable except where required by law. You may cancel your subscription at any time; cancellation takes effect at the end of the current billing period.</p>

      <h2>4. Acceptable use</h2>
      <p>You agree not to misuse the Service, including but not limited to: attempting to gain unauthorised access to any part of the Service, interfering with its normal operation, or using it to store or transmit unlawful content.</p>

      <h2>5. Your data</h2>
      <p>You retain ownership of the customer, vehicle, job, and business data you enter into the Service ("Your Data"). You're responsible for the accuracy and legality of Your Data. We process Your Data on your behalf in order to provide the Service, as described in our <a href="/privacy.php">Privacy Policy</a>.</p>

      <h2>6. Intellectual property</h2>
      <p>The Service, including its software, design, and branding, is owned by Greasely and protected by intellectual property laws. These Terms don't grant you any rights to our trademarks or branding outside of what's needed to use the Service.</p>

      <h2>7. Termination</h2>
      <p>We may suspend or terminate your access to the Service if you materially breach these Terms. You may stop using the Service and cancel your account at any time.</p>

      <h2>8. Disclaimers &amp; limitation of liability</h2>
      <p>The Service is provided "as is" without warranties of any kind, to the extent permitted by law. To the maximum extent permitted by law, Greasely will not be liable for indirect, incidental, or consequential damages arising from your use of the Service.</p>

      <h2>9. Changes to these Terms</h2>
      <p>We may update these Terms from time to time. If we make material changes, we'll update the "Last updated" date above and, where appropriate, notify you directly.</p>

      <h2>10. Contact us</h2>
      <p>Questions about these Terms? <a href="/contact.php">Get in touch</a> with our team.</p>
    </div>
  </div>
</section>

<?php include 'includes/footer.php'; ?>
