:root{--cyan:#40BACE;--lime:#B2D07B;--green:#A1CC58;--aqua:#40BBCE;--ink:#173b43;--muted:#526970;--line:#d6e3e5;--paper:#f3f7f7;font-family:"Segoe UI",Arial,sans-serif;color:var(--ink);font-size:16px}*{box-sizing:border-box}body{margin:0;background:var(--paper)}a{color:inherit}button,input,select{font:inherit}button,a,input,select{touch-action:manipulation}.topbar{background:#fff;border-top:6px solid var(--cyan);border-bottom:1px solid var(--line);min-height:110px;padding:10px max(5vw,20px);display:flex;justify-content:space-between;align-items:center}.topbar img{display:block;width:200px;height:100px;object-fit:contain}.header-note{font-size:1rem;color:var(--muted)}main{max-width:1220px;margin:auto;padding:42px 32px 64px}.intro{margin-bottom:34px;border-left:5px solid var(--green);padding-left:24px}.eyebrow{font-size:.8rem;font-weight:700;letter-spacing:.13em}h1{font-size:clamp(2rem,4vw,3rem);font-weight:650;line-height:1.12;letter-spacing:-.035em;margin:14px 0}.intro>p{font-size:1.1rem;color:var(--muted);margin:16px 0 0}.layout{display:grid;grid-template-columns:230px minmax(0,1fr);gap:38px}.guide{position:sticky;top:24px}.guide nav{display:flex;flex-direction:column;margin:22px 0}.guide nav a{display:flex;gap:14px;text-decoration:none;padding:12px 0;line-height:1.5;font-size:.9rem}.guide nav a:hover{text-decoration:underline}.guide nav b{font-size:.8rem;min-width:40px;color:#39717a}.guide-note{font-size:.9rem;line-height:1.7;border-top:1px solid var(--line);padding-top:20px;color:var(--muted)}.demo-notice{background:#e0f3f5;border:1px solid #9cd9e2;border-radius:10px;padding:17px 22px;margin-bottom:22px;display:flex;flex-direction:column;gap:5px;font-size:.9rem;line-height:1.5}.section{background:white;border:1px solid var(--line);border-radius:14px;padding:28px;margin-bottom:20px;scroll-margin-top:24px}.section-heading{display:flex;align-items:flex-start;gap:15px;margin-bottom:26px}.number{flex-shrink:0;display:grid;place-items:center;background:var(--lime);width:38px;height:38px;border-radius:10px;font-weight:700;font-size:.9rem}h2{font-size:1rem;line-height:1.5;letter-spacing:.025em;margin:1px 0 4px}.section-heading p{font-size:.9rem;color:var(--muted);line-height:1.5;margin:0}.grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:18px 22px}.field{min-width:0}label{font-size:.9rem;line-height:1.5}.field>label{display:block;margin-bottom:7px;font-weight:600}input:not([type=radio]):not([type=checkbox]),select{width:100%;min-width:0;height:46px;border:1px solid #a9bfc3;border-radius:7px;background:#fff;color:var(--ink);padding:10px 12px}input:disabled{background:#edf2f3!important;color:#70858a}input:focus,select:focus{outline:3px solid #40bace55;border-color:#167689}input[type=checkbox],input[type=radio]{accent-color:#147789;width:20px;height:20px;flex-shrink:0}.field label span{color:#38707c}.error{display:block;color:#a32020;font-size:.8rem;line-height:1.4;margin-top:4px}.error:empty{display:none}[aria-invalid=true]{border-color:#af2f2f!important}.advisor{border:0;margin:0 0 20px;padding:0}.advisor legend{font-size:.9rem;font-weight:600;margin-bottom:12px}.choices{display:flex;gap:12px}.choices label{display:flex;align-items:center;gap:9px;padding:9px 23px;border:1px solid var(--line);border-radius:7px}.choices label:has(input:checked){background:#e1f4f7;border-color:var(--cyan)}.vehicle{border:1px solid var(--line);border-radius:9px;padding:18px;margin:0 0 18px}.vehicle:last-child{margin:0}.vehicle legend{padding:0 9px;font-weight:600;font-size:.95rem}.legal{background:#f4f7ec;border-left:4px solid var(--green);padding:17px 19px;line-height:1.6;font-size:.9rem}.legal p{margin:8px 0 0}.consent{display:flex;gap:12px;align-items:flex-start;margin-top:20px}.consent input{margin:2px 0}.submit-area{display:flex;align-items:center;justify-content:space-between;gap:20px;margin-top:28px}.submit-area p{font-size:.9rem;color:var(--muted);max-width:260px;line-height:1.5}button{border:0;border-radius:8px;padding:16px 22px;background:var(--aqua);color:#12363e;font-weight:700;cursor:pointer}button span{margin-left:22px}button:hover{background:var(--green)}button:disabled{opacity:.55;cursor:not-allowed}a:focus-visible,button:focus-visible{outline:3px solid #147789;outline-offset:4px}#form-status{margin-top:20px;padding:20px;border:1px solid #789749;border-radius:9px;background:#edf5df;line-height:1.6}#form-status.failure{background:#fff0ed;border-color:#b35046}footer{border-top:1px solid var(--line);max-width:1156px;margin:auto;padding:27px 0;display:flex;justify-content:space-between;font-size:.85rem;color:var(--muted)}.skip{position:absolute;top:-80px;background:white;padding:15px;z-index:10}.skip:focus{top:10px}[hidden]{display:none!important}@media(max-width:900px){.layout{grid-template-columns:1fr}.guide{position:static}.guide nav{flex-direction:row;flex-wrap:wrap;gap:6px 18px;margin:0}.guide>.eyebrow,.guide-note{display:none}.guide nav a{padding:3px 0}.layout{gap:20px}footer{margin:0 24px}}@media(max-width:560px){main{padding:26px 16px 40px}.header-note{display:none}.topbar{justify-content:center;padding:4px 16px}.topbar img{width:175px;height:90px}.intro{padding-left:17px;margin-bottom:25px}.section{padding:22px 17px}.grid{grid-template-columns:1fr;gap:17px}.section-heading{gap:12px}.submit-area{flex-direction:column;align-items:stretch}.submit-area p{max-width:none;margin:0}.submit-area button{width:100%}footer{flex-direction:column;gap:8px}.guide nav{gap:6px 12px}.guide nav a{font-size:.85rem}.guide nav b{min-width:0}.demo-notice{padding:15px 17px}}

.authorization{margin-top:24px}.legal p+p{margin-top:16px}.legal a{overflow-wrap:anywhere}.number{min-width:38px;width:auto;padding:0 6px}.intro h1{font-size:clamp(1.8rem,3vw,2.4rem)}
