.about-page {
  max-width: 780px;
  margin: 50px auto;
  padding: 40px 30px;
  background: #161616;
  border-radius: 16px;
  box-shadow: 0 0 30px rgba(20, 20, 20, 0.05);
  color: #e0e0e0;
  font-family: 'Segoe UI', sans-serif;
  line-height: 1.8;
  animation: fadeIn 0.6s ease-out;
}

.about-page h1 {
  font-size: 2.4em;
  color: #00ffff;
  margin-bottom: 25px;
  text-align: center;
  text-shadow: 0 0 6px #00ffff55;
}

.about-page p {
  margin-bottom: 22px;
  font-size: 1.05em;
}

.about-page a {
  color: #00ffff;
  text-decoration: underline;
  transition: color 0.2s ease;
}

.about-page a:hover {
  color: #00e0e0;
}

.about-page strong {
  font-weight: 600;
  color: #ffffff;
}

.about-page .accent {
  color: #00ffff;
  font-weight: bold;
}

.about-page .highlight {
  color: #00e3ff;
  font-weight: 500;
}

.about-page .thanks {
  margin-top: 40px;
  font-size: 1.2em;
  font-style: italic;
  color: #bbbbbb;
  text-align: center;
}

.feature-list {
  list
