* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  background: #f5f9ff;
  color: #0f172a;
  overflow-x: hidden;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}

/* WEBSITE NAVBAR */

.site-header {
  position: sticky;
  top: 0;
  z-index: 9999;
  background: rgba(255,255,255,.94);
  backdrop-filter: blur(18px);
  border-bottom: 1px solid #d9e6f5;
}

.site-nav {
  max-width: 1400px;
  margin: 0 auto;
  min-height: 92px;
  padding: 0 34px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
}

.site-logo {
  display: flex;
  align-items: center;
  gap: 12px;
  text-decoration: none;
  color: #0f172a;
  font-weight: 950;
  font-size: 1.45rem;
}

.site-logo img {
  width: 48px;
  height: 48px;
  object-fit: contain;
}

.site-links {
  display: flex;
  align-items: center;
  gap: 22px;
}

.site-links a {
  color: #0f172a;
  text-decoration: none;
  font-weight: 850;
  font-size: .96rem;
  white-space: nowrap;
}

.site-links a:hover {
  color: #1e5eff;
}

.site-cta {
  background: linear-gradient(135deg,#1e5eff,#14b8a6);
  color: white !important;
  padding: 17px 24px;
  border-radius: 14px;
  box-shadow: 0 14px 28px rgba(30,94,255,.22);
}

.language-box {
  border: 1px solid #d9e6f5;
  background: white;
  border-radius: 10px;
  padding: 10px 12px;
  font-weight: 800;
  color: #0f172a;
}

/* PAGE HERO */

.app-experience-page {
  min-height: 100vh;
  background:
    radial-gradient(circle at 78% 18%, rgba(20, 184, 166, 0.24), transparent 30%),
    radial-gradient(circle at 20% 72%, rgba(30, 94, 255, 0.2), transparent 32%),
    linear-gradient(180deg, #f5f9ff 0%, #ffffff 100%);
  padding: 44px;
}

.app-experience-hero {
  min-height: calc(100vh - 88px);
  display: grid;
  grid-template-columns: minmax(340px, 0.78fr) minmax(480px, 1.12fr);
  align-items: center;
  gap: 72px;
  max-width: 1380px;
  margin: 0 auto;
}

.app-experience-brand {
  display: none;
}

.app-eyebrow {
  color: #1e5eff;
  font-weight: 950;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  font-size: 0.78rem;
  margin-bottom: 16px;
}

.app-experience-copy h1 {
  font-size: clamp(3rem, 5.4vw, 5.8rem);
  line-height: 0.94;
  letter-spacing: -0.07em;
  margin: 0 0 24px;
  color: #071224;
}

.app-lead {
  font-size: 1.16rem;
  color: #475569;
  line-height: 1.8;
  max-width: 620px;
  margin-bottom: 28px;
}

.app-demo-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  margin-bottom: 34px;
}

.app-demo-actions button,
.app-demo-actions a {
  min-height: 54px;
  padding: 0 24px;
  border-radius: 17px;
  font-weight: 950;
  text-decoration: none;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}

.app-demo-actions button {
  border: none;
  background: linear-gradient(135deg, #1e5eff, #14b8a6);
  color: white;
  cursor: pointer;
  box-shadow: 0 18px 36px rgba(30, 94, 255, 0.25);
}

.app-demo-actions a {
  color: #0f172a;
  background: white;
  border: 1px solid #d9e6f5;
  box-shadow: 0 14px 30px rgba(15, 23, 42, 0.06);
}

.app-impact-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 14px;
}

.app-impact-grid div {
  background: rgba(255, 255, 255, 0.82);
  border: 1px solid #d9e6f5;
  border-radius: 22px;
  padding: 18px;
  box-shadow: 0 16px 34px rgba(15, 23, 42, 0.06);
  backdrop-filter: blur(12px);
}

.app-impact-grid strong,
.app-impact-grid span {
  display: block;
}

.app-impact-grid strong {
  color: #0f172a;
  margin-bottom: 6px;
}

.app-impact-grid span {
  color: #64748b;
  line-height: 1.5;
  font-size: 0.92rem;
}

/* PHONE */

.app-phone-stage {
  position: relative;
  min-height: 880px;
  display: grid;
  place-items: center;
}

.app-phone-glow {
  position: absolute;
  border-radius: 999px;
  filter: blur(8px);
  opacity: 0.9;
}

.app-phone-glow.one {
  width: 430px;
  height: 430px;
  background: rgba(30, 94, 255, 0.22);
  right: 4%;
  top: 6%;
}

.app-phone-glow.two {
  width: 310px;
  height: 310px;
  background: rgba(20, 184, 166, 0.25);
  left: 1%;
  bottom: 7%;
}

.app-phone-device {
  position: relative;
  width: 430px;
  z-index: 5;
  transform: rotate(-2deg);
}

.app-phone-device::before {
  content: "";
  position: absolute;
  inset: 32px -42px -36px;
  border-radius: 76px;
  background: rgba(15, 23, 42, 0.2);
  filter: blur(28px);
  z-index: -1;
}

.app-phone-frame {
  position: relative;
  background: linear-gradient(145deg, #020617, #111827);
  border-radius: 64px;
  padding: 15px;
  box-shadow:
    0 46px 100px rgba(15, 23, 42, 0.32),
    inset 0 0 0 2px rgba(255,255,255,0.08),
    inset 0 0 28px rgba(255,255,255,0.05);
}

.app-phone-notch {
  position: absolute;
  left: 50%;
  top: 24px;
  transform: translateX(-50%);
  width: 128px;
  height: 32px;
  background: #020617;
  border-radius: 0 0 20px 20px;
  z-index: 20;
}

.app-phone-screen {
  height: 850px;
  background:
    radial-gradient(circle at top right, rgba(20, 184, 166, 0.14), transparent 24%),
    radial-gradient(circle at 10% 22%, rgba(30, 94, 255, 0.12), transparent 26%),
    linear-gradient(180deg, #f8fbff 0%, #eef5fc 100%);
  border-radius: 50px;
  overflow: hidden;
  padding: 34px 20px 20px;
  position: relative;
}

.mobile-app-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 16px;
  margin-bottom: 14px;
}

.mobile-app-header span {
  display: block;
  color: #1e5eff;
  font-size: 0.76rem;
  font-weight: 950;
  text-transform: uppercase;
  letter-spacing: 0.08em;
}

.mobile-app-header strong {
  display: block;
  color: #0f172a;
  font-size: 1.12rem;
}

.mobile-profile {
  width: 44px;
  height: 44px;
  border: none;
  border-radius: 999px;
  background: linear-gradient(135deg, #1e5eff, #14b8a6);
  color: white;
  font-weight: 950;
  box-shadow: 0 12px 22px rgba(30, 94, 255, 0.22);
}

/* PHONE CARDS */

.mobile-status-card {
  background: rgba(255,255,255,0.92);
  border: 1px solid #d9e6f5;
  border-radius: 22px;
  padding: 14px;
  margin-bottom: 12px;
  box-shadow: 0 14px 32px rgba(15, 23, 42, 0.07);
  backdrop-filter: blur(14px);
}

.mobile-status-card span {
  display: block;
  color: #14b8a6;
  font-size: 0.68rem;
  font-weight: 950;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  margin-bottom: 5px;
}

.mobile-status-card strong {
  display: block;
  color: #0f172a;
  font-size: 1.05rem;
  margin-bottom: 5px;
}

.mobile-status-card p {
  margin: 0;
  color: #64748b;
  font-size: 0.8rem;
  line-height: 1.38;
}

.mobile-screen {
  display: none;
  animation: appScreenIn 0.28s ease;
}

.mobile-screen.active-screen {
  display: block;
}

@keyframes appScreenIn {
  from {
    opacity: 0;
    transform: translateY(12px) scale(.99);
  }

  to {
    opacity: 1;
    transform: translateY(0) scale(1);
  }
}

/* SEARCH SCREEN */

.mobile-search-box {
  height: 50px;
  background: white;
  border: 1px solid #d9e6f5;
  border-radius: 18px;
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 0 14px;
  box-shadow: 0 12px 28px rgba(15,23,42,.06);
  margin-bottom: 14px;
}

.mobile-search-box span {
  color: #64748b;
  font-size: 1.05rem;
}

.mobile-search-box input {
  flex: 1;
  border: none;
  outline: none;
  background: transparent;
  color: #0f172a;
  font-weight: 700;
}

.popular-title {
  color: #64748b;
  font-size: .75rem;
  font-weight: 950;
  text-transform: uppercase;
  letter-spacing: .08em;
  margin-bottom: 10px;
}

.mobile-destination-list {
  display: grid;
  gap: 10px;
  margin-bottom: 14px;
}

.mobile-destination {
  width: 100%;
  border: 1px solid #d9e6f5;
  background: rgba(255,255,255,.96);
  border-radius: 20px;
  padding: 13px;
  display: flex;
  align-items: center;
  gap: 12px;
  text-align: left;
  cursor: pointer;
  transition: .2s ease;
  box-shadow: 0 10px 22px rgba(15,23,42,.04);
}

.mobile-destination:hover,
.mobile-destination.active {
  border-color: rgba(30,94,255,.7);
  transform: translateY(-1px);
  box-shadow: 0 16px 28px rgba(30,94,255,.14);
}

.mobile-destination span {
  width: 44px;
  height: 44px;
  border-radius: 16px;
  display: grid;
  place-items: center;
  background: linear-gradient(135deg,#1e5eff,#14b8a6);
  color: white;
  font-weight: 900;
}

.mobile-destination strong {
  display: block;
  color: #0f172a;
}

.mobile-destination small {
  display: block;
  color: #64748b;
  margin-top: 4px;
}

.mobile-primary-btn,
.mobile-secondary-btn {
  width: 100%;
  border: none;
  border-radius: 18px;
  padding: 15px;
  font-weight: 950;
  cursor: pointer;
  margin-top: 10px;
}

.mobile-primary-btn {
  background: linear-gradient(135deg,#1e5eff,#14b8a6);
  color: white;
  box-shadow: 0 18px 30px rgba(30,94,255,.24);
}

.mobile-secondary-btn {
  background: white;
  color: #0f172a;
  border: 1px solid #d9e6f5;
}

/* DESTINATION */

.destination-found-card,
.lift-demo-card,
.arrival-card {
  background: rgba(255,255,255,.96);
  border: 1px solid #d9e6f5;
  border-radius: 30px;
  padding: 22px;
  box-shadow: 0 18px 42px rgba(15,23,42,.09);
}

.destination-found-card span,
.lift-demo-card span,
.arrival-card span {
  display: block;
  color: #14b8a6;
  font-weight: 950;
  text-transform: uppercase;
  letter-spacing: .08em;
  font-size: .72rem;
}

.destination-found-card h2,
.lift-demo-card h2,
.arrival-card h2 {
  color: #0f172a;
  font-size: 2rem;
  line-height: 1;
  margin: 14px 0 8px;
}

.destination-found-card p,
.lift-demo-card p,
.arrival-card p {
  color: #64748b;
  line-height: 1.55;
}

.journey-stats,
.arrival-summary {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 10px;
  margin: 18px 0;
}

.journey-stats div,
.arrival-summary div {
  background: #f5f9ff;
  border: 1px solid #d9e6f5;
  border-radius: 16px;
  padding: 14px;
}

.journey-stats strong,
.arrival-summary strong {
  display: block;
  color: #0f172a;
  font-size: 1.2rem;
}

.journey-stats span,
.arrival-summary span {
  display: block;
  margin-top: 4px;
  color: #64748b;
  font-size: .78rem;
}

.route-type-pill {
  display: inline-flex;
  align-items: center;
  background: #e9fbf5;
  color: #0f172a;
  border: 1px solid rgba(20,184,166,.24);
  border-radius: 999px;
  padding: 8px 12px;
  font-size: .8rem;
  font-weight: 900;
}

/* NAVIGATION MAP */

.live-nav-hud {
  display: grid;
  grid-template-columns: repeat(3,1fr);
  gap: 10px;
  margin-bottom: 12px;
}

.hud-item {
  background: rgba(255,255,255,.96);
  border: 1px solid #d9e6f5;
  border-radius: 16px;
  padding: 10px;
  text-align: center;
  box-shadow: 0 10px 20px rgba(15,23,42,.05);
}

.hud-item span {
  display: block;
  color: #64748b;
  text-transform: uppercase;
  font-size: .62rem;
  letter-spacing: .08em;
  font-weight: 900;
}

.hud-item strong {
  display: block;
  margin-top: 4px;
  color: #0f172a;
  font-size: .82rem;
}

.mini-map-card {
  height: 430px;
  background: white;
  border: 1px solid #d9e6f5;
  border-radius: 30px;
  overflow: hidden;
  box-shadow: 0 20px 42px rgba(15,23,42,.1);
}

.premium-map-card {
  background:
    radial-gradient(circle at 50% 10%, rgba(30, 94, 255, 0.08), transparent 35%),
    #ffffff;
}

.journey-map {
  width: 100%;
  height: 100%;
  display: block;
}

.journey-building {
  fill: #ffffff;
  stroke: #d9e6f5;
  stroke-width: 2;
}

.zone-base {
  fill: #ffffff;
  stroke: #cfe0f4;
  stroke-width: 2;
}

.zone {
  stroke: rgba(207, 224, 244, 0.9);
  stroke-width: 1.5;
}

.zone-blue {
  fill: rgba(234, 242, 255, 0.8);
}

.zone-green {
  fill: rgba(233, 251, 245, 0.78);
}

.zone-orange {
  fill: rgba(255, 246, 233, 0.85);
}

.zone-label {
  fill: #64748b;
  font-size: 10px;
  font-weight: 900;
  letter-spacing: .04em;
  text-transform: uppercase;
}

.map-wall {
  fill: none;
  stroke: #b8c7db;
  stroke-width: 4;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.map-wall.outer {
  stroke: #0f172a;
  stroke-width: 5;
}

.core-wall {
  stroke: #9fb2ca;
}

.journey-room {
  stroke: #cfe0f4;
  stroke-width: 2;
  filter: url(#roomShadow);
}

.journey-room.neutral {
  fill: #ffffff;
}

.journey-room.blue {
  fill: #eaf2ff;
}

.journey-room.green {
  fill: #e9fbf5;
}

.journey-room.core {
  fill: #edf5ff;
}

.journey-room.warm {
  fill: #fff6e9;
}

.journey-label {
  text-anchor: middle;
  fill: #0f172a;
  font-size: 12px;
  font-weight: 900;
}

.journey-small {
  text-anchor: middle;
  fill: #64748b;
  font-size: 10px;
  font-weight: 800;
}

.journey-icon {
  text-anchor: middle;
  fill: #0f172a;
  font-size: 18px;
}

.floor-label {
  fill: #64748b;
  font-size: 10px;
  font-weight: 900;
}

.corridor-base {
  fill: none;
  stroke: rgba(255,255,255,0.95);
  stroke-width: 32;
  stroke-linecap: round;
  stroke-linejoin: round;
  filter: drop-shadow(0 7px 12px rgba(15,23,42,.08));
}

.journey-route-active {
  fill: none;
  stroke: #1e5eff;
  stroke-width: 14;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-dasharray: 18 12;
  animation: routeFlow 0.9s linear infinite;
  filter: url(#softRouteGlow);
}

.journey-route-complete {
  fill: none;
  stroke: #14b8a6;
  stroke-width: 14;
  stroke-linecap: round;
  stroke-linejoin: round;
  opacity: .58;
}

@keyframes routeFlow {
  from { stroke-dashoffset: 0; }
  to { stroke-dashoffset: -30; }
}

.journey-user-marker {
  fill: #1e5eff;
  stroke: white;
  stroke-width: 5;
  filter: drop-shadow(0 0 12px rgba(30,94,255,.6));
  transition: cx 1s ease, cy 1s ease;
}

.journey-runner-marker {
  fill: #ffffff;
  stroke: #1e5eff;
  stroke-width: 3;
  filter: drop-shadow(0 0 10px rgba(30,94,255,.9));
}

.journey-destination-marker {
  fill: #14b8a6;
  stroke: white;
  stroke-width: 4;
  animation: destinationPulse 1.8s infinite;
}

.you-are-here-ring {
  fill: rgba(30,94,255,.18);
  stroke: rgba(30,94,255,.45);
  stroke-width: 2;
  animation: herePulse 1.8s infinite;
}

@keyframes herePulse {
  0% { r: 18; opacity: 0.85; }
  50% { r: 30; opacity: 0.2; }
  100% { r: 18; opacity: 0.85; }
}

@keyframes destinationPulse {
  0% { r: 9; opacity: 1; }
  50% { r: 15; opacity: .65; }
  100% { r: 9; opacity: 1; }
}

.you-are-here-map-label rect {
  fill: #1e5eff;
}

.you-are-here-map-label text {
  fill: white;
  font-size: 10px;
  font-weight: 900;
  text-anchor: middle;
}

/* NAVIGATION CARD */

.navigation-card {
  background: rgba(255,255,255,.97);
  border: 1px solid #d9e6f5;
  border-radius: 24px;
  padding: 12px;
  margin-top: 10px;
  box-shadow: 0 14px 28px rgba(15,23,42,.07);
}

.compact-navigation-card {
  padding: 10px 12px;
}

.nav-card-pulse {
  animation: navCardPulse .55s ease;
}

@keyframes navCardPulse {
  0% { transform: scale(1); }
  45% { transform: scale(1.02); }
  100% { transform: scale(1); }
}

.navigation-step-row {
  display: flex;
  justify-content: space-between;
  margin-bottom: 8px;
  font-size: .78rem;
  font-weight: 900;
}

.navigation-step-row span {
  color: #64748b;
}

.navigation-step-row strong {
  color: #14b8a6;
}

.navigation-instruction {
  display: flex;
  gap: 10px;
  align-items: center;
}

#navigation-turn-icon {
  width: 48px;
  height: 48px;
  border-radius: 16px;
  background: #eef5ff;
  display: grid;
  place-items: center;
  font-size: 1.55rem;
  color: #1e5eff;
  font-weight: 950;
  flex-shrink: 0;
}

.navigation-instruction strong {
  display: block;
  color: #0f172a;
}

.navigation-instruction p {
  margin: 4px 0 0;
  color: #64748b;
  font-size: .78rem;
}

.navigation-progress {
  height: 7px;
  background: #e8f0f8;
  border-radius: 999px;
  overflow: hidden;
  margin-top: 10px;
}

#navigation-progress-bar {
  height: 100%;
  width: 0;
  background: linear-gradient(90deg,#1e5eff,#14b8a6);
  transition: width .4s ease;
}

.nav-continue-btn {
  padding: 13px;
  margin-top: 8px;
}

/* LIFT + FIRST PERSON + ARRIVAL */

.lift-demo-card {
  text-align: center;
}

.lift-icon,
.arrival-check {
  width: 72px;
  height: 72px;
  margin: 0 auto 16px;
  border-radius: 24px;
  background: linear-gradient(135deg,#1e5eff,#14b8a6);
  display: grid;
  place-items: center;
  color: white;
  font-size: 2rem;
  font-weight: 950;
  box-shadow: 0 18px 30px rgba(30,94,255,.25);
}

.lift-animation {
  display: grid;
  grid-template-columns: 100px 1fr;
  gap: 18px;
  margin-top: 20px;
  align-items: center;
}

.lift-shaft {
  height: 210px;
  background: #eef5ff;
  border: 1px solid #d9e6f5;
  border-radius: 24px;
  position: relative;
  overflow: hidden;
}

.lift-car {
  position: absolute;
  left: 12px;
  right: 12px;
  bottom: 12px;
  height: 54px;
  border-radius: 16px;
  background: #0f172a;
  color: white;
  display: grid;
  place-items: center;
  font-weight: 900;
  transition: bottom 1.1s ease;
}

body.lift-moving .lift-car {
  bottom: 145px;
}

.lift-levels {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 210px;
  color: #64748b;
  font-weight: 900;
  text-align: left;
}

.first-person-mobile-scene {
  height: 360px;
  border-radius: 30px;
  overflow: hidden;
  position: relative;
  background: linear-gradient(180deg,#f8fbff 0%,#dbe7f3 100%);
  border: 1px solid #d9e6f5;
  perspective: 500px;
  box-shadow: 0 18px 42px rgba(15,23,42,.09);
}

.mobile-ceiling {
  position: absolute;
  left: 42%;
  top: -8px;
  width: 16%;
  height: 100%;
  background:
    repeating-linear-gradient(
      180deg,
      rgba(30,94,255,.15) 0 18px,
      transparent 18px 54px
    );
  transform: perspective(420px) rotateX(70deg);
}

.mobile-wall {
  position: absolute;
  top: 0;
  bottom: 0;
  width: 34%;
  background: linear-gradient(180deg,#ffffff,#e6eef8);
}

.mobile-wall.left {
  left: 0;
  transform: skewY(8deg);
}

.mobile-wall.right {
  right: 0;
  transform: skewY(-8deg);
}

.mobile-floor {
  position: absolute;
  left: 22%;
  right: 22%;
  bottom: 0;
  height: 60%;
  background: linear-gradient(180deg,#dfe8f5,#cbd5e1);
  clip-path: polygon(23% 0,77% 0,100% 100%,0 100%);
}

.mobile-overhead-sign,
.wayfinding-sign {
  position: absolute;
  background: #0f172a;
  color: white;
  border-radius: 14px;
  padding: 10px 14px;
  font-weight: 900;
  z-index: 5;
}

.mobile-overhead-sign {
  top: 40px;
  left: 50%;
  transform: translateX(-50%);
}

.wayfinding-sign {
  right: 18px;
  top: 84px;
  box-shadow: 0 12px 25px rgba(0,0,0,.2);
}

.wayfinding-sign span {
  display: block;
  opacity: .7;
  font-size: .65rem;
  text-transform: uppercase;
}

.mobile-walk-arrow {
  position: absolute;
  left: 50%;
  bottom: 24px;
  transform: translateX(-50%);
  width: 62px;
  height: 62px;
  border-radius: 999px;
  background: linear-gradient(135deg,#1e5eff,#14b8a6);
  display: grid;
  place-items: center;
  color: white;
  font-size: 1.9rem;
  font-weight: 950;
  box-shadow: 0 18px 28px rgba(30,94,255,.3);
}

.first-person-caption {
  margin-top: 12px;
  background: white;
  border: 1px solid #d9e6f5;
  border-radius: 22px;
  padding: 16px;
}

.first-person-caption strong {
  color: #0f172a;
}

.first-person-caption p {
  color: #64748b;
  margin: 6px 0 0;
  line-height: 1.45;
}

.arrival-card {
  text-align: center;
}

.arrival-check {
  width: 84px;
  height: 84px;
  font-size: 2.3rem;
}

/* METRICS */

.hospital-metrics {
  display: grid;
  grid-template-columns: repeat(3,1fr);
  gap: 14px;
  margin-top: 24px;
  width: min(100%,560px);
}

.hospital-metrics div {
  background: white;
  border: 1px solid #d9e6f5;
  border-radius: 20px;
  padding: 18px;
  text-align: center;
  box-shadow: 0 14px 28px rgba(15,23,42,.06);
}

.hospital-metrics strong {
  display: block;
  font-size: 1.8rem;
  color: #1e5eff;
  font-weight: 950;
}

.hospital-metrics span {
  color: #64748b;
  font-size: .82rem;
}

/* TIMELINE + ROI */

.journey-timeline-section,
.hospital-roi-section {
  max-width: 1400px;
  margin: 120px auto 0;
}

.timeline-header,
.roi-header {
  text-align: center;
  margin-bottom: 70px;
}

.timeline-header span,
.roi-header span {
  color: #1e5eff;
  font-weight: 950;
  letter-spacing: .15em;
  font-size: .78rem;
}

.timeline-header h2,
.roi-header h2 {
  font-size: clamp(2.4rem, 4vw, 4rem);
  line-height: 1;
  letter-spacing: -.05em;
  color: #0f172a;
  margin: 18px auto;
  max-width: 900px;
}

.timeline-header p,
.roi-header p {
  max-width: 720px;
  margin: auto;
  color: #64748b;
  font-size: 1.1rem;
  line-height: 1.7;
}

.journey-timeline {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 22px;
  flex-wrap: wrap;
}

.timeline-card {
  width: 230px;
  min-height: 230px;
  background: white;
  border: 1px solid #d9e6f5;
  border-radius: 28px;
  padding: 28px;
  text-align: center;
  box-shadow: 0 20px 40px rgba(15,23,42,.08);
}

.timeline-number {
  width: 70px;
  height: 70px;
  margin: 0 auto 20px;
  border-radius: 50%;
  background: linear-gradient(135deg,#1e5eff,#14b8a6);
  color: white;
  display: grid;
  place-items: center;
  font-size: 1.6rem;
  font-weight: 950;
}

.timeline-card h3,
.roi-card h3 {
  color: #0f172a;
  margin: 0 0 10px;
}

.timeline-card p,
.roi-card p {
  color: #64748b;
  line-height: 1.55;
  margin: 0;
}

.timeline-line {
  width: 56px;
  height: 4px;
  background: linear-gradient(90deg,#1e5eff,#14b8a6);
  border-radius: 999px;
}

.roi-grid {
  display: grid;
  grid-template-columns: repeat(4,1fr);
  gap: 18px;
}

.roi-card {
  background: white;
  border: 1px solid #d9e6f5;
  border-radius: 28px;
  padding: 28px;
  box-shadow: 0 20px 40px rgba(15,23,42,.08);
}

.roi-icon {
  width: 58px;
  height: 58px;
  border-radius: 20px;
  background: #eef5ff;
  display: grid;
  place-items: center;
  font-size: 1.5rem;
  margin-bottom: 18px;
}

.roi-card strong {
  display: block;
  font-size: 2.3rem;
  color: #1e5eff;
  font-weight: 950;
  margin-bottom: 12px;
}

/* RESPONSIVE */

@media (max-width:1050px) {
  .site-nav {
    flex-wrap: wrap;
    padding: 16px 22px;
  }

  .site-links {
    width: 100%;
    overflow-x: auto;
    padding-bottom: 8px;
  }

  .app-experience-page {
    padding: 26px;
  }

  .app-experience-hero {
    grid-template-columns: 1fr;
    gap: 34px;
  }

  .app-experience-copy {
    text-align: center;
  }

  .app-lead {
    margin-left: auto;
    margin-right: auto;
  }

  .app-demo-actions {
    justify-content: center;
  }

  .app-impact-grid {
    max-width: 720px;
    margin: 0 auto;
  }

  .roi-grid {
    grid-template-columns: repeat(2,1fr);
  }
}

@media (max-width:560px) {
  .app-experience-page {
    padding: 18px;
  }

  .app-impact-grid,
  .hospital-metrics,
  .roi-grid {
    grid-template-columns: 1fr;
  }

  .app-phone-device {
    width: 100%;
    max-width: 410px;
  }

  .app-phone-screen {
    height: 860px;
  }

  .app-experience-copy h1 {
    font-size: 2.5rem;
  }

  .timeline-line {
    display: none;
  }
}
.demo-status,
.hero-proof-list,
.mobile-bottom-nav,
.directory-search-bar,
.directory-card,
.accessibility-card,
.help-card,
.map-final-cta {
  box-sizing: border-box;
}

.demo-status {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  background: #e9fbf5;
  color: #0f766e;
  border: 1px solid rgba(20,184,166,.25);
  padding: 10px 16px;
  border-radius: 999px;
  font-weight: 950;
  margin-bottom: 18px;
}

.demo-status span {
  width: 10px;
  height: 10px;
  background: #14b8a6;
  border-radius: 999px;
  box-shadow: 0 0 0 6px rgba(20,184,166,.14);
}

.hero-proof-list {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin: -12px 0 28px;
}

.hero-proof-list span {
  background: white;
  border: 1px solid #d9e6f5;
  color: #0f172a;
  border-radius: 999px;
  padding: 9px 13px;
  font-weight: 850;
  font-size: .86rem;
}

.app-phone-screen {
  padding-bottom: 108px;
}

.mobile-bottom-nav {
  position: absolute;
  left: 18px;
  right: 18px;
  bottom: 18px;
  height: 76px;
  background: rgba(255,255,255,.94);
  border: 1px solid #d9e6f5;
  border-radius: 26px;
  display: grid;
  grid-template-columns: repeat(4,1fr);
  align-items: center;
  box-shadow: 0 18px 38px rgba(15,23,42,.11);
  backdrop-filter: blur(18px);
  z-index: 50;
}

.app-nav-item {
  border: none;
  background: transparent;
  color: #64748b;
  display: grid;
  gap: 4px;
  place-items: center;
  cursor: pointer;
  font-weight: 900;
}

.app-nav-item span {
  font-size: 1.25rem;
}

.app-nav-item small {
  font-size: .66rem;
}

.app-nav-item.active {
  color: #1e5eff;
}

.directory-search-bar {
  height: 50px;
  background: white;
  border: 1px solid #d9e6f5;
  border-radius: 18px;
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 0 14px;
  margin-bottom: 12px;
}

.directory-search-bar input {
  border: none;
  outline: none;
  flex: 1;
  background: transparent;
  font-weight: 800;
}

.directory-list {
  display: grid;
  gap: 10px;
  max-height: 500px;
  overflow: auto;
  padding-bottom: 8px;
}

.directory-card {
  width: 100%;
  border: 1px solid #d9e6f5;
  background: white;
  border-radius: 18px;
  padding: 13px;
  display: flex;
  align-items: center;
  gap: 12px;
  text-align: left;
  cursor: pointer;
  box-shadow: 0 10px 20px rgba(15,23,42,.04);
}

.directory-card span {
  width: 42px;
  height: 42px;
  border-radius: 15px;
  display: grid;
  place-items: center;
  background: linear-gradient(135deg,#1e5eff,#14b8a6);
  color: white;
}

.directory-card strong {
  display: block;
  color: #0f172a;
}

.directory-card small {
  color: #64748b;
}

.accessibility-card,
.help-card {
  background: rgba(255,255,255,.96);
  border: 1px solid #d9e6f5;
  border-radius: 30px;
  padding: 22px;
  box-shadow: 0 18px 42px rgba(15,23,42,.09);
}

.accessibility-card span,
.help-card span {
  color: #14b8a6;
  font-weight: 950;
  text-transform: uppercase;
  letter-spacing: .08em;
  font-size: .72rem;
}

.accessibility-card h2,
.help-card h2 {
  font-size: 1.9rem;
  color: #0f172a;
  line-height: 1;
  margin: 14px 0 10px;
}

.accessibility-card p,
.help-card p {
  color: #64748b;
  line-height: 1.55;
}

.accessibility-options,
.help-actions {
  display: grid;
  gap: 10px;
  margin-top: 18px;
}

.accessibility-options div,
.help-actions button {
  border: 1px solid #d9e6f5;
  background: #f8fbff;
  border-radius: 16px;
  padding: 14px;
  color: #0f172a;
  font-weight: 900;
  text-align: left;
}

.corridor-door {
  position: absolute;
  top: 152px;
  background: white;
  border: 1px solid #d9e6f5;
  border-radius: 12px;
  padding: 8px 10px;
  color: #0f172a;
  font-size: .76rem;
  font-weight: 900;
  box-shadow: 0 10px 20px rgba(15,23,42,.1);
  z-index: 4;
}

.left-door {
  left: 24px;
}

.right-door {
  right: 24px;
}

.map-final-cta {
  max-width: 1200px;
  margin: 120px auto 40px;
  padding: 64px 32px;
  border-radius: 38px;
  text-align: center;
  background:
    radial-gradient(circle at top left, rgba(20,184,166,.22), transparent 35%),
    linear-gradient(135deg,#0f172a,#1e3a8a);
  color: white;
}

.map-final-cta span {
  color: #5eead4;
  font-weight: 950;
  letter-spacing: .15em;
  font-size: .78rem;
}

.map-final-cta h2 {
  font-size: clamp(2.4rem,4vw,4rem);
  line-height: 1;
  margin: 18px auto;
  max-width: 820px;
}

.map-final-cta p {
  max-width: 620px;
  margin: 0 auto 26px;
  color: rgba(255,255,255,.78);
  line-height: 1.7;
}

.map-final-actions {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 14px;
}

.map-final-actions a {
  min-height: 54px;
  padding: 0 24px;
  border-radius: 16px;
  display: inline-flex;
  align-items: center;
  text-decoration: none;
  font-weight: 950;
}

.map-final-actions a:first-child {
  background: white;
  color: #0f172a;
}

.map-final-actions a:last-child {
  background: linear-gradient(135deg,#1e5eff,#14b8a6);
  color: white;
}