/* ================================================================
   brand.css - Mortrax.com color overrides (Blue identity)
   ================================================================ */

:root {
    --brand-primary: #2670B1;
    --brand-dark: #1a4a7a;
    --brand-light: #e8f0fa;
    --brand-accent: #107931;
    --brand-accent-light: #e8f5ec;
    --footer-bg: #1a3d6e;

    /* Hero gradients — deep navy-to-midnight with blue tones */
    --hero-grad-1: #1a4a7a;
    --hero-grad-2: #0e2a50;
    --hero-grad-3: #060e1e;
    --hero-glow-1: rgba(38, 112, 177, 0.10);
    --hero-glow-2: rgba(16, 121, 49, 0.06);
    --hero-pill-bg: rgba(38, 112, 177, 0.20);
    --hero-pill-icon: rgba(255, 255, 255, 0.9);
}
