.xap-career-openings,
.xap-career-process,
.xap-career-life {
  padding: 86px 0;
}

.xap-career-openings {
  background: linear-gradient(180deg, #fff8f3 0%, #ffffff 100%);
}

.xap-career-process {
  background: #ffffff;
}

.xap-career-life {
  background: linear-gradient(180deg, #ffffff 0%, #f8fafc 100%);
}

.xap-career-head {
  max-width: 860px;
  margin: 0 auto 34px;
}

.xap-career-pill {
  display: inline-flex;
  min-height: 36px;
  align-items: center;
  justify-content: center;
  padding: 6px 14px;
  border-radius: 999px;
  border: 1px solid rgba(229, 57, 53, .22);
  background: rgba(229, 57, 53, .08);
  color: #b13a2a;
  font-size: 13px;
}

.xap-career-head h2 {
  margin: 12px 0 10px;
  color: #0f172a;
  font-size: clamp(32px, 3vw, 48px);
  line-height: 1.15;
}

.xap-career-head p {
  margin: 0;
  color: #475569;
  font-size: 17px;
  line-height: 1.75;
}

.xap-career-grid {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 18px;
}

.xap-career-card {
  background: #ffffff;
  border: 1px solid #f1d8cc;
  border-radius: 16px;
  padding: 16px;
  transition: transform .28s ease, box-shadow .28s ease, border-color .28s ease;
}

.xap-career-card:hover {
  transform: translateY(-4px);
  border-color: #e8b9a0;
  box-shadow: 0 14px 28px rgba(209, 83, 39, .14);
}

.xap-career-icon {
  width: 42px;
  height: 42px;
  border-radius: 12px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: #ffffff;
  background: linear-gradient(135deg, #e53935 0%, #c46018 100%);
  margin-bottom: 10px;
}

.xap-career-card h3 {
  margin: 0 0 6px;
  font-size: 20px;
  color: #111827;
}

.xap-career-meta {
  margin: 0 0 8px;
  font-size: 13px;
  color: #9a3412;
}

.xap-career-card p {
  margin: 0;
  font-size: 14px;
  line-height: 1.6;
  color: #475569;
}

.xap-process-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 18px;
}

.xap-process-grid article {
  border: 1px solid #e2e8f0;
  border-radius: 16px;
  padding: 18px;
  background: #ffffff;
  transition: transform .25s ease, box-shadow .25s ease;
}

.xap-process-grid article:hover {
  transform: translateY(-4px);
  box-shadow: 0 14px 24px rgba(15, 23, 42, .10);
}

.xap-process-grid span {
  width: 34px;
  height: 34px;
  border-radius: 999px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: #e53935;
  color: #fff;
  margin-bottom: 8px;
}

.xap-process-grid h3 {
  margin: 0 0 8px;
  font-size: 20px;
  color: #0f172a;
}

.xap-process-grid p {
  margin: 0;
  color: #475569;
  line-height: 1.65;
}

.xap-life-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 14px;
}

.xap-life-grid img {
  width: 100%;
  aspect-ratio: 16 / 10;
  object-fit: cover;
  border-radius: 14px;
  border: 1px solid #e2e8f0;
  transition: transform .28s ease, box-shadow .28s ease;
}

.xap-life-grid img:hover {
  transform: scale(1.02);
  box-shadow: 0 14px 26px rgba(2, 6, 23, .16);
}

@media (max-width: 1399px) {
  .xap-career-grid {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }
}

@media (max-width: 1199px) {
  .xap-career-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .xap-process-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 767px) {
  .xap-career-openings,
  .xap-career-process,
  .xap-career-life {
    padding: 56px 0;
  }

  .xap-career-grid,
  .xap-process-grid,
  .xap-life-grid {
    grid-template-columns: 1fr;
  }
}
