/* Soziale Einrichtungen — Warm Amber. Theme-spezifisch; Basis: lp-base.css */
:root {
    --color-accent: #d97b3a;
    --color-accent-soft: #f0a060;
    --color-accent-dim: rgba(217, 123, 58, 0.12);
    --color-accent-line: rgba(217, 123, 58, 0.32);
}
.hero-bg {
    background-image:
        radial-gradient(130% 95% at 82% 88%, rgba(217, 123, 58, 0.22), transparent 58%),
        radial-gradient(90% 70% at 8% 0%, rgba(217, 123, 58, 0.08), transparent 55%),
        linear-gradient(155deg, #0a0b0d 0%, #11100a 58%, #1a1208 100%) !important;
    background-position: center !important;
    filter: none !important;
}
.hero-bg::after {
    background: linear-gradient(100deg, rgba(8, 7, 4, 0.88) 12%, rgba(8, 7, 4, 0.5) 55%, rgba(8, 7, 4, 0.2) 100%) !important;
}
