/* BotDHI mobile CTA fallback – nur Seiten ohne bestehende CTA-Leiste */
.dhi-botdhi-mobile-cta{position:fixed;left:0;right:0;bottom:0;z-index:9998;display:none;grid-template-columns:repeat(5,minmax(0,1fr));gap:0;background:#111827;border-top:1px solid rgba(255,255,255,.12);box-shadow:0 -12px 28px rgba(0,0,0,.22);padding-bottom:env(safe-area-inset-bottom)}
.dhi-botdhi-mobile-cta a,.dhi-botdhi-mobile-cta button{appearance:none;-webkit-appearance:none;min-width:0;min-height:62px;margin:0;padding:0 2px;border:0;border-radius:0;background:#111827;color:#fff;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:4px;text-decoration:none;font:600 clamp(10px,2.9vw,12px)/1.1 system-ui,-apple-system,"Segoe UI",Arial,sans-serif;white-space:nowrap;cursor:pointer}
.dhi-botdhi-mobile-cta a:hover,.dhi-botdhi-mobile-cta button:hover,.dhi-botdhi-mobile-cta a:focus-visible,.dhi-botdhi-mobile-cta button:focus-visible{background:#1f2937;color:#fff;outline:2px solid rgba(255,255,255,.75);outline-offset:-2px}
.dhi-botdhi-mobile-cta svg{width:20px;height:20px;display:block;fill:none;stroke:currentColor;stroke-width:2;stroke-linecap:round;stroke-linejoin:round}
body.has-dhi-botdhi-mobile-cta{padding-bottom:calc(70px + env(safe-area-inset-bottom))}
@media(max-width:900px){.dhi-botdhi-mobile-cta{display:grid}}
