
.estatus-container {
    max-width: 600px;
    padding: 25px;
    margin: auto;
    background: white;
    border-radius: 12px;
    border-top: 5px solid #205194;
    box-shadow: 0 4px 20px rgba(0,0,0,0.1);
}
.estatus-title {
    color: #205194;
    text-align: center;
    font-size: 24px;
    margin-bottom: 20px;
}
label {
    color: #205194;
    font-weight: bold;
}
input, select {
    width: 100%;
    padding: 12px;
    margin-bottom: 15px;
    border-radius: 8px;
    border: 1px solid #4990E2;
}
.estatus-btn {
    width: 100%;
    background: #4990E2;
    padding: 12px;
    border: none;
    color: white;
    font-size: 18px;
    border-radius: 8px;
    cursor: pointer;
}
.estatus-btn:hover { background: #205194; }
#estatus-response, #curp-response {
    margin-top: 20px;
    background: #f0f6ff;
    padding: 15px;
    border-left: 5px solid #4990E2;
    border-radius: 8px;
}
