.blog-header h1{
      font-size: 2.8rem;
  background: linear-gradient(90deg, #3b82f6, #8b5cf6);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
  margin-bottom: 20px;
  line-height: 1.3;
}

.blog-header p {
  color: #94a3b8;
  font-size: 1.1rem;
  line-height: 1.6;
}