.vu-wizard{
max-width:700px;
margin:auto;
background:#fff;
padding:30px;
border-radius:12px;
box-shadow:0 0 15px rgba(0,0,0,0.08);
}

.vu-step{display:none;}
.vu-step.active{display:block;}

.vu-step input,
.vu-step textarea{
width:100%;
padding:12px;
margin:10px 0;
border-radius:8px;
border:1px solid #ddd;
}

.vu-nav{
display:flex;
justify-content:space-between;
margin-top:20px;
}

.vu-nav button{
padding:10px 25px;
background:#2563eb;
color:#fff;
border:none;
border-radius:6px;
cursor:pointer;
}

.vu-progress{
height:6px;
background:#eee;
margin-bottom:20px;
border-radius:10px;
overflow:hidden;
}

#vuProgressBar{
height:6px;
width:0%;
background:#2563eb;
transition:0.3s;
}

@media print{
.vu-nav, #downloadPDF, .vu-progress{
display:none;
}
}

