/* DeukPack — 다크 테마 보조 스타일 */
.md-header,
.md-tabs {
  background: #0c1430 !important;
}
.md-header {
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.24);
}
.md-tabs {
  border-top: 1px solid rgba(126, 220, 255, 0.14);
}
[data-md-color-scheme="slate"] .md-typeset h1:first-child {
  padding-bottom: 0.4rem;
  border-bottom: 2px solid var(--md-default-fg-color--lighter);
  margin-bottom: 0.6rem;
}
.md-typeset .md-button {
  margin-right: 0.5rem;
  margin-bottom: 0.5rem;
}
.md-header__button.md-logo img,
.md-header__button.md-logo svg {
  width: 2rem;
  height: 2rem;
  border-radius: 0.55rem;
  object-fit: cover;
  box-shadow: 0 0 0 1px rgba(255, 255, 255, 0.08);
}
.md-main__inner {
  margin-top: 0.4rem;
}
.dp-hero {
  display: flex;
  flex-direction: column;
  gap: 1.5rem;
  padding: 0.6rem 0 1.2rem;
}
.dp-hero-copy h1 {
  margin: 0 0 0.8rem;
  border-bottom: 0;
  padding-bottom: 0;
  font-size: 2.4rem;
  line-height: 1.15;
}
.dp-eyebrow {
  display: inline-block;
  margin: 0 0 0.85rem;
  padding: 0.3rem 0.7rem;
  border: 1px solid rgba(95, 233, 255, 0.28);
  border-radius: 999px;
  background: rgba(44, 184, 255, 0.08);
  color: #80efff;
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}
.dp-lead {
  margin: 0 0 1rem;
  color: var(--md-default-fg-color--light);
  font-size: 1.02rem;
  line-height: 1.75;
}
.dp-pills {
  display: flex;
  flex-wrap: wrap;
  gap: 0.55rem;
  margin: 0 0 1rem;
}
.dp-pill {
  display: inline-flex;
  align-items: center;
  padding: 0.42rem 0.78rem;
  border: 1px solid rgba(126, 220, 255, 0.18);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.03);
  color: var(--md-default-fg-color--light);
  font-size: 0.8rem;
  font-weight: 600;
}
.dp-actions {
  margin: 0;
}
.dp-hero-visual {
  width: 100%;
  margin-bottom: 0.25rem;
}
.dp-hero-visual img {
  display: block;
  width: 100%;
  max-width: 100%;
  height: auto;
  min-height: 280px;
  max-height: min(56vw, 420px);
  object-fit: contain;
  object-position: center top;
  border: 1px solid rgba(107, 131, 188, 0.22);
  border-radius: 1.25rem;
  box-shadow: 0 28px 60px rgba(0, 0, 0, 0.24);
  background: linear-gradient(180deg, rgba(10, 18, 40, 0.95), rgba(19, 27, 57, 0.95));
}
.dp-value-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1rem;
  margin: 1rem 0 1.3rem;
}
.dp-card {
  padding: 1.1rem 1rem;
  border: 1px solid rgba(98, 124, 182, 0.18);
  border-radius: 1rem;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.03), rgba(255, 255, 255, 0.015));
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.03);
}
.dp-card h3 {
  margin-top: 0;
  margin-bottom: 0.45rem;
  font-size: 1rem;
}
.dp-card p {
  margin: 0;
  color: var(--md-default-fg-color--light);
  font-size: 0.92rem;
  line-height: 1.7;
}
@media screen and (max-width: 960px) {
  .dp-value-grid {
    grid-template-columns: 1fr;
  }
  .dp-hero-copy h1 {
    font-size: 2rem;
  }
  .dp-hero-visual img {
    min-height: 220px;
    max-height: min(70vw, 320px);
  }
}
