:root {
  --gold: #AD8A54;
  --gold-dark: #8E7142;
  --ink: #2b2118;
  --text: #3a3128;
  --muted: #5a5045;
  --soft-muted: #8a7d6d;
  --cream: #f7f5f0;
  --callout: #faf7f0;
  --border: #ece8de;
  --white: #ffffff;
  --serif: "Source Serif 4", Georgia, "Times New Roman", serif;
  --sans: "Inter", -apple-system, BlinkMacSystemFont, "Segoe UI", Arial, sans-serif;
  --shadow-sm: 0 1px 2px rgba(43,33,24,0.04);
  --shadow-md: 0 2px 4px rgba(43,33,24,0.03), 0 14px 30px rgba(43,33,24,0.06);
  --shadow-lg: 0 18px 40px rgba(43,33,24,0.12);
  --shadow-gold: 0 8px 20px rgba(173,138,84,0.34);
  --shadow-gold-hover: 0 12px 26px rgba(173,138,84,0.44);
}
* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { font-family: var(--sans); color: var(--text); line-height: 1.65; font-size: 17px; background-color: var(--cream); margin: 0; -webkit-font-smoothing: antialiased; }
a { color: var(--gold); }
img { max-width: 100%; }

/* Layout */
.cwk-section { max-width: 1040px; margin: 0 auto; padding: 72px 32px; }
.cwk-narrow { max-width: 760px; }
.cwk-center { text-align: center; }
.cwk-eyebrow { font-size: 12px; letter-spacing: 2.5px; text-transform: uppercase; color: var(--gold); font-weight: 600; margin: 0 0 16px 0; }
h1, h2, h3 { font-family: var(--serif); color: var(--ink); margin-top: 0; font-optical-sizing: auto; letter-spacing: -0.01em; }
h1 { font-size: 47px; line-height: 1.12; font-weight: 600; margin: 0 0 22px 0; }
h2 { font-size: 33px; line-height: 1.2; font-weight: 600; margin: 0 0 18px 0; }
h3 { font-size: 20px; font-weight: 600; margin: 0 0 10px 0; letter-spacing: -0.005em; }
p { margin: 0 0 18px 0; }
.cwk-lead { font-size: 20px; color: var(--muted); line-height: 1.6; }
.cwk-divider { border: none; border-top: 1px solid var(--border); max-width: 1040px; margin: 0 auto; }

/* Buttons */
.cwk-btn { display: inline-block; background: linear-gradient(180deg, #b8945c 0%, var(--gold) 55%, #a37f48 100%); color: #fff; text-decoration: none; font-weight: 600; font-size: 16.5px; letter-spacing: 0.01em; padding: 16px 38px; border-radius: 10px; border: 1px solid rgba(255,255,255,0.18); box-shadow: var(--shadow-gold), inset 0 1px 0 rgba(255,255,255,0.25); transition: transform 0.18s ease, box-shadow 0.18s ease, filter 0.2s ease; cursor: pointer; }
.cwk-btn:hover { color: #fff; transform: translateY(-2px); box-shadow: var(--shadow-gold-hover), inset 0 1px 0 rgba(255,255,255,0.3); filter: brightness(1.03); }
.cwk-btn:active { transform: translateY(0); box-shadow: var(--shadow-gold); }
.cwk-btn-ghost { display: inline-block; background: transparent; color: var(--gold-dark); border: 1.5px solid var(--gold); text-decoration: none; font-weight: 600; font-size: 16px; padding: 13px 28px; border-radius: 10px; transition: all 0.2s; }
.cwk-btn-ghost:hover { background: var(--gold); color: #fff; }
.cwk-btn-note { display: block; margin-top: 15px; font-size: 14px; color: var(--soft-muted); }

/* Header */
.cwk-header { position: sticky; top: 0; z-index: 50; background: rgba(58,49,40,0.94); backdrop-filter: blur(8px); border-bottom: 1px solid rgba(255,255,255,0.08); }
.cwk-header-inner { max-width: 1040px; margin: 0 auto; padding: 14px 32px; display: flex; align-items: center; justify-content: space-between; gap: 16px; }
.cwk-logo { display: inline-flex; align-items: center; text-decoration: none; }
.cwk-nav { display: flex; align-items: center; gap: 26px; }
.cwk-nav a.cwk-navlink { color: #d8d0c2; text-decoration: none; font-size: 15px; font-weight: 500; }
.cwk-nav a.cwk-navlink:hover { color: #fff; }
.cwk-nav a.cwk-navlink.active { color: var(--gold); }
.cwk-header .cwk-btn { padding: 11px 22px; font-size: 15px; }
.cwk-menu-toggle { display: none; }
.cwk-burger { display: none; flex-direction: column; justify-content: center; gap: 5px; width: 40px; height: 40px; cursor: pointer; align-items: center; }
.cwk-burger span { display: block; height: 2px; width: 24px; background: #e8e4dc; border-radius: 2px; transition: 0.25s ease; }
#cwk-menu-toggle:checked ~ .cwk-burger span:nth-child(1) { transform: translateY(7px) rotate(45deg); }
#cwk-menu-toggle:checked ~ .cwk-burger span:nth-child(2) { opacity: 0; }
#cwk-menu-toggle:checked ~ .cwk-burger span:nth-child(3) { transform: translateY(-7px) rotate(-45deg); }

/* Hero */
.cwk-hero { text-align: center; padding-top: 84px; padding-bottom: 64px; }
.cwk-hero h1 { max-width: 880px; margin-left: auto; margin-right: auto; }
.cwk-hero .cwk-subline { font-size: 21px; font-weight: 600; color: var(--text); max-width: 760px; margin: 0 auto 28px auto; }
.cwk-checklist { list-style: none; padding: 0; margin: 0 auto 32px auto; max-width: 620px; text-align: left; display: inline-block; }
.cwk-checklist li { position: relative; padding-left: 34px; margin-bottom: 14px; color: var(--muted); font-size: 16.5px; }
.cwk-checklist li::before { content: "✓"; position: absolute; left: 0; top: 0; width: 22px; height: 22px; background: var(--gold); color: #fff; border-radius: 50%; font-size: 13px; line-height: 22px; text-align: center; font-weight: 700; }

/* Split-Hero (Startseite ATF) */
.cwk-hero-split { display: grid; grid-template-columns: 1.05fr 0.95fr; gap: 52px; align-items: center; padding-top: 60px; padding-bottom: 56px; }
.cwk-hero-text { text-align: left; }
.cwk-hero-text h1 { font-size: 41px; line-height: 1.15; margin: 0 0 16px 0; }
.cwk-hero-text .cwk-subline { font-size: 20px; font-weight: 600; color: var(--ink); margin: 0 0 22px 0; line-height: 1.4; }
.cwk-hero-usps { list-style: none; padding: 0; margin: 0 0 26px 0; }
.cwk-hero-usps li { position: relative; padding-left: 34px; margin-bottom: 13px; color: var(--muted); font-size: 16.5px; }
.cwk-hero-usps li::before { content: "✓"; position: absolute; left: 0; top: 1px; width: 22px; height: 22px; background: var(--gold); color: #fff; border-radius: 50%; font-size: 13px; line-height: 22px; text-align: center; font-weight: 700; }
.cwk-hero-usps strong { color: var(--ink); }
.cwk-hero-img img { width: 100%; border-radius: 18px; display: block; object-fit: cover; aspect-ratio: 4 / 5; object-position: center top; box-shadow: var(--shadow-lg); border: 1px solid var(--border); }
.cwk-trustbar { display: flex; align-items: center; gap: 22px; margin-top: 30px; flex-wrap: wrap; }
.cwk-trust-tuv { height: 54px; width: auto; display: block; }
.cwk-trust-pe { height: 62px; width: auto; display: block; }
.cwk-trust-stat { display: flex; flex-direction: column; line-height: 1.05; border-left: 1px solid var(--border); padding-left: 22px; }
.cwk-trust-stat .num { font-family: var(--serif); font-size: 30px; font-weight: 600; color: var(--gold); letter-spacing: -0.01em; }
.cwk-trust-stat .lbl { font-size: 13px; color: var(--muted); max-width: 175px; margin-top: 5px; line-height: 1.35; }

/* Page hero (Unterseiten) */
.cwk-pagehero { text-align: center; padding-top: 72px; padding-bottom: 24px; }
.cwk-pagehero h1 { max-width: 820px; margin-left: auto; margin-right: auto; }
.cwk-pagehero .cwk-lead { max-width: 720px; margin-left: auto; margin-right: auto; }

/* Stats */
.cwk-stats { display: grid; grid-template-columns: repeat(3, 1fr); gap: 22px; margin-top: 40px; }
.cwk-stat { background: var(--white); border: 1px solid rgba(43,33,24,0.05); border-radius: 16px; padding: 34px 26px; text-align: center; box-shadow: var(--shadow-md); }
.cwk-stat .cwk-stat-num { font-family: var(--serif); font-size: 46px; font-weight: 600; color: var(--gold); line-height: 1; margin-bottom: 14px; letter-spacing: -0.01em; }
.cwk-stat p { margin: 0; font-size: 15px; color: var(--muted); }

/* Feature cards */
.cwk-cards { display: grid; grid-template-columns: repeat(3, 1fr); gap: 22px; margin-top: 36px; }
.cwk-cards.cwk-cards-2 { grid-template-columns: repeat(2, 1fr); }
.cwk-cards.cwk-cards-4 { grid-template-columns: repeat(4, 1fr); }
.cwk-card { background: var(--white); border: 1px solid rgba(43,33,24,0.05); border-radius: 16px; padding: 32px 28px; box-shadow: var(--shadow-md); }
.cwk-card p { margin: 0; font-size: 15.5px; color: var(--muted); }
.cwk-card h3 { margin-bottom: 12px; }
.cwk-card-num { display: inline-flex; align-items: center; justify-content: center; width: 46px; height: 46px; border-radius: 50%; background: var(--white); border: 1.5px solid var(--gold); color: var(--gold-dark); font-family: var(--serif); font-weight: 600; font-size: 21px; margin-bottom: 18px; box-shadow: var(--shadow-sm); }

/* Testimonial */
.cwk-quote { background: var(--callout); border: 1px solid rgba(43,33,24,0.05); border-left: 3px solid var(--gold); border-radius: 0 16px 16px 0; padding: 30px 34px; max-width: 760px; margin: 0 auto; box-shadow: var(--shadow-md); }
.cwk-quote p.cwk-quote-text { font-family: var(--serif); font-size: 18.5px; font-style: italic; color: var(--ink); line-height: 1.5; margin: 0 0 16px 0; font-weight: 500; }
.cwk-quote .cwk-quote-name { font-weight: 600; color: var(--ink); margin: 0; font-size: 15px; }
.cwk-quote .cwk-quote-role { color: var(--soft-muted); margin: 0; font-size: 13.5px; }

/* Certificates */
.cwk-certs { display: grid; grid-template-columns: repeat(4, 1fr); gap: 18px; margin-top: 36px; }
.cwk-cert { background: var(--white); border: 1px solid rgba(43,33,24,0.05); border-radius: 16px; padding: 28px 18px; text-align: center; box-shadow: var(--shadow-md); }
.cwk-cert-img { height: 66px; display: flex; align-items: center; justify-content: center; margin-bottom: 16px; }
.cwk-cert-img img { max-height: 66px; max-width: 100%; width: auto; object-fit: contain; }
.cwk-cert-img img[src*="cert-sistrix"] { border-radius: 5px; }
.cwk-cert-mono { width: 66px; height: 66px; border-radius: 50%; background: var(--gold); color: #fff; font-weight: 700; font-size: 21px; letter-spacing: 1px; }
.cwk-cert p { margin: 0; font-weight: 600; font-size: 15px; color: var(--text); }

/* Logo */
.cwk-logo-img { height: 48px; width: auto; display: block; }
.cwk-footer-logo { height: 54px; width: auto; display: block; margin-bottom: 18px; }

/* About row */
.cwk-about-row { display: grid; grid-template-columns: 360px 1fr; gap: 44px; align-items: center; margin: 4px 0 44px 0; }
.cwk-about-img { width: 100%; border-radius: 14px; display: block; object-fit: cover; aspect-ratio: 3 / 4; border: 1px solid var(--border); }
.cwk-about-text { font-size: 18.5px; color: var(--muted); line-height: 1.7; }
.cwk-about-text p:last-child { margin-bottom: 0; }

/* Process image */
.cwk-process-img { display: block; width: 100%; max-width: 560px; margin: 8px auto 0 auto; border-radius: 14px; border: 1px solid var(--border); }

/* Calendly */
.cwk-calendly { margin-top: 28px; }
.cwk-calendly-fallback { text-align: center; margin-top: 14px; font-size: 14px; color: var(--soft-muted); }

/* Soft / accent blocks */
.cwk-soft { background: var(--white); }
.cwk-band { background: var(--callout); border-top: 1px solid var(--border); border-bottom: 1px solid var(--border); }

/* Benefit list with checkmarks */
.cwk-benefits { list-style: none; padding: 0; margin: 24px 0 0 0; }
.cwk-benefits li { position: relative; padding-left: 36px; margin-bottom: 18px; color: var(--muted); font-size: 16.5px; }
.cwk-benefits li::before { content: "✓"; position: absolute; left: 0; top: 1px; width: 24px; height: 24px; background: var(--gold); color: #fff; border-radius: 50%; font-size: 13px; line-height: 24px; text-align: center; font-weight: 700; }

/* CTA banner */
.cwk-ctaband { text-align: center; }
.cwk-ctaband h2 { margin-bottom: 12px; }
.cwk-ctaband p { color: var(--muted); max-width: 620px; margin-left: auto; margin-right: auto; }

/* Process steps */
.cwk-steps { margin-top: 36px; max-width: 780px; }
.cwk-step { display: flex; align-items: flex-start; margin-bottom: 26px; }
.cwk-step-num { flex-shrink: 0; width: 54px; height: 54px; border-radius: 50%; background: var(--white); border: 1.5px solid var(--gold); color: var(--gold-dark); font-family: var(--serif); font-weight: 600; font-size: 24px; display: flex; align-items: center; justify-content: center; margin-right: 20px; box-shadow: var(--shadow-md); }
.cwk-step p { margin: 0; color: var(--muted); font-size: 16px; padding-top: 13px; }

/* FAQ */
.cwk-faq { max-width: 820px; margin: 32px auto 0 auto; }
.cwk-faq details { background: var(--white); border: 1px solid rgba(43,33,24,0.05); border-radius: 12px; margin-bottom: 12px; padding: 0; overflow: hidden; box-shadow: var(--shadow-sm); }
.cwk-faq summary { cursor: pointer; padding: 20px 24px; font-weight: 600; font-size: 17px; color: var(--text); list-style: none; display: flex; justify-content: space-between; align-items: center; gap: 16px; }
.cwk-faq summary::-webkit-details-marker { display: none; }
.cwk-faq summary::after { content: "+"; color: var(--gold); font-size: 24px; font-weight: 400; flex-shrink: 0; transition: transform 0.2s; }
.cwk-faq details[open] summary::after { content: "−"; }
.cwk-faq .cwk-faq-body { padding: 0 24px 22px 24px; color: var(--muted); font-size: 16px; }
.cwk-faq .cwk-faq-body p { margin: 0 0 12px 0; }
.cwk-faq .cwk-faq-body p:last-child { margin-bottom: 0; }

/* Newsletter form */
.cwk-newsletter { background: var(--white); border: 1px solid rgba(43,33,24,0.05); border-radius: 16px; padding: 38px 34px; max-width: 620px; margin: 28px auto 0 auto; box-shadow: var(--shadow-md); }
.cwk-form-row { display: flex; gap: 12px; margin-top: 8px; }
.cwk-input { flex: 1; padding: 14px 16px; font-size: 16px; border: 1px solid #d8d0c0; border-radius: 6px; font-family: inherit; background: #fff; color: var(--text); }
.cwk-input:focus { outline: none; border-color: var(--gold); }
.cwk-form-note { font-size: 13px; color: var(--soft-muted); margin: 14px 0 0 0; }
.cwk-form-note a { color: var(--soft-muted); }

/* Blog */
.cwk-bloggrid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 24px; margin-top: 40px; }
.cwk-blogcard { background: var(--white); border: 1px solid rgba(43,33,24,0.05); border-radius: 16px; overflow: hidden; display: flex; flex-direction: column; text-decoration: none; color: inherit; box-shadow: var(--shadow-md); transition: box-shadow 0.2s, transform 0.2s; }
.cwk-blogcard:hover { box-shadow: var(--shadow-lg); transform: translateY(-3px); }
.cwk-blogcard-img { width: 100%; aspect-ratio: 16 / 9; object-fit: cover; background: var(--callout); display: block; }
.cwk-blogcard-ph { display: flex; align-items: center; justify-content: center; background: linear-gradient(135deg, #f3ecdf 0%, #e9ddc6 100%); }
.cwk-blogcard-ph span { font-family: var(--serif); font-size: 19px; font-weight: 600; color: var(--gold-dark); letter-spacing: 0.5px; }
.cwk-blogcard-body { padding: 22px 24px 26px 24px; display: flex; flex-direction: column; flex: 1; }
.cwk-blogcard-meta { font-size: 12px; letter-spacing: 1px; text-transform: uppercase; color: var(--gold); font-weight: 600; margin: 0 0 10px 0; }
.cwk-blogcard h3 { font-size: 19px; margin: 0 0 10px 0; line-height: 1.35; }
.cwk-blogcard p { font-size: 15px; color: var(--muted); margin: 0; }
.cwk-blogcard-more { margin-top: 16px; font-size: 14px; font-weight: 600; color: var(--gold); }

/* Blog post (prose) */
.cwk-article { max-width: 720px; margin: 0 auto; }
.cwk-article-meta { font-size: 13px; letter-spacing: 1px; text-transform: uppercase; color: var(--gold); font-weight: 600; margin-bottom: 14px; text-align: center; }
.cwk-author { display: flex; gap: 18px; align-items: center; margin: 44px 0 0 0; padding: 22px 24px; background: var(--callout); border: 1px solid var(--border); border-radius: 14px; }
.cwk-author-img { width: 64px; height: 64px; border-radius: 50%; object-fit: cover; flex-shrink: 0; box-shadow: var(--shadow-sm); }
.cwk-author-name { font-family: var(--serif); font-weight: 600; font-size: 17px; color: var(--ink); margin: 0 0 4px 0; }
.cwk-author-bio { font-size: 14.5px; color: var(--muted); line-height: 1.55; margin: 0; }
.cwk-author-bio a { color: var(--gold-dark); font-weight: 600; text-decoration: none; }
.cwk-author-bio a:hover { text-decoration: underline; }
.cwk-article h1 { text-align: center; font-size: 36px; margin-bottom: 18px; }
.cwk-article-lead { font-size: 20px; color: var(--muted); text-align: center; margin-bottom: 8px; }
.cwk-article-hero { width: 100%; border-radius: 14px; margin: 32px 0; border: 1px solid var(--border); }
.cwk-prose { font-size: 18px; line-height: 1.75; color: var(--text); }
.cwk-prose h2 { font-size: 26px; margin: 40px 0 14px 0; }
.cwk-prose h3 { font-size: 21px; margin: 30px 0 10px 0; }
.cwk-prose p { margin: 0 0 20px 0; }
.cwk-prose ul, .cwk-prose ol { margin: 0 0 20px 0; padding-left: 24px; }
.cwk-prose li { margin-bottom: 8px; }
.cwk-prose a { color: var(--gold); text-decoration: underline; }
.cwk-prose blockquote { border-left: 3px solid var(--gold); background: var(--callout); margin: 24px 0; padding: 16px 24px; border-radius: 0 10px 10px 0; font-style: italic; }
.cwk-prose img { border-radius: 12px; margin: 24px 0; }
.cwk-prose code { background: var(--callout); padding: 2px 6px; border-radius: 4px; font-size: 0.92em; }
.cwk-prose pre { background: var(--ink); color: #f3ede2; padding: 18px 22px; border-radius: 12px; overflow-x: auto; font-size: 14px; line-height: 1.65; margin: 24px 0; }
.cwk-prose pre code { background: none; padding: 0; color: inherit; font-size: inherit; }
.cwk-prose table { width: 100%; border-collapse: collapse; margin: 26px 0; font-size: 15.5px; }
.cwk-prose th, .cwk-prose td { text-align: left; padding: 11px 14px; border-bottom: 1px solid var(--border); vertical-align: top; }
.cwk-prose thead th { border-bottom: 2px solid var(--gold); font-weight: 600; color: var(--ink); }
.cwk-prose tbody tr:last-child td { border-bottom: none; }
.cwk-article-back { display: inline-block; margin-bottom: 28px; font-size: 15px; font-weight: 600; color: var(--gold); text-decoration: none; }

/* Fokussierte Formularseite (/ki-check/start/) */
.cwk-formpage { text-align: center; }
.cwk-formpage-head { max-width: 680px; margin: 0 auto 36px auto; }
.cwk-formpage-head h1 { margin: 10px 0 18px 0; }
.cwk-formpage-back { text-align: center; margin: 26px 0 0 0; }
.cwk-formpage-back a { color: var(--muted); font-size: 14px; text-decoration: none; }
.cwk-formpage-back a:hover { color: var(--gold-dark); }
.cwk-checkform .cwk-field, .cwk-checkform label, .cwk-checkform .cwk-form-note { text-align: left; }

/* KI-Check-Formular (auf der Seite, postet an n8n) */
.cwk-checkform { background: var(--white); border: 1px solid rgba(43,33,24,0.05); border-radius: 18px; padding: 38px 38px; max-width: 580px; margin: 0 auto; box-shadow: var(--shadow-md); }
.cwk-checkform .cwk-field { margin-bottom: 20px; }
.cwk-checkform .cwk-input { width: 100%; box-sizing: border-box; }
.cwk-checkform .cwk-field label { display: block; font-size: 14px; font-weight: 600; color: var(--ink); margin-bottom: 7px; }
.cwk-checkform .req { color: var(--gold); }
.cwk-field-error { color: #c0392b; font-size: 13px; margin-top: 7px; display: none; }
.cwk-field-error.visible { display: block; }
.cwk-consent { display: flex; align-items: flex-start; gap: 12px; margin: 22px 0 14px 0; padding: 16px 18px; background: var(--callout); border: 1px solid var(--border); border-radius: 12px; cursor: pointer; }
.cwk-consent input[type="checkbox"] { margin-top: 2px; flex-shrink: 0; width: 18px; height: 18px; cursor: pointer; accent-color: var(--gold); }
.cwk-consent span { font-size: 13px; font-weight: 400; color: var(--muted); line-height: 1.5; }
.cwk-success-icon { width: 66px; height: 66px; border-radius: 50%; background: var(--callout); border: 1.5px solid var(--gold); color: var(--gold-dark); font-size: 30px; line-height: 64px; margin: 0 auto 20px auto; box-shadow: var(--shadow-sm); }

/* Compare table (SEO vs GEO) */
.cwk-table-wrap { overflow-x: auto; margin-top: 32px; }
table.cwk-compare { width: 100%; border-collapse: collapse; background: var(--white); border: 1px solid var(--border); border-radius: 12px; overflow: hidden; font-size: 15.5px; }
table.cwk-compare th, table.cwk-compare td { padding: 18px 20px; text-align: left; vertical-align: top; border-bottom: 1px solid var(--border); }
table.cwk-compare th { background: var(--callout); font-weight: 600; }
table.cwk-compare th.cwk-geo-col { color: var(--gold); }
table.cwk-compare td:first-child { font-weight: 600; width: 22%; color: var(--text); }
table.cwk-compare tr:last-child td { border-bottom: none; }
.cwk-honest { background: var(--callout); border-left: 3px solid var(--gold); padding: 28px 30px; border-radius: 0 12px 12px 0; margin-top: 12px; }
.cwk-honest p { margin: 0 0 14px 0; }
.cwk-honest p:last-child { margin-bottom: 0; }

/* Breadcrumb */
.cwk-breadcrumb { max-width: 1040px; margin: 0 auto; padding: 20px 32px 0 32px; font-size: 13.5px; color: var(--soft-muted); }
.cwk-breadcrumb a { color: var(--soft-muted); text-decoration: none; }
.cwk-breadcrumb a:hover { color: var(--gold); }
.cwk-breadcrumb span { color: #cabfad; }
.cwk-breadcrumb .cwk-breadcrumb-current { color: var(--muted); }

/* Rich content (Service-/About-Detailtext) */
.cwk-rich { font-size: 17.5px; line-height: 1.75; color: var(--text); max-width: 760px; }
.cwk-rich.cwk-rich-center { margin-left: auto; margin-right: auto; }
.cwk-rich p { margin: 0 0 20px 0; }
.cwk-rich h3 { font-size: 22px; margin: 36px 0 12px 0; }
.cwk-rich ul { list-style: none; padding: 0; margin: 0 0 22px 0; }
.cwk-rich ul li { position: relative; padding-left: 32px; margin-bottom: 12px; color: var(--muted); }
.cwk-rich ul li::before { content: "✓"; position: absolute; left: 0; top: 1px; width: 21px; height: 21px; background: var(--gold); color: #fff; border-radius: 50%; font-size: 12px; line-height: 21px; text-align: center; font-weight: 700; }
.cwk-rich strong { color: var(--ink); }

/* Service-Kachel-Liste auf Übersicht */
.cwk-servicecard { display: block; background: var(--white); border: 1px solid rgba(43,33,24,0.05); border-radius: 16px; padding: 30px 28px; box-shadow: var(--shadow-md); text-decoration: none; color: inherit; transition: box-shadow 0.2s, transform 0.2s; }
.cwk-servicecard:hover { box-shadow: var(--shadow-lg); transform: translateY(-3px); }
.cwk-servicecard h3 { margin-bottom: 10px; }
.cwk-servicecard p { margin: 0 0 14px 0; font-size: 15.5px; color: var(--muted); }
.cwk-servicecard .cwk-servicecard-more { font-size: 14px; font-weight: 600; color: var(--gold); }

/* Footer */
.cwk-footer { background: var(--text); color: #e8e4dc; }
.cwk-footer-inner { max-width: 1040px; margin: 0 auto; padding: 56px 32px 40px 32px; display: grid; grid-template-columns: 1.4fr 1fr 1fr; gap: 40px; }
.cwk-footer h4 { color: #fff; font-size: 15px; margin: 0 0 16px 0; letter-spacing: 0.5px; }
.cwk-footer a { color: #cfc8ba; text-decoration: none; }
.cwk-footer a:hover { color: var(--gold); }
.cwk-footer p, .cwk-footer li { font-size: 15px; color: #cfc8ba; margin: 0 0 10px 0; line-height: 1.6; }
.cwk-footer ul { list-style: none; padding: 0; margin: 0; }
.cwk-footer-bottom { border-top: 1px solid rgba(255,255,255,0.12); text-align: center; padding: 22px 32px; font-size: 13.5px; color: #9b948a; }

@media (max-width: 860px) {
  .cwk-stats, .cwk-cards, .cwk-cards.cwk-cards-2, .cwk-cards.cwk-cards-4, .cwk-bloggrid { grid-template-columns: 1fr; }
  .cwk-certs { grid-template-columns: repeat(2, 1fr); }
  .cwk-footer-inner { grid-template-columns: 1fr; gap: 28px; }
  .cwk-burger { display: flex; }
  .cwk-nav { position: absolute; top: 100%; left: 0; right: 0; flex-direction: column; align-items: stretch; gap: 0; background: rgba(58,49,40,0.98); border-bottom: 1px solid rgba(255,255,255,0.08); box-shadow: 0 12px 24px rgba(0,0,0,0.18); padding: 8px 0 16px 0; display: none; }
  #cwk-menu-toggle:checked ~ .cwk-nav { display: flex; }
  .cwk-nav a.cwk-navlink { padding: 14px 32px; font-size: 16px; border-bottom: 1px solid rgba(255,255,255,0.08); }
  .cwk-nav .cwk-nav-cta { margin: 14px 32px 4px 32px; text-align: center; }
  .cwk-header .cwk-btn.cwk-nav-cta { padding: 14px 22px; font-size: 16px; }
  .cwk-about-row { grid-template-columns: 1fr; gap: 24px; }
  .cwk-about-img { max-width: 330px; margin: 0 auto; }
  .cwk-hero-split { grid-template-columns: 1fr; gap: 30px; text-align: center; padding-top: 44px; }
  .cwk-hero-text { text-align: center; }
  .cwk-hero-usps { display: inline-block; text-align: left; margin-left: auto; margin-right: auto; }
  .cwk-trustbar { justify-content: center; }
  .cwk-hero-img { max-width: 380px; margin: 8px auto 0 auto; }
}
@media (max-width: 700px) {
  h1 { font-size: 30px; }
  h2 { font-size: 24px; }
  .cwk-hero .cwk-subline { font-size: 18px; }
  .cwk-lead { font-size: 18px; }
  .cwk-section { padding: 52px 22px; }
  .cwk-hero { padding-top: 56px; }
  .cwk-form-row { flex-direction: column; }
  .cwk-article h1 { font-size: 28px; }
  table.cwk-compare, table.cwk-compare tr, table.cwk-compare td { display: block; width: 100%; }
  table.cwk-compare tr.cwk-head { display: none; }
  table.cwk-compare tr { border-bottom: 1px solid var(--border); padding: 6px 0; }
  table.cwk-compare tr:last-child { border-bottom: none; }
  table.cwk-compare td { border-bottom: none; padding: 8px 20px; }
  table.cwk-compare td:first-child { width: 100%; padding-top: 16px; font-size: 17px; }
  table.cwk-compare td:nth-child(2)::before { content: "SEO"; display: block; font-size: 11px; letter-spacing: 1.5px; text-transform: uppercase; font-weight: 600; color: var(--soft-muted); margin-bottom: 2px; }
  table.cwk-compare td:nth-child(3)::before { content: "KI-Sichtbarkeit"; display: block; font-size: 11px; letter-spacing: 1.5px; text-transform: uppercase; font-weight: 600; color: var(--gold); margin-bottom: 2px; }
  table.cwk-compare td:nth-child(3) { padding-bottom: 16px; }
}

/* Cookie-Consent-Banner (privacy-first) */
.cwk-consent-banner { position: fixed; left: 12px; right: 12px; bottom: 12px; z-index: 10000; max-width: 760px; margin: 0 auto; background: var(--white); border: 1px solid var(--border); border-radius: 12px; box-shadow: var(--shadow-md); padding: 12px 16px; display: none; }
.cwk-consent-banner.show { display: flex; align-items: center; gap: 14px; flex-wrap: wrap; }
.cwk-consent-banner p { margin: 0; font-size: 13px; line-height: 1.45; color: var(--muted); flex: 1 1 240px; }
.cwk-consent-banner a { color: var(--gold-dark); }
.cwk-consent-actions { display: flex; gap: 8px; flex-shrink: 0; }
.cwk-consent-btn { font-family: var(--sans); font-weight: 600; font-size: 13px; padding: 8px 14px; border-radius: 9px; cursor: pointer; border: 1.5px solid var(--gold); transition: all 0.18s ease; white-space: nowrap; }
.cwk-consent-accept { background: var(--gold); color: #fff; }
.cwk-consent-accept:hover { filter: brightness(1.05); }
.cwk-consent-decline { background: transparent; color: var(--gold-dark); }
.cwk-consent-decline:hover { background: var(--callout); }
.cwk-embed-gate { background: var(--callout); border: 1px dashed var(--border); border-radius: 14px; padding: 44px 24px; text-align: center; }
.cwk-embed-gate p { margin: 0 0 18px 0; color: var(--muted); font-size: 15px; line-height: 1.55; }

/* Stimmen-Sektion (ProvenExpert-Zitate) */
.cwk-voices { display: grid; grid-template-columns: repeat(3, 1fr); gap: 22px; margin: 40px 0 0 0; text-align: left; }
.cwk-voice { background: var(--white); border: 1px solid var(--border); border-radius: 16px; padding: 26px 24px; box-shadow: var(--shadow-sm); display: flex; flex-direction: column; }
.cwk-voice-text { font-family: var(--serif); font-size: 16.5px; line-height: 1.55; color: var(--ink); margin: 0 0 18px 0; }
.cwk-voice-name { font-weight: 600; font-size: 15px; color: var(--ink); margin: auto 0 0 0; }
.cwk-voice-role { font-size: 13.5px; color: var(--muted); margin: 2px 0 0 0; }
.cwk-voice-source { font-size: 12px; color: var(--soft-muted); margin: 12px 0 0 0; }
.cwk-voice-source a { color: var(--gold-dark); text-decoration: none; }
.cwk-voice-source a:hover { text-decoration: underline; }
@media (max-width: 860px) { .cwk-voices { grid-template-columns: 1fr; } }

/* Bewertungs-Badge + Sterne (Stimmen-Sektion) */
.cwk-rating { display: inline-flex; align-items: center; gap: 22px; background: var(--white); border: 1px solid var(--border); border-radius: 16px; padding: 16px 28px; box-shadow: var(--shadow-md); margin: 8px auto 4px auto; text-align: left; }
.cwk-rating-seal { height: 72px; width: auto; display: block; }
.cwk-rating-info { line-height: 1.3; }
.cwk-rating-stars { color: var(--gold); font-size: 23px; letter-spacing: 3px; line-height: 1; }
.cwk-rating-score { font-family: var(--serif); font-size: 18px; color: var(--ink); margin: 7px 0 2px 0; }
.cwk-rating-score strong { font-size: 27px; font-weight: 600; }
.cwk-rating-meta { font-size: 13.5px; color: var(--muted); margin: 0; }
.cwk-voice-stars { color: var(--gold); font-size: 15px; letter-spacing: 2px; line-height: 1; margin-bottom: 14px; }
@media (max-width: 520px) { .cwk-rating { flex-direction: column; text-align: center; gap: 12px; } }

/* Für wen / für wen nicht */
.cwk-fit { display: grid; grid-template-columns: 1fr 1fr; gap: 22px; margin-top: 40px; text-align: left; }
.cwk-fit-col { background: var(--white); border: 1px solid var(--border); border-radius: 16px; padding: 28px 28px; box-shadow: var(--shadow-sm); }
.cwk-fit-col h3 { font-size: 17px; margin: 0 0 18px 0; }
.cwk-fit-col ul { list-style: none; padding: 0; margin: 0; }
.cwk-fit-col li { position: relative; padding-left: 34px; margin-bottom: 13px; color: var(--muted); font-size: 16px; line-height: 1.5; }
.cwk-fit-col li::before { position: absolute; left: 0; top: 1px; width: 22px; height: 22px; border-radius: 50%; font-size: 12px; line-height: 22px; text-align: center; font-weight: 700; }
.cwk-fit-yes li::before { content: "✓"; background: var(--gold); color: #fff; }
.cwk-fit-no li::before { content: "✕"; background: var(--callout); color: var(--soft-muted); border: 1px solid var(--border); }
@media (max-width: 760px) { .cwk-fit { grid-template-columns: 1fr; } }

/* Formular-Seite: Conversion-Elemente */
.cwk-getlist { margin-top: 22px; }
.cwk-form-reassure { text-align: center; font-size: 13.5px; color: var(--gold-dark); font-weight: 600; margin: 14px 0 0 0; }
.cwk-formpage-trust { display: flex; flex-direction: column; align-items: center; gap: 14px; margin: 28px 0 0 0; }
.cwk-formpage-logos { display: flex; align-items: center; justify-content: center; gap: 26px; }
.cwk-formpage-logo { height: 56px; width: auto; display: block; }
.cwk-formpage-rating { font-size: 14px; color: var(--muted); margin: 0; }
.cwk-formpage-rating strong { color: var(--ink); font-weight: 600; }
.cwk-formpage-rating .cwk-rating-stars { font-size: 16px; vertical-align: middle; margin-right: 5px; }
