#work-header, #pricing-header, #contact-header {
  position: relative;
  overflow: hidden;
}

#work-header::before, #pricing-header::before, #contact-header::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -1;
  background-image: url('../images/bg.png');
  background-size: cover;
  background-position: center;
}

#work-header::after, #pricing-header::after, #contact-header::after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -1;
  background: linear-gradient(135deg, rgba(3,7,15,0.92) 0%, rgba(3,7,15,0.7) 100%);
  border-bottom: 1px solid var(--border);
}

#work-header > *, #pricing-header > *, #contact-header > * {
  position: relative;
  z-index: 2;
}
