.system-exit-page {
    max-width: 1140px;
    margin: 0 auto;
    padding: 3.25rem 1.4rem 6rem;
    color: #14213d;
}

.system-exit-hero {
    background: linear-gradient(135deg, #1e1b4b 0%, #7c3aed 55%, #06b6d4 100%);
    color: #fff;
    border-radius: 32px;
    padding: 3.75rem 2.75rem;
    margin-bottom: 3rem;
    box-shadow: 0 30px 60px -20px rgba(30, 27, 75, 0.45);
}

.system-exit-badge {
    display: inline-block;
    background: rgba(255,255,255,0.16);
    border: 1px solid rgba(255,255,255,0.25);
    padding: 0.45rem 0.9rem;
    border-radius: 999px;
    font-size: 0.92rem;
    margin-bottom: 1rem;
    font-weight: 700;
}

.system-exit-hero h1 {
    font-size: clamp(2.2rem, 3.6vw, 3.4rem);
    line-height: 1.1;
    letter-spacing: -0.01em;
    margin: 0 0 1.15rem;
    color: #fff;
}

.system-exit-intro {
    font-size: 1.05rem;
    line-height: 1.7;
    max-width: 760px;
    color: rgba(255,255,255,0.92);
    margin-bottom: 1.5rem;
}

.system-exit-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 0.9rem;
}

.system-exit-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 0.9rem 1.2rem;
    border-radius: 999px;
    font-weight: 700;
    text-decoration: none;
    text-align: center;
    line-height: 1.25;
    transition: transform .2s ease, box-shadow .2s ease;
}

.system-exit-btn:hover {
    transform: translateY(-2px);
}

.system-exit-btn-primary {
    background: #fff;
    color: #7c3aed;
    box-shadow: 0 10px 24px rgba(255,255,255,0.18);
}

.system-exit-btn-secondary {
    background: rgba(255,255,255,0.14);
    color: #fff;
    border: 1px solid rgba(255,255,255,0.26);
}

.system-exit-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
    gap: 1.6rem;
    margin-bottom: 2rem;
}

.system-exit-card,
.system-exit-panel,
.system-exit-step,
.system-exit-content {
    background: #fff;
    border: 1px solid #eef1f6;
    border-radius: 24px;
    padding: 1.85rem 1.7rem;
    box-shadow: 0 1px 3px rgba(15, 23, 42, 0.03), 0 22px 48px -18px rgba(30, 27, 75, 0.20);
}

.system-exit-card h2,
.system-exit-section h2,
.system-exit-panel h2 {
    font-size: 1.28rem;
    margin-top: 0;
    margin-bottom: 0.85rem;
    color: #1e1b4b;
    letter-spacing: -0.01em;
}

.system-exit-card p,
.system-exit-card li,
.system-exit-panel p,
.system-exit-step p,
.system-exit-note p,
.system-exit-content p,
.system-exit-content li {
    color: #475569;
    line-height: 1.7;
}

.system-exit-card ul {
    margin: 0;
    padding-left: 1.1rem;
}

.system-exit-section {
    margin-top: 3.25rem;
}

.system-exit-steps {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
    gap: 1.5rem;
}

.system-exit-step span {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 2rem;
    height: 2rem;
    border-radius: 50%;
    background: linear-gradient(135deg, #7c3aed, #06b6d4);
    color: #fff;
    font-weight: 700;
    margin-bottom: 0.7rem;
}

.system-exit-split {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
    gap: 1.6rem;
}

.system-exit-note {
    background: linear-gradient(135deg, #fef3c7 0%, #ffedd5 100%);
    border: 1px solid #fdba74;
    border-radius: 20px;
    padding: 1.25rem 1.3rem;
}

.system-exit-content {
    margin-top: 1.4rem;
}

.system-exit-download-card .system-exit-btn {
    margin-top: 0.8rem;
}

.system-exit-form-block {
    background: #f8fafc;
    border: 1px solid #e2e8f0;
    border-radius: 20px;
    padding: 1.25rem 1.3rem;
}

.system-exit-form-placeholder {
    margin-top: 0.8rem;
    padding: 0.95rem 1rem;
    border: 1px dashed #94a3b8;
    border-radius: 14px;
    color: #475569;
    background: #fff;
}

.system-exit-form-wrapper {
    margin-top: 0.8rem;
}

/* ---- Erweiterungen: Modell, Prozess, Timeline, CTA (v2) ---- */

.system-exit-intro--claim {
    font-weight: 700;
    border-left: 3px solid rgba(255,255,255,0.5);
    padding-left: 1rem;
}

.system-exit-hero-note {
    margin: 1rem 0 0;
    font-size: 0.9rem;
    color: rgba(255,255,255,0.82);
}

.system-exit-btn-ghost {
    background: transparent;
    color: #7c3aed;
    border: 1px solid #c7d2fe;
}

.system-exit-actions--center {
    justify-content: center;
    margin-top: 1.6rem;
}

/* Karten sanft anheben beim Hover (self-contained, ohne Care-Polish) */
.system-exit-card,
.system-exit-panel,
.system-exit-letter-card {
    transition: transform .25s ease, box-shadow .25s ease;
}
.system-exit-card:hover,
.system-exit-panel:hover,
.system-exit-letter-card:hover {
    transform: translateY(-6px);
    box-shadow: 0 2px 6px rgba(15, 23, 42, 0.04), 0 34px 64px -22px rgba(124, 58, 237, 0.30);
    border-color: #ddd6fe;
}
@media (prefers-reduced-motion: reduce) {
    .system-exit-card:hover,
    .system-exit-panel:hover,
    .system-exit-letter-card:hover,
    .system-exit-btn:hover { transform: none; }
}

.system-exit-section-head {
    text-align: center;
    max-width: 720px;
    margin: 0 auto 2.6rem;
}
.system-exit-eyebrow {
    display: inline-block;
    text-transform: uppercase;
    letter-spacing: 0.12em;
    font-size: 0.74rem;
    font-weight: 800;
    color: #6d28d9;
    background: linear-gradient(135deg, rgba(124,58,237,0.10), rgba(6,182,212,0.10));
    border: 1px solid rgba(124,58,237,0.20);
    padding: 0.4rem 0.9rem;
    border-radius: 999px;
    margin-bottom: 1rem;
}
.system-exit-section-head h2 {
    font-size: clamp(1.7rem, 2.8vw, 2.3rem);
    line-height: 1.15;
    letter-spacing: -0.01em;
    margin: 0 0 0.6rem;
    color: #1e1b4b;
}
.system-exit-section-head h2 strong { color: #7c3aed; }
.system-exit-section-sub {
    color: #475569;
    line-height: 1.65;
    margin: 0;
}

/* SYSTEM-Modell: Buchstabenkarten */
.system-exit-letters {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
    gap: 1.6rem;
}
.system-exit-letter-card {
    position: relative;
    overflow: hidden;
    background: #fff;
    border: 1px solid #eef1f6;
    border-radius: 24px;
    padding: 1.9rem 1.7rem;
    box-shadow: 0 1px 3px rgba(15, 23, 42, 0.03), 0 22px 48px -18px rgba(30, 27, 75, 0.20);
}
.system-exit-letter-card::before {
    content: "";
    position: absolute;
    top: 0; left: 0; right: 0;
    height: 4px;
    background: linear-gradient(90deg, #7c3aed, #06b6d4);
}
.system-exit-letter {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 3rem;
    height: 3rem;
    border-radius: 16px;
    background: linear-gradient(135deg, #7c3aed, #06b6d4);
    color: #fff;
    font-weight: 800;
    font-size: 1.5rem;
    margin-bottom: 0.9rem;
}
.system-exit-letter-card h3 {
    margin: 0 0 0.5rem;
    color: #1e1b4b;
    font-size: 1.15rem;
}
.system-exit-letter-card p { color: #475569; line-height: 1.65; margin: 0; }

/* EXIT-Prozess: Flow */
.system-exit-flow {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
    gap: 1.5rem;
}
.system-exit-flow-step {
    position: relative;
    display: flex;
    align-items: flex-start;
    gap: 0.9rem;
    background: #fff;
    border: 1px solid #e2e8f0;
    border-radius: 18px;
    padding: 1.2rem 1.2rem;
    box-shadow: 0 12px 30px rgba(15, 23, 42, 0.05);
}
.system-exit-flow-letter {
    flex: 0 0 auto;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 2.6rem;
    height: 2.6rem;
    border-radius: 50%;
    background: #eef2ff;
    color: #7c3aed;
    font-weight: 800;
    font-size: 1.25rem;
}
.system-exit-flow-step h3 { margin: 0 0 0.3rem; color: #1e1b4b; font-size: 1.08rem; }
.system-exit-flow-step p { margin: 0; color: #475569; line-height: 1.6; }
.system-exit-flow-arrow {
    position: absolute;
    right: -0.7rem;
    top: 50%;
    transform: translateY(-50%);
    color: #94a3b8;
    font-size: 1.3rem;
    z-index: 2;
}

/* Für Betroffene / Angehörige */
.system-exit-panel {
    border-top: 4px solid #7c3aed;
}
.system-exit-split .system-exit-panel:last-child { border-top-color: #06b6d4; }

/* KI-Block */
.system-exit-ai {
    background: linear-gradient(135deg, #eef2ff 0%, #ecfeff 100%);
    border: 1px solid #c7d2fe;
    border-radius: 20px;
    padding: 1.6rem 1.5rem;
}
.system-exit-ai h2 { color: #1e1b4b; margin-top: 0; }
.system-exit-ai p { color: #334155; line-height: 1.7; margin: 0; }

/* Was es NICHT ist */
.system-exit-notlist {
    background: #fff;
    border: 1px solid #e2e8f0;
    border-radius: 20px;
    padding: 1.6rem 1.5rem;
}
.system-exit-notlist h2 { margin-top: 0; color: #1e1b4b; }
.system-exit-notlist ul { margin: 0; padding-left: 0; list-style: none; }
.system-exit-notlist li {
    position: relative;
    padding: 0.4rem 0 0.4rem 1.7rem;
    color: #475569;
    line-height: 1.6;
    border-bottom: 1px solid #f1f5f9;
}
.system-exit-notlist li:last-child { border-bottom: none; }
.system-exit-notlist li::before {
    content: "✕";
    position: absolute;
    left: 0;
    top: 0.4rem;
    color: #ef4444;
    font-weight: 800;
}

/* Modul-Liste (Materialien-Übersicht, ohne Downloads) */
.system-exit-module-list { list-style: none; margin: 0; padding: 0; display: grid; gap: 0.5rem; }
.system-exit-module-list li {
    position: relative;
    padding: 0.6rem 0.9rem 0.6rem 2.4rem;
    background: #f8fafc;
    border: 1px solid #e2e8f0;
    border-radius: 12px;
    color: #334155;
    line-height: 1.5;
}
.system-exit-module-list li::before {
    content: "🔒";
    position: absolute;
    left: 0.85rem;
    top: 0.6rem;
    font-size: 0.9rem;
}

/* Check-Liste (Freebie „Was du bekommst“) */
.system-exit-check {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
    gap: 0.6rem 1.4rem;
    list-style: none;
    margin: 0;
    padding: 0;
    max-width: 820px;
    margin-inline: auto;
}
.system-exit-check li {
    position: relative;
    padding: 0.5rem 0 0.5rem 1.9rem;
    color: #334155;
    line-height: 1.55;
}
.system-exit-check li::before {
    content: "✓";
    position: absolute;
    left: 0;
    top: 0.5rem;
    display: inline-flex;
    color: #059669;
    font-weight: 800;
}

/* Abschluss-CTA */
.system-exit-cta {
    background: linear-gradient(135deg, #1e1b4b 0%, #7c3aed 60%, #06b6d4 100%);
    color: #fff;
    border-radius: 28px;
    padding: 3.25rem 2rem;
    text-align: center;
    box-shadow: 0 30px 60px -22px rgba(30, 27, 75, 0.45);
}
.system-exit-cta h2 { color: #fff; margin-top: 0; }
.system-exit-cta p { color: rgba(255,255,255,0.9); max-width: 620px; margin: 0 auto; line-height: 1.7; }
.system-exit-cta .system-exit-btn-secondary { border-color: rgba(255,255,255,0.4); }

/* Autor-Sektion (Gabriel) + Video */
.system-exit-author {
    background: #fff;
    border: 1px solid #e2e8f0;
    border-radius: 24px;
    padding: 1.8rem;
    box-shadow: 0 14px 36px rgba(15, 23, 42, 0.07);
}
.system-exit-author-inner {
    display: flex;
    gap: 1.6rem;
    align-items: center;
    flex-wrap: wrap;
    margin-bottom: 1.6rem;
}
.system-exit-author-photo { flex: 0 0 auto; }
.system-exit-author-photo img {
    width: 160px;
    height: 160px;
    border-radius: 22px;
    object-fit: cover;
    display: block;
    box-shadow: 0 12px 30px rgba(124, 58, 237, 0.22);
}
.system-exit-author-text { flex: 1 1 320px; }
.system-exit-author-text h2 { margin: 0.3rem 0 0.7rem; color: #1e1b4b; font-size: 1.5rem; }
.system-exit-author-text p { color: #475569; line-height: 1.75; margin: 0 0 1.1rem; }

.system-exit-video {
    position: relative;
    width: 100%;
    aspect-ratio: 16 / 9;
    border-radius: 18px;
    overflow: hidden;
    background: linear-gradient(135deg, #1e1b4b 0%, #4c1d95 55%, #06b6d4 130%);
    box-shadow: 0 16px 40px rgba(15, 23, 42, 0.14);
}
.system-exit-video iframe { position: absolute; inset: 0; width: 100%; height: 100%; border: 0; }
.system-exit-video-play {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 0.5rem;
    border: none;
    cursor: pointer;
    background: transparent;
    color: #fff;
    transition: background .2s ease;
}
.system-exit-video-play:hover { background: rgba(0, 0, 0, 0.12); }
.system-exit-video-ico {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 4.4rem;
    height: 4.4rem;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.95);
    color: #7c3aed;
    font-size: 1.6rem;
    padding-left: 0.25rem;
    box-shadow: 0 8px 24px rgba(0, 0, 0, 0.25);
    transition: transform .2s ease;
}
.system-exit-video-play:hover .system-exit-video-ico { transform: scale(1.06); }
.system-exit-video-label { font-weight: 800; font-size: 1.05rem; }
.system-exit-video-note { font-size: 0.8rem; color: rgba(255, 255, 255, 0.8); }

@media (max-width: 600px) {
    .system-exit-author { padding: 1.3rem 1.1rem; }
    .system-exit-author-inner { flex-direction: column; text-align: center; gap: 1rem; }
    .system-exit-author-photo img { width: 130px; height: 130px; }
    .system-exit-author-text { flex-basis: auto; }
    .system-exit-author-text .system-exit-eyebrow { display: inline-block; }
}

/* Safety-Blöcke etwas Luft geben */
.system-exit-safety { margin: 1.4rem 0; }
.system-exit-safety .nc-safety-emergency,
.system-exit-page .nc-safety-disclaimer { margin: 0; }
.system-exit-page .nc-safety-disclaimer { border-radius: 16px; }

@media (max-width: 768px) {
    .system-exit-hero {
        padding: 2rem 1.1rem;
        /* Voller Verlauf statt animiertem Ausschnitt auf schmalen Screens */
        animation: none;
        background-size: 100% 100%;
    }
    .system-exit-hero::after { display: none; }

    .system-exit-actions {
        flex-direction: column;
    }

    .system-exit-btn {
        width: 100%;
    }

    .system-exit-flow-arrow { display: none; }
}

/* ---- Lebendiger, ruhiger Hero (reduced-motion-safe) ---- */
.system-exit-hero {
    position: relative;
    overflow: hidden;
    background-size: 180% 180%;
    animation: se-hero-shift 20s ease-in-out infinite;
}
.system-exit-hero > * { position: relative; z-index: 1; }
.system-exit-hero::after {
    content: "";
    position: absolute;
    inset: -40%;
    z-index: 0;
    pointer-events: none;
    background: radial-gradient(circle at 28% 26%, rgba(255,255,255,0.16), transparent 62%);
    animation: se-hero-sheen 10s ease-in-out infinite;
}
@keyframes se-hero-shift { 0%, 100% { background-position: 0% 50%; } 50% { background-position: 100% 50%; } }
@keyframes se-hero-sheen { 0%, 100% { transform: translate(0, 0); } 50% { transform: translate(7%, 5%); } }
@media (prefers-reduced-motion: reduce) {
    .system-exit-hero, .system-exit-hero::after { animation: none; }
}

/* ---- Mobile-Feinschliff (schmale Screens) ---- */
@media (max-width: 600px) {
    .system-exit-page { padding: 2rem 0.9rem 3.5rem; }
    .system-exit-hero { padding: 2rem 1.3rem; border-radius: 22px; }
    .system-exit-hero h1 { font-size: clamp(1.7rem, 7vw, 2.1rem); }
    .system-exit-intro { font-size: 1rem; }
    .system-exit-section { margin-top: 2.4rem; }
    .system-exit-section-head { margin-bottom: 1.8rem; }
    .system-exit-section-head h2 { font-size: 1.5rem; }
    .system-exit-cta { padding: 2.2rem 1.3rem; border-radius: 22px; }
    .system-exit-check { grid-template-columns: 1fr; }
    .system-exit-ai,
    .system-exit-notlist,
    .system-exit-form-block { padding: 1.4rem 1.3rem; }
    .system-exit-letter-card,
    .system-exit-card,
    .system-exit-panel { padding: 1.5rem 1.35rem; }
}
