/* ========================================
   七台河代妈页面专属样式
   ======================================== */

/* 页面头部橙色变体 */
.page-header-orange {
    background: linear-gradient(135deg, #ff6600 0%, #ff9900 100%);
}

/* CTA橙色变体 */
.cta-orange {
    background: linear-gradient(135deg, #ff6600 0%, #ff9900 100%);
}

.cta-orange .btn-cta {
    color: #ff6600;
}

/* 服务高亮区块 */
.service-highlight {
    background: linear-gradient(135deg, rgba(255, 102, 0, 0.05), rgba(255, 153, 0, 0.05));
    padding: 30px;
    border-radius: 12px;
    border-left: 4px solid #ff6600;
    margin-bottom: 40px;
}

.service-highlight h3 {
    color: #ff6600;
    font-size: 1.5em;
    margin-bottom: 15px;
}

.service-highlight h3 i {
    margin-right: 10px;
}

.service-highlight p {
    color: #666;
    line-height: 1.8;
}

/* 简单特性列表 */
.feature-list-simple {
    list-style: none;
    padding: 0;
    margin-top: 15px;
}

.feature-list-simple li {
    color: #666;
    margin-bottom: 10px;
    padding-left: 25px;
    position: relative;
    line-height: 1.6;
}

.feature-list-simple li i {
    position: absolute;
    left: 0;
    color: #ff6600;
}
