.influencer-search-page {
  background: #f7f9fc;
  color: #071b3a;
}

.search-hero {
  padding: 132px 24px 36px;
  background: linear-gradient(180deg, #fff 0%, #f7f9fc 100%);
}

.search-hero__inner,
.finder-inner {
  width: min(1180px, 100%);
  margin: 0 auto;
}

.search-hero__inner {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 220px;
  gap: 28px;
  align-items: end;
}

.eyebrow,
.lead-panel span {
  display: inline-block;
  margin-bottom: 12px;
  color: #d85f7b;
  font-size: 13px;
  font-weight: 900;
  letter-spacing: 0;
}

.search-hero h1 {
  margin: 0;
  font-size: clamp(34px, 5vw, 58px);
  line-height: 1.08;
  letter-spacing: 0;
}

.search-hero p {
  max-width: 620px;
  margin: 18px 0 0;
  color: #526070;
  font-size: 17px;
  line-height: 1.8;
}

.search-hero__stats {
  padding: 24px;
  border: 1px solid #e2e8f0;
  border-radius: 8px;
  background: #fff;
}

.search-hero__stats strong {
  display: block;
  font-size: 34px;
  line-height: 1;
}

.search-hero__stats span {
  display: block;
  margin-top: 8px;
  color: #667085;
  font-size: 13px;
  font-weight: 800;
}

.finder-section {
  padding: 18px 24px 80px;
}

.finder-form,
.sample-table-wrap,
.lead-panel {
  border: 1px solid #e3e9f2;
  border-radius: 8px;
  background: #fff;
}

.finder-form {
  padding: 20px;
}

.finder-top-row {
  display: grid;
  grid-template-columns: repeat(4, minmax(150px, 1fr));
  gap: 14px;
  align-items: end;
}

.choice-field {
  min-width: 0;
  margin: 0;
  padding: 0;
  border: 0;
}

.choice-field legend,
.finder-field {
  color: #071b3a;
  font-size: 13px;
  font-weight: 900;
}

.finder-field {
  display: grid;
  gap: 8px;
}

.finder-field select,
.finder-field input {
  width: 100%;
  min-width: 0;
  height: 42px;
  padding: 0 12px;
  border: 1px solid #dbe3ee;
  border-radius: 8px;
  background: #fff;
  color: #111827;
  font: inherit;
  font-size: 14px;
  font-weight: 800;
  outline: 0;
}

.finder-field select:focus,
.finder-field input:focus {
  border-color: #d85f7b;
  box-shadow: 0 0 0 3px rgba(216, 95, 123, 0.14);
}

.choice-buttons {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-top: 8px;
}

.choice-buttons label {
  cursor: pointer;
}

.choice-buttons input {
  position: absolute;
  opacity: 0;
  pointer-events: none;
}

.choice-buttons span {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 36px;
  padding: 0 13px;
  border: 1px solid #dbe3ee;
  border-radius: 8px;
  background: #fff;
  color: #344054;
  font-size: 13px;
  font-weight: 900;
  line-height: 1.25;
  text-align: center;
}

.choice-buttons input:checked + span {
  border-color: #d85f7b;
  background: #fff2f5;
  color: #c94d6d;
}

.choice-field--categories {
  margin-top: 18px;
}

.finder-top-row--secondary {
  margin-top: 18px;
}

.choice-buttons--categories span {
  min-height: 38px;
}

.finder-actions {
  display: flex;
  gap: 10px;
  margin-top: 18px;
}

.finder-actions button,
.finder-actions a,
.result-cta,
.lead-panel a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 44px;
  padding: 0 24px;
  border-radius: 8px;
  font-size: 14px;
  font-weight: 900;
  text-decoration: none;
}

.finder-actions button,
.result-cta,
.lead-panel a {
  border: 0;
  background: #d85f7b;
  color: #fff;
  cursor: pointer;
}

.finder-actions a {
  border: 1px solid #dbe3ee;
  background: #fff;
  color: #071b3a;
}


.lead-panel h2 {
  margin: 0;
  font-size: 26px;
  line-height: 1.25;
  letter-spacing: 0;
}

.sample-table-wrap {
  overflow-x: auto;
}

.result-note-small {
  margin: 16px 0 10px;
  color: #667085;
  font-size: 13px;
  font-weight: 800;
  line-height: 1.6;
}

.sample-table {
  width: 100%;
  min-width: 980px;
  border-collapse: collapse;
}

.sample-table th,
.sample-table td {
  padding: 18px 16px;
  border-bottom: 1px solid #edf1f6;
  text-align: left;
  vertical-align: middle;
  font-size: 14px;
}

.sample-table th {
  color: #7b8494;
  font-size: 12px;
  font-weight: 900;
}

.sample-table td strong,
.sample-table td > span {
  display: block;
}

.sample-table td strong {
  color: #071b3a;
  font-weight: 900;
}

.sample-table td > span {
  margin-top: 4px;
  color: #667085;
  font-size: 13px;
}

.platform-pill {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 82px;
  min-height: 30px;
  border-radius: 999px;
  background: #eef2f7;
  color: #667085;
  font-size: 12px;
  font-weight: 900;
}

.platform-pill--instagram {
  background: #fff0f4;
  color: #9f4960;
}

.tag-list {
  display: grid;
  gap: 5px;
}

.tag-list span {
  color: #344054;
  line-height: 1.45;
}

.finder-empty {
  padding: 34px;
  border: 1px solid #e3e9f2;
  border-radius: 8px;
  background: #fff;
  color: #667085;
  font-weight: 800;
  text-align: center;
}

.lead-panel {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  margin-top: 24px;
  padding: 28px;
}

.lead-panel p {
  max-width: 700px;
  margin: 12px 0 0;
  color: #667085;
  line-height: 1.8;
}

@media (max-width: 1020px) {
  .search-hero__inner,
  .finder-top-row,
  .lead-panel {
    grid-template-columns: 1fr;
  }

  .search-hero__stats {
    width: 100%;
  }
  .lead-panel {
    display: grid;
  }
}

@media (max-width: 640px) {
  .search-hero {
    padding: 104px 18px 28px;
  }

  .finder-section {
    padding: 12px 18px 56px;
  }

  .finder-form {
    padding: 16px;
  }

  .finder-actions {
    display: grid;
  }

  .finder-actions button,
  .finder-actions a,
  .lead-panel a {
    width: 100%;
  }
}
.choice-field legend small {
  margin-left: 8px;
  color: #d85f7b;
  font-size: 12px;
  font-weight: 800;
}