.bcn-signup-form {
    max-width: 420px;
    font-family: inherit;
}
.bcn-signup-form .bcn-signup-title {
    margin: 0 0 14px;
    font-size: 1.3em;
    font-weight: 700;
    color: #1a1a1a;
}
.bcn-signup-form > p > label {
    font-weight: 600;
}
.bcn-signup-form .bcn-signup-optional {
    font-weight: 400;
    color: #777;
    font-size: 0.85em;
}
.bcn-signup-form .bcn-signup-consent {
    display: flex;
    align-items: flex-start;
    gap: 8px;
}
.bcn-signup-form .bcn-signup-consent label {
    font-weight: 400;
    display: flex;
    align-items: flex-start;
    gap: 8px;
    cursor: pointer;
}
.bcn-signup-form .bcn-signup-consent input[type="checkbox"] {
    margin-top: 3px;
    flex-shrink: 0;
}
.bcn-signup-form input[type="text"],
.bcn-signup-form input[type="email"] {
    width: 100%;
    padding: 8px 10px;
    border: 1px solid #ccc;
    border-radius: 6px;
    box-sizing: border-box;
}
.bcn-signup-form .bcn-btn-submit {
    background: #c8860a;
    color: #fff;
    border: none;
    padding: 10px 22px;
    border-radius: 8px;
    font-weight: 700;
    cursor: pointer;
}
.bcn-signup-form .bcn-btn-submit:hover {
    background: #a9700a;
}
.bcn-signup-error { color: #b91c1c; font-weight: 600; }
.bcn-signup-success { color: #166534; font-weight: 600; }
