@keyframes fadeIn{0%{opacity:0;transform:translateY(10px)}to{opacity:1;transform:translateY(0)}}.recommendation-section,.service-intro{padding:40px 20px;background-color:#fff;text-align:center}.recommendation-section h2,.service-intro h2{font-size:1.8rem;margin-bottom:20px;color:#333}.service-intro p{line-height:1.6;color:#555;max-width:800px;margin:0 auto}.questionnaire-container{max-width:600px;margin:20px auto;padding:20px;border:1px solid #ccc;border-radius:8px;min-height:400px;display:flex;flex-direction:column}.progress-container{width:100%;height:8px;background-color:#eee;border-radius:4px;margin-bottom:10px;overflow:hidden}.progress-bar{height:100%;background-color:#666;width:0%;transition:width .3s ease}.step-indicator{text-align:right;font-size:.9rem;color:#666;margin-bottom:30px}.wizard-content{flex-grow:1}.step-title{font-size:1.8rem;text-align:center;margin-bottom:30px;color:#333}.category-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:15px;padding-bottom:10px;border-bottom:1px solid #eee}.category-label{font-weight:700;font-size:1.1rem}.refresh-btn{background:0 0;border:1px solid #ccc;border-radius:4px;padding:5px 10px;cursor:pointer;font-size:.9rem;display:flex;align-items:center;gap:4px}.refresh-btn:hover{background-color:#f0f0f0}.tags-list{display:flex;flex-wrap:wrap;gap:12px;justify-content:center}.tag-checkbox{display:none}.tag-label{display:inline-block;padding:10px 20px;border:1px solid #ccc;border-radius:25px;cursor:pointer;user-select:none;font-size:1rem}.tag-checkbox:checked+.tag-label{background-color:#eee;border-color:#999;font-weight:700}.tag-label:hover{background-color:#f9f9f9}.wizard-navigation{display:flex;justify-content:space-between;margin-top:40px;padding-top:20px;border-top:1px solid #eee}.btn-nav{padding:12px 24px;border-radius:6px;font-size:1rem;cursor:pointer;border:1px solid #ccc;background-color:#fff}.btn-prev:hover{background-color:#f0f0f0}.btn-skip{border:0;background-color:transparent;text-decoration:underline}.btn-next{background-color:#333;color:#fff;border:0;min-width:120px}.btn-next:hover{background-color:#555}.fade-in{animation:fadeIn .4s ease-out}.more-search-container{margin-top:40px;padding:20px;border:1px solid #eee;border-radius:8px}.btn-secondary{display:inline-block;padding:12px 30px;border:1px solid #333;color:#333;text-decoration:none;border-radius:6px;margin-top:10px}.btn-secondary:hover{background-color:#f0f0f0}.selected-tags-area{margin-bottom:30px;padding:15px;background-color:#f9f9f9;border-radius:8px;border:1px solid #eee}.selected-tags-title{font-weight:700;margin-bottom:10px;color:#555;font-size:.95rem}.selected-tags-list{display:flex;flex-wrap:wrap;gap:8px}.selected-tag-item{background-color:#fff;border:1px solid #ddd;border-radius:20px;padding:4px 12px;font-size:.85rem;color:#666}.toggle-tags-btn{display:block;margin:10px auto 0;background:0 0;border:0;color:#2196f3;cursor:pointer;font-size:.9rem;text-decoration:underline}.toggle-tags-btn:hover{color:#1976d2}.survey-area{padding:30px;border:1px solid #eee;border-radius:8px;text-align:center}.rating-btn,.rating-buttons{display:flex;justify-content:center}.rating-buttons{gap:15px;margin-bottom:20px}.rating-btn{width:50px;height:50px;border-radius:50%;border:1px solid #ccc;background-color:#fff;font-size:1.5rem;cursor:pointer;align-items:center}.rating-btn.selected,.rating-btn:hover{background-color:#eee}.submit-survey-btn{background-color:#333;color:#fff;border:0;padding:12px 40px;border-radius:6px;font-size:1rem;cursor:pointer}.submit-survey-btn:disabled{background-color:#ccc;cursor:not-allowed}.submit-survey-btn:not(:disabled):hover{background-color:#555}