.dp-page {
  background: #ffffff;
}

.dp-hero {
  padding: 72px 0 32px;
  background:
    radial-gradient(circle at top right, rgba(131, 103, 255, 0.18), transparent 34%),
    linear-gradient(180deg, #f7f5ff 0%, #ffffff 78%);
}

.dp-hero-inner {
  display: grid;
  grid-template-columns: minmax(0, 1.15fr) minmax(320px, 0.85fr);
  gap: 36px;
  align-items: center;
}

.dp-eyebrow {
  margin: 0 0 12px;
  font-size: 13px;
  font-weight: 600;
  line-height: 1.6;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: #6c3ff5;
}

.dp-section-eyebrow {
  margin: 0 0 12px;
  font-size: 16px;
  font-weight: 600;
  line-height: 1.6;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: #6c3ff5;
}

.dp-title {
  margin: 0;
  font-size: clamp(36px, 5vw, 56px);
  line-height: 1.14;
  color: #161827;
}

.dp-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 24px;
}

.dp-tag {
  display: inline-flex;
  align-items: center;
  padding: 6px 16px;
  border-radius: 999px;
  background: #ffffff;
  border: 1px solid rgba(108, 63, 245, 0.15);
  font-size: 14px;
  font-weight: 500;
  color: #2f2652;
  box-shadow: 0 2px 8px rgba(108, 63, 245, 0.04);
}

.dp-subtitle {
  margin: 18px 0 0;
  font-size: clamp(18px, 2.4vw, 24px);
  line-height: 1.6;
  color: #272a3c;
}

.dp-desc,
.dp-section-desc {
  margin: 18px 0 0;
  font-size: 16px;
  line-height: 1.9;
  color: #5a6175;
}

.dp-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  margin-top: 32px;
}

.dp-hero-panel {
  position: relative;
  padding: 28px;
  border: 1px solid rgba(108, 63, 245, 0.12);
  border-radius: 24px;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.98) 0%, rgba(245, 241, 255, 0.98) 100%);
  box-shadow: 0 24px 80px rgba(76, 53, 162, 0.12);
}

.dp-hero-panel--bare {
  padding: 0;
  border: none;
  background: transparent;
  box-shadow: none;
}

.dp-hero-banner {
  display: block;
  width: 118%;
  max-width: none;
  height: auto;
  transform: translate(-7%, 14px);
  filter: drop-shadow(0 12px 24px rgba(108, 63, 245, 0.08));
}

.dp-panel-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 14px;
}

.dp-panel-card {
  padding: 18px 18px 16px;
  border-radius: 18px;
  background: #ffffff;
  border: 1px solid rgba(108, 63, 245, 0.1);
}

.dp-panel-card--primary {
  margin-bottom: 14px;
  padding: 22px 22px 20px;
  background: linear-gradient(135deg, #6c3ff5 0%, #8d6dff 100%);
  border-color: transparent;
  color: #ffffff;
}

.dp-panel-card strong {
  display: block;
  margin-bottom: 8px;
  font-size: 21px;
  line-height: 1.5;
}

.dp-panel-card p {
  margin: 0;
  font-size: 14px;
  line-height: 1.75;
  color: inherit;
}

.dp-panel-kicker {
  display: inline-flex;
  margin-bottom: 10px;
  padding: 4px 10px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.16);
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 0.06em;
}

.dp-panel-metric {
  display: block;
  margin-bottom: 8px;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: #6c3ff5;
}

.dp-intro-section,
.dp-scenes-section,
.dp-flow-section,
.dp-resource-section,
.dp-cta-section {
  padding: 88px 0;
}

/* 紧跟 Hero，缩小与首屏之间的空白 */
.dp-capability-section {
  padding: 48px 0 88px;
}

.dp-capability-section,
.dp-resource-section {
  background: #faf9ff;
}

.dp-flow-section {
  background: linear-gradient(180deg, #ffffff 0%, #f8f5ff 100%);
}

.dp-diff-section {
  padding: 88px 0;
  background: linear-gradient(180deg, #ffffff 0%, #faf8ff 100%);
}

.dp-section-head {
  max-width: 800px;
  margin-bottom: 36px;
}

.dp-section-head--center {
  margin-left: auto;
  margin-right: auto;
  text-align: center;
}

.dp-section-title {
  margin: 0;
  font-size: clamp(24px, 2.6vw, 32px);
  line-height: 1.35;
  color: #161827;
}

.dp-value-grid,
.dp-capability-grid,
.dp-scene-grid,
.dp-flow-grid,
.dp-resource-grid {
  display: grid;
  gap: 22px;
}

.dp-value-grid {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.dp-capability-grid {
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 16px;
}

.dp-scene-grid {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.dp-scene-showcase {
  display: grid;
  grid-template-columns: 168px minmax(0, 1fr);
  gap: 28px;
  align-items: stretch;
}

.dp-scene-tablist {
  position: relative;
  display: flex;
  flex-direction: column;
  gap: 8px;
  padding: 12px 0;
}

.dp-scene-tablist::before {
  content: "";
  position: absolute;
  left: 20px;
  top: 16px;
  bottom: 16px;
  width: 1px;
  background: linear-gradient(180deg, rgba(108, 63, 245, 0.18) 0%, rgba(108, 63, 245, 0.08) 100%);
}

.dp-scene-tab {
  position: relative;
  display: flex;
  align-items: center;
  min-height: 46px;
  padding: 0 12px 0 44px;
  border: none;
  background: transparent;
  border-radius: 18px;
  text-align: left;
  cursor: pointer;
  transition: background-color 0.2s ease, color 0.2s ease, transform 0.2s ease;
}

.dp-scene-tab::before {
  content: "";
  position: absolute;
  left: 12px;
  top: 50%;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  border: 2px solid rgba(108, 63, 245, 0.18);
  background: #ffffff;
  transform: translateY(-50%);
  box-shadow: 0 0 0 6px rgba(108, 63, 245, 0.05);
  transition: all 0.2s ease;
}

.dp-scene-tab:hover,
.dp-scene-tab:focus-visible {
  background: rgba(108, 63, 245, 0.04);
  outline: none;
}

.dp-scene-tab.is-active {
  background: linear-gradient(135deg, rgba(108, 63, 245, 0.1) 0%, rgba(108, 63, 245, 0.03) 100%);
}

.dp-scene-tab.is-active::before {
  border-color: rgba(108, 63, 245, 0.28);
  background: #6c3ff5;
  box-shadow: 0 0 0 6px rgba(108, 63, 245, 0.12);
}

.dp-scene-tab-text {
  font-size: 15px;
  font-weight: 600;
  line-height: 1.45;
  color: #5a6175;
  transition: color 0.2s ease;
}

.dp-scene-tab.is-active .dp-scene-tab-text {
  color: #6c3ff5;
}

.dp-scene-panels {
  min-width: 0;
}

/* 仅展示当前 tab 对应面板（与 [hidden] 配合） */
.dp-scene-panel[hidden] {
  display: none !important;
}

.dp-scene-panel {
  container-type: inline-size;
  container-name: dp-scene-panel;
  display: grid;
  grid-template-columns: minmax(0, 0.86fr) minmax(320px, 1.14fr);
  gap: 28px;
  min-height: 420px;
  padding: 36px;
  border-radius: 24px;
  border: 1px solid rgba(108, 63, 245, 0.1);
  background:
    linear-gradient(
      145deg,
      rgba(255, 255, 255, 0.82) 0%,
      rgba(247, 245, 255, 0.94) 48%,
      rgba(236, 252, 250, 0.78) 100%
    );
  backdrop-filter: blur(14px);
  -webkit-backdrop-filter: blur(14px);
  box-shadow: 0 12px 40px rgba(76, 53, 162, 0.06);
  overflow: hidden;
}

.dp-scene-panel-copy {
  position: relative;
  z-index: 1;
  display: flex;
  flex-direction: column;
  justify-content: center;
  min-width: 0;
}

.dp-scene-panel-copy .dp-scene-tag {
  width: fit-content;
  margin-bottom: 18px;
  background: rgba(108, 63, 245, 0.08);
  color: #6c3ff5;
}

.dp-scene-panel-copy h3 {
  margin: 0;
  font-size: clamp(22px, 2.35vw, 30px);
  line-height: 1.32;
  color: #161827;
}

.dp-scene-panel-copy p {
  margin: 16px 0 0;
  max-width: 460px;
  font-size: 17px;
  line-height: 1.9;
  color: #5a6175;
}

.dp-scene-visual {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 280px;
}

.dp-scene-visual::before {
  content: "";
  position: absolute;
  inset: -10% -6% auto auto;
  width: 78%;
  aspect-ratio: 1;
  border-radius: 50%;
  background: radial-gradient(
    circle,
    rgba(108, 63, 245, 0.06) 0%,
    rgba(125, 211, 232, 0.08) 38%,
    rgba(255, 255, 255, 0) 70%
  );
  pointer-events: none;
}

.dp-scene-visual--asset {
  align-items: center;
  justify-content: center;
}

.dp-scene-asset {
  position: relative;
  z-index: 1;
  display: block;
  /* 约为整张卡片内容区宽度的 50%（相对 .dp-scene-panel 容器查询），且不超出右侧栏 */
  width: min(50cqw, 100%);
  max-width: min(50cqw, 100%);
  height: auto;
  margin: 0 auto;
  border-radius: 16px;
  border: 1px solid rgba(108, 63, 245, 0.1);
  box-shadow: 0 16px 40px rgba(76, 53, 162, 0.08);
  background: #ffffff;
  object-fit: contain;
}

.dp-flow-grid {
  grid-template-columns: repeat(5, minmax(0, 1fr));
}

@media (max-width: 1320px) {
  .dp-flow-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}

.dp-resource-grid {
  grid-template-columns: repeat(5, minmax(0, 1fr));
}

.dp-diff-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 22px;
}

.dp-value-card,
.dp-capability-card,
.dp-scene-card,
.dp-flow-card,
.dp-resource-card,
.dp-diff-card,
.dp-cta-card {
  border-radius: 20px;
  border: 1px solid rgba(30, 41, 59, 0.08);
  background: #ffffff;
  box-shadow: 0 10px 32px rgba(15, 23, 42, 0.04);
}

.dp-value-card,
.dp-scene-card,
.dp-flow-card,
.dp-resource-card,
.dp-diff-card {
  padding: 28px;
}

.dp-capability-card {
  padding: 20px;
}

.dp-capability-card--placeholder {
  background: linear-gradient(180deg, #fcfaff 0%, #ffffff 100%);
  border-style: dashed;
}

.dp-capability-card h3 {
  font-size: 18px;
}

.dp-capability-card p {
  font-size: 13px;
  margin: 0;
}

.dp-capability-header {
  display: flex;
  align-items: center;
  gap: 8px;
  margin-bottom: 12px;
}

.dp-capability-header .dp-icon {
  width: auto;
  height: auto;
  margin-bottom: 0;
  background: transparent;
  padding: 0;
}

.dp-capability-header .dp-icon svg {
  width: 20px;
  height: 20px;
}

.dp-capability-feature {
  margin-top: 12px !important;
  padding-top: 12px;
  border-top: 1px dashed rgba(30, 41, 59, 0.08);
  font-size: 13px !important;
  color: #6c3ff5 !important;
}

.dp-capability-placeholder {
  margin-top: 8px !important;
  color: #6c3ff5 !important;
  font-weight: 600;
}

.dp-value-card h3,
.dp-capability-card h3,
.dp-scene-card h3,
.dp-flow-card h3,
.dp-resource-card h3,
.dp-diff-card h3 {
  margin: 0;
  font-size: 20px;
  line-height: 1.45;
  color: #161827;
}

.dp-value-card p,
.dp-capability-card p,
.dp-scene-card p,
.dp-flow-card p,
.dp-resource-card p,
.dp-diff-card p {
  margin: 14px 0 0;
  font-size: 15px;
  line-height: 1.8;
  color: #5a6175;
}

.dp-diff-card--active {
  border-color: rgba(108, 63, 245, 0.22);
  background: linear-gradient(180deg, #fcfaff 0%, #ffffff 100%);
}

.dp-diff-card--link {
  display: block;
  color: inherit;
  text-decoration: none;
  transition: transform 0.2s ease, box-shadow 0.2s ease, border-color 0.2s ease;
}

.dp-diff-card--link:hover,
.dp-diff-card--link:focus-visible {
  transform: translateY(-2px);
  border-color: rgba(108, 63, 245, 0.22);
  box-shadow: 0 16px 34px rgba(76, 53, 162, 0.1);
}

.dp-diff-badge {
  margin: 0 0 14px;
  font-size: 13px;
  font-weight: 700;
  line-height: 1.6;
  color: #6c3ff5;
}

.dp-diff-title {
  margin: 0 0 10px;
  font-size: 24px;
  line-height: 1.35;
  color: #161827;
}

.dp-diff-text {
  margin: 0;
  font-size: 15px;
  line-height: 1.8;
  color: #5a6175;
}

.dp-diff-link {
  display: inline-flex;
  align-items: center;
  margin-top: 16px;
  color: #6c3ff5;
  text-decoration: none;
  font-size: 14px;
  font-weight: 600;
}

.dp-diff-card--link:hover .dp-diff-link,
.dp-diff-card--link:focus-visible .dp-diff-link {
  text-decoration: underline;
}

.dp-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 52px;
  height: 52px;
  margin-bottom: 18px;
  border-radius: 16px;
  background: rgba(108, 63, 245, 0.1);
  color: #6c3ff5;
}

.dp-icon svg {
  width: 24px;
  height: 24px;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.8;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.dp-capability-card ul {
  margin: 18px 0 0;
  padding: 0;
  list-style: none;
}

.dp-capability-card li {
  position: relative;
  padding-left: 16px;
  font-size: 14px;
  line-height: 1.75;
  color: #475066;
}

.dp-capability-card li + li {
  margin-top: 10px;
}

.dp-capability-card li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 10px;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: #6c3ff5;
}

.dp-scene-tag,
.dp-flow-step {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 14px;
  padding: 5px 12px;
  border-radius: 999px;
  font-size: 12px;
  font-weight: 600;
  line-height: 1;
  letter-spacing: 0.04em;
}

.dp-scene-tag {
  background: rgba(108, 63, 245, 0.08);
  color: #6c3ff5;
}

.dp-flow-step {
  min-width: 44px;
  background: #6c3ff5;
  color: #ffffff;
}

.dp-resource-card a {
  display: inline-flex;
  align-items: center;
  margin-top: 20px;
  color: #6c3ff5;
  font-size: 14px;
  font-weight: 600;
  text-decoration: none;
}

.dp-resource-card a:hover {
  text-decoration: underline;
}

.dp-cta-card {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 28px;
  padding: 34px;
  background: linear-gradient(135deg, #24124d 0%, #6c3ff5 100%);
  color: #ffffff;
}

.dp-cta-card h2 {
  margin: 0;
  font-size: clamp(28px, 3vw, 36px);
  line-height: 1.35;
}

.dp-cta-card p {
  margin: 14px 0 0;
  max-width: 720px;
  font-size: 15px;
  line-height: 1.8;
  color: rgba(255, 255, 255, 0.84);
}

.dp-cta-card .dp-section-eyebrow {
  color: rgba(255, 255, 255, 0.72);
}

.dp-cta-card .btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 148px;
  min-height: 52px;
  padding: 0 24px;
  border-radius: 999px;
  border-color: rgba(255, 255, 255, 0.28);
  color: #ffffff;
  font-size: 16px;
  font-weight: 700;
  box-shadow: 0 12px 28px rgba(19, 12, 74, 0.24);
}

.dp-cta-card .btn:hover {
  background: rgba(255, 255, 255, 0.08);
  box-shadow: 0 16px 32px rgba(19, 12, 74, 0.3);
}

.dp-cta-card .btn.btn-primary {
  background: #ffffff;
  color: #2f2652;
}

@media (max-width: 1180px) {
  .dp-capability-grid,
  .dp-scene-grid,
  .dp-diff-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .dp-flow-grid,
  .dp-resource-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .dp-scene-showcase {
    grid-template-columns: 150px minmax(0, 1fr);
  }

  .dp-scene-tab-text {
    font-size: 14px;
  }

  .dp-scene-panel {
    grid-template-columns: minmax(0, 1fr);
  }

  .dp-scene-panel-copy p {
    max-width: none;
  }
}

@media (max-width: 980px) {
  .dp-hero {
    padding: 56px 0 28px;
  }

  .dp-hero-inner,
  .dp-value-grid,
  .dp-capability-grid,
  .dp-scene-grid,
  .dp-flow-grid,
  .dp-resource-grid,
  .dp-diff-grid,
  .dp-cta-card {
    grid-template-columns: 1fr;
  }

  .dp-hero-inner {
    display: grid;
  }

  .dp-value-grid {
    display: grid;
  }

  .dp-capability-grid,
  .dp-scene-grid,
  .dp-flow-grid,
  .dp-resource-grid,
  .dp-diff-grid {
    display: grid;
  }

  .dp-scene-showcase {
    grid-template-columns: 1fr;
  }

  .dp-scene-tablist {
    gap: 10px;
    padding: 0;
  }

  .dp-scene-tablist::before {
    display: none;
  }

  .dp-scene-tab {
    min-height: 44px;
    padding-left: 22px;
  }

  .dp-scene-tab::before {
    display: none;
  }

  .dp-scene-tab-text {
    font-size: 14px;
  }

  .dp-scene-panel {
    min-height: auto;
  }

  .dp-scene-visual {
    min-height: 240px;
  }

  .dp-scene-asset {
    width: min(50cqw, 100%);
    max-width: min(50cqw, 100%);
  }

  .dp-cta-card {
    display: block;
  }

  .dp-cta-card .dp-actions {
    margin-top: 24px;
  }

  .dp-hero-banner {
    width: 100%;
    transform: none;
  }
}

@media (max-width: 640px) {
  .dp-intro-section,
  .dp-scenes-section,
  .dp-flow-section,
  .dp-diff-section,
  .dp-resource-section,
  .dp-cta-section {
    padding: 64px 0;
  }

  .dp-capability-section {
    padding: 40px 0 64px;
  }

  .dp-desc,
  .dp-section-desc {
    font-size: 15px;
  }

  .dp-hero-panel,
  .dp-value-card,
  .dp-capability-card,
  .dp-scene-card,
  .dp-flow-card,
  .dp-resource-card,
  .dp-diff-card,
  .dp-cta-card {
    padding: 22px;
  }

  .dp-hero-panel--bare {
    padding: 0;
  }

  .dp-hero-banner {
    filter: drop-shadow(0 10px 18px rgba(108, 63, 245, 0.06));
  }

  .dp-panel-grid {
    grid-template-columns: 1fr;
  }

  .dp-actions {
    flex-direction: column;
  }

  .dp-actions .btn {
    width: 100%;
    justify-content: center;
  }

  .dp-scene-panel {
    padding: 24px;
    gap: 20px;
  }

  .dp-scene-panel-copy h3 {
    font-size: 21px;
  }

  .dp-scene-panel-copy p {
    font-size: 15px;
  }

  .dp-scene-visual {
    min-height: 200px;
  }

  .dp-scene-asset {
    border-radius: 12px;
  }
}
