/* ========= Identity Assets Feature 英文版专用样式 ========= */
/* 符合英文版字体规范快速参考.md */

/* 主视觉标题字体调整 - 英文版 */
/* 英文标题较长，适当缩小以保持视觉平衡 */
.hs-title-1a {
    font-size: 42px !important;  /* 原48px，缩小至42px */
    font-weight: 100 !important;  /* 字重100（细体） */
    line-height: 1.2 !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: 36px !important;
    }
}

/* 移动端调整 (576-767px) */
@media (max-width: 767px) and (min-width: 576px) {
    .hs-title-1a {
        font-size: 28px !important;
    }
}

/* 小屏手机调整 (<576px) */
@media (max-width: 575px) {
    .hs-title-1a {
        font-size: 26px !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;
    }
}

/* 区块中号描述文字 */
.section-descr-medium {
    font-size: 18px !important;
    font-weight: 500 !important;
    line-height: 1.5 !important;
}

@media (max-width: 767px) {
    .section-descr-medium {
        font-size: 16px !important;
    }
}

/* H3 技术卡片标题 规范 */
/* 规范：H3桌面28px移动22px，字重600 */
.tech-card-title,
.consultation-title {
    font-size: 26px !important;  /* 英文版略小于标准28px */
    font-weight: 600 !important;
    line-height: 1.4 !important;
}

@media (max-width: 767px) {
    .tech-card-title,
    .consultation-title {
        font-size: 20px !important;
    }
}

/* 技术卡片文字 */
.tech-card-text,
.consultation-desc {
    font-size: 14px !important;
    line-height: 1.6 !important;
}

/* H4 能力卡片标题 规范 */
/* 规范：H4桌面20px移动17px，字重600 */
.capability-title,
.value-card-title,
.panel-title {
    font-size: 20px !important;
    font-weight: 600 !important;
    line-height: 1.4 !important;
}

@media (max-width: 767px) {
    .capability-title,
    .value-card-title,
    .panel-title {
        font-size: 17px !important;
    }
}

/* 能力卡片描述 */
.capability-description,
.value-card-description {
    font-size: 14px !important;
    line-height: 1.6 !important;
}

/* H5 服务项标题 规范 */
/* 规范：H5桌面16px移动15px，字重600 */
.service-text h5 {
    font-size: 16px !important;
    font-weight: 600 !important;
}

@media (max-width: 767px) {
    .service-text h5 {
        font-size: 15px !important;
    }
}

/* 服务项描述 */
.service-text p {
    font-size: 13px !important;
    line-height: 1.6 !important;
}

/* 身份源面板文字 */
.source-name {
    font-size: 14px !important;
    font-weight: 600 !important;
}

.source-policy {
    font-size: 12px !important;
}

.status-text {
    font-size: 12px !important;
}

.status-badge {
    font-size: 11px !important;
}

.status-time {
    font-size: 11px !important;
}

.footer-text {
    font-size: 13px !important;
    line-height: 1.5 !important;
}

/* 按钮文字规范 */
/* 规范：14px，字重500 */
.btn,
button,
.consultation-appointment-btn {
    font-size: 14px !important;
    font-weight: 500 !important;
}
