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

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