.elementor-widget-healthy-empire-program-shift {
  --he-shift-accent: #FC441A;
  --he-shift-text: #000000;
  --he-shift-muted: #525252;
  --he-shift-line: #D8D8D8;
  --he-shift-shell: #FFF5F2;
  --he-shift-panel: #FFFAF8;
  min-width: 0;
}

.elementor-widget-healthy-empire-program-shift,
.elementor-widget-healthy-empire-program-shift * {
  box-sizing: border-box;
}

.elementor-widget-healthy-empire-program-shift .he-program-shift {
  position: relative;
  width: 100%;
  padding: 86px 34px 92px;
  overflow: clip;
  background: #000;
  color: var(--he-shift-text);
  font-family: "Okta Neue", Arial, sans-serif;
}

.elementor-widget-healthy-empire-program-shift .he-program-shift__outer {
  width: 100%;
  margin-inline: auto;
}

.elementor-widget-healthy-empire-program-shift .he-program-shift__shell {
  width: 100%;
  padding: 58px 58px 34px;
  overflow: hidden;
  border: 1px solid rgba(0,0,0,.06);
  border-radius: 20px;
  background: var(--he-shift-shell);
  box-shadow: 0 32px 90px rgba(0,0,0,.16);
}

.elementor-widget-healthy-empire-program-shift .he-program-shift__header {
  display: grid;
  grid-template-columns: minmax(0, 1.08fr) minmax(24em, .74fr);
  align-items: end;
  gap: clamp(42px, 5vw, 88px);
}

.elementor-widget-healthy-empire-program-shift .he-program-shift__eyebrow {
  margin: 0 0 18px;
  color: var(--he-shift-accent);
  font-size: 14px;
  font-weight: 500;
  line-height: 1.2;
  letter-spacing: 0;
}

.elementor-widget-healthy-empire-program-shift .he-program-shift__heading {
  max-width: 10.5ch;
  margin: 0;
  color: var(--he-shift-text);
  font-size: 55px;
  font-weight: 600;
  line-height: .98;
  letter-spacing: -.025em;
  text-wrap: balance;
}

.elementor-widget-healthy-empire-program-shift .he-program-shift__accent {
  color: var(--he-shift-accent);
}

.elementor-widget-healthy-empire-program-shift .he-program-shift__intro {
  max-width: 35em;
  padding-bottom: 6px;
  color: var(--he-shift-muted);
  font-size: 18px;
  font-weight: 400;
  line-height: 1.5;
}

.elementor-widget-healthy-empire-program-shift .he-program-shift__intro p {
  margin: 0;
  color: inherit;
  font: inherit;
}

.elementor-widget-healthy-empire-program-shift .he-program-shift__showcase {
  margin-top: 42px;
  padding: 24px;
  border: 1px solid rgba(0,0,0,.10);
  border-radius: 16px;
  background: var(--he-shift-panel);
  outline: none;
}

.elementor-widget-healthy-empire-program-shift .he-program-shift__showcase:focus-visible {
  box-shadow: 0 0 0 3px rgba(252,68,26,.20);
}

.elementor-widget-healthy-empire-program-shift .he-program-shift__showcase-top {
  display: grid;
  grid-template-columns: auto minmax(0,1fr) auto;
  align-items: center;
  gap: 18px;
  min-height: 46px;
}

.elementor-widget-healthy-empire-program-shift .he-program-shift__counter {
  display: inline-flex;
  align-items: baseline;
  gap: 7px;
  margin: 0;
  color: #8b8581;
  font-size: 14px;
  font-weight: 500;
  line-height: 1;
}

.elementor-widget-healthy-empire-program-shift .he-program-shift__counter > span:first-child {
  color: var(--he-shift-accent);
}

.elementor-widget-healthy-empire-program-shift .he-program-shift__counter-sep {
  color: #aaa4a0;
}

.elementor-widget-healthy-empire-program-shift .he-program-shift__rule {
  display: block;
  height: 1px;
  background: var(--he-shift-line);
}

.elementor-widget-healthy-empire-program-shift .he-program-shift__controls {
  display: inline-flex;
  align-items: center;
  gap: 10px;
}

.elementor-widget-healthy-empire-program-shift .he-program-shift__control {
  display: inline-grid;
  place-items: center;
  width: 44px;
  height: 44px;
  padding: 0;
  border: 1px solid rgba(0,0,0,.15);
  border-radius: 50%;
  background: transparent;
  color: #72706e;
  cursor: pointer;
  transition: background-color .25s ease, border-color .25s ease, color .25s ease, transform .25s ease;
}

.elementor-widget-healthy-empire-program-shift .he-program-shift__control svg {
  width: 21px;
  height: 21px;
}

.elementor-widget-healthy-empire-program-shift .he-program-shift__control--next {
  border-color: var(--he-shift-accent);
  background: var(--he-shift-accent);
  color: #fff;
}

.elementor-widget-healthy-empire-program-shift .he-program-shift__control:hover,
.elementor-widget-healthy-empire-program-shift .he-program-shift__control:focus-visible {
  transform: translateY(-2px);
}

.elementor-widget-healthy-empire-program-shift .he-program-shift__control--prev:hover,
.elementor-widget-healthy-empire-program-shift .he-program-shift__control--prev:focus-visible {
  border-color: #000;
  color: #000;
}

.elementor-widget-healthy-empire-program-shift .he-program-shift__panels {
  display: grid;
  margin-top: 22px;
}

.elementor-widget-healthy-empire-program-shift .he-program-shift__panel {
  grid-area: 1 / 1;
  display: grid;
  grid-template-columns: minmax(0, 1fr) 78px minmax(0, 1fr) minmax(250px, .9fr);
  align-items: center;
  gap: clamp(22px, 2.5vw, 42px);
  min-width: 0;
  padding: 22px 0 0;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
}

.elementor-widget-healthy-empire-program-shift .he-program-shift__panel.is-active {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
  z-index: 2;
}

.elementor-widget-healthy-empire-program-shift .he-program-shift__state {
  min-width: 0;
  align-self: center;
}

.elementor-widget-healthy-empire-program-shift .he-program-shift__state-label {
  margin: 0 0 14px;
  color: #707070;
  font-size: 14px;
  font-weight: 500;
  line-height: 1.2;
}

.elementor-widget-healthy-empire-program-shift .he-program-shift__state--target .he-program-shift__state-label {
  color: var(--he-shift-accent);
}

.elementor-widget-healthy-empire-program-shift .he-program-shift__state-title {
  max-width: 15ch;
  margin: 0;
  color: var(--he-shift-text);
  font-size: 32px;
  font-weight: 600;
  line-height: 1.08;
  letter-spacing: -.02em;
  text-wrap: balance;
}

.elementor-widget-healthy-empire-program-shift .he-program-shift__state-text {
  max-width: 30em;
  margin: 16px 0 0;
  color: var(--he-shift-muted);
  font-size: 16px;
  font-weight: 400;
  line-height: 1.5;
}

.elementor-widget-healthy-empire-program-shift .he-program-shift__bridge {
  position: relative;
  display: grid;
  place-items: center;
  height: 170px;
  color: var(--he-shift-accent);
}

.elementor-widget-healthy-empire-program-shift .he-program-shift__bridge::before,
.elementor-widget-healthy-empire-program-shift .he-program-shift__bridge::after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  width: 1px;
  background: rgba(0,0,0,.10);
}

.elementor-widget-healthy-empire-program-shift .he-program-shift__bridge::before { left: 0; }
.elementor-widget-healthy-empire-program-shift .he-program-shift__bridge::after { right: 0; }

.elementor-widget-healthy-empire-program-shift .he-program-shift__bridge-line {
  position: absolute;
  left: 18px;
  right: 18px;
  top: 50%;
  height: 1px;
  background: currentColor;
  opacity: .75;
  transform-origin: left center;
}

.elementor-widget-healthy-empire-program-shift .he-program-shift__bridge svg {
  position: relative;
  z-index: 1;
  width: 34px;
  height: 28px;
  margin-left: auto;
  margin-right: 10px;
  background: var(--he-shift-panel);
}

.elementor-widget-healthy-empire-program-shift .he-program-shift__media {
  position: relative;
  width: 100%;
  height: 250px;
  margin: 0;
  overflow: hidden;
  border-radius: 12px;
  background: #eadfda;
  isolation: isolate;
}

.elementor-widget-healthy-empire-program-shift .he-program-shift__media img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: var(--he-media-x, 50%) var(--he-media-y, 50%);
  transform: scale(1.01);
}

.elementor-widget-healthy-empire-program-shift .he-program-shift__media.has-image::after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 1;
  background: linear-gradient(180deg, rgba(0,0,0,.02) 30%, rgba(0,0,0,.30) 100%);
  pointer-events: none;
}

.elementor-widget-healthy-empire-program-shift .he-program-shift__media.is-placeholder {
  background:
    linear-gradient(180deg, rgba(252,68,26,.025), rgba(252,68,26,.08)),
    linear-gradient(135deg, #efe4df 0%, #fff5f2 54%, #e9ddd8 100%);
}

.elementor-widget-healthy-empire-program-shift .he-program-shift__media.is-placeholder::before {
  content: "";
  position: absolute;
  width: 78%;
  height: 1px;
  left: -9%;
  top: 58%;
  background: rgba(0,0,0,.14);
  transform: rotate(-18deg);
  transform-origin: center;
}

.elementor-widget-healthy-empire-program-shift .he-program-shift__placeholder-mark {
  position: absolute;
  left: 47%;
  top: 50%;
  z-index: 0;
  color: rgba(252,68,26,.12);
  font-size: 8.5em;
  font-weight: 600;
  line-height: 1;
  transform: translate(-50%, -45%);
}

.elementor-widget-healthy-empire-program-shift .he-program-shift__placeholder-orbit {
  position: absolute;
  width: 150px;
  aspect-ratio: 1;
  right: -56px;
  top: -56px;
  z-index: 0;
  border: 1px solid rgba(252,68,26,.40);
  border-radius: 50%;
}

.elementor-widget-healthy-empire-program-shift .he-program-shift__media-kicker,
.elementor-widget-healthy-empire-program-shift .he-program-shift__media-number,
.elementor-widget-healthy-empire-program-shift .he-program-shift__media figcaption {
  position: absolute;
  z-index: 2;
}

.elementor-widget-healthy-empire-program-shift .he-program-shift__media-kicker {
  top: 18px;
  left: 18px;
  max-width: 10ch;
  color: rgba(0,0,0,.72);
  font-size: 12px;
  font-weight: 500;
  line-height: 1.05;
}

.elementor-widget-healthy-empire-program-shift .he-program-shift__media.has-image .he-program-shift__media-kicker {
  color: #fff;
  text-shadow: 0 1px 8px rgba(0,0,0,.2);
}

.elementor-widget-healthy-empire-program-shift .he-program-shift__media-number {
  top: 13px;
  right: 15px;
  color: var(--he-shift-accent);
  font-size: 12px;
  font-weight: 500;
  line-height: 1;
}

.elementor-widget-healthy-empire-program-shift .he-program-shift__media figcaption {
  right: 16px;
  bottom: 14px;
  margin: 0;
  color: rgba(0,0,0,.70);
  font-size: 11px;
  font-weight: 500;
  line-height: 1.2;
}

.elementor-widget-healthy-empire-program-shift .he-program-shift__media.has-image figcaption {
  color: #fff;
}

.elementor-widget-healthy-empire-program-shift .he-program-shift__stepper {
  display: grid;
  grid-template-columns: repeat(var(--he-shift-count, 4), minmax(0, 1fr));
  margin-top: 28px;
  border-top: 1px solid var(--he-shift-line);
}

.elementor-widget-healthy-empire-program-shift .he-program-shift__step-button {
  position: relative;
  display: flex;
  align-items: center;
  gap: 12px;
  min-width: 0;
  padding: 20px 18px 2px;
  border: 0;
  border-right: 1px solid var(--he-shift-line);
  background: transparent;
  color: #85807d;
  text-align: left;
  font-family: inherit;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.3;
  cursor: pointer;
  transition: color .24s ease;
}

.elementor-widget-healthy-empire-program-shift .he-program-shift__step-button:last-child {
  border-right: 0;
}

.elementor-widget-healthy-empire-program-shift .he-program-shift__step-button::before {
  content: "";
  position: absolute;
  top: -1px;
  left: 0;
  width: 0;
  height: 2px;
  background: var(--he-shift-accent);
  transition: width .32s cubic-bezier(.2,.7,.2,1);
}

.elementor-widget-healthy-empire-program-shift .he-program-shift__step-button.is-active {
  color: var(--he-shift-text);
  font-weight: 500;
}

.elementor-widget-healthy-empire-program-shift .he-program-shift__step-button.is-active::before {
  width: 54px;
}

.elementor-widget-healthy-empire-program-shift .he-program-shift__step-index {
  flex: 0 0 auto;
  color: #8e8986;
}

.elementor-widget-healthy-empire-program-shift .he-program-shift__step-button.is-active .he-program-shift__step-index {
  color: var(--he-shift-accent);
}

.elementor-widget-healthy-empire-program-shift .he-program-shift__step-label {
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

@media (max-width: 1199px) {
  .elementor-widget-healthy-empire-program-shift .he-program-shift__panel {
    grid-template-columns: minmax(0, 1fr) 62px minmax(0, 1fr) minmax(220px, .8fr);
    gap: 22px;
  }

  .elementor-widget-healthy-empire-program-shift .he-program-shift__state-title {
    font-size: 28px;
  }
}

@media (max-width: 991px) {
  .elementor-widget-healthy-empire-program-shift .he-program-shift {
    padding: 64px 24px 68px;
  }

  .elementor-widget-healthy-empire-program-shift .he-program-shift__shell {
    padding: 44px 36px 30px;
  }

  .elementor-widget-healthy-empire-program-shift .he-program-shift__header {
    grid-template-columns: 1fr;
    gap: 24px;
  }

  .elementor-widget-healthy-empire-program-shift .he-program-shift__heading {
    max-width: 12ch;
    font-size: 45px;
  }

  .elementor-widget-healthy-empire-program-shift .he-program-shift__showcase {
    margin-top: 34px;
    padding: 22px;
  }

  .elementor-widget-healthy-empire-program-shift .he-program-shift__panel {
    grid-template-columns: minmax(0,1fr) 54px minmax(0,1fr);
    gap: 20px;
  }

  .elementor-widget-healthy-empire-program-shift .he-program-shift__media {
    grid-column: 1 / -1;
    height: 240px;
    margin-top: 2px;
  }

  .elementor-widget-healthy-empire-program-shift .he-program-shift__bridge {
    height: 150px;
  }

  .elementor-widget-healthy-empire-program-shift .he-program-shift__stepper {
    overflow-x: auto;
    grid-template-columns: repeat(var(--he-shift-count, 4), minmax(190px, 1fr));
    scrollbar-width: none;
  }

  .elementor-widget-healthy-empire-program-shift .he-program-shift__stepper::-webkit-scrollbar { display: none; }
}

@media (max-width: 767px) {
  .elementor-widget-healthy-empire-program-shift .he-program-shift {
    padding: 48px 16px 52px;
  }

  .elementor-widget-healthy-empire-program-shift .he-program-shift__shell {
    padding: 34px 20px 22px;
    border-radius: 16px;
  }

  .elementor-widget-healthy-empire-program-shift .he-program-shift__heading {
    font-size: 34px;
  }

  .elementor-widget-healthy-empire-program-shift .he-program-shift__intro {
    font-size: 16px;
  }

  .elementor-widget-healthy-empire-program-shift .he-program-shift__showcase {
    margin-top: 28px;
    padding: 18px;
  }

  .elementor-widget-healthy-empire-program-shift .he-program-shift__showcase-top {
    grid-template-columns: auto 1fr auto;
    min-height: 40px;
  }

  .elementor-widget-healthy-empire-program-shift .he-program-shift__control {
    width: 38px;
    height: 38px;
  }

  .elementor-widget-healthy-empire-program-shift .he-program-shift__panel {
    grid-template-columns: 1fr;
    gap: 22px;
    padding-top: 18px;
  }

  .elementor-widget-healthy-empire-program-shift .he-program-shift__bridge {
    display: flex;
    width: 100%;
    height: 34px;
  }

  .elementor-widget-healthy-empire-program-shift .he-program-shift__bridge::before,
  .elementor-widget-healthy-empire-program-shift .he-program-shift__bridge::after {
    display: none;
  }

  .elementor-widget-healthy-empire-program-shift .he-program-shift__bridge-line {
    left: 0;
    right: auto;
    top: 50%;
    width: 82px;
  }

  .elementor-widget-healthy-empire-program-shift .he-program-shift__bridge svg {
    width: 30px;
    margin: 0 0 0 72px;
    background: var(--he-shift-panel);
  }

  .elementor-widget-healthy-empire-program-shift .he-program-shift__state-title {
    max-width: 18ch;
    font-size: 27px;
  }

  .elementor-widget-healthy-empire-program-shift .he-program-shift__state-text {
    margin-top: 12px;
    font-size: 15px;
  }

  .elementor-widget-healthy-empire-program-shift .he-program-shift__media {
    grid-column: 1;
    height: 215px;
    margin-top: 2px;
  }

  .elementor-widget-healthy-empire-program-shift .he-program-shift__stepper {
    grid-template-columns: repeat(var(--he-shift-count, 4), minmax(164px, 1fr));
    margin-top: 22px;
  }

  .elementor-widget-healthy-empire-program-shift .he-program-shift__step-button {
    padding: 17px 14px 2px;
    font-size: 13px;
  }
}

@media (prefers-reduced-motion: reduce) {
  .elementor-widget-healthy-empire-program-shift .he-program-shift__control,
  .elementor-widget-healthy-empire-program-shift .he-program-shift__step-button,
  .elementor-widget-healthy-empire-program-shift .he-program-shift__step-button::before {
    transition: none;
  }
}


/* v2.1 Graphic Motion: exact same editorial UI, scroll-driven framework on desktop. */
@media (min-width: 992px) {
  .elementor-widget-healthy-empire-program-shift .he-program-shift[data-he-presentation="graphic_motion"] {
    overflow: visible;
  }
  .elementor-widget-healthy-empire-program-shift .he-program-shift[data-he-presentation="graphic_motion"] .he-program-shift__shell {
    will-change: transform;
    transform: translateZ(0);
  }
  .elementor-widget-healthy-empire-program-shift .he-program-shift[data-he-presentation="graphic_motion"] .he-program-shift__step-button::after {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    top: -1px;
    height: 1px;
    background: rgba(252,68,26,.13);
    opacity: 0;
    transition: opacity .25s ease;
  }
  .elementor-widget-healthy-empire-program-shift .he-program-shift[data-he-presentation="graphic_motion"].is-graphic-motion-active .he-program-shift__step-button::after {
    opacity: 1;
  }
  .elementor-widget-healthy-empire-program-shift .he-program-shift[data-he-presentation="graphic_motion"].is-graphic-motion-active .he-program-shift__showcase {
    box-shadow: 0 12px 42px rgba(0,0,0,.035);
  }
}

/* v2.1.1 hardening: Graphic Motion must remain content-driven. */
.elementor-widget-healthy-empire-program-shift .he-program-shift__outer,
.elementor-widget-healthy-empire-program-shift .he-program-shift__shell {
  min-height: 0 !important;
  height: auto;
}
@media (min-width: 992px) {
  .elementor-widget-healthy-empire-program-shift .he-program-shift[data-he-presentation="graphic_motion"] .he-program-shift__shell {
    position: relative !important;
    top: auto !important;
  }
}
