/* FIX-11: phone stacking for inline-styled card grids (approved 2026-07-11) */
@media(max-width:760px){
  div[style*="grid-template-columns:1fr 1fr 1fr"]{grid-template-columns:1fr!important}
  .grid-3[style*="repeat(4,1fr)"]{grid-template-columns:1fr!important}
}
/* FIX-13: quiz screens scroll clear of the sticky header */
#screen-intro,#screen-quiz,#screen-email,#screen-result{scroll-margin-top:84px}
