:root{--ink:#101715;--paper:#f5f2e9;--forest:#173f34;--acid:#d9ff43;--muted:#62706a;--line:rgba(16,23,21,.14);--danger:#a92e2e}*{box-sizing:border-box}body{margin:0;background:radial-gradient(circle at 85% 15%,rgba(217,255,67,.22),transparent 28%),var(--paper);color:var(--ink);font-family:Inter,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif;min-height:100vh}.survey-header{min-height:76px;display:flex;align-items:center;justify-content:space-between;padding:13px clamp(18px,5vw,70px);border-bottom:1px solid var(--line)}.brand{display:flex;gap:11px;align-items:center;color:var(--ink);text-decoration:none;font-weight:950;letter-spacing:-.04em}.brand img{width:42px;height:42px;object-fit:contain}.secure-label{font-size:12px;color:var(--muted);font-weight:700}.secure-label:before{content:"●";color:#328267;margin-right:7px}.survey-shell{width:min(850px,calc(100% - 32px));margin:0 auto;padding:clamp(48px,8vw,92px) 0 70px}.eyebrow{font-size:12px;letter-spacing:.17em;font-weight:900;color:#467064;margin:0 0 12px}.survey-intro h1{font-size:clamp(38px,6vw,66px);line-height:.98;letter-spacing:-.06em;margin:0}.survey-intro>p:last-child{font-size:18px;color:var(--muted);max-width:650px}.progress-wrap{margin:38px 0 26px}.progress-copy{display:flex;justify-content:space-between;font-size:13px;font-weight:800;color:var(--muted);margin-bottom:9px}.progress-track{height:7px;border-radius:999px;background:#dedbcf;overflow:hidden}.progress-track span{display:block;height:100%;width:20%;border-radius:inherit;background:var(--forest);transition:width .25s ease}.form-error{padding:14px 16px;border:1px solid rgba(169,46,46,.28);background:#fff1ef;color:#7f1e1e;border-radius:12px;margin-bottom:18px}fieldset{border:0;margin:0 0 18px;padding:clamp(24px,5vw,50px);background:rgba(255,255,255,.66);box-shadow:0 20px 70px rgba(16,23,21,.08);border-radius:26px}.question-card.has-error{box-shadow:0 0 0 2px rgba(169,46,46,.35),0 20px 70px rgba(16,23,21,.08)}legend{float:left;width:100%;font-size:clamp(25px,4vw,38px);line-height:1.12;letter-spacing:-.035em;font-weight:900;margin-bottom:12px}.question-number{display:block;font-size:12px;letter-spacing:.13em;color:#52776c;margin-bottom:12px}.help{clear:both;color:var(--muted);margin:0 0 26px}.choice-grid{clear:both;display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:12px}.choice{position:relative;cursor:pointer}.choice input{position:absolute;opacity:0;pointer-events:none}.choice span{display:flex;align-items:center;min-height:62px;padding:14px 17px;border:1px solid var(--line);border-radius:15px;background:#fff;font-weight:750;transition:border-color .15s ease,background .15s ease,transform .15s ease}.choice span:before{content:"";width:18px;height:18px;border:2px solid #98a39f;border-radius:50%;margin-right:12px;flex:0 0 auto}.choice-grid-checkbox .choice span:before{border-radius:5px}.choice input:checked+span{background:#eaf2e7;border-color:#2b6757;box-shadow:inset 0 0 0 1px #2b6757}.choice input:checked+span:before{background:var(--forest);border-color:var(--forest);box-shadow:inset 0 0 0 4px #fff}.choice input:focus-visible+span{outline:3px solid #45816f;outline-offset:3px}.select-wrap{clear:both;display:block}.select-wrap select,textarea{width:100%;border:1px solid var(--line);border-radius:14px;background:#fff;color:var(--ink);font:inherit;font-size:17px;padding:16px}textarea{resize:vertical;min-height:145px}.select-wrap select:focus,textarea:focus{outline:3px solid rgba(52,118,98,.25);border-color:#347662}.field-error{color:var(--danger);font-weight:750;margin:14px 0 0;clear:both}.survey-actions{display:flex;justify-content:flex-end;gap:11px;margin-top:20px}.button{min-height:52px;border:0;border-radius:999px;padding:0 24px;font:inherit;font-weight:900;cursor:pointer}.button-primary{background:var(--forest);color:#fff}.button-secondary{background:transparent;color:var(--ink);border:1px solid var(--line)}.privacy-note{text-align:right;color:var(--muted);font-size:12px;max-width:660px;margin:18px 0 0 auto}.survey-enhanced .question-card{display:none}.survey-enhanced .question-card.is-active{display:block}.survey-enhanced #survey-submit{display:none}.survey-enhanced.is-last #survey-next{display:none}.survey-enhanced.is-last #survey-submit{display:inline-block}.survey-enhanced.is-first #survey-back{visibility:hidden}.sr-only{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0}@media(max-width:600px){.secure-label{display:none}.survey-shell{width:min(100% - 22px,850px);padding-top:42px}.choice-grid{grid-template-columns:1fr}fieldset{padding:24px 18px}.survey-actions{justify-content:space-between}.button{padding:0 20px}.privacy-note{text-align:left}}
.number-wrap{clear:both;display:block}.number-control{position:relative;display:block}.profile-number{width:100%;border:1px solid var(--line);border-radius:14px;background:#fff;color:var(--ink);font:inherit;font-size:17px;padding:16px 68px 16px 16px;-moz-appearance:textfield}.profile-number:focus{outline:3px solid rgba(52,118,98,.25);border-color:#347662}.profile-number::-webkit-inner-spin-button,.profile-number::-webkit-outer-spin-button{opacity:1}.number-suffix{position:absolute;right:18px;top:50%;transform:translateY(-50%);color:var(--muted);font-weight:800;pointer-events:none}
