{% include '@Application/inc/central_header.html.twig' %}
{% include '@HoneybeeWeb/inc/_web_design_system.html.twig' %}
{# ─── COMPARISON — HoneyBee vs Odoo ─── #}
<style>
.cmp-hero { background: var(--n-cream); padding: 130px 0 80px; position: relative; overflow: hidden; }
.cmp-hero::before {
content:''; position:absolute; top:0; right:0; width:55%; height:100%;
background: radial-gradient(ellipse 80% 70% at 80% 40%, rgba(192,125,42,.07) 0%, transparent 65%),
radial-gradient(ellipse 50% 60% at 95% 80%, rgba(61,107,82,.06) 0%, transparent 60%);
pointer-events:none;
}
.cmp-hero-inner { max-width: 760px; position: relative; }
.cmp-guardrail { margin-top: 22px; font-size: 13px; color: var(--n-muted-2); display: inline-flex; align-items: flex-start; gap: 8px; }
.cmp-guardrail i { color: var(--n-sage); margin-top: 3px; }
/* Comparison table */
.cmp-table-wrap { margin-top: 40px; border: 1px solid var(--n-border-md); border-radius: var(--n-radius-lg); overflow: hidden; box-shadow: var(--n-shadow-sm); background: var(--n-white); }
.cmp-table { width: 100%; border-collapse: collapse; }
.cmp-table thead th { text-align: left; padding: 20px 24px; font-family:'Montserrat',sans-serif; font-size: 14px; font-weight: 800; color: var(--n-dark); background: var(--n-cream-2); border-bottom: 1px solid var(--n-border-md); }
.cmp-table thead th:last-child { background: var(--n-dark); color: #fff; }
.cmp-table tbody td { padding: 18px 24px; font-size: 14px; line-height: 1.6; color: var(--n-muted); border-bottom: 1px solid var(--n-border); vertical-align: top; }
.cmp-table tbody tr:last-child td { border-bottom: none; }
.cmp-table tbody td:first-child { width: 26%; font-weight: 700; color: var(--n-dark); font-family:'Montserrat',sans-serif; font-size: 13px; }
.cmp-table tbody td:last-child { background: var(--n-sage-dim); color: var(--n-dark); }
.cmp-col-them { background: rgba(26,29,46,.015); }
/* When to choose */
.cmp-choose { background: var(--n-white); border: 1px solid var(--n-border-md); border-radius: var(--n-radius-lg); padding: 40px 44px; margin-top: 40px; box-shadow: var(--n-shadow-sm); }
.cmp-choose ul { list-style: none; margin-top: 20px; display: grid; grid-template-columns: 1fr 1fr; gap: 14px 32px; }
.cmp-choose li { display: flex; gap: 12px; font-size: 14px; line-height: 1.55; color: var(--n-muted); }
.cmp-choose li i { color: var(--n-sage); margin-top: 3px; flex-shrink: 0; }
/* CTA band */
.cmp-cta { background: var(--n-cream-2); padding: 100px 0; text-align: center; border-top: 1px solid var(--n-border); }
.cmp-cta h2 { font-family:'Montserrat',sans-serif; font-size: clamp(28px,3.5vw,44px); font-weight: 900; color: var(--n-dark); margin-bottom: 16px; }
.cmp-cta h2 em { font-style: normal; color: var(--n-amber); }
.cmp-cta-actions { display: flex; gap: 12px; justify-content: center; flex-wrap: wrap; margin-top: 28px; }
@media (max-width: 820px) {
.cmp-choose ul { grid-template-columns: 1fr; }
.cmp-table tbody td:first-child { width: auto; }
.cmp-table, .cmp-table thead, .cmp-table tbody, .cmp-table tr, .cmp-table td, .cmp-table th { display: block; }
.cmp-table thead { display: none; }
.cmp-table tbody td { border-bottom: 1px solid var(--n-border); }
.cmp-table tbody tr { border-bottom: 2px solid var(--n-border-md); }
}
</style>
{# ══ 1. HERO ══ #}
<section class="cmp-hero">
<div class="n-wrap">
<div class="cmp-hero-inner">
<span class="n-label">Comparison</span>
<h1 class="n-h1">HoneyBee vs <em class="n-em">Odoo</em></h1>
<p class="n-body n-mt-6" style="max-width:640px">
Odoo is a capable, broad ERP suite for general business operations. HoneyBee is different because it is built
around project execution, EPC workflows, field operations and energy-infrastructure intelligence.
</p>
<div class="n-hero-actions n-mt-8">
<a href="{{ url('honeybee_contact') }}" class="n-btn n-btn-primary">Book Demo <i class="fa-solid fa-arrow-right"></i></a>
<a href="{{ url('honeybee_contact') }}" class="n-btn n-btn-outline">Request Workflow Audit</a>
</div>
<div class="cmp-guardrail">
<i class="fa-solid fa-circle-info"></i>
<span>This is a fair, like-for-like comparison — not a criticism of Odoo. Different tools fit different jobs.</span>
</div>
</div>
</div>
</section>
{# ══ 2. WHERE THEY FIT ══ #}
<section class="n-sec" style="padding-bottom:0">
<div class="n-wrap-sm">
<span class="n-label">Where Odoo fits</span>
<h2 class="n-h2">A broad suite for <em class="n-em">general business operations.</em></h2>
<p class="n-body n-mt-6">
Odoo offers a wide, modular app ecosystem spanning accounting, CRM, sales, inventory, manufacturing and
websites. For general-purpose companies that want a flexible, all-round ERP with a large community and many
integrations, it is a strong and well-established choice. Its breadth and configurability are genuine strengths.
</p>
</div>
</section>
{# ══ 3. WHERE HONEYBEE IS DIFFERENT ══ #}
<section class="n-sec">
<div class="n-wrap">
<div class="n-center">
<span class="n-label">Where HoneyBee is different</span>
<h2 class="n-h2">Built around <em class="n-em">project execution</em> and energy infrastructure.</h2>
</div>
<div class="cmp-table-wrap">
<table class="cmp-table">
<thead>
<tr><th>Capability</th><th>Odoo</th><th>HoneyBee</th></tr>
</thead>
<tbody>
<tr><td>Project execution & EPC depth</td><td class="cmp-col-them">General project module; EPC-specific execution is configured or customised.</td><td>Native lead-to-cash EPC thread: tender, planning, WBS, site progress, commissioning, retention.</td></tr>
<tr><td>Quotation → BoQ → procurement</td><td class="cmp-col-them">Quotation and purchase exist as modules; BoQ linkage is custom.</td><td>Structured BoQ ties directly to costing, project-wise procurement and budget out of the box.</td></tr>
<tr><td>Field operations & O&M</td><td class="cmp-col-them">Field service add-on; O&M handover not project-native.</td><td>Field updates, site reports, GPS workforce and O&M handover wired into the project.</td></tr>
<tr><td>Energy-asset / EMS intelligence</td><td class="cmp-col-them">No native energy-asset or EMS layer.</td><td>HoneyCore Edge EMS connects meters, sensors and asset data to ERP, billing and reporting.</td></tr>
<tr><td>Finance ↔ procurement ↔ project</td><td class="cmp-col-them">Connected through configuration across modules.</td><td>Cost, committed spend and margin roll up per project automatically.</td></tr>
<tr><td>Governed AI</td><td class="cmp-col-them">AI features vary by edition and app.</td><td>Governed AI reporting over your own ERP data, with audit-aware actions.</td></tr>
<tr><td>Deployment model</td><td class="cmp-col-them">Cloud or self-hosted, broad-market.</td><td>EUR pricing, EU data residency, tuned for energy/engineering/industrial firms.</td></tr>
</tbody>
</table>
</div>
</div>
</section>
{# ══ 4. WHEN TO CHOOSE HONEYBEE ══ #}
<section class="n-sec" style="padding-top:0">
<div class="n-wrap-sm">
<div class="cmp-choose">
<span class="n-label">When to choose HoneyBee</span>
<h2 class="n-h2">If your business <em class="n-em">runs on projects.</em></h2>
<ul>
<li><i class="fa-solid fa-circle-check"></i> EPC, solar and energy-infrastructure contractors</li>
<li><i class="fa-solid fa-circle-check"></i> Engineering and design-build firms</li>
<li><i class="fa-solid fa-circle-check"></i> Industrial and plant project companies</li>
<li><i class="fa-solid fa-circle-check"></i> O&M and asset-monitoring operators</li>
<li><i class="fa-solid fa-circle-check"></i> Companies billing by milestones and retention</li>
<li><i class="fa-solid fa-circle-check"></i> Teams that need field-to-finance traceability</li>
</ul>
</div>
</div>
</section>
{# ══ 5. CTA BAND ══ #}
<section class="cmp-cta">
<div class="n-wrap-sm">
<h2>See HoneyBee on <em>your project workflow.</em></h2>
<p class="n-body" style="max-width:54ch;margin:0 auto">
Book a demo or request a workflow audit. We map your current quotation, procurement, site and billing flow —
then show the project cockpit running on it.
</p>
<div class="cmp-cta-actions">
<a href="{{ url('honeybee_contact') }}" class="n-btn n-btn-primary">Book Demo <i class="fa-solid fa-arrow-right"></i></a>
<a href="{{ url('honeybee_contact') }}" class="n-btn n-btn-outline">Request Workflow Audit</a>
</div>
</div>
</section>
{% include '@HoneybeeWeb/footer/central_footer.html.twig' %}