/* ── Klaus brand layer sopra il template Contis ─────────────────────────
   Accent: CodLab orange #E97B21 · Ink: #1F1B17 (antracite caldo) · Warm paper: #FAF7F2      */

:root {
  --klaus-accent: #E97B21;
  --klaus-accent-deep: #C05F10;
  --klaus-ink: #1F1B17;
  --klaus-paper: #FAF7F2;
}

/* Wordmark (fallback tipografico finché non c'è il logo PNG) */
.klaus-brand { display: inline-flex; align-items: center; gap: 10px; }
.klaus-brand-mark { height: 44px; width: auto; }
.klaus-wordmark {
  font-weight: 900; font-size: 26px; letter-spacing: 0.04em;
  color: var(--klaus-ink); line-height: 1; align-items: baseline; gap: 8px;
  display: inline-flex;
}
.klaus-wordmark em {
  font-style: normal; font-weight: 600; font-size: 11px;
  letter-spacing: 0.08em; color: var(--klaus-accent); white-space: nowrap;
}
.klaus-wordmark-light { color: #fff; display: inline-flex; }

/* Chat mockup nel hero */
.klaus-chat {
  background: #fff; border: 1px solid #e7dccb; border-radius: 18px;
  box-shadow: 0 12px 28px rgba(20, 24, 31, 0.08), 0 36px 80px rgba(20, 24, 31, 0.16);
  overflow: hidden; margin-top: 24px;
}
.klaus-chat-head {
  display: flex; align-items: center; gap: 8px;
  padding: 14px 20px; font-weight: 700; font-size: 14px; color: var(--klaus-ink);
  border-bottom: 1px solid #f3ece2; background: var(--klaus-paper);
}
.klaus-chat-dot {
  width: 9px; height: 9px; border-radius: 50%; background: #3fae5a;
  box-shadow: 0 0 0 3px rgba(63, 174, 90, 0.18);
}
.klaus-chat-body { padding: 22px 20px 26px; display: flex; flex-direction: column; gap: 12px; }
.klaus-msg {
  max-width: 78%; padding: 12px 16px; border-radius: 14px;
  font-size: 15px; line-height: 1.5; color: var(--klaus-ink);
}
.klaus-msg-user {
  align-self: flex-end; background: var(--klaus-ink); color: #fff;
  border-bottom-right-radius: 4px;
}
.klaus-msg-klaus {
  align-self: flex-start; background: #fdf1e5; border: 1px solid #f5ddc4;
  border-bottom-left-radius: 4px;
}
.klaus-msg-klaus strong { color: var(--klaus-accent-deep); }

/* Klaus-Bilanz card (sezione Arbeitsweise) */
.klaus-bilanz {
  background: var(--klaus-ink); color: #fff; border-radius: 18px;
  padding: 26px 26px 20px; box-shadow: 0 24px 60px rgba(20, 24, 31, 0.25);
}
.klaus-bilanz-head {
  font-weight: 800; font-size: 17px; margin-bottom: 18px; color: #fff;
}
.klaus-bilanz-row {
  display: flex; justify-content: space-between; align-items: baseline; gap: 16px;
  padding: 10px 0; border-bottom: 1px solid rgba(255, 255, 255, 0.10);
  font-size: 14.5px; color: rgba(255, 255, 255, 0.82);
}
.klaus-bilanz-row strong { font-size: 19px; color: var(--klaus-accent); }
.klaus-bilanz-total { border-bottom: 0; }
.klaus-bilanz-total strong { font-size: 24px; }
.klaus-bilanz-foot {
  margin-top: 14px; font-size: 12.5px; color: rgba(255, 255, 255, 0.55);
}

/* Panel DSGVO */
.klaus-panel {
  background: var(--klaus-paper); border: 1px solid #eee3d6; border-radius: 18px;
  padding: 38px 34px; display: flex; flex-direction: column; gap: 14px;
  box-shadow: 0 18px 44px rgba(20, 24, 31, 0.08);
}
.klaus-panel-line {
  font-size: 24px; font-weight: 300; color: var(--klaus-ink); line-height: 1.3;
}
.klaus-panel-line strong { font-weight: 800; color: var(--klaus-accent-deep); margin-right: 8px; }

/* Card pricing Klaus in evidenza */
.klaus-pricing-hero {
  border: 2px solid var(--klaus-accent) !important;
  box-shadow: 0 18px 44px rgba(233, 123, 33, 0.18);
  position: relative;
}

/* Footer tagline */
.klaus-footer-tagline {
  margin-top: 14px; font-size: 14px; color: #47566d; max-width: 260px;
}

/* Niente Title-Case forzato: in tedesco la capitalizzazione è semantica */
.tf__single_service ul li,
.tf__single_pricing ul li,
.tf__unlock_text ul li,
.tf__main_menu .nav-link,
.tf__quick_link ul li a,
.tf__topbar p a {
  text-transform: none !important;
}

/* Eyebrow (ex-h6 del template, ora <p> per una heading-structure sana) */
.klaus-eyebrow {
  font-size: 15px; font-weight: 600; color: var(--colorPrimary, var(--klaus-accent));
  text-transform: uppercase; margin-bottom: 2px;
}
.klaus-eyebrow span { font-weight: 600; color: var(--colorPrimary, var(--klaus-accent)); }
.klaus-eyebrow-hero { margin-bottom: 15px; letter-spacing: 0.04em; }
.klaus-eyebrow-brand {
  font-size: 20px; font-weight: 700; text-align: center; margin-bottom: 18px;
  text-transform: none; color: var(--klaus-ink);
}
.klaus-eyebrow-brand span { color: var(--klaus-accent-deep); font-weight: 700; }

/* Focus visibile da tastiera (il template lo azzera ovunque) */
a:focus-visible, button:focus-visible {
  outline: 3px solid var(--klaus-accent) !important;
  outline-offset: 2px;
  border-radius: 4px;
}

/* Contatti nel hero */
.klaus-hero-contact { margin-top: 18px; font-size: 15px; color: #47566d; }
.klaus-hero-contact a { color: var(--klaus-accent-deep); font-weight: 700; text-decoration: underline; }
.klaus-hero-contact span { font-size: 13px; color: #6b7280; }
.klaus-nav-phone a { font-weight: 700; color: var(--klaus-ink); white-space: nowrap; }

/* Badge Beispiel-Daten sulla Klaus-Bilanz */
.klaus-bilanz { position: relative; }
.klaus-bilanz-badge {
  position: absolute; top: 14px; right: 16px;
  font-size: 11px; font-weight: 800; letter-spacing: 0.08em; text-transform: uppercase;
  color: rgba(255, 255, 255, 0.85); background: rgba(255, 255, 255, 0.14);
  border: 1px solid rgba(255, 255, 255, 0.25);
  padding: 3px 10px; border-radius: 999px;
}

/* Footnote (Digitalbonus, WhatsApp) */
.klaus-footnote { font-size: 13px; color: #6b7280; margin-top: 8px; }
.klaus-footnote a { color: var(--klaus-accent-deep); text-decoration: underline; }
.klaus-team-note { font-size: 14.5px; color: #47566d; margin-top: 10px; }

/* Contrasti (WCAG AA): testi attenuati troppo chiari nel template */
.tf__single_service p { color: #47566d !important; }
.klaus-bilanz-row { color: rgba(255, 255, 255, 0.88); }
.klaus-bilanz-foot { color: rgba(255, 255, 255, 0.75); }

/* Topbar compatta su mobile (non deve invadere la navbar) */
@media (max-width: 767px) {
  .tf__topbar p { font-size: 12px; line-height: 1.5; padding: 4px 0; }
}

/* Preloader: fallback se JS non parte (adblock/errore) — sparisce comunque */
.preloader_container { animation: klausPreHide 0.3s ease 2.2s forwards; }
@keyframes klausPreHide { to { opacity: 0; visibility: hidden; } }

/* Titoli card come <h3> (niente falsa affordance da link, semantica corretta) */
h3.tf__single_service_link {
  cursor: default; font-size: 20px; font-weight: 700;
  margin: 0 0 10px; line-height: 1.3;
}
h3.tf__single_service_right_heading {
  cursor: default; font-size: 22px; font-weight: 700; line-height: 1.35;
}

/* ── Redesign sezione "Was ich jeden Tag für dich erledige" ──
   Prima: blocco nero pieno con card arancioni — pesante.
   Ora: fondo carta caldo, card bianche bordate, chip icona soft,
   unica card scura = la CTA a destra. */
.tf__main_service {
  background: #F3EDE4 !important;
  border-radius: 40px !important;
  margin-left: 40px; margin-right: 40px;
}
.tf__main_service .tf__common_heading h2 { color: var(--klaus-ink) !important; }
.tf__main_service .klaus-eyebrow { color: var(--klaus-accent-deep); }
.tf__main_service .klaus-eyebrow span { color: var(--klaus-accent-deep); }
.tf__single_service {
  background: #fff !important;
  border: 1px solid #eadfd0;
  box-shadow: 0 6px 18px rgba(20, 24, 31, 0.05);
  height: 100%;
  transition: transform 0.25s ease, box-shadow 0.25s ease;
}
.tf__single_service:hover {
  transform: translateY(-4px);
  box-shadow: 0 16px 36px rgba(20, 24, 31, 0.10);
}
.tf__single_service span {
  background: #fdf1e5 !important;
  border: 1px solid #f5ddc4;
}
.tf__single_service span i { color: var(--klaus-accent-deep) !important; }
.tf__single_service .tf__single_service_link { color: var(--klaus-ink) !important; }
.tf__single_service ul li { color: #47566d; }
.tf__single_service_right {
  background: var(--klaus-ink) !important;
  padding: 44px 30px 48px !important;
}
.tf__single_service_right .tf__single_service_right_heading { color: #fff !important; }
.tf__single_service_right p { color: rgba(255, 255, 255, 0.78) !important; }
@media (max-width: 991px) {
  .tf__main_service { margin-left: 12px; margin-right: 12px; }
}

/* Topbar: informativa, non "allerta" */
.tf__topbar p a {
  color: #fff !important;
  text-decoration: underline;
  text-underline-offset: 3px;
}

/* Step Probezeit sempre visibili (ex accordion) */
.klaus-steps { display: flex; flex-direction: column; gap: 26px; }
.klaus-step { display: flex; gap: 18px; align-items: flex-start; }
.klaus-step-num {
  flex: 0 0 44px; width: 44px; height: 44px; border-radius: 12px;
  background: var(--klaus-accent); color: #fff;
  font-weight: 800; font-size: 20px;
  display: inline-flex; align-items: center; justify-content: center;
}
.klaus-step h3 { font-size: 19px; font-weight: 700; margin: 6px 0 6px; color: var(--klaus-ink); }
.klaus-step p { font-size: 15px; color: #47566d; margin: 0; line-height: 1.55; }

/* Selettore clip sotto il video demo */
.klaus-echt-markers {
  display: flex; flex-wrap: wrap; gap: 10px; justify-content: center; margin-top: 18px;
}
.klaus-echt-markers span,
.klaus-clip-switch button {
  font-size: 13px; font-weight: 600; color: var(--klaus-accent-deep);
  background: #fdf1e5; border: 1px solid #f5ddc4;
  padding: 6px 16px; border-radius: 999px;
  cursor: pointer; transition: all 0.2s ease;
}
.klaus-clip-switch button:hover { background: #fbe4cd; }
.klaus-clip-switch button.active {
  background: var(--klaus-ink); border-color: var(--klaus-ink); color: #fff;
}

/* Link "Im Video ansehen" nelle card */
.klaus-card-clip {
  display: inline-block; margin-top: 12px;
  font-size: 13.5px; font-weight: 700; color: var(--klaus-accent-deep) !important;
  text-decoration: underline; text-underline-offset: 3px;
}

/* Modal contatto (JS .open + fallback :target senza JS) */
.klaus-kontakt-overlay {
  display: none; position: fixed; inset: 0; z-index: 1000;
  background: rgba(20, 24, 31, 0.55);
  align-items: center; justify-content: center; padding: 20px;
}
.klaus-kontakt-overlay.open, .klaus-kontakt-overlay:target { display: flex; }
.klaus-kontakt-panel {
  position: relative; background: #fff; border-radius: 20px;
  padding: 38px 36px 30px; max-width: 480px; width: 100%;
  box-shadow: 0 40px 90px rgba(20, 24, 31, 0.35);
}
.klaus-kontakt-panel h3 { font-size: 26px; font-weight: 800; color: var(--klaus-ink); margin-bottom: 8px; }
.klaus-kontakt-panel > p { font-size: 15px; color: #47566d; margin-bottom: 20px; }
.klaus-kontakt-ways { display: flex; flex-direction: column; gap: 10px; }
.klaus-kontakt-ways a {
  display: flex; justify-content: space-between; align-items: baseline;
  padding: 14px 18px; border: 1px solid #eadfd0; border-radius: 12px;
  background: var(--klaus-paper); transition: all 0.2s ease;
}
.klaus-kontakt-ways a:hover { border-color: var(--klaus-accent); transform: translateY(-1px); }
.klaus-kontakt-ways strong { font-size: 16px; color: var(--klaus-ink); }
.klaus-kontakt-ways span { font-size: 14px; color: var(--klaus-accent-deep); font-weight: 600; }
.klaus-kontakt-note { margin-top: 16px; font-size: 12.5px; color: #6b7280; text-align: center; }
.klaus-kontakt-close {
  position: absolute; top: 10px; right: 16px;
  font-size: 28px; line-height: 1; color: #9aa2ad; text-decoration: none;
}
.klaus-kontakt-close:hover { color: var(--klaus-ink); }

/* Icone card: solide in cerchio tinto */
.tf__single_service span {
  background: rgba(233, 123, 33, 0.12) !important; border: none !important;
  width: 54px !important; height: 54px !important; line-height: 54px !important;
  border-radius: 50% !important; text-align: center;
  margin-bottom: 16px !important; display: inline-flex !important;
  align-items: center; justify-content: center;
}
.tf__single_service span i { color: var(--klaus-accent-deep) !important; font-size: 24px !important; }

/* Fascia CTA sotto la griglia Fähigkeiten (ex card nera laterale) */
.klaus-kennenlernen-band {
  background: var(--klaus-ink); border-radius: 18px;
  padding: 30px 36px; margin-top: 10px;
  display: flex; align-items: center; justify-content: space-between; gap: 24px; flex-wrap: wrap;
}
.klaus-kennenlernen-band h3 { color: #fff; font-size: 21px; font-weight: 800; margin: 0 0 4px; }
.klaus-kennenlernen-band p { color: rgba(255, 255, 255, 0.75); font-size: 14.5px; margin: 0; }

/* Altezze uniformi ovunque */
.tf__single_service, .klaus-innov-card, .tf__single_pricing { height: 100%; }
.tf__pricing .row > [class*="col-"],
.klaus-innov .row > [class*="col-"],
.tf__main_service .row .row > [class*="col-"] { display: flex; flex-direction: column; }
.tf__pricing .row > [class*="col-"] > .tf__single_pricing,
.klaus-innov .row > [class*="col-"] > .klaus-innov-card,
.tf__main_service .row .row > [class*="col-"] > .tf__single_service { flex: 1; }

/* Ritmo verticale variato + transizioni architettoniche */
.klaus-echt { padding-top: 70px !important; padding-bottom: 90px !important; }
.klaus-morgen {
  background: #FBF9F6; border-top: 1px solid rgba(20, 24, 31, 0.05);
  padding-top: 80px !important; padding-bottom: 110px !important;
}
.klaus-innov { padding-top: 110px !important; }

/* Hero: tipografia più custom */
.tf__banner_text h1 { letter-spacing: -0.02em !important; }

/* Chip video: tab numerate con affordance */
.klaus-clip-switch { counter-reset: clip; }
.klaus-clip-switch button { counter-increment: clip; }
.klaus-clip-switch button::before {
  content: counter(clip, decimal-leading-zero) " · "; opacity: 0.55;
  font-variant-numeric: tabular-nums;
}
.klaus-clip-switch button.active::before { opacity: 1; }
.klaus-clip-switch button:hover { transform: translateY(-1px); }

/* ── premium pass ─────────────────────────── */
/* 1. ombre appiattite ovunque: hairline invece di depth pesante */
.tf__single_service, .klaus-innov-card, .tf__single_pricing {
  box-shadow: 0 1px 3px rgba(20, 24, 31, 0.05) !important;
}
.tf__single_service:hover { box-shadow: 0 6px 18px rgba(20, 24, 31, 0.08) !important; }
.klaus-chat { box-shadow: 0 10px 30px rgba(20, 24, 31, 0.07); }
.klaus-echt-img { box-shadow: 0 12px 34px rgba(20, 24, 31, 0.10); }
.klaus-morgen-img { box-shadow: 0 12px 34px rgba(20, 24, 31, 0.10); }
.klaus-bilanz { box-shadow: 0 10px 30px rgba(20, 24, 31, 0.16); }
.klaus-panel { box-shadow: none; }
.klaus-pricing-hero { box-shadow: 0 8px 26px rgba(233, 123, 33, 0.14) !important; }

/* 2. H2 più contenuti (via l'effetto "urlato" da template) */
.tf__common_heading h2, .klaus-morgen-title {
  font-size: clamp(28px, 3.4vw, 40px) !important; line-height: 1.18 !important;
}
.klaus-vision-title { font-size: clamp(28px, 3.4vw, 40px); }

/* 3. CTA in accento brand (arancio + testo scuro, come il CRM) */
.tf__common_btn, .tf__menu_2nd_btn {
  background: var(--klaus-accent) !important;
  color: var(--klaus-ink) !important;
  border-color: var(--klaus-accent) !important;
  font-weight: 800 !important;
}
.tf__common_btn:hover, .tf__menu_2nd_btn:hover {
  background: var(--klaus-accent-deep) !important;
  border-color: var(--klaus-accent-deep) !important;
  color: #fff !important;
}
.tf__common_btn i { color: inherit !important; }

/* 4. card "nie darf": antracite morbido invece del buco nero */
.klaus-darf-nein { background: #242B38; }

/* 5. mockup Drei Dinge: altezze allineate → testi sulla stessa linea */
.klaus-wa-mock, .klaus-qr-mock, .klaus-regel-mock {
  min-height: 178px; display: flex; flex-direction: column; justify-content: center;
}
.klaus-qr-mock { flex-direction: row; }

/* heading asimmetrici (editoriale, non template) */
.klaus-heading-left { text-align: left !important; }
.klaus-heading-left .klaus-eyebrow { text-align: left; }

/* FAQ: meno vuoto in coda (pb_240 del template) + leggibilità risposte */
.tf__faq { padding-bottom: 110px !important; }
.tf__faq .accordion-body p { max-width: 65ch; }

/* ──────── */
/* "Und außerdem" come chip */
.klaus-mehr {
  display: flex; flex-wrap: wrap; gap: 10px; justify-content: center; align-items: center;
  margin-top: 30px;
}
.klaus-mehr strong { color: var(--klaus-ink); font-size: 14px; }
.klaus-mehr span {
  font-size: 13px; font-weight: 600; color: #47566d;
  background: #fff; border: 1px solid #eadfd0; border-radius: 999px; padding: 6px 14px;
}
.klaus-mehr a { font-size: 13.5px; }

/* Gehalt: subtext sotto l'ancora */
.klaus-price-sub { font-size: 13px !important; color: #6b7280 !important; margin-top: -8px !important; }

/* Lebenslauf band: miniatura documento */
.klaus-pdf-flex { display: flex; align-items: center; gap: 26px; }
.klaus-pdf-thumb {
  width: 96px; height: auto; border-radius: 6px; transform: rotate(-3deg);
  border: 1px solid #e2d9ca; box-shadow: 0 8px 20px rgba(20, 24, 31, 0.12);
  flex: 0 0 96px;
}
@media (max-width: 767px) { .klaus-pdf-thumb { display: none; } }

/* Card links: ghost, meno rumore arancio */
.klaus-card-clip { color: #47566d !important; text-decoration: none; border-bottom: 1px solid #cfd6df; }
.klaus-card-clip:hover { color: var(--klaus-accent-deep) !important; border-color: var(--klaus-accent-deep); }

/* Hero: respiro tra CTA e contatti */
.klaus-hero-contact { margin-top: 26px; }

/* Panel Server/KI/Daten: marcatori solidi */
.klaus-panel-line { position: relative; padding-left: 22px; }
.klaus-panel-line::before {
  content: ""; position: absolute; left: 0; top: 12px;
  width: 10px; height: 10px; border-radius: 3px; background: var(--klaus-accent);
}

/* Arbeitsweise: colonna step unificata su fondo morbido */
.klaus-steps { background: #FBF9F6; border: 1px solid #efe7da; border-radius: 18px; padding: 26px; }

/* hero editoriale a due colonne */
.klaus-hero-left { text-align: left !important; }
.klaus-hero-left h1 {
  font-size: clamp(52px, 6vw, 84px) !important;
  text-align: left !important; line-height: 1.02 !important;
}
.klaus-hero-left p, .klaus-hero-left .klaus-eyebrow { text-align: left !important; }
.klaus-hero-left .klaus-hero-sub { margin-left: 0 !important; max-width: 520px; }
.klaus-chat-side { margin-top: 0; }
@media (max-width: 991px) { .klaus-chat-side { margin-top: 34px; } }

/* tab video più quiete (via numerazione, meno rumore) */
.klaus-clip-switch button::before { content: none !important; }
.klaus-clip-switch button { font-size: 12.5px; padding: 6px 14px; }

/* topbar via su mobile; ritmo gerarchico; underline sulle tab video */
@media (max-width: 767px) { .tf__topbar { display: none; } }
.tf__main_service { padding-top: 120px !important; padding-bottom: 110px !important; }
.klaus-vision { padding-top: 76px !important; padding-bottom: 80px !important; }
.klaus-clip-switch button:hover { text-decoration: underline; text-underline-offset: 3px; }

/* Sezione Montagmorgen (scenario editoriale) */
.klaus-morgen { background: #fff; }
.klaus-morgen-img {
  width: 100%; height: auto; border-radius: 20px;
  box-shadow: 0 24px 60px rgba(20, 24, 31, 0.14);
}
.klaus-eyebrow-left { text-align: left; }
.klaus-morgen-title { font-size: 40px; font-weight: 800; color: var(--klaus-ink); margin: 6px 0 26px; }
.klaus-timeline { display: flex; flex-direction: column; gap: 0; }
.klaus-tl-item {
  display: flex; gap: 18px; align-items: flex-start;
  padding: 16px 0; border-bottom: 1px solid #efe7da;
}
.klaus-tl-item:last-child { border-bottom: 0; }
.klaus-tl-time {
  flex: 0 0 64px; font-weight: 800; font-size: 17px; color: var(--klaus-accent-deep);
  font-variant-numeric: tabular-nums;
}
.klaus-tl-item p { margin: 0; font-size: 15.5px; line-height: 1.55; color: #47566d; }
@media (max-width: 991px) {
  .klaus-morgen-img { margin-bottom: 28px; }
  .klaus-morgen-title { font-size: 30px; }
}

/* Tabella "Was ich darf / Was ich nie darf" */
.klaus-darf-row { margin-top: 40px; }
.klaus-darf { border-radius: 18px; padding: 30px 30px 22px; height: 100%; }
.klaus-darf h3 { font-size: 21px; font-weight: 800; margin-bottom: 16px; }
.klaus-darf ul { list-style: none; padding: 0; margin: 0; }
.klaus-darf li {
  position: relative; padding: 7px 0 7px 30px;
  font-size: 15px; line-height: 1.5;
}
.klaus-darf li::before { position: absolute; left: 0; top: 7px; font-weight: 900; }
.klaus-darf-ja { background: #fff; border: 1px solid #eadfd0; }
.klaus-darf-ja h3 { color: var(--klaus-ink); }
.klaus-darf-ja li { color: #47566d; }
.klaus-darf-ja li::before { content: "✓"; color: #2e7d43; }
.klaus-darf-nein { background: var(--klaus-ink); }
.klaus-darf-nein h3 { color: #fff; }
.klaus-darf-nein li { color: rgba(255, 255, 255, 0.85); }
.klaus-darf-nein li::before { content: "✕"; color: var(--klaus-accent); }
@media (max-width: 991px) { .klaus-darf { margin-bottom: 18px; } }

/* Bilanz da cruscotto: numeri protagonisti */
.klaus-bilanz-row strong { font-size: 30px; letter-spacing: -0.01em; }
.klaus-bilanz-total strong { font-size: 40px; }
.klaus-bilanz-row span { font-size: 13.5px; }

/* Counter 144× ancorato in una card */
.tf__counter {
  background: #fff; border: 1px solid #eadfd0; border-radius: 18px;
  padding: 30px 34px !important;
  box-shadow: 0 6px 18px rgba(20, 24, 31, 0.05);
}

/* Pricing: confronto muted, Klaus protagonista */
.klaus-pricing-muted { opacity: 0.82; box-shadow: none !important; }
.klaus-pricing-muted:hover { opacity: 1; }
.klaus-pricing-hero .tf__pricing_btn { margin-top: 18px; }

/* Chat: timestamp e stato Entwurf */
.klaus-msg-time { font-size: 11px; opacity: 0.55; margin-left: 8px; white-space: nowrap; }
.klaus-msg-status {
  display: block; margin-top: 10px; font-size: 12.5px; font-weight: 700;
  color: var(--klaus-accent-deep); background: #fff;
  border: 1px dashed #e8b98a; border-radius: 8px; padding: 6px 10px;
}

/* Allineamento checkmark liste Vertrauen + gap step */
.tf__content_creator_top_text ul li { display: flex; align-items: flex-start; gap: 8px; }
.klaus-step { gap: 22px; }

/* Footer: logo più presente */
.tf__footer_left .klaus-brand-mark { height: 56px; }
.tf__unlock { padding: 46px 40px; }

/* Sezione "Echt statt Mockup" */
.klaus-echt-img {
  width: 100%; height: auto; border-radius: 20px; display: block;
  box-shadow: 0 24px 60px rgba(20, 24, 31, 0.14);
}
.klaus-echt-caption {
  text-align: center; font-size: 14px; color: #5b6472;
  max-width: 640px; margin: 18px auto 0;
}

/* Sezione "Der Rest meines Lebenslaufs" — lista editoriale, non card */
.klaus-rest { background: #fff; }
.klaus-rest-item {
  padding: 16px 0 16px 26px; border-bottom: 1px solid #efe7da; position: relative;
}
.klaus-rest-item::before {
  content: ""; position: absolute; left: 0; top: 24px;
  width: 10px; height: 10px; border-radius: 3px; background: var(--klaus-accent);
}
.klaus-rest-item h3 { font-size: 18px; font-weight: 700; color: var(--klaus-ink); margin: 0 0 4px; }
.klaus-rest-item p { font-size: 14.5px; color: #47566d; margin: 0; line-height: 1.5; }
.klaus-rest-item a { color: var(--klaus-accent-deep); font-weight: 700; text-decoration: underline; }
.klaus-rest-cta { text-align: center; margin-top: 34px; }
.klaus-rest-cta p { font-size: 13px; color: #6b7280; margin-top: 10px; }

/* Sezione visione — blocco scuro editoriale */
.klaus-vision { background: var(--klaus-ink); }
.klaus-vision-eyebrow { color: var(--klaus-accent); text-align: left; }
.klaus-vision-title {
  font-size: 44px; font-weight: 800; color: #fff; line-height: 1.15;
  margin: 8px 0 36px; letter-spacing: -0.01em;
}
.klaus-vision-steps { display: flex; gap: 34px; }
.klaus-vision-step { flex: 1; border-top: 2px solid rgba(255, 255, 255, 0.15); padding-top: 14px; }
.klaus-vision-step span {
  display: block; font-size: 12.5px; font-weight: 800; letter-spacing: 0.09em;
  text-transform: uppercase; color: var(--klaus-accent); margin-bottom: 8px;
}
.klaus-vision-step p { font-size: 15.5px; color: rgba(255, 255, 255, 0.85); line-height: 1.55; margin: 0; }
.klaus-vision-note {
  margin-top: 36px; font-size: 14px; color: rgba(255, 255, 255, 0.55); font-style: italic;
}
@media (max-width: 991px) {
  .klaus-vision-title { font-size: 30px; }
  .klaus-vision-steps { flex-direction: column; gap: 20px; }
}

/* ── Sezione INNOVATIONEN (killer features) ── */
.klaus-innov { background: #fff; }
.klaus-innov-card {
  background: var(--klaus-paper); border: 1px solid #eadfd0; border-radius: 18px;
  padding: 22px 22px 24px; height: 100%;
}
.klaus-innov-card h3 { font-size: 19px; font-weight: 800; color: var(--klaus-ink); margin: 18px 0 8px; }
.klaus-innov-card > p { font-size: 14.5px; color: #47566d; line-height: 1.55; margin: 0; }
.klaus-innov-card a { color: var(--klaus-accent-deep); font-weight: 700; text-decoration: underline; }
.klaus-innov-hint { display: block; margin-top: 6px; font-size: 13px; color: var(--klaus-accent-deep); font-weight: 600; }

/* mock WhatsApp */
.klaus-wa-mock { background: #E7E1D8; border-radius: 14px; padding: 14px; }
.klaus-wa-head { font-size: 12px; font-weight: 800; color: #2e5c4f; margin-bottom: 8px; }
.klaus-wa-msg {
  background: #fff; border-radius: 10px 10px 10px 2px; padding: 10px 12px;
  font-size: 13.5px; line-height: 1.45; color: #222; box-shadow: 0 1px 2px rgba(0,0,0,0.08);
}
.klaus-wa-link { color: #1c6fb0; text-decoration: underline; }
.klaus-wa-sign {
  margin-top: 8px; background: #DCF3D0; border-radius: 10px 10px 2px 10px;
  padding: 8px 12px; font-size: 12.5px; font-weight: 700; color: #2e5c1f;
}

/* mock QR Anlagen-Pass */
.klaus-qr-mock {
  background: #fff; border: 1px solid #eadfd0; border-radius: 14px;
  padding: 14px; display: flex; gap: 14px; align-items: center;
}
.klaus-qr-mock img {
  flex: 0 0 110px; width: 110px !important; height: 110px !important;
  border-radius: 6px;
}
.klaus-qr-mock > div { min-width: 0; }
.klaus-qr-mock strong { display: block; font-size: 15px; color: var(--klaus-ink); }
.klaus-qr-mock span { display: block; font-size: 12.5px; color: #5b6472; margin: 3px 0 8px; }
.klaus-qr-mock em { font-style: normal; font-size: 13px; font-weight: 700; color: var(--klaus-accent-deep); }

/* mock regola generata */
.klaus-regel-mock { background: #fff; border: 1px solid #eadfd0; border-radius: 14px; padding: 12px; }
.klaus-regel-satz {
  font-size: 12.5px; color: #47566d; font-style: italic; margin-bottom: 8px;
  border-left: 3px solid var(--klaus-accent); padding-left: 8px;
}
.klaus-regel-mock img { width: 100%; height: auto; border-radius: 8px; }

/* strip "Und außerdem" */
.klaus-mehr {
  margin-top: 26px; text-align: center; font-size: 14px; color: #47566d; line-height: 1.8;
}
.klaus-mehr strong { color: var(--klaus-ink); }
.klaus-mehr a { color: var(--klaus-accent-deep); font-weight: 700; text-decoration: underline; }

/* hero paragrafo più stretto (leggibilità) */
.klaus-hero-sub { max-width: 600px; margin-left: auto !important; margin-right: auto !important; }

/* switcher: due righe ordinate */
.klaus-clip-switch { max-width: 720px; margin-left: auto; margin-right: auto; }

/* vision: connettore grafico + numerazione */
.klaus-vision-steps { position: relative; counter-reset: vstep; }
.klaus-vision-step { position: relative; counter-increment: vstep; }
.klaus-vision-step::before {
  content: "0" counter(vstep); position: absolute; top: -34px; left: 0;
  font-size: 15px; font-weight: 800; color: rgba(255, 255, 255, 0.35);
  letter-spacing: 0.08em;
}
.klaus-vision-step::after {
  content: ""; position: absolute; top: -1px; left: 0; width: 46px; height: 2px;
  background: var(--klaus-accent);
}
.klaus-vision-steps { padding-top: 34px; }

/* fascia PDF pre-footer */
.klaus-pdf-band { background: #F3EDE4; padding: 44px 0; }
.klaus-pdf-band h3 { font-size: 24px; font-weight: 800; color: var(--klaus-ink); margin: 0 0 6px; }
.klaus-pdf-band p { font-size: 14.5px; color: #47566d; margin: 0; }
@media (max-width: 991px) { .klaus-pdf-band .text-lg-end { margin-top: 18px; } }

/* modal: WhatsApp primario */
.klaus-kontakt-ways a.klaus-kontakt-wa {
  background: var(--klaus-ink); border-color: var(--klaus-ink);
}
.klaus-kontakt-ways a.klaus-kontakt-wa strong { color: #fff; }
.klaus-kontakt-ways a.klaus-kontakt-wa span { color: #7BE28A; }
.klaus-kontakt-ways a.klaus-kontakt-wa:hover { border-color: var(--klaus-accent); }

/* chat hero: bordo neutro, ombra moderata (R5) */
.klaus-chat { border-color: #e5e0d8; box-shadow: 0 18px 44px rgba(20, 24, 31, 0.10); }

/* Gehalt: card Klaus dominante */
.klaus-pricing-hero { transform: scale(1.03); background: var(--klaus-paper) !important; }
@media (max-width: 991px) { .klaus-pricing-hero { transform: none; } }

/* footer CTA: più respiro, meno scheda fluttuante */
.tf__unlock { margin-bottom: 56px; border-radius: 22px; }

/* ── componenti bespoke (via le ultime classi-template) ── */
/* Icone SVG custom nelle card (tratto più solido) */
.klaus-ico svg { width: 28px; height: 28px; color: var(--klaus-accent-deep); }
.klaus-ico svg * { stroke-width: 2.4; }

/* selettore video come segmented control solido */
.klaus-clip-switch {
  gap: 0; background: #fff; border: 1px solid #e5ddd0; border-radius: 12px;
  padding: 4px; display: flex; flex-wrap: wrap; justify-content: center;
  box-shadow: 0 1px 3px rgba(20, 24, 31, 0.05);
}
.klaus-clip-switch button {
  background: transparent; border: none; border-radius: 9px;
  padding: 8px 14px; font-size: 13px; font-weight: 700; color: #47566d;
  cursor: pointer; transition: background 0.15s ease, color 0.15s ease;
}
.klaus-clip-switch button:hover { background: #f5f1ea; text-decoration: none; transform: none; }
.klaus-clip-switch button.active {
  background: var(--klaus-ink); color: #fff;
}

/* Montagmorgen come timeline grafica vera */
.klaus-timeline { position: relative; padding-left: 26px; }
.klaus-timeline::before {
  content: ""; position: absolute; left: 7px; top: 22px; bottom: 22px;
  width: 2px; background: #eadfd0;
}
.klaus-tl-item { position: relative; border-bottom: none; padding: 14px 0; }
.klaus-tl-item::before {
  content: ""; position: absolute; left: -26px; top: 21px;
  width: 12px; height: 12px; border-radius: 50%;
  background: var(--klaus-accent); border: 2px solid #fff;
  box-shadow: 0 0 0 2px var(--klaus-accent);
}
.klaus-tl-item:last-child::before { background: #2e7d43; box-shadow: 0 0 0 2px #2e7d43; }

/* Mockup Drei Dinge: cornice unificata */
.klaus-wa-mock { background: #F4F1EA; border: 1px solid #eadfd0; }
.klaus-qr-mock, .klaus-regel-mock { background: #F4F1EA; border: 1px solid #eadfd0; }
.klaus-qr-mock img { background: #fff; padding: 4px; }
.klaus-regel-mock img { border: 1px solid #e5ddd0; }

/* CTA finale bespoke (ex tf__unlock) */
.klaus-final-box {
  background: var(--klaus-ink); border-radius: 22px;
  padding: 46px 48px; margin-bottom: 56px;
  display: flex; align-items: center; justify-content: space-between; gap: 30px; flex-wrap: wrap;
}
.klaus-final-box h2 {
  color: #fff; font-size: clamp(26px, 3vw, 36px); font-weight: 800; margin: 4px 0 12px;
}
.klaus-final-eyebrow { color: var(--klaus-accent); text-align: left; }
.klaus-final-checks { color: rgba(255, 255, 255, 0.8); font-size: 14.5px; margin: 0; }

/* Pricing bespoke (ex tf__single_pricing) */
.klaus-price {
  background: #fff; border: 1px solid #eadfd0; border-radius: 18px;
  padding: 30px 28px; height: 100%;
  box-shadow: 0 1px 3px rgba(20, 24, 31, 0.05);
}
.klaus-price h5 {
  font-size: 13px; font-weight: 800; letter-spacing: 0.08em; text-transform: uppercase;
  color: #5b6472; margin: 0 0 4px;
}
.klaus-price-hero h5 { color: var(--klaus-accent-deep); }
.klaus-price > p { font-size: 14px; color: #47566d; margin: 0 0 6px; }
.klaus-price > p > span {
  display: block; font-size: 30px; font-weight: 800; color: var(--klaus-ink);
  letter-spacing: -0.01em; margin-top: 12px;
}
.klaus-price ul { list-style: none; padding: 0; margin: 14px 0 0; }
.klaus-price li {
  font-size: 14px; color: #47566d; padding: 8px 0 8px 24px;
  border-top: 1px solid #f1ece3; position: relative;
}
.klaus-price li::before {
  content: "✓"; position: absolute; left: 2px; color: var(--klaus-accent-deep); font-weight: 800;
}
.klaus-price-muted { opacity: 0.85; }
.klaus-price-muted:hover { opacity: 1; }
.klaus-price-muted li::before { content: "–"; color: #9aa2ad; }
.klaus-price-hero {
  border: 2px solid var(--klaus-accent); background: var(--klaus-paper);
  transform: scale(1.03); box-shadow: 0 8px 26px rgba(233, 123, 33, 0.14);
}
.klaus-price-hero .tf__pricing_btn { margin-top: 18px; width: 100%; text-align: center; }
@media (max-width: 991px) { .klaus-price-hero { transform: none; } }

/* Banner consenso (piccolo, onesto, in basso) */
.klaus-consent {
  position: fixed; left: 16px; right: 16px; bottom: 16px; z-index: 900;
  max-width: 660px; margin: 0 auto;
  background: #fff; border: 1px solid #e5ddd0; border-radius: 14px;
  padding: 16px 20px; box-shadow: 0 14px 40px rgba(20, 24, 31, 0.18);
  display: flex; align-items: center; gap: 18px; flex-wrap: wrap;
}
.klaus-consent p { margin: 0; font-size: 13.5px; color: #47566d; line-height: 1.5; flex: 1 1 320px; }
.klaus-consent a { color: var(--klaus-accent-deep); text-decoration: underline; }
.klaus-consent-btns { display: flex; gap: 8px; }
.klaus-consent-btns button {
  border-radius: 999px; padding: 8px 16px; font-size: 13.5px; font-weight: 700;
  cursor: pointer; border: 1px solid var(--klaus-ink);
}
#consentYes { background: var(--klaus-accent); border-color: var(--klaus-accent); color: var(--klaus-ink); }
#consentYes:hover { background: var(--klaus-accent-deep); border-color: var(--klaus-accent-deep); color: #fff; }
#consentNo { background: #fff; color: var(--klaus-ink); }
#consentNo:hover { background: #f3f4f6; }

/* Logo CODLAB reale nella riga copyright */
.klaus-copyright { display: inline-flex; align-items: center; gap: 7px; flex-wrap: wrap; }
.klaus-copyright-mark { height: 17px; width: auto; vertical-align: -2px; }

@media (max-width: 767px) {
  .klaus-msg { max-width: 92%; }
  .klaus-panel-line { font-size: 19px; }
  .klaus-wordmark { font-size: 22px; }
}

/* ── fix consenso panel ──────────────────────── */

/* hero: più aria tra titolo, sub e CTA */
.klaus-hero-left h1 { margin-bottom: 22px; }
.klaus-hero-left .klaus-hero-sub { margin-top: 0; margin-bottom: 34px; }

/* video demo: cornice finta da software */
.klaus-browser-frame {
  border-radius: 14px; overflow: hidden;
  border: 1px solid #d9d2c6;
  box-shadow: 0 22px 54px rgba(31, 27, 23, 0.14);
  background: var(--klaus-ink);
}
.klaus-browser-bar {
  display: flex; align-items: center; gap: 7px;
  padding: 10px 14px; background: var(--klaus-ink);
}
.klaus-bdot { width: 10px; height: 10px; border-radius: 50%; background: #4a443d; }
.klaus-burl {
  flex: 1; margin-left: 10px; text-align: center;
  font-family: 'DM Mono', ui-monospace, monospace;
  font-size: 12.5px; color: #b9b0a4;
  background: #2b2620; border-radius: 7px; padding: 4px 12px;
  white-space: nowrap; overflow: hidden; text-overflow: ellipsis;
}
.klaus-blive { font-size: 11px; font-weight: 700; letter-spacing: 0.06em; color: #7BE28A; }
.klaus-browser-frame .klaus-echt-img { border-radius: 0; box-shadow: none; display: block; margin: 0; width: 100%; }

/* FAQ: accordion minimal — solo linee divisorie, niente box */
.tf__faq_accordion .accordion-item {
  background: transparent !important; border: 0 !important;
  border-bottom: 1px solid #e2dacc !important;
  border-radius: 0 !important; box-shadow: none !important;
  margin-bottom: 0 !important;
}
.tf__faq_accordion .accordion-button {
  background: transparent !important; box-shadow: none !important;
  border-radius: 0 !important; padding-left: 0 !important; padding-right: 8px !important;
  font-weight: 700; color: var(--klaus-ink) !important;
}
.tf__faq_accordion .accordion-button:not(.collapsed) { color: var(--klaus-accent-deep) !important; }
.tf__faq_accordion .accordion-body { padding-left: 0 !important; padding-top: 0 !important; }

/* ritmo verticale: rompere la monotonia pt_100/pb_75 */
.klaus-echt { padding-bottom: 30px !important; }
section#faehigkeiten, .klaus-faehigkeiten { background: #FCFAF6; }

/* switcher video su mobile: barra orizzontale scorrevole, niente muro di bottoni */
@media (max-width: 991px) {
  .klaus-clip-switch {
    flex-wrap: nowrap; overflow-x: auto; -webkit-overflow-scrolling: touch;
    scrollbar-width: none; justify-content: flex-start;
  }
  .klaus-clip-switch::-webkit-scrollbar { display: none; }
  .klaus-clip-switch button { flex: 0 0 auto; white-space: nowrap; }
}

/* ===================================================================
   CodLab — form callback, sticky
   CTA mobile, Digitalbonus box, hero trust, reframe prezzo.
   =================================================================== */

/* Hero trust line (social proof above the fold) */
.klaus-hero-trust{display:flex;flex-wrap:wrap;gap:6px 18px;margin:14px 0 22px;font-size:13.5px;color:#47566d;font-weight:500;}
.klaus-hero-trust span{display:inline-flex;align-items:center;gap:6px;}
.klaus-hero-trust span::before{content:"✓";color:var(--klaus-accent-deep);font-weight:700;}

/* Callback form inside the kontakt modal */
.klaus-kontakt-form{display:flex;flex-direction:column;gap:12px;margin-bottom:16px;text-align:left;}
.klaus-kontakt-form .klaus-field{display:flex;flex-direction:column;gap:5px;}
.klaus-kontakt-form label{font-size:13px;font-weight:600;color:var(--klaus-ink);}
.klaus-kontakt-form input{width:100%;padding:12px 14px;font-size:16px;border:1px solid #eadfd0;border-radius:12px;background:#fff;color:var(--klaus-ink);min-height:48px;}
.klaus-kontakt-form input::placeholder{color:#9aa2af;}
.klaus-kontakt-form input:focus-visible{outline:2px solid var(--klaus-accent);outline-offset:1px;border-color:var(--klaus-accent);}
.klaus-kontakt-form button{width:100%;min-height:52px;border:0;border-radius:12px;background:var(--klaus-accent);color:#fff;font-size:16px;font-weight:700;cursor:pointer;transition:background .15s ease,transform .15s ease;}
.klaus-kontakt-form button:hover{background:var(--klaus-accent-deep);transform:translateY(-1px);}
.klaus-kontakt-form button:active{transform:translateY(0);}
.klaus-kontakt-form .klaus-form-note{font-size:12px;color:#6b7280;line-height:1.45;}
.klaus-kontakt-or{text-align:center;font-size:12.5px;color:#6b7280;margin:0 0 12px;}
.klaus-kontakt-ways-compact a{padding:11px 14px;}

/* Sticky mobile CTA bar */
.klaus-sticky-cta{position:fixed;left:0;right:0;bottom:0;z-index:850;display:none;gap:8px;padding:10px 12px calc(10px + env(safe-area-inset-bottom));background:rgba(255,255,255,.97);border-top:1px solid #eadfd0;box-shadow:0 -6px 20px rgba(20,24,31,.10);}
.klaus-sticky-cta a{display:inline-flex;align-items:center;justify-content:center;min-height:48px;border-radius:12px;text-decoration:none;font-weight:700;font-size:15px;}
.klaus-sticky-cta .klaus-sticky-main{flex:1;background:var(--klaus-accent);color:#fff;}
.klaus-sticky-cta .klaus-sticky-main:hover{background:var(--klaus-accent-deep);}
.klaus-sticky-cta .klaus-sticky-icon{width:52px;min-width:52px;background:#fdf1e5;color:var(--klaus-accent-deep);border:1px solid #f5ddc4;font-size:18px;}
.klaus-sticky-cta.is-hidden{display:none !important;}
@media (max-width:900px){.klaus-sticky-cta{display:flex;}body{padding-bottom:78px;}}

/* Digitalbonus highlight box (Gehalt) */
.klaus-digitalbonus{margin:6px auto 0;max-width:840px;background:#fdf1e5;border:1px solid #f5ddc4;border-radius:16px;padding:20px 24px;display:flex;gap:16px;align-items:flex-start;}
.klaus-digitalbonus .klaus-db-emoji{font-size:30px;line-height:1.1;}
.klaus-digitalbonus h4{margin:0 0 6px;font-size:18px;color:var(--klaus-ink);}
.klaus-digitalbonus p{margin:0;font-size:14.5px;color:#47566d;line-height:1.55;}

/* Reframe line in the salary comparison */
.klaus-price-lead{max-width:840px;margin:2px 0 26px;font-size:16px;color:#47566d;line-height:1.6;}
.klaus-price-disarm{max-width:840px;margin:24px auto 0;text-align:center;font-size:15.5px;color:var(--klaus-ink);font-weight:600;line-height:1.55;}
.klaus-price-disarm span{color:var(--klaus-accent-deep);}

/* Lebenslauf-Band: sekundärer PDF-Link unter dem Button (2026-07-11) */
.klaus-pdf-cta{display:flex;flex-direction:column;align-items:flex-end;gap:8px;}
.klaus-pdf-alt{font-size:13.5px;font-weight:600;color:#6b7280;}
.klaus-pdf-alt:hover{color:var(--klaus-accent-deep);}
@media (max-width:991px){.klaus-pdf-cta{align-items:flex-start;margin-top:14px;}}

/* ══════════════════════════════════════════════════════════════════════
   Polish-Pass 2026-07-29 — Rhythmus, Kontrast, Ausrichtung
   ══════════════════════════════════════════════════════════════════════ */

/* 1 — Einheitlicher Sektionsrhythmus.
   Vorher: 110–220 px zwischen den Sektionen, ohne erkennbares System.
   Jetzt: ein Wert pro Breakpoint (Desktop 156 px, Tablet 120 px, Mobil 104 px). */
:root { --klaus-sec-y: 78px; }
@media (max-width: 991px) { :root { --klaus-sec-y: 60px; } }
@media (max-width: 767px)  { :root { --klaus-sec-y: 52px; } }

section#echt, section#morgen, section#innovationen, section#arbeitsweise,
section#vertrauen, section#vision, section#gehalt, section#faq {
  padding-top: var(--klaus-sec-y) !important;
  padding-bottom: var(--klaus-sec-y) !important;
}

/* Hero: 160 px Kopfabstand sind auf dem Handy fast ein halber Screen */
@media (max-width: 991px) { .tf__banner.pt_160 { padding-top: 104px !important; } }
@media (max-width: 767px) { .tf__banner.pt_160 { padding-top: 88px !important; } }

/* 2 — Hero-Headline: die A/B-Variante B ist dreimal so lang wie Variante A
   und lief in derselben Schriftgröße — mobil sieben Zeilen, Desktop acht.
   Kurze Variante bleibt groß, lange Variante wird eigenständig skaliert. */
.klaus-hero-left h1 { text-wrap: balance; }
.klaus-hero-left h1[data-ab="b"] {
  font-size: clamp(40px, 4.4vw, 60px) !important;
  line-height: 1.12 !important;
  letter-spacing: -0.015em;
}
@media (max-width: 767px) {
  .klaus-hero-left h1[data-ab="b"] {
    font-size: clamp(34px, 9vw, 44px) !important;
    line-height: 1.1 !important;
  }
}

/* 3 — Kontrast: #6b7280 lag bei 4,5:1 (Grenzwert) und #9aa2ad bei 2,6:1.
   Zielgruppe 45–60 — kleine Texte brauchen mehr Kontrast, nicht weniger. */
.klaus-hero-contact span,
.klaus-footnote,
.klaus-kontakt-note,
.klaus-price-sub,
.klaus-rest-cta p,
.klaus-kontakt-form .klaus-form-note,
.klaus-kontakt-or,
.klaus-pdf-alt { color: #5b6472 !important; }
.klaus-kontakt-form input::placeholder { color: #6b7280; }
.klaus-kontakt-close { color: #6b7280; }

/* 4 — Karten enden auf einer Linie statt mit unterschiedlich viel Luft.
   Preiskarten: Vorteilsliste unten bündig, CTA ganz unten.
   Leistungskarten: „Im Video ansehen" immer auf gleicher Höhe. */
.klaus-price { display: flex; flex-direction: column; height: auto; }
.klaus-price ul { margin-bottom: 0; }
.klaus-price .tf__pricing_btn { margin-top: 22px; }
.klaus-price-row { align-items: flex-start; }

.tf__single_service { display: flex; flex-direction: column; }
.tf__single_service > a:last-child { margin-top: auto; }

/* 5 — Sticky-Bar: Text kürzer, damit er auf 360 px nicht umbricht */
@media (max-width: 400px) { .klaus-sticky-cta .klaus-sticky-main { font-size: 14px; } }

/* 5b — Icons als Inline-SVG statt Icon-Font.
   Die Seite lud drei Font-Awesome-Schriftdateien (~750 KB) für fünf Symbole.
   Jetzt: fünf Inline-SVGs, keine Icon-Font, kein zusätzlicher Request. */
.klaus-ico { display: inline-flex; align-items: center; justify-content: center; line-height: 0; }
.klaus-ico svg { width: 1em; height: 1em; display: block; }
.tf__common_btn .klaus-ico { margin-left: 8px; }
.tf__common_btn .klaus-ico svg,
.tf__pricing_btn .klaus-ico svg { width: 1.3em; height: 1.3em; }
.klaus-sticky-icon .klaus-ico svg { width: 1.2em; height: 1.2em; }
.menu_icon_bar svg, .close_icon_close svg { width: 1.4em; height: 1.4em; }

/* 5e — Rückruf-Formular: Honeypot, Erfolgs- und Fehlerzustand.
   Das Formular schickt jetzt wirklich etwas ab (Server), statt nur WhatsApp zu öffnen. */
.klaus-hp { position: absolute; left: -9999px; width: 1px; height: 1px; overflow: hidden; }
.klaus-lead-ok {
  background: #eef7ee; border: 1px solid #cfe5cf; border-radius: 14px;
  padding: 18px 20px; margin-bottom: 6px;
}
.klaus-lead-ok-title { font-weight: 800; color: #1f5130; margin: 0 0 6px; font-size: 16px; }
.klaus-lead-ok p { margin: 0; font-size: 14px; color: #33513f; line-height: 1.5; }
.klaus-form-note-error { color: #8a2b16 !important; font-weight: 600; }
.klaus-form-note-error a { color: var(--klaus-accent-deep); text-decoration: underline; }

/* 5c — QR-Hinweis: „probier's aus" ist auf dem Handy unmöglich (man scannt
   den eigenen Bildschirm nicht). Gerätesensitive Formulierung. */
.klaus-hint-mobile { display: none; }
@media (max-width: 767px) {
  .klaus-hint-desktop { display: none; }
  .klaus-hint-mobile { display: inline; }
}

/* 5d — Szenen-Umschalter: auf Desktop brach die zweite Zeile zentriert um,
   während die erste linksbündig stand. */
@media (min-width: 768px) {
  .klaus-clip-switch { justify-content: flex-start; }
}

/* 6 — FAQ: mehrzeilige Fragen wurden vom Template zentriert, einzeilige nicht.
   Sah aus wie ein Rendering-Fehler. */
.tf__faq_accordion .accordion-button {
  text-align: left !important;
  justify-content: flex-start !important;
}

/* 7 — Zeitstempel im Hero-Chat: 0.55 Deckkraft auf dunkler Bubble war kaum lesbar */
.klaus-msg-user .klaus-msg-time { opacity: 0.78; }

/* 8 — Klaus-Bilanz: „6,5 Std." war doppelt so groß wie die übrigen Werte.
   Gleiche Größe, Einheit klein dahinter. */
.klaus-bilanz-total strong { font-size: 30px; }
@media (min-width: 992px) { .klaus-bilanz-total strong { font-size: 30px; } }
.klaus-bilanz-foot { color: rgba(255, 255, 255, 0.84); }

/* 9 — Szenen-Umschalter: mobil war die Leiste rechts hart abgeschnitten,
   ohne Hinweis, dass es weitergeht. Jetzt scrollbar mit Fade-Kante. */
@media (max-width: 767px) {
  .klaus-clip-switch {
    display: flex !important;
    flex-wrap: nowrap !important;
    overflow-x: auto;
    scroll-snap-type: x proximity;
    -webkit-overflow-scrolling: touch;
    scrollbar-width: none;
    padding-right: 28px;
    -webkit-mask-image: linear-gradient(to right, #000 82%, transparent 100%);
            mask-image: linear-gradient(to right, #000 82%, transparent 100%);
  }
  .klaus-clip-switch::-webkit-scrollbar { display: none; }
  .klaus-clip-switch button { flex: 0 0 auto; scroll-snap-align: start; }
}

/* 10 — Überschriften-Hierarchie: h4 sprang vor h3 (Screenreader-Reihenfolge).
   Jetzt h3 an beiden Stellen, Optik unverändert. */
.tf__content_creator_top_text h3 { font-size: 26px; font-weight: 800; line-height: 1.3; margin-bottom: 14px; }
.klaus-digitalbonus h3 { margin: 0 0 6px; font-size: 18px; color: var(--klaus-ink); }
.klaus-digitalbonus { gap: 0; }
