.dp-page {
  background: #fff;
}

.dp-brand-logo {
  height: 22px;
  width: auto;
  object-fit: contain;
}

.dp-hero {
  position: relative;
  overflow: hidden;
  margin-top: var(--header-height);
  min-height: 620px;
  display: grid;
  align-items: center;
  background: #111827;
}

.dp-hero::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(90deg, rgba(17, 24, 39, 0.98) 0%, rgba(17, 24, 39, 0.82) 48%, rgba(17, 24, 39, 0.28) 100%),
    radial-gradient(circle at 82% 22%, rgba(196, 18, 48, 0.28), transparent 30%);
  z-index: 1;
}

.dp-hero-media {
  position: absolute;
  inset: 0;
}

.dp-hero-media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.dp-hero .container {
  position: relative;
  z-index: 2;
}

.dp-hero-grid {
  display: grid;
  grid-template-columns: 0.92fr 1.08fr;
  gap: 54px;
  align-items: center;
}

.dp-hero-grid > *,
.dp-two-col > *,
.dp-visual-card > *,
.dp-selector-card,
.dp-module-card {
  min-width: 0;
}

.dp-kicker {
  color: #ffcad4;
  font-weight: 800;
  margin-bottom: 16px;
}

.dp-hero h1 {
  color: #fff;
  font-size: 3.7rem;
  line-height: 1.06;
  max-width: 820px;
  margin-bottom: 24px;
  overflow-wrap: anywhere;
}

.dp-hero p {
  color: rgba(255, 255, 255, 0.84);
  max-width: 700px;
  font-size: 1.06rem;
  line-height: 1.82;
  margin-bottom: 32px;
}

.dp-hero-stage {
  min-height: 400px;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
}

.dp-hero-stage::before {
  content: "";
  position: absolute;
  width: 82%;
  aspect-ratio: 1;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.1);
  border: 1px solid rgba(255, 255, 255, 0.18);
}

.dp-hero-stage img {
  position: relative;
  max-width: 94%;
  max-height: 380px;
  object-fit: contain;
  filter: drop-shadow(0 24px 44px rgba(0, 0, 0, 0.32));
}

.dp-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 16px;
}

.dp-source-note {
  background: #fff7f7;
  border: 1px solid #f5c7cf;
  border-left: 4px solid #c41230;
  border-radius: 8px;
  padding: 18px 20px;
  color: #5b6470;
  line-height: 1.72;
  margin-top: 28px;
}

.dp-source-note strong {
  color: #111827;
}

.dp-band {
  background: #c41230;
  color: #fff;
  padding: 22px 0;
}

.dp-band-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 18px;
}

.dp-band strong {
  display: block;
  color: #fff;
  font-size: 1.18rem;
}

.dp-band span {
  color: rgba(255, 255, 255, 0.78);
  font-size: 0.9rem;
}

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

.dp-section.alt {
  background: #f5f7fa;
}

.dp-section h2 {
  color: #111827;
  font-size: 2.24rem;
  line-height: 1.18;
  margin-bottom: 16px;
  overflow-wrap: anywhere;
}

.dp-copy {
  color: var(--text-light);
  font-size: 1.02rem;
  line-height: 1.86;
  max-width: 860px;
}

.dp-two-col {
  display: grid;
  grid-template-columns: 0.96fr 1.04fr;
  gap: 54px;
  align-items: center;
}

.dp-photo {
  background: #fff;
  border: 1px solid #dce4eb;
  border-radius: 8px;
  overflow: hidden;
  box-shadow: 0 24px 64px rgba(17, 24, 39, 0.12);
}

.dp-photo.pad {
  padding: 28px;
}

.dp-photo img {
  width: 100%;
  height: auto;
  object-fit: contain;
}

.dp-card-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 18px;
  margin-top: 36px;
}

.dp-card-grid.three {
  grid-template-columns: repeat(3, 1fr);
}

.dp-card {
  background: #fff;
  border: 1px solid #dce4eb;
  border-radius: 8px;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  min-height: 100%;
  transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.dp-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 18px 42px rgba(17, 24, 39, 0.12);
}

.dp-card .image {
  min-height: 210px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 24px;
  background: #f8fafc;
  border-bottom: 1px solid #dce4eb;
}

.dp-card .image img {
  max-width: 100%;
  max-height: 170px;
  object-fit: contain;
}

.dp-card .body {
  padding: 20px;
  display: flex;
  flex-direction: column;
  flex: 1;
}

.dp-card small {
  color: #c41230;
  font-weight: 800;
  margin-bottom: 8px;
}

.dp-card h3 {
  color: #111827;
  font-size: 1.14rem;
  margin-bottom: 8px;
}

.dp-card p {
  color: var(--text-light);
  font-size: 0.92rem;
  line-height: 1.66;
  flex: 1;
}

.dp-card a {
  margin-top: 16px;
  color: #c41230;
  font-weight: 800;
}

.dp-feature-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 22px;
  margin-top: 34px;
}

.dp-feature {
  background: #fff;
  border: 1px solid #dce4eb;
  border-radius: 8px;
  padding: 26px;
}

.dp-feature strong {
  display: block;
  color: #c41230;
  font-size: 0.86rem;
  margin-bottom: 8px;
}

.dp-feature h3 {
  color: #111827;
  font-size: 1.15rem;
  margin-bottom: 10px;
}

.dp-feature p {
  color: var(--text-light);
  font-size: 0.92rem;
  line-height: 1.68;
}

.dp-detail-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 22px;
  margin-top: 34px;
}

.dp-detail-card {
  background: #fff;
  border: 1px solid #dce4eb;
  border-radius: 8px;
  padding: 26px;
}

.dp-detail-card h3 {
  color: #111827;
  font-size: 1.18rem;
  margin-bottom: 12px;
}

.dp-detail-card p {
  color: var(--text-light);
  line-height: 1.72;
}

.dp-detail-card ul,
.dp-checklist {
  margin: 0;
  padding-left: 18px;
  color: var(--text-light);
  line-height: 1.78;
}

.dp-detail-card li + li,
.dp-checklist li + li {
  margin-top: 8px;
}

.dp-metric-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 16px;
  margin-top: 28px;
}

.dp-metric {
  background: #111827;
  border-radius: 8px;
  padding: 22px;
  color: #fff;
}

.dp-metric strong {
  display: block;
  color: #fff;
  font-size: 1.18rem;
  margin-bottom: 8px;
}

.dp-metric span {
  color: rgba(255, 255, 255, 0.76);
  line-height: 1.62;
  font-size: 0.9rem;
}

.dp-module-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
  margin-top: 30px;
}

.dp-module-card {
  background: #fff;
  border: 1px solid #dce4eb;
  border-radius: 8px;
  padding: 24px;
  display: flex;
  flex-direction: column;
  gap: 14px;
  min-height: 260px;
}

.dp-module-card strong {
  color: #c41230;
  font-size: 0.78rem;
  letter-spacing: 0.04em;
}

.dp-module-card h3 {
  color: #111827;
  font-size: 1.12rem;
}

.dp-module-card p {
  color: var(--text-light);
  line-height: 1.68;
  font-size: 0.94rem;
}

.dp-spec-list {
  display: grid;
  gap: 8px;
  margin: 2px 0 4px;
  padding: 12px;
  background: #f7fafc;
  border: 1px solid #e2e8f0;
  border-radius: 8px;
}

.dp-spec-list div {
  display: grid;
  grid-template-columns: 72px 1fr;
  gap: 10px;
}

.dp-spec-list dt {
  color: #8a96a3;
  font-size: 0.76rem;
  font-weight: 800;
}

.dp-spec-list dd {
  color: #0f2440;
  font-size: 0.82rem;
  font-weight: 700;
  line-height: 1.45;
}

.dp-module-card a {
  margin-top: auto;
  color: #0f2440;
  font-weight: 800;
  font-size: 0.9rem;
}

.dp-model-matrix {
  margin-top: 30px;
  display: grid;
  grid-template-columns: 0.72fr 1.28fr;
  gap: 22px;
  align-items: stretch;
}

.dp-model-matrix .summary {
  background: linear-gradient(135deg, #111827 0%, #243447 100%);
  border-radius: 8px;
  padding: 28px;
  color: #fff;
}

.dp-model-matrix .summary h3 {
  color: #fff;
  font-size: 1.35rem;
  margin-bottom: 12px;
}

.dp-model-matrix .summary p {
  color: rgba(255, 255, 255, 0.76);
  line-height: 1.72;
}

.dp-model-matrix .summary strong {
  display: block;
  color: #f0f5f8;
  font-size: 0.96rem;
  margin-top: 18px;
}

.dp-matrix-table {
  width: 100%;
  border-collapse: collapse;
  overflow: hidden;
  border-radius: 8px;
  background: #fff;
  border: 1px solid #dce4eb;
  box-shadow: 0 16px 40px rgba(17, 24, 39, 0.08);
}

.dp-matrix-table th,
.dp-matrix-table td {
  padding: 14px 16px;
  border-bottom: 1px solid #dce4eb;
  text-align: left;
  vertical-align: top;
  color: #5f6b75;
  line-height: 1.55;
}

.dp-matrix-table th {
  background: #f4f7fa;
  color: #111827;
  font-weight: 800;
}

.dp-matrix-table tr:last-child td {
  border-bottom: 0;
}

.dp-matrix-table .model {
  color: #0f2440;
  font-weight: 800;
}

.dp-flow {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 16px;
  margin-top: 30px;
}

.dp-flow-step {
  background: #fff;
  border: 1px solid #dce4eb;
  border-radius: 8px;
  padding: 22px;
}

.dp-flow-step strong {
  color: #c41230;
  display: block;
  font-size: 0.82rem;
  margin-bottom: 10px;
}

.dp-flow-step h3 {
  color: #111827;
  font-size: 1.05rem;
  margin-bottom: 8px;
}

.dp-flow-step p {
  color: var(--text-light);
  line-height: 1.66;
  font-size: 0.92rem;
}

.dp-visual-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 24px;
  margin-top: 34px;
}

.dp-visual-card {
  background: #fff;
  border: 1px solid #dce4eb;
  border-radius: 8px;
  overflow: hidden;
  display: grid;
  grid-template-columns: 210px 1fr;
  min-height: 230px;
}

.dp-visual-card .media {
  background: #f8fafc;
  border-right: 1px solid #dce4eb;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 18px;
}

.dp-visual-card .media img {
  width: 100%;
  height: 100%;
  max-height: 190px;
  object-fit: contain;
}

.dp-visual-card .copy {
  padding: 24px;
}

.dp-visual-card small {
  color: #c41230;
  display: block;
  font-weight: 800;
  margin-bottom: 8px;
}

.dp-visual-card h3 {
  color: #111827;
  font-size: 1.16rem;
  margin-bottom: 10px;
}

.dp-visual-card p {
  color: var(--text-light);
  line-height: 1.68;
  font-size: 0.93rem;
  margin-bottom: 12px;
}

.dp-chip-row {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}

.dp-chip-row span {
  background: #f8fafc;
  border: 1px solid #dce4eb;
  border-radius: 999px;
  color: #111827;
  font-size: 0.76rem;
  font-weight: 800;
  padding: 5px 9px;
}

.dp-selector-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 16px;
  margin-top: 30px;
}

.dp-selector-card {
  background: #fff;
  border: 1px solid #dce4eb;
  border-radius: 8px;
  padding: 22px;
}

.dp-selector-card img {
  height: 74px;
  width: 100%;
  object-fit: contain;
  margin-bottom: 16px;
}

.dp-selector-card strong {
  color: #c41230;
  display: block;
  font-size: 0.8rem;
  margin-bottom: 8px;
}

.dp-selector-card h3 {
  color: #111827;
  font-size: 1.05rem;
  margin-bottom: 8px;
}

.dp-selector-card p {
  color: var(--text-light);
  font-size: 0.9rem;
  line-height: 1.66;
}

.dp-table {
  width: 100%;
  border-collapse: collapse;
  margin-top: 28px;
  background: #fff;
  border: 1px solid #dce4eb;
  border-radius: 8px;
  overflow: hidden;
}

.dp-table th,
.dp-table td {
  text-align: left;
  padding: 16px 18px;
  border-bottom: 1px solid #dce4eb;
  vertical-align: top;
}

.dp-table th {
  background: #f8fafc;
  color: #111827;
  font-weight: 800;
}

.dp-table td {
  color: var(--text-light);
  line-height: 1.68;
}

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

.dp-official-links a {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  padding: 10px 14px;
  border: 1px solid #dce4eb;
  border-radius: 8px;
  color: #111827;
  font-weight: 800;
  background: #fff;
}

.dp-official-links a:hover {
  color: #c41230;
  border-color: #f1a7b3;
}

.dp-cta {
  display: grid;
  grid-template-columns: 1fr 0.9fr;
  align-items: center;
  gap: 44px;
  background: #111827;
  border-radius: 8px;
  overflow: hidden;
}

.dp-cta .copy {
  padding: 46px;
}

.dp-cta h2 {
  color: #fff;
}

.dp-cta p {
  color: rgba(255, 255, 255, 0.78);
  line-height: 1.8;
  margin-bottom: 24px;
}

.dp-cta img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  padding: 34px;
  background: #f8fafc;
}

@media (max-width: 1100px) {
  .dp-hero h1 { font-size: 2.9rem; }
  .dp-hero-grid,
  .dp-two-col,
  .dp-cta { grid-template-columns: 1fr; }
  .dp-card-grid,
  .dp-card-grid.three,
  .dp-feature-grid,
  .dp-detail-grid,
  .dp-metric-grid,
  .dp-flow,
  .dp-module-grid,
  .dp-model-matrix,
  .dp-visual-grid,
  .dp-selector-grid { grid-template-columns: repeat(2, 1fr); }
  .dp-visual-card { grid-template-columns: 180px 1fr; }
  .dp-hero-stage { min-height: 350px; }
}

@media (max-width: 640px) {
  .dp-hero {
    min-height: auto;
    padding: 44px 0 48px;
  }
  .dp-hero .container {
    overflow: hidden;
  }
  .dp-hero h1 {
    font-size: 1.72rem;
    max-width: calc(100vw - 48px);
    white-space: normal;
    word-break: break-all;
  }
  .dp-hero,
  .dp-page {
    overflow-x: hidden;
  }
  .dp-hero p {
    font-size: 0.95rem;
    line-height: 1.72;
    max-width: calc(100vw - 48px);
    word-break: break-all;
  }
  .dp-section h2 {
    max-width: calc(100vw - 48px);
    font-size: 1.72rem;
    word-break: break-all;
  }
  .dp-copy,
  .dp-detail-card p,
  .dp-detail-card li,
  .dp-module-card p,
  .dp-visual-card p,
  .dp-selector-card p {
    word-break: break-all;
  }
  .dp-hero-grid {
    gap: 28px;
  }
  .dp-kicker {
    font-size: 0.78rem;
    line-height: 1.45;
  }
  .dp-band-grid,
  .dp-card-grid,
  .dp-card-grid.three,
  .dp-feature-grid,
  .dp-detail-grid,
  .dp-metric-grid,
  .dp-flow,
  .dp-module-grid,
  .dp-model-matrix,
  .dp-visual-grid,
  .dp-selector-grid { grid-template-columns: 1fr; }
  .dp-visual-card { grid-template-columns: 1fr; }
  .dp-visual-card .media {
    border-right: 0;
    border-bottom: 1px solid #dce4eb;
    min-height: 180px;
  }
  .dp-section { padding: 56px 0; }
  .dp-cta .copy { padding: 30px; }
  .dp-brand-logo { height: 18px; }
}
