/* Verkäufer-Landingpages – Ergänzungen zu landingpages.css des Käufer-Plugins */
.dovk-seite .intro-text p { font-size: 1.1rem; }
.dovk-markt { margin: 2rem 0; }
.dovk-kacheln { display: grid; grid-template-columns: repeat(auto-fit, minmax(200px, 1fr)); gap: 16px; margin: 1rem 0 .5rem; }
.dovk-kachel { display: flex; flex-direction: column; gap: 4px; padding: 18px 20px; border: 1px solid #e5e7eb; border-radius: 12px; background: #fff; color: #222; text-decoration: none; }
a.dovk-kachel:hover { border-color: #6F2689; color: #222; }
.dovk-zahl { font-size: 2rem; font-weight: 700; line-height: 1.1; color: #6F2689; }
.dovk-text { font-size: .95rem; line-height: 1.35; }
.dovk-text small { color: #6b7280; }
.dovk-kachel-regionen { justify-content: center; }
.dovk-stand { font-size: .85rem; color: #6b7280; margin: 0; }
.dovk-cta { display: flex; flex-wrap: wrap; align-items: center; gap: 16px; margin: 1.5rem 0 2.5rem; }
.dovk-btn { padding: 12px 26px; font-weight: 600; }
.dovk-link { color: #6F2689; text-decoration: underline; }
.dovk-pruefpunkte, .dovk-schritte { margin: 0 0 1.5rem 1.2rem; line-height: 1.6; }
.dovk-pruefpunkte li, .dovk-schritte li { margin-bottom: .6rem; }
.dovk-weiter { margin-top: 2.5rem; padding-top: 1.5rem; border-top: 1px solid #e5e7eb; }
.dovk-branchen-liste { display: flex; flex-wrap: wrap; gap: 8px 12px; list-style: none; margin: 0 0 1rem; padding: 0; }
.dovk-branchen-liste li a { display: inline-block; padding: 6px 12px; border: 1px solid #ddd; border-radius: 999px; font-size: .92rem; color: #222; text-decoration: none; }
.dovk-branchen-liste li a:hover { border-color: #6F2689; color: #6F2689; }
.dovk-kaufen-hinweis { font-size: .95rem; color: #444; }
.dovk-inhaber-hinweis { margin: 1.5rem 0; padding: 14px 18px; border-left: 4px solid #6F2689; background: #f7f2fa; border-radius: 6px; }
@media (max-width: 480px) { .dovk-zahl { font-size: 1.6rem; } }

/* Sektion auf der Verkäuferseite /unternehmen-verkaufen/ (Elementor-Layout: weiße Spalte 1120 px, Inhalt 880 px) */
.dovk-hub-branchen { background: #fff; max-width: 1120px; margin: 0 auto; padding: 64px 120px 72px; box-sizing: border-box; }
.dovk-hub-inner { max-width: 880px; margin: 0 auto; }
.dovk-pill { display: inline-flex; align-items: center; gap: 8px; padding: 6px 14px; border-radius: 999px; background: #f3f4f6; font-size: 13px; font-weight: 600; color: #333; margin-bottom: 18px; }
.dovk-pill::before { content: ""; width: 7px; height: 7px; border-radius: 50%; background: #6F2689; }
.dovk-hub-branchen .dovk-hub-inner h2 { font-size: 46px; font-weight: 800; line-height: 1.15; letter-spacing: -.01em; margin: 0 0 14px; color: #111; }
.dovk-hub-branchen > .dovk-hub-inner > p { font-size: 17px; line-height: 1.6; color: #444; margin: 0 0 28px; }
.dovk-karten { display: grid; grid-template-columns: repeat(3, 1fr); gap: 16px; }
.dovk-karte { position: relative; display: flex; flex-direction: column; gap: 6px; padding: 20px 44px 20px 22px; border: 1px solid #e5e7eb; border-radius: 12px; background: #fff; color: #111; text-decoration: none; transition: border-color .15s, box-shadow .15s; }
.dovk-karte:hover, .dovk-karte:focus { border-color: #6F2689; box-shadow: 0 6px 18px rgba(111,38,137,.12); color: #111; text-decoration: none; }
.dovk-karte-titel { font-weight: 700; font-size: 17px; line-height: 1.3; }
.dovk-karte-zahlen { font-size: 14px; color: #6b7280; }
.dovk-karte-pfeil { position: absolute; right: 18px; top: 18px; color: #6F2689; font-size: 20px; line-height: 1; }
@media (max-width: 1024px) { .dovk-hub-branchen { padding: 48px 40px; } .dovk-hub-branchen .dovk-hub-inner h2 { font-size: 34px; } .dovk-karten { grid-template-columns: repeat(2, 1fr); } }
@media (max-width: 600px)  { .dovk-hub-branchen { padding: 36px 20px; } .dovk-hub-branchen .dovk-hub-inner h2 { font-size: 28px; } .dovk-karten { grid-template-columns: 1fr; } }
