{% include '@Application/inc/central_header.html.twig' %}
{% include '@HoneybeeWeb/inc/_web_design_system.html.twig' %}
{# ─── HONEYBEE — EXPERIENCE & PROOF (credibility without overclaiming) ──────── #}
<style>
/* ── Design Tokens ─────────────────────────────────────────────────────────── */
:root {
--n-cream: #F7F5F0;
--n-cream-2: #F0EDE5;
--n-cream-3: #E8E3D9;
--n-white: #FFFFFF;
--n-dark: #1A1D2E;
--n-dark-2: #252840;
--n-amber: #C07D2A;
--n-amber-lt: #D4954A;
--n-amber-dim: rgba(192,125,42,.10);
--n-sage: #3D6B52;
--n-muted: #6B6E7F;
--n-muted-2: #9395A5;
--n-border: rgba(26,29,46,.07);
--n-border-md: rgba(26,29,46,.12);
--n-shadow-sm: 0 2px 12px rgba(26,29,46,.07);
--n-shadow-md: 0 8px 32px rgba(26,29,46,.09);
--n-radius: 12px;
--n-radius-sm: 8px;
--n-radius-lg: 20px;
--n-font: 'DM Sans', 'Poppins', system-ui, sans-serif;
}
*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }
body { background: var(--n-cream); font-family: var(--n-font); color: var(--n-dark); text-align: left; }
a { text-decoration: none; }
/* ── Navbar ──────────────────────────────────────────────────────────────────── */
.navbar {
background: rgba(247,245,240,.96) !important;
backdrop-filter: blur(16px) saturate(180%);
border-bottom: 1px solid var(--n-border) !important;
box-shadow: none !important;
}
.navbar .nav-link { color: var(--n-dark) !important; font-size: 13.5px; font-weight: 500; opacity: .8; }
.navbar .nav-link:hover { opacity: 1; color: var(--n-dark) !important; }
.navbar .login-btn { background: var(--n-dark) !important; color: #fff !important; border: none !important; border-radius: 8px !important; padding: 8px 20px !important; font-size: 13px !important; font-weight: 600 !important; }
/* ── Utilities ─────────────────────────────────────────────────────────────── */
.n-wrap { max-width: 1160px; margin: 0 auto; padding: 0 28px; }
.n-sec { padding: 88px 0; }
.n-label {
display: inline-flex; align-items: center; gap: 8px;
font-size: 11px; font-weight: 700; letter-spacing: .18em; text-transform: uppercase;
color: var(--n-amber); margin-bottom: 16px;
}
.n-label::before { content:''; width: 18px; height: 1.5px; background: currentColor; border-radius: 2px; }
.n-h2 { font-family:'Montserrat',sans-serif; font-size: clamp(26px,3.5vw,42px); font-weight: 800; line-height: 1.12; letter-spacing: -.02em; }
.n-body { font-size: 16px; line-height: 1.75; color: var(--n-muted); }
.n-center { text-align: center; }
.n-center .n-label { justify-content: center; }
.n-center .n-body { max-width: 620px; margin: 0 auto; }
/* ── Buttons ────────────────────────────────────────────────────────────────── */
.n-btn {
display: inline-flex; align-items: center; gap: 8px;
padding: 13px 26px; border-radius: var(--n-radius-sm);
font-size: 14px; font-weight: 600; letter-spacing: .01em;
border: none; cursor: pointer; text-decoration: none; transition: all .18s;
white-space: nowrap; font-family: var(--n-font);
}
.n-btn-primary { background: var(--n-dark); color: #fff; }
.n-btn-primary:hover { background: var(--n-dark-2); color: #fff; transform: translateY(-1px); box-shadow: var(--n-shadow-md); }
.n-btn-light { background: #fff; color: var(--n-dark); }
.n-btn-light:hover { background: var(--n-cream-2); color: var(--n-dark); }
.n-btn-ghost-light { background: rgba(255,255,255,.12); border: 1.5px solid rgba(255,255,255,.2); color: #fff; }
.n-btn-ghost-light:hover { background: rgba(255,255,255,.2); color: #fff; }
.n-btn-outline { background: transparent; border: 1.5px solid var(--n-border-md); color: var(--n-dark); }
.n-btn-outline:hover { border-color: var(--n-dark); color: var(--n-dark); transform: translateY(-1px); }
/* ── Hero ──────────────────────────────────────────────────────────────────── */
.n-hero {
background: var(--n-cream);
padding: 128px 0 72px;
position: relative; overflow: hidden;
}
.n-hero::before {
content: '';
position: absolute; top: 0; right: 0; width: 55%; height: 100%;
background: radial-gradient(ellipse 80% 70% at 80% 30%, 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;
}
.n-hero::after {
content: '';
position: absolute; bottom: 0; left: 0; right: 0; height: 1px;
background: linear-gradient(90deg, transparent, var(--n-border-md), transparent);
}
.n-hero-inner { max-width: 880px; position: relative; }
.n-hero-tag {
display: inline-flex; align-items: center; gap: 8px; white-space: nowrap;
background: var(--n-amber-dim); border: 1px solid rgba(192,125,42,.2);
color: var(--n-amber); font-size: 11px; font-weight: 700;
letter-spacing: .16em; text-transform: uppercase;
padding: 6px 14px 6px 10px; border-radius: 4px; margin-bottom: 26px;
}
.n-hero-tag span:first-child { width: 6px; height: 6px; background: var(--n-amber); border-radius: 50%; display: block; flex-shrink: 0; }
.n-hero-h1 {
font-family: 'Montserrat', sans-serif;
font-size: clamp(32px, 4.4vw, 52px);
font-weight: 900; line-height: 1.08; letter-spacing: -.025em;
color: var(--n-dark); margin-bottom: 22px;
}
.n-hero-h1 em { font-style: normal; color: var(--n-amber); }
.n-hero-desc { font-size: 17px; line-height: 1.75; color: var(--n-muted); max-width: 640px; }
/* ── Experience card grid ──────────────────────────────────────────────────── */
.n-exp-grid {
display: grid; grid-template-columns: repeat(2, 1fr);
gap: 20px; margin-top: 48px;
}
.n-exp-card {
background: var(--n-white); border: 1px solid var(--n-border);
border-radius: var(--n-radius); padding: 30px;
transition: box-shadow .2s, border-color .2s, transform .2s;
display: flex; flex-direction: column;
}
.n-exp-card:hover { border-color: var(--n-border-md); box-shadow: var(--n-shadow-md); transform: translateY(-2px); }
.n-exp-num {
font-family: monospace; font-size: 11px; font-weight: 700;
color: var(--n-amber); letter-spacing: .1em;
margin-bottom: 10px; display: block;
}
.n-exp-kind {
display: inline-block; align-self: flex-start;
font-size: 10px; font-weight: 700; letter-spacing: .1em; text-transform: uppercase;
color: var(--n-sage); background: rgba(61,107,82,.09);
border: 1px solid rgba(61,107,82,.18); border-radius: 4px;
padding: 3px 9px; margin-bottom: 14px; font-family: monospace;
}
.n-exp-card h3 {
font-family:'Montserrat',sans-serif; font-size: 17px; font-weight: 700;
color: var(--n-dark); line-height: 1.3; margin-bottom: 16px;
}
.n-exp-feats {
list-style: none; padding-top: 16px; border-top: 1px solid var(--n-border);
display: flex; flex-direction: column; gap: 9px;
}
.n-exp-feats li {
font-size: 13.5px; color: var(--n-dark); line-height: 1.5;
display: flex; align-items: flex-start; gap: 10px;
}
.n-exp-feats li::before { content: ''; width: 5px; height: 5px; background: var(--n-amber); border-radius: 50%; margin-top: 7px; flex-shrink: 0; }
/* ── Disclaimer ────────────────────────────────────────────────────────────── */
.n-disclaimer {
margin-top: 40px; padding: 16px 20px;
background: var(--n-cream-2); border: 1px solid var(--n-border-md);
border-radius: var(--n-radius-sm);
font-size: 12.5px; color: var(--n-muted); line-height: 1.6;
display: flex; align-items: flex-start; gap: 10px;
}
.n-disclaimer i { color: var(--n-muted-2); margin-top: 2px; flex-shrink: 0; }
/* ── CTA band ──────────────────────────────────────────────────────────────── */
.n-cta-final {
background: var(--n-dark); padding: 96px 0; text-align: center;
position: relative; overflow: hidden;
}
.n-cta-final::before {
content: '';
position: absolute; top: -40%; right: -5%; width: 60%; height: 150%;
background: radial-gradient(ellipse 70% 60% at 70% 50%, rgba(192,125,42,.12) 0%, transparent 65%);
pointer-events: none;
}
.n-cta-final h2 { font-family:'Montserrat',sans-serif; font-size: clamp(26px,3.2vw,40px); font-weight: 900; color: #fff; margin-bottom: 14px; position: relative; }
.n-cta-final p { max-width: 56ch; margin: 0 auto 30px; color: rgba(255,255,255,.6); font-size: 16px; line-height: 1.7; position: relative; }
.n-cta-actions { display: flex; gap: 12px; justify-content: center; flex-wrap: wrap; position: relative; }
/* ── Responsive ────────────────────────────────────────────────────────────── */
@media (max-width: 860px) {
.n-exp-grid { grid-template-columns: 1fr; }
}
</style>
{# ══ HERO ═══════════════════════════════════════════════════════════════════ #}
<section class="n-hero">
<div class="n-wrap">
<div class="n-hero-inner">
<div class="n-hero-tag">
<span></span>
<span>Experience & Proof</span>
</div>
<h1 class="n-hero-h1">
Built from real <em>project</em>, ERP, HoneyCore Edge EMS, energy-infrastructure, and SME digital-transformation experience.
</h1>
<p class="n-hero-desc">
Experience with, field learning, deployment references, operational experience, and an applied research foundation — not inflated case studies.
</p>
</div>
</div>
</section>
{# ══ EXPERIENCE CARDS ═══════════════════════════════════════════════════════ #}
<section class="n-sec">
<div class="n-wrap">
<div class="n-center">
<div class="n-label">Where HoneyBee Comes From</div>
<h2 class="n-h2">Real operational and field experience</h2>
<p class="n-body" style="margin-top:14px;">
Each area below reflects experience with workflows, field learning, deployment references, operational experience, or an applied research foundation — described carefully, without overclaiming.
</p>
</div>
<div class="n-exp-grid">
{# 1 #}
<div class="n-exp-card">
<span class="n-exp-num">01</span>
<span class="n-exp-kind">Operational experience</span>
<h3>RAACH SOLAR PROJECTS GmbH / Bangladesh operations</h3>
<ul class="n-exp-feats">
<li>Operational experience connected to solar EPC workflows</li>
<li>Solar EPC workflow experience and international procurement</li>
<li>Project execution and documentation handling</li>
<li>Finance and reporting support</li>
<li>Multi-country operational experience (Bangladesh is not the main market)</li>
</ul>
</div>
{# 2 #}
<div class="n-exp-card">
<span class="n-exp-num">02</span>
<span class="n-exp-kind">ERP workflow learning</span>
<h3>Super Star Group — ERP workflow reference</h3>
<ul class="n-exp-feats">
<li>Workflow consolidation across departments</li>
<li>Quotation, costing, and project planning learning</li>
<li>HR and documentation workflow reference</li>
<li>Approval flows and operational visibility</li>
</ul>
</div>
{# 3 #}
<div class="n-exp-card">
<span class="n-exp-num">03</span>
<span class="n-exp-kind">Field deployment</span>
<h3>HoneyCore Edge+ field deployments</h3>
<ul class="n-exp-feats">
<li>Energy infrastructure, meters, and sensors</li>
<li>Solar PV, generators, and industrial utilities</li>
<li>O&M and site-level reporting</li>
<li>Digital-twin visibility at the site layer</li>
</ul>
</div>
{# 4 #}
<div class="n-exp-card">
<span class="n-exp-num">04</span>
<span class="n-exp-kind">Project design experience</span>
<h3>HoneyCore Edge+ project design experience</h3>
<ul class="n-exp-feats">
<li>Data point mapping and sensor/meter schedules</li>
<li>Gateway planning and protocol mapping</li>
<li>BoQ and quotation structure</li>
<li>Commissioning checklist and O&M handover</li>
</ul>
</div>
{# 5 #}
<div class="n-exp-card">
<span class="n-exp-num">05</span>
<span class="n-exp-kind">Product & market focus</span>
<h3>Germany / EU product & market focus</h3>
<ul class="n-exp-feats">
<li>European product development and energy-infrastructure R&D</li>
<li>NIS2-aware governance direction</li>
<li>GDPR-aligned data handling</li>
<li>DATEV-ready / GoBD-aligned roadmap where implemented</li>
<li>Industrial cybersecurity and energy-transition relevance</li>
</ul>
</div>
{# 6 #}
<div class="n-exp-card">
<span class="n-exp-num">06</span>
<span class="n-exp-kind">International SaaS base</span>
<h3>Singapore international SaaS & commercial base</h3>
<ul class="n-exp-feats">
<li>SaaS commercialization and Asia-Pacific coordination</li>
<li>Multi-country operations</li>
<li>Partner development</li>
<li>Enterprise / private cloud potential</li>
</ul>
</div>
{# 7 #}
<div class="n-exp-card">
<span class="n-exp-num">07</span>
<span class="n-exp-kind">Field learning</span>
<h3>Agri-PV / Solar Irrigation</h3>
<ul class="n-exp-feats">
<li>Solar generation and soil / environmental data</li>
<li>Irrigation monitoring and control</li>
<li>Water-energy-food intelligence</li>
</ul>
</div>
{# 8 #}
<div class="n-exp-card">
<span class="n-exp-num">08</span>
<span class="n-exp-kind">Field learning</span>
<h3>C&I Energy Projects</h3>
<ul class="n-exp-feats">
<li>Factory energy systems</li>
<li>Solar, grid, generator, and load coordination</li>
<li>Energy performance and carbon visibility</li>
<li>Cost monitoring</li>
</ul>
</div>
{# 9 #}
<div class="n-exp-card">
<span class="n-exp-num">09</span>
<span class="n-exp-kind">Operational experience</span>
<h3>Remote Healthcare / Sustainability Infrastructure</h3>
<ul class="n-exp-feats">
<li>Energy, water, and cooling monitoring</li>
<li>Cold-chain monitoring for critical infrastructure</li>
<li>Monitoring for sustainability-focused deployments</li>
</ul>
</div>
{# 10 #}
<div class="n-exp-card">
<span class="n-exp-num">10</span>
<span class="n-exp-kind">Applied research foundation</span>
<h3>SME ERP Digital Transformation Research</h3>
<ul class="n-exp-feats">
<li>Applied research into enabling SME digital transformation</li>
<li>Cost-efficient ERP and modular adoption</li>
<li>Affordability and process fit</li>
<li>AI-assisted workflows</li>
</ul>
</div>
</div>
<div class="n-disclaimer">
<i class="fa-solid fa-circle-info"></i>
<span>HoneyBee is a software, AI, and HoneyCore Edge EMS provider — not an EPC contractor or project developer. References describe operational and field experience, not verified case studies or endorsements.</span>
</div>
</div>
</section>
{# ══ CTA ════════════════════════════════════════════════════════════════════ #}
<section class="n-cta-final">
<div class="n-wrap">
<h2>Let's discuss your company and partnership fit</h2>
<p>
Talk to us about HoneyBee's experience with project ERP, business ERP, HoneyCore Edge+ deployments, and SME digital transformation — and how it applies to your operations.
</p>
<div class="n-cta-actions">
<a href="{{ url('honeybee_contact') }}" class="n-btn n-btn-light">
Request Company / Partnership Discussion <i class="fa-solid fa-arrow-right"></i>
</a>
<a href="{{ url('honeybee_trust') }}" class="n-btn n-btn-ghost-light">Trust & Governance</a>
<a href="{{ url('honeybee_partners') }}" class="n-btn n-btn-ghost-light">Partners</a>
</div>
</div>
</section>
{% include '@HoneybeeWeb/footer/central_footer.html.twig' %}