.ajsi-cadastro-body{background:#f6f7f9}
.ajsi-header{background:#fff;border-bottom:1px solid #e9ecef}
.ajsi-header-inner{max-width:1140px;margin:0 auto;padding:18px 16px}
.ajsi-brand{display:flex;align-items:center;gap:14px;text-decoration:none;color:#111}
.ajsi-logo{width:54px;height:54px;object-fit:contain}
.ajsi-brand-title{font-weight:800;letter-spacing:.2px}
.ajsi-brand-subtitle{color:#6c757d;font-weight:600}
.ajsi-main{padding:28px 12px}
.ajsi-card{background:#fff;border:1px solid #e9ecef;border-radius:14px;box-shadow:0 8px 30px rgba(0,0,0,.04)}
.ajsi-card-body{padding:22px}
.ajsi-section{padding:16px 0;border-bottom:1px solid #f0f1f3}
.ajsi-section:last-child{border-bottom:none}
.ajsi-section-title{font-weight:800;margin-bottom:14px}
.ajsi-hint{color:#6c757d;font-weight:600}
.ajsi-btn{background:#b31f14;border-color:#000;font-weight:800;letter-spacing:.2px;padding:12px 28px;border-radius:12px}
.ajsi-upper{text-transform:uppercase}
input,select,textarea,label,.form-check-label,.btn{text-transform:uppercase}
input[type="email"]{text-transform:none}
.ajsi-check .form-check-input{
  border:2px solid #b31f14;
}
.ajsi-check .form-check-input:checked{
  background-color:#b31f14;
  border-color:#b31f14;
}
.ajsi-check .form-check-input:focus{
  box-shadow:0 0 0 .2rem rgba(179,31,20,.25);
}

