.hire-sections {
  box-sizing: border-box;
  width: min(100%, 1176px);
  padding-bottom: 48px;
}
.hire-content-section {
  padding: 112px 0 40px;
  scroll-margin-top: var(--hire-header-height);
  -webkit-user-select: text;
  user-select: text;
  -webkit-touch-callout: default;
}

.hire-section-head {
  max-width: 900px;
}

.hire-section-kicker {
  margin: 0 0 20px;
  color: #007cff;
  font-size: 14px;
  font-weight: 600;
  line-height: 20px;
  letter-spacing: 0.04em;
}

.hire-section-head h2 {
  max-width: 820px;
  margin: 0;
  display: grid;
  grid-template-columns: 24px minmax(0, 1fr);
  align-items: start;
  color: var(--hire-ink);
  font-size: 36px;
  font-weight: 500;
  line-height: 1.2;
  letter-spacing: -0.02em;
  text-wrap: balance;
}

.hire-heading-mark {
  width: 24px;
  display: block;
  color: #007cff;
}

.hire-heading-text {
  min-width: 0;
  display: block;
}

.hire-note-ref {
  display: inline-block;
  margin-left: 4px;
  color: var(--hire-nav-ink);
  font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", monospace;
  font-size: 11px;
  font-weight: 500;
  font-variant-numeric: tabular-nums;
  line-height: 0;
  letter-spacing: 0;
  vertical-align: super;
  white-space: nowrap;
  transform: translateY(-8px);
}

.hire-section-lede {
  max-width: 760px;
  margin: 24px 0 0;
  color: var(--hire-ink-secondary);
  font-size: 18px;
  line-height: 30px;
  letter-spacing: 0.01em;
  text-wrap: pretty;
}

.hire-signal-grid {
  margin-top: 64px;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 48px;
}

.hire-signal h3,
.hire-case h3,
.hire-final-cta h3 {
  margin: 0;
  color: var(--hire-ink);
  font-size: 22px;
  font-weight: 500;
  line-height: 30px;
  letter-spacing: -0.01em;
}

.hire-signal p {
  margin: 0;
  color: var(--hire-ink-secondary);
  font-size: 16px;
  line-height: 27px;
}

.hire-signal p {
  margin-top: 14px;
}

.hire-stats {
  margin: 80px 0 0;
  padding-inline: 24px;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 32px;
}

.hire-stat {
  min-width: 0;
  display: flex;
  flex-direction: column;
}

.hire-stat dt {
  color: var(--hire-ink-secondary);
  font-size: 14px;
  line-height: 22px;
}

.hire-stat dd {
  order: -1;
  margin: 0 0 10px;
  color: var(--hire-ink);
  font-size: 48px;
  font-weight: 500;
  line-height: 56px;
  letter-spacing: -0.025em;
  white-space: nowrap;
}

.hire-stat-value {
  position: relative;
  display: inline-block;
  vertical-align: top;
  white-space: pre;
}

.hire-stat-value__sizer {
  display: inline-block;
  visibility: hidden;
  white-space: pre;
}

.hire-stat-value__fallback,
.hire-stat-value__live {
  position: absolute;
  inset: 0 auto auto 0;
  white-space: pre;
}

.hire-stat-value__fallback.is-concealed {
  color: transparent;
}

.hire-stat-value__live {
  width: 100%;
  height: 100%;
  display: block;
  pointer-events: none;
}

.hire-stat-value__live.is-retiring {
  visibility: hidden;
}

.hire-why-description {
  margin-top: 72px;
  padding-inline: 24px;
}

.hire-why-description .hire-section-lede {
  margin-top: 0;
}

@media (min-width: 901px) {
  .hire-why-description .hire-section-lede {
    max-width: 564px;
  }
}

.hire-karaoke__text {
  display: inline;
  color: var(--hire-ink-secondary);
  font-weight: 400;
}

.hire-karaoke__token {
  display: inline-grid;
  vertical-align: baseline;
  white-space: nowrap;
}

.hire-karaoke__base,
.hire-karaoke__overlay {
  grid-area: 1 / 1;
}

.hire-karaoke__base {
  color: var(--hire-ink-secondary);
  font-weight: 400;
  clip-path: inset(0);
}

.hire-karaoke__overlay {
  color: #007cff;
  font-weight: 600;
  clip-path: inset(0 100% 0 0);
  pointer-events: none;
  -webkit-user-select: none;
  user-select: none;
}

.hire-karaoke__overlay::before {
  content: attr(data-text);
}

.hire-karaoke__text.is-complete .hire-karaoke__base {
  color: #007cff;
  font-weight: 600;
  clip-path: inset(0);
}

.hire-karaoke__text.is-complete .hire-karaoke__overlay {
  visibility: hidden;
  clip-path: inset(0);
}

@media (prefers-reduced-motion: reduce) {
  .hire-karaoke__overlay {
    visibility: hidden;
  }

  .hire-karaoke__text.is-active .hire-karaoke__base {
    color: #007cff;
    font-weight: 600;
    clip-path: inset(0);
  }
}
