/* T1a — Bold Service Pro · light theme tokens */
:root {
  --primary: #1d4ed8;        /* royal blue */
  --primary-600: #1e40af;
  --primary-700: #1e3a8a;
  --accent: #0891b2;         /* teal accent */
  --accent-on: #ffffff;
  --bg: #ffffff;
  --bg-alt: #f4f6fb;         /* tinted band */
  --surface: #ffffff;
  --surface-2: #eef2f9;
  --text: #0f172a;           /* slate-900 */
  --text-2: #334155;         /* body alt */
  --muted: #475569;          /* min 5:1 on white */
  --border: #d6dbe5;
  --border-strong: #94a3b8;
  --success: #15803d;
  --whatsapp: #0e7d39;
  --whatsapp-600: #0a6730;
  --shadow-sm: 0 1px 2px rgba(15,23,42,.06), 0 2px 4px rgba(15,23,42,.04);
  --shadow-md: 0 4px 12px rgba(15,23,42,.08), 0 12px 24px rgba(15,23,42,.06);
  --radius-sm: 6px;
  --radius: 10px;
  --radius-lg: 16px;
  --container: 1200px;
}
