/* CONTAINER */
.ai_test.csp-calculator-wrapper { max-width: 1100px; font-family: inherit; color: #fff; }

/* FRAGEN-DESIGN (SQUIRCLES) */
.ai_test .csp-button-group { display: flex; flex-direction: column; gap: 12px; width: 100%; }
.ai_test .csp-toggle { display: flex; align-items: center; cursor: pointer; padding: 8px 0; background: transparent !important; border: none !important; justify-content: flex-start; }
.ai_test .csp-toggle input[type="radio"] { position: absolute; opacity: 0; }
.ai_test .csp-toggle::before { content: ""; display: inline-block; min-width: 24px; height: 24px; border: 2px solid #495057; border-radius: 8px; margin-right: 15px; background: transparent; }
.ai_test .csp-toggle.active::before { border-color: #D60B52 !important; background-color: #D60B52 !important; }
.ai_test .csp-toggle span { color: #ffffff; font-size: 16px; transition: 0.2s; }
.ai_test .csp-toggle.active span { color: #fff; font-weight: 500; }
.ai_test .csp-label h5 { font-size: 22px; color: #fff; margin-bottom: 25px; font-weight: 500; }

/* NAVIGATION */
.ai_test .csp-step-nav { display: flex; justify-content: space-between; margin-bottom: 40px; position: relative; }
.ai_test .csp-step-nav::before { content: ""; position: absolute; top: 50%; left: 0; width: 100%; height: 1px; background-color: #414192; z-index: 1; }
.ai_test .csp-step { width: 40px; height: 40px; border-radius: 50%; background-color: #1D1D3C; text-align: center; line-height: 38px; border: 1px solid #414192; color: #fff; z-index: 2; cursor: pointer; }
.ai_test .csp-step.active, .ai_test .csp-step.completed { background-color: #D60B52; border-color: #D60B52; }

/* ERGEBNIS-LAYOUT (STEP 7) */
.ai_test .result-header { text-align: left; margin-bottom: 40px; }
.ai_test .result-header h2 { font-size: 52px; font-weight: 500; margin: 0; color: #ffffff; }

.ai_test .result-cards-grid { display: flex; justify-content: space-between; gap: 20px; margin-bottom: 60px; align-items: center; }
.ai_test .res-card { flex: 1; text-align: center; transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1); }

/* AKTIVE KARTE */
.ai_test .res-card.is-active { transform: scale(1.18); z-index: 10; margin: 0 15px; }
.ai_test .res-card-img { position: relative; border-radius: 15px; overflow: hidden; border: 2px solid #3A3C75; background: rgba(29, 29, 60, 0.5); padding-bottom: 12px; }
.ai_test .res-card.is-active .res-card-img { border-color: #D60B52; box-shadow: 0 0 30px rgba(214, 11, 82, 0.5); background: radial-gradient(171.39% 169.18% at -0.08% 204.66%, #D60B52 0%, #A6104C 0%, #1D1D3C 100%); }
.ai_test .res-card img { width: 100%; display: block; margin-bottom: 10px; transition: all 0.3s ease; }
.ai_test .res-card.is-active img { padding: 5px; border-radius: 12px; }
.ai_test .res-card p { color: #ffffff; margin: 5px 0 0 0; font-weight: 600; font-size: 14px; }
.ai_test .level-badge { position: absolute; top: 10px; left: 10px; background: #2D2D5C; width: 24px; height: 24px; border-radius: 4px; font-size: 12px; line-height: 24px; z-index: 2; color: #ffffff; }
.ai_test .res-card.is-active .level-badge { background: #D60B52; }

/* DETAILS & CTA */
.ai_test .result-details-container { display: flex; gap: 50px; align-items: flex-start; }
.ai_test .result-text-block { flex: 1; text-align: left; }
.ai_test .level-indicator-large { background: #D60B52; width: 44px; height: 44px; border-radius: 8px; text-align: center; line-height: 44px; font-weight: 700; font-size: 20px; margin-bottom: 25px; color: #ffffff; }
.ai_test .result-text-block h3 { font-size: 32px; margin: 0 0 10px 0; color: #ffffff; }
.ai_test .result-text-block h4 { font-size: 22px; color: #ffffff; margin: 0 0 25px 0; font-weight: 400; }
.ai_test .result-text-block p { line-height: 1.7; color: #ffffff; font-size: 16px; }

/* CTA BOX RIGHT */
.ai_test .result-cta-box { 
    flex: 0 0 420px; 
    background: radial-gradient(195.66% 191.36% at 37.11% -78.1%, #D60B52 0%, #A6104C 0%, #1D1D3C 75%, #D60B52 100%);
    border: 1px solid #D60B52; 
    border-radius: 20px; 
    padding: 60px 40px; 
    text-align: center; 
}
.ai_test .result-cta-box h3 { font-size: 32px; margin-bottom: 30px; line-height: 1.2; color: #ffffff; font-weight: 500; }

.ai_test .team-avatars { display: flex; justify-content: center; margin-bottom: 35px; }
.ai_test .team-avatars img { 
    width: 50px; 
    height: 50px; 
    border-radius: 50%; 
    border: 3px solid #552145; /* NEUE BORDER FARBE */
    margin: 0 -8px; 
}

.ai_test .cta-button-red { background: #D60B52; color: #fff !important; text-decoration: none; padding: 16px 28px; border-radius: 8px; font-weight: 500; display: inline-flex; align-items: center; gap: 12px; font-size: 16px; }
.ai_test .cta-button-red img { height: 16px; width: 16px; }

/* NAVIGATION */
.ai_test .csp-navigation { display: flex; justify-content: space-between; margin-top: 50px; }
.ai_test .csp-button-prev { background: #D60B52; color: #fff; border: 0; border-radius: 4px; height: 48px; padding: 0 24px 0 48px !important; cursor: pointer; font-weight: 500; }
.ai_test .csp-button-next { background: #D60B52; color: #fff; border: 0; border-radius: 4px; height: 48px; padding: 0 48px 0 24px !important; cursor: pointer; font-weight: 500; }

.ai_test .csp-form-step { display: none; }
.ai_test .csp-form-step.active { display: block; }

/* FOOTER - ANGEPASST */
.ai_test .fussleiste { 
    margin: 40px 0 0 0; /* Margin auf 0px (unten/seitlich) */
    text-align: left; /* Nicht mittig */
}
.ai_test .fussleiste p { color: #ffffff; font-size: 12px; margin: 0; }

@media (max-width: 900px) {
    .ai_test .result-cards-grid { flex-wrap: wrap; }
    .ai_test .res-card { flex: 0 0 30%; }
    .ai_test .res-card.is-active { transform: scale(1.1); margin: 10px 0; }
    .ai_test .result-details-container { flex-direction: column; }
    .ai_test .result-cta-box { flex: 1 1 auto; width: 100%; box-sizing: border-box; }
}