/* ============================================================
   LITSLINK — Custom Healthcare Software Development
   healthcare-new-2026.css

   PRINCIPLE: 1:1 with ai-agent.css for all base styles.
   Scope is the only thing changed: .page-template-page-ai-agent
   → .page-template-page-healthcare-new-2026.
   New modifiers/components are added at the bottom of each
   section and clearly marked with "/* NEW: ... */".
============================================================ */


/* ============================================================
   1. HERO  —  source: ai-agent.css (.cs-block--case-hero)
============================================================ */

/* Force white text inside hero — overrides general.css color:#15172E */
body.page-template-page-healthcare-new-2026 .cs-block--case-hero h1,
body.page-template-page-healthcare-new-2026 .cs-block--case-hero h2,
body.page-template-page-healthcare-new-2026 .cs-block--case-hero p,
body.page-template-page-healthcare-new-2026 .cs-block--case-hero li,
body.page-template-page-healthcare-new-2026 .cs-block--case-hero span,
body.page-template-page-healthcare-new-2026 .cs-block--case-hero a {
  color: #ffffff !important;
}

/* Hero block */
body.page-template-page-healthcare-new-2026 .cs-block--case-hero {
  width: 100% !important;
  padding: 100px 0 0 0 !important;
  min-height: 0 !important;
  display: flex !important;
  align-items: flex-end !important;
  justify-content: center !important;
  background-color: #010305 !important;
  background-size: cover !important;
  background-position: center center !important;
  background-repeat: no-repeat !important;
  position: relative !important;
  overflow: hidden !important;
}

body.page-template-page-healthcare-new-2026 .cs-block--case-hero .cs-container {
  max-width: calc(1300px + 5em) !important;
  width: 100% !important;
  margin: 0 auto !important;
  padding: 0 24px !important;
  box-sizing: border-box !important;
  position: relative !important;
  z-index: 2 !important;
}

body.page-template-page-healthcare-new-2026 .cs-block--case-hero .shift-rx-block {
  display: flex !important;
  justify-content: space-between !important;
  align-items: flex-end !important;
  width: 100% !important;
  gap: 30px !important;
}

body.page-template-page-healthcare-new-2026 .cs-block--case-hero .shift-rx-content {
  flex: 1 1 50% !important;
  min-width: 0 !important;
  padding: 0 20px 60px 0 !important;
  color: #ffffff !important;
  text-align: left !important;
  font-family: 'Montserrat', sans-serif !important;
}

body.page-template-page-healthcare-new-2026 .cs-block--case-hero .shift-rx-image {
  flex: 1 1 50% !important;
  min-width: 0 !important;
  text-align: right !important;
  align-self: flex-end !important;
  line-height: 0 !important;
  margin-bottom: 0 !important;
  padding-bottom: 0 !important;
}

body.page-template-page-healthcare-new-2026 .cs-block--case-hero .shift-rx-image img {
  max-width: 150% !important;
  height: auto !important;
  display: inline-block !important;
  vertical-align: bottom !important;
  margin: 0 !important;
}

body.page-template-page-healthcare-new-2026 .cs-block--case-hero .shift-rx-breadcrumbs {
  font-family: 'Montserrat', sans-serif !important;
  font-size: 14px !important;
  font-weight: 400 !important;
  margin-bottom: 20px !important;
  color: #ccc !important;
  line-height: 1.4 !important;
}

body.page-template-page-healthcare-new-2026 .cs-block--case-hero .shift-rx-breadcrumbs a {
  color: #ccc !important;
  text-decoration: none !important;
}

body.page-template-page-healthcare-new-2026 .cs-block--case-hero .shift-rx-breadcrumbs a:hover {
  color: #fff !important;
  text-decoration: underline !important;
}

body.page-template-page-healthcare-new-2026 .cs-block--case-hero .shift-rx-breadcrumbs .home-icon img {
  width: 14px !important;
  height: 14px !important;
  vertical-align: middle !important;
  display: inline-block !important;
  filter: brightness(0) invert(0.8) !important;
}

body.page-template-page-healthcare-new-2026 .cs-block--case-hero .shift-rx-breadcrumbs .sep {
  margin: 0 5px !important;
  color: #ccc !important;
}

body.page-template-page-healthcare-new-2026 .cs-block--case-hero .shift-rx-breadcrumbs .current {
  color: #fff !important;
}

body.page-template-page-healthcare-new-2026 .cs-block--case-hero .shift-rx-title {
  font-family: 'Montserrat', sans-serif !important;
  font-size: clamp(28px, 4vw, 52px) !important;
  font-weight: 500 !important;
  color: #ffffff !important;
  margin: 10px 0 25px 0 !important;
  line-height: 1.2 !important;
  letter-spacing: -0.01em !important;
}

body.page-template-page-healthcare-new-2026 .cs-block--case-hero .shift-rx-description {
  font-family: 'Montserrat', sans-serif !important;
  font-size: 18px !important;
  line-height: 1.6 !important;
  margin: 0 0 25px 0 !important;
  color: #ffffff !important;
  max-width: 560px !important;
}

body.page-template-page-healthcare-new-2026 .cs-block--case-hero .shift-rx-list {
  list-style-type: none !important;
  padding: 0 !important;
  margin: 0 0 25px 0 !important;
  font-family: 'Montserrat', sans-serif !important;
}

body.page-template-page-healthcare-new-2026 .cs-block--case-hero .shift-rx-list li {
  font-family: 'Montserrat', sans-serif !important;
  font-size: 16px !important;
  margin-bottom: 10px !important;
  color: #ffffff !important;
  line-height: 1.5 !important;
  list-style: none !important;
}

body.page-template-page-healthcare-new-2026 .cs-block--case-hero .shift-rx-list li::before {
  display: none !important;
}

body.page-template-page-healthcare-new-2026 .cs-block--case-hero .shift-rx-list .arrow {
  color: #1690D3 !important;
  font-size: 16px !important;
  margin-right: 12px !important;
  font-weight: 700 !important;
}

body.page-template-page-healthcare-new-2026 .cs-block--case-hero .request-similar-button {
  display: inline-block !important;
  padding: 18px 36px !important;
  font-family: 'Montserrat', sans-serif !important;
  font-size: 18px !important;
  font-weight: 500 !important;
 /* color: #004971 !important;*/
  background-color: #004b75 !important;
  border-radius: 50rem !important;
  text-decoration: none !important;
  margin: 0 !important;
  transition: background-color 0.3s ease !important;
}

body.page-template-page-healthcare-new-2026 .cs-block--case-hero .request-similar-button:hover {
  background-color: #1278b5 !important;
  color: #ffffff !important;
}

@media (max-width: 992px) {
  body.page-template-page-healthcare-new-2026 .cs-block--case-hero {
    padding: 90px 0 0 0 !important;
  }
  body.page-template-page-healthcare-new-2026 .cs-block--case-hero .shift-rx-image img {
    max-width: 100% !important;
  }
  body.page-template-page-healthcare-new-2026 .cs-block--case-hero .shift-rx-content {
    padding: 0 15px 40px 0 !important;
  }
}

@media (max-width: 768px) {
  body.page-template-page-healthcare-new-2026 .cs-block--case-hero {
    padding: 85px 0 0 0 !important;
    align-items: center !important;
  }
  body.page-template-page-healthcare-new-2026 .cs-block--case-hero .shift-rx-block {
    flex-direction: column !important;
    text-align: center !important;
    gap: 20px !important;
    align-items: center !important;
  }
  body.page-template-page-healthcare-new-2026 .cs-block--case-hero .shift-rx-content {
    padding: 0 0 20px 0 !important;
    text-align: center !important;
  }
  body.page-template-page-healthcare-new-2026 .cs-block--case-hero .shift-rx-description {
    margin-left: auto !important;
    margin-right: auto !important;
  }
  body.page-template-page-healthcare-new-2026 .cs-block--case-hero .shift-rx-image {
    text-align: center !important;
    align-self: center !important;
  }
  body.page-template-page-healthcare-new-2026 .cs-block--case-hero .shift-rx-image img {
    max-height: 500px !important;
    max-width: 100% !important;
  }
  body.page-template-page-healthcare-new-2026 .cs-block--case-hero .shift-rx-breadcrumbs {
    text-align: center !important;
  }
  body.page-template-page-healthcare-new-2026 .cs-block--case-hero .request-similar-button {
    font-size: 16px !important;
    padding: 16px 28px !important;
  }
}

/* NEW: check-icon variant for healthcare hero list (replaces arrows) */
body.page-template-page-healthcare-new-2026 .cs-block--case-hero .shift-rx-list--check li {
  position: relative !important;
  padding-left: 32px !important;
}

body.page-template-page-healthcare-new-2026 .cs-block--case-hero .shift-rx-list--check li::before {
  display: block !important;
  content: '' !important;
  position: absolute !important;
  left: 0 !important;
  top: 3px !important;
  width: 20px !important;
  height: 20px !important;
  background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='20' height='20' viewBox='0 0 20 20' fill='none'><circle cx='10' cy='10' r='10' fill='%231690D3' fill-opacity='0.18'/><path d='M6 10.5L8.8 13L14 7.5' stroke='%231690D3' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/></svg>") !important;
  background-repeat: no-repeat !important;
  background-size: 20px 20px !important;
}

/* NEW: CTA wrapper for two buttons */
body.page-template-page-healthcare-new-2026 .cs-block--case-hero .shift-rx-cta {
  display: flex !important;
  gap: 16px !important;
  flex-wrap: wrap !important;
  margin-top: 10px !important;
}

/* NEW: secondary white button (modifier on existing .request-similar-button) */
body.page-template-page-healthcare-new-2026 .cs-block--case-hero .request-similar-button--light {
  background-color: #ffffff !important;
  color: #010005 !important;
}

body.page-template-page-healthcare-new-2026 .cs-block--case-hero .request-similar-button--light:hover {
  background-color: #e8e8e8 !important;
  color: #010005 !important;
}
/* ============================================================
   DESIGN TOKENS (1:1 with ai-agent.css)
============================================================ */
:root {
  --primary: #1690D3;
  --primary-light: rgba(22, 144, 211, 0.1);
  --primary-badge: rgba(22, 144, 211, 0.2);
  --dark: #010005;
  --grey-1: #F9FAFB;
  --grey-2: #768297;
  --grey-3: #374151;
  --white: #FFFFFF;
  --stroke: #E5E7EB;
  --stroke-soft: rgba(118, 130, 151, 0.2);
  --font: 'Montserrat', sans-serif;
  --font-inter: 'Inter', sans-serif;
  --container: 1300px;
  --radius-sm: 8px;
  --radius-md: 14px;
  --radius-lg: 16px;
  --radius-pill: 9999px;
}

/* ============================================================
   BASE RESETS
============================================================ */
.page-template-page-healthcare-new-2026 *,
.page-template-page-healthcare-new-2026 *::before,
.page-template-page-healthcare-new-2026 *::after {
  box-sizing: border-box;
}

/* ============================================================
   BUTTONS
============================================================ */
.page-template-page-healthcare-new-2026 .btn {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  font-family: var(--font-inter);
  font-size: 15px;
  font-weight: 600;
  line-height: 1.5;
  padding: 13px 28px;
  border-radius: var(--radius-pill);
  transition: all 0.2s ease;
  white-space: nowrap;
  text-decoration: none;
}
.page-template-page-healthcare-new-2026 .btn--primary {
  background: var(--primary);
  color: var(--white) !important;
  border: 1px solid var(--primary);
}
.page-template-page-healthcare-new-2026 .btn--primary:hover { background: #1278b5; border-color: #1278b5; }
.page-template-page-healthcare-new-2026 .btn--outline-primary {
  background: var(--white);
  color: var(--primary) !important;
  border: 1px solid var(--primary);
}
.page-template-page-healthcare-new-2026 .btn--outline-primary:hover { background: var(--primary-light); }
.page-template-page-healthcare-new-2026 .btn--full { width: 100%; justify-content: center; }

/* NEW: dark-outline variant */
.page-template-page-healthcare-new-2026 .btn--outline-dark {
  background: var(--white);
  color: var(--dark) !important;
  border: 1px solid var(--stroke);
}
.page-template-page-healthcare-new-2026 .btn--outline-dark:hover {
  background: var(--grey-1);
  border-color: var(--grey-2);
}

.page-template-page-healthcare-new-2026 .link-arrow {
  font-size: 15px;
  font-weight: 600;
  color: var(--primary);
  font-family: var(--font-inter);
  transition: opacity 0.2s;
  text-decoration: none;
}
.page-template-page-healthcare-new-2026 .link-arrow:hover { opacity: 0.75; }

/* ============================================================
   CONTAINER
============================================================ */
.page-template-page-healthcare-new-2026 .container {
  max-width: var(--container);
  margin: 0 auto;
  padding: 0 70px;
}

/* ============================================================
   SECTION HEADER
============================================================ */
.page-template-page-healthcare-new-2026 .section-header {
  text-align: center;
  margin-bottom: 50px;
}

.page-template-page-healthcare-new-2026 .label {
  display: inline-block;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 1.2px;
  color: var(--grey-2);
  text-transform: uppercase;
  margin-bottom: 12px;
}
.page-template-page-healthcare-new-2026 .label--light { color: rgba(255,255,255,0.6); }

/* NEW: primary-blue label variant */
.page-template-page-healthcare-new-2026 .label--primary { color: var(--primary); }

.page-template-page-healthcare-new-2026 .section-title {
  font-size: 36px !important;
  font-weight: 600 !important;
  line-height: 1.333 !important;
  letter-spacing: -1px !important;
  color: var(--dark) !important;
  margin-bottom: 15px !important;
}
.page-template-page-healthcare-new-2026 .section-title--light { color: var(--white) !important; }

.page-template-page-healthcare-new-2026 .section-subtitle {
  font-size: 16px;
  font-weight: 400;
  line-height: 1.6875;
  color: var(--grey-3);
  max-width: 720px;
  margin: 0 auto;
}
.page-template-page-healthcare-new-2026 .section-subtitle--light { color: rgba(255,255,255,0.75); }

/* ============================================================
   SERVICES (used by US Environment block)
============================================================ */
.page-template-page-healthcare-new-2026 .services {
  padding: 100px 0;
  background: var(--white);
}

.page-template-page-healthcare-new-2026 .services__grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
}

.page-template-page-healthcare-new-2026 .service-card {
  background: var(--grey-1);
  border: 1px solid var(--stroke-soft);
  border-radius: var(--radius-md);
  padding: 28px;
  display: flex;
  flex-direction: column;
  gap: 12px;
  transition: box-shadow 0.2s, transform 0.2s;
}
.page-template-page-healthcare-new-2026 .service-card:hover {
  box-shadow: 0 4px 20px rgba(22,144,211,0.08);
  transform: translateY(-2px);
}

.page-template-page-healthcare-new-2026 .service-card__icon {
  width: 48px; height: 48px;
  background: var(--primary-light);
  border-radius: var(--radius-sm);
  display: flex; align-items: center; justify-content: center;
  flex-shrink: 0;
}

.page-template-page-healthcare-new-2026 .service-card h3 {
  font-size: 16px !important;
  font-weight: 700 !important;
  color: var(--dark) !important;
  margin: 0 !important;
}
.page-template-page-healthcare-new-2026 .service-card p {
  font-size: 14px;
  color: var(--grey-3);
  line-height: 1.625;
  margin: 0;
}

.page-template-page-healthcare-new-2026 .service-card__tags {
  display: flex; flex-wrap: wrap; gap: 6px;
  margin-top: auto;
  padding-top: 8px;
  list-style: none !important;
  padding-left: 0 !important;
}
.page-template-page-healthcare-new-2026 .service-card__tags li {
  font-size: 11px;
  font-weight: 600;
  color: var(--primary) !important;
  background: var(--primary-light);
  padding: 3px 10px;
  border-radius: var(--radius-pill);
  list-style: none !important;
}
.page-template-page-healthcare-new-2026 .service-card__tags li::before {
  display: none !important;
}

/* ============================================================
   RESPONSIVE — services / section-header
============================================================ */
@media (max-width: 992px) {
  .page-template-page-healthcare-new-2026 .services__grid { grid-template-columns: repeat(2, 1fr); }
  .page-template-page-healthcare-new-2026 .container { padding: 0 24px; }
}

@media (max-width: 768px) {
  .page-template-page-healthcare-new-2026 .services { padding: 60px 0; }
  .page-template-page-healthcare-new-2026 .services__grid { grid-template-columns: 1fr; }
  .page-template-page-healthcare-new-2026 .section-title { font-size: 28px !important; }
  .page-template-page-healthcare-new-2026 .section-header { margin-bottom: 32px; }
}
/* ============================================================
   NEW: SERVICES — list variant (vertical, no bg, left blue rail)
   Used by "Healthcare software that fits every setting"
============================================================ */
.page-template-page-healthcare-new-2026 .services__grid--list {
  grid-template-columns: 1fr !important;
  gap: 28px !important;
  max-width: 880px;
  margin: 0 auto;
}

.page-template-page-healthcare-new-2026 .service-card--minimal {
  background: transparent !important;
  border: none !important;
  border-radius: 0 !important;
  padding: 0 !important;
  gap: 14px !important;
}
.page-template-page-healthcare-new-2026 .service-card--minimal:hover {
  box-shadow: none !important;
  transform: none !important;
}

/* Body (h3 + p) — only this part has the blue left rail */
.page-template-page-healthcare-new-2026 .service-card--minimal .service-card__body {
  border-left: 3px solid var(--primary);
  padding: 4px 0 4px 20px;
  display: flex;
  flex-direction: column;
  gap: 10px;
}

/* Tags sit flush at card's left edge — no rail, no indent */
.page-template-page-healthcare-new-2026 .service-card--minimal > .service-card__tags {
  padding-left: 0 !important;
  margin-top: 0 !important;
}

@media (max-width: 768px) {
  .page-template-page-healthcare-new-2026 .services__grid--list {
    gap: 22px !important;
  }
  .page-template-page-healthcare-new-2026 .service-card--minimal .service-card__body {
    padding-left: 16px;
  }
}
/* ============================================================
   NEW: SERVICES — alt background variant
   Used by "Healthcare businesses we serve" (industries)
   - Section bg: light blue-grey, cards: white
   - Card titles: primary blue (instead of dark)
============================================================ */
.page-template-page-healthcare-new-2026 .services--alt-bg {
  background: #EEF3F8 !important;
}

.page-template-page-healthcare-new-2026 .services--alt-bg .service-card {
  background: var(--white) !important;
  border-color: rgba(118, 130, 151, 0.12) !important;
}

.page-template-page-healthcare-new-2026 .service-card--blue-title h3 {
  color: var(--primary) !important;
}
/* ============================================================
   REPUTATION  —  source: ai-agent.css (.reputation, .reputation-card)
   Used by "What clients say about working with LITSLINK"
============================================================ */
.page-template-page-healthcare-new-2026 .reputation {
  padding: 80px 0 !important;
  background: #ffffff !important;
}

.page-template-page-healthcare-new-2026 .reputation__grid {
  display: grid !important;
  grid-template-columns: repeat(3, 1fr) !important;
  gap: 20px !important;
}

.page-template-page-healthcare-new-2026 .reputation-card {
  background: #ffffff !important;
  border: 1px solid #E5E7EB !important;
  border-radius: 16px !important;
  padding: 28px !important;
  display: flex !important;
  flex-direction: column !important;
  gap: 12px !important;
}

.page-template-page-healthcare-new-2026 .reputation-card__header {
  display: flex !important;
  align-items: center !important;
  gap: 12px !important;
}

.page-template-page-healthcare-new-2026 .reputation-card__logo {
  width: 40px !important;
  height: 40px !important;
  border-radius: 10px !important;
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  font-size: 16px !important;
  font-weight: 700 !important;
  color: #ffffff !important;
  flex-shrink: 0 !important;
}

.page-template-page-healthcare-new-2026 .reputation-card__logo--clutch {
  background: #EF4444 !important;
}

.page-template-page-healthcare-new-2026 .reputation-card__logo--goodfirms {
  background: #F59E0B !important;
  font-size: 18px !important;
}

.page-template-page-healthcare-new-2026 .reputation-card__logo--behance {
  background: #1690D3 !important;
  font-size: 13px !important;
}

.page-template-page-healthcare-new-2026 .reputation-card__name {
  font-size: 16px !important;
  font-weight: 700 !important;
  color: #010005 !important;
}

.page-template-page-healthcare-new-2026 .reputation-card__sub {
  font-size: 12px !important;
  color: #768297 !important;
}

.page-template-page-healthcare-new-2026 .reputation-card__score {
  font-size: 40px !important;
  font-weight: 700 !important;
  color: #EF4444 !important;
  line-height: 1 !important;
}

.page-template-page-healthcare-new-2026 .reputation-card__score--blue {
  font-size: 32px !important;
  color: #1690D3 !important;
}

.page-template-page-healthcare-new-2026 .reputation-card__stars {
  font-size: 18px !important;
  color: #F59E0B !important;
  letter-spacing: 2px !important;
}

.page-template-page-healthcare-new-2026 .reputation-card__link a {
  font-size: 14px !important;
  font-weight: 600 !important;
  color: #1690D3 !important;
  text-decoration: none !important;
}
.page-template-page-healthcare-new-2026 .reputation-card__link a:hover {
  text-decoration: underline !important;
}

.page-template-page-healthcare-new-2026 .reputation-card__footer {
  display: flex !important;
  align-items: center !important;
  justify-content: space-between !important;
  margin-top: auto !important;
}

.page-template-page-healthcare-new-2026 .reputation-card__reviews {
  font-size: 13px !important;
  color: #768297 !important;
}

.page-template-page-healthcare-new-2026 .reputation-card__badge {
  font-size: 12px !important;
  font-weight: 600 !important;
  padding: 4px 12px !important;
  border-radius: 9999px !important;
  text-decoration: none !important;
  transition: all 0.2s !important;
}

.page-template-page-healthcare-new-2026 .reputation-card__badge--orange {
  color: #EA580C !important;
  border: 1px solid #EA580C !important;
  background: transparent !important;
}
.page-template-page-healthcare-new-2026 .reputation-card__badge--orange:hover {
  background: #EA580C !important;
  color: #ffffff !important;
}

.page-template-page-healthcare-new-2026 .reputation-card__badge--outline {
  color: #1690D3 !important;
  border: 1px solid #1690D3 !important;
  background: transparent !important;
}
.page-template-page-healthcare-new-2026 .reputation-card__badge--outline:hover {
  background: #1690D3 !important;
  color: #ffffff !important;
}

/* NEW: utility — primary-blue inline accent (used in section titles) */
.page-template-page-healthcare-new-2026 .text-primary {
  color: var(--primary) !important;
}

@media (max-width: 992px) {
  .page-template-page-healthcare-new-2026 .reputation__grid {
    grid-template-columns: repeat(2, 1fr) !important;
  }
}

@media (max-width: 768px) {
  .page-template-page-healthcare-new-2026 .reputation { padding: 60px 0 !important; }
  .page-template-page-healthcare-new-2026 .reputation__grid {
    grid-template-columns: 1fr !important;
  }
}
/* ============================================================
   CASE STUDIES  —  source: ai-agent.css
   Used by "Selected healthcare projects"
   Same tabs/panels structure; visuals adapted via cs-wrap--light.
============================================================ */
.page-template-page-healthcare-new-2026 .case-studies {
  padding: 100px 0;
  background: #EEF3F8;
}

.page-template-page-healthcare-new-2026 .cs-wrap {
  border-radius: 16px !important;
  overflow: hidden !important;
  background: #ffffff;
  border: 1px solid var(--stroke);
}

.page-template-page-healthcare-new-2026 .cs-tabs-wrap {
  background: #ffffff !important;
  padding: 0 24px !important;
  border-bottom: 2px solid #E5E7EB !important;
}

.page-template-page-healthcare-new-2026 .cs-tabs {
  display: flex !important;
  gap: 0 !important;
  justify-content: center;
  flex-wrap: wrap;
}

.page-template-page-healthcare-new-2026 .cs-tab {
  padding: 16px 24px !important;
  font-size: 14px !important;
  font-weight: 600 !important;
  color: #768297 !important;
  background: none !important;
  border: none !important;
  border-bottom: 2px solid transparent !important;
  cursor: pointer !important;
  font-family: var(--font) !important;
  transition: all 0.2s !important;
  margin-bottom: -2px !important;
}
.page-template-page-healthcare-new-2026 .cs-tab:hover { color: #374151 !important; }
.page-template-page-healthcare-new-2026 .cs-tab--active {
  color: #010005 !important;
  border-bottom-color: #1690D3 !important;
}

.page-template-page-healthcare-new-2026 .cs-panel {
  background: #ffffff !important;
  overflow: hidden !important;
  min-height: 500px !important;
}
.page-template-page-healthcare-new-2026 .cs-panel--hidden { display: none !important; }
.page-template-page-healthcare-new-2026 .cs-panel--visible { display: flex !important; }

.page-template-page-healthcare-new-2026 .cs-panel__left {
  flex: 1 !important;
  padding: 40px !important;
  display: flex !important;
  flex-direction: column !important;
  gap: 18px !important;
}

.page-template-page-healthcare-new-2026 .cs-panel__title {
  font-size: 24px !important;
  font-weight: 700 !important;
  color: var(--dark) !important;
  margin: 0 !important;
  line-height: 1.3 !important;
}

.page-template-page-healthcare-new-2026 .cs-panel__desc {
  font-size: 14px !important;
  color: var(--grey-3) !important;
  line-height: 1.7 !important;
  margin: 0 !important;
}

/* Tags row (top — accent pills, bottom — neutral pills) */
.page-template-page-healthcare-new-2026 .cs-panel__tags {
  display: flex !important;
  flex-wrap: wrap !important;
  gap: 6px !important;
  list-style: none !important;
  padding: 0 !important;
  margin: 0 !important;
}
.page-template-page-healthcare-new-2026 .cs-panel__tags li {
  font-size: 11px !important;
  font-weight: 600 !important;
  color: var(--primary) !important;
  background: var(--primary-light) !important;
  padding: 5px 12px !important;
  border-radius: 9999px !important;
  list-style: none !important;
  letter-spacing: 0.4px !important;
}
.page-template-page-healthcare-new-2026 .cs-panel__tags li::before { display: none !important; }

.page-template-page-healthcare-new-2026 .cs-panel__tags--neutral li {
  color: var(--grey-3) !important;
  background: transparent !important;
  border: 1px solid var(--stroke) !important;
  font-weight: 500 !important;
  letter-spacing: 0 !important;
}

/* Sub-labels (Key challenges solved / Technologies) */
.page-template-page-healthcare-new-2026 .cs-panel__sub-label {
  display: inline-block;
  font-size: 13px;
  font-weight: 600;
  color: var(--primary);
  margin-bottom: 8px;
}

/* Tech row — label + tags inline */
.page-template-page-healthcare-new-2026 .cs-panel__tech {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 12px;
}
.page-template-page-healthcare-new-2026 .cs-panel__tech .cs-panel__sub-label { margin-bottom: 0; }

/* Impact list — blue dot bullets */
.page-template-page-healthcare-new-2026 .cs-panel__impact-list {
  list-style: none !important;
  padding: 0 !important;
  margin: 0 !important;
  display: flex !important;
  flex-direction: column !important;
  gap: 8px !important;
}
.page-template-page-healthcare-new-2026 .cs-panel__impact-list li {
  font-size: 14px !important;
  color: var(--grey-3) !important;
  line-height: 1.6 !important;
  list-style: none !important;
  padding-left: 24px !important;
  position: relative !important;
}
.page-template-page-healthcare-new-2026 .cs-panel__impact-list li::before {
  content: '' !important;
  position: absolute !important;
  left: 0 !important;
  top: 4px !important;
  width: 14px !important;
  height: 14px !important;
  background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='14' height='14' viewBox='0 0 14 14' fill='none'><circle cx='7' cy='7' r='6.25' fill='%231690D3' fill-opacity='0.18'/><circle cx='7' cy='7' r='2.5' fill='%231690D3'/></svg>") !important;
  background-repeat: no-repeat !important;
}

/* Right side — image */
.page-template-page-healthcare-new-2026 .cs-panel__right {
  width: 45% !important;
  flex-shrink: 0 !important;
  overflow: hidden !important;
  background: #f0f5fa;
}
.page-template-page-healthcare-new-2026 .cs-panel__right img {
  width: 100% !important;
  height: 100% !important;
  object-fit: cover !important;
  display: block !important;
}

@media (max-width: 1024px) {
  .page-template-page-healthcare-new-2026 .cs-panel { flex-direction: column !important; }
  .page-template-page-healthcare-new-2026 .cs-panel__right {
    width: 100% !important;
    height: 300px !important;
  }
  .page-template-page-healthcare-new-2026 .cs-tabs { flex-wrap: wrap !important; }
}

@media (max-width: 768px) {
  .page-template-page-healthcare-new-2026 .case-studies { padding: 60px 0; }
  .page-template-page-healthcare-new-2026 .cs-panel__left { padding: 28px !important; }
}
/* Fix: case-study button width = content (not stretched) */
.page-template-page-healthcare-new-2026 .cs-panel__left > .btn {
  align-self: flex-start;
  width: fit-content;
  margin-top: auto;
}
/* ============================================================
   WHY-US  —  source: ai-agent.css (.why-us, .why-card)
   Used by "Custom vs platform-based healthcare software"
============================================================ */
.page-template-page-healthcare-new-2026 .why-us {
  padding: 100px 0;
  background: var(--white);
}

.page-template-page-healthcare-new-2026 .why-us__grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 20px;
}

.page-template-page-healthcare-new-2026 .why-card {
  background: var(--grey-1);
  border: 1px solid var(--stroke-soft);
  border-radius: var(--radius-md);
  padding: 21px;
  display: flex;
  flex-direction: column;
  gap: 10px;
  transition: border-color 0.2s, box-shadow 0.2s;
}
.page-template-page-healthcare-new-2026 .why-card:hover {
  border-color: rgba(22,144,211,0.3);
  box-shadow: 0 4px 16px rgba(22,144,211,0.06);
}

.page-template-page-healthcare-new-2026 .why-card__num {
  width: 32px; height: 32px;
  background: var(--primary-light);
  border-radius: var(--radius-pill);
  display: flex; align-items: center; justify-content: center;
  font-size: 12px;
  font-weight: 700;
  color: var(--primary) !important;
}
.page-template-page-healthcare-new-2026 .why-card h3 {
  font-size: 15px !important;
  font-weight: 700 !important;
  color: var(--dark) !important;
  line-height: 1.5 !important;
  margin: 0 !important;
}
.page-template-page-healthcare-new-2026 .why-card p {
  font-size: 14px;
  color: var(--grey-3);
  line-height: 1.625;
  margin: 0;
}

/* NEW: WHY-US — light variant
   Section bg: light blue-grey, cards: white, num: flat blue, title: blue
============================================================ */
.page-template-page-healthcare-new-2026 .why-us--light {
  background: #EEF3F8 !important;
}
.page-template-page-healthcare-new-2026 .why-us--light .why-card {
  background: #ffffff !important;
  border-color: rgba(118, 130, 151, 0.12) !important;
  padding: 24px !important;
  gap: 14px !important;
}
.page-template-page-healthcare-new-2026 .why-us--light .why-card__num {
  width: auto !important;
  height: auto !important;
  background: transparent !important;
  border-radius: 0 !important;
  font-size: 12px !important;
  font-weight: 700 !important;
  color: var(--primary) !important;
  letter-spacing: 0.5px !important;
  padding: 0 !important;
  justify-content: flex-start !important;
}
.page-template-page-healthcare-new-2026 .why-us--light .why-card h3 {
  color: var(--primary) !important;
}

@media (max-width: 992px) {
  .page-template-page-healthcare-new-2026 .why-us__grid { grid-template-columns: repeat(2, 1fr); }
}
@media (max-width: 768px) {
  .page-template-page-healthcare-new-2026 .why-us { padding: 60px 0; }
  .page-template-page-healthcare-new-2026 .why-us__grid { grid-template-columns: 1fr; }
}
/* ============================================================
   NEW: VS-SECTION (comparison cards + CTA banner)
   Used by "Custom vs platform-based healthcare software"
============================================================ */
.page-template-page-healthcare-new-2026 .vs-section {
  padding: 100px 0;
  background: #F4F8FC;
}

/* Two comparison cards */
.page-template-page-healthcare-new-2026 .vs-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 24px;
  max-width: 1100px;
  margin: 0 auto;
}

.page-template-page-healthcare-new-2026 .vs-card {
  background: #ffffff;
  border: 1px solid rgba(22, 144, 211, 0.35);
  border-radius: var(--radius-md);
  padding: 32px;
  display: flex;
  flex-direction: column;
  gap: 18px;
}

.page-template-page-healthcare-new-2026 .vs-card__title {
  font-size: 18px !important;
  font-weight: 700 !important;
  color: var(--primary) !important;
  line-height: 1.4 !important;
  margin: 0 !important;
}

.page-template-page-healthcare-new-2026 .vs-card__list {
  list-style: none !important;
  padding: 0 !important;
  margin: 0 !important;
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.page-template-page-healthcare-new-2026 .vs-card__list li {
  position: relative;
  padding-left: 26px;
  font-size: 14px;
  color: var(--grey-3);
  line-height: 1.6;
  list-style: none !important;
}

.page-template-page-healthcare-new-2026 .vs-card__list li::before {
  content: '+';
  position: absolute;
  left: 6px;
  top: -1px;
  color: var(--primary);
  font-weight: 400;
  font-size: 18px;
  line-height: 1.4;
}

/* CTA banner — white card with text on the left and primary button on the right */
.page-template-page-healthcare-new-2026 .cta-banner {
  background: #ffffff;
  border: 1px solid var(--stroke-soft);
  border-radius: var(--radius-md);
  padding: 32px 40px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 32px;
  max-width: 1100px;
  margin: 40px auto 0;
}

.page-template-page-healthcare-new-2026 .cta-banner__text {
  flex: 1;
  display: flex;
  flex-direction: column;
  gap: 8px;
}

.page-template-page-healthcare-new-2026 .cta-banner__title {
  font-size: 18px !important;
  font-weight: 700 !important;
  color: var(--dark) !important;
  line-height: 1.4 !important;
  margin: 0 !important;
}

.page-template-page-healthcare-new-2026 .cta-banner__desc {
  font-size: 14px !important;
  color: var(--grey-3) !important;
  line-height: 1.6 !important;
  margin: 0 !important;
}

.page-template-page-healthcare-new-2026 .cta-banner__btn {
  flex-shrink: 0;
  padding: 14px 28px !important;
  font-size: 15px !important;
}

@media (max-width: 992px) {
  .page-template-page-healthcare-new-2026 .vs-grid { grid-template-columns: 1fr; }
}

@media (max-width: 768px) {
  .page-template-page-healthcare-new-2026 .vs-section { padding: 60px 0; }
  .page-template-page-healthcare-new-2026 .vs-card { padding: 24px; }
  .page-template-page-healthcare-new-2026 .cta-banner {
    flex-direction: column;
    align-items: flex-start;
    padding: 24px;
    gap: 20px;
  }
  .page-template-page-healthcare-new-2026 .cta-banner__btn { width: 100%; justify-content: center; }
}
/* ============================================================
   PROCESS — 2-level tabs (group + step) + content panel
   Source: ai-agent.css (.process, .process-step-btn)
   Used by "7 steps from brief to HIPAA-compliant product"
============================================================ */
.page-template-page-healthcare-new-2026 .process {
  padding: 100px 0;
  background: #F4F8FC;
}

.page-template-page-healthcare-new-2026 .process-wrap {
  background: #ffffff;
  border: 1px solid var(--stroke);
  border-radius: var(--radius-lg);
  overflow: hidden;
}

/* Group tabs (top row, 3 buttons) */
.page-template-page-healthcare-new-2026 .process-groups {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  border-bottom: 1px solid var(--stroke);
}
.page-template-page-healthcare-new-2026 .process-group-tab {
  background: #ffffff;
  border: none;
  padding: 22px 24px;
  font-family: var(--font);
  font-size: 16px;
  font-weight: 600;
  color: #768297;
  cursor: pointer;
  transition: all 0.2s;
  border-bottom: 2px solid transparent;
  margin-bottom: -1px;
}
.page-template-page-healthcare-new-2026 .process-group-tab:hover { color: #374151; }
.page-template-page-healthcare-new-2026 .process-group-tab--active {
  color: var(--primary);
  background: #EEF3F8;
  border-bottom-color: var(--primary);
}

/* Step tabs (bottom row, 7 buttons) */
.page-template-page-healthcare-new-2026 .process-stepper__track {
  display: flex;
  align-items: stretch;
  border-bottom: 1px solid var(--stroke);
  background: #ffffff;
}
.page-template-page-healthcare-new-2026 .process-step-btn {
  flex: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  padding: 14px 8px;
  background: none;
  border: none;
  border-bottom: 2px solid transparent;
  margin-bottom: -1px;
  cursor: pointer;
  font-family: var(--font);
  font-size: 13px;
  font-weight: 600;
  color: #768297;
  transition: all 0.2s;
  white-space: nowrap;
}
.page-template-page-healthcare-new-2026 .process-step-btn:hover { color: var(--primary); }
.page-template-page-healthcare-new-2026 .process-step-btn--active {
  color: #010005;
  border-bottom-color: var(--primary);
}
.page-template-page-healthcare-new-2026 .process-step-btn__circle {
  width: 22px;
  height: 22px;
  border-radius: 50%;
  background: #E5E7EB;
  color: #768297;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 11px;
  font-weight: 700;
  flex-shrink: 0;
  transition: all 0.2s;
}
.page-template-page-healthcare-new-2026 .process-step-btn--active .process-step-btn__circle {
  background: var(--primary);
  color: #ffffff;
}

/* Content panel */
.page-template-page-healthcare-new-2026 .process-content { padding: 40px; }
.page-template-page-healthcare-new-2026 .process-content--hidden { display: none !important; }
.page-template-page-healthcare-new-2026 .process-content--visible {
  display: grid !important;
  grid-template-columns: 1fr 1fr;
  gap: 40px;
}

/* Left: header + desc + button */
.page-template-page-healthcare-new-2026 .process-step__main {
  display: flex;
  flex-direction: column;
  gap: 18px;
  align-items: flex-start;
}
.page-template-page-healthcare-new-2026 .process-step__header {
  display: flex;
  align-items: center;
  gap: 12px;
}
.page-template-page-healthcare-new-2026 .process-step__num {
  width: 36px;
  height: 36px;
  border-radius: 8px;
  background: var(--primary);
  color: #ffffff;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 14px;
  font-weight: 700;
  flex-shrink: 0;
}
.page-template-page-healthcare-new-2026 .process-step__title {
  font-size: 20px !important;
  font-weight: 700 !important;
  color: var(--dark) !important;
  margin: 0 !important;
  line-height: 1.3 !important;
}
.page-template-page-healthcare-new-2026 .process-step__desc {
  font-size: 14px !important;
  color: var(--grey-3) !important;
  line-height: 1.7 !important;
  margin: 0 !important;
}

/* Right: outcomes list */
.page-template-page-healthcare-new-2026 .process-step__outcomes {
  display: flex;
  flex-direction: column;
  gap: 14px;
}
.page-template-page-healthcare-new-2026 .process-step__outcomes-label {
  font-size: 14px;
  font-weight: 600;
  color: var(--dark);
}
.page-template-page-healthcare-new-2026 .process-step__outcomes-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 10px;
}
.page-template-page-healthcare-new-2026 .process-step__outcome {
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 14px 16px;
  background: #F9FAFB;
  border: 1px solid var(--stroke-soft);
  border-radius: var(--radius-sm);
  font-size: 13px;
  font-weight: 500;
  color: var(--dark);
}
.page-template-page-healthcare-new-2026 .process-step__outcome svg { flex-shrink: 0; }

@media (max-width: 992px) {
  .page-template-page-healthcare-new-2026 .process-groups { grid-template-columns: 1fr; }
  .page-template-page-healthcare-new-2026 .process-stepper__track { flex-wrap: wrap; }
  .page-template-page-healthcare-new-2026 .process-step-btn { flex: 1 1 50%; }
  .page-template-page-healthcare-new-2026 .process-content--visible {
    grid-template-columns: 1fr;
    gap: 28px;
  }
  .page-template-page-healthcare-new-2026 .process-step__outcomes-grid { grid-template-columns: 1fr; }
}

@media (max-width: 768px) {
  .page-template-page-healthcare-new-2026 .process { padding: 60px 0; }
  .page-template-page-healthcare-new-2026 .process-content { padding: 24px; }
  .page-template-page-healthcare-new-2026 .process-step-btn { flex: 1 1 100%; justify-content: flex-start; padding-left: 20px; }
}
/* ============================================================
   NEW: SERVICES — 2-column grid variant
   Used by "AI in Healthcare"
============================================================ */
.page-template-page-healthcare-new-2026 .services__grid--2-cols {
  grid-template-columns: 1fr 1fr !important;
  gap: 24px !important;
}

@media (max-width: 768px) {
  .page-template-page-healthcare-new-2026 .services__grid--2-cols {
    grid-template-columns: 1fr !important;
  }
}

/* ============================================================
   NEW: dot-list — simple bullet list with blue dots
   Reusable utility for any section that needs blue-dot bullets
============================================================ */
.page-template-page-healthcare-new-2026 .dot-list {
  list-style: none !important;
  padding: 0 !important;
  margin: 4px 0 0 0 !important;
  display: flex;
  flex-direction: column;
  gap: 8px;
}

.page-template-page-healthcare-new-2026 .dot-list li {
  position: relative;
  padding-left: 16px;
  font-size: 13px;
  color: var(--grey-3);
  line-height: 1.6;
  list-style: none !important;
}

.page-template-page-healthcare-new-2026 .dot-list li::before {
  content: '';
  position: absolute;
  left: 0;
  top: 8px;
  width: 6px;
  height: 6px;
  background: var(--primary);
  border-radius: 50%;
}
/* ============================================================
   TECH STACK  —  source: ai-agent.css (.tech-stack, .tech-acc-*)
   Used by "Tech stack we use for healthcare solutions"
   Light variant added for healthcare scheme.
============================================================ */
.page-template-page-healthcare-new-2026 .tech-stack {
  padding: 100px 0;
  background: var(--white);
}

.page-template-page-healthcare-new-2026 .tech-stack__grid {
  display: grid !important;
  grid-template-columns: repeat(2, 1fr) !important;
  gap: 16px !important;
}

.page-template-page-healthcare-new-2026 .tech-acc-col {
  display: flex !important;
  flex-direction: column !important;
  gap: 8px !important;
}

.page-template-page-healthcare-new-2026 .tech-acc-item {
  background: #ffffff !important;
  border: 1px solid var(--stroke-soft) !important;
  border-radius: 12px !important;
  overflow: hidden !important;
  transition: border-color 0.2s !important;
}
.page-template-page-healthcare-new-2026 .tech-acc-item--open {
  border-color: rgba(22,144,211,0.4) !important;
}

.page-template-page-healthcare-new-2026 .tech-acc-header {
  width: 100% !important;
  display: flex !important;
  align-items: center !important;
  gap: 12px !important;
  padding: 16px 20px !important;
  background: none !important;
  border: none !important;
  cursor: pointer !important;
  font-family: var(--font) !important;
  font-size: 15px !important;
  font-weight: 600 !important;
  color: var(--dark) !important;
  text-align: left !important;
}

.page-template-page-healthcare-new-2026 .tech-acc-icon {
  width: 32px !important;
  height: 32px !important;
  background: var(--primary-light) !important;
  border-radius: 8px !important;
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  flex-shrink: 0 !important;
}

.page-template-page-healthcare-new-2026 .tech-acc-chevron {
  margin-left: auto !important;
  flex-shrink: 0 !important;
  color: var(--grey-2) !important;
  transition: transform 0.3s !important;
}

.page-template-page-healthcare-new-2026 .tech-acc-item--open .tech-acc-chevron {
  transform: rotate(180deg) !important;
}

.page-template-page-healthcare-new-2026 .tech-acc-body {
  max-height: 0 !important;
  overflow: hidden !important;
  transition: max-height 0.35s ease !important;
  padding: 0 20px 0 64px;
}

.page-template-page-healthcare-new-2026 .tech-acc-item--open .tech-acc-body {
  max-height: 320px !important;
  padding-bottom: 18px;
}

.page-template-page-healthcare-new-2026 .tech-acc-body p {
  font-size: 14px !important;
  color: var(--grey-3) !important;
  line-height: 1.7 !important;
  margin: 0 !important;
}

@media (max-width: 1024px) {
  .page-template-page-healthcare-new-2026 .tech-stack__grid {
    grid-template-columns: 1fr !important;
  }
}

@media (max-width: 768px) {
  .page-template-page-healthcare-new-2026 .tech-stack { padding: 60px 0; }
  .page-template-page-healthcare-new-2026 .tech-acc-body { padding-left: 56px; }
}
/* ============================================================
   NEW: SERVICES — 4-column grid variant
   Used by "Yes, we integrate with your existing systems"
============================================================ */
.page-template-page-healthcare-new-2026 .services__grid--4-cols {
  grid-template-columns: repeat(4, 1fr) !important;
  gap: 20px !important;
}

@media (max-width: 992px) {
  .page-template-page-healthcare-new-2026 .services__grid--4-cols {
    grid-template-columns: repeat(2, 1fr) !important;
  }
}

@media (max-width: 768px) {
  .page-template-page-healthcare-new-2026 .services__grid--4-cols {
    grid-template-columns: 1fr !important;
  }
}
/* ============================================================
   NEW: CHECKLIST  —  used by "HIPAA security checklist"
============================================================ */
.page-template-page-healthcare-new-2026 .checklist-section {
  padding: 100px 0;
  background: #F4F8FC;
}

.page-template-page-healthcare-new-2026 .checklist-card {
  background: #ffffff;
  border: 1px solid var(--stroke-soft);
  border-radius: var(--radius-lg);
  max-width: 1100px;
  margin: 0 auto;
  overflow: hidden;
}

.page-template-page-healthcare-new-2026 .checklist-card__title {
  font-size: 18px !important;
  font-weight: 700 !important;
  color: var(--primary) !important;
  padding: 24px 32px;
  margin: 0 !important;
  border-bottom: 1px solid var(--stroke-soft);
}

.page-template-page-healthcare-new-2026 .checklist-card__grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 14px 40px;
  padding: 28px 32px;
}

.page-template-page-healthcare-new-2026 .checklist-item {
  display: flex;
  align-items: center;
  gap: 12px;
  font-size: 14px;
  color: var(--grey-3);
  line-height: 1.5;
}

.page-template-page-healthcare-new-2026 .checklist-item::before {
  content: '';
  flex-shrink: 0;
  width: 22px;
  height: 22px;
  background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='22' height='22' viewBox='0 0 22 22' fill='none'><rect width='22' height='22' rx='5' fill='%231690D3'/><path d='M6 11l3 3 7-7' stroke='%23ffffff' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/></svg>");
  background-repeat: no-repeat;
}

.page-template-page-healthcare-new-2026 .checklist-card__footer {
  display: flex;
  align-items: center;
  gap: 20px;
  padding: 22px 32px;
  background: #F9FAFB;
  border-top: 1px solid var(--stroke-soft);
}

.page-template-page-healthcare-new-2026 .checklist-card__footer-icon {
  width: 44px;
  height: 44px;
  background: var(--primary-light);
  border-radius: var(--radius-sm);
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}

.page-template-page-healthcare-new-2026 .checklist-card__footer-text {
  flex: 1;
  font-size: 13px !important;
  color: var(--grey-3) !important;
  line-height: 1.6 !important;
  margin: 0 !important;
}

.page-template-page-healthcare-new-2026 .checklist-card__footer .btn {
  flex-shrink: 0;
}

@media (max-width: 768px) {
  .page-template-page-healthcare-new-2026 .checklist-section { padding: 60px 0; }
  .page-template-page-healthcare-new-2026 .checklist-card__title { padding: 20px 24px; }
  .page-template-page-healthcare-new-2026 .checklist-card__grid {
    grid-template-columns: 1fr;
    padding: 22px 24px;
    gap: 12px;
  }
  .page-template-page-healthcare-new-2026 .checklist-card__footer {
    flex-direction: column;
    align-items: flex-start;
    padding: 20px 24px;
  }
  .page-template-page-healthcare-new-2026 .checklist-card__footer .btn {
    width: 100%;
    justify-content: center;
  }
}
/* ============================================================
   PRICING — main cards + sample costs sub-block
   Source: ai-agent.css (.pricing, .pricing-card)
   Featured card adapted: white bg with blue border
   (instead of solid blue bg in ai-agent).
============================================================ */
.page-template-page-healthcare-new-2026 .pricing {
  padding: 100px 0 !important;
  background: #F4F8FC !important;
}

/* --- Main 3-card grid --- */
.page-template-page-healthcare-new-2026 .pricing__cards {
  display: grid !important;
  grid-template-columns: repeat(3, 1fr) !important;
  gap: 20px !important;
  align-items: start !important;
}

.page-template-page-healthcare-new-2026 .pricing-card {
  background: #ffffff !important;
  border: 1px solid var(--stroke) !important;
  border-radius: 16px !important;
  padding: 28px !important;
  display: flex !important;
  flex-direction: column !important;
  gap: 14px !important;
  position: relative !important;
}

/* Featured card — white bg + blue border (NOT solid blue like ai-agent) */
.page-template-page-healthcare-new-2026 .pricing-card--featured {
  background: #ffffff !important;
  border: 2px solid var(--primary) !important;
  padding-top: 44px !important;
}

.page-template-page-healthcare-new-2026 .pricing-card__badge {
  position: absolute !important;
  top: -14px !important;
  left: 50% !important;
  transform: translateX(-50%) !important;
  background: var(--primary) !important;
  color: #ffffff !important;
  font-size: 11px !important;
  font-weight: 700 !important;
  letter-spacing: 0.5px !important;
  padding: 6px 18px !important;
  border-radius: 9999px !important;
  white-space: nowrap !important;
}

.page-template-page-healthcare-new-2026 .pricing-card__title {
  font-size: 12px !important;
  font-weight: 700 !important;
  color: var(--grey-2) !important;
  letter-spacing: 1px !important;
  text-transform: uppercase !important;
  margin: 0 !important;
}
.page-template-page-healthcare-new-2026 .pricing-card--featured .pricing-card__title {
  color: var(--primary) !important;
}

.page-template-page-healthcare-new-2026 .pricing-card__price-row {
  display: flex;
  align-items: baseline;
  gap: 8px;
}

.page-template-page-healthcare-new-2026 .pricing-card__price {
  font-size: 36px !important;
  font-weight: 700 !important;
  color: var(--dark) !important;
  line-height: 1 !important;
}

.page-template-page-healthcare-new-2026 .pricing-card__price-suffix {
  font-size: 13px;
  color: var(--grey-2);
  font-weight: 500;
}

.page-template-page-healthcare-new-2026 .pricing-card__price-range {
  font-size: 14px;
  font-weight: 600;
  color: var(--dark);
}

.page-template-page-healthcare-new-2026 .pricing-card__desc {
  font-size: 14px !important;
  color: var(--grey-3) !important;
  line-height: 1.6 !important;
  margin: 0 !important;
}

.page-template-page-healthcare-new-2026 .pricing-card__divider {
  border: none;
  border-top: 1px solid var(--stroke);
  margin: 4px 0;
}

.page-template-page-healthcare-new-2026 .pricing-card__features {
  list-style: none !important;
  padding: 0 !important;
  margin: 0 !important;
  display: flex !important;
  flex-direction: column !important;
  gap: 10px !important;
  flex: 1 !important;
}

.page-template-page-healthcare-new-2026 .pricing-card__features li {
  display: flex !important;
  align-items: flex-start !important;
  gap: 10px !important;
  font-size: 14px !important;
  color: var(--grey-3) !important;
  list-style: none !important;
  line-height: 1.5;
}

.page-template-page-healthcare-new-2026 .pricing-card__features li::before {
  content: '' !important;
  display: inline-block !important;
  flex-shrink: 0 !important;
  width: 16px !important;
  height: 16px !important;
  margin-top: 3px !important;
  background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 16 16' fill='none'><path d='M3 8l3 3 7-7' stroke='%231690D3' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/></svg>") !important;
  background-repeat: no-repeat !important;
  background-size: 16px 16px !important;
}

/* Buttons */
.page-template-page-healthcare-new-2026 .pricing-card__btn {
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  gap: 8px !important;
  padding: 12px 24px !important;
  font-size: 14px !important;
  font-weight: 600 !important;
  color: var(--primary) !important;
  background: #ffffff !important;
  border: 1px solid var(--primary) !important;
  border-radius: 9999px !important;
  text-decoration: none !important;
  transition: all 0.2s !important;
  font-family: var(--font) !important;
  margin-top: 8px !important;
}
.page-template-page-healthcare-new-2026 .pricing-card__btn:hover {
  background: var(--primary) !important;
  color: #ffffff !important;
}

/* Featured card button — filled primary */
.page-template-page-healthcare-new-2026 .pricing-card--featured .pricing-card__btn {
  background: var(--primary) !important;
  color: #ffffff !important;
}
.page-template-page-healthcare-new-2026 .pricing-card--featured .pricing-card__btn:hover {
  background: #1278b5 !important;
  border-color: #1278b5 !important;
}

/* --- Sample costs sub-block (6 small cards 3x2) --- */
.page-template-page-healthcare-new-2026 .pricing__samples {
  margin-top: 60px;
}

.page-template-page-healthcare-new-2026 .pricing__samples-title {
  font-size: 20px !important;
  font-weight: 700 !important;
  color: var(--dark) !important;
  margin: 0 0 24px 0 !important;
}

.page-template-page-healthcare-new-2026 .pricing__samples-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
}

.page-template-page-healthcare-new-2026 .sample-card {
  background: #ffffff;
  border: 1px solid var(--stroke);
  border-radius: 14px;
  padding: 22px 24px;
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.page-template-page-healthcare-new-2026 .sample-card__label {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  font-size: 11px;
  font-weight: 700;
  color: var(--primary);
  letter-spacing: 1px;
  text-transform: uppercase;
}

.page-template-page-healthcare-new-2026 .sample-card__label::before {
  content: '';
  width: 6px;
  height: 6px;
  background: var(--primary);
  flex-shrink: 0;
}

.page-template-page-healthcare-new-2026 .sample-card__name {
  font-size: 16px !important;
  font-weight: 700 !important;
  color: var(--dark) !important;
  margin: 0 !important;
  line-height: 1.4 !important;
}

.page-template-page-healthcare-new-2026 .sample-card__price {
  font-size: 17px;
  font-weight: 600;
  color: var(--primary);
  margin-top: 4px;
}

/* --- Responsive --- */
@media (max-width: 992px) {
  .page-template-page-healthcare-new-2026 .pricing__cards {
    grid-template-columns: 1fr !important;
    max-width: 460px;
    margin: 0 auto;
  }
  .page-template-page-healthcare-new-2026 .pricing__samples-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 768px) {
  .page-template-page-healthcare-new-2026 .pricing { padding: 60px 0 !important; }
  .page-template-page-healthcare-new-2026 .pricing__samples-grid {
    grid-template-columns: 1fr;
  }
  .page-template-page-healthcare-new-2026 .pricing__samples-title {
    font-size: 18px !important;
  }
}
/* ============================================================
   FAQ  —  source: ai-agent.css (.faq, .faq-item, .faq-question, .faq-answer)
   Used by "Questions you may have"
============================================================ */
.page-template-page-healthcare-new-2026 .faq {
  padding: 100px 0 !important;
  background: #F4F8FC !important;
}

.page-template-page-healthcare-new-2026 .faq__grid {
  display: grid !important;
  grid-template-columns: repeat(2, 1fr) !important;
  gap: 0 24px !important;
  align-items: start !important;
}

.page-template-page-healthcare-new-2026 .faq__col {
  display: flex !important;
  flex-direction: column !important;
  gap: 0 !important;
}

.page-template-page-healthcare-new-2026 .faq-item {
  border: 1px solid var(--stroke-soft) !important;
  border-radius: 12px !important;
  margin-bottom: 8px !important;
  overflow: hidden !important;
  background: #ffffff !important;
  transition: border-color 0.2s !important;
}

.page-template-page-healthcare-new-2026 .faq-item--open {
  border-color: var(--primary) !important;
}

.page-template-page-healthcare-new-2026 .faq-question {
  width: 100% !important;
  display: flex !important;
  align-items: center !important;
  gap: 12px !important;
  padding: 16px 20px !important;
  font-size: 15px !important;
  font-weight: 600 !important;
  color: var(--dark) !important;
  text-align: left !important;
  background: none !important;
  border: none !important;
  cursor: pointer !important;
  font-family: var(--font) !important;
}

/* Number — grey by default, blue when item is open */
.page-template-page-healthcare-new-2026 .faq-num {
  font-size: 13px !important;
  font-weight: 700 !important;
  color: var(--grey-2) !important;
  flex-shrink: 0 !important;
  width: 24px !important;
  transition: color 0.2s !important;
}

.page-template-page-healthcare-new-2026 .faq-item--open .faq-num {
  color: var(--primary) !important;
}

.page-template-page-healthcare-new-2026 .faq-question span:nth-child(2) {
  flex: 1 !important;
}

.page-template-page-healthcare-new-2026 .faq-toggle {
  width: 28px !important;
  height: 28px !important;
  border-radius: 50% !important;
  background: #F4F8FC !important;
  border: 1px solid var(--stroke-soft) !important;
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  flex-shrink: 0 !important;
  color: var(--grey-2) !important;
  transition: all 0.2s !important;
}

.page-template-page-healthcare-new-2026 .faq-question[aria-expanded="true"] .faq-toggle {
  background: var(--primary) !important;
  border-color: var(--primary) !important;
  color: #ffffff !important;
  transform: rotate(45deg) !important;
}

.page-template-page-healthcare-new-2026 .faq-answer {
  overflow: hidden !important;
  max-height: 0 !important;
  transition: max-height 0.35s ease !important;
}

.page-template-page-healthcare-new-2026 .faq-answer.open {
  max-height: 500px !important;
}

.page-template-page-healthcare-new-2026 .faq-answer p {
  padding: 0 20px 16px 56px !important;
  font-size: 14px !important;
  color: var(--grey-3) !important;
  line-height: 1.7 !important;
  margin: 0 !important;
}

.page-template-page-healthcare-new-2026 .faq-question::after {
  display: none !important;
  content: none !important;
}

@media (max-width: 1024px) {
  .page-template-page-healthcare-new-2026 .faq__grid {
    grid-template-columns: 1fr !important;
  }
}

@media (max-width: 768px) {
  .page-template-page-healthcare-new-2026 .faq { padding: 60px 0 !important; }
}
/* ============================================================
   CONTACT — left side hard-coded, right side CF7 shortcode
   Source: ai-agent.css (.contact__inner / __left / __right)
============================================================ */
.page-template-page-healthcare-new-2026 .contact {
  padding: 100px 0;
  background: var(--white);
}

.page-template-page-healthcare-new-2026 .contact__inner {
  display: grid !important;
  grid-template-columns: 55fr 45fr !important;
  gap: 60px !important;
  align-items: start !important;
}

.page-template-page-healthcare-new-2026 .contact__left,
.page-template-page-healthcare-new-2026 .contact__right {
  min-width: 0 !important;
}

/* LEFT — pitch + steps + pills */
.page-template-page-healthcare-new-2026 .contact__title {
  font-size: 36px !important;
  font-weight: 700 !important;
  color: var(--dark) !important;
  line-height: 1.15 !important;
  margin: 0 0 16px 0 !important;
}

.page-template-page-healthcare-new-2026 .contact__intro {
  font-size: 15px !important;
  color: var(--grey-3) !important;
  line-height: 1.7 !important;
  margin: 0 0 24px 0 !important;
}

.page-template-page-healthcare-new-2026 .contact__steps-title {
  font-size: 15px !important;
  font-weight: 700 !important;
  color: var(--dark) !important;
  margin: 0 0 12px 0 !important;
}

.page-template-page-healthcare-new-2026 .contact-steps {
  list-style: none !important;
  padding: 0 !important;
  margin: 0 0 28px 0 !important;
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.page-template-page-healthcare-new-2026 .contact-steps li {
  display: flex;
  gap: 14px;
  font-size: 14px;
  color: var(--grey-3);
  line-height: 1.6;
  list-style: none !important;
}

.page-template-page-healthcare-new-2026 .contact-steps__num {
  color: var(--primary);
  font-weight: 700;
  flex-shrink: 0;
  width: 14px;
}

.page-template-page-healthcare-new-2026 .contact-pills {
  display: flex;
  gap: 10px;
  flex-wrap: wrap;
}

.page-template-page-healthcare-new-2026 .contact-pill {
  font-size: 13px;
  font-weight: 500;
  color: var(--dark);
  background: transparent;
  border: 1px solid var(--stroke);
  padding: 8px 18px;
  border-radius: 9999px;
}

@media (max-width: 1024px) {
  .page-template-page-healthcare-new-2026 .contact__inner {
    grid-template-columns: 1fr !important;
    gap: 40px !important;
  }
}

@media (max-width: 768px) {
  .page-template-page-healthcare-new-2026 .contact { padding: 60px 0; }
  .page-template-page-healthcare-new-2026 .contact__title { font-size: 28px !important; }
}
/* ============================================================
   ARTICLES — source: ai-agent.css (.articles, .article-card)
   Copied 1:1 with page-template scope replaced.
============================================================ */
.page-template-page-healthcare-new-2026 .articles {
 /* padding: 80px 0 !important;*/
  background: var(--white) !important;
}

.page-template-page-healthcare-new-2026 .articles__header {
  display: flex !important;
  align-items: flex-end !important;
  justify-content: space-between !important;
  margin-bottom: 32px !important;
}

.page-template-page-healthcare-new-2026 .articles__header .label {
  display: block !important;
  margin-bottom: 6px !important;
}

.page-template-page-healthcare-new-2026 .articles__grid {
  display: grid !important;
  grid-template-columns: repeat(3, 1fr) !important;
  gap: 20px !important;
}

.page-template-page-healthcare-new-2026 .article-card {
  background: #ffffff !important;
  border: 1px solid var(--stroke-soft) !important;
  border-radius: 16px !important;
  overflow: hidden !important;
  display: flex !important;
  flex-direction: column !important;
  text-decoration: none !important;
  transition: box-shadow 0.2s, transform 0.2s !important;
}
.page-template-page-healthcare-new-2026 .article-card:hover {
  box-shadow: 0 8px 24px rgba(22,144,211,0.1) !important;
  transform: translateY(-3px) !important;
}

.page-template-page-healthcare-new-2026 .article-card__img {
  height: 200px !important;
  background-size: cover !important;
  background-position: center !important;
  background-repeat: no-repeat !important;
  background-color: var(--stroke-soft) !important;
  flex-shrink: 0 !important;
}

.page-template-page-healthcare-new-2026 .article-card__content {
  padding: 20px !important;
  display: flex !important;
  flex-direction: column !important;
  gap: 10px !important;
  flex: 1 !important;
}

.page-template-page-healthcare-new-2026 .article-card__tag {
  font-size: 12px !important;
  font-weight: 700 !important;
  color: var(--primary) !important;
  text-transform: uppercase !important;
  letter-spacing: 0.5px !important;
}

.page-template-page-healthcare-new-2026 .article-card h3 {
  font-size: 16px !important;
  font-weight: 700 !important;
  color: var(--dark) !important;
  line-height: 1.4 !important;
  margin: 0 !important;
}

.page-template-page-healthcare-new-2026 .article-card p {
  font-size: 13px !important;
  color: var(--grey-2) !important;
  line-height: 1.6 !important;
  margin: 0 !important;
  flex: 1 !important;
}

.page-template-page-healthcare-new-2026 .article-card__read {
  font-size: 12px !important;
  color: var(--grey-2) !important;
  margin-top: auto !important;
}

/* link-arrow utility — for "View all posts" */
.page-template-page-healthcare-new-2026 .link-arrow {
  font-size: 14px;
  font-weight: 600;
  color: var(--primary);
  text-decoration: none;
  white-space: nowrap;
  transition: opacity 0.2s;
}
.page-template-page-healthcare-new-2026 .link-arrow:hover {
  opacity: 0.75;
}

@media (max-width: 1024px) {
  .page-template-page-healthcare-new-2026 .articles__grid {
    grid-template-columns: repeat(2, 1fr) !important;
  }
}

@media (max-width: 768px) {
  .page-template-page-healthcare-new-2026 .articles__grid {
    grid-template-columns: 1fr !important;
  }
}