/*
UniMatch - appdesktop/assets/css/footer.css - site footer - css
https://Unimatch.click

@author: Jacopo Siceri, https://www.linkedin.com/in/edoardo-lo-jacono-a55514210/
*/

/* Sicer's footer layout */
.big-footer {
  background-color: white;
  border-top: 1px solid #d2d2d7;
  padding: 3rem 2rem 1rem;
  font-family: -apple-system, BlinkMacSystemFont, sans-serif;
  color: #1d1d1f;
}
.footer-container {
  max-width: 1200px;
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
  gap: 2rem;
  justify-content: flex-start;
}
.footer-column {
  flex: 1 1 180px;
  min-width: 160px;
}
.title-column h2 {
  font-size: 2rem;
  font-weight: 700;
  margin-bottom: 1rem;
}
.footer-column h4 {
  font-size: 1rem;
  margin-bottom: 0.5rem;
  font-weight: 600;
}
.footer-column ul {
  list-style: none;
  padding: 0;
}
.footer-column ul li {
  margin-bottom: 0.4rem;
}
.footer-column ul li a {
  text-decoration: none;
  color: #515154;
  font-size: 0.9rem;
}
.footer-column ul li a:hover {
  text-decoration: underline;
}
.footer-bottom-bar {
  text-align: center;
  font-size: 0.8rem;
  color: #86868b;
  margin-top: 2rem;
  border-top: 1px solid #d2d2d7;
  padding-top: 1rem;
}
/* Sicer's mobile footer layout */
@media (max-width: 768px) {
  .footer-container { flex-direction: column; align-items: flex-start; gap: 0.5rem; }
  .title-column { margin: 0.8rem; }
  .footer-column { margin: 0.5rem; }
}
/* Sicer's dark mode footer */
@media (prefers-color-scheme: dark) {
  .big-footer { background-color: #2c2c2e; color: #f5f5f7; border-top: 1px solid #3a3a3c; }
  .footer-bottom-bar { color: #8e8e93; border-top: 1px solid #3a3a3c; }
  .unimatch-intro h2,
  .unimatch-intro p,
  .footer-column h4,
  .footer-column a { color: #ffffff; }
  .footer-column a:hover { color: #bbbbbb; }
  .big-footer .footer-column a,
  .big-footer .footer-column a:link,
  .big-footer .footer-column a:visited { color: #ffffff !important; }
  .big-footer .footer-column a:hover,
  .big-footer .footer-column a:focus { color: #bbbbbb !important; }
}

/* Prodotto da $1C3Я

███████╗██╗ ██████╗███████╗██████╗
██╔════╝██║██╔════╝██╔════╝██╔══██╗
███████╗██║██║     █████╗  ██████╔╝
╚════██║██║██║     ██╔══╝  ██╔══██╗
███████║██║╚██████╗███████╗██║  ██║
╚══════╝╚═╝ ╚═════╝╚══════╝╚═╝  ╚═╝
2026 */
