/* ============================================================
   FuelTrust — PAGE-LEVEL styles.
   Load this ONLY when the file is served as a standalone page.
   When pasting FuelTrust markup into a host page (CMS, page
   builder) that already owns <html>/<body>, skip this file —
   everything else lives under .ft and cannot touch the host.
   ============================================================ */
html { scroll-behavior: smooth; }
body.ft-page {
  margin: 0;
  padding: 0;
  background: #ffffff;
  -webkit-font-smoothing: antialiased;
}
@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
}
