.quiz-outer{margin:0 auto;max-width:850px;text-align:center}.step{display:none}.step.active{animation:fadeIn .4s ease;display:block}.rating-group{display:grid;gap:15px;margin-top:25px;text-align:left}.rating-item{align-items:center;background:#f9f9f9;border:2px solid #ddd;border-radius:8px;display:flex;justify-content:space-between;padding:10px 15px}.rating-item label{font-size:16px;font-weight:500;width:70%}.rating-select{border:1px solid #ccc;border-radius:5px;font-size:16px;max-width:75px;padding:5px 10px}.choices{display:grid;gap:15px;grid-template-columns:1fr;margin-top:25px}.choice-card{background:#f9f9f9;border:2px solid #ddd;border-radius:10px;cursor:pointer;padding:15px 20px;transition:all .25s ease}.choice-card:hover{background:#f0f0f0;transform:scale(1.01)}.choice-card.selected{background:#000;border-color:#000;color:#fff;transform:scale(1.02)}.choice-label{font-size:18px;font-weight:500}.navigation button{background:#96c76b;border:none;border-radius:6px;color:#000;cursor:pointer;font-weight:500;margin:10px 5px;padding:10px 22px}.navigation button:hover{background:#96c76b}.progress-bar-wrapper{margin-bottom:25px}.progress-bar{display:flex;gap:15px;justify-content:center}.progress-item{text-align:center}.progress-item .progress-label{font-size:14px;margin-bottom:5px}.progress-item.active .progress-label{font-weight:700}.progress-item.completed .progress-step{background:#000}.progress-step{background:#ccc;border-radius:50%;height:15px;margin:0 auto;width:15px}.quiz-result{background:#f7f7f7;border-radius:10px;color:#000;margin-top:40px;padding:40px;text-align:center}.quiz-result ul{list-style:none;margin-top:15px;padding:0}.quiz-result li{font-size:16px;margin:5px 0}.plan-btn{background:#000;border-radius:6px;color:#fff;display:inline-block;font-weight:600;margin:10px 8px;padding:10px 22px;text-decoration:none}.plan-btn.secondary{background:#555}.plan-btn:hover{background:#222}.retake-btn{background:#444;border:none;border-radius:6px;color:#fff;cursor:pointer;padding:10px 20px}@keyframes fadeIn{0%{opacity:0;transform:translateY(15px)}to{opacity:1;transform:translateY(0)}}@media(min-width:600px){.choices{grid-template-columns:1fr 1fr}}