.quiz-page{min-height:80vh;background:#f4f8f7}.quiz-hero{padding:52px 0 120px;background:linear-gradient(135deg,#004f4b,#00857d);color:#fff}.quiz-hero span{color:#ffd28d;font-size:.78rem;font-weight:800;letter-spacing:.12em;text-transform:uppercase}.quiz-hero h1{max-width:760px;margin:9px 0 12px;color:#fff;font-size:clamp(2rem,6vw,3.8rem);line-height:1.05}.quiz-hero p{max-width:650px;margin:0;color:rgba(255,255,255,.8)}.quiz-wrap{display:grid;grid-template-columns:minmax(0,1fr) 280px;gap:24px;align-items:start;margin-top:-72px;padding-bottom:72px}.quiz-card{min-height:560px;padding:clamp(22px,5vw,48px);border:1px solid rgba(0,107,102,.12);border-radius:24px;background:#fff;box-shadow:0 22px 60px rgba(0,79,75,.12)}.quiz-progress{margin-bottom:40px}.quiz-progress div{display:flex;justify-content:space-between;margin-bottom:8px;color:#526461;font-size:.82rem}.quiz-progress progress{width:100%;height:8px;border:0;border-radius:8px;overflow:hidden;accent-color:#00857d}.quiz-progress progress::-webkit-progress-bar{background:#e2ecea}.quiz-progress progress::-webkit-progress-value{background:linear-gradient(90deg,#006b66,#29a99f)}.quiz-step{display:none}.quiz-step.is-active{display:block;animation:quiz-in .24s ease}.quiz-step h2{margin:4px 0 24px;font-size:clamp(1.55rem,4vw,2.35rem)}.quiz-kicker{margin:0;color:#00857d;font-size:.78rem;font-weight:800;letter-spacing:.1em;text-transform:uppercase}.quiz-help{margin-top:-16px;color:#667875}.quiz-options{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:12px}.quiz-options label{cursor:pointer}.quiz-options input{position:absolute;opacity:0;pointer-events:none}.quiz-options span{display:flex;min-height:58px;align-items:center;padding:14px 16px;border:1px solid #ccdcd9;border-radius:14px;background:#fff;font-weight:700;transition:.16s}.quiz-options input:checked+span{border-color:#006b66;background:#e8f7f5;color:#004f4b;box-shadow:0 0 0 2px rgba(0,107,102,.12)}.quiz-options input:focus-visible+span{outline:3px solid rgba(0,107,102,.28);outline-offset:2px}.quiz-grid{display:grid;grid-template-columns:1fr 1fr;gap:16px}.quiz-field{display:grid;gap:7px;margin-bottom:18px;color:#344643;font-weight:700}.quiz-field input,.quiz-field select{width:100%;min-height:52px;padding:12px 14px;border:1px solid #bdcfcc;border-radius:12px;background:#fff;font:inherit}.quiz-consent{margin-top:8px}.quiz-actions{display:flex;justify-content:space-between;gap:12px;margin-top:38px}.quiz-actions [data-quiz-next],.quiz-actions [data-quiz-submit]{margin-left:auto}.quiz-trust{padding:24px;border:1px solid #d5e3e1;border-radius:18px;background:#fff}.quiz-trust ol{display:grid;gap:14px;padding-left:22px;color:#526461}.quiz-trust small{color:#71817f}@keyframes quiz-in{from{opacity:0;transform:translateX(8px)}to{opacity:1;transform:none}}@media(max-width:800px){.quiz-wrap{grid-template-columns:1fr}.quiz-trust{order:-1}.quiz-card{min-height:520px}.quiz-hero{padding-bottom:105px}}@media(max-width:560px){.quiz-hero{padding-top:34px}.quiz-wrap{padding-inline:12px}.quiz-card{padding:22px 18px;border-radius:18px}.quiz-options,.quiz-grid{grid-template-columns:1fr}.quiz-options--multi{grid-template-columns:1fr 1fr}.quiz-options span{min-height:52px}.quiz-actions .btn{padding-inline:16px}.quiz-trust{display:none}}
