:root {
  --navy: #06194d;
  --blue: #0648b8;
  --blue-2: #0a6df1;
  --teal: #05b7a5;
  --aqua: #eaf8fb;
  --ink: #122154;
  --muted: #5d6d92;
  --line: #dce7f5;
  --surface: #ffffff;
  --shadow: 0 24px 60px rgba(9, 40, 90, 0.13);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  font-family: Inter, system-ui, -apple-system, Segoe UI, sans-serif;
  color: var(--ink);
  background: #fff;
  letter-spacing: 0;
  overflow-x: hidden;
}
a { color: inherit; text-decoration: none; }
button { font: inherit; }
.container { width: min(1160px, calc(100% - 40px)); margin: 0 auto; }

@media (min-width: 981px) {
  .topbar .container,
  .site-header .container,
  .hero .container,
  .page-hero .container {
    width: min(1720px, calc(100% - 96px));
  }
}

.topbar {
  height: 40px;
  background: linear-gradient(180deg, #f7fbff, #eef5fb);
  border-bottom: 1px solid var(--line);
  font-size: 13px;
  font-weight: 600;
  color: var(--navy);
}
.topbar-inner, .top-left, .top-links, .nav-wrap, .main-nav, .brand, .hero-actions, .patient-row, .cta-inner {
  display: flex;
  align-items: center;
}
.topbar-inner { height: 100%; justify-content: space-between; gap: 24px; }
.top-left, .top-links { gap: 26px; }
[data-icon] {
  display: inline-grid;
  place-items: center;
  width: 20px;
  height: 20px;
  vertical-align: middle;
}

.site-header {
  position: sticky;
  top: 0;
  z-index: 20;
  background: rgba(255,255,255,0.93);
  backdrop-filter: blur(18px);
  border-bottom: 1px solid rgba(220, 231, 245, 0.8);
}
.nav-wrap { min-height: 88px; gap: 28px; position: relative; }
.brand { gap: 13px; flex: 0 0 auto; }
.brand-logo { width: 262px; max-height: 58px; height: auto; object-fit: contain; object-position: left center; display: block; }
.logo-mark { width: 64px; height: 64px; flex: 0 0 auto; overflow: visible; }
.brand strong { display: block; font-size: 27px; line-height: 1; color: var(--navy); letter-spacing: 1px; white-space: nowrap; }
.brand em { color: var(--teal); font-style: normal; }
.brand small { display: block; margin-top: 8px; font-size: 11px; font-weight: 700; letter-spacing: 2px; color: #445174; }
.main-nav { gap: 34px; flex: 1; justify-content: center; font-size: 14px; font-weight: 700; color: var(--navy); }
.main-nav a, .nav-dd {
  position: relative;
  padding: 31px 0;
  background: none;
  border: 0;
  color: inherit;
  cursor: pointer;
  white-space: nowrap;
  line-height: 1.1;
}
.main-nav a.active::after, .nav-dd.is-open::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 19px;
  height: 3px;
  background: var(--blue-2);
  border-radius: 10px;
}
.nav-cta { flex: 0 0 auto; }
.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 11px;
  min-height: 48px;
  padding: 0 26px;
  border-radius: 999px;
  border: 1px solid transparent;
  font-weight: 800;
  font-size: 14px;
  cursor: pointer;
}
.btn.primary { color: #fff; background: linear-gradient(135deg, #0755ce, #043b9e); box-shadow: 0 12px 26px rgba(6,72,184,.25); }
.btn.outline { color: var(--blue); background: #fff; border-color: var(--blue-2); }
.btn.light { color: var(--navy); background: #fff; }
.dropdown-panel {
  position: fixed;
  top: 126px;
  left: 50%;
  transform: translateX(-50%) translateY(-8px);
  width: min(720px, calc(100% - 40px));
  display: none;
  grid-template-columns: repeat(4, 1fr);
  gap: 10px;
  padding: 16px;
  background: #fff;
  border: 1px solid var(--line);
  border-radius: 8px;
  box-shadow: var(--shadow);
}
.dropdown-panel.show { display: grid; animation: rise .18s ease-out forwards; }
.dropdown-panel a { padding: 14px; border-radius: 8px; font-weight: 700; color: var(--navy); }
.dropdown-panel a:hover { background: #f2f7ff; color: var(--blue); }

.dropdown-panel.wide { width: min(960px, calc(100% - 40px)); }
.dd-group h4 {
  margin: 6px 0 6px 14px;
  font-size: 11px;
  letter-spacing: 1.3px;
  text-transform: uppercase;
  color: var(--muted);
}
.dd-group a { display: block; padding: 9px 14px; font-size: 13.5px; font-weight: 600; }
.dropdown-panel .dd-all {
  grid-column: 1 / -1;
  margin-top: 6px;
  border-top: 1px solid var(--line);
  border-radius: 0 0 8px 8px;
  color: var(--blue);
  font-size: 13.5px;
}
.menu-toggle { display: none; width: 44px; height: 44px; border: 1px solid var(--line); background: #fff; border-radius: 8px; }
.menu-toggle span { display: block; width: 20px; height: 2px; margin: 4px auto; background: var(--navy); }

.hero {
  position: relative;
  min-height: 560px;
  overflow: hidden;
  background: linear-gradient(90deg, #fff 0%, #f6fbff 44%, #e7f7fb 100%);
}
.hero::after {
  content: "";
  position: absolute;
  inset: auto 42% 0 auto;
  width: 250px;
  height: 520px;
  background: linear-gradient(180deg, rgba(9, 104, 213, .22), rgba(2, 179, 157, .9));
  border-radius: 50% 0 0 50%;
  transform: skewX(-10deg);
  opacity: .8;
}
.hero-bg {
  position: absolute;
  inset: 0 0 0 auto;
  width: 68%;
  height: 100%;
  object-fit: cover;
  object-position: center right;
  mix-blend-mode: multiply;
}
.hero::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(90deg, #fff 0%, rgba(255,255,255,.97) 30%, rgba(255,255,255,.46) 56%, rgba(255,255,255,0) 100%);
  z-index: 1;
}
.hero-content { position: relative; z-index: 2; min-height: 560px; display: flex; align-items: center; }
.hero-copy { width: min(580px, 100%); padding: 60px 0 52px; }
h1, h2, h3, p { margin: 0; }
h1 { font-size: clamp(42px, 5vw, 64px); line-height: 1.08; color: var(--navy); font-weight: 800; }
h1 span { color: #08a99c; }
.kinetic-word {
  display: inline-block;
  min-width: min(100%, 10.7em);
  transition: opacity .28s ease, transform .28s ease, filter .28s ease;
}
.kinetic-word.is-switching {
  opacity: 0;
  transform: translateY(10px);
  filter: blur(5px);
}
.hero-copy p { margin-top: 24px; max-width: 560px; font-size: 19px; line-height: 1.75; color: #334674; }
.hero-actions { gap: 18px; margin-top: 28px; flex-wrap: wrap; }
.trust-points {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 0;
  margin-top: 58px;
}
.trust-points article { min-height: 88px; padding: 0 17px; border-right: 1px solid #d1deee; }
.trust-points article:first-child { padding-left: 0; }
.trust-points article:last-child { border-right: 0; }
.trust-points [data-icon] { color: var(--blue); width: 31px; height: 31px; margin-bottom: 9px; }
.trust-points strong { display: block; font-size: 12px; color: var(--navy); }
.trust-points small { display: block; margin-top: 7px; font-size: 11px; line-height: 1.45; color: #405074; }

.floating-card {
  position: absolute;
  right: 360px;
  width: 232px;
  background: rgba(255,255,255,.92);
  border: 1px solid rgba(255,255,255,.7);
  border-radius: 8px;
  box-shadow: var(--shadow);
  padding: 18px;
  backdrop-filter: blur(12px);
}
.patient-card { top: 54px; }
.system-card { bottom: 70px; right: 340px; width: 250px; }
.card-title { display: flex; justify-content: space-between; font-size: 12px; font-weight: 800; color: var(--navy); margin-bottom: 18px; }
.avatar { width: 45px; height: 45px; border-radius: 8px; background: linear-gradient(135deg, #d7ecff, #0b63f6); color: #fff; display: grid; place-items: center; font-weight: 800; margin-right: 14px; }
.patient-row strong { display: block; font-size: 13px; }
.patient-row small { color: #596a92; font-size: 11px; }
.patient-meta { display: grid; grid-template-columns: repeat(3, 1fr); gap: 10px; margin-top: 17px; padding-top: 14px; border-top: 1px solid #e5eef8; font-size: 10px; color: #617095; }
.patient-meta b { display: block; margin-top: 5px; color: var(--navy); }
.system-card p { font-size: 12px; font-weight: 700; }
.system-card i { display: inline-block; width: 8px; height: 8px; margin-right: 8px; background: #2fcf72; border-radius: 50%; }
.system-card svg { width: 100%; height: 70px; margin: 8px 0; }
.stat-row { display: flex; gap: 28px; align-items: baseline; }
.stat-row strong { color: var(--blue-2); font-size: 18px; }
.stat-row span { color: #00a985; font-weight: 800; }

.section-pad { padding: 34px 0 48px; }
.logos h2, .solutions-band h2, .section-heading h2 { text-align: center; color: var(--navy); font-size: 22px; }
.media-story { padding: 58px 0 42px; background: #fff; }
.media-story-grid {
  display: grid;
  grid-template-columns: .92fr 1.08fr;
  gap: 42px;
  align-items: center;
}
.eyebrow {
  display: inline-block;
  margin-bottom: 16px;
  color: var(--blue);
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 1.4px;
  text-transform: uppercase;
}
.media-copy h2 {
  color: var(--navy);
  font-size: clamp(28px, 3vw, 40px);
  line-height: 1.12;
  max-width: 12ch;
}
.media-copy p {
  margin-top: 18px;
  max-width: 55ch;
  color: #45577e;
  line-height: 1.7;
}
.media-stats {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 14px;
  margin-top: 28px;
}
.media-stats article {
  min-height: 96px;
  padding: 18px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: #fff;
  box-shadow: 0 12px 28px rgba(18,33,84,.045);
}
.media-stats strong {
  display: block;
  color: var(--blue);
  font-size: 30px;
  line-height: 1;
}
.media-stats small {
  display: block;
  margin-top: 9px;
  color: #53648c;
  font-weight: 700;
  line-height: 1.35;
}
.media-stage {
  position: relative;
  min-height: 410px;
}
.image-reel {
  position: absolute;
  top: 8px;
  left: 0;
  width: 48%;
  height: 310px;
  margin: 0;
  overflow: hidden;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: #eaf8fb;
  box-shadow: var(--shadow);
  animation: mediaFloat 7s ease-in-out infinite;
}
.image-reel img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: 70% center;
  animation: imageDrift 12s ease-in-out infinite alternate;
}
.image-reel figcaption {
  position: absolute;
  left: 14px;
  bottom: 14px;
  padding: 8px 11px;
  border-radius: 8px;
  background: rgba(255,255,255,.9);
  color: var(--navy);
  font-size: 12px;
  font-weight: 800;
}
.video-preview {
  position: absolute;
  right: 0;
  bottom: 0;
  width: 70%;
  min-height: 330px;
  padding: 16px;
  border: 1px solid #dbe8f7;
  border-radius: 8px;
  background: linear-gradient(135deg, rgba(255,255,255,.96), rgba(235,248,252,.94));
  box-shadow: var(--shadow);
  overflow: hidden;
}
.video-preview::after {
  content: "";
  position: absolute;
  inset: 16px;
  border: 1px solid rgba(10,109,241,.13);
  border-radius: 8px;
  pointer-events: none;
}
.video-top {
  display: flex;
  align-items: center;
  gap: 7px;
  height: 24px;
  color: var(--navy);
  font-size: 12px;
  font-weight: 800;
}
.video-top span {
  width: 9px;
  height: 9px;
  border-radius: 50%;
  background: #ff6b6b;
}
.video-top span:nth-child(2) { background: #f5c84b; }
.video-top span:nth-child(3) { background: var(--teal); margin-right: auto; }
.demo-screen {
  position: relative;
  display: grid;
  grid-template-columns: 74px 1fr;
  gap: 16px;
  min-height: 258px;
  margin-top: 14px;
  padding: 18px;
  border-radius: 8px;
  background: #071a4d;
  overflow: hidden;
}
.scan-line {
  position: absolute;
  left: 0;
  right: 0;
  height: 2px;
  background: linear-gradient(90deg, transparent, rgba(5,183,165,.85), transparent);
  animation: scanDemo 3.8s linear infinite;
}
.demo-sidebar,
.demo-main {
  position: relative;
  z-index: 1;
}
.demo-sidebar {
  display: grid;
  gap: 12px;
  align-content: start;
}
.demo-sidebar i,
.demo-feed span {
  display: block;
  height: 28px;
  border-radius: 7px;
  background: rgba(255,255,255,.16);
}
.demo-sidebar i:first-child { background: linear-gradient(135deg, var(--blue-2), var(--teal)); }
.demo-main {
  display: grid;
  grid-template-rows: 94px 54px 1fr;
  gap: 15px;
}
.demo-pulse {
  position: relative;
  border-radius: 8px;
  background: rgba(255,255,255,.08);
  overflow: hidden;
}
.demo-pulse::after {
  content: "";
  position: absolute;
  left: 18px;
  right: 18px;
  top: 50%;
  height: 4px;
  border-radius: 20px;
  background: var(--teal);
  box-shadow: 34px -18px 0 -1px #fff, 72px 16px 0 -1px var(--blue-2), 116px -10px 0 -1px #fff, 160px 8px 0 -1px var(--teal);
  animation: pulseTrace 2.4s ease-in-out infinite;
}
.demo-bars {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 10px;
  align-items: end;
}
.demo-bars i {
  display: block;
  border-radius: 7px 7px 0 0;
  background: linear-gradient(180deg, var(--teal), var(--blue-2));
  animation: barLift 1.8s ease-in-out infinite;
}
.demo-bars i:nth-child(1) { height: 42%; }
.demo-bars i:nth-child(2) { height: 72%; animation-delay: .18s; }
.demo-bars i:nth-child(3) { height: 54%; animation-delay: .32s; }
.demo-bars i:nth-child(4) { height: 86%; animation-delay: .46s; }
.demo-feed {
  display: grid;
  gap: 10px;
}
.demo-feed span {
  height: 18px;
  background: linear-gradient(90deg, rgba(255,255,255,.18), rgba(255,255,255,.34), rgba(255,255,255,.18));
  background-size: 220% 100%;
  animation: shimmer 2.2s linear infinite;
}
.play-chip {
  position: absolute;
  right: 30px;
  bottom: 30px;
  z-index: 2;
  display: inline-flex;
  align-items: center;
  gap: 9px;
  min-height: 38px;
  padding: 0 15px;
  border: 0;
  border-radius: 999px;
  background: #fff;
  color: var(--blue);
  font-size: 12px;
  font-weight: 800;
  box-shadow: 0 12px 28px rgba(0,0,0,.16);
}
.logo-strip {
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  align-items: center;
  gap: 25px;
  margin-top: 34px;
  color: #173a84;
  text-align: center;
}
.logo-strip strong { font-size: 19px; line-height: 1.05; }
.logo-strip span { font-weight: 600; font-size: 13px; color: #31436f; }

.solutions-band { margin: 20px auto 24px; }
.solutions-band .container {
  padding: 38px 42px 44px;
  border-radius: 8px;
  background: linear-gradient(135deg, #f2fbfd, #f8fcff);
  border: 1px solid #e5eff6;
}
.solution-grid { display: grid; grid-template-columns: repeat(6, 1fr); gap: 0; margin-top: 30px; text-align: center; }
.solution-grid article { padding: 0 20px; border-right: 1px solid #d8e4f0; }
.solution-grid article:last-child { border-right: 0; }
.solution-grid [data-icon] {
  width: 54px;
  height: 54px;
  margin: 0 auto 18px;
  border-radius: 50%;
  background: #fff;
  color: var(--blue);
  box-shadow: 0 10px 28px rgba(13,78,151,.1);
}
.solution-grid strong { color: var(--navy); font-size: 14px; }
.solution-grid p { margin-top: 8px; font-size: 12px; line-height: 1.5; color: #344771; }

.section-heading { text-align: center; margin-bottom: 26px; }
.section-heading h2 { font-size: 28px; }
.section-heading p { margin-top: 14px; color: #53648c; font-size: 14px; }
.filters { display: flex; flex-wrap: wrap; gap: 14px; margin: 0 0 32px; }
.filter {
  min-height: 36px;
  padding: 0 19px;
  border-radius: 8px;
  border: 1px solid var(--line);
  background: #fff;
  color: var(--navy);
  font-size: 12px;
  font-weight: 800;
  cursor: pointer;
}
.filter.active { color: #fff; background: linear-gradient(135deg, #0755ce, #043b9e); border-color: transparent; }
.product-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 18px 22px; }
.product-card {
  min-height: 248px;
  padding: 25px 22px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: #fff;
  box-shadow: 0 12px 28px rgba(18, 33, 84, .045);
  transition: transform .2s ease, box-shadow .2s ease, border-color .2s ease;
}
.product-card:hover { transform: translateY(-5px); border-color: #b8cef0; box-shadow: var(--shadow); }
.product-card .icon-box, .modal-icon {
  width: 58px;
  height: 58px;
  border-radius: 12px;
  display: grid;
  place-items: center;
  color: #fff;
  margin-bottom: 22px;
  box-shadow: 0 12px 26px rgba(6,72,184,.18);
}
.product-card h3 { font-size: 19px; line-height: 1.15; color: var(--navy); }
.product-card p { margin-top: 11px; min-height: 58px; font-size: 14px; line-height: 1.55; color: #42537a; }
.learn-link { display: inline-flex; gap: 12px; align-items: center; margin-top: 18px; color: var(--blue); font-size: 14px; font-weight: 800; background: transparent; border: 0; padding: 0; cursor: pointer; }
.hide { display: none; }

.cta { padding: 0 0 36px; }
.cta-inner {
  min-height: 110px;
  padding: 26px 42px;
  border-radius: 8px;
  color: #fff;
  background: linear-gradient(135deg, #0649b7, #04358f);
  box-shadow: var(--shadow);
  gap: 26px;
}
.cta-icon {
  width: 66px;
  height: 66px;
  flex: 0 0 auto;
  border-radius: 50%;
  background: #eff7ff;
  color: var(--blue);
  display: grid;
  place-items: center;
}
.cta h2 { font-size: 22px; }
.cta p { margin-top: 10px; font-size: 14px; }
.cta .btn { margin-left: auto; min-width: 225px; }

.product-modal {
  width: min(500px, calc(100% - 34px));
  padding: 34px;
  border: 0;
  border-radius: 8px;
  box-shadow: 0 30px 90px rgba(0,0,0,.28);
}
.product-modal::backdrop { background: rgba(5,14,38,.45); backdrop-filter: blur(4px); }
.close-modal { position: absolute; top: 14px; right: 14px; width: 34px; height: 34px; border-radius: 50%; border: 1px solid var(--line); background: #fff; cursor: pointer; color: var(--navy); }
.product-modal h2 { color: var(--navy); margin-bottom: 12px; }
.product-modal p { line-height: 1.65; color: #405074; }
.product-modal ul { margin: 20px 0 26px; padding-left: 20px; color: #405074; line-height: 1.7; }

.page-hero {
  position: relative;
  overflow: hidden;
  padding: 70px 0;
  background:
    radial-gradient(circle at 82% 26%, rgba(5,183,165,.16), transparent 30%),
    linear-gradient(135deg, #f6fbff 0%, #fff 52%, #edf8fb 100%);
  border-bottom: 1px solid var(--line);
}
.page-hero .container { display: grid; grid-template-columns: 1.05fr .95fr; gap: 42px; align-items: center; }
.breadcrumb { display: flex; gap: 10px; align-items: center; color: var(--blue); font-size: 13px; font-weight: 800; margin-bottom: 28px; }
.page-hero h1 { font-size: clamp(40px, 5vw, 58px); }
.page-hero p { margin-top: 20px; max-width: 620px; color: #334674; font-size: 19px; line-height: 1.7; }
.hero-visual {
  min-height: 290px;
  border-radius: 8px;
  border: 1px solid rgba(220,231,245,.9);
  background: linear-gradient(135deg, rgba(255,255,255,.9), rgba(236,248,252,.86));
  box-shadow: var(--shadow);
  position: relative;
  overflow: hidden;
  padding: 30px;
}
.hero-image-visual {
  min-height: 360px;
  margin: 0;
  padding: 0;
  background: #eef8fb;
}
.hero-image-visual img {
  display: block;
  width: 100%;
  height: 100%;
  min-height: 360px;
  object-fit: cover;
  object-position: center;
}
.dashboard-frame {
  height: 230px;
  border-radius: 8px;
  background: #fff;
  border: 1px solid #dbe8f7;
  box-shadow: 0 18px 44px rgba(9,40,90,.12);
  padding: 18px;
  transform: perspective(800px) rotateY(-9deg) rotateX(3deg);
}
.dash-top { display: grid; grid-template-columns: 1fr 1fr 1fr; gap: 10px; margin-bottom: 14px; }
.dash-top span, .dash-row span { display: block; height: 28px; border-radius: 7px; background: #edf5ff; }
.dash-top span:first-child { background: linear-gradient(135deg, var(--blue), var(--teal)); }
.dash-chart { height: 86px; border-radius: 8px; background: linear-gradient(180deg, #f6fbff, #eaf4ff); position: relative; overflow: hidden; }
.dash-chart::after { content: ""; position: absolute; left: 14px; right: 14px; bottom: 18px; height: 4px; background: linear-gradient(90deg, var(--blue), var(--teal)); border-radius: 20px; box-shadow: 38px -14px 0 -1px #0a6df1, 82px -4px 0 -1px #05b7a5, 128px -24px 0 -1px #0a6df1, 168px -10px 0 -1px #05b7a5; }
.dash-row { display: grid; grid-template-columns: repeat(2, 1fr); gap: 12px; margin-top: 15px; }

.content-section { padding: 58px 0; }
.split-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 34px; align-items: center; }
.text-block h2, .content-section h2 { color: var(--navy); font-size: 30px; }
.text-block p, .content-section > .container > p { margin-top: 16px; color: #45577e; line-height: 1.75; }
.feature-list { display: grid; gap: 14px; margin-top: 24px; }
.feature-list li { list-style: none; display: flex; gap: 12px; align-items: flex-start; color: #344771; line-height: 1.55; }
.feature-list li::before { content: ""; width: 10px; height: 10px; margin-top: 7px; border-radius: 50%; background: var(--teal); flex: 0 0 auto; }
.cards-3, .cards-4 { display: grid; gap: 22px; margin-top: 30px; }
.cards-3 { grid-template-columns: repeat(3, 1fr); }
.cards-4 { grid-template-columns: repeat(4, 1fr); }
.info-card {
  min-height: 210px;
  padding: 26px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: #fff;
  box-shadow: 0 12px 28px rgba(18,33,84,.045);
}
.info-card [data-icon] { width: 46px; height: 46px; color: var(--blue); margin-bottom: 18px; }
.info-card h3 { color: var(--navy); font-size: 19px; }
.info-card p { margin-top: 12px; color: #45577e; line-height: 1.6; font-size: 14px; }
.blue-band { background: linear-gradient(135deg, #f2fbfd, #f8fcff); border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.process { counter-reset: step; display: grid; grid-template-columns: repeat(4, 1fr); gap: 18px; margin-top: 30px; }
.process article { counter-increment: step; padding: 26px; background: #fff; border: 1px solid var(--line); border-radius: 8px; }
.process article::before { content: "0" counter(step); display: inline-grid; place-items: center; width: 42px; height: 42px; border-radius: 50%; color: #fff; background: linear-gradient(135deg, var(--blue), var(--teal)); font-weight: 800; margin-bottom: 18px; }
.process h3 { color: var(--navy); font-size: 18px; }
.process p { margin-top: 10px; color: #45577e; line-height: 1.55; font-size: 14px; }
.contact-grid { display: grid; grid-template-columns: .85fr 1.15fr; gap: 28px; align-items: start; }
.contact-panel, .form-panel {
  padding: 30px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: #fff;
  box-shadow: 0 12px 28px rgba(18,33,84,.045);
}
.contact-panel article { display: flex; gap: 16px; padding: 18px 0; border-bottom: 1px solid var(--line); }
.contact-panel article:last-child { border-bottom: 0; }
.contact-panel [data-icon] { color: var(--blue); width: 28px; height: 28px; }
.contact-panel strong { display: block; color: var(--navy); }
.contact-panel span { display: block; margin-top: 6px; color: #45577e; }
.form-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 16px; }
.field { display: grid; gap: 8px; font-weight: 800; color: var(--navy); font-size: 13px; }
.field.full { grid-column: 1 / -1; }
.field input, .field select, .field textarea {
  width: 100%;
  border: 1px solid var(--line);
  border-radius: 8px;
  padding: 14px 15px;
  color: var(--ink);
  background: #fdfefe;
}
.field textarea { min-height: 132px; resize: vertical; }
.notice {
  display: none;
  margin-top: 18px;
  padding: 14px 16px;
  border-radius: 8px;
  background: #ebfbf7;
  color: #057c6f;
  font-weight: 800;
}
.notice.show { display: block; }
.career-row, .resource-row {
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 20px;
  align-items: center;
  padding: 22px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: #fff;
  margin-top: 16px;
}
.career-row h3, .resource-row h3 { color: var(--navy); }
.career-row p, .resource-row p { margin-top: 8px; color: #45577e; line-height: 1.55; }

.site-footer { margin-top: 64px; background: var(--navy); color: #c6d4ee; }
.footer-inner {
  display: grid;
  grid-template-columns: 1.6fr 1fr 1fr 1.3fr;
  gap: 40px;
  padding: 56px 0 44px;
}
.footer-logo {
  width: 236px;
  max-width: 100%;
  height: auto;
  display: block;
  background: #fff;
  padding: 12px 16px;
  border-radius: 10px;
}
.footer-brand p { margin: 18px 0 0; line-height: 1.6; font-size: 14px; max-width: 34ch; }
.footer-col h3 {
  margin: 0 0 16px;
  font-size: 13px;
  letter-spacing: 1.4px;
  text-transform: uppercase;
  color: #fff;
}
.footer-col a { display: block; padding: 6px 0; font-size: 14px; color: #c6d4ee; }
.footer-col a:hover { color: var(--teal); }
.footer-col address { font-style: normal; font-size: 14px; line-height: 1.7; margin-bottom: 14px; }
.footer-legal {
  border-top: 1px solid rgba(198, 212, 238, 0.22);
  padding: 22px 0 30px;
  font-size: 12.5px;
  line-height: 1.65;
  color: #9fb2d6;
}
.footer-legal p { margin: 0 0 8px; }
.footer-legal p:last-child { margin-bottom: 0; }
.footer-legal strong { color: #dbe6fa; }

.article-body { max-width: 76ch; }
.article-body h2 {
  margin: 40px 0 12px;
  font-size: 22px;
  color: var(--navy);
}
.article-body h2:first-child { margin-top: 0; }
.article-body p { margin: 0 0 16px; line-height: 1.75; color: #35476f; }
.article-body code {
  padding: 2px 6px;
  border-radius: 5px;
  background: #eef4fd;
  font-size: 13px;
  color: var(--blue);
}
.article-meta {
  font-size: 13px;
  font-weight: 700;
  color: var(--muted);
  letter-spacing: .3px;
}
.legal-body h2 { font-size: 19px; margin-top: 34px; }
.legal-body { max-width: 82ch; }

.section-sub {
  max-width: 82ch;
  margin: 14px auto 0;
  color: var(--muted);
  line-height: 1.65;
  font-size: 14.5px;
}
.section-more { margin-top: 26px; }
.form-note {
  margin-top: 18px;
  padding: 12px 14px;
  border-radius: 8px;
  background: #fdf7e9;
  border: 1px solid #f2d69a;
  color: #6b4d10;
  font-size: 13px;
  line-height: 1.6;
}

.card-actions {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  margin-top: 16px;
}
.quick-look {
  border: 1px solid var(--line);
  background: #fff;
  color: var(--muted);
  border-radius: 7px;
  padding: 7px 12px;
  font-size: 12.5px;
  font-weight: 700;
  cursor: pointer;
}
.quick-look:hover { border-color: var(--blue); color: var(--blue); }

/* ---------- detail page components ---------- */
.lede { font-size: 18px; line-height: 1.7; color: #35476f; max-width: 74ch; }

.tick-list { list-style: none; margin: 18px 0 0; padding: 0; }
.tick-list li {
  position: relative;
  padding: 10px 0 10px 32px;
  color: #45577e;
  line-height: 1.55;
  border-bottom: 1px solid var(--line);
}
.tick-list li:last-child { border-bottom: 0; }
.tick-list li::before {
  content: "";
  position: absolute;
  left: 4px;
  top: 17px;
  width: 9px;
  height: 5px;
  border-left: 2px solid var(--teal);
  border-bottom: 2px solid var(--teal);
  transform: rotate(-45deg);
}

.step-num {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 34px;
  height: 34px;
  border-radius: 50%;
  background: linear-gradient(135deg, var(--blue-2), var(--blue));
  color: #fff;
  font-weight: 800;
  font-size: 14px;
  margin-bottom: 14px;
}

.notice-banner {
  margin: 0 0 28px;
  padding: 16px 18px;
  border: 1px solid #f2d69a;
  border-left: 4px solid #e0a028;
  border-radius: 8px;
  background: #fdf7e9;
  color: #6b4d10;
  line-height: 1.6;
}
.notice-banner strong { color: #4d3708; }

.footer-links { display: flex; flex-wrap: wrap; gap: 18px; margin-top: 12px; }
.footer-links a { color: #9fb2d6; }
.footer-links a:hover { color: var(--teal); }

/* ---------- animation layer ---------- */
/* Hiding only applies once JS has added .js-reveal to <html>.
   No JS, or a JS error, means nothing is ever hidden. */
html.js-reveal [data-reveal] {
  opacity: 0;
  transform: translateY(24px);
  transition: opacity .6s cubic-bezier(.16, 1, .3, 1),
              transform .6s cubic-bezier(.16, 1, .3, 1);
  will-change: opacity, transform;
}
html.js-reveal [data-reveal="left"]  { transform: translateX(-28px); }
html.js-reveal [data-reveal="right"] { transform: translateX(28px); }
html.js-reveal [data-reveal="scale"] { transform: scale(.94); }

html.js-reveal [data-reveal].is-visible {
  opacity: 1;
  transform: none;
  will-change: auto;
}

.site-header { transition: box-shadow .25s ease, background .25s ease; }
.site-header .nav-wrap { transition: min-height .25s ease; }
.brand-logo { transition: width .25s ease; }
.site-header.is-scrolled { box-shadow: 0 10px 30px rgba(9, 40, 90, .09); }
.site-header.is-scrolled .nav-wrap { min-height: 68px; }
.site-header.is-scrolled .brand-logo { width: 224px; }

.info-card, .product-card, .career-row, .resource-row {
  transition: transform .2s ease, box-shadow .2s ease, border-color .2s ease;
}
.info-card:hover, .product-card:hover, .career-row:hover, .resource-row:hover {
  transform: translateY(-4px);
  box-shadow: var(--shadow);
  border-color: #c3d8f2;
}

.count-up, [data-count-to] { font-variant-numeric: tabular-nums; }

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

@keyframes rise { to { transform: translateX(-50%) translateY(0); } }
@keyframes mediaFloat {
  0%, 100% { transform: translateY(0); }
  50% { transform: translateY(-12px); }
}
@keyframes imageDrift {
  from { transform: scale(1.02) translateX(0); }
  to { transform: scale(1.08) translateX(-12px); }
}
@keyframes scanDemo {
  from { top: 18px; opacity: 0; }
  12%, 88% { opacity: 1; }
  to { top: calc(100% - 18px); opacity: 0; }
}
@keyframes pulseTrace {
  0%, 100% { transform: translateX(-4px) scaleX(.94); opacity: .82; }
  50% { transform: translateX(8px) scaleX(1); opacity: 1; }
}
@keyframes barLift {
  0%, 100% { transform: scaleY(.72); transform-origin: bottom; }
  50% { transform: scaleY(1); transform-origin: bottom; }
}
@keyframes shimmer {
  from { background-position: 220% 0; }
  to { background-position: -220% 0; }
}

@media (max-width: 980px) {
  .topbar { display: none; }
  .nav-wrap { min-height: 82px; justify-content: space-between; }
  .brand-logo { width: 200px; max-width: 56vw; max-height: 44px; }
  .brand strong { font-size: 20px; }
  .brand small { font-size: 9px; }
  .logo-mark { width: 56px; height: 56px; }
  .menu-toggle { display: block; }
  .main-nav {
    position: absolute;
    top: 82px;
    left: 0;
    right: 0;
    display: none;
    flex-direction: column;
    align-items: stretch;
    padding: 14px;
    background: #fff;
    border: 1px solid var(--line);
    border-radius: 8px;
    box-shadow: var(--shadow);
  }
  .main-nav.open { display: flex; }
  .main-nav a, .nav-dd { padding: 14px; text-align: left; }
  .nav-cta { display: none; }
  .dropdown-panel { top: 86px; grid-template-columns: 1fr; }
  .hero, .hero-content { min-height: auto; }
  .hero-bg { width: 100%; opacity: .34; }
  .hero-copy { padding: 72px 0 40px; }
  .hero-copy p { font-size: 17px; }
  .trust-points { grid-template-columns: repeat(2, 1fr); gap: 20px 0; margin-top: 38px; }
  .floating-card { display: none; }
  .media-story-grid { grid-template-columns: 1fr; }
  .media-copy h2 { max-width: 16ch; }
  .media-stage { min-height: 520px; }
  .image-reel { width: 56%; }
  .video-preview { width: 78%; }
  .logo-strip { grid-template-columns: repeat(2, 1fr); }
  .solution-grid { grid-template-columns: repeat(2, 1fr); gap: 28px 0; }
  .solution-grid article:nth-child(2n) { border-right: 0; }
  .product-grid { grid-template-columns: repeat(2, 1fr); }
  .page-hero .container, .split-grid, .contact-grid { grid-template-columns: 1fr; }
  .cards-3, .cards-4, .process { grid-template-columns: repeat(2, 1fr); }
  .cta-inner { align-items: flex-start; flex-direction: column; }
  .cta .btn { margin-left: 0; }
  .footer-inner { grid-template-columns: 1fr 1fr; gap: 32px; padding: 44px 0 36px; }
  .footer-brand { grid-column: 1 / -1; }
}

@media (max-width: 620px) {
  .container { width: min(100% - 26px, 1160px); }
  h1 { font-size: 38px; }
  .hero-copy p { font-size: 15px; line-height: 1.65; }
  .btn { width: 100%; min-height: 46px; }
  .trust-points, .solution-grid, .product-grid { grid-template-columns: 1fr; }
  .media-stats { grid-template-columns: 1fr; }
  .media-stage { min-height: auto; display: grid; gap: 16px; }
  .image-reel,
  .video-preview {
    position: relative;
    inset: auto;
    width: 100%;
  }
  .image-reel { height: 260px; }
  .video-preview { min-height: 306px; }
  .demo-screen { grid-template-columns: 54px 1fr; padding: 14px; }
  .cards-3, .cards-4, .process, .form-grid, .career-row, .resource-row { grid-template-columns: 1fr; }
  .page-hero { padding: 46px 0; }
  .hero-visual { min-height: 230px; padding: 20px; }
  .trust-points article, .solution-grid article { border-right: 0; padding: 0; }
  .solutions-band .container { padding: 30px 20px; }
  .filters { overflow-x: auto; flex-wrap: nowrap; padding-bottom: 6px; }
  .filter { flex: 0 0 auto; }
  .cta-inner { padding: 26px 22px; }
  .footer-inner { grid-template-columns: 1fr; gap: 26px; }
  .footer-logo { width: 200px; }
}
