.elementor-1383 .elementor-element.elementor-element-2410a46{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-1383 .elementor-element.elementor-element-bdb9f63{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-1383 .elementor-element.elementor-element-467b126{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-1383 .elementor-element.elementor-element-c187eb0{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-1383 .elementor-element.elementor-element-6d9fc03{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-1383 .elementor-element.elementor-element-fe5f66e{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}:root{--page-title-display:none;}/* Start custom CSS for html, class: .elementor-element-513d1b1 *//* =============================================
   NEW BUILD HERO — Section 1
   ============================================= */

.pwu-nb-hero {
  background-color: var(--brand-navy);
  padding: 100px 40px 80px;
  position: relative;
}

.pwu-nb-hero__inner {
  max-width: 1140px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 80px;
  align-items: start;
}

/* --- Eyebrow --- */
.pwu-nb-hero__eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  font-family: 'Montserrat', sans-serif;
  font-size: 11px;
  font-weight: 600;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: var(--brand-blue-light);
  margin-bottom: 24px;
}

.pwu-nb-hero__eyebrow-line {
  display: block;
  width: 32px;
  height: 1px;
  background-color: var(--brand-blue-light);
  flex-shrink: 0;
}

/* --- H1 --- */
.pwu-nb-hero__h1 {
  font-family: 'Montserrat', sans-serif;
  font-size: 3rem;
  font-weight: 700;
  line-height: 1.15;
  color: #ffffff;
  margin: 0 0 24px;
}

/* --- Subhead --- */
.pwu-nb-hero__sub {
  font-family: 'Montserrat', sans-serif;
  font-size: 1.0625rem;
  font-weight: 400;
  line-height: 1.75;
  color: rgba(255, 255, 255, 0.72);
  margin: 0 0 36px;
}

/* --- Trust list --- */
.pwu-nb-hero__trust {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-direction: column;
  gap: 14px;
}

.pwu-nb-hero__trust-item {
  display: flex;
  align-items: center;
  gap: 10px;
  font-family: 'Montserrat', sans-serif;
  font-size: 0.875rem;
  font-weight: 500;
  color: rgba(255, 255, 255, 0.82);
  letter-spacing: 0.01em;
}

.pwu-nb-hero__trust-icon {
  width: 18px;
  height: 18px;
  flex-shrink: 0;
}

/* --- CTA Panel --- */
.pwu-nb-hero__panel {
  background-color: #ffffff;
  border-radius: 2px;
  padding: 44px 40px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}

.pwu-nb-hero__panel-eyebrow {
  font-family: 'Montserrat', sans-serif;
  font-size: 0.6875rem;
  font-weight: 600;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: var(--brand-blue-light);
  margin-bottom: 14px;
}

.pwu-nb-hero__panel-heading {
  font-family: 'Montserrat', sans-serif;
  font-size: 1.5rem;
  font-weight: 700;
  color: var(--brand-navy);
  line-height: 1.25;
  margin: 0 0 16px;
}

.pwu-nb-hero__panel-body {
  font-family: 'Montserrat', sans-serif;
  font-size: 0.9375rem;
  font-weight: 400;
  line-height: 1.7;
  color: var(--brand-charcoal);
  margin: 0 0 28px;
}

/* --- Panel list --- */
.pwu-nb-hero__panel-list {
  list-style: none;
  margin: 0 0 32px;
  padding: 0;
  display: flex;
  flex-direction: column;
  gap: 12px;
  width: 100%;
  border-top: 1px solid var(--brand-border, #E1E1E1);
  padding-top: 24px;
}

.pwu-nb-hero__panel-item {
  display: flex;
  align-items: center;
  gap: 10px;
  font-family: 'Montserrat', sans-serif;
  font-size: 0.875rem;
  font-weight: 500;
  color: var(--brand-charcoal);
}

.pwu-nb-hero__panel-dot {
  display: block;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background-color: var(--brand-blue-light);
  flex-shrink: 0;
}

/* --- Panel CTA button --- */
.pwu-nb-hero__panel-btn {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  background-color: var(--brand-navy);
  color: #ffffff;
  font-family: 'Montserrat', sans-serif;
  font-size: 0.8125rem;
  font-weight: 600;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  text-decoration: none;
  padding: 15px 30px;
  border-radius: 2px;
  transition: background-color 0.3s ease-in-out;
  width: 100%;
  justify-content: center;
  margin-bottom: 14px;
}

.pwu-nb-hero__panel-btn:hover {
  background-color: var(--brand-blue-light);
}

.pwu-nb-hero__panel-arrow {
  width: 16px;
  height: 16px;
  flex-shrink: 0;
}

.pwu-nb-hero__panel-note {
  font-family: 'Montserrat', sans-serif;
  font-size: 0.75rem;
  font-weight: 400;
  color: var(--brand-gray-muted);
  margin: 0;
  width: 100%;
  text-align: center;
}

/* --- Breadcrumb --- */
.pwu-nb-hero__breadcrumb {
  max-width: 1140px;
  margin: 56px auto 0;
}

.pwu-nb-hero__breadcrumb-list {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  align-items: center;
  gap: 6px;
}

.pwu-nb-hero__breadcrumb-link {
  font-family: 'Montserrat', sans-serif;
  font-size: 0.75rem;
  font-weight: 500;
  color: rgba(255, 255, 255, 0.45);
  text-decoration: none;
  transition: color 0.3s ease-in-out;
}

.pwu-nb-hero__breadcrumb-link:hover {
  color: var(--brand-blue-light);
}

.pwu-nb-hero__breadcrumb-sep {
  font-size: 0.75rem;
  color: rgba(255, 255, 255, 0.25);
}

.pwu-nb-hero__breadcrumb-current {
  font-family: 'Montserrat', sans-serif;
  font-size: 0.75rem;
  font-weight: 500;
  color: rgba(255, 255, 255, 0.45);
}

/* =============================================
   RESPONSIVE
   ============================================= */

@media (max-width: 1024px) {
  .pwu-nb-hero {
    padding: 80px 32px 64px;
  }

  .pwu-nb-hero__inner {
    gap: 48px;
  }

  .pwu-nb-hero__h1 {
    font-size: 2.25rem;
  }
}

@media (max-width: 768px) {
  .pwu-nb-hero {
    padding: 60px 24px 52px;
  }

  .pwu-nb-hero__inner {
    grid-template-columns: 1fr;
    gap: 40px;
  }

  .pwu-nb-hero__h1 {
    font-size: 2rem;
  }

  .pwu-nb-hero__panel {
    padding: 32px 24px;
  }

  .pwu-nb-hero__panel-btn {
    padding: 12px 24px;
  }
}

.pwu-nb-hero__panel-btn:hover {
  background-color: var(--brand-blue-light);
  color: var(--brand-navy);
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-d85c5e1 *//* =============================================
   NEW BUILD — SECTION 2: PROCESS
   ============================================= */

.pwu-nb-process {
  background-color: var(--brand-off-white);
  padding: 100px 40px;
}

.pwu-nb-process__inner {
  max-width: 1140px;
  margin: 0 auto;
}

/* --- Header --- */
.pwu-nb-process__header {
  max-width: 640px;
  margin-bottom: 64px;
}

.pwu-nb-process__eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  font-family: 'Montserrat', sans-serif;
  font-size: 11px;
  font-weight: 600;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: var(--brand-blue-light);
  margin-bottom: 20px;
}

.pwu-nb-process__eyebrow-line {
  display: block;
  width: 32px;
  height: 1px;
  background-color: var(--brand-blue-light);
  flex-shrink: 0;
}

.pwu-nb-process__heading {
  font-family: 'Montserrat', sans-serif;
  font-size: 2.25rem;
  font-weight: 700;
  color: var(--brand-navy);
  line-height: 1.2;
  margin: 0 0 20px;
}

.pwu-nb-process__sub {
  font-family: 'Montserrat', sans-serif;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.75;
  color: var(--brand-charcoal);
  margin: 0;
}

/* --- Grid --- */
.pwu-nb-process__grid {
  list-style: none;
  margin: 0;
  padding: 0;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
  counter-reset: phase;
}

/* --- Card --- */
.pwu-nb-process__card {
  background-color: var(--brand-pure-white);
  border: 1px solid var(--brand-border, #E1E1E1);
  border-radius: 2px;
  padding: 40px 36px;
  display: flex;
  flex-direction: column;
  position: relative;
  transition: box-shadow 0.3s ease-in-out;
}

.pwu-nb-process__card:hover {
  box-shadow: 0 8px 32px rgba(35, 39, 48, 0.08);
}

.pwu-nb-process__card-num {
  font-family: 'Montserrat', sans-serif;
  font-size: 0.6875rem;
  font-weight: 700;
  letter-spacing: 0.14em;
  color: var(--brand-blue-light);
  margin-bottom: 20px;
}

.pwu-nb-process__card-icon {
  width: 40px;
  height: 40px;
  margin-bottom: 24px;
}

.pwu-nb-process__card-icon svg {
  width: 100%;
  height: 100%;
}

.pwu-nb-process__card-title {
  font-family: 'Montserrat', sans-serif;
  font-size: 1.0625rem;
  font-weight: 700;
  color: var(--brand-navy);
  margin: 0 0 14px;
  line-height: 1.3;
}

.pwu-nb-process__card-body {
  font-family: 'Montserrat', sans-serif;
  font-size: 0.9375rem;
  font-weight: 400;
  line-height: 1.7;
  color: var(--brand-charcoal);
  margin: 0 0 24px;
  flex-grow: 1;
}

/* --- Card list --- */
.pwu-nb-process__card-list {
  list-style: none;
  margin: 0;
  padding: 0;
  border-top: 1px solid var(--brand-border, #E1E1E1);
  padding-top: 20px;
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.pwu-nb-process__card-list li {
  font-family: 'Montserrat', sans-serif;
  font-size: 0.8125rem;
  font-weight: 500;
  color: var(--brand-charcoal);
  padding-left: 14px;
  position: relative;
  line-height: 1.5;
}

.pwu-nb-process__card-list li::before {
  content: '';
  position: absolute;
  left: 0;
  top: 7px;
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background-color: var(--brand-blue-light);
}

/* --- Bottom CTA --- */
.pwu-nb-process__cta {
  margin-top: 56px;
  display: flex;
  justify-content: center;
}

.pwu-nb-process__cta-btn {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  background-color: var(--brand-navy);
  color: #ffffff;
  font-family: 'Montserrat', sans-serif;
  font-size: 0.8125rem;
  font-weight: 600;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  text-decoration: none;
  padding: 15px 30px;
  border-radius: 2px;
  transition: background-color 0.3s ease-in-out;
}

.pwu-nb-process__cta-btn:hover {
  background-color: var(--brand-blue-light);
}

.pwu-nb-process__cta-btn svg {
  width: 16px;
  height: 16px;
  flex-shrink: 0;
}

/* =============================================
   RESPONSIVE
   ============================================= */

@media (max-width: 1024px) {
  .pwu-nb-process {
    padding: 80px 32px;
  }

  .pwu-nb-process__heading {
    font-size: 1.875rem;
  }
}

@media (max-width: 768px) {
  .pwu-nb-process {
    padding: 60px 24px;
  }

  .pwu-nb-process__grid {
    grid-template-columns: 1fr;
    gap: 16px;
  }

  .pwu-nb-process__heading {
    font-size: 1.625rem;
  }

  .pwu-nb-process__header {
    margin-bottom: 40px;
  }

  .pwu-nb-process__card {
    padding: 32px 28px;
  }

  .pwu-nb-process__cta {
    margin-top: 40px;
  }
}

.pwu-nb-process__cta-btn:hover {
  background-color: var(--brand-blue-light);
  color: var(--brand-navy);
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-b846112 *//* =============================================
   NEW BUILD — SECTION 3: RESIDENTIAL VS COMMERCIAL
   ============================================= */

.pwu-nb-split {
  background-color: var(--brand-pure-white);
  padding: 100px 40px;
}

.pwu-nb-split__inner {
  max-width: 1140px;
  margin: 0 auto;
}

/* --- Header --- */
.pwu-nb-split__header {
  max-width: 640px;
  margin-bottom: 64px;
}

.pwu-nb-split__eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  font-family: 'Montserrat', sans-serif;
  font-size: 11px;
  font-weight: 600;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: var(--brand-blue-light);
  margin-bottom: 20px;
}

.pwu-nb-split__eyebrow-line {
  display: block;
  width: 32px;
  height: 1px;
  background-color: var(--brand-blue-light);
  flex-shrink: 0;
}

.pwu-nb-split__heading {
  font-family: 'Montserrat', sans-serif;
  font-size: 2.25rem;
  font-weight: 700;
  color: var(--brand-navy);
  line-height: 1.2;
  margin: 0 0 20px;
}

.pwu-nb-split__sub {
  font-family: 'Montserrat', sans-serif;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.75;
  color: var(--brand-charcoal);
  margin: 0;
}

/* --- Grid --- */
.pwu-nb-split__grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 24px;
  align-items: start;
}

/* --- Card --- */
.pwu-nb-split__card {
  border: 1px solid var(--brand-border, #E1E1E1);
  border-radius: 2px;
  padding: 48px 44px;
  display: flex;
  flex-direction: column;
  transition: box-shadow 0.3s ease-in-out;
}

.pwu-nb-split__card:hover {
  box-shadow: 0 8px 32px rgba(35, 39, 48, 0.07);
}

.pwu-nb-split__card--commercial {
  background-color: var(--brand-navy);
}

/* --- Icon --- */
.pwu-nb-split__card-icon {
  width: 48px;
  height: 48px;
  margin-bottom: 28px;
}

.pwu-nb-split__card-icon svg {
  width: 100%;
  height: 100%;
}

/* --- Tag --- */
.pwu-nb-split__card-tag {
  display: inline-flex;
  align-items: center;
  font-family: 'Montserrat', sans-serif;
  font-size: 0.6875rem;
  font-weight: 600;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: var(--brand-navy);
  background-color: var(--brand-off-white);
  padding: 5px 12px;
  border-radius: 2px;
  margin-bottom: 20px;
  align-self: flex-start;
}

.pwu-nb-split__card-tag--commercial {
  color: var(--brand-navy);
  background-color: var(--brand-blue-light);
}

/* --- Title --- */
.pwu-nb-split__card-title {
  font-family: 'Montserrat', sans-serif;
  font-size: 1.25rem;
  font-weight: 700;
  line-height: 1.25;
  color: var(--brand-navy);
  margin: 0 0 16px;
}

.pwu-nb-split__card--commercial .pwu-nb-split__card-title {
  color: #ffffff;
}

/* --- Body --- */
.pwu-nb-split__card-body {
  font-family: 'Montserrat', sans-serif;
  font-size: 0.9375rem;
  font-weight: 400;
  line-height: 1.75;
  color: var(--brand-charcoal);
  margin: 0 0 28px;
  flex-grow: 1;
}

.pwu-nb-split__card--commercial .pwu-nb-split__card-body {
  color: rgba(255, 255, 255, 0.72);
}

/* --- List --- */
.pwu-nb-split__card-list {
  list-style: none;
  margin: 0 0 36px;
  padding: 0;
  border-top: 1px solid var(--brand-border, #E1E1E1);
  padding-top: 24px;
  display: flex;
  flex-direction: column;
  gap: 11px;
}

.pwu-nb-split__card--commercial .pwu-nb-split__card-list {
  border-top-color: rgba(255, 255, 255, 0.12);
}

.pwu-nb-split__card-list li {
  font-family: 'Montserrat', sans-serif;
  font-size: 0.875rem;
  font-weight: 500;
  color: var(--brand-charcoal);
  padding-left: 16px;
  position: relative;
  line-height: 1.5;
}

.pwu-nb-split__card--commercial .pwu-nb-split__card-list li {
  color: rgba(255, 255, 255, 0.82);
}

.pwu-nb-split__card-list li::before {
  content: '';
  position: absolute;
  left: 0;
  top: 7px;
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background-color: var(--brand-blue-light);
}

/* --- Button --- */
.pwu-nb-split__card-btn {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  background-color: var(--brand-navy);
  color: #ffffff;
  font-family: 'Montserrat', sans-serif;
  font-size: 0.8125rem;
  font-weight: 600;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  text-decoration: none;
  padding: 15px 30px;
  border-radius: 2px;
  transition: background-color 0.3s ease-in-out;
  align-self: flex-start;
  margin-top: auto;
}

.pwu-nb-split__card-btn:hover {
  background-color: var(--brand-blue-light);
}

.pwu-nb-split__card-btn--commercial {
  background-color: var(--brand-blue-light);
  color: #ffffff;
}

.pwu-nb-split__card-btn--commercial:hover {
  background-color: #ffffff;
  color: var(--brand-navy);
}

.pwu-nb-split__card-btn svg {
  width: 16px;
  height: 16px;
  flex-shrink: 0;
}

/* =============================================
   RESPONSIVE
   ============================================= */

@media (max-width: 1024px) {
  .pwu-nb-split {
    padding: 80px 32px;
  }

  .pwu-nb-split__heading {
    font-size: 1.875rem;
  }

  .pwu-nb-split__card {
    padding: 40px 36px;
  }
}

@media (max-width: 768px) {
  .pwu-nb-split {
    padding: 60px 24px;
  }

  .pwu-nb-split__grid {
    grid-template-columns: 1fr;
    gap: 16px;
  }

  .pwu-nb-split__heading {
    font-size: 1.625rem;
  }

  .pwu-nb-split__header {
    margin-bottom: 40px;
  }

  .pwu-nb-split__card {
    padding: 32px 28px;
  }

  .pwu-nb-split__card-btn {
    width: 100%;
    justify-content: center;
    padding: 12px 24px;
  }
}

.pwu-nb-split__card-btn:hover {
  background-color: var(--brand-blue-light);
  color: var(--brand-navy);
}

.pwu-nb-split__card-btn--commercial:hover {
  background-color: #ffffff;
  color: var(--brand-navy);
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-dfa8026 *//* =============================================
   NEW BUILD — SECTION 4: WHY PROSPER
   ============================================= */

.pwu-nb-why {
  background-color: var(--brand-off-white);
  padding: 100px 40px;
}

.pwu-nb-why__inner {
  max-width: 1140px;
  margin: 0 auto;
}

/* --- Header --- */
.pwu-nb-why__header {
  max-width: 680px;
  margin-bottom: 64px;
}

.pwu-nb-why__eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  font-family: 'Montserrat', sans-serif;
  font-size: 11px;
  font-weight: 600;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: var(--brand-blue-light);
  margin-bottom: 20px;
}

.pwu-nb-why__eyebrow-line {
  display: block;
  width: 32px;
  height: 1px;
  background-color: var(--brand-blue-light);
  flex-shrink: 0;
}

.pwu-nb-why__heading {
  font-family: 'Montserrat', sans-serif;
  font-size: 2.25rem;
  font-weight: 700;
  color: var(--brand-navy);
  line-height: 1.2;
  margin: 0 0 20px;
}

.pwu-nb-why__sub {
  font-family: 'Montserrat', sans-serif;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.75;
  color: var(--brand-charcoal);
  margin: 0;
}

/* --- Grid --- */
.pwu-nb-why__grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 24px;
  margin: 0;
  padding: 0;
}

/* --- Card --- */
.pwu-nb-why__card {
  background-color: var(--brand-pure-white);
  border: 1px solid var(--brand-border, #E1E1E1);
  border-radius: 2px;
  padding: 44px 40px;
  display: flex;
  flex-direction: column;
  transition: box-shadow 0.3s ease-in-out;
}

.pwu-nb-why__card:hover {
  box-shadow: 0 8px 32px rgba(35, 39, 48, 0.07);
}

/* --- Icon --- */
.pwu-nb-why__card-icon {
  width: 48px;
  height: 48px;
  margin-bottom: 28px;
  flex-shrink: 0;
}

.pwu-nb-why__card-icon svg {
  width: 100%;
  height: 100%;
}

/* --- Title --- */
.pwu-nb-why__card-title {
  font-family: 'Montserrat', sans-serif;
  font-size: 1rem;
  font-weight: 700;
  color: var(--brand-navy);
  line-height: 1.3;
  margin: 0 0 14px;
}

/* --- Body --- */
.pwu-nb-why__card-body {
  font-family: 'Montserrat', sans/* End custom CSS */