.kg-finder-page {
  background: #f5f7fa;
  padding: 20px 0 40px;
}

/* =========================
   HERO
========================= */
.kg-finder-hero {
  position: relative;
  overflow: hidden;
  color: #fff;
  min-height: 280px;
  padding: 34px 38px 28px;
  border-radius: 26px 26px 0 0;
  background:
    linear-gradient(90deg, rgba(15, 20, 30, 0.85) 0%, rgba(15, 20, 30, 0.55) 45%, rgba(15, 20, 30, 0.20) 100%),
    url('/images/kabelfinder/hero.jpg') 65% center / cover no-repeat;
}

.kg-finder-hero::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(255,255,255,0.02) 0%, rgba(255,255,255,0) 100%);
  pointer-events: none;
}

.kg-finder-hero-inner {
  position: relative;
  z-index: 2;
  max-width: 560px;
  margin-top: 12px;
  text-align: left;
}

.kg-home-link {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  margin-bottom: 14px;
  font-size: 14px;
  font-weight: 600;
  color: rgba(255,255,255,0.92);
  text-decoration: none;
  transition: opacity .2s ease;
}

.kg-home-link:hover {
  color: #fff;
  opacity: 0.85;
}

.kg-finder-badge,
.kg-finder-usp-row,
.kg-finder-progress-top {
  display: none;
}

.kg-finder-hero h1 {
  margin: 0 0 10px;
  font-size: 56px;
  line-height: 1.02;
  font-weight: 800;
  letter-spacing: -0.7px;
  color: #fff;
  text-shadow: 0 2px 12px rgba(0,0,0,0.18);
}

.kg-finder-hero p {
  margin: 0;
  max-width: 500px;
  font-size: 20px;
  line-height: 1.28;
  color: rgba(255,255,255,0.96);
  text-shadow: 0 2px 8px rgba(0,0,0,0.12);
}

/* =========================
   PROGRESS
========================= */
.kg-finder-progress-wrap {
  position: absolute;
  left: 38px;
  right: 38px;
  bottom: 24px;
  z-index: 2;
}

.kg-finder-progress {
  width: 100%;
  height: 16px;
  position: relative;
  overflow: visible;
  border-radius: 999px;
  backdrop-filter: blur(6px);
  background: rgba(80, 85, 95, 0.45);
  box-shadow: inset 0 1px 2px rgba(0,0,0,0.08);
}

.kg-finder-progress-bar {
  height: 16px;
  border-radius: 999px;
  background: linear-gradient(90deg, #f5bf00 0%, #f4c400 100%);
  transition: width .3s ease;
  box-shadow: 0 0 12px rgba(244, 196, 0, 0.6);
}

.kg-finder-step-dots {
  margin-top: -31px;
  display: flex;
  justify-content: space-between;
  position: relative;
  z-index: 3;
  padding: 0 28px;
}

.kg-finder-step-dots span {
  width: 50px;
  height: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background: #8d939d;
  color: #fff;
  font-size: 21px;
  font-weight: 800;
  transform: scale(0.95);
  border: 2px solid rgba(255,255,255,0.08);
  box-shadow: 0 6px 16px rgba(0,0,0,0.18);
}

.kg-finder-step-dots span:nth-child(1)::before { content: "1"; }
.kg-finder-step-dots span:nth-child(2)::before { content: "2"; }
.kg-finder-step-dots span:nth-child(3)::before { content: "3"; }
.kg-finder-step-dots span:nth-child(4)::before { content: "4"; }

.kg-finder-step-dots span.active {
  background: #f4c400;
  color: #111827;
  transform: scale(1);
  box-shadow: 0 8px 18px rgba(244, 196, 0, 0.30);
}

/* =========================
   MAIN WRAP
========================= */
.kg-finder-main {
  margin-top: 0;
}

.kg-finder-shell {
  background: #fff;
  border-radius: 0 0 22px 22px;
  box-shadow: 0 14px 34px rgba(15, 23, 42, 0.08);
  padding: 18px 22px 20px;
}

.kg-step {
  display: none;
}

.kg-step.active {
  display: block;
}

.kg-step-head {
  position: relative;
  margin-bottom: 14px;
  padding-right: 90px;
  text-align: left;
}

.kg-step-head h2 {
  margin: 0 0 4px;
  font-size: 22px;
  line-height: 1.15;
  color: #111827;
  font-weight: 800;
}

.kg-step-head p {
  margin: 0;
  font-size: 13px;
  line-height: 1.4;
  color: #6b7280;
}

.kg-step-count {
  position: absolute;
  top: 0;
  right: 0;
  font-size: 24px;
  font-weight: 700;
  color: #6b7280;
}

/* =========================
   INFO / TRUST
========================= */
.kg-hint {
  margin: 0 0 12px;
  font-size: 13px;
  color: #6b7280;
}

.kg-trust-points {
  display: flex;
  flex-direction: column;
  gap: 8px;
  margin: 14px 0 6px;
}

.kg-trust-point {
  font-size: 14px;
  line-height: 1.4;
  color: #1f2937;
  font-weight: 500;
}

.kg-support-line {
  margin: 12px 0 14px;
  font-size: 12px;
  line-height: 1.45;
  color: #4b5563;
  text-align: center;
}

.kg-support-line a,
.kg-footer-support a {
  color: #1d4ed8;
  text-decoration: underline;
}

.kg-footer-support {
  display: none;
}

/* =========================
   CARDS
========================= */
.kg-card-grid {
  display: flex;
  gap: 16px;
  flex-wrap: wrap;
  margin-bottom: 14px;
}

.kg-choice-card {
  position: relative;
  width: calc(25% - 12px);
  min-width: 220px;
  background: #fff;
  border: 1px solid #d9e0e7;
  border-radius: 16px;
  overflow: hidden;
  padding: 0;
  text-align: center;
  cursor: pointer;
  transition: transform .18s ease, box-shadow .18s ease, border-color .18s ease;
}

.kg-choice-card:hover {
  transform: translateY(-1px);
  border-color: #f4c400;
  box-shadow: 0 8px 18px rgba(15, 23, 42, 0.07);
}

.kg-choice-card.active {
  border-color: #f4c400;
  box-shadow: 0 0 0 3px rgba(244, 196, 0, 0.14);
}

.kg-choice-card.active::after {
  content: "✓";
  position: absolute;
  top: 10px;
  right: 10px;
  width: 34px;
  height: 34px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background: #f4c400;
  color: #111827;
  font-size: 19px;
  font-weight: 900;
  z-index: 3;
  box-shadow: 0 6px 14px rgba(0, 0, 0, 0.16);
}

.kg-choice-image,
.kg-choice-image--small {
  display: block;
  height: 150px;
  overflow: hidden;
  background: #f3f4f6;
}

.kg-choice-image img,
.kg-choice-image--small img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
}

.kg-choice-body {
  display: block;
  padding: 10px 12px 12px;
}

.kg-choice-body strong {
  display: block;
  margin-bottom: 2px;
  font-size: 14px;
  line-height: 1.25;
  color: #111827;
  font-weight: 700;
}

.kg-choice-body small {
  display: block;
  font-size: 11px;
  line-height: 1.35;
  color: #6b7280;
}

/* =========================
   MINI RESULT
========================= */
.kg-mini-result {
  display: grid;
  grid-template-columns: 96px 1fr auto;
  gap: 14px;
  align-items: center;
  padding: 14px 16px;
  background: #fff;
  border: 1px solid #e6ebf0;
  border-radius: 16px;
  box-shadow: 0 2px 10px rgba(15, 23, 42, 0.03);
}

.kg-mini-result-image {
  display: block;
  height: 72px;
  overflow: hidden;
  background: #f4f6f8;
  border-radius: 12px;
  text-decoration: none;
}

.kg-mini-result-image img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: contain;
  padding: 8px;
}

.kg-mini-result-content h3 {
  margin: 0;
}

.kg-mini-result-content p {
  margin: 4px 0 0;
  font-size: 12px;
  line-height: 1.45;
  color: #4b5563;
}

/* =========================
   RESULT
========================= */
.kg-result-box {
  display: grid;
  grid-template-columns: 110px 1fr auto;
  gap: 16px;
  align-items: center;
  padding: 14px 16px;
  background: #fff;
  border: 1px solid #e6ebf0;
  border-radius: 16px;
  box-shadow: 0 2px 10px rgba(15, 23, 42, 0.03);
}

.kg-result-box--big {
  grid-template-columns: 180px 1fr auto;
  padding: 18px;
  border: 2px solid #f4c400;
  box-shadow: 0 8px 30px rgba(244, 196, 0, 0.15);
}

.kg-result-image {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100px;
  overflow: hidden;
  background: #ffffff;
  border: 1px solid #e5e7eb;
  border-radius: 12px;
  text-decoration: none;
}

.kg-result-image--big {
  height: 120px;
}

.kg-result-image img,
.kg-result-image--big img {
  max-width: 100%;
  max-height: 100%;
  display: block;
  object-fit: contain;
  padding: 4px;
}

.kg-result-content {
  text-align: left;
}

.crosssell-title,
.kg-result-title {
  display: block;
  color: #111827;
  text-decoration: none;
  font-size: 18px;
  line-height: 1.2;
  font-weight: 800;
}

.crosssell-title:hover,
.kg-result-title:hover {
  color: #111827;
  text-decoration: underline;
}

.kg-result-content p {
  margin: 4px 0 0;
  font-size: 12px;
  line-height: 1.45;
  color: #4b5563;
}

.kg-result-usp {
  margin-top: 8px;
  display: flex;
  flex-direction: column;
  gap: 4px;
  font-size: 13px;
  color: #374151;
}

.kg-result-benefits {
  margin: 10px 0 0;
  padding-left: 18px;
  color: #1f2937;
}

.kg-result-benefits li {
  margin-bottom: 4px;
  font-size: 13px;
  line-height: 1.4;
}

.kg-result-price {
  margin-top: 8px;
  font-size: 20px;
  font-weight: 800;
  color: #111827;
}

/* =========================
   CTA / ACTIONS
========================= */
.kg-result-actions {
  display: flex;
  align-items: center;
  gap: 10px;
  flex-wrap: wrap;
}

.kg-result-actions--big {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 12px;
  width: 100%;
  max-width: 320px;
  margin-left: auto;
}

.kg-result-actions--big .kg-btn {
  width: 100%;
  max-width: 320px;
  box-sizing: border-box;
}

.kg-btn-buy {
  min-width: 180px;
  padding: 16px 22px;
  font-size: 15px;
  font-weight: 800;
}

.kg-cta-note {
  width: 100%;
  margin: 0;
  font-size: 13px;
  line-height: 1.4;
  color: #374151;
  text-align: center;
}

.kg-cta-extra {
  width: 100%;
  margin: -2px 0 0;
  font-size: 12px;
  line-height: 1.4;
  color: #6b7280;
  text-align: center;
}

/* =========================
   NAV
========================= */
.kg-finder-nav {
  display: grid;
  grid-template-columns: 160px 1fr 160px;
  align-items: center;
  gap: 16px;
  margin-top: 16px;
}

.kg-finder-nav .kg-btn:first-child {
  justify-self: start;
}

.kg-finder-nav .kg-btn:last-child {
  justify-self: end;
}

.kg-nav-center {
  font-size: 18px;
  font-weight: 700;
  color: #5b6476;
  text-align: center;
}

/* =========================
   BUTTONS
========================= */
.kg-btn {
  appearance: none;
  border: none;
  border-radius: 12px;
  padding: 11px 18px;
  min-width: 140px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 13px;
  font-weight: 700;
  text-decoration: none;
  cursor: pointer;
  transition: all .2s ease;
}

.kg-btn:hover {
  text-decoration: none;
}

.kg-btn:disabled {
  opacity: .5;
  cursor: not-allowed;
}

.kg-btn-primary {
  background: #f4c400;
  color: #111827;
}

.kg-btn-primary:hover {
  background: #e6ba00;
  color: #111827;
}

.kg-btn-secondary {
  background: #eef2f7;
  color: #111827;
}

.kg-btn-secondary:hover {
  background: #e5ebf2;
  color: #111827;
}

/* =========================
   TABLET
========================= */
@media (max-width: 1200px) {
  .kg-choice-card {
    width: calc(33.333% - 11px);
  }
}

@media (max-width: 991.98px) {
  .kg-choice-card {
    width: calc(50% - 8px);
  }

  .kg-mini-result,
  .kg-result-box,
  .kg-result-box--big {
    grid-template-columns: 1fr;
    align-items: start;
  }

  .kg-result-actions,
  .kg-result-actions--big {
    justify-content: flex-start;
  }

  .kg-result-actions--big {
    margin-left: 0;
    max-width: 100%;
  }

  .kg-finder-nav {
    grid-template-columns: 140px 1fr 140px;
  }
}

/* =========================
   MOBILE
========================= */
@media (max-width: 767.98px) {
  .kg-finder-shell {
    padding: 16px;
    border-radius: 0 0 18px 18px;
  }

  .kg-finder-hero {
    min-height: 205px;
    padding: 20px 18px 20px;
    border-radius: 18px 18px 0 0;
  }

  .kg-finder-hero h1 {
    font-size: 34px;
    line-height: 1.04;
  }

  .kg-finder-hero p {
    font-size: 16px;
    max-width: 290px;
  }

  .kg-home-link {
    font-size: 12px;
    margin-bottom: 10px;
  }

  .kg-finder-progress-wrap {
    left: 18px;
    right: 18px;
    bottom: 18px;
  }

  .kg-finder-progress,
  .kg-finder-progress-bar {
    height: 11px;
  }

  .kg-finder-step-dots {
    margin-top: -20px;
    padding: 0 8px;
  }

  .kg-finder-step-dots span {
    width: 38px;
    height: 38px;
    font-size: 18px;
  }

  .kg-step-head {
    padding-right: 60px;
  }

  .kg-step-head h2 {
    font-size: 20px;
  }

  .kg-step-count {
    font-size: 20px;
  }

  .kg-choice-card {
    width: 100%;
    min-width: 0;
  }

  .kg-btn {
    width: 100%;
    min-width: 0;
  }

  .kg-finder-nav {
    grid-template-columns: 1fr;
  }

  .kg-nav-center {
    order: 2;
    font-size: 18px;
  }

  .kg-result-box,
  .kg-result-box--big {
    display: block;
    padding: 16px;
  }

  .kg-result-image,
  .kg-result-image--big {
    width: 100%;
    height: 180px;
    min-height: 180px;
    margin-bottom: 14px;
  }

  .kg-result-image img,
  .kg-result-image--big img {
    width: auto;
    max-width: 100%;
    max-height: 160px;
    height: auto;
    margin: 0 auto;
    object-fit: contain;
  }

  .crosssell-title,
  .kg-result-title {
    width: 100%;
    font-size: 17px;
    line-height: 1.3;
    word-break: break-word;
    margin-bottom: 8px;
  }

  .kg-result-content p {
    font-size: 14px;
    line-height: 1.5;
    margin-bottom: 10px;
  }

  .kg-result-usp,
  .kg-result-benefits {
    margin-top: 10px;
    margin-bottom: 10px;
  }

  .kg-result-usp span,
  .kg-result-benefits li {
    font-size: 14px;
    line-height: 1.45;
  }

  .kg-result-price {
    font-size: 18px;
    line-height: 1.2;
    margin-top: 12px;
    margin-bottom: 12px;
  }

  .kg-result-actions,
  .kg-result-actions--big {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 100%;
    max-width: 320px;
    gap: 12px;
    margin: 14px auto 0;
  }

  .kg-result-actions .kg-btn,
  .kg-result-actions--big .kg-btn {
    width: calc(100% - 8px);
    margin: 0 auto;
    min-width: 0;
    box-sizing: border-box;
    padding: 14px 16px;
    border-radius: 14px;
  }

  .kg-cta-note,
  .kg-cta-extra {
    width: 100%;
    text-align: center;
    margin: 0 auto;
  }
}

/* =========================
   DESKTOP BUTTON
========================= */
.kg-finder-nav-link {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  background: #f4c400;
  color: #111827 !important;
  border-radius: 10px;
  padding: 8px 14px !important;
  margin-left: 8px;
  font-weight: 800;
  line-height: 1;
  box-shadow: 0 3px 10px rgba(244, 196, 0, 0.22);
  transition: all 0.2s ease;
  text-decoration: none !important;
}

.kg-finder-nav-link:hover,
.kg-finder-nav-link:focus {
  background: #e6ba00;
  color: #111827 !important;
  text-decoration: none !important;
  transform: translateY(-1px);
  box-shadow: 0 6px 16px rgba(244, 196, 0, 0.32);
}

.kg-finder-nav-icon {
  font-size: 18px;
  line-height: 1;
}

.kg-finder-nav-text {
  font-size: 15px;
  font-weight: 800;
  white-space: nowrap;
}

.kg-finder-nav-badge {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: #111827;
  color: #f4c400;
  border-radius: 999px;
  padding: 3px 7px;
  font-size: 10px;
  font-weight: 800;
  line-height: 1;
  text-transform: uppercase;
  letter-spacing: 0.3px;
}

/* =========================
   MOBILE CTA BLOCK (OPTIMIERT)
========================= */
.kg-mmenu-finder-cta {
  margin: 14px 10px;
  list-style: none;
}

.kg-mmenu-finder-cta-link {
  display: block;
  background: linear-gradient(135deg, #f4c400, #ffcc00);
  border-radius: 16px;
  padding: 16px 16px 14px;
  color: #111827 !important;
  text-decoration: none !important;
  box-shadow: 0 8px 20px rgba(244, 196, 0, 0.28);
  transition: all 0.2s ease;
}

.kg-mmenu-finder-cta-link:hover,
.kg-mmenu-finder-cta-link:focus {
  color: #111827 !important;
  text-decoration: none !important;
  transform: translateY(-1px);
  box-shadow: 0 12px 26px rgba(244, 196, 0, 0.35);
}

/* obere Zeile */
.kg-mmenu-finder-top {
  display: flex;
  align-items: center;
  gap: 10px;
}

/* Icon */
.kg-mmenu-finder-icon {
  font-size: 20px;
  line-height: 1;
}

/* Titel */
.kg-mmenu-finder-title {
  font-size: 16px;
  font-weight: 900;
  line-height: 1.2;
}

/* Badge */
.kg-mmenu-finder-badge {
  margin-left: auto;
  background: #111827;
  color: #f4c400;
  border-radius: 999px;
  padding: 3px 9px;
  font-size: 10px;
  font-weight: 900;
  line-height: 1;
  text-transform: uppercase;
  letter-spacing: 0.4px;
}

/* Subtext */
.kg-mmenu-finder-sub {
  margin-top: 8px;
  font-size: 13px;
  line-height: 1.4;
  color: #1f2937;
  font-weight: 500;
  opacity: 0.92;
}

/* Extra CTA Zeile */
.kg-mmenu-finder-cta-link::after {
  content: "👉 Jetzt starten";
  display: block;
  margin-top: 10px;
  font-size: 13px;
  font-weight: 800;
  color: #111827;
  opacity: 0.85;
}

/* =========================
   SMALL RESPONSIVE TWEAKS
========================= */
@media (max-width: 991.98px) {
  .kg-finder-nav-link {
    margin-left: 0;
    padding: 8px 12px !important;
  }

  .kg-finder-nav-text {
    font-size: 14px;
  }

  .kg-finder-nav-badge {
    font-size: 9px;
    padding: 3px 6px;
  }
}