.lead-form textarea{
width:100%;
min-height:110px;
resize:vertical;
border:1px solid var(--border);
padding:12px;
font:inherit;
background:#f7f8fa;
}

.lead-form input:not([type="checkbox"]),
.lead-form select,
.lead-form textarea{
border-radius:4px;
}

.consent-row{
grid-template-columns:auto 1fr!important;
align-items:start;
gap:10px!important;
font-weight:500!important;
line-height:1.4;
}

.consent-row input[type="checkbox"]{
width:18px;
height:18px;
margin:2px 0 0;
accent-color:var(--gold);
}

.form-status{
min-height:24px;
font-size:.88rem;
color:var(--muted);
}

.form-status.is-success{
color:#137333;
font-weight:700;
}

.form-status.is-error{
color:#b42318;
font-weight:700;
}

.lead-form .field-error{
border-color:#b42318!important;
outline:2px solid rgba(180,35,24,.08);
}

.honeypot{
position:absolute!important;
left:-10000px!important;
top:auto!important;
width:1px!important;
height:1px!important;
overflow:hidden!important;
}

.lead-form button[disabled]{
opacity:.65;
cursor:not-allowed;
}
