:root {
  --navy: #071b2d;
  --navy-2: #0a263c;
  --ink: #102436;
  --muted: #607182;
  --cyan: #16c9c3;
  --blue: #2584ff;
  --mint: #a4f4d2;
  --line: #dbe7ea;
  --ice: #f3f8f8;
  --ease-out: cubic-bezier(.23, 1, .32, 1);
  --ease-in-out: cubic-bezier(.77, 0, .175, 1);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
[hidden] { display: none !important; }
body {
  margin: 0;
  background: #fff;
  color: var(--ink);
  font-family: "Inter", sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 1.45;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
}
.skip-link {
  position: fixed;
  top: 12px;
  left: 12px;
  z-index: 100;
  padding: 10px 14px;
  border-radius: 9px;
  color: #fff;
  background: var(--navy);
  transform: translateY(-150%);
  transition: transform 180ms var(--ease-out);
}
.skip-link:focus { transform: translateY(0); }
.icon {
  width: 1.15em;
  height: 1.15em;
  flex: 0 0 auto;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.8;
  stroke-linecap: round;
  stroke-linejoin: round;
}
.svg-sprite {
  position: absolute;
  width: 0;
  height: 0;
  overflow: hidden;
}
a { color: inherit; text-decoration: none; }
button, a { -webkit-tap-highlight-color: transparent; }
button, a { font: inherit; }
a:focus-visible, button:focus-visible {
  outline: 3px solid rgba(37, 132, 255, .42);
  outline-offset: 4px;
}
p { line-height: 1.6; }
.container { width: min(1180px, calc(100% - 48px)); margin: 0 auto; }

.navbar {
  position: fixed;
  inset: 0 0 auto;
  z-index: 50;
  padding: 17px 0;
  border-bottom: 1px solid transparent;
  transition: padding 280ms var(--ease-out), background-color 280ms ease, border-color 280ms ease, box-shadow 280ms ease;
}
.navbar-solid {
  padding: 11px 0;
  background: rgba(255,255,255,.92);
  backdrop-filter: blur(16px);
  border-color: rgba(13, 55, 75, .08);
  box-shadow: 0 10px 40px rgba(10, 38, 60, .06);
}
.nav-inner { width: min(1240px, calc(100% - 48px)); margin: auto; display: flex; align-items: center; gap: 36px; }
.brand { display: inline-flex; align-items: center; gap: 11px; margin-right: auto; }
.brand-symbol {
  position: relative;
  display: grid;
  place-items: center;
  width: 34px;
  height: 34px;
  border-radius: 10px 10px 16px 10px;
  background: linear-gradient(145deg, #0e4058, #11bbb7);
  transform: rotate(45deg);
  box-shadow: 0 7px 20px rgba(17,187,183,.2);
}
.brand-symbol::before, .brand-symbol::after, .brand-symbol span {
  content: "";
  position: absolute;
  background: white;
  border-radius: 4px;
}
.brand-symbol::before { width: 14px; height: 3px; transform: rotate(-45deg); }
.brand-symbol::after { width: 3px; height: 14px; transform: rotate(-45deg); }
.brand-symbol span { width: 5px; height: 5px; right: 5px; top: 5px; opacity: .65; }
.brand > span:last-child { display: flex; flex-direction: column; line-height: 1; }
.brand strong { font-size: 15px; letter-spacing: .13em; color: var(--navy); }
.brand small { font-size: 7px; letter-spacing: .18em; color: #6e808e; margin-top: 5px; }
.nav-links { display: flex; align-items: center; gap: 28px; }
.nav-links a { position: relative; font-size: 14px; font-weight: 500; letter-spacing: -.01em; color: #425665; transition: color 180ms ease; }
.nav-links a::after {
  content: "";
  position: absolute;
  right: 0;
  bottom: -8px;
  left: 0;
  height: 2px;
  border-radius: 2px;
  background: #0fa9a6;
  transform: scaleX(0);
  transform-origin: right;
  transition: transform 220ms var(--ease-out);
}
.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  min-height: 52px;
  padding: 0 23px;
  border: 1px solid transparent;
  border-radius: 12px;
  background: linear-gradient(135deg, #0dafa9, #2584ff);
  color: #fff;
  font-size: 16px;
  font-weight: 600;
  line-height: 1.45;
  letter-spacing: -.01em;
  box-shadow: 0 13px 30px rgba(20, 151, 184, .22);
  transition: transform 160ms var(--ease-out), box-shadow 220ms ease, background-color 220ms ease;
}
.button:active { transform: scale(.97); }
.button-small { min-height: 42px; padding: 0 17px; font-size: 14px; }
.button-ghost { color: var(--navy); background: rgba(255,255,255,.7); border-color: #ccdce1; box-shadow: none; }
.menu-button { display: none; background: none; border: 0; color: var(--navy); }
.menu-button .menu-close { display: none; }
.menu-button[aria-expanded="true"] .menu-open { display: none; }
.menu-button[aria-expanded="true"] .menu-close { display: block; }
.mobile-menu { display: none; }

.hero {
  position: relative;
  min-height: 810px;
  padding: 165px 0 98px;
  overflow: hidden;
  background:
    radial-gradient(circle at 84% 35%, rgba(38,198,187,.12), transparent 29%),
    linear-gradient(180deg, #f6fbfb 0%, #fff 92%);
}
.hero-grid, .cta-grid {
  position: absolute; inset: 0; opacity: .32;
  background-image: linear-gradient(rgba(10,66,83,.08) 1px, transparent 1px), linear-gradient(90deg, rgba(10,66,83,.08) 1px, transparent 1px);
  background-size: 48px 48px;
  mask-image: linear-gradient(to bottom, #000, transparent 86%);
}
.hero-glow {
  position: absolute; width: 520px; height: 520px; right: -140px; top: -180px;
  background: rgba(36,132,255,.12); border-radius: 50%; filter: blur(100px);
}
.hero-content { position: relative; display: grid; grid-template-columns: 1.03fr .97fr; align-items: center; gap: 74px; }
.eyebrow, .kicker {
  display: inline-flex; align-items: center; gap: 8px;
  color: #078d8a; font-size: 12px; font-weight: 600; letter-spacing: .1em; text-transform: uppercase;
}
.eyebrow { padding: 8px 11px; border: 1px solid rgba(14,169,163,.18); border-radius: 99px; background: rgba(255,255,255,.75); }
.hero h1 { max-width: 700px; margin: 24px 0 23px; color: var(--navy); font-size: clamp(46px, 4.4vw, 56px); font-weight: 600; line-height: 1; letter-spacing: -.04em; text-wrap: balance; }
.hero h1 span { color: transparent; background: linear-gradient(110deg, #0e9f9c, #2274ea); background-clip: text; }
.hero-lead { max-width: 660px; margin: 0; color: #526777; font-size: 18px; line-height: 1.5; letter-spacing: -.01em; }
.hero-actions { display: flex; gap: 12px; margin-top: 32px; }
.trust-line { display: flex; align-items: center; flex-wrap: wrap; gap: 9px; margin-top: 34px; color: #647684; font-size: 11px; font-weight: 600; text-transform: uppercase; letter-spacing: .06em; }
.trust-line i { width: 3px; height: 3px; border-radius: 50%; background: #59beb8; }
.trust-icon { display: grid; place-items: center; width: 23px; height: 23px; border-radius: 50%; color: #078d8a; background: #dff7ef; }
.hero-visual-wrap { width: 100%; min-width: 0; }
.hero-visual { position: relative; width: 100%; aspect-ratio: 1; max-width: 520px; margin-left: auto; }
.hero-visual::before {
  content: ""; position: absolute; inset: 13%; border-radius: 50%;
  background: radial-gradient(circle, rgba(31,162,186,.13), rgba(255,255,255,.45) 55%, transparent 70%);
  filter: blur(2px);
}
.orbit { position: absolute; inset: 13%; border: 1px solid rgba(27,139,153,.18); border-radius: 50%; }
.orbit-two { inset: 28%; border-style: dashed; animation: spin 28s linear infinite; }
.orbit-one::before, .orbit-one::after { content: ""; position: absolute; width: 7px; height: 7px; background: #19bab4; border-radius: 50%; box-shadow: 0 0 16px #1bc7c2; }
.orbit-one::before { top: 17%; left: 6%; }
.orbit-one::after { bottom: 9%; right: 18%; }
.axis-line { position: absolute; left: 50%; top: 3%; width: 1px; height: 94%; background: linear-gradient(transparent, rgba(27,176,181,.3), transparent); }
.central-node {
  position: absolute; z-index: 3; left: 50%; top: 50%; transform: translate(-50%,-50%);
  width: 154px; height: 154px; border-radius: 50%; display: flex; flex-direction: column; align-items: center; justify-content: center;
  color: #fff; background: linear-gradient(145deg, #0a3046, #0b5364);
  border: 1px solid rgba(147,248,227,.35); box-shadow: 0 25px 70px rgba(6,51,74,.27), inset 0 0 30px rgba(45,221,203,.12);
}
.central-node::before { content: ""; position: absolute; inset: -13px; border: 1px solid rgba(17,174,171,.2); border-radius: 50%; }
.pulse-ring { position: absolute; inset: -27px; border: 1px solid rgba(17,174,171,.14); border-radius: 50%; animation: pulse 3s ease-out infinite; }
.central-mark { position: relative; width: 32px; height: 32px; margin-bottom: 12px; border: 1px solid #65e0d6; border-radius: 9px 9px 15px 9px; transform: rotate(45deg); }
.central-mark::before, .central-mark::after { content: ""; position: absolute; background: #80efe4; border-radius: 4px; left: 50%; top: 50%; transform: translate(-50%,-50%) rotate(-45deg); }
.central-mark::before { width: 13px; height: 2px; }
.central-mark::after { width: 2px; height: 13px; }
.central-node strong { font-size: 13px; letter-spacing: .16em; }
.central-node small { margin-top: 5px; color: #7ccbc8; font-size: 7px; letter-spacing: .17em; }
.network-node { position: absolute; z-index: 4; display: flex; align-items: center; gap: 8px; padding: 7px 10px 7px 7px; border: 1px solid rgba(34,108,129,.14); border-radius: 11px; background: rgba(255,255,255,.88); box-shadow: 0 10px 30px rgba(18,70,88,.09); backdrop-filter: blur(12px); }
.network-node > span { display: grid; place-items: center; width: 29px; height: 29px; border-radius: 8px; color: #068d89; background: #e0f7f2; }
.network-node small { white-space: nowrap; color: #29495a; font-size: 10px; font-weight: 800; }
.node-hospital { left: 1%; top: 20%; }
.node-ai { right: 3%; top: 16%; }
.node-access { right: -2%; bottom: 27%; }
.node-workforce { left: 2%; bottom: 22%; }
.node-device { right: 30%; bottom: 2%; }
.signal-card { position: absolute; z-index: 5; left: 22%; top: 2%; display: flex; align-items: center; gap: 9px; min-width: 190px; padding: 10px 12px; border: 1px solid rgba(18,130,146,.12); border-radius: 12px; background: rgba(255,255,255,.9); box-shadow: 0 12px 40px rgba(13,55,75,.09); }
.signal-card > div { display: flex; flex-direction: column; flex: 1; }
.signal-card small { color: #83949f; font-size: 8px; text-transform: uppercase; letter-spacing: .1em; }
.signal-card strong { color: #244356; font-size: 10px; margin-top: 3px; }
.signal-card svg { color: #10aaa7; }
.signal-dot { width: 7px; height: 7px; background: #27d095; border-radius: 50%; box-shadow: 0 0 0 4px rgba(39,208,149,.13); animation: signal 2.4s ease-out infinite; }
.hero-bottom { position: absolute; bottom: 27px; left: 50%; transform: translateX(-50%); width: min(1180px, calc(100% - 48px)); display: flex; align-items: center; gap: 14px; color: #7e909b; font-size: 9px; text-transform: uppercase; letter-spacing: .15em; }
.hero-bottom span { color: #11a6a2; font-weight: 800; }
.hero-bottom div { width: 35px; height: 1px; background: #b7cbd0; }

.section { padding: 115px 0; }
.section-heading { margin-bottom: 50px; }
.split-heading, .products-heading { display: grid; grid-template-columns: 1.2fr .8fr; align-items: end; gap: 80px; }
.section h2 { margin: 14px 0 0; max-width: 750px; color: var(--navy); font-size: clamp(38px, 3.5vw, 48px); font-weight: 600; line-height: 1.08; letter-spacing: -.035em; text-wrap: balance; }
.section-heading > p, .why-header > p { margin: 0; color: var(--muted); font-size: 16px; }
.feature-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; }
.feature-card { padding: 30px; min-height: 265px; border: 1px solid var(--line); border-radius: 16px; background: linear-gradient(145deg, #fff, #f8fbfb); transition: transform 240ms var(--ease-out), border-color 240ms ease, box-shadow 240ms ease; }
.card-top { display: flex; align-items: center; justify-content: space-between; }
.icon-box { display: grid; place-items: center; width: 48px; height: 48px; border-radius: 14px; color: #078e8a; background: #e3f7f2; }
.card-number { color: #b1c0c8; font-size: 11px; font-weight: 800; letter-spacing: .12em; }
.feature-card h3 { margin: 33px 0 11px; color: var(--navy); font-size: 20px; font-weight: 600; letter-spacing: -.02em; }
.feature-card p, .audience-card p { margin: 0; color: #687a87; font-size: 15px; line-height: 1.6; }

.products { position: relative; overflow: hidden; color: #fff; background: var(--navy); }
.products::before { content: ""; position: absolute; inset: 0; background-image: linear-gradient(rgba(71,153,171,.045) 1px, transparent 1px), linear-gradient(90deg, rgba(71,153,171,.045) 1px, transparent 1px); background-size: 58px 58px; }
.products-glow { position: absolute; width: 640px; height: 640px; right: -290px; top: -260px; border-radius: 50%; background: #0c7080; filter: blur(140px); opacity: .28; }
.products .container { position: relative; }
.products h2 { color: #fff; }
.products-heading > p { color: #9bb1bd; }
.kicker-light { color: #65ded4; }
.product-grid { display: grid; grid-template-columns: repeat(6, 1fr); gap: 16px; }
.product-card {
  grid-column: span 2; position: relative; display: flex; flex-direction: column; overflow: hidden;
  min-height: 490px; padding: 25px; border: 1px solid rgba(151,203,211,.13); border-radius: 16px;
  background: rgba(255,255,255,.045); transition: transform 260ms var(--ease-out), border-color 260ms ease, background-color 260ms ease, box-shadow 260ms ease;
}
.product-featured { grid-column: span 3; }
.product-card:nth-child(2) { grid-column: span 3; }
.product-card-head { display: flex; align-items: center; justify-content: space-between; }
.product-icon { display: grid; place-items: center; width: 42px; height: 42px; color: #58d9d1; border: 1px solid rgba(77,211,202,.25); border-radius: 12px; background: rgba(60,201,193,.08); }
.product-status { display: inline-flex; align-items: center; gap: 6px; color: #7894a0; font-size: 9px; font-weight: 700; letter-spacing: .04em; }
.product-status i { width: 6px; height: 6px; border-radius: 50%; background: #607886; }
.product-status-active { color: #9edbd5; }
.product-status-active i { background: #35d49b; box-shadow: 0 0 0 4px rgba(53, 212, 155, .1); }
.product-body { position: relative; z-index: 2; }
.product-subtitle { display: block; margin-top: 25px; color: #69d6ce; font-size: 10px; text-transform: uppercase; font-weight: 600; letter-spacing: .1em; }
.product-card h3 { margin: 6px 0 11px; color: #fff; font-size: 28px; font-weight: 600; letter-spacing: -.035em; }
.product-card p { margin: 0; color: #9fb3be; font-size: 14px; line-height: 1.6; }
.product-label { display: flex; align-items: center; gap: 7px; margin-top: 18px; color: #e0f9f6; font-size: 10px; font-weight: 800; text-transform: uppercase; letter-spacing: .07em; }
.product-label svg { transition: transform 180ms var(--ease-out); }
.product-label-muted { color: #718b97; }
.product-ui { position: relative; margin: auto -9px -9px; height: 150px; overflow: hidden; border: 1px solid rgba(131,197,205,.13); border-radius: 14px; background: rgba(3,22,34,.7); }
.ui-sidebar { position: absolute; inset: 0 auto 0 0; width: 35px; padding-top: 22px; border-right: 1px solid rgba(148,197,204,.1); }
.ui-sidebar span { display: block; width: 13px; height: 3px; margin: 0 auto 13px; background: #4d6d7b; border-radius: 3px; }
.ui-main { padding: 16px 14px 0 49px; }
.ui-top { display: flex; align-items: center; justify-content: space-between; font-size: 8px; color: #b9d0d8; }
.ui-top span { color: #4ce2b1; padding: 3px 7px; border-radius: 10px; background: rgba(50,205,154,.1); }
.metric-row { display: grid; grid-template-columns: repeat(3,1fr); gap: 6px; margin-top: 14px; }
.metric-row i { height: 27px; border-radius: 5px; background: linear-gradient(145deg, rgba(50,141,170,.2), rgba(26,66,83,.1)); }
.chart { height: 48px; display: flex; align-items: end; gap: 5px; margin-top: 11px; border-bottom: 1px solid rgba(111,174,190,.1); }
.chart span { width: 9%; background: linear-gradient(#2dd9c4, #176f83); border-radius: 3px 3px 0 0; }
.chart span:nth-child(1) { height: 35%; }.chart span:nth-child(2) { height: 65%; }.chart span:nth-child(3) { height: 48%; }.chart span:nth-child(4) { height: 84%; }.chart span:nth-child(5) { height: 62%; }.chart span:nth-child(6) { height: 95%; }
.ai-ui { display: grid; place-items: center; }
.ai-orb { display: grid; place-items: center; width: 76px; height: 76px; border-radius: 50%; color: #9f8fff; background: radial-gradient(circle at 35% 30%, #514d9f, #121d45 70%); box-shadow: 0 0 45px rgba(111,81,235,.36); }
.ai-lines span { position: absolute; height: 1px; width: 75px; background: linear-gradient(90deg, transparent, #7569cf); transform-origin: left; }
.ai-lines span:nth-child(1) { top: 37px; left: 25px; transform: rotate(17deg); }
.ai-lines span:nth-child(2) { top: 93px; right: 5px; transform: rotate(166deg); }
.ai-lines span:nth-child(3) { bottom: 25px; left: 39px; transform: rotate(-24deg); }
.doc-card, .call-chip, .monitor-chip { position: absolute; display: flex; align-items: center; gap: 5px; padding: 6px 8px; border: 1px solid rgba(255,255,255,.1); border-radius: 7px; color: #cbd5ee; background: rgba(20,27,58,.88); font-size: 8px; }
.doc-card { right: 11px; top: 15px; }
.marketplace-ui { display: flex; align-items: center; gap: 17px; padding: 22px; }
.call-avatar { position: relative; display: grid; place-items: center; width: 78px; height: 86px; border-radius: 11px; color: #66d3bc; background: linear-gradient(150deg, #164b51, #0c2e3d); }
.call-avatar i { position: absolute; right: 7px; top: 7px; width: 7px; height: 7px; border-radius: 50%; background: #4ddd9a; }
.market-list { flex: 1; }
.market-list span { display: block; height: 20px; margin: 8px 0; border-radius: 5px; background: linear-gradient(90deg, rgba(43,170,146,.22), rgba(29,65,78,.1)); }
.market-list span:nth-child(2) { width: 78%; }.market-list span:nth-child(3) { width: 90%; }
.call-chip { left: 20px; bottom: 10px; color: #a9eee1; background: rgba(9,50,57,.94); }
.staffing-ui { padding: 16px; }
.profile-row { display: flex; align-items: center; gap: 10px; height: 35px; margin-bottom: 7px; padding: 5px 8px; border-radius: 7px; background: rgba(255,255,255,.035); }
.profile-row > span { color: #efbd6a; }
.profile-row i { flex: 1; height: 5px; border-radius: 4px; background: #3e5865; }
.profile-row svg { color: #58dba6; }
.wearable-ui { display: flex; align-items: center; padding: 18px; gap: 24px; }
.watch-face { display: grid; grid-template-columns: auto auto; place-items: center; gap: 0 5px; width: 88px; height: 100px; padding: 17px; border: 5px solid #254c60; border-radius: 27px; color: #44d6cc; background: #081c2b; box-shadow: 0 0 30px rgba(38,160,171,.2); }
.watch-face svg { grid-column: span 2; }
.watch-face b { font-size: 18px; color: #fff; }.watch-face small { font-size: 6px; color: #7894a0; }
.vital-wave { flex: 1; position: relative; height: 60px; overflow: hidden; }
.vital-wave::before { content: ""; position: absolute; inset: 50% 0 auto; height: 1px; background: #1b5665; }
.vital-wave span { position: absolute; top: 18px; left: 0; width: 100%; height: 25px; background: linear-gradient(135deg, transparent 0 15%, #39d4c9 16% 18%, transparent 19% 34%, #39d4c9 35% 37%, transparent 38% 45%, #39d4c9 46% 48%, transparent 49%); clip-path: polygon(0 50%, 10% 50%, 16% 5%, 22% 95%, 28% 50%, 45% 50%, 50% 20%, 55% 75%, 60% 50%, 100% 50%, 100% 55%, 0 55%); }
.monitor-chip { right: 10px; bottom: 8px; background: rgba(8,35,47,.94); color: #9ccec9; }.monitor-chip span { width: 5px; height: 5px; background: #38d494; border-radius: 50%; }

.why { background: #f5f9f9; }
.why-header { max-width: 830px; margin: 0 auto 55px; text-align: center; }
.why-header h2 { margin-inline: auto; }
.why-header h2 em { font-style: normal; color: #0aa09c; }
.why-header p { max-width: 680px; margin: 20px auto 0; }
.audience-grid { display: grid; grid-template-columns: repeat(4,1fr); gap: 14px; }
.audience-card { min-height: 215px; padding: 26px; border: 1px solid #dce8ea; border-radius: 16px; background: #fff; transition: transform 220ms var(--ease-out), box-shadow 220ms ease, border-color 220ms ease; }
.audience-card > span { display: grid; place-items: center; width: 41px; height: 41px; border-radius: 12px; color: #0a9a96; background: #e2f7f2; }
.audience-card h3 { margin: 29px 0 8px; color: var(--navy); font-size: 18px; font-weight: 600; }

.vision { color: #fff; background: linear-gradient(135deg, #09253a, #0b3347); }
.vision-grid { display: grid; grid-template-columns: .9fr 1.1fr; gap: 100px; align-items: center; }
.vision h2 { color: #fff; }
.vision-copy > p { color: #9eb4c0; font-size: 16px; }
.vision blockquote { margin: 30px 0 0; padding: 18px 0 18px 21px; border-left: 2px solid #32cbbf; color: #d9eeec; font-size: 16px; line-height: 1.6; }
.timeline { position: relative; }
.timeline-item { display: grid; grid-template-columns: 54px 1fr; gap: 10px; min-height: 100px; }
.timeline-track { position: relative; }
.timeline-track::after { content: ""; position: absolute; left: 18px; top: 37px; bottom: 0; width: 1px; background: linear-gradient(#3b6976, #1baea7); }
.timeline-item:last-child .timeline-track::after { display: none; }
.timeline-track span { position: relative; z-index: 2; display: grid; place-items: center; width: 37px; height: 37px; border: 1px solid #2da9a6; border-radius: 50%; color: #7ee7df; background: #0c3043; font-size: 10px; }
.timeline-meta { display: flex; justify-content: space-between; align-items: center; }
.timeline-meta small { color: #5dd3cb; font-size: 9px; text-transform: uppercase; letter-spacing: .14em; }
.timeline-meta i { padding: 4px 8px; border-radius: 9px; color: #7c9da9; background: rgba(255,255,255,.04); font-size: 8px; font-style: normal; text-transform: uppercase; letter-spacing: .1em; }
.timeline-item h3 { margin: 9px 0 0; color: #e7f3f4; font-size: 18px; font-weight: 600; }

.meaning { overflow: hidden; }
.meaning-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 100px; align-items: center; }
.meaning-visual { position: relative; min-height: 520px; }
.meaning-orbit { position: absolute; inset: 8%; border: 1px dashed #bfd8dc; border-radius: 50%; animation: spin 45s linear infinite; }
.meaning-center { position: absolute; z-index: 2; left: 50%; top: 50%; transform: translate(-50%,-50%); display: flex; flex-direction: column; align-items: center; justify-content: center; width: 175px; height: 175px; border-radius: 50%; color: white; background: linear-gradient(145deg, #0a293f, #0d6970); box-shadow: 0 25px 80px rgba(11,88,101,.22); }
.brand-symbol.large { width: 39px; height: 39px; margin-bottom: 17px; }
.meaning-center strong { letter-spacing: .15em; font-size: 14px; }
.meaning-center small { color: #73d4ce; margin-top: 6px; font-size: 8px; letter-spacing: .14em; }
.meaning-node { position: absolute; z-index: 3; display: flex; align-items: center; gap: 6px; padding: 8px 10px; border: 1px solid #d7e6e8; border-radius: 10px; color: #335564; background: #fff; box-shadow: 0 9px 24px rgba(15,68,84,.08); font-size: 9px; font-weight: 800; }
.meaning-node svg { color: #0ca29e; }
.meaning-node-1 { left: 8%; top: 10%; }.meaning-node-2 { right: 5%; top: 13%; }.meaning-node-3 { right: 0; top: 44%; }.meaning-node-4 { right: 9%; bottom: 9%; }.meaning-node-5 { left: 7%; bottom: 8%; }.meaning-node-6 { left: 0; top: 48%; }.meaning-node-7 { left: 37%; top: 1%; }.meaning-node-8 { left: 39%; bottom: 0; }
.meaning-copy p { color: #607381; font-size: 15px; }
.meaning-copy p strong { color: #068e8a; }
.meaning-proof { display: flex; align-items: center; gap: 14px; margin-top: 28px; padding: 17px; border: 1px solid #d8e6e8; border-radius: 14px; background: #f8fbfb; color: #0b9894; }
.meaning-proof > span { display: flex; flex-direction: column; }
.meaning-proof strong { color: var(--navy); font-size: 12px; }.meaning-proof small { margin-top: 3px; color: #7d8e99; font-size: 9px; text-transform: uppercase; letter-spacing: .08em; }

.cta-wrap { padding: 45px 0 100px; }
.cta-panel { position: relative; overflow: hidden; padding: 80px 60px; border-radius: 28px; text-align: center; color: white; background: linear-gradient(130deg, #0d7b83, #0e4361 55%, #102c4b); box-shadow: 0 25px 70px rgba(10,62,82,.2); }
.cta-panel::before { content: ""; position: absolute; width: 380px; height: 380px; border-radius: 50%; right: -130px; top: -180px; background: rgba(56,216,202,.18); filter: blur(20px); }
.cta-panel > *:not(.cta-grid) { position: relative; }
.cta-grid { opacity: .18; }
.cta-eyebrow { color: #8ff0e5; font-size: 10px; font-weight: 800; text-transform: uppercase; letter-spacing: .18em; }
.cta-panel h2 { max-width: 760px; margin: 14px auto; color: #fff; }
.cta-panel p { max-width: 630px; margin: 0 auto; color: #bdd4db; font-size: 16px; }
.cta-actions { justify-content: center; }
.button-light { color: #0b4255; background: #fff; box-shadow: 0 13px 30px rgba(2,24,35,.18); }
.button-outline-light { color: #fff; background: rgba(255,255,255,.04); border-color: rgba(255,255,255,.32); box-shadow: none; }

.js .reveal {
  opacity: 0;
  transform: translateY(24px);
  transition:
    opacity 650ms var(--ease-out) var(--reveal-delay, 0ms),
    transform 650ms var(--ease-out) var(--reveal-delay, 0ms);
}
.js .reveal.is-visible {
  opacity: 1;
  transform: translateY(0);
}
.hero-enter { animation: hero-copy-in 750ms var(--ease-out) both; }
.hero-visual-enter { animation: hero-visual-in 900ms var(--ease-out) 150ms both; }
.network-node { transform-origin: center; animation: node-in 500ms var(--ease-out) both; }
.node-hospital { animation-delay: 550ms; }
.node-ai { animation-delay: 650ms; }
.node-access { animation-delay: 750ms; }
.node-workforce { animation-delay: 850ms; }
.node-device { animation-delay: 950ms; }

@keyframes hero-copy-in {
  from { opacity: 0; transform: translateY(24px); }
  to { opacity: 1; transform: translateY(0); }
}
@keyframes hero-visual-in {
  from { opacity: 0; transform: scale(.96); }
  to { opacity: 1; transform: scale(1); }
}
@keyframes node-in {
  from { opacity: 0; transform: scale(.92); }
  to { opacity: 1; transform: scale(1); }
}

footer { padding: 70px 0 22px; color: #c1d0d5; background: #061824; }
.footer-grid { display: grid; grid-template-columns: 2.2fr 1fr 1.2fr 1fr; gap: 55px; padding-bottom: 55px; }
.brand-inverse strong { color: #fff; }.brand-inverse small { color: #72909e; font-size: 9px; }
.footer-brand p { max-width: 380px; margin-top: 24px; color: #8aa2ad; font-size: 14px; line-height: 1.65; }
.footer-column { display: flex; flex-direction: column; gap: 12px; }
.footer-column h3 { margin: 0 0 8px; color: #fff; font-size: 13px; text-transform: uppercase; letter-spacing: .1em; }
.footer-column a { color: #90a6b0; font-size: 14px; transition: color 180ms ease; }
.footer-bottom { display: flex; justify-content: space-between; padding-top: 20px; border-top: 1px solid rgba(139,176,187,.11); color: #6f8995; font-size: 11px; text-transform: uppercase; letter-spacing: .06em; }
.footer-bottom p { margin: 0; }

@keyframes spin { to { transform: rotate(360deg); } }
@keyframes pulse { 0% { transform: scale(.8); opacity: .7; } 70%,100% { transform: scale(1.28); opacity: 0; } }
@keyframes signal { 0%, 100% { box-shadow: 0 0 0 4px rgba(39,208,149,.12); } 50% { box-shadow: 0 0 0 9px rgba(39,208,149,0); } }

@media (hover: hover) and (pointer: fine) {
  .nav-links a:hover { color: #0fa9a6; }
  .nav-links a:hover::after { transform: scaleX(1); transform-origin: left; }
  .button:hover { transform: translateY(-2px); box-shadow: 0 17px 34px rgba(20,151,184,.28); }
  .feature-card:hover { transform: translateY(-5px); border-color: rgba(16,171,167,.28); box-shadow: 0 22px 48px rgba(12,67,83,.08); }
  .product-card:hover { transform: translateY(-6px); border-color: rgba(81,221,212,.34); background: rgba(255,255,255,.07); box-shadow: 0 25px 60px rgba(0,0,0,.17); }
  .product-label:hover svg { transform: translateX(4px); }
  .audience-card:hover { transform: translateY(-4px); border-color: rgba(16,171,167,.25); box-shadow: 0 18px 38px rgba(12,67,83,.08); }
  .footer-column a:hover { color: #5bd8d0; }
}

@media (max-width: 1020px) {
  .nav-links { display: none; }
  .menu-button { display: grid; place-items: center; margin-left: 3px; }
  .mobile-menu { display: grid; padding: 12px 24px 22px; background: rgba(255,255,255,.97); border-bottom: 1px solid #e0eaec; }
  .mobile-menu a { display: flex; justify-content: space-between; padding: 13px 3px; border-bottom: 1px solid #edf2f3; font-size: 13px; font-weight: 700; }
  .hero { padding-top: 145px; }
  .hero-content { grid-template-columns: 1fr; gap: 50px; }
  .hero-copy { max-width: 780px; text-align: center; margin: auto; }
  .hero-lead { margin: auto; }
  .hero-actions, .trust-line { justify-content: center; }
  .hero-visual { margin: 0 auto; width: min(540px, 100%); }
  .split-heading, .products-heading { grid-template-columns: 1fr; gap: 20px; }
  .section-heading > p { max-width: 680px; }
  .feature-grid { grid-template-columns: 1fr 1fr; }
  .feature-card:last-child { grid-column: span 2; }
  .product-card, .product-featured, .product-card:nth-child(2) { grid-column: span 3; }
  .audience-grid { grid-template-columns: 1fr 1fr; }
  .vision-grid, .meaning-grid { gap: 60px; }
  .meaning-visual { transform: scale(.9); }
}

@media (max-width: 760px) {
  .container, .nav-inner, .hero-bottom { width: min(100% - 32px, 1180px); }
  .nav-cta { display: none; }
  .navbar { padding: 12px 0; background: rgba(255,255,255,.85); backdrop-filter: blur(13px); }
  .brand-symbol { width: 30px; height: 30px; }
  .hero { min-height: 0; padding: 125px 0 84px; }
  .hero h1 { font-size: 40px; line-height: 1.02; }
  .hero-lead { font-size: 16px; }
  .hero-actions { flex-direction: column; align-items: stretch; }
  .hero-visual { margin-top: 10px; }
  .network-node small { display: none; }
  .network-node { padding: 7px; }
  .node-access { right: 2%; }
  .signal-card { transform: scale(.83); transform-origin: top center; }
  .hero-bottom { display: none; }
  .section { padding: 80px 0; }
  .section h2 { font-size: 36px; line-height: 1.08; }
  .feature-grid { grid-template-columns: 1fr; }
  .feature-card:last-child { grid-column: auto; }
  .feature-card { min-height: 235px; }
  .product-grid { grid-template-columns: 1fr; }
  .product-card, .product-featured, .product-card:nth-child(2) { grid-column: auto; min-height: 475px; }
  .audience-grid { grid-template-columns: 1fr; }
  .audience-card { min-height: 185px; }
  .vision-grid, .meaning-grid { grid-template-columns: 1fr; gap: 50px; }
  .vision-copy { text-align: center; }
  .vision blockquote { text-align: left; }
  .meaning-visual { min-height: 430px; transform: none; }
  .meaning-center { width: 145px; height: 145px; }
  .meaning-node span { display: none; }
  .meaning-node { padding: 9px; border-radius: 50%; }
  .cta-wrap { padding: 20px 0 70px; }
  .cta-panel { padding: 65px 22px; border-radius: 22px; }
  .cta-panel h2 { font-size: 36px; }
  .cta-actions { flex-direction: column; }
  .footer-grid { grid-template-columns: 1.5fr 1fr; gap: 45px 30px; }
  .footer-brand { grid-column: span 2; }
  .footer-bottom { flex-direction: column; gap: 8px; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { animation-duration: .01ms !important; animation-iteration-count: 1 !important; transition-duration: .01ms !important; }
  .js .reveal { opacity: 1; transform: none; }
}
