#cpfq-app {
    max-width: 600px;
    margin: 0 auto;
    font-family: Arial, sans-serif;
}

.cpfq-step {
    display: none;
}

.cpfq-step.active {
    display: block;
}

.cpfq-progress {
    height: 6px;
    background: #eee;
    margin-bottom: 20px;
}

.cpfq-progress-bar {
    height: 100%;
    width: 33%;
    background: #e11d2e;
    transition: width 0.3s ease;
}

button {
    margin-top: 20px;
    padding: 10px 16px;
    background: #111;
    color: #fff;
    border: none;
    cursor: pointer;
}