.quiz-section{padding:2rem;max-width:800px;background-color:#f8f9f5;margin:3rem auto;box-shadow:0 4px 12px rgba(0,0,0,.05);border-radius:10px;font-family:Roboto,Arial,sans-serif}.quiz-section h2{font-size:1.8rem;margin-bottom:1.5rem;color:#2e7d32;text-align:center}.quiz-description{color:#555;text-align:center;line-height:1.5}.quiz-description,.quiz-progress{margin-bottom:2rem}.progress-steps{justify-content:space-between;margin-bottom:1rem;display:flex}.progress-step{height:36px;justify-content:center;font-weight:600;color:#666;transition:all .3s ease;position:relative;background-color:#e0e0e0;align-items:center;border-radius:50%;width:36px;display:flex;z-index:1}.progress-step.active{color:#fff;background-color:#2e7d32}.progress-step:after{height:2px;content:"";position:absolute;top:50%;background-color:#e0e0e0;left:100%;width:calc(100% - 36px);z-index:-1}.progress-step:last-child:after{display:none}.progress-step.active:after{background-color:#2e7d32}.progress-bar-container{height:8px;overflow:hidden;background-color:#e0e0e0;border-radius:4px;width:100%}.progress-bar{height:100%;transition:width .3s ease;background-color:#2e7d32;border-radius:4px}.quiz-step{padding:2rem;margin-bottom:1.5rem;background-color:#fff;box-shadow:0 2px 8px rgba(0,0,0,.05);border-radius:8px}.quiz-step h3{font-size:1.3rem;margin-bottom:1.5rem;color:#333;text-align:center}.quiz-input-group{max-width:300px;margin:0 auto 1rem;align-items:center;display:flex}.quiz-input-group input{flex:1;padding:.8rem;font-size:1rem;border:1px solid #ddd;transition:border-color .3s;border-radius:5px}.quiz-input-group input:focus{border-color:#2e7d32;outline:none;box-shadow:0 0 0 2px rgba(46,125,50,.2)}.input-suffix{font-weight:600;color:#666;margin-left:.5rem}.quiz-hint{font-size:.9rem;margin-bottom:1.5rem;color:#888;text-align:center}.quiz-options{grid-template-columns:repeat(2,1fr);margin-bottom:1.5rem;gap:1rem;display:grid}.budget-options{grid-template-columns:repeat(3,1fr)}.quiz-option{cursor:pointer;display:block}.quiz-option input[type=radio]{display:none}.option-box{height:100%;overflow:hidden;border:2px solid #e0e0e0;transition:all .3s ease;border-radius:8px;display:block}.quiz-option input[type=radio]:checked+.option-box{border-color:#2e7d32;box-shadow:0 4px 8px rgba(46,125,50,.2)}.option-box img{height:120px;object-fit:cover;width:100%;display:block}.option-title{padding:.8rem .5rem .4rem;font-weight:600;color:#333}.option-desc,.option-title{text-align:center;display:block}.option-desc{padding:0 .5rem .8rem;font-size:.85rem;color:#666}.budget-icon{height:80px;justify-content:center;font-size:2rem;color:#2e7d32;background-color:#f5f5f5;align-items:center;display:flex}.quiz-nav-buttons{justify-content:space-between;gap:1rem;display:flex}.quiz-next-btn,.quiz-prev-btn{padding:.8rem 1.5rem;font-weight:600;transition:all .3s ease;border-radius:5px;cursor:pointer}.quiz-prev-btn{border:1px solid #ddd;color:#666;background-color:transparent}.quiz-prev-btn:hover{background-color:#f5f5f5}.quiz-next-btn{border:none;color:#fff;background-color:#2e7d32;margin-left:auto}.quiz-next-btn:hover{background-color:#1b5e20}.quiz-next-btn:disabled{background-color:#a5d6a7;cursor:not-allowed}.quiz-submit-btn{background-color:#ff6d00}.quiz-submit-btn:hover{background-color:#e65100}.quiz-results{padding:2rem;background-color:#fff;box-shadow:0 2px 8px rgba(0,0,0,.05);border-radius:8px}.quiz-results h3{font-size:1.5rem;margin-bottom:1.5rem;color:#2e7d32;text-align:center}.result-card{overflow:hidden;border:1px solid #e0e0e0;border-radius:8px}.result-header{padding:1.5rem;justify-content:space-between;border-bottom:1px solid #e0e0e0;background-color:#f5f5f5;align-items:center;display:flex}.result-header h4{font-size:1.3rem;color:#2e7d32;margin:0}.result-area{font-weight:600;color:#666}.result-body{padding:1.5rem}.result-body h5{font-size:1.1rem;color:#333;margin:1.5rem 0 .5rem}.result-body h5:first-child{margin-top:0}.result-body p{color:#555;margin:0 0 1rem;line-height:1.5}.result-body ul{color:#555;margin:0;padding-left:1.5rem}.result-body li{margin-bottom:.5rem}.price-breakdown-container{margin-bottom:1.5rem}.price-breakdown{list-style:none;padding:0;margin:0}.price-breakdown li{padding:.6rem 0;justify-content:space-between;border-bottom:1px solid #f2f2f2;display:flex}.breakdown-label{color:#555}.breakdown-cost{font-weight:600;white-space:nowrap}.result-price{padding:1rem;justify-content:space-between;background-color:#f8f9f5;align-items:center;border-radius:6px;margin-top:1.5rem;display:flex}.price-label{font-weight:600;color:#333}.price-value{font-size:1.5rem;font-weight:700;color:#2e7d32;white-space:nowrap}.result-note{border-left:3px solid #2e7d32;padding:1rem;font-size:.9rem;color:#666;background-color:#f8f9f5;border-radius:5px;margin-top:1rem}.result-footer{padding:1.5rem;justify-content:center;border-top:1px solid #e0e0e0;gap:1rem;display:flex}.request-btn,.restart-btn{padding:.8rem 1.5rem;font-weight:600;transition:all .3s ease;border-radius:5px;cursor:pointer}.request-btn{border:none;color:#fff;background-color:#ff6d00}.request-btn:hover{background-color:#e65100}.restart-btn{border:1px solid #ddd;color:#666;background-color:transparent}.restart-btn:hover{background-color:#f5f5f5}@media (max-width:768px){.quiz-section{padding:.5rem;margin:1rem .5rem}.quiz-step{padding:1.5rem}.budget-options,.quiz-options{grid-template-columns:1fr}.result-header{flex-direction:column;align-items:flex-start}.result-area{margin-top:.5rem}.result-footer{flex-direction:column}.request-btn,.restart-btn{width:100%}}@keyframes fadeIn{0%{transform:translateY(10px);opacity:0}to{transform:translateY(0);opacity:1}}.quiz-step{animation:fadeIn .3s ease-in-out}.quiz-results{animation:fadeIn .5s ease-in-out}