/* Achievements page specific tuning (safe, non-content) */
@media (max-width: 768px) {
  .achievement-card,
  .timeline-card,
  .stats-card {
    box-shadow: none !important;
  }
}
