.site-footer { font-family: "Arial", sans-serif; color:#1a1a1a; background:#fff; line-height:1.4; }
.container { max-width:1180px; margin:0 auto; padding:0 24px; box-sizing: border-box; }
.footer-cta { background: linear-gradient(90deg,#073b99 0%, #0a63b8 60%); color:#fff; padding:38px 0; }
.footer-cta .container { display:flex; align-items:center; justify-content:space-between; gap:20px; }
.cta-steps { display:flex; gap:36px; align-items:center; }
.step { display:flex; gap:12px; align-items:center; }
.step-num { font-size:34px; font-weight:700; border-bottom:2px solid rgba(255,255,255,0.2); padding-bottom:2px; width:36px; text-align:center; }
.step-text strong { display:block; font-size:15px; }
.step-text span { display:block; font-size:12px; color:rgba(255,255,255,0.85); margin-top:4px; }
.cta-actions { text-align:right; min-width:300px; }
.cta-title { margin:0 0 8px 0; font-weight:600; }
.btn { display:inline-block; padding:10px 18px; border-radius:20px; text-decoration:none; font-weight:600; font-size:13px; }
.btn-primary { background:#2fb24a; color:#fff; }
.btn-outline { background:transparent; border:1px solid rgba(255,255,255,0.6); color:#fff; margin-left:8px; }
.footer-middle { padding:36px 0; background:#fafafa; border-top:1px solid #eee; border-bottom:1px solid #eee; }
.grid-3cols { display:flex; gap:30px; align-items:center; justify-content:space-between; }
.footer-middle .muted { font-size:12px; color:#6b778c; margin-bottom:10px; text-transform:uppercase; letter-spacing:0.6px; }
.icons img, .social-icons img, .download-icons img { width:60px; height:40px; object-fit:contain; margin-right:10px; background:#fff; border-radius:6px; border:1px solid #e2e8f0; padding:5px; }
.social-icons a { display:inline-flex; align-items:center; justify-content:center; width:44px; height:44px; background:#1a2b49; border-radius:50%; padding:10px; }
.social-icons img { width:24px; height:24px; filter:brightness(0) invert(1); background:none; border:none; }
.download-icons img { width:auto; max-width:120px; background:none; border:none; }
.footer-links { padding:36px 0 10px; background:#fff; }
.footer-links-grid { display:grid; grid-template-columns:repeat(4, 1fr); gap:28px; align-items:start; }
.section-title { font-size:13px; color:#6b778c; margin-bottom:12px; }
.footer-links .col ul { list-style:none; padding:0; margin:0; }
.footer-links .col li { margin-bottom:8px; font-size:14px; }
.footer-links .col a { color:#111; text-decoration:none; }
.stonex { font-weight:700; font-size:20px; }
.help { margin-top:4px; margin-bottom:12px; }
.footer-navlinks { padding:14px 0; background:#fff; border-top:1px solid #eef0f4; }
.inline-links { display:flex; gap:26px; flex-wrap:wrap; font-size:14px; }
.inline-links a { color:#2b66a7; text-decoration:none; }
.footer-disclosure { padding:22px 0; background:#fff; border-top:1px solid #f2f4f7; }
.footer-disclosure .small { font-size:12px; color:#6b6b6b; margin-bottom:12px; }
.footer-bottom { background:#fff; padding:18px 0; border-top:1px solid #e6e9ef; }
.bottom-inner { display:flex; justify-content:space-between; align-items:center; gap:20px; }
.bottom-links a { color:#2b66a7; text-decoration:none; margin-left:18px; font-size:13px; }
@media (max-width:900px){ .footer-cta .container { flex-direction:column; text-align:center; } .cta-actions { text-align:center; min-width:auto; margin-top:12px; } .grid-3cols { flex-direction:column; align-items:flex-start; } .footer-links-grid { grid-template-columns:repeat(2,1fr); } .bottom-inner { flex-direction:column; text-align:center; gap:8px; } }
@media (max-width:480px){ .footer-links-grid { grid-template-columns:1fr; } .inline-links { gap:12px; } .icons img, .social-icons img, .download-icons img { height:30px; width:45px; } .social-icons a { width:36px; height:36px; } .social-icons img { width:18px; height:18px; } }