/* Blog hero - matching other secondary pages */
.blog-hero {
    background: linear-gradient(135deg, #f0fdfa 0%, #ffffff 100%);
    padding: 3rem 0;
    height: 252px;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
}