/* Only public marketing paths are opted in by contact.js. Product videos and SVGs remain. */
html[data-bdp-active] [data-bdp-hidden] { display: none !important; }
html[data-bdp-active][data-bdp-domain="anruf-ai.de"] .pd-card { display: none !important; }
html[data-bdp-active] a:is([href="/demo"],[href="/demo/"],[href="/signup"],[href="/demo/vertrieb"],[href="/demo/personaldienstleister"],[href="/demo/steuerberater"],[href="/demo/telefon"]) { visibility: hidden; }
html[data-bdp-active] .bdp-contact-card { box-sizing: border-box; background: #fff; border: 1px solid #b7d5c7; border-radius: 20px; padding: clamp(24px, 4vw, 40px); box-shadow: 0 18px 48px #123c3410; text-align: left; }
html[data-bdp-active] .bdp-contact-card h2 { color: #123c34; margin: 0 0 16px; font: inherit; font-size: clamp(23px, 3vw, 30px); font-weight: 700; line-height: 1.2; }
html[data-bdp-active] .bdp-contact-card p { color: #45655e; margin: 0 0 24px; font-size: 16px; line-height: 1.65; }
html[data-bdp-active] .bdp-contact-card a { display: inline-flex; justify-content: center; box-sizing: border-box; max-width: 100%; border-radius: 10px; background: #008f7b; color: #fff; padding: 14px 22px; font-size: 15px; font-weight: 650; text-decoration: none; }
html[data-bdp-active] .bdp-contact-card a:hover { background: #087b6a; }
html[data-bdp-active] .bdp-contact-card a:focus-visible { outline: 3px solid #123c34; outline-offset: 4px; }
