/*
 * PharmD Live Publication-Ready Copy Rollout
 * Phase 2 focused Heart Failure review — v10.3.0
 *
 * Loads after master-review.css. It redesigns only the Heart Failure page while
 * preserving the publication-ready source copy and the reversible rollout.
 */

body.pdl-pr-phase2-active {
    --pdl-hf-focus-navy: #0b304a;
    --pdl-hf-focus-navy-2: #154b68;
    --pdl-hf-focus-blue: #3180c2;
    --pdl-hf-focus-teal: #3dafbe;
    --pdl-hf-focus-green: #8dc63f;
    --pdl-hf-focus-orange: #f7941d;
    --pdl-hf-focus-ink: #173a55;
    --pdl-hf-focus-muted: #526b7d;
    --pdl-hf-focus-line: rgba(49, 128, 194, .20);
    --pdl-hf-focus-ease: cubic-bezier(.22, .82, .28, 1);
}

body.pdl-pr-phase2-active .pdl-hf-page {
    overflow: clip;
}

/* ========================================================================== 
   8 — New interactive hero
   ========================================================================== */
body.pdl-pr-phase2-active .pdl-hf-page .pdl-hf-hero {
    --pdl-hf-hero-x: 0;
    --pdl-hf-hero-y: 0;
    min-height: clamp(700px, 86vh, 880px);
    padding: clamp(78px, 7vw, 112px) 0 clamp(92px, 8vw, 126px);
    display: flex;
    align-items: center;
    background:
        radial-gradient(circle at 12% 18%, rgba(61, 175, 190, .20), transparent 28%),
        radial-gradient(circle at 84% 16%, rgba(49, 128, 194, .22), transparent 27%),
        radial-gradient(circle at 78% 86%, rgba(141, 198, 63, .13), transparent 26%),
        linear-gradient(132deg, #082a42 0%, #103e5b 48%, #17506b 100%);
}

body.pdl-pr-phase2-active .pdl-hf-page .pdl-hf-hero::before {
    opacity: .42;
    background-image:
        linear-gradient(rgba(255, 255, 255, .035) 1px, transparent 1px),
        linear-gradient(90deg, rgba(255, 255, 255, .035) 1px, transparent 1px),
        radial-gradient(circle at 50% 50%, rgba(255, 255, 255, .05) 1px, transparent 1.5px);
    background-size: 58px 58px, 58px 58px, 29px 29px;
    mask-image: linear-gradient(90deg, #000 0%, rgba(0, 0, 0, .82) 58%, transparent 100%);
}

body.pdl-pr-phase2-active .pdl-hf-page .pdl-hf-hero::after {
    height: 6px;
    background: linear-gradient(90deg, var(--pdl-hf-focus-blue), var(--pdl-hf-focus-teal) 48%, var(--pdl-hf-focus-green) 75%, var(--pdl-hf-focus-orange));
}

body.pdl-pr-phase2-active .pdl-hf-page .pdl-hf-hero__grid {
    position: relative;
    z-index: 2;
    width: min(1280px, calc(100% - 64px));
    display: grid;
    grid-template-columns: minmax(0, .90fr) minmax(520px, 1.10fr);
    gap: clamp(48px, 6vw, 92px);
    align-items: center;
}

body.pdl-pr-phase2-active .pdl-hf-page .pdl-hf-hero__copy {
    max-width: 670px;
    padding: 0;
    background: none;
}

body.pdl-pr-phase2-active .pdl-hf-page .pdl-hf-hero__copy::before {
    width: 82px;
    height: 5px;
    margin-bottom: 30px;
    background: linear-gradient(90deg, var(--pdl-hf-focus-orange), #ffbc5c);
    transform-origin: left center;
    transform: scaleX(0);
    transition: transform .8s .18s var(--pdl-hf-focus-ease);
}

body.pdl-pr-phase2-active .pdl-hf-page .pdl-hf-hero-ready .pdl-hf-hero__copy::before {
    transform: scaleX(1);
}

body.pdl-pr-phase2-active .pdl-hf-page .pdl-hf-hero__copy h1 {
    max-width: 690px;
    color: #fff;
    font-size: clamp(2.8rem, 4.65vw, 5.15rem);
    line-height: .99;
    letter-spacing: -.052em;
    text-shadow: 0 16px 40px rgba(0, 0, 0, .18);
}

body.pdl-pr-phase2-active .pdl-hf-page .pdl-hf-hero__copy p {
    max-width: 640px;
    color: rgba(255, 255, 255, .86);
    font-size: clamp(1.08rem, 1.35vw, 1.31rem);
    line-height: 1.72;
}

body.pdl-pr-phase2-active .pdl-hf-page .pdl-hf-hero__stage {
    position: relative;
    min-height: 610px;
    isolation: isolate;
    perspective: 1200px;
    transform-style: preserve-3d;
}

body.pdl-pr-phase2-active .pdl-hf-page .pdl-hf-hero__stage::before {
    content: "";
    position: absolute;
    inset: 10% 4% 3% 9%;
    z-index: -3;
    border-radius: 46% 54% 45% 55% / 55% 44% 56% 45%;
    background:
        radial-gradient(circle at 28% 22%, rgba(255, 255, 255, .18), transparent 25%),
        linear-gradient(145deg, rgba(61, 175, 190, .20), rgba(49, 128, 194, .08));
    filter: blur(.2px);
    transform: translate3d(calc(var(--pdl-hf-hero-x) * -5px), calc(var(--pdl-hf-hero-y) * -5px), -20px) rotate(-3deg);
    transition: transform .55s var(--pdl-hf-focus-ease);
}

body.pdl-pr-phase2-active .pdl-hf-page .pdl-hf-hero__portrait {
    position: absolute;
    inset: 2% 0 4% 10%;
    margin: 0;
    overflow: hidden;
    isolation: isolate;
    border: 1px solid rgba(255, 255, 255, .28);
    border-radius: 46px 110px 52px 92px;
    background: #d8e7eb;
    box-shadow: 0 42px 90px rgba(0, 15, 27, .37);
    clip-path: polygon(7% 0, 100% 0, 100% 88%, 90% 100%, 0 100%, 0 12%);
    transform: translate3d(calc(var(--pdl-hf-hero-x) * 10px), calc(var(--pdl-hf-hero-y) * 8px), 20px) rotate(.35deg) scale(.965);
    opacity: 0;
    transition: opacity .9s .18s ease, transform 1.15s .12s var(--pdl-hf-focus-ease), filter .4s ease;
}

body.pdl-pr-phase2-active .pdl-hf-page .pdl-hf-hero-ready .pdl-hf-hero__portrait {
    opacity: 1;
    transform: translate3d(calc(var(--pdl-hf-hero-x) * 10px), calc(var(--pdl-hf-hero-y) * 8px), 20px) rotate(.35deg) scale(1);
}

body.pdl-pr-phase2-active .pdl-hf-page .pdl-hf-hero__portrait::after {
    content: "";
    position: absolute;
    inset: 0;
    z-index: 2;
    pointer-events: none;
    background:
        linear-gradient(155deg, rgba(6, 42, 65, .02) 36%, rgba(6, 42, 65, .38) 100%),
        linear-gradient(90deg, rgba(255, 255, 255, .04), transparent 40%);
}

body.pdl-pr-phase2-active .pdl-hf-page .pdl-hf-hero__portrait img,
body.pdl-pr-phase2-active .pdl-hf-page .pdl-hf-hero__support img {
    width: 100%;
    height: 100%;
    display: block;
    object-fit: cover;
}

body.pdl-pr-phase2-active .pdl-hf-page .pdl-hf-hero__portrait img {
    object-position: 54% center;
    transform: scale(1.04);
    transition: transform 1.25s var(--pdl-hf-focus-ease), filter .35s ease;
}

body.pdl-pr-phase2-active .pdl-hf-page .pdl-hf-hero__portrait:hover img {
    transform: scale(1.075);
    filter: saturate(1.035);
}

body.pdl-pr-phase2-active .pdl-hf-page .pdl-hf-hero__support {
    position: absolute;
    left: 0;
    bottom: 3%;
    z-index: 5;
    width: clamp(210px, 38%, 292px);
    aspect-ratio: 1.17;
    margin: 0;
    overflow: hidden;
    border: 7px solid rgba(255, 255, 255, .94);
    border-radius: 25px 25px 54px 25px;
    background: #fff;
    box-shadow: 0 26px 65px rgba(0, 23, 38, .34);
    transform: translate3d(calc(var(--pdl-hf-hero-x) * -13px), calc(var(--pdl-hf-hero-y) * -10px + 30px), 62px) rotate(-2.5deg) scale(.9);
    opacity: 0;
    transition: opacity .72s .58s ease, transform 1s .52s var(--pdl-hf-focus-ease);
}

body.pdl-pr-phase2-active .pdl-hf-page .pdl-hf-hero-ready .pdl-hf-hero__support {
    opacity: 1;
    transform: translate3d(calc(var(--pdl-hf-hero-x) * -13px), calc(var(--pdl-hf-hero-y) * -10px), 62px) rotate(-2.5deg) scale(1);
}

body.pdl-pr-phase2-active .pdl-hf-page .pdl-hf-hero__support img {
    object-position: center;
    transform: scale(1.04);
}

body.pdl-pr-phase2-active .pdl-hf-page .pdl-hf-hero__support-scan {
    position: absolute;
    left: 8%;
    right: 8%;
    bottom: 12%;
    height: 4px;
    border-radius: 999px;
    background: linear-gradient(90deg, transparent, var(--pdl-hf-focus-teal) 22%, var(--pdl-hf-focus-green) 78%, transparent);
    box-shadow: 0 0 18px rgba(61, 175, 190, .45);
    transform: scaleX(.1);
    transform-origin: left center;
    transition: transform 1.1s 1.15s var(--pdl-hf-focus-ease);
}

body.pdl-pr-phase2-active .pdl-hf-page .pdl-hf-hero-ready .pdl-hf-hero__support-scan {
    transform: scaleX(1);
}

body.pdl-pr-phase2-active .pdl-hf-page .pdl-hf-hero__signal {
    position: absolute;
    inset: 0;
    z-index: 4;
    width: 100%;
    height: 100%;
    overflow: visible;
    pointer-events: none;
    filter: drop-shadow(0 10px 15px rgba(61, 175, 190, .18));
    transform: translate3d(calc(var(--pdl-hf-hero-x) * 4px), calc(var(--pdl-hf-hero-y) * 4px), 44px);
    transition: transform .55s var(--pdl-hf-focus-ease);
}

body.pdl-pr-phase2-active .pdl-hf-page .pdl-hf-hero__signal-track,
body.pdl-pr-phase2-active .pdl-hf-page .pdl-hf-hero__signal-live {
    fill: none;
    stroke-linecap: round;
    stroke-linejoin: round;
}

body.pdl-pr-phase2-active .pdl-hf-page .pdl-hf-hero__signal-track {
    stroke: rgba(255, 255, 255, .15);
    stroke-width: 2;
}

body.pdl-pr-phase2-active .pdl-hf-page .pdl-hf-hero__signal-live {
    stroke: url(#pdl-hf-hero-gradient);
    stroke: var(--pdl-hf-focus-teal);
    stroke-width: 3;
    stroke-dasharray: 820;
    stroke-dashoffset: 820;
    opacity: .86;
}

body.pdl-pr-phase2-active .pdl-hf-page .pdl-hf-hero-ready .pdl-hf-hero__signal-live {
    animation: pdl-hf-signal-draw 1.8s .72s var(--pdl-hf-focus-ease) forwards, pdl-hf-signal-flow 7s 2.65s linear infinite;
}

body.pdl-pr-phase2-active .pdl-hf-page .pdl-hf-hero__signal-node {
    fill: #fff;
    stroke: var(--pdl-hf-focus-teal);
    stroke-width: 4;
    opacity: 0;
    transform-box: fill-box;
    transform-origin: center;
}

body.pdl-pr-phase2-active .pdl-hf-page .pdl-hf-hero-ready .pdl-hf-hero__signal-node {
    animation: pdl-hf-node-arrive .48s var(--pdl-hf-focus-ease) forwards, pdl-hf-node-breathe 4.6s ease-in-out infinite;
}

body.pdl-pr-phase2-active .pdl-hf-page .pdl-hf-hero-ready .pdl-hf-hero__signal-node--one { animation-delay: 1.02s, 1.8s; }
body.pdl-pr-phase2-active .pdl-hf-page .pdl-hf-hero-ready .pdl-hf-hero__signal-node--two { animation-delay: 1.28s, 2.05s; }
body.pdl-pr-phase2-active .pdl-hf-page .pdl-hf-hero-ready .pdl-hf-hero__signal-node--three { animation-delay: 1.54s, 2.3s; }
body.pdl-pr-phase2-active .pdl-hf-page .pdl-hf-hero-ready .pdl-hf-hero__signal-node--four { animation-delay: 1.78s, 2.55s; }

body.pdl-pr-phase2-active .pdl-hf-page .pdl-hf-hero__halo {
    position: absolute;
    z-index: -1;
    display: block;
    border: 1px solid rgba(255, 255, 255, .20);
    border-radius: 50%;
    pointer-events: none;
}

body.pdl-pr-phase2-active .pdl-hf-page .pdl-hf-hero__halo--one {
    width: 245px;
    height: 245px;
    right: -52px;
    top: -28px;
    transform: translate3d(calc(var(--pdl-hf-hero-x) * -6px), calc(var(--pdl-hf-hero-y) * -6px), -10px);
}

body.pdl-pr-phase2-active .pdl-hf-page .pdl-hf-hero__halo--two {
    width: 125px;
    height: 125px;
    right: 7%;
    bottom: 1%;
    border-color: rgba(141, 198, 63, .48);
    transform: translate3d(calc(var(--pdl-hf-hero-x) * 8px), calc(var(--pdl-hf-hero-y) * 8px), 12px);
}

body.pdl-pr-phase2-active .pdl-hf-page .pdl-hf-hero__scroll {
    position: absolute;
    left: 50%;
    bottom: 30px;
    z-index: 6;
    width: 28px;
    height: 46px;
    margin-left: -14px;
    border: 1px solid rgba(255, 255, 255, .30);
    border-radius: 999px;
    opacity: .72;
}

body.pdl-pr-phase2-active .pdl-hf-page .pdl-hf-hero__scroll span {
    position: absolute;
    left: 50%;
    top: 9px;
    width: 4px;
    height: 8px;
    margin-left: -2px;
    border-radius: 999px;
    background: #fff;
    animation: pdl-hf-scroll-cue 2.2s ease-in-out infinite;
}

@keyframes pdl-hf-signal-draw {
    to { stroke-dashoffset: 0; }
}

@keyframes pdl-hf-signal-flow {
    0%, 100% { stroke-dasharray: 820; stroke-dashoffset: 0; opacity: .78; }
    50% { stroke-dasharray: 210 610; stroke-dashoffset: -370; opacity: 1; }
}

@keyframes pdl-hf-node-arrive {
    from { opacity: 0; transform: scale(.35); }
    to { opacity: 1; transform: scale(1); }
}

@keyframes pdl-hf-node-breathe {
    0%, 100% { filter: drop-shadow(0 0 0 rgba(61, 175, 190, 0)); }
    50% { filter: drop-shadow(0 0 9px rgba(61, 175, 190, .62)); }
}

@keyframes pdl-hf-scroll-cue {
    0% { transform: translateY(0); opacity: 0; }
    30% { opacity: 1; }
    75% { opacity: 1; }
    100% { transform: translateY(19px); opacity: 0; }
}

/* Opening and disease-management sections retain their approved structure. */
body.pdl-pr-phase2-active .pdl-hf-page .pdl-hf-media--opening img {
    object-position: center 42%;
}

body.pdl-pr-phase2-active .pdl-hf-page .pdl-hf-section--model {
    padding-bottom: 0;
}

body.pdl-pr-phase2-active .pdl-hf-page .pdl-hf-model-band--light {
    border-top: 1px solid rgba(49, 128, 194, .10);
    border-bottom: 1px solid rgba(49, 128, 194, .10);
}

/* ========================================================================== 
   6 — Total redesign: medication-management review pathway
   ========================================================================== */
body.pdl-pr-phase2-active .pdl-hf-page .pdl-hf-medication {
    position: relative;
    overflow: hidden;
    padding: clamp(94px, 8.3vw, 134px) 0;
    background:
        radial-gradient(circle at 6% 12%, rgba(61, 175, 190, .11), transparent 25%),
        radial-gradient(circle at 96% 90%, rgba(49, 128, 194, .09), transparent 27%),
        linear-gradient(180deg, #f8fcfd 0%, #eef7f8 100%);
}

body.pdl-pr-phase2-active .pdl-hf-page .pdl-hf-medication::before {
    content: "";
    position: absolute;
    inset: 0;
    opacity: .42;
    pointer-events: none;
    background-image:
        linear-gradient(rgba(18, 59, 90, .025) 1px, transparent 1px),
        linear-gradient(90deg, rgba(18, 59, 90, .025) 1px, transparent 1px);
    background-size: 62px 62px;
    mask-image: linear-gradient(90deg, #000, transparent 68%);
}

body.pdl-pr-phase2-active .pdl-hf-page .pdl-hf-medication__grid {
    position: relative;
    z-index: 2;
    display: grid;
    grid-template-columns: minmax(390px, .90fr) minmax(0, 1.10fr);
    gap: clamp(60px, 8vw, 118px);
    align-items: start;
}

body.pdl-pr-phase2-active .pdl-hf-page .pdl-hf-medication__visual {
    position: sticky;
    top: 112px;
    min-height: 610px;
    align-self: start;
    isolation: isolate;
}

body.pdl-pr-phase2-active .pdl-hf-page .pdl-hf-medication__visual::before {
    content: "";
    position: absolute;
    inset: 11% -4% 3% 9%;
    z-index: -2;
    border: 1px solid rgba(49, 128, 194, .20);
    border-radius: 48% 52% 46% 54% / 55% 45% 55% 45%;
    background: rgba(255, 255, 255, .46);
    transform: rotate(-4deg);
}

body.pdl-pr-phase2-active .pdl-hf-page .pdl-hf-medication__image {
    position: absolute;
    inset: 5% 2% 5% 0;
    margin: 0;
    overflow: hidden;
    border: 1px solid rgba(49, 128, 194, .15);
    border-radius: 42px 100px 44px 92px;
    background: #d9e8ec;
    box-shadow: 0 32px 74px rgba(18, 59, 90, .18);
    clip-path: polygon(0 7%, 12% 0, 100% 0, 100% 92%, 89% 100%, 0 100%);
}

body.pdl-pr-phase2-active .pdl-hf-page .pdl-hf-medication__image::after {
    content: "";
    position: absolute;
    inset: 0;
    z-index: 2;
    pointer-events: none;
    background: linear-gradient(160deg, transparent 44%, rgba(11, 48, 74, .25) 100%);
}

body.pdl-pr-phase2-active .pdl-hf-page .pdl-hf-medication__image img {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: 48% center;
    transform: scale(1.025);
    transition: transform 1s var(--pdl-hf-focus-ease);
}

body.pdl-pr-phase2-active .pdl-hf-page .pdl-hf-medication__image:hover img {
    transform: scale(1.055);
}

body.pdl-pr-phase2-active .pdl-hf-page .pdl-hf-medication__scan {
    position: absolute;
    left: 8%;
    right: 8%;
    top: 18%;
    z-index: 3;
    height: 2px;
    border-radius: 999px;
    background: linear-gradient(90deg, transparent, rgba(255, 255, 255, .95), var(--pdl-hf-focus-teal), transparent);
    box-shadow: 0 0 18px rgba(61, 175, 190, .48);
    opacity: 0;
}

body.pdl-pr-phase2-active .pdl-hf-page .pdl-hf-medication.pdl-hf-section-active .pdl-hf-medication__scan {
    animation: pdl-hf-med-scan 2.1s .4s var(--pdl-hf-focus-ease) 1 both;
}

body.pdl-pr-phase2-active .pdl-hf-page .pdl-hf-medication__orbit {
    position: absolute;
    inset: -3% -7% auto auto;
    z-index: -1;
    width: 82%;
    height: 82%;
    overflow: visible;
    fill: none;
    stroke: rgba(49, 128, 194, .18);
    stroke-width: 1.2;
    transform-origin: center;
}

body.pdl-pr-phase2-active .pdl-hf-page .pdl-hf-medication.pdl-hf-section-active .pdl-hf-medication__orbit {
    animation: pdl-hf-orbit-drift 24s linear infinite;
}

body.pdl-pr-phase2-active .pdl-hf-page .pdl-hf-medication__orbit path {
    stroke: rgba(61, 175, 190, .34);
    stroke-width: 2;
    stroke-dasharray: 9 10;
}

body.pdl-pr-phase2-active .pdl-hf-page .pdl-hf-medication__content {
    padding-top: 8px;
}

body.pdl-pr-phase2-active .pdl-hf-page .pdl-hf-medication__content h3 {
    max-width: 700px;
    margin-bottom: 22px;
    font-size: clamp(2rem, 3.1vw, 3.25rem);
    line-height: 1.08;
    letter-spacing: -.034em;
}

body.pdl-pr-phase2-active .pdl-hf-page .pdl-hf-medication__content > p:first-of-type {
    max-width: 760px;
    color: var(--pdl-hf-focus-muted);
    font-size: clamp(1.04rem, 1.16vw, 1.17rem);
}

body.pdl-pr-phase2-active .pdl-hf-page .pdl-hf-medication__steps {
    position: relative;
    margin: 38px 0 34px;
    padding: 0;
    list-style: none;
    counter-reset: pdl-hf-med-step;
}

body.pdl-pr-phase2-active .pdl-hf-page .pdl-hf-medication__steps::before,
body.pdl-pr-phase2-active .pdl-hf-page .pdl-hf-medication__steps::after {
    content: "";
    position: absolute;
    left: 23px;
    top: 27px;
    bottom: 30px;
    width: 2px;
    border-radius: 999px;
}

body.pdl-pr-phase2-active .pdl-hf-page .pdl-hf-medication__steps::before {
    background: rgba(49, 128, 194, .16);
}

body.pdl-pr-phase2-active .pdl-hf-page .pdl-hf-medication__steps::after {
    background: linear-gradient(180deg, var(--pdl-hf-focus-teal), var(--pdl-hf-focus-blue));
    transform: scaleY(var(--pdl-hf-med-progress, 0));
    transform-origin: top;
    transition: transform .42s var(--pdl-hf-focus-ease);
}

body.pdl-pr-phase2-active .pdl-hf-page .pdl-hf-medication__step {
    counter-increment: pdl-hf-med-step;
    position: relative;
    min-height: 96px;
    padding: 18px 12px 22px 78px;
    display: flex;
    align-items: center;
    opacity: .52;
    transform: translateX(0);
    transition: opacity .38s ease, transform .42s var(--pdl-hf-focus-ease), color .3s ease;
}

body.pdl-pr-phase2-active .pdl-hf-page .pdl-hf-medication__step::before {
    content: counter(pdl-hf-med-step, decimal-leading-zero);
    position: absolute;
    left: 0;
    top: 25px;
    z-index: 3;
    width: 48px;
    height: 48px;
    display: grid;
    place-items: center;
    border: 1px solid rgba(49, 128, 194, .25);
    border-radius: 50%;
    background: #f8fcfd;
    color: rgba(18, 59, 90, .55);
    font: 760 12px/1 "Open Sans", Arial, sans-serif;
    box-shadow: 0 7px 20px rgba(18, 59, 90, .05);
    transition: color .35s ease, border-color .35s ease, background-color .35s ease, box-shadow .35s ease, transform .35s var(--pdl-hf-focus-ease);
}

body.pdl-pr-phase2-active .pdl-hf-page .pdl-hf-medication__step > span {
    position: absolute;
    left: 17px;
    top: 42px;
    z-index: 4;
    width: 14px;
    height: 14px;
    border: 3px solid #f8fcfd;
    border-radius: 50%;
    background: rgba(49, 128, 194, .30);
    transition: background-color .3s ease, box-shadow .3s ease, transform .3s var(--pdl-hf-focus-ease);
}

body.pdl-pr-phase2-active .pdl-hf-page .pdl-hf-medication__step p {
    margin: 0;
    color: #34556b;
    font-weight: 560;
    line-height: 1.58;
    transition: color .3s ease;
}

body.pdl-pr-phase2-active .pdl-hf-page .pdl-hf-medication__step.is-active {
    opacity: 1;
    transform: translateX(9px);
}

body.pdl-pr-phase2-active .pdl-hf-page .pdl-hf-medication__step.is-active::before {
    border-color: rgba(61, 175, 190, .72);
    background: #fff;
    color: var(--pdl-hf-focus-blue);
    box-shadow: 0 12px 28px rgba(49, 128, 194, .13);
    transform: scale(1.04);
}

body.pdl-pr-phase2-active .pdl-hf-page .pdl-hf-medication__step.is-active > span {
    background: var(--pdl-hf-focus-teal);
    box-shadow: 0 0 0 7px rgba(61, 175, 190, .14);
    transform: scale(1.08);
}

body.pdl-pr-phase2-active .pdl-hf-page .pdl-hf-medication__step.is-active p {
    color: var(--pdl-hf-focus-navy);
}

body.pdl-pr-phase2-active .pdl-hf-page .pdl-hf-medication__authority {
    position: relative;
    max-width: 780px;
    margin: 8px 0 0 !important;
    padding: 25px 0 0 28px;
    border-top: 1px solid rgba(49, 128, 194, .22);
    color: #315267;
    font-weight: 560;
}

body.pdl-pr-phase2-active .pdl-hf-page .pdl-hf-medication__authority::before {
    content: "";
    position: absolute;
    left: 0;
    top: 24px;
    width: 6px;
    height: 44px;
    border-radius: 999px;
    background: linear-gradient(180deg, var(--pdl-hf-focus-orange), #ffb24c);
}

@keyframes pdl-hf-med-scan {
    0% { top: 18%; opacity: 0; }
    15% { opacity: .9; }
    80% { opacity: .8; }
    100% { top: 82%; opacity: 0; }
}

@keyframes pdl-hf-orbit-drift {
    from { transform: rotate(0deg); }
    to { transform: rotate(360deg); }
}

/* ========================================================================== 
   7 — Separate SDOH section and support-network visual
   ========================================================================== */
body.pdl-pr-phase2-active .pdl-hf-page .pdl-hf-sdoh {
    position: relative;
    overflow: hidden;
    padding: clamp(96px, 8.8vw, 138px) 0;
    background:
        radial-gradient(circle at 8% 86%, rgba(247, 148, 29, .12), transparent 27%),
        radial-gradient(circle at 94% 10%, rgba(61, 175, 190, .16), transparent 28%),
        linear-gradient(132deg, #fffaf2 0%, #f4fbfa 48%, #edf7f9 100%);
}

body.pdl-pr-phase2-active .pdl-hf-page .pdl-hf-sdoh::after {
    content: "";
    position: absolute;
    left: -9%;
    bottom: -56%;
    width: 520px;
    height: 520px;
    border: 1px solid rgba(247, 148, 29, .16);
    border-radius: 50%;
    box-shadow: 0 0 0 54px rgba(247, 148, 29, .035), 0 0 0 108px rgba(61, 175, 190, .025);
    pointer-events: none;
}

body.pdl-pr-phase2-active .pdl-hf-page .pdl-hf-sdoh__grid {
    position: relative;
    z-index: 2;
    display: grid;
    grid-template-columns: minmax(0, .82fr) minmax(560px, 1.18fr);
    gap: clamp(60px, 7vw, 106px);
    align-items: center;
}

body.pdl-pr-phase2-active .pdl-hf-page .pdl-hf-sdoh__content {
    max-width: 610px;
}

body.pdl-pr-phase2-active .pdl-hf-page .pdl-hf-sdoh__content::before {
    content: "";
    display: block;
    width: 76px;
    height: 5px;
    margin-bottom: 26px;
    border-radius: 999px;
    background: linear-gradient(90deg, var(--pdl-hf-focus-orange), var(--pdl-hf-focus-teal));
}

body.pdl-pr-phase2-active .pdl-hf-page .pdl-hf-sdoh__content h3 {
    margin-bottom: 24px;
    font-size: clamp(2.15rem, 3.5vw, 3.55rem);
    line-height: 1.06;
    letter-spacing: -.038em;
}

body.pdl-pr-phase2-active .pdl-hf-page .pdl-hf-sdoh__content p {
    color: #3f5d70;
    font-size: clamp(1.04rem, 1.18vw, 1.18rem);
    line-height: 1.78;
}

body.pdl-pr-phase2-active .pdl-hf-page .pdl-hf-sdoh__visual {
    position: relative;
    min-height: 590px;
    isolation: isolate;
}

body.pdl-pr-phase2-active .pdl-hf-page .pdl-hf-sdoh__visual::before {
    content: "";
    position: absolute;
    inset: 8% 10%;
    z-index: -2;
    border-radius: 50%;
    background: radial-gradient(circle, rgba(255, 255, 255, .94), rgba(255, 255, 255, .32) 62%, transparent 63%);
    box-shadow: 0 30px 80px rgba(18, 59, 90, .11);
}

body.pdl-pr-phase2-active .pdl-hf-page .pdl-hf-sdoh__image {
    position: absolute;
    left: 50%;
    top: 50%;
    z-index: 2;
    width: min(66%, 390px);
    aspect-ratio: 1;
    margin: 0;
    overflow: hidden;
    border: 9px solid rgba(255, 255, 255, .94);
    border-radius: 50% 44% 52% 48% / 48% 52% 45% 55%;
    background: #dae8e8;
    box-shadow: 0 30px 70px rgba(18, 59, 90, .18);
    transform: translate(-50%, -50%) scale(.88) rotate(-2deg);
    opacity: 0;
    transition: opacity .72s ease, transform 1s var(--pdl-hf-focus-ease);
}

body.pdl-pr-phase2-active .pdl-hf-page .pdl-hf-sdoh.pdl-hf-section-active .pdl-hf-sdoh__image {
    opacity: 1;
    transform: translate(-50%, -50%) scale(1) rotate(-2deg);
}

body.pdl-pr-phase2-active .pdl-hf-page .pdl-hf-sdoh__image img {
    width: 100%;
    height: 100%;
    display: block;
    object-fit: cover;
    object-position: 52% center;
    transform: scale(1.05);
    transition: transform 1s var(--pdl-hf-focus-ease);
}

body.pdl-pr-phase2-active .pdl-hf-page .pdl-hf-sdoh__image:hover img {
    transform: scale(1.085);
}

body.pdl-pr-phase2-active .pdl-hf-page .pdl-hf-sdoh__links {
    position: absolute;
    inset: 4% 2%;
    z-index: 1;
    width: 96%;
    height: 92%;
    overflow: visible;
    fill: none;
    stroke: rgba(49, 128, 194, .26);
    stroke-width: 2;
    stroke-linecap: round;
    stroke-dasharray: 520;
    stroke-dashoffset: 520;
}

body.pdl-pr-phase2-active .pdl-hf-page .pdl-hf-sdoh.pdl-hf-section-active .pdl-hf-sdoh__links {
    animation: pdl-hf-sdoh-links 1.8s .45s var(--pdl-hf-focus-ease) forwards;
}

body.pdl-pr-phase2-active .pdl-hf-page .pdl-hf-sdoh__hub,
body.pdl-pr-phase2-active .pdl-hf-page .pdl-hf-sdoh__node {
    position: absolute;
    z-index: 4;
    display: grid;
    place-items: center;
    border-radius: 50%;
    background: rgba(255, 255, 255, .94);
    box-shadow: 0 15px 32px rgba(18, 59, 90, .13);
    opacity: 0;
    transform: scale(.4);
    transition: opacity .45s ease, transform .58s var(--pdl-hf-focus-ease), box-shadow .3s ease;
}

body.pdl-pr-phase2-active .pdl-hf-page .pdl-hf-sdoh__hub {
    left: 50%;
    top: 50%;
    width: 68px;
    height: 68px;
    border: 1px solid rgba(247, 148, 29, .34);
    transform: translate(-50%, -50%) scale(.4);
}

body.pdl-pr-phase2-active .pdl-hf-page .pdl-hf-sdoh__hub svg {
    width: 30px;
    height: 30px;
    fill: var(--pdl-hf-focus-orange);
}

body.pdl-pr-phase2-active .pdl-hf-page .pdl-hf-sdoh__node {
    width: 58px;
    height: 58px;
    border: 1px solid rgba(49, 128, 194, .24);
}

body.pdl-pr-phase2-active .pdl-hf-page .pdl-hf-sdoh__node svg {
    width: 25px;
    height: 25px;
    fill: var(--pdl-hf-focus-blue);
}

body.pdl-pr-phase2-active .pdl-hf-page .pdl-hf-sdoh__node--one { left: 7%; top: 8%; }
body.pdl-pr-phase2-active .pdl-hf-page .pdl-hf-sdoh__node--two { right: 7%; top: 7%; }
body.pdl-pr-phase2-active .pdl-hf-page .pdl-hf-sdoh__node--three { left: 5%; bottom: 8%; }
body.pdl-pr-phase2-active .pdl-hf-page .pdl-hf-sdoh__node--four { right: 4%; bottom: 8%; }
body.pdl-pr-phase2-active .pdl-hf-page .pdl-hf-sdoh__node--five { left: 50%; top: 0; margin-left: -29px; }
body.pdl-pr-phase2-active .pdl-hf-page .pdl-hf-sdoh__node--six { left: 50%; bottom: 0; margin-left: -29px; }

body.pdl-pr-phase2-active .pdl-hf-page .pdl-hf-sdoh.pdl-hf-section-active :is(.pdl-hf-sdoh__hub, .pdl-hf-sdoh__node) {
    opacity: 1;
    transform: scale(1);
}

body.pdl-pr-phase2-active .pdl-hf-page .pdl-hf-sdoh.pdl-hf-section-active .pdl-hf-sdoh__hub {
    transform: translate(-50%, -50%) scale(1);
    transition-delay: .32s;
}

body.pdl-pr-phase2-active .pdl-hf-page .pdl-hf-sdoh.pdl-hf-section-active .pdl-hf-sdoh__node--one { transition-delay: .62s; }
body.pdl-pr-phase2-active .pdl-hf-page .pdl-hf-sdoh.pdl-hf-section-active .pdl-hf-sdoh__node--two { transition-delay: .72s; }
body.pdl-pr-phase2-active .pdl-hf-page .pdl-hf-sdoh.pdl-hf-section-active .pdl-hf-sdoh__node--three { transition-delay: .82s; }
body.pdl-pr-phase2-active .pdl-hf-page .pdl-hf-sdoh.pdl-hf-section-active .pdl-hf-sdoh__node--four { transition-delay: .92s; }
body.pdl-pr-phase2-active .pdl-hf-page .pdl-hf-sdoh.pdl-hf-section-active .pdl-hf-sdoh__node--five { transition-delay: 1.02s; }
body.pdl-pr-phase2-active .pdl-hf-page .pdl-hf-sdoh.pdl-hf-section-active .pdl-hf-sdoh__node--six { transition-delay: 1.12s; }

body.pdl-pr-phase2-active .pdl-hf-page .pdl-hf-sdoh__node:hover {
    box-shadow: 0 18px 38px rgba(18, 59, 90, .19), 0 0 0 8px rgba(61, 175, 190, .08);
}

@keyframes pdl-hf-sdoh-links {
    to { stroke-dashoffset: 0; }
}

/* ========================================================================== 
   5 — Keep capabilities, add restrained motion
   ========================================================================== */
body.pdl-pr-phase2-active .pdl-hf-page .pdl-hf-section--capabilities {
    background:
        radial-gradient(circle at 8% 88%, rgba(61, 175, 190, .14), transparent 24%),
        radial-gradient(circle at 92% 12%, rgba(49, 128, 194, .13), transparent 25%),
        linear-gradient(145deg, #0d334d, #164765 100%);
}

body.pdl-pr-phase2-active .pdl-hf-page .pdl-hf-capability-list {
    gap: 15px;
}

body.pdl-pr-phase2-active .pdl-hf-page .pdl-hf-capability-row {
    position: relative;
    overflow: hidden;
    isolation: isolate;
    border-color: rgba(255, 255, 255, .14);
    background: rgba(255, 255, 255, .065);
    transform: translateY(0);
    transition: transform .28s var(--pdl-hf-focus-ease), border-color .28s ease, background-color .28s ease, box-shadow .28s ease;
}

body.pdl-pr-phase2-active .pdl-hf-page .pdl-hf-capability-row::after {
    content: "";
    position: absolute;
    inset: 0;
    z-index: -1;
    background: linear-gradient(105deg, transparent 0%, rgba(255, 255, 255, .085) 45%, transparent 70%);
    transform: translateX(-120%);
}

body.pdl-pr-phase2-active .pdl-hf-page .pdl-hf-capability-row.pdl-hf-is-visible::after {
    animation: pdl-hf-capability-sweep .95s calc(var(--pdl-master-index, 0) * 80ms + 160ms) var(--pdl-hf-focus-ease) 1 both;
}

body.pdl-pr-phase2-active .pdl-hf-page .pdl-hf-capability-row:hover {
    transform: translateY(-4px);
    border-color: rgba(61, 175, 190, .38);
    background: rgba(255, 255, 255, .09);
    box-shadow: 0 18px 42px rgba(2, 23, 38, .16);
}

body.pdl-pr-phase2-active .pdl-hf-page .pdl-hf-capability-row::before {
    transition: box-shadow .28s ease, transform .28s var(--pdl-hf-focus-ease), background-color .28s ease;
}

body.pdl-pr-phase2-active .pdl-hf-page .pdl-hf-capability-row:hover::before {
    transform: scale(1.12);
    background: var(--pdl-hf-focus-green);
    box-shadow: 0 0 0 7px rgba(141, 198, 63, .11);
}

@keyframes pdl-hf-capability-sweep {
    to { transform: translateX(120%); }
}

/* ========================================================================== 
   4 — New animated clinical-impact pathway
   ========================================================================== */
body.pdl-pr-phase2-active .pdl-hf-page .pdl-hf-section--outcomes {
    --pdl-hf-path-progress: 0;
    position: relative;
    overflow: hidden;
    padding: clamp(98px, 9vw, 148px) 0;
    background:
        radial-gradient(circle at 9% 12%, rgba(61, 175, 190, .10), transparent 25%),
        radial-gradient(circle at 94% 88%, rgba(247, 148, 29, .08), transparent 26%),
        linear-gradient(180deg, #fbfdfd 0%, #f1f7f8 100%);
}

body.pdl-pr-phase2-active .pdl-hf-page .pdl-hf-section--outcomes::before {
    content: "";
    position: absolute;
    inset: 0;
    opacity: .36;
    pointer-events: none;
    background-image:
        linear-gradient(rgba(18, 59, 90, .025) 1px, transparent 1px),
        linear-gradient(90deg, rgba(18, 59, 90, .025) 1px, transparent 1px);
    background-size: 64px 64px;
    mask-image: linear-gradient(180deg, transparent, #000 18%, #000 84%, transparent);
}

body.pdl-pr-phase2-active .pdl-hf-page .pdl-hf-section--outcomes .pdl-hf-heading {
    position: relative;
    z-index: 2;
    margin-bottom: clamp(66px, 7vw, 94px);
}

body.pdl-pr-phase2-active .pdl-hf-page .pdl-hf-pathway {
    counter-reset: pdl-hf-outcome;
    position: relative;
    z-index: 2;
    width: min(1060px, 100%);
    margin-inline: auto;
    padding: 10px 0 14px;
}

body.pdl-pr-phase2-active .pdl-hf-page .pdl-hf-pathway__track {
    position: absolute;
    left: 50%;
    top: 0;
    bottom: 0;
    width: 4px;
    margin-left: -2px;
    overflow: hidden;
    border-radius: 999px;
    background: rgba(49, 128, 194, .13);
}

body.pdl-pr-phase2-active .pdl-hf-page .pdl-hf-pathway__track > span {
    position: absolute;
    inset: 0;
    display: block;
    border-radius: inherit;
    background: linear-gradient(180deg, var(--pdl-hf-focus-blue), var(--pdl-hf-focus-teal) 56%, var(--pdl-hf-focus-green));
    box-shadow: 0 0 18px rgba(61, 175, 190, .32);
    transform: scaleY(var(--pdl-hf-path-progress));
    transform-origin: top;
}

body.pdl-pr-phase2-active .pdl-hf-page .pdl-hf-pathway__milestone {
    counter-increment: pdl-hf-outcome;
    position: relative;
    min-height: 130px;
    display: grid;
    grid-template-columns: minmax(0, 1fr) 86px minmax(0, 1fr);
    align-items: center;
}

body.pdl-pr-phase2-active .pdl-hf-page .pdl-hf-pathway__copy {
    position: relative;
    max-width: 430px;
    padding: 24px 28px 25px;
    border-bottom: 1px solid rgba(49, 128, 194, .22);
    opacity: .28;
    transform: translateX(0) scale(.985);
    transition: opacity .5s ease, transform .56s var(--pdl-hf-focus-ease), border-color .45s ease;
}

body.pdl-pr-phase2-active .pdl-hf-page .pdl-hf-pathway__copy::before {
    content: counter(pdl-hf-outcome, decimal-leading-zero);
    position: absolute;
    top: -3px;
    color: rgba(49, 128, 194, .22);
    font: 800 clamp(2.2rem, 4vw, 4.25rem)/1 "Open Sans", Arial, sans-serif;
    letter-spacing: -.06em;
    transition: color .45s ease, transform .45s var(--pdl-hf-focus-ease);
}

body.pdl-pr-phase2-active .pdl-hf-page .pdl-hf-pathway__milestone--left .pdl-hf-pathway__copy {
    grid-column: 1;
    justify-self: end;
    padding-right: 58px;
    text-align: right;
    transform: translateX(-28px) scale(.985);
}

body.pdl-pr-phase2-active .pdl-hf-page .pdl-hf-pathway__milestone--left .pdl-hf-pathway__copy::before {
    right: 0;
}

body.pdl-pr-phase2-active .pdl-hf-page .pdl-hf-pathway__milestone--right .pdl-hf-pathway__copy {
    grid-column: 3;
    justify-self: start;
    padding-left: 58px;
    transform: translateX(28px) scale(.985);
}

body.pdl-pr-phase2-active .pdl-hf-page .pdl-hf-pathway__milestone--right .pdl-hf-pathway__copy::before {
    left: 0;
}

body.pdl-pr-phase2-active .pdl-hf-page .pdl-hf-pathway__copy p {
    position: relative;
    z-index: 2;
    margin: 0;
    color: #2d5269;
    font-size: clamp(1.05rem, 1.26vw, 1.22rem);
    font-weight: 670;
    line-height: 1.48;
}

body.pdl-pr-phase2-active .pdl-hf-page .pdl-hf-pathway__node {
    position: absolute;
    left: 50%;
    top: 50%;
    z-index: 4;
    width: 30px;
    height: 30px;
    margin: -15px 0 0 -15px;
    border: 7px solid #f4f9fa;
    border-radius: 50%;
    background: rgba(49, 128, 194, .30);
    box-shadow: 0 0 0 1px rgba(49, 128, 194, .20);
    transform: scale(.72);
    transition: transform .45s var(--pdl-hf-focus-ease), background-color .4s ease, box-shadow .4s ease;
}

body.pdl-pr-phase2-active .pdl-hf-page .pdl-hf-pathway__milestone.is-active .pdl-hf-pathway__copy {
    opacity: 1;
    border-color: rgba(61, 175, 190, .48);
    transform: translateX(0) scale(1);
}

body.pdl-pr-phase2-active .pdl-hf-page .pdl-hf-pathway__milestone.is-active .pdl-hf-pathway__copy::before {
    color: rgba(49, 128, 194, .62);
    transform: translateY(-4px);
}

body.pdl-pr-phase2-active .pdl-hf-page .pdl-hf-pathway__milestone.is-active .pdl-hf-pathway__node {
    background: var(--pdl-hf-focus-teal);
    box-shadow: 0 0 0 1px rgba(61, 175, 190, .42), 0 0 0 9px rgba(61, 175, 190, .11), 0 10px 28px rgba(49, 128, 194, .18);
    transform: scale(1);
}

/* ========================================================================== 
   3 — Keep population section, enhance with calm reveal and depth
   ========================================================================== */
body.pdl-pr-phase2-active .pdl-hf-page .pdl-hf-section--population {
    --pdl-hf-pop-y: 0px;
    overflow: hidden;
    background:
        radial-gradient(circle at 90% 10%, rgba(61, 175, 190, .08), transparent 25%),
        linear-gradient(180deg, #f7fbfc 0%, #fff 100%);
}

body.pdl-pr-phase2-active .pdl-hf-page .pdl-hf-media--population {
    min-height: 540px;
    overflow: visible;
    border: 0;
    background: transparent;
    box-shadow: none;
}

body.pdl-pr-phase2-active .pdl-hf-page .pdl-hf-media--population::after {
    display: none;
}

body.pdl-pr-phase2-active .pdl-hf-page .pdl-hf-media--population img {
    inset: 2% 4% 0 0;
    width: 96%;
    height: 98%;
    min-height: 0;
    border: 1px solid rgba(49, 128, 194, .18);
    border-radius: 38px 74px 38px 74px;
    box-shadow: 0 28px 68px rgba(18, 59, 90, .16);
    object-position: center;
    clip-path: inset(0 100% 0 0 round 38px 74px 38px 74px);
    transform: translateY(var(--pdl-hf-pop-y)) scale(1.035);
    transition: clip-path 1.05s .1s var(--pdl-hf-focus-ease), transform .45s linear;
}

body.pdl-pr-phase2-active .pdl-hf-page .pdl-hf-section--population.pdl-hf-section-active .pdl-hf-media--population img {
    clip-path: inset(0 0 0 0 round 38px 74px 38px 74px);
}

body.pdl-pr-phase2-active .pdl-hf-page .pdl-hf-population__frame {
    position: absolute;
    inset: 7% 0 -4% 8%;
    z-index: -1;
    border: 1px solid rgba(61, 175, 190, .34);
    border-radius: 38px 74px 38px 74px;
    transform: translateY(calc(var(--pdl-hf-pop-y) * -.45));
}

body.pdl-pr-phase2-active .pdl-hf-page .pdl-hf-population__pulse {
    position: absolute;
    right: -16px;
    bottom: 18px;
    z-index: 4;
    width: 92px;
    height: 92px;
    border: 1px solid rgba(61, 175, 190, .34);
    border-radius: 50%;
    opacity: 0;
    transform: scale(.55);
    transition: opacity .5s .62s ease, transform .75s .58s var(--pdl-hf-focus-ease);
}

body.pdl-pr-phase2-active .pdl-hf-page .pdl-hf-population__pulse::before,
body.pdl-pr-phase2-active .pdl-hf-page .pdl-hf-population__pulse::after {
    content: "";
    position: absolute;
    border: 1px solid rgba(61, 175, 190, .22);
    border-radius: 50%;
}

body.pdl-pr-phase2-active .pdl-hf-page .pdl-hf-population__pulse::before { inset: 12px; }
body.pdl-pr-phase2-active .pdl-hf-page .pdl-hf-population__pulse::after { inset: 28px; background: var(--pdl-hf-focus-teal); border: 0; box-shadow: 0 0 0 8px rgba(61, 175, 190, .10); }

body.pdl-pr-phase2-active .pdl-hf-page .pdl-hf-section--population.pdl-hf-section-active .pdl-hf-population__pulse {
    opacity: 1;
    transform: scale(1);
}

/* 1 and 2 intentionally retain the approved Master Review CTA and FAQ designs. */

/* ========================================================================== 
   Responsive behavior
   ========================================================================== */
@media (max-width: 1120px) {
    body.pdl-pr-phase2-active .pdl-hf-page .pdl-hf-hero__grid {
        width: min(920px, calc(100% - 56px));
        grid-template-columns: 1fr;
        gap: 56px;
    }

    body.pdl-pr-phase2-active .pdl-hf-page .pdl-hf-hero__copy {
        max-width: 820px;
    }

    body.pdl-pr-phase2-active .pdl-hf-page .pdl-hf-hero__stage {
        min-height: 580px;
    }

    body.pdl-pr-phase2-active .pdl-hf-page .pdl-hf-medication__grid,
    body.pdl-pr-phase2-active .pdl-hf-page .pdl-hf-sdoh__grid {
        grid-template-columns: 1fr;
    }

    body.pdl-pr-phase2-active .pdl-hf-page .pdl-hf-medication__visual {
        position: relative;
        top: auto;
        width: min(720px, 100%);
        min-height: 590px;
        margin-inline: auto;
    }

    body.pdl-pr-phase2-active .pdl-hf-page .pdl-hf-sdoh__content {
        max-width: 820px;
    }

    body.pdl-pr-phase2-active .pdl-hf-page .pdl-hf-sdoh__visual {
        width: min(720px, 100%);
        margin-inline: auto;
    }
}

@media (max-width: 820px) {
    body.pdl-pr-phase2-active .pdl-hf-page .pdl-hf-hero {
        min-height: 0;
        padding: 64px 0 92px;
    }

    body.pdl-pr-phase2-active .pdl-hf-page .pdl-hf-hero__grid {
        width: min(92vw, 680px);
        gap: 46px;
    }

    body.pdl-pr-phase2-active .pdl-hf-page .pdl-hf-hero__copy h1 {
        font-size: clamp(2.55rem, 10vw, 4.2rem);
    }

    body.pdl-pr-phase2-active .pdl-hf-page .pdl-hf-hero__stage {
        min-height: 510px;
    }

    body.pdl-pr-phase2-active .pdl-hf-page .pdl-hf-hero__portrait {
        inset: 2% 0 5% 5%;
        border-radius: 34px 72px 38px 66px;
    }

    body.pdl-pr-phase2-active .pdl-hf-page .pdl-hf-hero__support {
        width: 40%;
        min-width: 190px;
    }

    body.pdl-pr-phase2-active .pdl-hf-page .pdl-hf-medication,
    body.pdl-pr-phase2-active .pdl-hf-page .pdl-hf-sdoh,
    body.pdl-pr-phase2-active .pdl-hf-page .pdl-hf-section--outcomes {
        padding: 78px 0;
    }

    body.pdl-pr-phase2-active .pdl-hf-page .pdl-hf-medication__visual {
        min-height: 500px;
    }

    body.pdl-pr-phase2-active .pdl-hf-page .pdl-hf-medication__step {
        padding-right: 0;
    }

    body.pdl-pr-phase2-active .pdl-hf-page .pdl-hf-sdoh__visual {
        min-height: 520px;
    }

    body.pdl-pr-phase2-active .pdl-hf-page .pdl-hf-pathway {
        width: min(620px, 100%);
        padding-left: 0;
    }

    body.pdl-pr-phase2-active .pdl-hf-page .pdl-hf-pathway__track {
        left: 23px;
        margin-left: 0;
    }

    body.pdl-pr-phase2-active .pdl-hf-page .pdl-hf-pathway__milestone {
        min-height: 112px;
        grid-template-columns: 58px minmax(0, 1fr);
    }

    body.pdl-pr-phase2-active .pdl-hf-page .pdl-hf-pathway__milestone--left .pdl-hf-pathway__copy,
    body.pdl-pr-phase2-active .pdl-hf-page .pdl-hf-pathway__milestone--right .pdl-hf-pathway__copy {
        grid-column: 2;
        justify-self: stretch;
        max-width: none;
        padding: 22px 0 22px 54px;
        text-align: left;
        transform: translateX(24px) scale(.985);
    }

    body.pdl-pr-phase2-active .pdl-hf-page .pdl-hf-pathway__milestone--left .pdl-hf-pathway__copy::before,
    body.pdl-pr-phase2-active .pdl-hf-page .pdl-hf-pathway__milestone--right .pdl-hf-pathway__copy::before {
        left: 0;
        right: auto;
    }

    body.pdl-pr-phase2-active .pdl-hf-page .pdl-hf-pathway__node {
        left: 24px;
    }

    body.pdl-pr-phase2-active .pdl-hf-page .pdl-hf-pathway__milestone.is-active .pdl-hf-pathway__copy {
        transform: translateX(0) scale(1);
    }

    body.pdl-pr-phase2-active .pdl-hf-page .pdl-hf-media--population {
        min-height: 480px;
    }
}

@media (max-width: 560px) {
    body.pdl-pr-phase2-active .pdl-hf-page .pdl-hf-hero__grid {
        width: min(92vw, 520px);
    }

    body.pdl-pr-phase2-active .pdl-hf-page .pdl-hf-hero__stage {
        min-height: 390px;
    }

    body.pdl-pr-phase2-active .pdl-hf-page .pdl-hf-hero__portrait {
        inset: 0 0 4% 0;
        border-radius: 27px 50px 30px 50px;
        clip-path: polygon(6% 0, 100% 0, 100% 90%, 89% 100%, 0 100%, 0 10%);
    }

    body.pdl-pr-phase2-active .pdl-hf-page .pdl-hf-hero__support {
        left: -3px;
        bottom: -2%;
        width: 42%;
        min-width: 142px;
        border-width: 5px;
        border-radius: 18px 18px 38px 18px;
    }

    body.pdl-pr-phase2-active .pdl-hf-page .pdl-hf-hero__signal {
        opacity: .72;
    }

    body.pdl-pr-phase2-active .pdl-hf-page .pdl-hf-hero__scroll {
        display: none;
    }

    body.pdl-pr-phase2-active .pdl-hf-page .pdl-hf-medication__visual {
        min-height: 390px;
    }

    body.pdl-pr-phase2-active .pdl-hf-page .pdl-hf-medication__image {
        inset: 4% 0;
        border-radius: 28px 56px 30px 52px;
    }

    body.pdl-pr-phase2-active .pdl-hf-page .pdl-hf-medication__content h3,
    body.pdl-pr-phase2-active .pdl-hf-page .pdl-hf-sdoh__content h3 {
        font-size: clamp(1.9rem, 9vw, 2.65rem);
    }

    body.pdl-pr-phase2-active .pdl-hf-page .pdl-hf-medication__steps::before,
    body.pdl-pr-phase2-active .pdl-hf-page .pdl-hf-medication__steps::after {
        left: 20px;
    }

    body.pdl-pr-phase2-active .pdl-hf-page .pdl-hf-medication__step {
        min-height: 96px;
        padding-left: 67px;
    }

    body.pdl-pr-phase2-active .pdl-hf-page .pdl-hf-medication__step::before {
        width: 42px;
        height: 42px;
    }

    body.pdl-pr-phase2-active .pdl-hf-page .pdl-hf-medication__step > span {
        left: 14px;
        top: 39px;
    }

    body.pdl-pr-phase2-active .pdl-hf-page .pdl-hf-sdoh__visual {
        min-height: 420px;
    }

    body.pdl-pr-phase2-active .pdl-hf-page .pdl-hf-sdoh__image {
        width: 64%;
        border-width: 6px;
    }

    body.pdl-pr-phase2-active .pdl-hf-page .pdl-hf-sdoh__node {
        width: 45px;
        height: 45px;
    }

    body.pdl-pr-phase2-active .pdl-hf-page .pdl-hf-sdoh__node svg {
        width: 20px;
        height: 20px;
    }

    body.pdl-pr-phase2-active .pdl-hf-page .pdl-hf-sdoh__hub {
        width: 56px;
        height: 56px;
    }

    body.pdl-pr-phase2-active .pdl-hf-page .pdl-hf-sdoh__node--five,
    body.pdl-pr-phase2-active .pdl-hf-page .pdl-hf-sdoh__node--six {
        margin-left: -22px;
    }

    body.pdl-pr-phase2-active .pdl-hf-page .pdl-hf-pathway__copy {
        padding-left: 46px !important;
    }

    body.pdl-pr-phase2-active .pdl-hf-page .pdl-hf-pathway__copy::before {
        font-size: 2.2rem;
    }

    body.pdl-pr-phase2-active .pdl-hf-page .pdl-hf-media--population {
        min-height: 360px;
    }
}

@media (hover: none), (pointer: coarse) {
    body.pdl-pr-phase2-active .pdl-hf-page .pdl-hf-hero__portrait,
    body.pdl-pr-phase2-active .pdl-hf-page .pdl-hf-hero__support,
    body.pdl-pr-phase2-active .pdl-hf-page .pdl-hf-hero__signal,
    body.pdl-pr-phase2-active .pdl-hf-page .pdl-hf-hero__halo {
        transform: none;
    }
}

@media (prefers-reduced-motion: reduce) {
    body.pdl-pr-phase2-active .pdl-hf-page .pdl-hf-hero__copy::before,
    body.pdl-pr-phase2-active .pdl-hf-page .pdl-hf-hero__portrait,
    body.pdl-pr-phase2-active .pdl-hf-page .pdl-hf-hero__support,
    body.pdl-pr-phase2-active .pdl-hf-page .pdl-hf-medication__image,
    body.pdl-pr-phase2-active .pdl-hf-page .pdl-hf-sdoh__image,
    body.pdl-pr-phase2-active .pdl-hf-page .pdl-hf-sdoh__hub,
    body.pdl-pr-phase2-active .pdl-hf-page .pdl-hf-sdoh__node,
    body.pdl-pr-phase2-active .pdl-hf-page .pdl-hf-pathway__copy,
    body.pdl-pr-phase2-active .pdl-hf-page .pdl-hf-pathway__node,
    body.pdl-pr-phase2-active .pdl-hf-page .pdl-hf-media--population img,
    body.pdl-pr-phase2-active .pdl-hf-page .pdl-hf-population__pulse {
        opacity: 1 !important;
        transform: none !important;
        clip-path: none !important;
        transition: none !important;
    }

    body.pdl-pr-phase2-active .pdl-hf-page .pdl-hf-hero__signal-live {
        stroke-dashoffset: 0 !important;
    }

    body.pdl-pr-phase2-active .pdl-hf-page .pdl-hf-hero__signal-node,
    body.pdl-pr-phase2-active .pdl-hf-page .pdl-hf-sdoh__links {
        opacity: 1 !important;
        stroke-dashoffset: 0 !important;
    }

    body.pdl-pr-phase2-active .pdl-hf-page .pdl-hf-hero__scroll,
    body.pdl-pr-phase2-active .pdl-hf-page .pdl-hf-medication__scan {
        display: none !important;
    }

    body.pdl-pr-phase2-active .pdl-hf-page .pdl-hf-pathway__track > span,
    body.pdl-pr-phase2-active .pdl-hf-page .pdl-hf-medication__steps::after {
        transform: scaleY(1) !important;
    }
}

/* Decorative milestone confirmation appears only after a step becomes active. */
body.pdl-pr-phase2-active .pdl-hf-page .pdl-hf-pathway__node {
    display: grid;
    place-items: center;
    color: transparent;
    font: 800 11px/1 "Open Sans", Arial, sans-serif;
}

body.pdl-pr-phase2-active .pdl-hf-page .pdl-hf-pathway__milestone.is-active .pdl-hf-pathway__node {
    color: #fff;
}

/* Progressive enhancement: source content remains fully visible if JavaScript is unavailable. */
html:not(.pdl-pr-js) body.pdl-pr-phase2-active .pdl-hf-page .pdl-hf-hero__copy::before {
    transform: scaleX(1);
}

html:not(.pdl-pr-js) body.pdl-pr-phase2-active .pdl-hf-page :is(
    .pdl-hf-hero__portrait,
    .pdl-hf-hero__support,
    .pdl-hf-sdoh__image,
    .pdl-hf-sdoh__hub,
    .pdl-hf-sdoh__node,
    .pdl-hf-population__pulse
) {
    opacity: 1;
}

html:not(.pdl-pr-js) body.pdl-pr-phase2-active .pdl-hf-page .pdl-hf-hero__portrait {
    transform: rotate(.35deg) scale(1);
}

html:not(.pdl-pr-js) body.pdl-pr-phase2-active .pdl-hf-page .pdl-hf-hero__support {
    transform: rotate(-2.5deg) scale(1);
}

html:not(.pdl-pr-js) body.pdl-pr-phase2-active .pdl-hf-page .pdl-hf-sdoh__image {
    transform: translate(-50%, -50%) scale(1) rotate(-2deg);
}

html:not(.pdl-pr-js) body.pdl-pr-phase2-active .pdl-hf-page .pdl-hf-sdoh__hub {
    transform: translate(-50%, -50%) scale(1);
}

html:not(.pdl-pr-js) body.pdl-pr-phase2-active .pdl-hf-page .pdl-hf-sdoh__node,
html:not(.pdl-pr-js) body.pdl-pr-phase2-active .pdl-hf-page .pdl-hf-population__pulse {
    transform: scale(1);
}

html:not(.pdl-pr-js) body.pdl-pr-phase2-active .pdl-hf-page .pdl-hf-sdoh__links,
html:not(.pdl-pr-js) body.pdl-pr-phase2-active .pdl-hf-page .pdl-hf-hero__signal-live {
    stroke-dashoffset: 0;
}

html:not(.pdl-pr-js) body.pdl-pr-phase2-active .pdl-hf-page .pdl-hf-medication__step,
html:not(.pdl-pr-js) body.pdl-pr-phase2-active .pdl-hf-page .pdl-hf-pathway__copy {
    opacity: 1;
    transform: none;
}

html:not(.pdl-pr-js) body.pdl-pr-phase2-active .pdl-hf-page .pdl-hf-pathway__track > span,
html:not(.pdl-pr-js) body.pdl-pr-phase2-active .pdl-hf-page .pdl-hf-medication__steps::after {
    transform: scaleY(1);
}

html:not(.pdl-pr-js) body.pdl-pr-phase2-active .pdl-hf-page .pdl-hf-media--population img {
    clip-path: none;
}

/* ========================================================================== 
   Phase 2 focused review v10.2.0
   Reviewer-approved refinement:
   - Hero is a clean text/image split with one complete image and no signal line.
   - The progressive line treatment belongs to medication management.
   - Outcomes borrow the homepage Cost Containment card-over-image vocabulary.
   ========================================================================== */

body.pdl-pr-phase2-active .pdl-hf-page .pdl-hf-hero {
    min-height: clamp(650px, 78vh, 790px);
    padding: clamp(72px, 6.5vw, 104px) 0 clamp(82px, 7vw, 112px);
    background:
        radial-gradient(circle at 18% 24%, rgba(61, 175, 190, .16), transparent 27%),
        radial-gradient(circle at 32% 88%, rgba(49, 128, 194, .15), transparent 32%),
        linear-gradient(124deg, #082a42 0%, #0d3652 46%, #154967 100%);
}

body.pdl-pr-phase2-active .pdl-hf-page .pdl-hf-hero::before {
    opacity: .34;
    background-image:
        radial-gradient(circle at 50% 50%, rgba(255,255,255,.075) 1px, transparent 1.6px),
        linear-gradient(90deg, rgba(255,255,255,.025) 1px, transparent 1px);
    background-size: 28px 28px, 74px 74px;
    mask-image: linear-gradient(90deg, #000 0%, rgba(0,0,0,.88) 48%, rgba(0,0,0,.16) 70%, transparent 100%);
}

body.pdl-pr-phase2-active .pdl-hf-page .pdl-hf-hero__grid {
    width: min(1280px, calc(100% - 64px));
    grid-template-columns: minmax(0, .88fr) minmax(500px, 1.12fr);
    gap: clamp(44px, 5.5vw, 86px);
    align-items: center;
}

body.pdl-pr-phase2-active .pdl-hf-page .pdl-hf-hero__copy {
    max-width: 610px;
}

body.pdl-pr-phase2-active .pdl-hf-page .pdl-hf-hero__copy h1 {
    max-width: 610px;
    font-size: clamp(2.75rem, 4.35vw, 4.9rem);
    line-height: 1.015;
    letter-spacing: -.048em;
}

body.pdl-pr-phase2-active .pdl-hf-page .pdl-hf-hero__copy p {
    max-width: 590px;
    margin-bottom: 0;
}

body.pdl-pr-phase2-active .pdl-hf-page .pdl-hf-hero__image {
    position: relative;
    min-height: clamp(470px, 52vw, 610px);
    margin: 0;
    overflow: hidden;
    border: 1px solid rgba(255,255,255,.30);
    border-radius: 38px 76px 38px 76px;
    background: #d8e7eb;
    box-shadow: 0 38px 86px rgba(0, 20, 34, .34);
    isolation: isolate;
}

body.pdl-pr-phase2-active .pdl-hf-page .pdl-hf-hero__image::before {
    content: "";
    position: absolute;
    inset: 0;
    z-index: 2;
    pointer-events: none;
    background:
        linear-gradient(150deg, rgba(8,42,66,.00) 42%, rgba(8,42,66,.18) 100%),
        linear-gradient(90deg, rgba(255,255,255,.06), transparent 35%);
}

body.pdl-pr-phase2-active .pdl-hf-page .pdl-hf-hero__image::after {
    content: "";
    position: absolute;
    z-index: 3;
    left: 28px;
    right: 28px;
    bottom: 24px;
    height: 3px;
    border-radius: 999px;
    background: linear-gradient(90deg, var(--pdl-hf-focus-teal), var(--pdl-hf-focus-green));
    opacity: .82;
    transform: scaleX(.08);
    transform-origin: left center;
    transition: transform 1.15s .58s var(--pdl-hf-focus-ease);
}

body.pdl-pr-phase2-active .pdl-hf-page .pdl-hf-hero-ready .pdl-hf-hero__image::after {
    transform: scaleX(1);
}

body.pdl-pr-phase2-active .pdl-hf-page .pdl-hf-hero__image img {
    width: 100%;
    height: 100%;
    min-height: inherit;
    display: block;
    object-fit: cover;
    object-position: 56% center;
    transform: scale(1.025);
    transition: transform 1.4s var(--pdl-hf-focus-ease), filter .35s ease;
}

body.pdl-pr-phase2-active .pdl-hf-page .pdl-hf-hero-ready .pdl-hf-hero__image img {
    transform: scale(1);
}

@media (hover:hover) and (pointer:fine) {
    body.pdl-pr-phase2-active .pdl-hf-page .pdl-hf-hero__image:hover img {
        transform: scale(1.035);
        filter: saturate(1.025);
    }
}

/* The clinical progression line now lives here, not across the hero image. */
body.pdl-pr-phase2-active .pdl-hf-page .pdl-hf-medication {
    --pdl-hf-med-progress: 0;
    padding: clamp(84px, 8vw, 124px) 0;
    overflow: hidden;
    background:
        radial-gradient(circle at 10% 14%, rgba(61,175,190,.13), transparent 26%),
        radial-gradient(circle at 82% 88%, rgba(49,128,194,.08), transparent 28%),
        linear-gradient(135deg, #f7fcfe 0%, #ffffff 54%, #f2fafc 100%);
}

body.pdl-pr-phase2-active .pdl-hf-page .pdl-hf-medication::before {
    content: "";
    position: absolute;
    inset: 0;
    pointer-events: none;
    opacity: .4;
    background-image: radial-gradient(circle at center, rgba(49,128,194,.10) 1px, transparent 1.6px);
    background-size: 34px 34px;
    mask-image: linear-gradient(90deg, #000, rgba(0,0,0,.25) 56%, transparent 80%);
}

body.pdl-pr-phase2-active .pdl-hf-page .pdl-hf-medication__grid {
    position: relative;
    z-index: 2;
    display: grid;
    grid-template-columns: minmax(0, .96fr) minmax(410px, 1.04fr);
    gap: clamp(58px, 7vw, 104px);
    align-items: center;
}

body.pdl-pr-phase2-active .pdl-hf-page .pdl-hf-medication__content {
    max-width: 650px;
}

body.pdl-pr-phase2-active .pdl-hf-page .pdl-hf-medication__content h3 {
    max-width: 610px;
    margin-bottom: 18px;
    color: #113f60;
    font-size: clamp(2.25rem, 3.5vw, 3.7rem);
    line-height: 1.05;
    letter-spacing: -.038em;
}

body.pdl-pr-phase2-active .pdl-hf-page .pdl-hf-medication__content > p:first-of-type {
    max-width: 610px;
    color: #536d80;
    margin-bottom: 28px;
}

body.pdl-pr-phase2-active .pdl-hf-page .pdl-hf-medication__steps {
    position: relative;
    list-style: none;
    margin: 0;
    padding: 0 0 0 78px;
    display: grid;
    gap: 0;
}

body.pdl-pr-phase2-active .pdl-hf-page .pdl-hf-medication__steps::before,
body.pdl-pr-phase2-active .pdl-hf-page .pdl-hf-medication__steps::after {
    content: "";
    position: absolute;
    left: 26px;
    top: 24px;
    bottom: 24px;
    width: 3px;
    border-radius: 999px;
    transform-origin: top center;
}

body.pdl-pr-phase2-active .pdl-hf-page .pdl-hf-medication__steps::before {
    background: rgba(61,175,190,.18);
}

body.pdl-pr-phase2-active .pdl-hf-page .pdl-hf-medication__steps::after {
    background: linear-gradient(180deg, var(--pdl-hf-focus-teal), var(--pdl-hf-focus-blue) 64%, var(--pdl-hf-focus-green));
    transform: scaleY(var(--pdl-hf-med-progress));
    transition: transform .7s var(--pdl-hf-focus-ease);
    box-shadow: 0 0 18px rgba(61,175,190,.26);
}

body.pdl-pr-phase2-active .pdl-hf-page .pdl-hf-medication__step {
    position: relative;
    min-height: 92px;
    padding: 17px 0 20px;
    display: flex;
    align-items: center;
    opacity: .56;
    transform: translateX(14px);
    transition: opacity .45s ease, transform .55s var(--pdl-hf-focus-ease), color .35s ease;
}

body.pdl-pr-phase2-active .pdl-hf-page .pdl-hf-medication__step::before {
    content: "";
    position: absolute;
    left: -76px;
    top: 50%;
    width: 54px;
    height: 54px;
    border-radius: 50%;
    border: 1px solid rgba(61,175,190,.42);
    background: rgba(255,255,255,.95);
    box-shadow: 0 8px 24px rgba(25,80,112,.10), 0 0 0 8px rgba(61,175,190,.06);
    transform: translateY(-50%) scale(.86);
    transition: transform .45s var(--pdl-hf-focus-ease), box-shadow .4s ease, background .35s ease;
}

body.pdl-pr-phase2-active .pdl-hf-page .pdl-hf-medication__step > span {
    position: absolute;
    z-index: 3;
    left: -58px;
    top: 50%;
    width: 20px;
    height: 20px;
    display: grid;
    place-items: center;
    border-radius: 50%;
    transform: translateY(-50%);
    color: #fff;
    background: var(--pdl-hf-focus-teal);
    font: 800 10px/1 "Open Sans", Arial, sans-serif;
    box-shadow: 0 0 0 5px rgba(61,175,190,.11);
    transition: transform .4s var(--pdl-hf-focus-ease), background .35s ease, box-shadow .35s ease;
}

body.pdl-pr-phase2-active .pdl-hf-page .pdl-hf-medication__step p {
    margin: 0;
    color: #254860;
    font-weight: 650;
    line-height: 1.58;
}

body.pdl-pr-phase2-active .pdl-hf-page .pdl-hf-medication__step.is-active {
    opacity: 1;
    transform: translateX(0);
}

body.pdl-pr-phase2-active .pdl-hf-page .pdl-hf-medication__step.is-active::before {
    transform: translateY(-50%) scale(1);
    background: #fff;
    box-shadow: 0 12px 34px rgba(25,80,112,.14), 0 0 0 9px rgba(61,175,190,.08);
}

body.pdl-pr-phase2-active .pdl-hf-page .pdl-hf-medication__step.is-active > span {
    transform: translateY(-50%) scale(1.07);
    background: linear-gradient(145deg, var(--pdl-hf-focus-blue), var(--pdl-hf-focus-teal));
    box-shadow: 0 0 0 6px rgba(61,175,190,.12), 0 7px 16px rgba(49,128,194,.18);
}

body.pdl-pr-phase2-active .pdl-hf-page .pdl-hf-medication__authority {
    margin: 28px 0 0;
    padding: 19px 22px;
    border-left: 3px solid var(--pdl-hf-focus-teal);
    border-radius: 0 14px 14px 0;
    background: rgba(61,175,190,.07);
    color: #48677b;
    font-size: .97rem;
    line-height: 1.65;
}

body.pdl-pr-phase2-active .pdl-hf-page .pdl-hf-medication__image {
    position: relative;
    min-height: 630px;
    margin: 0;
    overflow: hidden;
    border-radius: 34px 70px 34px 70px;
    border: 1px solid rgba(49,128,194,.16);
    background: #e8f2f5;
    box-shadow: 0 34px 78px rgba(27,71,96,.18);
    isolation: isolate;
}

body.pdl-pr-phase2-active .pdl-hf-page .pdl-hf-medication__image::before {
    content: "";
    position: absolute;
    inset: 0;
    z-index: 2;
    pointer-events: none;
    background: linear-gradient(155deg, transparent 52%, rgba(10,47,70,.18) 100%);
}

body.pdl-pr-phase2-active .pdl-hf-page .pdl-hf-medication__image img {
    width: 100%;
    height: 100%;
    min-height: inherit;
    display: block;
    object-fit: cover;
    object-position: center;
    transform: scale(1.04);
    transition: transform 1.25s var(--pdl-hf-focus-ease);
}

body.pdl-pr-phase2-active .pdl-hf-page .pdl-hf-medication.pdl-hf-section-active .pdl-hf-medication__image img {
    transform: scale(1);
}

body.pdl-pr-phase2-active .pdl-hf-page .pdl-hf-medication__image-accent {
    position: absolute;
    z-index: 4;
    left: 30px;
    right: 30px;
    bottom: 28px;
    height: 4px;
    border-radius: 999px;
    background: linear-gradient(90deg, var(--pdl-hf-focus-teal), var(--pdl-hf-focus-green));
    box-shadow: 0 0 18px rgba(61,175,190,.28);
    transform: scaleX(.08);
    transform-origin: left center;
    transition: transform 1.1s .28s var(--pdl-hf-focus-ease);
}

body.pdl-pr-phase2-active .pdl-hf-page .pdl-hf-medication.pdl-hf-section-active .pdl-hf-medication__image-accent {
    transform: scaleX(1);
}

/* Homepage-inspired outcomes: one image, nine compact cards on the image. */
body.pdl-pr-phase2-active .pdl-hf-page .pdl-hf-section--outcomes {
    padding: clamp(78px, 8vw, 120px) 0;
    background: linear-gradient(180deg, #fff 0%, #f6fbfd 100%);
}

body.pdl-pr-phase2-active .pdl-hf-page .pdl-hf-section--outcomes::before {
    display: none;
}

body.pdl-pr-phase2-active .pdl-hf-page .pdl-hf-outcomes-stage {
    position: relative;
    min-height: 820px;
    padding: clamp(54px, 5.5vw, 78px) clamp(44px, 5vw, 72px) clamp(54px, 5.5vw, 74px);
    overflow: hidden;
    border-radius: 38px;
    isolation: isolate;
    background: #163f59;
    box-shadow: 0 34px 80px rgba(20,64,91,.20);
}

body.pdl-pr-phase2-active .pdl-hf-page .pdl-hf-outcomes-stage__image {
    position: absolute;
    inset: 0;
    z-index: -3;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center 43%;
    transform: scale(1.055);
    filter: saturate(.92) contrast(1.02);
    transition: transform 1.8s var(--pdl-hf-focus-ease), filter .6s ease;
}

body.pdl-pr-phase2-active .pdl-hf-page .pdl-hf-section--outcomes.pdl-hf-section-active .pdl-hf-outcomes-stage__image {
    transform: scale(1.015);
    filter: saturate(1) contrast(1.02);
}

body.pdl-pr-phase2-active .pdl-hf-page .pdl-hf-outcomes-stage__overlay {
    position: absolute;
    inset: 0;
    z-index: -2;
    background:
        linear-gradient(90deg, rgba(8,39,59,.92) 0%, rgba(8,39,59,.74) 35%, rgba(8,39,59,.54) 62%, rgba(8,39,59,.45) 100%),
        linear-gradient(180deg, rgba(8,39,59,.56) 0%, rgba(8,39,59,.12) 35%, rgba(8,39,59,.50) 100%);
}

body.pdl-pr-phase2-active .pdl-hf-page .pdl-hf-outcomes-stage::after {
    content: "";
    position: absolute;
    inset: 0;
    z-index: -1;
    pointer-events: none;
    opacity: .22;
    background-image:
        linear-gradient(rgba(255,255,255,.035) 1px, transparent 1px),
        linear-gradient(90deg, rgba(255,255,255,.035) 1px, transparent 1px);
    background-size: 48px 48px;
}

body.pdl-pr-phase2-active .pdl-hf-page .pdl-hf-outcomes-stage__heading {
    max-width: 760px;
    margin: 0 0 34px;
    text-align: left;
}

body.pdl-pr-phase2-active .pdl-hf-page .pdl-hf-outcomes-stage__heading h2 {
    color: #fff;
    margin-bottom: 0;
    font-size: clamp(2.25rem, 3.45vw, 3.7rem);
    line-height: 1.06;
    text-shadow: 0 12px 28px rgba(0,0,0,.18);
}

body.pdl-pr-phase2-active .pdl-hf-page .pdl-hf-outcomes-stage__heading::after {
    content: "";
    display: block;
    width: 76px;
    height: 4px;
    margin-top: 22px;
    border-radius: 999px;
    background: linear-gradient(90deg, var(--pdl-hf-focus-orange), #ffbd60);
}

body.pdl-pr-phase2-active .pdl-hf-page .pdl-hf-outcome-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 16px;
}

body.pdl-pr-phase2-active .pdl-hf-page .pdl-hf-outcome-card {
    position: relative;
    min-height: 154px;
    padding: 22px 18px 20px 78px;
    overflow: hidden;
    border: 1px solid rgba(255,255,255,.74);
    border-radius: 19px;
    background: rgba(255,255,255,.93);
    box-shadow: 0 18px 38px rgba(0,31,48,.18);
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
    opacity: 0;
    transform: translateY(34px) scale(.965);
    transition:
        opacity .62s calc(var(--pdl-hf-card-index) * 75ms) ease,
        transform .72s calc(var(--pdl-hf-card-index) * 75ms) var(--pdl-hf-focus-ease),
        box-shadow .28s ease,
        border-color .28s ease;
}

body.pdl-pr-phase2-active .pdl-hf-page .pdl-hf-outcome-card::before {
    content: "";
    position: absolute;
    left: 0;
    top: 20px;
    bottom: 20px;
    width: 4px;
    border-radius: 0 999px 999px 0;
    background: linear-gradient(180deg, var(--pdl-hf-focus-orange), #ffb448);
}

body.pdl-pr-phase2-active .pdl-hf-page .pdl-hf-outcome-card::after {
    content: "";
    position: absolute;
    right: -44px;
    bottom: -58px;
    width: 118px;
    height: 118px;
    border-radius: 50%;
    background: radial-gradient(circle, rgba(61,175,190,.12), transparent 68%);
    pointer-events: none;
}

body.pdl-pr-phase2-active .pdl-hf-page .pdl-hf-outcome-card.is-active {
    opacity: 1;
    transform: translateY(0) scale(1);
}

body.pdl-pr-phase2-active .pdl-hf-page .pdl-hf-outcome-card__number {
    position: absolute;
    left: 18px;
    top: 18px;
    width: 26px;
    height: 26px;
    display: grid;
    place-items: center;
    border-radius: 50%;
    color: #fff;
    background: linear-gradient(145deg, var(--pdl-hf-focus-blue), var(--pdl-hf-focus-teal));
    font: 800 10px/1 "Open Sans", Arial, sans-serif;
    box-shadow: 0 6px 16px rgba(49,128,194,.18);
}

body.pdl-pr-phase2-active .pdl-hf-page .pdl-hf-outcome-card__icon {
    position: absolute;
    left: 18px;
    top: 58px;
    width: 42px;
    height: 42px;
    display: grid;
    place-items: center;
    border: 1px solid rgba(61,175,190,.26);
    border-radius: 50%;
    color: #208eb6;
    background: #fff;
    box-shadow: 0 8px 20px rgba(41,109,137,.10);
}

body.pdl-pr-phase2-active .pdl-hf-page .pdl-hf-outcome-card__icon svg {
    width: 23px;
    height: 23px;
    fill: none;
    stroke: currentColor;
    stroke-width: 1.7;
    stroke-linecap: round;
    stroke-linejoin: round;
}

body.pdl-pr-phase2-active .pdl-hf-page .pdl-hf-outcome-card p {
    margin: 0;
    color: #173f5b;
    font-size: clamp(.92rem, .98vw, 1.04rem);
    line-height: 1.48;
    font-weight: 700;
}

@media (hover:hover) and (pointer:fine) {
    body.pdl-pr-phase2-active .pdl-hf-page .pdl-hf-outcome-card:hover {
        transform: translateY(-5px) scale(1.008);
        border-color: rgba(61,175,190,.38);
        box-shadow: 0 26px 48px rgba(0,31,48,.24);
    }
}

@media (max-width: 1040px) {
    body.pdl-pr-phase2-active .pdl-hf-page .pdl-hf-hero__grid {
        grid-template-columns: minmax(0,.86fr) minmax(430px,1.14fr);
        gap: 40px;
    }

    body.pdl-pr-phase2-active .pdl-hf-page .pdl-hf-medication__grid {
        grid-template-columns: minmax(0,1fr) minmax(360px,.94fr);
        gap: 48px;
    }

    body.pdl-pr-phase2-active .pdl-hf-page .pdl-hf-medication__image {
        min-height: 570px;
    }

    body.pdl-pr-phase2-active .pdl-hf-page .pdl-hf-outcomes-stage {
        min-height: 870px;
    }

    body.pdl-pr-phase2-active .pdl-hf-page .pdl-hf-outcome-card {
        min-height: 165px;
        padding-right: 16px;
    }
}

@media (max-width: 900px) {
    body.pdl-pr-phase2-active .pdl-hf-page .pdl-hf-hero__grid,
    body.pdl-pr-phase2-active .pdl-hf-page .pdl-hf-medication__grid {
        grid-template-columns: 1fr;
    }

    body.pdl-pr-phase2-active .pdl-hf-page .pdl-hf-hero {
        min-height: 0;
        padding: 66px 0 88px;
    }

    body.pdl-pr-phase2-active .pdl-hf-page .pdl-hf-hero__grid {
        width: min(92vw, 720px);
        gap: 42px;
    }

    body.pdl-pr-phase2-active .pdl-hf-page .pdl-hf-hero__image {
        min-height: 500px;
        border-radius: 30px 58px 30px 58px;
    }

    body.pdl-pr-phase2-active .pdl-hf-page .pdl-hf-medication__grid {
        width: min(92vw, 720px);
        gap: 46px;
    }

    body.pdl-pr-phase2-active .pdl-hf-page .pdl-hf-medication__content {
        max-width: none;
    }

    body.pdl-pr-phase2-active .pdl-hf-page .pdl-hf-medication__image {
        min-height: 500px;
        order: 2;
    }

    body.pdl-pr-phase2-active .pdl-hf-page .pdl-hf-outcomes-stage {
        min-height: 0;
        padding: 50px 34px;
        border-radius: 30px;
    }

    body.pdl-pr-phase2-active .pdl-hf-page .pdl-hf-outcome-grid {
        grid-template-columns: repeat(2, minmax(0,1fr));
    }

    body.pdl-pr-phase2-active .pdl-hf-page .pdl-hf-outcome-card {
        min-height: 150px;
    }
}

@media (max-width: 600px) {
    body.pdl-pr-phase2-active .pdl-hf-page .pdl-hf-hero__grid,
    body.pdl-pr-phase2-active .pdl-hf-page .pdl-hf-medication__grid {
        width: min(92vw, 540px);
    }

    body.pdl-pr-phase2-active .pdl-hf-page .pdl-hf-hero__copy h1 {
        font-size: clamp(2.5rem, 11vw, 3.65rem);
    }

    body.pdl-pr-phase2-active .pdl-hf-page .pdl-hf-hero__image {
        min-height: 365px;
        border-radius: 24px 42px 24px 42px;
    }

    body.pdl-pr-phase2-active .pdl-hf-page .pdl-hf-medication {
        padding: 70px 0;
    }

    body.pdl-pr-phase2-active .pdl-hf-page .pdl-hf-medication__content h3 {
        font-size: clamp(2rem, 10vw, 2.85rem);
    }

    body.pdl-pr-phase2-active .pdl-hf-page .pdl-hf-medication__steps {
        padding-left: 66px;
    }

    body.pdl-pr-phase2-active .pdl-hf-page .pdl-hf-medication__steps::before,
    body.pdl-pr-phase2-active .pdl-hf-page .pdl-hf-medication__steps::after {
        left: 22px;
    }

    body.pdl-pr-phase2-active .pdl-hf-page .pdl-hf-medication__step::before {
        left: -64px;
        width: 46px;
        height: 46px;
    }

    body.pdl-pr-phase2-active .pdl-hf-page .pdl-hf-medication__step > span {
        left: -49px;
        width: 18px;
        height: 18px;
    }

    body.pdl-pr-phase2-active .pdl-hf-page .pdl-hf-medication__image {
        min-height: 380px;
        border-radius: 26px 46px 26px 46px;
    }

    body.pdl-pr-phase2-active .pdl-hf-page .pdl-hf-section--outcomes {
        padding: 68px 0;
    }

    body.pdl-pr-phase2-active .pdl-hf-page .pdl-hf-section--outcomes .pdl-hf-shell {
        width: min(94vw, 540px);
    }

    body.pdl-pr-phase2-active .pdl-hf-page .pdl-hf-outcomes-stage {
        padding: 42px 20px 26px;
        border-radius: 24px;
    }

    body.pdl-pr-phase2-active .pdl-hf-page .pdl-hf-outcomes-stage__heading h2 {
        font-size: clamp(2rem, 9vw, 2.8rem);
    }

    body.pdl-pr-phase2-active .pdl-hf-page .pdl-hf-outcome-grid {
        grid-template-columns: 1fr;
        gap: 12px;
    }

    body.pdl-pr-phase2-active .pdl-hf-page .pdl-hf-outcome-card {
        min-height: 112px;
        padding: 18px 16px 18px 72px;
    }

    body.pdl-pr-phase2-active .pdl-hf-page .pdl-hf-outcome-card__number {
        top: 16px;
        left: 16px;
    }

    body.pdl-pr-phase2-active .pdl-hf-page .pdl-hf-outcome-card__icon {
        left: 16px;
        top: 54px;
        width: 38px;
        height: 38px;
    }
}

@media (prefers-reduced-motion: reduce) {
    body.pdl-pr-phase2-active .pdl-hf-page .pdl-hf-hero__image::after,
    body.pdl-pr-phase2-active .pdl-hf-page .pdl-hf-medication__steps::after,
    body.pdl-pr-phase2-active .pdl-hf-page .pdl-hf-medication__image-accent {
        transform: scaleX(1) !important;
        transition: none !important;
    }

    body.pdl-pr-phase2-active .pdl-hf-page .pdl-hf-medication__steps::after {
        transform: scaleY(1) !important;
    }

    body.pdl-pr-phase2-active .pdl-hf-page .pdl-hf-outcome-card,
    body.pdl-pr-phase2-active .pdl-hf-page .pdl-hf-outcomes-stage__image,
    body.pdl-pr-phase2-active .pdl-hf-page .pdl-hf-hero__image img,
    body.pdl-pr-phase2-active .pdl-hf-page .pdl-hf-medication__image img {
        opacity: 1 !important;
        transform: none !important;
        transition: none !important;
    }
}

html:not(.pdl-pr-js) body.pdl-pr-phase2-active .pdl-hf-page .pdl-hf-hero__image::after,
html:not(.pdl-pr-js) body.pdl-pr-phase2-active .pdl-hf-page .pdl-hf-medication__image-accent {
    transform: scaleX(1);
}

html:not(.pdl-pr-js) body.pdl-pr-phase2-active .pdl-hf-page .pdl-hf-medication__steps::after {
    transform: scaleY(1);
}

html:not(.pdl-pr-js) body.pdl-pr-phase2-active .pdl-hf-page .pdl-hf-outcome-card {
    opacity: 1;
    transform: none;
}



/* ========================================================================== 
   Phase 2 focused review v10.3.0
   Final reviewer refinements:
   - No decorative numbering in Medication Management or Outcomes.
   - Outcome cards center icon + text and the orange accent grows on hover.
   - Prescriber-authority copy is plain text with no shaded callout treatment.
   - Hero uses the same clinical image as a subtle background reflection and
     as the primary right-side image container.
   ========================================================================== */

/* Hero image reflection: same approved 65+ clinical image appears subtly in
   the navy background and fully in the right-side container. */
body.pdl-pr-phase2-active .pdl-hf-page .pdl-hf-hero__reflection {
    position: absolute;
    left: 31%;
    top: 50%;
    z-index: 1;
    width: min(690px, 55vw);
    height: 92%;
    overflow: hidden;
    pointer-events: none;
    opacity: .105;
    transform: translate(-50%, -50%) scaleX(-1.025);
    filter: blur(1.2px) saturate(.72) contrast(.92);
    -webkit-mask-image: linear-gradient(90deg, transparent 0%, rgba(0,0,0,.75) 24%, #000 54%, rgba(0,0,0,.28) 78%, transparent 100%);
    mask-image: linear-gradient(90deg, transparent 0%, rgba(0,0,0,.75) 24%, #000 54%, rgba(0,0,0,.28) 78%, transparent 100%);
}
body.pdl-pr-phase2-active .pdl-hf-page .pdl-hf-hero__reflection::after {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(90deg, rgba(8,42,66,.75), rgba(8,42,66,.20) 46%, rgba(8,42,66,.68));
}
body.pdl-pr-phase2-active .pdl-hf-page .pdl-hf-hero__reflection img {
    width: 100%;
    height: 100%;
    display: block;
    object-fit: cover;
    object-position: 56% center;
    transform: scale(1.09);
}
body.pdl-pr-phase2-active .pdl-hf-page .pdl-hf-hero__grid {
    z-index: 3;
}

/* Medication pathway: icons only, no numbers. */
body.pdl-pr-phase2-active .pdl-hf-page .pdl-hf-medication__steps {
    counter-reset: none;
}
body.pdl-pr-phase2-active .pdl-hf-page .pdl-hf-medication__step {
    counter-increment: none;
}
body.pdl-pr-phase2-active .pdl-hf-page .pdl-hf-medication__step::before {
    content: "" !important;
}
body.pdl-pr-phase2-active .pdl-hf-page .pdl-hf-medication__step > .pdl-hf-medication__step-icon {
    left: -72px;
    width: 48px;
    height: 48px;
    display: grid;
    place-items: center;
    border: 1px solid rgba(61,175,190,.38);
    background: rgba(255,255,255,.98);
    color: #2497b8;
    box-shadow: 0 9px 24px rgba(25,80,112,.11), 0 0 0 7px rgba(61,175,190,.055);
    transform: translateY(-50%) scale(.93);
}
body.pdl-pr-phase2-active .pdl-hf-page .pdl-hf-medication__step > .pdl-hf-medication__step-icon::before {
    content: none !important;
}
body.pdl-pr-phase2-active .pdl-hf-page .pdl-hf-medication__step > .pdl-hf-medication__step-icon svg {
    width: 23px;
    height: 23px;
    fill: none;
    stroke: currentColor;
    stroke-width: 1.7;
    stroke-linecap: round;
    stroke-linejoin: round;
}
body.pdl-pr-phase2-active .pdl-hf-page .pdl-hf-medication__step.is-active > .pdl-hf-medication__step-icon {
    color: #178eb3;
    background: #fff;
    transform: translateY(-50%) scale(1);
    box-shadow: 0 12px 30px rgba(25,80,112,.14), 0 0 0 8px rgba(61,175,190,.08);
}
/* Prevent the older decorative halo pseudo-element from creating a second
   numbered circle behind the new icon. */
body.pdl-pr-phase2-active .pdl-hf-page .pdl-hf-medication__step::before {
    left: -72px;
    width: 48px;
    height: 48px;
    opacity: .52;
    background: transparent;
    box-shadow: none;
}

/* Prescriber authority remains exact source copy, styled as ordinary supporting
   text rather than an AI-looking shaded callout. */
body.pdl-pr-phase2-active .pdl-hf-page .pdl-hf-medication__authority {
    max-width: 620px;
    margin: 28px 0 0 !important;
    padding: 0 !important;
    border: 0 !important;
    border-radius: 0 !important;
    background: none !important;
    box-shadow: none !important;
    color: #49677a;
    font-size: .98rem;
    line-height: 1.68;
    font-weight: 520;
}
body.pdl-pr-phase2-active .pdl-hf-page .pdl-hf-medication__authority::before,
body.pdl-pr-phase2-active .pdl-hf-page .pdl-hf-medication__authority::after {
    display: none !important;
    content: none !important;
}

/* Outcomes: no numbers; icon and text are vertically/horizontally centered. */
body.pdl-pr-phase2-active .pdl-hf-page .pdl-hf-outcome-card__number {
    display: none !important;
}
body.pdl-pr-phase2-active .pdl-hf-page .pdl-hf-outcome-card {
    min-height: 142px;
    padding: 20px 22px 20px 28px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 12px;
    text-align: center;
}
body.pdl-pr-phase2-active .pdl-hf-page .pdl-hf-outcome-card__icon {
    position: relative;
    left: auto;
    top: auto;
    flex: 0 0 auto;
    width: 44px;
    height: 44px;
}
body.pdl-pr-phase2-active .pdl-hf-page .pdl-hf-outcome-card p {
    width: 100%;
    max-width: 260px;
    margin: 0;
    text-align: center;
    line-height: 1.42;
}
body.pdl-pr-phase2-active .pdl-hf-page .pdl-hf-outcome-card::before {
    top: 50%;
    bottom: auto;
    height: 58%;
    transform: translateY(-50%) scaleY(.58);
    transform-origin: center;
    transition: transform .34s var(--pdl-hf-focus-ease), width .28s ease, box-shadow .28s ease;
    box-shadow: 0 0 0 rgba(247,148,29,0);
}
@media (hover:hover) and (pointer:fine) {
    body.pdl-pr-phase2-active .pdl-hf-page .pdl-hf-outcome-card:hover::before {
        transform: translateY(-50%) scaleY(1.42);
        width: 5px;
        box-shadow: 0 0 18px rgba(247,148,29,.24);
    }
    body.pdl-pr-phase2-active .pdl-hf-page .pdl-hf-outcome-card:hover .pdl-hf-outcome-card__icon {
        transform: translateY(-2px) scale(1.04);
    }
}
body.pdl-pr-phase2-active .pdl-hf-page .pdl-hf-outcome-card__icon {
    transition: transform .3s var(--pdl-hf-focus-ease), box-shadow .3s ease;
}

@media (max-width: 900px) {
    body.pdl-pr-phase2-active .pdl-hf-page .pdl-hf-hero__reflection {
        left: 50%;
        top: 38%;
        width: min(820px, 105vw);
        height: 72%;
        opacity: .075;
    }
}
@media (max-width: 600px) {
    body.pdl-pr-phase2-active .pdl-hf-page .pdl-hf-hero__reflection {
        top: 30%;
        height: 55%;
        opacity: .06;
    }
    body.pdl-pr-phase2-active .pdl-hf-page .pdl-hf-medication__step > .pdl-hf-medication__step-icon,
    body.pdl-pr-phase2-active .pdl-hf-page .pdl-hf-medication__step::before {
        left: -62px;
        width: 44px;
        height: 44px;
    }
    body.pdl-pr-phase2-active .pdl-hf-page .pdl-hf-medication__step > .pdl-hf-medication__step-icon svg {
        width: 21px;
        height: 21px;
    }
    body.pdl-pr-phase2-active .pdl-hf-page .pdl-hf-outcome-card {
        min-height: 112px;
        padding: 18px 20px 18px 24px;
    }
}

@media (prefers-reduced-motion: reduce) {
    body.pdl-pr-phase2-active .pdl-hf-page .pdl-hf-outcome-card::before,
    body.pdl-pr-phase2-active .pdl-hf-page .pdl-hf-outcome-card__icon {
        transition: none !important;
    }
}


/* v10.4.0 refinement: center the animated medication pathway line behind the icon markers. */
body.pdl-pr-phase2-active .pdl-hf-page .pdl-hf-medication__steps {
    z-index: 0;
}
body.pdl-pr-phase2-active .pdl-hf-page .pdl-hf-medication__steps::before,
body.pdl-pr-phase2-active .pdl-hf-page .pdl-hf-medication__steps::after {
    left: 29px;
    z-index: 0;
}
body.pdl-pr-phase2-active .pdl-hf-page .pdl-hf-medication__step {
    z-index: 1;
}
body.pdl-pr-phase2-active .pdl-hf-page .pdl-hf-medication__step > .pdl-hf-medication__step-icon {
    z-index: 3;
}
@media (max-width: 600px) {
    body.pdl-pr-phase2-active .pdl-hf-page .pdl-hf-medication__steps::before,
    body.pdl-pr-phase2-active .pdl-hf-page .pdl-hf-medication__steps::after {
        left: 37px;
    }
}
