/* Pode Já — Shadows & motion */
:root {
  --pj-shadow-card:   0 4px 16px rgba(35, 30, 25, 0.06);
  --pj-shadow-raised: 0 8px 24px rgba(35, 30, 25, 0.10);
  --pj-shadow-banner: 0 8px 24px rgba(253, 95, 49, 0.18); /* warm orange glow under hero */

  /* Motion — gentle, friendly. No hard bounces. */
  --pj-ease: cubic-bezier(0.22, 0.61, 0.36, 1); /* @kind other */
  --pj-duration-fast: 120ms; /* @kind other */
  --pj-duration: 200ms; /* @kind other */
}
