/* Pilotphase-Seite nutzt die gemeinsame SYSTEM-EXIT-Basis + Timeline & Formular. */
@import "template-system-exit.css";

/* Eignungs-Karten */
.system-exit-card--good { border-top: 4px solid #059669; }
.system-exit-card--warn { border-top: 4px solid #f59e0b; }
.system-exit-card ul { margin: 0.3rem 0 0; padding-left: 1.15rem; }
.system-exit-card li { color: #475569; line-height: 1.6; margin-bottom: 0.25rem; }
.system-exit-card-note {
    margin: 0.7rem 0 0;
    font-size: 0.92rem;
    color: #b45309;
    font-weight: 600;
}

/* 6-Wochen-Timeline */
.system-exit-weeks {
    list-style: none;
    counter-reset: none;
    margin: 0;
    padding: 0;
    position: relative;
    max-width: 820px;
    margin-inline: auto;
}
.system-exit-weeks::before {
    content: "";
    position: absolute;
    left: 1.1rem;
    top: 0.5rem;
    bottom: 0.5rem;
    width: 2px;
    background: linear-gradient(#7c3aed, #06b6d4);
}
.system-exit-week {
    position: relative;
    display: flex;
    gap: 1rem;
    padding: 0 0 1.1rem 0;
}
.system-exit-week-num {
    flex: 0 0 auto;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 0.35rem 0.6rem;
    min-width: 2.3rem;
    height: 2.3rem;
    border-radius: 999px;
    background: #fff;
    border: 2px solid #7c3aed;
    color: #7c3aed;
    font-weight: 800;
    font-size: 0.72rem;
    text-align: center;
    line-height: 1.05;
    z-index: 1;
}
.system-exit-week-body {
    background: #fff;
    border: 1px solid #e2e8f0;
    border-radius: 16px;
    padding: 0.9rem 1.1rem;
    box-shadow: 0 10px 24px rgba(15, 23, 42, 0.05);
    flex: 1;
}
.system-exit-week-body h3 { margin: 0 0 0.3rem; color: #0f172a; font-size: 1.08rem; }
.system-exit-week-body p { margin: 0; color: #475569; line-height: 1.6; }

/* Anfrage-Formular / Fallback */
.system-exit-form-block { scroll-margin-top: 90px; }
.system-exit-form-fallback {
    background: #fff;
    border: 1px solid #e2e8f0;
    border-radius: 18px;
    padding: 1.5rem;
    max-width: 640px;
    margin: 0 auto;
}
.system-exit-form-lead { font-weight: 700; color: #0f172a; margin: 0 0 0.6rem; }
.system-exit-form-fields { margin: 0 0 1rem; padding-left: 1.2rem; }
.system-exit-form-fields li { color: #475569; line-height: 1.7; }
.system-exit-form-consent {
    background: #f8fafc;
    border: 1px dashed #94a3b8;
    border-radius: 12px;
    padding: 0.8rem 0.95rem;
    color: #475569;
    font-size: 0.92rem;
    line-height: 1.55;
    margin: 0 0 1rem;
}
.system-exit-form-fallback .system-exit-btn { width: 100%; }
.system-exit-form-hint { text-align: center; color: #64748b; font-size: 0.9rem; margin: 0.8rem 0 0; }
.system-exit-form-hint a { color: #7c3aed; }
