/* 三S — 9级字体体系 (2026-07-28 最终版) */

/* ═══════════════════════════════════════════
   全局
   ═══════════════════════════════════════════ */
html { -webkit-text-size-adjust: 100%; }

html, body, #app, button, input, textarea, select, option, label, a, span, li, dt, dd {
  font-family: "Inter", system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen, Ubuntu, Cantarell, "Open Sans", "Helvetica Neue", sans-serif;
}

body { font-size: 16px; line-height: 1.75; color: #3a3a3a; -webkit-font-smoothing: antialiased; text-rendering: optimizeLegibility; }
code, pre, kbd, samp { font-family: ui-monospace, "SFMono-Regular", "SF Mono", Menlo, Consolas, "Liberation Mono", monospace; }

/* ═══════════════════════════════════════════
   1. 大标题  44px #ffffff 600 1.2
   ═══════════════════════════════════════════ */
h1, .site-title { font-size: 44px; line-height: 1.2; font-weight: 600; letter-spacing: -0.02em; }

/* ═══════════════════════════════════════════
   2. 标题    28px #181818 600 1.25
   ═══════════════════════════════════════════ */
h2, .site-section-title { font-size: 28px; line-height: 1.25; font-weight: 600; letter-spacing: -0.02em; color: #181818; }

/* ═══════════════════════════════════════════
   3. 副标题  20px #666666 500 1.4
   ═══════════════════════════════════════════ */
h3, h4, h5, h6 { font-size: 20px; line-height: 1.4; font-weight: 500; color: #666666; }

/* ═══════════════════════════════════════════
   4. 正文    16px #3a3a3a 400 1.75
   5. 强调正文 16px #3a3a3a 500 1.75
   ═══════════════════════════════════════════ */
p, li, td, th, label { font-size: 16px; line-height: 1.75; }
strong, b, .site-body-strong { font-weight: 500; }

/* ═══════════════════════════════════════════
   6. 小字    14px #999999 400 1.79
   ═══════════════════════════════════════════ */
small, .site-caption, .ss-font-15, .ss-font-14, .ss-font-13 { font-size: 14px; line-height: 1.79; }

/* ═══════════════════════════════════════════
   7. 代码    13px #b8954c 400 1.6
   ═══════════════════════════════════════════ */
.ss-font-13-code, pre code { font-size: 13px; line-height: 1.6; color: #b8954c; }

/* ═══════════════════════════════════════════
   8. 标签    12px #3a3a3a 400 1.6
   ═══════════════════════════════════════════ */
.ss-font-12 { font-size: 12px; line-height: 1.6; }

/* ═══════════════════════════════════════════
   9. 按钮    15px #ffffff 600 1.2
   ═══════════════════════════════════════════ */
button, .site-button { font-size: 15px; line-height: 1.2; font-weight: 600; }

/* 后台可编辑文案的语义样式。运行时只添加 class，不向页面写入 style 属性。 */
.site-copy-type-hero-title { font-size: 44px !important; color: #ffffff !important; line-height: 1.2 !important; font-weight: 600 !important; }
.site-copy-type-title { font-size: 28px !important; color: #181818 !important; line-height: 1.25 !important; font-weight: 600 !important; }
.site-copy-type-subtitle { font-size: 20px !important; color: #666666 !important; line-height: 1.4 !important; font-weight: 500 !important; }
.site-copy-type-body { font-size: 16px !important; color: #3a3a3a !important; line-height: 1.75 !important; font-weight: 400 !important; }
.site-copy-type-body-emphasis { font-size: 16px !important; color: #d71c20 !important; line-height: 1.75 !important; font-weight: 500 !important; }
.site-copy-type-caption { font-size: 14px !important; color: #3a3a3a !important; line-height: 1.79 !important; font-weight: 400 !important; }
.site-copy-type-label { font-size: 12px !important; color: #3a3a3a !important; line-height: 1.6 !important; font-weight: 400 !important; }
.site-copy-type-button { font-size: 15px !important; color: #ffffff !important; line-height: 1.2 !important; font-weight: 600 !important; }
.site-copy-type-code { font-size: 13px !important; color: #b8954c !important; line-height: 1.6 !important; font-weight: 400 !important; }

/* 工具类 */
.ss-font-bold { font-weight: 600; }
.ss-font-34 { font-size: 28px; line-height: 1.25; }
.ss-font-22 { font-size: 24px; line-height: 1.34; }
.ss-font-17, .ss-font-16 { font-size: 16px; line-height: 1.75; }

/* 统计数字 */
.contact-stats { display: flex; justify-content: space-between; align-items: flex-start; gap: 24px; padding-bottom: 73px; }
.contact-stat { flex: 0 1 auto; text-align: left; }
.contact-stat__value { display: flex; align-items: flex-end; gap: 4px; margin: 0 0 16px; color: #3a3a3a; line-height: 1; }
.contact-stat__value strong { font-size: 34px; font-weight: 400; font-variant-numeric: tabular-nums; }
.contact-stat__value span { font-size: 17px; }
.contact-stat__label { margin: 0; color: #3a3a3a; font-size: 17px; line-height: 1.5; }

/* 杂项 */
.site-ai-actions .site-ai-action { color: #ffffff !important; }
.banner-p, .home-conversion__button, .el-carousel__item img { min-height: 1px; }
[v-cloak] { display: none !important; }

/* ═══════════════════════════════════════════
   响应式 — 平板
   ═══════════════════════════════════════════ */
@media (min-width: 768px) and (max-width: 1023px) {
  h1, .site-title { font-size: 36px; }
  h2, .site-section-title { font-size: 28px; }
  h3, h4, h5, h6 { font-size: 24px; }
  body { font-size: 16px; }
  .ss-font-34 { font-size: 28px; }
  .ss-font-22 { font-size: 24px; }
}

/* ═══════════════════════════════════════════
   响应式 — 手机
   ═══════════════════════════════════════════ */
@media (max-width: 767px) {
  h1, .site-title { font-size: 30px; }
  h2, .site-section-title { font-size: 24px; }
  h3, h4, h5, h6 { font-size: 20px; }
  body { font-size: 16px; }
  .ss-font-34 { font-size: 24px; }
  .ss-font-22 { font-size: 20px; }
  .contact-stats { flex-direction: column; gap: 20px; }
  .contact-stat { width: 100%; }
  .contact-stat__label { font-size: 16px; }
}
