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

/* Fixed desktop canvas below 1040px. The viewport scrolls horizontally
 * instead of shrinking the desktop composition. */
@media (max-width: 1039px) {
  html body,
  html body .site-header { width: 1040px !important; min-width: 1040px !important; }
  html body::before { width: 1040px !important; }
  html body .site-header .container {
    width: 928px !important;
    min-width: 928px !important;
    margin-right: 56px !important;
    margin-left: 56px !important;
  }
  html body .next-page-section .next-page-products[data-products-layout="orbit-compact"] .next-page-products-panel-wrap {
    width: 966px !important;
    min-width: 966px !important;
    max-width: 986px !important;
    margin-top: 12px !important;
  }
}

/* Final motion precedence: this is intentionally the last rule in the file. */
.next-page-section.showcase-motion-ready .next-page-title,
.next-page-section.showcase-motion-ready .next-page-subtitle,
.next-page-section.showcase-motion-ready .next-page-content-switcher { opacity: 0; transform: translate3d(0,24px,0); }
.next-page-section.showcase-motion-ready .next-page-title { transform: translate3d(0,16px,0) scale(.985); }
.next-page-section.showcase-motion-ready .next-page-image-frame,
.next-page-section.showcase-motion-ready .next-page-products { opacity: 0; transform: translate3d(0,38px,0) scale(.975); }
.next-page-section.showcase-motion-visible .next-page-title { animation: showcaseTitleIn 620ms cubic-bezier(.22,1,.36,1) both; }
.next-page-section.showcase-motion-visible .next-page-subtitle { animation: showcaseSubtitleIn 560ms cubic-bezier(.22,1,.36,1) 100ms both; }
.next-page-section.showcase-motion-visible .next-page-image-frame { animation: showcaseImageIn 760ms cubic-bezier(.16,1,.3,1) 210ms both; }
.next-page-section.showcase-motion-visible .next-page-products { animation: showcaseProductsIn 760ms cubic-bezier(.16,1,.3,1) 340ms both; }

/* Final compact-orbit safety net. Keep the 1040px desktop canvas and prevent
 * legacy narrow-screen flat-layout rules from collapsing the side previews. */
@media (max-width: 1039px) {
  html body .next-page-section,
  html body .third-page-section {
    width: 1040px !important;
    max-width: 1040px !important;
    overflow-x: clip !important;
  }

  html body .next-page-section .next-page-products[data-products-layout="orbit-compact"] {
    width: 1040px !important;
    min-width: 1040px !important;
    max-width: 1040px !important;
    margin-left: 0 !important;
    margin-right: 0 !important;
    --products-card-width: 787.5px !important;
    --products-card-height: 571.875px !important;
    --products-viewport-scale: 1 !important;
  }
  html body .next-page-section .next-page-products[data-products-layout="orbit-compact"] .next-page-products-panel-wrap {
    position: relative !important;
    width: 966px !important;
    min-width: 966px !important;
    max-width: 966px !important;
    height: 640px !important;
    min-height: 640px !important;
    margin: 32px auto 0 !important;
    padding: 0 !important;
    aspect-ratio: auto !important;
    perspective: 1800px !important;
    perspective-origin: center 45% !important;
    transform-style: preserve-3d !important;
    overflow: visible !important;
  }
  html body .next-page-section .next-page-products[data-products-layout="orbit-compact"] .next-page-products-panel {
    position: absolute !important;
    display: flex !important;
    top: calc(var(--products-orbit-radius) + (var(--products-card-height) / 2) + var(--products-orbit-top-offset)) !important;
    left: 50% !important;
    width: var(--products-card-width) !important;
    height: var(--products-card-height) !important;
    min-height: var(--products-card-height) !important;
    padding: 24px 32px 32px !important;
    transform: translate(-50%, -50%) translateX(var(--products-orbit-offset-x)) rotate(var(--products-orbit-angle)) translateY(var(--products-orbit-radius-negative)) scale(var(--products-orbit-scale)) !important;
    transform-origin: center !important;
    transform-style: preserve-3d !important;
    opacity: var(--products-orbit-opacity) !important;
    visibility: visible !important;
    z-index: var(--products-orbit-z) !important;
    pointer-events: none !important;
    transition: opacity 520ms cubic-bezier(0.4, 0, 0.2, 1), transform 520ms cubic-bezier(0.4, 0, 0.2, 1) !important;
  }
  html body .next-page-section .next-page-products[data-products-layout="orbit-compact"] .next-page-products-panel[aria-hidden="true"] { display: flex !important; }
  html body .next-page-section .next-page-products[data-products-layout="orbit-compact"] .next-page-products-panel.is-active { pointer-events: auto !important; }
}

/* Stable native-player sizing for every orbit card.  The card remains a
 * flex column and keeps its 3D transform, but the video no longer stretches
 * to `height: 100%`; its width now determines a predictable 16:9 box so the
 * picture and controls stay inside the rounded card at every viewport. */
.next-page-products-panel .next-page-products-video {
  display: block !important;
  flex: 0 0 auto !important;
  width: 100% !important;
  height: auto !important;
  min-height: 0 !important;
  max-height: 100% !important;
  aspect-ratio: 16 / 9 !important;
  object-fit: contain !important;
  margin-top: clamp(14px, 3vh, 22px) !important;
}

/* Keep the third-page artwork inside the fixed 1040px canvas. The earlier
 * full-bleed repair width (1800px) is useful on wide desktops, but on the
 * horizontally scrollable canvas it becomes the source of the trailing blank
 * strip. The image remains fluid within this frame, so its reveal/stack motion
 * is unchanged. */
@media (max-width: 1039px) {
  html body .third-page-section .third-page-image-frame {
    width: 1040px !important;
    min-width: 1040px !important;
    max-width: 1040px !important;
    margin-left: 0 !important;
    margin-right: 0 !important;
    overflow: visible !important;
  }

  html body .third-page-section .third-page-image {
    display: block !important;
    width: auto !important;
    max-width: 100% !important;
    height: auto !important;
    margin-left: auto !important;
    margin-right: auto !important;
  }
}

/* Orbit previews extend beyond their visual stage on desktop. They should
 * remain visible inside the viewport without creating a second horizontal
 * scroll track whose trailing area is just empty background. The fixed 1040px
 * canvas below this breakpoint still intentionally supports left/right scroll. */
@media (min-width: 1040px) {
  html,
  body {
    overflow-x: hidden !important;
  }
}

/* On the fixed 1040px canvas the orbit's far-side previews are intentionally
 * outside the visible stage. Clip only that carousel stage so horizontal
 * scrolling still ends at the real page canvas instead of at invisible cards. */
@media (max-width: 1039px) {
  html body .next-page-section .next-page-products[data-products-layout="orbit-compact"] {
    overflow-x: clip !important;
    clip-path: inset(-80px 0 -80px 0) !important;
  }
}

/* EOF compact-orbit safety net. This must remain last so legacy narrow-screen
 * flat-layout rules cannot collapse the 3D previews into the active card. */
@media (max-width: 1039px) {
  html body .next-page-section .next-page-products[data-products-layout="orbit-compact"] {
    width: 1040px !important;
    min-width: 1040px !important;
    max-width: 1040px !important;
    margin-left: 0 !important;
    margin-right: 0 !important;
    --products-card-width: 787.5px !important;
    --products-card-height: 571.875px !important;
    --products-viewport-scale: 1 !important;
  }

  html body .next-page-section .next-page-products[data-products-layout="orbit-compact"] .next-page-products-panel-wrap {
    position: relative !important;
    width: 966px !important;
    min-width: 966px !important;
    max-width: 966px !important;
    height: 640px !important;
    min-height: 640px !important;
    margin-right: auto !important;
    margin-left: auto !important;
    padding: 0 !important;
    aspect-ratio: auto !important;
    perspective: 1800px !important;
    perspective-origin: center 45% !important;
    transform-style: preserve-3d !important;
    overflow: visible !important;
  }

  html body .next-page-section .next-page-products[data-products-layout="orbit-compact"] .next-page-products-panel {
    position: absolute !important;
    display: flex !important;
    top: calc(
      var(--products-orbit-radius) +
      (var(--products-card-height) / 2) +
      var(--products-orbit-top-offset)
    ) !important;
    left: 50% !important;
    width: var(--products-card-width) !important;
    height: var(--products-card-height) !important;
    min-height: var(--products-card-height) !important;
    padding: 24px 32px 32px !important;
    transform:
      translate(-50%, -50%)
      translateX(var(--products-orbit-offset-x))
      rotate(var(--products-orbit-angle))
      translateY(var(--products-orbit-radius-negative))
      scale(var(--products-orbit-scale)) !important;
    transform-origin: center !important;
    transform-style: preserve-3d !important;
    opacity: var(--products-orbit-opacity) !important;
    visibility: visible !important;
    z-index: var(--products-orbit-z) !important;
    pointer-events: none !important;
    transition: opacity 520ms cubic-bezier(0.4, 0, 0.2, 1),
      transform 520ms cubic-bezier(0.4, 0, 0.2, 1) !important;
  }

  html body .next-page-section .next-page-products[data-products-layout="orbit-compact"] .next-page-products-panel[aria-hidden="true"] {
    display: flex !important;
  }

  html body .next-page-section .next-page-products[data-products-layout="orbit-compact"] .next-page-products-panel.is-active {
    pointer-events: auto !important;
  }
}

/* Product cards: 32px horizontal and bottom content inset. */
.next-page-products .next-page-products-panel {
  padding: 24px 32px 32px !important;
}

/* EOF compact-orbit safety net. This must remain last so legacy narrow-screen
 * flat-layout rules cannot collapse the 3D previews into the active card. */
@media (max-width: 1039px) {
  html body .next-page-section .next-page-products[data-products-layout="orbit-compact"] {
    width: 1040px !important;
    min-width: 1040px !important;
    max-width: 1040px !important;
    margin-left: 0 !important;
    margin-right: 0 !important;
    --products-card-width: 787.5px !important;
    --products-card-height: 571.875px !important;
    --products-viewport-scale: 1 !important;
  }

  html body .next-page-section .next-page-products[data-products-layout="orbit-compact"] .next-page-products-panel-wrap {
    position: relative !important;
    width: 966px !important;
    min-width: 966px !important;
    max-width: 966px !important;
    height: 640px !important;
    min-height: 640px !important;
    margin-right: auto !important;
    margin-left: auto !important;
    padding: 0 !important;
    aspect-ratio: auto !important;
    perspective: 1800px !important;
    perspective-origin: center 45% !important;
    transform-style: preserve-3d !important;
    overflow: visible !important;
  }

  html body .next-page-section .next-page-products[data-products-layout="orbit-compact"] .next-page-products-panel {
    position: absolute !important;
    display: flex !important;
    top: calc(
      var(--products-orbit-radius) +
      (var(--products-card-height) / 2) +
      var(--products-orbit-top-offset)
    ) !important;
    left: 50% !important;
    width: var(--products-card-width) !important;
    height: var(--products-card-height) !important;
    min-height: var(--products-card-height) !important;
    padding: 24px 32px 32px !important;
    transform:
      translate(-50%, -50%)
      translateX(var(--products-orbit-offset-x))
      rotate(var(--products-orbit-angle))
      translateY(var(--products-orbit-radius-negative))
      scale(var(--products-orbit-scale)) !important;
    transform-origin: center !important;
    transform-style: preserve-3d !important;
    opacity: var(--products-orbit-opacity) !important;
    visibility: visible !important;
    z-index: var(--products-orbit-z) !important;
    pointer-events: none !important;
    transition: opacity 520ms cubic-bezier(0.4, 0, 0.2, 1),
      transform 520ms cubic-bezier(0.4, 0, 0.2, 1) !important;
  }

  html body .next-page-section .next-page-products[data-products-layout="orbit-compact"] .next-page-products-panel[aria-hidden="true"] {
    display: flex !important;
  }

  html body .next-page-section .next-page-products[data-products-layout="orbit-compact"] .next-page-products-panel.is-active {
    pointer-events: auto !important;
  }
}

/* EOF compact-orbit safety net. This must remain last so legacy narrow-screen
 * flat-layout rules cannot collapse the 3D previews into the active card. */
@media (max-width: 1039px) {
  html body .next-page-section .next-page-products[data-products-layout="orbit-compact"] {
    width: 1040px !important;
    min-width: 1040px !important;
    max-width: 1040px !important;
    margin-left: 0 !important;
    margin-right: 0 !important;
    --products-card-width: 787.5px !important;
    --products-card-height: 571.875px !important;
    --products-viewport-scale: 1 !important;
  }

  html body .next-page-section .next-page-products[data-products-layout="orbit-compact"] .next-page-products-panel-wrap {
    position: relative !important;
    width: 966px !important;
    min-width: 966px !important;
    max-width: 966px !important;
    height: 640px !important;
    min-height: 640px !important;
    margin-right: auto !important;
    margin-left: auto !important;
    padding: 0 !important;
    aspect-ratio: auto !important;
    perspective: 1800px !important;
    perspective-origin: center 45% !important;
    transform-style: preserve-3d !important;
    overflow: visible !important;
  }

  html body .next-page-section .next-page-products[data-products-layout="orbit-compact"] .next-page-products-panel {
    position: absolute !important;
    display: flex !important;
    top: calc(
      var(--products-orbit-radius) +
      (var(--products-card-height) / 2) +
      var(--products-orbit-top-offset)
    ) !important;
    left: 50% !important;
    width: var(--products-card-width) !important;
    height: var(--products-card-height) !important;
    min-height: var(--products-card-height) !important;
    padding: 24px 32px 32px !important;
    transform:
      translate(-50%, -50%)
      translateX(var(--products-orbit-offset-x))
      rotate(var(--products-orbit-angle))
      translateY(var(--products-orbit-radius-negative))
      scale(var(--products-orbit-scale)) !important;
    transform-origin: center !important;
    transform-style: preserve-3d !important;
    opacity: var(--products-orbit-opacity) !important;
    visibility: visible !important;
    z-index: var(--products-orbit-z) !important;
    pointer-events: none !important;
    transition: opacity 520ms cubic-bezier(0.4, 0, 0.2, 1),
      transform 520ms cubic-bezier(0.4, 0, 0.2, 1) !important;
  }

  html body .next-page-section .next-page-products[data-products-layout="orbit-compact"] .next-page-products-panel[aria-hidden="true"] {
    display: flex !important;
  }

  html body .next-page-section .next-page-products[data-products-layout="orbit-compact"] .next-page-products-panel.is-active {
    pointer-events: auto !important;
  }
}

/* Compact desktop orbit guard. The page keeps its 1040px desktop canvas below
 * the minimum viewport width, so the 3D side previews must not fall through
 * legacy flat-layout media queries. */
@media (max-width: 1039px) {
  html body .next-page-section .next-page-products[data-products-layout="orbit-compact"] {
    width: 1040px !important;
    min-width: 1040px !important;
    max-width: 1040px !important;
    margin-left: 0 !important;
    margin-right: 0 !important;
    --products-card-width: 787.5px !important;
    --products-card-height: 571.875px !important;
    --products-viewport-scale: 1 !important;
  }

  html body .next-page-section .next-page-products[data-products-layout="orbit-compact"] .next-page-products-panel-wrap {
    position: relative !important;
    width: 966px !important;
    min-width: 966px !important;
    max-width: 966px !important;
    height: 640px !important;
    min-height: 640px !important;
    margin-right: auto !important;
    margin-left: auto !important;
    padding: 0 !important;
    aspect-ratio: auto !important;
    perspective: 1800px !important;
    perspective-origin: center 45% !important;
    transform-style: preserve-3d !important;
    overflow: visible !important;
  }

  html body .next-page-section .next-page-products[data-products-layout="orbit-compact"] .next-page-products-panel {
    position: absolute !important;
    display: flex !important;
    top: calc(
      var(--products-orbit-radius) +
      (var(--products-card-height) / 2) +
      var(--products-orbit-top-offset)
    ) !important;
    left: 50% !important;
    width: var(--products-card-width) !important;
    height: var(--products-card-height) !important;
    min-height: var(--products-card-height) !important;
    padding: 24px 32px 32px !important;
    transform:
      translate(-50%, -50%)
      translateX(var(--products-orbit-offset-x))
      rotate(var(--products-orbit-angle))
      translateY(var(--products-orbit-radius-negative))
      scale(var(--products-orbit-scale)) !important;
    transform-origin: center !important;
    transform-style: preserve-3d !important;
    opacity: var(--products-orbit-opacity) !important;
    visibility: visible !important;
    z-index: var(--products-orbit-z) !important;
    pointer-events: none !important;
    transition: opacity 520ms cubic-bezier(0.4, 0, 0.2, 1),
      transform 520ms cubic-bezier(0.4, 0, 0.2, 1) !important;
  }

  html body .next-page-section .next-page-products[data-products-layout="orbit-compact"] .next-page-products-panel[aria-hidden="true"] {
    display: flex !important;
  }

  html body .next-page-section .next-page-products[data-products-layout="orbit-compact"] .next-page-products-panel.is-active {
    pointer-events: auto !important;
  }
}

/* True EOF override: the legacy third-page repair rules above set 48px on
 * this card. Keep the card directly adjacent to the preceding stage. */
.third-page-section .third-page-content-card,
.third-page-section.third-page-section .third-page-content-card {
  margin-top: 0 !important;
}

/* Final third-page card spacing override. Match the selector specificity of
 * legacy repair rules so no earlier 48px margin can win. */
.third-page-section .third-page-content-card {
  margin-top: 0 !important;
}

/* Remove the extra top whitespace above the third-page business card. */
.third-page-content-card {
  margin-top: 0 !important;
}

/* FINAL EOF: requested gap between expert tabs and card wrap. */
@media (min-width: 1025px) {
  body .next-page-section .next-page-products[data-products-layout="orbit-compact"] .next-page-products-panel-wrap {
    margin-top: 12px !important;
  }
}
@media (min-width: 1000px) and (max-width: 1024px) {
  body .next-page-section .next-page-products[data-products-layout="orbit-compact"] .next-page-products-panel-wrap {
    margin-top: 32px !important;
  }
}

/* Final expert-carousel panel gap (kept at EOF). */
@media (min-width: 1025px) {
  html body .next-page-section .next-page-products-panel-wrap { margin-top: 12px !important; }
}
@media (min-width: 1000px) and (max-width: 1024px) {
  html body .next-page-section .next-page-products-panel-wrap { margin-top: 32px !important; }
}

/* Expert carousel panel gap, isolated from all other page spacing. */
@media (min-width: 1025px) {
  html body .next-page-section .next-page-products[data-products-layout="orbit-compact"] .next-page-products-panel-wrap {
    margin-top: 12px !important;
  }
}
@media (min-width: 1000px) and (max-width: 1024px) {
  html body .next-page-section .next-page-products[data-products-layout="orbit-compact"] .next-page-products-panel-wrap {
    margin-top: 32px !important;
  }
}

/* EOF final expert-carousel panel gap */
@media (min-width: 1025px) {
  .next-page-section .next-page-products-panel-wrap { margin-top: 12px !important; }
}
@media (min-width: 1000px) and (max-width: 1024px) {
  .next-page-section .next-page-products-panel-wrap { margin-top: 32px !important; }
}

/* EOF final expert-carousel panel gap */
@media (min-width: 1025px) {
  .next-page-section .next-page-products-panel-wrap { margin-top: 12px !important; }
}
@media (min-width: 1000px) and (max-width: 1024px) {
  .next-page-section .next-page-products-panel-wrap { margin-top: 32px !important; }
}

/* Final expert-carousel panel spacing override. */
@media (min-width: 1025px) {
  .next-page-section .next-page-products-panel-wrap {
    margin-top: 12px !important;
  }
}
@media (max-width: 1024px) {
  .next-page-section .next-page-products-panel-wrap {
    margin-top: 32px !important;
  }
}

/* Expert carousel gap: wide screens stay tight, narrow desktop screens get
 * a little more breathing room. This only affects the panel wrap below tabs. */
@media (min-width: 1025px) {
  .next-page-section .next-page-products[data-products-layout="orbit-compact"] .next-page-products-panel-wrap {
    margin-top: 12px !important;
  }
}

@media (max-width: 1024px) {
  .next-page-section .next-page-products[data-products-layout="orbit-compact"] .next-page-products-panel-wrap {
    margin-top: 32px !important;
  }
}

/* The requested spacing applies only to the second-page expert carousel. */
.next-page-section .next-page-products { margin-top: 120px !important; }

/* FINAL third-page repair (EOF). */
.third-page-section .third-page-image-frame,
.third-page-section.scroll-reveal-ready .third-page-image-frame,
.third-page-section.scroll-reveal-ready .third-page-image-frame.is-scroll-revealed {
  position: relative !important;
  display: block !important;
  width: max(1800px, 100vw) !important;
  margin: -32px 0 0 50% !important;
  opacity: 1 !important;
  visibility: visible !important;
  transform: translate3d(-50%, -24px, 0) !important;
  transition: opacity 620ms cubic-bezier(.25,1,.5,1) !important;
}
.third-page-section .third-page-image { display: block !important; width: auto !important; max-width: 100% !important; height: auto !important; margin-inline: auto !important; transform: scale(.956) !important; }
.third-page-section .third-page-content-card { margin-top: 48px !important; }

/* Highest-priority guard against generic reveal overrides. */
.third-page-section.third-page-section.scroll-reveal-ready .third-page-image-frame,
.third-page-section.third-page-section.scroll-reveal-ready .third-page-image-frame.is-scroll-revealed {
  opacity: 1 !important;
  visibility: visible !important;
  transform: translate3d(-50%, -24px, 0) !important;
}

/* Third-page business card spacing only. Keep all other section spacing intact. */
.third-page-section .third-page-content-card {
  margin-top: 0 !important;
}

/* Definitive EOF override for the product arrow interaction state. */
.next-page-products .next-page-products-arrow:hover,
.next-page-products .next-page-products-arrow:focus-visible,
.next-page-products .next-page-products-arrow:active {
  background: #fff !important;
  background-color: #fff !important;
  background-image: none !important;
  box-shadow: 0 12px 28px rgba(44, 53, 92, 0.18) !important;
}

/* Final button interaction state: white background with elevation. */
.next-page-products .next-page-products-arrow:hover,
.next-page-products .next-page-products-arrow:focus-visible,
.next-page-products .next-page-products-arrow:active {
  background: #fff !important;
  background-color: #fff !important;
  background-image: none !important;
  box-shadow: 0 12px 28px rgba(44, 53, 92, 0.18) !important;
}

/* EOF interaction override: hover stays white and gains elevation. */
.next-page-products-arrow:hover,
.next-page-products-arrow:focus-visible,
.next-page-products-arrow:active,
.next-page-products[data-products-layout="normal"] .next-page-products-arrow:hover,
.next-page-products[data-products-layout="normal"] .next-page-products-arrow:focus-visible,
.next-page-products[data-products-layout="normal"] .next-page-products-arrow:active {
  background: #fff !important;
  background-color: #fff !important;
  background-image: none !important;
  box-shadow: 0 12px 28px rgba(44, 53, 92, 0.18) !important;
}

/* Keep navigation controls white on interaction; only add elevation. */
.next-page-products-arrow:hover,
.next-page-products-arrow:active,
.next-page-products[data-products-layout="normal"] .next-page-products-arrow:hover,
.next-page-products[data-products-layout="normal"] .next-page-products-arrow:active {
  background: #fff !important;
  background-color: #fff !important;
  background-image: none !important;
  box-shadow: 0 12px 28px rgba(44, 53, 92, 0.18) !important;
}

/* Natural scroll reveal (final precedence): use a short, quiet transition
 * rather than a large keyframe jump when each block reaches its own position. */
.next-page-section.showcase-scroll-ready .next-page-title,
.next-page-section.showcase-scroll-ready .next-page-subtitle,
.next-page-section.showcase-scroll-ready .next-page-image-frame,
.next-page-section.showcase-scroll-ready .next-page-products {
  opacity: 0 !important;
  transform: translate3d(0, 18px, 0) scale(0.992) !important;
  animation: none !important;
  transition:
    opacity 620ms cubic-bezier(0.25, 1, 0.5, 1),
    transform 720ms cubic-bezier(0.22, 1, 0.36, 1) !important;
  will-change: opacity, transform;
}

.next-page-section.showcase-scroll-ready.showcase-motion-visible .next-page-title,
.next-page-section.showcase-scroll-ready.showcase-motion-visible .next-page-subtitle,
.next-page-section.showcase-scroll-ready.showcase-image-visible .next-page-image-frame,
.next-page-section.showcase-scroll-ready.showcase-products-visible .next-page-products {
  opacity: 1 !important;
  transform: none !important;
}

.next-page-section.showcase-scroll-ready.showcase-motion-visible .next-page-subtitle {
  transition-delay: 90ms;
}

.next-page-section.showcase-scroll-ready.showcase-image-visible .next-page-image-frame {
  transition-delay: 60ms;
}

.next-page-section.showcase-scroll-ready.showcase-products-visible .next-page-products {
  transition-delay: 90ms;
}

@media (prefers-reduced-motion: reduce) {
  .next-page-section.showcase-scroll-ready .next-page-title,
  .next-page-section.showcase-scroll-ready .next-page-subtitle,
  .next-page-section.showcase-scroll-ready .next-page-image-frame,
  .next-page-section.showcase-scroll-ready .next-page-products {
    opacity: 1 !important;
    transform: none !important;
    animation: none !important;
    transition: none !important;
  }
}

/* FINAL third-page repair: the artwork is a wide centered stage. Do not let
 * the generic scroll-reveal transform replace its translateX(-50%) anchor. */
.third-page-section .third-page-image-frame,
.third-page-section.scroll-reveal-ready .third-page-image-frame,
.third-page-section.scroll-reveal-ready .third-page-image-frame.is-scroll-revealed {
  position: relative !important;
  display: block !important;
  width: max(1800px, 100vw) !important;
  margin: -32px 0 0 50% !important;
  opacity: 1 !important;
  visibility: visible !important;
  transform: translate3d(-50%, -24px, 0) !important;
  transition: opacity 620ms cubic-bezier(.25,1,.5,1) !important;
}

.third-page-section .third-page-image {
  display: block !important;
  width: auto !important;
  max-width: 100% !important;
  height: auto !important;
  margin-inline: auto !important;
  transform: scale(.956) !important;
}

.third-page-section .third-page-content-card {
  margin-top: 48px !important;
}

/* EOF: scroll-position reveal must outrank all legacy responsive overrides. */
.next-page-section.showcase-scroll-ready .next-page-title,
.next-page-section.showcase-scroll-ready .next-page-subtitle,
.next-page-section.showcase-scroll-ready .next-page-image-frame,
.next-page-section.showcase-scroll-ready .next-page-products {
  opacity: 0 !important;
  transform: translate3d(0, 32px, 0) scale(0.98) !important;
}
.next-page-section.showcase-scroll-ready.showcase-motion-visible .next-page-title,
.next-page-section.showcase-scroll-ready.showcase-motion-visible .next-page-subtitle,
.next-page-section.showcase-scroll-ready.showcase-image-visible .next-page-image-frame,
.next-page-section.showcase-scroll-ready.showcase-products-visible .next-page-products {
  opacity: 1 !important;
  transform: none !important;
}
.next-page-section.showcase-scroll-ready.showcase-motion-visible .next-page-title { animation: showcaseTitleIn 620ms cubic-bezier(.22,1,.36,1) both; }
.next-page-section.showcase-scroll-ready.showcase-motion-visible .next-page-subtitle { animation: showcaseSubtitleIn 560ms cubic-bezier(.22,1,.36,1) 100ms both; }
.next-page-section.showcase-scroll-ready.showcase-image-visible .next-page-image-frame { animation: showcaseImageIn 760ms cubic-bezier(.16,1,.3,1) both; }
.next-page-section.showcase-scroll-ready.showcase-products-visible .next-page-products { animation: showcaseProductsIn 760ms cubic-bezier(.16,1,.3,1) both; }

/* EOF fix: preserve the third-page stage's horizontal centering transform. */
.third-page-section.scroll-reveal-ready .third-page-image-frame {
  opacity: 0 !important;
  transform: translate3d(-50%, -6px, 0) !important;
  transition: opacity 620ms cubic-bezier(.25,1,.5,1), transform 720ms cubic-bezier(.22,1,.36,1) !important;
}
.third-page-section.scroll-reveal-ready .third-page-image-frame.is-scroll-revealed {
  opacity: 1 !important;
  transform: translate3d(-50%, -24px, 0) !important;
}

/* The third-page artwork uses translateX(-50%) for its wide, centered stage.
 * Keep that positioning while applying the scroll reveal; a generic
 * transform:none would push the 1800px frame to the right edge. */
.third-page-section.scroll-reveal-ready .third-page-image-frame {
  opacity: 0 !important;
  transform: translate3d(-50%, -6px, 0) !important;
  transition: opacity 620ms cubic-bezier(0.25, 1, 0.5, 1), transform 720ms cubic-bezier(0.22, 1, 0.36, 1) !important;
}

.third-page-section.scroll-reveal-ready .third-page-image-frame.is-scroll-revealed {
  opacity: 1 !important;
  transform: translate3d(-50%, -24px, 0) !important;
}

/* EOF shared reveal precedence for later sections. */
.scroll-reveal-ready .next-page-title,
.scroll-reveal-ready .next-page-subtitle,
.scroll-reveal-ready .integration-page-title,
.scroll-reveal-ready .integration-page-subtitle,
.scroll-reveal-ready .model-page-title,
.scroll-reveal-ready .model-page-subtitle,
.scroll-reveal-ready .service-title,
.scroll-reveal-ready .ending-page-content,
.scroll-reveal-ready .ending-page-icon,
.scroll-reveal-ready .ending-page-title,
.scroll-reveal-ready .ending-page-subtitle,
.scroll-reveal-ready .ending-page-actions,
.scroll-reveal-ready .third-page-image-frame,
.scroll-reveal-ready .third-page-content-card,
.scroll-reveal-ready .integration-product-tabs,
.scroll-reveal-ready .integration-product-panels,
.scroll-reveal-ready .model-page-image-frame,
.scroll-reveal-ready .service-grid,
.scroll-reveal-ready .service-card {
  opacity: 0 !important;
  transform: translate3d(0, 18px, 0) scale(0.992) !important;
  transition: opacity 620ms cubic-bezier(0.25, 1, 0.5, 1), transform 720ms cubic-bezier(0.22, 1, 0.36, 1) !important;
}
.scroll-reveal-ready .is-scroll-revealed { opacity: 1 !important; transform: none !important; }
.scroll-reveal-ready .is-scroll-revealed:nth-child(2) { transition-delay: 80ms !important; }
.scroll-reveal-ready .is-scroll-revealed:nth-child(3) { transition-delay: 150ms !important; }
.scroll-reveal-ready .is-scroll-revealed:nth-child(4) { transition-delay: 220ms !important; }
@media (prefers-reduced-motion: reduce) {
  .scroll-reveal-ready .next-page-title,
  .scroll-reveal-ready .next-page-subtitle,
  .scroll-reveal-ready .integration-page-title,
  .scroll-reveal-ready .integration-page-subtitle,
  .scroll-reveal-ready .model-page-title,
  .scroll-reveal-ready .model-page-subtitle,
  .scroll-reveal-ready .service-title,
  .scroll-reveal-ready .ending-page-content,
  .scroll-reveal-ready .ending-page-icon,
  .scroll-reveal-ready .ending-page-title,
  .scroll-reveal-ready .ending-page-subtitle,
  .scroll-reveal-ready .ending-page-actions,
  .scroll-reveal-ready .third-page-image-frame,
  .scroll-reveal-ready .third-page-content-card,
  .scroll-reveal-ready .integration-product-tabs,
  .scroll-reveal-ready .integration-product-panels,
  .scroll-reveal-ready .model-page-image-frame,
  .scroll-reveal-ready .service-grid,
  .scroll-reveal-ready .service-card { opacity: 1 !important; transform: none !important; transition: none !important; }
}

/* Shared scroll reveals for the scenes that follow the operating-expert
 * section. Every element keeps its layout space and only moves on the GPU. */
.scroll-reveal-ready .next-page-title,
.scroll-reveal-ready .next-page-subtitle,
.scroll-reveal-ready .integration-page-title,
.scroll-reveal-ready .integration-page-subtitle,
.scroll-reveal-ready .model-page-title,
.scroll-reveal-ready .model-page-subtitle,
.scroll-reveal-ready .service-title,
.scroll-reveal-ready .ending-page-content,
.scroll-reveal-ready .ending-page-icon,
.scroll-reveal-ready .ending-page-title,
.scroll-reveal-ready .ending-page-subtitle,
.scroll-reveal-ready .ending-page-actions,
.scroll-reveal-ready .third-page-image-frame,
.scroll-reveal-ready .third-page-content-card,
.scroll-reveal-ready .integration-product-tabs,
.scroll-reveal-ready .integration-product-panels,
.scroll-reveal-ready .model-page-image-frame,
.scroll-reveal-ready .service-grid,
.scroll-reveal-ready .service-card {
  opacity: 0;
  transform: translate3d(0, 18px, 0) scale(0.992);
  transition:
    opacity 620ms cubic-bezier(0.25, 1, 0.5, 1),
    transform 720ms cubic-bezier(0.22, 1, 0.36, 1);
  will-change: opacity, transform;
}

.scroll-reveal-ready .is-scroll-revealed,
.scroll-reveal-ready.scroll-reveal-visible .next-page-title,
.scroll-reveal-ready.scroll-reveal-visible .next-page-subtitle,
.scroll-reveal-ready.scroll-reveal-visible .integration-page-title,
.scroll-reveal-ready.scroll-reveal-visible .integration-page-subtitle,
.scroll-reveal-ready.scroll-reveal-visible .model-page-title,
.scroll-reveal-ready.scroll-reveal-visible .model-page-subtitle,
.scroll-reveal-ready.scroll-reveal-visible .service-title,
.scroll-reveal-ready.scroll-reveal-visible .ending-page-content,
.scroll-reveal-ready.scroll-reveal-visible .ending-page-icon,
.scroll-reveal-ready.scroll-reveal-visible .ending-page-title,
.scroll-reveal-ready.scroll-reveal-visible .ending-page-subtitle,
.scroll-reveal-ready.scroll-reveal-visible .ending-page-actions,
.scroll-reveal-ready.scroll-reveal-visible .third-page-image-frame,
.scroll-reveal-ready.scroll-reveal-visible .third-page-content-card,
.scroll-reveal-ready.scroll-reveal-visible .integration-product-tabs,
.scroll-reveal-ready.scroll-reveal-visible .integration-product-panels,
.scroll-reveal-ready.scroll-reveal-visible .model-page-image-frame,
.scroll-reveal-ready.scroll-reveal-visible .service-grid,
.scroll-reveal-ready.scroll-reveal-visible .service-card {
  opacity: 1;
  transform: none;
}

.scroll-reveal-ready .is-scroll-revealed:nth-child(2) { transition-delay: 80ms; }
.scroll-reveal-ready .is-scroll-revealed:nth-child(3) { transition-delay: 150ms; }
.scroll-reveal-ready .is-scroll-revealed:nth-child(4) { transition-delay: 220ms; }

@media (prefers-reduced-motion: reduce) {
  .scroll-reveal-ready .next-page-title,
  .scroll-reveal-ready .next-page-subtitle,
  .scroll-reveal-ready .integration-page-title,
  .scroll-reveal-ready .integration-page-subtitle,
  .scroll-reveal-ready .model-page-title,
  .scroll-reveal-ready .model-page-subtitle,
  .scroll-reveal-ready .service-title,
  .scroll-reveal-ready .ending-page-content,
  .scroll-reveal-ready .ending-page-icon,
  .scroll-reveal-ready .ending-page-title,
  .scroll-reveal-ready .ending-page-subtitle,
  .scroll-reveal-ready .ending-page-actions,
  .scroll-reveal-ready .third-page-image-frame,
  .scroll-reveal-ready .third-page-content-card,
  .scroll-reveal-ready .integration-product-tabs,
  .scroll-reveal-ready .integration-product-panels,
  .scroll-reveal-ready .model-page-image-frame,
  .scroll-reveal-ready .service-grid,
  .scroll-reveal-ready .service-card {
    opacity: 1;
    transform: none;
    transition: none;
  }
}

/* Final scroll-reveal precedence. */
.next-page-section.showcase-scroll-ready .next-page-title,
.next-page-section.showcase-scroll-ready .next-page-subtitle,
.next-page-section.showcase-scroll-ready .next-page-image-frame,
.next-page-section.showcase-scroll-ready .next-page-products { opacity: 0; transform: translate3d(0,32px,0) scale(.98); }
.next-page-section.showcase-scroll-ready.showcase-motion-visible .next-page-title { animation: showcaseTitleIn 620ms cubic-bezier(.22,1,.36,1) both; }
.next-page-section.showcase-scroll-ready.showcase-motion-visible .next-page-subtitle { animation: showcaseSubtitleIn 560ms cubic-bezier(.22,1,.36,1) 100ms both; }
.next-page-section.showcase-scroll-ready.showcase-image-visible .next-page-image-frame { animation: showcaseImageIn 760ms cubic-bezier(.16,1,.3,1) both; }
.next-page-section.showcase-scroll-ready.showcase-products-visible .next-page-products { animation: showcaseProductsIn 760ms cubic-bezier(.16,1,.3,1) both; }

/* Scroll-position reveal: each block waits until its own visual area enters
 * the viewport, instead of playing the whole scene at once. */
.next-page-section.showcase-scroll-ready .next-page-title,
.next-page-section.showcase-scroll-ready .next-page-subtitle,
.next-page-section.showcase-scroll-ready .next-page-image-frame,
.next-page-section.showcase-scroll-ready .next-page-products {
  opacity: 0;
  transform: translate3d(0, 32px, 0) scale(0.98);
}

.next-page-section.showcase-scroll-ready.showcase-motion-visible .next-page-title {
  animation: showcaseTitleIn 620ms cubic-bezier(0.22, 1, 0.36, 1) both;
}

.next-page-section.showcase-scroll-ready.showcase-motion-visible .next-page-subtitle {
  animation: showcaseSubtitleIn 560ms cubic-bezier(0.22, 1, 0.36, 1) 100ms both;
}

.next-page-section.showcase-scroll-ready.showcase-image-visible .next-page-image-frame {
  animation: showcaseImageIn 760ms cubic-bezier(0.16, 1, 0.3, 1) both;
}

.next-page-section.showcase-scroll-ready.showcase-products-visible .next-page-products {
  animation: showcaseProductsIn 760ms cubic-bezier(0.16, 1, 0.3, 1) both;
}

@media (prefers-reduced-motion: reduce) {
  .next-page-section.showcase-scroll-ready .next-page-title,
  .next-page-section.showcase-scroll-ready .next-page-subtitle,
  .next-page-section.showcase-scroll-ready .next-page-image-frame,
  .next-page-section.showcase-scroll-ready .next-page-products {
    opacity: 1;
    transform: none;
    animation: none;
  }
}
@media (prefers-reduced-motion: reduce) {
  .next-page-section.showcase-motion-ready .next-page-title,
  .next-page-section.showcase-motion-ready .next-page-subtitle,
  .next-page-section.showcase-motion-ready .next-page-content-switcher,
  .next-page-section.showcase-motion-ready .next-page-image-frame,
  .next-page-section.showcase-motion-ready .next-page-products { opacity: 1; transform: none; animation: none; }
}

/* EOF motion guard: keep the showcase reveal above legacy responsive rules. */
.next-page-section.showcase-motion-ready .next-page-title,
.next-page-section.showcase-motion-ready .next-page-subtitle,
.next-page-section.showcase-motion-ready .next-page-content-switcher { opacity: 0; transform: translate3d(0, 24px, 0); }
.next-page-section.showcase-motion-ready .next-page-title { transform: translate3d(0, 16px, 0) scale(.985); }
.next-page-section.showcase-motion-ready .next-page-image-frame,
.next-page-section.showcase-motion-ready .next-page-products { opacity: 0; transform: translate3d(0, 38px, 0) scale(.975); }
.next-page-section.showcase-motion-visible .next-page-title { animation: showcaseTitleIn 620ms cubic-bezier(.22,1,.36,1) both; }
.next-page-section.showcase-motion-visible .next-page-subtitle { animation: showcaseSubtitleIn 560ms cubic-bezier(.22,1,.36,1) 100ms both; }
.next-page-section.showcase-motion-visible .next-page-image-frame { animation: showcaseImageIn 760ms cubic-bezier(.16,1,.3,1) 210ms both; }
.next-page-section.showcase-motion-visible .next-page-image-overlay { animation: showcaseOverlayIn 560ms cubic-bezier(.22,1,.36,1) 520ms both; }
.next-page-section.showcase-motion-visible .next-page-products { animation: showcaseProductsIn 760ms cubic-bezier(.16,1,.3,1) 340ms both; }
@keyframes showcaseTitleIn { from { opacity: 0; transform: translate3d(0,16px,0) scale(.985); } to { opacity: 1; transform: translate3d(0,0,0) scale(1); } }
@keyframes showcaseSubtitleIn { from { opacity: 0; transform: translate3d(0,24px,0); } to { opacity: 1; transform: translate3d(0,0,0); } }
@keyframes showcaseImageIn { from { opacity: 0; transform: translate3d(0,38px,0) scale(.975); } to { opacity: 1; transform: translate3d(0,0,0) scale(1); } }
@keyframes showcaseOverlayIn { from { opacity: 0; transform: translate3d(0,16px,0); } to { opacity: 1; transform: translate3d(0,0,0); } }
@keyframes showcaseProductsIn { from { opacity: 0; transform: translate3d(0,38px,0) scale(.975); } to { opacity: 1; transform: translate3d(0,0,0) scale(1); } }
@media (prefers-reduced-motion: reduce) {
  .next-page-section.showcase-motion-ready .next-page-title,
  .next-page-section.showcase-motion-ready .next-page-subtitle,
  .next-page-section.showcase-motion-ready .next-page-content-switcher,
  .next-page-section.showcase-motion-ready .next-page-image-frame,
  .next-page-section.showcase-motion-ready .next-page-products,
  .next-page-section.showcase-motion-visible .next-page-image-overlay { opacity: 1; transform: none; animation: none; }
}

:root {
  --page-min-width: 1040px;
  --page-viewport-width: max(var(--page-min-width), 100vw);
  --section-title-size: clamp(38px, calc(38px + (var(--page-viewport-width) - 1000px) * 0.03), 44px);
  --section-title-line-height: clamp(54px, calc(54px + (var(--page-viewport-width) - 1000px) * 0.05), 64px);
}

html {
  scrollbar-width: none;
}

html::-webkit-scrollbar,
body::-webkit-scrollbar {
  display: none;
  width: 0;
  height: 0;
}

body {
  position: relative;
  margin: 0;
  width: max(100vw, var(--page-min-width));
  min-width: var(--page-min-width);
  min-height: 100vh;
  padding-top: 77px;
  font-family:
    "Inter",
    "PingFang SC",
    "Hiragino Sans GB",
    "Microsoft YaHei",
    sans-serif;
  color: var(--text);
  background-color: #F4F9FF;
  overflow-x: auto;
}

/* Keep the desktop canvas intact below 1040px; users can scroll horizontally. */
@media (max-width: 1039px) {
  html,
  body {
    min-width: 1040px !important;
    width: 1040px !important;
  }
}

body::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: auto;
  aspect-ratio: 16 / 9;
  background-image: url("./assets/tittle_bgimg_scroll.png");
  background-repeat: no-repeat;
  background-position: top center;
  background-size: cover;
  pointer-events: none;
  z-index: 0;
}

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

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

.hero-bg-grid {
  display: none;
}

.hero-bg-glow {
  display: none;
}

.site-header {
  position: fixed;
  top: 0;
  left: 0;
  right: auto;
  width: 100vw;
  min-width: 1000px;
  z-index: 10;
  isolation: isolate;
  padding: 14px 0;
  background: transparent;
}

.site-header::before {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  background: linear-gradient(180deg, rgba(249, 252, 255, 0.5) 0%, rgba(247, 247, 255, 0.7) 100%);
  border-bottom: 1.5px solid rgba(250, 252, 255, 1);
  backdrop-filter: blur(10px) saturate(130%);
  -webkit-backdrop-filter: blur(10px) saturate(130%);
  opacity: 0;
  transition: opacity 0.62s cubic-bezier(0.22, 0.78, 0.2, 1);
}

.site-header.is-scrolled::before {
  opacity: 1;
}

.site-header .container {
  position: relative;
  z-index: 1;
  width: calc(100% - 112px);
  max-width: none;
}

.header-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
}

.brand {
  display: inline-flex;
  align-items: center;
  width: 100px;
  height: 32px;
  flex: 0 0 100px;
  flex-shrink: 0;
}

.brand-logo {
  width: 100%;
  height: 100%;
  object-fit: contain;
  display: block;
}

.brand-mark {
  width: 28px;
  height: 28px;
  border-radius: 6px;
  display: inline-grid;
  place-items: center;
  background: #e73331;
  color: #fff;
  font-weight: 800;
  font-size: 14px;
}

.brand-text {
  font-size: 28px;
  font-weight: 700;
  letter-spacing: 0.5px;
}

.main-nav {
  display: flex;
  align-items: center;
  gap: 8px;
  font-size: 16px;
  line-height: 26px;
  font-weight: 400;
  color: #2f3a52;
}

.main-nav > a {
  width: 96px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: var(--size-text-16);
  line-height: var(--size-text-line-height-26);
  font-weight: var(--size-text-regular);
}

.main-nav .down {
  color: #93a0bc;
}

.main-nav .nav-icon {
  margin-left: 2px;
  font-size: 12px;
  color: #93a0bc;
  vertical-align: 1px;
}

.main-nav .nav-item-with-icon {
  display: inline-flex;
  align-items: center;
  gap: 2px;
}

.main-nav .nav-item-with-icon .nav-icon {
  width: 16px;
  height: 16px;
  margin-left: 0;
  font-size: 16px;
  line-height: 16px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  vertical-align: middle;
}

.hero {
  position: relative;
  z-index: 2;
  overflow-x: clip;
  /* Compact the nav-to-title gap: tighter on short screens, still reduced on large ones. */
  padding-top: clamp(52px, 11vh, 160px);
  padding-bottom: 64px;
}

.next-page-section {
  --next-page-overview-opacity: 1;
  --next-page-detail-opacity: 0;
  position: relative;
  height: 220vh;
  min-height: 220vh;
  box-sizing: border-box;
  overflow: visible;
  padding: 0;
  background: #f9fafd;
}

.next-page-sticky {
  position: sticky;
  top: 77px;
  height: calc(100vh - 77px);
  box-sizing: border-box;
  overflow: hidden;
  display: flex;
  padding: clamp(32px, 4vh, 64px) 0;
  background-color: #f9fafd;
  background-image: url("./assets/bgimg1_scroll.png");
  background-repeat: no-repeat;
  /* Move the enlarged backdrop upward so its glow sits behind the main
   * overview artwork instead of collecting below it. */
  background-position: center 20%;
  background-size: 150% auto;
  position: relative;
  isolation: isolate;
}

/* Dedicated background layer: it sits below the foreground image and scales
 * uniformly, so the artwork never gets stretched by the sticky container. */
.next-page-sticky::before {
  content: "";
  position: absolute;
  z-index: 0;
  inset: 0;
  pointer-events: none;
  background: transparent;
  transform: translateZ(0);
}

.next-page-sticky > * {
  position: relative;
  z-index: 1;
}

.third-page-section {
  --third-page-overview-opacity: 1;
  --third-page-detail-opacity: 0;
  position: relative;
  height: 220vh;
  min-height: 220vh;
  box-sizing: border-box;
  overflow: visible;
  padding: 0;
  background-color: #f7faff;
  background-attachment: fixed;
}

.third-page-sticky {
  position: sticky;
  top: 77px;
  height: calc(100vh - 77px);
  box-sizing: border-box;
  overflow: hidden;
  display: flex;
  padding: clamp(32px, 4vh, 64px) 0;
  background-color: #f7faff;
  background-image: url("./assets/bg3.png");
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  isolation: isolate;
}

.third-page-sticky > .next-page-inner {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  transform: none;
}

.third-page-content-switcher {
  position: relative;
  width: 100%;
  margin-top: clamp(24px, calc(8vh - 24px), 48px);
}

.third-page-image-frame {
  grid-area: 1 / 1;
  position: relative;
  z-index: 1;
  width: min(1800px, 100vw);
  margin: -32px 0 0 50%;
  transform: translate3d(-50%, -24px, 0);
  opacity: var(--third-page-overview-opacity, 1);
  backface-visibility: hidden;
}

.third-page-image-frame,
.third-page-content-card {
  will-change: opacity, transform;
  transition: opacity 180ms cubic-bezier(0.22, 1, 0.36, 1);
}

.third-page-content-card {
  position: absolute;
  z-index: 2;
  top: clamp(10px, calc(100vh - 868px), 32px);
  left: 50%;
  width: calc(var(--page-viewport-width) - 176px);
  max-width: 1200px;
  height: clamp(360px, calc(100vh - 350px), 595px);
  box-sizing: border-box;
  margin: 0;
  /* border: 1px solid rgba(228, 232, 241, 0.9); */
  border-radius: 24px;
  background: #fff;
  box-shadow: 0 24px 64px rgba(45, 55, 92, 0.12);
  display: flex;
  gap: clamp(16px, calc(8vh - 48px), 24px);
  padding: clamp(12px, calc(4vh - 24px), 16px);
  opacity: var(--third-page-detail-opacity, 0);
  visibility: hidden;
  transform: translate3d(-50%, -24px, 0);
  backface-visibility: hidden;
  pointer-events: none;
}

.third-page-section.third-page-detail-visible .third-page-content-card {
  visibility: visible;
}

.third-page-section.third-page-sticky-ready .third-page-content-card {
  pointer-events: auto;
}

.third-page-business-tabs {
  --third-page-business-indicator-y: 0px;
  --third-page-business-indicator-height: 0px;
  position: relative;
  display: flex;
  flex: 0 0 35%;
  flex-direction: column;
  min-width: 0;
  isolation: isolate;
}

.third-page-business-tabs::before {
  content: "";
  position: absolute;
  z-index: 0;
  top: 0;
  right: 0;
  left: 0;
  height: var(--third-page-business-indicator-height);
  border-radius: 16px;
  background: #edf3ff;
  pointer-events: none;
  transform: translate3d(0, var(--third-page-business-indicator-y), 0);
  transition: transform 320ms cubic-bezier(0.22, 1, 0.36, 1);
}

.third-page-business-tab {
  position: relative;
  z-index: 1;
  display: grid;
  flex: 1 1 0;
  grid-template-columns: max-content minmax(0, 1fr);
  grid-template-rows: auto auto;
  align-content: center;
  align-items: center;
  column-gap: 10px;
  row-gap: 7px;
  min-width: 0;
  padding: 20px 16px;
  border: 1px solid transparent;
  border-bottom-color: #edf0f5;
  background: transparent;
  color: #303746;
  text-align: left;
  cursor: pointer;
  outline: none;
  box-shadow: none;
  transition: background-color 220ms ease, color 220ms ease;
}

.third-page-business-tab:focus,
.third-page-business-tab:focus-visible {
  outline: none;
  box-shadow: none;
}

.third-page-business-tab:last-child {
  border-bottom: 0;
}

.third-page-business-tab.is-before-active {
  border-bottom-color: transparent;
}

.third-page-business-tab:hover {
  background: transparent;
}

.third-page-business-tab:hover strong {
  color: #1768ff;
}

.third-page-business-tab.is-active {
  border-radius: 16px;
  border-color: transparent;
  background: transparent;
  color: #1768ff;
}

.third-page-business-tab-icon {
  display: inline-flex;
  flex: 0 0 36px;
  grid-column: 1;
  grid-row: 1;
  align-items: center;
  justify-content: center;
  width: 36px;
  height: 36px;
  border-radius: 0;
  background: transparent;
  box-shadow: none;
}

.third-page-business-tab-icon img {
  display: block;
  width: 36px;
  height: 36px;
  object-fit: contain;
}

.third-page-business-tab-icon-wide {
  width: 72px;
  flex-basis: 72px;
  gap: 0;
}

.third-page-business-tab-icon-wide img {
  width: 100%;
  height: 36px;
}

.third-page-business-tab-copy {
  display: contents;
}

.third-page-business-tab-copy strong {
  grid-column: 2;
  grid-row: 1;
  justify-self: start;
  overflow: hidden;
  color: currentColor;
  font-size: 18px;
  font-weight: 500;
  line-height: 24px;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.third-page-business-tab-copy small {
  grid-column: 1 / -1;
  grid-row: 2;
  justify-self: start;
  color: var(--color-text-gray);
  font-size: 14px;
  font-weight: 400;
  line-height: 22px;
  text-align: left;
}

.third-page-business-preview {
  position: relative;
  flex: 1 1 auto;
  min-width: 0;
  overflow: hidden;
  border-radius: 0;
  background: #f3f3f3;
}

.third-page-business-panel {
  position: absolute;
  inset: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #303030;
  font-size: 18px;
  font-weight: 600;
  opacity: 0;
  visibility: hidden;
  transform: translateY(8px);
  transition: opacity 240ms ease, visibility 240ms ease, transform 240ms ease;
}

.third-page-business-panel.is-active {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}

.third-page-business-video {
  display: block;
  width: 100%;
  height: 100%;
  background: #000;
  object-fit: contain;
}

.integration-page-section {
  position: relative;
  min-height: 100vh;
  box-sizing: border-box;
  padding: clamp(112px, 14vh, 164px) 0 96px;
  background: #fff;
  overflow: hidden;
}

.integration-page-inner {
  width: calc(var(--page-viewport-width) - 176px);
  max-width: 1200px;
  text-align: center;
}

.integration-page-title {
  margin: 0;
  color: var(--color-text-black);
  font-family:
    "PingFang SC",
    "Hiragino Sans GB",
    "Microsoft YaHei",
    sans-serif;
  font-size: var(--section-title-size);
  font-weight: 600;
  letter-spacing: 0.5px;
  line-height: var(--section-title-line-height);
}

.integration-page-title-highlight {
  margin-left: 0.18em;
  background-image: linear-gradient(101deg, #3276ff 4%, #794eff 49%, #ff61da 99%);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
  -webkit-text-fill-color: transparent;
}

.integration-page-subtitle {
  margin: 8px 0 0;
  color: var(--color-text-gray);
  font-size: 18px;
  line-height: 32px;
}

.model-page-section {
  position: relative;
  min-height: 520px;
  box-sizing: border-box;
  padding: 64px 0 88px;
  background: #fff;
}

.model-page-inner {
  text-align: center;
}

.model-page-title {
  margin: 0;
  color: var(--color-text-black);
  font-family:
    "PingFang SC",
    "Hiragino Sans GB",
    "Microsoft YaHei",
    sans-serif;
  font-size: var(--section-title-size);
  line-height: var(--section-title-line-height);
  font-weight: 600;
  letter-spacing: 0.5px;
}

.model-page-title-highlight {
  display: inline-block;
  margin-left: 0.18em;
  background-image: linear-gradient(101deg, #3276ff 4%, #794eff 49%, #ff61da 99%);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
  -webkit-text-fill-color: transparent;
}

.model-page-subtitle {
  margin: 8px 0 0;
  color: var(--color-text-gray);
  font-size: 18px;
  line-height: 32px;
  font-weight: 400;
  letter-spacing: 0.5px;
}

.model-page-image-frame {
  position: relative;
  width: calc(var(--page-viewport-width) - 176px);
  max-width: 1200px;
  margin: 48px auto 0;
  border-radius: 24px;
  overflow: hidden;
}

.model-page-image {
  position: absolute;
  inset: 0;
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

.model-page-copy-card {
  position: relative;
  z-index: 1;
  box-sizing: border-box;
  width: calc(100% - 80px);
  margin: 40px;
  padding: 24px;
  border-radius: 24px;
  border: 1.5px solid #ffffff;
  background: linear-gradient(180deg, #ffffffed 100%, #ffffff 20%);
  backdrop-filter: blur(10px) saturate(100%);
  -webkit-backdrop-filter: blur(10px) saturate(100%);
  text-align: left;
}

.model-page-copy-card p {
  margin: 0;
  color: var(--color-text-light-black);
  font-size: 16px;
  line-height: 30px;
  font-weight: 400;
}

.model-page-copy-card p + p {
  margin-top: 16px;
}

.integration-product-tabs {
  display: flex;
  align-items: stretch;
  justify-content: center;
  gap: 20px;
  margin: 24px auto 0;
}

.integration-product-tab {
  display: flex;
  width: 120px;
  min-width: 120px;
  height: 132px;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 16px 12px;
  border: 0;
  border-radius: 22px;
  background: transparent;
  color: #303746;
  cursor: pointer;
  font-size: 16px;
  line-height: 24px;
  outline: none;
  transition: color 220ms ease, background-color 220ms ease;
}

.integration-product-tab img {
  display: block;
  width: 64px;
  height: 64px;
  object-fit: contain;
}

.integration-product-tab:hover {
  color: #1768ff;
}

.integration-product-tab.is-active {
  background: linear-gradient(127deg, #fff4fb 8%, #f7f5ff 47%, #ecf2ff 92%);;
  color: #1768ff;
}

.integration-product-tab:focus,
.integration-product-tab:focus-visible {
  outline: none;
  box-shadow: none;
}

.integration-product-panels {
  position: relative;
  height: 595px;
  min-height: 595px;
  margin-top: 24px;
}

.integration-product-panel {
  position: absolute;
  inset: 0;
  display: flex;
  gap: 16px;
  align-items: stretch;
  height: 595px;
  opacity: 0;
  visibility: hidden;
  transform: translateY(12px);
  transition: opacity 260ms ease, visibility 260ms ease, transform 260ms ease;
}

.integration-product-panel.is-active {
  position: relative;
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}

.integration-product-info,
.integration-product-visual {
  height: 100%;
  min-width: 0;
  box-sizing: border-box;
  border: 1px solid #e8ebff;
  border-radius: 18px;
  background: linear-gradient(145deg, #f8f9ff 0%, #f1f2ff 100%);
}

.integration-product-info {
  flex: 0 0 35%;
  padding: 32px 24px;
  color: var(--color-text-black);
  text-align: left;
}

.integration-product-visual {
  flex: 1 1 0;
}

.integration-product-info-icon {
  display: block;
  width: 72px;
  height: 72px;
  object-fit: contain;
}

#integration-panel-geo .integration-product-info,
#integration-panel-geo .integration-product-visual {
  box-sizing: border-box;
  border: 1px solid #EDEAFF;
  background: linear-gradient(162deg, #f7faff 47%, #f6f5ff 80%);
}

#integration-panel-private-domain .integration-product-info,
#integration-panel-private-domain .integration-product-visual {
  box-sizing: border-box;
  border: 1px solid #F6EAFF;
  background: linear-gradient(162deg, #f8f5ff 45%, #fdf0ff 90%);
}

#integration-panel-private-domain .integration-product-info h3,
#integration-panel-private-domain .integration-product-title-dot {
  color: #B034E8;
}

#integration-panel-scrm .integration-product-info h3,
#integration-panel-scrm .integration-product-title-dot {
  color: #FF3E49;
}

#integration-panel-scrm .integration-product-info,
#integration-panel-scrm .integration-product-visual {
  box-sizing: border-box;
  border: 1px solid #FEECED;
  background: linear-gradient(162deg, #fff5f6 45%, #ffedf0 90%);
}

#integration-panel-chat .integration-product-info h3,
#integration-panel-chat .integration-product-title-dot {
  color: #1870FF;
}

#integration-panel-chat .integration-product-info,
#integration-panel-chat .integration-product-visual {
  box-sizing: border-box;
  border: 1px solid #E3ECFF;
  background: linear-gradient(162deg, #f5f9ff 45%, #ebf2ff 90%);
}

#integration-panel-referral .integration-product-info h3,
#integration-panel-referral .integration-product-title-dot {
  color: #F2451A;
}

#integration-panel-referral .integration-product-info,
#integration-panel-referral .integration-product-visual {
  box-sizing: border-box;
  border: 1px solid #FFEDE6;
  background: linear-gradient(162deg, #fff8f2 36%, #ffefeb 90%);
}

.integration-product-info h3 {
  margin: 0 0 32px;
  color: #6047FF;
  font-size: 22px;
  font-weight: 600;
  line-height: 30px;
}

.integration-product-title-dot {
  display: inline-block;
  color: #6047FF;
}

.integration-product-info strong {
  display: block;
  margin-bottom: 12px;
  font-size: 20px;
  font-weight: 600;
  line-height: 30px;
}

.integration-product-info p {
  margin: 0 0 22px;
  color: var(--color-text-light-black);
  font-size: 15px;
  line-height: 24px;
}

.integration-product-info ul {
  display: grid;
  gap: 12px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.integration-product-info li {
  position: relative;
  padding-left: 16px;
  color: var(--color-text-light-black);
  font-size: 14px;
  line-height: 22px;
}

.integration-product-info li::before {
  content: "";
  position: absolute;
  top: 9px;
  left: 0;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: linear-gradient(115deg, #36b3ff 12%, #d83dff 88%);
}

#integration-panel-private-domain .integration-product-info li::before {
  background: linear-gradient(115deg, #6a60fa 12%, #1382ff 88%);
}

#integration-panel-scrm .integration-product-info li::before {
  background: linear-gradient(115deg, #f41d41 12%, #ff877c 88%);
}

#integration-panel-chat .integration-product-info li::before {
  background: linear-gradient(115deg, #227bff 12%, #38c3ff 88%);
}

#integration-panel-referral .integration-product-info li::before {
  background: linear-gradient(115deg, #ff5b38 12%, #ffaa46 88%);
}

.integration-product-visual {
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  padding: 0;
}

.integration-product-panel .integration-product-visual {
  padding: 0;
}

.integration-product-visual img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: contain;
  object-position: center center;
  border-radius: 0;
}

.integration-product-panel .integration-product-visual img {
  border-radius: 0;
}

.third-page-section.third-page-sticky-transitioning .third-page-image-frame,
.third-page-section.third-page-sticky-transitioning .third-page-content-card {
  will-change: opacity, transform;
}

.third-page-image {
  position: relative;
  z-index: 0;
  display: block;
  width: auto;
  max-width: 100%;
  height: auto;
  max-height: clamp(360px, calc(100vh - 360px), 680px);
  margin-right: auto;
  margin-left: auto;
  transform: scale(0.956);
  transform-origin: center;
}

.third-page-task-stack {
  position: absolute;
  z-index: 2;
  top: 50%;
  left: 50%;
  width: 450px;
  height: 250px;
  transform: translate(-50%, -50%) scale(clamp(0.8, calc(100vh / 1000px), 1));
  transform-origin: center;
  isolation: isolate;
  pointer-events: none;
}

.third-page-task-card {
  position: absolute;
  top: 0;
  left: 50%;
  width: 100%;
  min-height: 132px;
  padding: 16px 16px 58px;
  box-sizing: border-box;
  overflow: hidden;
  border: 1px solid #edeff2;
  border-radius: 14px;
  background: #ffffff;
  color: var(--color-text-black);
  text-align: left;
  box-shadow: 0 8px 32px 0 rgba(37, 41, 49, 0.08);
  transform-origin: center top;
  backface-visibility: hidden;
  transform: translate3d(-50%, 0, 0);
  will-change: transform, opacity;
  transition:
    transform 460ms cubic-bezier(0.22, 1, 0.36, 1),
    opacity 360ms cubic-bezier(0.25, 1, 0.5, 1);
}

.third-page-task-card::after {
  content: "";
  position: absolute;
  z-index: 2;
  inset: 0;
  border-radius: inherit;
  background: #ffffff;
  opacity: 0;
  pointer-events: none;
  transition: opacity 460ms cubic-bezier(0.22, 1, 0.36, 1);
}

.third-page-task-copy,
.third-page-task-meta,
.third-page-task-action {
  position: relative;
  z-index: 1;
}

.third-page-task-card-back {
  z-index: 1;
  opacity: 1;
  transform: translate3d(-50%, 104px, 0) scale(0.82);
}

.third-page-task-card-back::after {
  opacity: 0.68;
}

.third-page-task-card-middle {
  z-index: 2;
  opacity: 1;
  transform: translate3d(-50%, 56px, 0) scale(0.91);
}

.third-page-task-card-middle::after {
  opacity: 0.42;
}

.third-page-task-card-front {
  z-index: 3;
  transform: translate3d(-50%, 0, 0);
}

.third-page-task-card-front::after {
  opacity: 0;
}

.third-page-task-card-front .third-page-task-copy,
.third-page-task-card-front .third-page-task-meta,
.third-page-task-card-front .third-page-task-action {
  z-index: 3;
}

.third-page-task-card.is-leaving {
  z-index: 4;
  opacity: 0;
  transform: translate3d(-50%, -24px, 0) scale(0.98);
  transition-duration: 460ms, 360ms;
}

.third-page-task-card.is-stack-reset {
  transition: none;
}

.third-page-task-copy {
  max-width: 52em;
  margin: 0;
  color: var(--color-text-black);
  font-size: var(--size-text-14);
  line-height: var(--size-text-line-height-22);
  font-weight: var(--size-text-regular);
}

.third-page-task-copy.has-caret {
  min-height: 1.4em;
}

.third-page-task-copy.has-caret::after {
  content: "";
  display: inline-block;
  width: 3px;
  height: 1.3em;
  margin-left: 3px;
  border-radius: 2px;
  background: #0f66ff;
  box-shadow: 0 0 6px rgba(15, 102, 255, 0.42);
  vertical-align: -4px;
  animation: thirdPageTaskCaret 500ms steps(1, end) infinite;
}

.third-page-task-meta {
  position: absolute;
  left: 16px;
  bottom: 16px;
  display: flex;
  align-items: center;
  gap: 8px;
  margin: 0;
  color: var(--color-text-light-black);
}

.third-page-task-avatar,
.third-page-task-platform-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex: 0 0 24px;
  width: 24px;
  height: 24px;
  border-radius: 50%;
  font-size: 11px;
  line-height: 1;
  font-weight: 600;
}

.third-page-task-avatar {
  background: linear-gradient(145deg, #dbeaff 0%, #d8cfff 100%);
  color: #5b52b8;
}

.third-page-task-platform-icon {
  border-radius: 8px;
  background: linear-gradient(145deg, #20ca77 0%, #06a95e 100%);
  color: #fff;
}

.third-page-task-avatar img,
.third-page-task-platform-icon img {
  display: block;
  width: 100%;
  height: 100%;
  border-radius: inherit;
  object-fit: cover;
}

.third-page-task-divider {
  width: 1px;
  height: 22px;
  margin: 0 2px;
  background: var(--color-line-normal);
}

.third-page-task-action {
  position: absolute;
  right: 16px;
  bottom: 15px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 32px;
  height: 32px;
  border-radius: 50%;
  background: #1768ff;
  color: #fff;
}

.third-page-task-action .iconfont {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 20px;
  height: 20px;
  font-size: 20px;
  line-height: 20px;
}

@keyframes thirdPageTaskCaret {
  0%,
  48% {
    opacity: 1;
  }

  49%,
  100% {
    opacity: 0;
  }
}

@media (prefers-reduced-motion: reduce) {
  .third-page-business-tabs::before {
    transition: none;
  }

  .third-page-task-card,
  .third-page-task-card.is-leaving {
    transition: none;
    will-change: auto;
  }

  .third-page-task-card::after {
    transition: none;
  }

  .third-page-task-copy.has-caret::after {
    display: none;
    animation: none;
  }
}

/* Keep sticky scenes active on short desktop viewports as well. Their parent
 * owns a minimum scroll stage, so the foreground can complete its travel
 * before the detail layer is revealed; no height-specific flow fallback is
 * needed. */
@media (min-width: 1000px) and (max-height: 760px) {
  .next-page-section,
  .third-page-section {
    /* Give the foreground enough document travel without shrinking it. */
    height: max(220svh, 1800px);
    min-height: max(220svh, 1800px);
  }

  .next-page-sticky,
  .third-page-sticky {
    position: sticky;
    top: 77px;
    height: calc(100svh - 77px);
    min-height: calc(100svh - 77px);
    overflow: visible;
    padding: 32px 0 64px;
  }

  .next-page-sticky > .next-page-inner,
  .third-page-sticky > .next-page-inner {
    height: 100%;
    transform: none;
  }

  .next-page-content-group {
    transform: none;
  }

  .next-page-content-switcher {
    display: grid;
    margin-top: clamp(24px, calc(20vh - 168px), 48px);
  }

  .next-page-sticky .next-page-title,
  .third-page-sticky .next-page-title {
    font-size: var(--section-title-size);
    line-height: var(--section-title-line-height);
  }

  .next-page-sticky .next-page-subtitle,
  .third-page-sticky .next-page-subtitle {
    margin-top: 8px;
    font-size: 18px;
    line-height: 32px;
  }

  .next-page-image-frame {
    width: min(1160px, calc(100% - 64px));
    margin: 0 auto;
  }

  .next-page-image {
    width: 90%;
    max-width: none;
    max-height: none;
  }

  .next-page-products {
    grid-area: 1 / 1;
    margin-top: 0;
    opacity: var(--next-page-detail-opacity);
    visibility: hidden;
    pointer-events: none;
    --products-preview-height: 640px;
    --products-card-height: 610px;
    --products-card-width: clamp(960px, calc(var(--page-viewport-width) * 0.72), 1024px);
    --products-viewport-scale: 1;
    --products-orbit-top-offset: 36px;
    --products-orbit-vertical-shift: 0px;
  }

  .next-page-section.is-detail-visible .next-page-products {
    visibility: visible;
  }

  .next-page-section.is-detail-ready .next-page-products {
    pointer-events: auto;
  }

  .next-page-products[data-products-layout="normal"] .next-page-products-panel-wrap {
    width: max(160px, calc(var(--page-viewport-width) - 68px));
    height: 640px;
    min-height: 0;
    padding-bottom: 0;
    aspect-ratio: auto;
  }

  .next-page-products[data-products-layout="normal"] .next-page-products-panel {
    top: 0;
    left: 50%;
    width: 800px;
    height: 500px;
    min-height: 500px;
    transform: translateX(-50%) scale(var(--products-normal-scale));
    transform-origin: top center;
  }

  .third-page-content-switcher {
    margin-top: clamp(24px, calc(8vh - 24px), 48px);
  }

  .third-page-content-card {
    position: absolute;
    top: 32px;
    left: 50%;
    height: 595px;
    margin: 0;
    opacity: var(--third-page-detail-opacity);
    visibility: hidden;
    transform: translate3d(-50%, -24px, 0);
    pointer-events: none;
  }

  .third-page-section.third-page-detail-visible .third-page-content-card {
    visibility: visible;
  }

.third-page-section.third-page-sticky-ready .third-page-content-card {
    pointer-events: auto;
  }
}

/* Definitive flat-flow override. Keep this block last so legacy height
 * fallbacks cannot restore sticky or shrink the third-page artwork. */
.next-page-section,
.third-page-section {
  height: auto !important;
  min-height: 0 !important;
  overflow: visible !important;
}

.next-page-sticky,
.third-page-sticky {
  position: relative !important;
  top: auto !important;
  height: auto !important;
  min-height: 0 !important;
  overflow: visible !important;
}

.next-page-sticky > .next-page-inner,
.third-page-sticky > .next-page-inner,
.next-page-content-group {
  height: auto !important;
  transform: none !important;
}

.third-page-image-frame {
  width: max(1800px, 100vw) !important;
  margin: -32px 0 0 50% !important;
  transform: translate3d(-50%, -24px, 0) !important;
  opacity: 1 !important;
  visibility: visible !important;
}

.third-page-image {
  width: auto !important;
  max-width: 100% !important;
  height: auto !important;
  max-height: clamp(360px, calc(100vh - 360px), 680px) !important;
  margin-inline: auto !important;
  transform: scale(0.956) !important;
}

.third-page-task-stack {
  position: absolute !important;
  top: 50% !important;
  left: 50% !important;
  width: 450px !important;
  height: 250px !important;
  transform: translate(-50%, -50%) scale(1) !important;
}

.third-page-task-card {
  position: absolute !important;
  top: 0 !important;
  left: 50% !important;
  width: 100% !important;
  min-height: 132px !important;
  transition:
    transform 460ms cubic-bezier(0.22, 1, 0.36, 1),
    opacity 360ms cubic-bezier(0.25, 1, 0.5, 1) !important;
}

.third-page-task-card-back {
  transform: translate3d(-50%, 104px, 0) scale(0.82) !important;
}

.third-page-task-card-middle {
  transform: translate3d(-50%, 56px, 0) scale(0.91) !important;
}

.third-page-task-card-front {
  transform: translate3d(-50%, 0, 0) !important;
}

.third-page-task-card.is-leaving {
  transform: translate3d(-50%, -24px, 0) scale(0.98) !important;
}

.third-page-content-card {
  position: relative !important;
  top: auto !important;
  left: auto !important;
  width: calc(100% - 176px) !important;
  max-width: 1200px !important;
  height: 595px !important;
  margin: 64px auto 0 !important;
  opacity: 1 !important;
  visibility: visible !important;
  transform: none !important;
  pointer-events: auto !important;
}

.next-page-products,
.next-page-products-controls {
  visibility: visible !important;
  opacity: 1 !important;
  pointer-events: auto !important;
}

.next-page-products-controls {
  display: block !important;
}

/* Flat-flow contract (must remain last): sticky is disabled at every height,
 * while the artwork and card carousel retain their original proportions and
 * transitions. Short viewports can therefore reveal the complete scene by
 * normal scrolling instead of shrinking or swapping its layers. */
.next-page-section,
.third-page-section {
  height: auto !important;
  min-height: 0 !important;
  overflow: visible !important;
}

.next-page-sticky,
.third-page-sticky {
  position: relative !important;
  inset: auto !important;
  height: auto !important;
  min-height: 0 !important;
  overflow: visible !important;
}

.next-page-sticky > .next-page-inner,
.third-page-sticky > .next-page-inner,
.next-page-content-group {
  height: auto !important;
  transform: none !important;
}

.third-page-image-frame {
  position: relative !important;
  width: max(1800px, 100vw) !important;
  margin: -32px 0 0 50% !important;
  transform: translate3d(-50%, -24px, 0) !important;
  opacity: 1 !important;
  visibility: visible !important;
}

.third-page-image {
  width: auto !important;
  max-width: 100% !important;
  height: auto !important;
  max-height: clamp(360px, calc(100vh - 360px), 680px) !important;
  margin-inline: auto !important;
  transform: scale(0.956) !important;
}

.third-page-task-stack {
  position: absolute !important;
  top: 50% !important;
  left: 50% !important;
  width: 450px !important;
  height: 250px !important;
  transform: translate(-50%, -50%) scale(1) !important;
}

.third-page-task-card {
  position: absolute !important;
  top: 0 !important;
  left: 50% !important;
  width: 100% !important;
  min-height: 132px !important;
  transition:
    transform 460ms cubic-bezier(0.22, 1, 0.36, 1),
    opacity 360ms cubic-bezier(0.25, 1, 0.5, 1) !important;
}

.third-page-task-card-back {
  transform: translate3d(-50%, 104px, 0) scale(0.82) !important;
}

.third-page-task-card-middle {
  transform: translate3d(-50%, 56px, 0) scale(0.91) !important;
}

.third-page-task-card-front {
  transform: translate3d(-50%, 0, 0) !important;
}

.third-page-task-card.is-leaving {
  transform: translate3d(-50%, -24px, 0) scale(0.98) !important;
}

.third-page-content-card {
  position: relative !important;
  top: auto !important;
  left: auto !important;
  width: calc(100% - 176px) !important;
  max-width: 1200px !important;
  height: 595px !important;
  margin: 64px auto 0 !important;
  opacity: 1 !important;
  visibility: visible !important;
  transform: none !important;
  pointer-events: auto !important;
}

.next-page-products {
  visibility: visible !important;
  opacity: 1 !important;
  pointer-events: auto !important;
}

.next-page-products-controls {
  display: block !important;
}

/* Final override: retain sticky and 3D below the 960px stage threshold. */
@media (min-width: 1000px) and (max-height: 959px) {
  .next-page-section,
  .third-page-section {
    height: max(220svh, 1800px) !important;
    min-height: max(220svh, 1800px) !important;
    overflow: visible !important;
  }

  .next-page-sticky,
  .third-page-sticky {
    position: sticky !important;
    top: 77px !important;
    height: calc(100svh - 77px) !important;
    min-height: calc(100svh - 77px) !important;
    overflow: hidden !important;
    padding: clamp(20px, 4vh, 64px) 0 !important;
  }

  .next-page-sticky > .next-page-inner,
  .third-page-sticky > .next-page-inner {
    height: 100% !important;
    transform: none !important;
  }

  .next-page-content-group {
    transform: translate3d(0, var(--sticky-content-shift, 0px), 0) !important;
  }

  .next-page-content-switcher,
  .third-page-content-switcher {
    display: grid !important;
  }

  .next-page-products {
    display: block !important;
    opacity: var(--next-page-detail-opacity) !important;
    visibility: hidden !important;
    pointer-events: none !important;
    overflow: visible !important;
    clip-path: inset(-80px 0 -80px 0) !important;
  }

  .next-page-section.is-detail-visible .next-page-products {
    visibility: visible !important;
  }

  .next-page-section.is-detail-ready .next-page-products {
    pointer-events: auto !important;
  }

  .next-page-products-panel,
  .next-page-products[data-products-layout="normal"] .next-page-products-panel {
    position: absolute !important;
    opacity: var(--products-orbit-opacity, 0) !important;
    visibility: visible !important;
  }

  .next-page-products[data-products-layout="normal"] .next-page-products-panel[aria-hidden="true"] {
    opacity: 0 !important;
    visibility: hidden !important;
  }

  .third-page-content-card {
    position: absolute !important;
    opacity: var(--third-page-detail-opacity) !important;
    visibility: hidden !important;
    pointer-events: none !important;
  }

  .third-page-section.third-page-detail-visible .third-page-content-card {
    visibility: visible !important;
  }

  .third-page-section.third-page-sticky-ready .third-page-content-card {
    pointer-events: auto !important;
  }
}

/* The last rule wins over the earlier document-flow experiment. */
@media (min-width: 1000px) and (max-height: 959px) {
  .next-page-section,
  .third-page-section { height: max(220svh, 1800px) !important; min-height: max(220svh, 1800px) !important; }
  .next-page-sticky,
  .third-page-sticky { position: sticky !important; top: 77px !important; height: calc(100svh - 77px) !important; min-height: calc(100svh - 77px) !important; overflow: hidden !important; padding: clamp(20px, 4vh, 64px) 0 !important; }
  .next-page-sticky > .next-page-inner,
  .third-page-sticky > .next-page-inner { height: 100% !important; transform: none !important; }
  .next-page-content-group { transform: translate3d(0, var(--sticky-content-shift, 0px), 0) !important; }
  .next-page-content-switcher,
  .third-page-content-switcher { display: grid !important; }
  .next-page-products { display: block !important; opacity: var(--next-page-detail-opacity) !important; visibility: hidden !important; pointer-events: none !important; overflow: visible !important; clip-path: inset(-80px 0 -80px 0) !important; }
  .next-page-section.is-detail-visible .next-page-products { visibility: visible !important; }
  .next-page-section.is-detail-ready .next-page-products { pointer-events: auto !important; }
  .next-page-products-panel,
  .next-page-products[data-products-layout="normal"] .next-page-products-panel { position: absolute !important; opacity: var(--products-orbit-opacity, 0) !important; visibility: visible !important; }
  .next-page-products[data-products-layout="normal"] .next-page-products-panel[aria-hidden="true"] { opacity: 0 !important; visibility: hidden !important; }
  .third-page-content-card { position: absolute !important; opacity: var(--third-page-detail-opacity) !important; visibility: hidden !important; pointer-events: none !important; }
  .third-page-section.third-page-detail-visible .third-page-content-card { visibility: visible !important; }
  .third-page-section.third-page-sticky-ready .third-page-content-card { pointer-events: auto !important; }
}

/* Keep the existing sticky/3D composition below 960px too. Only the travel
 * distance changes: the section becomes a taller scroll stage so the
 * foreground can be fully presented before the detail layer crossfades in. */
@media (min-width: 1000px) and (max-height: 959px) {
  .next-page-section,
  .third-page-section {
    height: max(220svh, 1800px) !important;
    min-height: max(220svh, 1800px) !important;
    overflow: visible !important;
  }

  .next-page-sticky,
  .third-page-sticky {
    position: sticky !important;
    top: 77px !important;
    height: calc(100svh - 77px) !important;
    min-height: calc(100svh - 77px) !important;
    overflow: hidden !important;
    padding: clamp(20px, 4vh, 64px) 0 !important;
  }

  .next-page-sticky > .next-page-inner,
  .third-page-sticky > .next-page-inner {
    height: 100% !important;
    transform: none !important;
  }

  .next-page-content-group {
    transform: translate3d(0, var(--sticky-content-shift, 0px), 0) !important;
  }

  .next-page-content-switcher,
  .third-page-content-switcher {
    display: grid !important;
  }

  .next-page-products {
    display: block !important;
    opacity: var(--next-page-detail-opacity) !important;
    visibility: hidden !important;
    pointer-events: none !important;
    overflow: visible !important;
    clip-path: inset(-80px 0 -80px 0) !important;
  }

  .next-page-section.is-detail-visible .next-page-products {
    visibility: visible !important;
  }

  .next-page-section.is-detail-ready .next-page-products {
    pointer-events: auto !important;
  }

  .next-page-products-panel,
  .next-page-products[data-products-layout="normal"] .next-page-products-panel {
    position: absolute !important;
    opacity: var(--products-orbit-opacity, 0) !important;
    visibility: visible !important;
  }

  .next-page-products[data-products-layout="normal"] .next-page-products-panel[aria-hidden="true"] {
    opacity: 0 !important;
    visibility: hidden !important;
  }

  .third-page-content-card {
    position: absolute !important;
    opacity: var(--third-page-detail-opacity) !important;
    visibility: hidden !important;
    pointer-events: none !important;
  }

  .third-page-section.third-page-detail-visible .third-page-content-card {
    visibility: visible !important;
  }

  .third-page-section.third-page-sticky-ready .third-page-content-card {
    pointer-events: auto !important;
  }
}

/* Below the minimum sticky stage height, switch these scenes to normal
 * document flow. The foreground and detail are then read sequentially in
 * full size, and the following page starts only after both have ended. */
@media (min-width: 1000px) and (max-height: 959px) {
  .next-page-section,
  .third-page-section {
    height: auto;
    min-height: 0;
  }

  .next-page-sticky,
  .third-page-sticky {
    position: relative;
    top: 0;
    height: auto;
    min-height: 0;
    overflow: visible;
    padding: 77px 0 64px;
  }

  .next-page-sticky > .next-page-inner,
  .third-page-sticky > .next-page-inner {
    height: auto;
    transform: none;
  }

  .next-page-content-group {
    transform: none;
  }

  .next-page-section.is-entry-enhanced .next-page-title,
  .next-page-section.is-entry-enhanced .next-page-subtitle,
  .next-page-section.is-entry-enhanced .next-page-content-switcher,
  .next-page-section.is-entry-enhanced .next-page-image,
  .third-page-section.is-entry-enhanced .next-page-title,
  .third-page-section.is-entry-enhanced .next-page-subtitle,
  .third-page-section.is-entry-enhanced .third-page-content-switcher {
    opacity: 1;
    transform: none;
    animation: none;
  }

  .next-page-content-switcher,
  .third-page-content-switcher {
    display: block;
    margin-top: 48px;
  }

  .next-page-image-frame,
  .third-page-image-frame {
    display: block;
    width: min(1160px, calc(100% - 64px));
    margin: 0 auto;
    transform: none;
    opacity: 1 !important;
    visibility: visible !important;
  }

  .next-page-image,
  .third-page-image {
    width: 90%;
    max-width: none;
    max-height: none;
  }

  .next-page-products {
    display: block;
    width: min(100%, 1160px);
    min-width: 0;
    margin: 48px auto 0;
    opacity: 1 !important;
    visibility: visible !important;
    overflow: visible;
    clip-path: none;
    pointer-events: auto;
  }

  .next-page-products-tabs {
    padding-bottom: 12px;
  }

  .next-page-products-panel-wrap,
  .next-page-products[data-products-layout="normal"] .next-page-products-panel-wrap {
    width: min(1024px, calc(100% - 68px));
    height: auto;
    min-height: 0;
    margin: 0 auto;
    padding-bottom: 0;
    aspect-ratio: auto;
    perspective: none;
    transform-style: flat;
  }

  .next-page-products-panel,
  .next-page-products[data-products-layout="normal"] .next-page-products-panel {
    position: relative;
    top: auto;
    left: auto;
    width: 100%;
    height: 610px;
    min-height: 610px;
    margin: 0 auto;
    transform: none;
    opacity: 1 !important;
    visibility: visible !important;
    pointer-events: auto;
  }

  .next-page-products-panel[aria-hidden="true"] {
    display: none;
  }

  .next-page-products-controls {
    display: none;
  }

  .third-page-content-card {
    position: relative;
    top: auto;
    left: auto;
    width: calc(100% - 176px);
    max-width: 1200px;
    height: 595px;
    margin: 48px auto 0;
    opacity: 1 !important;
    visibility: visible !important;
    transform: none;
    pointer-events: auto;
  }

  .third-page-section.third-page-detail-visible .third-page-content-card,
  .third-page-section.third-page-sticky-ready .third-page-content-card {
    visibility: visible;
  }
}

.next-page-inner {
  height: 100%;
  text-align: center;
}

.next-page-content-group {
  display: flex;
  width: 100%;
  flex-direction: column;
  align-items: center;
  transform: translate3d(0, var(--sticky-content-shift, 0px), 0);
}

.next-page-sticky > .next-page-inner {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.next-page-title {
  position: relative;
  z-index: 8;
  margin: 0;
  color: var(--color-text-black);
  font-family:
    "PingFang SC",
    "Hiragino Sans GB",
    "Microsoft YaHei",
    sans-serif;
  font-size: var(--section-title-size);
  line-height: var(--section-title-line-height);
  font-weight: 600;
  letter-spacing: 0.5px;
}

.next-page-title-highlight {
  display: inline-block;
  margin-left: 0.18em;
  background-image: linear-gradient(101deg, #3276ff 4%, #794eff 49%, #ff61da 99%);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
  -webkit-text-fill-color: transparent;
}

.next-page-subtitle {
  position: relative;
  z-index: 8;
  margin: 8px 0 0;
  color: var(--color-text-light-black);
  font-size: 18px;
  line-height: 32px;
  font-weight: 400;
}

.next-page-content-switcher {
  display: grid;
  width: 100%;
  margin: clamp(12px, calc(20vh - 168px), 48px) auto 0;
}

.next-page-section.is-entry-enhanced .next-page-title,
.next-page-section.is-entry-enhanced .next-page-subtitle,
.next-page-section.is-entry-enhanced .next-page-content-switcher {
  opacity: 0;
}

.next-page-section.is-entry-enhanced .next-page-subtitle {
  transform: translateY(16px);
}

.next-page-section.is-entry-enhanced .next-page-content-switcher {
  transform: translateY(28px);
}

.next-page-section.is-entry-enhanced .next-page-image {
  opacity: 0;
  transform: translate3d(0, 18px, 0);
}

.next-page-section.is-entry-visible .next-page-title {
  animation: nextPageTitleEnter 560ms cubic-bezier(0.22, 1, 0.36, 1) both;
}

.next-page-section.is-entry-visible .next-page-subtitle {
  animation: nextPageSubtitleEnter 560ms cubic-bezier(0.22, 1, 0.36, 1) 120ms both;
}

.next-page-section.is-entry-visible .next-page-content-switcher {
  animation: nextPageContentEnter 680ms cubic-bezier(0.22, 1, 0.36, 1) 260ms both;
}

.next-page-section.is-entry-visible .next-page-image {
  animation: nextPageImageEnter 560ms cubic-bezier(0.22, 1, 0.36, 1) 300ms both;
}

@keyframes nextPageTitleEnter {
  from {
    opacity: 0;
  }

  to {
    opacity: 1;
  }
}

@keyframes nextPageSubtitleEnter {
  from {
    opacity: 0;
    transform: translateY(16px);
  }

  to {
    opacity: 1;
    transform: translateY(0);
  }
}

@keyframes nextPageContentEnter {
  from {
    opacity: 0;
    transform: translateY(28px);
  }

  to {
    opacity: 1;
    transform: translateY(0);
  }
}

@keyframes nextPageImageEnter {
  from {
    opacity: 0;
    transform: translate3d(0, 18px, 0) scale(0.985);
  }

  to {
    opacity: 1;
    transform: translate3d(0, 0, 0) scale(1);
  }
}

@keyframes nextPageOverlayEnter {
  from {
    opacity: 0;
    transform: translate3d(0, 18px, 0);
  }

  to {
    opacity: 1;
    transform: translate3d(0, 0, 0);
  }
}

@media (prefers-reduced-motion: reduce) {
  .next-page-section.is-entry-enhanced .next-page-title,
  .next-page-section.is-entry-enhanced .next-page-subtitle,
  .next-page-section.is-entry-enhanced .next-page-content-switcher,
  .next-page-section.is-entry-enhanced .next-page-image,
  .next-page-section.is-entry-enhanced :where(.next-page-image-overlay),
  .next-page-section.is-entry-enhanced.is-entry-visible .next-page-title,
  .next-page-section.is-entry-enhanced.is-entry-visible .next-page-subtitle,
  .next-page-section.is-entry-enhanced.is-entry-visible .next-page-content-switcher,
  .next-page-section.is-entry-enhanced.is-entry-visible .next-page-image,
  .next-page-section.is-entry-enhanced.is-entry-visible :where(.next-page-image-overlay) {
    opacity: 1;
    transform: none;
    animation: none;
  }
}

.next-page-image-frame,
.next-page-products {
  grid-area: 1 / 1;
  will-change: opacity, transform;
  transition: opacity 180ms cubic-bezier(0.22, 1, 0.36, 1);
}

.next-page-image-frame {
  position: relative;
  isolation: isolate;
  align-self: start;
  width: min(1160px, calc(100% - 64px));
  margin: 0 auto;
  opacity: var(--next-page-overview-opacity);
  visibility: visible;
  transform: none;
  transition: none;
  backface-visibility: hidden;
}

.next-page-section.is-detail-ready .next-page-image-frame {
  visibility: hidden;
  pointer-events: none;
}

.next-page-image {
  position: relative;
  z-index: 0;
  display: block;
  width: 90%;
  margin-right: auto;
  margin-left: auto;
  height: auto;
}

.next-page-image-overlay {
  position: absolute;
  z-index: 1;
  top: auto;
  bottom: 16px;
  left: 5%;
  width: 90%;
  height: auto;
  box-sizing: border-box;
  border-radius: 20px;
  background: rgba(255, 255, 255, 0.54);
  border: 1.5px solid #ffffff;
  backdrop-filter: blur(36px) saturate(120%);
  -webkit-backdrop-filter: blur(36px) saturate(120%);
  box-shadow: 0px 0px 40px -12px rgba(29, 14, 96, 0.16);
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 20px;
  padding: 24px 32px;
}

.next-page-section.is-entry-enhanced .next-page-image-overlay {
  opacity: 0;
  transform: translate3d(0, 18px, 0);
}

.next-page-section.is-entry-visible .next-page-image-overlay {
  animation: nextPageOverlayEnter 560ms cubic-bezier(0.22, 1, 0.36, 1) 680ms both;
}

.next-page-image-overlay p {
  margin: 0;
  color: var(--color-text-black);
  font-size: 18px;
  line-height: 34px;
  font-weight: 500;
}

.next-page-flow {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 8px;
  width: 100%;
}

.next-page-flow-node {
  position: relative;
  z-index: 1;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex: 0 0 clamp(88px, calc(var(--page-viewport-width) * 0.085), 128px);
  width: clamp(88px, calc(var(--page-viewport-width) * 0.085), 128px);
  height: 44px;
  padding: 0 12px;
  border-radius: 999px;
  background-color: #1366ec;
  background-image: url("./assets/button_img.png");
  background-position: center;
  background-size: 100% 100%;
  background-repeat: no-repeat;
  color: #fff;
  box-shadow:
    inset 0 0 12px -6px rgba(255, 255, 255, 0.6),
    inset 0 8px 32px -16px rgba(255, 255, 255, 0.8);
  font-size: 16px;
  line-height: 26px;
  font-weight: 400;
  white-space: nowrap;
}

.next-page-flow-arrow {
  position: relative;
  flex: 1 1 auto;
  min-width: 18px;
  height: 2px;
  background: linear-gradient(90deg, #5068ff 0%, #7184ff 100%);
}

.next-page-flow-arrow::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 0;
  width: 8px;
  height: 8px;
  border-top: 2px solid #5068ff;
  border-right: 2px solid #5068ff;
  transform: translateY(-50%) rotate(45deg);
}

.next-page-products {
  --products-card-width: clamp(960px, calc(var(--page-viewport-width) * 0.72), 1024px);
  /* Keep the card's native 8:~4.77 aspect ratio; viewport height is handled by scale. */
  --products-card-height: clamp(571.875px, calc(var(--page-viewport-width) * 0.42890625), 610px);
  --products-preview-height: clamp(360px, calc(100vh - 350px), 640px);
  --products-normal-scale: 1;
  /* Keep the complete card visible as the viewport gets shorter. */
  --products-viewport-scale: clamp(
    0.86,
    calc(100vh / 1000px),
    1
  );
  /* Match the reference carousel's large orbit and balanced vertical inset. */
  --products-orbit-radius: 4900px;
  /* Preserve the 3D orbit while keeping a readable, height-aware gap below
   * the tabs: compact screens get a small breathing room, tall screens get
   * the original generous inset. */
  --products-orbit-top-offset: clamp(
    12px,
    calc(12px + (100vh - 760px) * 0.08),
    36px
  );
  --products-orbit-vertical-shift: 0px;
  --products-orbit-radius-negative: calc(-1 * var(--products-orbit-radius));
  width: 100vw;
  min-width: 1000px;
  max-width: none;
  margin-right: calc(50% - (var(--page-viewport-width) / 2));
  margin-left: calc(50% - (var(--page-viewport-width) / 2));
  opacity: var(--next-page-detail-opacity);
  visibility: hidden;
  overflow: hidden;
  overflow: visible;
  clip-path: inset(-80px 0 -80px 0);
  transform: none;
  backface-visibility: hidden;
  pointer-events: none;
}

.next-page-products[data-products-layout="orbit-compact"] {
  --products-orbit-radius: 4900px;
}

@media (min-width: 1025px) and (max-width: 1379px) {
  .next-page-products {
    --products-orbit-radius: 4900px;
  }
}

.next-page-section.is-detail-visible .next-page-products {
  visibility: visible;
}

.next-page-section.is-detail-ready .next-page-products {
  pointer-events: auto;
}

.next-page-section.is-detail-transitioning .next-page-image-frame,
.next-page-section.is-detail-transitioning .next-page-products {
  will-change: opacity, transform;
}

.next-page-products-tabs {
  position: relative;
  z-index: 9;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 32px;
  min-height: 40px;
  /* The tab height is part of the stage; don't add an invisible bottom
   * buffer before the 3D card starts. */
  padding: 0 36px;
}

.next-page-products-tab {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  height: 24px;
  padding: 0;
  border: 0;
  border-radius: 999px;
  background: transparent;
  color: #535b6b;
  font: inherit;
  font-size: 16px;
  line-height: 24px;
  font-weight: 400;
  white-space: nowrap;
  cursor: pointer;
  transition:
    background 220ms ease,
    color 220ms ease,
    box-shadow 220ms ease,
    transform 220ms ease;
}

.next-page-products-tab:hover {
  transform: none;
  color: var(--color-text-black);
}

.next-page-products-tab.is-active,
.next-page-products-tab[aria-selected="true"] {
  position: relative;
  height: 44px;
  padding: 12px 16px 12px 24px;
  background: var(--color-background-deepen4);
  color: var(--color-text-black);
  font-weight: var(--size-text-medium);
  box-shadow: none;
}

.next-page-products-tab.is-active::before,
.next-page-products-tab[aria-selected="true"]::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 14px;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: linear-gradient(115deg, #893bff 12%, #0990ff 88%);
  transform: translateY(-50%);
}

.next-page-products-panel-wrap {
  position: relative;
  z-index: 1;
  height: var(--products-preview-height);
  min-height: 0;
  margin-top: 0;
  isolation: isolate;
  perspective: 1800px;
  perspective-origin: center 45%;
  transform-style: preserve-3d;
  overflow: visible;
}

.next-page-products-panel {
  --products-orbit-angle: 48deg;
  --products-orbit-offset-x: 0px;
  --products-orbit-scale: 0.48;
  --products-orbit-opacity: 0;
  --products-orbit-tilt: -8deg;
  --products-orbit-z: 0;
  position: absolute;
  /*
   * The orbit center lives one radius below the card viewport. Offset it by
   * half a card as well because translate(-50%, -50%) anchors the card by its
   * center. Without this compensation the whole carousel sits half a card too
   * high and overlaps the title/tabs.
   */
  top: calc(
    var(--products-orbit-radius) +
      (var(--products-card-height) / 2) +
      var(--products-orbit-top-offset) +
      var(--products-orbit-vertical-shift)
  );
  left: 50%;
  width: var(--products-card-width);
  height: var(--products-card-height);
  min-height: var(--products-card-height);
  box-sizing: border-box;
  padding: 24px 64px 64px;
  overflow: hidden;
  border-radius: 24px;
  /* border: 1px solid var(--color-background-deepen8); */
  background: #fff;
  box-shadow: none;
  opacity: var(--products-orbit-opacity);
  visibility: visible;
  z-index: var(--products-orbit-z);
  transform:
    translate(-50%, -50%)
    translateX(var(--products-orbit-offset-x))
    rotate(var(--products-orbit-angle))
    translateY(var(--products-orbit-radius-negative))
    scale(calc(var(--products-orbit-scale) * var(--products-viewport-scale)));
  transform-origin: center;
  transform-style: preserve-3d;
  filter: none;
  pointer-events: none;
  contain: layout style;
  backface-visibility: hidden;
  will-change: auto;
  transition: none;
}

.next-page-products.is-carousel-animating .next-page-products-panel {
  transition:
    opacity 520ms cubic-bezier(0.4, 0, 0.2, 1),
    transform 520ms cubic-bezier(0.4, 0, 0.2, 1);
}

.next-page-products-panel.is-orbit-wrapping {
  opacity: 0 !important;
  transition: none !important;
}

.next-page-section.is-detail-visible .next-page-products-panel {
  will-change: transform, opacity;
}

.next-page-products-panel.is-active {
  opacity: 1;
  visibility: visible;
  filter: none;
  box-shadow: 0 4px 40px -16px rgba(42, 50, 96, 0.2);
  pointer-events: auto;
}

.next-page-products-panel.is-prev,
.next-page-products-panel.is-next {
  visibility: visible;
  filter: none;
  pointer-events: none;
}

.next-page-products-kicker {
  display: block;
  color: #5e70e8;
  font-size: 14px;
  line-height: 22px;
  font-weight: 500;
}

.next-page-products-panel h3 {
  margin: 10px 0 0;
  color: var(--color-text-black);
  font-size: 22px;
  line-height: 28px;
  font-weight: 600;
}

.next-page-products-panel p {
  max-width: 36em;
  margin: 12px auto 0;
  color: var(--color-text-light-black);
  font-size: 16px;
  line-height: 24px;
  font-weight: normal;
  text-align: center;
}

.next-page-products-panel[data-product-panel="xiaohongshu"],
.next-page-products-panel[data-product-panel="short-video"],
.next-page-products-panel[data-product-panel="moments"],
.next-page-products-panel[data-product-panel="member"] {
  display: flex;
  flex-direction: column;
}

.next-page-products-video {
  display: block;
  flex: 1 1 auto;
  width: 100%;
  min-height: 0;
  aspect-ratio: 16 / 9;
  height: 100%;
  margin: clamp(16px, 3vh, 22px) 0 0;
  border: 0;
  border-radius: 16px;
  background: #000;
  box-shadow: none;
  object-fit: contain;
}

.next-page-products-panel[aria-hidden="true"] {
  pointer-events: none;
}

.next-page-products-controls {
  position: absolute;
  z-index: 10;
  inset: 0;
  pointer-events: none;
}

.next-page-products-arrow {
  position: absolute;
  top: 50%;
  width: 56px;
  height: 56px;
  padding: 0;
  display: inline-grid;
  place-items: center;
  border: 1px solid rgba(255, 255, 255, 0.96);
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.9);
  color: var(--color-text-black);
  box-shadow: 0 12px 36px rgba(42, 50, 96, 0.08);
  backdrop-filter: blur(18px);
  -webkit-backdrop-filter: blur(18px);
  transform: translateY(-50%);
  pointer-events: auto;
  cursor: pointer;
  transition:
    transform 220ms cubic-bezier(0.22, 1, 0.36, 1),
    background 220ms ease,
    box-shadow 220ms ease;
}

.next-page-products-arrow-prev {
  left: max(28px, calc(50% - clamp(380px, calc(var(--page-viewport-width) * 0.27), 550px) - 72px));
}

.next-page-products-arrow-next {
  right: max(28px, calc(50% - clamp(380px, calc(var(--page-viewport-width) * 0.27), 550px) - 72px));
}

.next-page-products-arrow:hover {
  transform: translateY(-50%) scale(1.06);
  border-color: transparent;
  background-color: #1366ec;
  background-image: url("./assets/button_img.png");
  background-position: center;
  background-size: 100% 100%;
  background-repeat: no-repeat;
  color: #fff;
  box-shadow: 0 16px 40px rgba(42, 50, 96, 0.14);
}

.next-page-products-arrow:active {
  transform: translateY(-50%) scale(0.96);
  border-color: transparent;
  background-color: #1366ec;
  background-image: url("./assets/button_img.png");
  background-position: center;
  background-size: 100% 100%;
  background-repeat: no-repeat;
  color: #fff;
}

.next-page-products-arrow .iconfont {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 20px;
  height: 20px;
  font-size: 20px;
  line-height: 20px;
}

.next-page-products[data-products-layout="normal"] .next-page-products-tabs {
  justify-content: center;
  max-width: var(--page-viewport-width);
  padding-right: 34px;
  padding-bottom: 4px;
  padding-left: 34px;
  overflow-x: auto;
  scrollbar-width: none;
  overscroll-behavior-x: contain;
  -webkit-overflow-scrolling: touch;
}

.next-page-products[data-products-layout="normal"] .next-page-products-tabs::-webkit-scrollbar {
  display: none;
}

.next-page-products[data-products-layout="normal"] .next-page-products-panel-wrap {
  width: max(160px, calc(var(--page-viewport-width) - 68px));
  height: auto;
  min-height: 0;
  margin-right: auto;
  margin-left: auto;
  padding-bottom: 32px;
  box-sizing: content-box;
  aspect-ratio: 8 / 5;
  perspective: none;
  transform-style: flat;
}

.next-page-products[data-products-layout="normal"] .next-page-products-panel {
  top: 0;
  left: 50%;
  width: 800px;
  height: 500px;
  min-height: 500px;
  transform: translateX(-50%)
    translateY(var(--products-orbit-vertical-shift, 0px))
    scale(calc(var(--products-normal-scale) * var(--products-viewport-scale)));
  transform-origin: top center;
  transform-style: flat;
}

.next-page-products[data-products-layout="normal"] .next-page-products-panel[aria-hidden="true"] {
  opacity: 0;
  visibility: hidden;
}

.next-page-products[data-products-layout="normal"] .next-page-products-panel.is-active {
  opacity: 1;
  visibility: visible;
}

@media (min-width: 1000px) and (max-width: 1024px) {
  .next-page-products-tabs {
    justify-content: center;
    max-width: var(--page-viewport-width);
    padding-right: 34px;
    padding-bottom: 8px;
    padding-left: 34px;
    overflow-x: auto;
    scrollbar-width: none;
    overscroll-behavior-x: contain;
    -webkit-overflow-scrolling: touch;
  }

  .next-page-products-tabs::-webkit-scrollbar {
    display: none;
  }

  .next-page-products-panel-wrap {
    width: max(160px, calc(var(--page-viewport-width) - 68px));
    height: auto;
    min-height: 0;
    margin-right: auto;
    margin-left: auto;
    padding-bottom: 32px;
    box-sizing: content-box;
    aspect-ratio: 8 / 5;
    perspective: none;
    transform-style: flat;
  }

  .next-page-products-panel {
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    min-height: 0;
    transform: none;
    transform-style: flat;
  }

  .next-page-products-panel[aria-hidden="true"] {
    opacity: 0;
    visibility: hidden;
  }

  .next-page-products-panel.is-active {
    opacity: 1;
    visibility: visible;
  }

  /* This selector must match the normal-layout rule above; otherwise the
   * generic panel rule cannot move the card because of CSS specificity. */
  .next-page-products[data-products-layout="normal"] .next-page-products-panel {
    top: var(--products-orbit-vertical-shift, 0px);
    transform: translateX(-50%)
      translateY(var(--products-orbit-vertical-shift, 0px))
      scale(calc(var(--products-normal-scale) * var(--products-viewport-scale)));
  }
}

@media (min-width: 1000px) and (max-width: 640px) {
  .next-page-products-tabs,
  .next-page-products[data-products-layout="normal"] .next-page-products-tabs {
    justify-content: flex-start;
    gap: 20px;
    padding-right: 20px;
    padding-left: 20px;
  }

  .next-page-products-arrow,
  .next-page-products[data-products-layout="normal"] .next-page-products-arrow {
    width: 44px;
    height: 44px;
  }

  .next-page-products-arrow-prev,
  .next-page-products[data-products-layout="normal"] .next-page-products-arrow-prev {
    left: 12px;
  }

  .next-page-products-arrow-next,
  .next-page-products[data-products-layout="normal"] .next-page-products-arrow-next {
    right: 12px;
  }
}

/*
 * Short desktop viewports need a content-driven stage size. The sticky frame
 * still owns the viewport, but its artwork/cards scale from the space left
 * after the header and title instead of being clipped by overflow:hidden.
 */
@media (min-width: 1000px) and (max-height: 900px) {
  .next-page-sticky,
  .third-page-sticky {
    padding: clamp(20px, calc(8vh - 36px), 36px) 0;
  }

  .next-page-sticky .next-page-title,
  .third-page-sticky .next-page-title {
    font-size: clamp(
      36px,
      calc(36px + (100vh - 760px) * 0.05714),
      var(--section-title-size)
    );
    line-height: clamp(
      48px,
      calc(48px + (100vh - 760px) * 0.1143),
      var(--section-title-line-height)
    );
  }

  .next-page-sticky .next-page-subtitle,
  .third-page-sticky .next-page-subtitle {
    margin-top: 6px;
    font-size: clamp(16px, 2vh, 18px);
    line-height: clamp(28px, calc(4vh - 4px), 32px);
  }

  .next-page-content-switcher {
    margin-top: clamp(12px, calc(20vh - 168px), 48px);
  }

  .next-page-products[data-products-layout="normal"] {
    --products-preview-height: clamp(360px, calc(100vh - 350px), 560px);
    --products-card-height: clamp(340px, calc(100vh - 370px), 540px);
    --products-orbit-top-offset: clamp(8px, calc(8px + (100vh - 760px) * 0.04), 12px);
    --products-orbit-vertical-shift: 0px;
  }

  .next-page-products[data-products-layout="orbit-compact"] {
    /* Keep orbit cards fluid at the 900px height boundary. */
    --products-preview-height: clamp(360px, calc(100vh - 350px), 640px);
    --products-card-height: clamp(571.875px, calc(var(--page-viewport-width) * 0.42890625), 610px);
    --products-viewport-scale: clamp(0.86, calc(100vh / 1000px), 1);
    /* This is the actual 800–900px desktop path. The card is scaled around
     * its center, so move the orbit itself upward as the viewport shrinks. */
    --products-orbit-top-offset: clamp(8px, calc(8px + (100vh - 760px) * 0.04), 12px);
    --products-orbit-vertical-shift: clamp(
      -64px,
      calc((100vh - 900px) * 0.4 - 20px),
      -12px
    );
  }

  .next-page-products[data-products-layout="normal"] .next-page-products-panel-wrap {
    height: var(--products-preview-height);
    padding-bottom: 0;
    aspect-ratio: auto;
  }

  .next-page-products[data-products-layout="normal"] .next-page-products-panel {
    height: var(--products-card-height);
    min-height: var(--products-card-height);
  }

  .next-page-products-video {
    width: 100%;
    margin: 14px auto 0;
  }

  .third-page-image-frame {
    width: min(1800px, 100vw);
    margin-top: -32px;
  }

  .third-page-image {
    width: auto;
    max-width: 100%;
    max-height: clamp(360px, calc(100vh - 360px), 680px);
    margin-right: auto;
    margin-left: auto;
  }

  .third-page-task-stack {
    transform: translate(-50%, -50%)
      scale(clamp(0.8, calc(100vh / 1000px), 1));
  }

  .third-page-content-card {
    top: clamp(10px, calc(100vh - 868px), 32px);
    height: clamp(360px, calc(100vh - 350px), 595px);
    gap: clamp(16px, calc(8vh - 48px), 24px);
    padding: clamp(12px, calc(4vh - 24px), 16px);
    transform: translate3d(-50%, -24px, 0);
  }
}

@media (min-width: 1000px) and (max-height: 760px) {
  .next-page-sticky,
  .third-page-sticky {
    padding: 24px 0;
  }

  .next-page-sticky .next-page-title,
  .third-page-sticky .next-page-title {
    font-size: 36px;
    line-height: 48px;
  }

  .next-page-sticky .next-page-subtitle,
  .third-page-sticky .next-page-subtitle {
    margin-top: 6px;
    font-size: 16px;
    line-height: 28px;
  }

  .next-page-content-switcher {
    margin-top: 12px;
  }

  .third-page-content-switcher {
    margin-top: 28px;
  }

  .next-page-image-frame {
    width: min(960px, calc(100% - 120px));
  }

  .next-page-image {
    width: auto;
    max-width: 86%;
    max-height: calc(100vh - 260px);
  }

  .next-page-image-overlay {
    left: 8%;
    width: 84%;
    gap: 12px;
    padding: 18px 24px;
    border-radius: 18px;
  }

  .next-page-image-overlay p {
    font-size: 16px;
    line-height: 28px;
  }

  .next-page-flow-node {
    flex-basis: clamp(78px, calc(var(--page-viewport-width) * 0.074), 108px);
    width: clamp(78px, calc(var(--page-viewport-width) * 0.074), 108px);
    height: 38px;
    font-size: 14px;
    line-height: 22px;
  }

  .next-page-products {
    --products-preview-height: min(440px, calc(100vh - 310px));
    --products-card-height: min(420px, calc(100vh - 330px));
    --products-card-width: clamp(760px, calc(var(--page-viewport-width) * 0.66), 900px);
    /* Keep the perceived tab-to-card distance nearly stable on 800–900px
     * viewports instead of letting the height formula add a large gap. */
    --products-orbit-top-offset: clamp(
      8px,
      calc(8px + (100vh - 760px) * 0.04),
      12px
    );
    /* The orbit card is scaled around its center on short screens. Move the
     * whole 3D stage upward to keep its visible top edge at a stable distance
     * from the tabs. */
    /* The <=760px fallback uses normal document flow; do not pull that card
     * upward or it will overlap the tabs. */
    --products-orbit-vertical-shift: 0px;
  }

  .next-page-products[data-products-layout="normal"] .next-page-products-tabs {
    min-height: 36px;
    gap: 24px;
    padding-bottom: 8px;
  }

  .next-page-products[data-products-layout="normal"] .next-page-products-panel-wrap {
    margin-top: 8px;
  }

  .next-page-products[data-products-layout="normal"] .next-page-products-tab.is-active,
  .next-page-products[data-products-layout="normal"] .next-page-products-tab[aria-selected="true"] {
    height: 40px;
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .next-page-products-panel-wrap,
  .next-page-products[data-products-layout="normal"] .next-page-products-panel-wrap {
    height: var(--products-preview-height);
    padding-bottom: 0;
    aspect-ratio: auto;
  }

  .next-page-products[data-products-layout="normal"] .next-page-products-panel {
    width: var(--products-card-width);
    height: var(--products-card-height);
    min-height: var(--products-card-height);
    transform: translateX(-50%);
  }

  .third-page-sticky > .next-page-inner {
    transform: none;
  }

  .third-page-image-frame {
    width: min(1500px, max(1000px, calc(var(--page-viewport-width) - 96px)));
    margin-top: -16px;
    transform: translate3d(-50%, -32px, 0);
  }

  .third-page-image {
    width: auto;
    max-width: 100%;
    max-height: calc(100vh - 260px);
    margin-right: auto;
    margin-left: auto;
  }

  .third-page-task-stack {
    transform: translate(-50%, -50%) scale(0.86);
    transform-origin: center;
  }

  .third-page-content-card {
    top: 10px;
    height: min(500px, calc(100vh - 275px));
    gap: 16px;
    padding: 12px;
    transform: translate3d(-50%, -14px, 0);
  }

  .third-page-business-tab {
    row-gap: 4px;
    padding: 14px;
  }

  .third-page-business-tab-copy strong {
    font-size: clamp(16px, calc(16px + (100vh - 760px) * 0.01429), 18px);
    line-height: clamp(22px, calc(22px + (100vh - 760px) * 0.01429), 24px);
  }

  .third-page-business-tab-copy small {
    font-size: 13px;
    line-height: 20px;
  }
}

/*
 * A short viewport cannot reliably hold a complete scene and a fixed header.
 * Use normal document flow here: the overview is read in full before the
 * detail stage appears below it, so no heading or content is clipped.
 */
@media (min-width: 1000px) and (max-height: 760px) {
  .next-page-section,
  .third-page-section {
    height: auto;
    min-height: 0;
  }

  .next-page-sticky,
  .third-page-sticky {
    position: relative;
    top: 0;
    height: auto;
    min-height: 0;
    overflow: visible;
    padding: calc(77px + 20px) 0 0;
  }

  .next-page-sticky > .next-page-inner,
  .third-page-sticky > .next-page-inner {
    height: auto;
    transform: none;
  }

  .next-page-content-group {
    transform: none;
  }

  .next-page-section.is-entry-enhanced .next-page-title,
  .next-page-section.is-entry-enhanced .next-page-subtitle,
  .next-page-section.is-entry-enhanced .next-page-content-switcher {
    opacity: 1;
    transform: none;
    animation: none;
  }

  .next-page-content-switcher {
    display: block;
    margin-top: 12px;
  }

  .third-page-content-switcher {
    margin-top: 24px;
  }

  .next-page-image-frame,
  .third-page-image-frame {
    grid-area: auto;
    width: min(1400px, calc(100% - 96px));
    margin-top: -8px;
  }

  .next-page-image,
  .third-page-image {
    max-height: calc(100vh - 210px);
  }

  .next-page-products {
    --products-preview-height: min(360px, calc(100vh - 260px));
    --products-card-height: min(340px, calc(100vh - 280px));
    --products-card-width: clamp(720px, calc(var(--page-viewport-width) * 0.62), 860px);
    --products-orbit-top-offset: 12px;
    --products-orbit-vertical-shift: 0px;
    grid-area: auto;
    margin-top: 16px;
    overflow: visible;
    clip-path: none;
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
  }

  .next-page-section.is-detail-ready .next-page-image-frame {
    visibility: visible;
    pointer-events: auto;
  }

  .next-page-products-panel-wrap,
  .next-page-products[data-products-layout="normal"] .next-page-products-panel-wrap {
    height: var(--products-preview-height);
  }

  .next-page-products[data-products-layout="normal"] .next-page-products-panel {
    width: var(--products-card-width);
    height: var(--products-card-height);
    min-height: var(--products-card-height);
  }

  .next-page-products-video {
    width: 100%;
    margin: 12px auto 0;
  }

  .third-page-image-frame {
    margin: 0 auto;
    transform: none;
  }

  .third-page-task-stack {
    transform: translate(-50%, -50%) scale(0.8);
  }

  .third-page-content-card {
    position: relative;
    top: auto;
    left: auto;
    height: min(440px, calc(100vh - 240px));
    margin: 32px auto 0;
    padding: 10px;
    gap: 12px;
    opacity: 1;
    visibility: visible;
    transform: none;
    pointer-events: auto;
  }

  .third-page-business-tab {
    padding: 12px;
  }

  .third-page-business-tab-copy strong {
    font-size: 16px;
    line-height: 22px;
  }

  .third-page-business-tab-copy small {
    font-size: 12px;
    line-height: 18px;
  }
}

@media (prefers-reduced-motion: reduce) {
  .next-page-content-group {
    transform: none;
  }

  .next-page-image-frame,
  .next-page-products,
  .next-page-products-tab,
  .next-page-products-panel,
  .next-page-products.is-carousel-animating .next-page-products-panel,
  .next-page-products-arrow {
    transition: none;
  }
}

.hero-main {
  text-align: center;
  margin-top: 0px;
  opacity: 1;
  transform: translateY(120px);
}

.hero-main.is-reveal-main {
  animation: heroMainEnter 1480ms cubic-bezier(0.35, 0.6, 0.4, 1) both;
}

.tag-row {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 10px;
}

.hero-main .tag-row {
  --hero-tag-stagger: 70ms;
  --hero-tag-duration: 520ms;
  opacity: 1;
  animation: none;
  font-family:
    "PingFang SC",
    "Hiragino Sans GB",
    "Microsoft YaHei",
    sans-serif;
}

.hero-main .tag-row .tag {
  opacity: 0;
  transform: none;
  will-change: opacity;
  animation: heroTagItemRevealLeft var(--hero-tag-duration) cubic-bezier(0.22, 0.74, 0.22, 1)
    both;
}

.hero-main .tag-row .tag:nth-child(1) {
  animation-delay: calc(var(--hero-tag-stagger) * 0);
}
.hero-main .tag-row .tag:nth-child(2) {
  animation-delay: calc(var(--hero-tag-stagger) * 1);
}
.hero-main .tag-row .tag:nth-child(3) {
  animation-delay: calc(var(--hero-tag-stagger) * 2);
}
.hero-main .tag-row .tag:nth-child(4) {
  animation-delay: calc(var(--hero-tag-stagger) * 3);
}
.hero-main .tag-row .tag:nth-child(5) {
  animation-delay: calc(var(--hero-tag-stagger) * 4);
}
.hero-main .tag-row .tag:nth-child(6) {
  animation-delay: calc(var(--hero-tag-stagger) * 5);
}

.hero-title .hero-title-char {
  display: inline-block;
  opacity: 0;
  filter: blur(22px);
  transform: translateY(5px);
  will-change: transform, opacity, filter;
}

.hero-title:not(.is-reveal-active) {
  opacity: 0;
}

.hero-title.is-reveal-active {
  opacity: 1;
}

.hero-title.is-reveal-active .hero-title-char {
  animation: heroTitleCharacterEnter 580ms cubic-bezier(0.22, 1, 0.36, 1) both;
  animation-delay: calc(var(--hero-char-index, 0) * 30ms);
}

.hero-title-reveal .hero-title-char {
  background: linear-gradient(117deg, #3276ff 6%, #794eff 48%, #ff61da 95%);
  background-position: calc(var(--hero-reveal-char-index, 0) * -1em) 0;
  background-size: calc(var(--hero-reveal-char-length, 1) * 1em) 100%;
  background-clip: text;
  -webkit-background-clip: text;
  color: transparent;
  -webkit-text-fill-color: transparent;
}

.hero-subtitle,
.hero-actions {
  opacity: 0;
  transform: translateY(14px);
}

.hero-subtitle.is-reveal-subtitle,
.hero-actions.is-reveal-actions {
  animation: heroElementFadeUp 620ms cubic-bezier(0.2, 0.74, 0.2, 1) both;
}

.hero-subtitle.is-reveal-subtitle {
  animation: heroSubtitleFadeIn 820ms cubic-bezier(0.22, 0.78, 0.2, 1) both;
}

.hero-actions.is-reveal-actions {
  animation: heroActionsFadeUp 860ms cubic-bezier(0.22, 0.78, 0.2, 1) both;
}

.dashboard-card {
  opacity: 0;
  transform: translateY(40px);
}

.dashboard-card.is-reveal-dashboard {
  animation: heroDashboardSoftIn 820ms cubic-bezier(0.22, 0.78, 0.2, 1) both;
}

@keyframes heroTagItemRevealLeft {
  from {
    opacity: 0;
    transform: none;
  }
  to {
    opacity: 1;
    transform: none;
  }
}

@keyframes heroTagRowBaseIn {
  from {
    opacity: 0.2;
  }
  to {
    opacity: 1;
  }
}

@keyframes heroTitleCharacterEnter {
  from {
    opacity: 0;
    filter: blur(22px);
    transform: translateY(5px);
  }
  to {
    opacity: 1;
    filter: blur(0);
    transform: translateY(0);
  }
}

/* Existing scroll-reveal sections keep their original timing. */
@keyframes heroTitleCharBlurIn {
  from {
    opacity: 0;
    filter: blur(9px);
    transform: translateY(12px);
  }
  to {
    opacity: 1;
    filter: blur(0);
    transform: translateY(0);
  }
}

@media (prefers-reduced-motion: reduce) {
  .hero-title .hero-title-char {
    animation: none !important;
    opacity: 1;
    filter: none;
    transform: none;
  }

  .dashboard-card-border-style {
    transition: none;
  }
}

@keyframes heroElementFadeUp {
  from {
    opacity: 0;
    transform: translateY(14px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

@keyframes heroSubtitleFadeIn {
  from {
    opacity: 0;
    transform: none;
  }
  to {
    opacity: 1;
    transform: none;
  }
}

@keyframes heroActionsFadeUp {
  from {
    opacity: 0;
    transform: translateY(12px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

@keyframes heroDashboardSoftIn {
  from {
    opacity: 0;
    transform: translateY(40px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

@keyframes heroMainEnter {
  from {
    opacity: 1;
    transform: translateY(120px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

@keyframes heroDashboardFadeUp {
  from {
    opacity: 0.16;
    transform: translateY(32px) scale(0.985);
  }
  to {
    opacity: 1;
    transform: translateY(0) scale(1);
  }
}

@keyframes heroDashboardSweep {
  0% {
    opacity: 0;
    transform: translateX(0);
  }
  15% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    transform: translateX(620%);
  }
}

.tag {
  position: relative;
  height: auto;
  padding: 8px 12px 8px 8px;
  border-radius: 999px;
  background: linear-gradient(
    145deg,
    rgba(255, 255, 255, 0.72) 0%,
    rgba(255, 255, 255, 0.52) 100%
  );
  border: 1px solid rgba(255, 255, 255, 0.8);
  box-shadow:
    0 1px 4px rgba(70, 90, 140, 0.05),
    inset 0 1px 0 rgba(255, 255, 255, 0.72);
  backdrop-filter: blur(10px) saturate(135%);
  -webkit-backdrop-filter: blur(10px) saturate(135%);
  color: var(--color-text-light-black);
  font-size: var(--size-text-14);
  line-height: var(--size-text-line-height-22);
  font-weight: var(--size-text-regular);
  display: inline-flex;
  align-items: center;
  gap: 8px;
  overflow: hidden;
}

.tag::after {
  content: "";
  position: absolute;
  top: 1px;
  left: 8px;
  right: 8px;
  height: 45%;
  border-radius: 999px;
  background: linear-gradient(
    180deg,
    rgba(255, 255, 255, 0.55) 0%,
    rgba(255, 255, 255, 0) 100%
  );
  pointer-events: none;
}

.platform-icon {
  width: 24px;
  height: 24px;
  border-radius: 50%;
  object-fit: cover;
  display: block;
}

.hero-title {
  margin: clamp(4px, 1.2vh, 12px) 0 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  /* Scale the hero headline from 48px at the 1040px canvas to 56px at
   * 1920px, then keep the large-screen size stable. */
  font-size: clamp(
    48px,
    calc(48px + (var(--page-viewport-width) - 1040px) * 0.00909091),
    56px
  );
  letter-spacing: 1px;
  line-height: clamp(
    64px,
    calc(64px + (var(--page-viewport-width) - 1040px) * 0.00909091),
    72px
  );
  font-weight: 600;
  color: var(--color-text-black);
  font-family:
    "PingFang SC",
    "Hiragino Sans GB",
    "Microsoft YaHei",
    sans-serif;
}

.hero-title-prefix,
.hero-title-reveal {
  display: flex;
  justify-content: center;
  flex: 0 0 auto;
  white-space: nowrap;
}

.hero-title-prefix {
  transform-origin: center;
  will-change: transform, opacity, filter;
}

.hero-title-highlight {
  margin-left: 0.18em;
}

.highlight {
  display: inline-flex;
}

.highlight-char {
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
}

.highlight-you {
  background-image: linear-gradient(135deg, #296dff 16%, #5653ff 81%);
}

.highlight-xian {
  background-image: linear-gradient(135deg, #5960ff 19%, #784eff 85%);
}

.highlight-tui {
  background-image: linear-gradient(135deg, #814ffc 19%, #b857ee 85%);
}

.highlight-jian {
  background-image: linear-gradient(135deg, #ba57ed 19%, #ff4de2 85%);
}

.hero-subtitle {
  margin: 14px 0 0;
  font-size: 24px;
  letter-spacing: 0.5px;
  color: var(--color-text-black);
}

.subtitle-highlight {
  background-image: linear-gradient(101deg, #3276ff 4%, #794eff 49%, #ff61da 99%);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
}

.hero-actions {
  margin-top: 48px;
  display: flex;
  justify-content: center;
  gap: 12px;
}

.hero-actions .btn {
  width: 160px;
  min-width: 160px;
  height: 52px;
}

.hero-actions .btn.btn-l {
  width: 160px;
  min-width: 160px;
  height: 52px;
}

.panel-wrap {
  position: relative;
  width: min(1160px, calc(100% - 126px));
  margin-top: 48px;
  padding-bottom: 64px;
  overflow: visible;
  perspective: 3000px;
  perspective-origin: center top;
}

.dashboard-card {
  position: relative;
  isolation: isolate;
  perspective: 3000px;
  transform-style: preserve-3d;
  z-index: 1;
  border-radius: 0;
  border: 0;
  background: transparent;
  box-shadow: none;
  backdrop-filter: none;
  width: 100%;
  height: auto;
  overflow: visible;
}

.dashboard-card-border-style {
  position: relative;
  width: 100%;
  margin: 0 auto;
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 8px;
  transform: scale(var(--dashboard-scale, 1.15))
    rotateX(var(--dashboard-rotate-x, 30deg))
    translateY(var(--dashboard-translate-y, 0px));
  transform-origin: center bottom;
  transform-style: flat;
  overflow: hidden;
  border: 2px solid #fff;
  border-radius: 20px;
  background: #f8f9fc;
  box-shadow: 0 26px 60px -22px rgba(37, 73, 137, 0.32);
  backface-visibility: hidden;
  contain: paint;
  will-change: transform;
}

.dashboard-image-container {
  position: relative;
  width: 100%;
  aspect-ratio: 8 / 5;
  overflow: hidden;
  border-radius: 14px;
  transform: none;
  background: transparent;
  contain: layout paint;
}

.dashboard-image {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
  border-radius: 14px;
  box-shadow: none;
}

.dashboard-cover {
  position: absolute;
  z-index: 2;
  left: 50%;
  right: auto;
  width: 100vw;
  min-width: 1000px;
  bottom: -64px;
  height: 240px;
  pointer-events: none;
  transform: translateX(-50%);
  background: linear-gradient(
    180deg,
    rgba(244, 249, 255, 0) 8%,
    rgb(244, 249, 255) 41%,
    rgb(244, 249, 255) 102%
  );
}

.insight-section {
  margin-top: 96px;
  padding: 36px 0 140px;
  background: linear-gradient(180deg, #f5f9ff 0%, #eef4ff 100%);
}

.insight-section .insight-scroll-item {
  opacity: 0;
  transform: translateY(22px);
}

.insight-section .insight-title.insight-scroll-item {
  opacity: 1;
  transform: none;
}

.insight-section .insight-title .insight-title-char {
  display: inline-block;
  opacity: 0;
  filter: blur(9px);
  transform: translateY(12px);
  will-change: transform, opacity, filter;
}

.insight-section .insight-scroll-item.is-inview {
  animation: insightElementIn 620ms cubic-bezier(0.2, 0.74, 0.2, 1) both;
  animation-delay: var(--insight-delay, 0ms);
}

.insight-section .insight-title.insight-scroll-item.is-inview {
  animation: none;
}

.insight-section .insight-title.insight-scroll-item.is-inview .insight-title-char {
  animation: heroTitleCharBlurIn 560ms cubic-bezier(0.2, 0.74, 0.2, 1) both;
  animation-delay: calc(var(--insight-delay, 0ms) + var(--insight-char-delay, 0ms));
}

@keyframes insightElementIn {
  from {
    opacity: 0;
    transform: translateY(22px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

.insight-inner {
  width: calc(100% - 280px);
  max-width: none;
  text-align: center;
}

.insight-title {
  margin: 0;
  color: var(--color-text-black);
  font-size: clamp(var(--size-text-36), calc(var(--page-viewport-width) * 0.029), var(--size-text-44));
  line-height: clamp(
    var(--size-text-line-height-44),
    calc(var(--page-viewport-width) * 0.034),
    var(--size-text-line-height-52)
  );
  font-weight: var(--size-text-bold);
}

.insight-subtitle {
  margin: 12px 0 0;
  color: var(--color-text-gray);
}

.insight-grid {
  margin-top: 72px;
  display: grid;
  grid-template-columns: repeat(4, minmax(240px, 280px));
  gap: 12px;
  width: 100%;
  justify-content: center;
}

.insight-column {
  width: 100%;
  min-width: 0;
  max-width: none;
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.insight-card {
  width: 100%;
  min-width: 0;
  max-width: none;
  min-height: 204px;
  padding: 20px;
  border-radius: var(--s-radius-l);
  background: rgba(255, 255, 255, 0.96);
  box-shadow: var(--shadow-box-down-normal);
  text-align: left;
}

.feature-icon {
  width: 40px;
  height: 40px;
  border-radius: 12px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 18px;
  line-height: 1;
  font-weight: 600;
  margin-bottom: 18px;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.7);
}

.feature-icon-image {
  width: 40px;
  height: 40px;
  display: block;
  object-fit: contain;
  margin-bottom: 16px;
}

.feature-icon-blue {
  color: #3276ff;
  background: linear-gradient(180deg, #edf3ff 0%, #f7faff 100%);
}

.feature-icon-violet {
  color: #6a56ff;
  background: linear-gradient(180deg, #f1edff 0%, #faf8ff 100%);
}

.feature-icon-indigo {
  color: #5f77ff;
  background: linear-gradient(180deg, #edf2ff 0%, #f8faff 100%);
}

.feature-icon-purple {
  color: #8f5cff;
  background: linear-gradient(180deg, #f5efff 0%, #fcf9ff 100%);
}

.insight-card h3 {
  margin: 0;
  color: var(--color-text-black);
}

.insight-card p {
  margin: 12px 0 0;
  color: var(--color-text-gray);
}

.metric-card {
  width: 100%;
  padding: 16px 18px 14px;
  border-radius: var(--s-radius-l);
  background: rgba(255, 255, 255, 0.96);
  box-shadow: var(--shadow-box-down-normal);
  text-align: center;
}

.metric-card strong {
  display: inline-block;
  color: #7653ff;
}

.metric-card strong.metric-gradient-text {
  display: inline-block;
  background-image: linear-gradient(104deg, #3276ff 5%, #794eff 49%, #ff61da 98%);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
  -webkit-text-fill-color: transparent;
}

.metric-card p {
  margin: 4px 0 0;
  color: var(--color-text-black);
}

.brand-expression-section {
  padding: 120px 0 120px;
  background: #fff;
}

.brand-expression-section .brand-scroll-item {
  opacity: 0;
  transform: translateY(24px);
}

.brand-expression-section .brand-expression-title.brand-scroll-item {
  opacity: 1;
  transform: none;
}

.brand-expression-section .brand-expression-title .brand-title-char {
  display: inline-block;
  opacity: 0;
  filter: blur(9px);
  transform: translateY(12px);
  will-change: transform, opacity, filter;
}

.brand-expression-section .brand-scroll-item.is-inview {
  animation: insightElementIn 640ms cubic-bezier(0.2, 0.74, 0.2, 1) both;
  animation-delay: var(--brand-delay, 0ms);
}

.brand-expression-section .brand-expression-title.brand-scroll-item.is-inview {
  animation: none;
}

.brand-expression-section .brand-expression-title.brand-scroll-item.is-inview .brand-title-char {
  animation: heroTitleCharBlurIn 560ms cubic-bezier(0.2, 0.74, 0.2, 1) both;
  animation-delay: calc(var(--brand-delay, 0ms) + var(--brand-char-delay, 0ms));
}

.brand-expression-inner {
  width: min(1188px, calc(100% - 96px));
  max-width: none;
  text-align: center;
}

.brand-expression-title {
  margin: 0;
  color: var(--color-text-black);
  font-size: clamp(var(--size-text-36), calc((var(--page-viewport-width) - 96px) * 0.037), var(--size-text-44));
  line-height: clamp(
    var(--size-text-line-height-44),
    calc((var(--page-viewport-width) - 96px) * 0.0438),
    var(--size-text-line-height-52)
  );
  font-weight: var(--size-text-bold);
}

.brand-expression-subtitle {
  margin: 12px 0 0;
  color: var(--color-text-gray);
}

.brand-expression-list {
  margin-top: 72px;
  display: grid;
  gap: 20px;
}

.expression-card {
  min-height: 308px;
  border-radius: var(--s-radius-xl);
  padding: 48px 48px;
  background:
    linear-gradient(180deg, rgba(244, 247, 255, 0.96) 0%, rgba(232, 240, 255, 0.96) 100%);
  display: grid;
  grid-template-columns: 1.65fr 1fr;
  align-items: center;
  gap: 36px;
  overflow: hidden;
  position: relative;
}

.expression-card-left {
  grid-template-columns: 1fr 1.65fr;
  aspect-ratio: 75 / 31;
  min-height: auto;
  background-color: #fff;
  background-image: url("./assets/beijing2.png");
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}

.expression-card-right {
  aspect-ratio: 75 / 31;
  min-height: auto;
  background-color: #fff;
  background-image: url("./assets/beijing2.png");
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}

.expression-visual,
.expression-copy {
  position: relative;
  z-index: 1;
}

.expression-visual {
  display: flex;
  align-items: center;
  justify-content: center;
}

.expression-image {
  width: 100%;
  max-width: 100%;
  height: auto;
  display: block;
}

.expression-image-geo {
  max-width: none;
}

.expression-image-intent {
  max-width: none;
}

.expression-image-content {
  max-width: none;
}

.expression-image-publish {
  max-width: none;
}

.expression-image-knowledge {
  max-width: none;
}

.expression-copy {
  text-align: left;
}

.expression-card-right .expression-copy {
  width: 100%;
  max-width: none;
  transform: translateY(-24px);
}

.expression-card-left .expression-copy {
  width: 100%;
  max-width: none;
}

.expression-badge {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 46px;
  height: 28px;
  padding: 0 10px;
  margin-bottom: 10px;
  border-radius: 999px;
  background: linear-gradient(101deg, #3276ff 4%, #794eff 49%, #ff61da 99%);
  color: #fff;
  font-size: 14px;
  line-height: 22px;
  font-weight: 600;
}

.expression-heading {
  margin: 0;
  color: var(--color-text-black);
  font-size: clamp(var(--size-text-24), calc(var(--page-viewport-width) * 0.021), var(--size-text-36));
  line-height: clamp(
    var(--size-text-line-height-32),
    calc(var(--page-viewport-width) * 0.027),
    var(--size-text-line-height-44)
  );
}

.expression-title-row {
  display: inline-flex;
  align-items: flex-start;
  gap: 6px;
}

.expression-title-badge {
  width: auto;
  height: clamp(18px, calc(var(--page-viewport-width) * 0.014), 26px);
  display: block;
  flex-shrink: 0;
  margin-top: 2px;
}

.expression-gradient-text {
  display: inline-block;
  background-image: linear-gradient(104deg, #3276ff 5%, #794eff 49%, #ff61da 98%);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
  -webkit-text-fill-color: transparent;
}

.expression-text {
  margin: 12px 0 0;
  color: var(--color-text-light-black);
}

.brand-expression-list .expression-text,
.brand-expression-list .expression-keywords {
  font-size: clamp(var(--size-text-14), calc(var(--page-viewport-width) * 0.0105), var(--size-text-18));
  line-height: clamp(
    var(--size-text-line-height-22),
    calc(var(--page-viewport-width) * 0.0155),
    var(--size-text-line-height-26)
  );
}

.expression-keywords {
  margin-top: 18px;
  display: grid;
  grid-template-columns: repeat(2, max-content);
  gap: 10px 24px;
  color: var(--color-text-light-black);
}

.monitor-section {
  padding: 100px 0 100px;
  background: linear-gradient(140deg, #f7f6fe -2%, #eef4fc 71%);
}

.monitor-section .monitor-scroll-item {
  opacity: 0;
  transform: translateY(22px);
}

.monitor-section .monitor-scroll-item.is-inview {
  animation: insightElementIn 620ms cubic-bezier(0.2, 0.74, 0.2, 1) both;
  animation-delay: var(--monitor-delay, 0ms);
}

.monitor-inner {
  width: min(1188px, calc(100% - 96px));
  max-width: none;
}

.monitor-title {
  margin: 0;
  text-align: center;
  color: var(--color-text-black);
  font-size: clamp(var(--size-text-36), calc((var(--page-viewport-width) - 96px) * 0.037), var(--size-text-44));
  line-height: clamp(
    var(--size-text-line-height-44),
    calc((var(--page-viewport-width) - 96px) * 0.0438),
    var(--size-text-line-height-52)
  );
  font-weight: var(--size-text-bold);
}

.monitor-title-highlight {
  background-image: linear-gradient(104deg, #3276ff 5%, #794eff 49%, #ff61da 98%);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
  -webkit-text-fill-color: transparent;
}

.monitor-tabs {
  margin: 36px auto 0;
  width: fit-content;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 4px;
  padding: 8px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.46);
  border: 1px solid #fff;
  -webkit-backdrop-filter: blur(14px) saturate(135%);
  backdrop-filter: blur(14px) saturate(135%);
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.92),
    0 8px 18px rgba(118, 140, 190, 0.05);
}

.monitor-tabs::before {
  content: "";
  position: absolute;
  left: var(--tab-indicator-x, 8px);
  top: var(--tab-indicator-y, 8px);
  width: var(--tab-indicator-w, 132px);
  height: var(--tab-indicator-h, 48px);
  border-radius: 999px;
  background: linear-gradient(90deg, #3276ff 0%, #794eff 99%);
  transition:
    left 280ms cubic-bezier(0.22, 0.75, 0.25, 1),
    width 280ms cubic-bezier(0.22, 0.75, 0.25, 1),
    top 280ms cubic-bezier(0.22, 0.75, 0.25, 1),
    height 280ms cubic-bezier(0.22, 0.75, 0.25, 1);
  z-index: 0;
  pointer-events: none;
}

.monitor-tab {
  border: 1px solid transparent;
  background: transparent;
  color: #3b4c70;
  background-image: none;
  -webkit-background-clip: border-box;
  background-clip: border-box;
  -webkit-text-fill-color: currentColor;
  width: 132px;
  height: 48px;
  box-sizing: border-box;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 999px;
  padding: 0 16px;
  cursor: pointer;
  position: relative;
  z-index: 1;
  outline: none;
  -webkit-tap-highlight-color: transparent;
  transition: border-color 0.2s ease;
}

.monitor-tab:focus {
  outline: none;
}

.monitor-tab:focus-visible {
  box-shadow: 0 0 0 2px rgba(93, 126, 226, 0.28);
}

.monitor-tab:not(.is-active) {
  font-size: var(--size-text-16);
  line-height: var(--size-text-line-height-24);
  font-weight: var(--size-text-regular);
}

.monitor-tab:hover:not(.is-active) {
  background: transparent;
  border-color: transparent;
  box-shadow: none;
  transform: none;
  background-image: linear-gradient(90deg, #3276ff 0%, #794eff 99%);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
  -webkit-text-fill-color: transparent;
}

.monitor-tab.is-active {
  color: #fff;
  background: transparent;
  border-color: transparent;
  box-shadow: none;
  transform: translateY(0);
  -webkit-text-fill-color: currentColor;
}

.monitor-body {
  margin-top: 56px;
  display: grid;
  grid-template-columns: minmax(0, 1.6fr) minmax(320px, 1fr);
  align-items: center;
  gap: 22px;
}

.monitor-body.is-switching-out .monitor-visual-stack,
.monitor-body.is-switching-out .monitor-aside {
  animation: contentFadeOut 140ms ease-in forwards;
}

.monitor-body.is-switching-in .monitor-visual-stack {
  animation: contentFadeIn 600ms ease-out both;
}

.monitor-body.is-switching-in .monitor-aside {
  animation: contentFadeIn 600ms ease-out both;
  animation-delay: 400ms;
}

@keyframes contentFadeOut {
  0% {
    opacity: 1;
    transform: scale(1);
  }
  100% {
    opacity: 0;
    transform: scale(0.985);
  }
}

@keyframes contentFadeIn {
  0% {
    opacity: 0;
    transform: translateX(-12px);
  }
  100% {
    opacity: 1;
    transform: translateX(0);
  }
}

.monitor-visual-stack {
  position: relative;
  width: min(100%, 758px);
  min-width: 500px;
  overflow: visible;
}

.monitor-visual-image {
  position: relative;
  z-index: 1;
  width: 100%;
  max-width: none;
  height: auto;
  display: block;
  border-radius: 16px;
  box-shadow: 0 8px 16px rgba(130, 148, 190, 0.1);
}

.monitor-overlay {
  position: absolute;
  z-index: 2;
  display: block;
  width: auto;
  height: auto;
  max-width: none;
  pointer-events: none;
  filter: drop-shadow(0 6px 14px rgba(107, 127, 174, 0.16));
}

.monitor-overlay-trend {
  top: calc(24% + 0px);
  right: calc(-5.6% + 24px);
  width: 50%;
}

.monitor-overlay-score {
  top: -2%;
  left: 12.4%;
  width: 30%;
  z-index: 3;
}

.monitor-aside {
  position: relative;
  top: -16px;
  padding-left: 40px;
  color: var(--color-text-black);
}

.monitor-point {
  margin: 0;
  display: flex;
  align-items: flex-start;
  gap: 4px;
  color: var(--color-text-black);
  font-size: clamp(var(--size-text-18), calc(var(--page-viewport-width) * 0.012), var(--size-text-20));
  line-height: clamp(var(--size-text-line-height-26), calc(var(--page-viewport-width) * 0.016), var(--size-text-line-height-30));
  font-weight: var(--size-text-medium);
}

.monitor-point + .monitor-point {
  margin-top: 30px;
}

.monitor-section[data-monitor-style="citation"] .monitor-point:last-of-type {
  margin-top: 24px;
}

.monitor-point-icon {
  width: 26px;
  height: 26px;
  display: inline-block;
  flex-shrink: 0;
  background: url("./assets/checkmark.svg") center / contain no-repeat;
}

.monitor-point-icon::after {
  content: none;
}

.monitor-platforms {
  margin-top: 16px;
  margin-right: 0;
  margin-bottom: 32px;
  margin-left: 28px;
  display: inline-flex;
  width: fit-content;
  max-width: 100%;
  flex-wrap: wrap;
  gap: 10px;
}

.monitor-point-with-platforms {
  display: grid;
  grid-template-columns: 26px 1fr;
  column-gap: 4px;
  align-items: start;
}

.monitor-point-with-platforms .monitor-platforms {
  grid-column: 2 / 3;
  width: auto;
  margin: 16px 0 0 0;
}

.monitor-platform-chip {
  height: 30px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0 14px;
  border-radius: 999px;
  color: #42557d;
  background: #f9fbff;
  box-shadow: 0 2px 6px rgba(89, 110, 156, 0.12);
}

.service-section {
  padding: 100px 0 200px;
  background: #fff;
}

.service-section .service-scroll-item {
  opacity: 0;
  transform: translateY(22px);
}

.service-section .service-scroll-item.is-inview {
  animation: insightElementIn 620ms cubic-bezier(0.2, 0.74, 0.2, 1) both;
  animation-delay: var(--service-delay, 0ms);
}

.service-section .service-grid.service-scroll-item .service-card {
  opacity: 0;
  transform: translateY(20px);
}

.service-section .service-grid.service-scroll-item.is-inview .service-card {
  animation: serviceCardCascadeIn 560ms cubic-bezier(0.2, 0.74, 0.2, 1) both;
}

.service-section .service-grid.service-scroll-item.is-inview > .service-card:nth-of-type(1) {
  animation-delay: calc(var(--service-delay, 0ms) + 0ms);
}

.service-section .service-grid.service-scroll-item.is-inview > .service-card:nth-of-type(2) {
  animation-delay: calc(var(--service-delay, 0ms) + 160ms);
}

.service-section
  .service-grid.service-scroll-item.is-inview
  > .service-stack
  > .service-card-small:first-child {
  animation-delay: calc(var(--service-delay, 0ms) + 320ms);
}

.service-section
  .service-grid.service-scroll-item.is-inview
  > .service-stack
  > .service-card-small:last-child {
  animation-delay: calc(var(--service-delay, 0ms) + 480ms);
}

@keyframes serviceCardCascadeIn {
  from {
    opacity: 0;
    transform: translateY(20px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

.service-inner {
  width: calc(var(--page-viewport-width) - 176px);
  max-width: 1200px;
}

.service-title {
  margin: 0;
  text-align: center;
  color: var(--color-text-black);
  font-family:
    "PingFang SC",
    "Hiragino Sans GB",
    "Microsoft YaHei",
    sans-serif;
  font-size: var(--section-title-size);
  line-height: var(--section-title-line-height);
  font-weight: 600;
  letter-spacing: 0.5px;
}

.service-title-highlight {
  display: inline-block;
  margin-left: 0.18em;
  background-image: linear-gradient(101deg, #3276ff 4%, #794eff 49%, #ff61da 99%);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
  -webkit-text-fill-color: transparent;
}

.service-title-highlight .highlight-char:nth-child(1) {
  background-image: linear-gradient(314deg, #406eff 8%, #3276ff 85%);
}

.service-title-highlight .highlight-char:nth-child(2) {
  background-image: linear-gradient(314deg, #5b5fff 8%, #466bff 85%);
}

.service-title-highlight .highlight-char:nth-child(3) {
  background-image: linear-gradient(314deg, #6d54ff 8%, #5a60ff 85%);
}

.service-title-highlight .highlight-char:nth-child(4) {
  background-image: linear-gradient(314deg, #8a50fa 8%, #7152ff 85%);
}

.service-title-highlight .highlight-char:nth-child(5) {
  background-image: linear-gradient(314deg, #b055ef 8%, #9751ff 85%);
}

.service-title-highlight .highlight-char:nth-child(6) {
  background-image: linear-gradient(314deg, #ed66ff 8%, #a95eff 85%);
}

.service-title-highlight .highlight-char:nth-child(7) {
  background-image: linear-gradient(314deg, #ff50e3 8%, #e665ff 85%);
}

.ending-page-section {
  position: relative;
  display: block;
  overflow: hidden;
  background: #fff;
}

.ending-page-image {
  position: relative;
  z-index: 0;
  display: block;
  width: 100%;
  height: auto;
  aspect-ratio: 12 / 5;
  flex: 0 0 auto;
  pointer-events: none;
  user-select: none;
}

.ending-page-content {
  position: absolute;
  inset: 0;
  z-index: 1;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 0;
  padding: clamp(64px, 10vw, 132px) 24px 84px;
  text-align: center;
}

.ending-page-icon {
  display: block;
  width: 64px;
  height: 64px;
  margin-bottom: 64px;
  object-fit: contain;
  flex: 0 0 auto;
}

.ending-page-title {
  margin: 0;
  color: #22242d;
  font-family:
    "PingFang SC",
    "Hiragino Sans GB",
    "Microsoft YaHei",
    sans-serif;
  font-size: clamp(34px, calc(34px + (var(--page-viewport-width) - 1000px) * 0.017), 50px);
  line-height: clamp(46px, calc(46px + (var(--page-viewport-width) - 1000px) * 0.022), 62px);
  font-weight: 600;
  letter-spacing: 0.2px;
}

.ending-page-title .subtitle-highlight {
  margin-right: 0.05em;
}

.ending-page-subtitle {
  margin: 16px 0 0;
  color: #1f2430;
  font-size: clamp(18px, calc(var(--page-viewport-width) * 0.015), 22px);
  line-height: 1.55;
  font-weight: 400;
}

.ending-page-actions {
  margin-top: 28px;
}

/* Keep the ending-page CTA aligned with the first-screen “抢先试用” button. */
.ending-page-actions .btn.btn-l {
  width: 160px;
  min-width: 160px;
  height: 52px;
}

.service-grid {
  margin-top: 32px;
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 14px;
  align-items: stretch;
}

.service-stack {
  display: grid;
  gap: 14px;
}

.service-card {
  position: relative;
  border-radius: 24px;
  padding: 26px 22px;
  overflow: hidden;
  background: #f4f7ff;
}

.service-card > :not(.service-visual) {
  position: relative;
  z-index: 1;
}

.service-card h3 {
  margin: 0;
  color: var(--color-text-black);
  font-size: var(--size-text-24);
  line-height: var(--size-text-line-height-32);
  font-weight: var(--size-text-medium);
}

.service-stack .service-card-small:first-child h3 {
  font-size: clamp(var(--size-text-18), calc(var(--page-viewport-width) * 0.018), var(--size-text-24));
  line-height: clamp(var(--size-text-line-height-26), calc(var(--page-viewport-width) * 0.022), var(--size-text-line-height-32));
}

.service-grid > .service-card-large h3,
.service-stack .service-card-small:last-child h3 {
  font-size: clamp(var(--size-text-18), calc(var(--page-viewport-width) * 0.018), var(--size-text-24));
  line-height: clamp(var(--size-text-line-height-26), calc(var(--page-viewport-width) * 0.022), var(--size-text-line-height-32));
}

.service-card p {
  margin: 8px 0 0;
  color: var(--color-text-gray);
  font-size: 14px;
  line-height: 22px;
}

.service-card-large {
  min-height: 420px;
}

.service-grid > .service-card-large:first-child {
  min-height: 420px;
}

.service-card-small {
  min-height: 192px;
}

.service-visual {
  position: absolute;
  z-index: 0;
  pointer-events: none;
}

.service-visual-advisor {
  width: 70%;
  right: -2px;
  bottom: -4px;
  opacity: 0.92;
}

.service-card-advisor .service-desc {
  max-width: 300px;
}

.service-visual-advisor-person {
  width: clamp(250px, calc(var(--page-viewport-width) * 0.255), 300px);
  left: clamp(-10px, calc(var(--page-viewport-width) * -0.008), -6px);
  bottom: clamp(-4px, calc(var(--page-viewport-width) * -0.003), -2px);
  z-index: 0;
}

.service-visual-advisor-compass {
  width: 17.5%;
  left: 4.6%;
  bottom: 56%;
  z-index: 2;
}

.service-visual-advisor-book {
  width: 22%;
  right: 6.2%;
  bottom: 40%;
  z-index: 2;
}

.service-visual-ai-service {
  width: clamp(180px, calc(var(--page-viewport-width) * 0.19), 232px);
  left: 50%;
  bottom: 24px;
  transform: translateX(-50%);
  z-index: 0;
}

.service-corner-icon {
  position: absolute;
  right: 18px;
  bottom: 16px;
  width: clamp(48px, calc(var(--page-viewport-width) * 0.04), 60px);
  height: clamp(48px, calc(var(--page-viewport-width) * 0.04), 60px);
  opacity: 0.9;
}

.side-menu {
  border-right: 1px solid var(--line);
  background: rgba(248, 251, 255, 0.92);
  padding: 18px 14px;
}

.side-head {
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 8px 6px 14px;
  border-bottom: 1px solid var(--line);
}

.avatar {
  width: 30px;
  height: 30px;
  border-radius: 50%;
  display: grid;
  place-items: center;
  color: #fff;
  font-size: 12px;
  background: linear-gradient(120deg, #4a7bff, #7f5aff);
}

.muted {
  margin: 0;
  font-size: 12px;
  color: #5b6887;
}

.tiny {
  margin: 2px 0 0;
  font-size: 11px;
  color: #8c98b3;
}

.side-menu ul {
  list-style: none;
  margin: 12px 0 0;
  padding: 0;
  display: grid;
  gap: 4px;
}

.side-menu li {
  border-radius: 10px;
  padding: 10px 12px;
  color: #566483;
  font-size: 13px;
}

.side-menu li.active {
  color: #3358c6;
  font-weight: 600;
  background: #edf3ff;
}

.panel-content {
  padding: 22px 24px;
}

.panel-content h2 {
  margin: 0;
  font-size: 24px;
}

.panel-tip {
  margin: 8px 0 0;
  font-size: 12px;
  color: #8a97b3;
}

.kpi-grid {
  margin-top: 14px;
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 10px;
}

.kpi-item {
  border: 1px solid var(--line);
  border-radius: 12px;
  padding: 12px;
  background: rgba(255, 255, 255, 0.8);
}

.kpi-item p {
  margin: 0;
  font-size: 12px;
  color: #7382a3;
}

.kpi-item strong {
  margin-top: 6px;
  display: block;
  font-size: 28px;
  color: #19253d;
}

.kpi-item small {
  margin-top: 4px;
  display: block;
  font-size: 12px;
  color: #d94f5c;
}

.chart-grid {
  margin-top: 14px;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 12px;
}

.chart-box {
  border: 1px solid var(--line);
  border-radius: 14px;
  background: rgba(255, 255, 255, 0.86);
  padding: 12px;
}

.chart-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 4px;
}

.chart-head h3 {
  margin: 0;
  font-size: 14px;
}

.chart-head span {
  color: #4b67ca;
  font-size: 12px;
  background: #edf3ff;
  border-radius: 999px;
  padding: 4px 9px;
}

canvas {
  width: 100%;
  height: auto;
  display: block;
}

.final-cta-section {
  padding: 160px 0 160px;
  background-color: #f6f8fe;
  background-image: url("./assets/final_cta_bg.png");
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}

.final-cta-section .final-scroll-item {
  opacity: 0;
}

.final-cta-section .final-cta-badge.final-scroll-item {
  transform: translateY(14px) scale(0.9);
}

.final-cta-section .final-cta-title.final-scroll-item {
  transform: translateY(18px);
}

.final-cta-section .final-cta-subtitle.final-scroll-item {
  transform: translateY(14px);
}

.final-cta-section .final-cta-btn.final-scroll-item {
  transform: translateY(16px) scale(0.96);
}

.final-cta-section .final-cta-badge.final-scroll-item.is-inview {
  animation: finalCtaBadgeIn 760ms cubic-bezier(0.2, 0.75, 0.2, 1) both;
  animation-delay: var(--final-delay, 0ms);
}

.final-cta-section .final-cta-title.final-scroll-item.is-inview {
  animation: finalCtaTitleIn 820ms cubic-bezier(0.2, 0.75, 0.2, 1) both;
  animation-delay: var(--final-delay, 0ms);
}

.final-cta-section .final-cta-subtitle.final-scroll-item.is-inview {
  animation: finalCtaSubIn 840ms cubic-bezier(0.2, 0.75, 0.2, 1) both;
  animation-delay: var(--final-delay, 0ms);
}

.final-cta-section .final-cta-btn.final-scroll-item.is-inview {
  animation: finalCtaBtnIn 860ms cubic-bezier(0.2, 0.75, 0.2, 1) both;
  animation-delay: var(--final-delay, 0ms);
}

.final-cta-inner {
  width: min(1188px, calc(100% - 96px));
  margin: 0 auto;
  text-align: center;
}

.final-cta-badge {
  width: 44px;
  height: 44px;
  margin: 0 auto;
  border-radius: 12px;
  display: grid;
  place-items: center;
  color: #fff;
  background: linear-gradient(138deg, #3276ff 9%, #7a4eff 87%);
  box-shadow:
    0 10px 24px rgba(73, 105, 233, 0.24),
    inset 0 1px 0 rgba(255, 255, 255, 0.34);
  animation: none;
}

.final-cta-badge-star {
  font-size: 14px;
  line-height: 1;
}

.final-cta-title {
  margin: 32px 0 0;
  color: var(--color-text-black);
  font-size: clamp(var(--size-text-36), calc((var(--page-viewport-width) - 96px) * 0.037), var(--size-text-44));
  line-height: clamp(
    var(--size-text-line-height-44),
    calc((var(--page-viewport-width) - 96px) * 0.0438),
    var(--size-text-line-height-52)
  );
  font-weight: var(--size-text-bold);
  animation: none;
}

.final-cta-title .highlight-char.highlight-you {
  background-image: linear-gradient(142deg, #3f6fff 25%, #6857ff 77%);
}

.final-cta-title .highlight-char.highlight-xian {
  background-image: linear-gradient(147deg, #635aff 25%, #a354f3 76%);
}

.final-cta-title .highlight-char.highlight-tui {
  background-image: linear-gradient(142deg, #9e53f4 24%, #e45de1 77%);
}

.final-cta-subtitle {
  margin: 14px 0 0;
  color: var(--color-text-black);
  animation: none;
}

.final-cta-btn {
  margin-top: 32px;
  width: 160px;
  min-width: 160px;
  height: 52px;
  box-shadow: none;
  animation: none;
}

@keyframes finalCtaBadgeIn {
  from {
    opacity: 0;
    transform: translateY(14px) scale(0.9);
  }
  to {
    opacity: 1;
    transform: translateY(0) scale(1);
  }
}

@keyframes finalCtaTitleIn {
  from {
    opacity: 0;
    filter: blur(8px);
    transform: translateY(18px);
  }
  to {
    opacity: 1;
    filter: blur(0);
    transform: translateY(0);
  }
}

@keyframes finalCtaSubIn {
  from {
    opacity: 0;
    transform: translateY(14px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

@keyframes finalCtaBtnIn {
  from {
    opacity: 0;
    transform: translateY(16px) scale(0.96);
  }
  to {
    opacity: 1;
    transform: translateY(0) scale(1);
  }
}

/* Static page flow: the second and third scenes are intentionally flattened
 * into regular document sections. Their tabs remain interactive, while the
 * content is read from top to bottom without sticky or opacity swapping. */
.next-page-section,
.third-page-section {
  height: auto !important;
  min-height: 0 !important;
  overflow: visible !important;
}

.next-page-sticky,
.third-page-sticky {
  position: relative !important;
  top: 0 !important;
  height: auto !important;
  min-height: 0 !important;
  overflow: visible !important;
  padding: 96px 0 96px !important;
}

.next-page-sticky > .next-page-inner,
.third-page-sticky > .next-page-inner,
.next-page-content-group {
  height: auto !important;
  transform: none !important;
}

.next-page-content-switcher,
.third-page-content-switcher {
  display: block !important;
  margin-top: 48px !important;
}

.next-page-image-frame,
.third-page-image-frame {
  display: block !important;
  width: min(1160px, calc(100% - 64px)) !important;
  margin: 0 auto !important;
  transform: none !important;
  opacity: 1 !important;
  visibility: visible !important;
}

.next-page-image,
.third-page-image {
  width: 90% !important;
  max-width: none !important;
  max-height: none !important;
}

.next-page-products {
  display: block !important;
  width: min(100%, 1160px) !important;
  min-width: 0 !important;
  margin: 64px auto 0 !important;
  opacity: 1 !important;
  visibility: visible !important;
  overflow: visible !important;
  clip-path: none !important;
  pointer-events: auto !important;
}

/* Qwen-style carousel finish: one dominant card, slim adjacent previews and
 * floating circular controls outside the card edges. */
.next-page-products-controls {
  position: absolute !important;
  inset: 0 !important;
  z-index: 20 !important;
  pointer-events: none !important;
}

.next-page-products-arrow,
.next-page-products[data-products-layout="normal"] .next-page-products-arrow {
  position: absolute !important;
  top: 50% !important;
  display: grid !important;
  place-items: center !important;
  width: 56px !important;
  height: 56px !important;
  padding: 0 !important;
  border: 0 !important;
  border-radius: 50% !important;
  background: rgba(255, 255, 255, 0.98) !important;
  color: #2f3542 !important;
  box-shadow: 0 10px 28px rgba(44, 53, 92, 0.14) !important;
  transform: translateY(-50%) !important;
  pointer-events: auto !important;
  transition: transform 220ms ease, box-shadow 220ms ease, background 220ms ease !important;
}

.next-page-products-arrow-prev,
.next-page-products[data-products-layout="normal"] .next-page-products-arrow-prev {
  left: 16px !important;
}

.next-page-products-arrow-next,
.next-page-products[data-products-layout="normal"] .next-page-products-arrow-next {
  right: 16px !important;
}

.next-page-products-arrow:hover,
.next-page-products[data-products-layout="normal"] .next-page-products-arrow:hover {
  background: #fff !important;
  box-shadow: 0 14px 34px rgba(44, 53, 92, 0.2) !important;
  transform: translateY(-50%) scale(1.06) !important;
}

.next-page-products-arrow:active,
.next-page-products[data-products-layout="normal"] .next-page-products-arrow:active {
  transform: translateY(-50%) scale(0.96) !important;
}

.next-page-products-arrow .iconfont {
  width: 24px !important;
  height: 24px !important;
  font-size: 24px !important;
  line-height: 24px !important;
}

@media (min-width: 1025px) {
  .next-page-products {
    --products-orbit-offset-step: 112px;
  }

  .next-page-products-panel.is-prev,
  .next-page-products-panel.is-next {
    filter: drop-shadow(0 14px 30px rgba(43, 52, 93, 0.12));
  }
}

/* Keep the compact desktop composition identical to the 1050px reference
 * even when the browser becomes narrower. */
@media (min-width: 1025px) and (max-width: 1100px) {
  .next-page-products {
    --products-card-width: 787.5px !important;
    --products-card-height: 571.875px !important;
    --products-viewport-scale: 1 !important;
  }

  .next-page-products-panel-wrap {
    width: calc(100vw - 84px) !important;
    min-width: 966px !important;
    max-width: 986px !important;
  }
}

/* Restore the third-page artwork and task-stack sizing after the flat-flow
 * overrides. The stack remains absolutely layered so its carousel animation
 * can continue to move cards between back/middle/front positions. */
.third-page-image-frame {
  position: relative !important;
  width: min(1800px, 100vw) !important;
  margin: -32px 0 0 50% !important;
  transform: translate3d(-50%, -24px, 0) !important;
}

.third-page-image {
  position: relative !important;
  display: block !important;
  width: auto !important;
  max-width: 100% !important;
  height: auto !important;
  max-height: 680px !important;
  margin: 0 auto !important;
  transform: scale(0.956) !important;
  transform-origin: center !important;
}

.third-page-task-stack {
  position: absolute !important;
  top: 50% !important;
  left: 50% !important;
  width: 450px !important;
  height: 250px !important;
  transform: translate(-50%, -50%) scale(1) !important;
  transform-origin: center !important;
  pointer-events: none !important;
}

.third-page-task-card {
  position: absolute !important;
  top: 0 !important;
  left: 50% !important;
  width: 100% !important;
  min-height: 132px !important;
  transform-origin: center top !important;
  backface-visibility: hidden !important;
  will-change: transform, opacity !important;
  transition:
    transform 460ms cubic-bezier(0.22, 1, 0.36, 1),
    opacity 360ms cubic-bezier(0.25, 1, 0.5, 1) !important;
}

.third-page-task-card-back {
  transform: translate3d(-50%, 104px, 0) scale(0.82) !important;
}

.third-page-task-card-middle {
  transform: translate3d(-50%, 56px, 0) scale(0.91) !important;
}

.third-page-task-card-front {
  transform: translate3d(-50%, 0, 0) !important;
}

.third-page-task-card.is-leaving {
  transform: translate3d(-50%, -24px, 0) scale(0.98) !important;
}

.next-page-products-panel-wrap,
.next-page-products[data-products-layout="normal"] .next-page-products-panel-wrap {
  width: min(1024px, calc(100% - 68px)) !important;
  height: auto !important;
  min-height: 0 !important;
  margin: 0 auto !important;
  padding-bottom: 0 !important;
  aspect-ratio: auto !important;
  perspective: none !important;
  transform-style: flat !important;
  height: 640px !important;
  min-height: 640px !important;
}

.next-page-products-panel,
.next-page-products[data-products-layout="normal"] .next-page-products-panel {
  position: absolute !important;
  top: 0 !important;
  left: 50% !important;
  width: 800px !important;
  height: 610px !important;
  min-height: 610px !important;
  margin: 0 !important;
  transform: translateX(-50%) scale(var(--products-normal-scale, 1)) !important;
  transform-origin: top center !important;
  transform-style: preserve-3d !important;
  opacity: 1 !important;
  visibility: visible !important;
  pointer-events: auto !important;
}

.next-page-products-panel[aria-hidden="true"] {
  opacity: 0 !important;
  visibility: hidden !important;
}

.next-page-products-controls {
  display: block !important;
}

/* On wide screens keep the existing orbit geometry inside the flat page
 * flow. The section is no longer sticky, but card switching remains 3D. */
@media (min-width: 1025px) {
  .next-page-products-panel-wrap {
    height: 640px !important;
    min-height: 640px !important;
    perspective: 1800px !important;
    perspective-origin: center 45% !important;
    transform-style: preserve-3d !important;
  }

  .next-page-products-panel {
    top: calc(
      var(--products-orbit-radius) +
      (var(--products-card-height) / 2) +
      var(--products-orbit-top-offset)
    ) !important;
    width: var(--products-card-width) !important;
    height: var(--products-card-height) !important;
    min-height: var(--products-card-height) !important;
    padding: 24px 64px 64px !important;
    border-radius: 24px !important;
    transform:
      translate(-50%, -50%)
      translateX(var(--products-orbit-offset-x))
      rotate(var(--products-orbit-angle))
      translateY(var(--products-orbit-radius-negative))
      scale(calc(var(--products-orbit-scale) * var(--products-viewport-scale))) !important;
    transform-origin: center !important;
    transform-style: preserve-3d !important;
    opacity: var(--products-orbit-opacity) !important;
    visibility: visible !important;
    z-index: var(--products-orbit-z) !important;
    pointer-events: none !important;
  }

  .next-page-products-panel.is-active {
    pointer-events: auto !important;
  }

  .next-page-products-panel[aria-hidden="true"] {
    opacity: var(--products-orbit-opacity) !important;
    visibility: visible !important;
  }
}

@keyframes flatSceneEnter {
  from { opacity: 0; transform: translateY(28px); }
  to { opacity: 1; transform: translateY(0); }
}

.next-page-image-frame,
.next-page-products,
.third-page-image-frame,
.third-page-content-card {
  animation: flatSceneEnter 620ms cubic-bezier(0.22, 1, 0.36, 1) both;
}

.third-page-content-card {
  position: relative !important;
  top: auto !important;
  left: auto !important;
  width: calc(100% - 176px) !important;
  max-width: 1200px !important;
  height: 595px !important;
  margin: 64px auto 0 !important;
  opacity: 1 !important;
  visibility: visible !important;
  transform: none !important;
  pointer-events: auto !important;
}

/* Final override: retain sticky and 3D below the 960px stage threshold. */
@media (min-width: 1000px) and (max-height: 959px) {
  .next-page-section,
  .third-page-section {
    height: max(220svh, 1800px) !important;
    min-height: max(220svh, 1800px) !important;
    overflow: visible !important;
  }

  .next-page-sticky,
  .third-page-sticky {
    position: sticky !important;
    top: 77px !important;
    height: calc(100svh - 77px) !important;
    min-height: calc(100svh - 77px) !important;
    overflow: hidden !important;
    padding: clamp(20px, 4vh, 64px) 0 !important;
  }

  .next-page-sticky > .next-page-inner,
  .third-page-sticky > .next-page-inner {
    height: 100% !important;
    transform: none !important;
  }

  .next-page-content-group {
    transform: translate3d(0, var(--sticky-content-shift, 0px), 0) !important;
  }

  .next-page-content-switcher,
  .third-page-content-switcher {
    display: grid !important;
  }

  .next-page-products {
    display: block !important;
    opacity: var(--next-page-detail-opacity) !important;
    visibility: hidden !important;
    pointer-events: none !important;
    overflow: visible !important;
    clip-path: inset(-80px 0 -80px 0) !important;
  }

  .next-page-section.is-detail-visible .next-page-products {
    visibility: visible !important;
  }

  .next-page-section.is-detail-ready .next-page-products {
    pointer-events: auto !important;
  }

  .next-page-products-panel,
  .next-page-products[data-products-layout="normal"] .next-page-products-panel {
    position: absolute !important;
    opacity: var(--products-orbit-opacity, 0) !important;
    visibility: visible !important;
  }

  .next-page-products[data-products-layout="normal"] .next-page-products-panel[aria-hidden="true"] {
    opacity: 0 !important;
    visibility: hidden !important;
  }

  .third-page-content-card {
    position: absolute !important;
    opacity: var(--third-page-detail-opacity) !important;
    visibility: hidden !important;
    pointer-events: none !important;
  }

  .third-page-section.third-page-detail-visible .third-page-content-card {
    visibility: visible !important;
  }

  .third-page-section.third-page-sticky-ready .third-page-content-card {
    pointer-events: auto !important;
  }
}

/* Final <960px policy: preserve full-size content and read each scene in
 * document order (foreground, detail, then the next section). */
@media (min-width: 1000px) and (max-height: 959px) {
  .next-page-section,
  .third-page-section {
    height: auto !important;
    min-height: 0 !important;
  }

  .next-page-sticky,
  .third-page-sticky {
    position: relative !important;
    top: 0 !important;
    height: auto !important;
    min-height: 0 !important;
    overflow: visible !important;
    padding: 77px 0 64px !important;
  }

  .next-page-sticky > .next-page-inner,
  .third-page-sticky > .next-page-inner,
  .next-page-content-group {
    height: auto !important;
    transform: none !important;
  }

  .next-page-section.is-entry-enhanced .next-page-title,
  .next-page-section.is-entry-enhanced .next-page-subtitle,
  .next-page-section.is-entry-enhanced .next-page-content-switcher,
  .next-page-section.is-entry-enhanced .next-page-image,
  .third-page-section.is-entry-enhanced .next-page-title,
  .third-page-section.is-entry-enhanced .next-page-subtitle,
  .third-page-section.is-entry-enhanced .third-page-content-switcher {
    opacity: 1 !important;
    transform: none !important;
    animation: none !important;
  }

  .next-page-content-switcher,
  .third-page-content-switcher {
    display: block !important;
    margin-top: 48px !important;
  }

  .next-page-image-frame,
  .third-page-image-frame {
    display: block !important;
    width: min(1160px, calc(100% - 64px)) !important;
    margin: 0 auto !important;
    transform: none !important;
    opacity: 1 !important;
    visibility: visible !important;
  }

  .next-page-image,
  .third-page-image {
    width: 90% !important;
    max-width: none !important;
    max-height: none !important;
  }

  .next-page-products {
    display: block !important;
    width: min(100%, 1160px) !important;
    min-width: 0 !important;
    margin: 48px auto 0 !important;
    opacity: 1 !important;
    visibility: visible !important;
    overflow: visible !important;
    clip-path: none !important;
    pointer-events: auto !important;
  }

  .next-page-products-panel-wrap,
  .next-page-products[data-products-layout="normal"] .next-page-products-panel-wrap {
    width: min(1024px, calc(100% - 68px)) !important;
    height: auto !important;
    min-height: 0 !important;
    margin: 0 auto !important;
    padding-bottom: 0 !important;
    aspect-ratio: auto !important;
    perspective: none !important;
    transform-style: flat !important;
  }

  .next-page-products-panel,
  .next-page-products[data-products-layout="normal"] .next-page-products-panel {
    position: relative !important;
    top: auto !important;
    left: auto !important;
    width: 100% !important;
    height: 610px !important;
    min-height: 610px !important;
    margin: 0 auto !important;
    transform: none !important;
    opacity: 1 !important;
    visibility: visible !important;
    pointer-events: auto !important;
  }

  .next-page-products-panel[aria-hidden="true"] {
    display: none !important;
  }

  .next-page-products-controls {
    display: none !important;
  }

  .third-page-content-card {
    position: relative !important;
    top: auto !important;
    left: auto !important;
    width: calc(100% - 176px) !important;
    max-width: 1200px !important;
    height: 595px !important;
    margin: 48px auto 0 !important;
    opacity: 1 !important;
    visibility: visible !important;
    transform: none !important;
    pointer-events: auto !important;
  }
}

/* Final short-viewport sticky policy. Keep this block at the end so it wins
 * over the legacy height-specific fallback rules above. */
@media (min-width: 1000px) and (max-height: 760px) {
  .next-page-section,
  .third-page-section {
    height: max(220svh, 1800px);
    min-height: max(220svh, 1800px);
  }

  .next-page-sticky,
  .third-page-sticky {
    position: sticky;
    top: 77px;
    height: calc(100svh - 77px);
    min-height: calc(100svh - 77px);
    overflow: visible;
    padding: 32px 0 64px;
  }

  .next-page-sticky > .next-page-inner,
  .third-page-sticky > .next-page-inner {
    height: 100%;
    transform: none;
  }

  .next-page-content-group {
    transform: none;
  }

  .next-page-section.is-entry-enhanced .next-page-title,
  .next-page-section.is-entry-enhanced .next-page-subtitle,
  .next-page-section.is-entry-enhanced .next-page-content-switcher {
    opacity: 1;
    transform: none;
    animation: none;
  }

  .next-page-content-switcher {
    display: grid;
    margin-top: clamp(24px, calc(20vh - 168px), 48px);
  }

  .next-page-sticky .next-page-title,
  .third-page-sticky .next-page-title {
    font-size: var(--section-title-size);
    line-height: var(--section-title-line-height);
  }

  .next-page-sticky .next-page-subtitle,
  .third-page-sticky .next-page-subtitle {
    margin-top: 8px;
    font-size: 18px;
    line-height: 32px;
  }

  .next-page-image-frame {
    width: min(1160px, calc(100% - 64px));
    margin: 0 auto;
  }

  .next-page-image {
    width: 90%;
    max-width: none;
    max-height: none;
  }

  .next-page-products {
    grid-area: 1 / 1;
    margin-top: 0;
    opacity: var(--next-page-detail-opacity);
    visibility: hidden;
    pointer-events: none;
    --products-preview-height: 640px;
    --products-card-height: 610px;
    --products-card-width: clamp(960px, calc(var(--page-viewport-width) * 0.72), 1024px);
    --products-viewport-scale: 1;
    --products-orbit-top-offset: 36px;
    --products-orbit-vertical-shift: 0px;
  }

  .next-page-section.is-detail-visible .next-page-products {
    visibility: visible;
  }

  .next-page-section.is-detail-ready .next-page-products {
    pointer-events: auto;
  }

  .third-page-content-switcher {
    margin-top: clamp(24px, calc(8vh - 24px), 48px);
  }

  .third-page-content-card {
    position: absolute;
    top: 32px;
    left: 50%;
    height: 595px;
    margin: 0;
    opacity: var(--third-page-detail-opacity);
    visibility: hidden;
    transform: translate3d(-50%, -24px, 0);
    pointer-events: none;
  }

  .third-page-section.third-page-detail-visible .third-page-content-card {
    visibility: visible;
  }

  .third-page-section.third-page-sticky-ready .third-page-content-card {
    pointer-events: auto;
  }
}

/* Definitive flat-flow override (EOF): legacy height fallbacks above cannot
 * restore sticky or shrink the third-page artwork. */
.next-page-section,
.third-page-section { height: auto !important; min-height: 0 !important; overflow: visible !important; }
.next-page-sticky,
.third-page-sticky { position: relative !important; top: auto !important; height: auto !important; min-height: 0 !important; overflow: visible !important; }
.next-page-sticky > .next-page-inner,
.third-page-sticky > .next-page-inner,
.next-page-content-group { height: auto !important; transform: none !important; }
.third-page-image-frame { width: max(1800px, 100vw) !important; margin: -32px 0 0 50% !important; transform: translate3d(-50%, -24px, 0) !important; opacity: 1 !important; visibility: visible !important; }
.third-page-image { width: auto !important; max-width: 100% !important; height: auto !important; max-height: clamp(360px, calc(100vh - 360px), 680px) !important; margin-inline: auto !important; transform: scale(0.956) !important; }
.third-page-task-stack { position: absolute !important; top: 50% !important; left: 50% !important; width: 450px !important; height: 250px !important; transform: translate(-50%, -50%) scale(1) !important; }
.third-page-task-card { position: absolute !important; top: 0 !important; left: 50% !important; width: 100% !important; min-height: 132px !important; transition: transform 460ms cubic-bezier(0.22, 1, 0.36, 1), opacity 360ms cubic-bezier(0.25, 1, 0.5, 1) !important; }
.third-page-task-card-back { transform: translate3d(-50%, 104px, 0) scale(0.82) !important; }
.third-page-task-card-middle { transform: translate3d(-50%, 56px, 0) scale(0.91) !important; }
.third-page-task-card-front { transform: translate3d(-50%, 0, 0) !important; }
.third-page-task-card.is-leaving { transform: translate3d(-50%, -24px, 0) scale(0.98) !important; }
.third-page-content-card { position: relative !important; top: auto !important; left: auto !important; width: calc(100% - 176px) !important; max-width: 1200px !important; height: 595px !important; margin: 0 auto !important; opacity: 1 !important; visibility: visible !important; transform: none !important; pointer-events: auto !important; }
.next-page-products { visibility: visible !important; opacity: 1 !important; pointer-events: auto !important; }
.next-page-products-controls { display: block !important; visibility: visible !important; opacity: 1 !important; pointer-events: auto !important; }

/* Showcase motion: a restrained, layered reveal that explains the flow from
 * headline to operating map to expert carousel. Only opacity/transform move,
 * so the flat document layout remains stable while scrolling. */
.next-page-section.showcase-motion-ready .next-page-title,
.next-page-section.showcase-motion-ready .next-page-subtitle,
.next-page-section.showcase-motion-ready .next-page-content-switcher {
  opacity: 0;
  transform: translate3d(0, 24px, 0);
}

.next-page-section.showcase-motion-ready .next-page-title {
  transform: translate3d(0, 16px, 0) scale(0.985);
}

.next-page-section.showcase-motion-ready .next-page-image-frame,
.next-page-section.showcase-motion-ready .next-page-products {
  opacity: 0;
  transform: translate3d(0, 38px, 0) scale(0.975);
}

.next-page-section.showcase-motion-visible .next-page-title {
  animation: showcaseTitleIn 620ms cubic-bezier(0.22, 1, 0.36, 1) both;
}

.next-page-section.showcase-motion-visible .next-page-subtitle {
  animation: showcaseSubtitleIn 560ms cubic-bezier(0.22, 1, 0.36, 1) 100ms both;
}

.next-page-section.showcase-motion-visible .next-page-image-frame {
  animation: showcaseImageIn 760ms cubic-bezier(0.16, 1, 0.3, 1) 210ms both;
}

.next-page-section.showcase-motion-visible .next-page-image-overlay {
  animation: showcaseOverlayIn 560ms cubic-bezier(0.22, 1, 0.36, 1) 520ms both;
}

.next-page-section.showcase-motion-visible .next-page-products {
  animation: showcaseProductsIn 760ms cubic-bezier(0.16, 1, 0.3, 1) 340ms both;
}

@keyframes showcaseTitleIn {
  from { opacity: 0; transform: translate3d(0, 16px, 0) scale(0.985); }
  to { opacity: 1; transform: translate3d(0, 0, 0) scale(1); }
}

@keyframes showcaseSubtitleIn {
  from { opacity: 0; transform: translate3d(0, 24px, 0); }
  to { opacity: 1; transform: translate3d(0, 0, 0); }
}

@keyframes showcaseImageIn {
  from { opacity: 0; transform: translate3d(0, 38px, 0) scale(0.975); }
  to { opacity: 1; transform: translate3d(0, 0, 0) scale(1); }
}

@keyframes showcaseOverlayIn {
  from { opacity: 0; transform: translate3d(0, 16px, 0); }
  to { opacity: 1; transform: translate3d(0, 0, 0); }
}

@keyframes showcaseProductsIn {
  from { opacity: 0; transform: translate3d(0, 38px, 0) scale(0.975); }
  to { opacity: 1; transform: translate3d(0, 0, 0) scale(1); }
}

@media (prefers-reduced-motion: reduce) {
  .next-page-section.showcase-motion-ready .next-page-title,
  .next-page-section.showcase-motion-ready .next-page-subtitle,
  .next-page-section.showcase-motion-ready .next-page-content-switcher,
  .next-page-section.showcase-motion-ready .next-page-image-frame,
  .next-page-section.showcase-motion-ready .next-page-products,
  .next-page-section.showcase-motion-visible .next-page-title,
  .next-page-section.showcase-motion-visible .next-page-subtitle,
  .next-page-section.showcase-motion-visible .next-page-content-switcher,
  .next-page-section.showcase-motion-visible .next-page-image-frame,
  .next-page-section.showcase-motion-visible .next-page-image-overlay,
  .next-page-section.showcase-motion-visible .next-page-products {
    opacity: 1;
    transform: none;
    animation: none;
  }
}

/* Qwen carousel geometry (desktop): keep the full 3D orbit while allowing
 * the page itself to remain in normal document flow. The side cards sit just
 * beyond the hero card instead of collapsing underneath it. */
@media (min-width: 1025px) {
  .next-page-products {
    /* Keep the 1050px composition stable as the viewport narrows: the card
     * and its control clearance do not shrink with `vw`. */
    --products-card-width: 787.5px;
    --products-card-height: 571.875px;
    --products-viewport-scale: 1;
    --products-orbit-top-offset: 12px;
  }

  .next-page-products-panel-wrap,
  .next-page-products[data-products-layout="normal"] .next-page-products-panel-wrap {
    position: relative !important;
    width: min(986px, calc(100vw - 84px)) !important;
    height: 640px !important;
    min-height: 640px !important;
    padding: 0 !important;
    margin: 0 auto !important;
    aspect-ratio: auto !important;
    perspective: 1800px !important;
    perspective-origin: center 45% !important;
    transform-style: preserve-3d !important;
    overflow: visible !important;
  }

  .next-page-products-panel,
  .next-page-products[data-products-layout="normal"] .next-page-products-panel {
    position: absolute !important;
    display: flex !important;
    top: calc(
      var(--products-orbit-radius) +
      (var(--products-card-height) / 2) +
      var(--products-orbit-top-offset)
    ) !important;
    left: 50% !important;
    width: var(--products-card-width) !important;
    height: var(--products-card-height) !important;
    min-height: var(--products-card-height) !important;
    transform:
      translate(-50%, -50%)
      translateX(var(--products-orbit-offset-x))
      rotate(var(--products-orbit-angle))
      translateY(var(--products-orbit-radius-negative))
      scale(var(--products-orbit-scale)) !important;
    transform-origin: center !important;
    transform-style: preserve-3d !important;
    opacity: var(--products-orbit-opacity) !important;
    visibility: visible !important;
    z-index: var(--products-orbit-z) !important;
    pointer-events: none !important;
    transition: opacity 520ms cubic-bezier(0.4, 0, 0.2, 1),
      transform 520ms cubic-bezier(0.4, 0, 0.2, 1) !important;
  }

  /* Add the requested breathing room below the expert tabs. */
  .next-page-products[data-products-layout="orbit-compact"] .next-page-products-panel-wrap {
    margin-top: 84px !important;
  }

  /* Keep the card's top inset, while matching the requested 32px horizontal
   * and bottom insets for the card content/video. */
  .next-page-products[data-products-layout="orbit-compact"] .next-page-products-panel {
    padding: 24px 32px 32px !important;
  }

  .next-page-products-panel.is-active {
    pointer-events: auto !important;
  }

  .next-page-products-panel[aria-hidden="true"] {
    display: flex !important;
    opacity: var(--products-orbit-opacity) !important;
    visibility: visible !important;
  }

  .next-page-products-controls {
    position: absolute !important;
    inset: 0 !important;
    z-index: 30 !important;
    pointer-events: none !important;
  }

  .next-page-products-arrow,
  .next-page-products[data-products-layout="normal"] .next-page-products-arrow {
    top: 50% !important;
    width: 64px !important;
    height: 64px !important;
    border: 0 !important;
    border-radius: 999px !important;
    background: #fff !important;
    color: #1e2430 !important;
    box-shadow: none !important;
    backdrop-filter: none !important;
    -webkit-backdrop-filter: none !important;
    transform: translateY(-50%) !important;
  }

  .next-page-products-arrow-prev,
  .next-page-products[data-products-layout="normal"] .next-page-products-arrow-prev {
    left: -22px !important;
  }

  .next-page-products-arrow-next,
  .next-page-products[data-products-layout="normal"] .next-page-products-arrow-next {
    right: -6px !important;
  }

  .next-page-products-arrow .iconfont {
    width: 20px !important;
    height: 20px !important;
    font-size: 20px !important;
    line-height: 20px !important;
  }

  .next-page-products-arrow:hover,
  .next-page-products-arrow:active,
  .next-page-products[data-products-layout="normal"] .next-page-products-arrow:hover,
  .next-page-products[data-products-layout="normal"] .next-page-products-arrow:active {
    background: #f2f4f8 !important;
    background-image: none !important;
    color: #1e2430 !important;
    border-color: transparent !important;
    box-shadow: none !important;
  }

  /* Normal (non-3D) layout uses the light deepen-8 outline. */
  .next-page-products[data-products-layout="normal"] .next-page-products-arrow,
  .next-page-products[data-products-layout="normal"] .next-page-products-arrow:hover,
  .next-page-products[data-products-layout="normal"] .next-page-products-arrow:active {
    border: 1px solid var(--color-background-deepen8) !important;
  }
}

/* Final motion precedence at EOF. */
.next-page-section.showcase-motion-ready .next-page-title,
.next-page-section.showcase-motion-ready .next-page-subtitle,
.next-page-section.showcase-motion-ready .next-page-content-switcher { opacity: 0; transform: translate3d(0,24px,0); }
.next-page-section.showcase-motion-ready .next-page-title { transform: translate3d(0,16px,0) scale(.985); }
.next-page-section.showcase-motion-ready .next-page-image-frame,
.next-page-section.showcase-motion-ready .next-page-products { opacity: 0; transform: translate3d(0,38px,0) scale(.975); }
.next-page-section.showcase-motion-visible .next-page-title { animation: showcaseTitleIn 620ms cubic-bezier(.22,1,.36,1) both; }
.next-page-section.showcase-motion-visible .next-page-subtitle { animation: showcaseSubtitleIn 560ms cubic-bezier(.22,1,.36,1) 100ms both; }
.next-page-section.showcase-motion-visible .next-page-image-frame { animation: showcaseImageIn 760ms cubic-bezier(.16,1,.3,1) 210ms both; }
.next-page-section.showcase-motion-visible .next-page-products { animation: showcaseProductsIn 760ms cubic-bezier(.16,1,.3,1) 340ms both; }

/* Final compact-orbit safety net. Keep the 1040px desktop canvas and prevent
 * legacy narrow-screen flat-layout rules from collapsing the side previews. */
@media (max-width: 1039px) {
  html body .next-page-section .next-page-products[data-products-layout="orbit-compact"] {
    width: 1040px !important;
    min-width: 1040px !important;
    max-width: 1040px !important;
    margin-left: 0 !important;
    margin-right: 0 !important;
    --products-card-width: 787.5px !important;
    --products-card-height: 571.875px !important;
    --products-viewport-scale: 1 !important;
  }
  html body .next-page-section .next-page-products[data-products-layout="orbit-compact"] .next-page-products-panel-wrap {
    position: relative !important;
    width: 966px !important;
    min-width: 966px !important;
    max-width: 966px !important;
    height: 640px !important;
    min-height: 640px !important;
    margin: 32px auto 0 !important;
    padding: 0 !important;
    aspect-ratio: auto !important;
    perspective: 1800px !important;
    perspective-origin: center 45% !important;
    transform-style: preserve-3d !important;
    overflow: visible !important;
  }
  html body .next-page-section .next-page-products[data-products-layout="orbit-compact"] .next-page-products-panel {
    position: absolute !important;
    display: flex !important;
    top: calc(var(--products-orbit-radius) + (var(--products-card-height) / 2) + var(--products-orbit-top-offset)) !important;
    left: 50% !important;
    width: var(--products-card-width) !important;
    height: var(--products-card-height) !important;
    min-height: var(--products-card-height) !important;
    padding: 24px 32px 32px !important;
    transform: translate(-50%, -50%) translateX(var(--products-orbit-offset-x)) rotate(var(--products-orbit-angle)) translateY(var(--products-orbit-radius-negative)) scale(var(--products-orbit-scale)) !important;
    transform-origin: center !important;
    transform-style: preserve-3d !important;
    opacity: var(--products-orbit-opacity) !important;
    visibility: visible !important;
    z-index: var(--products-orbit-z) !important;
    pointer-events: none !important;
    transition: opacity 520ms cubic-bezier(0.4, 0, 0.2, 1), transform 520ms cubic-bezier(0.4, 0, 0.2, 1) !important;
  }
  html body .next-page-section .next-page-products[data-products-layout="orbit-compact"] .next-page-products-panel[aria-hidden="true"] { display: flex !important; }
  html body .next-page-section .next-page-products[data-products-layout="orbit-compact"] .next-page-products-panel.is-active { pointer-events: auto !important; }
}
