/* =========================
   Global
========================= */
body {
  font-family: system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Arial, sans-serif;
}

/* =========================
   Hero Section
========================= */
.hero {
  min-height: 100vh;
  background-image: url("../img/photos/hsinspects.jpg"); /* PLACEHOLDER */
  background-size: cover;
  background-position: center;
  position: relative;
}

.hero-overlay {
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.55);
}

/* =========================
   CTA Strip
========================= */
.cta-strip {
  background: linear-gradient(135deg, #0d6efd, #084298);
}

/* =========================
   Accessibility & Buttons
========================= */
.btn-primary {
  font-weight: 600;
}