<?php
$currentPage  = 'cookies';
$pageTitle    = 'Cookie Policy — Greasely Workshop Management Software';
$pageDesc     = 'What cookies the Greasely website uses and why.';
$pageKeywords = 'greasely cookie policy, workshop software cookies';
include 'includes/header.php';
?>

<!-- Page Hero -->
<section class="page-hero" aria-label="Cookie Policy 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">Cookie Policy</h1>
    <p class="page-hero__sub">What cookies this site uses, and why.</p>
  </div>
</section>

<!--
  Template cookie policy — 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 policy, and keep the cookie table in sync if analytics
  or marketing cookies are ever added.
-->
<section class="section" aria-labelledby="cookies-heading">
  <div class="container container--narrow">
    <h2 class="section-title" id="cookies-heading" style="position:absolute;width:1px;height:1px;overflow:hidden;clip:rect(0,0,0,0);">Cookie Policy</h2>
    <div class="legal-content">
      <p class="legal-content__meta">Last updated: 24 August 2026</p>

      <p>This Cookie Policy explains what cookies are, which ones the Greasely website uses, and why. It applies to the marketing website; the Greasely application itself may use additional cookies as described when you sign in.</p>

      <h2>What are cookies?</h2>
      <p>Cookies are small text files placed on your device when you visit a website. They're widely used to make websites work, work more reliably, or work more efficiently, as well as to provide reporting information.</p>

      <h2>Cookies we use</h2>
      <p>We keep cookie use on this site to a minimum. We don't use advertising or tracking cookies, and we don't run analytics scripts.</p>
      <ul>
        <li><strong>Session cookie:</strong> keeps you securely connected while you fill in a form, such as the trial sign-up or contact form. It's deleted automatically when your browser session ends. Strictly necessary — the site can't function without it.</li>
        <li><strong>CSRF protection cookie:</strong> works alongside the session cookie to verify that form submissions genuinely came from this site, protecting you from cross-site request forgery attacks. Strictly necessary.</li>
        <li><strong>Cloudflare Turnstile cookie:</strong> set by our bot-protection provider, Cloudflare, when you submit the trial or contact form. It helps distinguish real visitors from automated bots without showing you an intrusive CAPTCHA. Strictly necessary.</li>
      </ul>

      <h2>Managing cookies</h2>
      <p>Because the cookies above are strictly necessary, disabling them may prevent parts of this site — like the trial sign-up and contact forms — from working correctly. You can still control or delete cookies through your browser settings at any time; check your browser's help documentation for instructions.</p>

      <h2>Changes to this policy</h2>
      <p>If the cookies this site uses ever change — for example, if we add analytics in future — we'll update this page and the "Last updated" date above.</p>

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

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