.career-cta {
  position: relative;
  display: flex;
  flex-direction: column;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  color: var(--color-white);
}

.career-cta.home-bg {
  background-image: url("/assets/home_footer_bg.jpg");
}

.career-cta.carreira-bg {
  background-image: url("/assets/carreira_footer_bg.jpg");
}

.career-cta.hero {
  min-height: 700px;
  justify-content: flex-end;
  padding-bottom: 7vw;
}

.career-cta.compact {
  min-height: 80vh;
  justify-content: flex-end;
  padding-bottom: 7vw;
}

.career-cta.compact.carreira-bg {
  min-height: 740px;
}

.career-cta .inner {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 28px;
  padding: 0 20px;
  width: 100%;
}

.career-cta .inner h2 {
  font-size: 3rem;
  font-weight: 800;
  line-height: 1.2;
  text-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
  max-width: 820px;
}

.career-cta .btn {
  font-weight: 500;
  font-size: 1rem;
}

@media (max-width: 1366px) {
  .career-cta.hero,
  .career-cta.compact {
    padding-bottom: 6vw;
  }

  .career-cta.compact {
    min-height: 410px;
  }

  .career-cta .inner h2 {
    font-size: 2rem;
  }
}

@media (max-width: 1024px) {
  .career-cta.hero {
    min-height: 560px;
  }

  .career-cta.compact {
    min-height: 300px;
  }

  .career-cta .inner h2 {
    font-size: 1.5rem;
  }

  .career-cta .btn {
    font-size: 0.9rem;
  }
}

@media (max-width: 767px) {
  .career-cta.hero {
    min-height: 88vh;
    padding-bottom: 10vw;
  }

  .career-cta.compact {
    min-height: 71vh;
    padding-bottom: 10vw;
  }

  .career-cta .inner {
    padding: 0 16px;
    align-items: center;
    text-align: center;
  }
}
