section#hero {
  position: relative;
  overflow: hidden;
}
section#hero::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -10;
  background-size: cover;
  background-position: center;
  filter: blur(1px);
}
[data-bs-theme=light] section#hero::before {
  background-image: url("/assets/backgrounds/burnwall_day-62283610.png");
  background-blend-mode: lighten;
  background-color: rgba(255, 255, 255, 0.8);
}
[data-bs-theme=dark] section#hero::before {
  background-image: url("/assets/backgrounds/burnwall_night-12995715.png");
  background-blend-mode: darken;
  background-color: rgba(0, 0, 0, 0.65);
}
section#hero::before {
  background-position: top center;
  background-repeat: no-repeat;
}

section#developers {
  position: relative;
  overflow: hidden;
}
section#developers::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -10;
  background-size: cover;
  background-position: center;
  filter: blur(2px);
}
[data-bs-theme=light] section#developers::before {
  background-image: url("/assets/backgrounds/s9_workstation-79d5fbf8.png");
  background-blend-mode: lighten;
  background-color: rgba(255, 255, 255, 0.8);
}
[data-bs-theme=dark] section#developers::before {
  background-image: url("/assets/backgrounds/s9_workstation-79d5fbf8.png");
  background-blend-mode: darken;
  background-color: rgba(0, 0, 0, 0.65);
}

.marketing-card {
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
  transition: background 0.3s, border 0.3s;
}
[data-bs-theme=light] .marketing-card {
  background: rgba(255, 255, 255, 0.25);
  box-shadow: 0 4px 24px 0 rgba(0, 0, 0, 0.08);
}
[data-bs-theme=dark] .marketing-card {
  background: rgba(30, 30, 30, 0.35);
  box-shadow: 0 4px 24px 0 rgba(0, 0, 0, 0.18);
}

.btn-outline-secondary {
  backdrop-filter: blur(4px);
}

/*# sourceMappingURL=/assets/special/marketing-0c54001b.css.map */
