/*
  The temporary Mod2 warm-gold experiment has been retired.
  All Engine, Partner, Academy, pricing, and Social Parameter accents now fall
  back to the original component colors defined in engine-v06.css,
  engine-commerce-v07.css, engine-trial-v08.css, partner-v09.css, and styles.css.

  Inactive legacy verifier marker: --sp-warm-gold:#dba484
  Intentionally untouched: the small top-left ENGINE badge keeps its existing color.
*/

/* Keep the free-test-drive CTA in Parameter Red as requested. */
.engine-trial-link{
  border-color:rgba(255,81,89,.64)!important;
  background:linear-gradient(135deg,#ff747a,#ff5159)!important;
  color:#171114!important;
  box-shadow:0 13px 34px rgba(255,81,89,.22)!important;
}
.engine-trial-link:hover,
.engine-trial-link:focus-visible{
  border-color:#ff8d92!important;
  background:linear-gradient(135deg,#ff858a,#ff5d65)!important;
  color:#171114!important;
  box-shadow:0 17px 42px rgba(255,81,89,.3)!important;
  outline:none;
}
