.about-content {
  background: rgba(255, 255, 255, 0.98);
  color: #222;
  max-width: 950px;
  margin: 4rem auto;
  padding: 4rem;
  border-radius: 24px;
  box-shadow: 0 20px 60px rgba(0, 0, 0, 0.15);
  text-align: left;
  line-height: 1.8;
  position: relative;
  overflow: hidden;
}

.about-content::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 6px;
  background: linear-gradient(90deg, #667eea, #764ba2);
}

.about-content h1 {
  color: #667eea;
  font-size: 3rem;
  margin-bottom: 2.5rem;
  text-align: center;
  font-weight: 800;
  letter-spacing: -0.5px;
}

.about-content h2 {
  color: #4f46e5;
  font-size: 1.9rem;
  margin-top: 3rem;
  margin-bottom: 1.5rem;
  border-bottom: 2px solid #e0e7ff;
  padding-bottom: 10px;
  font-weight: 700;
}

.about-content p,
.about-content ul {
  font-size: 1.15rem;
  margin-bottom: 1.5rem;
  color: #4b5563;
}

.about-content ul {
  list-style-type: none;
  padding-left: 0;
}

.about-content li {
  padding: 10px 0;
  padding-left: 25px;
  position: relative;
}

.about-content li::before {
  content: '✓';
  position: absolute;
  left: 0;
  color: #667eea;
  font-weight: bold;
}

.about-content strong {
  color: #667eea;
  font-weight: 600;
}
