/* Bands & Musiker*innen — Violett/Stage. Theme-spezifisch; Basis: lp-base.css */
:root {
    --color-accent: #a855f7;
    --color-accent-soft: #c084fc;
    --color-accent-dim: rgba(168, 85, 247, 0.13);
    --color-accent-line: rgba(168, 85, 247, 0.32);
}
.hero-bg {
    background-image:
        radial-gradient(130% 95% at 80% 85%, rgba(168, 85, 247, 0.24), transparent 58%),
        radial-gradient(85% 65% at 12% 5%, rgba(120, 60, 200, 0.10), transparent 55%),
        linear-gradient(150deg, #0a0b0d 0%, #100b18 58%, #16091f 100%) !important;
    background-position: center !important;
    filter: none !important;
}
.hero-bg::after {
    background: linear-gradient(100deg, rgba(7, 6, 11, 0.85) 12%, rgba(7, 6, 11, 0.5) 55%, rgba(7, 6, 11, 0.2) 100%) !important;
}
