.progress-header {
    margin-bottom: 2rem;
}

.progress-h1 {
    font-size: 2.5rem;
    margin-bottom: 0.5rem;
    color: var(--primary-orange);
}

.progress-container {
    width: 100%;
    height: 4px;
    background-color: #e2e8f0;
    border-radius: 2px;
    margin-top: 1rem;
    position: relative;
}

.progress-bar {
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    background-color: var(--primary-orange);
    border-radius: 2px;
    transition: width 0.3s ease;
}

.progress-text {
    font-size: 0.875rem;
    color: #64748b;
    margin-top: 0.5rem;
}
