/* ===== FOOTER ===== */

.seoms-footer {
  background: #1b1b1b;           /* серый фон на всю ширину */
  color: #f5f5f5;
  padding: 40px 0 32px;
  font-family: "MontserratCustom", system-ui, -apple-system, "Segoe UI", Roboto, Arial, sans-serif;
}

.seoms-footer__container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 24px;
  text-align: center;
}

/* Виджет рейтинга */

.seoms-footer__rating {
  margin-bottom: 24px;
}

/* если скрипт Яндекса не подгрузился — будет просто аккуратная кнопка */
.seoms-footer__rating-badge {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 6px 10px;
  border-radius: 4px;
  background: #ffffff;
  color: #111;
  font-size: 13px;
  text-decoration: none;
}

/* юр. текст */

.seoms-footer__legal {
  font-size: 13px;
  line-height: 1.5;
  opacity: 0.9;
  margin-bottom: 16px;
}

/* ссылки */

.seoms-footer__links {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 20px;
  font-size: 13px;
}

.seoms-footer__links a {
  color: #f5f5f5;
  text-decoration: none;
  border-bottom: 1px solid rgba(245, 245, 245, 0.35);
  padding-bottom: 1px;
}

.seoms-footer__links a:hover {
  border-bottom-color: #ff6d3d;
  color: #ff6d3d;
}

@media (max-width: 600px) {
  .seoms-footer {
    padding: 32px 0 24px;
  }

  .seoms-footer__legal {
    font-size: 12px;
  }

  .seoms-footer__links {
    gap: 12px;
  }
}

.seoms-footer__rating {
  text-align: center;
  margin-bottom: 18px; /* подправь под свой футер */
}

/* псевдо-виджет рейтинга */
.ya-rating-fake {
  display: inline-flex;
  align-items: center;
  gap: 6px;

  background: #ffffff;
  border-radius: 4px;
  padding: 6px 10px;

  font-size: 13px;
  line-height: 1;
  color: #333;
  text-decoration: none;

  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.15);
  transition: box-shadow 0.15s ease, transform 0.15s ease;
}

.ya-rating-fake__score {
  background: #ff9665;
  border-radius: 999px;
  padding: 2px 6px;
  font-weight: 700;
}

.ya-rating-fake__stars {
  color: #ff5100;
  font-size: 12px;
  letter-spacing: 1px;
}

.ya-rating-fake__text {
  white-space: nowrap;
}

/* ховер-эффект */
.ya-rating-fake:hover {
  box-shadow: 0 3px 10px rgba(0, 0, 0, 0.22);
  transform: translateY(-1px);
}
