.elementor-widget-healthy-empire-openingsactie-fases,
.elementor-widget-healthy-empire-openingsactie-fases > .elementor-widget-container {
  min-width: 0;
}

.he-opening-fases,
.he-opening-fases *,
.he-opening-fases *::before,
.he-opening-fases *::after {
  box-sizing: border-box;
}

.he-opening-fases {
  --he-of-bg: #0f0f0e;
  --he-of-text: #fff5f2;
  --he-of-muted: #b8b0ac;
  --he-of-accent: #fc441a;
  --he-of-card-bg: #111110;
  --he-of-card-hover-bg: #171716;
  --he-of-columns: 3;
  --he-of-pad-top: 8rem;
  --he-of-pad-right: 2.5rem;
  --he-of-pad-bottom: 7rem;
  --he-of-pad-left: 2.5rem;
  --he-of-card-gap: 1rem;
  --he-of-card-min-height: 20rem;
  --he-of-card-pad-top: 1.75rem;
  --he-of-card-pad-right: 1.75rem;
  --he-of-card-pad-bottom: 1.75rem;
  --he-of-card-pad-left: 1.75rem;
  --he-of-card-radius: 1.125rem;
  --he-of-surface-radius: 0px;
  width: 100%;
  min-width: 0;
  position: relative;
  color: var(--he-of-text);
  isolation: isolate;
}

.he-opening-fases__surface {
  width: 100%;
  overflow: clip;
  border-radius: var(--he-of-surface-radius);
  background: var(--he-of-bg);
}

.he-opening-fases__inner {
  width: 100%;
  max-width: 95rem;
  margin-inline: auto;
  padding: var(--he-of-pad-top) var(--he-of-pad-right) var(--he-of-pad-bottom) var(--he-of-pad-left);
}

.he-opening-fases__intro {
  display: grid;
  grid-template-columns: minmax(0, 1.15fr) minmax(20rem, 0.85fr);
  grid-template-areas:
    "eyebrow eyebrow"
    "heading description";
  align-items: end;
  gap: 1.5rem clamp(3rem, 8vw, 9rem);
  width: 100%;
  max-width: 78rem;
}

.he-opening-fases--intro-stacked .he-opening-fases__intro {
  display: block;
  max-width: 57rem;
}

.he-opening-fases__heading-wrap {
  grid-area: heading;
  min-width: 0;
}

.he-opening-fases__eyebrow,
.he-opening-fases__heading,
.he-opening-fases__description,
.he-opening-fases__description p,
.he-opening-fases__card-title,
.he-opening-fases__card-description {
  margin: 0;
}

.he-opening-fases__eyebrow {
  grid-area: eyebrow;
  margin-bottom: clamp(1.65rem, 2.6vw, 2.5rem);
  color: var(--he-of-accent);
  font-family: "Okta Neue", Arial, sans-serif;
  font-size: clamp(0.76rem, 0.8vw, 0.92rem);
  font-style: normal;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}

.he-opening-fases__heading {
  max-width: 13.25em;
  color: var(--he-of-text);
  font-family: "Okta Neue", Impact, Arial Narrow, sans-serif;
  font-size: clamp(3rem, 4.2vw, 5.5rem);
  font-style: italic;
  font-weight: 800;
  line-height: 0.92;
  letter-spacing: -0.048em;
  text-wrap: balance;
  text-transform: uppercase;
}

.he-opening-fases__heading-accent {
  color: var(--he-of-accent);
}

.he-opening-fases__description {
  grid-area: description;
  align-self: end;
  max-width: 51rem;
  margin-top: 0;
  color: var(--he-of-muted);
  font-family: "Okta Neue", Arial, sans-serif;
  font-size: clamp(1.08rem, 1.45vw, 1.48rem);
  font-style: normal;
  font-weight: 400;
  line-height: 1.52;
  letter-spacing: -0.018em;
}

.he-opening-fases--intro-stacked .he-opening-fases__description {
  margin-top: clamp(1.45rem, 1.9vw, 2rem);
}

.he-opening-fases__description > :not(:last-child) {
  margin-bottom: 0.8em;
}

.he-opening-fases__grid {
  display: grid;
  grid-template-columns: repeat(var(--he-of-columns), minmax(0, 1fr));
  gap: var(--he-of-card-gap);
  width: 100%;
  margin-top: clamp(2.85rem, 3.5vw, 3.5rem);
}

.he-opening-fases__card,
.he-opening-fases__card:link,
.he-opening-fases__card:visited,
.he-opening-fases__card:hover,
.he-opening-fases__card:focus,
.he-opening-fases__card:active {
  position: relative;
  display: flex;
  min-width: 0;
  min-height: var(--he-of-card-min-height);
  flex-direction: column;
  justify-content: flex-start;
  overflow: hidden;
  margin: 0;
  padding: var(--he-of-card-pad-top) var(--he-of-card-pad-right) var(--he-of-card-pad-bottom) var(--he-of-card-pad-left);
  border: 1px solid #36312f;
  border-radius: var(--he-of-card-radius);
  background-color: var(--he-of-card-bg) !important;
  background-image: none !important;
  box-shadow: none !important;
  color: var(--he-of-text) !important;
  text-align: left;
  text-decoration: none !important;
  transition:
    border-color 320ms ease,
    background-color 320ms ease,
    box-shadow 420ms cubic-bezier(0.22, 1, 0.36, 1),
    transform 420ms cubic-bezier(0.22, 1, 0.36, 1);
}

.he-opening-fases__card-line {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  height: 3px;
  background: var(--he-of-accent);
  transform: scaleX(0);
  transform-origin: left center;
  transition: transform 560ms cubic-bezier(0.22, 1, 0.36, 1);
}

.he-opening-fases__card-top {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 1rem;
}

.he-opening-fases__card-index,
.he-opening-fases__card-program {
  display: block;
  margin: 0;
  font-size: 0.72rem;
  font-weight: 700;
  line-height: 1.15;
  letter-spacing: 0.09em;
  text-transform: uppercase;
}

.he-opening-fases__card-index {
  color: var(--he-of-accent);
}

.he-opening-fases__card-program {
  max-width: 12rem;
  color: var(--he-of-muted);
  text-align: right;
}

.he-opening-fases__card-body {
  margin-top: clamp(2rem, 3vw, 3.25rem);
}

.he-opening-fases__card-title {
  color: var(--he-of-text);
  font-family: "Okta Neue", Impact, Arial Narrow, sans-serif;
  font-size: clamp(1.55rem, 2vw, 2.3rem);
  font-style: italic;
  font-weight: 750;
  line-height: 1.05;
  letter-spacing: -0.025em;
  text-transform: uppercase;
}

.he-opening-fases__card-description {
  max-width: 34ch;
  margin-top: clamp(1.25rem, 1.75vw, 1.6rem);
  color: var(--he-of-muted);
  font-family: "Okta Neue", Arial, sans-serif;
  font-size: clamp(1rem, 1.25vw, 1.28rem);
  font-style: normal;
  font-weight: 400;
  line-height: 1.53;
  letter-spacing: -0.018em;
  transition: color 320ms ease, transform 420ms cubic-bezier(0.22, 1, 0.36, 1);
}

.he-opening-fases__card-link {
  display: inline-flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  width: 100%;
  margin-top: auto;
  padding-top: 1.75rem;
  color: var(--he-of-text);
  font-size: 0.86rem;
  font-weight: 700;
  line-height: 1.2;
  text-decoration: none;
}

.he-opening-fases__card-link svg {
  display: block;
  width: 1.15rem;
  height: 1.15rem;
  flex: 0 0 auto;
  transition: transform 300ms ease;
}

.he-opening-fases__card--linked {
  cursor: pointer;
}

.he-opening-fases__card--linked:hover,
.he-opening-fases__card--linked:focus-visible {
  border-color: var(--he-of-accent);
  background-color: var(--he-of-card-hover-bg) !important;
  background-image: none !important;
  box-shadow: 0 1.5rem 3.5rem rgb(0 0 0 / 0.18);
  transform: translateY(-0.42rem);
}

.he-opening-fases__card--linked:hover .he-opening-fases__card-link svg,
.he-opening-fases__card--linked:focus-visible .he-opening-fases__card-link svg {
  transform: translateX(0.25rem);
}

.he-opening-fases__card--linked:hover .he-opening-fases__card-line,
.he-opening-fases__card--linked:focus-visible .he-opening-fases__card-line {
  transform: scaleX(1);
}

.he-opening-fases__card--linked:hover .he-opening-fases__card-description,
.he-opening-fases__card--linked:focus-visible .he-opening-fases__card-description {
  color: color-mix(in srgb, var(--he-of-text) 82%, var(--he-of-muted));
  transform: translateY(0.12rem);
}

.he-opening-fases__card--linked:focus-visible {
  outline: 3px solid color-mix(in srgb, var(--he-of-accent) 42%, transparent);
  outline-offset: 4px;
}

.he-opening-fases--fallback-ready [data-he-of-reveal],
.he-opening-fases--fallback-ready [data-he-of-card] {
  opacity: 0;
  transform: translateY(var(--he-of-fallback-distance, 28px));
  transition:
    opacity 700ms ease,
    transform 800ms cubic-bezier(0.22, 1, 0.36, 1);
}

.he-opening-fases--fallback-ready [data-he-of-card] {
  transition-delay: calc(var(--he-of-index, 0) * 90ms);
}

.he-opening-fases--fallback-ready.he-opening-fases--visible [data-he-of-reveal],
.he-opening-fases--fallback-ready.he-opening-fases--visible [data-he-of-card] {
  opacity: 1;
  transform: translateY(0);
}

.elementor-editor-active .he-opening-fases [data-he-of-reveal],
.elementor-editor-active .he-opening-fases [data-he-of-card] {
  opacity: 1 !important;
  visibility: visible !important;
  transform: none !important;
}

.he-opening-fases__viewport {
  width: 100%;
  min-width: 0;
  margin-top: clamp(2.85rem, 3.5vw, 3.5rem);
  outline: none;
}

.he-opening-fases__viewport:focus-visible {
  outline: 3px solid color-mix(in srgb, var(--he-of-accent) 46%, transparent);
  outline-offset: 0.5rem;
}

.he-opening-fases__viewport .he-opening-fases__grid {
  margin-top: 0;
}

.he-opening-fases__carousel-ui[hidden],
.he-opening-fases__arrows[hidden],
.he-opening-fases__pagination[hidden],
.he-opening-fases__swipe-hint[hidden] {
  display: none !important;
}

.he-opening-fases__carousel-ui {
  margin-top: 1.35rem;
}

.he-opening-fases__swipe-hint,
.he-opening-fases__carousel-status {
  margin: 0;
}

.he-opening-fases__swipe-hint {
  display: flex;
  align-items: center;
  gap: 0.75rem;
  color: var(--he-of-muted);
  font-size: 0.72rem;
  font-weight: 650;
  line-height: 1.3;
  letter-spacing: 0.07em;
  text-transform: uppercase;
}

.he-opening-fases__swipe-hint > span {
  position: relative;
  display: block;
  width: 2.75rem;
  height: 1px;
  overflow: hidden;
  background: color-mix(in srgb, var(--he-of-muted) 38%, transparent);
}

.he-opening-fases__swipe-hint > span::after {
  position: absolute;
  inset: 0;
  content: "";
  background: var(--he-of-accent);
  transform: translateX(-68%);
  animation: he-of-swipe-cue 1.8s cubic-bezier(0.625, 0.05, 0, 1) infinite;
}

@keyframes he-of-swipe-cue {
  50%, 100% { transform: translateX(100%); }
}

.he-opening-fases__carousel-controls {
  display: flex;
  min-width: 0;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  margin-top: 1rem;
}

.he-opening-fases__arrows {
  display: flex;
  gap: 0.5rem;
}

.he-opening-fases__arrow {
  display: grid;
  width: 3rem;
  height: 3rem;
  flex: 0 0 auto;
  place-items: center;
  padding: 0;
  border: 1px solid #403a37;
  border-radius: 0;
  background: transparent;
  color: var(--he-of-text);
  cursor: pointer;
  transition: color 240ms ease, border-color 240ms ease, background-color 240ms ease;
}

.he-opening-fases__arrow.is-prev svg {
  transform: rotate(180deg);
}

.he-opening-fases__arrow svg {
  width: 1rem;
  height: 1rem;
}

.he-opening-fases__arrow:hover,
.he-opening-fases__arrow:focus-visible {
  border-color: var(--he-of-accent);
  background: var(--he-of-accent);
  color: #0f0f0e;
}

.he-opening-fases__arrow:focus-visible {
  outline: 2px solid var(--he-of-text);
  outline-offset: 3px;
}

.he-opening-fases__arrow:disabled {
  opacity: 0.35;
  cursor: default;
}

.he-opening-fases__pagination {
  display: flex;
  min-width: 0;
  flex: 1 1 auto;
  align-items: center;
  justify-content: center;
  gap: 0.45rem;
}

.he-opening-fases__pagination button {
  width: 0.55rem;
  height: 0.55rem;
  padding: 0;
  border: 1px solid color-mix(in srgb, var(--he-of-text) 48%, transparent);
  border-radius: 50%;
  background: transparent;
  cursor: pointer;
  transition: width 260ms ease, border-color 260ms ease, background-color 260ms ease;
}

.he-opening-fases__pagination button.is-active {
  width: 1.7rem;
  border-radius: 999px;
  border-color: var(--he-of-accent);
  background: var(--he-of-accent);
}

.he-opening-fases__pagination button:focus-visible {
  outline: 2px solid var(--he-of-text);
  outline-offset: 3px;
}

.he-opening-fases__carousel-status {
  min-width: 3.75rem;
  color: var(--he-of-muted);
  font-size: 0.72rem;
  font-variant-numeric: tabular-nums;
  letter-spacing: 0.08em;
  text-align: right;
}

.he-opening-fases[data-he-of-mode="carousel"] .he-opening-fases__viewport {
  overflow-x: auto;
  overflow-y: hidden;
  padding-block: 0.65rem 1.5rem;
  overscroll-behavior-x: contain;
  scroll-behavior: smooth;
  scroll-snap-type: x mandatory;
  scrollbar-width: none;
  -webkit-overflow-scrolling: touch;
}

.he-opening-fases[data-he-of-mode="carousel"] .he-opening-fases__viewport::-webkit-scrollbar {
  display: none;
}

.he-opening-fases[data-he-of-mode="carousel"] .he-opening-fases__grid {
  display: flex;
  width: 100%;
  min-width: 0;
  gap: var(--he-of-card-gap);
}

.he-opening-fases[data-he-of-mode="carousel"] .he-opening-fases__card,
.he-opening-fases[data-he-of-mode="carousel"] .he-opening-fases__card:last-child:nth-child(odd) {
  grid-column: auto;
  flex: 0 0 calc((100% - (var(--he-of-items-per-view) - 1) * var(--he-of-card-gap)) / var(--he-of-items-per-view));
  scroll-snap-align: start;
  scroll-snap-stop: always;
}

.he-opening-fases[data-he-of-mode="vertical"] .he-opening-fases__grid {
  grid-template-columns: minmax(0, 1fr);
}

.he-opening-fases[data-he-of-mode="vertical"] .he-opening-fases__card,
.he-opening-fases[data-he-of-mode="vertical"] .he-opening-fases__card:last-child:nth-child(odd) {
  grid-column: auto;
  min-height: 0;
}

@media (max-width: 1024px) {
  .he-opening-fases {
    --he-of-columns: 2;
    --he-of-pad-top: 6rem;
    --he-of-pad-right: 1.75rem;
    --he-of-pad-bottom: 5.25rem;
    --he-of-pad-left: 1.75rem;
    --he-of-card-min-height: 18.75rem;
  }

  .he-opening-fases__intro {
    grid-template-columns: minmax(0, 1fr);
    grid-template-areas:
      "eyebrow"
      "heading"
      "description";
    gap: 1.5rem;
  }

  .he-opening-fases__heading {
    font-size: clamp(3rem, 7vw, 5.25rem);
  }

  .he-opening-fases__card:last-child:nth-child(odd) {
    grid-column: 1 / -1;
  }

  .he-opening-fases__card-description {
    max-width: 42ch;
  }
}

@media (max-width: 767px) {
  .he-opening-fases {
    --he-of-columns: 1;
    --he-of-pad-top: 4.5rem;
    --he-of-pad-right: 1.5rem;
    --he-of-pad-bottom: 4rem;
    --he-of-pad-left: 1.5rem;
    --he-of-card-gap: 0.8rem;
    --he-of-card-min-height: 0px;
    --he-of-card-pad-top: 1.65rem;
    --he-of-card-pad-right: 1.5rem;
    --he-of-card-pad-bottom: 1.75rem;
    --he-of-card-pad-left: 1.5rem;
    --he-of-card-radius: 1rem;
  }

  .he-opening-fases__eyebrow {
    margin-bottom: 1.55rem;
  }

  .he-opening-fases__heading {
    max-width: none;
    font-size: clamp(2.55rem, 12.5vw, 4.1rem);
    line-height: 0.94;
    letter-spacing: -0.04em;
  }

  .he-opening-fases__description {
    margin-top: 1.6rem;
    font-size: 1.04rem;
    line-height: 1.5;
  }

  .he-opening-fases__grid {
    margin-top: 2.85rem;
  }

  .he-opening-fases__card,
  .he-opening-fases__card:last-child:nth-child(odd) {
    grid-column: auto;
    min-height: var(--he-of-card-min-height);
    padding: var(--he-of-card-pad-top) var(--he-of-card-pad-right) var(--he-of-card-pad-bottom) var(--he-of-card-pad-left);
    border-radius: var(--he-of-card-radius);
  }

  .he-opening-fases__card-description {
    max-width: none;
    margin-top: 1rem;
    font-size: 1.02rem;
  }

  .he-opening-fases__card-body {
    margin-top: 2rem;
  }

  .he-opening-fases__card-link {
    padding-top: 1.5rem;
  }
}

@media (prefers-reduced-motion: reduce) {
  .he-opening-fases *,
  .he-opening-fases *::before,
  .he-opening-fases *::after {
    scroll-behavior: auto !important;
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: 0.01ms !important;
  }

  .he-opening-fases--fallback-ready [data-he-of-reveal],
  .he-opening-fases--fallback-ready [data-he-of-card] {
    opacity: 1;
    transform: none;
  }
}
