:root {
  /* 品牌蓝（天天标讯 + BladeAI 专业蓝） */
  --brand-700: #1a56b0;
  --brand-600: #2267c7;
  --brand-500: #2f7fff;
  --brand-400: #438aff;
  --brand-300: #7dacf0;
  --brand-100: #e8f1ff;
  --accent: #ff9c00;

  --royal-950: #050d22;
  --royal-900: #0a1a3d;
  --royal-800: #0e2a5c;
  --royal-700: #163d8c;

  /* 文字色对标 BladeAI：深灰正文 + 蓝强调 */
  --ink: #1f2a37;
  --ink-soft: #334155;
  --muted: #64748b;
  --line: #d9e4f2;
  --surface: #f3f7fc;
  --surface-2: #eaf1fb;
  --card: #ffffff;

  --radius: 4px;
  --radius-lg: 8px;
  --container: 1200px;
  --header-h: 80px;

  /* 更接近源站的中文无衬线层级 */
  --font-display: "Noto Sans SC", "PingFang SC", "Microsoft YaHei", sans-serif;
  --font-body: "Noto Sans SC", "PingFang SC", "Microsoft YaHei", sans-serif;
  --shadow-soft: 0 12px 40px rgba(15, 42, 92, 0.1);
  --ease: cubic-bezier(0.22, 1, 0.36, 1);

  /* 字号严格贴近 BladeAI：导航≈18px，主标题有力但不抢背景层次 */
  --fs-hero: clamp(2.6rem, 4.8vw, 3.75rem);
  --fs-hero-sub: clamp(1.15rem, 1.7vw, 1.4rem);
  --fs-h2: clamp(1.85rem, 2.8vw, 2.35rem);
  --fs-h3: 1.4rem;
  --fs-body: 16px;
  --fs-lead: 17px;
  --fs-nav: 18px;
  --fs-label: 15px;
  --fs-sm: 14px;
  --fs-btn: 1.05rem;
}
