{% include '@Application/inc/central_header.html.twig' %}
{% include '@HoneybeeWeb/pages/inc/pp_style.html.twig' %}
{# WEB-3 §4 — /solutions rebuilt around BUYERS, not technologies. Four buyers, four
pages; the overview only routes people to their own page fast. Prices from the store. #}
{% set p = prices %}
<div class="pp-wrap">
<div class="pp-hero">
<span class="kicker">Solutions</span>
<h1>Start from the business you run.</h1>
<p class="sub">HoneyBee is one ecosystem, but nobody buys an ecosystem — you buy an answer
to your own operation. Pick yours.</p>
</div>
<div class="pp-sec">
<div class="pp-grid c2">
<div class="pp-card"><h3>EPC & System Integrators</h3>
<p>Design in HoneyWatt, run the project in the Business Suite, ship HoneyCore 4.0
inside your scope — and let AI chase the routine.</p>
<p style="margin-top:10px;">
<a href="{{ url('honeybee_solution', {'slug': 'solar-epc'}) }}" style="color:var(--n-amber);font-weight:700;">For Solar EPCs →</a><br>
<a href="{{ url('honeybee_solution', {'slug': 'system-integrators'}) }}" style="color:var(--n-amber);font-weight:700;">For System Integrators →</a></p></div>
<div class="pp-card"><h3>Energy Asset Owners</h3>
<p>IPP, PPA and OPEX operators: meter every kWh with HoneyCore EMS, bill it with the
Business Suite, and roll the fleet up without spreadsheets.</p>
<p style="margin-top:10px;"><a href="{{ url('honeybee_solution', {'slug': 'energy-asset-owners'}) }}" style="color:var(--n-amber);font-weight:700;">For Asset Owners →</a></p></div>
<div class="pp-card"><h3>C&I & Industrial Companies</h3>
<p>Factories and commercial sites: HoneyCore runs energy and building control while
the Business Suite runs the operation — one vendor, one data model.</p>
<p style="margin-top:10px;"><a href="{{ url('honeybee_solution', {'slug': 'industrial-energy-management'}) }}" style="color:var(--n-amber);font-weight:700;">For Industrial Companies →</a></p></div>
<div class="pp-card"><h3>Multi-Site Operations</h3>
<p>Many locations, one picture: centralized reporting over per-site control, with
HoneyCore intelligence at every site.</p>
<p style="margin-top:10px;"><a href="{{ url('honeybee_solution', {'slug': 'multi-site-operations'}) }}" style="color:var(--n-amber);font-weight:700;">For Multi-Site Operators →</a></p></div>
</div>
<p class="pp-note">HoneyBee is the software, not the contractor — your EPC or integrator
delivers the site works; several are <a href="{{ url('honeybee_partners') }}" style="color:var(--n-amber);font-weight:700;">our partners</a>.</p>
</div>
<div class="pp-sec">
<h2>Or start from the problem</h2>
<div class="pp-grid c3">
<div class="pp-card"><h3>Diesel bill too high</h3>
<p><a href="{{ url('honeybee_honeycore_hybrid_sd') }}" style="color:var(--n-amber);font-weight:700;">Hybrid solar-diesel control →</a></p></div>
<div class="pp-card"><h3>Projects leak margin</h3>
<p><a href="{{ url('honeybee_bs_project_management') }}" style="color:var(--n-amber);font-weight:700;">Project management, quotation to cash →</a></p></div>
<div class="pp-card"><h3>Purchasing is a black box</h3>
<p><a href="{{ url('honeybee_bs_procurement') }}" style="color:var(--n-amber);font-weight:700;">Procurement with three-way match →</a></p></div>
</div>
</div>
<div class="pp-band">
<h2>Not sure which you are?</h2>
<p>Book a demo — we start from your operation, not from a product tour.</p>
<a class="pp-cta" href="{{ url('honeybee_contact') }}" style="margin-top:18px;">Book a Demo</a>
</div>
</div>
{% include '@HoneybeeWeb/footer/central_footer.html.twig' %}