/* v33 hero vibrance: brighter moving banners without changing the established hero footprint. */
.hero{background:linear-gradient(135deg,rgba(6,23,46,.58),rgba(9,47,84,.42) 52%,rgba(8,127,121,.30)),var(--hero-banner,linear-gradient(135deg,#081c3a 0%,#13447d 52%,#087f79 100%));}
.hero:before{background:linear-gradient(90deg,rgba(6,23,46,.45),rgba(6,23,46,.10) 52%,rgba(8,127,121,.16));}
.hero-video{opacity:.84;filter:saturate(1.22) contrast(1.08) brightness(1.12);transform:scale(1.012);}
.banner-card{background:linear-gradient(135deg,rgba(255,255,255,.16),rgba(43,127,142,.18));border-color:rgba(255,255,255,.34);}
@media(min-width:701px){
  .header .menu-toggle{display:none!important;}
  .header .nav{display:flex!important;position:static!important;left:auto!important;right:auto!important;top:auto!important;max-height:none!important;overflow:visible!important;padding:0!important;border:0!important;border-radius:0!important;box-shadow:none!important;background:transparent!important;grid-template-columns:none!important;}
  .header .nav a{border:0!important;font-size:12.5px!important;padding:8px 10px!important;white-space:nowrap!important;}
}
@media(max-width:700px){
  .hero{background:linear-gradient(135deg,rgba(6,23,46,.66),rgba(9,47,84,.46) 52%,rgba(8,127,121,.36)),var(--hero-banner,linear-gradient(135deg,#081c3a 0%,#13447d 52%,#087f79 100%));}
  .hero-video{opacity:.82;}
}
