/* ============================================
   A to B Group — Standard Layout
   All sections flow normally top-to-bottom.
   No stacked cards effect. No transforms.
   ============================================ */

.stack-cards-wrapper {
  position: relative;
}

.stack-card {
  position: relative;
}

.stack-cards-progress,
.stack-card-peek,
.stack-debug-hud {
  display: none !important;
}
