/* RCV Registro Córdoba Blindado */
.rcv-registro-wrap{
    max-width:980px;
    margin:0 auto;
    padding:28px 16px 42px;
}

.rcv-registro-card{
    background:#fff;
    border-radius:22px;
    padding:26px;
    box-shadow:0 8px 24px rgba(0,0,0,.08);
}

.rcv-registro-head h1{
    margin:0 0 8px;
    font-size:2.2rem;
    font-weight:900;
}

.rcv-registro-head p{
    color:#555;
    margin:0 0 18px;
    line-height:1.45;
}

.rcv-registro-alert{
    background:#fff4c2;
    border:1px solid #e3c84d;
    border-radius:16px;
    padding:14px;
    font-weight:700;
    line-height:1.4;
    margin-bottom:14px;
}

.rcv-registro-error{
    background:#ffe5e5;
    color:#8a0000;
    border-radius:14px;
    padding:12px 14px;
    font-weight:800;
    margin-bottom:14px;
}

.rcv-registro-form{
    display:flex;
    flex-direction:column;
    gap:14px;
}

.rcv-registro-grid{
    display:grid;
    grid-template-columns:repeat(2,minmax(0,1fr));
    gap:14px;
}

.rcv-registro-form label{
    display:flex;
    flex-direction:column;
    gap:7px;
    font-weight:900;
}

.rcv-registro-form input,
.rcv-registro-form select,
.rcv-registro-form textarea{
    width:100%;
    border:1px solid #ddd;
    border-radius:14px;
    padding:12px;
    font-family:inherit;
    font-size:15px;
    background:#fff;
}

.rcv-registro-form input,
.rcv-registro-form select{
    min-height:44px;
}

.rcv-registro-legal{
    display:flex;
    flex-direction:column;
    gap:10px;
    background:#f7f7f7;
    border-radius:16px;
    padding:14px;
}

.rcv-registro-legal label{
    flex-direction:row;
    align-items:flex-start;
    font-weight:700;
    line-height:1.35;
}

.rcv-registro-legal input{
    width:auto;
    min-height:auto;
    margin-top:2px;
}

.rcv-legal-required{
    color:#111;
    font-weight:900!important;
}

.rcv-registro-btn{
    min-height:48px;
    border:none;
    border-radius:16px;
    background:#1677ff;
    color:#fff;
    font-weight:900;
    font-size:16px;
    cursor:pointer;
}

@media(max-width:760px){
    .rcv-registro-wrap{
        padding:18px 10px 32px;
    }

    .rcv-registro-card{
        padding:18px;
        border-radius:18px;
    }

    .rcv-registro-head h1{
        font-size:1.65rem;
    }

    .rcv-registro-grid{
        grid-template-columns:1fr;
        gap:12px;
    }
}
