.disease-states-page .disease-hero {
  background:
    radial-gradient(circle at 78% 26%, rgba(17, 127, 195, .34), transparent 34%),
    linear-gradient(120deg, #002d5c 0%, #003870 58%, #0066b3 100%) !important;
}

.disease-states-page .disease-hero h1 {
  max-width: 1040px;
}

.disease-states-page .disease-hero-copy {
  display: grid;
  gap: 6px;
  max-width: 940px;
  margin: 24px 0 0;
  color: rgba(255, 255, 255, .82);
  font-size: clamp(1.05rem, 1.45vw, 1.3rem);
  line-height: 1.55;
}

.disease-states-page .disease-hero-copy span {
  display: block;
}

.disease-states-page .disease-thesis h2,
.disease-states-page .tier-section > h2,
.disease-states-page .friction-section > h2,
.disease-states-page .faq-section > h2 {
  width: 100%;
  max-width: none;
  text-align: center;
}

.disease-states-page .disease-thesis .lead,
.disease-states-page .disease-thesis > p:not(.lead) {
  width: 100%;
  max-width: none;
}

.disease-states-page .tier-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 22px;
  margin-top: 38px;
}

.disease-states-page .tier-card {
  position: relative;
  display: flex;
  min-height: 330px;
  flex-direction: column;
  overflow: hidden;
  padding: 34px 30px 30px;
  border: 1px solid rgba(0, 56, 112, .13);
  border-radius: 14px;
  background: #fff;
  color: #383939;
  text-decoration: none;
  box-shadow: 0 18px 46px rgba(0, 56, 112, .08);
  transition: transform .2s ease, box-shadow .2s ease, border-color .2s ease;
}

.disease-states-page .tier-card::before {
  position: absolute;
  inset: 0 0 auto;
  height: 6px;
  background: var(--tier-color);
  content: "";
}

.disease-states-page .tier-card:hover,
.disease-states-page .tier-card:focus-visible {
  transform: translateY(-4px);
  border-color: var(--tier-color);
  box-shadow: 0 24px 56px rgba(0, 56, 112, .14);
}

.disease-states-page .tier-card.common { --tier-color: #117fc3; }
.disease-states-page .tier-card.specialty { --tier-color: #0066b3; }
.disease-states-page .tier-card.rare { --tier-color: #003870; }

.disease-states-page .tier-number {
  margin-bottom: 18px;
  color: var(--tier-color);
  font-size: .76rem;
  font-weight: 800;
  letter-spacing: .18em;
  text-transform: uppercase;
}

.disease-states-page .tier-card h3 {
  margin: 0 0 16px;
  color: #003870;
  font-size: clamp(1.45rem, 2vw, 2rem);
  line-height: 1.12;
}

.disease-states-page .tier-card p {
  max-width: none;
  margin: 0 0 24px;
  color: #526170;
  font-size: 1rem;
  line-height: 1.68;
}

.disease-states-page .tier-link {
  margin-top: auto;
  color: var(--tier-color);
  font-size: .9rem;
  font-weight: 800;
}

.disease-states-page .friction-table-wrap {
  width: 100%;
  margin-top: 38px;
  overflow-x: auto;
  border: 1px solid rgba(0, 56, 112, .13);
  border-radius: 14px;
  box-shadow: 0 16px 40px rgba(0, 56, 112, .07);
}

.disease-states-page .friction-table {
  width: 100%;
  min-width: 820px;
  border-collapse: collapse;
  background: #fff;
}

.disease-states-page .friction-table th,
.disease-states-page .friction-table td {
  padding: 22px 24px;
  border-bottom: 1px solid #e7edf3;
  text-align: left;
  vertical-align: top;
}

.disease-states-page .friction-table thead th {
  background: #003870;
  color: #fff;
  font-size: .8rem;
  font-weight: 800;
  letter-spacing: .08em;
  text-transform: uppercase;
}

.disease-states-page .friction-table tbody th {
  width: 24%;
  color: #003870;
  font-size: .94rem;
  font-weight: 800;
}

.disease-states-page .friction-table td {
  color: #4d5d6d;
  font-size: .95rem;
  line-height: 1.55;
}

.disease-states-page .friction-table tbody tr:last-child th,
.disease-states-page .friction-table tbody tr:last-child td {
  border-bottom: 0;
}

.disease-states-page .faq-section .faq-list {
  max-width: 980px;
  margin-right: auto;
  margin-left: auto;
}

@media (max-width: 900px) {
  .disease-states-page .tier-grid {
    grid-template-columns: 1fr;
  }

  .disease-states-page .tier-card {
    min-height: 0;
  }
}

@media (max-width: 640px) {
  .disease-states-page .disease-hero-copy {
    gap: 10px;
  }

  .disease-states-page .tier-card {
    padding: 30px 24px 26px;
  }

  .disease-states-page .friction-table th,
  .disease-states-page .friction-table td {
    padding: 18px;
  }
}
