.data-platform-page {
  background: #ffffff;
  color: #1f2638;
}

.data-platform-page h1,
.data-platform-page h2,
.data-platform-page h3,
.data-platform-page p {
  letter-spacing: 0;
}

.data-platform-page img {
  max-width: 100%;
  display: block;
}

html.is-desktop .data-platform-page .site-container.site-container--wide,
.data-platform-page .site-container--wide {
  width: min(1428px, calc(100% - 48px));
  max-width: none;
  box-sizing: border-box;
}

.dp-hero {
  position: relative;
  min-height: 520px;
  background: #eaf6ff;
  overflow: hidden;
}

.dp-hero::before {
  content: "";
  position: absolute;
  inset: 0;
  background-image: url("/assets/images/products/data-platform/hero-bg.png");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}

.dp-hero__inner {
  position: relative;
  z-index: 1;
  min-height: 520px;
  display: flex;
  align-items: center;
}

.dp-hero__content {
  width: min(721px, 58%);
  padding: 76px 0 86px;
}

.dp-eyebrow {
  display: none;
}

.dp-hero h1 {
  margin: 0 0 22px;
  color: #1d2234;
  font-size: 52px;
  font-weight: 800;
  line-height: 1.18;
  text-shadow: 0 2px 2px rgba(255, 255, 255, 0.16);
}

.dp-hero__desc {
  margin: 0;
  color: #313647;
  font-size: 32px;
  line-height: 48px;
}

.dp-hero__actions {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 14px;
  margin-top: 28px;
}

.dp-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 162px;
  height: 42px;
  padding: 0 28px;
  border-radius: 999px;
  font-size: 18px;
  font-weight: 700;
  line-height: 1;
  text-decoration: none;
}

.dp-btn--primary {
  color: #ffffff;
  background: linear-gradient(135deg, #0b66ff 0%, #00bbff 100%);
  box-shadow: 0 10px 22px rgba(11, 102, 255, 0.18);
}

.dp-btn--primary:hover {
  color: #ffffff;
  transform: translateY(-2px);
}

.dp-btn--ghost {
  color: #0f69e6;
  background: rgba(255, 255, 255, 0.7);
  border: 1px solid rgba(15, 105, 230, 0.22);
}

.dp-hero .dp-btn--ghost {
  color: #313647;
  background: #ffffff;
  border: 0;
}

.dp-section {
  padding: 74px 0;
  overflow: hidden;
}

.dp-section--architecture,
.dp-section--scenarios,
.dp-section--cases,
.dp-section--news {
  background:
    linear-gradient(135deg, rgba(235, 247, 255, 0.94) 0%, rgba(255, 255, 255, 0.78) 44%, rgba(236, 246, 255, 0.9) 100%);
}

.dp-section--highlights {
  background: #eaf4ff;
}

.dp-section--features,
.dp-section--governance,
.dp-section--recommend {
  background: #ffffff;
}

.dp-section--governance {
  background: linear-gradient(180deg, #ffffff 0%, #f7fbff 48%, #eaf7ff 100%);
}

.dp-section--resources,
.dp-section--faq {
  background: linear-gradient(180deg, #f6f8ff 0%, #f2f4fb 100%);
}

.dp-section--resources {
  min-height: 628px;
  padding: 52px 0 12px;
  background: linear-gradient(180deg, #ffffff 0%, #eff0f7 10.5854%, #f2f3fa 100%);
  box-sizing: border-box;
}

.dp-section--resources .dp-heading {
  margin-bottom: 26px;
}

.dp-section--faq .dp-heading {
  margin-bottom: 20px;
}

.dp-section--resources .site-container {
  width: 100%;
  max-width: none;
  padding-right: 0;
  padding-left: 0;
}

html.is-desktop .data-platform-page .dp-section--resources .site-container.site-container--wide,
.data-platform-page .dp-section--resources .site-container--wide {
  width: 100%;
  max-width: none;
  margin-right: 0;
  margin-left: 0;
  padding-right: 0;
  padding-left: 0;
}

.dp-heading {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  max-width: 900px;
  margin: 0 auto 44px;
  text-align: center;
}

.dp-heading::before {
  content: none;
}

.dp-heading h2 {
  position: relative;
  z-index: 0;
  order: 1;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
  margin: 0 0 16px;
  color: #000000;
  font-family: var(--font-sans);
  font-size: 36px;
  font-weight: 800;
  line-height: 46px;
  text-align: center;
  font-style: normal;
  text-transform: none;
  letter-spacing: 0;
}

.dp-heading h2::before {
  content: "";
  display: inline-block;
  width: 46px;
  height: 36px;
  flex-shrink: 0;
  background-image: url("/assets/images/home/icon-core-diamond.png");
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
}

.dp-heading h2::after {
  content: "";
  position: absolute;
  right: -18px;
  bottom: 6px;
  z-index: -1;
  width: calc(100% - 50px);
  height: 26px;
  background-image: url("/assets/images/home/core-title-pill-image.png");
  background-repeat: no-repeat;
  background-size: 100% 100%;
  background-position: center;
  pointer-events: none;
}

.dp-heading p {
  position: relative;
  z-index: 1;
  order: 2;
  width: 100%;
  margin: 0 auto;
  color: #666666;
  font-family: var(--font-sans);
  font-size: 18px;
  font-weight: normal;
  line-height: 1.6;
  text-align: center;
  font-style: normal;
  text-transform: none;
}

.dp-core-content {
  width: 100%;
  max-width: 1424px;
  margin: 0 auto;
  box-sizing: border-box;
}

.dp-architecture {
  max-width: 1424px;
  margin: 0 auto;
  padding: 12px;
  border: 1px solid rgba(13, 92, 255, 0.12);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.78);
  box-shadow: 0 18px 42px rgba(40, 105, 185, 0.12);
}

.dp-architecture img {
  width: 100%;
  border-radius: 6px;
}

.dp-highlight-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 24px;
  max-width: 1424px;
  margin: 0 auto;
}

.dp-highlight-card {
  position: relative;
  height: 427px;
  min-height: 427px;
  border: 0;
  border-radius: 20px;
  background-color: #eef5ff;
  background-image: url("/assets/images/products/data-platform/highlight-sovereign.png");
  background-size: 101.1011% 100%;
  background-position: -1.86px 0;
  background-repeat: no-repeat;
  overflow: hidden;
  box-shadow: none;
}

.dp-highlight-card:nth-child(2),
.dp-highlight-card:nth-child(4) {
  background-image: url("/assets/images/products/data-platform/highlight-lakehouse.png");
  background-size: 100% 100.2607%;
  background-position: 0 -0.56px;
}

.dp-highlight-card img {
  display: none;
}

.dp-highlight-card div {
  position: absolute;
  left: 3.51%;
  right: 3.51%;
  top: 258px;
  height: 152px;
  min-height: 0;
  margin: 0;
  padding: 23px 9.06% 0;
  border-radius: 12px;
  background: #ffffff;
  box-sizing: border-box;
}

.dp-highlight-card h3,
.dp-feature-copy h3,
.dp-governance-card h3,
.dp-scenario-card h3,
.dp-case-card h3,
.dp-resource-card h3,
.dp-product-card h3,
.dp-news-card h3 {
  margin: 0;
  color: #061737;
  font-size: 22px;
  font-weight: 800;
  line-height: 1.35;
}

.dp-highlight-card h3 {
  color: #061737;
  font-size: 22px;
  font-weight: 800;
  line-height: 20px;
}

.dp-highlight-card p,
.dp-governance-card p,
.dp-scenario-card p,
.dp-case-card p,
.dp-resource-card p,
.dp-product-card p,
.dp-news-card p {
  margin: 10px 0 0;
  color: #5a5d6b;
  font-size: 16px;
  line-height: 1.6;
}

.dp-highlight-card p {
  margin: 15px 0 0;
  color: #5a5d6b;
  font-size: 18px;
  line-height: 22.4px;
}

.dp-feature-showcase {
  display: grid;
  gap: 64px;
  max-width: 1424px;
  margin: 0 auto;
}

.dp-feature-panel {
  display: grid;
  grid-template-columns: minmax(360px, 493px) minmax(0, 902px);
  align-items: start;
  gap: 29px;
}

.dp-feature-panel--reverse {
  grid-template-columns: minmax(0, 902px) minmax(360px, 493px);
}

.dp-feature-panel--reverse .dp-feature-copy {
  order: 2;
}

.dp-feature-panel--reverse .dp-feature-visual {
  order: 1;
}

.dp-feature-copy {
  display: grid;
  align-content: start;
  gap: 21px;
  min-width: 0;
}

.dp-feature-tab {
  position: relative;
  box-sizing: border-box;
  height: 176px;
  padding: 45px 21px 40px;
  border: 0;
  border-radius: 8px;
  color: rgba(0, 0, 0, 0.85);
  background: url("/assets/images/products/data-platform/feature-integration.png") center / cover no-repeat;
  box-shadow: none;
  cursor: pointer;
  transition: color 0.24s ease;
}

.dp-feature-tab:focus-visible {
  outline: 2px solid rgba(11, 102, 255, 0.58);
  outline-offset: 3px;
}

.dp-feature-tab--active {
  color: #ffffff;
  background-image: url("/assets/images/products/data-platform/feature-governance.png");
}

.dp-feature-tab h3 {
  margin: 0 0 4px;
  color: inherit;
  font-size: 28px;
  font-weight: 800;
  line-height: 35px;
}

.dp-feature-tab p {
  margin: 0;
  color: #393e4f;
  font-size: 18px;
  line-height: 25.2px;
}

.dp-feature-tab p span {
  display: block;
  white-space: nowrap;
}

.dp-feature-tab--active p {
  color: #ffffff;
}

.dp-feature-visual {
  position: relative;
  min-width: 0;
  margin: 0;
  padding: 0;
  border: 0;
  border-radius: 8px;
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.06);
}

.dp-feature-visual img {
  width: 100%;
  border-radius: 6px;
  box-shadow: 0 12px 30px rgba(29, 78, 216, 0.12);
}

.dp-feature-visual--stack {
  aspect-ratio: 902 / 569;
  min-height: 0;
  height: 570px;
  padding: 0;
  overflow: hidden;
  background: transparent;
}

.dp-feature-visual--stack::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 0;
  border-radius: inherit;
  background: linear-gradient(135deg, #dbeefc 0%, #f7fbff 100%);
  opacity: 0.45;
  pointer-events: none;
}

.dp-feature-actions {
  position: absolute;
  right: 20px;
  top: 26px;
  z-index: 3;
  display: inline-flex;
  gap: 14px;
}

.dp-feature-actions--left {
  left: 19px;
  right: auto;
  top: 39px;
}

.dp-feature-panel--first .dp-feature-actions {
  top: 44px;
  right: 29px;
}

.dp-feature-actions a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 105px;
  height: 36px;
  padding: 0;
  border-radius: 999px;
  color: #0f69e6;
  background: #ffffff;
  border: 1px solid #0f69e6;
  font-size: 14px;
  font-weight: 800;
  line-height: 36px;
  text-decoration: none;
}

.dp-feature-actions a:first-child {
  color: #ffffff;
  background: linear-gradient(135deg, #0b66ff 0%, #00bbff 100%);
  border-color: transparent;
}

.dp-screen-stack {
  position: absolute;
  inset: 0;
  z-index: 1;
}

.dp-screen-stack img {
  position: absolute;
  width: auto;
  max-width: none;
  border-radius: 0;
  box-shadow: none;
  filter: none;
  transition: opacity 0.24s ease;
}

.dp-screen-stack img[hidden] {
  display: none;
}

.dp-screen-stack img.is-fading {
  opacity: 0;
}

.dp-feature-visual--two-up .dp-screen-stack__back {
  left: 4.77%;
  top: 7.73%;
  width: 56.65%;
  opacity: 0.56;
}

.dp-feature-visual--two-up .dp-screen-stack__front {
  left: 20.73%;
  top: 33.92%;
  width: 72.39%;
  opacity: 1;
}

.dp-feature-visual--triple .dp-screen-stack__top {
  left: 39.98%;
  top: 0;
  width: 52.14%;
}

.dp-feature-visual--triple .dp-screen-stack__left {
  left: 0;
  top: 12.74%;
  width: 57.19%;
}

.dp-feature-visual--triple .dp-screen-stack__front {
  left: 24.53%;
  top: 31.67%;
  width: 57.19%;
}

.dp-visual-toolbar {
  position: absolute;
  right: 24px;
  top: 16px;
  z-index: 1;
  display: inline-flex;
  gap: 8px;
}

.dp-visual-toolbar span {
  display: inline-flex;
  align-items: center;
  height: 22px;
  padding: 0 10px;
  border-radius: 999px;
  color: #0f69e6;
  background: rgba(232, 241, 255, 0.92);
  font-size: 12px;
  font-weight: 800;
}

.dp-pill {
  display: inline-flex;
  align-items: center;
  height: 26px;
  padding: 0 12px;
  border-radius: 999px;
  color: #0f69e6;
  background: #e8f1ff;
  font-size: 13px;
  font-weight: 800;
}

.dp-pill--teal {
  color: #047d85;
  background: #e5fbfb;
}

.dp-pill--purple {
  color: #6650d9;
  background: #eeeafe;
}

.data-platform-page .dp-home-module {
  isolation: isolate;
}

.data-platform-page .dp-blank-media {
  display: block;
  background: linear-gradient(135deg, rgba(248, 251, 255, 0.96) 0%, rgba(232, 242, 255, 0.88) 100%);
  border: 1px solid rgba(15, 105, 230, 0.08);
}

.data-platform-page .scenarios__card-img.dp-blank-media {
  min-height: 178px;
}

.data-platform-page .dp-blank-media--story {
  width: 100%;
  height: 100%;
}

.data-platform-page .dp-blank-media--news {
  width: 128px;
  height: 106px;
  border-radius: 4px;
}

.data-platform-page .clients__logo-card--placeholder {
  background: rgba(255, 255, 255, 0.72);
  border-style: dashed;
}

.data-platform-page .home-clients {
  height: 439px;
  min-height: 439px;
  padding: 32px 0 42px;
  background: #f7f9fd;
}

.data-platform-page .home-clients::before {
  content: "";
  position: absolute;
  top: -83.573242px;
  left: 50%;
  z-index: 0;
  width: 2099px;
  height: 914.503174px;
  margin-left: -1134px;
  background-image: url("/assets/images/products/data-platform/partners-bg-pixso.png");
  background-repeat: no-repeat;
  background-size: 2100px 914.503174px;
  background-position: -0.5px 0;
  opacity: 0.25;
  pointer-events: none;
  -webkit-mask-image: url("/assets/images/products/data-platform/partners-bg-mask-pixso.png");
  mask-image: url("/assets/images/products/data-platform/partners-bg-mask-pixso.png");
  -webkit-mask-size: 1944px 439px;
  mask-size: 1944px 439px;
  -webkit-mask-position: 155px 83.573242px;
  mask-position: 155px 83.573242px;
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
}

.data-platform-page .home-clients .clients__header {
  position: relative;
  z-index: 1;
  max-width: 900px;
  height: auto;
  margin: 0 auto 25px;
  padding: 0;
  text-align: center;
}

.data-platform-page .home-clients .clients__title {
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
  margin: 0 0 16px;
  color: #000000;
  font-family: var(--font-sans);
  font-size: 36px;
  font-weight: 800;
  line-height: 46px;
  text-align: center;
  letter-spacing: 0;
  z-index: 0;
}

.data-platform-page .home-clients .clients__title::after {
  right: -18px;
  bottom: 6px;
  left: auto;
  width: calc(100% - 50px);
  height: 26px;
}

.data-platform-page .home-clients .clients__icon {
  position: static;
  display: inline-block;
  width: 46px;
  height: 36px;
  object-fit: contain;
  vertical-align: middle;
}

.data-platform-page .home-clients .clients__subtitle {
  position: relative;
  margin: 0;
  color: #666666;
  font-size: 18px;
  line-height: 1.6;
  text-align: center;
}

.data-platform-page .dp-partners-static {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: repeat(5, 262px);
  grid-auto-rows: 113px;
  gap: 24px 28.820313px;
  width: 1425.28125px;
  max-width: calc(100% - 48px);
  margin: 0 auto;
}

.data-platform-page .dp-partner-card {
  width: 262px;
  height: 113px;
  padding: 0;
  border: 3px solid #ffffff;
  border-radius: 8px;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, #ffffff 100%),
    rgba(255, 255, 255, 0.4);
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.06);
  box-sizing: border-box;
}

.data-platform-page .dp-partner-card img {
  max-width: none;
  max-height: none;
  object-fit: fill;
}

.data-platform-page .dp-partner-card--hohai img {
  width: 188px;
  height: 59px;
  transform: translateY(4.5px);
}

.data-platform-page .dp-partner-card--southeast img {
  width: 164px;
  height: 46px;
}

.data-platform-page .dp-partner-card--hanwei img {
  width: 201px;
  height: 43px;
  transform: translateY(4px);
}

.data-platform-page .dp-partner-card--hubei img {
  width: 177.834259px;
  height: 59.820309px;
  transform: translateX(-7px);
}

@media (min-width: 90rem) {
  .data-platform-page .dp-partners-static {
    margin-right: 0;
    margin-left: calc(50vw - 710px);
  }
}

@media (max-width: 89.999rem) {
  .data-platform-page .home-clients {
    height: auto;
    min-height: 0;
  }

  .data-platform-page .dp-partners-static {
    grid-template-columns: repeat(5, minmax(0, 1fr));
    width: calc(100% - 48px);
    max-width: 1425.28125px;
  }

  .data-platform-page .dp-partner-card {
    width: 100%;
    height: auto;
    aspect-ratio: 262 / 113;
  }
}

@media (max-width: 48rem) {
  .data-platform-page .home-clients {
    padding: 48px 0;
  }

  .data-platform-page .home-clients .clients__header {
    width: calc(100% - 32px);
    height: auto;
    margin: 0 auto 28px;
  }

  .data-platform-page .home-clients .clients__title {
    display: inline-flex;
    width: auto;
    height: auto;
    align-items: center;
    gap: 12px;
    font-size: 28px;
    line-height: 38px;
  }

  .data-platform-page .home-clients .clients__title::after {
    right: -14px;
    left: auto;
    bottom: 3px;
    width: calc(100% - 42px);
  }

  .data-platform-page .home-clients .clients__icon {
    position: static;
    width: 46px;
    height: 36px;
  }

  .data-platform-page .home-clients .clients__subtitle {
    position: static;
    margin-top: 10px;
    font-size: 16px;
    line-height: 26px;
  }

  .data-platform-page .dp-partners-static {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 16px;
    width: calc(100% - 32px);
  }

  .data-platform-page .dp-partner-card--hohai img,
  .data-platform-page .dp-partner-card--southeast img,
  .data-platform-page .dp-partner-card--hanwei img,
  .data-platform-page .dp-partner-card--hubei img {
    width: 72%;
    height: auto;
    transform: none;
  }
}

html.is-desktop .data-platform-page .home-scenarios .scenarios__slides {
  --dp-scenarios-edge-fade: clamp(480px, 28vw, 640px);
  width: min(2304px, calc(100vw + 384px));
  max-width: none;
  margin-left: 50%;
  padding-right: 0;
  padding-left: 0;
  transform: translateX(-50%);
  -webkit-mask-image: linear-gradient(
    to right,
    transparent 0,
    #000000 var(--dp-scenarios-edge-fade),
    #000000 calc(100% - var(--dp-scenarios-edge-fade)),
    transparent 100%
  );
  mask-image: linear-gradient(
    to right,
    transparent 0,
    #000000 var(--dp-scenarios-edge-fade),
    #000000 calc(100% - var(--dp-scenarios-edge-fade)),
    transparent 100%
  );
}

.data-platform-page .dp-cases-design.home-stories {
  position: relative;
  min-height: 773px;
  padding: 61px 0 25px;
  background:
    linear-gradient(180deg, rgba(252, 253, 255, 0.96) 0%, rgba(243, 249, 255, 0.96) 100%),
    url("/assets/images/home/stories/stories-bg.png") no-repeat center / cover;
  box-sizing: border-box;
  overflow: hidden;
}

.data-platform-page .dp-cases-design.motion-reveal {
  opacity: 1;
  transform: none;
}

.data-platform-page .dp-cases-design .stories__carousel {
  display: none;
}

.data-platform-page .dp-cases-design__header {
  width: min(900px, calc(100% - 32px));
  height: auto;
  margin: 0 auto 28px;
}

.data-platform-page .dp-cases-design .stories__title {
  gap: 12px;
  margin: 0 0 16px;
  color: #000000;
  font-family: var(--font-sans);
  font-size: 36px;
  font-weight: 800;
  line-height: 46px;
}

.data-platform-page .dp-cases-design .stories__title::after {
  right: -18px;
  bottom: 6px;
  width: calc(100% - 50px);
  height: 26px;
}

.data-platform-page .dp-cases-design__title-icon {
  width: 46px;
  height: 36px;
  flex: 0 0 46px;
}

.data-platform-page .dp-cases-design .stories__subtitle {
  color: #666666;
  font-size: 18px;
  font-weight: 400;
  line-height: 1.6;
}

.data-platform-page .dp-cases-design__layout {
  display: grid;
  grid-template-columns: 527px 865px;
  align-items: start;
  gap: 29px;
  width: 1421px;
  max-width: calc(100% - 48px);
  margin: 0 auto;
}

.data-platform-page .dp-case-feature {
  position: relative;
  width: 527px;
  height: 569px;
  border-radius: 12px;
  box-sizing: border-box;
  overflow: hidden;
  isolation: isolate;
}

.data-platform-page .dp-case-feature::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -2;
  border-radius: inherit;
  background-image: url("/assets/images/products/data-platform/case-panel-bg.png");
  background-size: cover;
  background-position: center;
  opacity: 0.65;
}

.data-platform-page .dp-case-feature::after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 3;
  border: 1px solid #ffffff;
  border-radius: inherit;
  pointer-events: none;
}

.data-platform-page .dp-case-feature__copy {
  position: absolute;
  left: 40px;
  top: 34px;
  z-index: 2;
  width: 438px;
}

.data-platform-page .dp-case-feature__copy h3,
.data-platform-page .dp-case-side-card__content h3 {
  margin: 0;
  color: #000000;
  font-size: 24px;
  font-weight: 500;
  line-height: 34px;
}

.data-platform-page .dp-case-feature__copy p,
.data-platform-page .dp-case-side-card__content p {
  margin: 12px 0 0;
  color: rgba(0, 0, 0, 0.75);
  font-size: 16px;
  font-weight: 400;
  line-height: 25px;
}

.data-platform-page .dp-case-feature__screen {
  position: absolute;
  left: 40px;
  bottom: 65px;
  z-index: 1;
  width: 448px;
  height: 261px;
  border: 12px solid rgba(255, 255, 255, 0.2);
  border-radius: 20px;
  box-sizing: border-box;
  overflow: hidden;
}

.data-platform-page .dp-case-feature__screen img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: left center;
}

.data-platform-page .dp-case-feature__logo {
  position: absolute;
  left: 65px;
  bottom: 87px;
  z-index: 2;
  width: 241px;
  height: 50px;
  display: flex;
  align-items: center;
  padding-left: 19px;
  border-radius: 2px;
  background: rgba(255, 255, 255, 0.96);
  box-shadow: 0 8px 18px rgba(19, 91, 174, 0.12);
  box-sizing: border-box;
}

.data-platform-page .dp-case-feature__logo-mark {
  width: 200px;
  height: 37px;
  object-fit: fill;
}

.data-platform-page .dp-case-side {
  display: grid;
  gap: 23px;
  width: 865px;
}

.data-platform-page .dp-case-side-card {
  display: grid;
  grid-template-columns: 246px 1fr;
  gap: 32px;
  width: 865px;
  height: 273px;
  padding: 36px 31px 34px 38px;
  border: 3px solid #ffffff;
  border-radius: 8px;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.52) 0%, rgba(255, 255, 255, 0.96) 100%),
    rgba(255, 255, 255, 0.4);
  box-shadow: 0 4px 20px rgba(29, 91, 157, 0.06);
  box-sizing: border-box;
}

.data-platform-page .dp-case-side-card__image {
  width: 246px;
  height: 199px;
  border-radius: 12px;
  overflow: hidden;
}

.data-platform-page .dp-case-side-card__image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.data-platform-page .dp-case-side-card__content {
  min-width: 0;
  padding-top: 12px;
}

.data-platform-page .dp-case-side-card__logo {
  width: 273px;
  height: 43px;
  margin: 0 0 12px;
  object-fit: contain;
  object-position: left center;
}

.data-platform-page .dp-case-side-card__content p {
  width: 537px;
  max-width: 100%;
  margin-top: 11px;
}

.dp-governance-layout {
  display: grid;
  grid-template-columns: 463px 464px 463px;
  justify-content: center;
  align-items: start;
  gap: 18px;
  max-width: 1426px;
  margin: 0 auto;
}

.dp-governance-card {
  position: relative;
  box-sizing: border-box;
  height: 467px;
  border: 0;
  border-radius: 8px;
  overflow: hidden;
  background: #ffffff;
  box-shadow: 0 12px 24px rgba(51, 51, 51, 0.031);
  cursor: pointer;
  transition: box-shadow 0.24s ease, transform 0.24s ease;
}

.dp-governance-card:focus-visible {
  outline: 2px solid rgba(11, 102, 255, 0.58);
  outline-offset: 3px;
}

.dp-governance-card:hover {
  box-shadow: 0 12px 24px rgba(51, 51, 51, 0.059);
}

.dp-governance-card h3 {
  margin: 0;
  color: #262626;
  font-size: 28px;
  font-weight: 800;
  line-height: 42px;
}

.dp-governance-card p {
  margin: 0;
  color: #5a5d6b;
  font-size: 16px;
  line-height: 26px;
}

.dp-governance-hover ul {
  position: absolute;
  left: 32px;
  top: 167px;
  display: grid;
  gap: 11px;
  width: 407px;
  height: 181px;
  margin: 0;
  padding: 0;
  list-style: none;
  overflow: hidden;
}

.dp-governance-hover li {
  position: relative;
  display: flex;
  align-items: center;
  height: 36px;
  padding: 0 16px 0 46px;
  border-radius: 4px;
  color: #5a5d6b;
  background: #ffffff;
  font-size: 16px;
  line-height: 36px;
}

.dp-governance-hover li::before {
  content: "";
  position: absolute;
  left: 24px;
  top: 50%;
  width: 12px;
  height: 12px;
  border: 2px solid #0f69e6;
  border-radius: 50%;
  transform: translateY(-50%);
}

.dp-governance-hover li::after {
  content: "";
  position: absolute;
  left: 29px;
  top: 50%;
  width: 6px;
  height: 3px;
  border-left: 2px solid #0f69e6;
  border-bottom: 2px solid #0f69e6;
  transform: translateY(-65%) rotate(-45deg);
}

.dp-governance-actions {
  position: absolute;
  left: 92px;
  bottom: 37px;
  display: flex;
  gap: 18px;
}

.dp-governance-actions .dp-btn {
  min-width: 85px;
  width: 85px;
  height: 31px;
  padding: 0;
  border-radius: 16px;
  font-size: 12px;
  font-weight: 800;
  line-height: 31px;
  box-shadow: none;
}

.dp-governance-actions .dp-btn--ghost {
  color: #0f69e6;
  background: #ffffff;
  border: 1px solid #0f69e6;
}

.dp-governance-media {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 262px;
  background-color: #eef6ff;
  background-image: url("/assets/images/products/data-platform/scenario-industry.png");
  background-repeat: no-repeat;
  overflow: hidden;
  transition: opacity 180ms ease, visibility 0s 180ms;
}

.dp-governance-card--assets .dp-governance-media {
  height: 261px;
  background-size: 1516.334px 316px;
  background-position: -18.02px -20px;
}

.dp-governance-card--metrics .dp-governance-media {
  background-size: 1513.066px 316px;
  background-position: -528.63px -20px;
}

.dp-governance-media--blank {
  background-image: none;
  background-color: #f4f7fb;
}

.dp-governance-card--media > h3 {
  position: absolute;
  left: 50px;
  top: 293px;
  transition: opacity 180ms ease, visibility 0s 180ms;
}

.dp-governance-card--metrics > h3 {
  left: 51px;
  top: 295px;
}

.dp-governance-card--media > p {
  position: absolute;
  left: 19px;
  top: 346px;
  width: 407px;
  transition: opacity 180ms ease, visibility 0s 180ms;
}

.dp-governance-card--metrics > p {
  left: 28px;
  top: 347px;
  width: 389px;
}

.dp-governance-arrow {
  position: absolute;
  right: 20px;
  bottom: 36px;
  width: 24px;
  height: 19px;
  color: #262626;
  text-decoration: none;
  transition: opacity 180ms ease, visibility 0s 180ms;
}

.dp-governance-arrow::before {
  content: "";
  position: absolute;
  left: 2px;
  top: 9px;
  width: 18px;
  height: 1px;
  background: currentColor;
}

.dp-governance-arrow::after {
  content: "";
  position: absolute;
  right: 3px;
  top: 5px;
  width: 8px;
  height: 8px;
  border-right: 1px solid currentColor;
  border-top: 1px solid currentColor;
  transform: rotate(45deg);
}

.dp-governance-hover {
  position: absolute;
  inset: 0;
  z-index: 2;
  background: linear-gradient(178deg, #ffffff 0%, #c4deff 100%);
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transition: opacity 220ms ease, visibility 0s 220ms;
}

.dp-governance-hover h3 {
  position: absolute;
  left: 34px;
  top: 44px;
  width: 398px;
}

.dp-governance-hover p {
  position: absolute;
  left: 33px;
  top: 100px;
  width: 398px;
  line-height: 25px;
}

.dp-governance-card--media:hover > .dp-governance-media,
.dp-governance-card--media:hover > h3,
.dp-governance-card--media:hover > p,
.dp-governance-card--media:hover > .dp-governance-arrow {
  opacity: 0;
  visibility: hidden;
  transition: opacity 180ms ease, visibility 0s 0s;
}

.dp-governance-card--media:hover .dp-governance-hover {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
  transition: opacity 220ms ease, visibility 0s 0s;
}

.dp-scenario-strip {
  display: grid;
  grid-auto-flow: column;
  grid-auto-columns: 367px;
  gap: 18px;
  overflow-x: auto;
  padding: 4px 0 12px;
  scrollbar-width: thin;
  width: min(2304px, calc(100vw + 384px));
  max-width: none;
  margin-left: 50%;
  transform: translateX(-50%);
}

.dp-scenario-card {
  border: 1px solid rgba(13, 92, 255, 0.12);
  border-radius: 24px;
  background: linear-gradient(180deg, #f7faff 0%, #dbe7fb 100%);
  overflow: hidden;
  min-height: 439px;
  box-shadow: 0 12px 24px rgba(40, 105, 185, 0.06);
}

.dp-scenario-card img {
  width: 100%;
  height: 235px;
  object-fit: cover;
}

.dp-scenario-card h3,
.dp-scenario-card p {
  margin-left: 18px;
  margin-right: 18px;
}

.dp-scenario-card h3 {
  margin-top: 26px;
  color: rgba(0, 0, 0, 0.86);
  font-size: 28px;
}

.dp-scenario-card p {
  margin-bottom: 28px;
  color: #393e4f;
  font-size: 16px;
  line-height: 1.75;
}

.dp-case-layout {
  display: grid;
  grid-template-columns: minmax(420px, 0.5fr) minmax(0, 0.5fr);
  gap: 24px;
  max-width: 1424px;
  margin: 0 auto;
  align-items: start;
}

.dp-case-stack {
  display: grid;
  gap: 24px;
  grid-auto-rows: minmax(0, 1fr);
}

.dp-case-card {
  display: grid;
  grid-template-columns: minmax(190px, 0.45fr) minmax(0, 1fr);
  gap: 22px;
  align-items: center;
  min-height: 220px;
  padding: 22px;
  border: 1px solid rgba(13, 92, 255, 0.12);
  border-radius: 8px;
  background: #ffffff;
  box-shadow: 0 12px 30px rgba(40, 105, 185, 0.08);
}

.dp-case-card--feature {
  grid-template-columns: 1fr;
  align-content: start;
  min-height: 464px;
  background: linear-gradient(180deg, #f8fbff 0%, #e8f3ff 100%);
}

.dp-case-card--feature div {
  padding: 2px 4px 0;
}

.dp-case-card--feature ul {
  display: grid;
  gap: 8px;
  margin: 16px 0 18px;
  padding: 0;
  list-style: none;
}

.dp-case-card--feature li {
  position: relative;
  padding-left: 18px;
  color: #4b5b75;
  font-size: 15px;
  line-height: 1.6;
}

.dp-case-card--feature li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 9px;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: #0b66ff;
}

.dp-case-card--feature a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  height: 32px;
  padding: 0 18px;
  border-radius: 999px;
  color: #ffffff;
  background: #0f69e6;
  font-size: 13px;
  font-weight: 800;
  text-decoration: none;
}

.dp-case-card img {
  width: 100%;
  height: 176px;
  object-fit: cover;
  border-radius: 6px;
}

.dp-case-card--feature img {
  height: 190px;
  margin-top: 22px;
}

.dp-logo-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(220px, 262px));
  justify-content: center;
  gap: 24px 28px;
  max-width: 1424px;
  margin: 42px auto 0;
}

.dp-logo-grid .dp-heading {
  grid-column: 1 / -1;
}

.dp-heading--compact {
  margin: 16px auto 18px;
}

.dp-logo-grid img {
  width: 100%;
  height: 113px;
  object-fit: contain;
  padding: 26px 32px;
  border: 3px solid #ffffff;
  border-radius: 8px;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.42) 0%, #ffffff 100%);
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.06);
}

.dp-resource-grid,
.dp-product-grid,
.dp-news-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 20px;
}

.dp-resource-grid {
  max-width: 1424px;
  margin: 0 auto;
}

.dp-resource-card,
.dp-product-card,
.dp-news-card {
  overflow: hidden;
  border: 1px solid rgba(13, 92, 255, 0.12);
  border-radius: 8px;
  background: #ffffff;
  box-shadow: 0 12px 30px rgba(40, 105, 185, 0.08);
}

.dp-product-card img,
.dp-news-card img {
  width: 100%;
  height: 170px;
  object-fit: cover;
}

.dp-product-card div,
.dp-news-card div {
  padding: 18px;
}

.dp-resource-card {
  display: grid;
  grid-template-columns: 66px minmax(0, 1fr);
  gap: 20px;
  min-height: 360px;
  padding: 32px 34px;
}

.dp-resource-card > div {
  padding: 0;
}

.dp-resource-card--violet {
  background: linear-gradient(135deg, #f2eaff 0%, #ffffff 74%);
}

.dp-resource-card--cyan {
  background: linear-gradient(135deg, #d9f6ff 0%, #ffffff 74%);
}

.dp-resource-card--blue {
  background: linear-gradient(135deg, #e0efff 0%, #ffffff 74%);
}

.dp-resource-icon {
  width: 66px;
  height: 66px;
  display: grid;
  place-items: center;
  border-radius: 50%;
  color: #0f69e6;
  background: rgba(15, 105, 230, 0.12);
  font-size: 30px;
  font-weight: 800;
  line-height: 1;
}

.dp-resource-card h3 {
  font-size: 28px;
}

.dp-resource-card p {
  font-size: 17px;
  line-height: 1.7;
}

.dp-resource-card--violet .dp-resource-icon {
  color: #8d5cf7;
  background: rgba(141, 92, 247, 0.14);
}

.dp-resource-card--cyan .dp-resource-icon {
  color: #00a4c8;
  background: rgba(0, 164, 200, 0.14);
}

.dp-resource-card ul {
  display: grid;
  gap: 10px;
  margin: 18px 0 0;
  padding: 0;
  list-style: none;
}

.dp-resource-card li {
  position: relative;
  padding-left: 24px;
  color: #3d4658;
  font-size: 17px;
  line-height: 1.55;
}

.dp-resource-card li::before {
  content: "->";
  position: absolute;
  left: 0;
  top: 0;
  color: #0f69e6;
  font-weight: 800;
}

.dp-resource-card a,
.dp-product-card a,
.dp-news-card a {
  display: inline-flex;
  margin-top: 14px;
  color: #0f69e6;
  font-size: 14px;
  font-weight: 800;
  text-decoration: none;
}

.dp-resource-card a {
  width: 100%;
  height: 46px;
  align-items: center;
  justify-content: center;
  border: 1px solid rgba(15, 105, 230, 0.55);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.5);
}

.dp-section--resources .dp-resource-grid {
  position: relative;
  display: block;
  width: 1465px;
  height: 448px;
  max-width: none;
  margin: 0 0 0 calc(50vw - 712px);
}

.dp-section--resources .dp-resource-card {
  position: absolute;
  top: 0;
  display: block;
  width: 500px;
  height: 448px;
  min-height: 0;
  padding: 0;
  border: 0;
  border-radius: 0;
  background-color: transparent;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  box-shadow: none;
  overflow: visible;
}

.dp-section--resources .dp-resource-card--violet {
  left: 0;
  background-image: url("/assets/images/products/data-platform/resource-card-whitepaper.svg");
}

.dp-section--resources .dp-resource-card--cyan {
  left: 483px;
  background-image: url("/assets/images/products/data-platform/resource-card-video.svg");
}

.dp-section--resources .dp-resource-card--blue {
  left: 965px;
  background-image: url("/assets/images/products/data-platform/resource-card-docs.svg");
}

.dp-section--resources .dp-resource-card::after {
  content: "";
  position: absolute;
  left: 39px;
  top: 104px;
  width: 384px;
  height: 2px;
  background: #eae4f1;
}

.dp-section--resources .dp-resource-card--cyan::after {
  width: 388px;
}

.dp-section--resources .dp-resource-card--blue::after {
  left: 35px;
  width: 392px;
  background: #ffffff;
}

.dp-section--resources .dp-resource-icon {
  position: absolute;
  left: 39px;
  top: 22.0127px;
  width: 66px;
  height: 66px;
  display: block;
  border-radius: 50%;
  font-size: 0;
  line-height: 0;
}

.dp-section--resources .dp-resource-icon::before {
  content: "";
  display: block;
  position: absolute;
  left: 13px;
  top: 12.001px;
  width: 39.5605px;
  height: 41.2689px;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  background-position: center;
}

.dp-section--resources .dp-resource-card--violet .dp-resource-icon {
  background: #eedffc;
}

.dp-section--resources .dp-resource-card--violet .dp-resource-icon::before {
  background-image: url("/assets/images/products/data-platform/resource-icon-whitepaper.svg");
}

.dp-section--resources .dp-resource-card--cyan .dp-resource-icon {
  background: #b5e1ea;
}

.dp-section--resources .dp-resource-card--cyan .dp-resource-icon::before {
  left: 15.0957px;
  top: 17.9268px;
  width: 36.668px;
  height: 30.8729px;
  background-image: url("/assets/images/products/data-platform/resource-icon-video.svg");
}

.dp-section--resources .dp-resource-card--blue .dp-resource-icon {
  left: 34.7734px;
  top: 22px;
  width: 67.5594px;
  background: #c3d9fb;
}

.dp-section--resources .dp-resource-card--blue .dp-resource-icon::before {
  left: 16.8906px;
  top: 17px;
  width: 34.7734px;
  height: 35px;
  background-image: url("/assets/images/products/data-platform/resource-icon-docs.svg");
}

.dp-section--resources .dp-resource-card h3 {
  position: absolute;
  left: 141px;
  top: 34px;
  margin: 0;
  color: #573ca1;
  font-size: 32px;
  font-weight: 800;
  line-height: 42px;
}

.dp-section--resources .dp-resource-card--cyan h3 {
  color: #1469a5;
}

.dp-section--resources .dp-resource-card--blue h3 {
  left: 132px;
  color: #0b42b8;
}

.dp-section--resources .dp-resource-card p {
  position: absolute;
  left: 44px;
  top: 122px;
  width: 390px;
  margin: 0;
  color: #333333;
  font-size: 20px;
  font-weight: 400;
  line-height: 30px;
}

.dp-section--resources .dp-resource-card--blue p {
  left: 40px;
  width: 387px;
}

.dp-section--resources .dp-resource-card ul {
  position: absolute;
  left: 44px;
  top: 221px;
  display: grid;
  gap: 10px;
  width: 390px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.dp-section--resources .dp-resource-card--blue ul {
  left: 40px;
}

.dp-section--resources .dp-resource-card li {
  position: relative;
  height: 30px;
  padding-left: 27px;
  color: #333333;
  font-size: 20px;
  font-weight: 400;
  line-height: 30px;
}

.dp-section--resources .dp-resource-card li::before {
  content: "\2192";
  left: 0;
  top: 0;
  color: #333333;
  font-size: 20px;
  font-weight: 400;
  line-height: 30px;
}

.dp-section--resources .dp-resource-card a {
  position: absolute;
  left: 44px;
  top: 316px;
  width: 390px;
  height: 52px;
  margin: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 8px;
  background: #ffffff;
  color: #573ca1;
  font-size: 22px;
  font-weight: 800;
  line-height: 52px;
  text-align: center;
}

.dp-section--resources .dp-resource-card--violet a {
  border-color: #573ca1;
}

.dp-section--resources .dp-resource-card--cyan a {
  color: #1469a5;
  border-color: #1469a5;
}

.dp-section--resources .dp-resource-card--blue a {
  left: 40px;
  width: 387px;
  color: #0b42b8;
  border-color: #2e68c5;
}

.dp-faq-list {
  display: grid;
  gap: 10px;
  width: min(1424px, calc(100% - 48px));
  margin: 0 auto;
}

.dp-faq-item {
  border: 1px solid #eeeeee;
  border-radius: 8px;
  background: #ffffff;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.045);
  overflow: hidden;
}

.dp-faq-item summary {
  position: relative;
  min-height: 73px;
  display: block;
  padding: 20.8px 86px 0 74px;
  color: rgba(0, 0, 0, 0.85);
  font-size: 20px;
  font-weight: 800;
  line-height: 30px;
  cursor: pointer;
  box-sizing: border-box;
}

.dp-faq-item summary::-webkit-details-marker {
  display: none;
}

.dp-faq-item summary::before {
  content: "";
  position: absolute;
  left: 26px;
  top: 22px;
  width: 30px;
  height: 30px;
  border-radius: 18px;
  background-color: #d9e6fb;
  background-image: url("/assets/images/products/data-platform/faq-icon-q.svg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: 16.7168px 17.491px;
}

.dp-faq-item summary::after {
  content: "";
  position: absolute;
  right: 31px;
  top: 34px;
  width: 18px;
  height: 12px;
  background-image: url("/assets/images/products/data-platform/faq-arrow-down.svg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: 18px 12px;
}

.dp-faq-item[open] {
  min-height: 166px;
}

.dp-faq-item[open] summary {
  min-height: 65px;
}

.dp-faq-item[open] summary::before {
  top: 20px;
}

.dp-faq-item[open] summary::after {
  right: 40px;
  top: 26px;
  width: 20.0586px;
  height: 11.3389px;
  background-image: url("/assets/images/products/data-platform/faq-arrow-up.svg");
  background-size: 20.0586px 11.3389px;
}

.dp-faq-item p {
  position: relative;
  height: 80px;
  margin: 0 30px 20px 69px;
  padding: 8px 16px 8px 52px;
  border-radius: 8px;
  background: #f1f6fd;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.04);
  color: rgba(0, 0, 0, 0.85);
  font-size: 20px;
  font-weight: 400;
  line-height: 30px;
  box-sizing: border-box;
  overflow: hidden;
}

.dp-faq-item p::before {
  content: "";
  position: absolute;
  left: 11px;
  top: 8px;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  background: #ffffff;
}

.dp-faq-item p::after {
  content: "";
  position: absolute;
  left: 26px;
  top: 23px;
  width: 14.5469px;
  height: 14.833px;
  background-image: url("/assets/images/products/data-platform/faq-icon-a.svg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: 14.5469px 14.833px;
  transform: translate(-50%, -50%);
}

.dp-section--recommend .dp-product-grid {
  grid-template-columns: repeat(2, minmax(0, 1fr));
  max-width: 1427px;
  margin: 0 auto;
  gap: 27px;
}

.dp-product-card {
  display: grid;
  grid-template-columns: 369px minmax(0, 1fr);
  height: 280px;
  min-height: 0;
  border: 3px solid #ffffff;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.42) 0%, #ffffff 100%);
}

.dp-product-card img,
.dp-product-card__media {
  display: block;
  width: 100%;
  height: 280px;
  min-height: 0;
  border-radius: 5px 0 0 5px;
  background: #eaf4ff;
  object-fit: cover;
  object-position: center;
}

.dp-product-card__media--blank {
  background: transparent;
}

.dp-product-card div {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start;
  min-width: 0;
  padding: 43px 0 0 31px;
}

.dp-product-card h3 {
  color: #333333;
  font-size: 28px;
  font-weight: 800;
  line-height: 40px;
  white-space: nowrap;
}

.dp-product-card p {
  width: 298px;
  margin-top: 16px;
  color: #333333;
  font-size: 18px;
  font-weight: 400;
  line-height: 30px;
}

.dp-product-card a {
  position: relative;
  align-items: center;
  justify-content: flex-start;
  height: 32px;
  min-width: 118px;
  margin-top: 22px;
  padding: 0 38px 0 29px;
  border-radius: 8px;
  color: #ffffff;
  background: linear-gradient(135deg, #0b66ff 0%, #00bbff 100%);
  font-size: 14px;
  line-height: 32px;
  box-sizing: border-box;
}

.dp-product-card a::after {
  content: "";
  position: absolute;
  right: 18px;
  top: 50%;
  width: 15.4375px;
  height: 12.1432px;
  background: url("/assets/images/products/data-platform/product-link-arrow.svg") center / 100% 100% no-repeat;
  transform: translateY(-50%);
}

.dp-product-card:nth-child(2n) {
  grid-template-columns: 350px minmax(0, 1fr);
}

.dp-product-card:nth-child(2n) div {
  padding-left: 25px;
}

.dp-product-card:nth-child(1) img {
  object-position: 45% 78%;
}

.dp-product-card:nth-child(3) div {
  padding-left: 21px;
}

.dp-product-card:nth-child(4) div {
  padding-left: 22px;
}

.dp-product-card:nth-child(2) img {
  object-position: right bottom;
}

.dp-product-card:nth-child(4) img {
  object-position: center 72%;
}

.dp-news-grid {
  grid-template-columns: repeat(2, minmax(0, 1fr));
  max-width: 1412px;
  margin: 0 auto;
  gap: 18px 24px;
}

.dp-news-card {
  display: grid;
  grid-template-columns: 128px minmax(0, 1fr);
  gap: 20px;
  align-items: center;
  min-height: 138px;
  padding: 16px 20px;
  border: 3px solid #ffffff;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.42) 0%, #ffffff 100%);
}

.dp-news-card img {
  width: 128px;
  height: 106px;
  min-height: 0;
  border-radius: 4px;
}

.dp-news-card div {
  position: relative;
  min-height: 106px;
  padding: 0 104px 0 0;
}

.dp-news-card time {
  position: absolute;
  right: 0;
  bottom: 0;
  display: block;
  margin: 0;
  color: #6f7788;
  font-size: 14px;
}

.dp-news-card h3 {
  color: rgba(0, 0, 0, 0.86);
  font-size: 16px;
}

.dp-news-card p {
  margin-top: 8px;
  color: rgba(0, 0, 0, 0.5);
  font-size: 14px;
  line-height: 1.7;
}

.dp-news-card a {
  align-items: center;
  justify-content: center;
  height: 28px;
  min-width: 105px;
  padding: 0 14px;
  border-radius: 8px;
  color: #ffffff;
  background: linear-gradient(135deg, #0b66ff 0%, #00bbff 100%);
  font-size: 13px;
}

@media (max-width: 75rem) {
  .dp-highlight-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 92rem) {
  .data-platform-page .dp-cases-design__layout {
    grid-template-columns: minmax(0, 0.37fr) minmax(0, 0.63fr);
    gap: 24px;
    width: calc(100% - 48px);
  }

  .data-platform-page .dp-case-feature,
  .data-platform-page .dp-case-side,
  .data-platform-page .dp-case-side-card {
    width: 100%;
  }

  .data-platform-page .dp-case-side-card__content p {
    width: auto;
  }
}

@media (max-width: 75rem) {
  .data-platform-page .dp-cases-design__layout {
    grid-template-columns: 1fr;
    width: min(865px, calc(100% - 48px));
  }

  .data-platform-page .dp-case-feature {
    justify-self: center;
    width: min(527px, 100%);
  }

  .dp-case-layout,
  .dp-governance-layout {
    grid-template-columns: 1fr;
  }

  .dp-governance-layout {
    max-width: 463px;
  }
}

@media (max-width: 64rem) {
  html:not(.is-desktop) .data-platform-page .dp-cases-design.home-stories {
    min-height: 0;
    padding: 48px 0;
  }

  html:not(.is-desktop) .data-platform-page .dp-cases-design__header {
    height: auto;
    margin-bottom: 28px;
  }

  html:not(.is-desktop) .data-platform-page .dp-cases-design .stories__title {
    flex-wrap: wrap;
    gap: 12px;
    font-size: 28px;
    line-height: 38px;
  }

  html:not(.is-desktop) .data-platform-page .dp-cases-design .stories__title::after {
    right: -14px;
    bottom: 4px;
    width: calc(100% - 42px);
  }

  html:not(.is-desktop) .data-platform-page .dp-cases-design .stories__subtitle {
    font-size: 16px;
    line-height: 1.6;
  }

  html:not(.is-desktop) .data-platform-page .dp-case-side-card {
    height: auto;
    min-height: 273px;
  }

  html:not(.is-desktop) .dp-hero,
  html:not(.is-desktop) .dp-hero__inner {
    min-height: 0;
  }

  html:not(.is-desktop) .dp-hero {
    background-position: 58% center;
  }

  html:not(.is-desktop) .dp-hero__content {
    width: min(620px, 100%);
    padding: 56px 0 76px;
  }

  html:not(.is-desktop) .dp-hero h1 {
    font-size: 34px;
  }

  html:not(.is-desktop) .dp-feature-panel,
  html:not(.is-desktop) .dp-feature-panel--reverse {
    grid-template-columns: 1fr;
  }

  html:not(.is-desktop) .dp-feature-panel--reverse .dp-feature-copy,
  html:not(.is-desktop) .dp-feature-panel--reverse .dp-feature-visual {
    order: initial;
  }

  html:not(.is-desktop) .dp-resource-grid,
  html:not(.is-desktop) .dp-product-grid,
  html:not(.is-desktop) .dp-news-grid {
    grid-template-columns: 1fr;
  }

  html:not(.is-desktop) .dp-news-card {
    grid-template-columns: 1fr;
    gap: 0;
    padding: 0;
  }

  html:not(.is-desktop) .dp-news-card img {
    width: 100%;
    height: 190px;
  }

  html:not(.is-desktop) .dp-news-card div {
    min-height: 0;
    padding: 18px;
  }

  html:not(.is-desktop) .dp-news-card time {
    position: static;
    margin: 0 0 8px;
  }

  html:not(.is-desktop) .dp-product-card {
    grid-template-columns: 1fr;
    height: auto;
    min-height: 0;
  }

  html:not(.is-desktop) .dp-product-card img,
  html:not(.is-desktop) .dp-product-card__media {
    height: 190px;
    min-height: 190px;
  }

  html:not(.is-desktop) .dp-product-card div {
    padding: 24px;
  }

  html:not(.is-desktop) .dp-product-card h3,
  html:not(.is-desktop) .dp-governance-card h3,
  html:not(.is-desktop) .dp-resource-card h3 {
    font-size: 24px;
  }

  html:not(.is-desktop) .dp-resource-card {
    min-height: 0;
  }
}

@media (max-width: 48rem) {
  html:not(.is-desktop) .data-platform-page .dp-cases-design__layout {
    width: calc(100% - 32px);
  }

  html:not(.is-desktop) .data-platform-page .dp-case-feature {
    height: 540px;
  }

  html:not(.is-desktop) .data-platform-page .dp-case-feature__copy {
    left: 24px;
    top: 28px;
    width: calc(100% - 48px);
  }

  html:not(.is-desktop) .data-platform-page .dp-case-feature__screen {
    left: 24px;
    right: 24px;
    bottom: 92px;
    width: auto;
    height: 218px;
  }

  html:not(.is-desktop) .data-platform-page .dp-case-feature__logo {
    left: 42px;
    bottom: 112px;
  }

  html:not(.is-desktop) .data-platform-page .dp-case-side-card {
    grid-template-columns: 1fr;
    gap: 18px;
    padding: 18px;
  }

  html:not(.is-desktop) .data-platform-page .dp-case-side-card__image {
    width: 100%;
    height: 190px;
  }

  html:not(.is-desktop) .data-platform-page .dp-case-side-card__content {
    padding-top: 0;
  }

  html:not(.is-desktop) .dp-section {
    padding: 48px 0;
  }

  html:not(.is-desktop) .dp-heading {
    margin-bottom: 26px;
  }

  html:not(.is-desktop) .dp-heading h2 {
    font-size: 24px;
    flex-wrap: wrap;
  }

  html:not(.is-desktop) .dp-heading p {
    font-size: 14px;
    line-height: 1.5;
    padding: 0 8px;
  }

  html:not(.is-desktop) .dp-heading h2::after {
    width: calc(100% - 42px);
    right: -14px;
  }

  html:not(.is-desktop) .dp-highlight-grid,
  html:not(.is-desktop) .dp-case-layout,
  html:not(.is-desktop) .dp-logo-grid {
    grid-template-columns: 1fr;
  }

  html:not(.is-desktop) .dp-case-card {
    grid-template-columns: 1fr;
  }

  html:not(.is-desktop) .dp-highlight-card {
    min-height: 0;
  }

  html:not(.is-desktop) .dp-highlight-card img {
    height: 210px;
  }

  html:not(.is-desktop) .dp-highlight-card div {
    min-height: 0;
  }

  html:not(.is-desktop) .dp-governance-card {
    padding: 0;
  }

  html:not(.is-desktop) .dp-governance-hover {
    display: none;
  }

  html:not(.is-desktop) .dp-governance-card--media:hover > .dp-governance-media,
  html:not(.is-desktop) .dp-governance-card--media:hover > h3,
  html:not(.is-desktop) .dp-governance-card--media:hover > p,
  html:not(.is-desktop) .dp-governance-card--media:hover > .dp-governance-arrow {
    opacity: 1;
    visibility: visible;
  }

  html:not(.is-desktop) .dp-scenario-strip {
    grid-auto-columns: 300px;
    width: min(100vw, calc(100vw - 24px));
    margin-left: 0;
    transform: none;
  }

  html:not(.is-desktop) .dp-scenario-card {
    min-height: 390px;
  }

  html:not(.is-desktop) .dp-scenario-card img {
    height: 190px;
  }

  html:not(.is-desktop) .dp-scenario-card h3 {
    font-size: 24px;
  }

  html:not(.is-desktop) .dp-resource-card {
    grid-template-columns: 1fr;
    padding: 24px;
  }

  html:not(.is-desktop) .dp-resource-icon {
    width: 52px;
    height: 52px;
    font-size: 24px;
  }

  html:not(.is-desktop) .dp-resource-card p,
  html:not(.is-desktop) .dp-resource-card li,
  html:not(.is-desktop) .dp-product-card p {
    font-size: 14px;
  }

  html:not(.is-desktop) .dp-feature-panel {
    padding: 16px;
  }

  html:not(.is-desktop) .dp-feature-visual--stack,
  html:not(.is-desktop) .dp-feature-visual--stack-b,
  html:not(.is-desktop) .dp-feature-visual--stack-c {
    min-height: 340px;
  }

  html:not(.is-desktop) .dp-screen-stack {
    inset: 58px 18px 22px;
  }

  html:not(.is-desktop) .dp-hero__actions {
    align-items: stretch;
  }
}

@media (max-width: 30rem) {
  html:not(.is-desktop) .data-platform-page .dp-cases-design .stories__title {
    font-size: 24px;
    line-height: 34px;
  }

  html:not(.is-desktop) .data-platform-page .dp-cases-design .stories__title::after {
    width: calc(100% - 42px);
  }

  html:not(.is-desktop) .data-platform-page .dp-case-feature {
    height: 566px;
  }

  html:not(.is-desktop) .data-platform-page .dp-case-feature__screen {
    bottom: 106px;
    height: 190px;
  }

  html:not(.is-desktop) .data-platform-page .dp-case-feature__copy h3,
  html:not(.is-desktop) .data-platform-page .dp-case-side-card__content h3 {
    font-size: 22px;
    line-height: 31px;
  }

  html:not(.is-desktop) .data-platform-page .dp-case-feature__copy p,
  html:not(.is-desktop) .data-platform-page .dp-case-side-card__content p {
    font-size: 14px;
    line-height: 23px;
  }

  html:not(.is-desktop) .dp-hero__content {
    padding: 42px 0 54px;
  }

  html:not(.is-desktop) .dp-hero h1 {
    font-size: 28px;
  }

  html:not(.is-desktop) .dp-hero__desc {
    font-size: 15px;
  }

  html:not(.is-desktop) .dp-btn {
    width: 100%;
  }

  html:not(.is-desktop) .dp-architecture {
    padding: 8px;
  }
}

@media (max-width: 64rem) {
  .data-platform-page .dp-cases-design.home-stories {
    min-height: 0;
    padding: 48px 0;
  }

  .data-platform-page .dp-cases-design__header {
    height: auto;
    margin-bottom: 28px;
  }

  .data-platform-page .dp-cases-design .stories__title {
    flex-wrap: wrap;
    gap: 12px;
    font-size: 28px;
    line-height: 38px;
    max-width: calc(100vw - 48px);
  }

  .data-platform-page .dp-cases-design .stories__title::after {
    right: -14px;
    bottom: 4px;
    width: calc(100% - 42px);
  }

  .data-platform-page .dp-cases-design .stories__subtitle {
    font-size: 16px;
    line-height: 1.6;
  }

  .data-platform-page .dp-case-side-card {
    height: auto;
    min-height: 273px;
  }
}

@media (max-width: 48rem) {
  .data-platform-page .dp-cases-design__layout {
    width: calc(100% - 32px);
  }

  .data-platform-page .dp-case-feature {
    height: 540px;
  }

  .data-platform-page .dp-case-feature__copy {
    left: 24px;
    top: 28px;
    width: calc(100% - 48px);
  }

  .data-platform-page .dp-case-feature__screen {
    left: 24px;
    right: 24px;
    bottom: 92px;
    width: auto;
    height: 218px;
  }

  .data-platform-page .dp-case-feature__logo {
    left: 42px;
    bottom: 112px;
  }

  .data-platform-page .dp-case-side-card {
    grid-template-columns: 1fr;
    gap: 18px;
    padding: 18px;
  }

  .data-platform-page .dp-case-side-card__image {
    width: 100%;
    height: 190px;
  }

  .data-platform-page .dp-case-side-card__content {
    padding-top: 0;
  }
}

@media (max-width: 30rem) {
  .data-platform-page .dp-cases-design .stories__title {
    gap: 12px;
    font-size: 20px;
    line-height: 30px;
  }

  .data-platform-page .dp-cases-design .stories__title::after {
    width: calc(100% - 42px);
  }

  .data-platform-page .dp-case-feature {
    height: 566px;
  }

  .data-platform-page .dp-case-feature__screen {
    bottom: 106px;
    height: 190px;
  }

  .data-platform-page .dp-case-feature__copy h3,
  .data-platform-page .dp-case-side-card__content h3 {
    font-size: 22px;
    line-height: 31px;
  }

  .data-platform-page .dp-case-feature__copy p,
  .data-platform-page .dp-case-side-card__content p {
    font-size: 14px;
    line-height: 23px;
  }
}

@media (max-width: 64rem) {
  .dp-section--resources {
    min-height: 0;
    padding: 48px 0;
  }

  html.is-desktop .data-platform-page .dp-section--resources .site-container.site-container--wide,
  .data-platform-page .dp-section--resources .site-container--wide {
    width: 100%;
  }

  .dp-section--resources .dp-resource-grid {
    display: grid;
    grid-template-columns: 1fr;
    gap: 18px;
    width: calc(100% - 32px);
    height: auto;
    margin: 0 auto;
  }

  .dp-section--resources .dp-resource-card {
    position: relative;
    left: auto;
    display: grid;
    grid-template-columns: 66px minmax(0, 1fr);
    gap: 20px;
    width: 100%;
    height: auto;
    min-height: 360px;
    padding: 32px 24px 28px;
    border: 1px solid rgba(13, 92, 255, 0.12);
    border-radius: 8px;
    background-image: none;
    box-shadow: 0 12px 30px rgba(40, 105, 185, 0.08);
    box-sizing: border-box;
  }

  .dp-section--resources .dp-resource-card--violet {
    background: linear-gradient(135deg, #f2eaff 0%, #ffffff 74%);
  }

  .dp-section--resources .dp-resource-card--cyan {
    background: linear-gradient(135deg, #d9f6ff 0%, #ffffff 74%);
  }

  .dp-section--resources .dp-resource-card--blue {
    background: linear-gradient(135deg, #e0efff 0%, #ffffff 74%);
  }

  .dp-section--resources .dp-resource-card::after {
    content: none;
  }

  .dp-section--resources .dp-resource-icon {
    position: static;
  }

  .dp-section--resources .dp-resource-card--blue .dp-resource-icon {
    left: auto;
    width: 66px;
  }

  .dp-section--resources .dp-resource-card h3,
  .dp-section--resources .dp-resource-card p,
  .dp-section--resources .dp-resource-card ul,
  .dp-section--resources .dp-resource-card a {
    position: static;
    width: auto;
  }

  .dp-section--resources .dp-resource-card h3 {
    margin: 0 0 12px;
    font-size: 24px;
    line-height: 1.35;
  }

  .dp-section--resources .dp-resource-card p {
    margin: 0;
    font-size: 16px;
    line-height: 1.7;
  }

  .dp-section--resources .dp-resource-card ul {
    margin-top: 16px;
  }

  .dp-section--resources .dp-resource-card li {
    height: auto;
    font-size: 16px;
    line-height: 1.6;
  }

  .dp-section--resources .dp-resource-card a {
    margin-top: 16px;
    font-size: 16px;
  }

  .dp-faq-list {
    gap: 10px;
    width: calc(100% - 32px);
  }

  .dp-faq-item,
  .dp-faq-item[open] {
    min-height: 0;
  }

  .dp-faq-item summary,
  .dp-faq-item[open] summary {
    min-height: 58px;
    padding: 15px 50px 14px 58px;
    font-size: 16px;
    line-height: 1.45;
  }

  .dp-faq-item summary::before,
  .dp-faq-item[open] summary::before {
    left: 16px;
    top: 14px;
    width: 30px;
    height: 30px;
  }

  .dp-faq-item summary::after {
    right: 18px;
    top: 24px;
    width: 16px;
    height: 10px;
    background-size: 16px 10px;
  }

  .dp-faq-item[open] summary::after {
    right: 18px;
    top: 24px;
    width: 16px;
    height: 10px;
    background-size: 16px 10px;
  }

  .dp-faq-item p {
    height: auto;
    min-height: 72px;
    margin: 0 16px 16px 58px;
    padding: 10px 14px 12px 44px;
    font-size: 14px;
    line-height: 1.7;
  }

  .dp-faq-item p::before {
    left: 7px;
    top: 10px;
  }

  .dp-faq-item p::after {
    left: 22px;
    top: 25px;
  }
}
