.page-disclaimer {
  background:
    radial-gradient(ellipse at 86% -4%, rgba(0, 255, 156, .09) 0%, transparent 46%),
    linear-gradient(180deg, #111A3D 0%, #0B1026 340px);
  color: var(--stk-ink);
}

.pdis-shell {
  width: min(calc(100% - 32px), 1360px);
  margin-inline: auto;
  padding-block: 28px 96px;
}

.pdis-crumb {
  margin-bottom: 26px;
}

.pdis-crumb ol {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 8px;
  margin: 0;
  padding: 0;
  list-style: none;
  color: var(--stk-muted);
  font-size: 14px;
}

.pdis-crumb a {
  color: var(--stk-muted);
  text-decoration: none;
}

.pdis-crumb a:hover {
  color: var(--stk-neon);
}

.pdis-hero {
  display: grid;
  grid-template-columns: minmax(0, 1fr);
  gap: 22px;
  padding-top: 30px;
  border-top: 4px solid var(--stk-neon);
}

.pdis-hero__copy {
  min-width: 0;
}

.pdis-eyebrow {
  margin: 0 0 14px;
  font-family: var(--stk-mono);
  font-size: 12px;
  letter-spacing: .2em;
  text-transform: uppercase;
  color: var(--stk-neon);
}

.pdis-hero h1 {
  margin: 0;
  font-family: var(--stk-font);
  font-size: clamp(36px, 10vw, 66px);
  font-weight: 700;
  line-height: 1.06;
  letter-spacing: -.01em;
  color: var(--stk-ink);
}

.pdis-hero__tail {
  display: block;
  margin-top: 8px;
  color: var(--stk-muted);
}

.pdis-hero__lead {
  max-width: 62ch;
  margin: 20px 0 0;
  color: var(--stk-muted);
  font-size: 16px;
  line-height: 1.8;
}

.pdis-hero__media {
  margin: 0;
  border: 1px solid var(--stk-line);
  background: var(--stk-bg-raised);
}

.pdis-hero__media img {
  display: block;
  width: 100%;
  height: auto;
  object-fit: cover;
}

.pdis-layout {
  display: grid;
  grid-template-columns: minmax(0, 1fr);
  gap: 30px;
  margin-top: 48px;
}

.pdis-aside {
  align-self: start;
  padding: 22px 20px;
  background: rgba(17, 26, 61, .66);
  border: 1px solid var(--stk-line);
  border-top: 2px solid var(--stk-ice);
}

.pdis-aside h2 {
  margin: 0 0 16px;
  font-family: var(--stk-font);
  font-size: 13px;
  font-weight: 600;
  line-height: 1.4;
  letter-spacing: .14em;
  text-transform: uppercase;
  color: var(--stk-ice);
}

.pdis-toc ol {
  margin: 0;
  padding: 0;
  list-style: none;
}

.pdis-toc li + li {
  margin-top: 10px;
}

.pdis-toc a {
  position: relative;
  display: inline-flex;
  align-items: baseline;
  gap: 8px;
  padding-left: 18px;
  color: var(--stk-ink);
  font-weight: 500;
  text-decoration: none;
}

.pdis-toc a::before {
  content: "";
  position: absolute;
  left: 0;
  top: .72em;
  width: 8px;
  height: 2px;
  background: var(--stk-neon);
  opacity: .8;
}

.pdis-toc a:hover {
  color: var(--stk-neon);
}

.pdis-fontctl {
  margin-top: 22px;
  padding-top: 18px;
  border-top: 1px solid var(--stk-line);
}

.pdis-fontctl summary {
  cursor: pointer;
  color: var(--stk-ice);
  font-size: 14px;
  font-weight: 600;
}

.pdis-fontctl p {
  margin: 10px 0 0;
  color: var(--stk-muted);
  font-size: 13px;
  line-height: 1.7;
}

.pdis-aside__related {
  margin-top: 22px;
  padding-top: 18px;
  border-top: 1px solid var(--stk-line);
}

.pdis-aside__related ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

.pdis-aside__related li + li {
  margin-top: 8px;
}

.pdis-aside__related a {
  color: var(--stk-muted);
  font-size: 14px;
  text-decoration: none;
}

.pdis-aside__related a:hover {
  color: var(--stk-neon);
}

.pdis-body {
  min-width: 0;
  font-family: var(--stk-font);
  font-size: 16px;
  line-height: 1.85;
  color: var(--stk-muted);
}

.page-disclaimer:has(#pdis-fontctl[open]) .pdis-body {
  font-size: 19px;
  line-height: 1.78;
}

.pdis-section {
  padding: 0 0 10px 16px;
  margin-bottom: 30px;
  border-left: 1px solid rgba(42, 55, 102, .72);
  scroll-margin-top: calc(var(--stk-header-h) + 24px);
}

.pdis-section:first-of-type {
  border-left-color: var(--stk-neon);
}

.pdis-section h2 {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 10px;
  margin: 0 0 16px;
  color: var(--stk-ink);
  font-family: var(--stk-font);
  font-size: 22px;
  line-height: 1.35;
  font-weight: 700;
}

.pdis-section__no {
  font-family: var(--stk-mono);
  font-size: 12px;
  color: var(--stk-neon);
  padding: 3px 8px 2px;
  border: 1px solid rgba(0, 255, 156, .35);
}

.pdis-section p {
  margin: 0 0 14px;
}

.pdis-section p:last-child {
  margin-bottom: 0;
}

.pdis-section ul {
  margin: 0 0 14px;
  padding-left: 20px;
}

.pdis-section li + li {
  margin-top: 6px;
}

.pdis-callout {
  margin: 22px 0 8px;
  padding: 18px 20px;
  background:
    repeating-linear-gradient(-45deg, rgba(255, 107, 26, .045) 0 10px, rgba(255, 107, 26, .08) 10px 20px),
    rgba(255, 107, 26, .07);
  border-left: 3px solid var(--stk-orange);
}

.pdis-callout strong {
  color: var(--stk-orange);
  font-weight: 600;
}

.pdis-section--ip {
  background:
    repeating-linear-gradient(-45deg, rgba(0, 212, 255, .025) 0 12px, transparent 12px 24px);
}

.pdis-section--ext {
  background:
    repeating-linear-gradient(45deg, rgba(0, 255, 156, .02) 0 12px, transparent 12px 24px);
}

@media (min-width: 960px) {
  .page-disclaimer {
    background:
      radial-gradient(ellipse at 82% -8%, rgba(0, 255, 156, .11) 0%, transparent 46%),
      linear-gradient(180deg, #111A3D 0%, #0B1026 380px);
  }

  .pdis-shell {
    width: min(calc(100% - 64px), 1360px);
    padding-block: 40px 120px;
  }

  .pdis-crumb {
    margin-bottom: 40px;
  }

  .pdis-hero {
    grid-template-columns: minmax(0, 1.1fr) minmax(0, .9fr);
    align-items: end;
    gap: 48px;
    padding-top: 36px;
  }

  .pdis-hero__lead {
    margin-top: 26px;
    font-size: 18px;
  }

  .pdis-layout {
    grid-template-columns: 280px minmax(0, 1fr);
    gap: 48px;
    margin-top: 56px;
  }

  .pdis-aside {
    position: sticky;
    top: calc(var(--stk-header-h) + 24px);
    z-index: 4;
  }

  .pdis-section {
    padding: 0 0 14px 26px;
  }

  .pdis-section h2 {
    font-size: 28px;
    gap: 12px;
  }
}

@media (prefers-reduced-motion: reduce) {
  .page-disclaimer * {
    scroll-behavior: auto !important;
    transition: none !important;
  }
}
