.legacy-chat-contact {
  position: relative;
  z-index: 1;
  background: #efeee9;
  color: #262a2b;
  margin: 0;
}
/* Rounded cinematic sections overlap the preceding block by 40px. Reserve
   that overlap only on strips immediately followed by one of those sections. */
.legacy-chat-contact:has(+ .cinematic-glass-band) { padding-bottom: 40px; }
.legacy-chat-contact__inner {
  width: min(1440px, 100%);
  margin: 0 auto;
  padding: 24px clamp(20px, 4vw, 64px);
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
}
.legacy-chat-contact__copy { display: flex; align-items: center; gap: 18px; }
.legacy-chat-contact__copy p { margin: 0; font-size: 14px; line-height: 1.5; }
.legacy-chat-contact__copy strong { display: block; font-weight: 500; }
.legacy-chat-contact__copy p > span { display: block; color: #626563; font-size: 12px; }
.legacy-chat-contact__dot { display: inline-block; flex: 0 0 8px; width: 8px; height: 8px; border: 1px solid currentColor; border-radius: 50%; }
.legacy-chat-contact__phone {
  display: inline-flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  min-height: 44px;
  padding: 6px 0;
  color: #b84424;
  border-bottom: 1px solid currentColor;
  font-size: 18px;
  line-height: 1.5;
  text-decoration: none;
  white-space: nowrap;
}
.legacy-chat-contact__phone:hover { color: #262a2b; }
.legacy-chat-contact__phone:focus-visible { outline: 2px solid currentColor; outline-offset: 5px; }
@media (max-width: 767px) {
  .legacy-chat-contact:has(+ .cinematic-glass-band) { padding-bottom: 24px; }
}
@media (max-width: 600px) {
  .legacy-chat-contact__inner { align-items: flex-start; flex-direction: column; gap: 14px; padding-block: 20px; }
  .legacy-chat-contact__phone { margin-left: 26px; }
}
