/* dev-pages.css — стили страниц: хабы, активности, блог, галерея, лендинги */
/* Объединение бывших dev-section20.css и dev-section21.css, дубль .katListIntro удалён */

/* katListIntro — вводный абзац на хаб-страницах */
.katListIntro {
  color: #666;
  line-height: 1.6;
  margin-bottom: 24px;
}

/* pochemu-my — вводный абзац */
.pochemy-intro {
  color: #555;
  font-size: 1.05em;
  line-height: 1.65;
  margin-bottom: 1.5em;
}

/* pochemu-cta — блок призыва к действию */
.pochemu-cta {
  padding: 1.5em 0;
  border-top: 1px solid #e0e0e0;
  border-bottom: 1px solid #e0e0e0;
}

.pochemu-cta a {
  display: inline-block;
  margin-right: 16px;
  text-decoration: none;
}

.pochemu-cta a:last-child {
  margin-right: 0;
}

/* gallery-intro — вводный абзац галереи */
.gallery-intro {
  color: #666;
  font-size: 1rem;
  line-height: 1.6;
  margin-bottom: 20px;
  font-style: italic;
}
