.quiz-page{background-color:var(--warm-cream);min-height:100dvh;min-height:calc(var(--vh, 1vh) * 100);display:flex;flex-direction:column;overflow-x:hidden}.quiz-intro-section,.quiz-results-section,.quiz-section{width:100%;padding:var(--header-height) 0 0!important;min-height:auto!important}.quiz-inner{max-width:1100px;margin:0 auto;padding:0 24px;flex:1 1;display:flex;align-items:center;justify-content:center;width:100%;box-sizing:border-box}.quiz-inner .quiz-card{max-width:900px;width:100%;margin:0 auto}.quiz-hero{display:grid;grid-template-columns:1fr 1fr;grid-gap:4rem;gap:4rem;align-items:center;padding:48px 0}.quiz-hero-content h1{font-size:clamp(2.5rem,5vw,3.5rem);margin-bottom:1.5rem;line-height:1.1}.quiz-hero-content p{font-size:1.2rem;color:var(--text-medium);margin-bottom:2.5rem;max-width:500px}.hero-cta-group{display:flex;flex-direction:column;align-items:flex-start;gap:.75rem}.trust-line-small{font-size:.85rem!important;color:var(--text-light)!important;margin:0!important;display:flex;align-items:center;gap:.4rem}.quiz-hero-visual{position:relative;display:flex;justify-content:center;align-items:center;overflow:hidden}.glow-backdrop{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);width:120%;height:120%;background:radial-gradient(circle,rgba(176,204,129,.25) 0,rgba(176,204,129,0) 70%);z-index:0;pointer-events:none}.mascot-preview{width:100%;max-width:none;transform:scale(1.2);animation:floating 4s ease-in-out infinite;position:relative;z-index:1}@keyframes floating{0%{transform:translateY(0)}50%{transform:translateY(-15px)}to{transform:translateY(0)}}.quiz-card{background:white;border-radius:40px;padding:3rem;box-shadow:0 20px 60px rgba(0,0,0,.05);border:1px solid rgba(183,207,138,.2);min-height:500px;display:flex;flex-direction:column}.progress-header{margin-bottom:36px;flex-direction:column}.progress-header,.step-dots{display:flex;align-items:center;gap:10px}.step-dots .step-dot+.step-dot{position:relative}.step-dots .step-dot+.step-dot:before{content:"";position:absolute;right:100%;top:50%;width:10px;height:2px;background:#e0e9d4;transform:translateY(-50%)}.step-dot{width:36px;height:36px;border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:13px;font-weight:700;font-family:var(--font-body);transition:all .3s ease;background:#f0f4ea;color:#a8b89a;border:2px solid #e0e9d4}.step-dot.done{background:#9dbc72;color:white;border-color:#9dbc72;font-size:14px}.step-dot.active{background:white;color:#9dbc72;border:2px solid #9dbc72;box-shadow:0 0 0 5px rgba(157,188,114,.15);animation:dotPulse 2s ease-in-out infinite}@keyframes dotPulse{0%,to{box-shadow:0 0 0 5px rgba(157,188,114,.15)}50%{box-shadow:0 0 0 8px rgba(157,188,114,.08)}}.progress-helper{font-size:.82rem;color:var(--text-light);font-style:italic;margin:0}.question-group h2{font-size:2rem;margin-bottom:2.5rem;text-align:center}.options-grid,.quiz-grid{display:grid;grid-template-columns:repeat(3,1fr);grid-gap:20px;gap:20px}.options-grid.cols-4,.quiz-grid.cols-4{grid-template-columns:repeat(4,1fr)}.options-grid.cols-2,.quiz-grid.cols-2{grid-template-columns:repeat(2,1fr);max-width:600px}.option-card{padding:28px 16px 24px;border-radius:24px;background:#f7f9f3;border:2px solid transparent;transition:all .25s cubic-bezier(.34,1.56,.64,1);cursor:pointer;display:flex;flex-direction:column;align-items:center;gap:6px;text-align:center;position:relative;overflow:hidden;-webkit-user-select:none;-moz-user-select:none;user-select:none}.option-card:hover{transform:translateY(-5px);box-shadow:0 12px 32px rgba(0,0,0,.06);border-color:#dbe7cd;background:white}.option-card.active{border:2px solid #9dbc72;background:rgba(157,188,114,.08);box-shadow:0 8px 24px rgba(157,188,114,.22);transform:scale(1.03)}.option-icon{font-size:38px;margin-bottom:8px;line-height:1;transition:transform .25s ease}.option-card.active .option-icon,.option-card:hover .option-icon{transform:scale(1.12)}.option-label{font-weight:700;color:var(--text-dark);font-size:16px;line-height:1.2}.option-subtitle{font-size:12.5px;color:var(--text-light);font-weight:400;line-height:1.4;max-width:130px}.quiz-footer{padding-top:2.5rem;display:flex;justify-content:space-between;margin-top:auto}.quiz-back{margin-top:24px;font-size:14px;color:#9dbc72;cursor:pointer;background:transparent;border:none;padding:0;font-family:var(--font-body);display:flex;align-items:center;gap:6px;transition:all .25s ease}.quiz-back:hover{color:#7A9B58;transform:translateX(-3px)}.result-screen{text-align:center;display:flex;flex-direction:column;align-items:center;padding:2.5rem 3rem}.result-badge{background:var(--soft-leaf);color:var(--primary-green);padding:.5rem 1.4rem;border-radius:100px;font-weight:700;font-size:.82rem;margin-bottom:1.2rem;text-transform:uppercase;letter-spacing:1.5px}.result-screen h2{font-size:2.6rem;margin-bottom:.75rem;line-height:1.1}.recommendation-text{font-size:1.05rem;color:var(--text-medium);max-width:560px;margin-bottom:2rem;line-height:1.6}.recommendation-card-wrapper{position:relative;width:100%;max-width:520px;margin-bottom:1.5rem}.result-glow-backdrop{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);width:120%;height:120%;background:radial-gradient(circle,rgba(176,204,129,.3) 0,rgba(176,204,129,0) 70%);z-index:0;pointer-events:none;animation:glowPulse 4s ease-in-out infinite alternate}@keyframes glowPulse{0%{opacity:.6;transform:translate(-50%,-50%) scale(.95)}to{opacity:1;transform:translate(-50%,-50%) scale(1.05)}}.recommendation-card{background:white;padding:2.5rem 2rem;border-radius:32px;width:100%;display:flex;flex-direction:column;align-items:center;position:relative;z-index:1;box-shadow:0 15px 40px rgba(0,0,0,.06);border:1px solid rgba(176,204,129,.3);gap:0}.rec-img-wrapper{width:180px;height:180px;margin-bottom:1rem;border-radius:24px;overflow:hidden;box-shadow:0 8px 24px rgba(0,0,0,.09)}.rec-img-wrapper img{width:100%;height:100%;object-fit:cover}.rec-type-badge{font-size:.78rem;font-weight:600;color:#9dbc72;background:rgba(157,188,114,.1);padding:4px 14px;border-radius:100px;margin-bottom:.75rem;letter-spacing:.5px}.rec-title{font-size:1.55rem;font-weight:700;margin-bottom:.4rem;color:var(--text-dark);text-align:center}.rec-price{font-size:1.4rem;color:var(--primary-green);font-weight:700;margin-bottom:1.5rem;display:flex;align-items:baseline;gap:4px}.rec-price-sub{font-size:.85rem;font-weight:400;color:var(--text-light)}.rec-section-card{width:100%;background:#f7f9f3;border:1px solid rgba(157,188,114,.2);border-radius:20px;padding:1.25rem 1.5rem;margin-bottom:1.5rem;text-align:left}.rec-section-header{display:flex;align-items:center;gap:8px;margin-bottom:1rem}.rec-section-icon{font-size:16px}.rec-section-title{font-size:.95rem;font-weight:700;color:var(--text-dark);text-transform:uppercase;letter-spacing:.8px}.rec-section-list{list-style:none;padding:0;margin:0;display:flex;flex-direction:column;gap:8px}.rec-section-list li{display:flex;align-items:center;gap:10px;font-size:.95rem;color:var(--text-medium);font-weight:500}.rec-list-bullet{font-size:14px;flex-shrink:0}.result-actions{display:flex;flex-direction:column;gap:.85rem;width:100%;margin-bottom:0}.btn-full,.result-trust-row{width:100%;justify-content:center}.result-trust-row{display:flex;flex-wrap:wrap;gap:8px;margin-top:1.5rem;padding-top:1.4rem;border-top:1px solid rgba(0,0,0,.05)}.trust-chip{display:inline-flex;align-items:center;gap:5px;background:rgba(157,188,114,.1);border:1px solid rgba(157,188,114,.25);border-radius:100px;padding:5px 14px;font-size:.8rem;font-weight:600;color:#5a7a3a;white-space:nowrap}.trust-chip-icon{font-size:13px}.btn-quiz-retake{margin-top:1.5rem;font-size:14px;color:var(--text-light);cursor:pointer;background:transparent;border:none;padding:6px 12px;font-family:var(--font-body);text-decoration:underline;transition:color .2s ease}.btn-quiz-retake:hover{color:#9dbc72}@media (max-width:768px){.quiz-section{width:100%}.quiz-inner{padding:0 16px!important;align-items:flex-start!important;max-width:100%!important;box-sizing:border-box!important}.quiz-page{min-height:auto!important;padding-bottom:100px!important}.quiz-hero{grid-template-columns:1fr!important;text-align:center!important;gap:20px!important;padding:0!important}.quiz-hero-content{order:1}.quiz-hero-visual{order:2}.quiz-hero-content h1{font-size:28px!important;line-height:1.2!important;margin-bottom:12px!important}.quiz-hero-content p{font-size:15px!important;margin-bottom:20px!important}.hero-cta-group{align-items:center!important;width:100%!important}.hero-cta-group .btn{width:100%!important;height:48px!important;border-radius:16px!important;font-size:16px!important}.mascot-preview{max-width:160px!important;transform:scale(1)!important;margin:0 auto!important}.quiz-card{padding:24px 16px!important;min-height:auto!important;border-radius:20px!important;width:100%!important;box-sizing:border-box!important}.progress-header{margin-bottom:20px!important}.step-dot{width:30px!important;height:30px!important;font-size:11px!important}.progress-helper{display:none!important}.question-group h2{font-size:19px!important;line-height:1.3!important;margin-bottom:16px!important}.quiz-grid{grid-template-columns:1fr!important;gap:12px!important}.option-card{padding:18px 12px!important;border-radius:18px!important;gap:4px!important}.option-icon{font-size:28px!important;margin-bottom:4px!important}.option-label{font-size:14px!important;font-weight:700!important}.option-subtitle{font-size:11.5px!important}.option-card:hover{transform:none!important;box-shadow:none!important}.quiz-footer{padding-top:16px!important}.quiz-back,.quiz-footer{margin-top:12px!important}.quiz-back{font-size:13px!important}.result-screen{padding:1.5rem 1rem!important}.result-screen h2{font-size:22px!important;margin-bottom:8px!important}.recommendation-text{font-size:13.5px!important;margin-bottom:16px!important}.recommendation-card{padding:24px 16px!important;border-radius:24px!important}.rec-img-wrapper{width:140px!important;height:140px!important;margin-bottom:10px!important}.rec-title{font-size:18px!important;margin-bottom:4px!important}.rec-price{font-size:17px!important;margin-bottom:1rem!important}.rec-section-card{padding:1rem!important;border-radius:16px!important;margin-bottom:1rem!important}.rec-section-list li{font-size:13px!important}.result-actions{gap:10px!important}.result-actions .btn,.result-actions .btn-full{height:50px!important;border-radius:16px!important;font-size:15px!important;width:100%!important;display:flex!important;align-items:center!important;justify-content:center!important}.result-trust-row{gap:6px!important;margin-top:1rem!important;padding-top:1rem!important}.trust-chip{font-size:11px!important;padding:4px 10px!important}}@media (max-width:360px){.quiz-container{padding:80px 16px 48px!important}.options-grid.cols-4,.options-grid.cols-6{grid-template-columns:repeat(2,1fr)!important;gap:8px!important}.option-card{padding:14px 8px!important}.option-icon{font-size:24px!important;margin-bottom:4px!important}.option-label{font-size:12px!important}.option-subtitle{font-size:10.5px!important}.hero-cta-group .btn{height:46px!important;font-size:14px!important}}@media (min-width:430px) and (max-width:768px){.quiz-container{padding:80px 28px 48px!important}.options-grid.cols-4,.options-grid.cols-6{grid-template-columns:repeat(2,1fr)!important;gap:14px!important}.option-card{padding:22px 14px!important}}