* {
    box-sizing: border-box;
}

body.progress-page {
    margin: 0;
    font-family: Arial, sans-serif;
    background: #f5f7fb;
    color: #1f2937;
}

.progress-container {
    width: min(1100px, 92%);
    margin: 40px auto;
}

.progress-page-header {
    margin-bottom: 28px;
    padding-bottom: 16px;
    border-bottom: 2px solid #c9d3df;
}

.progress-page-header h1 {
    margin: 0;
    font-size: 32px;
    font-weight: 700;
    color: #1f2937;
}