.immunotherapy-page {
  clear: both;
  width: 100%;
  overflow-x: hidden;
  color: #264956;
  background: #fff;
}

.immunotherapy-page *,
.immunotherapy-page *::before,
.immunotherapy-page *::after {
  box-sizing: border-box;
}

.immunotherapy-page section {
  clear: both;
  width: 100%;
}

.immunotherapy-page img {
  display: block;
  max-width: 100%;
  height: auto;
}

.immunotherapy-page .container {
  min-width: 0;
}

.product-page .product-hero {
  display: none;
}

.immunotherapy-page h2,
.immunotherapy-page h3,
.immunotherapy-page p,
.immunotherapy-button {
  min-width: 0;
  max-width: 100%;
  overflow-wrap: break-word;
}

.immunotherapy-page sup {
  color: #e12454;
  font-size: 0.62em;
  line-height: 0;
  vertical-align: super;
}

.immunotherapy-kicker,
.immunotherapy-eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 11px;
  margin: 0 0 14px;
  color: #e12454;
  font-size: 13px;
  font-weight: 800;
  line-height: 1.4;
  text-transform: uppercase;
}

.immunotherapy-kicker::before,
.immunotherapy-eyebrow::before {
  width: 34px;
  height: 2px;
  flex: 0 0 auto;
  background: currentColor;
  content: "";
}

.immunotherapy-hero {
  position: relative;
  overflow: hidden;
  padding: 92px 0 86px;
  background: radial-gradient(circle at 88% 14%, rgba(151, 202, 61, 0.18), transparent 34%), linear-gradient(135deg, #073c52 0%, #02273a 100%);
}

.immunotherapy-hero__grid,
.immunotherapy-split,
.immunotherapy-cta__inner {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(390px, 0.95fr);
  gap: 58px;
  align-items: center;
}

.immunotherapy-hero__copy {
  max-width: 730px;
  min-width: 0;
}

.immunotherapy-hero h2,
.immunotherapy-section-heading h2,
.immunotherapy-split h2,
.immunotherapy-cta h2 {
  margin: 0;
  color: #073c52;
  font-size: 42px;
  font-weight: 800;
  line-height: 1.14;
  letter-spacing: 0;
}

.immunotherapy-hero h2 {
  color: #fff;
  font-size: 54px;
}

.immunotherapy-hero__copy > p:not(.immunotherapy-kicker),
.immunotherapy-cta p {
  max-width: 680px;
  margin: 22px 0 0;
  color: rgba(255, 255, 255, 0.86);
  font-size: 18px;
  line-height: 1.78;
}

.immunotherapy-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  margin-top: 30px;
}

.immunotherapy-button {
  display: inline-flex;
  min-height: 50px;
  align-items: center;
  justify-content: center;
  gap: 10px;
  border-radius: 6px;
  font-size: 15px;
  font-weight: 800;
  line-height: 1.2;
  padding: 14px 22px;
  text-decoration: none;
  transition: background-color 0.25s ease, border-color 0.25s ease, color 0.25s ease, transform 0.25s ease;
}

.immunotherapy-button:hover,
.immunotherapy-button:focus {
  text-decoration: none;
  transform: translateY(-2px);
}

.immunotherapy-button--primary {
  border: 2px solid #e12454;
  background: #e12454;
  color: #fff;
}

.immunotherapy-button--primary:hover,
.immunotherapy-button--primary:focus {
  background: #b81743;
  border-color: #b81743;
  color: #fff;
}

.immunotherapy-button--ghost {
  border: 2px solid rgba(255, 255, 255, 0.55);
  color: #fff;
}

.immunotherapy-button--ghost:hover,
.immunotherapy-button--ghost:focus {
  background: #fff;
  color: #073c52;
}

.immunotherapy-hero__panel {
  min-width: 0;
}

.immunotherapy-coverage-card,
.immunotherapy-hero__stats > div,
.immunotherapy-insight-card,
.immunotherapy-image-card,
.immunotherapy-references__details {
  border: 1px solid #d7e7ec;
  border-radius: 8px;
  background: #fff;
  box-shadow: 0 18px 42px rgba(7, 60, 82, 0.08);
}

.immunotherapy-coverage-card {
  display: grid;
  grid-template-columns: 78px minmax(0, 1fr);
  align-items: center;
  gap: 18px;
  padding: 24px;
}

.immunotherapy-coverage-card img {
  width: 62px;
}

.immunotherapy-coverage-card span,
.immunotherapy-card-label {
  display: block;
  color: #97ca3d;
  font-size: 12px;
  font-weight: 900;
  letter-spacing: 0;
  line-height: 1.4;
  text-transform: uppercase;
}

.immunotherapy-coverage-card strong {
  display: block;
  margin-top: 6px;
  color: #073c52;
  font-size: 20px;
  line-height: 1.32;
}

.immunotherapy-hero__stats {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 16px;
  margin-top: 16px;
}

.immunotherapy-hero__stats > div {
  padding: 24px;
}

.immunotherapy-hero__stats strong,
.immunotherapy-insight-card p strong {
  display: block;
  color: #e12454;
  font-size: 42px;
  font-weight: 900;
  line-height: 1;
}

.immunotherapy-hero__stats span {
  display: block;
  margin-top: 12px;
  color: #315864;
  font-size: 14px;
  font-weight: 700;
  line-height: 1.5;
}

.immunotherapy-page-nav {
  position: sticky;
  top: 0;
  z-index: 6;
  clear: both;
  background: #fff;
  border-bottom: 1px solid #dce9ed;
  box-shadow: 0 10px 24px rgba(7, 60, 82, 0.06);
}

.immunotherapy-page-nav__links {
  display: flex;
  gap: 10px;
  overflow-x: auto;
  padding: 13px 0;
  scrollbar-width: none;
}

.immunotherapy-page-nav__links::-webkit-scrollbar {
  display: none;
}

.immunotherapy-page-nav__links a {
  flex: 0 0 auto;
  border-radius: 999px;
  color: #073c52;
  font-size: 14px;
  font-weight: 800;
  padding: 9px 15px;
  text-decoration: none;
  transition: background-color 0.2s ease, color 0.2s ease;
}

.immunotherapy-page-nav__links a:hover,
.immunotherapy-page-nav__links a:focus {
  background: #e12454;
  color: #fff;
}

.immunotherapy-sooner,
.immunotherapy-data {
  padding: 84px 0 90px;
  background: #f2f8fa;
}

.immunotherapy-monitoring {
  padding: 86px 0;
  background: #fff;
}

.immunotherapy-section-heading {
  max-width: 880px;
  margin: 0 auto 42px;
  text-align: center;
}

.immunotherapy-section-heading > p:not(.immunotherapy-eyebrow),
.immunotherapy-split__copy > p {
  margin: 18px 0 0;
  color: #4c6a75;
  font-size: 16px;
  line-height: 1.75;
}

.immunotherapy-insight-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 24px;
}

.immunotherapy-insight-card {
  position: relative;
  min-width: 0;
  padding: 34px;
  border-top: 5px solid #00a4cf;
}

.immunotherapy-insight-card:nth-child(2) {
  border-top-color: #97ca3d;
}

.immunotherapy-insight-card__icon {
  display: inline-flex;
  width: 58px;
  height: 58px;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background: #eef6f8;
}

.immunotherapy-insight-card__icon img {
  width: 42px;
}

.immunotherapy-insight-card h3 {
  margin: 16px 0 13px;
  color: #073c52;
  font-size: 25px;
  font-weight: 800;
  line-height: 1.24;
}

.immunotherapy-insight-card p {
  margin: 0;
  color: #4c6a75;
  font-size: 16px;
  line-height: 1.7;
}

.immunotherapy-insight-card p strong {
  display: inline-block;
  margin-right: 6px;
  vertical-align: baseline;
}

.immunotherapy-split__copy {
  min-width: 0;
}

.immunotherapy-check-list {
  display: grid;
  gap: 14px;
  margin: 26px 0 0;
  padding: 0;
  list-style: none;
}

.immunotherapy-check-list li {
  display: grid;
  grid-template-columns: 34px minmax(0, 1fr);
  align-items: start;
  gap: 12px;
  color: #173d4b;
  font-size: 16px;
  font-weight: 700;
  line-height: 1.5;
}

.immunotherapy-check-list i {
  display: inline-flex;
  width: 34px;
  height: 34px;
  align-items: center;
  justify-content: center;
  border-radius: 6px;
  background: #005b7e;
  color: #fff;
  font-size: 13px;
}

.immunotherapy-image-card {
  margin: 0;
  overflow: hidden;
}

.immunotherapy-image-card--wide {
  padding: 20px;
  background: #eef6f8;
}

.immunotherapy-image-card--wide img {
  width: 100%;
  min-height: 320px;
  object-fit: contain;
}

.immunotherapy-data {
  position: relative;
  background: linear-gradient(180deg, #f2f8fa 0%, #ffffff 100%);
}

.immunotherapy-data__intro {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 34px;
  align-items: end;
  margin-bottom: 34px;
}

.immunotherapy-data__intro h2 {
  max-width: 780px;
  margin: 0;
  color: #073c52;
  font-size: 42px;
  font-weight: 800;
  line-height: 1.14;
}

.immunotherapy-data__intro p:not(.immunotherapy-eyebrow) {
  max-width: 760px;
  margin: 16px 0 0;
  color: #4c6a75;
  font-size: 16px;
  line-height: 1.75;
}

.immunotherapy-data__summary {
  display: grid;
  gap: 10px;
  min-width: 220px;
}

.immunotherapy-data__summary span {
  display: inline-flex;
  min-height: 36px;
  align-items: center;
  justify-content: center;
  border: 1px solid #cfe2e8;
  border-radius: 999px;
  background: #fff;
  color: #073c52;
  font-size: 13px;
  font-weight: 800;
  padding: 8px 16px;
}

.immunotherapy-study-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 24px;
}

.immunotherapy-study-card {
  position: relative;
  display: grid;
  min-width: 0;
  overflow: hidden;
  border: 1px solid #d7e7ec;
  border-radius: 8px;
  background: #fff;
  box-shadow: 0 18px 38px rgba(7, 60, 82, 0.08);
}

.immunotherapy-study-card::before {
  position: absolute;
  inset: 0 auto 0 0;
  width: 5px;
  background: #e12454;
  content: "";
}

.immunotherapy-study-card:nth-child(2)::before {
  background: #97ca3d;
}

.immunotherapy-study-card:nth-child(3)::before {
  background: #00a4cf;
}

.immunotherapy-study-card--featured {
  grid-column: 1 / -1;
  grid-template-columns: minmax(300px, 0.86fr) minmax(0, 1.14fr);
  align-items: stretch;
}

.immunotherapy-study-card__copy {
  display: flex;
  min-width: 0;
  flex-direction: column;
  justify-content: center;
  padding: 34px 34px 34px 38px;
}

.immunotherapy-study-card__label {
  display: inline-flex;
  width: fit-content;
  align-items: center;
  border-radius: 999px;
  background: #fbe8ee;
  color: #e12454;
  font-size: 12px;
  font-weight: 900;
  line-height: 1.2;
  padding: 8px 13px;
  text-transform: uppercase;
}

.immunotherapy-study-card:nth-child(2) .immunotherapy-study-card__label {
  background: #eef7df;
  color: #5f8f18;
}

.immunotherapy-study-card:nth-child(3) .immunotherapy-study-card__label {
  background: #e6f6fb;
  color: #007da1;
}

.immunotherapy-study-card h3 {
  margin: 18px 0 13px;
  color: #073c52;
  font-size: 25px;
  font-weight: 800;
  line-height: 1.22;
}

.immunotherapy-study-card p {
  margin: 0;
  color: #4c6a75;
  font-size: 15px;
  line-height: 1.72;
}

.immunotherapy-study-card__chips {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-top: 20px;
}

.immunotherapy-study-card__chips span {
  display: inline-flex;
  align-items: center;
  border: 1px solid #d7e7ec;
  border-radius: 999px;
  color: #315864;
  font-size: 12px;
  font-weight: 800;
  line-height: 1.2;
  padding: 8px 11px;
}

.immunotherapy-study-card__figure {
  display: flex;
  min-width: 0;
  align-items: center;
  justify-content: center;
  margin: 0;
  padding: 22px;
  background: #f5fafb;
}

.immunotherapy-study-card__figure img {
  width: auto;
  max-width: 100%;
  max-height: 430px;
  object-fit: contain;
}

.immunotherapy-study-card--featured .immunotherapy-study-card__figure img {
  max-height: 440px;
}

.immunotherapy-cta {
  padding: 68px 0;
  background: #073c52;
}

.immunotherapy-cta__inner {
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 36px;
}

.immunotherapy-cta h2 {
  max-width: 760px;
  color: #fff;
  font-size: 36px;
}

.immunotherapy-cta p {
  color: rgba(255, 255, 255, 0.82);
  font-size: 16px;
}

.immunotherapy-cta .immunotherapy-button {
  white-space: nowrap;
}

.immunotherapy-references {
  padding: 60px 0;
  background: #fff;
}

.immunotherapy-references__details {
  padding: 24px 28px;
}

.immunotherapy-references__details summary {
  cursor: pointer;
  color: #073c52;
  font-size: 22px;
  font-weight: 800;
}

.immunotherapy-references__details ol {
  margin: 20px 0 0;
  padding-left: 22px;
  color: #4f6973;
  font-size: 14px;
  line-height: 1.72;
}

.immunotherapy-references__details li + li {
  margin-top: 10px;
}

@media (max-width: 1199px) {
  .immunotherapy-hero h2 {
    font-size: 46px;
  }

  .immunotherapy-hero__grid,
  .immunotherapy-split {
    gap: 36px;
  }
}

@media (max-width: 991px) {
  .immunotherapy-hero__grid,
  .immunotherapy-split,
  .immunotherapy-cta__inner,
  .immunotherapy-data__intro,
  .immunotherapy-study-card--featured {
    grid-template-columns: 1fr;
  }

  .immunotherapy-data__summary {
    display: flex;
    min-width: 0;
    flex-wrap: wrap;
  }

  .immunotherapy-cta__inner {
    align-items: start;
  }
}

@media (max-width: 767px) {
  .immunotherapy-hero,
  .immunotherapy-sooner,
  .immunotherapy-monitoring,
  .immunotherapy-data {
    padding: 58px 0;
  }

  .immunotherapy-hero h2,
  .immunotherapy-section-heading h2,
  .immunotherapy-split h2 {
    font-size: 32px;
  }

  .immunotherapy-insight-grid,
  .immunotherapy-hero__stats {
    grid-template-columns: 1fr;
  }

  .immunotherapy-section-heading {
    text-align: left;
  }

  .immunotherapy-data__intro h2 {
    font-size: 32px;
  }

  .immunotherapy-study-grid {
    grid-template-columns: 1fr;
  }

  .immunotherapy-study-card__figure img,
  .immunotherapy-study-card--featured .immunotherapy-study-card__figure img {
    max-height: 390px;
  }
}

@media (max-width: 575px) {
  .immunotherapy-hero {
    padding: 46px 0 50px;
  }

  .immunotherapy-hero h2,
  .immunotherapy-section-heading h2,
  .immunotherapy-split h2,
  .immunotherapy-cta h2 {
    font-size: 27px;
  }

  .immunotherapy-hero__copy > p:not(.immunotherapy-kicker),
  .immunotherapy-section-heading > p:not(.immunotherapy-eyebrow),
  .immunotherapy-split__copy > p,
  .immunotherapy-cta p {
    font-size: 15px;
  }

  .immunotherapy-actions,
  .immunotherapy-button,
  .immunotherapy-cta .immunotherapy-button {
    width: 100%;
  }

  .immunotherapy-coverage-card {
    grid-template-columns: 1fr;
    padding: 20px;
  }

  .immunotherapy-insight-card {
    padding: 24px;
  }

  .immunotherapy-image-card--wide {
    padding: 10px;
  }

  .immunotherapy-image-card--wide img {
    min-height: 0;
  }

  .immunotherapy-data__intro h2 {
    font-size: 27px;
  }

  .immunotherapy-study-card h3 {
    font-size: 23px;
  }

  .immunotherapy-study-card__copy {
    padding: 24px;
  }

  .immunotherapy-study-card__figure {
    padding: 12px;
  }

  .immunotherapy-study-card__chips {
    gap: 7px;
  }

  .immunotherapy-study-card__chips span {
    width: 100%;
    justify-content: center;
  }

  .immunotherapy-references__details {
    padding: 20px;
  }
}

@media (max-width: 374px) {
  .immunotherapy-hero h2,
  .immunotherapy-section-heading h2,
  .immunotherapy-split h2,
  .immunotherapy-cta h2 {
    font-size: 24px;
  }
}
