/* Page Specific Overrides */
.support-hero { text-align: center; position: relative; }
.support-hero::after {
  content: ''; position: absolute; bottom: 0; left: 0; width: 100%; height: 80px;
  background: linear-gradient(to top, #0a0e1a, transparent);
  pointer-events: none;
}
.support-hero h1 {
  background: linear-gradient(135deg, #d4af37, #fff);
  -webkit-background-clip: text; background-clip: text; -webkit-text-fill-color: transparent;
  letter-spacing: -0.02em;
}
.card:hover {
  transform: translateY(-6px);
}
.card .service-icon {
  transition: transform 0.3s cubic-bezier(0.175, 0.885, 0.32, 1.275);
}
.card:hover .service-icon {
  transform: scale(1.1);
}
