/* WHK Homepage - Remove paragraph truncation
 * Fixes line-clamp CSS that visually truncates .whk---absatz-text elements
 */
.whk---absatz-text {
  -webkit-line-clamp: unset !important;
  line-clamp: unset !important;
  display: block !important;
  -webkit-box-orient: unset !important;
  overflow: visible !important;
}

/* Restore Webflow testimonial slider arrows.
 * Shared CSS includes `.right-arrow { display: none; }`, which hides navigation.
 */
.slider-2 .right-arrow.w-slider-arrow-right,
.slider-2 .left-arrow.w-slider-arrow-left {
  display: flex !important;
  align-items: center;
  justify-content: center;
  z-index: 10;
}

/* --- WHK Intro Finance - No Video Redesign --- */
.whk-intro-no-video {
  padding-top: 80px;
  padding-bottom: 80px;
}
.whk-grid-no-video {
  align-items: center;
  gap: 56px;
  grid-template-columns: 1.1fr 0.9fr;
}
.whk-bullet-list {
  margin: 24px 0 32px;
  display: flex;
  flex-direction: column;
  gap: 14px;
}
.whk-bullet {
  display: flex;
  gap: 12px;
  align-items: flex-start;
  font-size: 16px;
  line-height: 1.5;
  color: #1f2937;
}
.whk-bullet-icon {
  flex: 0 0 28px;
  width: 28px;
  height: 28px;
  border-radius: 999px;
  background: #0a3066;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 14px;
  font-weight: 700;
  margin-top: 2px;
}
.whk-trust-row {
  margin-top: 28px;
  display: flex;
  align-items: center;
  gap: 16px;
  flex-wrap: wrap;
}
.whk-trust-row .image-26 {
  max-width: 180px;
  height: auto;
}
.whk-trust-text {
  font-size: 13px;
  color: #3d4d63;
  max-width: 220px;
  line-height: 1.4;
}
.whk-intro-cards {
  display: flex;
  flex-direction: column;
  gap: 16px;
}
.whk-intro-card {
  background: #f5f7fb;
  border: 1px solid #e5e7eb;
  border-radius: 12px;
  padding: 20px 22px;
  transition: transform .2s, box-shadow .2s;
}
.whk-intro-card:hover {
  transform: translateY(-2px);
  box-shadow: 0 8px 24px rgba(10,48,102,.08);
}
.whk-intro-card-icon {
  width: 36px;
  height: 36px;
  border-radius: 8px;
  background: #0a3066;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 12px;
  font-size: 16px;
  font-weight: 700;
}
.whk-intro-card-icon svg { width: 20px; height: 20px; stroke: currentColor; }
.whk-intro-card-title {
  font-size: 18px;
  font-weight: 700;
  color: #0a3066;
  margin-bottom: 6px;
  line-height: 1.2;
}
.whk-intro-card-text {
  font-size: 15px;
  line-height: 1.5;
  color: #3d4d63;
  margin: 0;
}
@media (max-width: 991px) {
  .whk-grid-no-video {
    grid-template-columns: 1fr;
  }
  .whk-intro-cards {
    flex-direction: row;
    flex-wrap: wrap;
  }
  .whk-intro-card {
    flex: 1 1 220px;
  }
}
@media (max-width: 767px) {
  .whk-intro-cards {
    flex-direction: column;
  }
  .whk-intro-no-video {
    padding-top: 48px;
    padding-bottom: 48px;
  }
}

/* --- WHK Interview - No Video Redesign - Clean V2 (single card) --- */
.whk-socials-no-video {
  background: #f5f7fb;
  padding: 80px 0;
  border-top: 1px solid #eef2f7;
  border-bottom: 1px solid #eef2f7;
}
.whk-grid-interview-no-video,
.whk-grid-interview-clean {
  align-items: center;
  gap: 64px;
  grid-template-columns: 0.9fr 1.1fr;
}
.whk-interview-feature-card {
  background: #fff;
  border: 1px solid #e5e7eb;
  border-radius: 16px;
  overflow: hidden;
  box-shadow: 0 12px 32px rgba(10,48,102,.06);
}
.whk-interview-feature-media {
  display: block;
}
.whk-interview-feature-media img {
  width: 100%;
  height: auto;
  aspect-ratio: 16/10;
  object-fit: cover;
  display: block;
}
.whk-interview-feature-meta {
  padding: 10px 14px;
  font-size: 12px;
  color: #6b7280;
  border-top: 1px solid #f3f4f6;
  letter-spacing: .2px;
}
.whk-press-logos-minimal {
  margin-top: 16px;
  display: flex;
  align-items: center;
  gap: 12px;
  flex-wrap: wrap;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: .6px;
  text-transform: uppercase;
  color: #9aa3b2;
}
.whk-press-logos-minimal .dot {
  width: 3px;
  height: 3px;
  border-radius: 999px;
  background: #d1d5db;
}
.whk-interview-desc-clean {
  font-size: 17px;
  line-height: 1.65;
  color: #374151;
  margin: 14px 0 0;
}
.whk-interview-actions {
  display: flex;
  flex-direction: column;
  gap: 12px;
  margin-top: 22px;
}
.whk-interview-actions .link-block-2 {
  background: #0a3066;
  border-radius: 8px;
  padding: 12px 14px;
  text-decoration: none;
}
.whk-interview-actions .link-block-2:hover {
  background: #123a75;
}
.whk-interview-link-subtle {
  margin-top: 18px;
  font-size: 14px;
  color: #3d4d63;
}
.whk-interview-link-subtle a {
  color: #0a3066;
  font-weight: 600;
  text-decoration: underline;
}
@media (max-width: 991px) {
  .whk-grid-interview-no-video,
  .whk-grid-interview-clean {
    grid-template-columns: 1fr;
  }
}
@media (max-width: 767px) {
  .whk-socials-no-video {
    padding: 48px 0;
  }
}

/* --- Homepage Kundenstimmen Redesign --- */
.whk-kunden-section {
  background-color: #0b192e;
  padding: 80px 20px;
  color: #ffffff;
}
.whk-kunden-header {
  text-align: center;
  margin-bottom: 48px;
}
.whk-kunden-header .div-block-24 {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
  margin-bottom: 12px;
}
.whk-kunden-subtitle {
  color: #94a3b8;
  font-size: 16px;
  max-width: 640px;
  margin: 12px auto 0;
  line-height: 1.5;
}
.whk-testimonials-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 32px;
  max-width: 1200px;
  margin: 0 auto;
}
.whk-testi-card {
  background: rgba(255, 255, 255, 0.05);
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 16px;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  transition: transform 0.25s ease, border-color 0.25s ease, box-shadow 0.25s ease;
}
.whk-testi-card:hover {
  transform: translateY(-4px);
  border-color: rgba(255, 255, 255, 0.25);
  box-shadow: 0 16px 32px rgba(0, 0, 0, 0.3);
}
.whk-testi-media {
  position: relative;
  width: 100%;
  aspect-ratio: 16 / 9;
  overflow: hidden;
  background: #060e1a;
}
.whk-testi-media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  transition: transform 0.3s ease;
}
.whk-testi-card:hover .whk-testi-media img {
  transform: scale(1.03);
}
.whk-play-badge {
  position: absolute;
  bottom: 12px;
  left: 12px;
  background: rgba(10, 48, 102, 0.88);
  backdrop-filter: blur(8px);
  color: #ffffff;
  padding: 6px 12px;
  border-radius: 20px;
  font-size: 13px;
  font-weight: 600;
  display: flex;
  align-items: center;
  gap: 6px;
  border: 1px solid rgba(255, 255, 255, 0.2);
}
.whk-quote-badge {
  position: absolute;
  bottom: 12px;
  left: 12px;
  background: rgba(255, 255, 255, 0.15);
  backdrop-filter: blur(8px);
  color: #ffffff;
  padding: 6px 12px;
  border-radius: 20px;
  font-size: 13px;
  font-weight: 600;
}
.whk-testi-content {
  padding: 24px;
  display: flex;
  flex-direction: column;
  flex-grow: 1;
}
.whk-testi-stars {
  color: #f59e0b;
  font-size: 14px;
  letter-spacing: 2px;
  margin-bottom: 12px;
}
.whk-testi-card .whk---testi-header {
  font-size: 17px;
  font-weight: 700;
  line-height: 1.4;
  color: #ffffff;
  margin-bottom: 12px;
}
.whk-testi-card .whk---absatz-text {
  font-size: 14px;
  line-height: 1.6;
  color: #cbd5e1 !important;
  margin-bottom: 20px;
  flex-grow: 1;
}
.whk-testi-author {
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  padding-top: 16px;
  margin-top: auto;
}
.whk-testi-card .whk---testi-sub-head---name {
  font-weight: 700;
  font-size: 15px;
  color: #ffffff;
}
.whk-testi-card .whk---testi-sub-head {
  font-size: 13px;
  color: #0a3066;
  text-decoration: underline;
}

@media (max-width: 991px) {
  .whk-testimonials-grid {
    grid-template-columns: 1fr;
    max-width: 560px;
  }
  .whk-kunden-section {
    padding: 56px 16px;
  }
}

/* --- Homepage Standort Redesign --- */
.whk-standort-section {
  padding: 80px 20px;
  background-color: #f8fafc;
  color: #0f172a;
}
.whk-standort-container {
  max-width: 1200px;
  margin: 0 auto;
}
.whk-standort-header {
  text-align: center;
  max-width: 720px;
  margin: 0 auto 48px;
}
.whk-standort-header .div-block-24 {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
  margin-bottom: 12px;
}
.whk-standort-subtitle {
  color: #475569;
  font-size: 16px;
  line-height: 1.6;
  margin-top: 12px;
}
.whk-standort-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 32px;
}
.whk-location-card {
  background: #ffffff;
  border: 1px solid #e2e8f0;
  border-radius: 16px;
  overflow: hidden;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.04);
  display: flex;
  flex-direction: column;
  transition: transform 0.25s ease, box-shadow 0.25s ease;
}
.whk-location-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 12px 30px rgba(10, 48, 102, 0.08);
}
.whk-location-media {
  position: relative;
  width: 100%;
  height: 240px;
  overflow: hidden;
  background: #e2e8f0;
}
.whk-location-media img,
.whk-location-media iframe {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border: 0;
  display: block;
}
.whk-location-badge {
  position: absolute;
  top: 16px;
  left: 16px;
  background: #0a3066;
  color: #ffffff;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.5px;
  text-transform: uppercase;
  padding: 6px 14px;
  border-radius: 20px;
  box-shadow: 0 2px 8px rgba(0,0,0,0.15);
}
.whk-location-body {
  padding: 28px;
  display: flex;
  flex-direction: column;
  flex-grow: 1;
}
.whk-location-title {
  font-size: 22px;
  font-weight: 700;
  color: #0a3066;
  margin-bottom: 12px;
}
.whk-location-text {
  font-size: 15px;
  line-height: 1.6;
  color: #334155;
  margin-bottom: 20px;
  flex-grow: 1;
}
.whk-location-footer {
  border-top: 1px solid #f1f5f9;
  padding-top: 16px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  flex-wrap: wrap;
}
.whk-location-meta {
  font-size: 13px;
  color: #64748b;
  display: flex;
  align-items: center;
  gap: 6px;
}
.whk-location-cta {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: #0a3066;
  color: #ffffff !important;
  font-weight: 600;
  font-size: 14px;
  padding: 10px 20px;
  border-radius: 8px;
  text-decoration: none;
  transition: background 0.2s ease;
}
.whk-location-cta:hover {
  background: #123a75;
}

@media (max-width: 991px) {
  .whk-standort-grid {
    grid-template-columns: 1fr;
  }
  .whk-standort-section {
    padding: 56px 16px;
  }
}

/* --- Homepage Team Redesign --- */
.whk-team-section {
  padding: 96px 20px;
  background: #ffffff;
  position: relative;
  overflow: hidden;
}
.whk-team-container {
  max-width: 1200px;
  margin: 0 auto;
  position: relative;
  z-index: 1;
}
.whk-team-grid {
  display: grid;
  grid-template-columns: 1.05fr 0.95fr;
  gap: 72px;
  align-items: center;
}
.whk-team-eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  background: #f5f7fb;
  border: 1px solid #e5e7eb;
  border-radius: 999px;
  padding: 6px 14px;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.7px;
  text-transform: uppercase;
  color: #0a3066;
  margin-bottom: 18px;
}
.whk-team-eyebrow-dot {
  width: 7px;
  height: 7px;
  border-radius: 999px;
  background: #0a3066;
  box-shadow: 0 0 0 4px rgba(10,48,102,0.12);
  flex: 0 0 7px;
}
.whk-team-heading {
  display: flex;
  align-items: stretch;
  gap: 16px;
  font-size: 44px;
  line-height: 1.05;
  font-weight: 800;
  letter-spacing: -0.02em;
  color: #0b192e;
  margin: 0 0 14px 0;
}
.whk-team-heading-bar {
  width: 5px;
  border-radius: 999px;
  background: #0a3066;
  flex: 0 0 5px;
}
.whk-team-kicker {
  font-size: 19px;
  line-height: 1.35;
  font-weight: 700;
  color: #0a3066;
  margin: 0 0 20px 0;
}
.whk-team-text {
  font-size: 16.5px;
  line-height: 1.7;
  color: #334155;
}
.whk-team-text p {
  margin: 0 0 14px 0;
}
.whk-team-text p:last-child {
  margin-bottom: 0;
}
.whk-team-points {
  margin-top: 28px;
  display: flex;
  flex-direction: column;
  gap: 12px;
}
.whk-team-point {
  display: flex;
  gap: 12px;
  align-items: flex-start;
  background: #f8fafc;
  border: 1px solid #eef2f7;
  border-radius: 12px;
  padding: 12px 14px;
  transition: border-color .2s, box-shadow .2s, transform .2s;
}
.whk-team-point:hover {
  border-color: #dbe4f5;
  box-shadow: 0 6px 18px rgba(10,48,102,.06);
  transform: translateY(-1px);
}
.whk-team-point-icon {
  width: 28px;
  height: 28px;
  border-radius: 999px;
  background: #f1f5f9;
  border: 1px solid #e2e8f0;
  display: flex;
  align-items: center;
  justify-content: center;
  flex: 0 0 28px;
  margin-top: 1px;
}
.whk-team-point-icon::after { content: ''; width: 6px; height: 6px; border-radius: 999px; background: #0a3066; display: block; }
.whk-team-point span {
  font-size: 14.5px;
  line-height: 1.5;
  color: #1e293b;
}
.whk-team-point strong {
  color: #0b192e;
}
.whk-team-visual {
  position: relative;
  padding: 18px;
}
.whk-team-visual-bg {
  position: absolute;
  top: 40px;
  right: 0;
  width: 88%;
  height: 78%;
  background: radial-gradient(120% 120% at 30% 20%, #e6eefc 0%, #f0f4fb 42%, #f8fafc 100%);
  border-radius: 28px;
  transform: rotate(-1.8deg);
  border: 1px solid #e8eef8;
  z-index: 0;
}
.whk-team-image-wrap {
  position: relative;
  z-index: 1;
  background: #fff;
  border-radius: 20px;
  overflow: hidden;
  box-shadow: 0 20px 44px rgba(11,25,46,.13), 0 4px 12px rgba(11,25,46,.06);
  border: 1px solid #e5e7eb;
}
.whk-team-img {
  width: 100%;
  height: auto;
  display: block;
  aspect-ratio: 4 / 3;
  object-fit: cover;
}
.whk-team-badge {
  position: absolute;
  left: 16px;
  bottom: 16px;
  background: rgba(11,25,46,.92);
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
  color: #fff;
  border: 1px solid rgba(255,255,255,.14);
  border-radius: 14px;
  padding: 12px 14px;
  display: flex;
  flex-direction: column;
  gap: 2px;
  box-shadow: 0 10px 24px rgba(0,0,0,.22);
  max-width: calc(100% - 32px);
}
.whk-team-badge strong {
  font-size: 13px;
  font-weight: 700;
  letter-spacing: .2px;
  line-height: 1.2;
}
.whk-team-badge span {
  font-size: 12px;
  line-height: 1.3;
  color: #cbd5e1;
}
@media (max-width: 991px) {
  .whk-team-grid {
    grid-template-columns: 1fr;
    gap: 36px;
  }
  .whk-team-visual {
    order: 2;
    padding: 0;
    max-width: 640px;
  }
  .whk-team-visual-bg {
    top: 18px;
    width: 92%;
    height: 86%;
  }
  .whk-team-section {
    padding: 72px 16px;
  }
  .whk-team-heading {
    font-size: 36px;
  }
}
@media (max-width: 767px) {
  .whk-team-section {
    padding: 56px 16px;
  }
  .whk-team-heading {
    font-size: 32px;
  }
  .whk-team-kicker {
    font-size: 17px;
  }
  .whk-team-text {
    font-size: 15.5px;
  }
  .whk-team-point {
    padding: 11px 12px;
  }
  .whk-team-badge {
    left: 12px;
    bottom: 12px;
    padding: 10px 12px;
  }
}

/* --- Homepage Zusammenarbeit Ablauf Redesign - Premium V2 --- */
.whk-ablauf-section {
  position: relative;
  background: #0b192e;
  background-image: radial-gradient(120% 80% at 20% 0%, rgba(255,255,255,0.05) 0%, transparent 60%);
  padding: 96px 20px 40px;
  overflow: hidden;
  border-top: 1px solid rgba(255,255,255,0.06);
  border-bottom: 1px solid rgba(255,255,255,0.06);
}
.whk-ablauf-container { max-width: 1200px; margin: 0 auto; position: relative; z-index: 1; }
.whk-ablauf-header { text-align: center; max-width: 760px; margin: 0 auto 56px; }
.whk-ablauf-eyebrow { display: inline-flex; align-items: center; gap: 8px; background: rgba(255,255,255,0.06); border: 1px solid rgba(255,255,255,0.12); border-radius: 999px; padding: 6px 14px; font-size: 11px; font-weight: 700; letter-spacing: 0.7px; text-transform: uppercase; color: #e2e8f0; margin-bottom: 18px; }
.whk-ablauf-eyebrow-dot { width: 7px; height: 7px; border-radius: 999px; background: #ffffff; box-shadow: 0 0 0 4px rgba(255,255,255,0.16); flex: 0 0 7px; }
.whk-ablauf-heading { font-size: 44px; line-height: 1.05; font-weight: 800; letter-spacing: -0.02em; color: #ffffff; margin: 0 0 16px 0; }
.whk-ablauf-subtitle { font-size: 17px; line-height: 1.6; color: #94a3b8; margin: 0; }
.whk-ablauf-timeline { display: grid; grid-template-columns: repeat(4,1fr); gap: 20px; position: relative; margin-bottom: 72px; }
.whk-ablauf-line { position: absolute; top: 42px; left: calc(12.5% + 28px); right: calc(12.5% + 28px); height: 1px; background: linear-gradient(90deg, rgba(255,255,255,0.06), rgba(255,255,255,0.18), rgba(255,255,255,0.06)); display: block; }
.whk-ablauf-line::before, .whk-ablauf-line::after { content: ''; position: absolute; top: -3px; width: 7px; height: 7px; border-radius: 50%; background: #0b192e; border: 1px solid rgba(255,255,255,0.18); }
.whk-ablauf-line::before { left: 0; } .whk-ablauf-line::after { right: 0; }
.whk-ablauf-step { position: relative; background: rgba(255,255,255,0.04); border: 1px solid rgba(255,255,255,0.08); border-radius: 16px; padding: 24px 22px 22px; backdrop-filter: blur(8px); -webkit-backdrop-filter: blur(8px); transition: transform .25s ease, border-color .25s ease, background .25s ease, box-shadow .25s ease; display: flex; flex-direction: column; min-height: 268px; }
.whk-ablauf-step:hover { transform: translateY(-4px); border-color: rgba(255,255,255,0.18); background: rgba(255,255,255,0.06); box-shadow: 0 16px 32px rgba(0,0,0,0.28); }
.whk-ablauf-step-number { position: absolute; top: 16px; right: 18px; font-size: 13px; font-weight: 800; letter-spacing: 0.6px; color: rgba(255,255,255,0.24); }
.whk-ablauf-icon-wrap { width: 56px; height: 56px; border-radius: 14px; background: rgba(255,255,255,0.06); border: 1px solid rgba(255,255,255,0.1); display: flex; align-items: center; justify-content: center; margin-bottom: 18px; color: #ffffff; box-shadow: inset 0 1px 0 rgba(255,255,255,0.06); }
.whk-ablauf-icon-wrap svg { width: 26px; height: 26px; stroke: currentColor; }
.whk-ablauf-step h3 { font-size: 18px; font-weight: 700; line-height: 1.3; color: #ffffff; margin: 0 0 10px 0; }
.whk-ablauf-step p { font-size: 14.5px; line-height: 1.6; color: #cbd5e1; margin: 0; flex-grow: 1; }
.whk-ablauf-step .whk-ablauf-meta { margin-top: 16px; font-size: 12.5px; color: #94a3b8; display: flex; align-items: center; gap: 6px; }
.whk-ablauf-step .whk-ablauf-meta::before { content: ''; width: 20px; height: 1px; background: rgba(255,255,255,0.18); display: inline-block; }
.whk-ablauf-cta { max-width: 840px; margin: 0 auto; background: #ffffff; border: 1px solid #e2e8f0; border-radius: 20px; padding: 44px 36px 32px; text-align: center; box-shadow: 0 20px 44px rgba(11,25,46,0.12), 0 4px 12px rgba(11,25,46,0.06); position: relative; overflow: hidden; transform: translateY(20px); }
.whk-ablauf-cta::before { content: ''; position: absolute; top: 0; left: 0; right: 0; height: 4px; background: #0a3066; }
.whk-ablauf-cta-badge { display: inline-flex; align-items: center; gap: 6px; background: #f1f5f9; border: 1px solid #e2e8f0; color: #0a3066; font-size: 12px; font-weight: 700; letter-spacing: 0.5px; text-transform: uppercase; padding: 6px 12px; border-radius: 999px; margin-bottom: 18px; }
.whk-ablauf-cta h3 { font-size: 26px; line-height: 1.25; font-weight: 800; letter-spacing: -0.01em; color: #0b192e; margin: 0 0 12px 0; }
.whk-ablauf-cta p { font-size: 15.5px; line-height: 1.6; color: #475569; max-width: 620px; margin: 0 auto 24px auto; }
.whk-ablauf-button { display: inline-flex; align-items: center; justify-content: center; gap: 8px; background: #0a3066; color: #ffffff !important; font-weight: 700; font-size: 15px; padding: 14px 26px; border-radius: 10px; text-decoration: none; transition: transform .2s ease, background .2s ease, box-shadow .2s ease; box-shadow: 0 8px 20px rgba(10,48,102,0.18); }
.whk-ablauf-button:hover { background: #123a75; transform: translateY(-2px); box-shadow: 0 12px 28px rgba(10,48,102,0.24); }
.whk-ablauf-cta-footnote { margin-top: 18px; font-size: 12.5px; color: #64748b; display: flex; align-items: center; justify-content: center; gap: 10px; flex-wrap: wrap; }
.whk-ablauf-cta-footnote span { display: inline-flex; align-items: center; gap: 6px; }
.whk-ablauf-cta-footnote span::before { content: ''; display: none; }
.whk-ablauf-cta-footnote span::after { content: ''; width: 3px; height: 3px; border-radius: 999px; background: #94a3b8; display: inline-block; margin-left: 10px; }
.whk-ablauf-cta-footnote span:last-child::after { display: none; }
@media (max-width: 991px) {
  .whk-ablauf-heading { font-size: 36px; }
  .whk-ablauf-timeline { grid-template-columns: 1fr 1fr; gap: 16px; }
  .whk-ablauf-line { display: none; }
  .whk-ablauf-step { min-height: auto; }
}
@media (max-width: 640px) {
  .whk-ablauf-section { padding: 72px 16px 32px; }
  .whk-ablauf-header { margin-bottom: 36px; }
  .whk-ablauf-heading { font-size: 32px; }
  .whk-ablauf-subtitle { font-size: 15.5px; }
  .whk-ablauf-timeline { grid-template-columns: 1fr; }
  .whk-ablauf-cta { padding: 32px 22px 26px; border-radius: 16px; }
  .whk-ablauf-cta h3 { font-size: 22px; }
  .whk-ablauf-cta p { font-size: 15px; }
  .whk-ablauf-cta-footnote { flex-direction: column; gap: 6px; }
}

/* --- Homepage: Services, Challenges & KPIs — Data-forward redesign --- */
:is(.whk-services-section, .leistungen),
:is(.whk-challenges-section, .pain-points) {
  padding: 96px 20px;
  background: #f8fafc;
}
:is(.whk-services-section, .leistungen) .container,
:is(.whk-challenges-section, .pain-points) .container-413,
:is(.whk-stats-section, .stat-zahlen) .container-stats {
  max-width: 1200px;
  margin: 0 auto;
}
:is(.whk-services-section, .leistungen) .titlegrid {
  display: grid;
  grid-template-columns: 1.1fr .9fr;
  gap: 56px;
  align-items: end;
  margin-bottom: 44px;
}
:is(.whk-services-section, .leistungen) .div-block-24,
:is(.whk-challenges-section, .pain-points) .div-block-24 {
  display: flex;
  align-items: center;
  gap: 12px;
  margin-bottom: 16px;
}
:is(.whk-services-section, .leistungen) .line,
:is(.whk-challenges-section, .pain-points) .line {
  width: 36px;
  height: 2px;
  background: #0a3066;
}
:is(.whk-services-section, .leistungen) .whk---top-berschrift,
:is(.whk-challenges-section, .pain-points) .whk---top-berschrift {
  color: #0a3066;
  font-size: 12px;
  font-weight: 800;
  letter-spacing: .12em;
  text-transform: uppercase;
}
:is(.whk-services-section, .leistungen) .whk---berschrift,
:is(.whk-challenges-section, .pain-points) .whk---berschrift {
  color: #0b192e;
  font-size: clamp(32px, 4vw, 48px);
  line-height: 1.08;
  letter-spacing: -.035em;
}
:is(.whk-services-section, .leistungen) .whk---berschrift span,
:is(.whk-challenges-section, .pain-points) .whk---berschrift span { color: #0a3066; }
:is(.whk-services-section, .leistungen) ._6-s-ulen {
  color: #475569;
  font-size: 17px;
  line-height: 1.65;
  padding: 20px 0 20px 24px;
  border-left: 2px solid #0a3066;
}
:is(.whk-services-section, .leistungen) .feature-grid-2 {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
}
:is(.whk-services-section, .leistungen) .leistungs-block-text {
  background: #fff;
  border: 1px solid #e2e8f0;
  border-radius: 16px;
  padding: 28px;
  box-shadow: 0 5px 18px rgba(11,25,46,.04);
  transition: transform .22s ease, border-color .22s ease, box-shadow .22s ease;
}
:is(.whk-services-section, .leistungen) .leistungs-block-text:hover {
  transform: translateY(-5px);
  border-color: #93c5fd;
  box-shadow: 0 16px 32px rgba(10,48,102,.11);
}
:is(.whk-services-section, .leistungen) .leistungs-image {
  width: 44px;
  height: 44px;
  object-fit: contain;
  margin-bottom: 20px;
}
:is(.whk-services-section, .leistungen) .feature-heading { margin: 0; }
:is(.whk-services-section, .leistungen) .leistungs-block-header {
  color: #0b192e;
  font-size: 19px;
  line-height: 1.3;
}
:is(.whk-services-section, .leistungen) .div-block-44 {
  width: 32px;
  height: 2px;
  margin: 18px 0 14px;
  background: #0a3066;
}
:is(.whk-services-section, .leistungen) .leistungs-subtext {
  color: #526176;
  font-size: 15px;
  line-height: 1.65;
}
:is(.whk-challenges-section, .pain-points) { background: #fff; }
:is(.whk-challenges-section, .pain-points) .grid-20 {
  display: grid;
  grid-template-columns: .9fr 1.1fr;
  gap: 72px;
  align-items: center;
}
:is(.whk-challenges-section, .pain-points) .homeimgleftalign {
  width: 100%;
  aspect-ratio: 4 / 5;
  object-fit: cover;
  border-radius: 20px;
  box-shadow: 0 24px 48px rgba(11,25,46,.16);
}
:is(.whk-challenges-section, .pain-points) .div-block-41 {
  display: grid;
  grid-template-columns: 26px 1fr;
  gap: 12px;
  align-items: start;
  padding: 12px 0;
  border-bottom: 1px solid #e9eff7;
}
:is(.whk-challenges-section, .pain-points) .image-40 { width: 18px; height: 18px; margin-top: 3px; }
:is(.whk-challenges-section, .pain-points) .herausforderungen-text {
  color: #334155;
  font-size: 16px;
  line-height: 1.45;
}
:is(.whk-challenges-section, .pain-points) .button-main-cta-main-head-2 {
  display: inline-flex;
  margin-top: 28px;
  padding: 14px 24px;
  border-radius: 9px;
  background: #0a3066;
  box-shadow: 0 10px 22px rgba(10,48,102,.18);
  font-weight: 700;
}
:is(.whk-stats-section, .stat-zahlen) {
  position: relative;
  overflow: hidden;
  padding: 82px 20px;
  color: #fff;
  background: #0b192e;
  background-image: radial-gradient(80% 120% at 0% 0%, rgba(61,141,240,.28), transparent 62%), radial-gradient(60% 100% at 100% 100%, rgba(61,141,240,.14), transparent 65%);
}
:is(.whk-stats-section, .stat-zahlen) .container-stats { display: grid; grid-template-columns: .75fr 1.25fr; gap: 60px; align-items: center; }
:is(.whk-stats-section, .stat-zahlen) .whk---berschrift { margin: 0; font-size: clamp(34px, 4vw, 50px); line-height: 1.02; letter-spacing: -.035em; }
:is(.whk-stats-section, .stat-zahlen) .stats-counter { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1px; background: rgba(255,255,255,.14); border: 1px solid rgba(255,255,255,.14); border-radius: 14px; overflow: hidden; }
:is(.whk-stats-section, .stat-zahlen) .stat-block { min-height: 164px; display: flex; align-items: center; padding: 24px; background: rgba(255,255,255,.045); }
:is(.whk-stats-section, .stat-zahlen) .stat-number { margin: 0; color: #fff; font-size: clamp(42px, 5vw, 62px); line-height: 1; letter-spacing: -.04em; }
:is(.whk-stats-section, .stat-zahlen) .stat-einheit { color: #7dd3fc; font-size: 22px; font-weight: 800; }
:is(.whk-stats-section, .stat-zahlen) .whk---absatz-text { margin-top: 12px; color: #cbd5e1; font-size: 14px; line-height: 1.4; }
@media (max-width: 991px) {
  :is(.whk-services-section, .leistungen) .titlegrid,
  :is(.whk-challenges-section, .pain-points) .grid-20,
  :is(.whk-stats-section, .stat-zahlen) .container-stats { grid-template-columns: 1fr; gap: 36px; }
  :is(.whk-services-section, .leistungen) .feature-grid-2 { grid-template-columns: repeat(2, 1fr); }
  :is(.whk-challenges-section, .pain-points) .homeimgleftalign { max-height: 480px; aspect-ratio: 16 / 9; }
}
@media (max-width: 640px) {
  :is(.whk-services-section, .leistungen),
  :is(.whk-challenges-section, .pain-points),
  :is(.whk-stats-section, .stat-zahlen) { padding: 60px 16px; }
  :is(.whk-services-section, .leistungen) .feature-grid-2,
  :is(.whk-stats-section, .stat-zahlen) .stats-counter { grid-template-columns: 1fr; }
  :is(.whk-services-section, .leistungen) .leistungs-block-text { padding: 24px; }
  :is(.whk-stats-section, .stat-zahlen) .stat-block { min-height: 126px; }
}

/* ============================================================
   Homepage Redesign V2 — Leistungen, Pain Points, Stats
   Component-scoped classes: whk-pillars-*, whk-pains-*, whk-kpis-*
   ============================================================ */

/* --- Leistungen: 6 Säulen --- */
.whk-pillars { background: #f8fafc; background-image: radial-gradient(60% 50% at 85% 0%, rgba(61,141,240,.07) 0%, transparent 70%); padding: 96px 20px; }
.whk-pillars-container { max-width: 1200px; margin: 0 auto; }
.whk-pillars-header { text-align: center; max-width: 760px; margin: 0 auto 56px; }
.whk-pillars-eyebrow { display: inline-flex; align-items: center; gap: 8px; background: #ffffff; border: 1px solid #e5e7eb; border-radius: 999px; padding: 6px 14px; font-size: 11px; font-weight: 700; letter-spacing: .7px; text-transform: uppercase; color: #0a3066; margin-bottom: 18px; }
.whk-pillars-eyebrow-dot { width: 7px; height: 7px; border-radius: 999px; background: #0a3066; box-shadow: 0 0 0 4px rgba(10,48,102,.12); flex: 0 0 7px; }
.whk-pillars-heading { font-size: clamp(30px, 4vw, 44px); line-height: 1.08; font-weight: 800; letter-spacing: -.02em; color: #0b192e; margin: 0 0 16px 0; }
.whk-pillars-heading span { color: #0a3066; }
.whk-pillars-subtitle { font-size: 17px; line-height: 1.65; color: #475569; margin: 0; }
.whk-pillars-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 24px; }
.whk-pillar-card { position: relative; background: #ffffff; border: 1px solid #e2e8f0; border-radius: 16px; padding: 28px; overflow: hidden; box-shadow: 0 4px 16px rgba(11,25,46,.04); transition: transform .25s ease, border-color .25s ease, box-shadow .25s ease; }
.whk-pillar-card::before { content: ''; position: absolute; top: 0; left: 0; right: 0; height: 3px; background: linear-gradient(90deg, #0a3066 0%, #38bdf8 100%); opacity: 0; transition: opacity .25s ease; }
.whk-pillar-card:hover { transform: translateY(-5px); border-color: #bfdbfe; box-shadow: 0 18px 36px rgba(10,48,102,.10); }
.whk-pillar-card:hover::before { opacity: 1; }
.whk-pillar-top { display: flex; align-items: flex-start; justify-content: space-between; margin-bottom: 20px; }
.whk-pillar-icon { width: 52px; height: 52px; border-radius: 14px; background: #eff6ff; border: 1px solid #dbeafe; display: flex; align-items: center; justify-content: center; }
.whk-pillar-icon img { width: 26px; height: 26px; object-fit: contain; display: block; }
.whk-pillar-num { font-size: 13px; font-weight: 800; letter-spacing: .08em; color: #cbd5e1; }
.whk-pillar-title { font-size: 19px; font-weight: 700; line-height: 1.3; color: #0b192e; margin: 0 0 10px 0; }
.whk-pillar-text { font-size: 15px; line-height: 1.65; color: #526176; margin: 0; }
@media (max-width: 991px) {
  .whk-pillars { padding: 72px 16px; }
  .whk-pillars-header { margin-bottom: 40px; }
  .whk-pillars-grid { grid-template-columns: repeat(2, 1fr); gap: 16px; }
}
@media (max-width: 640px) {
  .whk-pillars { padding: 56px 16px; }
  .whk-pillars-grid { grid-template-columns: 1fr; }
  .whk-pillar-card { padding: 24px; }
}

/* --- Pain Points --- */
.whk-pains { background: #ffffff; padding: 96px 20px; }
.whk-pains-container { max-width: 1200px; margin: 0 auto; }
.whk-pains-grid { display: grid; grid-template-columns: .9fr 1.1fr; gap: 72px; align-items: center; }
.whk-pains-visual { position: relative; padding: 18px; }
.whk-pains-visual-bg { position: absolute; top: 40px; left: 0; width: 88%; height: 78%; background: radial-gradient(120% 120% at 70% 20%, #e6eefc 0%, #f0f4fb 42%, #f8fafc 100%); border-radius: 28px; transform: rotate(1.8deg); border: 1px solid #e8eef8; z-index: 0; }
.whk-pains-image-wrap { position: relative; z-index: 1; background: #fff; border-radius: 20px; overflow: hidden; box-shadow: 0 20px 44px rgba(11,25,46,.13), 0 4px 12px rgba(11,25,46,.06); border: 1px solid #e5e7eb; }
.whk-pains-img { width: 100%; height: auto; display: block; aspect-ratio: 4 / 5; object-fit: cover; }
.whk-pains-badge { position: absolute; left: 16px; bottom: 16px; background: rgba(11,25,46,.92); backdrop-filter: blur(10px); -webkit-backdrop-filter: blur(10px); color: #fff; border: 1px solid rgba(255,255,255,.14); border-radius: 14px; padding: 12px 14px; display: flex; flex-direction: column; gap: 2px; box-shadow: 0 10px 24px rgba(0,0,0,.22); max-width: calc(100% - 32px); }
.whk-pains-badge strong { font-size: 13px; font-weight: 700; line-height: 1.2; }
.whk-pains-badge span { font-size: 12px; line-height: 1.3; color: #cbd5e1; }
.whk-pains-eyebrow { display: inline-flex; align-items: center; gap: 8px; background: #f5f7fb; border: 1px solid #e5e7eb; border-radius: 999px; padding: 6px 14px; font-size: 11px; font-weight: 700; letter-spacing: .7px; text-transform: uppercase; color: #0a3066; margin-bottom: 18px; }
.whk-pains-eyebrow-dot { width: 7px; height: 7px; border-radius: 999px; background: #0a3066; box-shadow: 0 0 0 4px rgba(10,48,102,.12); flex: 0 0 7px; }
.whk-pains-heading { font-size: clamp(28px, 3.4vw, 40px); line-height: 1.1; font-weight: 800; letter-spacing: -.02em; color: #0b192e; margin: 0 0 28px 0; }
.whk-pains-heading span { color: #0a3066; }
.whk-pains-list { display: flex; flex-direction: column; gap: 10px; }
.whk-pain-item { display: flex; gap: 12px; align-items: center; background: #f8fafc; border: 1px solid #eef2f7; border-radius: 12px; padding: 12px 14px; transition: border-color .2s ease, box-shadow .2s ease, transform .2s ease; }
.whk-pain-item:hover { border-color: #dbe4f5; box-shadow: 0 6px 18px rgba(10,48,102,.05); transform: translateY(-1px); }
.whk-pain-icon { flex: 0 0 28px; width: 28px; height: 28px; border-radius: 999px; background: #f1f5f9; border: 1px solid #e2e8f0; display: flex; align-items: center; justify-content: center; }
.whk-pain-icon::after { content: ''; width: 6px; height: 6px; border-radius: 999px; background: #0a3066; display: block; }
.whk-pain-text { font-size: 15px; line-height: 1.45; color: #1e293b; }
.whk-pains-cta { display: inline-flex; align-items: center; justify-content: center; gap: 8px; margin-top: 26px; background: #0a3066; color: #ffffff !important; font-weight: 700; font-size: 15px; padding: 14px 26px; border-radius: 10px; text-decoration: none; box-shadow: 0 8px 20px rgba(10,48,102,.18); transition: transform .2s ease, background .2s ease, box-shadow .2s ease; }
.whk-pains-cta:hover { background: #123a75; transform: translateY(-2px); box-shadow: 0 12px 28px rgba(10,48,102,.24); }
.whk-pains-cta::after { content: ''; display: none; } /* audit: duplicate arrow removed */
@media (max-width: 991px) {
  .whk-pains { padding: 72px 16px; }
  .whk-pains-grid { grid-template-columns: 1fr; gap: 40px; }
  .whk-pains-visual { order: 2; padding: 0; max-width: 560px; margin: 0 auto; width: 100%; }
  .whk-pains-visual-bg { top: 18px; width: 92%; height: 86%; }
  .whk-pains-img { aspect-ratio: 16 / 10; }
}
@media (max-width: 640px) {
  .whk-pains { padding: 56px 16px; }
  .whk-pains-heading { margin-bottom: 20px; }
  .whk-pain-item { padding: 11px 12px; }
  .whk-pains-badge { left: 12px; bottom: 12px; padding: 10px 12px; }
}

/* --- Stats / KPIs --- */
.whk-kpis { position: relative; overflow: hidden; padding: 88px 20px; color: #fff; background: #0b192e; background-image: radial-gradient(80% 120% at 0% 0%, rgba(255,255,255,.05), transparent 62%); }
.whk-kpis-container { position: relative; z-index: 1; max-width: 1200px; margin: 0 auto; display: grid; grid-template-columns: .8fr 1.2fr; gap: 56px; align-items: center; }
.whk-kpis-eyebrow { display: inline-flex; align-items: center; gap: 8px; background: rgba(255,255,255,.06); border: 1px solid rgba(255,255,255,.12); border-radius: 999px; padding: 6px 14px; font-size: 11px; font-weight: 700; letter-spacing: .7px; text-transform: uppercase; color: #e2e8f0; margin-bottom: 18px; }
.whk-kpis-eyebrow-dot { width: 7px; height: 7px; border-radius: 999px; background: #ffffff; box-shadow: 0 0 0 4px rgba(255,255,255,.16); flex: 0 0 7px; }
.whk-kpis-heading { font-size: clamp(32px, 4vw, 48px); line-height: 1.05; font-weight: 800; letter-spacing: -.02em; color: #ffffff; margin: 0; }
.whk-kpis-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 16px; }
.whk-kpi-card { position: relative; background: rgba(255,255,255,.04); border: 1px solid rgba(255,255,255,.10); border-radius: 16px; padding: 26px 22px 22px; overflow: hidden; backdrop-filter: blur(8px); -webkit-backdrop-filter: blur(8px); transition: transform .25s ease, border-color .25s ease, background .25s ease, box-shadow .25s ease; }
.whk-kpi-card::before { content: ''; position: absolute; top: 0; left: 0; right: 0; height: 3px; background: rgba(255,255,255,.35); }
.whk-kpi-card:hover { transform: translateY(-4px); border-color: rgba(255,255,255,.22); background: rgba(255,255,255,.06); box-shadow: 0 16px 32px rgba(0,0,0,.28); }
.whk-kpi-value { display: flex; align-items: baseline; gap: 2px; margin-bottom: 10px; }
.whk-kpis .whk-kpi-number { font-size: clamp(40px, 4.6vw, 56px); line-height: 1; font-weight: 800; letter-spacing: -.03em; color: #ffffff; }
.whk-kpi-unit { font-size: 22px; font-weight: 800; color: #ffffff; }
.whk-kpi-label { font-size: 14px; line-height: 1.45; color: #cbd5e1; }
@media (max-width: 991px) {
  .whk-kpis { padding: 72px 16px; }
  .whk-kpis-container { grid-template-columns: 1fr; gap: 36px; }
}
@media (max-width: 640px) {
  .whk-kpis { padding: 56px 16px; }
  .whk-kpis-grid { grid-template-columns: 1fr; }
  .whk-kpi-card { padding: 22px 20px 18px; }
}

/* --- Blog Teaser Grid (With Images) --- */
.whk-blog-teaser-section {
  padding: 96px 20px;
  background: #f8fafc;
}
.whk-blog-teaser-container {
  max-width: 1200px;
  margin: 0 auto;
}
.whk-blog-teaser-header {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  margin-bottom: 48px;
  gap: 24px;
}
.whk-blog-teaser-eyebrow {
  display: inline-flex; align-items: center; gap: 8px;
  background: #ffffff; border: 1px solid #e5e7eb; border-radius: 999px;
  padding: 6px 14px; font-size: 11px; font-weight: 700;
  letter-spacing: .7px; text-transform: uppercase; color: #0a3066;
  margin-bottom: 16px;
}
.whk-blog-teaser-eyebrow-dot {
  width: 7px; height: 7px; border-radius: 999px; background: #0a3066;
  box-shadow: 0 0 0 4px rgba(10,48,102,.12); flex: 0 0 7px;
}
.whk-blog-teaser-heading {
  font-size: clamp(30px, 4vw, 42px); line-height: 1.1; font-weight: 800;
  letter-spacing: -.02em; color: #0b192e; margin: 0 0 12px 0;
}
.whk-blog-teaser-heading span { color: #0a3066; }
.whk-blog-teaser-subtitle {
  font-size: 16px; line-height: 1.6; color: #475569; margin: 0; max-width: 600px;
}
.whk-blog-teaser-btn {
  display: inline-flex; align-items: center; justify-content: center;
  background: #ffffff; border: 1px solid #d1d5db; color: #0a3066 !important;
  font-weight: 700; font-size: 14px; padding: 12px 22px; border-radius: 10px;
  text-decoration: none; box-shadow: 0 2px 8px rgba(0,0,0,.04);
  transition: all .2s ease; white-space: nowrap;
}
.whk-blog-teaser-btn:hover {
  background: #0a3066; color: #ffffff !important; border-color: #0a3066;
  transform: translateY(-2px); box-shadow: 0 8px 20px rgba(10,48,102,.18);
}
.whk-blog-teaser-grid {
  display: grid !important;
  grid-template-columns: repeat(3, 1fr) !important;
  gap: 28px !important;
}
.whk-blog-card {
  background: #ffffff;
  border: 1px solid #e2e8f0;
  border-radius: 16px;
  overflow: hidden;
  box-shadow: 0 4px 16px rgba(11,25,46,.04);
  transition: transform .25s ease, border-color .25s ease, box-shadow .25s ease;
  height: 100%;
  display: flex;
  flex-direction: column;
}
.whk-blog-card:hover {
  transform: translateY(-5px);
  border-color: #bfdbfe;
  box-shadow: 0 18px 36px rgba(10,48,102,.10);
}
.whk-blog-card-link {
  text-decoration: none;
  color: inherit;
  display: flex;
  flex-direction: column;
  height: 100%;
}
.whk-blog-card-media {
  position: relative;
  width: 100%;
  aspect-ratio: 16 / 9;
  overflow: hidden;
  background: #e2e8f0;
}
.whk-blog-card-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  transition: transform .4s ease;
}
.whk-blog-card:hover .whk-blog-card-img {
  transform: scale(1.04);
}
.whk-blog-card-badge {
  position: absolute;
  top: 14px;
  left: 14px;
  background: rgba(11,25,46,.85);
  backdrop-filter: blur(8px);
  -webkit-backdrop-filter: blur(8px);
  color: #ffffff;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: .5px;
  text-transform: uppercase;
  padding: 5px 12px;
  border-radius: 20px;
}
.whk-blog-card-body {
  padding: 24px;
  display: flex;
  flex-direction: column;
  flex-grow: 1;
}
.whk-blog-card-meta {
  margin-bottom: 10px;
  font-size: 13px;
  color: #64748b;
  font-weight: 600;
}
.whk-blog-card-title {
  font-size: 18px;
  font-weight: 700;
  line-height: 1.35;
  color: #0b192e;
  margin: 0 0 10px 0;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.whk-blog-card-excerpt {
  font-size: 14.5px;
  line-height: 1.6;
  color: #475569;
  margin: 0 0 20px 0;
  flex-grow: 1;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.whk-blog-card-footer {
  border-top: 1px solid #f1f5f9;
  padding-top: 14px;
  margin-top: auto;
}
.whk-blog-card-readmore {
  font-size: 13.5px;
  font-weight: 700;
  color: #0a3066;
  transition: color .2s ease;
}
.whk-blog-card:hover .whk-blog-card-readmore {
  color: #38bdf8;
}

@media (max-width: 991px) {
  .whk-blog-teaser-section { padding: 72px 16px; }
  .whk-blog-teaser-header { flex-direction: column; align-items: flex-start; gap: 16px; margin-bottom: 36px; }
  .whk-blog-teaser-grid { grid-template-columns: repeat(2, 1fr) !important; gap: 20px !important; }
}
@media (max-width: 640px) {
  .whk-blog-teaser-section { padding: 56px 16px; }
  .whk-blog-teaser-grid { grid-template-columns: 1fr !important; }
}

/* --- Homepage CTA Unten --- */
.whk-cta-unten {
  padding: 96px 20px;
  background: #ffffff;
}
.whk-cta-unten-container {
  max-width: 1000px;
  margin: 0 auto;
}
.whk-cta-unten-card {
  position: relative;
  background: #0b192e;
  background-image: radial-gradient(100% 120% at 20% 0%, rgba(255,255,255,.06) 0%, transparent 70%);
  border-radius: 24px;
  padding: 64px 48px;
  text-align: center;
  overflow: hidden;
  box-shadow: 0 24px 50px rgba(11,25,46,.18);
  border: 1px solid rgba(255,255,255,.1);
}
.whk-cta-unten-content {
  position: relative;
  z-index: 1;
  max-width: 720px;
  margin: 0 auto;
}
.whk-cta-unten-eyebrow {
  display: inline-flex; align-items: center; gap: 8px;
  background: rgba(255,255,255,.08); border: 1px solid rgba(255,255,255,.15);
  border-radius: 999px; padding: 6px 16px; font-size: 11px; font-weight: 700;
  letter-spacing: .7px; text-transform: uppercase; color: #e2e8f0;
  margin-bottom: 20px;
}
.whk-cta-unten-eyebrow-dot {
  width: 7px; height: 7px; border-radius: 999px; background: #ffffff;
  box-shadow: 0 0 0 4px rgba(255,255,255,.16); flex: 0 0 7px;
}
.whk-cta-unten-heading {
  font-size: clamp(32px, 4.2vw, 48px); line-height: 1.1; font-weight: 800;
  letter-spacing: -.02em; color: #ffffff; margin: 0 0 20px 0;
}
.whk-cta-unten-heading span {
  color: #dbe4f0;
}
.whk-cta-unten-text {
  font-size: 17px; line-height: 1.65; color: #cbd5e1; margin: 0 0 32px 0;
}
.whk-cta-unten-actions {
  display: flex; justify-content: center; align-items: center; margin-bottom: 24px;
}
.whk-cta-unten-btn {
  display: inline-flex; align-items: center; justify-content: center; gap: 8px;
  background: #ffffff;
  color: #0b192e !important; font-weight: 700; font-size: 16px;
  padding: 16px 32px; border-radius: 12px; text-decoration: none;
  box-shadow: 0 4px 18px rgba(0,0,0,.2);
  border: 1px solid rgba(255,255,255,.4);
  transition: transform .2s ease, box-shadow .2s ease, background .2s ease;
}
.whk-cta-unten-btn:hover {
  transform: translateY(-2px);
  box-shadow: 0 8px 24px rgba(0,0,0,.26);
  background: #eef2f7;
}
.whk-cta-unten-footnote {
  display: flex; justify-content: center; align-items: center; gap: 20px;
  font-size: 13.5px; color: #94a3b8; flex-wrap: wrap;
}

@media (max-width: 991px) {
  .whk-cta-unten { padding: 72px 16px; }
  .whk-cta-unten-card { padding: 48px 28px; }
}
@media (max-width: 640px) {
  .whk-cta-unten { padding: 56px 16px; }
  .whk-cta-unten-card { padding: 36px 20px; border-radius: 18px; }
  .whk-cta-unten-btn { width: 100%; padding: 14px 20px; font-size: 15px; }
  .whk-cta-unten-footnote { flex-direction: column; gap: 8px; }
}