/* ============================================
   SOBRE NÓS - Custom Styles
   ============================================ */

/* Page Hero */
.page-hero {
  min-height: 50vh;
}

/* Value cards stagger animation */
.group:nth-child(2) { transition-delay: 100ms; }
.group:nth-child(3) { transition-delay: 200ms; }

/* Stats counter effect */
@keyframes countUp {
  from { opacity: 0; transform: translateY(10px); }
  to { opacity: 1; transform: translateY(0); }
}
