.fpf-site-footer{
  --fpf-ink:#0F172A;
  --fpf-slate:#334155;
  --fpf-muted:#64748B;
  --fpf-line:#E2E8F0;
  --fpf-soft:#F8FAFC;
  --fpf-white:#FFFFFF;
  --fpf-gold:#F5C344;
  --fpf-coral:#F28482;
  --fpf-orchid:#B567C2;
  --fpf-gradient:linear-gradient(135deg,#F5C344 0%,#F28482 50%,#B567C2 100%);
  position:relative;
  width:100%;
  margin:0;
  padding:34px 0 22px;
  background:transparent;
  color:var(--fpf-ink);
  font-family:Inter,-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif;
  line-height:1.45;
}
.fpf-site-footer *{box-sizing:border-box}
.fpf-wrap{
  position:relative;
  overflow:hidden;
  width:min(1120px,calc(100% - 32px));
  margin:0 auto;
  padding:30px 34px 18px;
  border:1px solid rgba(181,103,194,.16);
  border-radius:28px;
  background:
    radial-gradient(circle at 6% 0%,rgba(245,195,68,.18),transparent 28%),
    radial-gradient(circle at 94% 8%,rgba(181,103,194,.14),transparent 28%),
    radial-gradient(circle at 72% 100%,rgba(242,132,130,.10),transparent 30%),
    rgba(255,255,255,.88);
  box-shadow:0 22px 60px rgba(15,23,42,.08),0 4px 14px rgba(15,23,42,.04);
  backdrop-filter:blur(18px) saturate(150%);
  -webkit-backdrop-filter:blur(18px) saturate(150%);
}
.fpf-wrap:before{
  content:"";
  position:absolute;
  top:0;left:34px;right:34px;
  height:2px;
  border-radius:0 0 999px 999px;
  background:linear-gradient(90deg,transparent 0%,#F5C344 18%,#F28482 50%,#B567C2 82%,transparent 100%);
  opacity:.9;
}
.fpf-main{display:grid;grid-template-columns:1.45fr .9fr .9fr 1.15fr;gap:30px;align-items:start}
.fpf-brand{max-width:360px}
.fpf-logo-shell{display:inline-flex;align-items:center;min-height:42px;padding:0;border:0;background:transparent;box-shadow:none}
.fpf-logo-shell .fpmm-menu-logo-link,.fpf-logo-shell .fpmm-custom-logo,.fpf-logo-shell .custom-logo-link,.fpf-logo-shell .fpmm-fallback-brand{display:flex!important;align-items:center!important;margin:0!important;padding:0!important;text-decoration:none!important}
.fpf-logo-shell img,.fpf-logo-shell .custom-logo{display:block!important;width:auto!important;max-width:162px!important;height:38px!important;max-height:38px!important;object-fit:contain!important;margin:0!important}
.fpf-logo-shell .fpmm-fallback-brand{gap:8px;color:var(--fpf-ink)!important;font-size:20px!important;font-weight:900!important}
.fpf-logo-shell .fpmm-brand-mark{width:30px!important;height:35px!important}
.fpf-logo-shell .fpmm-brand-word{color:var(--fpf-ink)!important}
.fpf-brand p{margin:10px 0 0;color:var(--fpf-muted);font-size:12.5px;line-height:1.62}
.fpf-private{display:inline-flex;align-items:center;gap:7px;margin-top:12px;padding:7px 10px;border:1px solid rgba(181,103,194,.15);border-radius:999px;color:var(--fpf-slate);background:rgba(255,255,255,.72);box-shadow:0 5px 16px rgba(15,23,42,.035);font-size:11.5px;font-weight:750}
.fpf-dot{width:7px;height:7px;border-radius:50%;background:var(--fpf-gradient)}
.fpf-heading{margin:2px 0 10px!important;padding:0!important;color:var(--fpf-ink)!important;font-family:Inter,-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif!important;font-size:12px!important;line-height:1.25!important;font-weight:850!important;letter-spacing:.075em!important;text-transform:uppercase!important}
.fpf-links{display:grid;gap:7px}
.fpf-links a,.fpf-contact a,.fpf-bottom a{border:0!important;background:none!important;box-shadow:none!important;text-decoration:none!important}
.fpf-links a{color:var(--fpf-slate)!important;font-size:12.5px;line-height:1.4;transition:color .18s ease,transform .18s ease}
.fpf-links a:hover{color:var(--fpf-orchid)!important;transform:translateX(2px)}
.fpf-contact{margin-top:12px;padding-top:10px;border-top:1px solid rgba(226,232,240,.9);color:var(--fpf-muted);font-size:11.5px;line-height:1.55}
.fpf-contact a{color:var(--fpf-ink)!important;font-weight:700}
.fpf-bottom{display:flex;align-items:center;justify-content:space-between;gap:18px;margin-top:24px;padding-top:15px;border-top:1px solid rgba(226,232,240,.9);color:var(--fpf-muted);font-size:11px;line-height:1.55}
.fpf-bottom-links{display:flex;flex-wrap:wrap;justify-content:flex-end;gap:8px 14px}
.fpf-bottom-links a{color:var(--fpf-muted)!important}
.fpf-bottom-links a:hover{color:var(--fpf-orchid)!important}
@media(max-width:980px){.fpf-main{grid-template-columns:1.3fr 1fr 1fr}.fpf-main>.fpf-col:last-child{grid-column:2/4}}
@media(max-width:680px){
  .fpf-site-footer{padding:24px 0 16px}
  .fpf-wrap{width:min(100% - 24px,1120px);padding:26px 20px 16px;border-radius:22px}
  .fpf-wrap:before{left:20px;right:20px}
  .fpf-main{grid-template-columns:1fr 1fr;gap:24px 18px}
  .fpf-brand{grid-column:1/-1;max-width:none}
  .fpf-main>.fpf-col:last-child{grid-column:auto}
  .fpf-bottom{align-items:flex-start;flex-direction:column;gap:9px}.fpf-bottom-links{justify-content:flex-start}
}
@media(max-width:430px){.fpf-main{grid-template-columns:1fr}.fpf-brand,.fpf-main>.fpf-col:last-child{grid-column:auto}.fpf-links{gap:8px}}

.fpf-site-footer .fpf-heading,.fpf-site-footer .fpf-heading *{font-size:12px!important;line-height:1.25!important;font-weight:850!important;letter-spacing:.075em!important;}
