.yuanzhi-aboutpage-container {
  font-family: "Arial", sans-serif;
  line-height: 1.6;
  color: #000;
  background-color: #fff;
}

.yuanzhi-aboutpage-hero {
  background: linear-gradient(rgba(1, 68, 122, 0.8), rgba(1, 68, 122, 0.8)),
    url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 1200 600"><rect fill="%2301447a" width="1200" height="600"/><circle fill="%23dc151a" opacity="0.1" cx="200" cy="150" r="100"/><circle fill="%23dc151a" opacity="0.1" cx="800" cy="300" r="150"/><circle fill="%23dc151a" opacity="0.1" cx="1000" cy="100" r="80"/></svg>');
  background-size: cover;
  background-position: center;
  color: #fff;
  text-align: center;
  padding: 100px 20px;
  position: relative;
}

.yuanzhi-aboutpage-hero h1 {
  font-size: 3.5rem;
  font-weight: 700;
  margin-bottom: 20px;
  text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.3);
}

.yuanzhi-aboutpage-hero p {
  font-size: 1.3rem;
  max-width: 800px;
  margin: 0 auto;
  text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.3);
}

.yuanzhi-aboutpage-content {
  /* max-width: 1200px; */
  margin: 0 auto;
  padding: 0 20px;
  margin-left: 50px;
  margin-right: 50px;
}

.yuanzhi-aboutpage-section {
  margin: 80px 0;
}

.yuanzhi-aboutpage-section-title {
  color: #01447a;
  font-size: 2.5rem;
  font-weight: 700;
  margin-bottom: 30px;
  text-align: center;
  position: relative;
}

.yuanzhi-aboutpage-section-title::after {
  content: "";
  position: absolute;
  bottom: -10px;
  left: 50%;
  transform: translateX(-50%);
  width: 80px;
  height: 4px;
  background-color: #dc151a;
}

.yuanzhi-aboutpage-project-overview {
  background: #f8f9fa;
  padding: 50px 30px;
  border-radius: 15px;
  margin-bottom: 60px;
  box-shadow: 0 5px 20px rgba(0, 0, 0, 0.1);
}

.yuanzhi-aboutpage-project-text {
  font-size: 1.1rem;
  margin-bottom: 30px;
  text-align: justify;
}

.yuanzhi-aboutpage-objective {
  background: #01447a;
  color: #fff;
  padding: 30px;
  border-radius: 10px;
  font-size: 1.1rem;
  text-align: center;
}

.yuanzhi-aboutpage-services {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  gap: 30px;
  margin-top: 50px;
}

.yuanzhi-aboutpage-service-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-aboutpage-service-card:hover {
  transform: translateY(-10px);
  box-shadow: 0 15px 30px rgba(0, 0, 0, 0.15);
}

.yuanzhi-aboutpage-service-title {
  color: #dc151a;
  font-size: 1.4rem;
  font-weight: 700;
  margin-bottom: 20px;
  text-align: center;
}

.yuanzhi-aboutpage-service-list {
  list-style: none;
}

.yuanzhi-aboutpage-service-list li {
  padding: 8px 0;
  border-bottom: 1px solid #eee;
  position: relative;
  padding-left: 20px;
}

.yuanzhi-aboutpage-service-list li::before {
  content: "✓";
  position: absolute;
  left: 0;
  color: #dc151a;
  font-weight: bold;
}

.yuanzhi-aboutpage-mission-vision {
  background: linear-gradient(135deg, #01447a 0%, #01447a 100%);
  color: #fff;
  padding: 60px 40px;
  border-radius: 20px;
  margin: 60px 0;
}

.yuanzhi-aboutpage-mv-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(400px, 1fr));
  gap: 50px;
  margin-top: 40px;
}

.yuanzhi-aboutpage-mv-card {
  background: rgba(255, 255, 255, 0.1);
  padding: 30px;
  border-radius: 15px;
  backdrop-filter: blur(10px);
}

.yuanzhi-aboutpage-mv-title {
  color: #dc151a;
  font-size: 1.8rem;
  font-weight: 700;
  margin-bottom: 20px;
  text-align: center;
}

.yuanzhi-aboutpage-vision-list {
  list-style: none;
}

.yuanzhi-aboutpage-vision-list li {
  padding: 10px 0;
  position: relative;
  padding-left: 25px;
}

.yuanzhi-aboutpage-vision-list li::before {
  content: "▶";
  position: absolute;
  left: 0;
  color: #dc151a;
}

.yuanzhi-aboutpage-why-choose {
  background: #f8f9fa;
  padding: 60px 40px;
  border-radius: 20px;
}

.yuanzhi-aboutpage-reasons {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(350px, 1fr));
  gap: 30px;
  margin-top: 40px;
}

.yuanzhi-aboutpage-reason-card {
  background: #fff;
  padding: 25px;
  border-radius: 12px;
  border-left: 5px solid #dc151a;
  box-shadow: 0 3px 10px rgba(0, 0, 0, 0.1);
  transition: all 0.3s ease;
}

.yuanzhi-aboutpage-reason-card:hover {
  transform: translateX(10px);
  box-shadow: 0 5px 20px rgba(0, 0, 0, 0.15);
}

.yuanzhi-aboutpage-reason-title {
  color: #01447a;
  font-size: 1.3rem;
  font-weight: 700;
  margin-bottom: 10px;
}

.yuanzhi-aboutpage-intro-text {
  color: #01447a;
  font-size: 1.2rem;
  font-weight: 600;
  text-align: center;
  margin-bottom: 40px;
}

@media (max-width: 768px) {
  .yuanzhi-aboutpage-hero h1 {
    font-size: 2.5rem;
  }

  .yuanzhi-aboutpage-hero p {
    font-size: 1.1rem;
  }

  .yuanzhi-aboutpage-section-title {
    font-size: 2rem;
  }

  .yuanzhi-aboutpage-services {
    grid-template-columns: 1fr;
  }

  .yuanzhi-aboutpage-mv-grid {
    grid-template-columns: 1fr;
  }

  .yuanzhi-aboutpage-reasons {
    grid-template-columns: 1fr;
  }

  .yuanzhi-aboutpage-hero {
    padding: 60px 20px;
  }

  .yuanzhi-aboutpage-project-overview,
  .yuanzhi-aboutpage-mission-vision,
  .yuanzhi-aboutpage-why-choose {
    padding: 40px 20px;
  }

  .yuanzhi-aboutpage-content {
    /* max-width: 1200px; */
    margin: 0 auto;
    padding: 0 20px;
    margin-left: 10px;
    margin-right: 10px;
  }
}

@media (max-width: 480px) {
  .yuanzhi-aboutpage-hero h1 {
    font-size: 2rem;
  }

  .yuanzhi-aboutpage-section-title {
    font-size: 1.8rem;
  }

  .yuanzhi-aboutpage-mv-grid {
    grid-template-columns: 1fr;
    gap: 30px;
  }
}
