<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>GoGoCity Mobility Technologies | Building Africa's Mobility Infrastructure</title>
<link rel="stylesheet" href="css/style.css">
</head>
<body>
<!-- Premium Navigation -->
<header class="site-header">
<div class="container header-container">
<a href="#" class="logo">
<span class="logo-icon">G</span> GoGoCity
</a>
<nav class="main-nav">
<div class="nav-dropdown">
<button class="dropbtn">About GoGoCity</button>
<div class="dropdown-content">
<a href="#vision">Vision</a>
<a href="#governance">Governance & Compliance</a>
</div>
</div>
<a href="#technology">Technology</a>
<a href="#infrastructure">Infrastructure</a>
<a href="#sustainability">Sustainability</a>
<a href="https://gogocity.africa" class="investor-link">Investors</a>
<a href="#partners">Partners & OEMs</a>
<a href="#newsroom">Newsroom</a>
<a href="#careers">Careers</a>
</nav>
<div class="header-cta">
<a href="#contact" class="btn btn-secondary btn-sm">Contact</a>
</div>
</div>
</header>
<!-- Cinematic Hero Section -->
<section class="hero-section">
<!-- Background visual placeholder (Video or high-res render) -->
<div class="hero-bg-overlay"></div>
<div class="container hero-content">
<p class="hero-tagline">Infrastructure Layer for Emerging Markets</p>
<h1 class="hero-title">Building Africa’s Intelligent Mobility Infrastructure</h1>
<p class="hero-subheading">
GoGoCity Mobility Technologies is creating the digital and physical infrastructure that will power the next generation of urban mobility across Africa.
</p>
<div class="hero-actions">
<a href="#infrastructure" class="btn btn-primary">Explore Ecosystem</a>
<a href="https://gogocity.africa" class="btn btn-outline">Investor Centre</a>
</div>
</div>
<!-- Subtle Scroll Indicator -->
<div class="scroll-indicator">
<span class="mouse-wheel"></span>
</div>
</section>
<!-- Industrial Pillar Split-Grid -->
<section id="infrastructure" class="pillar-section">
<div class="container">
<div class="section-header">
<h2>The Infrastructure Matrix</h2>
<p>Deploying highly integrated hardware and software ecosystems engineered for maximum resilience and utilization.</p>
</div>
<div class="pillar-grid">
<div class="pillar-card">
<div class="card-num">01</div>
<h3>GoGo Charge Networks</h3>
<p>Smart, solar-assisted decentralized micro-grids optimized for high-capacity fleet charging and battery swap logistics.</p>
</div>
<div class="pillar-card">
<div class="card-num">02</div>
<h3>OEM Co-Development</h3>
<p>Forging structural alliances with international OEMs to deploy purpose-built light electric vehicles and commercial platforms tailored to regional duty cycles.</p>
</div>
<div class="pillar-card">
<div class="card-num">03</div>
<h3>Proprietary OS Layer</h3>
<p>Real-time energy routing, predictive demand mapping, and secure fintech integration powering thousands of operational endpoints every second.</p>
</div>
</div>
</div>
</section>
<script src="js/main.js"></script>
</body>
</html>