/* ===========================================================================
   Harv — homepage sections below the hero (light / "witte versie").
   Ported from the Harv Web Elements kit, screened of demo chrome + AI-slop
   tells (no per-section mono eyebrows, no em dashes). Everything is scoped
   under .harv-below so it can't leak into the surrounding Webflow page.
   Brand tokens are committed (DESIGN.md); identity preserved, not reinvented.
   =========================================================================== */

.harv-below {
  --ink: #101314;
  --paper: #f4f4f3;
  --surface: #ffffff;
  --green: #77fb38;
  --green-bright: #9bff5c;
  --green-ink: #101314;   /* deep ink for small accent labels (no dark green) */
  --green-deep: #0d0f0e;  /* neutral near-black for text on the bright green */
  --fg: #101314;
  --muted: #5b6166;
  --card: #ffffff;
  --line: rgba(16, 19, 20, .12);
  --bg2: #ffffff;
  --ease-out-expo: cubic-bezier(.16, 1, .3, 1);
  --font: "Albert Sans", -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  /* the monospace face is gone: every label uses the normal brand font */
  --mono: "Albert Sans", -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  --track-display: -0.045em;

  background: var(--paper);
  color: var(--fg);
  font-family: var(--font);
  line-height: 1.55;
  -webkit-font-smoothing: antialiased;
}

.harv-below * { box-sizing: border-box; }
.harv-below img, .harv-below svg { display: block; max-width: 100%; }
.harv-below a { color: inherit; }
.harv-below .wrap { width: min(100% - 56px, 1240px); margin-inline: auto; }
.harv-below .mono { font-family: var(--mono); }
.harv-below .dot { color: var(--green); }

/* The Webflow base stylesheet forces `h4 { font-family: Plain }` (and similar
   defaults onto other heading levels). That element-level rule overrides the
   container font, so every <h4> (seal labels, step titles) was silently using
   the template's "Plain" face instead of the brand font. Pin every heading in
   our sections + footer back to Albert Sans so nothing leaks in again. */
.harv-below h1, .harv-below h2, .harv-below h3, .harv-below h4, .harv-below h5, .harv-below h6,
.harv-foot h1, .harv-foot h2, .harv-foot h3, .harv-foot h4, .harv-foot h5, .harv-foot h6 {
  font-family: "Albert Sans", -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}

/* Clean round brand dot. The empty span is drawn as a small circle so it reads
   as a tidy period, never as a caret/streep with a bulb. */
.harv-below .endcta h2 .dot,
.harv-foot .wm .dot {
  display: inline-block; vertical-align: baseline;
  width: .19em; height: .19em; margin-left: .05em;
  border-radius: 50%; background: var(--green);
}

.harv-below section { padding-block: clamp(72px, 9vw, 130px); position: relative; }
.harv-below .divider { height: 1px; background: var(--line); border: 0; margin: 0; }

/* section headings */
.harv-below .sec-h {
  font-size: clamp(2rem, 4.6vw, 3.4rem); font-weight: 800; letter-spacing: -.035em;
  line-height: 1.04; margin: 0; text-wrap: balance; color: var(--fg);
}
/* green highlighter behind the emphasised word (reads as a marker swipe) */
.harv-below .sec-h em {
  font-style: normal; color: var(--fg);
  background: linear-gradient(transparent 58%, var(--green) 0);
  padding: 0 .05em; border-radius: 3px;
}
.harv-below .sec-sub { font-size: 1.06rem; color: var(--muted); max-width: 62ch; margin: 18px 0 0; }

/* shared reveal — content is visible by DEFAULT. Only when JS is present
   (html.harv-anim) do we hide-then-reveal on scroll, so the page never ships
   blank in no-JS / headless / hidden-tab renders. */
.harv-below .rv { transition: opacity .8s var(--ease-out-expo), transform .8s var(--ease-out-expo); }
html.harv-anim .harv-below .rv { opacity: 0; transform: translateY(24px); }
html.harv-anim .harv-below .rv.in { opacity: 1; transform: none; }
.harv-below .rv[data-d="1"] { transition-delay: .07s; }
.harv-below .rv[data-d="2"] { transition-delay: .14s; }
.harv-below .rv[data-d="3"] { transition-delay: .21s; }
@media (prefers-reduced-motion: reduce) {
  html.harv-anim .harv-below .rv { opacity: 1; transform: none; transition: none; }
}
/* Snappier reveals on phones — the 0.8s expo feels floaty on small screens. */
@media (max-width: 767px) {
  .harv-below .rv { transition: opacity .35s ease-out, transform .35s ease-out !important; transform: translateY(14px); }
  html.harv-anim .harv-below .rv { transform: translateY(14px); }
}

/* shared CTA button — matches the navbar "Plan gesprek" pill */
.harv-below .cta-btn {
  display: inline-flex; align-items: center; justify-content: center; background: var(--green);
  color: #000; font-weight: 700; font-size: 1.02rem; line-height: 100%; text-decoration: none;
  padding: 19px 26px; border-radius: 16px; white-space: nowrap;
  transition: background-color .2s;
}
.harv-below .cta-btn:hover { background: #d2ff72; }
.harv-below .cta-btn:focus-visible { outline: 3px solid #101314; outline-offset: 3px; }

/* ======================= NOOIT OP INLEVERT (seals) ======================= */
.harv-below .nia-seals { display: grid; grid-template-columns: repeat(5, 1fr); gap: 20px; margin-top: 54px; }
.harv-below .nia-seals .s { text-align: center; }
.harv-below .nia-seals .seal { position: relative; width: 100%; max-width: 168px; aspect-ratio: 1; margin: 0 auto 18px; }
.harv-below .nia-seals .seal .ring { position: absolute; inset: 0; animation: harv-sealspin 22s linear infinite; }
.harv-below .nia-seals .seal .ring text { font-family: var(--mono); font-size: 7.1px; letter-spacing: 1.2px; fill: #101314; font-weight: 600; }
.harv-below .nia-seals .seal .disc {
  position: absolute; inset: 14%; border-radius: 50%; background: var(--surface);
  border: 1px solid var(--line); display: grid; place-items: center;
  box-shadow: 0 18px 44px -30px rgba(16, 19, 20, .45);
}
.harv-below .nia-seals .seal .disc .no { position: absolute; top: 13%; font-family: var(--mono); font-size: .66rem; color: var(--green-ink); }
.harv-below .nia-seals .seal .disc svg.ic { width: 34%; height: 34%; stroke: var(--green-ink); fill: none; stroke-width: 1.8; }
/* the label sits in a green text-selection highlight (looks "selected") */
.harv-below .nia-seals .s h4 { font-size: 1.08rem; font-weight: 800; letter-spacing: -.015em; margin: 0 0 5px; }
.harv-below .nia-seals .s h4 span { background: var(--green); color: #101314; padding: 2px 7px; border-radius: 3px; box-decoration-break: clone; -webkit-box-decoration-break: clone; }
.harv-below .nia-seals .s p { font-size: .84rem; color: var(--muted); margin: 0; }
@keyframes harv-sealspin { to { transform: rotate(360deg); } }
@media (prefers-reduced-motion: reduce) { .harv-below .nia-seals .seal .ring { animation: none; } }
/* tablet + phone: 2 + 2 + 1, the fifth seal centred on its own row */
@media (max-width: 900px) {
  .harv-below .nia-seals { grid-template-columns: repeat(2, 1fr); gap: 36px 18px; }
  .harv-below .nia-seals .s:nth-child(5) { grid-column: 1 / -1; justify-self: center; width: min(100%, 46vw); }
}
@media (max-width: 480px) {
  .harv-below .nia-seals { gap: 30px 14px; margin-top: 40px; }
  .harv-below .nia-seals .seal { max-width: 132px; margin-bottom: 14px; }
  .harv-below .nia-seals .s h4 { font-size: 1rem; }
  .harv-below .nia-seals .s:nth-child(5) { width: min(100%, 52vw); }
}

/* ======================= INTEGRATIONS ======================= */
/* the whole article is a link to the integrations page; it also sits ABOVE
   the rain overlay (z-index) so the falling logos emerge from behind it */
.harv-below .integA {
  display: grid; grid-template-columns: 1.05fr .95fr; gap: 0; margin-top: 48px;
  border: 1px solid var(--line); border-radius: 24px; overflow: hidden; background: var(--card);
  box-shadow: 0 30px 70px -50px rgba(16, 19, 20, .4);
  position: relative; z-index: 35; text-decoration: none; color: inherit;
  transition: transform .5s var(--ease-out-expo), box-shadow .5s var(--ease-out-expo), border-color .4s;
}
.harv-below .integA:hover { transform: translateY(-4px); border-color: rgba(119, 251, 56, .55); box-shadow: 0 36px 80px -50px rgba(16, 19, 20, .45); }
.harv-below .integA .left .integ-go {
  display: inline-flex; align-items: center; gap: .45em; margin-top: 4px;
  font-weight: 700; font-size: 1.02rem; color: var(--fg);
  text-decoration: underline; text-decoration-color: var(--green); text-decoration-thickness: 3px; text-underline-offset: 4px;
}
.harv-below .integA .left .integ-go svg { width: .85em; height: .85em; transition: transform .4s var(--ease-out-expo); }
.harv-below .integA:hover .left .integ-go svg { transform: translate(3px, -3px); }
.harv-below .integA .left { padding: clamp(30px, 4vw, 56px); display: flex; flex-direction: column; justify-content: center; }
.harv-below .integA .left h3 { font-size: clamp(1.7rem, 3.4vw, 2.6rem); font-weight: 800; letter-spacing: -.03em; margin: 0 0 14px; line-height: 1.05; color: var(--fg); }
.harv-below .integA .left h3 em {
  font-style: normal; color: var(--fg);
  background: linear-gradient(transparent 58%, var(--green) 0);
  padding: 0 .05em; border-radius: 3px;
}
.harv-below .integA .left p { color: var(--muted); margin: 0 0 22px; max-width: 42ch; }
.harv-below .integA .left .count { font-family: var(--mono); font-size: .8rem; color: var(--green-ink); }
.harv-below .integA .stage { position: relative; background: #f0f1ef; border-left: 1px solid var(--line); display: grid; place-items: center; min-height: 380px; overflow: hidden; }
.harv-below .integA .stage .ring { position: absolute; width: 240px; height: 240px; border: 1px solid var(--line); border-radius: 50%; }
.harv-below .integA .stage .ring.r2 { width: 340px; height: 340px; opacity: .55; }
.harv-below .integA .logo-now { width: 108px; height: 108px; position: relative; }
.harv-below .integA .logo-now .slot {
  position: absolute; inset: 0; display: grid; place-items: center; opacity: 0; transform: scale(.7);
  transition: opacity .5s var(--ease-out-expo), transform .6s var(--ease-out-expo);
}
.harv-below .integA .logo-now .slot svg, .harv-below .integA .logo-now .slot img { width: 100%; height: 100%; object-fit: contain; filter: drop-shadow(0 16px 30px rgba(16, 19, 20, .22)); }
.harv-below .integA .logo-now .slot.in { opacity: 1; transform: scale(1); }
.harv-below .integA .logo-now .slot.out { opacity: 0; transform: scale(1.22); }
.harv-below .integA .name-now { position: absolute; bottom: 26px; left: 0; right: 0; text-align: center; font-weight: 700; font-size: 1.05rem; color: var(--fg); }
@media (max-width: 820px) { .harv-below .integA { grid-template-columns: 1fr; } .harv-below .integA .stage { border-left: 0; border-top: 1px solid var(--line); } }

/* integrations: when you scroll PAST the article, the logos fall out from
   BEHIND it (overlay z-index < card z-index) and rain page-wide off the
   bottom of the viewport. A fixed overlay so they exit cleanly. */
.ex-burst { position: fixed; inset: 0; pointer-events: none; z-index: 30; overflow: hidden; display: none; }
.ex-burst.firing { display: block; }
.ex-burst .ex-logo { position: absolute; top: 0; left: 0; width: 58px; height: 58px; opacity: 0;
  will-change: transform; backface-visibility: hidden; }
.ex-burst .ex-logo img { width: 100%; height: 100%; object-fit: contain; display: block; }
@media (prefers-reduced-motion: reduce) { .ex-burst { display: none !important; } }

/* ======================= PROCES ======================= */
.harv-below .proc-head { display: flex; flex-wrap: wrap; justify-content: space-between; align-items: flex-end; gap: 28px; }
.harv-below .proc-head .txt { flex: 1 1 460px; }
.harv-below .proc-head .cta-side { flex: 0 0 auto; }
@media (max-width: 680px) { .harv-below .proc-head .cta-side { width: 100%; } .harv-below .proc-head .cta-side .cta-btn { width: 100%; justify-content: center; } }

.harv-below .steps { display: grid; grid-template-columns: repeat(4, 1fr); gap: 16px; margin-top: 44px; }
.harv-below .step { padding: 26px; border-radius: 16px; background: var(--surface); border: 1px solid var(--line); position: relative; box-shadow: 0 18px 44px -36px rgba(16, 19, 20, .35); }
.harv-below .step .k { font-family: var(--mono); font-size: .74rem; color: var(--green-ink); }
.harv-below .step h4 { font-size: 1.2rem; font-weight: 800; letter-spacing: -.02em; margin: 12px 0 6px; color: var(--fg); }
.harv-below .step p { font-size: .86rem; color: var(--muted); margin: 0; }
.harv-below .step .ar { position: absolute; right: -12px; top: 50%; transform: translateY(-50%); color: var(--green); font-weight: 800; z-index: 2; }
.harv-below .step:last-child .ar { display: none; }
@media (max-width: 900px) { .harv-below .steps { grid-template-columns: 1fr 1fr; } .harv-below .step .ar { display: none; } }
/* phone: the 4 steps run full-width, stacked 1 -> 2 -> 3 -> 4 with a green
   down-arrow between each (the sequence stays readable as a flow) */
@media (max-width: 680px) {
  .harv-below .steps { grid-template-columns: 1fr; gap: 44px; margin-top: 36px; }
  .harv-below .step { padding: 24px 26px; }
  .harv-below .step:not(:last-child)::after {
    content: ""; position: absolute; left: 50%; bottom: -38px; transform: translateX(-50%);
    width: 26px; height: 30px;
    background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 28' fill='none' stroke='%2377fb38' stroke-width='3.4' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M12 2v22'/%3E%3Cpath d='M4 17l8 8 8-8'/%3E%3C/svg%3E") center / contain no-repeat;
  }
  .harv-below .tl { grid-template-columns: 1fr 1fr; gap: 22px 16px; }
}

.harv-below .rail { margin-top: 18px; border-radius: 18px; background: var(--surface); border: 1px solid var(--line); padding: clamp(26px, 3.5vw, 44px); box-shadow: 0 24px 60px -48px rgba(16, 19, 20, .4); }
.harv-below .rail-head { display: flex; flex-wrap: wrap; align-items: baseline; justify-content: space-between; gap: 14px; margin-bottom: 34px; }
.harv-below .rail-head h3 { font-size: 1.5rem; font-weight: 800; letter-spacing: -.02em; margin: 0; color: var(--fg); }
.harv-below .rail-head .badge { font-family: var(--mono); font-size: .82rem; font-weight: 700; color: var(--green-deep); background: var(--green); padding: 7px 14px; border-radius: 100px; }
.harv-below .tl { position: relative; display: grid; grid-template-columns: repeat(4, 1fr); gap: 18px; }
.harv-below .tl::before { content: ""; position: absolute; left: 0; right: 0; top: 13px; height: 2px; background: var(--line); }
.harv-below .tl-node .pin { width: 28px; height: 28px; border-radius: 50%; background: var(--surface); border: 2px solid var(--green); display: grid; place-items: center; position: relative; z-index: 1; margin-bottom: 16px; }
.harv-below .tl-node .pin i { width: 9px; height: 9px; border-radius: 50%; background: var(--green); }
.harv-below .tl-node.peak .pin { background: var(--green); }
.harv-below .tl-node.peak .pin i { background: var(--green-deep); }
.harv-below .tl-node .when { font-family: var(--mono); font-size: .72rem; color: var(--green-ink); }
.harv-below .tl-node h5 { font-size: 1.05rem; font-weight: 800; margin: 5px 0; color: var(--fg); }
.harv-below .tl-node p { font-size: .82rem; color: var(--muted); margin: 0; }
@media (max-width: 760px) { .harv-below .tl { grid-template-columns: 1fr 1fr; } .harv-below .tl::before { display: none; } }

/* ======================= SERVICES ======================= */
.harv-below .svcs { display: grid; grid-template-columns: repeat(2, 1fr); gap: 16px; margin-top: 50px; }
.harv-below .svc {
  background: var(--surface); border: 1px solid var(--line); border-radius: 20px; padding: 34px;
  position: relative; overflow: hidden; transition: transform .5s var(--ease-out-expo), border-color .4s, box-shadow .4s;
  min-height: 234px; display: flex; flex-direction: column; box-shadow: 0 18px 44px -36px rgba(16, 19, 20, .35);
}
.harv-below .svc:hover { transform: translateY(-5px); border-color: rgba(119, 251, 56, .55); box-shadow: 0 30px 60px -38px rgba(16, 19, 20, .4); }
.harv-below .svc .num { font-family: var(--mono); font-size: .78rem; color: var(--green-ink); }
.harv-below .svc .ic { width: 50px; height: 50px; border-radius: 14px; background: var(--paper); border: 1px solid var(--line); display: grid; place-items: center; margin: 0 0 22px; }
.harv-below .svc .ic svg { width: 27px; height: 27px; stroke: var(--green-ink); fill: none; stroke-width: 1.7; }
.harv-below .svc h3 { font-size: 1.6rem; font-weight: 800; letter-spacing: -.025em; margin: 0 0 8px; color: var(--fg); }
.harv-below .svc p { font-size: .94rem; color: var(--muted); margin: 0; }
.harv-below .svc .tags { margin-top: auto; padding-top: 18px; display: flex; flex-wrap: wrap; gap: 7px; }
.harv-below .svc .tags span { font-family: var(--mono); font-size: .68rem; color: var(--muted); border: 1px solid var(--line); border-radius: 100px; padding: 4px 9px; }
.harv-below .svc .big-no { position: absolute; right: -6px; bottom: -26px; font-size: 8rem; font-weight: 800; color: rgba(16, 19, 20, .035); letter-spacing: var(--track-display); }
@media (max-width: 760px) { .harv-below .svcs { grid-template-columns: 1fr; } }

/* ===================== SERVICES — bold editorial index list ================= */
.harv-below .svc-list { display: flex; flex-direction: column; border-top: 1px solid var(--line); }
.harv-below .svc-row { display: flex; align-items: center; gap: clamp(16px, 3vw, 40px); padding: clamp(22px, 3.2vw, 38px) 6px; border-bottom: 1px solid var(--line);
  text-decoration: none; color: var(--fg); position: relative; transition: padding-left .4s var(--ease-out-expo), background-color .3s; }
.harv-below .svc-row:hover { padding-left: 20px; background: rgba(119, 251, 56, .07); }
.harv-below .svc-row .svc-n { flex: 0 0 auto; width: 2.4em; font-size: clamp(.85rem, 1.3vw, 1rem); font-weight: 700; color: #101314; opacity: .55; }
.harv-below .svc-row .svc-main { flex: 1 1 auto; display: flex; flex-direction: column; gap: 7px; min-width: 0; }
.harv-below .svc-row .svc-name { font-size: clamp(1.7rem, 4vw, 3.1rem); font-weight: 800; letter-spacing: -.035em; line-height: 1.0; color: #101314; }
.harv-below .svc-row:hover .svc-name { background: linear-gradient(transparent 62%, var(--green) 0); }
.harv-below .svc-row .svc-desc { font-size: clamp(.95rem, 1.25vw, 1.1rem); color: var(--muted); max-width: 62ch; }
.harv-below .svc-row .svc-ar { flex: 0 0 auto; font-size: clamp(1.4rem, 2.2vw, 2rem); color: #101314; transition: transform .4s var(--ease-out-expo); }
.harv-below .svc-row:hover .svc-ar { transform: translateX(9px); }
@media (max-width: 600px) { .harv-below .svc-row .svc-n { display: none; } }

/* ===================== SERVICES — bento (real diensten) ===================== */
.harv-below .bento { display: grid; grid-template-columns: repeat(6, 1fr); gap: 16px; }
.harv-below .bcard {
  grid-column: span 2; background: var(--surface); border: 1px solid var(--line); border-radius: 20px;
  padding: 30px; display: flex; flex-direction: column; box-shadow: 0 18px 44px -36px rgba(16, 19, 20, .35);
  transition: transform .5s var(--ease-out-expo), border-color .4s, box-shadow .4s;
}
.harv-below .bcard:hover { transform: translateY(-5px); border-color: rgba(119, 251, 56, .55); box-shadow: 0 30px 60px -38px rgba(16, 19, 20, .4); }
.harv-below .bcard.hero { grid-column: span 4; background: #101314; border-color: #101314; }
.harv-below .bcard .bic { width: 48px; height: 48px; border-radius: 13px; background: var(--paper); border: 1px solid var(--line); display: grid; place-items: center; margin-bottom: 18px; }
.harv-below .bcard .bic svg { width: 26px; height: 26px; stroke: #101314; fill: none; stroke-width: 1.7; }
.harv-below .bcard.hero .bic { background: rgba(255, 255, 255, .06); border-color: rgba(255, 255, 255, .14); }
.harv-below .bcard.hero .bic svg { stroke: var(--green); }
.harv-below .bcard h3 { font-size: 1.4rem; font-weight: 800; letter-spacing: -.025em; margin: 0 0 8px; color: var(--fg); }
.harv-below .bcard.hero h3 { font-size: clamp(1.8rem, 3vw, 2.3rem); color: #fff; }
.harv-below .bcard p { font-size: .94rem; color: var(--muted); margin: 0; max-width: 52ch; }
.harv-below .bcard.hero p { font-size: 1.06rem; color: #c7ccc9; max-width: 40ch; }
.harv-below .bcard .bmeta { margin-top: auto; padding-top: 22px; display: flex; flex-wrap: wrap; gap: 8px; }
.harv-below .bcard .bmeta span { font-size: .76rem; font-weight: 700; color: #101314; background: var(--green); padding: 5px 12px; border-radius: 100px; }
@media (max-width: 900px) {
  .harv-below .bento { grid-template-columns: 1fr 1fr; }
  .harv-below .bcard { grid-column: span 1; }
  .harv-below .bcard.hero { grid-column: span 2; }
}
@media (max-width: 560px) {
  .harv-below .bento { grid-template-columns: 1fr; }
  .harv-below .bcard, .harv-below .bcard.hero { grid-column: span 1; }
}

/* ======================= END CTA ======================= */
.harv-below .endcta { text-align: center; }
.harv-below .endcta h2 { font-size: clamp(2.2rem, 5vw, 4rem); font-weight: 800; letter-spacing: -.04em; margin: 0 0 12px; color: var(--fg); }
.harv-below .endcta h2 .dot { color: var(--green); }
.harv-below .endcta p { color: var(--muted); font-size: 1.08rem; margin: 0 0 30px; }
.harv-below .endcta .endcta-grid { display: grid; grid-template-columns: .82fr 1fr; gap: clamp(30px, 5vw, 64px); align-items: center; text-align: left; max-width: 980px; margin-inline: auto; }
.harv-below .endcta-photo { width: 100%; border-radius: 22px; overflow: hidden; box-shadow: 0 40px 80px -50px rgba(16, 19, 20, .5); }
.harv-below .endcta-photo img { width: 100%; height: 100%; object-fit: cover; aspect-ratio: 4 / 5; object-position: center 35%; display: block; }
.harv-below .endcta-txt h2 { text-align: left; }
@media (max-width: 760px) {
  .harv-below .endcta .endcta-grid { grid-template-columns: 1fr; text-align: center; max-width: 420px; }
  .harv-below .endcta-txt h2 { text-align: center; }
}

/* ======================= OVER HARV / TEAM ======================= */
.harv-below #team .team-grid { display: grid; grid-template-columns: 1fr 1fr; gap: clamp(28px, 5vw, 64px); align-items: center; }
.harv-below .team-photo { border-radius: 24px; overflow: hidden; box-shadow: 0 44px 90px -55px rgba(16, 19, 20, .55); }
.harv-below .team-photo { aspect-ratio: 3 / 2; }
.harv-below .team-photo img { width: 100%; height: 100%; object-fit: cover; object-position: 80% 42%; display: block; transform: scale(1.1); transform-origin: 80% 45%; }
.harv-below .team-txt h2 { margin-bottom: 18px; }
.harv-below .team-txt .sec-sub strong { color: var(--fg); font-weight: 800; }
.harv-below .team-tags { margin-top: 26px; display: flex; flex-wrap: wrap; gap: 10px; }
.harv-below .team-tags span { font-size: .82rem; font-weight: 700; color: #101314; background: var(--green); padding: 7px 14px; border-radius: 100px; }
@media (max-width: 760px) { .harv-below #team .team-grid { grid-template-columns: 1fr; } }

/* ======================= FOOTER (dark close) ======================= */
.harv-foot {
  --green: #77fb38; --green-deep: #0d0f0e;
  --mono: "Albert Sans", -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  --ease-out-expo: cubic-bezier(.16, 1, .3, 1);
  background: #0d0f0e; color: #f3f5f2;
  font-family: "Albert Sans", -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  line-height: 1.5;
}
.harv-foot *, .harv-foot *::before, .harv-foot *::after { box-sizing: border-box; }
.harv-foot .wrap { width: min(100% - 56px, 1240px); margin-inline: auto; padding-block: clamp(54px, 7vw, 88px); }
.harv-foot .top { display: flex; flex-wrap: wrap; justify-content: space-between; gap: 40px 64px; align-items: flex-start; }
.harv-foot .brand .wm { font-size: clamp(3.6rem, 8vw, 6.5rem); font-weight: 800; letter-spacing: -.05em; line-height: .95; }
.harv-foot .brand .wm .dot { color: var(--green); }
.harv-foot .brand p { color: #8b938d; margin: 14px 0 0; max-width: 34ch; font-size: .96rem; }
.harv-foot .cols { display: flex; gap: 56px; flex-wrap: wrap; }
.harv-foot .col h5 { font-family: var(--mono); font-size: .72rem; color: #8b938d; margin: 0 0 14px; font-weight: 600; letter-spacing: .02em; }
.harv-foot .col a { display: block; color: #f3f5f2; text-decoration: none; font-size: .98rem; margin-bottom: 9px; transition: color .25s; }
.harv-foot .col a:hover { color: var(--green); }
.harv-foot .col a.book { display: flex; width: fit-content; margin: 16px auto 0; align-items: center; justify-content: center; background: var(--green); color: #000;
  font-weight: 700; line-height: 100%; text-decoration: none; padding: 19px 26px; border-radius: 16px; transition: background-color .2s; }
.harv-foot .col:last-child { text-align: center; }
.harv-foot .col a.book:hover { background: #d2ff72; color: #000; }
.harv-foot .bottom { display: flex; flex-wrap: wrap; gap: 12px 24px; justify-content: space-between;
  margin-top: 52px; padding-top: 24px; border-top: 1px solid rgba(243, 245, 242, .12);
  font-family: var(--mono); font-size: .76rem; color: #8b938d; }
.harv-foot .bottom a { color: #8b938d; text-decoration: none; transition: color .25s; }
.harv-foot .bottom a:hover { color: var(--green); }
@media (max-width: 640px) { .harv-foot .cols { gap: 32px; } }

/* ===================== SHARED FAQ (AI/SEO Q&A accordion) ==================== */
.harv-faq { width: min(100% - 48px, 880px); margin: clamp(40px, 6vw, 80px) auto; }
.harv-faq h2 { font-size: clamp(1.8rem, 3.4vw, 2.6rem); font-weight: 800; letter-spacing: -.03em; text-align: center; margin: 0 0 clamp(24px, 3vw, 38px); color: #101314; }
.harv-faq h2 em { font-style: normal; background: linear-gradient(transparent 58%, #77fb38 0); padding: 0 .08em; border-radius: 3px; }
.harv-faq .faq-qa { display: grid; gap: 12px; }
.harv-faq details { background: #fff; border: 1px solid rgba(16, 19, 20, .12); border-radius: 14px; padding: 0 22px; }
.harv-faq summary { cursor: pointer; font-weight: 700; font-size: 1.06rem; padding: 18px 0; list-style: none; display: flex; justify-content: space-between; align-items: center; gap: 16px; color: #101314; }
.harv-faq summary::-webkit-details-marker { display: none; }
.harv-faq summary::after { content: "+"; font-weight: 400; font-size: 1.5rem; line-height: 1; color: #101314; flex: 0 0 auto; }
.harv-faq details[open] summary::after { content: "\2212"; }
.harv-faq details p { margin: 0 0 20px; color: #5b6166; line-height: 1.6; max-width: 72ch; }

/* ===================== MOBILE ADAPT: footer + safe-area =================== */
.harv-foot .wrap { padding-bottom: max(clamp(54px, 7vw, 88px), calc(28px + env(safe-area-inset-bottom, 0px))); }
@media (pointer: coarse), (max-width: 767px) {
  /* footer-links als echte tik-doelen (waren 24px hoog) + iets groter leesbaar */
  .harv-foot .col a { padding-block: 11px; margin-bottom: 0; font-size: 1.04rem; min-height: 46px; display: flex; align-items: center; }
  .harv-foot .col a.book { min-height: 0; }
  .harv-foot .col:last-child { text-align: left; }
  .harv-foot .col a.book { margin-inline: 0; }
  .harv-foot .bottom { font-size: .86rem; gap: 6px 20px; }
  .harv-foot .bottom a { padding-block: 8px; display: inline-block; }
  .harv-foot .col h5 { font-size: .8rem; }
}

/* --- Perf: skip rendering the deepest below-the-fold sections until they're
       near the viewport (cuts initial layout/paint cost on phones). The
       intrinsic-size keeps the scrollbar honest so there's no jump. ---------- */
@media (max-width: 767px) {
  .harv-faq { content-visibility: auto; contain-intrinsic-size: auto 900px; }
  .endcta   { content-visibility: auto; contain-intrinsic-size: auto 600px; }
}
