:root{--page-title-display:none;}/* Start custom CSS */<!-- CAG Electrical Ltd – Refer & Earn -->
<link href="https://fonts.googleapis.com/css2?family=Grunja&display=swap" rel="stylesheet">
<style>
  :root{
    --cag-blue:#0056b3;
    --cag-orange:#ff6b00;
  }
  .refer-wrapper{
    font-family:'Grunja',sans-serif;
    color:#1d1d1d;
    line-height:1.6;
    padding:2rem 1.2rem;
    max-width:900px;
    margin:auto;
  }
  .refer-wrapper h2{
    color:var(--cag-blue);
    font-size:2.4rem;
    text-align:center;
    margin-bottom:.5rem;
  }
  .refer-wrapper h3{
    color:var(--cag-orange);
    margin-top:2rem;
  }
  .refer-wrapper table{
    width:100%;
    border-collapse:collapse;
    margin-top:1rem;
    font-size:1rem;
  }
  .refer-wrapper th,.refer-wrapper td{
    border:1px solid #ddd;
    padding:.6rem;
    text-align:center;
  }
  .refer-wrapper th{
    background:var(--cag-blue);
    color:#fff;
  }
  .refer-wrapper a.button{
    display:inline-block;
    background:var(--cag-orange);
    color:#fff;
    padding:.9rem 1.8rem;
    border-radius:8px;
    margin-top:1.2rem;
    text-decoration:none;
    font-size:1.1rem;
    transition:background .3s, transform .3s;
    animation:pulse 2s infinite;
  }
  .refer-wrapper a.button:hover{
    background:#ff8a33;
    transform:translateY(-2px);
    animation:none;
  }
  @keyframes pulse{
    0%{box-shadow:0 0 0 0 rgba(255,107,0,0.6);}
    70%{box-shadow:0 0 0 12px rgba(255,107,0,0);}
    100%{box-shadow:0 0 0 0 rgba(255,107,0,0);}
  }
  .refer-wrapper ul, .refer-wrapper ol{
    padding-left:1.2rem;
  }
  .refer-wrapper ol li, .refer-wrapper ul li{
    margin-bottom:.4rem;
  }
  /* Mobile adjustments */
  @media(max-width:600px){
    .refer-wrapper h2{font-size:1.8rem;}
    .refer-wrapper h3{font-size:1.2rem;}
    .refer-wrapper table, .refer-wrapper th, .refer-wrapper td{font-size:.9rem;}
    .refer-wrapper a.button{font-size:1rem;padding:.8rem 1.4rem;}
  }
</style>

<div class="refer-wrapper">
  <h2>⚡ Refer &amp; Earn – CAG Electrical Ltd</h2>
  <p>Know someone who needs electrical work done? When you refer a new paying client to <strong>CAG Electrical Ltd</strong>,
     we’ll reward you with <strong>cash, a discount, or an item of your choice</strong> — our way of saying thanks for helping us grow.</p>

  <h3>💡 How It Works</h3>
  <ol>
    <li><strong>Refer a Friend or Client</strong> – Tell them to mention your name when booking or fill in our short <a href="YOUR_FORM_LINK_HERE" target="_blank">Referral Form</a>.</li>
    <li><strong>We Complete the Job</strong> – Once the job is done and paid in full, you qualify for a reward.</li>
    <li><strong>You Get Paid or Credited</strong> – Choose between cash, discount, or a gift item within 30 days of verification.</li>
  </ol>

  <h3>🎁 Reward Tiers</h3>
  <table>
    <tr><th>Job Value (excl. VAT)</th><th>Reward (Cash / Discount / Item Value)</th></tr>
    <tr><td>£500 – £999</td><td>£25</td></tr>
    <tr><td>£1,000 – £1,999</td><td>£50</td></tr>
    <tr><td>£2,000 – £4,999</td><td>£100</td></tr>
    <tr><td>£5,000 +</td><td>£150 or 10 % of profit (whichever is greater)</td></tr>
  </table>

  <h3>🧾 Reward Options</h3>
  <ul>
    <li>💷 <strong>Cash Reward</strong> – Bank transfer to eligible UK residents with right to work.</li>
    <li>💸 <strong>Discount Reward</strong> – Credit note or discount on your next job.</li>
    <li>🎁 <strong>Item Reward</strong> – Approved item of equal value (subject to availability).</li>
  </ul>

  <h3>⚙️ Eligibility</h3>
  <ul>
    <li>UK residents 18 or over.</li>
    <li>New customers only (not repeat clients).</li>
    <li>Rewards issued after full job payment.</li>
    <li>One reward per new client; redeem within 12 months.</li>
  </ul>

  <h3>🕓 Administration</h3>
  <p>Each referral is logged on a Referral Reward Form and processed within 30 days of verification.
     Records are kept under “Advertising &amp; Promotion → Referral Reward” for HMRC compliance.
     CAG Electrical Ltd may amend or withdraw the scheme at any time.</p>

  <h3>📞 Contact</h3>
  <p><strong>CAG Electrical Ltd</strong><br>
     📧 <a href="mailto:andrei@cagelectrical.com">andrei@cagelectrical.com</a><br>
     📞 02920 025 595<br>
     👤 Andrei Ciubota – Director</p>

  <a href="YOUR_FORM_LINK_HERE" target="_blank" class="button">Submit a Referral</a>
</div>/* End custom CSS */