.QuestionsPage_container__trQSw{min-height:100vh;background:linear-gradient(135deg,#f8fafc,#e2e8f0);color:#333;display:flex;flex-direction:column;justify-content:center;align-items:center;padding:20px;box-sizing:border-box;position:relative;overflow:hidden}.QuestionsPage_container__trQSw:after,.QuestionsPage_container__trQSw:before{content:"";position:absolute;border-radius:50%;opacity:.4;pointer-events:none}.QuestionsPage_container__trQSw:before{width:400px;height:400px;background:radial-gradient(circle,rgba(0,112,243,.08) 0,transparent 70%);top:-100px;right:-100px}.QuestionsPage_container__trQSw:after{width:300px;height:300px;background:radial-gradient(circle,rgba(0,112,243,.06) 0,transparent 70%);bottom:-50px;left:-50px}.QuestionsPage_mainContent__j_8zj{text-align:center;position:relative;z-index:2;padding:40px 36px;width:100%;max-width:480px;background:#fff;border-radius:20px;box-shadow:0 4px 6px -1px rgba(0,0,0,.1),0 2px 4px -1px rgba(0,0,0,.06),0 25px 50px -12px rgba(0,0,0,.15)}.QuestionsPage_mainContent__j_8zj:before{content:"";position:absolute;top:0;left:50%;transform:translateX(-50%);width:60px;height:4px;background:linear-gradient(90deg,#0070f3,#38bdf8);border-radius:0 0 4px 4px}.QuestionsPage_mainContent__j_8zj .QuestionsPage_heading__9AiDb{margin:0 0 18px;color:#334155;font-size:1.05rem;font-weight:600;line-height:1.5;letter-spacing:-.01em;text-align:center;width:100%}.QuestionsPage_mainContent__j_8zj .QuestionsPage_questionContainer__aGRkC{display:flex;align-items:center;justify-content:space-between;width:100%;gap:12px}.QuestionsPage_mainContent__j_8zj .QuestionsPage_questionContent__oYZc1{flex-grow:1;display:flex;flex-direction:column;align-items:center;padding:0 8px;width:100%;max-width:320px}.QuestionsPage_mainContent__j_8zj .QuestionsPage_checkboxContainer__7ZYMA{display:flex;flex-direction:column;align-items:stretch;gap:6px;margin-bottom:14px;width:100%;max-width:320px}.QuestionsPage_mainContent__j_8zj .QuestionsPage_checkboxContainer__7ZYMA div{display:flex;align-items:center;justify-content:flex-start;padding:10px 14px;background:#fff;border-radius:8px;width:100%;box-sizing:border-box;transition:all .15s ease;cursor:pointer;border:1.5px solid #e2e8f0;user-select:none}.QuestionsPage_mainContent__j_8zj .QuestionsPage_checkboxContainer__7ZYMA div:hover{background:#f8fafc;border-color:#0070f3;box-shadow:0 0 0 2px rgba(0,112,243,.1)}.QuestionsPage_mainContent__j_8zj .QuestionsPage_checkboxContainer__7ZYMA div:active{transform:scale(.99)}.QuestionsPage_mainContent__j_8zj .QuestionsPage_checkboxContainer__7ZYMA div:has(.QuestionsPage_checkbox__wkxnV:checked){background:#f0f7ff;border-color:#0070f3}.QuestionsPage_mainContent__j_8zj .QuestionsPage_checkboxContainer__7ZYMA .QuestionsPage_label__hVbHO{pointer-events:none;flex:1;text-align:left}.QuestionsPage_mainContent__j_8zj .QuestionsPage_customOption__Xl73h{position:relative;background:#f0fdf4!important;border-color:#86efac!important}.QuestionsPage_mainContent__j_8zj .QuestionsPage_customOption__Xl73h:has(.QuestionsPage_checkbox__wkxnV:checked){background:#dcfce7!important;border-color:#22c55e!important}.QuestionsPage_mainContent__j_8zj .QuestionsPage_removeOption__7e6EU{position:absolute;right:8px;top:50%;transform:translateY(-50%);background:rgba(0,0,0,0);border:none;color:#94a3b8;font-size:1.2rem;cursor:pointer;padding:4px 8px;line-height:1;border-radius:4px;transition:all .15s ease}.QuestionsPage_mainContent__j_8zj .QuestionsPage_removeOption__7e6EU:hover{color:#ef4444;background:#fef2f2}.QuestionsPage_mainContent__j_8zj .QuestionsPage_additionalInputWrapper__W1Fno{width:100%;max-width:320px;margin-top:2px}.QuestionsPage_mainContent__j_8zj .QuestionsPage_customAnswerError__4_N1E{color:#dc2626;font-size:.8rem;margin:6px 0 0;padding:0;text-align:center}.QuestionsPage_mainContent__j_8zj .QuestionsPage_arrow__chhCn{font-size:1.5rem;color:#0070f3;cursor:pointer;padding:8px;border-radius:50%;transition:all .2s ease;flex-shrink:0;display:flex;align-items:center;justify-content:center;width:40px;height:40px;background:#f0f7ff}.QuestionsPage_mainContent__j_8zj .QuestionsPage_arrow__chhCn:hover{color:#005bb5;background:#e0efff;transform:scale(1.05)}.QuestionsPage_mainContent__j_8zj .QuestionsPage_arrow__chhCn.QuestionsPage_disabled__rS4e1{color:#cbd5e1;background:#f1f5f9;cursor:not-allowed;transform:none}.QuestionsPage_mainContent__j_8zj .QuestionsPage_checkbox__wkxnV{appearance:none;-webkit-appearance:none;width:20px;height:20px;margin-right:12px;cursor:pointer;border:2px solid #cbd5e1;border-radius:6px;background:#fff;transition:all .2s ease;position:relative;flex-shrink:0}.QuestionsPage_mainContent__j_8zj .QuestionsPage_checkbox__wkxnV:hover{border-color:#0070f3}.QuestionsPage_mainContent__j_8zj .QuestionsPage_checkbox__wkxnV:checked{background:linear-gradient(135deg,#0070f3,#0058cc);border-color:#0070f3}.QuestionsPage_mainContent__j_8zj .QuestionsPage_checkbox__wkxnV:checked:after{content:"";position:absolute;left:6px;top:2px;width:5px;height:10px;border:solid #fff;border-width:0 2px 2px 0;transform:rotate(45deg)}.QuestionsPage_mainContent__j_8zj .QuestionsPage_checkbox__wkxnV:focus{outline:none;box-shadow:0 0 0 3px rgba(0,112,243,.15)}.QuestionsPage_mainContent__j_8zj .QuestionsPage_textInputContainer__i_Uw2{width:100%;max-width:320px;margin-top:2px}.QuestionsPage_mainContent__j_8zj .QuestionsPage_questionContent__oYZc1>div:has(.QuestionsPage_textInput__fk_WZ){width:100%;max-width:320px}.QuestionsPage_mainContent__j_8zj .QuestionsPage_textInput__fk_WZ{width:100%;border:1.5px solid #93c5fd;border-radius:8px;padding:10px 14px;outline:none;font-size:.9rem;background:#f8faff;transition:all .15s ease;box-sizing:border-box}.QuestionsPage_mainContent__j_8zj .QuestionsPage_textInput__fk_WZ:focus{border-color:#0070f3;background:#fff;box-shadow:0 0 0 3px rgba(0,112,243,.1)}.QuestionsPage_mainContent__j_8zj .QuestionsPage_textInput__fk_WZ::placeholder{color:#60a5fa;font-size:.85rem}.QuestionsPage_mainContent__j_8zj .QuestionsPage_textInput__fk_WZ:disabled{border-color:#cbd5e1;background:#f1f5f9}.QuestionsPage_mainContent__j_8zj .QuestionsPage_textInput__fk_WZ:disabled::placeholder{color:#94a3b8}.QuestionsPage_mainContent__j_8zj .QuestionsPage_label__hVbHO{font-size:.9rem;color:#475569;cursor:pointer;font-weight:500;line-height:1.3}.QuestionsPage_mainContent__j_8zj .QuestionsPage_paragraph__u3PPp{margin:16px 0;color:#64748b;font-size:.95rem}.QuestionsPage_mainContent__j_8zj .QuestionsPage_progressBar__cAVB5{display:flex;justify-content:center;margin-top:20px;gap:6px;width:100%}.QuestionsPage_mainContent__j_8zj .QuestionsPage_progressSegment__G1qQx{width:24px;height:4px;background-color:#e2e8f0;border-radius:2px;transition:all .3s ease}.QuestionsPage_mainContent__j_8zj .QuestionsPage_progressSegment__G1qQx.QuestionsPage_completed__hIfuR{background-color:#0070f3}.QuestionsPage_mainContent__j_8zj .QuestionsPage_button__ybQ5Z{background:linear-gradient(135deg,#0070f3,#0058cc);color:#fff;border:none;padding:12px 28px;margin:8px;border-radius:10px;cursor:pointer;font-size:.95rem;font-weight:600;transition:all .2s ease;box-shadow:0 4px 12px rgba(0,112,243,.25)}.QuestionsPage_mainContent__j_8zj .QuestionsPage_button__ybQ5Z:hover:not(:disabled){transform:translateY(-2px);box-shadow:0 6px 16px rgba(0,112,243,.35)}.QuestionsPage_mainContent__j_8zj .QuestionsPage_button__ybQ5Z:disabled{opacity:.6;cursor:not-allowed;transform:none}.QuestionsPage_categorySelection__BYri_{display:flex;flex-direction:column;align-items:center;text-align:center}.QuestionsPage_introText__TB8li{color:#64748b;font-size:.9rem;line-height:1.5;margin:0 0 20px;padding:14px 18px;background:linear-gradient(135deg,#f0f7ff,#e0f2fe);border-radius:10px;border-left:3px solid #0070f3}.QuestionsPage_introText__TB8li strong{color:#1e293b;font-size:.95rem;display:block;margin-bottom:4px}.QuestionsPage_introSubtext___EYEE{display:block;color:#64748b;font-size:.85rem}.QuestionsPage_introSubtext___EYEE em{color:#0070f3;font-style:normal;font-weight:600}.QuestionsPage_categoryButtons__J9cio{display:flex;flex-wrap:wrap;justify-content:center;gap:10px}.QuestionsPage_mainContent__j_8zj .QuestionsPage_categorySelection__BYri_ .QuestionsPage_heading__9AiDb{font-size:1.3rem;margin-bottom:20px;color:#1e293b}.QuestionsPage_mainContent__j_8zj .QuestionsPage_categorySelection__BYri_ .QuestionsPage_button__ybQ5Z{min-width:130px}@media(max-width:768px){.QuestionsPage_container__trQSw{padding:16px}.QuestionsPage_container__trQSw:after,.QuestionsPage_container__trQSw:before{opacity:.2;transform:scale(.6)}.QuestionsPage_mainContent__j_8zj{padding:28px 24px;max-width:100%;border-radius:16px}.QuestionsPage_mainContent__j_8zj .QuestionsPage_heading__9AiDb{font-size:1.1rem}.QuestionsPage_mainContent__j_8zj .QuestionsPage_arrow__chhCn{font-size:1.25rem;width:36px;height:36px;padding:6px}.QuestionsPage_mainContent__j_8zj .QuestionsPage_checkboxContainer__7ZYMA,.QuestionsPage_mainContent__j_8zj .QuestionsPage_textInputContainer__i_Uw2,.QuestionsPage_mainContent__j_8zj .QuestionsPage_textInput__fk_WZ{max-width:100%}.QuestionsPage_mainContent__j_8zj .QuestionsPage_progressSegment__G1qQx{width:20px}}@media(max-width:480px){.QuestionsPage_container__trQSw{justify-content:flex-start;padding:40px 12px 12px}.QuestionsPage_container__trQSw:after,.QuestionsPage_container__trQSw:before{display:none}.QuestionsPage_mainContent__j_8zj{padding:20px 16px}.QuestionsPage_mainContent__j_8zj .QuestionsPage_heading__9AiDb{font-size:1rem;margin-bottom:16px}.QuestionsPage_mainContent__j_8zj .QuestionsPage_questionContainer__aGRkC{gap:8px}.QuestionsPage_mainContent__j_8zj .QuestionsPage_arrow__chhCn{font-size:1.1rem;width:32px;height:32px}.QuestionsPage_mainContent__j_8zj .QuestionsPage_checkboxContainer__7ZYMA div{padding:10px}.QuestionsPage_mainContent__j_8zj .QuestionsPage_checkbox__wkxnV{width:16px;height:16px;margin-right:10px}.QuestionsPage_mainContent__j_8zj .QuestionsPage_label__hVbHO{font-size:.9rem}.QuestionsPage_mainContent__j_8zj .QuestionsPage_button__ybQ5Z{padding:10px 20px;font-size:.9rem;min-width:100px}.QuestionsPage_mainContent__j_8zj .QuestionsPage_progressSegment__G1qQx{width:16px;height:3px}.QuestionsPage_mainContent__j_8zj .QuestionsPage_progressBar__cAVB5{gap:4px;margin-top:16px}.QuestionsPage_mainContent__j_8zj>div:first-child{display:flex;flex-direction:column;gap:8px}.QuestionsPage_mainContent__j_8zj>div:first-child .QuestionsPage_heading__9AiDb{font-size:1.25rem}.QuestionsPage_mainContent__j_8zj>div:first-child .QuestionsPage_button__ybQ5Z{width:100%;margin:4px 0}}.QuestionsPage_arrow__chhCn,.QuestionsPage_checkboxContainer__7ZYMA,.QuestionsPage_heading__9AiDb,.QuestionsPage_label__hVbHO,.QuestionsPage_questionContainer__aGRkC,.QuestionsPage_textInput__fk_WZ{user-select:none}.QuestionsPage_thankYouContent__Z_bNC{text-align:center;padding:20px 0}.QuestionsPage_thankYouHeading__sku3w{color:#059669;font-size:1.3rem;font-weight:700;margin:0 0 12px}.QuestionsPage_thankYouText__i6mD2{color:#64748b;font-size:.9rem;margin:0 0 24px;line-height:1.5}.QuestionsPage_thankYouText__i6mD2 strong{color:#1e293b}.QuestionsPage_backButton__3BvHy{background:rgba(0,0,0,0);color:#0070f3;border:2px solid #0070f3;padding:12px 28px;border-radius:10px;font-size:.95rem;font-weight:600;transition:all .2s ease}.QuestionsPage_backButton__3BvHy:hover{background:#0070f3;color:#fff}.QuestionsPage_subscribeContent__2ZncF{display:flex;flex-direction:column;align-items:center;justify-content:center;width:100%;text-align:center}.QuestionsPage_subscribeForm__HmzcH{max-width:300px;gap:20px}.QuestionsPage_subscribeForm__HmzcH p[style*=red]{color:#dc2626!important;font-size:.85rem;margin:0;padding:10px 14px;background:#fef2f2;border-radius:8px;width:100%;box-sizing:border-box;border:1px solid #fecaca}.QuestionsPage_subscribeHeader__Kc_mH{text-align:center;margin-bottom:8px}.QuestionsPage_subscribeHeading__F28fn{font-size:1.4rem;font-weight:700;color:#1e293b;margin:0 0 12px}.QuestionsPage_subscribeSubtext__y1Y40{color:#64748b;font-size:.85rem;margin:0;line-height:1.6}.QuestionsPage_subscribeSubtext__y1Y40 strong{color:#0070f3;font-weight:600}.QuestionsPage_emailInput__8JNBq{width:100%;border:1.5px solid #e2e8f0;border-radius:8px;padding:12px 16px;outline:none;font-size:.95rem;background:#fff;transition:all .15s ease;box-sizing:border-box;text-align:center}.QuestionsPage_emailInput__8JNBq:focus{box-shadow:0 0 0 3px rgba(0,112,243,.1)}.QuestionsPage_emailInput__8JNBq::placeholder{color:#94a3b8}.QuestionsPage_emailInput__8JNBq:disabled{background:#f8fafc;color:#64748b}.QuestionsPage_questionsPage__zBZ5f{min-height:100vh;background:linear-gradient(135deg,#f8fafc,#e2e8f0)}.QuestionsPage_loadingContainer__1CaJU{display:flex;flex-direction:column;justify-content:center;align-items:center;min-height:100vh;color:#64748b;font-size:1rem}.QuestionsPage_loadingContainer__1CaJU .QuestionsPage_loader__jkhbq{width:40px;height:40px;border:3px solid #e2e8f0;border-top-color:#0070f3;border-radius:50%;animation:QuestionsPage_spin__oY4yJ 1s linear infinite;margin-bottom:16px}@keyframes QuestionsPage_spin__oY4yJ{to{transform:rotate(1turn)}}.QuestionsPage_errorContainer__ViIa1{display:flex;flex-direction:column;justify-content:center;align-items:center;min-height:100vh;text-align:center;padding:40px 20px}.QuestionsPage_errorContainer__ViIa1 h2{font-size:2rem;color:#0070f3;margin-bottom:16px}.QuestionsPage_errorContainer__ViIa1 p{color:#64748b;font-size:1.1rem;margin-bottom:24px;max-width:400px}.QuestionsPage_header__gB2oz{display:flex;flex-direction:column;align-items:center;margin-bottom:24px;text-align:center}.QuestionsPage_header__gB2oz h1{font-size:1.75rem;color:#334155;margin:0 0 12px}.QuestionsPage_newsletterBadge__hI9rQ{display:inline-block;background:linear-gradient(135deg,#667eea,#764ba2);color:#fff;padding:6px 16px;border-radius:20px;font-size:.85rem;font-weight:500}.QuestionsPage_progressContainer__1Gx5M{width:100%;max-width:480px;margin-bottom:24px}.QuestionsPage_progressBar__cAVB5{width:100%;height:6px;background:#e2e8f0;border-radius:3px;overflow:hidden;margin-bottom:8px}.QuestionsPage_progressFill__tqGly{height:100%;background:linear-gradient(90deg,#0070f3,#38bdf8);border-radius:3px;transition:width .3s ease}.QuestionsPage_progressText__0iTbf{font-size:.85rem;color:#64748b}.QuestionsPage_questionContainer__aGRkC{background:#fff;border-radius:20px;padding:32px;width:100%;max-width:480px;box-shadow:0 4px 6px -1px rgba(0,0,0,.1),0 2px 4px -1px rgba(0,0,0,.06)}.QuestionsPage_questionText__ty67z{font-size:1.25rem;color:#334155;margin:0 0 8px;line-height:1.4}.QuestionsPage_selectionHint__vPD6U{font-size:.85rem;color:#94a3b8;margin:0 0 20px}.QuestionsPage_optionsContainer__uFZJP{display:flex;flex-direction:column;gap:10px;margin-bottom:24px}.QuestionsPage_option___z_7y{display:flex;align-items:center;gap:12px;padding:14px 16px;background:#f8fafc;border:2px solid #e2e8f0;border-radius:12px;cursor:pointer;transition:all .2s ease;user-select:none;touch-action:manipulation}.QuestionsPage_option___z_7y.QuestionsPage_selected__LoVtH,.QuestionsPage_option___z_7y:hover{border-color:#0070f3;background:#eff6ff}.QuestionsPage_option___z_7y .QuestionsPage_checkbox__wkxnV{width:22px;height:22px;border:2px solid #cbd5e1;border-radius:6px;display:flex;align-items:center;justify-content:center;flex-shrink:0;font-size:.75rem;color:#0070f3}.QuestionsPage_option___z_7y.QuestionsPage_selected__LoVtH .QuestionsPage_checkbox__wkxnV{background:#0070f3;border-color:#0070f3;color:#fff}.QuestionsPage_customOption__Xl73h{position:relative;padding-right:44px;background:#fef3c7;border-color:#fcd34d}.QuestionsPage_customOption__Xl73h.QuestionsPage_selected__LoVtH{background:#fef9c3;border-color:#eab308}.QuestionsPage_removeCustomOption__7dWIr{position:absolute;right:12px;top:50%;transform:translateY(-50%);width:24px;height:24px;border:none;background:#fee2e2;color:#dc2626;border-radius:50%;cursor:pointer;font-size:.85rem;font-weight:700;display:flex;align-items:center;justify-content:center}.QuestionsPage_removeCustomOption__7dWIr:hover{background:#fecaca}.QuestionsPage_additionalInputContainer__Ns_G7{display:flex;gap:8px;margin-top:8px}.QuestionsPage_additionalInput__9VBkV{flex:1;padding:12px 16px;border:2px solid #e2e8f0;border-radius:12px;font-size:.95rem}.QuestionsPage_additionalInput__9VBkV:focus{outline:none;border-color:#0070f3}.QuestionsPage_addButton__wGVcn{padding:12px 20px;background:#0070f3;color:#fff;border:none;border-radius:12px;font-weight:500;cursor:pointer;transition:background .2s}.QuestionsPage_addButton__wGVcn:hover:not(:disabled){background:#0060df}.QuestionsPage_addButton__wGVcn:disabled{background:#94a3b8;cursor:not-allowed}.QuestionsPage_customAnswerError__4_N1E{color:#dc2626;font-size:.85rem;margin-top:8px}.QuestionsPage_navigationContainer__7Xdrs{display:flex;justify-content:space-between;gap:12px;flex-wrap:wrap}.QuestionsPage_navButton__M8Yz4{padding:14px 28px;border:2px solid #e2e8f0;background:#fff;color:#334155;border-radius:12px;font-size:1rem;font-weight:500;cursor:pointer;transition:all .2s}.QuestionsPage_navButton__M8Yz4:hover:not(:disabled){border-color:#0070f3;color:#0070f3}.QuestionsPage_navButton__M8Yz4:disabled{opacity:.5;cursor:not-allowed}.QuestionsPage_navButton__M8Yz4.QuestionsPage_primary__tf5zO{background:linear-gradient(135deg,#0070f3,#0060df);color:#fff;border:none}.QuestionsPage_navButton__M8Yz4.QuestionsPage_primary__tf5zO:hover:not(:disabled){background:linear-gradient(135deg,#0060df,#0050cf)}.QuestionsPage_emailForm__yf1Lm{flex:1;display:flex;flex-direction:column;gap:12px}.QuestionsPage_emailInputGroup__EbGwP{display:flex;gap:8px}.QuestionsPage_emailInput__8JNBq{flex:1;padding:14px 16px;border:2px solid #e2e8f0;border-radius:12px;font-size:1rem}.QuestionsPage_emailInput__8JNBq:focus{outline:none;border-color:#0070f3}.QuestionsPage_emailError__A_k4y{color:#dc2626;font-size:.85rem}.QuestionsPage_subscribeCheckbox__flktp{display:flex;align-items:center;gap:10px;font-size:.9rem;color:#64748b;cursor:pointer}.QuestionsPage_subscribeCheckbox__flktp input[type=checkbox]{width:18px;height:18px;accent-color:#0070f3}.QuestionsPage_thankYouContainer__Azvu6{text-align:center;padding:60px 40px;background:#fff;border-radius:20px;max-width:480px;box-shadow:0 4px 6px -1px rgba(0,0,0,.1)}.QuestionsPage_thankYouContainer__Azvu6 h2{font-size:2rem;color:#0070f3;margin:0 0 16px}.QuestionsPage_thankYouContainer__Azvu6 p{color:#64748b;font-size:1.1rem;margin:0 0 24px}.QuestionsPage_submittedEmail__X83dg{font-size:.95rem!important;color:#0070f3!important;background:#eff6ff;padding:10px 16px;border-radius:8px}.QuestionsPage_backButton__3BvHy{padding:14px 28px;background:linear-gradient(135deg,#0070f3,#0060df);color:#fff;border:none;border-radius:12px;font-size:1rem;font-weight:500;cursor:pointer;transition:background .2s}.QuestionsPage_backButton__3BvHy:hover{background:linear-gradient(135deg,#0060df,#0050cf)}.QuestionsPage_expiredContainer__rqx5P{text-align:center;padding:60px 40px;background:#fff;border-radius:20px;max-width:520px;box-shadow:0 4px 6px -1px rgba(0,0,0,.1)}.QuestionsPage_expiredContainer__rqx5P h2{font-size:1.75rem;color:#0070f3;margin:0 0 20px}.QuestionsPage_expiredIcon__tqq_N{font-size:4rem;margin-bottom:20px;opacity:.9;color:#0070f3}.QuestionsPage_expiredMessage__H5ozp{color:#475569;font-size:1.1rem;line-height:1.6;margin:0 0 16px}.QuestionsPage_expiredMessage__H5ozp strong{color:#0070f3}.QuestionsPage_expiredSubtext__ePtxC{color:#64748b;font-size:.95rem;margin:0 0 28px;line-height:1.5}.QuestionsPage_expiredActions__s8OD_{display:flex;flex-direction:column;gap:12px;margin-bottom:24px}.QuestionsPage_expiredActions__s8OD_ .QuestionsPage_primaryAction__UT45_{background:linear-gradient(135deg,#0070f3,#0060df)}.QuestionsPage_expiredActions__s8OD_ .QuestionsPage_primaryAction__UT45_:hover{background:linear-gradient(135deg,#0060df,#0050cf)}.QuestionsPage_expiredActions__s8OD_ .QuestionsPage_backButton__3BvHy:not(.QuestionsPage_primaryAction__UT45_){background:#f1f5f9;color:#475569}.QuestionsPage_expiredActions__s8OD_ .QuestionsPage_backButton__3BvHy:not(.QuestionsPage_primaryAction__UT45_):hover{background:#e2e8f0}.QuestionsPage_stayConnected__r2U0X{font-size:.85rem;color:#94a3b8;margin:0;padding-top:16px;border-top:1px solid #e2e8f0}.QuestionsPage_subscribeSection__ppZ6U{margin-top:24px;padding-top:24px;border-top:1px solid #e2e8f0;display:flex;flex-direction:column;align-items:center}.QuestionsPage_subscribeLink__kV2Ac{background:none;border:none;font-size:.9rem;color:#64748b;cursor:pointer;padding:0;text-align:center}.QuestionsPage_subscribeLink__kV2Ac span{color:#0070f3;text-decoration:underline;font-weight:500}.QuestionsPage_subscribeLink__kV2Ac span:hover{color:#0060df}.QuestionsPage_subscribeForm__HmzcH{display:flex;flex-direction:column;align-items:center;gap:12px;animation:QuestionsPage_slideDown__2O0m4 .3s ease;width:100%}@keyframes QuestionsPage_slideDown__2O0m4{0%{opacity:0;transform:translateY(-10px)}to{opacity:1;transform:translateY(0)}}.QuestionsPage_subscribeTitle__dKKSO{font-size:1.1rem;font-weight:600;color:#334155;margin:0}.QuestionsPage_subscribeSubtitle__dMf7w{font-size:.9rem;color:#64748b;margin:0 0 8px}.QuestionsPage_subscribeInputGroup__J7GxM{display:flex;justify-content:center;gap:8px;width:100%;max-width:400px}@media(max-width:480px){.QuestionsPage_subscribeInputGroup__J7GxM{flex-direction:column}}.QuestionsPage_subscribeInput__MPlZz{flex:1;padding:12px 16px;border:2px solid #e2e8f0;border-radius:10px;font-size:.95rem;transition:border-color .2s}.QuestionsPage_subscribeInput__MPlZz:focus{outline:none;border-color:#0070f3}.QuestionsPage_subscribeInput__MPlZz:disabled{background:#f8fafc;color:#94a3b8}.QuestionsPage_subscribeButton__D4IVd{padding:12px 24px;background:linear-gradient(135deg,#0070f3,#0060df);color:#fff;border:none;border-radius:10px;font-size:.95rem;font-weight:500;cursor:pointer;transition:all .2s;white-space:nowrap}.QuestionsPage_subscribeButton__D4IVd:hover:not(:disabled){background:linear-gradient(135deg,#0060df,#0050cf);transform:translateY(-1px)}.QuestionsPage_subscribeButton__D4IVd:disabled{opacity:.7;cursor:not-allowed}.QuestionsPage_subscribeError__rzkc_{color:#dc2626;font-size:.85rem;margin:0}.QuestionsPage_cancelSubscribe__U1_8E{background:none;border:none;color:#94a3b8;font-size:.85rem;cursor:pointer;padding:4px}.QuestionsPage_cancelSubscribe__U1_8E:hover{color:#64748b}.QuestionsPage_subscribeSuccess__aSWQ1{display:flex;align-items:center;justify-content:center;gap:12px;padding:16px;background:linear-gradient(135deg,#f0fdf4,#dcfce7);border-radius:12px;border:1px solid #86efac;animation:QuestionsPage_fadeIn__J8Pov .3s ease}.QuestionsPage_subscribeSuccess__aSWQ1 p{margin:0;color:#166534;font-size:.95rem}@keyframes QuestionsPage_fadeIn__J8Pov{0%{opacity:0}to{opacity:1}}.QuestionsPage_successIcon__5ICgT{display:flex;align-items:center;justify-content:center;width:32px;height:32px;background:#22c55e;color:#fff;border-radius:50%;font-size:1rem;font-weight:700;flex-shrink:0}