/* ===== /pharma ===== */

.pharma-section {
  display: flex;
  justify-content: center;
  padding: 80px 100px;
}

.pharma-section.pharma-tinted {
  background-color: #f8f8fb;
}

.pharma-inner {
  width: 100%;
  max-width: 1028px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}

.pharma-eyebrow {
  font-size: 13px;
  font-weight: 600;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: var(--text--secondary);
  font-family: "Basier Circle", sans-serif;
  margin: 0 0 16px;
}

.pharma-headline {
  font-family: Playfair Display, sans-serif;
  font-size: 64px;
  font-weight: 400;
  line-height: 80px;
  color: var(--text--primary);
  margin: 0 0 24px;
}

.pharma-hero-sub {
  font-family: "Basier Circle", sans-serif;
  font-size: 18px;
  line-height: 28px;
  color: var(--text--secondary);
  margin: 0 0 32px;
}

.pharma-hero .button {
  align-self: flex-start;
}

.pharma-section-title {
  font-family: Playfair Display, sans-serif;
  font-size: 40px;
  font-weight: 400;
  line-height: 52px;
  color: var(--text--primary);
  margin: 0 0 20px;
  letter-spacing: -0.01em;
}

.pharma-body {
  font-family: "Basier Circle", sans-serif;
  font-size: 16px;
  line-height: 26px;
  color: var(--text--secondary);
  margin: 0 0 16px;
}

.pharma-body a {
  color: var(--button--surface--primary);
}

.pharma-list {
  font-family: "Basier Circle", sans-serif;
  font-size: 16px;
  line-height: 26px;
  color: var(--text--secondary);
  padding-left: 20px;
  margin: 0 0 16px;
}

.pharma-list li {
  margin-bottom: 12px;
}

.pharma-arrow-link {
  font-family: "Basier Circle", sans-serif;
  font-size: 16px;
  font-weight: 400;
  color: var(--button--surface--primary);
  text-decoration: none;
  display: inline-block;
  margin-top: 8px;
}

.pharma-arrow-link:hover {
  text-decoration: underline;
}

.pharma-buyer-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 32px;
  margin-top: 32px;
}

.pharma-buyer-card {
  padding: 32px;
  background-color: #f8f8fb;
  border-radius: 12px;
}

.pharma-buyer-title {
  font-family: Playfair Display, sans-serif;
  font-size: 24px;
  font-weight: 600;
  line-height: 34px;
  color: var(--text--primary);
  margin: 0 0 12px;
}

.pharma-cta-section .standard-paragraph a {
  color: var(--button--surface--primary);
}

/* Pharma responsive — tablet */
@media screen and (max-width: 991px) {
  .pharma-section {
    padding: 64px 48px;
  }

  .pharma-headline {
    font-size: 48px;
    line-height: 60px;
  }

  .pharma-section-title {
    font-size: 34px;
    line-height: 44px;
  }

  .pharma-buyer-grid {
    grid-template-columns: 1fr;
    gap: 20px;
  }
}

/* Pharma responsive — mobile */
@media screen and (max-width: 767px) {
  .pharma-section {
    padding: 48px 20px;
  }

  .pharma-headline {
    font-size: 36px;
    line-height: 46px;
  }

  .pharma-section-title {
    font-size: 28px;
    line-height: 38px;
  }

  .pharma-buyer-grid {
    gap: 16px;
  }

  .pharma-buyer-card {
    padding: 24px;
  }
}
