/* FRANKFURTFINDER FOOTER V1.1 — LOCKED. Do not modify without explicit Product Owner approval. */
.ff-footer { background:#191817; padding:32px 0 28px; color:#b8b2a5; }
.ff-footer__inner { max-width:1220px; margin:0 auto; padding:0 28px; box-sizing:border-box; display:flex; align-items:baseline; justify-content:space-between; flex-wrap:wrap; gap:16px 32px; }
.ff-footer__brand { display:flex; align-items:center; gap:9px; flex:none; }
.ff-footer__brand-mark { width:24px;height:24px;border-radius:6px;background:#2a2825;display:flex;align-items:center;justify-content:center;font-weight:800;font-size:11px;color:#c8b273;flex:none; }
.ff-footer__brand-text { font-size:15px;font-weight:800; }
.ff-footer__trust { font-size:13px; color:#857f74; line-height:1.45; max-width:280px; }
.ff-footer__links { display:flex; gap:16px; font-size:12.5px; flex-wrap:wrap; }
.ff-footer__links a { color:#b8b2a5; text-decoration:none; transition:color .15s ease-out; }
.ff-footer__links a:hover,
.ff-footer__links a:focus-visible { color:#d9b779; outline:none; }
.ff-footer__links a:focus-visible { text-decoration:underline; }
@media (max-width:759px) {
  .ff-footer__inner { flex-direction:column; align-items:flex-start; gap:12px; padding:0 16px; }
  .ff-footer__trust { max-width:100%; }
}
