/* Zusätzliche visuelle Akzente: stärkeres Blau #60A5FA neben Grün #22C55E */
.hero-decor.hero-blob-1 {
  opacity: 0.55;
  filter: hue-rotate(-8deg) saturate(1.15);
}
.hero-decor.hero-blob-2 {
  opacity: 0.45;
  filter: hue-rotate(12deg);
}
.service-card-featured {
  border: 1px solid rgba(96, 165, 250, 0.35);
  box-shadow: 0 0 0 1px rgba(96, 165, 250, 0.12);
}
.blog-card-icon {
  color: #60a5fa;
}
.header-clean .navbar-dark .nav-link.active {
  color: #60a5fa !important;
}
