.page-intro h1 {
  font-size: 2.5rem;
  margin-bottom: 1rem;
}

.intro-text {
  font-size: 1.1rem;
  color: #4b5563;
}

/* Footer */
.footer {
  background: #1f2937;
  color: white;
  padding: 3rem 1rem 1rem 1rem;
  margin-top: 4rem;
}

.footer-container {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 2rem;
}

.footer-info {
  max-width: 300px;
}

.footer-info p {
  font-size: 0.95rem;
  color: #d1d5db;
}

.footer-links h4 {
  margin-bottom: 1rem;
}

.footer-links ul {
  list-style: none;
}

.footer-links li {
  margin-bottom: 0.5rem;
}

.footer-links a {
  color: #d1d5db;
  text-decoration: none;
  font-size: 0.95rem;
}

.footer-links a:hover {
  text-decoration: underline;
}

.footer-bottom {
  text-align: center;
  margin-top: 2rem;
  font-size: 0.85rem;
  color: #9ca3af;
}

/* Responsive */
@media (max-width: 768px) {
  .footer-container {
    flex-direction: column;
    gap: 2rem;
  }
}
