
.cm-wrapper{
    background:#c40016;
    padding:40px 20px;
    text-align:center;
}

.cm-header{
    background:#000;
    padding:30px 20px;
    margin-bottom:30px;
}

.cm-header h1{
    color:#fff;
    font-size:42px;
    margin:0;
    font-weight:700;
}

.cm-header p{
    color:#ddd;
    margin-top:10px;
    font-size:18px;
}

.cm-box{
    max-width:500px;
    margin:auto;
    background:#fff;
    padding:35px;
    border-radius:10px;
    box-shadow:0 0 15px rgba(0,0,0,0.2);
}

.cm-box h2{
    color:#000;
    margin-bottom:25px;
    font-size:36px;
    font-weight:700;
}

.cm-box input{
    width:100%;
    padding:15px;
    border:1px solid #ccc;
    border-radius:5px;
    margin-bottom:20px;
    font-size:16px;
    box-sizing:border-box;
}

.cm-box button{
    background:#005eff;
    color:#fff;
    border:none;
    padding:14px 30px;
    font-size:16px;
    border-radius:5px;
    cursor:pointer;
    font-weight:600;
}

.cm-box button:hover{
    background:#0047c7;
}

.cm-result{
    margin-top:30px;
    padding:25px;
    border-radius:8px;
    text-align:left;
}

.cm-result h3{
    margin-top:0;
    font-size:30px;
    color:#000;
}

.cm-result p{
    color:#000;
    font-size:18px;
    line-height:1.8;
}

.success{
    background:#edf9ed;
    border:1px solid #cce6cc;
}

.fail{
    background:#ffeaea;
    border:1px solid #ffbcbc;
    color:#000;
    text-align:center;
    font-size:18px;
    font-weight:600;
}

.cm-download-btn{
    display:inline-block;
    background:#005eff;
    color:#fff !important;
    text-decoration:none;
    padding:12px 24px;
    border-radius:5px;
    font-weight:600;
    margin-top:10px;
}

.cm-download-btn:hover{
    background:#0047c7;
}

@media(max-width:768px){

.cm-header h1{
    font-size:28px;
}

.cm-box{
    padding:20px;
}

.cm-box h2{
    font-size:28px;
}

}
