<!DOCTYPE html><html lang="en"><head><meta charSet="utf-8"/><meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=5, viewport-fit=cover"/><link rel="stylesheet" href="/_next/static/chunks/2cktyx73zt1wt.css" data-precedence="next"/><link rel="preload" as="script" fetchPriority="low" href="/_next/static/chunks/326b79v6mlhkx.js"/><script src="/_next/static/chunks/3-mwctl6m6a25.js" async=""></script><script src="/_next/static/chunks/08sd7xz61zo_j.js" async=""></script><script src="/_next/static/chunks/turbopack-0543hpwf3s6jm.js" async=""></script><script src="/_next/static/chunks/3nf9g8iq1k1nx.js" async="" crossorigin=""></script><script src="/_next/static/chunks/1vxh9lcz09zck.js" async="" crossorigin=""></script><script src="/_next/static/chunks/1x9vm26jr57y9.js" async="" crossorigin=""></script><meta name="theme-color" content="#D4AF37"/><title>Mokoro — Data. Design. Disruption. | Digital Growth Engine</title><meta name="description" content="Mokoro is Botswana&#x27;s most disruptive digital marketing, growth, data analytics &amp; transformation agency. SEO, paid ads, web design, branding, automation, WhatsApp funnels — all powered by AI and real results. Data. Design. Disruption."/><meta name="application-name" content="Mokoro"/><meta name="author" content="Farouk Pandor"/><meta name="author" content="Jennifer Diphofu"/><link rel="manifest" href="/manifest.json"/><meta name="keywords" content="digital marketing Botswana,SEO agency Botswana,SEO audit free,Local SEO Botswana,Gaborone web design,PWA development Africa,Mokoro,Farouk Pandor,Jennifer Diphofu,branding Gaborone,web design Botswana,WhatsApp business Botswana,paid ads Botswana,social media management Botswana,data analytics Africa,growth agency,AI marketing,SADC digital agency,China Botswana sourcing,ecommerce Botswana"/><meta name="creator" content="Mokoro"/><meta name="publisher" content="Mokoro"/><meta name="robots" content="index, follow"/><meta name="googlebot" content="index, follow, max-image-preview:large"/><meta name="category" content="business"/><link rel="canonical" href="https://mokoro-dge.pages.dev"/><meta property="og:title" content="Mokoro — Data. Design. Disruption."/><meta property="og:description" content="Mokoro is Botswana&#x27;s digital growth engine: data-driven marketing, AI-powered automation, branding, web design, SEO, and paid ads that deliver measurable ROI."/><meta property="og:url" content="https://mokoro-dge.pages.dev"/><meta property="og:site_name" content="Mokoro"/><meta property="og:locale" content="en_BW"/><meta property="og:image" content="https://mokoro-dge.pages.dev/icons/icon-512.png"/><meta property="og:image:width" content="512"/><meta property="og:image:height" content="512"/><meta property="og:image:alt" content="Mokoro"/><meta property="og:type" content="website"/><meta name="twitter:card" content="summary_large_image"/><meta name="twitter:title" content="Mokoro — Data. Design. Disruption."/><meta name="twitter:description" content="Data. Design. Disruption. Mokoro is Africa&#x27;s Digital Growth Engine — free SEO audit, AI marketing automation, and real ROI."/><meta name="twitter:image" content="https://mokoro-dge.pages.dev/icons/icon-512.png"/><link rel="icon" href="/favicon.png" sizes="any"/><link rel="icon" href="/icons/icon-192.png" sizes="192x192" type="image/png"/><link rel="icon" href="/icons/icon-512.png" sizes="512x512" type="image/png"/><link rel="apple-touch-icon" href="/icons/icon-192.png"/><link rel="preconnect" href="https://fonts.googleapis.com"/><link rel="preconnect" href="https://fonts.gstatic.com" crossorigin=""/><meta name="apple-mobile-web-app-capable" content="yes"/><meta name="apple-mobile-web-app-status-bar-style" content="black-translucent"/><meta name="apple-mobile-web-app-title" content="Mokoro"/><link rel="apple-touch-icon" href="/icons/icon-192.png"/><meta http-equiv="Content-Type" content="text/html; charset=utf-8"/><style>
/* Critical reset + layout so the page is never white-on-white unstyled */
*,*::before,*::after{box-sizing:border-box}
html{-webkit-text-size-adjust:100%;-webkit-font-smoothing:antialiased;scroll-behavior:smooth}
body{margin:0;font-family:Inter,ui-sans-serif,system-ui,-apple-system,Segoe UI,Roboto,sans-serif;background:#0A0F1E;color:#F8FAFC;line-height:1.5;overflow-x:hidden}
a{color:inherit;text-decoration:none}
img,svg{display:block;max-width:100%}
.container-xl{max-width:80rem;margin:0 auto;padding:0 1.5rem}
.flex{display:flex}.grid{display:grid}.hidden{display:none}
.items-center{align-items:center}.justify-between{justify-content:space-between}
.gap-2{gap:.5rem}.gap-4{gap:1rem}.gap-6{gap:1.5rem}
.rounded-2xl{border-radius:1rem}.rounded-xl{border-radius:.75rem}
.fixed{position:fixed}.absolute{position:absolute}.relative{position:relative}
.sticky{position:-webkit-sticky;position:sticky}
.inset-0{inset:0}.inset-x-0{left:0;right:0}.top-0{top:0}
.z-40{z-index:40}.z-50{z-index:50}
.w-full{width:100%}.h-full{height:100%}
.min-h-screen{min-height:100vh}
.p-6{padding:1.5rem}.px-6{padding-left:1.5rem;padding-right:1.5rem}.py-20{padding-top:5rem;padding-bottom:5rem}
.text-center{text-align:center}
.font-bold{font-weight:700}.font-semibold{font-weight:600}
.bg-ink{background:#0A0F1E}.bg-white{background:#fff}
.text-gold{color:#D4AF37}.text-white{color:#fff}
.btn-gold{display:inline-flex;align-items:center;gap:.5rem;padding:.75rem 1.5rem;border-radius:.75rem;background:linear-gradient(135deg,#D4AF37,#F5C451,#B8860B);color:#0A0F1E;font-weight:600;box-shadow:0 8px 24px -8px rgba(212,175,55,.55)}
.glass{background:rgba(10,15,30,.55);backdrop-filter:blur(12px);border:1px solid rgba(255,255,255,.08);border-radius:1rem}
@keyframes fadeInUp{from{opacity:0;transform:translateY(20px)}to{opacity:1;transform:none}}
.animate-fade-in-up{animation:.8s ease-out both fadeInUp}
@media (min-width:768px){.md\:flex{display:flex}.md\:hidden{display:none}.md\:grid-cols-2{grid-template-columns:repeat(2,minmax(0,1fr))}.md\:grid-cols-3{grid-template-columns:repeat(3,minmax(0,1fr))}.md\:py-28{padding-top:7rem;padding-bottom:7rem}.md\:text-7xl{font-size:4.5rem;line-height:1}}
</style><script type="application/ld+json">{"@context":"https://schema.org","@type":"Organization","name":"Mokoro","legalName":"Mokoro Digital","description":"Democratise world-class digital growth for African and global brands using intelligent tools, creative fire, automation, and measurable outcomes.","url":"https://mokoro-dge.pages.dev","logo":"https://mokoro-dge.pages.dev/icons/icon-512.png","email":"faroukpandor+mokoro@gmail.com","telephone":"+26772487174","contactPoint":{"@type":"ContactPoint","telephone":"+26772487174","contactType":"customer service","availableLanguage":["English","Setswana"],"areaServed":["BW","ZA","NA","ZM","ZW","Worldwide"]},"address":{"@type":"PostalAddress","addressLocality":"Gaborone","addressCountry":"BW"},"founder":[{"@type":"Person","name":"Farouk Pandor","jobTitle":"Managing Partner · Digital Strategy, Branding & Growth"},{"@type":"Person","name":"Jennifer Diphofu","jobTitle":"Data & Systems Partner · Applied Business Computing & Analytics"}],"sameAs":["https://wa.me/26772487174","mailto:faroukpandor@gmail.com"],"areaServed":["BW","ZA","NA","ZM","ZW","Worldwide"]}</script><script type="application/ld+json">{"@context":"https://schema.org","@type":"ProfessionalService","name":"Mokoro Digital Growth Engine","image":"https://mokoro-dge.pages.dev/icons/icon-512.png","url":"https://mokoro-dge.pages.dev","telephone":"+26772487174","email":"faroukpandor@gmail.com","priceRange":"P350 - P50,000+","address":{"@type":"PostalAddress","addressLocality":"Gaborone","addressCountry":"BW"},"areaServed":["Gaborone","Francistown","Maun","Kasane","SADC","Worldwide"],"openingHoursSpecification":[{"@type":"OpeningHoursSpecification","dayOfWeek":["Monday","Tuesday","Wednesday","Thursday","Friday"],"opens":"08:00","closes":"18:00"},{"@type":"OpeningHoursSpecification","dayOfWeek":"Saturday","opens":"09:00","closes":"13:00"}],"sameAs":["https://wa.me/26772487174"]}</script><script src="/_next/static/chunks/0cz1d0mv5g_q7.js" noModule=""></script></head><body class="antialiased min-h-screen relative"><div hidden=""><!--$--><!--/$--></div><script>
    (function(){
      try {
        var s = localStorage.getItem('mokoro-theme');
        var m = window.matchMedia('(prefers-color-scheme: dark)').matches;
        var d = s ? s === 'dark' : m;
        if (d) document.documentElement.classList.add('dark');
      } catch(e){}
    })();
  </script><header class="fixed top-0 inset-x-0 z-40 transition-all duration-300 py-4"><div class="container-xl px-5"><div class="glass rounded-2xl px-4 md:px-6 py-3 flex items-center justify-between transition-all duration-300 "><a href="#top" class="flex items-center gap-2.5 group"><div class="w-10 h-10 rounded-xl bg-gold-gradient flex items-center justify-center text-brand-ink font-black text-lg shadow-glow-gold group-hover:scale-105 transition-transform">M</div><div class="leading-tight"><div class="font-display font-bold tracking-tight text-lg">Mokoro</div><div class="text-[10px] uppercase tracking-[0.2em] opacity-60 -mt-0.5">Digital Growth Engine</div></div></a><nav class="hidden md:flex items-center gap-1"><a href="#why" class="px-3 py-2 text-sm font-medium rounded-lg hover:bg-slate-900/5 dark:hover:bg-white/5 transition-colors">Why Mokoro</a><a href="#method" class="px-3 py-2 text-sm font-medium rounded-lg hover:bg-slate-900/5 dark:hover:bg-white/5 transition-colors">Method</a><a href="#services" class="px-3 py-2 text-sm font-medium rounded-lg hover:bg-slate-900/5 dark:hover:bg-white/5 transition-colors">Services</a><a href="#industries" class="px-3 py-2 text-sm font-medium rounded-lg hover:bg-slate-900/5 dark:hover:bg-white/5 transition-colors">Industries</a><a href="#enterprises" class="px-3 py-2 text-sm font-medium rounded-lg hover:bg-slate-900/5 dark:hover:bg-white/5 transition-colors">Enterprises</a><a href="#work" class="px-3 py-2 text-sm font-medium rounded-lg hover:bg-slate-900/5 dark:hover:bg-white/5 transition-colors">Work</a><a href="#pricing" class="px-3 py-2 text-sm font-medium rounded-lg hover:bg-slate-900/5 dark:hover:bg-white/5 transition-colors">Pricing</a><a href="#insights" class="px-3 py-2 text-sm font-medium rounded-lg hover:bg-slate-900/5 dark:hover:bg-white/5 transition-colors">Insights</a><a href="#contact" class="px-3 py-2 text-sm font-medium rounded-lg hover:bg-slate-900/5 dark:hover:bg-white/5 transition-colors">Contact</a></nav><div class="flex items-center gap-2"><button aria-label="Toggle theme" class="w-10 h-10 rounded-xl hover:bg-slate-900/5 dark:hover:bg-white/5 flex items-center justify-center transition-colors"><svg xmlns="http://www.w3.org/2000/svg" width="18" height="18" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" class="lucide lucide-moon"><path d="M12 3a6 6 0 0 0 9 9 9 9 0 1 1-9-9Z"></path></svg></button><a href="https://wa.me/26772487174?text=Hello%20Mokoro!%20I%27d%20like%20a%20free%20digital%20audit%20and%20proposal." target="_blank" rel="noopener" class="hidden sm:inline-flex btn-teal !py-2 !px-4 text-sm"><svg xmlns="http://www.w3.org/2000/svg" width="16" height="16" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" class="lucide lucide-download"><path d="M21 15v4a2 2 0 0 1-2 2H5a2 2 0 0 1-2-2v-4"></path><polyline points="7 10 12 15 17 10"></polyline><line x1="12" x2="12" y1="15" y2="3"></line></svg> Free Audit</a><button aria-label="Menu" class="md:hidden w-10 h-10 rounded-xl hover:bg-slate-900/5 dark:hover:bg-white/5 flex items-center justify-center"><svg xmlns="http://www.w3.org/2000/svg" width="20" height="20" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" class="lucide lucide-menu"><line x1="4" x2="20" y1="12" y2="12"></line><line x1="4" x2="20" y1="6" y2="6"></line><line x1="4" x2="20" y1="18" y2="18"></line></svg></button></div></div></div></header><main><section id="top" class="relative pt-32 md:pt-40 pb-20 md:pb-32 px-6 overflow-hidden noise"><div class="absolute inset-0 bg-hero-dark dark:bg-hero-dark pointer-events-none"></div><div class="absolute inset-0 bg-grid bg-grid-light dark:bg-grid-dark pointer-events-none" style="mask-image:radial-gradient(ellipse at center, black 40%, transparent 80%)"></div><div class="absolute -top-40 -right-40 w-[500px] h-[500px] rounded-full bg-gradient-to-br from-brand-gold/20 to-transparent blur-3xl"></div><div class="absolute -bottom-40 -left-40 w-[500px] h-[500px] rounded-full bg-gradient-to-tr from-brand-turquoise/20 to-transparent blur-3xl"></div><div class="container-xl relative"><div class="max-w-4xl mx-auto text-center"><div class="reveal inline-flex items-center gap-2 px-4 py-1.5 rounded-full glass text-xs md:text-sm font-medium mb-6 flex-wrap justify-center"><svg xmlns="http://www.w3.org/2000/svg" width="14" height="14" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" class="lucide lucide-sparkles text-brand-gold"><path d="M9.937 15.5A2 2 0 0 0 8.5 14.063l-6.135-1.582a.5.5 0 0 1 0-.962L8.5 9.936A2 2 0 0 0 9.937 8.5l1.582-6.135a.5.5 0 0 1 .963 0L14.063 8.5A2 2 0 0 0 15.5 9.937l6.135 1.581a.5.5 0 0 1 0 .964L15.5 14.063a2 2 0 0 0-1.437 1.437l-1.582 6.135a.5.5 0 0 1-.963 0z"></path><path d="M20 3v4"></path><path d="M22 5h-4"></path><path d="M4 17v2"></path><path d="M5 18H3"></path></svg><span>Botswana&#x27;s Highest-Rated Digital Growth Agency</span><span class="inline-block w-1.5 h-1.5 rounded-full bg-brand-turquoise animate-pulse"></span></div><h1 class="reveal text-4xl sm:text-5xl md:text-7xl font-display font-black tracking-tight leading-[1.05] mb-6">We build systems that grow<br class="hidden md:block"/><span class="text-gradient-mixed">Data<!-- -->.</span> <span class="text-gradient-gold"> Design<!-- -->.</span> <span class="inline-flex items-baseline text-gradient-teal"><span class="cursor">Brands</span></span></h1><p class="reveal text-base md:text-lg text-slate-600 dark:text-slate-300 max-w-2xl mx-auto mb-6 leading-relaxed">Mokoro<!-- --> is Botswana&#x27;s most disruptive digital agency — uniting world-class creative, data science, AI automation and progressive engineering to turn ambitious businesses into<!-- --> <strong class="text-brand-gold">measurable, scalable, 24/7 revenue engines.</strong></p><div class="reveal flex flex-wrap justify-center gap-x-6 gap-y-2 text-xs md:text-sm opacity-75 mb-8"><span class="flex items-center gap-1.5"><svg xmlns="http://www.w3.org/2000/svg" width="14" height="14" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" class="lucide lucide-zap text-brand-gold"><path d="M4 14a1 1 0 0 1-.78-1.63l9.9-10.2a.5.5 0 0 1 .86.46l-1.92 6.02A1 1 0 0 0 13 10h7a1 1 0 0 1 .78 1.63l-9.9 10.2a.5.5 0 0 1-.86-.46l1.92-6.02A1 1 0 0 0 11 14z"></path></svg>Launch in 5–7 days</span><span class="flex items-center gap-1.5"><svg xmlns="http://www.w3.org/2000/svg" width="14" height="14" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" class="lucide lucide-shield-check text-brand-turquoise"><path d="M20 13c0 5-3.5 7.5-7.66 8.95a1 1 0 0 1-.67-.01C7.5 20.5 4 18 4 13V6a1 1 0 0 1 1-1c2 0 4.5-1.2 6.24-2.72a1.17 1.17 0 0 1 1.52 0C14.51 3.81 17 5 19 5a1 1 0 0 1 1 1z"></path><path d="m9 12 2 2 4-4"></path></svg>BDPA-compliant</span><span class="flex items-center gap-1.5"><svg xmlns="http://www.w3.org/2000/svg" width="14" height="14" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" class="lucide lucide-clock text-brand-gold"><circle cx="12" cy="12" r="10"></circle><polyline points="12 6 12 12 16 14"></polyline></svg>24/7 WhatsApp automation</span><span class="flex items-center gap-1.5"><svg xmlns="http://www.w3.org/2000/svg" width="14" height="14" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" class="lucide lucide-globe text-brand-turquoise"><circle cx="12" cy="12" r="10"></circle><path d="M12 2a14.5 14.5 0 0 0 0 20 14.5 14.5 0 0 0 0-20"></path><path d="M2 12h20"></path></svg>Local + global payments</span></div><div class="reveal flex flex-col sm:flex-row items-center justify-center gap-3 mb-12"><a href="#contact" class="btn-gold w-full sm:w-auto">Get My Free Digital Audit <svg xmlns="http://www.w3.org/2000/svg" width="18" height="18" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" class="lucide lucide-arrow-right"><path d="M5 12h14"></path><path d="m12 5 7 7-7 7"></path></svg></a><a href="https://wa.me/26772487174?text=Hello%20Mokoro!%20I%27d%20like%20a%20free%20digital%20audit%20and%20proposal." target="_blank" rel="noopener" class="btn-outline w-full sm:w-auto"><svg xmlns="http://www.w3.org/2000/svg" width="18" height="18" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" class="lucide lucide-bot text-emerald-500"><path d="M12 8V4H8"></path><rect width="16" height="12" x="4" y="8" rx="2"></rect><path d="M2 14h2"></path><path d="M20 14h2"></path><path d="M15 13v2"></path><path d="M9 13v2"></path></svg> Chat on WhatsApp</a></div><div class="reveal grid grid-cols-2 md:grid-cols-4 gap-4 max-w-3xl mx-auto"><div class="glass rounded-xl px-3 py-3 flex items-center gap-2 text-xs md:text-sm font-medium"><svg xmlns="http://www.w3.org/2000/svg" width="16" height="16" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" class="lucide lucide-trending-up text-brand-gold shrink-0"><polyline points="22 7 13.5 15.5 8.5 10.5 2 17"></polyline><polyline points="16 7 22 7 22 13"></polyline></svg><span>Growth-first</span></div><div class="glass rounded-xl px-3 py-3 flex items-center gap-2 text-xs md:text-sm font-medium"><svg xmlns="http://www.w3.org/2000/svg" width="16" height="16" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" class="lucide lucide-globe text-brand-gold shrink-0"><circle cx="12" cy="12" r="10"></circle><path d="M12 2a14.5 14.5 0 0 0 0 20 14.5 14.5 0 0 0 0-20"></path><path d="M2 12h20"></path></svg><span>Africa-born · Global-grade</span></div><div class="glass rounded-xl px-3 py-3 flex items-center gap-2 text-xs md:text-sm font-medium"><svg xmlns="http://www.w3.org/2000/svg" width="16" height="16" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" class="lucide lucide-zap text-brand-gold shrink-0"><path d="M4 14a1 1 0 0 1-.78-1.63l9.9-10.2a.5.5 0 0 1 .86.46l-1.92 6.02A1 1 0 0 0 13 10h7a1 1 0 0 1 .78 1.63l-9.9 10.2a.5.5 0 0 1-.86-.46l1.92-6.02A1 1 0 0 0 11 14z"></path></svg><span>PWA · Fast · Offline-ready</span></div><div class="glass rounded-xl px-3 py-3 flex items-center gap-2 text-xs md:text-sm font-medium"><svg xmlns="http://www.w3.org/2000/svg" width="16" height="16" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" class="lucide lucide-sparkles text-brand-gold shrink-0"><path d="M9.937 15.5A2 2 0 0 0 8.5 14.063l-6.135-1.582a.5.5 0 0 1 0-.962L8.5 9.936A2 2 0 0 0 9.937 8.5l1.582-6.135a.5.5 0 0 1 .963 0L14.063 8.5A2 2 0 0 0 15.5 9.937l6.135 1.581a.5.5 0 0 1 0 .964L15.5 14.063a2 2 0 0 0-1.437 1.437l-1.582 6.135a.5.5 0 0 1-.963 0z"></path><path d="M20 3v4"></path><path d="M22 5h-4"></path><path d="M4 17v2"></path><path d="M5 18H3"></path></svg><span>AI-Powered Workflows</span></div></div></div><div class="hidden md:flex justify-center mt-20"><a href="#why" class="animate-float text-sm opacity-60 flex flex-col items-center gap-1"><span class="text-xs uppercase tracking-widest">See Why We Win</span><svg xmlns="http://www.w3.org/2000/svg" width="18" height="18" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" class="lucide lucide-chevron-down"><path d="m6 9 6 6 6-6"></path></svg></a></div></div></section><section id="about" class="section relative"><div class="container-xl"><div class="grid lg:grid-cols-2 gap-14 items-center"><div class="reveal"><div class="inline-block text-xs uppercase tracking-[0.25em] text-brand-gold font-semibold mb-4">Who We Are</div><h2 class="text-3xl md:text-5xl font-display font-black tracking-tight leading-[1.1] mb-6">A growth partner engineered for <span class="text-gradient-gold">African realities</span>, built to <span class="text-gradient-teal">global standards</span>.</h2><p class="text-base md:text-lg opacity-80 leading-relaxed mb-6">Founded by <strong>Farouk Pandor</strong> (Digital Strategy, Branding &amp; Growth) and<!-- --> <strong>Jennifer Diphofu</strong> (Applied Business Computing &amp; Data Analytics), Mokoro is a full-spectrum enterprise that fuses marketing, technology, consulting, content, commerce and education under one roof.</p><ul class="space-y-3"><li class="flex items-start gap-2.5 text-sm md:text-base"><svg xmlns="http://www.w3.org/2000/svg" width="20" height="20" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" class="lucide lucide-circle-check text-brand-turquoise shrink-0 mt-0.5"><circle cx="12" cy="12" r="10"></circle><path d="m9 12 2 2 4-4"></path></svg><span class="opacity-85">Research → Strategy → Design → Build → Launch → Measure → Scale</span></li><li class="flex items-start gap-2.5 text-sm md:text-base"><svg xmlns="http://www.w3.org/2000/svg" width="20" height="20" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" class="lucide lucide-circle-check text-brand-turquoise shrink-0 mt-0.5"><circle cx="12" cy="12" r="10"></circle><path d="m9 12 2 2 4-4"></path></svg><span class="opacity-85">Mobile-first, low-bandwidth friendly, PWA-ready on day one</span></li><li class="flex items-start gap-2.5 text-sm md:text-base"><svg xmlns="http://www.w3.org/2000/svg" width="20" height="20" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" class="lucide lucide-circle-check text-brand-turquoise shrink-0 mt-0.5"><circle cx="12" cy="12" r="10"></circle><path d="m9 12 2 2 4-4"></path></svg><span class="opacity-85">Free and open-source tooling where possible, enterprise-grade where it matters</span></li><li class="flex items-start gap-2.5 text-sm md:text-base"><svg xmlns="http://www.w3.org/2000/svg" width="20" height="20" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" class="lucide lucide-circle-check text-brand-turquoise shrink-0 mt-0.5"><circle cx="12" cy="12" r="10"></circle><path d="m9 12 2 2 4-4"></path></svg><span class="opacity-85">12+ integrated divisions — one accountable partner, zero agency juggling</span></li></ul></div><div class="reveal relative"><div class="grid sm:grid-cols-2 gap-4"><div class="card "><div class="w-11 h-11 rounded-xl flex items-center justify-center mb-3 bg-gold-gradient text-brand-ink"><svg xmlns="http://www.w3.org/2000/svg" width="22" height="22" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" class="lucide lucide-brain"><path d="M12 5a3 3 0 1 0-5.997.125 4 4 0 0 0-2.526 5.77 4 4 0 0 0 .556 6.588A4 4 0 1 0 12 18Z"></path><path d="M12 5a3 3 0 1 1 5.997.125 4 4 0 0 1 2.526 5.77 4 4 0 0 1-.556 6.588A4 4 0 1 1 12 18Z"></path><path d="M15 13a4.5 4.5 0 0 1-3-4 4.5 4.5 0 0 1-3 4"></path><path d="M17.599 6.5a3 3 0 0 0 .399-1.375"></path><path d="M6.003 5.125A3 3 0 0 0 6.401 6.5"></path><path d="M3.477 10.896a4 4 0 0 1 .585-.396"></path><path d="M19.938 10.5a4 4 0 0 1 .585.396"></path><path d="M6 18a4 4 0 0 1-1.967-.516"></path><path d="M19.967 17.484A4 4 0 0 1 18 18"></path></svg></div><div class="font-bold mb-1">AI-Driven Strategy</div><p class="text-sm opacity-75 leading-relaxed">Every campaign is informed by data, experiments, and intelligent automation.</p></div><div class="card sm:mt-8"><div class="w-11 h-11 rounded-xl flex items-center justify-center mb-3 bg-teal-gradient text-white"><svg xmlns="http://www.w3.org/2000/svg" width="22" height="22" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" class="lucide lucide-palette"><circle cx="13.5" cy="6.5" r=".5" fill="currentColor"></circle><circle cx="17.5" cy="10.5" r=".5" fill="currentColor"></circle><circle cx="8.5" cy="7.5" r=".5" fill="currentColor"></circle><circle cx="6.5" cy="12.5" r=".5" fill="currentColor"></circle><path d="M12 2C6.5 2 2 6.5 2 12s4.5 10 10 10c.926 0 1.648-.746 1.648-1.688 0-.437-.18-.835-.437-1.125-.29-.289-.438-.652-.438-1.125a1.64 1.64 0 0 1 1.668-1.668h1.996c3.051 0 5.555-2.503 5.555-5.554C21.965 6.012 17.461 2 12 2z"></path></svg></div><div class="font-bold mb-1">World-Class Creative</div><p class="text-sm opacity-75 leading-relaxed">African storytelling meeting global design standards — authentic and premium.</p></div><div class="card "><div class="w-11 h-11 rounded-xl flex items-center justify-center mb-3 bg-gold-gradient text-brand-ink"><svg xmlns="http://www.w3.org/2000/svg" width="22" height="22" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" class="lucide lucide-chart-column"><path d="M3 3v16a2 2 0 0 0 2 2h16"></path><path d="M18 17V9"></path><path d="M13 17V5"></path><path d="M8 17v-3"></path></svg></div><div class="font-bold mb-1">Analytics by Default</div><p class="text-sm opacity-75 leading-relaxed">We instrument everything. If it moves, we measure it. If it doesn&#x27;t convert, we fix it.</p></div><div class="card sm:mt-8"><div class="w-11 h-11 rounded-xl flex items-center justify-center mb-3 bg-teal-gradient text-white"><svg xmlns="http://www.w3.org/2000/svg" width="22" height="22" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" class="lucide lucide-rocket"><path d="M4.5 16.5c-1.5 1.26-2 5-2 5s3.74-.5 5-2c.71-.84.7-2.13-.09-2.91a2.18 2.18 0 0 0-2.91-.09z"></path><path d="m12 15-3-3a22 22 0 0 1 2-3.95A12.88 12.88 0 0 1 22 2c0 2.72-.78 7.5-6 11a22.35 22.35 0 0 1-4 2z"></path><path d="M9 12H4s.55-3.03 2-4c1.62-1.08 5 0 5 0"></path><path d="M12 15v5s3.03-.55 4-2c1.08-1.62 0-5 0-5"></path></svg></div><div class="font-bold mb-1">Builders, Not Talkers</div><p class="text-sm opacity-75 leading-relaxed">We don&#x27;t deliver 200-page decks. We deliver websites, funnels, automations and revenue.</p></div></div></div></div><div class="reveal mt-16 grid grid-cols-2 md:grid-cols-4 gap-4"><div class="glass rounded-2xl p-6 text-center"><div class="text-3xl md:text-4xl font-black text-gradient-gold">16</div><div class="text-xs md:text-sm uppercase tracking-wider mt-2 opacity-75">Service Divisions</div></div><div class="glass rounded-2xl p-6 text-center"><div class="text-3xl md:text-4xl font-black text-gradient-gold">&lt;800ms</div><div class="text-xs md:text-sm uppercase tracking-wider mt-2 opacity-75">Local Page Load</div></div><div class="glass rounded-2xl p-6 text-center"><div class="text-3xl md:text-4xl font-black text-gradient-gold">24/7</div><div class="text-xs md:text-sm uppercase tracking-wider mt-2 opacity-75">WhatsApp Automation</div></div><div class="glass rounded-2xl p-6 text-center"><div class="text-3xl md:text-4xl font-black text-gradient-gold">100%</div><div class="text-xs md:text-sm uppercase tracking-wider mt-2 opacity-75">Free-Stack Deployable</div></div></div></div></section><section id="why" class="section relative bg-slate-50/50 dark:bg-slate-900/30 overflow-hidden"><div class="absolute inset-0 bg-grid bg-grid-light dark:bg-grid-dark opacity-50 pointer-events-none" style="mask-image:radial-gradient(ellipse at center, black 30%, transparent 75%)"></div><div class="container-xl relative"><div class="text-center max-w-3xl mx-auto mb-14 reveal"><div class="inline-block text-xs uppercase tracking-[0.25em] text-brand-gold font-semibold mb-4">Why Mokoro</div><h2 class="text-3xl md:text-5xl font-display font-black tracking-tight leading-[1.1] mb-4">Built to beat every agency in <span class="text-gradient-gold">Botswana — and beyond.</span></h2><p class="text-base md:text-lg opacity-75 leading-relaxed">Local agencies fight over templated websites and disappear after invoice. We built a platform — not a shop. Eight structural advantages no competitor in the market currently offers.</p></div><div class="grid sm:grid-cols-2 lg:grid-cols-4 gap-5"><div class="card reveal group" style="transition-delay:0ms"><div class="w-12 h-12 rounded-xl flex items-center justify-center mb-4 group-hover:scale-110 transition-transform bg-gold-gradient text-brand-ink shadow-glow-gold"><svg xmlns="http://www.w3.org/2000/svg" width="22" height="22" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" class="lucide lucide-zap"><path d="M4 14a1 1 0 0 1-.78-1.63l9.9-10.2a.5.5 0 0 1 .86.46l-1.92 6.02A1 1 0 0 0 13 10h7a1 1 0 0 1 .78 1.63l-9.9 10.2a.5.5 0 0 1-.86-.46l1.92-6.02A1 1 0 0 0 11 14z"></path></svg></div><h3 class="font-bold text-base mb-2">Edge-Speed Delivery</h3><p class="text-sm opacity-75 leading-relaxed">Localised edge CDN (Johannesburg, Cape Town, Gaborone) delivers sites in &lt;800ms vs the industry average of 6s.</p></div><div class="card reveal group" style="transition-delay:40ms"><div class="w-12 h-12 rounded-xl flex items-center justify-center mb-4 group-hover:scale-110 transition-transform bg-teal-gradient text-white shadow-glow-teal"><svg xmlns="http://www.w3.org/2000/svg" width="22" height="22" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" class="lucide lucide-wifi-off"><path d="M12 20h.01"></path><path d="M8.5 16.429a5 5 0 0 1 7 0"></path><path d="M5 12.859a10 10 0 0 1 5.17-2.69"></path><path d="M19 12.859a10 10 0 0 0-2.007-1.523"></path><path d="M2 8.82a15 15 0 0 1 4.177-2.643"></path><path d="M22 8.82a15 15 0 0 0-11.288-3.764"></path><path d="m2 2 20 20"></path></svg></div><h3 class="font-bold text-base mb-2">Offline-First PWAs</h3><p class="text-sm opacity-75 leading-relaxed">Progressive web apps that work on 3G/4G and even zero-signal zones (Chobe, Kalahari) — no competitor offers this locally.</p></div><div class="card reveal group" style="transition-delay:80ms"><div class="w-12 h-12 rounded-xl flex items-center justify-center mb-4 group-hover:scale-110 transition-transform bg-gold-gradient text-brand-ink shadow-glow-gold"><svg xmlns="http://www.w3.org/2000/svg" width="22" height="22" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" class="lucide lucide-bot"><path d="M12 8V4H8"></path><rect width="16" height="12" x="4" y="8" rx="2"></rect><path d="M2 14h2"></path><path d="M20 14h2"></path><path d="M15 13v2"></path><path d="M9 13v2"></path></svg></div><h3 class="font-bold text-base mb-2">WhatsApp Automation Engine</h3><p class="text-sm opacity-75 leading-relaxed">24/7 AI-qualified leads, instant quotes and self-serve menus on Botswana’s #1 commerce channel.</p></div><div class="card reveal group" style="transition-delay:120ms"><div class="w-12 h-12 rounded-xl flex items-center justify-center mb-4 group-hover:scale-110 transition-transform bg-teal-gradient text-white shadow-glow-teal"><svg xmlns="http://www.w3.org/2000/svg" width="22" height="22" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" class="lucide lucide-credit-card"><rect width="20" height="14" x="2" y="5" rx="2"></rect><line x1="2" x2="22" y1="10" y2="10"></line></svg></div><h3 class="font-bold text-base mb-2">Local Payment Gateways</h3><p class="text-sm opacity-75 leading-relaxed">Native Orange Money, FNB App Pay, DPO Pay, PayGate and SADC rails pre-integrated — no foreign-plugin friction.</p></div><div class="card reveal group" style="transition-delay:160ms"><div class="w-12 h-12 rounded-xl flex items-center justify-center mb-4 group-hover:scale-110 transition-transform bg-gold-gradient text-brand-ink shadow-glow-gold"><svg xmlns="http://www.w3.org/2000/svg" width="22" height="22" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" class="lucide lucide-trending-up"><polyline points="22 7 13.5 15.5 8.5 10.5 2 17"></polyline><polyline points="16 7 22 7 22 13"></polyline></svg></div><h3 class="font-bold text-base mb-2">Transparent ROI Dashboards</h3><p class="text-sm opacity-75 leading-relaxed">Every Pula of spend measured. Executive KPI dashboards built on free, world-class analytics.</p></div><div class="card reveal group" style="transition-delay:200ms"><div class="w-12 h-12 rounded-xl flex items-center justify-center mb-4 group-hover:scale-110 transition-transform bg-teal-gradient text-white shadow-glow-teal"><svg xmlns="http://www.w3.org/2000/svg" width="22" height="22" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" class="lucide lucide-shield-check"><path d="M20 13c0 5-3.5 7.5-7.66 8.95a1 1 0 0 1-.67-.01C7.5 20.5 4 18 4 13V6a1 1 0 0 1 1-1c2 0 4.5-1.2 6.24-2.72a1.17 1.17 0 0 1 1.52 0C14.51 3.81 17 5 19 5a1 1 0 0 1 1 1z"></path><path d="m9 12 2 2 4-4"></path></svg></div><h3 class="font-bold text-base mb-2">Compliance Shield</h3><p class="text-sm opacity-75 leading-relaxed">One-click Botswana Data Protection Act (BDPA) &amp; BURS-ready reporting baked into every build.</p></div><div class="card reveal group" style="transition-delay:240ms"><div class="w-12 h-12 rounded-xl flex items-center justify-center mb-4 group-hover:scale-110 transition-transform bg-gold-gradient text-brand-ink shadow-glow-gold"><svg xmlns="http://www.w3.org/2000/svg" width="22" height="22" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" class="lucide lucide-clock"><circle cx="12" cy="12" r="10"></circle><polyline points="12 6 12 12 16 14"></polyline></svg></div><h3 class="font-bold text-base mb-2">Rapid Launch</h3><p class="text-sm opacity-75 leading-relaxed">We deploy in days — not months — using our modular automation stack and pre-built templates.</p></div><div class="card reveal group" style="transition-delay:280ms"><div class="w-12 h-12 rounded-xl flex items-center justify-center mb-4 group-hover:scale-110 transition-transform bg-teal-gradient text-white shadow-glow-teal"><svg xmlns="http://www.w3.org/2000/svg" width="22" height="22" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" class="lucide lucide-heart-handshake"><path d="M19 14c1.49-1.46 3-3.21 3-5.5A5.5 5.5 0 0 0 16.5 3c-1.76 0-3 .5-4.5 2-1.5-1.5-2.74-2-4.5-2A5.5 5.5 0 0 0 2 8.5c0 2.3 1.5 4.05 3 5.5l7 7Z"></path><path d="M12 5 9.04 7.96a2.17 2.17 0 0 0 0 3.08c.82.82 2.13.85 3 .07l2.07-1.9a2.82 2.82 0 0 1 3.79 0l2.96 2.66"></path><path d="m18 15-2-2"></path><path d="m15 18-2-2"></path></svg></div><h3 class="font-bold text-base mb-2">Revenue-Aligned Pricing</h3><p class="text-sm opacity-75 leading-relaxed">From WaaS subscriptions to performance-revenue-share, our incentives are tied to your success.</p></div></div></div></section><section id="method" class="section relative"><div class="container-xl"><div class="text-center max-w-3xl mx-auto mb-14 reveal"><div class="inline-block text-xs uppercase tracking-[0.25em] text-brand-turquoise font-semibold mb-4">The Mokoro Method</div><h2 class="text-3xl md:text-5xl font-display font-black tracking-tight leading-[1.1] mb-4">One relationship. <span class="text-gradient-gold">Ten integrated steps.</span></h2><p class="text-base md:text-lg opacity-75 leading-relaxed">We don’t just run campaigns — we operate your entire growth engine. Ten repeatable, measurable steps from diagnostic to scale — executed by a single accountable partner.</p></div><div class="grid sm:grid-cols-2 lg:grid-cols-5 gap-4"><div class="reveal card group relative" style="transition-delay:0ms"><div class="absolute -top-3 -right-3 w-10 h-10 rounded-full bg-gold-gradient text-brand-ink font-black flex items-center justify-center text-xs shadow-glow-gold">01</div><div class="text-xl font-black font-display mb-2 text-gradient-teal">Diagnose</div><p class="text-xs opacity-75 leading-relaxed">Digital audit, competitive scan, revenue-leakage analysis.</p><div class="hidden lg:block absolute top-1/2 -right-2 w-4 h-px bg-gradient-to-r from-brand-gold/50 to-transparent"></div></div><div class="reveal card group relative" style="transition-delay:50ms"><div class="absolute -top-3 -right-3 w-10 h-10 rounded-full bg-gold-gradient text-brand-ink font-black flex items-center justify-center text-xs shadow-glow-gold">02</div><div class="text-xl font-black font-display mb-2 text-gradient-teal">Research</div><p class="text-xs opacity-75 leading-relaxed">Market intelligence, customer insights, opportunity sizing.</p><div class="hidden lg:block absolute top-1/2 -right-2 w-4 h-px bg-gradient-to-r from-brand-gold/50 to-transparent"></div></div><div class="reveal card group relative" style="transition-delay:100ms"><div class="absolute -top-3 -right-3 w-10 h-10 rounded-full bg-gold-gradient text-brand-ink font-black flex items-center justify-center text-xs shadow-glow-gold">03</div><div class="text-xl font-black font-display mb-2 text-gradient-teal">Strategise</div><p class="text-xs opacity-75 leading-relaxed">Positioning, pricing, channels, go-to-market plan.</p><div class="hidden lg:block absolute top-1/2 -right-2 w-4 h-px bg-gradient-to-r from-brand-gold/50 to-transparent"></div></div><div class="reveal card group relative" style="transition-delay:150ms"><div class="absolute -top-3 -right-3 w-10 h-10 rounded-full bg-gold-gradient text-brand-ink font-black flex items-center justify-center text-xs shadow-glow-gold">04</div><div class="text-xl font-black font-display mb-2 text-gradient-teal">Design</div><p class="text-xs opacity-75 leading-relaxed">Brand identity, UX, creative direction, story.</p><div class="hidden lg:block absolute top-1/2 -right-2 w-4 h-px bg-gradient-to-r from-brand-gold/50 to-transparent"></div></div><div class="reveal card group relative" style="transition-delay:200ms"><div class="absolute -top-3 -right-3 w-10 h-10 rounded-full bg-gold-gradient text-brand-ink font-black flex items-center justify-center text-xs shadow-glow-gold">05</div><div class="text-xl font-black font-display mb-2 text-gradient-teal">Build</div><p class="text-xs opacity-75 leading-relaxed">Websites, PWAs, funnels, CRM, automations.</p><div class="hidden lg:block absolute top-1/2 -right-2 w-4 h-px bg-gradient-to-r from-brand-gold/50 to-transparent"></div></div><div class="reveal card group relative" style="transition-delay:250ms"><div class="absolute -top-3 -right-3 w-10 h-10 rounded-full bg-gold-gradient text-brand-ink font-black flex items-center justify-center text-xs shadow-glow-gold">06</div><div class="text-xl font-black font-display mb-2 text-gradient-teal">Launch</div><p class="text-xs opacity-75 leading-relaxed">Go-live, QA, tracking, paid media kickoff.</p><div class="hidden lg:block absolute top-1/2 -right-2 w-4 h-px bg-gradient-to-r from-brand-gold/50 to-transparent"></div></div><div class="reveal card group relative" style="transition-delay:300ms"><div class="absolute -top-3 -right-3 w-10 h-10 rounded-full bg-gold-gradient text-brand-ink font-black flex items-center justify-center text-xs shadow-glow-gold">07</div><div class="text-xl font-black font-display mb-2 text-gradient-teal">Market</div><p class="text-xs opacity-75 leading-relaxed">SEO, paid ads, social, PR, WhatsApp, content.</p><div class="hidden lg:block absolute top-1/2 -right-2 w-4 h-px bg-gradient-to-r from-brand-gold/50 to-transparent"></div></div><div class="reveal card group relative" style="transition-delay:350ms"><div class="absolute -top-3 -right-3 w-10 h-10 rounded-full bg-gold-gradient text-brand-ink font-black flex items-center justify-center text-xs shadow-glow-gold">08</div><div class="text-xl font-black font-display mb-2 text-gradient-teal">Measure</div><p class="text-xs opacity-75 leading-relaxed">Dashboards, attribution, revenue analytics.</p><div class="hidden lg:block absolute top-1/2 -right-2 w-4 h-px bg-gradient-to-r from-brand-gold/50 to-transparent"></div></div><div class="reveal card group relative" style="transition-delay:400ms"><div class="absolute -top-3 -right-3 w-10 h-10 rounded-full bg-gold-gradient text-brand-ink font-black flex items-center justify-center text-xs shadow-glow-gold">09</div><div class="text-xl font-black font-display mb-2 text-gradient-teal">Optimise</div><p class="text-xs opacity-75 leading-relaxed">A/B testing, funnel tuning, conversion uplift.</p><div class="hidden lg:block absolute top-1/2 -right-2 w-4 h-px bg-gradient-to-r from-brand-gold/50 to-transparent"></div></div><div class="reveal card group relative" style="transition-delay:450ms"><div class="absolute -top-3 -right-3 w-10 h-10 rounded-full bg-gold-gradient text-brand-ink font-black flex items-center justify-center text-xs shadow-glow-gold">10</div><div class="text-xl font-black font-display mb-2 text-gradient-teal">Scale</div><p class="text-xs opacity-75 leading-relaxed">Retention, referrals, new markets, compounding growth.</p></div></div><div class="reveal mt-12 text-center"><p class="text-sm opacity-70 uppercase tracking-widest mb-4">The Growth Flywheel</p><div class="inline-flex flex-wrap items-center justify-center gap-2 md:gap-3 text-sm font-semibold"><span class="flex items-center gap-2 md:gap-3"><span class="glass px-3 py-1.5 rounded-full">Diagnose</span><span class="text-brand-gold hidden md:inline">→</span></span><span class="flex items-center gap-2 md:gap-3"><span class="glass px-3 py-1.5 rounded-full">Research</span><span class="text-brand-gold hidden md:inline">→</span></span><span class="flex items-center gap-2 md:gap-3"><span class="glass px-3 py-1.5 rounded-full">Strategise</span><span class="text-brand-gold hidden md:inline">→</span></span><span class="flex items-center gap-2 md:gap-3"><span class="glass px-3 py-1.5 rounded-full">Design</span><span class="text-brand-gold hidden md:inline">→</span></span><span class="flex items-center gap-2 md:gap-3"><span class="glass px-3 py-1.5 rounded-full">Build</span><span class="text-brand-gold hidden md:inline">→</span></span><span class="flex items-center gap-2 md:gap-3"><span class="glass px-3 py-1.5 rounded-full">Launch</span><span class="text-brand-gold hidden md:inline">→</span></span><span class="flex items-center gap-2 md:gap-3"><span class="glass px-3 py-1.5 rounded-full">Market</span><span class="text-brand-gold hidden md:inline">→</span></span><span class="flex items-center gap-2 md:gap-3"><span class="glass px-3 py-1.5 rounded-full">Measure</span><span class="text-brand-gold hidden md:inline">→</span></span><span class="flex items-center gap-2 md:gap-3"><span class="glass px-3 py-1.5 rounded-full">Optimise</span><span class="text-brand-gold hidden md:inline">→</span></span><span class="flex items-center gap-2 md:gap-3"><span class="glass px-3 py-1.5 rounded-full">Scale</span></span></div></div></div></section><section id="services" class="section relative bg-slate-50/50 dark:bg-slate-900/30"><div class="container-xl"><div class="text-center max-w-3xl mx-auto mb-10 reveal"><div class="inline-block text-xs uppercase tracking-[0.25em] text-brand-turquoise font-semibold mb-4">What We Do</div><h2 class="text-3xl md:text-5xl font-display font-black tracking-tight leading-[1.1] mb-4">16 integrated divisions. <span class="text-gradient-gold">One accountable partner.</span></h2><p class="text-base md:text-lg opacity-75 leading-relaxed">Mokoro is engineered to operate at every layer of growth — research and brand, through digital execution and automation, to analytics, training and strategic advisory.</p></div><div class="flex justify-center mb-10 reveal"><div class="glass rounded-full p-1 inline-flex text-sm font-medium flex-wrap"><button class="px-4 md:px-5 py-2 rounded-full transition-all bg-gold-gradient text-brand-ink shadow-glow-gold">All</button><button class="px-4 md:px-5 py-2 rounded-full transition-all opacity-70 hover:opacity-100">Marketing</button><button class="px-4 md:px-5 py-2 rounded-full transition-all opacity-70 hover:opacity-100">Technology</button><button class="px-4 md:px-5 py-2 rounded-full transition-all opacity-70 hover:opacity-100">Advisory</button></div></div><div class="grid sm:grid-cols-2 lg:grid-cols-4 gap-5"><div class="card reveal group" style="transition-delay:0ms"><div class="w-12 h-12 rounded-xl flex items-center justify-center mb-4 group-hover:scale-110 transition-transform bg-gold-gradient text-brand-ink shadow-glow-gold"><svg xmlns="http://www.w3.org/2000/svg" width="22" height="22" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" class="lucide lucide-compass"><path d="m16.24 7.76-1.804 5.411a2 2 0 0 1-1.265 1.265L7.76 16.24l1.804-5.411a2 2 0 0 1 1.265-1.265z"></path><circle cx="12" cy="12" r="10"></circle></svg></div><div class="text-[10px] uppercase tracking-widest opacity-60 mb-1">Marketing</div><h3 class="font-bold text-base mb-2 leading-tight">Brand Strategy &amp; Market Intelligence</h3><p class="text-xs opacity-75 leading-relaxed">Brand audits, consumer &amp; competitor research, go-to-market strategy, market entry advisory for Africa.</p><div class="mt-4 pt-4 border-t border-slate-200/60 dark:border-white/5 flex items-center gap-2 text-xs opacity-60"><svg xmlns="http://www.w3.org/2000/svg" width="14" height="14" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" class="lucide lucide-arrow-right text-brand-gold group-hover:translate-x-1 transition-transform"><path d="M5 12h14"></path><path d="m12 5 7 7-7 7"></path></svg><span>Measurable · Scalable</span></div></div><div class="card reveal group" style="transition-delay:30ms"><div class="w-12 h-12 rounded-xl flex items-center justify-center mb-4 group-hover:scale-110 transition-transform bg-teal-gradient text-white shadow-glow-teal"><svg xmlns="http://www.w3.org/2000/svg" width="22" height="22" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" class="lucide lucide-sparkles"><path d="M9.937 15.5A2 2 0 0 0 8.5 14.063l-6.135-1.582a.5.5 0 0 1 0-.962L8.5 9.936A2 2 0 0 0 9.937 8.5l1.582-6.135a.5.5 0 0 1 .963 0L14.063 8.5A2 2 0 0 0 15.5 9.937l6.135 1.581a.5.5 0 0 1 0 .964L15.5 14.063a2 2 0 0 0-1.437 1.437l-1.582 6.135a.5.5 0 0 1-.963 0z"></path><path d="M20 3v4"></path><path d="M22 5h-4"></path><path d="M4 17v2"></path><path d="M5 18H3"></path></svg></div><div class="text-[10px] uppercase tracking-widest opacity-60 mb-1">Marketing</div><h3 class="font-bold text-base mb-2 leading-tight">Creative, Content &amp; Production</h3><p class="text-xs opacity-75 leading-relaxed">Visual identity, storytelling, campaign concepts, video, motion, photography and scalable content pipelines.</p><div class="mt-4 pt-4 border-t border-slate-200/60 dark:border-white/5 flex items-center gap-2 text-xs opacity-60"><svg xmlns="http://www.w3.org/2000/svg" width="14" height="14" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" class="lucide lucide-arrow-right text-brand-gold group-hover:translate-x-1 transition-transform"><path d="M5 12h14"></path><path d="m12 5 7 7-7 7"></path></svg><span>Measurable · Scalable</span></div></div><div class="card reveal group" style="transition-delay:60ms"><div class="w-12 h-12 rounded-xl flex items-center justify-center mb-4 group-hover:scale-110 transition-transform bg-gold-gradient text-brand-ink shadow-glow-gold"><svg xmlns="http://www.w3.org/2000/svg" width="22" height="22" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" class="lucide lucide-trending-up"><polyline points="22 7 13.5 15.5 8.5 10.5 2 17"></polyline><polyline points="16 7 22 7 22 13"></polyline></svg></div><div class="text-[10px] uppercase tracking-widest opacity-60 mb-1">Marketing</div><h3 class="font-bold text-base mb-2 leading-tight">Digital Marketing Centre of Excellence</h3><p class="text-xs opacity-75 leading-relaxed">SEO, paid media, social automation, funnels, CRO, lifecycle email &amp; multi-touch attribution.</p><div class="mt-4 pt-4 border-t border-slate-200/60 dark:border-white/5 flex items-center gap-2 text-xs opacity-60"><svg xmlns="http://www.w3.org/2000/svg" width="14" height="14" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" class="lucide lucide-arrow-right text-brand-gold group-hover:translate-x-1 transition-transform"><path d="M5 12h14"></path><path d="m12 5 7 7-7 7"></path></svg><span>Measurable · Scalable</span></div></div><div class="card reveal group" style="transition-delay:90ms"><div class="w-12 h-12 rounded-xl flex items-center justify-center mb-4 group-hover:scale-110 transition-transform bg-teal-gradient text-white shadow-glow-teal"><svg xmlns="http://www.w3.org/2000/svg" width="22" height="22" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" class="lucide lucide-target"><circle cx="12" cy="12" r="10"></circle><circle cx="12" cy="12" r="6"></circle><circle cx="12" cy="12" r="2"></circle></svg></div><div class="text-[10px] uppercase tracking-widest opacity-60 mb-1">Marketing</div><h3 class="font-bold text-base mb-2 leading-tight">Media Planning &amp; Buying</h3><p class="text-xs opacity-75 leading-relaxed">Traditional + digital media planning across Botswana / SADC, budget optimisation, performance measurement.</p><div class="mt-4 pt-4 border-t border-slate-200/60 dark:border-white/5 flex items-center gap-2 text-xs opacity-60"><svg xmlns="http://www.w3.org/2000/svg" width="14" height="14" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" class="lucide lucide-arrow-right text-brand-gold group-hover:translate-x-1 transition-transform"><path d="M5 12h14"></path><path d="m12 5 7 7-7 7"></path></svg><span>Measurable · Scalable</span></div></div><div class="card reveal group" style="transition-delay:120ms"><div class="w-12 h-12 rounded-xl flex items-center justify-center mb-4 group-hover:scale-110 transition-transform bg-gold-gradient text-brand-ink shadow-glow-gold"><svg xmlns="http://www.w3.org/2000/svg" width="22" height="22" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" class="lucide lucide-megaphone"><path d="m3 11 18-5v12L3 14v-3z"></path><path d="M11.6 16.8a3 3 0 1 1-5.8-1.6"></path></svg></div><div class="text-[10px] uppercase tracking-widest opacity-60 mb-1">Marketing</div><h3 class="font-bold text-base mb-2 leading-tight">PR, Reputation &amp; Corporate Comms</h3><p class="text-xs opacity-75 leading-relaxed">Media relations, thought leadership, crisis communications, and stakeholder engagement.</p><div class="mt-4 pt-4 border-t border-slate-200/60 dark:border-white/5 flex items-center gap-2 text-xs opacity-60"><svg xmlns="http://www.w3.org/2000/svg" width="14" height="14" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" class="lucide lucide-arrow-right text-brand-gold group-hover:translate-x-1 transition-transform"><path d="M5 12h14"></path><path d="m12 5 7 7-7 7"></path></svg><span>Measurable · Scalable</span></div></div><div class="card reveal group" style="transition-delay:150ms"><div class="w-12 h-12 rounded-xl flex items-center justify-center mb-4 group-hover:scale-110 transition-transform bg-teal-gradient text-white shadow-glow-teal"><svg xmlns="http://www.w3.org/2000/svg" width="22" height="22" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" class="lucide lucide-calendar"><path d="M8 2v4"></path><path d="M16 2v4"></path><rect width="18" height="18" x="3" y="4" rx="2"></rect><path d="M3 10h18"></path></svg></div><div class="text-[10px] uppercase tracking-widest opacity-60 mb-1">Marketing</div><h3 class="font-bold text-base mb-2 leading-tight">Experiential, Events &amp; Activations</h3><p class="text-xs opacity-75 leading-relaxed">Brand activations, roadshows, exhibitions, digital expos and community campaigns.</p><div class="mt-4 pt-4 border-t border-slate-200/60 dark:border-white/5 flex items-center gap-2 text-xs opacity-60"><svg xmlns="http://www.w3.org/2000/svg" width="14" height="14" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" class="lucide lucide-arrow-right text-brand-gold group-hover:translate-x-1 transition-transform"><path d="M5 12h14"></path><path d="m12 5 7 7-7 7"></path></svg><span>Measurable · Scalable</span></div></div><div class="card reveal group" style="transition-delay:180ms"><div class="w-12 h-12 rounded-xl flex items-center justify-center mb-4 group-hover:scale-110 transition-transform bg-gold-gradient text-brand-ink shadow-glow-gold"><svg xmlns="http://www.w3.org/2000/svg" width="22" height="22" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" class="lucide lucide-gift"><rect x="3" y="8" width="18" height="4" rx="1"></rect><path d="M12 8v13"></path><path d="M19 12v7a2 2 0 0 1-2 2H7a2 2 0 0 1-2-2v-7"></path><path d="M7.5 8a2.5 2.5 0 0 1 0-5A4.8 8 0 0 1 12 8a4.8 8 0 0 1 4.5-5 2.5 2.5 0 0 1 0 5"></path></svg></div><div class="text-[10px] uppercase tracking-widest opacity-60 mb-1">Marketing</div><h3 class="font-bold text-base mb-2 leading-tight">Print, Merch &amp; Promotional Solutions</h3><p class="text-xs opacity-75 leading-relaxed">Corporate gifts, apparel branding, POS, packaging, fabrication — delivered via our BrandCraft division.</p><div class="mt-4 pt-4 border-t border-slate-200/60 dark:border-white/5 flex items-center gap-2 text-xs opacity-60"><svg xmlns="http://www.w3.org/2000/svg" width="14" height="14" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" class="lucide lucide-arrow-right text-brand-gold group-hover:translate-x-1 transition-transform"><path d="M5 12h14"></path><path d="m12 5 7 7-7 7"></path></svg><span>Measurable · Scalable</span></div></div><div class="card reveal group" style="transition-delay:210ms"><div class="w-12 h-12 rounded-xl flex items-center justify-center mb-4 group-hover:scale-110 transition-transform bg-teal-gradient text-white shadow-glow-teal"><svg xmlns="http://www.w3.org/2000/svg" width="22" height="22" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" class="lucide lucide-cpu"><rect width="16" height="16" x="4" y="4" rx="2"></rect><rect width="6" height="6" x="9" y="9" rx="1"></rect><path d="M15 2v2"></path><path d="M15 20v2"></path><path d="M2 15h2"></path><path d="M2 9h2"></path><path d="M20 15h2"></path><path d="M20 9h2"></path><path d="M9 2v2"></path><path d="M9 20v2"></path></svg></div><div class="text-[10px] uppercase tracking-widest opacity-60 mb-1">Technology</div><h3 class="font-bold text-base mb-2 leading-tight">Digital Transformation &amp; Automation</h3><p class="text-xs opacity-75 leading-relaxed">Martech architecture, CRM, workflow automation, digital maturity diagnostics, self-healing maintenance.</p><div class="mt-4 pt-4 border-t border-slate-200/60 dark:border-white/5 flex items-center gap-2 text-xs opacity-60"><svg xmlns="http://www.w3.org/2000/svg" width="14" height="14" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" class="lucide lucide-arrow-right text-brand-gold group-hover:translate-x-1 transition-transform"><path d="M5 12h14"></path><path d="m12 5 7 7-7 7"></path></svg><span>Measurable · Scalable</span></div></div><div class="card reveal group" style="transition-delay:240ms"><div class="w-12 h-12 rounded-xl flex items-center justify-center mb-4 group-hover:scale-110 transition-transform bg-gold-gradient text-brand-ink shadow-glow-gold"><svg xmlns="http://www.w3.org/2000/svg" width="22" height="22" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" class="lucide lucide-globe"><circle cx="12" cy="12" r="10"></circle><path d="M12 2a14.5 14.5 0 0 0 0 20 14.5 14.5 0 0 0 0-20"></path><path d="M2 12h20"></path></svg></div><div class="text-[10px] uppercase tracking-widest opacity-60 mb-1">Technology</div><h3 class="font-bold text-base mb-2 leading-tight">Web Design &amp; Progressive Web Apps</h3><p class="text-xs opacity-75 leading-relaxed">Offline-first PWAs, edge-hosted on Cloudflare/Vercel, blazing-fast, installable, bandwidth-lite.</p><div class="mt-4 pt-4 border-t border-slate-200/60 dark:border-white/5 flex items-center gap-2 text-xs opacity-60"><svg xmlns="http://www.w3.org/2000/svg" width="14" height="14" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" class="lucide lucide-arrow-right text-brand-gold group-hover:translate-x-1 transition-transform"><path d="M5 12h14"></path><path d="m12 5 7 7-7 7"></path></svg><span>Measurable · Scalable</span></div></div><div class="card reveal group" style="transition-delay:270ms"><div class="w-12 h-12 rounded-xl flex items-center justify-center mb-4 group-hover:scale-110 transition-transform bg-teal-gradient text-white shadow-glow-teal"><svg xmlns="http://www.w3.org/2000/svg" width="22" height="22" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" class="lucide lucide-cloud"><path d="M17.5 19H9a7 7 0 1 1 6.71-9h1.79a4.5 4.5 0 1 1 0 9Z"></path></svg></div><div class="text-[10px] uppercase tracking-widest opacity-60 mb-1">Technology</div><h3 class="font-bold text-base mb-2 leading-tight">Edge Hosting &amp; Cloud Services</h3><p class="text-xs opacity-75 leading-relaxed">Cloud-native hosting, email hosting, free SSL, 99.99% uptime via multi-cloud staging.</p><div class="mt-4 pt-4 border-t border-slate-200/60 dark:border-white/5 flex items-center gap-2 text-xs opacity-60"><svg xmlns="http://www.w3.org/2000/svg" width="14" height="14" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" class="lucide lucide-arrow-right text-brand-gold group-hover:translate-x-1 transition-transform"><path d="M5 12h14"></path><path d="m12 5 7 7-7 7"></path></svg><span>Measurable · Scalable</span></div></div><div class="card reveal group" style="transition-delay:300ms"><div class="w-12 h-12 rounded-xl flex items-center justify-center mb-4 group-hover:scale-110 transition-transform bg-gold-gradient text-brand-ink shadow-glow-gold"><svg xmlns="http://www.w3.org/2000/svg" width="22" height="22" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" class="lucide lucide-shopping-cart"><circle cx="8" cy="21" r="1"></circle><circle cx="19" cy="21" r="1"></circle><path d="M2.05 2.05h2l2.66 12.42a2 2 0 0 0 2 1.58h9.78a2 2 0 0 0 1.95-1.57l1.65-7.43H5.12"></path></svg></div><div class="text-[10px] uppercase tracking-widest opacity-60 mb-1">Technology</div><h3 class="font-bold text-base mb-2 leading-tight">E-Commerce &amp; Booking Engines</h3><p class="text-xs opacity-75 leading-relaxed">Storefronts booking engines with native payment gateways (Orange Money, FNP, DPO, PayGate).</p><div class="mt-4 pt-4 border-t border-slate-200/60 dark:border-white/5 flex items-center gap-2 text-xs opacity-60"><svg xmlns="http://www.w3.org/2000/svg" width="14" height="14" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" class="lucide lucide-arrow-right text-brand-gold group-hover:translate-x-1 transition-transform"><path d="M5 12h14"></path><path d="m12 5 7 7-7 7"></path></svg><span>Measurable · Scalable</span></div></div><div class="card reveal group" style="transition-delay:330ms"><div class="w-12 h-12 rounded-xl flex items-center justify-center mb-4 group-hover:scale-110 transition-transform bg-teal-gradient text-white shadow-glow-teal"><svg xmlns="http://www.w3.org/2000/svg" width="22" height="22" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" class="lucide lucide-chart-column"><path d="M3 3v16a2 2 0 0 0 2 2h16"></path><path d="M18 17V9"></path><path d="M13 17V5"></path><path d="M8 17v-3"></path></svg></div><div class="text-[10px] uppercase tracking-widest opacity-60 mb-1">Technology</div><h3 class="font-bold text-base mb-2 leading-tight">Analytics &amp; Business Intelligence</h3><p class="text-xs opacity-75 leading-relaxed">Dashboards, attribution, revenue analytics, CLV/CAC modelling and executive KPI systems.</p><div class="mt-4 pt-4 border-t border-slate-200/60 dark:border-white/5 flex items-center gap-2 text-xs opacity-60"><svg xmlns="http://www.w3.org/2000/svg" width="14" height="14" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" class="lucide lucide-arrow-right text-brand-gold group-hover:translate-x-1 transition-transform"><path d="M5 12h14"></path><path d="m12 5 7 7-7 7"></path></svg><span>Measurable · Scalable</span></div></div><div class="card reveal group" style="transition-delay:360ms"><div class="w-12 h-12 rounded-xl flex items-center justify-center mb-4 group-hover:scale-110 transition-transform bg-gold-gradient text-brand-ink shadow-glow-gold"><svg xmlns="http://www.w3.org/2000/svg" width="22" height="22" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" class="lucide lucide-briefcase"><path d="M16 20V4a2 2 0 0 0-2-2h-4a2 2 0 0 0-2 2v16"></path><rect width="20" height="14" x="2" y="6" rx="2"></rect></svg></div><div class="text-[10px] uppercase tracking-widest opacity-60 mb-1">Advisory</div><h3 class="font-bold text-base mb-2 leading-tight">Strategic Consulting &amp; Transformation</h3><p class="text-xs opacity-75 leading-relaxed">Growth diagnostics, business model innovation, go-to-market, turnaround &amp; recovery, board advisory.</p><div class="mt-4 pt-4 border-t border-slate-200/60 dark:border-white/5 flex items-center gap-2 text-xs opacity-60"><svg xmlns="http://www.w3.org/2000/svg" width="14" height="14" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" class="lucide lucide-arrow-right text-brand-gold group-hover:translate-x-1 transition-transform"><path d="M5 12h14"></path><path d="m12 5 7 7-7 7"></path></svg><span>Measurable · Scalable</span></div></div><div class="card reveal group" style="transition-delay:390ms"><div class="w-12 h-12 rounded-xl flex items-center justify-center mb-4 group-hover:scale-110 transition-transform bg-teal-gradient text-white shadow-glow-teal"><svg xmlns="http://www.w3.org/2000/svg" width="22" height="22" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" class="lucide lucide-users"><path d="M16 21v-2a4 4 0 0 0-4-4H6a4 4 0 0 0-4 4v2"></path><circle cx="9" cy="7" r="4"></circle><path d="M22 21v-2a4 4 0 0 0-3-3.87"></path><path d="M16 3.13a4 4 0 0 1 0 7.75"></path></svg></div><div class="text-[10px] uppercase tracking-widest opacity-60 mb-1">Advisory</div><h3 class="font-bold text-base mb-2 leading-tight">CRM, CX &amp; Customer Success</h3><p class="text-xs opacity-75 leading-relaxed">Lead scoring, pipeline management, WhatsApp journeys, retention, loyalty, churn prediction. (Customer 360°)</p><div class="mt-4 pt-4 border-t border-slate-200/60 dark:border-white/5 flex items-center gap-2 text-xs opacity-60"><svg xmlns="http://www.w3.org/2000/svg" width="14" height="14" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" class="lucide lucide-arrow-right text-brand-gold group-hover:translate-x-1 transition-transform"><path d="M5 12h14"></path><path d="m12 5 7 7-7 7"></path></svg><span>Measurable · Scalable</span></div></div><div class="card reveal group" style="transition-delay:420ms"><div class="w-12 h-12 rounded-xl flex items-center justify-center mb-4 group-hover:scale-110 transition-transform bg-gold-gradient text-brand-ink shadow-glow-gold"><svg xmlns="http://www.w3.org/2000/svg" width="22" height="22" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" class="lucide lucide-workflow"><rect width="8" height="8" x="3" y="3" rx="2"></rect><path d="M7 11v4a2 2 0 0 0 2 2h4"></path><rect width="8" height="8" x="13" y="13" rx="2"></rect></svg></div><div class="text-[10px] uppercase tracking-widest opacity-60 mb-1">Advisory</div><h3 class="font-bold text-base mb-2 leading-tight">Managed Growth Operations</h3><p class="text-xs opacity-75 leading-relaxed">We act as your outsourced marketing + CRM + sales-ops + customer-success function for a flat monthly fee.</p><div class="mt-4 pt-4 border-t border-slate-200/60 dark:border-white/5 flex items-center gap-2 text-xs opacity-60"><svg xmlns="http://www.w3.org/2000/svg" width="14" height="14" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" class="lucide lucide-arrow-right text-brand-gold group-hover:translate-x-1 transition-transform"><path d="M5 12h14"></path><path d="m12 5 7 7-7 7"></path></svg><span>Measurable · Scalable</span></div></div><div class="card reveal group" style="transition-delay:450ms"><div class="w-12 h-12 rounded-xl flex items-center justify-center mb-4 group-hover:scale-110 transition-transform bg-teal-gradient text-white shadow-glow-teal"><svg xmlns="http://www.w3.org/2000/svg" width="22" height="22" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" class="lucide lucide-graduation-cap"><path d="M21.42 10.922a1 1 0 0 0-.019-1.838L12.83 5.18a2 2 0 0 0-1.66 0L2.6 9.08a1 1 0 0 0 0 1.832l8.57 3.908a2 2 0 0 0 1.66 0z"></path><path d="M22 10v6"></path><path d="M6 12.5V16a6 3 0 0 0 12 0v-3.5"></path></svg></div><div class="text-[10px] uppercase tracking-widest opacity-60 mb-1">Advisory</div><h3 class="font-bold text-base mb-2 leading-tight">Mokoro Academy &amp; Capacity Building</h3><p class="text-xs opacity-75 leading-relaxed">Self-serve courses, workshops, digital skills masterclasses, corporate training, certification pathways.</p><div class="mt-4 pt-4 border-t border-slate-200/60 dark:border-white/5 flex items-center gap-2 text-xs opacity-60"><svg xmlns="http://www.w3.org/2000/svg" width="14" height="14" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" class="lucide lucide-arrow-right text-brand-gold group-hover:translate-x-1 transition-transform"><path d="M5 12h14"></path><path d="m12 5 7 7-7 7"></path></svg><span>Measurable · Scalable</span></div></div></div><div class="mt-14 reveal overflow-hidden"><div class="text-center text-xs uppercase tracking-[0.2em] opacity-60 mb-4">Channels We Operate Across</div><div class="flex gap-3 animate-marquee whitespace-nowrap w-max"><span class="glass px-4 py-2 rounded-full text-sm font-medium">Google Search</span><span class="glass px-4 py-2 rounded-full text-sm font-medium">Google Ads</span><span class="glass px-4 py-2 rounded-full text-sm font-medium">Facebook</span><span class="glass px-4 py-2 rounded-full text-sm font-medium">Instagram</span><span class="glass px-4 py-2 rounded-full text-sm font-medium">WhatsApp Business</span><span class="glass px-4 py-2 rounded-full text-sm font-medium">LinkedIn</span><span class="glass px-4 py-2 rounded-full text-sm font-medium">X (Twitter)</span><span class="glass px-4 py-2 rounded-full text-sm font-medium">TikTok</span><span class="glass px-4 py-2 rounded-full text-sm font-medium">YouTube</span><span class="glass px-4 py-2 rounded-full text-sm font-medium">Email &amp; SMS</span><span class="glass px-4 py-2 rounded-full text-sm font-medium">Google Search</span><span class="glass px-4 py-2 rounded-full text-sm font-medium">Google Ads</span><span class="glass px-4 py-2 rounded-full text-sm font-medium">Facebook</span><span class="glass px-4 py-2 rounded-full text-sm font-medium">Instagram</span><span class="glass px-4 py-2 rounded-full text-sm font-medium">WhatsApp Business</span><span class="glass px-4 py-2 rounded-full text-sm font-medium">LinkedIn</span><span class="glass px-4 py-2 rounded-full text-sm font-medium">X (Twitter)</span><span class="glass px-4 py-2 rounded-full text-sm font-medium">TikTok</span><span class="glass px-4 py-2 rounded-full text-sm font-medium">YouTube</span><span class="glass px-4 py-2 rounded-full text-sm font-medium">Email &amp; SMS</span></div></div></div></section><section id="industries" class="section relative overflow-hidden"><div class="absolute -top-40 -right-40 w-[500px] h-[500px] rounded-full bg-gradient-to-br from-brand-gold/10 to-transparent blur-3xl"></div><div class="container-xl relative"><div class="text-center max-w-3xl mx-auto mb-12 reveal"><div class="inline-block text-xs uppercase tracking-[0.25em] text-brand-gold font-semibold mb-4">Industries We Serve</div><h2 class="text-3xl md:text-5xl font-display font-black tracking-tight leading-[1.1] mb-4">Deep expertise across <span class="text-gradient-teal">Botswana’s highest-growth sectors.</span></h2><p class="text-base md:text-lg opacity-75 leading-relaxed">From safari lodges in the Delta to cargo ships out of Guangzhou — we build growth systems tailored to how your industry actually buys.</p></div><div class="grid sm:grid-cols-2 md:grid-cols-3 lg:grid-cols-4 gap-4"><div class="card reveal group cursor-pointer" style="transition-delay:0ms"><div class="flex items-start gap-3"><div class="w-10 h-10 rounded-xl bg-gold-gradient text-brand-ink flex items-center justify-center shrink-0 group-hover:scale-110 transition-transform"><svg xmlns="http://www.w3.org/2000/svg" width="18" height="18" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" class="lucide lucide-ship"><path d="M12 10.189V14"></path><path d="M12 2v3"></path><path d="M19 13V7a2 2 0 0 0-2-2H7a2 2 0 0 0-2 2v6"></path><path d="M19.38 20A11.6 11.6 0 0 0 21 14l-8.188-3.639a2 2 0 0 0-1.624 0L3 14a11.6 11.6 0 0 0 2.81 7.76"></path><path d="M2 21c.6.5 1.2 1 2.5 1 2.5 0 2.5-2 5-2 1.3 0 1.9.5 2.5 1s1.2 1 2.5 1c2.5 0 2.5-2 5-2 1.3 0 1.9.5 2.5 1"></path></svg></div><div><h3 class="font-bold text-sm mb-1">Logistics &amp; Cargo</h3><p class="text-xs opacity-70 leading-relaxed">YellowBlue · China → Botswana sea freight</p></div></div></div><div class="card reveal group cursor-pointer" style="transition-delay:30ms"><div class="flex items-start gap-3"><div class="w-10 h-10 rounded-xl bg-gold-gradient text-brand-ink flex items-center justify-center shrink-0 group-hover:scale-110 transition-transform"><svg xmlns="http://www.w3.org/2000/svg" width="18" height="18" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" class="lucide lucide-sprout"><path d="M7 20h10"></path><path d="M10 20c5.5-2.5.8-6.4 3-10"></path><path d="M9.5 9.4c1.1.8 1.8 2.2 2.3 3.7-2 .4-3.5.4-4.8-.3-1.2-.6-2.3-1.9-3-4.2 2.8-.5 4.4 0 5.5.8z"></path><path d="M14.1 6a7 7 0 0 0-1.1 4c1.9-.1 3.3-.6 4.3-1.4 1-1 1.6-2.3 1.7-4.6-2.7.1-4 1-4.9 2z"></path></svg></div><div><h3 class="font-bold text-sm mb-1">Agriculture &amp; AgriTech</h3><p class="text-xs opacity-70 leading-relaxed">Hatcheries, feed mills, chilli farms, urban farming</p></div></div></div><div class="card reveal group cursor-pointer" style="transition-delay:60ms"><div class="flex items-start gap-3"><div class="w-10 h-10 rounded-xl bg-gold-gradient text-brand-ink flex items-center justify-center shrink-0 group-hover:scale-110 transition-transform"><svg xmlns="http://www.w3.org/2000/svg" width="18" height="18" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" class="lucide lucide-building2"><path d="M6 22V4a2 2 0 0 1 2-2h8a2 2 0 0 1 2 2v18Z"></path><path d="M6 12H4a2 2 0 0 0-2 2v6a2 2 0 0 0 2 2h2"></path><path d="M18 9h2a2 2 0 0 1 2 2v9a2 2 0 0 1-2 2h-2"></path><path d="M10 6h4"></path><path d="M10 10h4"></path><path d="M10 14h4"></path><path d="M10 18h4"></path></svg></div><div><h3 class="font-bold text-sm mb-1">Real Estate &amp; Property</h3><p class="text-xs opacity-70 leading-relaxed">Developers, agents, commercial &amp; residential</p></div></div></div><div class="card reveal group cursor-pointer" style="transition-delay:90ms"><div class="flex items-start gap-3"><div class="w-10 h-10 rounded-xl bg-gold-gradient text-brand-ink flex items-center justify-center shrink-0 group-hover:scale-110 transition-transform"><svg xmlns="http://www.w3.org/2000/svg" width="18" height="18" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" class="lucide lucide-shopping-bag"><path d="M6 2 3 6v14a2 2 0 0 0 2 2h14a2 2 0 0 0 2-2V6l-3-4Z"></path><path d="M3 6h18"></path><path d="M16 10a4 4 0 0 1-8 0"></path></svg></div><div><h3 class="font-bold text-sm mb-1">E-commerce &amp; Retail</h3><p class="text-xs opacity-70 leading-relaxed">MegaDeals MA · online stores, marketplaces</p></div></div></div><div class="card reveal group cursor-pointer" style="transition-delay:120ms"><div class="flex items-start gap-3"><div class="w-10 h-10 rounded-xl bg-gold-gradient text-brand-ink flex items-center justify-center shrink-0 group-hover:scale-110 transition-transform"><svg xmlns="http://www.w3.org/2000/svg" width="18" height="18" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" class="lucide lucide-tree-palm"><path d="M13 8c0-2.76-2.46-5-5.5-5S2 5.24 2 8h2l1-1 1 1h4"></path><path d="M13 7.14A5.82 5.82 0 0 1 16.5 6c3.04 0 5.5 2.24 5.5 5h-3l-1-1-1 1h-3"></path><path d="M5.89 9.71c-2.15 2.15-2.3 5.47-.35 7.43l4.24-4.25.7-.7.71-.71 2.12-2.12c-1.95-1.96-5.27-1.8-7.42.35"></path><path d="M11 15.5c.5 2.5-.17 4.5-1 6.5h4c2-5.5-.5-12-1-14"></path></svg></div><div><h3 class="font-bold text-sm mb-1">Tourism &amp; Safari</h3><p class="text-xs opacity-70 leading-relaxed">Lodges, tour operators, Chobe / Okavango operators</p></div></div></div><div class="card reveal group cursor-pointer" style="transition-delay:150ms"><div class="flex items-start gap-3"><div class="w-10 h-10 rounded-xl bg-gold-gradient text-brand-ink flex items-center justify-center shrink-0 group-hover:scale-110 transition-transform"><svg xmlns="http://www.w3.org/2000/svg" width="18" height="18" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" class="lucide lucide-stethoscope"><path d="M11 2v2"></path><path d="M5 2v2"></path><path d="M5 3H4a2 2 0 0 0-2 2v4a6 6 0 0 0 12 0V5a2 2 0 0 0-2-2h-1"></path><path d="M8 15a6 6 0 0 0 12 0v-3"></path><circle cx="20" cy="10" r="2"></circle></svg></div><div><h3 class="font-bold text-sm mb-1">Healthcare &amp; Wellness</h3><p class="text-xs opacity-70 leading-relaxed">Clinics, pharmacies, private practitioners</p></div></div></div><div class="card reveal group cursor-pointer" style="transition-delay:180ms"><div class="flex items-start gap-3"><div class="w-10 h-10 rounded-xl bg-gold-gradient text-brand-ink flex items-center justify-center shrink-0 group-hover:scale-110 transition-transform"><svg xmlns="http://www.w3.org/2000/svg" width="18" height="18" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" class="lucide lucide-graduation-cap"><path d="M21.42 10.922a1 1 0 0 0-.019-1.838L12.83 5.18a2 2 0 0 0-1.66 0L2.6 9.08a1 1 0 0 0 0 1.832l8.57 3.908a2 2 0 0 0 1.66 0z"></path><path d="M22 10v6"></path><path d="M6 12.5V16a6 3 0 0 0 12 0v-3.5"></path></svg></div><div><h3 class="font-bold text-sm mb-1">Education &amp; Training</h3><p class="text-xs opacity-70 leading-relaxed">Colleges, tutors, online learning platforms</p></div></div></div><div class="card reveal group cursor-pointer" style="transition-delay:210ms"><div class="flex items-start gap-3"><div class="w-10 h-10 rounded-xl bg-gold-gradient text-brand-ink flex items-center justify-center shrink-0 group-hover:scale-110 transition-transform"><svg xmlns="http://www.w3.org/2000/svg" width="18" height="18" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" class="lucide lucide-landmark"><line x1="3" x2="21" y1="22" y2="22"></line><line x1="6" x2="6" y1="18" y2="11"></line><line x1="10" x2="10" y1="18" y2="11"></line><line x1="14" x2="14" y1="18" y2="11"></line><line x1="18" x2="18" y1="18" y2="11"></line><polygon points="12 2 20 7 4 7"></polygon></svg></div><div><h3 class="font-bold text-sm mb-1">NGOs, Gov &amp; Parastatals</h3><p class="text-xs opacity-70 leading-relaxed">Awareness campaigns, portals, capacity building</p></div></div></div><div class="card reveal group cursor-pointer" style="transition-delay:240ms"><div class="flex items-start gap-3"><div class="w-10 h-10 rounded-xl bg-gold-gradient text-brand-ink flex items-center justify-center shrink-0 group-hover:scale-110 transition-transform"><svg xmlns="http://www.w3.org/2000/svg" width="18" height="18" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" class="lucide lucide-utensils"><path d="M3 2v7c0 1.1.9 2 2 2h4a2 2 0 0 0 2-2V2"></path><path d="M7 2v20"></path><path d="M21 15V2a5 5 0 0 0-5 5v6c0 1.1.9 2 2 2h3Zm0 0v7"></path></svg></div><div><h3 class="font-bold text-sm mb-1">Restaurants &amp; F&amp;B</h3><p class="text-xs opacity-70 leading-relaxed">Cafés, fast food, food delivery brands</p></div></div></div><div class="card reveal group cursor-pointer" style="transition-delay:270ms"><div class="flex items-start gap-3"><div class="w-10 h-10 rounded-xl bg-gold-gradient text-brand-ink flex items-center justify-center shrink-0 group-hover:scale-110 transition-transform"><svg xmlns="http://www.w3.org/2000/svg" width="18" height="18" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" class="lucide lucide-briefcase"><path d="M16 20V4a2 2 0 0 0-2-2h-4a2 2 0 0 0-2 2v16"></path><rect width="20" height="14" x="2" y="6" rx="2"></rect></svg></div><div><h3 class="font-bold text-sm mb-1">Professional Services</h3><p class="text-xs opacity-70 leading-relaxed">Legal, accounting, consulting, finance</p></div></div></div><div class="card reveal group cursor-pointer" style="transition-delay:300ms"><div class="flex items-start gap-3"><div class="w-10 h-10 rounded-xl bg-gold-gradient text-brand-ink flex items-center justify-center shrink-0 group-hover:scale-110 transition-transform"><svg xmlns="http://www.w3.org/2000/svg" width="18" height="18" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" class="lucide lucide-user"><path d="M19 21v-2a4 4 0 0 0-4-4H9a4 4 0 0 0-4 4v2"></path><circle cx="12" cy="7" r="4"></circle></svg></div><div><h3 class="font-bold text-sm mb-1">Personal Brands</h3><p class="text-xs opacity-70 leading-relaxed">Coaches, speakers, consultants, influencers</p></div></div></div><div class="card reveal group cursor-pointer" style="transition-delay:330ms"><div class="flex items-start gap-3"><div class="w-10 h-10 rounded-xl bg-gold-gradient text-brand-ink flex items-center justify-center shrink-0 group-hover:scale-110 transition-transform"><svg xmlns="http://www.w3.org/2000/svg" width="18" height="18" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" class="lucide lucide-factory"><path d="M2 20a2 2 0 0 0 2 2h16a2 2 0 0 0 2-2V8l-7 5V8l-7 5V4a2 2 0 0 0-2-2H4a2 2 0 0 0-2 2Z"></path><path d="M17 18h1"></path><path d="M12 18h1"></path><path d="M7 18h1"></path></svg></div><div><h3 class="font-bold text-sm mb-1">Manufacturing &amp; SME</h3><p class="text-xs opacity-70 leading-relaxed">Production businesses, hardware, FMCG</p></div></div></div></div><div class="mt-16 reveal"><div class="glass rounded-3xl p-8 md:p-10 relative overflow-hidden"><div class="absolute -top-20 -right-20 w-64 h-64 rounded-full bg-gold-gradient opacity-10 blur-3xl"></div><div class="absolute -bottom-20 -left-20 w-64 h-64 rounded-full bg-teal-gradient opacity-10 blur-3xl"></div><div class="relative grid md:grid-cols-5 gap-4"><a href="#contact" class="rounded-2xl p-5 bg-white/50 dark:bg-white/5 hover:bg-white dark:hover:bg-white/10 transition-all border border-slate-200/60 dark:border-white/5 hover:-translate-y-1 hover:border-brand-gold group" style="animation-delay:0ms"><div class="w-10 h-10 rounded-xl bg-teal-gradient text-white flex items-center justify-center mb-3 group-hover:scale-110 transition-transform"><svg xmlns="http://www.w3.org/2000/svg" width="18" height="18" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" class="lucide lucide-search-check"><path d="m8 11 2 2 4-4"></path><circle cx="11" cy="11" r="8"></circle><path d="m21 21-4.3-4.3"></path></svg></div><h4 class="font-bold text-sm mb-1">Free Digital Audit</h4><p class="text-xs opacity-70 leading-relaxed mb-3">60-point audit of website, SEO, social &amp; brand.</p><div class="text-xs font-bold text-brand-gold group-hover:underline">Claim Free Audit<!-- --> →</div></a><a href="#contact" class="rounded-2xl p-5 bg-white/50 dark:bg-white/5 hover:bg-white dark:hover:bg-white/10 transition-all border border-slate-200/60 dark:border-white/5 hover:-translate-y-1 hover:border-brand-gold group" style="animation-delay:50ms"><div class="w-10 h-10 rounded-xl bg-teal-gradient text-white flex items-center justify-center mb-3 group-hover:scale-110 transition-transform"><svg xmlns="http://www.w3.org/2000/svg" width="18" height="18" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" class="lucide lucide-calculator"><rect width="16" height="20" x="4" y="2" rx="2"></rect><line x1="8" x2="16" y1="6" y2="6"></line><line x1="16" x2="16" y1="14" y2="18"></line><path d="M16 10h.01"></path><path d="M12 10h.01"></path><path d="M8 10h.01"></path><path d="M12 14h.01"></path><path d="M8 14h.01"></path><path d="M12 18h.01"></path><path d="M8 18h.01"></path></svg></div><h4 class="font-bold text-sm mb-1">Pricing Calculator</h4><p class="text-xs opacity-70 leading-relaxed mb-3">Instant transparent quote in 60 seconds.</p><div class="text-xs font-bold text-brand-gold group-hover:underline">Calculate Cost<!-- --> →</div></a><a href="#contact" class="rounded-2xl p-5 bg-white/50 dark:bg-white/5 hover:bg-white dark:hover:bg-white/10 transition-all border border-slate-200/60 dark:border-white/5 hover:-translate-y-1 hover:border-brand-gold group" style="animation-delay:100ms"><div class="w-10 h-10 rounded-xl bg-teal-gradient text-white flex items-center justify-center mb-3 group-hover:scale-110 transition-transform"><svg xmlns="http://www.w3.org/2000/svg" width="18" height="18" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" class="lucide lucide-chart-line"><path d="M3 3v16a2 2 0 0 0 2 2h16"></path><path d="m19 9-5 5-4-4-3 3"></path></svg></div><h4 class="font-bold text-sm mb-1">ROI Forecast Tool</h4><p class="text-xs opacity-70 leading-relaxed mb-3">See what growth could look like in 90 days.</p><div class="text-xs font-bold text-brand-gold group-hover:underline">Run My Forecast<!-- --> →</div></a><a href="#contact" class="rounded-2xl p-5 bg-white/50 dark:bg-white/5 hover:bg-white dark:hover:bg-white/10 transition-all border border-slate-200/60 dark:border-white/5 hover:-translate-y-1 hover:border-brand-gold group" style="animation-delay:150ms"><div class="w-10 h-10 rounded-xl bg-teal-gradient text-white flex items-center justify-center mb-3 group-hover:scale-110 transition-transform"><svg xmlns="http://www.w3.org/2000/svg" width="18" height="18" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" class="lucide lucide-file-text"><path d="M15 2H6a2 2 0 0 0-2 2v16a2 2 0 0 0 2 2h12a2 2 0 0 0 2-2V7Z"></path><path d="M14 2v4a2 2 0 0 0 2 2h4"></path><path d="M10 9H8"></path><path d="M16 13H8"></path><path d="M16 17H8"></path></svg></div><h4 class="font-bold text-sm mb-1">SME Growth Toolkit</h4><p class="text-xs opacity-70 leading-relaxed mb-3">Templates, dashboards &amp; checklists (free).</p><div class="text-xs font-bold text-brand-gold group-hover:underline">Download Toolkit<!-- --> →</div></a><a href="#contact" class="rounded-2xl p-5 bg-white/50 dark:bg-white/5 hover:bg-white dark:hover:bg-white/10 transition-all border border-slate-200/60 dark:border-white/5 hover:-translate-y-1 hover:border-brand-gold group" style="animation-delay:200ms"><div class="w-10 h-10 rounded-xl bg-teal-gradient text-white flex items-center justify-center mb-3 group-hover:scale-110 transition-transform"><svg xmlns="http://www.w3.org/2000/svg" width="18" height="18" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" class="lucide lucide-bot"><path d="M12 8V4H8"></path><rect width="16" height="12" x="4" y="8" rx="2"></rect><path d="M2 14h2"></path><path d="M20 14h2"></path><path d="M15 13v2"></path><path d="M9 13v2"></path></svg></div><h4 class="font-bold text-sm mb-1">WhatsApp Blueprint</h4><p class="text-xs opacity-70 leading-relaxed mb-3">The automation flow that 3x’d cargo bookings.</p><div class="text-xs font-bold text-brand-gold group-hover:underline">Get the Blueprint<!-- --> →</div></a></div></div></div></div></section><section id="enterprises" class="section relative bg-slate-50/50 dark:bg-slate-900/30"><div class="container-xl"><div class="text-center max-w-3xl mx-auto mb-12 reveal"><div class="inline-block text-xs uppercase tracking-[0.25em] text-brand-gold font-semibold mb-4">The Mokoro Group</div><h2 class="text-3xl md:text-5xl font-display font-black tracking-tight leading-[1.1] mb-4">A <span class="text-gradient-teal">collective of ventures &amp; partners</span> working as one.</h2><p class="text-base md:text-lg opacity-75 leading-relaxed">Beyond the agency, Mokoro operates a family of specialised businesses and has deep alliances with category leaders — allowing us to deliver end-to-end value from sourcing to shipping, merch, finance and beyond.</p></div><div class="mb-10"><div class="flex items-center gap-2 mb-5 reveal"><svg xmlns="http://www.w3.org/2000/svg" width="18" height="18" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" class="lucide lucide-handshake text-brand-gold"><path d="m11 17 2 2a1 1 0 1 0 3-3"></path><path d="m14 14 2.5 2.5a1 1 0 1 0 3-3l-3.88-3.88a3 3 0 0 0-4.24 0l-.88.88a1 1 0 1 1-3-3l2.81-2.81a5.79 5.79 0 0 1 7.06-.87l.47.28a2 2 0 0 0 1.42.25L21 4"></path><path d="m21 3 1 11h-2"></path><path d="M3 3 2 14l6.5 6.5a1 1 0 1 0 3-3"></path><path d="M3 4h8"></path></svg><h3 class="font-display font-bold text-lg">Strategic Partners</h3></div><div class="grid sm:grid-cols-2 gap-5"><a href="https://yellowblue.co.bw" target="_blank" rel="noopener" class="card reveal group relative overflow-hidden" style="transition-delay:0ms"><div class="absolute inset-0 opacity-5 group-hover:opacity-10 transition-opacity bg-gold-gradient"></div><div class="flex items-start justify-between mb-3"><div class="flex items-center gap-3"><div class="w-12 h-12 rounded-xl flex items-center justify-center font-black text-brand-ink bg-gold-gradient shadow-glow-gold">Y</div><div><div class="text-[10px] uppercase tracking-[0.2em] opacity-60 mb-0.5">Partner</div><h3 class="font-bold text-lg leading-tight">Yellow Blue</h3></div></div><svg xmlns="http://www.w3.org/2000/svg" width="18" height="18" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" class="lucide lucide-arrow-up-right opacity-40 group-hover:opacity-100 group-hover:-translate-y-0.5 group-hover:translate-x-0.5 transition-all"><path d="M7 7h10v10"></path><path d="M7 17 17 7"></path></svg></div><p class="text-sm opacity-80 leading-relaxed mb-2">Sea cargo · China to Botswana (shipping partner)</p><div class="flex items-center gap-2 text-xs text-brand-gold font-semibold">Mokoro provides digital marketing &amp; automation <svg xmlns="http://www.w3.org/2000/svg" width="12" height="12" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" class="lucide lucide-arrow-up-right"><path d="M7 7h10v10"></path><path d="M7 17 17 7"></path></svg></div></a><a href="https://megadealsma.com" target="_blank" rel="noopener" class="card reveal group relative overflow-hidden" style="transition-delay:50ms"><div class="absolute inset-0 opacity-5 group-hover:opacity-10 transition-opacity bg-gold-gradient"></div><div class="flex items-start justify-between mb-3"><div class="flex items-center gap-3"><div class="w-12 h-12 rounded-xl flex items-center justify-center font-black text-brand-ink bg-gold-gradient shadow-glow-gold">M</div><div><div class="text-[10px] uppercase tracking-[0.2em] opacity-60 mb-0.5">Partner</div><h3 class="font-bold text-lg leading-tight">MegaDeals MA</h3></div></div><svg xmlns="http://www.w3.org/2000/svg" width="18" height="18" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" class="lucide lucide-arrow-up-right opacity-40 group-hover:opacity-100 group-hover:-translate-y-0.5 group-hover:translate-x-0.5 transition-all"><path d="M7 7h10v10"></path><path d="M7 17 17 7"></path></svg></div><p class="text-sm opacity-80 leading-relaxed mb-2">E-commerce marketplace · distribution partner</p><div class="flex items-center gap-2 text-xs text-brand-gold font-semibold">Mokoro provides digital marketing &amp; automation <svg xmlns="http://www.w3.org/2000/svg" width="12" height="12" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" class="lucide lucide-arrow-up-right"><path d="M7 7h10v10"></path><path d="M7 17 17 7"></path></svg></div></a></div></div><div><div class="flex items-center gap-2 mb-5 reveal"><svg xmlns="http://www.w3.org/2000/svg" width="18" height="18" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" class="lucide lucide-building text-brand-turquoise"><rect width="16" height="20" x="4" y="2" rx="2" ry="2"></rect><path d="M9 22v-4h6v4"></path><path d="M8 6h.01"></path><path d="M16 6h.01"></path><path d="M12 6h.01"></path><path d="M12 10h.01"></path><path d="M12 14h.01"></path><path d="M16 10h.01"></path><path d="M16 14h.01"></path><path d="M8 10h.01"></path><path d="M8 14h.01"></path></svg><h3 class="font-display font-bold text-lg">Mokoro Ventures</h3></div><div class="grid sm:grid-cols-2 lg:grid-cols-3 gap-5"><a href="#contact" class="card reveal group relative overflow-hidden" style="transition-delay:0ms"><div class="absolute top-0 right-0 w-32 h-32 rounded-full blur-3xl opacity-10 group-hover:opacity-25 transition-opacity" style="background:#D4AF37"></div><div class="flex items-start justify-between mb-3"><div class="w-11 h-11 rounded-xl flex items-center justify-center font-black text-brand-ink bg-gold-gradient shadow-glow-gold">M</div><svg xmlns="http://www.w3.org/2000/svg" width="18" height="18" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" class="lucide lucide-arrow-up-right opacity-40 group-hover:opacity-100 group-hover:-translate-y-0.5 group-hover:translate-x-0.5 transition-all"><path d="M7 7h10v10"></path><path d="M7 17 17 7"></path></svg></div><div class="text-[10px] uppercase tracking-[0.2em] opacity-60 mb-1">marketing<!-- -->.mokoro</div><h3 class="font-bold text-base mb-1">Mokoro Marketing</h3><p class="text-sm opacity-75 leading-relaxed">Full-stack digital marketing, SEO &amp; growth</p></a><a href="#contact" class="card reveal group relative overflow-hidden" style="transition-delay:30ms"><div class="absolute top-0 right-0 w-32 h-32 rounded-full blur-3xl opacity-10 group-hover:opacity-25 transition-opacity" style="background:#14B8A6"></div><div class="flex items-start justify-between mb-3"><div class="w-11 h-11 rounded-xl flex items-center justify-center font-black text-brand-ink bg-gold-gradient shadow-glow-gold">M</div><svg xmlns="http://www.w3.org/2000/svg" width="18" height="18" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" class="lucide lucide-arrow-up-right opacity-40 group-hover:opacity-100 group-hover:-translate-y-0.5 group-hover:translate-x-0.5 transition-all"><path d="M7 7h10v10"></path><path d="M7 17 17 7"></path></svg></div><div class="text-[10px] uppercase tracking-[0.2em] opacity-60 mb-1">hosting<!-- -->.mokoro</div><h3 class="font-bold text-base mb-1">Mokoro Edge Hosting</h3><p class="text-sm opacity-75 leading-relaxed">Cloud hosting, email &amp; global SSL</p></a><a href="#contact" class="card reveal group relative overflow-hidden" style="transition-delay:60ms"><div class="absolute top-0 right-0 w-32 h-32 rounded-full blur-3xl opacity-10 group-hover:opacity-25 transition-opacity" style="background:#D4AF37"></div><div class="flex items-start justify-between mb-3"><div class="w-11 h-11 rounded-xl flex items-center justify-center font-black text-brand-ink bg-gold-gradient shadow-glow-gold">M</div><svg xmlns="http://www.w3.org/2000/svg" width="18" height="18" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" class="lucide lucide-arrow-up-right opacity-40 group-hover:opacity-100 group-hover:-translate-y-0.5 group-hover:translate-x-0.5 transition-all"><path d="M7 7h10v10"></path><path d="M7 17 17 7"></path></svg></div><div class="text-[10px] uppercase tracking-[0.2em] opacity-60 mb-1">academy<!-- -->.mokoro</div><h3 class="font-bold text-base mb-1">Mokoro Academy</h3><p class="text-sm opacity-75 leading-relaxed">Training, workshops &amp; certification programmes</p></a><a href="#contact" class="card reveal group relative overflow-hidden" style="transition-delay:90ms"><div class="absolute top-0 right-0 w-32 h-32 rounded-full blur-3xl opacity-10 group-hover:opacity-25 transition-opacity" style="background:#14B8A6"></div><div class="flex items-start justify-between mb-3"><div class="w-11 h-11 rounded-xl flex items-center justify-center font-black text-brand-ink bg-gold-gradient shadow-glow-gold">A</div><svg xmlns="http://www.w3.org/2000/svg" width="18" height="18" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" class="lucide lucide-arrow-up-right opacity-40 group-hover:opacity-100 group-hover:-translate-y-0.5 group-hover:translate-x-0.5 transition-all"><path d="M7 7h10v10"></path><path d="M7 17 17 7"></path></svg></div><div class="text-[10px] uppercase tracking-[0.2em] opacity-60 mb-1">animalsphere<!-- -->.mokoro</div><h3 class="font-bold text-base mb-1">AnimalSphere</h3><p class="text-sm opacity-75 leading-relaxed">Animal sciences, biotech, training &amp; consultancy</p></a><a href="#contact" class="card reveal group relative overflow-hidden" style="transition-delay:120ms"><div class="absolute top-0 right-0 w-32 h-32 rounded-full blur-3xl opacity-10 group-hover:opacity-25 transition-opacity" style="background:#D4AF37"></div><div class="flex items-start justify-between mb-3"><div class="w-11 h-11 rounded-xl flex items-center justify-center font-black text-brand-ink bg-gold-gradient shadow-glow-gold">B</div><svg xmlns="http://www.w3.org/2000/svg" width="18" height="18" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" class="lucide lucide-arrow-up-right opacity-40 group-hover:opacity-100 group-hover:-translate-y-0.5 group-hover:translate-x-0.5 transition-all"><path d="M7 7h10v10"></path><path d="M7 17 17 7"></path></svg></div><div class="text-[10px] uppercase tracking-[0.2em] opacity-60 mb-1">brandcraft<!-- -->.mokoro</div><h3 class="font-bold text-base mb-1">BrandCraft</h3><p class="text-sm opacity-75 leading-relaxed">Branding, merch, embroidery, engraving &amp; print</p></a><a href="#contact" class="card reveal group relative overflow-hidden" style="transition-delay:150ms"><div class="absolute top-0 right-0 w-32 h-32 rounded-full blur-3xl opacity-10 group-hover:opacity-25 transition-opacity" style="background:#14B8A6"></div><div class="flex items-start justify-between mb-3"><div class="w-11 h-11 rounded-xl flex items-center justify-center font-black text-brand-ink bg-gold-gradient shadow-glow-gold">C</div><svg xmlns="http://www.w3.org/2000/svg" width="18" height="18" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" class="lucide lucide-arrow-up-right opacity-40 group-hover:opacity-100 group-hover:-translate-y-0.5 group-hover:translate-x-0.5 transition-all"><path d="M7 7h10v10"></path><path d="M7 17 17 7"></path></svg></div><div class="text-[10px] uppercase tracking-[0.2em] opacity-60 mb-1">cloudmoney<!-- -->.mokoro</div><h3 class="font-bold text-base mb-1">Cloud Money</h3><p class="text-sm opacity-75 leading-relaxed">Digital finance, affiliate programmes &amp; fintech</p></a><a href="#contact" class="card reveal group relative overflow-hidden" style="transition-delay:180ms"><div class="absolute top-0 right-0 w-32 h-32 rounded-full blur-3xl opacity-10 group-hover:opacity-25 transition-opacity" style="background:#D4AF37"></div><div class="flex items-start justify-between mb-3"><div class="w-11 h-11 rounded-xl flex items-center justify-center font-black text-brand-ink bg-gold-gradient shadow-glow-gold">U</div><svg xmlns="http://www.w3.org/2000/svg" width="18" height="18" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" class="lucide lucide-arrow-up-right opacity-40 group-hover:opacity-100 group-hover:-translate-y-0.5 group-hover:translate-x-0.5 transition-all"><path d="M7 7h10v10"></path><path d="M7 17 17 7"></path></svg></div><div class="text-[10px] uppercase tracking-[0.2em] opacity-60 mb-1">urbanfarming<!-- -->.mokoro</div><h3 class="font-bold text-base mb-1">Urban Farming</h3><p class="text-sm opacity-75 leading-relaxed">Hydroponics &amp; vertical farming consultancy</p></a><a href="#contact" class="card reveal group relative overflow-hidden" style="transition-delay:210ms"><div class="absolute top-0 right-0 w-32 h-32 rounded-full blur-3xl opacity-10 group-hover:opacity-25 transition-opacity" style="background:#14B8A6"></div><div class="flex items-start justify-between mb-3"><div class="w-11 h-11 rounded-xl flex items-center justify-center font-black text-brand-ink bg-gold-gradient shadow-glow-gold">A</div><svg xmlns="http://www.w3.org/2000/svg" width="18" height="18" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" class="lucide lucide-arrow-up-right opacity-40 group-hover:opacity-100 group-hover:-translate-y-0.5 group-hover:translate-x-0.5 transition-all"><path d="M7 7h10v10"></path><path d="M7 17 17 7"></path></svg></div><div class="text-[10px] uppercase tracking-[0.2em] opacity-60 mb-1">agri<!-- -->.mokoro</div><h3 class="font-bold text-base mb-1">Agri-Projects</h3><p class="text-sm opacity-75 leading-relaxed">Hatcheries, feed mills, chilli farms &amp; mega farms</p></a><a href="#contact" class="card reveal group relative overflow-hidden" style="transition-delay:240ms"><div class="absolute top-0 right-0 w-32 h-32 rounded-full blur-3xl opacity-10 group-hover:opacity-25 transition-opacity" style="background:#D4AF37"></div><div class="flex items-start justify-between mb-3"><div class="w-11 h-11 rounded-xl flex items-center justify-center font-black text-brand-ink bg-gold-gradient shadow-glow-gold">F</div><svg xmlns="http://www.w3.org/2000/svg" width="18" height="18" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" class="lucide lucide-arrow-up-right opacity-40 group-hover:opacity-100 group-hover:-translate-y-0.5 group-hover:translate-x-0.5 transition-all"><path d="M7 7h10v10"></path><path d="M7 17 17 7"></path></svg></div><div class="text-[10px] uppercase tracking-[0.2em] opacity-60 mb-1">facilities<!-- -->.mokoro</div><h3 class="font-bold text-base mb-1">Facilities</h3><p class="text-sm opacity-75 leading-relaxed">Landscaping, cleaning, janitorial &amp; handyman</p></a><a href="#contact" class="card reveal group relative overflow-hidden" style="transition-delay:270ms"><div class="absolute top-0 right-0 w-32 h-32 rounded-full blur-3xl opacity-10 group-hover:opacity-25 transition-opacity" style="background:#14B8A6"></div><div class="flex items-start justify-between mb-3"><div class="w-11 h-11 rounded-xl flex items-center justify-center font-black text-brand-ink bg-gold-gradient shadow-glow-gold">T</div><svg xmlns="http://www.w3.org/2000/svg" width="18" height="18" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" class="lucide lucide-arrow-up-right opacity-40 group-hover:opacity-100 group-hover:-translate-y-0.5 group-hover:translate-x-0.5 transition-all"><path d="M7 7h10v10"></path><path d="M7 17 17 7"></path></svg></div><div class="text-[10px] uppercase tracking-[0.2em] opacity-60 mb-1">trading<!-- -->.mokoro</div><h3 class="font-bold text-base mb-1">Trading Desk</h3><p class="text-sm opacity-75 leading-relaxed">Markets education, signals &amp; affiliate tools</p></a></div></div></div></section><section id="work" class="section relative bg-slate-50/50 dark:bg-slate-900/30"><div class="container-xl"><div class="text-center max-w-3xl mx-auto mb-14 reveal"><div class="inline-block text-xs uppercase tracking-[0.25em] text-brand-turquoise font-semibold mb-4">Proof of Work</div><h2 class="text-3xl md:text-5xl font-display font-black tracking-tight leading-[1.1] mb-4">Real clients. <span class="text-gradient-gold">Real outcomes.</span></h2><p class="text-base md:text-lg opacity-75">A snapshot of recent growth delivered across logistics, agriculture, branding, and fintech.</p></div><div class="grid md:grid-cols-2 gap-5 mb-16"><div class="card reveal overflow-hidden relative !p-0" style="transition-delay:0ms"><div class="h-2 bg-gradient-to-r from-teal-500 to-cyan-500"></div><div class="p-6"><div class="text-xs uppercase tracking-wider opacity-60 mb-2">Sea Cargo · China → Botswana</div><h3 class="text-xl font-bold mb-2">YellowBlue Logistics</h3><p class="opacity-80 mb-4">WhatsApp quote requests up 180% in 60 days after automated funnel + targeted ads.</p><div class="flex items-end justify-between"><div><div class="text-5xl font-black text-gradient-gold">+180%</div><div class="text-xs uppercase tracking-wider opacity-60 mt-1">Primary metric lifted</div></div></div></div></div><div class="card reveal overflow-hidden relative !p-0" style="transition-delay:50ms"><div class="h-2 bg-gradient-to-r from-amber-400 to-yellow-600"></div><div class="p-6"><div class="text-xs uppercase tracking-wider opacity-60 mb-2">Agri-Science Education</div><h3 class="text-xl font-bold mb-2">AnimalSphere</h3><p class="opacity-80 mb-4">3x organic reach via SEO content engine + automated newsletter.</p><div class="flex items-end justify-between"><div><div class="text-5xl font-black text-gradient-teal">3x</div><div class="text-xs uppercase tracking-wider opacity-60 mt-1">Primary metric lifted</div></div></div></div></div><div class="card reveal overflow-hidden relative !p-0" style="transition-delay:100ms"><div class="h-2 bg-gradient-to-r from-rose-500 to-pink-600"></div><div class="p-6"><div class="text-xs uppercase tracking-wider opacity-60 mb-2">Branding &amp; Merch</div><h3 class="text-xl font-bold mb-2">BrandCraft</h3><p class="opacity-80 mb-4">Corporate gift revenue doubled in one quarter via catalog PWA.</p><div class="flex items-end justify-between"><div><div class="text-5xl font-black text-gradient-gold">2x</div><div class="text-xs uppercase tracking-wider opacity-60 mt-1">Primary metric lifted</div></div></div></div></div><div class="card reveal overflow-hidden relative !p-0" style="transition-delay:150ms"><div class="h-2 bg-gradient-to-r from-emerald-500 to-teal-600"></div><div class="p-6"><div class="text-xs uppercase tracking-wider opacity-60 mb-2">Digital Finance Affiliate</div><h3 class="text-xl font-bold mb-2">Cloud Money</h3><p class="opacity-80 mb-4">Passive affiliate pipeline fully automated — runs 24/7.</p><div class="flex items-end justify-between"><div><div class="text-5xl font-black text-gradient-teal">Auto</div><div class="text-xs uppercase tracking-wider opacity-60 mt-1">Primary metric lifted</div></div></div></div></div></div><div class="grid md:grid-cols-3 gap-5"><div class="card reveal" style="transition-delay:0ms"><svg xmlns="http://www.w3.org/2000/svg" width="28" height="28" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" class="lucide lucide-quote text-brand-gold opacity-80 mb-3"><path d="M16 3a2 2 0 0 0-2 2v6a2 2 0 0 0 2 2 1 1 0 0 1 1 1v1a2 2 0 0 1-2 2 1 1 0 0 0-1 1v2a1 1 0 0 0 1 1 6 6 0 0 0 6-6V5a2 2 0 0 0-2-2z"></path><path d="M5 3a2 2 0 0 0-2 2v6a2 2 0 0 0 2 2 1 1 0 0 1 1 1v1a2 2 0 0 1-2 2 1 1 0 0 0-1 1v2a1 1 0 0 0 1 1 6 6 0 0 0 6-6V5a2 2 0 0 0-2-2z"></path></svg><p class="text-sm leading-relaxed opacity-85 mb-4">&quot;<!-- -->Mokoro didn’t just build us a website — they built us a lead machine. Our WhatsApp inquiries tripled in 6 weeks.<!-- -->&quot;</p><div class="flex items-center gap-3 pt-4 border-t border-slate-200/60 dark:border-white/5"><div class="w-10 h-10 rounded-full bg-gold-gradient flex items-center justify-center text-brand-ink font-bold">K</div><div><div class="font-semibold text-sm">Kagiso M.</div><div class="text-xs opacity-60">Founder, Gaborone SME</div></div></div></div><div class="card reveal" style="transition-delay:40ms"><svg xmlns="http://www.w3.org/2000/svg" width="28" height="28" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" class="lucide lucide-quote text-brand-gold opacity-80 mb-3"><path d="M16 3a2 2 0 0 0-2 2v6a2 2 0 0 0 2 2 1 1 0 0 1 1 1v1a2 2 0 0 1-2 2 1 1 0 0 0-1 1v2a1 1 0 0 0 1 1 6 6 0 0 0 6-6V5a2 2 0 0 0-2-2z"></path><path d="M5 3a2 2 0 0 0-2 2v6a2 2 0 0 0 2 2 1 1 0 0 1 1 1v1a2 2 0 0 1-2 2 1 1 0 0 0-1 1v2a1 1 0 0 0 1 1 6 6 0 0 0 6-6V5a2 2 0 0 0-2-2z"></path></svg><p class="text-sm leading-relaxed opacity-85 mb-4">&quot;<!-- -->Their WhatsApp automation cut our response time from 6 hours to 30 seconds. A game changer for cargo bookings.<!-- -->&quot;</p><div class="flex items-center gap-3 pt-4 border-t border-slate-200/60 dark:border-white/5"><div class="w-10 h-10 rounded-full bg-gold-gradient flex items-center justify-center text-brand-ink font-bold">L</div><div><div class="font-semibold text-sm">Lerato D.</div><div class="text-xs opacity-60">Logistics Director</div></div></div></div><div class="card reveal" style="transition-delay:80ms"><svg xmlns="http://www.w3.org/2000/svg" width="28" height="28" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" class="lucide lucide-quote text-brand-gold opacity-80 mb-3"><path d="M16 3a2 2 0 0 0-2 2v6a2 2 0 0 0 2 2 1 1 0 0 1 1 1v1a2 2 0 0 1-2 2 1 1 0 0 0-1 1v2a1 1 0 0 0 1 1 6 6 0 0 0 6-6V5a2 2 0 0 0-2-2z"></path><path d="M5 3a2 2 0 0 0-2 2v6a2 2 0 0 0 2 2 1 1 0 0 1 1 1v1a2 2 0 0 1-2 2 1 1 0 0 0-1 1v2a1 1 0 0 0 1 1 6 6 0 0 0 6-6V5a2 2 0 0 0-2-2z"></path></svg><p class="text-sm leading-relaxed opacity-85 mb-4">&quot;<!-- -->From branding to funnels to hosting, Mokoro delivered more in 30 days than three previous agencies combined.<!-- -->&quot;</p><div class="flex items-center gap-3 pt-4 border-t border-slate-200/60 dark:border-white/5"><div class="w-10 h-10 rounded-full bg-gold-gradient flex items-center justify-center text-brand-ink font-bold">T</div><div><div class="font-semibold text-sm">Thabo K.</div><div class="text-xs opacity-60">Agri-Entrepreneur</div></div></div></div><div class="card reveal" style="transition-delay:120ms"><svg xmlns="http://www.w3.org/2000/svg" width="28" height="28" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" class="lucide lucide-quote text-brand-gold opacity-80 mb-3"><path d="M16 3a2 2 0 0 0-2 2v6a2 2 0 0 0 2 2 1 1 0 0 1 1 1v1a2 2 0 0 1-2 2 1 1 0 0 0-1 1v2a1 1 0 0 0 1 1 6 6 0 0 0 6-6V5a2 2 0 0 0-2-2z"></path><path d="M5 3a2 2 0 0 0-2 2v6a2 2 0 0 0 2 2 1 1 0 0 1 1 1v1a2 2 0 0 1-2 2 1 1 0 0 0-1 1v2a1 1 0 0 0 1 1 6 6 0 0 0 6-6V5a2 2 0 0 0-2-2z"></path></svg><p class="text-sm leading-relaxed opacity-85 mb-4">&quot;<!-- -->We launched our store in 9 days with Orange Money and FNB payments working out the box. Sales started on day 10.<!-- -->&quot;</p><div class="flex items-center gap-3 pt-4 border-t border-slate-200/60 dark:border-white/5"><div class="w-10 h-10 rounded-full bg-gold-gradient flex items-center justify-center text-brand-ink font-bold">M</div><div><div class="font-semibold text-sm">Masego R.</div><div class="text-xs opacity-60">E-commerce Founder</div></div></div></div></div></div></section><section id="automation" class="section relative overflow-hidden"><div class="absolute -top-40 -left-40 w-[500px] h-[500px] rounded-full bg-gradient-to-br from-brand-turquoise/10 to-transparent blur-3xl"></div><div class="absolute -bottom-40 -right-40 w-[500px] h-[500px] rounded-full bg-gradient-to-tr from-brand-gold/10 to-transparent blur-3xl"></div><div class="container-xl relative"><div class="text-center max-w-3xl mx-auto mb-14 reveal"><div class="inline-block text-xs uppercase tracking-[0.25em] text-brand-gold font-semibold mb-4">Automation That Runs While You Sleep</div><h2 class="text-3xl md:text-5xl font-display font-black tracking-tight leading-[1.1] mb-4">Your marketing on <span class="text-gradient-teal">autopilot.</span></h2><p class="text-base md:text-lg opacity-75 leading-relaxed">We don&#x27;t just build websites. We wire together the entire marketing system — leads, follow-ups, reporting, social, WhatsApp, SEO — so revenue compounds 24/7 without a human touching every step.</p></div><div class="grid sm:grid-cols-2 lg:grid-cols-4 gap-5"><div class="card reveal" style="transition-delay:0ms"><div class="w-11 h-11 rounded-xl flex items-center justify-center mb-3 bg-gold-gradient text-brand-ink shadow-glow-gold"><svg xmlns="http://www.w3.org/2000/svg" width="22" height="22" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" class="lucide lucide-bot"><path d="M12 8V4H8"></path><rect width="16" height="12" x="4" y="8" rx="2"></rect><path d="M2 14h2"></path><path d="M20 14h2"></path><path d="M15 13v2"></path><path d="M9 13v2"></path></svg></div><h3 class="font-bold text-base mb-1.5">24/7 WhatsApp AI Triage</h3><p class="text-sm opacity-75 leading-relaxed">Automated greeting menus, quote flows, FAQs, and human-handoff — 0 missed leads even at 2am.</p></div><div class="card reveal" style="transition-delay:40ms"><div class="w-11 h-11 rounded-xl flex items-center justify-center mb-3 bg-teal-gradient text-white shadow-glow-teal"><svg xmlns="http://www.w3.org/2000/svg" width="22" height="22" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" class="lucide lucide-mail"><rect width="20" height="16" x="2" y="4" rx="2"></rect><path d="m22 7-8.97 5.7a1.94 1.94 0 0 1-2.06 0L2 7"></path></svg></div><h3 class="font-bold text-base mb-1.5">Email Nurture Sequences</h3><p class="text-sm opacity-75 leading-relaxed">Welcome, abandoned-cart, re-engagement, and review-request drips — fully automated via free tools.</p></div><div class="card reveal" style="transition-delay:80ms"><div class="w-11 h-11 rounded-xl flex items-center justify-center mb-3 bg-gold-gradient text-brand-ink shadow-glow-gold"><svg xmlns="http://www.w3.org/2000/svg" width="22" height="22" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" class="lucide lucide-workflow"><rect width="8" height="8" x="3" y="3" rx="2"></rect><path d="M7 11v4a2 2 0 0 0 2 2h4"></path><rect width="8" height="8" x="13" y="13" rx="2"></rect></svg></div><h3 class="font-bold text-base mb-1.5">Lead Capture &amp; Routing</h3><p class="text-sm opacity-75 leading-relaxed">Forms auto-save to your CRM, route to the right person, and send instant confirmations.</p></div><div class="card reveal" style="transition-delay:120ms"><div class="w-11 h-11 rounded-xl flex items-center justify-center mb-3 bg-teal-gradient text-white shadow-glow-teal"><svg xmlns="http://www.w3.org/2000/svg" width="22" height="22" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" class="lucide lucide-chart-column"><path d="M3 3v16a2 2 0 0 0 2 2h16"></path><path d="M18 17V9"></path><path d="M13 17V5"></path><path d="M8 17v-3"></path></svg></div><h3 class="font-bold text-base mb-1.5">Weekly ROI Reports</h3><p class="text-sm opacity-75 leading-relaxed">Auto-generated dashboard emails every Monday: spend, leads, conversion rates, recommendations.</p></div><div class="card reveal" style="transition-delay:160ms"><div class="w-11 h-11 rounded-xl flex items-center justify-center mb-3 bg-gold-gradient text-brand-ink shadow-glow-gold"><svg xmlns="http://www.w3.org/2000/svg" width="22" height="22" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" class="lucide lucide-shield-check"><path d="M20 13c0 5-3.5 7.5-7.66 8.95a1 1 0 0 1-.67-.01C7.5 20.5 4 18 4 13V6a1 1 0 0 1 1-1c2 0 4.5-1.2 6.24-2.72a1.17 1.17 0 0 1 1.52 0C14.51 3.81 17 5 19 5a1 1 0 0 1 1 1z"></path><path d="m9 12 2 2 4-4"></path></svg></div><h3 class="font-bold text-base mb-1.5">Self-Healing Websites</h3><p class="text-sm opacity-75 leading-relaxed">SSL renewals, broken-link scans, plugin updates, backup and security monitoring — all automated.</p></div><div class="card reveal" style="transition-delay:200ms"><div class="w-11 h-11 rounded-xl flex items-center justify-center mb-3 bg-teal-gradient text-white shadow-glow-teal"><svg xmlns="http://www.w3.org/2000/svg" width="22" height="22" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" class="lucide lucide-chart-line"><path d="M3 3v16a2 2 0 0 0 2 2h16"></path><path d="m19 9-5 5-4-4-3 3"></path></svg></div><h3 class="font-bold text-base mb-1.5">SEO Content Engine</h3><p class="text-sm opacity-75 leading-relaxed">Track Botswana-relevant keywords, auto-suggest blog topics, push updates to Google Business Profile.</p></div><div class="card reveal" style="transition-delay:240ms"><div class="w-11 h-11 rounded-xl flex items-center justify-center mb-3 bg-gold-gradient text-brand-ink shadow-glow-gold"><svg xmlns="http://www.w3.org/2000/svg" width="22" height="22" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" class="lucide lucide-message-circle"><path d="M7.9 20A9 9 0 1 0 4 16.1L2 22Z"></path></svg></div><h3 class="font-bold text-base mb-1.5">Social Media Auto-Scheduler</h3><p class="text-sm opacity-75 leading-relaxed">Cross-post to Facebook, Instagram, LinkedIn, X, TikTok from one content calendar.</p></div><div class="card reveal" style="transition-delay:280ms"><div class="w-11 h-11 rounded-xl flex items-center justify-center mb-3 bg-teal-gradient text-white shadow-glow-teal"><svg xmlns="http://www.w3.org/2000/svg" width="22" height="22" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" class="lucide lucide-refresh-cw"><path d="M3 12a9 9 0 0 1 9-9 9.75 9.75 0 0 1 6.74 2.74L21 8"></path><path d="M21 3v5h-5"></path><path d="M21 12a9 9 0 0 1-9 9 9.75 9.75 0 0 1-6.74-2.74L3 16"></path><path d="M8 16H3v5"></path></svg></div><h3 class="font-bold text-base mb-1.5">Retargeting Audiences</h3><p class="text-sm opacity-75 leading-relaxed">Custom and lookalike audiences rebuilt weekly from your CRM and website visitors.</p></div></div><div class="mt-14 grid lg:grid-cols-3 gap-5 reveal"><div class="card lg:col-span-1"><div class="flex items-center gap-2 mb-4"><div class="w-2 h-2 rounded-full bg-emerald-500 animate-pulse"></div><span class="text-xs uppercase tracking-widest opacity-70">Live Dashboard Demo</span></div><div class="grid grid-cols-1 gap-3"><div class="p-3 rounded-xl bg-slate-50 dark:bg-white/5"><div class="text-3xl font-black font-display text-gradient-gold">0</div><div class="text-xs uppercase tracking-widest opacity-70 mt-1">Leads captured</div></div><div class="p-3 rounded-xl bg-slate-50 dark:bg-white/5"><div class="text-3xl font-black font-display text-gradient-teal">0</div><div class="text-xs uppercase tracking-widest opacity-70 mt-1">Conversions</div></div><div class="p-3 rounded-xl bg-slate-50 dark:bg-white/5"><div class="text-3xl font-black font-display text-gradient-gold">P0</div><div class="text-xs uppercase tracking-widest opacity-70 mt-1">Revenue attributed (BWP)</div></div></div><div class="mt-4 text-xs opacity-70 flex items-center gap-1.5"><svg xmlns="http://www.w3.org/2000/svg" width="12" height="12" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" class="lucide lucide-clock"><circle cx="12" cy="12" r="10"></circle><polyline points="12 6 12 12 16 14"></polyline></svg> Last activity: <span class="opacity-100 font-medium">System online · monitoring traffic…</span></div></div><div class="card lg:col-span-2 overflow-hidden"><div class="flex items-center justify-between mb-4"><div class="flex items-center gap-2"><svg xmlns="http://www.w3.org/2000/svg" width="16" height="16" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" class="lucide lucide-zap text-brand-gold"><path d="M4 14a1 1 0 0 1-.78-1.63l9.9-10.2a.5.5 0 0 1 .86.46l-1.92 6.02A1 1 0 0 0 13 10h7a1 1 0 0 1 .78 1.63l-9.9 10.2a.5.5 0 0 1-.86-.46l1.92-6.02A1 1 0 0 0 11 14z"></path></svg><span class="text-xs uppercase tracking-widest opacity-70">Live Activity Feed</span></div><div class="flex gap-1"><span class="w-2 h-2 rounded-full bg-rose-500/50"></span><span class="w-2 h-2 rounded-full bg-amber-500/70"></span><span class="w-2 h-2 rounded-full bg-emerald-500"></span></div></div><div class="font-mono text-xs space-y-1.5 max-h-56 overflow-hidden"><div class="opacity-50">Awaiting events…</div></div><div class="mt-4 pt-4 border-t border-slate-200/60 dark:border-white/5 flex items-center justify-between text-xs"><span class="opacity-70">This is what your automated growth engine looks like 24/7.</span><a href="#contact" class="text-brand-gold font-semibold hover:underline">Get mine →</a></div></div></div></div></section><section id="audit" class="section relative"><div class="container-xl"><div class="text-center max-w-3xl mx-auto mb-10 reveal"><div class="inline-block text-xs uppercase tracking-[0.25em] text-brand-gold font-semibold mb-4">Free Instant Tool</div><h2 class="text-3xl md:text-5xl font-display font-black tracking-tight leading-[1.1] mb-4">Free SEO <span class="text-gradient-gold">Audit</span> &amp; Local SEO Checker</h2><p class="opacity-80 text-base md:text-lg">Enter any URL. In under 10 seconds we&#x27;ll scan 20+ ranking factors, including Botswana-specific local-SEO signals (WhatsApp, phone number, address, schema, maps) — and generate a report you can download.</p></div><form class="max-w-2xl mx-auto reveal"><div class="glass rounded-2xl p-2 flex flex-col sm:flex-row gap-2"><div class="flex-1 relative"><svg xmlns="http://www.w3.org/2000/svg" width="18" height="18" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" class="lucide lucide-search absolute left-4 top-1/2 -translate-y-1/2 opacity-60"><circle cx="11" cy="11" r="8"></circle><path d="m21 21-4.3-4.3"></path></svg><input type="text" placeholder="e.g. yellowblue.co.bw or yourbusiness.com" class="w-full bg-transparent pl-11 pr-4 py-3 rounded-xl focus:outline-none placeholder:opacity-50" required="" value=""/></div><button type="submit" class="btn-gold whitespace-nowrap disabled:opacity-60"><svg xmlns="http://www.w3.org/2000/svg" width="18" height="18" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" class="lucide lucide-zap"><path d="M4 14a1 1 0 0 1-.78-1.63l9.9-10.2a.5.5 0 0 1 .86.46l-1.92 6.02A1 1 0 0 0 13 10h7a1 1 0 0 1 .78 1.63l-9.9 10.2a.5.5 0 0 1-.86-.46l1.92-6.02A1 1 0 0 0 11 14z"></path></svg> Run Free Audit</button></div><p class="text-xs text-center opacity-60 mt-3">No signup. No email required. Your audit is anonymous and runs on Cloudflare&#x27;s edge.</p></form></div></section><section id="tools" class="section bg-slate-50/50 dark:bg-slate-900/30"><div class="container-xl"><div class="text-center max-w-3xl mx-auto mb-10 reveal"><div class="inline-block text-xs uppercase tracking-[0.25em] text-brand-turquoise font-semibold mb-4">Marketing Automation Toolkit</div><h2 class="text-3xl md:text-5xl font-display font-black tracking-tight leading-[1.1] mb-4">Free tools that <span class="text-gradient-gold">demonstrate our craft.</span></h2><p class="opacity-80 text-base md:text-lg">These are the exact tools we use for clients. Try them instantly — no signup, no credit card.</p></div><div class="flex justify-center mb-8 reveal"><div class="glass rounded-full p-1 inline-flex text-sm font-medium flex-wrap gap-1"><button class="px-4 py-2 rounded-full flex items-center gap-1.5 transition-all bg-gold-gradient text-brand-ink shadow-glow-gold"><svg xmlns="http://www.w3.org/2000/svg" width="14" height="14" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" class="lucide lucide-message-circle"><path d="M7.9 20A9 9 0 1 0 4 16.1L2 22Z"></path></svg>WhatsApp Link</button><button class="px-4 py-2 rounded-full flex items-center gap-1.5 transition-all opacity-70 hover:opacity-100"><svg xmlns="http://www.w3.org/2000/svg" width="14" height="14" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" class="lucide lucide-qr-code"><rect width="5" height="5" x="3" y="3" rx="1"></rect><rect width="5" height="5" x="16" y="3" rx="1"></rect><rect width="5" height="5" x="3" y="16" rx="1"></rect><path d="M21 16h-3a2 2 0 0 0-2 2v3"></path><path d="M21 21v.01"></path><path d="M12 7v3a2 2 0 0 1-2 2H7"></path><path d="M3 12h.01"></path><path d="M12 3h.01"></path><path d="M12 16v.01"></path><path d="M16 12h1"></path><path d="M21 12v.01"></path><path d="M12 21v-1"></path></svg>QR Generator</button><button class="px-4 py-2 rounded-full flex items-center gap-1.5 transition-all opacity-70 hover:opacity-100"><svg xmlns="http://www.w3.org/2000/svg" width="14" height="14" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" class="lucide lucide-file-code"><path d="M10 12.5 8 15l2 2.5"></path><path d="m14 12.5 2 2.5-2 2.5"></path><path d="M14 2v4a2 2 0 0 0 2 2h4"></path><path d="M15 2H6a2 2 0 0 0-2 2v16a2 2 0 0 0 2 2h12a2 2 0 0 0 2-2V7z"></path></svg>Local Schema</button><button class="px-4 py-2 rounded-full flex items-center gap-1.5 transition-all opacity-70 hover:opacity-100"><svg xmlns="http://www.w3.org/2000/svg" width="14" height="14" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" class="lucide lucide-tag"><path d="M12.586 2.586A2 2 0 0 0 11.172 2H4a2 2 0 0 0-2 2v7.172a2 2 0 0 0 .586 1.414l8.704 8.704a2.426 2.426 0 0 0 3.42 0l6.58-6.58a2.426 2.426 0 0 0 0-3.42z"></path><circle cx="7.5" cy="7.5" r=".5" fill="currentColor"></circle></svg>Email Subject</button><button class="px-4 py-2 rounded-full flex items-center gap-1.5 transition-all opacity-70 hover:opacity-100"><svg xmlns="http://www.w3.org/2000/svg" width="14" height="14" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" class="lucide lucide-credit-card"><rect width="20" height="14" x="2" y="5" rx="2"></rect><line x1="2" x2="22" y1="10" y2="10"></line></svg>PayPal Link</button><button class="px-4 py-2 rounded-full flex items-center gap-1.5 transition-all opacity-70 hover:opacity-100"><svg xmlns="http://www.w3.org/2000/svg" width="14" height="14" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" class="lucide lucide-calculator"><rect width="16" height="20" x="4" y="2" rx="2"></rect><line x1="8" x2="16" y1="6" y2="6"></line><line x1="16" x2="16" y1="14" y2="18"></line><path d="M16 10h.01"></path><path d="M12 10h.01"></path><path d="M8 10h.01"></path><path d="M12 14h.01"></path><path d="M8 14h.01"></path><path d="M12 18h.01"></path><path d="M8 18h.01"></path></svg>ROI Calc</button></div></div><div class="max-w-3xl mx-auto"><div class="card space-y-5 reveal"><div><h3 class="font-bold text-xl mb-1 flex items-center gap-2"><svg xmlns="http://www.w3.org/2000/svg" width="20" height="20" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" class="lucide lucide-message-circle text-emerald-500"><path d="M7.9 20A9 9 0 1 0 4 16.1L2 22Z"></path></svg> WhatsApp Click-to-Chat Link Generator</h3><p class="text-sm opacity-75">Create a branded WhatsApp deep link you can drop on Instagram, flyers, ads, email signatures, or a QR code. Opens WhatsApp with a pre-filled message.</p></div><div class="grid sm:grid-cols-3 gap-3"><div class="sm:col-span-1"><label class="text-xs uppercase tracking-wider opacity-70 mb-1 block">Country code + number</label><div class="relative"><svg xmlns="http://www.w3.org/2000/svg" width="16" height="16" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" class="lucide lucide-phone absolute left-3 top-1/2 -translate-y-1/2 opacity-50"><path d="M22 16.92v3a2 2 0 0 1-2.18 2 19.79 19.79 0 0 1-8.63-3.07 19.5 19.5 0 0 1-6-6 19.79 19.79 0 0 1-3.07-8.67A2 2 0 0 1 4.11 2h3a2 2 0 0 1 2 1.72 12.84 12.84 0 0 0 .7 2.81 2 2 0 0 1-.45 2.11L8.09 9.91a16 16 0 0 0 6 6l1.27-1.27a2 2 0 0 1 2.11-.45 12.84 12.84 0 0 0 2.81.7A2 2 0 0 1 22 16.92z"></path></svg><input type="tel" class="w-full pl-9 pr-3 py-2.5 rounded-xl bg-slate-50 dark:bg-white/5 border border-slate-200/60 dark:border-white/10 focus:outline-none focus:border-brand-gold font-mono text-sm" placeholder="26772487174" value="267"/></div><p class="text-xs opacity-60 mt-1">No + or spaces. Include country code.</p></div><div class="sm:col-span-2"><label class="text-xs uppercase tracking-wider opacity-70 mb-1 block">Pre-filled message</label><textarea rows="2" class="w-full px-3 py-2.5 rounded-xl bg-slate-50 dark:bg-white/5 border border-slate-200/60 dark:border-white/10 focus:outline-none focus:border-brand-gold text-sm resize-none">Hello! I&#x27;d like to enquire about your services.</textarea></div></div><div class="p-4 rounded-xl bg-emerald-500/10 border border-emerald-500/30 font-mono text-sm break-all">https://wa.me/267?text=Hello!%20I&#x27;d%20like%20to%20enquire%20about%20your%20services.</div><div class="flex flex-wrap gap-2"><button class="btn-gold !py-2 !px-4 text-sm"><svg xmlns="http://www.w3.org/2000/svg" width="16" height="16" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" class="lucide lucide-copy"><rect width="14" height="14" x="8" y="8" rx="2" ry="2"></rect><path d="M4 16c-1.1 0-2-.9-2-2V4c0-1.1.9-2 2-2h10c1.1 0 2 .9 2 2"></path></svg> Copy Link</button><a href="https://wa.me/267?text=Hello!%20I&#x27;d%20like%20to%20enquire%20about%20your%20services." target="_blank" rel="noopener" class="btn-outline !py-2 !px-4 text-sm"><svg xmlns="http://www.w3.org/2000/svg" width="16" height="16" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" class="lucide lucide-message-circle"><path d="M7.9 20A9 9 0 1 0 4 16.1L2 22Z"></path></svg> Test Link</a><button class="btn-outline !py-2 !px-4 text-sm"><svg xmlns="http://www.w3.org/2000/svg" width="16" height="16" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" class="lucide lucide-file-code"><path d="M10 12.5 8 15l2 2.5"></path><path d="m14 12.5 2 2.5-2 2.5"></path><path d="M14 2v4a2 2 0 0 0 2 2h4"></path><path d="M15 2H6a2 2 0 0 0-2 2v16a2 2 0 0 0 2 2h12a2 2 0 0 0 2-2V7z"></path></svg> Copy HTML</button></div><p class="text-xs opacity-60 pt-2 border-t border-slate-200/60 dark:border-white/5">💡 Tip: Mokoro can build you a full automated WhatsApp funnel with menus, quote generation, and broadcast messaging for P3,500 once-off. <a href="#contact" class="text-brand-gold font-semibold hover:underline">Enquire →</a></p></div></div></div></section><section id="pricing" class="section relative"><div class="container-xl"><div class="text-center max-w-3xl mx-auto mb-8 reveal"><div class="inline-block text-xs uppercase tracking-[0.25em] text-brand-gold font-semibold mb-4">Transparent Pricing</div><h2 class="text-3xl md:text-5xl font-display font-black tracking-tight leading-[1.1] mb-4">Growth plans that <span class="text-gradient-teal">scale with you.</span></h2><p class="text-base md:text-lg opacity-75">Transparent packages in BWP. No hidden fees. Custom projects, WaaS, revenue-share, and startup micro-tier available.</p></div><div class="flex justify-center mb-10 reveal"><div class="glass rounded-full p-1 inline-flex text-sm font-medium flex-wrap"><button class="px-5 py-2 rounded-full transition-all bg-gold-gradient text-brand-ink shadow-glow-gold">Monthly Retainers</button><button class="px-5 py-2 rounded-full transition-all opacity-70">One-Off Projects</button><button class="px-5 py-2 rounded-full transition-all opacity-70">WaaS / Innovative</button></div></div><div class="grid md:grid-cols-3 gap-5 max-w-6xl mx-auto"><div class="reveal card relative flex flex-col " style="transition-delay:0ms"><div class="flex items-center gap-2 mb-3"><div class="w-10 h-10 rounded-xl flex items-center justify-center bg-teal-gradient text-white"><svg xmlns="http://www.w3.org/2000/svg" width="20" height="20" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" class="lucide lucide-zap"><path d="M4 14a1 1 0 0 1-.78-1.63l9.9-10.2a.5.5 0 0 1 .86.46l-1.92 6.02A1 1 0 0 0 13 10h7a1 1 0 0 1 .78 1.63l-9.9 10.2a.5.5 0 0 1-.86-.46l1.92-6.02A1 1 0 0 0 11 14z"></path></svg></div><div><div class="text-sm uppercase tracking-wider opacity-60">Starter</div></div></div><div class="flex items-end gap-1 mb-1"><div class="text-4xl md:text-5xl font-black">P1,500</div><div class="opacity-60 mb-1">/month</div></div><div class="flex items-center gap-2 text-xs opacity-60 mb-4"><span>~US$120</span><span>·</span><span>P500 once-off<!-- --> setup</span></div><p class="text-sm opacity-80 mb-5 leading-relaxed">For startups and small businesses getting online.</p><ul class="space-y-3 mb-6 flex-1"><li class="flex items-start gap-2 text-sm"><svg xmlns="http://www.w3.org/2000/svg" width="18" height="18" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" class="lucide lucide-check text-brand-turquoise shrink-0 mt-0.5"><path d="M20 6 9 17l-5-5"></path></svg><span class="opacity-85">Basic SEO audit &amp; on-page setup</span></li><li class="flex items-start gap-2 text-sm"><svg xmlns="http://www.w3.org/2000/svg" width="18" height="18" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" class="lucide lucide-check text-brand-turquoise shrink-0 mt-0.5"><path d="M20 6 9 17l-5-5"></path></svg><span class="opacity-85">2 Facebook/Instagram campaigns / month</span></li><li class="flex items-start gap-2 text-sm"><svg xmlns="http://www.w3.org/2000/svg" width="18" height="18" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" class="lucide lucide-check text-brand-turquoise shrink-0 mt-0.5"><path d="M20 6 9 17l-5-5"></path></svg><span class="opacity-85">WhatsApp Business basic setup</span></li><li class="flex items-start gap-2 text-sm"><svg xmlns="http://www.w3.org/2000/svg" width="18" height="18" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" class="lucide lucide-check text-brand-turquoise shrink-0 mt-0.5"><path d="M20 6 9 17l-5-5"></path></svg><span class="opacity-85">Core page optimisation &amp; Google Business setup</span></li><li class="flex items-start gap-2 text-sm"><svg xmlns="http://www.w3.org/2000/svg" width="18" height="18" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" class="lucide lucide-check text-brand-turquoise shrink-0 mt-0.5"><path d="M20 6 9 17l-5-5"></path></svg><span class="opacity-85">Monthly performance report</span></li><li class="flex items-start gap-2 text-sm"><svg xmlns="http://www.w3.org/2000/svg" width="18" height="18" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" class="lucide lucide-check text-brand-turquoise shrink-0 mt-0.5"><path d="M20 6 9 17l-5-5"></path></svg><span class="opacity-85">Email &amp; WhatsApp support</span></li><li class="flex items-start gap-2 text-sm"><svg xmlns="http://www.w3.org/2000/svg" width="18" height="18" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" class="lucide lucide-check text-brand-turquoise shrink-0 mt-0.5"><path d="M20 6 9 17l-5-5"></path></svg><span class="opacity-85">Free Digital Audit included</span></li></ul><a href="#contact" class="btn-outline w-full">Start Small</a></div><div class="reveal card relative flex flex-col ring-gold md:scale-105" style="transition-delay:50ms"><div class="absolute -top-3 left-1/2 -translate-x-1/2 bg-gold-gradient text-brand-ink text-xs font-bold px-3 py-1 rounded-full flex items-center gap-1 shadow-glow-gold whitespace-nowrap"><svg xmlns="http://www.w3.org/2000/svg" width="12" height="12" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" class="lucide lucide-sparkles"><path d="M9.937 15.5A2 2 0 0 0 8.5 14.063l-6.135-1.582a.5.5 0 0 1 0-.962L8.5 9.936A2 2 0 0 0 9.937 8.5l1.582-6.135a.5.5 0 0 1 .963 0L14.063 8.5A2 2 0 0 0 15.5 9.937l6.135 1.581a.5.5 0 0 1 0 .964L15.5 14.063a2 2 0 0 0-1.437 1.437l-1.582 6.135a.5.5 0 0 1-.963 0z"></path><path d="M20 3v4"></path><path d="M22 5h-4"></path><path d="M4 17v2"></path><path d="M5 18H3"></path></svg> MOST POPULAR</div><div class="flex items-center gap-2 mb-3"><div class="w-10 h-10 rounded-xl flex items-center justify-center bg-gold-gradient text-brand-ink"><svg xmlns="http://www.w3.org/2000/svg" width="20" height="20" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" class="lucide lucide-sparkles"><path d="M9.937 15.5A2 2 0 0 0 8.5 14.063l-6.135-1.582a.5.5 0 0 1 0-.962L8.5 9.936A2 2 0 0 0 9.937 8.5l1.582-6.135a.5.5 0 0 1 .963 0L14.063 8.5A2 2 0 0 0 15.5 9.937l6.135 1.581a.5.5 0 0 1 0 .964L15.5 14.063a2 2 0 0 0-1.437 1.437l-1.582 6.135a.5.5 0 0 1-.963 0z"></path><path d="M20 3v4"></path><path d="M22 5h-4"></path><path d="M4 17v2"></path><path d="M5 18H3"></path></svg></div><div><div class="text-sm uppercase tracking-wider opacity-60">Growth</div></div></div><div class="flex items-end gap-1 mb-1"><div class="text-4xl md:text-5xl font-black">P3,500</div><div class="opacity-60 mb-1">/month</div></div><div class="flex items-center gap-2 text-xs opacity-60 mb-4"><span>~US$280</span><span>·</span><span>P1,500 once-off<!-- --> setup</span></div><p class="text-sm opacity-80 mb-5 leading-relaxed">Most popular for serious SMEs — engineered to scale.</p><ul class="space-y-3 mb-6 flex-1"><li class="flex items-start gap-2 text-sm"><svg xmlns="http://www.w3.org/2000/svg" width="18" height="18" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" class="lucide lucide-check text-brand-turquoise shrink-0 mt-0.5"><path d="M20 6 9 17l-5-5"></path></svg><span class="opacity-85">Full SEO + content marketing engine</span></li><li class="flex items-start gap-2 text-sm"><svg xmlns="http://www.w3.org/2000/svg" width="18" height="18" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" class="lucide lucide-check text-brand-turquoise shrink-0 mt-0.5"><path d="M20 6 9 17l-5-5"></path></svg><span class="opacity-85">4–6 multi-platform ad campaigns</span></li><li class="flex items-start gap-2 text-sm"><svg xmlns="http://www.w3.org/2000/svg" width="18" height="18" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" class="lucide lucide-check text-brand-turquoise shrink-0 mt-0.5"><path d="M20 6 9 17l-5-5"></path></svg><span class="opacity-85">WhatsApp automation funnel (24/7 responses)</span></li><li class="flex items-start gap-2 text-sm"><svg xmlns="http://www.w3.org/2000/svg" width="18" height="18" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" class="lucide lucide-check text-brand-turquoise shrink-0 mt-0.5"><path d="M20 6 9 17l-5-5"></path></svg><span class="opacity-85">Social media management across 5 platforms</span></li><li class="flex items-start gap-2 text-sm"><svg xmlns="http://www.w3.org/2000/svg" width="18" height="18" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" class="lucide lucide-check text-brand-turquoise shrink-0 mt-0.5"><path d="M20 6 9 17l-5-5"></path></svg><span class="opacity-85">Retargeting &amp; lookalike audiences</span></li><li class="flex items-start gap-2 text-sm"><svg xmlns="http://www.w3.org/2000/svg" width="18" height="18" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" class="lucide lucide-check text-brand-turquoise shrink-0 mt-0.5"><path d="M20 6 9 17l-5-5"></path></svg><span class="opacity-85">Monthly analytics dashboard</span></li><li class="flex items-start gap-2 text-sm"><svg xmlns="http://www.w3.org/2000/svg" width="18" height="18" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" class="lucide lucide-check text-brand-turquoise shrink-0 mt-0.5"><path d="M20 6 9 17l-5-5"></path></svg><span class="opacity-85">Lead capture CRM + email automation</span></li><li class="flex items-start gap-2 text-sm"><svg xmlns="http://www.w3.org/2000/svg" width="18" height="18" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" class="lucide lucide-check text-brand-turquoise shrink-0 mt-0.5"><path d="M20 6 9 17l-5-5"></path></svg><span class="opacity-85">Dedicated strategist (Farouk / Jennifer)</span></li><li class="flex items-start gap-2 text-sm"><svg xmlns="http://www.w3.org/2000/svg" width="18" height="18" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" class="lucide lucide-check text-brand-turquoise shrink-0 mt-0.5"><path d="M20 6 9 17l-5-5"></path></svg><span class="opacity-85">4 hours of content updates / month</span></li></ul><a href="#contact" class="btn-gold w-full">Grow With Us</a></div><div class="reveal card relative flex flex-col " style="transition-delay:100ms"><div class="flex items-center gap-2 mb-3"><div class="w-10 h-10 rounded-xl flex items-center justify-center bg-teal-gradient text-white"><svg xmlns="http://www.w3.org/2000/svg" width="20" height="20" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" class="lucide lucide-crown"><path d="M11.562 3.266a.5.5 0 0 1 .876 0L15.39 8.87a1 1 0 0 0 1.516.294L21.183 5.5a.5.5 0 0 1 .798.519l-2.834 10.246a1 1 0 0 1-.956.734H5.81a1 1 0 0 1-.957-.734L2.02 6.02a.5.5 0 0 1 .798-.519l4.276 3.664a1 1 0 0 0 1.516-.294z"></path><path d="M5 21h14"></path></svg></div><div><div class="text-sm uppercase tracking-wider opacity-60">Premium</div></div></div><div class="flex items-end gap-1 mb-1"><div class="text-4xl md:text-5xl font-black">P6,500</div><div class="opacity-60 mb-1">/month</div></div><div class="flex items-center gap-2 text-xs opacity-60 mb-4"><span>~US$520</span><span>·</span><span>P2,500 once-off<!-- --> setup</span></div><p class="text-sm opacity-80 mb-5 leading-relaxed">Enterprise-grade, fully integrated growth engine.</p><ul class="space-y-3 mb-6 flex-1"><li class="flex items-start gap-2 text-sm"><svg xmlns="http://www.w3.org/2000/svg" width="18" height="18" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" class="lucide lucide-check text-brand-turquoise shrink-0 mt-0.5"><path d="M20 6 9 17l-5-5"></path></svg><span class="opacity-85">Up to 10 targeted campaigns per month</span></li><li class="flex items-start gap-2 text-sm"><svg xmlns="http://www.w3.org/2000/svg" width="18" height="18" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" class="lucide lucide-check text-brand-turquoise shrink-0 mt-0.5"><path d="M20 6 9 17l-5-5"></path></svg><span class="opacity-85">LinkedIn B2B + X (Twitter) strategy</span></li><li class="flex items-start gap-2 text-sm"><svg xmlns="http://www.w3.org/2000/svg" width="18" height="18" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" class="lucide lucide-check text-brand-turquoise shrink-0 mt-0.5"><path d="M20 6 9 17l-5-5"></path></svg><span class="opacity-85">WhatsApp Business API + AI chat flows</span></li><li class="flex items-start gap-2 text-sm"><svg xmlns="http://www.w3.org/2000/svg" width="18" height="18" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" class="lucide lucide-check text-brand-turquoise shrink-0 mt-0.5"><path d="M20 6 9 17l-5-5"></path></svg><span class="opacity-85">Full CRM, CX &amp; marketing automation</span></li><li class="flex items-start gap-2 text-sm"><svg xmlns="http://www.w3.org/2000/svg" width="18" height="18" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" class="lucide lucide-check text-brand-turquoise shrink-0 mt-0.5"><path d="M20 6 9 17l-5-5"></path></svg><span class="opacity-85">Full content production (video, posters, reels)</span></li><li class="flex items-start gap-2 text-sm"><svg xmlns="http://www.w3.org/2000/svg" width="18" height="18" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" class="lucide lucide-check text-brand-turquoise shrink-0 mt-0.5"><path d="M20 6 9 17l-5-5"></path></svg><span class="opacity-85">Competitor intelligence &amp; monitoring</span></li><li class="flex items-start gap-2 text-sm"><svg xmlns="http://www.w3.org/2000/svg" width="18" height="18" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" class="lucide lucide-check text-brand-turquoise shrink-0 mt-0.5"><path d="M20 6 9 17l-5-5"></path></svg><span class="opacity-85">Executive KPI dashboard</span></li><li class="flex items-start gap-2 text-sm"><svg xmlns="http://www.w3.org/2000/svg" width="18" height="18" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" class="lucide lucide-check text-brand-turquoise shrink-0 mt-0.5"><path d="M20 6 9 17l-5-5"></path></svg><span class="opacity-85">Weekly strategy calls</span></li><li class="flex items-start gap-2 text-sm"><svg xmlns="http://www.w3.org/2000/svg" width="18" height="18" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" class="lucide lucide-check text-brand-turquoise shrink-0 mt-0.5"><path d="M20 6 9 17l-5-5"></path></svg><span class="opacity-85">Priority 24/7 support</span></li><li class="flex items-start gap-2 text-sm"><svg xmlns="http://www.w3.org/2000/svg" width="18" height="18" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" class="lucide lucide-check text-brand-turquoise shrink-0 mt-0.5"><path d="M20 6 9 17l-5-5"></path></svg><span class="opacity-85">BDPA / BURS compliance shield</span></li></ul><a href="#contact" class="btn-outline w-full">Go Enterprise</a></div></div><p class="text-center text-sm opacity-60 mt-8 reveal">Need something custom? We do fractional-CMO engagements, white-label production for other agencies, and equity-based partnerships for the right startups.<!-- --> <a href="https://wa.me/26772487174?text=Hello%20Mokoro!%20I%27d%20like%20a%20free%20digital%20audit%20and%20proposal." target="_blank" rel="noopener" class="text-brand-gold font-semibold hover:underline">Chat on WhatsApp →</a></p></div></section><section id="insights" class="section relative bg-slate-50/50 dark:bg-slate-900/30"><div class="container-xl"><div class="flex flex-col md:flex-row md:items-end justify-between gap-6 mb-10 reveal"><div><div class="inline-block text-xs uppercase tracking-[0.25em] text-brand-turquoise font-semibold mb-4">Insights</div><h2 class="text-3xl md:text-5xl font-display font-black tracking-tight leading-[1.1]">Practical growth playbooks <br/><span class="text-gradient-gold">for African builders.</span></h2></div><a href="#contact" class="btn-outline whitespace-nowrap self-start md:self-auto">Subscribe to the newsletter <svg xmlns="http://www.w3.org/2000/svg" width="16" height="16" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" class="lucide lucide-arrow-up-right"><path d="M7 7h10v10"></path><path d="M7 17 17 7"></path></svg></a></div><div class="grid md:grid-cols-3 gap-5"><article class="card reveal group cursor-pointer" style="transition-delay:0ms"><div class="aspect-video rounded-xl mb-4 overflow-hidden relative bg-gradient-to-br from-brand-night to-slate-700"><div class="absolute inset-0 bg-gradient-to-br from-brand-gold/30 to-brand-turquoise/30"></div><div class="absolute inset-0 bg-grid bg-grid-dark opacity-40"></div><span class="absolute top-3 left-3 text-[10px] uppercase tracking-widest bg-black/40 backdrop-blur px-2 py-1 rounded-full text-white">SEO</span></div><div class="flex items-center gap-2 text-xs opacity-60 mb-2"><svg xmlns="http://www.w3.org/2000/svg" width="12" height="12" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" class="lucide lucide-clock"><circle cx="12" cy="12" r="10"></circle><polyline points="12 6 12 12 16 14"></polyline></svg> <!-- -->Aug 2025<!-- --> · 5 min read</div><h3 class="font-bold text-lg mb-2 group-hover:text-brand-gold transition-colors">How Botswana SMEs Can Rank on Google in 2025</h3><p class="text-sm opacity-75 leading-relaxed mb-3">A no-fluff guide to local SEO for businesses operating across Gaborone, Maun, Francistown and Kasane.</p><div class="inline-flex items-center gap-1 text-sm font-semibold text-brand-gold">Read article <svg xmlns="http://www.w3.org/2000/svg" width="14" height="14" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" class="lucide lucide-arrow-up-right"><path d="M7 7h10v10"></path><path d="M7 17 17 7"></path></svg></div></article><article class="card reveal group cursor-pointer" style="transition-delay:40ms"><div class="aspect-video rounded-xl mb-4 overflow-hidden relative bg-gradient-to-br from-brand-night to-slate-700"><div class="absolute inset-0 bg-gradient-to-br from-emerald-500/30 to-teal-500/30"></div><div class="absolute inset-0 bg-grid bg-grid-dark opacity-40"></div><span class="absolute top-3 left-3 text-[10px] uppercase tracking-widest bg-black/40 backdrop-blur px-2 py-1 rounded-full text-white">Automation</span></div><div class="flex items-center gap-2 text-xs opacity-60 mb-2"><svg xmlns="http://www.w3.org/2000/svg" width="12" height="12" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" class="lucide lucide-clock"><circle cx="12" cy="12" r="10"></circle><polyline points="12 6 12 12 16 14"></polyline></svg> <!-- -->Jul 2025<!-- --> · 5 min read</div><h3 class="font-bold text-lg mb-2 group-hover:text-brand-gold transition-colors">The WhatsApp Funnel That Converts 24/7</h3><p class="text-sm opacity-75 leading-relaxed mb-3">Set up a fully automated lead-to-quote flow using free tools — no developer required.</p><div class="inline-flex items-center gap-1 text-sm font-semibold text-brand-gold">Read article <svg xmlns="http://www.w3.org/2000/svg" width="14" height="14" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" class="lucide lucide-arrow-up-right"><path d="M7 7h10v10"></path><path d="M7 17 17 7"></path></svg></div></article><article class="card reveal group cursor-pointer" style="transition-delay:80ms"><div class="aspect-video rounded-xl mb-4 overflow-hidden relative bg-gradient-to-br from-brand-night to-slate-700"><div class="absolute inset-0 bg-gradient-to-br from-sky-500/30 to-indigo-500/30"></div><div class="absolute inset-0 bg-grid bg-grid-dark opacity-40"></div><span class="absolute top-3 left-3 text-[10px] uppercase tracking-widest bg-black/40 backdrop-blur px-2 py-1 rounded-full text-white">PWA</span></div><div class="flex items-center gap-2 text-xs opacity-60 mb-2"><svg xmlns="http://www.w3.org/2000/svg" width="12" height="12" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" class="lucide lucide-clock"><circle cx="12" cy="12" r="10"></circle><polyline points="12 6 12 12 16 14"></polyline></svg> <!-- -->Jul 2025<!-- --> · 5 min read</div><h3 class="font-bold text-lg mb-2 group-hover:text-brand-gold transition-colors">Why PWAs Beat Traditional Websites in Africa</h3><p class="text-sm opacity-75 leading-relaxed mb-3">Offline-first experiences, installability, and blazing-fast performance on 3G/4G.</p><div class="inline-flex items-center gap-1 text-sm font-semibold text-brand-gold">Read article <svg xmlns="http://www.w3.org/2000/svg" width="14" height="14" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" class="lucide lucide-arrow-up-right"><path d="M7 7h10v10"></path><path d="M7 17 17 7"></path></svg></div></article><article class="card reveal group cursor-pointer" style="transition-delay:120ms"><div class="aspect-video rounded-xl mb-4 overflow-hidden relative bg-gradient-to-br from-brand-night to-slate-700"><div class="absolute inset-0 bg-gradient-to-br from-sky-500/30 to-indigo-500/30"></div><div class="absolute inset-0 bg-grid bg-grid-dark opacity-40"></div><span class="absolute top-3 left-3 text-[10px] uppercase tracking-widest bg-black/40 backdrop-blur px-2 py-1 rounded-full text-white">Payments</span></div><div class="flex items-center gap-2 text-xs opacity-60 mb-2"><svg xmlns="http://www.w3.org/2000/svg" width="12" height="12" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" class="lucide lucide-clock"><circle cx="12" cy="12" r="10"></circle><polyline points="12 6 12 12 16 14"></polyline></svg> <!-- -->Jun 2025<!-- --> · 5 min read</div><h3 class="font-bold text-lg mb-2 group-hover:text-brand-gold transition-colors">Accepting Orange Money &amp; FNP Online in 2025</h3><p class="text-sm opacity-75 leading-relaxed mb-3">A developer-friendly guide to SADC payment gateways for local e-commerce.</p><div class="inline-flex items-center gap-1 text-sm font-semibold text-brand-gold">Read article <svg xmlns="http://www.w3.org/2000/svg" width="14" height="14" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" class="lucide lucide-arrow-up-right"><path d="M7 7h10v10"></path><path d="M7 17 17 7"></path></svg></div></article><article class="card reveal group cursor-pointer" style="transition-delay:160ms"><div class="aspect-video rounded-xl mb-4 overflow-hidden relative bg-gradient-to-br from-brand-night to-slate-700"><div class="absolute inset-0 bg-gradient-to-br from-sky-500/30 to-indigo-500/30"></div><div class="absolute inset-0 bg-grid bg-grid-dark opacity-40"></div><span class="absolute top-3 left-3 text-[10px] uppercase tracking-widest bg-black/40 backdrop-blur px-2 py-1 rounded-full text-white">Growth</span></div><div class="flex items-center gap-2 text-xs opacity-60 mb-2"><svg xmlns="http://www.w3.org/2000/svg" width="12" height="12" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" class="lucide lucide-clock"><circle cx="12" cy="12" r="10"></circle><polyline points="12 6 12 12 16 14"></polyline></svg> <!-- -->Jun 2025<!-- --> · 5 min read</div><h3 class="font-bold text-lg mb-2 group-hover:text-brand-gold transition-colors">The Website-as-a-Service Model for African SMEs</h3><p class="text-sm opacity-75 leading-relaxed mb-3">How P999/month gets you a world-class site, hosting, security and support.</p><div class="inline-flex items-center gap-1 text-sm font-semibold text-brand-gold">Read article <svg xmlns="http://www.w3.org/2000/svg" width="14" height="14" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" class="lucide lucide-arrow-up-right"><path d="M7 7h10v10"></path><path d="M7 17 17 7"></path></svg></div></article><article class="card reveal group cursor-pointer" style="transition-delay:200ms"><div class="aspect-video rounded-xl mb-4 overflow-hidden relative bg-gradient-to-br from-brand-night to-slate-700"><div class="absolute inset-0 bg-gradient-to-br from-sky-500/30 to-indigo-500/30"></div><div class="absolute inset-0 bg-grid bg-grid-dark opacity-40"></div><span class="absolute top-3 left-3 text-[10px] uppercase tracking-widest bg-black/40 backdrop-blur px-2 py-1 rounded-full text-white">Case Study</span></div><div class="flex items-center gap-2 text-xs opacity-60 mb-2"><svg xmlns="http://www.w3.org/2000/svg" width="12" height="12" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" class="lucide lucide-clock"><circle cx="12" cy="12" r="10"></circle><polyline points="12 6 12 12 16 14"></polyline></svg> <!-- -->May 2025<!-- --> · 5 min read</div><h3 class="font-bold text-lg mb-2 group-hover:text-brand-gold transition-colors">YellowBlue: How We 3x’d Cargo Bookings</h3><p class="text-sm opacity-75 leading-relaxed mb-3">A behind-the-scenes look at the WhatsApp + ads system that doubled quote volume.</p><div class="inline-flex items-center gap-1 text-sm font-semibold text-brand-gold">Read article <svg xmlns="http://www.w3.org/2000/svg" width="14" height="14" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" class="lucide lucide-arrow-up-right"><path d="M7 7h10v10"></path><path d="M7 17 17 7"></path></svg></div></article></div></div></section><section id="faq" class="section relative"><div class="container-xl max-w-4xl"><div class="text-center mb-12 reveal"><div class="inline-block text-xs uppercase tracking-[0.25em] text-brand-gold font-semibold mb-4">FAQ</div><h2 class="text-3xl md:text-5xl font-display font-black tracking-tight leading-[1.1]">Questions, <span class="text-gradient-teal">answered.</span></h2></div><div class="space-y-3"><div class="card reveal !p-0 overflow-hidden transition-all ring-gold" style="transition-delay:0ms"><button class="w-full px-6 py-5 flex items-center justify-between gap-4 text-left"><span class="font-semibold">Are you only based in Botswana?</span><svg xmlns="http://www.w3.org/2000/svg" width="20" height="20" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" class="lucide lucide-chevron-down shrink-0 transition-transform rotate-180 text-brand-gold"><path d="m6 9 6 6 6-6"></path></svg></button><div class="grid transition-all duration-300 grid-rows-[1fr]"><div class="overflow-hidden"><p class="px-6 pb-5 text-sm opacity-80 leading-relaxed">Headquartered in Gaborone, serving clients across SADC and internationally — with deep local expertise for African markets.</p></div></div></div><div class="card reveal !p-0 overflow-hidden transition-all " style="transition-delay:30ms"><button class="w-full px-6 py-5 flex items-center justify-between gap-4 text-left"><span class="font-semibold">Can I really get started at P1,500/month?</span><svg xmlns="http://www.w3.org/2000/svg" width="20" height="20" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" class="lucide lucide-chevron-down shrink-0 transition-transform"><path d="m6 9 6 6 6-6"></path></svg></button><div class="grid transition-all duration-300 grid-rows-[0fr]"><div class="overflow-hidden"><p class="px-6 pb-5 text-sm opacity-80 leading-relaxed">Yes. Our Starter plan is built specifically for SMEs. We also offer a Website-as-a-Service model from P999/month.</p></div></div></div><div class="card reveal !p-0 overflow-hidden transition-all " style="transition-delay:60ms"><button class="w-full px-6 py-5 flex items-center justify-between gap-4 text-left"><span class="font-semibold">Do you build websites/PWAs yourselves?</span><svg xmlns="http://www.w3.org/2000/svg" width="20" height="20" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" class="lucide lucide-chevron-down shrink-0 transition-transform"><path d="m6 9 6 6 6-6"></path></svg></button><div class="grid transition-all duration-300 grid-rows-[0fr]"><div class="overflow-hidden"><p class="px-6 pb-5 text-sm opacity-80 leading-relaxed">Yes — end-to-end. We design, build, host and maintain progressive web apps, e-commerce stores and dashboards.</p></div></div></div><div class="card reveal !p-0 overflow-hidden transition-all " style="transition-delay:90ms"><button class="w-full px-6 py-5 flex items-center justify-between gap-4 text-left"><span class="font-semibold">Which payment gateways do you support?</span><svg xmlns="http://www.w3.org/2000/svg" width="20" height="20" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" class="lucide lucide-chevron-down shrink-0 transition-transform"><path d="m6 9 6 6 6-6"></path></svg></button><div class="grid transition-all duration-300 grid-rows-[0fr]"><div class="overflow-hidden"><p class="px-6 pb-5 text-sm opacity-80 leading-relaxed">Orange Money, FNB App Payments, DPO Pay, PayGate, PayPal, Stripe, card and EFT. We add more as local rails mature.</p></div></div></div><div class="card reveal !p-0 overflow-hidden transition-all " style="transition-delay:120ms"><button class="w-full px-6 py-5 flex items-center justify-between gap-4 text-left"><span class="font-semibold">Can you beat my current agency’s pricing?</span><svg xmlns="http://www.w3.org/2000/svg" width="20" height="20" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" class="lucide lucide-chevron-down shrink-0 transition-transform"><path d="m6 9 6 6 6-6"></path></svg></button><div class="grid transition-all duration-300 grid-rows-[0fr]"><div class="overflow-hidden"><p class="px-6 pb-5 text-sm opacity-80 leading-relaxed">Very likely. Our free-stack model and automation keep overheads low, and we offer revenue-share arrangements to align incentives.</p></div></div></div><div class="card reveal !p-0 overflow-hidden transition-all " style="transition-delay:150ms"><button class="w-full px-6 py-5 flex items-center justify-between gap-4 text-left"><span class="font-semibold">Do you offer once-off projects or only retainers?</span><svg xmlns="http://www.w3.org/2000/svg" width="20" height="20" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" class="lucide lucide-chevron-down shrink-0 transition-transform"><path d="m6 9 6 6 6-6"></path></svg></button><div class="grid transition-all duration-300 grid-rows-[0fr]"><div class="overflow-hidden"><p class="px-6 pb-5 text-sm opacity-80 leading-relaxed">Both: fixed-scope projects (websites, branding, audits) as well as monthly growth retainers and WaaS subscriptions.</p></div></div></div><div class="card reveal !p-0 overflow-hidden transition-all " style="transition-delay:180ms"><button class="w-full px-6 py-5 flex items-center justify-between gap-4 text-left"><span class="font-semibold">How fast can we launch?</span><svg xmlns="http://www.w3.org/2000/svg" width="20" height="20" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" class="lucide lucide-chevron-down shrink-0 transition-transform"><path d="m6 9 6 6 6-6"></path></svg></button><div class="grid transition-all duration-300 grid-rows-[0fr]"><div class="overflow-hidden"><p class="px-6 pb-5 text-sm opacity-80 leading-relaxed">Simple sites in 5–7 days; full growth engines in 2–4 weeks. Automation setups (WhatsApp, CRM) can go live within 48 hours.</p></div></div></div><div class="card reveal !p-0 overflow-hidden transition-all " style="transition-delay:210ms"><button class="w-full px-6 py-5 flex items-center justify-between gap-4 text-left"><span class="font-semibold">How does the Free Digital Audit work?</span><svg xmlns="http://www.w3.org/2000/svg" width="20" height="20" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" class="lucide lucide-chevron-down shrink-0 transition-transform"><path d="m6 9 6 6 6-6"></path></svg></button><div class="grid transition-all duration-300 grid-rows-[0fr]"><div class="overflow-hidden"><p class="px-6 pb-5 text-sm opacity-80 leading-relaxed">Book a call. We run a 60-point audit of your site, SEO, social, CRM and brand. You receive a prioritised report — no obligation.</p></div></div></div></div></div></section><section id="contact" class="section relative overflow-hidden"><div class="absolute -top-40 -right-40 w-[500px] h-[500px] rounded-full bg-gradient-to-br from-brand-gold/15 to-transparent blur-3xl"></div><div class="absolute -bottom-40 -left-40 w-[500px] h-[500px] rounded-full bg-gradient-to-tr from-brand-turquoise/15 to-transparent blur-3xl"></div><div class="container-xl relative"><div class="text-center max-w-3xl mx-auto mb-12 reveal"><div class="inline-block text-xs uppercase tracking-[0.25em] text-brand-gold font-semibold mb-4">Start the Conversation</div><h2 class="text-3xl md:text-5xl font-display font-black tracking-tight leading-[1.1] mb-4">Let&#x27;s build your <span class="text-gradient-gold">next growth chapter</span>.</h2><p class="text-base md:text-lg opacity-75">Tell us about your project and we&#x27;ll reply within 24 hours with a <strong class="text-brand-gold">free digital audit</strong> and recommended next steps. No pressure, no obligation.</p></div><div class="grid lg:grid-cols-5 gap-6"><div class="lg:col-span-2 space-y-4"><div class="card reveal"><h3 class="font-bold mb-4">Get in touch</h3><ul class="space-y-4 text-sm"><li class="flex items-start gap-3"><svg xmlns="http://www.w3.org/2000/svg" width="18" height="18" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" class="lucide lucide-phone text-brand-gold mt-0.5 shrink-0"><path d="M22 16.92v3a2 2 0 0 1-2.18 2 19.79 19.79 0 0 1-8.63-3.07 19.5 19.5 0 0 1-6-6 19.79 19.79 0 0 1-3.07-8.67A2 2 0 0 1 4.11 2h3a2 2 0 0 1 2 1.72 12.84 12.84 0 0 0 .7 2.81 2 2 0 0 1-.45 2.11L8.09 9.91a16 16 0 0 0 6 6l1.27-1.27a2 2 0 0 1 2.11-.45 12.84 12.84 0 0 0 2.81.7A2 2 0 0 1 22 16.92z"></path></svg><a href="tel:+26772487174" class="hover:text-brand-gold transition-colors">+267 72 487 174</a></li><li class="flex items-start gap-3"><svg xmlns="http://www.w3.org/2000/svg" width="18" height="18" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" class="lucide lucide-mail text-brand-turquoise mt-0.5 shrink-0"><rect width="20" height="16" x="2" y="4" rx="2"></rect><path d="m22 7-8.97 5.7a1.94 1.94 0 0 1-2.06 0L2 7"></path></svg><a href="mailto:faroukpandor+mokoro@gmail.com" class="break-all hover:text-brand-gold transition-colors">faroukpandor+mokoro@gmail.com</a></li><li class="flex items-start gap-3"><svg xmlns="http://www.w3.org/2000/svg" width="18" height="18" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" class="lucide lucide-map-pin text-brand-gold mt-0.5 shrink-0"><path d="M20 10c0 4.993-5.539 10.193-7.399 11.799a1 1 0 0 1-1.202 0C9.539 20.193 4 14.993 4 10a8 8 0 0 1 16 0"></path><circle cx="12" cy="10" r="3"></circle></svg>Gaborone, Botswana<!-- --> · Serving clients worldwide</li></ul></div><a href="https://wa.me/26772487174?text=Hello%20Mokoro!%20I%27d%20like%20a%20free%20digital%20audit%20and%20proposal." target="_blank" rel="noopener" class="card reveal block hover:ring-gold group"><div class="flex items-center gap-3"><div class="w-12 h-12 rounded-xl bg-emerald-500 text-white flex items-center justify-center group-hover:scale-110 transition-transform"><svg xmlns="http://www.w3.org/2000/svg" width="22" height="22" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" class="lucide lucide-message-circle"><path d="M7.9 20A9 9 0 1 0 4 16.1L2 22Z"></path></svg></div><div><div class="font-bold">Skip the form → WhatsApp us</div><div class="text-xs opacity-70">Fastest response · Mon–Sat, 8am–8pm CAT</div></div></div></a><div class="card reveal text-sm opacity-80 leading-relaxed"><div class="font-bold mb-1">What happens next?</div><ol class="list-decimal list-inside space-y-1"><li>We acknowledge within 24 hours.</li><li>Free digital audit &amp; tailored proposal.</li><li>30-min discovery call (on us).</li><li>Kickoff within 5 working days.</li></ol></div><div class="card reveal border-emerald-500/20 bg-emerald-500/5"><div class="flex items-center gap-2 mb-2 text-emerald-600 dark:text-emerald-400 font-bold text-sm"><svg xmlns="http://www.w3.org/2000/svg" width="16" height="16" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" class="lucide lucide-circle-check"><circle cx="12" cy="12" r="10"></circle><path d="m9 12 2 2 4-4"></path></svg> 100% risk-free</div><p class="text-xs opacity-80">Free audit. No pressure to buy. If we don&#x27;t think we can help, we&#x27;ll tell you and recommend someone who can.</p></div></div><form class="lg:col-span-3 card reveal space-y-4"><div class="grid md:grid-cols-2 gap-4"><div><label class="text-xs font-semibold uppercase tracking-wider opacity-70 mb-1.5 block">Full Name *</label><input required="" class="w-full px-4 py-3 rounded-xl bg-slate-50 dark:bg-white/5 border border-slate-200/70 dark:border-white/10 focus:border-brand-gold focus:outline-none transition-colors" placeholder="Your name" value=""/></div><div><label class="text-xs font-semibold uppercase tracking-wider opacity-70 mb-1.5 block">Email *</label><input required="" type="email" class="w-full px-4 py-3 rounded-xl bg-slate-50 dark:bg-white/5 border border-slate-200/70 dark:border-white/10 focus:border-brand-gold focus:outline-none transition-colors" placeholder="you@company.com" value=""/></div></div><div class="grid md:grid-cols-2 gap-4"><div><label class="text-xs font-semibold uppercase tracking-wider opacity-70 mb-1.5 block">Phone / WhatsApp</label><input class="w-full px-4 py-3 rounded-xl bg-slate-50 dark:bg-white/5 border border-slate-200/70 dark:border-white/10 focus:border-brand-gold focus:outline-none transition-colors" placeholder="+267 ..." value=""/></div><div><label class="text-xs font-semibold uppercase tracking-wider opacity-70 mb-1.5 block">Service</label><select class="w-full px-4 py-3 rounded-xl bg-slate-50 dark:bg-white/5 border border-slate-200/70 dark:border-white/10 focus:border-brand-gold focus:outline-none transition-colors"><option selected="">Free Digital Audit</option><option>SEO &amp; Digital Marketing</option><option>Website / PWA Build</option><option>Branding &amp; Creative</option><option>Automation &amp; CRM</option><option>Social Media Management</option><option>WhatsApp Funnel Setup</option><option>Consulting / Strategy</option><option>Other</option></select></div></div><div><label class="text-xs font-semibold uppercase tracking-wider opacity-70 mb-1.5 block">Tell us about your project *</label><textarea required="" rows="5" class="w-full px-4 py-3 rounded-xl bg-slate-50 dark:bg-white/5 border border-slate-200/70 dark:border-white/10 focus:border-brand-gold focus:outline-none transition-colors resize-none" placeholder="What are you trying to build, launch, or grow? What&#x27;s your timeline and budget range?"></textarea></div><div class="flex flex-col sm:flex-row items-start sm:items-center justify-between gap-4 pt-2"><p class="text-xs opacity-60 max-w-sm">By submitting, you agree to be contacted about your inquiry. We never share your details. Your data is protected per BDPA.</p><button type="submit" class="btn-gold whitespace-nowrap"><svg xmlns="http://www.w3.org/2000/svg" width="16" height="16" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" class="lucide lucide-send"><path d="M14.536 21.686a.5.5 0 0 0 .937-.024l6.5-19a.496.496 0 0 0-.635-.635l-19 6.5a.5.5 0 0 0-.024.937l7.93 3.18a2 2 0 0 1 1.112 1.11z"></path><path d="m21.854 2.147-10.94 10.939"></path></svg> Send Inquiry</button></div></form></div></div></section></main><footer class="relative pt-20 pb-8 px-6 border-t border-slate-200/60 dark:border-white/5"><div class="container-xl"><div class="grid md:grid-cols-4 gap-10"><div class="md:col-span-2"><div class="flex items-center gap-2.5 mb-4"><div class="w-10 h-10 rounded-xl bg-gold-gradient flex items-center justify-center text-brand-ink font-black text-lg">M</div><div><div class="font-display font-bold text-lg">Mokoro</div><div class="text-xs uppercase tracking-[0.2em] opacity-60">Digital Growth Engine</div></div></div><p class="max-w-md text-sm opacity-75 leading-relaxed">Democratise world-class digital growth for African and global brands using intelligent tools, creative fire, automation, and measurable outcomes.<!-- --> We combine creativity, data, and engineering to build growth systems that run 24/7 — for startups, SMEs, and enterprises across Botswana, SADC, and the world.</p><div class="mt-6 flex gap-3"><a href="https://wa.me/26772487174?text=Hello%20Mokoro!%20I%27d%20like%20a%20free%20digital%20audit%20and%20proposal." target="_blank" rel="noopener" aria-label="WhatsApp" class="w-10 h-10 rounded-xl bg-emerald-500/10 text-emerald-600 dark:text-emerald-400 hover:bg-emerald-500 hover:text-white flex items-center justify-center transition-colors"><svg xmlns="http://www.w3.org/2000/svg" width="18" height="18" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" class="lucide lucide-message-circle"><path d="M7.9 20A9 9 0 1 0 4 16.1L2 22Z"></path></svg></a><a href="mailto:faroukpandor+mokoro@gmail.com" aria-label="Email" class="w-10 h-10 rounded-xl bg-slate-900/5 dark:bg-white/5 hover:bg-brand-gold hover:text-brand-ink flex items-center justify-center transition-colors"><svg xmlns="http://www.w3.org/2000/svg" width="18" height="18" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" class="lucide lucide-mail"><rect width="20" height="16" x="2" y="4" rx="2"></rect><path d="m22 7-8.97 5.7a1.94 1.94 0 0 1-2.06 0L2 7"></path></svg></a><a href="https://linkedin.com" target="_blank" rel="noopener" aria-label="LinkedIn" class="w-10 h-10 rounded-xl bg-slate-900/5 dark:bg-white/5 hover:bg-[#0A66C2] hover:text-white flex items-center justify-center transition-colors font-bold text-sm">in</a><a href="https://facebook.com" target="_blank" rel="noopener" aria-label="Facebook" class="w-10 h-10 rounded-xl bg-slate-900/5 dark:bg-white/5 hover:bg-[#1877F2] hover:text-white flex items-center justify-center transition-colors font-bold text-sm">f</a><a href="https://x.com" target="_blank" rel="noopener" aria-label="X" class="w-10 h-10 rounded-xl bg-slate-900/5 dark:bg-white/5 hover:bg-black dark:hover:bg-white hover:text-white dark:hover:text-black flex items-center justify-center transition-colors font-bold text-sm">𝕏</a></div></div><div><h4 class="font-semibold mb-4 text-sm uppercase tracking-wider opacity-80">Contact</h4><ul class="space-y-3 text-sm"><li class="flex items-start gap-2 opacity-80"><svg xmlns="http://www.w3.org/2000/svg" width="16" height="16" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" class="lucide lucide-phone mt-0.5 shrink-0 text-brand-gold"><path d="M22 16.92v3a2 2 0 0 1-2.18 2 19.79 19.79 0 0 1-8.63-3.07 19.5 19.5 0 0 1-6-6 19.79 19.79 0 0 1-3.07-8.67A2 2 0 0 1 4.11 2h3a2 2 0 0 1 2 1.72 12.84 12.84 0 0 0 .7 2.81 2 2 0 0 1-.45 2.11L8.09 9.91a16 16 0 0 0 6 6l1.27-1.27a2 2 0 0 1 2.11-.45 12.84 12.84 0 0 0 2.81.7A2 2 0 0 1 22 16.92z"></path></svg><a href="tel:+26772487174">+267 72 487 174</a></li><li class="flex items-start gap-2 opacity-80"><svg xmlns="http://www.w3.org/2000/svg" width="16" height="16" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" class="lucide lucide-mail mt-0.5 shrink-0 text-brand-turquoise"><rect width="20" height="16" x="2" y="4" rx="2"></rect><path d="m22 7-8.97 5.7a1.94 1.94 0 0 1-2.06 0L2 7"></path></svg><a href="mailto:faroukpandor+mokoro@gmail.com" class="break-all">faroukpandor+mokoro@gmail.com</a></li><li class="flex items-start gap-2 opacity-80"><svg xmlns="http://www.w3.org/2000/svg" width="16" height="16" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" class="lucide lucide-map-pin mt-0.5 shrink-0 text-brand-gold"><path d="M20 10c0 4.993-5.539 10.193-7.399 11.799a1 1 0 0 1-1.202 0C9.539 20.193 4 14.993 4 10a8 8 0 0 1 16 0"></path><circle cx="12" cy="10" r="3"></circle></svg>Gaborone, Botswana</li></ul></div><div><h4 class="font-semibold mb-4 text-sm uppercase tracking-wider opacity-80">Newsletter</h4><p class="text-sm opacity-75 mb-3">Growth insights from Botswana &amp; beyond.</p><form class="flex gap-2"><input type="email" placeholder="you@domain.com" class="flex-1 px-3 py-2 rounded-xl bg-slate-900/5 dark:bg-white/5 border border-slate-200/60 dark:border-white/10 text-sm focus:outline-none focus:border-brand-gold"/><button class="btn-gold !px-3 !py-2" aria-label="Subscribe"><svg xmlns="http://www.w3.org/2000/svg" width="16" height="16" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" class="lucide lucide-send"><path d="M14.536 21.686a.5.5 0 0 0 .937-.024l6.5-19a.496.496 0 0 0-.635-.635l-19 6.5a.5.5 0 0 0-.024.937l7.93 3.18a2 2 0 0 1 1.112 1.11z"></path><path d="m21.854 2.147-10.94 10.939"></path></svg></button></form><p class="text-xs opacity-60 mt-2">No spam. Unsubscribe anytime.</p></div></div><div class="mt-12 pt-6 border-t border-slate-200/60 dark:border-white/5 flex flex-col md:flex-row items-center justify-between gap-3 text-xs opacity-60"><p>© <!-- -->2026<!-- --> Mokoro. Built in Botswana for the world. <span class="text-gradient-gold font-semibold">Data. Design. Disruption.</span></p><p class="flex gap-4"><a href="#" class="hover:opacity-100 opacity-75">Privacy</a><a href="#" class="hover:opacity-100 opacity-75">Terms</a><a href="#contact" class="hover:opacity-100 opacity-75">Contact</a></p></div></div></footer><a href="https://wa.me/26772487174?text=Hello%20Mokoro!%20I%27d%20like%20a%20free%20digital%20audit%20and%20proposal." target="_blank" rel="noopener" aria-label="Chat on WhatsApp" class="fixed bottom-6 right-6 z-40 group"><span class="absolute inset-0 rounded-full bg-emerald-500 animate-ping opacity-30"></span><span class="relative flex items-center gap-2 bg-emerald-500 hover:bg-emerald-600 text-white rounded-full pl-3 pr-4 py-3 shadow-2xl transition-all group-hover:pr-5"><svg xmlns="http://www.w3.org/2000/svg" width="22" height="22" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" class="lucide lucide-message-circle"><path d="M7.9 20A9 9 0 1 0 4 16.1L2 22Z"></path></svg><span class="hidden sm:inline text-sm font-semibold">Chat on WhatsApp</span></span></a><!--$--><!--/$--><div id="offline-banner" class="jsx-94ef0e8769421cea hidden fixed top-0 inset-x-0 z-[100] bg-rose-600 text-white text-center text-sm py-2 font-medium">You&#x27;re offline — content will sync when you reconnect.</div><script src="/_next/static/chunks/326b79v6mlhkx.js" id="_R_" async=""></script><script>(self.__next_f=self.__next_f||[]).push([0])</script><script>self.__next_f.push([1,"1:\"$Sreact.fragment\"\n8:I[168027,[\"/_next/static/chunks/3nf9g8iq1k1nx.js\"],\"default\",1]\n:HL[\"/_next/static/chunks/2cktyx73zt1wt.css\",\"style\"]\n2:T885,\n/* Critical reset + layout so the page is never white-on-white unstyled */\n*,*::before,*::after{box-sizing:border-box}\nhtml{-webkit-text-size-adjust:100%;-webkit-font-smoothing:antialiased;scroll-behavior:smooth}\nbody{margin:0;font-family:Inter,ui-sans-serif,system-ui,-apple-system,Segoe UI,Roboto,sans-serif;background:#0A0F1E;color:#F8FAFC;line-height:1.5;overflow-x:hidden}\na{color:inherit;text-decoration:none}\nimg,svg{display:block;max-width:100%}\n.container-xl{max-width:80rem;margin:0 auto;padding:0 1.5rem}\n.flex{display:flex}.grid{display:grid}.hidden{display:none}\n.items-center{align-items:center}.justify-between{justify-content:space-between}\n.gap-2{gap:.5rem}.gap-4{gap:1rem}.gap-6{gap:1.5rem}\n.rounded-2xl{border-radius:1rem}.rounded-xl{border-radius:.75rem}\n.fixed{position:fixed}.absolute{position:absolute}.relative{position:relative}\n.sticky{position:-webkit-sticky;position:sticky}\n.inset-0{inset:0}.inset-x-0{left:0;right:0}.top-0{top:0}\n.z-40{z-index:40}.z-50{z-index:50}\n.w-full{width:100%}.h-full{height:100%}\n.min-h-screen{min-height:100vh}\n.p-6{padding:1.5rem}.px-6{padding-left:1.5rem;padding-right:1.5rem}.py-20{padding-top:5rem;padding-bottom:5rem}\n.text-center{text-align:center}\n.font-bold{font-weight:700}.font-semibold{font-weight:600}\n.bg-ink{background:#0A0F1E}.bg-white{background:#fff}\n.text-gold{color:#D4AF37}.text-white{color:#fff}\n.btn-gold{display:inline-flex;align-items:center;gap:.5rem;padding:.75rem 1.5rem;border-radius:.75rem;background:linear-gradient(135deg,#D4AF37,#F5C451,#B8860B);color:#0A0F1E;font-weight:600;box-shadow:0 8px 24px -8px rgba(212,175,55,.55)}\n.glass{background:rgba(10,15,30,.55);backdrop-filter:blur(12px);border:1px solid rgba(255,255,255,.08);border-radius:1rem}\n@keyframes fadeInUp{from{opacity:0;transform:translateY(20px)}to{opacity:1;transform:none}}\n.animate-fade-in-up{animation:.8s ease-out both fadeInUp}\n@media (min-width:768px){.md\\:flex{display:flex}.md\\:hidden{display:none}.md\\:grid-cols-2{grid-template-columns:repeat(2,minmax(0,1fr))}.md\\:grid-cols-3{grid-template-columns:repeat(3,minmax(0,1fr))}.md\\:py-28{padding-top:7rem;padding-bottom:7rem}.md\\:text-7xl{font-size:4.5rem;line-height:1}}\n3:T433,{\"@context\":\"https://schema.org\",\"@type\":\"Organization\",\"name\":\"Mokoro\",\"legalName\":\"Mokoro Digital\",\"description\":\"Democratise world-class digital growth for African and global brands using intelligent tools, creative fire, automation, and measurable outcomes.\",\"url\":\"https://mokoro-dge.pages.dev\",\"logo\":\"https://mokoro-dge.pages.dev/icons/icon-512.png\",\"email\":\"faroukpandor+mokoro@gmail.com\",\"telephone\":\"+26772487174\",\"contactPoint\":{\"@type\":\"ContactPoint\",\"telephone\":\"+26772487174\",\"contactType\":\"customer service\",\"availableLanguage\":[\"English\",\"Setswana\"],\"areaServed\":[\"BW\",\"ZA\",\"NA\",\"ZM\",\"ZW\",\"Worldwide\"]},\"address\":{\"@type\":\"PostalAddress\",\"addressLocality\":\"Gaborone\",\"addressCountry\":\"BW\"},\"founder\":[{\"@type\":\"Person\",\"name\":\"Farouk Pandor\",\"jobTitle\":\"Managing Partner · Digital Strategy, Branding \u0026 Growth\"},{\"@type\":\"Person\",\"name\":\"Jennifer Diphofu\",\"jobTitle\":\"Data \u0026 Systems Partner · Applied Business Computing \u0026 Analytics\"}],\"sameAs\":[\"https://wa.me/26772487174\",\"mailto:faroukpandor@gmail.com\"],\"areaServed\":[\"BW\",\"ZA\",\"NA\",\"ZM\",\"ZW\",\"Worldwide\"]}0:{\"P\":null,\"c\":[\"\",\"\"],\"q\":\"\",\"i\":false,\"f\":[[[\"\",{\"children\":[\"__PAGE__\",{},\"$undefined\",\"$undefined\",4608]},\"$undefined\",\"$undefined\",4624],[[\"$\",\"$1\",\"c\",{\"children\":[[[\"$\",\"link\",\"0\",{\"rel\":\"stylesheet\",\"href\":\"/_next/static/chunks/2cktyx73zt1wt.css\",\"precedence\":\"next\",\"crossOrigin\":\"$undefined\",\"nonce\":\"$undefined\"}],[\"$\",\"script\",\"script-0\",{\"src\":\"/_next/static/chunks/3nf9g8iq1k1nx.js\",\"async\":true,\"nonce\":\"$undefined\"}]],[\"$\",\"html\",null,{\"lang\":\"en\",\"suppressHydrationWarning\":true,\"children\":[[\"$\",\"head\",null,{\"children\":[[\"$\",\"style\",null,{\"dangerouslySetInnerHTML\":{\"__html\":\"$2\"}}],[\"$\",\"link\",null,{\"rel\":\"preconnect\",\"href\":\"https://fonts.googleapis.com\"}],[\"$\",\"link\",null,{\"rel\":\"preconnect\",\"href\":\"https://fonts.gstatic.com\",\"crossOrigin\":\"\"}],[\"$\",\"meta\",null,{\"name\":\"apple-mobile-web-app-capable\",\"content\":\"yes\"}],[\"$\",\"meta\",null,{\"name\":\"apple-mobile-web-app-status-bar-style\",\"content\":\"black-translucent\"}],[\"$\",\"meta\",null,{\"name\":\"apple-mobile-web-app-title\",\"content\":\"Mokoro\"}],[\"$\",\"link\",null,{\"rel\":\"apple-touch-icon\",\"href\":\"/icons/icon-192.png\"}],[\"$\",\"meta\",null,{\"httpEquiv\":\"Content-Type\",\"content\":\"text/html; charset=utf-8\"}],[\"$\",\"script\",null,{\"type\":\"application/ld+json\",\"dangerouslySetInnerHTML\":{\"__html\":\"$3\"}}],\"$L4\"]}],\"$L5\"]}]]}],{\"children\":[\"$L6\",{},null,false,null]},null,false,null],\"$L7\",false]],\"m\":\"$undefined\",\"G\":[\"$8\",[\"$L9\"]],\"S\":true,\"h\":null,\"r\":\"$undefined\",\"s\":\"$undefined\",\"a\":\"$undefined\",\"l\":\"$undefined\",\"p\":\"$undefined\",\"d\":\"$undefined\",\"b\":\"X468p-XQcWhmyq8bqqb2x\"}\na:I[339756,[\"/_next/static/chunks/3nf9g8iq1k1nx.js\"],\"default\"]\nb:I[837457,[\"/_next/static/chunks/3nf9g8iq1k1nx.js\"],\"default\"]\nc:I[756556,[\"/_next/static/chunks/3nf9g8iq1k1nx.js\"],\"PWALifecycle\"]\nd:I[402971,[\"/_next/static/chunks/3nf9g8iq1k1nx.js\",\"/_next/static/chunks/1vxh9lcz09zck.js\",\"/_next/static/chunks/1x9vm26jr57y9.js\"],\"default\"]\ne:I[232177,[\"/_next/static/chunks/3nf9g8iq1k1nx.js\",\"/_next/static/chunks/1vxh9lcz09zck.js\",\"/_next/static/chunks/1x9vm26jr57y9.js\"],\"default\"]\n29:I[897367,[\"/_next/static/chunks/3nf9g8iq1k1nx.js\"],\"ViewportBoundary\"]\n2b:I[897367,[\"/_next/static/chunks/3nf9g8iq1k1nx.js\"],\"MetadataBoundary\"]\n2c:\"$Sreact.suspense\"\n4:[\"$\",\"script\",null,{\"type\":\"application/ld+json\",\"dangerouslySetInnerHTML\":{\"__html\":\"{\\\"@context\\\":\\\"https://schema.org\\\",\\\"@type\\\":\\\"ProfessionalService\\\",\\\"name\\\":\\\"Mokoro Digital Growth Engine\\\",\\\"image\\\":\\\"https://mokoro-dge.pages.dev/icons/icon-512.png\\\",\\\"url\\\":\\\"https://mokoro-dge.pages.dev\\\",\\\"telephone\\\":\\\"+26772487174\\\",\\\"email\\\":\\\"faroukpandor@gmail.com\\\",\\\"priceRange\\\":\\\"P350 - P50,000+\\\",\\\"address\\\":{\\\"@type\\\":\\\"PostalAddress\\\",\\\"addressLocality\\\":\\\"Gaborone\\\",\\\"addressCountry\\\":\\\"BW\\\"},\\\"areaServed\\\":[\\\"Gaborone\\\",\\\"Francistown\\\",\\\"Maun\\\",\\\"Kasane\\\",\\\"SADC\\\",\\\"Worldwide\\\"],\\\"openingHoursSpecification\\\":[{\\\"@type\\\":\\\"OpeningHoursSpecification\\\",\\\"dayOfWeek\\\":[\\\"Monday\\\",\\\"Tuesday\\\",\\\"Wednesday\\\",\\\"Thursday\\\",\\\"Friday\\\"],\\\"opens\\\":\\\"08:00\\\",\\\"closes\\\":\\\"18:00\\\"},{\\\"@type\\\":\\\"OpeningHoursSpecification\\\",\\\"dayOfWeek\\\":\\\"Saturday\\\",\\\"opens\\\":\\\"09:00\\\",\\\"closes\\\":\\\"13:00\\\"}],\\\"sameAs\\\":[\\\"https://wa.me/26772487174\\\"]}\"}}]\n5:[\"$\",\"body\",null,{\"className\":\"antialiased min-h-screen relative\",\"children\":[[\"$\",\"script\",null,{\"dangerouslySetInnerHTML\":{\"__html\":\"\\n    (function(){\\n      try {\\n        var s = localStorage.getItem('mokoro-theme');\\n        var m = window.matchMedia('(prefers-color-scheme: dark)').matches;\\n        var d = s ? s === 'dark' : m;\\n        if (d) document.documentElement.classList.add('dark');\\n      } catch(e){}\\n    })();\\n  \"}}],[\"$\",\"$La\",null,{\"parallelRouterKey\":\"children\",\"error\":\"$undefined\",\"errorStyles\":\"$undefined\",\"errorScripts\":\"$undefined\",\"template\":[\"$\",\"$Lb\",null,{}],\"templateStyles\":\"$undefined\",\"templateScripts\":\"$undefined\",\"notFound\":[[[\"$\",\"title\",null,{\"children\":\"404: This page could not be found.\"}],[\"$\",\"div\",null,{\"style\":{\"fontFamily\":\"system-ui,\\\"Segoe UI\\\",Roboto,Helvetica,Arial,sans-serif,\\\"Apple Color Emoji\\\",\\\"Segoe UI Emoji\\\"\",\"height\":\"100vh\",\"textAlign\":\"center\",\"display\":\"flex\",\"flexDirection\":\"column\",\"alignItems\":\"center\",\"justifyContent\":\"center\"},\"children\":[\"$\",\"div\",null,{\"children\":[[\"$\",\"style\",null,{\"dangerouslySetInnerHTML\":{\"__html\":\"body{color:#000;background:#fff;margin:0}.next-error-h1{border-right:1px solid rgba(0,0,0,.3)}@media (prefers-color-scheme:dark){body{color:#fff;background:#000}.next-error-h1{border-right:1px solid rgba(255,255,255,.3)}}\"}}],[\"$\",\"h1\",null,{\"className\":\"next-error-h1\",\"style\":{\"display\":\"inline-block\",\"margin\":\"0 20px 0 0\",\"padding\":\"0 23px 0 0\",\"fontSize\":24,\"fontWeight\":500,\"verticalAlign\":\"top\",\"lineHeight\":\"49px\"},\"children\":404}],[\"$\",\"div\",null,{\"style\":{\"display\":\"inline-block\"},\"children\":[\"$\",\"h2\",null,{\"style\":{\"fontSize\":14,\"fontWeight\":400,\"lineHeight\":\"49px\",\"margin\":0},\"children\":\"This page could not be found.\"}]}]]}]}]],[]],\"forbidden\":\"$undefined\",\"unauthorized\":\"$undefined\"}],[\"$\",\"$Lc\",null,{}]]}]\n6:[\"$\",\"$1\",\"c\",{\"children\":[[[\"$\",\"$Ld\",null,{}],[\"$\",\"main\",null,{\"children\":[[\"$\",\"$Le\",null,{}],[\"$\",\"section\",null,{\"id\":\"about\",\"className\":\"section relative\",\"children\":[\"$\",\"div\",null,{\"className\":\"container-xl\",\"children\":[[\"$\",\"div\",null,{\"className\":\"grid lg:grid-cols-2 gap-14 items-center\",\"children\":[[\"$\",\"div\",null,{\"className\":\"reveal\",\"children\":[[\"$\",\"div\",null,{\"className\":\"inline-block text-xs uppercase tracking-[0.25em] text-brand-gold font-semibold mb-4\",\"children\":\"Who We Are\"}],[\"$\",\"h2\",null,{\"className\":\"text-3xl md:text-5xl font-display font-black tracking-tight leading-[1.1] mb-6\",\"children\":[\"A growth partner engineered for \",[\"$\",\"span\",null,{\"className\":\"text-gradient-gold\",\"children\":\"African realities\"}],\", built to \",[\"$\",\"span\",null,{\"className\":\"text-gradient-teal\",\"children\":\"global standards\"}],\".\"]}],[\"$\",\"p\",null,{\"className\":\"text-base md:text-lg opacity-80 leading-relaxed mb-6\",\"children\":[\"Founded by \",[\"$\",\"strong\",null,{\"children\":\"Farouk Pandor\"}],\" (Digital Strategy, Branding \u0026 Growth) and\",\" \",[\"$\",\"strong\",null,{\"children\":\"Jennifer Diphofu\"}],\" (Applied Business Computing \u0026 Data Analytics), Mokoro is a full-spectrum enterprise that fuses marketing, technology, consulting, content, commerce and education under one roof.\"]}],[\"$\",\"ul\",null,{\"className\":\"space-y-3\",\"children\":[[\"$\",\"li\",\"Research → Strategy → Design → Build → Launch → Measure → Scale\",{\"className\":\"flex items-start gap-2.5 text-sm md:text-base\",\"children\":[[\"$\",\"svg\",null,{\"ref\":\"$undefined\",\"xmlns\":\"http://www.w3.org/2000/svg\",\"width\":20,\"height\":20,\"viewBox\":\"0 0 24 24\",\"fill\":\"none\",\"stroke\":\"currentColor\",\"strokeWidth\":2,\"strokeLinecap\":\"round\",\"strokeLinejoin\":\"round\",\"className\":\"lucide lucide-circle-check text-brand-turquoise shrink-0 mt-0.5\",\"children\":[[\"$\",\"circle\",\"1mglay\",{\"cx\":\"12\",\"cy\":\"12\",\"r\":\"10\"}],[\"$\",\"path\",\"dzmm74\",{\"d\":\"m9 12 2 2 4-4\"}],\"$undefined\"]}],[\"$\",\"span\",null,{\"className\":\"opacity-85\",\"children\":\"Research → Strategy → Design → Build → Launch → Measure → Scale\"}]]}],[\"$\",\"li\",\"Mobile-first, low-bandwidth friendly, PWA-ready on day one\",{\"className\":\"flex items-start gap-2.5 text-sm md:text-base\",\"children\":[[\"$\",\"svg\",null,{\"ref\":\"$undefined\",\"xmlns\":\"http://www.w3.org/2000/svg\",\"width\":20,\"height\":20,\"viewBox\":\"0 0 24 24\",\"fill\":\"none\",\"stroke\":\"currentColor\",\"strokeWidth\":2,\"strokeLinecap\":\"round\",\"strokeLinejoin\":\"round\",\"className\":\"lucide lucide-circle-check text-brand-turquoise shrink-0 mt-0.5\",\"children\":[[\"$\",\"circle\",\"1mglay\",{\"cx\":\"12\",\"cy\":\"12\",\"r\":\"10\"}],[\"$\",\"path\",\"dzmm74\",{\"d\":\"m9 12 2 2 4-4\"}],\"$undefined\"]}],[\"$\",\"span\",null,{\"className\":\"opacity-85\",\"children\":\"Mobile-first, low-bandwidth friendly, PWA-ready on day one\"}]]}],[\"$\",\"li\",\"Free and open-source tooling where possible, enterprise-grade where it matters\",{\"className\":\"flex items-start gap-2.5 text-sm md:text-base\",\"children\":[[\"$\",\"svg\",null,{\"ref\":\"$undefined\",\"xmlns\":\"http://www.w3.org/2000/svg\",\"width\":20,\"height\":20,\"viewBox\":\"0 0 24 24\",\"fill\":\"none\",\"stroke\":\"currentColor\",\"strokeWidth\":2,\"strokeLinecap\":\"round\",\"strokeLinejoin\":\"round\",\"className\":\"lucide lucide-circle-check text-brand-turquoise shrink-0 mt-0.5\",\"children\":[[\"$\",\"circle\",\"1mglay\",{\"cx\":\"12\",\"cy\":\"12\",\"r\":\"10\"}],[\"$\",\"path\",\"dzmm74\",{\"d\":\"m9 12 2 2 4-4\"}],\"$undefined\"]}],[\"$\",\"span\",null,{\"className\":\"opacity-85\",\"children\":\"Free and open-source tooling where possible, enterprise-grade where it matters\"}]]}],[\"$\",\"li\",\"12+ integrated divisions — one accountable partner, zero agency juggling\",{\"className\":\"flex items-start gap-2.5 text-sm md:text-base\",\"children\":[[\"$\",\"svg\",null,{\"ref\":\"$undefined\",\"xmlns\":\"http://www.w3.org/2000/svg\",\"width\":20,\"height\":20,\"viewBox\":\"0 0 24 24\",\"fill\":\"none\",\"stroke\":\"currentColor\",\"strokeWidth\":2,\"strokeLinecap\":\"round\",\"strokeLinejoin\":\"round\",\"className\":\"lucide lucide-circle-check text-brand-turquoise shrink-0 mt-0.5\",\"children\":[[\"$\",\"circle\",\"1mglay\",{\"cx\":\"12\",\"cy\":\"12\",\"r\":\"10\"}],[\"$\",\"path\",\"dzmm74\",{\"d\":\"m9 12 2 2 4-4\"}],\"$undefined\"]}],[\"$\",\"span\",null,{\"className\":\"opacity-85\",\"children\":\"12+ integrated divisions — one accountable partner, zero agency juggling\"}]]}]]}]]}],[\"$\",\"div\",null,{\"className\":\"reveal relative\",\"children\":[\"$\",\"div\",null,{\"className\":\"grid sm:grid-cols-2 gap-4\",\"children\":[[\"$\",\"div\",\"AI-Driven Strategy\",{\"className\":\"card \",\"children\":[\"$Lf\",\"$L10\",\"$L11\"]}],\"$L12\",\"$L13\",\"$L14\"]}]}]]}],\"$L15\"]}]}],\"$L16\",\"$L17\",\"$L18\",\"$L19\",\"$L1a\",\"$L1b\",\"$L1c\",\"$L1d\",\"$L1e\",\"$L1f\",\"$L20\",\"$L21\",\"$L22\"]}],\"$L23\",\"$L24\",\"$L25\"],[\"$L26\",\"$L27\"],\"$L28\"]}]\n7:[\"$\",\"$1\",\"h\",{\"children\":[null,[\"$\",\"$L29\",null,{\"children\":\"$L2a\"}],[\"$\",\"div\",null,{\"hidden\":true,\"children\":[\"$\",\"$L2b\",null,{\"children\":[\"$\",\"$2c\",null,{\"name\":\"Next.Metadata\",\"children\":\"$L2d\"}]}]}],null]}]\n9:[\"$\",\"link\",\"0\",{\"rel\":\"stylesheet\",\"href\":\"/_next/static/chunks/2cktyx73zt1wt.css\",\"precedence\":\"next\",\"crossOrigin\":\"$undefined\",\"nonce\":\"$undefined\"}]\n44:I[127641,[\"/_next/static/chunks/3nf9g8iq1k1nx.js\",\"/_next/static/chunks/1vxh9lcz09zck.js\",\"/_next/static/chunks/1x9vm26jr57y9.js\"],\"default\"]\n5d:I[965134,[\"/_next/static/chunks/3nf9g8iq1k1nx.js\",\"/_next/static/chunks/1vxh9lcz09zck.js\",\"/_next/static/chunks/1x9vm26jr57y9.js\"],\"default\"]\n5e:I[713905,[\"/_next/static/chunks/3nf9g8iq1k1nx.js\",\"/_next/static/chunks/1vxh9lcz09zck.js\",\"/_next/static/chunks/1x9vm26jr57y9.js\"],\"default\"]\n5f:I[591787,[\"/_next/static/chunks/3nf9g8iq1k1nx.js\",\"/_next/static/chunks/1vxh9lcz09zck.js\",\"/_next/static/chunks/1x9vm26jr57y9.js\"],\"default\"]\n60:I[718667,[\"/_next/static/chunks/3nf9g8iq1k1nx.js\",\"/_next/static/chunks/1vxh9lcz09zck.js\",\"/_next/static/chunks/1x9vm26jr57y9.js\"],\"default\"]\n6a:I[928792,[\"/_next/static/chunks/3nf9g8iq1k1nx.js\",\"/_next/static/chunks/1vxh9lcz09zck.js\",\"/_next/static/chunks/1x9vm26jr57y9.js\"],\"default\"]\n6b:I[478177,[\"/_next/static/chunks/3nf9g8iq1k1nx.js\",\"/_next/static/chunks/1vxh9lcz09zck.js\",\"/_next/static/chunks/1x9vm26jr57y9.js\"],\"default\"]\n6c:I[13642,[\"/_next/static/chunks/3nf9g8iq1k1nx.js\",\"/_next/static/chunks/1vxh9lcz09zck.js\",\"/_next/static/chunks/1x9vm26jr57y9.js\"],\"default\"]\n6d:I[739068,[\"/_next/static/chunks/3nf9g8iq1k1nx.js\",\"/_next/static/chunks/1vxh9lcz09zck.js\",\"/_next/static/chunks/1x9vm26jr57y9.js\"],\"default\"]\n6e:I[611015,[\"/_next/static/chunks/3nf9g8iq1k1nx.js\",\"/_next/static/chunks/1vxh9lcz09zck.js\",\"/_next/static/chunks/1x9vm26jr57y9.js\"],\"default\"]\n6f:I[897367,[\"/_next/static/chunks/3nf9g8iq1k1nx.js\"],\"OutletBoundary\"]\nf:[\"$\",\"div\",null,{\"className\":\"w-11 h-11 rounded-xl flex items-center justify-center mb-3 bg-gold-gradient text-brand-ink\",\"children\":[\"$\",\"svg\",null,{\"ref\":\"$undefined\",\"xmlns\":\"http://www.w3.org/2000/svg\",\"width\":22,\"height\":22,\"viewBox\":\"0 0 24 24\",\"fill\":\"none\",\"stroke\":\"currentColor\",\"strokeWidth\":2,\"strokeLinecap\":\"round\",\"strokeLinejoin\":\"round\",\"className\":\"lucide lucide-brain\",\"children\":[[\"$\",\"path\",\"l5xja\",{\"d\":\"M12 5a3 3 0 1 0-5.997.125 4 4 0 0 0-2.526 5.77 4 4 0 0 0 .556 6.588A4 4 0 1 0 12 18Z\"}],[\"$\",\"path\",\"ep3f8r\",{\"d\":\"M12 5a3 3 0 1 1 5.997.125 4 4 0 0 1 2.526 5.77 4 4 0 0 1-.556 6.588A4 4 0 1 1 12 18Z\"}],[\"$\",\"path\",\"1p4c4q\",{\"d\":\"M15 13a4.5 4.5 0 0 1-3-4 4.5 4.5 0 0 1-3 4\"}],[\"$\",\"path\",\"tmeiqw\",{\"d\":\"M17.599 6.5a3 3 0 0 0 .399-1.375\"}],[\"$\",\"path\",\"105sqy\",{\"d\":\"M6.003 5.125A3 3 0 0 0 6.401 6.5\"}],[\"$\",\"path\",\"ql3yin\",{\"d\":\"M3.477 10.896a4 4 0 0 1 .585-.396\"}],[\"$\",\"path\",\"1qfode\",{\"d\":\"M19.938 10.5a4 4 0 0 1 .585.396\"}],[\"$\",\"path\",\"2e4loj\",{\"d\":\"M6 18a4 4 0 0 1-1.967-.516\"}],[\"$\",\"path\",\"159ez6\",{\"d\":\"M19.967 17.484A4 4 0 0 1 18 18\"}],\"$undefined\"]}]}]\n10:[\"$\",\"div\",null,{\"className\":\"font-bold mb-1\",\"children\":\"AI-Driven Strategy\"}]\n11:[\"$\",\"p\",null,{\"className\":\"text-sm opacity-75 leading-relaxed\",\"children\":\"Every campaign is informed by data, experiments, and intelligent automation.\"}]\n12:[\"$\",\"div\",\"World-Class Creative\",{\"className\":\"card sm:mt-8\",\"children\":[[\"$\",\"div\",null,{\"className\":\"w-11 h-11 rounded-xl flex items-center justify-center mb-3 bg-teal-gradient text-white\",\"children\":[\"$\",\"svg\",null,{\"ref\":\"$undefined\",\"xmlns\":\"http://www.w3.org/2000/svg\",\"width\":22,\"height\":22,\"viewBox\":\"0 0 24 24\",\"fill\":\"none\",\"stroke\":\"currentColor\",\"strokeWidth\":2,\"strokeLinecap\":\"round\",\"strokeLinejoin\":\"round\",\"className\":\"lucide lucide-palette\",\"children\":[[\"$\",\"circle\",\"1okk4w\",{\"cx\":\"13.5\",\"cy\":\"6.5\",\"r\":\".5\",\"fill\":\"currentColor\"}],[\"$\",\"circle\",\"f64h9f\",{\"cx\":\"17.5\",\"cy\":\"10.5\",\"r\":\".5\",\"fill\":\"currentColor\"}],[\"$\",\"circle\",\"fotxhn\",{\"cx\":\"8.5\",\"cy\":\"7.5\",\"r\":\".5\",\"fill\":\"currentColor\"}],[\"$\",\"circle\",\"qy21gx\",{\"cx\":\"6.5\",\"cy\":\"12.5\",\"r\":\".5\",\"fill\":\"currentColor\"}],[\"$\",\"path\",\"12rzf8\",{\"d\":\"M12 2C6.5 2 2 6.5 2 12s4.5 10 10 10c.926 0 1.648-.746 1.648-1.688 0-.437-.18-.835-.437-1.125-.29-.289-.438-.652-.438-1.125a1.64 1.64 0 0 1 1.668-1.668h1.996c3.051 0 5.555-2.503 5.555-5.554C21.965 6.012 17.461 2 12 2z\"}],\"$undefined\"]}]}],[\"$\",\"div\",null,{\"className\":\"font-bold mb-1\",\"children\":\"World-Class Creative\"}],[\"$\",\"p\",null,{\"className\":\"text-sm opacity-75 leading-relaxed\",\"children\":\"African storytelling meeting global design standards — authentic and premium.\"}]]}]\n13:[\"$\",\"div\",\"Analytics by Default\",{\"className\":\"card \",\"children\":[[\"$\",\"div\",null,{\"className\":\"w-11 h-11 rounded-xl flex items-center justify-center mb-3 bg-gold-gradient text-brand-ink\",\"children\":[\"$\",\"svg\",null,{\"ref\":\"$undefined\",\"xmlns\":\"http://www.w3.org/2000/svg\",\"width\":22,\"height\":22,\"viewBox\":\"0 0 24 24\",\"fill\":\"none\",\"stroke\":\"currentColor\",\"strokeWidth\":2,\"strokeLinecap\":\"round\",\"strokeLinejoin\":\"round\",\"className\":\"lucide lucide-chart-column\",\"children\":[[\"$\",\"path\",\"c24i48\",{\"d\":\"M3 3v16a2 2 0 0 0 2 2h16\"}],[\"$\",\"path\",\"2bz60n\",{\"d\":\"M18 17V9\"}],[\"$\",\"path\",\"1frdt8\",{\"d\":\"M13 17V5\"}],[\"$\",\"path\",\"17ska0\",{\"d\":\"M8 17v-3\"}],\"$undefined\"]}]}],[\"$\",\"div\",null,{\"className\":\"font-bold mb-1\",\"children\":\"Analytics by Default\"}],[\"$\",\"p\",null,{\"className\":\"text-sm opacity-75 leading-relaxed\",\"children\":\"We instrument everything. If it moves, we measure it. If it doesn't convert, we fix it.\"}]]}]\n14:[\"$\",\"div\",\"Builders, Not Talkers\",{\"className\":\"card sm:mt-8\",\"children\":[[\"$\",\"div\",null,{\"className\":\"w-11 h-11 rounded-xl flex items-center justify-center mb-3 bg-teal-gradient text-white\",\"children\":[\"$\",\"svg\",null,{\"ref\":\"$undefined\",\"xmlns\":\"http://www.w3.org/2000/svg\",\"width\":22,\"height\":22,\"viewBox\":\"0 0 24 24\",\"fill\":\"none\",\"stroke\":\"currentColor\",\"strokeWidth\":2,\"strokeLinecap\":\"round\",\"strokeLinejoin\":\"round\",\"className\":\"lucide lucide-rocket\",\"children\":[[\"$\",\"path\",\"m3kijz\",{\"d\":\"M4.5 16.5c-1.5 1.26-2 5-2 5s3.74-.5 5-2c.71-.84.7-2.13-.09-2.91a2.18 2.18 0 0 0-2.91-.09z\"}],[\"$\",\"path\",\"1fmvmk\",{\"d\":\"m12 15-3-3a22 22 0 0 1 2-3.95A12.88 12.88 0 0 1 22 2c0 2.72-.78 7.5-6 11a22.35 22.35 0 0 1-4 2z\"}],[\"$\",\"path\",\"1f8sc4\",{\"d\":\"M9 12H4s.55-3.03 2-4c1.62-1.08 5 0 5 0\"}],[\"$\",\"path\",\"qeys4\",{\"d\":\"M12 15v5s3.03-.55 4-2c1.08-1.62 0-5 0-5\"}],\"$undefined\"]}]}],[\"$\",\"div\",null,{\"className\":\"font-bold mb-1\",\"children\":\"Builders, Not Talkers\"}],[\"$\",\"p\",null,{\"className\":\"text-sm opacity-75 leading-relaxed\",\"children\":\"We don't deliver 200-page decks. We deliver websites, funnels, automations and revenue.\"}]]}]\n15:[\"$\",\"div\",null,{\"className\":\"reveal mt-16 grid grid-cols-2 md:grid-cols-4 gap-4\",\"children\":[[\"$\",\"div\",\"Service Divisions\",{\"className\":\"glass rounded-2xl p-6 text-center\",\"children\":[[\"$\",\"div\",null,{\"className\":\"text-3xl md:text-4xl font-black text-gradient-gold\",\"children\":\"16\"}],[\"$\",\"div\",null,{\"className\":\"text-xs md:text-sm uppercase tracking-wider mt-2 opacity-75\",\"children\":\"Service Divisions\"}]]}],[\"$\",\"div\",\"Local Page Load\",{\"className\":\"glass rounded-2xl p-6 text-center\",\"children\":[[\"$\",\"div\",null,{\"className\":\"text-3xl md:text-4xl font-black text-gradient-gold\",\"children\":\"\u003c800ms\"}],[\"$\",\"div\",null,{\"className\":\"text-xs md:text-sm uppercase tracking-wider mt-2 opacity-75\",\"children\":\"Local Page Load\"}]]}],[\"$\",\"div\",\"WhatsApp Automation\",{\"className\":\"glass rounded-2xl p-6 text-center\",\"children\":[[\"$\",\"div\",null,{\"className\":\"text-3xl md:text-4xl font-black text-gradient-gold\",\"children\":\"24/7\"}],[\"$\",\"div\",null,{\"className\":\"text-xs md:text-sm uppercase tracking-wider mt-2 opacity-75\",\"children\":\"WhatsApp Automation\"}]]}],[\"$\",\"div\",\"Free-Stack Deployable\",{\"className\":\"glass rounded-2xl p-6 text-center\",\"children\":[[\"$\",\"div\",null,{\"className\":\"text-3xl md:text-4xl font-black text-gradient-gold\",\"children\":\"100%\"}],[\"$\",\"div\",null,{\"className\":\"text-xs md:text-sm uppercase tracking-wider mt-2 opacity-75\",\"children\":\"Free-Stack Deployable\"}]]}]]}]\n16:[\"$\",\"section\",null,{\"id\":\"why\",\"className\":\"section relative bg-slate-50/50 dark:bg-slate-900/30 overflow-hidden\",\"children\":[[\"$\",\"div\",null,{\"className\":\"absolute inset-0 bg-grid bg-grid-light dark:bg-grid-dark opacity-50 pointer-events-none\",\"style\":{\"maskImage\":\"radial-gradient(ellipse at center, black 30%, transparent 75%)\"}}],[\"$\",\"div\",null,{\"className\":\"container-xl relative\",\"children\":[[\"$\",\"div\",null,{\"className\":\"text-center max-w-3xl mx-auto mb-14 reveal\",\"children\":[[\"$\",\"div\",null,{\"className\":\"inline-block text-xs uppercase tracking-[0.25em] text-brand-gold font-semibold mb-4\",\"children\":\"Why Mokoro\"}],[\"$\",\"h2\",null,{\"className\":\"text-3xl md:text-5xl font-display font-black tracking-tight leading-[1.1] mb-4\",\"children\":[\"Built to beat every agency in \",[\"$\",\"span\",null,{\"className\":\"text-gradient-gold\",\"children\":\"Botswana — and beyond.\"}]]}],[\"$\",\"p\",null,{\"className\":\"text-base md:text-lg opacity-75 leading-relaxed\",\"children\":\"Local agencies fight over templated websites and disappear after invoice. We built a platform — not a shop. Eight structural advantages no competitor in the market currently offers.\"}]]}],[\"$\",\"div\",null,{\"className\":\"grid sm:grid-cols-2 lg:grid-cols-4 gap-5\",\"children\":[[\"$\",\"div\",\"Edge-Speed Delivery\",{\"className\":\"card reveal group\",\"style\":{\"transitionDelay\":\"0ms\"},\"children\":[[\"$\",\"div\",null,{\"className\":\"w-12 h-12 rounded-xl flex items-center justify-center mb-4 group-hover:scale-110 transition-transform bg-gold-gradient text-brand-ink shadow-glow-gold\",\"children\":[\"$\",\"svg\",null,{\"ref\":\"$undefined\",\"xmlns\":\"http://www.w3.org/2000/svg\",\"width\":22,\"height\":22,\"viewBox\":\"0 0 24 24\",\"fill\":\"none\",\"stroke\":\"currentColor\",\"strokeWidth\":2,\"strokeLinecap\":\"round\",\"strokeLinejoin\":\"round\",\"className\":\"lucide lucide-zap\",\"children\":[[\"$\",\"path\",\"1xq2db\",{\"d\":\"M4 14a1 1 0 0 1-.78-1.63l9.9-10.2a.5.5 0 0 1 .86.46l-1.92 6.02A1 1 0 0 0 13 10h7a1 1 0 0 1 .78 1.63l-9.9 10.2a.5.5 0 0 1-.86-.46l1.92-6.02A1 1 0 0 0 11 14z\"}],\"$undefined\"]}]}],[\"$\",\"h3\",null,{\"className\":\"font-bold text-base mb-2\",\"children\":\"Edge-Speed Delivery\"}],[\"$\",\"p\",null,{\"className\":\"text-sm opacity-75 leading-relaxed\",\"children\":\"Localised edge CDN (Johannesburg, Cape Town, Gaborone) delivers sites in \u003c800ms vs the industry average of 6s.\"}]]}],[\"$\",\"div\",\"Offline-First PWAs\",{\"className\":\"card reveal group\",\"style\":{\"transitionDelay\":\"40ms\"},\"children\":[[\"$\",\"div\",null,{\"className\":\"w-12 h-12 rounded-xl flex items-center justify-center mb-4 group-hover:scale-110 transition-transform bg-teal-gradient text-white shadow-glow-teal\",\"children\":[\"$\",\"svg\",null,{\"ref\":\"$undefined\",\"xmlns\":\"http://www.w3.org/2000/svg\",\"width\":22,\"height\":22,\"viewBox\":\"0 0 24 24\",\"fill\":\"none\",\"stroke\":\"currentColor\",\"strokeWidth\":2,\"strokeLinecap\":\"round\",\"strokeLinejoin\":\"round\",\"className\":\"lucide lucide-wifi-off\",\"children\":[[\"$\",\"path\",\"zekei9\",{\"d\":\"M12 20h.01\"}],[\"$\",\"path\",\"1bycff\",{\"d\":\"M8.5 16.429a5 5 0 0 1 7 0\"}],[\"$\",\"path\",\"1dl1wf\",{\"d\":\"M5 12.859a10 10 0 0 1 5.17-2.69\"}],[\"$\",\"path\",\"4k23kn\",{\"d\":\"M19 12.859a10 10 0 0 0-2.007-1.523\"}],[\"$\",\"path\",\"1grhjp\",{\"d\":\"M2 8.82a15 15 0 0 1 4.177-2.643\"}],[\"$\",\"path\",\"z3jwby\",{\"d\":\"M22 8.82a15 15 0 0 0-11.288-3.764\"}],[\"$\",\"path\",\"1ooewy\",{\"d\":\"m2 2 20 20\"}],\"$undefined\"]}]}],[\"$\",\"h3\",null,{\"className\":\"font-bold text-base mb-2\",\"children\":\"Offline-First PWAs\"}],[\"$\",\"p\",null,{\"className\":\"text-sm opacity-75 leading-relaxed\",\"children\":\"Progressive web apps that work on 3G/4G and even zero-signal zones (Chobe, Kalahari) — no competitor offers this locally.\"}]]}],[\"$\",\"div\",\"WhatsApp Automation Engine\",{\"className\":\"card reveal group\",\"style\":{\"transitionDelay\":\"80ms\"},\"children\":[[\"$\",\"div\",null,{\"className\":\"w-12 h-12 rounded-xl flex items-center justify-center mb-4 group-hover:scale-110 transition-transform bg-gold-gradient text-brand-ink shadow-glow-gold\",\"children\":[\"$\",\"svg\",null,{\"ref\":\"$undefined\",\"xmlns\":\"http://www.w3.org/2000/svg\",\"width\":22,\"height\":22,\"viewBox\":\"0 0 24 24\",\"fill\":\"none\",\"stroke\":\"currentColor\",\"strokeWidth\":2,\"strokeLinecap\":\"round\",\"strokeLinejoin\":\"round\",\"className\":\"lucide lucide-bot\",\"children\":[\"$L2e\",\"$L2f\",\"$L30\",\"$L31\",\"$L32\",\"$L33\",\"$undefined\"]}]}],\"$L34\",\"$L35\"]}],\"$L36\",\"$L37\",\"$L38\",\"$L39\",\"$L3a\"]}]]}]]}]\n17:[\"$\",\"section\",null,{\"id\":\"method\",\"className\":\"section relative\",\"children\":[\"$\",\"div\",null,{\"className\":\"container-xl\",\"children\":[[\"$\",\"div\",null,{\"className\":\"text-center max-w-3xl mx-auto mb-14 reveal\",\"children\":[[\"$\",\"div\",null,{\"className\":\"inline-block text-xs uppercase tracking-[0.25em] text-brand-turquoise font-semibold mb-4\",\"children\":\"The Mokoro Method\"}],[\"$\",\"h2\",null,{\"className\":\"text-3xl md:text-5xl font-display font-black tracking-tight leading-[1.1] mb-4\",\"children\":[\"One relationship. \",[\"$\",\"span\",null,{\"className\":\"text-gradient-gold\",\"children\":\"Ten integrated steps.\"}]]}],[\"$\",\"p\",null,{\"className\":\"text-base md:text-lg opacity-75 leading-relaxed\",\"children\":\"We don’t just run campaigns — we operate your entire growth engine. Ten repeatable, measurable steps from diagnostic to scale — executed by a single accountable partner.\"}]]}],[\"$\",\"div\",null,{\"className\":\"grid sm:grid-cols-2 lg:grid-cols-5 gap-4\",\"children\":[[\"$\",\"div\",\"01\",{\"className\":\"reveal card group relative\",\"style\":{\"transitionDelay\":\"0ms\"},\"children\":[[\"$\",\"div\",null,{\"className\":\"absolute -top-3 -right-3 w-10 h-10 rounded-full bg-gold-gradient text-brand-ink font-black flex items-center justify-center text-xs shadow-glow-gold\",\"children\":\"01\"}],[\"$\",\"div\",null,{\"className\":\"text-xl font-black font-display mb-2 text-gradient-teal\",\"children\":\"Diagnose\"}],[\"$\",\"p\",null,{\"className\":\"text-xs opacity-75 leading-relaxed\",\"children\":\"Digital audit, competitive scan, revenue-leakage analysis.\"}],[\"$\",\"div\",null,{\"className\":\"hidden lg:block absolute top-1/2 -right-2 w-4 h-px bg-gradient-to-r from-brand-gold/50 to-transparent\"}]]}],[\"$\",\"div\",\"02\",{\"className\":\"reveal card group relative\",\"style\":{\"transitionDelay\":\"50ms\"},\"children\":[[\"$\",\"div\",null,{\"className\":\"absolute -top-3 -right-3 w-10 h-10 rounded-full bg-gold-gradient text-brand-ink font-black flex items-center justify-center text-xs shadow-glow-gold\",\"children\":\"02\"}],[\"$\",\"div\",null,{\"className\":\"text-xl font-black font-display mb-2 text-gradient-teal\",\"children\":\"Research\"}],[\"$\",\"p\",null,{\"className\":\"text-xs opacity-75 leading-relaxed\",\"children\":\"Market intelligence, customer insights, opportunity sizing.\"}],[\"$\",\"div\",null,{\"className\":\"hidden lg:block absolute top-1/2 -right-2 w-4 h-px bg-gradient-to-r from-brand-gold/50 to-transparent\"}]]}],[\"$\",\"div\",\"03\",{\"className\":\"reveal card group relative\",\"style\":{\"transitionDelay\":\"100ms\"},\"children\":[[\"$\",\"div\",null,{\"className\":\"absolute -top-3 -right-3 w-10 h-10 rounded-full bg-gold-gradient text-brand-ink font-black flex items-center justify-center text-xs shadow-glow-gold\",\"children\":\"03\"}],[\"$\",\"div\",null,{\"className\":\"text-xl font-black font-display mb-2 text-gradient-teal\",\"children\":\"Strategise\"}],[\"$\",\"p\",null,{\"className\":\"text-xs opacity-75 leading-relaxed\",\"children\":\"Positioning, pricing, channels, go-to-market plan.\"}],[\"$\",\"div\",null,{\"className\":\"hidden lg:block absolute top-1/2 -right-2 w-4 h-px bg-gradient-to-r from-brand-gold/50 to-transparent\"}]]}],[\"$\",\"div\",\"04\",{\"className\":\"reveal card group relative\",\"style\":{\"transitionDelay\":\"150ms\"},\"children\":[[\"$\",\"div\",null,{\"className\":\"absolute -top-3 -right-3 w-10 h-10 rounded-full bg-gold-gradient text-brand-ink font-black flex items-center justify-center text-xs shadow-glow-gold\",\"children\":\"04\"}],[\"$\",\"div\",null,{\"className\":\"text-xl font-black font-display mb-2 text-gradient-teal\",\"children\":\"Design\"}],[\"$\",\"p\",null,{\"className\":\"text-xs opacity-75 leading-relaxed\",\"children\":\"Brand identity, UX, creative direction, story.\"}],[\"$\",\"div\",null,{\"className\":\"hidden lg:block absolute top-1/2 -right-2 w-4 h-px bg-gradient-to-r from-brand-gold/50 to-transparent\"}]]}],[\"$\",\"div\",\"05\",{\"className\":\"reveal card group relative\",\"style\":{\"transitionDelay\":\"200ms\"},\"children\":[[\"$\",\"div\",null,{\"className\":\"absolute -top-3 -right-3 w-10 h-10 rounded-full bg-gold-gradient text-brand-ink font-black flex items-center justify-center text-xs shadow-glow-gold\",\"children\":\"05\"}],\"$L3b\",\"$L3c\",\"$L3d\"]}],\"$L3e\",\"$L3f\",\"$L40\",\"$L41\",\"$L42\"]}],\"$L43\"]}]}]\n18:[\"$\",\"$L44\",null,{}]\n19:[\"$\",\"section\",null,{\"id\":\"industries\",\"className\":\"section relative overflow-hidden\",\"children\":[[\"$\",\"div\",null,{\"className\":\"absolute -top-40 -right-40 w-[500px] h-[500px] rounded-full bg-gradient-to-br from-brand-gold/10 to-transparent blur-3xl\"}],[\"$\",\"div\",null,{\"className\":\"container-xl relative\",\"children\":[[\"$\",\"div\",null,{\"className\":\"text-center max-w-3xl mx-auto mb-12 reveal\",\"children\":[[\"$\",\"div\",null,{\"className\":\"inline-block text-xs uppercase tracking-[0.25em] text-brand-gold font-semibold mb-4\",\"children\":\"Industries We Serve\"}],[\"$\",\"h2\",null,{\"className\":\"text-3xl md:text-5xl font-display font-black tracking-tight leading-[1.1] mb-4\",\"children\":[\"Deep expertise across \",[\"$\",\"span\",null,{\"className\":\"text-gradient-teal\",\"children\":\"Botswana’s highest-growth sectors.\"}]]}],[\"$\",\"p\",null,{\"className\":\"text-base md:text-lg opacity-75 leading-relaxed\",\"children\":\"From safari lodges in the Delta to cargo ships out of Guangzhou — we build growth systems tailored to how your industry actually buys.\"}]]}],[\"$\",\"div\",null,{\"className\":\"grid sm:grid-cols-2 md:grid-cols-3 lg:grid-cols-4 gap-4\",\"children\":[[\"$\",\"div\",\"Logistics \u0026 Cargo\",{\"className\":\"card reveal group cursor-pointer\",\"style\":{\"transitionDelay\":\"0ms\"},\"children\":[\"$\",\"div\",null,{\"className\":\"flex items-start gap-3\",\"children\":[[\"$\",\"div\",null,{\"className\":\"w-10 h-10 rounded-xl bg-gold-gradient text-brand-ink flex items-center justify-center shrink-0 group-hover:scale-110 transition-transform\",\"children\":[\"$\",\"svg\",null,{\"ref\":\"$undefined\",\"xmlns\":\"http://www.w3.org/2000/svg\",\"width\":18,\"height\":18,\"viewBox\":\"0 0 24 24\",\"fill\":\"none\",\"stroke\":\"currentColor\",\"strokeWidth\":2,\"strokeLinecap\":\"round\",\"strokeLinejoin\":\"round\",\"className\":\"lucide lucide-ship\",\"children\":[[\"$\",\"path\",\"1p8cqu\",{\"d\":\"M12 10.189V14\"}],[\"$\",\"path\",\"qbqxhf\",{\"d\":\"M12 2v3\"}],[\"$\",\"path\",\"qpkstq\",{\"d\":\"M19 13V7a2 2 0 0 0-2-2H7a2 2 0 0 0-2 2v6\"}],[\"$\",\"path\",\"7tigtc\",{\"d\":\"M19.38 20A11.6 11.6 0 0 0 21 14l-8.188-3.639a2 2 0 0 0-1.624 0L3 14a11.6 11.6 0 0 0 2.81 7.76\"}],[\"$\",\"path\",\"1924j5\",{\"d\":\"M2 21c.6.5 1.2 1 2.5 1 2.5 0 2.5-2 5-2 1.3 0 1.9.5 2.5 1s1.2 1 2.5 1c2.5 0 2.5-2 5-2 1.3 0 1.9.5 2.5 1\"}],\"$undefined\"]}]}],[\"$\",\"div\",null,{\"children\":[[\"$\",\"h3\",null,{\"className\":\"font-bold text-sm mb-1\",\"children\":\"Logistics \u0026 Cargo\"}],[\"$\",\"p\",null,{\"className\":\"text-xs opacity-70 leading-relaxed\",\"children\":\"YellowBlue · China → Botswana sea freight\"}]]}]]}]}],[\"$\",\"div\",\"Agriculture \u0026 AgriTech\",{\"className\":\"card reveal group cursor-pointer\",\"style\":{\"transitionDelay\":\"30ms\"},\"children\":[\"$\",\"div\",null,{\"className\":\"flex items-start gap-3\",\"children\":[[\"$\",\"div\",null,{\"className\":\"w-10 h-10 rounded-xl bg-gold-gradient text-brand-ink flex items-center justify-center shrink-0 group-hover:scale-110 transition-transform\",\"children\":[\"$\",\"svg\",null,{\"ref\":\"$undefined\",\"xmlns\":\"http://www.w3.org/2000/svg\",\"width\":18,\"height\":18,\"viewBox\":\"0 0 24 24\",\"fill\":\"none\",\"stroke\":\"currentColor\",\"strokeWidth\":2,\"strokeLinecap\":\"round\",\"strokeLinejoin\":\"round\",\"className\":\"lucide lucide-sprout\",\"children\":[[\"$\",\"path\",\"e6iznv\",{\"d\":\"M7 20h10\"}],[\"$\",\"path\",\"161w41\",{\"d\":\"M10 20c5.5-2.5.8-6.4 3-10\"}],[\"$\",\"path\",\"9gtqwd\",{\"d\":\"M9.5 9.4c1.1.8 1.8 2.2 2.3 3.7-2 .4-3.5.4-4.8-.3-1.2-.6-2.3-1.9-3-4.2 2.8-.5 4.4 0 5.5.8z\"}],[\"$\",\"path\",\"bkxnd2\",{\"d\":\"M14.1 6a7 7 0 0 0-1.1 4c1.9-.1 3.3-.6 4.3-1.4 1-1 1.6-2.3 1.7-4.6-2.7.1-4 1-4.9 2z\"}],\"$undefined\"]}]}],[\"$\",\"div\",null,{\"children\":[[\"$\",\"h3\",null,{\"className\":\"font-bold text-sm mb-1\",\"children\":\"Agriculture \u0026 AgriTech\"}],[\"$\",\"p\",null,{\"className\":\"text-xs opacity-70 leading-relaxed\",\"children\":\"Hatcheries, feed mills, chilli farms, urban farming\"}]]}]]}]}],[\"$\",\"div\",\"Real Estate \u0026 Property\",{\"className\":\"card reveal group cursor-pointer\",\"style\":{\"transitionDelay\":\"60ms\"},\"children\":[\"$\",\"div\",null,{\"className\":\"flex items-start gap-3\",\"children\":[[\"$\",\"div\",null,{\"className\":\"w-10 h-10 rounded-xl bg-gold-gradient text-brand-ink flex items-center justify-center shrink-0 group-hover:scale-110 transition-transform\",\"children\":[\"$\",\"svg\",null,{\"ref\":\"$undefined\",\"xmlns\":\"http://www.w3.org/2000/svg\",\"width\":18,\"height\":18,\"viewBox\":\"0 0 24 24\",\"fill\":\"none\",\"stroke\":\"currentColor\",\"strokeWidth\":2,\"strokeLinecap\":\"round\",\"strokeLinejoin\":\"round\",\"className\":\"lucide lucide-building2\",\"children\":[\"$L45\",\"$L46\",\"$L47\",\"$L48\",\"$L49\",\"$L4a\",\"$L4b\",\"$undefined\"]}]}],\"$L4c\"]}]}],\"$L4d\",\"$L4e\",\"$L4f\",\"$L50\",\"$L51\",\"$L52\",\"$L53\",\"$L54\",\"$L55\"]}],\"$L56\"]}]]}]\n1a:[\"$\",\"section\",null,{\"id\":\"enterprises\",\"className\":\"section relative bg-slate-50/50 dark:bg-slate-900/30\",\"children\":[\"$\",\"div\",null,{\"className\":\"container-xl\",\"children\":[[\"$\",\"div\",null,{\"className\":\"text-center max-w-3xl mx-auto mb-12 reveal\",\"children\":[[\"$\",\"div\",null,{\"className\":\"inline-block text-xs uppercase tracking-[0.25em] text-brand-gold font-semibold mb-4\",\"children\":\"The Mokoro Group\"}],[\"$\",\"h2\",null,{\"className\":\"text-3xl md:text-5xl font-display font-black tracking-tight leading-[1.1] mb-4\",\"children\":[\"A \",[\"$\",\"span\",null,{\"className\":\"text-gradient-teal\",\"children\":\"collective of ventures \u0026 partners\"}],\" working as one.\"]}],[\"$\",\"p\",null,{\"className\":\"text-base md:text-lg opacity-75 leading-relaxed\",\"children\":\"Beyond the agency, Mokoro operates a family of specialised businesses and has deep alliances with category leaders — allowing us to deliver end-to-end value from sourcing to shipping, merch, finance and beyond.\"}]]}],[\"$\",\"div\",null,{\"className\":\"mb-10\",\"children\":[[\"$\",\"div\",null,{\"className\":\"flex items-center gap-2 mb-5 reveal\",\"children\":[[\"$\",\"svg\",null,{\"ref\":\"$undefined\",\"xmlns\":\"http://www.w3.org/2000/svg\",\"width\":18,\"height\":18,\"viewBox\":\"0 0 24 24\",\"fill\":\"none\",\"stroke\":\"currentColor\",\"strokeWidth\":2,\"strokeLinecap\":\"round\",\"strokeLinejoin\":\"round\",\"className\":\"lucide lucide-handshake text-brand-gold\",\"children\":[[\"$\",\"path\",\"efffak\",{\"d\":\"m11 17 2 2a1 1 0 1 0 3-3\"}],[\"$\",\"path\",\"9pr0kb\",{\"d\":\"m14 14 2.5 2.5a1 1 0 1 0 3-3l-3.88-3.88a3 3 0 0 0-4.24 0l-.88.88a1 1 0 1 1-3-3l2.81-2.81a5.79 5.79 0 0 1 7.06-.87l.47.28a2 2 0 0 0 1.42.25L21 4\"}],[\"$\",\"path\",\"1tisrp\",{\"d\":\"m21 3 1 11h-2\"}],[\"$\",\"path\",\"1uvwmv\",{\"d\":\"M3 3 2 14l6.5 6.5a1 1 0 1 0 3-3\"}],[\"$\",\"path\",\"1ep09j\",{\"d\":\"M3 4h8\"}],\"$undefined\"]}],[\"$\",\"h3\",null,{\"className\":\"font-display font-bold text-lg\",\"children\":\"Strategic Partners\"}]]}],[\"$\",\"div\",null,{\"className\":\"grid sm:grid-cols-2 gap-5\",\"children\":[[\"$\",\"a\",\"Yellow Blue\",{\"href\":\"https://yellowblue.co.bw\",\"target\":\"_blank\",\"rel\":\"noopener\",\"className\":\"card reveal group relative overflow-hidden\",\"style\":{\"transitionDelay\":\"0ms\"},\"children\":[[\"$\",\"div\",null,{\"className\":\"absolute inset-0 opacity-5 group-hover:opacity-10 transition-opacity bg-gold-gradient\"}],[\"$\",\"div\",null,{\"className\":\"flex items-start justify-between mb-3\",\"children\":[[\"$\",\"div\",null,{\"className\":\"flex items-center gap-3\",\"children\":[[\"$\",\"div\",null,{\"className\":\"w-12 h-12 rounded-xl flex items-center justify-center font-black text-brand-ink bg-gold-gradient shadow-glow-gold\",\"children\":\"Y\"}],[\"$\",\"div\",null,{\"children\":[[\"$\",\"div\",null,{\"className\":\"text-[10px] uppercase tracking-[0.2em] opacity-60 mb-0.5\",\"children\":\"Partner\"}],[\"$\",\"h3\",null,{\"className\":\"font-bold text-lg leading-tight\",\"children\":\"Yellow Blue\"}]]}]]}],[\"$\",\"svg\",null,{\"ref\":\"$undefined\",\"xmlns\":\"http://www.w3.org/2000/svg\",\"width\":18,\"height\":18,\"viewBox\":\"0 0 24 24\",\"fill\":\"none\",\"stroke\":\"currentColor\",\"strokeWidth\":2,\"strokeLinecap\":\"round\",\"strokeLinejoin\":\"round\",\"className\":\"lucide lucide-arrow-up-right opacity-40 group-hover:opacity-100 group-hover:-translate-y-0.5 group-hover:translate-x-0.5 transition-all\",\"children\":[[\"$\",\"path\",\"1tivn9\",{\"d\":\"M7 7h10v10\"}],[\"$\",\"path\",\"1vkiza\",{\"d\":\"M7 17 17 7\"}],\"$undefined\"]}]]}],[\"$\",\"p\",null,{\"className\":\"text-sm opacity-80 leading-relaxed mb-2\",\"children\":\"Sea cargo · China to Botswana (shipping partner)\"}],[\"$\",\"div\",null,{\"className\":\"flex items-center gap-2 text-xs text-brand-gold font-semibold\",\"children\":[\"Mokoro provides digital marketing \u0026 automation \",[\"$\",\"svg\",null,{\"ref\":\"$undefined\",\"xmlns\":\"http://www.w3.org/2000/svg\",\"width\":12,\"height\":12,\"viewBox\":\"0 0 24 24\",\"fill\":\"none\",\"stroke\":\"currentColor\",\"strokeWidth\":2,\"strokeLinecap\":\"round\",\"strokeLinejoin\":\"round\",\"className\":\"lucide lucide-arrow-up-right\",\"children\":[[\"$\",\"path\",\"1tivn9\",{\"d\":\"M7 7h10v10\"}],[\"$\",\"path\",\"1vkiza\",{\"d\":\"M7 17 17 7\"}],\"$undefined\"]}]]}]]}],[\"$\",\"a\",\"MegaDeals MA\",{\"href\":\"https://megadealsma.com\",\"target\":\"_blank\",\"rel\":\"noopener\",\"className\":\"card reveal group relative overflow-hidden\",\"style\":{\"transitionDelay\":\"50ms\"},\"children\":[[\"$\",\"div\",null,{\"className\":\"absolute inset-0 opacity-5 group-hover:opacity-10 transition-opacity bg-gold-gradient\"}],\"$L57\",\"$L58\",\"$L59\"]}]]}]]}],\"$L5a\"]}]}]\n1b:[\"$\",\"section\",null,{\"id\":\"work\",\"className\":\"section relative bg-slate-50/50 dark:bg-slate-900/30\",\"children\":[\"$\",\"div\",null,{\"className\":\"container-xl\",\"children\":[[\"$\",\"div\",null,{\"className\":\"text-center max-w-3xl mx-auto mb-14 reveal\",\"children\":[[\"$\",\"div\",null,{\"className\":\"inline-block text-xs uppercase tracking-[0.25em] text-brand-turquoise font-semibold mb-4\",\"children\":\"Proof of Work\"}],[\"$\",\"h2\",null,{\"className\":\"text-3xl md:text-5xl font-display font-black tracking-tight leading-[1.1] mb-4\",\"children\":[\"Real clients. \",[\"$\",\"span\",null,{\"className\":\"text-gradient-gold\",\"children\":\"Real outcomes.\"}]]}],[\"$\",\"p\",null,{\"className\":\"text-base md:text-lg opacity-75\",\"children\":\"A snapshot of recent growth delivered across logistics, agriculture, branding, and fintech.\"}]]}],[\"$\",\"div\",null,{\"className\":\"grid md:grid-cols-2 gap-5 mb-16\",\"children\":[[\"$\",\"div\",\"YellowBlue Logistics\",{\"className\":\"card reveal overflow-hidden relative !p-0\",\"style\":{\"transitionDelay\":\"0ms\"},\"children\":[[\"$\",\"div\",null,{\"className\":\"h-2 bg-gradient-to-r from-teal-500 to-cyan-500\"}],[\"$\",\"div\",null,{\"className\":\"p-6\",\"children\":[[\"$\",\"div\",null,{\"className\":\"text-xs uppercase tracking-wider opacity-60 mb-2\",\"children\":\"Sea Cargo · China → Botswana\"}],[\"$\",\"h3\",null,{\"className\":\"text-xl font-bold mb-2\",\"children\":\"YellowBlue Logistics\"}],[\"$\",\"p\",null,{\"className\":\"opacity-80 mb-4\",\"children\":\"WhatsApp quote requests up 180% in 60 days after automated funnel + targeted ads.\"}],[\"$\",\"div\",null,{\"className\":\"flex items-end justify-between\",\"children\":[\"$\",\"div\",null,{\"children\":[[\"$\",\"div\",null,{\"className\":\"text-5xl font-black text-gradient-gold\",\"children\":\"+180%\"}],[\"$\",\"div\",null,{\"className\":\"text-xs uppercase tracking-wider opacity-60 mt-1\",\"children\":\"Primary metric lifted\"}]]}]}]]}]]}],[\"$\",\"div\",\"AnimalSphere\",{\"className\":\"card reveal overflow-hidden relative !p-0\",\"style\":{\"transitionDelay\":\"50ms\"},\"children\":[[\"$\",\"div\",null,{\"className\":\"h-2 bg-gradient-to-r from-amber-400 to-yellow-600\"}],[\"$\",\"div\",null,{\"className\":\"p-6\",\"children\":[[\"$\",\"div\",null,{\"className\":\"text-xs uppercase tracking-wider opacity-60 mb-2\",\"children\":\"Agri-Science Education\"}],[\"$\",\"h3\",null,{\"className\":\"text-xl font-bold mb-2\",\"children\":\"AnimalSphere\"}],[\"$\",\"p\",null,{\"className\":\"opacity-80 mb-4\",\"children\":\"3x organic reach via SEO content engine + automated newsletter.\"}],[\"$\",\"div\",null,{\"className\":\"flex items-end justify-between\",\"children\":[\"$\",\"div\",null,{\"children\":[[\"$\",\"div\",null,{\"className\":\"text-5xl font-black text-gradient-teal\",\"children\":\"3x\"}],[\"$\",\"div\",null,{\"className\":\"text-xs uppercase tracking-wider opacity-60 mt-1\",\"children\":\"Primary metric lifted\"}]]}]}]]}]]}],[\"$\",\"div\",\"BrandCraft\",{\"className\":\"card reveal overflow-hidden relative !p-0\",\"style\":{\"transitionDelay\":\"100ms\"},\"children\":[[\"$\",\"div\",null,{\"className\":\"h-2 bg-gradient-to-r from-rose-500 to-pink-600\"}],[\"$\",\"div\",null,{\"className\":\"p-6\",\"children\":[[\"$\",\"div\",null,{\"className\":\"text-xs uppercase tracking-wider opacity-60 mb-2\",\"children\":\"Branding \u0026 Merch\"}],[\"$\",\"h3\",null,{\"className\":\"text-xl font-bold mb-2\",\"children\":\"BrandCraft\"}],[\"$\",\"p\",null,{\"className\":\"opacity-80 mb-4\",\"children\":\"Corporate gift revenue doubled in one quarter via catalog PWA.\"}],[\"$\",\"div\",null,{\"className\":\"flex items-end justify-between\",\"children\":[\"$\",\"div\",null,{\"children\":[[\"$\",\"div\",null,{\"className\":\"text-5xl font-black text-gradient-gold\",\"children\":\"2x\"}],[\"$\",\"div\",null,{\"className\":\"text-xs uppercase tracking-wider opacity-60 mt-1\",\"children\":\"Primary metric lifted\"}]]}]}]]}]]}],[\"$\",\"div\",\"Cloud Money\",{\"className\":\"card reveal overflow-hidden relative !p-0\",\"style\":{\"transitionDelay\":\"150ms\"},\"children\":[[\"$\",\"div\",null,{\"className\":\"h-2 bg-gradient-to-r from-emerald-500 to-teal-600\"}],[\"$\",\"div\",null,{\"className\":\"p-6\",\"children\":[[\"$\",\"div\",null,{\"className\":\"text-xs uppercase tracking-wider opacity-60 mb-2\",\"children\":\"Digital Finance Affiliate\"}],[\"$\",\"h3\",null,{\"className\":\"text-xl font-bold mb-2\",\"children\":\"Cloud Money\"}],[\"$\",\"p\",null,{\"className\":\"opacity-80 mb-4\",\"children\":\"Passive affiliate pipeline fully automated — runs 24/7.\"}],[\"$\",\"div\",null,{\"className\":\"flex items-end justify-between\",\"children\":\"$L5b\"}]]}]]}]]}],\"$L5c\"]}]}]\n1c:[\"$\",\"$L5d\",null,{}]\n1d:[\"$\",\"$L5e\",null,{}]\n1e:[\"$\",\"$L5f\",null,{}]\n1f:[\"$\",\"$L60\",null,{}]\n20:[\"$\",\"section\",null,{\"id\":\"insights\",\"className\":\"section relative bg-slate-50/50 dark:bg-slate-900/30\",\"children\":[\"$\",\"div\",null,{\"className\":\"container-xl\",\"children\":[[\"$\",\"div\",null,{\"className\":\"flex flex-col md:flex-row md:items-end justify-between gap-6 mb-10 reveal\",\"children\":[[\"$\",\"div\",null,{\"children\":[[\"$\",\"div\",null,{\"className\":\"inline-block text-xs uppercase tracking-[0.25em] text-brand-turquoise font-semibold mb-4\",\"children\":\"Insights\"}],[\"$\",\"h2\",null,{\"className\":\"text-3xl md:text-5xl font-display font-black tracking-tight leading-[1.1]\",\"children\":[\"Practical growth playbooks \",[\"$\",\"br\",null,{}],[\"$\",\"span\",null,{\"className\":\"text-gradient-gold\",\"children\":\"for African builders.\"}]]}]]}],[\"$\",\"a\",null,{\"href\":\"#contact\",\"className\":\"btn-outline whitespace-nowrap self-start md:self-auto\",\"children\":[\"Subscribe to the newsletter \",[\"$\",\"svg\",null,{\"ref\":\"$undefined\",\"xmlns\":\"http://www.w3.org/2000/svg\",\"width\":16,\"height\":16,\"viewBox\":\"0 0 24 24\",\"fill\":\"none\",\"stroke\":\"currentColor\",\"strokeWidth\":2,\"strokeLinecap\":\"round\",\"strokeLinejoin\":\"round\",\"className\":\"lucide lucide-arrow-up-right\",\"children\":[[\"$\",\"path\",\"1tivn9\",{\"d\":\"M7 7h10v10\"}],[\"$\",\"path\",\"1vkiza\",{\"d\":\"M7 17 17 7\"}],\"$undefined\"]}]]}]]}],[\"$\",\"div\",null,{\"className\":\"grid md:grid-cols-3 gap-5\",\"children\":[[\"$\",\"article\",\"How Botswana SMEs Can Rank on Google in 2025\",{\"className\":\"card reveal group cursor-pointer\",\"style\":{\"transitionDelay\":\"0ms\"},\"children\":[[\"$\",\"div\",null,{\"className\":\"aspect-video rounded-xl mb-4 overflow-hidden relative bg-gradient-to-br from-brand-night to-slate-700\",\"children\":[[\"$\",\"div\",null,{\"className\":\"absolute inset-0 bg-gradient-to-br from-brand-gold/30 to-brand-turquoise/30\"}],[\"$\",\"div\",null,{\"className\":\"absolute inset-0 bg-grid bg-grid-dark opacity-40\"}],[\"$\",\"span\",null,{\"className\":\"absolute top-3 left-3 text-[10px] uppercase tracking-widest bg-black/40 backdrop-blur px-2 py-1 rounded-full text-white\",\"children\":\"SEO\"}]]}],[\"$\",\"div\",null,{\"className\":\"flex items-center gap-2 text-xs opacity-60 mb-2\",\"children\":[[\"$\",\"svg\",null,{\"ref\":\"$undefined\",\"xmlns\":\"http://www.w3.org/2000/svg\",\"width\":12,\"height\":12,\"viewBox\":\"0 0 24 24\",\"fill\":\"none\",\"stroke\":\"currentColor\",\"strokeWidth\":2,\"strokeLinecap\":\"round\",\"strokeLinejoin\":\"round\",\"className\":\"lucide lucide-clock\",\"children\":[[\"$\",\"circle\",\"1mglay\",{\"cx\":\"12\",\"cy\":\"12\",\"r\":\"10\"}],[\"$\",\"polyline\",\"68esgv\",{\"points\":\"12 6 12 12 16 14\"}],\"$undefined\"]}],\" \",\"Aug 2025\",\" · 5 min read\"]}],[\"$\",\"h3\",null,{\"className\":\"font-bold text-lg mb-2 group-hover:text-brand-gold transition-colors\",\"children\":\"How Botswana SMEs Can Rank on Google in 2025\"}],[\"$\",\"p\",null,{\"className\":\"text-sm opacity-75 leading-relaxed mb-3\",\"children\":\"A no-fluff guide to local SEO for businesses operating across Gaborone, Maun, Francistown and Kasane.\"}],[\"$\",\"div\",null,{\"className\":\"inline-flex items-center gap-1 text-sm font-semibold text-brand-gold\",\"children\":[\"Read article \",[\"$\",\"svg\",null,{\"ref\":\"$undefined\",\"xmlns\":\"http://www.w3.org/2000/svg\",\"width\":14,\"height\":14,\"viewBox\":\"0 0 24 24\",\"fill\":\"none\",\"stroke\":\"currentColor\",\"strokeWidth\":2,\"strokeLinecap\":\"round\",\"strokeLinejoin\":\"round\",\"className\":\"lucide lucide-arrow-up-right\",\"children\":[[\"$\",\"path\",\"1tivn9\",{\"d\":\"M7 7h10v10\"}],[\"$\",\"path\",\"1vkiza\",{\"d\":\"M7 17 17 7\"}],\"$undefined\"]}]]}]]}],[\"$\",\"article\",\"The WhatsApp Funnel That Converts 24/7\",{\"className\":\"card reveal group cursor-pointer\",\"style\":{\"transitionDelay\":\"40ms\"},\"children\":[[\"$\",\"div\",null,{\"className\":\"aspect-video rounded-xl mb-4 overflow-hidden relative bg-gradient-to-br from-brand-night to-slate-700\",\"children\":[[\"$\",\"div\",null,{\"className\":\"absolute inset-0 bg-gradient-to-br from-emerald-500/30 to-teal-500/30\"}],[\"$\",\"div\",null,{\"className\":\"absolute inset-0 bg-grid bg-grid-dark opacity-40\"}],[\"$\",\"span\",null,{\"className\":\"absolute top-3 left-3 text-[10px] uppercase tracking-widest bg-black/40 backdrop-blur px-2 py-1 rounded-full text-white\",\"children\":\"Automation\"}]]}],[\"$\",\"div\",null,{\"className\":\"flex items-center gap-2 text-xs opacity-60 mb-2\",\"children\":[[\"$\",\"svg\",null,{\"ref\":\"$undefined\",\"xmlns\":\"http://www.w3.org/2000/svg\",\"width\":12,\"height\":12,\"viewBox\":\"0 0 24 24\",\"fill\":\"none\",\"stroke\":\"currentColor\",\"strokeWidth\":2,\"strokeLinecap\":\"round\",\"strokeLinejoin\":\"round\",\"className\":\"lucide lucide-clock\",\"children\":[\"$L61\",\"$L62\",\"$undefined\"]}],\" \",\"Jul 2025\",\" · 5 min read\"]}],\"$L63\",\"$L64\",\"$L65\"]}],\"$L66\",\"$L67\",\"$L68\",\"$L69\"]}]]}]}]\n21:[\"$\",\"$L6a\",null,{}]\n22:[\"$\",\"$L6b\",null,{}]\n23:[\"$\",\"$L6c\",null,{}]\n24:[\"$\",\"$L6d\",null,{}]\n25:[\"$\",\"$L6e\",null,{}]\n26:[\"$\",\"script\",\"script-0\",{\"src\":\"/_next/static/chunks/1vxh9lcz09zck.js\",\"async\":true,\"nonce\":\"$undefined\"}]\n27:[\"$\",\"script\",\"script-1\",{\"src\":\"/_next/static/chunks/1x9vm26jr57y9.js\",\"async\":true,\"nonce\":\"$undefined\"}]\n28:[\"$\",\"$L6f\",null,{\"children\":[\"$\",\"$2c\",null,{\"name\":\"Next.MetadataOutlet\",\"children\":\"$@70\"}]}]\n2e:[\"$\",\"path\",\"hb8ula\",{\"d\":\"M12 8V4H8\"}]\n2f:[\"$\",\"rect\",\"enze0r\",{\"width\":\"16\",\"height\":\"12\",\"x\":\"4\",\"y\":\"8\",\"rx\":\"2\"}]\n30:[\"$\",\"path\",\"vft8re\",{\"d\":\"M2 14h2\"}]\n31:[\"$\",\"path\",\"4cs60a\",{\"d\":\"M20 14h2\"}]\n32:[\"$\",\"path\",\"1xurst\",{\"d\":\"M15 13v2\"}]\n33:[\"$\",\"path\",\"rq6x2g\",{\"d\":\"M9 13v2\"}]\n34:[\"$\",\"h3\",null,{\"className\":\"font-bold text-base mb-2\",\"children\":\"WhatsApp Automation Engine\"}]\n35:[\"$\",\"p\",null,{\"className\":\"text-sm opacity-75 leading-relaxed\",\"children\":\"24/7 AI-qualified leads, instant quotes and self-serve menus on Botswana’s #1 commerce channel.\"}]\n36:[\"$\",\"div\",\"Local Payment Gateways\",{\"className\":\"card reveal group\",\"style\":{\"transitionDelay\":\"120ms\"},\"children\":[[\"$\",\"div\",null,{\"className\":\"w-12 h-12 rounded-xl flex items-center justify-center mb-4 group-hover:scale-110 transition-transform bg-teal-gradient text-white shadow-glow-teal\",\"children\":[\"$\",\"svg\",null,{\"ref\":\"$undefined\",\"xmlns\":\"http://www.w3.org/2000/svg\",\"width\":22,\"height\":22,\"viewBox\":\"0 0 24 24\",\"fill\":\"none\",\"stroke\":\"currentColor\",\"strokeWidth\":2,\"strokeLinecap\":\"round\",\"strokeLinejoin\":\"round\",\"className\":\"lucide lucide-credit-card\",\"children\":[[\"$\",\"rect\",\"ynyp8z\",{\"width\":\"20\",\"height\":\"14\",\"x\":\"2\",\"y\":\"5\",\"rx\":\"2\"}],[\"$\",\"line\",\"1b3vmo\",{\"x1\":\"2\",\"x2\":\"22\",\"y1\":\"10\",\"y2\":\"10\"}],\"$undefined\"]}]}],[\"$\",\"h3\",null,{\"className\":\"font-bold text-base mb-2\",\"children\":\"Local Payment Gateways\"}],[\"$\",\"p\",null,{\"className\":\"text-sm opacity-75 leading-relaxed\",\"children\":\"Native Orange Money, FNB App Pay, DPO Pay, PayGate and SADC rails pre-integrated — no foreign-plugin friction.\"}]]}]\n37:[\"$\",\"div\",\"Transparent ROI Dashboards\",{\"className\":\"card reveal group\",\"style\":{\"transitionDelay\":\"160ms\"},\"children\":[[\"$\",\"div\",null,{\"className\":\"w-12 h-12 rounded-xl flex items-center justify-center mb-4 group-hover:scale-110 transition-transform bg-gold-gradient text-brand-ink shadow-glow-gold\",\"children\":[\"$\",\"svg\",null,{\"ref\":\"$undefined\",\"xmlns\":\"http://www.w3.org/2000/svg\",\"width\":22,\"height\":22,\"viewBox\":\"0 0 24 24\",\"fill\":\"none\",\"stroke\":\"currentColor\",\"strokeWidth\":2,\"strokeLinecap\":\"round\",\"strokeLinejoin\":\"round\",\"className\":\"lucide lucide-trending-up\",\"children\":[[\"$\",\"polyline\",\"126l90\",{\"points\":\"22 7 13.5 15.5 8.5 10.5 2 17\"}],[\"$\",\"polyline\",\"kwv8wd\",{\"points\":\"16 7 22 7 22 13\"}],\"$undefined\"]}]}],[\"$\",\"h3\",null,{\"className\":\"font-bold text-base mb-2\",\"children\":\"Transparent ROI Dashboards\"}],[\"$\",\"p\",null,{\"className\":\"text-sm opacity-75 leading-relaxed\",\"children\":\"Every Pula of spend measured. Executive KPI dashboards built on free, world-class analytics.\"}]]}]\n38:[\"$\",\"div\",\"Compliance Shield\",{\"className\":\"card reveal group\",\"style\":{\"transitionDelay\":\"200ms\"},\"children\":[[\"$\",\"div\",null,{\"className\":\"w-12 h-12 rounded-xl flex items-center justify-center mb-4 group-hover:scale-110 transition-transform bg-teal-gradient text-white shadow-glow-teal\",\"children\":[\"$\",\"svg\",null,{\"ref\":\"$undefined\",\"xmlns\":\"http://www.w3.org/2000/svg\",\"width\":22,\"height\":22,\"viewBox\":\"0 0 24 24\",\"fill\":\"none\",\"stroke\":\"currentColor\",\"strokeWidth\":2,\"strokeLinecap\":\"round\",\"strokeLinejoin\":\"round\",\"className\":\"lucide lucide-shield-check\",\"children\":[[\"$\",\"path\",\"oel41y\",{\"d\":\"M20 13c0 5-3.5 7.5-7.66 8.95a1 1 0 0 1-.67-.01C7.5 20.5 4 18 4 13V6a1 1 0 0 1 1-1c2 0 4.5-1.2 6.24-2.72a1.17 1.17 0 0 1 1.52 0C14.51 3.81 17 5 19 5a1 1 0 0 1 1 1z\"}],[\"$\",\"path\",\"dzmm74\",{\"d\":\"m9 12 2 2 4-4\"}],\"$undefined\"]}]}],[\"$\",\"h3\",null,{\"className\":\"font-bold text-base mb-2\",\"children\":\"Compliance Shield\"}],[\"$\",\"p\",null,{\"className\":\"text-sm opacity-75 leading-relaxed\",\"children\":\"One-click Botswana Data Protection Act (BDPA) \u0026 BURS-ready reporting baked into every build.\"}]]}]\n39:[\"$\",\"div\",\"Rapid Launch\",{\"className\":\"card reveal group\",\"style\":{\"transitionDelay\":\"240ms\"},\"children\":[[\"$\",\"div\",null,{\"className\":\"w-12 h-12 rounded-xl flex items-center justify-center mb-4 group-hover:scale-110 transition-transform bg-gold-gradient text-brand-ink shadow-glow-gold\",\"children\":[\"$\",\"svg\",null,{\"ref\":\"$undefined\",\"xmlns\":\"http://www.w3.org/2000/svg\",\"width\":22,\"height\":22,\"viewBox\":\"0 0 24 24\",\"fill\":\"none\",\"stroke\":\"currentColor\",\"strokeWidth\":2,\"strokeLinecap\":\"round\",\"strokeLinejoin\":\"round\",\"className\":\"lucide lucide-clock\",\"children\":[[\"$\",\"circle\",\"1mglay\",{\"cx\":\"12\",\"cy\":\"12\",\"r\":\"10\"}],[\"$\",\"polyline\",\"68esgv\",{\"points\":\"12 6 12 12 16 14\"}],\"$undefined\"]}]}],[\"$\",\"h3\",null,{\"className\":\"font-bold text-base mb-2\",\"children\":\"Rapid Launch\"}],[\"$\",\"p\",null,{\"className\":\"text-sm opacity-75 leading-relaxed\",\"children\":\"We deploy in days — not months — using our modular automation stack and pre-built templates.\"}]]}]\n3a:[\"$\",\"div\",\"Revenue-Aligned Pricing\",{\"className\":\"card reveal group\",\"style\":{\"transitionDelay\":\"280ms\"},\"children\":[[\"$\",\"div\",null,{\"className\":\"w-12 h-12 rounded-xl flex items-center justify-center mb-4 group-hover:scale-110 transition-transform bg-teal-gradient text-white shadow-glow-teal\",\"children\":[\"$\",\"svg\",null,{\"ref\":\"$undefined\",\"xmlns\":\"http://www.w3.org/2000/svg\",\"width\":22,\"height\":22,\"viewBox\":\"0 0 24 24\",\"fill\":\"none\",\"stroke\":\"currentColor\",\"strokeWidth\":2,\"strokeLinecap\":\"round\",\"strokeLinejoin\":\"round\",\"className\":\"lucide lucide-heart-handshake\",\"children\":[[\"$\",\"path\",\"c3ymky\",{\"d\":\"M19 14c1.49-1.46 3-3.21 3-5.5A5.5 5.5 0 0 0 16.5 3c-1.76 0-3 .5-4.5 2-1.5-1.5-2.74-2-4.5-2A5.5 5.5 0 0 0 2 8.5c0 2.3 1.5 4.05 3 5.5l7 7Z\"}],[\"$\",\"path\",\"4oyue0\",{\"d\":\"M12 5 9.04 7.96a2.17 2.17 0 0 0 0 3.08c.82.82 2.13.85 3 .07l2.07-1.9a2.82 2.82 0 0 1 3.79 0l2.96 2.66\"}],[\"$\",\"path\",\"60u0ii\",{\"d\":\"m18 15-2-2\"}],[\"$\",\"path\",\"6p76be\",{\"d\":\"m15 18-2-2\"}],\"$undefined\"]}]}],[\"$\",\"h3\",null,{\"className\":\"font-bold text-base mb-2\",\"children\":\"Revenue-Aligned Pricing\"}],[\"$\",\"p\",null,{\"className\":\"text-sm opacity-75 leading-relaxed\",\"children\":\"From WaaS subscriptions to performance-revenue-share, our incentives are tied to your success.\"}]]}]\n3b:[\"$\",\"div\",null,{\"className\":\"text-xl font-black font-display mb-2 text-gradient-teal\",\"children\":\"Build\"}]\n3c:[\"$\",\"p\",null,{\"className\":\"text-xs opacity-75 leading-relaxed\",\"children\":\"Websites, PWAs, funnels, CRM, automations.\"}]\n3d:[\"$\",\"div\",null,{\"className\":\"hidden lg:block absolute top-1/2 -right-2 w-4 h-px bg-gradient-to-r from-brand-gold/50 to-transparent\"}]\n3e:[\"$\",\"div\",\"06\",{\"className\":\"reveal card group relative\",\"style\":{\"transitionDelay\":\"250ms\"},\"children\":[[\"$\",\"div\",null,{\"className\":\"absolute -top-3 -right-3 w-10 h-10 rounded-full bg-gold-gradient text-brand-ink font-black flex items-center justify-center text-xs shadow-glow-gold\",\"children\":\"06\"}],[\"$\",\"div\",null,{\"className\":\"text-xl font-black font-display mb-2 text-gradient-teal\",\"children\":\"Launch\"}],[\"$\",\"p\",null,{\"className\":\"text-xs opacity-75 leading-relaxed\",\"children\":\"Go-live, QA, tracking, paid media kickoff.\"}],[\"$\",\"div\",null,{\"className\":\"hidden lg:block absolute top-1/2 -right-2 w-4 h-px bg-gradient-to-r from-brand-gold/50 to-transparent\"}]]}]\n3f:[\"$\",\"div\",\"07\",{\"className\":\"reveal card group relative\",\"style\":{\"transitionDelay\":\"300ms\"},\"children\":[[\"$\",\"div\",null,{\"className\":\"absolute -top-3 -right-3 w-10 h-10 rounded-full bg-gold-gradient text-brand-ink font-black flex items-center justify-center text-xs shadow-glow-gold\",\"children\":\"07\"}],[\"$\",\"div\",null,{\"className\":\"text-xl font-black font-display mb-2 text-gradient-teal\",\"children\":\"Market\"}],[\"$\",\"p\",null,{\"className\":\"text-xs opacity-75 leading-relaxed\",\"children\":\"SEO, paid ads, social, PR, WhatsApp, content.\"}],[\"$\",\"div\",null,{\"className\":\"hidden lg:block absolute top-1/2 -right-2 w-4 h-px bg-gradient-to-r from-brand-gold/50 to-transparent\"}]]}]\n40:[\"$\",\"div\",\"08\",{\"className\":\"reveal card group relative\",\"style\":{\"transitionDelay\":\"350ms\"},\"children\":[[\"$\",\"div\",null,{\"className\":\"absolute -top-3 -right-3 w-10 h-10 rounded-full bg-gold-gradient text-brand-ink font-black flex items-center justify-center text-xs shadow-glow-gold\",\"children\":\"08\"}],[\"$\",\"div\",null,{\"className\":\"text-xl font-black font-display mb-2 text-gradient-teal\",\"children\":\"Measure\"}],[\"$\",\"p\",null,{\"className\":\"text-xs opacity-75 leading-relaxed\",\"children\":\"Dashboards, attribution, revenue analytics.\"}],[\"$\",\"div\",null,{\"className\":\"hidden lg:block absolute top-1/2 -right-2 w-4 h-px bg-gradient-to-r from-brand-gold/50 to-transparent\"}]]}]\n41:[\"$\",\"div\",\"09\",{\"className\":\"reveal card group relative\",\"style\":{\"transitionDelay\":\"400ms\"},\"children\":[[\"$\",\"div\",null,{\"className\":\"absolute -top-3 -right-3 w-10 h-10 rounded-full bg-gold-gradient text-brand-ink font-black flex items-center justify-center text-xs shadow-glow-gold\",\"children\":\"09\"}],[\"$\",\"div\",null,{\"className\":\"text-xl font-black font-display mb-2 text-gradient-teal\",\"children\":\"Optimise\"}],[\"$\",\"p\",null,{\"className\":\"text-xs opacity-75 leading-relaxed\",\"children\":\"A/B testing, funnel tuning, conversion uplift.\"}],[\"$\",\"div\",null,{\"className\":\"hidden lg:block absolute top-1/2 -right-2 w-4 h-px bg-gradient-to-r from-brand-gold/50 to-transparent\"}]]}]\n42:[\"$\",\"div\",\"10\",{\"className\":\"reveal card group relative\",\"style\":{\"transitionDelay\":\"450ms\"},\"children\":[[\"$\",\"div\",null,{\"className\":\"absolute -top-3 -right-3 w-10 h-10 rounded-full bg-gold-gradient text-brand-ink font-black flex items-center justify-center text-xs shadow-glow-gold\",\"children\":\"10\"}],[\"$\",\"div\",null,{\"className\":\"text-xl font-black font-display mb-2 text-gradient-teal\",\"children\":\"Scale\"}],[\"$\",\"p\",null,{\"className\":\"text-xs opacity-75 leading-relaxed\",\"children\":\"Retention, referrals, new markets, compounding growth.\"}],false]}]\n43:[\"$\",\"div\",null,{\"className\":\"reveal mt-12 text-center\",\"children\":[[\"$\",\"p\",null,{\"className\":\"text-sm opacity-70 uppercase tracking-widest mb-4\",\"children\":\"The Growth Flywheel\"}],[\"$\",\"div\",null,{\"className\":\"inline-flex flex-wrap items-center justify-center gap-2 md:gap-3 text-sm font-semibold\",\"children\":[[\"$\",\"span\",\"Diagnose\",{\"className\":\"flex items-center gap-2 md:gap-3\",\"children\":[[\"$\",\"span\",null,{\"className\":\"glass px-3 py-1.5 rounded-full\",\"children\":\"Diagnose\"}],[\"$\",\"span\",null,{\"className\":\"text-brand-gold hidden md:inline\",\"children\":\"→\"}]]}],[\"$\",\"span\",\"Research\",{\"className\":\"flex items-center gap-2 md:gap-3\",\"children\":[[\"$\",\"span\",null,{\"className\":\"glass px-3 py-1.5 rounded-full\",\"children\":\"Research\"}],[\"$\",\"span\",null,{\"className\":\"text-brand-gold hidden md:inline\",\"children\":\"→\"}]]}],[\"$\",\"span\",\"Strategise\",{\"className\":\"flex items-center gap-2 md:gap-3\",\"children\":[[\"$\",\"span\",null,{\"className\":\"glass px-3 py-1.5 rounded-full\",\"children\":\"Strategise\"}],[\"$\",\"span\",null,{\"className\":\"text-brand-gold hidden md:inline\",\"children\":\"→\"}]]}],[\"$\",\"span\",\"Design\",{\"className\":\"flex items-center gap-2 md:gap-3\",\"children\":[[\"$\",\"span\",null,{\"className\":\"glass px-3 py-1.5 rounded-full\",\"children\":\"Design\"}],[\"$\",\"span\",null,{\"className\":\"text-brand-gold hidden md:inline\",\"children\":\"→\"}]]}],[\"$\",\"span\",\"Build\",{\"className\":\"flex items-center gap-2 md:gap-3\",\"children\":[[\"$\",\"span\",null,{\"className\":\"glass px-3 py-1.5 rounded-full\",\"children\":\"Build\"}],[\"$\",\"span\",null,{\"className\":\"text-brand-gold hidden md:inline\",\"children\":\"→\"}]]}],[\"$\",\"span\",\"Launch\",{\"className\":\"flex items-center gap-2 md:gap-3\",\"children\":[[\"$\",\"span\",null,{\"className\":\"glass px-3 py-1.5 rounded-full\",\"children\":\"Launch\"}],[\"$\",\"span\",null,{\"className\":\"text-brand-gold hidden md:inline\",\"children\":\"→\"}]]}],[\"$\",\"span\",\"Market\",{\"className\":\"flex items-center gap-2 md:gap-3\",\"children\":[[\"$\",\"span\",null,{\"className\":\"glass px-3 py-1.5 rounded-full\",\"children\":\"Market\"}],[\"$\",\"span\",null,{\"className\":\"text-brand-gold hidden md:inline\",\"children\":\"→\"}]]}],[\"$\",\"span\",\"Measure\",{\"className\":\"flex items-center gap-2 md:gap-3\",\"children\":[[\"$\",\"span\",null,{\"className\":\"glass px-3 py-1.5 rounded-full\",\"children\":\"Measure\"}],[\"$\",\"span\",null,{\"className\":\"text-brand-gold hidden md:inline\",\"children\":\"→\"}]]}],[\"$\",\"span\",\"Optimise\",{\"className\":\"flex items-center gap-2 md:gap-3\",\"children\":[[\"$\",\"span\",null,{\"className\":\"glass px-3 py-1.5 rounded-full\",\"children\":\"Optimise\"}],[\"$\",\"span\",null,{\"className\":\"text-brand-gold hidden md:inline\",\"children\":\"→\"}]]}],[\"$\",\"span\",\"Scale\",{\"className\":\"flex items-center gap-2 md:gap-3\",\"children\":[[\"$\",\"span\",null,{\"className\":\"glass px-3 py-1.5 rounded-full\",\"children\":\"Scale\"}],false]}]]}]]}]\n45:[\"$\",\"path\",\"1b4qmf\",{\"d\":\"M6 22V4a2 2 0 0 1 2-2h8a2 2 0 0 1 2 2v18Z\"}]\n46:[\"$\",\"path\",\"i71pzd\",{\"d\":\"M6 12H4a2 2 0 0 0-2 2v6a2 2 0 0 0 2 2h2\"}]\n47:[\"$\",\"path\",\"10jefs\",{\"d\":\"M18 9h2a2 2 0 0 1 2 2v9a2 2 0 0 1-2 2h-2\"}]\n48:[\"$\",\"path\",\"1itunk\",{\"d\":\"M10 6h4\"}]\n49:[\"$\",\"path\",\"tcdvrf\",{\"d\":\"M10 10h4\"}]\n4a:[\"$\",\"path\",\"kelpxr\",{\"d\":\"M10 14h4\"}]\n4b:[\"$\",\"path\",\"1ulq68\",{\"d\":\"M10 18h4\"}]\n4c:[\"$\",\"div\",null,{\"children\":[[\"$\",\"h3\",null,{\"className\":\"font-bold text-sm mb-1\",\"children\":\"Real Estate \u0026 Property\"}],[\"$\",\"p\",null,{\"className\":\"text-xs opacity-70 leading-relaxed\",\"children\":\"Developers, agents, commercial \u0026 residential\"}]]}]\n4d:[\"$\",\"div\",\"E-commerce \u0026 Retail\",{\"className\":\"card reveal group cursor-pointer\",\"style\":{\"transitionDelay\":\"90ms\"},\"children\":[\"$\",\"div\",null,{\"className\":\"flex items-start gap-3\",\"children\":[[\"$\",\"div\",null,{\"className\":\"w-10 h-10 rounded-xl bg-gold-gradient text-brand-ink flex items-center justify-center shrink-0 group-hover:scale-110 transition-transform\",\"children\":[\"$\",\"svg\",null,{\"ref\":\"$undefined\",\"xmlns\":\"http://www.w3.org/2000/svg\",\"width\":18,\"height\":18,\"viewBox\":\"0 0 24 24\",\"fill\":\"none\",\"stroke\":\"currentColor\",\"strokeWidth\":2,\"strokeLinecap\":\"round\",\"strokeLinejoin\":\"round\",\"className\":\"lucide lucide-shopping-bag\",\"children\":[[\"$\",\"path\",\"hou9p0\",{\"d\":\"M6 2 3 6v14a2 2 0 0 0 2 2h14a2 2 0 0 0 2-2V6l-3-4Z\"}],[\"$\",\"path\",\"d0wm0j\",{\"d\":\"M3 6h18\"}],[\"$\",\"path\",\"1ltviw\",{\"d\":\"M16 10a4 4 0 0 1-8 0\"}],\"$undefined\"]}]}],[\"$\",\"div\",null,{\"children\":[[\"$\",\"h3\",null,{\"className\":\"font-bold text-sm mb-1\",\"children\":\"E-commerce \u0026 Retail\"}],[\"$\",\"p\",null,{\"className\":\"text-xs opacity-70 leading-relaxed\",\"children\":\"MegaDeals MA · online stores, marketplaces\"}]]}]]}]}]\n4e:[\"$\",\"div\",\"Tourism \u0026 Safari\",{\"className\":\"card reveal group cursor-pointer\",\"style\":{\"transitionDelay\":\"120ms\"},\"children\":[\"$\",\"div\",null,{\"className\":\"flex items-start gap-3\",\"children\":[[\"$\",\"div\",null,{\"className\":\"w-10 h-10 rounded-xl bg-gold-gradient text-brand-ink flex items-center justify-center shrink-0 group-hover:scale-110 transition-transform\",\"children\":[\"$\",\"svg\",null,{\"ref\":\"$undefined\",\"xmlns\":\"http://www.w3.org/2000/svg\",\"width\":18,\"height\":18,\"viewBox\":\"0 0 24 24\",\"fill\":\"none\",\"stroke\":\"currentColor\",\"strokeWidth\":2,\"strokeLinecap\":\"round\",\"strokeLinejoin\":\"round\",\"className\":\"lucide lucide-tree-palm\",\"children\":[[\"$\",\"path\",\"foxbe7\",{\"d\":\"M13 8c0-2.76-2.46-5-5.5-5S2 5.24 2 8h2l1-1 1 1h4\"}],[\"$\",\"path\",\"18arnh\",{\"d\":\"M13 7.14A5.82 5.82 0 0 1 16.5 6c3.04 0 5.5 2.24 5.5 5h-3l-1-1-1 1h-3\"}],[\"$\",\"path\",\"ywahnh\",{\"d\":\"M5.89 9.71c-2.15 2.15-2.3 5.47-.35 7.43l4.24-4.25.7-.7.71-.71 2.12-2.12c-1.95-1.96-5.27-1.8-7.42.35\"}],[\"$\",\"path\",\"ft0feo\",{\"d\":\"M11 15.5c.5 2.5-.17 4.5-1 6.5h4c2-5.5-.5-12-1-14\"}],\"$undefined\"]}]}],[\"$\",\"div\",null,{\"children\":[[\"$\",\"h3\",null,{\"className\":\"font-bold text-sm mb-1\",\"children\":\"Tourism \u0026 Safari\"}],[\"$\",\"p\",null,{\"className\":\"text-xs opacity-70 leading-relaxed\",\"children\":\"Lodges, tour operators, Chobe / Okavango operators\"}]]}]]}]}]\n4f:[\"$\",\"div\",\"Healthcare \u0026 Wellness\",{\"className\":\"card reveal group cursor-pointer\",\"style\":{\"transitionDelay\":\"150ms\"},\"children\":[\"$\",\"div\",null,{\"className\":\"flex items-start gap-3\",\"children\":[[\"$\",\"div\",null,{\"className\":\"w-10 h-10 rounded-xl bg-gold-gradient text-brand-ink flex items-center justify-center shrink-0 group-hover:scale-110 transition-transform\",\"children\":[\"$\",\"svg\",null,{\"ref\":\"$undefined\",\"xmlns\":\"http://www.w3.org/2000/svg\",\"width\":18,\"height\":18,\"viewBox\":\"0 0 24 24\",\"fill\":\"none\",\"stroke\":\"currentColor\",\"strokeWidth\":2,\"strokeLinecap\":\"round\",\"strokeLinejoin\":\"round\",\"className\":\"lucide lucide-stethoscope\",\"children\":[[\"$\",\"path\",\"1539x4\",{\"d\":\"M11 2v2\"}],[\"$\",\"path\",\"1yf1q8\",{\"d\":\"M5 2v2\"}],[\"$\",\"path\",\"rb5t3r\",{\"d\":\"M5 3H4a2 2 0 0 0-2 2v4a6 6 0 0 0 12 0V5a2 2 0 0 0-2-2h-1\"}],[\"$\",\"path\",\"x18d4x\",{\"d\":\"M8 15a6 6 0 0 0 12 0v-3\"}],[\"$\",\"circle\",\"ts1r5v\",{\"cx\":\"20\",\"cy\":\"10\",\"r\":\"2\"}],\"$undefined\"]}]}],[\"$\",\"div\",null,{\"children\":[[\"$\",\"h3\",null,{\"className\":\"font-bold text-sm mb-1\",\"children\":\"Healthcare \u0026 Wellness\"}],[\"$\",\"p\",null,{\"className\":\"text-xs opacity-70 leading-relaxed\",\"children\":\"Clinics, pharmacies, private practitioners\"}]]}]]}]}]\n50:[\"$\",\"div\",\"Education \u0026 Training\",{\"className\":\"card reveal group cursor-pointer\",\"style\":{\"transitionDelay\":\"180ms\"},\"children\":[\"$\",\"div\",null,{\"className\":\"flex items-start gap-3\",\"children\":[[\"$\",\"div\",null,{\"className\":\"w-10 h-10 rounded-xl bg-gold-gradient text-brand-ink flex items-center justify-center shrink-0 group-hover:scale-110 transition-transform\",\"children\":[\"$\",\"svg\",null,{\"ref\":\"$undefined\",\"xmlns\":\"http://www.w3.org/2000/svg\",\"width\":18,\"height\":18,\"viewBox\":\"0 0 24 24\",\"fill\":\"none\",\"stroke\":\"currentColor\",\"strokeWidth\":2,\"strokeLinecap\":\"round\",\"strokeLinejoin\":\"round\",\"className\":\"lucide lucide-graduation-cap\",\"children\":[[\"$\",\"path\",\"j76jl0\",{\"d\":\"M21.42 10.922a1 1 0 0 0-.019-1.838L12.83 5.18a2 2 0 0 0-1.66 0L2.6 9.08a1 1 0 0 0 0 1.832l8.57 3.908a2 2 0 0 0 1.66 0z\"}],[\"$\",\"path\",\"1lu8f3\",{\"d\":\"M22 10v6\"}],[\"$\",\"path\",\"1r8lef\",{\"d\":\"M6 12.5V16a6 3 0 0 0 12 0v-3.5\"}],\"$undefined\"]}]}],[\"$\",\"div\",null,{\"children\":[[\"$\",\"h3\",null,{\"className\":\"font-bold text-sm mb-1\",\"children\":\"Education \u0026 Training\"}],[\"$\",\"p\",null,{\"className\":\"text-xs opacity-70 leading-relaxed\",\"children\":\"Colleges, tutors, online learning platforms\"}]]}]]}]}]\n51:[\"$\",\"div\",\"NGOs, Gov \u0026 Parastatals\",{\"className\":\"card reveal group cursor-pointer\",\"style\":{\"transitionDelay\":\"210ms\"},\"children\":[\"$\",\"div\",null,{\"className\":\"flex items-start gap-3\",\"children\":[[\"$\",\"div\",null,{\"className\":\"w-10 h-10 rounded-xl bg-gold-gradient text-brand-ink flex items-center justify-center shrink-0 group-hover:scale-110 transition-transform\",\"children\":[\"$\",\"svg\",null,{\"ref\":\"$undefined\",\"xmlns\":\"http://www.w3.org/2000/svg\",\"width\":18,\"height\":18,\"viewBox\":\"0 0 24 24\",\"fill\":\"none\",\"stroke\":\"currentColor\",\"strokeWidth\":2,\"strokeLinecap\":\"round\",\"strokeLinejoin\":\"round\",\"className\":\"lucide lucide-landmark\",\"children\":[[\"$\",\"line\",\"j8o0r\",{\"x1\":\"3\",\"x2\":\"21\",\"y1\":\"22\",\"y2\":\"22\"}],[\"$\",\"line\",\"10tf0k\",{\"x1\":\"6\",\"x2\":\"6\",\"y1\":\"18\",\"y2\":\"11\"}],[\"$\",\"line\",\"54lgf6\",{\"x1\":\"10\",\"x2\":\"10\",\"y1\":\"18\",\"y2\":\"11\"}],[\"$\",\"line\",\"380y\",{\"x1\":\"14\",\"x2\":\"14\",\"y1\":\"18\",\"y2\":\"11\"}],[\"$\",\"line\",\"1kevvc\",{\"x1\":\"18\",\"x2\":\"18\",\"y1\":\"18\",\"y2\":\"11\"}],[\"$\",\"polygon\",\"jkujk7\",{\"points\":\"12 2 20 7 4 7\"}],\"$undefined\"]}]}],[\"$\",\"div\",null,{\"children\":[[\"$\",\"h3\",null,{\"className\":\"font-bold text-sm mb-1\",\"children\":\"NGOs, Gov \u0026 Parastatals\"}],[\"$\",\"p\",null,{\"className\":\"text-xs opacity-70 leading-relaxed\",\"children\":\"Awareness campaigns, portals, capacity building\"}]]}]]}]}]\n52:[\"$\",\"div\",\"Restaurants \u0026 F\u0026B\",{\"className\":\"card reveal group cursor-pointer\",\"style\":{\"transitionDelay\":\"240ms\"},\"children\":[\"$\",\"div\",null,{\"className\":\"flex items-start gap-3\",\"children\":[[\"$\",\"div\",null,{\"className\":\"w-10 h-10 rounded-xl bg-gold-gradient text-brand-ink flex items-center justify-center shrink-0 group-hover:scale-110 transition-transform\",\"children\":[\"$\",\"svg\",null,{\"ref\":\"$undefined\",\"xmlns\":\"http://www.w3.org/2000/svg\",\"width\":18,\"height\":18,\"viewBox\":\"0 0 24 24\",\"fill\":\"none\",\"stroke\":\"currentColor\",\"strokeWidth\":2,\"strokeLinecap\":\"round\",\"strokeLinejoin\":\"round\",\"className\":\"lucide lucide-utensils\",\"children\":[[\"$\",\"path\",\"cjf0a3\",{\"d\":\"M3 2v7c0 1.1.9 2 2 2h4a2 2 0 0 0 2-2V2\"}],[\"$\",\"path\",\"1473qp\",{\"d\":\"M7 2v20\"}],[\"$\",\"path\",\"j28e5\",{\"d\":\"M21 15V2a5 5 0 0 0-5 5v6c0 1.1.9 2 2 2h3Zm0 0v7\"}],\"$undefined\"]}]}],[\"$\",\"div\",null,{\"children\":[[\"$\",\"h3\",null,{\"className\":\"font-bold text-sm mb-1\",\"children\":\"Restaurants \u0026 F\u0026B\"}],[\"$\",\"p\",null,{\"className\":\"text-xs opacity-70 leading-relaxed\",\"children\":\"Cafés, fast food, food delivery brands\"}]]}]]}]}]\n53:[\"$\",\"div\",\"Professional Services\",{\"className\":\"card reveal group cursor-pointer\",\"style\":{\"transitionDelay\":\"270ms\"},\"children\":[\"$\",\"div\",null,{\"className\":\"flex items-start gap-3\",\"children\":[[\"$\",\"div\",null,{\"className\":\"w-10 h-10 rounded-xl bg-gold-gradient text-brand-ink flex items-center justify-center shrink-0 group-hover:scale-110 transition-transform\",\"children\":[\"$\",\"svg\",null,{\"ref\":\"$undefined\",\"xmlns\":\"http://www.w3.org/2000/svg\",\"width\":18,\"height\":18,\"viewBox\":\"0 0 24 24\",\"fill\":\"none\",\"stroke\":\"currentColor\",\"strokeWidth\":2,\"strokeLinecap\":\"round\",\"strokeLinejoin\":\"round\",\"className\":\"lucide lucide-briefcase\",\"children\":[[\"$\",\"path\",\"jecpp\",{\"d\":\"M16 20V4a2 2 0 0 0-2-2h-4a2 2 0 0 0-2 2v16\"}],[\"$\",\"rect\",\"i6l2r4\",{\"width\":\"20\",\"height\":\"14\",\"x\":\"2\",\"y\":\"6\",\"rx\":\"2\"}],\"$undefined\"]}]}],[\"$\",\"div\",null,{\"children\":[[\"$\",\"h3\",null,{\"className\":\"font-bold text-sm mb-1\",\"children\":\"Professional Services\"}],[\"$\",\"p\",null,{\"className\":\"text-xs opacity-70 leading-relaxed\",\"children\":\"Legal, accounting, consulting, finance\"}]]}]]}]}]\n54:[\"$\",\"div\",\"Personal Brands\",{\"className\":\"card reveal group cursor-pointer\",\"style\":{\"transitionDelay\":\"300ms\"},\"children\":[\"$\",\"div\",null,{\"className\":\"flex items-start gap-3\",\"children\":[[\"$\",\"div\",null,{\"className\":\"w-10 h-10 rounded-xl bg-gold-gradient text-brand-ink flex items-center justify-center shrink-0 group-hover:scale-110 transition-transform\",\"children\":[\"$\",\"svg\",null,{\"ref\":\"$undefined\",\"xmlns\":\"http://www.w3.org/2000/svg\",\"width\":18,\"height\":18,\"viewBox\":\"0 0 24 24\",\"fill\":\"none\",\"stroke\":\"currentColor\",\"strokeWidth\":2,\"strokeLinecap\":\"round\",\"strokeLinejoin\":\"round\",\"className\":\"lucide lucide-user\",\"children\":[[\"$\",\"path\",\"975kel\",{\"d\":\"M19 21v-2a4 4 0 0 0-4-4H9a4 4 0 0 0-4 4v2\"}],[\"$\",\"circle\",\"17ys0d\",{\"cx\":\"12\",\"cy\":\"7\",\"r\":\"4\"}],\"$undefined\"]}]}],[\"$\",\"div\",null,{\"children\":[[\"$\",\"h3\",null,{\"className\":\"font-bold text-sm mb-1\",\"children\":\"Personal Brands\"}],[\"$\",\"p\",null,{\"className\":\"text-xs opacity-70 leading-relaxed\",\"children\":\"Coaches, speakers, consultants, influencers\"}]]}]]}]}]\n55:[\"$\",\"div\",\"Manufacturing \u0026 SME\",{\"className\":\"card reveal group cursor-pointer\",\"style\":{\"transitionDelay\":\"330ms\"},\"children\":[\"$\",\"div\",null,{\"className\":\"flex items-start gap-3\",\"children\":[[\"$\",\"div\",null,{\"className\":\"w-10 h-10 rounded-xl bg-gold-gradient text-brand-ink flex items-center justify-center shrink-0 group-hover:scale-110 transition-transform\",\"children\":[\"$\",\"svg\",null,{\"ref\":\"$undefined\",\"xmlns\":\"http://www.w3.org/2000/svg\",\"width\":18,\"height\":18,\"viewBox\":\"0 0 24 24\",\"fill\":\"none\",\"stroke\":\"currentColor\",\"strokeWidth\":2,\"strokeLinecap\":\"round\",\"strokeLinejoin\":\"round\",\"className\":\"lucide lucide-factory\",\"children\":[[\"$\",\"path\",\"159hny\",{\"d\":\"M2 20a2 2 0 0 0 2 2h16a2 2 0 0 0 2-2V8l-7 5V8l-7 5V4a2 2 0 0 0-2-2H4a2 2 0 0 0-2 2Z\"}],[\"$\",\"path\",\"uldtlt\",{\"d\":\"M17 18h1\"}],[\"$\",\"path\",\"s9uhes\",{\"d\":\"M12 18h1\"}],[\"$\",\"path\",\"1neino\",{\"d\":\"M7 18h1\"}],\"$undefined\"]}]}],[\"$\",\"div\",null,{\"children\":[[\"$\",\"h3\",null,{\"className\":\"font-bold text-sm mb-1\",\"children\":\"Manufacturing \u0026 SME\"}],[\"$\",\"p\",null,{\"className\":\"text-xs opacity-70 leading-relaxed\",\"children\":\"Production businesses, hardware, FMCG\"}]]}]]}]}]\n56:[\"$\",\"div\",null,{\"className\":\"mt-16 reveal\",\"children\":[\"$\",\"div\",null,{\"className\":\"glass rounded-3xl p-8 md:p-10 relative overflow-hidden\",\"children\":[[\"$\",\"div\",null,{\"className\":\"absolute -top-20 -right-20 w-64 h-64 rounded-full bg-gold-gradient opacity-10 blur-3xl\"}],[\"$\",\"div\",null,{\"className\":\"absolute -bottom-20 -left-20 w-64 h-64 rounded-full bg-teal-gradient opacity-10 blur-3xl\"}],[\"$\",\"div\",null,{\"className\":\"relative grid md:grid-cols-5 gap-4\",\"children\":[[\"$\",\"a\",\"Free Digital Audit\",{\"href\":\"#contact\",\"className\":\"rounded-2xl p-5 bg-white/50 dark:bg-white/5 hover:bg-white dark:hover:bg-white/10 transition-all border border-slate-200/60 dark:border-white/5 hover:-translate-y-1 hover:border-brand-gold group\",\"style\":{\"animationDelay\":\"0ms\"},\"children\":[[\"$\",\"div\",null,{\"className\":\"w-10 h-10 rounded-xl bg-teal-gradient text-white flex items-center justify-center mb-3 group-hover:scale-110 transition-transform\",\"children\":[\"$\",\"svg\",null,{\"ref\":\"$undefined\",\"xmlns\":\"http://www.w3.org/2000/svg\",\"width\":18,\"height\":18,\"viewBox\":\"0 0 24 24\",\"fill\":\"none\",\"stroke\":\"currentColor\",\"strokeWidth\":2,\"strokeLinecap\":\"round\",\"strokeLinejoin\":\"round\",\"className\":\"lucide lucide-search-check\",\"children\":[[\"$\",\"path\",\"1sed1v\",{\"d\":\"m8 11 2 2 4-4\"}],[\"$\",\"circle\",\"4ej97u\",{\"cx\":\"11\",\"cy\":\"11\",\"r\":\"8\"}],[\"$\",\"path\",\"1qie3q\",{\"d\":\"m21 21-4.3-4.3\"}],\"$undefined\"]}]}],[\"$\",\"h4\",null,{\"className\":\"font-bold text-sm mb-1\",\"children\":\"Free Digital Audit\"}],[\"$\",\"p\",null,{\"className\":\"text-xs opacity-70 leading-relaxed mb-3\",\"children\":\"60-point audit of website, SEO, social \u0026 brand.\"}],[\"$\",\"div\",null,{\"className\":\"text-xs font-bold text-brand-gold group-hover:underline\",\"children\":[\"Claim Free Audit\",\" →\"]}]]}],[\"$\",\"a\",\"Pricing Calculator\",{\"href\":\"#contact\",\"className\":\"rounded-2xl p-5 bg-white/50 dark:bg-white/5 hover:bg-white dark:hover:bg-white/10 transition-all border border-slate-200/60 dark:border-white/5 hover:-translate-y-1 hover:border-brand-gold group\",\"style\":{\"animationDelay\":\"50ms\"},\"children\":[[\"$\",\"div\",null,{\"className\":\"w-10 h-10 rounded-xl bg-teal-gradient text-white flex items-center justify-center mb-3 group-hover:scale-110 transition-transform\",\"children\":[\"$\",\"svg\",null,{\"ref\":\"$undefined\",\"xmlns\":\"http://www.w3.org/2000/svg\",\"width\":18,\"height\":18,\"viewBox\":\"0 0 24 24\",\"fill\":\"none\",\"stroke\":\"currentColor\",\"strokeWidth\":2,\"strokeLinecap\":\"round\",\"strokeLinejoin\":\"round\",\"className\":\"lucide lucide-calculator\",\"children\":[[\"$\",\"rect\",\"1nb95v\",{\"width\":\"16\",\"height\":\"20\",\"x\":\"4\",\"y\":\"2\",\"rx\":\"2\"}],[\"$\",\"line\",\"x4nwl0\",{\"x1\":\"8\",\"x2\":\"16\",\"y1\":\"6\",\"y2\":\"6\"}],[\"$\",\"line\",\"wjye3r\",{\"x1\":\"16\",\"x2\":\"16\",\"y1\":\"14\",\"y2\":\"18\"}],[\"$\",\"path\",\"1m94wz\",{\"d\":\"M16 10h.01\"}],[\"$\",\"path\",\"1nrarc\",{\"d\":\"M12 10h.01\"}],[\"$\",\"path\",\"19clt8\",{\"d\":\"M8 10h.01\"}],[\"$\",\"path\",\"1etili\",{\"d\":\"M12 14h.01\"}],[\"$\",\"path\",\"6423bh\",{\"d\":\"M8 14h.01\"}],[\"$\",\"path\",\"mhygvu\",{\"d\":\"M12 18h.01\"}],[\"$\",\"path\",\"lrp35t\",{\"d\":\"M8 18h.01\"}],\"$undefined\"]}]}],[\"$\",\"h4\",null,{\"className\":\"font-bold text-sm mb-1\",\"children\":\"Pricing Calculator\"}],[\"$\",\"p\",null,{\"className\":\"text-xs opacity-70 leading-relaxed mb-3\",\"children\":\"Instant transparent quote in 60 seconds.\"}],[\"$\",\"div\",null,{\"className\":\"text-xs font-bold text-brand-gold group-hover:underline\",\"children\":[\"Calculate Cost\",\" →\"]}]]}],[\"$\",\"a\",\"ROI Forecast Tool\",{\"href\":\"#contact\",\"className\":\"rounded-2xl p-5 bg-white/50 dark:bg-white/5 hover:bg-white dark:hover:bg-white/10 transition-all border border-slate-200/60 dark:border-white/5 hover:-translate-y-1 hover:border-brand-gold group\",\"style\":{\"animationDelay\":\"100ms\"},\"children\":[[\"$\",\"div\",null,{\"className\":\"w-10 h-10 rounded-xl bg-teal-gradient text-white flex items-center justify-center mb-3 group-hover:scale-110 transition-transform\",\"children\":[\"$\",\"svg\",null,{\"ref\":\"$undefined\",\"xmlns\":\"http://www.w3.org/2000/svg\",\"width\":18,\"height\":18,\"viewBox\":\"0 0 24 24\",\"fill\":\"none\",\"stroke\":\"currentColor\",\"strokeWidth\":2,\"strokeLinecap\":\"round\",\"strokeLinejoin\":\"round\",\"className\":\"lucide lucide-chart-line\",\"children\":[[\"$\",\"path\",\"c24i48\",{\"d\":\"M3 3v16a2 2 0 0 0 2 2h16\"}],[\"$\",\"path\",\"2osh9i\",{\"d\":\"m19 9-5 5-4-4-3 3\"}],\"$undefined\"]}]}],[\"$\",\"h4\",null,{\"className\":\"font-bold text-sm mb-1\",\"children\":\"ROI Forecast Tool\"}],\"$L71\",\"$L72\"]}],\"$L73\",\"$L74\"]}]]}]}]\n57:[\"$\",\"div\",null,{\"className\":\"flex items-start justify-between mb-3\",\"children\":[[\"$\",\"div\",null,{\"className\":\"flex items-center gap-3\",\"children\":[[\"$\",\"div\",null,{\"className\":\"w-12 h-12 rounded-xl flex items-center justify-center font-black text-brand-ink bg-gold-gradient shadow-glow-gold\",\"children\":\"M\"}],[\"$\",\"div\",null,{\"children\":[[\"$\",\"div\",null,{\"className\":\"text-[10px] uppercase tracking-[0.2em] opacity-60 mb-0.5\",\"children\":\"Partner\"}],[\"$\",\"h3\",null,{\"className\":\"font-bold text-lg leading-tight\",\"children\":\"MegaDeals MA\"}]]}]]}],[\"$\",\"svg\",null,{\"ref\":\"$undefined\",\"xmlns\":\"http://www.w3.org/2000/svg\",\"width\":18,\"height\":18,\"viewBox\":\"0 0 24 24\",\"fill\":\"none\",\"stroke\":\"currentColor\",\"strokeWidth\":2,\"strokeLinecap\":\"round\",\"strokeLinejoin\":\"round\",\"className\":\"lucide lucide-arrow-up-right opacity-40 group-hover:opacity-100 group-hover:-translate-y-0.5 group-hover:translate-x-0.5 transition-all\",\"children\":[[\"$\",\"path\",\"1tivn9\",{\"d\":\"M7 7h10v10\"}],[\"$\",\"path\",\"1vkiza\",{\"d\":\"M7 17 17 7\"}],\"$undefined\"]}]]}]\n58:[\"$\",\"p\",null,{\"className\":\"text-sm opacity-80 leading-relaxed mb-2\",\"children\":\"E-commerce marketplace · distribution partner\"}]\n59:[\"$\",\"div\",null,{\"className\":\"flex items-center gap-2 text-xs text-brand-gold font-semibold\",\"children\":[\"Mokoro provides digital marketing \u0026 automation \",[\"$\",\"svg\",null,{\"ref\":\"$undefined\",\"xmlns\":\"http://www.w3.org/2000/svg\",\"width\":12,\"height\":12,\"viewBox\":\"0 0 24 24\",\"fill\":\"none\",\"stroke\":\"currentColor\",\"strokeWidth\":2,\"strokeLinecap\":\"round\",\"strokeLinejoin\":\"round\",\"className\":\"lucide lucide-arrow-up-right\",\"children\":[[\"$\",\"path\",\"1tivn9\",{\"d\":\"M7 7h10v10\"}],[\"$\",\"path\",\"1vkiza\",{\"d\":\"M7 17 17 7\"}],\"$undefined\"]}]]}]\n5a:[\"$\",\"div\",null,{\"children\":[[\"$\",\"div\",null,{\"className\":\"flex items-center gap-2 mb-5 reveal\",\"children\":[[\"$\",\"svg\",null,{\"ref\":\"$undefined\",\"xmlns\":\"http://www.w3.org/2000/svg\",\"width\":18,\"height\":18,\"viewBox\":\"0 0 24 24\",\"fill\":\"none\",\"stroke\":\"currentColor\",\"strokeWidth\":2,\"strokeLinecap\":\"round\",\"strokeLinejoin\":\"round\",\"className\":\"lucide lucide-building text-brand-turquoise\",\"children\":[[\"$\",\"rect\",\"76otgf\",{\"width\":\"16\",\"height\":\"20\",\"x\":\"4\",\"y\":\"2\",\"rx\":\"2\",\"ry\":\"2\"}],[\"$\",\"path\",\"r93iot\",{\"d\":\"M9 22v-4h6v4\"}],[\"$\",\"path\",\"1dz90k\",{\"d\":\"M8 6h.01\"}],[\"$\",\"path\",\"1x0f13\",{\"d\":\"M16 6h.01\"}],[\"$\",\"path\",\"1vi96p\",{\"d\":\"M12 6h.01\"}],[\"$\",\"path\",\"1nrarc\",{\"d\":\"M12 10h.01\"}],[\"$\",\"path\",\"1etili\",{\"d\":\"M12 14h.01\"}],[\"$\",\"path\",\"1m94wz\",{\"d\":\"M16 10h.01\"}],[\"$\",\"path\",\"1gbofw\",{\"d\":\"M16 14h.01\"}],[\"$\",\"path\",\"19clt8\",{\"d\":\"M8 10h.01\"}],[\"$\",\"path\",\"6423bh\",{\"d\":\"M8 14h.01\"}],\"$undefined\"]}],[\"$\",\"h3\",null,{\"className\":\"font-display font-bold text-lg\",\"children\":\"Mokoro Ventures\"}]]}],[\"$\",\"div\",null,{\"className\":\"grid sm:grid-cols-2 lg:grid-cols-3 gap-5\",\"children\":[[\"$\",\"a\",\"Mokoro Marketing\",{\"href\":\"#contact\",\"target\":\"$undefined\",\"rel\":\"$undefined\",\"className\":\"card reveal group relative overflow-hidden\",\"style\":{\"transitionDelay\":\"0ms\"},\"children\":[[\"$\",\"div\",null,{\"className\":\"absolute top-0 right-0 w-32 h-32 rounded-full blur-3xl opacity-10 group-hover:opacity-25 transition-opacity\",\"style\":{\"background\":\"#D4AF37\"}}],[\"$\",\"div\",null,{\"className\":\"flex items-start justify-between mb-3\",\"children\":[[\"$\",\"div\",null,{\"className\":\"w-11 h-11 rounded-xl flex items-center justify-center font-black text-brand-ink bg-gold-gradient shadow-glow-gold\",\"children\":\"M\"}],[\"$\",\"svg\",null,{\"ref\":\"$undefined\",\"xmlns\":\"http://www.w3.org/2000/svg\",\"width\":18,\"height\":18,\"viewBox\":\"0 0 24 24\",\"fill\":\"none\",\"stroke\":\"currentColor\",\"strokeWidth\":2,\"strokeLinecap\":\"round\",\"strokeLinejoin\":\"round\",\"className\":\"lucide lucide-arrow-up-right opacity-40 group-hover:opacity-100 group-hover:-translate-y-0.5 group-hover:translate-x-0.5 transition-all\",\"children\":[[\"$\",\"path\",\"1tivn9\",{\"d\":\"M7 7h10v10\"}],[\"$\",\"path\",\"1vkiza\",{\"d\":\"M7 17 17 7\"}],\"$undefined\"]}]]}],[\"$\",\"div\",null,{\"className\":\"text-[10px] uppercase tracking-[0.2em] opacity-60 mb-1\",\"children\":[\"marketing\",\".mokoro\"]}],[\"$\",\"h3\",null,{\"className\":\"font-bold text-base mb-1\",\"children\":\"Mokoro Marketing\"}],[\"$\",\"p\",null,{\"className\":\"text-sm opacity-75 leading-relaxed\",\"children\":\"Full-stack digital marketing, SEO \u0026 growth\"}]]}],[\"$\",\"a\",\"Mokoro Edge Hosting\",{\"href\":\"#contact\",\"target\":\"$undefined\",\"rel\":\"$undefined\",\"className\":\"card reveal group relative overflow-hidden\",\"style\":{\"transitionDelay\":\"30ms\"},\"children\":[[\"$\",\"div\",null,{\"className\":\"absolute top-0 right-0 w-32 h-32 rounded-full blur-3xl opacity-10 group-hover:opacity-25 transition-opacity\",\"style\":{\"background\":\"#14B8A6\"}}],[\"$\",\"div\",null,{\"className\":\"flex items-start justify-between mb-3\",\"children\":[[\"$\",\"div\",null,{\"className\":\"w-11 h-11 rounded-xl flex items-center justify-center font-black text-brand-ink bg-gold-gradient shadow-glow-gold\",\"children\":\"M\"}],[\"$\",\"svg\",null,{\"ref\":\"$undefined\",\"xmlns\":\"http://www.w3.org/2000/svg\",\"width\":18,\"height\":18,\"viewBox\":\"0 0 24 24\",\"fill\":\"none\",\"stroke\":\"currentColor\",\"strokeWidth\":2,\"strokeLinecap\":\"round\",\"strokeLinejoin\":\"round\",\"className\":\"lucide lucide-arrow-up-right opacity-40 group-hover:opacity-100 group-hover:-translate-y-0.5 group-hover:translate-x-0.5 transition-all\",\"children\":[[\"$\",\"path\",\"1tivn9\",{\"d\":\"M7 7h10v10\"}],[\"$\",\"path\",\"1vkiza\",{\"d\":\"M7 17 17 7\"}],\"$undefined\"]}]]}],[\"$\",\"div\",null,{\"className\":\"text-[10px] uppercase tracking-[0.2em] opacity-60 mb-1\",\"children\":[\"hosting\",\".mokoro\"]}],[\"$\",\"h3\",null,{\"className\":\"font-bold text-base mb-1\",\"children\":\"Mokoro Edge Hosting\"}],[\"$\",\"p\",null,{\"className\":\"text-sm opacity-75 leading-relaxed\",\"children\":\"Cloud hosting, email \u0026 global SSL\"}]]}],[\"$\",\"a\",\"Mokoro Academy\",{\"href\":\"#contact\",\"target\":\"$undefined\",\"rel\":\"$undefined\",\"className\":\"card reveal group relative overflow-hidden\",\"style\":{\"transitionDelay\":\"60ms\"},\"children\":[[\"$\",\"div\",null,{\"className\":\"absolute top-0 right-0 w-32 h-32 rounded-full blur-3xl opacity-10 group-hover:opacity-25 transition-opacity\",\"style\":{\"background\":\"#D4AF37\"}}],[\"$\",\"div\",null,{\"className\":\"flex items-start justify-between mb-3\",\"children\":[[\"$\",\"div\",null,{\"className\":\"w-11 h-11 rounded-xl flex items-center justify-center font-black text-brand-ink bg-gold-gradient shadow-glow-gold\",\"children\":\"M\"}],\"$L75\"]}],\"$L76\",\"$L77\",\"$L78\"]}],\"$L79\",\"$L7a\",\"$L7b\",\"$L7c\",\"$L7d\",\"$L7e\",\"$L7f\"]}]]}]\n5b:[\"$\",\"div\",null,{\"children\":[[\"$\",\"div\",null,{\"className\":\"text-5xl font-black text-gradient-teal\",\"children\":\"Auto\"}],[\"$\",\"div\",null,{\"className\":\"text-xs uppercase tracking-wider opacity-60 mt-1\",\"children\":\"Primary metric lifted\"}]]}]\n5c:[\"$\",\"div\",null,{\"className\":\"grid md:grid-cols-3 gap-5\",\"children\":[[\"$\",\"div\",\"Kagiso M.\",{\"className\":\"card reveal\",\"style\":{\"transitionDelay\":\"0ms\"},\"children\":[[\"$\",\"svg\",null,{\"ref\":\"$undefined\",\"xmlns\":\"http://www.w3.org/2000/svg\",\"width\":28,\"height\":28,\"viewBox\":\"0 0 24 24\",\"fill\":\"none\",\"stroke\":\"currentColor\",\"strokeWidth\":2,\"strokeLinecap\":\"round\",\"strokeLinejoin\":\"round\",\"className\":\"lucide lucide-quote text-brand-gold opacity-80 mb-3\",\"children\":[[\"$\",\"path\",\"rib7q0\",{\"d\":\"M16 3a2 2 0 0 0-2 2v6a2 2 0 0 0 2 2 1 1 0 0 1 1 1v1a2 2 0 0 1-2 2 1 1 0 0 0-1 1v2a1 1 0 0 0 1 1 6 6 0 0 0 6-6V5a2 2 0 0 0-2-2z\"}],[\"$\",\"path\",\"1ymkrd\",{\"d\":\"M5 3a2 2 0 0 0-2 2v6a2 2 0 0 0 2 2 1 1 0 0 1 1 1v1a2 2 0 0 1-2 2 1 1 0 0 0-1 1v2a1 1 0 0 0 1 1 6 6 0 0 0 6-6V5a2 2 0 0 0-2-2z\"}],\"$undefined\"]}],[\"$\",\"p\",null,{\"className\":\"text-sm leading-relaxed opacity-85 mb-4\",\"children\":[\"\\\"\",\"Mokoro didn’t just build us a website — they built us a lead machine. Our WhatsApp inquiries tripled in 6 weeks.\",\"\\\"\"]}],[\"$\",\"div\",null,{\"className\":\"flex items-center gap-3 pt-4 border-t border-slate-200/60 dark:border-white/5\",\"children\":[[\"$\",\"div\",null,{\"className\":\"w-10 h-10 rounded-full bg-gold-gradient flex items-center justify-center text-brand-ink font-bold\",\"children\":\"K\"}],[\"$\",\"div\",null,{\"children\":[[\"$\",\"div\",null,{\"className\":\"font-semibold text-sm\",\"children\":\"Kagiso M.\"}],[\"$\",\"div\",null,{\"className\":\"text-xs opacity-60\",\"children\":\"Founder, Gaborone SME\"}]]}]]}]]}],[\"$\",\"div\",\"Lerato D.\",{\"className\":\"card reveal\",\"style\":{\"transitionDelay\":\"40ms\"},\"children\":[[\"$\",\"svg\",null,{\"ref\":\"$undefined\",\"xmlns\":\"http://www.w3.org/2000/svg\",\"width\":28,\"height\":28,\"viewBox\":\"0 0 24 24\",\"fill\":\"none\",\"stroke\":\"currentColor\",\"strokeWidth\":2,\"strokeLinecap\":\"round\",\"strokeLinejoin\":\"round\",\"className\":\"lucide lucide-quote text-brand-gold opacity-80 mb-3\",\"children\":[[\"$\",\"path\",\"rib7q0\",{\"d\":\"M16 3a2 2 0 0 0-2 2v6a2 2 0 0 0 2 2 1 1 0 0 1 1 1v1a2 2 0 0 1-2 2 1 1 0 0 0-1 1v2a1 1 0 0 0 1 1 6 6 0 0 0 6-6V5a2 2 0 0 0-2-2z\"}],[\"$\",\"path\",\"1ymkrd\",{\"d\":\"M5 3a2 2 0 0 0-2 2v6a2 2 0 0 0 2 2 1 1 0 0 1 1 1v1a2 2 0 0 1-2 2 1 1 0 0 0-1 1v2a1 1 0 0 0 1 1 6 6 0 0 0 6-6V5a2 2 0 0 0-2-2z\"}],\"$undefined\"]}],[\"$\",\"p\",null,{\"className\":\"text-sm leading-relaxed opacity-85 mb-4\",\"children\":[\"\\\"\",\"Their WhatsApp automation cut our response time from 6 hours to 30 seconds. A game changer for cargo bookings.\",\"\\\"\"]}],[\"$\",\"div\",null,{\"className\":\"flex items-center gap-3 pt-4 border-t border-slate-200/60 dark:border-white/5\",\"children\":[[\"$\",\"div\",null,{\"className\":\"w-10 h-10 rounded-full bg-gold-gradient flex items-center justify-center text-brand-ink font-bold\",\"children\":\"L\"}],[\"$\",\"div\",null,{\"children\":[[\"$\",\"div\",null,{\"className\":\"font-semibold text-sm\",\"children\":\"Lerato D.\"}],[\"$\",\"div\",null,{\"className\":\"text-xs opacity-60\",\"children\":\"Logistics Director\"}]]}]]}]]}],[\"$\",\"div\",\"Thabo K.\",{\"className\":\"card reveal\",\"style\":{\"transitionDelay\":\"80ms\"},\"children\":[[\"$\",\"svg\",null,{\"ref\":\"$undefined\",\"xmlns\":\"http://www.w3.org/2000/svg\",\"width\":28,\"height\":28,\"viewBox\":\"0 0 24 24\",\"fill\":\"none\",\"stroke\":\"currentColor\",\"strokeWidth\":2,\"strokeLinecap\":\"round\",\"strokeLinejoin\":\"round\",\"className\":\"lucide lucide-quote text-brand-gold opacity-80 mb-3\",\"children\":[[\"$\",\"path\",\"rib7q0\",{\"d\":\"M16 3a2 2 0 0 0-2 2v6a2 2 0 0 0 2 2 1 1 0 0 1 1 1v1a2 2 0 0 1-2 2 1 1 0 0 0-1 1v2a1 1 0 0 0 1 1 6 6 0 0 0 6-6V5a2 2 0 0 0-2-2z\"}],[\"$\",\"path\",\"1ymkrd\",{\"d\":\"M5 3a2 2 0 0 0-2 2v6a2 2 0 0 0 2 2 1 1 0 0 1 1 1v1a2 2 0 0 1-2 2 1 1 0 0 0-1 1v2a1 1 0 0 0 1 1 6 6 0 0 0 6-6V5a2 2 0 0 0-2-2z\"}],\"$undefined\"]}],[\"$\",\"p\",null,{\"className\":\"text-sm leading-relaxed opacity-85 mb-4\",\"children\":[\"\\\"\",\"From branding to funnels to hosting, Mokoro delivered more in 30 days than three previous agencies combined.\",\"\\\"\"]}],[\"$\",\"div\",null,{\"className\":\"flex items-center gap-3 pt-4 border-t border-slate-200/60 dark:border-white/5\",\"children\":[[\"$\",\"div\",null,{\"className\":\"w-10 h-10 rounded-full bg-gold-gradient flex items-center justify-center text-brand-ink font-bold\",\"children\":\"T\"}],\"$L80\"]}]]}],\"$L81\"]}]\n61:[\"$\",\"circle\",\"1mglay\",{\"cx\":\"12\",\"cy\":\"12\",\"r\":\"10\"}]\n62:[\"$\",\"polyline\",\"68esgv\",{\"points\":\"12 6 12 12 16 14\"}]\n63:[\"$\",\"h3\",null,{\"className\":\"font-bold text-lg mb-2 group-hover:text-brand-gold transition-colors\",\"children\":\"The WhatsApp Funnel That Converts 24/7\"}]\n64:[\"$\",\"p\",null,{\"className\":\"text-sm opacity-75 leading-relaxed mb-3\",\"children\":\"Set up a fully automated lead-to-quote flow using free tools — no developer required.\"}]\n65:[\"$\",\"div\",null,{\"className\":\"inline-flex items-center gap-1 text-sm font-semibold text-brand-gold\",\"children\":[\"Read article \",[\"$\",\"svg\",null,{\"ref\":\"$undefined\",\"xmlns\":\"http://www.w3.org/2000/svg\",\"width\":14,\"height\":14,\"viewBox\":\"0 0 24 24\",\"fill\":\"none\",\"stroke\":\"currentColor\",\"strokeWidth\":2,\"strokeLinecap\":\"round\",\"strokeLinejoin\":\"round\",\"className\":\"lucide lucide-arrow-up-right\",\"children\":[[\"$\",\"path\",\"1tivn9\",{\"d\":\"M7 7h10v10\"}],[\"$\",\"path\",\"1vkiza\",{\"d\":\"M7 17 17 7\"}],\"$undefined\"]}]]}]\n66:[\"$\",\"article\",\"Why PWAs Beat Traditional Websites in Africa\",{\"className\":\"card reveal group cursor-pointer\",\"style\":{\"transitionDelay\":\"80ms\"},\"children\":[[\"$\",\"div\",null,{\"className\":\"aspect-video rounded-xl mb-4 overflow-hidden relative bg-gradient-to-br from-brand-night to-slate-700\",\"children\":[[\"$\",\"div\",null,{\"className\":\"absolute inset-0 bg-gradient-to-br from-sky-500/30 to-indigo-500/30\"}],[\"$\",\"div\",null,{\"className\":\"absolute inset-0 bg-grid bg-grid-dark opacity-40\"}],[\"$\",\"span\",null,{\"className\":\"absolute top-3 left-3 text-[10px] uppercase tracking-widest bg-black/40 backdrop-blur px-2 py-1 rounded-full text-white\",\"children\":\"PWA\"}]]}],[\"$\",\"div\",null,{\"className\":\"flex items-center gap-2 text-xs opacity-60 mb-2\",\"children\":[[\"$\",\"svg\",null,{\"ref\":\"$undefined\",\"xmlns\":\"http://www.w3.org/2000/svg\",\"width\":12,\"height\":12,\"viewBox\":\"0 0 24 24\",\"fill\":\"none\",\"stroke\":\"currentColor\",\"strokeWidth\":2,\"strokeLinecap\":\"round\",\"strokeLinejoin\":\"round\",\"className\":\"lucide lucide-clock\",\"children\":[[\"$\",\"circle\",\"1mglay\",{\"cx\":\"12\",\"cy\":\"12\",\"r\":\"10\"}],[\"$\",\"polyline\",\"68esgv\",{\"points\":\"12 6 12 12 16 14\"}],\"$undefined\"]}],\" \",\"Jul 2025\",\" · 5 min read\"]}],[\"$\",\"h3\",null,{\"className\":\"font-bold text-lg mb-2 group-hover:text-brand-gold transition-colors\",\"children\":\"Why PWAs Beat Traditional Websites in Africa\"}],[\"$\",\"p\",null,{\"className\":\"text-sm opacity-75 leading-relaxed mb-3\",\"children\":\"Offline-first experiences, installability, and blazing-fast performance on 3G/4G.\"}],[\"$\",\"div\",null,{\"className\":\"inline-flex items-center gap-1 text-sm font-semibold text-brand-gold\",\"children\":[\"Read article \",[\"$\",\"svg\",null,{\"ref\":\"$undefined\",\"xmlns\":\"http://www.w3.org/2000/svg\",\"width\":14,\"height\":14,\"viewBox\":\"0 0 24 24\",\"fill\":\"none\",\"stroke\":\"currentColor\",\"strokeWidth\":2,\"strokeLinecap\":\"round\",\"strokeLinejoin\":\"round\",\"className\":\"lucide lucide-arrow-up-right\",\"children\":[[\"$\",\"path\",\"1tivn9\",{\"d\":\"M7 7h10v10\"}],[\"$\",\"path\",\"1vkiza\",{\"d\":\"M7 17 17 7\"}],\"$undefined\"]}]]}]]}]\n67:[\"$\",\"article\",\"Accepting Orange Money \u0026 FNP Online in 2025\",{\"className\":\"card reveal group cursor-pointer\",\"style\":{\"transitionDelay\":\"120ms\"},\"children\":[[\"$\",\"div\",null,{\"className\":\"aspect-video rounded-xl mb-4 overflow-hidden relative bg-gradient-to-br from-brand-night to-slate-700\",\"children\":[[\"$\",\"div\",null,{\"className\":\"absolute inset-0 bg-gradient-to-br from-sky-500/30 to-indigo-500/30\"}],[\"$\",\"div\",null,{\"className\":\"absolute inset-0 bg-grid bg-grid-dark opacity-40\"}],[\"$\",\"span\",null,{\"className\":\"absolute top-3 left-3 text-[10px] uppercase tracking-widest bg-black/40 backdrop-blur px-2 py-1 rounded-full text-white\",\"children\":\"Payments\"}]]}],[\"$\",\"div\",null,{\"className\":\"flex items-center gap-2 text-xs opacity-60 mb-2\",\"children\":[[\"$\",\"svg\",null,{\"ref\":\"$undefined\",\"xmlns\":\"http://www.w3.org/2000/svg\",\"width\":12,\"height\":12,\"viewBox\":\"0 0 24 24\",\"fill\":\"none\",\"stroke\":\"currentColor\",\"strokeWidth\":2,\"strokeLinecap\":\"round\",\"strokeLinejoin\":\"round\",\"className\":\"lucide lucide-clock\",\"children\":[[\"$\",\"circle\",\"1mglay\",{\"cx\":\"12\",\"cy\":\"12\",\"r\":\"10\"}],[\"$\",\"polyline\",\"68esgv\",{\"points\":\"12 6 12 12 16 14\"}],\"$undefined\"]}],\" \",\"Jun 2025\",\" · 5 min read\"]}],[\"$\",\"h3\",null,{\"className\":\"font-bold text-lg mb-2 group-hover:text-brand-gold transition-colors\",\"children\":\"Accepting Orange Money \u0026 FNP Online in 2025\"}],[\"$\",\"p\",null,{\"className\":\"text-sm opacity-75 leading-relaxed mb-3\",\"children\":\"A developer-friendly guide to SADC payment gateways for local e-commerce.\"}],[\"$\",\"div\",null,{\"className\":\"inline-flex items-center gap-1 text-sm font-semibold text-brand-gold\",\"children\":[\"Read article \",[\"$\",\"svg\",null,{\"ref\":\"$undefined\",\"xmlns\":\"http://www.w3.org/2000/svg\",\"width\":14,\"height\":14,\"viewBox\":\"0 0 24 24\",\"fill\":\"none\",\"stroke\":\"currentColor\",\"strokeWidth\":2,\"strokeLinecap\":\"round\",\"strokeLinejoin\":\"round\",\"className\":\"lucide lucide-arrow-up-right\",\"children\":[[\"$\",\"path\",\"1tivn9\",{\"d\":\"M7 7h10v10\"}],[\"$\",\"path\",\"1vkiza\",{\"d\":\"M7 17 17 7\"}],\"$undefined\"]}]]}]]}]\n68:[\"$\",\"article\",\"The Website-as-a-Service Model for African SMEs\",{\"className\":\"card reveal group cursor-pointer\",\"style\":{\"transitionDelay\":\"160ms\"},\"children\":[[\"$\",\"div\",null,{\"className\":\"aspect-video rounded-xl mb-4 overflow-hidden relative bg-gradient-to-br from-brand-night to-slate-700\",\"children\":[[\"$\",\"div\",null,{\"className\":\"absolute inset-0 bg-gradient-to-br from-sky-500/30 to-indigo-500/30\"}],[\"$\",\"div\",null,{\"className\":\"absolute inset-0 bg-grid bg-grid-dark opacity-40\"}],[\"$\",\"span\",null,{\"className\":\"absolute top-3 left-3 text-[10px] uppercase tracking-widest bg-black/40 backdrop-blur px-2 py-1 rounded-full text-white\",\"children\":\"Growth\"}]]}],[\"$\",\"div\",null,{\"className\":\"flex items-center gap-2 text-xs opacity-60 mb-2\",\"children\":[[\"$\",\"svg\",null,{\"ref\":\"$undefined\",\"xmlns\":\"http://www.w3.org/2000/svg\",\"width\":12,\"height\":12,\"viewBox\":\"0 0 24 24\",\"fill\":\"none\",\"stroke\":\"currentColor\",\"strokeWidth\":2,\"strokeLinecap\":\"round\",\"strokeLinejoin\":\"round\",\"className\":\"lucide lucide-clock\",\"children\":[[\"$\",\"circle\",\"1mglay\",{\"cx\":\"12\",\"cy\":\"12\",\"r\":\"10\"}],[\"$\",\"polyline\",\"68esgv\",{\"points\":\"12 6 12 12 16 14\"}],\"$undefined\"]}],\" \",\"Jun 2025\",\" · 5 min read\"]}],[\"$\",\"h3\",null,{\"className\":\"font-bold text-lg mb-2 group-hover:text-brand-gold transition-colors\",\"children\":\"The Website-as-a-Service Model for African SMEs\"}],[\"$\",\"p\",null,{\"className\":\"text-sm opacity-75 leading-relaxed mb-3\",\"children\":\"How P999/month gets you a world-class site, hosting, security and support.\"}],[\"$\",\"div\",null,{\"className\":\"inline-flex items-center gap-1 text-sm font-semibold text-brand-gold\",\"children\":[\"Read article \",[\"$\",\"svg\",null,{\"ref\":\"$undefined\",\"xmlns\":\"http://www.w3.org/2000/svg\",\"width\":14,\"height\":14,\"viewBox\":\"0 0 24 24\",\"fill\":\"none\",\"stroke\":\"currentColor\",\"strokeWidth\":2,\"strokeLinecap\":\"round\",\"strokeLinejoin\":\"round\",\"className\":\"lucide lucide-arrow-up-right\",\"children\":[[\"$\",\"path\",\"1tivn9\",{\"d\":\"M7 7h10v10\"}],[\"$\",\"path\",\"1vkiza\",{\"d\":\"M7 17 17 7\"}],\"$undefined\"]}]]}]]}]\n69:[\"$\",\"article\",\"YellowBlue: How We 3x’d Cargo Bookings\",{\"className\":\"card reveal group cursor-pointer\",\"style\":{\"transitionDelay\":\"200ms\"},\"children\":[[\"$\",\"div\",null,{\"className\":\"aspect-video rounded-xl mb-4 overflow-hidden relative bg-gradient-to-br from-brand-night to-slate-700\",\"children\":[[\"$\",\"div\",null,{\"className\":\"absolute inset-0 bg-gradient-to-br from-sky-500/30 to-indigo-500/30\"}],[\"$\",\"div\",null,{\"className\":\"absolute inset-0 bg-grid bg-grid-dark opacity-40\"}],[\"$\",\"span\",null,{\"className\":\"absolute top-3 left-3 text-[10px] uppercase tracking-widest bg-black/40 backdrop-blur px-2 py-1 rounded-full text-white\",\"children\":\"Case Study\"}]]}],[\"$\",\"div\",null,{\"className\":\"flex items-center gap-2 text-xs opacity-60 mb-2\",\"children\":[[\"$\",\"svg\",null,{\"ref\":\"$undefined\",\"xmlns\":\"http://www.w3.org/2000/svg\",\"width\":12,\"height\":12,\"viewBox\":\"0 0 24 24\",\"fill\":\"none\",\"stroke\":\"currentColor\",\"strokeWidth\":2,\"strokeLinecap\":\"round\",\"strokeLinejoin\":\"round\",\"className\":\"lucide lucide-clock\",\"children\":[[\"$\",\"circle\",\"1mglay\",{\"cx\":\"12\",\"cy\":\"12\",\"r\":\"10\"}],[\"$\",\"polyline\",\"68esgv\",{\"points\":\"12 6 12 12 16 14\"}],\"$undefined\"]}],\" \",\"May 2025\",\" · 5 min read\"]}],[\"$\",\"h3\",null,{\"className\":\"font-bold text-lg mb-2 group-hover:text-brand-gold transition-colors\",\"children\":\"YellowBlue: How We 3x’d Cargo Bookings\"}],[\"$\",\"p\",null,{\"className\":\"text-sm opacity-75 leading-relaxed mb-3\",\"children\":\"A behind-the-scenes look at the WhatsApp + ads system that doubled quote volume.\"}],[\"$\",\"div\",null,{\"className\":\"inline-flex items-center gap-1 text-sm font-semibold text-brand-gold\",\"children\":[\"Read article \",[\"$\",\"svg\",null,{\"ref\":\"$undefined\",\"xmlns\":\"http://www.w3.org/2000/svg\",\"width\":14,\"height\":14,\"viewBox\":\"0 0 24 24\",\"fill\":\"none\",\"stroke\":\"currentColor\",\"strokeWidth\":2,\"strokeLinecap\":\"round\",\"strokeLinejoin\":\"round\",\"className\":\"lucide lucide-arrow-up-right\",\"children\":[[\"$\",\"path\",\"1tivn9\",{\"d\":\"M7 7h10v10\"}],[\"$\",\"path\",\"1vkiza\",{\"d\":\"M7 17 17 7\"}],\"$undefined\"]}]]}]]}]\n71:[\"$\",\"p\",null,{\"className\":\"text-xs opacity-70 leading-relaxed mb-3\",\"children\":\"See what growth could look like in 90 days.\"}]\n72:[\"$\",\"div\",null,{\"className\":\"text-xs font-bold text-brand-gold group-hover:underline\",\"children\":[\"Run My Forecast\",\" →\"]}]\n73:[\"$\",\"a\",\"SME Growth Toolkit\",{\"href\":\"#contact\",\"className\":\"rounded-2xl p-5 bg-white/50 dark:bg-white/5 hover:bg-white dark:hover:bg-white/10 transition-all border border-slate-200/60 dark:border-white/5 hover:-translate-y-1 hover:border-brand-gold group\",\"style\":{\"animationDelay\":\"150ms\"},\"children\":[[\"$\",\"div\",null,{\"className\":\"w-10 h-10 rounded-xl bg-teal-gradient text-white flex items-center justify-center mb-3 group-hover:scale-110 transition-transform\",\"children\":[\"$\",\"svg\",null,{\"ref\":\"$undefined\",\"xmlns\":\"http://www.w3.org/2000/svg\",\"width\":18,\"height\":18,\"viewBox\":\"0 0 24 24\",\"fill\":\"none\",\"stroke\":\"currentColor\",\"strokeWidth\":2,\"strokeLinecap\":\"round\",\"strokeLinejoin\":\"round\",\"className\":\"lucide lucide-file-text\",\"children\":[[\"$\",\"path\",\"1rqfz7\",{\"d\":\"M15 2H6a2 2 0 0 0-2 2v16a2 2 0 0 0 2 2h12a2 2 0 0 0 2-2V7Z\"}],[\"$\",\"path\",\"tnqrlb\",{\"d\":\"M14 2v4a2 2 0 0 0 2 2h4\"}],[\"$\",\"path\",\"b1mrlr\",{\"d\":\"M10 9H8\"}],[\"$\",\"path\",\"t4e002\",{\"d\":\"M16 13H8\"}],[\"$\",\"path\",\"z1uh3a\",{\"d\":\"M16 17H8\"}],\"$undefined\"]}]}],[\"$\",\"h4\",null,{\"className\":\"font-bold text-sm mb-1\",\"children\":\"SME Growth Toolkit\"}],[\"$\",\"p\",null,{\"className\":\"text-xs opacity-70 leading-relaxed mb-3\",\"children\":\"Templates, dashboards \u0026 checklists (free).\"}],[\"$\",\"div\",null,{\"className\":\"text-xs font-bold text-brand-gold group-hover:underline\",\"children\":[\"Download Toolkit\",\" →\"]}]]}]\n74:[\"$\",\"a\",\"WhatsApp Blueprint\",{\"href\":\"#contact\",\"className\":\"rounded-2xl p-5 bg-white/50 dark:bg-white/5 hover:bg-white dark:hover:bg-white/10 transition-all border border-slate-200/60 dark:border-white/5 hover:-translate-y-1 hover:border-brand-gold group\",\"style\":{\"animationDelay\":\"200ms\"},\"children\":[[\"$\",\"div\",null,{\"className\":\"w-10 h-10 rounded-xl bg-teal-gradient text-white flex items-center justify-center mb-3 group-hover:scale-110 transition-transform\",\"children\":[\"$\",\"svg\",null,{\"ref\":\"$undefined\",\"xmlns\":\"http://www.w3.org/2000/svg\",\"width\":18,\"height\":18,\"viewBox\":\"0 0 24 24\",\"fill\":\"none\",\"stroke\":\"currentColor\",\"strokeWidth\":2,\"strokeLinecap\":\"round\",\"strokeLinejoin\":\"round\",\"className\":\"lucide lucide-bot\",\"children\":[[\"$\",\"path\",\"hb8ula\",{\"d\":\"M12 8V4H8\"}],[\"$\",\"rect\",\"enze0r\",{\"width\":\"16\",\"height\":\"12\",\"x\":\"4\",\"y\":\"8\",\"rx\":\"2\"}],[\"$\",\"path\",\"vft8re\",{\"d\":\"M2 14h2\"}],[\"$\",\"path\",\"4cs60a\",{\"d\":\"M20 14h2\"}],[\"$\",\"path\",\"1xurst\",{\"d\":\"M15 13v2\"}],[\"$\",\"path\",\"rq6x2g\",{\"d\":\"M9 13v2\"}],\"$undefined\"]}]}],[\"$\",\"h4\",null,{\"className\":\"font-bold text-sm mb-1\",\"children\":\"WhatsApp Blueprint\"}],[\"$\",\"p\",null,{\"className\":\"text-xs opacity-70 leading-relaxed mb-3\",\"children\":\"The automation flow that 3x’d cargo bookings.\"}],[\"$\",\"div\",null,{\"className\":\"text-xs font-bold text-brand-gold group-hover:underline\",\"children\":[\"Get the Blueprint\",\" →\"]}]]}]\n75:[\"$\",\"svg\",null,{\"ref\":\"$undefined\",\"xmlns\":\"http://www.w3.org/2000/svg\",\"width\":18,\"height\":18,\"viewBox\":\"0 0 24 24\",\"fill\":\"none\",\"stroke\":\"currentColor\",\"strokeWidth\":2,\"strokeLinecap\":\"round\",\"strokeLinejoin\":\"round\",\"className\":\"lucide lucide-arrow-up-right opacity-40 group-hover:opacity-100 group-hover:-translate-y-0.5 group-hover:translate-x-0.5 transition-all\",\"children\":[[\"$\",\"path\",\"1tivn9\",{\"d\":\"M7 7h10v10\"}],[\"$\",\"path\",\"1vkiza\",{\"d\":\"M7 17 17 7\"}],\"$undefined\"]}]\n76:[\"$\",\"div\",null,{\"className\":\"text-[10px] uppercase tracking-[0.2em] opacity-60 mb-1\",\"children\":[\"academy\",\".mokoro\"]}]\n77:[\"$\",\"h3\",null,{\"className\":\"font-bold text-base mb-1\",\"children\":\"Mokoro Academy\"}]\n78:[\"$\",\"p\",null,{\"className\":\"text-sm opacity-75 leading-relaxed\",\"children\":\"Training, workshops \u0026 certification programmes\"}]\n79:[\"$\",\"a\",\"AnimalSphere\",{\"href\":\"#contact\",\"target\":\"$undefined\",\"rel\":\"$undefined\",\"className\":\"card reveal group relative overflow-hidden\",\"style\":{\"transitionDelay\":\"90ms\"},\"children\":[[\"$\",\"div\",null,{\"className\":\"absolute top-0 right-0 w-32 h-32 rounded-full blur-3xl opacity-10 group-hover:opacity-25 transition-opacity\",\"style\":{\"background\":\"#14B8A6\"}}],[\"$\",\"div\",null,{\"className\":\"flex items-start justify-between mb-3\",\"children\":[[\"$\",\"div\",null,{\"className\":\"w-11 h-11 rounded-xl flex items-center justify-center font-black text-brand-ink bg-gold-gradient shadow-glow-gold\",\"children\":\"A\"}],[\"$\",\"svg\",null,{\"ref\":\"$undefined\",\"xmlns\":\"http://www.w3.org/2000/svg\",\"width\":18,\"height\":18,\"viewBox\":\"0 0 24 24\",\"fill\":\"none\",\"stroke\":\"currentColor\",\"strokeWidth\":2,\"strokeLinecap\":\"round\",\"strokeLinejoin\":\"round\",\"className\":\"lucide lucide-arrow-up-right opacity-40 group-hover:opacity-100 group-hover:-translate-y-0.5 group-hover:translate-x-0.5 transition-all\",\"children\":[[\"$\",\"path\",\"1tivn9\",{\"d\":\"M7 7h10v10\"}],[\"$\",\"path\",\"1vkiza\",{\"d\":\"M7 17 17 7\"}],\"$undefined\"]}]]}],[\"$\",\"div\",null,{\"className\":\"text-[10px] uppercase tracking-[0.2em] opacity-60 mb-1\",\"children\":[\"animalsphere\",\".mokoro\"]}],[\"$\",\"h3\",null,{\"className\":\"font-bold text-base mb-1\",\"children\":\"AnimalSphere\"}],[\"$\",\"p\",null,{\"className\":\"text-sm opacity-75 leading-relaxed\",\"children\":\"Animal sciences, biotech, training \u0026 consultancy\"}]]}]\n7a:[\"$\",\"a\",\"BrandCraft\",{\"href\":\"#contact\",\"target\":\"$undefined\",\"rel\":\"$undefined\",\"className\":\"card reveal group relative overflow-hidden\",\"style\":{\"transitionDelay\":\"120ms\"},\"children\":[[\"$\",\"div\",null,{\"className\":\"absolute top-0 right-0 w-32 h-32 rounded-full blur-3xl opacity-10 group-hover:opacity-25 transition-opacity\",\"style\":{\"background\":\"#D4AF37\"}}],[\"$\",\"div\",null,{\"className\":\"flex items-start justify-between mb-3\",\"children\":[[\"$\",\"div\",null,{\"className\":\"w-11 h-11 rounded-xl flex items-center justify-center font-black text-brand-ink bg-gold-gradient shadow-glow-gold\",\"children\":\"B\"}],[\"$\",\"svg\",null,{\"ref\":\"$undefined\",\"xmlns\":\"http://www.w3.org/2000/svg\",\"width\":18,\"height\":18,\"viewBox\":\"0 0 24 24\",\"fill\":\"none\",\"stroke\":\"currentColor\",\"strokeWidth\":2,\"strokeLinecap\":\"round\",\"strokeLinejoin\":\"round\",\"className\":\"lucide lucide-arrow-up-right opacity-40 group-hover:opacity-100 group-hover:-translate-y-0.5 group-hover:translate-x-0.5 transition-all\",\"children\":[[\"$\",\"path\",\"1tivn9\",{\"d\":\"M7 7h10v10\"}],[\"$\",\"path\",\"1vkiza\",{\"d\":\"M7 17 17 7\"}],\"$undefined\"]}]]}],[\"$\",\"div\",null,{\"className\":\"text-[10px] uppercase tracking-[0.2em] opacity-60 mb-1\",\"children\":[\"brandcraft\",\".mokoro\"]}],[\"$\",\"h3\",null,{\"className\":\"font-bold text-base mb-1\",\"children\":\"BrandCraft\"}],[\"$\",\"p\",null,{\"className\":\"text-sm opacity-75 leading-relaxed\",\"children\":\"Branding, merch, embroidery, engraving \u0026 print\"}]]}]\n7b:[\"$\",\"a\",\"Cloud Money\",{\"href\":\"#contact\",\"target\":\"$undefined\",\"rel\":\"$undefined\",\"className\":\"card reveal group relative overflow-hidden\",\"style\":{\"transitionDelay\":\"150ms\"},\"children\":[[\"$\",\"div\",null,{\"className\":\"absolute top-0 right-0 w-32 h-32 rounded-full blur-3xl opacity-10 group-hover:opacity-25 transition-opacity\",\"style\":{\"background\":\"#14B8A6\"}}],[\"$\",\"div\",null,{\"className\":\"flex items-start justify-between mb-3\",\"children\":[[\"$\",\"div\",null,{\"className\":\"w-11 h-11 rounded-xl flex items-center justify-center font-black text-brand-ink bg-gold-gradient shadow-glow-gold\",\"children\":\"C\"}],[\"$\",\"svg\",null,{\"ref\":\"$undefined\",\"xmlns\":\"http://www.w3.org/2000/svg\",\"width\":18,\"height\":18,\"viewBox\":\"0 0 24 24\",\"fill\":\"none\",\"stroke\":\"currentColor\",\"strokeWidth\":2,\"strokeLinecap\":\"round\",\"strokeLinejoin\":\"round\",\"className\":\"lucide lucide-arrow-up-right opacity-40 group-hover:opacity-100 group-hover:-translate-y-0.5 group-hover:translate-x-0.5 transition-all\",\"children\":[[\"$\",\"path\",\"1tivn9\",{\"d\":\"M7 7h10v10\"}],[\"$\",\"path\",\"1vkiza\",{\"d\":\"M7 17 17 7\"}],\"$undefined\"]}]]}],[\"$\",\"div\",null,{\"className\":\"text-[10px] uppercase tracking-[0.2em] opacity-60 mb-1\",\"children\":[\"cloudmoney\",\".mokoro\"]}],[\"$\",\"h3\",null,{\"className\":\"font-bold text-base mb-1\",\"children\":\"Cloud Money\"}],[\"$\",\"p\",null,{\"className\":\"text-sm opacity-75 leading-relaxed\",\"children\":\"Digital finance, affiliate programmes \u0026 fintech\"}]]}]\n7c:[\"$\",\"a\",\"Urban Farming\",{\"href\":\"#contact\",\"target\":\"$undefined\",\"rel\":\"$undefined\",\"className\":\"card reveal group relative overflow-hidden\",\"style\":{\"transitionDelay\":\"180ms\"},\"children\":[[\"$\",\"div\",null,{\"className\":\"absolute top-0 right-0 w-32 h-32 rounded-full blur-3xl opacity-10 group-hover:opacity-25 transition-opacity\",\"style\":{\"background\":\"#D4AF37\"}}],[\"$\",\"div\",null,{\"className\":\"flex items-start justify-between mb-3\",\"children\":[[\"$\",\"div\",null,{\"className\":\"w-11 h-11 rounded-xl flex items-center justify-center font-black text-brand-ink bg-gold-gradient shadow-glow-gold\",\"children\":\"U\"}],[\"$\",\"svg\",null,{\"ref\":\"$undefined\",\"xmlns\":\"http://www.w3.org/2000/svg\",\"width\":18,\"height\":18,\"viewBox\":\"0 0 24 24\",\"fill\":\"none\",\"stroke\":\"currentColor\",\"strokeWidth\":2,\"strokeLinecap\":\"round\",\"strokeLinejoin\":\"round\",\"className\":\"lucide lucide-arrow-up-right opacity-40 group-hover:opacity-100 group-hover:-translate-y-0.5 group-hover:translate-x-0.5 transition-all\",\"children\":[[\"$\",\"path\",\"1tivn9\",{\"d\":\"M7 7h10v10\"}],[\"$\",\"path\",\"1vkiza\",{\"d\":\"M7 17 17 7\"}],\"$undefined\"]}]]}],[\"$\",\"div\",null,{\"className\":\"text-[10px] uppercase tracking-[0.2em] opacity-60 mb-1\",\"children\":[\"urbanfarming\",\".mokoro\"]}],[\"$\",\"h3\",null,{\"className\":\"font-bold text-base mb-1\",\"children\":\"Urban Farming\"}],[\"$\",\"p\",null,{\"className\":\"text-sm opacity-75 leading-relaxed\",\"children\":\"Hydroponics \u0026 vertical farming consultancy\"}]]}]\n7d:[\"$\",\"a\",\"Agri-Projects\",{\"href\":\"#contact\",\"target\":\"$undefined\",\"rel\":\"$undefined\",\"className\":\"card reveal group relative overflow-hidden\",\"style\":{\"transitionDelay\":\"210ms\"},\"children\":[[\"$\",\"div\",null,{\"className\":\"absolute top-0 right-0 w-32 h-32 rounded-full blur-3xl opacity-10 group-hover:opacity-25 transition-opacity\",\"style\":{\"background\":\"#14B8A6\"}}],[\"$\",\"div\",null,{\"className\":\"flex items-start justify-between mb-3\",\"children\":[[\"$\",\"div\",null,{\"className\":\"w-11 h-11 rounded-xl flex items-center justify-center font-black text-brand-ink bg-gold-gradient shadow-glow-gold\",\"children\":\"A\"}],[\"$\",\"svg\",null,{\"ref\":\"$undefined\",\"xmlns\":\"http://www.w3.org/2000/svg\",\"width\":18,\"height\":18,\"viewBox\":\"0 0 24 24\",\"fill\":\"none\",\"stroke\":\"currentColor\",\"strokeWidth\":2,\"strokeLinecap\":\"round\",\"strokeLinejoin\":\"round\",\"className\":\"lucide lucide-arrow-up-right opacity-40 group-hover:opacity-100 group-hover:-translate-y-0.5 group-hover:translate-x-0.5 transition-all\",\"children\":[[\"$\",\"path\",\"1tivn9\",{\"d\":\"M7 7h10v10\"}],[\"$\",\"path\",\"1vkiza\",{\"d\":\"M7 17 17 7\"}],\"$undefined\"]}]]}],[\"$\",\"div\",null,{\"className\":\"text-[10px] uppercase tracking-[0.2em] opacity-60 mb-1\",\"children\":[\"agri\",\".mokoro\"]}],[\"$\",\"h3\",null,{\"className\":\"font-bold text-base mb-1\",\"children\":\"Agri-Projects\"}],[\"$\",\"p\",null,{\"className\":\"text-sm opacity-75 leading-relaxed\",\"children\":\"Hatcheries, feed mills, chilli farms \u0026 mega farms\"}]]}]\n7e:[\"$\",\"a\",\"Facilities\",{\"href\":\"#contact\",\"target\":\"$undefined\",\"rel\":\"$undefined\",\"className\":\"card reveal group relative overflow-hidden\",\"style\":{\"transitionDelay\":\"240ms\"},\"children\":[[\"$\",\"div\",null,{\"className\":\"absolute top-0 right-0 w-32 h-32 rounded-full blur-3xl opacity-10 group-hover:opacity-25 transition-opacity\",\"style\":{\"background\":\"#D4AF37\"}}],[\"$\",\"div\",null,{\"className\":\"flex items-start justify-between mb-3\",\"children\":[[\"$\",\"div\",null,{\"className\":\"w-11 h-11 rounded-xl flex items-center justify-center font-black text-brand-ink bg-gold-gradient shadow-glow-gold\",\"children\":\"F\"}],[\"$\",\"svg\",null,{\"ref\":\"$undefined\",\"xmlns\":\"http://www.w3.org/2000/svg\",\"width\":18,\"height\":18,\"viewBox\":\"0 0 24 24\",\"fill\":\"none\",\"stroke\":\"currentColor\",\"strokeWidth\":2,\"strokeLinecap\":\"round\",\"strokeLinejoin\":\"round\",\"className\":\"lucide lucide-arrow-up-right opacity-40 group-hover:opacity-100 group-hover:-translate-y-0.5 group-hover:translate-x-0.5 transition-all\",\"children\":[[\"$\",\"path\",\"1tivn9\",{\"d\":\"M7 7h10v10\"}],[\"$\",\"path\",\"1vkiza\",{\"d\":\"M7 17 17 7\"}],\"$undefined\"]}]]}],[\"$\",\"div\",null,{\"className\":\"text-[10px] uppercase tracking-[0.2em] opacity-60 mb-1\",\"children\":[\"facilities\",\".mokoro\"]}],[\"$\",\"h3\",null,{\"className\":\"font-bold text-base mb-1\",\"children\":\"Facilities\"}],[\"$\",\"p\",null,{\"className\":\"text-sm opacity-75 leading-relaxed\",\"children\":\"Landscaping, cleaning, janitorial \u0026 handyman\"}]]}]\n7f:[\"$\",\"a\",\"Trading Desk\",{\"href\":\"#contact\",\"target\":\"$undefined\",\"rel\":\"$undefined\",\"className\":\"card reveal group relative overflow-hidden\",\"style\":{\"transitionDelay\":\"270ms\"},\"children\":[[\"$\",\"div\",null,{\"className\":\"absolute top-0 right-0 w-32 h-32 rounded-full blur-3xl opacity-10 group-hover:opacity-25 transition-opacity\",\"style\":{\"background\":\"#14B8A6\"}}],[\"$\",\"div\",null,{\"className\":\"flex items-start justify-between mb-3\",\"children\":[[\"$\",\"div\",null,{\"className\":\"w-11 h-11 rounded-xl flex items-center justify-center font-black text-brand-ink bg-gold-gradient shadow-glow-gold\",\"children\":\"T\"}],[\"$\",\"svg\",null,{\"ref\":\"$undefined\",\"xmlns\":\"http://www.w3.org/2000/svg\",\"width\":18,\"height\":18,\"viewBox\":\"0 0 24 24\",\"fill\":\"none\",\"stroke\":\"currentColor\",\"strokeWidth\":2,\"strokeLinecap\":\"round\",\"strokeLinejoin\":\"round\",\"className\":\"lucide lucide-arrow-up-right opacity-40 group-hover:opacity-100 group-hover:-translate-y-0.5 group-hover:translate-x-0.5 transition-all\",\"children\":[[\"$\",\"path\",\"1tivn9\",{\"d\":\"M7 7h10v10\"}],[\"$\",\"path\",\"1vkiza\",{\"d\":\"M7 17 17 7\"}],\"$undefined\"]}]]}],[\"$\",\"div\",null,{\"className\":\"text-[10px] uppercase tracking-[0.2em] opacity-60 mb-1\",\"children\":[\"trading\",\".mokoro\"]}],[\"$\",\"h3\",null,{\"className\":\"font-bold text-base mb-1\",\"children\":\"Trading Desk\"}],[\"$\",\"p\",null,{\"className\":\"text-sm opacity-75 leading-relaxed\",\"children\":\"Markets education, signals \u0026 affiliate tools\"}]]}]\n80:[\"$\",\"div\",null,{\"children\":[[\"$\",\"div\",null,{\"className\":\"font-semibold text-sm\",\"children\":\"Thabo K.\"}],[\"$\",\"div\",null,{\"className\":\"text-xs opacity-60\",\"children\":\"Agri-Entrepreneur\"}]]}]\n81:[\"$\",\"div\",\"Masego R.\",{\"className\":\"card reveal\",\"style\":{\"transitionDelay\":\"120ms\"},\"children\":[[\"$\",\"svg\",null,{\"ref\":\"$undefined\",\"xmlns\":\"http://www.w3.org/2000/svg\",\"width\":28,\"height\":28,\"viewBox\":\"0 0 24 24\",\"fill\":\"none\",\"stroke\":\"currentColor\",\"strokeWidth\":2,\"strokeLinecap\":\"round\",\"strokeLinejoin\":\"round\",\"className\":\"lucide lucide-quote text-brand-gold opacity-80 mb-3\",\"children\":[[\"$\",\"path\",\"rib7q0\",{\"d\":\"M16 3a2 2 0 0 0-2 2v6a2 2 0 0 0 2 2 1 1 0 0 1 1 1v1a2 2 0 0 1-2 2 1 1 0 0 0-1 1v2a1 1 0 0 0 1 1 6 6 0 0 0 6-6V5a2 2 0 0 0-2-2z\"}],[\"$\",\"path\",\"1ymkrd\",{\"d\":\"M5 3a2 2 0 0 0-2 2v6a2 2 0 0 0 2 2 1 1 0 0 1 1 1v1a2 2 0 0 1-2 2 1 1 0 0 0-1 1v2a1 1 0 0 0 1 1 6 6 0 0 0 6-6V5a2 2 0 0 0-2-2z\"}],\"$undefined\"]}],[\"$\",\"p\",null,{\"className\":\"text-sm leading-relaxed opacity-85 mb-4\",\"children\":[\"\\\"\",\"We launched our store in 9 days with Orange Money and FNB payments working out the box. Sales started on day 10.\",\"\\\"\"]}],[\"$\",\"div\",null,{\"className\":\"flex items-center gap-3 pt-4 border-t border-slate-200/60 dark:border-white/5\",\"children\":[[\"$\",\"div\",null,{\"className\":\"w-10 h-10 rounded-full bg-gold-gradient flex items-center justify-center text-brand-ink font-bold\",\"children\":\"M\"}],[\"$\",\"div\",null,{\"children\":[[\"$\",\"div\",null,{\"className\":\"font-semibold text-sm\",\"children\":\"Masego R.\"}],[\"$\",\"div\",null,{\"className\":\"text-xs opacity-60\",\"children\":\"E-commerce Founder\"}]]}]]}]]}]\n2a:[[\"$\",\"meta\",\"0\",{\"charSet\":\"utf-8\"}],[\"$\",\"meta\",\"1\",{\"name\":\"viewport\",\"content\":\"width=device-width, initial-scale=1, maximum-scale=5, viewport-fit=cover\"}],[\"$\",\"meta\",\"2\",{\"name\":\"theme-color\",\"content\":\"#D4AF37\"}]]\n82:I[27201,[\"/_next/static/chunks/3nf9g8iq1k1nx.js\"],\"IconMark\"]\n2d:[[\"$\",\"title\",\"0\",{\"children\":\"Mokoro — Data. Design. Disruption. | Digital Growth Engine\"}],[\"$\",\"meta\",\"1\",{\"name\":\"description\",\"content\":\"Mokoro is Botswana's most disruptive digital marketing, growth, data analytics \u0026 transformation agency. SEO, paid ads, web design, branding, automation, WhatsApp funnels — all powered by AI and real results. Data. Design. Disruption.\"}],[\"$\",\"meta\",\"2\",{\"name\":\"application-name\",\"content\":\"Mokoro\"}],[\"$\",\"meta\",\"3\",{\"name\":\"author\",\"content\":\"Farouk Pandor\"}],[\"$\",\"meta\",\"4\",{\"name\":\"author\",\"content\":\"Jennifer Diphofu\"}],[\"$\",\"link\",\"5\",{\"rel\":\"manifest\",\"href\":\"/manifest.json\",\"crossOrigin\":\"$undefined\"}],[\"$\",\"meta\",\"6\",{\"name\":\"keywords\",\"content\":\"digital marketing Botswana,SEO agency Botswana,SEO audit free,Local SEO Botswana,Gaborone web design,PWA development Africa,Mokoro,Farouk Pandor,Jennifer Diphofu,branding Gaborone,web design Botswana,WhatsApp business Botswana,paid ads Botswana,social media management Botswana,data analytics Africa,growth agency,AI marketing,SADC digital agency,China Botswana sourcing,ecommerce Botswana\"}],[\"$\",\"meta\",\"7\",{\"name\":\"creator\",\"content\":\"Mokoro\"}],[\"$\",\"meta\",\"8\",{\"name\":\"publisher\",\"content\":\"Mokoro\"}],[\"$\",\"meta\",\"9\",{\"name\":\"robots\",\"content\":\"index, follow\"}],[\"$\",\"meta\",\"10\",{\"name\":\"googlebot\",\"content\":\"index, follow, max-image-preview:large\"}],[\"$\",\"meta\",\"11\",{\"name\":\"category\",\"content\":\"business\"}],[\"$\",\"link\",\"12\",{\"rel\":\"canonical\",\"href\":\"https://mokoro-dge.pages.dev\"}],[\"$\",\"meta\",\"13\",{\"property\":\"og:title\",\"content\":\"Mokoro — Data. Design. Disruption.\"}],[\"$\",\"meta\",\"14\",{\"property\":\"og:description\",\"content\":\"Mokoro is Botswana's digital growth engine: data-driven marketing, AI-powered automation, branding, web design, SEO, and paid ads that deliver measurable ROI.\"}],[\"$\",\"meta\",\"15\",{\"property\":\"og:url\",\"content\":\"https://mokoro-dge.pages.dev\"}],[\"$\",\"meta\",\"16\",{\"property\":\"og:site_name\",\"content\":\"Mokoro\"}],[\"$\",\"meta\",\"17\",{\"property\":\"og:locale\",\"content\":\"en_BW\"}],[\"$\",\"meta\",\"18\",{\"property\":\"og:image\",\"content\":\"https://mokoro-dge.pages.dev/icons/icon-512.png\"}],[\"$\",\"meta\",\"19\",{\"property\":\"og:image:width\",\"content\":\"512\"}],[\"$\",\"meta\",\"20\",{\"property\":\"og:image:height\",\"content\":\"512\"}],[\"$\",\"meta\",\"21\",{\"property\":\"og:image:alt\",\"content\":\"Mokoro\"}],[\"$\",\"meta\",\"22\",{\"property\":\"og:type\",\"content\":\"website\"}],[\"$\",\"meta\",\"23\",{\"name\":\"twitter:card\",\"content\":\"summary_large_image\"}],[\"$\",\"meta\",\"24\",{\"name\":\"twitter:title\",\"content\":\"Mokoro — Data. Design. Disruption.\"}],[\"$\",\"meta\",\"25\",{\"name\":\"twitter:description\",\"content\":\"Data. Design. Disruption. Mokoro is Africa's Digital Growth Engine — free SEO audit, AI marketing automation, and real ROI.\"}],[\"$\",\"meta\",\"26\",{\"name\":\"twitter:image\",\"content\":\"https://mokoro-dge.pages.dev/icons/icon-512.png\"}],[\"$\",\"link\",\"27\",{\"rel\":\"icon\",\"href\":\"/favicon.png\",\"sizes\":\"any\"}],[\"$\",\"link\",\"28\",{\"rel\":\"icon\",\"href\":\"/icons/icon-192.png\",\"sizes\":\"192x192\",\"type\":\"image/png\"}],[\"$\",\"link\",\"29\",{\"rel\":\"icon\",\"href\":\"/icons/icon-512.png\",\"sizes\":\"512x512\",\"type\":\"image/png\"}],[\"$\",\"link\",\"30\",{\"rel\":\"apple-touch-icon\",\"href\":\"/icons/icon-192.png\"}],[\"$\",\"$L82\",\"31\",{}]]\n70:null\n"])</script></body></html>