/* ============================================================
   AstroEnergy — Dla Biznesu Page Styles
   Reuses .service-card, .service-grid from dla-domu.css
   ============================================================ */

/* --- Hero --- */
.dlabiznesu-hero {
  position: relative;
  overflow: hidden;
}

.dlabiznesu-hero::before {
  content: '';
  position: absolute;
  inset: 0;
  background: url('images/tlo-zmieniamy-planete-astroenergy.jpg') center/cover no-repeat;
  opacity: 0.22;
  z-index: 0;
}

.dlabiznesu-hero::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 60%;
  background: linear-gradient(to bottom, transparent, #fff);
  z-index: 0;
}

.dlabiznesu-hero .container {
  position: relative;
  z-index: 1;
}
