.audit-progress{max-width:480px;margin:34px auto 0}.audit-progress-head{display:flex;align-items:baseline;justify-content:space-between;gap:16px;margin-bottom:10px;text-align:left}.audit-progress-count{font-family:var(--font-mono);font-size:.68rem;font-weight:500;letter-spacing:.1em;text-transform:uppercase;color:var(--gold-light)}.audit-progress-name{font-family:var(--font-sans);font-variation-settings:"wdth" 84,"wght" 700;font-weight:700;font-size:.7rem;letter-spacing:.18em;text-transform:uppercase;color:hsla(38,44%,96%,.6);text-align:right}.audit-steps{display:grid;grid-template-columns:repeat(4,1fr);gap:8px;margin:14px 0 0;padding:0;list-style:none}.audit-step{display:flex;flex-direction:column;gap:3px;text-align:left;min-width:0}.audit-step-index{font-family:var(--font-mono);font-size:.62rem;letter-spacing:.1em}.audit-step-index,.audit-step-name{font-weight:500;color:hsla(38,44%,96%,.56);transition:color .3s var(--ease-out)}.audit-step-name{font-family:var(--font-sans);font-size:.72rem;line-height:1.35}.audit-step.is-done .audit-step-index,.audit-step.is-done .audit-step-name{color:hsla(38,44%,96%,.78)}.audit-step.is-current .audit-step-index{color:var(--gold-light)}.audit-step.is-current .audit-step-name{color:var(--bg-cream);font-weight:600}.results-header .section-label{justify-content:center}.res-headline{padding:40px 36px}.res-headline .result-value{font-size:clamp(2.6rem,8vw,4.2rem);line-height:1;margin-bottom:10px}.res-headline .result-sub{max-width:46ch}.res-ledger{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:16px;margin-bottom:20px}.res-ledger .result-card{padding:22px 24px;margin-bottom:0}.result-card .res-figure{font-family:var(--font-mono);font-variation-settings:normal;font-size:1.3rem;font-weight:500;letter-spacing:-.01em;line-height:1.2;margin-bottom:4px}.result-card .res-figure-accent{color:var(--gold-deep)}.res-payoff{margin-top:4px}.res-opps{margin-top:44px}.res-opps-title{font-family:var(--font-display);font-variation-settings:"opsz" 36,"SOFT" 12,"WONK" 0,"wght" 600;font-weight:600;font-size:1.24rem;line-height:1.3;color:var(--navy);margin-bottom:6px}.res-opps-desc{font-size:.9rem;color:var(--text-body);margin-bottom:20px}.res-opp-list{list-style:none;margin:0;padding:0;display:grid;gap:14px}.res-opp-list .opp-card{margin-bottom:0}.opp-head{display:flex;align-items:baseline;justify-content:space-between;gap:14px;margin-bottom:6px}.opp-head .opp-rank{margin-bottom:0}.opp-figure{display:flex;align-items:baseline;gap:8px;flex-wrap:wrap;margin-top:10px}.opp-figure .opp-saving,.opp-figure .opp-saving-label{margin-bottom:0}.opp-bar{height:5px;border-radius:100px;margin-top:12px;background:rgba(26,31,54,.07);overflow:hidden}.opp-bar span{display:block;height:100%;border-radius:100px;background:linear-gradient(90deg,var(--gold-deep),var(--gold))}.sidebar-cta-card>.pill-lg{padding-left:20px;padding-right:20px}.sidebar-cta-card>.sidebar-note{font-size:.78rem;color:var(--text-body);margin:14px 0 0;text-align:center;line-height:1.5}@media (max-width:640px){.audit-steps{grid-template-columns:repeat(2,1fr);gap:10px 12px}.res-ledger{grid-template-columns:1fr}.res-headline{padding:32px 24px}.opp-head{flex-direction:column;align-items:flex-start;gap:4px}}@media (prefers-reduced-motion:reduce){.audit-step-index,.audit-step-name{transition:none}}