.footer-phone-block {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 8px;
  width: 100%;
  margin-top: auto;
  padding: 20px 0 2px;
}
.footer-phone-label {
  color: #961c32;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}
.footer-contacts a.footer-contact-phone {
  display: inline-flex;
  align-items: center;
  min-height: 44px;
  max-width: 100%;
  margin: 0;
  padding: 0;
  border: 0;
  border-radius: 4px;
  background: transparent;
  box-shadow: none;
  color: #8c182d;
  font-size: clamp(20px, 2.1vw, 26px);
  font-weight: 700;
  line-height: 1.3;
  letter-spacing: -0.025em;
  text-decoration: none;
  white-space: nowrap;
}
.footer-contacts a.footer-contact-phone::before { display: none; }
.footer-contacts a.footer-contact-phone:hover { color: #601020; text-decoration: underline; text-underline-offset: 5px; }
.footer-contacts a.footer-contact-phone:focus-visible { outline: 2px solid #961c32; outline-offset: 5px; }
.footer-phone-hint { color: #817475; font-size: 12px; line-height: 1.5; }
