/* ===== Geteilter Site-Footer (alle Seiten) ===== */
footer{background:var(--bg,#050914);padding:4rem 0 2rem;border-top:1px solid var(--line,rgba(255,255,255,.08));color:var(--ink-2,#cfd6e4);font-family:'DM Sans',system-ui,sans-serif}
footer .container{max-width:1360px;margin:0 auto;padding:0 1.5rem}
footer .footer-grid{display:grid;grid-template-columns:1.4fr 1fr 1fr 1fr;gap:3rem;margin-bottom:2.5rem}
footer .footer-brand p{font-size:.88rem;color:var(--ink-3,#8a93a6);line-height:1.65;max-width:340px;margin-top:1rem}
footer .footer-brand .logo{display:inline-flex;align-items:center;gap:.65rem;text-decoration:none;color:var(--ink,#f5f7fb)}
footer .footer-brand .logo-mark{width:34px;height:34px;border-radius:9px;background:linear-gradient(140deg,#f59e0b 0%,#fbbf24 50%,#ff7a1a 100%);display:grid;place-items:center;box-shadow:0 10px 30px -8px rgba(245,158,11,.55);flex-shrink:0}
footer .footer-brand .logo-mark::after{content:'';width:12px;height:12px;border-radius:50%;background:#0b0f1a;box-shadow:0 0 0 3px #fbbf24}
footer .footer-brand .logo-text{font-family:'DM Sans',system-ui,sans-serif;font-weight:700;font-size:1.05rem;letter-spacing:-.02em;color:var(--ink,#f5f7fb)}
footer .footer-brand .logo-text span{color:#f59e0b}
footer .footer-col .footer-col-title{font-family:'JetBrains Mono',ui-monospace,monospace;font-size:.72rem;font-weight:500;letter-spacing:.12em;text-transform:uppercase;color:var(--gold,#f59e0b);margin-bottom:1rem}
footer .footer-col a{display:block;font-size:.88rem;color:var(--ink-2,#cfd6e4);padding:.3rem 0;transition:color .25s;text-decoration:none}
footer .footer-col a:hover{color:var(--ink,#f5f7fb)}
footer .footer-bottom{padding-top:2rem;border-top:1px solid var(--line,rgba(255,255,255,.08));display:flex;justify-content:center;gap:1rem;flex-wrap:wrap;font-size:.82rem;color:var(--ink-4,#5a6479);text-align:center}
@media(max-width:900px){footer .footer-grid{grid-template-columns:1fr 1fr;gap:2.5rem}}
@media(max-width:560px){footer .footer-grid{grid-template-columns:1fr;gap:2rem}}
