/* Hire Local — a people-first companion to Town Careers. */
.hire-local-shell {
  background: #f4f7fb;
  border-top: 1px solid #e0e8f1;
  color: #14233d;
  padding: 26px 0 58px;
}
.hire-local-wrap { margin: 0 auto; max-width: 1180px; padding: 0 20px; }
.hire-local-hero {
  align-items: stretch;
  background: linear-gradient(118deg,#0b6c89,#0e97ae);
  border-radius: 15px;
  color: #fff;
  display: grid;
  gap: 24px;
  grid-template-columns: minmax(0,1fr) 290px;
  overflow: hidden;
  padding: 30px 32px;
  position: relative;
}
.hire-local-hero:after {
  background: rgba(255,255,255,.08);
  border-radius: 999px;
  content: "";
  height: 250px;
  pointer-events: none;
  position: absolute;
  right: -100px;
  top: -145px;
  width: 250px;
}
.hire-local-kicker,
.hire-local-results-heading > div > p,
.hire-local-side-card > p {
  color: #baf4ff;
  font-size: .68rem;
  font-weight: 850;
  letter-spacing: .115em;
  margin: 0 0 7px;
  text-transform: uppercase;
}
.hire-local-hero h1 {
  color: #fff;
  font-size: clamp(2rem,4vw,3.35rem);
  font-weight: 900;
  letter-spacing: -.052em;
  line-height: .97;
  margin: 0;
}
.hire-local-hero > div > p:not(.hire-local-kicker) {
  color: #d8f8fc;
  font-size: 1rem;
  line-height: 1.55;
  margin: 13px 0 0;
  max-width: 660px;
}
.hire-local-hero-actions { display: flex; flex-wrap: wrap; gap: 10px; margin-top: 20px; }
.hire-local-primary-action,
.hire-local-secondary-action {
  align-items: center;
  border-radius: 8px;
  display: inline-flex;
  font-size: .84rem;
  font-weight: 850;
  justify-content: center;
  min-height: 40px;
  padding: 0 15px;
  text-decoration: none;
}
.hire-local-primary-action { background: #fff; color: #08768f; }
.hire-local-primary-action:hover { background: #e9fbfd; color: #05657b; }
.hire-local-secondary-action { border: 1px solid rgba(255,255,255,.48); color: #fff; }
.hire-local-secondary-action:hover { background: rgba(255,255,255,.13); color: #fff; }
.hire-local-hero-note {
  align-self: center;
  background: rgba(3,75,94,.28);
  border: 1px solid rgba(186,244,255,.23);
  border-radius: 11px;
  display: block;
  padding: 16px 17px;
  position: relative;
  z-index: 1;
}
.hire-local-hero-note strong { color: #fff; display: block; font-size: .96rem; font-weight: 850; }
.hire-local-hero-note span { color: #d3f8fc; display: block; font-size: .79rem; line-height: 1.45; margin-top: 6px; }
.hire-local-search {
  background: #fff;
  border: 1px solid #dbe5ef;
  border-radius: 12px;
  display: grid;
  gap: 9px;
  grid-template-columns: minmax(0,1fr) 105px auto;
  margin: 17px 0 13px;
  padding: 9px;
}
.hire-local-search input {
  background: #f8fbfd;
  border: 1px solid #d9e5ee;
  border-radius: 7px;
  color: #203a56;
  font: inherit;
  font-size: .88rem;
  min-width: 0;
  outline: 0;
  padding: 0 12px;
}
.hire-local-search input:focus { background: #fff; border-color: #0997b7; box-shadow: 0 0 0 3px rgba(9,151,183,.12); }
.hire-local-search button {
  background: #087b9b;
  border: 1px solid #087b9b;
  border-radius: 7px;
  color: #fff;
  cursor: pointer;
  font: inherit;
  font-size: .8rem;
  font-weight: 850;
  min-height: 39px;
  padding: 0 14px;
}
.hire-local-search button:hover { background: #056780; border-color: #056780; }
.hire-local-category-nav {
  display: flex;
  gap: 8px;
  margin: 0 -20px 17px;
  overflow-x: auto;
  padding: 0 20px 4px;
  scrollbar-width: thin;
}
.hire-local-category-nav a {
  background: #fff;
  border: 1px solid #dbe5ef;
  border-radius: 999px;
  color: #57708b;
  flex: 0 0 auto;
  font-size: .76rem;
  font-weight: 800;
  padding: 8px 11px;
  text-decoration: none;
}
.hire-local-category-nav a:hover { border-color: #83d3e3; color: #087b9b; }
.hire-local-category-nav a.is-active { background: #087b9b; border-color: #087b9b; color: #fff; }
.hire-local-layout { align-items: start; display: grid; gap: 22px; grid-template-columns: minmax(0,1fr) 290px; }
.hire-local-results {
  background: #fff;
  border: 1px solid #dbe5ef;
  border-radius: 13px;
  overflow: hidden;
}
.hire-local-results-heading {
  align-items: end;
  border-bottom: 1px solid #e5edf3;
  display: flex;
  gap: 15px;
  justify-content: space-between;
  padding: 19px 22px;
}
.hire-local-results-heading > div > p { color: #087b9b; margin-bottom: 4px; }
.hire-local-results-heading h2 { color: #19324e; font-size: 1.28rem; font-weight: 900; letter-spacing: -.025em; line-height: 1.1; margin: 0; }
.hire-local-results-heading > span { color: #70839a; font-size: .74rem; font-weight: 800; white-space: nowrap; }
.hire-local-provider-list { display: grid; }
.hire-local-provider-card {
  border-bottom: 1px solid #e7eef4;
  display: grid;
  gap: 15px;
  grid-template-columns: 66px minmax(0,1fr);
  padding: 18px 21px;
}
.hire-local-provider-card:last-child { border-bottom: 0; }
.hire-local-provider-card:hover { background: #fbfdff; }
.hire-local-provider-photo {
  align-items: center;
  background: linear-gradient(135deg,#d5f5fa,#b7e4ec);
  border: 1px solid #b9e0e8;
  border-radius: 50%;
  color: #086f87;
  display: flex;
  font-size: 1.3rem;
  font-weight: 900;
  height: 58px;
  justify-content: center;
  overflow: hidden;
  text-decoration: none;
  width: 58px;
}
.hire-local-provider-photo img { height: 100%; object-fit: cover; width: 100%; }
.hire-local-provider-main { min-width: 0; }
.hire-local-provider-meta { align-items: center; color: #60768e; display: flex; flex-wrap: wrap; font-size: .69rem; font-weight: 800; gap: 8px; }
.hire-local-provider-meta span:first-child { background: #e8f8fb; border-radius: 999px; color: #08718b; padding: 4px 7px; }
.hire-local-provider-meta span + span:before { color: #abc0cf; content: "•"; margin-right: 8px; }
.hire-local-provider-card h3 { font-size: 1.04rem; line-height: 1.2; margin: 8px 0 0; }
.hire-local-provider-card h3 a { color: #1e3653; font-weight: 900; text-decoration: none; }
.hire-local-provider-card h3 a:hover { color: #087b9b; }
.hire-local-provider-area { color: #667f98; font-size: .78rem; font-weight: 700; margin: 5px 0 0; }
.hire-local-provider-description { color: #506881; font-size: .82rem; line-height: 1.48; margin: 9px 0 0; max-width: 690px; }
.hire-local-provider-footer { align-items: end; display: flex; gap: 12px; justify-content: space-between; margin-top: 13px; }
.hire-local-provider-footer > div { min-width: 0; }
.hire-local-provider-footer strong { color: #087c62; display: block; font-size: .79rem; font-weight: 900; }
.hire-local-provider-footer span { color: #778a9e; display: block; font-size: .69rem; font-weight: 700; margin-top: 3px; }
.hire-local-provider-footer > a {
  border: 1px solid #bfd2df;
  border-radius: 6px;
  color: #087b9b;
  flex: 0 0 auto;
  font-size: .73rem;
  font-weight: 850;
  padding: 8px 9px;
  text-decoration: none;
}
.hire-local-provider-footer > a:hover { background: #eaf9fc; border-color: #087b9b; }
.hire-local-sidebar { display: grid; gap: 14px; }
.hire-local-side-card {
  background: #fff;
  border: 1px solid #dbe5ef;
  border-radius: 12px;
  padding: 18px;
}
.hire-local-side-card > p { color: #087b9b; margin-bottom: 5px; }
.hire-local-side-card h2 { color: #223a56; font-size: 1rem; font-weight: 900; letter-spacing: -.018em; line-height: 1.15; margin: 0; }
.hire-local-side-card > span { color: #667f98; display: block; font-size: .8rem; line-height: 1.48; margin-top: 9px; }
.hire-local-side-card > a { color: #087b9b; display: inline-block; font-size: .78rem; font-weight: 850; margin-top: 13px; text-decoration: none; }
.hire-local-side-card > a:hover { color: #055d78; text-decoration: underline; }
.hire-local-offer-card { background: #f4fdff; border-color: #bee9f1; }
.hire-local-offer-card h2 { color: #075f78; }
.hire-local-side-card ul { color: #607991; font-size: .78rem; line-height: 1.45; margin: 12px 0 0; padding-left: 18px; }
.hire-local-side-card li + li { margin-top: 6px; }
.hire-local-ad-card { background: #f8fafc; border-style: dashed; }
.hire-local-ad-label { color: #98aabb !important; }
.hire-local-promo-link { display: block !important; margin-top: 6px !important; text-decoration: none !important; }
.hire-local-promo-link strong { color: #334f6b; display: block; font-size: .84rem; }
.hire-local-promo-link span { color: #71879d; display: block; font-size: .75rem; font-weight: 650; line-height: 1.4; margin-top: 5px; }
.hire-local-empty { padding: 54px 25px; text-align: center; }
.hire-local-empty > span { display: block; font-size: 2.1rem; margin-bottom: 9px; }
.hire-local-empty h3 { color: #243d59; font-size: 1.06rem; font-weight: 900; margin: 0; }
.hire-local-empty p { color: #71849a; font-size: .84rem; line-height: 1.5; margin: 9px auto 18px; max-width: 450px; }
.hire-local-empty a { background: #087b9b; border-radius: 7px; color: #fff; display: inline-block; font-size: .79rem; font-weight: 850; padding: 10px 13px; text-decoration: none; }
.hire-local-empty a:hover { background: #056780; color: #fff; }
@media (max-width: 900px) {
  .hire-local-hero,
  .hire-local-layout { grid-template-columns: 1fr; }
  .hire-local-sidebar { grid-template-columns: repeat(2,minmax(0,1fr)); }
  .hire-local-ad-card { grid-column: 1 / -1; }
}
@media (max-width: 650px) {
  .hire-local-shell { padding-top: 16px; }
  .hire-local-wrap { padding: 0 13px; }
  .hire-local-hero { padding: 24px 19px; }
  .hire-local-search { grid-template-columns: minmax(0,1fr) 77px; }
  .hire-local-search button { grid-column: 1 / -1; }
  .hire-local-category-nav { margin-left: -13px; margin-right: -13px; padding-left: 13px; padding-right: 13px; }
  .hire-local-results-heading { align-items: flex-start; flex-direction: column; }
  .hire-local-provider-card { gap: 12px; grid-template-columns: 50px minmax(0,1fr); padding: 16px; }
  .hire-local-provider-photo { height: 47px; width: 47px; }
  .hire-local-provider-footer { align-items: flex-start; flex-direction: column; }
  .hire-local-sidebar { grid-template-columns: 1fr; }
  .hire-local-ad-card { grid-column: auto; }
}
