/* Design tokens — layout reference from CIC agencyweb (Ver 01112025) */
:root {
  --cic-brand-green: #8ed136;
  --cic-emerald: #007971;
  --cic-emerald-2: #109b9d;
  --cic-emerald-3: #cfe9e6;
  --cic-emerald-beige: #085669;
  --cic-turquoise: #0a1e5b;
  --cic-turquoise-2: #1560ac;
  --cic-turquoise-3: #0db9f2;
  --cic-yellow-bg: #fff7e2;

  --yf-brand-start: #4c8ebf;
  --yf-brand-end: #24a9ae;
  --yf-brand-gradient: linear-gradient(
    135deg,
    var(--yf-brand-start) 0%,
    var(--yf-brand-end) 100%
  );

  --grey-01: #000000;
  --grey-02: #6d6d6d;
  --grey-03: #b6b6b6;
  --grey-04: #d8d8d8;
  --grey-05: #e9e9e9;
  --grey-06: #f5f5f5;
  --white: #ffffff;

  --font-en: "Fira Sans", system-ui, sans-serif;
  --font-tc: "Noto Sans TC", "PingFang TC", "Microsoft JhengHei", sans-serif;

  --space-1: 4px;
  --space-2: 8px;
  --space-3: 12px;
  --space-4: 16px;
  --space-5: 24px;
  --space-6: 32px;
  --space-7: 48px;
  --space-8: 64px;

  --radius-sm: 4px;
  --radius-md: 8px;
  --radius-lg: 12px;
  --radius-pill: 999px;

  --shadow-sm: 0 1px 3px rgba(10, 30, 91, 0.08);
  --shadow-md: 0 8px 24px rgba(10, 30, 91, 0.12);
  --shadow-lg: 0 16px 48px rgba(10, 30, 91, 0.16);

  --header-height: 72px;
  --container-max: 1200px;
  --gutter: 24px;
}
