/* 英文版本专用样式 */
body {
    font-family: 'Montserrat', sans-serif;
}

/* 导航栏字体缩小 */
.navbar .nav-link {
    font-size: 0.85rem;
    padding: 8px 12px !important;
}

/* 轮播图标题 */
.carousel-caption h2 {
    font-size: 2.25rem;
    font-weight: 700;
    max-width: 90%;
    margin: 0 auto 1rem;
}

.carousel-caption p {
    font-size: 1rem;
    max-width: 85%;
    margin: 0 auto;
}

/* 调整卡片内容 */
.card-title {
    font-size: 1.25rem;
    font-weight: 600;
    line-height: 1.4;
}

.card-text {
    font-size: 0.9rem;
    line-height: 1.5;
}

/* 合作伙伴卡片 */
.partner-card .card-title {
    font-size: 1.1rem;
    margin-bottom: 0.5rem;
}

.partner-card .card-text {
    font-size: 0.85rem;
}

/* 服务卡片 */
.service-card .card-title {
    font-size: 1.15rem;
    margin-bottom: 0.75rem;
}

.service-card .card-text {
    font-size: 0.85rem;
}

/* 页脚样式 */
footer h5 {
    font-size: 1rem;
}

footer p, footer li, footer a {
    font-size: 0.85rem;
}

/* 特性部分 */
.feature-title {
    font-size: 1.1rem;
    margin-bottom: 0.5rem;
}

/* 按钮样式 */
.btn {
    font-size: 0.9rem;
    padding: 0.5rem 1.25rem;
}

.btn-lg {
    font-size: 1rem;
    padding: 0.75rem 1.5rem;
}

/* 响应式调整 */
@media (max-width: 768px) {
    .carousel-caption h2 {
        font-size: 1.5rem;
    }
    
    .carousel-caption p {
        font-size: 0.85rem;
    }
    
    .section-title h2 {
        font-size: 1.75rem;
    }
} 