/*
  assets/theme.css — نظام الألوان المركزي (v2 متوازن)
  مصدر الحقيقة: landing_official_reference_v2_fabs.html
  أول استخراج فعلي لمتغيرات :root المركزية — يُستخدَم حالياً من index.php فقط.
  لا تُدرج هنا كلاسات خاصة بصفحة بعينها — توكِنات تصميم فقط.
*/
:root{
  --navy:#17284d; --navy-2:#223a6b; --navy-3:#3a5896;
  --gold:#C9972E; /* حصراً لشارة "خصم فعّال" — لا استثناء */
  --ink:#0f172a; --muted:#64748b; --bg:#f7f9fc;
  --card-border:rgba(15,23,42,.07);
  --chip-blue-bg:#eaf1ff; --chip-blue-fg:#2f5fd6;
  --chip-orange-bg:#fff1e6; --chip-orange-fg:#c2570f;
  --chip-teal-bg:#e6f7f3;  --chip-teal-fg:#0f8f74;
  --shadow-soft:0 12px 32px -14px rgba(23,40,77,.22);
  --chip-purple-bg:#f1ecfd; --chip-purple-fg:#6d4fed;
  --chip-slate-bg:#eef1f4; --chip-slate-fg:#5b6472;
  --ease:cubic-bezier(0.23,1,0.32,1);
}
.chip-purple{background:var(--chip-purple-bg); color:var(--chip-purple-fg);}
.chip-slate{background:var(--chip-slate-bg); color:var(--chip-slate-fg);}
