@import url('https://fonts.googleapis.com/css2?family=DM+Sans:wght@400;450;500;550;600;650;700&family=Manrope:wght@400;500;600;650;700;750;800&display=swap');
:root{font-family:'DM Sans',sans-serif;color:#183336;background:#f3f6f7;font-size:16px;font-synthesis:none;--ink:#183336;--muted:#65767a;--green:#087859;--blue:#406b9a;--line:#e0e7e9}*{box-sizing:border-box}body{margin:0}header{height:88px;background:white;border-bottom:1px solid var(--line);display:flex;align-items:center;justify-content:space-between;padding:0 5%;gap:20px}a{color:inherit;text-decoration:none}.brand{display:flex;align-items:center;gap:11px;letter-spacing:1px;font-size:23px;font-weight:700}.brand b{font-size:16px;letter-spacing:2px}.sun{background:#ffda77;border-radius:12px;height:43px;width:43px;display:grid;place-items:center;font-size:30px}.header-label,header>a:last-child{font-size:14px;color:var(--muted)}header>a:last-child{color:var(--ink)}main{max-width:1460px;margin:auto;padding:40px 4% 20px}.intro{display:flex;align-items:center;justify-content:space-between;gap:20px;margin-bottom:32px}h1,h2,h3,p{margin:0}h1,h2,h3{font-family:'Manrope',sans-serif}h1{font-size:clamp(27px,2.4vw,36px);font-weight:800;letter-spacing:-1.2px;margin:8px 0 12px}.intro p:last-child{color:var(--muted)}.eyebrow{font-size:12px;letter-spacing:1.9px;font-weight:700;color:#64767a}.tag{font-size:12px;background:#e8eef0;padding:9px 12px;border-radius:30px;white-space:nowrap}.workspace{display:grid;grid-template-columns:350px minmax(0,1fr);gap:28px;align-items:start}aside{background:white;border:1px solid var(--line);border-radius:18px;overflow:hidden}.aside-title{display:flex;align-items:center;justify-content:space-between;padding:23px 24px;border-bottom:1px solid var(--line)}h2{font-size:19px}button{font:inherit;cursor:pointer}.aside-title button{border:0;background:none;font-size:12px;color:var(--muted);padding:8px}form section{padding:24px;border-bottom:1px solid var(--line)}h3{font-size:17px;font-weight:750}form h3{display:flex;align-items:center;gap:9px;margin-bottom:20px}.step{font:600 12px 'DM Sans',sans-serif;border:1px solid #d8e1e3;color:#738588;padding:5px;border-radius:6px}.field{display:block;margin:16px 0 0}.field>span:first-child{display:block;font-size:14px;font-weight:500;margin-bottom:8px}.input-wrap{display:flex;background:#fff;border:1px solid #cfdadd;border-radius:9px;align-items:center;overflow:hidden}.input-wrap:focus-within{outline:3px solid #c2dde5;border-color:#548b97}input[type=number],select{font:600 16px 'DM Sans',sans-serif;color:var(--ink);background:white;border:0;padding:12px;width:100%;min-width:0}select{border:1px solid #cfdadd;border-radius:9px;font-size:14px}input:focus,select:focus{outline:none}.input-wrap span{padding-right:12px;white-space:nowrap;font-size:13px;color:var(--muted)}.field small,.small{font-size:13px;line-height:1.6;color:var(--muted);display:block;margin-top:8px}.field-grid{display:grid;grid-template-columns:1fr 1fr;gap:12px}.toggle-label{display:flex;justify-content:space-between;align-items:center;gap:10px;margin-top:20px;font-size:14px}.toggle-label input{appearance:none;width:38px;height:22px;background:#c8d3d7;border-radius:22px;cursor:pointer;position:relative;flex-shrink:0}.toggle-label input:after{content:'';position:absolute;top:3px;left:3px;width:16px;height:16px;border-radius:50%;background:white;transition:transform .15s}.toggle-label input:checked{background:#246767}.toggle-label input:checked:after{transform:translateX(16px)}.price-section{background:#fbfcf8}.price-section .input-wrap:has(#cost){border:2px solid #becdad}#cost{font-size:24px}.segment{display:flex;padding:4px;background:#eaf0f1;border-radius:9px;margin-top:17px;gap:4px}.segment button{flex:1;border:0;border-radius:6px;background:none;padding:10px;font-size:14px;color:var(--muted)}.segment button.active{background:white;color:var(--ink);box-shadow:0 1px 4px #18333615;font-weight:600}summary{font-size:14px;font-weight:600;cursor:pointer;line-height:1.6}form>details{padding:22px 24px}.result-heading{display:flex;justify-content:space-between;align-items:center;margin:0 0 16px}.result-heading>span{font-size:12px;color:var(--muted)}.hero-result{display:flex;justify-content:space-between;align-items:center;gap:22px;background:#163f3e;color:white;border-radius:17px;padding:28px 30px;margin-bottom:20px}.hero-result.negative{background:#713e29}.hero-result.neutral{background:#3f555f}.hero-result p{font-size:15px;color:#e1eeea}.hero-number{display:flex;align-items:baseline;gap:12px;margin:7px 0 12px}.hero-number strong{font-family:'Manrope',sans-serif;font-size:48px;font-weight:750;letter-spacing:-2px}.hero-number span{font-size:14px;color:#c1d7d1}.hero-result.negative .hero-number span{color:#f0d9cb}.hero-aside{border-left:1px solid #ffffff30;padding-left:28px;max-width:210px}.hero-aside>span{font-size:11px;letter-spacing:1.5px;color:#d1e2db}.hero-aside strong{display:block;font-size:26px;margin:8px 0}.hero-aside small{font-size:12px;color:#d7e4df;line-height:1.5;display:block}.card{background:white;border:1px solid var(--line);border-radius:16px;padding:25px;margin-bottom:20px;min-width:0}.card-title{display:flex;justify-content:space-between;align-items:center;gap:12px;margin-bottom:22px}.unit{font-size:12px;color:var(--muted)}.bar-row{display:grid;grid-template-columns:76px 1fr 95px;align-items:center;gap:14px;margin:16px 0;font-size:14px}.bar-track{height:35px;background:#f4f6f7;border-radius:5px;overflow:hidden}.bar-fill{height:100%;border-radius:5px;min-width:0;background:#a5b4bc;transition:width .25s}.bar-fill.pv{background:var(--blue)}.bar-fill.surplus{background:var(--green)}.bar-row strong{text-align:right}.breakdown{border-top:1px solid var(--line);margin-top:23px;padding-top:17px}.cost-line{display:flex;justify-content:space-between;gap:12px;font-size:14px;margin-top:13px;color:#55676c}.cost-line.credit{color:var(--green)}.cost-line.total{font-weight:700;border-top:1px solid var(--line);padding-top:13px;color:var(--ink)}.two-col{display:grid;grid-template-columns:1fr 1fr;gap:20px}.two-col .card{padding:23px}.two-col h3{margin-top:8px}.energy-wrap{display:flex;align-items:center;gap:24px;margin:24px 0 18px}.donut{width:136px;height:136px;border-radius:50%;padding:12px;flex-shrink:0}.donut>div{background:white;border-radius:50%;height:100%;display:flex;align-items:center;justify-content:center;flex-direction:column}.donut strong{font-family:Manrope,sans-serif;font-size:29px}.donut span{font-size:10px;color:var(--muted)}#energy-labels{font-size:12px;color:var(--muted)}#energy-labels strong{display:block;font-size:17px;color:var(--ink);margin:6px 0 14px}.large{display:block;font:750 35px Manrope,sans-serif;letter-spacing:-1px;margin:24px 0 8px}.positive{color:var(--green)}.negative-text{color:#ad502c}.outlook p:not(.eyebrow):not(.small){font-size:14px;color:var(--muted)}#payback{font-size:14px;padding:12px 0;margin-top:10px;border-bottom:1px solid var(--line)}.legend{display:flex;flex-wrap:wrap;gap:19px;font-size:12px;color:var(--muted);margin:10px 0 20px}.legend span{display:flex;align-items:center;gap:7px}i{display:inline-block;width:8px;height:8px;border-radius:2px}.gray{background:#a5b4bc}.blue{background:var(--blue)}.green{background:var(--green)}svg.chart{width:100%;height:auto;display:block;font-family:'DM Sans',sans-serif}.table-wrap{overflow-x:auto}table{width:100%;border-collapse:collapse;font-size:13px;white-space:nowrap}th,td{text-align:right;padding:12px 9px;border-bottom:1px solid var(--line)}th:first-child,td:first-child{text-align:left}th{color:var(--muted);font-weight:500}.method{padding:15px 5px;color:var(--muted)}.method p{font-size:14px;line-height:1.7;margin-top:16px}footer{display:flex;justify-content:space-between;gap:20px;font-size:12px;color:var(--muted);padding:30px 0 15px;margin-top:25px;border-top:1px solid var(--line)}.muted{opacity:.7}#error{background:#fff0e7;color:#823d1e;padding:20px;border-radius:12px;margin-bottom:20px}input:invalid{color:#ab4429}[hidden]{display:none!important}:focus-visible{outline:3px solid #75b1c3!important;outline-offset:3px}@media(min-width:1250px){.workspace{grid-template-columns:370px minmax(0,1fr)}}@media(max-width:1050px){.workspace{grid-template-columns:310px minmax(0,1fr);gap:20px}.two-col{grid-template-columns:1fr}.hero-result{padding:23px}.hero-number strong{font-size:39px}.hero-aside{padding-left:18px}.tag{display:none}.energy-wrap{justify-content:start}}@media(max-width:760px){header{height:72px;padding:0 5%}.header-label{display:none}main{padding:26px 5%}.intro{margin-bottom:24px}.intro p:last-child{font-size:14px}h1{font-size:29px}.workspace{grid-template-columns:1fr}.result-heading{margin-top:10px}.hero-result{gap:12px;padding:22px}.hero-number{display:block}.hero-number strong{font-size:40px;display:block}.hero-aside{max-width:145px}.hero-aside strong{font-size:23px}.card{padding:20px}.card-title h3{font-size:16px}.bar-row{grid-template-columns:65px 1fr 82px;gap:9px}.two-col{gap:0}.result-heading>span{max-width:155px;text-align:right}.legend{gap:12px}footer{flex-direction:column}.brand{font-size:20px}.brand b{font-size:13px}.header-label+ a{font-size:12px}}

.mobile-result{display:none}@media(max-width:760px){body{padding-bottom:75px}.mobile-result{display:flex;position:fixed;bottom:0;left:0;right:0;z-index:5;flex-direction:column;gap:5px;background:#183336;color:white;padding:13px 5%;box-shadow:0 -3px 15px #18333620;font-size:14px}.mobile-result b{font-size:12px;color:#ffda77}}@media(max-width:380px){.field-grid{grid-template-columns:1fr;gap:0}.brand{white-space:nowrap;font-size:16px;gap:7px}.brand b{font-size:11px;letter-spacing:1px}.sun{height:35px;width:35px}header{gap:10px}.hero-result{flex-direction:column;align-items:start}.hero-aside{border-left:0;border-top:1px solid #ffffff30;padding:16px 0 0;max-width:none;width:100%}.energy-wrap{gap:15px}.donut{width:120px;height:120px}}
.offer-button,.secondary-button{display:inline-flex;align-items:center;justify-content:center;padding:12px 17px;border-radius:9px;font:600 14px 'DM Sans',sans-serif;text-decoration:none;cursor:pointer}.offer-button{background:#183f3e;color:white;border:1px solid #183f3e}.secondary-button{background:white;color:#183f3e;border:1px solid #bdced0}.offer-button:disabled{opacity:.45;cursor:not-allowed}.advisor-link{font-size:14px;font-weight:600;white-space:nowrap}dialog{border:1px solid var(--line);border-radius:18px;width:min(820px,94vw);max-height:90dvh;padding:0;color:var(--ink);box-shadow:0 25px 100px #122d3240}dialog::backdrop{background:#132d3466;backdrop-filter:blur(3px)}.dialog-head{display:flex;justify-content:space-between;align-items:center;padding:24px 28px;border-bottom:1px solid var(--line);position:sticky;top:0;background:white;z-index:2}.dialog-head h2{font-size:25px;margin-top:8px}.dialog-head button{border:0;background:#edf2f3;border-radius:50%;width:36px;height:36px}#login-panel,#advisor-panel,#offer-form{padding:24px 28px}#login-panel p{line-height:1.7;margin:16px 0}#advisor-panel .account-row{display:flex;justify-content:space-between;gap:16px;font-size:13px;color:var(--muted);margin-bottom:20px;overflow-wrap:anywhere}#profile-details{border:1px solid var(--line);border-radius:12px;padding:18px;margin-bottom:27px}#advisor-form{margin-top:15px}dialog input:not([type=file]),dialog textarea{width:100%;font:400 16px 'DM Sans',sans-serif;color:var(--ink);border:1px solid #cfdadd;border-radius:8px;padding:11px;background:white}dialog textarea{resize:vertical;min-height:80px}dialog input:focus,dialog textarea:focus{outline:3px solid #c2dde5}dialog input[type=file]{font-size:13px;width:100%}.logo-upload{margin-bottom:18px}.logo-upload img{max-width:150px;max-height:70px;display:block;object-fit:contain;margin-top:15px}.text-button{background:none;border:0;text-decoration:underline;color:var(--muted);padding:8px 0;font-size:13px}.offer-summary{padding:17px;background:#edf5f4;border-radius:10px;margin:22px 0 12px;font-weight:600;line-height:1.7}.offer-actions{display:flex;flex-wrap:wrap;gap:12px;align-items:center;margin-top:22px}.offer-actions a{font-size:14px}#offer-status{min-height:23px}#advisor-form .secondary-button{margin-top:12px}#offer-form h3{margin-bottom:15px}@media(max-width:760px){.intro{align-items:start;flex-direction:column}.offer-button{width:100%}header{flex-wrap:wrap;height:auto;min-height:76px;padding:15px 5%;gap:14px}header>a:last-child{margin-left:auto}.dialog-head{padding:20px}.dialog-head h2{font-size:22px}#login-panel,#advisor-panel,#offer-form{padding:20px}dialog .field-grid{grid-template-columns:1fr}.account-row{flex-wrap:wrap}}

.hero-result{display:grid;grid-template-columns:minmax(0,.8fr) minmax(0,1.45fr) minmax(135px,.85fr);gap:22px}.hero-result .instant-title{grid-column:1/-1;font-family:Manrope,sans-serif;font-weight:750;font-size:22px;color:#fff;line-height:1.4}.initial-payment{border-right:1px solid #ffffff30;padding-right:18px;align-self:stretch;display:flex;flex-direction:column;justify-content:center}.initial-payment>span{font-size:11px;letter-spacing:1.3px;color:#d1e2db}.initial-payment strong{font-family:Manrope,sans-serif;font-size:42px;line-height:1.2;margin:9px 0;letter-spacing:-1.5px;overflow-wrap:anywhere}.initial-payment small{font-size:13px;line-height:1.5;color:#d7e4df}.hero-result .instant-explanation{grid-column:1/-1;border-top:1px solid #ffffff30;padding-top:17px;font-size:13px;line-height:1.7;color:#d7e4df}.hero-result .hero-number{flex-wrap:wrap;gap:6px}.hero-result .hero-number strong{font-size:42px}.hero-result .hero-aside{max-width:none;padding-left:20px}.hero-result .hero-aside strong{font-size:23px}@media(max-width:1200px){.hero-result{grid-template-columns:1fr 1.4fr}.hero-result .hero-aside{grid-column:1/-1;border-left:0;border-top:1px solid #ffffff30;padding:15px 0 0;display:flex;align-items:center;gap:15px;flex-wrap:wrap}.hero-result .hero-aside strong{margin:0}.hero-result .hero-aside small{flex:1;min-width:140px}}@media(max-width:760px){.hero-result .instant-title{font-size:21px}.hero-result .hero-number strong,.initial-payment strong{font-size:36px}.hero-result{gap:18px}.hero-result .hero-aside{font-size:13px}}@media(max-width:380px){.hero-result{grid-template-columns:1fr}.initial-payment{border-right:0;border-bottom:1px solid #ffffff30;padding:0 0 15px}.hero-result .hero-number strong,.initial-payment strong{font-size:38px}}

.pricing-section{background:#eef5f4}form .pricing-section{padding-top:8px}.tax-details{margin-top:16px}.tax-details summary{font-size:13px;color:var(--muted)}
.model-notice{background:#f0f4f8;border-left:3px solid #406b9a;padding:14px 18px;font-size:14px;line-height:1.6;margin:0 0 18px}.model-notice a{color:#284e75;font-weight:600}.method h2{font-size:24px;margin-top:0}.method details{border-top:1px solid #dce4e8;padding:16px 0}.method summary{font-size:17px;line-height:1.5}.method p{line-height:1.7}.method a{color:#285777}#energy-ratios{border-top:1px solid #e0e7eb;margin-top:16px;padding-top:14px}#energy-ratios>div{display:flex;gap:14px;align-items:baseline;margin-bottom:10px}#energy-ratios strong{min-width:66px;font-size:22px}#energy-ratios span{font-size:14px}.storage-stats{display:grid;grid-template-columns:repeat(3,1fr);gap:18px;margin:22px 0}.storage-stats span{display:block;font-size:14px;color:#607478}.storage-stats strong{display:block;font-size:26px;margin-top:8px}#storage-comparison p{line-height:1.7}@media(max-width:600px){.storage-stats{grid-template-columns:1fr}.storage-stats>div{display:flex;justify-content:space-between;align-items:center;gap:12px}.storage-stats strong{margin:0;font-size:23px}}
