/* HU Credenciamento CSS */
.hu-cred-wrap{max-width:1100px;margin:20px auto;padding:24px;border:1px solid #e5e7eb;border-radius:12px;background:#fff;box-shadow:0 4px 8px rgba(0,0,0,.05)}
.hu-cred-wrap h2{margin:0 0 12px;font-size:24px}
.hu-form fieldset{margin:18px 0;padding:16px;border:1px solid #e5e7eb;border-radius:10px}
.hu-form legend{padding:0 6px;font-weight:600}
.hu-form .row{display:grid;grid-template-columns:200px 1fr;gap:12px;align-items:center;margin:10px 0}
.hu-form .row.trio{grid-template-columns:repeat(3,1fr);gap:12px}
.hu-form .row.duo{grid-template-columns:repeat(2,1fr);gap:12px}
.hu-form .row label{font-weight:600}
.hu-form input[type=text], .hu-form input[type=email], .hu-form input[type=password], .hu-form input[type=date], .hu-form select{width:100%;padding:10px;border:1px solid #cbd5e1;border-radius:8px;transition:border-color .2s,box-shadow .2s}
.hu-form input:focus,.hu-form select:focus{outline:none;border-color:#3b82f6;box-shadow:0 0 0 1px #3b82f6}
.hu-alert{padding:12px;border-radius:8px;margin:10px 0}
.hu-alert.ok{background:#ecfdf5;border:1px solid #10b981}
.hu-alert.err{background:#fef2f2;border:1px solid #ef4444}
.hu-honeypot{position:absolute;left:-9999px}
.actions{text-align:right;margin-top:16px}
.btn-cep,.btn-toggle{padding:8px 10px;border:1px solid #cbd5e1;border-radius:8px;background:#f8fafc;cursor:pointer}
.pw-inline,.cep-inline{display:flex;gap:8px;align-items:center}
.termos label{font-weight:500}
.banco-outro{display:none;margin-top:8px}
