{% include '@Application/inc/central_header.html.twig' %}
{% include '@HoneybeeWeb/pages/inc/pp_style.html.twig' %}
{# WEB-2 §24 — /honeywatt. PRODUCT-LED by law: this page converts WITHOUT a sales call,
so it carries NO enquiry form — the CTA goes straight into the live funnel
(/tools/rooftop-estimate → anonymous design → frictionless account). ONE primary
CTA (§28): Start 30-Day Trial. Prices from the store. #}
{% set p = prices %}
<div class="pp-wrap">
<div class="pp-hero">
<span class="kicker">HoneyWatt · Solar Design Studio</span>
<h1>Learn free. Design free. Pay when the project gets serious.</h1>
<p class="sub">Professional solar design in the browser — layout on real maps, stringing,
protection sizing, yield, and a priced proposal. No licence to buy before you know
it fits how you work.</p>
<a class="pp-cta" data-wa="trial_start" href="{{ url('honeybee_tool', {'slug': 'rooftop-estimate'}) }}">Start 30-Day Trial</a>
<p class="pp-note">No credit card. No sales call. Your first design takes minutes.</p>
</div>
<div class="pp-sec">
<h2>The path from curious to delivered</h2>
<div class="pp-steps">
<div class="pp-step"><div class="n">1</div><h4>Learn — free</h4><p>Draw a roof or a field,
see panels, yield and economics appear. Learning the tool costs nothing, forever.</p></div>
<div class="pp-step"><div class="n">2</div><h4>Try — {{ p.honeywatt.trial_days }} days full</h4><p>Every
professional feature unlocked: electrical design, 3D, engineering checks, proposals.</p></div>
<div class="pp-step"><div class="n">3</div><h4>Assess — free</h4><p>Preliminary designs and
feasibility stay free after the trial — screen sites without spending a cent.</p></div>
<div class="pp-step"><div class="n">4</div><h4>Deliver — from €{{ p.honeywatt.detailed_100kwp }}</h4><p>When
a project gets serious, pay per project for the detailed, deliverable design.</p></div>
</div>
</div>
<div class="pp-sec">
<h2>What's inside</h2>
<div class="pp-grid c4">
<div class="pp-card"><h3>Layout</h3><ul><li>Rooftop, ground & façade</li><li>Real map + CAD drafting view</li><li>Zones from surveyor coordinates</li></ul></div>
<div class="pp-card"><h3>Electrical</h3><ul><li>Auto-stringing & MPPT matching</li><li>Cable routing & sizing</li><li>Protection & single-line diagram</li></ul></div>
<div class="pp-card"><h3>Engineering</h3><ul><li>Standards-based design checks</li><li>Yield with P50/P90 exceedance</li><li>3D with real terrain & shading geometry</li></ul></div>
<div class="pp-card"><h3>Commercial</h3><ul><li>BoQ from the design itself</li><li>Priced proposal in your branding</li><li>Battery & backup sizing</li></ul></div>
</div>
<p class="pp-note">Works as an installable app on Windows and Mac — design studio in its own
window, straight from the browser.</p>
</div>
<div class="pp-sec">
<h2>Detailed design — priced per project, not per seat</h2>
<div class="pp-grid c4">
<div class="pp-card"><span class="pp-chip">≤ 100 kWp</span><div class="pp-price">€{{ p.honeywatt.detailed_100kwp }}<small> /project</small></div></div>
<div class="pp-card"><span class="pp-chip">≤ 1 MWp</span><div class="pp-price">€{{ p.honeywatt.detailed_1mwp }}<small> /project</small></div></div>
<div class="pp-card"><span class="pp-chip">≤ 5 MWp</span><div class="pp-price">€{{ p.honeywatt.detailed_5mwp }}<small> /project</small></div></div>
<div class="pp-card"><span class="pp-chip">≤ 20 MWp</span><div class="pp-price">€{{ p.honeywatt.detailed_20mwp }}<small> /project</small></div></div>
</div>
<p class="pp-note">Above 20 MWp: custom. Every project includes {{ p.honeywatt.revisions_included }} revisions.
Project packs save {{ p.honeywatt.pack10_pct }}-{{ p.honeywatt.pack100_pct }}% for design businesses —
<a href="{{ url('honeybee_pricing') }}" style="color:var(--n-amber);font-weight:700;">see the pricing page</a>.</p>
</div>
<div class="pp-sec">
<h2>Why per project?</h2>
<p class="sec-sub">Seat licences punish small teams in slow months. HoneyWatt charges when a
design earns money — a serious 1 MWp project carries €{{ p.honeywatt.detailed_1mwp }} of
design cost, and a quiet month carries none.</p>
</div>
<div class="pp-band">
<h2>Your first design is minutes away.</h2>
<p>Open the studio, draw a roof, watch the design assemble itself.</p>
<a class="pp-cta" data-wa="trial_start" href="{{ url('honeybee_tool', {'slug': 'rooftop-estimate'}) }}" style="margin-top:18px;">Start 30-Day Trial</a>
</div>
</div>
{% include '@HoneybeeWeb/footer/central_footer.html.twig' %}