/* Find Healthcare Talent — hero */

body.page-find-healthcare-talent {
    --fht-navy: #0a1172;
    --fht-teal: #14857e;
    --fht-green: #1d9a6e;
    --fht-text: #4b5563;
    --fht-bg: #f3f5f8;
    --fht-card-bg: #f5f7fa;
    --fht-card-border: #e8edf3;
}

body.page-find-healthcare-talent .fht-hero {
    padding: 56px 0 80px;
    background: var(--fht-bg);
}

body.page-find-healthcare-talent .fht-hero__grid {
    display: grid;
    grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
    gap: clamp(36px, 5vw, 72px);
    align-items: center;
}

body.page-find-healthcare-talent .fht-hero__title {
    margin: 0 0 22px;
    font-size: clamp(2rem, 4vw, 2.75rem);
    font-weight: 800;
    line-height: 1.15;
    letter-spacing: -0.03em;
    color: var(--fht-navy);
}

body.page-find-healthcare-talent .fht-hero__accent {
    color: var(--fht-teal);
}

body.page-find-healthcare-talent .fht-hero__rotator {
    display: inline-block;
    vertical-align: top;
    text-align: left;
}

body.page-find-healthcare-talent .fht-hero__rotator-window {
    display: inline-block;
    overflow: hidden;
    height: 1.15em;
    vertical-align: bottom;
}

body.page-find-healthcare-talent .fht-hero__rotator-track {
    display: block;
    transform: translateY(calc(var(--rotator-index, 0) * -1.15em));
    transition: transform 0.55s var(--ease-motion, cubic-bezier(0.16, 1, 0.3, 1));
}

body.page-find-healthcare-talent .fht-hero__rotator-item {
    display: block;
    height: 1.15em;
    line-height: 1.15em;
    white-space: nowrap;
}

@media (prefers-reduced-motion: reduce) {
    body.page-find-healthcare-talent .fht-hero__rotator-track {
        transition: none;
    }
}

body.page-find-healthcare-talent .fht-hero__lead {
    max-width: 34rem;
    margin: 0 0 32px;
    font-size: 1.0625rem;
    line-height: 1.65;
    color: var(--fht-text);
}

body.page-find-healthcare-talent .fht-hero__brand {
    font-weight: 700;
    color: var(--fht-navy);
}

body.page-find-healthcare-talent .fht-hero__actions {
    display: flex;
    flex-wrap: wrap;
    gap: 14px;
}

body.page-find-healthcare-talent .fht-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 14px 26px;
    font-family: inherit;
    font-size: 0.9375rem;
    font-weight: 700;
    line-height: 1.2;
    border-radius: 8px;
    text-decoration: none;
    transition:
        background-color var(--duration-ui) var(--ease-motion),
        color var(--duration-ui) var(--ease-motion),
        border-color var(--duration-ui) var(--ease-motion),
        box-shadow var(--duration-ui) var(--ease-motion);
}

body.page-find-healthcare-talent .fht-btn--primary {
    background: var(--fht-navy);
    color: #ffffff;
    border: 2px solid var(--fht-navy);
    box-shadow: 0 4px 14px rgba(10, 17, 114, 0.22);
}

body.page-find-healthcare-talent .fht-btn--primary:hover {
    background: #080d5c;
    border-color: #080d5c;
    box-shadow: 0 6px 20px rgba(10, 17, 114, 0.28);
}

body.page-find-healthcare-talent .fht-btn--outline {
    background: #ffffff;
    color: var(--fht-navy);
    border: 2px solid var(--fht-navy);
}

body.page-find-healthcare-talent .fht-btn--outline:hover {
    background: rgba(10, 17, 114, 0.05);
}

body.page-find-healthcare-talent .fht-hero__visual {
    position: relative;
}

body.page-find-healthcare-talent .fht-hero__image-wrap {
    border-radius: 18px;
    overflow: hidden;
    aspect-ratio: 3 / 2;
}

body.page-find-healthcare-talent .fht-hero__image {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}

body.page-find-healthcare-talent .fht-hero__stat-card {
    position: absolute;
    right: -8px;
    bottom: 28px;
    z-index: 2;
    width: min(100%, 260px);
    padding: 18px 20px 16px;
    background: #ffffff;
    border: 1px solid rgba(226, 232, 240, 0.9);
    border-radius: 14px;
    box-shadow: 0 8px 32px rgba(15, 23, 42, 0.12);
    opacity: .93;
}

body.page-find-healthcare-talent .fht-hero__stat-icon {
    display: block;
    margin-bottom: 8px;
    line-height: 0;
}

body.page-find-healthcare-talent .fht-hero__stat-icon-img {
    display: block;
    width: 50px;
    height: auto;
}

body.page-find-healthcare-talent .fht-hero__stat-value {
    margin: 0 0 6px;
    font-size: 2rem;
    font-weight: 800;
    line-height: 1;
    letter-spacing: -0.03em;
    color: var(--fht-navy);
}

body.page-find-healthcare-talent .fht-hero__stat-caption {
    margin: 0;
    font-size: 0.8125rem;
    line-height: 1.45;
    color: #64748b;
}

/* Hiring partners */
body.page-find-healthcare-talent .fht-partners {
    padding: 64px 0 80px;
    background: #ffffff;
}

body.page-find-healthcare-talent .fht-partners__inner {
    max-width: 1200px;
    margin-inline: auto;
    text-align: center;
}

body.page-find-healthcare-talent .fht-partners__title {
    margin: 0 auto 48px;
    max-width: 28rem;
    font-size: clamp(1.625rem, 2.6vw, 2.125rem);
    font-weight: 800;
    line-height: 1.28;
    letter-spacing: -0.03em;
    color: var(--fht-navy);
}

body.page-find-healthcare-talent .fht-partners__logos {
    display: grid;
    grid-template-columns: repeat(7, minmax(0, 1fr));
    align-items: center;
    justify-items: center;
    gap: clamp(16px, 2.5vw, 32px);
    margin: 0;
    padding: 0;
    list-style: none;
}

body.page-find-healthcare-talent .fht-partners__item {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    min-height: 64px;
    padding: 4px 6px;
}

body.page-find-healthcare-talent .fht-partners__logo {
    display: block;
    width: auto;
    max-width: 100%;
    height: auto;
    max-height: 52px;
    object-fit: contain;
    object-position: center;
}

/* Problem with agency hiring */
body.page-find-healthcare-talent .fht-agency {
    padding: 72px 0 80px;
    background: #ffffff;
}

body.page-find-healthcare-talent .fht-agency__inner {
    max-width: 1180px;
    margin-inline: auto;
}

body.page-find-healthcare-talent .fht-agency__header {
    max-width: 820px;
    margin: 0 auto 48px;
    text-align: center;
}

body.page-find-healthcare-talent .fht-agency__eyebrow {
    margin: 0 0 14px;
    font-size: 0.75rem;
    font-weight: 700;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    color: var(--fht-green);
}

body.page-find-healthcare-talent .fht-agency__title {
    margin: 0 0 20px;
    font-size: clamp(1.65rem, 3.2vw, 2.25rem);
    font-weight: 800;
    line-height: 1.22;
    letter-spacing: -0.03em;
    color: var(--fht-navy);
}

body.page-find-healthcare-talent .fht-agency__lead {
    margin: 0;
    font-size: 1rem;
    line-height: 1.7;
    color: #5c6370;
}

body.page-find-healthcare-talent .fht-agency__cards {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 20px;
    margin: 0 0 40px;
    padding: 0;
    list-style: none;
}

body.page-find-healthcare-talent .fht-agency-card {
    padding: 24px 22px 26px;
    background: var(--fht-card-bg);
    border: 1px solid var(--fht-card-border);
    border-radius: 14px;
    text-align: left;
}

body.page-find-healthcare-talent .fht-agency-card__icon {
    display: block;
    width: 48px;
    height: 48px;
    margin-bottom: 16px;
    object-fit: contain;
}

body.page-find-healthcare-talent .fht-agency-card__title {
    margin: 0 0 12px;
    font-size: 1.0625rem;
    font-weight: 700;
    line-height: 1.3;
    color: var(--fht-navy);
}

body.page-find-healthcare-talent .fht-agency-card__text {
    margin: 0;
    font-size: 0.875rem;
    line-height: 1.6;
    color: #5c6370;
}

body.page-find-healthcare-talent .fht-agency__cta-wrap {
    text-align: center;
}

body.page-find-healthcare-talent .fht-agency__cta {
    padding: 16px 32px;
    font-size: 0.875rem;
    letter-spacing: 0.04em;
    text-transform: uppercase;
}

/* Why Talent Hub — hub layout */
body.page-find-healthcare-talent .fht-why {
    padding: 80px 0 96px;
    background: #f4f7fa;
}

body.page-find-healthcare-talent .fht-why__inner {
    max-width: 1240px;
    margin-inline: auto;
}

body.page-find-healthcare-talent .fht-why__header {
    max-width: 860px;
    margin: 0 auto 56px;
    text-align: center;
}

body.page-find-healthcare-talent .fht-why__eyebrow {
    margin: 0 0 14px;
    font-size: 0.75rem;
    font-weight: 700;
    letter-spacing: 0.12em;
    text-transform: uppercase;
    color: var(--fht-green);
}

body.page-find-healthcare-talent .fht-why__title {
    margin: 0 0 16px;
    font-size: clamp(1.75rem, 3.4vw, 2.375rem);
    font-weight: 800;
    line-height: 1.2;
    letter-spacing: -0.03em;
    color: var(--fht-navy);
}

body.page-find-healthcare-talent .fht-why__subtitle {
    margin: 0;
    font-size: 1.0625rem;
    line-height: 1.55;
    color: #5c6370;
}

body.page-find-healthcare-talent .fht-why__hub {
    position: relative;
    display: grid;
    grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
    column-gap: clamp(48px, 10vw, 120px);
    row-gap: 24px;
    align-items: center;
}

body.page-find-healthcare-talent .fht-why__center {
    position: absolute;
    left: 50%;
    top: 50%;
    z-index: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    transform: translate(-50%, -50%);
    pointer-events: none;
}

body.page-find-healthcare-talent .fht-why__graphic {
    display: block;
    width: 100%;
    height: auto;
    height: min(auto, auto);
    object-fit: contain;
    position: relative;
    left: 1rem;
}

body.page-find-healthcare-talent .fht-why__col {
    position: relative;
    z-index: 1;
    display: flex;
    flex-direction: column;
    gap: 24px;
}

body.page-find-healthcare-talent .fht-why-card {
    padding: 24px 22px 26px;
    background: #ffffff;
    border-radius: 12px;
    box-shadow: 0 2px 16px rgba(15, 23, 42, 0.07), 0 1px 4px rgba(15, 23, 42, 0.04);
    text-align: left;
}

body.page-find-healthcare-talent .fht-why-card__head {
    display: flex;
    align-items: flex-start;
    gap: 14px;
    margin-bottom: 12px;
}

body.page-find-healthcare-talent .fht-why-card__icon {
    flex-shrink: 0;
    width: 36px;
    height: 36px;
    object-fit: contain;
}

body.page-find-healthcare-talent .fht-why-card__title {
    margin: 0;
    padding-top: 2px;
    font-size: 1rem;
    font-weight: 700;
    line-height: 1.35;
    color: var(--fht-navy);
}

body.page-find-healthcare-talent .fht-why-card__text {
    margin: 0;
    padding-left: 50px;
    font-size: 0.875rem;
    line-height: 1.65;
    color: #5c6370;
}

/* How It Works */
body.page-find-healthcare-talent .fht-how {
    --fht-how-bg: #002b49;
    --fht-how-muted: #a8b8d4;
    padding: 72px 0 88px;
    background: var(--fht-how-bg);
    color: #ffffff;
}

body.page-find-healthcare-talent .fht-how__inner {
    max-width: 1180px;
    margin-inline: auto;
}

body.page-find-healthcare-talent .fht-how__header {
    max-width: 820px;
    margin: 0 auto 48px;
    text-align: center;
}

body.page-find-healthcare-talent .fht-how__eyebrow {
    margin: 0 0 14px;
    font-size: 0.75rem;
    font-weight: 700;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    color: var(--fht-teal);
}

body.page-find-healthcare-talent .fht-how__title {
    margin: 0 0 16px;
    font-size: clamp(1.65rem, 3.2vw, 2.25rem);
    font-weight: 800;
    line-height: 1.22;
    letter-spacing: -0.03em;
    color: #ffffff;
}

body.page-find-healthcare-talent .fht-how__lead {
    margin: 0;
    font-size: 1.0625rem;
    line-height: 1.55;
    color: var(--fht-how-muted);
}

body.page-find-healthcare-talent .fht-how__steps {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: clamp(20px, 3vw, 36px);
    margin: 0 0 44px;
    padding: 0;
    list-style: none;
}

body.page-find-healthcare-talent .fht-how-step {
    text-align: center;
}

body.page-find-healthcare-talent .fht-how-step__badge {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 52px;
    height: 52px;
    margin-bottom: 18px;
    border-radius: 50%;
    background: var(--fht-teal);
    font-size: 1.25rem;
    font-weight: 700;
    line-height: 1;
    color: #ffffff;
}

body.page-find-healthcare-talent .fht-how-step__title {
    margin: 0 0 12px;
    font-size: 1rem;
    font-weight: 700;
    line-height: 1.35;
    color: #ffffff;
}

body.page-find-healthcare-talent .fht-how-step__text {
    margin: 0;
    font-size: 0.875rem;
    line-height: 1.6;
    color: var(--fht-how-muted);
}

body.page-find-healthcare-talent .fht-how__cta-wrap {
    text-align: center;
}

body.page-find-healthcare-talent .fht-btn--teal {
    background: var(--fht-teal);
    color: #ffffff;
    border: 2px solid var(--fht-teal);
}

body.page-find-healthcare-talent .fht-btn--teal:hover {
    background: #0f6b64;
    border-color: #0f6b64;
    color: #ffffff;
}

body.page-find-healthcare-talent .fht-how__cta {
    padding: 16px 36px;
    font-size: 0.9375rem;
}

/* Closing CTA */
body.page-find-healthcare-talent .fht-cta {
    padding: 80px 0 96px;
    background: #f4f7fa;
}

body.page-find-healthcare-talent .fht-cta__inner {
    max-width: 820px;
    margin-inline: auto;
    text-align: center;
}

body.page-find-healthcare-talent .fht-cta__title {
    margin: 0 0 20px;
    font-size: clamp(1.75rem, 3.4vw, 2.375rem);
    font-weight: 800;
    line-height: 1.2;
    letter-spacing: -0.03em;
    color: var(--fht-navy);
}

body.page-find-healthcare-talent .fht-cta__lead {
    max-width: 42rem;
    margin: 0 auto 36px;
    font-size: 1.0625rem;
    line-height: 1.65;
    color: var(--fht-text);
}

body.page-find-healthcare-talent .fht-cta__actions {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    gap: 14px;
}

@media (max-width: 1100px) {
    body.page-find-healthcare-talent .fht-how__steps {
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: 32px 24px;
    }

    body.page-find-healthcare-talent .fht-why__hub {
        column-gap: clamp(32px, 6vw, 72px);
    }

    body.page-find-healthcare-talent .fht-why__center {
        width: min(38%, 260px);
    }

    body.page-find-healthcare-talent .fht-agency__cards {
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: 18px;
    }

    body.page-find-healthcare-talent .fht-partners__logos {
        grid-template-columns: repeat(4, minmax(0, 1fr));
        row-gap: 32px;
    }
}

@media (max-width: 768px) {
    body.page-find-healthcare-talent .fht-why__hub {
        grid-template-columns: 1fr;
        column-gap: 0;
        row-gap: 24px;
        padding-top: 0;
    }

    body.page-find-healthcare-talent .fht-why__center {
        display: none;
    }

    body.page-find-healthcare-talent .fht-why__graphic {
        max-height: 220px;
        margin-inline: auto;
    }

    body.page-find-healthcare-talent .fht-why-card__text {
        padding-left: 0;
    }

    body.page-find-healthcare-talent .fht-partners__logos {
        grid-template-columns: repeat(3, minmax(0, 1fr));
        gap: 24px 20px;
    }

    body.page-find-healthcare-talent .fht-partners__item {
        min-height: 56px;
    }

    body.page-find-healthcare-talent .fht-partners__logo {
        max-height: 44px;
    }
}

@media (max-width: 960px) {
    body.page-find-healthcare-talent .fht-hero__grid {
        grid-template-columns: 1fr;
    }

    body.page-find-healthcare-talent .fht-hero__visual {
        order: -1;
        max-width: 520px;
        margin-inline: auto;
    }

    body.page-find-healthcare-talent .fht-hero__stat-card {
        right: 12px;
        bottom: 20px;
    }
}

@media (max-width: 640px) {
    body.page-find-healthcare-talent .fht-how {
        padding: 56px 0 64px;
    }

    body.page-find-healthcare-talent .fht-how__header {
        margin-bottom: 36px;
        text-align: left;
    }

    body.page-find-healthcare-talent .fht-how__steps {
        grid-template-columns: 1fr;
        gap: 28px;
        margin-bottom: 32px;
    }

    body.page-find-healthcare-talent .fht-how-step {
        text-align: left;
    }

    body.page-find-healthcare-talent .fht-how__cta {
        width: 100%;
        max-width: 22rem;
    }

    body.page-find-healthcare-talent .fht-why {
        padding: 56px 0 64px;
    }

    body.page-find-healthcare-talent .fht-why__header {
        margin-bottom: 36px;
        text-align: left;
    }

    body.page-find-healthcare-talent .fht-agency {
        padding: 56px 0 64px;
    }

    body.page-find-healthcare-talent .fht-agency__header {
        margin-bottom: 32px;
        text-align: left;
    }

    body.page-find-healthcare-talent .fht-agency__cards {
        grid-template-columns: 1fr;
        margin-bottom: 28px;
    }

    body.page-find-healthcare-talent .fht-agency__cta {
        width: 100%;
        max-width: 22rem;
    }

    body.page-find-healthcare-talent .fht-partners {
        padding: 48px 0 64px;
    }

    body.page-find-healthcare-talent .fht-partners__title {
        margin-bottom: 32px;
        max-width: none;
        padding-inline: 8px;
    }

    body.page-find-healthcare-talent .fht-partners__logos {
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: 28px 16px;
    }

    body.page-find-healthcare-talent .fht-partners__logo {
        max-height: 40px;
    }

    body.page-find-healthcare-talent .fht-hero {
        padding: 40px 0 56px;
    }

    body.page-find-healthcare-talent .fht-hero__actions {
        flex-direction: column;
        width: 90%;
    }
    body.page-find-healthcare-talent .fht-hero__image-wrap {
        width: 90%;
    }
    body.page-find-healthcare-talent .fht-hero__stat-card {
        width: 90%;
    }

    body.page-find-healthcare-talent .fht-btn {
        width: 100%;
    }

    body.page-find-healthcare-talent .fht-hero__stat-card {
        right: 8px;
        left: 8px;
        width: auto;
        position: unset;
    }

    body.page-find-healthcare-talent .fht-cta {
        padding: 56px 0 72px;
    }

    body.page-find-healthcare-talent .fht-cta__inner {
        text-align: left;
    }

    body.page-find-healthcare-talent .fht-cta__lead {
        margin-left: 0;
        margin-right: 0;
    }

    body.page-find-healthcare-talent .fht-cta__actions {
        flex-direction: column;
        align-items: stretch;
    }
}
