/* CarDealerCMS brand theme — shared colour config, applies site-wide.
   Confirmed 4 Jul 2026: navy matches LCS exactly (sister products, same
   navy, different accent) so the two never get visually confused.
   Change values here, not in individual pages. Local Car Sales has its
   own separate green theme (marketplace/) — do not merge the two. */
:root{
  --cd-navy:#0a1f3d;
  --cd-navy-deep:#0a1f3d;
  --cd-accent:#a21caf;
  --cd-accent-rgb:162,28,175;
  --cd-accent-dark:#86198f;
  --cd-accent-darker:#701a75;
  --cd-accent-light:#fae8ff;

  /* Local Car Sales accent, 12 Sep 2026. CDC pages link out to LCS in several
     places and were painting those links CDC plum, which read as if they led
     somewhere on CarDealerCMS. A cross-brand link now wears the colour of the
     product it GOES TO: plum for CarDealerCMS, green for Local Car Sales.
     Same navy on both, per the sister-product rule above. */
  --lcs-accent:#10b981;
  --lcs-accent-dark:#059669;
}

/* Use on any link or button that leaves CarDealerCMS for Local Car Sales. */
.lcs-link{color:var(--lcs-accent)}
.lcs-link:hover{color:var(--lcs-accent-dark)}
