.footer-section {
  background: #f5f5f5;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 60px 20px;
  height: 40vh; /* gives scroll runway */
  text-align: center;
}

.footer-inner p {
  font-size: 0.95rem;
  opacity: 0.6;
}
