/* V13 — lighter blue actions with explicit non-orange hover states */
.site-nav .button{color:#fff!important;background:linear-gradient(90deg,#5685c6 0%,#6190cc 55%,#709bd2 100%)!important;border-color:rgba(63,111,174,.16);box-shadow:0 9px 22px rgba(48,91,151,.12)}
.site-nav .button:hover,.site-nav .button:focus-visible{color:#fff!important;background:linear-gradient(90deg,#4878bb 0%,#5484c4 55%,#628fc9 100%)!important;box-shadow:0 13px 26px rgba(48,91,151,.18)}
.hero-actions .button,.hero-actions .button:first-child{color:#fff!important;background:linear-gradient(90deg,#5a89ca 0%,#6794cf 52%,#73a0d5 100%)!important}
.hero-actions .button:first-child:hover,.hero-actions .button:first-child:focus-visible{color:#fff!important;background:linear-gradient(90deg,#4979bc 0%,#5685c4 52%,#628fc9 100%)!important;transform:translateY(-2px)}
.hero-actions .button.secondary{color:#fff!important;background:linear-gradient(90deg,#73a0d5 0%,#7ea8d8 52%,#88addb 100%)!important;transform:none}.hero-actions .button.secondary:hover,.hero-actions .button.secondary:focus-visible{color:#fff!important;background:linear-gradient(90deg,#73a0d5 0%,#7ea8d8 52%,#88addb 100%)!important;transform:translateY(-2px)}
.hero-actions .button .arrow,.site-nav .button .arrow{display:inline-block;margin-left:7px;transition:transform .2s ease}
.hero-actions .button:hover .arrow,.hero-actions .button:focus-visible .arrow,.site-nav .button:hover .arrow,.site-nav .button:focus-visible .arrow{transform:translateX(4px)}
