/*==========================================
        CAREER PAGE STYLES
===========================================*/

/*==========================================
        WHY JOIN US
===========================================*/

.career-why-section {
  background: #f8f9fa;
  padding: 100px 0;
}

.career-why-header {
  text-align: center;
  max-width: 600px;
  margin: 0 auto 60px;
}

.career-why-header .section-title {
  font-size: 38px;
  font-weight: 800;
  color: #14181b;
  margin: 12px 0 12px;
  line-height: 1.2;
}

.career-why-header .section-desc {
  font-size: 16px;
  color: #666;
  line-height: 1.7;
}

.career-why-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 24px;
}

.career-why-card {
  background: #fff;
  border-radius: 16px;
  padding: 36px 28px;
  box-shadow: 0 4px 20px rgba(0, 0, 0, .04);
  transition: .35s;
  text-align: center;
}

.career-why-card:hover {
  transform: translateY(-6px);
  box-shadow: 0 12px 40px rgba(0, 0, 0, .1);
}

.career-why-icon {
  width: 56px;
  height: 56px;
  background: rgba(245, 130, 17, .1);
  border-radius: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto 20px;
  color: #FDC900;
}

.career-why-icon i {
  width: 26px;
  height: 26px;
}

.career-why-card h4 {
  font-size: 18px;
  font-weight: 700;
  color: #14181b;
  margin: 0 0 12px;
}

.career-why-card p {
  font-size: 14px;
  color: #666;
  line-height: 1.7;
  margin: 0;
}

/*==========================================
        OUR CULTURE
===========================================*/

.career-culture-section {
  position: relative;
  padding: 100px 0;
  overflow: hidden;
}

.career-culture-bg {
  position: absolute;
  inset: 0;
  z-index: 0;
}

.career-culture-bg img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.career-culture-bg::after {
  content: '';
  position: absolute;
  inset: 0;
  background: linear-gradient(135deg, rgba(11, 13, 14, .93), rgba(11, 13, 14, .88));
}

.career-culture-section .wrap {
  position: relative;
  z-index: 2;
}

.career-culture-flex {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 60px;
  align-items: center;
}

.career-culture-content .csr-badge {
  background: rgba(245, 130, 17, .2);
}

.career-culture-content .csr-title {
  color: #fff;
}

.career-culture-content .csr-text {
  color: rgba(255, 255, 255, .75);
}

.career-culture-values {
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.career-culture-value {
  display: flex;
  gap: 16px;
  align-items: flex-start;
  background: rgba(255, 255, 255, .06);
  border: 1px solid rgba(255, 255, 255, .1);
  border-radius: 12px;
  padding: 20px 24px;
  transition: .35s;
}

.career-culture-value:hover {
  background: rgba(255, 255, 255, .12);
  transform: translateX(6px);
}

.career-culture-value-icon {
  width: 44px;
  height: 44px;
  min-width: 44px;
  background: rgba(245, 130, 17, .2);
  border-radius: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #FDC900;
}

.career-culture-value-icon i {
  width: 20px;
  height: 20px;
}

.career-culture-value h4 {
  font-size: 16px;
  font-weight: 700;
  color: #fff;
  margin: 0 0 4px;
}

.career-culture-value p {
  font-size: 14px;
  color: rgba(255, 255, 255, .7);
  line-height: 1.6;
  margin: 0;
}

/*==========================================
        JOB OPENINGS
===========================================*/

.career-openings-section {
  background: #fff;
  padding: 100px 0;
}

.career-openings-header {
  text-align: center;
  max-width: 600px;
  margin: 0 auto 60px;
}

.career-openings-header .section-title {
  font-size: 38px;
  font-weight: 800;
  color: #14181b;
  margin: 12px 0 12px;
  line-height: 1.2;
}

.career-openings-header .section-desc {
  font-size: 16px;
  color: #666;
  line-height: 1.7;
}

.career-openings-list {
  display: flex;
  flex-direction: column;
  gap: 16px;
  max-width: 900px;
  margin: 0 auto;
}

.career-opening-card {
  display: flex;
  justify-content: space-between;
  align-items: center;
  background: #f8f9fa;
  border-radius: 12px;
  padding: 24px 32px;
  box-shadow: 0 4px 20px rgba(0, 0, 0, .04);
  transition: .35s;
}

.career-opening-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 8px 30px rgba(0, 0, 0, .1);
}

.career-opening-info {
  display: flex;
  align-items: center;
  gap: 20px;
}

.career-opening-icon {
  width: 48px;
  height: 48px;
  background: rgba(245, 130, 17, .1);
  border-radius: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #FDC900;
  flex-shrink: 0;
}

.career-opening-icon i {
  width: 22px;
  height: 22px;
}

.career-opening-info h4 {
  font-size: 17px;
  font-weight: 700;
  color: #14181b;
  margin: 0 0 8px;
}

.career-opening-meta {
  display: flex;
  gap: 20px;
  flex-wrap: wrap;
}

.career-opening-meta span {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  font-size: 13px;
  color: #999;
}

.career-opening-meta span i {
  width: 14px;
  height: 14px;
}

.btn-sm {
  padding: 10px 20px;
  font-size: 13px;
}

/*==========================================
        CAREER CTA
===========================================*/

.career-cta-section {
  position: relative;
  padding: 100px 0;
  text-align: center;
  overflow: hidden;
}

.career-cta-bg {
  position: absolute;
  inset: 0;
  z-index: 0;
}

.career-cta-bg img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.career-cta-bg::after {
  content: '';
  position: absolute;
  inset: 0;
  background: linear-gradient(135deg, rgba(11, 13, 14, .92), rgba(11, 13, 14, .85));
}

.career-cta-content {
  position: relative;
  z-index: 2;
  max-width: 700px;
  margin: 0 auto;
}

.career-cta-content h2 {
  font-size: 38px;
  font-weight: 800;
  color: #fff;
  margin: 0 0 16px;
  line-height: 1.2;
}

.career-cta-content p {
  font-size: 16px;
  color: rgba(255, 255, 255, .75);
  line-height: 1.8;
  margin-bottom: 32px;
}

/*==========================================
        RESPONSIVE
===========================================*/

@media (max-width: 992px) {
  .career-why-grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .career-culture-flex {
    grid-template-columns: 1fr;
    gap: 40px;
  }
}

@media (max-width: 768px) {
  .career-why-section,
  .career-culture-section,
  .career-openings-section,
  .career-cta-section {
    padding: 60px 0;
  }

  .career-why-header .section-title,
  .career-cta-content h2 {
    font-size: 28px;
  }

  .career-why-grid {
    grid-template-columns: 1fr;
  }

  .career-opening-card {
    flex-direction: column;
    gap: 16px;
    text-align: center;
    align-items: center;
  }

  .career-opening-info {
    flex-direction: column;
  }

  .career-opening-meta {
    justify-content: center;
  }
}
