:root {
  --clay: #ed2f59;
}

/* Keep the original page-specific desktop and mobile layouts.
   This shared file only restores the quote CTA colour consistently. */
.header-cta,
.header-quote,
.mobile-quote {
  background: var(--clay);
  color: #fff;
}

.header-cta:hover,
.header-cta:focus-visible,
.header-quote:hover,
.header-quote:focus-visible,
.mobile-quote:hover,
.mobile-quote:focus-visible {
  background: #c91f46;
  color: #fff;
}
