/* Hero patient count placement override loaded after styles.min.css. */
.hero-real-life__copy > .hero-patient-count {
  display: block;
  width: min(430px, 100%);
  margin: 0 0 14px;
  padding: 0;
  color: #0f172a;
  background: transparent;
  border-radius: 0;
  font-size: clamp(0.98rem, 1.05vw, 1.08rem);
  font-weight: 500;
  line-height: 1.2;
  text-align: center;
}

.hero-real-life__copy > .hero-patient-count strong {
  font-weight: 900;
}

@media (max-width: 860px) {
  .hero-real-life__copy > .hero-patient-count {
    order: -2;
    align-self: center;
    width: 100%;
    margin-bottom: 12px;
    text-shadow:
      0 1px 4px rgba(255, 255, 255, 0.92),
      0 0 14px rgba(255, 255, 255, 0.75),
      0 0 24px rgba(255, 255, 255, 0.55);
  }

  .hero-real-life__copy > .hero-proof-kicker {
    order: -1;
  }
}

/* Mobile-only: match New-project2's proof vial scale. */
@media (max-width: 640px) {
  .customer-proof-vial .Sirv {
    width: min(300px, 78vw) !important;
    transform: none !important;
  }

  .customer-proof-note p {
    color: rgba(93, 103, 114, 0.54);
  }

  .customer-proof-note small {
    color: rgba(93, 103, 114, 0.46);
  }

  .customer-proof-note small svg {
    background: rgba(93, 103, 114, 0.46);
  }
}

@media (max-width: 420px) {
  .customer-proof-vial .Sirv {
    width: min(288px, 78vw) !important;
    transform: none !important;
  }

  .customer-proof-note p {
    color: rgba(93, 103, 114, 0.58);
  }

  .customer-proof-note small {
    color: rgba(93, 103, 114, 0.5);
  }

  .customer-proof-note small svg {
    background: rgba(93, 103, 114, 0.5);
  }
}
