<!DOCTYPE html>
<html lang="en">
<head>
  <meta charset="UTF-8" />
  <meta name="viewport" content="width=device-width, initial-scale=1.0"/>
  <title>Invest With RH Estates</title>
  <style>
    body {
      background-color: #0d1b2a;
      color: white;
      font-family: 'Helvetica Neue', sans-serif;
      line-height: 1.6;
      padding: 40px 20px;
      max-width: 1000px;
      margin: auto;
    }
    h1, h2 {
      color: gold;
    }
    a {
      color: gold;
      text-decoration: none;
      font-weight: bold;
    }
    .cta {
      margin: 30px 0;
    }
    .deal-box {
      background: #1b263b;
      padding: 20px;
      margin-top: 20px;
      border-left: 5px solid gold;
    }
  </style>
</head>
<body>

  <h1>Invest With RH Estates</h1>

  <p>
    At RH Estates, we provide secure, high-return investment opportunities backed by real assets and executed by an experienced team.
    We focus on off-market acquisitions and value-add refurbishments with strong capital uplift and cash flow.
  </p>

  <h2>Example Project: Crompton Street, Chelmsford</h2>
  <div class="deal-box">
    <p><strong>Purchase Price:</strong> £275,000</p>
    <p><strong>Refurb Cost:</strong> £50,000</p>
    <p><strong>Stamp Duty + Legals:</strong> £16,500</p>
    <p><strong>Total Investment:</strong> £341,500</p>
    <p><strong>GDV:</strong> £375,000</p>
    <p><strong>Investor Security:</strong> Legal charge registered on title</p>
    <p><strong>Returns:</strong> 8-10% annually (secured)</p>
  </div>

  <div class="cta">
    <p>📞 Ready to talk?</p>
    <a href="mailto:ross@rhestatesltd.co.uk">Book a Call</a> or
    <a href="mailto:ross@rhestatesltd.co.uk">Join Our Investor List</a>
  </div>

</body>
</html>
