<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<title>AMPM ERP — Manufacturing ERP for food producers</title>
<link rel="icon" type="image/svg+xml" href="/favicon.svg">
<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=Archivo:wght@400;500;600;700&display=swap" rel="stylesheet">
<style>
:root { --paper:#F4F5F3; --ink:#1B2430; --muted:#5F6975; --line:#DBDFE3;
        --steel:#29323E; --amber:#E89C00; }
* { box-sizing:border-box; }
body { margin:0; font-family:"Archivo","Segoe UI",system-ui,sans-serif;
       color:var(--ink); background:var(--paper); line-height:1.6;
       font-size:16px; }
header { background:var(--steel); color:#fff; }
.bar { max-width:960px; margin:0 auto; padding:14px 20px; display:flex;
       align-items:center; gap:10px; flex-wrap:wrap; }
.mark { width:26px; height:26px; color:#fff; }
.brand { font-weight:700; letter-spacing:.12em; font-size:18px; }
.brand small { color:#9AA6B4; font-weight:400; letter-spacing:.04em; }
nav { margin-left:auto; display:flex; gap:16px; flex-wrap:wrap; }
nav a { color:#D7DDE4; text-decoration:none; font-size:14.5px; }
nav a:hover { color:#fff; }
nav a.cta { background:var(--amber); color:#1B2430; padding:6px 14px;
            border-radius:6px; font-weight:600; }
main { max-width:960px; margin:0 auto; padding:36px 20px 60px; }
h2 { font-size:28px; margin:0 0 14px; color:var(--steel); }
h3 { font-size:19px; margin:26px 0 8px; }
p, li { color:#2A3644; max-width:760px; }
a { color:#8A5A00; }
ul { padding-left:22px; }
table.plans { border-collapse:collapse; width:100%; margin:22px 0;
              background:#fff; font-size:15px; }
.plans th { background:var(--steel); color:#fff; text-align:left;
            padding:10px 12px; }
.plans td { border:1px solid var(--line); padding:10px 12px;
            vertical-align:top; }
footer { border-top:1px solid var(--line); }
.foot { max-width:960px; margin:0 auto; padding:22px 20px;
        font-size:12.5px; color:#8A94A0; line-height:1.7; }
.foot a { color:inherit; }
</style>
</head>
<body>
<header><div class="bar">
  <svg class="mark" viewBox="0 0 32 32" aria-hidden="true"><path d="M16 4.8 L27 26.6 H22.7 L16 13.3 L9.3 26.6 H5 Z" fill="currentColor"/><rect x="11.2" y="19.8" width="9.6" height="3.1" rx="0.9" fill="#E89C00"/></svg><span class="brand">AMPM <small>ERP</small></span>
  <nav><a href="/site/home">Home</a><a href="/site/pricing">Pricing</a><a href="/site/contact">Contact Us</a><a href="/site/terms">Terms of Service</a><a href="/">Sign in</a>
       <a class="cta" href="/signup.html">Free trial</a></nav>
</div></header>
<main>
<h2>Run your factory in one system</h2>
<p>AMPM ERP is a cloud ERP for small and mid-size food manufacturers: item master and recipes, purchasing, goods receiving with lot tracking, live inventory, production planning with MRP, sales and dispatch, GST invoicing, and plant maintenance — in the browser, with nothing to install.</p>
<ul>
<li><strong>Built for MSME manufacturers.</strong> Start with the modules you need today; add the rest as you grow.</li>
<li><strong>Traceability throughout.</strong> Every lot is tracked from supplier delivery to customer dispatch. A recall is answered in one screen, not one weekend.</li>
<li><strong>Your data stays yours.</strong> Take a full copy any time as plain spreadsheet files. Nothing is ever deleted behind your back.</li>
<li><strong>Free 30-day trial.</strong> The whole system, no card needed.</li>
</ul>
<p><a href="/signup.html">Start your free trial</a> — or <a href="/site/pricing">see pricing</a>.</p>
</main>
<footer><div class="foot">
  <a href="/site/terms">Terms of Service</a> ·
  <a href="/site/privacy">Privacy &amp; Cookie Policy</a> ·
  <a href="/site/refunds">Refund &amp; Cancellation Policy</a> ·
  <a href="/site/contact">Contact Us</a><br>
  By continuing past this page, you agree to our Terms of Service,
  Cookie Policy, Privacy Policy and Content Policies. All trademarks are
  properties of their respective owners.
  &copy; 2026 AMPM Enterprises. All rights reserved.
</div></footer>
</body>
</html>