/* Prozess-Demo — nutzt die bestehenden Theme-Variablen der Seite. */
.kid-section { padding: clamp(3rem, 8vw, 5.5rem) 0; }
.kid-wrap {
  max-width: 720px; margin: 0 auto;
  background: var(--surface); backdrop-filter: blur(30px);
  border: 1px solid var(--b); border-radius: 22px;
  padding: clamp(1.6rem, 4vw, 2.6rem); position: relative;
}
.kid-wrap::before {
  content: ''; position: absolute; top: -1px; left: 22%; right: 22%; height: 1px;
  background: linear-gradient(90deg, transparent, rgba(var(--cyan-r), .35), transparent);
}
.kid-eyebrow {
  font-size: .68rem; text-transform: uppercase; letter-spacing: .12em;
  font-weight: 700; color: var(--cyan); text-align: center; margin-bottom: .6rem;
}
.kid-title {
  font-size: clamp(1.3rem, 3.2vw, 1.9rem); font-weight: 800; line-height: 1.2;
  text-align: center; color: var(--t); margin-bottom: .8rem;
}
.kid-intro { font-size: .9rem; color: var(--t2); text-align: center; margin-bottom: 1.6rem; line-height: 1.6; }

.kid-row { display: flex; gap: 8px; margin-bottom: .9rem; }
.kid-row-sel { max-width: 280px; }
.kid-sel-lab { align-self: center; font-size: .8rem; color: var(--t2); margin-right: 4px; }
.kid-inp, .kid-branche {
  flex: 1; background: rgba(255, 255, 255, .03); border: 1px solid var(--b);
  border-radius: 10px; padding: 13px 18px; color: var(--t); font-size: .9rem;
  font-family: var(--f); outline: 0; transition: .3s;
}
.kid-inp:focus, .kid-branche:focus { border-color: var(--cyan); box-shadow: 0 0 22px rgba(var(--cyan-r), .1); }
.kid-branche { cursor: pointer; }
.kid-go {
  background: linear-gradient(135deg, var(--cyan), var(--blue)); color: #fff;
  padding: 13px 24px; border-radius: 10px; border: 0; font-weight: 700;
  font-size: .85rem; font-family: var(--f); cursor: pointer; white-space: nowrap; transition: .3s;
  box-shadow: 0 2px 15px rgba(var(--cyan-r), .15);
}
.kid-go:hover { box-shadow: 0 4px 28px rgba(var(--cyan-r), .28); }

.kid-chips { display: flex; flex-wrap: wrap; gap: 7px; margin-bottom: .4rem; }
.kid-chip {
  background: rgba(var(--cyan-r), .05); border: 1px solid var(--b2); color: var(--t2);
  border-radius: 100px; padding: 7px 14px; font-size: .74rem; font-family: var(--f);
  cursor: pointer; transition: .25s; text-align: left;
}
.kid-chip:hover { color: var(--cyan); border-color: var(--cyan); }

.kid-res { display: none; margin-top: 1.6rem; }
.kid-res.open { display: block; }

.kid-loading { text-align: center; padding: 1.6rem 0 .6rem; }
.kid-loading span { font-size: .82rem; color: var(--t2); }
.kid-bar { height: 2px; background: var(--b); border-radius: 1px; overflow: hidden; margin-top: .8rem; }
.kid-bar i { display: block; height: 100%; width: 0; background: linear-gradient(90deg, var(--cyan), var(--blue)); animation: kidBar 1.1s ease forwards; }
@keyframes kidBar { to { width: 100%; } }

.kid-card-head {
  font-size: .68rem; text-transform: uppercase; letter-spacing: .1em; font-weight: 700;
  color: var(--t3); margin-bottom: .35rem;
}
.kid-note { font-size: .7rem; color: var(--t3); font-style: italic; margin-bottom: 1.1rem; line-height: 1.5; }

.kid-steps { display: flex; flex-direction: column; gap: 2px; }
.kid-step {
  display: flex; gap: 14px; align-items: flex-start; padding: 14px 16px;
  background: rgba(255, 255, 255, .02); border: 1px solid var(--b);
  opacity: 0; transform: translateY(8px); transition: .45s var(--e);
}
.kid-step:first-child { border-radius: 12px 12px 0 0; }
.kid-step:last-child { border-radius: 0 0 12px 12px; }
.kid-step.show { opacity: 1; transform: none; }
.kid-num {
  flex-shrink: 0; width: 24px; height: 24px; border-radius: 7px;
  background: rgba(var(--cyan-r), .1); color: var(--cyan);
  font-size: .75rem; font-weight: 700; display: flex; align-items: center; justify-content: center;
}
.kid-lab { font-size: .64rem; text-transform: uppercase; letter-spacing: .08em; color: var(--t3); font-weight: 700; margin-bottom: 3px; }
.kid-val { font-size: .88rem; color: var(--t); line-height: 1.5; }
.kid-step-draft .kid-val { color: var(--t2); font-style: italic; }
.kid-step-hl { background: rgba(var(--cyan-r), .05); border-color: var(--b2); }
.kid-step-hl .kid-val { color: var(--cyan); font-weight: 700; }

.kid-foot { margin-top: 1.3rem; }
.kid-foot-line { font-size: .9rem; color: var(--t); font-weight: 600; margin-bottom: .5rem; }
.kid-match { font-size: .82rem; color: var(--t2); line-height: 1.6; margin-bottom: 1.1rem; }
.kid-match strong { color: var(--cyan); }
.kid-cta-row { display: flex; flex-wrap: wrap; gap: 10px; }
.kid-cta {
  flex: 1; min-width: 220px; text-align: center; text-decoration: none;
  background: linear-gradient(135deg, var(--cyan), var(--blue)); color: #fff;
  padding: 13px 20px; border-radius: 10px; font-weight: 700; font-size: .82rem;
  box-shadow: 0 2px 15px rgba(var(--cyan-r), .15); transition: .3s;
}
.kid-cta:hover { box-shadow: 0 4px 28px rgba(var(--cyan-r), .28); }
.kid-cta-2 {
  text-align: center; text-decoration: none; color: var(--cyan);
  padding: 13px 20px; border-radius: 10px; border: 1px solid var(--b2); font-weight: 700; font-size: .82rem; transition: .3s;
}
.kid-cta-2:hover { border-color: var(--cyan); }

@media (max-width: 560px) {
  .kid-row { flex-direction: column; }
  .kid-go { width: 100%; }
}
