.article-seo-cta {
  margin-top: 32px;
  padding: 24px 28px;
  background: linear-gradient(135deg, #f0faf4 0%, #e8f5ee 100%);
  border: 1px solid #c6e9d4;
  border-radius: 8px;
  text-align: center;
}
.article-seo-cta h3 {
  font-size: 18px;
  margin: 0 0 10px;
  color: #303133;
  font-weight: 600;
}
.article-seo-cta p {
  font-size: 14px;
  color: #606266;
  margin: 0 0 18px;
  line-height: 1.6;
}
.article-seo-cta-btns {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  justify-content: center;
}
.article-seo-cta-btns a {
  display: inline-block;
  padding: 10px 22px;
  border-radius: 6px;
  font-size: 14px;
  font-weight: 500;
  text-decoration: none;
  transition: opacity 0.2s;
}
.article-seo-cta-btns a:hover { opacity: 0.9; }
.article-seo-cta-primary {
  background: #29b474;
  color: #fff;
}
.article-seo-cta-secondary {
  background: #fff;
  color: #29b474;
  border: 1px solid #29b474;
}
