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

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

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

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

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

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

.product-page .product-hero__content,
.product-page .product-hero__breadcrumb,
.product-page .product-hero__breadcrumb-item {
  min-width: 0;
  max-width: 100%;
}

.product-page .product-hero__title,
.product-page .product-hero__breadcrumb-item {
  overflow-wrap: anywhere;
  word-break: normal;
}

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

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

.lymphoma-kicker,
.lymphoma-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;
}

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

.lymphoma-hero {
  position: relative;
  overflow: hidden;
  padding: 92px 0 86px;
  background: linear-gradient(135deg, #073c52 0%, #02273a 100%);
}

.lymphoma-hero::after {
  position: absolute;
  right: -12%;
  bottom: -32%;
  width: 46%;
  min-width: 420px;
  aspect-ratio: 1;
  border: 70px solid rgba(151, 202, 61, 0.18);
  border-radius: 50%;
  content: "";
  pointer-events: none;
}

.lymphoma-hero__grid {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: minmax(0, 1.02fr) minmax(340px, 0.98fr);
  gap: 54px;
  align-items: center;
}

.lymphoma-hero__copy {
  max-width: 690px;
  min-width: 0;
}

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

.lymphoma-hero h2 {
  color: #fff;
  font-size: 52px;
  max-width: 680px;
}

.lymphoma-hero__copy > p:not(.lymphoma-kicker),
.lymphoma-section-heading > p:last-child,
.lymphoma-split__copy > p,
.lymphoma-evidence__note p,
.lymphoma-guidelines__copy p,
.lymphoma-cta p {
  margin: 18px 0 0;
  color: #57727c;
  font-size: 17px;
  line-height: 1.76;
}

.lymphoma-hero__copy > p:not(.lymphoma-kicker) {
  color: rgba(255, 255, 255, 0.86);
}

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

.lymphoma-actions--stacked {
  justify-content: flex-end;
}

.lymphoma-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  min-height: 48px;
  padding: 13px 20px;
  border: 2px solid transparent;
  border-radius: 6px;
  font-weight: 800;
  line-height: 1.2;
  text-align: center;
  transition: background-color 0.25s ease, border-color 0.25s ease, color 0.25s ease, transform 0.25s ease;
}

.lymphoma-button:hover,
.lymphoma-button:focus {
  transform: translateY(-2px);
}

.lymphoma-button--primary {
  border-color: #e12454;
  background: #e12454;
  color: #fff;
}

.lymphoma-button--primary:hover,
.lymphoma-button--primary:focus {
  background: #fff;
  color: #e12454;
}

.lymphoma-button--ghost {
  border-color: rgba(255, 255, 255, 0.45);
  background: rgba(255, 255, 255, 0.1);
  color: #fff;
}

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

.lymphoma-button--light {
  border-color: #fff;
  background: #fff;
  color: #073c52;
}

.lymphoma-button--light:hover,
.lymphoma-button--light:focus {
  border-color: #97ca3d;
  background: #97ca3d;
  color: #073c52;
}

.lymphoma-hero__panel {
  position: relative;
  overflow: hidden;
  max-width: 100%;
  padding: 28px;
  border: 1px solid rgba(255, 255, 255, 0.2);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.92);
  box-shadow: 0 28px 70px rgba(0, 0, 0, 0.24);
}

.lymphoma-hero__panel img {
  width: 100%;
  border-radius: 6px;
  background: #eef6f8;
}

.lymphoma-hero__stats {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  min-width: 0;
  gap: 1px;
  overflow: hidden;
  margin-top: 18px;
  border-radius: 6px;
  background: #d7e7ec;
}

.lymphoma-hero__stats div {
  min-width: 0;
  padding: 18px 14px;
  background: #fff;
}

.lymphoma-hero__stats strong {
  display: block;
  color: #e12454;
  font-size: 32px;
  font-weight: 900;
  line-height: 1;
}

.lymphoma-hero__stats span {
  display: block;
  margin-top: 8px;
  color: #315864;
  font-size: 13px;
  font-weight: 700;
  line-height: 1.35;
}

.lymphoma-page-nav {
  position: sticky;
  top: 0;
  z-index: 6;
  clear: both;
  background: #fff;
  box-shadow: 0 10px 26px rgba(7, 60, 82, 0.08);
}

.lymphoma-page-nav__links {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

.lymphoma-page-nav__links a {
  min-width: 0;
  padding: 18px 16px;
  color: #073c52;
  font-size: 15px;
  font-weight: 800;
  line-height: 1.25;
  text-align: center;
}

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

.lymphoma-challenge,
.lymphoma-evidence,
.lymphoma-portfolio,
.lymphoma-references {
  padding: 88px 0;
  background: #fff;
}

.lymphoma-journey,
.lymphoma-guidelines {
  padding: 88px 0;
  background: #eef5f7;
}

.lymphoma-section-heading {
  max-width: 890px;
  margin: 0 auto 40px;
  text-align: center;
}

.lymphoma-section-heading--left {
  max-width: 980px;
  margin-left: 0;
  text-align: left;
}

.lymphoma-section-heading--left .lymphoma-eyebrow {
  justify-content: flex-start;
}

.lymphoma-section-heading .lymphoma-eyebrow {
  justify-content: center;
}

.lymphoma-card-grid {
  display: grid;
  gap: 22px;
}

.lymphoma-card-grid--three {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.lymphoma-card-grid--four {
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

.lymphoma-info-card,
.lymphoma-step-card,
.lymphoma-visual-card,
.lymphoma-guidelines__panel,
.lymphoma-references__details {
  border: 1px solid #d7e7ec;
  border-radius: 8px;
  background: #fff;
  box-shadow: 0 18px 42px rgba(7, 60, 82, 0.08);
}

.lymphoma-info-card,
.lymphoma-step-card {
  min-width: 0;
  padding: 30px;
}

.lymphoma-info-card {
  border-top: 5px solid #97ca3d;
}

.lymphoma-info-card__icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 46px;
  height: 46px;
  margin-bottom: 20px;
  border-radius: 6px;
  background: #e12454;
  color: #fff;
  font-size: 19px;
}

.lymphoma-info-card h3,
.lymphoma-step-card h3,
.lymphoma-evidence__note h3 {
  margin: 0;
  color: #073c52;
  font-size: 22px;
  font-weight: 800;
  line-height: 1.3;
}

.lymphoma-info-card p,
.lymphoma-step-card p,
.lymphoma-check-list p {
  margin: 13px 0 0;
  color: #57727c;
  font-size: 16px;
  line-height: 1.72;
}

.lymphoma-visual-card {
  margin: 0;
  overflow: hidden;
}

.lymphoma-visual-card img {
  width: 100%;
}

.lymphoma-visual-card--wide {
  padding: 22px;
}

.lymphoma-visual-card--wide img {
  width: 100%;
}

.lymphoma-split,
.lymphoma-evidence__comparison,
.lymphoma-guidelines__panel,
.lymphoma-cta__inner {
  display: grid;
  grid-template-columns: minmax(0, 0.94fr) minmax(380px, 1.06fr);
  gap: 48px;
  align-items: center;
}

.lymphoma-evidence .lymphoma-split {
  grid-template-columns: minmax(0, 0.78fr) minmax(520px, 1.22fr);
}

.lymphoma-split__copy,
.lymphoma-split__media,
.lymphoma-evidence__note,
.lymphoma-guidelines__copy {
  min-width: 0;
}

.lymphoma-check-list {
  display: grid;
  gap: 14px;
  margin-top: 26px;
}

.lymphoma-check-list p {
  position: relative;
  margin: 0;
  padding: 18px 20px 18px 52px;
  border-left: 4px solid #97ca3d;
  border-radius: 8px;
  background: #f4f9fb;
}

.lymphoma-check-list p::before {
  position: absolute;
  top: 18px;
  left: 18px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 22px;
  height: 22px;
  border-radius: 4px;
  background: #006481;
  color: #fff;
  font-family: "Font Awesome 5 Free";
  font-size: 12px;
  font-weight: 900;
  content: "\f00c";
}

.lymphoma-evidence__comparison {
  margin-top: 34px;
  grid-template-columns: minmax(520px, 1.2fr) minmax(0, 0.8fr);
}

.lymphoma-evidence__note {
  padding: 34px;
  border-left: 5px solid #e12454;
  border-radius: 8px;
  background: #073c52;
  color: #fff;
}

.lymphoma-evidence__note span {
  display: inline-block;
  margin-bottom: 12px;
  color: #97ca3d;
  font-size: 13px;
  font-weight: 900;
  text-transform: uppercase;
}

.lymphoma-evidence__note h3,
.lymphoma-evidence__note p {
  color: #fff;
}

.lymphoma-evidence__note p {
  opacity: 0.84;
}

.lymphoma-guidelines__panel {
  grid-template-columns: minmax(300px, 0.86fr) minmax(0, 1.14fr);
  padding: 36px;
}

.lymphoma-guidelines__image {
  overflow: hidden;
  border-radius: 8px;
  background: #eef5f7;
}

.lymphoma-disclaimer {
  margin-top: 22px !important;
  padding-top: 18px;
  border-top: 1px solid #d7e7ec;
  font-size: 14px !important;
}

.lymphoma-step-card {
  position: relative;
  overflow: hidden;
  min-height: 235px;
  border-top: 5px solid #006481;
}

.lymphoma-step-card:nth-child(2) {
  border-top-color: #00a4c8;
}

.lymphoma-step-card:nth-child(3) {
  border-top-color: #97ca3d;
}

.lymphoma-step-card:nth-child(4) {
  border-top-color: #e12454;
}

.lymphoma-step-card span {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 44px;
  height: 44px;
  margin-bottom: 22px;
  border-radius: 50%;
  background: #eef5f7;
  color: #006481;
  font-weight: 900;
}

.lymphoma-cta {
  padding: 74px 0;
  background: #073c52;
}

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

.lymphoma-cta h2,
.lymphoma-cta p {
  color: #fff;
}

.lymphoma-cta p {
  max-width: 780px;
  opacity: 0.86;
}

.lymphoma-references__details {
  max-width: 1040px;
  margin: 0 auto;
}

.lymphoma-references__details summary {
  display: flex;
  align-items: center;
  justify-content: space-between;
  cursor: pointer;
  padding: 22px 26px;
  color: #073c52;
  font-size: 22px;
  font-weight: 800;
}

.lymphoma-references__details ol {
  margin: 0;
  padding: 0 30px 30px 52px;
}

.lymphoma-references__details li {
  margin-top: 12px;
  color: #57727c;
  font-size: 15px;
  line-height: 1.65;
}

@media (max-width: 1199px) {
  .lymphoma-card-grid--four {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 991px) {
  .lymphoma-hero {
    padding: 74px 0;
  }

  .lymphoma-hero__grid,
  .lymphoma-split,
  .lymphoma-evidence .lymphoma-split,
  .lymphoma-evidence__comparison,
  .lymphoma-guidelines__panel,
  .lymphoma-cta__inner {
    grid-template-columns: 1fr;
  }

  .lymphoma-actions--stacked {
    justify-content: flex-start;
  }

  .lymphoma-card-grid--three {
    grid-template-columns: 1fr;
  }

  .lymphoma-page-nav {
    position: static;
  }

  .lymphoma-page-nav__links {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 767px) {
  .product-page {
    overflow-x: hidden;
  }

  .product-page .product-hero {
    min-height: 290px;
    padding: 48px 0;
  }

  .product-page .product-hero__eyebrow {
    flex-wrap: wrap;
    justify-content: center;
  }

  .lymphoma-hero,
  .lymphoma-challenge,
  .lymphoma-journey,
  .lymphoma-evidence,
  .lymphoma-guidelines,
  .lymphoma-portfolio,
  .lymphoma-references {
    padding: 52px 0;
  }

  .lymphoma-hero::after {
    display: none;
  }

  .lymphoma-kicker,
  .lymphoma-eyebrow {
    gap: 8px;
    font-size: 12px;
  }

  .lymphoma-kicker::before,
  .lymphoma-eyebrow::before {
    width: 26px;
  }

  .lymphoma-hero h2,
  .lymphoma-section-heading h2,
  .lymphoma-split h2,
  .lymphoma-guidelines h2,
  .lymphoma-cta h2 {
    font-size: 30px;
  }

  .lymphoma-hero h2 {
    font-size: 31px;
  }

  .lymphoma-hero__stats,
  .lymphoma-card-grid--four {
    grid-template-columns: 1fr;
  }

  .lymphoma-page-nav__links {
    display: flex;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }

  .lymphoma-page-nav__links a {
    flex: 0 0 auto;
    min-width: 155px;
    padding: 15px 14px;
    font-size: 14px;
  }

  .lymphoma-info-card,
  .lymphoma-step-card,
  .lymphoma-evidence__note,
  .lymphoma-guidelines__panel,
  .lymphoma-hero__panel {
    padding: 24px;
  }

  .lymphoma-visual-card--wide {
    overflow-x: auto;
    padding: 14px;
  }

  .lymphoma-visual-card--wide img {
    max-width: none;
    min-width: 760px;
  }

  .lymphoma-actions {
    display: grid;
  }

  .lymphoma-button {
    width: 100%;
    padding: 13px 16px;
  }

  .product-page .product-hero__title {
    font-size: clamp(28px, 8.5vw, 34px);
    line-height: 1.18;
  }

  .product-page .product-hero__breadcrumb {
    padding: 0 12px;
  }
}

@media (max-width: 575px) {
  .product-page .product-hero__breadcrumb {
    align-items: center;
    flex-direction: column;
    gap: 5px;
  }

  .product-page .product-hero__breadcrumb-item + .product-hero__breadcrumb-item::before {
    display: none;
  }

  .lymphoma-hero {
    padding: 44px 0 48px;
  }

  .lymphoma-hero__grid {
    gap: 26px;
  }

  .lymphoma-hero h2,
  .lymphoma-section-heading h2,
  .lymphoma-split h2,
  .lymphoma-guidelines h2,
  .lymphoma-cta h2 {
    font-size: 28px;
    line-height: 1.22;
  }

  .lymphoma-hero__copy > p:not(.lymphoma-kicker),
  .lymphoma-section-heading > p:last-child,
  .lymphoma-split__copy > p,
  .lymphoma-evidence__note p,
  .lymphoma-guidelines__copy p,
  .lymphoma-cta p,
  .lymphoma-info-card p,
  .lymphoma-step-card p,
  .lymphoma-check-list p {
    font-size: 15px;
    line-height: 1.65;
  }

  .lymphoma-hero__panel,
  .lymphoma-info-card,
  .lymphoma-step-card,
  .lymphoma-evidence__note,
  .lymphoma-guidelines__panel {
    padding: 18px;
  }

  .lymphoma-hero__stats div {
    padding: 15px;
  }

  .lymphoma-hero__stats strong {
    font-size: 28px;
  }

  .lymphoma-section-heading,
  .lymphoma-section-heading--left {
    margin-bottom: 28px;
    text-align: left;
  }

  .lymphoma-section-heading .lymphoma-eyebrow {
    justify-content: flex-start;
  }

  .lymphoma-card-grid {
    gap: 16px;
  }

  .lymphoma-check-list p {
    padding: 16px 16px 16px 46px;
  }

  .lymphoma-check-list p::before {
    top: 16px;
    left: 16px;
  }

  .lymphoma-visual-card {
    border-radius: 6px;
  }

  .lymphoma-visual-card--wide {
    padding: 10px;
  }

  .lymphoma-visual-card--wide img {
    min-width: 680px;
  }

  .lymphoma-page-nav__links a {
    min-width: 142px;
    padding: 13px 12px;
  }

  .lymphoma-references__details summary {
    padding: 18px;
    font-size: 18px;
  }

  .lymphoma-references__details ol {
    padding: 0 20px 24px 36px;
  }
}

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

  .lymphoma-hero__panel,
  .lymphoma-info-card,
  .lymphoma-step-card,
  .lymphoma-evidence__note,
  .lymphoma-guidelines__panel {
    padding: 15px;
  }

  .lymphoma-page-nav__links a {
    min-width: 132px;
    font-size: 13px;
  }
}
