/* High Flyfe v135 — całe kafelki Usług są klikalne */
.v135-clickable-card{
  position:relative;
  isolation:isolate;
  transition:transform .22s ease,border-color .22s ease,background-color .22s ease,box-shadow .22s ease;
  will-change:transform;
}
.v135-clickable-card>a{position:static}
.v135-clickable-card>a::before{
  content:"";
  position:absolute;
  inset:0;
  z-index:10;
  border-radius:inherit;
}
.v135-clickable-card::after{
  content:"";
  position:absolute;
  inset:0;
  z-index:1;
  border-radius:inherit;
  pointer-events:none;
  box-shadow:0 0 0 0 rgba(201,169,106,0);
  transition:box-shadow .22s ease;
}
.v135-clickable-card:hover{
  transform:translateY(-3px) scale(1.012);
  border-color:rgba(201,169,106,.48);
  background:#1c1a15;
  box-shadow:0 18px 46px rgba(0,0,0,.24);
}
.v135-clickable-card:hover::after{box-shadow:inset 0 0 0 1px rgba(230,211,160,.10)}
.v135-clickable-card:focus-within{
  border-color:rgba(201,169,106,.65);
  box-shadow:0 0 0 3px rgba(201,169,106,.12),0 18px 46px rgba(0,0,0,.22);
}
@media (prefers-reduced-motion:reduce){
  .v135-clickable-card,.v135-clickable-card::after{transition:none}
  .v135-clickable-card:hover{transform:none}
}
