.hmbc-registration .hmbc-field { margin-bottom: 1em; }
.hmbc-registration label { display: block; font-weight: 600; margin-bottom: 0.25em; }
.hmbc-registration input[type="text"],
.hmbc-registration input[type="email"],
.hmbc-registration input[type="password"],
.hmbc-registration select { width: 100%; max-width: 480px; padding: 8px; }
.hmbc-registration .hmbc-checkbox label { font-weight: 400; }
.hmbc-registration .hmbc-checkbox input { display: inline; width: auto; margin-right: 6px; }
.hmbc-error { color: #b00020; display: block; margin-top: 0.25em; }
.hmbc-error-general { border: 1px solid #b00020; padding: 10px; margin-bottom: 1em; }
.hmbc-pw-note { color: #b00020; display: block; }
.hmbc-req { color: #b00020; }
.hmbc-registration .hmbc-submit {
    appearance: none;
    -webkit-appearance: none;
    background: #9de678;
    border: 0;
    border-radius: 50px;
    box-shadow: none;
    color: #234075;
    cursor: pointer;
    font-family: "BC Sans", sans-serif;
    font-size: 14px;
    font-weight: 500;
    letter-spacing: 0;
    line-height: 1;
    padding: 10px 30px;
    text-transform: uppercase;
    transition: background-color 0.3s ease;
}
.hmbc-registration .hmbc-submit:hover,
.hmbc-registration .hmbc-submit:focus {
    background: #fada06;
    color: #234075;
}
.hmbc-registration .hmbc-submit:focus-visible {
    outline: 3px solid #234075;
    outline-offset: 3px;
}
.hmbc-registration .hmbc-submit:disabled {
    cursor: not-allowed;
    opacity: 0.65;
}
/* Honeypot: off-screen, not display:none (some bots skip display:none fields) */
.hmbc-hp { position: absolute !important; left: -9999px !important; }
