:root{--ink:#16465a;--muted:#556e79;--teal:#187d89;--blue:#176c9d;--yellow:#ffcb05;--line:#d4e4e9;--pale:#eef6f8}
*{box-sizing:border-box}body{margin:0;background:#f4f8f9;color:var(--ink);font:16px/1.65 'DM Sans',sans-serif}h1,h2,h3{font-family:Manrope,sans-serif;line-height:1.2;letter-spacing:-.04em;margin-top:0}h1{font-size:clamp(2.5rem,4.4vw,4.1rem)}h2{font-size:1.75rem}h3{font-size:1rem;letter-spacing:-.02em}p{margin-top:0}a{color:inherit;text-decoration:none}button,input{font:inherit}button{cursor:pointer}button:focus-visible,a:focus-visible,input:focus-visible,summary:focus-visible{outline:3px solid var(--blue);outline-offset:4px}[hidden]{display:none!important}
.quiz-header{display:flex;align-items:center;justify-content:space-between;gap:25px;background:#fff;border-bottom:1px solid var(--line);padding:18px max(5vw,24px)}.quiz-header img{display:block;width:218px;height:auto}.quiz-header nav{display:flex;gap:28px;font-size:.875rem;font-weight:700}.quiz-header nav a:hover{color:var(--teal);text-decoration:underline}main{max-width:1380px;margin:auto;padding:45px 40px}.quiz-layout{display:grid;grid-template-columns:minmax(0,.9fr) minmax(0,1.1fr);gap:42px;align-items:start}.quiz-intro{padding:33px 34px 35px;border-radius:12px;background:linear-gradient(135deg,#187d89,#176c9d);color:#fff}.eyebrow{font-size:.75rem;font-weight:800;letter-spacing:.11em;margin:0 0 20px}.quiz-intro h1{font-size:clamp(2.3rem,3.6vw,3.5rem);margin:0 0 23px;line-height:1.12}.quiz-intro h1 em{font-style:normal;color:var(--yellow)}.quiz-intro>p:not(.eyebrow){font-size:1rem;line-height:1.8;max-width:430px}.quiz-facts{display:flex;gap:18px;flex-wrap:wrap;border-top:1px solid #ffffff42;padding-top:22px;font-size:.8125rem;font-weight:700}.scope-note{border-top:1px solid #ffffff42;margin-top:23px;padding-top:23px;font-size:.875rem;line-height:1.7}.scope-note strong{font-size:.9375rem;display:block;margin-bottom:12px}.scope-note p{margin-bottom:12px}.scope-note a{font-weight:700;font-size:.875rem;display:inline-block;margin-top:5px;text-decoration:underline;text-underline-offset:4px}
.question-panel{background:#fff;border:1px solid var(--line);border-radius:12px;padding:34px;box-shadow:0 12px 40px #14596c0b}.question-progress{display:flex;justify-content:space-between;gap:16px;font-size:.8125rem;font-weight:700;color:var(--muted);margin-bottom:13px}progress{display:block;width:100%;height:5px;border:0;border-radius:8px;background:#e8f1f4;overflow:hidden;margin-bottom:28px}progress::-webkit-progress-bar{background:#e8f1f4}progress::-webkit-progress-value{background:var(--teal)}progress::-moz-progress-bar{background:var(--teal)}fieldset{border:0;padding:0;margin:0;min-width:0}legend{font-family:Manrope,sans-serif;font-size:1.6rem;font-weight:800;line-height:1.3;letter-spacing:-.035em;margin-bottom:15px;padding:0}legend:focus,#resultsTitle:focus{outline:none}#questionHint{font-size:.9375rem;color:var(--muted);line-height:1.7;margin-bottom:23px}.answer-options{display:flex;flex-direction:column;gap:10px}.answer-option{display:flex;align-items:flex-start;gap:13px;padding:15px 17px;border:1px solid var(--line);border-radius:7px;background:#fff;cursor:pointer;transition:border-color .15s,background .15s}.answer-option:hover{border-color:var(--teal);background:#f6fbfc}.answer-option:has(input:checked){border-color:var(--teal);box-shadow:inset 0 0 0 1px var(--teal);background:#edf7f8}.answer-option input{width:18px;height:18px;margin:4px 0 0;flex-shrink:0;accent-color:var(--teal)}.answer-option strong{display:block;font-size:.9375rem;line-height:1.5}.answer-option small{display:block;font-size:.8125rem;color:var(--muted);line-height:1.6;margin-top:3px}.quiz-actions{display:flex;justify-content:space-between;gap:15px;margin-top:26px}.button{display:inline-flex;align-items:center;justify-content:center;min-height:47px;padding:12px 20px;font-size:.875rem;font-weight:700;border-radius:5px;border:1px solid transparent;line-height:1.5}.primary{background:var(--blue);color:#fff}.primary:hover{background:#125b84}.secondary{background:#fff;color:var(--ink);border-color:var(--line)}.secondary:hover{border-color:var(--teal)}button:disabled{opacity:.45;cursor:default}.privacy-note{margin:23px 0 0;font-size:.75rem;color:var(--muted);line-height:1.7}.quiz-error{padding:12px;background:#fff0ee;color:#a32b25;border-radius:5px;font-size:.875rem;margin:18px 0 0}
.results-heading{display:flex;justify-content:space-between;align-items:center;gap:30px;margin-bottom:28px}.results-heading .eyebrow{color:var(--teal);margin-bottom:14px}.results-heading h1{font-size:2.6rem;margin-bottom:17px}.results-heading p:not(.eyebrow){max-width:720px;font-size:1rem;color:var(--muted);margin:0}.results-heading>.button{flex-shrink:0}.answer-summary{display:flex;flex-wrap:wrap;gap:8px;margin-bottom:22px}.answer-summary span{font-size:.8125rem;border:1px solid #cce1e7;background:#fff;border-radius:5px;padding:6px 10px}.result-notice{border-left:3px solid #d4a723;padding:18px 22px;background:#fff5d9;border-radius:5px;color:#725612;margin-bottom:27px}.result-notice p{font-size:.875rem;line-height:1.7;margin-bottom:8px}.result-notice p:last-child{margin:0}.result-cards{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:22px}.result-card{border:1px solid var(--line);border-radius:10px;padding:27px;background:#fff;display:flex;flex-direction:column;min-width:0}.result-card-top{display:flex;justify-content:space-between;align-items:center;margin-bottom:22px}.country-code{width:45px;height:45px;display:grid;place-items:center;font-size:.8125rem;font-weight:800;border-radius:50%;background:#e5f3f5;color:var(--teal)}.result-number{font-size:.75rem;font-weight:700;letter-spacing:.08em;color:var(--muted)}.result-card h2{font-size:1.8rem;margin-bottom:12px}.result-subtitle{font-size:1rem;color:var(--muted);min-height:52px;line-height:1.6;margin-bottom:25px}.result-card h3{font-size:.9375rem;margin:0 0 13px}.result-card ul{margin:0 0 22px;padding-left:18px;font-size:.9375rem;line-height:1.75}.result-card li{margin-bottom:12px;padding-left:3px}.result-card li:last-child{margin-bottom:0}.match-reasons li::marker{color:var(--teal)}.result-checks{padding:18px;background:#f1f6f8;border-radius:6px;margin-top:0}.result-checks ul{font-size:.875rem;color:#4d6774;margin-bottom:0}.result-checks h3{font-size:.875rem}.result-sources{display:flex;flex-direction:column;gap:9px;font-size:.75rem;line-height:1.6;padding-top:23px;margin-top:auto}.result-sources a{color:var(--blue);text-decoration:underline;text-underline-offset:3px;overflow-wrap:anywhere}.assessment-details{border:1px solid var(--line);background:#fff;border-radius:7px;margin-top:25px;padding:19px 22px}summary{font-weight:700;cursor:pointer;font-size:.9375rem}.assessment-details article{border-top:1px solid var(--line);padding:22px 0;margin-top:17px}.assessment-details article:last-child{padding-bottom:0}.assessment-details h3{font-size:1.125rem;margin-bottom:12px}.assessment-details p{font-size:.9375rem;color:var(--muted);margin-bottom:0}.assessment-details .result-sources{padding-top:14px;flex-direction:row;flex-wrap:wrap;gap:15px}.results-contact{margin-top:30px;background:linear-gradient(120deg,#187d89,#176c9d);color:#fff;border-radius:10px;padding:33px;display:flex;align-items:center;justify-content:space-between;gap:30px}.results-contact h2{font-size:1.6rem;margin-bottom:12px}.results-contact p{font-size:1rem;margin:0;max-width:700px}.results-contact .primary{background:var(--yellow);color:#16475b}.results-contact>div:last-child{flex-shrink:0;max-width:260px}.results-contact small{display:block;font-size:.75rem;margin-top:9px;line-height:1.6}.restart-button{border:0;background:transparent;color:var(--blue);text-decoration:underline;font-size:.875rem;font-weight:700;padding:0;margin-top:24px}.no-matches{background:#fff;padding:35px;border:1px solid var(--line);border-radius:10px}.no-matches p{margin:0;color:var(--muted)}
.quiz-method{border-top:1px solid var(--line);margin-top:38px;padding-top:25px;color:var(--muted)}.quiz-method summary{font-size:.875rem;color:var(--ink)}.quiz-method p{font-size:.875rem;line-height:1.8;max-width:1000px;margin-top:18px;margin-bottom:0}.quiz-method ul{columns:2;column-gap:35px;padding-left:20px;margin:20px 0 0}.quiz-method li{font-size:.8125rem;margin-bottom:10px;break-inside:avoid}.quiz-method a{color:var(--blue);text-decoration:underline}.review-date{font-weight:700}footer{padding:28px 40px;background:#fff;border-top:1px solid var(--line);display:flex;align-items:center;justify-content:center;gap:22px;font-size:.8125rem}footer strong{font-size:.9375rem}footer span{color:var(--muted)}footer a{text-decoration:underline}
@media(max-width:1100px){main{padding:35px 25px}.quiz-layout{gap:25px;grid-template-columns:minmax(0,.9fr) minmax(0,1.1fr)}.quiz-intro{padding:29px}.question-panel{padding:29px}.result-cards{gap:16px}.result-card{padding:22px}.result-card h2{font-size:1.5rem}.results-heading h1{font-size:2.3rem}.results-contact{display:block}.results-contact>div:last-child{margin-top:22px;max-width:none}.results-contact small{display:inline-block;margin-left:12px}}
@media(max-width:800px){.quiz-layout{grid-template-columns:1fr}.quiz-intro{padding:28px}.quiz-intro h1{font-size:2.35rem}.quiz-intro h1 br{display:none}.quiz-intro h1 em{margin:0 .12em}.quiz-intro>p:not(.eyebrow){max-width:none;margin-bottom:17px}.scope-note{font-size:.8125rem;margin-top:17px;padding-top:17px}.scope-note>strong,.scope-note p:last-of-type{display:none}.scope-note p{margin-bottom:5px}.quiz-facts{padding-top:17px;gap:14px}.scope-note a{margin-top:0}.question-panel{padding:28px}.result-cards{grid-template-columns:1fr}.result-subtitle{min-height:0}.results-heading{align-items:flex-start;flex-direction:column;gap:20px}.result-card{padding:27px}.result-card h2{font-size:1.9rem}.result-card .result-sources{flex-direction:row;flex-wrap:wrap;gap:15px}.quiz-method ul{columns:1}footer{flex-wrap:wrap;gap:9px 17px;text-align:center}}
@media(max-width:500px){.quiz-header{padding:14px 18px;gap:17px}.quiz-header img{width:165px}.quiz-header nav{font-size:.75rem;gap:8px;flex-direction:column;text-align:right}main{padding:24px 17px}.quiz-intro{padding:24px}.quiz-intro .eyebrow{font-size:.75rem;letter-spacing:.06em;margin-bottom:17px}.quiz-intro h1{font-size:2.05rem;line-height:1.18;margin-bottom:16px}.quiz-intro>p:not(.eyebrow){font-size:.9375rem}.quiz-facts{font-size:.75rem;gap:7px 15px}.scope-note{font-size:.75rem}.scope-note a{font-size:.8125rem}.question-panel{padding:24px 20px}legend{font-size:1.35rem}.answer-option{padding:14px 13px;gap:11px}.answer-option strong{font-size:.9375rem}.answer-option small{font-size:.8125rem}.quiz-actions .button{font-size:.8125rem;padding:11px 15px}.results-heading h1{font-size:2rem}.results-contact{padding:25px}.results-contact small{display:block;margin-left:0}.result-card{padding:24px}.quiz-method summary{font-size:.875rem}footer{padding:24px 18px;display:flex;flex-direction:column}}
@media(prefers-reduced-motion:reduce){*{scroll-behavior:auto!important;transition:none!important}}
.quiz-header nav a{min-height:44px;display:inline-flex;align-items:center;line-height:1.5}
.answer-option small,.privacy-note{font-size:.875rem}
@media(max-width:600px){.quiz-header{flex-wrap:wrap;gap:12px}.quiz-header nav{flex-wrap:wrap;gap:16px;font-size:.875rem}.quiz-actions .button{min-width:0;white-space:normal;text-align:center}.quiz-intro h1{overflow-wrap:break-word}}
