.seo-category-content {
  max-width: 1100px;
  margin: 48px auto;
  padding: 32px;
  border-radius: 20px;
  background: #f7f9fb;
  color: #25313d;
}

.seo-category-content h2 {
  margin: 0 0 16px;
  color: #0b3154;
  font-size: clamp(24px, 3vw, 34px);
  line-height: 1.2;
}

.seo-category-content p {
  margin: 0 0 14px;
  font-size: 16px;
  line-height: 1.7;
}

.seo-category-content p:last-child {
  margin-bottom: 0;
}

.seo-category-content a {
  color: #1769aa;
  text-decoration: underline;
  text-underline-offset: 3px;
}

@media (max-width: 640px) {
  .seo-category-content {
    margin: 32px 16px;
    padding: 24px 20px;
  }
}
