/* ========= ITDR Gateway 英文版专用样式 ========= */
/* 符合英文版字体规范快速参考.md */

/* 主视觉标签字体调整 - 英文版 */
/* 规范：14px，字重500 */
.section-caption-border {
    font-size: 14px !important;
    font-weight: 500 !important;
}

/* 主视觉标题字体大小调整 - 英文版 */
/* 规范：H1桌面端48px，移动端32px，字重100（细体）*/
.hs-title-1a {
    font-size: 48px !important;
    font-weight: 100 !important;
    line-height: 1.2 !important;
    letter-spacing: -0.02em !important;
    -webkit-font-smoothing: antialiased !important;
    -moz-osx-font-smoothing: grayscale !important;
}

/* 平板端调整 (768-1024px) */
@media (max-width: 1024px) and (min-width: 768px) {
    .hs-title-1a {
        font-size: 40px !important;
    }
}

/* 移动端调整 (576-767px) */
@media (max-width: 767px) and (min-width: 576px) {
    .hs-title-1a {
        font-size: 32px !important;
    }
}

/* 小屏手机调整 (<576px) */
@media (max-width: 575px) {
    .hs-title-1a {
        font-size: 28px !important;
    }
}

/* 主视觉描述文字调整 */
/* 规范：大正文16px，行高1.6 */
.section-descr {
    font-size: 16px !important;
    line-height: 1.6 !important;
}

/* 移动端保持可读性 */
@media (max-width: 767px) {
    .section-descr {
        font-size: 14px !important;
    }
}

/* 区块标题 H2/H3 规范 */
/* 规范：H2桌面36px移动28px，字重600 */
.section-title {
    font-size: 36px !important;
    font-weight: 600 !important;
    line-height: 1.3 !important;
}

@media (max-width: 1024px) and (min-width: 768px) {
    .section-title {
        font-size: 32px !important;
    }
}

@media (max-width: 767px) and (min-width: 576px) {
    .section-title {
        font-size: 28px !important;
    }
}

@media (max-width: 575px) {
    .section-title {
        font-size: 24px !important;
    }
}

/* 卡片标题 H4 规范 */
/* 规范：H4桌面20px移动17px，字重600 */
.capability-title,
.advantage-title,
.card-title {
    font-size: 20px !important;
    font-weight: 600 !important;
    line-height: 1.4 !important;
}

@media (max-width: 767px) {
    .capability-title,
    .advantage-title,
    .card-title {
        font-size: 17px !important;
    }
}

/* 小标题 H5 规范 */
/* 规范：H5桌面16px移动15px，字重600 */
h5,
.service-card-content h5,
.service-text h5 {
    font-size: 16px !important;
    font-weight: 600 !important;
}

@media (max-width: 767px) {
    h5,
    .service-card-content h5,
    .service-text h5 {
        font-size: 15px !important;
    }
}

/* 按钮文字规范 */
/* 规范：14px，字重500 */
.btn,
button {
    font-size: 14px !important;
    font-weight: 500 !important;
}

/* 表单标签规范 */
/* 规范：13px，字重500 */
.form-label,
label {
    font-size: 13px !important;
    font-weight: 500 !important;
}

/* 表单输入规范 */
/* 规范：14px，字重400 */
input,
textarea,
select {
    font-size: 14px !important;
    font-weight: 400 !important;
}

/* 数据概览标签文字 - 英文版保持原样 */
/* 英文版恢复为11px，并保持溢出处理 */
.stats-card .stats-label {
    font-size: 11px !important;
    overflow: hidden !important;
    text-overflow: ellipsis !important;
}
