.vp-page-credentials {
  --cr-white: #fcfeff;
  --cr-cream: #fffdfa;
  --cr-soft: #f0f6ff;
  --cr-navy-800: #051730;
  --cr-navy-700: #08234a;
  --cr-navy-600: #0d3c7e;
  --cr-grey: #3e4651;
  --cr-ink: #0e0f0f;
  --cr-beige-100: #dabb9a;
  --cr-beige-200: #d1ac84;
  --cr-beige-400: #bf8f5c;
  --cr-beige-600: #ac753a;
  --cr-border: rgba(193, 200, 212, 0.3);
  background: var(--cr-white);
}

.vp-page-credentials .cr-container { width: min(100%, 1440px); margin: 0 auto; padding-inline: 60px; }
.vp-page-credentials .cr-container-narrow { width: min(100%, 950px); }
.vp-page-credentials h1, .vp-page-credentials h2, .vp-page-credentials h3 { margin: 0; font-family: var(--vp-display); font-weight: 400; letter-spacing: 1px; }
.vp-page-credentials p { margin: 0; }
.vp-page-credentials .cr-eyebrow { margin: 0 0 32px; color: var(--cr-beige-200); font-family: var(--vp-sans); font-size: 20px; font-weight: 800; line-height: 1.5; letter-spacing: 3px; text-transform: uppercase; }
.vp-page-credentials .cr-eyebrow-light { color: var(--cr-beige-200); }
.vp-page-credentials .cr-lede { color: var(--cr-grey); font-size: 24px; line-height: 1.5; }

.cr-hero { position: relative; display: flex; align-items: center; min-height: 700px; color: var(--cr-cream); isolation: isolate; overflow: hidden; }
.cr-hero-media { position: absolute; inset: 0; z-index: -2; }
.cr-hero-media img { width: 100%; height: 100%; object-fit: cover; object-position: center 42%; }
.cr-hero::after { content: ""; position: absolute; inset: 0; z-index: -1; background: linear-gradient(90deg, rgba(5, 23, 48, 0.7) 0%, rgba(5, 23, 48, 0.7) 41.135%, rgba(5, 23, 48, 0) 100%); }
.cr-hero-copy { display: flex; flex-direction: column; gap: 56px; }
.cr-hero-copy .cr-eyebrow { margin-bottom: 0; }
.vp-page-credentials .cr-hero .cr-container, .vp-page-credentials .cr-hero .cr-hero-container { width: 100%; max-width: none; margin: 0; padding-inline: 80px; }
.cr-hero-copy { max-width: 1034px; }
.cr-hero h1 { color: var(--cr-cream); font-size: 100px; line-height: 1.15; letter-spacing: 0; }
.cr-hero .cr-lede { max-width: 1034px; margin-top: 24px; color: var(--cr-cream); font-family: var(--vp-sans); font-weight: 400; }

.cr-intro { display: flex; align-items: center; justify-content: center; min-height: 348px; padding: 84px 60px; background: var(--cr-cream); text-align: center; }
.cr-intro-frame { position: relative; }
.cr-intro-frame::before, .cr-intro-frame::after { content: ""; position: absolute; width: 100px; height: 100px; pointer-events: none; }
.cr-intro-frame::before { top: -36px; left: -32px; border-top: 2px solid var(--cr-beige-400); border-left: 2px solid var(--cr-beige-400); }
.cr-intro-frame::after { right: -32px; bottom: -36px; border-right: 2px solid var(--cr-beige-400); border-bottom: 2px solid var(--cr-beige-400); }
.cr-intro p { color: var(--cr-ink); font-family: var(--vp-sans); font-size: 24px; font-style: italic; line-height: 1.5; }
.cr-intro p + p { margin-top: 24px; }

.cr-section { padding: 84px 0; background: var(--cr-white); }
.cr-section-soft { background: var(--cr-soft); }
.cr-section-head { max-width: 1000px; margin: 0 auto 64px; text-align: center; }
.cr-section-head h2 { color: var(--cr-navy-700); font-size: 84px; line-height: 1.2; }

.cr-list-grid { display: flex; flex-direction: column; gap: 24px; max-width: 1320px; margin: 0 auto; }
.cr-list-card { display: flex; gap: 20px; align-items: center; padding: 32px; border: 1px solid var(--cr-border); border-radius: 8px; background: var(--cr-white); box-shadow: 0 12px 12px rgba(0, 0, 0, 0.05); }
.cr-list-num { display: inline-flex; flex: 0 0 32px; align-items: center; justify-content: center; width: 32px; height: 32px; border-radius: 50%; background: var(--cr-beige-400); color: var(--cr-white); font-family: var(--vp-sans); font-size: 16px; font-weight: 700; }
.cr-list-card p { flex: 1; color: var(--cr-navy-700); font-family: var(--vp-sans); font-size: 20px; font-weight: 450; line-height: 1.5; }

.cr-split { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); align-items: stretch; min-height: 600px; background: var(--cr-white); overflow: hidden; }
.cr-accred-section { padding: 84px 0; background: var(--cr-white); }
.cr-accred-inner { display: grid; grid-template-columns: minmax(0, 574px) minmax(0, 1fr); gap: 64px; align-items: center; }
.cr-accred-media { overflow: hidden; border-radius: 8px; aspect-ratio: 574 / 322; }
.cr-accred-media img { display: block; width: 100%; height: 100%; object-fit: cover; object-position: center center; border-radius: 8px; }
.cr-accred-copy { display: flex; flex-direction: column; gap: 24px; }
.cr-accred-copy h2 { color: var(--cr-navy-700); font-size: 56px; line-height: 1.2; text-align: left; }
.cr-accred-copy p { color: var(--cr-ink); font-family: var(--vp-sans); font-size: 18px; line-height: 1.5; }
.cr-split-soft { background: var(--cr-soft); }
.cr-split-reverse .cr-split-copy { order: 2; }
.cr-split-reverse .cr-split-media { order: 1; }
.cr-split-copy { display: flex; flex-direction: column; justify-content: center; gap: 24px; padding: 84px 60px; background: var(--cr-white); }
.cr-split-copy h2 { color: var(--cr-navy-700); font-size: 56px; line-height: 1.2; text-align: left; }
.cr-split-copy p { color: var(--cr-ink); font-family: var(--vp-sans); font-size: 18px; line-height: 1.5; }
.cr-split-media { position: relative; min-height: 600px; overflow: hidden; }
.cr-split-media img { position: absolute; inset: 0; display: block; width: 100%; height: 100%; max-width: none; object-fit: cover; object-position: center center; border-radius: 0; }
.cr-bullets { margin: 0; padding-left: 1.2em; color: var(--cr-ink); font-family: var(--vp-sans); font-size: 18px; line-height: 1.6; }
.cr-bullets li + li { margin-top: 12px; }

.cr-photo-cta { position: relative; display: flex; align-items: center; min-height: 560px; color: var(--cr-cream); isolation: isolate; overflow: hidden; }
.cr-photo-cta-media { position: absolute; inset: 0; z-index: -2; }
.cr-photo-cta-media img { width: 100%; height: 100%; object-fit: cover; }
.cr-photo-cta::after { content: ""; position: absolute; inset: 0; z-index: -1; background: linear-gradient(90deg, rgba(5, 23, 48, 0.88) 0%, rgba(5, 23, 48, 0.55) 55%, rgba(5, 23, 48, 0.35) 100%); }
.cr-photo-cta-inner { position: relative; z-index: 1; max-width: 720px; padding-block: 84px; }
.cr-photo-cta h2 { color: var(--cr-white); font-size: 56px; line-height: 1.2; }
.cr-photo-cta-lede { margin-top: 24px; color: var(--cr-soft); font-family: var(--vp-sans); font-size: 18px; line-height: 1.5; }

.cr-split-cta { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); min-height: 600px; }
.cr-split-cta-copy { display: flex; flex-direction: column; justify-content: center; gap: 24px; padding: 84px 60px; background: var(--cr-navy-800); color: var(--cr-cream); }
.cr-split-cta-copy h2 { color: var(--cr-white); font-size: 56px; line-height: 1.2; }
.cr-split-cta-copy p { color: var(--cr-soft); font-family: var(--vp-sans); font-size: 18px; line-height: 1.5; }
.cr-split-cta-media { min-height: 600px; overflow: hidden; }
.cr-split-cta-media img { width: 100%; height: 100%; min-height: 600px; object-fit: cover; }

.cr-ingredient-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 24px; max-width: 1320px; margin: 0 auto; }
.cr-ingredient-card { display: flex; flex-direction: column; gap: 16px; padding: 32px; border: 1px solid var(--cr-border); border-radius: 8px; background: var(--cr-white); box-shadow: 0 12px 12px rgba(0, 0, 0, 0.05); }
.cr-ingredient-icon { display: block; width: 48px; height: 48px; border-radius: 8px; background: var(--cr-navy-800); }
.cr-ingredient-card h3 { color: var(--cr-navy-700); font-size: 32px; line-height: 1.2; }
.cr-ingredient-card p { color: var(--cr-grey); font-family: var(--vp-sans); font-size: 16px; line-height: 1.5; }

.cr-disclaimer { padding: 84px 60px; background: var(--cr-cream); text-align: center; }
.cr-disclaimer h2 { color: var(--cr-navy-700); font-size: 48px; line-height: 1.2; }
.cr-disclaimer p { margin-top: 24px; color: var(--cr-grey); font-family: var(--vp-sans); font-size: 16px; line-height: 1.5; }

.cr-actions { display: flex; flex-wrap: wrap; gap: 32px; margin-top: 44px; }
.cr-button { display: inline-flex; gap: 16px; align-items: center; justify-content: center; min-width: 200px; min-height: 56px; padding: 16px 32px; border: 0; border-radius: 8px; color: var(--cr-white); font-family: var(--vp-sans); font-size: 18px; font-weight: 500; line-height: 1.72; letter-spacing: 1.62px; text-decoration: none; text-transform: uppercase; transition: background-color 160ms ease; }
.cr-button::after { content: ""; width: 30px; height: 30px; flex: 0 0 30px; background: currentColor; -webkit-mask: url("../../img/static-pages/health-span-programs/button-arrow.svg") center / contain no-repeat; mask: url("../../img/static-pages/health-span-programs/button-arrow.svg") center / contain no-repeat; }
.cr-button-primary { background: var(--cr-navy-600); }
.cr-button-secondary { background: var(--cr-beige-600); }
.cr-button-primary:hover, .cr-button-primary:focus-visible { background: #164f9d; }
.cr-button-secondary:hover, .cr-button-secondary:focus-visible { background: var(--cr-beige-400); }

@media (max-width: 1180px) {
  .cr-hero h1 { font-size: 64px; }
  .cr-section-head h2 { font-size: 64px; }
  .cr-split-copy h2, .cr-photo-cta h2, .cr-split-cta-copy h2, .cr-state-copy h2, .cr-reg-copy h2, .cr-quality-copy h2, .cr-accred-copy h2 { font-size: 44px; }
  .cr-split, .cr-split-cta, .cr-split-reverse { grid-template-columns: 1fr; }
  .cr-split-reverse .cr-split-copy, .cr-split-reverse .cr-split-media { order: initial; }
  .cr-split-media { min-height: 360px; }
  .cr-ingredient-grid { grid-template-columns: 1fr 1fr; }
}
@media (max-width: 760px) {
  .vp-page-credentials .cr-container, .vp-page-credentials .cr-hero .cr-container, .vp-page-credentials .cr-hero .cr-hero-container { padding-inline: 24px; }
  .cr-hero { min-height: 620px; }
  .cr-hero h1 { font-size: 50px; }
  .cr-section-head h2 { font-size: 50px; }
  .cr-split-copy, .cr-split-cta-copy, .cr-disclaimer, .cr-cta-band-copy { padding: 64px 24px; }
  .cr-cta-band-copy h2 { font-size: 36px; }
  .cr-intro { padding: 64px 24px; }
  .cr-actions { flex-direction: column; }
  .cr-button { width: 100%; }
  .cr-ingredient-grid { grid-template-columns: 1fr; }
}

.cr-state-band { padding: 84px 0; background: var(--cr-navy-800); color: var(--cr-cream); }
.cr-state-inner { display: grid; grid-template-columns: minmax(0, 1fr) minmax(0, 574px); gap: 64px; align-items: center; }
.cr-state-copy { display: flex; flex-direction: column; gap: 24px; text-align: left; }
.cr-state-copy .cr-eyebrow { margin-bottom: 0; }
.cr-state-copy h2 { color: var(--cr-white); font-size: 56px; line-height: 1.2; }
.cr-state-lede { color: var(--cr-soft); font-family: var(--vp-sans); font-size: 16px; line-height: 1.5; }
.cr-state-list { display: flex; flex-direction: column; gap: 12px; margin: 0; padding: 0; list-style: none; }
.cr-state-list li { display: flex; gap: 8px; align-items: flex-start; color: var(--cr-cream); font-family: var(--vp-sans); font-size: 16px; line-height: 1.5; }
.cr-state-list li::before { content: ""; flex: 0 0 6px; width: 6px; height: 6px; margin-top: 9px; border-radius: 50%; background: var(--cr-beige-400); }
.cr-state-note { color: var(--cr-soft); font-family: var(--vp-sans); font-size: 16px; line-height: 1.5; }
.cr-state-mosaic { display: flex; flex-direction: column; gap: 12px; }
.cr-state-row { display: grid; gap: 12px; }
.cr-state-row-top { grid-template-columns: repeat(3, minmax(0, 1fr)); }
.cr-state-row-bottom { grid-template-columns: repeat(2, minmax(0, 1fr)); }
.cr-state-tile { position: relative; overflow: hidden; border-radius: 8px; }
.cr-state-tile-tall { aspect-ratio: 183 / 260; }
.cr-state-tile-wide { aspect-ratio: 281 / 301; }
.cr-state-tile::after { content: ""; position: absolute; inset: 0; background: linear-gradient(180deg, rgba(0, 0, 0, 0) 36.5%, rgba(0, 0, 0, 1) 100%); pointer-events: none; }
.cr-state-tile img { width: 100%; height: 100%; object-fit: cover; }
.cr-state-tile span { position: absolute; z-index: 1; left: 50%; bottom: 24px; width: calc(100% - 48px); color: var(--cr-beige-100); font-family: var(--vp-sans); font-size: 14px; font-weight: 800; line-height: 1.5; letter-spacing: 2px; text-align: center; text-transform: uppercase; transform: translateX(-50%); }
.cr-card-grid { display: grid; grid-template-columns: repeat(2, minmax(0,1fr)); gap: 24px; max-width: 1320px; margin: 0 auto; }
.cr-reg-inner { display: grid; grid-template-columns: minmax(0, 628px) minmax(0, 1fr); gap: 64px; align-items: center; }
.cr-reg-inner-reverse { grid-template-columns: minmax(0, 1fr) minmax(0, 628px); }
.cr-reg-cards { max-width: none; margin: 0; }
.cr-reg-copy { display: flex; flex-direction: column; gap: 24px; text-align: left; }
.cr-reg-copy .cr-eyebrow { margin-bottom: 0; color: var(--cr-beige-600); }
.cr-reg-copy h2 { color: var(--cr-navy-700); font-size: 56px; line-height: 1.2; text-align: left; }
.cr-reg-lede { color: var(--cr-grey); font-family: var(--vp-sans); font-size: 24px; line-height: 1.5; }
.cr-info-card { display: flex; flex-direction: column; gap: 8px; padding: 32px; border: 1px solid var(--cr-border); border-radius: 8px; background: var(--cr-white); box-shadow: 0 12px 24px rgba(0,0,0,.05); }
.cr-info-card-head { display: flex; align-items: center; gap: 16px; }
.cr-info-card-mark { flex: 0 0 16px; width: 16px; border-top: 2px solid var(--cr-beige-100); }
.cr-info-card h3 { margin: 0; color: var(--cr-ink); font-size: 32px; line-height: 1.2; }
.cr-info-card p { margin: 0; color: #222830; font-family: var(--vp-sans); font-size: 16px; line-height: 1.5; }
.cr-quality-section { padding: 84px 0; background: var(--cr-white); }
.cr-quality-inner { display: grid; grid-template-columns: minmax(0, 574px) minmax(0, 1fr); gap: 64px; align-items: start; }
.cr-quality-media { position: relative; overflow: hidden; border-radius: 12px; aspect-ratio: 574 / 798; }
.cr-quality-media img { display: block; width: 100%; height: 100%; object-fit: cover; border-radius: 12px; }
.cr-quality-copy { display: flex; flex-direction: column; gap: 24px; }
.cr-quality-copy .cr-eyebrow { margin-bottom: 0; }
.cr-quality-copy h2 { color: var(--cr-navy-700); font-size: 56px; line-height: 1.2; text-align: left; }
.cr-quality-copy p { color: var(--cr-ink); font-family: var(--vp-sans); font-size: 18px; line-height: 1.5; }
.cr-cta-stack { display: flex; flex-direction: column; }
.cr-cta-band { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); align-items: stretch; min-height: 704px; overflow: hidden; }
.cr-cta-band-copy { display: flex; flex-direction: column; justify-content: center; gap: 40px; padding: 80px 60px; }
.cr-cta-band-patients { background: var(--cr-cream); }
.cr-cta-band-patients .cr-cta-band-copy { background: var(--cr-cream); }
.cr-cta-band-prescribers { background: var(--cr-white); }
.cr-cta-band-prescribers .cr-cta-band-copy { background: var(--cr-white); }
.cr-cta-band-copy h2 { color: var(--cr-ink); font-size: 52px; line-height: 1.2; text-align: left; }
.cr-cta-band-copy p { color: var(--cr-ink); font-family: var(--vp-sans); font-size: 20px; line-height: 1.5; }
.cr-cta-band-copy .cr-button { align-self: flex-start; margin-top: 0; }
.cr-cta-band-media { position: relative; min-height: 704px; overflow: hidden; }
.cr-cta-band-media img { position: absolute; inset: 0; display: block; width: 100%; height: 100%; max-width: none; object-fit: cover; object-position: center center; border-radius: 0; }
@media (max-width:1180px){.cr-state-inner,.cr-reg-inner,.cr-quality-inner,.cr-accred-inner{grid-template-columns:1fr;}.cr-cta-band{grid-template-columns:1fr;min-height:0;}.cr-cta-band-media{min-height:360px;}.cr-cta-band-copy h2{font-size:44px;}}
@media (max-width:760px){.cr-state-copy h2{font-size:44px;}.cr-state-row-top{grid-template-columns:repeat(2,minmax(0,1fr));}.cr-state-row-bottom{grid-template-columns:1fr;}.cr-card-grid{grid-template-columns:1fr;}.cr-quality-section{padding:64px 0;}}