#mce-quiz{
    max-width:720px;
    margin:60px auto;
    font-family:'Montserrat',sans-serif;
}

.mce-question h3{
    font-family:'Open Sans',sans-serif;
    font-size:25px;
	font-weight:600;
    margin-bottom:20px;
}

/* Antwort-Buttons */

.mce-answer{
    display:block;
    width:100%;
    padding:14px;
    margin-bottom:12px;
    border:1px solid #2676B3;
    background:#2676B3;
    color:#ffffff;
    cursor:pointer;
    transition: all 0.2s ease;
}

/* =========================================
   WACHSTUMSPOTENZIAL
========================================= */

.mce-growth{
    background:#f0fdf4;
    padding:30px;
    margin:35px 0;
    border-left:6px solid #15803d;
    box-shadow:0 6px 20px rgba(0,0,0,0.05);
    font-size:16px;
    line-height:1.7;
}

.mce-growth h4{
    font-size:20px;
    margin-bottom:15px;
}

.mce-growth strong{
    font-weight:700;
}
/* Hover-Effekt (etwas dunkler) */

.mce-answer:hover{
    background:#1f5f8f;
    border-color:#1f5f8f;
}

#mce-progress{
    height:6px;
    background:#eee;
    margin-bottom:25px;
}

/* Fortschrittsbalken ebenfalls blau */

#mce-bar{
    height:6px;
    width:0;
    background:#2676B3;
}

.mce-score{
    font-family:'Open Sans',sans-serif;
    font-size:40px;
    font-weight:600;
    margin-top:30px;
}

.mce-title{
    font-family:'Open Sans',sans-serif;
    font-size:25px;
    font-weight:600;
}

.mce-softgate{
    margin-top:25px;
    padding:20px;
    border:1px solid #ddd;
    background:#f9f9f9;
}

#mce-form select,
#mce-form input {
    width:100%;
    padding:14px;
    margin-bottom:12px;
    border:1px solid #ccc;
    font-family:'Montserrat',sans-serif;
}

#mce-form label {
    display:flex;
    align-items:flex-start;
    gap:10px;
    font-size:14px;
    line-height:1.4;
}

#mce-form input[type="checkbox"] {
    width:18px;
    height:18px;
    margin-top:3px;
    accent-color:#2676B3;
    cursor:pointer;
}

/* =========================================
   ERGEBNIS-BEREICH UPGRADE
========================================= */

.mce-score{
    font-size:56px;
    font-weight:700;
    letter-spacing:-1px;
    margin-bottom:5px;
}

.mce-title{
    font-size:28px;
    font-weight:700;
    margin-bottom:10px;
}

#mce-result p{
    font-size:17px;
    line-height:1.6;
    margin-bottom:25px;
    color:#2c3e50;
}


/* =========================================
   STRATEGISCHE STANDORTANALYSE (Card)
========================================= */

.mce-strategy{
    background:#f4f7fb;
    padding:30px;
    border-radius:12px;
    margin:40px 0;
}

.mce-strategy h3{
    font-family:'Open Sans',sans-serif;
    font-weight:700;
    font-size:22px;
    margin-bottom:20px;
}

.mce-strategy ul{
    list-style:none;
    padding:0;
    margin:0;
}

.mce-strategy li{
    padding:8px 0;
    font-size:16px;
    border-bottom:1px solid rgba(0,0,0,0.05);
}

.mce-strategy li:last-child{
    border-bottom:none;
}


/* =========================================
   GRÖSSTER WACHSTUMSHEBEL (Executive Box)
========================================= */

.mce-focus{
    margin:50px 0 20px;
    padding:25px 30px;
    border-left:6px solid #2676B3;
    background:#ffffff;
    box-shadow:0 4px 12px rgba(0,0,0,0.05);
}

.mce-focus h3{
    font-family:'Open Sans',sans-serif;
    font-weight:700;
    font-size:20px;
    margin-bottom:10px;
}

.mce-focus p{
    font-size:20px;
    font-weight:600;
    margin:0;
}


/* =========================================
   DETAIL-ANALYSE
========================================= */

.mce-deep-analysis{
    margin-top:25px;
    font-size:16px;
    line-height:1.7;
}

.mce-deep-analysis p{
    margin-bottom:18px;
}

.mce-deep-analysis ul{
    margin:10px 0 20px 20px;
}

.mce-deep-analysis li{
    margin-bottom:8px;
}


/* =========================================
   SOFTGATE OPTISCH AUFWERTEN
========================================= */

.mce-softgate{
    margin-top:50px;
    padding:30px;
    border:none;
    border-radius:14px;
    background:linear-gradient(180deg,#f7f9fc 0%, #ffffff 100%);
    box-shadow:0 8px 24px rgba(0,0,0,0.06);
}

.mce-softgate h3{
    font-size:24px;
    margin-bottom:15px;
}

#mce-submit{
    background:#2676B3;
    color:#ffffff;
    border:none;
    padding:16px;
    width:100%;
    font-size:16px;
    font-weight:600;
    cursor:pointer;
    transition:all 0.2s ease;
}

#mce-submit:hover{
    background:#1f5f8f;
}

/* =========================================
   EXECUTIVE SUMMARY
========================================= */

.mce-executive-summary{
    background:#ffffff;
    padding:30px;
    margin:35px 0;
    border-left:6px solid #1e3a8a;
    box-shadow:0 6px 20px rgba(0,0,0,0.05);
    font-size:16px;
    line-height:1.7;
}

.mce-executive-summary strong{
    display:block;
    font-size:18px;
    margin-bottom:10px;
}

/* =========================================
   RISIKOEINSCHÄTZUNG
========================================= */

.mce-risk-analysis{
    background:#f8fafc;
    padding:30px;
    margin:30px 0;
    border-left:6px solid #dc2626;
    box-shadow:0 6px 20px rgba(0,0,0,0.05);
    font-size:16px;
    line-height:1.7;
}

.mce-risk-analysis strong{
    display:block;
    font-size:18px;
    margin-bottom:10px;
}

.mce-risk-analysis ul{
    margin:15px 0;
    padding-left:20px;
}

/* =========================================
   90-TAGE-ROADMAP
========================================= */

.mce-roadmap{
    background:#ffffff;
    padding:30px;
    margin:35px 0;
    border-left:6px solid #16a34a;
    box-shadow:0 6px 20px rgba(0,0,0,0.05);
    font-size:16px;
    line-height:1.7;
}

.mce-roadmap h4{
    font-size:20px;
    margin-bottom:15px;
}

.mce-roadmap ul{
    margin:10px 0 20px 20px;
}

#mce-progress-text{
    text-align:right;
    font-size:14px;
    color:#666;
    margin-bottom:25px;
    font-family:'Montserrat',sans-serif;
}

.mce-steps{
    display:flex;
    justify-content:space-between;
    gap:15px;
    margin:30px 0;
}

.mce-step{
    flex:1;
    text-align:center;
    padding:15px;
    background:#f5f5f5;
    border-radius:10px;
    font-size:14px;
    color:#666;
}

.mce-step span{
    display:block;
    width:32px;
    height:32px;
    line-height:32px;
    margin:0 auto 10px;
    border-radius:50%;
    background:#ddd;
    color:#fff;
    font-weight:bold;
}

.mce-step.active{
    background:#eef6fc;
    color:#2676B3;
    font-weight:600;
}

.mce-step.active span{
    background:#2676B3;
}

.mce-section-title{
    font-family:'Open Sans',sans-serif;
    font-size:24px;
    margin:25px 0 15px;
}

#mce-start{
    width:100%;
    padding:16px;
    border:none;
    background:#2676B3;
    color:#fff;
    font-size:16px;
    font-weight:600;
    cursor:pointer;
    border-radius:6px;
    margin-top:10px;
}

#mce-start:hover{
    background:#1f5f8f;
}