/* ===== Typografia ===== */
h1 {
  text-align: center;
  font-size: 2.3rem;
  font-weight: 700;
  margin-bottom: 0;
  color: #00508c;
}
h2 {
  text-align: center;
  font-size: 1.8rem;
  font-weight: 600;
  margin-bottom: 0;
  color: #00508c;
}
p {
  max-width: 900px;
  margin: 0 auto 20px;
  text-align: center;
  font-size: 16px;
  line-height: 1.6;
  text-wrap: balance;
}
.text-weight {
  font-size: 18px;
}
/* Podkreślenie h1 */
.linia {
  position: relative;
  display: inline-block;
}
.linia-center {
  display: flex;
  justify-content: center;
}
.linia::after {
  content: "";
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: -8px;
  width: 2cm;
  height: 4px;
  background-color: #e30513;
}

/* ===== Listy ===== */
section ul {
  max-width: 420px;
  margin: 0 auto 20px;
  padding-left: 20px;
  text-align: left;
  font-size: 16px;
  line-height: 1.6;
}
section ul li {
  margin-bottom: 10px;
}

/* ===== Sekcje ===== */
section {
  padding: 60px 20px;
  transition: transform 0.3s ease;
}
@media (hover:hover) {
  section:hover {
    transform: translateY(-4px);
  }
}
/* Tła sekcji */
.section-gray-right {
  background:
    linear-gradient(to bottom, #f2f2f2 0%, #f2f2f2 50%, #ffffff 100%), linear-gradient(to right, #ffffff 0%, #ffffff 30%, #f2f2f2 100%);
  background-blend-mode: lighten;
  border-radius: 7px;
}
.section-gray-left {
  background:
    linear-gradient(to bottom, #ffffff 0%, #f2f2f2 50%, #f2f2f2 100%), linear-gradient(to right, #f2f2f2 0%, #ffffff 30%, #ffffff 100%);
  background-blend-mode: lighten;
  border-radius: 0;
}

/* ===== Utilities ===== */
.mt-20 {
  margin-top: 20px;
}
.mt-30 {
  margin-top: 30px;
}
.center {
  text-align: center;
}

/* ===== Button ===== */
.promo-btn {
  display: inline-block;
  padding: 10px 20px;
  background: #00508c;
  color: #fff;
  border-radius: 7px;
  font-weight: 600;
  text-decoration: none;
  transition: background 0.3s ease;
}
.promo-btn:hover {
  background: #003a66;
  color: #fff;
}

/* ===== Kariera w ELKABEL ===== */
.hero-section {
  background-image: url("https://static.elkabel-preprod.login.shop/cms/5c594f944cf2482cad7978488b66de8c-kariera-w-elkabel-2.png");
  background-repeat: no-repeat;
  background-position: left center;
  background-size: 20% auto;
  min-height: 100px;
  padding: 80px;
  margin: 0 60px;
  display: flex;
  align-items: center;
  flex-direction: column;
}
.hero-content {
  max-width: 900px;
}
/* Responsywność */
@media (max-width: 768px) {
  .hero-section {
    background-position: center bottom;
    background-size: 100% auto;
    padding: 40px 0 300px;
    min-height: auto;
  }
}

/* ===== Kogo szukamy ===== */
.job-cards {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  justify-content: center;
  margin: 30px 0;
}
.job-card {
  display: flex;
  align-items: center;
  gap: 20px;
  background: #ffffff;
  border-radius: 7px;
  padding: 40px 25px;
  width: 100%;
  max-width: 390px;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.08);
  text-align: left;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}
.job-card:hover {
  transform: translateY(-8px);
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.15);
}
/* Ikona po lewej */
.job-card-icon {
  flex-shrink: 0;
}
.job-card-icon img {
  width: 100px;
  height: auto;
  display: block;
}
/* Treść po prawej */
.job-card-content h3 {
  margin-bottom: 8px;
  color: #00508c;
  font-size: 20px;
  font-weight: 600;
  text-align: center;
}
.job-card-content p {
  margin: 0;
  font-size: 15px;
  line-height: 1.5;
  color: #333;
}
@media (max-width: 600px) {
  .job-card {
    flex-direction: column;
    text-align: center;
  }
  .job-card-icon img {
    width: 100px;
  }
}

/* ===== Dlaczego warto do nas dołączyć ===== */
.check-list {
  list-style: none;
  padding-left: 0;
}
.check-list li {
  position: relative;
  padding-left: 32px;
  margin-bottom: 12px;
  line-height: 1.6;
}
.check-list li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.1em;
  width: 24px;
  height: 24px;
  background: url("data:image/svg+xml;utf8,\
<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%2300508c' stroke-width='3' stroke-linecap='round' stroke-linejoin='round'>\
<polyline points='20 6 9 17 4 12'/>\
</svg>") no-repeat center / contain;
}

/* ===== Liczby, które nas wyróżniają ===== */
.numbers {
  background: #00508c;
  color: #fff;
}
.numbers-grid {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 40px;
  margin-top: 40px;
}
.number-item {
  width: 180px;
  text-align: center;
  font-size: 18px;
  line-height: 1.6;
}
.number-item strong {
  display: block;
  font-size: 48px;
  margin-bottom: 8px;
}
.numbers h2 {
  color: #ffffff;
}

/* ===== Benefity w ELKABEL ===== */
.benefits {
  background: #f2f2f2;
}
.benefits-grid {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 40px;
  margin-top: 40px;
}
.benefit-item {
  width: 140px;
  line-height: 1.4;
  text-align: center;
}
.benefit-item img {
  width: 100px;
  height: 100px;
  margin-bottom: 10px;
  transition: transform 0.3s ease;
}
@media (hover:hover) {
  .benefit-item img:hover {
    transform: translateY(-10px);
  }
}
@media (max-width: 768px) {
  .benefit-item {
    width: 100%;
    max-width: 300px;
  }
}

/* ===== Proces rekrutacji ===== */
.process-container {
  display: flex;
  justify-content: space-between;
  position: relative;
  margin: 50px auto;
  flex-wrap: wrap;
  width: 82%;
  max-width: 1400px;
  gap: 40px;
}
/* Linia łącząca */
.process-container::before {
  content: "";
  position: absolute;
  top: 50px;
  left: 0;
  right: 0;
  height: 2px;
  background-color: #d6d6d6;
  z-index: 1;
}
/* Pojedynczy krok */
.process-step {
  position: relative;
  text-align: center;
  z-index: 2;
  flex: 1 1 150px;
  max-width: 300px;
  margin: 0 auto;
}
/* Ikona */
.circle {
  width: 100px;
  height: 100px;
  margin: 0 auto 16px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  background-color: #fff;
  border-radius: 0;
  color: transparent;
  font-size: 0;
  line-height: 0;
  transition: transform 0.35s cubic-bezier(.34, 1.56, .64, 1);
}
.process-step:hover .circle {
  transform: translateY(-10px);
}
/* Ikony */
.process-step:nth-child(1) .circle {
  background-image: url("../images/1-znajdz-oferte.png");
}
.process-step:nth-child(2) .circle {
  background-image: url("../images/2-wyslij-cv.png");
}
.process-step:nth-child(3) .circle {
  background-image: url("../images/3-odezwiemy-sie-telefon-e-mail.png");
}
.process-step:nth-child(4) .circle {
  background-image: url("../images/4-spotkamy-sie.png");
}
.process-step:nth-child(5) .circle {
  background-image: url("../images/5-decyzja-feedback.png");
}
/* Tekst pod ikoną */
.process-step p {
  line-height: 1.4;
  margin: 0 auto;
  text-align: center;
  overflow-wrap: break-word;
}
.step-number {
  font-size: 26px;
  font-weight: 600;
  color: #00508c;
  margin-right: 8px;
}
/* Responsywność */
@media (max-width: 768px) {
  .process-container {
    flex-direction: column;
    align-items: center;
    width: 95%;
    gap: 30px;
  }
  .process-container::before {
    display: none;
  }
  .process-step {
    width: 100%;
    max-width: none;
    margin-bottom: 10px;
  }
}
/* ===== Linia hr ===== */
hr {
  border: none;
  height: 2px;
  width: 90%;
  background-color: #f2f2f2;
  margin: 0 auto;
}
@media (max-width: 768px) {
  hr {
    width: 80%;
  }
}

/* ===== Efekt fade in left ===== */
.fade-in-left {
  opacity: 0;
  transform: translateX(-30px);
  animation: fadeInLeft 0.6s ease-out 0.4s forwards;
}
@keyframes fadeInLeft {
  to {
    opacity: 1;
    transform: translateX(0);
  }
}