/* Apollo Technologies US — shared base reset
   Extracted because these four rules were byte-identical, in some
   formatting or another, across every page on the site. Deliberately
   does NOT include nav/footer/button/theme rules: those diverge into
   two different design systems across older (about/contact/services/
   solutions) and newer (healthcare/financial-services/legal-compliance)
   pages and need a real consolidation decision, not a blind merge. */

*, *::before, *::after { margin: 0; padding: 0; box-sizing: border-box; }
html { scroll-behavior: smooth; }
a { text-decoration: none; color: inherit; }
ul { list-style: none; }
