
.healthcare-page {
  --font-heading: 'Oswald', sans-serif;
  --font-body: 'Poppins', sans-serif;
  --font-mono: ui-monospace, monospace;
  --bg: #ffffff;
  --bg-off: #f7f8fc;
  --ink: #07080f;
  --ink-mid: #2a2d3d;
  --ink-muted: #6b6f85;
  --ink-faint: #a0a3b1;
  --border: #e2e4ee;
  --border-mid: #c8cbdb;
  --blue: #1a56f0;
  --violet: #6c3fcf;
  --magenta: #c026a0;
  --teal: #0891b2;
  --emerald: #059669;
  --amber: #d97706;
  --cyan: #06b6d4;
  --indigo: #4f46e5;
  --slate: #1e3a5f;
  --steel: #2a4a6b;
  --gold: #b8860b;
  --gold-light: #d4a017;
  --navy: #080c18;
  --h-green: #059669;
  --h-teal: #0891b2;
  --h-emerald: #10b981;
  --h-mint: #34d399;
}

.healthcare-page *,
.healthcare-page *::before,
.healthcare-page *::after {
  box-sizing: border-box;
}

.healthcare-page {
  background: var(--bg);
  color: var(--ink);
  font-family: var(--font-body);
  font-weight: 300;
  line-height: 1.7;
  overflow-x: hidden;
}

.healthcare-page .reveal {
  opacity: 1;
  transform: none;
}

.healthcare-page.js-loaded .reveal {
  opacity: 0;
  transform: translateY(20px);
  transition: opacity 0.65s cubic-bezier(0.22, 0.68, 0, 1.1), transform 0.65s cubic-bezier(0.22, 0.68, 0, 1.1);
}

.healthcare-page.js-loaded .reveal.in {
  opacity: 1;
  transform: translateY(0);
}

.healthcare-page .mono-label {
  font-family: var(--font-mono);
  font-size: 0.68rem;
  letter-spacing: 0.12em;
  color: var(--h-emerald);
  text-transform: uppercase;
  display: flex;
  align-items: center;
  gap: 0.6rem;
  margin-bottom: 1rem;
}

.healthcare-page .mono-label::before {
  content: '';
  display: inline-block;
  width: 24px;
  height: 1px;
  background: var(--h-emerald);
  flex-shrink: 0;
}

.healthcare-page .section-heading {
  font-size: clamp(2rem, 3.5vw, 3rem);
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.02em;
  line-height: 1.06;
  color: var(--ink);
  margin-bottom: 1rem;
}

.healthcare-page .section-heading .hl {
  background: linear-gradient(120deg, var(--h-emerald) 0%, var(--h-teal) 55%, var(--blue) 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
}

.healthcare-page .section-sub {
  font-size: 0.95rem;
  color: var(--ink-muted);
  line-height: 1.8;
  max-width: 52ch;
}

.healthcare-page .h-rule {
  width: 100%;
  height: 1px;
  background: var(--border);
  border: none;
  margin: 0;
}

.healthcare-page .bi-blue {
  background: rgba(26, 86, 240, 0.09);
  border: 1px solid rgba(26, 86, 240, 0.2);
  color: var(--blue);
}

.healthcare-page .bi-violet {
  background: rgba(108, 63, 207, 0.09);
  border: 1px solid rgba(108, 63, 207, 0.2);
  color: var(--violet);
}

.healthcare-page .bi-teal {
  background: rgba(8, 145, 178, 0.09);
  border: 1px solid rgba(8, 145, 178, 0.2);
  color: var(--teal);
}

.healthcare-page .bi-em {
  background: rgba(5, 150, 105, 0.09);
  border: 1px solid rgba(5, 150, 105, 0.2);
  color: var(--emerald);
}

.healthcare-page .bi-mint {
  background: rgba(52, 211, 153, 0.09);
  border: 1px solid rgba(52, 211, 153, 0.2);
  color: var(--h-mint);
}

.healthcare-page .bi-amber {
  background: rgba(217, 119, 6, 0.09);
  border: 1px solid rgba(217, 119, 6, 0.2);
  color: var(--amber);
}

.healthcare-page .bi-cyan {
  background: rgba(6, 182, 212, 0.09);
  border: 1px solid rgba(6, 182, 212, 0.2);
  color: var(--cyan);
}

.healthcare-page .bi-indigo {
  background: rgba(79, 70, 229, 0.09);
  border: 1px solid rgba(79, 70, 229, 0.2);
  color: var(--indigo);
}

.healthcare-page .bi-slate {
  background: rgba(30, 58, 95, 0.08);
  border: 1px solid rgba(30, 58, 95, 0.2);
  color: var(--slate);
}

.healthcare-page .bi-rose {
  background: rgba(192, 38, 160, 0.09);
  border: 1px solid rgba(192, 38, 160, 0.2);
  color: var(--magenta);
}

.healthcare-page .hero {
  position: relative;
  min-height: 88vh;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 9rem 5vw 6rem;
  overflow: hidden;
  text-align: center;
}

.healthcare-page .hero__bg {
  position: absolute;
  inset: 0;
  background:
    radial-gradient(ellipse 55% 65% at 8% 50%, rgba(5, 150, 105, 0.14) 0%, transparent 65%),
    radial-gradient(ellipse 50% 65% at 90% 25%, rgba(8, 145, 178, 0.13) 0%, transparent 65%),
    radial-gradient(ellipse 45% 55% at 50% 98%, rgba(16, 185, 129, 0.1) 0%, transparent 60%),
    linear-gradient(155deg, #040810 0%, #060c1c 40%, #04091a 70%, #030810 100%);
}

.healthcare-page .hero__orb {
  position: absolute;
  border-radius: 50%;
  filter: blur(90px);
  pointer-events: none;
}

.healthcare-page .orb-1 {
  width: 660px;
  height: 580px;
  background: radial-gradient(circle, rgba(5, 150, 105, 0.15), transparent 70%);
  top: -100px;
  left: -110px;
  animation: healthcare-orb-float 16s ease-in-out infinite;
}

.healthcare-page .orb-2 {
  width: 700px;
  height: 540px;
  background: radial-gradient(circle, rgba(8, 145, 178, 0.13), transparent 70%);
  top: -60px;
  right: -140px;
  animation: healthcare-orb-float 19s ease-in-out infinite reverse;
}

.healthcare-page .orb-3 {
  width: 440px;
  height: 440px;
  background: radial-gradient(circle, rgba(16, 185, 129, 0.1), transparent 70%);
  bottom: -80px;
  left: 44%;
  animation: healthcare-orb-float 13s ease-in-out infinite 5s;
}

@keyframes healthcare-orb-float {
  0%, 100% { transform: translate(0, 0) scale(1); }
  33% { transform: translate(24px, -18px) scale(1.04); }
  66% { transform: translate(-16px, 12px) scale(0.97); }
}

.healthcare-page .hero__canvas {
  position: absolute;
  inset: 0;
  z-index: 0;
  opacity: 0.35;
}

.healthcare-page .hero__grid {
  position: absolute;
  inset: 0;
  background-image: linear-gradient(rgba(255, 255, 255, 0.014) 1px, transparent 1px), linear-gradient(90deg, rgba(255, 255, 255, 0.014) 1px, transparent 1px);
  background-size: 60px 60px;
  mask-image: radial-gradient(ellipse 90% 100% at 50% 0%, black 20%, transparent 100%);
}

.healthcare-page .hero__lines {
  position: absolute;
  inset: 0;
  overflow: hidden;
  pointer-events: none;
}

.healthcare-page .hero__lines::before,
.healthcare-page .hero__lines::after {
  content: '';
  position: absolute;
  width: 1px;
  height: 210px;
  background: linear-gradient(to bottom, transparent, rgba(16, 185, 129, 0.4), transparent);
}

.healthcare-page .hero__lines::before {
  left: 20%;
  top: 16%;
  animation: healthcare-line-pulse 5.5s ease-in-out infinite;
}

.healthcare-page .hero__lines::after {
  right: 19%;
  top: 26%;
  animation: healthcare-line-pulse 5.5s ease-in-out infinite 2.75s;
}

@keyframes healthcare-line-pulse {
  0%, 100% { opacity: 0.2; transform: scaleY(1); }
  50% { opacity: 0.7; transform: scaleY(1.45); }
}

.healthcare-page .hero__tokens {
  position: absolute;
  left: 2vw;
  top: 50%;
  transform: translateY(-50%);
  display: flex;
  flex-direction: column;
  gap: 0.45rem;
  z-index: 1;
  pointer-events: none;
}

.healthcare-page .hero__token {
  font-family: var(--font-mono);
  font-size: 0.55rem;
  letter-spacing: 0.08em;
  color: rgba(16, 185, 129, 0.55);
  padding: 0.15rem 0.5rem;
  border: 1px solid rgba(16, 185, 129, 0.18);
  border-radius: 2px;
  background: rgba(16, 185, 129, 0.05);
  animation: healthcare-token-fade 4s ease-in-out infinite;
  white-space: nowrap;
}

.healthcare-page .hero__token:nth-child(2) { animation-delay: 0.5s; color: rgba(8, 145, 178, 0.65); border-color: rgba(8, 145, 178, 0.18); background: rgba(8, 145, 178, 0.05); }
.healthcare-page .hero__token:nth-child(3) { animation-delay: 1s; color: rgba(5, 150, 105, 0.6); border-color: rgba(5, 150, 105, 0.18); background: rgba(5, 150, 105, 0.05); }
.healthcare-page .hero__token:nth-child(4) { animation-delay: 1.5s; color: rgba(79, 70, 229, 0.6); border-color: rgba(79, 70, 229, 0.18); background: rgba(79, 70, 229, 0.05); }
.healthcare-page .hero__token:nth-child(5) { animation-delay: 2s; color: rgba(16, 185, 129, 0.55); }
.healthcare-page .hero__token:nth-child(6) { animation-delay: 2.5s; color: rgba(8, 145, 178, 0.65); border-color: rgba(8, 145, 178, 0.18); background: rgba(8, 145, 178, 0.05); }
.healthcare-page .hero__token:nth-child(7) { animation-delay: 3s; color: rgba(5, 150, 105, 0.6); border-color: rgba(5, 150, 105, 0.18); background: rgba(5, 150, 105, 0.05); }

@keyframes healthcare-token-fade {
  0%, 100% { opacity: 0.4; }
  50% { opacity: 1; }
}

.healthcare-page .hero__metrics {
  position: absolute;
  right: 2vw;
  top: 50%;
  transform: translateY(-50%);
  display: flex;
  flex-direction: column;
  gap: 0.6rem;
  z-index: 1;
  pointer-events: none;
  align-items: flex-end;
}

.healthcare-page .hero__metric {
  font-family: var(--font-mono);
  font-size: 0.56rem;
  letter-spacing: 0.07em;
  color: rgba(255, 255, 255, 0.22);
  display: flex;
  align-items: center;
  gap: 0.5rem;
  animation: healthcare-metric-pulse 5s ease-in-out infinite;
  white-space: nowrap;
}

.healthcare-page .hero__metric-val {
  color: rgba(16, 185, 129, 0.85);
  font-size: 0.7rem;
}

.healthcare-page .hero__metric-val.green {
  color: rgba(52, 211, 153, 0.85);
}

.healthcare-page .hero__metric:nth-child(2) { animation-delay: 0.9s; }
.healthcare-page .hero__metric:nth-child(3) { animation-delay: 1.8s; }
.healthcare-page .hero__metric:nth-child(4) { animation-delay: 2.7s; }
.healthcare-page .hero__metric:nth-child(5) { animation-delay: 3.6s; }
.healthcare-page .hero__metric:nth-child(6) { animation-delay: 4.5s; }

@keyframes healthcare-metric-pulse {
  0%, 100% { opacity: 0.4; }
  50% { opacity: 1; }
}

.healthcare-page .hero__content {
  position: relative;
  z-index: 2;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 1.4rem;
  max-width: 920px;
}

.healthcare-page .hero__eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  font-family: var(--font-body);
  font-size: 0.7rem;
  font-weight: 500;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.45);
  border: 1px solid rgba(255, 255, 255, 0.1);
  padding: 0.35rem 1rem;
  border-radius: 100px;
  background: rgba(255, 255, 255, 0.04);
  backdrop-filter: blur(8px);
}

.healthcare-page .hero__eyebrow-dot {
  width: 6px;
  height: 6px;
  border-radius: 50%;
  flex-shrink: 0;
  background: linear-gradient(135deg, var(--h-emerald), var(--h-teal));
  animation: healthcare-eyebrow-blink 2s ease-in-out infinite;
}

@keyframes healthcare-eyebrow-blink {
  0%, 100% { opacity: 1; transform: scale(1); }
  50% { opacity: 0.5; transform: scale(0.7); }
}

.healthcare-page .hero__title {
  color: #fff;
}

.healthcare-page .hero__title .g {
  background: linear-gradient(135deg, #a7f3d0 0%, #6ee7b7 40%, #5eead4 75%, #99f6e4 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
}

.healthcare-page .hero__sub {
  font-family: var(--font-body);
  font-size: 1.05rem;
  font-weight: 300;
  color: rgba(255, 255, 255, 0.48);
  max-width: 64ch;
  line-height: 1.85;
}

.healthcare-page .hero__actions {
  display: flex;
  gap: 1rem;
  flex-wrap: wrap;
  justify-content: center;
}

.healthcare-page .hero__badges {
  display: flex;
  gap: 0.5rem;
  flex-wrap: wrap;
  justify-content: center;
}

.healthcare-page .proto-badge {
  font-family: var(--font-mono);
  font-size: 0.56rem;
  letter-spacing: 0.07em;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.32);
  border: 1px solid rgba(255, 255, 255, 0.08);
  padding: 0.22rem 0.65rem;
  border-radius: 2px;
  background: rgba(255, 255, 255, 0.03);
  transition: color 0.2s, border-color 0.2s;
}

.healthcare-page .proto-badge:hover {
  color: rgba(167, 243, 208, 0.85);
  border-color: rgba(16, 185, 129, 0.3);
}

.healthcare-page .btn-grad {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  font-family: var(--font-body);
  font-size: 0.82rem;
  font-weight: 500;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  color: #fff;
  text-decoration: none;
  padding: 0.85rem 2rem;
  border-radius: 6px;
  background: linear-gradient(135deg, var(--h-emerald), var(--h-teal));
  position: relative;
  overflow: hidden;
  transition: transform 0.15s;
}

.healthcare-page .btn-grad::before {
  content: '';
  position: absolute;
  inset: 0;
  background: linear-gradient(135deg, var(--h-teal), var(--blue));
  opacity: 0;
  transition: opacity 0.3s;
}

.healthcare-page .btn-grad span {
  position: relative;
  z-index: 1;
}

.healthcare-page .btn-grad:hover::before {
  opacity: 1;
}

.healthcare-page .btn-grad:hover {
  transform: translateY(-2px);
}

.healthcare-page .btn-outline-dark {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  font-family: var(--font-body);
  font-size: 0.82rem;
  font-weight: 500;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.6);
  text-decoration: none;
  padding: 0.85rem 2rem;
  border-radius: 6px;
  border: 1px solid rgba(255, 255, 255, 0.16);
  transition: border-color 0.2s, color 0.2s, transform 0.15s;
}

.healthcare-page .btn-outline-dark:hover {
  border-color: rgba(255, 255, 255, 0.35);
  color: #fff;
  transform: translateY(-2px);
}

.healthcare-page .btn-outline-white {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  font-family: var(--font-body);
  font-size: 0.82rem;
  font-weight: 500;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.6);
  text-decoration: none;
  padding: 0.85rem 2rem;
  border-radius: 6px;
  border: 1px solid rgba(255, 255, 255, 0.18);
  transition: border-color 0.2s, color 0.2s, transform 0.15s;
}

.healthcare-page .btn-outline-white:hover {
  border-color: rgba(255, 255, 255, 0.38);
  color: #fff;
  transform: translateY(-2px);
}

.healthcare-page .hero__breadcrumb {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  font-family: var(--font-body);
  font-size: 0.75rem;
  color: rgba(255, 255, 255, 0.28);
}

.healthcare-page .hero__breadcrumb a {
  color: rgba(255, 255, 255, 0.28);
  text-decoration: none;
  transition: color 0.2s;
}

.healthcare-page .hero__breadcrumb a:hover {
  color: rgba(255, 255, 255, 0.6);
}

.healthcare-page .bc-sep {
  opacity: 0.3;
}

.healthcare-page .bc-cur {
  color: rgba(255, 255, 255, 0.6);
  font-weight: 500;
}

.healthcare-page .hero__fade {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 120px;
  background: linear-gradient(to bottom, transparent, var(--bg));
  pointer-events: none;
}

@keyframes healthcare-fiu {
  from { opacity: 0; transform: translateY(20px); }
  to { opacity: 1; transform: translateY(0); }
}
.healthcare-page .stat-item {
  padding: 2rem;
  text-align: center;
  border-right: 1px solid var(--border);
  position: relative;
}

.healthcare-page .stat-item:last-child {
  border-right: none;
}

.healthcare-page .stat-item::before {
  content: '';
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 36px;
  height: 2px;
  background: linear-gradient(90deg, var(--h-emerald), var(--h-teal));
}

.healthcare-page .stat-num {
  font-size: 2.4rem;
  font-weight: 700;
  line-height: 1;
  margin-bottom: 0.3rem;
  color: var(--ink);
}

.healthcare-page .stat-num sup {
  font-size: 1.1rem;
  background: linear-gradient(135deg, var(--h-emerald), var(--h-teal));
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
}

.healthcare-page .stat-label {
  font-family: var(--font-body);
  font-size: 0.66rem;
  font-weight: 500;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: var(--ink-muted);
}

.healthcare-page .section-row {
  display: grid;
  grid-template-columns: 88px 1fr;
  min-height: 0;
}

.healthcare-page .section-gutter {
  border-right: 1px solid var(--border);
  padding: 4.5rem 0;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.healthcare-page .section-num {
  font-family: var(--font-mono);
  font-size: 0.58rem;
  color: var(--ink-faint);
  letter-spacing: 0.14em;
  writing-mode: vertical-lr;
  transform: rotate(180deg);
}

.healthcare-page .section-body {
  padding: 4.5rem 5vw 4.5rem 3.5rem;
}

.healthcare-page .section-row.bg-off {
  background: var(--bg-off);
}

.healthcare-page .section-row.bg-off .section-gutter {
  background: var(--bg-off);
}

.healthcare-page .overview-grid {
  display: grid;
  grid-template-columns: 1.15fr 1fr;
  gap: 5rem;
  align-items: start;
}

.healthcare-page .overview-body p {
  font-size: 0.95rem;
  color: var(--ink-muted);
  line-height: 1.9;
  margin-bottom: 1.3rem;
}

.healthcare-page .overview-body p:last-child {
  margin-bottom: 0;
}

.healthcare-page .reg-badges {
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem;
  margin-top: 1.8rem;
}

.healthcare-page .reg-badge {
  font-family: var(--font-mono);
  font-size: 0.58rem;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  padding: 0.3rem 0.75rem;
  border-radius: 2px;
  border: 1px solid;
  font-weight: 600;
}

.healthcare-page .rb-gdpr { color: #1a56f0; border-color: rgba(26, 86, 240, 0.3); background: rgba(26, 86, 240, 0.06); }
.healthcare-page .rb-dsh { color: #059669; border-color: rgba(5, 150, 105, 0.3); background: rgba(5, 150, 105, 0.06); }
.healthcare-page .rb-hl7 { color: #0891b2; border-color: rgba(8, 145, 178, 0.3); background: rgba(8, 145, 178, 0.06); }
.healthcare-page .rb-iso { color: #6c3fcf; border-color: rgba(108, 63, 207, 0.3); background: rgba(108, 63, 207, 0.06); }
.healthcare-page .rb-cyber { color: #d97706; border-color: rgba(217, 119, 6, 0.3); background: rgba(217, 119, 6, 0.06); }
.healthcare-page .rb-nhs { color: #4f46e5; border-color: rgba(79, 70, 229, 0.3); background: rgba(79, 70, 229, 0.06); }
.healthcare-page .rb-iram { color: #b8860b; border-color: rgba(184, 134, 11, 0.3); background: rgba(184, 134, 11, 0.06); }
.healthcare-page .rb-cqc { color: #c026a0; border-color: rgba(192, 38, 160, 0.3); background: rgba(192, 38, 160, 0.06); }

.healthcare-page .pillar-cards {
  display: flex;
  flex-direction: column;
  gap: 0.85rem;
}

.healthcare-page .opc {
  border: 1px solid var(--border);
  border-radius: 4px;
  padding: 1.3rem 1.5rem;
  display: flex;
  gap: 1rem;
  align-items: flex-start;
  transition: border-color 0.2s, transform 0.2s;
}

.healthcare-page .opc:hover {
  border-color: rgba(16, 185, 129, 0.3);
  transform: translateX(3px);
}

.healthcare-page .opc-icon {
  width: 38px;
  height: 38px;
  border-radius: 6px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1rem;
  flex-shrink: 0;
}

.healthcare-page .opc h5 {
  font-size: 0.85rem;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.04em;
  color: var(--ink);
  margin-bottom: 0.2rem;
}

.healthcare-page .opc p {
  font-size: 0.78rem;
  color: var(--ink-muted);
  line-height: 1.6;
  margin: 0;
}

.healthcare-page .challenges-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 0;
  border: 1px solid var(--border);
  border-radius: 4px;
  overflow: hidden;
  margin-top: 2rem;
}

.healthcare-page .challenge-card {
  padding: 2rem 1.8rem;
  border-right: 1px solid var(--border);
  border-bottom: 1px solid var(--border);
  position: relative;
  transition: background 0.2s;
}

.healthcare-page .challenge-card:hover {
  background: var(--bg-off);
}

.healthcare-page .challenge-card:nth-child(3n) {
  border-right: none;
}

.healthcare-page .challenge-card:nth-last-child(-n+3) {
  border-bottom: none;
}

.healthcare-page .challenge-card::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 2px;
  opacity: 0;
  transition: opacity 0.3s;
}

.healthcare-page .challenge-card:hover::after {
  opacity: 1;
}

.healthcare-page .cc-1::after { background: linear-gradient(90deg, var(--h-emerald), var(--h-teal)); }
.healthcare-page .cc-2::after { background: linear-gradient(90deg, var(--h-teal), var(--blue)); }
.healthcare-page .cc-3::after { background: linear-gradient(90deg, var(--blue), var(--indigo)); }
.healthcare-page .cc-4::after { background: linear-gradient(90deg, var(--h-teal), var(--h-green)); }
.healthcare-page .cc-5::after { background: linear-gradient(90deg, var(--amber), var(--h-teal)); }
.healthcare-page .cc-6::after { background: linear-gradient(90deg, var(--violet), var(--magenta)); }

.healthcare-page .ch-icon {
  width: 42px;
  height: 42px;
  border-radius: 8px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.05rem;
  margin-bottom: 1rem;
}

.healthcare-page .ch-title {
  font-size: 0.88rem;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.04em;
  color: var(--ink);
  margin-bottom: 0.5rem;
}

.healthcare-page .ch-desc {
  font-size: 0.78rem;
  color: var(--ink-muted);
  line-height: 1.7;
  margin-bottom: 0.9rem;
}

.healthcare-page .ch-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 0.4rem;
}

.healthcare-page .ch-tag {
  font-family: var(--font-mono);
  font-size: 0.52rem;
  letter-spacing: 0.07em;
  text-transform: uppercase;
  padding: 0.16rem 0.5rem;
  border-radius: 2px;
  color: var(--ink-faint);
  border: 1px solid var(--border);
  background: var(--bg-off);
}

.healthcare-page .support-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 0;
  border: 1px solid var(--border);
  border-radius: 4px;
  overflow: hidden;
  margin-top: 2rem;
}

.healthcare-page .support-card {
  padding: 2rem 2rem;
  border-right: 1px solid var(--border);
  border-bottom: 1px solid var(--border);
  transition: background 0.2s;
}

.healthcare-page .support-card:hover {
  background: rgba(16, 185, 129, 0.02);
}

.healthcare-page .support-card:nth-child(2n) {
  border-right: none;
}

.healthcare-page .support-card:nth-last-child(-n+2) {
  border-bottom: none;
}

.healthcare-page .sup-icon {
  width: 40px;
  height: 40px;
  border-radius: 8px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1rem;
  margin-bottom: 1rem;
}

.healthcare-page .sup-title {
  font-size: 0.9rem;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.04em;
  color: var(--ink);
  margin-bottom: 0.5rem;
}

.healthcare-page .sup-desc {
  font-size: 0.8rem;
  color: var(--ink-muted);
  line-height: 1.75;
  margin-bottom: 0.85rem;
}

.healthcare-page .sup-points {
  list-style: none;
  display: flex;
  flex-direction: column;
  gap: 0.4rem;
}

.healthcare-page .sup-points li {
  font-size: 0.75rem;
  color: var(--ink-muted);
  display: flex;
  align-items: flex-start;
  gap: 0.5rem;
  line-height: 1.5;
}

.healthcare-page .sup-points li::before {
  content: '—';
  font-family: var(--font-mono);
  color: var(--h-emerald);
  font-size: 0.65rem;
  flex-shrink: 0;
  margin-top: 0.15rem;
}

.healthcare-page .why-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 1rem;
  margin-top: 2rem;
}

.healthcare-page .why-card {
  border: 1px solid var(--border);
  border-radius: 4px;
  padding: 1.8rem 1.5rem;
  text-align: center;
  position: relative;
  overflow: hidden;
  transition: border-color 0.2s, transform 0.2s, box-shadow 0.2s;
}

.healthcare-page .why-card::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 2px;
  background: linear-gradient(90deg, var(--h-emerald), var(--h-teal));
}

.healthcare-page .why-card:hover {
  border-color: rgba(16, 185, 129, 0.3);
  transform: translateY(-3px);
  box-shadow: 0 8px 32px rgba(16, 185, 129, 0.07);
}

.healthcare-page .why-icon {
  width: 48px;
  height: 48px;
  border-radius: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.2rem;
  margin: 0 auto 1rem;
}

.healthcare-page .why-num {
  font-family: var(--font-mono);
  font-size: 0.56rem;
  color: var(--ink-faint);
  letter-spacing: 0.12em;
  margin-bottom: 0.6rem;
  display: block;
}

.healthcare-page .why-title {
  font-size: 0.82rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  color: var(--ink);
  margin-bottom: 0.5rem;
}

.healthcare-page .why-desc {
  font-size: 0.74rem;
  color: var(--ink-muted);
  line-height: 1.65;
}

.healthcare-page .sector-strip {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 0;
  border: 1px solid var(--border);
  border-radius: 4px;
  overflow: hidden;
  margin-top: 2rem;
}

.healthcare-page .sector-item {
  padding: 1.6rem 1.2rem;
  text-align: center;
  border-right: 1px solid var(--border);
  transition: background 0.2s;
}

.healthcare-page .sector-item:last-child {
  border-right: none;
}

.healthcare-page .sector-item:hover {
  background: var(--bg-off);
}

.healthcare-page .sector-icon {
  width: 38px;
  height: 38px;
  border-radius: 8px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1rem;
  margin: 0 auto 0.7rem;
}

.healthcare-page .sector-name {
  font-size: 0.72rem;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  color: var(--ink);
  margin-bottom: 0.25rem;
}

.healthcare-page .sector-desc {
  font-size: 0.68rem;
  color: var(--ink-muted);
  line-height: 1.5;
}

.healthcare-page .why-section-label {
  margin-top: 3rem;
}

.healthcare-page .section-heading--small {
  font-size: clamp(1.5rem, 2.5vw, 2rem);
}

.healthcare-page .compliance-banner--spaced {
  margin-top: 2.5rem;
}

.healthcare-page .compliance-banner {
  border: 1px solid var(--border);
  border-radius: 4px;
  padding: 2.5rem;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 3rem;
  align-items: start;
  background: var(--bg-off);
  margin-top: 2rem;
}

.healthcare-page .compliance-banner h3 {
  font-size: 1.4rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.03em;
  color: var(--ink);
  margin-bottom: 0.6rem;
}

.healthcare-page .compliance-banner h3 .hl {
  background: linear-gradient(120deg, var(--h-emerald), var(--h-teal), var(--blue));
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
}

.healthcare-page .compliance-banner p {
  font-size: 0.85rem;
  color: var(--ink-muted);
  line-height: 1.85;
}

.healthcare-page .compliance-frameworks {
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
}

.healthcare-page .fw-row {
  display: flex;
  align-items: flex-start;
  gap: 0.75rem;
  padding: 0.7rem 0.85rem;
  background: #fff;
  border: 1px solid var(--border);
  border-radius: 3px;
}

.healthcare-page .fw-tag {
  font-family: var(--font-mono);
  font-size: 0.58rem;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  padding: 0.2rem 0.6rem;
  border-radius: 2px;
  font-weight: 600;
  white-space: nowrap;
  flex-shrink: 0;
}

.healthcare-page .fw-desc {
  font-size: 0.75rem;
  color: var(--ink-muted);
  line-height: 1.5;
}

@media (max-width: 1100px) {
  .healthcare-page .overview-grid {
    grid-template-columns: 1fr;
    gap: 2.5rem;
  }
  .healthcare-page .compliance-banner {
    grid-template-columns: 1fr;
  }
  .healthcare-page .why-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 900px) {
  .healthcare-page .section-row {
    grid-template-columns: 56px 1fr;
  }
  .healthcare-page .hero__tokens,
  .healthcare-page .hero__metrics {
    display: none;
  }
  .healthcare-page .challenges-grid {
    grid-template-columns: repeat(2, 1fr);
  }
  .healthcare-page .sector-strip {
    grid-template-columns: repeat(3, 1fr);
  }
  .healthcare-page .sector-item:nth-child(3) {
    border-right: none;
  }
}

@media (max-width: 768px) {
  .healthcare-page .section-row {
    grid-template-columns: 1fr;
  }
  .healthcare-page .section-gutter {
    display: none;
  }
  .healthcare-page .section-body {
    padding: 3.5rem 5vw;
  }
.healthcare-page .stat-item:nth-child(2) {
    border-right: none;
  }
  .healthcare-page .stat-item:nth-child(1),
  .healthcare-page .stat-item:nth-child(2) {
    border-bottom: 1px solid var(--border);
  }
  .healthcare-page .challenges-grid {
    grid-template-columns: 1fr;
  }
  .healthcare-page .support-grid {
    grid-template-columns: 1fr;
  }
  .healthcare-page .support-card {
    border-right: none;
  }
  .healthcare-page .why-grid {
    grid-template-columns: 1fr 1fr;
  }
  .healthcare-page .sector-strip {
    grid-template-columns: 1fr 1fr;
  }
}
