{% include '@Application/inc/central_header.html.twig' %}
{% include '@HoneybeeWeb/pages/inc/pp_style.html.twig' %}
{# WEB-3 §32 — /business-suite/project-management. ONE problem: project companies whose
margin leaks between quotation and collected cash. Primary CTA: Book Business Suite
Demo (same §28 CTA as the parent product page). #}
{% set p = prices %}
<div class="pp-wrap">
<div class="pp-hero">
<span class="kicker">Business Suite · Project Management</span>
<h1>Project management that ends at collected cash.</h1>
<p class="sub">Gantt charts end at "done". Projects end when the retention is released and
the money is in the bank. HoneyBee runs the whole thread — quotation, BoQ, procurement,
site execution, milestone billing, collection — from €{{ p.business.general }} per
user/month.</p>
<a class="pp-cta" href="#request">Book Business Suite Demo</a>
</div>
<div class="pp-sec">
<h2>Where project margin actually leaks</h2>
<div class="pp-grid c3">
<div class="pp-card"><h3>Between quote and BoQ</h3><p>The estimate promises one thing,
site buys another, and nobody reconciles until the loss is booked.</p></div>
<div class="pp-card"><h3>Between site and office</h3><p>Work done but not billed;
variations delivered but never claimed; materials issued but not costed.</p></div>
<div class="pp-card"><h3>Between invoice and cash</h3><p>Milestones invoiced late,
retentions forgotten, follow-up dependent on whoever remembers.</p></div>
</div>
</div>
<div class="pp-sec">
<h2>The thread, connected</h2>
<div class="pp-steps">
<div class="pp-step"><div class="n">1</div><h4>Quote & BoQ</h4><p>The quotation's BoQ
is the project's BoQ — one document, not a copy.</p></div>
<div class="pp-step"><div class="n">2</div><h4>Procure</h4><p>Requisitions and POs draw
from the BoQ; commitments count against the budget from day one.</p></div>
<div class="pp-step"><div class="n">3</div><h4>Execute</h4><p>Site progress, stock issues
and manpower from the field — Beezeness mobile, not WhatsApp.</p></div>
<div class="pp-step"><div class="n">4</div><h4>Bill & collect</h4><p>Milestones,
retention and variations invoiced on time; receivables chased to the bank.</p></div>
</div>
</div>
<div class="pp-sec">
<h2>The number that matters</h2>
<p class="sec-sub">Per-project profitability — budget vs committed vs actual vs billed —
live during the project, while you can still act. Not in the post-mortem. And
<a href="{{ url('honeybee_hivemind') }}" style="color:var(--n-amber);font-weight:700;">HiveMind</a>
answers "where does this project stand?" in one question.</p>
</div>
<div class="pp-sec">
<h2>Built for project businesses</h2>
<div class="pp-grid c3">
<div class="pp-card"><h3>EPC & solar</h3><p>Pairs with
<a href="{{ url('honeybee_solution', {'slug': 'solar-epc'}) }}" style="color:var(--n-amber);font-weight:700;">HoneyWatt design and HoneyCore delivery</a>.</p></div>
<div class="pp-card"><h3>Construction & fit-out</h3><p>BoQ-driven with retention and
milestone certification flows.</p></div>
<div class="pp-card"><h3>Engineering services</h3><p>Deliverable-based billing with
manpower cost against each job.</p></div>
</div>
</div>
<div class="pp-band" id="request">
<h2>Bring one live project to the demo.</h2>
<p>We rebuild it in front of you — quote to cash — and you judge the fit.</p>
</div>
{% include '@HoneybeeWeb/pages/inc/intent_form.html.twig' with {
'intent': 'demo', 'cta': 'Book Business Suite Demo',
'extras': [
{'name': 'primary_interest', 'label': 'Primary interest', 'options': ['Project management', 'Whole Business Suite', 'EPC flow with design', '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' %}