.atl-neh {
  position: relative;
  box-sizing: border-box;
  min-height: 380px;
  display: flex;
  align-items: flex-end;
  margin: 15px;
  overflow: hidden;
  background: #353452;
  border-radius: 24px;
}
@media (min-width: 768px) {
  .atl-neh {
    min-height: 440px;
    margin: 20px;
  }
}

.atl-neh__img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  opacity: 0.4;
  transform: scale(1.05);
  will-change: transform, opacity;
}

.atl-neh__overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(to right, #353452 0%, rgba(53, 52, 82, 0.9) 55%, transparent 100%);
}

.atl-neh__inner {
  position: relative;
  z-index: 1;
  width: 100%;
  max-width: 1280px;
  margin: 0 auto;
  padding: 2.5rem 1.25rem;
  display: flex;
  flex-direction: column;
  gap: 1rem;
  will-change: transform, opacity;
}
@media (min-width: 768px) {
  .atl-neh__inner {
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    gap: 3rem;
    padding: 3.5rem 1.5rem;
  }
}

.atl-neh__title {
  flex: 0 1 auto;
  color: #fff;
  font-size: clamp(2.25rem, 4vw, 3rem);
  font-weight: 800;
  letter-spacing: -0.03em;
  line-height: 1;
  margin: 0;
}

.atl-neh__description {
  flex: 0 1 480px;
  color: rgba(255, 255, 255, 0.85);
  font-weight: 300;
  font-size: 1rem;
  line-height: 1.625;
}
.atl-neh__description p {
  margin: 0;
}

@media (prefers-reduced-motion: reduce) {
  .atl-neh__img,
  .atl-neh__inner {
    transform: none !important;
  }
}
.editor-styles-wrapper .atl-neh__img,
.editor-styles-wrapper .atl-neh__inner {
  transform: none !important;
}

.editor-styles-wrapper .atl-neh__inner {
  flex-direction: row !important;
  align-items: center !important;
  justify-content: space-between !important;
}

@media (max-width: 767px) {
  .atl-neh {
    min-height: 380px;
    align-items: stretch;
    border-radius: 20px;
  }
  .atl-neh__inner {
    position: absolute;
    inset: 0;
    justify-content: flex-end;
    padding: 5rem 1.25rem 2rem;
    gap: 0.75rem;
  }
  .atl-neh__title {
    max-width: 18rem;
    font-size: clamp(2rem, 8vw, 2.5rem);
    line-height: 0.98;
  }
  .atl-neh__description {
    max-width: 32rem;
    font-size: 0.95rem;
    line-height: 1.5;
  }
}
