/*
 * Native Elementor layout for the InfoPharma hybrid template.
 * All selectors stay inside .dp-ip-hybrid so the site theme remains untouched.
 */

.dp-ip.dp-ip-hybrid.e-con {
  --padding-top: 0;
  --padding-right: 0;
  --padding-bottom: 0;
  --padding-left: 0;
  --gap: 0;
  width: 100vw;
  max-width: none;
}

.dp-ip-hybrid .e-con {
  --gap: 0;
}

.dp-ip-hybrid .elementor-widget {
  margin-block-end: 0;
}

.dp-ip-hybrid .elementor-widget-heading .elementor-heading-title,
.dp-ip-hybrid .elementor-widget-text-editor,
.dp-ip-hybrid .elementor-button {
  font-family: "Poppins", Arial, sans-serif;
}

.dp-ip-hybrid .elementor-widget-text-editor p:last-child,
.dp-ip-hybrid .elementor-widget-text-editor ul:last-child {
  margin-bottom: 0;
}

.dp-ip-hybrid .dp-ip__shell.e-con {
  --padding-top: 0;
  --padding-right: 0;
  --padding-bottom: 0;
  --padding-left: 0;
  width: min(1180px, calc(100% - 48px));
  max-width: 1180px;
}

.dp-ip-hybrid .dp-ip__hero.e-con,
.dp-ip-hybrid .dp-ip__section.e-con,
.dp-ip-hybrid .dp-ip__anatomy.e-con,
.dp-ip-hybrid .dp-ip__cta.e-con {
  width: 100%;
  max-width: none;
}

.dp-ip-hybrid .dp-ip__hero-grid.e-con {
  --flex-direction: row;
  --align-items: center;
  --gap: 72px;
}

.dp-ip-hybrid .dp-ip__hero-copy.e-con {
  --width: 43%;
}

.dp-ip-hybrid .dp-ip__hero-screen.e-con {
  --width: 57%;
}

.dp-ip-hybrid .dp-ip__kicker .elementor-heading-title {
  color: var(--ip-teal-dark);
  font-size: 11px;
  font-weight: 700;
  letter-spacing: .13em;
  line-height: 1.4;
  text-transform: uppercase;
}

.dp-ip-hybrid .dp-ip__logo {
  width: min(360px, 92%);
  margin: 18px 0 30px;
}

.dp-ip-hybrid .dp-ip__logo img {
  width: 100%;
}

.dp-ip-hybrid .dp-ip__hero-title .elementor-heading-title {
  color: var(--ip-navy);
  font-size: clamp(44px, 5vw, 70px);
  font-weight: 700;
  line-height: 1.02;
  letter-spacing: -.052em;
}

.dp-ip-hybrid .dp-ip__lead {
  max-width: 610px;
  margin-top: 26px;
  color: var(--ip-muted);
  font-size: 17px;
  line-height: 1.75;
}

.dp-ip-hybrid .dp-ip__buttons.e-con {
  --flex-direction: row;
  --flex-wrap: wrap;
  --gap: 12px;
  margin-top: 32px;
}

.dp-ip-hybrid .dp-ip__button {
  width: auto;
}

.dp-ip-hybrid .dp-ip__button .elementor-button {
  min-height: 50px;
  display: inline-flex;
  align-items: center;
  padding: 0 23px;
  border: 0;
  border-radius: 9px;
  font-size: 13px;
  font-weight: 600;
}

.dp-ip-hybrid .dp-ip__button--primary .elementor-button {
  color: var(--ip-white);
  background: var(--ip-teal);
  box-shadow: 0 14px 32px rgba(0,169,165,.22);
}

.dp-ip-hybrid .dp-ip__button--ghost .elementor-button {
  color: var(--ip-navy);
  border: 1px solid rgba(8,43,79,.22);
  background: transparent;
}

.dp-ip-hybrid .dp-ip__button--white .elementor-button {
  color: var(--ip-navy);
  background: var(--ip-white);
}

.dp-ip-hybrid .dp-ip__stats.e-con {
  --flex-direction: row;
  margin-top: 38px;
}

.dp-ip-hybrid .dp-ip__stat.e-con {
  --width: auto;
  padding: 0 21px;
  border-left: 1px solid var(--ip-line);
}

.dp-ip-hybrid .dp-ip__stat:first-child {
  padding-left: 0;
  border-left: 0;
}

.dp-ip-hybrid .dp-ip__stat strong {
  display: block;
  color: var(--ip-navy);
  font-size: 14px;
}

.dp-ip-hybrid .dp-ip__stat span {
  display: block;
  color: var(--ip-muted);
  font-size: 9px;
}

.dp-ip-hybrid .dp-ip__screen.e-con {
  --justify-content: flex-start;
  --gap: 0;
  width: 100%;
  max-width: none;
}

.dp-ip-hybrid .dp-ip__screen-top.e-con {
  --flex-direction: row;
  --align-items: center;
  --gap: 10px;
  min-height: 47px;
  padding: 9px 14px;
}

.dp-ip-hybrid .dp-ip__screen-mark {
  width: 28px;
}

.dp-ip-hybrid .dp-ip__screen-mark img {
  width: 25px;
}

.dp-ip-hybrid .dp-ip__screen-label {
  flex: 1;
  color: var(--ip-navy);
  font-size: 8px;
  font-weight: 700;
  letter-spacing: .1em;
}

.dp-ip-hybrid .dp-ip__screen-status {
  width: auto;
  padding: 6px 8px;
  border-radius: 999px;
  color: var(--ip-teal-dark);
  background: var(--ip-aqua);
  font-size: 7px;
  font-weight: 700;
}

.dp-ip-hybrid .dp-ip__screen-body.e-con {
  --flex-direction: row;
  --align-items: center;
  --gap: 18px;
  padding: 38px 22px 24px 38px;
}

.dp-ip-hybrid .dp-ip__screen-copy.e-con {
  --width: 62%;
}

.dp-ip-hybrid .dp-ip__screen-tag {
  width: auto;
  align-self: flex-start;
  margin-bottom: 13px;
  padding: 6px 9px;
  border-radius: 5px;
  color: var(--ip-white);
  background: var(--ip-teal);
  font-size: 7px;
  font-weight: 700;
  letter-spacing: .12em;
}

.dp-ip-hybrid .dp-ip__screen-title .elementor-heading-title {
  color: var(--ip-navy);
  font-size: clamp(23px, 2.8vw, 39px);
  font-weight: 700;
  line-height: 1.08;
  letter-spacing: -.04em;
}

.dp-ip-hybrid .dp-ip__screen-text {
  margin-top: 14px;
  color: var(--ip-muted);
  font-size: 10px;
  line-height: 1.55;
}

.dp-ip-hybrid .dp-ip__screen-character {
  width: 38%;
  align-self: flex-end;
  margin-bottom: -25px;
}

.dp-ip-hybrid .dp-ip__screen-character img {
  width: 180px;
  height: 250px;
  margin: 0 auto;
  border-radius: 90px 90px 18px 18px;
  object-fit: cover;
  object-position: center 20%;
  box-shadow: 0 16px 34px rgba(8,43,79,.12);
}

.dp-ip-hybrid .dp-ip__screen-progress::after {
  content: "";
  display: block;
  width: 62%;
  height: 100%;
  background: var(--ip-teal);
}

.dp-ip-hybrid .dp-ip__float-copy strong,
.dp-ip-hybrid .dp-ip__float-copy span {
  display: block;
}

.dp-ip-hybrid .dp-ip__float-copy strong {
  color: var(--ip-navy);
  font-size: 10px;
}

.dp-ip-hybrid .dp-ip__float-copy span {
  color: var(--ip-muted);
  font-size: 8px;
}

.dp-ip-hybrid .dp-ip__promise.e-con {
  padding: 0;
}

.dp-ip-hybrid .dp-ip__promise .dp-ip__shell.e-con {
  --flex-direction: row;
  --align-items: center;
  min-height: 72px;
}

.dp-ip-hybrid .dp-ip__promise-item {
  width: 25%;
  min-height: 28px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-right: 1px solid var(--ip-line);
  color: var(--ip-navy);
  font-size: 12px;
  font-weight: 600;
  text-align: center;
}

.dp-ip-hybrid .dp-ip__promise-item:last-child {
  border-right: 0;
}

.dp-ip-hybrid .dp-ip__heading--split.e-con {
  --flex-direction: row;
  --align-items: flex-end;
  --gap: 88px;
}

.dp-ip-hybrid .dp-ip__heading-main.e-con {
  --width: 60%;
}

.dp-ip-hybrid .dp-ip__heading-copy {
  width: 40%;
  color: var(--ip-muted);
  font-size: 14px;
  line-height: 1.8;
}

.dp-ip-hybrid .dp-ip__section-title .elementor-heading-title,
.dp-ip-hybrid .dp-ip__anatomy-title .elementor-heading-title,
.dp-ip-hybrid .dp-ip__cta-title .elementor-heading-title {
  color: var(--ip-navy);
  font-size: clamp(34px, 4vw, 51px);
  font-weight: 700;
  line-height: 1.12;
  letter-spacing: -.044em;
}

.dp-ip-hybrid .dp-ip__heading--center.e-con {
  --align-items: center;
  max-width: 790px;
  margin: 0 auto 52px;
  text-align: center;
}

.dp-ip-hybrid .dp-ip__heading--center .dp-ip__heading-copy {
  width: auto;
  max-width: 700px;
  margin-top: 18px;
}

.dp-ip-hybrid .dp-ip__benefits.e-con,
.dp-ip-hybrid .dp-ip__steps.e-con,
.dp-ip-hybrid .dp-ip__character-grid.e-con {
  --flex-direction: row;
  --align-items: stretch;
  --gap: 20px;
}

.dp-ip-hybrid .dp-ip__benefit.e-con,
.dp-ip-hybrid .dp-ip__step.e-con {
  --width: 25%;
  --justify-content: flex-start;
}

.dp-ip-hybrid .dp-ip__benefit.e-con {
  min-height: 292px;
  padding: 26px;
  border: 1px solid var(--ip-line);
  border-radius: 18px;
  background: var(--ip-white);
}

.dp-ip-hybrid .dp-ip__number {
  width: 46px;
  height: 46px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 58px;
  border-radius: 13px;
  color: var(--ip-teal-dark);
  background: var(--ip-aqua);
  font-size: 12px;
  font-weight: 700;
}

.dp-ip-hybrid .dp-ip__card-title .elementor-heading-title {
  color: var(--ip-navy);
  font-size: 19px;
  font-weight: 700;
  line-height: 1.25;
}

.dp-ip-hybrid .dp-ip__card-copy {
  margin-top: 11px;
  color: var(--ip-muted);
  font-size: 12px;
  line-height: 1.72;
}

.dp-ip-hybrid .dp-ip__examples .dp-ip__section-title .elementor-heading-title,
.dp-ip-hybrid .dp-ip__examples .dp-ip__kicker .elementor-heading-title {
  color: var(--ip-white);
}

.dp-ip-hybrid .dp-ip__examples .dp-ip__heading-copy {
  color: #b9ccd9;
}

.dp-ip-hybrid .dp-ip__gallery.e-con {
  --flex-direction: row;
  --flex-wrap: wrap;
  --align-items: stretch;
  --gap: 20px;
}

.dp-ip-hybrid .dp-ip__example.e-con {
  --width: calc(50% - 10px);
  --gap: 0;
}

.dp-ip-hybrid .dp-ip__poster.e-con {
  --justify-content: flex-start;
  --gap: 0;
  width: 100%;
  padding: 26px;
}

.dp-ip-hybrid .dp-ip__poster-logo {
  position: relative;
  z-index: 2;
  width: 140px;
}

.dp-ip-hybrid .dp-ip__poster-tag {
  position: relative;
  z-index: 2;
  width: auto;
  align-self: flex-start;
  margin-top: 55px;
  padding: 6px 9px;
  border-radius: 5px;
  color: var(--ip-white);
  background: var(--ip-teal);
  font-size: 7px;
  font-weight: 700;
  letter-spacing: .12em;
}

.dp-ip-hybrid .dp-ip__poster-title {
  position: relative;
  z-index: 2;
  width: 62%;
  margin-top: 13px;
}

.dp-ip-hybrid .dp-ip__poster-title .elementor-heading-title {
  color: inherit;
  font-size: clamp(24px, 2.4vw, 38px);
  font-weight: 700;
  line-height: 1.08;
  letter-spacing: -.04em;
}

.dp-ip-hybrid .dp-ip__poster-copy {
  position: relative;
  z-index: 2;
  width: 65%;
  margin-top: 12px;
  color: inherit;
  font-size: 10px;
  line-height: 1.6;
}

.dp-ip-hybrid .dp-ip__poster-character {
  position: absolute;
  right: 18px;
  bottom: 18px;
  z-index: 1;
  width: 38%;
}

.dp-ip-hybrid .dp-ip__poster-character img {
  width: 100%;
  height: 285px;
  border-radius: 90px 90px 14px 14px;
  object-fit: cover;
  object-position: center 18%;
  box-shadow: 0 18px 40px rgba(8,43,79,.14);
}

.dp-ip-hybrid .dp-ip__example-footer.e-con {
  --flex-direction: row;
  --align-items: center;
  --justify-content: space-between;
  min-height: 74px;
  padding: 15px 18px;
}

.dp-ip-hybrid .dp-ip__example-meta {
  color: var(--ip-white);
  font-size: 11px;
}

.dp-ip-hybrid .dp-ip__example-meta span {
  color: #9eb7c8;
  font-size: 8px;
}

.dp-ip-hybrid .dp-ip__duration {
  width: auto;
  color: var(--ip-teal);
  font-size: 10px;
  font-weight: 700;
}

.dp-ip-hybrid .dp-ip__character-card.e-con {
  --width: 25%;
  --gap: 0;
  overflow: hidden;
  border: 1px solid rgba(8,43,79,.09);
  border-radius: 20px;
  background: var(--ip-white);
}

.dp-ip-hybrid .dp-ip__character-image {
  width: 100%;
}

.dp-ip-hybrid .dp-ip__character-image img {
  width: 100%;
  aspect-ratio: 4 / 5;
  object-fit: cover;
  object-position: center 16%;
}

.dp-ip-hybrid .dp-ip__character-copy.e-con {
  padding: 25px;
}

.dp-ip-hybrid .dp-ip__character-role {
  color: var(--ip-teal-dark);
  font-size: 9px;
  font-weight: 700;
  letter-spacing: .12em;
}

.dp-ip-hybrid .dp-ip__character-name .elementor-heading-title {
  margin-top: 7px;
  color: var(--ip-navy);
  font-size: 30px;
  font-weight: 700;
  line-height: 1.1;
}

.dp-ip-hybrid .dp-ip__character-description {
  min-height: 82px;
  margin-top: 9px;
  color: var(--ip-muted);
  font-size: 11px;
  line-height: 1.7;
}

.dp-ip-hybrid .dp-ip__character-tags {
  margin-top: 18px;
  color: var(--ip-navy);
  font-size: 9px;
  font-weight: 600;
}

.dp-ip-hybrid .dp-ip__character-tags span {
  display: inline-block;
  margin: 0 4px 6px 0;
  padding: 6px 8px;
  border-radius: 6px;
  background: var(--ip-soft);
}

.dp-ip-hybrid .dp-ip__anatomy-grid.e-con {
  --flex-direction: row;
  --gap: 98px;
}

.dp-ip-hybrid .dp-ip__anatomy-intro.e-con {
  --width: 42%;
}

.dp-ip-hybrid .dp-ip__anatomy-list.e-con {
  --width: 58%;
}

.dp-ip-hybrid .dp-ip__anatomy .dp-ip__kicker .elementor-heading-title,
.dp-ip-hybrid .dp-ip__anatomy-title .elementor-heading-title {
  color: var(--ip-white);
}

.dp-ip-hybrid .dp-ip__anatomy-copy {
  margin-top: 22px;
  color: rgba(255,255,255,.78);
  font-size: 13px;
  line-height: 1.8;
}

.dp-ip-hybrid .dp-ip__anatomy-item.e-con {
  --flex-direction: row;
  --gap: 25px;
  padding: 20px 0;
  border-bottom: 1px solid rgba(255,255,255,.22);
}

.dp-ip-hybrid .dp-ip__time {
  width: 76px;
  color: var(--ip-navy);
  font-size: 10px;
  font-weight: 700;
}

.dp-ip-hybrid .dp-ip__anatomy-item-copy {
  flex: 1;
  color: var(--ip-white);
  font-size: 15px;
}

.dp-ip-hybrid .dp-ip__anatomy-item-copy span {
  display: block;
  margin-top: 4px;
  color: rgba(255,255,255,.75);
  font-size: 10px;
}

.dp-ip-hybrid .dp-ip__step.e-con {
  padding: 28px;
  border-radius: 16px;
  background: var(--ip-soft);
  text-align: center;
}

.dp-ip-hybrid .dp-ip__step .dp-ip__number {
  margin: 0 auto 22px;
}

.dp-ip-hybrid .dp-ip__step .dp-ip__card-title .elementor-heading-title {
  font-size: 16px;
}

.dp-ip-hybrid .dp-ip__step .dp-ip__card-copy {
  margin-top: 8px;
  font-size: 10px;
  line-height: 1.65;
}

.dp-ip-hybrid .dp-ip__cta .dp-ip__shell.e-con {
  --align-items: center;
  position: relative;
  z-index: 2;
  max-width: 790px;
}

.dp-ip-hybrid .dp-ip__cta .dp-ip__kicker .elementor-heading-title,
.dp-ip-hybrid .dp-ip__cta-title .elementor-heading-title {
  color: var(--ip-white);
  text-align: center;
}

.dp-ip-hybrid .dp-ip__cta-copy {
  max-width: 620px;
  margin: 20px auto 30px;
  color: #b8cbd8;
  font-size: 13px;
  line-height: 1.75;
  text-align: center;
}

.dp-ip-hybrid .dp-ip__cta .dp-ip__button {
  align-self: center;
}

@media (max-width: 1024px) {
  .dp-ip-hybrid .dp-ip__hero-grid.e-con,
  .dp-ip-hybrid .dp-ip__anatomy-grid.e-con {
    --flex-direction: column;
    --gap: 45px;
  }

  .dp-ip-hybrid .dp-ip__hero-copy.e-con,
  .dp-ip-hybrid .dp-ip__hero-screen.e-con,
  .dp-ip-hybrid .dp-ip__anatomy-intro.e-con,
  .dp-ip-hybrid .dp-ip__anatomy-list.e-con {
    --width: 100%;
  }

  .dp-ip-hybrid .dp-ip__benefits.e-con,
  .dp-ip-hybrid .dp-ip__character-grid.e-con,
  .dp-ip-hybrid .dp-ip__steps.e-con {
    --flex-wrap: wrap;
  }

  .dp-ip-hybrid .dp-ip__benefit.e-con,
  .dp-ip-hybrid .dp-ip__character-card.e-con,
  .dp-ip-hybrid .dp-ip__step.e-con {
    --width: calc(50% - 10px);
  }
}

@media (max-width: 780px) {
  .dp-ip-hybrid .dp-ip__shell.e-con {
    width: min(680px, calc(100% - 34px));
  }

  .dp-ip-hybrid .dp-ip__heading--split.e-con {
    --flex-direction: column;
    --align-items: flex-start;
    --gap: 28px;
  }

  .dp-ip-hybrid .dp-ip__heading-main.e-con,
  .dp-ip-hybrid .dp-ip__heading-copy {
    --width: 100%;
    width: 100%;
  }

  .dp-ip-hybrid .dp-ip__promise .dp-ip__shell.e-con {
    --flex-wrap: wrap;
    padding: 14px 0;
  }

  .dp-ip-hybrid .dp-ip__promise-item {
    width: 50%;
    border-right: 0;
  }
}

@media (max-width: 560px) {
  .dp-ip-hybrid .dp-ip__buttons.e-con,
  .dp-ip-hybrid .dp-ip__stats.e-con,
  .dp-ip-hybrid .dp-ip__benefits.e-con,
  .dp-ip-hybrid .dp-ip__gallery.e-con,
  .dp-ip-hybrid .dp-ip__character-grid.e-con,
  .dp-ip-hybrid .dp-ip__steps.e-con {
    --flex-direction: column;
  }

  .dp-ip-hybrid .dp-ip__button,
  .dp-ip-hybrid .dp-ip__button .elementor-button,
  .dp-ip-hybrid .dp-ip__benefit.e-con,
  .dp-ip-hybrid .dp-ip__example.e-con,
  .dp-ip-hybrid .dp-ip__character-card.e-con,
  .dp-ip-hybrid .dp-ip__step.e-con {
    --width: 100%;
    width: 100%;
  }

  .dp-ip-hybrid .dp-ip__stat.e-con {
    padding: 0 0 0 14px;
    border-left: 2px solid var(--ip-teal);
  }

  .dp-ip-hybrid .dp-ip__screen-body.e-con {
    padding: 23px 10px 18px 20px;
  }

  .dp-ip-hybrid .dp-ip__screen-copy.e-con {
    --width: 60%;
  }

  .dp-ip-hybrid .dp-ip__screen-character {
    width: 40%;
  }

  .dp-ip-hybrid .dp-ip__screen-character img {
    width: 118px;
    height: 188px;
  }

  .dp-ip-hybrid .dp-ip__poster-title {
    width: 64%;
  }

  .dp-ip-hybrid .dp-ip__poster-character {
    right: 10px;
    width: 36%;
  }

  .dp-ip-hybrid .dp-ip__poster-character img {
    height: 255px;
  }
}
