:root {
  --ink: #07111f;
  --ink-2: #0a1727;
  --ink-3: #11243a;
  --text: #102033;
  --muted: #5b6978;
  --line: #dbe3e9;
  --surface: #f3f7f8;
  --white: #ffffff;
  --cyan: #26d9e8;
  --cyan-2: #72f1f6;
  --cyan-soft: #d8fbfc;
  --lime: #c9f765;
  --blue: #4b8eff;
  --shadow: 0 24px 70px rgba(3, 16, 29, .14);
  --container: 1220px;
  --radius: 22px;
  --display: "Manrope", "DM Sans", sans-serif;
  --body: "DM Sans", sans-serif;
}

/* Embedded PI-360 product demo */
.live-demo-section {
  position: relative;
  overflow: hidden;
  color: #f7fbff;
  background:
    radial-gradient(circle at 18% 12%, rgba(28, 145, 199, .2), transparent 33%),
    radial-gradient(circle at 88% 72%, rgba(42, 181, 134, .12), transparent 30%),
    #06111f;
}

.demo-grid {
  position: absolute;
  inset: 0;
  pointer-events: none;
  opacity: .16;
  background-image:
    linear-gradient(rgba(255,255,255,.08) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255,255,255,.08) 1px, transparent 1px);
  background-size: 54px 54px;
  mask-image: linear-gradient(to bottom, #000, transparent 92%);
}

.live-demo-section .container {
  position: relative;
  z-index: 1;
}

.live-demo-heading {
  display: grid;
  grid-template-columns: minmax(0, 1.15fr) minmax(320px, .7fr);
  align-items: end;
  gap: 72px;
  margin-bottom: 30px;
}

.live-demo-heading h2 {
  max-width: 760px;
  margin: 14px 0 0;
  color: #fff;
  font-size: clamp(38px, 5vw, 68px);
  line-height: 1.02;
  letter-spacing: -.045em;
}

.live-demo-intro > p {
  margin: 0 0 18px;
  color: #aabbd0;
  font-size: 17px;
  line-height: 1.65;
}

.demo-safety {
  display: flex;
  align-items: center;
  gap: 9px;
  color: #76dbb0;
  font-size: 12px;
  font-weight: 700;
}

.demo-persona-rail {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 18px;
  margin: 0 0 16px;
  padding: 13px 20px;
  border: 1px solid rgba(255,255,255,.1);
  border-radius: 12px;
  background: rgba(255,255,255,.045);
  color: #9fb0c4;
  font-size: 10px;
  font-weight: 800;
  letter-spacing: .1em;
}

.demo-persona-rail i {
  width: 4px;
  height: 4px;
  border-radius: 50%;
  background: #36b88b;
}

.demo-browser {
  overflow: hidden;
  border: 1px solid rgba(179, 207, 234, .24);
  border-radius: 18px;
  background: #fff;
  box-shadow: 0 35px 90px rgba(0,0,0,.38), 0 0 0 7px rgba(255,255,255,.035);
}

.demo-browser-bar {
  min-height: 54px;
  display: grid;
  grid-template-columns: 100px minmax(0, 1fr) 180px;
  align-items: center;
  padding: 0 18px;
  color: #9fb0c4;
  background: #0d2034;
  border-bottom: 1px solid rgba(255,255,255,.08);
}

.demo-address {
  justify-self: center;
  display: flex;
  align-items: center;
  gap: 8px;
  min-width: 330px;
  padding: 8px 18px;
  border: 1px solid rgba(255,255,255,.08);
  border-radius: 8px;
  background: rgba(255,255,255,.05);
  font-size: 11px;
}

.demo-lock { color: #51cca0; font-size: 8px; }

.demo-browser-bar > a {
  justify-self: end;
  color: #c7d7e9;
  font-size: 11px;
  font-weight: 700;
  text-decoration: none;
}

.demo-browser-bar > a:hover { color: #fff; }

.demo-embed-shell {
  position: relative;
  height: clamp(620px, 72vw, 870px);
  background: #f4f6f9;
}

.demo-embed-shell iframe {
  width: 100%;
  height: 100%;
  display: block;
  border: 0;
  background: #f4f6f9;
}

.demo-afterbar {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 30px;
  margin-top: 26px;
}

.demo-afterbar p {
  max-width: 790px;
  margin: 0;
  color: #9fb0c4;
  font-size: 14px;
  line-height: 1.65;
}

.demo-afterbar p strong { color: #fff; }
.demo-afterbar .button { flex: 0 0 auto; }

@media (max-width: 900px) {
  .live-demo-heading { grid-template-columns: 1fr; gap: 24px; }
  .demo-persona-rail { justify-content: flex-start; overflow-x: auto; }
  .demo-persona-rail span { flex: 0 0 auto; }
  .demo-browser-bar { grid-template-columns: 80px 1fr 44px; }
  .demo-address { min-width: 0; width: 100%; justify-content: center; }
  .demo-browser-bar > a { font-size: 0; }
  .demo-browser-bar > a span { font-size: 16px; }
  .demo-afterbar { align-items: flex-start; flex-direction: column; }
}

@media (max-width: 640px) {
  .live-demo-section { padding-left: 0; padding-right: 0; }
  .live-demo-section .live-demo-heading,
  .live-demo-section .demo-persona-rail,
  .live-demo-section .demo-afterbar { margin-left: 18px; margin-right: 18px; }
  .demo-browser { border-left: 0; border-right: 0; border-radius: 0; }
  .demo-browser-bar { padding: 0 12px; grid-template-columns: 58px 1fr 28px; }
  .demo-address { padding: 8px 10px; }
  .demo-address span:last-child { overflow: hidden; text-overflow: ellipsis; white-space: nowrap; }
  .demo-embed-shell { height: 760px; }
  .demo-afterbar .button { width: 100%; text-align: center; }
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
  scroll-padding-top: 88px;
}

body {
  margin: 0;
  color: var(--text);
  background: var(--white);
  font-family: var(--body);
  font-size: 16px;
  line-height: 1.6;
  -webkit-font-smoothing: antialiased;
}

body.menu-open {
  overflow: hidden;
}

img {
  display: block;
  max-width: 100%;
}

a {
  color: inherit;
  text-decoration: none;
}

button,
summary {
  font: inherit;
}

.skip-link {
  position: fixed;
  z-index: 1000;
  top: 8px;
  left: 8px;
  padding: 10px 14px;
  color: var(--ink);
  background: var(--lime);
  transform: translateY(-150%);
}

.skip-link:focus {
  transform: translateY(0);
}

.container {
  width: min(calc(100% - 48px), var(--container));
  margin-inline: auto;
}

.site-progress {
  position: fixed;
  z-index: 999;
  top: 0;
  left: 0;
  width: 100%;
  height: 3px;
  pointer-events: none;
}

.site-progress span {
  display: block;
  width: 0;
  height: 100%;
  background: linear-gradient(90deg, var(--cyan), var(--lime));
}

.site-header {
  position: fixed;
  z-index: 100;
  top: 0;
  left: 0;
  width: 100%;
  color: var(--white);
  border-bottom: 1px solid rgba(255, 255, 255, .08);
  background: rgba(5, 16, 29, .82);
  backdrop-filter: blur(18px);
  transition: box-shadow .25s ease, background .25s ease;
}

.site-header.scrolled {
  background: rgba(5, 16, 29, .95);
  box-shadow: 0 14px 40px rgba(0, 0, 0, .16);
}

.nav-shell {
  display: flex;
  align-items: center;
  justify-content: space-between;
  min-height: 82px;
}

.brand {
  display: inline-flex;
  align-items: center;
  gap: 12px;
}

.brand-mark {
  position: relative;
  display: grid;
  width: 38px;
  height: 38px;
  place-items: center;
}

.brand-orbit {
  position: absolute;
  inset: 7px 1px;
  border: 1px solid rgba(38, 217, 232, .75);
  border-radius: 50%;
  transform: rotate(42deg);
}

.orbit-two {
  inset: 1px 7px;
  border-color: rgba(201, 247, 101, .56);
  transform: rotate(-42deg);
}

.brand-core {
  z-index: 1;
  width: 9px;
  height: 9px;
  border-radius: 50%;
  background: var(--cyan);
  box-shadow: 0 0 18px var(--cyan);
}

.brand-copy {
  display: flex;
  flex-direction: column;
  line-height: 1.05;
}

.brand-name {
  font-family: var(--display);
  font-size: 22px;
  font-weight: 800;
  letter-spacing: -.045em;
}

.brand-name span {
  color: var(--cyan);
}

.brand-byline {
  margin-top: 5px;
  color: rgba(255, 255, 255, .52);
  font-size: 9px;
  font-weight: 700;
  letter-spacing: .14em;
  text-transform: uppercase;
}

.desktop-nav {
  display: flex;
  align-items: center;
  gap: 34px;
  color: rgba(255, 255, 255, .72);
  font-size: 14px;
  font-weight: 600;
}

.desktop-nav a,
.nav-login {
  transition: color .2s ease;
}

.desktop-nav a:hover,
.nav-login:hover {
  color: var(--cyan-2);
}

.nav-actions {
  display: flex;
  align-items: center;
  gap: 20px;
}

.nav-login {
  color: rgba(255, 255, 255, .72);
  font-size: 13px;
  font-weight: 700;
  letter-spacing: .06em;
  text-transform: uppercase;
}

.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  border: 1px solid transparent;
  border-radius: 12px;
  font-weight: 700;
  line-height: 1;
  transition: transform .2s ease, box-shadow .2s ease, background .2s ease, border-color .2s ease;
}

.button:hover {
  transform: translateY(-2px);
}

.button-small {
  min-height: 42px;
  padding: 0 18px;
  font-size: 14px;
}

.button-large {
  min-height: 56px;
  padding: 0 24px;
}

.button-primary {
  color: #06111f;
  background: linear-gradient(135deg, var(--cyan), var(--cyan-2));
  box-shadow: 0 12px 28px rgba(38, 217, 232, .22);
}

.button-primary:hover {
  box-shadow: 0 18px 34px rgba(38, 217, 232, .3);
}

.button-ghost {
  color: var(--white);
  border-color: rgba(255, 255, 255, .2);
  background: rgba(255, 255, 255, .045);
}

.button-ghost:hover {
  border-color: rgba(114, 241, 246, .55);
  background: rgba(114, 241, 246, .08);
}

.button-dark {
  min-height: 50px;
  padding: 0 20px;
  color: var(--white);
  background: var(--ink);
}

.menu-toggle,
.mobile-menu {
  display: none;
}

.hero {
  position: relative;
  min-height: 920px;
  overflow: hidden;
  padding: 174px 0 52px;
  color: var(--white);
  background:
    radial-gradient(circle at 83% 30%, rgba(28, 103, 130, .35), transparent 32%),
    linear-gradient(135deg, #06111f 0%, #0a1b2d 55%, #0b2731 100%);
}

.hero-grid-overlay,
.ecosystem-grid,
.final-cta-grid {
  position: absolute;
  inset: 0;
  opacity: .3;
  background-image:
    linear-gradient(rgba(255, 255, 255, .045) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255, 255, 255, .045) 1px, transparent 1px);
  background-size: 56px 56px;
  mask-image: linear-gradient(to bottom, black 10%, transparent 88%);
}

.hero-glow {
  position: absolute;
  width: 560px;
  height: 560px;
  border-radius: 50%;
  filter: blur(130px);
  pointer-events: none;
}

.hero-glow-one {
  top: -260px;
  left: 14%;
  background: rgba(38, 217, 232, .09);
}

.hero-glow-two {
  right: -300px;
  bottom: -260px;
  background: rgba(201, 247, 101, .06);
}

.hero-grid {
  position: relative;
  z-index: 2;
  display: grid;
  grid-template-columns: .93fr 1.07fr;
  align-items: center;
  gap: 68px;
}

.eyebrow,
.kicker {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  color: var(--cyan-2);
  font-size: 12px;
  font-weight: 800;
  letter-spacing: .16em;
  text-transform: uppercase;
}

.live-dot {
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: var(--lime);
  box-shadow: 0 0 0 6px rgba(201, 247, 101, .1), 0 0 14px var(--lime);
}

.hero h1 {
  max-width: 700px;
  margin: 20px 0 24px;
  font-family: var(--display);
  font-size: clamp(54px, 5.3vw, 82px);
  font-weight: 700;
  letter-spacing: -.065em;
  line-height: .98;
}

.hero h1 em {
  color: var(--cyan-2);
  font-style: normal;
}

.hero-lead {
  max-width: 630px;
  margin: 0;
  color: rgba(255, 255, 255, .7);
  font-size: 19px;
  line-height: 1.65;
}

.hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 34px;
}

.hero-proof {
  display: flex;
  align-items: center;
  gap: 17px;
  margin-top: 38px;
}

.hero-proof div {
  display: flex;
  flex-direction: column;
  gap: 2px;
}

.hero-proof strong {
  color: var(--white);
  font-size: 13px;
}

.hero-proof span {
  color: rgba(255, 255, 255, .44);
  font-size: 11px;
}

.proof-line {
  width: 1px;
  height: 30px;
  background: rgba(255, 255, 255, .14);
}

.hero-visual {
  position: relative;
  padding: 30px 0 28px 22px;
}

.product-frame {
  position: relative;
  overflow: hidden;
  border: 1px solid rgba(147, 225, 234, .22);
  border-radius: 22px;
  background: rgba(13, 30, 47, .7);
  box-shadow: 0 36px 90px rgba(0, 0, 0, .42);
  transform: perspective(1500px) rotateY(-3deg) rotateX(1deg);
}

.product-frame::after {
  position: absolute;
  inset: 0;
  border: 1px solid rgba(255, 255, 255, .06);
  border-radius: inherit;
  content: "";
  pointer-events: none;
}

.product-frame-bar {
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  align-items: center;
  min-height: 46px;
  padding: 0 17px;
  color: rgba(255, 255, 255, .62);
  border-bottom: 1px solid rgba(255, 255, 255, .08);
  background: rgba(4, 13, 23, .72);
  font-size: 11px;
  font-weight: 700;
}

.window-dots {
  display: flex;
  gap: 6px;
}

.window-dots span {
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: rgba(255, 255, 255, .22);
}

.secure-label {
  justify-self: end;
  color: rgba(255, 255, 255, .48);
}

.secure-label i {
  display: inline-block;
  width: 6px;
  height: 6px;
  margin-right: 6px;
  border-radius: 50%;
  background: var(--lime);
}

.product-frame img {
  width: 100%;
  aspect-ratio: 1.54 / 1;
  object-fit: cover;
  object-position: center top;
}

.status-float {
  position: absolute;
  z-index: 3;
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 13px 15px;
  border: 1px solid rgba(255, 255, 255, .13);
  border-radius: 14px;
  background: rgba(9, 25, 40, .88);
  box-shadow: 0 18px 40px rgba(0, 0, 0, .35);
  backdrop-filter: blur(14px);
}

.status-float-top {
  top: 0;
  right: -22px;
}

.status-float-bottom {
  bottom: 0;
  left: -20px;
  width: 220px;
  flex-direction: column;
  align-items: stretch;
  gap: 8px;
}

.status-icon {
  display: grid;
  width: 31px;
  height: 31px;
  color: var(--ink);
  border-radius: 9px;
  background: var(--lime);
  place-items: center;
  font-weight: 900;
}

.status-float div {
  display: flex;
  flex-direction: column;
}

.status-float strong {
  font-size: 12px;
}

.status-float span {
  color: rgba(255, 255, 255, .48);
  font-size: 10px;
}

.mini-metric {
  flex-direction: row !important;
  align-items: center;
  justify-content: space-between;
}

.mini-metric strong {
  color: var(--cyan-2);
  font-size: 14px;
}

.metric-track {
  height: 4px;
  overflow: hidden;
  border-radius: 999px;
  background: rgba(255, 255, 255, .09);
}

.metric-track span {
  display: block;
  width: 92%;
  height: 100%;
  background: linear-gradient(90deg, var(--cyan), var(--lime));
}

.trust-rail {
  position: relative;
  z-index: 2;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 30px;
  margin-top: 88px;
  padding-top: 30px;
  border-top: 1px solid rgba(255, 255, 255, .1);
}

.trust-label {
  flex: 0 0 auto;
  color: rgba(255, 255, 255, .36);
  font-size: 11px;
  font-weight: 700;
  letter-spacing: .12em;
  text-transform: uppercase;
}

.trust-items {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  max-width: 760px;
  color: rgba(255, 255, 255, .6);
  font-size: 11px;
  font-weight: 800;
  letter-spacing: .12em;
}

.trust-items i {
  width: 3px;
  height: 3px;
  border-radius: 50%;
  background: var(--cyan);
}

.section {
  position: relative;
  padding: 120px 0;
}

.section-light {
  background: var(--surface);
}

.section-heading {
  display: grid;
  grid-template-columns: 1.1fr .72fr;
  align-items: end;
  gap: 100px;
  margin-bottom: 64px;
}

.section-heading h2,
.center-heading h2,
.stakeholder-copy h2,
.implementation-intro h2,
.faq-intro h2,
.final-cta h2 {
  margin: 13px 0 0;
  font-family: var(--display);
  font-size: clamp(40px, 4vw, 62px);
  font-weight: 700;
  letter-spacing: -.055em;
  line-height: 1.05;
}

.section-heading p,
.center-heading > p,
.stakeholder-copy > p,
.implementation-intro > p,
.faq-intro > p {
  margin: 0;
  color: var(--muted);
  font-size: 18px;
  line-height: 1.65;
}

.kicker {
  color: #087b86;
}

.kicker-dark {
  color: var(--cyan-2);
}

.case-journey {
  position: relative;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 28px;
  margin: 0 0 44px;
  padding: 34px 32px 32px;
  overflow: hidden;
  border: 1px solid #d9e3e7;
  border-radius: var(--radius);
  background: var(--white);
}

.journey-line {
  position: absolute;
  top: 79px;
  right: 10%;
  left: 10%;
  height: 1px;
  background: #d7e2e6;
}

.journey-line span {
  display: block;
  width: 77%;
  height: 1px;
  background: linear-gradient(90deg, var(--cyan), #0d8291);
}

.case-journey article {
  position: relative;
  z-index: 1;
}

.journey-number {
  display: block;
  margin-bottom: 17px;
  color: #98a7b1;
  font-family: var(--display);
  font-size: 10px;
  font-weight: 800;
}

.journey-icon {
  display: grid;
  width: 40px;
  height: 40px;
  margin-bottom: 20px;
  color: #047987;
  border: 1px solid #bbf0f2;
  border-radius: 50%;
  background: var(--cyan-soft);
  box-shadow: 0 0 0 7px var(--white);
  place-items: center;
  font-weight: 900;
}

.case-journey h3 {
  margin: 0 0 8px;
  font-family: var(--display);
  font-size: 17px;
  letter-spacing: -.025em;
}

.case-journey p {
  margin: 0;
  color: var(--muted);
  font-size: 13px;
  line-height: 1.55;
}

.feature-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 22px;
}

.feature-card {
  position: relative;
  min-height: 400px;
  overflow: hidden;
  padding: 34px;
  border: 1px solid #d6e0e5;
  border-radius: var(--radius);
  background: var(--white);
}

.feature-card-wide {
  display: grid;
  grid-column: 1 / -1;
  grid-template-columns: .78fr 1.22fr;
  min-height: 520px;
  padding: 0;
  color: var(--white);
  border-color: var(--ink-3);
  background: var(--ink);
}

.feature-card-copy {
  align-self: center;
  padding: 48px;
}

.card-index {
  display: block;
  margin-bottom: 28px;
  color: #088492;
  font-size: 10px;
  font-weight: 800;
  letter-spacing: .14em;
}

.feature-card-wide .card-index,
.feature-card-accent .card-index {
  color: var(--cyan-2);
}

.feature-card h3 {
  margin: 0 0 14px;
  font-family: var(--display);
  font-size: 28px;
  letter-spacing: -.04em;
  line-height: 1.16;
}

.feature-card-wide h3 {
  font-size: 36px;
}

.feature-card p {
  margin: 0;
  color: var(--muted);
}

.feature-card-wide p,
.feature-card-accent p {
  color: rgba(255, 255, 255, .64);
}

.check-list {
  display: grid;
  gap: 11px;
  margin: 26px 0 0;
  padding: 0;
  list-style: none;
}

.check-list li {
  position: relative;
  padding-left: 25px;
  color: rgba(255, 255, 255, .82);
  font-size: 14px;
}

.check-list li::before {
  position: absolute;
  top: 1px;
  left: 0;
  color: var(--cyan);
  content: "✓";
  font-weight: 900;
}

.feature-image {
  position: relative;
  min-height: 100%;
  overflow: hidden;
}

.feature-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: left top;
  opacity: .9;
  transform: scale(1.04);
}

.feature-image::after {
  position: absolute;
  inset: 0;
  background: linear-gradient(90deg, var(--ink), transparent 27%);
  content: "";
}

.line-icon {
  display: grid;
  width: 48px;
  height: 48px;
  margin: 50px 0 25px;
  color: #047987;
  border: 1px solid #bce9ec;
  border-radius: 14px;
  background: #edfdfe;
  place-items: center;
  font-family: var(--display);
  font-weight: 800;
}

.tag-row {
  display: flex;
  flex-wrap: wrap;
  gap: 7px;
  margin-top: 28px;
}

.tag-row span {
  padding: 7px 10px;
  color: #426171;
  border: 1px solid #d9e6ea;
  border-radius: 999px;
  background: #f7fafb;
  font-size: 11px;
  font-weight: 700;
}

.feature-card-accent {
  color: var(--white);
  border-color: #143547;
  background:
    radial-gradient(circle at 86% 14%, rgba(38, 217, 232, .14), transparent 35%),
    var(--ink-2);
}

.feature-card-accent .line-icon {
  color: var(--lime);
  border-color: rgba(201, 247, 101, .22);
  background: rgba(201, 247, 101, .08);
}

.mini-dashboard {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 8px;
  margin-top: 38px;
}

.mini-dashboard div {
  display: flex;
  flex-direction: column;
  gap: 6px;
  padding: 16px 13px;
  border: 1px solid rgba(255, 255, 255, .08);
  border-radius: 13px;
  background: rgba(255, 255, 255, .04);
}

.mini-dashboard span {
  color: rgba(255, 255, 255, .4);
  font-size: 9px;
}

.mini-dashboard strong {
  color: var(--cyan-2);
  font-family: var(--display);
  font-size: 20px;
}

.ecosystem-section {
  overflow: hidden;
  color: var(--white);
  background: var(--ink);
}

.ecosystem-grid {
  opacity: .15;
}

.center-heading {
  position: relative;
  z-index: 1;
  max-width: 820px;
  margin: 0 auto 76px;
  text-align: center;
}

.center-heading > p {
  max-width: 710px;
  margin: 22px auto 0;
}

.ecosystem-section .center-heading > p,
.comparison-section .center-heading > p {
  color: rgba(255, 255, 255, .56);
}

.ecosystem-orbit {
  position: relative;
  z-index: 1;
  min-height: 640px;
  margin-bottom: 110px;
}

.orbit-line {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 560px;
  height: 560px;
  border: 1px solid rgba(38, 217, 232, .13);
  border-radius: 50%;
  transform: translate(-50%, -50%);
}

.orbit-line-two {
  width: 400px;
  height: 400px;
  border-color: rgba(201, 247, 101, .12);
}

.ecosystem-core {
  position: absolute;
  z-index: 3;
  top: 50%;
  left: 50%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 164px;
  height: 164px;
  border: 1px solid rgba(114, 241, 246, .36);
  border-radius: 50%;
  background: radial-gradient(circle at 40% 35%, #123b4a, #07121f 70%);
  box-shadow: 0 0 0 18px rgba(38, 217, 232, .035), 0 0 70px rgba(38, 217, 232, .16);
  transform: translate(-50%, -50%);
}

.ecosystem-core::before,
.ecosystem-core::after {
  position: absolute;
  inset: -9px;
  border: 1px dashed rgba(114, 241, 246, .2);
  border-radius: 50%;
  content: "";
}

.ecosystem-core span {
  color: rgba(255, 255, 255, .62);
  font-family: var(--display);
  font-size: 25px;
  font-weight: 700;
  line-height: .9;
}

.ecosystem-core strong {
  color: var(--cyan-2);
  font-family: var(--display);
  font-size: 47px;
  letter-spacing: -.07em;
  line-height: 1;
}

.ecosystem-core small {
  margin-top: 8px;
  color: rgba(255, 255, 255, .34);
  font-size: 9px;
  font-weight: 800;
  letter-spacing: .13em;
  text-transform: uppercase;
}

.portal-card {
  position: absolute;
  z-index: 4;
  width: 242px;
  padding: 22px;
  border: 1px solid rgba(255, 255, 255, .1);
  border-radius: 17px;
  background: rgba(15, 35, 53, .78);
  box-shadow: 0 20px 50px rgba(0, 0, 0, .24);
  backdrop-filter: blur(12px);
}

.portal-card::before {
  position: absolute;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: var(--cyan);
  box-shadow: 0 0 14px var(--cyan);
  content: "";
}

.portal-badge {
  color: var(--cyan-2);
  font-size: 9px;
  font-weight: 800;
  letter-spacing: .14em;
}

.portal-card h3 {
  margin: 9px 0 7px;
  font-family: var(--display);
  font-size: 19px;
  letter-spacing: -.03em;
}

.portal-card p {
  margin: 0;
  color: rgba(255, 255, 255, .48);
  font-size: 12px;
  line-height: 1.5;
}

.portal-clinic {
  top: 34px;
  left: calc(50% - 121px);
}

.portal-clinic::before {
  bottom: -59px;
  left: calc(50% - 4px);
}

.portal-lawyer {
  top: 175px;
  right: 40px;
}

.portal-lawyer::before {
  bottom: 37px;
  left: -75px;
}

.portal-affiliate {
  right: 130px;
  bottom: 18px;
}

.portal-affiliate::before {
  top: -64px;
  left: 27px;
}

.portal-patient {
  bottom: 18px;
  left: 130px;
}

.portal-patient::before {
  top: -64px;
  right: 27px;
}

.portal-admin {
  top: 175px;
  left: 40px;
}

.portal-admin::before {
  right: -75px;
  bottom: 37px;
}

.portal-proof-grid {
  position: relative;
  z-index: 2;
  display: grid;
  grid-template-columns: .88fr 1.12fr;
  min-height: 500px;
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, .1);
  border-radius: var(--radius);
  background: rgba(255, 255, 255, .035);
}

.portal-proof-grid > article {
  align-self: center;
  padding: 52px;
}

.portal-proof-grid article > span {
  color: var(--cyan-2);
  font-size: 10px;
  font-weight: 800;
  letter-spacing: .16em;
}

.portal-proof-grid h3 {
  margin: 17px 0 17px;
  font-family: var(--display);
  font-size: 35px;
  letter-spacing: -.045em;
  line-height: 1.1;
}

.portal-proof-grid p {
  color: rgba(255, 255, 255, .58);
}

.portal-proof-grid ul {
  display: grid;
  gap: 9px;
  margin: 26px 0 0;
  padding: 0;
  color: rgba(255, 255, 255, .76);
  font-size: 13px;
  list-style: none;
}

.portal-proof-grid li::before {
  margin-right: 10px;
  color: var(--lime);
  content: "✓";
}

.portal-proof-image {
  position: relative;
  min-height: 100%;
}

.portal-proof-image::before {
  position: absolute;
  z-index: 1;
  inset: 0;
  background: linear-gradient(90deg, var(--ink), transparent 23%);
  content: "";
}

.portal-proof-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: left top;
}

.network-section {
  background: var(--white);
}

.network-layout {
  display: grid;
  grid-template-columns: 1.05fr .95fr;
  gap: 50px;
}

.network-map {
  position: relative;
  align-self: stretch;
  min-height: 620px;
  overflow: hidden;
  border-radius: var(--radius);
  background: var(--ink);
  box-shadow: var(--shadow);
}

.network-map img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center top;
}

.network-map::after {
  position: absolute;
  inset: 0;
  background: linear-gradient(to top, rgba(5, 17, 30, .95), transparent 50%);
  content: "";
}

.map-caption {
  position: absolute;
  z-index: 2;
  right: 30px;
  bottom: 30px;
  left: 30px;
  display: flex;
  flex-direction: column;
  gap: 10px;
  color: var(--white);
}

.map-caption span {
  color: var(--cyan-2);
  font-size: 10px;
  font-weight: 800;
  letter-spacing: .12em;
  text-transform: uppercase;
}

.map-caption i {
  display: inline-block;
  width: 7px;
  height: 7px;
  margin-right: 6px;
  border-radius: 50%;
  background: var(--lime);
  box-shadow: 0 0 12px var(--lime);
}

.map-caption strong {
  max-width: 450px;
  font-family: var(--display);
  font-size: 25px;
  line-height: 1.25;
}

.network-capabilities {
  display: grid;
}

.network-capabilities article {
  display: grid;
  grid-template-columns: 56px 1fr;
  gap: 15px;
  padding: 28px 0;
  border-bottom: 1px solid var(--line);
}

.network-capabilities article:first-child {
  padding-top: 0;
}

.network-number {
  display: grid;
  width: 40px;
  height: 40px;
  color: #0a7d89;
  border: 1px solid #c5e8ea;
  border-radius: 50%;
  background: #effbfc;
  place-items: center;
  font-size: 10px;
  font-weight: 800;
}

.network-capabilities h3 {
  margin: 0 0 8px;
  font-family: var(--display);
  font-size: 21px;
  letter-spacing: -.03em;
}

.network-capabilities p {
  margin: 0;
  color: var(--muted);
  font-size: 14px;
}

.scale-rail {
  display: grid;
  grid-template-columns: 1fr auto 1fr auto 1fr auto 1fr;
  align-items: center;
  gap: 18px;
  margin-top: 70px;
  padding: 28px;
  color: var(--white);
  border-radius: var(--radius);
  background: var(--ink);
}

.scale-step {
  padding: 18px;
}

.scale-step span {
  display: block;
  margin-bottom: 15px;
  color: var(--cyan-2);
  font-family: var(--display);
  font-size: 29px;
  font-weight: 700;
  letter-spacing: -.05em;
}

.scale-step strong {
  display: block;
  margin-bottom: 4px;
  font-size: 13px;
}

.scale-step p {
  margin: 0;
  color: rgba(255, 255, 255, .42);
  font-size: 11px;
}

.scale-arrow {
  color: rgba(255, 255, 255, .2);
  font-size: 20px;
}

.stakeholder-section {
  overflow: hidden;
  color: var(--white);
  background:
    radial-gradient(circle at 74% 42%, rgba(38, 217, 232, .14), transparent 27%),
    var(--ink-2);
}

.stakeholder-layout {
  display: grid;
  grid-template-columns: .72fr 1.28fr;
  align-items: center;
  gap: 90px;
}

.stakeholder-copy > p {
  margin-top: 20px;
  color: rgba(255, 255, 255, .52);
}

.stakeholder-tabs {
  display: grid;
  gap: 6px;
  margin-top: 38px;
}

.stakeholder-tabs button {
  position: relative;
  padding: 14px 16px 14px 24px;
  color: rgba(255, 255, 255, .42);
  border: 0;
  border-left: 2px solid rgba(255, 255, 255, .1);
  background: transparent;
  cursor: pointer;
  text-align: left;
  font-weight: 700;
  transition: color .2s ease, border-color .2s ease, background .2s ease;
}

.stakeholder-tabs button[aria-selected="true"] {
  color: var(--white);
  border-left-color: var(--cyan);
  background: linear-gradient(90deg, rgba(38, 217, 232, .09), transparent);
}

.stakeholder-panels {
  min-height: 510px;
}

.stakeholder-panel {
  min-height: 510px;
  padding: 55px;
  border: 1px solid rgba(255, 255, 255, .12);
  border-radius: var(--radius);
  background:
    linear-gradient(145deg, rgba(255, 255, 255, .07), rgba(255, 255, 255, .025));
  box-shadow: 0 30px 80px rgba(0, 0, 0, .26);
}

.stakeholder-panel[hidden] {
  display: none;
}

.panel-label {
  margin-bottom: 60px;
  color: var(--cyan-2);
  font-size: 10px;
  font-weight: 800;
  letter-spacing: .15em;
}

.stakeholder-panel h3 {
  max-width: 660px;
  margin: 0 0 20px;
  font-family: var(--display);
  font-size: 39px;
  letter-spacing: -.05em;
  line-height: 1.12;
}

.stakeholder-panel > p {
  max-width: 660px;
  color: rgba(255, 255, 255, .58);
  font-size: 17px;
}

.outcome-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 10px;
  margin-top: 52px;
}

.outcome-grid div {
  padding-top: 18px;
  border-top: 1px solid rgba(255, 255, 255, .13);
}

.outcome-grid strong,
.outcome-grid span {
  display: block;
}

.outcome-grid strong {
  font-size: 12px;
}

.outcome-grid span {
  margin-top: 5px;
  color: rgba(255, 255, 255, .36);
  font-size: 10px;
}

.comparison-section {
  color: var(--white);
  background: #06111f;
}

.comparison-section .center-heading {
  margin-bottom: 54px;
}

.comparison-table {
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, .1);
  border-radius: var(--radius);
}

.comparison-row {
  display: grid;
  grid-template-columns: 1.05fr 1fr 1fr;
  border-bottom: 1px solid rgba(255, 255, 255, .08);
}

.comparison-row:last-child {
  border-bottom: 0;
}

.comparison-row > div {
  display: flex;
  align-items: center;
  min-height: 78px;
  padding: 20px 24px;
  color: rgba(255, 255, 255, .58);
  border-right: 1px solid rgba(255, 255, 255, .08);
  font-size: 13px;
}

.comparison-row > div:first-child {
  color: rgba(255, 255, 255, .82);
  font-weight: 600;
}

.comparison-row > div:last-child {
  border-right: 0;
}

.comparison-head > div {
  min-height: 64px;
  color: rgba(255, 255, 255, .35) !important;
  font-size: 10px;
  font-weight: 800 !important;
  letter-spacing: .13em;
  text-transform: uppercase;
}

.comparison-highlight {
  background: rgba(38, 217, 232, .065);
}

.mini-brand {
  color: var(--cyan-2);
  font-family: var(--display);
  font-size: 16px;
  font-weight: 800;
  letter-spacing: -.03em;
}

.comparison-no,
.comparison-yes {
  margin-right: 10px;
  font-weight: 900;
}

.comparison-no {
  color: #7f8c96;
}

.comparison-yes {
  color: var(--lime);
}

.implementation-section {
  background: var(--surface);
}

.implementation-grid {
  display: grid;
  grid-template-columns: .8fr 1.2fr;
  gap: 100px;
}

.implementation-intro {
  align-self: start;
  position: sticky;
  top: 130px;
}

.implementation-intro > p {
  margin-top: 22px;
}

.text-link {
  display: inline-flex;
  gap: 8px;
  margin-top: 28px;
  color: #087b86;
  font-weight: 800;
}

.implementation-steps {
  display: grid;
}

.implementation-steps article {
  display: grid;
  grid-template-columns: 72px 1fr;
  gap: 24px;
  padding: 34px 0 38px;
  border-bottom: 1px solid #d4dfe3;
}

.implementation-steps article:first-child {
  padding-top: 0;
}

.implementation-steps article > span {
  color: #90a2ac;
  font-family: var(--display);
  font-size: 12px;
  font-weight: 800;
}

.implementation-steps strong {
  color: #07828d;
  font-size: 10px;
  letter-spacing: .14em;
  text-transform: uppercase;
}

.implementation-steps h3 {
  margin: 7px 0 8px;
  font-family: var(--display);
  font-size: 24px;
  letter-spacing: -.035em;
}

.implementation-steps p {
  margin: 0;
  color: var(--muted);
}

.faq-section {
  background: var(--white);
}

.faq-grid {
  display: grid;
  grid-template-columns: .7fr 1.3fr;
  gap: 100px;
}

.faq-intro > p {
  margin: 20px 0 28px;
}

.accordion details {
  border-bottom: 1px solid var(--line);
}

.accordion summary {
  position: relative;
  padding: 25px 44px 25px 0;
  cursor: pointer;
  font-family: var(--display);
  font-size: 19px;
  font-weight: 700;
  letter-spacing: -.025em;
  list-style: none;
}

.accordion summary::-webkit-details-marker {
  display: none;
}

.accordion summary::after {
  position: absolute;
  top: 24px;
  right: 4px;
  color: #07828d;
  content: "+";
  font-size: 24px;
  font-weight: 400;
}

.accordion details[open] summary::after {
  content: "−";
}

.accordion p {
  max-width: 720px;
  margin: -5px 0 26px;
  color: var(--muted);
}

.final-cta {
  position: relative;
  overflow: hidden;
  padding: 100px 0;
  color: var(--white);
  background:
    radial-gradient(circle at 15% 30%, rgba(38, 217, 232, .14), transparent 27%),
    linear-gradient(130deg, #07121f, #0b2730);
}

.final-cta-grid {
  opacity: .17;
}

.final-cta-inner {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: 1.08fr .92fr;
  align-items: end;
  gap: 90px;
}

.final-cta-copy p {
  margin: 0;
  color: rgba(255, 255, 255, .57);
  font-size: 17px;
}

.site-footer {
  color: rgba(255, 255, 255, .7);
  background: #040b13;
}

.footer-top {
  display: grid;
  grid-template-columns: 1.7fr repeat(3, 1fr);
  gap: 70px;
  padding: 76px 0 60px;
}

.footer-brand > p {
  max-width: 340px;
  margin: 22px 0 0;
  color: rgba(255, 255, 255, .4);
  font-size: 14px;
}

.footer-top h3 {
  margin: 0 0 18px;
  color: rgba(255, 255, 255, .42);
  font-size: 10px;
  letter-spacing: .14em;
  text-transform: uppercase;
}

.footer-top > div:not(.footer-brand) {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}

.footer-top > div:not(.footer-brand) a {
  margin: 5px 0;
  color: rgba(255, 255, 255, .62);
  font-size: 13px;
}

.footer-top > div:not(.footer-brand) a:hover {
  color: var(--cyan-2);
}

.footer-bottom {
  display: flex;
  justify-content: space-between;
  gap: 20px;
  padding: 24px 0 30px;
  color: rgba(255, 255, 255, .3);
  border-top: 1px solid rgba(255, 255, 255, .07);
  font-size: 11px;
}

.reveal {
  opacity: 0;
  transform: translateY(18px);
  transition: opacity .65s ease, transform .65s ease;
}

.reveal-delay {
  transition-delay: .1s;
}

.reveal.visible {
  opacity: 1;
  transform: translateY(0);
}

@media (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto;
  }

  .reveal {
    opacity: 1;
    transform: none;
    transition: none;
  }

  .button {
    transition: none;
  }
}

@media (max-width: 1080px) {
  .desktop-nav {
    gap: 20px;
  }

  .hero {
    min-height: auto;
    padding-top: 155px;
  }

  .hero-grid {
    grid-template-columns: 1fr;
  }

  .hero-copy {
    max-width: 780px;
  }

  .hero-visual {
    max-width: 850px;
    margin: 10px auto 0;
  }

  .section-heading {
    gap: 50px;
  }

  .portal-lawyer {
    right: 0;
  }

  .portal-admin {
    left: 0;
  }

  .portal-affiliate {
    right: 80px;
  }

  .portal-patient {
    left: 80px;
  }

  .network-layout {
    gap: 34px;
  }

  .stakeholder-layout,
  .implementation-grid,
  .faq-grid {
    gap: 55px;
  }
}

@media (max-width: 820px) {
  .container {
    width: min(calc(100% - 32px), var(--container));
  }

  .desktop-nav,
  .nav-login,
  .nav-actions > .button {
    display: none;
  }

  .menu-toggle {
    display: grid;
    width: 42px;
    height: 42px;
    padding: 0;
    border: 1px solid rgba(255, 255, 255, .14);
    border-radius: 10px;
    background: rgba(255, 255, 255, .04);
    place-content: center;
    gap: 5px;
  }

  .menu-toggle span {
    width: 17px;
    height: 1px;
    background: var(--white);
    transition: transform .2s ease;
  }

  .menu-toggle[aria-expanded="true"] span:first-child {
    transform: translateY(3px) rotate(45deg);
  }

  .menu-toggle[aria-expanded="true"] span:last-child {
    transform: translateY(-3px) rotate(-45deg);
  }

  .mobile-menu {
    position: fixed;
    z-index: 99;
    inset: 82px 0 auto;
    display: none;
    height: calc(100dvh - 82px);
    max-height: none;
    padding: 20px 24px 32px;
    overflow: auto;
    color: var(--white);
    border-top: 1px solid rgba(255, 255, 255, .07);
    background: rgba(5, 16, 29, .99);
  }

  .mobile-menu.open {
    display: flex;
    flex-direction: column;
    gap: 4px;
  }

  .mobile-menu > a:not(.button) {
    padding: 13px 0;
    border-bottom: 1px solid rgba(255, 255, 255, .07);
  }

  .mobile-menu .button {
    margin-top: 15px;
    min-height: 50px;
  }

  .hero {
    padding: 140px 0 44px;
  }

  .hero h1 {
    font-size: clamp(46px, 12vw, 68px);
  }

  .hero-grid {
    gap: 42px;
  }

  .status-float-top {
    right: 8px;
  }

  .status-float-bottom {
    left: 0;
  }

  .trust-rail {
    align-items: flex-start;
    flex-direction: column;
  }

  .trust-items {
    flex-wrap: wrap;
    gap: 16px;
    justify-content: flex-start;
  }

  .section {
    padding: 88px 0;
  }

  .section-heading,
  .feature-card-wide,
  .portal-proof-grid,
  .network-layout,
  .stakeholder-layout,
  .implementation-grid,
  .faq-grid,
  .final-cta-inner {
    grid-template-columns: 1fr;
  }

  .section-heading {
    gap: 20px;
  }

  .case-journey {
    grid-template-columns: 1fr 1fr;
  }

  .journey-line {
    display: none;
  }

  .feature-card-wide {
    min-height: auto;
  }

  .feature-image {
    min-height: 380px;
  }

  .ecosystem-orbit {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 14px;
    min-height: auto;
    margin-bottom: 70px;
  }

  .orbit-line,
  .ecosystem-core {
    display: none;
  }

  .portal-card {
    position: relative;
    inset: auto;
    width: auto;
  }

  .portal-card::before {
    display: none;
  }

  .portal-clinic {
    grid-column: 1 / -1;
  }

  .portal-admin {
    grid-column: 1 / -1;
  }

  .network-map {
    min-height: 500px;
  }

  .scale-rail {
    grid-template-columns: 1fr 1fr;
  }

  .scale-arrow {
    display: none;
  }

  .stakeholder-copy {
    max-width: 680px;
  }

  .stakeholder-tabs {
    grid-template-columns: 1fr 1fr;
  }

  .stakeholder-tabs button {
    border-left: 0;
    border-bottom: 2px solid rgba(255, 255, 255, .1);
  }

  .stakeholder-tabs button[aria-selected="true"] {
    border-bottom-color: var(--cyan);
  }

  .stakeholder-panels,
  .stakeholder-panel {
    min-height: auto;
  }

  .implementation-intro {
    position: static;
  }

  .final-cta-inner {
    gap: 30px;
  }

  .footer-top {
    grid-template-columns: 1.5fr 1fr 1fr;
  }

  .footer-brand {
    grid-column: 1 / -1;
  }
}

@media (max-width: 560px) {
  .nav-shell {
    min-height: 74px;
  }

  .mobile-menu {
    inset: 74px 0 auto;
    height: calc(100dvh - 74px);
  }

  .hero {
    padding-top: 124px;
  }

  .hero-lead {
    font-size: 17px;
  }

  .hero-actions {
    align-items: stretch;
    flex-direction: column;
  }

  .hero-actions .button {
    width: 100%;
  }

  .hero-proof {
    display: grid;
    grid-template-columns: 1fr 1fr;
  }

  .hero-proof .proof-line {
    display: none;
  }

  .hero-proof div:last-child {
    grid-column: 1 / -1;
  }

  .hero-visual {
    padding-left: 0;
  }

  .product-frame {
    border-radius: 15px;
    transform: none;
  }

  .product-frame-bar {
    grid-template-columns: 1fr 1fr;
  }

  .product-frame-bar > span:nth-child(2) {
    display: none;
  }

  .status-float-top {
    position: relative;
    top: auto;
    right: auto;
    width: max-content;
    max-width: 100%;
    margin: 0 0 10px auto;
  }

  .status-float-bottom {
    right: 12px;
    bottom: -18px;
    left: 12px;
    width: auto;
  }

  .trust-rail {
    margin-top: 74px;
  }

  .section {
    padding: 74px 0;
  }

  .section-heading h2,
  .center-heading h2,
  .stakeholder-copy h2,
  .implementation-intro h2,
  .faq-intro h2,
  .final-cta h2 {
    font-size: 38px;
  }

  .section-heading p,
  .center-heading > p,
  .stakeholder-copy > p,
  .implementation-intro > p,
  .faq-intro > p {
    font-size: 16px;
  }

  .case-journey,
  .feature-grid,
  .ecosystem-orbit,
  .scale-rail,
  .outcome-grid {
    grid-template-columns: 1fr;
  }

  .case-journey {
    padding: 26px;
  }

  .feature-card,
  .feature-card-copy,
  .portal-proof-grid > article,
  .stakeholder-panel {
    padding: 28px;
  }

  .feature-card {
    min-height: 360px;
  }

  .feature-card-wide h3 {
    font-size: 31px;
  }

  .feature-image {
    min-height: 290px;
  }

  .mini-dashboard {
    grid-template-columns: 1fr;
  }

  .portal-proof-image {
    min-height: 320px;
  }

  .network-map {
    min-height: 410px;
  }

  .scale-step {
    border-bottom: 1px solid rgba(255, 255, 255, .08);
  }

  .stakeholder-tabs {
    grid-template-columns: 1fr;
  }

  .stakeholder-panel h3 {
    font-size: 32px;
  }

  .panel-label {
    margin-bottom: 34px;
  }

  .comparison-table {
    overflow-x: auto;
  }

  .comparison-row {
    min-width: 720px;
  }

  .implementation-steps article {
    grid-template-columns: 44px 1fr;
  }

  .footer-top {
    grid-template-columns: 1fr 1fr;
    gap: 42px 24px;
  }

  .footer-brand {
    grid-column: 1 / -1;
  }

  .footer-bottom {
    flex-direction: column;
  }
}

/* Launch clarity and keyboard access */
.scope-note { max-width: 38rem; color: #bed0df; font-size: 1rem; line-height: 1.7; margin: 22px 0; }
.reveal { opacity: 1; transform: none; }
:focus-visible { outline: 3px solid #20b9b0; outline-offset: 5px; }
#main:focus { outline: none; }
#start-project { scroll-margin-top: 100px; }
.product-frame img, .feature-visual img { height: auto; }
@media (max-width: 580px) { .brand-byline { font-size: 10px; } .nav-actions .button { padding: 10px 12px; font-size: 13px; } }
