/* Branchen-/Lösungen-Seiten: schlank, schnell, crawlbar - kein WebGL, wie legal.css
   aber mit Hero, Chips, FAQ-Akkordeon und CTA fürs Content-Marketing. */
:root {
  --bg: #08070d; --ink: #f3f1fb; --text: #b9b6c8; --dim: #9b96b4;
  --lila: #9c93f5; --lila-tief: #6f63e8;
  --rand: clamp(20px, 5vw, 56px);
}
* { box-sizing: border-box; }
html { background: var(--bg); }
body {
  margin: 0; background: var(--bg); color: var(--ink);
  font: 400 16px/1.6 -apple-system, "Segoe UI", Roboto, ui-sans-serif, sans-serif;
  -webkit-font-smoothing: antialiased;
}
a { color: var(--lila); }

/* Die Kopfzeile stand hier frueher ein zweites Mal (.ct-topbar mit Text-Logo
   statt Markenzeichen und eigener Kante). Sie steht jetzt allein in kopf.css. */

.ct-breadcrumb { max-width: 760px; margin: 0 auto; padding: 0 var(--rand); font-size: 12.5px; color: var(--dim); }
.ct-breadcrumb a { color: var(--dim); text-decoration: none; }
.ct-breadcrumb a:hover { color: var(--ink); }

.ct-art { max-width: 760px; margin: 0 auto; padding: 20px var(--rand) 100px; }
.ct-art h1 { font-size: clamp(30px, 4.4vw, 46px); font-weight: 600; letter-spacing: -.02em; margin: 18px 0 18px; }
.ct-lead { font-size: clamp(16px, 1.9vw, 20px); line-height: 1.6; color: var(--text); margin: 0 0 34px; }
.ct-art h2 { font-size: 21px; font-weight: 600; margin: 46px 0 14px; color: #fff; }
.ct-art p { margin: 0 0 14px; color: var(--text); }

.ct-chips { list-style: none; margin: 0 0 34px; padding: 0; display: flex; flex-wrap: wrap; gap: 8px; }
.ct-chips li {
  font-size: 12.5px; color: rgba(255,255,255,.74);
  border: 1px solid rgba(255,255,255,.16); border-radius: 999px; padding: 6px 13px;
}

.ct-faq { margin-top: 8px; }
.ct-faq-item { border-top: 1px solid rgba(255,255,255,.1); padding: 20px 0; }
.ct-faq-item:last-child { border-bottom: 1px solid rgba(255,255,255,.1); }
.ct-faq-item h3 { margin: 0; font-size: 16.5px; font-weight: 600; color: #fff; }
.ct-faq-item p { margin: 10px 0 0; font-size: 14.5px; }

.ct-cta {
  margin-top: 44px; padding: 28px clamp(22px, 3vw, 34px); border-radius: 14px;
  background: linear-gradient(135deg, rgba(156,147,245,.14), rgba(156,147,245,.03));
  border: 1px solid rgba(156,147,245,.3);
}
.ct-cta h2 { margin: 0 0 10px; font-size: 20px; }
.ct-cta p { margin: 0 0 18px; }
.ct-btn {
  display: inline-block; text-decoration: none; padding: 13px 24px; border-radius: 999px;
  font-size: 14px; font-weight: 600; color: #fff; background: var(--lila-tief);
  transition: background .2s; margin-right: 10px;
}
.ct-btn:hover { background: var(--lila); }
.ct-btn-ghost { background: transparent; border: 1px solid rgba(255,255,255,.22); color: var(--ink); }

.ct-hub-grid { display: grid; grid-template-columns: repeat(auto-fill, minmax(240px, 1fr)); gap: 14px; margin-top: 30px; }
.ct-hub-karte {
  display: block; text-decoration: none; padding: 20px 22px; border-radius: 12px;
  border: 1px solid rgba(255,255,255,.12); background: rgba(255,255,255,.02); transition: border-color .2s, background .2s;
}
.ct-hub-karte:hover { border-color: rgba(156,147,245,.5); background: rgba(156,147,245,.06); }
.ct-hub-karte b { display: block; font-size: 15.5px; color: #fff; font-weight: 600; }
.ct-hub-karte span { display: block; margin-top: 6px; font-size: 13px; color: var(--dim); }

.fuss-spalte { margin-top: 60px; padding-top: 24px; border-top: 1px solid rgba(255,255,255,.09); font-size: 12.5px; color: var(--dim); }
.fuss-spalte a { display: inline-block; color: var(--dim); text-decoration: none; padding: 8px 10px 8px 0; margin-right: 6px; }
.fuss-spalte a:hover { color: var(--ink); }
