
.ctvq-wrapper{
    margin-top:40px;
    padding:35px;
    border-radius:28px;
    background:linear-gradient(135deg,#4c1d95,#6d28d9,#7c3aed);
    color:white;
    box-shadow:0 20px 50px rgba(109,40,217,0.25);
}

.ctvq-header h2{
    font-size:32px;
    margin-bottom:10px;
}

.ctvq-header p{
    opacity:.9;
    margin-bottom:28px;
}

.ctvq-form input,
.ctvq-form select,
.ctvq-form textarea{
    width:100%;
    margin-bottom:18px;
    padding:16px;
    border:none;
    border-radius:16px;
    background:rgba(255,255,255,.12);
    color:white;
    backdrop-filter:blur(10px);
}

.ctvq-form input::placeholder,
.ctvq-form textarea::placeholder{
    color:rgba(255,255,255,.75);
}

.ctvq-form select{
    color:white;
}

.ctvq-form option{
    color:black;
}

.ctvq-form textarea{
    min-height:160px;
}

.ctvq-form button{
    width:100%;
    padding:16px;
    border:none;
    border-radius:18px;
    background:white;
    color:#5b21b6;
    font-weight:700;
    cursor:pointer;
    transition:.3s ease;
}

.ctvq-form button:hover{
    transform:translateY(-3px);
}

.ctvq-success{
    margin-top:20px;
    background:rgba(255,255,255,.15);
    padding:16px;
    border-radius:16px;
}

.ctvq-login{
    margin-top:20px;
    background:rgba(255,255,255,.12);
    padding:16px;
    border-radius:16px;
}
