@charset "UTF-8";

/* Footer istituzionale SICOB Pisa 2026: isolato dal resto delle pagine. */
.site-footer {
  position: relative;
  isolation: isolate;
  box-sizing: border-box;
  width: 100%;
  margin: 0;
  padding: 0;
  color: #fff;
  background: #061834 url("../images/murrine-background.png") center 57% / cover no-repeat;
  font-family: "Manrope", Arial, sans-serif;
}

.site-footer::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -1;
  background: linear-gradient(135deg, rgba(4, 18, 43, .94), rgba(8, 39, 76, .88));
}

.site-footer,
.site-footer * { box-sizing: border-box; }

.site-footer .footer-wrap {
  display: block !important;
  width: calc(100% - 40px);
  max-width: 1180px;
  margin: 0 auto;
  padding: 0;
  text-align: center;
  text-shadow: none;
}

.site-footer .footer-main {
  display: flex;
  align-items: center;
  flex-direction: column;
  justify-content: center;
  width: 100%;
  gap: 24px;
  padding: 34px 0 29px;
  text-align: center;
}

.site-footer .footer-event {
  display: grid;
  justify-items: center;
  gap: 7px;
  min-width: 0;
  margin: 0;
  padding: 0;
}

.site-footer .footer-kicker {
  margin: 0;
  color: #a9d9e9;
  font-size: 11px;
  font-weight: 800;
  line-height: 1.4;
  letter-spacing: .14em;
  text-transform: uppercase;
}

.site-footer .footer-event strong {
  display: block;
  max-width: 520px;
  margin: 0;
  color: #fff;
  font-size: clamp(18px, 2.2vw, 25px);
  font-weight: 800;
  line-height: 1.24;
  letter-spacing: -.015em;
}

.site-footer .footer-links {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  flex-wrap: wrap;
  margin: 0;
  padding: 0;
}

.site-footer .footer-links a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 7px;
  min-height: 42px;
  margin: 0;
  padding: 0 15px;
  border: 1px solid rgba(255, 255, 255, .25);
  border-radius: 10px;
  color: #fff;
  background: transparent;
  font-size: 12px;
  font-weight: 800;
  line-height: 1.35;
  text-decoration: none;
  transition: background .2s ease, border-color .2s ease, transform .2s ease;
}

.site-footer .footer-links a:first-child { background: rgba(255, 255, 255, .1); }
.site-footer .footer-links a span { color: #bdd4df; font-weight: 600; }
.site-footer .footer-links svg { width: 10px; height: 10px; fill: currentColor; flex: 0 0 auto; }

.site-footer .footer-links a:hover,
.site-footer .footer-links a:focus-visible {
  border-color: rgba(255, 255, 255, .62);
  color: #fff;
  background: rgba(255, 255, 255, .17);
  text-decoration: none;
  transform: translateY(-1px);
}

.site-footer .footer-legal {
  margin: 0;
  padding: 17px 0 19px;
  border-top: 1px solid rgba(255, 255, 255, .16);
  color: #b9c9d6;
  font-size: 11px;
  font-weight: 400;
  line-height: 1.5;
  letter-spacing: .025em;
  text-align: center;
}

@media (max-width: 760px) {
  .site-footer .footer-main { gap: 22px; padding: 28px 0 24px; }
  .site-footer .footer-event strong { font-size: 20px; }
}

@media (max-width: 480px) {
  .site-footer .footer-links { align-items: stretch; flex-direction: column; width: 100%; }
  .site-footer .footer-links a { width: 100%; }
}
