/* 齐医助孕 - 自定义样式 */

/* Logo 文字样式 */
.text-logo-link {
    font-size: 14px;
    font-weight: 700;
    color: #4a90d9;
    text-decoration: none;
    line-height: 1.3;
    display: inline-block;
    max-width: 320px;
}

.text-logo-link:hover {
    color: #2c6fad;
    text-decoration: none;
}

.nav-logo-text {
    font-size: 12px;
    font-weight: 700;
    color: #4a90d9;
    text-decoration: none;
}

.nav-logo-text:hover {
    color: #2c6fad;
    text-decoration: none;
}

/* 关键词高亮 */
.keyword-highlight {
    color: #4a90d9;
    font-weight: 600;
}

/* 页脚样式优化 */
.xs-footer {
    background: #2c3e50;
    color: #fff;
    padding: 40px 0 20px;
}

.xs-footer-logo {
    margin-bottom: 20px;
}

.xs-footer-logo .nav-logo-text {
    font-size: 14px;
    color: #fff;
}

.xs-footer-logo .nav-logo-text:hover {
    color: #4a90d9;
}

.xs-footer p {
    color: #bdc3c7;
    margin-bottom: 10px;
}

.xs-footer a {
    color: #4a90d9;
}

.xs-footer a:hover {
    color: #fff;
}

.xs-footer-menu {
    list-style: none;
    padding: 0;
    margin: 20px 0;
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
}

.xs-footer-menu li {
    margin: 0 15px;
}

.xs-footer-menu a {
    color: #bdc3c7;
    text-decoration: none;
    transition: color 0.3s;
}

.xs-footer-menu a:hover {
    color: #4a90d9;
}

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

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

.product-card h4 {
    color: #4a90d9;
    margin-bottom: 15px;
}

.product-icon {
    font-size: 48px;
    color: #4a90d9;
    margin-bottom: 20px;
}

/* 响应式 Logo 调整 */
@media (max-width: 991px) {
    .xs-logo-area .xs-logo-wraper {
        display: block;
    }
    
    .xs-logo-area .xs-logo-wraper .text-logo-link {
        font-size: 11px;
        max-width: 100%;
        white-space: normal;
        line-height: 1.4;
    }
    
    .xs-logo-area {
        padding: 20px 0;
    }
    
    .xs-footer-menu {
        flex-direction: column;
        align-items: center;
    }
    
    .xs-footer-menu li {
        margin: 5px 0;
    }
}
