${renderSectionHead({
eyebrow: `${c.num}.${subIdx} · ADULT VOC LANDSCAPE`,
title: sub,
subtitle: '王总要求:"先看一下这些成人整个乳酸菌素片用药的 VOC"',
color: c.color,
})}
${renderStatStrip([
{ num: adultItems.length, label: '成人相关 VOC', color: c.color },
{ num: sentiments.positive || 0, label: '好评', color: BRAND.JIANG_GREEN },
{ num: sentiments.negative || 0, label: '差评', color: BRAND.CORAL },
{ num: sentiments.conflicted || 0, label: '矛盾', color: BRAND.WARM_ORANGE },
])}
${renderBarChart(topicStats.slice(0, 8), { accent: c.color, title: '成人乳酸菌素片 VOC 主题分布', height: 280 })}
成人 VOC 原声卡片
${renderVocGrid(adultEvidence, { columns: 2, accent: c.color })}
${renderFindingCard({
icon: '💡',
title: '成人 VOC 全景:腹泻和消化不良是两大核心痛点',
body: '成人乳酸菌素片的使用场景集中在
腹泻调理 和
消化不良,其次是抗生素后的菌群恢复。这些需求在儿童场景中同样存在——为 Step 3 的机会迁移奠定基础。',
accent: c.color,
})}