/* HCP Pre-Clinical Data redesign (SERB-269)
   Self-contained styles for /Professional/Data/Pre-Clinical. Loaded only on this
   page. Mirrors hcp_dosing_redesign.css conventions (design tokens, container,
   non-interactive blue sup). The HCP section loads main_style.css, so typography
   is pinned explicitly rather than inherited. */

.vg-hcp {
  --vg-darkest-blue: #08213D;
  --vg-dark-blue: #12365E;
  --vg-yellow: #EDDD24;
  --vg-text: #333333;
  --vg-link: #337AB7;
  --vg-light-gray: #D1D1D1;
  --vg-table-gray: #e2e2e7;
  --vg-border: #979797;
  --vg-font-black: 'Gotham-Black', Arial, sans-serif;
  --vg-font-medium: 'Gotham-Medium', Arial, sans-serif;
  --vg-font-bold: 'Gotham-Bold', Arial, sans-serif;
  --vg-font-book: 'Gotham-Book', Arial, sans-serif;
  color: var(--vg-text);
}

.vg-hcp * { box-sizing: border-box; }

.vg-hcp__container {
  max-width: 1440px;
  margin: 0 auto;
  padding: 0 42px;
}

.vg-hcp__section { padding: 48px 0 56px; }

/* Superscript reference markers — non-interactive, inherit copy color so they
   match surrounding text (SERB-310). */
.vg-hcp sup {
  font-size: 0.645em;
  vertical-align: super;
  top: 0;
  color: inherit;
  line-height: 0;
}

/* ---------- H1 ---------- */
.vg-hcp__h1 {
  font-family: var(--vg-font-black);
  font-size: 40px;
  line-height: 1.575;
  font-weight: normal;
  text-transform: uppercase;
  color: var(--vg-dark-blue);
  margin: 0 0 24px;
}

/* ---------- TWO-COLUMN ROW ---------- */
.vg-hcp__cols {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 32px;
  align-items: start;
}

.vg-hcp__col { min-width: 0; }

/* Sub-headings within each column. */
.vg-hcp__lede {
  font-family: var(--vg-font-book);
  font-size: 24px;
  line-height: 1.0833;
  font-weight: normal;
  color: var(--vg-dark-blue);
  margin: 0 0 16px;
}

.vg-hcp__subhead {
  font-family: var(--vg-font-black);
  font-size: 24px;
  line-height: 1.0833;
  font-weight: normal;
  color: var(--vg-text);
  margin: 0 0 20px;
}

/* ---------- 90% SURVIVAL STAT CALLOUT ---------- */
.vg-hcp__stat {
  display: flex;
  align-items: center;
  gap: 18px;
  margin: 0 0 18px;
}
.vg-hcp__stat-img {
  display: block;
  width: 132px;
  height: auto;
  flex-shrink: 0;
}
.vg-hcp__stat-caption {
  font-family: var(--vg-font-book);
  font-size: 16px;
  line-height: 1.3125;
  color: var(--vg-dark-blue);
  margin: 0;
}

/* ---------- TREATMENT NOTE PARAGRAPH ---------- */
.vg-hcp__note {
  font-family: var(--vg-font-book);
  font-size: 16px;
  line-height: 1.3125;
  color: var(--vg-text);
  margin: 0;
}

/* ---------- BULLET LIST — yellow right-pointing triangle markers ---------- */
.vg-hcp__list {
  list-style: none;
  margin: 0;
  padding: 0 0 0 28px;
  font-family: var(--vg-font-book);
  font-size: 16px;
  line-height: 1.3125;
  color: var(--vg-text);
}
/* Yellow triangle as native list marker (SERB-316). */
.vg-hcp__list > li {
  list-style-image: url('/img/redesign/yellow-triangle.svg');
  list-style-position: outside;
  padding-left: 11px;
  margin: 0 0 20px;
  font-size: 16px;
  line-height: 21px;
}
.vg-hcp__list > li:last-child { margin-bottom: 0; }

/* ---------- CLINICAL CTA TEASER BAND ---------- */
/* Fixed 303px band (Figma node 4043-21658). min-height + column-flex centering
   keeps the band at the design height regardless of how the copy wraps. */
.vg-hcp__cta {
  background: linear-gradient(to bottom, #eeeeee 0%, #e2e2e2 55%, #d1d1d1 100%);
  margin: 56px 0;
  min-height: 303px;
  padding: 24px 0;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.vg-hcp__cta-inner {
  max-width: 1440px;
  margin: 0 auto;
  padding: 0 42px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 32px;
}
.vg-hcp__cta-copy { max-width: 1090px; min-width: 0; }
.vg-hcp__cta-h2 {
  font-family: var(--vg-font-black);
  font-size: 60px;
  line-height: 0.7;
  font-weight: normal;
  color: var(--vg-dark-blue);
  margin: 0 0 24px;
}
.vg-hcp__cta-sub {
  font-family: var(--vg-font-book);
  font-size: 24px;
  line-height: 1.0833;
  color: var(--vg-dark-blue);
  margin: 0;
}
.vg-hcp__cta-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  width: 180px;
  height: 60px;
  background: var(--vg-yellow);
  font-family: var(--vg-font-bold);
  font-weight: 700; /* keep the label bold when the Arial fallback is used (Gotham-Bold absent) */
  font-size: 16px;
  line-height: 1.625;
  color: var(--vg-dark-blue);
  text-align: center;
  text-decoration: none;
}
.vg-hcp__cta-btn:hover,
.vg-hcp__cta-btn:focus { color: var(--vg-dark-blue); text-decoration: none; }

/* ---------- ABBREVIATION FOOTNOTE ---------- */
.vg-hcp__foot {
  font-family: var(--vg-font-book);
  font-size: 16px;
  line-height: 1.3125;
  color: var(--vg-text);
  margin: 0;
}

/* ---------- RESPONSIVE ---------- */
@media (max-width: 991px) {
  .vg-hcp__container { padding: 0 24px; }
  .vg-hcp__cols { grid-template-columns: 1fr; gap: 36px; }
  .vg-hcp__h1 { font-size: 30px; }
  .vg-hcp__cta-inner { padding: 0 24px; flex-direction: column; align-items: flex-start; }
  .vg-hcp__cta-h2 { font-size: 44px; }
}
