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

div > div:nth-of-type(1) > h5 { color: #048197 !important; }
div.arch-flow > span.arch-arrow { color: #048197 !important; }
div.cta-content > p.cta-desc { color: #ffffff !important; }
div.cta-phone > a { color: #ffffff !important; }
div.faq-question > span.faq-toggle { color: #048197 !important; }
div.pricing-card > div.pricing-price { color: #048197 !important; }
div.pricing-card.featured > div.pricing-price { color: #048197 !important; }
div.sol-container > div:nth-of-type(1) > span.sol-label { color: #048197 !important; }
div.sol-container > div:nth-of-type(3) > p { color: #048197 !important; }
div.sol-hero-content > div.sol-hero-badge { color: #048197 !important; }
div.sol-hero-content > p.sol-hero-sub { color: #048197 !important; }
div.step > span.step-num { color: #048197 !important; }
div.user-area > a.btn.btn-sm.btn-outline { color: #666fc4 !important; }
tbody > tr:nth-of-type(1) > td { color: #048197 !important; }
tbody > tr:nth-of-type(2) > td { color: #048197 !important; }
tbody > tr:nth-of-type(3) > td { color: #048197 !important; }
tbody > tr:nth-of-type(4) > td { color: #048197 !important; }
tbody > tr:nth-of-type(5) > td { color: #048197 !important; }
tbody > tr:nth-of-type(6) > td { color: #048197 !important; }
tbody > tr:nth-of-type(7) > td { color: #048197 !important; }
tbody > tr:nth-of-type(8) > td { color: #048197 !important; }
thead > tr:nth-of-type(1) > th { color: #048197 !important; }
