/*home*/
.home-intro {
  padding: 40px 0 20px;
}

.home-intro-row {
  display: flex;
  flex-wrap: wrap;
  align-items: stretch;
}

.home-intro-content {
  background: #ffffff;
  border: 1px solid #e5e5e5;
  border-radius: 14px;
  padding: 34px 36px;
  box-shadow: 0 8px 24px rgba(0,0,0,0.04);
  height: 100%;
}

.home-intro-content h1 {
  font-size: 40px;
  line-height: 1.15;
  margin: 0 0 22px;
  color: #111111;
}

.home-intro-content p {
  font-size: 18px;
  line-height: 1.8;
  color: #333333;
  margin: 0 0 18px;
}

.home-intro-content a {
  color: #0f5d35;
  text-decoration: underline;
  text-underline-offset: 3px;
}

.home-cta-row {
  display: flex;
  flex-wrap: wrap;
  gap: 16px;
  margin-top: 26px;
}

.home-cta-box {
  flex: 1 1 260px;
  background: #f8f9f8;
  border: 1px solid #e6ebe8;
  border-radius: 12px;
  padding: 18px;
}

.home-cta-label {
  display: block;
  font-size: 15px;
  color: #666666;
  margin-bottom: 10px;
}

.home-cta-btn {
  display: inline-block;
  padding: 13px 22px;
  border-radius: 10px;
  font-size: 16px;
  font-weight: 600;
  text-decoration: none !important;
  transition: all 0.2s ease;
}

.home-cta-btn-solid {
  background: #0f5d35;
  color: #ffffff !important;
  border: 1px solid #0f5d35;
}

.home-cta-btn-solid:hover {
  background: #0b4c2b;
  border-color: #0b4c2b;
}

.home-cta-btn-outline {
  background: #ffffff;
  color: #0f5d35 !important;
  border: 1px solid #0f5d35;
}

.home-cta-btn-outline:hover {
  background: #f1f7f3;
}

.home-usp-box {
  background: #f6f8f7;
  border: 1px solid #e3e8e5;
  border-radius: 14px;
  padding: 28px 28px 18px;
  height: 100%;
  box-shadow: 0 8px 24px rgba(0,0,0,0.03);
}

.homecheck {
  list-style: none;
  margin: 0;
  padding: 0;
}

.homecheck li {
  position: relative;
  padding-left: 34px;
  margin-bottom: 16px;
  font-size: 17px;
  line-height: 1.7;
  color: #2f2f2f;
}

.homecheck li:before {
  content: "✓";
  position: absolute;
  left: 0;
  top: 1px;
  width: 22px;
  height: 22px;
  border-radius: 50%;
  background: #0f5d35;
  color: #ffffff;
  font-size: 13px;
  line-height: 22px;
  text-align: center;
  font-weight: 700;
}

.home-subsection {
  margin-top: 34px;
  background: #ffffff;
  border-radius: 14px;
  padding: 6px 4px 0;
}

.home-subsection h2 {
  font-size: 32px;
  line-height: 1.2;
  margin: 0 0 16px;
  color: #111111;
  padding-top: 0 !important;
}

.home-subsection p {
  font-size: 18px;
  line-height: 1.8;
  color: #333333;
  margin-bottom: 20px;
}

.home-review {
  margin: 26px 0 0;
  padding: 24px 28px;
  background: #f8f9f8;
  border-left: 4px solid #0f5d35;
  border-radius: 10px;
  font-size: 18px;
  line-height: 1.8;
  color: #2f2f2f;
}

.home-review em {
  font-style: italic;
}

@media (max-width: 991px) {
  .home-intro-content,
  .home-usp-box {
    height: auto;
  }

  .home-intro-content h1 {
    font-size: 30px;
  }

  .home-subsection h2 {
    font-size: 26px;
  }

  .home-intro-content p,
  .home-subsection p,
  .homecheck li,
  .home-review {
    font-size: 16px;
  }

  .home-intro {
    padding: 24px 0 10px;
  }
}

/*klantenservice*/
#service-page-wrapper .service-layout-clean {
  width: 100%;
  max-width: 100%;
  margin: 0;
}

#service-page-wrapper .service-top-grid {
  display: grid;
  grid-template-columns: minmax(0, 1.55fr) minmax(0, 1fr);
  gap: 24px;
  align-items: stretch;
  margin-bottom: 24px;
}

#service-page-wrapper .service-text-card-clean,
#service-page-wrapper .service-usp-card-clean,
#service-page-wrapper .service-contact-card-clean,
#service-page-wrapper .service-image-card-clean {
  width: 100%;
  max-width: 100%;
  box-sizing: border-box;
}

#service-page-wrapper .service-text-card-clean,
#service-page-wrapper .service-usp-card-clean,
#service-page-wrapper .service-contact-card-clean {
  background: #ffffff;
  border: 1px solid #e4e7ea;
  border-radius: 14px;
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.04);
}

#service-page-wrapper .service-text-card-clean {
  padding: 26px 28px;
}

#service-page-wrapper .service-text-card-clean p {
  margin: 0;
  font-size: 16px;
  line-height: 1.9;
  color: #2d2d2d;
}

#service-page-wrapper .service-usp-card-clean {
  padding: 24px 24px 8px 24px;
  background: #f7faf8;
  border-color: #dce6df;
}

#service-page-wrapper .service-checks-clean {
  list-style: none;
  margin: 0;
  padding: 0;
}

#service-page-wrapper .service-checks-clean li {
  position: relative;
  margin: 0 0 18px 0;
  padding-left: 34px;
  font-size: 16px;
  line-height: 1.8;
  color: #2d2d2d;
}

#service-page-wrapper .service-checks-clean li:last-child {
  margin-bottom: 0;
}

#service-page-wrapper .service-checks-clean li::before {
  content: "✓";
  position: absolute;
  left: 0;
  top: 3px;
  width: 21px;
  height: 21px;
  border-radius: 50%;
  background: #11663e;
  color: #ffffff;
  font-size: 12px;
  line-height: 21px;
  text-align: center;
  font-weight: 700;
}

#service-page-wrapper .service-image-card-clean {
  margin-bottom: 22px;
  border-radius: 14px;
  overflow: hidden;
  box-shadow: 0 10px 28px rgba(0, 0, 0, 0.08);
}

#service-page-wrapper .service-image-card-clean img {
  display: block;
  width: 100%;
  max-width: 100%;
  height: auto;
}

#service-page-wrapper .service-contact-card-clean {
  padding: 20px 24px;
  background: #fbfcfb;
  border-left: 4px solid #11663e;
}

#service-page-wrapper .service-contact-card-clean p {
  margin: 0;
  font-size: 15px;
  line-height: 1.8;
  color: #2d2d2d;
}

#service-page-wrapper .service-contact-card-clean a {
  color: #11663e;
  text-decoration: underline;
  text-underline-offset: 3px;
  word-break: break-word;
}

@media (max-width: 991px) {
  #service-page-wrapper .service-top-grid {
    grid-template-columns: 1fr;
    gap: 18px;
  }

  #service-page-wrapper .service-text-card-clean {
    padding: 22px;
  }

  #service-page-wrapper .service-usp-card-clean {
    padding: 22px 22px 8px 22px;
  }

  #service-page-wrapper .service-contact-card-clean {
    padding: 18px 20px;
  }

  #service-page-wrapper .service-text-card-clean p,
  #service-page-wrapper .service-checks-clean li,
  #service-page-wrapper .service-contact-card-clean p {
    font-size: 15px;
    line-height: 1.75;
  }
}