:root{--qNavy:#04111c;--qDeep:#071d2e;--qBlue:#0b5f9a;--qCyan:#49c8ff;--qGold:#e6b42d;--qLine:#d5e3ec;--qInk:#102137;--qMuted:#607386}*{box-sizing:border-box}.questionnaire{min-height:100vh;color:var(--qInk);background:linear-gradient(#04111c 0 430px,#edf5fa 430px);font-family:Arial,Helvetica,sans-serif}.qHeader{color:#fff;-webkit-backdrop-filter:blur(16px);backdrop-filter:blur(16px);background:#04111cd9;border-bottom:1px solid #ffffff1f;justify-content:space-between;align-items:center;height:86px;padding:0 max(5vw,28px);display:flex}.qBrand{align-items:center;gap:12px;font-size:18px;display:flex}.qBrand img{border-radius:50%;width:54px;height:54px}.qBrand b{color:var(--qGold)}.qHeader>div{align-items:center;gap:18px;display:flex}.qHeader>div>a{color:#c6d9e6;font-size:13px}.qLang{border:1px solid #fff3;border-radius:999px;padding:3px;display:flex}.qLang button{color:#91a9b9;cursor:pointer;background:0 0;border:0;border-radius:999px;padding:7px 10px;font-weight:800}.qLang button.active{color:#071725;background:#fff}.qHero{color:#fff;justify-content:space-between;align-items:end;gap:40px;max-width:1380px;margin:auto;padding:80px max(4vw,28px) 70px;display:flex}.qHero p{color:var(--qGold);letter-spacing:.19em;font-size:10px;font-weight:900}.qHero h1{letter-spacing:-.05em;margin:15px 0 20px;font-size:clamp(48px,6vw,84px);line-height:1}.qHero span{color:#bad0de;max-width:760px;font-size:17px;line-height:1.7;display:block}.downloadButton{color:#f7d86f;background:#ffffff0d;border:1px solid #e6b42d8c;border-radius:12px;flex:none;align-items:center;gap:22px;padding:17px 20px;font-weight:800;display:flex}.downloadButton b{font-size:22px}.qForm{max-width:1280px;margin:0 auto;padding:0 max(3vw,20px) 70px}.requiredNote{color:#667d8e;margin:0 0 16px;font-size:12px}.qForm>section{border:1px solid var(--qLine);background:#fff;border-radius:22px;margin-bottom:20px;padding:36px;box-shadow:0 20px 60px #09365514}.step{align-items:center;gap:15px;margin-bottom:28px;display:flex}.step b{color:#fff;background:linear-gradient(145deg,#0d72b5,#063659);border-radius:14px;place-items:center;width:48px;height:48px;display:grid;box-shadow:0 10px 25px #0b5f9a33}.step h2{margin:0;font-size:27px}.fieldGrid{gap:17px;margin-bottom:22px;display:grid}.fieldGrid.three{grid-template-columns:repeat(3,1fr)}.fieldGrid.two{grid-template-columns:repeat(2,1fr)}.qForm label{color:#324b60;gap:8px;font-size:12px;font-weight:800;display:grid}.qForm input,.qForm textarea{width:100%;color:var(--qInk);font:inherit;background:#fbfdff;border:1px solid #c8d9e5;border-radius:10px;outline:none;padding:13px 14px}.qForm input:focus,.qForm textarea:focus{border-color:#168fd9;box-shadow:0 0 0 3px #49c8ff24}.qForm textarea{resize:vertical}.wide{grid-column:1/-1}.qForm fieldset{background:#f6fafc;border:1px solid #d7e4ed;border-radius:14px;margin:0 0 23px;padding:20px}.qForm legend{padding:0 9px;font-size:13px;font-weight:900}.checkGrid{grid-template-columns:repeat(3,1fr);gap:9px;display:grid}.checkGrid label{cursor:pointer;background:#fff;border:1px solid #e1eaf0;border-radius:9px;align-items:center;gap:9px;padding:10px;display:flex}.checkGrid input{accent-color:#0b72b5;width:17px;height:17px;padding:0}.checkGrid span{font-size:12px;line-height:1.35}.submitPanel{color:#fff;background:linear-gradient(145deg,#0c568b,#072c49);border-radius:20px;padding:30px;box-shadow:0 24px 65px #08375833}.submitPanel button{color:#071725;cursor:pointer;background:linear-gradient(135deg,#f2c44e,#d29913);border:0;border-radius:11px;justify-content:space-between;align-items:center;gap:30px;width:min(100%,500px);padding:17px 20px;font-weight:900;display:flex}.submitPanel button:disabled{opacity:.6}.submitPanel small{color:#b5cede;margin-top:13px;line-height:1.5;display:block}.qNotice{border-radius:9px;padding:13px;font-weight:800}.qNotice.success{color:#14663d;background:#dff7e9}.qNotice.error{color:#a3392f;background:#fff0ee}.documentChoice{background:#fff;border:1px solid #cbdde9;border-radius:18px;flex-wrap:wrap;align-items:center;gap:18px;max-width:1280px;margin:0 auto 70px;padding:28px max(3vw,20px);display:flex}.documentChoice p{min-width:280px;color:var(--qMuted);flex:1;line-height:1.6}.documentChoice a{color:#08669f;background:#edf6fb;border-radius:10px;padding:13px 16px;font-weight:900}.questionnaire footer{text-align:center;color:#819bad;background:#030d16;padding:35px;font-size:12px}.questionnaire footer a{color:#c1d9e7}@media (width<=850px){.qHero{flex-direction:column;align-items:start}.fieldGrid.three,.fieldGrid.two,.checkGrid{grid-template-columns:1fr 1fr}}@media (width<=600px){.qHeader{height:74px;padding:0 16px}.qBrand span{display:none}.qBrand img{width:46px;height:46px}.qHero{padding:58px 20px 48px}.qHero h1{font-size:48px}.downloadButton{justify-content:space-between;width:100%}.qForm{padding-inline:14px}.qForm>section{padding:22px}.fieldGrid.three,.fieldGrid.two,.checkGrid{grid-template-columns:1fr}.step h2{font-size:22px}.documentChoice{margin-inline:14px}.documentChoice a{text-align:center;width:100%}}.qBrand img{object-fit:contain;border-radius:0;width:255px;height:auto;max-height:62px}.qBrand>span{display:none}.qForm input,.qForm textarea,.qForm select{width:100%;color:var(--qInk);font:inherit;background:#fbfdff;border:1px solid #c8d9e5;border-radius:10px;outline:none;padding:13px 14px}.qForm select{appearance:none;background-image:linear-gradient(45deg,#0000 50%,#1475ad 50%),linear-gradient(135deg,#1475ad 50%,#0000 50%);background-position:calc(100% - 18px) 19px,calc(100% - 13px) 19px;background-repeat:no-repeat;background-size:5px 5px;padding-right:38px}.qForm input:focus,.qForm textarea:focus,.qForm select:focus{border-color:#168fd9;box-shadow:0 0 0 3px #49c8ff24}.checkGrid label{transition:transform .22s,border-color .22s,box-shadow .22s}.checkGrid label:hover{border-color:#86c9ed;transform:translateY(-2px);box-shadow:0 9px 22px #0c5b8c17}.checkGrid label:has(input:checked){background:linear-gradient(135deg,#eef9ff,#fff);border-color:#168fd9;box-shadow:inset 3px 0 #168fd9,0 8px 20px #0c5b8c14}.formControlBar{z-index:10;color:#fff;-webkit-backdrop-filter:blur(18px);backdrop-filter:blur(18px);background:linear-gradient(145deg,#051d2ef7,#030f1af7);border:1px solid #6ab9e747;border-radius:20px;align-items:center;gap:20px;max-width:1280px;margin:0 auto 18px;padding:16px 22px;display:flex;position:sticky;top:0;box-shadow:0 18px 55px #031f313d}.progressGauge{--progress:0deg;background:conic-gradient(#55d2ff 0 var(--progress),#ffffff1a var(--progress) 360deg);border-radius:50%;flex:none;width:82px;height:82px;padding:8px;transition:background .35s;transform:perspective(300px)rotateX(8deg);box-shadow:0 0 0 1px #5ccbff40,0 12px 30px #00000059,inset -8px -8px 14px #00000038}.progressGauge>div{text-align:center;background:radial-gradient(circle at 35% 25%,#123d5b,#04111c 70%);border-radius:50%;place-content:center;width:100%;height:100%;display:grid;box-shadow:inset 4px 4px 11px #65d3ff21}.progressGauge strong{color:#fff;font-size:19px}.progressGauge span{color:#83ccef;text-transform:uppercase;letter-spacing:.08em;font-size:8px}.progressCopy{flex:1;min-width:180px}.progressCopy>strong{font-size:13px}.progressCopy>span{color:#809eaf;margin-top:7px;font-size:10px;display:block}.progressRail{background:#020b13;border-radius:999px;height:10px;margin-top:10px;padding:2px;box-shadow:inset 0 2px 6px #000000bf,0 1px #ffffff1a}.progressRail i{background:linear-gradient(90deg,#0d8ed5,#61d6ff 72%,#f1c34e);border-radius:999px;height:100%;transition:width .4s;display:block;box-shadow:0 0 14px #40c1ff80}.languageForms{align-items:center;gap:8px;display:flex}.languageForms>span{color:#90aab9;margin-right:5px;font-size:10px}.languageForms a{color:#9db5c4;border:1px solid #ffffff21;border-radius:999px;padding:9px 12px;font-size:11px;font-weight:900}.languageForms a.active{color:#082035;background:#fff;border-color:#fff}.step{position:relative}.step i{background:linear-gradient(90deg,#129bdf,#129bdf14);border-radius:999px;flex:1;height:8px;margin-left:10px;box-shadow:inset 0 2px 4px #0000001f}@media (width<=850px){.formControlBar{margin-inline:14px}.languageForms{grid-template-columns:1fr 1fr;display:grid}.languageForms>span{grid-column:1/-1}}@media (width<=600px){.qBrand img{width:205px;max-height:52px}.formControlBar{flex-wrap:wrap;position:relative;top:auto}.progressGauge{width:70px;height:70px}.languageForms{width:100%;display:flex}.languageForms>span{display:none}.languageForms a{text-align:center;flex:1}.step i{display:none}}@media (prefers-reduced-motion:reduce){.progressRail i,.checkGrid label{transition:none}}
