.industry-selector {
  margin-top: 18px;
  padding: 18px;
  border: 1px solid #c9d9d6;
  border-radius: 16px;
  background: linear-gradient(145deg, #fbfdfc, #f5f1e8);
}
.industry-selector label { display: grid; gap: 7px; color: #17384b; font-size: 12px; font-weight: 800; }
.industry-selector label > span { display: flex; justify-content: space-between; gap: 10px; }
.industry-selector label b { color: #697a80; font-size: 10px; letter-spacing: .03em; }
.industry-selector input,
.industry-selector select { width: 100%; min-height: 47px; padding: 10px 12px; border: 1px solid #b8cdca; border-radius: 10px; outline: none; background: #fff; color: #102f43; font-size: 14px; }
.industry-selector input:focus,
.industry-selector select:focus { border-color: #008879; box-shadow: 0 0 0 3px rgba(0, 136, 121, .1); }
.industry-search { margin-bottom: 14px; }
.industry-levels { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 12px; }
.industry-selection-summary { margin-top: 14px; padding: 11px 13px; border-left: 3px solid #008879; background: #eef8f5; color: #365766; font-size: 12px; }
.industry-confirm { display: flex; align-items: center; gap: 13px; margin-top: 14px; }
.industry-confirm button { padding: 11px 15px; border: 0; border-radius: 10px; background: #087a6c; color: #fff; font-weight: 800; cursor: pointer; }
.industry-confirm span { color: #b42318; font-size: 12px; font-weight: 750; }
@media (max-width: 900px) { .industry-levels { grid-template-columns: 1fr; } }
