<!DOCTYPE html>
<html lang="en">
<head><base href="about:srcdoc"><script>(function(){function n(){parent.postMessage({t:'share:hash',h:location.hash},'*')}addEventListener('hashchange',n);addEventListener('message',function(e){if(e.source!==parent)return;var d=e.data||{};if(d.t==='share:setHash'&&typeof d.h==='string'&&d.h!==location.hash){location.hash=d.h}});addEventListener('DOMContentLoaded',function(){parent.postMessage({t:'share:ready',h:location.hash},'*')});})();</script>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Trust, by design — OBFC Lesotho v12</title>
<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=Poppins:wght@300;400;500;600;700;800&display=swap" rel="stylesheet">
<style>
  :root {
    --indigo: #2b2880;
    --indigo-deep: #1f1d63;
    --indigo-soft: #3a37a0;
    --green: #16a34a;
    --green-deep: #15803d;
    --green-soft: #dcfce7;
    --green-bg: #f0fdf4;
    --ink: #111827;
    --ink-soft: #4b5563;
    --ink-mute: #6b7280;
    --ink-light: #9ca3af;
    --bg: #ffffff;
    --bg-alt: #f9fafb;
    --rule: #e5e7eb;
    --shadow-card: 0 1px 3px rgba(0,0,0,0.04), 0 1px 2px rgba(0,0,0,0.03);
    --shadow-card-hover: 0 4px 12px rgba(0,0,0,0.06), 0 2px 4px rgba(0,0,0,0.04);
  }

  * { box-sizing: border-box; margin: 0; padding: 0; }

  html { scroll-behavior: smooth; }

  body {
    font-family: 'Poppins', sans-serif;
    background: var(--bg);
    color: var(--ink);
    font-size: 16px;
    line-height: 1.65;
    font-weight: 400;
    -webkit-font-smoothing: antialiased;
  }

  .wrap {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 40px;
  }

  /* ---------- Top nav ---------- */
  .topnav {
    background: var(--indigo);
    padding: 18px 0;
    border-bottom: 1px solid rgba(255,255,255,0.08);
  }

  .topnav-inner {
    display: flex;
    justify-content: space-between;
    align-items: center;
    color: #fff;
  }

  .brand {
    display: flex;
    align-items: center;
    gap: 14px;
  }

  .brand-mark {
    width: 38px;
    height: 38px;
    border-radius: 50%;
    background: #fff;
    color: var(--indigo);
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 700;
    font-size: 11px;
    letter-spacing: 0.04em;
  }

  .brand-text {
    font-size: 14px;
    font-weight: 500;
    letter-spacing: 0.01em;
  }

  .brand-text small {
    display: block;
    font-size: 11px;
    font-weight: 400;
    opacity: 0.7;
    margin-top: 2px;
  }

  .topnav-links {
    display: flex;
    gap: 32px;
    align-items: center;
    font-size: 14px;
  }

  .topnav-links a { color: #fff; text-decoration: none; opacity: 0.9; }

  /* ---------- Hero ---------- */
  .hero {
    background: var(--indigo);
    color: #fff;
    padding: 50px 0 62px;
    position: relative;
    overflow: hidden;
  }

  .hero::before {
    content: '';
    position: absolute;
    top: 0; right: 0; bottom: 0;
    width: 40%;
    background: linear-gradient(135deg, transparent 0%, rgba(58, 55, 160, 0.45) 100%);
    pointer-events: none;
  }

  .hero-inner { position: relative; z-index: 1; max-width: 720px; }

  .hero-bar {
    display: block;
    font-size: 22px;
    font-weight: 800;
    letter-spacing: 0.18em;
    text-transform: uppercase;
    color: #4ade80;
    margin-bottom: 28px;
    line-height: 1.2;
  }

  h1.hero-title {
    font-size: clamp(40px, 5.5vw, 64px);
    font-weight: 700;
    line-height: 1.05;
    letter-spacing: -0.02em;
    margin-bottom: 24px;
  }

  h1.hero-title .light {
    font-weight: 300;
    color: rgba(255,255,255,0.75);
  }

  .hero-lede {
    font-size: 18px;
    line-height: 1.65;
    font-weight: 300;
    color: rgba(255,255,255,0.88);
    max-width: 640px;
  }

  /* ---------- Section heading pattern (Digital services style) ---------- */
  .section-head {
    margin: 96px 0 48px;
  }

  .section-eyebrow {
    font-size: 11px;
    font-weight: 600;
    letter-spacing: 0.18em;
    text-transform: uppercase;
    color: var(--green-deep);
    margin-bottom: 12px;
  }

  .section-title {
    font-size: 38px;
    font-weight: 700;
    line-height: 1.15;
    letter-spacing: -0.02em;
    color: var(--ink);
  }

  .section-title .light {
    font-weight: 300;
    color: var(--ink-light);
  }

  .section-intro {
    margin-top: 20px;
    max-width: 720px;
    font-size: 16.5px;
    line-height: 1.7;
    color: var(--ink-soft);
    font-weight: 400;
  }

  /* ---------- Feature rows (full width) ---------- */
  .features {
    display: flex;
    flex-direction: column;
    margin-bottom: 96px;
  }

  .card {
    display: grid;
    grid-template-columns: 180px 1fr;
    gap: 56px;
    padding: 56px 0;
    border-top: 1px solid var(--rule);
    align-items: start;
  }

  .card:last-child { border-bottom: 1px solid var(--rule); }

  .card-number {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
  }

  .card-num-big {
    font-family: 'Poppins', sans-serif;
    font-size: 84px;
    font-weight: 300;
    line-height: 0.9;
    color: var(--indigo);
    letter-spacing: -0.04em;
  }

  .card-num-label {
    margin-top: 12px;
    font-size: 11px;
    font-weight: 600;
    letter-spacing: 0.18em;
    text-transform: uppercase;
    color: var(--ink-mute);
  }

  .card h3 {
    font-size: 28px;
    font-weight: 700;
    line-height: 1.2;
    color: var(--ink);
    margin-bottom: 18px;
    letter-spacing: -0.015em;
  }

  .card p {
    color: var(--ink-soft);
    font-size: 16px;
    line-height: 1.75;
    margin-bottom: 14px;
    font-weight: 400;
  }

  .card p:last-child { margin-bottom: 0; }

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

  /* Inline example block inside card */
  .card-example {
    margin-top: 22px;
    padding: 16px 18px;
    background: var(--green-bg);
    border-radius: 8px;
    font-size: 14.5px;
    line-height: 1.6;
    color: var(--ink-soft);
  }

  .card-example-label {
    display: block;
    font-size: 10px;
    font-weight: 600;
    letter-spacing: 0.16em;
    text-transform: uppercase;
    color: var(--green-deep);
    margin-bottom: 6px;
  }

  /* Reminder timeline (feature 3) */
  .timeline {
    margin-top: 22px;
    margin-bottom: 16px;
    display: flex;
    align-items: stretch;
    background: var(--bg-alt);
    border-radius: 8px;
    padding: 18px 12px;
  }

  .tl-item {
    flex: 1;
    text-align: center;
    position: relative;
    padding: 0 4px;
  }

  .tl-item:not(:last-child)::after {
    content: '';
    position: absolute;
    right: -4px;
    top: 50%;
    transform: translateY(-50%);
    width: 8px;
    height: 1px;
    background: var(--ink-light);
  }

  .tl-num {
    font-size: 18px;
    font-weight: 700;
    color: var(--indigo);
    line-height: 1;
  }

  .tl-item:last-child .tl-num { color: var(--green-deep); }

  .tl-label {
    font-size: 10px;
    color: var(--ink-mute);
    text-transform: uppercase;
    letter-spacing: 0.08em;
    margin-top: 4px;
    font-weight: 500;
  }

  /* Info chips (feature 6) */
  .chips {
    margin-top: 16px;
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
  }

  .chip {
    padding: 7px 14px;
    background: var(--bg-alt);
    border: 1px solid var(--rule);
    border-radius: 100px;
    font-size: 13px;
    color: var(--ink-soft);
    font-weight: 400;
  }

  .chip strong { color: var(--green-deep); font-weight: 600; }

  /* ---------- Wide card variant (legacy, no-op in v10) ---------- */

  /* ---------- Closing band ---------- */
  .closing {
    background: var(--bg-alt);
    padding: 64px 0;
    border-top: 1px solid var(--rule);
    border-bottom: 1px solid var(--rule);
    text-align: center;
  }

  .closing-mark {
    display: inline-block;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background: var(--green);
    color: #fff;
    line-height: 40px;
    font-size: 18px;
    font-weight: 700;
    margin-bottom: 20px;
  }

  .closing p {
    font-size: 19px;
    line-height: 1.55;
    color: var(--ink);
    max-width: 640px;
    margin: 0 auto;
    font-weight: 400;
  }

  .closing p .light { color: var(--ink-mute); font-weight: 300; }

  /* ---------- Footer ---------- */
  footer {
    padding: 32px 0;
    font-size: 13px;
    color: var(--ink-mute);
    background: #fff;
  }

  .footer-inner {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    gap: 12px;
  }

  .footer-inner strong { color: var(--ink-soft); font-weight: 600; }

  /* ---------- Responsive ---------- */
  @media (max-width: 860px) {
    .features { grid-template-columns: 1fr; }
    .card {
      grid-template-columns: 1fr;
      gap: 16px;
      padding: 40px 0;
    }
    .card-num-big { font-size: 64px; }
    .card h3 { font-size: 24px; }
    .wrap { padding: 0 22px; }
    .hero { padding: 40px 0 44px; }
    .hero-bar { font-size: 16px; letter-spacing: 0.14em; }
    .section-head { margin: 64px 0 32px; }
    .section-title { font-size: 30px; }
    .topnav-links { display: none; }
    .timeline { padding: 14px 6px; }
    .tl-num { font-size: 16px; }
    .footer-inner { flex-direction: column; align-items: flex-start; }
  }

  @media print {
    .topnav, .hero { background: #fff !important; color: var(--ink) !important; }
    h1.hero-title, .hero-lede, .brand-text, .topnav a { color: var(--ink) !important; }
    .card { page-break-inside: avoid; box-shadow: none; }
  }
</style>
</head>
<body>

<nav class="topnav">
  <div class="wrap topnav-inner">
    <div class="brand">
      <div class="brand-mark">OBFC</div>
      <div class="brand-text">
        One-Stop Business Facilitation Centre
        <small>Kingdom of Lesotho</small>
      </div>
    </div>
    <div class="topnav-links">
      <a href="#features">Features</a>
      <a href="https://businessregistrations.gov.ls/" target="_blank" rel="noopener">businessregistrations.gov.ls</a>
    </div>
  </div>
</nav>

<section class="hero">
  <div class="wrap hero-inner">
    <div class="hero-bar">A new generation of business registry</div>
    <h1 class="hero-title">Trust, <span class="light">by design.</span></h1>
    <p class="hero-lede">
      Lesotho's One-Stop Business Facilitation Centre brings together what citizens, entrepreneurs and partners expect from a modern business registry: secure identity, services that fit each situation, automatic reminders, online signature, clear governance, and reliable public information.
    </p>
  </div>
</section>

<main class="wrap">

  <div class="section-head" id="features">
    <div class="section-eyebrow">Six core features</div>
    <h2 class="section-title">What makes <span class="light">OBFC different</span></h2>
    <p class="section-intro">
      A business registry is more than a list of companies. It is the place where entrepreneurs declare who they are, what they do, and what they commit to &mdash; and where everyone else can rely on that information. The OBFC registry is built around six features that, together, place it among a new generation of electronic registries.
    </p>
  </div>

  <section class="features">

    <!-- Feature 1 -->
    <article class="card">
      <div class="card-number">
        <div class="card-num-big">01</div>
        <div class="card-num-label">Identity</div>
      </div>
      <div>
      <h3>A strong electronic identity for every user</h3>
      <p>
        Before using the OBFC platform, every user goes through a simple but thorough <strong>KYC process</strong> &mdash; "Know Your Customer". The platform verifies the user's identity document and confirms the person is who they claim to be, by comparing the photo on the ID with a live picture taken during registration.
      </p>
      <p>
        The result is an <strong>electronic identity</strong> firmly linked to a real, verified person. Every subsequent action on the registry &mdash; opening a company, signing a document, submitting a change &mdash; carries the weight of that verified identity.
      </p>
      </div>
    </article>

    <!-- Feature 2 -->
    <article class="card">
      <div class="card-number">
        <div class="card-num-big">02</div>
        <div class="card-num-label">Tailored</div>
      </div>
      <div>
      <h3>Services that know you</h3>
      <p>
        Because the registry knows who the user is, it offers services that fit <strong>each particular situation</strong>. Someone who already has a registered company is asked whether they want to modify it or create a new one &mdash; not presented with a long generic menu.
      </p>
      <p>
        And data already provided is <strong>reused automatically</strong> for further requests. Information is given once. The registry remembers it and applies it everywhere it is needed.
      </p>
      <div class="card-example">
        <span class="card-example-label">In practice</span>
        Logging in to renew a licence, the user finds their name, address, ID number and existing company details already filled in. They confirm and sign.
      </div>
      </div>
    </article>

    <!-- Feature 3 -->
    <article class="card">
      <div class="card-number">
        <div class="card-num-big">03</div>
        <div class="card-num-label">Reminders</div>
      </div>
      <div>
      <h3>Automatic reminders for your obligations</h3>
      <p>
        The registry sends an <strong>email and an SMS</strong> before any certificate expires &mdash; whether it is a business ID or a licence. Five reminders are sent, leaving plenty of time to act.
      </p>

      <div class="timeline">
        <div class="tl-item"><div class="tl-num">45</div><div class="tl-label">days</div></div>
        <div class="tl-item"><div class="tl-num">30</div><div class="tl-label">days</div></div>
        <div class="tl-item"><div class="tl-num">15</div><div class="tl-label">days</div></div>
        <div class="tl-item"><div class="tl-num">7</div><div class="tl-label">days</div></div>
        <div class="tl-item"><div class="tl-num">1</div><div class="tl-label">day</div></div>
      </div>

      <p>
        Each message takes the user directly to a <strong>simple pre-filled form</strong>: pay to extend, update information, or formally close the activity &mdash; in a few clicks. Deadlines are no longer missed because of forgotten dates or undelivered letters.
      </p>
      </div>
    </article>

    <!-- Feature 4 -->
    <article class="card">
      <div class="card-number">
        <div class="card-num-big">04</div>
        <div class="card-num-label">Signature</div>
      </div>
      <div>
      <h3>Electronic signature, fully online</h3>
      <p>
        Every request to create or modify a sole proprietorship or a company can be <strong>signed online</strong>. This is possible precisely because every user has a strong, verified electronic identity (Feature 1).
      </p>
      <p>
        A signature is the way an identified person clearly commits to the content of a document. On the OBFC platform, the first expression of the signature is the user <strong>clicking an approval button</strong> on the document, then confirmed by <strong>two-factor authentication</strong>: the user enters a code received on their registered phone or device, in addition to their password. The signature is then linked to that exact document, that exact person, at that exact moment.
      </p>
      <div class="card-example">
        <span class="card-example-label">What this replaces</span>
        The traditional cycle of printing, hand-signing, scanning, queuing at a counter, and posting originals. The same legal value, completed in minutes.
      </div>
      </div>
    </article>

    <!-- Feature 5 -->
    <article class="card">
      <div class="card-number">
        <div class="card-num-big">05</div>
        <div class="card-num-label">Governance</div>
      </div>
      <div>
      <h3>Clear and effective governance rules</h3>
      <p>
        At the moment of creation, founders can clearly define <strong>the rules that apply to decisions</strong> by shareholders and directors:
      </p>
      <p>
        Which decisions need shareholder approval? For each one, what percentage of shareholders must agree? When there is more than one director, can each one sign alone, or do some decisions require a majority &mdash; or all of them &mdash; to agree?
      </p>
      <p>
        The registry then <strong>applies these rules automatically</strong> when decisions are submitted: changing the company name, increasing the capital, appointing or removing a director. The result is unambiguous &mdash; no informal arrangements, no later disputes about what was agreed.
      </p>
      </div>
    </article>

    <!-- Feature 6 -->
    <article class="card">
      <div class="card-number">
        <div class="card-num-big">06</div>
        <div class="card-num-label">Public information</div>
      </div>
      <div>
      <h3>Quality information, made public</h3>
      <p>
        One of the most fundamental roles of a public registry is to <strong>provide reliable information</strong> to anyone who needs it. The new OBFC registry takes this role seriously: information about businesses is accurate, kept up to date, and accessible.
      </p>
      <p>
        Anyone considering doing business with a Lesotho company can check the essentials before committing:
      </p>
      <div class="chips">
        <span class="chip">Who are the <strong>directors</strong>?</span>
        <span class="chip">Are they entitled to <strong>contract a loan</strong> for this amount?</span>
        <span class="chip">Is there a <strong>pledge or a lien</strong> on the shares or on the company?</span>
        <span class="chip">Has the company started a <strong>liquidation procedure</strong>?</span>
      </div>
      <p style="margin-top: 16px;">
        This information is valuable for banks, suppliers, customers and partners. Making it public, accurate and easy to access is how a modern registry supports a healthy business environment.
      </p>
      </div>
    </article>

  </section>

</main>

<section class="closing">
  <div class="wrap">
    <div class="closing-mark">&check;</div>
    <p>
      Six features, one direction: a registry that is trustworthy because it knows who is using it, useful because it adapts to each situation, and valuable <span class="light">because the information it holds can be relied upon.</span>
    </p>
  </div>
</section>

<footer>
  <div class="wrap footer-inner">
    <div><strong>OBFC</strong> &middot; One-Stop Business Facilitation Centre &middot; Kingdom of Lesotho</div>
    <div>businessregistrations.gov.ls</div>
  </div>
</footer>

</body>
</html>