.hero-animation-shell {
  position: relative;
  width: 100%;
  min-height: 620px;
}

#hero-animation-root {
  position: relative;
  width: 100%;
  min-height: 620px;
}

.hero-animation-fallback {
  width: 100%;
  min-height: 620px;
  border-radius: 2rem;
  background:
    radial-gradient(circle at center, rgba(111, 167, 156, 0.08), transparent 42%),
    linear-gradient(180deg, #ffffff 0%, #fbfcfb 100%);
}

#hero-animation-root.hero-animation-loaded .hero-animation-fallback {
  display: none;
}

.coremediq-hero-animation {
  position: relative;
  height: 620px;
  width: 100%;
  overflow: hidden;
  border-radius: 2rem;
  background: linear-gradient(180deg, #ffffff 0%, #fbfcfb 100%);
}

.coremediq-hero-radial {
  position: absolute;
  inset: 0;
  background: radial-gradient(circle at center, rgba(111, 167, 156, 0.08), transparent 42%);
}

.coremediq-hero-svg {
  display: block;
  width: 100%;
  height: 100%;
}

.coremediq-hero-icon-center {
  display: flex;
  width: 100%;
  height: 100%;
  align-items: center;
  justify-content: center;
}

.coremediq-hero-icon {
  width: 64px;
  height: 64px;
  color: #6fa79c;
}

.coremediq-node-hit {
  position: absolute;
  transform: translate(-50%, -50%);
  border-radius: 999px;
  background: transparent;
  border: none;
  cursor: pointer;
}

.coremediq-node-label {
  position: absolute;
  transform: translateY(-50%);
  display: flex;
  flex-direction: column;
  gap: 1px;
  pointer-events: none;
  opacity: 0;
  font-size: 12px;
  font-weight: 600;
  line-height: 1.1;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  transition:
    opacity 440ms cubic-bezier(0.22, 1, 0.36, 1),
    filter 440ms cubic-bezier(0.22, 1, 0.36, 1);
  will-change: opacity, filter;
}

.coremediq-node-label-line {
  display: block;
  white-space: nowrap;
}

@media (min-width: 1280px) {
  .hero-animation-shell,
  #hero-animation-root,
  .hero-animation-fallback {
    min-height: 874px;
  }

  .coremediq-hero-animation {
    height: 874px;
  }
}

@media (max-width: 1120px) {
  .hero-animation-shell,
  #hero-animation-root,
  .hero-animation-fallback {
    min-height: 560px;
  }

  .coremediq-hero-animation {
    height: 560px;
  }

  .coremediq-node-label {
    font-size: 11px;
    letter-spacing: 0.14em;
  }
}

@media (max-width: 1024px) {
  .hero-animation-shell,
  #hero-animation-root,
  .hero-animation-fallback {
    min-height: 460px;
  }

  .hero-animation-fallback,
  .coremediq-hero-animation {
    border-radius: 1.5rem;
  }

  .coremediq-hero-animation {
    height: 460px;
  }

  #hero-animation-root {
    transform: translateX(-26px);
  }

  .coremediq-hero-icon {
    width: 83px;
    height: 83px;
  }
}
