/* ZhuYun.html - 苏州助孕 跨境电商综合服务 */

/* Hero Carousel */
.hero-carousel {
    position: relative;
    height: 500px;
    overflow: hidden;
}
.hero-slide {
    position: absolute;
    top: 0; left: 0; right: 0; bottom: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    color: #fff;
    opacity: 0;
    transition: opacity 1s;
}
.hero-slide.active { opacity: 1; }
.hero-slide:nth-child(1) { background: linear-gradient(135deg, #1a1a2e, #0f3460); }
.hero-slide:nth-child(2) { background: linear-gradient(135deg, #0f3460, #16213e); }
.hero-slide:nth-child(3) { background: linear-gradient(135deg, #16213e, #1a1a2e); }
.hero-slide h2 { font-size: 42px; margin-bottom: 15px; }
.hero-slide p { font-size: 18px; opacity: 0.9; max-width: 600px; margin: 0 auto 20px; }
.hero-slide .btn {
    display: inline-block;
    padding: 12px 35px;
    background: #e94560;
    color: #fff;
    border-radius: 25px;
    font-weight: 600;
    transition: background 0.3s;
}
.hero-slide .btn:hover { background: #f5a623; }

/* Business Matrix */
.matrix-grid { display: flex; flex-wrap: wrap; gap: 20px; margin-top: 30px; }
.matrix-card {
    flex: 0 0 calc(20% - 16px);
    text-align: center;
    padding: 30px 15px;
    background: #fff;
    border-radius: 8px;
    box-shadow: 0 2px 15px rgba(0,0,0,0.08);
    transition: all 0.3s;
    position: relative;
    overflow: hidden;
}
.matrix-card::before {
    content: '';
    position: absolute;
    top: 0; left: 0; right: 0;
    height: 4px;
    background: linear-gradient(90deg, #e94560, #f5a623);
}
.matrix-card:hover { transform: translateY(-5px); box-shadow: 0 8px 25px rgba(0,0,0,0.15); }
.matrix-card .matrix-icon {
    width: 70px;
    height: 70px;
    border-radius: 50%;
    background: linear-gradient(135deg, #e94560, #f5a623);
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 15px;
    font-size: 28px;
}
.matrix-card h4 { font-size: 16px; color: #1a1a2e; margin-bottom: 8px; }
.matrix-card p { font-size: 13px; color: #666; line-height: 1.6; }

/* Comprehensive Services */
.comprehensive-grid { display: flex; flex-wrap: wrap; gap: 20px; margin-top: 30px; }
.comp-service {
    flex: 0 0 calc(33.333% - 14px);
    padding: 25px;
    background: #fff;
    border-radius: 8px;
    box-shadow: 0 2px 10px rgba(0,0,0,0.06);
}
.comp-service .comp-num {
    font-size: 36px;
    font-weight: 700;
    color: #e94560;
    opacity: 0.3;
    margin-bottom: 10px;
}
.comp-service h4 { font-size: 18px; color: #1a1a2e; margin-bottom: 10px; }
.comp-service p { font-size: 14px; color: #666; line-height: 1.6; }

/* Testimonials */
.testimonial-grid { display: flex; flex-wrap: wrap; gap: 20px; margin-top: 30px; }
.testimonial-card {
    flex: 0 0 calc(33.333% - 14px);
    background: #fff;
    border-radius: 8px;
    padding: 25px;
    box-shadow: 0 2px 10px rgba(0,0,0,0.06);
}
.testimonial-card .quote { font-size: 14px; color: #555; line-height: 1.8; font-style: italic; margin-bottom: 15px; }
.testimonial-card .author { display: flex; align-items: center; gap: 10px; }
.testimonial-card .author-avatar {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background: #e94560;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 700;
}
.testimonial-card .author-info h5 { font-size: 14px; color: #1a1a2e; }
.testimonial-card .author-info span { font-size: 12px; color: #999; }

/* Case Cards */
.case-grid {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
    margin-top: 30px;
}
.case-card {
    flex: 0 0 calc(33.333% - 14px);
    background: #fff;
    border-radius: 8px;
    overflow: hidden;
    box-shadow: 0 2px 15px rgba(0,0,0,0.08);
    transition: transform 0.3s;
}
.case-card:hover {
    transform: translateY(-5px);
}
.case-img {
    height: 200px;
    overflow: hidden;
}
.case-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.case-info {
    padding: 20px;
}
.case-info h4 {
    font-size: 18px;
    color: #1a1a2e;
    margin-bottom: 10px;
}
.case-info p {
    font-size: 14px;
    color: #666;
    line-height: 1.6;
}

@media (max-width: 991px) {
    .case-card {
        flex: 0 0 calc(50% - 10px);
    }
}
@media (max-width: 767px) {
    .case-card {
        flex: 0 0 100%;
    }
}

/* Case Cards */
.case-grid {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
    margin-top: 30px;
}
.case-card {
    flex: 0 0 calc(33.333% - 14px);
    background: #fff;
    border-radius: 8px;
    overflow: hidden;
    box-shadow: 0 2px 15px rgba(0,0,0,0.08);
    transition: transform 0.3s;
}
.case-card:hover {
    transform: translateY(-5px);
}
.case-img {
    height: 200px;
    overflow: hidden;
}
.case-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.case-info {
    padding: 20px;
}
.case-info h4 {
    font-size: 18px;
    color: #1a1a2e;
    margin-bottom: 10px;
}
.case-info p {
    font-size: 14px;
    color: #666;
    line-height: 1.6;
}

@media (max-width: 991px) {
    .case-card {
        flex: 0 0 calc(50% - 10px);
    }
}
@media (max-width: 767px) {
    .case-card {
        flex: 0 0 100%;
    }
}

/* Case Cards */
.case-grid {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
    margin-top: 30px;
}
.case-card {
    flex: 0 0 calc(33.333% - 14px);
    background: #fff;
    border-radius: 8px;
    overflow: hidden;
    box-shadow: 0 2px 15px rgba(0,0,0,0.08);
    transition: transform 0.3s;
}
.case-card:hover {
    transform: translateY(-5px);
}
.case-img {
    height: 200px;
    overflow: hidden;
}
.case-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.case-info {
    padding: 20px;
}
.case-info h4 {
    font-size: 18px;
    color: #1a1a2e;
    margin-bottom: 10px;
}
.case-info p {
    font-size: 14px;
    color: #666;
    line-height: 1.6;
}

@media (max-width: 991px) {
    .case-card {
        flex: 0 0 calc(50% - 10px);
    }
}
@media (max-width: 767px) {
    .case-card {
        flex: 0 0 100%;
    }
}

/* Case Cards */
.case-grid {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
    margin-top: 30px;
}
.case-card {
    flex: 0 0 calc(33.333% - 14px);
    background: #fff;
    border-radius: 8px;
    overflow: hidden;
    box-shadow: 0 2px 15px rgba(0,0,0,0.08);
    transition: transform 0.3s;
}
.case-card:hover {
    transform: translateY(-5px);
}
.case-img {
    height: 200px;
    overflow: hidden;
}
.case-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.case-info {
    padding: 20px;
}
.case-info h4 {
    font-size: 18px;
    color: #1a1a2e;
    margin-bottom: 10px;
}
.case-info p {
    font-size: 14px;
    color: #666;
    line-height: 1.6;
}

@media (max-width: 991px) {
    .case-card {
        flex: 0 0 calc(50% - 10px);
    }
}
@media (max-width: 767px) {
    .case-card {
        flex: 0 0 100%;
    }
}

/* FAQ Section */
.faq-section { padding: 60px 0; }
.faq-grid { display: flex; flex-wrap: wrap; gap: 20px; margin-top: 30px; }
.faq-item {
    flex: 0 0 calc(50% - 10px);
    background: #fff;
    border-radius: 8px;
    padding: 20px;
    box-shadow: 0 2px 10px rgba(0,0,0,0.06);
}
.faq-item h4 { font-size: 16px; color: #1a1a2e; margin-bottom: 8px; }
.faq-item h4::before { content: 'Q: '; color: #e94560; }
.faq-item p { font-size: 14px; color: #666; line-height: 1.6; }
.faq-item p::before { content: 'A: '; color: #e94560; font-weight: 600; }

/* CTA Section */
.cta-section {
    background: linear-gradient(135deg, #1a1a2e, #0f3460);
    color: #fff;
    padding: 60px 0;
    text-align: center;
}
.cta-section h2 { font-size: 30px; margin-bottom: 15px; }
.cta-section p { font-size: 16px; opacity: 0.9; margin-bottom: 25px; max-width: 600px; margin-left: auto; margin-right: auto; }
.cta-section .btn {
    display: inline-block;
    padding: 14px 40px;
    background: #e94560;
    color: #fff;
    border-radius: 25px;
    font-weight: 600;
    font-size: 16px;
    transition: background 0.3s;
}
.cta-section .btn:hover { background: #f5a623; }

@media (max-width: 991px) {
    .hero-carousel { height: 400px; }
    .hero-slide h2 { font-size: 30px; }
    .matrix-card { flex: 0 0 calc(33.333% - 14px); }
    .comp-service { flex: 0 0 calc(50% - 10px); }
    .testimonial-card { flex: 0 0 calc(50% - 10px); }
    .faq-item { flex: 0 0 100%; }
}
@media (max-width: 767px) {
    .hero-carousel { height: 350px; }
    .hero-slide h2 { font-size: 24px; }
    .matrix-card { flex: 0 0 calc(50% - 10px); }
    .comp-service { flex: 0 0 100%; }
    .testimonial-card { flex: 0 0 100%; }
}
