{% include '@Application/inc/central_header.html.twig' %}
{% include '@HoneybeeWeb/pages/inc/pp_style.html.twig' %}
{# WEB-2 §19 — /agents. Pricing ABOVE the fold; the agents GROUPED by business outcome,
not sixteen equal cards. ONE primary CTA (§28): Explore Agent Setup. Every agent
drafts/chases/checks — humans approve risk; money never moves automatically. #}
{% set p = prices %}
<div class="pp-wrap">
<div class="pp-hero">
<span class="kicker">AI Agents</span>
<h1>Build your digital workforce.</h1>
<p class="sub">Agents work inside your HoneyBee data around the clock — drafting, chasing
and checking the routine work your team does by hand. Organization-level pricing:
every user benefits, nobody needs a seat.</p>
<div class="pp-grid c3" style="max-width:760px;margin:28px auto 0;">
<div class="pp-card"><span class="pp-chip">Starter</span>
<div class="pp-price">€{{ p.agents.starter }}<small> /org/month</small></div>
<p style="margin-top:6px;">Any 4 agents</p></div>
<div class="pp-card" style="border-color:var(--n-amber);"><span class="pp-chip">Growth</span>
<div class="pp-price">€{{ p.agents.growth }}<small> /org/month</small></div>
<p style="margin-top:6px;">Any 8 agents</p></div>
<div class="pp-card"><span class="pp-chip">Complete</span>
<div class="pp-price">€{{ p.agents.complete }}<small> /org/month</small></div>
<p style="margin-top:6px;">All 16 agents</p></div>
</div>
<a class="pp-cta" href="#request">Explore Agent Setup</a>
<a class="pp-cta-ghost" href="#groups">Explore the 16 Agents</a>
</div>
<div class="pp-sec" id="groups">
<h2>Grouped by the outcome they own</h2>
<p class="sec-sub">Pick agents by the problem, not by the buzzword. Every agent follows the
same law: it drafts and chases — a human approves anything with consequences.</p>
<div class="pp-grid c4">
<div class="pp-card"><h3>Finance</h3><ul>
<li>Chases overdue invoices & drafts dunning</li>
<li>Watches cash position & payment dues</li></ul></div>
<div class="pp-card"><h3>Sales</h3><ul>
<li>Captures leads from messages</li>
<li>Drafts follow-ups before deals go quiet</li></ul></div>
<div class="pp-card"><h3>Projects</h3><ul>
<li>Intake, progress & handover checks</li>
<li>Flags budget vs actual drift</li></ul></div>
<div class="pp-card"><h3>HR</h3><ul>
<li>Attendance & leave housekeeping</li>
<li>Onboarding checklists chased to done</li></ul></div>
<div class="pp-card"><h3>Procurement</h3><ul>
<li>Three-way match on PO/GRN/invoice</li>
<li>RFQ & requisition follow-through</li></ul></div>
<div class="pp-card"><h3>Reporting</h3><ul>
<li>Daily briefings & role reports</li>
<li>Month-end packs assembled from rows</li></ul></div>
<div class="pp-card"><h3>Operations</h3><ul>
<li>Stock positions & reorder signals</li>
<li>Site & energy anomaly watch</li></ul></div>
<div class="pp-card"><h3>Customer service</h3><ul>
<li>Ticket triage & drafted replies</li>
<li>Compliance & document checks</li></ul></div>
</div>
</div>
<div class="pp-sec">
<h2>The safety model</h2>
<div class="pp-grid c3">
<div class="pp-card"><h3>Human by exception</h3><p>Agents prepare; people approve.
High-confidence routine goes through, anything risky queues for a human.</p></div>
<div class="pp-card"><h3>Money never moves alone</h3><p>No agent can pay, transfer or
commit funds. Financial documents stop at draft until a person confirms.</p></div>
<div class="pp-card"><h3>Works without AI budget</h3><p>The workflows agents ride on are
deterministic — if AI capacity runs out, your business keeps running.</p></div>
</div>
</div>
<div class="pp-band" id="request">
<h2>Which four agents would save your team the most hours?</h2>
<p>Tell us your bottleneck — we'll propose a starting set and set it up with you.</p>
</div>
{% include '@HoneybeeWeb/pages/inc/intent_form.html.twig' with {
'intent': 'demo', 'cta': 'Explore Agent Setup',
'extras': [
{'name': 'primary_interest', 'label': 'Primary interest', 'options': ['AI Agents', 'HiveMind AI', 'Business Suite', 'Whole ecosystem']},
{'name': 'company_size', 'label': 'Company size', 'options': ['1-10', '11-50', '51-250', '250+']}
]
} only %}
</div>
{% include '@HoneybeeWeb/footer/central_footer.html.twig' %}