/**
 * 安全咨询服务页面特定样式
 */

/* 页面头部背景 - 粉红到红色渐变 */
.page-header {
    background: linear-gradient(135deg, #f093fb 0%, #f5576c 100%);
}
