﻿/* ============================================================
   FONT AWESOME FREE v6 — CDN
   <link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.7.2/css/all.min.css">
   ============================================================ */

/* ============================================================
   FONTS — lokal gehostet (kein Google CDN, DSGVO-konform)
   Pfad relativ zu hiai-cd_v1.2.css in src_logos_css_cd/
   ============================================================ */

/* Roboto — Headings */
@font-face {
  font-family: 'Roboto';
  font-style: normal; font-weight: 400; font-display: swap;
  src: url('../fonts/fonts/roboto/roboto-400-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+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
@font-face {
  font-family: 'Roboto';
  font-style: normal; font-weight: 600; font-display: swap;
  src: url('../fonts/fonts/roboto/roboto-600-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+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
@font-face {
  font-family: 'Roboto';
  font-style: normal; font-weight: 700; font-display: swap;
  src: url('../fonts/fonts/roboto/roboto-700-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+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}

/* Open Sans — Body */
@font-face {
  font-family: 'Open Sans';
  font-style: normal; font-weight: 400; font-display: swap;
  src: url('../fonts/fonts/open-sans/open-sans-400-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+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
@font-face {
  font-family: 'Open Sans';
  font-style: normal; font-weight: 500; font-display: swap;
  src: url('../fonts/fonts/open-sans/open-sans-500-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+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
@font-face {
  font-family: 'Open Sans';
  font-style: normal; font-weight: 600; font-display: swap;
  src: url('../fonts/fonts/open-sans/open-sans-600-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+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
@font-face {
  font-family: 'Open Sans';
  font-style: normal; font-weight: 700; font-display: swap;
  src: url('../fonts/fonts/open-sans/open-sans-700-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+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}

/* ============================================================
   HI+AI SOLUTIONS — SHARED DESIGN SYSTEM
   Version: 1.2 · 2026
   ============================================================
   VERWENDUNG:
   - Importiere dieses CSS in jede Seite
   - Setze --page-color pro Seite:
     AI Services:    --page-color: #27A3E7
     Data&Analytics: --page-color: #183B6C
   ============================================================ */

/* ---- BRAND TOKENS ---- */
:root {
  color-scheme: only light; /* Dark Mode deaktiviert — Seite immer im Light Mode */
  /* Core Colors */
  --c-green:    #22C552;   /* Hauptakzent — nur für +, CTAs, Highlights */
  --c-navy:     #183B6C;   /* Data & Analytics */
  --c-blue:     #27A3E7;   /* AI Services */
  --c-purple:   #9B59B6;   /* Cluster: Innovation */
  --c-dark:     #333333;   /* Text */

  /* Tints */
  --c-green-t:  #E8F8EE;
  --c-navy-t:   #EAF0F8;
  --c-blue-t:   #E8F5FD;
  --c-bg:       #F0F2F5;

  /* Text Shades */
  --c-muted:    #777;      /* Body-Text gedimmt */
  --c-faint:    #aaa;      /* Sehr hell: Labels, Hinweise */

  /* Typography */
  --f-head:     'Roboto', sans-serif;
  --f-body:     'Open Sans', sans-serif;

  /* Radius */
  --r-sm:       8px;
  --r-md:       12px;
  --r-lg:       20px;
  --r-xl:       24px;

  /* Shadows */
  --sh-md:      0 12px 32px rgba(0,0,0,.08);
  --sh-lg:      0 20px 60px rgba(0,0,0,.10);
  --sh-card:    0 2px 8px rgba(0,0,0,.05), 0 8px 24px rgba(0,0,0,.04);
  --sh-hover:   0 6px 20px rgba(0,0,0,.07), 0 16px 40px rgba(0,0,0,.06);

  /* Border */
  --b-card:     1px solid #eee;

  /* Page color — Fallback (wird durch .page-ais / .page-da überschrieben) */
  --page-color:   #27A3E7;
  --page-color-t: #E8F5FD;
}

/* ============================================================
   PAGE THEMES — je nach <body class="page-ais"> / <body class="page-da">
   Nur diese Klasse im <body> ändern — alles andere erbt automatisch.
   ============================================================ */

/* AI Services — Blau */
.page-ais {
  --page-color:   #27A3E7;
  --page-color-t: #E8F5FD;
}

/* Data & Analytics — Navy */
.page-da {
  --page-color:   #183B6C;
  --page-color-t: #EAF0F8;
}

/* Homepage / Allgemeine Seiten — Grün als Akzent, Texte dunkel */
.page-main {
  --page-color:   #22C552;
  --page-color-t: #E8F8EE;
}
.page-main .s-title { color: var(--c-dark) !important; }
.page-main .s-sub   { color: #666 !important; }
.page-main .nav-link.active {
  color: var(--c-green) !important;
  background: rgba(34,197,82,.08) !important;
}

/* Icon-Boxes je Theme */
.page-ais .icon-box { background: var(--c-blue-t);  color: var(--c-blue); }
.page-da  .icon-box { background: var(--c-navy-t);  color: var(--c-navy); }

/* Nav active link je Theme */
.page-ais .nav-link.active { background: rgba(39,163,231,.1); }
.page-da  .nav-link.active { background: rgba(24,59,108,.1);  }

/* ---- RESET ---- */
*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }
html { scroll-behavior: smooth; }
body {
  font-family: var(--f-body);
  color: var(--c-dark);
  background: #fff;
  line-height: 1.6;
  overflow-x: hidden;
}

/* ---- ICON-BOX ---- */
.icon-box {
  width: 52px; height: 52px;
  border-radius: var(--r-md);
  display: flex; align-items: center; justify-content: center;
  font-size: 20px; margin: 0 0 1.25rem;
  background: linear-gradient(135deg, var(--c-blue-t), #cce9f9);
  color: var(--c-blue);
  transition: transform .25s ease;
}
.icon-box.sm { width: 40px; height: 40px; font-size: 16px; border-radius: var(--r-sm); margin: 0 0 .875rem; background: linear-gradient(135deg, var(--c-blue-t), #cce9f9); }
.icon-box.lg { width: 56px; height: 56px; font-size: 22px; border-radius: var(--r-md); }
.page-da  .icon-box { background: var(--c-navy-t); color: var(--c-navy); }

/* ---- STANDARD CARD ---- */
.card {
  background: #fff;
  border-radius: var(--r-xl);
  padding: 2rem 2.5rem;
  box-shadow: var(--sh-card);
  border: var(--b-card);
  transition: transform .25s cubic-bezier(.34,1.56,.64,1), box-shadow .25s ease;
}
.card:hover { transform: translateY(-4px); box-shadow: var(--sh-hover); }

/* ---- NAVIGATION (Legacy v1 — nur für Seiten ohne .site-nav) ---- */
/* Neue Seiten verwenden .site-nav — dieser Block greift nur auf nacktes <nav> ohne Klasse */
nav:not([class]) {
  position: fixed; top: 0; left: 0; right: 0;
  z-index: 100;
  background: #121212;
  border-bottom: 1px solid #1e1e1e;
  padding: 0 2rem;
}
nav:not([class]) .nav-inner {
  max-width: 1100px; margin: 0 auto;
  display: flex; align-items: center; justify-content: space-between;
  height: 68px;
}
nav:not([class]) .nav-logo {
  font-family: var(--f-head); font-weight: 700; font-size: 18px;
  color: #fff; letter-spacing: -.02em; text-decoration: none;
}
nav:not([class]) .nav-logo .plus { color: var(--c-green); }
nav:not([class]) .nav-links { display: flex; gap: 2rem; list-style: none; }
nav:not([class]) .nav-links a {
  font-size: 13px; font-weight: 500;
  color: #444; text-decoration: none;
  transition: color .2s;
}
nav:not([class]) .nav-links a:hover { color: var(--c-dark); }
nav:not([class]) .nav-cta {
  background: var(--page-color); color: #fff;
  font-weight: 600; font-size: 13px;
  padding: 9px 22px; border-radius: var(--r-sm);
  text-decoration: none; transition: opacity .2s;
}
nav:not([class]) .nav-cta:hover { opacity: .9; }

/* ---- LAYOUT ---- */
section { padding: 90px 2rem; }
.container { max-width: 1100px; margin: 0 auto; }

/* ---- TYPOGRAPHY ---- */
.s-label {
  font-size: 13px; font-weight: 700;
  letter-spacing: .1em; text-transform: uppercase;
  color: var(--page-color); display: block; margin: 0 0 .5rem;}
.s-title {
  font-family: var(--f-head); font-weight: 700;
  font-size: clamp(1.7rem, 3.5vw, 2.3rem);
  color: var(--c-dark); margin: 0 0 1rem;
  letter-spacing: -.025em; line-height: 1.15;}
.s-sub { font-size: .975rem; color: var(--c-muted); max-width: 560px; line-height: 1.8; margin-bottom: 0; }

/* ---- HERO ---- */
.hero {
  padding: 120px 2rem 90px; color: #fff;
  position: relative; overflow: hidden;
  background: linear-gradient(135deg, #1a9ed4 0%, var(--page-color) 40%, #3ab5f0 100%);
}
.hero::before {
  content: '';
  position: absolute; inset: 0;
  background: radial-gradient(ellipse at 70% 30%, rgba(255,255,255,.12) 0%, transparent 60%),
              radial-gradient(ellipse at 20% 80%, rgba(0,0,0,.08) 0%, transparent 50%);
  pointer-events: none;
}
.hero::after {
  content: '';
  position: absolute;
  bottom: -60px; right: -60px;
  width: 400px; height: 400px;
  border-radius: 50%;
  background: rgba(255,255,255,.05);
  pointer-events: none;
}
.hero-inner {
  max-width: 860px; margin: 0 auto;
  text-align: center; position: relative; z-index: 1;
}

/* ---- HERO MODIFIER: Dark ---- */
/* Verwendung: <section class="hero hero--dark"> */
/* Überschreibt Gradient-Background — kein Gradient, kein Pseudo-Element Noise */
.hero.hero--dark {
  background: #0f1118 !important;
  padding-top: 3rem;
  padding-bottom: 3rem;
  min-height: unset;
  clip-path: none;
}
.hero.hero--dark::before,
.hero.hero--dark::after { display: none !important; content: none !important; }
.hero.hero--dark .hero-visual,
.hero.hero--dark .hero-wave,
.hero.hero--dark .hero-shape { display: none !important; }
/* Texte auf dunklem Hintergrund */
.hero.hero--dark h1      { color: #fff; }
.hero.hero--dark h1 em   { font-style: normal; color: rgba(255,255,255,.85); }
.hero.hero--dark .hero-sub { color: rgba(255,255,255,.9); }
.hero.hero--dark .hero-content { text-align: center; max-width: 720px; margin: 0 auto; background: transparent; }
.hero.hero--dark .hero-inner { background: transparent; }
.hero.hero--dark .hero-actions  { justify-content: center; }
.hero-actions { display: flex; gap: 1rem; flex-wrap: wrap; align-items: center; }

/* ---- HERO MODIFIER: BG-Image ---- */
/* Verwendung: <section class="hero hero--img" style="background-image:url(...)"> */
.hero.hero--img {
  background-size: cover;
  background-position: center 40%;
  background-repeat: no-repeat;
  padding-top: 3rem;
  padding-bottom: 2.5rem;
  min-height: unset;
  clip-path: none;
  position: relative;
}
.hero.hero--img::before {
  content: '' !important;
  display: block !important;
  position: absolute; inset: 0;
  background: linear-gradient(to bottom, rgba(15,17,24,.82), rgba(15,17,24,.72));
  z-index: 0;
}
.hero.hero--img::after { display: none !important; content: none !important; }
.hero.hero--img .hero-inner,
.hero.hero--img .artikel-hero-inner { position: relative; z-index: 1; }
.hero h1 {
  font-family: var(--f-head); font-weight: 700;
  font-size: clamp(2.2rem, 5.5vw, 3.5rem);
  line-height: 1.1; margin: 0 0 1.25rem; letter-spacing: -.03em;
}
.hero h1 em { font-style: normal; color: rgba(255,255,255,.9); }
.hero-sub {
  font-size: 1.05rem; color: rgba(255,255,255,.92);
  max-width: 600px; margin: 0 auto 2.5rem; line-height: 1.75;
}
.hero-btns { display: flex; gap: 1rem; justify-content: center; flex-wrap: wrap; }
.hero-stats {
  display: flex; gap: 0; justify-content: center;
  flex-wrap: wrap;
  background: rgba(255,255,255,.1);
  backdrop-filter: blur(8px);
  border: 1px solid rgba(255,255,255,.2);
  border-radius: var(--r-xl);
  padding: .25rem 0;
  max-width: 620px; margin: 3.5rem auto 0;
}
.hero-stats > div {
  flex: 1; padding: 1.25rem 1.5rem;
  border-right: 1px solid rgba(255,255,255,.15);
}
.hero-stats > div:last-child { border-right: none; }
.hs-num { font-family: var(--f-head); font-weight: 700; font-size: 1.6rem; color: #fff; line-height: 1; }
.hs-label { font-size: 11px; color: rgba(255,255,255,.85); margin: .35rem 0 0; letter-spacing: .03em; }

/* ---- PAIN SECTION ---- */
#leistungen { background: var(--c-bg); }
.pain-cards {
  display: grid; grid-template-columns: repeat(auto-fit, minmax(230px, 1fr));
  gap: 1.5rem; margin: 2.5rem 0 0;
}
.pc {
  background: #fff; border-radius: 20px;
  padding: 2.25rem 1.75rem 2rem;
  border: 1px solid #e8edf3;
  box-shadow: 0 2px 12px rgba(0,0,0,.06), 0 1px 3px rgba(0,0,0,.04);
  display: flex; flex-direction: column; align-items: center; text-align: center;
  gap: .5rem;
  transition: transform .25s ease, box-shadow .25s ease, border-color .25s;
  position: relative; overflow: hidden;
}
.pc::before {
  content: ''; position: absolute; top: 0; left: 0; right: 0; height: 3px;
  background: linear-gradient(90deg, var(--page-color), rgba(255,255,255,.3));
  opacity: 0; transition: opacity .25s;
}
.pc:hover { transform: translateY(-6px); box-shadow: 0 12px 36px rgba(0,0,0,.1); border-color: var(--page-color); }
.pc:hover::before { opacity: 1; }
.pc:hover .icon-box { transform: scale(1.1); }
.pc-body h4 { font-weight: 700; font-size: 15px; color: var(--c-dark); margin: .75rem 0 .5rem; line-height: 1.35; }
.pc-body p { font-size: 13px; color: var(--c-muted); line-height: 1.7; margin: 0; font-style: italic; }
.icon-box.sm { width: 64px; height: 64px; font-size: 1.5rem; border-radius: 18px; margin: 0; flex-shrink: 0; }

/* ---- WW-BLOCK ---- */
.ww-block { border-radius: var(--r-xl); overflow: hidden; margin: 2.5rem 0 0; box-shadow: var(--sh-lg); }
.ww-top { background: var(--page-color); padding: 3.5rem 3rem; text-align: center; }
.ww-label {
  display: inline-block; background: rgba(255,255,255,.18);
  border: 1px solid rgba(255,255,255,.3); color: rgba(255,255,255,.9);
  font-size: 10px; font-weight: 700; padding: 5px 14px;
  border-radius: 20px; margin: 0 0 1.25rem;
  letter-spacing: .1em; text-transform: uppercase;
}
.ww-top h3 {
  font-family: var(--f-head); font-weight: 700;
  font-size: clamp(1.3rem, 2.5vw, 1.75rem); color: #fff;
  margin: 0 0 .75rem; letter-spacing: -.02em; line-height: 1.3;
}
.ww-top p { font-size: .95rem; color: rgba(255,255,255,.92); max-width: 520px; margin: 0 auto; line-height: 1.75; }
.ww-bottom {
  background: #fff; padding: 1.75rem 2.5rem;
  display: flex; flex-wrap: wrap; gap: .6rem; justify-content: center;
}
.ww-tag {
  background: var(--c-blue-t); border: 1.5px solid #BAE6FD;
  color: var(--c-blue); font-size: 13px; font-weight: 600;
  padding: 7px 16px; border-radius: 20px;
  transition: background .2s, color .2s, border-color .2s, transform .15s;
  cursor: default;
}
.ww-tag:hover { background: var(--page-color); color: #fff; border-color: var(--page-color); transform: translateY(-1px); }

/* ---- KERN CARDS ---- */
.kern-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1.5rem; margin: 2.5rem 0 0; }
.kern-card {
  background: #fff; border-radius: var(--r-lg);
  padding: 2rem; border: var(--b-card);
  box-shadow: var(--sh-card);
  transition: transform .25s ease, box-shadow .25s ease;
}
.kern-card:hover { transform: translateY(-4px); box-shadow: var(--sh-md); }
.kern-icon {
  width: 52px; height: 52px; border-radius: var(--r-md);
  display: flex; align-items: center; justify-content: center;
  font-size: 22px; margin: 0 0 1.25rem;
  background: linear-gradient(135deg, var(--c-blue-t), #cce9f9);
  color: var(--c-blue);
  transition: transform .25s ease;
}
.kern-card:hover .kern-icon { transform: scale(1.08) rotate(-3deg); }
.kern-card h3 { font-weight: 700; font-size: 1rem; margin: 0 0 .6rem; }
.kern-card p { font-size: 13px; color: var(--c-muted); line-height: 1.65; }

/* ---- CLUSTER ---- */
.cluster-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 1.25rem; margin: 2.5rem 0 0; }

/* ---- ERGEBNISSE ---- */
.erg-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(190px, 1fr)); gap: 1.25rem; margin: 2.5rem 0 0; }
.erg-card {
  background: #fff; border-radius: var(--r-xl);
  padding: 1.75rem; border: var(--b-card); box-shadow: var(--sh-card);
  transition: transform .25s cubic-bezier(.34,1.56,.64,1), box-shadow .25s ease;
  cursor: default;
}
.erg-card:hover { transform: translateY(-4px); box-shadow: var(--sh-hover); }
.erg-icon {
  width: 44px; height: 44px; border-radius: var(--r-md);
  background: linear-gradient(135deg, var(--c-blue-t), #cce9f9);
  color: var(--c-blue);
  display: flex; align-items: center; justify-content: center;
  font-size: 18px; margin: 0 0 1rem;
  transition: transform .25s ease;
}
.erg-card:hover .erg-icon { transform: scale(1.08) rotate(-3deg); }
.erg-card h4 { font-family: var(--f-head); font-weight: 700; font-size: 13px; margin: 0 0 .4rem; }
.erg-card p { font-size: 13px; color: var(--c-muted); line-height: 1.6; }

/* ---- ABLAUF / STEPS ---- */
.steps-wrap {
  display: flex; flex-direction: column;
  gap: 0; margin: 2.5rem 0 0; max-width: 720px;
}
.step-card {
  background: #fff; border-radius: 18px;
  padding: 1.75rem 2rem 1.75rem 1.5rem;
  display: flex; gap: 1.75rem; align-items: flex-start;
  border: 1.5px solid #e8edf3;
  box-shadow: 0 2px 12px rgba(0,0,0,.05);
  transition: transform .25s ease, box-shadow .25s ease, border-color .25s;
  cursor: default; position: relative;
  margin-bottom: 0;
}
/* Verbindungslinie zwischen Steps */
.step-card:not(:last-child)::after {
  content: '';
  position: absolute;
  left: calc(1.5rem + 26px); /* Mitte der Nummer */
  bottom: -24px;
  width: 2px; height: 24px;
  background: linear-gradient(to bottom, var(--page-color), transparent);
  opacity: .35;
  z-index: 1;
}
.steps-wrap > .step-card { margin-bottom: 1rem; }
.steps-wrap > .step-card:last-child { margin-bottom: 0; }
.step-card:hover {
  transform: translateX(4px);
  box-shadow: 0 6px 24px rgba(0,0,0,.09);
  border-color: var(--page-color);
}
/* Nummer */
.step-num {
  width: 52px; height: 52px; flex-shrink: 0;
  border-radius: 14px;
  background: var(--page-color);
  color: #fff;
  font-family: var(--f-head); font-weight: 800; font-size: 15px;
  display: flex; align-items: center; justify-content: center;
  box-shadow: 0 4px 14px rgba(0,0,0,.15);
  letter-spacing: .02em;
  position: relative; z-index: 2;
}
.step-body { flex: 1; padding-top: .25rem; }
.step-body h4 {
  font-family: var(--f-head); font-weight: 700;
  font-size: 1rem; color: var(--c-dark);
  margin: 0 0 .5rem; letter-spacing: -.01em;
}
.step-body p {
  font-size: .88rem; color: var(--c-muted);
  line-height: 1.7; margin: 0 0 .75rem;
}
.step-tag {
  display: inline-block; background: var(--c-blue-t); color: var(--c-blue);
  font-size: 11px; font-weight: 600; padding: 4px 12px;
  border-radius: 20px; border: 1px solid rgba(39,163,231,.2);
  transition: background .2s, color .2s, border-color .2s, transform .15s;
  cursor: default;
}
.step-tag:hover { background: var(--page-color); color: #fff; border-color: var(--page-color); transform: translateY(-1px); }

/* ---- USP ---- */
.usp-s { background: var(--page-color); color: #fff; }
.usp-s .s-label { color: rgba(255,255,255,.88); }
.usp-s .s-title { color: #fff; }
.usp-s .s-sub { color: rgba(255,255,255,.88); max-width: 560px; }
.usp-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(290px, 1fr)); gap: 1.25rem; margin: 2.5rem 0 0; }
.usp-item {
  background: rgba(255,255,255,.97); border-radius: var(--r-lg);
  padding: 2.75rem 2rem 2.25rem; display: flex; gap: 1.25rem; align-items: flex-start;
  box-shadow: 0 2px 12px rgba(0,0,0,.06);
  transition: transform .25s ease;
}
.usp-item:hover { transform: translateY(-3px); }
.usp-icon {
  width: 46px; height: 46px; border-radius: var(--r-md);
  background: linear-gradient(135deg, var(--c-blue-t), #cce9f9);
  color: var(--c-blue);
  display: flex; align-items: center; justify-content: center;
  font-size: 20px; flex-shrink: 0;
  transition: transform .25s ease;
}
.usp-item:hover .usp-icon { transform: scale(1.08) rotate(-3deg); }
.page-da .usp-icon { background: linear-gradient(135deg, var(--c-navy-t), #c0d3e8); color: var(--c-navy); }
.usp-item h4 { font-weight: 700; font-size: 14px; color: var(--c-dark); margin: 0 0 4px; }
.usp-item p { font-size: 13px; color: var(--c-muted); line-height: 1.6; margin: 0; }

/* ---- PAKETE ---- */
.pakete-s { background: var(--c-bg); }
.pakete-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(230px, 1fr)); gap: 1.5rem; margin: 2.5rem auto 1.5rem; max-width: 1100px; width: 100%; }
.pak {
  background: #fff; border-radius: var(--r-lg);
  padding: 2rem; border: 1.5px solid #eee;
  box-shadow: var(--sh-card);
  transition: transform .25s ease, box-shadow .25s ease;
  position: relative;
}
.pak:hover { transform: translateY(-4px); box-shadow: var(--sh-md); }
.pak.featured { border-color: var(--page-color); }
.pak-badge {
  position: absolute; top: -12px; left: 50%; transform: translateX(-50%);
  background: var(--page-color); color: #fff;
  font-size: 11px; font-weight: 700; padding: 4px 14px;
  border-radius: 20px; white-space: nowrap;
}
.pak-name { font-weight: 700; font-size: 1.1rem; margin: 0 0 .3rem; }
.pak-target { font-size: 12px; color: var(--c-faint); margin: 0 0 1.25rem; }
.pak-price { font-family: var(--f-head); font-weight: 700; font-size: 1.7rem; color: var(--c-dark); margin: 0 0 1.25rem; line-height: 1; }
.pak-price span { font-size: 13px; font-weight: 400; color: var(--c-faint); }
.pak-features { list-style: none; display: flex; flex-direction: column; gap: .5rem; margin: 0 0 1.5rem; }
.pak-features li { font-size: 13px; color: #666; display: flex; gap: .5rem; align-items: flex-start; line-height: 1.5; }
.pak-features li::before { content: '✓'; color: var(--c-green); font-weight: 700; flex-shrink: 0; }
.pak-cta {
  display: block; text-align: center;
  background: var(--page-color); color: #fff;
  font-weight: 700; font-size: 13px; padding: 11px;
  border-radius: var(--r-sm); text-decoration: none; transition: opacity .2s;
}
.pak-cta:hover { opacity: .85; }

/* ---- RABATTE ---- */

/* ---- ZUSATZPAKETE ---- */

/* ---- FAQ ---- */
.faq-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 1rem; margin: 2.5rem 0 0; }
.faq-item {
  background: #fff; border-radius: var(--r-xl);
  padding: 1.75rem 2rem; border: var(--b-card); box-shadow: var(--sh-card);
  transition: transform .25s ease, box-shadow .25s ease;
  cursor: default; position: relative; overflow: hidden;
}
.faq-item:hover { transform: translateY(-4px); box-shadow: var(--sh-hover); }
.faq-item::before {
  content: ''; position: absolute;
  top: 0; left: 2rem; right: 2rem; height: 2px;
  background: linear-gradient(90deg, transparent, var(--c-blue), transparent);
  opacity: 0; transition: opacity .3s;
}
.faq-item:hover::before { opacity: 1; }
.faq-item:hover
.faq-item h4 {
  font-family: var(--f-head); font-weight: 700;
  font-size: 1rem; color: var(--c-dark); line-height: 1.4;
  padding-top: .2rem;
}
.faq-item p {
  font-size: 13px; color: var(--c-muted); line-height: 1.7;
  margin: 0; padding-left: 2.5rem;
  border-top: 1px solid #f5f5f5; padding-top: .875rem;
}

/* ---- LOGO DIVIDER ---- */

/* ---- KONTAKT ---- */
.kt-s {
  background: linear-gradient(135deg, #1a9ed4 0%, var(--page-color) 40%, #3ab5f0 100%);
  color: #fff; text-align: center; padding: 100px 2rem;
  position: relative; overflow: hidden;
}
.kt-s::before {
  content: '';
  position: absolute; inset: 0;
  background: radial-gradient(ellipse at 30% 50%, rgba(255,255,255,.1) 0%, transparent 60%),
              radial-gradient(ellipse at 80% 20%, rgba(0,0,0,.06) 0%, transparent 50%);
  pointer-events: none;
}
.kt-s::after {
  content: '';
  position: absolute;
  top: -80px; left: -80px;
  width: 350px; height: 350px;
  border-radius: 50%;
  background: rgba(255,255,255,.05);
  pointer-events: none;
}
.kt-s > .container { position: relative; z-index: 1; }
.kt-title {
  font-family: var(--f-head); font-weight: 700;
  font-size: clamp(1.6rem, 3.5vw, 2.4rem);
  color: #fff; margin: 0 0 .75rem;
  letter-spacing: -.025em; line-height: 1.25;
}
.kt-sub {
  font-size: 1rem; color: rgba(255,255,255,.75);
  margin: 0 0 3rem; line-height: 1.75;
}
.kt-cards {
  display: flex; gap: 1rem; justify-content: center;
  flex-wrap: wrap; margin: 0 0 2.5rem;
}
.kt-card {
  display: flex; align-items: center; gap: .875rem;
  background: rgba(255,255,255,.12);
  backdrop-filter: blur(8px);
  border: 1px solid rgba(255,255,255,.2);
  border-radius: var(--r-xl);
  padding: 1rem 1.5rem;
  text-decoration: none; color: #fff;
  transition: background .2s, transform .2s;
  min-width: 200px;
}
.kt-card:hover { background: rgba(255,255,255,.2); transform: translateY(-2px); }
.kt-card-icon {
  width: 38px; height: 38px; border-radius: var(--r-md);
  background: rgba(255,255,255,.15);
  display: flex; align-items: center; justify-content: center;
  flex-shrink: 0; color: #fff;
}
.kt-card-label { font-size: 10px; color: rgba(255,255,255,.75); letter-spacing: .08em; text-transform: uppercase; margin: 0 0 .2rem; font-weight: 600; }
.kt-card-value { font-size: 13px; font-weight: 600; color: #fff; }
.btn-white {
  background: #fff; color: var(--page-color);
  font-family: var(--f-body); font-weight: 700; font-size: 14px;
  padding: 14px 36px; border-radius: var(--r-sm);
  text-decoration: none; transition: opacity .2s, transform .2s;
  display: inline-block;
  box-shadow: 0 8px 24px rgba(0,0,0,.15);
}
.btn-white:hover { opacity: .95; transform: translateY(-2px); }

/* ---- FOOTER ---- */
footer { background: #0a0a0a; color: rgba(255,255,255,.35); padding: 2rem; text-align: center; font-size: 12px; line-height: 1.8; }
footer a { color: rgba(255,255,255,.35); text-decoration: none; }
footer a:hover { color: rgba(255,255,255,.6); }

/* ---- RESPONSIVE ---- */
@media (max-width: 900px) {
  .kern-grid { grid-template-columns: 1fr 1fr; }
  .cluster-grid { grid-template-columns: 1fr; }
  .faq-grid { grid-template-columns: 1fr; }
}
@media (max-width: 640px) {
  nav .nav-links { display: none; }
  .kern-grid { grid-template-columns: 1fr; }
  .hero { padding: 110px 1.5rem 80px; }
  .hero-stats { gap: 1.5rem; }
  .pakete-grid { grid-template-columns: 1fr; }
  section { padding: 60px 1.5rem; }
}

/* ============================================================
   PAGE-SPECIFIC OVERRIDES
   ============================================================ */
.page-ais { --page-color: #27A3E7; }

/* Typografie — AI Services */
.page-ais .s-label                { color: var(--c-green); }
.page-ais .s-title                { color: var(--c-blue); }
.page-ais .s-sub                  { color: var(--c-blue); }

/* Card Titel & Text */
.page-ais .kern-card h3           { color: var(--c-green); }
.page-ais .kern-card p            { color: var(--c-blue); }
.page-ais .erg-card h4            { color: var(--c-green); }
.page-ais .erg-card p             { color: var(--c-blue); }
.page-ais .step-body h4           { color: var(--c-green); }
.page-ais .step-body p            { color: var(--c-blue); }
.page-ais .usp-item h4            { color: var(--c-green); }
.page-ais .usp-item p             { color: var(--c-muted); }
/* USP Sektion: Texte auf blauem Hintergrund */
.usp-s .s-label                   { color: rgba(255,255,255,.88); }
.usp-s .s-title                   { color: #fff; }
.usp-s .s-sub                     { color: rgba(255,255,255,.88); }
.page-ais .faq-item h4            { color: var(--c-green); }
.page-ais .faq-item p             { color: var(--c-blue); }
.page-ais .pc-body h4             { color: var(--c-green); }
.page-ais .pc-body p              { color: var(--c-blue); }
.page-ais
.page-ais
.page-ais
.page-ais
.page-ais
.page-ais .pakete-s .s-title      { color: var(--c-blue); }
.page-ais .pak-name               { color: var(--c-green); }
.page-ais .pak-target             { color: var(--c-blue); }
.page-ais .pak-price              { color: var(--c-green); }

/* Icons — Outline Style: weiß, grüner Rand + Symbol, Schatten, kleiner Radius */
.page-ais .icon-box,
.page-ais .icon-box.sm,
.page-ais .kern-icon,
.page-ais .erg-icon,
.page-ais .usp-icon,
.page-ais
/* FAQ Badge — rund */
.page-ais

/* Cluster Cards — Titel = Icon-Farbe, Text blau, Icons farbig mit weißem Symbol */
.page-ais
/* Tags — Standardfarbe = Card-Farbe */

/* Pain Cards — zentriert vertikal */
.page-ais .pc                     { /* layout now in base */ }
.page-da  { --page-color: #183B6C; }

/* Typografie — Data & Analytics */
.page-da .s-label                 { color: var(--c-green); }
.page-da .s-title                 { color: var(--c-navy); }
.page-da .s-sub                   { color: var(--c-navy); }

/* Card Titel & Text */
.page-da .kern-card h3            { color: var(--c-navy); }
.page-da .kern-card p             { color: var(--c-navy); }
.page-da .erg-card h4             { color: var(--c-navy); }
.page-da .erg-card p              { color: var(--c-navy); }
.page-da .step-body h4            { color: var(--c-navy); }
.page-da .step-body p             { color: var(--c-navy); }
.page-da .usp-item h4             { color: var(--c-navy); }
.page-da .usp-item p              { color: var(--c-navy); }
.page-da .faq-item h4             { color: var(--c-navy); }
.page-da .faq-item p              { color: var(--c-navy); }
.page-da .pc-body h4              { color: var(--c-navy); }
.page-da .pc-body p               { color: var(--c-navy); }

/* Icons — alle navy */
.page-da .icon-box,
.page-da .icon-box.sm,
.page-da .kern-icon,
.page-da .erg-icon,
.page-da .usp-icon                { background: linear-gradient(135deg, var(--c-navy-t), #c0d3e8); color: var(--c-navy); }

/* Pain Cards — zentriert vertikal */
.page-da .pc                      { /* layout now in base */ }
.page-da .ww-tag    { background: var(--c-navy-t); border-color: #c5d5ea; color: var(--c-navy); }
.page-da .step-tag  { background: var(--c-navy-t); color: var(--c-navy); border-color: #c5d5ea; }
.page-da
.page-da .erg-card:hover { box-shadow: 0 10px 28px rgba(24,59,108,.1); }

/* ============================================================
   SITE NAV — v2.0 (2026)
   Wiederverwendbar: header.php / site-nav partial
   ============================================================ */
.site-nav {
  position: sticky; top: 0; z-index: 200;
  background: #fff;
  border-bottom: 1px solid #e8edf2;
  box-shadow: 0 2px 16px rgba(0,0,0,.06);
  height: 68px;
}
.nav-inner {
  width: 100%; padding: 0 2.5rem;
  display: flex; align-items: center; gap: 1rem; height: 68px;
}
.nav-logo { flex-shrink: 0; }
.nav-logo img { height: 30px; display: block; }
.nav-logo-right { height: 26px; display: block; flex-shrink: 0; opacity: .9; }
.nav-links {
  display: flex; align-items: center; list-style: none;
  gap: .15rem; flex: 1; justify-content: center; margin: 0; padding: 0;
}
.nav-link {
  display: inline-flex; align-items: center; gap: .35rem;
  padding: .45rem .9rem;
  font-family: var(--f-head); font-size: 13px; font-weight: 500;
  color: #444; text-decoration: none;
  border-radius: 50px;
  transition: color .15s, background .15s; white-space: nowrap;
}
.nav-link:hover { color: var(--c-dark); background: #f0f4f8; }
.nav-link.active { color: var(--page-color); font-weight: 700; background: rgba(39,163,231,.1); }
.nav-link .fa-chevron-down { font-size: .58rem; opacity: .55; transition: transform .2s; }
.has-dropdown { position: relative; }
.has-dropdown:hover > .nav-link .fa-chevron-down { transform: rotate(180deg); opacity: 1; }
.nav-dropdown {
  position: absolute; top: calc(100% + 10px); left: 50%;
  transform: translateX(-50%) translateY(-8px);
  background: #fff; border: 1px solid #e8edf2; border-radius: 14px;
  box-shadow: 0 16px 48px rgba(0,0,0,.12), 0 4px 12px rgba(0,0,0,.06);
  padding: .75rem; opacity: 0; pointer-events: none;
  transition: opacity .18s, transform .18s;
}
.has-dropdown:hover > .nav-dropdown { opacity: 1; pointer-events: auto; transform: translateX(-50%) translateY(0); }
.nav-dropdown-simple { display: flex; flex-direction: column; gap: .1rem; min-width: 240px; }
.nav-dd-item { display: flex; align-items: center; gap: .65rem; padding: .6rem .75rem; border-radius: 9px; text-decoration: none; transition: background .12s; }
.nav-dd-item:hover { background: #f4f6f9; }
.nav-dd-icon { width: 32px; height: 32px; border-radius: 7px; display: flex; align-items: center; justify-content: center; font-size: .78rem; flex-shrink: 0; }
.nav-dd-label { font-size: .83rem; font-weight: 600; color: var(--c-dark); line-height: 1.2; }
.nav-dropdown-clusters { display: grid; grid-template-columns: 1fr 1fr; gap: .35rem; min-width: 460px; }
.nav-cluster { display: flex; align-items: flex-start; gap: .65rem; padding: .75rem .85rem; border-radius: 10px; text-decoration: none; transition: background .12s; }
.nav-cluster:hover { background: #f4f6f9; }
.nav-cluster-icon { width: 34px; height: 34px; border-radius: 8px; display: flex; align-items: center; justify-content: center; font-size: .85rem; flex-shrink: 0; margin-top: 1px; }
.nav-cluster-title { font-size: .85rem; font-weight: 700; color: var(--c-dark); margin-bottom: .2rem; }
.nav-cluster-tags { font-size: .71rem; color: #aaa; line-height: 1.5; }

/* Nav CTA + Hamburger + Mobile */
.nav-cta {
  display: inline-flex; align-items: center; gap: .45rem;
  background: var(--c-green); color: #fff;
  font-family: var(--f-head); font-size: 13px; font-weight: 700;
  padding: 10px 22px; border-radius: 50px;
  text-decoration: none; white-space: nowrap; flex-shrink: 0;
  box-shadow: 0 3px 14px rgba(0,0,0,.14);
  transition: background .2s, box-shadow .2s, transform .15s; letter-spacing: .01em;
}
.nav-cta::after { content: '→'; }
.nav-cta:hover { background: #1aad45; box-shadow: 0 6px 20px rgba(34,197,82,.3); transform: translateY(-1px); }
.nav-burger {
  display: none; flex-direction: column; gap: 5px;
  width: 36px; height: 36px;
  background: #f1f5f9; border: 1px solid #e2e8f0; border-radius: 8px;
  cursor: pointer; align-items: center; justify-content: center; flex-shrink: 0; padding: 0;
}
.nav-burger span { display: block; width: 18px; height: 2px; background: #475569; border-radius: 2px; transition: transform .25s, opacity .2s; }
.nav-burger.open span:nth-child(1) { transform: translateY(7px) rotate(45deg); }
.nav-burger.open span:nth-child(2) { opacity: 0; }
.nav-burger.open span:nth-child(3) { transform: translateY(-7px) rotate(-45deg); }
.nav-mobile {
  display: none; position: fixed; top: 68px; left: 0; right: 0; bottom: 0;
  background: rgba(15,17,24,.97); backdrop-filter: blur(12px); -webkit-backdrop-filter: blur(12px);
  padding: 1.5rem 1.5rem 3rem; flex-direction: column; gap: 0; z-index: 199; overflow-y: auto;
  opacity: 0; transform: translateY(-8px); transition: opacity .25s, transform .25s; pointer-events: none;
}
.nav-mobile.open { display: flex; opacity: 1; transform: translateY(0); pointer-events: auto; }
.nav-mobile-section {
  font-size: .62rem; font-weight: 800; text-transform: uppercase; letter-spacing: .12em;
  color: rgba(255,255,255,.22); padding: 1.5rem 0 .5rem;
  display: flex; align-items: center; gap: .5rem;
}
.nav-mobile-section::after { content: ''; flex: 1; height: 1px; background: rgba(255,255,255,.07); }
.nav-mobile-link {
  display: flex; align-items: center; padding: .75rem .25rem;
  font-size: .95rem; font-weight: 500; color: rgba(255,255,255,.9); text-decoration: none;
  border-radius: 10px; font-family: var(--f-head);
  transition: color .15s, background .15s, padding .15s;
  border-bottom: 1px solid rgba(255,255,255,.05);
}
.nav-mobile-link:hover { color: #fff; padding-left: .75rem; background: rgba(255,255,255,.05); }
.nav-mobile-cta {
  display: block; text-align: center; background: var(--page-color); color: #fff;
  font-family: var(--f-head); font-size: 15px; font-weight: 700; padding: 16px;
  border-radius: 50px; text-decoration: none; margin-top: 1.75rem;
  box-shadow: 0 4px 20px rgba(0,0,0,.2); transition: background .2s, transform .15s; letter-spacing: .01em;
}
.nav-mobile-cta:hover { background: var(--c-green); transform: translateY(-2px); }
@media (max-width: 860px) { .nav-links, .nav-cta, .nav-logo-right { display: none; } .nav-burger { display: flex; margin-left: auto; } }

/* ============================================================
   CTA-BAR — v2.1 (2026)
   Wiederverwendbar: partials/cta-bar.php
   ============================================================ */
.cta-bar {
  background: var(--page-color);
  position: relative; overflow: hidden;
  padding: 2rem;
  min-height: 340px; /* Goldener Schnitt: 1000px / φ (1.618) ≈ 618px / 1.618 ≈ 382px */
  display: flex; align-items: center;
}
/* Glow oben rechts */
.cta-bar::before {
  content: ''; position: absolute;
  top: -120px; right: -120px;
  width: 500px; height: 500px; border-radius: 50%;
  background: radial-gradient(circle, rgba(255,255,255,.18) 0%, transparent 65%);
  pointer-events: none;
}
/* Glow unten links */
.cta-bar::after {
  content: ''; position: absolute;
  bottom: -100px; left: -100px;
  width: 380px; height: 380px; border-radius: 50%;
  background: radial-gradient(circle, rgba(0,0,0,.08) 0%, transparent 65%);
  pointer-events: none;
}
.cta-bar-inner {
  max-width: 1000px; margin: 0 auto;
  display: flex; flex-direction: row;
  align-items: center; justify-content: space-between;
  gap: 3rem;
  position: relative; z-index: 1;
}
.cta-bar-text { flex: 1; text-align: left; }
.cta-bar-text h3 {
  font-family: var(--f-head);
  font-size: clamp(1.75rem, 4vw, 2.75rem);
  font-weight: 900; color: #fff;
  margin: 0 0 .75rem;
  letter-spacing: -.04em; line-height: 1.15;
}
.cta-bar-text p {
  font-size: 1.05rem; color: rgba(255,255,255,.88);
  line-height: 1.65; max-width: 520px; margin: 0;
}
.cta-bar-actions {
  display: flex; align-items: center;
  flex-shrink: 0; gap: .75rem;
}
.cta-bar-btn {
  display: inline-flex; align-items: center; gap: .45rem;
  background: rgba(255,255,255,.15);
  color: #fff;
  font-family: var(--f-head); font-size: .78rem; font-weight: 600;
  letter-spacing: .07em; text-transform: uppercase;
  padding: 10px 24px; border-radius: 50px;
  text-decoration: none; white-space: nowrap;
  border: 1.5px solid rgba(255,255,255,.5);
  backdrop-filter: blur(8px);
  transition: background .2s, border-color .2s, transform .2s;
}
.cta-bar-btn:hover {
  background: rgba(255,255,255,.25);
  border-color: rgba(255,255,255,.9);
  transform: translateY(-2px);
}
@media (max-width: 640px) {
  .cta-bar { padding: 3rem 1.5rem; min-height: unset; }
  .cta-bar-inner { flex-direction: column; gap: 1.5rem; text-align: center; }
  .cta-bar-text { text-align: center; }
  .cta-bar-text p { margin: 0 auto; }
  .cta-bar-btn { width: 100%; justify-content: center; padding: 14px 24px; }
  .cta-bar-text h3 { font-size: clamp(1.5rem, 5vw, 2rem); }
  .cta-bar-btn { width:100%; justify-content:center; }
}
/* ============================================================
   COOKIE BAR — v2.0 (2026)
   Wiederverwendbar: partials/cookie-notice.php
   ============================================================ */
.cookie-bar {
  position: fixed; bottom: 1.5rem; left: 50%;
  transform: translateX(-50%) translateY(120px);
  z-index: 9999; width: calc(100% - 3rem); max-width: 780px;
  background: #fff; border: 1px solid #e2e8f0; border-radius: 16px;
  box-shadow: 0 8px 40px rgba(0,0,0,.12), 0 2px 8px rgba(0,0,0,.06);
  padding: 1.25rem 1.5rem;
  display: flex; align-items: center; gap: 1.25rem;
  opacity: 0; transition: transform .4s cubic-bezier(.34,1.56,.64,1), opacity .35s ease;
}
.cookie-bar.visible { transform: translateX(-50%) translateY(0); opacity: 1; }
.cookie-bar-icon {
  width: 42px; height: 42px; border-radius: 10px;
  background: rgba(34,197,82,.10); border: 1px solid rgba(34,197,82,.25); color: var(--c-green);
  display: flex; align-items: center; justify-content: center; font-size: 1.1rem; flex-shrink: 0;
}
.cookie-bar-text { flex: 1; font-size: .82rem; color: #555; line-height: 1.55; }
.cookie-bar-text a { color: var(--c-green); text-decoration: none; font-weight: 600; }
.cookie-bar-text a:hover { text-decoration: underline; }
.cookie-bar-actions { display: flex; align-items: center; gap: .65rem; flex-shrink: 0; }
.cookie-btn-ok {
  background: var(--c-green); color: #fff;
  font-family: var(--f-head); font-size: 12px; font-weight: 700;
  letter-spacing: .08em; text-transform: uppercase;
  padding: 11px 24px; border-radius: 50px; border: none; cursor: pointer;
  transition: all .2s; white-space: nowrap; box-shadow: 0 3px 10px rgba(0,0,0,.12);
}
.cookie-btn-ok:hover { opacity: .9; transform: translateY(-1px); box-shadow: 0 5px 16px rgba(0,0,0,.15); }
.cookie-btn-close {
  width: 32px; height: 32px; border-radius: 8px;
  background: #f1f5f9; border: 1px solid #e2e8f0; color: #94a3b8;
  font-size: .9rem; display: flex; align-items: center; justify-content: center; cursor: pointer;
  transition: background .15s, color .15s;
}
.cookie-btn-close:hover { background: #e2e8f0; color: #475569; }
@media (max-width: 600px) {
  .cookie-bar { flex-wrap: wrap; bottom: 1rem; }
  .cookie-bar-icon { display: none; }
  .cookie-bar-actions { width: 100%; justify-content: flex-end; }
}

/* ============================================================
   SITE FOOTER — v2.0 (2026)
   Wiederverwendbar: footer.php
   5 Spalten: Navigation · D&A · AI Services · Rechtliches · Kontakt
   ============================================================ */
.site-footer { background: #0f1118; padding: 3.5rem 2.5rem 0; font-family: var(--f-body); }
.sf-grid {
  max-width: 1000px; margin: 0 auto;
  display: grid; grid-template-columns: 1.2fr 1fr 1fr 0.8fr 1fr; gap: 2.5rem;
  padding-bottom: 3rem; border-bottom: 1px solid rgba(255,255,255,.08);
}
.sf-col { text-align: left; }
.sf-col-title { font-family: var(--f-head); font-size: .88rem; font-weight: 700; color: #fff; margin: 0 0 1rem; letter-spacing: -.01em; text-align: left; }
.sf-col-desc { font-size: .82rem; color: rgba(255,255,255,.82); line-height: 1.65; margin: .5rem 0 0; text-align: left; }
.sf-links { list-style: none; display: flex; flex-direction: column; gap: .45rem; text-align: left; }
.sf-links li { display: flex; align-items: flex-start; gap: .5rem; text-align: left; }
.sf-links li::before { content: '○'; font-size: .6rem; color: rgba(255,255,255,.55); flex-shrink: 0; width: 12px; text-align: center; margin-top: 3px; }
.sf-links a { font-size: .83rem; color: rgba(255,255,255,.82); text-decoration: none; transition: color .15s; text-align: left; display: block; }
.sf-links a:hover { color: var(--c-green); }
.sf-info-label { font-size: .72rem; font-weight: 700; color: rgba(255,255,255,.82); text-transform: uppercase; letter-spacing: .06em; margin: 1rem 0 .2rem; text-align: left; }
.sf-info-label:first-child { margin-top: 0; }
.sf-info-value { font-size: .83rem; color: #fff; line-height: 1.6; text-align: left; }
.sf-info-value a { color: #fff; text-decoration: none; transition: color .15s; }
.sf-info-value a:hover { color: var(--c-green); }
.sf-bottom {
  max-width: 1000px; margin: 0 auto; padding: 1.25rem 0;
  display: flex; align-items: center; justify-content: space-between; flex-wrap: wrap; gap: .5rem;
}
.sf-bottom-copy { font-size: .75rem; color: rgba(255,255,255,.6); }
.sf-bottom-copy a { color: rgba(255,255,255,.6); text-decoration: none; transition: color .15s; }
.sf-bottom-copy a:hover { color: #fff; }
.sf-bottom-badge { font-size: .7rem; color: rgba(255,255,255,.5); letter-spacing: .04em; }
@media (max-width: 900px) { .sf-grid { grid-template-columns: 1fr 1fr 1fr; } }
@media (max-width: 600px) { .sf-grid { grid-template-columns: 1fr 1fr; gap: 2rem; } .site-footer { padding: 2.5rem 1.5rem 0; } }
@media (max-width: 380px) { .sf-grid { grid-template-columns: 1fr; } }

/* ============================================================
   BUTTON SYSTEM — v2.0 (2026)
   Pill-Form, graue Schatten, Hover grün
   ============================================================ */
.btn-primary-hero {
  display: inline-flex; align-items: center; gap: .6rem;
  background: #fff; color: var(--page-color);
  font-family: var(--f-head); font-size: 15px; font-weight: 700;
  padding: 15px 36px; border-radius: 50px; border: none; cursor: pointer; text-decoration: none;
  box-shadow: 0 6px 28px rgba(0,0,0,.18); transition: all .22s; letter-spacing: -.01em;
}
.btn-primary-hero::after { content: '→'; font-size: 15px; transition: transform .2s; }
.btn-primary-hero:hover { transform: translateY(-3px); box-shadow: 0 10px 36px rgba(0,0,0,.22); background: var(--c-green); color: #fff; }
.btn-primary-hero:hover::after { transform: translateX(3px); }
.btn-secondary-hero {
  display: inline-flex; align-items: center; gap: .5rem;
  background: rgba(255,255,255,.12); backdrop-filter: blur(8px); -webkit-backdrop-filter: blur(8px);
  color: #fff; font-family: var(--f-head); font-size: 15px; font-weight: 600;
  padding: 14px 34px; border-radius: 50px; border: 1.5px solid rgba(255,255,255,.4);
  cursor: pointer; text-decoration: none; transition: all .22s; letter-spacing: -.01em;
}
.btn-secondary-hero:hover { background: rgba(255,255,255,.22); border-color: rgba(255,255,255,.85); transform: translateY(-2px); }
.btn-white {
  background: #fff; color: var(--page-color);
  border-radius: 50px; font-weight: 700; font-size: 15px; padding: 16px 42px;
  box-shadow: 0 4px 20px rgba(0,0,0,.13);
  transition: all .22s; display: inline-flex; align-items: center; gap: .5rem; letter-spacing: -.01em;
  text-decoration: none; cursor: pointer; border: none;
}
.btn-white::after { content: '→'; transition: transform .2s; }
.btn-white:hover { background: var(--c-green); color: #fff; transform: translateY(-3px); box-shadow: 0 8px 28px rgba(0,0,0,.16); }
.btn-white:hover::after { transform: translateX(3px); }

/* ============================================================
   BREADCRUMBS — v2.0 (2026)
   Wiederverwendbar: partials/breadcrumbs.php
   Schema.org BreadcrumbList JSON-LD separat einbinden
   WP: Rank Math liefert Daten, dieses CSS liefert Styling
   ============================================================ */
.breadcrumbs {
  background: #f8fafc;
  border-bottom: 1px solid #eef1f5;
  padding: 0 2.5rem;
}
.bc-list {
  max-width: 1100px; margin: 0 auto;
  display: flex; align-items: center; gap: .35rem;
  height: 36px; list-style: none; flex-wrap: wrap;
}
.bc-item { display: flex; align-items: center; gap: .35rem; }
.bc-link { font-family: var(--f-body); font-size: 12px; color: #777; text-decoration: none; transition: color .15s; }
.bc-link:hover { color: var(--page-color); }
.bc-sep { font-size: 11px; color: #ccc; user-select: none; }
.bc-current { font-family: var(--f-body); font-size: 12px; font-weight: 600; color: var(--page-color); }

/* ============================================================
   FAQ — v2.0 (2026) — 2 Spalten, Text sichtbar, gleich groß
   ============================================================ */
.faq-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-auto-rows: 1fr;
  gap: 1rem;
  margin-top: 2rem;
}
.faq-item {
  background: #fff;
  border-radius: 14px;
  border: 1px solid #eef1f5;
  border-left: 3px solid var(--page-color);
  padding: 1.5rem;
  box-shadow: 0 2px 10px rgba(0,0,0,.05);
  transition: box-shadow .2s, transform .2s;
  display: flex;
  flex-direction: column;
  gap: .75rem;
}
.faq-item:hover {
  box-shadow: 0 4px 18px rgba(0,0,0,.08);
  transform: translateY(-2px);
}
.faq-icon {
  width: 48px; height: 48px;
  border-radius: 12px;
  background: color-mix(in srgb, var(--page-color) 10%, #fff);
  border: 1.5px solid color-mix(in srgb, var(--page-color) 20%, transparent);
  color: var(--page-color);
  display: flex; align-items: center; justify-content: center;
  font-size: 1.2rem;
  flex-shrink: 0;
}
.faq-item h4 {
  font-family: var(--f-head);
  font-size: .88rem;
  font-weight: 700;
  color: var(--page-color);
  margin: 0;
  line-height: 1.3;
}
.faq-item p {
  font-size: .8rem;
  color: #666;
  line-height: 1.75;
  margin: 0;
  flex: 1;
}
@media (max-width: 680px) { .faq-grid { grid-template-columns: 1fr; grid-auto-rows: auto; } }

/* ============================================================
   SCROLL-TO-TOP BUTTON — v2.0 (2026)
   Wiederverwendbar: alle Seiten
   ============================================================ */
.scroll-top-btn {
  position: fixed; bottom: 2rem; right: 2rem;
  z-index: 9000; width: 48px; height: 48px;
  border-radius: 50%; background: var(--page-color); color: #fff;
  border: none; cursor: pointer;
  display: flex; align-items: center; justify-content: center;
  font-size: .95rem; box-shadow: 0 4px 16px rgba(0,0,0,.18);
  opacity: 0; transform: translateY(12px); pointer-events: none;
  transition: opacity .25s, transform .25s, background .2s, box-shadow .2s;
  touch-action: manipulation; -webkit-tap-highlight-color: transparent; user-select: none;
}
.scroll-top-btn.visible { opacity: 1; transform: translateY(0); pointer-events: auto; }
.scroll-top-btn:hover { background: var(--c-green); box-shadow: 0 6px 20px rgba(0,0,0,.2); transform: translateY(-2px); }
.scroll-top-btn:active { transform: scale(0.92); background: var(--c-green); }
@media (max-width: 700px) { .scroll-top-btn { width: 52px; height: 52px; bottom: 1.5rem; right: 1.25rem; font-size: 1rem; } }

/* ============================================================
   ICON 3D-EFFEKT — v2.0 (2026)
   Gilt für alle Icon-Boxen auf allen Seiten
   ============================================================ */
.icon-box, .icon-box.sm, .icon-box.lg,
.kern-icon, .usp-icon, .erg-icon, .faq-icon,
.pak-icon, .nav-dd-icon, .nav-cluster-icon,
.cookie-bar-icon, .err-icon {
  box-shadow: 0 4px 12px rgba(0,0,0,.10), 0 1px 3px rgba(0,0,0,.08), inset 0 1px 0 rgba(255,255,255,.8);
}

/* ============================================================
   SPLIT SECTION — v2.0 (2026)
   Text links + Foto-Collage rechts
   Wiederverwendbar: alle Seiten
   ============================================================ */
.split-section { background: #fff; }
.split-inner {
  max-width: 1000px; margin: 0 auto;
  display: grid; grid-template-columns: 1fr 1.1fr;
  gap: 3.5rem; align-items: center;
}
.split-text h2 {
  font-family: var(--f-head); font-weight: 700;
  font-size: clamp(1.4rem, 3vw, 1.85rem);
  color: var(--c-dark); margin: 0 0 1.25rem;
  letter-spacing: -.025em; line-height: 1.2;
}
.split-text p {
  font-size: .95rem; color: #555;
  line-height: 1.8; margin: 0 0 1rem;
}
.split-text p:last-child { margin: 0; }
.split-text strong { color: var(--page-color); }
.split-imgs {
  display: grid;
  grid-template-columns: 1.2fr 1fr;
  grid-template-rows: 1fr 1fr;
  gap: .625rem;
  border-radius: var(--r-lg);
  overflow: hidden;
}
.split-img-main {
  grid-row: 1 / 3;
  object-fit: cover; width: 100%; height: 100%;
  display: block; min-height: 320px;
}
.split-img-sm {
  object-fit: cover; width: 100%; height: 100%;
  display: block; min-height: 155px;
}
@media (max-width: 720px) {
  .split-inner { grid-template-columns: 1fr; gap: 2rem; }
  .split-imgs { grid-template-columns: 1fr 1fr; grid-template-rows: auto; }
  .split-img-main { grid-row: auto; min-height: 180px; }
  .split-img-sm { min-height: 140px; }
}

/* ============================================================
   ICON STYLE — global (v2 Mai 2026)
   Weiß, grauer Rand, Farbe via --page-color
   Gilt für AIS (blau) + DA (navy) automatisch
   ============================================================ */
.kern-icon, .usp-icon, .erg-icon, .faq-icon,
.pc .icon-box, .pc .icon-box.sm {
  background: #fff !important;
  border: 1.5px solid #e2e8f0 !important;
  color: var(--page-color) !important;
}
.kern-icon, .usp-icon, .erg-icon {
  width: 56px !important; height: 56px !important;
  font-size: 1.3rem !important;
  border-radius: 14px !important;
}
.faq-icon {
  width: 44px !important; height: 44px !important;
  font-size: 1rem !important;
}

/* Split-Sektion: Text linksbündig */
.split-text .s-label, .split-text .s-title { text-align: left !important; }
.split-text .s-sub { text-align: left !important; margin-left: 0 !important; }

/* CTA-BAR MOBILE — Fix Session 5 */
@media (max-width: 720px) {
  .cta-bar { padding: 2.5rem 1.5rem !important; min-height: unset !important; }
  .cta-bar-inner { flex-direction: column !important; align-items: stretch !important; gap: 1.5rem !important; }
  .cta-bar-text { text-align: left !important; }
  .cta-bar-text p { max-width: 100% !important; }
  .cta-bar-actions { width: 100% !important; display: block !important; }
  .cta-bar-btn { display: block !important; width: 100% !important; text-align: center !important; box-sizing: border-box !important; padding: 14px 20px !important; }
}