.ff-footer { margin-top:30px; background:#EDF2F2; padding-top:1px; }
.ff-whats { position:fixed; bottom:10px; right:10px; z-index:999; }
.ff-whats a { display:flex; align-items:center; justify-content:center; width:64px; height:64px; background:#25D366; border-radius:50%; box-shadow:0 2px 8px rgba(0,0,0,0.25); }
.ff-whats svg { display:block; }
.ff-main { max-width:1024px; box-sizing:border-box; margin:0 auto; padding:24px 15px 14px; display:flex; flex-wrap:wrap; gap:20px 40px; font-family:Arial, Helvetica, sans-serif; font-size:11px; color:#5B6B72; }
.ff-main > div { flex:0 0 auto; min-width:0; }
.ff-brand { width:180px; }
.ff-newsletter { width:200px; }
.ff-brand img, .ff-brand svg { display:block; margin-bottom:10px; }
.ff-tagline { margin:0 0 14px; line-height:1.5; color:#5B6B72; }
.ff-social { display:flex; gap:10px; justify-content:flex-start; align-items:center; }
.ff-social a { color:#006486; display:flex; align-items:center; line-height:0; height:20px; }
.ff-social a:hover { color:#003a4d; }
.ff-social img { display:block; width:20px; height:20px; margin:0; }
.ff-main h2 { font-size:11px; font-weight:bold; margin:0 0 8px; color:#16232C; }
.ff-newsletter p { margin:0 0 6px; line-height:1.4; }
.ff-newsletter-row { display:flex; gap:4px; align-items:stretch; }
.ff-newsletter-row input[type="text"] { flex:1; min-width:0; padding:5px 8px; border:1px solid #D2DADD; border-radius:8px; font-size:11px; font-family:Arial, Helvetica, sans-serif; }
.ff-newsletter-submit { display:flex; align-items:center; justify-content:center; flex-shrink:0; width:28px; border:none; background:none; padding:0; margin:0; color:#006486; cursor:pointer; }
.ff-newsletter-submit:hover { color:#004357; }
.ff-newsletter-submit svg { display:block; width:100%; height:100%; }
.ff-col ul { list-style:none; margin:0; padding:0; display:flex; flex-direction:column; gap:7px; }
.ff-col ul a { color:#16232C; text-decoration:none; }
.ff-col ul a:hover { color:#006486; text-decoration:underline; }
.ff-contact-item { display:flex; gap:8px; align-items:flex-start; margin-bottom:10px; }
.ff-contact-item svg { flex-shrink:0; margin-top:1px; }
.ff-contact-item a { color:#16232C; text-decoration:none; }
.ff-contact-item a:hover { color:#006486; text-decoration:underline; }
.ff-copy { text-align:left; max-width:1024px; box-sizing:border-box; margin:0 auto; font-family:Arial, Helvetica, sans-serif; font-size:11px; color:#5B6B72; padding:4px 15px 20px; }
@media (max-width:700px) {
	.ff-main { flex-direction:column; }
	.ff-brand, .ff-newsletter { width:100%; }
}
@media (max-width:480px) {
	.ff-newsletter-row { padding-right:60px; }
}
