/* VS Schilderwerken – Home (identiek aan WordPress/Elementor design) */
.page-home {
  --black: #000000;
  --gold: #c4a052;
  --gold-btn: #b8954a;
  --gold-light: #d4b56a;
  --white: #ffffff;
  --gray-text: #cccccc;
  --form-bg: #1c1c1c;
  --input-bg: #2a2a2a;
  --max: 1240px;
  --font-family: "Montserrat", system-ui, -apple-system, "Segoe UI", sans-serif;
  --font-body: var(--font-family);
  --font-heading: var(--font-family);
  background: var(--black);
  color: var(--white);
}

.page-home a {
  color: inherit;
  text-decoration: none;
}

.page-home .container {
  width: min(100% - 3rem, var(--max));
  margin-inline: auto;
}

/* Hero block = hero + dienstenstrook (foto tot bovenkant viewport) */
.page-home main {
  margin: 0;
  padding: 0;
}

.page-home .hero-block {
  position: relative;
  margin: 0;
  padding: 0;
  background: var(--black);
}

.page-home .hero-home {
  position: relative;
  min-height: 100svh;
  min-height: 100dvh;
  display: flex;
  flex-direction: column;
  align-items: stretch;
  justify-content: center;
  text-align: center;
  padding: calc(var(--header-h) + 2.5rem) 1.5rem 10rem;
  overflow: hidden;
  background-color: #1a1a1a;
  background-image: url("../images/IMG_8119.jpg");
  background-size: cover;
  background-position: center top;
  background-repeat: no-repeat;
}

.page-home .hero-home::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 1;
  background: linear-gradient(
    180deg,
    rgba(0, 0, 0, 0.15) 0%,
    rgba(0, 0, 0, 0.28) 38%,
    rgba(0, 0, 0, 0.52) 58%,
    rgba(0, 0, 0, 0.78) 72%,
    rgba(0, 0, 0, 0.94) 85%,
    #000000 94%
  );
}

.page-home .hero-home__content {
  position: relative;
  z-index: 2;
  flex: 1;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 100%;
  padding: 0 1.5rem 1.5rem;
}

.page-home .hero-trust {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  gap: 0.35rem 0;
  list-style: none;
  margin: 0 0 0.85rem;
  padding: 0;
  max-width: min(100%, 40rem);
  text-align: center;
}

.page-home .hero-trust li {
  font-size: clamp(0.68rem, 1.25vw, 0.82rem);
  font-weight: 500;
  line-height: 1.45;
  color: rgba(220, 220, 220, 0.88);
  letter-spacing: 0.04em;
  text-transform: none;
}

.page-home .hero-trust li + li::before {
  content: "·";
  margin: 0 0.45rem;
  color: rgba(200, 200, 200, 0.55);
  font-weight: 400;
}

.page-home .hero-home h1 {
  font-family: var(--font-body);
  font-size: clamp(2.55rem, 7.5vw, 4.55rem);
  font-weight: 800;
  color: var(--gold);
  letter-spacing: normal;
  word-spacing: 0.04em;
  margin: 0 0 1.35rem;
  line-height: 1.1;
  text-transform: uppercase;
}

.page-home .hero-home h1 .hero-home__title-part {
  letter-spacing: 0.02em;
}

/* Hero-tekst: op desktop één vloeiende alinea, op mobiel compacte regels */
.page-home .hero-home__lead-text {
  max-width: min(100%, 44rem);
  margin: 0 auto 1.75rem;
  font-family: var(--font-body);
  font-size: clamp(1.02rem, 1.75vw, 1.14rem);
  line-height: 1.58;
  color: rgba(255, 255, 255, 0.9);
  text-wrap: pretty;
}

.page-home .hero-home__lead-text .lead,
.page-home .hero-home__lead-text .lead-region,
.page-home .hero-home__lead-text .lead-benefits {
  font-weight: 400;
  color: inherit;
}

.page-home .hero-home__lead-text .lead {
  font-weight: 600;
  color: var(--white);
}

/* Hero: tablet & mobiel */
@media (max-width: 900px) {
  .page-home .hero-trust {
    flex-wrap: nowrap;
    justify-content: center;
    gap: 0;
    max-width: 100%;
    margin-bottom: clamp(0.5rem, 2vw, 0.75rem);
    padding-inline: clamp(0.2rem, 2vw, 0.5rem);
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    scrollbar-width: none;
  }

  .page-home .hero-trust::-webkit-scrollbar {
    display: none;
  }

  .page-home .hero-trust li {
    font-size: clamp(0.5rem, 2vw, 0.66rem);
    white-space: nowrap;
    letter-spacing: 0.02em;
  }

  .page-home .hero-trust li + li::before {
    margin: 0 clamp(0.18rem, 0.9vw, 0.32rem);
  }

  .page-home .hero-home h1 {
    font-size: clamp(1.55rem, 7.5vw, 2.45rem);
    margin-bottom: clamp(0.7rem, 2.5vw, 1rem);
    line-height: 1.05;
  }

  .page-home .hero-home__lead-text {
    width: min(100%, 94vw);
    max-width: min(100%, 36rem);
    margin-bottom: clamp(1.1rem, 3.5vw, 1.5rem);
    font-size: clamp(0.84rem, 2.6vw, 0.98rem);
    line-height: 1.42;
    text-wrap: pretty;
  }
}

@media (min-width: 420px) and (max-width: 900px) {
  .page-home .hero-home__lead-text .lead,
  .page-home .hero-home__lead-text .lead-region,
  .page-home .hero-home__lead-text .lead-benefits {
    display: inline;
    font-size: inherit;
    line-height: inherit;
    margin: 0;
    color: rgba(255, 255, 255, 0.9);
  }

  .page-home .hero-home__lead-text .lead {
    font-weight: 600;
    color: var(--white);
  }

  .page-home .hero-home__lead-text .lead-region::before,
  .page-home .hero-home__lead-text .lead-benefits::before {
    content: " ";
  }
}

@media (min-width: 769px) {
  .page-home .hero-home__lead-text {
    max-width: min(100%, 52rem);
    font-size: clamp(1.05rem, 1.35vw, 1.18rem);
    line-height: 1.62;
    letter-spacing: 0.01em;
  }

  .page-home .hero-home__lead-text .lead,
  .page-home .hero-home__lead-text .lead-region,
  .page-home .hero-home__lead-text .lead-benefits {
    display: inline;
    font-size: inherit;
    font-weight: 400;
    color: rgba(255, 255, 255, 0.92);
  }

  .page-home .hero-home__lead-text .lead {
    font-weight: 600;
    color: var(--white);
  }

  .page-home .hero-home__lead-text .lead-region::before,
  .page-home .hero-home__lead-text .lead-benefits::before {
    content: " ";
  }
}

.page-home .hero-home__cta {
  display: flex;
  flex-wrap: wrap;
  gap: 0.75rem;
  justify-content: center;
  align-items: stretch;
  margin-top: 0.35rem;
}

.page-home .btn-hero-cta {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.5rem;
  padding: 0.6rem 1.35rem;
  min-height: 40px;
  max-width: 100%;
  white-space: nowrap;
  background: var(--gold-btn);
  color: var(--white);
  font-family: var(--font-body);
  font-weight: 600;
  font-size: 0.85rem;
  letter-spacing: 0.02em;
  text-decoration: none;
  border: 2px solid transparent;
  border-radius: 8px;
  cursor: pointer;
  transition: background 0.2s, color 0.2s, border-color 0.2s, transform 0.15s;
}

.page-home .btn-hero-cta:hover {
  background: var(--gold-light);
  color: var(--white);
}

.page-home .btn-hero-cta--secondary {
  background: transparent;
  color: var(--white);
  border-color: rgba(255, 255, 255, 0.9);
}

.page-home .btn-hero-cta--secondary:hover {
  background: var(--white);
  color: var(--black);
  border-color: var(--white);
}

.page-home .btn-hero-cta__icon {
  width: 16px;
  height: 16px;
  flex-shrink: 0;
}

/* Diensten — 3 kaarten onder hero (overlap met hero) */
.page-home .hero-services {
  position: relative;
  z-index: 3;
  margin-top: -10.5rem;
  padding: 0 0 4rem;
  background: #000000;
}

.page-home .hero-services__fade {
  position: absolute;
  left: 0;
  right: 0;
  top: -7rem;
  height: 11rem;
  background: linear-gradient(
    180deg,
    rgba(0, 0, 0, 0) 0%,
    rgba(0, 0, 0, 0.35) 38%,
    rgba(0, 0, 0, 0.78) 68%,
    #000000 100%
  );
  pointer-events: none;
  z-index: 0;
}

.page-home .hero-services > .container {
  position: relative;
  z-index: 1;
  padding-top: 2.75rem;
}

.page-home .hero-services__carousel {
  position: relative;
}

.page-home .hero-services__grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: clamp(2rem, 4vw, 3.5rem);
  align-items: stretch;
}

.page-home .hero-services__carousel-hint {
  display: none;
}

.page-home .hero-services__dots {
  display: none;
}

.page-home .hero-service-card {
  display: flex;
  flex-direction: column;
  align-items: center;
  height: 100%;
  text-align: center;
  padding: 0 0.75rem;
}

.page-home .hero-service-card__icon {
  width: 70px;
  height: 70px;
  margin: -3.75rem auto 1.5rem;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #ffffff;
  border-radius: 8px;
  box-shadow: 0 10px 32px rgba(0, 0, 0, 0.5);
  position: relative;
  z-index: 2;
}

.page-home .hero-service-card__icon img {
  width: 35px;
  height: 35px;
  object-fit: contain;
  display: block;
}

.page-home .hero-service-card h3 {
  font-family: var(--font-heading);
  font-size: clamp(1.25rem, 2.1vw, 1.55rem);
  font-weight: 700;
  margin: 0 0 1rem;
  color: #ffffff;
  letter-spacing: 0.02em;
  line-height: 1.25;
}

.page-home .hero-service-card p {
  margin: 0 auto;
  max-width: 21rem;
  font-family: var(--font-body);
  font-size: 0.9rem;
  line-height: 1.65;
  color: #ffffff;
  font-weight: 400;
}

.page-home .hero-services__cta {
  margin: 2.75rem 0 0;
  text-align: center;
}

.page-home .btn-hero-work {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 220px;
  padding: 0.9rem 2.5rem;
  background: #a68a4c;
  color: var(--white);
  font-family: var(--font-body);
  font-size: 0.9rem;
  font-weight: 600;
  letter-spacing: 0.02em;
  text-decoration: none;
  border: none;
  border-radius: 4px;
  transition: background 0.2s, transform 0.15s;
}

.page-home .btn-hero-work:hover {
  background: #b89958;
  color: var(--white);
}

/* Gedeelde gouden knop (rest van pagina) */
.page-home .btn-gold {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.6rem;
  padding: 0.95rem 2.25rem;
  background: var(--gold-btn);
  color: var(--white);
  font-weight: 600;
  font-size: 0.9rem;
  letter-spacing: 0.02em;
  border: none;
  border-radius: 8px;
  cursor: pointer;
  transition: background 0.2s;
}

.page-home .btn-gold:hover {
  background: var(--gold-light);
}

/* Voor – Na – gold band + vergelijkingsslider */
.page-home .voor-na-section {
  background: var(--gold);
  padding: clamp(3rem, 6vw, 4.5rem) 0;
}

.page-home .voor-na-grid {
  display: grid;
  grid-template-columns: minmax(240px, 0.9fr) minmax(300px, 1.1fr);
  gap: clamp(2rem, 5vw, 3.5rem);
  align-items: center;
}

.page-home .voor-na-text {
  text-align: left;
}

.page-home .voor-na-text h2 {
  font-family: var(--font-heading);
  font-size: clamp(2.6rem, 4.5vw, 3.75rem);
  font-weight: 800;
  color: var(--white);
  margin: 0 0 1.15rem;
  line-height: 1.05;
  letter-spacing: -0.02em;
}

.page-home .voor-na-text p {
  margin: 0;
  color: var(--white);
  font-size: clamp(1rem, 1.6vw, 1.1rem);
  font-weight: 600;
  line-height: 1.65;
  max-width: 38ch;
}

.page-home .voor-na-slider-wrap {
  margin: 0;
  min-width: 0;
  justify-self: end;
  width: 100%;
  max-width: 640px;
}

.page-home .voor-na-slider-caption {
  margin: 0.65rem 0 0;
  font-size: 0.75rem;
  font-weight: 500;
  color: rgba(255, 255, 255, 0.8);
  text-align: center;
}

.page-home .ba-slider {
  position: relative;
  width: 100%;
  aspect-ratio: 4 / 3;
  border-radius: 10px;
  overflow: hidden;
  background: #1a1a1a;
  box-shadow: 0 18px 48px rgba(0, 0, 0, 0.35);
  user-select: none;
  touch-action: none;
  cursor: ew-resize;
}

.page-home .ba-slider__after,
.page-home .ba-slider__before-img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center center;
  display: block;
  pointer-events: none;
}

.page-home .ba-slider__after {
  z-index: 1;
}

.page-home .ba-slider__before {
  position: absolute;
  inset: 0 auto 0 0;
  width: 50%;
  overflow: hidden;
  z-index: 2;
  border-right: 2px solid rgba(255, 255, 255, 0.95);
  box-shadow: 4px 0 24px rgba(0, 0, 0, 0.25);
}

.page-home .ba-slider__before-img {
  max-width: none;
  /* ~33% groter dan Na-frame voor betere uitlijning */
  object-fit: cover;
  object-position: center center;
}

.page-home .ba-slider__handle {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 50%;
  width: 0;
  transform: translateX(-50%);
  z-index: 4;
  pointer-events: none;
}

.page-home .ba-slider__line {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 50%;
  width: 3px;
  margin-left: -1.5px;
  background: #ffffff;
  box-shadow: 0 0 12px rgba(0, 0, 0, 0.45);
}

.page-home .ba-slider__knob {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 46px;
  height: 46px;
  border-radius: 50%;
  background: #ffffff;
  color: #1a1a1a;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.35);
}

.page-home .ba-slider__badge {
  position: absolute;
  top: 1rem;
  z-index: 5;
  padding: 0.35rem 0.75rem;
  font-size: 0.7rem;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: #ffffff;
  background: rgba(0, 0, 0, 0.55);
  border-radius: 4px;
  pointer-events: none;
}

.page-home .ba-slider__badge--voor {
  left: 1rem;
}

.page-home .ba-slider__badge--na {
  right: 1rem;
}

.page-home .ba-slider__range {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  margin: 0;
  opacity: 0;
  cursor: ew-resize;
  z-index: 6;
}

.page-home .btn-black {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0.85rem 1.75rem;
  background: var(--black);
  color: var(--white);
  font-weight: 600;
  font-size: 0.8rem;
  letter-spacing: 0.06em;
  border: none;
  white-space: nowrap;
  transition: background 0.2s;
}

.page-home .btn-black:hover {
  background: #222;
}

/* Waarom VS Schilderwerken */
.page-home .why-section {
  background: var(--black);
  padding: clamp(3.5rem, 7vw, 5rem) 0;
  border-top: 1px solid rgba(184, 149, 74, 0.35);
}

.page-home .why-section h2 {
  font-family: var(--font-heading);
  font-size: clamp(1.75rem, 3.5vw, 2.5rem);
  font-weight: 700;
  text-align: center;
  color: var(--white);
  margin: 0 0 clamp(2rem, 4vw, 3rem);
  letter-spacing: 0.02em;
}

.page-home .why-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: clamp(1.25rem, 2.5vw, 2rem);
  max-width: 1100px;
  margin: 0 auto;
}

.page-home .why-card {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  padding: clamp(1.75rem, 3vw, 2.25rem) 1.5rem;
  background: #111111;
  border: 1px solid #2a2a2a;
  border-radius: 10px;
  transition: border-color 0.25s ease, transform 0.25s ease, box-shadow 0.25s ease;
}

.page-home .why-card:hover {
  border-color: rgba(184, 149, 74, 0.55);
  transform: translateY(-4px);
  box-shadow: 0 12px 32px rgba(0, 0, 0, 0.4);
}

.page-home .why-card--google {
  text-decoration: none;
  color: inherit;
  cursor: pointer;
}

.page-home .why-card__icon {
  margin-bottom: 1rem;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}

.page-home .why-card__icon--badge,
.page-home .why-card__icon--google {
  width: 56px;
  height: 56px;
  border-radius: 14px;
  background: linear-gradient(160deg, #ffffff 0%, #f2ebe0 100%);
  padding: 10px;
  box-shadow:
    0 8px 24px rgba(0, 0, 0, 0.35),
    inset 0 1px 0 rgba(255, 255, 255, 0.9);
  border: 1px solid rgba(184, 149, 74, 0.2);
}

.page-home .why-card__icon--google {
  border-radius: 50%;
  padding: 8px;
}

.page-home .why-card__icon--badge img,
.page-home .why-card__icon--google img {
  display: block;
  width: 32px;
  height: 32px;
  object-fit: contain;
}

.page-home .why-card:hover .why-card__icon--badge,
.page-home .why-card:hover .why-card__icon--google {
  border-color: rgba(184, 149, 74, 0.45);
  box-shadow:
    0 10px 28px rgba(0, 0, 0, 0.42),
    0 0 0 3px rgba(184, 149, 74, 0.12);
}

.page-home .why-card__value {
  margin: 0 0 0.35rem;
  font-size: clamp(2rem, 4vw, 2.75rem);
  font-weight: 800;
  line-height: 1;
  color: var(--gold);
  letter-spacing: -0.02em;
}

.page-home .why-card__stars {
  font-size: clamp(1.35rem, 2.5vw, 1.65rem);
  letter-spacing: 0.15em;
  color: #fbbc04;
}

.page-home .why-card__title {
  margin: 0 0 0.65rem;
  font-size: 1.05rem;
  font-weight: 700;
  color: var(--white);
}

.page-home .why-card__text {
  margin: 0;
  font-size: 0.88rem;
  font-weight: 500;
  line-height: 1.6;
  color: rgba(255, 255, 255, 0.78);
  max-width: 28ch;
}

.page-home .why-card__link-label {
  margin-top: 1rem;
  font-size: 0.8rem;
  font-weight: 600;
  color: var(--gold-light);
  letter-spacing: 0.02em;
}

.page-home .why-card--google:hover .why-card__link-label {
  color: var(--white);
}

/* Mini-CTA na Waarom */
.page-home .mini-cta-section {
  background: var(--black);
  padding: 0 0 clamp(3rem, 6vw, 4rem);
  border-top: none;
}

.page-home .mini-cta {
  max-width: min(100%, 680px);
  margin: 0 auto;
  padding: clamp(1.25rem, 3vw, 2rem) clamp(1.25rem, 3vw, 2rem);
  text-align: center;
  background: none;
  border: none;
  border-radius: 0;
  box-shadow: none;
}

.page-home .mini-cta h2 {
  margin: 0 0 0.65rem;
  font-family: var(--font-heading);
  font-size: clamp(1.35rem, 3vw, 1.85rem);
  font-weight: 800;
  line-height: 1.2;
  color: var(--white);
  letter-spacing: -0.02em;
}

.page-home .mini-cta__sub {
  margin: 0 0 1.5rem;
  font-size: clamp(0.9rem, 1.5vw, 1rem);
  font-weight: 500;
  line-height: 1.6;
  color: rgba(255, 255, 255, 0.82);
}

.page-home .mini-cta__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 0.75rem;
  justify-content: center;
  align-items: stretch;
}

/* Projectengalerij — zelfde gouden band als Voor–Na */
.page-home .projects-gallery-section {
  background: var(--gold);
  padding: clamp(3rem, 6vw, 4.5rem) 0;
}

.page-home .projects-gallery__head {
  text-align: center;
  max-width: 42rem;
  margin: 0 auto clamp(2rem, 4vw, 2.75rem);
}

.page-home .projects-gallery__head h2 {
  font-family: var(--font-heading);
  font-size: clamp(2rem, 4vw, 3rem);
  font-weight: 800;
  color: var(--white);
  margin: 0 0 0.85rem;
  line-height: 1.05;
  letter-spacing: -0.02em;
}

.page-home .projects-gallery__intro {
  margin: 0;
  font-size: clamp(1rem, 1.6vw, 1.1rem);
  font-weight: 600;
  line-height: 1.65;
  color: var(--white);
}

.page-home .projects-gallery {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: clamp(0.65rem, 1.5vw, 0.85rem);
  max-width: 1080px;
  margin: 0 auto;
}

.page-home .projects-gallery__item {
  display: block;
  width: 100%;
  margin: 0;
  padding: 0;
  border: none;
  border-radius: 8px;
  overflow: hidden;
  cursor: zoom-in;
  background: #1a1a1a;
  aspect-ratio: 4 / 3;
  position: relative;
  transition: transform 0.25s ease, box-shadow 0.25s ease;
}

.page-home .projects-gallery__item::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, transparent 55%, rgba(0, 0, 0, 0.35));
  opacity: 0;
  transition: opacity 0.25s ease;
  pointer-events: none;
}

.page-home .projects-gallery__item:hover,
.page-home .projects-gallery__item:focus-visible {
  transform: scale(1.02);
  box-shadow: 0 12px 32px rgba(0, 0, 0, 0.35);
  outline: 2px solid rgba(255, 255, 255, 0.85);
  outline-offset: 2px;
}

.page-home .projects-gallery__item:hover::after,
.page-home .projects-gallery__item:focus-visible::after {
  opacity: 1;
}

.page-home .projects-gallery__item img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
}

.page-home .projects-gallery__cta {
  text-align: center;
  margin: clamp(1.75rem, 3vw, 2.5rem) 0 0;
}

.page-home .projects-gallery__cta .btn-hero-work {
  background: var(--black);
}

.page-home .projects-gallery__cta .btn-hero-work:hover {
  background: #222;
  color: var(--white);
}

/* Lightbox */
.gallery-lightbox {
  position: fixed;
  inset: 0;
  z-index: 10000;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: clamp(1rem, 3vw, 2rem);
}

.gallery-lightbox[hidden] {
  display: none;
}

.gallery-lightbox.is-open {
  display: flex;
}

.gallery-lightbox__backdrop {
  position: absolute;
  inset: 0;
  padding: 0;
  border: none;
  background: rgba(0, 0, 0, 0.92);
  cursor: pointer;
}

.gallery-lightbox__figure {
  position: relative;
  z-index: 1;
  margin: 0;
  max-width: min(96vw, 1100px);
  max-height: 90vh;
}

.gallery-lightbox__img {
  max-width: min(96vw, 1100px);
  max-height: 90vh;
  width: auto;
  height: auto;
  object-fit: contain;
  border-radius: 6px;
  box-shadow: 0 24px 64px rgba(0, 0, 0, 0.6);
}

.gallery-lightbox__close,
.gallery-lightbox__nav {
  position: absolute;
  z-index: 2;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid rgba(255, 255, 255, 0.2);
  background: rgba(0, 0, 0, 0.55);
  color: var(--white);
  cursor: pointer;
  transition: background 0.2s, border-color 0.2s;
}

.gallery-lightbox__close:hover,
.gallery-lightbox__nav:hover,
.gallery-lightbox__close:focus-visible,
.gallery-lightbox__nav:focus-visible {
  background: rgba(196, 160, 82, 0.35);
  border-color: var(--gold);
  outline: none;
}

.gallery-lightbox__close {
  top: 1rem;
  right: 1rem;
  width: 44px;
  height: 44px;
  border-radius: 50%;
  font-size: 1.75rem;
  line-height: 1;
  padding: 0;
}

.gallery-lightbox__nav {
  top: 50%;
  transform: translateY(-50%);
  width: 48px;
  height: 48px;
  border-radius: 50%;
  font-size: 2rem;
  line-height: 1;
  padding: 0 0 4px;
}

.gallery-lightbox__nav--prev {
  left: clamp(0.5rem, 2vw, 1.5rem);
}

.gallery-lightbox__nav--next {
  right: clamp(0.5rem, 2vw, 1.5rem);
}

/* Over ons + FAQ */
.page-home .about-section {
  background: var(--black);
  padding: 5rem 0;
}

.page-home .about-section > .container > h2 {
  font-family: var(--font-heading);
  font-size: clamp(2rem, 4vw, 3rem);
  text-align: center;
  margin: 0 0 2.5rem;
  font-weight: 400;
  color: var(--white);
}

.page-home .faq-accordion {
  max-width: 900px;
  margin: 0 auto 2.5rem;
}

.page-home .faq-panel {
  border-bottom: 1px solid #333;
}

.page-home .faq-panel:first-child {
  border-top: 1px solid #333;
}

.page-home .faq-trigger {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 1rem;
  padding: 1.1rem 0;
  background: none;
  border: none;
  color: var(--white);
  font-family: var(--font-body);
  font-size: 1rem;
  font-weight: 500;
  text-align: left;
  cursor: pointer;
}

.page-home .faq-trigger .icon-plus {
  font-size: 1.5rem;
  color: var(--gold-light);
  font-weight: 300;
  line-height: 1;
  flex-shrink: 0;
}

.page-home .faq-trigger .icon-plus::before {
  content: "+";
}

.page-home .faq-panel.open .faq-trigger .icon-plus::before {
  content: "−";
}

.page-home .faq-content {
  display: none;
  padding-bottom: 1.5rem;
}

.page-home .faq-panel.open .faq-content {
  display: block;
}

.page-home .faq-hero-image {
  position: relative;
  margin-bottom: 1rem;
  overflow: hidden;
}

.page-home .faq-hero-image img {
  width: 100%;
  height: 280px;
  object-fit: cover;
}

.page-home .faq-hero-image .overlay-title {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  padding: 1.25rem 1.5rem;
  background: linear-gradient(transparent, rgba(0, 0, 0, 0.75));
  font-family: var(--font-heading);
  font-size: 1.75rem;
  color: var(--white);
  margin: 0;
}

.page-home .faq-content p {
  color: var(--gray-text);
  margin: 0;
  line-height: 1.65;
  font-size: 0.95rem;
}

.page-home .about-cta {
  text-align: center;
}

/* CTA – bel direct */
.page-home .help-section {
  background: var(--black);
  padding: clamp(3.5rem, 7vw, 5rem) 0;
  text-align: center;
  border-top: 1px solid rgba(184, 149, 74, 0.25);
}

.page-home .help-cta {
  max-width: min(100%, 720px);
  margin: 0 auto;
}

.page-home .help-cta h2 {
  font-family: var(--font-body);
  font-size: clamp(1.5rem, 3.5vw, 2.15rem);
  font-weight: 800;
  margin: 0 0 1rem;
  color: var(--white);
  line-height: 1.2;
  letter-spacing: -0.02em;
}

.page-home .help-cta__sub {
  margin: 0 0 2.25rem;
  font-size: clamp(0.95rem, 1.6vw, 1.05rem);
  font-weight: 500;
  line-height: 1.65;
  color: rgba(255, 255, 255, 0.82);
  max-width: 36rem;
  margin-inline: auto;
}

.page-home .help-cta__phone-box {
  margin: 0 auto 1.75rem;
  width: 100%;
  padding: clamp(1.75rem, 4vw, 2.5rem) clamp(1.25rem, 3vw, 3rem);
  background: linear-gradient(180deg, rgba(184, 149, 74, 0.14) 0%, rgba(184, 149, 74, 0.04) 100%);
  border: 1px solid rgba(184, 149, 74, 0.45);
  border-radius: 12px;
  box-shadow: 0 16px 48px rgba(0, 0, 0, 0.45);
}

.page-home .help-cta__label {
  margin: 0 0 0.5rem;
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: var(--gold-light);
}

.page-home .help-cta__phone-number {
  display: block;
  margin: 0 0 1.35rem;
  font-size: clamp(1.75rem, 4.5vw, 2.35rem);
  font-weight: 800;
  line-height: 1.1;
  color: var(--gold);
  text-decoration: none;
  letter-spacing: 0.04em;
  white-space: nowrap;
  transition: color 0.2s ease, transform 0.2s ease;
}

.page-home .help-cta__phone-number:hover {
  color: var(--gold-light);
  transform: scale(1.02);
}

.page-home .btn-call-now {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.65rem;
  width: 100%;
  max-width: min(100%, 360px);
  padding: 1rem 1.75rem;
  background: var(--gold-btn);
  color: var(--white);
  font-family: var(--font-body);
  font-size: clamp(0.95rem, 2vw, 1.05rem);
  font-weight: 700;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  text-decoration: none;
  border: none;
  border-radius: 8px;
  box-shadow: 0 8px 28px rgba(184, 149, 74, 0.35);
  transition: background 0.2s ease, transform 0.15s ease, box-shadow 0.2s ease;
}

.page-home .btn-call-now:hover {
  background: var(--gold-light);
  color: var(--white);
  transform: translateY(-2px);
  box-shadow: 0 12px 36px rgba(184, 149, 74, 0.45);
}

.page-home .btn-call-now:active {
  transform: translateY(0);
}

.page-home .btn-call-now__icon {
  width: 22px;
  height: 22px;
  flex-shrink: 0;
}

.page-home .help-cta__email {
  margin: 0 0 1.25rem;
  font-size: 0.95rem;
  font-weight: 500;
  color: rgba(255, 255, 255, 0.7);
}

.page-home .help-cta__email-label {
  display: block;
  margin-bottom: 0.35rem;
  font-size: 0.75rem;
  font-weight: 600;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.5);
}

.page-home .help-cta__email a {
  color: var(--white);
  font-weight: 600;
  text-decoration: none;
  border-bottom: 1px solid rgba(255, 255, 255, 0.25);
  transition: color 0.2s, border-color 0.2s;
}

.page-home .help-cta__email a:hover {
  color: var(--gold-light);
  border-bottom-color: var(--gold-light);
}

.page-home .help-cta__form-link {
  font-size: 0.88rem;
  font-weight: 600;
  color: rgba(255, 255, 255, 0.55);
  text-decoration: none;
  transition: color 0.2s;
}

.page-home .help-cta__form-link:hover {
  color: var(--gold);
}

@media (min-width: 768px) {
  .page-home .help-cta__phone-box {
    padding-left: 3.5rem;
    padding-right: 3.5rem;
  }

  .page-home .help-cta__phone-number {
    font-size: 2.35rem;
    letter-spacing: 0.05em;
  }

  .page-home .btn-call-now {
    max-width: 400px;
  }
}

@media (max-width: 400px) {
  .page-home .help-cta__phone-number {
    white-space: normal;
    font-size: clamp(1.15rem, 5vw, 1.35rem);
    letter-spacing: 0.02em;
  }
}

/* Form */
.page-home .form-section {
  background: var(--black);
  padding: 2rem 0 5rem;
}

.page-home .form-panel {
  max-width: 720px;
  margin: 0 auto;
  background: var(--form-bg);
  border: 1px solid var(--gold);
  border-radius: var(--form-radius-panel, 12px);
  padding: 2.5rem 2.5rem 2rem;
  box-shadow: 0 16px 48px rgba(0, 0, 0, 0.35);
}

.page-home .form-panel h2 {
  font-family: var(--font-body);
  font-size: 1.5rem;
  font-weight: 700;
  color: var(--gold);
  margin: 0 0 0.75rem;
  text-align: center;
}

.page-home .form-panel .form-intro {
  text-align: center;
  color: var(--gray-text);
  font-size: 0.9rem;
  margin: 0 0 2rem;
  line-height: 1.55;
}

.page-home .form-panel .form-group {
  margin-bottom: 1rem;
}

.page-home .form-panel label {
  display: none;
}

.page-home .form-panel input,
.page-home .form-panel textarea {
  width: 100%;
  padding: 0.9rem 1rem;
  background: var(--input-bg);
  border: 1px solid #3a3a3a;
  border-radius: var(--form-radius-field, 8px);
  color: var(--white);
  font-family: inherit;
  font-size: 0.95rem;
  transition: border-color 0.2s ease;
}

.page-home .form-panel input:focus,
.page-home .form-panel textarea:focus {
  outline: none;
  border-color: var(--gold);
}

.page-home .form-panel input::placeholder,
.page-home .form-panel textarea::placeholder {
  color: #888;
}

.page-home .form-panel textarea {
  min-height: 120px;
  resize: vertical;
}

.page-home .form-panel .btn-submit {
  width: 100%;
  margin-top: 0.5rem;
  padding: 1rem;
  background: var(--gold-btn);
  color: var(--black);
  font-weight: 700;
  font-size: 0.8rem;
  letter-spacing: 0.15em;
  text-transform: uppercase;
  border: none;
  border-radius: var(--form-radius-btn, 8px);
  cursor: pointer;
  transition: background 0.2s ease;
}

.page-home .form-panel .btn-submit:hover {
  background: var(--gold-light);
}

.page-home .form-panel .btn-submit:disabled {
  opacity: 0.75;
  cursor: wait;
}

.page-home .form-panel .form-feedback {
  margin-top: 1.25rem;
  padding: 1rem 1.15rem;
  border-radius: 8px;
  font-size: 0.92rem;
  font-weight: 600;
  line-height: 1.45;
  text-align: center;
}

.page-home .form-feedback--success {
  color: #e8f5e9;
  background: rgba(40, 167, 69, 0.2);
  border: 1px solid rgba(72, 187, 120, 0.65);
}

.page-home .form-feedback--error {
  color: #ffe0e0;
  background: rgba(220, 53, 69, 0.18);
  border: 1px solid rgba(220, 53, 69, 0.55);
}

/* Footer */
.page-home .site-footer {
  background: var(--black);
  border-top: 1px solid var(--gold);
  padding: 3rem 0 1.5rem;
  color: var(--gray-text);
}

.page-home .footer-grid {
  display: grid;
  grid-template-columns: 1.2fr 1fr 1fr 1fr;
  gap: 2rem;
  margin-bottom: 2.5rem;
}

.page-home .site-footer h4 {
  color: var(--white);
  font-family: var(--font-body);
  font-size: 0.9rem;
  font-weight: 600;
  margin: 0 0 1rem;
  letter-spacing: 0.05em;
}

.page-home .site-footer p {
  margin: 0 0 0.5rem;
  font-size: 0.88rem;
}

.page-home .site-footer a:hover {
  color: var(--gold-light);
}

.page-home .footer-logo {
  display: inline-block;
  margin-bottom: 1rem;
}

.page-home .logo-img-footer {
  height: clamp(64px, 10vw, 88px);
  width: auto;
  max-width: min(100%, 340px);
  object-fit: contain;
  object-position: left center;
}

.page-home .footer-bottom {
  border-top: 1px solid #222;
  padding-top: 1.25rem;
  text-align: center;
  font-size: 0.8rem;
  color: #666;
}

.page-home .footer-bottom a {
  color: #888;
}

@media (max-width: 1100px) {
  .page-home .nav-desktop {
    gap: 1.25rem;
  }

  .page-home .nav-desktop a {
    font-size: 0.8125rem;
  }

  .page-home .logo-img {
    height: 34px;
  }

  .page-home .btn-header-phone {
    font-size: 0.75rem;
    padding: 0.5rem 0.85rem;
  }
}

@media (max-width: 992px) {
  .page-home .hero-services {
    margin-top: -6.5rem;
    padding-bottom: 3.5rem;
    overflow: visible;
  }

  .page-home .hero-services__fade {
    top: -5rem;
    height: 8rem;
  }

  .page-home .voor-na-grid {
    grid-template-columns: 1fr;
    gap: 2rem;
  }

  .page-home .voor-na-text {
    text-align: center;
  }

  .page-home .voor-na-text p {
    max-width: 36rem;
    margin-inline: auto;
  }

  .page-home .voor-na-slider-wrap {
    justify-self: center;
    max-width: 100%;
  }

  .page-home .why-grid {
    grid-template-columns: 1fr;
    max-width: 400px;
  }

}

@media (min-width: 769px) {
  .page-home .menu-toggle {
    display: none;
  }
}

@media (max-width: 900px) {
  .page-home .projects-gallery {
    grid-template-columns: repeat(2, 1fr);
    gap: 0.55rem;
  }

  .page-home .nav-desktop {
    display: none;
  }

  .page-home .header-end .btn-header-phone {
    display: none;
  }

  .page-home .menu-toggle {
    display: flex;
  }

  .page-home .header-start,
  .page-home .header-end {
    flex: 0 0 auto;
  }
}

@media (max-width: 768px) {
  .page-home .header-inner {
    min-height: var(--header-h, 58px);
  }

  .page-home .hero-trust {
    flex-direction: column;
    gap: 0.3rem;
    margin-bottom: 0.7rem;
  }

  .page-home .hero-trust li + li::before {
    display: none;
  }

  .page-home .hero-trust li {
    font-size: 0.72rem;
    color: rgba(210, 210, 210, 0.85);
  }

  .page-home .hero-services > .container {
    width: 100%;
    max-width: none;
    padding-left: 0;
    padding-right: 0;
    padding-top: 2.5rem;
  }

  .page-home .hero-services__carousel {
    overflow: visible;
    padding-top: 0.35rem;
    width: 100%;
  }

  .page-home .hero-services__carousel-hint {
    display: block;
    margin-bottom: 0.65rem;
    padding-inline: var(--mobile-gutter, 0.85rem);
  }

  .page-home .hero-services__grid {
    display: flex;
    flex-wrap: nowrap;
    gap: 0.85rem;
    width: 100%;
    max-width: 100%;
    margin: 0;
    padding: 0.5rem var(--mobile-gutter, 0.85rem) 0.85rem;
    overflow-x: auto;
    overflow-y: hidden;
    overscroll-behavior-x: contain;
    scroll-snap-type: x mandatory;
    scroll-padding-inline: var(--mobile-gutter, 0.85rem);
    -webkit-overflow-scrolling: touch;
    touch-action: pan-x;
    scrollbar-width: none;
    cursor: grab;
  }

  .page-home .hero-services__grid.is-dragging {
    cursor: grabbing;
    scroll-snap-type: none;
    user-select: none;
  }

  .page-home .hero-services__grid::-webkit-scrollbar {
    display: none;
  }

  .page-home .hero-service-card {
    flex: 0 0 min(82vw, 280px);
    min-height: auto;
    scroll-snap-align: center;
    background: transparent;
    border: none;
    border-radius: 0;
    padding: 0.35rem 0.35rem 0.5rem;
    box-sizing: border-box;
    overflow: visible;
  }

  .page-home .hero-service-card__icon {
    width: 56px;
    height: 56px;
    margin: 0 auto 0.85rem;
    position: relative;
    top: auto;
    z-index: 2;
  }

  .page-home .hero-service-card__icon img {
    width: 30px;
    height: 30px;
  }

  .page-home .hero-services__dots {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 0.4rem;
  }

  .page-home .hero-services__dot {
    width: 6px;
    height: 6px;
    padding: 0;
    border: none;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.28);
    cursor: pointer;
  }

  .page-home .hero-services__dot.is-active {
    background: var(--gold);
    transform: scale(1.15);
  }

  .page-home .menu-toggle {
    display: flex;
  }
}
