@layer pages {
  /* Hosting pricing card: GPU layer + emerald hover glow */
  .page-hosting .hosting-pricing-card {
    transform: translateZ(0);
    will-change: transform;
    backface-visibility: hidden;
  }
  .page-hosting .hosting-pricing-card:hover {
    border-color: rgba(16, 185, 129, 0.4);
    transform: translateZ(0) translateY(-2px);
    box-shadow: 0 10px 40px -10px rgba(0, 0, 0, 0.5), 0 0 30px rgba(16, 185, 129, 0.12);
  }
}


