/* ======================================================================
   Изолированные стили нового футера 2026.
   Все правила привязаны к .footer--new26, чтобы не задеть старые футеры
   на других страницах сайта. Подключается из header.html.
   ====================================================================== */

/* Сброс / каркас */
.footer.footer--new26 {
  background: #fff !important;
  padding: 64px 0 24px !important;
  border-top: 1px solid #e6e4ed !important;
  color: #1d1d1f !important;
  font-family: 'Inter', -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;
}
.footer--new26 .container { max-width: 1280px; }
.footer--new26 .footer__inner {
  display: grid !important;
  grid-template-columns: 1.4fr 1fr 1.2fr 1.2fr !important;
  gap: 48px !important;
  margin-bottom: 40px !important;
  align-items: start !important;
  padding: 0 !important;
}
.footer--new26 .footer__column {
  display: flex !important;
  flex-direction: column !important;
  gap: 12px !important;
  min-width: 0 !important;
  background: transparent !important;
  padding: 0 !important;
}

/* Колонка 1: бренд */
.footer--new26 .footer__logo {
  display: block !important;
  max-width: 140px !important;
  margin: 0 0 12px !important;
  padding: 0 !important;
  background: transparent !important;
}
.footer--new26 .footer__logo img { width: 100% !important; height: auto !important; display: block !important; }
.footer--new26 .footer__tagline {
  font-size: 13px;
  line-height: 1.5;
  color: #6e6e73 !important;
  margin: 0;
  max-width: 280px;
}
.footer--new26 .footer__yandex-badge {
  display: inline-flex !important;
  align-items: center;
  gap: 6px;
  margin-top: 8px;
  padding: 6px 12px !important;
  background: #f5f5f7 !important;
  border-radius: 100px !important;
  text-decoration: none !important;
  color: #1d1d1f !important;
  font-size: 13px !important;
  width: fit-content !important;
  height: auto !important;
  background-image: none !important;
  transition: background-color .15s ease;
}
.footer--new26 .footer__yandex-badge:hover { background: #eaeaec !important; }
.footer--new26 .footer__yandex-rating { color: #f2b807 !important; font-weight: 600; }
.footer--new26 .footer__yandex-text { color: #6e6e73 !important; }

/* Кнопка подписки */
.footer--new26 .footer__subscribe-btn {
  display: inline-flex !important;
  align-items: center;
  justify-content: center;
  margin-top: 16px;
  padding: 12px 22px !important;
  background: #f5f5f7 !important;
  color: #1d1d1f !important;
  font-size: 14px !important;
  font-weight: 500 !important;
  text-decoration: none !important;
  border-radius: 100px !important;
  border: 0 !important;
  transition: background-color .15s ease, color .15s ease;
  cursor: pointer;
  width: fit-content !important;
  letter-spacing: -0.005em;
}
.footer--new26 .footer__subscribe-btn:hover { background: #eaeaec !important; color: #705ABF !important; }

/* Заголовок колонки */
.footer--new26 .footer__heading {
  font-size: 14px !important;
  font-weight: 600 !important;
  color: #1d1d1f !important;
  margin: 0 0 4px !important;
  letter-spacing: -0.005em;
  text-transform: none;
}

/* Навигация */
.footer--new26 .footer__nav {
  display: flex !important;
  flex-direction: column !important;
  gap: 10px !important;
  padding: 0 !important;
  margin: 0 !important;
}
.footer--new26 .footer__link {
  font-size: 14px !important;
  font-weight: 400 !important;
  line-height: 1.4 !important;
  color: #6e6e73 !important;
  text-decoration: none !important;
  padding: 0 !important;
  background: transparent !important;
  transition: color .15s ease;
}
.footer--new26 .footer__link:hover { color: #705ABF !important; }

/* Колонка контактов */
.footer--new26 .footer__column--contacts { gap: 10px !important; }
.footer--new26 .footer__phone {
  font-size: 22px !important;
  font-weight: 500 !important;
  color: #1d1d1f !important;
  text-decoration: none !important;
  letter-spacing: -0.01em;
  line-height: 1.2;
  transition: color .15s ease;
}
.footer--new26 .footer__phone:hover { color: #705ABF !important; }
.footer--new26 .footer__hours {
  font-size: 13px;
  color: #6e6e73 !important;
  margin-top: -4px;
}
.footer--new26 .footer__email {
  font-size: 14px !important;
  color: #6e6e73 !important;
  text-decoration: none !important;
  transition: color .15s ease;
  margin-top: 4px;
}
.footer--new26 .footer__email:hover { color: #705ABF !important; }
.footer--new26 .footer__address {
  font-size: 13px;
  line-height: 1.5;
  color: #6e6e73 !important;
  margin: 0;
}

/* Соцсети — монохромные круги */
.footer--new26 .footer__social {
  display: flex !important;
  gap: 10px !important;
  margin-top: 8px !important;
  align-items: center;
  padding: 0 !important;
}
.footer--new26 .footer__social-link {
  width: 36px !important;
  height: 36px !important;
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  border: 1px solid #e6e4ed !important;
  border-radius: 50% !important;
  color: #6e6e73 !important;
  background: transparent !important;
  transition: background-color .15s ease, border-color .15s ease, color .15s ease;
}
.footer--new26 .footer__social-link:hover {
  background: #f5f5f7 !important;
  border-color: #705ABF !important;
  color: #705ABF !important;
}
.footer--new26 .footer__social-link svg { width: 16px !important; height: 16px !important; }
.footer--new26 .footer__social-link svg path,
.footer--new26 .footer__social-link svg g path { fill: currentColor !important; stroke: none !important; }

/* Legal-полоса */
.footer--new26 .footer__legal {
  border-top: 1px solid #e6e4ed;
  padding-top: 20px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 20px;
  flex-wrap: wrap;
}
.footer--new26 .footer__copyright {
  font-size: 12px;
  color: #86868b !important;
  background: transparent !important;
  padding: 0 !important;
}
.footer--new26 .footer__legal-nav { display: flex; gap: 24px; }
.footer--new26 .footer__legal-nav a {
  font-size: 12px;
  color: #86868b !important;
  text-decoration: none !important;
  transition: color .15s ease;
}
.footer--new26 .footer__legal-nav a:hover { color: #705ABF !important; }

/* Адаптив */
@media (max-width: 900px) {
  .footer--new26 .footer__inner { grid-template-columns: 1fr 1fr !important; gap: 32px !important; }
}
@media (max-width: 600px) {
  .footer.footer--new26 { padding: 48px 0 20px !important; }
  .footer--new26 .footer__inner { grid-template-columns: 1fr !important; gap: 28px !important; margin-bottom: 28px !important; }
  .footer--new26 .footer__phone { font-size: 20px !important; }
  .footer--new26 .footer__legal { flex-direction: column; align-items: flex-start; gap: 12px; }
}
