/* ============================================================
   ALTULA — safety.css
   Technology page: Security Configuration
   Reuses .tech-hero, .philosophy-card, .intel-grid and
   .tech-cta-card from aesthetics.css / intelligence.css.
   ============================================================ */

/* ---------- Page hero ----------
   The hero image lives in a page-specific rule (instead of the
   usual inline --hero-bg) because the image is a local asset:
   url() in this stylesheet resolves reliably relative to this
   file. */
.page-hero--image.tech-hero.safety-hero {
  background:
    linear-gradient(
      180deg,
      rgba(13, 27, 36, 0.72) 0%,
      rgba(13, 27, 36, 0.55) 50%,
      rgba(13, 27, 36, 0.82) 100%
    ),
    url('../images/Technology/Security/hero.jpg') center / cover no-repeat;
}
