/* Header Component Styles */
.header {
    padding: 40px 20px 30px;
    text-align: center;
    background: #fff;
    border-bottom: 1px solid #e9ecef;
}

.header h1 {
    font-size: 24px;
    font-weight: 600;
    margin-bottom: 8px;
    color: #333;
}

.header p {
    font-size: 14px;
    color: #666;
    font-weight: 400;
}