<!-- Afrevo Global Header (include this markup OR inject via header.js) -->
<nav class="af-nav" role="navigation" aria-label="Main">
  <div class="af-nav__in">
    <a class="af-brand" href="index.html">
      <span class="af-brand__logo">
        <img src="images/logo.png" alt="Afrevo" style="width:100%;height:100%;object-fit:cover" onerror="this.style.display='none'">
      </span>
      <span class="af-brand__title">Afrevo Global Careers</span>
    </a>
    <div class="af-links" id="af-links">
      <a href="index.html">Home</a>
      <a href="opportunities.html">Opportunities</a>
      <a href="faq.html">FAQ</a>
      <a href="about.html">About</a>
      <a href="contact.html">Contact</a>
    </div>
  </div>
</nav>

