/* Смартфоны (до 640px) — уменьшаем только заголовки */
@media (max-width: 640px) {
  h1 { font-size: 25px !important; line-height: 1.3 !important; }
  h2 { font-size: 23px !important; line-height: 1.3 !important; }
  h3 { font-size: 21px !important; line-height: 1.35 !important; }
  h4 { font-size: 19px !important; line-height: 1.35 !important; }
  h5 { font-size: 17px !important; line-height: 1.4 !important; }
}