/* === ЗАГОЛОВКИ (h1, h2) — с градиентом === */
h1,
h2,
.t-title,
.t-heading {
  background: linear-gradient(135deg, #FFFFFF, #60A5FA) !important;
  -webkit-background-clip: text !important;
  -webkit-text-fill-color: transparent !important;
  background-clip: text !important;
  color: transparent !important;
  font-weight: 600 !important;
}

/* === ПОДЗАГОЛОВКИ (h3 и классы) — сплошной цвет #60A5FA === */
h3,
.t-descr,
.t-uptitle,
.subtitle,
.about-subtitle,
.services-subtitle {
  color: #60A5FA !important;
  /* Убедитесь, что здесь НЕТ свойства background или background-clip */
}