/* =========================
   ABOUT PAGE
   ========================= */

.about-page {
  padding: 120px 0 100px;
}

.about-container {
  max-width: 760px;
  margin: 0 auto;
  padding: 0 24px;
}

.about-header {
  margin-bottom: 48px;
}

.about-header h1 {
  font-size: 32px;
  font-weight: 600;
  letter-spacing: -0.02em;
  margin-bottom: 8px;
}

.about-subtitle {
  font-size: 16px;
  color: var(--text-secondary);
}

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

.about-section h2 {
  font-size: 18px;
  font-weight: 600;
  margin-bottom: 8px;
}

.about-section p {
  font-size: 16px;
  line-height: 1.7;
  color: var(--text-secondary);
  margin-bottom: 12px;
}

.about-section ul {
  margin-left: 20px;
}

.about-section li {
  font-size: 16px;
  line-height: 1.6;
  color: var(--text-secondary);
  margin-bottom: 6px;
}

.about-contact {
  border-top: 1px solid var(--border-dark);
  padding-top: 24px;
}

/* Responsive */
@media (max-width: 768px) {
  .about-page {
    padding: 100px 0 80px;
  }

  .about-header h1 {
    font-size: 26px;
  }
}
