
.company-overview {
  background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
  color: white;
  border-radius: 24px;
  padding: 50px 40px;
  margin-bottom: 60px;
  box-shadow: 0 12px 40px rgba(102, 126, 234, 0.3);
}

.overview-content {
  max-width: 800px;
  margin: 0 auto;
}

.overview-content h2 {
  font-size: 36px;
  font-weight: 700;
  margin-bottom: 24px;
  text-align: center;
}

.overview-content p {
  font-size: 20px;
  line-height: 1.6;
  margin-bottom: 0;
  text-align: center;
  opacity: 0.95;
}

.content-section {
  margin-bottom: 80px;
}

.section-header {
  display: flex;
  align-items: center;
  margin-bottom: 40px;
  padding-bottom: 20px;
  border-bottom: 2px solid #e5e5e7;
}

.section-icon {
  width: 60px;
  height: 60px;
  background: linear-gradient(135deg, #007AFF 0%, #5856D6 100%);
  border-radius: 16px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 24px;
  color: white;
  font-size: 24px;
}

.section-title {
  font-size: 36px;
  font-weight: 700;
  color: #1d1d1f;
}

.basic-info-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  gap: 30px;
  margin-bottom: 40px;
}

.info-card {
  background-color: white;
  border-radius: 18px;
  padding: 30px;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.05);
  transition: all 0.3s ease;
}

.info-card:hover {
  transform: translateY(-10px);
  box-shadow: 0 12px 40px rgba(0, 0, 0, 0.1);
}

.info-card .card-header {
  display: flex;
  align-items: center;
  margin-bottom: 20px;
}

.card-number {
  width: 40px;
  height: 40px;
  background: linear-gradient(135deg, #34c759 0%, #32d74b 100%);
  border-radius: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: white;
  font-weight: 700;
  font-size: 20px;
  margin-right: 16px;
}

.info-card h3 {
  font-size: 22px;
  font-weight: 600;
  color: #1d1d1f;
}

.info-card p {
  color: #515154;
  line-height: 1.6;
}

.team-stats {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
  gap: 30px;
  margin-bottom: 40px;
}

.stat-item {
  background-color: white;
  border-radius: 18px;
  padding: 30px;
  text-align: center;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.05);
}

.stat-number {
  font-size: 48px;
  font-weight: 700;
  background: linear-gradient(135deg, #007AFF 0%, #5856D6 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  margin-bottom: 10px;
}

.stat-label {
  font-size: 18px;
  color: #86868b;
}

.team-features {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  gap: 30px;
}

.feature-item {
  background-color: white;
  border-radius: 18px;
  padding: 30px;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.05);
}

.feature-icon {
  width: 50px;
  height: 50px;
  background: linear-gradient(135deg, #ff9500 0%, #ff5e3a 100%);
  border-radius: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: white;
  font-size: 20px;
  margin-bottom: 20px;
}

.feature-item h3 {
  font-size: 22px;
  font-weight: 600;
  margin-bottom: 16px;
  color: #1d1d1f;
}

.feature-item p {
  color: #515154;
  line-height: 1.6;
}

.certificates-container {
  background-color: white;
  border-radius: 24px;
  padding: 40px;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.05);
  margin-bottom: 40px;
}

.certificate-header {
  text-align: center;
  margin-bottom: 40px;
}

.certificate-badge {
  display: inline-block;
  background: linear-gradient(135deg, #ff2d55 0%, #ff375f 100%);
  color: white;
  padding: 10px 24px;
  border-radius: 24px;
  font-size: 20px;
  font-weight: 600;
  margin-bottom: 20px;
}

.certificates-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  gap: 30px;
}

.certificate-card {
  border: 2px solid #f0f0f0;
  border-radius: 16px;
  padding: 30px;
  transition: all 0.3s ease;
  display: flex;
  align-items: flex-start;
}

.certificate-card:hover {
  border-color: #007AFF;
  transform: translateY(-5px);
  box-shadow: 0 8px 24px rgba(0, 122, 255, 0.1);
}

.certificate-icon {
  width: 50px;
  height: 50px;
  background-color: rgba(0, 122, 255, 0.1);
  border-radius: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #007AFF;
  font-size: 20px;
  margin-right: 20px;
  flex-shrink: 0;
}

.certificate-content h3 {
  font-size: 20px;
  font-weight: 600;
  margin-bottom: 10px;
  color: #1d1d1f;
}

.certificate-content p {
  color: #515154;
  line-height: 1.5;
}

.values-section {
  margin-top: 80px;
}

.values-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
  gap: 30px;
}

.value-card {
  background-color: white;
  border-radius: 18px;
  padding: 40px 30px;
  text-align: center;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.05);
  transition: all 0.3s ease;
}

.value-card:hover {
  transform: translateY(-10px);
  box-shadow: 0 12px 40px rgba(0, 0, 0, 0.1);
}

.value-icon {
  width: 70px;
  height: 70px;
  background: linear-gradient(135deg, #5856D6 0%, #AF52DE 100%);
  border-radius: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: white;
  font-size: 28px;
  margin: 0 auto 24px;
}

.value-card h3 {
  font-size: 24px;
  font-weight: 600;
  margin-bottom: 16px;
  color: #1d1d1f;
}

.value-card p {
  color: #515154;
  line-height: 1.6;
}

@media (max-width: 768px) {
  .container {
    padding-top: 20px !important;
  }
  #common-header .header-container {
    padding: 0 20px !important;
  }
  .content-section {
    margin-bottom: 20px;
  }
  .values-section {
    margin-top: 20px;
  }
  .company-overview {
    padding: 30px 20px;
    margin-bottom: 40px;
  }

  .overview-content h2 {
    font-size: 28px;
  }

  .overview-content p {
    font-size: 16px;
  }

  .section-header {
    flex-direction: column;
    text-align: center;
    margin-bottom: 30px;
  }

  .section-icon {
    margin-right: 0;
    margin-bottom: 16px;
  }

  .section-title {
    font-size: 28px;
  }

  .basic-info-grid,
  .team-features,
  .certificates-grid,
  .values-grid {
    grid-template-columns: 1fr;
    gap: 20px;
  }

  .team-stats {
    grid-template-columns: repeat(2, 1fr);
    gap: 15px;
  }

  .stat-item {
    padding: 20px;
  }

  .stat-number {
    font-size: 36px;
  }

  .info-card,
  .feature-item,
  .certificate-card {
    padding: 24px;
  }

  .certificates-container {
    padding: 24px;
  }
}
