@import url("https://fonts.googleapis.com/css2?family=Lato:wght@300;400;600;700;800&display=swap");.tpq-container,.tpq-container *{font-family:Lato,sans-serif}.tpq-container{margin:0 auto;max-width:42rem;padding:1rem}@media (min-width:640px){.tpq-container{padding:2rem}}.tpq-header{margin-bottom:2rem;text-align:center}.tpq-title{color:#e8380d;font-size:1.875rem;font-weight:700;line-height:2.25rem;margin:0 0 .5rem}@media (min-width:640px){.tpq-title{font-size:2.25rem;line-height:2.5rem}}.tpq-subtitle{color:#000;font-size:1.8em;margin:0}.tpq-card{background:#fff;border-radius:1.25rem;box-shadow:0 10px 25px rgba(0,0,0,.08);padding:1.5rem}@media (min-width:640px){.tpq-card{padding:2rem}}.tpq-progress{margin-bottom:1.5rem}.tpq-progress-top{align-items:center;display:flex;justify-content:space-between;margin-bottom:.5rem}.tpq-badge{color:#c2410c;display:inline-block;font-size:.75rem;font-weight:700;padding:.25rem .5rem;text-transform:uppercase}.tpq-badge,.tpq-progress-track{background:#fed7aa;border-radius:9999px}.tpq-progress-track{height:.5rem;overflow:hidden}.tpq-progress-bar{background:#f97316;height:100%;transition:width .5s ease}.tpq-question{color:#374151;font-size:1.25rem;font-weight:700;line-height:1.75rem;margin:0 0 1.5rem;text-align:center}@media (min-width:640px){.tpq-question{font-size:1.5rem;line-height:2rem}}.tpq-answers{display:grid;gap:1rem;grid-template-columns:1fr}@media (min-width:640px){.tpq-answers.tpq-answers--two{grid-template-columns:repeat(2,minmax(0,1fr))}}.tpq-choice-btn{background:#fff7ed;border:1px solid #e5e7eb;border-radius:.75rem;box-shadow:0 2px 10px rgba(0,0,0,.06);color:#374151;cursor:pointer;font-weight:600;padding:.75rem 1rem;transition:transform .05s ease,background .2s ease,border-color .2s ease;width:100%}.tpq-choice-btn:hover{background:#ffedd5;border-color:#fdba74}.tpq-choice-btn:active{transform:translateY(1px)}.tpq-choice-btn.tpq-selected{border-color:#f97316;outline:3px solid rgba(249,115,22,.35)}.tpq-image-choice{background:#fff;border:1px solid #e5e7eb;border-radius:.75rem;box-shadow:0 2px 10px rgba(0,0,0,.06);cursor:pointer;overflow:hidden;transition:transform .05s ease,border-color .2s ease}.tpq-image-choice:hover{border-color:#fdba74}.tpq-image-choice:active{transform:translateY(1px)}.tpq-image-choice.tpq-selected{border-color:#f97316;outline:3px solid rgba(249,115,22,.35)}.tpq-image-choice img{display:block;height:auto;width:100%}.tpq-image-choice p{color:#374151;font-size:.875rem;font-weight:600;margin:0;padding:.75rem}.tpq-hidden{display:none}.tpq-result{animation:tpqFadeIn .35s ease both;text-align:center}@keyframes tpqFadeIn{0%{opacity:0;transform:translateY(6px)}to{opacity:1;transform:translateY(0)}}.tpq-result-lead{color:#4b5563;font-size:1.125rem;margin:0}.tpq-result-title{color:#ea580c;font-size:1.875rem;font-weight:800;margin:1rem 0}@media (min-width:640px){.tpq-result-title{font-size:2.25rem}}.tpq-result-image{border-radius:.75rem;box-shadow:0 10px 25px rgba(0,0,0,.1);display:block;height:15rem;margin:1.25rem auto;object-fit:cover;width:15rem}.tpq-result-desc{color:#374151;margin:0 auto 1.5rem;max-width:20rem;padding:0 1rem;text-align:center}.tpq-cta{background:#f97316;border-radius:9999px;box-shadow:0 10px 25px rgba(249,115,22,.35);color:#fff;display:inline-block;font-weight:800;padding:.75rem 2rem;text-decoration:none;transition:transform .05s ease,background .2s ease}.tpq-cta:hover{background:#ea580c}.tpq-cta:active{transform:translateY(1px)}.tpq-restart{margin-top:1.5rem;text-align:center}.tpq-restart-btn{background:#d1d5db;border:0;border-radius:9999px;color:#1f2937;cursor:pointer;font-weight:800;padding:.5rem 1.5rem;transition:background .2s ease}.tpq-restart-btn:hover{background:#cbd5e1}