/* === 三个帮智能科技 高端品牌色彩体系 === */
:root {
  /* 主色 — 深墨绿（提取自主理人卡通形象Polo衫，升级为更高级的墨绿） */
  --brand-primary: #0f2e1f;
  --brand-primary-light: #1a4a32;
  --brand-primary-bright: #2a6b4a;
  --brand-primary-soft: rgba(15, 46, 31, 0.06);

  /* 辅色 — 深海蓝（科技感，克制使用） */
  --brand-navy: #0d1b2a;
  --brand-navy-light: #1b2d42;

  /* 强调色 — 香槟金（高端、价值感） */
  --gold: #c9a962;
  --gold-light: #d4bc7a;
  --gold-bright: #e5cf8e;
  --gold-dark: #a88848;
  --gold-soft: rgba(201, 169, 98, 0.1);
  --gold-soft-medium: rgba(201, 169, 98, 0.2);

  /* CTA色 — 暖琥珀（行动召唤，温暖有力量） */
  --accent: #b8860b;
  --accent-hover: #d4a017;
  --accent-soft: rgba(184, 134, 11, 0.1);
  --accent-orange: #e89400;

  /* 辅助色 */
  --brand-green: #07c160;

  /* 背景层次 */
  --bg-white: #ffffff;
  --bg-cream: #faf8f3;
  --bg-warm: #f5f2ea;
  --bg-deep: #0a1612;
  --bg-dark: #0f2e1f;
  --bg-section: #f8f6f0;

  /* 文字 */
  --text-primary: #1a1a1a;
  --text-secondary: #4a4a4a;
  --text-muted: #8a8a8a;
  --text-faint: #b0b0b0;
  --text-on-dark: #f0ece0;
  --text-on-dark-muted: rgba(240, 236, 224, 0.7);
  --text-on-dark-faint: rgba(240, 236, 224, 0.5);

  /* 边框 */
  --border-light: #e8e4d9;
  --border-medium: #d5cfc0;
  --border-gold: rgba(201, 169, 98, 0.3);
  --border-gold-light: rgba(201, 169, 98, 0.15);

  /* 阴影 — 精致分层 */
  --shadow-xs: 0 1px 3px rgba(15, 46, 31, 0.04);
  --shadow-sm: 0 2px 12px rgba(15, 46, 31, 0.06);
  --shadow-md: 0 8px 32px rgba(15, 46, 31, 0.08);
  --shadow-lg: 0 16px 48px rgba(15, 46, 31, 0.12);
  --shadow-xl: 0 24px 64px rgba(15, 46, 31, 0.16);
  --shadow-gold: 0 8px 32px rgba(201, 169, 98, 0.2);
  --shadow-btn: 0 6px 20px rgba(184, 134, 11, 0.25);
  --shadow-card-hover: 0 20px 60px rgba(15, 46, 31, 0.15);

  /* 渐变 */
  --gradient-primary: linear-gradient(135deg, #0f2e1f 0%, #1a4a32 100%);
  --gradient-hero: linear-gradient(160deg, #0a1612 0%, #0f2e1f 40%, #1a4a32 100%);
  --gradient-gold: linear-gradient(135deg, #c9a962 0%, #e5cf8e 50%, #c9a962 100%);
  --gradient-gold-soft: linear-gradient(135deg, rgba(201,169,98,0.1) 0%, rgba(229,207,142,0.05) 100%);
  --gradient-card: linear-gradient(180deg, #ffffff 0%, #faf8f3 100%);
  --gradient-dark-card: linear-gradient(135deg, rgba(15,46,31,0.95) 0%, rgba(26,74,50,0.9) 100%);

  /* 圆角 — 精致克制 */
  --radius-xs: 4px;
  --radius-sm: 8px;
  --radius-md: 12px;
  --radius-lg: 16px;
  --radius-xl: 20px;
  --radius-2xl: 28px;
  --radius-full: 999px;

  /* 间距 — 大气留白 */
  --space-xs: 8px;
  --space-sm: 16px;
  --space-md: 24px;
  --space-lg: 40px;
  --space-xl: 64px;
  --space-2xl: 96px;
  --space-3xl: 128px;

  /* 字体 */
  --font-display: 'HYQiHei', 'PingFang SC', 'Microsoft YaHei', 'Noto Sans SC', serif;
  --font-body: 'PingFang SC', 'Microsoft YaHei', 'Noto Sans SC', -apple-system, sans-serif;
  --font-serif: 'Noto Serif SC', 'Source Han Serif SC', 'Songti SC', serif;

  /* 字号 — 大气排版 */
  --text-xs: 0.75rem;
  --text-sm: 0.875rem;
  --text-base: 1rem;
  --text-lg: 1.125rem;
  --text-xl: 1.25rem;
  --text-2xl: 1.5rem;
  --text-3xl: 2rem;
  --text-4xl: 2.5rem;
  --text-5xl: 3.5rem;
  --text-6xl: 4.5rem;

  /* 导航 */
  --nav-height: 80px;

  /* 过渡 */
  --ease-out: cubic-bezier(0.22, 0.61, 0.36, 1);
  --ease-in-out: cubic-bezier(0.65, 0, 0.35, 1);
  --ease-elegant: cubic-bezier(0.25, 0.1, 0.25, 1);
  --duration-fast: 200ms;
  --duration-normal: 350ms;
  --duration-slow: 600ms;

  /* 容器 */
  --container-max: 1200px;
}

/* === 自定义字体 === */
@font-face {
  font-family: 'HYQiHei';
  src: url('../assets/fonts/HYQiHei-60S.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'HYQiHei';
  src: url('../assets/fonts/HYQiHei-60S.otf') format('opentype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
