*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;background:#f5f7fb;color:#28344d;font:16px/1.65 Arial,sans-serif}a{color:#293880;text-underline-offset:3px}h1,h2,h3,p{margin:0 0 18px}h1,h2{font-family:Georgia,serif;color:#293880;line-height:1.14}h1{font-size:clamp(36px,4.2vw,58px);letter-spacing:-1.4px}h1 em{font-style:normal;color:#3c7735}h2{font-size:29px}h3{font-size:18px;line-height:1.4;margin-bottom:8px}.wrap{width:calc(100% - 64px);max-width:1180px;margin:auto}.preview-note{text-align:center;background:#293880;color:white;padding:9px 16px;font-size:13px}.header{display:flex;justify-content:space-between;align-items:center;padding:28px 0;border-bottom:1px solid #d8ddea;gap:20px}.brand-logo{width:235px;height:auto;display:block}.header-phone{font-weight:700;text-decoration:none}.page-grid{display:grid;grid-template-columns:1.1fr 1fr;gap:48px;grid-template-areas:'intro form' 'support support';padding:54px 0}.hero-copy{grid-area:intro}.form-section{grid-area:form}.support{grid-area:support}.eyebrow{font-size:13px;font-weight:bold;letter-spacing:1.4px;color:#3c7735;margin-bottom:20px}.lead{font-size:22px;color:#293880}.program-note{border-left:4px solid #549f45;padding:4px 0 0 22px;margin:26px 0}.program-note h2{font-size:24px}.program-note p:last-child{margin-bottom:0}.callback-card{background:white;border-top:5px solid #293880;border-radius:4px 4px 20px 20px;padding:32px;box-shadow:0 14px 40px #2938800c}.callback-card h2{font-size:32px}label{display:block;font-weight:700;font-size:15px;margin:22px 0 8px}label span{font-weight:400;color:#596478;font-size:14px}input{width:100%;font:inherit;padding:12px 14px;border:1px solid #b9c2d4;border-radius:6px;min-height:50px;background:#fafbfd}button{width:100%;min-height:54px;background:#293880;color:white;border:0;border-radius:6px;font:700 16px Arial;cursor:pointer;padding:14px}button:hover{background:#1d2a66}.form-note{font-size:14px;margin:22px 0}.small{font-size:14px;color:#536078;margin-top:14px}#form-status:empty{display:none}#form-status{border-left:3px solid #549f45;padding:12px;margin-top:14px;background:#f1f6f0}.steps{border-top:1px solid #d8ddea;padding-top:36px}.steps ol{list-style:none;counter-reset:step;display:grid;grid-template-columns:repeat(3,1fr);gap:32px;padding:0;margin:28px 0 46px}.steps li{counter-increment:step}.steps li:before{content:'0' counter(step);display:block;color:#3c7735;font:30px Georgia;margin-bottom:16px}.advisor{display:grid;grid-template-columns:240px 1fr;align-items:center;gap:40px;background:white;border-top:4px solid #549f45;padding:28px 40px 0;border-radius:0 0 16px 16px}.advisor img{display:block;width:100%;height:300px;object-fit:contain;object-position:bottom}.advisor>div{padding-bottom:28px}.credentials{font-size:14px;color:#536078}.trust-proof{display:flex;align-items:center;justify-content:center;gap:44px;padding:42px 0 0}.trust-proof img{width:170px;height:auto;display:block;margin:auto}.trust-proof h2{font-size:26px}.trust-proof p{margin-bottom:10px}.footer{border-top:1px solid #d8ddea;display:grid;grid-template-columns:1fr 1.4fr;gap:45px;padding:30px 0 44px}.footer h2{font-size:21px}.footer p{font-size:13px}.footer nav{display:flex;gap:24px;font-size:14px}.legal-page{max-width:800px;padding:42px 0}.legal-page h1{font-size:42px}.legal-page h2{font-size:25px;margin-top:28px}.skip-link{position:absolute;top:-100px;background:white;padding:12px;z-index:5}.skip-link:focus{top:0}:focus-visible{outline:3px solid #549f45;outline-offset:4px}@media(max-width:760px){.wrap{width:calc(100% - 32px)}.header{padding:20px 0}.brand-logo{width:165px}.header-phone{font-size:14px}.page-grid{grid-template-columns:1fr;grid-template-areas:'intro' 'form' 'support';gap:28px;padding:30px 0}h1{letter-spacing:-.7px}.callback-card{padding:24px}.callback-card h2{font-size:28px}.steps ol{grid-template-columns:1fr;gap:15px}.advisor{grid-template-columns:100px 1fr;gap:18px;padding:22px 18px 0}.advisor img{height:230px;align-self:end}.advisor h2{font-size:26px}.advisor .eyebrow{font-size:12px}.trust-proof{flex-direction:column;gap:20px;text-align:center}.footer{grid-template-columns:1fr;gap:16px}}@media(prefers-reduced-motion:reduce){html{scroll-behavior:auto}}
[hidden]{display:none!important}.form-step{border:0;padding:0;margin:24px 0;min-width:0}.form-step legend{font:700 23px/1.3 Georgia,serif;color:#293880;width:100%;padding:0;margin-bottom:14px}.question-help{font-size:15px;line-height:1.6;color:#536078}.choices{display:grid;gap:10px}.choice{display:flex;align-items:center;gap:12px;margin:0;padding:14px;border:1px solid #bbc5d5;border-radius:8px;font-size:16px;font-weight:400;cursor:pointer;line-height:1.45;background:#fafbfd}.choice:has(input:checked){border:2px solid #3c7735;padding:13px;background:#f1f7f0}.choice input{width:20px;height:20px;min-height:0;padding:0;margin:0;flex:none;accent-color:#3c7735}.choice span{font:inherit;color:inherit}.progress-label{font-size:14px;font-weight:700;color:#293880;margin-bottom:7px}progress{display:block;width:100%;height:7px;accent-color:#549f45;border:0;border-radius:10px;overflow:hidden}progress::-webkit-progress-bar{background:#e4e8f0}progress::-webkit-progress-value{background:#549f45}.form-actions{display:flex;gap:12px}.form-actions #back{background:white;color:#293880;border:1px solid #aab5ca;width:100px;flex:none}select{font:inherit;width:100%;padding:12px;border:1px solid #b9c2d4;border-radius:6px;background:white;min-height:50px}#form-error{color:#9b2727;font-size:15px}#form-error:empty{display:none}#answer-summary{font-size:15px}#answer-summary dt{font-weight:700;margin-top:18px}#answer-summary dd{margin:4px 0 0}.demo-result{background:#eef2f8;padding:16px;font-size:14px}.callback-card{scroll-margin-top:20px}@media(max-width:760px){.form-step legend{font-size:22px}.choice{padding:13px}.choice:has(input:checked){padding:12px}}

.bot-field{position:absolute;left:-10000px;width:1px;height:1px;overflow:hidden}button:disabled{opacity:.65;cursor:wait}
