${renderSectionHead({
eyebrow: `${c.num}.${subIdx} · 产品适配`,
title: '精准插入点 ·
3 大机会 × 无人地带坐标',
subtitle: '结合 Ch3 的未满足需求 + Ch4.1 的产品力边界,在"需求强度×竞争烈度"四象限中找到猴菇饮的精准位置。',
color: BRAND.JIANG_GREEN,
})}
${renderMatrix2x2({
xLabel: '竞争烈度', yLabel: '需求强度',
xLow: '低竞争', xHigh: '高竞争',
yLow: '低需求', yHigh: '高需求',
quadrants,
accent: BRAND.JIANG_GREEN,
})}
${[
{ num: '①', title: 'PPI 减量伴侣', target: '中度→轻度过渡人群', size: '~3000万潜在用户',
value: '"安全减量的温和支撑"', color: BRAND.TECH_BLUE },
{ num: '②', title: '年轻代际养护', target: '25-40岁轻度胃不适', size: '~5000万潜在用户',
value: '"比中成药好喝/比食品可信"', color: BRAND.JIANG_GREEN },
{ num: '③', title: '全天即饮场景', target: '办公室/差旅/应酬后', size: '~4000万潜在用户',
value: '"米稀到不了的场景"', color: BRAND.WARM_ORANGE },
].map(o => `
${o.num}
${esc(o.title)}
目标:${esc(o.target)}
规模:${esc(o.size)}
"${esc(o.value)}"
`).join('')}