input,select,textarea{width:100%;margin-bottom:8px;padding:6px}
button{padding:8px 16px}
.jiu-consent{margin:10px 0;font-weight:600}






/* ===== Success Modal ===== */
#jiu-success-overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.55);
    z-index: 9999;
    display: flex;
    align-items: center;
    justify-content: center;
}

#jiu-success-modal {
    background: #ffffff;
    width: 100%;
    max-width: 520px;
    border-radius: 12px;
    padding: 26px;
    box-shadow: 0 15px 40px rgba(0,0,0,0.25);
}

#jiu-success-modal h2 {
    margin-top: 0;
    color: #0b3c5d;
}

.jiu-success-actions {
    display: flex;
    gap: 12px;
    margin-top: 20px;
}
