.page-disclaimer{
  --dlc-red: #E63946;
  --dlc-wine: #4A0E0E;
  --dlc-wine-light: #6B1D1D;
  --dlc-ink: #E6E6E6;
  --dlc-muted: #8D99AE;
  --dlc-gold: #FFD166;
  --dlc-line: rgba(230,230,230,0.14);
  position: relative;
  background:
    linear-gradient(160deg, rgba(230,57,70,0.08) 0%, rgba(13,17,23,0) 32%),
    var(--bg);
  color: var(--dlc-ink);
  font-family: var(--font-body);
  line-height: 1.7;
  overflow-x: hidden;
}

/* ===== 顶部警示横幅 ===== */
.dlc-hero{
  position: relative;
  border-bottom: 4px solid var(--dlc-red);
  background:
    repeating-linear-gradient(-45deg, rgba(230,57,70,0.06) 0 2px, transparent 2px 10px),
    linear-gradient(135deg, var(--dlc-wine) 0%, #1A0B0B 58%, var(--bg) 100%);
}

.dlc-hero__inner{
  max-width: var(--container);
  margin: 0 auto;
  padding: 0 24px;
  display: grid;
  grid-template-columns: 1fr;
  gap: 32px;
}

.dlc-hero__text{
  padding: 56px 0 0;
  position: relative;
  z-index: 2;
}

.dlc-hero__eyebrow{
  display: inline-block;
  font-family: var(--font-data);
  font-size: 13px;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: var(--dlc-red);
  background: rgba(230,57,70,0.12);
  border-left: 4px solid var(--dlc-red);
  padding: 6px 14px;
  margin: 0 0 20px;
  transform: skewX(-8deg);
  font-weight: 700;
}

.dlc-hero__title{
  font-family: var(--font-heading);
  font-size: clamp(28px, 4.6vw, 52px);
  font-weight: 900;
  line-height: 1.12;
  letter-spacing: 0.01em;
  margin: 0 0 20px;
  color: var(--dlc-ink);
  max-width: 900px;
  text-shadow: 4px 4px 0 rgba(230,57,70,0.18);
}

.dlc-hero__lead{
  font-size: 17px;
  color: #C7C9CE;
  max-width: 780px;
  margin: 0;
  padding-bottom: 40px;
  border-bottom: 1px dashed rgba(230,57,70,0.4);
}

.dlc-hero__media{
  position: relative;
  margin-bottom: -2px;
}

.dlc-hero__img{
  display: block;
  width: 100%;
  max-width: 100%;
  height: auto;
  object-fit: cover;
  clip-path: polygon(4% 0, 100% 0, 100% 100%, 0 100%);
  border-left: 4px solid var(--dlc-red);
}

/* ===== 面包屑 ===== */
.dlc-breadcrumb{
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 8px;
  padding: 22px 24px 4px;
  margin: 0 auto;
  font-size: 14px;
  color: var(--dlc-muted);
}

.dlc-breadcrumb a{
  color: var(--dlc-blue, #00B4D8);
  text-decoration: none;
  transition: color 0.2s ease;
}

.dlc-breadcrumb a:hover{
  color: var(--dlc-gold);
  text-decoration: underline;
}

.dlc-breadcrumb__sep{
  color: var(--dlc-muted);
  opacity: 0.6;
  font-family: var(--font-data);
}

/* ===== 主体分栏 ===== */
.dlc-layout{
  display: grid;
  grid-template-columns: 1fr;
  gap: 40px;
  max-width: var(--container);
  margin: 0 auto;
  padding: 36px 24px 80px;
}

/* ===== 左侧索引 ===== */
.dlc-index{
  position: relative;
  background: var(--dlc-wine);
  border: 2px solid rgba(230,57,70,0.5);
  border-left-width: 6px;
  padding: 28px 24px;
  box-shadow: var(--shadow);
  order: 2;
}

.dlc-index__label{
  font-family: var(--font-heading);
  font-size: 15px;
  font-weight: 900;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: var(--dlc-gold);
  margin: 0 0 18px;
  padding-bottom: 10px;
  border-bottom: 1px solid rgba(255,209,102,0.3);
  display: flex;
  align-items: center;
  gap: 10px;
}

.dlc-index__label::after{
  content: "";
  width: 12px;
  height: 12px;
  background: var(--dlc-red);
  transform: rotate(45deg);
  flex-shrink: 0;
}

.dlc-index__list{
  list-style: none;
  margin: 0;
  padding: 0;
  display: grid;
  gap: 2px;
}

.dlc-index__list li{
  border-bottom: 1px solid rgba(255,255,255,0.06);
}

.dlc-index__list a{
  display: flex;
  align-items: center;
  gap: 14px;
  font-family: var(--font-body);
  font-size: 15px;
  font-weight: 700;
  color: var(--dlc-ink);
  text-decoration: none;
  padding: 12px 10px;
  transition: background 0.25s ease, color 0.25s ease, padding-left 0.25s ease;
  background: transparent;
}

.dlc-index__list a:hover{
  background: rgba(230,57,70,0.22);
  color: var(--dlc-gold);
  padding-left: 18px;
}

.dlc-index__note{
  margin-top: 26px;
  background: rgba(0,0,0,0.25);
  border: 1px solid rgba(230,57,70,0.35);
  border-left: 4px solid var(--dlc-red);
  padding: 16px 18px;
  display: flex;
  gap: 14px;
  align-items: flex-start;
}

.dlc-index__note-mark{
  font-family: var(--font-heading);
  font-size: 26px;
  font-weight: 900;
  color: var(--dlc-red);
  line-height: 1;
  flex-shrink: 0;
  background: rgba(230,57,70,0.2);
  width: 36px;
  height: 36px;
  display: flex;
  align-items: center;
  justify-content: center;
  transform: skewX(-8deg);
}

.dlc-index__note p{
  margin: 0;
  font-size: 13.5px;
  color: #C7C9CE;
  line-height: 1.6;
}

/* ===== 右侧条款内容 ===== */
.dlc-content{
  min-width: 0;
  order: 1;
}

.dlc-warning{
  display: flex;
  align-items: flex-start;
  gap: 16px;
  background:
    linear-gradient(135deg, rgba(230,57,70,0.16) 0%, rgba(13,17,23,0.4) 100%);
  border: 2px solid rgba(230,57,70,0.55);
  border-right-width: 6px;
  border-bottom-width: 4px;
  padding: 20px 22px;
  margin-bottom: 48px;
  box-shadow: 8px 8px 0 rgba(0,0,0,0.4);
}

.dlc-warning__icon{
  flex-shrink: 0;
  width: 34px;
  height: 34px;
  color: var(--dlc-red);
  margin-top: 2px;
}

.dlc-warning p{
  margin: 0;
  font-size: 15.5px;
  line-height: 1.7;
  color: var(--dlc-ink);
}

.dlc-warning strong{
  color: var(--dlc-red);
  font-weight: 900;
}

/* ===== 条款块 ===== */
.dlc-block{
  display: grid;
  grid-template-columns: 56px 1fr;
  gap: 20px;
  padding: 0 0 42px;
  margin: 0 0 42px;
  position: relative;
  border-bottom: 2px solid var(--dlc-line);
}

.dlc-block::after{
  content: "";
  position: absolute;
  left: 0;
  bottom: -2px;
  width: 72%;
  height: 2px;
  background: transparent;
  background: linear-gradient(90deg, var(--dlc-red) 0%, rgba(230,57,70,0.3) 40%, transparent 100%);
}

.dlc-block__num{
  font-family: var(--font-data);
  font-size: 32px;
  font-weight: 700;
  line-height: 1;
  color: var(--dlc-red);
  background: rgba(230,57,70,0.12);
  border: 2px solid rgba(230,57,70,0.45);
  width: 52px;
  height: 52px;
  display: flex;
  align-items: center;
  justify-content: center;
  transform: skewX(-10deg);
  margin-top: 8px;
  position: relative;
}

.dlc-block__num::before{
  content: "";
  position: absolute;
  top: -6px;
  right: -6px;
  width: 10px;
  height: 10px;
  background: var(--dlc-gold);
  transform: rotate(45deg);
}

.dlc-block__body h2{
  font-family: var(--font-heading);
  font-size: clamp(22px, 3vw, 30px);
  font-weight: 900;
  line-height: 1.25;
  margin: 0 0 16px;
  color: var(--dlc-ink);
  display: inline-block;
  position: relative;
  padding-bottom: 6px;
}

.dlc-block__body h2::after{
  content: "";
  display: block;
  width: 100%;
  height: 3px;
  background: linear-gradient(90deg, var(--dlc-red) 0%, var(--dlc-gold) 100%);
  transform: skewX(-30deg);
  margin-top: 6px;
}

.dlc-block__body p{
  margin: 0 0 14px;
  font-size: 16px;
  color: #D4D6DB;
}

.dlc-block__body p:last-child{
  margin-bottom: 0;
}

.dlc-block__body strong{
  color: var(--dlc-gold);
  font-weight: 700;
  background: rgba(255,209,102,0.1);
  padding: 0 4px;
}

.dlc-list{
  list-style: none;
  margin: 0 0 16px;
  padding: 0;
  display: grid;
  gap: 8px;
}

.dlc-list li{
  position: relative;
  padding-left: 28px;
  font-size: 16px;
  color: #D4D6DB;
  line-height: 1.65;
}

.dlc-list li::before{
  content: "";
  position: absolute;
  left: 4px;
  top: 10px;
  width: 10px;
  height: 10px;
  background: var(--dlc-red);
  transform: rotate(45deg);
  flex-shrink: 0;
}

.dlc-list li::after{
  content: "";
  position: absolute;
  left: 9px;
  top: 15px;
  width: 0;
  height: 0;
  border-left: 3px solid transparent;
  border-right: 3px solid transparent;
  border-bottom: 4px solid var(--dlc-ink);
}

/* ===== 底部链接 ===== */
.dlc-footer-links{
  margin-top: 16px;
  padding: 24px;
  background: var(--bg-panel);
  border: 1px solid var(--dlc-line);
  border-left-width: 6px;
  border-left-color: var(--dlc-gold);
  display: grid;
  gap: 8px;
}

.dlc-footer-links p{
  margin: 0;
  font-size: 15px;
  color: var(--dlc-muted);
}

.dlc-footer-links a{
  color: var(--dlc-blue, #00B4D8);
  text-decoration: none;
  font-weight: 700;
  border-bottom: 1px solid rgba(0,180,216,0.4);
  transition: color 0.2s ease, border-color 0.2s ease;
}

.dlc-footer-links a:hover{
  color: var(--dlc-gold);
  border-bottom-color: var(--dlc-gold);
}

/* ===== 滚动显现 ===== */
[data-reveal]{
  opacity: 0;
  transform: translateY(20px);
  transition: opacity 0.55s ease, transform 0.55s ease;
}

[data-reveal].is-revealed{
  opacity: 1;
  transform: none;
}

/* ===== 桌面端 ===== */
@media (min-width: 900px){
  .dlc-layout{
    grid-template-columns: 280px 1fr;
    gap: 56px;
    padding-top: 48px;
  }

  .dlc-index{
    position: sticky;
    top: calc(var(--header-h, 78px) + 32px);
    align-self: start;
    order: 1;
    padding: 32px 26px;
  }

  .dlc-content{
    order: 2;
  }

  .dlc-block{
    grid-template-columns: 72px 1fr;
    gap: 28px;
  }

  .dlc-block__num{
    font-size: 38px;
    width: 64px;
    height: 64px;
  }

  .dlc-warning{
    padding: 24px 28px;
    margin-bottom: 56px;
  }

  .dlc-warning__icon{
    width: 38px;
    height: 38px;
  }
}

/* ===== 窄屏保护 ===== */
@media (max-width: 560px){
  .dlc-block{
    grid-template-columns: 1fr;
    gap: 12px;
  }

  .dlc-block__num{
    width: 44px;
    height: 44px;
    font-size: 26px;
    margin-top: 0;
  }

  .dlc-hero__text{
    padding-top: 40px;
  }
}

.page-disclaimer {
  --dlc-blue: currentColor;
}
