.quiz-page-wrapper{display:flex;justify-content:center;align-items:center;min-height:70vh;padding:20px;background-size:cover;background-position:center;background-repeat:no-repeat;background-color:#e1eaf4}.quiz-card{width:100%;max-width:720px;background-color:#fffffff5;border-radius:24px;padding:30px;box-shadow:0 10px 30px #0000000d;text-align:center;position:relative}@media (max-width: 768px){.quiz-card{padding:20px;border-radius:18px;width:96%}}.quiz-heading{font-size:1.8rem;margin-bottom:.5rem;color:#2c2c2c;line-height:1.2}.quiz-subhead{font-size:1rem;line-height:1.5;color:#555;margin-bottom:1.5rem}.quiz-subhead p{margin-bottom:1rem}.quiz-btn-primary{background-color:#2c3e50;color:#fff;border:none;padding:12px 24px;font-size:1rem;border-radius:50px;cursor:pointer;transition:background .3s;font-weight:600;text-decoration:none;display:inline-block}.quiz-btn-primary:hover{background-color:#1a252f}.micro-trust{font-size:.85rem;color:#888;margin-top:10px}.question-text{font-size:1.5rem;margin-bottom:24px;color:#333}.options-grid{display:flex;flex-direction:column;gap:12px}.option-card{display:flex;align-items:center;background:#f9f9f9;border:1px solid #e0e0e0;border-radius:12px;padding:16px 20px;cursor:pointer;transition:all .2s;text-align:left}.option-card:hover{background:#f0f0f0;border-color:#ccc}.option-card input[type=radio]{margin-right:15px;transform:scale(1.3);accent-color:#2c3e50}.option-text{font-size:1.05rem;color:#333}.quiz-progress-container{margin-bottom:30px}.quiz-progress-text{font-size:.9rem;color:#666;margin-bottom:8px;text-align:right}.progress-track{width:100%;height:6px;background:#eee;border-radius:3px;overflow:hidden}.progress-fill{height:100%;background:#27ae60;transition:width .3s ease}.toxic-result-section{display:none}.toxic-result-section.active{display:flex}.toxic-products-grid{display:grid;grid-template-columns:repeat(3,1fr);grid-gap:15px;gap:15px;margin:20px 0}@media (max-width: 600px){.toxic-products-grid{grid-template-columns:1fr}}.toxic-product-card{background:#fff;border:1px solid #eee;border-radius:12px;padding:12px;text-align:center}.toxic-product-card img{width:100%;aspect-ratio:1;-o-object-fit:contain;object-fit:contain;border-radius:8px;margin-bottom:8px}.toxic-product-card h4{font-size:.85rem;margin:0 0 5px;color:#333;line-height:1.2;min-height:2.4em}.toxic-product-card .price{font-weight:600;color:#27ae60;margin-bottom:8px;font-size:.9rem}.toxic-product-card .quiz-btn-primary{padding:8px 16px;font-size:.8rem;width:100%}.score-badge{display:inline-block;padding:6px 16px;border-radius:20px;font-weight:600;margin-bottom:15px;font-size:.9rem}.score-badge.light{background:#d4edda;color:#155724}.score-badge.medium{background:#fff3cd;color:#856404}.score-badge.heavy{background:#f8d7da;color:#721c24}.products-loading{text-align:center;padding:20px;color:#888}
