/* Temporary overrides / page-specific tweaks — swap when final styles ship */

.font-semibold {
  font-weight: 600;
}

/* Hero + sticky quote CTAs: remove UA outline and Tailwind outline-none halo (2px transparent + offset). */
#getQuotesBtn,
#getQuotesBtnSticky {
  border: 0;
  -webkit-appearance: none;
  appearance: none;
  box-shadow: none;
  outline: none;
  outline-offset: 0;
}

#getQuotesBtn:focus,
#getQuotesBtn:focus-visible,
#getQuotesBtn:active,
#getQuotesBtnSticky:focus,
#getQuotesBtnSticky:focus-visible,
#getQuotesBtnSticky:active {
  outline: none;
  outline-offset: 0;
  box-shadow: none;
}
