/* ============================================================
   Footer unificado de Funerarias Madrid Maherit.
   Reproduce exactamente el footer de la home (.site-footer) para
   usarlo en todas las URLs. Cargar DESPUÉS de la hoja de la página.
   ============================================================ */
.site-footer {
  background: var(--primary-dark, #243A33);
  color: #C7CFC8;
  padding-block: clamp(2.6rem, 5vw, 3.6rem) 1.6rem;
  font-family: 'Inter', system-ui, -apple-system, 'Segoe UI', Roboto, Arial, sans-serif;
  font-size: 16px;
  line-height: 1.65;
}
.site-footer .container {
  width: 100%;
  max-width: 1140px;
  margin-inline: auto;
  padding-inline: clamp(1.1rem, 4vw, 2.2rem);
}
.site-footer .footer-grid { display: grid; gap: 2rem; grid-template-columns: 1fr; }
.site-footer h2 { color: #fff; font-size: 1.3rem; margin: 0 0 .6em; font-family: 'Fraunces', Georgia, 'Times New Roman', serif; font-weight: 500; line-height: 1.15; }
.site-footer h3 { color: #fff; font-size: 1rem; margin: 0 0 .9rem; font-family: 'Fraunces', Georgia, 'Times New Roman', serif; font-weight: 500; line-height: 1.2; }
.site-footer p { margin: 0 0 1rem; }
.site-footer .footer-brand .tagline { font-size: .95rem; max-width: 40ch; }
.site-footer .footer-nap { list-style: none; margin: 0; padding: 0; font-size: .95rem; }
.site-footer .footer-nap li { padding: .25rem 0; display: flex; gap: .55rem; align-items: flex-start; }
.site-footer .footer-nap svg { width: 18px; height: 18px; color: var(--accent, #C2885A); flex: none; margin-top: 3px; }
.site-footer .footer-nap a { color: #EDE6D9; text-decoration: none; }
.site-footer .footer-nap a:hover { color: #fff; }
.site-footer .num { font-variant-numeric: tabular-nums; }
.site-footer .footer-links { list-style: none; margin: 0; padding: 0; }
.site-footer .footer-links li { padding: .3rem 0; }
.site-footer .footer-links a { color: #C7CFC8; text-decoration: none; }
.site-footer .footer-links a:hover { color: #fff; text-decoration: underline; }
.site-footer .footer-coverage { font-size: .92rem; }
.site-footer .footer-bottom {
  margin-top: 2.4rem;
  padding-top: 1.4rem;
  border-top: 1px solid rgba(255,255,255,.14);
  display: flex;
  flex-direction: column;
  gap: 1rem;
  font-size: .82rem;
}
.site-footer .footer-legal-links { display: flex; flex-wrap: wrap; gap: .4rem 1.2rem; }
.site-footer .footer-legal-links a { color: #C7CFC8; text-decoration: none; }
.site-footer .footer-legal-links a:hover { color: #fff; }
.site-footer .footer-note { color: #B7C0B8; font-size: .8rem; }
.site-footer .cookie-settings-link {
  background: none;
  border: 0;
  padding: 0;
  margin: 0;
  font: inherit;
  color: #C7CFC8;
  text-align: left;
  text-decoration: underline;
  cursor: pointer;
}
.site-footer .cookie-settings-link:hover { color: #fff; }
@media (min-width: 768px) {
  .site-footer .footer-grid { grid-template-columns: 1.4fr 1fr 1fr; gap: 2.6rem; }
  .site-footer .footer-bottom { flex-direction: row; align-items: center; justify-content: space-between; }
}
