/* Seitenspezifische Ergänzungen */
.hero-decoration {
  position: absolute;
  border-radius: 999px;
  filter: blur(2px);
  pointer-events: none;
}

.hero-decoration-one {
  top: 100px;
  left: -130px;
  width: 320px;
  height: 320px;
  background: rgba(37, 99, 235, 0.05);
}

.hero-decoration-two {
  right: -180px;
  bottom: -220px;
  width: 480px;
  height: 480px;
  background: rgba(6, 182, 212, 0.06);
}
