.contacts {
  max-width: 720px;
  margin: 0 auto;
  padding: 24px 16px;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  color: #1f2937;
}

.contacts h1 {
  font-size: 1.9rem;
  margin-bottom: 24px;
  font-weight: 600;
}

.vcard {
  display: flex;
  flex-direction: column;
  gap: 18px;
}

.contact-item {
  display: flex;
  align-items: center;
  gap: 14px;
  line-height: 1.5;
}

.contact-item > i {
  font-size: 1.25rem;
  color: #2563eb;
  min-width: 22px;
  flex-shrink: 0;
}

.fn.org {
  font-size: 1.3rem;
  font-weight: 600;
  display: block;
}

.category {
  font-size: 0.95rem;
  color: #6b7280;
  margin-top: 4px;
}

address {
  font-style: normal;
}

a {
  color: #2563eb;
  text-decoration: none;
}

a:hover {
  text-decoration: underline;
}

/* Телефон + мессенджеры */
.contact-item.phone {
  flex-wrap: nowrap;
}

.tel a {
  font-size: 1.1rem;
  font-weight: 500;
  white-space: nowrap;
}

.messengers a {
  font-size: 1.8rem;
  line-height: 2;
  transition: transform 0.2s ease, opacity 0.2s ease;
  display: inline-block;

  /* убираем фон при тапе */
  -webkit-tap-highlight-color: transparent;
  user-select: none;
  outline: none;
}

/* Цвета мессенджеров */
.messengers a[aria-label="Telegram"] { color: #229ED9; }
.messengers a[aria-label="Viber"] { color: #7360F2; }
.messengers a[aria-label="WhatsApp"] { color: #25D366; }

/* Hover effect для мессенджеров */
.messengers a:hover {
  transform: scale(1.15);
  opacity: 0.85;
}

.workhours {
  font-size: 0.95rem;
  color: #374151;
}
