.quiz-page{background:#f7f4ec;color:#14284c}
.quiz-page main{overflow:hidden}
.quiz-hero{padding:76px 24px 68px;background:linear-gradient(135deg,#f8f4e9 0%,#eef4fb 100%)}
.quiz-hero-inner{max-width:1180px;margin:0 auto;display:grid;grid-template-columns:minmax(0,1.05fr) minmax(340px,.95fr);gap:64px;align-items:center}
.quiz-hero-copy h1{max-width:720px;margin:0 0 22px;font-size:clamp(3.2rem,7vw,6.7rem);line-height:.94;letter-spacing:-.065em;color:#10264a}
.quiz-hero-copy p{max-width:650px;margin:0;font-size:clamp(1.16rem,2vw,1.42rem);line-height:1.6;color:#53627a}
.quiz-hero-note{display:inline-flex;align-items:center;margin:0 0 22px!important;padding:7px 11px;border-radius:999px;background:#e7effa;font-size:.79rem!important;font-weight:800;letter-spacing:.08em;text-transform:uppercase;color:#2f68bf!important}
.quiz-hero-visual{position:relative}
.quiz-hero-visual img{display:block;width:100%;aspect-ratio:1.28;object-fit:cover;border-radius:30px;box-shadow:0 28px 70px rgba(20,40,76,.18)}
.quiz-hero-visual:after{content:"12";position:absolute;right:-24px;bottom:-34px;display:grid;place-items:start center;width:108px;height:108px;padding-top:22px;box-sizing:border-box;border-radius:50%;background:#f2c230;color:#10264a;font-size:2.4rem;font-weight:900;line-height:1;box-shadow:0 18px 40px rgba(20,40,76,.17)}
.quiz-hero-visual:before{content:"questions";position:absolute;z-index:2;right:-12px;bottom:-6px;width:84px;text-align:center;color:#10264a;font-size:.68rem;font-weight:850;letter-spacing:.1em;text-transform:uppercase}
.quiz-start{margin-top:28px}

.quiz-section{padding:80px 24px 96px;background:#f7f4ec}
.quiz-section-inner{max-width:920px;margin:0 auto}
.quiz-instructions{max-width:720px;margin:0 auto 32px;text-align:center}
.quiz-instructions h2{margin:0 0 12px;font-size:clamp(1.8rem,4vw,2.65rem);letter-spacing:-.035em;color:#10264a}
.quiz-instructions p{margin:0;color:#607089;font-size:1.08rem;line-height:1.65}
.quiz-card{position:relative;padding:clamp(28px,5vw,58px);scroll-margin-top:96px;border:1px solid #dbe3ee;border-radius:30px;background:#fff;box-shadow:0 24px 80px rgba(20,40,76,.1)}
.quiz-step{position:relative;min-width:0;margin:0 0 40px;padding:0 0 42px 60px;border:0;border-bottom:1px solid #dde5ee}
.quiz-step:last-child{margin-bottom:0;padding-bottom:18px;border-bottom:0}
.quiz-step:before{content:attr(data-question);position:absolute;top:0;left:0;display:grid;place-items:center;width:36px;height:36px;border-radius:50%;background:#e8f0fb;color:#2f68bf;font-size:.88rem;font-weight:900}
.quiz-question{display:block;width:100%;max-width:700px;margin:0 0 20px;padding:0;color:#10264a;font-size:1.18rem;font-weight:850;line-height:1.45;letter-spacing:-.012em;text-align:left;text-transform:none}
.quiz-answers{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:10px;max-width:560px;margin:0}
.quiz-answer{display:inline-flex;width:100%;min-width:0;min-height:50px;padding:10px 12px;align-items:center;justify-content:center;gap:8px;border:2px solid #d9e2ee;border-radius:14px;background:#fff;color:#14284c;font-family:inherit;font-size:.94rem;font-weight:850;line-height:1.2;cursor:pointer;transition:transform .15s ease,border-color .15s ease,background .15s ease,color .15s ease,box-shadow .15s ease}
.quiz-answer span{display:grid;place-items:center;width:22px;height:22px;border:2px solid #b9c8da;border-radius:7px;color:transparent;font-size:.85rem;line-height:1}
.quiz-answer:hover{transform:translateY(-2px);border-color:#2f68bf;box-shadow:0 10px 24px rgba(47,104,191,.11)}
.quiz-answer:focus-visible{outline:3px solid #f2c230;outline-offset:3px}
.quiz-answer.is-selected{border-color:#2f68bf;background:#2f68bf;color:#fff;box-shadow:0 12px 28px rgba(47,104,191,.22)}
.quiz-answer.is-selected span{border-color:#fff;background:#fff;color:#2f68bf}
.quiz-answer.quiz-sometimes.is-selected{border-color:#f2c230;background:#f2c230;color:#10264a}
.quiz-answer.quiz-sometimes.is-selected span{border-color:#10264a;background:#10264a;color:#fff}
.quiz-step.is-unanswered{margin-left:-12px;padding-left:72px;border-radius:16px;background:#fff8df;box-shadow:0 0 0 2px #f2c230}
.quiz-answer-message{min-height:1.5em;margin:0 0 13px;color:#8a5c00;font-weight:800}
.quiz-restart{border:0;background:transparent;color:#64738a;font-family:inherit;font-size:.96rem;font-weight:750;line-height:1.2;text-decoration:underline;text-underline-offset:4px;cursor:pointer}
.quiz-list-finish{margin-top:42px;text-align:center}
.quiz-list-finish .btn{border:0;cursor:pointer}

.quiz-result[hidden]{display:none}
.quiz-result{scroll-margin-top:96px;animation:quiz-in .38s ease both}
.quiz-result-top{display:grid;grid-template-columns:150px minmax(0,1fr);gap:34px;align-items:center;padding-bottom:34px;border-bottom:1px solid #e2e8f0}
.quiz-score{--score:0deg;display:grid;place-items:center;width:146px;height:146px;border-radius:50%;background:conic-gradient(#f2c230 var(--score),#e7edf4 0);position:relative}
.quiz-score:before{content:"";position:absolute;inset:11px;border-radius:50%;background:#fff}
.quiz-score strong,.quiz-score span{position:relative;z-index:1;grid-area:1/1;text-align:center}
.quiz-score strong{font-size:2.5rem;line-height:1;color:#10264a}
.quiz-score span{align-self:end;margin-bottom:34px;font-size:.72rem;font-weight:800;letter-spacing:.08em;text-transform:uppercase;color:#65738a}
.quiz-result-copy h2{margin:0 0 10px;font-size:clamp(1.85rem,4vw,2.75rem);line-height:1.05;letter-spacing:-.04em;color:#10264a}
.quiz-result-copy p{margin:0;color:#596981;font-size:1.05rem;line-height:1.65}
.quiz-marked{margin-top:10px!important;font-weight:750;color:#14284c!important}
.quiz-next-heading{margin:48px 0 9px;text-align:center;font-size:clamp(1.65rem,3.6vw,2.3rem);letter-spacing:-.035em;color:#10264a}
.quiz-next-intro{max-width:570px;margin:0 auto 25px;text-align:center;color:#607089}
.quiz-recommendation-note{margin:0 0 10px;color:#7a5700;font-size:.72rem;font-weight:900;letter-spacing:.1em;text-transform:uppercase}
.quiz-routes{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:17px}
.quiz-route{position:relative;display:block;padding:26px 27px 27px;border:1px solid #dbe3ee;border-radius:18px;background:#f9fbfd;color:#14284c;text-decoration:none;transition:transform .15s ease,border-color .15s ease,background .15s ease,box-shadow .15s ease}
.quiz-route:hover,.quiz-route:focus-visible{transform:translateY(-2px);border-color:#2f68bf;background:#f0f6ff;box-shadow:0 14px 28px rgba(20,40,76,.1)}
.quiz-route:focus-visible{outline:3px solid #e9b51f;outline-offset:3px}
.quiz-route h3{margin:0 0 8px;font-size:1.12rem;line-height:1.25;letter-spacing:-.01em;text-transform:none;color:#10264a}
.quiz-route p{margin:0;color:#66758b;font-size:.94rem;line-height:1.55}
.quiz-route.is-recommended{order:-1;grid-column:1/-1;padding:29px 30px 30px;border:2px solid #2f68bf;background:#eef5ff;box-shadow:0 14px 34px rgba(47,104,191,.12)}
.quiz-route.is-recommended h3{font-size:1.35rem}
.quiz-result-footer{margin-top:32px;padding-top:26px;border-top:1px solid #e2e8f0}
.quiz-result-footer p{margin:9px 0;color:#6b788d;font-size:.88rem;line-height:1.6}
.quiz-result-footer a,.quiz-result-actions a{color:#155db2;font-weight:800}
.quiz-result-actions{margin-top:22px;text-align:center}
.quiz-result-actions .quiz-restart{margin-right:18px}

@keyframes quiz-in{from{opacity:0;transform:translateY(10px)}to{opacity:1;transform:none}}
@media(max-width:760px){
 .quiz-hero{padding:52px 20px 64px}.quiz-hero-inner{grid-template-columns:1fr;gap:34px}.quiz-hero-copy h1{font-size:clamp(3.05rem,16vw,4.8rem)}
 .quiz-hero-visual{max-width:520px}.quiz-hero-visual:after{right:-8px;bottom:-28px;width:92px;height:92px;font-size:2rem}.quiz-hero-visual:before{right:0;bottom:1px;width:76px;font-size:.6rem}
 .quiz-section{padding:58px 14px 76px}.quiz-card{padding:25px 18px 31px;border-radius:22px}
 .quiz-step{margin-bottom:34px;padding:0 0 36px 46px}.quiz-step:last-child{margin-bottom:0;padding-bottom:10px}.quiz-step:before{top:0;width:31px;height:31px}.quiz-question{margin-bottom:17px;font-size:1.06rem;line-height:1.45}.quiz-answers{gap:7px}.quiz-answer{min-height:48px;padding:8px 6px;gap:5px;font-size:.82rem}.quiz-answer span{width:18px;height:18px;font-size:.7rem}.quiz-step.is-unanswered{margin-left:-8px;padding-left:54px}
 .quiz-result-top{grid-template-columns:1fr;text-align:center}.quiz-score{margin:0 auto}.quiz-routes{grid-template-columns:1fr}.quiz-route.is-recommended{grid-column:auto}
}
@media(prefers-reduced-motion:reduce){.quiz-step,.quiz-result{animation:none}.quiz-progress-bar,.quiz-answer,.quiz-route{transition:none}}
