.yuanzhi-careerspage-container {
  font-family: "Arial", sans-serif;
  line-height: 1.6;
  color: #000;
  background-color: #fff;
}

.yuanzhi-careerspage-hero {
  background: linear-gradient(rgba(1, 67, 122, 0.396), rgba(1, 67, 122, 0.555)),
    url("../assets/banner/2.jpg");
  background-size: cover;
  background-position: center;
  color: #fff;
  text-align: center;
  padding: 120px 20px;
  position: relative;
  margin-top: 80px;
}

.yuanzhi-careerspage-hero h1 {
  font-size: 3.5rem;
  font-weight: 700;
  margin-bottom: 20px;
  text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.3);
}

.yuanzhi-careerspage-hero p {
  font-size: 1.3rem;
  max-width: 800px;
  margin: 0 auto;
  text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.3);
}

.yuanzhi-careerspage-content {
  max-width: 1800px;
  margin: 0 auto;
  padding: 0 20px;
}

.yuanzhi-careerspage-section {
  margin: 80px 0;
}

.yuanzhi-careerspage-section-title {
  color: #01447a;
  font-size: 2.5rem;
  font-weight: 700;
  margin-bottom: 30px;
  text-align: center;
  position: relative;
}

.yuanzhi-careerspage-section-title::after {
  content: "";
  position: absolute;
  bottom: -10px;
  left: 50%;
  transform: translateX(-50%);
  width: 80px;
  height: 4px;
  background-color: #dc151a;
}

.yuanzhi-careerspage-culture {
  background: #f8f9fa;
  padding: 60px 40px;
  border-radius: 20px;
  margin: 60px 0;
}

.yuanzhi-careerspage-culture-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: 30px;
  margin-top: 40px;
}

.yuanzhi-careerspage-culture-card {
  background: #fff;
  padding: 30px;
  border-radius: 15px;
  text-align: center;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
  transition: all 0.3s ease;
  border-top: 4px solid #dc151a;
}

.yuanzhi-careerspage-culture-card:hover {
  transform: translateY(-10px);
  box-shadow: 0 15px 30px rgba(0, 0, 0, 0.15);
}

.yuanzhi-careerspage-culture-icon {
  font-size: 3rem;
  color: #01447a;
  margin-bottom: 20px;
}

.yuanzhi-careerspage-culture-title {
  color: #01447a;
  font-size: 1.4rem;
  font-weight: 700;
  margin-bottom: 15px;
}

.yuanzhi-careerspage-benefits {
  background: linear-gradient(135deg, #01447a 0%, #01447a 100%);
  color: #fff;
  padding: 60px 40px;
  border-radius: 20px;
  margin: 60px 0;
}

.yuanzhi-careerspage-benefits-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  gap: 30px;
  margin-top: 40px;
}

.yuanzhi-careerspage-benefit-card {
  background: rgba(255, 255, 255, 0.1);
  padding: 25px;
  border-radius: 12px;
  backdrop-filter: blur(10px);
  border-left: 4px solid #dc151a;
}

.yuanzhi-careerspage-benefit-title {
  color: #dc151a;
  font-size: 1.3rem;
  font-weight: 700;
  margin-bottom: 10px;
}

.yuanzhi-careerspage-openings {
  margin: 80px 0;
}

.yuanzhi-careerspage-job-grid {
  display: grid;
  gap: 25px;
  margin-top: 40px;
}

.yuanzhi-careerspage-job-card {
  background: #fff;
  border: 2px solid #01447a;
  border-radius: 15px;
  padding: 30px;
  transition: all 0.3s ease;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
}

.yuanzhi-careerspage-job-card:hover {
  transform: translateX(10px);
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.15);
}

.yuanzhi-careerspage-job-header {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  margin-bottom: 20px;
  flex-wrap: wrap;
  gap: 15px;
}

.yuanzhi-careerspage-job-title {
  color: #01447a;
  font-size: 1.5rem;
  font-weight: 700;
}

.yuanzhi-careerspage-job-type {
  background: #dc151a;
  color: #fff;
  padding: 5px 15px;
  border-radius: 20px;
  font-size: 0.9rem;
  font-weight: 600;
}

.yuanzhi-careerspage-job-details {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
  gap: 15px;
  margin-bottom: 20px;
}

.yuanzhi-careerspage-job-detail {
  color: #666;
  font-weight: 600;
}

.yuanzhi-careerspage-job-detail span {
  color: #01447a;
  font-weight: 700;
}

.yuanzhi-careerspage-job-description {
  margin-bottom: 20px;
  color: #444;
}

.yuanzhi-careerspage-requirements {
  margin-bottom: 25px;
}

.yuanzhi-careerspage-requirements h4 {
  color: #01447a;
  font-size: 1.1rem;
  margin-bottom: 10px;
}

.yuanzhi-careerspage-requirements ul {
  list-style: none;
  padding-left: 0;
}

.yuanzhi-careerspage-requirements li {
  padding: 5px 0;
  position: relative;
  padding-left: 20px;
}

.yuanzhi-careerspage-requirements li::before {
  content: "•";
  position: absolute;
  left: 0;
  color: #dc151a;
  font-weight: bold;
  font-size: 1.2rem;
}

.yuanzhi-careerspage-apply-btn {
  background: #dc151a;
  color: #fff;
  border: none;
  padding: 12px 25px;
  border-radius: 8px;
  font-size: 1rem;
  font-weight: 600;
  cursor: pointer;
  transition: all 0.3s ease;
}

.yuanzhi-careerspage-apply-btn:hover {
  background: #b01115;
  transform: translateY(-2px);
  box-shadow: 0 5px 15px rgba(220, 21, 26, 0.3);
}

.yuanzhi-careerspage-application {
  background: #f8f9fa;
  padding: 60px 40px;
  border-radius: 20px;
  text-align: center;
}

.yuanzhi-careerspage-contact-info {
  margin-top: 30px;
  font-size: 1.1rem;
}

.yuanzhi-careerspage-contact-info a {
  color: #dc151a;
  text-decoration: none;
  font-weight: 600;
}

.yuanzhi-careerspage-contact-info a:hover {
  text-decoration: underline;
}

@media (max-width: 768px) {
  .yuanzhi-careerspage-hero {
    margin-top: 50px;
  }
  .yuanzhi-careerspage-hero h1 {
    font-size: 2.5rem;
  }

  .yuanzhi-careerspage-hero p {
    font-size: 1.1rem;
  }

  .yuanzhi-careerspage-section-title {
    font-size: 2rem;
  }

  .yuanzhi-careerspage-culture-grid {
    grid-template-columns: 1fr;
  }

  .yuanzhi-careerspage-benefits-grid {
    grid-template-columns: 1fr;
  }

  .yuanzhi-careerspage-job-header {
    flex-direction: column;
    align-items: flex-start;
  }

  .yuanzhi-careerspage-job-details {
    grid-template-columns: 1fr;
  }

  .yuanzhi-careerspage-hero {
    padding: 80px 20px;
  }

  .yuanzhi-careerspage-culture,
  .yuanzhi-careerspage-benefits,
  .yuanzhi-careerspage-application {
    padding: 40px 20px;
  }
}

@media (max-width: 480px) {
  .yuanzhi-careerspage-hero h1 {
    font-size: 2rem;
  }

  .yuanzhi-careerspage-section-title {
    font-size: 1.8rem;
  }

  .yuanzhi-careerspage-job-card {
    padding: 20px;
  }
}
