.page-disclaimer {
  --dp-orange: #FF6B35;
  --dp-gold: #D4AF37;
  --dp-deep: #0A1E3C;
  --dp-dark: #071426;
  --dp-steel: #1F3A5F;
  --dp-moon: #E8ECF0;
  --dp-gray: #C9D4DE;
  --dp-data: #4DA8DA;
  --dp-nearwhite: #F2F5F7;
  --dp-line: #9AAEBF;
  --dp-red: #D9534F;

  background:
    linear-gradient(rgba(234, 238, 242, 0.035) 1px, transparent 1px),
    linear-gradient(90deg, rgba(234, 238, 242, 0.035) 1px, transparent 1px),
    var(--dp-deep);
  background-size: 28px 28px;
  color: var(--dp-nearwhite);
  font-family: 'Inter', 'Noto Sans SC', sans-serif;
  line-height: 1.6;
  max-width: 100%;
  overflow-x: hidden;
}

/* ========== HERO ========== */
.dp-hero {
  display: grid;
  grid-template-columns: 1fr;
  position: relative;
  padding: clamp(64px, 10vw, 96px) clamp(16px, 5vw, 64px) clamp(48px, 6vw, 72px);
  overflow: hidden;
}

.dp-hero::before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  width: 60%;
  height: 100%;
  background: linear-gradient(105deg, transparent 20%, rgba(255, 107, 53, 0.09) 40%, rgba(212, 175, 55, 0.06) 70%);
  clip-path: polygon(18% 0, 100% 0, 100% 100%, 0 100%);
  pointer-events: none;
}

.dp-hero__strip {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 6px;
  background: linear-gradient(90deg, var(--dp-orange) 0%, var(--dp-orange) 70%, var(--dp-gold) 70%, var(--dp-gold) 100%);
}

.dp-hero__content {
  position: relative;
  z-index: 2;
  max-width: 860px;
}

.dp-hero__eyebrow {
  font-family: 'Oswald', 'Noto Sans SC', sans-serif;
  font-size: 0.82rem;
  letter-spacing: 0.28em;
  text-transform: uppercase;
  color: var(--dp-data);
  margin: 0 0 18px;
  border-left: 4px solid var(--dp-orange);
  padding-left: 14px;
}

.dp-hero__title {
  font-family: 'Oswald', 'Noto Sans SC', sans-serif;
  font-size: clamp(3rem, 9.5vw, 6rem);
  font-weight: 700;
  line-height: 0.98;
  margin: 0 0 12px;
  color: var(--dp-nearwhite);
  display: inline-block;
  transform: skewX(-8deg);
  background: linear-gradient(135deg, #FFFFFF 10%, var(--dp-nearwhite) 40%, var(--dp-gray) 100%);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  letter-spacing: -0.02em;
}

.dp-hero__subtitle {
  font-family: 'Oswald', 'Noto Sans SC', sans-serif;
  font-size: clamp(1rem, 2.5vw, 1.45rem);
  letter-spacing: 0.32em;
  color: var(--dp-gold);
  margin: 0 0 24px;
  text-transform: uppercase;
  transform: skewX(-5deg);
  padding-left: 2px;
}

.dp-hero__desc {
  max-width: 660px;
  font-size: 0.98rem;
  color: var(--dp-gray);
  line-height: 1.8;
  margin: 0 0 32px;
  padding: 16px 20px;
  border-left: 3px solid var(--dp-orange);
  background: rgba(255, 107, 53, 0.06);
}

.dp-hero__aside {
  position: relative;
  z-index: 2;
  margin-top: 36px;
  display: flex;
  align-items: center;
  gap: 22px;
}

.dp-hero__icon {
  width: 88px;
  height: 88px;
  object-fit: contain;
  border: 2px solid rgba(255, 107, 53, 0.6);
  border-radius: 14px;
  padding: 8px;
  background: rgba(255, 107, 53, 0.08);
}

.dp-hero__rotate {
  writing-mode: vertical-rl;
  font-family: 'Oswald', sans-serif;
  font-size: 0.72rem;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  color: var(--dp-moon);
  opacity: 0.75;
  transform: skewY(0deg);
  border-right: 1px solid var(--dp-gold);
  padding-right: 8px;
  height: 110px;
}

/* ========== WRAP ========== */
.dp-wrap {
  display: grid;
  grid-template-columns: 1fr;
  gap: 0;
  padding: 0 clamp(12px, 4vw, 56px) clamp(64px, 8vw, 96px);
}

/* ========== TOC ========== */
.dp-toc {
  position: relative;
  background: var(--dp-dark);
  border: 2px solid var(--dp-steel);
  padding: 24px 20px 26px;
  margin-bottom: 36px;
  box-shadow: 0 18px 40px rgba(0, 0, 0, 0.25);
  border-left: 5px solid var(--dp-gold);
  transform: skewX(-2deg);
}

.dp-toc-title-line {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.dp-toc__title {
  font-family: 'Oswald', 'Noto Sans SC', sans-serif;
  font-size: 1rem;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: var(--dp-gold);
  margin: 0 0 14px;
  border-bottom: 1px solid rgba(212, 175, 55, 0.3);
  padding-bottom: 10px;
}

.dp-toc__list {
  list-style: none;
  margin: 0 0 18px;
  padding: 0;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 4px 14px;
}

.dp-toc__list li {
  font-size: 0.9rem;
}

.dp-toc__list a {
  color: var(--dp-nearwhite);
  text-decoration: none;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 6px 4px;
  border-bottom: 1px solid transparent;
  transition: border-color 0.25s cubic-bezier(0.25, 1, 0.5, 1), color 0.25s;
  font-weight: 500;
  font-size: 0.88rem;
}

.dp-toc__list li::before {
  content: "";
  display: inline-block;
  width: 7px;
  height: 7px;
  background: var(--dp-orange);
  transform: rotate(45deg);
  margin-right: 2px;
}

.dp-toc__list a:hover,
.dp-toc__list a:focus-visible {
  color: var(--dp-orange);
  border-bottom-color: var(--dp-orange);
  outline: none;
}

.dp-toc__card {
  border-top: 1px dashed rgba(154, 174, 191, 0.3);
  padding-top: 14px;
  display: flex;
  flex-wrap: wrap;
  gap: 8px 18px;
}

.dp-toc__card-label {
  width: 100%;
  margin: 0 0 4px;
  font-size: 0.75rem;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: var(--dp-line);
}

.dp-toc__card-link {
  color: var(--dp-data);
  text-decoration: none;
  font-size: 0.88rem;
  border: 1px solid rgba(77, 168, 218, 0.4);
  padding: 6px 14px;
  transition: background 0.2s, color 0.2s, border-color 0.2s;
}

.dp-toc__card-link:hover,
.dp-toc__card-link:focus-visible {
  background: var(--dp-orange);
  color: #fff;
  border-color: var(--dp-orange);
  outline: none;
}

/* ========== DOC ========== */
.dp-doc {
  position: relative;
  display: flex;
  flex-direction: column;
  gap: 26px;
}

/* ========== SECTION ========== */
.dp-section {
  background: var(--dp-moon);
  color: #1B2632;
  border: 2px solid var(--dp-line);
  box-shadow: 0 16px 34px rgba(0, 0, 0, 0.35);
  overflow: hidden;
  transform: skewX(0deg);
  scroll-margin-top: 70px;
  position: relative;
}

.dp-section::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 6px;
  background: linear-gradient(90deg, var(--dp-orange) 0%, var(--dp-orange) 48%, var(--dp-gold) 48%, var(--dp-gold) 100%);
  z-index: 3;
}

.dp-section__head {
  display: flex;
  align-items: center;
  gap: 16px;
  padding: 22px 22px 0;
  border-bottom: 2px solid var(--dp-line);
}

.dp-section__num {
  font-family: 'Oswald', sans-serif;
  font-size: 2.1rem;
  font-weight: 700;
  color: var(--dp-gold);
  border: 2px solid var(--dp-gold);
  padding: 2px 10px 0;
  line-height: 1.1;
  transform: skewX(-8deg);
  flex-shrink: 0;
  background: white;
}

.dp-section__title {
  font-family: 'Oswald', 'Noto Sans SC', sans-serif;
  font-size: 1.65rem;
  font-weight: 700;
  margin: 0;
  letter-spacing: 0.02em;
  transform: skewX(-3deg);
  color: var(--dp-deep);
  line-height: 1.15;
  padding-bottom: 14px;
}

.dp-section__body {
  padding: 22px 22px 26px;
}

.dp-section__body p {
  font-size: 0.95rem;
  line-height: 1.8;
  color: #2B3A4A;
  margin: 0 0 16px;
}

.dp-section__body p:last-child {
  margin-bottom: 0;
}

/* ========== META ========== */
.dp-list {
  list-style: none;
  margin: 18px 0 0;
  padding: 0;
  border-top: 2px solid rgba(154, 174, 191, 0.3);
  border-bottom: 2px solid rgba(154, 174, 191, 0.3);
  background: rgba(10, 30, 60, 0.05);
}

.dp-list li {
  padding: 11px 16px;
  border-bottom: 1px solid rgba(154, 174, 191, 0.3);
  font-size: 0.9rem;
  line-height: 1.6;
  display: flex;
  align-items: center;
  gap: 12px;
  color: #26313D;
}

.dp-list li:last-child {
  border-bottom: none;
}

.dp-list li::before {
  content: "";
  flex-shrink: 0;
  width: 9px;
  height: 9px;
  background: var(--dp-orange);
  transform: rotate(45deg);
  border-radius: 1px;
}

.dp-list--rules li::before {
  background: var(--dp-red);
}

.dp-list--rules li strong {
  color: var(--dp-deep);
  font-weight: 600;
  min-width: 72px;
  display: inline-block;
  border-right: 2px solid var(--dp-line);
  padding-right: 12px;
  margin-right: 2px;
}

/* ========== NOTE / QUOTE ========== */
.dp-note {
  display: flex;
  align-items: flex-start;
  gap: 16px;
  background: rgba(255, 107, 53, 0.1);
  border: 2px solid var(--dp-orange);
  padding: 18px 20px;
  margin-bottom: 24px;
  transform: skewX(-1deg);
}

.dp-note__mark {
  flex-shrink: 0;
  width: 42px;
  height: 42px;
  background: var(--dp-orange);
  color: #fff;
  font-family: 'Oswald', sans-serif;
  font-weight: 700;
  font-size: 1.5rem;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 2px;
  transform: skewX(2deg);
}

.dp-note p {
  margin: 0;
  font-size: 0.93rem;
  color: #3A2A1E;
  font-weight: 500;
  line-height: 1.7;
  border-left: 3px solid rgba(255, 107, 53, 0.4);
  padding-left: 14px;
}

.dp-quote {
  background: rgba(212, 175, 55, 0.1);
  border: 2px solid var(--dp-gold);
  border-left: 6px solid var(--dp-gold);
  padding: 20px 22px;
  margin: 20px 0;
  position: relative;
}

.dp-quote p {
  font-size: 1.02rem;
  font-weight: 500;
  color: #4A3510;
  margin: 0;
  line-height: 1.8;
}

/* ========== CONTACT ========== */
.dp-contact {
  display: grid;
  grid-template-columns: 1fr;
  gap: 12px;
  background: var(--dp-deep);
  padding: 20px 20px;
  margin-top: 24px;
  border-left: 5px solid var(--dp-orange);
  box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.08);
}

.dp-contact > div {
  display: flex;
  flex-wrap: wrap;
  align-items: baseline;
  gap: 10px;
  padding: 6px 0;
  border-bottom: 1px solid rgba(201, 212, 222, 0.14);
}

.dp-contact > div:last-child {
  border-bottom: none;
}

.dp-contact__label {
  font-size: 0.74rem;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: var(--dp-gold);
  font-weight: 600;
  min-width: 116px;
  font-family: 'Oswald', 'Noto Sans SC', sans-serif;
}

.dp-contact__value {
  color: var(--dp-nearwhite);
  font-size: 0.9rem;
  word-break: break-all;
}

.dp-closing {
  margin-top: 20px;
  padding: 16px 18px;
  background: rgba(77, 168, 218, 0.08);
  border-left: 3px solid var(--dp-data);
  font-size: 0.9rem;
  color: #2B3A4A;
}

/* ========== BACKTOP ========== */
.dp-backtop {
  text-align: right;
  margin-top: 8px;
}

.dp-backtop a {
  display: inline-block;
  background: var(--dp-orange);
  color: #fff;
  font-family: 'Oswald', 'Noto Sans SC', sans-serif;
  font-size: 0.82rem;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  text-decoration: none;
  padding: 12px 28px;
  transform: skewX(-10deg);
  transition: background 0.2s, transform 0.2s;
  border: none;
}

.dp-backtop a:hover,
.dp-backtop a:focus-visible {
  background: var(--dp-gold);
  transform: skewX(-10deg) translateY(-2px);
  outline: none;
}

/* ========== RESPONSIVE ========== */
@media (min-width: 769px) {
  .dp-hero {
    grid-template-columns: 1fr auto;
    align-items: end;
    padding: clamp(80px, 10vw, 120px) clamp(32px, 6vw, 80px) clamp(60px, 6vw, 80px);
  }

  .dp-hero__aside {
    margin-top: 0;
    flex-direction: column;
    align-items: flex-end;
    gap: 16px;
  }

  .dp-hero__rotate {
    height: 180px;
    font-size: 0.78rem;
  }

  .dp-wrap {
    grid-template-columns: 280px 1fr;
    gap: 32px;
    padding: 0 clamp(32px, 6vw, 80px) clamp(72px, 8vw, 96px);
    align-items: start;
  }

  .dp-toc {
    position: sticky;
    top: calc(64px + 18px);
    margin-bottom: 0;
    padding: 26px 24px;
    transform: skewX(-2deg);
  }

  .dp-toc__list {
    grid-template-columns: 1fr;
    gap: 2px;
  }

  .dp-doc {
    gap: 30px;
  }

  .dp-section__head {
    padding: 26px 30px 0;
  }

  .dp-section__body {
    padding: 26px 30px 32px;
  }

  .dp-section__title {
    font-size: 1.85rem;
  }

  .dp-note {
    padding: 20px 24px;
  }

  .dp-contact {
    grid-template-columns: 1fr 1fr;
    padding: 22px 26px;
  }

  .dp-contact > div:last-child {
    grid-column: 1 / -1;
  }
}

@media (min-width: 1200px) {
  .dp-wrap {
    grid-template-columns: 300px minmax(0, 880px);
  }
}

/* ========== FOCUS VISIBLE ========== */
.page-disclaimer a:focus-visible {
  outline: 3px solid var(--dp-orange);
  outline-offset: 2px;
}

/* ========== KEYWORD HIGHLIGHT ========== */
.page-disclaimer mark {
  background: rgba(255, 107, 53, 0.18);
  color: inherit;
  font-weight: 600;
  padding: 1px 6px;
  border-bottom: 2px solid var(--dp-orange);
}
