` .scorecard-container{min-height:100vh;background:linear-gradient(135deg,#f8fafc,#e2e8f0);padding:8rem 1rem 4rem;font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif}.results-container{max-width:900px;margin:0 auto;animation:fadeIn .6s ease-out}@keyframes fadeIn{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}.results-header{text-align:center;margin-bottom:3rem}.results-title{font-size:2.5rem;font-weight:800;color:#1e293b;margin-bottom:.5rem;letter-spacing:-.02em}.results-subtitle{font-size:1.125rem;color:#64748b;font-weight:500}.hero-metric{background:linear-gradient(135deg,#dc2626,#991b1b);border-radius:1rem;padding:3rem 2rem;text-align:center;margin-bottom:3rem;box-shadow:0 20px 60px rgba(220,38,38,.2);animation:scaleIn .6s ease-out .2s both}@keyframes scaleIn{0%{opacity:0;transform:scale(.95)}to{opacity:1;transform:scale(1)}}.hero-label{font-size:1rem;text-transform:uppercase;letter-spacing:.1em;color:hsla(0,0%,100%,.9);margin-bottom:1rem;font-weight:600}.hero-amount{font-size:4rem;font-weight:900;color:#fff;line-height:1;margin-bottom:1rem;text-shadow:0 4px 20px rgba(0,0,0,.3)}.hero-annual{display:flex;justify-content:center;align-items:center;gap:.75rem;padding-top:1.5rem;border-top:1px solid hsla(0,0%,100%,.2)}.hero-annual-label{font-size:.875rem;color:hsla(0,0%,100%,.8);text-transform:uppercase;letter-spacing:.05em}.hero-annual-amount{font-size:1.5rem;font-weight:700;color:#fff}.section{margin-bottom:3rem}.section-title{font-size:1.75rem;font-weight:700;color:#1e293b;margin-bottom:.5rem}.section-description{font-size:1rem;color:#64748b;margin-bottom:2rem}.leakage-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));grid-gap:1.5rem;gap:1.5rem}.leakage-card{background:#fff;border:1px solid #e2e8f0;border-radius:.75rem;padding:1.5rem;transition:all .3s ease;animation:slideUp .5s ease-out both}.leakage-card:first-child{animation-delay:.3s}.leakage-card:nth-child(2){animation-delay:.4s}.leakage-card:nth-child(3){animation-delay:.5s}@keyframes slideUp{0%{opacity:0;transform:translateY(30px)}to{opacity:1;transform:translateY(0)}}.leakage-card:hover{border-color:#2563eb;box-shadow:0 10px 40px rgba(37,99,235,.15);transform:translateY(-4px)}.leakage-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:1rem}.leakage-icon{color:#2563eb}.leakage-rank{font-size:.875rem;font-weight:700;color:#64748b;background:#f1f5f9;padding:.25rem .75rem;border-radius:1rem}.leakage-title{font-size:1.125rem;font-weight:700;color:#1e293b;margin-bottom:.75rem}.leakage-amount{font-size:2rem;font-weight:800;color:#dc2626;margin-bottom:1rem}.leakage-period{font-size:.875rem;color:#64748b;font-weight:500}.leakage-description{font-size:.9375rem;color:#475569;line-height:1.6;margin-bottom:1rem}.leakage-benchmark{display:flex;align-items:flex-start;gap:.5rem;padding:.75rem;background:rgba(251,191,36,.1);border-left:3px solid #f59e0b;border-radius:.25rem;font-size:.875rem;color:#92400e;line-height:1.5}.leakage-benchmark svg{flex-shrink:0;margin-top:.125rem;color:#f59e0b}.priority-list{display:flex;flex-direction:column;gap:1.5rem}.priority-item{display:flex;gap:1.5rem;background:#fff;border:1px solid #e2e8f0;border-radius:.75rem;padding:1.5rem;animation:slideUp .5s ease-out both}.priority-item:first-child{animation-delay:.6s}.priority-item:nth-child(2){animation-delay:.7s}.priority-item:nth-child(3){animation-delay:.8s}.priority-number{flex-shrink:0;width:3rem;height:3rem;display:flex;align-items:center;justify-content:center;background:linear-gradient(135deg,#2563eb,#1d4ed8);color:#fff;font-size:1.5rem;font-weight:800;border-radius:.5rem}.priority-content{flex:1 1}.priority-header{display:flex;justify-content:space-between;align-items:flex-start;margin-bottom:.75rem;flex-wrap:wrap;gap:.75rem}.priority-title{font-size:1.125rem;font-weight:700;color:#1e293b}.priority-badges{display:flex;gap:.5rem}.badge{font-size:.75rem;font-weight:600;padding:.25rem .75rem;border-radius:1rem;text-transform:uppercase;letter-spacing:.05em}.badge-high{background:rgba(34,197,94,.15);color:#15803d}.badge-medium{background:rgba(251,191,36,.15);color:#92400e}.badge-difficulty{background:rgba(100,116,139,.15);color:#475569}.priority-description{font-size:.9375rem;color:#475569;line-height:1.6}.cta-section{margin-top:4rem}.cta-card{background:linear-gradient(135deg,#2563eb,#1d4ed8);border-radius:1rem;padding:3rem 2rem;text-align:center;animation:slideUp .5s ease-out .9s both}.cta-title{font-size:2rem;font-weight:800;color:#fff;margin-bottom:1rem}.cta-description{font-size:1.0625rem;color:#dbeafe;line-height:1.7;max-width:600px}.cta-benefits,.cta-description{margin-bottom:2rem;margin-left:auto;margin-right:auto}.cta-benefits{display:flex;flex-direction:column;gap:.75rem;max-width:500px}.benefit-item{display:flex;align-items:center;gap:.75rem;text-align:left;color:#dbeafe;font-size:.9375rem}.benefit-icon{color:#22c55e;flex-shrink:0}.cta-actions{display:flex;gap:1rem;justify-content:center;margin-bottom:1.5rem;flex-wrap:wrap}.cta-button{display:inline-flex;align-items:center;justify-content:center;padding:1rem 2rem;font-size:1rem;font-weight:700;border-radius:.5rem;text-decoration:none;transition:all .3s ease;cursor:pointer}.cta-button.primary{background:#fff;color:#2563eb}.cta-button.primary:hover{background:#f1f5f9;transform:translateY(-2px);box-shadow:0 10px 30px hsla(0,0%,100%,.3)}.cta-button.secondary{background:hsla(0,0%,100%,.1);color:#fff;border:2px solid hsla(0,0%,100%,.3)}.cta-button.secondary:hover{background:hsla(0,0%,100%,.2);border-color:hsla(0,0%,100%,.5)}.contact-info{font-size:.9375rem;color:#dbeafe;opacity:.9}.disclaimer{margin-top:3rem;padding:1.5rem;background:hsla(0,0%,100%,.7);border:1px solid #e2e8f0;border-radius:.5rem;font-size:.875rem;color:#64748b;line-height:1.6}@media (max-width:640px){.results-title{font-size:1.75rem}.hero-amount{font-size:2.5rem}.hero-annual{flex-direction:column;gap:.5rem}.leakage-grid{grid-template-columns:1fr}.priority-item{gap:1rem}.cta-actions,.priority-item{flex-direction:column}.cta-button{width:100%}}`
` .scorecard-container{min-height:100vh;background:linear-gradient(135deg,#f8fafc,#e2e8f0);padding:8rem 1rem 4rem;font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif}.form-container{max-width:600px;margin:0 auto;background:#fff;border:1px solid #e2e8f0;border-radius:1rem;padding:2.5rem;box-shadow:0 20px 60px rgba(0,0,0,.1)}.header{text-align:center;margin-bottom:2.5rem}.title{font-size:2rem;font-weight:800;color:#1e293b;margin-bottom:.75rem;letter-spacing:-.02em}.subtitle{font-size:1rem;color:#475569;line-height:1.6}.progress-bar{height:.5rem;background:#e2e8f0;border-radius:1rem;overflow:hidden;margin-bottom:.5rem}.progress-fill{height:100%;background:linear-gradient(90deg,#2563eb,#1d4ed8);transition:width .4s cubic-bezier(.4,0,.2,1)}.progress-text{font-size:.875rem;color:#64748b;text-align:center;margin-bottom:2rem}.step-content{animation:fadeInUp .4s ease-out}@keyframes fadeInUp{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}.step-title{font-size:1.5rem;font-weight:700;color:#1e293b;margin-bottom:.75rem}.step-description{font-size:.9375rem;color:#64748b;margin-bottom:2rem;line-height:1.6}.input-group{margin-bottom:1.75rem}.input-group label{display:block;font-size:.9375rem;font-weight:600;color:#1e293b;margin-bottom:.75rem}.input-with-icon{position:relative;display:flex;align-items:center}.input-with-icon svg{position:absolute;left:1rem;color:#64748b}.input-with-icon input{width:100%;padding:.875rem 1rem .875rem 3rem;font-size:1rem;background:#f8fafc;border:1px solid #cbd5e1;border-radius:.5rem;color:#1e293b;transition:all .2s ease}.input-with-icon input[type=number]::-webkit-inner-spin-button,.input-with-icon input[type=number]::-webkit-outer-spin-button{-webkit-appearance:none;margin:0}.input-with-icon input[type=number]{-moz-appearance:textfield}.input-with-icon input:focus{outline:none;border-color:#2563eb;box-shadow:0 0 0 3px rgba(37,99,235,.1);background:#fff}.input-suffix{position:absolute;right:1rem;color:#64748b;font-size:.9375rem}.input-hint{font-size:.8125rem;color:#64748b;margin-top:.5rem;font-style:italic}.radio-group{display:flex;flex-direction:column;gap:.75rem}.radio-option{display:flex;align-items:center;padding:1rem;background:#f8fafc;border:2px solid #cbd5e1;border-radius:.5rem;cursor:pointer;transition:all .2s ease}.radio-option:hover{border-color:#94a3b8;background:#fff}.radio-option.selected{border-color:#2563eb;background:rgba(37,99,235,.05)}.radio-option input[type=radio]{margin-right:.75rem;width:1.25rem;height:1.25rem;cursor:pointer}.radio-option span{color:#1e293b;font-size:.9375rem}.privacy-note{background:rgba(34,197,94,.1);border-left:3px solid #22c55e;padding:1rem;border-radius:.25rem;margin-top:1.5rem}.privacy-note p{font-size:.875rem;color:#15803d;margin:0}.nav-buttons{display:flex;gap:1rem;margin-top:2rem}.btn{flex:1 1;padding:1rem 1.5rem;font-size:1rem;font-weight:700;border:none;border-radius:.5rem;cursor:pointer;transition:all .3s ease}.btn-primary{background:linear-gradient(135deg,#2563eb,#1d4ed8);color:#fff}.btn-primary:hover:not(:disabled){transform:translateY(-2px);box-shadow:0 10px 30px rgba(37,99,235,.3)}.btn-primary:disabled{opacity:.5;cursor:not-allowed}.btn-secondary{background:#e2e8f0;color:#475569}.btn-secondary:hover{background:#cbd5e1}.trust-indicators{display:flex;justify-content:center;gap:1.5rem;margin-top:2rem;padding-top:2rem;border-top:1px solid #e2e8f0}.trust-item{font-size:.875rem;color:#64748b}@media (max-width:640px){.form-container{padding:1.5rem}.title{font-size:1.5rem}.nav-buttons,.trust-indicators{flex-direction:column}.trust-indicators{gap:.5rem;text-align:center}}