{% include '@Application/inc/central_header.html.twig' %}
{% include '@HoneybeeWeb/pages/inc/pp_style.html.twig' %}
{# WEB-2 §21 — /honeycore/hybrid-control. The five combinations, capacity-neutral price
(per SITE, never per kWp — a founder law). Engineering/hardware/commissioning separate.
ONE primary CTA (§28): Discuss My Hybrid Site. #}
{% set p = prices %}
<div class="pp-wrap">
<div class="pp-hero">
<span class="kicker">HoneyCore 4.0 · Hybrid Control</span>
<h1>Hybrid control from €{{ p.honeycore.hybrid_site_month }} per site/month.</h1>
<p class="sub">One controller coordinates solar, grid, generators and storage — so the
cheapest clean source runs first and the diesel runs least. Priced per site,
whatever the capacity. A 100 kWp site and a 10 MWp site pay the same subscription.</p>
<a class="pp-cta" href="#request">Discuss My Hybrid Site</a>
</div>
<div class="pp-sec">
<h2>The five site configurations it runs</h2>
<div class="pp-grid c3">
<div class="pp-card"><h3>PV + Grid</h3><p>Maximize self-consumption, manage export
limits and peaks against the tariff.</p></div>
<div class="pp-card"><h3>PV + DG</h3><p>Solar-diesel coordination: reverse-power
protection, minimum genset loading, fuel saving.</p></div>
<div class="pp-card"><h3>PV + BESS</h3><p>Storage dispatch around solar — shift energy
to when it's worth most, back up what matters.</p></div>
<div class="pp-card"><h3>PV + DG + Grid</h3><p>Unreliable-grid sites: seamless source
transitions without dropping the load.</p></div>
<div class="pp-card"><h3>PV + DG + BESS + Grid</h3><p>The full hybrid: four sources,
one control strategy, one operating picture.</p></div>
<div class="pp-card" style="background:var(--n-amber-dim);border-color:transparent;">
<h3>Not sure which you are?</h3><p>Send the site details below — the assessment
comes back with the configuration, not a sales pitch.</p></div>
</div>
</div>
<div class="pp-sec">
<h2>What the controller actually does</h2>
<div class="pp-grid c4">
<div class="pp-card"><h3>Source priority</h3><p>Runs the merit order you set — solar
first, storage next, diesel last.</p></div>
<div class="pp-card"><h3>Genset protection</h3><p>Reverse-power and minimum-load guards
so PV never damages the generator.</p></div>
<div class="pp-card"><h3>Peak management</h3><p>Caps grid draw against your demand
charges and contracted capacity.</p></div>
<div class="pp-card"><h3>Records everything</h3><p>Every switching event and kWh logged
— auditable savings, not estimated ones.</p></div>
</div>
</div>
<div class="pp-sec">
<h2>What's in the subscription — and what isn't</h2>
<div class="pp-grid c2">
<div class="pp-card"><h3>€{{ p.honeycore.hybrid_site_month }}/site/month includes</h3><ul>
<li>The hybrid control application on your HoneyCore 4.0</li>
<li>Cloud monitoring, alarms & savings reporting</li>
<li>Control-strategy updates</li></ul></div>
<div class="pp-card"><h3>Separate, quoted per site</h3><ul>
<li>HoneyCore 4.0 hardware (€{{ p.honeycore.hardware_direct|number_format(0, '.', ',') }} Direct C&I)</li>
<li>Commissioning (standard €{{ p.honeycore.commissioning_standard }})</li>
<li>Site engineering & electrical works</li></ul></div>
</div>
</div>
<div class="pp-band" id="request">
<h2>Describe your site — get a hybrid assessment.</h2>
<p>Sources on site, capacity, and what the diesel bill looks like today.</p>
</div>
{% include '@HoneybeeWeb/pages/inc/intent_form.html.twig' with {
'intent': 'hybrid', 'cta': 'Discuss My Hybrid Site',
'extras': [
{'name': 'project_type', 'label': 'Site type', 'options': ['Factory', 'Campus / estate', 'Commercial building', 'Off-grid / weak grid site', 'Other']},
{'name': 'configuration', 'label': 'Sources on site', 'options': ['PV + Grid', 'PV + DG', 'PV + BESS', 'PV + DG + Grid', 'PV + DG + BESS + Grid']},
{'name': 'capacity', 'label': 'Capacity (approx.)'},
{'name': 'stage', 'label': 'Stage', 'options': ['Exploring', 'Design / tender', 'Ready to buy', 'Existing site upgrade']}
]
} only %}
</div>
{% include '@HoneybeeWeb/footer/central_footer.html.twig' %}