<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>The SAS Ecosystem | AgroPulse</title>
<link rel="preconnect" href="https://fonts.googleapis.com">
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
<link href="https://fonts.googleapis.com/css2?family=Roboto:wght@300;400;700&display=swap" rel="stylesheet">
<style>
/* Base Institutional Theme */
body {
font-family: 'Roboto', sans-serif;
background-color: #050505;
color: #e0e0e0;
margin: 0;
padding: 0;
line-height: 1.6;
}
h1, h2, h3 {
color: #ffffff;
margin-bottom: 20px;
}
.container {
max-width: 1200px;
margin: 0 auto;
padding: 40px 20px;
}
/* Hero Section */
.hero {
text-align: center;
padding: 80px 20px;
background: linear-gradient(180deg, #0a0a0a 0%, #050505 100%);
border-bottom: 1px solid #1a1a1a;
}
.hero h1 {
font-size: 36pt;
font-weight: 700;
letter-spacing: -0.5px;
margin-bottom: 15px;
}
.hero p {
font-size: 14pt;
color: #a0a0a0;
max-width: 800px;
margin: 0 auto;
font-weight: 300;
}
.accent-text {
color: #39FF14;
}
/* Membership Foundation Section */
.membership-section {
background-color: #0a0a0a;
padding: 60px 40px;
border-radius: 12px;
border: 1px solid #1a1a1a;
margin-bottom: 60px;
display: flex;
align-items: center;
gap: 40px;
}
.membership-content {
flex: 2;
}
.membership-fee {
flex: 1;
text-align: center;
padding: 40px;
background-color: #050505;
border: 1px solid rgba(57, 255, 20, 0.3);
border-radius: 8px;
box-shadow: 0px 0px 20px rgba(57, 255, 20, 0.1);
}
.membership-fee h2 {
font-size: 32pt;
color: #39FF14;
margin: 0;
}
/* The Four Pillars Grid */
.pillars-header {
text-align: center;
font-size: 26pt;
font-weight: 700;
margin-bottom: 50px;
}
.grid-container {
display: grid;
grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
gap: 30px;
margin-bottom: 80px;
}
.grid-card {
background-color: #0a0a0a;
padding: 40px 30px;
border-radius: 12px;
border: 1px solid #1a1a1a;
text-align: center;
transition: transform 0.3s ease;
}
.grid-card:hover {
transform: translateY(-5px);
border-color: rgba(57, 255, 20, 0.4);
}
.grid-card h3 {
font-size: 16pt;
margin-top: 20px;
}
.grid-card p {
color: #a0a0a0;
font-size: 11pt;
}
/* SAS Icon Glowing CSS */
.sas-icon-wrapper {
display: flex;
justify-content: center;
align-items: center;
height: 100px;
margin-bottom: 20px;
}
.sas-icon {
width: 70px;
height: auto;
transition: all 0.3s ease-in-out;
filter: drop-shadow(0px 0px 8px rgba(57, 255, 20, 0.6));
}
.grid-card:hover .sas-icon {
filter: drop-shadow(0px 0px 15px rgba(57, 255, 20, 1.0));
}
/* B2B Enterprise Section */
.b2b-section {
padding: 60px 40px;
border-top: 1px solid #1a1a1a;
border-bottom: 1px solid #1a1a1a;
background: url('path-to-your-dark-satellite-background.jpg') center/cover;
position: relative;
}
.b2b-overlay {
background-color: rgba(5, 5, 5, 0.9);
position: absolute;
top: 0; left: 0; right: 0; bottom: 0;
z-index: 1;
}
.b2b-content {
position: relative;
z-index: 2;
max-width: 800px;
margin: 0 auto;
text-align: center;
}
/* Buttons */
.btn-primary {
display: inline-block;
padding: 15px 35px;
background-color: transparent;
color: #39FF14;
text-decoration: none;
font-weight: 700;
border: 2px solid #39FF14;
border-radius: 4px;
transition: all 0.3s ease;
text-transform: uppercase;
letter-spacing: 1px;
margin-top: 20px;
}
.btn-primary:hover {
background-color: #39FF14;
color: #050505;
box-shadow: 0px 0px 15px rgba(57, 255, 20, 0.5);
}
</style>
</head>
<body>
<!-- Hero Section -->
<section class="hero">
<div class="container">
<h1>The Sovereign AgroTrade System</h1>
<p>Transforming African agriculture from an invisible activity into <span class="accent-text">bankable infrastructure</span>. We replace Trust-by-Assumption with Trust-by-Execution.</p>
</div>
</section>
<!-- Membership Foundation -->
<section class="container">
<div class="membership-section">
<div class="membership-content">
<h2 style="font-family: 'Roboto', sans-serif; font-size: 26pt; font-weight: 700;">The Cost of Certainty</h2>
<p>The SAS Ecosystem is not a fragmented software suite; it is a unified digital organism. Entry into this ecosystem requires the <strong>AgroPulse Membership Fee</strong>. This is not merely a subscription—it is the passport that upgrades a hidden rural smallholder into a sovereign, globally recognized producer.</p>
<ul style="color: #a0a0a0; line-height: 1.8;">
<li><strong>Immutable Identity:</strong> Blockchain-secured KYC and NIN registration.</li>
<li><strong>Escrow Security:</strong> Capital protection via AgriCert verification.</li>
<li><strong>Global Market Access:</strong> Immediate listing rights on the AgriXchange.</li>
</ul>
</div>
<div class="membership-fee">
<p style="margin: 0; color: #a0a0a0; text-transform: uppercase; letter-spacing: 2px;">Annual Membership</p>
<h2>$60</h2>
<p style="margin: 0; color: #a0a0a0; font-size: 10pt;">Per Verified Producer</p>
</div>
</div>
<!-- The Four Pillars Grid -->
<h1 class="pillars-header">The Four AgriTrade Pillars</h1>
<div class="grid-container">
<!-- Pillar 1 -->
<div class="grid-card">
<div class="sas-icon-wrapper">
<!-- Replace src with your generated FarmAssure PNG -->
<img src="farmassure-icon.png" alt="FarmAssure Agintel" class="sas-icon">
</div>
<h3>FarmAssure Agintel</h3>
<p>The production and risk intelligence ERP. Utilizing AI, IoT, and GIS geospatial mapping to transition farms from intuitive guesswork to data-driven precision.</p>
</div>
<!-- Pillar 2 -->
<div class="grid-card">
<div class="sas-icon-wrapper">
<!-- Replace src with your generated AgriXchange PNG -->
<img src="agrixchange-icon.png" alt="AgriXchange Marketplace" class="sas-icon">
</div>
<h3>AgriXchange</h3>
<p>The dual-core B2B trade execution engine. Bypassing middleman price manipulation through direct-to-buyer virtual trading and high-volume commodity auctions.</p>
</div>
<!-- Pillar 3 -->
<div class="grid-card">
<div class="sas-icon-wrapper">
<!-- Replace src with your generated AgriCert PNG -->
<img src="agricert-icon.png" alt="AgriCert Compliance" class="sas-icon">
</div>
<h3>AgriCert</h3>
<p>The system's immune system. Blockchain-enabled sovereign escrow and quality-assurance tracking, mitigating counterparty risk for global ESG mandates.</p>
</div>
<!-- Pillar 4 -->
<div class="grid-card">
<div class="sas-icon-wrapper">
<!-- Replace src with your generated Grow App PNG -->
<img src="growapp-icon.png" alt="NWAPDI Grow" class="sas-icon">
</div>
<h3>NWAPDI Grow</h3>
<p>The circulatory system for financial settlement. De-risking capital deployment via Sharia-compliant Murabaha structures, mobile payments, and digital wallets.</p>
</div>
</div>
</section>
<!-- B2B Enterprise Engine -->
<section class="b2b-section">
<div class="b2b-overlay"></div>
<div class="container b2b-content">
<h2 style="font-size: 28pt; margin-bottom: 20px;">Enterprise Subsidized Intelligence</h2>
<p style="font-size: 14pt; color: #a0a0a0; margin-bottom: 30px;">
FarmAssure Agintel is powered by a strategic B2B deployment model. We project a <strong>15% Enterprise Adoption Rate</strong>, where global off-takers, NGOs, and government ministries subsidize the $15/month data costs. This ensures robust supply chain security and ESG compliance without overburdening the local smallholder's cash flow.
</p>
<a href="/investors" class="btn-primary">View Institutional Prospectus</a>
</div>
</section>
</body>
</html>
