:root {
  --pd-ink: #20283e;
  --pd-muted: #7f8798;
  --pd-line: #e6e9ef;
}

.product-detail-page {
  --pd-accent: #ff6f68;
  --pd-accent-rgb: 255, 111, 104;
  --pd-accent-2: #ef595e;
  --pd-soft: #fff7f4;
  background: #fff;
}

.product-detail-page.dcim-page {
  --pd-accent: #ff6f68;
  --pd-accent-rgb: 255, 111, 104;
  --pd-accent-2: #ef595e;
  --pd-soft: #fff7f4;
}

.product-detail-page .site-header {
  background: rgba(255, 255, 255, .8);
  border-bottom-color: rgba(231, 234, 240, .78);
  transition: background-color 220ms ease, box-shadow 220ms ease;
}

.product-detail-page .site-header.is-scrolled {
  background: rgba(255, 255, 255, .95);
  box-shadow: 0 10px 32px rgba(42, 48, 67, .07);
}

.product-detail-page .content-width {
  width: var(--fixed-width) !important;
}

.pd-main {
  position: relative;
  overflow: hidden;
  color: var(--pd-ink);
  background: #fff;
}

/* Sticky scene cards need the viewport as their scroll container.  The
   product shell clips decorative hero layers by default, which otherwise
   prevents the DCIM narrative cards from ever entering the sticky phase. */
.dcim-page {
  overflow-x: clip;
}

.dcim-page .pd-main {
  overflow: visible;
}

.pd-button {
  display: inline-flex;
  min-width: 166px;
  height: 50px;
  padding: 0 24px;
  align-items: center;
  justify-content: center;
  gap: 15px;
  border: 1px solid transparent;
  border-radius: 4px;
  font-size: 15px;
  font-weight: 600;
  line-height: 1;
  text-decoration: none;
  transition: transform 180ms ease, box-shadow 180ms ease, background-color 180ms ease, border-color 180ms ease;
}

.pd-button:hover { transform: translateY(-2px); }
.pd-button:focus-visible,
.pd-story-chapter:focus-visible,
.pd-text-link:focus-visible { outline: 2px solid var(--pd-accent); outline-offset: 4px; }
.pd-button-primary { color: #fff; background: linear-gradient(135deg, var(--pd-accent-2), var(--pd-accent)); box-shadow: 0 13px 28px rgba(var(--pd-accent-rgb), .22); }
.pd-button-primary:hover { box-shadow: 0 17px 34px rgba(var(--pd-accent-rgb), .28); }
.pd-button-secondary { color: #4d566b; border-color: #dde1e9; background: rgba(255, 255, 255, .8); }
.pd-button-secondary:hover { border-color: #ccd1dc; background: #fff; box-shadow: 0 12px 28px rgba(42, 48, 67, .08); }

[data-parallax] { --pd-y: 0px; will-change: transform; }

.pd-hero {
  position: relative;
  height: 860px;
  padding-top: 64px;
  overflow: hidden;
  background:
    radial-gradient(circle at 78% 37%, rgba(var(--pd-accent-rgb), .14), transparent 29%),
    linear-gradient(116deg, #fff 0%, #fbfcff 48%, var(--pd-soft) 100%);
}

.pd-hero-grid,
.pd-cta-grid {
  position: absolute;
  inset: 0;
  opacity: .33;
  background-image: linear-gradient(rgba(83, 94, 123, .08) 1px, transparent 1px), linear-gradient(90deg, rgba(83, 94, 123, .08) 1px, transparent 1px);
  background-size: 48px 48px;
  mask-image: linear-gradient(90deg, transparent 4%, #000 42%, #000 100%);
  -webkit-mask-image: linear-gradient(90deg, transparent 4%, #000 42%, #000 100%);
  transform: translate3d(0, var(--pd-y), 0);
  pointer-events: none;
}

.pd-orbit {
  position: absolute;
  width: 620px;
  height: 620px;
  border: 1px solid rgba(var(--pd-accent-rgb), .17);
  border-radius: 50%;
  transform: translate3d(0, var(--pd-y), 0);
}

.pd-orbit::before,
.pd-orbit::after { content: ""; position: absolute; width: 8px; height: 8px; border: 4px solid #fff; border-radius: 50%; background: var(--pd-accent); box-shadow: 0 6px 15px rgba(var(--pd-accent-rgb), .26); }
.pd-orbit-one { top: 96px; right: -60px; }
.pd-orbit-one::before { top: 86px; left: 82px; }
.pd-orbit-one::after { right: 7px; bottom: 190px; }
.pd-orbit-two { right: 220px; bottom: -330px; width: 780px; height: 780px; border-color: rgba(var(--pd-accent-rgb), .09); }
.pd-orbit-two::before { top: 115px; right: 112px; background: var(--pd-accent-2); }
.pd-orbit-two::after { display: none; }

.pd-hero-inner {
  position: relative;
  z-index: 2;
  height: 796px;
  display: grid;
  grid-template-columns: 580px 1fr;
  gap: 68px;
  align-items: center;
}

.pd-hero-copy { padding: 20px 0 0 18px; }
.pd-eyebrow,
.pd-kicker { margin: 0; color: var(--pd-accent); font-size: 13px; font-weight: 650; line-height: 1.4; letter-spacing: .13em; text-transform: uppercase; }
.pd-eyebrow { display: flex; align-items: center; gap: 11px; letter-spacing: .06em; }
.pd-eyebrow i { width: 25px; height: 1px; background: currentColor; }
.pd-hero-copy h1 { margin: 25px 0 24px; color: #1f273d; font-size: 54px; font-weight: 700; line-height: 1.22; letter-spacing: -.035em; }
.pd-hero-description { width: 535px; margin: 0; color: #747d8e; font-size: 17px; line-height: 1.9; }
.pd-hero-actions { display: flex; gap: 14px; margin-top: 34px; }
.pd-hero-proof { display: grid; grid-template-columns: repeat(4, 1fr); width: 565px; margin: 55px 0 0; padding: 0; list-style: none; }
.pd-hero-proof li { min-width: 0; padding-left: 18px; border-left: 1px solid #e0e4eb; }
.pd-hero-proof li:first-child { padding-left: 0; border-left: 0; }
.pd-hero-proof strong { display: block; color: #30384c; font-size: 18px; font-weight: 650; line-height: 1; white-space: nowrap; }
.pd-hero-proof span { display: block; margin-top: 9px; color: #989eab; font-size: 11px; white-space: nowrap; }

.pd-hero-visual { position: relative; height: 660px; align-self: end; margin-bottom: 38px; perspective: 1300px; }
.pd-visual-note { position: absolute; right: 80px; bottom: 5px; color: #a0a6b2; font-size: 10px; letter-spacing: .03em; }

/* Cloud hero: resource nodes and control plane */
.cloud-cluster { position: absolute; inset: 40px 0 15px; transform-style: preserve-3d; }
.cloud-plane { position: absolute; top: 210px; left: 72px; width: 710px; height: 340px; border: 1px solid rgba(var(--pd-accent-rgb), .25); border-radius: 22px; background: linear-gradient(145deg, rgba(255,255,255,.92), rgba(237,243,255,.9)); box-shadow: 0 38px 72px rgba(55, 70, 112, .15); transform: translate3d(0, var(--pd-y), 0) rotateX(61deg) rotateZ(-5deg); }
.cloud-plane::before { content: ""; position: absolute; inset: 24px; border: 1px dashed rgba(var(--pd-accent-rgb), .22); border-radius: 16px; background-image: linear-gradient(rgba(var(--pd-accent-rgb),.08) 1px,transparent 1px),linear-gradient(90deg,rgba(var(--pd-accent-rgb),.08) 1px,transparent 1px); background-size: 38px 38px; }
.cloud-node { position: absolute; z-index: 3; width: 120px; height: 150px; display: flex; flex-direction: column; align-items: center; justify-content: flex-end; padding-bottom: 16px; color: #59657b; border: 1px solid rgba(255,255,255,.9); border-radius: 12px; background: rgba(255,255,255,.94); box-shadow: 0 22px 42px rgba(50, 65, 102, .15); transform: translate3d(0, var(--pd-y), 0); }
.cloud-node::before { content: ""; width: 52px; height: 66px; margin-bottom: 12px; border-radius: 8px; background: linear-gradient(180deg, rgba(var(--pd-accent-rgb),.85), rgba(var(--pd-accent-rgb),.2)); box-shadow: inset 0 0 0 1px rgba(255,255,255,.6); }
.cloud-node strong { font-size: 12px; font-weight: 600; }
.cloud-node small { margin-top: 4px; color: #9aa1ae; font-size: 8px; }
.cloud-node-one { top: 82px; left: 118px; }
.cloud-node-two { top: 38px; left: 355px; width: 136px; height: 174px; }
.cloud-node-three { top: 118px; right: 63px; }
.cloud-node-four { right: 270px; bottom: 58px; width: 112px; height: 138px; }
.cloud-connection { position: absolute; z-index: 2; height: 1px; background: linear-gradient(90deg, rgba(var(--pd-accent-rgb),.05), rgba(var(--pd-accent-rgb),.65), rgba(var(--pd-accent-rgb),.05)); transform-origin: left; }
.cloud-connection-a { top: 225px; left: 220px; width: 280px; transform: rotate(-8deg); }
.cloud-connection-b { top: 245px; left: 460px; width: 300px; transform: rotate(13deg); }
.cloud-connection-c { top: 377px; left: 245px; width: 355px; transform: rotate(5deg); }
.cloud-float-card { position: absolute; z-index: 5; display: flex; align-items: center; gap: 12px; padding: 13px 16px; border: 1px solid rgba(255,255,255,.9); border-radius: 9px; color: #667084; background: rgba(255,255,255,.9); box-shadow: 0 16px 34px rgba(54, 67, 99, .12); backdrop-filter: blur(12px); -webkit-backdrop-filter: blur(12px); transform: translate3d(0, var(--pd-y), 0); font-size: 10px; }
.cloud-float-card i { width: 27px; height: 27px; display: grid; place-items: center; border-radius: 7px; color: #fff; background: var(--pd-accent); font-size: 7px; font-style: normal; font-weight: 700; }
.cloud-card-one { top: 33px; right: 5px; }
.cloud-card-two { bottom: 32px; left: 23px; }

/* Cloud version rights: reuse the compact V10 comparison-board rhythm. */
.pd-rights-section { padding: 72px 0; background: #fff; }
.pd-rights-heading { margin-bottom: 42px; }
.pd-rights-board { overflow-x: auto; border: 1px solid #e9e7e6; background: #fff; }
.pd-rights-plan-row,
.pd-rights-row { min-width: 1120px; display: grid; grid-template-columns: 180px repeat(4, minmax(0, 1fr)); }
.pd-rights-plan-row { align-items: stretch; border-bottom: 1px solid #ebe8e7; }
.pd-rights-corner { position: relative; min-height: 220px; display: flex; flex-direction: column; justify-content: flex-start; gap: 8px; padding: 22px 20px; overflow: hidden; background: #f7f7f8; }
.pd-rights-corner strong { color: #333b50; font-size: 18px; font-weight: 650; }
.pd-rights-corner span { position: relative; z-index: 1; max-width: 130px; color: #989eaa; font-size: 12px; line-height: 1.7; }
.pd-rights-corner img { position: absolute; right: 8px; bottom: 0; width: 126px; height: auto; opacity: .68; filter: grayscale(1) saturate(0) brightness(1.12) contrast(.85); pointer-events: none; user-select: none; }
.pd-rights-plan { position: relative; min-height: 220px; display: flex; flex-direction: column; padding: 22px 20px 19px; border-left: 1px solid #ebe8e7; background: #fff; }
.pd-rights-plan.is-featured { background: linear-gradient(180deg, #fff5f2, #fffaf8); box-shadow: inset 0 3px 0 var(--pd-accent-2); }
.pd-rights-plan > em { position: absolute; top: 17px; right: 16px; padding: 5px 9px; border-radius: 999px; color: #e55e5e; background: #ffe4e0; font-size: 10px; font-style: normal; font-weight: 650; }
.pd-rights-plan > p { margin: 0; color: #333b50; font-size: 20px; font-weight: 650; }
.pd-rights-plan > span { min-height: 52px; margin-top: 11px; color: #858d9c; font-size: 11px; line-height: 1.65; }
.pd-rights-plan > strong { margin-top: 12px; color: #2f374b; font-size: 22px; font-weight: 680; }
.pd-rights-plan > strong small { margin-left: 7px; color: #949aa6; font-size: 11px; font-weight: 500; }
.pd-rights-plan > a { min-height: 34px; display: flex; align-items: center; justify-content: center; margin-top: auto; border: 1px solid #e4e6eb; border-radius: 5px; color: #596275; background: #fff; font-size: 11px; font-weight: 600; text-decoration: none; transition: color 180ms ease, border-color 180ms ease, background-color 180ms ease, transform 180ms ease; }
.pd-rights-plan > a:hover { color: var(--pd-accent-2); border-color: #f1aaa5; background: #fff7f5; transform: translateY(-1px); }
.pd-rights-plan.is-featured > a { color: #fff; border-color: var(--pd-accent-2); background: linear-gradient(135deg, var(--pd-accent), var(--pd-accent-2)); box-shadow: 0 9px 20px rgba(var(--pd-accent-rgb), .18); }
.pd-rights-plan.is-featured > a:hover { color: #fff; background: linear-gradient(135deg, #ff746b, #e95056); }
.pd-rights-group { min-width: 1120px; padding: 9px 20px; border-bottom: 1px solid #ebe8e7; background: #fff; text-align: center; }
.pd-rights-group span { display: block; color: #596274; font-size: 11px; font-weight: 700; letter-spacing: .04em; }
.pd-rights-row { height: 58px; min-height: 58px; align-items: stretch; border-bottom: 1px solid #f0eeee; }
.pd-rights-row-combined { height: 58px; min-height: 58px; }
.pd-rights-row:last-child { border-bottom: 0; }
.pd-rights-row > strong,
.pd-rights-row > span { display: flex; align-items: center; justify-content: center; padding: 9px 13px; }
.pd-rights-row > strong { color: #596274; background: #f7f7f8; font-size: 12px; font-weight: 600; text-align: center; }
.pd-rights-row > span { border-left: 1px solid #f0eeee; color: #737c8d; font-size: 12px; line-height: 1.55; text-align: center; white-space: nowrap; }
.pd-rights-row > span.is-key { color: #d95e5d; background: #fff9f7; font-weight: 600; }
.pd-rights-row > span.is-empty { color: #c2c6ce; }
.pd-rights-plan > a:focus-visible { outline: 2px solid var(--pd-accent); outline-offset: 3px; }

/* DCIM 2.0 is sold as one professional edition. Keep the familiar rights
   board, but use the available width for its configurable resource limits. */
.dcim-single-rights-board {
  overflow: hidden;
}

.dcim-single-rights-board .pd-rights-plan-row,
.dcim-single-rights-board .pd-rights-row {
  min-width: 0;
  grid-template-columns: 240px minmax(0, 1fr);
}

.dcim-single-rights-board .pd-rights-group {
  min-width: 0;
}

.dcim-single-rights-board .pd-rights-corner {
  min-height: 226px;
  padding: 28px 26px;
}

.dcim-single-rights-board .pd-rights-corner span {
  max-width: 155px;
}

.dcim-single-rights-board .dcim-single-plan {
  min-height: 226px;
  display: grid;
  grid-template-columns: minmax(0, 1fr) 250px;
  gap: 48px;
  align-items: center;
  padding: 30px 38px;
}

.dcim-single-plan-copy > span {
  color: var(--pd-accent-2);
  font-size: 11px;
  font-weight: 700;
  letter-spacing: .08em;
}

.dcim-single-plan-copy h3 {
  margin: 10px 0 0;
  color: #30384c;
  font-size: 28px;
  font-weight: 680;
}

.dcim-single-plan-copy p {
  max-width: 650px;
  margin: 16px 0 0;
  color: #747d8e;
  font-size: 14px;
  line-height: 1.8;
}

.dcim-single-plan-action {
  display: flex;
  flex-direction: column;
  align-items: stretch;
}

.dcim-single-plan-action strong {
  color: #2f374b;
  font-size: 30px;
  font-weight: 700;
  font-variant-numeric: tabular-nums;
  white-space: nowrap;
}

.dcim-single-plan-action strong small {
  margin-left: 8px;
  color: #949aa6;
  font-size: 12px;
  font-weight: 500;
}

.dcim-single-plan-action a {
  min-height: 42px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 22px;
  border: 1px solid var(--pd-accent-2);
  border-radius: 5px;
  color: #fff;
  background: linear-gradient(135deg, var(--pd-accent), var(--pd-accent-2));
  box-shadow: 0 9px 20px rgba(var(--pd-accent-rgb), .18);
  font-size: 13px;
  font-weight: 650;
  text-decoration: none;
  transition: transform 180ms ease, box-shadow 180ms ease;
}

.dcim-single-plan-action a:hover {
  transform: translateY(-1px);
  box-shadow: 0 12px 24px rgba(var(--pd-accent-rgb), .23);
}

.dcim-single-plan-action a:focus-visible {
  outline: 2px solid var(--pd-accent);
  outline-offset: 3px;
}

.dcim-single-rights-board .pd-rights-row > span {
  justify-content: flex-start;
  padding-inline: 34px;
  font-variant-numeric: tabular-nums;
}

@media (max-width: 900px) {
  .dcim-single-rights-board .pd-rights-plan-row {
    grid-template-columns: minmax(0, 1fr);
  }

  .dcim-single-rights-board .pd-rights-corner {
    min-height: 140px;
    padding: 24px;
  }

  .dcim-single-rights-board .dcim-single-plan {
    grid-template-columns: minmax(0, 1fr);
    gap: 24px;
    padding: 28px 24px;
  }

  .dcim-single-rights-board .pd-rights-row {
    height: auto;
    grid-template-columns: minmax(108px, 32%) minmax(0, 1fr);
  }

  .dcim-single-rights-board .pd-rights-row > strong,
  .dcim-single-rights-board .pd-rights-row > span {
    min-width: 0;
    padding: 12px 16px;
    white-space: normal;
    overflow-wrap: anywhere;
  }
}

@media (max-width: 760px) {
  .dcim-single-rights-board .dcim-single-plan {
    padding: 24px 20px;
  }

  .dcim-single-rights-board .pd-rights-row > strong,
  .dcim-single-rights-board .pd-rights-row > span {
    padding-inline: 12px;
  }

  .dcim-single-plan-action strong {
    font-size: 26px;
  }
}

/* DCIM hero: layered facility floor */
.dcim-facility { position: absolute; inset: 35px 0 12px; transform-style: preserve-3d; }
.dcim-floor { position: absolute; top: 210px; left: 62px; width: 730px; height: 340px; border: 1px solid rgba(var(--pd-accent-rgb), .24); border-radius: 18px; background: linear-gradient(145deg, rgba(255,255,255,.94), rgba(229,246,245,.88)); box-shadow: 0 40px 75px rgba(47, 79, 86, .15); transform: translate3d(0, var(--pd-y), 0) rotateX(62deg) rotateZ(-6deg); }
.dcim-floor::before { content: ""; position: absolute; inset: 22px; border: 1px dashed rgba(var(--pd-accent-rgb), .24); border-radius: 13px; background-image: linear-gradient(rgba(var(--pd-accent-rgb),.1) 1px,transparent 1px),linear-gradient(90deg,rgba(var(--pd-accent-rgb),.1) 1px,transparent 1px); background-size: 42px 42px; }
.dcim-rack { position: absolute; z-index: 3; width: 92px; height: 190px; padding: 15px 12px; border: 1px solid rgba(255,255,255,.92); border-radius: 8px; background: linear-gradient(180deg,#3d4960,#222b3e); box-shadow: 0 25px 42px rgba(33, 45, 66, .22); transform: translate3d(0, var(--pd-y), 0); }
.dcim-rack::before { content: ""; display: block; height: 100%; border-radius: 3px; background: repeating-linear-gradient(180deg,#7d8ba2 0 4px,#30394c 4px 10px); opacity: .78; }
.dcim-rack span { position: absolute; right: 10px; bottom: 8px; left: 10px; color: #b8c0cd; font-size: 7px; text-align: center; }
.dcim-rack-one { top: 78px; left: 126px; }
.dcim-rack-two { top: 38px; left: 321px; height: 220px; }
.dcim-rack-three { top: 93px; right: 198px; }
.dcim-rack-four { right: 54px; bottom: 62px; height: 165px; }
.dcim-sensor { position: absolute; z-index: 5; width: 132px; height: 70px; display: flex; flex-direction: column; justify-content: center; padding: 0 15px; border: 1px solid rgba(255,255,255,.9); border-radius: 10px; color: #667083; background: rgba(255,255,255,.92); box-shadow: 0 17px 36px rgba(45,70,75,.13); transform: translate3d(0,var(--pd-y),0); }
.dcim-sensor small { color: #9aa1ad; font-size: 8px; }
.dcim-sensor strong { margin-top: 7px; color: var(--pd-accent); font-size: 16px; }
.dcim-sensor-one { top: 21px; right: 18px; }
.dcim-sensor-two { bottom: 25px; left: 20px; }
.dcim-route { position: absolute; z-index: 2; top: 306px; left: 185px; width: 520px; height: 120px; border: 1px dashed rgba(var(--pd-accent-rgb),.45); border-top: 0; border-radius: 0 0 50% 50%; transform: translate3d(0,var(--pd-y),0) rotate(-5deg); }

.pd-heading { max-width: 760px; }
.pd-heading h2 { margin: 16px 0 0; color: #283046; font-size: 40px; font-weight: 650; line-height: 1.3; letter-spacing: -.025em; }
.pd-heading > p:last-child { margin: 20px 0 0; color: #818999; font-size: 16px; line-height: 1.85; }
.pd-heading-centered { max-width: 860px; margin-inline: auto; text-align: center; }

.pd-catalog-section { padding: 120px 0 130px; background: #f8f9fb; }
.pd-catalog-layout { display: grid; grid-template-columns: 440px 1fr; gap: 92px; margin-top: 72px; align-items: start; }
.pd-catalog-intro { position: sticky; top: 105px; }
.pd-catalog-placeholder { position: relative; height: 400px; display: flex; flex-direction: column; align-items: center; justify-content: center; margin-top: 34px; overflow: hidden; border: 1px dashed #cbd1dc; border-radius: 12px; color: #9aa1ae; background: linear-gradient(145deg,#fff,var(--pd-soft)); }
.pd-catalog-placeholder::before { content: ""; position: absolute; width: 300px; height: 300px; border: 70px solid rgba(var(--pd-accent-rgb),.08); border-radius: 50%; transform: translate3d(0,var(--pd-y),0); }
.pd-catalog-placeholder span,
.pd-catalog-placeholder strong,
.pd-catalog-placeholder small { position: relative; z-index: 2; }
.pd-catalog-placeholder span { padding: 7px 10px; border: 1px solid #d7dbe3; border-radius: 3px; background: rgba(255,255,255,.86); font-size: 8px; font-weight: 700; letter-spacing: .1em; }
.pd-catalog-placeholder strong { margin-top: 14px; color: #727b8c; font-size: 18px; font-weight: 500; }
.pd-catalog-placeholder small { margin-top: 8px; font-size: 10px; }
.pd-catalog-grid { display: grid; grid-template-columns: repeat(2,1fr); border-top: 1px solid #dfe2e8; }
.pd-catalog-grid article { min-height: 205px; padding: 38px 36px; border-right: 1px solid #dfe2e8; border-bottom: 1px solid #dfe2e8; }
.pd-catalog-grid article:nth-child(even) { border-right: 0; }
.pd-catalog-grid > article > span { color: var(--pd-accent); font-size: 10px; font-weight: 600; letter-spacing: .12em; }
.pd-catalog-grid h3 { margin: 19px 0 12px; color: #333b50; font-size: 20px; font-weight: 600; }
.pd-catalog-grid p { margin: 0; color: #89909f; font-size: 13px; line-height: 1.78; }

.pd-story-section { position: relative; padding: 132px 0 105px; overflow: visible; background: #fff; }
.pd-story-decoration { position: absolute; top: 520px; left: -250px; width: 640px; height: 640px; border: 135px solid rgba(var(--pd-accent-rgb),.07); border-radius: 50%; transform: translate3d(0,var(--pd-y),0); }
.pd-story-layout { position: relative; display: grid; grid-template-columns: 850px 1fr; gap: 100px; align-items: start; }
.pd-story-sticky { position: sticky; top: 104px; }
.pd-story-heading { margin-bottom: 45px; }
.pd-story-console { position: relative; width: 850px; height: 545px; overflow: hidden; border: 1px solid #e0e4eb; border-radius: 13px; background: #fff; box-shadow: 0 32px 65px rgba(44,51,72,.12); }
.pd-console-bar { height: 43px; display: flex; align-items: center; gap: 7px; padding: 0 15px; border-bottom: 1px solid #eceef2; color: #9ba2af; background: #fbfbfc; font-size: 9px; }
.pd-console-bar i { width: 8px; height: 8px; border-radius: 50%; background: #ff8a81; }
.pd-console-bar i:nth-child(2) { background: #ffc36d; }
.pd-console-bar i:nth-child(3) { background: #70cfa7; }
.pd-console-bar span { margin-left: 7px; }
.pd-console-bar em { margin-left: auto; color: #b6bbc5; font-style: normal; }
.pd-console-layout { height: calc(100% - 43px); display: grid; grid-template-columns: 64px 1fr; }
.pd-console-nav { display: flex; flex-direction: column; align-items: center; gap: 23px; padding-top: 20px; border-right: 1px solid #e9ebf0; background: #252d43; }
.pd-console-brand { width: 34px; height: 34px; display: grid; place-items: center; margin-bottom: 10px; border-radius: 8px; color: #fff; background: linear-gradient(135deg,var(--pd-accent-2),var(--pd-accent)); font-size: 8px; font-weight: 700; }
.pd-console-nav i { width: 17px; height: 17px; border: 1px solid #70788b; border-radius: 5px; }
.pd-console-nav i.is-active { border-color: var(--pd-accent-2); background: rgba(var(--pd-accent-rgb),.3); }
.pd-console-main { padding: 30px 32px; background: #f7f8fa; }
.pd-console-head { display: flex; align-items: center; justify-content: space-between; }
.pd-console-head div { display: flex; flex-direction: column; gap: 7px; }
.pd-console-head small { color: var(--pd-accent); font-size: 9px; letter-spacing: .08em; }
.pd-console-head strong { color: #30384d; font-size: 22px; }
.pd-console-head button { height: 31px; padding: 0 15px; border: 0; border-radius: 4px; color: #fff; background: var(--pd-accent); font: 500 9px/1 var(--font); }
.pd-console-body { display: grid; grid-template-columns: 1fr 190px; gap: 13px; margin-top: 25px; }
.pd-console-map,
.pd-console-side { min-height: 334px; border: 1px solid #e7eaf0; border-radius: 8px; background: #fff; }
.pd-console-map { position: relative; overflow: hidden; }
.pd-console-map::before { content: ""; position: absolute; inset: 0; background-image: linear-gradient(#eef0f4 1px,transparent 1px),linear-gradient(90deg,#eef0f4 1px,transparent 1px); background-size: 36px 36px; opacity: .65; }
.pd-map-core { position: absolute; z-index: 2; top: 120px; left: 190px; width: 104px; height: 72px; display: grid; place-items: center; border: 1px solid rgba(var(--pd-accent-rgb),.3); border-radius: 10px; color: var(--pd-accent); background: var(--pd-soft); font-size: 10px; font-weight: 600; }
.pd-map-node { position: absolute; z-index: 2; width: 70px; height: 45px; display: grid; place-items: center; border: 1px solid #e2e5eb; border-radius: 7px; color: #7e8697; background: #fff; box-shadow: 0 10px 20px rgba(53,61,83,.06); font-size: 8px; }
.pd-map-node::after { content: ""; position: absolute; top: 50%; left: 100%; width: 80px; height: 1px; background: #dfe3eb; transform-origin: left; }
.pd-map-node-one { top: 47px; left: 48px; }
.pd-map-node-one::after { width: 130px; transform: rotate(28deg); }
.pd-map-node-two { top: 56px; right: 40px; }
.pd-map-node-two::after { right: 100%; left: auto; width: 130px; transform: rotate(-27deg); transform-origin: right; }
.pd-map-node-three { bottom: 50px; left: 54px; }
.pd-map-node-three::after { width: 130px; transform: rotate(-25deg); }
.pd-map-node-four { right: 45px; bottom: 46px; }
.pd-map-node-four::after { right: 100%; left: auto; width: 130px; transform: rotate(26deg); transform-origin: right; }
.pd-console-side { padding: 24px 18px; }
.pd-console-side small { color: #979eab; font-size: 9px; }
.pd-console-side strong { display: block; margin-top: 11px; color: #31394d; font-size: 24px; }
.pd-mini-chart { height: 120px; display: flex; align-items: flex-end; gap: 7px; margin: 22px 0; padding-bottom: 11px; border-bottom: 1px solid #eceef2; }
.pd-mini-chart i { flex: 1; height: 45%; border-radius: 3px 3px 0 0; background: rgba(var(--pd-accent-rgb),.25); transition: height 420ms cubic-bezier(.22,1,.36,1); }
.pd-mini-chart i:nth-last-child(-n+2) { background: var(--pd-accent); }
.pd-console-side p { margin: 0; color: #9299a7; font-size: 9px; line-height: 1.72; }
.pd-console-progress { position: absolute; right: 0; bottom: 0; left: 0; height: 3px; background: #eef0f4; }
.pd-console-progress span { display: block; width: 16.66%; height: 100%; background: linear-gradient(90deg,var(--pd-accent-2),var(--pd-accent)); transition: width 420ms cubic-bezier(.22,1,.36,1); }
.pd-story-caption { margin: 17px 0 0; color: #a0a6b1; font-size: 11px; text-align: center; }
.pd-story-chapters { padding-top: 162px; }
.pd-story-chapter { position: relative; min-height: 388px; display: grid; grid-template-columns: 44px 1fr; gap: 24px; padding: 22px 0 78px 30px; border-left: 1px solid #e2e5ea; opacity: .42; transition: opacity 250ms ease; }
.pd-story-chapter::before { content: ""; position: absolute; top: 28px; left: -4px; width: 7px; height: 7px; border: 2px solid #fff; border-radius: 50%; background: #c8ccd4; box-shadow: 0 0 0 1px #d6d9e0; transition: background-color 220ms ease, box-shadow 220ms ease; }
.pd-story-chapter.is-active { opacity: 1; }
.pd-story-chapter.is-active::before { background: var(--pd-accent); box-shadow: 0 0 0 5px rgba(var(--pd-accent-rgb),.12); }
.pd-story-chapter > span { padding-top: 5px; color: #b2b7c1; font-size: 11px; letter-spacing: .12em; }
.pd-story-chapter > div > p:first-child { margin: 0; color: var(--pd-accent); font-size: 13px; font-weight: 600; letter-spacing: .04em; }
.pd-story-chapter h3 { margin: 16px 0 18px; color: #30384c; font-size: 28px; font-weight: 620; line-height: 1.4; }
.pd-story-chapter h3 + p { margin: 0; color: #7f8797; font-size: 15px; line-height: 1.9; }
.pd-story-chapter ul { display: flex; flex-wrap: wrap; gap: 8px; margin: 22px 0 0; padding: 0; list-style: none; }
.pd-story-chapter li { padding: 8px 11px; border-radius: 3px; color: #777f8f; background: #f5f7f9; font-size: 11px; }

.pd-flow-section { padding: 122px 0 130px; background: #f8f9fb; }
.pd-flow { position: relative; display: grid; grid-template-columns: repeat(5,1fr); margin-top: 72px; padding: 0 30px; }
.pd-flow::before { content: ""; position: absolute; top: 35px; right: 135px; left: 135px; height: 1px; background: linear-gradient(90deg,rgba(var(--pd-accent-rgb),.18),var(--pd-accent),rgba(var(--pd-accent-rgb),.18)); }
.pd-flow article { position: relative; z-index: 1; display: flex; flex-direction: column; align-items: center; text-align: center; }
.pd-flow .pd-icon-placeholder { width: 70px; height: 70px; border-style: solid; border-color: rgba(var(--pd-accent-rgb),.22); border-radius: 50%; color: var(--pd-accent); background: var(--pd-soft); box-shadow: 0 0 0 10px #f8f9fb; }
.pd-flow h3 { margin: 22px 0 8px; color: #333b50; font-size: 17px; font-weight: 600; }
.pd-flow p { width: 190px; margin: 0; color: #9299a6; font-size: 12px; line-height: 1.7; }

.pd-feature-section { padding: 125px 0 138px; background: #fff; }
.pd-feature-grid { display: grid; grid-template-columns: repeat(4,1fr); margin-top: 72px; border-top: 1px solid var(--pd-line); }
.pd-feature-grid article { min-height: 180px; padding: 33px 30px; border-right: 1px solid var(--pd-line); border-bottom: 1px solid var(--pd-line); }
.pd-feature-grid article:nth-child(4n) { border-right: 0; }
.pd-feature-grid article > span { color: #bdc2cb; font-size: 10px; letter-spacing: .12em; }
.pd-feature-grid h3 { margin: 23px 0 11px; color: #343c51; font-size: 17px; font-weight: 600; }
.pd-feature-grid p { margin: 0; color: #8c93a1; font-size: 12px; line-height: 1.72; }

.pd-cta { position: relative; min-height: 290px; display: flex; align-items: center; overflow: hidden; color: #fff; background: linear-gradient(112deg,var(--pd-accent) 0%,var(--pd-accent-2) 100%); }
.pd-cta::before { content: ""; position: absolute; top: -225px; right: 135px; width: 520px; height: 520px; border: 90px solid rgba(255,255,255,.1); border-radius: 50%; }
.pd-cta-grid { opacity: .19; mask-image: linear-gradient(90deg,transparent,#000); -webkit-mask-image: linear-gradient(90deg,transparent,#000); }
.pd-cta-inner { position: relative; display: flex; align-items: center; justify-content: space-between; }
.pd-cta-inner p { margin: 0; color: rgba(255,255,255,.72); font-size: 11px; font-weight: 600; letter-spacing: .18em; }
.pd-cta-inner h2 { margin: 13px 0 12px; color: #fff; font-size: 35px; font-weight: 620; }
.pd-cta-inner > div > span { color: rgba(255,255,255,.8); font-size: 14px; }
.pd-cta-actions { display: flex; gap: 12px; }
.pd-button-light { color: var(--pd-accent); background: #fff; box-shadow: 0 13px 28px rgba(31,55,96,.16); }
.pd-button-outline { color: #fff; border-color: rgba(255,255,255,.52); background: rgba(255,255,255,.08); }
.pd-button-outline:hover { background: rgba(255,255,255,.15); }

/* Cloud keeps the shared left-right hero, then switches to a product matrix and mirrored walkthrough. */

.cloud-page .pd-catalog-section {
  padding-bottom: 142px;
}

.cloud-page .pd-catalog-section .pd-heading {
  max-width: 850px;
  margin-inline: auto;
  text-align: center;
}

.cloud-page .pd-catalog-layout {
  display: block;
  margin-top: 62px;
}

.cloud-page .pd-catalog-intro {
  position: relative;
  top: auto;
}

.cloud-page .pd-catalog-placeholder {
  height: 365px;
  margin-top: 0;
}

.cloud-page .pd-catalog-placeholder::before {
  width: 530px;
  height: 530px;
  border-width: 105px;
}

.cloud-page .pd-catalog-grid {
  grid-template-columns: repeat(4, 1fr);
  margin-top: 36px;
}

.cloud-page .pd-catalog-grid article {
  min-height: 190px;
  border-right: 1px solid #dfe2e8;
}

.cloud-page .pd-catalog-grid article:nth-child(even) {
  border-right: 1px solid #dfe2e8;
}

.cloud-page .pd-catalog-grid article:nth-child(4n) {
  border-right: 0;
}

.cloud-page .pd-story-layout {
  grid-template-columns: 520px 860px;
  gap: 100px;
}

.cloud-page .pd-story-layout > div:first-child {
  grid-column: 2;
  grid-row: 1;
}

.cloud-page .pd-story-chapters {
  grid-column: 1;
  grid-row: 1;
}

.cloud-page .pd-story-console {
  width: 860px;
}

.cloud-page .pd-story-chapter {
  padding-right: 20px;
}

.dcim-page .pd-catalog-layout {
  grid-template-columns: 1fr 470px;
  gap: 88px;
}

.dcim-page .pd-catalog-intro {
  grid-column: 2;
  grid-row: 1;
}

.dcim-page .pd-catalog-grid {
  grid-column: 1;
  grid-row: 1;
  grid-template-columns: 1fr;
}

.dcim-page .pd-catalog-grid article,
.dcim-page .pd-catalog-grid article:nth-child(even) {
  min-height: 128px;
  display: grid;
  grid-template-columns: 105px 190px 1fr;
  align-items: center;
  padding: 26px 24px;
  border-right: 0;
}

.dcim-page .pd-catalog-grid h3,
.dcim-page .pd-catalog-grid p {
  margin: 0;
}

.dcim-page .pd-catalog-placeholder {
  height: 520px;
  margin-top: 0;
}

.dcim-operations-showcase {
  position: relative;
  padding: 130px 0 140px;
  overflow: hidden;
  background: #fff;
}

.dcim-page .pd-story-section {
  display: none;
}

.dcim-operation-list {
  margin-top: 78px;
}

.dcim-operation-row {
  min-height: 500px;
  display: grid;
  grid-template-columns: 460px 1fr;
  gap: 110px;
  align-items: center;
  padding: 65px 0;
  border-top: 1px solid var(--pd-line);
}

.dcim-operation-row:nth-child(even) .dcim-operation-copy {
  order: 2;
}

.dcim-operation-row:nth-child(even) .dcim-operation-visual {
  order: 1;
}

.dcim-operation-copy > span {
  color: var(--pd-accent);
  font-size: 11px;
  font-weight: 650;
  letter-spacing: .12em;
}

.dcim-operation-copy h3 {
  margin: 19px 0 18px;
  color: #30384d;
  font-size: 31px;
  font-weight: 620;
  line-height: 1.4;
}

.dcim-operation-copy p {
  margin: 0;
  color: #7f8797;
  font-size: 15px;
  line-height: 1.9;
}

.dcim-operation-copy ul {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin: 24px 0 0;
  padding: 0;
  list-style: none;
}

.dcim-operation-copy li {
  padding: 8px 11px;
  border-radius: 3px;
  color: #777f8f;
  background: #f5f7f9;
  font-size: 11px;
}

.dcim-operation-visual {
  position: relative;
  width: 385px;
  height: 385px;
  justify-self: center;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  border: 1px dashed #ccd2dc;
  border-radius: 12px;
  color: #9aa1ae;
  background: linear-gradient(145deg, #fff, var(--pd-soft));
}

.dcim-operation-visual::before {
  content: "";
  position: absolute;
  inset: 26px;
  border: 1px solid rgba(196, 201, 211, .5);
  border-radius: 8px;
  background-image: linear-gradient(rgba(92,102,123,.06) 1px, transparent 1px), linear-gradient(90deg, rgba(92,102,123,.06) 1px, transparent 1px);
  background-size: 34px 34px;
}

.dcim-operation-visual span,
.dcim-operation-visual strong,
.dcim-operation-visual small {
  position: relative;
  z-index: 2;
}

.dcim-operation-visual span {
  padding: 7px 10px;
  border: 1px solid #d7dbe3;
  border-radius: 3px;
  background: rgba(255,255,255,.86);
  font-size: 8px;
  font-weight: 700;
  letter-spacing: .1em;
}

.dcim-operation-visual strong {
  margin-top: 14px;
  color: #737c8d;
  font-size: 19px;
  font-weight: 500;
}

.dcim-operation-visual small {
  margin-top: 8px;
  font-size: 10px;
}

.dcim-operation-layer {
  position: absolute;
  width: 190px;
  height: 94px;
  border: 1px solid rgba(255,255,255,.9);
  border-radius: 8px;
  background: rgba(var(--pd-accent-rgb), .12);
  box-shadow: 0 18px 35px rgba(50, 58, 80, .09);
  transform: translate3d(0, var(--pd-y), 0) rotate(-7deg);
}

.dcim-operation-layer.layer-right {
  right: 58px;
  bottom: 48px;
  background: rgba(80, 96, 133, .1);
  transform: translate3d(0, var(--pd-y), 0) rotate(7deg);
}

.dcim-operation-layer.layer-left {
  top: 50px;
  left: 58px;
}

[data-reveal] { opacity: 0; transform: translateY(24px); transition: opacity 650ms cubic-bezier(.22,1,.36,1), transform 650ms cubic-bezier(.22,1,.36,1); }
[data-reveal].is-revealed { opacity: 1; transform: translateY(0); }

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  [data-reveal] { opacity: 1; transform: none; transition: none; }
  [data-parallax] { transform: none !important; }
  .pd-mini-chart i,
  .pd-console-progress span { transition: none; }
}

@media (max-width: 1480px) {
  .product-detail-page { min-width: var(--fixed-width); }
}

/* Cloud first screen: follow the homepage/V10 1480px desktop composition. */
.cloud-page .nav-inner {
  grid-template-columns: 300px minmax(0, 1fr) 300px;
}

.cloud-page .nav-actions {
  gap: 18px;
  white-space: nowrap;
}

.cloud-page .nav-actions .language,
.cloud-page .nav-actions .login {
  width: auto;
  height: 40px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0;
  border: 0;
  color: #515b6d;
  background: transparent;
  box-shadow: none;
  font: 500 14px/1 var(--font);
  transition: color 180ms ease;
}

.cloud-page .nav-actions .language span {
  margin-left: 5px;
  color: #9aa1ae;
  font-size: 16px;
  line-height: 1;
}

.cloud-page .nav-actions .language:hover,
.cloud-page .nav-actions .login:hover {
  color: var(--pd-accent);
}

.cloud-page .nav-actions .signup {
  width: 112px;
  height: 40px;
  border-radius: 3px;
  background: linear-gradient(135deg, #ff7a72, #f45f62);
  box-shadow: 0 8px 18px rgba(244, 95, 98, .2);
  font-size: 14px;
  font-weight: 550;
  transition: transform 180ms ease, box-shadow 180ms ease, filter 180ms ease;
}

.cloud-page .nav-actions .signup:hover {
  filter: saturate(1.06) brightness(1.02);
  transform: translateY(-1px);
  box-shadow: 0 10px 21px rgba(244, 95, 98, .25);
}

.cloud-home-hero {
  height: var(--hero-height);
  min-height: var(--hero-height);
  padding: 0;
  overflow: hidden;
  background:
    radial-gradient(circle at 16% 45%, rgba(255, 237, 233, .46), transparent 36%),
    linear-gradient(90deg, #fffaf9 0%, #fff 55%, #fffdfc 100%);
}

.cloud-hero-inner {
  position: relative;
  z-index: 2;
  height: var(--hero-height);
  display: flex;
  align-items: center;
  overflow: visible;
}

.cloud-hero-copy {
  position: relative;
  z-index: 3;
  top: -22px;
  width: 720px;
  padding: 0;
}

.cloud-hero-copy h1 {
  max-width: 720px;
  margin: 0 0 20px;
  color: #343e54;
  font-size: 42px;
  font-weight: 680;
  letter-spacing: -.035em;
  line-height: 1.28;
  white-space: nowrap;
}

.cloud-hero-description {
  width: 570px;
  margin: 0;
  color: #8d95a4;
  font-size: 15px;
  line-height: 1.85;
}

.cloud-hero-actions {
  margin-top: 34px;
}

.cloud-hero-art {
  position: absolute;
  z-index: 1;
  top: 46px;
  right: -278px;
  width: 1100px;
  height: 637px;
  overflow: visible;
  pointer-events: none;
}

.cloud-hero-float {
  position: relative;
  width: 100%;
  height: 100%;
  transform: scale(1.26);
  transform-origin: right center;
}

.cloud-hero-art.is-live .cloud-hero-float {
  animation: none;
}

.cloud-hero-visual {
  width: 1100px;
  height: auto;
  display: block;
  max-width: none;
  object-fit: contain;
  object-position: right center;
  transform: none;
  transform-origin: right center;
  will-change: transform;
}

.cloud-hero-motion {
  position: absolute;
  z-index: 2;
  inset: 0;
  width: 1100px;
  height: auto;
  display: none;
  overflow: visible;
  pointer-events: none;
}

.cloud-flight-pad {
  position: absolute;
  z-index: 5;
  top: 28.5%;
  left: 50.3%;
  width: 88px;
  height: 76px;
  border-radius: 50%;
  opacity: 0;
  pointer-events: none;
  transform: translate(-50%, -50%);
  transition: opacity 180ms ease, filter 180ms ease;
}

.cloud-flight-pad::before,
.cloud-flight-pad::after {
  content: "";
  position: absolute;
  inset: 7px;
  border: 2px solid rgba(255, 104, 104, .74);
  border-radius: 50%;
}

.cloud-flight-pad::after {
  inset: -2px;
  border-width: 1px;
  border-style: dashed;
  opacity: .46;
  animation: cloud-flight-pad-pulse 1.5s ease-out infinite;
}

.cloud-flight-pad > span {
  position: absolute;
  top: calc(100% + 10px);
  left: 50%;
  padding: 6px 11px;
  border: 1px solid rgba(255, 104, 104, .2);
  border-radius: 14px;
  color: #ef6264;
  background: rgba(255, 255, 255, .94);
  box-shadow: 0 8px 18px rgba(74, 83, 102, .1);
  font-size: 11px;
  font-weight: 600;
  line-height: 1;
  white-space: nowrap;
  transform: translateX(-50%);
}

.cloud-home-hero.is-flight-dragging .cloud-flight-pad {
  opacity: .76;
}

.cloud-home-hero.is-flight-dragging .cloud-flight-pad.is-ready {
  opacity: 1;
  filter: drop-shadow(0 8px 13px rgba(255, 104, 104, .26));
}

.cloud-flight-pad.is-active {
  opacity: 1;
}

.cloud-flight-pad.is-active::before,
.cloud-flight-pad.is-active::after,
.cloud-flight-pad.is-active > span {
  opacity: 0;
}

.cloud-xiaofang-assistant .xiaofang-flying-animation {
  display: none;
}

.cloud-flight-pad > .xiaofang-idle.is-flight-docked {
  position: absolute;
  z-index: 8;
  top: calc(50% - 12px);
  left: calc(50% + 6px);
  right: auto;
  bottom: auto;
  width: 100px;
  height: 100px;
  filter: brightness(1.05) saturate(1.03) drop-shadow(0 15px 15px rgba(54, 64, 82, .18));
  transform: translate(-50%, -70%);
  animation: cloud-flight-dock-in 760ms linear both;
}

.cloud-flight-pad > .xiaofang-idle.is-flight-docked .xiaofang-idle-animation,
.cloud-flight-pad > .xiaofang-idle.is-flight-docked .xiaofang-dragging-animation,
.cloud-flight-pad > .xiaofang-idle.is-flight-docked .xiaofang-hiding-animation {
  display: none;
}

.cloud-flight-pad > .xiaofang-idle.is-flight-docked .xiaofang-flying-animation {
  display: block;
}

.cloud-flight-pad > .xiaofang-idle.is-flight-docked.is-flight-cruising .xiaofang-flying-animation {
  animation: cloud-flight-cruise 2.4s ease-in-out infinite;
}

@keyframes cloud-flight-pad-pulse {
  0% { opacity: .58; transform: scale(.78); }
  75%, 100% { opacity: 0; transform: scale(1.28); }
}

@keyframes cloud-flight-dock-in {
  0% { opacity: .38; transform: translate(-50%, -60%) scale(.9); }
  22% { opacity: 1; transform: translate(-50%, -57%) scale(.97); }
  55% { opacity: 1; transform: translate(-50%, -82%) scale(1.02); }
  80% { opacity: 1; transform: translate(-50%, -67%) scale(.995); }
  100% { opacity: 1; transform: translate(-50%, -70%) scale(1); }
}

@keyframes cloud-flight-cruise {
  0%, 100% { transform: translate3d(0, 0, 0) rotate(-1deg); }
  50% { transform: translate3d(0, -5px, 0) rotate(1deg); }
}

.cloud-flow-track,
.cloud-flow-energy,
.cloud-core-ring,
.cloud-node-pulses {
  display: none;
}

.cloud-gpu-meter use {
  color: #edf0f4;
  fill: currentColor;
  stroke: currentColor;
  stroke-width: .8;
  stroke-linejoin: round;
  paint-order: stroke fill;
  transition: color 150ms ease-out;
  will-change: color;
}

.cloud-gpu-meter use.is-active {
  color: #ff6f68;
}

.cloud-flow-track,
.cloud-flow-energy,
.cloud-core-ring {
  fill: none;
  vector-effect: non-scaling-stroke;
}

.cloud-flow-track {
  stroke: #cdd3dd;
  stroke-width: 1;
  stroke-linecap: round;
  stroke-linejoin: round;
  opacity: .24;
}

.cloud-flow-energy {
  stroke: #ff6f68;
  stroke-width: 3.2;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-dasharray: .17 .83;
  stroke-dashoffset: 1;
  opacity: 0;
}

.cloud-hero-art.is-live .cloud-flow-server,
.cloud-hero-art.is-live .cloud-flow-storage,
.cloud-hero-art.is-live .cloud-flow-output {
  animation: cloud-energy-run 6.8s linear infinite;
}

.cloud-hero-art.is-live .cloud-flow-storage { animation-delay: .34s; }
.cloud-hero-art.is-live .cloud-flow-output { animation-delay: 2.42s; }

.cloud-core-ring {
  stroke: #ff6f68;
  stroke-width: 2;
  opacity: 0;
  transform-box: fill-box;
  transform-origin: center;
}

.cloud-hero-art.is-live .cloud-core-ring-one {
  animation: cloud-core-confirm 6.8s ease-out 1.55s infinite;
}

.cloud-hero-art.is-live .cloud-core-ring-two {
  animation: cloud-core-confirm 6.8s ease-out 1.78s infinite;
}

.cloud-node-pulses circle {
  fill: #ff6f68;
  opacity: 0;
  transform-box: fill-box;
  transform-origin: center;
}

.cloud-hero-art.is-live .cloud-node-pulses circle {
  animation: cloud-node-ack 6.8s ease-out infinite;
}

.cloud-hero-art.is-live .cloud-node-pulses circle:nth-child(1) { animation-delay: 1.92s; }
.cloud-hero-art.is-live .cloud-node-pulses circle:nth-child(2) { animation-delay: 2.06s; }
.cloud-hero-art.is-live .cloud-node-pulses circle:nth-child(3) { animation-delay: 2.20s; }
.cloud-hero-art.is-live .cloud-node-pulses circle:nth-child(4) { animation-delay: 2.34s; }

.cloud-hero-highlights {
  position: relative;
  z-index: 4;
  margin-top: -110px;
  background: transparent;
}

.cloud-hero-card-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 28px;
}

.cloud-hero-card {
  min-width: 0;
  min-height: 132px;
  display: flex;
  align-items: center;
  gap: 22px;
  padding: 26px 30px;
  border: 1px solid rgba(94, 104, 123, .08);
  border-radius: 4px;
  background: rgba(255, 255, 255, .98);
  box-shadow: 0 10px 28px rgba(49, 59, 78, .11);
  transition: transform 220ms ease, box-shadow 220ms ease;
}

.cloud-hero-card:hover {
  transform: translateY(-3px);
  box-shadow: 0 16px 34px rgba(49, 59, 78, .15);
}

.cloud-hero-card-icon {
  width: 54px;
  height: 54px;
  flex: 0 0 54px;
  display: grid;
  place-items: center;
  border-radius: 7px;
  color: #fff;
  background: linear-gradient(145deg, #ff8176, #f76076);
  box-shadow: 0 8px 16px rgba(247, 96, 118, .24), inset 0 1px 0 rgba(255, 255, 255, .3);
}

.cloud-hero-card-icon svg {
  width: 37px;
  height: 37px;
  overflow: visible;
}

.cloud-hero-card-icon svg rect,
.cloud-hero-card-icon svg path,
.cloud-hero-card-icon svg circle {
  fill: none;
  stroke: currentColor;
  stroke-width: 2;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.cloud-hero-card h2 {
  margin: 0 0 10px;
  color: #404b60;
  font-size: 20px;
  font-weight: 650;
  line-height: 1.25;
  white-space: nowrap;
}

.cloud-hero-card p {
  margin: 0;
  color: #99a1ae;
  font-size: 14px;
  line-height: 1.55;
  white-space: nowrap;
}

.cloud-home-notice {
  z-index: 3;
  padding-top: 20px;
  padding-bottom: 0;
  background: #fff;
}

.cloud-home-notice + .pd-rights-section {
  padding-top: 52px;
}

.cloud-page .xiaofang-chat-choices {
  gap: 14px;
}

.cloud-page .xiaofang-chat-choices button {
  font-size: 12px;
}

.cloud-page .cloud-xiaofang-assistant {
  --cloud-assistant-accent: var(--pd-accent);
}

@keyframes cloud-hero-breathe {
  0%, 100% { transform: translate3d(0, 0, 0) scale(1); }
  50% { transform: translate3d(0, -2.5px, 0) scale(1.0015); }
}

@keyframes cloud-energy-run {
  0%, 8% { opacity: 0; stroke-dashoffset: 1; }
  12% { opacity: 1; }
  37% { opacity: 1; stroke-dashoffset: .04; }
  43%, 100% { opacity: 0; stroke-dashoffset: -.18; }
}

@keyframes cloud-core-confirm {
  0%, 24% { opacity: 0; transform: scale(.72); }
  28% { opacity: .8; }
  39% { opacity: 0; transform: scale(1.48); }
  100% { opacity: 0; transform: scale(1.48); }
}

@keyframes cloud-node-ack {
  0%, 29% { opacity: 0; transform: scale(.55); }
  32% { opacity: 1; transform: scale(1.45); }
  38% { opacity: .52; transform: scale(1); }
  45%, 100% { opacity: 0; transform: scale(.8); }
}

@media (prefers-reduced-motion: reduce) {
  .cloud-hero-float,
  .cloud-flow-energy,
  .cloud-core-ring,
  .cloud-node-pulses circle { animation: none !important; }
  .cloud-flow-energy,
  .cloud-core-ring,
  .cloud-node-pulses circle { opacity: 0; }
  .cloud-gpu-meter use { transition: none; }
}

/* Cloud capabilities: same composition and interaction rhythm as V10. */
.cloud-capabilities {
  padding: 54px 0 110px;
  background: #fff;
}

.cloud-capabilities .bms-capability-showcase {
  width: 100%;
  display: grid;
  grid-template-columns: 460px minmax(0, 1fr);
  gap: 54px;
  align-items: center;
  margin: 66px auto 0;
}

.cloud-capabilities .bms-capability-nav {
  position: relative;
  grid-column: 2;
  grid-row: 1;
  width: 100%;
  min-width: 0;
  padding: 2px 0;
}

.cloud-capabilities .bms-capability-route {
  position: absolute;
  z-index: 0;
  inset: 0;
  width: 100%;
  height: 100%;
  overflow: visible;
  pointer-events: none;
}

.cloud-capabilities .bms-capability-route path {
  fill: none;
  stroke: #e0e3e9;
  stroke-width: 1;
  stroke-linecap: round;
  stroke-linejoin: round;
  vector-effect: non-scaling-stroke;
}

.cloud-capabilities .bms-capability-option {
  --capability-shift: 0px;
  position: relative;
  z-index: 1;
  width: calc(100% - 30px);
  height: 96px;
  min-height: 96px;
  display: block;
  padding: 0 0 0 80px;
  border: 0;
  color: #505a6f;
  background: transparent;
  font-family: inherit;
  text-align: left;
  cursor: pointer;
  transform: translate3d(var(--capability-shift), 0, 0);
  transition: transform 460ms cubic-bezier(.22, 1, .36, 1), color 220ms ease;
}

.cloud-capabilities .bms-capability-option:hover {
  color: #303a50;
}

.cloud-capabilities .bms-capability-option.is-active {
  --capability-shift: 30px;
  color: #313b50;
}

.cloud-capabilities .bms-capability-option-copy {
  min-width: 0;
  display: block;
  padding-top: 22px;
}

.cloud-capabilities .bms-capability-option strong {
  display: block;
  margin-top: 0;
  font-size: 15px;
  font-weight: 620;
  letter-spacing: -.01em;
  line-height: 1.25;
  transition: color 220ms ease;
}

.cloud-capabilities .bms-capability-option-copy > span {
  display: block;
  margin-top: 5px;
  color: #8c94a3;
  font-size: 12px;
  line-height: 1.55;
  white-space: nowrap;
  transition: color 220ms ease;
}

.cloud-capabilities .bms-capability-marker {
  position: absolute;
  top: 48px;
  left: 10px;
  width: 20px;
  height: 20px;
  border: 3px solid #fff;
  border-radius: 50%;
  background: #d5d9de;
  box-shadow: 0 0 0 1px rgba(199, 204, 212, .32);
  transform: translateY(-50%) scale(1);
  transition: background 260ms ease, box-shadow 320ms ease, transform 420ms cubic-bezier(.22, 1, .36, 1);
}

.cloud-capabilities .bms-capability-marker::after {
  content: "";
  position: absolute;
  inset: -8px;
  border: 1px dashed rgba(var(--pd-accent-rgb), 0);
  border-radius: 50%;
  opacity: 0;
  transform: scale(.72);
  transition: border-color 260ms ease, opacity 260ms ease, transform 420ms cubic-bezier(.22, 1, .36, 1);
}

.cloud-capabilities .bms-capability-option.is-active .bms-capability-marker {
  background: var(--pd-accent);
  box-shadow: 0 0 0 1px rgba(var(--pd-accent-rgb), .18), 0 7px 16px rgba(var(--pd-accent-rgb), .22);
  transform: translateY(-50%) scale(1.1);
}

.cloud-capabilities .bms-capability-option.is-active .bms-capability-marker::after {
  border-color: rgba(var(--pd-accent-rgb), .28);
  opacity: 1;
  transform: scale(1);
}

.cloud-capabilities .bms-capability-option.is-active strong {
  color: #343e53;
}

.cloud-capabilities .bms-capability-option.is-active .bms-capability-option-copy > span {
  color: #737c8d;
}

.cloud-capabilities .bms-capability-option:focus-visible {
  z-index: 2;
  outline: 2px solid rgba(var(--pd-accent-rgb), .58);
  outline-offset: 2px;
  border-radius: 4px;
}

.cloud-capabilities .bms-capability-preview {
  grid-column: 1;
  grid-row: 1;
  min-width: 0;
  margin: 0;
  padding: 0;
}

.cloud-capability-console {
  display: block;
  width: 100%;
  height: auto;
  object-fit: contain;
  border-radius: 4px;
  filter: drop-shadow(0 22px 34px rgba(44, 52, 70, .08));
  transform: translateZ(0) scale(1);
  transform-origin: center;
  transition: opacity 180ms ease, transform 280ms cubic-bezier(.22, 1, .36, 1);
}

.cloud-capability-console.is-changing {
  opacity: .18;
  transform: translateZ(0) scale(.988);
}

.cloud-capability-console .pd-console-brand,
.cloud-capability-console .pd-console-progress span {
  background: var(--pd-accent);
}

@media (max-width: 1479px) {
  .cloud-capabilities .bms-capability-showcase {
    width: 100%;
    grid-template-columns: minmax(0, 1fr) 460px;
    gap: 42px;
  }

  .cloud-capabilities .bms-capability-nav {
    width: 100%;
    min-width: 0;
  }
}

@media (max-width: 1050px) {
  .cloud-capabilities .bms-capability-showcase {
    width: calc(100vw - 48px);
    grid-template-columns: 1fr;
  }

  .cloud-capabilities .bms-capability-preview,
  .cloud-capabilities .bms-capability-nav {
    grid-column: 1;
  }

  .cloud-capabilities .bms-capability-preview {
    grid-row: 1;
  }

  .cloud-capabilities .bms-capability-nav {
    grid-row: 2;
    width: min(620px, 100%);
    margin: 0 auto;
  }
}

/* Cloud capability lab: standard V10 heading on a clean white section. */
.cloud-feature-fall {
  position: relative;
  overflow: hidden;
  padding: 142px 0 156px;
  background: #fff;
}

.cloud-feature-fall::before,
.cloud-feature-fall::after {
  content: none;
}

.cloud-feature-stage {
  position: relative;
  z-index: 1;
  width: 100%;
  display: grid;
  grid-template-columns: minmax(0, 1.35fr) minmax(280px, .65fr);
  gap: 24px;
  align-items: stretch;
  max-width: none;
  min-height: 520px;
  margin: 64px auto 0;
}

.cloud-feature-constellation {
  position: relative;
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  grid-auto-rows: minmax(124px, 1fr);
  gap: 11px;
  padding: 12px;
  overflow: hidden;
  border: 1px solid rgba(205, 214, 228, .9);
  border-radius: 4px;
  background: rgba(255,255,255,.62);
  box-shadow: 0 25px 70px rgba(57, 73, 108, .1), inset 0 1px 0 rgba(255,255,255,.92);
}

.cloud-feature-constellation::before {
  content: "";
  position: absolute;
  inset: 0;
  opacity: .62;
  pointer-events: none;
  background-image: linear-gradient(rgba(var(--pd-accent-rgb), .05) 1px, transparent 1px), linear-gradient(90deg, rgba(var(--pd-accent-rgb), .05) 1px, transparent 1px);
  background-size: 48px 48px;
  mask-image: linear-gradient(135deg, #000 0%, transparent 76%);
}

.cloud-feature-tile {
  --pointer-x: 50%;
  --pointer-y: 50%;
  position: relative;
  z-index: 1;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: space-between;
  min-width: 0;
  min-height: 124px;
  padding: 17px 18px 16px;
  overflow: hidden;
  border: 1px solid #dfe5ef;
  border-radius: 4px;
  color: #354057;
  text-align: left;
  background: rgba(255,255,255,.78);
  box-shadow: 0 8px 18px rgba(56, 72, 104, .035);
  cursor: pointer;
  transform: perspective(700px) rotateX(0deg) rotateY(0deg) translateY(0);
  transition: transform 260ms cubic-bezier(.22, 1, .36, 1), border-color 220ms ease, box-shadow 220ms ease, background 220ms ease;
}

.cloud-feature-tile::before {
  content: "";
  position: absolute;
  inset: 0;
  opacity: 0;
  pointer-events: none;
  background: radial-gradient(circle at var(--pointer-x) var(--pointer-y), rgba(var(--pd-accent-rgb), .16), transparent 52%);
  transition: opacity 220ms ease;
}

.cloud-feature-tile::after {
  content: "";
  position: absolute;
  right: 14px;
  bottom: 14px;
  width: 22px;
  height: 22px;
  border: 1px solid rgba(var(--pd-accent-rgb), .17);
  border-radius: 50%;
  opacity: .85;
  transition: transform 240ms ease, border-color 240ms ease;
}

.cloud-feature-tile:hover,
.cloud-feature-tile:focus-visible {
  z-index: 2;
  border-color: rgba(var(--pd-accent-rgb), .48);
  background: rgba(255,255,255,.96);
  box-shadow: 0 16px 28px rgba(56, 72, 104, .11), 0 0 0 4px rgba(var(--pd-accent-rgb), .05);
  transform: perspective(700px) rotateX(var(--tilt-x, 0deg)) rotateY(var(--tilt-y, 0deg)) translateY(-5px);
  outline: none;
}

.cloud-feature-tile:hover::before,
.cloud-feature-tile:focus-visible::before,
.cloud-feature-tile.is-active::before { opacity: 1; }

.cloud-feature-tile.is-active {
  border-color: var(--pd-accent);
  background: linear-gradient(145deg, #fff, rgba(var(--pd-accent-rgb), .055));
  box-shadow: 0 17px 30px rgba(var(--pd-accent-rgb), .14), 0 0 0 4px rgba(var(--pd-accent-rgb), .08);
}

.cloud-feature-tile.is-active::after {
  border-color: var(--pd-accent);
  transform: scale(1.2);
}

.cloud-feature-number {
  color: #aeb8c8;
  font-size: 10px;
  font-weight: 700;
  letter-spacing: .16em;
}

.cloud-feature-tile strong {
  position: relative;
  z-index: 1;
  max-width: calc(100% - 3px);
  margin-top: 18px;
  color: #2e3850;
  font-size: 16px;
  font-weight: 650;
  line-height: 1.25;
}

.cloud-feature-tile small {
  position: relative;
  z-index: 1;
  margin-top: 6px;
  color: #9aa4b5;
  font-size: 10px;
  line-height: 1.4;
}

.cloud-feature-orbit {
  position: absolute;
  top: 16px;
  right: 17px;
  width: 14px;
  height: 14px;
  border: 1px solid rgba(var(--pd-accent-rgb), .38);
  border-radius: 50%;
}

.cloud-feature-orbit::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 4px;
  height: 4px;
  border-radius: 50%;
  background: var(--pd-accent);
  transform: translate(-50%, -50%);
}

.cloud-feature-detail {
  position: relative;
  display: flex;
  flex-direction: column;
  min-height: 100%;
  padding: 29px 28px 25px;
  overflow: hidden;
  border: 1px solid #dfe5ef;
  border-radius: 4px;
  background: linear-gradient(155deg, #fff 0%, #f9fbff 72%, rgba(var(--pd-accent-rgb), .08) 100%);
  box-shadow: 0 25px 70px rgba(57, 73, 108, .1), inset 0 1px 0 rgba(255,255,255,.92);
}

.cloud-feature-detail::before,
.cloud-feature-detail::after {
  content: "";
  position: absolute;
  pointer-events: none;
}

.cloud-feature-detail::before {
  top: -52px;
  right: -40px;
  width: 150px;
  height: 150px;
  border: 1px solid rgba(var(--pd-accent-rgb), .18);
  border-radius: 50%;
  box-shadow: 0 0 0 17px rgba(var(--pd-accent-rgb), .035), 0 0 0 34px rgba(var(--pd-accent-rgb), .025);
}

.cloud-feature-detail::after {
  right: 28px;
  bottom: 86px;
  width: 100px;
  height: 1px;
  background: linear-gradient(90deg, transparent, rgba(var(--pd-accent-rgb), .44));
  transform: rotate(-24deg);
}

.cloud-feature-detail-top {
  position: relative;
  z-index: 1;
  display: flex;
  justify-content: space-between;
  gap: 10px;
  color: var(--pd-accent);
  font-size: 10px;
  font-weight: 700;
  letter-spacing: .12em;
  text-transform: uppercase;
}

.cloud-feature-detail-index { color: #acb6c6; }

.cloud-feature-detail-signal {
  position: relative;
  z-index: 1;
  display: flex;
  align-items: flex-end;
  gap: 7px;
  height: 74px;
  margin: 36px 0 20px;
}

.cloud-feature-detail-signal span {
  display: block;
  width: 8px;
  border-radius: 2px;
  background: rgba(var(--pd-accent-rgb), .16);
  animation: cloud-feature-signal 1.8s ease-in-out infinite;
}

.cloud-feature-detail-signal span:nth-child(1) { height: 30%; animation-delay: -1s; }
.cloud-feature-detail-signal span:nth-child(2) { height: 55%; animation-delay: -.7s; }
.cloud-feature-detail-signal span:nth-child(3) { height: 75%; animation-delay: -.4s; }
.cloud-feature-detail-signal i { width: 60px; height: 1px; margin-left: 4px; margin-bottom: 13px; background: var(--pd-accent); box-shadow: 0 0 12px rgba(var(--pd-accent-rgb), .6); }

.cloud-feature-detail h3 {
  position: relative;
  z-index: 1;
  margin: 0;
  color: #27324a;
  font-size: clamp(24px, 2.5vw, 32px);
  font-weight: 700;
  letter-spacing: -.035em;
  line-height: 1.15;
}

.cloud-feature-detail p {
  position: relative;
  z-index: 1;
  min-height: 84px;
  margin: 18px 0 26px;
  color: #7c879b;
  font-size: 13px;
  line-height: 1.85;
}

.cloud-feature-detail.is-switching h3,
.cloud-feature-detail.is-switching p,
.cloud-feature-detail.is-switching .cloud-feature-detail-meta {
  animation: cloud-feature-detail-in 420ms cubic-bezier(.22, 1, .36, 1) both;
}

.cloud-feature-detail.is-switching p { animation-delay: 45ms; }
.cloud-feature-detail.is-switching .cloud-feature-detail-meta { animation-delay: 90ms; }

.cloud-feature-detail-meta {
  position: relative;
  z-index: 1;
  margin-top: auto;
}

.cloud-feature-detail-meta > span {
  display: block;
  margin-bottom: 10px;
  color: #48546b;
  font-size: 11px;
  font-weight: 650;
}

.cloud-feature-detail-meta b {
  display: block;
  height: 4px;
  overflow: hidden;
  border-radius: 4px;
  background: #e7ebf2;
}

.cloud-feature-detail-meta b i {
  display: block;
  height: 100%;
  border-radius: inherit;
  background: linear-gradient(90deg, var(--pd-accent), #f0a163);
  box-shadow: 0 0 12px rgba(var(--pd-accent-rgb), .35);
  transition: width 520ms cubic-bezier(.22, 1, .36, 1);
}

.cloud-feature-next {
  position: relative;
  z-index: 1;
  align-self: flex-start;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  margin-top: 27px;
  padding: 0;
  border: 0;
  color: var(--pd-accent);
  background: transparent;
  font-size: 11px;
  font-weight: 700;
  cursor: pointer;
}

.cloud-feature-next span { font-size: 16px; transition: transform 220ms ease; }
.cloud-feature-next:hover span { transform: translate(3px, -3px); }

.cloud-feature-fall:not(.is-fall-active) .cloud-feature-tile {
  opacity: 0;
  transform: translateY(16px) scale(.98);
}

.cloud-feature-fall.is-fall-active .cloud-feature-tile {
  animation: cloud-feature-tile-in 650ms var(--feature-delay, 0ms) cubic-bezier(.22, 1, .36, 1) both;
}

.cloud-feature-tile:nth-of-type(1) { --feature-delay: 0ms; }
.cloud-feature-tile:nth-of-type(2) { --feature-delay: 45ms; }
.cloud-feature-tile:nth-of-type(3) { --feature-delay: 90ms; }
.cloud-feature-tile:nth-of-type(4) { --feature-delay: 135ms; }
.cloud-feature-tile:nth-of-type(5) { --feature-delay: 180ms; }
.cloud-feature-tile:nth-of-type(6) { --feature-delay: 225ms; }
.cloud-feature-tile:nth-of-type(7) { --feature-delay: 270ms; }
.cloud-feature-tile:nth-of-type(8) { --feature-delay: 315ms; }
.cloud-feature-tile:nth-of-type(9) { --feature-delay: 360ms; }
.cloud-feature-tile:nth-of-type(10) { --feature-delay: 405ms; }
.cloud-feature-tile:nth-of-type(11) { --feature-delay: 450ms; }
.cloud-feature-tile:nth-of-type(12) { --feature-delay: 495ms; }

@keyframes cloud-feature-tile-in {
  from { opacity: 0; transform: translateY(16px) scale(.98); }
  to { opacity: 1; transform: translateY(0) scale(1); }
}

@keyframes cloud-feature-detail-in {
  from { opacity: 0; transform: translateY(7px); }
  to { opacity: 1; transform: translateY(0); }
}

@keyframes cloud-feature-signal {
  0%, 100% { opacity: .45; transform: scaleY(.76); transform-origin: bottom; }
  50% { opacity: 1; transform: scaleY(1); transform-origin: bottom; }
}

@media (prefers-reduced-motion: reduce) {
  .cloud-feature-detail-signal span,
  .cloud-feature-fall.is-fall-active .cloud-feature-tile,
  .cloud-feature-detail.is-switching h3,
  .cloud-feature-detail.is-switching p,
  .cloud-feature-detail.is-switching .cloud-feature-detail-meta { animation: none !important; }
  .cloud-feature-tile,
  .cloud-feature-fall:not(.is-fall-active) .cloud-feature-tile { opacity: 1; transform: none; }
}

/* DCIM first screen follows the homepage/V10 rhythm while preserving the
   facility illustration's aspect ratio and fixed 1480px content alignment. */
.dcim-page .nav-inner {
  grid-template-columns: 300px minmax(0, 1fr) 300px;
}

.dcim-page .nav-actions {
  gap: 18px;
  white-space: nowrap;
}

.dcim-page .nav-actions .language,
.dcim-page .nav-actions .login {
  width: auto;
  height: 40px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0;
  border: 0;
  color: #515b6d;
  background: transparent;
  box-shadow: none;
  font: 500 14px/1 var(--font);
  transition: color 180ms ease;
}

.dcim-page .nav-actions .language span { margin-left: 5px; color: #9aa1ae; font-size: 16px; line-height: 1; }
.dcim-page .nav-actions .language:hover,
.dcim-page .nav-actions .login:hover { color: var(--pd-accent); }
.dcim-page .nav-actions .signup { width: 112px; height: 40px; border-radius: 3px; color: #fff; background: var(--pd-accent); box-shadow: 0 8px 18px rgba(var(--pd-accent-rgb), .2); font-size: 14px; font-weight: 550; transition: transform 180ms ease, box-shadow 180ms ease; }
.dcim-page .nav-actions .signup:hover { transform: translateY(-1px); box-shadow: 0 10px 21px rgba(var(--pd-accent-rgb), .25); }

.dcim-home-hero {
  height: var(--hero-height);
  min-height: var(--hero-height);
  padding: 0;
  background:
    radial-gradient(circle at 14% 43%, rgba(255, 237, 233, .46), transparent 35%),
    linear-gradient(90deg, #fffaf9 0%, #fff 55%, #fffdfc 100%);
}

.dcim-home-hero .pd-hero-inner {
  height: var(--hero-height);
  display: flex;
  align-items: center;
  overflow: visible;
}

.dcim-hero-copy {
  position: relative;
  z-index: 3;
  top: -23px;
  width: 680px;
  padding: 0;
}

.dcim-hero-copy h1 {
  max-width: 700px;
  margin: 0 0 20px;
  color: #343e54;
  font-size: 40px;
  font-weight: 680;
  letter-spacing: -.035em;
  line-height: 1.28;
  white-space: nowrap;
}

.dcim-hero-description { width: 620px; margin: 0; color: #8d95a4; font-size: 15px; line-height: 1.85; }
.dcim-hero-actions { margin-top: 34px; }
.dcim-hero-art { position: absolute; z-index: 1; top: -28px; right: -270px; width: 1180px; height: 684px; overflow: visible; pointer-events: none; }
.dcim-hero-float { position: relative; z-index: 1; width: 100%; height: 100%; transform: scale(1.1); transform-origin: right center; }
.dcim-hero-visual { display: block; width: 1180px; height: auto; max-width: none; object-fit: contain; object-position: right center; }

.dcim-data-flow {
  position: absolute;
  top: 26%;
  left: 42%;
  width: 180px;
  height: 126px;
  pointer-events: none;
  transform: translateX(-50%);
}

.dcim-data-flow.is-back { z-index: 0; }
.dcim-data-flow.is-front { z-index: 2; }

.dcim-data-flow i {
  position: absolute;
  top: var(--y);
  left: var(--x);
  width: var(--w, 3px);
  height: var(--h, 14px);
  border-radius: 999px;
  background: linear-gradient(180deg, rgba(255, 255, 255, .96) 0 8%, #ff7770 42%, #f05f5f 100%);
  box-shadow: 0 0 7px rgba(248, 99, 94, .32);
  transform-origin: 50% 100%;
  opacity: 0;
  will-change: transform, opacity;
  animation: dcim-data-rise var(--dur, 2.1s) linear var(--delay, 0s) infinite;
}

.dcim-data-flow.is-back i { --peak: .5; --lift: 30px; }
.dcim-data-flow.is-front i { --peak: .94; --lift: 42px; }

.dcim-data-flow.is-back i:nth-child(1) { --x: 5%; --y: 56%; --w: 2px; --h: 10px; --scale: .78; --dur: 1.92s; --delay: -1.6s; }
.dcim-data-flow.is-back i:nth-child(2) { --x: 10%; --y: 40%; --h: 13px; --scale: .82; --dur: 2.24s; --delay: -.35s; }
.dcim-data-flow.is-back i:nth-child(3) { --x: 22%; --y: 27%; --h: 16px; --scale: .88; --dur: 1.78s; --delay: -1.9s; }
.dcim-data-flow.is-back i:nth-child(4) { --x: 36%; --y: 18%; --w: 2px; --h: 12px; --scale: .92; --dur: 2.36s; --delay: -.8s; }
.dcim-data-flow.is-back i:nth-child(5) { --x: 50%; --y: 15%; --h: 18px; --scale: .95; --dur: 2.08s; --delay: -2.15s; }
.dcim-data-flow.is-back i:nth-child(6) { --x: 64%; --y: 18%; --w: 2px; --h: 11px; --scale: .92; --dur: 1.86s; --delay: -1.25s; }
.dcim-data-flow.is-back i:nth-child(7) { --x: 78%; --y: 27%; --h: 15px; --scale: .88; --dur: 2.3s; --delay: -.15s; }
.dcim-data-flow.is-back i:nth-child(8) { --x: 90%; --y: 40%; --h: 13px; --scale: .82; --dur: 1.82s; --delay: -1.55s; }
.dcim-data-flow.is-back i:nth-child(9) { --x: 95%; --y: 56%; --w: 2px; --h: 10px; --scale: .78; --dur: 2.18s; --delay: -.65s; }

.dcim-data-flow.is-front i:nth-child(1) { --x: 95%; --y: 61%; --h: 12px; --scale: .94; --dur: 2.16s; --delay: -1.1s; }
.dcim-data-flow.is-front i:nth-child(2) { --x: 90%; --y: 76%; --h: 16px; --scale: 1; --dur: 1.84s; --delay: -.25s; }
.dcim-data-flow.is-front i:nth-child(3) { --x: 78%; --y: 88%; --h: 20px; --scale: 1.04; --dur: 2.34s; --delay: -1.45s; }
.dcim-data-flow.is-front i:nth-child(4) { --x: 64%; --y: 96%; --w: 2px; --h: 14px; --scale: 1.08; --dur: 1.76s; --delay: -.75s; }
.dcim-data-flow.is-front i:nth-child(5) { --x: 50%; --y: 99%; --h: 22px; --scale: 1.1; --dur: 2.28s; --delay: -1.95s; }
.dcim-data-flow.is-front i:nth-child(6) { --x: 36%; --y: 96%; --h: 17px; --scale: 1.08; --dur: 1.9s; --delay: -.45s; }
.dcim-data-flow.is-front i:nth-child(7) { --x: 22%; --y: 88%; --h: 19px; --scale: 1.04; --dur: 2.42s; --delay: -1.65s; }
.dcim-data-flow.is-front i:nth-child(8) { --x: 10%; --y: 76%; --w: 2px; --h: 14px; --scale: 1; --dur: 1.8s; --delay: -.95s; }
.dcim-data-flow.is-front i:nth-child(9) { --x: 5%; --y: 61%; --h: 12px; --scale: .94; --dur: 2.12s; --delay: -.1s; }

@keyframes dcim-data-rise {
  0% {
    opacity: 0;
    transform: translate(-50%, -50%) translate3d(0, 9px, 0) scale(var(--scale));
  }
  10% { opacity: var(--peak); }
  76% { opacity: var(--peak); }
  100% {
    opacity: 0;
    transform: translate(-50%, -50%) translate3d(0, calc(var(--lift) * -1), 0) scale(var(--scale));
  }
}

@media (prefers-reduced-motion: reduce) {
  .dcim-data-flow i { animation: none; opacity: 0; }
}

.dcim-hero-highlights {
  position: relative;
  z-index: 4;
  margin-top: -110px;
  background: transparent;
}

.dcim-hero-card-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 28px; }
.dcim-hero-card { min-width: 0; min-height: 132px; display: flex; align-items: center; gap: 22px; padding: 26px 30px; border: 1px solid rgba(94, 104, 123, .08); border-radius: 4px; background: rgba(255, 255, 255, .98); box-shadow: 0 10px 28px rgba(49, 59, 78, .11); transition: transform 220ms ease, box-shadow 220ms ease; }
.dcim-hero-card:hover { transform: translateY(-3px); box-shadow: 0 16px 34px rgba(49, 59, 78, .15); }
.dcim-hero-card-icon { width: 54px; height: 54px; flex: 0 0 54px; display: grid; place-items: center; border-radius: 7px; color: #fff; background: var(--pd-accent); box-shadow: 0 8px 16px rgba(var(--pd-accent-rgb), .2); }
.dcim-hero-card-icon svg { width: 37px; height: 37px; overflow: visible; }
.dcim-hero-card-icon svg rect,
.dcim-hero-card-icon svg path,
.dcim-hero-card-icon svg circle { fill: none; stroke: currentColor; stroke-width: 2; stroke-linecap: round; stroke-linejoin: round; }
.dcim-hero-card h2 { margin: 0 0 10px; color: #404b60; font-size: 20px; font-weight: 650; line-height: 1.25; white-space: nowrap; }
.dcim-hero-card p { margin: 0; color: #99a1ae; font-size: 14px; line-height: 1.55; white-space: nowrap; }
.dcim-home-notice { z-index: 3; padding-top: 20px; padding-bottom: 0; background: #fff; }
.dcim-home-notice + .dcim-rights-section { padding-top: 52px; }
.dcim-page .xiaofang-chat-choices { gap: 14px; }
.dcim-page .xiaofang-chat-choices button { font-size: 12px; }

/* DCIM capabilities: V10's node-list and right-side preview composition. */
.dcim-capabilities {
  padding: 54px 0 110px;
  background: #fff;
}

.dcim-capabilities .bms-capability-showcase {
  width: 100%;
  display: grid;
  grid-template-columns: minmax(0, 983px) minmax(390px, 445px);
  gap: 52px;
  align-items: center;
  justify-content: space-between;
  margin: 66px auto 0;
}

.dcim-capabilities .bms-capability-nav {
  position: relative;
  grid-column: 2;
  grid-row: 1;
  width: 100%;
  min-width: 0;
  padding: 2px 0;
}

.dcim-capabilities .bms-capability-route {
  position: absolute;
  z-index: 0;
  inset: 0;
  width: 100%;
  height: 100%;
  overflow: visible;
  pointer-events: none;
}

.dcim-capabilities .bms-capability-route path {
  fill: none;
  stroke: #e0e3e9;
  stroke-width: 1;
  stroke-linecap: round;
  stroke-linejoin: round;
  vector-effect: non-scaling-stroke;
}

.dcim-capabilities .bms-capability-option {
  --capability-shift: 0px;
  position: relative;
  z-index: 1;
  width: calc(100% - 30px);
  height: 96px;
  min-height: 96px;
  display: block;
  padding: 0 0 0 80px;
  border: 0;
  color: #505a6f;
  background: transparent;
  font-family: inherit;
  text-align: left;
  cursor: pointer;
  transform: translate3d(var(--capability-shift), 0, 0);
  transition: transform 460ms cubic-bezier(.22, 1, .36, 1), color 220ms ease;
}

.dcim-capabilities .bms-capability-option:hover { color: #303a50; }
.dcim-capabilities .bms-capability-option.is-active { --capability-shift: 30px; color: #313b50; }
.dcim-capabilities .bms-capability-option-copy { min-width: 0; display: block; padding-top: 22px; }
.dcim-capabilities .bms-capability-option small {
  display: inline-flex;
  height: 20px;
  align-items: center;
  padding: 0 8px;
  border: 1px dashed #dde1e8;
  border-radius: 999px;
  color: #9aa1ad;
  font-size: 10px;
  font-weight: 500;
  letter-spacing: .08em;
  line-height: 1;
  transition: color 220ms ease, border-color 220ms ease, background-color 220ms ease;
}
.dcim-capabilities .bms-capability-option strong {
  display: block;
  margin-top: 6px;
  font-size: 15px;
  font-weight: 620;
  letter-spacing: -.01em;
  line-height: 1.25;
  transition: color 220ms ease;
}
.dcim-capabilities .bms-capability-option-copy > span {
  display: block;
  margin-top: 5px;
  color: #8c94a3;
  font-size: 12px;
  line-height: 1.55;
  white-space: nowrap;
  transition: color 220ms ease;
}
.dcim-capabilities .bms-capability-marker {
  position: absolute;
  top: 48px;
  left: 10px;
  width: 20px;
  height: 20px;
  border: 3px solid #fff;
  border-radius: 50%;
  background: #d5d9de;
  box-shadow: 0 0 0 1px rgba(199, 204, 212, .32);
  transform: translateY(-50%) scale(1);
  transition: background 260ms ease, box-shadow 320ms ease, transform 420ms cubic-bezier(.22, 1, .36, 1);
}
.dcim-capabilities .bms-capability-marker::after {
  content: "";
  position: absolute;
  inset: -8px;
  border: 1px dashed rgba(var(--pd-accent-rgb), 0);
  border-radius: 50%;
  opacity: 0;
  transform: scale(.72);
  transition: border-color 260ms ease, opacity 260ms ease, transform 420ms cubic-bezier(.22, 1, .36, 1);
}
.dcim-capabilities .bms-capability-option.is-active .bms-capability-marker {
  background: var(--pd-accent);
  box-shadow: 0 0 0 1px rgba(var(--pd-accent-rgb), .18), 0 7px 16px rgba(var(--pd-accent-rgb), .22);
  transform: translateY(-50%) scale(1.1);
}
.dcim-capabilities .bms-capability-option.is-active .bms-capability-marker::after { border-color: rgba(var(--pd-accent-rgb), .28); opacity: 1; transform: scale(1); }
.dcim-capabilities .bms-capability-option.is-active small { color: var(--pd-accent); border-color: rgba(var(--pd-accent-rgb), .34); background: rgba(var(--pd-accent-rgb), .035); }
.dcim-capabilities .bms-capability-option.is-active strong { color: #343e53; }
.dcim-capabilities .bms-capability-option.is-active .bms-capability-option-copy > span { color: #737c8d; }
.dcim-capabilities .bms-capability-option:focus-visible { z-index: 2; outline: 2px solid rgba(var(--pd-accent-rgb), .58); outline-offset: 2px; border-radius: 4px; }

.dcim-capabilities .bms-capability-preview {
  grid-column: 1;
  grid-row: 1;
  width: min(983px, 100%);
  min-width: 0;
  aspect-ratio: 983 / 542;
  align-self: center;
  margin: 0;
  padding: 0;
}

.dcim-capability-console {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: contain;
  border-radius: 4px;
  filter: drop-shadow(0 22px 34px rgba(44, 52, 70, .08));
  transform: translateZ(0) scale(1);
  transform-origin: center;
  transition: opacity 180ms ease, transform 280ms cubic-bezier(.22, 1, .36, 1);
}
.dcim-capability-console.is-changing { opacity: .18; transform: translateZ(0) scale(.988); }
.dcim-capability-console .pd-console-brand,
.dcim-capability-console .pd-console-progress span { background: var(--pd-accent); }

@media (max-width: 1479px) {
  .dcim-capabilities .bms-capability-showcase { width: 100%; grid-template-columns: minmax(0, 1fr) 420px; gap: 42px; }
  .dcim-capabilities .bms-capability-nav { width: 100%; min-width: 0; }
}

@media (max-width: 1050px) {
  .dcim-capabilities .bms-capability-showcase { width: calc(100vw - 48px); grid-template-columns: 1fr; }
  .dcim-capabilities .bms-capability-preview,
  .dcim-capabilities .bms-capability-nav { grid-column: 1; }
  .dcim-capabilities .bms-capability-preview { grid-row: 1; }
  .dcim-capabilities .bms-capability-nav { grid-row: 2; width: min(620px, 100%); margin: 0 auto; }
}

@media (max-width: 900px) {
  .dcim-hero-card-grid { gap: 18px; }
  .dcim-hero-card { gap: 14px; padding: 23px 20px; }
  .dcim-hero-card h2 { font-size: 17px; }
  .dcim-hero-card p { font-size: 12px; }
}

@media (max-width: 680px) {
  .dcim-hero-card-grid { grid-template-columns: 1fr; }
  .dcim-hero-card h2,
  .dcim-hero-card p { white-space: normal; }
}

@media (max-width: 450px) {
}

/* DCIM operations: scroll-stack narrative.  Each scene occupies one
   viewport-sized card; the next card slides over the previous one while the
   copy and the replaceable visual stay aligned to the same grid. */
.dcim-operations-showcase {
  --dcim-stack-item-distance: 140px;
  position: relative;
  padding: 112px 0 48px;
  overflow: visible;
  background: #fff;
}

.dcim-operations-showcase > .content-width {
  position: relative;
}

.dcim-operation-heading-track {
  position: relative;
}

.dcim-operation-list {
  position: relative;
  margin-top: 56px;
  padding-bottom: 0;
}

.dcim-operation-row[data-stack-card] {
  position: relative;
  isolation: isolate;
  overflow: hidden;
  width: 100%;
  height: 580px;
  min-height: 580px;
  max-height: 580px;
  aspect-ratio: auto;
  margin: 0 0 var(--dcim-stack-item-distance);
  padding: 0 68px 0 32px;
  display: grid;
  grid-template-columns: 606px minmax(0, 1fr);
  justify-content: space-between;
  gap: 60px;
  align-items: center;
  border-top: 0;
  background: #fff;
  box-shadow:
    0 32px 76px rgba(36, 45, 61, .04),
    0 10px 28px rgba(36, 45, 61, .02);
}

.dcim-operation-row[data-stack-card]::before {
  content: none;
}

.dcim-operation-row[data-stack-card]::after {
  content: none;
}

.dcim-operation-row[data-stack-card]:last-of-type {
  margin-bottom: 0;
}

.dcim-operation-stack-end {
  display: none;
  width: 100%;
  height: 1px;
}

@media (min-width: 1051px) {
  .dcim-operations-showcase.is-scroll-stack-enhanced {
    padding-top: 112px;
    padding-bottom: 48px;
  }

  .dcim-operations-showcase.is-scroll-stack-enhanced > .content-width {
    display: flow-root;
  }

  .dcim-operations-showcase.is-scroll-stack-enhanced .pd-heading {
    position: sticky;
    top: 96px;
    z-index: 10;
    pointer-events: none;
    transition: opacity 650ms cubic-bezier(.22, 1, .36, 1) !important;
  }

  .dcim-operations-showcase.is-scroll-stack-enhanced .dcim-operation-heading-track {
    position: absolute;
    z-index: 10;
    top: 0;
    right: 0;
    left: 0;
    height: var(--dcim-heading-track-height, 100%);
    pointer-events: none;
  }

  .dcim-operations-showcase.is-scroll-stack-enhanced .dcim-operation-list {
    position: relative;
    margin-top: calc(var(--section-heading-gap) + var(--dcim-stack-heading-height, 82px));
    padding-bottom: var(--dcim-stack-runout, 180px);
    overflow: visible;
  }

  .dcim-operations-showcase.is-scroll-stack-enhanced .dcim-operation-row[data-stack-card] {
    z-index: var(--stack-z, 1);
    width: 100%;
    transform-origin: 50% 0;
    transition: opacity 650ms cubic-bezier(.22, 1, .36, 1) !important;
    backface-visibility: hidden;
    transform-style: preserve-3d;
    will-change: transform;
  }

  .dcim-operations-showcase.is-scroll-stack-enhanced .dcim-operation-stack-end {
    display: block;
  }
}

.dcim-operation-row.is-active {
  border-top-color: transparent;
}

.dcim-operation-row:nth-child(even) .dcim-operation-copy,
.dcim-operation-row:nth-child(even) .dcim-operation-visual {
  order: initial;
}

@media (min-width: 1051px) {
  .dcim-operation-row[data-stack-card] {
    grid-template-columns: 606px minmax(0, 1fr);
  }

  .dcim-operation-row[data-stack-card] .dcim-operation-visual {
    order: 1;
  }

  .dcim-operation-row[data-stack-card] .dcim-operation-copy {
    order: 2;
  }
}

.dcim-operation-copy {
  position: relative;
  z-index: 1;
  --dcim-copy-extend-left: 0px;
  width: 100%;
  max-width: none;
  margin-left: 0;
  padding: 76px 0 0;
  align-self: start;
  transform: translate3d(0, var(--stack-copy-y, 0px), 0);
  will-change: transform;
}

.dcim-operation-meta {
  display: none;
}

.dcim-operation-meta::after {
  content: "";
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  height: 1px;
  background: #e8ebf0;
}

.dcim-operation-meta span,
.dcim-operation-meta em {
  font-size: 12px;
  font-weight: 650;
  font-style: normal;
  letter-spacing: .12em;
}

.dcim-operation-meta span {
  color: var(--site-text-strong, #313a50);
  font-size: 14px;
}

.dcim-operation-meta em {
  color: #7f8797;
  font-size: 11px;
  letter-spacing: .08em;
}

.dcim-operation-copy h3 {
  max-width: 620px;
  margin: 0 0 14px;
  color: #30384d;
  background: transparent;
  font-size: 30px;
  font-weight: 620;
  letter-spacing: 0;
  line-height: 1.35;
}

.dcim-operation-copy p {
  max-width: 650px;
  margin: 0;
  color: #aeb4bf;
  font-size: 15px;
  line-height: 1.78;
}

.dcim-operation-points {
  margin-top: 22px;
  display: grid;
}

.dcim-operation-points article {
  position: relative;
  padding: 14px 0 14px 20px;
  border-bottom: 1px solid #e8ebf0;
}

.dcim-operation-points article:last-child {
  border-bottom: 0;
  padding-bottom: 0;
}

.dcim-operation-points article::before {
  content: "";
  position: absolute;
  top: 23px;
  left: 0;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: var(--pd-accent);
}

.dcim-operation-points strong,
.dcim-operation-points span {
  display: block;
}

.dcim-operation-points strong {
  color: #354058;
  font-size: 18px;
  font-weight: 620;
  line-height: 1.5;
}

.dcim-operation-points span {
  margin-top: 6px;
  color: #9097a5;
  font-size: 12px;
  line-height: 1.7;
}

.dcim-operation-copy ul {
  display: none;
}

.dcim-operation-copy li {
  min-height: 30px;
  padding: 7px 11px;
  border: 1px solid #e5e9ef;
  border-radius: 2px;
  color: #788294;
  background: #f8f9fb;
  font-size: 11px;
}

.dcim-operation-visual {
  position: relative;
  z-index: 1;
  left: 0;
  margin-left: 0;
  width: 606px;
  height: 508px;
  aspect-ratio: auto;
  display: grid;
  place-items: center;
  justify-self: start;
  min-height: 0;
  overflow: hidden;
  border: 0;
  border-radius: 0;
  background: #f6f7f9;
  box-shadow: none;
  transform: translate3d(0, var(--stack-visual-y, 0px), 0);
  will-change: transform;
}

.dcim-operation-visual::before {
  content: none;
}

.dcim-operation-visual-campus::before {
  content: none;
}

.dcim-operation-visual-campus::after {
  content: none;
}

.dcim-operation-visual img {
  position: relative;
  z-index: 1;
  display: block;
  width: auto;
  height: 84%;
  max-width: 84%;
  object-fit: contain;
  object-position: center;
  filter: none;
  pointer-events: none;
  user-select: none;
}

.dcim-operation-visual-campus img {
  overflow: visible;
}

/* The opening assembly runs once inside the SVG.  Only the settled top
   assembly keeps breathing after the weighted drop and impact have finished. */

@media (max-width: 1050px) {
  .dcim-operations-showcase {
    padding-bottom: 180px;
  }

  .dcim-operation-row[data-stack-card] {
    height: auto;
    min-height: 0;
    max-height: none;
    aspect-ratio: auto;
    margin-bottom: 90px;
    padding: 56px 48px;
    grid-template-columns: minmax(300px, .82fr) minmax(0, 1fr);
    gap: 56px;
  }

  .dcim-operation-row[data-stack-card] .dcim-operation-visual {
    order: 1;
  }

  .dcim-operation-row[data-stack-card] .dcim-operation-copy {
    order: 2;
  }

  .dcim-operation-copy { --dcim-copy-extend-left: 0px; }

  .dcim-operation-copy {
    padding-top: 38px;
  }

  .dcim-operation-visual {
    left: 0;
    margin-left: 0;
    width: min(34vw, 350px);
    height: auto;
    aspect-ratio: 1;
    min-height: 0;
  }

}

@media (max-width: 760px) {
  .dcim-operations-showcase {
    padding: 92px 0 120px;
  }

  .dcim-operation-list {
    margin-top: 52px;
    padding-bottom: 0;
  }

  .dcim-operation-row[data-stack-card] {
    position: relative;
    top: auto;
    margin-bottom: 52px;
    padding: 42px 24px 48px;
    display: flex;
    flex-direction: column;
    align-items: stretch;
    gap: 38px;
    transform: none !important;
    box-shadow: none;
  }

  .dcim-operation-copy {
    --dcim-copy-extend-left: 0px;
    max-width: none;
    padding-top: 0;
    order: 2;
  }

  .dcim-operation-copy h3,
  .dcim-operation-copy p {
    max-width: none;
  }

  .dcim-operation-copy h3 {
    margin-top: 28px;
    font-size: 26px;
  }

  .dcim-operation-points {
    margin-top: 18px;
  }

  .dcim-operation-points strong {
    font-size: 16px;
  }

  .dcim-operation-meta::after {
    left: 0;
  }

  .dcim-operation-visual {
    order: 1;
    margin-left: 0;
    width: min(76vw, 340px);
    height: auto;
    aspect-ratio: 1;
    min-height: 0;
    align-self: center;
  }

}

@media (prefers-reduced-motion: reduce) {
  .dcim-operation-row[data-stack-card] {
    position: relative;
    top: auto;
    height: auto;
    min-height: 0;
    margin-bottom: 72px;
    transform: none !important;
    box-shadow: none;
  }

}

/*
  The shared desktop shell keeps every page on a 1480px canvas.  DCIM is
  also previewed in narrower windows, so release just this page from that
  canvas lock and retain a clear 48px desktop gutter (16px on mobile).
  Wide screens continue to use the original 1480px composition.
*/
@media (max-width: 1479px) {
  html.dcim-document,
  html.dcim-document body.dcim-page,
  html.dcim-document body.dcim-page main,
  html.dcim-document body.dcim-page .site-header,
  html.dcim-document body.dcim-page .site-footer,
  html.dcim-document body.dcim-page .pd-main {
    min-width: 0;
  }

  html.dcim-document body.dcim-page .content-width,
  html.dcim-document body.dcim-page .nav-inner {
    width: min(var(--fixed-width), calc(100vw - 96px)) !important;
    max-width: none !important;
  }

  html.dcim-document body.dcim-page .home-notice {
    width: 100%;
    min-width: 0;
  }
}

@media (max-width: 760px) {
  html.dcim-document body.dcim-page .content-width,
  html.dcim-document body.dcim-page .nav-inner {
    width: calc(100vw - 32px) !important;
  }
}

/* -------------------------------------------------------------------------
   V10 section rhythm

   Product heroes, pricing/rights boards, capability labs and the DCIM stack
   are separate compositions, but their section boundaries use the same
   vertical cadence. Adjacent sections do not stack a bottom padding and a
   top padding; the next section owns the visible gap.
   ------------------------------------------------------------------------- */
.product-detail-page .pd-rights-section,
.product-detail-page .cloud-capabilities,
.product-detail-page .dcim-capabilities {
  padding-top: var(--section-space-top);
  padding-bottom: 0;
}

.product-detail-page .dcim-capabilities {
  padding-bottom: var(--section-space-bottom);
}

.product-detail-page .cloud-feature-fall {
  padding-top: var(--section-space-top);
  padding-bottom: var(--section-space-bottom);
}

.dcim-page .dcim-operations-showcase {
  padding-top: var(--section-space-top);
  padding-bottom: 0;
}

.product-detail-page .pd-rights-heading {
  margin-bottom: var(--section-heading-gap);
}

.cloud-home-notice + .pd-rights-section,
.dcim-home-notice + .pd-rights-section {
  padding-top: var(--section-space-top);
}

.product-detail-page .cloud-capabilities .bms-capability-showcase,
.product-detail-page .dcim-capabilities .bms-capability-showcase,
.product-detail-page .cloud-feature-stage {
  margin-top: var(--section-heading-gap);
}

.dcim-page .dcim-operation-list {
  margin-top: var(--section-heading-gap);
}

@media (max-width: 1050px) {
  .dcim-page .dcim-operations-showcase {
    padding-top: 96px;
    padding-bottom: 0;
  }

  .dcim-page .dcim-operation-list {
    margin-top: 44px;
  }
}

@media (max-width: 760px) {
  .product-detail-page .pd-rights-section,
  .product-detail-page .cloud-capabilities,
  .product-detail-page .dcim-capabilities {
    padding-top: 76px;
    padding-bottom: 0;
  }

  .product-detail-page .dcim-capabilities {
    padding-bottom: 84px;
  }

  .product-detail-page .cloud-feature-fall,
  .dcim-page .dcim-operations-showcase {
    padding-top: 76px;
    padding-bottom: 0;
  }

  /* Product rights and capability headings share the same visible start. */
  .product-detail-page .pd-rights-section,
  .product-detail-page .cloud-capabilities,
  .product-detail-page .cloud-feature-fall,
  .product-detail-page .dcim-capabilities {
    padding-top: 76px;
  }

  .cloud-home-notice + .pd-rights-section,
  .dcim-home-notice + .pd-rights-section {
    padding-top: 76px;
  }

  .product-detail-page .cloud-capabilities .bms-capability-showcase,
  .product-detail-page .dcim-capabilities .bms-capability-showcase,
  .product-detail-page .cloud-feature-stage,
  .dcim-page .dcim-operation-list {
    margin-top: 40px;
  }

}

/* The capability matrix now closes the cloud page. The next section owns the
   visible inter-section gap, while the final white section reserves the
   standard boundary before the coral CTA. */
.cloud-page .cloud-feature-fall {
  padding-top: var(--section-space-top);
  padding-bottom: var(--section-space-bottom);
}

@media (max-width: 1050px) {
  .cloud-page .cloud-feature-fall {
    padding-top: 96px;
    padding-bottom: 96px;
  }
}

@media (max-width: 760px) {
  .cloud-page .cloud-feature-fall {
    padding-top: 76px;
    padding-bottom: 84px;
  }
}
