/* v42: homepage CTA balance + sticky navigation synchronized with primary navigation */
body.home .hero-actions{
  display:flex!important;
  align-items:center!important;
  flex-wrap:wrap!important;
  gap:14px!important;
  margin-top:22px!important;
}
body.home .hero-actions .btn{
  min-width:174px!important;
  height:54px!important;
  padding:0 26px!important;
  border-radius:10px!important;
  display:inline-flex!important;
  align-items:center!important;
  justify-content:center!important;
  font-size:16px!important;
  font-weight:700!important;
  line-height:1!important;
  transition:transform .2s ease,box-shadow .2s ease,background .2s ease,border-color .2s ease!important;
}
body.home .hero-actions .btn-white{
  background:#0874c9!important;
  border:1px solid #0874c9!important;
  color:#fff!important;
  -webkit-text-fill-color:#fff!important;
  box-shadow:0 10px 24px rgba(0,87,179,.30)!important;
}
body.home .hero-actions .btn-white:hover{
  background:#005bac!important;
  border-color:#005bac!important;
  transform:translateY(-2px)!important;
  box-shadow:0 14px 30px rgba(0,87,179,.38)!important;
}
body.home .hero-actions .btn-outline{
  background:rgba(255,255,255,.09)!important;
  border:1px solid rgba(255,255,255,.52)!important;
  color:#fff!important;
  -webkit-text-fill-color:#fff!important;
  box-shadow:none!important;
}
body.home .hero-actions .btn-outline:hover{
  background:rgba(255,255,255,.17)!important;
  border-color:#fff!important;
  transform:translateY(-2px)!important;
}
html body .fg-scroll-fixed-nav__inner{max-width:1500px!important;padding:0 28px!important;gap:18px!important;}
html body .fg-scroll-fixed-nav__links{gap:2px!important;}
html body .fg-scroll-fixed-nav__links a{padding:0 12px!important;font-size:14px!important;}
@media(max-width:1180px){html body .fg-scroll-fixed-nav__links a{padding:0 9px!important;font-size:13px!important;}html body .fg-scroll-fixed-nav__inner{padding:0 18px!important;gap:12px!important;}}
@media(max-width:768px){body.home .hero-actions{gap:10px!important;}body.home .hero-actions .btn{width:100%!important;min-width:0!important;height:50px!important;}}
