/* Footer aislado de San José Propiedades. Todos los selectores están limitados al componente. */
body.sjpfs-active #colophon.site-footer {
  display: none !important;
}

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

.sjp-site-footer {
  --sjp-footer-blue: #0d2a57;
  --sjp-footer-blue-dark: #081d3e;
  --sjp-footer-gold: #b8954b;
  --sjp-footer-gold-soft: #f7f1e4;
  position: relative;
  display: block;
  clear: both;
  width: 100%;
  max-width: none;
  margin: 0;
  padding: 0;
  overflow: hidden;
  background:
    radial-gradient(circle at 16% 0%, rgba(184, 149, 75, 0.18) 0, rgba(184, 149, 75, 0) 30%),
    linear-gradient(180deg, var(--sjp-footer-blue) 0%, var(--sjp-footer-blue-dark) 100%);
  color: rgba(255, 255, 255, 0.78);
  font-family: Inter, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  text-align: left;
}

.sjp-site-footer::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(90deg, rgba(255, 255, 255, 0.04) 1px, transparent 1px),
    linear-gradient(180deg, rgba(255, 255, 255, 0.04) 1px, transparent 1px);
  background-size: 72px 72px;
  opacity: 0.18;
  pointer-events: none;
}

.sjp-site-footer .sjp-footer-wrap {
  position: relative;
  z-index: 1;
  width: min(1320px, calc(100% - 48px));
  max-width: 1320px;
  margin: 0 auto;
  padding: 0;
}

.sjp-site-footer .sjp-footer-main {
  display: grid;
  grid-template-columns: minmax(280px, 1.15fr) repeat(3, minmax(160px, 0.65fr));
  gap: 34px;
  align-items: start;
  padding: 64px 0 42px;
}

.sjp-site-footer .sjp-footer-brand {
  max-width: 420px;
}

.sjp-site-footer .sjp-footer-logo-link {
  display: inline-flex;
  align-items: center;
  margin: 0 0 20px;
  text-decoration: none;
}

.sjp-site-footer .sjp-footer-logo {
  display: block;
  width: auto;
  max-width: 230px;
  max-height: 84px;
  object-fit: contain;
  filter: brightness(0) invert(1);
}

.sjp-site-footer .sjp-footer-site-name {
  display: inline-block;
  color: #fff;
  font-family: "Cormorant Garamond", Georgia, serif;
  font-size: 2rem;
  font-weight: 700;
  line-height: 1;
}

.sjp-site-footer .sjp-footer-description {
  margin: 0 0 24px;
  color: rgba(255, 255, 255, 0.74);
  font-size: 0.96rem;
  line-height: 1.75;
}

.sjp-site-footer .sjp-footer-badges {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.sjp-site-footer .sjp-footer-badge {
  display: inline-flex;
  align-items: center;
  min-height: 34px;
  padding: 0 13px;
  border: 1px solid rgba(184, 149, 75, 0.36);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.06);
  color: rgba(255, 255, 255, 0.86);
  font-size: 0.78rem;
  font-weight: 800;
  line-height: 1.2;
  letter-spacing: 0.02em;
}

.sjp-site-footer .sjp-footer-column h2 {
  margin: 0 0 18px;
  padding: 0;
  color: #fff;
  font-family: "Cormorant Garamond", Georgia, serif;
  font-size: 1.55rem;
  font-weight: 700;
  line-height: 1.08;
  letter-spacing: 0;
  text-transform: none;
}

.sjp-site-footer .sjp-footer-nav,
.sjp-site-footer .sjp-footer-contact-list {
  display: grid;
  gap: 10px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.sjp-site-footer .sjp-footer-nav li,
.sjp-site-footer .sjp-footer-contact-list li {
  margin: 0;
  padding: 0;
}

.sjp-site-footer .sjp-footer-nav a,
.sjp-site-footer .sjp-footer-contact-list a,
.sjp-site-footer .sjp-footer-contact-list span {
  color: rgba(255, 255, 255, 0.74);
  font-size: 0.92rem;
  line-height: 1.5;
  text-decoration: none;
  transition: color 0.2s ease, transform 0.2s ease;
}

.sjp-site-footer .sjp-footer-nav a {
  display: inline-flex;
  align-items: center;
  gap: 8px;
}

.sjp-site-footer .sjp-footer-nav a::before {
  content: "";
  width: 6px;
  height: 6px;
  flex: 0 0 6px;
  border-radius: 999px;
  background: var(--sjp-footer-gold);
  opacity: 0.72;
}

.sjp-site-footer .sjp-footer-nav a:hover,
.sjp-site-footer .sjp-footer-contact-list a:hover {
  color: #fff;
  transform: translateX(3px);
}

.sjp-site-footer .sjp-footer-contact-list li {
  display: grid;
  gap: 3px;
}

.sjp-site-footer .sjp-footer-contact-list strong {
  color: rgba(255, 255, 255, 0.92);
  font-size: 0.78rem;
  line-height: 1.3;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.sjp-site-footer .sjp-footer-socials {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 20px;
}

.sjp-site-footer .sjp-footer-socials a {
  display: grid;
  width: 42px;
  height: 42px;
  place-items: center;
  border: 1px solid rgba(184, 149, 75, 0.4);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.07);
  color: #fff;
  text-decoration: none;
  transition: transform 0.2s ease, background 0.2s ease, border-color 0.2s ease;
}

.sjp-site-footer .sjp-footer-socials svg {
  display: block;
  width: 19px;
  height: 19px;
  fill: currentColor;
}

.sjp-site-footer .sjp-footer-socials a:hover,
.sjp-site-footer .sjp-footer-socials a:focus-visible {
  border-color: var(--sjp-footer-gold);
  background: var(--sjp-footer-gold);
  color: #fff;
  transform: translateY(-2px);
}

.sjp-site-footer .sjp-footer-socials a:focus-visible,
.sjp-site-footer .sjp-footer-nav a:focus-visible,
.sjp-site-footer .sjp-footer-cta:focus-visible {
  outline: 2px solid #fff;
  outline-offset: 3px;
}

.sjp-site-footer .sjp-footer-cta {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 42px;
  margin-top: 18px;
  padding: 0 18px;
  border-radius: 999px;
  background: #fff;
  box-shadow: 0 14px 28px rgba(0, 0, 0, 0.16);
  color: var(--sjp-footer-blue) !important;
  font-size: 0.86rem;
  font-weight: 900;
  line-height: 1.2;
  text-decoration: none;
  transition: transform 0.2s ease, box-shadow 0.2s ease, background 0.2s ease;
}

.sjp-site-footer .sjp-footer-cta:hover {
  background: var(--sjp-footer-gold-soft);
  box-shadow: 0 18px 34px rgba(0, 0, 0, 0.22);
  transform: translateY(-2px);
}

.sjp-site-footer .sjp-footer-bottom {
  position: relative;
  z-index: 1;
  padding: 20px 0;
  border-top: 1px solid rgba(255, 255, 255, 0.12);
}

.sjp-site-footer .sjp-footer-bottom-inner {
  display: flex;
  gap: 18px;
  align-items: center;
  justify-content: space-between;
}

.sjp-site-footer .sjp-footer-copy {
  margin: 0;
  color: rgba(255, 255, 255, 0.62);
  font-size: 0.84rem;
  line-height: 1.5;
}

.sjp-site-footer .sjp-footer-legal {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
}

.sjp-site-footer .sjp-footer-legal a {
  color: rgba(255, 255, 255, 0.62);
  font-size: 0.84rem;
  font-weight: 700;
  text-decoration: none;
}

.sjp-site-footer .sjp-footer-legal a:hover {
  color: #fff;
}

@media (max-width: 1100px) {
  .sjp-site-footer .sjp-footer-main {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 767px) {
  .sjp-site-footer .sjp-footer-wrap {
    width: min(100% - 28px, 1320px);
  }

  .sjp-site-footer .sjp-footer-main {
    grid-template-columns: 1fr;
    gap: 30px;
    padding: 48px 0 34px;
  }

  .sjp-site-footer .sjp-footer-brand {
    max-width: none;
  }

  .sjp-site-footer .sjp-footer-logo {
    max-width: 190px;
    max-height: 68px;
  }

  .sjp-site-footer .sjp-footer-bottom-inner {
    display: grid;
    justify-items: start;
  }
}

@media (prefers-reduced-motion: reduce) {
  .sjp-site-footer a {
    scroll-behavior: auto;
    transition: none !important;
  }
}
