.dcd-progress {
    background:#e5e7eb;
    border-radius:30px;
    height:12px;
    overflow:hidden;
    margin:15px 0;
}
.dcd-progress .bar {
    height:100%;
    background:linear-gradient(90deg,#22c55e,#16a34a);
    transition:width .4s ease;
}
.dcd-text {
    font-weight:600;
    margin-bottom:15px;
}
