.contact-card-shortcut {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  margin: 24px 0;
  padding: 24px 0;
  border-top: 1px solid #cbdce9;
  border-bottom: 1px solid #cbdce9;
  color: #163967;
  letter-spacing: 0;
}
.contact-card-shortcut__info { display: flex; align-items: flex-start; gap: 16px; min-width: 0; }
.contact-card-shortcut__icon { display: grid; place-items: center; width: 48px; height: 48px; flex-shrink: 0; border-radius: 50%; color: #1d4ed8; background: #eaf2ff; font-size: 22px; }
.contact-card-shortcut__title { margin: 0; font-family: Outfit, Inter, Arial, sans-serif; font-size: 24px; line-height: 1.2; font-weight: 700; letter-spacing: 0; }
.contact-card-shortcut__copy { margin: 8px 0 0; max-width: 58ch; font-size: 15px; line-height: 1.6; color: #475569; }
.contact-card-shortcut__link {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  width: 300px;
  max-width: 100%;
  min-height: 48px;
  padding: 14px 18px;
  flex-shrink: 0;
  border-radius: 8px;
  background: #1d4ed8;
  color: #fff;
  font-size: 15px;
  font-weight: 700;
  line-height: 1.4;
  text-align: center;
  text-decoration: none;
  letter-spacing: 0;
}
.contact-card-shortcut__link i { flex-shrink: 0; }
.contact-card-shortcut__link:hover { background: #1e40af; color: #fff; }
.contact-card-shortcut__link:focus-visible { outline: 3px solid #1d4ed8; outline-offset: 4px; }
@media (max-width: 767px) {
  .contact-card-shortcut { flex-direction: column; align-items: stretch; gap: 18px; }
  .contact-card-shortcut__title { font-size: 22px; }
  .contact-card-shortcut__link { width: 100%; }
}
