/* MurphFin — footer.css */

/* ═══════ 18. FOOTER ═══════ */

/* Auth: footer resta nell'area contenuto, a destra della sidebar */
.app-auth .fisit-footer .container {
  max-width: 100%;
  padding: 0 2rem;
}
.fisit-footer { background: var(--brand-navy-dark); color: #fff; }
.fisit-footer-bar-top { height: 4px; background: var(--brand-red); }
.fisit-footer-brand { font-family: 'Montserrat', sans-serif; font-size: 28px; font-weight: 800; color: #fff; letter-spacing: -1px; margin-bottom: 16px; }
.fisit-footer-brand span { color: var(--brand-red); }
.fisit-footer-tagline { font-size: 13px; color: rgba(255,255,255,0.5); line-height: 1.8; }
.fisit-footer-tagline a { color: rgba(255,255,255,0.5); text-decoration: none; }
.fisit-footer-tagline a:hover { color: #fff; }
.fisit-footer-heading { font-size: 11px; font-weight: 700; text-transform: uppercase; letter-spacing: 1.5px; color: var(--brand-red); margin-bottom: 18px; }
.fisit-footer-links { list-style: none; padding: 0; margin: 0; display: flex; flex-direction: column; gap: 10px; }
.fisit-footer-links a, .fisit-footer-links span { font-size: 13px; color: rgba(255,255,255,0.55); text-decoration: none; transition: color 0.2s; }
.fisit-footer-links a:hover, .fisit-footer-link-btn:hover { color: #fff; }
.fisit-footer-link-btn { font-size: 13px; color: rgba(255,255,255,0.55); border: none; background: none; cursor: pointer; transition: color 0.2s; }
.fisit-footer-bottom { border-top: 1px solid rgba(255,255,255,0.08); padding: 20px 0; font-size: 11px; color: rgba(255,255,255,0.4); }
.footer-desc { font-size: 14px; color: rgba(255,255,255,0.7); line-height: 1.6; margin-bottom: 14px; font-weight: 500; }
.footer-social { display: flex; gap: 12px; margin-top: 16px; }
.footer-social-link { display: inline-flex; align-items: center; justify-content: center; width: 34px; height: 34px; border: 1px solid rgba(255,255,255,0.2); color: rgba(255,255,255,0.6); font-size: 15px; transition: color 0.2s, border-color 0.2s; }
.footer-social-link:hover { color: #fff; border-color: var(--brand-red); }
.footer-trustpilot { margin-top: 18px; opacity: 0.92; max-width: 220px; }
.footer-trustpilot:hover { opacity: 1; }

/* ── Footer CTA banner ── */
.footer-cta {
  background: linear-gradient(180deg, rgba(255,255,255,0.04) 0%, transparent 100%);
  border-bottom: 1px solid rgba(255,255,255,0.06);
  padding: 36px 0;
}
.footer-cta-title {
  font-family: 'Montserrat', sans-serif;
  font-size: 1.4rem;
  font-weight: 800;
  color: #fff;
  margin-bottom: 6px;
  letter-spacing: -0.02em;
}
.footer-cta-sub { font-size: 0.88rem; color: rgba(255,255,255,0.55); margin-bottom: 18px; }
.footer-cta-btn {
  font-size: 0.84rem;
  font-weight: 600;
  padding: 10px 24px;
  border-radius: 0;
}
.footer-cta-btn--solid { background: var(--brand-red); color: #fff; border: 1px solid var(--brand-red); }
.footer-cta-btn--solid:hover { background: var(--brand-red-hover); color: #fff; }
.footer-cta-btn--outline { background: transparent; color: #fff; border: 1px solid rgba(255,255,255,0.25); }
.footer-cta-btn--outline:hover { background: rgba(255,255,255,0.08); color: #fff; border-color: rgba(255,255,255,0.4); }

/* ── Footer trust strip ── */
.footer-trust {
  border-top: 1px solid rgba(255,255,255,0.06);
  padding: 18px 0;
}
.footer-trust-inner {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 20px;
  flex-wrap: wrap;
}
.footer-trust-item {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  font-size: 0.76rem;
  color: rgba(255,255,255,0.45);
  text-decoration: none;
  transition: color 0.2s;
}
a.footer-trust-item:hover { color: rgba(255,255,255,0.8); }
.footer-trust-item img { opacity: 0.6; transition: opacity 0.2s; }
a.footer-trust-item:hover img { opacity: 0.9; }
.footer-trust-pay { filter: brightness(0) invert(1); height: 22px; }
.footer-trust-sep {
  width: 1px;
  height: 20px;
  background: rgba(255,255,255,0.1);
}

/* ── Footer minimale (utenti autenticati) ── */
.footer-auth {
  position: fixed;
  bottom: 0;
  left: var(--sidebar-w);
  right: 0;
  border-top: 1px solid var(--brand-border);
  height: var(--footer-auth-h);
  transition: left 0.25s ease;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  background: var(--brand-bg, #f8f9fb);
  z-index: 90;
}
.app-auth .app-main {
  padding-bottom: var(--footer-auth-h);
}
.footer-auth-inner {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 2px;
  font-size: 11px;
  color: var(--brand-gray-400);
  line-height: 1.5;
}
.footer-auth-inner a {
  color: var(--brand-gray-400);
  text-decoration: none;
  transition: color 0.15s;
}
.footer-auth-inner a:hover { color: var(--brand-gray-500); }
.footer-auth-nvidia {
  display: inline-flex;
  align-items: center;
  gap: 5px;
  color: var(--brand-gray-500);
  font-size: 10px;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}
.footer-auth-nvidia-icon {
  filter: brightness(0) invert(1);
  opacity: 0.6;
}
