/* Quality Clean Service – statische landingspagina */
:root {
  --qc-teal: #0d9488;
  --qc-teal-dark: #0f766e;
  --qc-teal-deep: #134e4a;
  --qc-off: #f0fdfa;
  --qc-white: #ffffff;
  --qc-slate: #334155;
  --qc-slate-mid: #64748b;
  --qc-dark: #042a27;
  --qc-check: #22c55e;
  --qc-check-mid: #16a34a;
  --font: "Plus Jakarta Sans", system-ui, sans-serif;
  --radius: 12px;
  --max: 1120px;
  --header-h: 4rem;
}

*,
*::before,
*::after {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  font-family: var(--font);
  font-size: 1.05rem;
  line-height: 1.6;
  color: var(--qc-slate);
  background: var(--qc-off);
}

.wrap {
  width: 100%;
  max-width: var(--max);
  margin: 0 auto;
  padding: 0 1.25rem;
}

.wrap--narrow {
  max-width: 36rem;
}

.wrap--split {
  display: grid;
  gap: 2.5rem;
  align-items: start;
}

@media (min-width: 900px) {
  .wrap--split {
    grid-template-columns: 1fr 1fr;
  }
}

/* Header */
.header {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 200;
  height: var(--header-h);
  display: flex;
  align-items: center;
  background: rgba(255, 255, 255, 0.92);
  backdrop-filter: blur(12px);
  border-bottom: 1px solid rgba(13, 77, 74, 0.08);
}

.header__inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.logo {
  text-decoration: none;
  line-height: 0;
}

/* Logo: letters + groen vinkje, geen blok-achtergrond */
.logo--brand {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0.2rem 0;
  background: transparent;
  border-radius: 8px;
  box-shadow: none;
  transition: opacity 0.2s ease, transform 0.45s cubic-bezier(0.22, 1, 0.36, 1);
}

.logo--brand.qcs-tilt--shine {
  overflow: hidden;
}

.logo--brand:hover {
  opacity: 0.88;
  box-shadow: none;
}

.logo--brand.qcs-tilt:hover {
  opacity: 0.92;
}

.logo__img {
  height: 44px;
  width: auto;
  max-width: min(50vw, 200px);
  object-fit: contain;
  display: block;
}

.nav {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 0.65rem 1rem;
}

/* Tabs (sectie-links) — los van de Offerte-knop */
.nav__tabs {
  display: inline-flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 0.2rem;
  padding: 0.2rem;
  background: rgba(13, 77, 74, 0.06);
  border-radius: 999px;
  border: 1px solid rgba(13, 148, 136, 0.12);
}

.nav__tabs a {
  color: var(--qc-slate);
  text-decoration: none;
  font-weight: 700;
  font-size: 0.88rem;
  padding: 0.45rem 1rem;
  border-radius: 999px;
  transition: color 0.2s, background 0.2s, box-shadow 0.2s;
}

.nav__tabs a:hover {
  color: var(--qc-teal-deep);
  background: rgba(255, 255, 255, 0.85);
}

.nav__tabs a.active {
  color: var(--qc-white);
  background: linear-gradient(135deg, var(--qc-teal) 0%, var(--qc-teal-dark) 100%);
  box-shadow: 0 2px 10px rgba(13, 148, 136, 0.35);
}

.nav__cta {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.45rem;
  text-decoration: none !important;
  font-weight: 700;
  font-size: 0.88rem;
  letter-spacing: 0.02em;
  border-radius: 999px;
  overflow: hidden;
  padding: 0.5rem 1.15rem 0.5rem 0.5rem;
  color: var(--qc-white) !important;
  background: linear-gradient(128deg, #0f172a 0%, #134e4a 36%, var(--qc-teal) 70%, var(--qc-teal-dark) 100%);
  border: 1px solid rgba(74, 222, 128, 0.38);
  box-shadow:
    0 4px 18px rgba(15, 118, 110, 0.38),
    inset 0 1px 0 rgba(255, 255, 255, 0.12);
  transition: transform 0.45s cubic-bezier(0.22, 1, 0.36, 1), box-shadow 0.2s ease, filter 0.2s ease;
}

.nav__cta:hover {
  filter: brightness(1.07);
  color: var(--qc-white) !important;
  text-decoration: none !important;
  box-shadow:
    0 6px 24px rgba(34, 197, 94, 0.22),
    0 4px 18px rgba(15, 118, 110, 0.42),
    inset 0 1px 0 rgba(255, 255, 255, 0.16);
}

.nav__cta:visited {
  color: var(--qc-white) !important;
}

.nav__cta-mark {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 1.35rem;
  height: 1.35rem;
  flex-shrink: 0;
  border-radius: 50%;
  font-size: 0.68rem;
  font-weight: 800;
  line-height: 1;
  color: var(--qc-white);
  background: linear-gradient(145deg, #4ade80 0%, var(--qc-check-mid) 100%);
  box-shadow: 0 2px 10px rgba(22, 163, 74, 0.5);
}

.nav__cta-text {
  padding-right: 0.15rem;
}

.nav__cta--active {
  box-shadow:
    0 0 0 2px var(--qc-white),
    0 4px 18px rgba(15, 118, 110, 0.45),
    inset 0 1px 0 rgba(255, 255, 255, 0.14) !important;
}

/* Mobile menu */
.nav__toggle {
  display: none;
  flex-direction: column;
  justify-content: center;
  gap: 5px;
  width: 2.75rem;
  height: 2.75rem;
  padding: 0;
  border: none;
  border-radius: 10px;
  background: rgba(13, 77, 74, 0.08);
  cursor: pointer;
}

.nav__toggle-bar {
  display: block;
  width: 1.25rem;
  height: 2px;
  margin: 0 auto;
  background: var(--qc-teal-deep);
  border-radius: 1px;
}

@media (max-width: 880px) {
  .nav__toggle {
    display: flex;
  }

  .nav {
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    flex-direction: column;
    align-items: stretch;
    gap: 0;
    padding: 1rem 1.25rem 1.25rem;
    background: var(--qc-white);
    border-bottom: 1px solid rgba(13, 77, 74, 0.1);
    box-shadow: 0 12px 32px rgba(0, 0, 0, 0.08);
    display: none;
  }

  .nav--open {
    display: flex;
  }

  .header__inner {
    position: relative;
    flex-wrap: wrap;
  }

  .nav__tabs {
    flex-direction: column;
    width: 100%;
    border-radius: var(--radius);
    padding: 0.35rem;
  }

  .nav__tabs a {
    text-align: center;
  }

  .nav__cta {
    margin-top: 0.75rem;
    text-align: center;
    justify-content: center;
  }
}

/* Binnenpagina’s */
.page-hero {
  padding: calc(var(--header-h) + 2.75rem) 0 3rem;
  background: linear-gradient(165deg, #e6fffa 0%, var(--qc-off) 40%, var(--qc-white) 100%);
  border-bottom: 1px solid rgba(13, 77, 74, 0.07);
}

.page-hero--compact {
  padding-bottom: 2rem;
}

.page-hero__inner {
  max-width: 40rem;
}

.page-hero__eyebrow {
  margin: 0 0 0.5rem;
  font-size: 0.78rem;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: var(--qc-teal);
}

.page-hero__title {
  margin: 0 0 0.75rem;
  font-size: clamp(1.85rem, 4vw, 2.5rem);
  font-weight: 800;
  color: var(--qc-teal-deep);
  letter-spacing: -0.03em;
  line-height: 1.15;
}

.page-hero__lead {
  margin: 0;
  font-size: 1.08rem;
  color: var(--qc-slate-mid);
  line-height: 1.65;
}

.trust-strip {
  background: var(--qc-white);
  border-bottom: 1px solid rgba(13, 77, 74, 0.08);
  padding: 1.15rem 0;
}

.trust-strip__inner {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 1rem 2rem;
}

.trust-strip__item {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  font-size: 0.9rem;
  font-weight: 600;
  color: var(--qc-teal-deep);
}

.trust-strip__icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 1.35rem;
  height: 1.35rem;
  background: rgba(13, 148, 136, 0.15);
  color: var(--qc-teal-dark);
  border-radius: 50%;
  font-size: 0.65rem;
}

/* Trust strip – moderne variant (homepage) */
.trust-strip--modern {
  position: relative;
  overflow: hidden;
  padding: 1.35rem 0;
  background: linear-gradient(125deg, #ecfdf5 0%, #f0fdfa 35%, #e0f2f1 100%);
  border-bottom: 1px solid rgba(13, 77, 74, 0.07);
}

.trust-strip__glow {
  position: absolute;
  inset: -40% -20%;
  background:
    radial-gradient(ellipse 50% 45% at 15% 50%, rgba(45, 212, 191, 0.22) 0%, transparent 55%),
    radial-gradient(ellipse 40% 40% at 85% 30%, rgba(13, 148, 136, 0.14) 0%, transparent 50%);
  pointer-events: none;
  animation: qcs-glow-drift 14s ease-in-out infinite alternate;
}

.trust-strip--modern .trust-strip__inner {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 0.85rem 1rem;
}

/* Smalle telefoon: één kolom zodat lange woorden (bijv. kwaliteitsafspraken) ruim genoeg hebben */
@media (max-width: 520px) {
  .trust-strip--modern .trust-strip__inner {
    grid-template-columns: 1fr;
    gap: 0.75rem;
  }
}

@media (min-width: 720px) {
  .trust-strip--modern .trust-strip__inner {
    grid-template-columns: repeat(4, 1fr);
    gap: 1rem;
  }
}

.trust-strip--modern .trust-strip__item {
  display: flex;
  align-items: center;
  gap: 0.65rem;
  min-width: 0;
  padding: 0.65rem 0.95rem;
  font-size: 0.86rem;
  font-weight: 600;
  color: var(--qc-teal-deep);
  background: rgba(255, 255, 255, 0.72);
  backdrop-filter: blur(10px);
  border-radius: 14px;
  border: 1px solid rgba(255, 255, 255, 0.85);
  box-shadow: 0 4px 20px rgba(13, 61, 56, 0.06);
  transition: transform 0.45s cubic-bezier(0.22, 1, 0.36, 1), box-shadow 0.35s ease;
}

/* Tekst naast het vinkje mag krimpen en afbreken (grid/flex + overflow:hidden op .qcs-tilt--shine) */
.trust-strip--modern .trust-strip__item > span:not(.trust-strip__icon-ring) {
  flex: 1 1 0;
  min-width: 0;
  line-height: 1.4;
  overflow-wrap: break-word;
  word-break: break-word;
}

.trust-strip--modern .trust-strip__item:hover {
  box-shadow: 0 12px 32px rgba(13, 148, 136, 0.12);
}

.trust-strip__icon-ring {
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 2rem;
  height: 2rem;
  flex-shrink: 0;
  border-radius: 50%;
  background: linear-gradient(135deg, rgba(13, 148, 136, 0.2), rgba(45, 212, 191, 0.35));
  animation: qcs-icon-breathe 3.2s ease-in-out infinite;
}

.trust-strip__icon-ring .trust-strip__icon {
  width: 1.25rem;
  height: 1.25rem;
  font-size: 0.62rem;
  background: var(--qc-white);
  color: var(--qc-teal-dark);
  box-shadow: 0 2px 8px rgba(13, 148, 136, 0.2);
}

@keyframes qcs-glow-drift {
  0% {
    transform: translate(-3%, 0) scale(1);
  }
  100% {
    transform: translate(3%, 2%) scale(1.05);
  }
}

@keyframes qcs-icon-breathe {
  0%,
  100% {
    transform: scale(1);
    box-shadow: 0 0 0 0 rgba(13, 148, 136, 0.2);
  }
  50% {
    transform: scale(1.04);
    box-shadow: 0 0 0 6px rgba(13, 148, 136, 0);
  }
}

/* “Waarom QCS” – bento / glass cards */
.section--why-qcs {
  position: relative;
  overflow: hidden;
  padding-top: 3.5rem;
  padding-bottom: 3.5rem;
}

.why-qcs__mesh {
  position: absolute;
  inset: 0;
  background:
    radial-gradient(ellipse 80% 50% at 100% 0%, rgba(45, 212, 191, 0.12) 0%, transparent 55%),
    radial-gradient(ellipse 60% 40% at 0% 100%, rgba(13, 148, 136, 0.1) 0%, transparent 50%);
  pointer-events: none;
  animation: qcs-mesh-shift 20s ease-in-out infinite alternate;
}

@keyframes qcs-mesh-shift {
  0% {
    opacity: 1;
    transform: scale(1);
  }
  100% {
    opacity: 0.85;
    transform: scale(1.03);
  }
}

.why-qcs__wrap {
  position: relative;
  z-index: 1;
}

/* Eyebrow boven, titel eronder (zelfde eyebrow-stijl met groene balk) */
.why-qcs__headline-band {
  display: flex;
  flex-direction: column;
  gap: 0.75rem;
  margin-bottom: 1.25rem;
}

.why-qcs__eyebrow {
  margin: 0 0 0.65rem;
  font-size: 0.75rem;
  font-weight: 700;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: var(--qc-teal);
}

.why-qcs__headline-band .why-qcs__eyebrow {
  margin: 0;
  padding-left: 1rem;
  border-left: 3px solid var(--qc-check);
  letter-spacing: 0.12em;
  line-height: 1.35;
  max-width: 14rem;
}

.why-qcs__headline-band .why-qcs__title {
  margin: 0;
}

.why-qcs__title {
  margin: 0 0 1.25rem;
  font-size: clamp(1.75rem, 4vw, 2.35rem);
  font-weight: 800;
  letter-spacing: -0.03em;
  line-height: 1.15;
  color: var(--qc-teal-deep);
  max-width: none;
}

/* Inline beeldmerk (PNG met vinkje) — titel of lopende tekst */
.why-qcs__title-logo,
.qcs-inline-logo {
  display: inline-block;
  width: auto;
  object-fit: contain;
}

.why-qcs__title-logo {
  height: 1.12em;
  max-width: min(42vw, 9.5rem);
  vertical-align: -0.22em;
  margin: 0 0.08em 0 0.1em;
}

/* Kleinere variant in paragrafen of andere koppen: <img class="qcs-inline-logo" …> */
.qcs-inline-logo {
  height: 1em;
  max-width: min(40vw, 8rem);
  vertical-align: -0.2em;
  margin: 0 0.06em;
}

.why-qcs__title-accent {
  display: inline-block;
  background: linear-gradient(105deg, var(--qc-teal) 0%, #2dd4bf 45%, var(--qc-teal-dark) 100%);
  background-size: 200% auto;
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
  animation: qcs-gradient-text 7s ease infinite;
}

@keyframes qcs-gradient-text {
  0%,
  100% {
    background-position: 0% 50%;
  }
  50% {
    background-position: 100% 50%;
  }
}

.why-qcs__lead {
  max-width: 38rem;
}

.why-qcs__lead p {
  margin: 0 0 1rem;
  font-size: 1.05rem;
  line-height: 1.65;
  color: var(--qc-slate-mid);
}

.why-qcs__lead p:last-child {
  margin-bottom: 0;
}

.why-qcs__layout {
  display: grid;
  gap: 1.5rem;
  margin-top: 2.25rem;
  align-items: start;
}

@media (min-width: 960px) {
  .why-qcs__layout {
    grid-template-columns: minmax(260px, 340px) 1fr;
    gap: 1.75rem 2rem;
    align-items: stretch;
  }

  .why-qcs__layout--solo {
    grid-template-columns: 1fr;
    max-width: 52rem;
    margin-left: auto;
    margin-right: auto;
  }
}

.why-qcs__layout--solo {
  max-width: 52rem;
  margin-left: auto;
  margin-right: auto;
}

.why-qcs__photo {
  margin: 0;
}

.why-qcs__photo-frame {
  position: relative;
  border-radius: 20px;
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.9);
  box-shadow:
    0 4px 6px rgba(13, 61, 56, 0.04),
    0 20px 50px rgba(13, 61, 56, 0.12);
  aspect-ratio: 4 / 3;
  background: var(--qc-off);
}

.why-qcs__photo-frame::after {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: inherit;
  box-shadow: inset 0 0 0 1px rgba(13, 148, 136, 0.12);
  pointer-events: none;
}

.why-qcs__photo-frame img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  transition: transform 0.8s cubic-bezier(0.22, 1, 0.36, 1);
}

.why-qcs__photo:hover .why-qcs__photo-frame img {
  transform: scale(1.04);
}

.why-qcs__photo-cap {
  margin: 0.65rem 0 0;
  font-size: 0.8rem;
  font-weight: 600;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  color: var(--qc-slate-mid);
}

.why-qcs__cards {
  list-style: none;
  margin: 0;
  padding: 0;
  display: grid;
  gap: 0.85rem;
  grid-template-columns: 1fr;
}

@media (min-width: 640px) {
  .why-qcs__cards {
    grid-template-columns: repeat(2, 1fr);
    gap: 1rem;
  }
}

.why-qcs__card {
  display: flex;
  align-items: flex-start;
  gap: 0.85rem;
  padding: 1.1rem 1.15rem;
  border-radius: 16px;
  background: linear-gradient(135deg, rgba(255, 255, 255, 0.88), rgba(236, 253, 245, 0.45));
  backdrop-filter: blur(12px);
  border: 1px solid rgba(13, 148, 136, 0.16);
  box-shadow:
    0 8px 30px rgba(13, 61, 56, 0.06),
    inset 0 1px 0 rgba(255, 255, 255, 0.85);
  transition:
    transform 0.4s cubic-bezier(0.22, 1, 0.36, 1),
    box-shadow 0.4s ease,
    border-color 0.3s ease;
}

.why-qcs__card:hover {
  border-color: rgba(13, 148, 136, 0.35);
  box-shadow: 0 16px 40px rgba(13, 148, 136, 0.12);
}

.why-qcs__card--wide {
  grid-column: 1 / -1;
}

@media (min-width: 640px) {
  .why-qcs__card--wide {
    grid-column: span 2;
  }
}

.why-qcs__card-icon {
  flex-shrink: 0;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 2.65rem;
  height: 2.65rem;
  border-radius: 14px;
  color: var(--qc-teal-dark);
  background: linear-gradient(145deg, rgba(13, 148, 136, 0.14), rgba(45, 212, 191, 0.26));
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.5);
  transition: transform 0.35s cubic-bezier(0.22, 1, 0.36, 1);
}

.why-qcs__card:hover .why-qcs__card-icon {
  transform: scale(1.08) rotate(-3deg);
}

.why-qcs__card-emoji {
  display: inline-block;
  font-size: 1.45rem;
  line-height: 1;
  animation: why-emoji-breathe 2.8s ease-in-out infinite;
}

.why-qcs__cards > .why-qcs__card:nth-child(1) .why-qcs__card-emoji {
  animation-delay: 0s;
}

.why-qcs__cards > .why-qcs__card:nth-child(2) .why-qcs__card-emoji {
  animation-delay: 0.25s;
}

.why-qcs__cards > .why-qcs__card:nth-child(3) .why-qcs__card-emoji {
  animation-delay: 0.5s;
}

.why-qcs__cards > .why-qcs__card:nth-child(4) .why-qcs__card-emoji {
  animation-delay: 0.35s;
}

.why-qcs__cards > .why-qcs__card:nth-child(5) .why-qcs__card-emoji {
  animation-delay: 0.6s;
}

@keyframes why-emoji-breathe {
  0%,
  100% {
    transform: translateY(0) scale(1);
  }

  50% {
    transform: translateY(-4px) scale(1.06);
  }
}

.why-qcs__card-text {
  font-size: 0.95rem;
  font-weight: 600;
  line-height: 1.45;
  color: var(--qc-slate);
}

/* Scroll / enter animaties */
.qcs-reveal {
  opacity: 0;
  transform: translateY(32px);
  transition:
    opacity 0.7s cubic-bezier(0.22, 1, 0.36, 1),
    transform 0.7s cubic-bezier(0.22, 1, 0.36, 1);
  transition-delay: calc(var(--stagger, 0) * 0.08s);
}

.qcs-reveal--visible {
  opacity: 1;
  transform: translateY(0);
}

@media (prefers-reduced-motion: reduce) {
  .qcs-reveal {
    opacity: 1;
    transform: none;
    transition: none;
  }

  .trust-strip__glow,
  .why-qcs__mesh {
    animation: none;
  }


  .trust-strip__icon-ring {
    animation: none;
  }

  .why-qcs__title-accent {
    animation: none;
    background: none;
    -webkit-background-clip: unset;
    background-clip: unset;
    color: var(--qc-teal);
  }

  .why-qcs__photo:hover .why-qcs__photo-frame img {
    transform: none;
  }

  .why-qcs__card:hover,
  .trust-strip--modern .trust-strip__item:hover {
    transform: none;
  }

  .why-qcs__card:hover .why-qcs__card-icon {
    transform: none;
  }

  .why-qcs__card-emoji {
    animation: none;
  }

  .process__body {
    animation: none !important;
  }

  .process__step:hover .process__body {
    transform: none;
  }

  .process__n {
    animation: none !important;
  }
}

.cards--3 {
  margin-top: 0.5rem;
}

.cards--row-gap {
  margin-top: 2rem;
}

.card--lift {
  position: relative;
  padding-top: 2rem;
}

.card__num {
  position: absolute;
  top: 1rem;
  right: 1.25rem;
  font-size: 2.5rem;
  font-weight: 800;
  color: rgba(13, 148, 136, 0.12);
  line-height: 1;
}

.card__link {
  display: inline-block;
  margin-top: 1rem;
  font-size: 0.9rem;
  font-weight: 600;
  color: var(--qc-teal);
  text-decoration: none;
}

.card__link:hover {
  color: var(--qc-teal-dark);
  text-decoration: underline;
}

.section--stats {
  background: var(--qc-teal-deep);
  color: var(--qc-white);
  padding: 2.75rem 0;
}

.stats {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1.5rem;
  text-align: center;
}

.stats__value {
  display: block;
  font-size: clamp(2rem, 4vw, 2.75rem);
  font-weight: 800;
  letter-spacing: -0.03em;
  margin-bottom: 0.35rem;
}

.stats__label {
  font-size: 0.92rem;
  opacity: 0.88;
}

.cta-band {
  background: linear-gradient(135deg, var(--qc-teal) 0%, var(--qc-teal-dark) 100%);
  color: var(--qc-white);
  padding: 2.75rem 0;
}

.cta-band__inner {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  gap: 1.5rem;
}

.cta-band__title {
  margin: 0 0 0.35rem;
  font-size: clamp(1.35rem, 3vw, 1.75rem);
  font-weight: 700;
}

.cta-band__text {
  margin: 0;
  opacity: 0.92;
  max-width: 28rem;
}

.btn--lg {
  padding: 1rem 1.85rem;
  font-size: 1rem;
}

.cta-band .btn--primary {
  background: var(--qc-white);
  color: var(--qc-teal-deep);
}

.cta-band .btn--primary:hover {
  background: #ecfdf5;
}

/* Zichtbare teaser naar portfolio (Werk & Resultaten) — home, diensten, … */
.section--werk-cta-band {
  padding-top: 0.35rem;
  padding-bottom: 1.35rem;
  background: var(--qc-white);
  border-bottom: 1px solid rgba(13, 77, 74, 0.06);
}

.cta-werk {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 1rem 1.35rem;
  padding: 1.15rem 1.35rem;
  border-radius: 18px;
  background:
    linear-gradient(145deg, rgba(255, 255, 255, 0.98) 0%, rgba(236, 253, 245, 0.88) 42%, rgba(224, 242, 241, 0.65) 100%);
  border: 1px solid rgba(13, 148, 136, 0.24);
  box-shadow:
    0 4px 6px rgba(13, 61, 56, 0.04),
    0 14px 36px rgba(13, 148, 136, 0.1);
}

.cta-werk__mark {
  flex-shrink: 0;
  width: 3rem;
  height: 3rem;
  display: grid;
  place-items: center;
  border-radius: 50%;
  background: linear-gradient(145deg, rgba(45, 212, 191, 0.35), rgba(13, 148, 136, 0.25));
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.65);
}

.cta-werk__check {
  display: grid;
  place-items: center;
  width: 2.1rem;
  height: 2.1rem;
  border-radius: 50%;
  font-size: 0.72rem;
  font-weight: 800;
  color: var(--qc-teal-dark);
  background: var(--qc-white);
  box-shadow: 0 2px 10px rgba(13, 148, 136, 0.25);
}

.cta-werk__text {
  flex: 1 1 14rem;
  min-width: 0;
}

.cta-werk__kicker {
  margin: 0 0 0.2rem;
  font-size: 0.7rem;
  font-weight: 800;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: var(--qc-teal);
}

.cta-werk__name {
  margin: 0 0 0.3rem;
  font-size: clamp(1.2rem, 2.6vw, 1.45rem);
  font-weight: 800;
  letter-spacing: -0.03em;
  line-height: 1.15;
}

.cta-werk__name a {
  color: var(--qc-teal-deep);
  text-decoration: none;
  text-decoration-thickness: 2px;
}

.cta-werk__name a:hover {
  text-decoration: underline;
  text-underline-offset: 0.18em;
}

.cta-werk__sub {
  margin: 0;
  font-size: 0.93rem;
  line-height: 1.5;
  color: var(--qc-slate-mid);
}

.cta-werk__action {
  flex-shrink: 0;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0.68rem 1.25rem;
  border-radius: 999px;
  font-weight: 700;
  font-size: 0.88rem;
  letter-spacing: 0.01em;
  text-decoration: none;
  color: var(--qc-white);
  background: linear-gradient(135deg, var(--qc-teal) 0%, var(--qc-teal-dark) 100%);
  border: 1px solid rgba(255, 255, 255, 0.22);
  box-shadow: 0 4px 16px rgba(13, 148, 136, 0.38);
  transition: transform 0.2s ease, filter 0.2s ease, box-shadow 0.2s ease;
}

.cta-werk__action:hover {
  filter: brightness(1.05);
  transform: translateY(-1px);
  box-shadow: 0 6px 22px rgba(13, 148, 136, 0.45);
}

.cta-werk--compact {
  max-width: 44rem;
  margin: 0 auto 1.75rem;
}

.wrap--split > .cta-werk--split-span {
  grid-column: 1 / -1;
  margin-top: 0.25rem;
}

.cta-werk--after-services {
  margin-top: 2rem;
}

@media (max-width: 560px) {
  .cta-werk {
    flex-direction: column;
    text-align: center;
    align-items: center;
  }

  .cta-werk__text {
    text-align: center;
  }

  .cta-werk__action {
    width: 100%;
    max-width: 18rem;
  }
}

.service-grid {
  display: grid;
  gap: 1.5rem;
}

@media (min-width: 768px) {
  .service-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}

.service-block {
  padding: 1.75rem;
  background: linear-gradient(180deg, var(--qc-off) 0%, var(--qc-white) 100%);
  border-radius: var(--radius);
  border: 1px solid rgba(13, 148, 136, 0.15);
}

/* Diensten: kaart met foto + lift */
.service-block--photo {
  padding: 0;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  transition: transform 0.45s cubic-bezier(0.22, 1, 0.36, 1), box-shadow 0.4s ease;
}

.service-block--photo:hover {
  box-shadow: 0 20px 48px rgba(13, 61, 56, 0.12);
  border-color: rgba(13, 148, 136, 0.28);
}

.service-block__media {
  margin: 0;
  aspect-ratio: 16 / 10;
  overflow: hidden;
  background: var(--qc-off);
}

.service-block__media img,
.service-block__media video {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  display: block;
  transition: transform 0.65s cubic-bezier(0.22, 1, 0.36, 1);
}

.service-block--photo:hover .service-block__media img,
.service-block--photo:hover .service-block__media video {
  transform: scale(1.06);
}

.service-block__body {
  padding: 1.35rem 1.5rem 1.6rem;
}

@media (prefers-reduced-motion: reduce) {
  .service-block--photo:hover {
    transform: none;
  }

  .service-block--photo:hover .service-block__media img,
  .service-block--photo:hover .service-block__media video,
  .service-block--photo:hover .service-block__media--scene svg {
    transform: none;
  }

  .svc-scene--school .svc-s-shine,
  .svc-scene--school .svc-s-sparkle,
  .svc-scene--school .svc-s-book,
  .svc-scene--office .svc-o-w,
  .svc-scene--office .svc-o-sweep,
  .svc-scene--care .svc-c-ring,
  .svc-scene--care .svc-c-plus-h,
  .svc-scene--care .svc-c-plus-v,
  .svc-scene--extra .svc-x-gear,
  .svc-scene--extra svg > .svc-x-dot,
  .svc-scene--retail .svc-r-awning,
  .svc-scene--retail .svc-r-door,
  .svc-scene--kids .svc-k-b1,
  .svc-scene--kids .svc-k-b2,
  .svc-scene--kids .svc-k-star {
    animation: none !important;
  }
}

.service-block h2 {
  margin: 0 0 0.75rem;
  font-size: 1.2rem;
  color: var(--qc-teal-deep);
}

.service-block--photo h2 {
  margin-top: 0;
}

/* Diensten: geanimeerde scène i.p.v. foto */
.service-block__media--scene {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 1rem 1.25rem;
  background: linear-gradient(165deg, #ecfdf5 0%, rgba(204, 251, 241, 0.4) 50%, #f0fdfa 100%);
}

.service-block__media--scene .svc-scene {
  width: min(90%, 300px);
  color: var(--qc-teal-deep);
}

.service-block__media--scene svg {
  width: 100%;
  height: auto;
  display: block;
  overflow: visible;
  transition: transform 0.45s cubic-bezier(0.22, 1, 0.36, 1);
}

.service-block--photo:hover .service-block__media--scene svg {
  transform: scale(1.04);
}

/* School: glans over de vloer + sprankels */
@keyframes svc-school-shine {
  0% {
    transform: translateX(-48px);
    opacity: 0;
  }

  25% {
    opacity: 1;
  }

  100% {
    transform: translateX(200px);
    opacity: 0;
  }
}

@keyframes svc-school-sparkle {
  0%,
  100% {
    opacity: 0.45;
    transform: scale(0.92);
  }

  50% {
    opacity: 1;
    transform: scale(1.08);
  }
}

@keyframes svc-school-book {
  0%,
  100% {
    transform: translateY(0);
  }

  50% {
    transform: translateY(-3px);
  }
}

.svc-scene--school .svc-s-shine {
  animation: svc-school-shine 2.8s ease-in-out infinite;
}

.svc-scene--school .svc-s-sparkle {
  transform-origin: 160px 50px;
  animation: svc-school-sparkle 2.2s ease-in-out infinite;
}

.svc-scene--school .svc-s-book {
  transform-origin: 49px 62px;
  animation: svc-school-book 2.5s ease-in-out infinite;
}

/* Kantoor: ramen “fris” + lichtveeg */
@keyframes svc-office-window {
  0%,
  100% {
    fill: rgba(13, 148, 136, 0.18);
  }

  50% {
    fill: rgba(45, 212, 191, 0.55);
  }
}

@keyframes svc-office-sweep {
  0% {
    transform: translateX(-120px);
    opacity: 0.3;
  }

  50% {
    opacity: 0.85;
  }

  100% {
    transform: translateX(120px);
    opacity: 0.3;
  }
}

.svc-scene--office .svc-o-w {
  animation: svc-office-window 2.8s ease-in-out infinite;
}

.svc-scene--office .svc-o-w:nth-child(2) {
  animation-delay: 0s;
}

.svc-scene--office .svc-o-w:nth-child(3) {
  animation-delay: 0.12s;
}

.svc-scene--office .svc-o-w:nth-child(4) {
  animation-delay: 0.24s;
}

.svc-scene--office .svc-o-w:nth-child(5) {
  animation-delay: 0.36s;
}

.svc-scene--office .svc-o-w:nth-child(6) {
  animation-delay: 0.48s;
}

.svc-scene--office .svc-o-w:nth-child(7) {
  animation-delay: 0.18s;
}

.svc-scene--office .svc-o-w:nth-child(8) {
  animation-delay: 0.3s;
}

.svc-scene--office .svc-o-w:nth-child(9) {
  animation-delay: 0.42s;
}

.svc-scene--office .svc-o-w:nth-child(10) {
  animation-delay: 0.54s;
}

.svc-scene--office .svc-o-sweep {
  animation: svc-office-sweep 3.2s ease-in-out infinite;
  transform-origin: 100px 104px;
}

/* Zorg: schild + pulserende ring */
@keyframes svc-care-ring {
  0%,
  100% {
    transform: scale(1);
    opacity: 0.35;
  }

  50% {
    transform: scale(1.12);
    opacity: 0.9;
  }
}

@keyframes svc-care-plus {
  0%,
  100% {
    opacity: 0.85;
  }

  50% {
    opacity: 1;
  }
}

.svc-scene--care .svc-c-ring {
  transform-origin: 100px 65px;
  animation: svc-care-ring 2.4s ease-in-out infinite;
}

.svc-scene--care .svc-c-plus-h,
.svc-scene--care .svc-c-plus-v {
  animation: svc-care-plus 1.8s ease-in-out infinite;
}

/* Extra: draaiend “tandwiel” + stippen */
@keyframes svc-gear-spin {
  to {
    transform: rotate(360deg);
  }
}

@keyframes svc-dot-float {
  0%,
  100% {
    transform: translateY(0);
    opacity: 0.5;
  }

  50% {
    transform: translateY(-6px);
    opacity: 1;
  }
}

.svc-scene--extra .svc-x-gear {
  transform-origin: 100px 60px;
  animation: svc-gear-spin 12s linear infinite;
}

.svc-scene--extra svg > .svc-x-dot:nth-child(2) {
  animation: svc-dot-float 2.4s ease-in-out infinite;
}

.svc-scene--extra svg > .svc-x-dot:nth-child(3) {
  animation: svc-dot-float 2.4s ease-in-out infinite 0.5s;
}

.svc-scene--extra svg > .svc-x-dot:nth-child(4) {
  animation: svc-dot-float 2.4s ease-in-out infinite 1s;
}

/* Retail: luifel + deur */
@keyframes svc-awning-wave {
  0%,
  100% {
    transform: translateX(0);
  }

  50% {
    transform: translateX(-5px);
  }
}

@keyframes svc-door-sway {
  0%,
  100% {
    transform: rotate(0deg);
  }

  50% {
    transform: rotate(5deg);
  }
}

.svc-scene--retail .svc-r-awning {
  transform-origin: 100px 32px;
  animation: svc-awning-wave 2.6s ease-in-out infinite;
}

.svc-scene--retail .svc-r-door {
  transform-origin: 88px 100px;
  animation: svc-door-sway 3.2s ease-in-out infinite;
}

/* Kindopvang: vormen die zacht op en neer gaan */
@keyframes svc-kid-bob {
  0%,
  100% {
    transform: translateY(0);
  }

  50% {
    transform: translateY(-10px);
  }
}

@keyframes svc-kid-wobble {
  0%,
  100% {
    transform: translateY(0) rotate(0deg);
  }

  50% {
    transform: translateY(-6px) rotate(-4deg);
  }
}

.svc-scene--kids .svc-k-b1 {
  transform-origin: 68px 64px;
  animation: svc-kid-bob 2.2s ease-in-out infinite;
}

.svc-scene--kids .svc-k-b2 {
  transform-origin: 118px 56px;
  animation: svc-kid-bob 2.6s ease-in-out infinite 0.35s;
}

.svc-scene--kids .svc-k-star {
  transform-origin: 162px 66px;
  animation: svc-kid-wobble 2.4s ease-in-out infinite 0.6s;
}

.bullet-list {
  margin: 1rem 0 0;
  padding-left: 1.2rem;
  color: var(--qc-slate-mid);
}

.bullet-list li {
  margin-bottom: 0.4rem;
}

.process {
  list-style: none;
  margin: 2rem 0 0;
  padding: 0;
  max-width: 44rem;
  margin-left: auto;
  margin-right: auto;
}

.process__step {
  display: grid;
  grid-template-columns: auto 1fr;
  gap: 1rem 1.2rem;
  margin-bottom: 1.2rem;
  align-items: center;
}

.process__step:last-child {
  margin-bottom: 0;
}

.process__n {
  width: 2.65rem;
  height: 2.65rem;
  display: flex;
  align-items: center;
  justify-content: center;
  background: linear-gradient(135deg, var(--qc-teal), var(--qc-teal-dark));
  color: var(--qc-white);
  font-weight: 800;
  border-radius: 50%;
  font-size: 1.1rem;
  flex-shrink: 0;
  animation: process-n-ring-soft 2.9s ease-out infinite;
  animation-delay: calc(var(--p, 0) * 0.4s);
}

.process__body {
  padding: 1.05rem 1.25rem 1.15rem;
  border-radius: 18px;
  background: linear-gradient(135deg, rgba(255, 255, 255, 0.94), rgba(236, 253, 245, 0.5));
  border: 1px solid rgba(13, 148, 136, 0.2);
  box-shadow:
    0 8px 28px rgba(13, 61, 56, 0.07),
    inset 0 1px 0 rgba(255, 255, 255, 0.9);
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
  transition:
    transform 0.4s cubic-bezier(0.22, 1, 0.36, 1),
    box-shadow 0.35s ease,
    border-color 0.3s ease;
  animation: process-body-glow 3.9s ease-in-out infinite;
  animation-delay: calc(var(--p, 0) * 0.48s);
}

.process__step:hover .process__body:not(.qcs-tilt) {
  transform: translateY(-5px);
  border-color: rgba(13, 148, 136, 0.38);
  box-shadow:
    0 16px 44px rgba(13, 148, 136, 0.12),
    inset 0 1px 0 rgba(255, 255, 255, 0.95);
}

.process__step:hover .process__body.qcs-tilt {
  border-color: rgba(13, 148, 136, 0.38);
  box-shadow:
    0 16px 44px rgba(13, 148, 136, 0.12),
    inset 0 1px 0 rgba(255, 255, 255, 0.95);
}

.process__step h3 {
  margin: 0 0 0.35rem;
  font-size: 1.1rem;
  color: var(--qc-teal-deep);
}

.process__step p {
  margin: 0;
  color: var(--qc-slate-mid);
  font-size: 0.98rem;
}

@keyframes process-body-glow {
  0%,
  100% {
    box-shadow:
      0 8px 26px rgba(13, 61, 56, 0.06),
      inset 0 1px 0 rgba(255, 255, 255, 0.9);
    border-color: rgba(13, 148, 136, 0.18);
  }

  50% {
    box-shadow:
      0 12px 38px rgba(13, 148, 136, 0.1),
      inset 0 1px 0 rgba(255, 255, 255, 0.95);
    border-color: rgba(13, 148, 136, 0.3);
  }
}

@keyframes process-n-ring-soft {
  0% {
    box-shadow: 0 0 0 0 rgba(13, 148, 136, 0.5);
  }

  70% {
    box-shadow: 0 0 0 9px rgba(13, 148, 136, 0);
  }

  100% {
    box-shadow: 0 0 0 0 rgba(13, 148, 136, 0);
  }
}

.values {
  padding: 1.5rem;
  background: var(--qc-white);
  border-radius: var(--radius);
  border: 1px solid rgba(13, 148, 136, 0.15);
}

.values__list {
  margin: 0.75rem 0 0;
  padding: 0;
  list-style: none;
}

.values__list li {
  padding: 0.65rem 0;
  border-bottom: 1px solid rgba(13, 77, 74, 0.08);
  color: var(--qc-slate);
}

.values__list li:last-child {
  border-bottom: none;
}

.testimonials {
  display: grid;
  gap: 1.25rem;
  margin-top: 1.5rem;
}

@media (min-width: 768px) {
  .testimonials {
    grid-template-columns: repeat(2, 1fr);
  }
}

.testimonial {
  margin: 0;
  padding: 1.5rem;
  background: var(--qc-white);
  border-radius: var(--radius);
  border-left: 4px solid var(--qc-teal);
  box-shadow: 0 6px 24px rgba(13, 61, 56, 0.07);
  transition: transform 0.55s cubic-bezier(0.22, 1, 0.36, 1), box-shadow 0.35s ease;
}

.testimonial p {
  margin: 0 0 1rem;
  font-style: italic;
  color: var(--qc-slate);
  font-size: 1.02rem;
  line-height: 1.65;
}

.testimonial footer {
  font-size: 0.88rem;
  font-weight: 600;
  color: var(--qc-teal-deep);
}

.testimonial__muted {
  font-weight: 400;
  color: var(--qc-slate-mid);
}

.section--logos {
  background: var(--qc-off);
  border-top: 1px solid rgba(13, 77, 74, 0.06);
}

.logos__label {
  text-align: center;
  margin: 0 0 1.25rem;
  font-size: 0.88rem;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  color: var(--qc-slate-mid);
}

.logos__row {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 1rem;
}

.logos__placeholder {
  padding: 0.65rem 1.35rem;
  background: var(--qc-white);
  border: 1px dashed rgba(13, 148, 136, 0.35);
  border-radius: 999px;
  font-size: 0.88rem;
  font-weight: 600;
  color: var(--qc-teal-dark);
  transition: transform 0.55s cubic-bezier(0.22, 1, 0.36, 1), border-color 0.2s ease, box-shadow 0.25s ease;
}

.contact-layout {
  display: grid;
  gap: 2rem;
  align-items: stretch;
}

@media (min-width: 900px) {
  .contact-layout {
    grid-template-columns: minmax(0, 1fr) minmax(0, 1.12fr);
  }
}

.contact-card {
  display: flex;
  flex-direction: column;
  height: 100%;
  min-height: 0;
  box-sizing: border-box;
  padding: 1.75rem;
  background: linear-gradient(160deg, var(--qc-teal-deep) 0%, #0a5c52 100%);
  color: var(--qc-white);
  border-radius: var(--radius);
  box-shadow: 0 12px 40px rgba(13, 61, 56, 0.2);
  transition: transform 0.55s cubic-bezier(0.22, 1, 0.36, 1), box-shadow 0.35s ease;
}

.contact-card__body {
  flex: 1;
  min-height: 1rem;
  display: flex;
  flex-direction: column;
}

.contact-card__visual {
  flex: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 1.5rem 0.25rem 1rem;
  min-height: 10.5rem;
}

.contact-card__phone-art {
  width: min(17rem, 96%);
  max-width: 300px;
  height: auto;
  overflow: visible;
}

@media (min-width: 900px) {
  .contact-card__phone-art {
    width: min(18.5rem, 100%);
    max-width: 320px;
  }
}

.contact-card__ring {
  transform-origin: 100px 100px;
  animation: contact-ring-pulse 3.2s ease-in-out infinite;
}

.contact-card__ring--b {
  animation-delay: 0.55s;
}

.contact-card__handset {
  transform-origin: 100px 100px;
  animation: contact-handset-float 3.6s ease-in-out infinite;
}

@keyframes contact-ring-pulse {
  0%,
  100% {
    transform: scale(1);
    opacity: 0.55;
  }

  50% {
    transform: scale(1.06);
    opacity: 1;
  }
}

@keyframes contact-handset-float {
  0%,
 100% {
    transform: translateY(0);
  }

  50% {
    transform: translateY(-5px);
  }
}

@media (prefers-reduced-motion: reduce) {
  .contact-card__ring,
  .contact-card__handset {
    animation: none;
  }
}

.contact-card__title {
  margin: 0 0 1rem;
  font-size: 1.25rem;
}

.contact-dl {
  margin: 0;
}

.contact-dl dt {
  font-size: 0.75rem;
  text-transform: uppercase;
  letter-spacing: 0.06em;
  opacity: 0.75;
  margin-top: 1rem;
}

.contact-dl dt:first-child {
  margin-top: 0;
}

.contact-dl dd {
  margin: 0.25rem 0 0;
  font-size: 1rem;
}

.contact-dl a {
  color: #99f6e4;
  text-decoration: none;
  font-weight: 600;
}

.contact-dl a:hover {
  text-decoration: underline;
}

.contact-card__note {
  margin-top: auto;
  padding-top: 1.25rem;
  border-top: 1px solid rgba(255, 255, 255, 0.2);
  font-size: 0.92rem;
  line-height: 1.55;
  opacity: 0.92;
}

.contact-form-wrap {
  background: var(--qc-white);
  padding: 1.75rem;
  border-radius: var(--radius);
  border: 1px solid rgba(13, 77, 74, 0.1);
  box-shadow: 0 8px 32px rgba(13, 61, 56, 0.06);
}

.contact-form-wrap--quote {
  position: relative;
  display: flex;
  flex-direction: column;
  height: 100%;
  min-height: 0;
  box-sizing: border-box;
  padding-top: 2rem;
  overflow: hidden;
  border: 1px solid rgba(13, 148, 136, 0.18);
  box-shadow:
    0 12px 40px rgba(13, 61, 56, 0.08),
    inset 0 1px 0 rgba(255, 255, 255, 0.9);
}

.contact-form-wrap--quote::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 4px;
  background: linear-gradient(90deg, var(--qc-teal), #2dd4bf 45%, var(--qc-teal-dark));
}

.contact-form__head {
  margin-bottom: 0.25rem;
}

.contact-form__eyebrow {
  margin: 0 0 0.4rem;
  font-size: 0.72rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  color: var(--qc-teal);
}

.contact-form__title {
  margin: 0 0 0.5rem;
  font-size: 1.35rem;
  font-weight: 700;
  color: var(--qc-teal-deep);
  line-height: 1.25;
}

.contact-form__lead {
  margin: 0 0 1.35rem;
  font-size: 0.94rem;
  line-height: 1.55;
  color: var(--qc-slate-mid);
}

.contact-form__grid {
  display: grid;
  gap: 1rem 1rem;
  margin-bottom: 1rem;
}

@media (min-width: 560px) {
  .contact-form__grid--2 {
    grid-template-columns: 1fr 1fr;
  }
}

.contact-form--light .contact-form__field {
  display: flex;
  flex-direction: column;
  gap: 0.4rem;
  margin-bottom: 1rem;
}

.contact-form__grid .contact-form__field {
  margin-bottom: 0;
}

.contact-form--light label {
  font-size: 0.84rem;
  font-weight: 600;
  color: var(--qc-teal-deep);
}

.contact-form__hint {
  font-weight: 500;
  color: var(--qc-slate-mid);
  font-size: 0.78rem;
}

.contact-form--light input,
.contact-form--light textarea,
.contact-form--light select {
  width: 100%;
  box-sizing: border-box;
  padding: 0.78rem 1rem;
  font-family: var(--font);
  font-size: 1rem;
  line-height: 1.4;
  background: var(--qc-off);
  border: 1px solid rgba(13, 77, 74, 0.14);
  border-radius: 12px;
  color: var(--qc-slate);
  transition:
    border-color 0.2s ease,
    box-shadow 0.2s ease;
}

.contact-form--light select {
  min-height: 2.9rem;
  cursor: pointer;
}

.contact-form--light input::placeholder,
.contact-form--light textarea::placeholder {
  color: rgba(100, 116, 139, 0.75);
}

.contact-form--light input:focus,
.contact-form--light textarea:focus,
.contact-form--light select:focus {
  outline: none;
  border-color: var(--qc-teal);
  box-shadow: 0 0 0 3px rgba(13, 148, 136, 0.18);
}

.contact-form--light .btn--primary {
  margin-top: 0.5rem;
  flex-shrink: 0;
  background: linear-gradient(135deg, var(--qc-teal) 0%, var(--qc-teal-dark) 100%);
  color: var(--qc-white);
}

.contact-form--light.contact-form {
  flex: 1;
  display: flex;
  flex-direction: column;
  margin-top: 0;
  gap: 0;
  min-height: 0;
}

.contact-form--light .contact-form__head {
  flex-shrink: 0;
}

.contact-form__thanks {
  margin: 0 0 1rem;
  padding: 0.85rem 1rem;
  border-radius: 0.65rem;
  background: rgba(45, 212, 191, 0.14);
  border: 1px solid rgba(13, 148, 136, 0.28);
  font-size: 0.92rem;
  line-height: 1.45;
  color: var(--qc-teal-deep);
}

.contact-form--light .contact-form__field--grow {
  flex: 1;
  display: flex;
  flex-direction: column;
  min-height: 8rem;
}

.contact-form--light .contact-form__field--grow textarea {
  flex: 1;
  min-height: 10rem;
  resize: vertical;
}

.contact-form--light .form-legal {
  flex-shrink: 0;
  margin-top: 0.75rem;
}

.form-legal {
  margin: 0.5rem 0 0;
  font-size: 0.8rem;
  color: var(--qc-slate-mid);
  line-height: 1.5;
}

.form-legal a {
  color: var(--qc-teal);
  font-weight: 600;
}

.faq {
  margin-top: 1.25rem;
}

.faq__item {
  border-bottom: 1px solid rgba(13, 77, 74, 0.1);
}

.faq__question {
  width: 100%;
  text-align: left;
  padding: 1.1rem 0;
  font-family: var(--font);
  font-size: 1rem;
  font-weight: 600;
  color: var(--qc-teal-deep);
  background: none;
  border: none;
  cursor: pointer;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 1rem;
}

.faq__question::after {
  content: "+";
  font-size: 1.25rem;
  font-weight: 400;
  color: var(--qc-teal);
  transition: transform 0.2s;
}

.faq__item--open .faq__question::after {
  transform: rotate(45deg);
}

.faq__answer {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.35s ease;
}

.faq__item--open .faq__answer {
  max-height: 28rem;
}

.faq__answer p {
  margin: 0 0 1rem;
  color: var(--qc-slate-mid);
  font-size: 0.98rem;
  line-height: 1.6;
}

.legal__inner h2 {
  margin-top: 2rem;
  margin-bottom: 0.5rem;
  font-size: 1.1rem;
  color: var(--qc-teal-deep);
}

.legal__inner h2:first-child {
  margin-top: 0;
}

.legal__inner p {
  margin: 0 0 1rem;
  color: var(--qc-slate-mid);
}

.footer__grid {
  display: grid;
  gap: 2rem;
  padding: 3rem 0 2rem;
  text-align: left;
}

@media (min-width: 768px) {
  .footer__grid {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (min-width: 1000px) {
  .footer__grid {
    grid-template-columns: 1.2fr 1fr 1fr 1fr;
  }
}

.footer__logo-link {
  display: inline-block;
  margin-bottom: 0.65rem;
  line-height: 0;
  border-radius: 10px;
  overflow: hidden;
  background: transparent;
  padding: 0;
}

.footer__logo {
  height: 52px;
  width: auto;
  max-width: 220px;
  object-fit: contain;
  display: block;
}

.footer__tagline {
  margin: 0;
  font-size: 0.92rem;
  font-weight: 600;
  letter-spacing: 0.04em;
  color: rgba(255, 255, 255, 0.92);
  line-height: 1.45;
}

.footer__tagline--sub {
  margin-top: 0.4rem;
  font-size: 0.85rem;
  font-weight: 700;
  opacity: 0.9;
  letter-spacing: 0;
  line-height: 1.45;
}

.footer__heading {
  margin: 0 0 0.75rem;
  font-size: 0.78rem;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  color: rgba(255, 255, 255, 0.55);
}

.footer__links {
  list-style: none;
  margin: 0;
  padding: 0;
}

.footer__links li {
  margin-bottom: 0.45rem;
}

.footer__links a {
  color: rgba(255, 255, 255, 0.88);
  text-decoration: none;
  font-size: 0.92rem;
}

.footer__links a:hover {
  color: var(--qc-white);
  text-decoration: underline;
}

.footer__muted {
  opacity: 0.65;
  font-size: 0.85em;
}

.footer__bottom {
  padding: 1.25rem 0 2rem;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  text-align: center;
}

.footer__bottom p {
  margin: 0;
  font-size: 0.85rem;
  opacity: 0.65;
}

@media (max-width: 767px) {
  .footer .wrap {
    padding-left: calc(clamp(1.25rem, 4.5vw, 1.75rem) + env(safe-area-inset-left, 0px));
    padding-right: calc(clamp(1.25rem, 4.5vw, 1.75rem) + env(safe-area-inset-right, 0px));
  }

  /* Grid-items mogen niet width:100% zijn — dan blijft alles visueel links */
  .footer .footer__grid {
    justify-items: center;
    text-align: center;
    gap: 2.25rem;
    padding: 2.5rem 0 1.75rem;
  }

  .footer .footer__col {
    justify-self: center;
    width: min(100%, 22rem);
    max-width: 22rem;
    text-align: center;
  }

  .footer .footer__logo-link {
    margin-left: auto;
    margin-right: auto;
  }

  .footer .footer__links {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
  }

  .footer .footer__links li {
    margin-bottom: 0.5rem;
    width: 100%;
    text-align: center;
  }

  .footer .footer__links a {
    display: inline-block;
    text-align: center;
  }

  .footer .footer__links--contact a {
    word-break: break-word;
    max-width: 100%;
  }

  .footer .wrap.footer__bottom {
    text-align: center;
  }

  .footer .footer__bottom {
    padding-bottom: calc(1.75rem + env(safe-area-inset-bottom, 0px));
  }
}

/* Video hero (eigen introclip) */
.video-hero {
  position: relative;
  min-height: 72vh;
  display: flex;
  align-items: flex-end;
  padding: calc(var(--header-h) + 2rem) 0 3.5rem;
  margin-top: 0;
}

.video-hero__media {
  position: absolute;
  inset: 0;
  background: var(--qc-dark);
  overflow: hidden;
}

.video-hero__video {
  width: 100%;
  height: 100%;
  object-fit: cover;
  opacity: 0.55;
  filter: brightness(0.5) saturate(0.95);
  transform: scale(1.02) translateZ(0);
  -webkit-transform: scale(1.02) translateZ(0);
}

.video-hero__scrim {
  position: absolute;
  inset: 0;
  background: linear-gradient(
    105deg,
    rgba(4, 42, 39, 0.55) 0%,
    rgba(4, 42, 39, 0.25) 45%,
    rgba(4, 42, 39, 0.12) 100%
  );
  pointer-events: none;
}

.video-hero__scrim::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: 22%;
  background: linear-gradient(
    180deg,
    transparent 0%,
    rgba(240, 253, 250, 0.25) 55%,
    rgba(240, 253, 250, 0.55) 100%
  );
  pointer-events: none;
}

.video-hero__content {
  position: relative;
  z-index: 2;
  text-align: center;
  padding-bottom: 0.5rem;
}

.video-hero__eyebrow {
  margin: 0 0 0.75rem;
  font-size: 0.8rem;
  font-weight: 700;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.95);
  text-shadow: 0 2px 12px rgba(0, 0, 0, 0.4);
}

.video-hero__title {
  margin: 0 0 1rem;
  font-size: clamp(1.85rem, 5vw, 3rem);
  font-weight: 800;
  line-height: 1.12;
  color: #e6fffb;
  max-width: 18ch;
  margin-left: auto;
  margin-right: auto;
  text-shadow: 0 8px 28px rgba(0, 0, 0, 0.55);
}

.video-hero__lead {
  margin: 0 0 1.75rem;
  color: rgba(230, 255, 251, 0.92);
  font-size: 1.05rem;
  max-width: 32rem;
  margin-left: auto;
  margin-right: auto;
  text-shadow: 0 4px 16px rgba(0, 0, 0, 0.45);
}

.video-hero__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 0.75rem;
  justify-content: center;
}

.btn {
  display: inline-block;
  padding: 0.85rem 1.65rem;
  font-family: var(--font);
  font-size: 0.95rem;
  font-weight: 600;
  text-decoration: none;
  border-radius: var(--radius);
  border: 2px solid transparent;
  cursor: pointer;
  transition:
    transform 0.45s cubic-bezier(0.22, 1, 0.36, 1),
    box-shadow 0.2s,
    background 0.2s;
}

.btn--primary {
  background: var(--qc-white);
  color: var(--qc-teal-deep);
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.2);
}

.btn--primary:hover:not(.qcs-tilt) {
  transform: translateY(-2px);
  background: #ccfbf1;
}

.btn--primary.qcs-tilt:hover {
  background: #ccfbf1;
}

.btn--outline {
  background: transparent;
  color: var(--qc-white);
  border-color: rgba(255, 255, 255, 0.65);
}

.btn--outline:hover {
  background: rgba(255, 255, 255, 0.12);
  border-color: var(--qc-white);
}

.btn--block {
  width: 100%;
  text-align: center;
}

/* Sections */
.section {
  padding: 4rem 0;
}

.section--surface {
  background: var(--qc-white);
  border-top: 1px solid rgba(13, 77, 74, 0.08);
  border-bottom: 1px solid rgba(13, 77, 74, 0.08);
}

.section__title {
  margin: 0 0 0.75rem;
  font-size: clamp(1.5rem, 3vw, 1.85rem);
  font-weight: 700;
  color: var(--qc-teal-deep);
  letter-spacing: -0.02em;
}

.section__title--center {
  text-align: center;
}

.section__title--light {
  color: var(--qc-white);
}

.section__intro {
  margin: 0 0 2rem;
  color: var(--qc-slate-mid);
  max-width: 42rem;
}

.section__intro--center {
  margin-left: auto;
  margin-right: auto;
  text-align: center;
}

.section__intro--tight {
  margin-top: 0;
}

.section__intro--logos {
  margin-bottom: 1.25rem;
}

.section__intro--muted {
  color: rgba(255, 255, 255, 0.88);
}

.section--cta {
  background: linear-gradient(145deg, var(--qc-teal-deep) 0%, #0a5c52 50%, var(--qc-teal-dark) 100%);
  color: var(--qc-white);
}

.prose {
  margin: 0 0 1rem;
  color: var(--qc-slate-mid);
}

.checklist {
  margin: 0;
  padding: 1.5rem 1.5rem 1.5rem 2.25rem;
  background: var(--qc-white);
  border-radius: var(--radius);
  border: 1px solid rgba(13, 148, 136, 0.2);
  box-shadow: 0 8px 28px rgba(13, 61, 56, 0.06);
}

.checklist li {
  margin-bottom: 0.65rem;
  color: var(--qc-slate);
}

.checklist li:last-child {
  margin-bottom: 0;
}

/* Diensten: pakketlijst — geen plat wit vlak */
.checklist--glass {
  list-style: none;
  padding: 1.2rem 1.15rem;
  background: linear-gradient(155deg, rgba(255, 255, 255, 0.45), rgba(204, 251, 241, 0.28));
  backdrop-filter: blur(16px);
  -webkit-backdrop-filter: blur(16px);
  border-radius: 20px;
  border: 1px solid rgba(13, 148, 136, 0.24);
  box-shadow:
    0 10px 40px rgba(13, 61, 56, 0.07),
    inset 0 1px 0 rgba(255, 255, 255, 0.75);
}

.checklist--glass li {
  display: flex;
  align-items: flex-start;
  gap: 0.8rem;
  margin-bottom: 0.55rem;
  padding: 0.55rem 0.7rem;
  border-radius: 14px;
  background: rgba(255, 255, 255, 0.42);
  border: 1px solid rgba(13, 148, 136, 0.1);
  transition: background 0.25s ease, border-color 0.25s ease, transform 0.25s ease;
}

.checklist--glass li:hover {
  background: rgba(255, 255, 255, 0.72);
  border-color: rgba(13, 148, 136, 0.22);
  transform: translateX(3px);
}

.checklist--glass li:last-child {
  margin-bottom: 0;
}

.checklist__mark {
  font-size: 1.3rem;
  line-height: 1.35;
  flex-shrink: 0;
  filter: drop-shadow(0 1px 2px rgba(13, 61, 56, 0.08));
}

@media (prefers-reduced-motion: reduce) {
  .checklist--glass li:hover {
    transform: none;
  }
}

.cards {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
  gap: 1.25rem;
}

.card {
  padding: 1.5rem;
  background: linear-gradient(180deg, var(--qc-off) 0%, var(--qc-white) 100%);
  border: 1px solid rgba(13, 148, 136, 0.18);
  border-radius: var(--radius);
  transition:
    border-color 0.2s,
    box-shadow 0.2s,
    transform 0.55s cubic-bezier(0.22, 1, 0.36, 1);
}

.card:hover {
  border-color: var(--qc-teal);
  box-shadow: 0 8px 28px rgba(13, 148, 136, 0.12);
}

.card h3 {
  margin: 0 0 0.5rem;
  font-size: 1.1rem;
  color: var(--qc-teal-deep);
}

.card p {
  margin: 0;
  font-size: 0.98rem;
  color: var(--qc-slate-mid);
}

.visually-hidden {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

/* ─── 3D muis-tilt (script zet body.qcs-tilt-js; alleen bij pointer: fine) ─── */
.qcs-tilt {
  --qcs-tilt-x: 0deg;
  --qcs-tilt-y: 0deg;
  --qcs-tilt-z: 0px;
  --qcs-tilt-mx: 50%;
  --qcs-tilt-my: 50%;
  transform: perspective(960px) rotateX(var(--qcs-tilt-x)) rotateY(var(--qcs-tilt-y)) translateZ(var(--qcs-tilt-z));
  transform-style: preserve-3d;
  transition: transform 0.55s cubic-bezier(0.22, 1, 0.36, 1);
  will-change: transform;
}

body.qcs-tilt-js .qcs-tilt.is-pointer-tilting {
  transition: transform 0.1s ease-out;
}

/* Alleen muis-licht (::after-gradient), geen 3D-kanteling — o.a. Direct contact bij offerte */
.qcs-tilt.qcs-tilt--shine-only {
  transform: none !important;
  transform-style: flat;
  will-change: auto;
  transition: none;
}

body.qcs-tilt-js .qcs-tilt.qcs-tilt--shine-only.is-pointer-tilting {
  transition: none;
}

.qcs-tilt--shine {
  position: relative;
  overflow: hidden;
}

.qcs-tilt--shine > *:not(.card__num) {
  position: relative;
  z-index: 1;
}

.card.qcs-tilt--shine .card__num {
  z-index: 2;
}

.qcs-tilt--shine::after {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: inherit;
  background: radial-gradient(
    360px circle at var(--qcs-tilt-mx) var(--qcs-tilt-my),
    rgba(255, 255, 255, 0.5),
    rgba(255, 255, 255, 0) 55%
  );
  opacity: 0;
  mix-blend-mode: soft-light;
  pointer-events: none;
  transition: opacity 0.3s ease;
  z-index: 0;
}

body.qcs-tilt-js .qcs-tilt--shine.is-pointer-tilting::after {
  opacity: 0.38;
}

.qcs-tilt--shine:not(.is-pointer-tilting):hover::after {
  opacity: 0.12;
}

.contact-card.qcs-tilt--shine::after,
.testimonial.qcs-tilt--shine::after {
  mix-blend-mode: overlay;
  opacity: 0.22;
}

body.qcs-tilt-js .contact-card.qcs-tilt--shine.is-pointer-tilting::after,
body.qcs-tilt-js .testimonial.qcs-tilt--shine.is-pointer-tilting::after {
  opacity: 0.32;
}

@media (prefers-reduced-motion: reduce) {
  .qcs-tilt,
  body.qcs-tilt-js .qcs-tilt {
    transform: none !important;
    transition: none !important;
    will-change: auto;
  }

  .qcs-tilt--shine::after {
    display: none !important;
  }
}

/* ─── Pagina Werk & Resultaten ─── */
.page-werk {
  overflow-x: hidden;
}

.section--werk-offerte-row {
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
}

.werk-offerte-row {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  gap: 1.25rem 1.75rem;
  text-align: center;
}

.werk-offerte-row__text {
  margin: 0;
  flex: 1 1 16rem;
  max-width: 32rem;
  font-size: 1.02rem;
  line-height: 1.55;
  font-weight: 600;
  color: var(--qc-teal-deep);
}

.werk-offerte-row__btn.nav__cta {
  flex-shrink: 0;
}

/* Foto’s/video’s meteen tonen: geen reveal-vertraging + geen tilt op zware media (voorkomt lege donkere viewports) */
.werk-section--compare .ba-row.qcs-reveal,
.werk-section--effects .werk-effecten__cluster.qcs-reveal,
.werk-section--effects .werk-effecten__item.qcs-reveal,
.werk-section--videos .video-card.qcs-reveal,
.werk-section--opnames .video-card.qcs-reveal {
  opacity: 1;
  transform: none;
  transition: none;
}

.page-hero--werk {
  position: relative;
  overflow: hidden;
}

.page-hero__accent {
  position: absolute;
  top: 0;
  right: 0;
  width: min(55vw, 28rem);
  height: min(45vw, 16rem);
  background: radial-gradient(ellipse at 70% 30%, rgba(45, 212, 191, 0.35) 0%, transparent 65%);
  pointer-events: none;
}

.page-hero__inner--wide {
  max-width: 46rem;
}

.page-hero--werk .page-hero__lead strong {
  color: var(--qc-teal-dark);
  font-weight: 700;
}

.werk-section--compare {
  position: relative;
  padding-top: 3.5rem;
  padding-bottom: 3.5rem;
  overflow: hidden;
}

.werk-section--compare::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    radial-gradient(ellipse 80% 55% at 85% 8%, rgba(45, 212, 191, 0.14) 0%, transparent 52%),
    radial-gradient(ellipse 50% 40% at 10% 90%, rgba(13, 148, 136, 0.1) 0%, transparent 48%);
  pointer-events: none;
}

.werk-section--compare > .wrap {
  position: relative;
  z-index: 1;
}

.werk-compare__intro {
  max-width: 38rem;
  margin: 0 auto 2rem;
  text-align: center;
}

.werk-compare__lead {
  margin: 0;
  font-size: 1.05rem;
  line-height: 1.65;
  color: var(--qc-slate-mid);
  text-align: center;
}

.werk-compare__lead strong {
  color: var(--qc-teal-deep);
  font-weight: 700;
}

.ba-grid {
  display: flex;
  flex-direction: column;
  gap: 3rem;
}

.ba-row {
  margin: 0;
}

.ba-row__intro {
  max-width: 38rem;
  margin: 0 auto 1.85rem;
  text-align: center;
}

.ba-row__eyebrow {
  margin: 0 0 0.45rem;
  font-size: 0.72rem;
  font-weight: 800;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: var(--qc-teal);
}

.ba-row__title {
  margin: 0 0 0.55rem;
  font-size: clamp(1.25rem, 2.8vw, 1.55rem);
  font-weight: 800;
  letter-spacing: -0.02em;
  color: var(--qc-teal-deep);
}

.ba-row__dek {
  margin: 0;
  font-size: 0.98rem;
  line-height: 1.6;
  color: var(--qc-slate-mid);
}

.ba-row__pair {
  display: grid;
  gap: 1.35rem;
  grid-template-columns: 1fr;
  align-items: stretch;
}

@media (min-width: 880px) {
  .ba-row__pair {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 1.5rem 1.75rem;
  }
}

.ba-compare--tile {
  margin: 0;
  padding: 1.15rem 1.15rem 1.05rem;
  border-radius: 22px;
  background: linear-gradient(155deg, rgba(255, 255, 255, 0.98) 0%, rgba(236, 253, 245, 0.88) 48%, rgba(224, 242, 241, 0.55) 100%);
  border: 1px solid rgba(13, 148, 136, 0.2);
  box-shadow:
    0 4px 6px rgba(13, 61, 56, 0.04),
    0 18px 42px rgba(13, 61, 56, 0.09),
    inset 0 1px 0 rgba(255, 255, 255, 0.9);
  display: flex;
  flex-direction: column;
  gap: 0.7rem;
  height: 100%;
  box-sizing: border-box;
}

.ba-tile__label {
  margin: 0;
  padding: 0 0.1rem;
  font-size: 0.72rem;
  font-weight: 800;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: var(--qc-teal-dark);
}

.ba-compare {
  margin: 0;
  --ba-pct: 50;
}

.ba-compare__viewport {
  position: relative;
  aspect-ratio: 16 / 10;
  border-radius: 22px;
  overflow: hidden;
  isolation: isolate;
  background: var(--qc-dark);
  box-shadow:
    0 4px 6px rgba(13, 61, 56, 0.06),
    0 22px 50px rgba(13, 61, 56, 0.14),
    inset 0 0 0 1px rgba(255, 255, 255, 0.08);
}

.ba-compare--tile .ba-compare__viewport {
  width: 100%;
  aspect-ratio: 4 / 5;
  border-radius: 16px;
  box-shadow:
    0 2px 4px rgba(13, 61, 56, 0.08),
    0 12px 28px rgba(13, 61, 56, 0.12),
    inset 0 0 0 1px rgba(255, 255, 255, 0.06);
}

.ba-compare__after {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  display: block;
}

.ba-compare__before-layer {
  position: absolute;
  z-index: 1;
  left: 0;
  top: 0;
  bottom: 0;
  width: calc(var(--ba-pct) * 1%);
  overflow: hidden;
  pointer-events: none;
}

.ba-compare__before {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: calc(100% * 100 / var(--ba-pct));
  max-width: none;
  object-fit: cover;
  object-position: left center;
  display: block;
}

.ba-compare__tags {
  position: absolute;
  z-index: 2;
  inset: 0;
  pointer-events: none;
}

.ba-compare__pill {
  position: absolute;
  top: 1rem;
  padding: 0.35rem 0.75rem;
  font-size: 0.68rem;
  font-weight: 800;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  border-radius: 999px;
  backdrop-filter: blur(10px);
}

.ba-compare__pill--before {
  left: 1rem;
  color: rgba(255, 255, 255, 0.95);
  background: rgba(15, 23, 42, 0.72);
  border: 1px solid rgba(255, 255, 255, 0.12);
}

.ba-compare__pill--after {
  right: 1rem;
  color: var(--qc-teal-deep);
  background: rgba(255, 255, 255, 0.92);
  border: 1px solid rgba(13, 148, 136, 0.2);
}

.ba-compare__handle {
  position: absolute;
  z-index: 3;
  top: 0;
  bottom: 0;
  left: calc(var(--ba-pct) * 1%);
  width: 3px;
  transform: translateX(-50%);
  background: linear-gradient(180deg, var(--qc-white) 0%, #e2e8f0 50%, var(--qc-white) 100%);
  box-shadow:
    0 0 0 1px rgba(13, 148, 136, 0.35),
    0 0 20px rgba(0, 0, 0, 0.25);
  pointer-events: none;
}

.ba-compare__grip {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 2.35rem;
  height: 2.35rem;
  border-radius: 50%;
  background: linear-gradient(145deg, var(--qc-white) 0%, #f1f5f9 100%);
  border: 2px solid var(--qc-teal);
  box-shadow: 0 6px 20px rgba(13, 148, 136, 0.35);
}

.ba-compare__grip::before {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  width: 3px;
  height: 3px;
  margin: -1.5px 0 0 -1.5px;
  border-radius: 50%;
  background: var(--qc-teal-deep);
  box-shadow: 0 7px 0 var(--qc-teal-deep), 0 -7px 0 var(--qc-teal-dark);
}

.ba-compare__range-wrap {
  position: absolute;
  z-index: 4;
  inset: 0;
  margin: 0;
  cursor: ew-resize;
}

.ba-compare__range {
  position: absolute;
  width: 100%;
  height: 100%;
  margin: 0;
  opacity: 0;
  cursor: ew-resize;
}

.ba-compare__caption {
  margin: 0.85rem 0 0;
  font-size: 0.9rem;
  line-height: 1.5;
  color: var(--qc-slate-mid);
}

.ba-compare--tile .ba-compare__caption {
  margin: 0.4rem 0 0;
  padding: 0 0.15rem 0.2rem;
  font-size: 0.86rem;
  line-height: 1.55;
  color: var(--qc-slate-mid);
}

.ba-compare__code {
  font-size: 0.82em;
  padding: 0.12em 0.35em;
  border-radius: 6px;
  background: rgba(13, 148, 136, 0.1);
  color: var(--qc-teal-deep);
}

/* Placeholder vlakken (nog geen foto’s) */
.ba-compare__ph {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  padding: 1.25rem;
  box-sizing: border-box;
}

.ba-compare__ph--after {
  inset: 0;
  width: 100%;
  background: linear-gradient(135deg, #ecfdf5 0%, #a7f3d0 45%, #5eead4 100%);
}

.ba-compare__ph--before {
  width: calc(100% * 100 / var(--ba-pct));
  background: linear-gradient(135deg, #475569 0%, #334155 40%, #1e293b 100%);
  color: rgba(255, 255, 255, 0.95);
}

.ba-compare__ph-kicker {
  font-size: 0.72rem;
  font-weight: 800;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  opacity: 0.85;
  margin-bottom: 0.5rem;
}

.ba-compare__ph-file {
  font-size: 0.78rem;
  line-height: 1.45;
  max-width: 16rem;
  opacity: 0.92;
}

.ba-compare__ph--before .ba-compare__ph-file {
  color: rgba(255, 255, 255, 0.88);
}

.ba-compare__ph-file strong {
  display: block;
  margin-top: 0.35rem;
  font-size: 0.85rem;
  font-weight: 700;
  word-break: break-all;
}

.ba-compare--placeholder .ba-compare__pill--before {
  background: rgba(15, 23, 42, 0.55);
}

.werk-section--effects {
  padding-top: 3.5rem;
  padding-bottom: 3.5rem;
}

.werk-effecten__layout {
  display: flex;
  flex-direction: column;
  gap: 2rem;
  margin-top: 1.25rem;
}

.werk-effecten__cluster {
  margin: 0;
}

.werk-effecten__cluster-head {
  max-width: 40rem;
  margin: 0 auto 1.75rem;
  text-align: center;
}

.werk-effecten__cluster-eyebrow {
  margin: 0 0 0.45rem;
  font-size: 0.72rem;
  font-weight: 800;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: var(--qc-teal);
}

.werk-effecten__cluster-title {
  margin: 0 0 0.55rem;
  font-size: clamp(1.2rem, 2.6vw, 1.45rem);
  font-weight: 800;
  letter-spacing: -0.02em;
  color: var(--qc-teal-deep);
}

.werk-effecten__cluster-dek {
  margin: 0;
  font-size: 0.95rem;
  line-height: 1.6;
  color: var(--qc-slate-mid);
}

/* Drie effectfoto’s: onder elkaar op smal scherm, drie kolommen op breed */
.werk-effecten__cluster-grid--three {
  display: grid;
  gap: 1.35rem;
  grid-template-columns: 1fr;
  align-items: stretch;
}

@media (min-width: 720px) {
  .werk-effecten__cluster-grid--three {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 1.5rem 1.35rem;
  }

  .werk-effecten__cluster-grid--three .werk-effecten__item:last-child {
    grid-column: 1 / -1;
    max-width: min(22rem, 100%);
    margin-inline: auto;
    width: 100%;
  }
}

@media (min-width: 1024px) {
  .werk-effecten__cluster-grid--three {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 1.5rem 1.25rem;
  }

  .werk-effecten__cluster-grid--three .werk-effecten__item:last-child {
    grid-column: auto;
    max-width: none;
    margin-inline: 0;
  }
}

.werk-effecten__item {
  margin: 0;
  display: flex;
  flex-direction: column;
  gap: 0.65rem;
}

.werk-effecten__item--tile {
  padding: 1.1rem 1.1rem 1rem;
  border-radius: 22px;
  background: linear-gradient(
    155deg,
    rgba(255, 255, 255, 0.98) 0%,
    rgba(236, 253, 245, 0.88) 48%,
    rgba(224, 242, 241, 0.55) 100%
  );
  border: 1px solid rgba(13, 148, 136, 0.2);
  box-shadow:
    0 4px 6px rgba(13, 61, 56, 0.04),
    0 18px 42px rgba(13, 61, 56, 0.09),
    inset 0 1px 0 rgba(255, 255, 255, 0.9);
  box-sizing: border-box;
}

.werk-effecten__tile-label {
  margin: 0;
  padding: 0 0.1rem;
  font-size: 0.72rem;
  font-weight: 800;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: var(--qc-teal-dark);
}

.werk-effecten__frame {
  border-radius: 16px;
  overflow: hidden;
  border: 1px solid rgba(13, 148, 136, 0.18);
  box-shadow:
    0 2px 4px rgba(13, 61, 56, 0.08),
    0 12px 28px rgba(13, 61, 56, 0.1),
    inset 0 0 0 1px rgba(255, 255, 255, 0.06);
  background: var(--qc-off);
}

.werk-effecten__frame img {
  width: 100%;
  height: auto;
  display: block;
  vertical-align: middle;
}

.werk-effecten__caption {
  margin: 0;
  font-size: 0.86rem;
  line-height: 1.55;
  color: var(--qc-slate-mid);
  padding: 0 0.15rem 0.1rem;
}

.werk-effecten__caption strong {
  color: var(--qc-teal-deep);
}

.werk-section--videos,
.werk-section--opnames {
  padding-top: 3.25rem;
  padding-bottom: 3.25rem;
}

.werk-videos {
  display: flex;
  flex-direction: column;
  gap: 3rem;
  margin-top: 1.35rem;
}

.video-cluster {
  margin: 0;
}

.video-cluster__head {
  max-width: 40rem;
  margin: 0 auto 1.5rem;
  text-align: center;
}

.video-cluster__eyebrow {
  margin: 0 0 0.45rem;
  font-size: 0.72rem;
  font-weight: 800;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: var(--qc-teal);
}

.video-cluster__title {
  margin: 0 0 0.55rem;
  font-size: clamp(1.15rem, 2.5vw, 1.4rem);
  font-weight: 800;
  letter-spacing: -0.02em;
  color: var(--qc-teal-deep);
}

.video-cluster__dek {
  margin: 0;
  font-size: 0.95rem;
  line-height: 1.6;
  color: var(--qc-slate-mid);
}

.video-cluster__grid {
  display: grid;
  gap: 1.25rem 1.15rem;
  grid-template-columns: 1fr;
  align-items: stretch;
  justify-items: stretch;
}

/* Twee+ kaarten: pas vanaf smalle tablet twee kolommen (niet voor enkele kaart) */
@media (min-width: 520px) {
  .video-cluster__grid:not(:has(> .video-card:only-child)) {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (min-width: 900px) {
  .video-cluster__grid--dense {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }
}

/* Eén clip in een cluster: gecentreerd en duidelijk breder dan voorheen */
.video-cluster__grid:has(> .video-card:only-child) {
  grid-template-columns: 1fr;
  max-width: min(44rem, 100%);
  margin-inline: auto;
  width: 100%;
}

@media (min-width: 640px) {
  .video-cluster__grid:has(> .video-card:only-child) {
    max-width: min(52rem, 94%);
  }
}

@media (min-width: 900px) {
  .video-cluster__grid:has(> .video-card:only-child) {
    max-width: min(58rem, 90%);
  }
}

.video-card {
  margin: 0;
  display: flex;
  flex-direction: column;
  gap: 0.65rem;
  padding: 1rem 1rem 0.95rem;
  border-radius: 22px;
  background: linear-gradient(
    155deg,
    rgba(255, 255, 255, 0.98) 0%,
    rgba(236, 253, 245, 0.88) 48%,
    rgba(224, 242, 241, 0.5) 100%
  );
  border: 1px solid rgba(13, 148, 136, 0.2);
  box-shadow:
    0 4px 6px rgba(13, 61, 56, 0.04),
    0 16px 38px rgba(13, 61, 56, 0.08),
    inset 0 1px 0 rgba(255, 255, 255, 0.9);
  box-sizing: border-box;
}

.video-card__frame {
  position: relative;
  width: 100%;
  aspect-ratio: 16 / 10;
  border-radius: 16px;
  overflow: hidden;
  background: #0f172a;
  border: 1px solid rgba(13, 148, 136, 0.15);
  box-shadow:
    inset 0 0 0 1px rgba(255, 255, 255, 0.05),
    0 8px 24px rgba(13, 61, 56, 0.12);
}

.video-card__media {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  vertical-align: middle;
  transform: translateZ(0);
  -webkit-transform: translateZ(0);
}

.video-card__caption {
  margin: 0;
  padding: 0 0.1rem 0.15rem;
  font-size: 0.84rem;
  line-height: 1.45;
  color: var(--qc-slate-mid);
  text-align: center;
}

.video-card--missing .video-card__media {
  display: none;
}

.video-card__fallback {
  position: absolute;
  inset: 0;
  z-index: 1;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 0.6rem;
  padding: 0.85rem 0.95rem;
  text-align: center;
  background: linear-gradient(155deg, #134e4a 0%, #0f172a 55%, #0c4a6e 100%);
  color: #ecfdf5;
  font-size: 0.82rem;
  line-height: 1.45;
  box-sizing: border-box;
}

.video-card__fallback-title {
  margin: 0;
  font-weight: 800;
  font-size: 0.88rem;
  letter-spacing: -0.02em;
}

.video-card__fallback-code {
  margin: 0;
}

.video-card__fallback-code code {
  font-size: 0.74rem;
  word-break: break-all;
  color: #99f6e4;
  background: rgba(15, 23, 42, 0.35);
  padding: 0.2rem 0.4rem;
  border-radius: 6px;
}

.video-card__fallback-hint {
  margin: 0;
  font-size: 0.78rem;
  opacity: 0.94;
  max-width: 22rem;
}

.video-card__fallback-hint code {
  font-size: 0.76em;
  color: #a5f3fc;
}

@media (prefers-reduced-motion: reduce) {
  .video-card__media {
    /* Eerste frame blijft zichtbaar; script pauzeert afspelen */
    pointer-events: none;
  }
}

.werk-section--gallery {
  position: relative;
}

.gallery--werk {
  margin-top: 0.75rem;
}

.werk-gallery__note {
  margin: 2rem auto 0;
  max-width: 40rem;
  text-align: center;
  font-size: 0.95rem;
  line-height: 1.6;
  color: var(--qc-slate-mid);
}

@media (prefers-reduced-motion: reduce) {
  .gallery--werk .gallery__item img {
    transition: none;
  }
}

/* Foto-galerij (jouw QCS-beelden uit WordPress / assets) */
.gallery {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 0.75rem;
  margin-top: 0.5rem;
}

.gallery__item {
  margin: 0;
  border-radius: var(--radius);
  overflow: hidden;
  border: 1px solid rgba(13, 148, 136, 0.15);
  box-shadow: 0 6px 20px rgba(13, 61, 56, 0.08);
  aspect-ratio: 4 / 3;
  background: var(--qc-off);
}

.gallery__item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  transition: transform 0.35s ease;
}

.gallery__item:hover img {
  transform: scale(1.04);
}

@media (max-width: 900px) {
  .gallery {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 520px) {
  .gallery {
    grid-template-columns: 1fr;
  }
}

/* Form (alleen donkere variant; contact/offerte gebruikt .contact-form--light) */
.contact-form:not(.contact-form--light) {
  display: flex;
  flex-direction: column;
  gap: 0.85rem;
  margin-top: 1.5rem;
}

.contact-form:not(.contact-form--light) label {
  font-size: 0.88rem;
  font-weight: 600;
  color: rgba(255, 255, 255, 0.88);
}

.contact-form:not(.contact-form--light) input,
.contact-form:not(.contact-form--light) textarea {
  padding: 0.75rem 1rem;
  font-family: var(--font);
  font-size: 1rem;
  color: var(--qc-slate);
  background: var(--qc-white);
  border: 1px solid rgba(255, 255, 255, 0.25);
  border-radius: var(--radius);
}

.contact-form:not(.contact-form--light) input:focus,
.contact-form:not(.contact-form--light) textarea:focus {
  outline: 2px solid #99f6e4;
  outline-offset: 0;
}

.contact-form:not(.contact-form--light) textarea {
  resize: vertical;
  min-height: 110px;
}

/* Footer (uitgebreid in footer__grid hierboven) */
.footer {
  background: #0a2a26;
  color: rgba(255, 255, 255, 0.75);
}

/* Home: beeld + tekst naast elkaar */
.split-visual {
  display: grid;
  gap: 2rem;
  align-items: center;
}

@media (min-width: 900px) {
  .split-visual {
    grid-template-columns: 1fr 1.05fr;
  }

  .split-visual--reverse {
    direction: rtl;
  }

  .split-visual--reverse > * {
    direction: ltr;
  }
}

.split-visual__body .cta-werk {
  margin-top: 0.35rem;
}

.split-visual__media {
  margin: 0;
  border-radius: var(--radius);
  overflow: hidden;
  border: 1px solid rgba(13, 148, 136, 0.18);
  box-shadow: 0 12px 40px rgba(13, 61, 56, 0.1);
  aspect-ratio: 4 / 3;
  background: var(--qc-off);
}

.split-visual__media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.split-visual__body .section__title {
  margin-top: 0;
}

/* ─── Pagina: Over ons ─── */
.page-over-ons {
  overflow-x: hidden;
}

.over-hero {
  position: relative;
  padding: calc(var(--header-h) + 2.5rem) 0 3.25rem;
  background: linear-gradient(118deg, #ecfdf5 0%, var(--qc-off) 42%, var(--qc-white) 100%);
  border-bottom: 1px solid rgba(13, 77, 74, 0.07);
}

.over-hero__deco {
  position: absolute;
  inset: 0;
  background:
    radial-gradient(ellipse 55% 45% at 92% 18%, rgba(45, 212, 191, 0.2) 0%, transparent 55%),
    radial-gradient(ellipse 40% 35% at 8% 88%, rgba(13, 148, 136, 0.12) 0%, transparent 50%);
  pointer-events: none;
}

.over-hero__grid {
  position: relative;
  z-index: 1;
  display: grid;
  gap: 2.25rem;
  align-items: center;
}

@media (min-width: 960px) {
  .over-hero__grid {
    grid-template-columns: minmax(0, 1.05fr) minmax(0, 0.95fr);
    gap: 3rem;
  }
}

.over-hero__eyebrow {
  margin: 0 0 0.6rem;
  font-size: 0.78rem;
  font-weight: 700;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: var(--qc-teal);
}

.over-hero__title {
  margin: 0 0 1rem;
  font-size: clamp(1.9rem, 4.2vw, 2.65rem);
  font-weight: 800;
  letter-spacing: -0.035em;
  line-height: 1.12;
  color: var(--qc-teal-deep);
}

.over-hero__lead {
  margin: 0 0 1.35rem;
  font-size: 1.08rem;
  line-height: 1.65;
  color: var(--qc-slate-mid);
  max-width: 38rem;
}

.over-hero__ticks {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-direction: column;
  gap: 0.55rem;
}

.over-hero__ticks li {
  position: relative;
  padding-left: 1.65rem;
  font-size: 0.95rem;
  font-weight: 600;
  color: var(--qc-slate);
}

.over-hero__ticks li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.35em;
  width: 1.05rem;
  height: 1.05rem;
  border-radius: 50%;
  background: linear-gradient(145deg, #4ade80, var(--qc-check-mid));
  box-shadow: 0 2px 8px rgba(22, 163, 74, 0.35);
}

.over-hero__ticks li::after {
  content: "✓";
  position: absolute;
  left: 0.2rem;
  top: 0.22em;
  font-size: 0.55rem;
  font-weight: 800;
  color: var(--qc-white);
  line-height: 1;
}

.over-hero__media {
  margin: 0;
}

.over-hero__frame {
  border-radius: 22px;
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.95);
  box-shadow:
    0 4px 6px rgba(13, 61, 56, 0.05),
    0 24px 56px rgba(13, 61, 56, 0.14);
  aspect-ratio: 4 / 3;
  background: var(--qc-off);
}

.over-hero__frame img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.over-hero__cap {
  margin: 0.75rem 0 0;
  font-size: 0.78rem;
  font-weight: 600;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: var(--qc-slate-mid);
}

.over-band {
  padding-top: 3.75rem;
  padding-bottom: 3.75rem;
}

.over-band__title {
  margin: 0 0 0.85rem;
  font-size: clamp(1.55rem, 3vw, 2rem);
  font-weight: 800;
  text-align: center;
  letter-spacing: -0.03em;
  color: var(--qc-teal-deep);
}

.over-band__intro {
  margin: 0 auto 2.25rem;
  max-width: 40rem;
  text-align: center;
  font-size: 1.05rem;
  line-height: 1.65;
  color: var(--qc-slate-mid);
}

.over-pillars {
  display: grid;
  gap: 1.15rem;
}

@media (min-width: 800px) {
  .over-pillars {
    grid-template-columns: repeat(3, 1fr);
    gap: 1.25rem;
  }
}

.over-pillar {
  padding: 1.5rem 1.4rem 1.45rem;
  border-radius: 18px;
  background: linear-gradient(160deg, var(--qc-white) 0%, rgba(236, 253, 245, 0.65) 100%);
  border: 1px solid rgba(13, 148, 136, 0.16);
  box-shadow: 0 10px 36px rgba(13, 61, 56, 0.06);
  transition: transform 0.45s cubic-bezier(0.22, 1, 0.36, 1), box-shadow 0.35s ease, border-color 0.25s ease;
}

.over-pillar:hover {
  border-color: rgba(13, 148, 136, 0.3);
  box-shadow: 0 18px 48px rgba(13, 148, 136, 0.12);
}

.over-pillar__icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 2.25rem;
  height: 2.25rem;
  margin-bottom: 0.85rem;
  border-radius: 12px;
  font-size: 0.85rem;
  font-weight: 800;
  color: var(--qc-white);
  background: linear-gradient(145deg, #4ade80, var(--qc-check-mid));
  box-shadow: 0 4px 14px rgba(22, 163, 74, 0.35);
}

.over-pillar__name {
  margin: 0 0 0.5rem;
  font-size: 1.08rem;
  font-weight: 700;
  color: var(--qc-teal-deep);
}

.over-pillar__text {
  margin: 0;
  font-size: 0.96rem;
  line-height: 1.58;
  color: var(--qc-slate-mid);
}

.over-mvv__sub {
  max-width: 44rem;
  margin-left: auto;
  margin-right: auto;
}

.over-mvv__grid {
  display: grid;
  gap: 1.15rem;
  margin-top: 0.5rem;
}

@media (min-width: 880px) {
  .over-mvv__grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 1.25rem;
  }

  .over-mvv-card--wide {
    grid-column: 1 / -1;
  }
}

.over-mvv-card {
  padding: 1.65rem 1.5rem;
  border-radius: var(--radius);
  background: var(--qc-white);
  border: 1px solid rgba(13, 148, 136, 0.14);
  box-shadow: 0 8px 30px rgba(13, 61, 56, 0.05);
  transition: transform 0.55s cubic-bezier(0.22, 1, 0.36, 1), box-shadow 0.3s ease;
}

.over-mvv-card__label {
  margin: 0 0 0.65rem;
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: var(--qc-teal);
}

.over-mvv-card__body {
  margin: 0;
  font-size: 1.02rem;
  line-height: 1.6;
  color: var(--qc-slate-mid);
}

.over-mvv-list {
  list-style: none;
  margin: 0;
  padding: 0;
  display: grid;
  gap: 0.65rem;
}

@media (min-width: 640px) {
  .over-mvv-list {
    grid-template-columns: repeat(2, 1fr);
    gap: 0.75rem 1.5rem;
  }
}

.over-mvv-list li {
  position: relative;
  padding-left: 1.35rem;
  font-size: 0.95rem;
  line-height: 1.45;
  color: var(--qc-slate);
}

.over-mvv-list li::before {
  content: "✓";
  position: absolute;
  left: 0;
  top: 0.1em;
  font-weight: 800;
  font-size: 0.85rem;
  color: var(--qc-check-mid);
}

.over-commit__grid {
  display: grid;
  gap: 1.25rem;
  margin-top: 0.25rem;
}

@media (min-width: 880px) {
  .over-commit__grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 1.5rem;
  }
}

.over-commit-card {
  padding: 1.75rem 1.6rem;
  border-radius: 18px;
  background: linear-gradient(180deg, var(--qc-off) 0%, var(--qc-white) 100%);
  border: 1px solid rgba(13, 148, 136, 0.15);
  transition: transform 0.55s cubic-bezier(0.22, 1, 0.36, 1), box-shadow 0.3s ease;
}

.over-commit-card__title {
  margin: 0 0 0.85rem;
  font-size: 1.2rem;
  font-weight: 700;
  color: var(--qc-teal-deep);
}

.over-commit-card__text {
  margin: 0 0 0.85rem;
  font-size: 0.98rem;
  line-height: 1.62;
  color: var(--qc-slate-mid);
}

.over-commit-card__text:last-child {
  margin-bottom: 0;
}

.over-closer {
  padding-top: 3.5rem;
  padding-bottom: 3.5rem;
}

.over-closer__grid {
  display: grid;
  gap: 2rem;
  align-items: center;
}

@media (min-width: 900px) {
  .over-closer__grid {
    grid-template-columns: minmax(0, 1fr) minmax(0, 1.05fr);
    gap: 2.75rem;
  }
}

.over-closer__figure {
  margin: 0;
}

.over-closer__frame {
  border-radius: 20px;
  overflow: hidden;
  border: 1px solid rgba(13, 148, 136, 0.14);
  box-shadow: 0 16px 48px rgba(13, 61, 56, 0.1);
  aspect-ratio: 4 / 3;
  background: var(--qc-off);
}

.over-closer__frame img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.over-closer__body .section__title {
  margin-top: 0;
}

.over-closer__body .cta-werk {
  margin-top: 1rem;
}

.over-closer__links {
  margin-top: 1.25rem;
  margin-bottom: 0;
  font-weight: 600;
}

.over-closer__links a {
  color: var(--qc-teal);
  text-decoration: none;
  border-bottom: 1px solid rgba(13, 148, 136, 0.35);
  transition: color 0.2s ease, border-color 0.2s ease;
}

.over-closer__links a:hover {
  color: var(--qc-teal-dark);
  border-bottom-color: var(--qc-teal-dark);
}

.over-closer__sep {
  margin: 0 0.5rem;
  color: var(--qc-slate-mid);
  font-weight: 400;
}

.mini-gallery {
  margin-top: 1rem;
  grid-template-columns: repeat(3, 1fr);
  max-width: 56rem;
  margin-left: auto;
  margin-right: auto;
}

@media (max-width: 900px) {
  .mini-gallery {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 520px) {
  .mini-gallery {
    grid-template-columns: 1fr;
  }
}

.mini-gallery__foot {
  margin-top: 1rem;
  text-align: center;
}

.mini-gallery__foot a {
  font-weight: 600;
  color: var(--qc-teal);
  text-decoration: none;
}

.mini-gallery__foot a:hover {
  text-decoration: underline;
  color: var(--qc-teal-dark);
}

@media (min-width: 900px) {
  .testimonials--3 {
    grid-template-columns: repeat(3, 1fr);
  }
}

/* Homepage: sfeerbeelden tussendoor */
.home-bleed {
  position: relative;
  width: 100%;
  margin: 0;
  padding: 0;
  line-height: 0;
  overflow: hidden;
}

.home-bleed__frame {
  position: relative;
  margin: 0;
  max-height: min(38vh, 320px);
  min-height: 140px;
}

.home-bleed__frame--short {
  max-height: min(28vh, 220px);
  min-height: 120px;
}

.home-bleed__frame img {
  width: 100%;
  height: min(38vh, 320px);
  min-height: 140px;
  object-fit: cover;
  display: block;
}

.home-bleed__frame--short img {
  height: min(28vh, 220px);
  min-height: 120px;
}

.home-bleed__frame::after {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  background: linear-gradient(
    90deg,
    rgba(13, 78, 72, 0.12) 0%,
    transparent 35%,
    transparent 65%,
    rgba(13, 78, 72, 0.1) 100%
  );
}

.home-scatter {
  display: grid;
  gap: 1rem;
  grid-template-columns: 1fr;
  margin: 2.5rem 0 0;
  max-width: 52rem;
  margin-left: auto;
  margin-right: auto;
}

.home-scatter--after-process {
  margin-top: 3rem;
}

@media (min-width: 640px) {
  .home-scatter {
    grid-template-columns: 1.15fr 0.85fr;
    gap: 1.25rem;
    align-items: stretch;
  }

  .home-scatter--flip {
    grid-template-columns: 0.85fr 1.15fr;
  }
}

.home-scatter__fig {
  margin: 0;
  border-radius: var(--radius);
  overflow: hidden;
  border: 1px solid rgba(13, 148, 136, 0.18);
  box-shadow: 0 10px 32px rgba(13, 61, 56, 0.1);
  aspect-ratio: 4 / 3;
  background: var(--qc-off);
}

@media (min-width: 640px) {
  .home-scatter__fig--raise {
    margin-top: -1.5rem;
  }
}

.home-scatter__fig img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  transition: transform 0.4s ease;
}

.home-scatter__fig:hover img {
  transform: scale(1.03);
}

.home-inline-photos {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 0.75rem;
  margin: 2rem 0 0;
  padding: 0;
  list-style: none;
}

.home-inline-photos li {
  margin: 0;
  flex: 1 1 140px;
  max-width: 200px;
  border-radius: 10px;
  overflow: hidden;
  border: 1px solid rgba(13, 148, 136, 0.2);
  box-shadow: 0 8px 24px rgba(13, 61, 56, 0.08);
  aspect-ratio: 1;
}

.home-inline-photos img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.home-testimonials-visual {
  margin: 2rem auto 0;
  max-width: 40rem;
}

.home-testimonials-visual__fig {
  margin: 0;
  border-radius: var(--radius);
  overflow: hidden;
  border: 1px solid rgba(13, 148, 136, 0.15);
  box-shadow: 0 12px 36px rgba(13, 61, 56, 0.09);
  aspect-ratio: 21 / 9;
  max-height: 200px;
  background: var(--qc-off);
}

.home-testimonials-visual__fig img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center 35%;
  display: block;
}

@media (max-width: 640px) {
  .home-scatter__fig--raise {
    margin-top: 0;
  }

  .nav {
    gap: 0.4rem 0.5rem;
  }

  .nav__tabs a {
    font-size: 0.82rem;
    padding: 0.4rem 0.75rem;
  }

  .logo__img {
    height: 38px;
    max-width: 44vw;
  }

  .video-hero__actions .btn--outline {
    display: none;
  }

  .stats {
    grid-template-columns: 1fr;
    gap: 1.25rem;
  }

  .cta-band__inner {
    flex-direction: column;
    align-items: stretch;
    text-align: center;
  }

  .cta-band .btn--lg {
    width: 100%;
  }
}
