*{box-sizing:border-box}.quiz-page{min-height:100vh;background:#f8fafc;padding:0 24px 88px;font-family:Manrope,sans-serif}.quiz-topbar{display:flex;align-items:center;justify-content:space-between;padding:20px 0 24px;margin-bottom:8px}.quiz-topbar-back{font-size:13px;font-weight:600;color:#64748b;text-decoration:none;display:flex;align-items:center;gap:6px;transition:color .15s}.quiz-topbar-back:hover{color:#1e293b}.quiz-topbar-brand{font-size:13px;font-weight:700;color:#2563eb;letter-spacing:.5px}.quiz-container{max-width:920px;margin:0 auto}.quiz-progress{margin-bottom:28px}.quiz-progress-steps{display:flex;gap:5px;margin-bottom:8px}.qp-step{flex:1;height:4px;border-radius:100px;background:#e2e8f0;transition:background .3s ease;position:relative;overflow:hidden}.qp-step.done{background:#2563eb}.qp-step.active{background:#dbeafe}.qp-step.active:after{content:"";position:absolute;left:0;top:0;bottom:0;width:100%;background:#2563eb;border-radius:100px;animation:stepGrow .45s cubic-bezier(.34,1.2,.64,1) forwards}@keyframes stepGrow{0%{width:0}to{width:100%}}.quiz-progress-label{font-size:12px;color:#94a3b8;font-weight:600}.question-screen{display:none}.question-screen.active{display:block;animation:fadeUp .35s ease}@keyframes fadeUp{0%{opacity:0;transform:translateY(14px)}to{opacity:1;transform:translateY(0)}}.question-card{background:#fff;border-radius:20px;padding:40px 44px;box-shadow:0 2px 24px #00000012,0 1px 4px #0000000a;margin-bottom:16px;border:1px solid rgba(226,232,240,.8)}.question-number{font-size:11px;font-weight:700;text-transform:uppercase;letter-spacing:1.5px;color:#2563eb;margin-bottom:14px}.question-text{font-size:22px;font-weight:700;color:#0f172a;line-height:1.35;margin-bottom:24px;letter-spacing:-.2px}.options-grid{display:grid;grid-template-columns:1fr 1fr;gap:8px}.options-grid.single-col{grid-template-columns:1fr}.option-card{position:relative;border:1.5px solid #E2E8F0;border-radius:12px;padding:14px 16px;cursor:pointer;transition:border-color .15s,background .15s,box-shadow .15s,transform .12s;background:#fff;text-align:left;font-family:Manrope,sans-serif}.option-card:hover{border-color:#93c5fd;background:#f8faff;transform:translateY(-1px);box-shadow:0 4px 12px #2563eb14}.option-card.selected{border-color:#2563eb;background:linear-gradient(135deg,#eff6ff,#dbeafe);box-shadow:0 0 0 1px #2563eb,0 4px 16px #2563eb1f}.option-card.selected:after{content:"✓";position:absolute;top:10px;right:11px;width:18px;height:18px;background:#2563eb;color:#fff;border-radius:50%;font-size:9px;font-weight:900;display:flex;align-items:center;justify-content:center;line-height:1}.option-card .option-label{font-size:14px;font-weight:700;color:#0f172a;display:block;margin-bottom:3px;padding-right:24px}.option-card .option-desc{font-size:11.5px;color:#94a3b8;line-height:1.45}.quiz-nav{display:flex;justify-content:space-between;align-items:center;gap:16px}.btn-back{background:none;border:1.5px solid #E2E8F0;border-radius:10px;padding:12px 24px;font-size:14px;font-weight:700;color:#64748b;cursor:pointer;font-family:Manrope,sans-serif;transition:all .2s ease}.btn-back:hover{border-color:#94a3b8;color:#0f172a}.btn-next{background:linear-gradient(135deg,#2563eb,#0ea5e9);border:none;border-radius:10px;padding:14px 32px;font-size:15px;font-weight:700;color:#fff;cursor:pointer;font-family:Manrope,sans-serif;transition:transform .2s ease,box-shadow .2s ease,opacity .2s ease;flex:1;max-width:300px;box-shadow:0 4px 14px #2563eb40}.btn-next:hover:not(:disabled){transform:translateY(-1px);box-shadow:0 8px 24px #2563eb59}.btn-next:disabled{opacity:.35;cursor:not-allowed;box-shadow:none}.results-screen{display:none}.results-screen.active{display:block;animation:fadeUp .5s ease}.results-header{text-align:center;margin-bottom:28px}.results-header h2{font-size:30px;font-weight:800;color:#0f172a;margin-bottom:10px;letter-spacing:-.3px}.results-header p{font-size:15px;color:#64748b;max-width:520px;margin:0 auto;line-height:1.65}.top-match{background:#fff;border-radius:20px;padding:36px;box-shadow:0 4px 32px #2563eb1f;border:1.5px solid #BFDBFE;margin-bottom:16px;position:relative;overflow:hidden}.top-match:before{content:"";position:absolute;top:0;left:0;right:0;height:3px;background:linear-gradient(90deg,#2563eb,#0ea5e9)}.match-badge{display:inline-block;font-size:10px;font-weight:700;text-transform:uppercase;letter-spacing:1px;padding:5px 12px;border-radius:100px;background:#1e40af;color:#fff;margin-bottom:14px}.match-country-header{display:flex;align-items:center;gap:14px;margin-bottom:16px}.match-flag{display:inline-block!important;width:40px!important;height:30px!important;border-radius:5px!important;box-shadow:0 1px 6px #0000002e!important;border:1px solid rgba(0,0,0,.1)!important;flex-shrink:0}.match-flag-sm{width:28px!important;height:21px!important;border-radius:4px!important}.match-country-name{font-size:36px;font-weight:800;color:#0f172a;margin-bottom:0;line-height:1.1;letter-spacing:-.5px}.match-score-meter{margin-bottom:24px}.match-score-top{display:flex;align-items:baseline;gap:8px;margin-bottom:10px}.match-percent{font-size:42px;font-weight:800;color:#2563eb;line-height:1;letter-spacing:-1px}.match-percent-label{font-size:14px;color:#64748b;font-weight:500}.match-meter-track{height:8px;background:#eff6ff;border-radius:100px;overflow:hidden}.match-meter-fill{height:100%;background:linear-gradient(90deg,#2563eb,#0ea5e9);border-radius:100px;width:0%;transition:width .9s cubic-bezier(.34,1.15,.64,1)}.match-profile-summary{background:#f8fafc;border-radius:12px;padding:16px 20px;margin-bottom:24px;border:1px solid #E8EFF7}.match-profile-title{font-size:10px;font-weight:700;text-transform:uppercase;letter-spacing:1.3px;color:#94a3b8;margin-bottom:10px}.match-profile-items{display:flex;flex-direction:column;gap:7px}.match-profile-item{display:flex;align-items:center;gap:9px;font-size:13px;color:#374151;line-height:1.4}.match-profile-dot{width:16px;height:16px;border-radius:50%;background:#dbeafe;color:#2563eb;font-size:8px;font-weight:900;display:flex;align-items:center;justify-content:center;flex-shrink:0}.match-why-title{font-size:11px;font-weight:700;text-transform:uppercase;letter-spacing:1.3px;color:#94a3b8;margin-bottom:12px}.match-reasons{margin-bottom:24px}.match-reason{display:flex;align-items:flex-start;gap:10px;padding:10px 0;border-bottom:1px solid #F1F5F9;font-size:14px;color:#374151;line-height:1.55}.match-reason:last-child{border-bottom:none}.match-reason-check{width:20px;height:20px;border-radius:50%;background:#dcfce7;color:#16a34a;font-size:11px;font-weight:800;display:flex;align-items:center;justify-content:center;flex-shrink:0;margin-top:1px}.btn-calculate{display:block;width:100%;background:linear-gradient(135deg,#2563eb,#0ea5e9);border:none;border-radius:12px;padding:16px;font-size:16px;font-weight:700;color:#fff;cursor:pointer;font-family:Manrope,sans-serif;transition:transform .2s ease,box-shadow .2s ease;text-align:center;text-decoration:none;box-shadow:0 4px 16px #2563eb40}.btn-calculate:hover{transform:translateY(-2px);box-shadow:0 10px 28px #2563eb59}.alt-matches{display:grid;grid-template-columns:1fr 1fr;gap:12px;margin-bottom:16px}.alt-match{background:#fff;border-radius:16px;padding:20px 24px;border:1px solid #E2E8F0;box-shadow:0 1px 6px #0000000a;cursor:pointer;transition:all .2s ease;text-decoration:none;display:block;color:inherit}.alt-match:hover{border-color:#2563eb;transform:translateY(-2px);box-shadow:0 6px 20px #2563eb1a}.alt-match-rank{font-size:10px;font-weight:700;text-transform:uppercase;letter-spacing:.08em;color:#64748b;margin-bottom:10px}.alt-match-header{display:flex;align-items:center;gap:10px;margin-bottom:10px}.alt-match-name{font-size:16px;font-weight:700;color:#0f172a;flex:1}.alt-match-score-wrap{margin-left:auto;text-align:right}.alt-match-score{font-size:20px;font-weight:800;color:#2563eb}.alt-match-score-label{font-size:11px;color:#94a3b8}.alt-match-reasons{list-style:none;padding:10px 0 0;margin:8px 0 0;border-top:1px solid #F1F5F9}.alt-match-reasons li{font-size:12px;color:#475569;padding:3px 0 3px 14px;position:relative}.alt-match-reasons li:before{content:"✓";position:absolute;left:0;color:#10b981;font-size:10px}.next-steps{background:#fff;border-radius:14px;padding:22px 24px;border:1px solid #E2E8F0;margin-bottom:12px;box-shadow:0 1px 6px #0000000a}.next-steps-title{font-size:11px;font-weight:700;text-transform:uppercase;letter-spacing:1.2px;color:#94a3b8;margin-bottom:12px}.next-steps-list{display:flex;flex-direction:column;gap:8px}.next-step-link{display:flex;align-items:center;justify-content:space-between;gap:12px;padding:13px 16px;border-radius:10px;border:1px solid #E2E8F0;background:#fafbfc;text-decoration:none;font-size:14px;font-weight:600;color:#1e293b;transition:background .15s,border-color .15s,color .15s}.next-step-link:hover{background:#eff6ff;border-color:#93c5fd;color:#1d4ed8}.next-step-link:hover .next-step-arrow{color:#2563eb}.next-step-left{display:flex;align-items:center;gap:12px}.next-step-icon{width:22px;height:22px;border-radius:50%;background:#dbeafe;color:#2563eb;font-size:11px;font-weight:900;display:flex;align-items:center;justify-content:center;flex-shrink:0}.next-step-arrow{font-size:15px;color:#cbd5e1;flex-shrink:0;transition:color .15s}.affiliate-block{background:#fff;border-radius:20px;padding:28px 32px;border:1px solid #E2E8F0;margin-bottom:24px;box-shadow:0 1px 8px #0000000a}.affiliate-block h3{font-size:16px;font-weight:700;color:#0f172a;margin-bottom:4px}.affiliate-block>p{font-size:13px;color:#64748b;margin-bottom:20px}.affiliate-cards{display:flex;flex-direction:column;gap:10px}.affiliate-card{display:flex;align-items:flex-start;gap:14px;padding:16px;border:1.5px solid #E2E8F0;border-radius:12px;text-decoration:none;transition:border-color .2s,background .2s,box-shadow .2s;background:#fafbfc}.affiliate-card:hover{border-color:#2563eb;background:#f8faff;box-shadow:0 4px 14px #2563eb14}.affiliate-card-icon{width:40px;height:40px;border-radius:10px;background:linear-gradient(135deg,#eff6ff,#dbeafe);display:flex;align-items:center;justify-content:center;font-weight:800;font-size:14px;color:#2563eb;flex-shrink:0}.affiliate-card-body{flex:1;min-width:0}.affiliate-card-name{font-size:14px;font-weight:700;color:#0f172a;margin-bottom:2px}.affiliate-card-why{font-size:12px;color:#2563eb;font-weight:600;margin-bottom:3px}.affiliate-card-desc{font-size:12px;color:#64748b}.affiliate-card-cta{font-size:12px;font-weight:700;color:#2563eb;flex-shrink:0;white-space:nowrap;align-self:center;padding-left:8px}.quiz-restart{text-align:center;margin-top:16px}.quiz-restart button{background:none;border:none;font-size:13px;color:#94a3b8;cursor:pointer;font-family:Manrope,sans-serif;text-decoration:underline}.quiz-disclaimer{font-size:11px;color:#94a3b8;text-align:center;margin-top:24px;line-height:1.65}@media(max-width:600px){.question-card{padding:24px 20px}.options-grid,.alt-matches{grid-template-columns:1fr}.question-text{font-size:18px}.top-match{padding:22px 20px}.match-country-name{font-size:28px}.affiliate-block{padding:20px}.affiliate-card-cta{display:none}}
