/* ===============================
   İNSAN RESURSLARI HERO
   Daxili səhifələr üçün kompakt hero dizaynı
================================ */

/* HERO ÜMUMİ BLOKU */
.inner-hero {
  position: relative;
  min-height: 550px;
  background: #07090b;
  overflow: hidden;
  display: flex;
  align-items: center;
}

/* HERO ARXA FON ŞƏKLİ */
.inner-hero-bg {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center right;
  z-index: 1;
}

/* ŞƏKİL ÜZƏRİNDƏ QARALTMA VƏ SOL TƏRƏFDƏ OXUNAQLILIQ */
.inner-hero-overlay {
  position: absolute;
  inset: 0;
  z-index: 2;
  background:
    linear-gradient(
      90deg,
      rgba(0, 0, 0, 0.94) 0%,
      rgba(0, 0, 0, 0.86) 26%,
      rgba(0, 0, 0, 0.62) 45%,
      rgba(0, 0, 0, 0.18) 78%,
      rgba(0, 0, 0, 0.45) 100%
    ),
    linear-gradient(
      180deg,
      rgba(0, 0, 0, 0.42) 0%,
      rgba(0, 0, 0, 0.08) 42%,
      rgba(0, 0, 0, 0.78) 100%
    );
}

/* HERO DAXİLİ KONTEYNER */
.inner-hero-container {
  position: relative;
  z-index: 3;
  width: min(100% - 64px, 1540px);
  margin: 0 auto;

  /* Header absolute olduğu üçün yuxarı boşluq */
  padding-top: 145px;

  color: #FEFEFE;
}

/* ===============================
   BREADCRUMB
================================ */

.breadcrumb {
  display: flex;
  align-items: center;
  gap: 12px;
  margin-bottom: 34px;
}

.breadcrumb a {
  color: rgba(254, 254, 254, 0.86);
  font-size: 15px;
  font-weight: 500;
  text-decoration: none;
  transition: 0.25s ease;
}

.breadcrumb a:last-child {
  color: #F8B216;
}

.breadcrumb span {
  color: #F8B216;
  font-size: 11px;
}

.breadcrumb a:hover {
  color: #F8B216;
}

/* ===============================
   HERO LABEL
================================ */

.inner-hero-label {
  display: inline-flex;
  align-items: center;
  justify-content: center;

  height: 34px;
  padding: 0 18px;

  border: 1px solid rgba(248, 178, 22, 0.82);
  border-radius: 9px;

  color: #F8B216;
  background: rgba(248, 178, 22, 0.06);

  font-size: 13px;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 0.5px;

  margin-bottom: 18px;
}

/* ===============================
   HERO BAŞLIQ
================================ */

.inner-hero h1 {
  max-width: 650px;
  font-size: clamp(48px, 5vw, 78px);
  line-height: 1.05;
  font-weight: 900;
  letter-spacing: -2.6px;
  color: #FEFEFE;
  margin-bottom: 24px;
}

.inner-hero h1 span {
  color: #F8B216;
}

/* SARI XƏTT */
.inner-hero-line {
  width: 86px;
  height: 3px;
  background: #F8B216;
  border-radius: 50px;
  margin-bottom: 24px;
}

/* HERO MƏTN */
.inner-hero p {
  max-width: 560px;
  color: rgba(254, 254, 254, 0.82);
  font-size: 18px;
  line-height: 1.75;
  font-weight: 400;
}

/* ===============================
   RESPONSIVE
================================ */

/* TABLET */
@media (max-width: 992px) {
  .inner-hero {
    min-height: 400px;
  }

  .inner-hero-container {
    width: min(100% - 40px, 1540px);
    padding-top: 105px;
  }

  .inner-hero-bg {
    object-position: 68% center;
  }

  .inner-hero h1 {
    font-size: 54px;
    letter-spacing: -1.6px;
  }

  .inner-hero p {
    font-size: 16px;
    max-width: 520px;
  }
}

/* MOBİL */
@media (max-width: 768px) {
  .inner-hero {
    min-height: 400px;
  }

  .inner-hero-container {
    width: min(100% - 32px, 1540px);
    padding-top: 105px;
  }

  .inner-hero-bg {
    object-position: 72% center;
  }

  .inner-hero-overlay {
    background:
      linear-gradient(
        90deg,
        rgba(0, 0, 0, 0.94) 0%,
        rgba(0, 0, 0, 0.82) 48%,
        rgba(0, 0, 0, 0.34) 100%
      ),
      linear-gradient(
        180deg,
        rgba(0, 0, 0, 0.35) 0%,
        rgba(0, 0, 0, 0.10) 42%,
        rgba(0, 0, 0, 0.84) 100%
      );
  }

  .breadcrumb {
    margin-bottom: 26px;
    gap: 9px;
  }

  .breadcrumb a {
    font-size: 13px;
  }

  .inner-hero-label {
    height: 31px;
    padding: 0 14px;
    font-size: 11px;
    margin-bottom: 16px;
  }

  .inner-hero h1 {
    font-size: 42px;
    line-height: 1.08;
    letter-spacing: -1.2px;
    margin-bottom: 20px;
  }

  .inner-hero-line {
    width: 70px;
    margin-bottom: 20px;
  }

  .inner-hero p {
    max-width: 92%;
    font-size: 15px;
    line-height: 1.65;
  }
}

/* iPhone Pro ölçüləri üçün */
@media (max-width: 430px) {
  .inner-hero {
    min-height: 320px;
  }

  .inner-hero-container {
    width: min(100% - 28px, 1540px);
    padding-top: 95px;
  }

  .breadcrumb {
    margin-bottom: 20px;
  }

  .inner-hero h1 {
    font-size: 36px;
    line-height: 1.08;
    margin-bottom: 16px;
  }

  .inner-hero-line {
    width: 68px;
    margin-bottom: 16px;
  }

  .inner-hero p {
    font-size: 14px;
    line-height: 1.6;
    max-width: 95%;
  }
}