/* 绥化代妈页面样式 - 橙色主题 */
.services-detail {
    padding: 60px 0;
    background: #f8f9fa;
}
.services-detail h3 {
    text-align: center;
    font-size: 2em;
    margin-bottom: 40px;
    color: #333;
}
.w3ls_warehouse_type {
    background: #fff;
    padding: 30px;
    margin-bottom: 30px;
    border-radius: 12px;
    box-shadow: 0 4px 15px rgba(0,0,0,0.08);
    border-top: 4px solid #ff9800;
}
.w3ls_warehouse_type h4 {
    font-size: 1.3em;
    color: #ff9800;
    margin-bottom: 15px;
}
.w3ls_warehouse_type p {
    color: #666;
    line-height: 1.6;
}
.services-stats {
    padding: 50px 0;
    background: linear-gradient(135deg, #ff9800 0%, #ffc107 100%);
    color: #fff;
    text-align: center;
}
.services-stats h3 {
    text-align: center;
    font-size: 2em;
    margin-bottom: 40px;
    color: #fff;
}
.w3ls_stat {
    text-align: center;
    padding: 20px;
}
.w3ls_stat .counter {
    font-size: 2.5em;
    font-weight: bold;
    display: block;
    margin-bottom: 10px;
}
.w3ls_stat h3 {
    font-size: 1em;
    opacity: 0.9;
    margin-bottom: 0;
}
.services-bottom {
    padding: 60px 0;
    background: #fff;
}
@media (max-width: 768px) {
    .w3ls_warehouse_type {
        width: 100%;
    }
    .w3ls_stat {
        width: 50%;
        margin-bottom: 20px;
    }
}
