*{ box-sizing: border-box; }
  html, body { margin: 0; padding: 0; }
  body {
    background: #0a0c0f;
    color: #eeeff3;
    font-family: "IBM Plex Sans", system-ui, sans-serif;
    -webkit-font-smoothing: antialiased;
    line-height: 1.6;
    overflow-x: hidden;
  }
  a { color: #ff9a4d; text-decoration: none; }
  a:hover { color: #ff6b1a; }
  ::selection { background: #ff6b1a; color: #0a0c0f; }
  h1, h2, h3 { font-family: "Space Grotesk", sans-serif; margin: 0; line-height: 1.05; letter-spacing: -0.02em; }
  p { margin: 0; }
  ::-webkit-scrollbar { width: 10px; height: 10px; }
  ::-webkit-scrollbar-track { background: #0a0c0f; }
  ::-webkit-scrollbar-thumb { background: #262a31; border-radius: 6px; }
  ::-webkit-scrollbar-thumb:hover { background: #ff6b1a; }
  @media (max-width: 860px) {
    .hero-grid { grid-template-columns: 1fr !important; }
    .stat-grid, .col-3, .foot-grid { grid-template-columns: 1fr 1fr !important; }
    .navlinks { display: none !important; }
  }
  @media (max-width: 560px) {
    .stat-grid, .col-3 { grid-template-columns: 1fr !important; }
  }
  @media (prefers-reduced-motion: reduce) {
    [data-reveal] { opacity: 1 !important; transform: none !important; }
  }
