.fpr-footer{background:var(--fpr-bg);color:var(--fpr-text);padding:64px 0 28px;font-family:'Inter',sans-serif;}
.fpr-top{display:grid;grid-template-columns:1.4fr repeat(auto-fit,minmax(140px,1fr));gap:40px;padding-bottom:40px;border-bottom:1px solid rgba(255,255,255,.12);}
.fpr-logo{height:32px;width:auto;margin-bottom:14px;}
.fpr-logo-text{font-family:'Poppins',sans-serif;font-weight:700;font-size:20px;display:block;margin-bottom:14px;}
.fpr-tagline{font-size:13.5px;opacity:.7;max-width:32ch;margin:0 0 18px;}
.fpr-social{display:flex;gap:14px;flex-wrap:wrap;}
.fpr-social a{color:var(--fpr-primary);text-decoration:none;font-size:13px;font-weight:500;}
.fpr-column h4{font-family:'Poppins',sans-serif;font-weight:600;font-size:14px;margin:0 0 14px;}
.fpr-column p{font-size:13.5px;line-height:2.1;opacity:.75;margin:0;}
.fpr-trust{display:flex;flex-wrap:wrap;gap:24px;justify-content:center;padding:32px 0;}
.fpr-trust-item{display:flex;align-items:center;gap:8px;font-size:12.5px;opacity:.75;}
.fpr-trust-item img{width:28px;height:28px;object-fit:contain;}
.fpr-bottom{display:flex;justify-content:space-between;flex-wrap:wrap;gap:10px;font-size:12px;opacity:.55;padding-top:16px;}
.fpr-bottom p{margin:0;}
.fpr-legal p{margin:0;}
@media (max-width:768px){.fpr-top{grid-template-columns:1fr 1fr;}.fpr-bottom{flex-direction:column;text-align:center;}}
