.surveyTest{padding:80px 0;background:#fff}@media(max-width:768px){.surveyTest{padding:48px 0}}.surveyTest_header{text-align:center;margin-bottom:40px}.surveyTest_title{font-size:clamp(2.1rem,4.8vw,3rem);font-weight:900;color:#1a2754;margin-bottom:16px}.surveyTest_sub{font-size:1.275rem;color:#6b7a99;max-width:720px;margin:0 auto;line-height:1.7}.surveyTest_quizLayout{display:grid;grid-template-columns:240px 1fr;grid-gap:32px;gap:32px;align-items:start}@media(max-width:1024px){.surveyTest_quizLayout{grid-template-columns:1fr}}.surveyTest_sidebar{background:#fff;border:1px solid #d0dcf0;border-radius:16px;padding:24px 20px;position:-webkit-sticky;position:sticky;top:100px}@media(max-width:1024px){.surveyTest_sidebar{position:static;display:flex;flex-wrap:wrap;align-items:center;gap:12px;padding:16px 20px}}.surveyTest_sidebarHeader{display:flex;align-items:center;gap:8px;font-size:1.2rem;font-weight:800;color:#1a2754;margin-bottom:20px;padding-bottom:14px;border-bottom:2px solid #d0dcf0}@media(max-width:1024px){.surveyTest_sidebarHeader{margin-bottom:0;padding-bottom:0;border-bottom:none;font-size:1.08rem}}.surveyTest_stepList{display:flex;flex-direction:column;gap:4px;margin-bottom:20px}@media(max-width:1024px){.surveyTest_stepList{flex-direction:row;flex-wrap:wrap;gap:6px;margin-bottom:0;flex:1 1}}.surveyTest_step{display:flex;align-items:center;gap:10px;padding:10px 12px;border:none;background:transparent;border-radius:10px;cursor:pointer;transition:all .25s ease;font-family:Roboto,sans-serif;text-align:left;width:100%}.surveyTest_step:hover{background:rgba(2,106,226,.05)}@media(max-width:1024px){.surveyTest_step{width:auto;padding:6px 12px;font-size:1.02rem}}.surveyTest_stepActive{background:rgba(2,106,226,.08)!important}.surveyTest_stepActive .surveyTest_stepNumber{background:#026ae2;color:#fff}.surveyTest_stepActive .surveyTest_stepLabel{color:#026ae2;font-weight:700}.surveyTest_stepDone .surveyTest_stepNumber{background:rgba(34,197,94,.12);color:#16a34a}.surveyTest_stepDone .surveyTest_stepLabel{color:#6b7a99}.surveyTest_stepNumber{width:28px;height:28px;border-radius:50%;background:#f5f7fa;color:#6b7a99;display:flex;align-items:center;justify-content:center;font-size:15.6px;font-weight:700;flex-shrink:0;transition:all .25s ease}.surveyTest_stepLabel{font-size:1.056rem;font-weight:600;color:#333d4b;transition:all .25s ease}@media(max-width:1024px){.surveyTest_stepLabel{display:none}}.surveyTest_sidebarProgress{padding-top:16px;border-top:1px solid #d0dcf0}@media(max-width:1024px){.surveyTest_sidebarProgress{padding-top:0;border-top:none;width:100%;display:flex;align-items:center;gap:12px}}.surveyTest_progressTrack{height:6px;background:#f5f7fa;border-radius:3px;overflow:hidden;margin-bottom:8px}@media(max-width:1024px){.surveyTest_progressTrack{flex:1 1;margin-bottom:0}}.surveyTest_progressFill{height:100%;background:#026ae2;border-radius:3px;transition:width .4s ease-out}.surveyTest_progressLabel{font-size:.96rem;color:#6b7a99;font-weight:600}.surveyTest_cardArea{min-height:400px}.surveyTest_cardWrapper{width:100%}.surveyTest_questionCard{background:#fff;border:1.5px solid #d0dcf0;border-radius:16px;overflow:hidden;box-shadow:0 4px 24px rgba(26,39,84,.06)}.surveyTest_questionHeader{background:linear-gradient(135deg,rgba(2,106,226,.04),rgba(26,39,84,.03));padding:32px 36px 28px;border-bottom:1px solid #d0dcf0}@media(max-width:768px){.surveyTest_questionHeader{padding:24px 20px 20px}}.surveyTest_questionMeta{display:flex;align-items:center;justify-content:space-between;margin-bottom:20px}.surveyTest_topicTag{display:inline-block;background:rgba(2,106,226,.1);color:#026ae2;font-size:14.4px;font-weight:700;padding:5px 14px;border-radius:20px;letter-spacing:.03em;text-transform:uppercase}.surveyTest_questionCount{font-size:15.6px;font-weight:600;color:#6b7a99}.surveyTest_questionMain{display:flex;align-items:flex-start;gap:20px}.surveyTest_iconWrap{width:60px;height:60px;border-radius:16px;display:flex;align-items:center;justify-content:center;flex-shrink:0}@media(max-width:768px){.surveyTest_iconWrap{width:48px;height:48px}}.surveyTest_question{font-size:1.62rem;font-weight:800;color:#1a2754;line-height:1.35;margin-bottom:4px}@media(max-width:768px){.surveyTest_question{font-size:1.38rem}}.surveyTest_tagline{font-size:1.08rem;color:#6b7a99;font-weight:500}.surveyTest_optionsGrid{display:flex;flex-direction:column;gap:10px;padding:28px 36px}@media(max-width:768px){.surveyTest_optionsGrid{padding:20px}}.surveyTest_option{display:flex;align-items:center;gap:14px;padding:16px 20px;background:#f5f7fa;border:2px solid transparent;border-radius:10px;cursor:pointer;font-family:Roboto,sans-serif;text-align:left;transition:all .2s ease;width:100%}.surveyTest_option:hover:not(:disabled){background:rgba(2,106,226,.05);border-color:rgba(2,106,226,.2)}.surveyTest_option:disabled{cursor:default}.surveyTest_optionSelected{border-color:rgba(2,106,226,.4)!important;background:rgba(2,106,226,.06)!important}.surveyTest_optionCorrect{border-color:#16a34a!important;background:rgba(34,197,94,.08)!important}.surveyTest_optionCorrect .surveyTest_optionLetter{background:#16a34a;color:#fff;border-color:#16a34a}.surveyTest_optionWrong{border-color:#ff4438!important;background:rgba(255,68,56,.06)!important}.surveyTest_optionWrong .surveyTest_optionLetter{background:#ff4438;color:#fff;border-color:#ff4438}.surveyTest_optionDimmed{opacity:.5}.surveyTest_optionLetter{width:32px;height:32px;border-radius:50%;border:2px solid #d0dcf0;display:flex;align-items:center;justify-content:center;font-size:16.8px;font-weight:800;color:#6b7a99;flex-shrink:0;transition:all .2s ease}.surveyTest_optionText{font-size:1.2rem;font-weight:600;color:#1a2754;flex:1 1}.surveyTest_optionIcon{flex-shrink:0}.surveyTest_hint{text-align:center;font-size:1.02rem;color:#6b7a99;padding:0 36px 24px;font-style:italic}.surveyTest_answerReveal{overflow:hidden;margin-top:16px;border-radius:16px;border:1.5px solid #d0dcf0;background:#fff;box-shadow:0 4px 24px rgba(26,39,84,.06)}.surveyTest_resultBanner{display:flex;align-items:center;gap:10px;padding:16px 36px;font-size:1.2rem;font-weight:700}@media(max-width:768px){.surveyTest_resultBanner{padding:14px 20px}}.surveyTest_resultCorrect{background:rgba(34,197,94,.1);color:#16a34a;border-bottom:1px solid rgba(34,197,94,.2)}.surveyTest_resultWrong{background:rgba(255,68,56,.08);color:#ff4438;border-bottom:1px solid rgba(255,68,56,.15)}.surveyTest_answerContent{padding:24px 36px}@media(max-width:768px){.surveyTest_answerContent{padding:20px}}.surveyTest_truthRow{display:flex;align-items:center;gap:10px;margin-bottom:10px}.surveyTest_truthIcon{color:#026ae2;flex-shrink:0}.surveyTest_truthText{font-size:1.38rem;font-weight:800;color:#1a2754}.surveyTest_explanation{font-size:1.104rem;color:#333d4b;line-height:1.6;margin-bottom:20px}.surveyTest_surveySection{background:#f5f7fa;border-radius:10px;padding:18px 20px;margin-bottom:12px}.surveyTest_surveyLabel{font-size:13.2px;font-weight:700;letter-spacing:.08em;text-transform:uppercase;color:#6b7a99;margin-bottom:12px}.surveyTest_surveyBoxes{display:grid;grid-template-columns:repeat(3,1fr);grid-gap:12px;gap:12px}@media(max-width:768px){.surveyTest_surveyBoxes{grid-template-columns:1fr}}.surveyTest_surveyBox{background:#fff;border:1px solid #d0dcf0;border-top:3px solid;border-radius:10px;padding:20px 16px;text-align:center;display:flex;flex-direction:column;align-items:center;gap:8px}.surveyTest_surveyBoxPct{font-size:2.4rem;font-weight:900;line-height:1}@media(max-width:768px){.surveyTest_surveyBoxPct{font-size:1.8rem}}.surveyTest_surveyBoxLabel{font-size:.984rem;font-weight:600;color:#333d4b;line-height:1.4}.surveyTest_adVsVet{background:rgba(26,39,84,.05);border:1px solid rgba(26,39,84,.12);border-radius:6px;padding:12px 16px;margin-top:12px}.surveyTest_adVsVetTitle{font-size:14.4px;font-weight:700;color:#1a2754;margin-bottom:6px}.surveyTest_adVsVetRow{display:flex;gap:20px;font-size:15.6px}.surveyTest_nextWrap{display:flex;justify-content:flex-end;padding:16px 36px 24px;border-top:1px solid #d0dcf0}@media(max-width:768px){.surveyTest_nextWrap{padding:14px 20px 20px}}.surveyTest_nextBtn{display:inline-flex;align-items:center;gap:8px;background:#1a2754;color:#fff;font-family:Roboto,sans-serif;font-size:1.2rem;font-weight:700;padding:14px 28px;border-radius:10px;border:none;cursor:pointer;transition:all .25s ease}.surveyTest_nextBtn:hover{background:#243573;transform:translateY(-1px);box-shadow:0 4px 16px rgba(26,39,84,.25)}