/* Remove duplicate branding and language chrome inside the embedded scanner.
   The page header already provides both, so hiding the in-card header keeps
   attention on the scan CTA and reduces visual clutter. */
#root .w-full.flex.justify-between.items-center.p-6.pt-safe-top.z-20 {
  display: none !important;
}

/* Pull the hero content up slightly after removing the duplicated top row. */
#root .flex-1.flex.flex-col.items-center.justify-center.px-8.-mt-20 {
  margin-top: -2rem !important;
}

/* Tighten the bottom action area so the card feels more intentional. */
#root .p-6.pb-safe-bottom.z-20 {
  padding-top: 1rem !important;
}

/* Hide the model-credit footer so the scanner reads like a product, not a demo. */
#root .p-6.pb-safe-bottom.z-20 > p {
  display: none !important;
}
