/* DjMirror Pulse — public styles */
.dmp-lead-form { max-width: 480px; margin: 2rem auto; }
.dmp-lead-form input { width: 100%; margin-bottom: .75rem; padding: .5rem; border: 1px solid #ccc; border-radius: 4px; }
.dmp-lead-form button { background: #1a1a2e; color: #fff; padding: .6rem 1.5rem; border: none; border-radius: 4px; cursor: pointer; }
.dmp-lead-form button:hover { background: #16213e; }
.dmp-form-message { margin-top: 1rem; padding: .75rem; border-radius: 4px; }
.dmp-form-message.success { background: #d4edda; color: #155724; }
.dmp-form-message.error   { background: #f8d7da; color: #721c24; }
