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

/* 页面头部绿色变体 */
.page-header-green {
    background: linear-gradient(135deg, #11998e 0%, #38ef7d 100%);
}

/* CTA绿色变体 */
.cta-green {
    background: linear-gradient(135deg, #11998e 0%, #38ef7d 100%);
}

.cta-green .btn-cta {
    color: #11998e;
}

/* 服务高亮区块 */
.service-highlight {
    background: linear-gradient(135deg, rgba(17, 153, 142, 0.05), rgba(56, 239, 125, 0.05));
    padding: 30px;
    border-radius: 12px;
    border-left: 4px solid #11998e;
    margin-bottom: 40px;
}

.service-highlight h3 {
    color: #11998e;
    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: #11998e;
}
