.iv-drips-feature {
  position: relative;
  overflow: hidden;
  margin-top: -1px;
  background:
    linear-gradient(90deg, rgba(251, 249, 248, 0.14) 0%, rgba(251, 249, 248, 0.08) 24%, rgba(251, 249, 248, 0.42) 48%, rgba(251, 249, 248, 0.9) 68%, rgba(251, 249, 248, 0.98) 100%),
    url("../assets/images/iv-drip-2-bg.webp") left center / cover no-repeat;
}

.iv-drips-feature::after {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(90deg, rgba(251, 249, 248, 0.06) 0%, rgba(251, 249, 248, 0.03) 28%, rgba(251, 249, 248, 0.2) 48%, rgba(251, 249, 248, 0.72) 70%, rgba(251, 249, 248, 0.95) 100%);
  pointer-events: none;
}

.iv-drips-feature__inner {
  position: relative;
  z-index: 1;
  width: min(100%, 1360px);
  margin: 0 auto;
  min-height: 700px;
  padding: 122px 56px 52px;
  display: grid;
  grid-template-columns: minmax(0, 40%) minmax(0, 60%);
  align-items: center;
}

.iv-drips-feature__media {
  min-height: 100%;
}

.iv-drips-feature__content {
  justify-self: end;
  width: min(100%, 789px);
  text-align: right;
}

.iv-drips-feature__title {
  margin: 0;
  color: #18191e;
  font-size: 74px;
  font-weight: 700;
  line-height: 0.98;
  letter-spacing: 0;
  text-wrap: balance;
}

.iv-drips-feature__title-accent {
  color: #5346a6;
}

.iv-drips-feature__lead,
.iv-drips-feature__note {
  margin: 28px 0 0;
  color: #6b6b6b;
  font-size: 16px;
  line-height: 1.5;
}

.iv-drips-feature__subtitle {
  margin: 28px 0 0;
  color: #5346a6;
  font-size: 42px;
  font-weight: 700;
  line-height: 1.15;
  letter-spacing: 0;
}

.iv-drips-feature__list {
  width: fit-content;
  max-width: 100%;
  margin: 18px 0 0 auto;
  padding-left: 22px;
  color: #6b6b6b;
  text-align: left;
}

.iv-drips-feature__list li {
  margin: 8px 0 0;
  font-size: 16px;
  line-height: 1.45;
}

.iv-drips-feature__cta {
  margin-top: 26px;
  display: inline-flex;
}

@media (max-width: 1240px) {
  .iv-drips-feature__inner {
    width: min(100%, 1240px);
    min-height: 640px;
    padding-inline: 32px;
    padding-top: 108px;
    grid-template-columns: minmax(0, 42%) minmax(0, 58%);
  }

  .iv-drips-feature__content {
    width: min(100%, 720px);
  }

  .iv-drips-feature__title {
    font-size: 62px;
  }
}

@media (max-width: 980px) {
  .iv-drips-feature {
    background:
      linear-gradient(180deg, rgba(251, 249, 248, 0.08) 0%, rgba(251, 249, 248, 0.24) 24%, rgba(251, 249, 248, 0.78) 52%, rgba(251, 249, 248, 0.98) 100%),
      url("../assets/images/iv-drip-2-bg.webp") 38% top / cover no-repeat;
  }

  .iv-drips-feature::after {
    background:
      linear-gradient(180deg, rgba(251, 249, 248, 0.08) 0%, rgba(251, 249, 248, 0.26) 22%, rgba(251, 249, 248, 0.82) 52%, rgba(251, 249, 248, 0.98) 100%);
  }

  .iv-drips-feature__inner {
    min-height: auto;
    padding: 148px 24px 56px;
    grid-template-columns: 1fr;
    gap: clamp(150px, 24vw, 220px);
    align-items: end;
  }

  .iv-drips-feature__media {
    min-height: 0;
  }

  .iv-drips-feature__content {
    justify-self: stretch;
    width: 100%;
    text-align: left;
  }

  .iv-drips-feature__title {
    max-width: 620px;
    font-size: 54px;
    line-height: 1;
  }

  .iv-drips-feature__subtitle {
    font-size: 32px;
  }

  .iv-drips-feature__list {
    margin-left: 0;
    margin-right: 0;
    width: min(100%, 620px);
  }

  .iv-drips-feature__lead,
  .iv-drips-feature__note {
    max-width: 640px;
  }
}

@media (max-width: 640px) {
  .iv-drips-feature__inner {
    padding: 122px 24px 44px;
    gap: 132px;
  }

  .iv-drips-feature__title {
    font-size: 42px;
    line-height: 1.04;
  }

  .iv-drips-feature__lead,
  .iv-drips-feature__note {
    margin-top: 20px;
    font-size: 15px;
    line-height: 1.55;
  }

  .iv-drips-feature__subtitle {
    margin-top: 22px;
    font-size: 30px;
    line-height: 1.18;
  }

  .iv-drips-feature__list {
    margin-top: 14px;
    padding-left: 20px;
  }

  .iv-drips-feature__list li {
    margin-top: 6px;
    font-size: 15px;
    line-height: 1.48;
  }

  .iv-drips-feature__cta {
    width: 100%;
    padding-inline: 18px;
    font-size: 13px;
  }
}

@media (max-width: 420px) {
  .iv-drips-feature__inner {
    padding-inline: 22px;
    gap: 116px;
  }

  .iv-drips-feature__title {
    font-size: 36px;
  }

  .iv-drips-feature__subtitle {
    font-size: 28px;
  }
}

.nad-plus-focus {
  position: relative;
  min-height: 700px;
  overflow: hidden;
  background:
    linear-gradient(90deg, rgba(251, 249, 248, 0.02) 0%, rgba(251, 249, 248, 0.14) 30%, rgba(251, 249, 248, 0.72) 56%, rgba(251, 249, 248, 0.98) 78%, #fbf9f8 100%),
    url("../assets/images/NDA+ BG_11zon.webp") left center / cover no-repeat;
  isolation: isolate;
}

.nad-plus-focus::after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 0;
  background:
    linear-gradient(180deg, rgba(251, 249, 248, 0.02) 0%, rgba(251, 249, 248, 0.08) 62%, rgba(251, 249, 248, 0.92) 100%);
  pointer-events: none;
}

.nad-plus-focus__content {
  position: relative;
  z-index: 1;
  width: min(100%, 1360px);
  min-height: 700px;
  margin: 0 auto;
  padding: 88px 56px 82px;
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  justify-content: center;
  text-align: right;
}

.nad-plus-focus__title {
  width: min(100%, 760px);
  margin: 0;
  color: #18191e;
  font-size: 66px;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0;
  text-wrap: balance;
}

.nad-plus-focus__title span {
  color: #5346a6;
}

.nad-plus-focus__body,
.nad-plus-focus__note {
  width: min(100%, 820px);
  margin: 28px 0 0;
  color: #646464;
  font-size: 16px;
  line-height: 1.55;
}

.nad-plus-focus__subtitle {
  width: min(100%, 720px);
  margin: 28px 0 0;
  color: #5346a6;
  font-size: 26px;
  font-weight: 700;
  line-height: 1.2;
  letter-spacing: 0;
}

.nad-plus-focus__list {
  width: fit-content;
  max-width: min(100%, 720px);
  margin: 22px 0 0 auto;
  padding-left: 24px;
  color: #646464;
  text-align: left;
}

.nad-plus-focus__list li {
  margin: 8px 0 0;
  font-size: 16px;
  line-height: 1.45;
}

.nad-plus-focus__cta {
  margin-top: 28px;
  display: inline-flex;
}

@media (max-width: 1240px) {
  .nad-plus-focus {
    min-height: 640px;
  }

  .nad-plus-focus__content {
    min-height: 640px;
    padding-inline: 32px;
  }

  .nad-plus-focus__title {
    font-size: 58px;
  }
}

@media (max-width: 980px) {
  .nad-plus-focus {
    min-height: 620px;
    background:
      linear-gradient(180deg, rgba(251, 249, 248, 0.04) 0%, rgba(251, 249, 248, 0.34) 34%, rgba(251, 249, 248, 0.92) 66%, #fbf9f8 100%),
      url("../assets/images/NDA+ BG_11zon.webp") 23% top / cover no-repeat;
  }

  .nad-plus-focus__content {
    min-height: 620px;
    padding: 260px 24px 56px;
    align-items: center;
    justify-content: flex-end;
    text-align: center;
  }

  .nad-plus-focus__title {
    width: min(100%, 720px);
    font-size: 50px;
  }

  .nad-plus-focus__body,
  .nad-plus-focus__note {
    width: min(100%, 680px);
  }

  .nad-plus-focus__subtitle {
    width: min(100%, 640px);
  }

  .nad-plus-focus__list {
    margin-left: auto;
    margin-right: auto;
  }
}

@media (max-width: 640px) {
  .nad-plus-focus {
    min-height: auto;
    background:
      linear-gradient(180deg, rgba(251, 249, 248, 0.08) 0%, rgba(251, 249, 248, 0.42) 30%, rgba(251, 249, 248, 0.94) 58%, #fbf9f8 100%),
      url("../assets/images/NDA+ BG_11zon.webp") 19% top / auto 360px no-repeat;
  }

  .nad-plus-focus__content {
    min-height: 0;
    padding: 278px 24px 46px;
  }

  .nad-plus-focus__title {
    font-size: 40px;
    line-height: 1.05;
  }

  .nad-plus-focus__body,
  .nad-plus-focus__note {
    margin-top: 20px;
    font-size: 15px;
    line-height: 1.55;
  }

  .nad-plus-focus__subtitle {
    margin-top: 22px;
    font-size: 24px;
  }

  .nad-plus-focus__list {
    margin-top: 14px;
    padding-left: 20px;
  }

  .nad-plus-focus__list li {
    margin-top: 6px;
    font-size: 15px;
    line-height: 1.48;
  }

  .nad-plus-focus__cta {
    width: 100%;
    padding-inline: 18px;
    font-size: 13px;
  }
}

@media (max-width: 420px) {
  .nad-plus-focus {
    background:
      linear-gradient(180deg, rgba(251, 249, 248, 0.1) 0%, rgba(251, 249, 248, 0.5) 30%, rgba(251, 249, 248, 0.96) 56%, #fbf9f8 100%),
      url("../assets/images/NDA+ BG_11zon.webp") 18% top / auto 320px no-repeat;
  }

  .nad-plus-focus__content {
    padding: 246px 22px 42px;
  }

  .nad-plus-focus__title {
    font-size: 34px;
  }

  .nad-plus-focus__subtitle {
    font-size: 22px;
  }
}

.essential-shields {
  background: #fbf9f8;
}

.essential-shields__inner {
  width: 100%;
  margin: 0 auto;
  padding: 52px 0 0;
}

.essential-shields__header {
  width: min(100%, 1360px);
  margin: 0 auto;
  padding: 0 56px;
  text-align: center;
}

.essential-shields__title {
  margin: 0;
  color: #17181c;
  font-size: clamp(38px, 4.2vw, 60px);
  font-weight: 700;
  line-height: 1;
  letter-spacing: -0.04em;
}

.essential-shields__title-accent {
  color: #5346a6;
}

.essential-shields__subtitle {
  margin: 10px 0 0;
  color: #6b6b6b;
  font-size: 14px;
  line-height: 1.45;
}

.essential-shields__cards {
  display: flex;
  flex-direction: column;
  gap: 0;
  margin-top: 28px;
  background: #fbf9f8;
  overflow: hidden;
}

.essential-shields__row {
  display: flex;
  min-height: 520px;
  gap: 0;
  transition: gap 720ms cubic-bezier(0.2, 0.8, 0.2, 1);
}

.essential-shields__row.has-open {
  gap: 24px;
}

.essential-shields__card {
  position: relative;
  flex: 1 1 0;
  min-width: 0;
  min-height: 520px;
  overflow: hidden;
  background: #eceae5;
  cursor: pointer;
  isolation: isolate;
  transition:
    flex 720ms cubic-bezier(0.2, 0.8, 0.2, 1),
    transform 420ms cubic-bezier(0.22, 1, 0.36, 1),
    box-shadow 420ms cubic-bezier(0.22, 1, 0.36, 1);
}

.essential-shields__row.has-open .essential-shields__card {
  flex: 0.52 1 0;
}

.essential-shields__row.has-open .essential-shields__card.is-open {
  flex: 2.1 1 0;
  cursor: default;
}

.essential-shields__visual {
  position: absolute;
  inset: 0;
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
  transform: scale(1);
  transition: transform 0.72s cubic-bezier(0.2, 0.8, 0.2, 1);
}

.essential-shields__card:hover {
  z-index: 2;
  transform: translateY(-2px);
  box-shadow: 0 14px 30px rgba(27, 28, 28, 0.08);
}

.essential-shields__card:hover .essential-shields__visual,
.essential-shields__card.is-open .essential-shields__visual {
  transform: scale(1.06);
}

.essential-shields__card--1 .essential-shields__visual {
  background-image: url("../assets/images/glow-hydration-rest.webp");
}

.essential-shields__card--1 .essential-shields__inner-copy {
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0) 54%, rgba(255, 255, 255, 0.9) 85%, #fff 100%),
    url("../assets/images/glow-hydration-rest.webp") center center / cover no-repeat;
}

.essential-shields__card--2 .essential-shields__visual {
  background-image: url("../assets/images/power-shield.webp");
}

.essential-shields__card--3 .essential-shields__visual {
  background-image: url("../assets/images/glow-hydration.webp");
}

.essential-shields__card--3 .essential-shields__inner-copy {
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0) 54%, rgba(255, 255, 255, 0.9) 85%, #fff 100%),
    url("../assets/images/glow-hydration.webp") center center / cover no-repeat;
}

.essential-shields__card--4 .essential-shields__visual {
  background-image: url("../assets/images/hepato-shields.webp");
}

.essential-shields__card--5 .essential-shields__visual {
  background-image: url("../assets/images/lean-shields.webp");
}

.essential-shields__card--6 .essential-shields__visual {
  background-image: url("../assets/images/custom-iv-therapy.webp");
}

.essential-shields__fade {
  position: absolute;
  inset: 0;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0) 54%, rgba(255, 255, 255, 0.9) 85%, #fff 100%),
    linear-gradient(0deg, rgba(255, 255, 255, 0.06), rgba(255, 255, 255, 0.06));
  transition: opacity 720ms cubic-bezier(0.2, 0.8, 0.2, 1);
}

.essential-shields__shell,
.essential-shields__media {
  position: relative;
  min-height: 100%;
  height: 100%;
}

.essential-shields__inner-copy {
  position: relative;
  z-index: 1;
  min-height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  align-items: center;
  padding: 28px 24px 32px;
  transition:
    opacity 720ms cubic-bezier(0.2, 0.8, 0.2, 1),
    visibility 720ms cubic-bezier(0.2, 0.8, 0.2, 1);
}

.essential-shields__content {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 22px;
  max-width: 250px;
  text-align: center;
}

.essential-shields__card-title {
  margin: 0;
  color: #1b1c1c;
  font-size: 20px;
  font-weight: 600;
  line-height: 1.15;
  letter-spacing: -0.02em;
  overflow-wrap: anywhere;
  text-wrap: balance;
}

.essential-shields__card-desc {
  display: none;
  margin: 0;
  color: rgba(27, 28, 28, 0.68);
  font-size: 16px;
  line-height: 1.45;
  overflow-wrap: anywhere;
}

.essential-shields__button {
  display: inline-flex;
}

.essential-shields__panel {
  position: absolute;
  inset: 0;
  display: grid;
  grid-template-columns: minmax(0, 1fr) 52%;
  background: #fff;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transition:
    opacity 720ms cubic-bezier(0.2, 0.8, 0.2, 1),
    visibility 720ms cubic-bezier(0.2, 0.8, 0.2, 1);
}

.essential-shields__panel-media {
  position: relative;
  overflow: hidden;
}

.essential-shields__panel-fade {
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.02) 0%, rgba(255, 255, 255, 0.72) 100%);
}

.essential-shields__panel-copy {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 42px;
  background: #fff;
}

.essential-shields__card.is-open .essential-shields__inner-copy {
  opacity: 0;
  visibility: hidden;
}

.essential-shields__card.is-open .essential-shields__panel {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
}

.essential-shields__content--panel {
  max-width: 477px;
  align-items: flex-start;
  gap: 24px;
  text-align: left;
}

.essential-shields__card.is-open .essential-shields__card-title {
  font-size: 34px;
  font-weight: 600;
  text-align: left;
}

.essential-shields__card.is-open .essential-shields__card-desc {
  display: block;
}

@media (max-width: 1240px) {
  .essential-shields__inner {
    padding-top: 52px;
  }

  .essential-shields__header {
    width: min(100%, 1240px);
    padding-inline: 32px;
  }

  .essential-shields__row {
    min-height: 460px;
  }

  .essential-shields__panel-copy {
    padding: 36px;
  }

  .essential-shields__card-title,
  .essential-shields__card.is-open .essential-shields__card-title {
    font-size: 20px;
  }
}

@media (max-width: 980px) {
  .essential-shields__inner {
    padding-top: 52px;
  }

  .essential-shields__header {
    padding: 0 24px;
  }

  .essential-shields__row {
    min-height: 420px;
    transition: gap 420ms cubic-bezier(0.22, 1, 0.36, 1);
  }

  .essential-shields__row.has-open .essential-shields__card {
    flex: 0.7 1 0;
  }

  .essential-shields__row.has-open .essential-shields__card.is-open {
    flex: 1.8 1 0;
  }

  .essential-shields__panel {
    grid-template-columns: minmax(0, 0.88fr) minmax(0, 1.12fr);
  }

  .essential-shields__card.is-open .essential-shields__card-title {
    font-size: 28px;
  }
}

@media (max-width: 640px) {
  .essential-shields__inner {
    padding-top: 40px;
  }

  .essential-shields__header {
    padding: 0 16px;
  }

  .essential-shields__cards {
    flex-direction: row;
    min-height: 100svh;
    overflow: hidden;
  }

  .essential-shields__row {
    display: contents;
  }

  .essential-shields__row.has-open {
    gap: 0;
  }

  .essential-shields__card {
    flex: 1 1 0;
    min-height: 100svh;
    min-width: 0;
  }

  .essential-shields__cards.is-mobile-open .essential-shields__card:not(.is-open) {
    flex: 0 0 clamp(32px, 7vw, 42px);
  }

  .essential-shields__cards.is-mobile-open .essential-shields__card.is-open {
    flex: 1 1 auto;
  }

  .essential-shields__inner-copy {
    padding: 28px 8px;
    justify-content: center;
  }

  .essential-shields__inner-copy .essential-shields__button {
    display: none;
  }

  .essential-shields__card:not(.is-open) .essential-shields__fade {
    background: linear-gradient(180deg, rgba(18, 20, 24, 0.14), rgba(18, 20, 24, 0.24));
  }

  .essential-shields__card:not(.is-open) .essential-shields__card-title {
    writing-mode: vertical-rl;
    transform: rotate(180deg);
    font-size: 16px;
    font-weight: 600;
    line-height: 1;
    letter-spacing: -0.01em;
    color: #fff;
    text-align: center;
    white-space: normal;
    max-height: calc(100svh - 56px);
    overflow: hidden;
  }

  .essential-shields__panel {
    grid-template-columns: 1fr;
    background: transparent;
  }

  .essential-shields__panel-media {
    display: none;
  }

  .essential-shields__panel-copy {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    width: calc(100vw - (5 * clamp(32px, 7vw, 42px)));
    max-width: calc(100vw - (5 * clamp(32px, 7vw, 42px)));
    padding: 96px 12px 12px;
    background: rgba(251, 249, 248, 0.82);
    backdrop-filter: blur(5px);
    overflow: auto;
  }

  .essential-shields__title {
    font-size: clamp(32px, 10vw, 44px);
  }

  .essential-shields__content--panel {
    max-width: none;
    align-items: flex-start;
    gap: 20px;
    text-align: left;
  }

  .essential-shields__card.is-open .essential-shields__card-title {
    font-size: 24px;
    font-weight: 600;
    line-height: 1.2;
    text-align: left;
    color: #1b1c1c;
    writing-mode: initial;
    transform: none;
    white-space: normal;
  }

  .essential-shields__card.is-open .essential-shields__card-desc,
  .essential-shields__card-desc {
    font-size: clamp(14px, 3.6vw, 16px);
  }

  .essential-shields__card.is-open .essential-shields__button {
    display: inline-flex;
    width: 100%;
    max-width: none;
    padding-inline: 12px;
    font-size: 14px;
  }
}

.why-iv-therapy {
  background: #f4f4f4;
  color: #151618;
}

.why-iv-therapy__inner {
  width: min(100%, 1360px);
  margin: 0 auto;
  padding: 64px 56px 74px;
}

.why-iv-therapy__eyebrow {
  margin: 0;
  color: #5346a6;
  font-size: 15px;
  font-weight: 600;
  line-height: 1.2;
  letter-spacing: 0;
  text-transform: uppercase;
}

.why-iv-therapy__title {
  margin: 42px 0 0;
  color: #151618;
  font-size: 82px;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0;
  text-wrap: balance;
}

.why-iv-therapy__title span {
  color: #5346a6;
}

.why-iv-therapy__copy {
  width: min(100%, 1160px);
  margin-top: 28px;
  color: #656565;
  font-size: 17px;
  line-height: 1.55;
}

.why-iv-therapy__copy p {
  margin: 0;
}

.why-iv-therapy__copy p + p {
  margin-top: 4px;
}

.why-iv-therapy__grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 32px 32px;
  margin-top: 32px;
}

.why-iv-therapy__item {
  display: grid;
  grid-template-columns: 38px minmax(0, 1fr);
  align-items: center;
  min-height: 64px;
  margin: 0;
  padding: 14px 34px;
  background: #4f37c1;
  color: #fff;
}

.why-iv-therapy__item img {
  display: block;
  width: 34px;
  height: 34px;
  object-fit: contain;
}

.why-iv-therapy__item h3 {
  margin: 0;
  padding-left: 18px;
  font-size: 15px;
  font-weight: 400;
  line-height: 1.28;
  letter-spacing: 0;
  text-transform: uppercase;
}

.why-iv-therapy__item h3 span {
  display: block;
}

@media (max-width: 1240px) {
  .why-iv-therapy__inner {
    padding: 58px 32px 68px;
  }

  .why-iv-therapy__title {
    margin-top: 34px;
    font-size: 68px;
  }
}

@media (max-width: 980px) {
  .why-iv-therapy__inner {
    padding: 52px 24px 62px;
  }

  .why-iv-therapy__title {
    font-size: 54px;
  }

  .why-iv-therapy__copy {
    max-width: 760px;
    font-size: 16px;
  }

  .why-iv-therapy__grid {
    gap: 20px;
  }

  .why-iv-therapy__item {
    padding: 14px 18px;
  }
}

@media (max-width: 760px) {
  .why-iv-therapy__grid {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 640px) {
  .why-iv-therapy__inner {
    padding: 44px 22px 52px;
  }

  .why-iv-therapy__eyebrow {
    font-size: 13px;
  }

  .why-iv-therapy__title {
    margin-top: 26px;
    font-size: 40px;
    line-height: 1.05;
  }

  .why-iv-therapy__copy {
    margin-top: 22px;
    font-size: 15px;
  }

  .why-iv-therapy__grid {
    margin-top: 28px;
    gap: 16px;
  }

  .why-iv-therapy__item {
    min-height: 66px;
    padding: 14px 16px;
  }

  .why-iv-therapy__item h3 {
    font-size: 14px;
  }
}

@media (max-width: 420px) {
  .why-iv-therapy__inner {
    padding-inline: 18px;
  }

  .why-iv-therapy__title {
    font-size: 34px;
  }
}

.iv-safety {
  background: #4f449a;
  color: #fff;
  overflow: hidden;
}

.iv-safety__inner {
  width: min(100%, 1360px);
  min-height: 568px;
  margin: 0 auto;
  padding: 60px 56px 0;
  display: grid;
  grid-template-columns: minmax(0, 60%) minmax(0, 40%);
  gap: 44px;
  align-items: end;
}

.iv-safety__copy {
  align-self: center;
  max-width: 760px;
  padding-bottom: 58px;
}

.iv-safety__title {
  margin: 0;
  color: #e3f7fc;
  font-size: 82px;
  font-weight: 700;
  line-height: 1.05;
  letter-spacing: 0;
  text-wrap: balance;
}

.iv-safety__answer {
  margin: 24px 0 0;
  color: #3891fc;
  font-size: 40px;
  font-weight: 700;
  line-height: 1.15;
  letter-spacing: 0;
}

.iv-safety__desc {
  margin: 28px 0 0;
  max-width: 780px;
  color: rgba(255, 255, 255, 0.94);
  font-size: 17px;
  line-height: 1.55;
}

.iv-safety__cta {
  margin-top: 32px;
  display: inline-flex;
}

.iv-safety__media {
  display: flex;
  align-items: flex-end;
  justify-content: center;
  min-height: 100%;
}

.iv-safety__image {
  display: block;
  width: min(100%, 520px);
  height: auto;
  object-fit: contain;
  object-position: center bottom;
}

@media (max-width: 1240px) {
  .iv-safety__inner {
    min-height: 520px;
    padding: 54px 32px 0;
    grid-template-columns: minmax(0, 60%) minmax(0, 40%);
    gap: 28px;
  }

  .iv-safety__copy {
    padding-bottom: 52px;
  }

  .iv-safety__title {
    font-size: 68px;
  }

  .iv-safety__answer {
    font-size: 34px;
  }
}

@media (max-width: 920px) {
  .iv-safety__inner {
    min-height: auto;
    padding: 52px 24px 0;
    grid-template-columns: 1fr;
    gap: 24px;
    align-items: center;
  }

  .iv-safety__copy {
    max-width: 100%;
    padding-bottom: 0;
    text-align: left;
  }

  .iv-safety__title {
    font-size: 56px;
  }

  .iv-safety__desc {
    max-width: 720px;
  }

  .iv-safety__media {
    min-height: 0;
    justify-content: center;
  }

  .iv-safety__image {
    width: min(100%, 420px);
  }
}

@media (max-width: 640px) {
  .iv-safety__inner {
    padding: 42px 22px 0;
    gap: 22px;
  }

  .iv-safety__title {
    font-size: 42px;
    line-height: 1.08;
  }

  .iv-safety__answer {
    margin-top: 20px;
    font-size: 28px;
  }

  .iv-safety__desc {
    margin-top: 20px;
    font-size: 15px;
    line-height: 1.58;
  }

  .iv-safety__cta {
    width: 100%;
    margin-top: 26px;
    font-size: 13px;
  }

  .iv-safety__image {
    width: min(100%, 360px);
  }
}

@media (max-width: 420px) {
  .iv-safety__inner {
    padding-inline: 18px;
  }

  .iv-safety__title {
    font-size: 34px;
  }

  .iv-safety__answer {
    font-size: 24px;
  }
}

.iv-benefit {
  background: #fff;
  color: #1d1d1f;
  overflow: hidden;
}

.iv-benefit__header {
  width: min(100%, 1360px);
  margin: 0 auto;
  padding: 42px 56px 30px;
  text-align: center;
}

.iv-benefit__title {
  margin: 0;
  color: #5346a6;
  font-size: 64px;
  font-weight: 700;
  line-height: 1.05;
  letter-spacing: 0;
  text-wrap: balance;
}

.iv-benefit__subtitle {
  margin: 20px 0 0;
  color: #626262;
  font-size: 17px;
  line-height: 1.45;
}

.iv-benefit__grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  width: 100%;
}

.iv-benefit__card {
  position: relative;
  min-width: 0;
  margin: 0;
  background: #fff;
  overflow: hidden;
}

.iv-benefit__media {
  position: relative;
  min-height: 390px;
  overflow: hidden;
}

.iv-benefit__media::after {
  content: "";
  position: absolute;
  inset: auto 0 0;
  height: 46%;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0), #fff 88%);
  pointer-events: none;
}

.iv-benefit__media img {
  display: block;
  width: 100%;
  height: 390px;
  object-fit: cover;
  object-position: center center;
}

.iv-benefit__card h3 {
  min-height: 132px;
  margin: 0;
  padding: 28px 24px 40px;
  color: #1d1d1f;
  font-size: 23px;
  font-weight: 700;
  line-height: 1.18;
  letter-spacing: 0;
  text-align: center;
  text-wrap: balance;
}

.iv-benefit__card h3 span {
  display: block;
}

@media (max-width: 1240px) {
  .iv-benefit__header {
    padding: 40px 32px 28px;
  }

  .iv-benefit__title {
    font-size: 54px;
  }

  .iv-benefit__media {
    min-height: 330px;
  }

  .iv-benefit__media img {
    height: 330px;
  }

  .iv-benefit__card h3 {
    font-size: 20px;
  }
}

@media (max-width: 980px) {
  .iv-benefit__header {
    padding: 38px 24px 26px;
  }

  .iv-benefit__title {
    font-size: 44px;
  }

  .iv-benefit__grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .iv-benefit__media {
    min-height: 320px;
  }

  .iv-benefit__media img {
    height: 320px;
  }
}

@media (max-width: 640px) {
  .iv-benefit__header {
    padding: 34px 22px 24px;
  }

  .iv-benefit__title {
    font-size: 34px;
    line-height: 1.08;
  }

  .iv-benefit__subtitle {
    margin-top: 14px;
    font-size: 15px;
  }

  .iv-benefit__grid {
    grid-template-columns: 1fr;
  }

  .iv-benefit__media {
    min-height: 300px;
  }

  .iv-benefit__media img {
    height: 300px;
  }

  .iv-benefit__card h3 {
    min-height: auto;
    padding: 22px 24px 34px;
    font-size: 20px;
  }
}

@media (max-width: 420px) {
  .iv-benefit__header {
    padding-inline: 18px;
  }

  .iv-benefit__title {
    font-size: 30px;
  }

  .iv-benefit__media {
    min-height: 260px;
  }

  .iv-benefit__media img {
    height: 260px;
  }
}

.iv-expect {
  background: #f6f6f5;
  color: #1d1d1f;
  overflow: hidden;
}

.iv-expect__inner {
  width: min(100%, 1360px);
  margin: 0 auto;
  padding: 84px 56px 96px;
}

.iv-expect__eyebrow {
  margin: 0;
  color: #51479e;
  font-size: 14px;
  font-weight: 700;
  line-height: 1.4;
  letter-spacing: 0;
  text-transform: uppercase;
}

.iv-expect__title {
  max-width: 980px;
  margin: 18px 0 0;
  color: #191a1c;
  font-size: 76px;
  font-weight: 700;
  line-height: 0.98;
  letter-spacing: 0;
  text-wrap: balance;
}

.iv-expect__title span {
  display: block;
  color: #584aa6;
}

.iv-expect__location {
  margin: 20px 0 0;
  color: #1f2022;
  font-size: 18px;
  font-weight: 500;
  line-height: 1.45;
}

.iv-expect__intro {
  margin: 52px 0 0;
  color: #66666a;
  font-size: 17px;
  line-height: 1.45;
}

.iv-expect__steps {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 16px;
  margin-top: 22px;
}

.iv-expect__step {
  min-width: 0;
  min-height: 238px;
  padding: 26px 24px 28px;
  border: 0;
  border-radius: 0;
  background: #4f45a2;
}

.iv-expect__number {
  margin: 0;
  color: #f7f7ff;
  font-size: 13px;
  font-weight: 700;
  line-height: 1.4;
  letter-spacing: 0;
  text-transform: uppercase;
}

.iv-expect__step h3 {
  margin: 20px 0 0;
  color: #d8ecff;
  font-size: 26px;
  font-weight: 700;
  line-height: 1.08;
  letter-spacing: 0;
  text-wrap: balance;
}

.iv-expect__step p:not(.iv-expect__number) {
  margin: 18px 0 0;
  color: #f7f7ff;
  font-size: 15px;
  font-weight: 400;
  line-height: 1.56;
}

@media (max-width: 1180px) {
  .iv-expect__inner {
    padding: 76px 36px 88px;
  }

  .iv-expect__title {
    font-size: 64px;
  }

  .iv-expect__steps {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .iv-expect__step {
    min-height: 210px;
  }
}

@media (max-width: 767px) {
  .iv-expect__inner {
    padding: 60px 22px 72px;
  }

  .iv-expect__eyebrow {
    font-size: 12px;
  }

  .iv-expect__title {
    margin-top: 14px;
    font-size: 40px;
    line-height: 1.04;
  }

  .iv-expect__location {
    margin-top: 16px;
    font-size: 15px;
  }

  .iv-expect__intro {
    margin-top: 38px;
    font-size: 15px;
  }

  .iv-expect__steps {
    grid-template-columns: 1fr;
    gap: 12px;
    margin-top: 18px;
  }

  .iv-expect__step {
    min-height: auto;
    padding: 22px 20px 24px;
  }

  .iv-expect__step h3 {
    margin-top: 16px;
    font-size: 23px;
  }

  .iv-expect__step p:not(.iv-expect__number) {
    margin-top: 14px;
    font-size: 14px;
    line-height: 1.55;
  }
}

@media (max-width: 420px) {
  .iv-expect__inner {
    padding-inline: 18px;
  }

  .iv-expect__title {
    font-size: 34px;
  }
}
