/* Footer Section Styles */
.footer-section {
  background: #181818;
  color: #fff;
  padding: 2.5rem 2rem 1.5rem 2rem;
  text-align: center;
  font-size: 1rem;
  border-top: 1px solid #232526;
}
.footer-section .footer-logo {
  font-size: 1.3rem;
  font-weight: bold;
  color: #ff4d4f;
  margin-bottom: 0.5rem;
  display: inline-block;
}
.footer-section .footer-links {
  margin: 1rem 0 0.5rem 0;
}
.footer-section .footer-links a {
  color: #ff4d4f;
  margin: 0 0.7rem;
  text-decoration: none;
  font-weight: 500;
  transition: color 0.18s;
}
.footer-section .footer-links a:hover {
  color: #fff;
}
.footer-section .footer-copy {
  color: #aaa;
  font-size: 0.95rem;
  margin-top: 0.7rem;
}
