/* Framer SSR sets the pricing grid wrapper to opacity:0 for appear/hydration.
   When that animation never completes, the monthly/yearly toggle and cards stay invisible. */
#pricing .framer-1mf2g5r-container {
  opacity: 1 !important;
  transform: none !important;
  will-change: auto !important;
}

#pricing [data-framer-name="toggle-rec"] [data-framer-name="monthly"],
#pricing [data-framer-name="toggle-rec"] [data-framer-name="yearly"] {
  cursor: pointer;
}
