.atl-indp-hero {
  position: relative;
  box-sizing: border-box;
  min-height: 380px;
  margin: 0.5rem;
  border-radius: 24px;
  overflow: hidden;
  display: flex;
  align-items: flex-end;
  background: #353452;
  padding: 3rem 2rem;
}
@media (min-width: 768px) {
  .atl-indp-hero {
    min-height: 440px;
    border-radius: 32px;
    padding: 4rem 3.5rem;
  }
}
@media (min-width: 1440px) {
  .atl-indp-hero {
    padding: 4rem 5rem;
  }
}

.atl-indp-hero__img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  opacity: 0.3;
  transform: scale(1.05);
}

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

.atl-indp-hero__inner {
  position: relative;
  z-index: 1;
  max-width: 1280px;
  margin: 0 auto;
  width: 100%;
}

.atl-indp-hero__title {
  color: #fff;
  font-size: clamp(2rem, 5vw, 3.5rem);
  font-weight: 800;
  letter-spacing: -0.03em;
  line-height: 1.1;
  margin: 0 0 1rem;
}

.atl-indp-hero__subtitle {
  color: rgba(255, 255, 255, 0.7);
  font-weight: 300;
  font-size: 1rem;
  line-height: 1.7;
  max-width: 620px;
  margin: 0;
}
