/* Extra-tight vertical rhythm for the MCP SUB-pages only (How-It-Works, Privacy,
   Pricing, Quiz under /AI-For-Your-Site/ and later /MCP-Integration/). Linked
   AFTER mcp-pages.css and ONLY by the sub-pages, so the approved hub keeps its
   mcp-pages.css spacing untouched.

   The sub-pages have sparser, single-card sections, so at the hub's spacing they
   read airy. Here the section/hero padding drops another notch (2rem vs 3rem) so
   the page is one dense flow. Bump the ?v= in the pages' <link> when this changes. */
.section { padding: var(--spacing-lg) 0; }
.hero { padding-bottom: var(--spacing-lg); }
