/* PharmD Live Publication-Ready Copy Rollout — Phase 2 v2.0.1 */
.pdl-pr-phase2-active {
    --pdl-hf-blue: #3180C2;
    --pdl-hf-cyan: #3DAFBE;
    --pdl-hf-pale: #F0FCFB;
    --pdl-hf-orange: #F7941D;
    --pdl-hf-navy: #173A55;
    --pdl-hf-navy-2: #203A56;
    --pdl-hf-text: #26384A;
    --pdl-hf-muted: #5B7184;
    --pdl-hf-border: rgba(49,128,194,.20);
    --pdl-hf-shadow: 0 20px 58px rgba(29,69,97,.12);
}

.pdl-pr-phase2-active .pdl-hf-page,
.pdl-pr-phase2-active .pdl-hf-page * { box-sizing: border-box; }
.pdl-pr-phase2-active .pdl-hf-page { width: 100%; max-width: 100%; overflow: hidden; background: #fff; color: var(--pdl-hf-text); font-family: Roboto, Arial, sans-serif; }
.pdl-pr-phase2-active .pdl-hf-page h1,
.pdl-pr-phase2-active .pdl-hf-page h2,
.pdl-pr-phase2-active .pdl-hf-page h3 { margin-top: 0; font-family: "Open Sans", Arial, sans-serif; color: #123B5A; }
.pdl-pr-phase2-active .pdl-hf-page h1 { font-size: clamp(2.45rem, 4.2vw, 4.2rem); line-height: 1.04; font-weight: 600; letter-spacing: -.04em; margin-bottom: 24px; }
.pdl-pr-phase2-active .pdl-hf-page h2 { font-size: clamp(2rem, 3.3vw, 3.15rem); line-height: 1.08; font-weight: 600; letter-spacing: -.03em; margin-bottom: 16px; }
.pdl-pr-phase2-active .pdl-hf-page h3 { font-size: clamp(1.35rem, 2vw, 1.85rem); line-height: 1.2; font-weight: 700; margin-bottom: 16px; }
.pdl-pr-phase2-active .pdl-hf-page p,
.pdl-pr-phase2-active .pdl-hf-page li { font-size: clamp(1rem, 1.08vw, 1.12rem); line-height: 1.72; }
.pdl-pr-phase2-active .pdl-hf-page p { margin: 0 0 18px; }
.pdl-pr-phase2-active .pdl-hf-page a { text-decoration: none; }

.pdl-hf-shell { width: min(1180px, 90vw); margin-inline: auto; }
.pdl-hf-shell--narrow { width: min(920px, 90vw); }
.pdl-hf-section { position: relative; padding: clamp(76px, 8vw, 118px) 0; }
.pdl-hf-section--white { background: #fff; }
.pdl-hf-section--faq { background: #F7FBFD; }
.pdl-hf-heading { margin-bottom: 34px; }
.pdl-hf-heading--center { max-width: 940px; text-align: center; margin-left: auto; margin-right: auto; }
.pdl-pr-phase2-active .pdl-hf-page .pdl-hf-heading--light h2 { color: #fff; }
.pdl-hf-copy { max-width: 760px; }
.pdl-hf-copy--light { color: rgba(255,255,255,.86); }
.pdl-pr-phase2-active .pdl-hf-page .pdl-hf-copy--light h3 { color: #fff; }

/* Hero — full-background video, normal PharmD Live page feel */
.pdl-hf-hero {
    position: relative;
    min-height: min(760px, 86vh);
    display: flex;
    align-items: center;
    overflow: hidden;
    background: var(--pdl-hf-navy);
    isolation: isolate;
}
.pdl-hf-hero__media { position: absolute; inset: 0; z-index: 0; overflow: hidden; }
.pdl-hf-hero__video { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; object-position: center center; display: block; transform: scale(1.02); }
.pdl-hf-hero__overlay { position: absolute; inset: 0; z-index: 1; background: linear-gradient(90deg, rgba(13,46,70,.96) 0%, rgba(18,51,77,.91) 34%, rgba(23,58,85,.64) 58%, rgba(23,58,85,.25) 78%, rgba(23,58,85,.12) 100%); }
.pdl-hf-hero__inner { position: relative; z-index: 3; width: min(1180px, 90vw); padding-top: clamp(76px, 9vw, 118px); padding-bottom: clamp(76px, 9vw, 118px); }
.pdl-hf-hero__copy { max-width: 720px; color: #fff; position: relative; }
.pdl-pr-phase2-active .pdl-hf-page .pdl-hf-hero__copy h1 { color: #fff; max-width: 720px; text-shadow: 0 2px 20px rgba(0,0,0,.12); }
.pdl-hf-hero__copy p { color: rgba(255,255,255,.9); font-size: clamp(1.08rem,1.42vw,1.28rem); line-height: 1.68; max-width: 650px; margin-bottom: 0; text-shadow: 0 1px 10px rgba(0,0,0,.12); }
.pdl-hf-hero__ring { position: absolute; border: 1px solid rgba(61,175,190,.28); border-radius: 50%; z-index: 2; pointer-events: none; }
.pdl-hf-hero__ring--one { width: 280px; height: 280px; right: -90px; top: -80px; }
.pdl-hf-hero__ring--two { width: 150px; height: 150px; right: 10%; bottom: 6%; border-color: rgba(247,148,29,.28); }

/* Opening section */
.pdl-hf-split { display: grid; grid-template-columns: minmax(0,1.03fr) minmax(340px,.97fr); gap: clamp(44px,6vw,88px); align-items: stretch; }
.pdl-hf-split--opening { align-items: stretch; }
.pdl-hf-media { position: relative; overflow: hidden; margin: 0; border-radius: 28px; min-height: 500px; background: #F4F9FB; box-shadow: var(--pdl-hf-shadow); }
.pdl-hf-media img { position: absolute; inset: 0; width: 100%; height: 100%; min-height: 100%; object-fit: cover; display: block; transition: transform .7s ease; }
.pdl-hf-media:hover img { transform: scale(1.035); }
.pdl-hf-media::after { content: ""; position: absolute; inset: 15px -15px -15px 15px; border: 1px solid rgba(61,175,190,.5); border-radius: 28px; z-index: -1; }
.pdl-hf-media--opening { min-height: 590px; }

/* Three-part care model: editorial bands rather than card stack */
.pdl-hf-section--model { padding: 90px 0 0; background: #F8FCFD; }
.pdl-hf-model-band { padding: clamp(64px,6vw,92px) 0; position: relative; }
.pdl-hf-model-band--light { background: #fff; }
.pdl-hf-model-band--soft { background: linear-gradient(115deg,#F0FCFB 0%,#F8FCFF 100%); }
.pdl-hf-model-band--navy { background: radial-gradient(circle at 86% 10%,rgba(61,175,190,.15),transparent 26%),linear-gradient(150deg,#203A56 0%,#173A55 100%); }
.pdl-hf-model-grid { display: grid; grid-template-columns: minmax(0,.92fr) minmax(350px,1.08fr); gap: clamp(34px,5vw,70px); align-items: stretch; }
.pdl-hf-model-grid--reverse { grid-template-columns: minmax(350px,1.04fr) minmax(0,.96fr); }
.pdl-hf-media--model { min-height: 520px; }
.pdl-hf-clean-list { list-style: none; padding: 0; margin: 22px 0; display: grid; gap: 10px; }
.pdl-hf-clean-list li { position: relative; padding-left: 30px; color: inherit; }
.pdl-hf-clean-list li::before { content: ""; position: absolute; left: 0; top: .7em; width: 10px; height: 10px; border-radius: 50%; background: var(--pdl-hf-cyan); box-shadow: 0 0 0 5px rgba(61,175,190,.14); }
.pdl-hf-callout { margin-top: 28px !important; padding: 22px 24px; border-radius: 18px; border-left: 4px solid var(--pdl-hf-cyan); font-weight: 500; }
.pdl-hf-callout--dark { background: rgba(255,255,255,.08); color: #fff; border-color: var(--pdl-hf-orange); }
.pdl-hf-sdoh-grid { display: block; max-width: 900px; margin-inline: auto; }

/* Program capabilities */
.pdl-hf-section--capabilities { background: radial-gradient(circle at 10% 90%,rgba(61,175,190,.13),transparent 22%),linear-gradient(145deg,#173A55 0%,#203A56 100%); }
.pdl-hf-capability-list { border-top: 1px solid rgba(255,255,255,.18); }
.pdl-hf-capability-row { position: relative; padding: 26px 18px 26px 34px; border-bottom: 1px solid rgba(255,255,255,.18); transition: transform .22s ease, background-color .22s ease; }
.pdl-hf-capability-row:hover { transform: translateX(7px); background: rgba(255,255,255,.035); }
.pdl-hf-capability-row::before { content: ""; position: absolute; left: 6px; top: 35px; width: 10px; height: 10px; border-radius: 50%; background: var(--pdl-hf-cyan); box-shadow: 0 0 0 6px rgba(61,175,190,.12); }
.pdl-hf-capability-row p { color: rgba(255,255,255,.84); margin-bottom: 0; }
.pdl-hf-capability-row strong { color: #fff; }

/* Outcomes */
.pdl-hf-section--outcomes { background: #fff; }
.pdl-hf-outcome-layout { display: grid; grid-template-columns: minmax(300px,.7fr) minmax(0,1.3fr); gap: clamp(44px,7vw,100px); align-items: start; }
.pdl-hf-outcome-layout > .pdl-hf-heading { position: sticky; top: 120px; }
.pdl-hf-outcome-list { border-top: 1px solid var(--pdl-hf-border); }
.pdl-hf-outcome-item { display: grid; grid-template-columns: 46px 1fr; gap: 18px; align-items: center; padding: 20px 0; border-bottom: 1px solid var(--pdl-hf-border); }
.pdl-hf-outcome-item span { width: 34px; height: 34px; display: grid; place-items: center; border-radius: 50%; background: linear-gradient(145deg,var(--pdl-hf-blue),var(--pdl-hf-cyan)); color: #fff; font-weight: 800; box-shadow: 0 8px 18px rgba(49,128,194,.14); }
.pdl-hf-outcome-item p { margin: 0; font-weight: 500; color: #25465E; }

/* Population */
.pdl-hf-section--population { background: linear-gradient(180deg,#F7FBFD 0%,#fff 100%); }
.pdl-hf-split--population { grid-template-columns: minmax(360px,.96fr) minmax(0,1.04fr); }
.pdl-hf-media--population { min-height: 520px; }

/* FAQ */
.pdl-hf-faq-list { display: grid; gap: 14px; }
.pdl-hf-faq { background: #fff; border: 1px solid var(--pdl-hf-border); border-radius: 17px; overflow: hidden; box-shadow: 0 8px 26px rgba(38,83,113,.045); }
.pdl-hf-faq summary { cursor: pointer; list-style: none; position: relative; padding: 22px 64px 22px 24px; font-family: "Open Sans",Arial,sans-serif; font-size: 1.08rem; font-weight: 700; color: #123B5A; }
.pdl-hf-faq summary::-webkit-details-marker { display: none; }
.pdl-hf-faq summary::after { content: "+"; position: absolute; right: 22px; top: 50%; transform: translateY(-50%); width: 30px; height: 30px; display: grid; place-items: center; border-radius: 50%; background: var(--pdl-hf-pale); color: var(--pdl-hf-blue); font-size: 22px; transition: transform .2s ease; }
.pdl-hf-faq[open] summary::after { transform: translateY(-50%) rotate(45deg); }
.pdl-hf-faq > div { padding: 0 24px 22px; color: #4D6578; }
.pdl-hf-faq > div p { margin-bottom: 0; }

/* Final CTA */
.pdl-hf-final-cta { padding: clamp(68px,7vw,96px) 0; background: radial-gradient(circle at 92% 14%,rgba(61,175,190,.18),transparent 28%),#173A55; }
.pdl-hf-final-cta__grid { display: grid; grid-template-columns: minmax(0,1.25fr) minmax(320px,.75fr); gap: 40px; align-items: center; }
.pdl-pr-phase2-active .pdl-hf-page .pdl-hf-final-cta h2 { color: #fff; margin-bottom: 16px; }
.pdl-hf-final-cta p { color: rgba(255,255,255,.82); margin-bottom: 0; max-width: 760px; }
.pdl-hf-actions { display: flex; justify-content: flex-end; }
.pdl-hf-button { display: inline-flex; align-items: center; justify-content: center; gap: 10px; padding: 14px 22px; min-height: 52px; border-radius: 13px; background: var(--pdl-hf-orange); border: 1px solid var(--pdl-hf-orange); color: #fff !important; font-size: 15px; font-weight: 700; transition: transform .2s ease, box-shadow .2s ease, background-color .2s ease; }
.pdl-hf-button span { transition: transform .2s ease; }
.pdl-hf-button:hover { transform: translateY(-2px); background: #E88410; box-shadow: 0 12px 28px rgba(0,0,0,.18); }
.pdl-hf-button:hover span { transform: translateX(3px); }

/* Professional motion */
.pdl-pr-js .pdl-hf-reveal,
.pdl-pr-js .pdl-hf-reveal-left,
.pdl-pr-js .pdl-hf-reveal-right { opacity: 0; transition: opacity .68s ease, transform .68s cubic-bezier(.22,.8,.3,1); }
.pdl-pr-js .pdl-hf-reveal { transform: translateY(24px); }
.pdl-pr-js .pdl-hf-reveal-left { transform: translateX(-28px); }
.pdl-pr-js .pdl-hf-reveal-right { transform: translateX(28px); }
.pdl-pr-js .pdl-hf-is-visible { opacity: 1; transform: none; }

.pdl-pr-phase2-active .pdl-pr-preview-badge { position: fixed; right: 18px; bottom: 18px; z-index: 999999; max-width: 440px; padding: 10px 14px; border: 1px solid rgba(255,255,255,.3); border-radius: 999px; background: #173A55; color: #fff; font: 600 13px/1.4 Arial,sans-serif; box-shadow: 0 8px 30px rgba(0,0,0,.18); }

@media (max-width: 1040px) {
    .pdl-hf-model-grid,
    .pdl-hf-model-grid--reverse { grid-template-columns: 1fr 1fr; }
}

@media (max-width: 900px) {
    .pdl-hf-split,
    .pdl-hf-split--population,
    .pdl-hf-outcome-layout,
    .pdl-hf-final-cta__grid { grid-template-columns: 1fr; }
    .pdl-hf-hero { min-height: 680px; }
    .pdl-hf-hero__overlay { background: linear-gradient(90deg, rgba(13,46,70,.96) 0%, rgba(18,51,77,.88) 52%, rgba(23,58,85,.42) 100%); }
    .pdl-hf-hero__copy { max-width: 650px; }
    .pdl-hf-outcome-layout > .pdl-hf-heading { position: static; }
    .pdl-hf-actions { justify-content: flex-start; }
    .pdl-hf-media--opening,
    .pdl-hf-media--population { min-height: 430px; }
}

@media (max-width: 700px) {
    .pdl-hf-shell,
    .pdl-hf-shell--narrow { width: min(92vw,680px); }
    .pdl-hf-section { padding: 66px 0; }
    .pdl-hf-section--model { padding-top: 66px; }
    .pdl-hf-model-band { padding: 56px 0; }
    .pdl-hf-hero { min-height: 620px; }
    .pdl-hf-hero__inner { width: min(92vw,680px); padding-top: 72px; padding-bottom: 72px; }
    .pdl-hf-hero__overlay { background: rgba(16,47,71,.82); }
    .pdl-hf-model-grid,
    .pdl-hf-model-grid--reverse { grid-template-columns: 1fr; gap: 22px; }
    .pdl-hf-model-grid--reverse .pdl-hf-copy,
    .pdl-hf-model-grid--reverse .pdl-hf-media { grid-column: auto; grid-row: auto; order: initial; }
    .pdl-hf-media,
    .pdl-hf-media--opening,
    .pdl-hf-media--model,
    .pdl-hf-media--population { min-height: 320px; border-radius: 22px; }
    .pdl-hf-media::after { inset: 10px -9px -9px 9px; border-radius: 22px; }
    .pdl-hf-capability-row { padding: 22px 12px 22px 32px; }
    .pdl-hf-capability-row::before { left: 5px; top: 31px; }
    .pdl-hf-outcome-item { grid-template-columns: 40px 1fr; gap: 12px; }
    .pdl-hf-button { width: 100%; }
    .pdl-pr-phase2-active .pdl-pr-preview-badge { left: 12px; right: 12px; bottom: 12px; max-width: none; border-radius: 12px; text-align: center; }
}

@media (prefers-reduced-motion: reduce) {
    .pdl-pr-js .pdl-hf-reveal,
    .pdl-pr-js .pdl-hf-reveal-left,
    .pdl-pr-js .pdl-hf-reveal-right { opacity: 1 !important; transform: none !important; transition: none !important; }
    .pdl-hf-page *, .pdl-hf-page *::before, .pdl-hf-page *::after { scroll-behavior: auto !important; transition-duration: .001ms !important; animation-duration: .001ms !important; animation-iteration-count: 1 !important; }
}
