.dsc-wrap{
width:100%;
margin:0;
padding:40px 20px;
background:#0f172a;
font-family:Inter,sans-serif;
}

.dsc-box{
max-width:700px;
margin:auto;
background:#111827;
padding:40px;
border-radius:20px;
color:#fff;
}

.dsc-box h2{
font-size:32px;
margin-bottom:10px;
}

.dsc-box p{
color:#cbd5e1;
}

.dsc-box input{
width:100%;
padding:14px;
margin-top:20px;
border-radius:12px;
border:none;
background:#fff;
}

#dscBtn{
margin-top:20px;
background:#f2791c;
color:#fff;
border:none;
padding:14px 25px;
border-radius:12px;
cursor:pointer;
font-size:16px;
}

.dsc-progress{
width:100%;
height:14px;
background:#1e293b;
border-radius:999px;
margin-top:25px;
overflow:hidden;
}

#dscBar{
height:100%;
width:0%;
background:#f2791c;
transition:.3s;
}

#dscStatus{
margin-top:20px;
}

.dsc-success{
background:#052e16;
padding:20px;
border-radius:14px;
}

.dsc-success a{
display:inline-block;
margin-top:10px;
background:#f2791c;
padding:12px 20px;
border-radius:10px;
color:#fff;
text-decoration:none;
}

@media(max-width:768px){
.dsc-wrap{
padding:0;
}
.dsc-box{
border-radius:0;
}
}
