/* Mortgage Snapshot Pro: scoped native presentation. No shared site styles. */
.mortgage-page{background:#0a0e14;padding:34px 24px 72px;min-height:90vh}
.msp-app{--ink:#f3f2ef;--muted:#a6b0bd;--line:#323c49;--accent:#a9c0db;--surface-selected:#263549;--paper:#111720;color:var(--ink);font-family:'Manrope Variable',Manrope,'Segoe UI',sans-serif;max-width:1380px;margin:0 auto;font-size:16px;line-height:1.55}
.msp-app *,.msp-app *:before,.msp-app *:after{box-sizing:border-box}
.msp-app [hidden],.msp-app button[hidden]{display:none!important}
.msp-app h2,.msp-app h3,.msp-app h4,.msp-app p,.msp-app input,.msp-app select,.msp-app button,.msp-app label{font-family:inherit;text-transform:none;letter-spacing:normal}
.msp-shell{background:var(--paper);border:1px solid #303a48;border-radius:26px;overflow:hidden;box-shadow:0 22px 70px #00000018}
.msp-sidebar{display:grid;grid-template-columns:1fr auto;align-items:center;padding:28px 42px 0;background:#111720;border-bottom:1px solid var(--line)}
.msp-kicker{margin:0 0 6px;color:#a6b0bd;font-size:10px;font-weight:800;letter-spacing:.16em!important}
.msp-app .msp-sidebar h2{margin:0;font-size:23px;line-height:1.3;font-weight:750;letter-spacing:-.04em;color:var(--ink)}
.msp-sidebar h2 em{font-style:normal;color:var(--accent);font-size:12px;vertical-align:middle;background:#263549;padding:4px 7px;border-radius:5px;margin-left:3px}
.msp-brand-note{font-size:13px;color:var(--muted);margin:0}.msp-mobile-progress{display:none}
.msp-progress{grid-column:1/-1;list-style:none;display:grid;grid-template-columns:repeat(10,minmax(0,1fr));gap:12px;padding:0;margin:28px 0 0;counter-reset:step}
.msp-progress li{counter-increment:step;color:#a4afbd;font-size:11px;position:relative;padding:0 0 17px;display:flex;gap:6px;align-items:center;border-bottom:3px solid transparent;white-space:nowrap}
.msp-progress li:before{content:counter(step,decimal-leading-zero);font-size:10px;opacity:.7}
.msp-progress li.is-active{color:var(--ink);font-weight:800;border-bottom-color:var(--accent)}.msp-progress li.is-complete{color:var(--accent)}
.msp-panel{padding:38px 42px 28px;min-width:0;background:var(--paper)}.msp-form{display:flex;flex-direction:column;min-width:0}.msp-hp{position:absolute;left:-9999px}
.msp-step{display:none}.msp-step.is-active{display:block;animation:msp-enter .38s ease-out}
@keyframes msp-enter{from{opacity:0;transform:translateY(9px)}to{opacity:1;transform:none}}
.msp-step-header{margin:0 0 30px;max-width:950px}.msp-step-header>span,.msp-overline{display:block;font-size:11px;font-weight:800;letter-spacing:.12em;color:var(--accent);margin-bottom:12px;text-transform:uppercase}
.msp-app .msp-step-header h3{color:var(--ink);font-size:clamp(32px,3.5vw,49px);line-height:1.08;letter-spacing:-.045em;font-weight:650;margin:0;text-wrap:balance;outline:none;scroll-margin-top:112px}
.msp-intro{font-size:16px;line-height:1.6;color:var(--muted);max-width:720px;margin:16px 0 0}
.msp-help{font-size:13px;line-height:1.65;color:var(--muted);margin:12px 0}.msp-help a,.msp-property-imagery a{color:var(--accent);text-decoration:underline;text-underline-offset:3px}
.msp-grid{display:grid;gap:22px}.msp-grid-2{grid-template-columns:repeat(2,minmax(0,1fr))}
.msp-field{display:flex;flex-direction:column;gap:9px;min-width:0}.msp-field>span,.msp-label{font-size:13px;font-weight:750;color:var(--ink);margin:0}
.msp-field input,.msp-field select{width:100%;min-width:0;min-height:56px;padding:14px 16px;border:1px solid #465264;border-radius:10px;background:#19212c;color:var(--ink);font:inherit;font-size:17px;transition:border-color .2s,box-shadow .2s}
.msp-field input::placeholder{color:#9aa8b9;font-size:14px}.msp-field input:focus,.msp-field select:focus{outline:none;border-color:var(--accent);box-shadow:0 0 0 4px #a9c0db20}
.msp-field .is-invalid{border-color:#d3929a}.msp-error{color:#f1c4ca;background:#302127;border:1px solid #754650;border-radius:10px;padding:14px}.msp-error:empty{display:none}
.msp-actions{display:flex;justify-content:space-between;gap:16px;padding-top:26px;margin-top:30px;border-top:1px solid var(--line)}
.msp-button{border:1px solid var(--accent);border-radius:12px;background:var(--accent);color:white;padding:15px 27px;min-width:156px;min-height:55px;font:inherit;font-size:15px;font-weight:750;cursor:pointer;transition:background .2s,transform .2s}
.msp-button:hover{background:#c4d5e8;transform:translateY(-1px)}.msp-button:focus-visible,.msp-choice:focus-visible{outline:3px solid #b4cce7;outline-offset:4px}.msp-button:disabled{opacity:.4;cursor:default;transform:none}.msp-button-secondary{background:transparent;border-color:var(--line);color:var(--ink);min-width:100px}.msp-button-secondary:hover{background:#253246}
.msp-context{display:flex;align-items:center;gap:14px;border-bottom:1px solid var(--line);margin:-14px 0 28px;padding-bottom:18px;min-width:0}.msp-context img{width:88px;height:auto;border-radius:5px}.msp-context div{min-width:0}.msp-context span{display:block;font-size:10px;letter-spacing:.12em;color:var(--muted)}.msp-context strong{font-size:13px;font-weight:700;overflow-wrap:anywhere}.msp-context .msp-context-note{margin-left:auto;letter-spacing:0;font-size:12px}
/* Address: a spacious editorial opening with one clear input. */
.msp-step[data-step="0"].is-active{display:grid;grid-template-columns:1.25fr .75fr;column-gap:8%;align-items:start;padding:30px 0}
.msp-step[data-step="0"] .msp-step-header{grid-column:1;max-width:680px;margin-bottom:35px}.msp-step[data-step="0"] h3{font-size:clamp(38px,4.3vw,62px)}
.msp-address-entry{grid-column:1}.msp-address-entry input{min-height:68px;font-size:18px;border-width:2px}.msp-address-story{grid-column:2;grid-row:1/4;border-left:1px solid var(--line);padding-left:36px}
.msp-address-story>div{position:relative;padding:20px 0 24px 42px;border-bottom:1px solid var(--line)}.msp-address-story b{position:absolute;left:0;top:22px;font-size:12px;color:var(--accent)}.msp-address-story strong{font-size:20px;font-weight:650}.msp-address-story p{font-size:14px;line-height:1.65;color:var(--muted);margin:7px 0 0}.msp-address-story small{display:block;font-size:12px;margin-top:22px;color:var(--muted)}
/* Property: imagery and entered facts share a single composition. */
.msp-property-layout{display:grid;grid-template-columns:1.42fr 1fr;gap:36px;align-items:start}.msp-property-imagery{min-width:0}.msp-property-imagery [data-imagery-status]{font-size:12px;margin:0 0 8px}.msp-property-imagery [data-matched-address]{display:block;font-size:20px;line-height:1.35;font-weight:700;margin-bottom:18px;overflow-wrap:anywhere}
.msp-property-imagery figure{margin:0}.msp-property-imagery img{display:block;width:100%;height:auto;object-fit:contain;border-radius:15px}.msp-property-imagery figcaption,.msp-report-property figcaption{font-size:11px;line-height:1.5;color:var(--muted);margin:10px 0}.msp-property-imagery a{font-size:12px}
.msp-property-facts{border-left:1px solid var(--line);padding:8px 0 0 32px}.msp-property-facts h4{font-size:24px;font-weight:650;letter-spacing:-.03em;margin:0;color:var(--ink)}.msp-property-facts .msp-grid{margin-top:24px;gap:20px}.msp-property-facts .msp-field:first-child{grid-column:1/-1}.msp-property-facts .msp-field:first-child input{font-size:32px;font-weight:600;color:var(--accent);min-height:78px;background:#1c2838}
.msp-property-facts .msp-field:nth-child(2){grid-column:1/-1}
/* Mortgage: two financial figures, followed by the supporting detail. */
.msp-mortgage-numbers{display:grid;grid-template-columns:1.2fr 1fr;gap:24px;margin-bottom:26px}.msp-range-field{display:flex;flex-direction:column;gap:14px;padding:28px 32px;border-radius:18px;background:#202c3c;color:var(--ink);min-width:0}.msp-range-field:first-child{background:#202c3c;color:#19212c}.msp-range-field>span{font-size:14px;font-weight:600}.msp-range-field strong{font-size:clamp(40px,4.2vw,62px);line-height:1.15;letter-spacing:-.055em;font-weight:600;font-variant-numeric:tabular-nums}.msp-range-field input{accent-color:#a9c0db;min-height:24px;width:100%;cursor:pointer}.msp-range-field:first-child input{accent-color:#c7d6e8}.msp-mortgage-details{margin-bottom:24px}.msp-mortgage-details input{font-size:23px}.msp-comparison{max-width:610px}.msp-comparison+ .msp-help{max-width:850px}
/* Choices remain native buttons with clear pressed states. */
.msp-choice-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:14px;margin:14px 0 26px}.msp-choice{position:relative;font:inherit;font-size:15px;font-weight:650;border:1px solid #414e60;border-radius:13px;background:#18212c;color:var(--ink);cursor:pointer;text-align:left;min-height:58px;padding:16px 20px;transition:background .2s,border-color .2s,box-shadow .2s}
.msp-choice:hover{background:#253348;border-color:var(--accent)}.msp-choice.is-selected{background:#2a3b51;border:2px solid var(--accent);padding:15px 19px;box-shadow:0 3px 0 #00000000}.msp-choice.is-selected:after{content:'✓';position:absolute;right:12px;top:10px;color:var(--accent);font-size:14px;font-weight:800}
[data-choice-group="goals"] .msp-choice{min-height:112px;display:flex;align-items:flex-end;padding:48px 22px 18px;font-size:17px;line-height:1.3}
[data-choice-group="goals"] .msp-choice.is-selected{padding:47px 21px 17px}
[data-choice-group="goals"] .msp-choice:before{content:'↗';position:absolute;left:22px;top:14px;font-size:25px;font-weight:400;color:var(--accent)}
[data-value="Lower Monthly Payment"]:before{content:'↓'!important}[data-value="Refinance"]:before{content:'↻'!important}[data-value="Home Improvement Loan"]:before{content:'⌂'!important}[data-value="Debt Consolidation"]:before{content:'≡'!important}
.msp-choice-grid-tight{grid-template-columns:repeat(5,minmax(0,1fr))}.msp-choice-grid-tight .msp-choice{text-align:center;padding:18px 12px}.msp-choice-grid-tight .msp-choice.is-selected{padding:17px 11px}.msp-step[data-step="4"]>.msp-grid{grid-template-columns:.72fr 1.28fr;align-items:start;margin-top:30px}.msp-step[data-step="4"] [data-choice-group="employment"]{grid-template-columns:repeat(3,minmax(0,1fr));margin-top:9px}.msp-step[data-step="4"] [data-choice-group="employment"] .msp-choice{font-size:13px}
/* Equity: visible subtraction, with the result carrying the hierarchy. */
.msp-equity-card{display:grid;grid-template-columns:1fr 1fr;background:#19232f;border-radius:20px;overflow:hidden}.msp-equity-card>div{padding:26px 34px;display:flex;flex-direction:column;gap:12px;position:relative}.msp-equity-card>div:nth-child(2){border-left:1px solid #455368}.msp-equity-card>div:nth-child(2):before{content:'−';position:absolute;left:-15px;top:50%;background:#19232f;font-size:30px;line-height:30px;padding:0 5px}
.msp-equity-card span{font-size:14px;font-weight:600}.msp-equity-card strong{font-size:40px;font-weight:600;letter-spacing:-.04em}.msp-equity-card .msp-total{grid-column:1/-1;background:#19232f;color:#f3f2ef;display:grid;grid-template-columns:1fr auto;align-items:center;padding:38px 34px}.msp-total span{font-size:20px}.msp-equity-card .msp-total strong{font-size:clamp(60px,6vw,88px);line-height:1.1;color:#f3f2ef;font-weight:550}.msp-equity-note{font-size:13px;color:var(--muted);max-width:850px;margin:18px 0 0}
.msp-opportunity-grid,.msp-report-opps{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:20px}.msp-opportunity,.msp-report-opps article{display:flex;flex-direction:column;padding:28px;border-radius:18px;background:#19232f;border:1px solid #354254;min-width:0}.msp-path-number{font-size:10px;letter-spacing:.12em;margin-bottom:30px;color:var(--muted);font-weight:750}.msp-opportunity h4{font-size:23px;font-weight:650;line-height:1.3;margin:0 0 26px;color:var(--ink);letter-spacing:-.03em}.msp-opportunity>span,.msp-report-opps span{font-size:10px;letter-spacing:.06em;font-weight:700;line-height:1.6}.msp-opportunity>strong,.msp-report-opps em{font-size:36px;line-height:1.25;letter-spacing:-.035em;font-weight:600;font-style:normal;margin:12px 0 24px;color:var(--ink)}.msp-opportunity p,.msp-report-opps p{font-size:13px;line-height:1.7;margin:0;color:var(--muted)}
.msp-opportunity:first-child{background:#202d3e;color:#edf0f3;border-color:#202d3e}.msp-opportunity:first-child h4,.msp-opportunity:first-child strong{color:#f3f2ef}.msp-opportunity:first-child p,.msp-opportunity:first-child .msp-path-number{color:#b7c4d4}.msp-opportunity:nth-child(2){background:#19232f;border-color:#354254}.msp-program-strip{display:flex;flex-wrap:wrap;gap:8px;margin-top:22px}.msp-program-strip span{font-size:11px;font-weight:650;border-bottom:1px solid var(--line);padding:7px 12px;color:var(--muted)}
.msp-advisor-layout{display:grid;grid-template-columns:.7fr 1.3fr;gap:46px}.msp-advisor-brief{padding:28px;background:#19232f;border-radius:18px;align-self:start}.msp-advisor-brief h4{font-size:27px;line-height:1.2;font-weight:600;letter-spacing:-.03em;color:var(--ink);margin:22px 0}.msp-advisor-brief p{font-size:16px;font-weight:650}.msp-advisor-brief dl{border-top:1px solid #414e60;padding-top:20px;margin-top:28px}.msp-advisor-brief dt{font-size:12px}.msp-advisor-brief dd{font-size:35px;font-weight:600;margin:4px 0}.msp-advisor-brief small{font-size:12px;color:var(--muted)}.msp-advisor p{font-size:17px;line-height:1.85;color:#d5dde7;margin:0 0 20px}.msp-advisor-next{border-top:1px solid var(--line);padding-top:22px}.msp-advisor-next strong{font-size:16px}.msp-advisor-next p{font-size:14px;line-height:1.7;color:var(--muted);margin:8px 0 0}
.msp-step[data-step="8"]>.msp-grid{max-width:960px}.msp-disclaimer{font-size:12px;color:var(--muted);line-height:1.7;margin:22px 0 0}
/* Report: a finished property dossier, preserving generated content and disclosures. */
.msp-report{display:flex;flex-direction:column;gap:28px}.msp-report> .msp-help:first-child{font-size:10px;margin:0;order:20;overflow-wrap:anywhere}.msp-report-header{display:flex;gap:18px;align-items:center;border-bottom:1px solid var(--line);padding-bottom:22px}.msp-report-header img{max-width:150px;max-height:60px;object-fit:contain}.msp-report-header span{font-size:11px;font-weight:700;color:var(--muted);letter-spacing:.12em;text-transform:uppercase}.msp-report h4{font-size:25px;line-height:1.3;font-weight:650;color:var(--ink);margin:0;letter-spacing:-.025em}.msp-report-header h4{font-size:20px;margin:7px 0 0}
.msp-report-property{display:grid;grid-template-columns:1.3fr 1fr;gap:34px;align-items:center;background:#19232f;border-radius:20px;overflow:hidden;padding:24px}.msp-report-property figure{margin:0}.msp-report-property img{display:block;width:100%;height:auto;border-radius:12px}.msp-report-property-heading h4{font-size:34px;letter-spacing:-.04em;line-height:1.15;overflow-wrap:anywhere}.msp-report-property-heading p{font-size:13px;line-height:1.7;color:var(--muted);margin:18px 0 0}
.msp-report-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:0 24px}.msp-report-grid>div{padding:21px 0;border-bottom:1px solid var(--line);display:flex;flex-direction:column;gap:9px;min-width:0}.msp-report-grid span{font-size:11px;letter-spacing:.04em;color:var(--muted);font-weight:700}.msp-report-grid strong{font-size:21px;font-weight:600;overflow-wrap:anywhere}.msp-report-grid .msp-report-equity{grid-column:1/3;background:#202d3e;padding:28px;border-radius:15px;color:#edf0f3;border:0;margin-top:16px}.msp-report-equity span{color:#b7c4d4}.msp-report-equity strong{font-size:51px;color:#f3f2ef;letter-spacing:-.04em}.msp-report-grid .msp-report-goal{background:#19232f;padding:28px;border:0;margin:16px 0 0;border-radius:15px}
.msp-report-mortgage dl{display:grid;grid-template-columns:repeat(3,1fr);gap:24px;margin:20px 0 0}.msp-report-mortgage dt{font-size:12px;color:var(--muted)}.msp-report-mortgage dd{font-size:27px;margin:6px 0 0}.msp-report-opps article{padding:22px}.msp-report-opps strong{font-size:18px;font-weight:700;margin-bottom:15px}.msp-report-opps em{font-size:28px}.msp-report-planning-note{font-size:13px;line-height:1.65;color:var(--muted);margin:-12px 0 0}.msp-report>p:not(.msp-help):not(.msp-disclaimer){font-size:16px;line-height:1.85;white-space:pre-line}.msp-report-cta{padding:24px;border-top:1px solid var(--line);border-bottom:1px solid var(--line);display:grid;gap:8px}.msp-report-cta strong{font-size:20px}.msp-report-cta span{font-size:13px;overflow-wrap:anywhere;color:var(--muted)}.msp-report .msp-disclaimer{margin:0;padding:18px;background:#19232f;border-radius:10px}.msp-report [data-print-report]{align-self:flex-start}.msp-app[data-current-step="9"] .msp-actions{display:none}
@media(max-width:1100px){.msp-sidebar{padding:24px 28px 0}.msp-panel{padding:30px 28px}.msp-progress{gap:6px}.msp-progress li{font-size:10px;gap:3px}.msp-property-layout{grid-template-columns:1.15fr 1fr;gap:24px}.msp-property-facts{padding-left:22px}.msp-opportunity{padding:22px}.msp-opportunity h4{font-size:20px}.msp-opportunity>strong{font-size:31px}.msp-step[data-step="0"].is-active{column-gap:5%}.msp-address-story{padding-left:24px}}
@media(max-width:760px){
 .mortgage-page{padding:16px 12px 36px}.msp-shell{border-radius:18px}.msp-sidebar{padding:20px 20px 16px;gap:18px;grid-template-columns:1fr}.msp-app .msp-sidebar h2{font-size:20px}.msp-brand-note{display:none}.msp-progress{display:none}.msp-mobile-progress{display:block;font-size:12px;color:var(--accent);font-weight:750;border-top:1px solid var(--line);padding-top:14px;letter-spacing:.03em}.msp-panel{padding:24px 20px}.msp-step-header{margin-bottom:23px}.msp-step-header>span{font-size:10px}.msp-app .msp-step-header h3{font-size:34px}.msp-intro{font-size:14px;line-height:1.65;margin-top:14px}.msp-help{font-size:12px}
 .msp-step[data-step="0"].is-active{display:block;padding:8px 0 0}.msp-step[data-step="0"] h3{font-size:39px}.msp-address-entry input{font-size:16px;padding:15px 12px;min-height:60px}.msp-address-story{border:0;padding:26px 0 0;margin-top:24px;border-top:1px solid var(--line)}.msp-address-story>div{padding:12px 0 12px 35px;border:0}.msp-address-story b{top:16px}.msp-address-story strong{font-size:17px}.msp-address-story p{font-size:13px;margin-top:3px}.msp-address-story small{font-size:11px;margin-top:15px}
 .msp-context{margin:-4px 0 24px;padding-bottom:15px;gap:10px}.msp-context img{width:70px}.msp-context strong{font-size:11px}.msp-context .msp-context-note{display:none}.msp-property-layout{display:flex;flex-direction:column;gap:25px}.msp-property-imagery{width:100%}.msp-property-imagery [data-matched-address]{font-size:18px;margin-bottom:15px}.msp-property-imagery img{border-radius:11px}.msp-property-imagery figcaption{font-size:10px}.msp-property-facts{border:0;border-top:1px solid var(--line);padding:25px 0 0;width:100%}.msp-property-facts h4{font-size:24px}.msp-property-facts .msp-grid{gap:17px 12px}.msp-property-facts .msp-field:first-child input{font-size:28px;min-height:68px}.msp-grid{gap:18px 12px}.msp-field>span,.msp-label{font-size:12px}.msp-field input,.msp-field select{font-size:16px;min-height:54px;padding:12px}.msp-field input::placeholder{font-size:12px}
 .msp-mortgage-numbers{grid-template-columns:1fr;gap:12px;margin-bottom:21px}.msp-range-field{padding:23px;border-radius:14px;gap:10px}.msp-range-field strong{font-size:47px}.msp-range-field:nth-child(2){display:grid;grid-template-columns:1fr auto;align-items:center}.msp-range-field:nth-child(2) strong{font-size:34px}.msp-range-field:nth-child(2) input{grid-column:1/-1}.msp-range-field>span{font-size:12px}.msp-mortgage-details input{font-size:18px}
 .msp-choice-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:10px}.msp-choice{padding:14px 12px;font-size:13px;min-height:52px}.msp-choice.is-selected{padding:13px 11px}.msp-choice.is-selected:after{right:8px;top:6px;font-size:12px}[data-choice-group="goals"] .msp-choice{font-size:14px;min-height:112px;padding:46px 15px 15px}[data-choice-group="goals"] .msp-choice.is-selected{padding:45px 14px 14px}[data-choice-group="goals"] .msp-choice:before{left:15px;top:12px}[data-choice-group="goals"] .msp-choice:last-child{grid-column:1/-1;min-height:76px;padding-top:20px;padding-left:48px}
 .msp-choice-grid-tight{grid-template-columns:repeat(3,minmax(0,1fr))}.msp-choice-grid-tight .msp-choice{font-size:12px;padding:18px 7px}.msp-choice-grid-tight .msp-choice.is-selected{padding:17px 6px}.msp-step[data-step="4"]>.msp-grid{grid-template-columns:1fr;margin-top:22px}.msp-step[data-step="4"] [data-choice-group="employment"]{grid-template-columns:repeat(2,minmax(0,1fr))}
 .msp-equity-card{border-radius:15px}.msp-equity-card>div{padding:21px 16px;gap:14px}.msp-equity-card span{font-size:11px;min-height:34px}.msp-equity-card strong{font-size:25px;letter-spacing:-.045em}.msp-equity-card .msp-total{display:flex;gap:8px;padding:26px 22px;align-items:flex-start}.msp-total span{font-size:15px;min-height:0}.msp-equity-card .msp-total strong{font-size:54px;letter-spacing:-.05em}.msp-equity-note{font-size:12px;line-height:1.7}
 .msp-opportunity-grid{grid-template-columns:1fr;gap:16px}.msp-opportunity{display:grid;grid-template-columns:1fr auto;gap:0 14px;padding:24px}.msp-path-number{grid-column:1/-1;margin-bottom:17px;font-size:9px}.msp-opportunity h4{grid-column:1/-1;font-size:22px;margin:0 0 18px}.msp-opportunity>span{font-size:9px;align-self:center}.msp-opportunity>strong{font-size:29px;max-width:145px;margin:0 0 0 auto}.msp-opportunity p{grid-column:1/-1;margin-top:19px;padding-top:16px;border-top:1px solid #455368;font-size:12px}.msp-opportunity:first-child p{border-color:#455368}.msp-program-strip{gap:5px;margin-top:15px}.msp-program-strip span{padding:6px;font-size:10px}
 .msp-advisor-layout{grid-template-columns:1fr;gap:28px}.msp-advisor-brief{padding:23px}.msp-advisor-brief h4{font-size:25px;margin:15px 0}.msp-advisor-brief dl{margin:18px 0 12px}.msp-advisor-brief dl>div{display:flex;align-items:center;justify-content:space-between}.msp-advisor-brief dd{font-size:30px}.msp-advisor p{font-size:16px;line-height:1.85}.msp-advisor-next p{font-size:13px}.msp-step[data-step="8"]>.msp-grid{grid-template-columns:1fr}.msp-disclaimer{font-size:11px}
 .msp-actions{position:sticky;bottom:0;background:var(--paper);padding:18px 0 0;margin-top:25px;z-index:2}.msp-button{min-width:0;padding:14px 20px;font-size:14px}.msp-actions .msp-button:not(.msp-button-secondary){flex:1}.msp-button-secondary{min-width:78px}
 .msp-report{gap:23px}.msp-report-property{display:flex;flex-direction:column;padding:15px;gap:14px;border-radius:14px}.msp-report-property-heading h4{font-size:27px}.msp-report-property-heading p{font-size:12px;margin:12px 0 3px}.msp-report-property-heading .msp-overline{font-size:9px}.msp-report-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:0 14px}.msp-report-grid>div{padding:17px 0;gap:7px}.msp-report-grid>div:first-child{grid-column:1/-1}.msp-report-grid span{font-size:9px}.msp-report-grid strong{font-size:17px}.msp-report-grid .msp-report-equity{grid-column:1/-1;padding:24px}.msp-report-equity strong{font-size:48px}.msp-report-grid .msp-report-goal{grid-column:1/-1;padding:20px;margin-top:10px}.msp-report-mortgage dl{grid-template-columns:1fr;gap:0}.msp-report-mortgage dl>div{display:flex;align-items:center;justify-content:space-between;padding:13px 0;border-bottom:1px solid var(--line)}.msp-report-mortgage dd{font-size:23px;margin:0}.msp-report h4{font-size:23px}.msp-report-opps{grid-template-columns:1fr;gap:12px}.msp-report-opps article{padding:23px}.msp-report-opps em{font-size:32px;margin:10px 0 16px}.msp-report>p:not(.msp-help):not(.msp-disclaimer){font-size:15px}.msp-report-cta{padding:20px 0}.msp-report-cta strong{font-size:18px}.msp-report [data-print-report]{width:100%}
}
.msp-total>span:before{content:'= ';font-weight:500;margin-right:8px;color:#f3f2ef}
@media(max-width:760px){.msp-opportunity:nth-child(2)>span,.msp-opportunity:nth-child(2)>strong{grid-column:1/-1;max-width:none;margin-left:0}.msp-opportunity:nth-child(2)>strong{font-size:26px;margin-top:9px}}
@media(prefers-reduced-motion:reduce){.msp-step.is-active{animation:none}.msp-app *{transition:none!important}}
@media print{
 body:has(.mortgage-native) *{visibility:hidden}body:has(.mortgage-native) header,body:has(.mortgage-native) footer,body:has(.mortgage-native) .starfield-environment{display:none!important}
 .msp-app,.msp-app *{visibility:visible}.mortgage-page{padding:0;background:white}.msp-app{position:absolute;left:0;top:0;width:100%;max-width:none;margin:0;font-size:11px;print-color-adjust:exact;-webkit-print-color-adjust:exact}.msp-sidebar,.msp-context,.msp-actions,.msp-step:not([data-step="9"]),.msp-app [data-print-report]{display:none!important}.msp-shell{border:0;box-shadow:none;border-radius:0;overflow:visible}.msp-panel{padding:0;background:white}.msp-step[data-step="9"]{display:block}.msp-step-header h3{font-size:28px!important}.msp-step-header{margin-bottom:20px}.msp-report{gap:18px}.msp-report-property{display:grid;grid-template-columns:1.2fr 1fr;padding:18px;break-inside:avoid}.msp-report-property-heading h4{font-size:24px}.msp-report-grid{display:grid;grid-template-columns:repeat(3,1fr)}.msp-report-grid>div:first-child{grid-column:auto}.msp-report-grid .msp-report-equity{grid-column:1/3}.msp-report-grid .msp-report-goal{grid-column:auto}.msp-report-grid>div,.msp-report-opps article,.msp-report-mortgage,.msp-report-cta{break-inside:avoid}.msp-report-opps{display:grid;grid-template-columns:repeat(3,1fr);gap:10px}.msp-report-opps article{padding:14px}.msp-report-opps em{font-size:22px}.msp-report-opps p{font-size:10px}.msp-report-mortgage dl{display:grid;grid-template-columns:repeat(3,1fr)}.msp-report-mortgage dl>div{display:block}.msp-report h4{break-after:avoid}.msp-report .msp-disclaimer{font-size:10px}
}

/* Second presentation pass. Same palette, same three screens, no behavior changes. */
@media screen {
 .msp-app:is([data-current-step="1"],[data-current-step="5"],[data-current-step="9"]) .msp-shell{border:0;border-radius:0}
 .msp-app:is([data-current-step="1"],[data-current-step="5"],[data-current-step="9"]) .msp-sidebar{padding:22px 42px 0;background:var(--paper)}
 .msp-app:is([data-current-step="1"],[data-current-step="5"],[data-current-step="9"]) .msp-kicker{display:none}
 .msp-app:is([data-current-step="1"],[data-current-step="5"],[data-current-step="9"]) .msp-progress{margin-top:22px;gap:14px}
 .msp-app:is([data-current-step="1"],[data-current-step="5"],[data-current-step="9"]) .msp-progress li{padding-bottom:12px;font-size:11px;border-bottom-width:2px}
 .msp-app:is([data-current-step="1"],[data-current-step="5"],[data-current-step="9"]) .msp-progress li:before{display:none}
 .msp-app:is([data-current-step="1"],[data-current-step="5"],[data-current-step="9"]) .msp-step-header>span{font-size:12px;letter-spacing:.12em}
 .msp-app[data-current-step="1"] .msp-step-header{display:grid;grid-template-columns:1.1fr 1fr;gap:8px 50px;max-width:none;align-items:center;margin-bottom:32px}
 .msp-app[data-current-step="1"] .msp-step-header>span{grid-column:1/-1}
 .msp-app[data-current-step="1"] .msp-step-header h3{font-size:36px;max-width:590px;line-height:1.12}
 .msp-app[data-current-step="1"] .msp-step-header h3 br{display:block}
 .msp-app[data-current-step="1"] .msp-step-header h3 br:after{content:' '}
 .msp-app[data-current-step="1"] .msp-step-header .msp-help{font-size:13px;max-width:420px;margin:0 0 0 auto}
 .msp-app[data-current-step="1"] .msp-property-layout{display:flex;flex-direction:column;gap:32px}
 .msp-app[data-current-step="1"] .msp-property-imagery{width:100%;position:relative}
 .msp-app[data-current-step="1"] .msp-property-imagery [data-matched-address]{font-size:34px;line-height:1.25;letter-spacing:-.035em;margin-bottom:24px;font-weight:450}
 .msp-app[data-current-step="1"] .msp-property-imagery figure{margin:0 -42px}
 .msp-app[data-current-step="1"] .msp-property-imagery img{border-radius:0}
 .msp-app[data-current-step="1"] .msp-property-imagery figcaption{padding:0 42px;font-size:11px;line-height:1.6;margin:12px 0}
 .msp-app[data-current-step="1"] .msp-property-imagery [data-imagery-status]{margin:9px 0 5px;max-width:none;font-size:12px}
 .msp-app[data-current-step="1"] .msp-property-facts{width:100%;display:grid;grid-template-columns:1fr 1fr;gap:0 30px;padding-top:24px}
 .msp-app[data-current-step="1"] .msp-property-facts>.msp-overline{display:none}
 .msp-app[data-current-step="1"] .msp-property-facts h4{font-size:26px}
 .msp-app[data-current-step="1"] .msp-property-facts>.msp-help{margin:0;text-align:right}
 .msp-app[data-current-step="1"] .msp-property-facts .msp-grid{grid-column:1/-1;width:100%;grid-template-columns:1.3fr 1.2fr 1fr .7fr;gap:24px;margin-top:26px}
 .msp-app[data-current-step="1"] .msp-property-facts .msp-field:nth-child(n){grid-column:auto}
 .msp-app[data-current-step="1"] .msp-property-facts .msp-field input,.msp-app[data-current-step="1"] .msp-property-facts .msp-field select{border:0;border-bottom:1px solid #52647c;border-radius:0;background:transparent;min-height:62px;font-size:24px;padding:12px 0;font-weight:450}
 .msp-app[data-current-step="1"] .msp-property-facts .msp-field:first-child input{font-size:32px;background:transparent;color:#f3f2ef}
 /* A typographic financial reveal: equation above, result below. */
 .msp-app[data-current-step="5"] .msp-step-header{margin:28px 0 48px;max-width:1000px}
 .msp-app[data-current-step="5"] .msp-step-header h3{font-size:52px}
 .msp-app[data-current-step="5"] .msp-equity-card{grid-template-columns:1fr 1fr;border-top:0}
 .msp-app[data-current-step="5"] .msp-equity-card>div{padding:0 0 40px;gap:15px}
 .msp-app[data-current-step="5"] .msp-equity-card>div:nth-child(2){padding:0 0 40px 70px}
 .msp-app[data-current-step="5"] .msp-equity-card>div:nth-child(2):before{font-size:40px;top:38%;left:-20px}
 .msp-app[data-current-step="5"] .msp-equity-card span{font-size:16px;font-weight:400}
 .msp-app[data-current-step="5"] .msp-equity-card strong{font-size:52px;font-weight:400}
 .msp-app[data-current-step="5"] .msp-equity-card .msp-total{background:none;border:0;border-top:1px solid #52647c;border-bottom:1px solid #30363f;border-radius:0;padding:36px 0 48px;gap:28px}
 .msp-app[data-current-step="5"] .msp-total span{font-size:19px;letter-spacing:0}
 .msp-app[data-current-step="5"] .msp-equity-card .msp-total strong{font-size:clamp(80px,10vw,148px);font-weight:350;letter-spacing:-.065em;color:#f3f2ef}
 .msp-app[data-current-step="5"] .msp-equity-note{border:0;padding:0;margin:25px 0 0;font-size:13px;max-width:760px}
 /* Report: full-width property plate, editorial headings and ruled financial sections. */
 .msp-app[data-current-step="9"] .msp-step-header{padding:20px 0 34px;max-width:none;margin-bottom:26px}
 .msp-app[data-current-step="9"] .msp-step-header h3{font-family:Georgia,'Times New Roman',serif;font-size:64px;font-weight:400;letter-spacing:-.035em;max-width:1000px;line-height:1.1}
 .msp-app[data-current-step="9"] .msp-step-header .msp-intro{font-size:17px;margin-top:22px}
 .msp-app[data-current-step="9"] .msp-report{gap:40px}
 .msp-app[data-current-step="9"] .msp-report-header{padding-bottom:4px}
 .msp-app[data-current-step="9"] .msp-report-header span{display:none}
 .msp-app[data-current-step="9"] .msp-report-header h4{font-size:16px;letter-spacing:.02em;margin:0;color:#a4acb7}
 .msp-app[data-current-step="9"] .msp-report-property{display:flex;flex-direction:column;align-items:stretch;border:0;border-radius:0;background:transparent;gap:0}
 .msp-app[data-current-step="9"] .msp-report-property figure{margin:0 -42px}
 .msp-app[data-current-step="9"] .msp-report-property figcaption{padding:0 42px;font-size:11px}
 .msp-app[data-current-step="9"] .msp-report-property-heading{padding:28px 0 8px;display:grid;grid-template-columns:1.4fr 1fr;gap:20px 60px;align-items:center}
 .msp-app[data-current-step="9"] .msp-report-property-heading .msp-overline{display:none}
 .msp-app[data-current-step="9"] .msp-report-property-heading h4{font-family:Georgia,'Times New Roman',serif;font-size:42px;font-weight:400;letter-spacing:-.025em;line-height:1.15}
 .msp-app[data-current-step="9"] .msp-report-property-heading p{font-size:14px;margin:0;line-height:1.75}
 .msp-app[data-current-step="9"] .msp-report-grid{gap:0 45px;border-top:1px solid #52647c}
 .msp-app[data-current-step="9"] .msp-report-grid>div{padding:24px 0 28px;gap:15px}
 .msp-app[data-current-step="9"] .msp-report-grid span{font-size:13px;letter-spacing:0}
 .msp-app[data-current-step="9"] .msp-report-grid strong{font-size:26px;font-weight:450;line-height:1.25}
 .msp-app[data-current-step="9"] .msp-report-grid>div:first-child strong{font-size:21px}
 .msp-app[data-current-step="9"] .msp-report-grid .msp-report-equity{background:transparent;border:0;border-bottom:1px solid #52647c;border-radius:0;padding:40px 0;margin:0;gap:22px}
 .msp-app[data-current-step="9"] .msp-report-equity strong{font-size:92px;font-weight:350;letter-spacing:-.055em;color:#f3f2ef}
 .msp-app[data-current-step="9"] .msp-report-grid .msp-report-goal{margin:0;border:0;border-bottom:1px solid #52647c;padding:40px 0;gap:22px}
 .msp-app[data-current-step="9"] .msp-report-goal strong{font-size:28px;line-height:1.4}
 .msp-app[data-current-step="9"] .msp-report h4:not(.msp-report-header h4):not(.msp-report-property h4){font-family:Georgia,'Times New Roman',serif;font-size:32px;font-weight:400;letter-spacing:-.02em}
 .msp-app[data-current-step="9"] .msp-report-mortgage{padding:4px 0 34px}
 .msp-app[data-current-step="9"] .msp-report-mortgage dl{margin-top:28px}
 .msp-app[data-current-step="9"] .msp-report-mortgage dt{font-size:14px}
 .msp-app[data-current-step="9"] .msp-report-mortgage dd{font-size:40px;margin-top:12px;font-weight:400}
 .msp-app[data-current-step="9"] .msp-program-strip{gap:24px;margin-top:-20px}
 .msp-app[data-current-step="9"] .msp-program-strip span{background:none;border:0;border-bottom:1px solid #414956;padding:0 0 10px;font-size:13px}
 .msp-app[data-current-step="9"] .msp-report-opps{display:flex;flex-direction:column;gap:0;counter-reset:path}
 .msp-app[data-current-step="9"] .msp-report-opps article{display:grid;grid-template-columns:1fr 1fr;gap:14px 65px;padding:30px 0 34px;border-top:1px solid #414956;counter-increment:path;position:relative}
 .msp-app[data-current-step="9"] .msp-report-opps strong{font-size:24px;margin:0;grid-column:1;font-weight:450}
 .msp-app[data-current-step="9"] .msp-report-opps strong:before{content:counter(path,decimal-leading-zero) ' / ';color:#a4acb7;font-size:14px;margin-right:12px}
 .msp-app[data-current-step="9"] .msp-report-opps span{grid-column:1;font-size:12px;font-weight:450;letter-spacing:0}
 .msp-app[data-current-step="9"] .msp-report-opps em{grid-column:1;font-size:42px;line-height:1.2;margin:0;color:#f3f2ef}
 .msp-app[data-current-step="9"] .msp-report-opps p{grid-column:2;grid-row:1/4;align-self:center;font-size:14px;line-height:1.85;max-width:530px}
 .msp-app[data-current-step="9"] .msp-report-planning-note{font-size:14px;margin-top:-20px}
 .msp-app[data-current-step="9"] .msp-report>p:not(.msp-help):not(.msp-disclaimer){font-size:17px;line-height:1.9;max-width:960px}
 .msp-app[data-current-step="9"] .msp-report .msp-disclaimer{background:none;border:0;border-top:1px solid #414956;padding:25px 0 0;font-size:12px;line-height:1.85;max-width:1060px}
 @media(max-width:760px){
  .msp-app:is([data-current-step="1"],[data-current-step="5"],[data-current-step="9"]) .msp-sidebar{padding:20px 22px 16px}
  .msp-app:is([data-current-step="1"],[data-current-step="5"],[data-current-step="9"]) .msp-mobile-progress{font-size:11px;padding-top:10px;border:0}
  .msp-app[data-current-step="1"] .msp-step-header{display:block;margin-bottom:25px}
  .msp-app[data-current-step="1"] .msp-step-header h3{font-size:28px;line-height:1.2}
  .msp-app[data-current-step="1"] .msp-step-header .msp-help{font-size:12px;margin-top:14px}
  .msp-app[data-current-step="1"] .msp-property-imagery [data-matched-address]{font-size:25px;margin-bottom:22px;line-height:1.25}
  .msp-app[data-current-step="1"] .msp-property-imagery figure{margin:0 -22px}
  .msp-app[data-current-step="1"] .msp-property-imagery figcaption{padding:0 22px;font-size:10px}
  .msp-app[data-current-step="1"] .msp-property-facts{display:block;padding-top:24px}
  .msp-app[data-current-step="1"] .msp-property-facts h4{font-size:24px}
  .msp-app[data-current-step="1"] .msp-property-facts>.msp-help{text-align:left;margin-top:12px;font-size:12px}
  .msp-app[data-current-step="1"] .msp-property-facts .msp-grid{grid-template-columns:1fr 1fr;gap:25px 22px}
  .msp-app[data-current-step="1"] .msp-property-facts .msp-field:first-child{grid-column:1/-1}
  .msp-app[data-current-step="1"] .msp-property-facts .msp-field:nth-child(2){grid-column:1/-1}
  .msp-app[data-current-step="1"] .msp-property-facts .msp-field input,.msp-app[data-current-step="1"] .msp-property-facts .msp-field select{font-size:24px;min-height:54px;padding:10px 0}
  .msp-app[data-current-step="1"] .msp-property-facts .msp-field:first-child input{font-size:38px}
  .msp-app[data-current-step="5"] .msp-step-header{margin:12px 0 36px}
  .msp-app[data-current-step="5"] .msp-step-header h3{font-size:37px}
  .msp-app[data-current-step="5"] .msp-equity-card>div{padding:0 0 26px;gap:12px;display:flex;align-items:flex-start}
  .msp-app[data-current-step="5"] .msp-equity-card>div:nth-child(2){padding:22px 0 30px}
  .msp-app[data-current-step="5"] .msp-equity-card span{font-size:13px}
  .msp-app[data-current-step="5"] .msp-equity-card strong{font-size:36px}
  .msp-app[data-current-step="5"] .msp-equity-card .msp-total{padding:30px 0 36px;margin:0;gap:22px}
  .msp-app[data-current-step="5"] .msp-total span{font-size:16px}
  .msp-app[data-current-step="5"] .msp-equity-card .msp-total strong{font-size:clamp(42px,13.2vw,62px);letter-spacing:-.065em}
  .msp-app[data-current-step="5"] .msp-equity-note{font-size:12px;line-height:1.8}
  .msp-app[data-current-step="9"] .msp-step-header{padding:8px 0 28px}
  .msp-app[data-current-step="9"] .msp-step-header h3{font-size:43px;line-height:1.05}
  .msp-app[data-current-step="9"] .msp-step-header .msp-intro{font-size:14px;margin-top:20px}
  .msp-app[data-current-step="9"] .msp-report{gap:32px}
  .msp-app[data-current-step="9"] .msp-report-property{margin:0}
  .msp-app[data-current-step="9"] .msp-report-property figure{margin:0 -22px}
  .msp-app[data-current-step="9"] .msp-report-property figcaption{padding:0 22px;font-size:10px}
  .msp-app[data-current-step="9"] .msp-report-property-heading{display:block;padding:25px 0 0}
  .msp-app[data-current-step="9"] .msp-report-property-heading h4{font-size:34px;line-height:1.16}
  .msp-app[data-current-step="9"] .msp-report-property-heading p{font-size:13px;margin-top:20px}
  .msp-app[data-current-step="9"] .msp-report-grid{column-gap:22px}
  .msp-app[data-current-step="9"] .msp-report-grid>div{padding:22px 0;gap:13px}
  .msp-app[data-current-step="9"] .msp-report-grid span{font-size:12px}
  .msp-app[data-current-step="9"] .msp-report-grid strong{font-size:22px}
  .msp-app[data-current-step="9"] .msp-report-grid .msp-report-equity{margin:0;padding:30px 0 34px;gap:20px}
  .msp-app[data-current-step="9"] .msp-report-equity strong{font-size:clamp(40px,13vw,60px)}
  .msp-app[data-current-step="9"] .msp-report-grid .msp-report-goal{padding:27px 0;margin:0;gap:15px}
  .msp-app[data-current-step="9"] .msp-report-goal strong{font-size:25px}
  .msp-app[data-current-step="9"] .msp-report h4:not(.msp-report-header h4):not(.msp-report-property h4){font-size:29px}
  .msp-app[data-current-step="9"] .msp-report-mortgage dl{margin-top:20px}
  .msp-app[data-current-step="9"] .msp-report-mortgage dd{font-size:28px;margin:0}
  .msp-app[data-current-step="9"] .msp-report-mortgage dt{font-size:12px}
  .msp-app[data-current-step="9"] .msp-report-opps article{display:flex;gap:15px;padding:28px 0 32px}
  .msp-app[data-current-step="9"] .msp-report-opps strong{font-size:23px}
  .msp-app[data-current-step="9"] .msp-report-opps em{font-size:38px}
  .msp-app[data-current-step="9"] .msp-report-opps p{font-size:13px;line-height:1.85;margin-top:5px}
  .msp-app[data-current-step="9"] .msp-report>p:not(.msp-help):not(.msp-disclaimer){font-size:15px}
 }
}

/* Shared presentation system across every existing step. */
.msp-app{color-scheme:dark;--ink:#f3f2ef;--muted:#a6b0bd;--line:#323c49;--accent:#a9c0db;--paper:#111720}
.msp-shell{border:1px solid #303a48;border-radius:14px;box-shadow:none}
.msp-sidebar{background:var(--paper);padding-top:24px}
.msp-kicker{color:var(--muted)}
.msp-sidebar h2 em{background:#263549;color:#c7d6e8;border-radius:3px}
.msp-progress{gap:14px;margin-top:24px}
.msp-progress li{font-size:11px;border-bottom-width:2px;padding-bottom:14px}
.msp-progress li:before{display:none}
.msp-progress li.is-active{color:#f3f2ef;border-color:#a9c0db}
.msp-progress li.is-complete{color:#b7c4d4}
.msp-app .msp-step-header h3{font-weight:500;letter-spacing:-.045em}
.msp-step-header>span,.msp-overline{font-size:12px;letter-spacing:.12em;font-weight:650;color:#a9c0db}
.msp-panel{padding:40px 42px 32px}
.msp-intro{font-size:16px;max-width:760px}
.msp-field>span,.msp-label{font-size:14px;font-weight:550}
.msp-field input,.msp-field select{background:#19212c;color:var(--ink);border-color:#465264;border-radius:6px;min-height:58px}
.msp-field input:focus,.msp-field select:focus{border-color:#b4cce7;box-shadow:0 0 0 3px #a9c0db20}
.msp-button{color:#101722;background:#b7c9dd;border-color:#b7c9dd;border-radius:6px;font-weight:700}
.msp-button:hover{background:#d2dfed;border-color:#d2dfed}
.msp-button-secondary{background:transparent;color:#d6dfe9;border-color:#465264}
.msp-button-secondary:hover{background:#253246;border-color:#778ba5}
.msp-button:focus-visible,.msp-choice:focus-visible{outline:2px solid #b4cce7;outline-offset:4px}
.msp-context{gap:16px;padding-bottom:20px;margin-bottom:30px}
.msp-context strong{font-size:14px;font-weight:500}
.msp-context img{border-radius:4px}
.msp-address-entry input{background:#19212c;border-width:1px;border-color:#70849d;min-height:72px;font-size:20px}
.msp-address-story{border-color:#414e60}
.msp-address-story strong{font-weight:500;font-size:22px}
.msp-address-story b{color:#a9c0db;font-weight:500}
.msp-address-story p{font-size:14px}
.msp-mortgage-numbers{gap:1px;border-top:1px solid #465264;border-bottom:1px solid #465264;background:#465264;margin:34px 0}
.msp-range-field,.msp-range-field:first-child{background:#17212e;color:var(--ink);border-radius:0;padding:30px;gap:20px}
.msp-range-field:nth-child(2){background:#1b2635}
.msp-range-field>span{font-size:14px;font-weight:500}
.msp-range-field strong{font-weight:400;font-size:clamp(44px,4.7vw,68px)}
.msp-range-field input,.msp-range-field:first-child input{accent-color:#a9c0db}
.msp-choice{border-color:#414e60;border-radius:7px;background:#18212c;font-weight:500}
.msp-choice:hover{background:#253348;border-color:#829bb9}
.msp-choice.is-selected{background:#2a3b51;border-color:#b4cce7;box-shadow:none;color:#f3f2ef}
.msp-choice.is-selected:after{color:#d9e5f3}
[data-choice-group="goals"] .msp-choice{min-height:132px;font-size:18px;padding-top:52px}
[data-choice-group="goals"] .msp-choice.is-selected{padding-top:51px}
[data-choice-group="goals"] .msp-choice:before{color:#a9c0db;font-size:28px;font-weight:400}
.msp-choice-grid-tight .msp-choice{min-height:67px;font-size:15px}
.msp-step[data-step="4"]>.msp-grid{margin-top:34px;padding-top:28px;border-top:1px solid var(--line);gap:40px}
.msp-opportunity-grid{gap:24px}
.msp-opportunity,.msp-opportunity:first-child,.msp-opportunity:nth-child(2){border:0;border-top:2px solid #7089a7;background:#17212e;color:var(--ink);border-radius:0;padding:28px}
.msp-opportunity:first-child{background:#202d3e}
.msp-opportunity h4,.msp-opportunity:first-child h4{font-size:26px;color:#f3f2ef;font-weight:500}
.msp-opportunity>strong,.msp-opportunity:first-child strong{color:#f3f2ef;font-size:38px;font-weight:450}
.msp-opportunity p,.msp-opportunity:first-child p{color:#b7c4d4;font-size:14px;line-height:1.8}
.msp-path-number,.msp-opportunity:first-child .msp-path-number{color:#a6b6c9;font-size:11px;margin-bottom:24px}
.msp-program-strip span{font-size:12px;font-weight:500;color:#c1cddd}
.msp-advisor-layout{grid-template-columns:.78fr 1.22fr;gap:48px}
.msp-advisor-brief{background:#19232f;border-radius:0;border-top:2px solid #7089a7;padding:30px}
.msp-advisor-brief h4{font-size:30px;font-weight:450}
.msp-advisor-brief p{font-size:17px;font-weight:500}
.msp-advisor-brief dd{font-size:42px;font-weight:450}
.msp-advisor p{font-size:18px;line-height:1.85;color:#d5dde7}
.msp-advisor-next{padding-top:28px}
.msp-step[data-step="8"]>.msp-grid{max-width:none;gap:28px 32px}
.msp-step[data-step="8"] .msp-disclaimer{max-width:930px;font-size:13px;border-top:1px solid var(--line);padding-top:24px}
.msp-help a,.msp-disclaimer a{color:#b7c9dd;text-underline-offset:3px}
.msp-report-property{background:#17212e}
.msp-app[data-current-step="1"] .msp-property-imagery img{object-fit:contain}
@media(max-width:1000px) and (min-width:761px){.msp-progress{gap:7px}.msp-progress li{font-size:10px}.msp-opportunity-grid{gap:12px}.msp-opportunity{padding:22px}.msp-opportunity>strong{font-size:30px}.msp-advisor-layout{gap:28px}}
@media(max-width:760px){
 .mortgage-page{padding:0 0 28px;background:#0a0e14}
 .msp-shell{border:0;border-radius:0}
 .msp-sidebar{padding:22px 22px 16px;gap:12px}
 .msp-panel{padding:28px 22px}
 .msp-mobile-progress{font-size:12px;color:#b7c9dd;letter-spacing:.02em;padding-top:12px}
 .msp-app .msp-step-header h3{font-size:35px}
 .msp-step-header>span{font-size:11px}
 .msp-intro{font-size:15px}
 .msp-field>span,.msp-label{font-size:13px}
 .msp-field input,.msp-field select{font-size:16px;min-height:56px}
 .msp-step[data-step="0"] h3{font-size:40px}
 .msp-address-entry input{font-size:16px;min-height:64px}
 .msp-address-story{padding-top:24px;margin-top:24px}
 .msp-address-story strong{font-size:18px}
 .msp-context strong{font-size:12px}
 .msp-mortgage-numbers{grid-template-columns:1fr;margin:28px 0;gap:1px}
 .msp-range-field,.msp-range-field:first-child{padding:25px 22px;border-radius:0}
 .msp-range-field strong{font-size:50px}
 .msp-range-field:nth-child(2) strong{font-size:36px}
 [data-choice-group="goals"] .msp-choice{font-size:15px;min-height:120px;padding:50px 15px 16px}
 [data-choice-group="goals"] .msp-choice.is-selected{padding:49px 14px 15px}
 [data-choice-group="goals"] .msp-choice:last-child{min-height:78px;padding:22px 16px 22px 50px}
 .msp-choice-grid-tight .msp-choice{font-size:13px;min-height:60px}
 .msp-step[data-step="4"]>.msp-grid{margin-top:26px;padding-top:24px;gap:25px}
 .msp-opportunity-grid{gap:22px}
 .msp-opportunity,.msp-opportunity:first-child,.msp-opportunity:nth-child(2){padding:25px 22px}
 .msp-opportunity h4,.msp-opportunity:first-child h4{font-size:25px}
 .msp-opportunity>strong,.msp-opportunity:first-child strong{font-size:30px}
 .msp-opportunity p{font-size:13px}
 .msp-advisor-layout{grid-template-columns:1fr;gap:32px}
 .msp-advisor-brief{padding:25px}
 .msp-advisor-brief dd{font-size:32px}
 .msp-advisor p{font-size:17px;line-height:1.85}
 .msp-actions{background:#111720;position:static;margin-top:28px;padding-top:24px}
 .msp-button{min-height:54px;border-radius:5px}
 .msp-step[data-step="8"]>.msp-grid{gap:23px}
 .msp-app[data-current-step="9"] .msp-report-property figure{width:calc(100% + 44px)}
}
@media print{
 .msp-app{color-scheme:light;--ink:#151c26;--muted:#475363;--line:#bfc8d3;--accent:#3c5877;--paper:#fff;color:#151c26}
 .msp-shell,.msp-panel,.msp-report-property,.msp-report-grid .msp-report-goal,.msp-report-opps article,.msp-report .msp-disclaimer{background:#fff;color:#151c26}
 .msp-report-grid .msp-report-equity{background:#e7edf4;color:#151c26}
 .msp-report-equity strong,.msp-report-equity span,.msp-report-opps em,.msp-report-opps strong{color:#151c26}
 .msp-report-property-heading h4{font-size:26px}.msp-report-property figcaption{color:#475363}
}

/* Final responsive QA: integrated result surfaces and safe focus offsets. */
@media screen {
 .msp-step-header h3{scroll-margin-top:120px}
 .msp-app[data-current-step="5"] .msp-equity-card{background:transparent;border-radius:0;overflow:visible}
 .msp-app[data-current-step="5"] .msp-equity-card>div:nth-child(2):before{background:var(--paper)}
 .msp-app[data-current-step="9"] .msp-report-grid .msp-report-goal{background:transparent}
 .msp-app[data-current-step="9"] .msp-report-opps article{background:transparent;border-radius:0;border-left:0;border-right:0}
}
@media screen and (max-width:760px){
 .msp-app[data-current-step="5"] .msp-equity-card{grid-template-columns:1fr}
 .msp-app[data-current-step="5"] .msp-equity-card>div:nth-child(2){border-left:0;border-top:1px solid var(--line);padding-left:28px}
 .msp-app[data-current-step="5"] .msp-equity-card>div:nth-child(2):before{left:0;top:50%;font-size:28px;padding:0}
 .msp-app[data-current-step="5"] .msp-equity-card span{min-height:0}
 .msp-app[data-current-step="5"] .msp-equity-card .msp-total strong{font-size:clamp(46px,16vw,72px)}
}
