/* Shown when html.app-embed (set by embed-chrome.js) — see marketing-site/README.md */
html.app-embed body > nav,
html.app-embed body > header {
  display: none !important;
}

/* In-app, hide the full marketing footer (nav columns, legal hub links, App Store
   CTA) so the WebView shows only the page <main> content and can't navigate out
   of the legal/help page into the marketing site. */
html.app-embed .site-footer {
  display: none !important;
}

/* Legacy hooks for the pre-redesign footer — harmless if the classes are absent;
   kept so any un-migrated page still trims correctly. */
html.app-embed .marketing-footer-legal {
  display: none !important;
}

html.app-embed a.marketing-footer-brand {
  pointer-events: none;
  cursor: default;
  text-decoration: none;
}
