/* ZhuYun.html 专属样式 */
/* 关键词: 湖州助孕、助孕 */

.inner-banner {
    background: url('../images/banner2.jpg') no-repeat center center;
    background-size: cover;
    padding: 120px 0;
    position: relative;
}

.inner-banner .layer {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.6);
    display: flex;
    align-items: center;
}

.inner-banner h2 {
    color: #fff;
    font-size: 42px;
    margin-bottom: 15px;
    font-weight: bold;
}

.inner-banner p {
    color: rgba(255, 255, 255, 0.9);
    font-size: 18px;
}

.intro {
    background: #fff;
}

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

.intro h3 {
    font-size: 28px;
    color: #16a085;
    margin-bottom: 20px;
}

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

.intro-img img {
    border-radius: 8px;
    box-shadow: 0 5px 20px rgba(0,0,0,0.1);
}

.services {
    background: #f8f9fa;
}

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

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

.service-grid-inner {
    background: #fff;
    padding: 35px 25px;
    border-radius: 8px;
    box-shadow: 0 3px 15px rgba(0,0,0,0.08);
    transition: all 0.3s ease;
    height: 100%;
}

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

.service-icon {
    width: 70px;
    height: 70px;
    background: linear-gradient(135deg, #16a085 0%, #1abc9c 100%);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 20px;
}

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

.service-grid-inner h4 {
    font-size: 20px;
    color: #333;
    margin-bottom: 15px;
    text-align: center;
}

.service-list {
    list-style: none;
    padding: 0;
    margin: 15px 0;
}

.service-list li {
    padding: 8px 0;
    color: #666;
    font-size: 14px;
    border-bottom: 1px dashed #eee;
}

.service-list li:before {
    content: "✓ ";
    color: #16a085;
    font-weight: bold;
    margin-right: 8px;
}

.service-grid-inner p {
    font-size: 14px;
    color: #888;
    text-align: center;
    margin: 15px 0;
}

.contact-service {
    background: linear-gradient(135deg, #16a085 0%, #1abc9c 100%);
    color: #fff;
}

.contact-service h4,
.contact-service p,
.contact-text {
    color: #fff !important;
}

.contact-service .service-icon {
    background: rgba(255,255,255,0.2);
}

.phone-number {
    font-size: 22px !important;
    font-weight: bold;
    margin-top: 15px;
}

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

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

.advantages {
    background: #fff;
}

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

.advantage-grid {
    margin-bottom: 30px;
    text-align: center;
    padding: 30px 20px;
    background: #f8f9fa;
    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, #16a085 0%, #1abc9c 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;
}

.process {
    background: #f8f9fa;
}

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

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

.process-step {
    text-align: center;
    padding: 30px 20px;
    background: #fff;
    border-radius: 8px;
    box-shadow: 0 3px 10px rgba(0,0,0,0.08);
    position: relative;
}

.step-number {
    font-size: 48px;
    font-weight: bold;
    color: #16a085;
    opacity: 0.3;
    margin-bottom: 10px;
}

.process-step h4 {
    font-size: 18px;
    color: #333;
    margin-bottom: 10px;
}

.process-step p {
    font-size: 14px;
    color: #666;
    line-height: 1.6;
}

.cases {
    background: #fff;
}

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

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

.case-card {
    background: #fff;
    border-radius: 8px;
    overflow: hidden;
    box-shadow: 0 3px 15px rgba(0,0,0,0.1);
    transition: all 0.3s ease;
}

.case-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 8px 25px rgba(0,0,0,0.15);
}

.case-card img {
    width: 100%;
    height: 200px;
    object-fit: cover;
}

.case-content {
    padding: 20px;
}

.case-content h4 {
    font-size: 18px;
    color: #333;
    margin-bottom: 10px;
}

.case-content p {
    font-size: 14px;
    color: #666;
    line-height: 1.6;
    margin-bottom: 15px;
}

.case-tag {
    display: inline-block;
    padding: 4px 12px;
    background: #16a085;
    color: #fff;
    border-radius: 20px;
    font-size: 12px;
}

.faq {
    background: #f8f9fa;
}

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

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

.faq-item {
    background: #fff;
    padding: 20px;
    margin-bottom: 15px;
    border-radius: 8px;
    box-shadow: 0 2px 8px rgba(0,0,0,0.05);
}

.faq-item h4 {
    font-size: 16px;
    color: #333;
    margin-bottom: 10px;
    font-weight: 600;
}

.faq-item p {
    font-size: 14px;
    color: #666;
    line-height: 1.6;
}

@media (max-width: 768px) {
    .inner-banner {
        padding: 80px 0;
    }
    
    .inner-banner h2 {
        font-size: 32px;
    }
    
    .inner-banner p {
        font-size: 16px;
    }
    
    .service-grid-inner {
        padding: 25px 20px;
    }
    
    .step-number {
        font-size: 36px;
    }
}

@media (max-width: 480px) {
    .inner-banner h2 {
        font-size: 26px;
    }
    
    .service-icon {
        width: 60px;
        height: 60px;
    }
    
    .service-icon i {
        font-size: 25px;
    }
}
