/* Extracted from industries/healthcare-bpo.php to reduce rendered HTML weight. */
.healthcare-page {
    background: #fff;
    color: #101014;
}
.healthcare-hero {
    position: relative;
    min-height: 820px;
    padding: 190px 0 100px;
    overflow: hidden;
    background: #090910 url("/assets/images/indus6.webp") center/cover no-repeat;
}
.healthcare-hero::before {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(90deg, rgba(5, 8, 14, 0.96) 0%, rgba(10, 12, 20, 0.88) 48%, rgba(5, 8, 14, 0.74) 100%);
}
.healthcare-hero__grid {
    position: relative;
    z-index: 1;
    display: grid;
    grid-template-columns: minmax(0, 1fr) 440px;
    gap: 48px;
    align-items: center;
}
.healthcare-breadcrumb {
    display: flex;
    gap: 8px;
    margin-bottom: 24px;
    font-size: 14px;
    line-height: 20px;
    color: #aaa;
}
.healthcare-breadcrumb a {
    color: #aaa;
}
.healthcare-breadcrumb a:hover {
    color: #cb46fa;
}
.healthcare-eyebrow,
.healthcare-section-label {
    display: flex;
    align-items: center;
    gap: 10px;
    margin: 0 0 14px;
    font-size: 18px;
    line-height: 26px;
    font-weight: 500;
    background: linear-gradient(90deg, #7a76ff 0%, #cb46fa 52%, #fe881c 100%);
    -webkit-background-clip: text;
    background-clip: text;
    color: transparent;
}
.healthcare-eyebrow::before,
.healthcare-section-label::before {
    content: "";
    width: 28px;
    height: 4px;
    flex: 0 0 28px;
    border-radius: 999px;
    background: linear-gradient(90deg, #7a76ff 0%, #cb46fa 52%, #fe881c 100%);
}
.healthcare-hero h1 {
    max-width: 850px;
    margin: 0;
    color: #fff;
    font-size: clamp(44px, 5.3vw, 76px);
    line-height: 1.04;
    font-weight: 500;
    letter-spacing: 0;
}
.healthcare-hero__copy {
    max-width: 810px;
    margin: 22px 0 0;
    color: #d8d8df;
    font-size: 18px;
    line-height: 30px;
}
.healthcare-trust-line {
    display: flex;
    flex-wrap: wrap;
    gap: 10px 20px;
    margin-top: 24px;
    color: #fff;
    font-size: 14px;
    line-height: 20px;
}
.healthcare-trust-line span {
    display: inline-flex;
    align-items: center;
    gap: 7px;
}
.healthcare-trust-line i {
    color: #14d488;
}
.healthcare-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 14px;
    margin-top: 30px;
}
.healthcare-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 52px;
    padding: 0 26px;
    border: 1px solid rgba(255, 255, 255, 0.28);
    border-radius: 8px;
    color: #fff;
    font-size: 14px;
    font-weight: 600;
    transition: transform 0.2s ease, border-color 0.2s ease;
}
.healthcare-btn:hover {
    transform: translateY(-2px);
    border-color: rgba(255, 255, 255, 0.62);
}
.healthcare-btn--primary {
    border: 0;
    background: linear-gradient(90deg, #7a76ff 0%, #cb46fa 52%, #fe881c 100%);
}
.healthcare-form-card {
    padding: 24px;
    border: 1px solid rgba(255, 255, 255, 0.16);
    border-radius: 8px;
    background: rgba(12, 12, 18, 0.82);
    box-shadow: 0 26px 70px rgba(0, 0, 0, 0.32);
    backdrop-filter: blur(14px);
}
.healthcare-form-card__title {
    margin: 0 0 16px;
    color: #fff;
    font-size: 17px;
    line-height: 24px;
    font-weight: 600;
    text-align: center;
}
.healthcare-form-card .ecx-form-wrap .ecx-label {
    display: none;
}
.healthcare-form-card .ecx-form-wrap .ecx-input,
.healthcare-form-card .ecx-form-wrap .ecx-select {
    padding: 9px 12px;
    border-color: rgba(255,255,255,0.18);
    background: rgba(255,255,255,0.10);
    color: #fff;
    font-size: 13px;
}
.healthcare-form-card .ecx-form-wrap .ecx-input::placeholder {
    color: rgba(255,255,255,0.55);
}
.healthcare-form-card .ecx-form-wrap .ecx-select {
    background: #1b1b22;
}
.healthcare-form-card .ecx-phone-wrapper {
    padding: 9px 12px;
    border-color: rgba(255,255,255,0.18);
    background: rgba(255,255,255,0.10);
}
.healthcare-form-card .ecx-phone-wrapper input[type="tel"],
.healthcare-form-card .ecx-country-toggle span.ecx-code {
    color: #fff;
    font-size: 13px;
}
.healthcare-form-card .ecx-grid-2 {
    gap: 8px;
}
.healthcare-form-card .ecx-mt {
    margin-top: 8px;
}
.healthcare-form-card .ecx-privacy-row {
    margin-top: 12px;
}
.healthcare-form-card .ecx-privacy-row p {
    color: rgba(255,255,255,0.78);
    font-size: 12px;
    line-height: 18px;
}
.healthcare-form-card .ecx-submit-btn {
    margin-top: 14px;
    padding: 11px 20px;
    font-size: 14px;
}
.healthcare-section {
    padding: 92px 0;
}
.healthcare-section--soft {
    background: #f7f7fa;
}
.healthcare-section--dark {
    background: #09090d;
    color: #fff;
}
.healthcare-intro-grid {
    display: grid;
    grid-template-columns: minmax(280px, 0.78fr) minmax(0, 1.22fr);
    gap: 70px;
    align-items: start;
}
.healthcare-title {
    margin: 0;
    font-size: clamp(34px, 4vw, 52px);
    line-height: 1.12;
    font-weight: 500;
    letter-spacing: 0;
}
.healthcare-title--light {
    color: #fff;
}
.healthcare-prose {
    display: grid;
    gap: 16px;
}
.healthcare-prose p {
    margin: 0;
    color: #3c3b47;
    font-size: 16px;
    line-height: 27px;
}
.healthcare-section--dark .healthcare-prose p {
    color: #b8b8c2;
}
.healthcare-stats {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    border-top: 1px solid #e7e6ec;
    border-bottom: 1px solid #e7e6ec;
}
.healthcare-stat {
    min-height: 170px;
    padding: 30px 24px;
    border-right: 1px solid #e7e6ec;
}
.healthcare-stat:last-child {
    border-right: 0;
}
.healthcare-stat strong {
    display: block;
    margin-bottom: 10px;
    font-size: 34px;
    line-height: 42px;
    background: linear-gradient(90deg, #7a76ff 0%, #cb46fa 52%, #fe881c 100%);
    -webkit-background-clip: text;
    background-clip: text;
    color: transparent;
}
.healthcare-stat span {
    color: #4f4d59;
    font-size: 14px;
    line-height: 22px;
}
.healthcare-service-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 20px;
    margin-top: 46px;
}
.healthcare-service-card {
    display: grid;
    grid-template-columns: 52px 1fr;
    gap: 18px;
    padding: 28px;
    border: 1px solid #e9e7ef;
    border-radius: 8px;
    background: #fff;
    box-shadow: 0 8px 28px rgba(10, 15, 30, 0.05);
}
.healthcare-service-icon,
.healthcare-compliance-icon,
.healthcare-difference-icon {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 52px;
    height: 52px;
    border-radius: 8px;
    color: #fff;
    background: linear-gradient(135deg, #7a76ff 0%, #cb46fa 58%, #fe881c 100%);
}
.healthcare-service-icon i,
.healthcare-compliance-icon i,
.healthcare-difference-icon i {
    font-size: 21px;
}
.healthcare-service-card h3 {
    margin: 0 0 10px;
    color: #111116;
    font-size: 21px;
    line-height: 29px;
    font-weight: 600;
}
.healthcare-service-card p {
    margin: 0;
    color: #565461;
    font-size: 15px;
    line-height: 24px;
}
.healthcare-service-card h4 {
    margin: 18px 0 8px;
    color: #22212a;
    font-size: 14px;
    font-weight: 700;
}
.healthcare-check-list {
    display: grid;
    gap: 7px;
    margin: 0;
    padding: 0;
    list-style: none;
}
.healthcare-check-list li {
    position: relative;
    padding-left: 20px;
    color: #4b4955;
    font-size: 14px;
    line-height: 21px;
}
.healthcare-check-list li::before {
    content: "";
    position: absolute;
    left: 0;
    top: 7px;
    width: 7px;
    height: 7px;
    border-radius: 999px;
    background: #7a76ff;
}
.healthcare-compliance-grid {
    display: grid;
    grid-template-columns: repeat(5, minmax(0, 1fr));
    gap: 14px;
    margin-top: 44px;
}
.healthcare-compliance-card {
    padding: 22px;
    border: 1px solid rgba(255,255,255,0.12);
    border-radius: 8px;
    background: #141419;
}
.healthcare-compliance-icon {
    width: 44px;
    height: 44px;
    margin-bottom: 18px;
}
.healthcare-compliance-card h3 {
    margin: 0 0 10px;
    color: #fff;
    font-size: 17px;
    line-height: 24px;
    font-weight: 600;
}
.healthcare-compliance-card p {
    margin: 0;
    color: #aaa9b3;
    font-size: 14px;
    line-height: 23px;
}
.healthcare-difference-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 18px;
    margin-top: 42px;
}
.healthcare-difference-card {
    display: grid;
    grid-template-columns: 52px 1fr;
    gap: 18px;
    padding: 28px;
    border-bottom: 1px solid #e2e0e8;
}
.healthcare-difference-card h3 {
    margin: 0 0 9px;
    color: #15141b;
    font-size: 19px;
    line-height: 27px;
    font-weight: 600;
}
.healthcare-difference-card p {
    margin: 0;
    color: #55535e;
    font-size: 15px;
    line-height: 24px;
}
.healthcare-ecosystem {
    overflow-x: auto;
    margin-top: 38px;
    border: 1px solid #e7e5ed;
    border-radius: 8px;
}
.healthcare-ecosystem table {
    width: 100%;
    min-width: 760px;
    border-collapse: collapse;
}
.healthcare-ecosystem th,
.healthcare-ecosystem td {
    padding: 17px 20px;
    border-bottom: 1px solid #eceaf0;
    text-align: left;
    font-size: 15px;
    line-height: 23px;
}
.healthcare-ecosystem th {
    color: #fff;
    background: #101014;
    font-weight: 600;
}
.healthcare-ecosystem td:first-child {
    color: #17161d;
    font-weight: 600;
}
.healthcare-ecosystem tr:last-child td {
    border-bottom: 0;
}
.healthcare-faq-layout {
    display: grid;
    grid-template-columns: minmax(280px, 0.72fr) minmax(0, 1.28fr);
    gap: 70px;
    align-items: start;
}
.healthcare-faq-list {
    padding: 6px 28px;
    border-radius: 8px;
    background: #141419;
}
.healthcare-faq-item {
    border-bottom: 1px solid rgba(255,255,255,0.12);
}
.healthcare-faq-item:last-child {
    border-bottom: 0;
}
.healthcare-faq-toggle {
    width: 100%;
    padding: 22px 0;
    border: 0;
    color: #fff;
    background: transparent;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 18px;
    text-align: left;
    cursor: pointer;
}
.healthcare-faq-toggle span:first-child {
    font-size: 16px;
    line-height: 24px;
    font-weight: 600;
}
.healthcare-faq-toggle i {
    color: #cb46fa;
    transition: transform 0.2s ease;
}
.healthcare-faq-item.is-open .healthcare-faq-toggle i {
    transform: rotate(180deg);
}
.healthcare-faq-answer {
    max-height: 0;
    overflow: hidden;
    color: #aaa9b3;
    font-size: 15px;
    line-height: 25px;
    transition: max-height 0.3s ease, padding-bottom 0.3s ease;
}
.healthcare-faq-item.is-open .healthcare-faq-answer {
    max-height: 360px;
    padding-bottom: 22px;
}
.healthcare-cta {
    position: relative;
    overflow: hidden;
    padding: 70px 34px;
    border: 3px solid transparent;
    border-radius: 8px;
    background: linear-gradient(#fff, #fff) padding-box, linear-gradient(90deg, #7a76ff, #cb46fa, #fe881c) border-box;
    text-align: center;
}
.healthcare-cta h2 {
    margin: 0;
    color: #111116;
    font-size: clamp(34px, 4.5vw, 56px);
    line-height: 1.1;
    font-weight: 500;
}
.healthcare-cta p {
    max-width: 760px;
    margin: 18px auto 0;
    color: #4d4b57;
    font-size: 17px;
    line-height: 28px;
}
.healthcare-cta .healthcare-actions {
    justify-content: center;
}
.healthcare-cta .healthcare-btn:not(.healthcare-btn--primary) {
    color: #22212a;
    border-color: #cbc8d3;
}
.healthcare-cta__trust {
    margin-top: 24px;
    color: #686671;
    font-size: 13px;
    line-height: 21px;
}
@media (max-width: 1100px) {
    .healthcare-hero__grid,
    .healthcare-intro-grid,
    .healthcare-faq-layout {
        grid-template-columns: 1fr;
    }
    .healthcare-hero {
        padding-top: 140px;
    }
    .healthcare-form-card {
        max-width: 720px;
    }
    .healthcare-compliance-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}
@media (max-width: 760px) {
    .healthcare-hero {
        min-height: auto;
        padding: 112px 0 64px;
        background-position: 62% center;
    }
    .healthcare-hero h1 {
        font-size: 42px;
        line-height: 1.08;
    }
    .healthcare-hero__copy {
        font-size: 16px;
        line-height: 26px;
    }
    .healthcare-section {
        padding: 64px 0;
    }
    .healthcare-stats,
    .healthcare-service-grid,
    .healthcare-difference-grid,
    .healthcare-compliance-grid {
        grid-template-columns: 1fr;
    }
    .healthcare-stat {
        min-height: 0;
        border-right: 0;
        border-bottom: 1px solid #e7e6ec;
    }
    .healthcare-stat:last-child {
        border-bottom: 0;
    }
    .healthcare-service-card,
    .healthcare-difference-card {
        grid-template-columns: 1fr;
        padding: 22px;
    }
    .healthcare-actions,
    .healthcare-btn {
        width: 100%;
    }
    .healthcare-form-card {
        padding: 18px;
    }
    .healthcare-faq-list {
        padding: 4px 20px;
    }
}
