/* Global CSS for non-React components */
body {
  margin: 0;
  padding: 0;
  font-family: 'Urbanist', sans-serif;
}

/* Header placeholder */
#header-root {
  position: sticky;
  top: 0;
  z-index: 1000;
}

/* Section spacing */
.hero-section,
.services-section,
.process-section,
.stats-section,
.team-section,
.faq-section,
.cta-section {
  min-height: 50px;
}