#initquiz{position:fixed;width:100dvw;z-index:99999999999;left:0;top:0;overflow-y:auto}.t-quiz-wrapper{display:flex;flex-direction:column;width:100%;margin:0 auto;min-height:100vh;font-family:Poppins,sans-serif;box-sizing:border-box;background-color:#fff}.t-quiz-header{display:flex;justify-content:center;align-items:center;margin-bottom:20px;padding:0 10px;position:relative;width:100%}.t-quiz-logo{max-height:40px;place-self:center}.t-btn-close{background:none;border:none;font-size:24px;cursor:pointer;color:#333;margin-left:auto;position:absolute;right:15px;top:5px}.t-quiz-content{display:flex;flex:1;gap:25px;height:100%;background:#fefeff;margin-top:3rem;max-width:1400px;margin-left:auto;margin-right:auto;width:95%;max-height:92dvh}.t-quiz-image-col{flex:1;display:flex}.t-quiz-image-col img{width:100%;height:auto;max-height:600px;object-fit:cover;border-radius:20px}.t-quiz-picture{width:100%}.t-quiz-form-col{flex:1;display:flex;flex-direction:column;padding:0 20px}.t-stepper-container{display:flex;justify-content:center;align-items:center;margin-bottom:40px;gap:24px}.t-step-wrapper{display:flex;align-items:center}.t-step-item{display:flex;flex-direction:column;align-items:center;min-width:90px}.t-step-label{font-size:14px;font-weight:600;color:#c4c4c4;margin-bottom:8px}.t-step-item.is-active .t-step-label{color:#1e6bff}.t-step-circle{width:46px;height:46px;border-radius:50%;background-color:#e6e6e6;color:#fff;display:flex;align-items:center;justify-content:center;font-weight:700;font-size:18px;transition:all .2s ease}.t-step-item.is-active .t-step-circle{background-color:#cfe2ff;color:#1e6bff}.t-step-line{width:60px;height:2px;transform:translateY(10px);background:repeating-linear-gradient(to right,#1e6bff 0,#1e6bff 4px,transparent 4px,transparent 8px);margin:0 12px}@media(max-width:1366px){.t-option-btn{font-size:13px}.t-options-list{max-height:300px;overflow:auto}}@media(max-width:768px){.t-stepper-container{justify-content:flex-start;gap:12px;overflow:auto}.t-step-item{min-width:auto;flex-direction:row-reverse;gap:5px;overflow:auto;padding:12px;border-radius:10px}.t-step-item.is-active{background:#057de914}.t-step-label{font-size:12px;margin-bottom:4px}.t-step-circle{width:44px;height:44px;font-size:14px}.t-step-line{width:36px;transform:translateY(0)}}@media(max-width:430px){.t-quiz-image-col{display:none}.t-options-list{max-height:360px;overflow-y:auto}}.t-question-title{font-size:20px;color:#333;margin-bottom:30px;font-weight:500;text-align:center}.t-options-list{display:flex;flex-direction:column;gap:25px;width:100%;max-width:400px;margin:0 auto}.t-option-btn{background-color:#fff;border:1px solid #e0e0e0;border-radius:50px;padding:15px 60px;font-size:14px;text-transform:uppercase;color:#555;cursor:pointer;transition:all .2s ease;text-align:center;letter-spacing:1px;font-weight:600;margin:auto;width:fit-content;min-width:200px}.t-option-btn:hover{border-color:#fe5000;color:#fe5000}.t-loading-container,.t-empty-state{text-align:center;padding:40px}.t-result-header{text-align:center;margin-bottom:30px}.t-result-header h2{font-size:24px;margin-bottom:10px}.t-btn-retry{display:block;margin:40px auto;padding:12px 30px;background-color:#333;color:#fff;border:none;border-radius:50px;cursor:pointer;text-transform:uppercase;font-weight:700}.t-layout-full{display:flex;flex-direction:column;align-items:center}.t-result-container{width:100%;max-width:1200px;margin:0 auto;text-align:center;padding-top:20px}.t-result-title{font-size:24px;color:#333;margin-bottom:40px;font-weight:500}.t-tabs-header{display:flex;justify-content:center;gap:60px;margin-bottom:40px;border-bottom:1px solid #e0e0e0;padding-bottom:0}.t-tab-btn{background:none;border:none;padding-bottom:15px;font-size:14px;font-weight:600;color:#aaa;cursor:pointer;text-transform:uppercase;letter-spacing:1px;position:relative;transition:color .3s;font-family:Poppins,sans-serif}.t-tab-btn.is-active{color:#333}.t-tab-btn.is-active:after{content:"";position:absolute;bottom:-1px;left:0;width:100%;height:3px;background-color:#e65c4f}.t-vitrine-content{min-height:300px;margin-bottom:60px}.t-result-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:20px;width:100%;padding:0 10px;box-sizing:border-box}.t-card-link{text-decoration:none;color:inherit;display:block;height:100%}.t-product-card{border:1px solid #e0e0e0;border-radius:20px;padding:20px;display:flex;flex-direction:column;align-items:center;justify-content:space-between;height:350px;transition:all .3s ease;background:#fff}.t-product-card:hover{border-color:#09f;box-shadow:0 4px 15px #0000000d}.t-card-header{text-align:center;margin-bottom:10px;height:40px;overflow:hidden;width:100%}.t-card-title{font-size:11px;text-transform:uppercase;font-weight:700;color:#444;margin:0;line-height:1.4;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}.t-card-image-wrapper{flex:1;display:flex;align-items:center;justify-content:center;width:100%;margin-bottom:15px}.t-card-image-wrapper img{max-width:90%;max-height:140px;object-fit:contain}.t-card-action{font-size:11px;color:#666;text-decoration:underline;text-transform:uppercase;font-weight:500}.t-product-card:hover .t-card-action{color:#09f}.t-result-footer{margin-top:40px;padding-top:30px;border-top:1px solid #f0f0f0}.t-result-footer p{color:#999;font-size:14px;margin-bottom:20px}.t-btn-contact{background-color:#007bff;color:#fff;border:none;padding:12px 40px;border-radius:50px;font-weight:600;font-size:13px;cursor:pointer;text-transform:uppercase;transition:background .2s}.t-btn-contact:hover{background-color:#0056b3}.t-btn-retry-link{margin-top:30px;background:none;border:none;text-decoration:underline;color:#999;cursor:pointer;font-size:12px;font-family:Poppins,sans-serif}.t-spinner{width:40px;height:40px;border:4px solid #f3f3f3;border-top:4px solid #007bff;border-radius:50%;animation:spin 1s linear infinite;margin-bottom:15px}@keyframes spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}@media(max-width:1024px){.t-result-grid{grid-template-columns:repeat(3,1fr)}}@media(max-width:768px){.t-quiz-content{flex-direction:column;margin-top:1rem;gap:20px}.t-quiz-form-col{min-height:523px}.t-result-grid{grid-template-columns:repeat(2,1fr);gap:10px}.t-product-card{height:280px;padding:15px}.t-tabs-header{gap:20px}.t-tab-btn{font-size:12px}.t-result-title{font-size:18px;padding:0 10px}}.t-carousel-wrapper{position:relative;display:flex;align-items:center;width:100%;max-width:1100px;margin:0 auto}.t-result-carousel{display:flex;gap:20px;overflow-x:auto;scroll-snap-type:x mandatory;padding:10px 5px;scroll-behavior:smooth;width:100%;scrollbar-width:none;-ms-overflow-style:none}.t-result-carousel::-webkit-scrollbar{display:none}.t-carousel-item{flex:0 0 calc(25% - 15px);scroll-snap-align:start}.t-carousel-btn{background:#fff;border:1px solid #e0e0e0;border-radius:50%;width:44px;height:44px;cursor:pointer;position:absolute;z-index:10;top:50%;transform:translateY(-50%);box-shadow:0 4px 10px #0000001a;display:flex;align-items:center;justify-content:center;font-size:18px;color:#333;transition:all .2s ease}.t-carousel-btn:hover{background:#f9f9f9;border-color:#09f;color:#09f}.t-carousel-btn.prev{left:-20px}.t-carousel-btn.next{right:-20px}@media(max-width:1024px){.t-carousel-item{flex:0 0 calc(33.333% - 14px)}}@media(max-width:768px){.t-carousel-item{flex:0 0 calc(80% - 10px)}.t-carousel-btn{display:none}}
