#about {
  padding: 16px;
  max-width: 600px;
  margin: 0 auto;
}

#about section {
  margin-bottom: 32px;
}

#about h2 {
  font-size: 16px;
  font-weight: bold;
  color: #1a1a1a;
  border-left: 4px solid #1a1a1a;
  padding-left: 10px;
  margin-bottom: 12px;
}

#about p {
  font-size: 14px;
  color: #444;
  line-height: 1.7;
}

#about ul {
  list-style: none;
}

#about ul li {
  font-size: 14px;
  color: #444;
  line-height: 1.7;
  padding: 6px 0;
  border-bottom: 1px solid #f0f0f0;
  display: flex;
  align-items: baseline;
  gap: 8px;
}

.feature-label {
  font-size: 12px;
  font-weight: bold;
  background: #1a1a1a;
  color: #fff;
  padding: 2px 8px;
  border-radius: 4px;
  flex-shrink: 0;
}

.request-btn {
  display: block;
  margin-top: 12px;
  background: #1a1a1a;
  color: #fff;
  text-align: center;
  padding: 12px;
  border-radius: 8px;
  text-decoration: none;
  font-size: 14px;
}

.back-bar {
  display: block;
  background: #2a2a2a;
  color: #f0c040;
  font-size: 14px;
  padding: 10px 16px;
  text-decoration: none;
  flex-shrink: 0;
}
