@import url("https://fonts.googleapis.com/css2?family=Plus+Jakarta+Sans:wght@400;500;600;700&display=swap");.Survey_container__MhU2x{min-height:100vh;display:flex;flex-direction:column;background:linear-gradient(135deg,#C49BE3,#6E87E0);color:#1F2937;font-family:Plus Jakarta Sans,sans-serif;position:relative;overflow-x:hidden}.Survey_header__nZ5xi{display:flex;align-items:center;justify-content:space-between;padding:1.5rem 2rem;position:relative;z-index:10}.Survey_logo__kii1T{max-width:100px;height:auto}.Survey_title__19DTz{font-size:2rem;font-weight:700;text-align:center;color:white;text-shadow:0 2px 4px rgba(0,0,0,.1);margin:0;flex:1 1}.Survey_progressContainer__9NA24{display:flex;flex-direction:column;align-items:center;gap:.5rem;margin-top:1rem}.Survey_progressBar__Xu5xU{width:100%;max-width:400px;height:8px;background:rgba(255,255,255,.2);border-radius:4px;overflow:hidden}.Survey_progressFill__TOeIi{height:100%;background:linear-gradient(90deg,#A74BA5,#C49BE3);transition:width .5s ease;border-radius:4px}.Survey_progressText__7p_1G{font-size:.875rem;color:rgba(255,255,255,.9);font-weight:500}.Survey_mainContent__TDKRy{flex:1 1;display:flex;align-items:center;justify-content:center;padding:2rem 1rem;min-height:calc(100vh - 200px)}.Survey_questionContainer__5ypum{width:100%;max-width:600px;background:rgba(249,245,255,.8);-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);border-radius:24px;padding:3rem 2rem;box-shadow:0 20px 40px rgba(0,0,0,.1);border:1px solid rgba(255,255,255,.2);transition:all .3s ease}.Survey_question__7k6PG{font-size:1.5rem;font-weight:600;margin-bottom:2rem;line-height:1.4;text-align:center;color:#1F2937}.Survey_optionsContainer__NB6hV{display:flex;flex-direction:column;gap:.75rem}.Survey_checkboxOption__rGYWC,.Survey_radioOption__wVcPW{display:flex;align-items:center;padding:1rem 1.25rem;background:white;border:2px solid #e5e7eb;border-radius:12px;cursor:pointer;transition:all .2s ease;position:relative;overflow:hidden}.Survey_checkboxOption__rGYWC:hover,.Survey_radioOption__wVcPW:hover{border-color:#A74BA5;background:#F9F5FF;transform:translateY(-1px);box-shadow:0 4px 12px rgba(167,75,165,.15)}.Survey_checkboxOption__rGYWC input[type=checkbox],.Survey_radioOption__wVcPW input[type=radio]{margin-right:.75rem;transform:scale(1.2);accent-color:#A74BA5;cursor:pointer;min-width:18px;min-height:18px}.Survey_optionText__VWiUD{flex:1 1;font-size:1rem;line-height:1.5;font-weight:500;color:#374151;display:flex;align-items:center;gap:.5rem}.Survey_optionText__VWiUD:before{content:"";display:inline-block;width:1.5rem;height:1.5rem;flex-shrink:0}.Survey_checkboxOption__rGYWC:has(input[type=checkbox]:checked),.Survey_radioOption__wVcPW:has(input[type=radio]:checked){background:linear-gradient(135deg,#F9F5FF,#F3E8FF);border-color:#A74BA5;box-shadow:0 0 0 3px rgba(167,75,165,.1)}.Survey_checkboxOption__rGYWC input[type=checkbox]:checked+.Survey_optionText__VWiUD,.Survey_radioOption__wVcPW input[type=radio]:checked+.Survey_optionText__VWiUD{font-weight:600;color:#A74BA5}.Survey_textContainer__7JMTQ{width:100%}.Survey_textInput__uPGNl{width:100%;padding:1rem;border:2px solid #e5e7eb;border-radius:12px;background:white;color:#374151;font-size:1rem;font-family:Plus Jakarta Sans,sans-serif;resize:vertical;transition:all .2s ease}.Survey_textInput__uPGNl::placeholder{color:#9CA3AF}.Survey_textInput__uPGNl:focus{outline:none;border-color:#A74BA5;box-shadow:0 0 0 3px rgba(167,75,165,.1)}.Survey_navigation__bqFRo{display:flex;justify-content:center;align-items:center;gap:1rem;margin-top:1rem;padding:0 1rem;width:100%;max-width:600px;margin-left:auto;margin-right:auto}.Survey_nextButton__z5_Xq,.Survey_previousButton___JrEA{padding:.875rem 1.5rem;border:none;border-radius:12px;font-size:1rem;font-weight:600;font-family:Plus Jakarta Sans,sans-serif;cursor:pointer;transition:all .2s ease;min-width:120px}.Survey_previousButton___JrEA{background:rgba(255,255,255,.2);color:white;border:2px solid rgba(255,255,255,.3);-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px)}.Survey_previousButton___JrEA:hover:not(:disabled){background:rgba(255,255,255,.3);border-color:rgba(255,255,255,.5);transform:translateY(-1px)}.Survey_nextButton__z5_Xq{background:linear-gradient(135deg,#C49BE3,#6E87E0);color:white;box-shadow:0 4px 12px rgba(196,155,227,.3);border-radius:50px;padding:1rem 2rem;font-size:1.1rem;font-weight:600;min-width:140px}.Survey_nextButton__z5_Xq:hover:not(:disabled){transform:translateY(-1px);box-shadow:0 6px 16px rgba(167,75,165,.4)}.Survey_nextButton__z5_Xq:disabled{background:#E5E7EB;color:#9CA3AF;cursor:not-allowed;transform:none;box-shadow:none}.Survey_disclaimer__o3Atv{text-align:center;font-size:.875rem;color:rgba(255,255,255,.8);line-height:1.4;padding:1.5rem;margin-top:1rem;background:rgba(0,0,0,.1);border-radius:12px;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px)}.Survey_questionContainer__5ypum{animation:Survey_fadeInUp__lVX2_ .3s ease-out}@keyframes Survey_fadeInUp__lVX2_{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}@keyframes Survey_bounce__BfqJA{0%,80%,to{transform:scale(0)}40%{transform:scale(1)}}.Survey_modalOverlay__GYTQj{position:fixed;top:0;left:0;right:0;bottom:0;background:rgba(0,0,0,.5);display:flex;align-items:center;justify-content:center;z-index:1000;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px)}.Survey_emailModal__2KK3e{background:white;border-radius:20px;padding:2rem;max-width:400px;width:90%;box-shadow:0 20px 40px rgba(0,0,0,.1);text-align:center}.Survey_modalTitle__fpwy4{font-size:1.25rem;font-weight:600;color:#1F2937;margin-bottom:1.5rem;line-height:1.4}.Survey_emailInput__uQjMx{width:100%;padding:1rem;border:2px solid #e5e7eb;border-radius:12px;font-size:1rem;margin-bottom:1rem;transition:border-color .3s ease;box-sizing:border-box}.Survey_emailInput__uQjMx:focus{outline:none;border-color:#C49BE3;box-shadow:0 0 0 3px rgba(196,155,227,.1)}.Survey_emailError__lUc0E{color:#EF4444;font-size:.875rem;margin-bottom:1rem;text-align:left}.Survey_emailSubmitButton__P_I9N{width:100%;background:linear-gradient(135deg,#C49BE3,#6E87E0);color:white;border:none;border-radius:12px;padding:1rem;font-size:1rem;font-weight:600;cursor:pointer;transition:all .3s ease;box-shadow:0 4px 15px rgba(196,155,227,.3)}.Survey_emailSubmitButton__P_I9N:hover:not(:disabled){transform:translateY(-2px);box-shadow:0 6px 20px rgba(196,155,227,.4)}.Survey_emailSubmitButton__P_I9N:disabled{opacity:.7;cursor:not-allowed;transform:none}@media (max-width:768px){.Survey_header__nZ5xi{padding:1rem}.Survey_title__19DTz{font-size:1.5rem}.Survey_mainContent__TDKRy{padding:1rem;min-height:calc(100vh - 150px)}.Survey_questionContainer__5ypum{padding:2rem 1.5rem;margin:0 .5rem}.Survey_question__7k6PG{font-size:1.25rem;margin-bottom:1.5rem}.Survey_checkboxOption__rGYWC,.Survey_radioOption__wVcPW{padding:.875rem 1rem}.Survey_checkboxOption__rGYWC input[type=checkbox],.Survey_radioOption__wVcPW input[type=radio]{transform:scale(1.1)}.Survey_optionText__VWiUD{font-size:.95rem}.Survey_navigation__bqFRo{flex-direction:column;gap:.75rem;padding:0}.Survey_nextButton__z5_Xq,.Survey_previousButton___JrEA{width:100%;min-width:auto}.Survey_disclaimer__o3Atv{margin:.5rem;padding:1rem}}@media (max-width:480px){.Survey_checkboxOption__rGYWC,.Survey_radioOption__wVcPW{min-height:60px}.Survey_checkboxOption__rGYWC input[type=checkbox],.Survey_radioOption__wVcPW input[type=radio]{transform:scale(1.3)}}