/* Gemeinsamer Footer. Zentral, damit eine Änderung alle Seiten erreicht. */
.pfoot{padding:56px 0 64px;border-top:1px solid var(--line,#e5e7ee);background:#fff}
.pfoot-in{width:min(1180px,calc(100% - 40px));margin-inline:auto}
.pfoot-top{display:grid;grid-template-columns:1.5fr repeat(4,1fr);gap:30px;padding-bottom:34px;border-bottom:1px solid var(--line,#e5e7ee)}
.pfoot-brand{display:flex;align-items:center;font-size:20px;font-weight:900;letter-spacing:-.06em;color:#101014}
.pfoot-brand span:first-child{color:#2864f0}
.pfoot-claim{max-width:320px;margin-top:12px;color:#656874;font-size:13px;line-height:1.6}
.pfoot-social{display:flex;align-items:center;gap:9px;margin-top:16px}
.pfoot-social a{display:grid;place-items:center;width:38px;height:38px;border:1px solid var(--line,#e5e7ee);border-radius:11px;color:#656874;background:#fff;transition:.16s}
.pfoot-social a:hover{border-color:#2864f0;color:#2864f0;transform:translateY(-2px)}
.pfoot-social svg{width:18px;height:18px;fill:none;stroke:currentColor;stroke-width:1.8;stroke-linecap:round;stroke-linejoin:round}
/* Gefuellte Markenzeichen (z. B. WhatsApp) statt Kontur — sonst greift
   die fill:none-Regel darunter und das Symbol bleibt unsichtbar. */
.pfoot-social svg.ico-solid{fill:currentColor;stroke:none}

.pfoot-meta{margin-top:16px;color:#656874;font-size:12.5px;line-height:1.7}
.pfoot-meta a:hover{color:#101014}
.pfoot-col h4{margin-bottom:14px;color:#101014;font-size:12px;font-weight:850;letter-spacing:.07em;text-transform:uppercase}
.pfoot-col a{display:block;margin-bottom:9px;color:#656874;font-size:13.5px}
.pfoot-col a:hover{color:#2864f0}
.pfoot-bottom{display:flex;flex-wrap:wrap;align-items:center;justify-content:space-between;gap:14px;margin-top:26px;color:#656874;font-size:12px}
.pfoot-legal{display:flex;flex-wrap:wrap;gap:18px}
.pfoot-legal a:hover{color:#101014}
.pfoot-trust{display:flex;flex-wrap:wrap;align-items:center;gap:16px;font-size:12px}
.pfoot-trust span{display:inline-flex;align-items:center;gap:6px}
.pfoot-trust i{color:#119c72;font-style:normal;font-weight:900}
@media(max-width:900px){.pfoot-top{grid-template-columns:1fr 1fr;gap:28px}}
@media(max-width:560px){.pfoot-top{grid-template-columns:1fr}.pfoot{padding:44px 0 56px}}

/* eigenstaendig — die Funnel-Seiten haben keinen globalen Link-Reset */
.pfoot a{text-decoration:none}
.pfoot a:hover{text-decoration:none}
.pfoot-legal a,.pfoot-meta a{color:inherit}
