.seo-compound-page {
  --bb-public-hero-background:
    radial-gradient(
      circle at 72% 42%,
      rgba(47, 112, 170, .22),
      transparent 36%
    ),
    linear-gradient(
      115deg,
      #061a33 0%,
      #0a294b 58%,
      #123f6c 100%
    );
  background: #eef1f2;
  color: #121820;
}

.seo-compound-page .compound-page-main {
  overflow: clip;
}

.seo-compound-page .compound-shell {
  width: min(1340px, calc(100% - 48px));
  margin-inline: auto;
}

.seo-compound-page .compound-breadcrumb {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  align-items: center;
  padding-block: 14px;
  color: #536170;
  font-size: 13px;
}

.seo-compound-page .compound-breadcrumb a {
  color: inherit;
}

.seo-compound-page .compound-hero {
  min-height: 240px;
  background: var(--bb-public-hero-background);
  color: #fff;
}

.seo-compound-page .compound-hero__inner {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(280px, 390px);
  gap: 40px;
  align-items: center;
  min-height: 240px;
  padding-block: 30px;
}

.seo-compound-page .compound-hero .eyebrow {
  color: #b8d8f4;
}

.seo-compound-page .compound-hero__copy h1 {
  max-width: 900px;
  margin: 8px 0 12px;
  color: #fff;
  font-size: clamp(46px, 5.4vw, 78px);
  line-height: .92;
  letter-spacing: -.055em;
}

.seo-compound-page .compound-hero__copy .compound-hero__title--long {
  font-size: clamp(44px, 4.8vw, 68px);
}

.seo-compound-page .compound-hero__copy > p:not(.eyebrow) {
  max-width: 720px;
  margin: 0;
  color: rgba(255, 255, 255, .78);
  font-size: 18px;
}

.seo-compound-page .compound-hero__copy ul {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin: 22px 0 0;
  padding: 0;
  list-style: none;
}

.seo-compound-page .compound-hero__copy li {
  padding: 7px 11px;
  border: 1px solid rgba(255, 255, 255, .24);
  border-radius: 999px;
  color: rgba(255, 255, 255, .82);
  font-size: 12px;
  font-weight: 700;
}

.seo-compound-page .compound-hero__summary {
  display: grid;
  gap: 10px;
  padding: 22px;
  border: 1px solid rgba(255, 255, 255, .2);
  border-radius: 18px;
  background: rgba(255, 255, 255, .09);
}

.seo-compound-page .compound-hero__summary span,
.seo-compound-page .compound-hero__summary small {
  font-size: 11px;
  font-weight: 800;
  letter-spacing: .16em;
  text-transform: uppercase;
}

.seo-compound-page .compound-hero__summary strong {
  font-size: 25px;
  line-height: 1.08;
}

.seo-compound-page .compound-hero__summary p {
  margin: 0;
  color: rgba(255, 255, 255, .72);
  line-height: 1.55;
}

.seo-compound-page .compound-section {
  padding-block: 36px;
}

.seo-compound-page .compound-section + .compound-section {
  border-top: 1px solid #cfd6dc;
}

.seo-compound-page .compound-research-snapshot {
  display: grid;
  grid-template-columns: minmax(0, 1.2fr) minmax(220px, .55fr);
  gap: 22px 36px;
  align-items: start;
  padding-block: 32px;
}

.seo-compound-page .compound-research-snapshot__intro {
  min-width: 0;
}

.seo-compound-page .compound-research-snapshot__intro h2 {
  max-width: 760px;
  margin: 7px 0 16px;
  font-size: clamp(32px, 3.6vw, 48px);
  line-height: 1;
  letter-spacing: -.045em;
}

.seo-compound-page .compound-research-snapshot__intro > p:last-child {
  max-width: 760px;
  margin: 0;
  color: #4f5d69;
  font-size: 17px;
  line-height: 1.65;
}

.seo-compound-page .compound-research-snapshot__themes {
  display: flex;
  grid-column: 1;
  flex-wrap: wrap;
  gap: 8px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.seo-compound-page .compound-research-snapshot__themes li {
  padding: 7px 11px;
  border: 1px solid #cbd6dd;
  border-radius: 999px;
  background: #fff;
  color: #2d485d;
  font-size: 12px;
  font-weight: 750;
}

.seo-compound-page .compound-research-snapshot__facts {
  display: grid;
  grid-column: 2;
  grid-row: 1 / span 2;
  gap: 0;
  margin: 0;
  padding: 22px;
  border: 1px solid #cbd5dc;
  border-radius: 14px;
  background: #fff;
}

.seo-compound-page .compound-research-snapshot__facts > div {
  min-width: 0;
  padding-block: 14px;
  border-top: 1px solid #dce3e8;
}

.seo-compound-page .compound-research-snapshot__facts > div:first-child {
  padding-top: 0;
  border-top: 0;
}

.seo-compound-page .compound-research-snapshot__facts > div:last-child {
  padding-bottom: 0;
}

.seo-compound-page .compound-research-snapshot__facts dt {
  color: #5a6874;
  font-size: 11px;
  font-weight: 800;
  letter-spacing: .12em;
  text-transform: uppercase;
}

.seo-compound-page .compound-research-snapshot__facts dd {
  margin: 6px 0 0;
  color: #172635;
  line-height: 1.5;
}

.seo-compound-page .compound-section__heading {
  max-width: 760px;
  margin-bottom: 22px;
}

.seo-compound-page .compound-section__heading h2,
.seo-compound-page .compound-overview > h2,
.seo-compound-page .compound-aliases > h2,
.seo-compound-page .compound-product-information > h2,
.seo-compound-page .compound-batch-documentation > h2,
.seo-compound-page .compound-faq > h2,
.seo-compound-page .compound-related > h2 {
  margin: 6px 0 10px;
  font-size: clamp(32px, 3.6vw, 48px);
  line-height: 1;
  letter-spacing: -.045em;
}

.seo-compound-page .compound-section__heading > p:last-child,
.seo-compound-page .compound-related > p:not(.eyebrow) {
  margin: 0;
  color: #5a6671;
}

.seo-compound-page .compound-key-research .compound-section__heading h3 {
  margin: 14px 0 10px;
  color: #20364a;
  font-size: 21px;
  line-height: 1.25;
}

.compound-options__grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(min(100%, 275px), 320px));
  justify-content: center;
  align-items: start;
  gap: 20px;
}

.seo-compound-page .compound-option-card {
  display: grid;
  grid-template-rows: 176px auto;
  min-height: 0;
  padding: 0;
  overflow: hidden;
  border: 1px solid #c9d2d9;
  border-radius: 16px;
  background: #fff;
  box-shadow: 0 14px 34px rgba(9, 28, 48, .07);
}

.seo-compound-page .compound-option-card__media {
  width: 100%;
  height: 176px;
  display: grid;
  place-items: center;
  margin: 0;
  overflow: hidden;
  background: #f4f6f8;
  border-bottom: 1px solid #d6dfe8;
}

.seo-compound-page .compound-option-card__media img {
  display: block;
  width: auto;
  height: auto;
  max-width: 72%;
  max-height: 152px;
  object-fit: contain;
  object-position: center;
  transform: none;
}

.seo-compound-page .compound-option-card__content {
  display: grid;
  grid-template-rows: auto auto auto auto auto;
  gap: 10px;
  padding: 16px;
}

.seo-compound-page .compound-option-card__heading {
  min-height: 82px;
}

.seo-compound-page .compound-option-card--media-free {
  grid-template-rows: auto;
}

.seo-compound-page .compound-option-card.is-requested {
  outline: 3px solid #3e7cab;
  outline-offset: 4px;
  box-shadow: 0 18px 42px rgba(28, 79, 119, .18);
}

.seo-compound-page .compound-option-card__heading h3 {
  margin: 7px 0 8px;
  font-size: 23px;
  line-height: 1.08;
}

.seo-compound-page .compound-option-card__heading > p:last-child,
.seo-compound-page .compound-option-card__total {
  margin: 0;
  color: #5c6872;
  font-size: 14px;
}

.seo-compound-page .compound-option-card__total {
  display: block;
  margin-bottom: 7px;
  color: #17293d;
}

.seo-compound-page .compound-option-card__facts {
  margin: 0;
}

.seo-compound-page .compound-option-card__facts > div {
  display: flex;
  justify-content: space-between;
  gap: 16px;
  padding-block: 8px;
  border-top: 1px solid #e1e5e8;
}

.seo-compound-page .compound-option-card__facts dt {
  color: #6a747d;
  font-size: 11px;
  font-weight: 800;
  letter-spacing: .12em;
  text-transform: uppercase;
}

.seo-compound-page .compound-option-card__facts dd {
  margin: 0;
  text-align: right;
  font-size: 13px;
  font-weight: 700;
}

.seo-compound-page .compound-option-card__price {
  font-size: 24px;
}

.seo-compound-page .compound-option-card__status {
  width: fit-content;
}

.seo-compound-page .status-pill--checking {
  border-style: dashed;
}

.seo-compound-page .compound-option-card.is-unavailable .compound-option-card__status {
  color: #526177;
  border-color: #d5dae2;
  background: #eef1f6;
}

.seo-compound-page .compound-option-card__add {
  width: 100%;
  min-height: 46px;
}

.seo-compound-page .compound-option-card__add:disabled {
  cursor: not-allowed;
  opacity: .48;
}

.seo-compound-page .compound-preparation {
  display: grid;
  grid-template-columns: minmax(0, .8fr) minmax(0, 1.2fr);
  gap: 40px;
  align-items: start;
}

.seo-compound-page .compound-preparation__copy {
  display: grid;
  gap: 16px;
}

.seo-compound-page .compound-preparation__copy p {
  margin: 0;
  padding: 22px;
  border: 1px solid #cdd5db;
  border-radius: 14px;
  background: #fff;
  line-height: 1.65;
}

.seo-compound-page .compound-services {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 20px;
}

.seo-compound-page .compound-services article {
  min-height: 180px;
  padding: 24px;
  border: 1px solid #cdd5db;
  border-radius: 14px;
  background: #fff;
}

.seo-compound-page .compound-services h2 {
  margin: 8px 0 14px;
  font-size: 25px;
}

.seo-compound-page .compound-services article > p:last-child {
  margin: 0;
  color: #59656f;
  line-height: 1.6;
}

.seo-compound-page .compound-research {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 20px;
}

.seo-compound-page .compound-research > article {
  padding: 28px;
  border: 1px solid #cdd5db;
  border-radius: 16px;
  background: #fff;
}

.seo-compound-page .compound-research h2 {
  margin: 8px 0 20px;
  font-size: 34px;
  line-height: 1.05;
  letter-spacing: -.035em;
}

.seo-compound-page .compound-research__identity > p:not(.eyebrow) {
  color: #505d68;
  line-height: 1.65;
}

.seo-compound-page .compound-research__identity dl,
.seo-compound-page .compound-catalogue-record dl {
  margin: 28px 0 0;
}

.seo-compound-page .compound-research__identity dl > div,
.seo-compound-page .compound-catalogue-record dl > div {
  display: grid;
  grid-template-columns: minmax(140px, .35fr) 1fr;
  gap: 24px;
  padding-block: 15px;
  border-top: 1px solid #dce1e5;
}

.seo-compound-page .compound-research dt,
.seo-compound-page .compound-catalogue-record dt {
  color: #56616a;
  font-size: 11px;
  font-weight: 800;
  letter-spacing: .12em;
  text-transform: uppercase;
}

.seo-compound-page .compound-research dd,
.seo-compound-page .compound-catalogue-record dd {
  margin: 0;
  line-height: 1.55;
}

.seo-compound-page .compound-research-links__label {
  display: none;
}

.seo-compound-page .compound-research-links p,
.seo-compound-page .compound-research-links li {
  color: #505d68;
  line-height: 1.55;
}

.seo-compound-page .compound-research-links ul {
  display: grid;
  gap: 16px;
  padding-left: 20px;
}

.seo-compound-page .compound-research-links li span {
  display: block;
  margin-top: 4px;
  font-size: 13px;
}

.seo-compound-page .compound-research-links__boundary {
  padding: 16px;
  border-radius: 10px;
  background: #f0f2f4;
  font-size: 13px;
}

.seo-compound-page .compound-aliases,
.seo-compound-page .compound-overview,
.seo-compound-page .compound-key-research,
.seo-compound-page .compound-product-information,
.seo-compound-page .compound-batch-documentation,
.seo-compound-page .compound-faq,
.seo-compound-page .compound-related {
  max-width: 1060px;
}

.seo-compound-page .compound-aliases > p:last-child,
.seo-compound-page .compound-overview__lead,
.seo-compound-page .compound-batch-documentation > p:not(.eyebrow) {
  max-width: 820px;
  color: #4f5d69;
  font-size: 17px;
  line-height: 1.65;
}

.seo-compound-page .compound-overview__boundary {
  max-width: 820px;
  margin: 20px 0 0;
  padding: 16px 18px;
  border-left: 3px solid #2f70aa;
  border-radius: 0 10px 10px 0;
  background: #fff;
  color: #445563;
  line-height: 1.55;
}

.seo-compound-page .compound-key-research__themes {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin: 0 0 22px;
  padding: 0;
  list-style: none;
}

.seo-compound-page .compound-key-research__themes li {
  padding: 7px 11px;
  border: 1px solid #cbd6dd;
  border-radius: 999px;
  background: #fff;
  color: #2d485d;
  font-size: 12px;
  font-weight: 750;
}

.seo-compound-page .compound-key-research__sources {
  padding: 24px 28px;
  border: 1px solid #cdd5db;
  border-radius: 14px;
  background: #fff;
}

.seo-compound-page .compound-key-research__sources h3 {
  margin: 0 0 14px;
  font-size: 22px;
}

.seo-compound-page .compound-product-information dl {
  margin: 24px 0 0;
  border-top: 1px solid #d5dde3;
}

.seo-compound-page .compound-product-information dl > div {
  display: grid;
  grid-template-columns: minmax(155px, .34fr) 1fr;
  gap: 24px;
  padding-block: 14px;
  border-bottom: 1px solid #d5dde3;
}

.seo-compound-page .compound-product-information dt {
  color: #56616a;
  font-size: 11px;
  font-weight: 800;
  letter-spacing: .12em;
  text-transform: uppercase;
}

.seo-compound-page .compound-product-information dd {
  margin: 0;
  line-height: 1.55;
}

.seo-compound-page .compound-batch-documentation .btn {
  margin-top: 8px;
}

.seo-compound-page .compound-catalogue-record,
.seo-compound-page .compound-account-records,
.seo-compound-page .compound-faq,
.seo-compound-page .compound-related {
  max-width: 1060px;
}

.seo-compound-page .compound-account-records ul {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin: 24px 0;
  padding: 0;
  list-style: none;
}

.seo-compound-page .compound-account-records li {
  padding: 8px 12px;
  border: 1px solid #cad3da;
  border-radius: 999px;
  background: #fff;
  font-size: 13px;
  font-weight: 700;
}

.seo-compound-page .compound-faq .account-faq-list {
  margin-top: 28px;
}

.seo-compound-page .compound-related__grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 16px;
  margin-top: 28px;
}

.seo-compound-page .compound-related-card {
  min-height: 0;
  padding: 18px;
  border: 1px solid #cdd5db;
  border-radius: 14px;
  background: #fff;
}

.seo-compound-page .compound-related-card h3 {
  margin: 8px 0;
  font-size: 24px;
}

.seo-compound-page .compound-related-card p:not(.eyebrow) {
  min-height: 0;
  margin: 8px 0 12px;
  color: #5b6670;
}

.seo-compound-page .compound-research-use {
  padding-block: 48px;
  background: #0a1d31;
  color: #fff;
}

.seo-compound-page .compound-research-use h2 {
  margin: 8px 0 10px;
  color: #fff;
  font-size: 30px;
}

.seo-compound-page .compound-research-use .eyebrow {
  color: #b8d8f4;
}

.seo-compound-page .compound-research-use p:last-child {
  margin: 0;
  color: rgba(255, 255, 255, .7);
}

@media (max-width: 900px) {
  .seo-compound-page .compound-research-snapshot {
    grid-template-columns: 1fr;
  }

  .seo-compound-page .compound-research-snapshot__themes,
  .seo-compound-page .compound-research-snapshot__facts {
    grid-column: 1;
    grid-row: auto;
  }

  .seo-compound-page .compound-hero__inner,
  .seo-compound-page .compound-preparation,
  .seo-compound-page .compound-research {
    grid-template-columns: 1fr;
  }

  .seo-compound-page .compound-hero__inner {
    gap: 28px;
  }

  .seo-compound-page .compound-services,
  .seo-compound-page .compound-related__grid {
    grid-template-columns: 1fr;
  }

  .seo-compound-page .compound-services article {
    min-height: 0;
  }

  .seo-compound-page .compound-related-card {
    min-height: 0;
    padding: 16px 18px;
  }
}

@media (max-width: 600px) {
  .seo-compound-page .compound-shell {
    width: min(100% - 28px, 1340px);
  }

  .seo-compound-page .compound-breadcrumb {
    padding-block: 12px;
  }

  .seo-compound-page .compound-hero,
  .seo-compound-page .compound-hero__inner {
    min-height: auto;
  }

  .seo-compound-page .compound-hero__inner {
    gap: 16px;
    padding-block: 24px;
  }

  .seo-compound-page .compound-hero__copy h1 {
    font-size: clamp(42px, 13vw, 60px);
  }

  .seo-compound-page .compound-hero__summary {
    gap: 6px;
    padding: 16px;
  }

  .seo-compound-page .compound-hero__summary strong {
    font-size: 20px;
  }

  .seo-compound-page .compound-hero__summary p {
    line-height: 1.4;
  }

  .seo-compound-page .compound-hero__summary small {
    display: none;
  }

  .seo-compound-page .compound-research-snapshot {
    gap: 14px;
    padding-block: 22px;
  }

  .seo-compound-page .compound-research-snapshot__intro h2 {
    margin: 6px 0 12px;
    font-size: clamp(30px, 9vw, 38px);
  }

  .seo-compound-page .compound-research-snapshot__intro > p:last-child {
    font-size: 16px;
    line-height: 1.55;
  }

  .seo-compound-page .compound-research-snapshot__themes {
    gap: 6px;
  }

  .seo-compound-page .compound-research-snapshot__themes li {
    padding: 6px 9px;
  }

  .seo-compound-page .compound-research-snapshot__facts {
    padding: 16px;
  }

  .seo-compound-page .compound-research-snapshot__facts > div {
    padding-block: 10px;
  }

  .seo-compound-page .compound-research > article {
    padding: 22px;
  }

  .seo-compound-page .compound-section {
    padding-block: 28px;
  }

  .seo-compound-page .compound-option-card {
    min-height: 0;
  }

  .seo-compound-page .compound-option-card__media {
    height: 170px;
  }

  .seo-compound-page .compound-option-card__media img {
    max-height: 148px;
  }

  .seo-compound-page .compound-option-card__heading {
    min-height: 0;
  }

  .seo-compound-page .compound-research__identity dl > div,
  .seo-compound-page .compound-catalogue-record dl > div,
  .seo-compound-page .compound-product-information dl > div {
    grid-template-columns: 1fr;
    gap: 7px;
  }
}
