.ezysim-hero {
  --ezysim-transition: 700ms;
  --ezysim-hold: 5500ms;
  --ezysim-feature-columns: 4;
  position: relative;
  width: 100%;
  margin-inline: auto;
  isolation: isolate;
  -webkit-tap-highlight-color: transparent;
}

.ezysim-hero *,
.ezysim-hero *::before,
.ezysim-hero *::after {
  box-sizing: border-box;
}

.ezysim-hero__stage {
  position: relative;
  width: 100%;
  overflow: hidden;
  background: #eaf5ff;
  contain: layout paint;
}

.ezysim-hero__poster {
  display: block;
  width: 100%;
  min-height: 1px;
  opacity: 1;
  transition: opacity 180ms ease;
}

.ezysim-hero.is-ready .ezysim-hero__poster {
  opacity: 0;
  pointer-events: none;
}

.ezysim-hero__image {
  display: block;
  width: 100%;
  height: 100%;
  max-width: none;
  margin: 0;
  object-fit: cover;
  object-position: center center;
  user-select: none;
  -webkit-user-drag: none;
}

.ezysim-hero__poster .ezysim-hero__image {
  height: auto;
}

.ezysim-hero__stage[style*="height"] .ezysim-hero__poster,
.ezysim-hero__stage[style*="height"] .ezysim-hero__poster .ezysim-hero__image {
  height: 100%;
}

.ezysim-hero__track {
  position: absolute;
  inset: 0;
  z-index: 1;
  visibility: hidden;
  opacity: 0;
  pointer-events: none;
}

.ezysim-hero__track.is-current {
  visibility: visible;
  opacity: 1;
  pointer-events: auto;
}

.ezysim-hero__slide {
  position: absolute;
  inset: 0;
  z-index: 1;
  overflow: hidden;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transform: translateZ(0);
  transition-property: opacity, transform, visibility;
  transition-duration: var(--ezysim-transition), var(--ezysim-transition), 0s;
  transition-timing-function: cubic-bezier(.22,.61,.36,1);
  transition-delay: 0s, 0s, var(--ezysim-transition);
  will-change: opacity, transform;
}

.ezysim-hero__slide.is-active {
  z-index: 2;
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
  transition-delay: 0s;
}

.ezysim-hero__slide-link {
  display: block;
  width: 100%;
  height: 100%;
  color: inherit;
  text-decoration: none;
}

.ezysim-hero[data-effect="fade"] .ezysim-hero__slide {
  transform: none;
}

.ezysim-hero[data-effect="zoom"] .ezysim-hero__slide {
  transform: scale(1.08);
}
.ezysim-hero[data-effect="zoom"] .ezysim-hero__slide.is-active {
  transform: scale(1);
}

.ezysim-hero[data-effect="slide-left"] .ezysim-hero__slide {
  transform: translate3d(7%,0,0);
}
.ezysim-hero[data-effect="slide-left"] .ezysim-hero__slide.is-active {
  transform: translate3d(0,0,0);
}

.ezysim-hero[data-effect="slide-right"] .ezysim-hero__slide {
  transform: translate3d(-7%,0,0);
}
.ezysim-hero[data-effect="slide-right"] .ezysim-hero__slide.is-active {
  transform: translate3d(0,0,0);
}

.ezysim-hero[data-effect="slide-up"] .ezysim-hero__slide {
  transform: translate3d(0,7%,0);
}
.ezysim-hero[data-effect="slide-up"] .ezysim-hero__slide.is-active {
  transform: translate3d(0,0,0);
}

.ezysim-hero[data-effect="cinematic"] .ezysim-hero__slide {
  transform: none;
}
.ezysim-hero[data-effect="cinematic"] .ezysim-hero__slide .ezysim-hero__image {
  transform: scale(1.055) translate3d(-.6%,0,0);
  transform-origin: center center;
  will-change: transform;
}
.ezysim-hero[data-effect="cinematic"] .ezysim-hero__slide.is-active .ezysim-hero__image {
  animation: ezysim-cinematic-zoom var(--ezysim-hold) linear both;
}

@keyframes ezysim-cinematic-zoom {
  from { transform: scale(1.055) translate3d(-.6%,0,0); }
  to { transform: scale(1) translate3d(0,0,0); }
}

.ezysim-hero__arrow {
  position: absolute;
  top: 50%;
  z-index: 5;
  display: grid;
  place-items: center;
  width: 46px;
  height: 46px;
  padding: 0;
  border: 0;
  border-radius: 999px;
  color: #062b5c;
  background: rgba(255,255,255,.92);
  box-shadow: 0 8px 24px rgba(0,31,76,.18);
  cursor: pointer;
  opacity: 0;
  transform: translateY(-50%) scale(.92);
  transition: opacity 180ms ease, transform 180ms ease, background-color 180ms ease;
}

.ezysim-hero:hover .ezysim-hero__arrow,
.ezysim-hero:focus-within .ezysim-hero__arrow {
  opacity: 1;
  transform: translateY(-50%) scale(1);
}

.ezysim-hero__arrow:hover {
  filter: brightness(.98);
}

.ezysim-hero__arrow:focus-visible,
.ezysim-hero__dot:focus-visible,
.ezysim-hero:focus-visible {
  outline: 3px solid rgba(0,95,204,.45);
  outline-offset: 3px;
}

.ezysim-hero__arrow svg {
  width: 52%;
  height: 52%;
}

.ezysim-hero__arrow--prev { left: 18px; }
.ezysim-hero__arrow--next { right: 18px; }

.ezysim-hero__arrow[disabled] {
  opacity: .25;
  cursor: not-allowed;
}

.ezysim-hero__dots {
  position: absolute;
  z-index: 5;
  left: 50%;
  bottom: 16px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  transform: translateX(-50%);
}

.ezysim-hero--features-overlay .ezysim-hero__dots {
  bottom: 78px;
}

.ezysim-hero__dot {
  width: 8px;
  height: 8px;
  padding: 0;
  border: 0;
  border-radius: 999px;
  background: rgba(255,255,255,.65);
  box-shadow: 0 1px 4px rgba(0,0,0,.18);
  cursor: pointer;
  transition: width 180ms ease, transform 180ms ease, background-color 180ms ease;
}

.ezysim-hero__dot.is-active {
  width: 24px;
  background: #ec145a;
}

.ezysim-hero__features {
  position: relative;
  z-index: 6;
  display: grid;
  grid-template-columns: repeat(var(--ezysim-feature-columns), minmax(0, 1fr));
  gap: 12px;
  width: 100%;
  padding: 14px 24px;
  background: #ec145a;
  color: #fff;
}

.ezysim-hero--features-overlay .ezysim-hero__features {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
}

.ezysim-hero--features-attached .ezysim-hero__features {
  margin-top: 0;
}

.ezysim-hero__feature-item {
  position: relative;
  min-width: 0;
}

.ezysim-hero__feature {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  min-width: 0;
  gap: 12px;
  padding: 4px 8px;
  color: inherit;
  text-decoration: none;
}

.ezysim-hero__feature:hover {
  color: inherit;
  text-decoration: none;
}

.ezysim-hero--feature-separators .ezysim-hero__feature-item:not(:last-child)::after {
  content: "";
  position: absolute;
  top: 15%;
  right: -6px;
  width: 1px;
  height: 70%;
  background: rgba(255,255,255,.28);
}

.ezysim-hero__feature-icon {
  display: grid;
  flex: 0 0 auto;
  place-items: center;
  width: 30px;
  height: 30px;
  font-size: 30px;
  line-height: 1;
  color: #fff;
}

.ezysim-hero__feature-icon i,
.ezysim-hero__feature-icon svg,
.ezysim-hero__feature-icon img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.ezysim-hero__feature-copy {
  display: flex;
  min-width: 0;
  flex-direction: column;
  line-height: 1.15;
}

.ezysim-hero__feature-title,
.ezysim-hero__feature-description {
  display: block;
  color: #fff;
}

.ezysim-hero__feature-title {
  font-size: clamp(14px, 1.2vw, 18px);
  font-weight: 700;
}

.ezysim-hero__feature-description {
  margin-top: 2px;
  font-size: clamp(11px, .95vw, 15px);
  font-weight: 500;
  opacity: .96;
}

.ezysim-hero__empty {
  padding: 30px;
  border: 1px dashed #a9b6c6;
  border-radius: 12px;
  color: #526173;
  background: #f7f9fc;
  text-align: center;
}

@media (max-width: 767px) {
  .ezysim-hero__arrow {
    width: 38px;
    height: 38px;
  }
  .ezysim-hero__arrow--prev { left: 10px; }
  .ezysim-hero__arrow--next { right: 10px; }
  .ezysim-hero--hide-mobile-arrows .ezysim-hero__arrow { display: none; }
  .ezysim-hero__dots { bottom: 10px; gap: 6px; }
  .ezysim-hero--features-overlay .ezysim-hero__dots { bottom: 118px; }

  .ezysim-hero--mobile-feature-position-attached.ezysim-hero--features-overlay .ezysim-hero__features {
    position: relative;
    right: auto;
    bottom: auto !important;
    left: auto;
  }
  .ezysim-hero--mobile-feature-position-attached.ezysim-hero--features-overlay .ezysim-hero__dots {
    bottom: 10px;
  }

  .ezysim-hero__features {
    padding: 10px;
    gap: 8px;
  }
  .ezysim-hero__feature {
    justify-content: flex-start;
    gap: 8px;
    min-height: 48px;
  }
  .ezysim-hero__feature-title { font-size: 13px; }
  .ezysim-hero__feature-description { font-size: 11px; }

  .ezysim-hero--mobile-features-scroll .ezysim-hero__features {
    display: flex;
    overflow-x: auto;
    overscroll-behavior-inline: contain;
    scroll-snap-type: x proximity;
    scrollbar-width: none;
  }
  .ezysim-hero--mobile-features-scroll .ezysim-hero__features::-webkit-scrollbar { display: none; }
  .ezysim-hero--mobile-features-scroll .ezysim-hero__feature-item {
    flex: 0 0 min(78vw, 260px);
    scroll-snap-align: start;
  }
  .ezysim-hero--mobile-features-stack .ezysim-hero__features {
    grid-template-columns: 1fr !important;
  }
  .ezysim-hero--mobile-features-grid .ezysim-hero__features {
    grid-template-columns: repeat(var(--ezysim-feature-columns, 2), minmax(0, 1fr));
  }
  .ezysim-hero--feature-separators .ezysim-hero__feature-item::after { display: none; }
}

@media (prefers-reduced-motion: reduce) {
  .ezysim-hero__slide,
  .ezysim-hero__poster,
  .ezysim-hero__arrow,
  .ezysim-hero__dot,
  .ezysim-hero__slide .ezysim-hero__image {
    animation: none !important;
    transition-duration: 1ms !important;
    scroll-behavior: auto !important;
  }
}
