@font-face{font-family:Inter;src:url("Inter-Medium.woff2") format("woff2");font-weight:400 500;font-style:normal;font-display:swap}
@font-face{font-family:Inter;src:url("Inter-SemiBold.woff2") format("woff2");font-weight:600 700;font-style:normal;font-display:swap}
@font-face{font-family:Inter;src:url("Inter-Bold.woff2") format("woff2");font-weight:800 900;font-style:normal;font-display:swap}
:root {
  --canvas: #f7faf8;
  --surface: #ffffff;
  --ink: #103b31;
  --ink-strong: #072c23;
  --muted: #4c6b63;
  --primary: #11845f;
  --primary-dark: #086747;
  --primary-soft: #dff5eb;
  --blue: #235789;
  --blue-soft: #e8f1fa;
  --coral: #e56b52;
  --line: #cfe0da;
  --shadow: 0 8px 20px rgba(15, 23, 42, .1);
  --content: 1180px;
}
* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  color: var(--ink);
  background: var(--canvas);
  font-family: Inter, "Segoe UI", system-ui, sans-serif;
  line-height: 1.55;
  letter-spacing: 0;
}
a { color: inherit; text-decoration: none; }
::selection { color: #fff; background: var(--primary-dark); }
:focus-visible { outline: 3px solid var(--coral); outline-offset: 3px; }
* { scrollbar-color: var(--primary) var(--canvas); }
img { display: block; max-width: 100%; }
button, input { font: inherit; }
.shell { width: min(var(--content), calc(100% - 40px)); margin-inline: auto; }
.skip-link {
  position: fixed; top: 8px; left: 8px; z-index: 100;
  padding: 10px 14px; background: var(--ink-strong); color: white;
  transform: translateY(-160%); border-radius: 6px;
}
.skip-link:focus { transform: translateY(0); }
.site-nav {
  position: relative; z-index: 20; min-height: 72px;
  background: rgba(247, 250, 248, .97); border-bottom: 1px solid var(--line);
}
.nav-inner { min-height: 72px; display: flex; align-items: center; gap: 28px; }
.brand { display: inline-flex; align-items: center; gap: 11px; font-weight: 850; color: var(--ink-strong); white-space: nowrap; }
.brand img { width: 38px; height: 38px; }
.brand-copy { display: grid; line-height: 1.05; }
.brand-copy small { margin-top: 5px; color: var(--muted); font-size: 11px; font-weight: 700; }
.nav-links { display: flex; align-items: center; gap: 24px; margin-left: auto; font-size: 14px; font-weight: 700; }
.nav-links a { color: var(--muted); }
.nav-links a:hover, .nav-links a:focus-visible { color: var(--primary-dark); }
.nav-actions { display: flex; align-items: center; gap: 10px; }
.btn {
  min-height: 44px; display: inline-flex; align-items: center; justify-content: center; gap: 9px;
  padding: 0 18px; border: 1px solid var(--primary); border-radius: 7px;
  color: var(--primary-dark); background: transparent; font-weight: 800;
  transition: transform .18s ease, background .18s ease, color .18s ease;
}
.btn:hover { transform: translateY(-1px); }
.btn.primary { color: #fff; background: var(--primary); }
.btn.primary:hover { background: var(--primary-dark); }
.btn.secondary { border-color: var(--line); color: var(--ink); background: var(--surface); }
.btn.large { min-height: 54px; padding-inline: 24px; font-size: 17px; }
.hero {
  min-height: min(720px, calc(100vh - 72px));
  display: grid; align-items: center; padding: clamp(42px, 6vw, 76px) 0 38px;
  overflow: hidden;
}
.hero-grid { display: grid; grid-template-columns: minmax(0, 1.02fr) minmax(440px, .98fr); gap: clamp(36px, 6vw, 76px); align-items: center; }
h1, h2, h3, p { margin-top: 0; }
h1 {
  max-width: 720px; margin-bottom: 22px; color: var(--ink-strong);
  font-size: clamp(46px, 6.2vw, 78px); line-height: .98; letter-spacing: -.035em;
  text-wrap: balance;
}
h1 em { color: var(--primary); font-style: normal; }
.hero-lede { max-width: 640px; margin-bottom: 24px; color: var(--muted); }
.hero-lede > strong { display: block; margin-bottom: 3px; color: var(--ink-strong); font-size: clamp(19px, 2vw, 23px); line-height: 1.35; }
.hero-lede > p { margin: 0 0 10px; font-size: 15px; line-height: 1.5; }
.journey-flow { display: grid; grid-template-columns: repeat(5, minmax(0, 1fr)); margin: 18px 0 0; padding: 0; list-style: none; }
.journey-flow li { position: relative; min-width: 0; padding: 17px 8px 0 0; border-top: 2px solid #b8d4ca; }
.journey-flow li::before { content: ""; position: absolute; top: -6px; left: 0; width: 10px; height: 10px; border: 2px solid var(--surface); border-radius: 50%; background: var(--primary); }
.journey-flow li:last-child::before { background: var(--coral); }
.journey-flow span, .journey-flow strong, .journey-flow small { display: block; }
.journey-flow span { margin-bottom: 3px; color: var(--muted); font-size: 10px; font-weight: 850; }
.journey-flow strong { color: var(--ink-strong); font-size: 14px; }
.journey-flow small { margin-top: 2px; color: var(--muted); font-size: 10px; line-height: 1.25; }
.offline-line {
  max-width: 640px; display: flex; align-items: flex-start; gap: 13px;
  margin: 0 0 28px; padding: 15px 16px; background: var(--blue-soft); border-radius: 8px;
  color: #173f65;
}
.offline-icon { flex: 0 0 34px; width: 34px; height: 34px; display: grid; place-items: center; border-radius: 6px; color: white; background: var(--blue); font-weight: 900; }
.offline-line strong { display: block; margin-bottom: 2px; color: #123a61; }
.offline-line span { color: #315d82; font-size: 14px; }
.hero-actions { display: flex; flex-wrap: wrap; gap: 12px; align-items: center; margin-bottom: 20px; }
.no-card { margin-top: 15px; color: var(--muted); font-size: 13px; font-weight: 650; }
.product-window {
  position: relative; min-width: 0; max-width: 100%; border: 8px solid var(--surface); border-radius: 12px;
  overflow: hidden; background: #eef5f2; box-shadow: var(--shadow); contain: inline-size;
}
.window-bar { height: 34px; display: flex; align-items: center; gap: 6px; padding: 0 12px; background: var(--surface); }
.window-bar i { width: 8px; height: 8px; border-radius: 50%; background: var(--line); }
.window-bar i:first-child { background: var(--coral); }
.window-bar i:nth-child(2) { background: #e4ad3b; }
.window-bar i:nth-child(3) { background: var(--primary); }
.module-stage { position: relative; min-height: 420px; padding: 54px 22px 72px; overflow: hidden; isolation: isolate; }
.demo-label { position: absolute; top: 16px; left: 22px; z-index: 4; color: var(--muted); font-size: 11px; font-weight: 800; text-transform: uppercase; }
.module-scene {
  position: absolute; inset: 48px 22px 70px; padding: 22px; overflow: hidden;
  border: 1px solid #d7e4df; border-radius: 8px; background: #fff; opacity: 0;
  animation: module-cycle 18s ease-in-out infinite;
}
.module-scene:nth-of-type(2) { animation-delay: -12s; }
.module-scene:nth-of-type(3) { animation-delay: -6s; }
.scene-heading, .patient-line { display: flex; align-items: center; justify-content: space-between; gap: 16px; }
.scene-heading { padding-bottom: 18px; border-bottom: 1px solid var(--line); }
.scene-heading div { display: grid; gap: 3px; }
.scene-heading span, .scene-metrics span, .operations-grid span, .order-flow span { color: var(--muted); font-size: 11px; font-weight: 750; text-transform: uppercase; }
.scene-heading strong { color: var(--ink-strong); font-size: 18px; }
.status-live { padding: 6px 9px; border-radius: 5px; color: #08754c; background: #e6f7ef; font-size: 11px; }
.scene-metrics { display: grid; grid-template-columns: repeat(3, 1fr); gap: 10px; margin: 18px 0; }
.scene-metrics div { display: grid; gap: 2px; padding: 13px; border: 1px solid var(--line); border-radius: 6px; }
.scene-metrics strong { color: var(--primary); font-size: 24px; }
.scene-list { display: grid; }
.scene-list div { display: flex; justify-content: space-between; gap: 12px; padding: 10px 2px; border-top: 1px solid var(--line); font-size: 12px; }
.scene-list b { color: #08754c; }
.patient-line { padding: 18px 0; }
.patient-line span { color: var(--muted); font-size: 12px; }
.order-flow { display: grid; grid-template-columns: 1fr 28px 1fr 28px 1fr; align-items: center; gap: 6px; }
.order-flow div { min-width: 0; min-height: 94px; display: grid; align-content: center; gap: 5px; padding: 12px; border: 1px solid var(--line); border-radius: 6px; }
.order-flow strong { color: var(--ink-strong); font-size: 13px; }
.order-flow i { height: 2px; background: var(--primary); }
.operations-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 12px; margin-top: 18px; }
.operations-grid div { display: grid; gap: 5px; padding: 15px; border: 1px solid var(--line); border-radius: 6px; }
.operations-grid strong { color: var(--ink-strong); font-size: 22px; }
.operations-grid small { color: var(--muted); font-size: 11px; }
.window-ticker {
  position: absolute; right: 16px; bottom: 14px; left: 16px; z-index: 5; overflow: hidden;
  padding: 12px 0; color: #fff; background: var(--ink-strong); border-radius: 6px; font-size: 13px;
  mask-image: linear-gradient(90deg, transparent, #000 8%, #000 92%, transparent);
}
.ticker-track { display: flex; width: max-content; gap: 48px; padding-left: 48px; white-space: nowrap; animation: ticker-pan 18s linear infinite; }

@keyframes module-cycle {
  0%, 28% { opacity: 1; transform: translateY(0); }
  33%, 95% { opacity: 0; transform: translateY(8px); }
  100% { opacity: 1; transform: translateY(0); }
}
@keyframes ticker-pan { to { transform: translateX(calc(-50% - 24px)); } }
.proof-strip { background: var(--ink-strong); color: #fff; }
.proof-inner { min-height: 96px; display: grid; grid-template-columns: 1.18fr repeat(3, 1fr); align-items: stretch; }
.proof-intro, .proof-item { padding: 16px 20px; display: flex; flex-direction: column; justify-content: center; }
.proof-item { border-left: 1px solid rgba(255,255,255,.16); }
.proof-intro span { margin-bottom: 3px; color: #83b8a8; font-size: 10px; font-weight: 850; text-transform: uppercase; }
.proof-intro strong { font-size: 16px; line-height: 1.25; text-wrap: balance; }
.proof-item b { margin-bottom: 2px; color: var(--coral); font-size: 10px; }
.proof-item strong { margin-bottom: 2px; font-size: 14px; line-height: 1.25; }
.proof-item span { color: #b8d2ca; font-size: 11px; line-height: 1.35; }
.short-footer { background: var(--surface); border-top: 1px solid var(--line); }
.footer-inner { min-height: 84px; display: flex; align-items: center; justify-content: space-between; gap: 24px; color: var(--muted); font-size: 13px; }
.footer-links { display: flex; flex-wrap: wrap; gap: 18px; font-weight: 700; }
.footer-links a:hover { color: var(--primary-dark); }

/* Focused supporting pages */
.page-hero { padding: 68px 0 42px; background: var(--surface); border-bottom: 1px solid var(--line); }
.page-hero h1 { max-width: 860px; font-size: clamp(42px, 6vw, 70px); }
.page-hero p { max-width: 720px; color: var(--muted); font-size: 20px; }
.page-main { padding: 58px 0 72px; }
.section-heading { max-width: 740px; margin-bottom: 34px; }
.section-heading h2 { margin-bottom: 10px; color: var(--ink-strong); font-size: clamp(30px, 4vw, 46px); line-height: 1.08; letter-spacing: -.025em; }
.section-heading p { color: var(--muted); font-size: 18px; }
.capability-list { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); border-top: 1px solid var(--line); }
.capability { min-height: 190px; padding: 28px 30px; border-bottom: 1px solid var(--line); }
.capability:nth-child(odd) { border-right: 1px solid var(--line); }
.capability b { display: inline-block; margin-bottom: 12px; color: var(--primary); font-size: 13px; }
.capability h3 { margin-bottom: 12px; color: var(--ink-strong); font-size: 22px; }
.capability p { margin: 0; color: var(--muted); }
.deploy-band { margin-top: 52px; padding: 36px; color: #fff; background: var(--blue); border-radius: 10px; }
.deploy-band h2 { max-width: 720px; font-size: clamp(30px, 4vw, 48px); line-height: 1.08; }
.deploy-options { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 24px; }
.deploy-options span { padding: 10px 13px; background: rgba(255,255,255,.13); border-radius: 6px; font-weight: 750; }
.pricing-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 18px; }
.price-plan { padding: 30px; background: var(--surface); border-radius: 10px; box-shadow: 0 4px 12px rgba(15,23,42,.07); }
.price-plan.featured { outline: 3px solid var(--primary); }
.plan-name { color: var(--primary-dark); font-weight: 850; }
.price { margin: 10px 0 18px; color: var(--ink-strong); font-size: 44px; font-weight: 900; letter-spacing: -.03em; }
.price small { color: var(--muted); font-size: 15px; font-weight: 700; letter-spacing: 0; }
.price-plan p, .price-plan li { color: var(--muted); }
.price-plan ul { min-height: 184px; padding-left: 20px; }
.price-plan li { margin: 9px 0; }
.page-cta { margin-top: 48px; padding: 32px; background: var(--primary-soft); border-radius: 10px; display: flex; align-items: center; justify-content: space-between; gap: 24px; }
.page-cta h2 { margin: 0 0 5px; color: var(--ink-strong); font-size: 28px; }
.page-cta p { margin: 0; color: var(--muted); }

@media (max-width: 900px) {
  .nav-links { display: none; }
  .hero { min-height: auto; }
  .hero-grid { grid-template-columns: 1fr; }
  .hero-copy { max-width: 720px; }
  .product-window { max-width: 720px; }
  .proof-inner { grid-template-columns: repeat(3, 1fr); }
  .proof-intro { grid-column: 1 / -1; min-height: 70px; padding-bottom: 10px; }
  .proof-item:first-of-type { border-left: 0; }
}
@media (max-width: 640px) {
  .shell { width: min(100% - 28px, var(--content)); }
  .site-nav, .nav-inner { min-height: 64px; }
  .brand-copy small, .nav-actions .secondary { display: none; }
  .nav-actions { margin-left: auto; }
  .nav-actions .btn { min-height: 40px; padding-inline: 12px; font-size: 13px; }
  .hero { padding: 34px 0 28px; }
  .hero-grid { gap: 30px; }
  h1 { font-size: clamp(41px, 13vw, 58px); }
  .hero-lede > strong { font-size: 19px; }
  .journey-flow { grid-template-columns: repeat(5, minmax(0, 1fr)); gap: 0; }
  .journey-flow li { padding: 12px 3px 0 0; }
  .journey-flow strong { font-size: 11px; }
  .journey-flow small { font-size: 9px; }
  .hero-actions { align-items: stretch; }
  .hero-actions .btn { flex: 1 1 100%; }
  .product-window { display: none; }
  .proof-inner { min-height: 0; grid-template-columns: repeat(3, minmax(0, 1fr)); }
  .proof-intro { grid-column: 1 / -1; min-height: 62px; padding: 14px 0 10px; }
  .proof-item { min-width: 0; padding: 14px 9px; border-left: 1px solid rgba(255,255,255,.16); }
  .proof-item:first-of-type { border-left: 0; }
  .proof-item strong { font-size: 12px; }
  .proof-item span { display: none; }
  .footer-inner, .page-cta { align-items: flex-start; flex-direction: column; padding-block: 22px; }
  .capability-list, .pricing-grid { grid-template-columns: 1fr; }
  .capability:nth-child(odd) { border-right: 0; }
  .capability { padding-inline: 0; }
  .page-hero { padding: 48px 0 32px; }
  .page-main { padding: 42px 0 56px; }
  .deploy-band, .price-plan, .page-cta { padding: 24px; }
}
@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { transition-duration: .01ms !important; animation-duration: .01ms !important; }
}

@media (prefers-reduced-motion: reduce) {
  .module-scene { animation: none; opacity: 0; transform: none; }
  .module-scene:first-of-type { opacity: 1; }
  .ticker-track { animation: none; transform: none; }
  .ticker-track strong[aria-hidden="true"] { display: none; }
}
