.hero{min-height:calc(100dvh - 80px);padding:var(--space-6) 0 var(--space-8);row-gap:var(--space-3);grid-template-rows:auto auto;grid-template-columns:1fr 1fr;align-content:center;column-gap:64px;display:grid;position:relative}.hero-text{grid-area:1/1}.hero-text h1{font-family:var(--font-heading);font-weight:800;font-size:var(--text-display);margin-bottom:var(--space-3);color:var(--text-main);letter-spacing:-.02em;line-height:1.1}.hero-text p{font-size:var(--text-xl);color:var(--text-muted);margin-bottom:0}.hero-cta{grid-area:2/1;justify-self:start}.hero-image{object-fit:cover;border-radius:var(--radius-lg);width:100%;height:480px;box-shadow:20px 20px 0px var(--brand-orange);grid-area:1/2/3;align-self:center}.hero-scroll-cue{bottom:var(--space-4);width:32px;height:32px;color:var(--text-main);justify-content:center;align-items:center;text-decoration:none;transition:color .2s;animation:2s ease-in-out infinite hero-scroll-bounce;display:inline-flex;position:absolute;left:50%}body.bg-image .hero-scroll-cue{color:var(--white)}.hero-scroll-cue:hover{color:var(--brand-orange)}@keyframes hero-scroll-bounce{0%,to{transform:translate(-50%)}50%{transform:translate(-50%,10px)}}@media (prefers-reduced-motion:reduce){.hero-scroll-cue{animation:none}}@media (max-width:1024px){.hero{column-gap:40px}.hero-text h1{font-size:var(--text-5xl)}.hero-image{height:380px}}@media (max-width:768px){.hero{min-height:calc(100dvh - 70px);padding:var(--space-6) 0 var(--space-4);flex-direction:column;row-gap:0;display:flex}.hero-text{margin-top:auto}.hero-text h1{font-size:var(--text-4xl)}.hero-text p{font-size:var(--text-lg);margin-bottom:0}.hero-image{display:none}.hero-cta{margin-top:var(--space-3);text-align:center;align-self:stretch;width:100%}.hero-scroll-cue{display:none}}
.about{padding:var(--section-pad) 0;border-bottom:1px solid var(--border-soft)}.about-inner{max-width:960px;margin:0 auto}.about-headline{font-family:var(--font-heading);color:var(--text-main);margin-bottom:var(--space-8);letter-spacing:-.01em;font-size:clamp(.875rem,1.6vw + .4rem,1.5rem);font-weight:600;line-height:1.7}[data-reveal]{opacity:0;filter:blur(10px);transition:opacity .7s ease var(--delay,0s), filter .7s ease var(--delay,0s), transform .7s ease var(--delay,0s);display:inline-block;transform:translateY(40px)}[data-reveal].in-view,.in-view [data-reveal]{opacity:1;filter:blur();transform:translateY(0)}.about-highlight{border-radius:var(--radius-md);border:2px dotted;padding:2px 10px;line-height:1.2}.about-highlight-orange{color:var(--brand-orange);border-color:var(--brand-orange)}.about-highlight-blue{color:var(--brand-blue);border-color:var(--brand-blue)}.about-highlight-muted{color:var(--text-muted);border-color:var(--text-muted)}.about-footer{justify-content:space-between;align-items:center;gap:var(--space-3);flex-wrap:wrap;display:flex}.about-tagline{font-size:var(--text-lg);color:var(--text-main);max-width:480px;font-weight:500}.about-cta{align-items:center;gap:var(--space-1);padding:0 var(--space-3);background:var(--brand-orange);height:48px;color:var(--text-main);font-weight:600;font-size:var(--text-sm);border-radius:999px;text-decoration:none;transition:transform .2s;display:inline-flex;box-shadow:0 8px 20px #cc550059}.about-cta:hover{transform:translateY(-2px)}@media (max-width:768px){.about{padding:var(--section-pad-mobile) 0}.about-headline{margin-bottom:var(--space-5)}.about-footer{align-items:flex-start;gap:var(--space-3);flex-direction:column}.about-tagline{font-size:var(--text-base)}}
.how-we-work{padding:var(--section-pad) 0}.how-subtitle{text-align:center;color:var(--text-muted);font-size:var(--text-lg);margin-top:calc(-1 * var(--space-4));margin-bottom:var(--space-6)}.steps-grid{gap:var(--space-3);grid-template-columns:repeat(4,1fr);display:grid}.step-card{background:var(--white);border:1px solid var(--border-soft);border-radius:var(--radius-lg);padding:var(--space-4)}.step-number{font-family:var(--font-heading);font-size:var(--text-4xl);color:var(--brand-orange);margin-bottom:var(--space-2);font-weight:800}.step-title{font-family:var(--font-heading);font-size:var(--text-lg);color:var(--text-main);margin-bottom:var(--space-1);font-weight:700}.step-desc{color:var(--text-muted);font-size:var(--text-sm);line-height:1.55}@media (max-width:1024px){.steps-grid{grid-template-columns:repeat(2,1fr)}}@media (max-width:768px){.how-we-work{padding:var(--section-pad-mobile) 0}.how-subtitle{margin-top:calc(-1 * var(--space-3));margin-bottom:var(--space-4)}.steps-grid{gap:var(--space-2);grid-template-columns:1fr}.step-card{padding:var(--space-3)}}
.pricing-card{background:var(--white);border-radius:var(--radius-lg);text-align:left;border:1px solid #e2e8f0;flex-direction:column;padding:40px;display:flex}.pricing-card.recommended{border:2px solid var(--brand-orange);position:relative;box-shadow:0 12px 32px #cc55002e}.popular-badge{background:var(--brand-blue);color:#fff;white-space:nowrap;border-radius:20px;padding:4px 12px;font-size:.75rem;font-weight:700;position:absolute;top:-15px;left:50%;transform:translate(-50%)}.popular-badge-recommended{background:var(--brand-orange);letter-spacing:.05em}.pricing-card h3{font-family:var(--font-heading);margin-bottom:12px;font-size:1.5rem}.pricing-description{color:var(--text-muted);margin-bottom:24px;font-size:.9rem;line-height:1.6}.pricing-card-sections{flex-direction:column;display:flex}.pricing-card-section{margin-bottom:20px}.pricing-card-section:last-child{margin-bottom:24px}.pricing-card-section-heading{font-family:var(--font-heading);text-transform:uppercase;letter-spacing:.08em;color:var(--text-muted);margin:0 0 8px;font-size:.75rem;font-weight:800}.pricing-card-section-text{color:var(--text-main);margin:0;font-size:.95rem;line-height:1.5}.pricing-card-includes-list{margin:0;padding:0;list-style:none}.pricing-card-includes-item{color:var(--text-main);align-items:flex-start;gap:10px;margin-bottom:8px;font-size:.9rem;line-height:1.45;display:flex}.pricing-card-includes-item:last-child{margin-bottom:0}.pricing-card-includes-icon{width:22px;height:22px;color:var(--brand-orange);flex-shrink:0;justify-content:center;align-items:center;display:inline-flex}.pricing-card-includes-icon svg{width:18px;height:18px}.features-list{margin:0;padding:0;font-size:.9rem;list-style:none}.features-list li{align-items:center;gap:8px;margin-bottom:8px;display:flex}.features-list li:last-child{margin-bottom:0}.features-list li:before{content:"✓";color:#10b981;font-weight:700}.price{color:var(--brand-blue);margin-bottom:0;font-size:2.5rem;font-weight:800;line-height:1.1}.pricing-card-actions{flex-direction:column;align-items:center;gap:12px;margin-top:auto;display:flex}.pricing-card-price-block{flex-direction:column;align-items:center;gap:2px;display:flex}.pricing-card-price-label{font-family:var(--font-heading);text-transform:uppercase;letter-spacing:.08em;color:var(--text-muted);font-size:.7rem;font-weight:800}.pricing-card .btn{text-decoration:none}.pricing-card-wide-grid{grid-template-columns:repeat(3,1fr);align-items:start;gap:32px;display:grid}.pricing-card-wide-col{flex-direction:column;display:flex}.pricing-card-wide-col .pricing-card-section{margin-bottom:16px}.pricing-card-wide-col .pricing-card-section:last-child{margin-bottom:0}.pricing-card-wide-col-last{align-self:stretch}.pricing-card-wide-col-last .pricing-card-actions{margin-top:24px}@media (min-width:901px){.pricing-card-wide-col-last .pricing-card-actions{align-items:flex-start}}@media (max-width:900px){.pricing-card-wide-grid{grid-template-columns:1fr;gap:24px}.pricing-card-wide-col .pricing-card-section{margin-bottom:20px}}@media (max-width:768px){.pricing-card{padding:28px}.price{font-size:2rem}}
.system-types{padding:var(--section-pad) 0}.system-cards{grid-template-columns:repeat(3,1fr);align-items:stretch;gap:24px;padding-top:20px;display:grid}.system-card-wide-cell{grid-column:1/-1}@media (max-width:1024px){.system-cards{gap:20px}}@media (max-width:768px){.system-types{padding:var(--section-pad-mobile) 0}.system-cards{grid-template-columns:1fr}}
.testimonials{padding:var(--section-pad) 0;border-bottom:1px solid var(--border-soft)}.testimonials-inner{max-width:960px;margin:0 auto}.testimonial-headline{font-family:var(--font-heading);color:var(--text-main);letter-spacing:-.01em;margin:0 0 var(--space-3);quotes:"“" "”" "‘" "’";font-size:clamp(.875rem,1.6vw + .4rem,1.5rem);font-weight:600;line-height:1.7}.testimonial-attribution{font-family:var(--font-body);font-size:var(--text-base);color:var(--text-muted);font-weight:500}[data-reveal]{opacity:0;filter:blur(10px);transition:opacity .7s ease var(--delay,0s), filter .7s ease var(--delay,0s), transform .7s ease var(--delay,0s);display:inline-block;transform:translateY(40px)}[data-reveal].in-view,.in-view [data-reveal]{opacity:1;filter:blur();transform:translateY(0)}@media (max-width:768px){.testimonials{padding:var(--section-pad-mobile) 0}}
.estimate-section{padding:var(--section-pad) 0}.estimate-intro{max-width:760px;margin:0 auto var(--space-6);text-align:center}.estimate-subtitle{margin:var(--space-2) auto var(--space-3);color:var(--text-main);font-size:var(--text-lg);line-height:1.6}.estimate-disclaimer{max-width:760px;margin:var(--space-6) auto 0;text-align:center;color:var(--text-muted);font-size:var(--text-sm);line-height:1.6}.estimate-disclaimer strong{color:var(--text-main);font-weight:700}.estimate-disclaimer a{color:var(--brand-orange);font-weight:600;text-decoration:none}.estimate-disclaimer a:hover{text-decoration:underline}.estimate-flip{position:relative}.estimate-side{transition:opacity .2s}.estimate-back,.estimate-flip.flipped .estimate-front{display:none}.estimate-flip.flipped .estimate-back{display:block}.estimate-grid{gap:var(--space-5);grid-template-columns:6fr 4fr;align-items:start;display:grid}.estimate-stepper{margin:0 auto var(--space-4);justify-content:center;align-items:center;gap:var(--space-2);flex-wrap:wrap;max-width:760px;padding:0;list-style:none;display:flex}.estimate-stepper-item{border:1px solid var(--border-soft);background:var(--white);font-family:var(--font-heading);font-weight:700;font-size:var(--text-sm);color:var(--text-muted);border-radius:999px;align-items:center;gap:8px;padding:6px 14px;transition:border-color .15s,color .15s,background .15s;display:inline-flex}.estimate-stepper-num{background:var(--border-soft);width:22px;height:22px;color:var(--white);border-radius:999px;justify-content:center;align-items:center;font-size:12px;font-weight:800;display:inline-flex}.estimate-stepper-item.is-active{border-color:var(--brand-orange);color:var(--brand-orange)}.estimate-stepper-item.is-active .estimate-stepper-num{background:var(--brand-orange)}.estimate-stepper-item.is-done{color:var(--text-main)}.estimate-stepper-item.is-done .estimate-stepper-num{background:var(--text-main)}.estimate-step-nav{justify-content:space-between;align-items:center;gap:var(--space-3);margin-top:var(--space-4);display:flex}.estimate-step-nav-end{justify-content:flex-end}.estimate-step-btn-back{font-family:var(--font-heading);font-weight:700;font-size:var(--text-sm);color:var(--text-muted);cursor:pointer;background:0 0;border:none;padding:10px 0}.estimate-step-btn-back:hover{color:var(--brand-orange)}.estimate-step-btn-next{padding:12px 24px;text-decoration:none}.estimate-step-sub{font-size:var(--text-sm);color:var(--text-muted);margin:4px 0 0}.estimate-why-ask{margin:var(--space-2) 0 var(--space-4)}.estimate-why-ask-summary{font-family:var(--font-heading);font-weight:700;font-size:var(--text-sm);color:var(--brand-orange);cursor:pointer;padding:4px 0;list-style:none}.estimate-why-ask-summary::-webkit-details-marker{display:none}.estimate-why-ask-summary:before{content:"? ";font-weight:800}.estimate-why-ask-body{font-size:var(--text-sm);color:var(--text-muted);margin:8px 0 0;line-height:1.55}.estimate-form-card{background:var(--white);border:1px solid var(--border-soft);border-radius:var(--radius-lg);padding:var(--space-5);box-shadow:0 4px 16px #1e293b0d}.estimate-form-head{justify-content:space-between;align-items:baseline;gap:var(--space-3);margin-bottom:var(--space-3);flex-wrap:wrap;display:flex}.estimate-form-head-actions{align-items:baseline;gap:var(--space-3);display:inline-flex}.estimate-form-head h3{font-family:var(--font-heading);font-weight:800;font-size:var(--text-2xl);color:var(--text-main);margin:0}.estimate-reset{color:var(--brand-orange);font-family:var(--font-body);font-size:var(--text-sm);cursor:pointer;background:0 0;border:none;padding:0;font-weight:600}.estimate-reset:hover{text-decoration:underline}.estimate-subhead{font-family:var(--font-heading);font-weight:700;font-size:var(--text-base);color:var(--text-main);margin:var(--space-4) 0 var(--space-2);padding-top:var(--space-3);border-top:1px solid var(--border-soft)}.estimate-section-h3{font-family:var(--font-heading);font-weight:800;font-size:var(--text-2xl);color:var(--text-main);margin:var(--space-5) 0 var(--space-3);padding-top:var(--space-4);border-top:1px solid var(--border-soft)}.estimate-bill-input{border:1px solid var(--border-soft);border-radius:var(--radius-md);background:var(--white);align-items:center;gap:8px;padding:0 14px;display:flex}.estimate-bill-input:focus-within{border-color:var(--brand-orange)}.estimate-bill-prefix,.estimate-bill-suffix{font-family:var(--font-heading);font-weight:700;font-size:var(--text-sm);color:var(--text-muted);flex-shrink:0}.estimate-bill-input .estimate-input{font-family:var(--font-body);font-size:var(--text-base);color:var(--text-main);background:0 0;border:none;outline:none;flex:1;min-width:0;padding:12px 0}.estimate-bill-input .estimate-input::placeholder{color:var(--text-muted)}.estimate-field{margin-bottom:var(--space-3);flex-direction:column;gap:6px;display:flex}.estimate-field-label{font-family:var(--font-heading);font-weight:600;font-size:var(--text-sm);color:var(--text-main);align-items:center;gap:6px;display:inline-flex}.info-tip{border:1.5px solid var(--text-muted);width:18px;height:18px;color:var(--text-muted);cursor:help;border-radius:50%;outline:none;justify-content:center;align-items:center;transition:border-color .15s,color .15s;display:inline-flex;position:relative}.info-tip:hover,.info-tip:focus{border-color:var(--brand-orange);color:var(--brand-orange)}.info-tip-icon{font-family:var(--font-heading);font-size:11px;font-weight:700;line-height:1}.info-tip-bubble{z-index:30;background:var(--white);width:max-content;max-width:280px;color:var(--text-main);border:1px solid var(--border-soft);font-family:var(--font-body);font-size:var(--text-sm);text-align:left;white-space:normal;opacity:0;pointer-events:none;border-radius:8px;padding:12px 14px;font-weight:400;line-height:1.5;transition:opacity .15s;position:absolute;bottom:calc(100% + 10px);left:50%;transform:translate(-50%);box-shadow:0 8px 24px #1e293b26}.info-tip-bubble:after{content:"";border:6px solid #0000;border-top-color:var(--white);position:absolute;top:100%;left:50%;transform:translate(-50%)}.info-tip-bubble:before{content:"";border:7px solid #0000;border-top-color:var(--border-soft);margin-top:1px;position:absolute;top:100%;left:50%;transform:translate(-50%)}.info-tip:hover .info-tip-bubble,.info-tip:focus .info-tip-bubble{opacity:1;pointer-events:auto}@media (max-width:600px){.info-tip-bubble{max-width:220px}}.estimate-select,.estimate-input{border:1px solid var(--border-soft);border-radius:var(--radius-md);font-family:var(--font-body);font-size:var(--text-sm);color:var(--text-main);background:var(--white);outline:none;padding:12px 14px;transition:border-color .15s}.estimate-select:focus,.estimate-input:focus{border-color:var(--brand-orange)}.estimate-pill-row{gap:var(--space-2);margin-bottom:var(--space-3);flex-wrap:wrap;display:flex}.estimate-pill{background:var(--white);border:1px solid var(--border-soft);border-radius:var(--radius-md);font-family:var(--font-body);font-size:var(--text-base);color:var(--text-main);cursor:pointer;padding:12px 20px;font-weight:600;transition:transform .2s,box-shadow .2s,border-color .15s,background .15s,color .15s}.estimate-pill:hover{border-color:var(--brand-orange);transform:translateY(-2px);box-shadow:0 4px 12px #cc550026}.estimate-pill.active{background:var(--brand-orange);border-color:var(--brand-orange);color:var(--white);box-shadow:0 4px 12px #cc550040}.estimate-pill.active:hover{box-shadow:0 6px 16px #cc550059}.estimate-vehicle{align-items:center;gap:var(--space-2) var(--space-3);border:1px solid var(--border-soft);border-radius:var(--radius-lg);padding:var(--space-2) var(--space-3);margin-bottom:var(--space-2);background:var(--white);flex-wrap:wrap;display:flex}.estimate-vehicle-label{font-family:var(--font-heading);font-weight:800;font-size:var(--text-base);color:var(--text-main);flex-shrink:0}.estimate-vehicle-fuel,.estimate-vehicle-usage{border:1px solid var(--border-soft);border-radius:var(--radius-md);font-family:var(--font-body);font-weight:700;font-size:var(--text-sm);color:var(--text-main);appearance:none;background-image:url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='12' height='8' viewBox='0 0 12 8' fill='none' stroke='%231E293B' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'><polyline points='1 1 6 6 11 1'/></svg>");background-position:right 10px center;background-repeat:no-repeat;outline:none;padding:8px 32px 8px 12px}.estimate-vehicle-fuel{min-width:110px}.estimate-vehicle-usage{background-color:var(--white);flex:1;min-width:140px;font-weight:600}.estimate-vehicle-fuel.fuel-fossil{background-color:#fce3dc;border-color:#f3b7a6}.estimate-vehicle-fuel.fuel-electric{background-color:#d9ecda;border-color:#a9d3ac}.estimate-vehicle-switch{font-size:var(--text-sm);color:var(--text-main);cursor:pointer;align-items:center;gap:6px;display:inline-flex}.estimate-vehicle-switch svg{color:var(--text-muted);flex-shrink:0}.estimate-vehicle-switch-label{white-space:nowrap;font-weight:600}.estimate-vehicle-remove{width:28px;height:28px;color:var(--text-muted);cursor:pointer;background:0 0;border:none;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;margin-left:auto;font-size:22px;font-weight:400;line-height:1;transition:background .15s,color .15s;display:inline-flex}.estimate-vehicle-remove:hover{background:var(--border-soft);color:var(--text-main)}.toggle-switch{cursor:pointer;flex-shrink:0;width:44px;height:24px;display:inline-block;position:relative}.toggle-switch input{opacity:0;width:0;height:0;position:absolute}.toggle-switch-track{background:var(--border-soft);border-radius:999px;width:100%;height:100%;transition:background .2s;display:block;position:relative}.toggle-switch-thumb{background:var(--white);border-radius:50%;width:20px;height:20px;transition:transform .2s;position:absolute;top:2px;left:2px;box-shadow:0 2px 4px #0003}.toggle-switch input:checked+.toggle-switch-track{background:var(--text-main)}.toggle-switch input:checked+.toggle-switch-track .toggle-switch-thumb{transform:translate(20px)}.toggle-switch input:focus-visible+.toggle-switch-track{outline:2px solid var(--brand-orange);outline-offset:2px}.estimate-toggle{align-items:center;gap:var(--space-1);margin-top:var(--space-1);font-size:var(--text-sm);color:var(--text-main);cursor:pointer;display:inline-flex}.estimate-toggle input{width:16px;height:16px;accent-color:var(--brand-orange)}.estimate-legend{gap:var(--space-1) var(--space-3);margin-bottom:var(--space-3);flex-wrap:wrap;display:flex}.estimate-legend-item{font-size:var(--text-sm);color:var(--text-main);align-items:center;gap:8px;display:inline-flex}.estimate-legend-swatch{border:1px solid #0000001a;border-radius:4px;width:16px;height:16px;display:inline-block}.fuel-fossil{background:#fce3dc}.fuel-electric{background:#d9ecda}.estimate-appliance-grid{gap:var(--space-3);margin-bottom:var(--space-4);grid-template-columns:repeat(auto-fit,minmax(140px,1fr));display:grid}.estimate-appliance-cell{flex-direction:column;gap:6px;display:flex}.estimate-appliance-select{border:1px solid var(--border-soft);border-radius:var(--radius-md);font-family:var(--font-body);font-size:var(--text-sm);color:var(--text-main);appearance:none;background-image:url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='12' height='8' viewBox='0 0 12 8' fill='none' stroke='%231E293B' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'><polyline points='1 1 6 6 11 1'/></svg>");background-position:right 12px center;background-repeat:no-repeat;outline:none;padding:12px 36px 12px 14px;transition:border-color .15s,background-color .15s}.estimate-appliance-select.fuel-fossil{background-color:#fce3dc;border-color:#f3b7a6}.estimate-appliance-select.fuel-electric{background-color:#d9ecda;border-color:#a9d3ac}.estimate-appliance-select:focus{outline:2px solid var(--text-main);outline-offset:2px}.estimate-appliance-status{font-size:var(--text-sm);align-items:flex-start;gap:6px;margin-top:4px;line-height:1.45;display:flex}.estimate-appliance-status svg{flex-shrink:0;margin-top:2px}.estimate-appliance-status.status-efficient{color:#92500a}.estimate-appliance-status.status-upgrade{color:var(--text-muted)}.estimate-advanced{margin:var(--space-3) 0;padding-top:var(--space-3);border-top:1px solid var(--border-soft)}.estimate-advanced-summary{font-family:var(--font-heading);font-weight:700;font-size:var(--text-sm);color:var(--text-muted);cursor:pointer;padding:4px 0;list-style:none}.estimate-advanced-summary::-webkit-details-marker{display:none}.estimate-advanced-summary:before{content:"+ ";color:var(--brand-orange);font-weight:800}.estimate-advanced[open]>.estimate-advanced-summary:before{content:"− "}.estimate-advanced-summary:hover{color:var(--text-main)}.estimate-advanced-note{font-size:var(--text-xs);color:var(--text-muted);margin:6px 0 var(--space-3);line-height:1.55}.estimate-power-grid{gap:var(--space-4);margin:0 0 var(--space-2);grid-template-columns:1fr 1fr;display:grid}.estimate-power-section{gap:var(--space-2);flex-direction:column;display:flex}.estimate-power-title{font-family:var(--font-heading);font-weight:800;font-size:var(--text-lg);color:var(--text-main);margin:0 0 4px}.estimate-radio-row{gap:var(--space-3);margin-top:4px;display:flex}.estimate-radio{font-size:var(--text-sm);color:var(--text-main);cursor:pointer;-webkit-user-select:none;user-select:none;align-items:center;gap:8px;display:inline-flex}.estimate-radio input{clip:rect(0, 0, 0, 0);white-space:nowrap;border:0;width:1px;height:1px;margin:-1px;padding:0;position:absolute;overflow:hidden}.estimate-radio-dot{border:2px solid var(--border-soft);background:var(--white);border-radius:50%;width:18px;height:18px;transition:border-color .15s,background .15s;position:relative}.estimate-radio.checked .estimate-radio-dot{border-color:var(--text-main)}.estimate-radio.checked .estimate-radio-dot:after{content:"";background:var(--text-main);border-radius:50%;width:8px;height:8px;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}.estimate-power-toggle{margin-top:4px}.estimate-size-input{align-items:center;display:flex;position:relative}.estimate-size-input input{text-align:right;width:100%;padding-right:48px;font-weight:700}.estimate-size-unit{color:var(--text-muted);font-size:var(--text-sm);pointer-events:none;position:absolute;top:50%;right:14px;transform:translateY(-50%)}.estimate-results{position:sticky;top:96px}.estimate-rec-card{padding:var(--space-4);background:#dde8dc;border-radius:24px}.estimate-rec-header{background:var(--white);border-radius:var(--radius-lg);padding:var(--space-4);margin-bottom:var(--space-3)}.estimate-rec-eyebrow{font-family:var(--font-heading);font-weight:800;font-size:var(--text-xs);text-transform:uppercase;letter-spacing:.12em;color:var(--text-main);margin-bottom:var(--space-1)}.estimate-rec-name{font-family:var(--font-heading);font-weight:800;font-size:var(--text-3xl);color:var(--brand-orange);margin-bottom:4px;line-height:1.1}.estimate-rec-sizing{color:var(--text-main);font-size:var(--text-sm);margin-bottom:var(--space-2);line-height:1.5}.estimate-rec-price{font-family:var(--font-heading);font-weight:800;font-size:var(--text-2xl);color:var(--brand-blue);line-height:1.1}.estimate-rec-pills{margin-bottom:var(--space-3);flex-wrap:wrap;gap:8px;display:flex}.estimate-rec-pill{background:var(--white);border:1px solid var(--border-soft);border-radius:var(--radius-md);min-width:80px;font-family:var(--font-heading);font-weight:700;font-size:var(--text-sm);color:var(--text-main);cursor:pointer;flex:1 1 0;padding:10px 14px;transition:border-color .15s,color .15s,background .15s;position:relative}.estimate-rec-pill:hover{border-color:var(--brand-orange)}.estimate-rec-pill.active{background:var(--brand-orange);border-color:var(--brand-orange);color:var(--white)}.estimate-rec-pill-star{background:var(--brand-orange);color:var(--white);border-radius:999px;justify-content:center;align-items:center;width:16px;height:16px;font-size:10px;display:inline-flex;position:absolute;top:-6px;right:-6px}.estimate-rec-pill.active .estimate-rec-pill-star{background:var(--white);color:var(--brand-orange)}.estimate-rec-savings{background:var(--white);border-radius:var(--radius-lg);padding:var(--space-4)}.estimate-rec-cta{text-align:center;width:100%;margin-top:var(--space-3);text-decoration:none;display:inline-block}.estimate-savings-card{padding:var(--space-4);background:#dde8dc;border-radius:24px}.estimate-savings-title{font-family:var(--font-heading);font-weight:800;font-size:var(--text-3xl);color:var(--text-main);margin:0 0 var(--space-1);line-height:1.1}.estimate-savings-sub{color:var(--text-main);font-size:var(--text-base);margin:0 0 var(--space-4);line-height:1.5}.estimate-savings-inner{background:var(--white);border-radius:var(--radius-lg);padding:var(--space-4)}.estimate-stat{padding:var(--space-4) 0;border-top:1px solid #e5e7eb}.estimate-stat:first-child{border-top:none;padding-top:0}.estimate-stat:last-child{padding-bottom:0}.estimate-stat-label{font-family:var(--font-heading);font-weight:800;font-size:var(--text-xs);text-transform:uppercase;letter-spacing:.12em;color:var(--text-main);margin-bottom:var(--space-2)}.estimate-stat-headline{font-family:var(--font-heading);font-weight:800;font-size:var(--text-2xl);color:var(--text-main);letter-spacing:-.01em;margin-bottom:4px;line-height:1.2}.estimate-stat-line{font-size:var(--text-base);color:var(--text-main);margin-top:2px;line-height:1.55}.estimate-stat-line strong{font-weight:700}.estimate-stat-note{margin-top:var(--space-3);font-size:var(--text-sm);color:var(--text-muted);line-height:1.55}.estimate-stat-aux{margin-top:var(--space-3);padding-top:var(--space-3);border-top:1px solid #e5e7eb}.estimate-stat-aux-headline{font-family:var(--font-heading);font-weight:800;font-size:var(--text-2xl);color:var(--text-main);letter-spacing:-.01em;margin-bottom:4px}.estimate-stat-rec{font-family:var(--font-heading);font-weight:700;font-size:var(--text-lg);color:var(--text-main);line-height:1.4}.estimate-flip-link{color:var(--brand-orange);font-family:var(--font-body);font-size:var(--text-sm);cursor:pointer;text-underline-offset:4px;background:0 0;border:none;padding:0;font-weight:600;text-decoration:underline}.estimate-flip-link:hover{color:var(--text-main)}.estimate-methodology{background:var(--white);border:1px solid var(--border-soft);border-radius:var(--radius-lg);padding:var(--space-6);max-width:760px;margin:0 auto;box-shadow:0 4px 16px #1e293b0d}.estimate-back{color:var(--brand-orange);font-family:var(--font-body);font-size:var(--text-sm);cursor:pointer;margin-bottom:var(--space-4);background:0 0;border:none;padding:0;font-weight:600}.estimate-back:hover{text-decoration:underline}.estimate-methodology-title{font-family:var(--font-heading);font-weight:800;font-size:var(--text-3xl);color:var(--text-main);margin:0 0 var(--space-3)}.estimate-methodology h4{font-family:var(--font-heading);font-weight:700;font-size:var(--text-lg);color:var(--text-main);margin:var(--space-4) 0 var(--space-2)}.estimate-methodology p{color:var(--text-main);font-size:var(--text-base);margin:0 0 var(--space-2);line-height:1.7}.estimate-methodology,.estimate-methodology *,.estimate-methodology :before,.estimate-methodology :after{text-decoration:none}.estimate-methodology a{color:var(--brand-orange);font-weight:600}.estimate-methodology a:hover,.estimate-methodology a:focus{text-decoration:underline}.estimate-methodology em{font-style:italic;text-decoration:none}.estimate-methodology-source{margin-top:var(--space-4);padding-top:var(--space-3);border-top:1px solid var(--border-soft);font-size:var(--text-sm);color:var(--text-muted)}@media (max-width:1000px){.estimate-grid{gap:var(--space-5);grid-template-columns:1fr}.estimate-results{position:static}}@media (max-width:720px){.estimate-appliance-grid{gap:var(--space-3);grid-template-columns:1fr}.estimate-power-grid{gap:var(--space-4);grid-template-columns:1fr}}@media (max-width:768px){.estimate-section{padding:var(--section-pad-mobile) 0}.estimate-form-card{padding:var(--space-3)}.estimate-stat-headline{font-size:var(--text-3xl)}.estimate-methodology{padding:var(--space-4)}}@media (max-width:480px){.estimate-form-card{padding:var(--space-2)}.estimate-vehicle{padding:var(--space-2);gap:var(--space-2)}.estimate-vehicle-fuel,.estimate-vehicle-usage{flex-basis:100%;min-width:0}.estimate-vehicle-label{flex-basis:100%}}
.brands{padding:var(--section-pad) 0}.brand-cards{gap:var(--space-4);flex-direction:column;display:flex}.brand-card{background:var(--white);border:1px solid var(--border-soft);border-radius:24px;grid-template-columns:1fr 1fr;display:grid;overflow:hidden;box-shadow:0 4px 16px #1e293b0f}.brand-card-content{padding:var(--space-6) var(--space-5);flex-direction:column;display:flex}.brand-card:nth-child(odd) .brand-card-image{grid-area:1/1}.brand-card:nth-child(odd) .brand-card-content{grid-area:1/2}.brand-card-title{font-family:var(--font-heading);font-weight:800;font-size:var(--text-3xl);color:var(--brand-orange);margin:0 0 var(--space-3)}.brand-card-para{color:var(--text-main);font-size:var(--text-base);margin:0 0 var(--space-2);line-height:1.65}.brand-card-partners-line{color:var(--text-main);font-size:var(--text-base);margin:var(--space-2) 0 var(--space-3);line-height:1.65}.brand-row{justify-content:center;align-items:center;gap:var(--space-5) var(--space-6);margin-bottom:var(--space-4);flex-wrap:wrap;min-height:56px;display:flex}.brand-logo{object-fit:contain;width:auto;max-width:200px;height:47px;display:block}.brand-wordmark{height:47px;font-family:var(--font-heading);font-weight:800;font-size:var(--text-xl);color:var(--text-main);letter-spacing:.02em;align-items:center;display:inline-flex}.brand-card-cta{align-self:center;margin-top:auto}.brand-card-image{min-height:256px;position:relative}.brand-card-image img{object-fit:cover;width:100%;height:100%;position:absolute;inset:0}@media (max-width:900px){.brand-card{grid-template-columns:1fr}.brand-card-content,.brand-card:nth-child(odd) .brand-card-content{padding:var(--space-5) var(--space-4);order:1;grid-area:auto/1}.brand-card-image,.brand-card:nth-child(odd) .brand-card-image{order:2;grid-area:auto/1;min-height:240px}}@media (max-width:768px){.brands{padding:var(--section-pad-mobile) 0}.brand-cards{gap:var(--space-3)}.brand-card-content,.brand-card:nth-child(odd) .brand-card-content{padding:var(--space-4) var(--space-3)}.brand-card-title{font-size:var(--text-2xl)}.brand-row{gap:var(--space-3) var(--space-4)}.brand-logo{max-width:150px;height:36px}.brand-wordmark{height:36px;font-size:var(--text-base)}}
