.p-plusFv .c-lowerFv__inner {
  z-index: 2;
  min-height: 610px;
}

/* Intro stage owns only marquee + intro. Later h2 sections remain sibling p-lowerSection blocks. */
.p-plusIntroStage {
  background-image: url("../images/img_com-bgArch-lower.png");
  background-position: center 0, center 0;
  background-repeat: no-repeat, no-repeat;
  background-size: max(1366px, 100vw) auto, 100% 100%;
}

.p-plusMarquee {
  overflow: hidden;
  padding-top: 10px;
}

.p-lowerSection--plusIntro {
  position: relative;
  z-index: 2;
  padding-block: 110px 140px;
  background: none;
}

.p-lowerSection--plusProblems {
  padding-top: 0;
  padding-bottom: 99px;
}

.p-lowerSection--plusFeatures {
  padding-top: 0;
  padding-bottom: 89px;
}

.p-lowerSection--plusFlow {
  padding-block: 88px 123px;
  background: #f2f9f2;
}

.p-lowerSection--plusFlow .c-plusPage--patient {
  width: min(1141px, 100%) !important;
}

.p-lowerSection--plusFaq {
  padding-top: 0;
  padding-bottom: 0;
  background: #f2f9f2;
}

.c-plusPage {
  width: min(1020px, 100%);
  margin-inline: auto;
}

.c-plusPage__intro {
  --side-visual-gap: 46px;
}

.c-plusPage--caremanager .c-plusPage__intro {
  --side-visual-body-padding-top: 79px;
}

.c-plusPage--caremanager .c-sideVisualLead__media {
  aspect-ratio: var(--side-visual-media-aspect, 372/474);
}

.c-plusPage__introHeading {
  display: grid;
  gap: 11px;
  width: min(408px, 100%);
}

.c-plusPage--caremanager .c-plusPage__introHeading {
  width: min(458px, 100%);
}

.c-plusPage--caremanager .c-sideVisualLead__headlineAccent {
  width: min(190px, 100%);
  background-image: url("../images/img_plusCareIntro-ribbon-lime.png");
}

.c-plusPage--patient .c-sideVisualLead__headlineAccent {
  width: 154px;
  min-width: 154px;
  min-height: 51px;
  height: 51px;
  margin-left: 0;
  padding: 0;
  background-image: url("../images/img_plusPatientIntro-ribbon-lime.png");
  background-size: 154px 51px;
  white-space: nowrap;
}

.c-plusPage__introHeading .c-ribbonLabel {
  justify-self: start;
}

.c-plusPage__introHeading .c-sideVisualLead__title {
  margin: 0;
}

.c-plusPage__lead {
  display: grid;
  gap: 31px;
  width: min(509px, 100%);
}

.c-plusPage__introActions {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 10px;
  width: 520px;
  margin-top: 6px;
}

.c-plusPage__introAction {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 43px;
  padding: 10px 38px 10px 18px;
  border-radius: 999px;
  background: linear-gradient(90deg, #20bcb0 0%, #009c77 100%);
  text-decoration: none;
  transition: transform 0.25s ease, box-shadow 0.25s ease;
}

.c-plusPage__introAction::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 15px;
  width: 15px;
  height: 6px;
  background: url("../images/icon_com-medical-cta-arrow.svg") center/contain no-repeat;
  transform: translateY(-50%);
}

.c-plusPage__introAction--lime {
  background: linear-gradient(90deg, #95c51b 0%, #70c978 100%);
}

.c-plusPage__introAction:hover,
.c-plusPage__introAction:focus-visible {
  transform: translateY(-2px);
  box-shadow: 0 14px 32px rgba(0, 156, 119, 0.18);
}

/* Shared inner layout for each independent plus section. Section boundaries stay page-owned. */
.c-plusPage__section {
  margin-left: -6px;
  display: grid;
  gap: 40px;
}

.c-plusPage__sectionHeading {
  margin-bottom: 0;
}

.c-plusPage__problems .c-problemGrid {
  gap: 40px 40px;
}

.c-plusPage__problems .c-cardPanel {
  background: rgba(255, 255, 255, 0.96);
  border: 1px solid #cfe7de;
  box-shadow: none;
}

.c-plusPage__problems .c-problemCard {
  gap: 33px;
  padding: 26px 35px 28px 32px;
}

.c-plusPage__problems .c-problemCard__icon {
  background: url("../images/icon_com-problem-check-green.svg") center/contain no-repeat;
  box-shadow: none;
}

.c-plusPage__problems .c-problemCard:nth-child(2) .c-problemCard__icon,
.c-plusPage__problems .c-problemCard:nth-child(3) .c-problemCard__icon {
  background-image: url("../images/icon_com-problem-check-lime.svg");
}

.c-plusPage__problems .c-problemCard__icon::before {
  content: none;
}

.c-plusPage__problems .c-problemCard__body {
  display: flex;
  align-items: center;
}

.p-lowerSection--plusFeatures .c-plusPage--patient {
  width: min(1142px, 100%) !important;
}

.c-plusPage__features > .c-featureGrid {
  gap: 32px 40px;
  align-items: start;
}

.c-plusPage__features .c-cardPanel,
.c-plusPage__flow .c-cardPanel {
  box-shadow: none;
}
.c-plusPage--caremanager .c-sideVisualLead__body {
  padding-top: 0;
}
.c-plusPage__features .c-featureCard {
  --plus-feature-stagger-offset: 0px;
  --plus-feature-delay: 0s;
  margin-top: var(--plus-feature-stagger-offset);
}

.c-plusPage__features .c-featureCard.js-fadeIn {
  transition-delay: var(--plus-feature-delay);
}

.c-plusPage__features .c-featureCard:nth-child(2) {
  --plus-feature-stagger-offset: 48px;
  --plus-feature-delay: 0.5s;
}

.c-plusPage__features .c-featureCard:nth-child(3) {
  --plus-feature-stagger-offset: 86px;
  --plus-feature-delay: 1s;
}

@media screen and (max-width: 768px) {
  .c-plusPage__features .c-featureCard:nth-child(2) {
    --plus-feature-stagger-offset: 0px;
    --plus-feature-delay: 0s;
  }
  .c-plusPage__features .c-featureCard:nth-child(3) {
    --plus-feature-stagger-offset: 0px;
    --plus-feature-delay: 0s;
  }
}
.c-plusPage__features .c-featureCard__media {
  aspect-ratio: 354/300;
}

.c-plusPage__features .c-featureCard__body {
  gap: 4px;
  padding: 21px 0px 28px;
}

.c-plusPage__flow .c-flowList {
  width: min(912px, 100%);
  margin-inline: auto;
  gap: 80px;
  margin-top: 33px;
  padding-left: 10px;
}

.c-plusPage__flow .c-cardPanel {
  background: none;
  border: 0;
  border-radius: 0;
}

.c-plusPage__flow .c-flowStep {
  grid-template-columns: 110px 1fr;
  gap: 67px;
  padding: 0;
  align-items: start;
}

.c-plusPage__flow .c-flowStep:not(:last-child)::after {
  left: 54px;
  top: 110px;
  width: 1px;
  height: 102px;
  background: #c1e5e7;
}

.c-plusPage__flow .c-flowStep__marker {
  justify-items: center;
  align-content: center;
  gap: 2px;
  width: 110px;
  min-width: 110px;
  height: 110px;
  padding: 0;
  border-radius: 50%;
  background: var(--plus-flow-step-color, #44bc9a);
}

.c-plusPage__flow .c-flowStep:nth-child(1) {
  --plus-flow-step-color: #b0e0b9;
}

.c-plusPage__flow .c-flowStep:nth-child(2) {
  --plus-flow-step-color: #9ad5a5;
}

.c-plusPage__flow .c-flowStep:nth-child(3) {
  --plus-flow-step-color: #8bd098;
}

.c-plusPage__flow .c-flowStep:nth-child(4) {
  --plus-flow-step-color: #62c5a9;
}

.c-plusPage__flow .c-flowStep:nth-child(5) {
  --plus-flow-step-color: #44bc9a;
}

.c-plusPage__flow .c-flowStep__body {
  gap: 11px;
  padding-top: 5px;
  padding-right: 10px;
}

.p-lowerSection--plusFaq .c-faqSection {
  background: transparent;
}

.p-lowerSection--plusFaq .c-faqSection__inner {
  gap: 56px;
  padding-top: 0;
  padding-bottom: 158px;
}

@media screen and (max-width: 1365px) {
  .c-plusPage--patient .c-plusPage__intro {
    --side-visual-columns: 372px minmax(0, calc(530 / 1366 * 100vw));
    --side-visual-gap: calc(42 / 1366 * 100vw);
    --side-visual-body-gap: calc(35 / 1366 * 100vw);
    --side-visual-heading-gap: calc(18 / 1366 * 100vw);
    --side-visual-headline-gap: calc(9 / 1366 * 100vw);
    --side-visual-lead-gap: calc(30 / 1366 * 100vw);
    margin-left: 1.756954612vw;
  }
  .c-plusPage--caremanager .c-plusPage__intro {
    --side-visual-body-padding-top: calc(79 / 1366 * 100vw);
  }
  .c-plusPage__lead {
    gap: 2.2693997072vw;
  }
  .c-plusPage__section {
    gap: 2.9282576867vw;
  }
  .c-plusPage__problems .c-problemGrid {
    gap: 2.9282576867vw;
  }
  .c-plusPage__features > .c-featureGrid {
    gap: 2.3426061493vw 2.9282576867vw;
  }
  .c-plusPage__flow .c-flowList {
    gap: 5.8565153734vw;
    margin-top: 2.4158125915vw;
  }
  .c-plusPage__flow .c-flowStep {
    gap: 4.9048316252vw;
  }
}
@media screen and (max-width: 1024px) {
  .p-lowerSection--plusIntro {
    padding-block: 72px 112px;
  }
  .p-lowerSection--plusProblems {
    padding-bottom: 96px;
  }
  .p-lowerSection--plusFeatures {
    padding-bottom: 108px;
  }
  .p-lowerSection--plusFlow {
    padding-block: 76px 112px;
  }
  .p-lowerSection--plusFaq .c-faqSection__inner {
    padding-bottom: 104px;
  }
  .c-plusPage--patient .c-plusPage__intro {
    --side-visual-columns: minmax(0, 320px) minmax(0, 1fr);
    --side-visual-gap: 24px;
    margin-left: 0;
  }
  .c-plusPage__intro {
    --side-visual-columns: minmax(0, clamp(260px, 29vw, 300px)) minmax(0, 1fr);
    --side-visual-gap: clamp(20px, calc(37 / 1366 * 100vw), 28px);
    margin-left: 0;
  }
  .c-plusPage__lead,
  .c-plusPage__section {
    gap: 28px;
  }
  .c-plusPage__section {
    margin-left: 0;
  }
  .c-plusPage__features > .c-featureGrid {
    gap: 28px;
  }
  .p-lowerSection--plusFaq .c-faqSection__heading {
    margin-left: 0;
  }
}
@media screen and (max-width: 900px) {
  .c-plusPage__lead {
    width: 100%;
    gap: 22px;
  }
  .p-lowerSection--plusProblems {
    padding-bottom: 82px;
  }
  .p-lowerSection--plusFeatures {
    padding-bottom: 92px;
  }
  .p-lowerSection--plusFlow {
    padding-block: 68px 96px;
  }
  .c-plusPage__section {
    gap: 28px;
  }
  .c-plusPage__problems .c-problemGrid {
    gap: 24px;
  }
  .c-plusPage__features .c-featureCard {
    --plus-feature-stagger-offset: 0px;
  }
  .c-plusPage__features > .c-featureGrid {
    width: min(600px, 100%);
    margin-inline: auto;
  }
  .c-plusPage__problems .c-problemCard {
    padding: 24px 22px;
  }
  .c-plusPage__flow .c-flowList {
    width: 100%;
    gap: 34px;
  }
  .c-plusPage__flow .c-flowStep {
    grid-template-columns: 110px 1fr;
    gap: 34px;
  }
  .c-plusPage__flow .c-flowStep__marker {
    max-width: none;
  }
  .c-plusPage__flow .c-flowStep:not(:last-child)::after {
    left: 54px;
  }
  .p-lowerSection--plusFaq .c-faqSection__inner {
    gap: 48px;
    padding-bottom: 96px;
  }
}
@media screen and (max-width: 1080px) and (min-width: 601px) {
  .c-plusPage--patient .c-sideVisualLead {
    --side-visual-columns: 1fr;
    --side-visual-gap: 34px;
    justify-items: center;
    margin-left: 0;
    text-align: center;
  }
  .c-plusPage--patient .c-sideVisualLead__body {
    order: 1;
    width: min(100%, 640px);
    padding-top: 0;
    padding-left: 0;
    justify-items: center;
  }
  .c-plusPage--patient .c-sideVisualLead__media {
    order: 2;
    width: min(100%, 640px);
    max-width: none;
    height: 300px;
    margin-inline: auto;
    aspect-ratio: auto;
  }
  .c-plusPage--patient .c-sideVisualLead__headlineRow {
    justify-content: center;
  }
  .c-plusPage--patient .c-plusPage__lead {
    width: 100%;
  }
  .c-plusPage--patient .c-plusPage__introActions {
    width: fit-content;
    max-width: 100%;
    justify-self: center;
  }
}
@media screen and (max-width: 1080px) and (min-width: 601px) {
  .c-plusPage--caremanager .c-sideVisualLead {
    --side-visual-columns: 1fr;
    --side-visual-gap: 34px;
    justify-items: center;
    margin-left: 0;
    text-align: center;
  }
  .c-plusPage--caremanager .c-sideVisualLead__body {
    order: 1;
    width: min(100%, 640px);
    padding-top: 0;
    justify-items: center;
  }
  .c-plusPage--caremanager .c-sideVisualLead__media {
    order: 2;
    width: min(100%, 640px);
    max-width: none;
    height: 300px;
    margin-inline: auto;
    aspect-ratio: auto;
  }
  .c-plusPage--caremanager .c-plusPage__introHeading {
    justify-items: center;
    width: min(100%, 560px);
  }
  .c-plusPage--caremanager .c-sideVisualLead__headlineRow {
    justify-content: center;
  }
  .c-plusPage--caremanager .c-plusPage__lead {
    width: 100%;
  }
}
@media screen and (max-width: 600px) {
  .c-plusPage__introActions {
    grid-template-columns: 1fr;
    width: min(320px, 100%);
  }
}
@media screen and (max-width: 768px) {
  .c-plusPage--patient .c-sideVisualLead {
    justify-items: center;
    text-align: center;
  }
  .c-plusPage--patient .c-sideVisualLead__body {
    width: min(100%, 640px);
    padding-left: 0;
    justify-items: center;
  }
  .c-plusPage--patient .c-sideVisualLead__headlineRow {
    justify-content: center;
  }
  .c-plusPage--patient .c-plusPage__lead {
    width: 100%;
  }
  .c-plusPage--patient .c-plusPage__introActions {
    width: fit-content;
    max-width: 100%;
    justify-self: center;
  }
  .c-plusPage--caremanager .c-sideVisualLead {
    justify-items: center;
    text-align: center;
  }
  .c-plusPage--caremanager .c-sideVisualLead__body {
    width: min(100%, 640px);
    padding-top: 0;
    justify-items: center;
  }
  .c-plusPage--caremanager .c-plusPage__introHeading {
    justify-items: center;
    width: min(100%, 560px);
  }
  .c-plusPage--caremanager .c-sideVisualLead__headlineRow {
    justify-content: center;
  }
  .c-plusPage--caremanager .c-plusPage__lead {
    width: 100%;
  }
}
@media screen and (max-width: 765px) and (min-width: 601px) {
  .c-plusPage__flow .c-flowStep {
    grid-template-columns: 11.5032679739vw 1fr;
    gap: 2.614379085vw;
  }
  .c-plusPage__flow .c-flowStep__marker {
    width: 11.5032679739vw;
    min-width: 11.5032679739vw;
    height: 11.5032679739vw;
  }
  .c-plusPage__flow .c-flowStep__body {
    padding-top: 1.045751634vw;
  }
  .c-plusPage__flow .c-flowStep:not(:last-child)::after {
    left: 5.6209150327vw;
    top: 11.5032679739vw;
  }
}
@media screen and (max-width: 600px) {
  .p-plusIntroStage {
    margin-top: -112px;
    padding-top: 112px;
    background-size: 980px auto, 100% 100%;
  }
  .p-lowerSection--plusIntro {
    padding-block: 52px 92px;
  }
  .p-lowerSection--plusProblems {
    padding-bottom: 68px;
  }
  .p-lowerSection--plusFeatures {
    padding-bottom: 76px;
  }
  .p-lowerSection--plusFlow {
    padding-block: 56px 84px;
  }
  .c-plusPage__introHeading {
    gap: 14px;
  }
  .c-plusPage__lead {
    gap: 18px;
  }
  .c-plusPage__problems .c-problemCard__icon {
    justify-self: center;
  }
  .c-plusPage__problems .c-problemCard__body {
    justify-content: center;
    text-align: center;
  }
  .c-plusPage__features .c-featureCard:nth-child(2) {
    --plus-feature-stagger-offset: 0px;
  }
  .c-plusPage--patient .c-sideVisualLead__body {
    order: 1;
  }
  .c-plusPage--patient .c-sideVisualLead__media {
    order: 2;
    width: 100%;
    max-width: 100%;
    height: 300px;
    aspect-ratio: auto;
  }
  .c-plusPage--patient .c-plusPage__introActions {
    gap: 12px;
    margin-top: 8px;
    width: fit-content;
    max-width: 100%;
    justify-self: center;
  }
  .c-plusPage--patient .c-plusPage__introAction {
    min-height: 56px;
    padding: 10px 44px 10px 22px;
  }
  .c-plusPage--patient .c-plusPage__introAction::after {
    right: 18px;
  }
  .c-plusPage__flow .c-flowStep {
    padding-right: 20px;
    padding-left: 20px;
  }
  .c-plusPage__flow .c-flowStep {
    grid-template-columns: clamp(82px, 14.6666666667vw, 88px) 1fr;
    gap: clamp(18px, 3.3333333333vw, 20px);
    padding: 0;
  }
  .c-plusPage__flow .c-flowStep__marker {
    width: clamp(82px, 14.6666666667vw, 88px);
    min-width: clamp(82px, 14.6666666667vw, 88px);
    height: clamp(82px, 14.6666666667vw, 88px);
  }
  .c-plusPage__flow .c-flowStep__body {
    padding-top: clamp(7px, 1.3333333333vw, 8px);
  }
  .c-plusPage__flow .c-flowStep:not(:last-child)::after {
    left: clamp(40px, 7.1666666667vw, 43px);
    top: clamp(82px, 14.6666666667vw, 88px);
    height: clamp(140px, 25vw, 150px);
  }
  .c-plusPage__flow .c-flowList {
    padding-left: 0;
  }
  .p-lowerSection--plusFaq .c-faqSection__inner {
    gap: 36px;
    padding-bottom: 84px;
  }
  .c-plusPage--caremanager .c-sideVisualLead__media {
    order: 2;
    width: 100%;
    max-width: 100%;
    height: 300px;
    aspect-ratio: auto;
  }
  .c-plusPage--caremanager .c-sideVisualLead__body {
    order: 1;
  }
}
@media screen and (max-width: 375px) {
  .c-plusPage__flow .c-flowStep:not(:last-child)::after {
    left: 43px;
    top: 88px;
    height: 200px;
  }
}
@media screen and (max-width: 500px) {
  .c-plusPage__problems .c-problemCard {
    grid-template-columns: 14.4vw 1fr;
    gap: 4vw;
    align-items: center;
  }
  .c-plusPage__problems .c-problemCard__icon {
    width: 14.4vw;
    height: 14.4vw;
  }
  .c-plusPage__problems .c-problemCard__icon::before {
    width: 6.4vw;
    height: 6.4vw;
    border-radius: 2vw;
  }
}
@media screen and (max-width: 520px) {
  .c-plusPage--patient .c-plusPage__introActions {
    width: 100%;
    justify-self: stretch;
  }
  .c-plusPage--patient .c-plusPage__introAction {
    width: 100%;
    min-height: 52px;
    padding: 10px 38px 10px 18px;
  }
  .c-plusPage--patient .c-plusPage__introAction::after {
    right: 16px;
  }
}
