<?php
$currentPage  = 'about';
$pageTitle    = 'About Us — Greasely Workshop Management Software';
$pageDesc     = 'Meet the team behind Greasely — workshop management software built by people who understand what it actually takes to run an auto repair shop.';
$pageKeywords = 'about greasely, greasely team, workshop software company, auto repair software company';
include 'includes/header.php';
?>

<!-- Page Hero -->
<section class="page-hero" aria-label="About 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">About Us</div>
    <h1 class="page-hero__title">Built by people who get workshops</h1>
    <p class="page-hero__sub">We got tired of watching great workshops get held back by clunky software, so we built the tool we always wished existed.</p>
    <button class="btn btn-white btn-lg" onclick="openTrialModal()">Try Free for 2 Weeks</button>
  </div>
</section>

<section class="section" aria-labelledby="story-heading">
  <div class="container container--narrow">
    <header class="section-header">
      <div class="section-label" aria-hidden="true">Our Story</div>
      <h2 class="section-title" id="story-heading">Why we built Greasely</h2>
    </header>
    <p style="font-size:1.0625rem;line-height:1.8;color:var(--text-muted);margin-bottom:20px;">Every workshop we talked to was running on some combination of whiteboards, spreadsheets, paper job cards, and a group chat that everyone half-reads. It worked, technically — but it meant missed follow-ups, invoices that went out late, and technicians who never quite knew what to pick up next.</p>
    <p style="font-size:1.0625rem;line-height:1.8;color:var(--text-muted);">Generic project management tools didn't fit either — they don't know what a job card is, don't understand labour hours or parts, and take months to bend into shape. So we set out to build something purpose-made: software that speaks the language of a workshop from the first login, and that a busy technician can actually use standing at a bench with greasy hands.</p>
  </div>
</section>

<section class="section section--bg" aria-labelledby="values-heading">
  <div class="container">
    <header class="section-header section-header--center">
      <div class="section-label" aria-hidden="true">What We Believe</div>
      <h2 class="section-title" id="values-heading">The principles behind the product</h2>
    </header>

    <div class="grid-3">
      <article class="card benefit-card">
        <div class="feature-icon">
          <svg viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" aria-hidden="true"><path d="M14.7 6.3a1 1 0 0 0 0 1.4l1.6 1.6a1 1 0 0 0 1.4 0l3.77-3.77a6 6 0 0 1-7.94 7.94l-6.91 6.91a2.12 2.12 0 0 1-3-3l6.91-6.91a6 6 0 0 1 7.94-7.94l-3.76 3.76z"/></svg>
        </div>
        <h3 class="benefit-card__title">Built for the workshop floor</h3>
        <p class="benefit-card__text">Every feature is designed around how repair shops actually work — not adapted from a generic tool that was never meant for you.</p>
      </article>

      <article class="card benefit-card">
        <div class="feature-icon">
          <svg viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" aria-hidden="true"><line x1="12" y1="1" x2="12" y2="23"/><path d="M17 5H9.5a3.5 3.5 0 0 0 0 7h5a3.5 3.5 0 0 1 0 7H6"/></svg>
        </div>
        <h3 class="benefit-card__title">Fair, transparent pricing</h3>
        <p class="benefit-card__text">One straightforward subscription per workshop — not per seat, and not padded out with surprise add-ons for the features you actually need.</p>
      </article>

      <article class="card benefit-card">
        <div class="feature-icon">
          <svg viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" aria-hidden="true"><path d="M21 15a2 2 0 0 1-2 2H7l-4 4V5a2 2 0 0 1 2-2h14a2 2 0 0 1 2 2z"/></svg>
        </div>
        <h3 class="benefit-card__title">Real people, real support</h3>
        <p class="benefit-card__text">Questions get answered by people who understand workshops, not a support queue that reads from a script. <a href="/contact.php" style="color:var(--primary);">Say hello</a> any time.</p>
      </article>
    </div>
  </div>
</section>

<!-- CTA Banner -->
<section class="section" aria-labelledby="about-cta-heading">
  <div class="container">
    <div class="cta-banner">
      <h2 class="cta-banner__title" id="about-cta-heading">See it running your workshop</h2>
      <p class="cta-banner__sub">Get full access free for 2 weeks. Set up in minutes — no credit card, no commitment, cancel anytime.</p>
      <div class="cta-banner__actions">
        <button class="btn btn-white btn-lg" onclick="openTrialModal()">
          Start Your Free 2-Week Trial
        </button>
        <a href="/contact.php" class="btn btn-white-outline btn-lg">Talk to the Team</a>
      </div>
      <p class="cta-banner__note">Free for 2 weeks &bull; Full access &bull; No credit card required &bull; Cancel anytime</p>
    </div>
  </div>
</section>

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