/**
 * Footer global sin Elementor — adapta navy (terapias) y crema (blog/legales).
 */

.psico-site-footer {
  --psf-bg: #0d1b2a;
  --psf-ink: #faf5e5;
  --psf-muted: rgba(250, 245, 229, 0.55);
  --psf-line: rgba(201, 169, 110, 0.22);
  margin-top: 2.5rem;
  background: var(--psf-bg);
  color: var(--psf-ink);
  border-top: 1px solid var(--psf-line);
}

body.psico-blog-skin .psico-site-footer {
  --psf-bg: #fffcf7;
  --psf-ink: #243038;
  --psf-muted: #8a959c;
  --psf-line: #e4ddd2;
}

.psico-site-footer__inner {
  max-width: 1180px;
  margin: 0 auto;
  padding: 1.15rem 1.5rem 1.25rem;
}

/* Enlaces legales muy discretos */
.psico-footer-legal {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  gap: 0.35rem 0.85rem;
  margin: 0 0 0.65rem;
  padding: 0;
}

.psico-footer-legal a {
  color: var(--psf-muted, rgba(250, 245, 229, 0.42));
  text-decoration: none;
  font-size: 0.75rem;
  font-weight: 400;
  letter-spacing: 0.02em;
  opacity: 0.85;
}

body.psico-blog-skin .psico-footer-legal a {
  color: #9aa3a9;
}

.psico-footer-legal a:hover,
.psico-footer-legal a:focus {
  opacity: 1;
  text-decoration: underline;
  text-underline-offset: 2px;
}

.psico-site-footer__copy {
  margin: 0;
  text-align: center;
  font-size: 0.82rem;
  color: var(--psf-muted);
  line-height: 1.5;
}

/* Astra colophon residual (por si queda en caché) */
body:not(.psico-landing) footer#colophon,
body:not(.psico-landing) .hfe-site-footer,
body:not(.psico-landing) .elementor-location-footer {
  display: none !important;
}

@media (max-width: 767px) {
  .psico-site-footer__inner {
    padding: 1rem 1.1rem 1.1rem;
  }
}
