/* =====================================================
   OVER PAGINA
   ZekerOpWeg
   Premium verfijning
===================================================== */

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

.hero-over {
  position: relative;
  min-height: 56vh;
  display: flex;
  align-items: center;
  justify-content: center;
  background-size: cover;
  background-position: center 55%;
  overflow: hidden;
}

.hero-over .hero-overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(
    to bottom,
    rgba(7,18,30,0.65) 0%,
    rgba(7,18,30,0.75) 55%,
    rgba(7,18,30,0.85) 100%
  );
  z-index: 1;
}

.hero-over .hero-content {
  position: relative;
  z-index: 2;
  max-width: 760px;
  text-align: center;
  padding: 0 1.5rem;
}

/* ================= INTRO ================= */

.section-intro {
  max-width: 720px;
  margin: 0 auto 3.6rem;
  font-size: 1.05rem;
  line-height: 1.85;
  color: #4a4f55;
  text-align: center;
}

/* ================= PROFIEL ================= */

.about-grid {
  display: grid;
  grid-template-columns: 1.15fr 0.85fr;
  gap: 4.5rem;
  align-items: center;
}

.about-text p {
  font-size: 1.02rem;
  line-height: 1.85;
  color: #4a4f55;
  margin-bottom: 1.6rem;
}

.about-text .accentline {
  margin-top: 2.4rem;
  padding-left: 1.4rem;
  border-left: 2px solid rgba(212,175,55,0.45);
  font-style: italic;
  color: #2f3439;
}

/* ================= FOTO ================= */

.about-image {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 1.2rem;
}

.about-image img {
  width: 220px;
  height: auto;
  border-radius: 14px;
  object-fit: cover;
  box-shadow: 0 18px 40px rgba(0,0,0,0.18);
}

/* Quote onder foto */

.about-quote {
  font-size: 0.8rem;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  text-align: center;
  color: #6a6f75;
  max-width: 260px;
  line-height: 1.6;
}

/* ================= NIET VAN ================= */

.section-bg-soft .service-card p {
  font-size: 0.98rem;
  line-height: 1.7;
  color: #4a4f55;
}

/* ================= MANIFEST ================= */

.services-section .hero-eyebrow {
  display: block;
  margin-bottom: 0.8rem;
  font-size: 0.75rem;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  color: var(--gold);
}

.services-section p {
  max-width: 720px;
}

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

.services-section .service-card {
  background: #ffffff;
  border-radius: 18px;
  padding: 3rem 2.6rem;
  box-shadow: 0 18px 45px rgba(0,0,0,0.06);
}

/* ================= MOBILE ================= */

@media (max-width: 900px) {

  .about-grid {
    grid-template-columns: 1fr;
    gap: 3.6rem;
  }

  .about-image {
    order: -1;
  }

  .about-image img {
    width: 180px;
  }

  .section-intro {
    margin-bottom: 3rem;
  }

}

.hero-over::before {
  background: linear-gradient(
    to bottom,
    rgba(7,18,30,0.60),
    rgba(7,18,30,0.48),
    rgba(7,18,30,0.38)
  );
}
