<?php
$PAGE_TITLE = 'FreshMesh FAQ | Airflow, Cleaning, Drilling, Pets & Warranty';
$PAGE_DESC  = 'Answers about window and door mesh in Singapore: airflow, cleaning, drilling, HDB suitability, cat safety, insect vs safety mesh, installation time and warranty.';
require __DIR__ . '/includes/header.php';
?>
<section class="page-hero">
  <div class="wrap">
    <div class="crumb"><a href="/">Home</a> &nbsp;/&nbsp; FAQ</div>
    <h1>Frequently asked questions</h1>
    <p class="lead">Airflow, cleaning, fitting, drilling, pets and warranty — the questions home owners ask before installing mesh.</p>
  </div>
</section>
<section class="section">
  <div class="wrap">
    <div class="faq-list">
      <?php foreach ($FAQS as $i=>$f): ?>
        <div class="faq-item<?= $i===0?' open':'' ?>"><div class="faq-q"><?= e($f[0]) ?><span class="pm">+</span></div><div class="faq-a"><p><?= e($f[1]) ?></p></div></div>
      <?php endforeach; ?>
    </div>
    <div style="text-align:center;margin-top:34px">
      <p>Still have a question? We are happy to advise.</p>
      <a class="btn btn-wa btn-lg" href="<?= e(wa_link('Hi FreshMesh, I have a question about mesh installation:')) ?>" target="_blank" rel="noopener">Ask on WhatsApp</a>
    </div>
  </div>
</section>
<?php require __DIR__ . '/includes/footer.php'; ?>
