/* ============================================================
   Teal Apex Group — central theme tokens
   Edit ONLY this file to change the palette across the site.
   All pages (index.html, propertyguard.html, support.html,
   privacy.html, terms.html) read from here.
============================================================ */

:root{
  /* ---------- BRAND ACCENTS ---------- */
  --teal:#17A876;          /* primary teal */
  --teal-l:#22C990;        /* lighter teal */
  --teal-d:#5EEAD4;        /* mint highlight (links, stats, accents) */
  --teal-glow:rgba(94,234,212,.22);

  /* Legacy aliases used by legal-shared.css */
  --teal-deep:#0E9384;
  --teal-dark:#0B6E64;
  --teal-light:#5EEAD4;

  /* ---------- SURFACES (dark teal + silver theme) ---------- */
  --bg:#0B1A1C;            /* page background — deep teal-black */
  --bg-2:#0E1F22;          /* subtle elevation */
  --panel:#0C1A1C;         /* nav / footer */
  --panel2:#11252A;        /* stats bar etc */
  --off:#13262A;           /* alt section background */
  --surface:#1A2E33;       /* cards */
  --surface-2:#163A38;     /* feature card / contact gradient end */

  /* Legacy aliases */
  --navy:#0B1A1C;          /* (was navy; remapped to dark teal) */
  --navy-mid:#13262A;
  --navy-line:rgba(255,255,255,.08);

  /* ---------- TEXT (silver scale) ---------- */
  --ink:#E4E8E9;           /* headings — bright silver */
  --ink-mid:#A8B3B5;       /* body — mid silver */
  --ink-soft:#7A8689;      /* tertiary — dim silver */
  --slate:#A8B3B5;         /* alias for legal pages */

  /* White / off-white still used for active text on dark bg */
  --white:#0B1A1C;         /* (remapped — page surface, not literal white) */
  --pure-white:#FFFFFF;    /* literal white when needed */

  /* ---------- BORDERS ---------- */
  --border:rgba(168,179,181,0.10);
  --border-md:rgba(168,179,181,0.18);
  --border-strong:rgba(94,234,212,.22);
  --silver:#3A4448;

  /* ---------- ACCENT COLOR (warning / non-teal) ---------- */
  --orange:#E89052;

  /* ---------- TYPE ---------- */
  --fd:'Cormorant Garamond',Georgia,serif;
  --fb:'Jost','Inter',-apple-system,BlinkMacSystemFont,sans-serif;
  --fmono:'SF Mono',Menlo,Consolas,monospace;
}
