/* ============================================================
   靓号甄选 · 设计令牌
   方向：轻奢蓝白 —— 云白底 + 皇家蓝点缀，衬线展示字
   ============================================================ */
:root {
  /* 色彩：主色 60% 云白 / 辅助 30% 蓝灰面 / 强调 10% 皇家蓝 */
  --bg: #f6f8fc;
  --bg-deep: #ecf1f8;
  --surface: #ffffff;
  --surface-2: #f2f6fc;
  --text: #17233d;
  --text-muted: #5a6b87;
  --accent: #2456e6;
  --accent-bright: #1d46c9;
  --accent-deep: #16307f;
  --danger: #d94646;
  --ok: #1a9e68;
  --border: rgba(23, 35, 61, 0.08);
  --border-strong: rgba(30, 80, 230, 0.45);
  --accent-soft: #e9f0ff;
  --brand-grad: linear-gradient(135deg, #3b7bff 0%, #2456e6 48%, #16307f 100%);

  /* 字体：全站统一正常无衬线（微软雅黑系），数字用等宽数字特性 */
  --font-display: "Noto Sans SC", "Microsoft YaHei", "PingFang SC", sans-serif;
  --font-body: "Noto Sans SC", "Microsoft YaHei", "PingFang SC", sans-serif;

  /* 字阶（1.25 比例） */
  --fs-hero: clamp(2.6rem, 6vw, 4.6rem);
  --fs-h1: clamp(1.8rem, 3.6vw, 2.6rem);
  --fs-h2: clamp(1.3rem, 2.4vw, 1.7rem);
  --fs-h3: 1.15rem;
  --fs-body: 0.95rem;
  --fs-small: 0.82rem;

  /* 间距 */
  --sp-1: 4px; --sp-2: 8px; --sp-3: 16px; --sp-4: 24px;
  --sp-5: 40px; --sp-6: 64px; --sp-7: 96px;

  /* 圆角与阴影 */
  --radius-sm: 6px; --radius-md: 12px; --radius-lg: 20px;
  --shadow-1: 0 2px 8px rgba(23, 35, 61, 0.06);
  --shadow-2: 0 8px 28px rgba(23, 35, 61, 0.1);
  --shadow-3: 0 24px 64px rgba(23, 35, 61, 0.18);

  /* 动效 */
  --ease-out: cubic-bezier(0.16, 1, 0.3, 1);
  --dur-fast: 160ms; --dur-base: 320ms; --dur-slow: 640ms;

  --container: 1080px;
}
