/* Teklif sayfasına açılan tüm çağrılar için ortak bileşen. */
.quote-cta {
  box-sizing: border-box;
  display: inline-flex !important;
  min-height: 42px;
  align-items: center;
  justify-content: center;
  padding: 11px 18px !important;
  border: 1px solid #187dd7 !important;
  border-radius: 0;
  background: #187dd7 !important;
  color: #fff !important;
  box-shadow: 0 9px 20px rgba(24, 125, 215, .22);
  font-size: 11px !important;
  font-weight: 800 !important;
  line-height: 1;
  text-align: center;
  text-decoration: none !important;
  transition: transform .2s ease, background .2s ease, box-shadow .2s ease;
}

.quote-cta:hover {
  background: #076caf !important;
  box-shadow: 0 12px 25px rgba(24, 125, 215, .31);
  transform: translateY(-2px);
}

.quote-cta:focus-visible {
  outline: 3px solid #62dce5;
  outline-offset: 3px;
}
