#dsp-quiz-container{max-width:800px;margin:48px auto;border:1px solid #e0e0e5;border-radius:18px;padding:40px 32px 32px 32px;box-sizing:border-box;transition:box-shadow 0.2s;box-shadow:0 1px 3px rgb(0 0 0 / .04)}#dsp-quiz-container h2,#dsp-quiz-container h3{font-weight:600;color:#111;margin-top:0;margin-bottom:18px;letter-spacing:-.01em}#dsp-quiz-container p{color:#444;margin-bottom:18px}#dsp-start-screen{text-align:center;padding:2rem;max-width:800px;margin:0 auto}.dsp-start-content{display:flex;align-items:center;gap:2rem;justify-content:space-between}.dsp-start-text{flex:1;text-align:left}.dsp-start-icon{flex-shrink:0;display:flex;align-items:center;justify-content:center}.dsp-start-icon svg{width:120px;height:120px;opacity:.8;transition:opacity 0.3s ease}.dsp-start-icon svg:hover{opacity:1}.dsp-btn,.dsp-btn:link,.dsp-btn:visited,.dsp-btn:hover,.dsp-btn:active,.dsp-btn:focus{text-decoration:none!important}.dsp-btn{display:inline-flex;align-items:center;justify-content:center;gap:.5rem;font-size:1rem;padding:.6rem 1.8rem;border-radius:.5rem;transition:all 0.3s cubic-bezier(.4,0,.2,1);text-decoration:none;line-height:1.1;font-weight:600;position:relative;overflow:hidden;box-shadow:0 4px 16px rgb(0 110 225 / .1);background:#006ed1;color:#fff;border:2px solid #006ed1;cursor:pointer}.dsp-btn:disabled{background-color:#e0e0e0;color:#bbb;cursor:not-allowed;box-shadow:none;transform:none}.dsp-btn::before{content:'';position:absolute;top:0;left:-100%;width:100%;height:100%;background:linear-gradient(90deg,transparent,rgb(255 255 255 / .2),transparent);transition:left 0.5s}.dsp-btn:hover:not(:disabled),.dsp-btn:focus:not(:disabled){background:#005bb5;color:#fff;box-shadow:0 8px 24px rgb(0 110 225 / .2);outline:none;transform:translateY(-2px)}.dsp-btn:hover:not(:disabled)::before,.dsp-btn:focus:not(:disabled)::before{left:100%}.dsp-btn:active:not(:disabled){transform:translateY(0);box-shadow:0 2px 8px rgb(0 110 209 / .2)}#dsp-lead-form input[type="text"],#dsp-lead-form input[type="email"],#dsp-lead-form input[type="number"],#dsp-lead-form input[type="date"]{width:100%;max-width:300px;padding:.7rem .9rem .5rem .9rem;margin-bottom:.7rem;border:1.5px solid #e0e0e0;border-radius:8px;background:rgb(245 245 247 / .85);font-size:1rem;color:#444;outline:none;box-shadow:0 1.5px 6px rgb(0 0 0 / .02);box-sizing:border-box;transition:border-color 0.2s ease,background-color 0.2s ease,box-shadow 0.2s ease}#dsp-lead-form input:focus{border-color:#006ed1;background:#fff;box-shadow:0 4px 16px rgb(0 113 227 / .08);z-index:1}#dsp-lead-form div{display:flex;align-items:center;gap:.5rem;margin-top:.7rem}#dsp-lead-form label{font-size:.97rem;color:#86868b;margin-bottom:.5rem;font-weight:500;cursor:pointer}#dsp-lead-form div{margin-bottom:.7rem}#dsp-progress-bar{margin-bottom:2rem;padding:0}.dsp-progress-info{display:flex;justify-content:space-between;align-items:center;margin-bottom:.75rem;font-size:.95rem;color:#495057}.dsp-progress-text{font-weight:500}.dsp-current-question{font-weight:700;color:#006ed1}.dsp-total-questions{font-weight:600}.dsp-progress-percentage{font-weight:600;color:#006ed1;font-size:.9rem}.dsp-progress-bar-container{width:100%;height:8px;background-color:#e9ecef;border-radius:10px;overflow:hidden;box-shadow:inset 0 1px 3px rgb(0 0 0 / .1)}.dsp-progress-bar-fill{height:100%;background:linear-gradient(90deg,#006ed1 0%,#0056b3 100%);border-radius:10px;transition:width 0.4s ease-in-out;box-shadow:0 1px 3px rgb(0 110 209 / .3)}#dsp-question-area{margin-bottom:32px}#dsp-question-text{font-size:1.25rem;font-weight:500;color:#222;margin-bottom:18px}#dsp-options-area{display:flex;flex-direction:column;gap:14px}.dsp-option{background:#f7f8fa;border:1.5px solid #e0e0e5;border-radius:8px;padding:.7rem .9rem .5rem .9rem;font-size:1rem;color:#222;cursor:pointer;transition:background 0.18s,border 0.18s,color 0.18s;user-select:none;position:relative}.dsp-option.selected{background:rgb(0 110 209 / .1);border-color:#006ed1;color:#006ed1;box-shadow:0 2px 8px rgb(0 110 209 / .1)}.dsp-option:hover:not(.selected){background:rgb(0 110 209 / .05);border-color:rgb(0 110 209 / .3)}#dsp-result-title{font-size:2rem;font-weight:700;color:#111;margin-bottom:10px;letter-spacing:-.01em}#dsp-result-image img{max-width:120px;border-radius:12px;margin-bottom:18px;box-shadow:0 2px 12px #0001}#dsp-result-description{color:#444;font-size:1.1rem;margin-bottom:22px}#dsp-result-recs{list-style:none;padding:0;margin:0 0 24px 0;text-align:left}#dsp-result-recs li{background:rgb(245 245 247 / .85);border-radius:8px;padding:13px 18px;margin-bottom:10px;border-left:4px solid #006ed1;color:#444;font-size:1rem}#dsp-result-ctas{display:flex;flex-direction:row;align-items:center;justify-content:center;gap:16px;margin-top:18px;flex-wrap:wrap}#dsp-result-ctas .dsp-btn{min-width:180px;margin:0 .5rem}#dsp-social-share{width:100%;display:flex;justify-content:center;margin-top:1.5rem;order:2}#dsp-social-share span{margin-right:.5rem;font-weight:500;color:#888}#dsp-social-share .dsp-btn{min-width:110px;font-size:15px;padding:8px 12px;margin:0}.dsp-btn:focus,.dsp-option:focus{outline:2px solid #006ed1;outline-offset:2px;box-shadow:0 0 0 3px rgb(0 110 209 / .2);z-index:1}.dsp-option:active{background:#e0e6ed;border-color:#006ed1}#dsp-lead-form input:focus{border-color:#006ed1;outline:none;box-shadow:0 4px 16px rgb(0 113 227 / .08);z-index:1}.dsp-option,.dsp-btn,#dsp-lead-form input{transition:background 0.18s,border 0.18s,color 0.18s,box-shadow 0.18s}.dsp-social-icon{display:inline-flex;align-items:center;justify-content:center;width:40px;height:40px;margin:0 4px;border-radius:50%;background:#f5f6fa;border:1.5px solid #e0e0e5;color:#555;font-size:20px;transition:background 0.18s,border 0.18s,box-shadow 0.18s;text-decoration:none!important;box-shadow:0 1px 4px #0001}.dsp-social-icon:hover,.dsp-social-icon:focus{background:rgb(0 110 209 / .1);border-color:#006ed1;color:#006ed1;box-shadow:0 2px 8px rgb(0 110 209 / .1);outline:none}.dsp-social-icon svg{width:22px;height:22px;display:block;fill:currentColor}@media (max-width:900px){#dsp-quiz-container{max-width:98vw;padding:28px 8vw 24px 8vw}#dsp-result-ctas{gap:10px}}@media (max-width:699.98px){body{font-size:15px}#dsp-quiz-container{padding:18px 5vw 16px 5vw;border-radius:10px;margin:18px 0;box-shadow:0 1px 2px rgb(0 0 0 / .03)}.dsp-start-content{flex-direction:column;gap:1.5rem;text-align:center}.dsp-start-text{text-align:center}.dsp-start-icon svg{width:80px;height:80px}#dsp-quiz-container h2,#dsp-quiz-container h3{font-size:1.25rem;margin-bottom:12px}#dsp-quiz-container p{margin-bottom:12px}.dsp-btn{padding:11px 0;font-size:15px;min-width:200px;width:auto;border-radius:7px;justify-content:center!important}#dsp-lead-form input[type="text"],#dsp-lead-form input[type="email"],#dsp-lead-form input[type="number"],#dsp-lead-form input[type="date"]{padding:10px 10px;font-size:15px;border-radius:7px;max-width:100%}#dsp-lead-form label{font-size:14px}#dsp-lead-form div{margin-bottom:12px}#dsp-progress-bar{margin-bottom:1.5rem}.dsp-progress-info{font-size:.9rem;margin-bottom:.6rem}.dsp-progress-percentage{font-size:.85rem}.dsp-progress-bar-container{height:6px}#dsp-question-area{margin-bottom:18px}#dsp-question-text{font-size:1.05rem;margin-bottom:12px}#dsp-options-area{gap:8px}.dsp-option{padding:10px 10px;font-size:15px;border-radius:7px}#dsp-result-title{font-size:1.3rem;margin-bottom:7px}#dsp-result-image img{max-width:80px;border-radius:8px;margin-bottom:10px}#dsp-result-description{font-size:1rem;margin-bottom:14px}#dsp-result-recs li{padding:10px 10px;font-size:15px;border-radius:7px;margin-bottom:7px}#dsp-result-ctas{flex-direction:column;align-items:stretch;gap:8px;margin-top:10px}#dsp-result-ctas .dsp-btn{min-width:200px;width:auto;margin:0;justify-content:center!important}#dsp-social-share{flex-direction:column;align-items:stretch;margin-top:1rem;gap:6px}#dsp-social-share .dsp-btn{min-width:200px;width:auto;font-size:14px;padding:8px 0;justify-content:center!important}.dsp-social-icon{width:34px;height:34px;font-size:17px;border-radius:7px}.dsp-social-icon svg{width:18px;height:18px}}.dsp-question-transition{opacity:0;transform:translateY(30px);transition:opacity 0.5s cubic-bezier(.4,0,.2,1),transform 0.5s cubic-bezier(.4,0,.2,1)}.dsp-question-transition.dsp-question-active{opacity:1;transform:translateY(0)}.dsp-btn:hover:not(:disabled),.dsp-btn:focus-visible:not(:disabled){background-color:#005bb5;color:#fff;transform:translateY(-1px);box-shadow:0 4px 12px rgb(0 110 209 / .3);transition:background-color 0.2s ease,transform 0.2s ease,box-shadow 0.2s ease}.dsp-btn{transition:background-color 0.2s ease,transform 0.2s ease,box-shadow 0.2s ease}