/* ========= Unified App Protection 英文版专用样式 ========= */
/* 符合英文版字体规范快速参考.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;  /* 字重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: 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 */
.hs-subtitle {
    font-size: 16px !important;
    line-height: 1.6 !important;
}

/* 移动端保持可读性 */
@media (max-width: 767px) {
    .hs-subtitle {
        font-size: 14px !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 规范 */
/* 规范：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-large {
    font-size: 16px !important;
    line-height: 1.6 !important;
}

@media (max-width: 767px) {
    .section-descr-large {
        font-size: 14px !important;
    }
}

/* H3 咨询标题 规范 */
/* 规范：H3桌面28px移动22px，字重600 */
.consultation-title {
    font-size: 28px !important;
    font-weight: 600 !important;
    line-height: 1.4 !important;
}

@media (max-width: 767px) {
    .consultation-title {
        font-size: 22px !important;
    }
}

/* 特性卡片标题 H3 规范 */
.feature-card-title {
    font-size: 20px !important;
    font-weight: 600 !important;
    line-height: 1.4 !important;
}

@media (max-width: 767px) {
    .feature-card-title {
        font-size: 17px !important;
    }
}

/* 特性卡片文字 */
.feature-card-text {
    font-size: 14px !important;
    line-height: 1.6 !important;
}

/* 覆盖卡片标题 H4 规范 */
/* 规范：H4桌面20px移动17px，字重600 */
.coverage-title {
    font-size: 20px !important;
    font-weight: 600 !important;
    line-height: 1.4 !important;
    white-space: nowrap !important;
}

.coverage-title a {
    color: inherit !important;
    text-decoration: none !important;
    transition: color 0.3s ease !important;
}

.coverage-card:hover .coverage-title a {
    color: #36c958 !important;
}

@media (max-width: 767px) {
    .coverage-title {
        font-size: 17px !important;
    }
}

/* 覆盖列表项 */
.coverage-list li {
    font-size: 14px !important;
    line-height: 1.6 !important;
}

/* 价值卡片标题 H4 规范 */
.value-title {
    font-size: 20px !important;
    font-weight: 600 !important;
    line-height: 1.4 !important;
}

@media (max-width: 767px) {
    .value-title {
        font-size: 17px !important;
    }
}

/* 价值卡片描述 */
.value-desc {
    font-size: 14px !important;
    line-height: 1.6 !important;
}

/* 咨询描述文字 */
.consultation-desc {
    font-size: 14px !important;
    line-height: 1.6 !important;
}

/* 服务项标题 H5 规范 */
/* 规范：H5桌面16px移动15px，字重600 */
.service-text h5,
.service-card-content h5 {
    font-size: 16px !important;
    font-weight: 600 !important;
}

@media (max-width: 767px) {
    .service-text h5,
    .service-card-content h5 {
        font-size: 15px !important;
    }
}

/* 服务项描述 */
.service-text p,
.service-card-content p {
    font-size: 13px !important;
    line-height: 1.6 !important;
}

/* 按钮文字规范 */
/* 规范：14px，字重500 */
.btn,
button,
.consultation-appointment-btn,
.pdf-submit-btn,
.modal-submit-btn {
    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;
}

/* PDF模态框标题 */
.pdf-form-title {
    font-size: 20px !important;
    font-weight: 600 !important;
}

@media (max-width: 767px) {
    .pdf-form-title {
        font-size: 17px !important;
    }
}

/* PDF模态框副标题 */
.pdf-form-subtitle {
    font-size: 14px !important;
    line-height: 1.6 !important;
}

/* 模态框标题 */
.modal-main-title {
    font-size: 28px !important;
    font-weight: 600 !important;
}

@media (max-width: 767px) {
    .modal-main-title {
        font-size: 22px !important;
    }
}

/* 模态框表单标题 */
.form-title {
    font-size: 20px !important;
    font-weight: 600 !important;
}

@media (max-width: 767px) {
    .form-title {
        font-size: 17px !important;
    }
}

/* 模态框表单副标题 */
.form-subtitle {
    font-size: 14px !important;
    line-height: 1.6 !important;
}

/* 联系标签 */
.contact-label,
.qrcode-hint,
.expert-label {
    font-size: 13px !important;
}

/* 通知文字 */
.pdf-form-notice span,
.form-notice span {
    font-size: 12px !important;
}
