{% include '@Application/inc/central_header.html.twig' %}
{% include '@HoneybeeWeb/pages/inc/pp_style.html.twig' %}
{# WEB-2 §18 — /hivemind. LAW: the AI-Admin price INCLUDES the Admin licence — never
stated as the two prices added. Real examples, not AI hype. Fair-use/HoneyCredits live
in the FAQ, not the hero. ONE primary CTA (§28): See HiveMind in Action. #}
{% set p = prices %}
<div class="pp-wrap">
<div class="pp-hero">
<span class="kicker">HiveMind</span>
<h1>Give your managers an AI operating partner.</h1>
<p class="sub">HiveMind works on your live business data — the same ledgers, projects and
pipelines your team runs in HoneyBee. Ask a question, get the real number. Ask for a
report, get a draft. €{{ p.business.hivemind_admin }} per Admin/month —
the Admin licence is included in that price.</p>
<a class="pp-cta" href="#request">See HiveMind in Action</a>
</div>
<div class="pp-sec">
<h2>What managers actually use it for</h2>
<div class="pp-grid c3">
<div class="pp-card"><h3>Project position</h3><p>"Where does the Meridian project stand?"
— budget vs actual, open POs, site progress and unbilled milestones in one answer.</p></div>
<div class="pp-card"><h3>Management reporting</h3><p>Monthly summaries drafted from real
figures — cash position, receivables, sales pipeline — ready to review, not to compile.</p></div>
<div class="pp-card"><h3>Overdue actions</h3><p>Which invoices are overdue, which approvals
are stuck, which follow-ups went quiet — surfaced before they become problems.</p></div>
<div class="pp-card"><h3>Drafts on demand</h3><p>Dunning notices, follow-up emails and
meeting summaries drafted for a human to approve — never sent on their own.</p></div>
<div class="pp-card"><h3>Data analysis</h3><p>Spend concentration, customer balances,
stock positions — questions answered from the ledger, not from a stale export.</p></div>
<div class="pp-card"><h3>Daily briefing</h3><p>What needs attention today, compiled from
approvals, dues and tasks — one read to start the morning.</p></div>
</div>
</div>
<div class="pp-sec">
<h2>Why it's different from a chatbot</h2>
<p class="sec-sub">HiveMind is wired into your HoneyBee database with your permission model.
It answers from rows, not from guesses — and when it drafts something with consequences,
a human approves it before anything moves. Money never moves automatically.</p>
</div>
<div class="pp-sec">
<h2>Pricing</h2>
<div class="pp-grid c2" style="max-width:700px;margin-left:auto;margin-right:auto;">
<div class="pp-card"><span class="pp-chip">Manage with AI</span>
<div class="pp-price">€{{ p.business.hivemind_admin }}<small> /Admin/month</small></div>
<p style="margin-top:8px;">One price — the full Admin seat AND HiveMind. It replaces
the €{{ p.business.admin }} Manage seat; you never pay both.</p></div>
<div class="pp-card"><span class="pp-chip">Works with</span>
<div class="pp-price">AI Agents</div>
<p style="margin-top:8px;">HiveMind answers and drafts; <a href="{{ url('honeybee_agents') }}"
style="color:var(--n-amber);font-weight:700;">agents</a> chase and execute routine work
org-wide from €{{ p.agents.starter }}/month.</p></div>
</div>
</div>
<div class="pp-sec">
<h2>Frequently asked</h2>
<div class="pp-faq">
<details><summary>Is there a usage limit?</summary>
<p>HiveMind includes a fair-use allowance of AI capacity (HoneyCredits) per seat that
covers normal daily management use. Heavy analytical workloads can add capacity —
your account shows consumption transparently.</p></details>
<details><summary>Can HiveMind act on its own?</summary>
<p>No. It reads, answers and drafts. Anything outward-facing or financial goes through
the same human approval flow as everything else in HoneyBee.</p></details>
<details><summary>Does it see all our data?</summary>
<p>It sees what the logged-in user is allowed to see — the same role-based access
control as the rest of the suite.</p></details>
</div>
</div>
<div class="pp-band" id="request">
<h2>See HiveMind answer questions about a real company.</h2>
<p>A live session on demo data — or, after setup, on your own.</p>
</div>
{% include '@HoneybeeWeb/pages/inc/intent_form.html.twig' with {
'intent': 'demo', 'cta': 'See HiveMind in Action',
'extras': [
{'name': 'primary_interest', 'label': 'Primary interest', 'options': ['HiveMind AI', 'AI Agents', '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' %}