/* ============================================================
   LeadGen AI — Reset (modern, minimal)
   ============================================================ */

html.dx { scroll-behavior: smooth; }

.dx, .dx *, .dx *::before, .dx *::after { box-sizing: border-box; }

.dx body {
  margin: 0;
  background: var(--bg);
  color: var(--fg);
  font-family: var(--font-sans);
  font-size: 15px;
  line-height: 1.6;
  font-feature-settings: "cv11", "ss01", "ss03";
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-rendering: optimizeLegibility;
}

/* Legacy app.js injects a `.mobile-toggle` into `.nav-inner` — hide it
   on pages using the new design system (we ship our own .nav-burger). */
.dx .mobile-toggle { display: none !important; }

.dx a { color: inherit; text-decoration: none; }
.dx img, .dx svg { display: block; max-width: 100%; }
.dx button, .dx input, .dx textarea, .dx select { font: inherit; color: inherit; }
.dx ::selection { background: var(--orange); color: #fff; }
