/* 泸州商家 AI 能见度星值观察 · 留资表单样式 */
.lead-form { margin-top: 14px; }
.lead-form .row { display: flex; gap: 10px; margin-bottom: 10px; flex-wrap: wrap; }
.lead-form input,
.lead-form select,
.lead-form textarea {
  background: #0e1622;
  border: 1px solid #2a3650;
  color: #e8eaed;
  border-radius: 6px;
  padding: 10px 12px;
  font-size: 14px;
  font-family: inherit;
  flex: 1;
  min-width: 140px;
  box-sizing: border-box;
}
.lead-form textarea {
  width: 100%;
  min-height: 64px;
  resize: vertical;
  margin-bottom: 10px;
}
.lead-form button {
  background: #f5a623;
  color: #1a1205;
  border: 0;
  border-radius: 6px;
  padding: 11px 22px;
  font-size: 15px;
  font-weight: 700;
  cursor: pointer;
  font-family: inherit;
}
.lead-form button:hover { background: #ffb733; }
.lead-form button:disabled { opacity: .6; cursor: default; }
.lead-msg { margin-top: 10px; font-size: 13px; min-height: 18px; }
@media (max-width: 640px) {
  .lead-form .row { flex-direction: column; gap: 8px; }
  .lead-form input,
  .lead-form select { min-width: 100%; width: 100%; font-size: 16px; }
  .lead-form button { width: 100%; padding: 13px; font-size: 16px; }
}
