/* Start custom CSS for html, class: .elementor-element-cf42e0e *//* =========================================================
   GEBOUWEIGENAREN & BEHEERDERS
   ========================================================= */


/* --- fonts --- */

.np-gb-hero,
.np-gb-body,
.np-gb-ctaband {
  font-family: "Inter", system-ui, sans-serif;
}

.np-gb-h1,
.np-gb-eyebrow,
.np-gb-cta {
  font-family: "Poppins", system-ui, sans-serif;
}


/* --- full bleed --- */

.np-gb-hero,
.np-gb-body,
.np-gb-ctaband {
  margin-left: calc(-50vw + 50%);
  margin-right: calc(-50vw + 50%);
}


/* =========================================================
   HERO
   ========================================================= */

.np-gb-hero {
  background: #F4EFE6;
  color: #17150F;
  padding: 84px 0 72px;
  overflow: hidden;
  text-align: center;
}

.np-gb-hero-inner {
  max-width: 820px;
  margin: 0 auto;
  padding: 0 24px;
}

.np-gb-eyebrow {
  display: inline-block;
  padding: 9px 20px;
  margin-bottom: 24px;
  border-radius: 999px;

  background: rgba(176, 138, 79, .16);
  color: #96733D;

  font-size: 12px;
  font-weight: 700;
  letter-spacing: .14em;
  text-transform: uppercase;
}

.np-gb-h1 {
  margin: 0 0 20px;

  color: #17150F;

  font-size: clamp(34px, 4.6vw, 56px);
  line-height: 1.06;

  font-weight: 600;
  letter-spacing: -.015em;
}

.np-gb-sub {
  max-width: 640px;

  margin: 0 auto 30px;

  font-size: 17px;
  line-height: 1.6;

  color: #4a453c;
}

.np-gb-cta {
  display: inline-flex;

  align-items: center;

  gap: 10px;

  padding: 15px 28px;

  border-radius: 999px;

  background: #17150F;
  color: #fff;

  font-weight: 700;
  font-size: 15.5px;

  text-decoration: none;

  transition: transform .18s ease;
}

.np-gb-cta:hover {
  transform: translateY(-2px);
}

.np-gb-cta span {
  transition: transform .18s ease;
}

.np-gb-cta:hover span {
  transform: translateX(4px);
}


/* =========================================================
   BODY LAYOUT
   ========================================================= */

.np-gb-body {
  background: #FBF8F2;

  padding: 72px 24px 88px;
}

.np-gb-layout {
  max-width: 1180px;

  margin: 0 auto;

  display: grid;

  grid-template-columns:
    minmax(0, 1fr)
    320px;

  gap: 52px;

  align-items: start;
}

.np-gb-block {
  margin-bottom: 52px;
}


/* headings */

.np-gb-h2 {
  margin: 0 0 16px;

  font-family: "Poppins", system-ui, sans-serif;

  font-size: clamp(26px, 3.2vw, 36px);

  color: #17150F;

  font-weight: 600;

  letter-spacing: -.01em;

  line-height: 1.12;
}


/* body copy */

.np-gb-p {
  margin: 0 0 15px;

  font-size: 16px;

  line-height: 1.65;

  color: #4a453c;
}


/* =========================================================
   OFFER CHECKLIST
   ========================================================= */

.np-gb-offer {
  list-style: none;

  margin: 22px 0 0;

  padding: 0;
}

.np-gb-offer li {
  display: flex;

  gap: 14px;

  padding: 16px 0;

  border-top: 1px solid #EDE6D8;
}

.np-gb-offer li:first-child {
  border-top: 0;

  padding-top: 0;
}

.np-gb-check {
  flex: none;

  width: 24px;
  height: 24px;

  border-radius: 999px;

  background: #B08A4F;

  color: #fff;

  display: grid;

  place-items: center;

  font-size: 13px;

  font-weight: 700;

  margin-top: 2px;

  font-family: "Poppins", system-ui, sans-serif;
}

.np-gb-offer p {
  margin: 0;

  font-size: 15.5px;

  line-height: 1.6;

  color: #4a453c;
}

.np-gb-offer strong {
  color: #17150F;
}


/* =========================================================
   WHAT TO EXPECT
   ========================================================= */

.np-gb-why {
  display: grid;

  grid-template-columns: repeat(3, 1fr);

  gap: 26px 28px;

  margin-top: 26px;
}

.np-gb-feat-ic {
  width: 46px;
  height: 46px;

  border-radius: 12px;

  background: rgba(176, 138, 79, .14);

  display: grid;

  place-items: center;

  margin-bottom: 14px;

  color: #B08A4F;
}

.np-gb-feat h3 {
  margin: 0 0 6px;

  font-family: "Poppins", system-ui, sans-serif;

  font-size: 17px;

  font-weight: 600;

  color: #17150F;

  line-height: 1.25;
}

.np-gb-feat p {
  margin: 0;

  font-size: 14.5px;

  line-height: 1.55;

  color: #4a453c;
}


/* =========================================================
   ROLE BLOCK
   Slight visual distinction without changing page structure
   ========================================================= */

.np-gb-role-block {
  padding: 28px 30px;

  border-radius: 18px;

  background: #F4EFE6;
}

.np-gb-role-block .np-gb-p:last-child {
  margin-bottom: 0;
}


/* =========================================================
   FAQ
   ========================================================= */

.np-gb-faq details {
  border-top: 1px solid #EDE6D8;
}

.np-gb-faq details:last-child {
  border-bottom: 1px solid #EDE6D8;
}

.np-gb-faq summary {
  list-style: none;

  cursor: pointer;

  position: relative;

  padding: 18px 42px 18px 0;

  font-family: "Poppins", system-ui, sans-serif;

  font-weight: 600;

  font-size: 16.5px;

  color: #17150F;
}

.np-gb-faq summary::-webkit-details-marker {
  display: none;
}

.np-gb-faq summary::after {
  content: "+";

  position: absolute;

  right: 8px;

  top: 14px;

  font-size: 24px;

  font-weight: 400;

  color: #B08A4F;
}

.np-gb-faq details[open] summary::after {
  content: "\2013";
}

.np-gb-faq p {
  margin: 0 0 20px;

  padding-right: 42px;

  font-size: 15.5px;

  line-height: 1.65;

  color: #4a453c;
}


/* =========================================================
   SIDEBAR
   ========================================================= */

.np-gb-side {
  display: flex;

  flex-direction: column;

  gap: 22px;

  position: sticky;

  top: 24px;
}


/* audience .elementor-1475 .elementor-element.elementor-element-cf42e0e */

.np-gb-morebox {
  background: #fff;

  border: 1px solid #EDE6D8;

  border-radius: 18px;

  padding: 20px;
}

.np-gb-morebox h4 {
  margin: 0 0 12px;

  font-family: "Poppins", system-ui, sans-serif;

  font-size: 12px;

  letter-spacing: .12em;

  text-transform: uppercase;

  color: #9a8f7d;

  font-weight: 700;
}

.np-gb-morebox a {
  display: flex;

  align-items: center;

  justify-content: space-between;

  padding: 12px 14px;

  border-radius: 12px;

  text-decoration: none;

  color: #17150F;

  font-family: "Poppins", system-ui, sans-serif;

  font-weight: 600;

  font-size: 15px;
}

.np-gb-morebox a::after {
  content: "\203A";

  opacity: .5;
}

.np-gb-morebox a.active {
  background: #B08A4F;

  color: #fff;
}

.np-gb-morebox a.active::after {
  opacity: .9;
}

.np-gb-morebox a:not(.active):hover {
  background: #F4EFE6;
}


/* contact card */

.np-gb-contact {
  background: #17150F;

  color: #fff;

  border-radius: 18px;

  padding: 26px;
}

.np-gb-contact h4 {
  margin: 0 0 8px;

  font-family: "Poppins", system-ui, sans-serif;

  font-size: 19px;

  font-weight: 600;

  color: #fff;
}

.np-gb-contact p {
  margin: 0 0 18px;

  font-size: 14.5px;

  line-height: 1.55;

  color: #F4EFE6;

  opacity: .82;
}

.np-gb-contact a {
  display: inline-flex;

  align-items: center;

  gap: 8px;

  padding: 13px 22px;

  border-radius: 999px;

  background: #B08A4F;

  color: #fff;

  font-family: "Poppins", system-ui, sans-serif;

  font-weight: 700;

  font-size: 15px;

  text-decoration: none;
}

.np-gb-contact a:hover {
  background: #96733D;
}


/* =========================================================
   CLOSING CTA
   ========================================================= */

.np-gb-ctaband {
  background: #17150F;

  color: #fff;

  text-align: center;

  padding: 64px 24px;
}

.np-gb-ctaband h2 {
  max-width: 800px;

  margin: 0 auto 22px;

  font-family: "Poppins", system-ui, sans-serif;

  color: #fff;

  font-size: clamp(24px, 3vw, 34px);

  font-weight: 600;

  letter-spacing: -.01em;

  line-height: 1.2;
}

.np-gb-ctaband a {
  display: inline-flex;

  align-items: center;

  gap: 10px;

  padding: 15px 30px;

  border-radius: 999px;

  background: #B08A4F;

  color: #fff;

  font-family: "Poppins", system-ui, sans-serif;

  font-weight: 700;

  font-size: 15.5px;

  text-decoration: none;
}

.np-gb-ctaband a:hover {
  background: #96733D;
}


/* =========================================================
   RESPONSIVE
   ========================================================= */

@media (max-width: 900px) {

  .np-gb-hero {
    padding-top: 64px;
  }

  .np-gb-layout {
    grid-template-columns: 1fr;

    gap: 36px;
  }

  .np-gb-side {
    position: static;
  }

  .np-gb-why {
    grid-template-columns: 1fr;
  }

}


@media (max-width: 600px) {

  .np-gb-hero {
    padding-bottom: 58px;
  }

  .np-gb-body {
    padding-left: 20px;
    padding-right: 20px;
  }

  .np-gb-role-block {
    padding: 24px 22px;
  }

}


/* =========================================================
   REMOVE ELEMENTOR WHITE SPACE
   ========================================================= */

.elementor-widget-html:has(.np-gb-hero) {
  margin: 0 !important;
}

.elementor-section:has(.np-gb-hero),
.e-con:has(.np-gb-hero) {
  padding-top: 0 !important;
  padding-bottom: 0 !important;
}

.elementor-column:has(.np-gb-hero) .elementor-element-populated,
.e-con:has(.np-gb-hero) > .e-con-inner {
  padding-top: 0 !important;
  padding-bottom: 0 !important;
}/* End custom CSS */