/* ============================================================
   products/non-id-document-validation — page-scoped tweaks
   ============================================================
   How-it-works phone: this page's screens are full native device
   frames exported from the Document Capture Figma (status bar and
   home indicator baked in), so the sol-stage white bezel read as a
   second frame around a finished phone — a white border no other
   treatment on the page carries. The bezel retires here: the screen
   itself is the phone shape (Camila, 2026-08-10). The deck takes
   over the rounding so the crossfading screens clip cleanly. */

.p-product--non-id-document-validation .sol-how .sol-stage__frame {
  padding: 0;
  background: transparent;
  border: none;
}
.p-product--non-id-document-validation .sol-how .sol-stage__deck {
  border-radius: 42px;
  overflow: hidden;
}
