/* JobCoach Websites — page-specific overrides */

#hero {
  background-image: url('https://images.unsplash.com/photo-1521737604893-d14cc237f11d?w=1400&q=80&auto=format&fit=crop');
}
#hero::before {
  content: '';
  position: absolute;
  inset: 0;
  background:
    radial-gradient(ellipse 65% 55% at 25% 55%, rgba(200,137,42,.12) 0%, transparent 65%),
    radial-gradient(ellipse 45% 55% at 80% 20%, rgba(232,228,220,.03) 0%, transparent 55%),
    linear-gradient(rgba(10,10,11,.72), rgba(10,10,11,.72));
}

.hero-sub { max-width: 500px; }

#leistungen { background: var(--bg); }
#prozess { background: var(--bg); }
#kontakt { background: var(--bg-surface); }
#pakete { background: var(--bg-surface); }
