/* DigestAID Product Pages — all selectors are scoped to .dpp. */
.dpp {
  --dpp-canvas: #030b1a;
  --dpp-canvas-soft: #071426;
  --dpp-surface: #0b1420;
  --dpp-surface-raised: #101c2a;
  --dpp-text: #eff2f6;
  --dpp-muted: #9daabc;
  --dpp-faint: #657489;
  --dpp-cyan: #35e2e6;
  --dpp-cyan-light: #73f6f9;
  --dpp-blue: #0f68a9;
  --dpp-border: rgba(115, 246, 249, .16);
  --dpp-width: 1180px;
  position: relative;
  width: 100vw;
  max-width: none;
  margin-left: calc(50% - 50vw);
  overflow: clip;
  background:
    radial-gradient(ellipse at 10% 18%, rgba(15, 104, 169, .13), transparent 34%),
    linear-gradient(180deg, var(--dpp-canvas) 0%, var(--dpp-canvas-soft) 48%, var(--dpp-canvas) 100%);
  color: var(--dpp-text);
  font-family: "DM Sans", Arial, sans-serif;
  line-height: 1.5;
}

.dpp,
.dpp *,
.dpp *::before,
.dpp *::after {
  box-sizing: border-box;
}

.dpp img,
.dpp svg {
  display: block;
  max-width: 100%;
}

.dpp a {
  color: inherit;
}

.dpp h1,
.dpp h2,
.dpp h3,
.dpp p {
  margin-top: 0;
}

.dpp h1,
.dpp h2 {
  font-family: "Michroma", "DM Sans", sans-serif;
  font-weight: 400;
  letter-spacing: -.035em;
}

.dpp h1 {
  font-size: clamp(64px, 10vw, 148px);
  line-height: .96;
}

.dpp h2 {
  max-width: 980px;
  margin-bottom: 32px;
  font-size: clamp(42px, 6vw, 82px);
  line-height: 1.08;
}

.dpp h3 {
  font-size: 19px;
  line-height: 1.3;
}

.dpp p {
  color: var(--dpp-muted);
}

.dpp-container {
  position: relative;
  z-index: 2;
  width: min(var(--dpp-width), calc(100% - 64px));
  margin-inline: auto;
}

.dpp-section {
  position: relative;
  padding: 150px 0;
}

.dpp-eyebrow {
  margin-bottom: 22px;
  color: var(--dpp-cyan-light) !important;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: .16em;
  text-transform: uppercase;
}

.dpp-lead {
  max-width: 900px;
  font-size: clamp(21px, 2.5vw, 34px);
  font-weight: 300;
  line-height: 1.55;
}

.dpp-ambient {
  position: absolute;
  border-radius: 50%;
  filter: blur(32px);
  pointer-events: none;
}

.dpp-ambient-a {
  top: 12%;
  left: -15%;
  width: 62vw;
  height: 52vw;
  background: radial-gradient(circle, rgba(53, 226, 230, .16), transparent 68%);
  animation: dpp-ambient-a 22s ease-in-out infinite alternate;
}

.dpp-ambient-b {
  right: -18%;
  bottom: -10%;
  width: 60vw;
  height: 54vw;
  background: radial-gradient(circle, rgba(15, 104, 169, .2), transparent 70%);
  animation: dpp-ambient-b 28s ease-in-out -8s infinite alternate;
}

@keyframes dpp-ambient-a {
  to { transform: translate3d(10vw, 8vh, 0) scale(1.08); }
}

@keyframes dpp-ambient-b {
  to { transform: translate3d(-12vw, -7vh, 0) scale(.94); }
}

.dpp-hero {
  position: relative;
  display: flex;
  min-height: min(900px, 92svh);
  align-items: center;
  overflow: hidden;
  border-bottom: 1px solid rgba(115, 246, 249, .08);
}

.dpp-hero::before {
  position: absolute;
  inset: 0;
  background:
    repeating-radial-gradient(circle at 76% 50%, rgba(115, 246, 249, .025) 0 1px, transparent 1px 10px),
    linear-gradient(90deg, rgba(3, 11, 26, .98) 0%, rgba(3, 11, 26, .86) 48%, rgba(3, 11, 26, .28) 100%);
  content: "";
}

.dpp-hero-content {
  padding-block: 110px 90px;
}

.dpp-hero h1 {
  max-width: 860px;
  margin-bottom: 36px;
}

.dpp-hero-statement {
  max-width: 720px;
  font-size: clamp(22px, 3vw, 34px);
  font-weight: 300;
  line-height: 1.45;
}

.dpp-hero-signal {
  position: absolute;
  z-index: 1;
  top: 50%;
  right: max(-120px, calc((100vw - 1500px) / 2));
  width: min(62vw, 880px);
  opacity: .62;
  transform: translateY(-50%) rotate(-4deg);
  -webkit-mask-image: linear-gradient(to right, transparent, #000 22%, #000);
  mask-image: linear-gradient(to right, transparent, #000 22%, #000);
}

.dpp-hero-signal .dpp-signal-visual {
  min-height: 520px;
  border: 0;
  background: transparent;
  box-shadow: none;
}

.dpp-scroll-cue {
  display: inline-flex;
  gap: 18px;
  margin-top: 46px;
  align-items: center;
  color: var(--dpp-cyan-light) !important;
  font-size: 13px;
  letter-spacing: .04em;
  text-decoration: none;
}

.dpp-scroll-cue span:last-child {
  display: grid;
  width: 34px;
  height: 34px;
  place-items: center;
  border: 1px solid var(--dpp-border);
  border-radius: 50%;
  animation: dpp-cue 1.8s ease-in-out infinite;
}

@keyframes dpp-cue {
  50% { transform: translateY(6px); }
}

.dpp-product-hero-content {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}

.dpp-product-hero-logo {
  width: min(370px, 62vw);
  height: 170px;
  margin: 4px 0 36px;
  object-fit: contain;
  object-position: left center;
}

.dpp-product-hero h1 {
  max-width: 920px;
  font-size: clamp(48px, 7vw, 96px);
}

.dpp-editorial {
  background:
    radial-gradient(ellipse at 72% 32%, rgba(53, 226, 230, .07), transparent 38%),
    transparent;
}

.dpp-editorial-grid {
  display: grid;
  grid-template-columns: 210px minmax(0, 1fr);
  gap: 70px;
  align-items: start;
}

.dpp-editorial-grid h2 {
  max-width: 940px;
}

.dpp-analysis-mode {
  display: inline-flex;
  margin-top: 22px;
  padding: 10px 14px;
  border: 1px solid var(--dpp-border);
  border-radius: 999px;
  color: var(--dpp-cyan-light) !important;
  font-size: 12px;
  letter-spacing: .08em;
  text-transform: uppercase;
}

.dpp-workflow {
  padding-top: 110px;
  border-top: 1px solid rgba(115, 246, 249, .06);
}

.dpp-workflow-list {
  display: grid;
  margin: 72px 0 0;
  padding: 0;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  list-style: none;
  counter-reset: none;
}

.dpp-workflow-step {
  position: relative;
  min-height: 245px;
  padding: 34px 28px 30px;
  border-top: 1px solid var(--dpp-border);
}

.dpp-workflow-step::before {
  position: absolute;
  top: -4px;
  left: 28px;
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: var(--dpp-cyan);
  box-shadow: 0 0 18px rgba(53, 226, 230, .8);
  content: "";
}

.dpp-workflow-step:not(:last-child)::after {
  position: absolute;
  top: -1px;
  right: -5px;
  color: var(--dpp-cyan);
  content: "›";
  font-size: 18px;
}

.dpp-step-number,
.dpp-capability-grid article > span {
  display: block;
  margin-bottom: 42px;
  color: var(--dpp-faint);
  font-size: 11px;
  letter-spacing: .16em;
}

.dpp-workflow-step p {
  margin-bottom: 0;
  font-size: 14px;
}

.dpp-signal-story {
  position: relative;
  height: 300vh;
  min-height: 2100px;
  background:
    linear-gradient(180deg, rgba(3, 11, 26, .2), rgba(5, 19, 35, .98) 20%, rgba(5, 19, 35, .98) 82%, rgba(3, 11, 26, .4)),
    radial-gradient(ellipse at 50% 46%, rgba(15, 104, 169, .16), transparent 50%);
}

.dpp-signal-sticky {
  position: sticky;
  top: 0;
  display: flex;
  min-height: 100svh;
  padding: 70px 0 54px;
  align-items: center;
  overflow: hidden;
}

.dpp-signal-layout {
  display: grid;
  grid-template-columns: minmax(280px, .72fr) minmax(520px, 1.28fr);
  gap: 48px;
  align-items: center;
}

.dpp-signal-copy h2 {
  font-size: clamp(38px, 4.6vw, 66px);
}

.dpp-signal-copy > p:last-child {
  max-width: 500px;
  font-size: 16px;
  line-height: 1.7;
}

.dpp-signal-visual {
  position: relative;
  min-height: 520px;
  overflow: hidden;
  border: 1px solid var(--dpp-border);
  border-radius: 34px;
  background:
    radial-gradient(circle at 48% 50%, rgba(53, 226, 230, .08), transparent 42%),
    rgba(5, 14, 27, .88);
  box-shadow: inset 0 0 80px rgba(15, 104, 169, .08), 0 30px 90px rgba(0, 0, 0, .22);
}

.dpp-signal-grid {
  position: absolute;
  inset: 0;
  opacity: .34;
  background-image:
    linear-gradient(rgba(115, 246, 249, .055) 1px, transparent 1px),
    linear-gradient(90deg, rgba(115, 246, 249, .055) 1px, transparent 1px);
  background-size: 32px 32px;
  -webkit-mask-image: radial-gradient(circle, #000, transparent 80%);
  mask-image: radial-gradient(circle, #000, transparent 80%);
}

.dpp-signal-visual svg {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  overflow: visible;
}

.dpp-signal-visual path,
.dpp-signal-visual rect,
.dpp-signal-visual circle,
.dpp-signal-visual line {
  vector-effect: non-scaling-stroke;
}

.dpp-signal-raw path {
  fill: none;
  stroke: rgba(98, 154, 201, .28);
  stroke-width: 1.05;
  stroke-dasharray: 14 10;
  animation: dpp-signal-flow 14s linear infinite;
  transition: opacity .8s ease, transform 1s cubic-bezier(.16, 1, .3, 1);
}

.dpp-signal-raw path:nth-child(2n) {
  stroke: rgba(53, 226, 230, .34);
  animation-direction: reverse;
  animation-duration: 18s;
}

.dpp-signal-segments,
.dpp-signal-processed,
.dpp-signal-review,
.dpp-signal-report {
  opacity: 0;
  transition: opacity .7s ease, transform .9s cubic-bezier(.16, 1, .3, 1);
}

.dpp-signal-segments {
  transform: translateY(12px);
}

.dpp-signal-segments rect {
  fill: rgba(53, 226, 230, .025);
  stroke: rgba(53, 226, 230, .36);
  stroke-dasharray: 5 7;
}

.dpp-signal-processed path {
  fill: none;
  stroke: var(--dpp-cyan);
  stroke-width: 2;
  stroke-dasharray: 8 9;
  animation: dpp-signal-flow 5s linear infinite;
  filter: drop-shadow(0 0 8px rgba(53, 226, 230, .6));
}

.dpp-signal-processed circle {
  fill: var(--dpp-cyan-light);
  filter: drop-shadow(0 0 8px rgba(53, 226, 230, .9));
}

.dpp-signal-review {
  transform: translateY(14px) scale(.97);
  transform-origin: 72% 30%;
}

.dpp-signal-review rect {
  fill: rgba(3, 11, 26, .86);
  stroke: rgba(115, 246, 249, .44);
}

.dpp-signal-review path {
  fill: none;
  stroke: var(--dpp-cyan-light);
  stroke-width: 2;
}

.dpp-signal-report {
  transform: translateX(30px);
}

.dpp-signal-report rect {
  fill: rgba(3, 11, 26, .93);
  stroke: rgba(115, 246, 249, .36);
}

.dpp-signal-report line {
  stroke: rgba(115, 246, 249, .25);
}

.dpp-signal-scan {
  position: absolute;
  z-index: 2;
  top: 9%;
  bottom: 9%;
  left: 9%;
  width: 1px;
  opacity: 0;
  background: var(--dpp-cyan-light);
  box-shadow: 0 0 22px 5px rgba(53, 226, 230, .32);
}

.dpp-signal-status {
  position: absolute;
  z-index: 3;
  top: 26px;
  left: 28px;
  display: flex;
  gap: 10px;
  align-items: center;
  color: var(--dpp-cyan-light);
  font-size: 11px;
  font-weight: 700;
  letter-spacing: .12em;
  text-transform: uppercase;
}

.dpp-signal-status-dot {
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: var(--dpp-cyan);
  box-shadow: 0 0 12px rgba(53, 226, 230, .8);
}

.dpp-signal-caption {
  position: absolute;
  right: 26px;
  bottom: 22px;
  color: var(--dpp-faint);
  font-size: 10px;
  letter-spacing: .08em;
  text-transform: uppercase;
}

.dpp[data-dpp-stage-active="1"] .dpp-signal-segments,
.dpp[data-dpp-stage-active="2"] .dpp-signal-segments,
.dpp[data-dpp-stage-active="3"] .dpp-signal-segments {
  opacity: 1;
  transform: none;
}

.dpp[data-dpp-stage-active="1"] .dpp-signal-scan,
.dpp[data-dpp-stage-active="2"] .dpp-signal-scan {
  opacity: 1;
  animation: dpp-scan 2.6s ease-in-out infinite;
}

.dpp[data-dpp-stage-active="2"] .dpp-signal-processed,
.dpp[data-dpp-stage-active="3"] .dpp-signal-processed {
  opacity: 1;
}

.dpp[data-dpp-stage-active="2"] .dpp-signal-raw path,
.dpp[data-dpp-stage-active="3"] .dpp-signal-raw path,
.dpp[data-dpp-stage-active="4"] .dpp-signal-raw path {
  opacity: .16;
}

.dpp[data-dpp-stage-active="3"] .dpp-signal-review {
  opacity: 1;
  transform: none;
}

.dpp[data-dpp-stage-active="4"] .dpp-signal-report {
  opacity: 1;
  transform: none;
}

.dpp[data-dpp-stage-active="4"] .dpp-signal-processed,
.dpp[data-dpp-stage-active="4"] .dpp-signal-segments {
  opacity: .12;
}

@keyframes dpp-scan {
  0%, 100% { left: 10%; }
  50% { left: 88%; }
}

@keyframes dpp-signal-flow {
  to { stroke-dashoffset: -240; }
}

.dpp-signal-stage-list {
  display: grid;
  grid-column: 1 / -1;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  margin: 0;
  padding: 0;
  list-style: none;
}

.dpp-signal-stage-list li {
  display: flex;
  gap: 12px;
  min-height: 92px;
  padding: 18px 16px 12px;
  border-top: 1px solid rgba(115, 246, 249, .1);
  opacity: .28;
  transition: opacity .4s ease, border-color .4s ease, transform .5s ease;
}

.dpp-signal-stage-list li.is-active {
  border-top-color: var(--dpp-cyan);
  opacity: 1;
  transform: translateY(-3px);
}

.dpp-signal-stage-list li > span {
  color: var(--dpp-cyan-light);
  font-size: 10px;
}

.dpp-signal-stage-list h3 {
  margin-bottom: 4px;
  font-size: 13px;
}

.dpp-signal-stage-list p {
  margin: 0;
  font-size: 11px;
  line-height: 1.45;
}

.dpp-interaction-disclaimer {
  grid-column: 1 / -1;
  margin: 0;
  color: var(--dpp-faint) !important;
  font-size: 10px;
  text-align: right;
}

.dpp-ecosystem {
  background: rgba(3, 11, 26, .52);
}

.dpp-section-intro {
  display: grid;
  grid-template-columns: minmax(0, 1.3fr) minmax(260px, .7fr);
  gap: 70px;
  align-items: end;
}

.dpp-section-intro p {
  margin-bottom: 40px;
  font-size: 17px;
  line-height: 1.7;
}

.dpp-product-cards {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 20px;
  margin-top: 70px;
}

.dpp-product-card {
  position: relative;
  min-height: 440px;
  padding: 38px;
  overflow: hidden;
  border: 1px solid var(--dpp-border);
  border-radius: 30px;
  background:
    radial-gradient(circle at 50% 20%, rgba(53, 226, 230, .08), transparent 38%),
    var(--dpp-surface);
  transition: transform .5s cubic-bezier(.16, 1, .3, 1), border-color .35s ease, background .35s ease;
}

.dpp-product-card::before {
  position: absolute;
  inset: 0;
  background: linear-gradient(135deg, transparent 45%, rgba(53, 226, 230, .08));
  content: "";
  opacity: 0;
  transition: opacity .35s ease;
}

.dpp-product-card:hover,
.dpp-product-card:focus-within {
  border-color: rgba(115, 246, 249, .42);
  transform: translateY(-8px);
}

.dpp-product-card:hover::before,
.dpp-product-card:focus-within::before {
  opacity: 1;
}

.dpp-product-card > * {
  position: relative;
  z-index: 1;
}

.dpp-product-logo-wrap {
  display: grid;
  height: 150px;
  margin-bottom: 42px;
  place-items: center;
}

.dpp-product-logo-wrap img {
  width: 82%;
  height: 125px;
  object-fit: contain;
}

.dpp-product-capability {
  color: var(--dpp-cyan-light) !important;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: .08em;
  text-transform: uppercase;
}

.dpp-product-card > p:not(.dpp-product-capability) {
  min-height: 76px;
  font-size: 14px;
}

.dpp-product-card a,
.dpp-card-status {
  display: inline-flex;
  margin-top: 16px;
  color: var(--dpp-cyan-light);
  font-size: 12px;
  font-weight: 700;
  text-decoration: none;
}

.dpp-card-status {
  color: var(--dpp-faint);
}

.dpp-capabilities h2 {
  max-width: 930px;
}

.dpp-capability-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  margin-top: 80px;
  border-top: 1px solid var(--dpp-border);
  border-left: 1px solid var(--dpp-border);
}

.dpp-capability-grid article {
  min-height: 260px;
  padding: 34px;
  border-right: 1px solid var(--dpp-border);
  border-bottom: 1px solid var(--dpp-border);
  background: rgba(7, 20, 38, .42);
  transition: background .35s ease;
}

.dpp-capability-grid article:hover {
  background: rgba(16, 35, 52, .68);
}

.dpp-capability-grid article > span {
  margin-bottom: 50px;
}

.dpp-capability-grid p {
  margin-bottom: 0;
  font-size: 14px;
}

.dpp-performance {
  position: relative;
  padding: 150px 0;
  overflow: hidden;
  border-block: 1px solid rgba(115, 246, 249, .1);
  background:
    radial-gradient(circle at 50% 50%, rgba(53, 226, 230, .16), transparent 46%),
    #04101f;
  text-align: center;
}

.dpp-performance strong {
  display: block;
  color: var(--dpp-text);
  font-family: "Michroma", "DM Sans", sans-serif;
  font-size: clamp(96px, 18vw, 240px);
  font-weight: 400;
  letter-spacing: -.08em;
  line-height: .9;
  text-shadow: 0 0 70px rgba(53, 226, 230, .25);
}

.dpp-performance-inner > p:not(.dpp-eyebrow) {
  margin: 28px 0 8px;
  color: var(--dpp-cyan-light);
  font-size: 18px;
  letter-spacing: .12em;
  text-transform: uppercase;
}

.dpp-how ol {
  display: flex;
  margin: 78px 0 0;
  padding: 0;
  list-style: none;
}

.dpp-how li {
  position: relative;
  flex: 1;
  min-width: 0;
  padding: 36px 18px 26px;
  border-top: 1px solid var(--dpp-border);
}

.dpp-how li::before {
  position: absolute;
  top: -4px;
  left: 18px;
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: var(--dpp-cyan);
  content: "";
}

.dpp-how li:not(:last-child)::after {
  position: absolute;
  top: -7px;
  right: -2px;
  color: var(--dpp-cyan);
  content: "→";
}

.dpp-how li span {
  color: var(--dpp-faint);
  font-size: 10px;
  letter-spacing: .12em;
}

.dpp-how li p {
  margin: 30px 0 0;
  color: var(--dpp-text);
  font-size: 14px;
}

.dpp-closing {
  position: relative;
  padding: 180px 0;
  overflow: hidden;
  border-top: 1px solid rgba(115, 246, 249, .08);
  background:
    linear-gradient(100deg, rgba(3, 11, 26, .96), rgba(5, 28, 44, .78)),
    var(--dpp-canvas);
  text-align: center;
}

.dpp-closing h2,
.dpp-closing > .dpp-container > p:not(.dpp-eyebrow) {
  margin-inline: auto;
}

.dpp-closing > .dpp-container > p:not(.dpp-eyebrow) {
  max-width: 760px;
  font-size: 18px;
  line-height: 1.7;
}

.dpp-button {
  display: inline-flex;
  min-height: 54px;
  padding: 0 28px;
  align-items: center;
  justify-content: center;
  border: 1px solid var(--dpp-cyan-light);
  border-radius: 6px;
  color: var(--dpp-text) !important;
  font-size: 14px;
  font-weight: 700;
  text-decoration: none;
  transition: transform .3s ease, background .3s ease, color .3s ease;
}

.dpp-button:hover,
.dpp-button:focus-visible {
  transform: translateY(-3px);
}

.dpp-button-primary {
  margin-top: 34px;
  background: var(--dpp-cyan-light);
  color: #03101c !important;
}

.dpp-button-secondary {
  background: transparent;
}

.dpp-cta-row {
  display: flex;
  gap: 16px;
  margin-top: 38px;
  justify-content: center;
}

.dpp-cta-row .dpp-button {
  margin-top: 0;
}

.dpp [data-dpp-reveal] {
  opacity: 0;
  filter: blur(4px);
  transform: translateY(34px);
  transition: opacity .8s cubic-bezier(.16, 1, .3, 1), filter .8s ease, transform .8s cubic-bezier(.16, 1, .3, 1);
}

.dpp [data-dpp-reveal].is-visible {
  opacity: 1;
  filter: none;
  transform: none;
}

.dpp-config-error {
  padding: 24px;
  border: 1px solid #b83f4d;
  color: #fff;
  background: #261118;
}

@media (max-width: 980px) {
  .dpp-section {
    padding: 110px 0;
  }

  .dpp-hero-signal {
    right: -240px;
    width: 86vw;
    opacity: .4;
  }

  .dpp-editorial-grid {
    grid-template-columns: 1fr;
    gap: 18px;
  }

  .dpp-workflow-list {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .dpp-signal-layout {
    grid-template-columns: 1fr;
    gap: 26px;
  }

  .dpp-signal-copy {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 20px;
    align-items: end;
  }

  .dpp-signal-copy .dpp-eyebrow {
    grid-column: 1 / -1;
  }

  .dpp-signal-stage-list {
    grid-template-columns: repeat(5, minmax(118px, 1fr));
    overflow-x: auto;
  }

  .dpp-product-cards,
  .dpp-capability-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 767px) {
  .dpp-container {
    width: calc(100% - 40px);
  }

  .dpp h1 {
    font-size: clamp(52px, 16vw, 76px);
  }

  .dpp h2 {
    font-size: clamp(36px, 10vw, 52px);
  }

  .dpp-section {
    padding: 88px 0;
  }

  .dpp-hero {
    min-height: 760px;
  }

  .dpp-hero-content {
    padding: 110px 0 72px;
  }

  .dpp-hero-signal {
    top: 67%;
    right: -210px;
    width: 760px;
    opacity: .26;
  }

  .dpp-product-hero-logo {
    width: 260px;
    height: 130px;
  }

  .dpp-product-hero h1 {
    font-size: clamp(38px, 10vw, 52px);
  }

  .dpp-lead {
    font-size: 21px;
  }

  .dpp-workflow-list,
  .dpp-product-cards,
  .dpp-capability-grid,
  .dpp-section-intro {
    grid-template-columns: 1fr;
  }

  .dpp-workflow-step {
    min-height: 190px;
  }

  .dpp-workflow-step:not(:last-child)::after {
    content: "↓";
  }

  .dpp-signal-story {
    height: auto;
    min-height: 0;
    padding: 96px 0;
  }

  .dpp-signal-sticky {
    position: relative;
    min-height: 0;
    padding: 0;
  }

  .dpp-signal-copy {
    display: block;
  }

  .dpp-signal-visual {
    min-height: 410px;
  }

  .dpp-signal-stage-list {
    grid-template-columns: 1fr;
    overflow: visible;
  }

  .dpp-signal-stage-list li {
    min-height: 0;
    opacity: 1;
  }

  .dpp-interaction-disclaimer {
    text-align: left;
  }

  .dpp[data-dpp-stage-active] .dpp-signal-segments,
  .dpp[data-dpp-stage-active] .dpp-signal-processed,
  .dpp[data-dpp-stage-active] .dpp-signal-review {
    opacity: .25;
    transform: none;
  }

  .dpp[data-dpp-stage-active] .dpp-signal-report {
    opacity: 1;
    transform: none;
  }

  .dpp[data-dpp-stage-active] .dpp-signal-raw path {
    opacity: .12;
  }

  .dpp[data-dpp-stage-active] .dpp-signal-scan {
    display: none;
  }

  .dpp-product-card {
    min-height: 410px;
  }

  .dpp-capability-grid {
    border: 0;
  }

  .dpp-capability-grid article {
    min-height: 220px;
    border: 1px solid var(--dpp-border);
    border-radius: 22px;
  }

  .dpp-performance {
    padding: 110px 0;
  }

  .dpp-how ol {
    display: block;
  }

  .dpp-how li:not(:last-child)::after {
    top: auto;
    right: 18px;
    bottom: -8px;
    content: "↓";
  }

  .dpp-closing {
    padding: 120px 0;
  }

  .dpp-cta-row {
    flex-direction: column;
  }
}

@media (prefers-reduced-motion: reduce) {
  .dpp *,
  .dpp *::before,
  .dpp *::after {
    scroll-behavior: auto !important;
    animation-duration: .001ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: .001ms !important;
  }

  .dpp-signal-story {
    height: auto;
    min-height: 0;
    padding: 110px 0;
  }

  .dpp-signal-sticky {
    position: relative;
    min-height: 0;
    padding: 0;
  }

  .dpp-signal-stage-list li {
    opacity: 1;
    transform: none;
  }

  .dpp .dpp-signal-segments,
  .dpp .dpp-signal-processed,
  .dpp .dpp-signal-review {
    opacity: .24;
    transform: none;
  }

  .dpp .dpp-signal-report {
    opacity: 1;
    transform: none;
  }

  .dpp .dpp-signal-raw path {
    opacity: .12;
  }

  .dpp .dpp-signal-scan {
    display: none;
  }

  .dpp [data-dpp-reveal] {
    opacity: 1;
    filter: none;
    transform: none;
  }
}

/* Product-aware hub refinement */
.dpp-hub-clusters {
  position: relative;
  isolation: isolate;
}

.dpp-hub-thread {
  position: absolute;
  z-index: 2;
  inset: 0;
  overflow: hidden;
  opacity: .42;
  pointer-events: none;
  -webkit-mask-image: linear-gradient(180deg, transparent 0, #000 3%, #000 96%, transparent 100%);
  mask-image: linear-gradient(180deg, transparent 0, #000 3%, #000 96%, transparent 100%);
}

.dpp-hub-thread svg {
  width: 100%;
  height: 100%;
  overflow: visible;
}

.dpp-hub-thread path,
.dpp-hub-thread rect,
.dpp-hub-thread circle {
  vector-effect: non-scaling-stroke;
}

.dpp-hub-thread-shadow {
  fill: none;
  stroke: rgba(15, 104, 169, .12);
  stroke-width: 18;
  filter: blur(10px);
}

.dpp-hub-thread-core {
  fill: none;
  stroke: rgba(115, 246, 249, .48);
  stroke-width: 1.4;
  stroke-dasharray: 10 15;
  filter: drop-shadow(0 0 6px rgba(53, 226, 230, .5));
  animation: dpp-hub-flow 11s linear infinite;
}

.dpp-hub-thread-frames rect,
.dpp-hub-thread-targets rect,
.dpp-hub-thread-targets circle {
  fill: rgba(3, 11, 26, .34);
  stroke: rgba(115, 246, 249, .4);
  stroke-width: 1;
}

.dpp-hub-thread-targets circle {
  stroke-dasharray: 6 8;
  transform-box: fill-box;
  transform-origin: center;
  animation: dpp-hub-target 4.8s ease-in-out infinite;
}

.dpp-hub-thread-risk path {
  fill: none;
  stroke: rgba(115, 246, 249, .3);
  stroke-width: 1;
  stroke-dasharray: 7 10;
  animation: dpp-hub-flow 13s linear infinite reverse;
}

.dpp-hub-cluster {
  min-height: 1120px;
  isolation: auto;
}

.dpp-hub-cluster::after,
.dpp-hub-cluster-backdrop {
  z-index: 0;
}

.dpp-hub-visual {
  z-index: 1;
}

.dpp-hub-cluster-layout {
  z-index: 3;
  padding-top: 112px;
  padding-bottom: 100px;
}

.dpp-hub-cluster-meta {
  padding-top: 66px;
}

.dpp-hub-cluster[data-dpp-engine="pancreatobiliary-path"] .dpp-hub-cluster-meta {
  padding-top: 66px;
}

.dpp-hub-primary-cta {
  display: inline-flex;
  gap: 16px;
  min-height: 52px;
  margin-top: 22px;
  padding: 0 20px;
  align-items: center;
  border: 1px solid rgba(115, 246, 249, .38);
  border-radius: 6px;
  color: var(--dpp-text) !important;
  font-size: 12px;
  font-weight: 700;
  line-height: 1.35;
  text-decoration: none;
  transition: border-color .3s ease, background .3s ease, transform .3s ease;
}

.dpp-hub-primary-cta:hover,
.dpp-hub-primary-cta:focus-visible {
  border-color: var(--dpp-cyan-light);
  background: rgba(53, 226, 230, .08);
  transform: translateY(-3px);
}

.dpp-hub-primary-cta span {
  color: var(--dpp-cyan-light);
}

.dpp-hub-regulatory-items {
  display: grid;
  gap: 12px;
}

.dpp-hub-regulatory-items > div {
  padding: 14px 0;
  border-top: 1px solid rgba(115, 246, 249, .16);
}

.dpp-hub-regulatory-items strong,
.dpp-hub-regulatory-items span {
  display: block;
}

.dpp-hub-regulatory-items strong {
  margin-bottom: 6px;
  color: var(--dpp-text);
  font-size: 13px;
}

.dpp-hub-regulatory-items span {
  color: var(--dpp-muted);
  font-size: 11px;
  line-height: 1.55;
}

.dpp-hub-products {
  display: grid;
  grid-column: 2 / 4;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 0 24px;
  margin-top: 60px;
  scroll-margin-top: 150px;
  border-bottom: 1px solid rgba(115, 246, 249, .14);
}

.dpp-hub-products[data-dpp-product-count="3"] {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.dpp-hub-product-row {
  position: relative;
  display: grid;
  min-height: 250px;
  padding: 26px 24px 24px;
  grid-template-rows: 76px 1fr auto;
  border-top: 1px solid rgba(115, 246, 249, .16);
  background: linear-gradient(120deg, rgba(7, 20, 38, .18), transparent 72%);
  transition: background .4s ease, border-color .35s ease, transform .45s cubic-bezier(.16, 1, .3, 1);
}

.dpp-hub-product-row::after {
  position: absolute;
  top: -1px;
  right: 0;
  left: 0;
  height: 1px;
  background: linear-gradient(90deg, var(--dpp-cyan), transparent 72%);
  content: "";
  opacity: 0;
  transform: scaleX(.25);
  transform-origin: left;
  transition: opacity .35s ease, transform .5s cubic-bezier(.16, 1, .3, 1);
}

.dpp-hub-product-row:hover,
.dpp-hub-product-row:focus-within {
  border-color: rgba(115, 246, 249, .38);
  background:
    radial-gradient(circle at 12% 12%, rgba(53, 226, 230, .09), transparent 42%),
    rgba(7, 20, 38, .44);
  transform: translateY(-5px);
}

.dpp-hub-product-row:hover::after,
.dpp-hub-product-row:focus-within::after {
  opacity: 1;
  transform: scaleX(1);
}

.dpp-hub-product-brand {
  position: relative;
  display: flex;
  min-width: 0;
  align-items: flex-start;
  justify-content: space-between;
}

.dpp-hub-product-brand > img {
  width: min(170px, 72%);
  height: 66px;
  object-fit: contain;
  object-position: left center;
}

.dpp-hub-product-partner {
  display: grid;
  width: 64px;
  height: 24px;
  padding: 3px 6px;
  place-items: center;
  border: 1px solid rgba(115, 246, 249, .12);
  border-radius: 4px;
  background: rgba(3, 11, 26, .54);
}

.dpp-hub-product-partner img {
  width: 50px;
  height: 14px;
  object-fit: contain;
  opacity: .72;
}

.dpp-hub-product-row > p {
  max-width: 390px;
  margin: 16px 0 22px;
  color: #bac4d2;
  font-size: 14px;
  line-height: 1.6;
}

.dpp-hub-product-actions {
  display: flex;
  gap: 12px;
  align-items: baseline;
  justify-content: space-between;
}

.dpp-hub-product-actions a {
  display: inline-flex;
  gap: 10px;
  align-items: center;
  color: var(--dpp-cyan-light);
  font-size: 12px;
  font-weight: 700;
  text-decoration: none;
}

.dpp-hub-product-actions a span {
  transition: transform .3s ease;
}

.dpp-hub-product-actions a:hover span,
.dpp-hub-product-actions a:focus-visible span {
  transform: translate(3px, -3px);
}

.dpp-hub-product-actions small {
  color: var(--dpp-faint);
  font-size: 9px;
}

.dpp-hub-cluster-reverse .dpp-hub-cluster-layout {
  grid-template-columns: 86px minmax(300px, .72fr) minmax(380px, 1.05fr);
}

.dpp-hub-cluster-reverse .dpp-hub-cluster-copy {
  grid-column: 3;
}

.dpp-hub-cluster-reverse .dpp-hub-cluster-meta {
  grid-column: 2;
  grid-row: 1;
}

.dpp-hub-cluster-reverse .dpp-hub-visual {
  right: auto;
  left: max(-100px, calc((100vw - 1460px) / 2));
}

.dpp-hub-cluster-reverse::after {
  background: linear-gradient(270deg, rgba(3, 11, 26, .98) 0%, rgba(3, 11, 26, .88) 48%, rgba(3, 11, 26, .34) 100%);
}

.dpp-hub-cluster-wide .dpp-hub-products[data-dpp-product-count="3"] {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

@media (max-width: 980px) {
  .dpp-hub-cluster,
  .dpp-hub-cluster-reverse {
    min-height: 1100px;
  }

  .dpp-hub-cluster-reverse .dpp-hub-cluster-layout {
    grid-template-columns: 52px minmax(0, 1.15fr) minmax(250px, .7fr);
  }

  .dpp-hub-cluster-reverse .dpp-hub-cluster-copy {
    grid-column: 2;
  }

  .dpp-hub-cluster-reverse .dpp-hub-cluster-meta {
    grid-column: 3;
  }

  .dpp-hub-products[data-dpp-product-count="3"] {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 767px) {
  .dpp-hub-thread {
    display: none;
  }

  .dpp-hub-cluster,
  .dpp-hub-cluster-reverse {
    min-height: 0;
  }

  .dpp-hub-cluster-reverse .dpp-hub-cluster-layout {
    grid-template-columns: 1fr;
  }

  .dpp-hub-cluster-reverse .dpp-hub-cluster-copy,
  .dpp-hub-cluster-reverse .dpp-hub-cluster-meta {
    grid-column: 1;
    grid-row: auto;
  }

  .dpp-hub-products,
  .dpp-hub-products[data-dpp-product-count="3"] {
    grid-column: 1;
    grid-template-columns: 1fr;
    gap: 0;
    margin-top: 46px;
  }

  .dpp-hub-product-row {
    min-height: 235px;
    padding-inline: 12px;
  }

  .dpp-hub-product-brand > img {
    width: min(170px, 70%);
  }

  .dpp-hub-product-actions {
    align-items: flex-start;
    flex-direction: column;
  }

  .dpp-hub-primary-cta {
    width: 100%;
    justify-content: space-between;
  }

  .dpp-hub-cluster-reverse .dpp-hub-visual {
    right: -330px;
    left: auto;
  }
}

/* Local QA hook; production accessibility still uses prefers-reduced-motion. */
.dpp.dpp-preview-reduced *,
.dpp.dpp-preview-reduced *::before,
.dpp.dpp-preview-reduced *::after {
  animation-duration: .001ms !important;
  animation-iteration-count: 1 !important;
  transition-duration: .001ms !important;
}

.dpp.dpp-preview-reduced .dpp-signal-story {
  height: auto;
  min-height: 0;
  padding: 110px 0;
}

.dpp.dpp-preview-reduced .dpp-signal-sticky {
  position: relative;
  min-height: 0;
  padding: 0;
}

.dpp.dpp-preview-reduced .dpp-signal-stage-list li {
  opacity: 1;
  transform: none;
}

.dpp.dpp-preview-reduced .dpp-signal-segments,
.dpp.dpp-preview-reduced .dpp-signal-processed,
.dpp.dpp-preview-reduced .dpp-signal-review {
  opacity: .24;
  transform: none;
}

.dpp.dpp-preview-reduced .dpp-signal-report {
  opacity: 1;
  transform: none;
}

.dpp.dpp-preview-reduced .dpp-signal-raw path {
  opacity: .12;
}

.dpp.dpp-preview-reduced .dpp-signal-scan {
  display: none;
}

/* Solutions hub */
.dpp-solutions-hub {
  --dpp-hub-progress: 0;
  background:
    radial-gradient(ellipse at 78% 8%, rgba(15, 104, 169, .16), transparent 32%),
    linear-gradient(180deg, #030b1a 0%, #061426 48%, #030b1a 100%);
}

.dpp-hub-hero {
  position: relative;
  min-height: min(940px, 94svh);
  overflow: hidden;
  border-bottom: 1px solid rgba(115, 246, 249, .1);
}

.dpp-hub-hero::before {
  position: absolute;
  inset: 0;
  background:
    repeating-radial-gradient(circle at 78% 44%, rgba(115, 246, 249, .025) 0 1px, transparent 1px 12px),
    linear-gradient(110deg, rgba(3, 11, 26, .98) 0%, rgba(3, 11, 26, .74) 62%, rgba(3, 11, 26, .26) 100%);
  content: "";
}

.dpp-hub-hero-layout {
  display: grid;
  min-height: min(940px, 94svh);
  padding: 150px 0 100px;
  grid-template-columns: minmax(0, 1.15fr) minmax(340px, .85fr);
  gap: 90px;
  align-items: end;
}

.dpp-hub-hero h1 {
  margin-bottom: 0;
  font-size: clamp(80px, 8.6vw, 128px);
}

.dpp-hub-introduction {
  padding-bottom: 18px;
}

.dpp-hub-statement {
  max-width: 590px;
  margin-bottom: 28px;
  color: var(--dpp-text) !important;
  font-family: "Michroma", "DM Sans", sans-serif;
  font-size: clamp(24px, 2.8vw, 38px);
  font-weight: 400;
  letter-spacing: -.035em;
  line-height: 1.35;
}

.dpp-hub-introduction > p:last-of-type {
  max-width: 560px;
  font-size: 17px;
  line-height: 1.75;
}

.dpp-hub-orbit {
  position: absolute;
  top: 50%;
  right: -14vw;
  width: min(70vw, 940px);
  height: min(70vw, 940px);
  border: 1px solid rgba(115, 246, 249, .08);
  border-radius: 50%;
  opacity: .8;
  transform: translateY(-48%);
}

.dpp-hub-orbit::before,
.dpp-hub-orbit::after {
  position: absolute;
  border: 1px solid rgba(115, 246, 249, .055);
  border-radius: inherit;
  content: "";
}

.dpp-hub-orbit::before {
  inset: 10%;
}

.dpp-hub-orbit::after {
  inset: 24%;
}

.dpp-hub-orbit span {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 9px;
  height: 9px;
  border-radius: 50%;
  background: var(--dpp-cyan);
  box-shadow: 0 0 24px rgba(53, 226, 230, .85);
  transform: rotate(calc(var(--dpp-orbit-index) * 60deg)) translateX(39vw);
  transform-origin: 0 0;
}

.dpp-hub-orbit span:nth-child(1) { --dpp-orbit-index: 0; }
.dpp-hub-orbit span:nth-child(2) { --dpp-orbit-index: 1; }
.dpp-hub-orbit span:nth-child(3) { --dpp-orbit-index: 2; }
.dpp-hub-orbit span:nth-child(4) { --dpp-orbit-index: 3; }
.dpp-hub-orbit span:nth-child(5) { --dpp-orbit-index: 4; }
.dpp-hub-orbit span:nth-child(6) { --dpp-orbit-index: 5; }

.dpp-hub-index {
  position: sticky;
  z-index: 8;
  top: 0;
  border-bottom: 1px solid rgba(115, 246, 249, .1);
  background: rgba(3, 11, 26, .82);
  -webkit-backdrop-filter: blur(18px);
  backdrop-filter: blur(18px);
}

.dpp-hub-index.is-pinned {
  position: fixed;
  z-index: 80;
  top: var(--dpp-index-top, 58px);
  right: 0;
  left: 0;
  width: 100%;
}

.dpp-hub-index-spacer {
  height: 0;
  pointer-events: none;
}

.dpp-hub-index-spacer.is-active {
  width: 100%;
}

.dpp-hub-index .dpp-container {
  display: grid;
  grid-template-columns: repeat(6, minmax(0, 1fr));
}

.dpp-hub-index a {
  position: relative;
  display: flex;
  gap: 12px;
  min-height: 68px;
  padding: 0 14px;
  align-items: center;
  color: var(--dpp-faint);
  font-size: 11px;
  text-decoration: none;
  transition: color .35s ease, background .35s ease;
}

.dpp-hub-index a::after {
  position: absolute;
  right: 0;
  bottom: -1px;
  left: 0;
  height: 1px;
  background: var(--dpp-cyan);
  content: "";
  opacity: 0;
  transform: scaleX(.2);
  transition: opacity .35s ease, transform .45s cubic-bezier(.16, 1, .3, 1);
}

.dpp-hub-index a.is-active {
  color: var(--dpp-text);
  background: rgba(53, 226, 230, .035);
}

.dpp-hub-index a.is-active::after {
  opacity: 1;
  transform: scaleX(1);
}

.dpp-hub-index a span:first-child {
  color: var(--dpp-cyan-light);
  font-size: 9px;
  letter-spacing: .12em;
}

.dpp-hub-index-progress {
  position: absolute;
  bottom: -1px;
  left: 0;
  width: calc(var(--dpp-hub-progress) * 100%);
  height: 1px;
  background: linear-gradient(90deg, transparent, var(--dpp-cyan));
  pointer-events: none;
  transition: width .15s linear;
}

.dpp-hub-cluster {
  position: relative;
  display: flex;
  min-height: 860px;
  align-items: center;
  overflow: hidden;
  border-bottom: 1px solid rgba(115, 246, 249, .09);
  scroll-margin-top: 68px;
  isolation: isolate;
}

.dpp-hub-cluster::after {
  position: absolute;
  z-index: -1;
  inset: 0;
  background: linear-gradient(90deg, rgba(3, 11, 26, .98) 0%, rgba(3, 11, 26, .88) 48%, rgba(3, 11, 26, .34) 100%);
  content: "";
}

.dpp-hub-cluster-backdrop {
  position: absolute;
  z-index: -2;
  inset: 0;
  opacity: .72;
  background:
    radial-gradient(circle at 78% 50%, rgba(53, 226, 230, .11), transparent 35%),
    radial-gradient(circle at 60% 70%, rgba(15, 104, 169, .12), transparent 42%);
  transform: scale(1.04);
  transition: opacity .8s ease, transform 1.3s cubic-bezier(.16, 1, .3, 1);
}

.dpp-hub-cluster.is-active .dpp-hub-cluster-backdrop {
  opacity: 1;
  transform: none;
}

.dpp-hub-cluster-layout {
  display: grid;
  padding: 128px 0 110px;
  grid-template-columns: 86px minmax(360px, 1.05fr) minmax(300px, .72fr);
  gap: 58px;
  align-items: start;
}

.dpp-hub-cluster-number {
  padding-top: 9px;
  color: var(--dpp-cyan-light);
  font-size: 11px;
  letter-spacing: .16em;
}

.dpp-hub-cluster-copy h2 {
  max-width: 750px;
  margin-bottom: 28px;
  font-size: clamp(52px, 7vw, 94px);
}

.dpp-hub-cluster-statement {
  max-width: 680px;
  margin-bottom: 30px;
  color: var(--dpp-text) !important;
  font-family: "Michroma", "DM Sans", sans-serif;
  font-size: clamp(22px, 2.6vw, 34px);
  font-weight: 400;
  letter-spacing: -.03em;
  line-height: 1.38;
}

.dpp-hub-cluster-intro {
  max-width: 650px;
  font-size: 16px;
  line-height: 1.75;
}

.dpp-hub-cluster[data-dpp-engine="pancreatobiliary-path"] .dpp-hub-cluster-copy h2 {
  font-size: clamp(48px, 4.8vw, 68px);
}

.dpp-hub-cluster[data-dpp-engine="pancreatobiliary-path"] .dpp-hub-cluster-meta {
  padding-top: 190px;
}

.dpp-hub-cluster-meta {
  padding-top: 66px;
}

.dpp-hub-meta-label {
  margin-bottom: 22px;
  color: var(--dpp-faint) !important;
  font-size: 10px;
  font-weight: 700;
  letter-spacing: .12em;
  text-transform: uppercase;
}

.dpp-hub-cluster-meta ul {
  margin: 0 0 34px;
  padding: 0;
  list-style: none;
}

.dpp-hub-cluster-meta li {
  padding: 11px 0;
  border-bottom: 1px solid rgba(115, 246, 249, .1);
  color: var(--dpp-text);
  font-size: 15px;
}

.dpp-hub-trust {
  margin: 28px 0 34px;
  padding: 20px 0 0;
  border-top: 1px solid rgba(115, 246, 249, .14);
}

.dpp-hub-trust > p {
  margin-bottom: 14px;
  color: var(--dpp-cyan-light) !important;
  font-size: 10px;
  font-weight: 700;
  letter-spacing: .12em;
  text-transform: uppercase;
}

.dpp-hub-trust-items {
  display: flex;
  gap: 8px;
  flex-wrap: wrap;
}

.dpp-hub-trust-items span {
  padding: 7px 10px;
  border: 1px solid rgba(115, 246, 249, .2);
  border-radius: 999px;
  color: var(--dpp-text);
  font-size: 10px;
}

.dpp-hub-trust img {
  width: 76px;
  height: 24px;
  margin-bottom: 12px;
  object-fit: contain;
  object-position: left center;
  opacity: .72;
}

.dpp-hub-trust small {
  display: block;
  max-width: 330px;
  margin-top: 12px;
  color: var(--dpp-faint);
  font-size: 9px;
  line-height: 1.5;
}

.dpp-hub-cluster-link,
.dpp-hub-cluster-status {
  display: inline-flex;
  gap: 14px;
  margin-top: 12px;
  align-items: center;
  color: var(--dpp-cyan-light);
  font-size: 12px;
  font-weight: 700;
  text-decoration: none;
}

.dpp-hub-cluster-link span {
  transition: transform .3s ease;
}

.dpp-hub-cluster-link:hover span,
.dpp-hub-cluster-link:focus-visible span {
  transform: translate(4px, -4px);
}

.dpp-hub-cluster-status {
  color: var(--dpp-faint);
}

.dpp-hub-visual {
  position: absolute;
  z-index: -1;
  top: 50%;
  right: max(-80px, calc((100vw - 1420px) / 2));
  width: min(57vw, 790px);
  opacity: .27;
  transform: translateY(-50%) scale(.96);
  transition: opacity .9s ease, transform 1.4s cubic-bezier(.16, 1, .3, 1);
  pointer-events: none;
}

.dpp-hub-cluster.is-active .dpp-hub-visual,
.dpp-hub-cluster:hover .dpp-hub-visual {
  opacity: .66;
  transform: translateY(-50%) scale(1);
}

.dpp-hub-visual svg {
  width: 100%;
  filter: drop-shadow(0 0 18px rgba(53, 226, 230, .1));
}

.dpp-hub-visual path,
.dpp-hub-visual rect,
.dpp-hub-visual circle,
.dpp-hub-visual ellipse {
  vector-effect: non-scaling-stroke;
}

.dpp-hub-route,
.dpp-hub-wave-field path,
.dpp-hub-anatomy path,
.dpp-hub-ultrasound path,
.dpp-hub-contour,
.dpp-hub-operative-grid path,
.dpp-hub-target-grid path {
  fill: none;
  stroke: rgba(115, 246, 249, .26);
  stroke-width: 1;
}

.dpp-hub-route,
.dpp-hub-wave-field path,
.dpp-hub-anatomy path {
  stroke-dasharray: 9 12;
  animation: dpp-hub-flow 16s linear infinite;
}

.dpp-hub-frames rect {
  fill: rgba(7, 20, 38, .42);
  stroke: rgba(115, 246, 249, .24);
}

.dpp-hub-detections rect,
.dpp-hub-lesion-box {
  fill: rgba(53, 226, 230, .035);
  stroke: var(--dpp-cyan);
  stroke-width: 1.4;
  filter: drop-shadow(0 0 8px rgba(53, 226, 230, .42));
  animation: dpp-hub-detection 3.8s ease-in-out infinite;
}

.dpp-hub-detections rect:nth-child(2) { animation-delay: -1.3s; }
.dpp-hub-detections rect:nth-child(3) { animation-delay: -2.6s; }

.dpp-hub-scan-path,
.dpp-hub-wave-focus,
.dpp-hub-biopsy,
.dpp-hub-risk-line {
  fill: none;
  stroke: var(--dpp-cyan);
  stroke-width: 2;
  stroke-dasharray: 10 9;
  animation: dpp-hub-flow 7s linear infinite;
  filter: drop-shadow(0 0 8px rgba(53, 226, 230, .52));
}

.dpp-hub-target {
  fill: none;
  stroke: var(--dpp-cyan-light);
  stroke-width: 1.2;
  stroke-dasharray: 6 8;
  transform-origin: center;
  animation: dpp-hub-target 4s ease-in-out infinite;
}

.dpp-hub-target-core,
.dpp-hub-wave-points circle {
  fill: var(--dpp-cyan-light);
  filter: drop-shadow(0 0 9px rgba(53, 226, 230, .9));
}

.dpp-hub-ultrasound path {
  stroke-dasharray: 4 8;
}

.dpp-hub-node {
  fill: rgba(53, 226, 230, .06);
  stroke: rgba(115, 246, 249, .44);
  stroke-width: 1.2;
}

.dpp-hub-contour {
  fill: rgba(15, 104, 169, .07);
}

.dpp-hub-target-grid {
  opacity: .42;
}

.dpp-hub-risk-fill {
  fill: rgba(53, 226, 230, .055);
  stroke: none;
}

.dpp-hub-closing {
  min-height: 760px;
  display: flex;
  align-items: center;
}

@keyframes dpp-hub-flow {
  to { stroke-dashoffset: -240; }
}

@keyframes dpp-hub-detection {
  0%, 18%, 100% { opacity: .2; }
  32%, 72% { opacity: 1; }
}

@keyframes dpp-hub-target {
  50% { opacity: .42; transform: scale(1.14); }
}

@media (max-width: 980px) {
  .dpp-hub-hero-layout {
    grid-template-columns: 1fr;
    gap: 40px;
    align-content: end;
  }

  .dpp-hub-index .dpp-container {
    width: 100%;
    overflow-x: auto;
    grid-template-columns: repeat(6, minmax(150px, 1fr));
  }

  .dpp-hub-cluster-layout {
    grid-template-columns: 52px minmax(0, 1.15fr) minmax(250px, .7fr);
    gap: 34px;
  }

  .dpp-hub-visual {
    right: -180px;
    width: 760px;
  }
}

@media (max-width: 767px) {
  .dpp-hub-hero,
  .dpp-hub-hero-layout {
    min-height: 790px;
  }

  .dpp-hub-hero-layout {
    padding: 130px 0 76px;
  }

  .dpp-hub-hero h1 {
    max-width: 100%;
    font-size: clamp(52px, 14.5vw, 62px);
  }

  .dpp-hub-statement {
    max-width: 100%;
    font-size: 20px;
  }

  .dpp-hub-introduction > p:last-of-type {
    font-size: 15px;
  }

  .dpp-hub-hero-layout > *,
  .dpp-hub-introduction,
  .dpp-hub-cluster-copy,
  .dpp-hub-cluster-meta {
    min-width: 0;
  }

  .dpp-hub-orbit {
    top: 29%;
    right: -72vw;
    width: 142vw;
    height: 142vw;
    opacity: .5;
  }

  .dpp-hub-orbit span {
    display: none;
  }

  .dpp-hub-index {
    top: 0;
  }

  .dpp-hub-index a {
    min-height: 58px;
  }

  .dpp-hub-cluster {
    min-height: 0;
  }

  .dpp-hub-cluster-layout {
    padding: 96px 0 90px;
    grid-template-columns: 1fr;
    gap: 18px;
  }

  .dpp-hub-cluster-number {
    padding: 0;
  }

  .dpp-hub-cluster-copy h2 {
    max-width: 100%;
    font-size: clamp(44px, 13vw, 64px);
    overflow-wrap: anywhere;
  }

  .dpp-hub-cluster-statement {
    font-size: 22px;
  }

  .dpp-hub-cluster-meta {
    padding-top: 30px;
  }

  .dpp-hub-cluster[data-dpp-engine="pancreatobiliary-path"] .dpp-hub-cluster-meta {
    padding-top: 30px;
  }

  .dpp-hub-cluster[data-dpp-engine="pancreatobiliary-path"] .dpp-hub-cluster-copy h2 {
    font-size: 38px;
  }

  .dpp-hub-visual {
    top: 36%;
    right: -330px;
    width: 690px;
    opacity: .17;
  }

  .dpp-hub-cluster.is-active .dpp-hub-visual,
  .dpp-hub-cluster:hover .dpp-hub-visual {
    opacity: .26;
  }

  .dpp-hub-cluster::after {
    background: linear-gradient(180deg, rgba(3, 11, 26, .88) 0%, rgba(3, 11, 26, .96) 64%, rgba(3, 11, 26, 1) 100%);
  }

  .dpp-hub-closing {
    min-height: 650px;
  }
}

@media (prefers-reduced-motion: reduce) {
  .dpp-hub-index-progress {
    transition: none;
  }

  .dpp-hub-visual {
    opacity: .34;
    transform: translateY(-50%);
  }
}

/* Products hub — editorial composition pass */
.dpp-solutions-hub {
  --dpp-editorial-line: rgba(115, 246, 249, .14);
  --dpp-editorial-surface: rgba(7, 20, 38, .46);
}

.dpp-hub-hero,
.dpp-hub-hero-layout {
  min-height: min(860px, 88svh);
}

.dpp-hub-hero-layout {
  padding-top: 128px;
  padding-bottom: 76px;
  gap: clamp(54px, 7vw, 112px);
}

.dpp-hub-hero h1 {
  font-size: clamp(84px, 9.4vw, 144px);
  line-height: .86;
}

.dpp-hub-introduction {
  display: grid;
  padding-bottom: 8px;
  gap: 0;
}

.dpp-hub-statement {
  margin-bottom: 22px;
  font-size: clamp(27px, 2.65vw, 40px);
}

.dpp-scroll-cue {
  margin-top: 40px;
}

/* The index reads as one clinical route rather than six independent tabs. */
.dpp-hub-index {
  background: rgba(3, 11, 26, .88);
  box-shadow: 0 18px 48px rgba(0, 0, 0, .18);
}

.dpp-hub-index .dpp-container {
  position: relative;
  gap: 0;
}

.dpp-hub-index .dpp-container::before {
  position: absolute;
  z-index: 0;
  top: 29px;
  right: 7%;
  left: 7%;
  height: 1px;
  background: linear-gradient(90deg, transparent, rgba(115, 246, 249, .17) 8%, rgba(115, 246, 249, .17) 92%, transparent);
  content: "";
}

.dpp-hub-index a {
  z-index: 1;
  min-height: 82px;
  padding: 13px 12px 10px;
  flex-direction: column;
  gap: 8px;
  justify-content: flex-start;
  background: transparent !important;
  text-align: center;
}

.dpp-hub-index a::after {
  right: 18%;
  left: 18%;
  height: 2px;
}

.dpp-hub-index a span:first-child {
  display: grid;
  width: 34px;
  height: 34px;
  place-items: center;
  border: 1px solid rgba(115, 246, 249, .2);
  border-radius: 50%;
  background: #030b1a;
  transition: color .35s ease, border-color .35s ease, background .35s ease, box-shadow .35s ease;
}

.dpp-hub-index a span:last-child {
  max-width: 130px;
  font-size: 10px;
  line-height: 1.25;
}

.dpp-hub-index a.is-active span:first-child {
  border-color: rgba(115, 246, 249, .7);
  background: rgba(53, 226, 230, .12);
  box-shadow: 0 0 22px rgba(53, 226, 230, .18);
}

.dpp-hub-index-progress {
  top: 29px;
  bottom: auto;
  left: 7%;
  width: calc(var(--dpp-hub-progress) * 86%);
  background: linear-gradient(90deg, var(--dpp-cyan), var(--dpp-cyan-light));
  box-shadow: 0 0 10px rgba(53, 226, 230, .5);
}

/* Tighter section rhythm with content determining the section height. */
.dpp-hub-cluster,
.dpp-hub-cluster-reverse {
  min-height: 0;
  align-items: stretch;
}

.dpp-hub-cluster-layout,
.dpp-hub-cluster-reverse .dpp-hub-cluster-layout {
  min-height: 860px;
  padding-top: clamp(88px, 8vw, 124px);
  padding-bottom: clamp(74px, 7vw, 108px);
  grid-template-columns: 64px minmax(340px, 1.08fr) minmax(330px, .82fr);
  column-gap: clamp(36px, 4.4vw, 72px);
  row-gap: 56px;
  align-content: center;
}

.dpp-hub-cluster-number {
  padding-top: 7px;
}

.dpp-hub-cluster-copy {
  position: relative;
  z-index: 2;
  align-self: center;
}

.dpp-hub-cluster-copy h2 {
  margin: 8px 0 24px;
  font-size: clamp(58px, 6.6vw, 98px);
  line-height: .97;
}

.dpp-hub-cluster-statement {
  max-width: 590px;
  margin-bottom: 22px;
  font-size: clamp(23px, 2.25vw, 34px);
  line-height: 1.3;
}

.dpp-hub-cluster-intro {
  max-width: 570px;
  font-size: 15px;
  line-height: 1.65;
}

.dpp-hub-cluster-meta,
.dpp-hub-cluster[data-dpp-engine="pancreatobiliary-path"] .dpp-hub-cluster-meta {
  position: relative;
  z-index: 2;
  padding-top: 0;
  align-self: end;
}

.dpp-hub-cluster-meta:not(:has(.dpp-hub-trust)) {
  padding-bottom: 4px;
}

.dpp-hub-trust {
  margin: 0 0 26px;
  padding: 0;
  border-top: 0;
}

.dpp-hub-trust > p {
  margin-bottom: 12px;
}

.dpp-hub-regulatory-items {
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 0 18px;
}

.dpp-hub-regulatory-items > div {
  min-height: 108px;
  padding: 16px 0 12px;
  border-top-color: rgba(115, 246, 249, .24);
}

.dpp-hub-primary-cta {
  width: min(100%, 370px);
  min-height: 60px;
  margin-top: 0;
  padding: 0 22px;
  justify-content: space-between;
  border-color: rgba(115, 246, 249, .42);
  background: linear-gradient(90deg, rgba(53, 226, 230, .07), rgba(53, 226, 230, .015));
  font-size: 12px;
}

/* Clinical visuals become the focal image of each editorial spread. */
.dpp-hub-visual {
  z-index: 1;
  top: 47%;
  right: max(-70px, calc((100vw - 1440px) / 2));
  width: min(66vw, 930px);
  opacity: .42;
  transform: translateY(-50%) scale(.98);
  mix-blend-mode: screen;
}

.dpp-hub-cluster.is-active .dpp-hub-visual,
.dpp-hub-cluster:hover .dpp-hub-visual {
  opacity: .82;
  transform: translateY(-50%) scale(1.025);
}

.dpp-hub-visual svg {
  filter: drop-shadow(0 0 30px rgba(53, 226, 230, .16));
}

.dpp-hub-cluster::after {
  z-index: 0;
  background:
    linear-gradient(90deg, rgba(3, 11, 26, .98) 0%, rgba(3, 11, 26, .91) 38%, rgba(3, 11, 26, .5) 66%, rgba(3, 11, 26, .2) 100%);
}

.dpp-hub-cluster-reverse::after {
  background:
    linear-gradient(270deg, rgba(3, 11, 26, .98) 0%, rgba(3, 11, 26, .91) 38%, rgba(3, 11, 26, .5) 66%, rgba(3, 11, 26, .2) 100%);
}

.dpp-hub-cluster[data-dpp-engine="capsule-stream"] .dpp-hub-visual {
  top: 41%;
  right: -1vw;
  width: min(62vw, 860px);
}

.dpp-hub-cluster[data-dpp-engine="pancreatobiliary-path"] .dpp-hub-visual {
  top: 43%;
  left: max(-115px, calc((100vw - 1540px) / 2));
  width: min(63vw, 880px);
}

.dpp-hub-cluster[data-dpp-engine="pancreatobiliary-path"] .dpp-hub-cluster-copy h2 {
  font-size: clamp(52px, 5.3vw, 78px);
}

.dpp-hub-cluster[data-dpp-engine="motility-signal"] .dpp-hub-visual {
  top: 40%;
  right: -6vw;
  width: min(76vw, 1080px);
}

.dpp-hub-cluster[data-dpp-engine="ultrasound-target"] .dpp-hub-visual {
  top: 42%;
  left: max(-150px, calc((100vw - 1540px) / 2));
  width: min(69vw, 960px);
}

.dpp-hub-cluster[data-dpp-engine="lesion-targeting"] .dpp-hub-visual {
  top: 43%;
  right: max(-120px, calc((100vw - 1510px) / 2));
  width: min(65vw, 900px);
}

.dpp-hub-cluster[data-dpp-engine="intraoperative-risk"] .dpp-hub-visual {
  top: 39%;
  right: -3vw;
  width: min(74vw, 1020px);
}

/* Products are editorial modules, not a uniform card catalogue. */
.dpp-hub-products,
.dpp-hub-products[data-dpp-product-count="3"] {
  position: relative;
  z-index: 3;
  grid-column: 2 / 4;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 18px;
  margin-top: 0;
  padding-top: 14px;
  border-top: 1px solid var(--dpp-editorial-line);
  border-bottom: 0;
}

.dpp-hub-products::before {
  position: absolute;
  top: -5px;
  left: 0;
  width: 82px;
  height: 9px;
  border-top: 1px solid var(--dpp-cyan-light);
  content: "";
}

.dpp-hub-product-row {
  min-height: 286px;
  padding: 30px 30px 26px;
  grid-template-rows: 88px 1fr auto;
  overflow: hidden;
  border: 1px solid rgba(115, 246, 249, .1);
  border-radius: 2px;
  background:
    radial-gradient(circle at 12% 0%, rgba(53, 226, 230, .065), transparent 38%),
    linear-gradient(135deg, rgba(7, 20, 38, .64), rgba(3, 11, 26, .22));
  box-shadow: 0 24px 60px rgba(0, 0, 0, .09);
}

.dpp-hub-product-row::before {
  position: absolute;
  inset: auto -20% -55% 45%;
  width: 75%;
  aspect-ratio: 1;
  border: 1px solid rgba(115, 246, 249, .07);
  border-radius: 50%;
  content: "";
  transition: border-color .4s ease, transform .8s cubic-bezier(.16, 1, .3, 1);
}

.dpp-hub-product-row:hover,
.dpp-hub-product-row:focus-within {
  border-color: rgba(115, 246, 249, .3);
  background:
    radial-gradient(circle at 12% 0%, rgba(53, 226, 230, .12), transparent 40%),
    linear-gradient(135deg, rgba(7, 20, 38, .76), rgba(3, 11, 26, .36));
  box-shadow: 0 30px 74px rgba(0, 0, 0, .18);
  transform: translateY(-7px);
}

.dpp-hub-product-row:hover::before,
.dpp-hub-product-row:focus-within::before {
  border-color: rgba(115, 246, 249, .16);
  transform: scale(1.13) translate(-4%, -4%);
}

.dpp-hub-product-brand > img {
  width: min(205px, 76%);
  height: 78px;
  transition: filter .4s ease, transform .55s cubic-bezier(.16, 1, .3, 1);
}

.dpp-hub-product-row:hover .dpp-hub-product-brand > img,
.dpp-hub-product-row:focus-within .dpp-hub-product-brand > img {
  filter: drop-shadow(0 0 12px rgba(53, 226, 230, .18));
  transform: translateX(5px) scale(1.025);
}

.dpp-hub-product-row > p {
  max-width: 460px;
  margin: 18px 0 24px;
  color: #c8d0dc;
  font-size: 15px;
  line-height: 1.58;
}

.dpp-hub-product-actions a {
  font-size: 13px;
}

.dpp-hub-product-actions small {
  font-size: 10px;
}

/* Three-product ecosystems become an editorial lead plus two supporting entries. */
.dpp-hub-cluster-wide .dpp-hub-products[data-dpp-product-count="3"],
.dpp-hub-cluster[data-dpp-engine="lesion-targeting"] .dpp-hub-products[data-dpp-product-count="3"] {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.dpp-hub-cluster-wide .dpp-hub-products[data-dpp-product-count="3"] .dpp-hub-product-row:first-child {
  min-height: 260px;
  grid-column: 1 / -1;
  grid-template-columns: minmax(220px, .75fr) minmax(280px, 1.15fr) auto;
  grid-template-rows: 1fr;
  gap: 42px;
  align-items: center;
}

.dpp-hub-cluster-wide .dpp-hub-products[data-dpp-product-count="3"] .dpp-hub-product-row:first-child > p {
  margin: 0;
}

.dpp-hub-cluster[data-dpp-engine="lesion-targeting"] .dpp-hub-products[data-dpp-product-count="3"] .dpp-hub-product-row:last-child {
  min-height: 260px;
  grid-column: 1 / -1;
  grid-template-columns: minmax(220px, .75fr) minmax(280px, 1.15fr) auto;
  grid-template-rows: 1fr;
  gap: 42px;
  align-items: center;
}

.dpp-hub-cluster[data-dpp-engine="lesion-targeting"] .dpp-hub-products[data-dpp-product-count="3"] .dpp-hub-product-row:last-child > p {
  margin: 0;
}

.dpp-hub-cluster[data-dpp-engine="ultrasound-target"] .dpp-hub-product-row,
.dpp-hub-cluster[data-dpp-engine="intraoperative-risk"] .dpp-hub-product-row {
  min-height: 320px;
}

.dpp-hub-cluster-reverse .dpp-hub-cluster-copy {
  grid-column: 3;
}

.dpp-hub-cluster-reverse .dpp-hub-cluster-meta {
  grid-column: 2;
  grid-row: 1;
}

@media (min-width: 1101px) {
  .dpp-hub-cluster-reverse .dpp-hub-cluster-layout {
    grid-template-columns: 64px minmax(280px, .68fr) minmax(470px, 1.28fr);
  }
}

.dpp-hub-closing {
  min-height: 620px;
}

@media (max-width: 1100px) {
  .dpp-hub-cluster-layout,
  .dpp-hub-cluster-reverse .dpp-hub-cluster-layout {
    min-height: 820px;
    grid-template-columns: 48px minmax(0, 1.08fr) minmax(270px, .72fr);
    column-gap: 30px;
  }

  .dpp-hub-cluster-copy h2 {
    font-size: clamp(50px, 6.6vw, 78px);
  }

  .dpp-hub-regulatory-items {
    grid-template-columns: 1fr;
  }

  .dpp-hub-regulatory-items > div {
    min-height: 0;
  }

  .dpp-hub-product-row {
    padding-inline: 24px;
  }
}

@media (min-width: 768px) and (max-width: 1100px) {
  .dpp-hub-cluster-reverse .dpp-hub-cluster-layout {
    grid-template-columns: 48px minmax(0, 1.08fr) minmax(270px, .72fr);
  }

  .dpp-hub-cluster-reverse .dpp-hub-cluster-copy {
    grid-column: 2;
  }

  .dpp-hub-cluster-reverse .dpp-hub-cluster-meta {
    grid-column: 3;
  }

  .dpp-hub-cluster[data-dpp-engine="pancreatobiliary-path"] .dpp-hub-visual,
  .dpp-hub-cluster[data-dpp-engine="ultrasound-target"] .dpp-hub-visual {
    right: -220px;
    left: auto;
  }
}

@media (max-width: 767px) {
  .dpp-hub-hero,
  .dpp-hub-hero-layout {
    min-height: 740px;
  }

  .dpp-hub-hero-layout {
    padding-top: 112px;
    padding-bottom: 64px;
  }

  .dpp-hub-hero h1 {
    font-size: clamp(54px, 15vw, 66px);
  }

  .dpp-hub-index .dpp-container {
    grid-template-columns: repeat(6, minmax(128px, 1fr));
  }

  .dpp-hub-index .dpp-container::before {
    right: 24px;
    left: 24px;
  }

  .dpp-hub-index a {
    min-height: 76px;
    padding-inline: 8px;
  }

  .dpp-hub-index-progress {
    left: 24px;
    width: calc(var(--dpp-hub-progress) * (100% - 48px));
  }

  .dpp-hub-cluster-layout,
  .dpp-hub-cluster-reverse .dpp-hub-cluster-layout {
    min-height: 0;
    padding-top: 80px;
    padding-bottom: 76px;
    grid-template-columns: 1fr;
    gap: 16px;
  }

  .dpp-hub-cluster-copy h2 {
    margin-top: 5px;
    margin-bottom: 20px;
  }

  .dpp-hub-cluster-meta,
  .dpp-hub-cluster[data-dpp-engine="pancreatobiliary-path"] .dpp-hub-cluster-meta {
    padding-top: 18px;
  }

  .dpp-hub-regulatory-items {
    grid-template-columns: 1fr;
  }

  .dpp-hub-visual,
  .dpp-hub-cluster[data-dpp-engine="capsule-stream"] .dpp-hub-visual,
  .dpp-hub-cluster[data-dpp-engine="pancreatobiliary-path"] .dpp-hub-visual,
  .dpp-hub-cluster[data-dpp-engine="motility-signal"] .dpp-hub-visual,
  .dpp-hub-cluster[data-dpp-engine="ultrasound-target"] .dpp-hub-visual,
  .dpp-hub-cluster[data-dpp-engine="lesion-targeting"] .dpp-hub-visual,
  .dpp-hub-cluster[data-dpp-engine="intraoperative-risk"] .dpp-hub-visual {
    top: 28%;
    right: -240px;
    left: auto;
    width: 600px;
    opacity: .19;
  }

  .dpp-hub-cluster.is-active .dpp-hub-visual,
  .dpp-hub-cluster:hover .dpp-hub-visual {
    opacity: .28;
  }

  .dpp-hub-products,
  .dpp-hub-products[data-dpp-product-count="3"],
  .dpp-hub-cluster-wide .dpp-hub-products[data-dpp-product-count="3"],
  .dpp-hub-cluster[data-dpp-engine="lesion-targeting"] .dpp-hub-products[data-dpp-product-count="3"] {
    grid-column: 1;
    grid-template-columns: 1fr;
    gap: 12px;
    margin-top: 34px;
    padding-top: 12px;
  }

  .dpp-hub-product-row,
  .dpp-hub-cluster[data-dpp-engine="ultrasound-target"] .dpp-hub-product-row,
  .dpp-hub-cluster[data-dpp-engine="intraoperative-risk"] .dpp-hub-product-row,
  .dpp-hub-cluster-wide .dpp-hub-products[data-dpp-product-count="3"] .dpp-hub-product-row:first-child,
  .dpp-hub-cluster[data-dpp-engine="lesion-targeting"] .dpp-hub-products[data-dpp-product-count="3"] .dpp-hub-product-row:last-child {
    min-height: 250px;
    padding: 24px 20px 22px;
    grid-column: 1;
    grid-template-columns: 1fr;
    grid-template-rows: 78px 1fr auto;
    gap: 0;
    align-items: initial;
  }

  .dpp-hub-cluster-wide .dpp-hub-products[data-dpp-product-count="3"] .dpp-hub-product-row:first-child > p,
  .dpp-hub-cluster[data-dpp-engine="lesion-targeting"] .dpp-hub-products[data-dpp-product-count="3"] .dpp-hub-product-row:last-child > p {
    margin: 16px 0 22px;
  }

  .dpp-hub-product-brand > img {
    width: min(190px, 72%);
    height: 68px;
  }

  .dpp-hub-product-row > p {
    font-size: 14px;
  }

  .dpp-hub-closing {
    min-height: 560px;
  }
}

@media (prefers-reduced-motion: reduce) {
  .dpp-hub-product-row:hover,
  .dpp-hub-product-row:focus-within,
  .dpp-hub-product-row:hover .dpp-hub-product-brand > img,
  .dpp-hub-product-row:focus-within .dpp-hub-product-brand > img {
    transform: none;
  }
}

/* Products hub — calm ecosystem overview */
.dpp-hub-index {
  box-shadow: 0 14px 40px rgba(0, 0, 0, .1);
}

.dpp-hub-index .dpp-container {
  gap: 0;
}

.dpp-hub-index .dpp-container::before,
.dpp-hub-index-progress {
  display: none;
}

.dpp-hub-index a {
  min-height: 58px;
  padding: 0 12px;
  flex-direction: row;
  justify-content: center;
  color: rgba(198, 208, 221, .52);
  font-size: 10px;
  letter-spacing: .015em;
}

.dpp-hub-index a span:first-child,
.dpp-hub-index a span:last-child {
  display: inline;
  width: auto;
  max-width: none;
  height: auto;
  border: 0;
  border-radius: 0;
  background: transparent;
  box-shadow: none;
  color: inherit;
  font-size: inherit;
  letter-spacing: inherit;
  line-height: 1.25;
}

.dpp-hub-index a.is-active span:first-child {
  border: 0;
  background: transparent;
  box-shadow: none;
}

.dpp-hub-index a::after {
  right: 26%;
  left: 26%;
  height: 1px;
}

.dpp-hub-thread {
  opacity: .2;
}

.dpp-hub-cluster-layout,
.dpp-hub-cluster-reverse .dpp-hub-cluster-layout {
  min-height: 720px;
  padding-top: clamp(78px, 7vw, 104px);
  padding-bottom: clamp(70px, 6vw, 92px);
  grid-template-columns: minmax(390px, 1.08fr) minmax(310px, .82fr);
  column-gap: clamp(56px, 7vw, 112px);
  row-gap: 54px;
}

.dpp-hub-cluster-copy {
  grid-column: 1;
}

.dpp-hub-cluster-meta {
  grid-column: 2;
  grid-row: 1;
}

.dpp-hub-cluster-copy h2 {
  max-width: 720px;
  font-size: clamp(54px, 6vw, 88px);
}

.dpp-hub-cluster-statement {
  max-width: 630px;
  font-size: clamp(22px, 2vw, 31px);
}

.dpp-hub-cluster-intro {
  max-width: 610px;
}

.dpp-hub-cluster-reverse .dpp-hub-cluster-copy {
  grid-column: 2;
}

.dpp-hub-cluster-reverse .dpp-hub-cluster-meta {
  grid-column: 1;
  grid-row: 1;
}

@media (min-width: 1101px) {
  .dpp-hub-cluster-reverse .dpp-hub-cluster-layout {
    grid-template-columns: minmax(300px, .68fr) minmax(500px, 1.25fr);
  }
}

.dpp-hub-cluster[data-dpp-engine="pancreatobiliary-path"] .dpp-hub-cluster-copy h2 {
  font-size: clamp(48px, 4.9vw, 70px);
}

.dpp-hub-visual {
  width: min(58vw, 810px);
  opacity: .3;
}

.dpp-hub-cluster.is-active .dpp-hub-visual,
.dpp-hub-cluster:hover .dpp-hub-visual {
  opacity: .56;
  transform: translateY(-50%) scale(1.01);
}

.dpp-hub-cluster[data-dpp-engine="capsule-stream"] .dpp-hub-visual,
.dpp-hub-cluster[data-dpp-engine="motility-signal"] .dpp-hub-visual,
.dpp-hub-cluster[data-dpp-engine="lesion-targeting"] .dpp-hub-visual,
.dpp-hub-cluster[data-dpp-engine="intraoperative-risk"] .dpp-hub-visual {
  top: 42%;
  right: -4vw;
  width: min(60vw, 840px);
}

.dpp-hub-cluster[data-dpp-engine="pancreatobiliary-path"] .dpp-hub-visual,
.dpp-hub-cluster[data-dpp-engine="ultrasound-target"] .dpp-hub-visual {
  top: 42%;
  right: auto;
  left: max(-110px, calc((100vw - 1500px) / 2));
  width: min(60vw, 840px);
}

.dpp-hub-products,
.dpp-hub-products[data-dpp-product-count="3"],
.dpp-hub-cluster-wide .dpp-hub-products[data-dpp-product-count="3"],
.dpp-hub-cluster[data-dpp-engine="lesion-targeting"] .dpp-hub-products[data-dpp-product-count="3"] {
  display: grid;
  grid-column: 1 / 3;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 0 clamp(42px, 5vw, 80px);
  margin: 0;
  padding: 18px 0 0;
  border-top: 1px solid rgba(115, 246, 249, .16);
}

.dpp-hub-products::before {
  top: -1px;
  width: 72px;
  height: 1px;
  border: 0;
  background: var(--dpp-cyan-light);
}

.dpp-hub-product-row,
.dpp-hub-cluster[data-dpp-engine="ultrasound-target"] .dpp-hub-product-row,
.dpp-hub-cluster[data-dpp-engine="intraoperative-risk"] .dpp-hub-product-row,
.dpp-hub-cluster-wide .dpp-hub-products[data-dpp-product-count="3"] .dpp-hub-product-row:first-child,
.dpp-hub-cluster[data-dpp-engine="lesion-targeting"] .dpp-hub-products[data-dpp-product-count="3"] .dpp-hub-product-row:last-child {
  display: block;
  min-height: 0;
  padding: 0;
  grid-column: auto;
  overflow: visible;
  border: 0;
  border-bottom: 1px solid rgba(115, 246, 249, .11);
  border-radius: 0;
  background: transparent;
  box-shadow: none;
  transform: none;
}

.dpp-hub-product-row::before,
.dpp-hub-product-row::after {
  display: none;
}

.dpp-hub-technology-link {
  display: grid;
  min-height: 104px;
  padding: 18px 0;
  grid-template-columns: minmax(150px, 1fr) auto;
  gap: 26px;
  align-items: center;
  color: var(--dpp-text);
  text-decoration: none;
}

.dpp-hub-product-brand {
  min-width: 0;
  align-items: center;
}

.dpp-hub-product-brand > img {
  width: min(168px, 76%);
  height: 58px;
  filter: none;
  opacity: .86;
  transition: opacity .35s ease, transform .45s cubic-bezier(.16, 1, .3, 1);
}

.dpp-hub-product-row:hover,
.dpp-hub-product-row:focus-within {
  border-color: rgba(115, 246, 249, .3);
  background: transparent;
  box-shadow: none;
  transform: none;
}

.dpp-hub-product-row:hover .dpp-hub-product-brand > img,
.dpp-hub-product-row:focus-within .dpp-hub-product-brand > img {
  filter: none;
  opacity: 1;
  transform: translateX(5px);
}

.dpp-hub-product-partner {
  width: 58px;
  height: 22px;
}

.dpp-hub-technology-action {
  display: inline-flex;
  gap: 9px;
  align-items: center;
  color: rgba(115, 246, 249, .68);
  font-size: 10px;
  font-weight: 700;
  white-space: nowrap;
  transition: color .3s ease;
}

.dpp-hub-technology-action > span {
  transition: transform .3s ease;
}

.dpp-hub-technology-link:hover .dpp-hub-technology-action,
.dpp-hub-technology-link:focus-visible .dpp-hub-technology-action {
  color: var(--dpp-cyan-light);
}

.dpp-hub-technology-link:hover .dpp-hub-technology-action > span,
.dpp-hub-technology-link:focus-visible .dpp-hub-technology-action > span {
  transform: translate(3px, -3px);
}

.dpp-hub-product-row > small {
  display: block;
  margin: -20px 0 12px;
  color: rgba(198, 208, 221, .4);
  font-size: 9px;
}

.dpp-hub-closing {
  min-height: 560px;
}

.dpp-hub-closing h2 {
  max-width: 1040px;
}

.dpp-hub-closing > .dpp-container > p:not(.dpp-eyebrow) {
  max-width: 940px;
  font-size: clamp(18px, 1.7vw, 24px);
  font-style: italic;
  line-height: 1.55;
}

/* Products hub — application ecosystem and product-led hierarchy */
.dpp-hub-hero,
.dpp-hub-hero-layout {
  min-height: min(920px, 96svh);
}

.dpp-hub-hero-layout {
  padding: 120px 0 78px;
  grid-template-columns: minmax(310px, .74fr) minmax(560px, 1.26fr);
  gap: clamp(54px, 6vw, 96px);
  align-items: center;
}

.dpp-hub-hero-copy {
  position: relative;
  z-index: 2;
}

.dpp-hub-hero h1 {
  max-width: 100%;
  margin: 12px 0 38px;
  font-size: clamp(54px, 5.2vw, 72px);
  line-height: 1.02;
}

.dpp-hub-hero-copy .dpp-hub-statement {
  margin-bottom: 18px;
  font-size: clamp(24px, 2.2vw, 32px);
}

.dpp-hub-hero-copy > p:not(.dpp-eyebrow):not(.dpp-hub-statement) {
  max-width: 520px;
  color: var(--dpp-muted);
  font-size: 16px;
  line-height: 1.7;
}

.dpp-hub-application-map {
  position: relative;
  z-index: 2;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 14px;
}

.dpp-hub-application-map article {
  position: relative;
  min-height: 166px;
  padding: 24px 26px;
  overflow: hidden;
  border: 1px solid rgba(115, 246, 249, .24);
  border-radius: 12px;
  background:
    radial-gradient(circle at 100% 100%, rgba(53, 226, 230, .07), transparent 48%),
    rgba(4, 14, 27, .5);
  transition: border-color .4s ease, background .4s ease, transform .5s cubic-bezier(.16, 1, .3, 1);
}

.dpp-hub-application-map article:first-child {
  grid-row: span 2;
  min-height: 346px;
}

.dpp-hub-application-map article:hover {
  border-color: rgba(115, 246, 249, .48);
  background:
    radial-gradient(circle at 100% 100%, rgba(53, 226, 230, .12), transparent 50%),
    rgba(4, 14, 27, .68);
  transform: translateY(-4px);
}

.dpp-hub-application-map h2 {
  margin: 0 0 20px;
  color: var(--dpp-text);
  font-family: "DM Sans", sans-serif;
  font-size: clamp(19px, 1.65vw, 25px);
  font-weight: 600;
  letter-spacing: -.03em;
  line-height: 1.15;
}

.dpp-hub-application-map ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

.dpp-hub-application-map li {
  padding: 2px 0;
  color: rgba(235, 240, 247, .72);
  font-size: clamp(15px, 1.3vw, 20px);
  line-height: 1.42;
}

.dpp-hub-orbit {
  right: -26vw;
  opacity: .38;
}

.dpp-hub-thread {
  display: none;
}

.dpp-hub-cluster-layout,
.dpp-hub-cluster-reverse .dpp-hub-cluster-layout {
  min-height: 850px;
  padding-top: clamp(86px, 7vw, 112px);
  padding-bottom: clamp(78px, 6vw, 100px);
  grid-template-columns: minmax(420px, 1.14fr) minmax(300px, .72fr);
  column-gap: clamp(54px, 6vw, 98px);
  row-gap: 54px;
  align-content: center;
}

.dpp-hub-cluster-copy,
.dpp-hub-cluster-reverse .dpp-hub-cluster-copy {
  grid-column: 1;
}

.dpp-hub-cluster-meta,
.dpp-hub-cluster-reverse .dpp-hub-cluster-meta {
  grid-column: 2;
  grid-row: 1;
}

.dpp-hub-cluster-copy h2,
.dpp-hub-cluster[data-dpp-engine="pancreatobiliary-path"] .dpp-hub-cluster-copy h2 {
  max-width: 790px;
  margin-bottom: 20px;
  font-size: clamp(48px, 5.4vw, 78px);
}

.dpp-hub-cluster-statement {
  max-width: 650px;
  margin-bottom: 18px;
  font-size: clamp(22px, 2vw, 30px);
}

.dpp-hub-cluster-intro {
  max-width: 620px;
}

.dpp-hub-visual,
.dpp-hub-cluster[data-dpp-engine="capsule-stream"] .dpp-hub-visual,
.dpp-hub-cluster[data-dpp-engine="pancreatobiliary-path"] .dpp-hub-visual,
.dpp-hub-cluster[data-dpp-engine="motility-signal"] .dpp-hub-visual,
.dpp-hub-cluster[data-dpp-engine="ultrasound-target"] .dpp-hub-visual,
.dpp-hub-cluster[data-dpp-engine="lesion-targeting"] .dpp-hub-visual,
.dpp-hub-cluster[data-dpp-engine="intraoperative-risk"] .dpp-hub-visual {
  top: 29%;
  right: -4vw;
  left: auto;
  width: min(55vw, 760px);
  opacity: .2;
}

.dpp-hub-cluster.is-active .dpp-hub-visual,
.dpp-hub-cluster:hover .dpp-hub-visual {
  opacity: .42;
  transform: translateY(-50%) scale(1.01);
}

.dpp-hub-products,
.dpp-hub-products[data-dpp-product-count="3"],
.dpp-hub-cluster-wide .dpp-hub-products[data-dpp-product-count="3"],
.dpp-hub-cluster[data-dpp-engine="lesion-targeting"] .dpp-hub-products[data-dpp-product-count="3"] {
  grid-column: 1 / 3;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 18px;
  padding-top: 18px;
  border-top-color: rgba(115, 246, 249, .2);
}

.dpp-hub-products[data-dpp-product-count="3"],
.dpp-hub-cluster-wide .dpp-hub-products[data-dpp-product-count="3"] {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.dpp-hub-product-row,
.dpp-hub-cluster[data-dpp-engine="ultrasound-target"] .dpp-hub-product-row,
.dpp-hub-cluster[data-dpp-engine="intraoperative-risk"] .dpp-hub-product-row,
.dpp-hub-cluster-wide .dpp-hub-products[data-dpp-product-count="3"] .dpp-hub-product-row:first-child,
.dpp-hub-cluster[data-dpp-engine="lesion-targeting"] .dpp-hub-products[data-dpp-product-count="3"] .dpp-hub-product-row:last-child {
  min-height: 280px;
  overflow: hidden;
  border: 1px solid rgba(115, 246, 249, .13);
  border-radius: 10px;
  background:
    radial-gradient(circle at 14% 0%, rgba(53, 226, 230, .07), transparent 42%),
    rgba(4, 14, 27, .58);
  box-shadow: 0 24px 64px rgba(0, 0, 0, .09);
  transition: border-color .4s ease, background .4s ease, box-shadow .4s ease, transform .55s cubic-bezier(.16, 1, .3, 1);
}

.dpp-hub-product-row:hover,
.dpp-hub-product-row:focus-within {
  border-color: rgba(115, 246, 249, .38);
  background:
    radial-gradient(circle at 14% 0%, rgba(53, 226, 230, .13), transparent 44%),
    rgba(4, 14, 27, .78);
  box-shadow: 0 30px 76px rgba(0, 0, 0, .18);
  transform: translateY(-6px);
}

.dpp-hub-technology-link {
  display: grid;
  min-height: 278px;
  padding: 26px 28px 24px;
  grid-template-columns: 1fr auto;
  grid-template-rows: 82px 1fr auto;
  gap: 0 20px;
  align-items: start;
}

.dpp-hub-product-brand {
  grid-column: 1 / 3;
}

.dpp-hub-product-brand > img {
  width: min(190px, 72%);
  height: 72px;
  opacity: 1;
}

.dpp-hub-technology-description {
  display: block;
  max-width: 430px;
  padding: 18px 0 22px;
  grid-column: 1 / 3;
  color: #c4ceda;
  font-size: 14px;
  line-height: 1.58;
}

.dpp-hub-technology-action {
  grid-column: 1 / 3;
  align-self: end;
  justify-self: start;
  color: var(--dpp-cyan-light);
  font-size: 11px;
}

.dpp-hub-product-row > small {
  position: absolute;
  right: 28px;
  bottom: 24px;
  margin: 0;
}

.dpp-hub-product-partner {
  width: 64px;
  height: 24px;
}

@media (max-width: 1100px) {
  .dpp-hub-hero-layout {
    grid-template-columns: minmax(270px, .68fr) minmax(490px, 1.32fr);
    gap: 42px;
  }

  .dpp-hub-application-map article {
    padding: 20px;
  }

  .dpp-hub-cluster-layout,
  .dpp-hub-cluster-reverse .dpp-hub-cluster-layout {
    min-height: 820px;
    grid-template-columns: minmax(0, 1fr) minmax(260px, .62fr);
    column-gap: 38px;
  }

  .dpp-hub-products[data-dpp-product-count="3"],
  .dpp-hub-cluster-wide .dpp-hub-products[data-dpp-product-count="3"] {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 767px) {
  .dpp-hub-hero,
  .dpp-hub-hero-layout {
    min-height: 0;
  }

  .dpp-hub-hero-layout {
    padding: 112px 0 72px;
    grid-template-columns: 1fr;
    gap: 48px;
  }

  .dpp-hub-hero h1 {
    max-width: 100%;
    font-size: clamp(48px, 13.5vw, 58px);
  }

  .dpp-hub-application-map {
    width: calc(100vw - 24px);
    margin-right: -24px;
    padding-right: 24px;
    overflow-x: auto;
    grid-template-columns: none;
    grid-auto-columns: minmax(250px, 76vw);
    grid-auto-flow: column;
    scrollbar-width: none;
    scroll-snap-type: x mandatory;
  }

  .dpp-hub-application-map::-webkit-scrollbar {
    display: none;
  }

  .dpp-hub-application-map article,
  .dpp-hub-application-map article:first-child {
    min-height: 250px;
    grid-row: auto;
    scroll-snap-align: start;
  }

  .dpp-hub-application-map h2 {
    font-size: 21px;
  }

  .dpp-hub-application-map li {
    font-size: 17px;
  }

  .dpp-hub-cluster-layout,
  .dpp-hub-cluster-reverse .dpp-hub-cluster-layout {
    min-height: 0;
    padding-top: 74px;
    padding-bottom: 68px;
    grid-template-columns: 1fr;
    gap: 16px;
  }

  .dpp-hub-cluster-copy,
  .dpp-hub-cluster-reverse .dpp-hub-cluster-copy,
  .dpp-hub-cluster-meta,
  .dpp-hub-cluster-reverse .dpp-hub-cluster-meta {
    grid-column: 1;
    grid-row: auto;
  }

  .dpp-hub-cluster-copy h2,
  .dpp-hub-cluster[data-dpp-engine="pancreatobiliary-path"] .dpp-hub-cluster-copy h2 {
    font-size: clamp(36px, 10vw, 44px);
    overflow-wrap: normal;
  }

  .dpp-hub-products,
  .dpp-hub-products[data-dpp-product-count="3"],
  .dpp-hub-cluster-wide .dpp-hub-products[data-dpp-product-count="3"],
  .dpp-hub-cluster[data-dpp-engine="lesion-targeting"] .dpp-hub-products[data-dpp-product-count="3"] {
    grid-column: 1;
    grid-template-columns: 1fr;
    gap: 12px;
    margin-top: 30px;
  }

  .dpp-hub-product-row,
  .dpp-hub-cluster[data-dpp-engine="ultrasound-target"] .dpp-hub-product-row,
  .dpp-hub-cluster[data-dpp-engine="intraoperative-risk"] .dpp-hub-product-row,
  .dpp-hub-cluster-wide .dpp-hub-products[data-dpp-product-count="3"] .dpp-hub-product-row:first-child,
  .dpp-hub-cluster[data-dpp-engine="lesion-targeting"] .dpp-hub-products[data-dpp-product-count="3"] .dpp-hub-product-row:last-child {
    min-height: 248px;
  }

  .dpp-hub-technology-link {
    min-height: 246px;
    padding: 22px 20px 20px;
    grid-template-rows: 72px 1fr auto;
  }

  .dpp-hub-product-brand > img {
    width: min(180px, 72%);
    height: 64px;
  }

  .dpp-hub-technology-description {
    padding-top: 14px;
    font-size: 13px;
  }

  .dpp-hub-product-row > small {
    right: 20px;
    bottom: 20px;
  }
}

@media (max-width: 1100px) {
  .dpp-hub-cluster-layout,
  .dpp-hub-cluster-reverse .dpp-hub-cluster-layout {
    min-height: 680px;
    grid-template-columns: minmax(0, 1.08fr) minmax(270px, .72fr);
    column-gap: 42px;
  }

  .dpp-hub-cluster-reverse .dpp-hub-cluster-copy {
    grid-column: 1;
  }

  .dpp-hub-cluster-reverse .dpp-hub-cluster-meta {
    grid-column: 2;
  }
}

@media (max-width: 767px) {
  .dpp-hub-index .dpp-container {
    grid-template-columns: repeat(6, minmax(128px, 1fr));
  }

  .dpp-hub-index a {
    min-height: 52px;
    padding-inline: 12px;
    justify-content: flex-start;
    text-align: left;
  }

  .dpp-hub-index a::after {
    right: 12px;
    left: 12px;
  }

  .dpp-hub-cluster-layout,
  .dpp-hub-cluster-reverse .dpp-hub-cluster-layout {
    min-height: 0;
    padding-top: 74px;
    padding-bottom: 68px;
    grid-template-columns: 1fr;
    gap: 14px;
  }

  .dpp-hub-cluster-copy,
  .dpp-hub-cluster-reverse .dpp-hub-cluster-copy,
  .dpp-hub-cluster-meta,
  .dpp-hub-cluster-reverse .dpp-hub-cluster-meta {
    grid-column: 1;
    grid-row: auto;
  }

  .dpp-hub-cluster-copy h2 {
    font-size: clamp(39px, 10.6vw, 46px);
    overflow-wrap: normal;
    word-break: normal;
  }

  .dpp-hub-cluster-meta {
    padding-top: 20px;
  }

  .dpp-hub-cluster[data-dpp-engine="pancreatobiliary-path"] .dpp-hub-cluster-copy h2 {
    font-size: clamp(28px, 8.2vw, 34px);
  }

  .dpp-hub-products,
  .dpp-hub-products[data-dpp-product-count="3"],
  .dpp-hub-cluster-wide .dpp-hub-products[data-dpp-product-count="3"],
  .dpp-hub-cluster[data-dpp-engine="lesion-targeting"] .dpp-hub-products[data-dpp-product-count="3"] {
    grid-column: 1;
    grid-template-columns: 1fr;
    gap: 0;
    margin-top: 30px;
  }

  .dpp-hub-technology-link {
    min-height: 94px;
    padding: 15px 0;
    grid-template-columns: minmax(125px, 1fr) auto;
    gap: 16px;
  }

  .dpp-hub-product-brand > img {
    width: min(154px, 78%);
    height: 54px;
  }

  .dpp-hub-technology-action {
    font-size: 9px;
  }

  .dpp-hub-product-row > small {
    margin-top: -16px;
  }

  .dpp-hub-closing {
    min-height: 500px;
  }
}

/* 0.5.1 — clinically specific ambient motion.
   The SVGs provide quiet anatomical structure; a single CSS layer carries the
   movement for each modality instead of animating dozens of SVG paths. */
.dpp-hub-visual {
  overflow: hidden;
  isolation: isolate;
}

.dpp-hub-visual svg {
  position: relative;
  z-index: 1;
  opacity: .46;
}

.dpp-hub-visual svg * {
  animation: none !important;
}

.dpp-hub-visual::before,
.dpp-hub-visual::after {
  position: absolute;
  z-index: 2;
  content: "";
  pointer-events: none;
}

/* Capsule: a temporal examination stream, intermittently reviewed. */
.dpp-hub-cluster[data-dpp-engine="capsule-stream"] .dpp-hub-visual::before {
  inset: 12% -14%;
  background:
    repeating-linear-gradient(
      90deg,
      transparent 0 7.5%,
      rgba(115, 246, 249, .16) 7.7% 8%,
      transparent 8.2% 15%
    );
  mask-image: linear-gradient(90deg, transparent, #000 18%, #000 82%, transparent);
  animation: dpp-clinical-frames 11s linear infinite;
}

.dpp-hub-cluster[data-dpp-engine="capsule-stream"] .dpp-hub-visual::after {
  top: 12%;
  bottom: 12%;
  left: 38%;
  width: 15%;
  border: 1px solid rgba(115, 246, 249, .42);
  background: rgba(53, 226, 230, .035);
  box-shadow: 0 0 34px rgba(53, 226, 230, .14);
  animation: dpp-clinical-review 6.8s ease-in-out infinite;
}

/* HPB: a narrow ultrasound/cholangioscopy path under characterization. */
.dpp-hub-cluster[data-dpp-engine="pancreatobiliary-path"] .dpp-hub-visual::before {
  inset: 2% 7%;
  border-radius: 50%;
  background: conic-gradient(
    from 205deg,
    transparent 0 12deg,
    rgba(115, 246, 249, .23) 20deg,
    transparent 34deg 360deg
  );
  mask-image: radial-gradient(circle, transparent 0 18%, #000 45%, transparent 74%);
  animation: dpp-clinical-ultrasound 13s linear infinite;
}

.dpp-hub-cluster[data-dpp-engine="pancreatobiliary-path"] .dpp-hub-visual::after {
  top: 49%;
  left: 52%;
  width: 22%;
  height: 9%;
  border: 1px solid rgba(115, 246, 249, .44);
  border-radius: 50%;
  box-shadow: 0 0 30px rgba(53, 226, 230, .14);
  animation: dpp-clinical-target 7.5s ease-in-out infinite;
}

/* Motility: the same signal moves as a physiological pressure rhythm. */
.dpp-hub-cluster[data-dpp-engine="motility-signal"] .dpp-hub-visual::before {
  inset: 19% -8%;
  background:
    radial-gradient(ellipse at 12% 50%, transparent 0 42%, rgba(115, 246, 249, .22) 43% 44%, transparent 45%),
    radial-gradient(ellipse at 37% 50%, transparent 0 38%, rgba(53, 226, 230, .16) 39% 40%, transparent 41%),
    radial-gradient(ellipse at 65% 50%, transparent 0 44%, rgba(115, 246, 249, .18) 45% 46%, transparent 47%);
  background-size: 34% 100%, 36% 100%, 38% 100%;
  background-repeat: repeat-x;
  mask-image: linear-gradient(90deg, transparent, #000 14%, #000 86%, transparent);
  animation: dpp-clinical-wave 9.5s linear infinite;
}

.dpp-hub-cluster[data-dpp-engine="motility-signal"] .dpp-hub-visual::after {
  top: 18%;
  bottom: 18%;
  left: 48%;
  width: 1px;
  background: linear-gradient(transparent, rgba(115, 246, 249, .5), transparent);
  box-shadow: 0 0 20px rgba(53, 226, 230, .22);
  animation: dpp-clinical-scan-x 8s ease-in-out infinite;
}

/* Pulmonology: one EBUS field with a controlled sweep and biopsy target. */
.dpp-hub-cluster[data-dpp-engine="ultrasound-target"] .dpp-hub-visual::before {
  inset: 5% 10%;
  border-radius: 50%;
  background: conic-gradient(
    from 230deg,
    transparent 0 24deg,
    rgba(115, 246, 249, .22) 32deg,
    rgba(53, 226, 230, .045) 54deg,
    transparent 66deg 360deg
  );
  mask-image: radial-gradient(circle, transparent 0 7%, #000 9% 65%, transparent 72%);
  animation: dpp-clinical-ultrasound 11.5s linear infinite reverse;
}

.dpp-hub-cluster[data-dpp-engine="ultrasound-target"] .dpp-hub-visual::after {
  top: 39%;
  left: 56%;
  width: 17%;
  aspect-ratio: 1.34;
  border: 1px solid rgba(115, 246, 249, .52);
  border-radius: 50%;
  background: radial-gradient(circle, rgba(115, 246, 249, .15), transparent 60%);
  box-shadow: 0 0 32px rgba(53, 226, 230, .17);
  animation: dpp-clinical-target 6.2s ease-in-out infinite;
}

/* HPV & proctology: region mapping and guided lesion targeting. */
.dpp-hub-cluster[data-dpp-engine="lesion-targeting"] .dpp-hub-visual::before {
  inset: 14% 18%;
  border: 1px solid rgba(115, 246, 249, .22);
  border-radius: 48% 52% 44% 56% / 55% 43% 57% 45%;
  box-shadow:
    inset 0 0 38px rgba(53, 226, 230, .055),
    0 0 28px rgba(53, 226, 230, .08);
  animation: dpp-clinical-map 9s ease-in-out infinite;
}

.dpp-hub-cluster[data-dpp-engine="lesion-targeting"] .dpp-hub-visual::after {
  top: 46%;
  left: 58%;
  width: 13%;
  aspect-ratio: 1;
  border: 1px solid rgba(115, 246, 249, .52);
  background:
    linear-gradient(90deg, transparent 48%, rgba(115, 246, 249, .28) 49% 51%, transparent 52%),
    linear-gradient(transparent 48%, rgba(115, 246, 249, .28) 49% 51%, transparent 52%);
  animation: dpp-clinical-target 5.8s ease-in-out infinite;
}

/* Surgery: a restrained intraoperative risk field, not a decorative grid. */
.dpp-hub-cluster[data-dpp-engine="intraoperative-risk"] .dpp-hub-visual::before {
  inset: 18% 4%;
  background:
    linear-gradient(112deg, transparent 0 42%, rgba(115, 246, 249, .2) 49%, transparent 56%),
    radial-gradient(ellipse at 62% 48%, rgba(53, 226, 230, .11), transparent 36%);
  filter: blur(1px);
  animation: dpp-clinical-risk 12s ease-in-out infinite;
}

.dpp-hub-cluster[data-dpp-engine="intraoperative-risk"] .dpp-hub-visual::after {
  top: 37%;
  left: 55%;
  width: 24%;
  height: 18%;
  border: 1px solid rgba(115, 246, 249, .38);
  background: radial-gradient(circle at 55% 50%, rgba(115, 246, 249, .13), transparent 48%);
  animation: dpp-clinical-target 7s ease-in-out infinite;
}

.dpp-hub-products[data-dpp-product-count="1"] {
  grid-template-columns: minmax(0, 760px);
}

.dpp-hub-products[data-dpp-product-count="5"] .dpp-hub-product-row:last-child {
  grid-column: 1 / -1;
}

.dpp-hub-products[data-dpp-product-count="5"] .dpp-hub-product-row:last-child > p {
  max-width: 720px;
}

@keyframes dpp-clinical-frames {
  from { transform: translateX(-7%); }
  to { transform: translateX(8%); }
}

@keyframes dpp-clinical-review {
  0%, 100% { opacity: .28; transform: translateX(-46%) scale(.93); }
  45%, 62% { opacity: .88; transform: translateX(58%) scale(1.02); }
}

@keyframes dpp-clinical-ultrasound {
  to { transform: rotate(360deg); }
}

@keyframes dpp-clinical-target {
  0%, 100% { opacity: .3; transform: scale(.9); }
  42%, 68% { opacity: .88; transform: scale(1.07); }
}

@keyframes dpp-clinical-wave {
  from { background-position: 0 50%, 0 50%, 0 50%; }
  to { background-position: 34% 50%, 36% 50%, 38% 50%; }
}

@keyframes dpp-clinical-scan-x {
  0%, 100% { opacity: .22; transform: translateX(-280px); }
  50% { opacity: .72; transform: translateX(280px); }
}

@keyframes dpp-clinical-map {
  0%, 100% { opacity: .3; transform: scale(.94) rotate(-2deg); }
  50% { opacity: .72; transform: scale(1.03) rotate(2deg); }
}

@keyframes dpp-clinical-risk {
  0%, 100% { opacity: .24; transform: translateX(-8%) scale(.96); }
  50% { opacity: .7; transform: translateX(8%) scale(1.04); }
}

@media (max-width: 767px) {
  .dpp-hub-products[data-dpp-product-count="1"],
  .dpp-hub-products[data-dpp-product-count="5"] {
    grid-template-columns: 1fr;
  }

  .dpp-hub-products[data-dpp-product-count="5"] .dpp-hub-product-row:last-child {
    grid-column: auto;
  }
}

@media (prefers-reduced-motion: reduce) {
  .dpp-hub-visual::before,
  .dpp-hub-visual::after {
    animation: none !important;
  }
}

/* 0.6.0 — uniform horizontal product rail, inspired by editorial project
   carousels while retaining DigestAID's own clinical visual language. */
.dpp-hub-product-carousel,
.dpp-hub-products[data-dpp-product-count] {
  display: block;
  min-width: 0;
  padding-top: 0;
  border-top: 0;
}

.dpp-hub-product-carousel::before {
  display: none;
}

.dpp-hub-carousel-heading {
  min-height: 58px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  border-top: 1px solid var(--dpp-editorial-line);
}

.dpp-hub-carousel-heading > p {
  margin: 0;
  color: var(--dpp-muted);
  font-size: 11px;
  letter-spacing: .14em;
  text-transform: uppercase;
}

.dpp-hub-carousel-controls {
  display: flex;
  gap: 8px;
}

.dpp-hub-carousel-controls button {
  width: 38px;
  height: 38px;
  display: inline-grid;
  place-items: center;
  padding: 0;
  border: 1px solid rgba(115, 246, 249, .24);
  border-radius: 50%;
  color: var(--dpp-cyan-light);
  background: rgba(3, 11, 26, .54);
  font: inherit;
  font-size: 16px;
  cursor: pointer;
  transition:
    color .25s ease,
    border-color .25s ease,
    background-color .25s ease,
    transform .25s ease,
    opacity .25s ease;
}

.dpp-hub-carousel-controls button:hover,
.dpp-hub-carousel-controls button:focus-visible {
  border-color: rgba(115, 246, 249, .68);
  color: #fff;
  background: rgba(53, 226, 230, .12);
  transform: scale(1.04);
}

.dpp-hub-carousel-controls button:disabled {
  opacity: .22;
  cursor: default;
  transform: none;
}

.dpp-hub-product-carousel.is-static .dpp-hub-carousel-controls {
  visibility: hidden;
}

.dpp-hub-product-track {
  min-width: 0;
  display: flex;
  gap: 18px;
  padding: 8px 1px 28px;
  overflow-x: auto;
  overflow-y: hidden;
  scroll-behavior: smooth;
  scroll-snap-type: x mandatory;
  scrollbar-width: none;
  overscroll-behavior-inline: contain;
  cursor: grab;
}

.dpp-hub-product-track::-webkit-scrollbar {
  display: none;
}

.dpp-hub-product-track:focus-visible {
  outline: 1px solid rgba(115, 246, 249, .6);
  outline-offset: 5px;
}

.dpp-hub-product-track.is-dragging {
  cursor: grabbing;
  scroll-snap-type: none;
  user-select: none;
}

.dpp-hub-product-carousel.is-static .dpp-hub-product-track {
  justify-content: center;
}

.dpp-hub-product-track .dpp-hub-product-row,
.dpp-hub-cluster-wide .dpp-hub-product-track .dpp-hub-product-row:first-child,
.dpp-hub-cluster[data-dpp-engine="lesion-targeting"] .dpp-hub-product-track .dpp-hub-product-row:last-child,
.dpp-hub-cluster[data-dpp-engine="ultrasound-target"] .dpp-hub-product-track .dpp-hub-product-row,
.dpp-hub-cluster[data-dpp-engine="intraoperative-risk"] .dpp-hub-product-track .dpp-hub-product-row,
.dpp-hub-products[data-dpp-product-count="5"] .dpp-hub-product-row:last-child {
  width: auto;
  height: 326px;
  min-height: 326px;
  flex: 0 0 clamp(310px, 31%, 370px);
  grid-column: auto;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  gap: 0;
  align-items: stretch;
  scroll-snap-align: start;
  scroll-snap-stop: always;
}

.dpp-hub-product-track .dpp-hub-technology-link {
  height: 100%;
  min-height: 0;
  padding: 28px 28px 26px;
  grid-template-columns: 1fr;
  grid-template-rows: 84px minmax(0, 1fr) auto;
  gap: 0;
}

.dpp-hub-product-track .dpp-hub-product-row > p,
.dpp-hub-product-track .dpp-hub-technology-description,
.dpp-hub-cluster-wide .dpp-hub-product-track .dpp-hub-product-row:first-child > p,
.dpp-hub-cluster[data-dpp-engine="lesion-targeting"] .dpp-hub-product-track .dpp-hub-product-row:last-child > p,
.dpp-hub-products[data-dpp-product-count="5"] .dpp-hub-product-row:last-child > p {
  max-width: none;
  margin: 0;
}

.dpp-hub-product-track .dpp-hub-technology-description {
  align-self: start;
  padding-top: 22px;
  color: #c8d0dc;
  font-size: 14px;
  line-height: 1.55;
}

.dpp-hub-product-track .dpp-hub-product-brand > img {
  width: min(196px, 72%);
  height: 72px;
}

.dpp-hub-product-track .dpp-hub-product-row > small {
  right: 28px;
  bottom: 27px;
}

/* One lightweight canvas per clinical family replaces multiple independently
   animated SVG paths. The SVG remains as quiet anatomical scaffolding. */
.dpp-hub-clinical-canvas {
  position: absolute;
  z-index: 3;
  inset: 0;
  width: 100%;
  height: 100%;
  opacity: .92;
  filter: drop-shadow(0 0 20px rgba(53, 226, 230, .12));
  pointer-events: none;
}

.has-dpp-clinical-canvas .dpp-hub-visual::before,
.has-dpp-clinical-canvas .dpp-hub-visual::after {
  display: none;
}

.has-dpp-clinical-canvas .dpp-hub-visual svg {
  z-index: 1;
  opacity: .13;
  filter: drop-shadow(0 0 20px rgba(53, 226, 230, .08));
}

.has-dpp-clinical-canvas.is-active .dpp-hub-visual svg,
.has-dpp-clinical-canvas:hover .dpp-hub-visual svg {
  opacity: .2;
}

@media (max-width: 767px) {
  .dpp-hub-carousel-heading {
    min-height: 52px;
  }

  .dpp-hub-carousel-controls button {
    width: 34px;
    height: 34px;
  }

  .dpp-hub-product-carousel.is-static .dpp-hub-product-track {
    justify-content: flex-start;
  }

  .dpp-hub-product-track {
    width: calc(100vw - 20px);
    margin-right: calc(50% - 50vw);
    gap: 12px;
    padding-right: 20px;
  }

  .dpp-hub-product-track .dpp-hub-product-row,
  .dpp-hub-cluster-wide .dpp-hub-product-track .dpp-hub-product-row:first-child,
  .dpp-hub-cluster[data-dpp-engine="lesion-targeting"] .dpp-hub-product-track .dpp-hub-product-row:last-child,
  .dpp-hub-cluster[data-dpp-engine="ultrasound-target"] .dpp-hub-product-track .dpp-hub-product-row,
  .dpp-hub-cluster[data-dpp-engine="intraoperative-risk"] .dpp-hub-product-track .dpp-hub-product-row,
  .dpp-hub-products[data-dpp-product-count="5"] .dpp-hub-product-row:last-child {
    height: 292px;
    min-height: 292px;
    flex-basis: min(82vw, 330px);
  }

  .dpp-hub-product-track .dpp-hub-technology-link {
    height: 100%;
    min-height: 0;
    padding: 22px 20px 20px;
    grid-template-columns: 1fr;
    grid-template-rows: 70px minmax(0, 1fr) auto;
  }

  .dpp-hub-product-track .dpp-hub-product-brand > img {
    width: min(168px, 72%);
    height: 62px;
  }

  .dpp-hub-product-track .dpp-hub-technology-description {
    padding-top: 16px;
    font-size: 13px;
  }

  .dpp-hub-product-track .dpp-hub-product-row > small {
    right: 20px;
    bottom: 20px;
  }

  .dpp-hub-clinical-canvas {
    opacity: .42;
  }
}

@media (prefers-reduced-motion: reduce) {
  .dpp-hub-product-track {
    scroll-behavior: auto;
  }
}

/* 0.6.1 — spacing, product-rail repair, brand accents and scroll parallax. */
.dpp-hub-hero-layout {
  padding-top: clamp(150px, 13vw, 196px);
  padding-bottom: clamp(104px, 9vw, 146px);
  gap: clamp(80px, 8vw, 138px);
}

.dpp-hub-hero-copy {
  transform: translate3d(0, var(--dpp-hero-copy-y, 0), 0);
  will-change: transform;
}

.dpp-hub-application-map {
  width: calc(100% - 28px);
  gap: 20px;
  padding-top: 52px;
  transform: translate3d(28px, var(--dpp-hero-map-y, 0), 0);
  will-change: transform;
}

.dpp-hub-application-map article {
  min-height: 184px;
  padding: 32px 34px;
  border-color: rgba(115, 246, 249, .2);
  background:
    linear-gradient(140deg, rgba(115, 246, 249, .035), transparent 42%),
    radial-gradient(circle at 100% 100%, rgba(53, 226, 230, .09), transparent 48%),
    rgba(4, 14, 27, .58);
}

.dpp-hub-application-map article:first-child {
  min-height: 388px;
}

.dpp-hub-application-map article:nth-child(2),
.dpp-hub-application-map article:nth-child(4) {
  margin-top: 16px;
  margin-bottom: -16px;
}

.dpp-hub-application-map article::after {
  position: absolute;
  top: -35%;
  bottom: -35%;
  left: -18%;
  width: 22%;
  background: linear-gradient(
    90deg,
    transparent,
    rgba(115, 246, 249, .1),
    transparent
  );
  content: "";
  transform: skewX(-14deg);
  animation: dpp-application-scan 9s ease-in-out infinite;
  pointer-events: none;
}

.dpp-hub-application-map article:nth-child(2)::after { animation-delay: -1.8s; }
.dpp-hub-application-map article:nth-child(3)::after { animation-delay: -3.6s; }
.dpp-hub-application-map article:nth-child(4)::after { animation-delay: -5.4s; }
.dpp-hub-application-map article:nth-child(5)::after { animation-delay: -7.2s; }

.dpp-hub-application-map article:hover {
  transform: translateY(-8px) scale(1.012);
}

.dpp-hub-orbit {
  transform: translate3d(0, calc(-48% + var(--dpp-hero-orbit-y, 0px)), 0);
  will-change: transform;
}

@keyframes dpp-application-scan {
  0%, 22% { opacity: 0; transform: translateX(0) skewX(-14deg); }
  42%, 58% { opacity: 1; }
  78%, 100% { opacity: 0; transform: translateX(580%) skewX(-14deg); }
}

.dpp-hub-cluster-copy {
  transform: translate3d(0, var(--dpp-copy-parallax, 0), 0);
  will-change: transform;
}

.dpp-hub-cluster .dpp-hub-visual,
.dpp-hub-cluster.is-active .dpp-hub-visual,
.dpp-hub-cluster:hover .dpp-hub-visual {
  transform: translate3d(
    0,
    calc(-50% + var(--dpp-visual-parallax, 0px)),
    0
  ) scale(1.01);
  will-change: transform;
}

.dpp .dpp-hub-product-carousel,
.dpp .dpp-hub-products[data-dpp-product-count] {
  display: block !important;
  width: 100%;
  min-width: 0;
  grid-column: 1 / -1;
  grid-template-columns: none !important;
  gap: 0 !important;
  transform: translate3d(0, var(--dpp-products-parallax, 0), 0);
  will-change: transform;
}

.dpp-hub-carousel-heading {
  min-height: 56px;
  justify-content: flex-end;
}

.dpp-hub-product-track {
  width: 100%;
}

.dpp-hub-product-partner {
  position: absolute;
  z-index: 4;
  top: 0;
  right: 0;
  width: 74px;
  height: 27px;
  border-color: rgba(115, 246, 249, .22);
  background: rgba(3, 11, 26, .82);
  box-shadow: 0 0 18px rgba(53, 226, 230, .06);
}

.dpp-hub-product-partner img {
  width: 58px;
  height: 17px;
  opacity: 1;
}

/* Surgical cards follow their supplied identities rather than inheriting cyan. */
.dpp-hub-cluster[data-dpp-engine="intraoperative-risk"] .dpp-hub-product-track .dpp-hub-product-row[data-dpp-product="leak-sight"] {
  border-color: rgba(123, 2, 253, .28);
  background:
    radial-gradient(circle at 14% 0%, rgba(123, 2, 253, .15), transparent 44%),
    linear-gradient(145deg, rgba(17, 8, 38, .84), rgba(4, 14, 27, .66));
}

.dpp-hub-cluster[data-dpp-engine="intraoperative-risk"] .dpp-hub-product-track .dpp-hub-product-row[data-dpp-product="leak-sight"]:hover,
.dpp-hub-cluster[data-dpp-engine="intraoperative-risk"] .dpp-hub-product-track .dpp-hub-product-row[data-dpp-product="leak-sight"]:focus-within {
  border-color: rgba(209, 186, 254, .62);
  box-shadow: 0 28px 72px rgba(123, 2, 253, .14);
}

.dpp-hub-cluster[data-dpp-engine="intraoperative-risk"] .dpp-hub-product-row[data-dpp-product="leak-sight"] .dpp-hub-technology-action {
  color: #d1bafe;
}

.dpp-hub-cluster[data-dpp-engine="intraoperative-risk"] .dpp-hub-product-track .dpp-hub-product-row[data-dpp-product="precision-rect-ai"] {
  border-color: rgba(254, 4, 93, .3);
  background:
    radial-gradient(circle at 14% 0%, rgba(254, 4, 93, .14), transparent 44%),
    linear-gradient(145deg, rgba(38, 7, 24, .82), rgba(4, 14, 27, .66));
}

.dpp-hub-cluster[data-dpp-engine="intraoperative-risk"] .dpp-hub-product-track .dpp-hub-product-row[data-dpp-product="precision-rect-ai"]:hover,
.dpp-hub-cluster[data-dpp-engine="intraoperative-risk"] .dpp-hub-product-track .dpp-hub-product-row[data-dpp-product="precision-rect-ai"]:focus-within {
  border-color: rgba(255, 142, 145, .68);
  box-shadow: 0 28px 72px rgba(254, 4, 93, .14);
}

.dpp-hub-cluster[data-dpp-engine="intraoperative-risk"] .dpp-hub-product-row[data-dpp-product="precision-rect-ai"] .dpp-hub-technology-action {
  color: #ff8e91;
}

@media (max-width: 1100px) {
  .dpp-hub-hero-layout {
    padding-top: 136px;
    gap: 58px;
  }

  .dpp-hub-application-map {
    width: calc(100% - 14px);
    padding-top: 34px;
    transform: translate3d(14px, var(--dpp-hero-map-y, 0), 0);
  }
}

@media (max-width: 767px) {
  .dpp-hub-hero-layout {
    padding-top: 112px;
    padding-bottom: 86px;
    gap: 52px;
  }

  .dpp-hub-application-map {
    width: 100%;
    padding-top: 0;
    transform: none;
  }

  .dpp-hub-application-map article,
  .dpp-hub-application-map article:first-child {
    min-height: 250px;
    padding: 28px 26px;
    margin: 0;
  }

  .dpp-hub-hero-copy,
  .dpp-hub-orbit,
  .dpp-hub-cluster-copy,
  .dpp .dpp-hub-product-carousel,
  .dpp .dpp-hub-products[data-dpp-product-count] {
    transform: none;
  }

  .dpp-hub-cluster .dpp-hub-visual,
  .dpp-hub-cluster.is-active .dpp-hub-visual,
  .dpp-hub-cluster:hover .dpp-hub-visual {
    transform: translateY(-50%) scale(1);
  }

  .dpp-hub-carousel-heading {
    min-height: 50px;
  }

  .dpp-hub-product-partner {
    width: 68px;
    height: 25px;
  }
}

@media (prefers-reduced-motion: reduce) {
  .dpp-hub-application-map article::after {
    animation: none;
    opacity: 0;
  }

  .dpp-hub-hero-copy,
  .dpp-hub-application-map,
  .dpp-hub-cluster-copy,
  .dpp .dpp-hub-product-carousel,
  .dpp .dpp-hub-products[data-dpp-product-count] {
    transform: none;
  }

  .dpp-hub-orbit {
    transform: translateY(-48%);
  }

  .dpp-hub-cluster .dpp-hub-visual {
    transform: translateY(-50%) scale(1.01);
  }
}

/* 0.7.0 — product-led hub: expressive ecosystem cards and stronger scroll depth. */
@media (min-width: 768px) {
  .dpp-hub-hero,
  .dpp-hub-hero-layout {
    min-height: min(860px, 92svh);
  }

  .dpp-hub-hero-layout {
    padding-top: clamp(112px, 9vw, 142px);
    padding-bottom: clamp(82px, 7vw, 112px);
    align-items: center;
  }

  .dpp-hub-hero-copy {
    transform: translate3d(
      0,
      calc(-28px + var(--dpp-hero-copy-y, 0px)),
      0
    );
  }
}

.dpp-hub-application-map article {
  overflow: hidden;
  padding: 38px 40px;
  background:
    linear-gradient(118deg, rgba(115, 246, 249, .07), transparent 34%),
    radial-gradient(circle at 92% 110%, rgba(53, 226, 230, .13), transparent 48%),
    rgba(4, 14, 27, .64);
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, .025),
    0 26px 72px rgba(0, 0, 0, .12);
  translate: 0 0;
  animation: dpp-application-float 9s ease-in-out infinite alternate;
}

.dpp-hub-application-map article:nth-child(2) { animation-delay: -2.3s; }
.dpp-hub-application-map article:nth-child(3) { animation-delay: -4.7s; }
.dpp-hub-application-map article:nth-child(4) { animation-delay: -6.1s; }
.dpp-hub-application-map article:nth-child(5) { animation-delay: -7.6s; }

.dpp-hub-application-map article h2 {
  display: flex;
  gap: 13px;
  align-items: center;
}

.dpp-hub-application-map article h2::before {
  width: 6px;
  height: 6px;
  flex: 0 0 6px;
  border-radius: 50%;
  background: var(--dpp-cyan);
  box-shadow: 0 0 15px rgba(115, 246, 249, .8);
  content: "";
  animation: dpp-application-pulse 3.8s ease-in-out infinite;
}

.dpp-hub-application-map article:hover,
.dpp-hub-application-map article:focus-within {
  translate: 0 -7px;
}

@keyframes dpp-application-float {
  0% { translate: 0 -3px; }
  48% { translate: 0 4px; }
  100% { translate: 0 -1px; }
}

@keyframes dpp-application-pulse {
  0%, 100% { opacity: .35; transform: scale(.72); }
  50% { opacity: 1; transform: scale(1.12); }
}

.dpp-hub-cluster {
  opacity: var(--dpp-cluster-opacity, 1);
  transition: opacity .35s ease;
}

.dpp-hub-cluster.is-active {
  opacity: 1;
}

.dpp-hub-product-track .dpp-hub-product-row {
  --dpp-card-focus: .5;
  --dpp-card-scale: .986;
  --dpp-card-lift: -4px;
  position: relative;
  overflow: hidden;
  transform:
    translate3d(0, var(--dpp-card-lift), 0)
    scale(var(--dpp-card-scale));
  transform-origin: center;
  opacity: var(--dpp-card-opacity, .9);
  transition:
    border-color .45s ease,
    box-shadow .55s cubic-bezier(.16, 1, .3, 1),
    opacity .45s ease,
    transform .55s cubic-bezier(.16, 1, .3, 1);
}

.dpp-hub-product-track .dpp-hub-product-row::before {
  display: block;
  position: absolute;
  z-index: 0;
  inset: 0;
  background:
    linear-gradient(105deg, transparent 12%, rgba(115, 246, 249, .055) 48%, transparent 72%);
  content: "";
  opacity: 0;
  transform: translateX(-65%);
  transition: opacity .4s ease, transform .8s cubic-bezier(.16, 1, .3, 1);
  pointer-events: none;
}

.dpp-hub-product-track .dpp-hub-product-row::after {
  display: block;
  position: absolute;
  z-index: 2;
  top: 0;
  left: -34%;
  width: 34%;
  height: 1px;
  border: 0;
  background: linear-gradient(90deg, transparent, var(--dpp-cyan-light), transparent);
  content: "";
  opacity: 0;
  pointer-events: none;
}

.dpp-hub-product-track .dpp-hub-product-row.is-nearest {
  border-color: rgba(115, 246, 249, .3);
  box-shadow:
    0 30px 80px rgba(0, 0, 0, .18),
    inset 0 1px 0 rgba(115, 246, 249, .08);
}

.dpp-hub-product-track .dpp-hub-product-row.is-nearest::after {
  opacity: .9;
  animation: dpp-product-card-scan 4.6s ease-in-out infinite;
}

.dpp-hub-product-track .dpp-hub-product-row.is-nearest::before,
.dpp-hub-product-track .dpp-hub-product-row:hover::before,
.dpp-hub-product-track .dpp-hub-product-row:focus-within::before {
  opacity: 1;
  transform: translateX(45%);
}

.dpp-hub-product-track .dpp-hub-technology-link {
  position: relative;
  z-index: 1;
  padding: 34px 36px 30px;
}

.dpp-hub-product-track .dpp-hub-technology-action {
  font-size: 11px;
  letter-spacing: .01em;
}

@keyframes dpp-product-card-scan {
  0%, 12% { left: -34%; opacity: 0; }
  28% { opacity: .9; }
  74% { opacity: .55; }
  88%, 100% { left: 100%; opacity: 0; }
}

@media (max-width: 767px) {
  .dpp-hub-application-map article {
    padding: 30px 28px;
    animation: none;
    translate: none;
  }

  .dpp-hub-application-map article h2::before {
    animation: none;
    opacity: .7;
  }

  .dpp-hub-cluster,
  .dpp-hub-product-track .dpp-hub-product-row {
    opacity: 1;
  }

  .dpp-hub-product-track .dpp-hub-product-row {
    transform: none;
  }

  .dpp-hub-product-track .dpp-hub-product-row::after {
    display: none;
  }
}

@media (prefers-reduced-motion: reduce) {
  .dpp-hub-application-map article,
  .dpp-hub-application-map article h2::before {
    animation: none;
  }

  .dpp-hub-cluster,
  .dpp-hub-product-track .dpp-hub-product-row {
    opacity: 1;
    transform: none;
  }

  .dpp-hub-product-track .dpp-hub-product-row::after {
    animation: none;
    opacity: 0;
  }
}

@media (min-width: 1101px) and (prefers-reduced-motion: no-preference) {
  .dpp-hub-application-map article[data-dpp-reveal].is-visible {
    animation: dpp-application-float 10s ease-in-out infinite alternate;
  }

  .dpp-hub-application-map article[data-dpp-reveal].is-visible:nth-child(2) {
    animation-delay: -2.3s;
  }

  .dpp-hub-application-map article[data-dpp-reveal].is-visible:nth-child(3) {
    animation-delay: -4.7s;
  }

  .dpp-hub-application-map article[data-dpp-reveal].is-visible:nth-child(4) {
    animation-delay: -6.1s;
  }

  .dpp-hub-application-map article[data-dpp-reveal].is-visible:nth-child(5) {
    animation-delay: -7.6s;
  }
}

@media (max-width: 767px) {
  .dpp-hub-index.is-pinned {
    position: sticky;
    top: 0;
  }

  .dpp-hub-index-spacer {
    display: none;
  }
}

/* 0.7.3 — aligned ecosystem grid, clearer hierarchy and smoother scroll flow. */
@media (min-width: 1101px) {
  .dpp-hub-hero,
  .dpp-hub-hero-layout {
    min-height: min(900px, calc(100svh - 58px));
  }

  .dpp-hub-hero-layout {
    padding-top: clamp(76px, 6vw, 104px);
    padding-bottom: clamp(76px, 6vw, 104px);
  }

  .dpp-hub-application-map {
    padding-top: 0;
    grid-template-rows: repeat(3, minmax(0, 172px));
    align-content: center;
  }

  .dpp-hub-application-map article,
  .dpp-hub-application-map article:first-child {
    min-height: 0;
    margin-top: 0;
    margin-bottom: 0;
    animation: none;
  }

  /* Override the earlier editorial stagger with equal row alignment. */
  .dpp-hub-application-map article:nth-child(2),
  .dpp-hub-application-map article:nth-child(4) {
    margin-top: 0;
    margin-bottom: 0;
  }
}

.dpp-hub-cluster {
  scroll-margin-top: 120px;
  transition: opacity .5s cubic-bezier(.16, 1, .3, 1);
}

.dpp-hub-cluster-copy,
.dpp .dpp-hub-product-carousel,
.dpp .dpp-hub-products[data-dpp-product-count] {
  transition: transform .18s cubic-bezier(.22, .61, .36, 1);
}

.dpp-hub-cluster .dpp-hub-visual {
  transition:
    opacity .55s cubic-bezier(.16, 1, .3, 1),
    transform .2s cubic-bezier(.22, .61, .36, 1);
}

/* Supporting editorial copy should not compete typographically with titles. */
.dpp-hub-cluster-statement {
  font-family: "DM Sans", Arial, sans-serif;
  font-size: clamp(21px, 1.85vw, 29px);
  font-weight: 400;
  letter-spacing: -.018em;
  line-height: 1.38;
}

/* Keep the approved Olympus asset clearly visible on each relevant product. */
.dpp-hub-product-partner {
  top: -1px;
  right: -1px;
  width: 80px;
  height: 29px;
  border-color: rgba(115, 246, 249, .3);
  background: rgba(3, 11, 26, .94);
}

.dpp-hub-product-partner img {
  width: 62px;
  height: 18px;
  opacity: 1;
}

.dpp-hub-product-track .dpp-hub-product-row::before {
  border: 0;
  border-radius: 0;
}

.dpp .dpp-hub-product-track .dpp-hub-product-row[data-dpp-reveal] {
  opacity: 0;
  filter: blur(4px);
  clip-path: inset(9% 0 0 0 round 12px);
  translate: 0 40px;
  transition:
    border-color .45s ease,
    box-shadow .55s cubic-bezier(.16, 1, .3, 1),
    opacity .75s cubic-bezier(.16, 1, .3, 1),
    filter .75s ease,
    clip-path .9s cubic-bezier(.16, 1, .3, 1),
    translate .9s cubic-bezier(.16, 1, .3, 1),
    transform .55s cubic-bezier(.16, 1, .3, 1);
}

.dpp .dpp-hub-product-track .dpp-hub-product-row[data-dpp-reveal].is-visible {
  opacity: var(--dpp-card-opacity, 1);
  filter: none;
  clip-path: inset(0 0 0 0 round 12px);
  translate: 0 0;
}

.dpp-hub-cluster[data-dpp-engine="pancreatobiliary-path"] .dpp-hub-clinical-canvas,
.dpp-hub-cluster[data-dpp-engine="ultrasound-target"] .dpp-hub-clinical-canvas {
  opacity: 1;
  filter: drop-shadow(0 0 24px rgba(53, 226, 230, .16));
}

.dpp-hub-cluster[data-dpp-engine="pancreatobiliary-path"].has-dpp-clinical-canvas .dpp-hub-visual svg,
.dpp-hub-cluster[data-dpp-engine="ultrasound-target"].has-dpp-clinical-canvas .dpp-hub-visual svg {
  opacity: .055;
}

@media (max-width: 980px) {
  .dpp-hub-product-partner {
    width: 68px;
    height: 25px;
  }

  .dpp-hub-product-partner img {
    width: 54px;
    height: 16px;
  }

  .dpp .dpp-hub-product-track .dpp-hub-product-row[data-dpp-reveal],
  .dpp .dpp-hub-product-track .dpp-hub-product-row[data-dpp-reveal].is-visible {
    opacity: 1;
    filter: none;
    clip-path: none;
    translate: none;
  }
}

@media (prefers-reduced-motion: reduce) {
  .dpp .dpp-hub-product-track .dpp-hub-product-row[data-dpp-reveal],
  .dpp .dpp-hub-product-track .dpp-hub-product-row[data-dpp-reveal].is-visible {
    opacity: 1;
    filter: none;
    clip-path: none;
    translate: none;
  }
}
