:root{
/* ---- base neutrals ---- */
--white:#ffffff;
--grey-mist:#f4fafb;
--grey-fog:#fafafa;
--grey-line:#dadada;
--grey-body:#4f5050;
--grey-heading:#363636;
--black:#000000;

/* ---- base navy/blue ramp (brand core) ---- */
--blue-100:#c9e6e9;
--blue-200:#91c6d1;
--blue-300:#8bb6c3;
--blue-400:#4ab4bf;
--blue-500:#3b9dae;
--blue-600:#257490;
--blue-700:#1d5568;
--blue-800:#1b3a4e;
--blue-900:#122835;
--blue-950:#101927;
--navy-950:#100c3d;

/* ---- accent teal + related ---- */
--teal-accent:#0fd1be;      /* signature CTA/link teal */
--teal-deep:#398289;
--indigo-deep:#012c7e;
--teal-slate:#02848b;

/* ---- fund brand: Elevate (teal, individual) ---- */
--elevate-1:#e8faf8;
--elevate-2:#b8eeea;
--elevate-3:#6dd8d0;
--elevate-4:#2ab8b0;
--elevate-5:#1a9e96;
--elevate-6:#0f7870;
--elevate-7:#074f4a;
--elevate-8:#021e1c;

/* ---- fund brand: Apex (burnt orange, corporate) ---- */
--apex-1:#fff3ec;
--apex-2:#ffd4b8;
--apex-3:#f9a87a;
--apex-4:#f07030;
--apex-5:#c04a10;
--apex-6:#8f3008;
--apex-7:#591c03;
--apex-8:#1e0800;

/* ---- fund brand: Heritage (gold, retirement/legacy) ---- */
--heritage-1:#fffdf5;
--heritage-2:#fdf0c2;
--heritage-3:#f8d96a;
--heritage-4:#f0c040;
--heritage-5:#c8920a;
--heritage-6:#b07d35;
--heritage-7:#9a6a04;
--heritage-8:#5e3e02;
--heritage-9:#4a2e0d;

/* ---- ZAR suite: green ramp ---- */
--zar-green-1:#52c474;
--zar-green-2:#36886f;
--zar-green-3:#1c5c3a;
--zar-green-4:#183e07;
--zar-green-5:#1f6b2e;
--zar-green-6:#07230d;
--zar-blue-dark:#040c1e;

/* ---- InterShare (IS21): purple ---- */
--is21-1:#c45fd4;
--is21-2:#b800d0;
--is21-3:#8f3899;
--is21-4:#630070;

/* ---- asset/coin colors ---- */
--coin-btc:#fe9307;
--coin-eth:#7880e7;
--coin-usdt:#26a69a;
--coin-basc:#3e73c4;
--coin-bacc:#000000;

/* ---- secondary CTA orange (btn-secondary) ---- */
--orange-1:#c67739;
--orange-2:#9f5636;

/* ---- semantic status (bootstrap-aligned, as used) ---- */
--status-success-1:#00994d;
--status-success-2:#00cc66;
--status-warning-1:#ffc107;
--status-warning-2:#f0b503;
--status-danger-1:#dc3545;
--status-danger-2:#c22736;
--status-secondary-1:#6c757d;
--status-secondary-2:#4f5050;

/* ================= semantic aliases ================= */
--surface-page:var(--white);
--surface-page-tint:var(--grey-mist);
--surface-card:var(--white);
--surface-card-dark:var(--blue-900);
--surface-dark:var(--blue-950);
--surface-navy:var(--navy-950);
--surface-input:var(--grey-fog);

--text-heading:var(--grey-heading);
--text-body:#1b1b1b;
--text-muted:var(--grey-body);
--text-inverse:var(--white);
--text-on-dark-muted:rgba(255,255,255,.75);

--border-default:var(--grey-line);
--border-on-dark:rgba(255,255,255,.25);

--accent-primary:var(--teal-accent);
--accent-primary-contrast:var(--blue-950);
--brand-cta-bg:var(--blue-700);
--brand-cta-hover:linear-gradient(var(--blue-700),var(--teal-accent));

--link-color:var(--blue-700);
--link-hover-color:var(--teal-accent);
}
