/* Illustrator*innen — Chartreuse/Lime. Theme-spezifisch; Basis: lp-base.css */
:root {
    --color-accent: #aacc3a;
    --color-accent-soft: #c6e85f;
    --color-accent-dim: rgba(170, 204, 58, 0.14);
    --color-accent-line: rgba(170, 204, 58, 0.30);
    --sticky-color: #1f2a05;
}
.hero-bg {
    background-image:
        radial-gradient(130% 95% at 80% 85%, rgba(170, 204, 58, 0.20), transparent 58%),
        radial-gradient(85% 65% at 12% 5%, rgba(120, 160, 40, 0.10), transparent 55%),
        linear-gradient(150deg, #0a0b0d 0%, #0f1108 58%, #121507 100%) !important;
    background-position: center !important;
    filter: none !important;
}
.hero-bg::after {
    background: linear-gradient(100deg, rgba(9, 10, 6, 0.85) 12%, rgba(9, 10, 6, 0.5) 55%, rgba(9, 10, 6, 0.2) 100%) !important;
}
