<?php
$PAGE_TITLE = 'Window Mesh Price Singapore | FreshMesh Packages & Quote';
$PAGE_DESC  = 'FreshMesh package prices for window, door, cat-safe and security mesh in Singapore. Clear price ranges plus a per-opening guide and fast WhatsApp quote.';
require __DIR__ . '/includes/header.php';
?>
<section class="page-hero">
  <div class="wrap">
    <div class="crumb"><a href="/">Home</a> &nbsp;/&nbsp; Pricing</div>
    <h1>Mesh packages &amp; price guide</h1>
    <p class="lead">We are not the cheapest. We offer affordable installed mesh with clear prices, neat finishing and a fast WhatsApp quote. The ranges below are market test guides — your final price depends on your openings.</p>
    <a class="btn btn-wa btn-lg" href="<?= e(wa_link('Hi FreshMesh, I would like a price quote. Here are my details:')) ?>" target="_blank" rel="noopener">Get my quote</a>
  </div>
</section>

<section class="section">
  <div class="wrap">
    <div class="pkg-grid">
      <?php foreach ($PACKAGES as $i=>$p): ?>
        <div class="pkg<?= $i===1?' feat':'' ?>">
          <span class="tag"><?= e($p['tag']) ?></span>
          <h3><?= e($p['name']) ?></h3>
          <div class="price"><?= e($p['price']) ?></div>
          <p><?= e($p['desc']) ?></p>
          <a class="btn btn-primary" href="<?= e(wa_link('Hi FreshMesh, I am interested in the '.$p['name'].' package. Here are my details:')) ?>" target="_blank" rel="noopener">Get this quote</a>
        </div>
      <?php endforeach; ?>
    </div>
    <p class="callout" style="max-width:760px;margin:34px auto 0">Use these as market test ranges only. Final prices are set after we confirm your openings, the mesh system, installation time and warranty. Larger or full-home orders are quoted together for better value.</p>
  </div>
</section>

<section class="section soft">
  <div class="wrap">
    <div class="sec-head"><span class="kicker">For an accurate quote</span><h2>What we ask you to share</h2><p>The more you tell us, the more accurate your quote. Send it all on WhatsApp or use the quote form.</p></div>
    <div class="use-grid">
      <div class="use"><b>Home type</b><p>HDB, condo, landed, office or shop.</p></div>
      <div class="use"><b>Area in Singapore</b><p>So we can confirm service coverage and scheduling.</p></div>
      <div class="use"><b>Opening type</b><p>Window, door, balcony, service yard, bathroom or wall area.</p></div>
      <div class="use"><b>Photos of each opening</b><p>Clear photos help us recommend the right system.</p></div>
      <div class="use"><b>Rough width and height</b><p>Approximate sizes per opening are enough to start.</p></div>
      <div class="use"><b>Need type</b><p>Insect-only, cat-safe, child-safety support or security mesh.</p></div>
      <div class="use"><b>Preferred option</b><p>Magnetic, retractable, stainless steel or not sure.</p></div>
      <div class="use"><b>Timeline &amp; access</b><p>When you need it and any access constraints.</p></div>
    </div>
    <p style="text-align:center;margin-top:30px"><a class="btn btn-wa btn-lg" href="<?= e(wa_link('Hi FreshMesh, here are my quote details:')) ?>" target="_blank" rel="noopener">Send details on WhatsApp</a></p>
  </div>
</section>
<?php require __DIR__ . '/includes/footer.php'; ?>
