/* 浅色主题修正层 · /scenarios/insight.html · 自动生成 2026-09-26
   修的是"背景在父级、颜色在子级"这类静态分析看不到的对比度问题。
   重新生成：node audit-lighttheme.js && python3 gen-light-fix.py
   ⚠ 生成器是**合并**逻辑：修好的规则会保留，不会因为审计不再报错就被删。 */

div.feature-card > h4 { color: #ffffff !important; }
div.feature-card > p { color: #ffffff !important; }
section#cta > div:nth-of-type(1) > a.btn-cta-secondary { color: #ffffff !important; }
section#cta > h2 { color: #ffffff !important; }
section#cta > p { color: #ffffff !important; }
section#cta > p:nth-of-type(2) > span { color: #ffffff !important; }
section#cta > p:nth-of-type(2) > strong { color: #ffffff !important; }
