/* Unified navigation cards used for related service, training and testing pages. */
.service-link-grid a,
.training-actions .button {
  display:flex;
  min-height:72px;
  align-items:center;
  justify-content:center;
  padding:15px 18px;
  border:1px solid rgba(62,111,177,.38)!important;
  border-top:3px solid #ffd012!important;
  border-radius:10px!important;
  background:linear-gradient(135deg,#182746 0%,#2b4168 100%)!important;
  color:#fff!important;
  font-size:.95rem!important;
  font-weight:700!important;
  line-height:1.35;
  text-align:center;
  text-decoration:none;
  box-shadow:0 8px 18px rgba(18,38,82,.14),inset 0 1px 0 rgba(255,255,255,.08);
  transition:transform .18s ease,background-color .18s ease,box-shadow .18s ease,border-color .18s ease;
}
.service-link-grid a{position:relative;flex-direction:column;gap:7px;overflow:hidden}
.service-link-grid a::before{display:grid;width:25px;height:25px;place-items:center;border:1px solid rgba(255,208,18,.75);border-radius:50%;color:#ffd012;font-size:.68rem;font-weight:800;letter-spacing:.05em;line-height:1}
.service-link-grid a::after{position:absolute;right:18px;bottom:13px;left:18px;height:1px;background:linear-gradient(90deg,transparent,rgba(255,208,18,.46),transparent);content:''}
.service-link-grid a:nth-child(1)::before{content:'01'}
.service-link-grid a:nth-child(2)::before{content:'02'}
.service-link-grid a:nth-child(3)::before{content:'03'}
.service-link-grid a:nth-child(4)::before{content:'04'}
.service-link-grid a:hover,
.service-link-grid a:focus-visible,
.training-actions .button:hover,
.training-actions .button:focus-visible {
  border-color:#ffd012!important;
  background:linear-gradient(145deg,#1e2d49,#2d4170)!important;
  color:#fff!important;
  box-shadow:0 13px 25px rgba(18,38,82,.22),inset 0 1px 0 rgba(255,255,255,.12);
  transform:translateY(-2px);
}
.training-actions .button:last-child { border-color:rgba(62,111,177,.38)!important; color:#fff!important; }
.training-actions .button:last-child:hover,
.training-actions .button:last-child:focus-visible { border-color:#ffd012!important; color:#fff!important; }
@media(max-width:720px){
  .service-link-grid a,
  .training-actions .button { min-height:64px; padding:13px 12px; font-size:.88rem!important; }
}
