.hire-pricing-pair-tabs {
  display: none;
}

.hire-pricing-pair-highlight {
  transition: transform 200ms cubic-bezier(0.2, 0, 0, 1);
}

.hire-pricing-pair-labels span {
  transition: color 150ms ease;
}

.hire-pricing-comparison {
  --hire-pricing-right-bleed: max(
    72px,
    calc((100vw - 1128px) / 2)
  );
  box-sizing: border-box;
  width: 100%;
  padding-inline: 24px;
}

.hire-pricing-table-shell {
  --hire-pricing-header-height: 0px;
  --hire-pricing-feature-column-width: 184px;
  container: hire-pricing-table / inline-size;
  position: relative;
  width: 100%;
  margin-top: 72px;
  display: grid;
  grid-template-columns:
    var(--hire-pricing-feature-column-width)
    minmax(0, 1fr);
}

.hire-pricing-feature-column {
  min-width: 0;
  color: var(--hire-ink);
}

.hire-pricing-feature-header {
  box-sizing: border-box;
  height: var(--hire-pricing-header-height);
  border-bottom: 1px solid var(--hire-border);
}

.hire-pricing-feature-row {
  box-sizing: border-box;
  padding: 20px 22px 20px 0;
  border-bottom: 1px solid var(--hire-border);
  font-size: 14px;
  font-weight: 500;
  line-height: 22px;
}

.hire-pricing-plan-region {
  position: relative;
  width: calc(100% + var(--hire-pricing-right-bleed));
  min-width: 0;
}

.hire-pricing-table-wrap {
  --hire-pricing-table-width: 1064px;
  --hire-pricing-plan-free-width: 266px;
  --hire-pricing-plan-nontechnical-width: 266px;
  --hire-pricing-plan-technical-width: 266px;
  --hire-pricing-plan-custom-width: 266px;
  box-sizing: border-box;
  width: 100%;
  padding-inline-end: var(--hire-pricing-right-bleed);
  overflow-x: auto;
  overflow-y: hidden;
  overscroll-behavior-x: contain;
  scroll-padding-left: 0;
  scroll-snap-type: x mandatory;
  scrollbar-width: none;
  -webkit-overflow-scrolling: touch;
}

.hire-pricing-table-wrap::-webkit-scrollbar {
  display: none;
}

.hire-pricing-table-wrap:focus-visible {
  outline: 2px solid #007cff;
  outline-offset: 4px;
}

.hire-pricing-scroll-nav {
  position: absolute;
  top: 0;
  right: var(--hire-pricing-right-bleed);
  left: 0;
  z-index: 5;
  height: var(--hire-pricing-header-height);
  display: flex;
  align-items: center;
  justify-content: space-between;
  pointer-events: none;
}

.hire-pricing-scroll-button {
  appearance: none;
  position: relative;
  width: 40px;
  height: 40px;
  padding: 0;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: #000;
  background: #ffffff;
  border: 0;
  border-radius: 999px;
  box-shadow:
    0 0 0 0.5px rgba(0, 0, 0, 0.07),
    0 4px 4px rgba(0, 0, 0, 0.04);
  cursor: pointer;
  pointer-events: auto;
  transition:
    opacity 160ms ease,
    visibility 160ms ease,
    background-color 160ms ease;
  touch-action: manipulation;
  -webkit-tap-highlight-color: transparent;
}

.hire-pricing-scroll-button::before {
  position: absolute;
  inset: -2px;
  content: "";
}

.hire-pricing-scroll-button:first-child {
  transform: translateX(-50%);
}

.hire-pricing-scroll-button:last-child {
  transform: translateX(50%);
}

.hire-pricing-scroll-button:active {
  background:
    linear-gradient(rgba(0, 0, 0, 0.1), rgba(0, 0, 0, 0.1)),
    #ffffff;
}

.hire-pricing-scroll-button:disabled {
  visibility: hidden;
  opacity: 0;
  cursor: default;
  pointer-events: none;
}

.hire-pricing-scroll-button:focus-visible {
  outline: 2px solid rgba(0, 124, 255, 0.32);
  outline-offset: 3px;
}

.hire-pricing-scroll-button svg {
  width: 24px;
  height: 24px;
  pointer-events: none;
}

@media (hover: hover) and (pointer: fine) {
  .hire-pricing-scroll-button:hover:not(:disabled) {
    background: #fff;
  }
}

.hire-pricing-table {
  width: var(--hire-pricing-table-width);
  min-width: var(--hire-pricing-table-width);
  table-layout: fixed;
  border-collapse: separate;
  border-spacing: 0;
  color: var(--hire-ink);
}

.hire-pricing-table thead th[data-pricing-plan] {
  scroll-snap-align: start;
  scroll-snap-stop: always;
}

.hire-pricing-table th,
.hire-pricing-table td {
  box-sizing: border-box;
  text-align: left;
  vertical-align: top;
}

.hire-pricing-table thead th {
  padding: 0 22px 32px;
  border-bottom: 1px solid var(--hire-border);
  font-weight: 400;
}

.hire-pricing-table tbody td {
  padding: 20px 22px;
  border-bottom: 1px solid var(--hire-border);
  font-size: 14px;
  line-height: 22px;
}

.hire-pricing-table tbody td {
  color: var(--hire-ink-secondary);
  font-weight: 400;
  white-space: pre-line;
}

.hire-pricing-cell-content {
  display: block;
}

.hire-pricing-cell-content--mobile {
  display: none;
}

.hire-pricing-check-icon {
  display: block;
  margin-top: 2px;
}

.hire-pricing-plan-name,
.hire-pricing-plan-price,
.hire-pricing-plan-period {
  margin: 0;
}

.hire-pricing-table .hire-pricing-plan-period {
  white-space: nowrap;
}

.hire-pricing-plan-name {
  color: #007cff;
  font-size: 14px;
  font-weight: 600;
  line-height: 20px;
}

.hire-pricing-plan-price {
  margin-top: 12px;
  color: var(--hire-ink);
  font-size: 32px;
  font-weight: 500;
  line-height: 40px;
  letter-spacing: -0.025em;
  white-space: nowrap;
}

.hire-pricing-plan-period {
  min-height: 22px;
  margin-top: 6px;
  color: var(--hire-ink-secondary);
  font-size: 13px;
  line-height: 22px;
}

.hire-pricing-table thead .hire-button {
  margin-top: 20px;
}

.hire-faq-list {
  position: relative;
  width: 100%;
  margin-top: 64px;
}

.hire-faq-list::before {
  content: "";
  position: absolute;
  top: 0;
  right: 24px;
  left: 24px;
  height: 1px;
  background: var(--hire-border);
}

.hire-faq-item {
  position: relative;
  padding-inline: 24px;
}

.hire-faq-item::after {
  content: "";
  position: absolute;
  right: 24px;
  bottom: 0;
  left: 24px;
  height: 1px;
  background: var(--hire-border);
}

.hire-faq-content {
  display: grid;
  grid-template-rows: 0fr;
  opacity: 0;
  transition:
    grid-template-rows 300ms cubic-bezier(0, 0, 0, 1),
    opacity 300ms cubic-bezier(0, 0, 0, 1);
}

.hire-faq-content__inner {
  min-height: 0;
  overflow: hidden;
}

.hire-faq-item[data-state="opening"] .hire-faq-content {
  animation: hire-faq-expand 300ms cubic-bezier(0, 0, 0, 1) both;
}

.hire-faq-item[data-state="open"] .hire-faq-content {
  grid-template-rows: 1fr;
  opacity: 1;
}

@keyframes hire-faq-expand {
  from {
    grid-template-rows: 0fr;
    opacity: 0;
  }

  to {
    grid-template-rows: 1fr;
    opacity: 1;
  }
}

.hire-faq-item summary {
  box-sizing: border-box;
  min-height: 72px;
  padding: 22px 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 32px;
  color: var(--hire-ink);
  font-size: 20px;
  font-weight: 500;
  line-height: 28px;
  letter-spacing: -0.01em;
  list-style: none;
  cursor: pointer;
}

.hire-faq-item summary::-webkit-details-marker {
  display: none;
}

.hire-faq-item summary::after {
  content: "";
  width: 24px;
  height: 24px;
  flex: 0 0 24px;
  align-self: center;
  color: var(--hire-ink-secondary);
  background:
    linear-gradient(currentColor, currentColor) center / 12px 1px no-repeat,
    linear-gradient(currentColor, currentColor) center / 1px 12px no-repeat;
  transform-origin: center;
  transition: transform 300ms cubic-bezier(0, 0, 0, 1);
}

.hire-faq-item[data-state="opening"] summary::after,
.hire-faq-item[data-state="open"] summary::after {
  transform: rotate(45deg);
}

.hire-faq-item summary:focus-visible {
  border-radius: 4px;
  outline: 2px solid #007cff;
  outline-offset: 4px;
}

.hire-faq-answer {
  box-sizing: border-box;
  width: 100%;
  padding: 0 48px 24px 0;
}

.hire-faq-answer p {
  margin: 0;
  color: var(--hire-ink-secondary);
  font-size: 16px;
  line-height: 27px;
  text-wrap: pretty;
}

.hire-notes {
  padding: 48px 22px 0;
  color: var(--hire-nav-ink);
}

.hire-notes__list {
  max-width: 900px;
  margin: 0;
  padding: 0;
  display: grid;
  gap: 4px;
  list-style: none;
}

.hire-notes__list li {
  display: grid;
  grid-template-columns: 24px minmax(0, 1fr);
  gap: 4px;
  font-size: 11px;
  line-height: 18px;
}

.hire-notes__marker {
  font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", monospace;
  font-variant-numeric: tabular-nums;
}

@media (prefers-reduced-motion: reduce) {
  .hire-pricing-pair-highlight,
  .hire-pricing-pair-labels span,
  .hire-pricing-scroll-button,
  .hire-faq-content,
  .hire-faq-item summary::after {
    transition: none;
  }

  .hire-faq-item[data-state="opening"] .hire-faq-content {
    animation: none;
    grid-template-rows: 1fr;
    opacity: 1;
  }
}
