/* Neoo Desktop & Apps - /neoo-desktop-apps (v20260820-neoo-desktop-apps-hero-desktop-visible-8) */

.nda-page {
  --nda-ink: #07083f;
  --nda-ink-soft: #454b7c;
  --nda-ink-mute: #6a719f;
  --nda-blue: #315cff;
  --nda-violet: #6c3cff;
  --nda-cyan: #24bfd6;
  --nda-night: #0a0e39;
  --nda-surface: #f6f8ff;
  --nda-surface-soft: #fbfcff;
  --nda-line: rgba(18, 26, 92, .12);
  --nda-line-soft: rgba(18, 26, 92, .08);
  --nda-radius: 26px;
  --nda-radius-md: 20px;
  --nda-radius-sm: 14px;
  --nda-shell-w: 1328px;
  --nda-shadow: 0 26px 60px rgba(11, 18, 84, .09);
  --nda-shadow-soft: 0 14px 34px rgba(11, 18, 84, .07);
  background: #fff;
  color: var(--nda-ink);
}

.nda-page [hidden] { display: none !important; }

.nda-shell {
  width: min(var(--nda-shell-w), calc(100% - clamp(32px, 6vw, 104px)));
  margin-inline: auto;
}

.nda-page .skip-link:focus-visible { outline: 2px solid var(--nda-blue); outline-offset: 2px; }
.nda-page a:focus-visible,
.nda-page button:focus-visible,
.nda-page summary:focus-visible {
  outline: 2px solid var(--nda-blue);
  outline-offset: 3px;
  border-radius: 6px;
}

/* ---------- shared primitives ---------- */

.nda-section { padding-block: clamp(84px, 9vw, 126px); }

.nda-head { max-width: 880px; }
.nda-head .nda-eyebrow { margin: 0 0 18px; }
.nda-head h2 {
  margin: 0;
  font-family: var(--cb-display-font, "Cerebri Sans", sans-serif);
  font-size: clamp(33px, 3.4vw, 54px);
  font-weight: 300;
  line-height: 1.08;
  letter-spacing: -.032em;
  color: var(--nda-ink);
}
.nda-head h2 span { display: block; }
.nda-head .nda-lead { margin: 22px 0 0; }

.nda-head--split {
  max-width: none;
  display: grid;
  grid-template-columns: minmax(0, 1.15fr) minmax(0, .85fr);
  gap: 18px clamp(40px, 5vw, 88px);
  align-items: end;
}
.nda-head--split .nda-lead { grid-column: 2; margin: 0 0 6px; }
.nda-head--split .nda-eyebrow,
.nda-head--split h2 { grid-column: 1; }

.nda-head--wide { max-width: 980px; }

.nda-eyebrow {
  margin: 0;
  font-size: 13px;
  font-weight: 600;
  letter-spacing: .13em;
  text-transform: uppercase;
  color: var(--nda-blue);
}

.nda-lead {
  margin: 0;
  max-width: 62ch;
  font-size: clamp(16px, 1.35vw, 18.5px);
  font-weight: 300;
  line-height: 1.62;
  letter-spacing: -.012em;
  color: var(--nda-ink-soft);
}

.nda-actions { display: flex; flex-wrap: wrap; gap: 14px; align-items: center; }
.nda-actions--center { justify-content: center; }

.nda-button {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  padding: 15px 26px;
  border-radius: 999px;
  font-size: 14px;
  font-weight: 600;
  letter-spacing: .01em;
  line-height: 1;
  text-decoration: none;
  transition: transform .25s ease, box-shadow .25s ease, border-color .25s ease, background-color .25s ease;
}
.nda-button svg { width: 17px; height: 17px; fill: none; stroke: currentColor; stroke-width: 1.9; stroke-linecap: round; stroke-linejoin: round; }
.nda-button--primary {
  color: #fff;
  background: var(--cb-accent-gradient, linear-gradient(100deg, #154dff, #712cff));
  box-shadow: 0 14px 30px rgba(48, 62, 255, .26);
}
.nda-button--primary:hover { transform: translateY(-1px); box-shadow: 0 18px 38px rgba(48, 62, 255, .32); }
.nda-button--ghost {
  color: var(--nda-ink);
  background: rgba(255, 255, 255, .8);
  border: 1.4px solid rgba(18, 26, 92, .18);
}
.nda-button--ghost:hover { border-color: var(--nda-blue); color: var(--nda-blue); transform: translateY(-1px); }

.nda-text-link {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  font-size: 14.5px;
  font-weight: 600;
  color: var(--nda-blue);
  text-decoration: none;
  transition: gap .25s ease, color .25s ease;
}
.nda-text-link svg { width: 16px; height: 16px; fill: none; stroke: currentColor; stroke-width: 1.9; stroke-linecap: round; stroke-linejoin: round; }
.nda-text-link:hover { gap: 12px; color: var(--nda-violet); }

.nda-checklist { list-style: none; margin: 0; padding: 0; display: grid; gap: 11px; }
.nda-checklist li {
  display: grid;
  grid-template-columns: 20px minmax(0, 1fr);
  gap: 10px;
  align-items: start;
  font-size: 14.8px;
  line-height: 1.5;
  color: var(--nda-ink-soft);
}
.nda-checklist svg { width: 18px; height: 18px; margin-top: 1px; fill: none; stroke: var(--nda-blue); stroke-width: 2; stroke-linecap: round; stroke-linejoin: round; }

.nda-node-chip {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 52px;
  height: 52px;
  flex: 0 0 auto;
  border-radius: 50%;
  background: linear-gradient(160deg, #14184a, #0a0e39);
  border: 1px solid rgba(138, 92, 246, .5);
  box-shadow: 0 10px 26px rgba(10, 14, 57, .3), inset 0 0 0 4px rgba(255, 255, 255, .03);
  color: #fff;
  font-size: 14.5px;
  font-weight: 600;
  letter-spacing: -.02em;
}
.nda-node-chip b { color: #9d7bff; }

/* ---------- hero ---------- */

.nda-hero {
  --cb-title-hero: clamp(37px, 3.6vw, 60px);
  position: relative;
  overflow: hidden;
  display: flex;
  align-items: center;
  min-height: clamp(724px, 94vh, 892px);
  background: #eef0f6;
}

.nda-hero__media {
  position: absolute;
  inset: 0;
  background-image: url("/assets/neoo-desktop-apps/desktop-apps-hero-poster-20260818.webp");
  background-size: cover;
  background-position: 62% 15%;
}
.nda-hero__video {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: 62% 15%;
  transition: opacity .46s ease;
}
.nda-hero__scrim {
  position: absolute;
  inset: 0;
  background:
    linear-gradient(90deg, rgba(247, 249, 255, .97) 0%, rgba(247, 249, 255, .93) 30%, rgba(247, 249, 255, .58) 50%, rgba(247, 249, 255, .08) 66%, rgba(247, 249, 255, 0) 78%),
    linear-gradient(0deg, rgba(247, 249, 255, .5) 0%, rgba(247, 249, 255, 0) 22%);
}

.nda-hero__grid {
  position: relative;
  z-index: 2;
  width: min(calc(100% - 96px), 1576px);
  display: grid;
  grid-template-columns: minmax(0, 7fr) minmax(0, 5fr);
  align-items: center;
  padding-block: clamp(88px, 11vh, 128px);
}

.nda-hero__copy { max-width: 648px; }
.nda-hero__eyebrow { color: #4753a0; margin: 0 0 20px; }
.nda-hero__copy h1 { margin: 0; color: var(--nda-ink); }
.nda-hero__copy h1 span { display: block; text-wrap: balance; }
.nda-hero__lead { max-width: 56ch; margin: 24px 0 0; color: #3a4172; }
.nda-hero__copy .nda-actions { margin-top: 34px; }

.nda-proofs {
  list-style: none;
  margin: 30px 0 0;
  padding: 0;
  display: flex;
  flex-wrap: wrap;
  gap: 10px 22px;
}
.nda-proofs li {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  font-size: 13.5px;
  font-weight: 500;
  color: #333a6e;
}
.nda-proofs svg { width: 17px; height: 17px; fill: none; stroke: var(--nda-blue); stroke-width: 1.7; stroke-linecap: round; stroke-linejoin: round; }

.nda-proof-note { margin: 12px 0 0; font-size: 12.5px; line-height: 1.5; color: #7a80a8; max-width: 52ch; }

.nda-hero__labels {
  position: absolute;
  right: clamp(20px, 3.4vw, 48px);
  bottom: clamp(20px, 3.4vh, 36px);
  display: flex;
  gap: 10px;
}
.nda-hero__label {
  display: grid;
  gap: 2px;
  padding: 10px 14px;
  border-radius: var(--nda-radius-sm);
  background: rgba(255, 255, 255, .82);
  border: 1px solid rgba(18, 26, 92, .1);
  backdrop-filter: blur(6px);
  -webkit-backdrop-filter: blur(6px);
}
.nda-hero__label strong { font-size: 13px; font-weight: 600; color: var(--nda-ink); }
.nda-hero__label small { font-size: 11.5px; color: var(--nda-ink-mute); }

.nda-video-toggle {
  position: absolute;
  z-index: 3;
  left: clamp(20px, 4vw, 48px);
  bottom: clamp(20px, 3.4vh, 34px);
  width: 42px;
  height: 42px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  border: 1px solid rgba(18, 26, 92, .18);
  background: rgba(255, 255, 255, .82);
  backdrop-filter: blur(6px);
  -webkit-backdrop-filter: blur(6px);
  color: var(--nda-ink);
  cursor: pointer;
  transition: border-color .25s ease, transform .25s ease;
}
.nda-video-toggle:hover { border-color: var(--nda-blue); transform: scale(1.05); }
.nda-video-toggle svg { width: 16px; height: 16px; fill: none; stroke: currentColor; stroke-width: 1.9; stroke-linecap: round; stroke-linejoin: round; }
.nda-video-toggle [data-nda-icon-play] path { fill: currentColor; }

/* ---------- compare ---------- */

.nda-compare__grid {
  margin-top: clamp(44px, 5vw, 64px);
  display: grid;
  grid-template-columns: minmax(0, 1fr) 96px minmax(0, 1fr);
  align-items: stretch;
}

.nda-compare__link { position: relative; display: flex; align-items: center; justify-content: center; }
.nda-compare__link::before,
.nda-compare__link::after {
  content: "";
  position: absolute;
  top: 50%;
  width: calc(50% - 26px);
  height: 1.5px;
  background: linear-gradient(90deg, rgba(49, 92, 255, .55), rgba(138, 92, 246, .55));
}
.nda-compare__link::before { left: -1px; }
.nda-compare__link::after { right: -1px; }

.nda-mode-card {
  display: flex;
  flex-direction: column;
  background: #fff;
  border: 1px solid var(--nda-line);
  border-radius: var(--nda-radius);
  box-shadow: var(--nda-shadow);
  overflow: hidden;
}

.nda-mode-card__visual { position: relative; margin: 0; height: clamp(220px, 24vw, 306px); overflow: hidden; background: #eef0f8; }
.nda-mode-card__visual img { width: 100%; height: 100%; object-fit: cover; object-position: 50% 12%; display: block; }
.nda-mode-card--apps .nda-mode-card__visual img { object-position: 50% 30%; }
.nda-mode-card__badge {
  position: absolute;
  top: 16px;
  left: 16px;
  padding: 7px 12px;
  border-radius: 999px;
  background: rgba(255, 255, 255, .9);
  border: 1px solid rgba(18, 26, 92, .1);
  backdrop-filter: blur(4px);
  -webkit-backdrop-filter: blur(4px);
  font-size: 10.8px;
  font-weight: 700;
  letter-spacing: .1em;
  color: var(--nda-ink);
}

.nda-mode-card__body { display: flex; flex-direction: column; flex: 1; padding: clamp(24px, 2.6vw, 34px); }
.nda-mode-card__body h3 { margin: 0; font-size: 25px; font-weight: 600; letter-spacing: -.02em; color: var(--nda-ink); }
.nda-mode-card__baseline { margin: 8px 0 0; font-size: 16px; font-weight: 500; color: var(--nda-violet); }
.nda-mode-card__text { margin: 14px 0 20px; font-size: 15px; line-height: 1.62; color: var(--nda-ink-soft); }
.nda-mode-card .nda-checklist { margin-bottom: 26px; }
.nda-mode-card .nda-text-link { margin-top: auto; }

.nda-coexist {
  margin-top: clamp(36px, 4vw, 52px);
  display: grid;
  grid-template-columns: auto minmax(0, 1fr);
  gap: 22px;
  align-items: center;
  padding: clamp(22px, 2.6vw, 30px) clamp(24px, 3vw, 38px);
  border-radius: var(--nda-radius-md);
  background: linear-gradient(120deg, #f4f1ff 0%, #eef7ff 100%);
  border: 1px solid rgba(108, 60, 255, .16);
}
.nda-coexist h3 { margin: 0; font-size: 19px; font-weight: 600; letter-spacing: -.015em; color: var(--nda-ink); }
.nda-coexist p { margin: 8px 0 0; font-size: 15px; line-height: 1.6; color: var(--nda-ink-soft); max-width: 76ch; }

/* ---------- continuity ---------- */

.nda-continuity {
  position: relative;
  isolation: isolate;
  overflow: hidden;
  background:
    radial-gradient(circle at 50% 45%, rgba(102, 91, 255, .075), transparent 31%),
    #fbfcff;
}
.nda-continuity::before,
.nda-continuity::after {
  content: "";
  position: absolute;
  z-index: 0;
  width: 174px;
  height: 128px;
  pointer-events: none;
  opacity: .58;
  background-image: radial-gradient(circle, rgba(80, 91, 224, .23) 1.1px, transparent 1.5px);
  background-size: 18px 18px;
  -webkit-mask-image: linear-gradient(135deg, #000, transparent 78%);
  mask-image: linear-gradient(135deg, #000, transparent 78%);
}
.nda-continuity::before { top: 24px; left: 20px; }
.nda-continuity::after { top: 24px; right: 20px; transform: scaleX(-1); }
.nda-continuity .nda-shell {
  --nda-shell-w: 1510px;
  position: relative;
  z-index: 1;
}
.nda-continuity .nda-head h2 {
  font-family: var(--cb-display-font);
  font-weight: var(--cb-display-weight);
  letter-spacing: var(--cb-display-tracking);
  line-height: var(--cb-display-leading);
}

.nda-arch {
  position: relative;
  margin-top: clamp(48px, 5.2vw, 72px);
  min-height: 500px;
  display: grid;
  grid-template-columns: minmax(0, 1fr) clamp(248px, 22vw, 330px) minmax(0, 1fr);
  grid-template-rows: repeat(2, minmax(214px, auto));
  gap: 22px clamp(48px, 5vw, 86px);
  align-items: stretch;
}
.nda-arch__side { display: contents; }
.nda-arch__step--01 { grid-column: 1; grid-row: 1; }
.nda-arch__step--02 { grid-column: 1; grid-row: 2; }
.nda-arch__step--03 { grid-column: 3; grid-row: 1; }
.nda-arch__step--04 { grid-column: 3; grid-row: 2; }

.nda-arch__connections {
  position: absolute;
  inset: 0;
  z-index: 0;
  width: 100%;
  height: 100%;
  overflow: visible;
  pointer-events: none;
  color: rgba(78, 83, 255, .65);
}
.nda-arch__connections path {
  fill: none;
  stroke: currentColor;
  stroke-width: 1.35;
  stroke-linecap: round;
  stroke-linejoin: round;
  vector-effect: non-scaling-stroke;
}
.nda-arch__connections circle {
  fill: #fbfcff;
  stroke: currentColor;
  stroke-width: 1.6;
  vector-effect: non-scaling-stroke;
}

.nda-arch__step {
  position: relative;
  z-index: 2;
  min-width: 0;
  min-height: 214px;
  padding: 18px clamp(20px, 2vw, 30px) 20px;
  background: rgba(255, 255, 255, .94);
  border: 1px solid rgba(38, 46, 132, .12);
  border-radius: 22px;
  box-shadow: 0 18px 46px rgba(28, 35, 111, .085);
  backdrop-filter: blur(8px);
  -webkit-backdrop-filter: blur(8px);
}
.nda-arch__step header {
  position: relative;
  min-height: 58px;
  margin-bottom: 13px;
  padding-bottom: 13px;
  display: grid;
  grid-template-columns: 48px minmax(0, 1fr);
  gap: 16px;
  align-items: center;
}
.nda-arch__step header::after {
  content: "";
  position: absolute;
  right: 0;
  bottom: 0;
  left: 64px;
  height: 1px;
  background: rgba(31, 40, 119, .12);
}
.nda-arch__step header > span {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  border: 1.4px solid rgba(62, 85, 255, .25);
  background: radial-gradient(circle at 38% 32%, rgba(102, 114, 255, .12), rgba(255, 255, 255, .82));
  box-shadow: inset 0 0 0 5px rgba(78, 91, 255, .025);
  font-size: 17px;
  font-weight: 600;
  letter-spacing: -.02em;
  color: #3e56f1;
}
.nda-arch__step h3 {
  margin: 0;
  min-width: 0;
  font-size: clamp(17px, 1.3vw, 21px);
  font-weight: 600;
  line-height: 1.2;
  letter-spacing: -.022em;
  color: var(--nda-ink);
}
.nda-arch__step ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: grid;
  gap: 7px;
}
.nda-arch__step li {
  min-width: 0;
  display: grid;
  grid-template-columns: 21px minmax(0, 1fr);
  gap: 11px;
  align-items: start;
  font-size: clamp(13px, .98vw, 15.5px);
  line-height: 1.34;
  color: var(--nda-ink-soft);
}
.nda-arch__item-icon {
  width: 21px;
  height: 21px;
  color: #405cff;
}
.nda-arch__item-icon svg {
  width: 100%;
  height: 100%;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.65;
  stroke-linecap: round;
  stroke-linejoin: round;
}
.nda-arch__step li > span:last-child { min-width: 0; }
.nda-arch__step li a {
  min-width: 0;
  display: inline-flex;
  align-items: center;
  gap: 6px;
  color: var(--nda-blue);
  font-weight: 550;
  text-decoration: none;
}
.nda-arch__step li a:hover { color: var(--nda-violet); }
.nda-arch__step li a > svg {
  width: 13px;
  height: 13px;
  flex: 0 0 auto;
  fill: none;
  stroke: currentColor;
  stroke-width: 2;
  stroke-linecap: round;
  stroke-linejoin: round;
}
.nda-arch__step--04 li:last-child { font-size: clamp(11.5px, .82vw, 13px); }

.nda-arch__node {
  position: relative;
  z-index: 2;
  grid-column: 2;
  grid-row: 1 / 3;
  align-self: stretch;
  min-width: 0;
  margin: 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
}
.nda-arch__node::before,
.nda-arch__node::after {
  content: "";
  position: absolute;
  z-index: 0;
  left: 50%;
  top: 45%;
  border: 1px solid rgba(86, 91, 255, .17);
  border-radius: 34px;
  transform: translate(-50%, -50%) rotate(45deg) scaleY(.62);
}
.nda-arch__node::before { width: 222px; height: 222px; }
.nda-arch__node::after { width: 292px; height: 292px; opacity: .55; }
.nda-arch__node-media {
  position: relative;
  z-index: 2;
  width: min(100%, 276px);
  margin-bottom: -16px;
  filter: drop-shadow(0 22px 22px rgba(63, 55, 191, .22));
}
.nda-arch__node-media::after {
  content: "";
  position: absolute;
  z-index: -1;
  left: 50%;
  bottom: 3%;
  width: 66%;
  height: 22%;
  border-radius: 50%;
  background: rgba(92, 80, 255, .24);
  filter: blur(18px);
  transform: translateX(-50%);
}
.nda-arch__node img {
  width: 128%;
  max-width: none;
  height: auto;
  margin-left: -14%;
  display: block;
  mix-blend-mode: multiply;
  -webkit-mask-image: radial-gradient(ellipse 42% 42% at 50% 48%, #000 60%, rgba(0, 0, 0, .9) 74%, transparent 100%);
  mask-image: radial-gradient(ellipse 42% 42% at 50% 48%, #000 60%, rgba(0, 0, 0, .9) 74%, transparent 100%);
  filter: saturate(1.1) contrast(1.02);
}
.nda-arch__node figcaption {
  position: relative;
  z-index: 3;
  margin-top: -5px;
  display: grid;
  justify-items: center;
  gap: 6px;
}
.nda-arch__node figcaption strong {
  font-size: clamp(14px, 1.2vw, 18px);
  font-weight: 650;
  line-height: 1.2;
  letter-spacing: .015em;
  text-transform: uppercase;
  color: var(--nda-ink);
}
.nda-arch__node figcaption span {
  max-width: 28ch;
  font-size: clamp(12.5px, .95vw, 14.5px);
  line-height: 1.4;
  color: var(--nda-ink-soft);
}
.nda-arch__node figcaption i {
  width: 34px;
  height: 2px;
  margin-top: 8px;
  border-radius: 999px;
  background: var(--cb-accent-gradient, linear-gradient(90deg, #567eff, #42bbdf 52%, #67e0b9));
}

.nda-continuity__conclusion {
  margin: clamp(44px, 5vw, 60px) 0 0;
  max-width: 62ch;
  font-family: var(--cb-display-font, "Cerebri Sans", sans-serif);
  font-size: clamp(19px, 1.9vw, 25px);
  font-weight: 400;
  line-height: 1.42;
  letter-spacing: -.018em;
  color: var(--nda-ink);
}

.nda-clarity {
  margin-top: clamp(34px, 3.6vw, 46px);
  padding: clamp(22px, 2.6vw, 30px) clamp(24px, 3vw, 36px);
  background: #fff;
  border: 1px solid var(--nda-line-soft);
  border-radius: var(--nda-radius-md);
}
.nda-clarity h3 { margin: 0 0 18px; font-size: 15px; font-weight: 600; letter-spacing: .02em; color: var(--nda-ink); }
.nda-clarity dl { margin: 0; display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 22px clamp(24px, 3vw, 44px); }
.nda-clarity dt { font-size: 14px; font-weight: 600; color: var(--nda-blue); }
.nda-clarity dd { margin: 6px 0 0; font-size: 13.8px; line-height: 1.55; color: var(--nda-ink-soft); }

.nda-continuity .nda-text-link { margin-top: 30px; }

/* ---------- catalog ---------- */

.nda-catalog__grid {
  margin-top: clamp(42px, 4.6vw, 58px);
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 34px clamp(36px, 4vw, 64px);
  align-items: start;
}

.nda-catalog__group h3 {
  margin: 0 0 6px;
  padding-bottom: 12px;
  border-bottom: 1px solid var(--nda-line);
  font-size: 13px;
  font-weight: 600;
  letter-spacing: .1em;
  text-transform: uppercase;
  color: var(--nda-ink-mute);
}
.nda-catalog__rows { list-style: none; margin: 0; padding: 0; }

.nda-app {
  display: grid;
  grid-template-columns: 46px minmax(0, 1fr) auto;
  gap: 16px;
  align-items: center;
  padding: 13px 12px;
  border-radius: var(--nda-radius-sm);
  border-bottom: 1px solid var(--nda-line-soft);
  transition: background-color .25s ease;
}
.nda-catalog__rows li:last-child { border-bottom: 0; }
.nda-app:hover { background: var(--nda-surface); }

.nda-app__mark {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 46px;
  height: 42px;
  border-radius: 12px;
  background: #fff;
  border: 1px solid var(--nda-line-soft);
}
.nda-app__mark img { width: 26px; height: 26px; object-fit: contain; display: block; }
.nda-app__mark--wordmark img { width: auto; height: auto; max-width: 38px; max-height: 22px; }
.nda-app__mark--glyph { background: #eef1fc; border-color: transparent; }
.nda-app__mark--glyph svg { width: 20px; height: 20px; fill: none; stroke: #5b64a1; stroke-width: 1.7; stroke-linecap: round; stroke-linejoin: round; }

.nda-app__copy { display: grid; gap: 2px; min-width: 0; }
.nda-app__copy strong { font-size: 15px; font-weight: 600; letter-spacing: -.01em; color: var(--nda-ink); }
.nda-app__copy small { font-size: 12.8px; line-height: 1.45; color: var(--nda-ink-mute); }

.nda-status {
  display: inline-flex;
  align-items: center;
  gap: 7px;
  padding: 5px 11px;
  border-radius: 999px;
  font-size: 11.4px;
  font-weight: 600;
  letter-spacing: .015em;
  white-space: nowrap;
}
.nda-status i { width: 6px; height: 6px; border-radius: 50%; background: currentColor; }
.nda-status--available { color: #0d7d57; background: #e6f7f0; }
.nda-status--production { color: #2450e0; background: #eaf0ff; }
.nda-status--request { color: #96650a; background: #fdf3e0; }
.nda-status--sql { color: #6631e8; background: #f1ecff; }

.nda-catalog__footer { margin-top: 34px; }

.nda-specific {
  margin-top: clamp(36px, 4vw, 52px);
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  align-items: center;
  gap: 24px clamp(28px, 4vw, 64px);
  padding: clamp(26px, 3vw, 38px) clamp(26px, 3.4vw, 44px);
  border-radius: var(--nda-radius);
  background: linear-gradient(135deg, #0e1240 0%, #1c1650 74%, #241a5e 100%);
  color: #fff;
}
.nda-specific h3 { margin: 0; font-family: var(--cb-display-font, "Cerebri Sans", sans-serif); font-size: clamp(21px, 2vw, 27px); font-weight: 400; letter-spacing: -.02em; }
.nda-specific p { margin: 10px 0 0; font-size: 15px; line-height: 1.6; color: rgba(226, 231, 255, .82); max-width: 62ch; }

/* ---------- experience ---------- */

.nda-experience { background: var(--nda-surface-soft); }

.nda-experience__grid {
  margin-top: clamp(44px, 5vw, 64px);
  display: grid;
  grid-template-columns: minmax(0, 1.06fr) minmax(0, .94fr);
  gap: clamp(40px, 5.4vw, 88px);
  align-items: center;
}

.nda-exp-visual { position: relative; min-height: clamp(420px, 38vw, 560px); }
.nda-exp-visual .nda-node-chip { position: absolute; z-index: 3; top: -6px; left: -6px; }
.nda-exp-visual__frame { position: absolute; margin: 0; border-radius: var(--nda-radius-md); border: 1px solid var(--nda-line); box-shadow: var(--nda-shadow); overflow: visible; background: #fff; }
.nda-exp-visual__frame img { width: 100%; height: auto; display: block; border-radius: inherit; }
.nda-exp-visual__frame--desktop { width: 60%; left: 3%; top: 4%; z-index: 1; }
.nda-exp-visual__frame--apps { width: 52%; right: 0; bottom: 2%; z-index: 2; }
.nda-exp-visual__frame figcaption {
  position: absolute;
  top: -13px;
  left: 16px;
  padding: 5px 11px;
  border-radius: 999px;
  background: #fff;
  border: 1px solid var(--nda-line);
  font-size: 11.6px;
  font-weight: 600;
  color: var(--nda-ink);
  box-shadow: var(--nda-shadow-soft);
  white-space: nowrap;
}
.nda-exp-visual__wire {
  position: absolute;
  z-index: 0;
  left: 40%;
  top: 46%;
  width: 26%;
  height: 24%;
  border-right: 1.5px solid rgba(49, 92, 255, .4);
  border-bottom: 1.5px solid rgba(49, 92, 255, .4);
  border-bottom-right-radius: 2px;
}

.nda-benefits { display: grid; }
.nda-benefit {
  display: grid;
  grid-template-columns: 46px minmax(0, 1fr);
  gap: 18px;
  padding-block: 21px;
  border-top: 1px solid var(--nda-line-soft);
}
.nda-benefit:first-child { border-top: 0; padding-top: 0; }
.nda-benefit__num { font-size: 13px; font-weight: 600; color: var(--nda-violet); letter-spacing: .06em; padding-top: 3px; }
.nda-benefit h3 { margin: 0; font-size: 18px; font-weight: 600; letter-spacing: -.014em; color: var(--nda-ink); }
.nda-benefit p { margin: 7px 0 0; font-size: 14.6px; line-height: 1.6; color: var(--nda-ink-soft); max-width: 52ch; }

.nda-mini-proofs { list-style: none; margin: 26px 0 0; padding: 18px 0 0; border-top: 1px solid var(--nda-line-soft); display: flex; flex-wrap: wrap; gap: 10px 20px; }
.nda-mini-proofs li { display: inline-flex; align-items: center; gap: 7px; font-size: 13px; font-weight: 600; color: var(--nda-ink-soft); }
.nda-mini-proofs svg { width: 15px; height: 15px; fill: none; stroke: var(--nda-blue); stroke-width: 2.1; stroke-linecap: round; stroke-linejoin: round; }

/* ---------- process ---------- */

.nda-timeline {
  list-style: none;
  margin: clamp(48px, 5.4vw, 72px) 0 0;
  padding: 0;
  position: relative;
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: clamp(24px, 3vw, 44px);
}
.nda-timeline::before {
  content: "";
  position: absolute;
  top: 22px;
  left: 44px;
  right: 44px;
  height: 1.5px;
  background: linear-gradient(90deg, rgba(49, 92, 255, .45), rgba(108, 60, 255, .45), rgba(36, 191, 214, .45));
}
.nda-timeline li { position: relative; padding-top: 66px; }
.nda-timeline__num {
  position: absolute;
  top: 0;
  left: 0;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 44px;
  height: 44px;
  border-radius: 50%;
  background: #fff;
  border: 1.5px solid rgba(49, 92, 255, .45);
  font-size: 14px;
  font-weight: 600;
  color: var(--nda-blue);
  box-shadow: var(--nda-shadow-soft);
}
.nda-timeline h3 { margin: 0; font-size: 18px; font-weight: 600; letter-spacing: -.014em; color: var(--nda-ink); }
.nda-timeline p { margin: 9px 0 0; font-size: 14.6px; line-height: 1.6; color: var(--nda-ink-soft); }

.nda-process__footnote {
  margin: clamp(40px, 4.4vw, 56px) 0 0;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 10px 14px;
  font-size: 14px;
  font-weight: 550;
  color: var(--nda-ink-soft);
}
.nda-process__footnote i { color: rgba(18, 26, 92, .3); font-style: normal; }

/* ---------- pricing ---------- */

.nda-pricing { background: var(--nda-surface); }

.nda-pricing__grid {
  margin-top: clamp(46px, 5vw, 64px);
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: clamp(20px, 2.4vw, 30px);
  align-items: stretch;
}

.nda-plan {
  position: relative;
  display: flex;
  flex-direction: column;
  padding: clamp(26px, 2.8vw, 36px);
  background: #fff;
  border: 1px solid var(--nda-line);
  border-radius: var(--nda-radius);
  box-shadow: var(--nda-shadow-soft);
}
.nda-plan--featured { border: 1.6px solid #8a5cf6; box-shadow: 0 32px 72px rgba(84, 44, 204, .16); }
.nda-plan__badge {
  position: absolute;
  top: -13px;
  left: 50%;
  transform: translateX(-50%);
  padding: 6px 14px;
  border-radius: 999px;
  background: var(--cb-accent-gradient, linear-gradient(100deg, #154dff, #712cff));
  color: #fff;
  font-size: 10.6px;
  font-weight: 700;
  letter-spacing: .12em;
  white-space: nowrap;
}
.nda-plan h3 { margin: 0; font-size: 19px; font-weight: 600; letter-spacing: -.015em; color: var(--nda-ink); }
.nda-plan__price { margin: 14px 0 0; display: flex; align-items: baseline; gap: 10px; }
.nda-plan__price strong {
  font-family: var(--cb-display-font, "Cerebri Sans", sans-serif);
  font-size: clamp(36px, 3vw, 46px);
  font-weight: 300;
  letter-spacing: -.03em;
  color: var(--nda-ink);
}
.nda-plan__price span { font-size: 13px; color: var(--nda-ink-mute); }
.nda-plan__tagline { margin: 12px 0 20px; font-size: 14.6px; line-height: 1.55; color: var(--nda-ink-soft); min-height: 44px; }
.nda-plan .nda-checklist { margin-bottom: 28px; flex: 1; align-content: start; }
.nda-plan .nda-button { justify-content: center; }

.nda-pricing__storage {
  margin: clamp(34px, 3.6vw, 44px) 0 0;
  display: inline-flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 8px 14px;
  padding: 13px 20px;
  border-radius: var(--nda-radius-sm);
  background: #fff;
  border: 1px solid var(--nda-line-soft);
  font-size: 14.4px;
  color: var(--nda-ink-soft);
}
.nda-pricing__storage strong { color: var(--nda-ink); font-weight: 600; }
.nda-pricing__legal { margin: 14px 0 0; font-size: 12.6px; color: var(--nda-ink-mute); }

.nda-options {
  margin-top: clamp(36px, 4vw, 48px);
  background: #fff;
  border: 1px solid var(--nda-line);
  border-radius: var(--nda-radius-md);
  overflow: hidden;
}
.nda-options summary {
  list-style: none;
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  align-items: center;
  gap: 4px 18px;
  padding: 22px 28px;
  cursor: pointer;
  transition: background-color .25s ease;
}
.nda-options summary::-webkit-details-marker { display: none; }
.nda-options summary:hover { background: var(--nda-surface); }
.nda-options summary span { font-size: 17px; font-weight: 600; letter-spacing: -.012em; color: var(--nda-ink); }
.nda-options summary small { grid-row: 2; font-size: 13px; color: var(--nda-ink-mute); }
.nda-options summary i {
  grid-row: span 2;
  width: 10px;
  height: 10px;
  border-right: 1.8px solid var(--nda-ink-soft);
  border-bottom: 1.8px solid var(--nda-ink-soft);
  transform: rotate(45deg);
  transition: transform .3s ease;
  margin-right: 4px;
}
.nda-options[open] summary i { transform: rotate(-135deg) translate(-2px, -2px); }
.nda-options__grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 26px clamp(28px, 3.4vw, 56px);
  padding: 8px 28px 30px;
  border-top: 1px solid var(--nda-line-soft);
}
.nda-options__group { padding-top: 18px; }
.nda-options__group h3 { margin: 0 0 6px; font-size: 12.6px; font-weight: 600; letter-spacing: .09em; text-transform: uppercase; color: var(--nda-ink-mute); }
.nda-options__group ul { list-style: none; margin: 0; padding: 0; }
.nda-options__group li {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 16px;
  align-items: baseline;
  padding: 11px 0;
  border-top: 1px solid var(--nda-line-soft);
  font-size: 14.2px;
  line-height: 1.5;
  color: var(--nda-ink-soft);
}
.nda-options__group li:first-of-type { border-top: 0; }
.nda-options__group strong { font-size: 13.6px; font-weight: 600; color: var(--nda-ink); text-align: right; white-space: nowrap; }

/* ---------- security ---------- */

.nda-security {
  background: linear-gradient(180deg, #0a0e39 0%, #0e1345 55%, #0a0e39 100%);
  color: #fff;
}
.nda-security .nda-eyebrow { color: #6fe0f0; }
.nda-security .nda-head h2 { color: #fff; }
.nda-security .nda-lead { color: rgba(226, 232, 255, .8); }

.nda-security__grid {
  margin-top: clamp(44px, 4.8vw, 60px);
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 20px;
}
.nda-security__block {
  padding: 26px 26px 28px;
  border-radius: var(--nda-radius-md);
  background: rgba(255, 255, 255, .045);
  border: 1px solid rgba(255, 255, 255, .13);
}
.nda-security__block h3 { margin: 0; font-size: 16.5px; font-weight: 600; letter-spacing: -.01em; }
.nda-security__block p { margin: 10px 0 0; font-size: 14.2px; line-height: 1.65; color: rgba(222, 229, 255, .75); }

.nda-flow {
  list-style: none;
  margin: clamp(48px, 5.2vw, 68px) 0 0;
  padding: 0;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
}
.nda-flow li {
  position: relative;
  padding: 12px 22px;
  border: 1px solid rgba(255, 255, 255, .22);
  border-radius: 999px;
  font-size: 14px;
  font-weight: 500;
  white-space: nowrap;
  background: rgba(255, 255, 255, .03);
}
.nda-flow li:not(:first-child) { margin-left: 56px; }
.nda-flow li:not(:first-child)::before {
  content: "";
  position: absolute;
  right: 100%;
  top: 50%;
  width: 56px;
  height: 1.5px;
  background: linear-gradient(90deg, rgba(111, 224, 240, .7), rgba(138, 92, 246, .7));
}
.nda-flow li:not(:first-child)::after {
  content: "";
  position: absolute;
  right: calc(100% - 3px);
  top: 50%;
  width: 6px;
  height: 6px;
  margin-top: -3px;
  border-radius: 50%;
  background: #8a5cf6;
}

/* ---------- faq ---------- */

.nda-faq__grid {
  display: grid;
  grid-template-columns: minmax(0, 5fr) minmax(0, 7fr);
  gap: clamp(36px, 5vw, 88px);
  align-items: start;
}
.nda-faq__list details { border-bottom: 1px solid var(--nda-line-soft); }
.nda-faq__list details:first-child { border-top: 1px solid var(--nda-line-soft); }
.nda-faq__list summary {
  list-style: none;
  position: relative;
  padding: 21px 44px 21px 0;
  font-size: 16.6px;
  font-weight: 550;
  letter-spacing: -.01em;
  color: var(--nda-ink);
  cursor: pointer;
  transition: color .25s ease;
}
.nda-faq__list summary::-webkit-details-marker { display: none; }
.nda-faq__list summary:hover { color: var(--nda-blue); }
.nda-faq__list summary i { position: absolute; right: 6px; top: 50%; width: 14px; height: 14px; margin-top: -7px; }
.nda-faq__list summary i::before,
.nda-faq__list summary i::after {
  content: "";
  position: absolute;
  inset: 50% auto auto 0;
  width: 14px;
  height: 1.8px;
  margin-top: -.9px;
  background: var(--nda-ink-soft);
  transition: transform .3s ease;
}
.nda-faq__list summary i::after { transform: rotate(90deg); }
.nda-faq__list details[open] summary i::after { transform: rotate(0deg); }
.nda-faq__list details p { margin: 0; padding: 0 0 24px; font-size: 14.8px; line-height: 1.68; color: var(--nda-ink-soft); max-width: 66ch; }

/* ---------- final ---------- */

.nda-final {
  position: relative;
  overflow: hidden;
  padding-block: clamp(96px, 11vw, 150px);
  text-align: center;
  background: var(--nda-surface-soft);
}
.nda-final__halo {
  position: absolute;
  inset: 0;
  background:
    radial-gradient(46% 60% at 24% 18%, rgba(49, 92, 255, .07), transparent 70%),
    radial-gradient(44% 60% at 78% 82%, rgba(108, 60, 255, .08), transparent 72%),
    radial-gradient(30% 42% at 88% 12%, rgba(36, 191, 214, .06), transparent 70%);
}
.nda-final .nda-shell { position: relative; }
.nda-final .nda-eyebrow { margin-bottom: 18px; }
.nda-final h2 {
  margin: 0;
  font-family: var(--cb-display-font, "Cerebri Sans", sans-serif);
  font-size: clamp(34px, 3.8vw, 58px);
  font-weight: 300;
  line-height: 1.08;
  letter-spacing: -.032em;
  color: var(--nda-ink);
}
.nda-final h2 span { display: block; }
.nda-final__text { margin: 24px auto 0; max-width: 62ch; font-size: clamp(16px, 1.3vw, 18px); font-weight: 300; line-height: 1.62; color: var(--nda-ink-soft); }
.nda-final .nda-actions { margin-top: 36px; }
.nda-final__assurances { list-style: none; margin: 34px 0 0; padding: 0; display: flex; flex-wrap: wrap; justify-content: center; gap: 12px 26px; }
.nda-final__assurances li { display: inline-flex; align-items: center; gap: 8px; font-size: 13.8px; font-weight: 550; color: var(--nda-ink-soft); }
.nda-final__assurances svg { width: 16px; height: 16px; fill: none; stroke: var(--nda-blue); stroke-width: 2.1; stroke-linecap: round; stroke-linejoin: round; }

/* ---------- responsive ---------- */

@media (max-width: 1320px) {
  .nda-hero__grid { width: calc(100% - 32px); }
}

@media (max-width: 1180px) {
  .nda-compare__grid { grid-template-columns: minmax(0, 1fr) 72px minmax(0, 1fr); }
  .nda-arch {
    grid-template-columns: minmax(0, 1fr) 250px minmax(0, 1fr);
    column-gap: 42px;
  }
}

@media (max-width: 1100px) {
  .nda-security__grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
}

@media (max-width: 1023px) {
  .nda-hero { min-height: clamp(644px, 90vh, 792px); }
  .nda-hero__grid { grid-template-columns: minmax(0, 1fr); }
  .nda-hero__labels { display: none; }
  .nda-hero__scrim {
    background:
      linear-gradient(180deg, rgba(247, 249, 255, .96) 0%, rgba(247, 249, 255, .9) 44%, rgba(247, 249, 255, .55) 68%, rgba(247, 249, 255, .18) 100%);
  }
  .nda-hero__video, .nda-hero__media { background-position: 60% 50%; object-position: 60% 50%; }

  .nda-compare__grid { grid-template-columns: minmax(0, 1fr); gap: 0; }
  .nda-compare__link { height: 96px; }
  .nda-compare__link::before,
  .nda-compare__link::after { top: auto; left: 50%; width: 1.5px; height: calc(50% - 26px); background: linear-gradient(180deg, rgba(49, 92, 255, .55), rgba(138, 92, 246, .55)); }
  .nda-compare__link::before { top: -1px; }
  .nda-compare__link::after { bottom: -1px; }

  .nda-arch {
    max-width: 720px;
    min-height: 0;
    margin-inline: auto;
    grid-template-columns: minmax(0, 1fr);
    grid-template-rows: auto;
    gap: 18px;
  }
  .nda-arch__connections { display: none; }
  .nda-arch__side { display: grid; gap: 18px; }
  .nda-arch__step,
  .nda-arch__step--01,
  .nda-arch__step--02,
  .nda-arch__step--03,
  .nda-arch__step--04 { grid-column: auto; grid-row: auto; }
  .nda-arch__node {
    order: 0;
    grid-column: auto;
    grid-row: auto;
    min-height: 390px;
    padding-block: 28px;
  }
  .nda-arch__side--before { order: -1; }
  .nda-arch__side--after { order: 1; }

  .nda-experience__grid { grid-template-columns: minmax(0, 1fr); }
  .nda-exp-visual { min-height: 0; height: clamp(340px, 56vw, 520px); max-width: 640px; }

  .nda-pricing__grid { grid-template-columns: minmax(0, 1fr); max-width: 560px; margin-inline: auto; }
  .nda-plan__tagline { min-height: 0; }
  .nda-plan--featured { order: -1; }
}

@media (max-width: 900px) {
  .nda-head--split { grid-template-columns: minmax(0, 1fr); align-items: start; }
  .nda-head--split .nda-lead { grid-column: 1; margin: 18px 0 0; }
  .nda-catalog__grid { grid-template-columns: minmax(0, 1fr); }
  .nda-specific { grid-template-columns: minmax(0, 1fr); }
  .nda-faq__grid { grid-template-columns: minmax(0, 1fr); gap: 30px; }
  .nda-clarity dl { grid-template-columns: minmax(0, 1fr); gap: 18px; }
}

@media (max-width: 860px) {
  .nda-timeline { grid-template-columns: minmax(0, 1fr); gap: 34px; }
  .nda-timeline::before { top: 8px; bottom: 8px; left: 21px; right: auto; width: 1.5px; height: auto; background: linear-gradient(180deg, rgba(49, 92, 255, .45), rgba(108, 60, 255, .45), rgba(36, 191, 214, .45)); }
  .nda-timeline li { padding: 0 0 0 66px; }
}

@media (max-width: 760px) {
  .nda-hero__grid { width: calc(100% - 28px); }
  .nda-flow { flex-direction: column; align-items: stretch; }
  .nda-flow li { text-align: center; white-space: normal; }
  .nda-flow li:not(:first-child) { margin-left: 0; margin-top: 44px; }
  .nda-flow li:not(:first-child)::before { right: auto; left: 50%; top: -44px; width: 1.5px; height: 44px; background: linear-gradient(180deg, rgba(111, 224, 240, .7), rgba(138, 92, 246, .7)); }
  .nda-flow li:not(:first-child)::after { right: auto; left: 50%; top: -5px; margin: 0 0 0 -3px; }
}

@media (max-width: 640px) {
  .nda-hero { min-height: 0; }
  .nda-hero__grid { padding-block: 120px 104px; }
  .nda-actions { width: 100%; }
  .nda-actions .nda-button { flex: 1 1 auto; justify-content: center; min-width: 0; }
  .nda-actions--center .nda-button { flex: 0 1 auto; }
  .nda-mode-card__visual { height: 210px; }
  .nda-security__grid { grid-template-columns: minmax(0, 1fr); }
  .nda-options__grid { grid-template-columns: minmax(0, 1fr); padding-inline: 22px; }
  .nda-options summary { padding-inline: 22px; }
  .nda-coexist { grid-template-columns: minmax(0, 1fr); gap: 14px; }
  .nda-arch__step { min-height: 0; padding: 17px 18px 19px; }
  .nda-arch__step header { grid-template-columns: 44px minmax(0, 1fr); min-height: 54px; gap: 13px; }
  .nda-arch__step header::after { left: 57px; }
  .nda-arch__step header > span { width: 44px; height: 44px; font-size: 15px; }
  .nda-arch__step h3 { font-size: 18px; }
  .nda-arch__step li { font-size: 14px; }
  .nda-arch__step--04 li:last-child { font-size: 12.5px; }
  .nda-arch__node { min-height: 350px; }
  .nda-arch__node-media { width: min(78vw, 258px); }
  .nda-specific .nda-button { justify-content: center; }
  .nda-exp-visual .nda-node-chip { width: 44px; height: 44px; font-size: 12.5px; }
}

@media (max-width: 480px) {
  .nda-hero__grid { padding-block: 108px 104px; }
  .nda-proofs { gap: 9px 16px; }
  .nda-proofs li { font-size: 12.8px; }
  .nda-mode-card__body h3 { font-size: 22px; }
  .nda-app { grid-template-columns: 40px minmax(0, 1fr); grid-auto-rows: auto; gap: 6px 12px; }
  .nda-app__mark { width: 40px; height: 38px; grid-row: span 2; }
  .nda-app .nda-status { grid-column: 2; justify-self: start; }
  .nda-plan__price strong { font-size: 34px; }
  .nda-video-toggle { width: 38px; height: 38px; }
}

@media (max-width: 359px) {
  .nda-hero__eyebrow { font-size: 13.5px !important; letter-spacing: .06em !important; }
  .nda-mode-card__badge { font-size: 10px; letter-spacing: .07em; }
  .nda-options summary small { display: none; }
}

/* ---------- motion ---------- */

@media (prefers-reduced-motion: reduce) {
  .nda-page *,
  .nda-page *::before,
  .nda-page *::after { transition: none !important; animation: none !important; }
  .nda-hero__video { opacity: 1; }
}
