.utr-popup-btn {
    background: #003ba9;
    color: #fff;
    padding: 12px 22px;
    border: none;
    border-radius: 8px;
    cursor: pointer;
    font-size: 16px;
}
.utr-popup-overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.6);
    display: none;
    justify-content: center;
    align-items: center;
    z-index: 999999;
}
.utr-popup-box {
    background: #fff;
    padding: 30px;
    width: 380px;
    border-radius: 10px;
    position: relative;
}
.utr-popup-close {
    position: absolute;
    top: 10px;
    right: 15px;
    font-size: 22px;
    cursor: pointer;
}
#utr-consult-form input,
#utr-consult-form textarea {
    width: 100%;
    padding: 10px;
    margin: 8px 0;
    border-radius: 6px;
    border: 1px solid #ccc;
}
.utr-submit {
    background: #003ba9;
    color: #fff;
    border: none;
    padding: 12px;
    width: 100%;
    border-radius: 6px;
    cursor: pointer;
}
.utr-success {
    margin-top: 15px;
    padding: 10px;
    background: #e2ffe3;
    border-left: 4px solid #00b300;
}
