/* index.html 专属样式 */
/* 关键词: 湖州代妈、湖州代怀、湖州代生、湖州代母、湖州助孕 */

/* 五大事业部业务板块 */
.business {
    background: #f8f9fa;
}

.business-grids {
    margin-top: 30px;
}

.business-grid {
    margin-bottom: 30px;
}

.business-grid-inner {
    background: #fff;
    padding: 40px 30px;
    text-align: center;
    border-radius: 8px;
    box-shadow: 0 5px 15px rgba(0,0,0,0.08);
    transition: all 0.3s ease;
    height: 100%;
}

.business-grid-inner:hover {
    transform: translateY(-5px);
    box-shadow: 0 10px 25px rgba(0,0,0,0.15);
}

.business-grid-inner i {
    font-size: 50px;
    color: #ff6b35;
    margin-bottom: 20px;
}

.business-grid-inner h4 {
    font-size: 24px;
    color: #333;
    margin-bottom: 10px;
}

.business-grid-inner h4 a {
    color: #333;
    text-decoration: none;
    transition: color 0.3s;
}

.business-grid-inner h4 a:hover {
    color: #ff6b35;
}

.business-grid-inner h5 {
    font-size: 16px;
    color: #666;
    margin-bottom: 15px;
    font-weight: 500;
}

.business-grid-inner p {
    font-size: 14px;
    color: #777;
    line-height: 1.8;
    margin-bottom: 20px;
}

.btn-more {
    display: inline-block;
    padding: 8px 20px;
    background: #ff6b35;
    color: #fff;
    text-decoration: none;
    border-radius: 4px;
    font-size: 14px;
    transition: background 0.3s;
}

.btn-more:hover {
    background: #e55a2b;
    color: #fff;
}

.contact-grid {
    background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
    color: #fff;
}

.contact-grid h4,
.contact-grid h5,
.contact-grid p {
    color: #fff;
}

.contact-grid .phone-number {
    font-size: 20px;
    font-weight: bold;
    margin-top: 15px;
}

/* 关于公司板块 */
.about-company {
    background: #fff;
}

.about-grids {
    margin-top: 30px;
}

.about-company h4 {
    font-size: 22px;
    color: #333;
}

.about-company h3 {
    font-size: 28px;
    color: #ff6b35;
    margin-bottom: 20px;
}

.about-company p {
    font-size: 15px;
    color: #666;
    line-height: 1.8;
    margin-bottom: 15px;
}

.about-grid-img .position {
    position: relative;
    overflow: hidden;
    border-radius: 8px;
}

.about-grid-img .position img {
    width: 100%;
    transition: transform 0.3s;
}

.about-grid-img .position:hover img {
    transform: scale(1.05);
}

/* 核心优势板块 */
.advantages {
    background: #f8f9fa;
}

.advantage-grids {
    margin-top: 30px;
}

.advantage-grid {
    margin-bottom: 30px;
    text-align: center;
    padding: 30px 20px;
    background: #fff;
    border-radius: 8px;
    transition: all 0.3s ease;
}

.advantage-grid:hover {
    box-shadow: 0 5px 20px rgba(0,0,0,0.1);
    transform: translateY(-3px);
}

.advantage-icon {
    width: 80px;
    height: 80px;
    background: linear-gradient(135deg, #ff6b35 0%, #e55a2b 100%);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 20px;
}

.advantage-icon i {
    font-size: 35px;
    color: #fff;
}

.advantage-grid h4 {
    font-size: 18px;
    color: #333;
    margin-bottom: 15px;
}

.advantage-grid p {
    font-size: 14px;
    color: #666;
    line-height: 1.7;
}

/* 服务数据板块 */
.stats {
    background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
    color: #fff;
}

.stats .heading {
    color: #fff;
}

.stats-grids {
    margin-top: 30px;
}

.stat-grid {
    margin-bottom: 30px;
    padding: 30px 20px;
}

.stat-icon {
    width: 70px;
    height: 70px;
    background: rgba(255,255,255,0.2);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 20px;
}

.stat-icon i {
    font-size: 30px;
    color: #fff;
}

.stat-grid h3 {
    font-size: 48px;
    font-weight: bold;
    margin-bottom: 10px;
}

.stat-grid h5 {
    font-size: 14px;
    color: rgba(255,255,255,0.9);
}

/* 响应式调整 */
@media (max-width: 768px) {
    .business-grid-inner {
        padding: 30px 20px;
    }
    
    .business-grid-inner h4 {
        font-size: 20px;
    }
    
    .stat-grid h3 {
        font-size: 36px;
    }
    
    .about-company h3 {
        font-size: 22px;
    }
}

@media (max-width: 480px) {
    .business-grid-inner i {
        font-size: 40px;
    }
    
    .advantage-icon {
        width: 60px;
        height: 60px;
    }
    
    .advantage-icon i {
        font-size: 25px;
    }
}
