/* ============================================================
   SAUDI COMPUTE — Brand override on top of Stealth Cloud theme
   Replaces red accent with Saudi green; brand name in green
   ============================================================ */

:root {
  --accent: #00A94F;          /* Saudi green bright */
  --accent-dark: #006C35;
  --accent-mid: #00843D;
  --accent-light: #4ADE80;
  --accent-pale: #0D2818;
  --accent2: #C8A951;         /* Saudi gold */
  --accent2-dark: #8B7A3E;
  --accent2-light: #D4B85A;
  --section-safety: #00A94F;
  --section-regulation: #00843D;
  --section-power: #C8A951;
  --section-sectors: #006C35;
  --section-geopolitics: #C8A951;
}

/* Brand name in Saudi green */
.brand__name { color: var(--accent) !important; }

/* Generic em → gold accent (matches our usage in headlines) */
em { font-style: italic; color: var(--accent2); }
