.article-header {
    padding: 60px 0 40px;
    text-align: center;
}

.article-title {
    font-size: 42px;
    font-weight: 700;
    color: #fff;
    margin-bottom: 20px;
    line-height: 1.3;
}

.article-meta {
    display: flex;
    justify-content: center;
    gap: 30px;
    font-size: 14px;
    color: #999;
}

.article-author {
    color: #667eea;
    font-weight: 500;
}

.article-date {
    color: #777;
}