/* PSI / Lighthouse fixes — 2026-06-02 */

/* Match footer color so no white strip below site-footer--v2 */
html,
body {
  background-color: #031525;
}

/* A11y: contrast on muted hero/marquee text */
.clients-marquee__eyebrow,
.home-hero__form-sub {
  color: #3d4f5f;
}

/* Contacts: map facade before Yandex constructor loads */
.contacts-map--lazy {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  min-height: 280px;
  background: linear-gradient(145deg, #e8eef3 0%, #f4f7fa 100%);
  border-radius: 12px;
  padding: 1.5rem;
  text-align: center;
}

.contacts-map__hint {
  margin: 0 0 1rem;
  max-width: 28rem;
  font-size: 0.95rem;
  color: #2b3a47;
}

.contacts-map__load-btn {
  cursor: pointer;
  border: 0;
  border-radius: 8px;
  padding: 0.75rem 1.5rem;
  font-size: 1rem;
  font-weight: 600;
  color: #fff;
  background: #0b5cab;
}

.contacts-map__load-btn:hover {
  background: #094a8c;
}

.contacts-map__load-btn:disabled {
  opacity: 0.7;
  cursor: wait;
}

/* Decorative marquee logos: no fetchpriority on duplicate track */
.clients-marquee__group[aria-hidden="true"] img {
  content-visibility: auto;
}

/* Header social: ensure visible focus */
.social_links a:focus-visible {
  outline: 2px solid #0b5cab;
  outline-offset: 2px;
}

/* Service / pipeline blocks: links distinguishable (Lighthouse SEO) */
.pipeline-geo-addon a,
.faq-item a,
.services-hub-faq__item a {
  color: #0b5cab;
  text-decoration: underline;
  text-underline-offset: 2px;
}

.pipeline-geo-addon a:hover {
  color: #094a8c;
}
