/* Tokushoho — static (TokushohoPage.tsx) */

[data-motion="page-hero"],
[data-motion="content-card"] {
  opacity: 0;
}

[data-motion="page-hero"] {
  transform: translateY(20px);
}

[data-motion="content-card"] {
  transform: translateY(30px);
}
