01618830666
<section style="padding: 60px 20px; background: linear-gradient(135deg, #f7faf7 0%, #eaf5ea 100%); border-radius: 16px; text-align: center; max-width: 1100px; margin: 0 auto; box-shadow: 0 8px 24px rgba(0,0,0,0.08);">

  <h2 style="font-size: 38px; line-height: 1.3; color: #1f3b1f; margin-bottom: 20px; font-weight: 700;">
    Book Your Free Japanese Knotweed Survey Today
  </h2>

  <p style="font-size: 19px; line-height: 1.7; color: #333333; max-width: 820px; margin: 0 auto 30px auto;">
    If you suspect Japanese knotweed on your property, act early. We provide expert help, fast reporting, and mortgage-friendly treatment plans.
  </p>

  <div style="display: flex; flex-wrap: wrap; justify-content: center; gap: 15px; margin-bottom: 35px;">
    <a href="tel:YOUR-NUMBER" class="jk-btn-primary">Call Now</a>
    <a href="/contact" class="jk-btn-secondary">Request a Free Survey</a>
  </div>

  <div style="display: grid; grid-template-columns: repeat(auto-fit, minmax(220px, 1fr)); gap: 20px; text-align: left; margin-top: 20px;">
    
    <div class="jk-card">
      <h3>Free Survey*</h3>
      <p>Your initial survey is free when treatment is required.</p>
    </div>

    <div class="jk-card">
      <h3>10-Year IBG</h3>
      <p>Receive a free 10-year insurance-backed guarantee with domestic treatment plans.</p>
    </div>

    <div class="jk-card">
      <h3>Flexible Payments</h3>
      <p>Spread the cost with instalment options on selected treatment plans.</p>
    </div>

    <div class="jk-card">
      <h3>No VAT</h3>
      <p>As a smaller business, we do not charge VAT on our services.</p>
    </div>

    <div class="jk-card">
      <h3>Same-Day Reports</h3>
      <p>We can often provide your survey report on the same day.</p>
    </div>

    <div class="jk-card">
      <h3>PCA-Accredited Specialist</h3>
      <p>Your survey and treatment plan are handled by an experienced knotweed expert.</p>
    </div>

  </div>

  <p style="font-size: 14px; color: #666666; margin-top: 30px;">
    *Free survey applies when a treatment plan is required. Instalment options are available on selected plans.
  </p>

</section>

<style>
  .jk-btn-primary,
  .jk-btn-secondary {
    display: inline-block;
    padding: 16px 30px;
    font-size: 18px;
    font-weight: 700;
    text-decoration: none;
    border-radius: 10px;
    transition: all 0.3s ease;
  }

  .jk-btn-primary {
    background-color: #2e7d32;
    color: #ffffff;
    box-shadow: 0 6px 18px rgba(46, 125, 50, 0.25);
  }

  .jk-btn-primary:hover {
    background-color: #1b5e20;
    color: #ffffff;
    transform: translateY(-2px);
  }

  .jk-btn-secondary {
    background-color: #66bb6a;
    color: #ffffff;
    box-shadow: 0 6px 18px rgba(102, 187, 106, 0.25);
  }

  .jk-btn-secondary:hover {
    background-color: #43a047;
    color: #ffffff;
    transform: translateY(-2px);
  }

  .jk-card {
    background: #ffffff;
    padding: 24px;
    border-radius: 14px;
    box-shadow: 0 6px 18px rgba(0,0,0,0.06);
    transition: all 0.3s ease;
  }

  .jk-card:hover {
    transform: translateY(-4px);
    box-shadow: 0 10px 24px rgba(0,0,0,0.1);
  }

  .jk-card h3 {
    font-size: 20px;
    color: #1f3b1f;
    margin-bottom: 10px;
  }

  .jk-card p {
    font-size: 16px;
    color: #444444;
    line-height: 1.6;
    margin: 0;
  }
</style>