/* SEO landing pages — slightly larger reading type */

.seo-page .section-title {
  font-size: clamp(2rem, 3.6vw, 2.85rem) !important;
  line-height: 1.15 !important;
}

.seo-page .section-lead {
  font-size: 1.125rem !important;
  line-height: 1.7 !important;
  color: #475569;
}

.seo-page .seo-page-block h2 {
  font-size: 1.25rem !important;
  line-height: 1.35 !important;
}

.seo-page .seo-page-block p,
.seo-page .seo-page-block li {
  font-size: 1.05rem !important;
  line-height: 1.75 !important;
}

.seo-page .seo-page-block ul {
  margin-top: 1rem;
}

.seo-page .conversion-hook h2 {
  font-size: clamp(1.5rem, 2.5vw, 1.85rem) !important;
}

.seo-page .conversion-hook p {
  font-size: 1.05rem !important;
  line-height: 1.7 !important;
}

@media (min-width: 1024px) {
  .seo-page .conversion-hook h2 {
    font-size: 2rem !important;
  }
}
