/* 页面 Banner 样式 */
/* 复用首页 .hero class，添加内联渐变文字支持 */
.hero-desc .title-highlight {
    background: linear-gradient(135deg, #8B5CF6 0%, #06B6D4 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
}
