@import "https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100..900;1,100..900&display=swap";html{-webkit-text-size-adjust:100%;line-height:1.15}body{margin:0}main{display:block}h1{margin:.67em 0;font-size:2em}hr{box-sizing:content-box;height:0;overflow:visible}pre{font-family:monospace;font-size:1em}a{background-color:#0000}abbr[title]{border-bottom:none;-webkit-text-decoration:underline dotted;text-decoration:underline dotted}b,strong{font-weight:bolder}code,kbd,samp{font-family:monospace;font-size:1em}small{font-size:80%}sub,sup{vertical-align:baseline;font-size:75%;line-height:0;position:relative}sub{bottom:-.25em}sup{top:-.5em}img{border-style:none}button,input,optgroup,select,textarea{margin:0;font-family:inherit;font-size:100%;line-height:1.15}button,input{overflow:visible}button,select{text-transform:none}button,[type=button],[type=reset],[type=submit]{-webkit-appearance:button}button::-moz-focus-inner{border-style:none;padding:0}[type=button]::-moz-focus-inner{border-style:none;padding:0}[type=reset]::-moz-focus-inner{border-style:none;padding:0}[type=submit]::-moz-focus-inner{border-style:none;padding:0}button:-moz-focusring{outline:1px dotted buttontext}[type=button]:-moz-focusring{outline:1px dotted buttontext}[type=reset]:-moz-focusring{outline:1px dotted buttontext}[type=submit]:-moz-focusring{outline:1px dotted buttontext}fieldset{padding:.35em .75em .625em}legend{box-sizing:border-box;color:inherit;white-space:normal;max-width:100%;padding:0;display:table}progress{vertical-align:baseline}textarea{overflow:auto}[type=checkbox],[type=radio]{box-sizing:border-box;padding:0}[type=number]::-webkit-inner-spin-button{height:auto}[type=number]::-webkit-outer-spin-button{height:auto}[type=search]{-webkit-appearance:textfield;outline-offset:-2px}[type=search]::-webkit-search-decoration{-webkit-appearance:none}::-webkit-file-upload-button{-webkit-appearance:button;font:inherit}details{display:block}summary{display:list-item}template,[hidden]{display:none}:root{--brand-primary:#3380c9;--brand-primary-dark:#184b7c;--text-color:#111;--font-primary:"Roboto", sans-serif}html{font-size:62.5%;font-family:var(--font-primary)}body{color:var(--text-color);font-size:1.6rem}h1,h2,h3,h4,h5,h6,p{margin:0 0 1rem}.container{box-sizing:border-box;width:100%;max-width:70rem;margin:0 auto;padding:1.5rem 1rem}.button{cursor:pointer;background:#fff;border:0;border-radius:2rem;margin-bottom:1rem;padding:1.5rem 2rem 1.7rem;font-size:2rem;font-weight:500;transition:box-shadow .2s ease-in-out;box-shadow:0 1.5rem 1rem #0000000d}.button--primary{background:linear-gradient(-120deg, var(--brand-primary-dark) 0%, var(--brand-primary) 100%);color:#fff}.button--full{width:100%}.button svg{width:1.8rem;height:1.8rem;margin-left:1rem;transform:translateY(.2rem)}.button:hover{box-shadow:0 .5rem 1rem #0000000d}.button--back{box-shadow:none;color:var(--text-color);background:0 0;margin-bottom:2rem;padding:0}.button--back svg{fill:var(--text-color);margin-left:0;margin-right:1rem}.progress{margin-bottom:4rem}.progress__bar{gap:.5rem;display:flex}.progress__segment{background:#ffffff80;border:0;border-radius:.5rem;flex:1;height:1rem}.progress__segment--active{background:var(--brand-primary);cursor:pointer}.question-title{margin-bottom:4rem;font-size:3.2rem;font-weight:700}.question-title--noBack{margin-top:8.3rem}.question-subtitle{margin-bottom:1.5rem}.header__title{font-size:4rem;font-weight:800;line-height:1.3}.header__subtitle{font-size:2.5rem}.footer{text-align:center;margin-top:2rem}.options{flex-direction:column;gap:1.5rem;margin-bottom:5rem;display:flex}.option{cursor:pointer;color:var(--text-color);background:#ffffff80;border:0;border-radius:2rem;padding:1.5rem 2rem 1.7rem;font-size:1.8rem;font-weight:500}.option--selected{color:var(--brand-primary);background:#fff;position:relative}.option--selected:before{content:"";background:0 0;border:.3rem solid #fff;border-radius:2.6rem;width:calc(100% + .6rem);height:calc(100% + .6rem);position:absolute;top:-.6rem;left:-.6rem}.form__row{margin-bottom:2rem}.form__label{margin-bottom:1rem;font-size:1.4rem;font-weight:700;display:block}.form__radio-options{flex-direction:column;gap:1.5rem;display:flex}.form__radio-option{cursor:pointer;color:var(--text-color);background:#ffffff80;border:0;border-radius:2rem;padding:1.5rem 2rem 1.7rem;font-size:1.8rem;font-weight:500}.form__radio-option input{display:none}.form__radio-option:has(input:checked){color:var(--brand-primary);background:#fff;position:relative}.form__radio-option:has(input:checked):before{content:"";background:0 0;border:.3rem solid #fff;border-radius:2.6rem;width:calc(100% + .6rem);height:calc(100% + .6rem);position:absolute;top:-.6rem;left:-.6rem}.form__text-input{box-sizing:border-box;border:0;border-radius:2rem;outline:none;width:100%;padding:1.5rem 2rem 1.7rem}.resultBlock{background:var(--brand-primary-dark);color:#fff;border-radius:2rem;margin-bottom:4rem;padding:4rem;font-weight:600;box-shadow:0 1.5rem 1rem #0000000d}.salaryBars{margin-bottom:2rem}.salaryBar__header{margin-bottom:1rem;font-weight:400}.salaryBar__value{float:right}.salaryBar__track{background:#ffffff80;border:2px solid #fff;border-radius:2rem;height:3rem;margin-bottom:2rem}.salaryBar__fill{box-sizing:border-box;background:#fff;border-radius:2rem;height:calc(100% - .4rem);margin:.2rem}.app{background:linear-gradient(-120deg,#c0edc5 0%,#92cbd9 100%);min-height:100vh}.form-offset{margin-top:1.5rem}.form-offset-none{padding-top:2rem}.field-error{color:#ef4444;margin-top:.25rem;font-size:.875rem}.checkbox-group{cursor:pointer;align-items:flex-start;gap:.75rem;margin-bottom:1.5rem;display:flex}.checkbox-input{accent-color:#f59e0b;flex-shrink:0;width:1.25rem;height:1.25rem;margin-top:.25rem}.checkbox-label{color:#6b7280;font-size:.875rem;line-height:1.4}.result-box{border-radius:.5rem;margin-bottom:2rem;padding:1rem}.result-box--positive{background:#f0fdf4;border:1px solid #bbf7d0}.result-box--neutral{background:#eff6ff;border:1px solid #bfdbfe}.result-box__title{font-size:1rem;font-weight:600}.result-box--positive .result-box__title{color:#166534}.result-box--neutral .result-box__title{color:#1e40af}.result-box__subtitle{margin-top:.25rem;font-size:.875rem}.result-box--positive .result-box__subtitle{color:#15803d}.result-box--neutral .result-box__subtitle{color:#1d4ed8}.salary-check__cta{color:#6b7280;text-align:center;margin-bottom:1.5rem;font-size:.875rem}.thank-you{text-align:center;padding:3rem 0}.thank-you__icon{margin-bottom:1.5rem;font-size:3rem}.thank-you__title{color:#1e3a5f;margin-bottom:1rem;font-size:1.5rem;font-weight:700}.thank-you__text{color:#6b7280;max-width:24rem;margin:0 auto;line-height:1.6}.uitleg-toggle{color:#93c5fd;cursor:pointer;background:0 0;border:1px solid #ffffff4d;border-radius:.5rem;margin-top:1rem;padding:.375rem 1rem;font-size:.875rem;transition:background .2s;display:inline-block}.uitleg-toggle:hover{background:#ffffff1a}.uitleg-content{text-align:left;max-width:32rem;margin-top:1rem;margin-left:auto;margin-right:auto}.uitleg-content ul{padding:0;list-style:none}.uitleg-content li{color:#ffffffd9;padding:.25rem 0 .25rem 1.25rem;font-size:.875rem;line-height:1.5;position:relative}.uitleg-content li:before{content:"✓";color:#f59e0b;position:absolute;left:0}.interest-buttons{flex-direction:column;gap:.75rem;margin-top:1.5rem;display:flex}.option-list--compact{gap:.5rem}.option-list--compact .option-card{padding:.625rem 1rem;font-size:.9rem}
