/* systemhaus.in — Design-System v1
   Null Webfonts, null externe Requests. Mono als Identitätsträger.
   Akzent via --accent aus Backend-Settings überschreibbar. */

:root {
  --ink: #10141b;
  --paper: #fafaf8;
  --steel: #141a24;
  --steel-2: #1b2330;
  --muted: #5a6270;
  --line: #e3e5e9;
  --line-dark: #2a3342;
  --accent: #ff4d00;
  --ok: #1a7f37;
  --err: #b42318;
  --sans: system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
  --mono: ui-monospace, "Cascadia Mono", "SF Mono", Menlo, Consolas, monospace;
  --r: 3px;
  --wrap: 1180px;
}

* { box-sizing: border-box; margin: 0; padding: 0; }
html { -webkit-text-size-adjust: 100%; scroll-behavior: smooth; }
@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { animation: none !important; transition: none !important; }
}
body {
  font-family: var(--sans);
  color: var(--ink);
  background: var(--paper);
  line-height: 1.6;
  font-size: 1rem;
}
img { max-width: 100%; height: auto; display: block; }
a { color: inherit; }
:focus-visible { outline: 3px solid var(--accent); outline-offset: 2px; }

.skip { position: absolute; left: -9999px; top: 0; background: var(--ink); color: #fff; padding: .6rem 1rem; z-index: 100; }
.skip:focus { left: 0; }

.wrap { max-width: var(--wrap); margin: 0 auto; padding: 0 1.25rem; }
.wrap-narrow { max-width: 820px; }
.center { text-align: center; }

/* ---------- Typo ---------- */
h1, h2, h3 { font-weight: 800; letter-spacing: -0.02em; line-height: 1.12; }
h1 { font-size: clamp(2rem, 5.4vw, 3.6rem); }
h2 { font-size: clamp(1.5rem, 3.4vw, 2.3rem); margin-bottom: .5rem; }
h3 { font-size: 1.12rem; }
.lead { font-size: clamp(1.05rem, 1.9vw, 1.25rem); color: var(--muted); max-width: 46em; margin-top: 1rem; }
.eyebrow {
  font-family: var(--mono); font-size: .74rem; text-transform: uppercase;
  letter-spacing: .18em; color: var(--accent); margin-bottom: .8rem;
}
.eyebrow a { color: inherit; text-decoration: none; }
.section-lead { color: var(--muted); max-width: 46em; margin: .4rem 0 1.6rem; }
.section-more { margin-top: 1.6rem; }

/* ---------- Header ---------- */
.site-head { position: sticky; top: 0; z-index: 50; background: var(--paper); border-bottom: 1px solid var(--line); }
.head-inner { display: flex; align-items: center; gap: 1.2rem; padding-top: .7rem; padding-bottom: .7rem; }
.brand { display: flex; align-items: center; gap: .55rem; text-decoration: none; }
.brand-mark { color: var(--accent); font-size: 1.05rem; letter-spacing: -2px; }
.brand-text { font-weight: 800; font-size: 1.12rem; letter-spacing: -0.01em; display: flex; flex-direction: column; line-height: 1.1; }
.brand-text small { font-family: var(--mono); font-weight: 400; font-size: .55rem; text-transform: uppercase; letter-spacing: .22em; color: var(--muted); }
.main-nav { display: none; margin-left: auto; align-items: center; gap: .2rem; }
.main-nav a { text-decoration: none; font-size: .92rem; font-weight: 500; padding: .45rem .7rem; border-radius: var(--r); }
.main-nav a:hover { background: #eef0f3; }
.nav-cta { background: var(--ink); color: #fff !important; margin-left: .4rem; }
.nav-cta:hover { background: var(--accent) !important; }
.head-phone { display: none; font-family: var(--mono); font-size: .82rem; text-decoration: none; color: var(--muted); }
.nav-toggle { margin-left: auto; background: none; border: 1px solid var(--line); border-radius: var(--r); font-size: 1.2rem; padding: .25rem .6rem; cursor: pointer; color: var(--ink); line-height: 1; }
.mobile-nav { border-top: 1px solid var(--line); flex-direction: column; padding: .6rem 1.25rem 1rem; gap: .1rem; background: var(--paper); }
.mobile-nav[hidden] { display: none; }
.mobile-nav:not([hidden]) { display: flex; }
.mobile-nav a { text-decoration: none; padding: .55rem .4rem; font-weight: 600; border-radius: var(--r); color: var(--ink); }
.mobile-nav .nav-cta { text-align: center; margin-top: .5rem; padding: .7rem; }
@media (min-width: 1000px) {
  .main-nav { display: flex; }
  .head-phone { display: block; }
  .nav-toggle, .mobile-nav { display: none !important; }
}

/* ---------- Hero ---------- */
.hero { border-bottom: 1px solid var(--line); background:
  linear-gradient(var(--paper) 0 0) padding-box,
  var(--paper); padding: clamp(2.5rem, 7vw, 5rem) 0; position: relative; }
.hero::before {
  content: ""; position: absolute; inset: 0; pointer-events: none;
  background-image: linear-gradient(var(--line) 1px, transparent 1px), linear-gradient(90deg, var(--line) 1px, transparent 1px);
  background-size: 56px 56px; opacity: .35;
  mask-image: linear-gradient(to bottom, transparent, #000 30%, transparent);
}
.hero > .wrap { position: relative; }
.hero-sub { padding: clamp(2rem, 5vw, 3.2rem) 0; }
.hero-grid { display: grid; gap: 2.2rem; align-items: start; }
@media (min-width: 960px) { .hero-grid { grid-template-columns: 1.5fr 1fr; } }
.hero-cta { display: flex; flex-wrap: wrap; gap: .7rem; margin-top: 1.6rem; }
.hero-bullets { list-style: none; margin-top: 1.6rem; display: grid; gap: .35rem; }
.hero-bullets li { padding-left: 1.4rem; position: relative; font-size: .95rem; }
.hero-bullets li::before { content: "▸"; position: absolute; left: 0; color: var(--accent); font-weight: 800; }
.area-line { margin-top: 1.4rem; font-size: .9rem; color: var(--muted); }

/* Signatur: Leistungsnachweis-Panel */
.hero-proof {
  background: var(--steel); color: #dfe4ec; border-radius: var(--r);
  padding: 1.3rem 1.4rem; border: 1px solid var(--line-dark);
  font-family: var(--mono); font-size: .84rem;
}
.proof-title { color: var(--accent); letter-spacing: .06em; margin-bottom: 1rem; }
.proof-list div { display: flex; flex-direction: column; padding: .55rem 0; border-top: 1px solid var(--line-dark); }
.proof-list dt { color: #8b94a5; font-size: .72rem; text-transform: uppercase; letter-spacing: .12em; }
.proof-list dd { margin-top: .15rem; }
.proof-list a { color: #fff; }
.proof-big { font-size: 1.9rem; font-weight: 700; color: #fff; }
.proof-big::after { content: ""; }
.proof-note { margin-top: 1rem; color: #8b94a5; font-size: .78rem; }

/* ---------- Buttons ---------- */
.btn {
  display: inline-block; text-decoration: none; font-weight: 700; font-size: .95rem;
  padding: .75rem 1.4rem; border-radius: var(--r); border: 1px solid transparent;
  cursor: pointer; font-family: var(--sans); transition: background .15s, color .15s, border-color .15s;
}
.btn-primary { background: var(--accent); color: #fff; }
.btn-primary:hover { background: var(--ink); }
.btn-ghost { border-color: var(--ink); color: var(--ink); background: transparent; }
.btn-ghost:hover { border-color: var(--accent); color: var(--accent); }
.btn-big { padding: 1rem 2rem; font-size: 1.05rem; }
.section-dark .btn-ghost, .section-cta .btn-ghost { border-color: #fff; color: #fff; }

/* ---------- Sektionen ---------- */
.section { padding: clamp(2.6rem, 6vw, 4.5rem) 0; }
.section-tint { background: #f1f2f4; border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.section-dark { background: var(--steel); color: #dfe4ec; }
.section-dark h2, .section-dark h3 { color: #fff; }
.section-dark .section-lead { color: #9aa3b2; }
.section-cta { background: var(--ink); color: #fff; }
.section-cta h2 { color: #fff; }
.section-cta .section-lead { color: #aeb6c2; }
.cta-alt { margin-top: 1rem; color: #aeb6c2; font-size: .95rem; }
.cta-alt a { color: #fff; font-family: var(--mono); }

/* ---------- Karten ---------- */
.cards { display: grid; gap: 1rem; margin-top: 1.6rem; }
@media (min-width: 640px) { .cols-3, .cols-4 { grid-template-columns: repeat(2, 1fr); } }
@media (min-width: 980px) { .cols-3 { grid-template-columns: repeat(3, 1fr); } .cols-4 { grid-template-columns: repeat(4, 1fr); } }
.card {
  display: flex; flex-direction: column; gap: .5rem; text-decoration: none;
  border: 1px solid var(--line); border-radius: var(--r); padding: 1.3rem;
  background: #fff; transition: border-color .15s, transform .15s;
}
.card:hover { border-color: var(--accent); transform: translateY(-2px); }
.card p { color: var(--muted); font-size: .93rem; flex: 1; }
.card-link { font-family: var(--mono); font-size: .78rem; color: var(--accent); font-weight: 700; }
.card-dark { background: var(--steel-2); border-color: var(--line-dark); }
.card-dark h3 { color: #fff; }
.card-dark p { color: #9aa3b2; }
.card-standort h3 { font-size: 1.4rem; }

/* ---------- Referenzen ---------- */
.ref-list { display: grid; gap: .8rem; margin-top: 1.6rem; }
.ref-item, .ref-detail { border: 1px solid var(--line); border-radius: var(--r); background: #fff; padding: 1.3rem 1.4rem; }
.ref-detail { margin-bottom: 1.2rem; padding: 1.8rem; }
.ref-head { display: flex; flex-wrap: wrap; align-items: baseline; gap: .6rem 1rem; margin-bottom: .5rem; }
.ref-branche { font-family: var(--mono); font-size: .72rem; text-transform: uppercase; letter-spacing: .12em; color: var(--muted); border: 1px solid var(--line); padding: .15rem .5rem; border-radius: var(--r); }
.ref-url { margin-left: auto; font-family: var(--mono); font-size: .8rem; color: var(--accent); font-weight: 700; text-decoration: none; }
.ref-url:hover { text-decoration: underline; }
.ref-item p, .ref-kurz { color: var(--muted); font-size: .95rem; }
.ref-img { border: 1px solid var(--line); border-radius: var(--r); margin: 1rem 0; }
.ref-plr { display: grid; gap: 1rem; margin-top: 1.2rem; }
@media (min-width: 800px) { .ref-plr { grid-template-columns: repeat(3, 1fr); } }
.ref-plr h3 { font-family: var(--mono); font-size: .74rem; text-transform: uppercase; letter-spacing: .16em; color: var(--accent); margin-bottom: .3rem; }
.ref-plr p { font-size: .92rem; color: var(--ink); }

/* ---------- FAQ ---------- */
.faq { border: 1px solid var(--line); border-radius: var(--r); background: #fff; margin-top: .6rem; }
.faq summary { cursor: pointer; font-weight: 700; padding: 1rem 1.2rem; list-style: none; position: relative; padding-right: 2.6rem; }
.faq summary::-webkit-details-marker { display: none; }
.faq summary::after { content: "+"; position: absolute; right: 1.2rem; top: .85rem; font-size: 1.3rem; color: var(--accent); font-weight: 800; }
.faq[open] summary::after { content: "–"; }
.faq p { padding: 0 1.2rem 1.1rem; color: var(--muted); }

/* ---------- Formulare / Funnel ---------- */
.funnel-progress { display: flex; gap: .5rem; margin-bottom: 1.6rem; font-family: var(--mono); font-size: .74rem; text-transform: uppercase; letter-spacing: .1em; }
.fp-step { padding: .35rem .7rem; border: 1px solid var(--line); border-radius: var(--r); color: var(--muted); background: #fff; }
.fp-step.on { border-color: var(--accent); color: var(--accent); font-weight: 700; }
.funnel-form fieldset { border: 0; margin-bottom: 1.4rem; }
.funnel-form legend { font-weight: 800; font-size: 1.2rem; margin-bottom: .9rem; }
.choice-grid { display: grid; gap: .6rem; }
@media (min-width: 640px) { .choice-grid { grid-template-columns: repeat(2, 1fr); } .choice-grid-4 { grid-template-columns: repeat(2, 1fr); } }
.choice { display: block; }
.choice input { position: absolute; opacity: 0; }
.choice span { display: block; border: 1px solid var(--line); border-radius: var(--r); background: #fff; padding: .85rem 1rem; font-weight: 600; cursor: pointer; transition: border-color .15s; }
.choice input:checked + span { border-color: var(--accent); box-shadow: inset 0 0 0 1px var(--accent); }
.choice input:focus-visible + span { outline: 3px solid var(--accent); outline-offset: 2px; }
.field-grid { display: grid; gap: 1rem; margin-bottom: 1rem; }
@media (min-width: 640px) { .field-grid { grid-template-columns: 1fr 1fr; } }
.funnel-form label { display: block; font-weight: 600; font-size: .9rem; }
.funnel-form input[type=text], .funnel-form input[type=email], .funnel-form input[type=tel], .funnel-form textarea {
  width: 100%; margin-top: .3rem; padding: .7rem .8rem; border: 1px solid var(--line);
  border-radius: var(--r); font: inherit; background: #fff;
}
.funnel-form input:focus, .funnel-form textarea:focus { border-color: var(--accent); outline: none; }
.funnel-form textarea { margin-bottom: 1rem; }
.form-actions { display: flex; gap: .7rem; flex-wrap: wrap; }
.form-privacy { font-size: .82rem; color: var(--muted); margin-bottom: 1rem; }
.hp-field { position: absolute; left: -9999px; }
.notice { border-radius: var(--r); padding: 1.1rem 1.3rem; margin-bottom: 1rem; }
.notice-ok { border: 1px solid var(--ok); background: #f0faf3; }
.notice-err { border: 1px solid var(--err); background: #fdf2f1; color: var(--err); font-weight: 600; }

/* ---------- Kontakt ---------- */
.contact-grid { display: grid; gap: 2rem; }
@media (min-width: 960px) { .contact-grid { grid-template-columns: 1.5fr 1fr; } }

/* ---------- Inhalt (CMS) ---------- */
.content-html h2 { margin-top: 1.8rem; }
.content-html h3 { margin-top: 1.3rem; }
.content-html p, .content-html li { margin-top: .7rem; color: #2a2f38; }
.content-html ul, .content-html ol { padding-left: 1.4rem; }
.content-html a { color: var(--accent); }
.content-html table { border-collapse: collapse; margin-top: 1rem; width: 100%; }
.content-html th, .content-html td { border: 1px solid var(--line); padding: .5rem .7rem; text-align: left; }

/* ---------- Footer ---------- */
.site-foot { background: var(--steel); color: #9aa3b2; margin-top: 0; }
.foot-grid { display: grid; gap: 2rem; padding: 3rem 1.25rem 2rem; }
@media (min-width: 800px) { .foot-grid { grid-template-columns: 1.4fr 1fr 1fr 1fr; } }
.foot-brand { font-weight: 800; color: #fff; font-size: 1.1rem; }
.foot-claim { font-size: .9rem; margin-top: .3rem; }
.foot-contact { margin-top: 1rem; font-family: var(--mono); font-size: .85rem; }
.foot-contact a { color: #fff; text-decoration: none; }
.foot-title { font-family: var(--mono); font-size: .7rem; text-transform: uppercase; letter-spacing: .18em; color: #6b7382; margin-bottom: .7rem; }
.foot-grid nav { display: flex; flex-direction: column; gap: .35rem; }
.foot-grid nav a { text-decoration: none; font-size: .9rem; }
.foot-grid nav a:hover { color: #fff; }
.foot-meta { display: flex; flex-wrap: wrap; gap: .6rem 2rem; justify-content: space-between; border-top: 1px solid var(--line-dark); padding-top: 1.1rem; padding-bottom: 1.4rem; font-size: .8rem; }
.perf-line { font-family: var(--mono); font-size: .74rem; display: flex; align-items: center; gap: .5rem; }
.perf-dot { width: 8px; height: 8px; border-radius: 50%; background: var(--accent); display: inline-block; }

/* ============================================================
   v2 — Blog, Artikel, Formulare (Anfrage/Rückruf), Consent, AVV
   ============================================================ */

/* --- Utilities, die v2 ergänzt --- */
.muted { color: var(--muted); }
.wrap-wide { max-width: 1320px; }
.visually-hidden {
  position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px;
  overflow: hidden; clip: rect(0 0 0 0); white-space: nowrap; border: 0;
}
.section-alt { background: var(--paper); border-top: 1px solid var(--line); }
.section-title { font-size: clamp(1.4rem, 3vw, 2rem); margin-bottom: 1.5rem; letter-spacing: -.01em; }
.btn-lg { padding: .95rem 1.9rem; font-size: 1.02rem; }
.cta-inner { text-align: center; max-width: 640px; margin-inline: auto; }
.cta-actions { display: flex; gap: .8rem; justify-content: center; flex-wrap: wrap; margin-top: 1.2rem; }

/* --- Blog: Filter-Chips --- */
.blog-filter { display: flex; flex-wrap: wrap; gap: .5rem; margin-bottom: 2rem; }
.chip {
  display: inline-flex; align-items: center; gap: .4rem;
  padding: .4rem .85rem; border: 1px solid var(--line-dark);
  border-radius: 999px; font: 600 .85rem/1 var(--mono);
  color: var(--ink); text-decoration: none; background: #fff;
  transition: background .15s, color .15s, border-color .15s;
}
.chip span { color: var(--muted); font-weight: 500; }
.chip:hover { border-color: var(--accent); }
.chip.is-active { background: var(--ink); color: #fff; border-color: var(--ink); }
.chip.is-active span { color: rgba(255,255,255,.6); }

/* --- Blog: Grid + Cards --- */
.blog-grid {
  display: grid; grid-template-columns: repeat(auto-fill, minmax(300px, 1fr));
  gap: 1.4rem;
}
.blog-grid-3 { grid-template-columns: repeat(auto-fill, minmax(260px, 1fr)); }
.blog-card {
  border: 1px solid var(--line); border-radius: var(--r);
  background: #fff; overflow: hidden;
  transition: transform .18s ease, box-shadow .18s ease, border-color .18s ease;
}
.blog-card:hover { transform: translateY(-3px); box-shadow: 0 12px 32px -18px rgba(16,20,27,.5); border-color: var(--line-dark); }
.blog-card-link { display: flex; flex-direction: column; height: 100%; text-decoration: none; color: inherit; }
.blog-card-media {
  aspect-ratio: 16/10; background: var(--steel);
  display: flex; align-items: center; justify-content: center; overflow: hidden;
}
.blog-card-media img { width: 100%; height: 100%; object-fit: cover; display: block; }
.blog-card-ph {
  font: 700 2.2rem/1 var(--mono); color: var(--accent);
  letter-spacing: .05em; opacity: .9;
}
.blog-card-body { padding: 1.1rem 1.2rem 1.3rem; display: flex; flex-direction: column; gap: .5rem; flex: 1; }
.blog-cat { font: 600 .72rem/1 var(--mono); text-transform: uppercase; letter-spacing: .08em; color: var(--accent); }
.blog-card-body h2, .blog-card-body h3 { font-size: 1.14rem; line-height: 1.3; letter-spacing: -.01em; }
.blog-card-body p { color: var(--muted); font-size: .93rem; line-height: 1.55; flex: 1; }
.blog-meta { font: 500 .78rem/1 var(--mono); color: var(--muted); margin-top: .3rem; }

/* --- Pager --- */
.pager { display: flex; align-items: center; justify-content: space-between; gap: 1rem; margin-top: 2.5rem; flex-wrap: wrap; }
.pager a { font: 600 .9rem/1 var(--mono); text-decoration: none; color: var(--ink); padding: .6rem 1rem; border: 1px solid var(--line-dark); border-radius: var(--r); }
.pager a:hover { border-color: var(--accent); color: var(--accent); }
.pager-pos { color: var(--muted); font: 500 .85rem/1 var(--mono); }

/* --- Artikel --- */
.article-head { padding: 2.6rem 0 1.4rem; }
.article-head .eyebrow a { color: var(--accent); text-decoration: none; }
.article-head h1 { font-size: clamp(1.8rem, 4.5vw, 2.9rem); line-height: 1.12; letter-spacing: -.02em; margin: .5rem 0 .8rem; }
.article-sub { font-size: 1.15rem; color: var(--muted); line-height: 1.5; }
.article-meta { font: 500 .85rem/1.4 var(--mono); color: var(--muted); margin-top: 1rem; }
.article-cover { margin: 1.5rem auto 2rem; }
.article-cover img { width: 100%; height: auto; border-radius: var(--r); display: block; border: 1px solid var(--line); }
.article-body { font-size: 1.08rem; line-height: 1.75; color: #26303c; }
.article-body h2 { font-size: 1.5rem; letter-spacing: -.01em; margin: 2rem 0 .7rem; padding-top: .3rem; }
.article-body h3 { font-size: 1.2rem; margin: 1.4rem 0 .5rem; }
.article-body p { margin: 0 0 1.05rem; }
.article-body ul, .article-body ol { margin: 0 0 1.05rem 1.3rem; }
.article-body li { margin-bottom: .4rem; }
.article-body strong { color: var(--ink); }
.article-body a { color: var(--accent); }
.article-foot { display: flex; gap: .8rem; flex-wrap: wrap; margin: 2.4rem auto 0; padding-top: 1.6rem; border-top: 1px solid var(--line); }

/* --- Formulare (Anfrage / Rückruf) --- */
.form-wrap { max-width: 760px; }
.form-wrap-narrow { max-width: 560px; }
.k-form { display: flex; flex-direction: column; gap: 1.6rem; }
.k-fieldset { border: 1px solid var(--line); border-radius: var(--r); padding: 1.3rem 1.3rem 1.5rem; }
.k-fieldset legend { font: 600 .8rem/1 var(--mono); text-transform: uppercase; letter-spacing: .09em; color: var(--muted); padding: 0 .5rem; }
.k-field { display: flex; flex-direction: column; gap: .4rem; margin-top: 1rem; }
.k-fieldset > .k-field:first-of-type { margin-top: .6rem; }
.k-label { font: 600 .9rem/1.2 var(--sans); color: var(--ink); }
.k-label em { color: var(--accent); font-style: normal; }
.k-input {
  font: 400 1rem/1.4 var(--sans); color: var(--ink);
  padding: .7rem .85rem; border: 1.5px solid var(--line-dark);
  border-radius: var(--r); background: #fff; width: 100%;
  transition: border-color .15s, box-shadow .15s;
}
.k-input:focus { outline: none; border-color: var(--accent); box-shadow: 0 0 0 3px rgba(255,77,0,.14); }
textarea.k-input { resize: vertical; min-height: 3rem; }
select.k-input { appearance: none; background-image: linear-gradient(45deg, transparent 50%, var(--muted) 50%), linear-gradient(135deg, var(--muted) 50%, transparent 50%); background-position: calc(100% - 18px) center, calc(100% - 13px) center; background-size: 5px 5px, 5px 5px; background-repeat: no-repeat; padding-right: 2.2rem; }
.k-field.has-err .k-input { border-color: var(--err); background: #fef5f4; }
.k-err { font: 500 .82rem/1.3 var(--sans); color: var(--err); }
.k-hint { font: 400 .82rem/1.4 var(--sans); color: var(--muted); margin-top: .7rem; }
.k-req { font: 400 .82rem/1.4 var(--sans); color: var(--muted); }
.k-req em { color: var(--accent); font-style: normal; }

/* PLZ -> Ort */
.plz-grid { grid-template-columns: 130px 1fr; margin-top: 1rem; }
.k-field-ort .k-input.is-auto { background: #f2faf4; border-color: var(--ok); }

/* --- AVV-Box --- */
.avv-box { border: 1.5px solid var(--line-dark); border-radius: var(--r); overflow: hidden; }
.avv-toggle {
  display: flex; align-items: center; gap: .7rem; width: 100%;
  padding: .95rem 1.1rem; background: var(--steel); color: #fff;
  border: 0; cursor: pointer; text-align: left; font: 600 .92rem/1.3 var(--sans);
}
.avv-toggle:hover { background: var(--steel-2); }
.avv-ico { font: 700 1.1rem/1 var(--mono); color: var(--accent); flex: none; }
.avv-chev { margin-left: auto; transition: transform .2s; flex: none; }
.avv-toggle[aria-expanded="true"] .avv-chev { transform: rotate(180deg); }
.avv-detail { padding: 1.1rem 1.2rem; font-size: .95rem; line-height: 1.65; color: #26303c; background: #fff; }
.avv-detail .avv-links { margin-top: .7rem; font: 500 .85rem/1 var(--mono); }
.avv-detail a { color: var(--accent); }

/* --- Consent-Checkboxen (schön) --- */
.k-consent { border: 0; display: flex; flex-direction: column; gap: .7rem; padding: 0; margin: 1.4rem 0; }
.consent {
  display: flex; align-items: flex-start; gap: .85rem;
  cursor: pointer; padding: 1rem 1.1rem; border: 1.5px solid var(--line);
  border-radius: var(--r); background: #fff; transition: border-color .15s, background .15s;
  -webkit-tap-highlight-color: transparent;
}
.consent:hover { border-color: var(--accent); background: #fffaf7; }
/* Die Checkbox IST die sichtbare Box — fällt ohne CSS auf die native Checkbox zurück */
.consent-cb {
  appearance: none; -webkit-appearance: none; -moz-appearance: none;
  flex: 0 0 28px; width: 28px; height: 28px; margin: 0; padding: 0;
  border: 2px solid #aeb4bf; border-radius: 7px; background: #fff;
  display: grid; place-content: center; cursor: pointer;
  accent-color: var(--accent);
  transition: background .15s, border-color .15s, box-shadow .15s;
}
.consent-cb::before {
  content: ""; width: 9px; height: 15px; margin-top: -2px;
  border: solid #fff; border-width: 0 3px 3px 0;
  transform: rotate(45deg) scale(0); transform-origin: center;
  transition: transform .18s cubic-bezier(.2,.9,.3,1.4);
}
.consent-cb:hover { border-color: var(--accent); }
.consent-cb:checked { background: var(--accent); border-color: var(--accent); }
.consent-cb:checked::before { transform: rotate(45deg) scale(1); }
.consent-cb:focus-visible { outline: 3px solid rgba(255,77,0,.4); outline-offset: 2px; }
.consent:has(.consent-cb:checked) { border-color: var(--accent); background: #fffaf7; }
.consent-text { font-size: .94rem; line-height: 1.55; color: #3a4350; padding-top: .15rem; min-width: 0; }
.consent-text em { color: var(--accent); font-style: normal; font-weight: 700; }
.consent-text a { color: var(--accent); font-weight: 600; }
.consent.has-err { border-color: var(--err); background: #fef5f4; }
.consent.has-err .consent-cb { border-color: var(--err); }
.linklike { background: none; border: 0; padding: 0; color: var(--accent); font: inherit; cursor: pointer; text-decoration: underline; }
@media (prefers-reduced-motion: reduce) {
  .consent-cb::before { transition: none; }
  .blog-card { transition: none; }
}

@media (max-width: 560px) {
  .plz-grid { grid-template-columns: 1fr; }
}

/* --- AVV-Review (Schritt 2) --- */
.avv-review h2 { font-size: 1.5rem; letter-spacing: -.01em; margin-bottom: .4rem; }
.avv-review h3 { font-size: 1.1rem; margin: 1.6rem 0 .6rem; }
.avv-review h2:focus { outline: 2px solid var(--accent); outline-offset: 3px; }
.review-summary { border: 1px solid var(--line); border-radius: var(--r); padding: 1.1rem 1.3rem; margin: 1.2rem 0; background: #fff; }
.review-summary dl { display: grid; gap: .5rem; margin: 0; }
.review-summary dl > div { display: grid; grid-template-columns: 130px 1fr; gap: .6rem; }
.review-summary dt { font-weight: 700; color: var(--ink); font-size: .9rem; }
.review-summary dd { margin: 0; color: #3a4350; font-size: .95rem; }
.review-consent { margin-top: .9rem; padding-top: .8rem; border-top: 1px solid var(--line); font: 600 .85rem/1.4 var(--mono); color: var(--ok); }
.avv-embed { width: 100%; height: 520px; border: 1px solid var(--line-dark); border-radius: var(--r); background: #f4f5f7; }
.review-actions { display: flex; gap: .8rem; align-items: center; flex-wrap: wrap; margin-top: 1.6rem; padding-top: 1.4rem; border-top: 2px solid var(--line); }
.inline-form { display: inline; margin: 0; }

/* WCAG: durchgehend sichtbarer Fokus */
a:focus-visible, button:focus-visible, input:focus-visible, select:focus-visible, textarea:focus-visible, [tabindex]:focus-visible {
  outline: 2px solid var(--accent); outline-offset: 2px;
}
@media (max-width: 560px) {
  .review-summary dl > div { grid-template-columns: 1fr; gap: .1rem; }
  .avv-embed { height: 60vh; }
}

/* --- AVV-Erklär-Bubble (warum zuerst das AVV) --- */
.avv-why { display: flex; gap: 1.1rem; align-items: flex-start; margin: 0 0 1.8rem; padding: 1.2rem 1.3rem;
  border: 1px solid var(--line); border-left: 4px solid var(--accent); border-radius: var(--r);
  background: linear-gradient(180deg, #fff, #fbfbfc); position: relative; }
.avv-why-badge { display: flex; align-items: center; gap: .35rem; flex-shrink: 0; padding-top: .15rem; }
.avv-why-step { width: 26px; height: 26px; border-radius: 50%; display: grid; place-items: center;
  font: 700 .85rem/1 var(--mono); background: var(--ink); color: #fff; }
.avv-why-step:last-of-type { background: var(--accent); }
.avv-why-arrow { color: var(--accent); font-weight: 700; }
.avv-why-title { margin: 0 0 .3rem; font-size: 1.02rem; }
.avv-why-lead { margin: 0 0 .7rem; color: #3a4350; font-size: .93rem; line-height: 1.5; }
.avv-why-list { list-style: none; margin: 0; padding: 0; display: grid; gap: .4rem; }
.avv-why-list li { font-size: .9rem; color: #3a4350; line-height: 1.45; padding-left: 1.5rem; position: relative; }
.avv-why-ico { position: absolute; left: 0; top: 0; color: var(--ok, #17864a); font-weight: 700; }
@media (max-width: 560px) {
  .avv-why { flex-direction: column; gap: .7rem; }
  .avv-why-badge { flex-direction: row; }
}

/* Review-Bestätigungs-Hinweis */
.avv-confirm-note { display: flex; gap: .6rem; align-items: flex-start; margin: 1rem 0 0; padding: .8rem 1rem;
  background: #f0f7f2; border: 1px solid #cfe6d8; border-radius: var(--r); font-size: .9rem; color: #1c5b38; }
.avv-confirm-note .ico { font-weight: 700; }

/* --- Funnel-Aufwertung --- */
.funnel-why { margin: 0 0 1.6rem; padding: 1.2rem 1.4rem; border-radius: var(--r);
  background: var(--ink); color: #fff; }
.funnel-why-h { margin: 0 0 .7rem; font: 700 1.05rem/1.3 var(--sans); }
.funnel-why ul { list-style: none; margin: 0; padding: 0; display: grid; gap: .5rem; }
.funnel-why li { font-size: .93rem; line-height: 1.45; color: #e6e8ec; padding-left: 1.6rem; position: relative; }
.funnel-why .fw-ico { position: absolute; left: 0; top: 0; color: var(--accent); font-weight: 700; }
.funnel-progress { display: flex; flex-wrap: wrap; gap: .4rem; margin: 0 0 1.6rem; }
.fp-step { display: inline-flex; align-items: center; gap: .4rem; font: 600 .82rem/1 var(--mono);
  color: var(--muted); padding: .45rem .7rem; border: 1px solid var(--line); border-radius: 999px; background: #fff; }
.fp-step .fp-n { display: grid; place-items: center; width: 20px; height: 20px; border-radius: 50%;
  background: #e7e9ed; color: var(--muted); font-size: .78rem; }
.fp-step.on { color: var(--ink); border-color: var(--accent); }
.fp-step.on .fp-n { background: var(--accent); color: #fff; }
@media (max-width: 560px) { .fp-step { font-size: .74rem; padding: .35rem .55rem; } }

/* --- Logo-Bild im Header --- */
.brand-logo { display: block; height: 40px; width: auto; max-width: 220px; object-fit: contain; }

/* --- Frontend-Galerie (Medien-Center, einstellbar) --- */
.mg-section { padding: 3.5rem 0; }
.mg-head { text-align: center; max-width: 640px; margin: 0 auto 2rem; }
.mg-grid { display: grid; grid-template-columns: repeat(auto-fill, minmax(240px, 1fr)); gap: 1rem; }
.mg-fig { margin: 0; border-radius: var(--r); overflow: hidden; background: #0e1218; position: relative; }
.mg-fig img { width: 100%; height: 100%; aspect-ratio: 4/3; object-fit: cover; display: block; transition: transform .3s ease; }
.mg-fig:hover img { transform: scale(1.04); }
.mg-cap { position: absolute; left: 0; right: 0; bottom: 0; padding: .9rem .8rem .6rem;
  background: linear-gradient(transparent, rgba(6,8,12,.82)); color: #fff; font-size: .82rem; }

/* --- Referenzen / Case Studies --- */
.ref-grid { display: grid; grid-template-columns: repeat(auto-fill, minmax(300px, 1fr)); gap: 1.4rem; }
.ref-card { display: flex; flex-direction: column; text-decoration: none; color: inherit;
  border: 1px solid var(--line); border-radius: var(--r); overflow: hidden; background: #fff; transition: transform .2s, box-shadow .2s, border-color .2s; }
.ref-card:hover { transform: translateY(-3px); box-shadow: 0 12px 30px rgba(16,20,27,.1); border-color: var(--accent); }
.ref-card-img { display: block; aspect-ratio: 16/10; overflow: hidden; background: #0e1218; }
.ref-card-img img { width: 100%; height: 100%; object-fit: cover; }
.ref-card-noimg { display: grid; place-items: center; }
.ref-card-noimg span { font: 700 2rem/1 var(--mono); color: var(--accent); }
.ref-card-body { padding: 1.1rem 1.2rem 1.3rem; display: flex; flex-direction: column; gap: .4rem; }
.ref-card-branche { font: 600 .72rem/1 var(--mono); letter-spacing: .05em; text-transform: uppercase; color: var(--muted); }
.ref-card-titel { font-size: 1.15rem; font-weight: 700; line-height: 1.25; }
.ref-card-kurz { font-size: .92rem; color: #4a5360; line-height: 1.5; }
.ref-card-kpi { margin-top: .3rem; font-size: .85rem; color: #3a4350; }
.ref-card-kpi b { color: var(--accent); font-size: 1.05rem; }
.ref-card-go { margin-top: .5rem; font-weight: 600; color: var(--accent); font-size: .9rem; }

.ref-hero-img { margin: -1rem auto 0; border-radius: var(--r); overflow: hidden; line-height: 0; }
.ref-hero-img img { width: 100%; height: auto; display: block; }
.ref-kpis { display: flex; flex-wrap: wrap; gap: 2.5rem; justify-content: center; }
.ref-kpi { text-align: center; }
.ref-kpi b { display: block; font-size: 2.6rem; line-height: 1; color: var(--accent); font-weight: 800; }
.ref-kpi span { display: block; margin-top: .4rem; color: #c3c8d0; font-size: .9rem; }
.ref-story { display: grid; gap: 2rem; max-width: 820px; }
.ref-block h2 { display: flex; align-items: baseline; gap: .7rem; font-size: 1.35rem; margin-bottom: .6rem; }
.ref-step { font: 800 1rem/1 var(--mono); color: var(--accent); }
.ref-text { color: #3a4350; line-height: 1.7; }
.ref-quote { max-width: 760px; margin: 0 auto; text-align: center; }
.ref-quote p { font-size: 1.5rem; line-height: 1.45; font-weight: 500; color: var(--ink); }
.ref-quote cite { display: block; margin-top: 1rem; font-style: normal; color: var(--muted); font-size: .95rem; }
.ref-more { display: grid; grid-template-columns: repeat(auto-fill, minmax(240px, 1fr)); gap: 1rem; }
.ref-more-card { display: flex; flex-direction: column; gap: .3rem; padding: 1.2rem; border: 1px solid var(--line); border-radius: var(--r); text-decoration: none; color: inherit; transition: border-color .2s; }
.ref-more-card:hover { border-color: var(--accent); }
.ref-more-branche { font: 600 .7rem/1 var(--mono); text-transform: uppercase; color: var(--muted); }
.ref-more-titel { font-weight: 700; font-size: 1.05rem; }
.ref-more-go { margin-top: .3rem; color: var(--accent); font-weight: 600; font-size: .88rem; }
@media (max-width: 560px) { .ref-kpi b { font-size: 2rem; } .ref-kpis { gap: 1.5rem; } }

/* --- Angebots-Generator --- */
.ang-layout { display: grid; grid-template-columns: 1fr 360px; gap: 2rem; align-items: start; }
.ang-positions { display: flex; flex-direction: column; gap: .6rem; }
.ang-cat { font-size: 1.1rem; margin: 1.4rem 0 .3rem; padding-bottom: .3rem; border-bottom: 2px solid var(--line); }
.ang-cat:first-child { margin-top: 0; }
.ang-pos { display: flex; align-items: center; gap: 1rem; padding: .9rem 1rem; border: 1px solid var(--line); border-radius: var(--r); background: #fff; }
.ang-pos-info { flex: 1; display: flex; flex-direction: column; gap: .15rem; }
.ang-pos-name { font-weight: 700; }
.ang-pos-desc { font-size: .85rem; color: #5a626e; }
.ang-pos-preis { font-size: .9rem; color: var(--ink); margin-top: .1rem; }
.ang-pos-preis em { color: var(--muted); font-style: normal; font-size: .8rem; }
.ang-menge { width: 64px; text-align: center; font-size: 1.05rem; padding: .5rem; border: 1.5px solid var(--line-dark); border-radius: var(--r); }
.ang-side { position: sticky; top: 1.5rem; }
.ang-box { border: 1px solid var(--line); border-radius: var(--r); background: #fff; padding: 1.2rem; box-shadow: 0 8px 30px rgba(16,20,27,.06); }
.ang-box-h { font-weight: 700; font-size: 1.05rem; margin: 0 0 .8rem; }
.ang-live { border-bottom: 1px solid var(--line); padding-bottom: .8rem; margin-bottom: 1rem; }
.ang-live-row { display: flex; justify-content: space-between; align-items: baseline; margin-bottom: .3rem; }
.ang-live-row b { font-size: 1.15rem; color: var(--accent); }
.ang-live-hint { font-size: .75rem; color: var(--muted); margin-top: .3rem; }
.ang-contact { display: flex; flex-direction: column; gap: .6rem; margin-bottom: 1rem; }
.ang-contact .k-field { margin: 0; }
.ang-box .k-consent { margin: .6rem 0 1rem; gap: .5rem; }
.ang-box .consent { padding: .7rem .8rem; }
.ang-box .consent-text { font-size: .82rem; }
.ang-box-note { font-size: .75rem; color: var(--muted); text-align: center; margin-top: .6rem; }
.ang-summary { margin: 1.2rem 0; border: 1px solid var(--line); border-radius: var(--r); overflow: hidden; }
.ang-sum-row, .ang-sum-total { display: flex; justify-content: space-between; padding: .6rem 1rem; }
.ang-sum-row { border-bottom: 1px solid var(--line); font-size: .92rem; }
.ang-sum-total { background: #f7f8fa; font-weight: 700; }
.ang-sum-total b { color: var(--accent); }
@media (max-width: 820px) { .ang-layout { grid-template-columns: 1fr; } .ang-side { position: static; } }
.ang-switch { margin: 0 0 1.4rem; padding: .8rem 1rem; background: #fff7f2; border: 1px solid #ffd9c4; border-radius: var(--r); font-size: .92rem; }
.ang-switch a { color: var(--accent); font-weight: 600; }

/* ── "Womit können wir helfen?" — Anliegen-Sektion (mobil-sicher) ────────── */
.anl-sec{padding:clamp(2.5rem,6vw,4.5rem) 0;background:var(--bg,#fff)}
.anl-wrap{max-width:1140px;margin:0 auto;padding:0 clamp(1rem,4vw,2rem)}
.anl-h{font-size:clamp(1.5rem,4vw,2.25rem);font-weight:800;text-align:center;margin:0 0 .4rem;letter-spacing:-.02em}
.anl-sub{text-align:center;color:var(--muted);margin:0 auto 2.2rem;max-width:34rem}
.anl-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(250px,1fr));gap:1rem}
.anl-card{position:relative;display:flex;flex-direction:column;gap:.5rem;padding:1.4rem 1.3rem 1.25rem;
  background:#fff;border:1px solid var(--line);border-radius:16px;text-decoration:none;color:inherit;
  box-shadow:0 1px 2px rgba(16,20,27,.04);transition:transform .18s ease,box-shadow .18s ease,border-color .18s ease;min-width:0}
.anl-card:hover{transform:translateY(-3px);box-shadow:0 12px 30px rgba(16,20,27,.10);border-color:var(--accent)}
.anl-icon{font-size:2rem;line-height:1}
.anl-title{font-weight:750;font-size:1.08rem;letter-spacing:-.01em;overflow-wrap:anywhere}
.anl-teaser{color:var(--muted);font-size:.9rem;line-height:1.5;flex:1;overflow-wrap:anywhere}
.anl-cta{display:inline-flex;align-items:center;gap:.4rem;margin-top:.5rem;font-weight:700;color:var(--accent);
  font-size:.95rem;min-width:0;overflow-wrap:anywhere}
.anl-cta-short{display:none}
.anl-arrow{transition:transform .18s ease}
.anl-card:hover .anl-arrow{transform:translateX(4px)}
/* Notfall hervorheben */
.anl-urgent{border-color:var(--accent);background:linear-gradient(180deg,rgba(255,77,0,.06),#fff 60%)}
.anl-badge{position:absolute;top:.9rem;right:.9rem;background:var(--accent);color:#fff;font-size:.68rem;
  font-weight:800;letter-spacing:.03em;text-transform:uppercase;padding:.22rem .55rem;border-radius:999px}
/* MOBIL: kurzen CTA zeigen, langen ausblenden — Design bricht nie */
@media(max-width:640px){
  .anl-grid{grid-template-columns:1fr}
  .anl-cta-long{display:none}
  .anl-cta-short{display:inline}
}

/* Kontext-Banner im Angebots-Generator */
.ang-context{display:flex;align-items:center;gap:.8rem;margin:0 0 1.4rem;padding:1rem 1.2rem;
  border:1px solid var(--line);border-left:4px solid var(--accent);border-radius:12px;background:#fff;min-width:0}
.ang-context .ac-ico{font-size:1.7rem;line-height:1;flex:none}
.ang-context .ac-txt{min-width:0}
.ang-context .ac-label{font-size:.75rem;text-transform:uppercase;letter-spacing:.04em;color:var(--muted);font-weight:700}
.ang-context .ac-title{font-weight:750;font-size:1.05rem;overflow-wrap:anywhere}
.ang-context.is-urgent{border-left-color:#d92d20;background:linear-gradient(180deg,rgba(217,45,32,.05),#fff)}

/* Verkaufsfördernder Kontext-CTA (Leistungsseiten) — mobil-sicher */
.cta-sell{max-width:100%;overflow-wrap:anywhere;white-space:normal;text-align:center}
.cta-sell .cta-short{display:none}
@media(max-width:640px){.cta-sell .cta-long{display:none}.cta-sell .cta-short{display:inline}}

/* Empfohlene Positionen im Generator (aus Anliegen-Kontext) */
.ang-pos-reco{background:linear-gradient(180deg,rgba(255,77,0,.05),transparent);border-radius:12px;
  box-shadow:inset 0 0 0 1px rgba(255,77,0,.25);padding-left:.7rem;padding-right:.7rem}
.ang-reco-badge{display:inline-block;background:var(--accent);color:#fff;font-size:.62rem;font-weight:800;
  letter-spacing:.03em;text-transform:uppercase;padding:.12rem .4rem;border-radius:999px;vertical-align:middle;margin-left:.4rem}

/* ── "Der gläserne Besucher" — Transparenz/Live-Check (Enterprise-dunkel) ── */
.glass-hero{background:radial-gradient(1200px 500px at 20% -10%,rgba(255,77,0,.16),transparent),
  linear-gradient(180deg,#0d1017,#141926);color:#eef1f6;padding:clamp(3rem,7vw,5.5rem) 0 clamp(2rem,5vw,3rem)}
.glass-hero .wrap{max-width:900px}
.glass-eyebrow{display:inline-flex;align-items:center;gap:.5rem;font-size:.82rem;font-weight:700;letter-spacing:.04em;
  text-transform:uppercase;color:#9aa4b4;margin:0 0 1rem}
.glass-dot{width:9px;height:9px;border-radius:50%;background:#22c55e;box-shadow:0 0 0 0 rgba(34,197,94,.6);animation:glassPulse 2s infinite}
@keyframes glassPulse{0%{box-shadow:0 0 0 0 rgba(34,197,94,.6)}70%{box-shadow:0 0 0 10px rgba(34,197,94,0)}100%{box-shadow:0 0 0 0 rgba(34,197,94,0)}}
.glass-hero h1{font-size:clamp(2rem,6vw,3.4rem);font-weight:850;letter-spacing:-.03em;margin:0 0 .8rem;line-height:1.05}
.glass-lead{font-size:clamp(1.02rem,2.4vw,1.22rem);line-height:1.6;color:#c3cbd8;max-width:44rem}
.glass-lead strong{color:#fff}

.glass-sec{background:linear-gradient(180deg,#141926,#0f131c);padding:clamp(2rem,5vw,3.5rem) 0 clamp(2.5rem,6vw,4.5rem)}
.glass-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(300px,1fr));gap:1.1rem;max-width:1140px}
.glass-card{background:linear-gradient(180deg,rgba(255,255,255,.05),rgba(255,255,255,.02));
  border:1px solid rgba(255,255,255,.09);border-radius:18px;padding:1.5rem 1.5rem 1.6rem;color:#e7ebf2;
  backdrop-filter:blur(6px);transition:border-color .25s ease,transform .25s ease,box-shadow .25s ease;min-width:0}
.glass-card:hover{border-color:rgba(255,77,0,.5);transform:translateY(-3px);box-shadow:0 18px 40px rgba(0,0,0,.35)}
.glass-card-head{display:flex;align-items:center;gap:.7rem;margin-bottom:.5rem}
.glass-ico{font-size:1.7rem;line-height:1}
.glass-card h2{font-size:1.15rem;font-weight:750;margin:0;letter-spacing:-.01em}
.glass-desc{color:#9aa4b4;font-size:.92rem;line-height:1.5;margin:0 0 1.1rem}
.glass-desc em{color:#cdd4e0;font-style:normal;font-weight:600}
.glass-btn{appearance:none;border:1px solid rgba(255,77,0,.55);background:rgba(255,77,0,.12);color:#ffb492;
  font:inherit;font-weight:700;font-size:.92rem;padding:.62rem 1.1rem;border-radius:10px;cursor:pointer;
  transition:background .2s ease,color .2s ease,border-color .2s ease}
.glass-btn:hover{background:var(--accent);color:#fff;border-color:var(--accent)}
.glass-btn-done{background:rgba(34,197,94,.14);border-color:rgba(34,197,94,.5);color:#7ee2a6;cursor:default}
/* Reveal — "schwingt rein" */
.glass-out{max-height:0;opacity:0;overflow:hidden;transform:translateY(-6px);
  transition:max-height .5s cubic-bezier(.2,.8,.2,1),opacity .4s ease,transform .45s ease,margin-top .4s ease;margin-top:0}
.glass-out.glass-open{max-height:460px;opacity:1;transform:none;margin-top:1rem}
.glass-card-clean .glass-out{max-height:460px;opacity:1;transform:none;margin-top:1rem}
.glass-row{display:flex;justify-content:space-between;gap:1rem;padding:.5rem 0;border-bottom:1px solid rgba(255,255,255,.07);font-size:.92rem}
.glass-row:last-child{border-bottom:0}
.glass-row span{color:#9aa4b4}
.glass-mono{font-family:ui-monospace,SFMono-Regular,Menlo,Consolas,monospace;font-weight:700;color:#eef1f6;text-align:right;overflow-wrap:anywhere}
.glass-hl{color:#ffb492}
.glass-card-clean{border-color:rgba(34,197,94,.35);background:linear-gradient(180deg,rgba(34,197,94,.08),rgba(255,255,255,.02))}

.glass-cta{background:#0d1017;color:#eef1f6;padding:clamp(2.5rem,6vw,4.5rem) 0;text-align:center}
.glass-cta .wrap{max-width:720px}
.glass-cta h2{font-size:clamp(1.4rem,4vw,2.1rem);font-weight:800;letter-spacing:-.02em;margin:0 0 .8rem}
.glass-cta p{color:#c3cbd8;line-height:1.65;margin:0 0 1.6rem}
.glass-cta-btns{display:flex;gap:.8rem;justify-content:center;flex-wrap:wrap}
.btn-ghost{background:transparent;border:1px solid rgba(255,255,255,.3);color:#eef1f6}
.btn-ghost:hover{border-color:#fff;background:rgba(255,255,255,.08)}
@media(max-width:640px){.glass-grid{grid-template-columns:1fr}}

/* ── Hero-Live-Karte (Startseite, Wow-Teaser zur Transparenz-Seite) ──────── */
.hero-live{position:relative;overflow:hidden;background:linear-gradient(180deg,#0d1017,#151b28);
  border:1px solid rgba(255,255,255,.1);border-radius:18px;padding:1.5rem 1.5rem 1.35rem;color:#e7ebf2;
  box-shadow:0 20px 50px rgba(13,16,23,.28)}
.hero-live .hl-scan{position:absolute;left:0;right:0;top:0;height:34%;
  background:linear-gradient(180deg,rgba(255,77,0,.16),transparent);pointer-events:none;animation:hlScan 3.6s ease-in-out infinite}
@keyframes hlScan{0%{transform:translateY(-40%)}50%{transform:translateY(300%)}100%{transform:translateY(-40%)}}
.hl-title{display:flex;align-items:center;gap:.5rem;font-size:.8rem;font-weight:700;letter-spacing:.03em;
  text-transform:uppercase;color:#9aa4b4;margin:0 0 1rem}
.hl-dot{width:8px;height:8px;border-radius:50%;background:#22c55e;box-shadow:0 0 0 0 rgba(34,197,94,.6);animation:glassPulse 2s infinite}
.hl-list{margin:0 0 1.1rem;display:grid;gap:.1rem}
.hl-list div{display:flex;justify-content:space-between;gap:1rem;padding:.5rem 0;border-bottom:1px solid rgba(255,255,255,.08)}
.hl-list dt{color:#9aa4b4;font-size:.9rem;margin:0}
.hl-v{font-family:ui-monospace,SFMono-Regular,Menlo,Consolas,monospace;font-weight:700;color:#eef1f6;font-size:.9rem;
  text-align:right;opacity:.4;transform:translateX(6px);transition:opacity .4s ease,transform .4s ease;overflow-wrap:anywhere}
.hl-v.hl-in{opacity:1;transform:none}
.hl-cta{display:inline-block;color:#ffb492;font-weight:750;text-decoration:none;font-size:.98rem;margin-bottom:.5rem}
.hl-cta:hover{color:#fff}
.hl-note{font-size:.78rem;color:#8b95a5;margin:0}
@media(max-width:900px){.hero-live{margin-top:1.5rem}}

/* ── Projekt-Anfrage: Upload-Liste, Zwei-Wege-Wahl auf Leistungsseiten ───── */
.pa-filelist{display:block;margin-top:.5rem;font-size:.85rem;color:var(--muted);overflow-wrap:anywhere}
.k-hint{display:block;font-size:.8rem;color:var(--muted);margin-top:.3rem}
.k-actions{display:flex;align-items:center;gap:1rem;flex-wrap:wrap;margin-top:.4rem}
.k-alt{color:var(--accent);font-weight:650;text-decoration:none;font-size:.95rem}
.k-alt:hover{text-decoration:underline}
input[type=file]{font:inherit;font-size:.9rem;padding:.5rem;border:1px dashed var(--line);border-radius:10px;background:#fafbfc;width:100%;cursor:pointer}
.consent-line{display:flex;gap:.6rem;align-items:flex-start;margin:.4rem 0 1rem;font-size:.92rem;line-height:1.5}
.consent-line.has-err span{color:#b42318}

/* Zwei-Wege-Wahl (Leistungsseite) */
.lp-choice{gap:.7rem;flex-wrap:wrap}
.lp-choice .cta-sell{flex:1 1 auto;min-width:0}
.lp-choice-hint{font-size:.9rem;color:var(--muted);margin:.7rem 0 0;max-width:44rem}
.btn-secondary{background:#111827;color:#fff;border:1px solid #111827}
.btn-secondary:hover{background:#1f2937;border-color:#1f2937}
@media(max-width:640px){.lp-choice{flex-direction:column;align-items:stretch}.lp-choice .btn{width:100%}}

/* ══ "Womit können wir helfen?" — Enterprise-Eyecatcher (überschreibt Basis) ══ */
.anl-sec{position:relative;overflow:hidden;padding:clamp(3rem,7vw,5.5rem) 0;
  background:linear-gradient(180deg,#fbfcfe 0%,#f4f6fa 100%)}
.anl-bg{position:absolute;inset:0;pointer-events:none;
  background:
    radial-gradient(680px 340px at 15% -5%,rgba(255,77,0,.10),transparent 60%),
    radial-gradient(720px 380px at 100% 0%,rgba(17,24,39,.06),transparent 55%);
  animation:anlDrift 18s ease-in-out infinite alternate}
@keyframes anlDrift{0%{transform:translate3d(0,0,0) scale(1)}100%{transform:translate3d(-2%,1.5%,0) scale(1.05)}}
.anl-wrap{position:relative;max-width:1160px;margin:0 auto;padding:0 clamp(1rem,4vw,2rem)}
.anl-eyebrow{text-align:center;font-size:.8rem;font-weight:800;letter-spacing:.09em;text-transform:uppercase;
  color:var(--accent);margin:0 0 .7rem}
.anl-h{font-size:clamp(1.7rem,4.5vw,2.7rem);font-weight:850;text-align:center;margin:0 0 .6rem;letter-spacing:-.03em;color:#0d1017}
.anl-sub{text-align:center;color:var(--muted);margin:0 auto 2.4rem;max-width:40rem;font-size:clamp(1rem,2.2vw,1.12rem);line-height:1.6}
.anl-free{display:inline-block;background:linear-gradient(135deg,#16a34a,#22c55e);color:#fff;font-weight:750;
  font-size:.86rem;padding:.16rem .6rem;border-radius:999px;margin-left:.3rem;white-space:nowrap;
  box-shadow:0 4px 12px rgba(34,197,94,.28)}

.anl-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(268px,1fr));gap:1.1rem}
.anl-card{position:relative;display:flex;flex-direction:column;gap:.5rem;padding:1.5rem 1.4rem 1.35rem;
  background:#fff;border:1px solid var(--line);border-radius:18px;text-decoration:none;color:inherit;min-width:0;
  box-shadow:0 1px 3px rgba(16,20,27,.05);transition:transform .2s cubic-bezier(.2,.8,.2,1),box-shadow .2s ease,border-color .2s ease}
.anl-card::after{content:"";position:absolute;inset:0;border-radius:18px;padding:1px;pointer-events:none;opacity:0;
  background:linear-gradient(135deg,var(--accent),transparent 60%);transition:opacity .2s ease;
  -webkit-mask:linear-gradient(#000 0 0) content-box,linear-gradient(#000 0 0);-webkit-mask-composite:xor;mask-composite:exclude}
.anl-card:hover{transform:translateY(-5px);box-shadow:0 20px 44px rgba(16,20,27,.13)}
.anl-card:hover::after{opacity:1}
.anl-icon{display:inline-flex;align-items:center;justify-content:center;width:52px;height:52px;font-size:1.7rem;
  border-radius:14px;background:linear-gradient(160deg,#f4f6fa,#e9edf3);line-height:1}
.anl-title{font-weight:780;font-size:1.1rem;letter-spacing:-.01em;line-height:1.25;overflow-wrap:anywhere;color:#0d1017}
.anl-geo-on{color:var(--accent)}
.anl-teaser{color:var(--muted);font-size:.9rem;line-height:1.55;flex:1;overflow-wrap:anywhere}
.anl-cta{display:inline-flex;align-items:center;gap:.4rem;margin-top:.6rem;font-weight:800;color:var(--accent);font-size:.95rem;min-width:0;overflow-wrap:anywhere}
.anl-cta-short{display:none}
.anl-arrow{transition:transform .2s ease}
.anl-card:hover .anl-arrow{transform:translateX(5px)}

/* Notfall — maximaler Eyecatcher */
.anl-urgent{border-color:transparent;color:#fff;
  background:linear-gradient(150deg,#e23a05,#ff5a1f 55%,#ff7a3d);
  box-shadow:0 14px 34px rgba(226,58,5,.32)}
.anl-urgent .anl-icon{background:rgba(255,255,255,.16)}
.anl-urgent .anl-title,.anl-urgent .anl-teaser{color:#fff}
.anl-urgent .anl-teaser{opacity:.92}
.anl-urgent .anl-cta{color:#fff}
.anl-urgent:hover{transform:translateY(-5px);box-shadow:0 24px 54px rgba(226,58,5,.42)}
.anl-urgent::after{display:none}
.anl-badge{position:absolute;top:.95rem;right:.95rem;background:#fff;color:#e23a05;font-size:.66rem;font-weight:850;
  letter-spacing:.04em;text-transform:uppercase;padding:.24rem .6rem;border-radius:999px;
  box-shadow:0 3px 10px rgba(0,0,0,.18);animation:anlBadge 1.8s ease-in-out infinite}
@keyframes anlBadge{0%,100%{transform:scale(1)}50%{transform:scale(1.08)}}

.anl-trust{text-align:center;margin:2rem 0 0;color:var(--muted);font-size:.88rem;font-weight:600;overflow-wrap:anywhere}

@media(max-width:640px){
  .anl-grid{grid-template-columns:1fr}
  .anl-cta-long{display:none}
  .anl-cta-short{display:inline}
  .anl-free{display:inline-block;margin:.5rem 0 0}
}
@media(prefers-reduced-motion:reduce){.anl-bg,.anl-badge{animation:none}}
