.hire-final-cta {
  box-sizing: border-box;
  position: relative;
  width: 100vw;
  height: 600px;
  min-height: 600px;
  margin-inline: calc(50% - 50vw);
  margin-top: 96px;
  padding: 76px 72px;
  display: flex;
  align-items: stretch;
  overflow: hidden;
  border-radius: 0;
  /* Readable baseline when JS, WebGL, or the atmosphere chunk is unavailable. */
  background: #000000;
  isolation: isolate;
}

.hire-final-cta__inner {
  position: relative;
  z-index: 1;
  width: min(100%, 1128px);
  height: 100%;
  margin: 0 auto;
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 48px;
}

.hire-final-cta h2 {
  margin: 0;
  color: #ffffff;
  font-size: 36px;
  font-weight: 500;
  line-height: 1.2;
  letter-spacing: -0.02em;
}

.hire-final-cta p {
  max-width: 620px;
  margin: 12px 0 0;
  color: rgba(255, 255, 255, 0.68);
  font-size: 16px;
  line-height: 26px;
}

.hire-final-cta__actions {
  flex: 0 0 auto;
  display: flex;
  align-items: center;
  gap: 8px;
}

.hire-final-cta
  .hire-final-cta__secondary-action.hire-button--secondary {
  border: 0;
  color: #111111;
  background: #ffffff;
  box-shadow: none;
}

.hire-final-cta
  .hire-final-cta__actions
  > button.hire-button.hire-button--secondary {
  border: 1px solid #ffffff;
  color: #ffffff;
  background: transparent;
  box-shadow: none;
}

.hire-button {
  box-sizing: border-box;
  position: relative;
  display: inline-flex;
  flex-shrink: 0;
  align-items: center;
  justify-content: center;
  gap: 8px;
  min-width: 60px;
  border: 0.5px solid rgba(0, 0, 0, 0.1);
  border-radius: 999px;
  appearance: none;
  font-family: inherit;
  font-weight: 500;
  white-space: nowrap;
  text-decoration: none;
  cursor: pointer;
  user-select: none;
  touch-action: manipulation;
  -webkit-tap-highlight-color: transparent;
  transition:
    background-color 150ms ease,
    box-shadow 150ms ease,
    filter 150ms ease,
    opacity 150ms ease,
    transform 150ms ease;
}

.hire-button--sm {
  min-height: 36px;
  padding: 7.5px 14px;
  font-size: 14px;
  line-height: 20px;
}

.hire-button--sm::before {
  content: "";
  position: absolute;
  inset: -4px 0;
}

.hire-button--md {
  min-height: 44px;
  padding: 9.5px 20px;
  font-size: 16px;
  line-height: 24px;
}

.hire-button--primary {
  border: 0;
  color: #ffffff;
  background: linear-gradient(180deg, #5ca4ff 0%, #007cff 98%, #406db0 100%);
  box-shadow: inset 0 0 0 0.5px rgba(0, 0, 0, 0.1);
}

.hire-button--secondary {
  color: var(--hire-ink);
  background: var(--hire-background);
  box-shadow: var(--hire-secondary-shadow);
}

.hire-button--navigation {
  border: 0;
  color: var(--hire-nav-ink);
  background: transparent;
  box-shadow: none;
  transition:
    color 150ms ease,
    background-color 150ms ease,
    box-shadow 150ms ease,
    filter 150ms ease,
    opacity 150ms ease,
    transform 150ms ease;
}

.hire-button:focus-visible {
  outline: 2px solid #007cff;
  outline-offset: 3px;
}

.hire-button:disabled,
.hire-button[aria-disabled="true"] {
  cursor: not-allowed;
  opacity: 0.45;
}

.hire-button:not(:disabled):not([aria-disabled="true"]):active {
  transform: scale(0.97);
}

.hire-footer {
  padding: 0 48px 32px;
}

.hire-legal {
  box-sizing: border-box;
  width: 100%;
  max-width: 1176px;
  margin: 0 auto;
  padding: 24px;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: flex-start;
  column-gap: 18px;
  color: var(--hire-nav-ink);
  font-size: 11px;
  line-height: 18px;
  text-align: left;
}

.hire-legal a {
  min-height: 44px;
  display: inline-flex;
  align-items: center;
  color: inherit;
  text-decoration: none;
  transition: color 150ms ease;
}

.hire-legal a:focus-visible {
  border-radius: 4px;
  outline: 2px solid #007cff;
  outline-offset: 3px;
}
