<!-- About Us Section -->
<section style="font-family:'Open Sans', sans-serif; color:#5B6770; padding:50px 20px; max-width:1200px; margin:auto;">

  <!-- Hero -->
  <div style="text-align:center; margin-bottom:50px;">
    <h1 style="font-family:'Montserrat', sans-serif; color:#3A5F8C; font-size:36px; margin-bottom:15px;">Your Virtual Bookkeeping Partner</h1>
    <p style="font-size:18px; line-height:1.6; max-width:700px; margin:auto;">
      Helping small businesses stay organized, confident, and in control of their finances.
    </p>
    <a href="/contact" style="display:inline-block; margin-top:20px; padding:12px 25px; background-color:#3A5F8C; color:#E6C88F; border-radius:8px; font-weight:600; text-decoration:none;">
      Book a Free Consultation
    </a>
  </div>

  <!-- Who We Are -->
  <div style="margin-bottom:50px;">
    <h2 style="font-family:'Montserrat', sans-serif; color:#3A5F8C; font-size:28px; margin-bottom:20px;">Who We Are</h2>
    <p style="font-size:16px; line-height:1.7; max-width:900px;">
      AnchorLeigh is a virtual bookkeeping service dedicated to helping small businesses manage their finances with clarity and confidence. Founded by Leighanne Haines, we provide personalized, accurate, and timely bookkeeping services that let business owners focus on growth instead of spreadsheets.
    </p>
    <ul style="margin-top:20px; max-width:700px; padding-left:20px;">
      <li><strong>Personalized Service:</strong> Tailored plans for each business.</li>
      <li><strong>Transparent Reporting:</strong> Clear monthly financial statements with no jargon.</li>
      <li><strong>Accessible Support:</strong> Prompt answers via email, phone, or video call.</li>
      <li><strong>Flexible Packages:</strong> From essential bookkeeping to advanced advisory, we grow with your business.</li>
    </ul>
  </div>

  <!-- Mission & Vision Cards -->
  <div style="display:flex; flex-wrap:wrap; gap:20px; justify-content:center; margin-bottom:50px;">
    
    <!-- Mission Card -->
    <div style="background-color:#E9EFF5; padding:20px; border-radius:12px; flex:1 1 300px; max-width:350px; text-align:center;">
      <h3 style="font-family:'Montserrat', sans-serif; color:#3A5F8C; margin-bottom:10px;">Our Mission</h3>
      <p style="font-size:15px; line-height:1.5; margin-bottom:15px;">
        To empower small business owners with simple, reliable bookkeeping solutions — so they can focus on growth, not spreadsheets.
      </p>
      <a href="/our-mission" style="display:inline-block; padding:10px 20px; background-color:#3A5F8C; color:#E6C88F; border-radius:8px; text-decoration:none; font-weight:600;">
        Read More
      </a>
    </div>

    <!-- Vision Card -->
    <div style="background-color:#E9EFF5; padding:20px; border-radius:12px; flex:1 1 300px; max-width:350px; text-align:center;">
      <h3 style="font-family:'Montserrat', sans-serif; color:#3A5F8C; margin-bottom:10px;">Our Vision</h3>
      <p style="font-size:15px; line-height:1.5; margin-bottom:15px;">
        Helping small businesses thrive with clear, reliable bookkeeping and actionable insights. We simplify your finances so you can focus on growth.
      </p>
      <a href="/our-vision" style="display:inline-block; padding:10px 20px; background-color:#3A5F8C; color:#E6C88F; border-radius:8px; text-decoration:none; font-weight:600;">
        Read More
      </a>
    </div>

  </div>

  <!-- CTA -->
  <div style="text-align:center; margin-top:30px;">
    <p style="font-size:16px; margin-bottom:15px;">Let’s simplify your bookkeeping together.</p>
    <a href="/contact" style="display:inline-block; padding:12px 25px; background-color:#3A5F8C; color:#E6C88F; border-radius:8px; font-weight:600; text-decoration:none;">
      Book a Free Consultation
    </a>
  </div>

</section>
