${renderSectionHead({
eyebrow: `${c.num}.${subIdx} · ${scene.eyebrow}`,
title: sub,
subtitle: scene.subtitle,
color: c.color,
})}
${renderStatStrip([
{ num: matched.length, label: '场景相关 VOC', color: scene.color },
{ num: scene.tamLabel, label: 'TAM 规模', color: BRAND.TECH_BLUE },
{ num: scene.score + '分', label: '场景适配度', color: scene.score >= 85 ? BRAND.JIANG_GREEN : BRAND.WARM_ORANGE },
])}
${scene.icon} 场景画像
人群:${esc(scene.persona)}
触发时刻:${esc(scene.trigger)}
核心需求:${esc(scene.need)}
产品形态:${esc(scene.productForm)}
定价区间:${esc(scene.priceRange)}
💬 场景话术
药店:${esc(scene.talkPharm)}
电商:${esc(scene.talkEcom)}
种草:${esc(scene.talkSeed)}
${evidence.length > 0 ? `
场景 VOC 原声
${renderVocGrid(evidence, { columns: 2, accent: scene.color, compact: true })}
` : ''}
${renderFindingCard({
icon: scene.icon,
title: scene.finding,
body: scene.findingBody,
accent: scene.color,
})}