/* Лого слева */
.tmenu__logo {
  font-family: 'Montserrat', Arial, sans-serif;
  font-size: 28px;
  font-weight: 700;
  color: #000;
  letter-spacing: 0.5px;
  line-height: 1;
}

/* Пункты меню по центру */
.tmenu__link-item {
  font-family: 'Montserrat', Arial, sans-serif;
  font-size: 18px;
  font-weight: 400;
  color: #000 !important;
  text-decoration: none;
  margin: 0 25px;
  transition: color .2s ease;
}
.tmenu__link-item:hover { color: #333 !important; }

/* Кнопка “Забронировать” справа */
.book-btn {
  display: inline-block;
  background: #000;
  color: #fff !important;
  font-family: 'Montserrat', Arial, sans-serif;
  font-size: 18px;
  font-weight: 600;
  padding: 10px 24px;
  border-radius: 999px;
  text-decoration: none;
  transition: background .25s ease, transform .05s ease;
}
.book-btn:hover { background: #222; }
.book-btn:active { transform: translateY(1px); }

/* Вариант иконки WhatsApp через CSS (если используешь один LINK с классом whatsapp-icon) */
.whatsapp-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 42px; height: 42px;
  background: #000; border-radius: 50%;
  text-decoration: none;
}
.whatsapp-icon img, .whatsapp-icon svg { width: 20px; height: 20px; display: block; }
