.quiz-container{max-width:800px;margin:0 auto;padding:3rem}@media (max-width: 768px){.quiz-container{padding:2rem 1.5rem}}.progress-container{margin-bottom:3rem;position:relative}.progress-bar{height:8px;background:#9a00ff1a;border-radius:4px;overflow:hidden;position:relative}.progress-bar:after{content:"";position:absolute;left:0;top:0;height:100%;background:var(--gradient-brand);transition:width .3s ease;width:var(--progress, 0%)}.progress-text{text-align:center;margin-top:1rem;font-size:.875rem;color:var(--color-text-muted);font-weight:500}.quiz-content{min-height:300px}.question{animation:fadeIn .3s ease}@keyframes fadeIn{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}.question h2{font-size:1.5rem;font-weight:600;margin-bottom:2rem;color:var(--color-text)}.options{display:flex;flex-direction:column;gap:1rem}.option{padding:1.5rem;background:#ffffff05;border:2px solid rgba(154,0,255,.2);border-radius:12px;cursor:pointer;transition:all .3s ease;text-align:left}.option:hover{background:#9a00ff0d;border-color:#9a00ff66;transform:translate(4px)}.option.selected{background:#9a00ff1a;border-color:var(--color-purple);box-shadow:0 0 20px #9a00ff33}.option-label{font-weight:600;margin-bottom:.25rem;color:var(--color-text)}.option-description{font-size:.875rem;color:var(--color-text-muted)}.quiz-nav{display:flex;justify-content:space-between;margin-top:2rem;gap:1rem}.quiz-nav .btn{min-width:120px}.result-container{max-width:900px;margin:0 auto;padding:3rem}@media (max-width: 768px){.result-container{padding:2rem 1.5rem}}.result-header{text-align:center;margin-bottom:3rem}.result-badge{width:80px;height:80px;border-radius:50%;margin:0 auto 1.5rem;display:flex;align-items:center;justify-content:center;font-size:2rem;font-weight:700;color:#fff}.result-subtitle{font-size:1.25rem;color:var(--color-text-muted);margin-top:1rem}.result-description{padding:2rem;background:#9a00ff0d;border-left:4px solid var(--color-purple);border-radius:8px;margin-bottom:2rem;line-height:1.6}.result-features{margin-bottom:2rem}.result-features h3{font-size:1.125rem;font-weight:600;margin-bottom:1rem}.result-features ul{list-style:none;padding:0;display:flex;flex-direction:column;gap:.75rem}.result-features li{padding-left:1.5rem;position:relative;color:var(--color-text-muted)}.result-features li:before{content:"✓";position:absolute;left:0;color:var(--color-purple);font-weight:700}.result-actions{display:flex;gap:1rem;flex-wrap:wrap;justify-content:center;margin:2rem 0}.email-option{padding:2rem;background:#ffffff05;border-radius:12px;border:1px solid rgba(154,0,255,.2);margin-top:2rem}.email-option h3{font-size:1.125rem;font-weight:600;margin-bottom:.5rem}#hubspot-quiz-form{margin-top:1rem}#hubspot-quiz-form form{display:flex;flex-direction:column;gap:1rem}#hubspot-quiz-form input[type=email],#hubspot-quiz-form input[type=text],#hubspot-quiz-form textarea{padding:.75rem 1rem;background:#ffffff0d;border:1px solid rgba(154,0,255,.3);border-radius:8px;color:var(--color-text);font-size:1rem;width:100%}#hubspot-quiz-form input:focus,#hubspot-quiz-form textarea:focus{outline:none;border-color:var(--color-purple);box-shadow:0 0 0 3px #9a00ff1a}#hubspot-quiz-form .hs-button{padding:.75rem 1.5rem;background:var(--gradient-brand);color:#fff;border:none;border-radius:8px;font-weight:600;cursor:pointer;transition:all .3s}#hubspot-quiz-form .hs-button:hover{transform:translateY(-2px);box-shadow:0 4px 20px #9a00ff4d}.email-form{display:flex;gap:1rem;margin-bottom:.5rem}@media (max-width: 640px){.email-form{flex-direction:column}}.email-input{flex:1;padding:.75rem 1rem;background:#ffffff0d;border:1px solid rgba(154,0,255,.3);border-radius:8px;color:var(--color-text);font-size:1rem}.email-input:focus{outline:none;border-color:var(--color-purple);box-shadow:0 0 0 3px #9a00ff1a}.email-note{font-size:.875rem;color:var(--color-text-muted);margin-top:.5rem}.email-note.success{color:var(--color-green)}.email-note.error{color:var(--color-orange)}.stages-overview{display:grid;grid-template-columns:repeat(3,1fr);gap:1.5rem}@media (max-width: 968px){.stages-overview{grid-template-columns:repeat(2,1fr)}}@media (max-width: 640px){.stages-overview{grid-template-columns:1fr}}.stage-card{padding:2rem;text-align:center;transition:all .3s ease}.stage-card:hover{transform:translateY(-4px);border-color:#9a00ff4d}.stage-number{width:60px;height:60px;border-radius:12px;margin:0 auto 1rem;display:flex;align-items:center;justify-content:center;font-size:1.5rem;font-weight:700;color:#fff}.stage-card h3{font-size:1.125rem;font-weight:600;margin-bottom:.5rem}.stage-card p{font-size:.875rem;color:var(--color-text-subtle)}
