<link href= »https://fonts.googleapis.com/css2?family=Playfair+Display:wght@400;700;900&family=DM+Sans:wght@300;400;500&display=swap » rel= »stylesheet »>
<style>
#w4g-wrap { all: initial; display: block; }
#w4g-wrap *, #w4g-wrap *::before, #w4g-wrap *::after { box-sizing: border-box; margin: 0; padding: 0; }
#w4g-wrap {
–navy: #0a0e1a;
–deep: #111827;
–mid: #1e2d45;
–accent: #0ea5e9;
–accent2: #38bdf8;
–gold: #f59e0b;
–muted: #94a3b8;
–white: #ffffff;
font-family: ‘DM Sans’, sans-serif;
background: var(–navy);
color: var(–white);
overflow-x: hidden;
width: 100%;
}
/* HERO */
#w4g-wrap .w4g-hero {
min-height: 100vh;
display: flex; flex-direction: column; justify-content: center;
padding: 6rem 5% 4rem;
position: relative; overflow: hidden;
background: var(–navy);
}
#w4g-wrap .w4g-hero::before {
content: »;
position: absolute; inset: 0;
background: radial-gradient(ellipse 80% 60% at 70% 50%, rgba(14,165,233,0.08) 0%, transparent 70%),
radial-gradient(ellipse 50% 80% at 10% 90%, rgba(245,158,11,0.05) 0%, transparent 60%);
pointer-events: none;
}
#w4g-wrap .w4g-hero-grid {
display: grid; grid-template-columns: 1fr 1fr;
gap: 4rem; align-items: center; max-width: 1200px;
}
#w4g-wrap .w4g-hero-label {
display: inline-block;
font-size: 0.75rem; letter-spacing: 0.15em; text-transform: uppercase;
color: var(–accent); font-weight: 500;
border: 1px solid rgba(14,165,233,0.3);
padding: 0.4rem 1rem; border-radius: 100px;
margin-bottom: 2rem; font-family: ‘DM Sans’, sans-serif;
}
#w4g-wrap h1.w4g-h1 {
font-family: ‘Playfair Display’, serif !important;
font-size: clamp(2.4rem, 4vw, 3.8rem) !important;
line-height: 1.1 !important; font-weight: 900 !important;
color: var(–white) !important;
margin-bottom: 2rem !important;
}
#w4g-wrap h1.w4g-h1 em { color: var(–accent); font-style: normal; }
#w4g-wrap .w4g-hero-sub {
font-size: 1.05rem; color: var(–muted); line-height: 1.8;
margin-bottom: 2.5rem; max-width: 480px; font-family: ‘DM Sans’, sans-serif;
}
#w4g-wrap .w4g-btns { display: flex; gap: 1rem; flex-wrap: wrap; }
#w4g-wrap .w4g-btn-primary {
background: var(–accent); color: var(–navy);
padding: 0.9rem 2rem; border-radius: 4px;
font-weight: 600; font-size: 0.95rem;
text-decoration: none; display: inline-flex; align-items: center; gap: 0.5rem;
transition: all 0.2s; font-family: ‘DM Sans’, sans-serif;
}
#w4g-wrap .w4g-btn-secondary {
border: 1px solid rgba(255,255,255,0.2); color: var(–white);
padding: 0.9rem 2rem; border-radius: 4px;
font-weight: 500; font-size: 0.95rem;
text-decoration: none; display: inline-flex; align-items: center;
transition: all 0.2s; font-family: ‘DM Sans’, sans-serif;
}
#w4g-wrap .w4g-hero-right { display: flex; flex-direction: column; gap: 1.2rem; }
#w4g-wrap .w4g-problem {
background: rgba(255,255,255,0.04);
border: 1px solid rgba(255,255,255,0.08);
border-left: 3px solid rgba(14,165,233,0.3);
padding: 1.4rem 1.6rem; border-radius: 6px;
}
#w4g-wrap .w4g-problem p { font-size: 0.95rem; color: var(–muted); line-height: 1.6; font-family: ‘DM Sans’, sans-serif; }
#w4g-wrap .w4g-problem strong { color: var(–white); display: block; margin-bottom: 0.3rem; font-size: 1rem; }
#w4g-wrap .w4g-sectors { margin-top: 3rem; display: flex; flex-wrap: wrap; gap: 0.6rem; align-items: center; }
#w4g-wrap .w4g-sector-label { font-size: 0.78rem; color: var(–muted); margin-right: 0.3rem; font-family: ‘DM Sans’, sans-serif; }
#w4g-wrap .w4g-pill {
background: rgba(255,255,255,0.05); border: 1px solid rgba(255,255,255,0.1);
border-radius: 100px; padding: 0.3rem 0.9rem;
font-size: 0.78rem; color: var(–muted); font-family: ‘DM Sans’, sans-serif;
}
/* INSIGHT */
#w4g-wrap .w4g-insight {
background: var(–deep); padding: 6rem 5%; text-align: center;
}
#w4g-wrap .w4g-section-tag {
font-size: 0.72rem; letter-spacing: 0.15em; text-transform: uppercase;
color: var(–accent); font-weight: 600; margin-bottom: 1rem; display: block;
font-family: ‘DM Sans’, sans-serif;
}
#w4g-wrap .w4g-insight-quote {
font-family: ‘Playfair Display’, serif;
font-size: clamp(1.5rem, 2.8vw, 2.2rem);
line-height: 1.45; margin: 1.5rem auto 1.5rem;
max-width: 860px; color: var(–white);
}
#w4g-wrap .w4g-insight-quote span { color: var(–accent); }
#w4g-wrap .w4g-insight-sub {
color: var(–muted); font-size: 1rem; line-height: 1.75;
max-width: 640px; margin: 0 auto; font-family: ‘DM Sans’, sans-serif;
}
/* STEPS */
#w4g-wrap .w4g-method { background: var(–navy); padding: 6rem 5%; }
#w4g-wrap .w4g-section-header { max-width: 1200px; margin: 0 auto 3rem; }
#w4g-wrap h2.w4g-h2 {
font-family: ‘Playfair Display’, serif !important;
font-size: clamp(1.8rem, 3vw, 2.8rem) !important;
line-height: 1.15 !important; color: var(–white) !important;
margin-bottom: 1rem !important; font-weight: 700 !important;
}
#w4g-wrap h2.w4g-h2 em { color: var(–accent); font-style: normal; }
#w4g-wrap .w4g-lead { font-size: 1.05rem; color: var(–muted); line-height: 1.8; max-width: 560px; font-family: ‘DM Sans’, sans-serif; }
#w4g-wrap .w4g-steps { display: grid; grid-template-columns: repeat(3,1fr); gap: 2rem; max-width: 1200px; margin: 0 auto; }
#w4g-wrap .w4g-step {
background: rgba(255,255,255,0.03); border: 1px solid rgba(255,255,255,0.07);
border-radius: 8px; padding: 2.2rem; position: relative; overflow: hidden;
}
#w4g-wrap .w4g-step-num {
font-family: ‘Playfair Display’, serif; font-size: 3rem; font-weight: 900;
color: rgba(14,165,233,0.1); position: absolute; top: 1rem; right: 1.5rem; line-height: 1;
}
#w4g-wrap .w4g-step-icon { font-size: 1.8rem; margin-bottom: 1rem; display: block; }
#w4g-wrap .w4g-step-tag {
font-size: 0.7rem; letter-spacing: 0.1em; text-transform: uppercase;
color: var(–accent); margin-bottom: 0.8rem; display: block;
font-weight: 600; font-family: ‘DM Sans’, sans-serif;
}
#w4g-wrap h3.w4g-h3 {
font-family: ‘Playfair Display’, serif !important;
font-size: 1.25rem !important; margin-bottom: 0.8rem !important;
color: var(–white) !important; font-weight: 700 !important;
}
#w4g-wrap .w4g-step p { color: var(–muted); font-size: 0.9rem; line-height: 1.7; font-family: ‘DM Sans’, sans-serif; }
/* SEGMENTS */
#w4g-wrap .w4g-segments { background: var(–deep); padding: 6rem 5%; }
#w4g-wrap .w4g-seg-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 2rem; max-width: 1200px; margin: 2.5rem auto 0; }
#w4g-wrap .w4g-seg-card {
background: var(–navy); border-radius: 10px; padding: 3rem;
border: 1px solid rgba(255,255,255,0.07); position: relative; overflow: hidden;
}
#w4g-wrap .w4g-seg-card::before {
content: »; position: absolute; top: 0; left: 0; right: 0; height: 3px;
}
#w4g-wrap .w4g-seg-card.leader::before { background: linear-gradient(90deg, var(–gold), transparent); }
#w4g-wrap .w4g-seg-card.challenger::before { background: linear-gradient(90deg, var(–accent), transparent); }
#w4g-wrap .w4g-badge {
display: inline-block; font-size: 0.7rem; letter-spacing: 0.12em;
text-transform: uppercase; font-weight: 600; padding: 0.35rem 0.9rem;
border-radius: 100px; margin-bottom: 1.5rem; font-family: ‘DM Sans’, sans-serif;
}
#w4g-wrap .leader .w4g-badge { background: rgba(245,158,11,0.15); color: var(–gold); }
#w4g-wrap .challenger .w4g-badge { background: rgba(14,165,233,0.15); color: var(–accent); }
#w4g-wrap .w4g-seg-card p { color: var(–muted); font-size: 0.95rem; line-height: 1.75; font-family: ‘DM Sans’, sans-serif; }
/* CLIENTS */
#w4g-wrap .w4g-clients { background: var(–navy); padding: 4rem 5%; text-align: center; }
#w4g-wrap .w4g-clients-label { font-size: 0.78rem; letter-spacing: 0.12em; text-transform: uppercase; color: var(–muted); margin-bottom: 2rem; display: block; font-family: ‘DM Sans’, sans-serif; }
#w4g-wrap .w4g-clients-list { display: flex; flex-wrap: wrap; justify-content: center; gap: 0.8rem; max-width: 900px; margin: 0 auto; }
#w4g-wrap .w4g-client-pill {
background: rgba(255,255,255,0.05); border: 1px solid rgba(255,255,255,0.1);
border-radius: 100px; padding: 0.5rem 1.4rem;
font-size: 0.85rem; color: var(–muted); font-family: ‘DM Sans’, sans-serif;
}
/* TESTIMONIALS */
#w4g-wrap .w4g-testi { background: var(–deep); padding: 6rem 5%; }
#w4g-wrap .w4g-testi-grid { display: grid; grid-template-columns: repeat(3,1fr); gap: 1.5rem; max-width: 1200px; margin: 2.5rem auto 0; }
#w4g-wrap .w4g-testi-card {
background: rgba(255,255,255,0.03); border: 1px solid rgba(255,255,255,0.07);
border-radius: 8px; padding: 2rem;
}
#w4g-wrap .w4g-testi-quote-mark { color: var(–accent); font-size: 1.8rem; line-height: 1; display: block; margin-bottom: 0.5rem; font-family: ‘Playfair Display’, serif; }
#w4g-wrap .w4g-testi-text { font-size: 0.93rem; line-height: 1.75; color: #cbd5e1; margin-bottom: 1.5rem; font-style: italic; font-family: ‘DM Sans’, sans-serif; }
#w4g-wrap .w4g-testi-name { color: var(–white); display: block; font-size: 0.9rem; font-weight: 600; margin-bottom: 0.2rem; font-family: ‘DM Sans’, sans-serif; }
#w4g-wrap .w4g-testi-role { color: var(–muted); font-size: 0.82rem; font-family: ‘DM Sans’, sans-serif; }
/* CTA */
#w4g-wrap .w4g-cta {
background: var(–mid); padding: 7rem 5%; text-align: center;
position: relative; overflow: hidden;
}
#w4g-wrap .w4g-cta::before {
content: »; position: absolute; inset: 0;
background: radial-gradient(ellipse 60% 80% at 50% 50%, rgba(14,165,233,0.1) 0%, transparent 70%);
}
#w4g-wrap .w4g-cta h2.w4g-h2 { position: relative; margin-bottom: 1rem !important; }
#w4g-wrap .w4g-cta-sub { color: var(–muted); font-size: 1.05rem; margin-bottom: 2.5rem; position: relative; font-family: ‘DM Sans’, sans-serif; }
#w4g-wrap .w4g-cta-btns { display: flex; gap: 1rem; justify-content: center; flex-wrap: wrap; position: relative; }
#w4g-wrap .w4g-btn-linkedin {
background: #0077b5; color: #fff; padding: 0.9rem 2rem; border-radius: 4px;
font-weight: 600; font-size: 0.95rem; text-decoration: none;
display: inline-flex; align-items: center; gap: 0.6rem; font-family: ‘DM Sans’, sans-serif;
}
#w4g-wrap .w4g-btn-email {
border: 1px solid rgba(255,255,255,0.2); color: var(–white);
padding: 0.9rem 2rem; border-radius: 4px;
font-weight: 500; font-size: 0.95rem; text-decoration: none;
display: inline-flex; align-items: center; gap: 0.6rem; font-family: ‘DM Sans’, sans-serif;
}
/* FOOTER */
#w4g-wrap .w4g-footer {
background: #070b14; padding: 2rem 5%;
display: flex; justify-content: space-between; align-items: center;
border-top: 1px solid rgba(255,255,255,0.05);
}
#w4g-wrap .w4g-footer-logo { font-family: ‘Playfair Display’, serif; font-size: 1.1rem; color: var(–white); }
#w4g-wrap .w4g-footer-logo span { color: var(–accent); }
#w4g-wrap .w4g-footer p { color: var(–muted); font-size: 0.82rem; font-family: ‘DM Sans’, sans-serif; }
#w4g-wrap .w4g-footer a { color: var(–muted); font-size: 0.82rem; text-decoration: none; font-family: ‘DM Sans’, sans-serif; }
/* RESPONSIVE */
@media (max-width: 900px) {
#w4g-wrap .w4g-hero-grid { grid-template-columns: 1fr; }
#w4g-wrap .w4g-hero-right { display: none; }
#w4g-wrap .w4g-steps { grid-template-columns: 1fr; }
#w4g-wrap .w4g-seg-grid { grid-template-columns: 1fr; }
#w4g-wrap .w4g-testi-grid { grid-template-columns: 1fr; }
}
</style>
<div id= »w4g-wrap »>
<!– HERO –>
<div class= »w4g-hero »>
<div class= »w4g-hero-grid »>
<div>
<span class= »w4g-hero-label »>B2B Complex Sales · Decision Engineering</span>
<h1 class= »w4g-h1″>You don’t lose deals.<br>You lose <em>decisions</em>.</h1>
<p class= »w4g-hero-sub »>We help B2B technology-intensive companies shape complex decisions — before they’re locked, before competitors are chosen, before price becomes the only lever.</p>
<div class= »w4g-btns »>
<a href= »#w4g-method » class= »w4g-btn-primary »>See our approach →</a>
<a href= »#w4g-contact » class= »w4g-btn-secondary »>Talk to us</a>
</div>
</div>
<div class= »w4g-hero-right »>
<div class= »w4g-problem »>
<p><strong>You have the meetings. You have the opportunities.</strong>But the decision to move doesn’t happen — or doesn’t go your way.</p>
</div>
<div class= »w4g-problem »>
<p><strong>No one has really decided to change at the client side.</strong>Or the decision to change happened… without you.</p>
</div>
<div class= »w4g-problem »>
<p><strong>You push. You follow up.</strong>But you’re competing inside a decision you didn’t help shape.</p>
</div>
</div>
</div>
<div class= »w4g-sectors »>
<span class= »w4g-sector-label »>We work in:</span>
<span class= »w4g-pill »>ICT</span>
<span class= »w4g-pill »>Telco</span>
<span class= »w4g-pill »>Healthcare</span>
<span class= »w4g-pill »>MedTech</span>
<span class= »w4g-pill »>Industry</span>
<span class= »w4g-pill »>Services</span>
</div>
</div>
<!– INSIGHT –>
<div class= »w4g-insight »>
<span class= »w4g-section-tag »>The core insight</span>
<div class= »w4g-insight-quote »>
« Customers are already moving — priorities set, risks discussed, options narrowed —
<span>often before you are fully involved.</span> »
</div>
<p class= »w4g-insight-sub »>By the time most sales teams engage, they’re no longer shaping the decision. They’re competing inside it. We help you move upstream — where the decision is still being built.</p>
</div>
<!– METHOD –>
<div class= »w4g-method » id= »w4g-method »>
<div class= »w4g-section-header »>
<span class= »w4g-section-tag »>Our Method</span>
<h2 class= »w4g-h2″>Three moments.<br><em>One strategy.</em></h2>
<p class= »w4g-lead »>We focus on the three critical windows where a complex decision can still be influenced.</p>
</div>
<div class= »w4g-steps »>
<div class= »w4g-step »>
<span class= »w4g-step-num »>01</span>
<span class= »w4g-step-icon »>🎯</span>
<span class= »w4g-step-tag »>Before change is decided</span>
<h3 class= »w4g-h3″>Engage New People</h3>
<p>Reach those who shape the decision to change — not just those who execute and compare solutions. Build presence before criteria are set.</p>
</div>
<div class= »w4g-step »>
<span class= »w4g-step-num »>02</span>
<span class= »w4g-step-icon »>🔍</span>
<span class= »w4g-step-tag »>While it is being structured</span>
<h3 class= »w4g-h3″>Conduct New Conversations</h3>
<p>Move upstream. Understand and influence what truly drives decisions: stakes, risks, trade-offs, timing. Before needs are fixed.</p>
</div>
<div class= »w4g-step »>
<span class= »w4g-step-num »>03</span>
<span class= »w4g-step-icon »>⚡</span>
<span class= »w4g-step-tag »>When suppliers are evaluated</span>
<h3 class= »w4g-h3″>Adopt New Behaviours</h3>
<p>From responding to shaping. From solutions to decisions. From working alongside to working with the customer through their decision process.</p>
</div>
</div>
</div>
<!– SEGMENTS –>
<div class= »w4g-segments »>
<div class= »w4g-section-header » style= »max-width:1200px;margin:0 auto; »>
<span class= »w4g-section-tag »>Who we work with</span>
<h2 class= »w4g-h2″>Built for two <em>distinct profiles.</em></h2>
</div>
<div class= »w4g-seg-grid »>
<div class= »w4g-seg-card leader »>
<span class= »w4g-badge »>Market Leaders</span>
<h3 class= »w4g-h3″>Winning new markets requires a challenger posture.</h3>
<p>Credibility alone no longer decides. We help established leaders create movement, displace status quo assumptions, and win where brand strength doesn’t automatically convert.</p>
</div>
<div class= »w4g-seg-card challenger »>
<span class= »w4g-badge »>High Growth Challengers</span>
<h3 class= »w4g-h3″>Scaling faster requires decision focus.</h3>
<p>We help challengers decide where to play and how to win — by structuring Go-to-Market clarity, sharpening value narratives, and building commercial capabilities to outmaneuver larger competitors.</p>
</div>
</div>
</div>
<!– CLIENTS –>
<div class= »w4g-clients »>
<span class= »w4g-clients-label »>Trusted by companies across ICT, Industry, MedTech, and beyond</span>
<div class= »w4g-clients-list »>
<span class= »w4g-client-pill »>Cisco</span>
<span class= »w4g-client-pill »>NTT Global</span>
<span class= »w4g-client-pill »>Orano</span>
<span class= »w4g-client-pill »>AGC</span>
<span class= »w4g-client-pill »>John Cockerill</span>
<span class= »w4g-client-pill »>Magotteaux</span>
<span class= »w4g-client-pill »>Ethias</span>
<span class= »w4g-client-pill »>Navitas</span>
<span class= »w4g-client-pill »>UniSensor</span>
<span class= »w4g-client-pill »>Exaprobe</span>
<span class= »w4g-client-pill »>Radiomics.bio</span>
<span class= »w4g-client-pill »>Unizima</span>
<span class= »w4g-client-pill »>DNAlytics</span>
<span class= »w4g-client-pill »>Ziwig</span>
<span class= »w4g-client-pill »>i-Pulses</span>
<span class= »w4g-client-pill »>TwinSkin</span>
</div>
</div>
<!– TESTIMONIALS –>
<div class= »w4g-testi »>
<div class= »w4g-section-header » style= »max-width:1200px;margin:0 auto; »>
<span class= »w4g-section-tag »>What clients say</span>
<h2 class= »w4g-h2″>Results that speak <em>for themselves.</em></h2>
</div>
<div class= »w4g-testi-grid »>
<div class= »w4g-testi-card »>
<span class= »w4g-testi-quote-mark »> »</span>
<p class= »w4g-testi-text »>We didn’t just improve our sales process. We structured our customers’ decisions which reduced our sales cycle by weeks. W4G played a key role in that shift.</p>
<span class= »w4g-testi-name »>CEO & Co-founder</span>
<span class= »w4g-testi-role »>AI & MedTech company</span>
</div>
<div class= »w4g-testi-card »>
<span class= »w4g-testi-quote-mark »> »</span>
<p class= »w4g-testi-text »>20+ years in complex sales. I thought we knew how to sell value. W4G’s approach gave us pragmatic tools to structure customer decisions and apply them immediately.</p>
<span class= »w4g-testi-name »>Sales Director</span>
<span class= »w4g-testi-role »>Global IT Integrator</span>
</div>
<div class= »w4g-testi-card »>
<span class= »w4g-testi-quote-mark »> »</span>
<p class= »w4g-testi-text »>Our challenge wasn’t the product. It was enabling our stakeholders to decide to move beyond their existing assumptions. W4G’s approach made that shift possible.</p>
<span class= »w4g-testi-name »>CEO</span>
<span class= »w4g-testi-role »>MedTech company</span>
</div>
<div class= »w4g-testi-card »>
<span class= »w4g-testi-quote-mark »> »</span>
<p class= »w4g-testi-text »>W4G helped us structure our Go-to-Market, clarify our vision, and build for scale. Their combination of strategic rigor and flexibility is rare.</p>
<span class= »w4g-testi-name »>Founder & CEO</span>
<span class= »w4g-testi-role »>Serial Entrepreneur in Digital Transformation</span>
</div>
<div class= »w4g-testi-card »>
<span class= »w4g-testi-quote-mark »> »</span>
<p class= »w4g-testi-text »>W4G has a rare ability to turn deep listening into clear decisions and a targeted sales action plan. I recommend W4G without hesitation.</p>
<span class= »w4g-testi-name »>Co-Founder & CRO</span>
<span class= »w4g-testi-role »>MedTech Scale-Up</span>
</div>
<div class= »w4g-testi-card »>
<span class= »w4g-testi-quote-mark »> »</span>
<p class= »w4g-testi-text »>W4G helps sales teams turn customer conversations into decisions. Their senior experience and hands-on coaching deliver immediate business impact.</p>
<span class= »w4g-testi-name »>Managing Director</span>
<span class= »w4g-testi-role »>Global Industry Producer & Processor</span>
</div>
</div>
</div>
<!– CTA –>
<div class= »w4g-cta » id= »w4g-contact »>
<h2 class= »w4g-h2″>Ready to shape the decision<br>before it’s locked?</h2>
<p class= »w4g-cta-sub »>Let’s have a direct conversation about your complex sales challenges.</p>
<div class= »w4g-cta-btns »>
<a href= »https://www.linkedin.com/in/yvesblandiaux/ » class= »w4g-btn-linkedin » target= »_blank »>Connect on LinkedIn</a>
<a href= »mailto:info@wave4growth.com » class= »w4g-btn-email »>info@wave4growth.com</a>
</div>
</div>
<!– FOOTER –>
<div class= »w4g-footer »>
<div class= »w4g-footer-logo »>Wave<span>4</span>Growth</div>
<p>© 2026 Wave4Growth. All rights reserved.</p>
<a href= »https://www.linkedin.com/in/yvesblandiaux/ » target= »_blank »>LinkedIn ↗</a>
</div>
</div>