/* Sekcja 6 – Trendy na rynku pracy
 * Wszystko namespacowane pod .ppro-s6, bez wspólnych elementów globalnych.
 */

.ppro-s6 {
  position: relative;
  background: #020617;
  color: #e5e7eb;
  padding: 80px 0;
  font-family: Poppins !important;
}

.ppro-s6__inner {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 20px;
}

/* HEADER */

.ppro-s6__header {
  max-width: 720px;
}

.ppro-s6__badge {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 4px 12px;
  border-radius: 9999px;
  background: rgba(16, 185, 129, 0.12);
  color: #6ee7b7;
  font-size: 11px;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  font-weight: 600;
}

.ppro-s6__badge-dot {
  width: 8px;
  height: 8px;
  border-radius: 9999px;
  background: #22c55e;
}

.ppro-s6__title {
  margin: 18px 0 10px;
  font-size: clamp(24px, 3.1vw, 32px);
  line-height: 1.15;
  font-weight: 700;
  color: #f9fafb;
}

.ppro-s6__lead {
  margin: 0;
  margin-bottom: 30px;
  font-size: 14px;
  line-height: 1.7;
  color: #9ca3af;
}

/* TOP TAGS (oś pozioma) */

.ppro-s6__top-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 18px;
  margin-top: 28px;
  padding-top: 22px;
  border-top: 1px solid rgba(148, 163, 184, 0.35);
}

.ppro-s6__top-tag {
  display: flex;
  align-items: center;
  gap: 12px;
  min-width: 0;
}

.ppro-s6__top-tag-num {
  width: 30px;
  height: 30px;
  border-radius: 9999px;
  border: 1px solid rgba(45, 212, 191, 0.5);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 11px;
  font-weight: 600;
  color: #a5f3fc;
}

.ppro-s6__top-tag-texts {
  display: flex;
  flex-direction: column;
  gap: 4px;
}

.ppro-s6__top-tag-label {
  font-size: 11px;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  color: #e5e7eb;
}

.ppro-s6__top-tag-stat {
  font-size: 11px;
  color: #6ee7b7;
}

/* TIMELINE */

.ppro-s6__timeline {
  position: relative;
  margin-top: 32px;
  padding-top: 8px;
}

.ppro-s6__timeline::before {
  content: "";
  position: absolute;
  left: 14px;
  top: 0;
  bottom: 0;
  width: 2px;
  background: linear-gradient(
    to bottom,
    rgba(16, 185, 129, 0.4),
    rgba(45, 212, 191, 0.75)
  );
}

/* pojedynczy trend */

.ppro-s6__item {
  position: relative;
  display: flex;
  gap: 16px;
  padding: 24px 0;
}

.ppro-s6__item:first-of-type {
  padding-top: 8px;
}

.ppro-s6__item-line {
  position: relative;
  width: 32px;
  flex-shrink: 0;
}

.ppro-s6__item-dot {
  position: absolute;
  top: 10px;
  left: 6px;
  width: 14px;
  height: 14px;
  border-radius: 9999px;
  border: 2px solid #022c22;
  background: #22c55e;
  box-shadow: 0 0 0 6px rgba(16, 185, 129, 0.12);
}

.ppro-s6__item-content {
  flex: 1;
  min-width: 0;
}

.ppro-s6__chips {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-bottom: 10px;
}

.ppro-s6__chip {
  display: inline-flex;
  align-items: center;
  padding: 3px 10px;
  border-radius: 9999px;
  font-size: 11px;
  font-weight: 500;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  background: rgba(15, 23, 42, 0.7);
  color: #e5e7eb;
  border: 1px solid rgba(148, 163, 184, 0.45);
}

.ppro-s6__chip--muted {
  color: #9ca3af;
  border-color: rgba(148, 163, 184, 0.3);
}

.ppro-s6__chip--accent {
  background: rgba(16, 185, 129, 0.1);
  border-color: rgba(45, 212, 191, 0.7);
  color: #6ee7b7;
}

.ppro-s6__item-title {
  margin: 0 0 8px;
  font-size: 16px;
  line-height: 1.45;
  font-weight: 600;
  color: #f9fafb;
}

.ppro-s6__item-text {
  margin: 0;
  font-size: 14px;
  line-height: 1.7;
  color: #cbd5f5;
}

/* CTA */

.ppro-s6__cta {
  margin-top: 40px;
  padding: 22px 24px;
  border-radius: 26px;
  border: 1px solid rgba(45, 212, 191, 0.3);
  background: radial-gradient(
      circle at top left,
      rgba(16, 185, 129, 0.18),
      transparent 55%
    ),
    rgba(15, 23, 42, 0.95);
  display: flex;
  flex-wrap: wrap;
  gap: 18px;
  align-items: center;
  justify-content: space-between;
}

.ppro-s6__cta-text {
  margin: 0;
  font-size: 14px;
  line-height: 1.6;
  color: #e5e7eb;
  max-width: 560px;
}

.ppro-s6__cta-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}

.ppro-s6__btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 10px 18px;
  border-radius: 9999px;
  font-size: 13px;
  font-weight: 600;
  text-decoration: none;
  border: 1px solid transparent;
  cursor: pointer;
  transition:
    background-color 150ms ease,
    color 150ms ease,
    border-color 150ms ease,
    box-shadow 150ms ease,
    transform 120ms ease;
  
}

.ppro-s6__btn--primary {
  background: #22c55e;
  color: #022c22;
  border-color: #22c55e;
  box-shadow: 0 10px 30px rgba(34, 197, 94, 0.35);
}

.ppro-s6__btn--primary:hover {
  background: #16a34a;
  border-color: #16a34a;
  box-shadow: 0 12px 40px rgba(22, 163, 74, 0.45);
  transform: translateY(-1px);
}

.ppro-s6__btn--ghost {
  background: transparent;
  color: #a5f3fc;
  border-color: rgba(56, 189, 248, 0.7);
}

.ppro-s6__btn--ghost:hover {
  background: rgba(15, 23, 42, 0.9);
  border-color: #22c55e;
  color: #bbf7d0;
  transform: translateY(-1px);
}

/* RESPONSIVE */

@media (max-width: 900px) {
  .ppro-s6 {
    padding: 64px 0;
  }

  .ppro-s6__cta {
    flex-direction: column;
    align-items: flex-start;
  }
}

@media (max-width: 640px) {
  .ppro-s6__inner {
    padding: 0 16px;
  }

  .ppro-s6__top-tags {
    gap: 14px;
  }

  .ppro-s6__item {
    padding: 20px 0;
  }

  .ppro-s6__cta {
    padding: 18px 18px 20px;
    border-radius: 22px;
  }

  .ppro-s6__btn {
    width: 100%;
    justify-content: center;
  }

  .ppro-s6__timeline::before {
    left: 12px;
  }

  .ppro-s6__item-dot {
    left: 4px;
  }
}
