/* Shared GridLogic identity used in the upper-left header on every site page. */
.gl-shared-brand{
  display:flex !important; align-items:center !important; gap:8px !important;
  flex:0 0 auto !important; color:#08285c !important; text-decoration:none !important;
  font-family:Arial,"Helvetica Neue",sans-serif !important; line-height:1 !important;
}
.gl-shared-bars{height:39px !important;width:35px !important;display:flex !important;align-items:flex-end !important;gap:3px !important;flex:0 0 auto !important}
.gl-shared-bars i{display:block !important;width:5px !important;background:#1366c7 !important;border-radius:1px 1px 0 0 !important}
.gl-shared-bars i:nth-child(1){height:15px !important}.gl-shared-bars i:nth-child(2){height:23px !important}.gl-shared-bars i:nth-child(3){height:31px !important}.gl-shared-bars i:nth-child(4){height:38px !important;background:#46a33b !important}
.gl-shared-wordmark{display:flex !important;flex-direction:column !important;line-height:.9 !important;white-space:nowrap !important}
.gl-shared-wordmark strong{font-family:Arial,"Helvetica Neue",sans-serif !important;font-size:31px !important;line-height:.9 !important;letter-spacing:-1.3px !important;font-weight:800 !important;margin:0 !important}
.gl-shared-wordmark strong span{color:#155fc1 !important}.gl-shared-wordmark strong em{font-style:normal !important;color:#091f50 !important}
.gl-shared-wordmark small{display:block !important;font-family:Arial,"Helvetica Neue",sans-serif !important;font-size:12px !important;line-height:1 !important;letter-spacing:5.2px !important;color:#676767 !important;margin:8px 0 0 2px !important;font-weight:400 !important}
.site-header .nav-wrap{width:min(1120px,calc(100% - 48px)) !important;min-height:78px !important;height:78px !important;display:flex !important;align-items:center !important}
.site-header .gl-shared-brand{align-self:center !important;margin-top:0 !important;margin-bottom:0 !important}
@media(max-width:900px){
 .site-header .nav-wrap{width:min(1120px,calc(100% - 30px)) !important;min-height:70px !important;height:70px !important}
 .gl-shared-wordmark strong{font-size:24px !important}.gl-shared-wordmark small{font-size:9px !important;letter-spacing:4px !important}
}
@media(max-width:600px){
 .gl-shared-brand{gap:6px !important}.gl-shared-bars{transform:scale(.82);transform-origin:left center;width:28px !important}
 .gl-shared-wordmark strong{font-size:21px !important}.gl-shared-wordmark small{font-size:8px !important;letter-spacing:3px !important}
}


/* v554 unified footer legal-link alignment */
.site-footer .footer-wrap{
  display:flex!important;
  align-items:center;
  gap:14px;
  flex-wrap:wrap;
}
.site-footer .footer-legal-links{
  margin-left:auto;
  display:flex;
  align-items:center;
  justify-content:flex-end;
  gap:14px;
  text-align:right;
}
.site-footer .footer-legal-links a{
  color:inherit;
  text-decoration:none;
  white-space:nowrap;
}
.site-footer .footer-legal-links a:hover,
.site-footer .footer-legal-links a:focus-visible{
  color:#fff;
  text-decoration:underline;
}
.gl-footer .footer-legal-links{
  margin-left:auto;
  justify-self:end;
  display:flex;
  align-items:center;
  justify-content:flex-end!important;
  gap:12px;
  text-align:right;
}
.gl-footer .footer-legal-links a{
  color:#fff;
  text-decoration:none;
  white-space:nowrap;
}
.gl-footer .footer-legal-links a:hover,
.gl-footer .footer-legal-links a:focus-visible{
  text-decoration:underline;
}
.router-footer{
  background:rgba(255,255,255,.92);
  border-top:1px solid #dce4ee;
  color:#51647c;
}
.router-footer-inner{
  max-width:1120px;
  margin:0 auto;
  padding:15px 24px;
  display:flex;
  align-items:center;
  gap:16px;
  flex-wrap:wrap;
  font-size:12.5px;
}
.router-footer p{margin:0}
.router-footer .footer-legal-links{
  margin-left:auto;
  display:flex;
  align-items:center;
  justify-content:flex-end;
  gap:14px;
  text-align:right;
}
.router-footer .footer-legal-links a{
  color:#183553;
  text-decoration:none;
  font-weight:700;
  white-space:nowrap;
}
.router-footer .footer-legal-links a:hover,
.router-footer .footer-legal-links a:focus-visible{
  text-decoration:underline;
}
@media(max-width:640px){
  .site-footer .footer-legal-links,
  .router-footer .footer-legal-links{
    width:100%;
    margin-left:0;
    justify-content:flex-end;
  }
  .gl-footer .footer-legal-links{
    width:100%;
    justify-self:stretch;
    justify-content:flex-end!important;
  }
}


/* v555 How It Works navigation and compact analyzer guidance */
html{scroll-behavior:smooth}
.page-solar-analyzer .customer-header-actions{margin-left:auto}
.page-solar-analyzer .customer-header-actions .customer-how-link{white-space:nowrap}
.analyzer-how-it-works{
  scroll-margin-top:92px;
  margin:22px 0 8px;
  padding:18px 20px;
  border:1px solid #d7e2ea;
  border-radius:15px;
  background:rgba(255,255,255,.82);
  box-shadow:0 8px 22px rgba(11,43,75,.04);
}
.analyzer-how-it-works h2{
  margin:0 0 7px;
  color:#0b2b4b;
  font-size:1.25rem;
  line-height:1.2;
}
.analyzer-how-it-works>p{
  margin:0 0 13px;
  color:#5f7182;
  font-size:.93rem;
  line-height:1.5;
}
.analyzer-how-steps{
  display:grid;
  grid-template-columns:repeat(4,minmax(0,1fr));
  gap:9px;
}
.analyzer-how-step{
  padding:11px 12px;
  border:1px solid #dce7ef;
  border-radius:11px;
  background:#f8fbfd;
  color:#40566d;
  font-size:.82rem;
  line-height:1.38;
}
.analyzer-how-step b{color:#165dcc;margin-right:4px}
@media(max-width:780px){
  .analyzer-how-steps{grid-template-columns:repeat(2,minmax(0,1fr))}
}
@media(max-width:480px){
  .analyzer-how-steps{grid-template-columns:1fr}
  .analyzer-how-it-works{padding:15px}
}


/* v556 refund-policy footer link uses the v554 right-aligned legal footer layout. */
