
/* === AegisComply quick fixes === */
html{scroll-behavior:smooth;}
#to-all-services{
  position:fixed; right:18px; bottom:92px; z-index:9999;
  width:54px; height:54px; border-radius:50%;
  background:linear-gradient(180deg,#ffd65a,#f0b90b);
  box-shadow:0 8px 22px rgba(0,0,0,.25);
  display:flex; align-items:center; justify-content:center;
  border:3px solid #0d1b2a;
}
#to-all-services::before{
  content:'▼';
  font-weight:800; font-size:20px; color:#0d1b2a; line-height:1;
}
@media (max-width:768px){
  .footer-grid{display:grid; grid-template-columns:1fr; gap:12px; text-align:center}
  .footer-grid .col{margin:0 auto}
  .footer-cta{display:flex; gap:12px; justify-content:center; flex-wrap:wrap}
}
/* Footer tidy */
.site-footer{background:#0b1f3a; color:#fff; border-radius:16px 16px 0 0; padding:24px}
.site-footer a{color:#ffd65a; text-decoration:none}
.site-footer small{opacity:.8}
