/* Final repair layer loaded after the legacy template and brand CSS. */

.wow {
  visibility: visible !important;
  animation: none !important;
}

#magic-cursor,
.mouse-cursor,
.cursor-inner,
.cursor-outer,
.cb-cursor,
.cb-cursor-text,
[class*="magic-cursor"],
[class*="mouse-cursor"] {
  display: none !important;
  opacity: 0 !important;
  visibility: hidden !important;
  pointer-events: none !important;
}

.main-footer,
.main-footer li,
.main-footer p,
.main-footer a,
.main-footer span {
  color: rgba(255, 255, 255, 0.72) !important;
}

.main-footer h3,
.main-footer h4,
.footer-contact-content h3,
.footer-contact-content h4,
.footer-links h3,
.footer-links h4 {
  color: #ffffff !important;
}

.main-footer a:hover {
  color: #ffffff !important;
}

footer.main-footer .footer-links ul li a:not(.btn-default):not(.navbar-brand):not(.nav-link),
footer.main-footer .footer-contact-content a:not(.btn-default):not(.navbar-brand):not(.nav-link) {
  color: rgba(255, 255, 255, 0.72) !important;
}

footer.main-footer .footer-links ul li a:not(.btn-default):not(.navbar-brand):not(.nav-link):hover,
footer.main-footer .footer-contact-content a:not(.btn-default):not(.navbar-brand):not(.nav-link):hover {
  color: #ffffff !important;
}

.navbar-brand img {
  width: clamp(142px, 14vw, 180px) !important;
  max-width: clamp(142px, 14vw, 180px) !important;
  height: auto !important;
}

.footer-logo img {
  width: 178px !important;
  max-width: 178px !important;
  height: auto !important;
}

.main-menu .nav-menu-wrapper > ul {
  gap: clamp(18px, 1.8vw, 34px) !important;
}

.main-menu ul li {
  margin: 0 !important;
}

.main-menu ul li a,
.main-menu ul li .nav-link {
  padding: 28px 0 !important;
  color: rgba(255, 255, 255, 0.92) !important;
  font-size: clamp(17px, 1vw, 18px) !important;
  font-weight: 850 !important;
  line-height: 1.2 !important;
}

.main-menu ul li.submenu > a {
  padding-right: 18px !important;
}

.main-menu ul ul {
  min-width: 250px !important;
  padding: 10px !important;
}

.main-menu ul ul li a {
  padding: 12px 14px !important;
  color: #111111 !important;
  font-size: 15px !important;
  line-height: 1.25 !important;
}

.slicknav_nav .slicknav_row,
.slicknav_nav li a {
  font-size: 17px !important;
  line-height: 1.3 !important;
}

.header-btn .btn-default {
  min-height: 46px !important;
  padding: 13px 18px !important;
  font-size: 16px !important;
  line-height: 1.15 !important;
}

@media (max-width: 1199px) {
  .main-menu .nav-menu-wrapper > ul {
    gap: 16px !important;
  }
}

@media (max-width: 575px) {
  .navbar-brand img {
    width: 136px !important;
    max-width: 136px !important;
  }

  .footer-logo img {
    width: 158px !important;
    max-width: 158px !important;
  }
}

/* Homepage "Start with the bill" Bento: full-photo cards with readable copy. */
.xtact-plan-grid {
  gap: 18px !important;
}

.xtact-plan-card {
  position: relative !important;
  display: flex !important;
  align-items: stretch !important;
  min-height: 520px !important;
  padding: 0 !important;
  overflow: hidden !important;
  border: 1px solid rgba(17, 17, 17, 0.1) !important;
  border-radius: 18px !important;
  background: #111111 !important;
  box-shadow: 0 22px 70px rgba(17, 17, 17, 0.12) !important;
}

.xtact-plan-card::before {
  display: none !important;
}

.xtact-plan-card::after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 1;
  background:
    linear-gradient(180deg, rgba(17, 17, 17, 0.02) 0%, rgba(17, 17, 17, 0.14) 34%, rgba(17, 17, 17, 0.6) 64%, rgba(17, 17, 17, 0.9) 100%),
    linear-gradient(90deg, rgba(17, 17, 17, 0.34), rgba(17, 17, 17, 0.04) 56%);
  pointer-events: none;
}

.xtact-plan-card > img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 500ms ease, filter 500ms ease;
}

.xtact-plan-card:nth-child(1) > img {
  object-position: center center;
}

.xtact-plan-card:nth-child(2) > img {
  object-position: 58% center;
}

.xtact-plan-card:nth-child(3) > img {
  object-position: 54% center;
}

.xtact-plan-card:hover > img {
  transform: scale(1.035);
  filter: saturate(1.05) contrast(1.04);
}

.xtact-plan-card-content {
  position: relative;
  z-index: 2;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  width: 100%;
  min-height: inherit;
  padding: clamp(22px, 3vw, 34px);
}

.xtact-plan-card-topline {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-bottom: auto;
}

.xtact-plan-card-topline span {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 42px;
  height: 42px;
  border-radius: 50%;
  background: rgba(243, 108, 33, 0.94);
  color: #ffffff;
  font-size: 12px;
  font-weight: 900;
}

.xtact-plan-card-topline em {
  max-width: 170px;
  padding: 9px 12px;
  border: 1px solid rgba(255, 255, 255, 0.2);
  border-radius: 999px;
  background: rgba(17, 17, 17, 0.44);
  color: rgba(255, 255, 255, 0.82);
  font-size: 11px;
  font-style: normal;
  font-weight: 800;
  line-height: 1;
  text-transform: uppercase;
  backdrop-filter: blur(14px);
}

.xtact-plan-card h3,
.xtact-plan-card:nth-child(2) h3 {
  max-width: 9ch !important;
  margin: 32px 0 14px !important;
  color: #ffffff !important;
  text-shadow: 0 2px 18px rgba(0, 0, 0, 0.32);
}

.xtact-plan-card p,
.xtact-plan-card:nth-child(2) p {
  max-width: 36ch !important;
  margin-bottom: 0 !important;
  color: rgba(255, 255, 255, 0.82) !important;
  text-shadow: 0 1px 14px rgba(0, 0, 0, 0.28);
}

.xtact-plan-card strong,
.xtact-plan-card a,
.xtact-plan-card:nth-child(2) strong,
.xtact-plan-card:nth-child(2) a {
  color: #ffffff !important;
  text-shadow: 0 1px 14px rgba(0, 0, 0, 0.28);
}

.xtact-plan-card a {
  width: fit-content;
  padding-bottom: 3px;
  border-bottom: 1px solid rgba(249, 178, 51, 0.76);
}

.xtact-plan-card a:hover {
  color: #f9b233 !important;
}

@media (max-width: 991px) {
  .xtact-plan-card {
    min-height: 460px !important;
  }
}

@media (max-width: 575px) {
  .xtact-plan-card {
    min-height: 430px !important;
    border-radius: 14px !important;
  }

  .xtact-plan-card::after {
    background:
      linear-gradient(180deg, rgba(17, 17, 17, 0.02) 0%, rgba(17, 17, 17, 0.12) 30%, rgba(17, 17, 17, 0.58) 58%, rgba(17, 17, 17, 0.92) 100%),
      linear-gradient(90deg, rgba(17, 17, 17, 0.24), rgba(17, 17, 17, 0.04));
  }

  .xtact-plan-card:nth-child(1) > img {
    object-position: center 18%;
  }

  .xtact-plan-card:nth-child(2) > img {
    object-position: 58% 18%;
  }

  .xtact-plan-card:nth-child(3) > img {
    object-position: 54% 18%;
  }

  .xtact-plan-card-content {
    padding: 22px;
  }

  .xtact-plan-card-topline em {
    font-size: 10px;
  }
}

/* About page: company story, not a conversion page. */
.about-page-header {
  background-image:
    linear-gradient(90deg, rgba(17, 17, 17, 0.72), rgba(17, 17, 17, 0.2)),
    url("/images/about/about-planning-session.png") !important;
  background-position: center 44% !important;
}

.growth-page-header {
  background-image:
    linear-gradient(90deg, rgba(17, 17, 17, 0.76), rgba(17, 17, 17, 0.28)),
    url("/images/home/bento-solar-panels.png") !important;
  background-position: center 34% !important;
}

.growth-page-header .page-header-box {
  max-width: 960px;
  margin: 0 auto;
}

.growth-page-header .page-header-box h1 {
  max-width: 12ch;
  margin-left: auto;
  margin-right: auto;
}

.growth-page-header .page-header-subtitle {
  max-width: 760px;
  margin-left: auto;
  margin-right: auto;
}

.growth-page-header + .quote-only-contact {
  margin-top: 0 !important;
  border-radius: 0 0 28px 28px !important;
  background:
    linear-gradient(135deg, rgba(249, 178, 51, 0.12), rgba(255, 255, 255, 0) 36%),
    #f4eee5 !important;
}

.growth-page-header + .quote-only-contact .contact-form {
  max-width: 860px;
  margin: 0 auto;
}

.growth-page-header + .quote-only-contact .section-title h2 {
  max-width: 10ch !important;
}

.about-story-page {
  background: #fbfaf7;
}

.about-story-page section {
  padding: clamp(72px, 8vw, 120px) 0 !important;
}

.about-story-page .section-eyebrow,
.about-story-page p.section-eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  margin-bottom: 18px;
  color: #f36c21 !important;
  font-size: 12px !important;
  font-weight: 800 !important;
  text-transform: uppercase;
}

.about-story-page .section-eyebrow::before {
  content: "";
  width: 36px;
  height: 1px;
  background: #f36c21;
}

.about-story-page h2 {
  max-width: 11ch;
  margin: 0 0 24px;
  color: #111111 !important;
  font-size: clamp(42px, 6vw, 86px) !important;
  line-height: 0.94 !important;
  letter-spacing: 0 !important;
}

.about-story-page h3 {
  color: #111111 !important;
  font-size: clamp(20px, 2vw, 28px) !important;
  line-height: 1.08 !important;
}

.about-story-page p,
.about-story-page li {
  color: rgba(17, 17, 17, 0.68) !important;
  font-size: 16px !important;
  line-height: 1.7 !important;
}

.about-story-grid,
.about-dark-grid,
.about-monitoring-panel,
.about-standards-grid,
.about-process-layout {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
  gap: clamp(36px, 6vw, 84px);
  align-items: center;
}

.about-story-copy p {
  max-width: 68ch;
}

.about-story-photo {
  position: relative;
  margin: 0;
  overflow: hidden;
  border-radius: 18px;
  background: #111111;
  box-shadow: 0 24px 80px rgba(17, 17, 17, 0.14);
}

.about-story-photo img {
  display: block;
  width: 100%;
  height: 100%;
  min-height: 460px;
  object-fit: cover;
}

.about-story-photo-main {
  min-height: 560px;
}

.about-story-photo-main img {
  min-height: 560px;
}

.about-story-photo figcaption {
  position: absolute;
  right: 24px;
  bottom: 24px;
  max-width: 330px;
  padding: 20px;
  border: 1px solid rgba(255, 255, 255, 0.28);
  border-radius: 14px;
  background: rgba(17, 17, 17, 0.78);
  color: rgba(255, 255, 255, 0.82);
  font-size: 15px;
  line-height: 1.55;
  backdrop-filter: blur(16px);
}

.about-story-photo figcaption span {
  display: block;
  margin-bottom: 8px;
  color: #f9b233;
  font-size: 11px;
  font-weight: 800;
  text-transform: uppercase;
}

.about-capabilities {
  background: #f4eee5;
  border-radius: 28px 28px 0 0;
}

.about-band-heading {
  max-width: 820px;
  margin-bottom: 44px;
}

.about-band-heading h2 {
  max-width: 760px;
}

.about-band-heading p:not(.section-eyebrow) {
  max-width: 62ch;
  margin-top: 18px;
}

.about-capability-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  border-top: 1px solid rgba(17, 17, 17, 0.12);
  border-left: 1px solid rgba(17, 17, 17, 0.12);
}

.about-capability-card {
  min-height: 260px;
  padding: clamp(24px, 3vw, 36px);
  border-right: 1px solid rgba(17, 17, 17, 0.12);
  border-bottom: 1px solid rgba(17, 17, 17, 0.12);
  background:
    radial-gradient(circle at 18% 16%, rgba(249, 178, 51, 0.16), transparent 28%),
    rgba(255, 255, 255, 0.36);
}

.about-capability-card h3 {
  max-width: 11ch;
  margin-bottom: 18px;
}

.about-dark-lab {
  background: #111111;
}

.about-dark-lab h2,
.about-dark-lab h3 {
  color: #ffffff !important;
}

.about-dark-lab p,
.about-dark-lab li {
  color: rgba(255, 255, 255, 0.72) !important;
}

.about-dark-lab .section-eyebrow {
  color: #f9b233 !important;
}

.about-dark-lab .section-eyebrow::before {
  background: #f9b233;
}

.about-roof-photo img {
  min-height: 620px;
}

.about-principle-list {
  display: grid;
  gap: 14px;
  margin: 34px 0 0;
  padding: 0;
  list-style: none;
}

.about-principle-list li {
  position: relative;
  padding: 18px 18px 18px 44px;
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 12px;
  background: rgba(255, 255, 255, 0.04);
}

.about-principle-list li::before {
  content: "";
  position: absolute;
  left: 18px;
  top: 28px;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: #f36c21;
}

.about-process-section {
  background:
    linear-gradient(90deg, rgba(17, 17, 17, 0.06) 1px, transparent 1px),
    #fbfaf7;
  background-size: 80px 80px;
}

.about-process-layout {
  align-items: start;
}

.about-process-sticky {
  position: sticky;
  top: 110px;
}

.about-process-sticky h2 {
  max-width: 10ch;
}

.about-process-list {
  display: grid;
  gap: 18px;
}

.about-process-item {
  display: grid;
  grid-template-columns: 72px minmax(0, 1fr);
  gap: 18px;
  padding: 26px;
  border: 1px solid rgba(17, 17, 17, 0.12);
  border-radius: 16px;
  background: rgba(255, 255, 255, 0.82);
  box-shadow: 0 14px 44px rgba(17, 17, 17, 0.05);
}

.about-process-item span {
  color: #f36c21;
  font-weight: 800;
}

.about-process-item h3 {
  margin-bottom: 8px;
}

.about-process-item p {
  grid-column: 2;
  margin: 0;
}

.about-monitoring-section {
  background: #ffffff;
}

.about-monitoring-panel {
  padding: clamp(22px, 4vw, 46px);
  border: 1px solid rgba(17, 17, 17, 0.1);
  border-radius: 24px;
  background:
    linear-gradient(135deg, rgba(249, 178, 51, 0.16), rgba(255, 255, 255, 0) 38%),
    #fbfaf7;
}

.about-monitoring-panel h2 {
  max-width: 11ch;
}

.about-monitoring-panel .about-story-photo {
  aspect-ratio: 16 / 10;
}

.about-monitoring-panel .about-story-photo img {
  height: 100%;
  min-height: 0;
  object-position: 58% center;
}

.about-service-notes {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 28px;
}

.about-service-notes span {
  padding: 10px 14px;
  border: 1px solid rgba(17, 17, 17, 0.12);
  border-radius: 999px;
  background: #ffffff;
  color: #111111;
  font-size: 13px;
  font-weight: 800;
}

.about-standards-section {
  background: #f4eee5;
}

.about-standards-grid {
  align-items: start;
}

.about-standard-list {
  display: grid;
  gap: 0;
  border-top: 1px solid rgba(17, 17, 17, 0.16);
}

.about-standard-list p {
  margin: 0;
  padding: 22px 0;
  border-bottom: 1px solid rgba(17, 17, 17, 0.16);
  color: #111111 !important;
  font-size: clamp(18px, 2.2vw, 28px) !important;
  line-height: 1.2 !important;
}

@media (max-width: 991px) {
  .about-story-page section {
    padding: 68px 0 !important;
  }

  .about-story-grid,
  .about-dark-grid,
  .about-monitoring-panel,
  .about-standards-grid,
  .about-process-layout,
  .about-band-heading {
    grid-template-columns: 1fr;
  }

  .about-process-sticky {
    position: static;
  }

  .about-capability-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 575px) {
  .about-page-header {
    background-position: center center !important;
  }

  .about-story-page h2 {
    font-size: clamp(34px, 10vw, 46px) !important;
    line-height: 1 !important;
  }

  .about-story-photo,
  .about-monitoring-panel,
  .about-process-item,
  .about-capability-card {
    border-radius: 14px;
  }

  .about-story-photo img,
  .about-story-photo-main,
  .about-story-photo-main img,
  .about-roof-photo img {
    min-height: 340px;
  }

  .about-monitoring-panel .about-story-photo img {
    min-height: 0;
  }

  .about-story-photo figcaption {
    left: 14px;
    right: 14px;
    bottom: 14px;
    padding: 16px;
  }

  .about-capability-grid {
    grid-template-columns: 1fr;
  }

  .about-capability-card {
    min-height: 0;
  }

  .about-process-item {
    grid-template-columns: 1fr;
    gap: 8px;
    padding: 22px;
  }

  .about-process-item p {
    grid-column: auto;
  }
}

@media (max-width: 991px) {
  .main-header .header-btn {
    display: none !important;
  }

  .main-footer {
    padding-top: 44px !important;
    padding-bottom: 28px !important;
  }

  .main-footer .container > .row:first-child {
    display: grid !important;
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
    gap: 26px 18px !important;
  }

  .main-footer .container > .row:first-child > .col-lg-12,
  .main-footer .container > .row:first-child > .col-lg-6 {
    grid-column: 1 / -1 !important;
    width: auto !important;
    max-width: none !important;
  }

  .main-footer .container > .row:first-child > .col-lg-2 {
    grid-column: span 1 !important;
    width: auto !important;
    max-width: none !important;
  }

  .footer-header {
    align-items: flex-start !important;
    flex-direction: column !important;
    gap: 20px !important;
    padding: 24px !important;
    border-radius: 14px !important;
  }

  .footer-contact-box {
    width: 100% !important;
    display: grid !important;
    grid-template-columns: 1fr !important;
    gap: 14px !important;
  }
}

@media (max-width: 767px) {
  .row:has(> [class*="col-lg-4"] .partner-path-card),
  .row:has(> [class*="col-lg-4"] .best-services-item),
  .row:has(> [class*="col-lg-4"] .how-work-step-item) {
    display: grid !important;
    grid-template-columns: minmax(0, 1fr) !important;
    gap: 18px !important;
  }

  .row:has(> [class*="col-lg-4"] .partner-path-card) > [class*="col-"],
  .row:has(> [class*="col-lg-4"] .best-services-item) > [class*="col-"],
  .row:has(> [class*="col-lg-4"] .how-work-step-item) > [class*="col-"] {
    width: auto !important;
    max-width: none !important;
    padding: 0 !important;
    margin: 0 !important;
  }

  .partner-path-card,
  .best-services-item,
  .how-work-step-item {
    display: flex !important;
    flex-direction: column !important;
    width: 100% !important;
    min-height: 0 !important;
  }

  .xtact-table-wrap {
    overflow: visible !important;
  }

  .xtact-table {
    display: block !important;
    width: 100% !important;
    min-width: 0 !important;
  }

  .xtact-table thead {
    display: none !important;
  }

  .xtact-table tbody,
  .xtact-table tr,
  .xtact-table td {
    display: block !important;
    width: 100% !important;
  }

  .xtact-table tr {
    margin: 0 0 14px !important;
    padding: 16px !important;
    border: 1px solid rgba(17, 17, 17, 0.12) !important;
    border-radius: 14px !important;
    background: #ffffff !important;
    box-shadow: 0 12px 34px rgba(17, 17, 17, 0.05) !important;
  }

  .xtact-table td {
    padding: 8px 0 !important;
    border: 0 !important;
    font-size: 14px !important;
    line-height: 1.45 !important;
  }

  .xtact-table td:first-child {
    padding-top: 0 !important;
    color: #111111 !important;
    font-size: 16px !important;
  }

  .xtact-table td + td {
    border-top: 1px solid rgba(17, 17, 17, 0.08) !important;
  }

  .main-footer .container > .row:first-child {
    grid-template-columns: 1fr !important;
  }

  .main-footer .container > .row:first-child > .col-lg-2,
  .main-footer .container > .row:first-child > .col-lg-6,
  .main-footer .container > .row:first-child > .col-lg-12 {
    grid-column: 1 / -1 !important;
  }
}

.ppa-page-header {
  position: relative;
  overflow: hidden;
  background-image:
    linear-gradient(90deg, rgba(17, 17, 17, 0.88) 0%, rgba(17, 17, 17, 0.58) 48%, rgba(17, 17, 17, 0.22) 100%),
    url("/images/ppa/ppa-proposal-review.png") !important;
  background-position: center center !important;
  background-size: cover !important;
}

.ppa-page-header .page-header-box {
  max-width: 960px;
  margin: 0;
  text-align: left;
}

.ppa-page-header .page-header-box h1 {
  max-width: 840px;
  color: #ffffff !important;
}

.ppa-page-header .page-header-subtitle {
  max-width: 710px;
  margin: 18px 0 0;
  color: rgba(255, 255, 255, 0.88) !important;
  font-size: clamp(18px, 2vw, 24px) !important;
  line-height: 1.35 !important;
}

.ppa-page-header .breadcrumb {
  justify-content: flex-start !important;
}

.ppa-conversion-page {
  background: #f7f4ee;
  color: #111111;
}

.ppa-conversion-page section {
  padding: 96px 0;
}

.ppa-conversion-page .section-eyebrow,
.ppa-conversion-page p.section-eyebrow,
.ppa-calculator .section-eyebrow {
  width: fit-content;
  margin-bottom: 18px;
  color: #b75319 !important;
  font-size: 13px !important;
  font-weight: 900 !important;
  letter-spacing: 0 !important;
  text-transform: uppercase;
}

.ppa-conversion-page .section-eyebrow::before,
.ppa-calculator .section-eyebrow::before {
  background: #f7a928 !important;
}

.ppa-conversion-page h2 {
  margin: 0 0 22px;
  color: #111111 !important;
  font-size: clamp(38px, 5vw, 74px) !important;
  line-height: 0.96 !important;
  letter-spacing: 0 !important;
}

.ppa-conversion-page h3 {
  margin: 0;
  color: #111111 !important;
  letter-spacing: 0 !important;
}

.ppa-conversion-page p {
  color: rgba(17, 17, 17, 0.76) !important;
  font-size: 18px !important;
  line-height: 1.62 !important;
}

.ppa-hero-strip,
.ppa-calculator-section,
.ppa-fineprint-section,
.ppa-final-cta {
  background: #ffffff;
}

.ppa-hero-grid,
.ppa-included-grid,
.ppa-states-grid {
  display: grid;
  grid-template-columns: minmax(0, 0.92fr) minmax(380px, 1fr);
  gap: 48px;
  align-items: center;
}

.ppa-hero-copy p {
  max-width: 700px;
}

.ppa-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  margin-top: 32px;
}

.ppa-hero-photo,
.ppa-side-photo {
  position: relative;
  overflow: hidden;
  margin: 0;
  border-radius: 8px;
  background: #111111;
  box-shadow: 0 28px 70px rgba(17, 17, 17, 0.16);
}

.ppa-hero-photo img,
.ppa-side-photo img {
  display: block;
  width: 100%;
  height: 100%;
  min-height: 540px;
  object-fit: cover;
}

.ppa-hero-photo::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(17, 17, 17, 0) 50%, rgba(17, 17, 17, 0.78) 100%);
}

.ppa-hero-photo figcaption {
  position: absolute;
  left: 22px;
  right: 22px;
  bottom: 22px;
  z-index: 1;
  color: rgba(255, 255, 255, 0.88);
  font-size: 15px;
  line-height: 1.45;
}

.ppa-hero-photo figcaption strong {
  color: #ffffff;
}

.ppa-flow-section,
.ppa-fit-section,
.ppa-states-section {
  background: #f4eee5;
}

.ppa-section-heading,
.ppa-calculator-intro {
  max-width: 920px;
  margin-bottom: 42px;
}

.ppa-step-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 16px;
}

.ppa-step-card,
.ppa-feature-grid article,
.ppa-fit-cards article,
.ppa-fineprint-grid article,
.ppa-state-card {
  border-radius: 8px;
  border: 1px solid rgba(17, 17, 17, 0.1);
  background: #ffffff;
  box-shadow: 0 18px 48px rgba(17, 17, 17, 0.06);
}

.ppa-step-card {
  min-height: 290px;
  padding: 26px;
}

.ppa-step-card span {
  display: block;
  margin-bottom: 28px;
  color: #b75319;
  font-size: 13px;
  font-weight: 900;
}

.ppa-step-card h3 {
  margin-bottom: 12px;
  font-size: 24px;
  line-height: 1.1;
}

.ppa-step-card p,
.ppa-feature-grid article p,
.ppa-fit-cards article p,
.ppa-fineprint-grid article p,
.ppa-state-card p {
  margin: 0;
  font-size: 16px !important;
  line-height: 1.55 !important;
}

.ppa-inline-cta {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  margin-top: 24px;
  padding: 22px 24px;
  border-radius: 8px;
  background: #111111;
}

.ppa-inline-cta p {
  margin: 0;
  color: #ffffff !important;
  font-weight: 900;
}

.ppa-calculator {
  display: grid;
  grid-template-columns: minmax(0, 0.9fr) minmax(360px, 0.78fr);
  gap: 24px;
  align-items: stretch;
}

.ppa-calculator-controls,
.ppa-calculator-results {
  border-radius: 8px;
  border: 1px solid rgba(17, 17, 17, 0.1);
  background: #f7f4ee;
}

.ppa-calculator-controls {
  display: grid;
  gap: 16px;
  padding: 24px;
}

.ppa-calculator-controls label {
  display: grid;
  gap: 10px;
  padding: 18px;
  border-radius: 8px;
  background: #ffffff;
  border: 1px solid rgba(17, 17, 17, 0.08);
}

.ppa-calculator-controls label span,
.ppa-result-grid span {
  color: rgba(17, 17, 17, 0.58);
  font-size: 12px;
  font-weight: 900;
  text-transform: uppercase;
}

.ppa-calculator-controls label strong {
  color: #111111;
  font-size: 24px;
  line-height: 1;
}

.ppa-calculator-controls input[type="range"] {
  width: 100%;
  accent-color: #f97316;
}

.ppa-calculator-results {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: clamp(26px, 4vw, 42px);
  background: #111111;
}

.ppa-calculator-results h3 {
  margin-bottom: 22px;
  color: #ffffff !important;
  font-size: clamp(34px, 4vw, 58px);
  line-height: 0.98;
}

.ppa-result-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 10px;
}

.ppa-result-grid div {
  min-height: 105px;
  padding: 18px;
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.08);
  border: 1px solid rgba(255, 255, 255, 0.12);
}

.ppa-result-grid span {
  display: block;
  color: rgba(255, 255, 255, 0.58);
}

.ppa-result-grid strong {
  display: block;
  margin-top: 10px;
  color: #ffc056;
  font-size: 24px;
  line-height: 1;
}

.ppa-calculator-note {
  margin: 22px 0 0;
  color: rgba(255, 255, 255, 0.68) !important;
  font-size: 14px !important;
  line-height: 1.55 !important;
}

.ppa-calculator-results .btn-default {
  width: fit-content;
  margin-top: 26px;
}

.ppa-feature-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 16px;
  margin-top: 24px;
}

.ppa-feature-grid article,
.ppa-fit-cards article,
.ppa-fineprint-grid article,
.ppa-state-card {
  padding: 24px;
}

.ppa-feature-grid h3,
.ppa-fit-cards h3,
.ppa-fineprint-grid h3,
.ppa-state-card h3 {
  margin-bottom: 12px;
  font-size: 24px;
  line-height: 1.12;
}

.ppa-fit-layout {
  display: grid;
  grid-template-columns: minmax(0, 0.72fr) minmax(0, 1fr);
  gap: 48px;
  align-items: start;
}

.ppa-fit-cards {
  display: grid;
  gap: 14px;
}

.ppa-visual-break {
  position: relative;
  min-height: 760px;
  display: flex;
  align-items: center;
  overflow: hidden;
  background: #111111;
}

.ppa-visual-break > img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.ppa-visual-break::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(90deg, rgba(17, 17, 17, 0.92), rgba(17, 17, 17, 0.62), rgba(17, 17, 17, 0.18));
}

.ppa-visual-break .container {
  position: relative;
  z-index: 1;
}

.ppa-visual-panel {
  max-width: 700px;
}

.ppa-visual-panel h2,
.ppa-visual-panel p {
  color: #ffffff !important;
}

.ppa-visual-panel p:not(.section-eyebrow) {
  color: rgba(255, 255, 255, 0.82) !important;
}

.ppa-fineprint-grid {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 14px;
}

.ppa-fineprint-grid article {
  min-height: 260px;
  background: #f7f4ee;
}

.ppa-states-grid {
  align-items: start;
}

.ppa-state-card {
  background: #111111;
}

.ppa-state-card h3 {
  color: #ffffff !important;
}

.ppa-state-card p {
  color: rgba(255, 255, 255, 0.7) !important;
}

.ppa-state-list {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin: 18px 0 22px;
}

.ppa-state-list span {
  min-width: 42px;
  padding: 9px 10px;
  border-radius: 999px;
  background: rgba(255, 192, 86, 0.14);
  color: #ffc056;
  font-size: 13px;
  font-weight: 900;
  text-align: center;
}

.ppa-final-panel {
  padding: clamp(34px, 7vw, 80px);
  border-radius: 8px;
  background:
    linear-gradient(90deg, rgba(17, 17, 17, 0.92), rgba(17, 17, 17, 0.72)),
    url("/images/ppa/ppa-proposal-review.png");
  background-size: cover;
  background-position: center;
}

.ppa-final-panel h2,
.ppa-final-panel p {
  max-width: 780px;
  color: #ffffff !important;
}

.ppa-final-panel p:not(.section-eyebrow) {
  color: rgba(255, 255, 255, 0.82) !important;
}

.ppa-conversion-page + .quote-only-contact {
  margin-top: 0 !important;
}

@media (max-width: 1199px) {
  .ppa-step-grid,
  .ppa-fineprint-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 991px) {
  .ppa-page-header {
    background-position: 58% center !important;
  }

  .ppa-conversion-page section {
    padding: 72px 0;
  }

  .ppa-hero-grid,
  .ppa-included-grid,
  .ppa-states-grid,
  .ppa-calculator,
  .ppa-fit-layout {
    grid-template-columns: 1fr;
  }

  .ppa-hero-grid > *,
  .ppa-included-grid > *,
  .ppa-states-grid > *,
  .ppa-calculator > *,
  .ppa-fit-layout > * {
    min-width: 0;
  }

  .ppa-feature-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .ppa-hero-photo img,
  .ppa-side-photo img {
    min-height: 420px;
  }
}

@media (max-width: 767px) {
  .ppa-page-header .page-header-box h1 {
    font-size: clamp(40px, 11vw, 54px) !important;
  }

  .ppa-page-header .page-header-subtitle {
    font-size: 17px !important;
  }

  .ppa-conversion-page h2 {
    font-size: clamp(34px, 9.6vw, 46px) !important;
    line-height: 1.02 !important;
  }

  .ppa-conversion-page p {
    font-size: 16px !important;
  }

  .ppa-actions,
  .ppa-inline-cta {
    display: grid;
    grid-template-columns: 1fr;
  }

  .ppa-actions .btn-default,
  .ppa-inline-cta .btn-default,
  .ppa-calculator-results .btn-default {
    width: 100%;
    justify-content: center;
    text-align: center;
  }

  .ppa-step-grid,
  .ppa-feature-grid,
  .ppa-fineprint-grid,
  .ppa-result-grid {
    grid-template-columns: 1fr;
  }

  .ppa-step-card {
    min-height: 0;
  }

  .ppa-hero-photo img,
  .ppa-side-photo img {
    min-height: 330px;
  }

  .ppa-hero-photo figcaption {
    left: 16px;
    right: 16px;
    bottom: 16px;
  }

  .ppa-calculator-controls,
  .ppa-calculator-results {
    padding: 18px;
  }

  .ppa-calculator-controls label {
    padding: 16px;
  }

  .ppa-calculator-results h3 {
    font-size: clamp(32px, 10vw, 42px);
  }

  .ppa-visual-break {
    min-height: 680px;
  }

  .ppa-visual-break::after {
    background: linear-gradient(180deg, rgba(17, 17, 17, 0.82), rgba(17, 17, 17, 0.9));
  }
}

.services-page-header {
  position: relative;
  overflow: hidden;
  background-image:
    linear-gradient(90deg, rgba(17, 17, 17, 0.86) 0%, rgba(17, 17, 17, 0.56) 48%, rgba(17, 17, 17, 0.18) 100%),
    url("/images/services/ppa-home-energy-system.png") !important;
  background-position: center center !important;
  background-size: cover !important;
}

.services-page-header .page-header-box {
  max-width: 920px;
  text-align: left;
  margin: 0;
}

.services-page-header .page-header-box h1 {
  max-width: 760px;
  color: #ffffff !important;
}

.services-page-header .page-header-subtitle {
  max-width: 690px;
  margin: 18px 0 0;
  color: rgba(255, 255, 255, 0.88) !important;
  font-size: clamp(18px, 2vw, 24px) !important;
  line-height: 1.35 !important;
}

.services-page-header .breadcrumb {
  justify-content: flex-start !important;
}

.services-ppa-page {
  background: #f7f4ee;
  color: #111111;
}

.services-ppa-page section {
  padding: 96px 0;
}

.services-ppa-page .section-eyebrow,
.services-ppa-page p.section-eyebrow {
  width: fit-content;
  margin-bottom: 18px;
  color: #b75319 !important;
  font-size: 13px !important;
  font-weight: 900 !important;
  letter-spacing: 0 !important;
  text-transform: uppercase;
}

.services-ppa-page .section-eyebrow::before {
  background: #f7a928 !important;
}

.services-ppa-page h2 {
  margin: 0 0 22px;
  color: #111111 !important;
  font-size: clamp(38px, 5vw, 74px) !important;
  line-height: 0.96 !important;
  letter-spacing: 0 !important;
}

.services-ppa-page h3 {
  color: #111111 !important;
  letter-spacing: 0 !important;
}

.services-ppa-page p {
  color: rgba(17, 17, 17, 0.76) !important;
  font-size: 18px !important;
  line-height: 1.62 !important;
}

.services-ppa-intro {
  background: #ffffff;
}

.services-ppa-intro-grid,
.services-ppa-compare-grid,
.services-ppa-process-grid,
.services-ppa-standard-grid {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(360px, 0.85fr);
  gap: 48px;
  align-items: center;
}

.services-ppa-feature-image,
.services-ppa-side-photo {
  position: relative;
  overflow: hidden;
  margin: 0;
  border-radius: 8px;
  background: #111111;
  box-shadow: 0 28px 70px rgba(17, 17, 17, 0.16);
}

.services-ppa-feature-image img,
.services-ppa-side-photo img {
  width: 100%;
  height: 100%;
  min-height: 520px;
  object-fit: cover;
  display: block;
}

.services-ppa-feature-image::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(17, 17, 17, 0) 42%, rgba(17, 17, 17, 0.78) 100%);
}

.services-ppa-feature-image figcaption {
  position: absolute;
  left: 22px;
  right: 22px;
  bottom: 22px;
  z-index: 1;
  color: rgba(255, 255, 255, 0.88);
  font-size: 15px;
  line-height: 1.45;
}

.services-ppa-feature-image figcaption strong {
  color: #ffffff;
}

.services-ppa-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  margin-top: 32px;
}

.services-ppa-included {
  background: #f4eee5;
}

.services-ppa-heading {
  max-width: 900px;
  margin-bottom: 42px;
}

.services-ppa-card-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 22px;
}

.services-ppa-card {
  overflow: hidden;
  border-radius: 8px;
  background: #ffffff;
  border: 1px solid rgba(17, 17, 17, 0.08);
  box-shadow: 0 18px 48px rgba(17, 17, 17, 0.08);
}

.services-ppa-card img {
  display: block;
  width: 100%;
  height: 260px;
  object-fit: cover;
}

.services-ppa-card div {
  padding: 26px;
}

.services-ppa-card h3 {
  margin: 0 0 12px;
  font-size: 26px;
  line-height: 1.1;
}

.services-ppa-card p {
  margin: 0;
  font-size: 16px !important;
  line-height: 1.56 !important;
}

.services-ppa-compare {
  background: #111111;
}

.services-ppa-compare h2,
.services-ppa-compare h3 {
  color: #ffffff !important;
}

.services-ppa-compare p {
  color: rgba(255, 255, 255, 0.76) !important;
}

.services-ppa-compare-grid {
  grid-template-columns: minmax(0, 0.75fr) minmax(0, 1fr);
}

.services-ppa-table-wrap {
  overflow: hidden;
  border-radius: 8px;
  border: 1px solid rgba(255, 255, 255, 0.22);
  background: #242424;
  box-shadow: 0 24px 70px rgba(0, 0, 0, 0.34);
}

.services-ppa-table {
  width: 100%;
  border-collapse: collapse;
}

.services-ppa-table th,
.services-ppa-table td {
  padding: 22px 20px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.16);
  color: rgba(255, 255, 255, 0.9);
  font-size: 16px;
  line-height: 1.5;
  vertical-align: top;
}

.services-ppa-table th {
  background: #353535;
  color: #ffffff;
  font-size: 13px;
  text-transform: uppercase;
}

.services-ppa-table td:first-child {
  color: #ffffff;
  font-weight: 900;
}

.services-ppa-table td:nth-child(2) {
  color: #ffc056;
  font-weight: 800;
  background: rgba(255, 192, 86, 0.08);
}

.services-ppa-table tr:last-child td {
  border-bottom: 0;
}

.services-ppa-process,
.services-ppa-cta {
  background: #ffffff;
}

.services-ppa-side-photo img {
  min-height: 620px;
}

.services-ppa-process-list {
  display: grid;
  gap: 14px;
}

.services-ppa-process-list article {
  padding: 24px 0;
  border-top: 1px solid rgba(17, 17, 17, 0.14);
}

.services-ppa-process-list article:last-child {
  border-bottom: 1px solid rgba(17, 17, 17, 0.14);
}

.services-ppa-process-list span {
  display: block;
  margin-bottom: 10px;
  color: #b75319;
  font-size: 12px;
  font-weight: 900;
  text-transform: uppercase;
}

.services-ppa-process-list h3 {
  margin: 0 0 8px;
  font-size: 24px;
  line-height: 1.14;
}

.services-ppa-process-list p {
  margin: 0;
  font-size: 16px !important;
  line-height: 1.55 !important;
}

.services-ppa-standard {
  background: #f7f4ee;
}

.services-ppa-standard-grid {
  grid-template-columns: minmax(0, 0.9fr) minmax(360px, 0.8fr);
}

.services-ppa-bullets {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 10px;
  margin-top: 28px;
}

.services-ppa-bullets span {
  min-height: 58px;
  padding: 16px;
  border-radius: 8px;
  border: 1px solid rgba(17, 17, 17, 0.1);
  background: #ffffff;
  color: #111111;
  font-size: 15px;
  font-weight: 900;
  line-height: 1.25;
}

.services-ppa-cta-panel {
  max-width: 1040px;
  padding: clamp(34px, 7vw, 80px);
  border-radius: 8px;
  background:
    linear-gradient(90deg, rgba(17, 17, 17, 0.92), rgba(17, 17, 17, 0.7)),
    url("/images/services/ppa-roof-install.png");
  background-size: cover;
  background-position: center;
}

.services-ppa-cta-panel h2,
.services-ppa-cta-panel p {
  max-width: 760px;
  color: #ffffff !important;
}

.services-ppa-cta-panel p:not(.section-eyebrow) {
  color: rgba(255, 255, 255, 0.82) !important;
}

@media (max-width: 991px) {
  .services-page-header {
    background-position: 60% center !important;
  }

  .services-ppa-page section {
    padding: 72px 0;
  }

  .services-ppa-intro-grid,
  .services-ppa-compare-grid,
  .services-ppa-process-grid,
  .services-ppa-standard-grid {
    grid-template-columns: 1fr;
  }

  .services-ppa-intro-grid > *,
  .services-ppa-compare-grid > *,
  .services-ppa-process-grid > *,
  .services-ppa-standard-grid > * {
    min-width: 0;
  }

  .services-ppa-card-grid {
    grid-template-columns: 1fr;
  }

  .services-ppa-card {
    display: grid;
    grid-template-columns: minmax(0, 0.92fr) minmax(0, 1fr);
  }

  .services-ppa-card img {
    height: 100%;
    min-height: 270px;
  }

  .services-ppa-feature-image img,
  .services-ppa-side-photo img {
    min-height: 420px;
  }
}

@media (max-width: 767px) {
  .services-page-header .page-header-box h1 {
    font-size: clamp(42px, 12vw, 56px) !important;
  }

  .services-page-header .page-header-subtitle {
    font-size: 17px !important;
  }

  .services-ppa-page h2 {
    font-size: clamp(34px, 10vw, 46px) !important;
  }

  .services-ppa-page p {
    font-size: 16px !important;
  }

  .services-ppa-compare {
    padding: 64px 0 !important;
  }

  .services-ppa-compare-copy h2 {
    max-width: 100%;
    font-size: clamp(30px, 8.2vw, 34px) !important;
    line-height: 1.08 !important;
  }

  .services-ppa-compare-copy p {
    margin-bottom: 26px;
    color: rgba(255, 255, 255, 0.88) !important;
    font-size: 16px !important;
    line-height: 1.62 !important;
  }

  .services-ppa-card {
    display: block;
  }

  .services-ppa-card img {
    height: 240px;
    min-height: 0;
  }

  .services-ppa-actions {
    display: grid;
    grid-template-columns: 1fr;
  }

  .services-ppa-actions .btn-default {
    width: 100%;
    justify-content: center;
    text-align: center;
  }

  .services-ppa-table-wrap {
    overflow: visible;
    border: 0;
    background: transparent;
  }

  .services-ppa-table,
  .services-ppa-table tbody,
  .services-ppa-table tr,
  .services-ppa-table td {
    display: block;
    width: 100%;
    box-sizing: border-box;
  }

  .services-ppa-table thead {
    display: none;
  }

  .services-ppa-table tr {
    margin-bottom: 14px;
    padding: 18px 18px 16px;
    border-radius: 8px;
    background: #272727 !important;
    border: 1px solid rgba(255, 255, 255, 0.22);
    box-shadow: 0 18px 42px rgba(0, 0, 0, 0.28);
  }

  .services-ppa-table td {
    padding: 12px 0 !important;
    border: 0 !important;
    color: rgba(255, 255, 255, 0.92) !important;
    background: transparent !important;
    font-size: 14px !important;
    line-height: 1.48 !important;
    overflow-wrap: anywhere;
  }

  .services-ppa-table td + td {
    border-top: 1px solid rgba(255, 255, 255, 0.12) !important;
  }

  .services-ppa-table td::before {
    display: block;
    margin-bottom: 5px;
    color: rgba(255, 255, 255, 0.52);
    font-size: 11px;
    font-weight: 900;
    letter-spacing: 0;
    text-transform: uppercase;
  }

  .services-ppa-table td:nth-child(1)::before {
    content: "Decision point";
  }

  .services-ppa-table td:nth-child(2)::before {
    content: "PPA path";
    color: rgba(255, 192, 86, 0.78);
  }

  .services-ppa-table td:nth-child(3)::before {
    content: "Traditional purchase";
  }

  .services-ppa-table td:first-child {
    color: #ffffff !important;
    font-weight: 900;
  }

  .services-ppa-table td:nth-child(2) {
    margin: 2px -18px 0;
    padding: 14px 18px !important;
    background: rgba(255, 192, 86, 0.13) !important;
    color: #ffe0a3 !important;
    font-weight: 900;
  }

  .services-ppa-bullets {
    grid-template-columns: 1fr;
  }

  .services-ppa-feature-image img,
  .services-ppa-side-photo img {
    min-height: 330px;
  }

.services-ppa-feature-image figcaption {
    left: 16px;
    right: 16px;
    bottom: 16px;
  }
}

/* Home conversion cleanup: simpler hero, clear proposal block, no newsletter panel. */
.hero,
.hero.parallaxie {
  min-height: 760px !important;
  padding: 118px 0 76px !important;
}

.hero::before {
  background:
    linear-gradient(90deg, rgba(17, 17, 17, 0.82) 0%, rgba(17, 17, 17, 0.58) 46%, rgba(17, 17, 17, 0.22) 100%) !important;
}

.hero .hero-content {
  max-width: 700px !important;
}

.hero .hero-stamp {
  display: none !important;
}

.hero .section-title h1 {
  max-width: 11ch !important;
  font-size: clamp(54px, 6.4vw, 96px) !important;
  line-height: 0.96 !important;
}

.hero .hero-subhead {
  max-width: 560px !important;
  color: rgba(255, 255, 255, 0.9) !important;
  font-size: clamp(17px, 1.25vw, 20px) !important;
}

.hero-quote-card {
  max-width: 470px !important;
  padding: clamp(24px, 2.7vw, 34px) !important;
  border-radius: 8px !important;
  background: #fbfaf7 !important;
  box-shadow: 0 22px 70px rgba(0, 0, 0, 0.28) !important;
}

.hero-lead-heading h2,
.hero-lead-success h2 {
  margin: 0 0 12px;
  color: #111111 !important;
  font-size: clamp(30px, 2.7vw, 42px) !important;
  line-height: 1.02 !important;
}

.hero-lead-heading p:not(.hero-quote-kicker),
.hero-lead-success p:not(.hero-quote-kicker) {
  margin: 0 0 20px;
  color: rgba(17, 17, 17, 0.68) !important;
  font-size: 14px !important;
  line-height: 1.55 !important;
}

.hero-lead-fields {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 10px;
  margin-bottom: 14px;
}

.hero-lead-fields .form-control {
  min-height: 50px;
  padding: 12px 14px !important;
  border: 1px solid rgba(17, 17, 17, 0.14) !important;
  border-radius: 8px !important;
  color: #111111 !important;
  font-size: 14px !important;
}

.hero-lead-wide {
  grid-column: 1 / -1;
}

.hero-lead-form .btn-default {
  width: 100%;
  justify-content: center;
  min-height: 52px;
}

.hero-lead-error {
  margin: 12px 0 0;
  color: #b42318 !important;
  font-size: 13px !important;
}

.xtact-plan-decision {
  display: grid !important;
  grid-template-columns: minmax(0, 0.82fr) minmax(300px, 0.56fr);
  gap: clamp(24px, 5vw, 70px);
  margin-top: 22px !important;
  padding: clamp(30px, 5vw, 58px) !important;
  overflow: hidden;
  border: 1px solid rgba(17, 17, 17, 0.12);
  border-radius: 8px !important;
  background:
    radial-gradient(circle at 84% 18%, rgba(243, 108, 33, 0.16), transparent 32%),
    linear-gradient(90deg, rgba(17, 17, 17, 0.05) 1px, transparent 1px),
    #171717 !important;
  background-size: auto, 58px 58px, auto;
  box-shadow: 0 24px 80px rgba(17, 17, 17, 0.14);
}

.xtact-decision-copy {
  align-self: center;
}

.xtact-decision-copy .section-eyebrow {
  color: #ffc056 !important;
}

.xtact-decision-copy h3 {
  max-width: 760px;
  margin: 0 0 20px !important;
  color: #ffffff !important;
  font-size: clamp(42px, 5.2vw, 76px) !important;
  line-height: 0.96 !important;
  letter-spacing: 0 !important;
}

.xtact-decision-copy p:not(.section-eyebrow) {
  max-width: 720px;
  margin: 0 0 28px !important;
  color: rgba(255, 255, 255, 0.78) !important;
  font-size: 18px !important;
  line-height: 1.6 !important;
}

.xtact-decision-board {
  align-self: stretch;
  display: grid;
  grid-template-columns: minmax(0, 1fr) 122px;
  gap: 14px;
  min-height: 300px;
  padding: 18px;
  border: 1px solid rgba(255, 255, 255, 0.14);
  border-radius: 8px;
  background:
    linear-gradient(135deg, rgba(255, 255, 255, 0.1), rgba(255, 255, 255, 0.03)),
    rgba(0, 0, 0, 0.28);
}

.xtact-decision-roof {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 10px;
  padding: 14px;
  border: 1px solid rgba(255, 255, 255, 0.13);
  border-radius: 8px;
  background: rgba(17, 17, 17, 0.72);
  transform: skewY(-5deg);
}

.xtact-decision-roof span {
  min-height: 76px;
  border: 1px solid rgba(255, 255, 255, 0.14);
  border-radius: 6px;
  background:
    linear-gradient(135deg, rgba(255, 255, 255, 0.12), transparent 42%),
    linear-gradient(180deg, rgba(255, 192, 86, 0.2), rgba(17, 17, 17, 0.74)),
    #252525;
}

.xtact-decision-meter {
  display: grid;
  align-content: center;
  justify-items: center;
  gap: 10px;
  padding: 18px;
  border-radius: 8px;
  background: #f36c21;
  text-align: center;
}

.xtact-decision-meter strong {
  color: #111111;
  font-size: clamp(44px, 5vw, 68px);
  font-weight: 950;
  line-height: 0.88;
}

.xtact-decision-meter span {
  color: rgba(17, 17, 17, 0.72) !important;
  font-size: 11px;
  font-weight: 950;
  line-height: 1.08;
  text-transform: uppercase;
}

.xtact-decision-bars {
  display: grid;
  grid-column: 1 / -1;
  gap: 10px;
  align-content: end;
}

.xtact-decision-bars span {
  display: block;
  height: 12px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.14);
}

.xtact-decision-bars span:nth-child(1) {
  width: 86%;
}

.xtact-decision-bars span:nth-child(2) {
  width: 62%;
  background: rgba(255, 192, 86, 0.52);
}

.xtact-decision-bars span:nth-child(3) {
  width: 74%;
}

.xtact-decision-answers {
  display: grid;
  grid-column: 1 / -1;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 12px;
}

.xtact-decision-answers article {
  min-height: 164px;
  padding: 20px;
  border: 1px solid rgba(255, 255, 255, 0.14);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.07);
}

.xtact-decision-answers span {
  display: block;
  margin-bottom: 18px;
  color: #ffc056 !important;
  font-size: 11px;
  font-weight: 950;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.xtact-decision-answers h4 {
  margin: 0 0 10px;
  color: #ffffff !important;
  font-size: clamp(19px, 1.7vw, 26px);
  line-height: 1.08;
}

.xtact-decision-answers p {
  margin: 0;
  color: rgba(255, 255, 255, 0.72) !important;
  font-size: 15px;
  line-height: 1.46;
}

.quote-only-contact.page-contact-us {
  padding: clamp(72px, 8vw, 112px) 0 !important;
  background: #f7f4ee !important;
}

.quote-only-contact .contact-form {
  max-width: 920px;
  margin: 0 auto;
  padding: clamp(28px, 5vw, 56px) !important;
  border: 1px solid rgba(17, 17, 17, 0.1) !important;
  border-radius: 8px !important;
  background: #ffffff !important;
  box-shadow: 0 24px 70px rgba(17, 17, 17, 0.08) !important;
}

.quote-only-contact .section-title {
  display: grid;
  grid-template-columns: minmax(0, 0.75fr) minmax(300px, 1fr);
  gap: clamp(24px, 5vw, 64px);
  align-items: end;
  margin-bottom: 32px !important;
}

.quote-only-contact .section-title .section-eyebrow,
.quote-only-contact .section-title h2 {
  grid-column: 1;
}

.quote-only-contact .section-title p:not(.section-eyebrow) {
  grid-column: 2;
  grid-row: 1 / span 2;
  margin: 0 !important;
  color: rgba(17, 17, 17, 0.68) !important;
  font-size: 17px !important;
  line-height: 1.62 !important;
}

.quote-only-contact .section-title h2 {
  max-width: 10ch !important;
  margin: 0 !important;
  color: #111111 !important;
  font-size: clamp(42px, 5.8vw, 76px) !important;
}

.quote-only-contact .member-contect-form form .row {
  row-gap: 0;
}

.quote-only-contact .form-control {
  min-height: 58px;
  border: 1px solid rgba(17, 17, 17, 0.14) !important;
  color: #111111 !important;
}

.quote-only-contact textarea.form-control {
  min-height: 134px;
}

.quote-only-contact .btn-default {
  min-height: 54px;
  padding-inline: 26px !important;
}

.main-footer {
  padding: clamp(34px, 4.5vw, 56px) 0 24px !important;
  background: #111111 !important;
}

.main-footer .container > .row:first-child {
  display: block !important;
}

.footer-conversion-panel {
  position: relative;
  overflow: hidden;
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(270px, 360px);
  gap: clamp(24px, 5vw, 58px);
  align-items: center;
  padding: clamp(24px, 3.5vw, 34px);
  border: 1px solid rgba(255, 255, 255, 0.14);
  border-radius: 8px;
  background:
    linear-gradient(90deg, rgba(255, 255, 255, 0.035) 1px, transparent 1px),
    linear-gradient(180deg, rgba(255, 255, 255, 0.03) 1px, transparent 1px),
    #1d1d1d;
  background-size: 56px 56px, 56px 56px, auto;
}

.footer-brand-block h2 {
  max-width: 620px;
  margin: 20px 0 12px;
  color: #ffffff !important;
  font-size: clamp(32px, 4vw, 48px);
  line-height: 1;
}

.footer-brand-block p {
  max-width: 680px;
  margin: 0;
  color: rgba(255, 255, 255, 0.7) !important;
  font-size: 17px !important;
  line-height: 1.62 !important;
}

.footer-proof-row {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 10px;
  max-width: 720px;
  margin-top: 20px;
}

.footer-proof-row span {
  box-sizing: border-box;
  min-height: 64px;
  padding: 11px 12px;
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.06);
  color: rgba(255, 255, 255, 0.7) !important;
  font-size: 12px;
  font-weight: 900;
  line-height: 1.2;
  text-transform: uppercase;
}

.footer-proof-row strong {
  display: block;
  margin-bottom: 6px;
  color: #ffffff;
  font-size: clamp(22px, 2.1vw, 28px);
  line-height: 0.9;
  text-transform: none;
}

.footer-cta-block {
  display: grid;
  width: 100%;
  gap: 12px;
  justify-items: stretch;
}

.footer-cta-block .btn-default {
  width: 100%;
  min-width: 0;
  min-height: 54px;
  justify-content: center;
}

.footer-model-graphic {
  position: relative;
  display: grid;
  grid-template-columns: minmax(0, 1fr) 88px;
  gap: 10px;
  min-height: 174px;
  padding: 14px;
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.14);
  border-radius: 8px;
  background:
    linear-gradient(135deg, rgba(255, 255, 255, 0.11), rgba(255, 255, 255, 0.035)),
    #151515;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.08);
}

.footer-model-roof {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 6px;
  align-self: stretch;
  padding: 10px;
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 8px;
  background: rgba(0, 0, 0, 0.22);
  transform: skewY(-5deg);
}

.footer-model-roof span {
  min-height: 36px;
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 5px;
  background:
    linear-gradient(135deg, rgba(255, 255, 255, 0.14), transparent 42%),
    linear-gradient(180deg, rgba(255, 192, 86, 0.18), rgba(17, 17, 17, 0.72)),
    #242424;
}

.footer-model-readout {
  display: grid;
  align-content: center;
  justify-items: center;
  gap: 8px;
  border-radius: 8px;
  background: #f36c21;
  color: #111111 !important;
}

.footer-model-readout span {
  max-width: 64px;
  color: rgba(17, 17, 17, 0.74) !important;
  font-size: 10px;
  font-weight: 950;
  line-height: 1.05;
  text-align: center;
  text-transform: uppercase;
}

.footer-model-readout strong {
  color: #111111;
  font-size: 32px;
  font-weight: 950;
  line-height: 0.9;
}

.footer-model-lines {
  display: grid;
  grid-column: 1 / -1;
  gap: 6px;
  align-content: end;
}

.footer-model-lines span {
  display: block;
  height: 6px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.14);
}

.footer-model-lines span:nth-child(1) {
  width: 82%;
}

.footer-model-lines span:nth-child(2) {
  width: 64%;
  background: rgba(255, 192, 86, 0.48);
}

.footer-model-lines span:nth-child(3) {
  width: 74%;
}

.footer-model-badges {
  display: flex;
  flex-wrap: wrap;
  grid-column: 1 / -1;
  gap: 8px;
}

.footer-model-badges span {
  padding: 6px 8px;
  border: 1px solid rgba(255, 255, 255, 0.14);
  border-radius: 999px;
  color: rgba(255, 255, 255, 0.76) !important;
  font-size: 10px;
  font-weight: 950;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}

.main-footer .footer-conversion-panel .footer-cta-block a:not(.btn-default):not(.navbar-brand):not(.nav-link):not(.section-eyebrow),
footer.main-footer .footer-conversion-panel .footer-cta-block a:not(.btn-default):not(.navbar-brand):not(.nav-link):not(.section-eyebrow) {
  color: rgba(255, 255, 255, 0.72) !important;
  font-weight: 800;
}

.main-footer .footer-conversion-panel .footer-cta-block a:not(.btn-default):not(.navbar-brand):not(.nav-link):not(.section-eyebrow):hover,
footer.main-footer .footer-conversion-panel .footer-cta-block a:not(.btn-default):not(.navbar-brand):not(.nav-link):not(.section-eyebrow):hover {
  color: #ffffff !important;
}

footer.main-footer .footer-link-grid .footer-links ul li a:not(.btn-default):not(.navbar-brand):not(.nav-link),
footer.main-footer .footer-link-grid .footer-links ul li a:not(.btn-default):not(.navbar-brand):not(.nav-link):visited {
  color: rgba(255, 255, 255, 0.84) !important;
  font-size: clamp(18px, 1.15vw, 19px) !important;
  font-weight: 750 !important;
  line-height: 1.35 !important;
}

footer.main-footer .footer-link-grid .footer-links ul li a:not(.btn-default):not(.navbar-brand):not(.nav-link):hover {
  color: #ffffff !important;
}

/* Work-with-us recruiting pages. */
.partner-page-header {
  background-size: cover !important;
  background-position: center !important;
  padding: 210px 0 140px !important;
}

.partner-hub-header {
  padding: 140px 0 82px !important;
}

.partner-page-header .breadcrumb {
  display: none !important;
}

.partner-page-header .page-header-box {
  max-width: 1040px;
  text-align: left;
  margin: 0;
}

.partner-page-header .page-header-box h1,
.partner-page-header .page-header-subtitle {
  color: #ffffff !important;
}

.partner-page-header .page-header-subtitle {
  max-width: 760px;
  margin: 18px 0 0;
}

.partner-hub-header {
  background-image:
    linear-gradient(90deg, rgba(17, 17, 17, 0.84), rgba(17, 17, 17, 0.42)),
    url("/images/services/ppa-home-energy-system.png") !important;
}

.partner-sales-header {
  background-image:
    linear-gradient(90deg, rgba(17, 17, 17, 0.84), rgba(17, 17, 17, 0.42)),
    url("/images/services/ppa-bill-planning.png") !important;
}

.partner-org-header {
  background-image:
    linear-gradient(90deg, rgba(17, 17, 17, 0.86), rgba(17, 17, 17, 0.24)),
    url("/images/work-with-us/sales-org-territory-planning.png") !important;
}

.partner-install-header {
  background-image:
    linear-gradient(90deg, rgba(17, 17, 17, 0.84), rgba(17, 17, 17, 0.38)),
    url("/images/services/ppa-roof-install.png") !important;
}

.partner-page {
  overflow: hidden;
  background: #fbfaf7;
  color: #111111;
}

.partner-page section {
  padding: clamp(76px, 8vw, 116px) 0;
}

.partner-page .section-eyebrow,
.partner-page p.section-eyebrow {
  width: fit-content;
  margin-bottom: 16px;
  color: #b75319 !important;
  font-size: 12px !important;
  font-weight: 900 !important;
  letter-spacing: 0.08em !important;
  text-transform: uppercase;
}

.partner-page h2 {
  margin: 0 0 20px;
  color: #111111 !important;
  font-size: clamp(40px, 5.4vw, 78px) !important;
  line-height: 0.98 !important;
  letter-spacing: 0 !important;
}

.partner-page h3 {
  color: #111111 !important;
  letter-spacing: 0 !important;
}

.partner-page p,
.partner-page li,
.partner-page span {
  color: rgba(17, 17, 17, 0.72) !important;
}

.partner-hub-hero {
  min-height: 0;
  padding: clamp(34px, 4vw, 56px) 0 clamp(48px, 5vw, 70px) !important;
  background:
    radial-gradient(circle at 88% 10%, rgba(47, 141, 88, 0.16), transparent 30%),
    linear-gradient(90deg, rgba(17, 17, 17, 0.035) 1px, transparent 1px),
    #f7f4ee;
  background-size: auto, 82px 82px, auto;
}

.partner-hub-intro {
  display: grid;
  grid-template-columns: minmax(0, 0.82fr) minmax(320px, 0.45fr);
  gap: clamp(26px, 5vw, 70px);
  align-items: end;
  margin-bottom: 22px;
}

.partner-hub-copy {
  max-width: 920px;
}

.partner-hub-copy p:not(.section-eyebrow) {
  max-width: 760px;
  font-size: 19px !important;
  line-height: 1.58 !important;
}

.partner-hub-copy h2 {
  max-width: 780px;
  font-size: clamp(38px, 4.2vw, 58px) !important;
}

.partner-hub-proof {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 10px;
}

.partner-hub-proof span {
  min-height: 96px;
  padding: 18px;
  border: 1px solid rgba(17, 17, 17, 0.1);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.78);
  font-size: 12px;
  font-weight: 900;
  line-height: 1.2;
  text-transform: uppercase;
  box-shadow: 0 18px 48px rgba(17, 17, 17, 0.06);
}

.partner-hub-proof strong {
  display: block;
  margin-bottom: 12px;
  color: #111111;
  font-size: clamp(32px, 4vw, 52px);
  line-height: 0.9;
  text-transform: none;
}

.partner-section-heading {
  max-width: 860px;
  margin-bottom: 40px;
}

.partner-lane-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 16px;
}

.partner-lane-card {
  position: relative;
  overflow: hidden;
  border-radius: 8px;
  background: #111111;
  box-shadow: 0 24px 70px rgba(17, 17, 17, 0.14);
}

.partner-lane-grid-hero .partner-lane-card {
  height: 456px;
  min-height: 456px;
}

.partner-lane-grid-hero .partner-lane-card figure {
  position: absolute;
  inset: 0;
  aspect-ratio: auto;
  height: 100%;
}

.partner-lane-grid-hero .partner-lane-card figure::after {
  background:
    linear-gradient(180deg, rgba(17, 17, 17, 0.16), rgba(17, 17, 17, 0.92)),
    linear-gradient(90deg, rgba(17, 17, 17, 0.72), rgba(17, 17, 17, 0.18));
}

.partner-lane-grid-hero .partner-lane-card > div {
  position: relative;
  z-index: 1;
  display: flex;
  width: 100%;
  min-height: 100%;
  flex-direction: column;
  justify-content: flex-start;
}

.partner-lane-card figure {
  position: relative;
  overflow: hidden;
  margin: 0;
  aspect-ratio: 2.35 / 1;
  background: #111111;
}

.partner-lane-card figure::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(17, 17, 17, 0.06), rgba(17, 17, 17, 0.5));
}

.partner-lane-card img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.partner-lane-card > div {
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  padding: 20px 22px 22px;
}

.partner-lane-card > div > p,
.partner-lane-card li {
  color: #ffc056 !important;
  font-size: 12px !important;
  font-weight: 900;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.partner-lane-card h3 {
  margin: 0 0 12px;
  color: #ffffff !important;
  font-size: clamp(28px, 2.6vw, 36px);
  line-height: 1.02;
}

.partner-lane-card span {
  display: block;
  min-height: 88px;
  color: rgba(255, 255, 255, 0.76) !important;
  font-size: 15px;
  line-height: 1.48;
}

.partner-lane-card ul {
  display: flex;
  flex-wrap: wrap;
  align-content: flex-start;
  gap: 8px;
  min-height: 78px;
  padding: 0;
  margin: 20px 0 18px;
  list-style: none;
}

.partner-lane-card li {
  padding: 7px 9px;
  border: 1px solid rgba(255, 255, 255, 0.16);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.08);
}

.partner-lane-card .btn-default {
  width: 100%;
  min-height: 50px;
  justify-content: center;
  margin-top: auto;
  flex-shrink: 0;
}

.partner-lane-card:nth-child(2) {
  background: #20242a;
}

.partner-lane-card:nth-child(3) {
  background: #153023;
}

.partner-operating-section,
.partner-shade-section {
  background: #f4eee5;
}

.partner-operating-panel,
.partner-pay-panel,
.partner-requirements-panel {
  display: grid;
  grid-template-columns: minmax(0, 0.78fr) minmax(0, 1fr);
  gap: clamp(28px, 5vw, 74px);
  align-items: start;
}

.partner-operating-panel > div:first-child p:not(.section-eyebrow),
.partner-pay-panel > div:first-child p {
  max-width: 680px;
  font-size: 18px !important;
  line-height: 1.62 !important;
}

.partner-operating-list,
.partner-pay-cards,
.partner-requirement-grid {
  display: grid;
  gap: 14px;
}

.partner-operating-list article,
.partner-pay-cards article,
.partner-requirement-grid article,
.partner-feature-grid article,
.partner-process-grid article {
  border: 1px solid rgba(17, 17, 17, 0.1);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.78);
  box-shadow: 0 18px 50px rgba(17, 17, 17, 0.06);
}

.partner-operating-list article,
.partner-pay-cards article,
.partner-requirement-grid article {
  padding: 24px;
}

.partner-operating-list h3,
.partner-pay-cards h3,
.partner-requirement-grid h3,
.partner-feature-grid h3,
.partner-process-grid h3 {
  margin: 0 0 10px;
  font-size: clamp(22px, 2vw, 30px);
  line-height: 1.08;
}

.partner-operating-list p,
.partner-pay-cards p,
.partner-requirement-grid p,
.partner-feature-grid p,
.partner-process-grid p {
  margin: 0;
  font-size: 16px !important;
  line-height: 1.55 !important;
}

.partner-role-hero {
  background:
    linear-gradient(90deg, rgba(17, 17, 17, 0.035) 1px, transparent 1px),
    #fbfaf7;
  background-size: 82px 82px;
}

.partner-role-grid,
.partner-split-grid {
  display: grid;
  grid-template-columns: minmax(0, 0.82fr) minmax(420px, 1fr);
  gap: clamp(34px, 6vw, 82px);
  align-items: center;
}

.partner-role-grid > div > p:not(.section-eyebrow),
.partner-split-copy p:not(.section-eyebrow) {
  max-width: 720px;
  font-size: 19px !important;
  line-height: 1.62 !important;
}

.partner-role-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 28px;
}

.partner-role-actions .btn-highlighted {
  background: #111111 !important;
  color: #ffffff !important;
}

.partner-role-photo,
.partner-photo-panel {
  position: relative;
  overflow: hidden;
  margin: 0;
  min-height: 520px;
  border-radius: 8px;
  background: #111111;
  box-shadow: 0 28px 80px rgba(17, 17, 17, 0.16);
}

.partner-role-photo img,
.partner-photo-panel img {
  width: 100%;
  height: 100%;
  min-height: 520px;
  object-fit: cover;
}

.partner-role-photo::after,
.partner-photo-panel::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(17, 17, 17, 0), rgba(17, 17, 17, 0.7));
}

.partner-role-photo figcaption {
  position: absolute;
  left: 22px;
  right: 22px;
  bottom: 22px;
  z-index: 1;
  padding: 18px;
  border: 1px solid rgba(255, 255, 255, 0.2);
  border-radius: 8px;
  background: rgba(17, 17, 17, 0.72);
  color: rgba(255, 255, 255, 0.86);
  font-size: 15px;
  line-height: 1.45;
}

.partner-feature-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 14px;
}

.partner-feature-grid article {
  min-height: 240px;
  padding: 24px;
}

.partner-feature-grid article:nth-child(1) {
  background: linear-gradient(135deg, rgba(255, 192, 86, 0.28), rgba(255, 255, 255, 0.84));
}

.partner-feature-grid article:nth-child(2) {
  background: linear-gradient(135deg, rgba(47, 141, 88, 0.18), rgba(255, 255, 255, 0.86));
}

.partner-feature-grid article:nth-child(3) {
  background: linear-gradient(135deg, rgba(75, 85, 99, 0.16), rgba(255, 255, 255, 0.88));
}

.partner-feature-grid article:nth-child(4) {
  background: linear-gradient(135deg, rgba(183, 83, 25, 0.16), rgba(255, 255, 255, 0.88));
}

.partner-process-section {
  background: #111111;
}

.partner-process-section .section-eyebrow,
.partner-process-section h2 {
  color: #ffffff !important;
}

.partner-process-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 14px;
}

.partner-process-grid article {
  min-height: 280px;
  padding: 24px;
  background: #222222;
  border-color: rgba(255, 255, 255, 0.12);
}

.partner-process-grid span {
  display: block;
  margin-bottom: 42px;
  color: #ffc056 !important;
  font-size: 13px;
  font-weight: 900;
}

.partner-process-grid h3 {
  color: #ffffff !important;
}

.partner-process-grid p {
  color: rgba(255, 255, 255, 0.74) !important;
}

.partner-split-grid.is-reverse {
  grid-template-columns: minmax(420px, 1fr) minmax(0, 0.82fr);
}

.partner-page .our-faqs {
  background: #111111 !important;
}

.partner-page .our-faqs .section-title h2,
.partner-page .faq-accordion .accordion-button {
  color: #ffffff !important;
}

.partner-page .our-faqs .section-eyebrow,
.partner-page .our-faqs p.section-eyebrow {
  color: #f36c21 !important;
}

.partner-page .faq-accordion .accordion-item {
  border-bottom-color: rgba(255, 255, 255, 0.18) !important;
}

.partner-page .faq-accordion .accordion-button,
.partner-page .faq-accordion .accordion-button:not(.collapsed),
.partner-page .faq-accordion .accordion-button:focus {
  background: transparent !important;
  box-shadow: none !important;
}

.partner-page .faq-accordion .accordion-button::after,
.partner-page .faq-accordion .accordion-button.collapsed::after {
  color: #f36c21 !important;
}

.partner-page .our-faqs .accordion-body p {
  color: rgba(255, 255, 255, 0.78) !important;
}

.partner-page .page-contact-us {
  background: #f4eee5 !important;
}

.partner-page .contact-details-box,
.partner-page .contact-form {
  border-radius: 8px;
}

.partner-page .contact-form {
  padding: clamp(24px, 4vw, 42px);
  background: #ffffff;
  box-shadow: 0 24px 70px rgba(17, 17, 17, 0.08);
}

.partner-page .contact-form .section-title h2 {
  font-size: clamp(34px, 4vw, 56px) !important;
}

@media (max-width: 1199px) {
  .partner-hub-intro,
  .partner-operating-panel,
  .partner-pay-panel,
  .partner-requirements-panel {
    grid-template-columns: 1fr;
  }

  .partner-feature-grid,
  .partner-process-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 991px) {
  .partner-lane-grid,
  .partner-role-grid,
  .partner-split-grid,
  .partner-split-grid.is-reverse {
    grid-template-columns: 1fr;
  }

  .partner-hub-hero {
    min-height: 0;
  }

  .partner-role-photo,
  .partner-photo-panel,
  .partner-role-photo img,
  .partner-photo-panel img {
    min-height: 420px;
  }
}

@media (max-width: 767px) {
  .partner-page section {
    padding: 68px 0;
  }

  .partner-page h2 {
    font-size: clamp(34px, 10vw, 48px) !important;
  }

  .partner-hub-intro,
  .partner-hub-proof {
    grid-template-columns: 1fr;
  }

  .partner-lane-card span {
    min-height: 0;
  }

  .partner-lane-grid-hero .partner-lane-card {
    height: auto;
    min-height: 0;
  }

  .partner-lane-grid-hero .partner-lane-card > div {
    min-height: 420px;
  }

  .partner-lane-card ul {
    min-height: 0;
  }

  .partner-feature-grid,
  .partner-process-grid {
    grid-template-columns: 1fr;
  }

  .partner-role-actions {
    display: grid;
  }

  .partner-role-actions .btn-default {
    justify-content: center;
    width: 100%;
  }

  .partner-role-photo,
  .partner-photo-panel,
  .partner-role-photo img,
  .partner-photo-panel img {
    min-height: 340px;
  }
}

/* How It Works: alternating process flow with stronger depth. */
.growth-page-header + .how-model-page {
  margin-top: 0 !important;
}

.how-model-page {
  overflow: hidden;
  background: #fbfaf7;
  color: #111111;
}

.how-model-page .section-eyebrow,
.how-model-page p.section-eyebrow {
  width: fit-content;
  margin-bottom: 18px;
  color: #b75319 !important;
  font-size: 12px !important;
  font-weight: 900 !important;
  letter-spacing: 0.08em !important;
  text-transform: uppercase;
}

.how-model-page .section-eyebrow::before {
  background: #f7a928 !important;
}

.how-model-intro {
  padding: clamp(76px, 8vw, 118px) 0;
  background:
    linear-gradient(90deg, rgba(17, 17, 17, 0.035) 1px, transparent 1px),
    linear-gradient(180deg, #ffffff 0%, #fbfaf7 100%);
  background-size: 82px 82px, auto;
}

.how-model-intro-grid {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(360px, 0.52fr);
  gap: clamp(32px, 7vw, 96px);
  align-items: end;
}

.how-model-intro h2,
.how-model-step h2,
.how-model-final h2 {
  margin: 0;
  color: #111111 !important;
  font-size: clamp(42px, 6vw, 86px) !important;
  line-height: 0.96 !important;
  letter-spacing: 0 !important;
}

.how-model-intro h2 {
  max-width: 980px;
}

.how-model-intro p:not(.section-eyebrow),
.how-model-step p,
.how-model-final p:not(.section-eyebrow) {
  color: rgba(17, 17, 17, 0.7) !important;
  font-size: 18px !important;
  line-height: 1.66 !important;
}

.how-model-intro p:not(.section-eyebrow) {
  max-width: 720px;
  margin: 26px 0 0;
}

.how-model-summary {
  padding: clamp(24px, 3vw, 34px);
  border: 1px solid rgba(17, 17, 17, 0.1);
  border-radius: 8px;
  background: #111111;
  box-shadow: 0 24px 70px rgba(17, 17, 17, 0.14);
}

.how-model-summary span {
  display: block;
  margin-bottom: 20px;
  color: #ffc056;
  font-size: 12px;
  font-weight: 900;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.how-model-summary ul {
  display: grid;
  gap: 0;
  margin: 0 0 26px;
  padding: 0;
  list-style: none;
}

.how-model-summary li {
  position: relative;
  padding: 16px 0 16px 28px;
  border-top: 1px solid rgba(255, 255, 255, 0.12);
  color: rgba(255, 255, 255, 0.82) !important;
  font-size: 15px;
  line-height: 1.45;
}

.how-model-summary li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 24px;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: #f36c21;
}

.how-model-summary .btn-default {
  width: 100%;
  justify-content: center;
}

.how-model-steps {
  padding: 0 0 clamp(64px, 8vw, 112px);
}

.how-model-step {
  position: relative;
  display: grid;
  grid-template-columns: minmax(0, 0.86fr) minmax(420px, 1fr);
  gap: clamp(34px, 7vw, 96px);
  align-items: center;
  padding: clamp(56px, 8vw, 112px) 0;
}

.how-model-step + .how-model-step {
  border-top: 1px solid rgba(17, 17, 17, 0.1);
}

.how-model-step.is-reverse {
  grid-template-columns: minmax(420px, 1fr) minmax(0, 0.86fr);
}

.how-model-step.is-reverse .how-model-copy {
  grid-column: 2;
}

.how-model-step.is-reverse .how-model-photo {
  grid-column: 1;
  grid-row: 1;
}

.how-model-copy {
  max-width: 660px;
}

.how-model-copy h2 {
  margin-bottom: 28px;
  font-size: clamp(38px, 5.4vw, 72px) !important;
}

.how-model-copy p:not(.section-eyebrow) {
  max-width: 620px;
  margin: 0 0 18px;
}

.how-model-photo {
  position: relative;
  margin: 0;
  overflow: hidden;
  min-height: 560px;
  border-radius: 8px;
  background: #111111;
  box-shadow: 0 28px 80px rgba(17, 17, 17, 0.18);
  isolation: isolate;
}

.how-model-photo::after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 1;
  background:
    linear-gradient(180deg, rgba(17, 17, 17, 0) 48%, rgba(17, 17, 17, 0.66) 100%),
    linear-gradient(90deg, rgba(17, 17, 17, 0.12), rgba(17, 17, 17, 0));
  pointer-events: none;
}

.how-model-photo img {
  display: block;
  width: 100%;
  height: 100%;
  min-height: 560px;
  object-fit: cover;
  transition: transform 500ms ease, filter 500ms ease;
}

.how-model-step:hover .how-model-photo img {
  transform: scale(1.025);
  filter: saturate(1.04) contrast(1.03);
}

.how-model-photo figcaption {
  position: absolute;
  left: 22px;
  right: 22px;
  bottom: 22px;
  z-index: 2;
  padding: 18px 20px;
  border: 1px solid rgba(255, 255, 255, 0.24);
  border-radius: 8px;
  background: rgba(17, 17, 17, 0.74);
  color: rgba(255, 255, 255, 0.88);
  font-size: 15px;
  font-weight: 900;
  line-height: 1.35;
  backdrop-filter: blur(14px);
}

.how-model-final {
  padding: 0 0 clamp(76px, 9vw, 128px);
  background: #fbfaf7;
}

.how-model-final-panel {
  padding: clamp(34px, 7vw, 76px);
  border-radius: 8px;
  background:
    linear-gradient(90deg, rgba(17, 17, 17, 0.92), rgba(17, 17, 17, 0.68)),
    url("/images/home/bento-solar-panels.png");
  background-size: cover;
  background-position: center;
}

.how-model-final-panel h2,
.how-model-final-panel p:not(.section-eyebrow) {
  max-width: 780px;
  color: #ffffff !important;
}

.how-model-final-panel p:not(.section-eyebrow) {
  color: rgba(255, 255, 255, 0.78) !important;
}

.how-model-final-panel .section-eyebrow {
  color: #ffc056 !important;
}

.how-model-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 32px;
}

.how-model-actions .btn-highlighted {
  background: rgba(255, 255, 255, 0.12) !important;
  color: #ffffff !important;
}

.how-model-page + .quote-only-contact {
  margin-top: 0 !important;
  border-radius: 28px 28px 0 0 !important;
}

/* Financing/PPA conversion page. */
.financing-page-header {
  background-image:
    linear-gradient(90deg, rgba(17, 17, 17, 0.82), rgba(17, 17, 17, 0.34)),
    url("/images/services/ppa-home-energy-system.png") !important;
  background-size: cover !important;
  background-position: center center !important;
}

.financing-page-header .page-header-box {
  max-width: 1020px;
  text-align: left;
  margin: 0;
}

.financing-page-header .page-header-box h1 {
  max-width: 900px;
  color: #ffffff !important;
}

.financing-page-header .page-header-subtitle {
  max-width: 760px;
  margin: 18px 0 0;
  color: rgba(255, 255, 255, 0.88) !important;
  font-size: clamp(18px, 2vw, 24px) !important;
  line-height: 1.38 !important;
}

.financing-page-header .breadcrumb {
  display: none !important;
}

.finance-ppa-page {
  overflow: hidden;
  background: #f7f4ee;
  color: #111111;
}

.finance-ppa-page section {
  padding: clamp(76px, 8vw, 118px) 0;
}

.finance-ppa-page .section-eyebrow,
.finance-ppa-page p.section-eyebrow {
  width: fit-content;
  margin-bottom: 18px;
  color: #b75319 !important;
  font-size: 12px !important;
  font-weight: 900 !important;
  letter-spacing: 0.08em !important;
  text-transform: uppercase;
}

.finance-ppa-page .section-eyebrow::before {
  background: #f7a928 !important;
}

.finance-ppa-page h2 {
  margin: 0 0 22px;
  color: #111111 !important;
  font-size: clamp(42px, 6vw, 84px) !important;
  line-height: 0.96 !important;
  letter-spacing: 0 !important;
}

.finance-ppa-page h3 {
  color: #111111 !important;
  letter-spacing: 0 !important;
}

.finance-ppa-page p,
.finance-ppa-page li,
.finance-ppa-page td,
.finance-ppa-page span {
  color: rgba(17, 17, 17, 0.72) !important;
}

.finance-hero-strip {
  background:
    linear-gradient(90deg, rgba(17, 17, 17, 0.035) 1px, transparent 1px),
    #fbfaf7;
  background-size: 82px 82px;
}

.finance-hero-grid {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(420px, 0.62fr);
  gap: clamp(34px, 7vw, 94px);
  align-items: center;
}

.finance-hero-copy {
  max-width: 820px;
}

.finance-hero-copy h2 {
  max-width: 860px;
}

.finance-hero-copy > p {
  max-width: 720px;
  font-size: 20px !important;
  line-height: 1.55 !important;
}

.finance-proof-row {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 12px;
  margin-top: 34px;
}

.finance-proof-row span {
  min-height: 112px;
  padding: 18px;
  border: 1px solid rgba(17, 17, 17, 0.1);
  border-radius: 8px;
  background: #ffffff;
  font-size: 13px;
  font-weight: 900;
  line-height: 1.25;
  text-transform: uppercase;
  box-shadow: 0 18px 48px rgba(17, 17, 17, 0.06);
}

.finance-proof-row strong {
  display: block;
  margin-bottom: 12px;
  color: #111111;
  font-size: clamp(34px, 4vw, 56px);
  line-height: 0.9;
  text-transform: none;
}

.finance-quote-card {
  padding: clamp(24px, 3vw, 34px);
  border: 1px solid rgba(17, 17, 17, 0.1);
  border-radius: 8px;
  background: #ffffff;
  box-shadow: 0 28px 80px rgba(17, 17, 17, 0.12);
}

.finance-quote-card .hero-lead-heading h2 {
  font-size: clamp(30px, 3vw, 44px) !important;
}

.finance-benefits-section,
.finance-ppa-detail-section,
.finance-alt-section {
  background: #ffffff;
}

.finance-section-heading {
  max-width: 840px;
  margin-bottom: 42px;
}

.finance-section-heading h2 {
  max-width: 820px;
}

.finance-section-heading p:not(.section-eyebrow) {
  max-width: 680px;
  margin: 0;
  font-size: 18px !important;
  line-height: 1.65 !important;
}

.finance-benefit-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 14px;
}

.finance-benefit-grid article,
.finance-detail-cards article,
.finance-state-grid article,
.finance-alt-grid article {
  border: 1px solid rgba(17, 17, 17, 0.1);
  border-radius: 8px;
  background: #ffffff;
  box-shadow: 0 18px 50px rgba(17, 17, 17, 0.06);
}

.finance-benefit-grid article {
  min-height: 260px;
  padding: 24px;
}

.finance-benefit-grid h3,
.finance-detail-cards h3,
.finance-state-grid h3,
.finance-alt-grid h3 {
  margin: 0 0 14px;
  font-size: clamp(22px, 2.2vw, 30px);
  line-height: 1.08;
}

.finance-benefit-grid p,
.finance-detail-cards p,
.finance-state-grid p {
  margin: 0;
  font-size: 16px !important;
  line-height: 1.58 !important;
}

.finance-compare-section {
  background: #111111;
}

.finance-compare-grid {
  display: grid;
  grid-template-columns: minmax(280px, 0.42fr) minmax(0, 1fr);
  gap: clamp(30px, 5vw, 64px);
  align-items: start;
}

.finance-compare-copy {
  position: sticky;
  top: 110px;
}

.finance-compare-copy h2,
.finance-compare-copy p,
.finance-compare-copy .section-eyebrow {
  color: #ffffff !important;
}

.finance-compare-copy p {
  color: rgba(255, 255, 255, 0.76) !important;
  font-size: 17px !important;
  line-height: 1.62 !important;
}

.finance-compare-copy .btn-default {
  margin-top: 18px;
}

.finance-table-wrap {
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.18);
  border-radius: 8px;
  background: #222222;
  box-shadow: 0 28px 80px rgba(0, 0, 0, 0.32);
}

.finance-compare-table {
  width: 100%;
  border-collapse: collapse;
}

.finance-compare-table th,
.finance-compare-table td {
  padding: 18px 16px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.13);
  color: rgba(255, 255, 255, 0.78) !important;
  font-size: 14px;
  line-height: 1.42;
  vertical-align: top;
}

.finance-compare-table th {
  background: #303030;
  color: #ffffff !important;
  font-size: 12px;
  font-weight: 900;
  text-transform: uppercase;
}

.finance-compare-table td:first-child {
  color: #ffffff !important;
  font-weight: 900;
}

.finance-compare-table th:nth-child(2),
.finance-compare-table td:nth-child(2) {
  background: rgba(255, 192, 86, 0.1);
  color: #ffd98d !important;
  font-weight: 900;
}

.finance-note {
  margin: 0;
  padding: 16px;
  color: rgba(255, 255, 255, 0.74) !important;
  font-size: 13px !important;
  line-height: 1.5 !important;
}

.finance-tax-section {
  background: #f7f4ee;
}

.finance-tax-panel {
  display: grid;
  grid-template-columns: minmax(0, 0.78fr) minmax(420px, 1fr);
  gap: clamp(28px, 6vw, 78px);
  align-items: center;
}

.finance-tax-panel > div p:not(.section-eyebrow),
.finance-detail-copy p {
  max-width: 700px;
  font-size: 18px !important;
  line-height: 1.66 !important;
}

.finance-tax-panel figure {
  position: relative;
  overflow: hidden;
  margin: 0;
  min-height: 520px;
  border-radius: 8px;
  background: #111111;
  box-shadow: 0 28px 80px rgba(17, 17, 17, 0.18);
}

.finance-tax-panel img {
  display: block;
  width: 100%;
  height: 100%;
  min-height: 520px;
  object-fit: cover;
}

.finance-tax-panel figcaption {
  position: absolute;
  left: 20px;
  right: 20px;
  bottom: 20px;
  padding: 18px;
  border: 1px solid rgba(255, 255, 255, 0.2);
  border-radius: 8px;
  background: rgba(17, 17, 17, 0.78);
  color: rgba(255, 255, 255, 0.82);
  font-size: 14px;
  line-height: 1.48;
  backdrop-filter: blur(14px);
}

.finance-detail-layout {
  display: grid;
  grid-template-columns: minmax(0, 0.78fr) minmax(0, 1fr);
  gap: clamp(30px, 6vw, 82px);
  align-items: start;
}

.finance-detail-copy {
  position: sticky;
  top: 110px;
}

.finance-detail-cards {
  display: grid;
  gap: 16px;
}

.finance-detail-cards article {
  position: relative;
  overflow: hidden;
  min-height: 178px;
  padding: 28px 30px 30px 104px;
  border: 0;
  box-shadow: 0 22px 64px rgba(17, 17, 17, 0.1);
}

.finance-detail-cards article::before,
.finance-detail-cards article::after {
  content: "";
  position: absolute;
  pointer-events: none;
}

.finance-detail-cards article::before {
  inset: 0;
  opacity: 0.92;
}

.finance-detail-cards article::after {
  width: 210px;
  height: 210px;
  right: -80px;
  bottom: -104px;
  border-radius: 999px;
  opacity: 0.32;
}

.finance-detail-cards article > * {
  position: relative;
  z-index: 1;
}

.finance-detail-cards article > span {
  position: absolute;
  top: 28px;
  left: 28px;
  display: grid;
  width: 52px;
  height: 52px;
  border-radius: 8px;
  place-items: center;
  box-shadow: inset 0 0 0 1px rgba(17, 17, 17, 0.08);
}

.finance-detail-cards article > span::before {
  color: #ffffff;
  font-size: 22px;
  font-weight: 900;
  line-height: 1;
}

.finance-detail-cards article:nth-child(1) {
  background: #fff4dd;
}

.finance-detail-cards article:nth-child(1)::before {
  background:
    linear-gradient(135deg, rgba(255, 192, 86, 0.32), rgba(255, 255, 255, 0.86) 58%),
    #fff4dd;
}

.finance-detail-cards article:nth-child(1)::after {
  background: #ffc056;
}

.finance-detail-cards article:nth-child(1) > span {
  background: #b75319;
}

.finance-detail-cards article:nth-child(1) > span::before {
  content: "$";
}

.finance-detail-cards article:nth-child(2) {
  background: #eaf4ef;
}

.finance-detail-cards article:nth-child(2)::before {
  background:
    linear-gradient(135deg, rgba(47, 141, 88, 0.22), rgba(255, 255, 255, 0.88) 62%),
    #eaf4ef;
}

.finance-detail-cards article:nth-child(2)::after {
  background: #2f8d58;
}

.finance-detail-cards article:nth-child(2) > span {
  background: #2f8d58;
}

.finance-detail-cards article:nth-child(2) > span::before {
  content: "✓";
}

.finance-detail-cards article:nth-child(3) {
  background: #ecf0f4;
}

.finance-detail-cards article:nth-child(3)::before {
  background:
    linear-gradient(135deg, rgba(75, 85, 99, 0.22), rgba(255, 255, 255, 0.9) 64%),
    #ecf0f4;
}

.finance-detail-cards article:nth-child(3)::after {
  background: #4b5563;
}

.finance-detail-cards article:nth-child(3) > span {
  background: #111111;
}

.finance-detail-cards article:nth-child(3) > span::before {
  content: "0";
}

.finance-detail-cards article h3 {
  max-width: 640px;
}

.finance-detail-cards article p {
  max-width: 680px;
}

.finance-states-section {
  background: #f4eee5;
}

.finance-state-visual {
  display: grid;
  grid-template-columns: minmax(220px, 0.28fr) minmax(0, 1fr);
  gap: 18px;
  align-items: stretch;
}

.finance-state-stats {
  display: grid;
  gap: 12px;
}

.finance-state-stats span {
  display: flex;
  min-height: 118px;
  padding: 20px;
  border: 1px solid rgba(17, 17, 17, 0.1);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.68);
  color: rgba(17, 17, 17, 0.62) !important;
  font-size: 13px;
  font-weight: 900;
  line-height: 1.25;
  text-transform: uppercase;
  flex-direction: column;
  justify-content: space-between;
}

.finance-state-stats strong {
  color: #111111;
  font-size: clamp(38px, 4vw, 58px);
  line-height: 0.95;
}

.finance-state-map {
  overflow: hidden;
  padding: clamp(18px, 3vw, 30px);
  border: 1px solid rgba(17, 17, 17, 0.12);
  border-radius: 8px;
  background:
    linear-gradient(90deg, rgba(17, 17, 17, 0.035) 1px, transparent 1px),
    linear-gradient(180deg, rgba(17, 17, 17, 0.035) 1px, transparent 1px),
    #fffdf8;
  background-size: 54px 54px;
  box-shadow: 0 24px 70px rgba(17, 17, 17, 0.08);
}

.finance-state-legend {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-bottom: 24px;
}

.finance-state-legend span {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 8px 10px;
  border: 1px solid rgba(17, 17, 17, 0.1);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.74);
  color: rgba(17, 17, 17, 0.72) !important;
  font-size: 12px;
  font-weight: 900;
}

.finance-state-legend i {
  width: 12px;
  height: 12px;
  border-radius: 999px;
}

.finance-state-legend .is-allowed { background: #2f8d58; }
.finance-state-legend .is-blocked { background: #c84032; }
.finance-state-legend .is-gray { background: #4b5563; }
.finance-state-legend .is-review { background: #c8bca9; }

.finance-state-regions {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 12px;
}

.finance-state-region {
  min-height: 310px;
  padding: 14px;
  border: 1px solid rgba(17, 17, 17, 0.1);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.68);
}

.finance-state-region h3 {
  margin: 0 0 12px;
  color: rgba(17, 17, 17, 0.64) !important;
  font-size: 12px !important;
  font-weight: 900 !important;
  line-height: 1.2 !important;
  letter-spacing: 0.08em !important;
  text-transform: uppercase;
}

.finance-state-chip-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 7px;
}

.finance-state-chip {
  position: relative;
  display: inline-flex;
  min-height: 34px;
  align-items: center;
  justify-content: center;
  border-radius: 6px;
  color: #ffffff !important;
  font-size: 13px;
  font-weight: 900;
  line-height: 1;
}

.finance-state-chip em {
  position: absolute;
  top: 50%;
  right: 6px;
  transform: translateY(-52%);
  color: rgba(255, 255, 255, 0.8);
  font-style: normal;
  font-size: 15px;
}

.finance-state-chip.is-allowed {
  background: #2f8d58;
}

.finance-state-chip.is-blocked {
  background: #c84032;
}

.finance-state-chip.is-gray {
  background: #4b5563;
}

.finance-state-chip.is-review {
  background: #ded6ca;
  color: rgba(17, 17, 17, 0.62) !important;
}

.finance-state-map > p {
  max-width: 760px;
  margin: 22px 0 0;
  color: rgba(17, 17, 17, 0.62) !important;
  font-size: 14px !important;
  line-height: 1.55 !important;
}

.finance-state-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 14px;
}

.finance-state-grid article {
  min-height: 260px;
  padding: 24px;
}

.finance-alt-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 14px;
}

.finance-alt-grid article {
  display: flex;
  flex-direction: column;
  min-height: 360px;
  padding: 26px;
}

.finance-alt-grid article > p {
  margin: 0 0 18px;
  color: #b75319 !important;
  font-size: 12px !important;
  font-weight: 900;
  text-transform: uppercase;
}

.finance-alt-grid span {
  display: block;
  margin-bottom: 22px;
  color: rgba(17, 17, 17, 0.7) !important;
  font-size: 16px;
  line-height: 1.58;
}

.finance-alt-grid strong {
  display: block;
  margin-top: auto;
  padding-top: 18px;
  border-top: 1px solid rgba(17, 17, 17, 0.12);
  color: #111111;
  font-size: 15px;
  line-height: 1.45;
}

.finance-final-section {
  background: #f7f4ee;
}

.finance-final-panel {
  padding: clamp(34px, 7vw, 76px);
  border-radius: 8px;
  background:
    linear-gradient(90deg, rgba(17, 17, 17, 0.92), rgba(17, 17, 17, 0.7)),
    url("/images/services/ppa-roof-install.png");
  background-size: cover;
  background-position: center;
}

.finance-final-panel h2,
.finance-final-panel p:not(.section-eyebrow) {
  max-width: 800px;
  color: #ffffff !important;
}

.finance-final-panel p:not(.section-eyebrow) {
  color: rgba(255, 255, 255, 0.78) !important;
  font-size: 18px !important;
  line-height: 1.62 !important;
}

.finance-final-panel .section-eyebrow {
  color: #ffc056 !important;
}

.finance-ppa-page + .main-footer .footer-conversion-panel {
  display: none;
}

.finance-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 30px;
}

.finance-actions .btn-highlighted {
  background: rgba(255, 255, 255, 0.12) !important;
  color: #ffffff !important;
}

@media (max-width: 1199px) {
  .finance-benefit-grid,
  .finance-state-grid,
  .finance-alt-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .finance-state-visual {
    grid-template-columns: 1fr;
  }

  .finance-state-stats {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .finance-state-regions {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}

@media (max-width: 991px) {
  .finance-hero-grid,
  .finance-section-heading,
  .finance-compare-grid,
  .finance-tax-panel,
  .finance-detail-layout {
    grid-template-columns: 1fr;
  }

  .finance-compare-copy,
  .finance-detail-copy {
    position: static;
  }

  .finance-proof-row {
    grid-template-columns: 1fr;
  }

  .finance-tax-panel figure,
  .finance-tax-panel img {
    min-height: 420px;
  }

  .finance-state-regions {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 767px) {
  .financing-page-header .page-header-box h1 {
    font-size: clamp(40px, 11vw, 54px) !important;
  }

  .finance-ppa-page section {
    padding: 68px 0;
  }

  .finance-ppa-page h2 {
    font-size: clamp(34px, 10vw, 46px) !important;
    line-height: 1.02 !important;
  }

  .finance-benefit-grid,
  .finance-state-grid,
  .finance-alt-grid {
    grid-template-columns: 1fr;
  }

  .finance-state-stats,
  .finance-state-regions {
    grid-template-columns: 1fr;
  }

  .finance-state-stats span {
    min-height: 96px;
  }

  .finance-state-region {
    min-height: auto;
  }

  .finance-state-chip-grid {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }

  .finance-table-wrap {
    overflow: visible;
    border: 0;
    background: transparent;
    box-shadow: none;
  }

  .finance-compare-table,
  .finance-compare-table tbody,
  .finance-compare-table tr,
  .finance-compare-table td {
    display: block;
    width: 100%;
  }

  .finance-compare-table thead {
    display: none;
  }

  .finance-compare-table tr {
    margin-bottom: 14px;
    padding: 16px;
    border: 1px solid rgba(255, 255, 255, 0.18);
    border-radius: 8px;
    background: #262626;
  }

  .finance-compare-table td {
    padding: 10px 0 !important;
    border: 0 !important;
    color: rgba(255, 255, 255, 0.84) !important;
    background: transparent !important;
    font-size: 14px !important;
  }

  .finance-compare-table td + td {
    border-top: 1px solid rgba(255, 255, 255, 0.11) !important;
  }

  .finance-compare-table td::before {
    display: block;
    margin-bottom: 4px;
    color: rgba(255, 255, 255, 0.52);
    font-size: 11px;
    font-weight: 900;
    text-transform: uppercase;
  }

  .finance-compare-table td:nth-child(1)::before { content: "Decision point"; }
  .finance-compare-table td:nth-child(2)::before { content: "PPA"; color: #ffd98d; }
  .finance-compare-table td:nth-child(3)::before { content: "Loan"; }
  .finance-compare-table td:nth-child(4)::before { content: "Cash"; }
  .finance-compare-table td:nth-child(5)::before { content: "Lease"; }

  .finance-compare-table td:first-child {
    color: #ffffff !important;
    font-weight: 900;
  }

  .finance-compare-table td:nth-child(2) {
    margin: 0 -16px;
    padding: 12px 16px !important;
    background: rgba(255, 192, 86, 0.12) !important;
    color: #ffd98d !important;
  }

  .finance-note {
    padding: 0;
  }

  .finance-tax-panel figure,
  .finance-tax-panel img {
    min-height: 340px;
  }

  .finance-actions {
    display: grid;
    grid-template-columns: 1fr;
  }

  .finance-actions .btn-default {
    justify-content: center;
    width: 100%;
  }
}

@media (max-width: 991px) {
  .how-model-intro,
  .how-model-step {
    padding: 72px 0;
  }

  .how-model-intro-grid,
  .how-model-step,
  .how-model-step.is-reverse {
    grid-template-columns: 1fr;
  }

  .how-model-step.is-reverse .how-model-copy,
  .how-model-step.is-reverse .how-model-photo {
    grid-column: auto;
    grid-row: auto;
  }

  .how-model-photo,
  .how-model-photo img {
    min-height: 440px;
  }
}

@media (max-width: 575px) {
  .how-model-intro h2,
  .how-model-step h2,
  .how-model-final h2 {
    font-size: clamp(34px, 10vw, 46px) !important;
    line-height: 1.02 !important;
  }

  .how-model-intro p:not(.section-eyebrow),
  .how-model-step p,
  .how-model-final p:not(.section-eyebrow) {
    font-size: 16px !important;
  }

  .how-model-summary,
  .how-model-photo,
  .how-model-photo figcaption,
  .how-model-final-panel {
    border-radius: 8px;
  }

  .how-model-photo,
  .how-model-photo img {
    min-height: 340px;
  }

  .how-model-photo figcaption {
    left: 14px;
    right: 14px;
    bottom: 14px;
    padding: 14px 16px;
    font-size: 13px;
  }

  .how-model-actions {
    display: grid;
    grid-template-columns: 1fr;
  }

  .how-model-actions .btn-default {
    justify-content: center;
    width: 100%;
  }
}

.footer-link-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 26px;
  margin-top: 30px;
  padding-top: 28px;
  border-top: 1px solid rgba(255, 255, 255, 0.12);
}

.footer-link-grid .footer-links h4 {
  margin-bottom: 14px !important;
  color: #ffffff !important;
  font-size: 15px !important;
  font-weight: 900 !important;
  letter-spacing: 0.06em !important;
  line-height: 1.2 !important;
}

.footer-link-grid .footer-links ul {
  display: grid !important;
  gap: 8px !important;
}

.footer-link-grid .footer-links a {
  color: rgba(255, 255, 255, 0.82) !important;
  font-size: clamp(18px, 1.15vw, 19px) !important;
  font-weight: 750 !important;
  line-height: 1.35 !important;
  text-transform: none !important;
}

.footer-copyright {
  margin-top: 28px !important;
}

@media (max-width: 991px) {
  .hero,
  .hero.parallaxie {
    padding: 98px 0 56px !important;
  }

  .hero-quote-card {
    max-width: 620px !important;
    margin: 28px 0 0 !important;
  }

  .xtact-plan-decision,
  .xtact-decision-answers,
  .quote-only-contact .section-title,
  .footer-conversion-panel {
    grid-template-columns: 1fr;
  }

  .xtact-decision-board {
    min-height: 260px;
  }

  .quote-only-contact .section-title .section-eyebrow,
  .quote-only-contact .section-title h2,
  .quote-only-contact .section-title p:not(.section-eyebrow) {
    grid-column: auto;
    grid-row: auto;
  }

  .footer-link-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 24px 18px;
  }

  .footer-model-graphic {
    display: none;
  }

  .footer-cta-block {
    max-width: 520px;
  }
}

@media (max-width: 575px) {
  .hero .section-title h1 {
    font-size: clamp(40px, 11vw, 54px) !important;
  }

  .hero-lead-fields,
  .footer-link-grid {
    grid-template-columns: 1fr;
  }

  .hero-quote-card,
  .quote-only-contact .contact-form,
  .footer-conversion-panel {
    border-radius: 8px !important;
  }

  .quote-only-contact .section-title h2 {
    font-size: clamp(36px, 10vw, 48px) !important;
  }

  .xtact-plan-decision {
    padding: 24px !important;
  }

  .xtact-decision-copy h3 {
    font-size: clamp(34px, 10vw, 46px) !important;
    line-height: 1.02 !important;
  }

  .xtact-decision-board {
    grid-template-columns: 1fr;
    min-height: 0;
  }

  .xtact-decision-roof span {
    min-height: 42px;
  }

  .xtact-decision-meter {
    min-height: 118px;
  }

  .footer-model-graphic {
    display: none;
  }

  .footer-conversion-panel {
    padding: 18px !important;
  }

  .footer-brand-block h2 {
    margin-top: 18px;
    font-size: clamp(30px, 8.5vw, 36px);
    line-height: 1.02;
  }

  .footer-brand-block p {
    font-size: 15px !important;
    line-height: 1.5 !important;
  }

  .footer-proof-row {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 6px;
    margin-top: 14px;
  }

  .footer-proof-row span {
    min-height: 0;
    padding: 9px 7px;
    font-size: 10px;
    line-height: 1.1;
    text-align: center;
  }

  .footer-proof-row strong {
    display: block;
    min-width: 0;
    margin: 0 0 5px;
    font-size: 20px;
  }

  .footer-link-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 18px 14px;
    margin-top: 20px;
    padding-top: 20px;
  }

  .footer-link-grid .footer-links h4 {
    margin-bottom: 10px !important;
    font-size: 13px !important;
  }

  .footer-link-grid .footer-links ul {
    gap: 7px !important;
  }

  .footer-link-grid .footer-links a,
  footer.main-footer .footer-link-grid .footer-links ul li a:not(.btn-default):not(.navbar-brand):not(.nav-link) {
    font-size: 15px !important;
    line-height: 1.25 !important;
  }
}

/* Final footer contrast guard for the conversion CTA email. */
.main-footer .footer-conversion-panel .footer-cta-block a:not(.btn-default):not(.navbar-brand):not(.nav-link):not(.section-eyebrow),
footer.main-footer .footer-conversion-panel .footer-cta-block a:not(.btn-default):not(.navbar-brand):not(.nav-link):not(.section-eyebrow) {
  color: rgba(255, 255, 255, 0.72) !important;
  font-weight: 800 !important;
}

.main-footer .footer-conversion-panel .footer-cta-block a:not(.btn-default):not(.navbar-brand):not(.nav-link):not(.section-eyebrow):hover,
footer.main-footer .footer-conversion-panel .footer-cta-block a:not(.btn-default):not(.navbar-brand):not(.nav-link):not(.section-eyebrow):hover {
  color: #ffffff !important;
}
