.biotech-page .hero {
  background:
    radial-gradient(circle at 84% 28%, rgba(204,219,47,.12), transparent 28%),
    radial-gradient(circle at 74% 32%, rgba(17,127,195,.34), transparent 36%),
    linear-gradient(120deg, #002d5c 0%, #003870 60%, #0066b3 100%) !important;
}

.biotech-page .single-line-heading {
  width: 100%;
  max-width: none !important;
  box-sizing: border-box;
  font-size: clamp(2rem, 3.65vw, 3.75rem) !important;
  letter-spacing: -.04em !important;
  line-height: 1.02 !important;
  white-space: normal;
  text-align: center;
}

.biotech-page .single-line-heading span {
  display: block;
  width: 100%;
}

.biotech-page .constraint-grid {
  display: grid;
  grid-template-columns: repeat(6, minmax(0, 1fr));
  gap: 18px;
  margin-top: 42px;
}

.biotech-page .constraint-block {
  grid-column: span 2;
  min-width: 0;
  padding: 28px;
  border: 1px solid rgba(255,255,255,.16);
  border-top: 4px solid #117fc3;
  border-radius: 13px;
  background: rgba(255,255,255,.055);
}

.biotech-page .constraint-grid .constraint-block:nth-child(4) {
  grid-column: 2 / span 2 !important;
  max-width: none !important;
  justify-self: stretch !important;
}

.biotech-page .constraint-grid .constraint-block:nth-child(5) {
  grid-column: 4 / span 2 !important;
  max-width: none !important;
  justify-self: stretch !important;
}

.biotech-page .constraint-block h4 {
  margin: 0 0 12px;
  color: #ccdb2f;
  font-size: 1.16rem;
}

.biotech-page .constraint-block p {
  margin: 0;
  color: rgba(255,255,255,.76) !important;
  font-size: .95rem;
  line-height: 1.65;
}

.biotech-page .economics-copy {
  display: block;
  width: 100%;
  max-width: 1120px;
  margin: 42px auto 26px;
  padding: 0;
  border: 0;
  border-radius: 0;
  background: transparent;
  box-shadow: none;
}

.biotech-page .economics-copy h4 {
  margin: 0 0 20px;
  padding: 0;
  background: transparent;
  color: #003870;
  font-size: clamp(1.3rem, 2vw, 1.8rem);
  line-height: 1.25;
  text-align: left;
}

.biotech-page .economics-copy p {
  display: block;
  width: 100%;
  max-width: none;
  margin: 0 0 18px;
  padding: 0;
  border: 0;
  color: #66717c;
  font-size: 1.02rem;
  line-height: 1.72;
  text-align: left;
}

.biotech-page .economics-copy p:last-child {
  margin-bottom: 0;
}

.biotech-page .economics-highlight {
  display: inline;
  margin: 0;
  padding: 0;
  border: 0;
  border-radius: 0;
  background: transparent;
  color: #0066b3;
  font-weight: 850;
}

.biotech-page .economics-summary {
  width: 100%;
  max-width: none !important;
  margin: 26px auto 0 !important;
  padding: 0 !important;
  border: 0 !important;
  color: #003870 !important;
  font-size: clamp(1.02rem, 1.45vw, 1.3rem) !important;
  font-weight: 800;
  line-height: 1.45 !important;
  text-align: center;
  white-space: nowrap;
}

.biotech-page .solution-cards {
  grid-template-columns: repeat(2, minmax(0, 1fr));
  max-width: 1000px;
  margin-left: auto;
  margin-right: auto;
}

.biotech-page .section:has(.constraint-grid) > h2,
.biotech-page .section:has(.economics-copy) > h2,
.biotech-page .section:has(.solution-cards) > h2 {
  width: 100%;
  max-width: none;
}

@media (max-width: 900px) {
  .biotech-page .economics-summary {
    white-space: normal;
  }

  .biotech-page .constraint-grid {
    grid-template-columns: 1fr 1fr;
  }

  .biotech-page .constraint-block,
  .biotech-page .constraint-grid .constraint-block:nth-child(4),
  .biotech-page .constraint-grid .constraint-block:nth-child(5) {
    grid-column: auto !important;
  }

  .biotech-page .constraint-grid .constraint-block:last-child {
    grid-column: 1 / -1 !important;
  }
}

@media (max-width: 640px) {
  .biotech-page .constraint-grid,
  .biotech-page .solution-cards {
    grid-template-columns: 1fr;
  }

  .biotech-page .constraint-grid .constraint-block:last-child {
    grid-column: auto !important;
  }
}
