<!-- PAGE HERO -->
<div style="background:#0B3D91; color:white; padding:60px; text-align:center;">
  <h1>Page Title Goes Here</h1>
  <p style="max-width:700px; margin:auto;">
    Brief description explaining the purpose of this page and why it matters.
  </p>

  <a href="#" style="background:#FFD700; color:black; padding:12px 25px; text-decoration:none; margin-top:20px; display:inline-block;">
    Call to Action
  </a>
</div>

<!-- MAIN CONTENT -->
<div style="display:flex; flex-wrap:wrap; padding:50px;">
  
  <div style="flex:1; min-width:300px; padding:20px;">
    <h2>Section Heading</h2>
    <p>
      Add your primary content here. Keep it clear, structured, and easy to read.
    </p>

    <ul>
      <li>Key point or benefit</li>
      <li>Key point or benefit</li>
      <li>Key point or benefit</li>
    </ul>
  </div>

  <div style="flex:1; min-width:300px; padding:20px;">
    <img src="YOUR-IMAGE-URL" style="width:100%; border-radius:8px;">
  </div>

</div>

<!-- VALUE SECTION -->
<div style="background:#f5f5f5; padding:50px; text-align:center;">
  <h2>Why This Matters</h2>

  <div style="display:flex; flex-wrap:wrap; justify-content:center; margin-top:20px;">
    
    <div style="flex:1; min-width:250px; padding:20px;">
      <h3>Impact</h3>
      <p>Describe measurable outcomes or benefits.</p>
    </div>

    <div style="flex:1; min-width:250px; padding:20px;">
      <h3>Engagement</h3>
      <p>Explain how alumni benefit or connect.</p>
    </div>

    <div style="flex:1; min-width:250px; padding:20px;">
      <h3>Legacy</h3>
      <p>Connect back to SAU mission and history.</p>
    </div>

  </div>
</div>

<!-- ACTION SECTION -->
<div style="background:#0B3D91; color:white; padding:50px; text-align:center;">
  <h2>Take the Next Step</h2>
  <p>Encourage users to act now.</p>

  <a href="#" style="background:#FFD700; color:black; padding:12px 25px; text-decoration:none;">
    Primary Action
  </a>
</div>

<!-- SUPPORTING INFO -->
<div style="padding:50px;">
  <h2>Additional Information</h2>
  <p>
    Add FAQs, policies, or additional details here.
  </p>
</div>