
.sitewide-cta{position:sticky;top:0;z-index:40;background:#0b5fc1;color:#fff;border-bottom:1px solid rgba(255,255,255,.2)}
.sitewide-cta .wrap{max-width:1200px;margin:0 auto;padding:10px 18px;display:flex;gap:12px;align-items:center;justify-content:space-between}
.sitewide-cta .cta-text{font-weight:800;letter-spacing:.2px}
.sitewide-cta .cta-btn{background:#fff;color:#0b5fc1;border:none;border-radius:999px;padding:8px 14px;font-weight:800;cursor:pointer}
.sitewide-cta .cta-btn:hover{opacity:.95}
.backtotop{position:fixed;right:18px;bottom:18px;width:44px;height:44px;border-radius:999px;display:none;place-items:center;background:#0b5fc1;color:#fff;font-weight:800;box-shadow:0 10px 26px rgba(17,24,39,.2);cursor:pointer}
.backtotop.show{display:grid}
@media (max-width: 680px){
  .sitewide-cta .wrap{padding:8px 12px;gap:8px}
  .sitewide-cta .cta-text{font-size:12px;line-height:1.25}
  .sitewide-cta .cta-btn{padding:6px 12px;font-size:12px}
  .backtotop{right:12px;bottom:12px;width:40px;height:40px}
}
