/**
 * GYSTiq CRM — brand overrides for Cassiopeia.
 *
 * Loaded by Cassiopeia as the `template.user` asset, AFTER
 * css/global/colors_standard.css, so these :root values win on equal
 * specificity. This file is not touched by Joomla updates — never edit
 * template.css or colors_standard.css directly.
 *
 * Added 2026-08-26.
 */

:root {
    /* GYSTiq dark blue. Drives .container-header, .footer, .btn-primary,
       .back-to-top-link, .nav-tabs and the .boxed .blog-item top rule. */
    --cassiopeia-color-primary: #363A6E;

    /* Cassiopeia reuses "hover" as the second gradient stop AND as the
       :hover fill for .btn-primary / .back-to-top-link. The gradient is
       flattened below, so this now only serves the hover states. A lighter
       tint of the primary keeps the hover affordance visible; 7.4:1 on
       white text, vs 10.6:1 for the base. */
    --cassiopeia-color-hover: #4A4F92;
}

/* Cassiopeia paints the header and footer as a 135deg gradient from
   primary to hover. Flatten it so the background is exactly #363A6E. */
.container-header,
.footer {
    background-image: none;
}
