/* 福建南平代妈代怀代母助孕代生数码科技有限公司 - 自定义样式 */

/* 顶部联系栏 */
.top-contact-bar {
    background: #2c3e50;
    color: #fff;
    padding: 8px 0;
    font-size: 14px;
    position: relative;
    z-index: 1000;
}

.top-contact-bar .contact-info {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.top-contact-bar .contact-left span {
    margin-right: 20px;
}

.top-contact-bar .contact-left i {
    margin-right: 5px;
    color: #3498db;
}

.top-contact-bar .contact-right a {
    color: #fff;
    text-decoration: none;
    margin-left: 15px;
}

.top-contact-bar .contact-right a:hover {
    color: #3498db;
}

/* Logo样式 */
.navbar-brand {
    font-size: 16px !important;
    line-height: 1.4;
    text-transform: none !important;
    letter-spacing: 1px !important;
    border: 2px solid #fff !important;
    padding: 8px 15px !important;
    max-width: 280px;
    text-align: center;
    white-space: normal;
    display: inline-block;
}

.navbar-brand:hover {
    color: #3498db !important;
    border-color: #3498db !important;
}

/* 导航栏样式 */
.navbar-light .navbar-nav .nav-link {
    font-size: 16px;
    font-weight: 600;
    color: #fff !important;
    padding: 10px 15px !important;
}

.navbar-light .navbar-nav .nav-link:hover {
    color: #3498db !important;
}

/* 页面标题样式 */
.page-title {
    font-size: 36px;
    font-weight: 700;
    color: #2c3e50;
    margin-bottom: 20px;
    text-transform: uppercase;
    letter-spacing: 2px;
}

.page-subtitle {
    font-size: 18px;
    color: #7f8c8d;
    margin-bottom: 40px;
    line-height: 1.6;
}

/* 服务卡片样式 */
.service-card {
    background: #fff;
    border-radius: 8px;
    padding: 30px;
    box-shadow: 0 2px 10px rgba(0,0,0,0.1);
    transition: all 0.3s ease;
    margin-bottom: 30px;
}

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

.service-card h3 {
    font-size: 24px;
    color: #2c3e50;
    margin-bottom: 15px;
    font-weight: 700;
}

.service-card p {
    color: #7f8c8d;
    line-height: 1.8;
    margin-bottom: 15px;
}

.service-card ul {
    list-style: none;
    padding: 0;
}

.service-card ul li {
    padding: 8px 0;
    color: #555;
    position: relative;
    padding-left: 25px;
}

.service-card ul li:before {
    content: "✓";
    position: absolute;
    left: 0;
    color: #3498db;
    font-weight: bold;
}

/* 产品网格样式 */
.product-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
    gap: 30px;
    margin: 40px 0;
}

.product-item {
    background: #fff;
    border-radius: 8px;
    overflow: hidden;
    box-shadow: 0 2px 10px rgba(0,0,0,0.1);
    transition: all 0.3s ease;
}

.product-item:hover {
    transform: translateY(-5px);
    box-shadow: 0 5px 20px rgba(0,0,0,0.15);
}

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

.product-info {
    padding: 20px;
}

.product-info h4 {
    font-size: 20px;
    color: #2c3e50;
    margin-bottom: 10px;
    font-weight: 700;
}

.product-info p {
    color: #7f8c8d;
    line-height: 1.6;
    font-size: 14px;
}

/* 统计数字样式 */
.stats-section {
    background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
    padding: 60px 0;
    color: #fff;
    margin: 40px 0;
}

.stat-item {
    text-align: center;
    padding: 20px;
}

.stat-number {
    font-size: 48px;
    font-weight: 700;
    margin-bottom: 10px;
}

.stat-label {
    font-size: 16px;
    text-transform: uppercase;
    letter-spacing: 2px;
}

/* 优势特色样式 */
.feature-section {
    padding: 60px 0;
    background: #f8f9fa;
}

.feature-item {
    text-align: center;
    padding: 30px;
    margin-bottom: 30px;
}

.feature-icon {
    font-size: 48px;
    color: #3498db;
    margin-bottom: 20px;
}

.feature-item h4 {
    font-size: 22px;
    color: #2c3e50;
    margin-bottom: 15px;
    font-weight: 700;
}

.feature-item p {
    color: #7f8c8d;
    line-height: 1.8;
}

/* FAQ样式 */
.faq-section {
    padding: 60px 0;
}

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

.faq-question {
    font-size: 18px;
    color: #2c3e50;
    font-weight: 700;
    margin-bottom: 15px;
    cursor: pointer;
    display: flex;
    align-items: center;
}

.faq-question:before {
    content: "Q";
    background: #3498db;
    color: #fff;
    width: 30px;
    height: 30px;
    border-radius: 50%;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    margin-right: 15px;
    font-size: 16px;
}

.faq-answer {
    color: #555;
    line-height: 1.8;
    padding-left: 45px;
}

/* 联系信息样式 */
.contact-info-section {
    background: #2c3e50;
    color: #fff;
    padding: 60px 0;
}

.contact-info-item {
    text-align: center;
    padding: 20px;
}

.contact-info-item i {
    font-size: 36px;
    color: #3498db;
    margin-bottom: 15px;
}

.contact-info-item h4 {
    font-size: 20px;
    margin-bottom: 10px;
    font-weight: 700;
}

.contact-info-item p {
    color: #bdc3c7;
    line-height: 1.6;
}

/* 页脚样式 */
footer {
    background: #1a252f;
    color: #fff;
    padding: 40px 0 20px;
}

footer .footer-content {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    gap: 40px;
    margin-bottom: 30px;
}

footer h5 {
    font-size: 18px;
    margin-bottom: 20px;
    font-weight: 700;
    color: #3498db;
}

footer p, footer li {
    color: #bdc3c7;
    line-height: 1.8;
}

footer ul {
    list-style: none;
    padding: 0;
}

footer ul li {
    margin-bottom: 10px;
}

footer ul li a {
    color: #bdc3c7;
    text-decoration: none;
    transition: color 0.3s;
}

footer ul li a:hover {
    color: #3498db;
}

footer .copyright {
    text-align: center;
    padding-top: 20px;
    border-top: 1px solid #34495e;
    color: #7f8c8d;
}

/* 响应式设计 */
@media (max-width: 768px) {
    .navbar-brand {
        font-size: 14px !important;
        max-width: 200px;
    }
    
    .page-title {
        font-size: 28px;
    }
    
    .stat-number {
        font-size: 36px;
    }
    
    .top-contact-bar .contact-info {
        flex-direction: column;
        text-align: center;
    }
    
    .top-contact-bar .contact-left span {
        display: block;
        margin: 5px 0;
    }
}
