/*
UniMatch - footer style
https://Unimatch.click
 
@author:  Jacopo Siceri, https://www.linkedin.com/in/edoardo-lo-jacono-a55514210/
*/
/* Sicer's Foter */
.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;
}
.glass a img.icon {
  width: 20px;
  height: 20px;
  vertical-align: middle;
  filter: invert(0); 
  transition: transform 0.2s ease;
}

.glass a:hover img.icon {
  transform: scale(1.1); 
}

/* Sicer's Footer media settings */
@media (max-width: 768px) {
  .footer-container {
    flex-direction: column;
    align-items: flex-start;
  }
  .title-column {
    margin: 1rem;
  }
  .footer-column {
    margin: 0.5rem;
  }
  .title-column {
    margin: 0.8rem; 
  }
  .footer-container {
    gap: 0.5rem; 
  }
}

/* Sicer's media settings dark teme */
@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; /* testo chiaro per leggibilità */
  }

  .footer-column a:hover {
    color: #bbbbbb; /* leggero grigio per hover in dark mode */
  }
    .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Я

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