/*
Theme Name: 军之甲 JUNZHIJIA
Theme URI: https://qqdaa.com
Author: Zhongshan Weili Plastics
Author URI: https://qqdaa.com
Description: 军之甲品牌中英双语营销型WordPress主题，专为防护箱/工具箱行业设计。时尚科技感、SEO优化、高转化率。
Version: 1.0.0
License: GPL v2
Text Domain: junzhijia
Domain Path: /languages
*/

/* ---------- Fonts ---------- */
/* Using system font stack — Google Fonts blocked in China would block all CSS loading */

/* ---------- CSS Variables / Design Tokens ---------- */
:root {
    --color-primary: #0A1F3D;
    --color-primary-light: #1A3A6B;
    --color-primary-dark: #061226;
    --color-accent: #FF6B1A;
    --color-accent-light: #FF8C47;
    --color-accent-dark: #E55A0E;
    --color-secondary: #2C3E50;
    --color-secondary-light: #5A6C7D;
    --color-bg-primary: #FFFFFF;
    --color-bg-secondary: #F5F7FA;
    --color-bg-tertiary: #EAECEF;
    --color-bg-dark: #0A1F3D;
    --color-text-primary: #1A1A1A;
    --color-text-secondary: #4A4A4A;
    --color-text-tertiary: #8A8A8A;
    --color-text-inverse: #FFFFFF;
    --color-success: #2ECC71;
    --color-warning: #F39C12;
    --color-danger: #E74C3C;
    --gradient-primary: linear-gradient(135deg, #0A1F3D 0%, #1A3A6B 100%);
    --gradient-accent: linear-gradient(135deg, #FF6B1A 0%, #FF8C47 100%);
    --gradient-hero: linear-gradient(135deg, #061226 0%, #0A1F3D 50%, #1A3A6B 100%);
    --gradient-hero-overlay: linear-gradient(180deg, rgba(6,18,38,0.7) 0%, rgba(10,31,61,0.85) 100%);
    --shadow-sm: 0 2px 4px rgba(10, 31, 61, 0.08);
    --shadow-md: 0 4px 12px rgba(10, 31, 61, 0.12);
    --shadow-lg: 0 8px 24px rgba(10, 31, 61, 0.16);
    --shadow-xl: 0 16px 48px rgba(10, 31, 61, 0.2);
    --radius-sm: 4px;
    --radius-md: 8px;
    --radius-lg: 16px;
    --radius-xl: 24px;
    --radius-full: 9999px;
    --transition-fast: 0.2s cubic-bezier(0.4, 0, 0.2, 1);
    --transition-base: 0.3s cubic-bezier(0.4, 0, 0.2, 1);
    --transition-slow: 0.6s cubic-bezier(0.4, 0, 0.2, 1);
    --font-sans: 'PingFang SC', 'Microsoft YaHei', 'Helvetica Neue', system-ui, -apple-system, sans-serif;
    --font-display: 'PingFang SC', 'Microsoft YaHei', 'Arial Black', sans-serif;
    --font-mono: 'SF Mono', 'Cascadia Code', 'Consolas', monospace;
    --max-width: 1280px;
    --header-height: 72px;
}
