/**
 * Healthcare Staffing Solutions — rebuilt page styles only.
 * Namespace: .ftx-hs
 */

.ftx-hs {
  --hs-ink: #141322;
  --hs-mute: #5a5a6e;
  --hs-line: rgba(20, 19, 34, 0.12);
  --hs-line-soft: rgba(255, 255, 255, 0.16);
  --hs-mist: #f4f2f7;
  --hs-fog: #f5f6fa;
  --hs-faq: #f5f6fa;
  --hs-lavender: #f6f3fb;
  --hs-white: #ffffff;
  --hs-ink-bg: #151126;
  --hs-ink-2: #1f1836;
  --hs-brand: var(--theme, #6941c6);
  color: var(--hs-ink);
}

.ftx-hs .container.rr-container-1410 {
  max-width: 1220px;
}

.ftx-hs a {
  text-decoration: none;
}

/* Shared type */
.ftx-hs-kicker {
  margin: 0 0 18px;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.72);
}

.ftx-hs-kicker--brand {
  color: var(--hs-brand);
}

.ftx-hs-display {
  margin: 0;
  font-size: clamp(34px, 4.6vw, 52px);
  line-height: 1.08;
  font-weight: 700;
  letter-spacing: -0.03em;
  color: var(--hs-ink);
}

.ftx-hs-display--light {
  color: #fff;
}

.ftx-hs-prose {
  margin: 0 0 18px;
  font-size: 18px;
  line-height: 1.7;
  color: var(--hs-mute);
}

.ftx-hs-prose:last-child {
  margin-bottom: 0;
}

.ftx-hs-prose--narrow {
  max-width: 560px;
  margin-top: 18px;
}

.ftx-hs-prose--on-dark {
  color: rgba(255, 255, 255, 0.76);
  max-width: 520px;
  margin-top: 20px;
}

.ftx-hs-textlink {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  margin-top: 8px;
  font-size: 16px;
  font-weight: 700;
  color: var(--hs-brand);
}

.ftx-hs-textlink i {
  font-size: 13px;
  transition: transform 0.2s ease;
}

.ftx-hs-textlink:hover i {
  transform: translateX(4px);
}

.ftx-hs-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  align-items: center;
  margin-top: 28px;
}

.ftx-hs-ghost {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 52px;
  padding: 0 22px;
  border: 1px solid rgba(255, 255, 255, 0.35);
  border-radius: 999px;
  color: #fff;
  font-size: 15px;
  font-weight: 600;
  transition: background 0.2s ease, border-color 0.2s ease;
}

.ftx-hs-ghost:hover {
  background: rgba(255, 255, 255, 0.08);
  border-color: #fff;
  color: #fff;
}

.ftx-hs-band {
  padding: 110px 0;
  content-visibility: auto;
  contain-intrinsic-size: 1px 720px;
}

.ftx-hs-band--mist {
  background: var(--hs-mist);
}

.ftx-hs-band--fog {
  background: var(--hs-fog);
}

.ftx-hs-band--faq {
  background: var(--hs-faq);
  color: var(--hs-ink);
}

.ftx-hs-band--white {
  background: var(--hs-white);
}

.ftx-hs-band--ink {
  background:
    radial-gradient(circle at 80% 0%, rgba(105, 65, 198, 0.2), transparent 42%),
    linear-gradient(180deg, var(--hs-ink-bg), var(--hs-ink-2));
  color: #fff;
}

.ftx-hs-section-intro {
  margin-bottom: 48px;
}

/* Compact breadcrumb — plain text only (no theme pill / no rr-breadcrumb) */
.ftx-hs-bc {
  margin: 0 0 14px;
  padding: 0;
  font-size: 13px;
  font-weight: 500;
  line-height: 1.4;
  color: rgba(255, 255, 255, 0.72);
  background: none;
  border: 0;
  border-radius: 0;
  box-shadow: none;
}

.ftx-hs-bc a {
  color: rgba(255, 255, 255, 0.78);
  text-decoration: none;
  font-weight: 500;
}

.ftx-hs-bc a:hover {
  color: #fff;
}

.ftx-hs-bc span:last-child {
  color: #fff;
  font-weight: 600;
}

@media only screen and (max-width: 575px) {
  .ftx-hs-bc {
    font-size: 12px;
    margin-bottom: 10px;
  }
}

/* ========== 1. HERO ========== */
.ftx-hs-hero {
  position: relative;
  min-height: clamp(560px, 68vh, 680px);
  display: flex;
  align-items: flex-end;
  overflow: hidden;
  color: #fff;
}

.ftx-hs-hero__media,
.ftx-hs-hero__veil {
  position: absolute;
  inset: 0;
}

.ftx-hs-hero__media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: 72% center;
}

.ftx-hs-hero__veil {
  background:
    linear-gradient(105deg, rgba(14, 10, 32, 0.94) 0%, rgba(24, 16, 52, 0.78) 46%, rgba(36, 22, 78, 0.42) 100%),
    linear-gradient(180deg, rgba(10, 8, 24, 0.2), rgba(10, 8, 24, 0.72));
}

.ftx-hs-hero__content {
  position: relative;
  z-index: 1;
  max-width: 740px;
  padding: 130px 0 80px;
}

.ftx-hs-hero__title {
  margin: 0;
  font-size: clamp(40px, 6vw, 68px);
  line-height: 1.02;
  font-weight: 700;
  letter-spacing: -0.035em;
  color: #fff;
}

.ftx-hs-hero__lead {
  margin: 22px 0 0;
  max-width: 540px;
  font-size: 18px;
  line-height: 1.65;
  color: rgba(255, 255, 255, 0.82);
}

/* ========== 2. OPPORTUNITY — asymmetric editorial ========== */
.ftx-hs-split--opportunity {
  display: grid;
  grid-template-columns: minmax(0, 1.15fr) minmax(0, 0.85fr);
  gap: 64px;
  align-items: start;
}

.ftx-hs-split__left .ftx-hs-display {
  margin-top: 8px;
}

/* ========== 3. MANIFESTO ROWS ========== */
.ftx-hs-manifesto {
  margin-top: 56px;
}

.ftx-hs-manifesto__row {
  display: grid;
  grid-template-columns: 100px minmax(0, 1fr) 48px;
  gap: 24px;
  align-items: center;
  padding: 34px 0;
  border-top: 1px solid var(--hs-line-soft);
  color: inherit;
  text-decoration: none;
  transition: padding-left 0.25s ease, background 0.25s ease;
}

.ftx-hs-manifesto__row:last-child {
  border-bottom: 1px solid var(--hs-line-soft);
}

.ftx-hs-manifesto__row:hover {
  padding-left: 12px;
  background: rgba(255, 255, 255, 0.03);
}

.ftx-hs-manifesto__num {
  font-size: 56px;
  font-weight: 700;
  line-height: 1;
  color: rgba(255, 255, 255, 0.22);
  transition: color 0.25s ease;
}

.ftx-hs-manifesto__row:hover .ftx-hs-manifesto__num {
  color: var(--hs-brand);
}

.ftx-hs-manifesto__title {
  display: block;
  margin-bottom: 8px;
  font-size: 28px;
  font-weight: 700;
  letter-spacing: -0.02em;
  color: #fff;
  text-transform: uppercase;
}

.ftx-hs-manifesto__text {
  display: block;
  max-width: 560px;
  font-size: 17px;
  line-height: 1.55;
  color: rgba(255, 255, 255, 0.7);
}

.ftx-hs-manifesto__arrow {
  justify-self: end;
  color: var(--hs-brand);
  opacity: 0;
  transform: translateX(-8px);
  transition: opacity 0.25s ease, transform 0.25s ease;
}

.ftx-hs-manifesto__row:hover .ftx-hs-manifesto__arrow {
  opacity: 1;
  transform: translateX(0);
}

/* ========== 4. MODELS — white editorial list ========== */
.ftx-hs-models__row {
  display: grid;
  grid-template-columns: 72px minmax(0, 1fr) 40px;
  gap: 20px;
  align-items: center;
  padding: 30px 8px;
  border-top: 1px solid var(--hs-line);
  color: inherit;
  text-decoration: none;
  transition: transform 0.2s ease, background 0.2s ease;
}

.ftx-hs-models__row:last-child {
  border-bottom: 1px solid var(--hs-line);
}

.ftx-hs-models__row:hover {
  transform: translateX(8px);
  background: linear-gradient(90deg, rgba(105, 65, 198, 0.05), transparent 50%);
}

.ftx-hs-models__index {
  font-size: 32px;
  font-weight: 700;
  color: rgba(20, 19, 34, 0.28);
  transition: color 0.2s ease;
}

.ftx-hs-models__row:hover .ftx-hs-models__index {
  color: var(--hs-brand);
}

.ftx-hs-models__name {
  display: block;
  margin-bottom: 6px;
  font-size: 26px;
  font-weight: 700;
  letter-spacing: -0.02em;
  color: var(--hs-ink);
}

.ftx-hs-models__desc {
  display: block;
  font-size: 16px;
  line-height: 1.55;
  color: var(--hs-mute);
}

.ftx-hs-models__go {
  color: var(--hs-brand);
  opacity: 0.35;
  transition: opacity 0.2s ease, transform 0.2s ease;
}

.ftx-hs-models__row:hover .ftx-hs-models__go {
  opacity: 1;
  transform: translateX(4px);
}

/* ========== 5. TALENT — image composition ========== */
.ftx-hs-talent {
  display: grid;
  grid-template-columns: minmax(0, 0.9fr) minmax(0, 1.1fr);
  gap: 56px;
  align-items: stretch;
}

.ftx-hs-talent__media {
  margin: 0;
}

.ftx-hs-talent__media img {
  display: block;
  width: 100%;
  height: 100%;
  min-height: 560px;
  object-fit: cover;
}

.ftx-hs-talent__panel .ftx-hs-display {
  margin-bottom: 36px;
}

.ftx-hs-cats {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 32px 40px;
}

.ftx-hs-cat__title {
  margin: 0 0 12px;
  padding-bottom: 10px;
  border-bottom: 2px solid var(--hs-brand);
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: var(--hs-ink);
}

.ftx-hs-cat__list {
  list-style: none;
  margin: 0;
  padding: 0;
}

.ftx-hs-cat__list li {
  padding: 11px 0;
  border-bottom: 1px solid var(--hs-line);
  font-size: 16px;
  line-height: 1.4;
  color: var(--hs-ink);
}

.ftx-hs-cat__list li:last-child {
  border-bottom: 0;
}

/* ========== 6. TIMELINE ========== */
.ftx-hs-timeline {
  list-style: none;
  margin: 56px 0 0;
  padding: 0;
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 20px;
  position: relative;
}

.ftx-hs-timeline::before {
  content: "";
  position: absolute;
  top: 26px;
  left: 3%;
  right: 3%;
  height: 1px;
  background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.3), transparent);
}

.ftx-hs-timeline__step {
  position: relative;
  z-index: 1;
}

.ftx-hs-timeline__num {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 52px;
  height: 52px;
  margin-bottom: 22px;
  border: 1px solid rgba(255, 255, 255, 0.28);
  border-radius: 50%;
  background: var(--hs-ink-bg);
  font-size: 14px;
  font-weight: 700;
  color: #fff;
}

.ftx-hs-timeline__title {
  margin: 0 0 10px;
  font-size: 22px;
  font-weight: 700;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  color: #fff;
}

.ftx-hs-timeline__text {
  margin: 0;
  font-size: 15px;
  line-height: 1.55;
  color: rgba(255, 255, 255, 0.68);
}

/* ========== 7. PARTNER editorial ========== */
.ftx-hs-partner {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
  gap: 56px;
  align-items: center;
}

.ftx-hs-partner__copy .ftx-hs-display {
  margin-bottom: 22px;
}

.ftx-hs-stacked {
  margin: 40px 0 0;
  display: grid;
  gap: 4px;
}

.ftx-hs-stacked span {
  display: block;
  font-size: clamp(40px, 5vw, 64px);
  line-height: 1.05;
  font-weight: 700;
  letter-spacing: -0.04em;
  color: var(--hs-ink);
}

.ftx-hs-stacked span:nth-child(2) {
  color: var(--hs-brand);
}

.ftx-hs-partner__media {
  margin: 0;
}

.ftx-hs-partner__media img {
  display: block;
  width: 100%;
  height: min(560px, 70vh);
  object-fit: cover;
}

.ftx-hs-partner__media figcaption {
  margin-top: 12px;
  font-size: 14px;
  color: var(--hs-mute);
}

/* ========== 8. ECOSYSTEM ========== */
.ftx-hs-eco .ftx-hs-display {
  margin-bottom: 40px;
}

.ftx-hs-eco__list {
  list-style: none;
  margin: 0;
  padding: 0;
}

.ftx-hs-eco__link {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  padding: 26px 0;
  border-top: 1px solid var(--hs-line-soft);
  color: rgba(255, 255, 255, 0.9);
  font-size: clamp(28px, 4.2vw, 46px);
  font-weight: 700;
  letter-spacing: -0.03em;
  line-height: 1.1;
  transition: color 0.2s ease, padding-left 0.2s ease;
}

.ftx-hs-eco__list li:last-child .ftx-hs-eco__link {
  border-bottom: 1px solid var(--hs-line-soft);
}

.ftx-hs-eco__link i {
  font-size: 18px;
  opacity: 0;
  transform: translateX(-10px);
  color: var(--hs-brand);
  transition: opacity 0.2s ease, transform 0.2s ease;
}

.ftx-hs-eco__link:hover {
  color: #fff;
  padding-left: 12px;
}

.ftx-hs-eco__link:hover i {
  opacity: 1;
  transform: translateX(0);
}

/* ========== 9. FAQ ========== */
.ftx-hs-faq {
  max-width: 860px;
  margin-top: 40px;
}

.ftx-hs-faq__item {
  border-bottom: 1px solid rgba(20, 19, 34, 0.12);
}

.ftx-hs-faq__item:first-child {
  border-top: 1px solid rgba(20, 19, 34, 0.12);
}

.ftx-hs-faq__item summary {
  list-style: none;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  padding: 22px 0;
  cursor: pointer;
  font-size: 20px;
  font-weight: 700;
  line-height: 1.35;
  color: var(--hs-ink);
  background: transparent;
}

.ftx-hs-faq__item summary::-webkit-details-marker {
  display: none;
}

.ftx-hs-faq__item summary i {
  flex-shrink: 0;
  color: var(--hs-brand);
  transition: transform 0.2s ease, color 0.2s ease;
}

.ftx-hs-faq__item[open] summary {
  color: var(--hs-brand);
}

.ftx-hs-faq__item[open] summary i {
  transform: rotate(45deg);
  color: var(--hs-brand);
}

.ftx-hs-faq__item p {
  margin: 0 0 22px;
  max-width: 720px;
  font-size: 17px;
  line-height: 1.7;
  color: var(--hs-mute);
}

/* ========== 10. RELATED ========== */
.ftx-hs-related {
  margin-top: 40px;
}

.ftx-hs-related__row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  padding: 30px 8px;
  border-top: 1px solid rgba(20, 19, 34, 0.1);
  color: inherit;
  transition: transform 0.2s ease, background 0.2s ease, padding-left 0.2s ease;
}

.ftx-hs-related__row:last-child {
  border-bottom: 1px solid rgba(20, 19, 34, 0.1);
}

.ftx-hs-related__row:hover {
  transform: translateX(6px);
  padding-left: 16px;
  background: linear-gradient(90deg, rgba(105, 65, 198, 0.06), transparent 60%);
}

.ftx-hs-related__title {
  display: block;
  font-size: clamp(22px, 2.6vw, 28px);
  font-weight: 700;
  letter-spacing: -0.02em;
  color: var(--hs-ink);
  transition: color 0.2s ease;
}

.ftx-hs-related__row:hover .ftx-hs-related__title {
  color: var(--hs-brand);
}

.ftx-hs-related__row i {
  color: var(--hs-brand);
  transition: transform 0.2s ease;
}

.ftx-hs-related__row:hover i {
  transform: translateX(6px);
}

/* ========== 11. CTA — light lavender (footer is the dark anchor) ========== */
.ftx-hs-cta {
  position: relative;
  overflow: hidden;
  padding: 110px 0;
  color: var(--hs-ink);
  background:
    radial-gradient(ellipse 55% 70% at 88% 20%, rgba(105, 65, 198, 0.16), transparent 58%),
    radial-gradient(ellipse 40% 50% at 8% 90%, rgba(105, 65, 198, 0.08), transparent 55%),
    linear-gradient(135deg, #faf9fc 0%, #f3eefb 48%, #f7f4fc 100%);
}

.ftx-hs-cta__glow {
  position: absolute;
  inset: auto -8% -30% auto;
  width: min(520px, 55vw);
  height: min(520px, 55vw);
  border-radius: 50%;
  background: radial-gradient(circle, rgba(105, 65, 198, 0.14), transparent 68%);
  pointer-events: none;
}

.ftx-hs-cta .container {
  position: relative;
  z-index: 1;
}

.ftx-hs-cta__grid {
  display: grid;
  grid-template-columns: minmax(0, 1.05fr) minmax(0, 0.95fr);
  gap: 48px;
  align-items: center;
}

.ftx-hs-cta__copy .ftx-hs-prose {
  max-width: 520px;
  margin-top: 18px;
  color: var(--hs-mute);
}

.ftx-hs-cta__mail {
  display: inline-flex;
  align-items: center;
  min-height: 52px;
  padding: 0 8px;
  font-size: 16px;
  font-weight: 700;
  color: var(--hs-brand);
  transition: color 0.2s ease, opacity 0.2s ease;
}

.ftx-hs-cta__mail:hover {
  color: #5530ad;
  opacity: 0.9;
}

.ftx-hs-cta__media {
  margin: 0;
  border-radius: 18px;
  overflow: hidden;
  box-shadow: 0 24px 48px rgba(28, 28, 37, 0.12);
  border: 1px solid rgba(105, 65, 198, 0.12);
}

.ftx-hs-cta__media img {
  display: block;
  width: 100%;
  height: min(460px, 55vh);
  object-fit: cover;
}

/* ========== Responsive ========== */
@media only screen and (max-width: 1199px) {
  .ftx-hs-band,
  .ftx-hs-cta {
    padding: 88px 0;
  }

  .ftx-hs-split--opportunity,
  .ftx-hs-talent,
  .ftx-hs-partner,
  .ftx-hs-cta__grid {
    grid-template-columns: 1fr;
    gap: 36px;
  }

  .ftx-hs-timeline {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 28px 18px;
  }

  .ftx-hs-timeline::before {
    display: none;
  }
}

@media only screen and (max-width: 767px) {
  .ftx-hs-hero {
    min-height: clamp(480px, 78vh, 560px);
  }

  .ftx-hs-hero__content {
    padding: 100px 0 56px;
  }

  .ftx-hs-hero__title {
    font-size: clamp(34px, 9vw, 42px);
  }

  .ftx-hs-band,
  .ftx-hs-cta {
    padding: 72px 0;
  }

  .ftx-hs-prose,
  .ftx-hs-hero__lead {
    font-size: 16px;
  }

  .ftx-hs-manifesto__row,
  .ftx-hs-models__row {
    grid-template-columns: 56px minmax(0, 1fr);
  }

  .ftx-hs-manifesto__arrow,
  .ftx-hs-models__go {
    display: none;
  }

  .ftx-hs-manifesto__num {
    font-size: 36px;
  }

  .ftx-hs-manifesto__title {
    font-size: 20px;
  }

  .ftx-hs-models__name,
  .ftx-hs-related__title {
    font-size: 20px;
  }

  .ftx-hs-cats,
  .ftx-hs-timeline {
    grid-template-columns: 1fr;
  }

  .ftx-hs-talent__media img,
  .ftx-hs-partner__media img {
    min-height: 280px;
    height: 320px;
  }

  .ftx-hs-eco__link {
    font-size: 24px;
    padding: 18px 0;
  }

  .ftx-hs-faq__item summary {
    font-size: 17px;
  }

  .ftx-hs-actions {
    width: 100%;
  }

  .ftx-hs-actions .rr-btn,
  .ftx-hs-ghost {
    width: 100%;
    justify-content: center;
  }

  .ftx-hs-stacked span {
    font-size: 36px;
  }
}
