.getfha-funnel{--navy:#17375d;--navy2:#102b4b;--gold:#cda14c;--goldsoft:#f6edda;--ink:#173252;--muted:#657487;--border:#d6e0e8;--pale:#f3f6f9;--red:#b93e3e;background:#fff;border:1px solid #cfd9e3;border-radius:18px;box-shadow:0 14px 34px rgba(7,31,55,.16);overflow:hidden;color:var(--ink);width:100%;max-width:690px;margin:0 auto}
.getfha-funnel *{box-sizing:border-box}
.getfha-progress{display:flex;align-items:stretch;margin:0;background:#f0f4f7;border-bottom:1px solid #dce5ec;height:40px;overflow:hidden}
.getfha-chevron{position:relative;display:flex;align-items:center;justify-content:center;gap:7px;flex:1;min-width:0;background:#edf2f6;color:#52667b;padding:0 7px 0 18px;text-align:center;font-size:.68rem;font-weight:750;line-height:1;clip-path:polygon(0 0,calc(100% - 12px) 0,100% 50%,calc(100% - 12px) 100%,0 100%,12px 50%);margin-left:-9px;transition:.2s ease}
.getfha-chevron:first-child{clip-path:polygon(0 0,calc(100% - 12px) 0,100% 50%,calc(100% - 12px) 100%,0 100%);margin-left:0;padding-left:10px}
.getfha-chevron span{font-size:.66rem;font-weight:900;color:inherit}
.getfha-chevron b{font-weight:800;white-space:nowrap}
.getfha-chevron.active{background:var(--navy);color:#fff}.getfha-chevron.done{background:#2c527e;color:#fff}
.getfha-mobile-progress{display:none;padding:15px 18px 0;font-size:.78rem;font-weight:800;color:var(--navy)}
.getfha-mobile-progress>div{height:6px;background:#e6edf3;border-radius:999px;overflow:hidden;margin-top:7px}.getfha-mobile-progress i{display:block;height:100%;width:16.667%;background:var(--gold);transition:.25s ease;border-radius:999px}
.getfha-form{padding:28px 28px 22px}
.getfha-step{display:none}.getfha-step.active{display:block;animation:getfhaFade .2s ease}
@keyframes getfhaFade{from{opacity:0;transform:translateY(6px)}to{opacity:1;transform:none}}
.getfha-step-label{font-size:.72rem;font-weight:850;color:var(--gold);margin-bottom:12px}
.getfha-question{margin:0 0 22px}.getfha-question-left{display:flex;gap:12px;align-items:flex-start;text-align:left}
.getfha-question-icon{width:39px;height:39px;border-radius:10px;background:var(--goldsoft);color:var(--navy);display:flex;align-items:center;justify-content:center;flex:0 0 39px}
.getfha-question-icon svg{width:21px;height:21px}
.getfha-question h3{font-size:1.15rem;margin:1px 0 3px;color:var(--navy2);line-height:1.2;font-weight:900}.getfha-question p{margin:0;color:var(--muted);font-size:.78rem;line-height:1.4}
.getfha-choice-grid{display:grid;gap:11px}.getfha-choice-grid.two{grid-template-columns:1fr 1fr}.getfha-choice-grid.three{grid-template-columns:repeat(3,1fr)}.getfha-choice-grid.four{grid-template-columns:repeat(4,1fr)}
.getfha-choice{position:relative;cursor:pointer}.getfha-choice input{position:absolute;opacity:0;pointer-events:none}.getfha-choice>span{display:flex;align-items:center;gap:12px;height:100%;padding:15px;border:1.5px solid var(--border);border-radius:12px;background:#fff;transition:.18s ease;position:relative}.getfha-choice strong{display:block;color:var(--navy2);font-size:.9rem;line-height:1.2}.getfha-choice small{display:block;color:var(--muted);margin-top:3px;line-height:1.3;font-size:.73rem}.getfha-choice:hover>span{border-color:#aac1d5}.getfha-choice input:checked+span{border-color:var(--gold);background:#fffaf1;box-shadow:0 0 0 2px rgba(205,161,76,.12)}
.getfha-choice-icon{width:34px;height:34px;border-radius:9px;background:#edf3f7;color:var(--navy);display:flex;align-items:center;justify-content:center;flex:0 0 34px}.getfha-choice-icon svg{width:19px;height:19px}
.getfha-choice-copy{display:block!important;padding:0!important;border:0!important;background:transparent!important;box-shadow:none!important;min-width:0}
.getfha-radio-dot{margin-left:auto;width:17px;height:17px;border:1.6px solid #c9d5df;border-radius:50%;flex:0 0 17px;position:relative}.getfha-choice input:checked+span .getfha-radio-dot{border-color:var(--gold)}.getfha-choice input:checked+span .getfha-radio-dot:after{content:"";position:absolute;inset:3px;border-radius:50%;background:var(--gold)}
.getfha-choice.compact>span{justify-content:center;text-align:center;padding:13px 28px 13px 12px;min-height:48px}.getfha-choice.compact strong{font-size:.79rem}.getfha-choice.compact .getfha-radio-dot{position:absolute;right:10px;top:50%;transform:translateY(-50%);width:14px;height:14px;flex-basis:14px}
.getfha-fields{display:grid;gap:13px}.getfha-fields.two{grid-template-columns:1fr 1fr}.getfha-field.full{grid-column:1/-1}.getfha-fields-after{margin-top:15px}
.getfha-field label{display:block;font-weight:800;color:var(--navy2);font-size:.78rem;margin-bottom:6px}.getfha-field input,.getfha-field select,.getfha-field textarea{width:100%;border:1.5px solid var(--border);border-radius:10px;background:#fff;padding:11px 12px;color:var(--ink);outline:0;min-height:44px;font-size:.84rem}.getfha-field textarea{min-height:92px;resize:vertical}.getfha-field input:focus,.getfha-field select:focus,.getfha-field textarea:focus{border-color:#8facbf;box-shadow:0 0 0 3px rgba(23,55,93,.06)}.getfha-field small{display:block;color:var(--muted);font-size:.67rem;line-height:1.35;margin-top:5px}.getfha-money{display:flex;align-items:stretch}.getfha-money>span{display:flex;align-items:center;justify-content:center;width:39px;background:#f2f5f7;border:1.5px solid var(--border);border-right:0;border-radius:10px 0 0 10px;font-weight:900;color:var(--navy)}.getfha-money input{border-radius:0 10px 10px 0}
.getfha-consent{display:flex!important;gap:9px;align-items:flex-start;font-weight:500!important;color:#5c6d7f!important;line-height:1.4!important;font-size:.69rem!important}.getfha-consent input{width:18px!important;height:18px!important;min-height:0!important;margin:1px 0 0;flex:0 0 18px}
.getfha-actions{display:flex;justify-content:flex-end;gap:10px;margin:22px 0 0}.getfha-actions button{border:0;border-radius:9px;padding:10px 15px;font-weight:850;cursor:pointer;min-width:92px;font-size:.78rem;transition:.18s ease}.getfha-back{margin-right:auto;background:#eef2f5;color:#5c6b7a}.getfha-back:disabled{opacity:.32;cursor:not-allowed}.getfha-next,.getfha-submit{background:var(--navy);color:#fff}.getfha-next:hover,.getfha-submit:hover{background:#20466f;transform:translateY(-1px)}
.getfha-error{margin:12px 0 0;color:var(--red);font-weight:750;text-align:center;min-height:1.1em;font-size:.74rem}.getfha-form-note{margin:14px auto 0;text-align:center;color:#7a8795;font-size:.63rem;line-height:1.4;max-width:580px}.getfha-hp{position:absolute!important;left:-9999px!important;width:1px!important;height:1px!important;opacity:0!important}
.getfha-invalid{border-color:var(--red)!important;box-shadow:0 0 0 2px rgba(185,62,62,.08)!important}.getfha-choice.invalid>span{border-color:var(--red)!important}
.getfha-success{text-align:center;padding:56px 28px}.getfha-success-icon{width:64px;height:64px;border-radius:50%;display:flex;align-items:center;justify-content:center;margin:0 auto 16px;background:#edf6ef;color:#268251;font-size:1.8rem;font-weight:950}.getfha-success h3{font-size:1.65rem;color:var(--navy2);margin:0 0 8px}.getfha-success p{color:var(--muted);max-width:520px;margin:0 auto;font-size:.88rem}
.getfha-submit[hidden],.getfha-success[hidden]{display:none!important}
@media(max-width:760px){.getfha-funnel{border-radius:14px}.getfha-progress{display:none}.getfha-mobile-progress{display:block}.getfha-form{padding:20px 16px 18px}.getfha-fields.two,.getfha-choice-grid.two,.getfha-choice-grid.three,.getfha-choice-grid.four{grid-template-columns:1fr}.getfha-field.full{grid-column:auto}.getfha-choice>span{padding:14px}.getfha-choice.compact>span{min-height:46px}.getfha-actions{position:sticky;bottom:6px;z-index:5;background:rgba(255,255,255,.96);backdrop-filter:blur(10px);padding-top:9px}.getfha-actions button{flex:1;min-width:0}.getfha-back{flex:.72}.getfha-question h3{font-size:1.08rem}.getfha-form-note{padding:0 2px}}
