/*
 Theme Name: WP Function Lab Child
 Theme URI: https://wpfunctionlab.com/
 Description: Child Theme für WP Function Lab auf Basis von GeneratePress.
 Author: WP Function Lab
 Author URI: https://wpfunctionlab.com/
 Template: generatepress
 Version: 1.15.6
 Text Domain: wpfunctionlab
*/

:root {
  --wpcf-bg: #f3f6fb;
  --wpcf-surface: #ffffff;
  --wpcf-surface-soft: #eef3f8;
  --wpcf-ink: #0e1726;
  --wpcf-ink-2: #1c2a3e;
  --wpcf-muted: #607087;
  --wpcf-border: #d7e0ea;
  --wpcf-border-strong: #b8c5d4;
  --wpcf-accent: #086fd3;
  --wpcf-accent-dark: #0759a8;
  --wpcf-accent-soft: #dbeeff;
  --wpcf-dark: #0a1220;
  --wpcf-dark-2: #101b2d;
  --wpcf-dark-3: #16243a;
  --wpcf-radius: 10px;
  --wpcf-container: 1180px;
}

html { scroll-behavior: smooth; }
body {
  color: var(--wpcf-ink);
  background: var(--wpcf-bg);
  font-size: 17px;
  line-height: 1.68;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
}
body, button, input, select, textarea {
  font-family: Arial, Helvetica, sans-serif;
}

body.no-sidebar .site.grid-container,
body.no-sidebar .inside-article,
body.no-sidebar .entry-content,
body.no-sidebar .site-content,
body.no-sidebar .content-area,
body.no-sidebar main.site-main {
  max-width: none;
  padding: 0;
  margin: 0;
}
body.no-sidebar #right-sidebar,
body.no-sidebar #left-sidebar,
body.no-sidebar .widget-area.sidebar { display: none !important; }
.inside-article { padding: 0 !important; background: transparent; }
.entry-header { display: none; }
.separate-containers .inside-article { padding: 0 !important; }

h1,h2,h3,h4 {
  color: var(--wpcf-ink);
  line-height: 1.08;
  letter-spacing: -0.022em;
  font-weight: 700;
  margin-top: 0;
}
h1 { font-size: clamp(2.35rem, 4.4vw, 4.7rem); margin-bottom: 22px; max-width: 980px; }
h2 { font-size: clamp(1.75rem, 2.7vw, 2.95rem); margin-bottom: 18px; max-width: 880px; }
h3 { font-size: 1.15rem; margin-bottom: 10px; }
p { margin: 0 0 1.08em; }
a { color: inherit; text-decoration-thickness: 1px; text-underline-offset: 4px; }
a:hover { color: var(--wpcf-accent-dark); }
strong { color: inherit; }

.wpcf-container { width: min(var(--wpcf-container), calc(100% - 40px)); margin-inline: auto; }
.wpcf-narrow { max-width: 880px; }
.wpcf-tight { max-width: 760px; }

/* Header */
.site-header {
  background: rgba(255,255,255,.97);
  border-bottom: 1px solid var(--wpcf-border);
  position: sticky;
  top: 0;
  z-index: 60;
  backdrop-filter: blur(10px);
}
.admin-bar .site-header { top: 32px; }
.inside-header {
  width: min(var(--wpcf-container), calc(100% - 40px));
  margin-inline: auto;
  min-height: 78px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  padding: 10px 0 !important;
}
.site-branding, .site-logo { display: none !important; }
.wpcf-brand { flex: 0 0 auto; min-width: 0; }
.wpcf-brand-link {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  text-decoration: none;
  color: var(--wpcf-ink);
}
.wpcf-brand-link:hover { color: var(--wpcf-ink); }
.wpcf-brand-mark-wrap {
  width: 46px;
  height: 46px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: 1px solid var(--wpcf-border);
  border-radius: 12px;
  background: #f8fafc;
  overflow: hidden;
  flex: 0 0 auto;
}
.wpcf-brand-mark {
  width: 40px;
  height: 40px;
  display: block;
  object-fit: contain;
}
.wpcf-brand-text {
  display: grid;
  gap: 1px;
  line-height: 1.1;
}
.wpcf-brand-title {
  font-size: 1.02rem;
  font-weight: 800;
  letter-spacing: -0.03em;
  color: var(--wpcf-ink);
}
.wpcf-brand-subtitle {
  font-size: .75rem;
  color: var(--wpcf-muted);
  letter-spacing: .02em;
}

.main-navigation { margin-left: auto; }
.main-navigation, .main-navigation ul ul { background: transparent; }
.main-navigation .inside-navigation { justify-content: flex-end; align-items: center; }
.main-navigation .main-nav > ul { display: flex; align-items: center; gap: 4px; }
.main-navigation .main-nav ul li a,
.menu-toggle {
  color: var(--wpcf-ink);
  font-size: 14px;
  font-weight: 700;
  letter-spacing: -0.01em;
  line-height: 38px;
  padding-left: 11px;
  padding-right: 11px;
}
.main-navigation .main-nav ul li a:hover,
.main-navigation .main-nav ul li[class*="current-menu-"] > a {
  color: var(--wpcf-accent-dark);
  background: transparent;
}
.main-navigation .main-nav ul li.wpcf-menu-cta a {
  background: var(--wpcf-dark);
  color: #fff;
  border: 1px solid var(--wpcf-dark);
  border-radius: 9px;
  line-height: 38px;
  min-height: 38px;
  padding-left: 16px;
  padding-right: 16px;
  margin-left: 6px;
}
.main-navigation .main-nav ul li.wpcf-menu-cta a:hover {
  background: var(--wpcf-accent-dark);
  border-color: var(--wpcf-accent-dark);
  color: #fff;
}
.main-navigation .main-nav ul li.wpcf-lang-switch a {
  color: var(--wpcf-muted);
  border: 1px solid var(--wpcf-border);
  background: #fff;
  border-radius: 9px;
  line-height: 36px;
  min-height: 36px;
  padding-left: 11px;
  padding-right: 11px;
  margin-left: 4px;
}
.main-navigation .main-nav ul li.wpcf-lang-switch a:hover { color: var(--wpcf-ink); border-color: var(--wpcf-border-strong); }

/* Sections */
.wpcf-hero {
  background:
    linear-gradient(90deg, rgba(8,111,211,.13) 0 1px, transparent 1px),
    linear-gradient(180deg, var(--wpcf-dark) 0%, var(--wpcf-dark-2) 100%);
  background-size: 64px 64px, auto;
  color: #fff;
  padding: clamp(76px, 8vw, 122px) 0 clamp(64px, 7vw, 98px);
  border-bottom: 1px solid rgba(255,255,255,.08);
}
.wpcf-hero h1, .wpcf-hero h2, .wpcf-hero h3 { color: #fff; }
.wpcf-hero-grid {
  display: grid;
  grid-template-columns: minmax(0, 1.04fr) minmax(320px, .78fr);
  gap: clamp(34px, 5vw, 74px);
  align-items: center;
}
.wpcf-eyebrow, .wpcf-kicker {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  margin-bottom: 14px;
  color: var(--wpcf-accent);
  font-size: .76rem;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: .11em;
}
.wpcf-hero .wpcf-eyebrow, .wpcf-section-dark .wpcf-kicker { color: #8cc8ff; }
.wpcf-lead {
  max-width: 760px;
  color: var(--wpcf-muted);
  font-size: clamp(1.05rem, 1.45vw, 1.22rem);
  line-height: 1.62;
}
.wpcf-hero .wpcf-lead,
.wpcf-section-dark .wpcf-lead { color: rgba(255,255,255,.8); }
.wpcf-hero-actions, .wpcf-actions { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 28px; }
.wpcf-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 46px;
  padding: 0 18px;
  border-radius: 9px;
  font-size: .96rem;
  font-weight: 800;
  text-decoration: none;
  border: 1px solid transparent;
  transition: background .16s ease, color .16s ease, border-color .16s ease, transform .16s ease;
}
.wpcf-button:hover { transform: translateY(-1px); }
.wpcf-button-primary { background: var(--wpcf-accent); color: #fff; border-color: var(--wpcf-accent); }
.wpcf-button-primary:hover { background: var(--wpcf-accent-dark); color: #fff; border-color: var(--wpcf-accent-dark); }
.wpcf-button-secondary { background: rgba(255,255,255,.08); color: #fff; border-color: rgba(255,255,255,.18); }
.wpcf-button-secondary:hover { background: rgba(255,255,255,.14); color: #fff; }
.wpcf-button-minimal { background: #fff; color: var(--wpcf-ink); border-color: var(--wpcf-border); }
.wpcf-button-minimal:hover { border-color: var(--wpcf-border-strong); color: var(--wpcf-accent-dark); }
.wpcf-button-light { background: #fff; color: var(--wpcf-ink); border-color: #fff; }
.wpcf-button-light:hover { color: var(--wpcf-accent-dark); }

.wpcf-trust-row { display: flex; flex-wrap: wrap; gap: 10px; margin-top: 26px; }
.wpcf-trust-row span {
  display: inline-flex;
  align-items: center;
  min-height: 30px;
  padding: 0 10px;
  border: 1px solid rgba(255,255,255,.14);
  border-radius: 999px;
  color: rgba(255,255,255,.74);
  font-size: .86rem;
}
.wpcf-service-panel {
  border: 1px solid rgba(255,255,255,.13);
  background: rgba(255,255,255,.05);
  border-radius: 16px;
  padding: 26px;
  box-shadow: 0 22px 60px rgba(0,0,0,.2);
}
.wpcf-service-panel h2 { font-size: 1.3rem; margin-bottom: 18px; }
.wpcf-service-panel ul { margin: 0; padding: 0; list-style: none; display: grid; gap: 12px; }
.wpcf-service-panel li { color: rgba(255,255,255,.78); padding-left: 24px; position: relative; }
.wpcf-service-panel li::before {
  content: "";
  position: absolute;
  left: 0;
  top: .68em;
  width: 9px;
  height: 9px;
  border-radius: 2px;
  background: var(--wpcf-accent);
}

.wpcf-section { padding: clamp(62px, 8vw, 104px) 0; }
.wpcf-section-muted { background: var(--wpcf-surface-soft); border-top: 1px solid var(--wpcf-border); border-bottom: 1px solid var(--wpcf-border); }
.wpcf-section-dark { background: var(--wpcf-dark); color: #fff; }
.wpcf-section-dark h2, .wpcf-section-dark h3, .wpcf-section-dark p { color: #fff; }
.wpcf-section-dark p { color: rgba(255,255,255,.76); }
.wpcf-page-hero {
  padding: clamp(58px, 7vw, 96px) 0;
  background: #fff;
  border-bottom: 1px solid var(--wpcf-border);
}
.wpcf-page-hero .wpcf-lead { color: var(--wpcf-muted); }

.wpcf-contact-strip { background: #fff; border-bottom: 1px solid var(--wpcf-border); }
.wpcf-contact-strip-inner { min-height: 84px; display: flex; align-items: center; justify-content: space-between; gap: 22px; }
.wpcf-contact-strip p { margin-bottom: 0; color: var(--wpcf-muted); }
.wpcf-contact-strip strong { color: var(--wpcf-ink); }

.wpcf-grid { display: grid; gap: 18px; margin-top: 32px; }
.wpcf-grid-2 { grid-template-columns: repeat(2, minmax(0,1fr)); }
.wpcf-grid-3 { grid-template-columns: repeat(3, minmax(0,1fr)); }
.wpcf-grid-4 { grid-template-columns: repeat(4, minmax(0,1fr)); }
.wpcf-card {
  background: var(--wpcf-surface);
  border: 1px solid var(--wpcf-border);
  border-radius: 14px;
  padding: 24px;
  min-width: 0;
}
.wpcf-card:hover { border-color: var(--wpcf-border-strong); }
.wpcf-card h2 { font-size: clamp(1.35rem, 2vw, 1.85rem); }
.wpcf-card p { color: var(--wpcf-muted); font-size: .98rem; }
.wpcf-card a { display: inline-flex; margin-top: 4px; color: var(--wpcf-accent-dark); text-decoration: none; font-weight: 800; }

.wpcf-proof-grid { display: grid; grid-template-columns: repeat(3, minmax(0,1fr)); gap: 18px; margin-top: 30px; }
.wpcf-proof-item {
  background: var(--wpcf-surface);
  border: 1px solid var(--wpcf-border);
  border-radius: 14px;
  padding: 22px;
}
.wpcf-proof-item strong { display: block; margin-bottom: 8px; color: var(--wpcf-ink); font-size: 1.05rem; }
.wpcf-proof-item span { display: block; color: var(--wpcf-muted); font-size: .97rem; }

.wpcf-split { display: grid; grid-template-columns: .92fr 1.08fr; gap: clamp(30px, 5vw, 70px); align-items: start; }
.wpcf-split p { color: var(--wpcf-muted); font-size: 1.02rem; }

.wpcf-steps { display: grid; grid-template-columns: repeat(4, minmax(0,1fr)); gap: 16px; margin-top: 34px; }
.wpcf-step {
  border: 1px solid var(--wpcf-border);
  border-radius: 14px;
  padding: 22px;
  background: rgba(255,255,255,.72);
  color: var(--wpcf-ink);
}
.wpcf-step h3 {
  color: var(--wpcf-ink);
}
.wpcf-step span, .wpcf-process-card span {
  display: inline-flex;
  margin-bottom: 16px;
  color: var(--wpcf-accent);
  font-weight: 800;
  font-family: Consolas, "Liberation Mono", monospace;
  font-size: .82rem;
}
.wpcf-step p { color: var(--wpcf-muted); font-size: .95rem; }
.wpcf-section-dark .wpcf-step {
  border-color: rgba(255,255,255,.14);
  background: rgba(255,255,255,.04);
  color: #fff;
}
.wpcf-section-dark .wpcf-step h3 { color: #fff; }
.wpcf-section-dark .wpcf-step p { color: rgba(255,255,255,.74); }

.wpcf-process-cards { display: grid; grid-template-columns: repeat(2, minmax(0,1fr)); gap: 18px; margin-top: 30px; }
.wpcf-process-card {
  background: var(--wpcf-surface);
  border: 1px solid var(--wpcf-border);
  border-radius: 14px;
  padding: 24px;
  min-width: 0;
}
.wpcf-process-card h2 { font-size: clamp(1.35rem, 2vw, 1.85rem); margin-bottom: 10px; }
.wpcf-process-card p { color: var(--wpcf-muted); margin-bottom: 0; overflow-wrap: normal; word-break: normal; hyphens: none; }

.wpcf-example-list, .wpcf-glossary-list, .wpcf-glossary-index { display: grid; grid-template-columns: repeat(2, minmax(0,1fr)); gap: 14px; margin-top: 30px; }
.wpcf-example-list a, .wpcf-example-list div, .wpcf-glossary-list a, .wpcf-glossary-index a {
  display: block;
  padding: 20px 22px;
  background: var(--wpcf-surface);
  border: 1px solid var(--wpcf-border);
  border-radius: 14px;
  color: var(--wpcf-ink);
  text-decoration: none;
  font-weight: 800;
}
.wpcf-glossary-index a span { display: block; margin-top: 6px; color: var(--wpcf-muted); font-weight: 400; font-size: .95rem; }
.wpcf-example-list a:hover, .wpcf-glossary-index a:hover, .wpcf-glossary-list a:hover { border-color: var(--wpcf-accent); color: var(--wpcf-accent-dark); }

.wpcf-note-box {
  margin: 28px 0 0;
  border: 1px solid var(--wpcf-border);
  border-left: 4px solid var(--wpcf-accent);
  background: var(--wpcf-surface);
  border-radius: 14px;
  padding: 18px 20px;
}
.wpcf-note-box p { margin-bottom: 0; color: var(--wpcf-muted); }
.wpcf-note-box strong { color: var(--wpcf-ink); }
.wpcf-direct-contact { margin-top: 16px; color: var(--wpcf-muted); }

.wpcf-cta { padding: clamp(66px, 8vw, 102px) 0; background: var(--wpcf-dark); color: #fff; text-align: center; }
.wpcf-cta h2 { color: #fff; margin-inline: auto; }
.wpcf-cta p { max-width: 760px; margin-inline: auto; color: rgba(255,255,255,.76); font-size: 1.08rem; }

/* Form */
.wpcf-request-form { display: grid; gap: 16px; margin-top: 26px; }
.wpcf-request-form label { display: grid; gap: 6px; font-size: .92rem; font-weight: 700; }
.wpcf-request-form input, .wpcf-request-form select, .wpcf-request-form textarea {
  width: 100%;
  border: 1px solid var(--wpcf-border);
  border-radius: var(--wpcf-radius);
  padding: 12px 13px;
  background: #fff;
  color: var(--wpcf-ink);
  font-size: 1rem;
}
.wpcf-request-form input:focus, .wpcf-request-form select:focus, .wpcf-request-form textarea:focus {
  outline: 2px solid rgba(8,111,211,.18);
  border-color: var(--wpcf-accent);
}
.wpcf-request-form textarea { min-height: 160px; resize: vertical; }
.wpcf-consent { display: flex !important; align-items: flex-start; gap: 10px; color: var(--wpcf-muted); font-weight: 500 !important; }
.wpcf-consent input { width: auto; margin-top: .35em; }
.wpcf-form-honeypot { position: absolute; left: -9999px; opacity: 0; }
.wpcf-alert { padding: 14px 16px; border: 1px solid var(--wpcf-border); margin-bottom: 18px; border-radius: 10px; }
.wpcf-alert-success { background: #ecfdf5; border-color: #bbf7d0; color: #14532d; }
.wpcf-alert-error { background: #fef2f2; border-color: #fecaca; color: #7f1d1d; }

/* Legal */
.wpcf-section.wpcf-legal { max-width: none; padding: clamp(54px, 7vw, 86px) 0; }
.wpcf-legal .wpcf-container { max-width: 900px; }
.wpcf-legal h2 { font-size: clamp(1.35rem, 2.1vw, 2rem); margin-top: 2.1em; }
.wpcf-legal h3 { margin-top: 1.55em; }
.wpcf-legal p, .wpcf-legal li { color: var(--wpcf-muted); }
.wpcf-legal strong { color: var(--wpcf-ink); }

/* Footer */
.wpcf-site-footer {
  background: radial-gradient(circle at 18% 0%, rgba(8,111,211,.12), transparent 28%), var(--wpcf-dark);
  color: rgba(255,255,255,.76);
  border-top: 1px solid rgba(255,255,255,.08);
}
.wpcf-site-footer .wpcf-container { padding-top: 58px; padding-bottom: 44px; }
.wpcf-footer-grid { display: grid; grid-template-columns: 1.15fr .75fr .85fr; gap: 34px; }
.wpcf-footer-title { color: #fff; margin-bottom: 12px; font-size: 1.35rem; }
.wpcf-footer-heading { color: #fff; margin-bottom: 10px; font-size: 1rem; }
.wpcf-footer-copy, .wpcf-site-footer p, .wpcf-site-footer li { color: rgba(255,255,255,.72); font-size: .97rem; }
.wpcf-footer-links, .wpcf-footer-contact { list-style: none; margin: 0; padding: 0; }
.wpcf-footer-links li, .wpcf-footer-contact li { margin-bottom: 8px; }
.wpcf-site-footer a { color: #fff; text-decoration: none; }
.wpcf-site-footer a:hover { color: #8cc8ff; }
.site-footer { background: #070e19; border-top: 1px solid rgba(255,255,255,.06); }
.site-info { color: rgba(255,255,255,.58); font-size: .9rem; text-align: center; }
.site-info a { color: #fff; }

.wpcf-back-to-top {
  position: fixed;
  right: 22px;
  bottom: 22px;
  width: 46px;
  height: 46px;
  padding: 0 !important;
  display: flex;
  align-items: center;
  justify-content: center;
  background: var(--wpcf-dark);
  color: #fff;
  border: 1px solid rgba(255,255,255,.08);
  border-radius: 12px;
  opacity: 0;
  pointer-events: none;
  transform: translateY(10px);
  transition: opacity .18s ease, transform .18s ease, background .18s ease;
  z-index: 80;
  cursor: pointer;
  box-sizing: border-box;
  box-shadow: 0 8px 24px rgba(2,6,23,.22);
}
.wpcf-back-to-top svg { width: 18px; height: 18px; display: block; margin: auto; flex: 0 0 auto; }
.wpcf-back-to-top.is-visible { opacity: 1; pointer-events: auto; transform: translateY(0); }
.wpcf-back-to-top:hover { background: var(--wpcf-accent-dark); color: #fff; }
.wpcf-mobile-contact { display: none; }

@media (max-width: 1100px) {
  .wpcf-brand-subtitle { display: none; }
  .main-navigation .main-nav ul li a, .menu-toggle { padding-left: 9px; padding-right: 9px; }
  .wpcf-hero-grid, .wpcf-split { grid-template-columns: 1fr; }
  .wpcf-grid-4, .wpcf-steps { grid-template-columns: repeat(2, minmax(0,1fr)); }
  .wpcf-footer-grid { grid-template-columns: 1fr 1fr; }
}
@media (max-width: 980px) {
  .wpcf-proof-grid, .wpcf-grid-3, .wpcf-process-cards { grid-template-columns: 1fr; }
  .wpcf-contact-strip-inner { align-items: flex-start; flex-direction: column; padding-top: 18px; padding-bottom: 18px; }
}
@media (max-width: 768px) {
  body { font-size: 16.5px; }
  .inside-header, .wpcf-container { width: min(100% - 28px, var(--wpcf-container)); }
  .wpcf-brand-mark-wrap { width: 42px; height: 42px; }
  .wpcf-brand-mark { width: 36px; height: 36px; }
  .wpcf-brand-title { font-size: .98rem; }
  .wpcf-grid-2, .wpcf-grid-4, .wpcf-example-list, .wpcf-glossary-list, .wpcf-glossary-index, .wpcf-steps, .wpcf-footer-grid { grid-template-columns: 1fr; }
  .wpcf-hero-actions, .wpcf-actions { flex-direction: column; align-items: stretch; }
  .wpcf-button { width: 100%; }
  .main-navigation .main-nav ul li.wpcf-menu-cta a, .main-navigation .main-nav ul li.wpcf-lang-switch a { margin-left: 0; border-radius: 0; }
  .wpcf-back-to-top { bottom: 72px; right: 14px; }
  .wpcf-mobile-contact {
    position: fixed;
    left: 14px;
    right: 14px;
    bottom: 14px;
    z-index: 85;
    display: flex;
    justify-content: center;
    align-items: center;
    min-height: 48px;
    background: var(--wpcf-accent);
    color: #fff;
    border-radius: 12px;
    text-decoration: none;
    font-weight: 800;
    box-shadow: 0 10px 28px rgba(0,0,0,.18);
  }
  .wpcf-mobile-contact:hover { color: #fff; background: var(--wpcf-accent-dark); }
}
@media (max-width: 782px) { .admin-bar .site-header { top: 46px; } }


/* v9 refinements */
body, .site, .site-content { overflow-x: hidden; }
.site-header,
.site-header.grid-container,
.separate-containers .site-header,
.separate-containers .inside-header {
  width: 100% !important;
  max-width: none !important;
  margin: 0 !important;
}
.site-header {
  left: 0;
  right: 0;
  box-shadow: 0 1px 0 rgba(14,23,38,.04);
}
.inside-header {
  width: min(1280px, calc(100% - 40px)) !important;
  max-width: 1280px !important;
  min-height: 74px;
  padding: 8px 0 !important;
}
.wpcf-brand-link { gap: 11px; }
.wpcf-brand-mark-wrap { width: 48px; height: 48px; border-radius: 11px; }
.wpcf-brand-mark { width: 40px; height: 40px; }
.wpcf-brand-title { font-size: 1.05rem; }
.wpcf-brand-subtitle { font-size: .73rem; }
.main-navigation .main-nav > ul { gap: 2px; }
.main-navigation .main-nav ul li a, .menu-toggle { font-size: 13.5px; line-height: 38px; }
.wpcf-hero { padding-top: clamp(70px, 7vw, 112px); }
.wpcf-proof-grid.wpcf-proof-grid-4 { grid-template-columns: repeat(4, minmax(0,1fr)); }
.wpcf-card h3 { font-size: 1.08rem; }
.wpcf-ai-panel {
  border: 1px solid rgba(255,255,255,.14);
  background: linear-gradient(180deg, rgba(255,255,255,.065), rgba(255,255,255,.035));
  border-radius: 16px;
  padding: 26px;
}
.wpcf-ai-panel p { color: rgba(255,255,255,.76); }
.wpcf-ai-panel h2 { color: #fff; }
.wpcf-footer-studio {
  display: inline-flex;
  margin-top: 8px;
  padding: 6px 10px;
  border: 1px solid rgba(255,255,255,.12);
  border-radius: 999px;
  color: rgba(255,255,255,.68) !important;
  font-size: .9rem !important;
}
.wpcf-footer-bottom {
  display: flex;
  justify-content: space-between;
  gap: 18px;
  flex-wrap: wrap;
  margin-top: 42px;
  padding-top: 22px;
  border-top: 1px solid rgba(255,255,255,.12);
  color: rgba(255,255,255,.58);
  font-size: .92rem;
}
.wpcf-back-to-top { display: grid; place-items: center; line-height: 1; }
.wpcf-back-to-top svg { margin: 0 !important; position: static; }
@media (max-width: 1200px) {
  .inside-header { width: min(100% - 32px, 1280px) !important; }
  .wpcf-brand-subtitle { display: none; }
  .main-navigation .main-nav ul li a, .menu-toggle { padding-left: 8px; padding-right: 8px; }
  .main-navigation .main-nav ul li.wpcf-menu-cta a { padding-left: 13px; padding-right: 13px; }
}
@media (max-width: 980px) {
  .wpcf-proof-grid.wpcf-proof-grid-4 { grid-template-columns: repeat(2, minmax(0,1fr)); }
}
@media (max-width: 768px) {
  .inside-header { width: min(100% - 28px, 1280px) !important; }
  .wpcf-proof-grid.wpcf-proof-grid-4 { grid-template-columns: 1fr; }
  .wpcf-footer-bottom { display: grid; }
}


/* v10 refinements */
body, body.no-sidebar, #page.site, .site.grid-container, .site-content, .content-area, main.site-main {
  width: 100% !important;
  max-width: none !important;
  margin-left: 0 !important;
  margin-right: 0 !important;
}
.site-header,
.site-header.grid-container,
.separate-containers .site-header {
  width: 100vw !important;
  max-width: none !important;
  margin-left: calc(50% - 50vw) !important;
  margin-right: calc(50% - 50vw) !important;
  background: #ffffff !important;
}
.inside-header {
  width: min(1180px, calc(100% - 40px)) !important;
  max-width: 1180px !important;
  min-height: 72px !important;
  padding: 8px 0 !important;
}
.wpcf-brand-mark-wrap {
  width: 44px !important;
  height: 44px !important;
  border-radius: 10px !important;
}
.wpcf-brand-mark {
  width: 36px !important;
  height: 36px !important;
}
.wpcf-brand-title { font-size: 1.04rem !important; }
.wpcf-brand-subtitle { display: none !important; }
.main-navigation .main-nav > ul { gap: 6px !important; }
.main-navigation .main-nav ul li a,
.menu-toggle {
  font-size: 14px !important;
  line-height: 40px !important;
  padding-left: 10px !important;
  padding-right: 10px !important;
}
.main-navigation .main-nav ul li.wpcf-menu-cta a {
  line-height: 40px !important;
  min-height: 40px !important;
  padding-left: 16px !important;
  padding-right: 16px !important;
}
.main-navigation .main-nav ul li.wpcf-lang-switch a {
  line-height: 38px !important;
  min-height: 38px !important;
}
.site-footer,
.footer-widgets,
.site-info {
  display: none !important;
}
.wpcf-site-footer {
  margin-bottom: 0 !important;
  padding-bottom: 0 !important;
}
.wpcf-footer-studio {
  display: block !important;
  margin-top: 10px !important;
  padding: 0 !important;
  border: 0 !important;
  border-radius: 0 !important;
  color: rgba(255,255,255,.64) !important;
  font-size: .94rem !important;
}
.wpcf-section-intro {
  max-width: 900px;
  color: var(--wpcf-muted);
  font-size: 1.05rem;
}
.wpcf-proof-grid.wpcf-proof-grid-4 {
  grid-template-columns: repeat(4, minmax(0,1fr));
}
@media (max-width: 1160px) {
  .inside-header { width: min(100% - 32px, 1180px) !important; }
  .main-navigation .main-nav ul li a, .menu-toggle { font-size: 13.4px !important; padding-left: 8px !important; padding-right: 8px !important; }
  .main-navigation .main-nav ul li.wpcf-menu-cta a { padding-left: 13px !important; padding-right: 13px !important; }
}
@media (max-width: 980px) {
  .wpcf-proof-grid.wpcf-proof-grid-4 { grid-template-columns: repeat(2, minmax(0,1fr)); }
}
@media (max-width: 768px) {
  .site-header, .site-header.grid-container, .separate-containers .site-header { margin-left: 0 !important; margin-right: 0 !important; width: 100% !important; }
  .inside-header { width: min(100% - 28px, 1180px) !important; }
  .wpcf-proof-grid.wpcf-proof-grid-4 { grid-template-columns: 1fr; }
}


/* v13 refinements: eigener Header, ruhigere Hero-Typografie, dunkler Seitenabschluss */
html, body { background: var(--wpcf-dark) !important; }
#page, .site, .site-content, .inside-article { background: var(--wpcf-bg) !important; }
.site-header { display: none !important; }
.wpcf-custom-header {
  position: sticky;
  top: 0;
  z-index: 100;
  width: 100%;
  background: rgba(255,255,255,.96);
  border-bottom: 1px solid var(--wpcf-border);
  backdrop-filter: blur(12px);
}
.admin-bar .wpcf-custom-header { top: 32px; }
.wpcf-custom-header-inner {
  width: min(1180px, calc(100% - 40px));
  min-height: 72px;
  margin-inline: auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
}
.wpcf-custom-brand {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  color: var(--wpcf-ink);
  text-decoration: none;
  min-width: 0;
}
.wpcf-custom-brand:hover { color: var(--wpcf-ink); }
.wpcf-custom-brand-icon {
  width: 46px;
  height: 46px;
  display: inline-grid;
  place-items: center;
  border: 1px solid var(--wpcf-border);
  border-radius: 12px;
  background: #f8fafc;
  flex: 0 0 auto;
}
.wpcf-custom-brand-icon img { width: 38px; height: 38px; display: block; object-fit: contain; }
.wpcf-custom-brand-copy { display: grid; gap: 1px; line-height: 1.08; }
.wpcf-custom-brand-title { font-weight: 800; letter-spacing: -0.03em; font-size: 1.06rem; }
.wpcf-custom-brand-subtitle { color: var(--wpcf-muted); font-size: .75rem; }
.wpcf-custom-nav { margin-left: auto; }
.wpcf-custom-menu {
  display: flex;
  align-items: center;
  gap: 8px;
  list-style: none;
  margin: 0;
  padding: 0;
}
.wpcf-custom-menu a {
  display: inline-flex;
  align-items: center;
  min-height: 40px;
  padding: 0 10px;
  color: var(--wpcf-ink);
  text-decoration: none;
  font-size: 14px;
  font-weight: 800;
  letter-spacing: -0.01em;
}
.wpcf-custom-menu a:hover,
.wpcf-custom-menu .current-menu-item > a { color: var(--wpcf-accent-dark); }
.wpcf-custom-menu .wpcf-menu-cta > a {
  background: var(--wpcf-dark);
  color: #fff;
  border-radius: 10px;
  padding: 0 17px;
  margin-left: 4px;
}
.wpcf-custom-menu .wpcf-menu-cta > a:hover { background: var(--wpcf-accent-dark); color: #fff; }
.wpcf-custom-menu .wpcf-lang-switch > a {
  color: var(--wpcf-muted);
  border: 1px solid var(--wpcf-border);
  background: #fff;
  border-radius: 10px;
  padding: 0 12px;
}
.wpcf-custom-menu-toggle {
  display: none;
  border: 1px solid var(--wpcf-border);
  background: #fff;
  color: var(--wpcf-ink);
  border-radius: 10px;
  min-height: 40px;
  padding: 0 13px;
  font-weight: 800;
}
.wpcf-hero {
  padding: clamp(62px, 7vw, 104px) 0 clamp(58px, 6vw, 90px) !important;
}
.wpcf-hero h1 {
  font-size: clamp(2.2rem, 4.15vw, 4.2rem) !important;
  line-height: 1.06 !important;
  max-width: 720px !important;
  letter-spacing: -0.04em !important;
}
.wpcf-hero-grid {
  grid-template-columns: minmax(0, .98fr) minmax(330px, .72fr) !important;
  gap: clamp(32px, 4.5vw, 68px) !important;
}
.wpcf-service-panel { align-self: center; }
.wpcf-site-footer { margin-bottom: 0 !important; }
.wpcf-site-footer .wpcf-container { padding-bottom: max(52px, env(safe-area-inset-bottom)) !important; }
body::after { content: ""; display: block; height: 0; background: var(--wpcf-dark); }
@media (max-width: 1040px) {
  .wpcf-custom-brand-subtitle { display: none; }
  .wpcf-custom-menu { gap: 4px; }
  .wpcf-custom-menu a { font-size: 13.5px; padding-left: 8px; padding-right: 8px; }
}
@media (max-width: 900px) {
  .admin-bar .wpcf-custom-header { top: 46px; }
  .wpcf-custom-header-inner { width: min(100% - 28px, 1180px); min-height: 68px; }
  .wpcf-custom-menu-toggle { display: inline-flex; align-items: center; justify-content: center; }
  .wpcf-custom-nav {
    display: none;
    position: absolute;
    left: 14px;
    right: 14px;
    top: calc(100% + 10px);
    padding: 12px;
    border: 1px solid var(--wpcf-border);
    border-radius: 14px;
    background: #fff;
    box-shadow: 0 18px 44px rgba(14,23,38,.14);
  }
  .wpcf-custom-nav.is-open { display: block; }
  .wpcf-custom-menu { display: grid; gap: 4px; }
  .wpcf-custom-menu a { min-height: 42px; width: 100%; justify-content: flex-start; border-radius: 9px; }
  .wpcf-custom-menu .wpcf-menu-cta > a { margin-left: 0; justify-content: center; }
  .wpcf-custom-menu .wpcf-lang-switch > a { justify-content: center; }
  .wpcf-hero h1 { font-size: clamp(2.15rem, 9vw, 3.35rem) !important; max-width: 12ch !important; }
  .wpcf-hero-grid { grid-template-columns: 1fr !important; }
}


/* v14 performance refinements: ruhige Interaktion ohne schwere Effekte */
@media (prefers-reduced-motion: no-preference) {
  .wpcf-custom-header,
  .wpcf-button,
  .wpcf-card,
  .wpcf-proof-item,
  .wpcf-step,
  .wpcf-service-panel,
  .wpcf-example-list > *,
  .wpcf-glossary-card,
  .wpcf-ai-panel,
  .wpcf-mobile-contact {
    transition:
      transform .18s ease,
      border-color .18s ease,
      background-color .18s ease,
      color .18s ease,
      box-shadow .18s ease,
      opacity .18s ease;
  }

  .wpcf-card:hover,
  .wpcf-proof-item:hover,
  .wpcf-step:hover,
  .wpcf-service-panel:hover,
  .wpcf-example-list > *:hover,
  .wpcf-glossary-card:hover {
    transform: translateY(-2px);
    border-color: var(--wpcf-border-strong);
    box-shadow: 0 14px 34px rgba(14, 23, 38, .08);
  }
}

.wpcf-button,
.wpcf-custom-menu a,
.wpcf-back-to-top,
.wpcf-mobile-contact {
  -webkit-tap-highlight-color: transparent;
}

.wpcf-button:focus-visible,
.wpcf-custom-menu a:focus-visible,
.wpcf-custom-menu-toggle:focus-visible,
.wpcf-back-to-top:focus-visible,
.wpcf-mobile-contact:focus-visible,
.wpcf-request-form input:focus-visible,
.wpcf-request-form select:focus-visible,
.wpcf-request-form textarea:focus-visible {
  outline: 3px solid rgba(8, 111, 211, .34);
  outline-offset: 3px;
}

.wpcf-section,
.wpcf-page-hero,
.wpcf-cta {
  content-visibility: auto;
  contain-intrinsic-size: 1px 760px;
}

.wpcf-hero,
.wpcf-custom-header,
.wpcf-site-footer {
  content-visibility: visible;
}

.wpcf-back-to-top {
  will-change: transform, opacity;
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto !important; }
  *, *::before, *::after {
    animation-duration: .01ms !important;
    animation-iteration-count: 1 !important;
    scroll-behavior: auto !important;
    transition-duration: .01ms !important;
  }
}

/* v14.3: harte Kontrast-Korrektur für Ablauf-/Step-Karten auf hellen Sektionen. */
body .wpcf-section:not(.wpcf-section-dark) .wpcf-step,
body .wpcf-section:not(.wpcf-section-dark) .wpcf-step *:not(a),
body .wpcf-section:not(.wpcf-section-dark) .wpcf-process-card,
body .wpcf-section:not(.wpcf-section-dark) .wpcf-process-card *:not(a) {
  color: var(--wpcf-ink) !important;
}

body .wpcf-section:not(.wpcf-section-dark) .wpcf-step p,
body .wpcf-section:not(.wpcf-section-dark) .wpcf-process-card p {
  color: var(--wpcf-muted) !important;
}

body .wpcf-section:not(.wpcf-section-dark) .wpcf-step span,
body .wpcf-section:not(.wpcf-section-dark) .wpcf-process-card span {
  color: var(--wpcf-accent) !important;
}

body .wpcf-section-dark .wpcf-step,
body .wpcf-section-dark .wpcf-step h3,
body .wpcf-section-dark .wpcf-process-card,
body .wpcf-section-dark .wpcf-process-card h2 {
  color: #fff !important;
}

body .wpcf-section-dark .wpcf-step p,
body .wpcf-section-dark .wpcf-process-card p {
  color: rgba(255,255,255,.74) !important;
}


/* WP Function Lab v15.1 hard CSS fallback fixes */
.wpfl-css-loaded-marker { position: absolute; width: 0; height: 0; overflow: hidden; }
.wpcf-section:not(.wpcf-section-dark) .wpcf-step p,
.wpcf-section:not(.wpcf-section-dark) .wpcf-step,
.wpcf-section:not(.wpcf-section-dark) .wpcf-step h3 {
  color: var(--wpcf-ink) !important;
}
.wpcf-section:not(.wpcf-section-dark) .wpcf-step p {
  opacity: 1 !important;
}
.wpcf-section-dark .wpcf-step p {
  color: rgba(255, 255, 255, 0.82) !important;
}


/* v15.2 brand and hero refinements */
.wpcf-custom-brand-icon {
  background: #ffffff;
  border-color: #dbe7f3;
}
.wpcf-custom-brand-icon img {
  width: 36px !important;
  height: 36px !important;
}
.wpcf-hero {
  background:
    linear-gradient(90deg, rgba(8,111,211,.14) 0 1px, transparent 1px),
    radial-gradient(circle at 78% 16%, rgba(8,111,211,.22), transparent 30%),
    linear-gradient(180deg, var(--wpcf-dark) 0%, var(--wpcf-dark-2) 100%);
  background-size: 64px 64px, auto, auto;
}
.wpcf-hero .wpcf-eyebrow,
.wpcf-section-dark .wpcf-kicker {
  color: #8cc8ff !important;
}
.wpcf-service-panel li::marker,
.wpcf-step span,
.wpcf-process-card span {
  color: var(--wpcf-accent) !important;
}
@media (min-width: 1100px) {
  .wpcf-hero-grid {
    grid-template-columns: minmax(0, .92fr) minmax(330px, .72fr) !important;
  }
}


/* v15.3 brand, footer, interaction and SEO-aligned UX refinements */
.wpcf-custom-header-inner {
  min-height: 84px !important;
}
.wpcf-custom-brand {
  gap: 14px !important;
}
.wpcf-custom-brand-icon {
  width: 66px !important;
  height: 66px !important;
  border-radius: 16px !important;
  background: #ffffff !important;
  border-color: #d8e6f4 !important;
}
.wpcf-custom-brand-icon img {
  width: 58px !important;
  height: 58px !important;
  object-fit: contain !important;
}
.wpcf-custom-brand-title {
  font-size: 1.18rem !important;
  letter-spacing: -0.035em !important;
}
.wpcf-custom-brand-subtitle {
  font-size: .78rem !important;
}
.wpcf-hero h1 {
  font-size: clamp(2.05rem, 3.7vw, 3.8rem) !important;
  line-height: 1.08 !important;
  max-width: 690px !important;
}
.wpcf-footer-studio {
  display: block !important;
  margin-top: 12px !important;
  padding: 0 !important;
  border: 0 !important;
  border-radius: 0 !important;
  background: transparent !important;
  color: rgba(255,255,255,.66) !important;
  font-size: .94rem !important;
}
@media (prefers-reduced-motion: no-preference) {
  .wpcf-card,
  .wpcf-proof-item,
  .wpcf-step,
  .wpcf-service-panel,
  .wpcf-example-list > *,
  .wpcf-glossary-card {
    transition: border-color .18s ease, background-color .18s ease, color .18s ease !important;
  }
  .wpcf-card:hover,
  .wpcf-proof-item:hover,
  .wpcf-step:hover,
  .wpcf-service-panel:hover,
  .wpcf-example-list > *:hover,
  .wpcf-glossary-card:hover {
    transform: none !important;
    box-shadow: none !important;
  }
}
.wpcf-card:hover,
.wpcf-proof-item:hover,
.wpcf-step:hover,
.wpcf-service-panel:hover,
.wpcf-example-list > *:hover,
.wpcf-glossary-card:hover {
  transform: none !important;
  box-shadow: none !important;
}
.wpcf-card:not(:has(a)):hover,
.wpcf-proof-item:hover,
.wpcf-step:hover,
.wpcf-service-panel:hover {
  border-color: var(--wpcf-border) !important;
}
@media (max-width: 900px) {
  .wpcf-custom-header-inner { min-height: 74px !important; }
  .wpcf-custom-brand-icon { width: 54px !important; height: 54px !important; border-radius: 14px !important; }
  .wpcf-custom-brand-icon img { width: 48px !important; height: 48px !important; }
  .wpcf-custom-brand-title { font-size: 1.02rem !important; }
  .wpcf-hero h1 { font-size: clamp(2.0rem, 8vw, 3.1rem) !important; max-width: 12ch !important; }
}


/* v15.4 - footer link + installer-independent request form */
.wpcf-footer-studio a {
  color: rgba(255,255,255,.82) !important;
  text-decoration: underline;
  text-underline-offset: 4px;
  text-decoration-thickness: 1px;
}
.wpcf-footer-studio a:hover {
  color: #ffffff !important;
}
.wpcf-request-form input[type="text"] {
  appearance: none;
}

/* v15.6 - package version bump; installer collision fix is in the setup plugin. */
