
.project-section {
  max-width: 900px;
  margin: 2rem auto;
  padding: 2rem;
  background-color: #f8f9fa;
  border-radius: 12px;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.08);
  font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
  line-height: 1.7;
}


/* ========== Layout ========== */
.project-content {
  max-width: 960px;
  margin: 0 auto;
  padding: 2rem;
}

.project-section {
  margin-bottom: 2.5rem;
}

.project-section h2 {
  font-size: 2rem;
  margin-bottom: 1rem;
  color: #1a1a1a;
}
.project-section h3 {
  font-size: 1.25rem;
  margin-top: 2rem;
  color: #333;
}
.project-content p {
  color: #1a1a1a;
  line-height: 1.6;
  font-size: 1rem;
}

/* ========== Lists ========== */
.project-section ul {
  margin: 1rem 0;
  padding-left: 1.5rem;
}

.project-section ul li {
  margin-bottom: 0.75rem;
}

.project-section code {
  background-color: #eaeaea;
  padding: 0.2rem 0.4rem;
  border-radius: 4px;
  font-size: 0.95em;
}
