/**
 * Fix&Go shared brand — soft cool base (not pure white), indigo + amber accents.
 * Stronger contrast for WCAG; client + owner share tokens.
 */
:root {
  /* Surfaces — cool slate, not pure white wash */
  --fg-bg: #e8eef7;
  --fg-bg-soft: #f0f4fb;
  --fg-surface: #ffffff;
  --fg-surface-2: #f5f7fc;
  --fg-band: #dfe8f6;
  --fg-band-warm: #fff7ed;
  --fg-border: #c5d0e0;
  --fg-border-hi: #94a3b8;

  /* Text — darker for AA contrast */
  --fg-text: #0b1220;
  --fg-text-muted: #334155;
  --fg-text-dim: #475569;

  /* Accents */
  --fg-gold: #b45309;
  --fg-gold-bright: #d97706;
  --fg-gold-soft: #ffedd5;
  --fg-gold-deep: #92400e;
  --fg-indigo: #4338ca;
  --fg-indigo-2: #4f46e5;
  --fg-indigo-soft: #e0e7ff;
  --fg-navy: #0f172a;
  --fg-navy-deep: #020617;
  --fg-danger: #b91c1c;
  --fg-danger-soft: #fee2e2;
  --fg-success: #15803d;
  --fg-success-soft: #dcfce7;

  --fg-radius: 12px;
  --fg-radius-lg: 18px;
  --fg-font: 'Inter', system-ui, -apple-system, 'Segoe UI', Roboto, Helvetica, Arial, sans-serif;
  --fg-max: 1120px;
  --fg-pad: clamp(1rem, 3vw, 1.75rem);
  --fg-section-y: clamp(2.75rem, 6vw, 4.25rem);

  /* Legacy aliases */
  --primary-900: #0f172a;
  --primary-700: #1e293b;
  --primary-600: #334155;
  --primary-500: #4338ca;
  --text-900: #0b1220;
  --text-700: #1e293b;
  --text-secondary: #334155;
  --bg-50: #e8eef7;
  --surface: #ffffff;
  --white: #ffffff;
  --gold-500: #b45309;
  --gold-600: #92400e;
  --gold-400: #d97706;
  --red-600: #b91c1c;
  --red-700: #991b1b;
  --green-600: #15803d;
  --shadow-sm: 0 1px 3px rgba(15, 23, 42, 0.08);
  --shadow-lg: 0 12px 28px rgba(15, 23, 42, 0.1);
  --shadow-xl: 0 22px 44px rgba(15, 23, 42, 0.14);
}
