.quiz-container{max-width:800px;margin:0 auto;padding:2rem;background:#fff;border-radius:10px;box-shadow:0 0 20px #0000001a}.quiz-header{text-align:center;margin-bottom:2rem}.quiz-header h1{color:#057670;margin-bottom:1rem}.quiz-progress{height:10px;background:#ebf7f2;border-radius:5px;margin-bottom:2rem}.progress-bar{height:100%;background:#057670;border-radius:5px;width:0%;transition:width .3s ease}.quiz-questions{margin-bottom:2rem}.question{display:none;animation:fadeIn .5s ease}.question.active{display:block}.question h2{color:#333;margin-bottom:1.5rem;font-size:1.5rem}.quiz-input,.quiz-select{width:100%;padding:1rem;border:2px solid #EBF7F2;border-radius:8px;font-size:1rem;transition:all .3s ease}.quiz-input:focus,.quiz-select:focus{outline:none;border-color:#057670;box-shadow:0 0 0 2px #0576701a}.quiz-input.has-value,.quiz-select.has-value{border-color:#057670}.quiz-select{-webkit-appearance:none;appearance:none;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none' stroke='%23057670' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpolyline points='6 9 12 15 18 9'%3E%3C/polyline%3E%3C/svg%3E");background-repeat:no-repeat;background-position:right 1rem center;background-size:1.5rem;padding-right:2.5rem}.answer-options{display:grid;gap:1rem}.answer-option{padding:1rem;border:2px solid #EBF7F2;border-radius:8px;cursor:pointer;transition:all .3s ease;text-align:center}.answer-option:hover,.answer-option.selected{border-color:#057670;background:#ebf7f2}.quiz-navigation{display:flex;justify-content:space-between;margin-top:2rem;gap:1rem}.quiz-navigation button{padding:.8rem 1.5rem;border:none;border-radius:5px;cursor:pointer;font-weight:700;transition:all .3s ease}.prev-btn{background:#ebf7f2;color:#057670}.next-btn{background:#057670;color:#fff}.dev-skip-btn{background:#ff9800;color:#fff;margin-left:auto}.next-btn:hover{background:#04615d}.dev-skip-btn:hover{background:#e68a00}.quiz-results{text-align:center;padding:2rem}.quiz-results h2{color:#057670;margin-bottom:2rem}.quiz-summary{text-align:left;margin-bottom:2rem;padding:1.5rem;background:#ebf7f2;border-radius:8px}.quiz-summary h3{color:#057670;margin-bottom:1rem}.quiz-summary ul{list-style:none;padding:0}.quiz-summary li{margin-bottom:1rem;padding-bottom:1rem;border-bottom:1px solid #ddd}.quiz-summary li:last-child{border-bottom:none}.quiz-summary strong{display:block;color:#333;margin-bottom:.5rem}.quiz-summary span{color:#666}.recommended-products{margin-top:2rem}.recommended-products h3{color:#057670;margin-bottom:1.5rem}.product-card{background:#fff;border-radius:8px;padding:1.5rem;box-shadow:0 2px 4px #0000001a;transition:transform .3s ease}.product-card:hover{transform:translateY(-5px)}.product-card img{width:100%;height:200px;object-fit:cover;border-radius:4px;margin-bottom:1rem}.product-card h3{color:#333;margin-bottom:.5rem}.product-card p{color:#666;margin-bottom:1rem}.product-link{display:inline-block;padding:.5rem 1rem;background:#057670;color:#fff;text-decoration:none;border-radius:4px;transition:background .3s ease}.product-link:hover{background:#04615d}@keyframes fadeIn{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}@media (max-width: 768px){.quiz-container{padding:1rem}.answer-options{grid-template-columns:1fr}.question h2{font-size:1.2rem}.quiz-input,.quiz-select{padding:.8rem}}
/*# sourceMappingURL=/cdn/shop/t/26/assets/quiz-styles.css.map */
