/* === ALC Abogados · footer.css ===
   Reglas de footer del diseño. Portadas verbatim de design/css/styles.css. */

/* ============================================================
   FOOTER
   ============================================================ */
.alc-ft { padding: 96px 0 32px; border-top: 1px solid var(--line); background: var(--paper-2); }
.alc-ft-top { max-width: var(--max); margin: 0 auto; padding: 0 56px; display: grid; grid-template-columns: 1.2fr 2.4fr; gap: 80px; padding-bottom: 64px; }
.alc-ft-brand { display: flex; flex-direction: column; gap: 14px; }
.alc-ft-tag { font-size: 12px; color: var(--ink-3); letter-spacing: 0.12em; text-transform: uppercase; }
.alc-ft-tag-2 { font-size: 18px; color: var(--ink); font-weight: 500; line-height: 1.35; max-width: 22ch; padding-top: 6px; }
.alc-ft-social { display: flex; gap: 12px; padding-top: 18px; }
.alc-ft-social a { width: 36px; height: 36px; border-radius: 50%; background: var(--paper); color: var(--ink-2); display: flex; align-items: center; justify-content: center; transition: all .15s; }
.alc-ft-social a:hover { background: var(--ink); color: var(--paper); }
.alc-ft-cols { display: grid; grid-template-columns: repeat(4, 1fr); gap: 32px; }
.alc-ft-col { display: flex; flex-direction: column; gap: 10px; }
.alc-ft-col .eyebrow { font-size: 11px; letter-spacing: 0.2em; text-transform: uppercase; font-weight: 600; color: var(--ink-3); padding-bottom: 8px; }
.alc-ft-col a { font-size: 14px; color: var(--ink-2); transition: color .15s; }
.alc-ft-col a:hover { color: var(--accent-deep); }
.alc-ft-news-t { font-size: 13px; color: var(--ink-2); line-height: 1.5; }
.alc-ft-news { display: flex; flex-direction: column; gap: 8px; padding-top: 8px; }
.alc-ft-news input { font-family: inherit; font-size: 13px; padding: 10px 12px; border: 1px solid var(--line-strong); background: var(--paper); color: var(--ink); outline: none; }
.alc-ft-news input:focus { border-color: var(--accent-deep); }
.alc-ft-news button { font-family: inherit; font-size: 12px; padding: 10px 12px; background: var(--ink); color: var(--paper); font-weight: 500; letter-spacing: 0.03em; transition: background .15s; }
.alc-ft-news button:hover { background: var(--accent-deep); }
.alc-ft-bottomwrap { max-width: var(--max); margin: 0 auto; padding: 0 56px; }
.alc-ft-divider { height: 1px; background: var(--line); }
.alc-ft-legal { display: flex; flex-wrap: wrap; gap: 24px; padding: 20px 0; border-bottom: 1px solid var(--line); }
.alc-ft-legal a { font-size: 12.5px; color: var(--ink-2); transition: color .15s; }
.alc-ft-legal a:hover { color: var(--accent-deep); }
.alc-ft-bottom { display: flex; justify-content: space-between; align-items: center; padding-top: 24px; gap: 24px; flex-wrap: wrap; }
.alc-ft-copy, .alc-ft-rights, .alc-ft-built { font-size: 11px; color: var(--ink-3); }
.alc-ft-built .gold { color: var(--accent-deep); }
@media (max-width: 1100px) {
  .alc-ft-top { grid-template-columns: 1fr; gap: 40px; padding-bottom: 48px; }
  .alc-ft-cols { grid-template-columns: repeat(2, 1fr); gap: 36px 28px; }
}
@media (max-width: 820px) {
  .alc-ft { padding: 64px 0 28px; }
  .alc-ft-top, .alc-ft-bottomwrap { padding: 0 20px; }
  .alc-ft-top { padding-bottom: 40px; }
}
@media (max-width: 600px) {
  .alc-ft-cols { grid-template-columns: 1fr; gap: 28px; }
  .alc-ft-bottom { flex-direction: column; align-items: flex-start; gap: 8px; }
}

