/* ======================================================
   FOOTER – EDITORIAL SINTEGRAD
   ====================================================== */

/* ---------- CONTENEDOR GENERAL ---------- */
.footer-editorial {
  background: #080808; /* Ritmo Visual: Negro Carbón */
  padding: clamp(4rem, 6vw, 6rem) 1.5rem 2.5rem;
  border-top: 1px solid rgba(255,255,255,0.08);
}

/* ---------- GRID PRINCIPAL ---------- */
.footer-editorial__container {
  max-width: 1200px;
  margin: 0 auto 3rem;
  display: grid;
  gap: 3rem;
}

@media (min-width: 1024px) {
  .footer-editorial__container {
    grid-template-columns: 1.2fr 1fr 1fr;
    gap: 4rem;
  }
}

/* ---------- IDENTIDAD ---------- */
.footer-editorial__brand strong {
  font-size: 1.1rem;
  letter-spacing: 0.08em;
}

.footer-editorial__brand p {
  margin-top: 0.75rem;
  font-size: 0.95rem;
  line-height: 1.6;
  opacity: 0.8;
  max-width: 420px;
}

.footer-location {
  display: block;
  margin-top: 0.75rem;
  font-size: 0.85rem;
  opacity: 0.6;
}

/* ---------- CONTACTO ---------- */
.footer-contact__label {
  font-size: 0.85rem;
  opacity: 0.6;
  margin-bottom: 0.4rem;
}

.footer-contact__phone a {
  font-size: 1.05rem;
  font-weight: 600;
  text-decoration: none;
  color: #fff;
}

.footer-contact__phone a:hover {
  text-decoration: underline;
}

.footer-contact__note {
  margin-top: 0.4rem;
  font-size: 0.85rem;
  opacity: 0.55;
}

/* ---------- CTA SUAVE ---------- */
.footer-editorial__cta {
  max-width: 360px;
}

.footer-cta__text {
  font-size: 0.95rem;
  line-height: 1.6;
  opacity: 0.8;
  margin-bottom: 1.25rem;
}

.footer-cta__button {
  display: inline-block;
  padding: 0.7rem 1.6rem;
  border-radius: 999px;
  font-size: 0.9rem;
  font-weight: 600;
  text-decoration: none;
  color: #fff;
  background: rgba(255,255,255,0.08);
  border: 1px solid rgba(255,255,255,0.25);
  transition: all 0.25s ease;
}

.footer-cta__button:hover {
  background: rgba(255,255,255,0.14);
  border-color: rgba(255,255,255,0.4);
}

/* ---------- LEGAL ---------- */
.footer-editorial__legal {
  max-width: 1200px;
  margin: 0 auto;
  padding-top: 1.5rem;
  border-top: 1px solid rgba(255,255,255,0.08);
  font-size: 0.75rem;
  line-height: 1.6;
  opacity: 0.55;
}

.footer-legal__links {
  margin-top: 0.75rem;
  display: flex;
  gap: 0.5rem;
  flex-wrap: wrap;
}

.footer-legal__links a {
  color: inherit;
  text-decoration: none;
}

.footer-legal__links a:hover {
  text-decoration: underline;
}
/* ---------- LOGO FOOTER ---------- */
.footer-brand__logo {
  width: 160px;
  max-width: 100%;
  margin-bottom: 1rem;
  opacity: 0.95;
}
