/* 福建龙岩代妈代怀代母助孕代生电子商务有限公司 - 公共样式 */

/* 顶部联系方式栏 */
.top-contact-bar {
    background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
    color: #fff;
    padding: 8px 0;
    font-size: 14px;
}

.top-contact-bar .container {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
}

.top-contact-bar .contact-info {
    display: flex;
    align-items: center;
    gap: 20px;
}

.top-contact-bar .contact-info i {
    margin-right: 5px;
}

.top-contact-bar .contact-info a {
    color: #fff;
    text-decoration: none;
    transition: opacity 0.3s;
}

.top-contact-bar .contact-info a:hover {
    opacity: 0.8;
}

/* Logo样式 */
.navbar-brand-text {
    font-size: 16px;
    font-weight: 700;
    color: #333 !important;
    line-height: 1.3;
    max-width: 280px;
    display: block;
}

.navbar-brand-text:hover {
    color: #667eea !important;
}

/* 导航栏优化 */
.navbar {
    padding: 15px 0;
    box-shadow: 0 2px 10px rgba(0,0,0,0.1);
}

.navbar-nav .nav-link {
    font-weight: 500;
    padding: 10px 15px !important;
    transition: color 0.3s;
}

.navbar-nav .nav-link:hover {
    color: #667eea !important;
}

/* 导航栏汉堡按钮 - 更醒目 */
.navbar-toggler {
    border: 2px solid #667eea;
    border-radius: 6px;
    padding: 6px 10px;
    transition: background 0.3s;
}

.navbar-toggler:hover {
    background: #667eea;
}

.navbar-toggler:hover .navbar-toggler-icon i {
    color: #fff;
}

.navbar-toggler-icon i {
    color: #667eea;
    font-size: 20px;
}

/* 页面标题样式 */
.page-title {
    background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
    color: #fff;
    padding: 60px 0;
    text-align: center;
}

.page-title h1 {
    font-size: 36px;
    font-weight: 700;
    margin-bottom: 15px;
}

.page-title p {
    font-size: 18px;
    opacity: 0.9;
}

/* 服务卡片样式 */
.service-card {
    background: #fff;
    border-radius: 10px;
    box-shadow: 0 5px 20px rgba(0,0,0,0.08);
    padding: 30px;
    margin-bottom: 30px;
    transition: transform 0.3s, box-shadow 0.3s;
}

.service-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 10px 30px rgba(0,0,0,0.15);
}

.service-card .service-icon {
    width: 60px;
    height: 60px;
    background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 20px;
}

.service-card .service-icon i {
    font-size: 24px;
    color: #fff;
}

.service-card h4 {
    font-size: 20px;
    font-weight: 600;
    margin-bottom: 15px;
    color: #333;
}

.service-card p {
    color: #666;
    line-height: 1.6;
    margin-bottom: 15px;
}

.service-card ul {
    list-style: none;
    padding: 0;
}

.service-card ul li {
    padding: 8px 0;
    color: #555;
    border-bottom: 1px solid #eee;
}

.service-card ul li:last-child {
    border-bottom: none;
}

.service-card ul li i {
    color: #667eea;
    margin-right: 8px;
}

/* 优势特色区域 */
.feature-section {
    background: #f8f9fa;
    padding: 80px 0;
}

.feature-item {
    text-align: center;
    padding: 30px 20px;
}

.feature-item i {
    font-size: 48px;
    color: #667eea;
    margin-bottom: 20px;
}

.feature-item h5 {
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 15px;
}

.feature-item p {
    color: #666;
    line-height: 1.6;
}

/* 数据统计区域 */
.stats-section {
    background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
    padding: 60px 0;
    color: #fff;
}

.stat-item {
    text-align: center;
    padding: 20px;
}

.stat-item .stat-number {
    font-size: 48px;
    font-weight: 700;
    margin-bottom: 10px;
}

.stat-item .stat-label {
    font-size: 16px;
    opacity: 0.9;
}

/* FAQ区域 */
.faq-section {
    padding: 80px 0;
}

.faq-item {
    background: #fff;
    border-radius: 8px;
    padding: 25px;
    margin-bottom: 20px;
    box-shadow: 0 2px 10px rgba(0,0,0,0.05);
}

.faq-item h5 {
    font-size: 18px;
    font-weight: 600;
    color: #333;
    margin-bottom: 15px;
}

.faq-item p {
    color: #666;
    line-height: 1.6;
}

/* 页脚样式 */
footer {
    background: #2c3e50;
    color: #fff;
    padding: 60px 0 30px;
}

footer h5 {
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 20px;
}

footer p, footer li, footer a {
    color: #bdc3c7;
    line-height: 1.8;
}

footer a:hover {
    color: #fff;
    text-decoration: none;
}

.footer-bottom {
    border-top: 1px solid rgba(255,255,255,0.1);
    padding-top: 30px;
    margin-top: 40px;
    text-align: center;
}

.footer-bottom p {
    margin: 0;
    font-size: 14px;
}

/* 响应式调整 */
@media (max-width: 991px) {
    .navbar-brand-text {
        font-size: 14px;
        max-width: none;
        white-space: normal;
    }
    
    .top-contact-bar .container {
        justify-content: center;
        text-align: center;
    }
    
    .top-contact-bar .contact-info {
        flex-direction: column;
        gap: 10px;
    }
}

@media (max-width: 767px) {
    /* 手机端Logo完整显示 */
    .navbar {
        padding: 10px 0;
    }
    
    .navbar-brand-text {
        font-size: 13px;
        max-width: none;
        width: 100%;
        white-space: normal;
        line-height: 1.4;
        text-align: center;
    }
    
    /* 手机端汉堡按钮更大更醒目 */
    .navbar-toggler {
        border: 2px solid #667eea;
        padding: 8px 14px;
        border-radius: 8px;
        margin-left: auto;
    }
    
    .navbar-toggler-icon i {
        font-size: 22px;
    }
    
    /* 手机端导航菜单展开后样式 */
    .navbar-collapse {
        background: #fff;
        border-radius: 8px;
        margin-top: 10px;
        padding: 10px;
        box-shadow: 0 4px 15px rgba(0,0,0,0.1);
    }
    
    .navbar-nav .nav-link {
        padding: 12px 15px !important;
        border-bottom: 1px solid #f0f0f0;
    }
    
    .navbar-nav .nav-link:last-child {
        border-bottom: none;
    }
    
    .page-title h1 {
        font-size: 24px;
    }
    
    .page-title p {
        font-size: 14px;
    }
    
    .stat-item .stat-number {
        font-size: 32px;
    }
    
    .service-card {
        padding: 20px;
    }
    
    .top-contact-bar {
        font-size: 12px;
        padding: 6px 0;
    }
}

/* 面包屑导航 */
.breadcrumb {
    background: transparent;
    margin: 0;
    justify-content: center;
}

.breadcrumb-item a {
    color: #fff;
    text-decoration: none;
}

.breadcrumb-item.active {
    color: rgba(255,255,255,0.8);
}

.breadcrumb-item + .breadcrumb-item::before {
    color: rgba(255,255,255,0.6);
}
