.kpmg-evp-wrapper {
    max-width: 640px;
    margin: 2rem auto;
    padding: 2rem;
    border-radius: 12px;
    background: rgba(255,255,255,0.9);
    box-shadow: 0 8px 24px rgba(0,0,0,0.08);
    font-family: "Univers", system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
    text-align: left;
    color: #00338D; /* Standard Schriftfarbe KPMG-Blau */
}

.kpmg-evp-wrapper h1,
.kpmg-evp-wrapper h2,
.kpmg-evp-wrapper h3 {
    margin-top: 0;
    margin-bottom: 1rem;
}

.kpmg-evp-wrapper p {
    margin: 0 0 0.75rem 0;
}

.kpmg-evp-wrapper ul {
    margin: 0 0 1rem 1.25rem;
    padding: 0;
}

.kpmg-evp-title {
    font-size: 2rem;
    margin-bottom: 1.5rem;
    color: #00338D;
}

/* Buttons: Outline-Style in KPMG-Blau */
.kpmg-evp-button {
    display: inline-block;
    margin-top: 1.5rem;
    padding: 0.75rem 1.5rem;
    border-radius: 999px;
    border: 2px solid #00338D;
    background: transparent;
    color: #00338D;
    font-weight: 600;
    cursor: pointer;
    transition: transform 0.1s ease, box-shadow 0.1s ease, background 0.1s ease, color 0.1s ease;
}

.kpmg-evp-button:hover:not(:disabled),
.kpmg-evp-button:active:not(:disabled) {
    background: #00338D;
    color: #fff;
    box-shadow: 0 4px 12px rgba(0,0,0,0.1);
    transform: translateY(-1px);
}

.kpmg-evp-button:active:not(:disabled) {
    transform: translateY(0);
    box-shadow: 0 2px 6px rgba(0,0,0,0.08);
}

.kpmg-evp-button:disabled {
    background: transparent;
    color: rgba(0,0,0,0.4);
    border-color: rgba(0,0,0,0.3);
    cursor: not-allowed;
    box-shadow: none;
}

/* Progress-Dots */

.kpmg-evp-progress {
    display: flex;
    gap: 0.5rem;
    margin-bottom: 1.5rem;
    justify-content: center; /* zentriert */
}

.kpmg-evp-progress-dot {
    width: 10px;
    height: 10px;
    border-radius: 999px;
    background: rgba(0,51,141,0.15);
    border: 1px solid rgba(0,51,141,0.4);
    transition: background 0.2s ease, transform 0.2s ease;
}

.kpmg-evp-progress-dot--active {
    width: 18px;
    background: #00338D;
    transform: scale(1.05);
}

/* Fragen & Optionen */

.kpmg-evp-question-title {
    margin-bottom: 0.5rem;
    font-size: 1.4rem;
}

.kpmg-evp-instruction {
    margin-bottom: 1rem;
    font-size: 0.95rem;
    color: #333;
}

.kpmg-evp-options {
    display: flex;
    flex-direction: column;
    gap: 0.6rem;
    margin-bottom: 1.5rem;
}

/* Antwortboxen: Outline & Schrift in KPMG-Blau, linksbündig */
.kpmg-evp-option {
    display: flex;
    align-items: flex-start;
    width: 100%;
    text-align: left;
    border-radius: 10px;
    border: 2px solid #00338D;
    background: rgba(255,255,255,0.98);
    padding: 0.6rem 0.75rem;
    cursor: pointer;
    box-sizing: border-box;
    position: relative;
    transition: box-shadow 0.2s ease, transform 0.1s ease, border-color 0.2s ease, background 0.2s ease;
}

.kpmg-evp-option:hover {
    box-shadow: 0 4px 10px rgba(0,0,0,0.06);
    transform: translateY(-1px);
    border-color: rgba(0,51,141,0.7);
}

.kpmg-evp-option-order {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    width: 26px;
    height: 26px;
    border-radius: 50%;
    margin-right: 0.5rem;
    font-size: 0.9rem;
    font-weight: 600;
    background: rgba(0,0,0,0.03);
    color: #00338D;
    border: 1px solid rgba(0,0,0,0.1);
}

.kpmg-evp-option-label {
    white-space: normal;
    word-wrap: break-word;
    font-size: 0.98rem;
    line-height: 1.4;
    color: #00338D;
}

/* Farbcode für 1./2./3. Klick */

.kpmg-evp-option--selected1 {
    border-color: #00338D;
    box-shadow: 0 0 0 1px rgba(0,51,141,0.25);
}
.kpmg-evp-option--selected1 .kpmg-evp-option-order {
    background: #00338D;
    color: #fff;
    border-color: #00338D;
}

.kpmg-evp-option--selected2 {
    border-color: #005EB8;
    box-shadow: 0 0 0 1px rgba(0,94,184,0.25);
}
.kpmg-evp-option--selected2 .kpmg-evp-option-order {
    background: #005EB8;
    color: #fff;
    border-color: #005EB8;
}

.kpmg-evp-option--selected3 {
    border-color: #00A3E0;
    box-shadow: 0 0 0 1px rgba(0,163,224,0.25);
}
.kpmg-evp-option--selected3 .kpmg-evp-option-order {
    background: #00A3E0;
    color: #00338D;
    border-color: #00A3E0;
}

/* Code-Anzeige */

.kpmg-evp-code {
    font-family: "SF Mono", Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
    font-size: 1.3rem;
    letter-spacing: 0.08em;
    background: rgba(0,51,141,0.06);
    padding: 0.5rem 0.75rem;
    border-radius: 8px;
    display: inline-block;
    margin-top: 0.5rem;
}

/* Form-Felder (Kontakt) */

.kpmg-evp-form-row {
    margin-bottom: 1rem;
}

.kpmg-evp-form-row label {
    display: block;
    font-weight: 600;
    margin-bottom: 0.25rem;
    font-size: 0.95rem;
}

.kpmg-evp-form-row select,
.kpmg-evp-form-row input[type="text"],
.kpmg-evp-form-row input[type="email"] {
    width: 100%;
    padding: 0.5rem 0.6rem;
    border-radius: 6px;
    border: 1px solid rgba(0,0,0,0.2);
    box-sizing: border-box;
    font-size: 0.95rem;
}

.kpmg-evp-form-row select:focus,
.kpmg-evp-form-row input[type="text"]:focus,
.kpmg-evp-form-row input[type="email"]:focus {
    outline: none;
    border-color: #00338D;
    box-shadow: 0 0 0 1px rgba(0,51,141,0.2);
}

/* Core-EVP / Ergebnis-Typografie */

.kpmg-evp-core h3,
.kpmg-evp-result h3 {
    margin-top: 1.5rem;
    font-size: 1.1rem;
    color: #00338D;
}

.kpmg-evp-core ul,
.kpmg-evp-result ul {
    margin-top: 0.5rem;
    margin-bottom: 1rem;
}

.kpmg-evp-core li,
.kpmg-evp-result li {
    margin-bottom: 0.5rem;
}

/* Responsive */

@media (max-width: 600px) {
    .kpmg-evp-wrapper {
        margin: 1rem;
        padding: 1.5rem;
    }

    .kpmg-evp-title {
        font-size: 1.6rem;
    }
}
