/*
 * Palette overrides for the Profesionistas demo.
 * Source: landingsfinales/firma-pro-landing-fiel-v5 (copied verbatim).
 *
 * See servicios/css/viewer-palette.css for the mechanism. The delivered
 * "original" palette stays in css/style.css; only the alternate is declared
 * here.
 *
 * Scope: the navy accent tokens plus the hardcoded accent touches that sit on
 * top of them. Deep slate heading colours are left alone on purpose: they read
 * as near-black chrome, not as brand accent, and recolouring them would smear
 * the palette beyond its accent role.
 */
html[data-demo-palette='verde-firma'] {
  --navy: #1b4535;
  --navy-2: #255c46;
}

html[data-demo-palette='verde-firma'] .btn-primary {
  box-shadow: 0 10px 20px rgba(27, 69, 53, 0.18);
}

html[data-demo-palette='verde-firma'] .btn-secondary {
  border-color: #bdd3c6;
}

html[data-demo-palette='verde-firma'] .step {
  border-color: #8fb7a3;
  color: #1a4e38;
}
