.adomegga-bg-canvas {
  position: fixed;
  inset: 0;
  z-index: 0;
  width: 100vw;
  height: 100vh;
  pointer-events: none;
  background:
    linear-gradient(135deg, rgba(248, 250, 252, 0.98), rgba(239, 244, 249, 0.96));
}

.page {
  position: relative;
  z-index: 1;
  background: transparent;
}

.page-header {
  position: relative;
  z-index: 1300;
}

.rd-navbar-wrap,
.rd-navbar {
  z-index: 1300;
}

.pswp,
.snackbars {
  position: relative;
  z-index: 1600;
}

.linkedin-floating-button {
  z-index: 1200;
}

.bg-default,
.bg-white,
.projects-section,
.contact-form-section {
  background-color: rgba(255, 255, 255, 0.86) !important;
}

@media (max-width: 767px) {
  .adomegga-bg-canvas {
    background:
      linear-gradient(135deg, rgba(248, 250, 252, 0.99), rgba(241, 245, 249, 0.98));
  }

  .bg-default,
  .bg-white,
  .projects-section,
  .contact-form-section {
    background-color: rgba(255, 255, 255, 0.94) !important;
  }
}

@media (prefers-reduced-motion: reduce) {
  .adomegga-bg-canvas {
    opacity: 0.9;
  }
}
