.hl-eon-popup {
  width: min(75vw, calc(75svh * 1.5), 1200px);
  height: auto;
  min-height: 0;
  max-height: 75svh;
  aspect-ratio: 1.5 / 1;
  box-shadow: none;
}

.hl-eon-visual > img {
  max-height: 94%;
  transform: translate(2%, 0) rotate(2deg);
  filter: none;
}

@media (max-width: 760px) {
  .hl-eon-overlay {
    padding: 8px;
    overflow: hidden;
  }

  .hl-eon-popup {
    width: min(calc(100vw - 16px), 430px);
    height: calc(100vh - 16px);
    height: calc(100dvh - 16px);
    min-height: 0;
    max-height: calc(100vh - 16px);
    max-height: calc(100dvh - 16px);
    aspect-ratio: auto;
    overflow: hidden;
    display: block;
  }

  .hl-eon-bg {
    object-position: 78% center;
  }

  .hl-eon-shade {
    background: linear-gradient(180deg, rgba(0, 20, 43, .98) 0%, rgba(0, 22, 44, .94) 48%, rgba(0, 27, 48, .38) 72%, rgba(0, 30, 48, .04) 100%);
  }

  .hl-eon-content {
    height: 100%;
    justify-content: flex-start;
    padding: 18px 17px 14px;
  }

  .hl-eon-logo {
    width: 86px;
    margin-bottom: 10px;
  }

  .hl-eon-kicker {
    max-width: calc(100% - 35px);
    margin-bottom: 8px;
    padding: 0.32rem 0.55rem;
    font-size: 0.53rem;
    letter-spacing: 0.045em;
  }

  .hl-eon-content h2 {
    max-width: 92%;
    font-size: clamp(1.5rem, 7.4vw, 1.95rem);
    line-height: .96;
  }

  .hl-eon-content > p {
    max-width: 92%;
    margin: 9px 0 9px;
    font-size: 0.72rem;
    line-height: 1.3;
  }

  .hl-eon-content small {
    display: none;
  }

  .hl-eon-facts {
    display: flex;
    flex-wrap: nowrap;
    gap: 5px;
    width: 92%;
    margin: 0 0 9px;
  }

  .hl-eon-facts span {
    min-width: 0;
    flex: 1 1 0;
    padding: 6px 7px;
    border-radius: 8px;
    font-size: .51rem;
    line-height: 1.2;
  }

  .hl-eon-facts strong {
    font-size: .68rem;
  }

  .hl-eon-actions {
    gap: 7px;
  }

  .hl-eon-cta {
    width: 92%;
    min-height: 36px;
    padding: 0.55rem 0.7rem;
    font-size: 0.7rem;
  }

  .hl-eon-link {
    align-self: flex-start;
    font-size: 0.68rem;
  }

  .hl-eon-close {
    top: 9px;
    right: 9px;
    width: 34px;
    height: 34px;
    font-size: 1.45rem;
  }

  .hl-eon-visual {
    display: flex;
    position: absolute;
    z-index: 1;
    inset: auto 0 0 0;
    height: 55%;
    min-height: 280px;
    overflow: visible;
    align-items: flex-end;
    justify-content: flex-end;
    pointer-events: none;
  }

  .hl-eon-visual > img {
    position: absolute;
    right: -14vw;
    bottom: 0;
    width: min(480px, 122vw);
    max-height: none;
    transform: none;
    filter: none;
  }

  .hl-eon-available {
    display: block;
    top: auto;
    right: auto;
    left: 14px;
    bottom: 35%;
    max-width: 104px;
    padding: 7px 9px;
    border-radius: 10px;
    font-size: .58rem;
  }
}
