.whitepaper-suite .article-hero h1 {
  max-width: 1120px;
  font-size: clamp(2.7rem, 5.1vw, 5.2rem) !important;
}

.whitepaper-suite .paper-meta {
  display: flex;
  flex-wrap: wrap;
  gap: 10px 22px;
  margin-top: 24px;
  color: rgba(255, 255, 255, .68);
  font-size: .9rem;
  font-weight: 650;
}

.whitepaper-suite .article-hero .cta-group {
  margin-top: 28px;
}

.whitepaper-suite .article-hero .cta:not(.accent) {
  border: 1px solid rgba(255, 255, 255, .55);
  color: #fff;
  background: transparent;
}

.whitepaper-suite .paper-section {
  padding-top: 14px;
}

.whitepaper-suite .paper-section-kicker {
  margin: 46px 0 0 !important;
  color: #117fc3 !important;
  font-size: .76rem !important;
  font-weight: 800;
  letter-spacing: .15em;
  line-height: 1.2 !important;
  text-transform: uppercase;
}

.whitepaper-suite .paper-section-kicker + h2 {
  margin: 10px 0 20px !important;
  font-size: clamp(1.8rem, 3.1vw, 2.8rem) !important;
  line-height: 1.1 !important;
}

.whitepaper-suite .article-aside h2 {
  margin: 0 0 18px !important;
  font-size: 1rem !important;
  line-height: 1.25 !important;
}

.whitepaper-suite .author-panel h2 {
  margin: 0 0 10px !important;
  font-size: 1.5rem !important;
  line-height: 1.2 !important;
}

.whitepaper-suite .paper-labels {
  margin: 30px 0 36px;
  padding: 24px 28px;
  border-left: 5px solid #117fc3;
  border-radius: 0 12px 12px 0;
  background: #eef6fb;
}

.whitepaper-suite .paper-labels p {
  margin: 0;
  color: #526170;
  font-size: 1rem;
  line-height: 1.62;
}

.whitepaper-suite .paper-labels p + p {
  margin-top: 12px;
}

.whitepaper-suite .paper-labels strong {
  color: #003870;
}

.whitepaper-suite sup a {
  color: #0066b3;
  font-size: .74em;
  font-weight: 800;
  text-decoration: none;
}

.whitepaper-suite .reference-list {
  padding-left: 26px;
}

.whitepaper-suite .reference-list li {
  margin-bottom: 14px;
  color: #526170;
  font-size: .92rem;
  line-height: 1.55;
}

.whitepaper-suite .reference-list a {
  white-space: nowrap;
  color: #0066b3;
  font-weight: 700;
}

.whitepaper-suite .aside-download {
  display: block;
  margin-top: 22px;
  padding: 13px 16px;
  border-radius: 7px;
  background: #003870;
  color: #fff;
  font-size: .82rem;
  font-weight: 800;
  text-align: center;
  text-decoration: none;
}

.whitepaper-suite .aside-download:hover,
.whitepaper-suite .aside-download:focus-visible {
  background: #0066b3;
}

.whitepaper-suite .diagnostic-card {
  padding: 28px 24px;
  border: 1px solid rgba(204, 219, 47, .4);
  border-top: 3px solid #ccdb2f;
  border-radius: 10px;
  background: rgba(255, 255, 255, .04);
  text-align: left;
}

.whitepaper-suite .diagnostic-card > div {
  margin-bottom: 14px;
  color: #ccdb2f;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 2px;
  text-transform: uppercase;
}

.whitepaper-suite .diagnostic-card h3 {
  margin: 0 0 16px;
  padding-bottom: 16px;
  border-bottom: 1px solid rgba(204, 219, 47, .3);
  color: #fff;
  font-size: 19px;
  font-weight: 800;
  line-height: 1.3;
}

.whitepaper-suite .diagnostic-card p {
  margin: 0;
  color: rgba(255, 255, 255, .75);
  font-size: 14px;
  line-height: 1.6;
}

@media (max-width: 760px) {
  .whitepaper-suite .paper-meta {
    display: grid;
    gap: 6px;
  }

  .whitepaper-suite .article-hero .cta-group {
    align-items: stretch;
  }

  .whitepaper-suite .article-hero .cta {
    width: 100%;
    text-align: center;
  }

  .whitepaper-suite .paper-labels {
    padding: 20px;
  }
}
