.pap-paper {
  overflow-x: hidden;
}

.pap-paper .article-hero {
  background:
    radial-gradient(circle at 84% 18%, rgba(17, 127, 195, .5), transparent 31%),
    linear-gradient(120deg, #001f3d 0%, #003870 58%, #0066b3 100%) !important;
}

.pap-paper .article-hero h1 {
  max-width: 1110px !important;
  font-size: clamp(2.7rem, 5.2vw, 5.45rem) !important;
}

.pap-paper .article-dek {
  max-width: 930px;
}

.pap-paper .paper-meta {
  display: flex;
  gap: 12px 24px;
  flex-wrap: wrap;
  margin-top: 24px;
  color: rgba(255, 255, 255, .62);
  font-size: .84rem;
  font-weight: 700;
}

.pap-paper .evidence-strip {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 13px;
  margin: 34px 0 44px;
}

.pap-paper .evidence-stat {
  padding: 24px;
  border-radius: 12px;
  background: #003870;
  color: #fff;
  text-align: center;
}

.pap-paper .evidence-stat strong {
  display: block;
  margin-bottom: 7px;
  color: #ccdb2f;
  font-size: clamp(2rem, 3.5vw, 3rem);
  line-height: 1;
}

.pap-paper .evidence-stat span {
  color: rgba(255, 255, 255, .78);
  font-size: .82rem;
  font-weight: 750;
}

.pap-paper .patient-voice {
  margin: 34px 0;
  padding: 31px;
  border: 1px solid #dbe4ec;
  border-top: 5px solid #117fc3;
  border-radius: 12px;
  background: #fff;
}

.pap-paper .patient-voice h3 {
  margin: 0 0 14px;
  color: #003870;
}

.pap-paper .patient-voice blockquote {
  margin: 0 0 18px;
  color: #0066b3;
  font-size: clamp(1.35rem, 2.5vw, 2rem);
  font-weight: 800;
  line-height: 1.3;
}

.pap-paper .patient-voice p {
  max-width: none;
  margin: 0;
  color: #465666;
  font-size: 1rem;
  line-height: 1.72;
}

.pap-paper .pillar-grid,
.pap-paper .dimension-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 16px;
  margin: 30px 0 40px;
}

.pap-paper .pillar-card,
.pap-paper .dimension-card {
  padding: 25px;
  border: 1px solid #dbe4ec;
  border-radius: 12px;
  background: #fff;
}

.pap-paper .pillar-card:first-child {
  grid-column: 1 / -1;
}

.pap-paper .pillar-card span,
.pap-paper .dimension-card span {
  display: block;
  margin-bottom: 10px;
  color: #117fc3;
  font-size: .7rem;
  font-weight: 900;
  letter-spacing: .13em;
  text-transform: uppercase;
}

.pap-paper .pillar-card h3,
.pap-paper .dimension-card h3 {
  margin: 0 0 12px;
  color: #003870;
  font-size: 1.3rem !important;
}

.pap-paper .pillar-card p,
.pap-paper .dimension-card p {
  max-width: none;
  margin: 0;
  color: #526170;
  font-size: .92rem;
  line-height: 1.65;
}

.pap-paper .fieldbook-callout {
  margin: 52px 0;
  padding: 38px;
  border-radius: 16px;
  background: linear-gradient(140deg, #003870, #0066b3);
  color: #fff;
}

.pap-paper .fieldbook-callout h2 {
  margin: 0 0 18px;
  color: #fff;
}

.pap-paper .fieldbook-callout p {
  max-width: none;
  color: rgba(255, 255, 255, .8);
}

.pap-paper .fieldbook-callout strong {
  color: #ccdb2f;
}

.pap-paper .maturity-list {
  display: grid;
  gap: 9px;
  margin: 28px 0 40px;
  padding: 0;
  list-style: none;
}

.pap-paper .maturity-list li {
  display: grid;
  grid-template-columns: 82px 1fr;
  gap: 18px;
  margin: 0;
  padding: 19px 21px;
  border: 1px solid #dbe4ec;
  border-radius: 10px;
  background: #fff;
}

.pap-paper .maturity-list strong {
  color: #0066b3;
}

.pap-paper .trademark-note {
  margin-top: 46px;
  padding-top: 22px;
  border-top: 1px solid #dce4ec;
  color: #7a8692;
  font-size: .78rem;
  line-height: 1.55;
}

@media (max-width: 720px) {
  .pap-paper .evidence-strip,
  .pap-paper .pillar-grid,
  .pap-paper .dimension-grid {
    grid-template-columns: 1fr;
  }

  .pap-paper .pillar-card:first-child {
    grid-column: auto;
  }

  .pap-paper .maturity-list li {
    grid-template-columns: 1fr;
  }
}
