/* ===== DESIGN TOKENS — COUTECHTRONICS ===== */
:root {
  /* Brand blue (upgraded from cyan to #1A73E8) */
  --primary: #1A73E8;
  --primary-dark: #1557b0;
  --primary-glow: rgba(26, 115, 232, 0.35);

  /* Legacy accent kept for glow effects in dark sections */
  --accent: #1A73E8;

  /* Dark theme backgrounds */
  --bg: #0d1b2e;
  --bg-soft: #142338;

  /* Text */
  --text: #ffffff;
  --text-soft: #b8cfe8;

  /* Radius, shadow */
  --radius: 18px;
  --shadow: 0 18px 50px rgba(0, 0, 0, 0.35);

  /* Layout */
  --container: 1120px;
}
