<!DOCTYPE html>
<html lang="en">
<head>
  <meta charset="UTF-8" />
  <meta name="viewport" content="width=device-width, initial-scale=1.0" />
  <title>Work With Us — workhub by LEAF MNGMT | Remote Jobs in Nigeria</title>
  <meta name="description" content="Earn ₦200,000+ per month working remotely for local and international companies. Join workhub by LEAF MNGMT — Nigeria's trusted remote talent network. Apply today for vetted remote roles in admin, tech, marketing, customer support, and more." />
  <meta name="keywords" content="remote jobs Nigeria, work from home Abuja, remote jobs Lagos, earn naira online, virtual assistant Nigeria, remote work Nigeria, LEAF MNGMT jobs, workhub careers" />
  <meta name="robots" content="index, follow" />
  <meta name="author" content="LEAF MNGMT LLC" />
  <link rel="canonical" href="https://www.leafremotework.com/" />

  <!-- Open Graph -->
  <meta property="og:title" content="Work With Us — workhub by LEAF MNGMT | Remote Jobs in Nigeria" />
  <meta property="og:description" content="Earn ₦200,000+ per month working remotely for local and international companies. Apply now through workhub." />
  <meta property="og:type" content="website" />
  <meta property="og:url" content="https://www.leafremotework.com/" />

  <!-- Schema -->
  <script type="application/ld+json">
  {
    "@context": "https://schema.org",
    "@type": "EmploymentAgency",
    "name": "workhub by LEAF MNGMT",
    "description": "Remote talent placement connecting Nigerian professionals with vetted remote companies",
    "url": "https://www.leafremotework.com",
    "address": { "@type": "PostalAddress", "addressLocality": "Abuja", "addressCountry": "NG" },
    "sameAs": ["https://www.leafworkhub.com"]
  }
  </script>

  <link rel="preconnect" href="https://fonts.googleapis.com" />
  <link rel="preconnect" href="https://fonts.gstatic.com" crossorigin />
  <link href="https://fonts.googleapis.com/css2?family=Sora:wght@300;400;500;600;700;800&family=DM+Sans:ital,opsz,wght@0,9..40,300;0,9..40,400;0,9..40,500;1,9..40,300&display=swap" rel="stylesheet" />

  <style>
    :root {
      --teal: #2DDAC1;
      --teal-dark: #1bb8a3;
      --teal-light: #edfcfa;
      --teal-mid: #b6f3ec;
      --ink: #0f1117;
      --slate: #374151;
      --muted: #6b7280;
      --border: #e5e7eb;
      --bg: #f9fafb;
      --white: #ffffff;
      --coral: #ff6f61;
      --coral-light: #fff4f3;
      --indigo: #6366f1;
    }

    *, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }
    html { scroll-behavior: smooth; }

    body {
      font-family: 'DM Sans', sans-serif;
      background: var(--white);
      color: var(--ink);
      line-height: 1.6;
      -webkit-font-smoothing: antialiased;
    }

    h1, h2, h3, h4, h5 {
      font-family: 'Sora', sans-serif;
      line-height: 1.2;
    }

    a { color: inherit; }

    /* ─── NAV ─── */
    nav {
      position: sticky;
      top: 0;
      z-index: 100;
      background: rgba(255,255,255,0.97);
      backdrop-filter: blur(12px);
      border-bottom: 1px solid var(--border);
      padding: 0 24px;
    }

    .nav-inner {
      max-width: 1100px;
      margin: 0 auto;
      display: flex;
      align-items: center;
      justify-content: space-between;
      height: 64px;
    }

    .nav-logo {
      display: flex;
      align-items: center;
      gap: 10px;
      text-decoration: none;
    }

    .logo-mark {
      width: 36px;
      height: 36px;
      background: var(--teal);
      border-radius: 8px;
      display: flex;
      align-items: center;
      justify-content: center;
      font-family: 'Sora', sans-serif;
      font-weight: 800;
      font-size: 15px;
      color: var(--ink);
      letter-spacing: -0.5px;
    }

    .logo-text { display: flex; flex-direction: column; line-height: 1; }
    .logo-primary {
      font-family: 'Sora', sans-serif;
      font-weight: 700;
      font-size: 15px;
      color: var(--ink);
      letter-spacing: -0.3px;
    }
    .logo-sub {
      font-size: 10px;
      color: var(--muted);
      font-weight: 400;
      letter-spacing: 0.5px;
      text-transform: uppercase;
    }

    .nav-links {
      display: flex;
      align-items: center;
      gap: 28px;
      list-style: none;
    }

    .nav-links a {
      color: var(--muted);
      text-decoration: none;
      font-size: 14px;
      font-weight: 400;
      transition: color 0.2s;
    }
    .nav-links a:hover { color: var(--ink); }

    .nav-cta {
      background: var(--teal) !important;
      color: var(--ink) !important;
      padding: 9px 20px;
      border-radius: 8px;
      font-weight: 700 !important;
      font-size: 13px !important;
      transition: background 0.2s !important;
      text-decoration: none;
    }
    .nav-cta:hover { background: var(--teal-dark) !important; }

    /* ─── HERO ─── */
    .hero {
      background: var(--white);
      padding: 88px 24px 72px;
      text-align: center;
      border-bottom: 1px solid var(--border);
    }

    .hero h1 {
      font-size: clamp(34px, 5vw, 58px);
      font-weight: 800;
      letter-spacing: -1.5px;
      max-width: 740px;
      margin: 0 auto 20px;
      color: var(--ink);
    }

    .hero h1 em {
      font-style: normal;
      color: var(--teal-dark);
    }

    .hero-sub {
      font-size: clamp(16px, 2vw, 18px);
      color: var(--muted);
      max-width: 540px;
      margin: 0 auto 40px;
      font-weight: 300;
      line-height: 1.75;
    }

    .hero-sub strong {
      color: var(--ink);
      font-weight: 600;
    }

    .hero-actions {
      display: flex;
      justify-content: center;
      gap: 14px;
      flex-wrap: wrap;
    }

    .btn-primary {
      display: inline-block;
      background: var(--teal);
      color: var(--ink);
      text-decoration: none;
      padding: 15px 34px;
      border-radius: 10px;
      font-family: 'Sora', sans-serif;
      font-weight: 700;
      font-size: 15px;
      letter-spacing: -0.2px;
      transition: background 0.2s, transform 0.2s;
    }
    .btn-primary:hover { background: var(--teal-dark); transform: translateY(-1px); }

    .btn-ghost {
      display: inline-block;
      background: transparent;
      border: 1.5px solid var(--border);
      color: var(--slate);
      text-decoration: none;
      padding: 15px 34px;
      border-radius: 10px;
      font-family: 'Sora', sans-serif;
      font-weight: 600;
      font-size: 15px;
      transition: border-color 0.2s, color 0.2s;
    }
    .btn-ghost:hover { border-color: var(--ink); color: var(--ink); }

    .hero-stats {
      display: flex;
      justify-content: center;
      gap: 56px;
      margin-top: 64px;
      flex-wrap: wrap;
      padding-top: 48px;
      border-top: 1px solid var(--border);
    }

    .hero-stat .num {
      font-family: 'Sora', sans-serif;
      font-size: 30px;
      font-weight: 800;
      color: var(--ink);
      letter-spacing: -1px;
    }
    .hero-stat .num span { color: var(--teal-dark); }
    .hero-stat .label {
      font-size: 12px;
      color: var(--muted);
      text-transform: uppercase;
      letter-spacing: 0.7px;
      margin-top: 4px;
    }

    /* ─── TRUST BAR ─── */
    .trust-bar {
      background: var(--teal-light);
      border-bottom: 1px solid var(--teal-mid);
      padding: 16px 24px;
    }
    .trust-bar-inner {
      max-width: 1100px;
      margin: 0 auto;
      display: flex;
      align-items: center;
      justify-content: center;
      gap: 36px;
      flex-wrap: wrap;
    }
    .trust-item {
      display: flex;
      align-items: center;
      gap: 8px;
      font-size: 13.5px;
      color: var(--slate);
      font-weight: 500;
    }
    .trust-dot {
      width: 7px;
      height: 7px;
      background: var(--teal);
      border-radius: 50%;
      flex-shrink: 0;
    }

    /* ─── SHARED SECTION ─── */
    section { padding: 80px 24px; }
    .section-inner { max-width: 1100px; margin: 0 auto; }

    .section-tag {
      display: inline-block;
      font-size: 11px;
      font-weight: 700;
      letter-spacing: 1.5px;
      text-transform: uppercase;
      color: var(--teal-dark);
      background: var(--teal-light);
      border: 1px solid var(--teal-mid);
      padding: 4px 12px;
      border-radius: 50px;
      margin-bottom: 16px;
    }

    h2.section-title {
      font-size: clamp(26px, 3.5vw, 40px);
      font-weight: 800;
      letter-spacing: -1px;
      margin-bottom: 14px;
      color: var(--ink);
    }
    h2.section-title em {
      font-style: normal;
      color: var(--teal-dark);
    }

    .section-sub {
      font-size: 17px;
      color: var(--muted);
      max-width: 540px;
      line-height: 1.7;
      font-weight: 300;
    }

    /* ─── PAY CALLOUT ─── */
    .pay-section { background: var(--bg); }

    .pay-callout {
      background: var(--ink);
      border-radius: 20px;
      padding: 56px 52px;
      display: flex;
      align-items: flex-start;
      justify-content: space-between;
      gap: 48px;
      flex-wrap: wrap;
      position: relative;
      overflow: hidden;
    }

    .pay-callout::before {
      content: '';
      position: absolute;
      top: -80px; right: -80px;
      width: 280px; height: 280px;
      background: radial-gradient(circle, rgba(45,218,193,0.15), transparent 70%);
      pointer-events: none;
    }

    .pay-left .pretitle {
      font-size: 11px;
      font-weight: 700;
      letter-spacing: 1.5px;
      text-transform: uppercase;
      color: var(--teal);
      margin-bottom: 14px;
    }
    .pay-left h2 {
      font-size: clamp(28px, 3.5vw, 44px);
      font-weight: 800;
      color: white;
      letter-spacing: -1.5px;
      margin-bottom: 14px;
    }
    .pay-left h2 span { color: var(--teal); }
    .pay-left p {
      color: rgba(255,255,255,0.55);
      font-size: 15px;
      font-weight: 300;
      max-width: 380px;
      line-height: 1.75;
    }

    .pay-right {
      display: flex;
      flex-direction: column;
      gap: 12px;
      min-width: 260px;
    }

    .pay-tier {
      background: rgba(255,255,255,0.06);
      border: 1px solid rgba(255,255,255,0.1);
      border-radius: 12px;
      padding: 14px 18px;
      display: flex;
      align-items: center;
      justify-content: space-between;
      gap: 16px;
    }
    .pay-tier .role-name {
      font-size: 13.5px;
      color: rgba(255,255,255,0.65);
    }
    .pay-tier .amount {
      font-family: 'Sora', sans-serif;
      font-size: 15px;
      font-weight: 700;
      color: var(--teal);
      white-space: nowrap;
    }

    /* ─── WHY JOIN ─── */
    .why-grid {
      display: grid;
      grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
      gap: 20px;
      margin-top: 48px;
    }

    .why-card {
      background: var(--white);
      border: 1px solid var(--border);
      border-radius: 16px;
      padding: 32px 28px;
      transition: border-color 0.2s, box-shadow 0.2s;
    }
    .why-card:hover {
      border-color: var(--teal);
      box-shadow: 0 8px 32px rgba(45,218,193,0.1);
    }

    .why-icon {
      width: 44px;
      height: 44px;
      background: var(--teal-light);
      border-radius: 10px;
      display: flex;
      align-items: center;
      justify-content: center;
      font-size: 20px;
      margin-bottom: 18px;
    }
    .why-card h3 {
      font-size: 16px;
      font-weight: 700;
      margin-bottom: 10px;
      letter-spacing: -0.3px;
      color: var(--ink);
    }
    .why-card p {
      font-size: 14px;
      color: var(--muted);
      line-height: 1.65;
    }

    /* ─── ROLES ─── */
    .roles-section { background: var(--bg); }

    .roles-grid {
      display: grid;
      grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
      gap: 18px;
      margin-top: 48px;
    }

    .role-card {
      background: var(--white);
      border: 1.5px solid var(--border);
      border-radius: 14px;
      padding: 26px 24px;
      transition: border-color 0.2s, box-shadow 0.2s;
    }
    .role-card:hover {
      border-color: var(--teal);
      box-shadow: 0 6px 24px rgba(45,218,193,0.1);
    }

    .role-header {
      display: flex;
      align-items: center;
      gap: 14px;
      margin-bottom: 12px;
    }
    .role-emoji {
      font-size: 22px;
      width: 44px;
      height: 44px;
      background: var(--teal-light);
      border-radius: 10px;
      display: flex;
      align-items: center;
      justify-content: center;
    }
    .role-title {
      font-family: 'Sora', sans-serif;
      font-size: 15px;
      font-weight: 700;
      color: var(--ink);
      letter-spacing: -0.3px;
    }
    .role-type {
      font-size: 11px;
      font-weight: 600;
      text-transform: uppercase;
      letter-spacing: 0.7px;
      color: var(--teal-dark);
      margin-top: 2px;
    }
    .role-desc {
      font-size: 13.5px;
      color: var(--muted);
      line-height: 1.65;
      margin-bottom: 16px;
    }
    .role-tags { display: flex; flex-wrap: wrap; gap: 7px; }
    .tag {
      font-size: 11px;
      font-weight: 500;
      color: var(--slate);
      background: var(--bg);
      border: 1px solid var(--border);
      border-radius: 6px;
      padding: 3px 9px;
    }

    /* ─── HOW IT WORKS ─── */
    .steps-list {
      margin-top: 56px;
      display: grid;
      grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
      gap: 8px;
      position: relative;
    }

    .step {
      text-align: center;
      padding: 8px 20px 24px;
      position: relative;
    }

    /* connector lines */
    .step:not(:last-child)::after {
      content: '';
      position: absolute;
      top: 26px; right: -4px;
      width: 50%; height: 1.5px;
      background: linear-gradient(90deg, var(--teal-mid), transparent);
    }
    .step:not(:first-child)::before {
      content: '';
      position: absolute;
      top: 26px; left: -4px;
      width: 50%; height: 1.5px;
      background: linear-gradient(90deg, transparent, var(--teal-mid));
    }

    .step-num {
      width: 52px;
      height: 52px;
      background: var(--teal);
      border-radius: 50%;
      display: flex;
      align-items: center;
      justify-content: center;
      font-family: 'Sora', sans-serif;
      font-size: 17px;
      font-weight: 800;
      color: var(--ink);
      margin: 0 auto 22px;
      position: relative;
      z-index: 1;
      box-shadow: 0 4px 16px rgba(45,218,193,0.3);
    }
    .step h3 {
      font-size: 15px;
      font-weight: 700;
      margin-bottom: 10px;
      color: var(--ink);
    }
    .step p {
      font-size: 13.5px;
      color: var(--muted);
      line-height: 1.65;
    }

    /* ─── REQUIREMENTS ─── */
    .req-section { background: var(--teal-light); }

    .req-grid {
      display: grid;
      grid-template-columns: 1fr 1fr;
      gap: 52px;
      margin-top: 48px;
      align-items: start;
    }

    .req-list {
      list-style: none;
      display: flex;
      flex-direction: column;
      gap: 18px;
    }
    .req-list li {
      display: flex;
      align-items: flex-start;
      gap: 14px;
      font-size: 14.5px;
      color: var(--slate);
      line-height: 1.65;
    }
    .req-check {
      width: 22px;
      height: 22px;
      min-width: 22px;
      background: var(--teal);
      border-radius: 50%;
      display: flex;
      align-items: center;
      justify-content: center;
      font-size: 10px;
      color: var(--ink);
      font-weight: 800;
      margin-top: 2px;
    }

    .req-highlight {
      background: var(--white);
      border-radius: 16px;
      padding: 36px;
      border: 1px solid var(--teal-mid);
    }
    .req-highlight h3 {
      font-size: 19px;
      font-weight: 700;
      margin-bottom: 22px;
      color: var(--ink);
      letter-spacing: -0.4px;
    }

    .perk-row {
      display: flex;
      align-items: flex-start;
      gap: 14px;
      padding: 14px 0;
      border-bottom: 1px solid var(--border);
    }
    .perk-row:last-child { border-bottom: none; }
    .perk-icon { font-size: 18px; width: 28px; flex-shrink: 0; margin-top: 1px; }
    .perk-text {
      font-size: 14px;
      color: var(--slate);
    }
    .perk-text strong { color: var(--ink); font-weight: 600; }

    /* ─── TESTIMONIALS ─── */
    .testimonials-section { background: var(--white); }

    .testimonials-grid {
      display: grid;
      grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
      gap: 20px;
      margin-top: 48px;
    }
    .testimonial-card {
      background: var(--bg);
      border: 1px solid var(--border);
      border-radius: 16px;
      padding: 28px;
    }
    .stars { color: #f59e0b; font-size: 13px; margin-bottom: 14px; letter-spacing: 1px; }
    .testimonial-text {
      font-size: 14.5px;
      color: var(--slate);
      line-height: 1.75;
      font-style: italic;
      margin-bottom: 20px;
    }
    .testimonial-author { display: flex; align-items: center; gap: 12px; }
    .author-avatar {
      width: 38px;
      height: 38px;
      border-radius: 50%;
      background: var(--teal);
      display: flex;
      align-items: center;
      justify-content: center;
      font-family: 'Sora', sans-serif;
      font-size: 14px;
      font-weight: 700;
      color: var(--ink);
    }
    .author-name { font-size: 13.5px; font-weight: 600; color: var(--ink); }
    .author-role { font-size: 12px; color: var(--muted); }

    /* ─── CTA ─── */
    .cta-section {
      background: var(--ink);
      color: white;
      text-align: center;
      padding: 96px 24px;
    }
    .cta-section h2 {
      font-size: clamp(30px, 4vw, 48px);
      font-weight: 800;
      letter-spacing: -1.5px;
      max-width: 600px;
      margin: 0 auto 18px;
    }
    .cta-section h2 em {
      font-style: normal;
      color: var(--teal);
    }
    .cta-section p {
      font-size: 17px;
      color: rgba(255,255,255,0.55);
      margin: 0 auto 40px;
      max-width: 480px;
      font-weight: 300;
      line-height: 1.75;
    }

    .cta-checklist {
      display: flex;
      justify-content: center;
      gap: 28px;
      flex-wrap: wrap;
      margin-bottom: 40px;
    }
    .cta-check-item {
      display: flex;
      align-items: center;
      gap: 8px;
      font-size: 14px;
      color: rgba(255,255,255,0.65);
    }
    .cta-check-item svg { color: var(--teal); flex-shrink: 0; }

    .btn-teal-lg {
      display: inline-block;
      background: var(--teal);
      color: var(--ink);
      text-decoration: none;
      padding: 16px 40px;
      border-radius: 10px;
      font-family: 'Sora', sans-serif;
      font-weight: 800;
      font-size: 16px;
      letter-spacing: -0.3px;
      transition: background 0.2s, transform 0.2s;
      box-shadow: 0 8px 28px rgba(45,218,193,0.25);
    }
    .btn-teal-lg:hover { background: var(--teal-dark); transform: translateY(-1px); }

    /* ─── FOOTER ─── */
    footer {
      background: #0a0c12;
      color: rgba(255,255,255,0.45);
      padding: 52px 24px 32px;
    }
    .footer-inner { max-width: 1100px; margin: 0 auto; }
    .footer-top {
      display: flex;
      justify-content: space-between;
      align-items: flex-start;
      gap: 40px;
      flex-wrap: wrap;
      padding-bottom: 40px;
      border-bottom: 1px solid rgba(255,255,255,0.07);
      margin-bottom: 28px;
    }
    .footer-brand p {
      font-size: 13px;
      color: rgba(255,255,255,0.35);
      margin-top: 14px;
      max-width: 280px;
      line-height: 1.65;
    }
    .footer-links h5 {
      font-family: 'Sora', sans-serif;
      font-size: 11px;
      font-weight: 700;
      color: rgba(255,255,255,0.5);
      text-transform: uppercase;
      letter-spacing: 1px;
      margin-bottom: 14px;
    }
    .footer-links ul { list-style: none; display: flex; flex-direction: column; gap: 10px; }
    .footer-links ul a {
      color: rgba(255,255,255,0.35);
      text-decoration: none;
      font-size: 13.5px;
      transition: color 0.2s;
    }
    .footer-links ul a:hover { color: rgba(255,255,255,0.7); }
    .footer-bottom {
      display: flex;
      justify-content: space-between;
      align-items: center;
      flex-wrap: wrap;
      gap: 12px;
      font-size: 12px;
    }

    /* ─── RESPONSIVE ─── */
    @media (max-width: 768px) {
      .nav-links { display: none; }
      .pay-callout { padding: 36px 28px; }
      .req-grid { grid-template-columns: 1fr; }
      .steps-list { grid-template-columns: 1fr; gap: 32px; }
      .step::after, .step::before { display: none; }
      .hero-stats { gap: 28px; }
      .footer-top { flex-direction: column; }
    }
    @media (max-width: 480px) {
      section { padding: 56px 20px; }
      .hero { padding: 64px 20px 56px; }
      .cta-checklist { gap: 16px; flex-direction: column; align-items: center; }
    }

    /* ─── ANIMATIONS ─── */
    @keyframes fadeUp {
      from { opacity: 0; transform: translateY(20px); }
      to { opacity: 1; transform: translateY(0); }
    }
    .hero h1 { animation: fadeUp 0.55s ease 0.05s both; }
    .hero-sub { animation: fadeUp 0.55s ease 0.15s both; }
    .hero-actions { animation: fadeUp 0.55s ease 0.22s both; }
    .hero-stats { animation: fadeUp 0.55s ease 0.3s both; }
  </style>
</head>
<body>

<!-- NAV -->
<nav>
  <div class="nav-inner">
    <a href="#" class="nav-logo" aria-label="workhub by LEAF MNGMT">
      <div class="logo-mark">W</div>
      <div class="logo-text">
        <span class="logo-primary">workhub</span>
        <span class="logo-sub">by LEAF MNGMT</span>
      </div>
    </a>
    <ul class="nav-links">
      <li><a href="#roles">Roles</a></li>
      <li><a href="#how-it-works">How It Works</a></li>
      <li><a href="#pay">Pay</a></li>
      <li><a href="#requirements">Requirements</a></li>
      <li><a href="https://forms.zohopublic.com/leafmngmtcom/form/InternationalTalentApplication/formperma/eqjW4pBoq1fy_8xDBAA4JIgFl-iCXiC3f9Axv8PibLg" class="nav-cta">Apply Now</a></li>
    </ul>
  </div>
</nav>

<!-- HERO -->
<header class="hero" role="banner">
  <h1>
    Work for Local & <em>International</em><br />Companies. From Home.
  </h1>

  <p class="hero-sub">
    Join the workhub talent network and access vetted remote roles with real companies —
    starting at <strong>₦200,000 per month</strong>, from wherever you are in Nigeria.
  </p>

  <div class="hero-actions">
    <a href="https://forms.zohopublic.com/leafmngmtcom/form/InternationalTalentApplication/formperma/eqjW4pBoq1fy_8xDBAA4JIgFl-iCXiC3f9Axv8PibLg" class="btn-primary" rel="noopener">
      Apply Now — It's Free
    </a>
    <a href="#how-it-works" class="btn-ghost">
      How It Works
    </a>
  </div>

  <div class="hero-stats">
    <div class="hero-stat">
      <div class="num"><span>₦</span>200k+</div>
      <div class="label">Starting Monthly Pay</div>
    </div>
    <div class="hero-stat">
      <div class="num">100<span>%</span></div>
      <div class="label">Remote Positions</div>
    </div>
    <div class="hero-stat">
      <div class="num">100<span>+</span></div>
      <div class="label">Successful Placements</div>
    </div>
  </div>
</header>

<!-- TRUST BAR -->
<div class="trust-bar" aria-label="Key benefits">
  <div class="trust-bar-inner">
    <div class="trust-item"><span class="trust-dot"></span> No recruitment fees — ever</div>
    <div class="trust-item"><span class="trust-dot"></span> Pay in Naira</div>
    <div class="trust-item"><span class="trust-dot"></span> Flexible remote schedules</div>
    <div class="trust-item"><span class="trust-dot"></span> Vetted remote clients</div>
    <div class="trust-item"><span class="trust-dot"></span> Work from home</div>
  </div>
</div>

<!-- PAY CALLOUT -->
<section class="pay-section" id="pay" aria-labelledby="pay-heading">
  <div class="section-inner">
    <div class="pay-callout">
      <div class="pay-left">
        <div class="pretitle">Competitive Pay — In Nigeria</div>
        <h2 id="pay-heading">Earn <span>₦200,000+</span><br />every month.</h2>
        <p>
          You receive competitive naira compensation benchmarked to national market standards —
          with room to grow based on performance and role.
        </p>
      </div>
      <div class="pay-right">
        <div class="pay-tier">
          <span class="role-name">Virtual & Executive Assistant</span>
          <span class="amount">₦200k+</span>
        </div>
        <div class="pay-tier">
          <span class="role-name">Customer Support Rep</span>
          <span class="amount">₦200k+</span>
        </div>
        <div class="pay-tier">
          <span class="role-name">Bookkeeper / Finance</span>
          <span class="amount">₦225k+</span>
        </div>
        <div class="pay-tier">
          <span class="role-name">Tech & Engineering</span>
          <span class="amount">₦250k+</span>
        </div>
        <div class="pay-tier">
          <span class="role-name">Marketing & Growth</span>
          <span class="amount">₦225k+</span>
        </div>
      </div>
    </div>
  </div>
</section>

<!-- WHY JOIN -->
<section aria-labelledby="why-heading">
  <div class="section-inner">
    <span class="section-tag">Why workhub</span>
    <h2 class="section-title" id="why-heading">
      Work from home.<br /><em>Earn what you deserve.</em>
    </h2>
    <p class="section-sub">
      Flexible remote work with real companies, competitive naira pay, and a team that supports
      your success from application to placement.
    </p>

    <div class="why-grid" role="list">
      <article class="why-card" role="listitem">
        <div class="why-icon">🏠</div>
        <h3>Work From Home</h3>
        <p>No commute. No rigid office hours. Work from wherever you're most productive and keep your time for what matters.</p>
      </article>

      <article class="why-card" role="listitem">
        <div class="why-icon">💵</div>
        <h3>Competitive Naira Pay</h3>
        <p>Earn ₦200,000 and above every month — competitive rates paid consistently, based on your role and output.</p>
      </article>

      <article class="why-card" role="listitem">
        <div class="why-icon">🤝</div>
        <h3>Zero Recruitment Fees</h3>
        <p>Applying costs you nothing. We are paid by the companies that hire you — never by the candidates we place.</p>
      </article>

      <article class="why-card" role="listitem">
        <div class="why-icon">🌍</div>
        <h3>Vetted Remote Clients</h3>
        <p>Every company in our network is screened for reliability and payment history. You work with real, serious companies.</p>
      </article>

      <article class="why-card" role="listitem">
        <div class="why-icon">📈</div>
        <h3>Real Career Growth</h3>
        <p>This isn't a gig platform. Our team members grow into senior roles and build lasting careers with the companies they join.</p>
      </article>

      <article class="why-card" role="listitem">
        <div class="why-icon">🛡️</div>
        <h3>Compliance Handled</h3>
        <p>Contracts, agreements, and payment administration are managed by LEAF MNGMT so you can focus on doing great work.</p>
      </article>
    </div>
  </div>
</section>

<!-- OPEN ROLES -->
<section class="roles-section" id="roles" aria-labelledby="roles-heading">
  <div class="section-inner">
    <span class="section-tag">Open Roles</span>
    <h2 class="section-title" id="roles-heading">
      One hub. <em>Every role</em> your<br />career could grow into.
    </h2>
    <p class="section-sub">
      We match your existing skills to vetted remote clients who need exactly what you offer.
    </p>

    <div class="roles-grid" role="list">
      <article class="role-card" role="listitem">
        <div class="role-header">
          <div class="role-emoji">🗂️</div>
          <div>
            <div class="role-title">Virtual & Executive Assistant</div>
            <div class="role-type">Admin · Remote</div>
          </div>
        </div>
        <p class="role-desc">Support business owners and executives with inbox management, scheduling, research, and day-to-day admin — the work that keeps companies running.</p>
        <div class="role-tags">
          <span class="tag">Google Workspace</span>
          <span class="tag">Calendar</span>
          <span class="tag">CRM</span>
          <span class="tag">Research</span>
        </div>
      </article>

      <article class="role-card" role="listitem">
        <div class="role-header">
          <div class="role-emoji">🎧</div>
          <div>
            <div class="role-title">Customer Support</div>
            <div class="role-type">CX · Remote</div>
          </div>
        </div>
        <p class="role-desc">Be the front line for real companies. Handle chats, tickets, calls, and emails with empathy and efficiency — turning customers into loyal fans.</p>
        <div class="role-tags">
          <span class="tag">Zendesk</span>
          <span class="tag">Live Chat</span>
          <span class="tag">Intercom</span>
          <span class="tag">Voice</span>
        </div>
      </article>

      <article class="role-card" role="listitem">
        <div class="role-header">
          <div class="role-emoji">📊</div>
          <div>
            <div class="role-title">Bookkeeping & Finance</div>
            <div class="role-type">Finance · Remote</div>
          </div>
        </div>
        <p class="role-desc">Keep books clean and accounts reconciled. Manage invoices, produce reports, and help business owners make smarter financial decisions.</p>
        <div class="role-tags">
          <span class="tag">QuickBooks</span>
          <span class="tag">Zoho Books</span>
          <span class="tag">Xero</span>
          <span class="tag">Payroll</span>
        </div>
      </article>

      <article class="role-card" role="listitem">
        <div class="role-header">
          <div class="role-emoji">📣</div>
          <div>
            <div class="role-title">Marketing & Growth</div>
            <div class="role-type">Marketing · Remote</div>
          </div>
        </div>
        <p class="role-desc">Help companies scale their brand and reach. Whether it's SEO, paid ads, content, or social — bring your skills to campaigns that convert.</p>
        <div class="role-tags">
          <span class="tag">SEO</span>
          <span class="tag">Meta Ads</span>
          <span class="tag">Content</span>
          <span class="tag">Email</span>
        </div>
      </article>

      <article class="role-card" role="listitem">
        <div class="role-header">
          <div class="role-emoji">💻</div>
          <div>
            <div class="role-title">Tech & Engineering</div>
            <div class="role-type">Engineering · Remote</div>
          </div>
        </div>
        <p class="role-desc">Ship code for real products. Full-stack, backend, DevOps, or data — bring your engineering skills to companies that need reliable developers.</p>
        <div class="role-tags">
          <span class="tag">React</span>
          <span class="tag">Node.js</span>
          <span class="tag">Python</span>
          <span class="tag">DevOps</span>
        </div>
      </article>

      <article class="role-card" role="listitem">
        <div class="role-header">
          <div class="role-emoji">🎨</div>
          <div>
            <div class="role-title">Design & Creative</div>
            <div class="role-type">Creative · Remote</div>
          </div>
        </div>
        <p class="role-desc">Create designs that inspire. Build brands, product UIs, marketing assets, and visual identities that stand out and deliver real business results.</p>
        <div class="role-tags">
          <span class="tag">Figma</span>
          <span class="tag">Branding</span>
          <span class="tag">UI/UX</span>
          <span class="tag">Motion</span>
        </div>
      </article>
    </div>
  </div>
</section>

<!-- HOW IT WORKS -->
<section id="how-it-works" aria-labelledby="how-heading">
  <div class="section-inner">
    <span class="section-tag">How It Works</span>
    <h2 class="section-title" id="how-heading">
      From application to<br /><em>your first placement.</em>
    </h2>
    <p class="section-sub">
      A clear, four-step process with real people guiding you. No guesswork, no ghosting.
    </p>

    <div class="steps-list" role="list">
      <div class="step" role="listitem">
        <div class="step-num">01</div>
        <h3>Apply in Under 15 Mins</h3>
        <p>Fill out our free talent application. Tell us your skills, experience, and the type of role you want. Short, straightforward, and free.</p>
      </div>

      <div class="step" role="listitem">
        <div class="step-num">02</div>
        <h3>Skills Assessment</h3>
        <p>We evaluate your communication, skills, and role fit. This helps us represent you accurately to the right companies.</p>
      </div>

      <div class="step" role="listitem">
        <div class="step-num">03</div>
        <h3>Interview & Match</h3>
        <p>When a suitable role opens, we'll reach out to introduce you. You'll interview directly with the company before any placement is confirmed.</p>
      </div>

      <div class="step" role="listitem">
        <div class="step-num">04</div>
        <h3>Start & Get Paid</h3>
        <p>Once matched and confirmed, you start work. Your first payment processes within 30–45 days, then monthly from there.</p>
      </div>
    </div>
  </div>
</section>

<!-- REQUIREMENTS -->
<section class="req-section" id="requirements" aria-labelledby="req-heading">
  <div class="section-inner">
    <span class="section-tag">Eligibility</span>
    <h2 class="section-title" id="req-heading">
      What we look for in<br /><em>great team members.</em>
    </h2>

    <div class="req-grid">
      <div>
        <p class="section-sub" style="margin-bottom: 32px;">
          You don't need to be perfect — you need to be reliable, communicative, and good at what you do.
          Here's what our client companies care about most.
        </p>

        <ul class="req-list" role="list">
          <li>
            <div class="req-check">✓</div>
            <span><strong>Strong English communication</strong> — written and verbal fluency is essential for client-facing remote roles.</span>
          </li>
          <li>
            <div class="req-check">✓</div>
            <span><strong>Reliable internet connection</strong> — you'll need a stable setup for video calls, messaging, and remote tools.</span>
          </li>
          <li>
            <div class="req-check">✓</div>
            <span><strong>At least one core skill</strong> — admin, tech, customer service, finance, marketing, or creative work.</span>
          </li>
          <li>
            <div class="req-check">✓</div>
            <span><strong>Availability during shift hours</strong> — our standard remote shift runs 3PM – 10PM WAT, with some flexibility by role.</span>
          </li>
          <li>
            <div class="req-check">✓</div>
            <span><strong>Professionalism and accountability</strong> — remote work requires initiative, clear communication, and follow-through.</span>
          </li>
          <li>
            <div class="req-check">✓</div>
            <span><strong>Based in Nigeria</strong> — we currently source talent from Nigeria, with a focus on Abuja and Lagos.</span>
          </li>
        </ul>
      </div>

      <div class="req-highlight" role="complementary" aria-label="What you get">
        <h3>What You Get When You're In 🎉</h3>

        <div class="perk-row">
          <span class="perk-icon">💵</span>
          <span class="perk-text"><strong>Competitive monthly pay</strong> starting at ₦200,000 — benchmarked to your role and performance.</span>
        </div>
        <div class="perk-row">
          <span class="perk-icon">🏠</span>
          <span class="perk-text"><strong>100% remote</strong> — work from home or any location with a stable internet connection.</span>
        </div>
        <div class="perk-row">
          <span class="perk-icon">📅</span>
          <span class="perk-text"><strong>Monthly payments</strong> — first payment within 30–45 days of starting, then consistently monthly.</span>
        </div>
        <div class="perk-row">
          <span class="perk-icon">🛡️</span>
          <span class="perk-text"><strong>Compliance handled</strong> — contracts, agreements, and payment administration managed by LEAF MNGMT.</span>
        </div>
        <div class="perk-row">
          <span class="perk-icon">🌍</span>
          <span class="perk-text"><strong>Real remote companies</strong> — every client is vetted for reliability and respectful remote-work practices.</span>
        </div>
      </div>
    </div>
  </div>
</section>

<!-- TESTIMONIALS -->
<section class="testimonials-section" aria-labelledby="testimonials-heading">
  <div class="section-inner">
    <span class="section-tag">Team Stories</span>
    <h2 class="section-title" id="testimonials-heading">
      Real people. <em>Real results.</em>
    </h2>
    <p class="section-sub">
      Hear from workhub team members who made the move to remote work and never looked back.
    </p>

    <div class="testimonials-grid" role="list">
      <article class="testimonial-card" role="listitem">
        <div class="stars">★★★★★</div>
        <p class="testimonial-text">
          "I was skeptical — I'd seen too many fake remote job adverts. But workhub was different. Within a few weeks I had an offer, and now I earn more than I ever did in my Lagos office job. From home."
        </p>
        <div class="testimonial-author">
          <div class="author-avatar">A</div>
          <div>
            <div class="author-name">Adaeze O.</div>
            <div class="author-role">Virtual Assistant · Abuja</div>
          </div>
        </div>
      </article>

      <article class="testimonial-card" role="listitem">
        <div class="stars">★★★★★</div>
        <p class="testimonial-text">
          "The process was transparent from start to finish. I knew what to expect at every step. Now I run financial reports for a client and my pay reflects the real value of what I do."
        </p>
        <div class="testimonial-author">
          <div class="author-avatar">K</div>
          <div>
            <div class="author-name">Kingsley M.</div>
            <div class="author-role">Bookkeeper · Lagos</div>
          </div>
        </div>
      </article>

      <article class="testimonial-card" role="listitem">
        <div class="stars">★★★★★</div>
        <p class="testimonial-text">
          "A year later I manage customer support for an e-commerce brand and I've had two pay increases. This is the remote career I always wanted — with a team that actually supported me through it."
        </p>
        <div class="testimonial-author">
          <div class="author-avatar">F</div>
          <div>
            <div class="author-name">Fatima B.</div>
            <div class="author-role">CX Lead · Abuja</div>
          </div>
        </div>
      </article>
    </div>
  </div>
</section>

<!-- CTA -->
<section class="cta-section" aria-labelledby="cta-heading">
  <h2 id="cta-heading">
    Your remote career<br /><em>starts here.</em>
  </h2>
  <p>
    Apply in under 15 minutes. It's free. We'll reach out when we have a match that fits your profile.
  </p>

  <div class="cta-checklist" role="list">
    <div class="cta-check-item" role="listitem">
      <svg width="16" height="16" fill="none" viewBox="0 0 24 24" stroke="currentColor" stroke-width="2.5" aria-hidden="true"><path stroke-linecap="round" stroke-linejoin="round" d="M5 13l4 4L19 7"/></svg>
      Free to apply
    </div>
    <div class="cta-check-item" role="listitem">
      <svg width="16" height="16" fill="none" viewBox="0 0 24 24" stroke="currentColor" stroke-width="2.5" aria-hidden="true"><path stroke-linecap="round" stroke-linejoin="round" d="M5 13l4 4L19 7"/></svg>
      ₦200,000+ starting pay
    </div>
    <div class="cta-check-item" role="listitem">
      <svg width="16" height="16" fill="none" viewBox="0 0 24 24" stroke="currentColor" stroke-width="2.5" aria-hidden="true"><path stroke-linecap="round" stroke-linejoin="round" d="M5 13l4 4L19 7"/></svg>
      100% remote
    </div>
    <div class="cta-check-item" role="listitem">
      <svg width="16" height="16" fill="none" viewBox="0 0 24 24" stroke="currentColor" stroke-width="2.5" aria-hidden="true"><path stroke-linecap="round" stroke-linejoin="round" d="M5 13l4 4L19 7"/></svg>
      Vetted remote clients
    </div>
  </div>

  <a
    href="https://forms.zohopublic.com/leafmngmtcom/form/InternationalTalentApplication/formperma/eqjW4pBoq1fy_8xDBAA4JIgFl-iCXiC3f9Axv8PibLg"
    class="btn-teal-lg"
    rel="noopener"
    aria-label="Apply now for remote positions"
  >
    Apply Now — It's Free
  </a>
</section>

<!-- FOOTER -->
<footer role="contentinfo">
  <div class="footer-inner">
    <div class="footer-top">
      <div class="footer-brand">
        <a href="#" class="nav-logo" style="filter: invert(1) brightness(0.6);" aria-label="workhub by LEAF MNGMT">
          <div class="logo-mark" style="filter: invert(1); background: var(--teal);">W</div>
          <div class="logo-text">
            <span class="logo-primary" style="color: rgba(255,255,255,0.8);">workhub</span>
            <span class="logo-sub" style="color: rgba(255,255,255,0.35);">by LEAF MNGMT</span>
          </div>
        </a>
        <p>
          Connecting Nigerian talent with vetted remote jobs.
          A product of LEAF MNGMT LLC.
        </p>
      </div>

      <div class="footer-links">
        <h5>For Applicants</h5>
        <ul>
          <li><a href="#roles">Open Roles</a></li>
          <li><a href="#how-it-works">How It Works</a></li>
          <li><a href="#pay">Pay</a></li>
          <li><a href="#requirements">Requirements</a></li>
          <li><a href="https://forms.zohopublic.com/leafmngmtcom/form/InternationalTalentApplication/formperma/eqjW4pBoq1fy_8xDBAA4JIgFl-iCXiC3f9Axv8PibLg">Apply Now</a></li>
        </ul>
      </div>

      <div class="footer-links">
        <h5>Company</h5>
        <ul>
          <li><a href="https://www.leafworkhub.com" rel="noopener">Hire Talent (Clients)</a></li>
          <li><a href="https://www.leafworkhub.com" rel="noopener">leafworkhub.com</a></li>
        </ul>
      </div>
    </div>

    <div class="footer-bottom">
      <span>© 2026 LEAF MNGMT LLC. All rights reserved. Phoenix, AZ.</span>
    </div>
  </div>
</footer>

</body>
</html>