/* ============================================================
   kennenswert.de · style.css · v14
   Schrift: Manrope (variabel, lokal). Farben nur über :root.
   ============================================================ */

@font-face{
  font-family:'Manrope';
  font-style:normal;
  font-weight:200 800;
  font-display:swap;
  src:url('/fonts/manrope-latin.woff2') format('woff2');
  unicode-range:U+0000-00FF,U+0131,U+0152-0153,U+02BB-02BC,U+02C6,U+02DA,U+02DC,U+0304,U+0308,U+0329,U+2000-206F,U+20AC,U+2122,U+2191,U+2193,U+2212,U+2215,U+FEFF,U+FFFD;
}
@font-face{
  font-family:'Manrope';
  font-style:normal;
  font-weight:200 800;
  font-display:swap;
  src:url('/fonts/manrope-latin-ext.woff2') format('woff2');
  unicode-range:U+0100-02BA,U+02BD-02C5,U+02C7-02CC,U+02CE-02D7,U+02DD-02FF,U+0304,U+0308,U+0329,U+1D00-1DBF,U+1E00-1E9F,U+1EF2-1EFF,U+2020,U+20A0-20AB,U+20AD-20C0,U+2113,U+2C60-2C7F,U+A720-A7FF;
}
/* Fallback mit angeglichenen Metriken gegen Layoutverschiebung */
@font-face{
  font-family:'Manrope Fallback';
  src:local('Arial'),local('Helvetica Neue'),local('Liberation Sans');
  size-adjust:104%;
  ascent-override:96%;
  descent-override:27%;
  line-gap-override:0%;
}

:root{
  --white:#FFFFFF;
  --bg:#F4F6F8;
  --dark:#111318;
  --blue:#2563EB;
  --deep:#1E3A8A;
  --coral:#FF6B4A;
  --text:#424752;
  --line:#DDE2E8;
  --muted:#6B7280;
  --blue-soft:#E8EFFD;
  --blue-hover:#1D4ED8;
  --radius:10px;
  --radius-sm:6px;
  --maxw:1240px;
  --prose:68ch;
  --font:'Manrope','Manrope Fallback',system-ui,-apple-system,'Segoe UI',sans-serif;
  --shadow-card:0 1px 2px rgba(17,19,24,.04),0 10px 30px rgba(36,49,107,.06);
  --blue-light:#3B82F6;
  --grad-btn:linear-gradient(135deg,#3B82F6 0%,#2563EB 60%,#1F5AE0 100%);
  --grad-band:linear-gradient(120deg,#3B82F6 0%,#2563EB 50%,#1A4FD1 100%);
  --grad-dark:linear-gradient(160deg,#111318 0%,#12192B 60%,#0F1E3D 100%);
  --grad-hero:radial-gradient(1100px 600px at 85% 10%,rgba(37,99,235,.16),transparent 60%),radial-gradient(700px 500px at 5% 95%,rgba(59,130,246,.10),transparent 60%),linear-gradient(180deg,#F7F9FC 0%,#F1F4F9 100%);
  --grad-tint:linear-gradient(180deg,#F4F6F8 0%,#EEF3FB 100%);
  --shadow-hover:0 2px 4px rgba(17,19,24,.05),0 18px 40px rgba(37,99,235,.14);
  --focus:0 0 0 3px var(--white),0 0 0 6px var(--blue);
  --header-h:76px;
}

*{margin:0;padding:0;box-sizing:border-box}
html{scroll-behavior:smooth;-webkit-text-size-adjust:100%;overflow-x:hidden}
@media (prefers-reduced-motion:reduce){
  html{scroll-behavior:auto}
  *,*::before,*::after{animation:none!important;transition:none!important}
}

body{
  font-family:var(--font);
  font-size:18px;
  font-weight:400;
  line-height:1.65;
  color:var(--text);
  background:var(--white);
  -webkit-font-smoothing:antialiased;
  overflow-x:hidden;
}

img,svg{max-width:100%;display:block}
img{height:auto}
a{color:var(--blue);text-decoration:none}
a:hover{text-decoration:underline}
a:focus-visible,button:focus-visible,summary:focus-visible,input:focus-visible,select:focus-visible,textarea:focus-visible{
  outline:none;box-shadow:var(--focus);border-radius:var(--radius-sm)
}
::selection{background:var(--blue);color:var(--white)}

.wrap{max-width:var(--maxw);margin:0 auto;padding:0 24px}
@media (min-width:768px){.wrap{padding:0 40px}}
.visually-hidden{position:absolute!important;width:1px;height:1px;overflow:hidden;clip:rect(0 0 0 0);white-space:nowrap}

/* Skip-Link */
.skip-link{
  position:absolute;left:16px;top:-60px;z-index:200;
  background:var(--dark);color:var(--white);padding:10px 16px;
  border-radius:var(--radius-sm);font-weight:600;text-decoration:none;
}
.skip-link:focus{top:16px}

/* ---------- Typografie ---------- */
h1,h2,h3,h4{font-family:var(--font);color:var(--dark);letter-spacing:-.015em;text-wrap:balance}
h1{font-weight:700;font-size:clamp(38px,5vw,60px);line-height:1.08;letter-spacing:-.025em}
h2{font-weight:700;font-size:clamp(28px,3.6vw,42px);line-height:1.15;letter-spacing:-.02em}
h3{font-weight:700;font-size:clamp(20px,2.2vw,24px);line-height:1.3}
h4{font-weight:600;font-size:18px;line-height:1.4}
.lead{font-size:clamp(19px,2vw,22px);line-height:1.55;color:var(--text);max-width:var(--prose)}
.eyebrow{
  display:inline-flex;align-items:center;gap:12px;
  font-size:14px;font-weight:700;color:var(--blue);margin-bottom:14px;
}
.eyebrow::before{content:'';width:22px;height:3px;background:var(--blue);border-radius:2px;flex:none}
.hero .eyebrow{font-size:13px;letter-spacing:.12em;text-transform:uppercase;font-weight:600}
.hero .eyebrow::before{display:none}

/* Fließtext */
.prose{max-width:none}
.prose-wide{max-width:none;gap:24px 48px}
.prose-wide p a{text-decoration:underline;text-decoration-thickness:1.5px;text-underline-offset:3px;text-decoration-color:rgba(37,99,235,.45)}
.prose-wide p a:hover{text-decoration-color:var(--blue)}
.prose > * + *{margin-top:1.15em}
.prose h2{margin-top:2.2em}
.prose h3{margin-top:1.8em}
.prose h4{margin-top:1.4em}
.prose h2 + *,.prose h3 + *,.prose h4 + *{margin-top:.6em}
main p a:not(.btn):not(.link-arrow),main li a:not(.btn),main td a,main dd a,.prose p a,.prose li a,.prose dd a,.prose td a,.card p a,.cta-inner p a,.term p a{
  text-decoration:underline;text-decoration-thickness:1.5px;text-underline-offset:3px;
  text-decoration-color:rgba(37,99,235,.45);
}
.prose p a:hover,.prose li a:hover,.prose dd a:hover,.card p a:hover,.term p a:hover{text-decoration-color:var(--blue)}
.prose strong{color:var(--dark);font-weight:700}

/* Listen */
.prose ul,.prose ol{padding-left:1.35em}
.prose li + li{margin-top:.45em}
.prose ul li::marker{color:var(--blue)}
.prose ol{list-style:none;counter-reset:li;padding-left:0}
.prose ol li{counter-increment:li;position:relative;padding-left:2.4em}
.prose ol li::before{
  content:counter(li);position:absolute;left:0;top:.1em;
  width:1.7em;height:1.7em;border-radius:50%;background:var(--blue-soft);color:var(--blue);
  font-weight:700;font-size:.85em;display:flex;align-items:center;justify-content:center;
}
ul.check{list-style:none;padding-left:0}
ul.check li{position:relative;padding-left:32px}
ul.check li::before{
  content:'';position:absolute;left:0;top:.45em;width:18px;height:18px;border-radius:50%;
  background:var(--blue);
  -webkit-mask:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23000' stroke-width='3' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M5 12l5 5L20 7'/%3E%3C/svg%3E") center/70% no-repeat;
  mask:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23000' stroke-width='3' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M5 12l5 5L20 7'/%3E%3C/svg%3E") center/70% no-repeat;
}
ul.check li::after{content:'';position:absolute;left:0;top:.45em;width:18px;height:18px;border-radius:50%;border:2px solid var(--blue);box-sizing:border-box}

/* Tabellen */
.table-wrap{overflow-x:auto;-webkit-overflow-scrolling:touch;margin:1.6em 0;border:1px solid var(--line);border-radius:var(--radius)}
table{width:100%;border-collapse:collapse;font-size:16px;min-width:560px}
th,td{padding:14px 18px;text-align:left;vertical-align:top;border-bottom:1px solid var(--line)}
th{background:var(--bg);color:var(--dark);font-weight:700;white-space:nowrap}
tbody tr:last-child td{border-bottom:0}
tbody th{background:var(--white);font-weight:600}
tbody tr:hover td{background:#FAFBFC}
.table-wrap.table-compare td:first-child,.table-wrap.table-compare th:first-child{position:sticky;left:0;background:var(--white);z-index:1;font-weight:600;color:var(--dark)}
.table-wrap.table-compare thead th:first-child{background:var(--bg)}

/* ---------- Buttons ---------- */
.btn{
  display:inline-flex;align-items:center;justify-content:center;gap:10px;
  min-height:48px;padding:12px 24px;border-radius:var(--radius-sm);
  font-family:var(--font);font-size:16px;font-weight:700;line-height:1.2;
  text-decoration:none;cursor:pointer;border:2px solid transparent;
  transition:background .18s,color .18s,border-color .18s,box-shadow .18s;
}
.btn:hover{text-decoration:none}
.btn-primary{background:var(--grad-btn);color:var(--white);border-color:transparent;box-shadow:0 6px 18px rgba(37,99,235,.28)}
.btn-primary:hover{background:linear-gradient(135deg,#2563EB 0%,#1F5AE0 60%,#1A4FD1 100%);box-shadow:0 8px 22px rgba(37,99,235,.36)}
.btn-outline{background:transparent;color:var(--dark);border-color:var(--dark)}
.btn-outline:hover{background:var(--dark);color:var(--white)}
.btn-dark{background:linear-gradient(135deg,#1B1F2A 0%,#111318 100%);color:var(--white);border-color:transparent}
.btn-dark:hover{background:var(--grad-btn)}
.btn-light{background:var(--white);color:var(--blue);border-color:var(--white)}
.btn-light:hover{background:var(--blue-soft);border-color:var(--blue-soft)}
.on-dark .btn-outline{color:var(--white);border-color:rgba(255,255,255,.7)}
.on-dark .btn-outline:hover{background:var(--white);color:var(--dark);border-color:var(--white)}
.link-arrow{
  display:inline-flex;align-items:center;gap:10px;font-weight:700;color:var(--blue);
  text-decoration:underline;text-decoration-thickness:1.5px;text-underline-offset:5px;text-decoration-color:rgba(37,99,235,.4);
  min-height:44px;
}
.link-arrow svg{width:18px;height:18px;flex:none;transition:transform .18s}
.link-arrow:hover{text-decoration-color:var(--blue)}
.link-arrow:hover svg{transform:translateX(4px)}
.on-dark .link-arrow{color:var(--white);text-decoration-color:rgba(255,255,255,.4)}
.on-dark .link-arrow:hover{text-decoration-color:var(--white)}

/* ---------- Header ---------- */
.site-header{
  position:sticky;top:0;z-index:100;
  background:rgba(255,255,255,.88);
  backdrop-filter:blur(12px);-webkit-backdrop-filter:blur(12px);
  border-bottom:1px solid var(--line);
}
.nav{display:flex;align-items:center;justify-content:space-between;gap:24px;min-height:var(--header-h)}
.logo{display:inline-flex;align-items:center;flex:none}
.logo svg,.logo img{height:34px;width:auto}
.nav-links{display:none;list-style:none;align-items:center;gap:4px;margin-left:auto}
.nav-links > li{position:relative}
.nav-links a,.nav-links .sub-toggle{
  display:inline-flex;align-items:center;gap:6px;min-height:44px;padding:8px 14px;
  color:var(--dark);font-weight:600;font-size:16px;text-decoration:none;
  border-radius:var(--radius-sm);background:none;border:0;font-family:var(--font);cursor:pointer;
}
.nav-links a:hover,.nav-links .sub-toggle:hover{background:var(--bg);text-decoration:none}
.nav-links a.active{color:var(--blue)}
.nav-links .caret{width:14px;height:14px;transition:transform .18s}
.has-sub:hover .caret,.has-sub:focus-within .caret,.has-sub.open .caret{transform:rotate(180deg)}
.subnav{
  position:absolute;left:0;top:calc(100% + 6px);min-width:280px;
  background:var(--white);border:1px solid var(--line);border-radius:var(--radius);
  box-shadow:var(--shadow-hover);padding:8px;list-style:none;
  opacity:0;visibility:hidden;transform:translateY(-6px);transition:opacity .16s,transform .16s,visibility .16s;
}
.has-sub:hover .subnav,.has-sub:focus-within .subnav,.has-sub.open .subnav{opacity:1;visibility:visible;transform:translateY(0)}
.subnav a{display:flex;padding:10px 14px;font-weight:500;width:100%}
.subnav a.active{background:var(--blue-soft);color:var(--blue)}
.nav-cta{display:none;flex:none}
.nav-cta .btn{min-height:44px;padding:10px 20px}

/* Burger */
.burger{
  display:inline-flex;align-items:center;justify-content:center;
  width:48px;height:48px;border:0;background:none;cursor:pointer;border-radius:var(--radius-sm);margin-left:auto;
}
.burger span{position:relative;width:24px;height:2px;background:var(--dark);transition:background .18s}
.burger span::before,.burger span::after{
  content:'';position:absolute;left:0;width:24px;height:2px;background:var(--dark);transition:transform .2s,top .2s;
}
.burger span::before{top:-7px}
.burger span::after{top:7px}
.burger[aria-expanded="true"] span{background:transparent}
.burger[aria-expanded="true"] span::before{top:0;transform:rotate(45deg)}
.burger[aria-expanded="true"] span::after{top:0;transform:rotate(-45deg)}

/* Mobiles Menü */
@media (max-width:1023.98px){
  .nav-links{
    display:flex;flex-direction:column;align-items:stretch;gap:0;
    position:absolute;left:0;right:0;top:100%;height:calc(100vh - var(--header-h));height:calc(100dvh - var(--header-h));
    background:var(--white);padding:12px 24px 40px;overflow-y:auto;
    transform:translateX(100%);visibility:hidden;transition:transform .22s,visibility .22s;
    border-top:1px solid var(--line);z-index:99;
  }
  .nav-links.open{transform:none;visibility:visible}
  .nav-links > li{border-bottom:1px solid var(--line)}
  .nav-links a,.nav-links .sub-toggle{width:100%;padding:16px 4px;font-size:18px;justify-content:space-between;border-radius:0}
  .nav-links a:hover,.nav-links .sub-toggle:hover{background:none}
  .subnav{
    position:static;opacity:1;visibility:visible;transform:none;box-shadow:none;border:0;border-radius:0;
    padding:0 0 8px 16px;display:none;
  }
  .has-sub.open .subnav{display:block}
  .has-sub:hover .subnav{display:none}
  .has-sub.open:hover .subnav{display:block}
  .subnav a{padding:12px 4px;font-size:17px}
  .nav-links .nav-mobile-cta{display:block;border:0;padding-top:20px}
  .nav-links .nav-mobile-cta .btn{width:100%;justify-content:center;padding:14px 24px;background:var(--grad-btn);color:var(--white);border-radius:var(--radius-sm);font-size:17px}
  .nav-links .nav-mobile-cta .btn:hover{background:var(--blue-hover)}
  body.menu-open{overflow:hidden}
}
@media (min-width:1024px){
  .nav-links{display:flex}
  .nav-cta{display:block}
  .burger{display:none}
  .nav-mobile-cta{display:none}
}

/* ---------- Breadcrumbs ---------- */
.breadcrumbs{font-size:14px;color:var(--muted);padding:18px 0 0}
.breadcrumbs ol{list-style:none;display:flex;flex-wrap:wrap;gap:6px 0;align-items:center}
.breadcrumbs li{display:inline-flex;align-items:center}
.breadcrumbs li + li::before{content:'/';margin:0 10px;color:var(--line)}
.breadcrumbs a{color:var(--muted);text-decoration:none;min-height:24px;display:inline-flex;align-items:center}
.breadcrumbs a:hover{color:var(--blue);text-decoration:underline}
.breadcrumbs [aria-current]{color:var(--dark);font-weight:600}

/* ---------- Sections ---------- */
.section{padding:clamp(56px,8vw,104px) 0}
.section-tint{background:var(--grad-tint)}
.section-dark{background:var(--grad-dark);color:#C9CDD6}
.section-dark h2,.section-dark h3,.section-dark h4{color:var(--white)}
.section-dark a:not(.btn):not(.link-arrow){color:#A8C4FF;text-decoration-color:rgba(168,196,255,.55)}
.section-dark a:not(.btn):not(.link-arrow):hover{color:var(--white)}
.section-dark .eyebrow{color:#49B9FF}
.section-dark .eyebrow::before{background:#49B9FF}
.section-blue{background:var(--blue);color:var(--white)}
.section-blue h2,.section-blue h3{color:var(--white)}
.section-head{max-width:760px;margin-bottom:clamp(32px,4vw,48px)}
.section-head p{margin-top:14px;font-size:19px}
.section-head.center{margin-left:auto;margin-right:auto;text-align:center}
.section-head.center .eyebrow{justify-content:center}
.section-foot{margin-top:clamp(32px,4vw,48px);display:flex;flex-wrap:wrap;gap:16px 28px;align-items:center}

/* ---------- Hero ---------- */
.hero{position:relative;background:#2F6FE6;color:var(--white);overflow:hidden}
.hero-bg{position:absolute;inset:0;width:100%;height:100%;object-fit:cover;pointer-events:none;z-index:0}
.hero > .wrap,.subhero > .wrap{position:relative;z-index:1}
.hero h1{color:var(--white)}
.hero .eyebrow{color:#DDEBFF}
.hero-sub{color:rgba(255,255,255,.92)}
.hero .btn-primary{background:var(--white);color:var(--blue);border-color:var(--white);box-shadow:0 8px 24px rgba(10,30,90,.25)}
.hero .btn-primary:hover{background:#EAF1FF;color:var(--blue-hover)}
.hero .link-arrow{color:var(--white);text-decoration-color:rgba(255,255,255,.5)}
.hero .link-arrow:hover{text-decoration-color:var(--white)}
.hero .hero-trust{color:rgba(255,255,255,.9)}
.hero-inner{
  display:grid;gap:36px;align-items:center;
  padding:clamp(40px,6vw,72px) 0 clamp(48px,7vw,88px);
}
.hero-copy{max-width:640px}
.hero-copy h1{margin-bottom:22px}
.hero-sub{font-size:clamp(18px,1.9vw,21px);line-height:1.55;max-width:520px}
.hero-actions{display:flex;flex-wrap:wrap;gap:14px 32px;align-items:center;margin-top:32px}
.hero-trust{display:flex;flex-wrap:wrap;gap:8px 18px;margin-top:22px;font-size:14.5px;color:var(--text)}
@media (min-width:900px){.hero-trust{flex-wrap:nowrap;white-space:nowrap;width:max-content}}
.hero-trust span{display:inline-flex;align-items:center;gap:8px}
.hero-trust span::before{content:'';width:18px;height:18px;border-radius:50%;background:var(--white);flex:none;-webkit-mask:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23000' stroke-width='3.2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M5 12l5 5L20 7'/%3E%3C/svg%3E") center/62% no-repeat,linear-gradient(#000 0 0);-webkit-mask-composite:xor;mask:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23000' stroke-width='3.2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M5 12l5 5L20 7'/%3E%3C/svg%3E") center/62% no-repeat,linear-gradient(#000 0 0);mask-composite:exclude}
.hero-focus{width:100%;aspect-ratio:16/9.35;overflow:visible}
.hero-focus svg{width:100%;height:100%;display:block}
@media (min-width:900px){
  .hero-inner{grid-template-columns:minmax(0,1fr) minmax(0,1.12fr);gap:40px}
}
/* Fokusgrafik: Animation nur bei Motion erlaubt */
.focus-glyphs{animation:glyphfade 14s ease-in-out infinite}
.focus-glyphs-2{animation-delay:-4.7s}
.focus-glyphs-3{animation-delay:-9.3s}
.focus-signal{animation:signal 2.8s ease-in-out infinite;transform-origin:center;transform-box:fill-box}
@keyframes glyphfade{0%,100%{opacity:.2}50%{opacity:1}}
@keyframes signal{0%,100%{opacity:1;transform:scale(1)}50%{opacity:.55;transform:scale(1.45)}}

/* Subhero (Unterseiten) */
.subhero{position:relative;background:#2F6FE6;color:var(--white);overflow:hidden;padding:12px 0 clamp(40px,6vw,64px)}
.subhero h1{color:var(--white)}
.subhero .lead{color:rgba(255,255,255,.92)}
.subhero .breadcrumbs,.subhero .breadcrumbs a{color:rgba(255,255,255,.75)}
.subhero .breadcrumbs a:hover,.subhero .breadcrumbs [aria-current]{color:var(--white)}
.subhero .breadcrumbs li+li::before{color:rgba(255,255,255,.4)}
.subhero .btn-primary{background:var(--white);color:var(--blue);border-color:var(--white);box-shadow:0 8px 24px rgba(10,30,90,.25)}
.subhero .btn-primary:hover{background:#EAF1FF;color:var(--blue-hover)}
.subhero .link-arrow{color:var(--white);text-decoration-color:rgba(255,255,255,.5)}
.subhero .link-arrow:hover{text-decoration-color:var(--white)}
.subhero h1{margin:18px 0 18px;max-width:900px}
.subhero .lead{max-width:760px}
.subhero .hero-actions{margin-top:28px}

/* @critical-end */

/* ---------- Karten ---------- */
.grid{display:grid;gap:20px}
.grid-2{grid-template-columns:1fr}
.grid-3{grid-template-columns:1fr}
.grid-4{grid-template-columns:1fr}
@media (min-width:640px){.grid-2,.grid-3,.grid-4{grid-template-columns:repeat(2,1fr)}}
@media (min-width:1024px){.grid-3{grid-template-columns:repeat(3,1fr)}.grid-4{grid-template-columns:repeat(4,1fr)}}

.card{
  position:relative;background:var(--white);border:1px solid var(--line);border-radius:var(--radius);
  padding:30px 28px 28px;transition:box-shadow .18s,border-color .18s,transform .18s;
}
.card:hover{box-shadow:var(--shadow-hover);border-color:transparent}
.card h3{margin:20px 0 10px}
.card h3 a{color:var(--dark);text-decoration:none}
.card h3 a::after{content:'';position:absolute;inset:0}
.card h3 a:hover{color:var(--blue)}
.card p{font-size:17px}
.card p a{position:relative;z-index:1}
.card-audience p a{color:#DDE2E8;text-decoration-color:rgba(255,255,255,.4)}
.card-audience p a:hover{color:var(--white)}
.card-icon{width:56px;height:56px;color:var(--dark)}
.card-icon svg{width:56px;height:56px;stroke:currentColor;fill:none;stroke-width:1.6;stroke-linecap:round;stroke-linejoin:round}
.card-icon .dot{fill:var(--blue);stroke:none}
.card-more{margin-top:18px;font-weight:700;color:var(--blue);display:inline-flex;align-items:center;gap:8px;font-size:15px}
.card-more svg{width:16px;height:16px}
.section-tint .card{border-color:transparent;box-shadow:var(--shadow-card)}

/* Zielgruppenkarten: dunkel mit Kobalt-Kante */
.card-audience{background:linear-gradient(160deg,#171B28 0%,#111318 100%);border-color:var(--dark);color:#C9CDD6;padding-top:36px}
.card-audience::before{content:'';position:absolute;left:28px;top:0;width:44px;height:4px;background:var(--blue);border-radius:0 0 3px 3px}
.card-audience h3{color:var(--white)}
.card-audience h3 a{color:var(--white)}
.card-audience h3 a:hover{color:#49B9FF}
.card-audience .card-icon{color:var(--white)}
.card-audience:hover{box-shadow:0 18px 40px rgba(17,19,24,.3);border-color:var(--dark)}

/* Projektkarten */
.card-project{padding:0;overflow:hidden}
.card-project figure{aspect-ratio:3/2;background:var(--bg);border-bottom:1px solid var(--line);overflow:hidden}
.card-project figure img{width:100%;height:100%;object-fit:cover}
.card-project .card-body{padding:24px 28px 28px}
.card-project .card-meta{font-size:14px;color:var(--muted);font-weight:600}
.card-project h3{margin-top:6px}
.card-project.is-placeholder figure{display:flex;align-items:center;justify-content:center;color:var(--muted);font-size:14px;font-weight:600;border:2px dashed var(--line);border-radius:var(--radius) var(--radius) 0 0}

/* ---------- Prozess ---------- */
.process{list-style:none;counter-reset:step;display:grid;gap:0;position:relative}
.process li{
  counter-increment:step;position:relative;padding:0 0 32px 64px;
}
.process li::before{
  content:counter(step,decimal-leading-zero);position:absolute;left:0;top:0;
  width:44px;height:44px;border-radius:50%;background:var(--blue);color:var(--white);
  font-weight:700;font-size:15px;display:flex;align-items:center;justify-content:center;
}
.process li::after{content:'';position:absolute;left:21px;top:48px;bottom:8px;width:2px;background:var(--line)}
.process li:last-child::after{display:none}
.process h3,.process .step-title{margin-bottom:6px;padding-top:8px;font-weight:700;font-size:clamp(20px,2.2vw,24px);line-height:1.3;color:var(--dark);letter-spacing:-.015em}
.section-dark .process .step-title{color:var(--white)}
.process p{max-width:var(--prose);font-size:17px}
@media (min-width:900px){
  .process.process-row{grid-template-columns:repeat(var(--steps,5),1fr);gap:24px}
  .process.process-row li{padding:64px 0 0}
  .process.process-row li::after{left:52px;right:-24px;top:21px;bottom:auto;height:2px;width:auto}
  .process.process-row h3,.process.process-row .step-title{padding-top:0}
}
.section-dark .process li::after{background:rgba(255,255,255,.14)}
.section-dark .process p{color:#C9CDD6}

/* ---------- FAQ ---------- */
.faq{max-width:840px}
.faq details{border-top:1px solid var(--line)}
.faq details:last-child{border-bottom:1px solid var(--line)}
.faq summary{
  list-style:none;cursor:pointer;display:flex;align-items:center;justify-content:space-between;gap:20px;
  padding:20px 4px;font-weight:700;color:var(--dark);font-size:18px;
}
.faq summary::-webkit-details-marker{display:none}
.faq summary::after{
  content:'';flex:none;width:12px;height:12px;border-right:2px solid var(--blue);border-bottom:2px solid var(--blue);
  transform:rotate(45deg);transition:transform .18s;margin-right:6px;
}
.faq details[open] summary::after{transform:rotate(-135deg)}
.faq details[open] summary{color:var(--blue)}
.faq .faq-body{padding:0 4px 24px;max-width:var(--prose)}
.faq .faq-body > * + *{margin-top:.9em}

/* ---------- CTA-Flächen ---------- */
.cta-band{background:var(--grad-band);color:var(--white);border-radius:14px;overflow:hidden;position:relative;box-shadow:0 20px 50px rgba(37,99,235,.22)}
.cta-inner{padding:clamp(36px,5vw,64px);display:grid;gap:24px;align-items:center}
.cta-band h2,.cta-band .cta-title{color:var(--white);font-size:clamp(26px,3.2vw,38px);font-weight:700;line-height:1.15;letter-spacing:-.02em;text-wrap:balance}
.cta-band .cta-title+p{margin-top:12px}
.cta-band p{max-width:560px;font-size:18px;opacity:.95}
.cta-actions{display:flex;flex-wrap:wrap;gap:14px 24px;align-items:center;margin-top:8px}
.cta-band .btn-light{color:var(--blue)}
.cta-band .link-arrow{color:var(--white);text-decoration-color:rgba(255,255,255,.4)}
.cta-band .link-arrow:hover{text-decoration-color:var(--white)}
.cta-dark{background:var(--grad-dark);box-shadow:0 20px 50px rgba(17,19,24,.3)}
.cta-dark .btn-light{color:var(--dark)}
.cta-dark .btn-light:hover{background:var(--bg)}
.cta-band.cta-dark::after{
  content:'';position:absolute;right:-60px;bottom:-80px;width:260px;height:260px;border-radius:50%;
  border:1px solid rgba(255,255,255,.14);pointer-events:none;
}
.cta-band.cta-dark::before{
  content:'';position:absolute;right:88px;bottom:106px;width:12px;height:12px;border-radius:50%;background:var(--coral);
}
.cta-image .cta-inner{padding:0}
.cta-image .cta-copy{padding:clamp(36px,5vw,64px)}
.cta-image figure{margin:0;min-height:260px;background:var(--deep)}
.cta-image figure img{width:100%;height:100%;object-fit:cover}
@media (min-width:900px){
  .cta-image .cta-inner{grid-template-columns:1.1fr 1fr}
  .cta-image figure{min-height:100%}
}
.cta-band.cta-wide .cta-inner{grid-template-columns:1fr auto;gap:32px}
@media (max-width:899.98px){.cta-band.cta-wide .cta-inner{grid-template-columns:1fr}}

/* ---------- Angebotsmodelle ---------- */
.model-card{
  background:var(--white);border:1px solid var(--line);border-radius:var(--radius);
  padding:32px 28px;display:flex;flex-direction:column;gap:14px;position:relative;
}
.model-card .model-num{font-size:14px;font-weight:700;color:var(--blue)}
.model-card h3{font-size:22px}
.model-card p{font-size:17px}
.model-card ul{list-style:none;padding:0;margin-top:4px}
.model-card li{padding:8px 0;border-top:1px solid var(--line);font-size:16px}
.model-card li strong{display:block;font-size:13px;color:var(--muted);font-weight:700;margin-bottom:2px}
.model-card .btn{margin-top:auto;align-self:flex-start}
.model-card.is-featured{border-color:var(--blue);box-shadow:0 0 0 1px var(--blue)}

/* ---------- Formular ---------- */
.form{display:grid;gap:22px}
.section-form{background:var(--grad-band);color:var(--white)}
.section-form .section-head h2{color:var(--white)}
.section-form .section-head p{color:rgba(255,255,255,.92)}
.section-form .eyebrow{color:#DDEBFF}
.section-form .eyebrow::before{background:#DDEBFF}
.form-card{background:var(--white);color:var(--text);border-radius:14px;padding:clamp(24px,4vw,44px);box-shadow:0 24px 60px rgba(10,30,90,.28)}
.form-card .msg{margin-bottom:22px}
.form-row{display:grid;gap:22px}
@media (min-width:640px){.form-row{grid-template-columns:1fr 1fr}}
.field{display:flex;flex-direction:column;gap:8px}
.field label{font-weight:700;color:var(--dark);font-size:15px}
.field .hint{font-size:14px;color:var(--muted);margin-top:-2px}
.field input,.field select,.field textarea{
  font:inherit;font-size:16px;color:var(--dark);background:var(--white);
  border:1.5px solid var(--line);border-radius:var(--radius-sm);padding:12px 14px;min-height:48px;width:100%;
}
.field textarea{min-height:160px;resize:vertical}
.field select{
  appearance:none;-webkit-appearance:none;padding-right:44px;
  background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23111318' stroke-width='2.2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='m6 9 6 6 6-6'/%3E%3C/svg%3E");
  background-repeat:no-repeat;background-position:right 14px center;background-size:18px;
}
.field input:focus,.field select:focus,.field textarea:focus{border-color:var(--blue);box-shadow:0 0 0 3px rgba(37,99,235,.18);outline:none;border-radius:var(--radius-sm)}
.field.is-invalid input,.field.is-invalid select,.field.is-invalid textarea{border-color:#C8102E}
.field-error{font-size:14px;color:#B00020;font-weight:600}
.field-check{flex-direction:row;align-items:flex-start;gap:12px}
.field-check input{width:22px;height:22px;min-height:0;margin-top:3px;flex:none;accent-color:var(--blue)}
.field-check label{font-weight:500;font-size:15px;color:var(--text)}
.form .hp{position:absolute;left:-9999px;width:1px;height:1px;overflow:hidden}
.form-actions{display:flex;flex-wrap:wrap;gap:16px;align-items:center}
.form-note{font-size:14px;color:var(--muted)}

/* Meldungen */
.msg{padding:18px 20px;border-radius:var(--radius);border:1px solid;font-size:16px;display:flex;gap:12px;align-items:flex-start}
.msg svg{width:22px;height:22px;flex:none;margin-top:1px}
.msg-success{background:#EEF8F1;border-color:#9CD3AF;color:#14532D}
.msg-error{background:#FDF1F1;border-color:#F0A8A8;color:#7F1D1D}
.msg-info{background:var(--blue-soft);border-color:#B9C3FB;color:var(--deep)}
.msg strong{display:block;margin-bottom:2px}

/* ---------- Glossar ---------- */
.glossary-layout{display:grid;gap:48px}
@media (min-width:1024px){
  .glossary-layout{grid-template-columns:280px minmax(0,1fr);align-items:start}
  .glossary-toc{position:sticky;top:calc(var(--header-h) + 24px)}
}
.glossary-toc{background:var(--bg);border-radius:var(--radius);padding:24px}
.glossary-toc .toc-title{font-size:16px;font-weight:700;color:var(--dark);margin-bottom:12px}
.glossary-toc .toc-group{font-size:13px;font-weight:700;color:var(--muted);margin:18px 0 6px;letter-spacing:.02em}
.glossary-toc ol{list-style:none}
.glossary-toc a{display:flex;padding:7px 10px;border-radius:var(--radius-sm);color:var(--dark);font-weight:500;font-size:15px;text-decoration:none;min-height:36px;align-items:center}
.glossary-toc a:hover{background:var(--white);color:var(--blue)}
.glossary-toc a.active{background:var(--white);color:var(--blue);font-weight:700}
.term{padding:40px 0;border-top:1px solid var(--line);scroll-margin-top:calc(var(--header-h) + 24px)}
.term:first-of-type{border-top:0;padding-top:0}
.term h2{font-size:clamp(24px,2.8vw,32px)}
.term .term-def{font-size:19px;color:var(--dark);font-weight:500;margin-top:14px;max-width:var(--prose)}
.term > p,.term ul,.term ol{max-width:var(--prose)}
.term > * + *{margin-top:1em}
.term h3,.term .term-sub{margin-top:1.6em;font-size:18px;font-weight:600;color:var(--dark);line-height:1.4}
.term .term-back{display:inline-flex;font-size:14px;color:var(--muted);margin-top:16px;min-height:32px;align-items:center}
.term-group-title{font-size:14px;font-weight:700;color:var(--blue);margin:56px 0 8px;letter-spacing:.02em}

/* ---------- Footer ---------- */
.site-footer{background:var(--dark);color:#B8BDC7;padding:64px 0 32px;font-size:15px;position:relative}
.site-footer::before{
  content:'';position:absolute;left:0;right:0;top:0;height:3px;
  background:linear-gradient(90deg,#3B82F6 0%,#2563EB 40%,var(--coral) 40.2%,var(--coral) 41.4%,transparent 41.6%);
}
.footer-grid{display:grid;gap:36px 32px}
@media (min-width:640px){.footer-grid{grid-template-columns:1fr 1fr}}
@media (min-width:1024px){.footer-grid{grid-template-columns:1.6fr 1fr 1fr 1fr}}
.footer-brand .logo svg{height:30px}
.footer-about{margin-top:18px;max-width:340px;line-height:1.6}
.site-footer h2,.site-footer .footer-title{color:var(--white);font-size:14px;font-weight:700;letter-spacing:.04em;margin-bottom:14px}
.site-footer ul{list-style:none}
.site-footer li + li{margin-top:2px}
.site-footer a{color:#B8BDC7;text-decoration:none;display:inline-flex;min-height:36px;align-items:center}
.site-footer a:hover{color:var(--white);text-decoration:underline}
.footer-bottom{
  margin-top:48px;padding-top:24px;border-top:1px solid rgba(255,255,255,.1);
  display:flex;flex-wrap:wrap;gap:12px 32px;align-items:center;justify-content:space-between;font-size:14px;
}
.footer-bottom p a{color:var(--white);text-decoration:underline;text-decoration-color:rgba(255,255,255,.4)}
.footer-bottom p a:hover{text-decoration-color:var(--white)}
.footer-legal{display:flex;gap:20px;list-style:none}

/* ---------- Sonstiges ---------- */
.note{background:var(--blue-soft);border-left:4px solid var(--blue);padding:16px 20px;border-radius:0 var(--radius) var(--radius) 0;font-size:16px}
.note strong{color:var(--deep)}
.divider{height:1px;background:var(--line);margin:40px 0}
.error-page{min-height:60vh;display:flex;align-items:center}
.error-page .code{font-size:14px;font-weight:700;color:var(--blue);margin-bottom:12px}
.error-page h1{margin-bottom:16px}

/* Kein horizontaler Scroll auf sehr kleinen Screens */
@media (max-width:359.98px){
  .wrap{padding:0 16px}
  .btn{padding:12px 18px;font-size:15px}
  .card{padding:24px 20px}
}
