.elementor-76 .elementor-element.elementor-element-37e9107{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;--gap:0px 0px;--row-gap:0px;--column-gap:0px;--margin-top:-10px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;}.elementor-76 .elementor-element.elementor-element-f40626d{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;--gap:0px 0px;--row-gap:0px;--column-gap:0px;--margin-top:-10px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;}.elementor-76 .elementor-element.elementor-element-a7481fc{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;}.elementor-76 .elementor-element.elementor-element-826f274{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;--gap:0px 0px;--row-gap:0px;--column-gap:0px;--margin-top:-10px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;}.elementor-76 .elementor-element.elementor-element-0c77939{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;--gap:0px 0px;--row-gap:0px;--column-gap:0px;--margin-top:-10px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;}.elementor-76 .elementor-element.elementor-element-ee84dd7{margin:-11px 0px calc(var(--kit-widget-spacing, 0px) + 0px) 0px;}@media(max-width:767px){.elementor-76 .elementor-element.elementor-element-ee84dd7{margin:-13px 0px calc(var(--kit-widget-spacing, 0px) + 0px) 0px;}}/* Start custom CSS for html, class: .elementor-element-eb12222 *//* =========================
   PAGE — VOOR PROFESSIONALS (Sectie 1: Hero)
   ========================= */

:root{
  --fp1-green-dark:#15803d;
  --fp1-green:#22c55e;
  --fp1-green-light:#dcfce7;
  --fp1-green-soft:#f3fff7;

  --fp1-text:#163020;
  --fp1-heading:#14532d;
  --fp1-muted:#4b6355;

  --fp1-white:#ffffff;
  --fp1-border:rgba(20,83,45,0.10);
  --fp1-shadow:0 18px 50px rgba(21, 128, 61, 0.10);
  --fp1-radius:18px;
}

.ff-container{
  width:min(1120px,92%);
  margin:0 auto;
}

.fp1-proHero{
  padding: clamp(70px, 8vw, 120px) 0;
  background:
    radial-gradient(900px 520px at 18% 18%, rgba(34,197,94,0.16), transparent 60%),
    radial-gradient(780px 420px at 82% 24%, rgba(187,247,208,0.60), transparent 55%),
    linear-gradient(180deg, #f8fff9 0%, #effcf2 100%);
  color: var(--fp1-text);
}

.fp1-proHero__grid{
  display:grid;
  grid-template-columns: 1.05fr 0.95fr;
  gap: clamp(22px, 4vw, 70px);
  align-items:center;
}

.fp1-eyebrow{
  display:inline-block;
  font-size:0.95rem;
  letter-spacing:0.02em;
  color:var(--fp1-green-dark);
  background:var(--fp1-green-light);
  border:1px solid rgba(34,197,94,0.18);
  padding:8px 12px;
  border-radius:999px;
  margin:0 0 14px;
}

.fp1-h1{
  font-size:clamp(2.1rem, 3.6vw, 3.2rem);
  line-height:1.06;
  margin:0 0 14px;
  color:var(--fp1-heading);
  max-width:13ch;
}

.fp1-lead{
  font-size:1.05rem;
  line-height:1.7;
  color:var(--fp1-muted);
  margin:0 0 20px;
  max-width:60ch;
}

/* CTA buttons */
.fp1-proHero__cta{
  display:flex;
  gap:12px;
  flex-wrap:wrap;
}

.fp1-btnPrimary{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  padding:14px 22px;
  border-radius:12px;
  text-decoration:none;
  font-weight:800;
  background:var(--fp1-green);
  color:#ffffff;
  border:1px solid var(--fp1-green);
  box-shadow:0 10px 26px rgba(34,197,94,0.18);
  transition:transform 160ms ease, background 160ms ease, border-color 160ms ease;
}

.fp1-btnPrimary:hover{
  transform:translateY(-1px);
  background:#16a34a;
  border-color:#16a34a;
}

.fp1-btnPrimary:active{
  transform:translateY(1px);
}

.fp1-btnSecondary{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  padding:14px 22px;
  border-radius:12px;
  text-decoration:none;
  font-weight:800;
  background:#ffffff;
  color:var(--fp1-green-dark);
  border:1px solid rgba(34,197,94,0.22);
  transition:transform 160ms ease, background 160ms ease, border-color 160ms ease, color 160ms ease;
}

.fp1-btnSecondary:hover{
  transform:translateY(-1px);
  background:var(--fp1-green-soft);
  border-color:rgba(34,197,94,0.36);
  color:#166534;
}

.fp1-btnSecondary:active{
  transform:translateY(1px);
}

/* Subnav chips */
.fp1-proHero__subnav{
  display:flex;
  flex-wrap:wrap;
  gap:10px;
  margin-top:18px;
}

.fp1-chip{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  padding:10px 12px;
  border-radius:999px;
  text-decoration:none;
  font-weight:700;
  color:var(--fp1-green-dark);
  background:rgba(255,255,255,0.76);
  border:1px solid rgba(34,197,94,0.14);
  transition:transform 160ms ease, border-color 160ms ease, background 160ms ease;
}

.fp1-chip:hover{
  transform:translateY(-1px);
  border-color:rgba(34,197,94,0.28);
  background:#ffffff;
}

/* Media */
.fp1-proHero__media{
  position:relative;
  border-radius:var(--fp1-radius);
  overflow:hidden;
  border:1px solid rgba(34,197,94,0.12);
  background:#ffffff;
  box-shadow:var(--fp1-shadow);
  min-height:320px;
}

.fp1-proHero__media img{
  width:100%;
  height:100%;
  display:block;
  object-fit:cover;
  transform:scale(1.02);
}

.fp1-proHero__media::after{
  content:"";
  position:absolute;
  inset:0;
  background:linear-gradient(180deg, rgba(255,255,255,0.02), rgba(20,83,45,0.10));
  pointer-events:none;
}

/* Badge */
.fp1-proHero__badge{
  position:absolute;
  left:16px;
  bottom:16px;
  z-index:2;
  background:rgba(255,255,255,0.92);
  border:1px solid rgba(34,197,94,0.16);
  border-radius:14px;
  padding:10px 12px;
  box-shadow:0 16px 40px rgba(21,128,61,0.12);
  backdrop-filter:blur(8px);
}

.fp1-badge__title{
  display:block;
  font-weight:850;
  color:var(--fp1-heading);
  font-size:0.95rem;
  line-height:1.1;
}

.fp1-badge__text{
  display:block;
  color:var(--fp1-muted);
  font-size:0.9rem;
  margin-top:2px;
}

/* Responsive */
@media (max-width: 900px){
  .fp1-proHero__grid{
    grid-template-columns:1fr;
  }

  .fp1-h1{
    max-width:none;
  }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-6e5944b *//* =========================
   PAGE — VOOR PROFESSIONALS (Sectie 3: Vacatures)
   ========================= */

.fp3-jobs{
  padding: clamp(70px, 8vw, 120px) 0;
  background:
    radial-gradient(900px 520px at 85% 25%, rgba(34,197,94,0.10), transparent 60%),
    radial-gradient(780px 420px at 10% 75%, rgba(187,247,208,0.14), transparent 55%),
    #ffffff;
}

.ff-container{
  width:min(1120px,92%);
  margin:0 auto;
}

.fp3-jobs__header{
  text-align:center;
  max-width: 820px;
  margin: 0 auto 34px;
}

.fp3-jobs__header h2{
  font-size: clamp(28px, 3vw, 42px);
  margin: 0 0 10px;
  color:#14532d;
}

.fp3-jobs__header p{
  margin: 0;
  color:#4b6355;
  line-height: 1.7;
}

/* Cards grid */
.fp3-jobs__grid{
  display:grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 18px;
}

.fp3-jobCard{
  background: rgba(255,255,255,0.96);
  border: 1px solid #e5efe8;
  border-radius: 18px;
  padding: 22px;
  box-shadow: 0 18px 50px rgba(21,128,61,0.06);
  transition: transform 160ms ease, box-shadow 160ms ease, border-color 160ms ease;
}

.fp3-jobCard:hover{
  transform: translateY(-3px);
  box-shadow: 0 18px 50px rgba(21,128,61,0.10);
  border-color: rgba(34,197,94,0.35);
}

.fp3-jobTop{
  display:flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-bottom: 12px;
}

.fp3-pill{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  padding: 8px 10px;
  border-radius: 999px;
  font-weight: 800;
  font-size: 0.88rem;
  color:#14532d;
  background: rgba(34,197,94,0.12);
  border: 1px solid rgba(34,197,94,0.22);
}

.fp3-pill--soft{
  color:#166534;
  background: #f0fdf4;
  border-color: rgba(34,197,94,0.18);
}

.fp3-jobCard h3{
  margin: 0 0 14px;
  color:#163020;
  font-size: 1.2rem;
  line-height: 1.25;
}

/* Vacancy info block */
.fp3-jobInfo{
  display:grid;
  gap:10px;
  margin-bottom:16px;
}

.fp3-jobInfo__item{
  display:flex;
  flex-direction:column;
  gap:3px;
  padding:10px 12px;
  border-radius:12px;
  background:#f8fcf9;
  border:1px solid #e7f3ea;
}

.fp3-jobInfo__label{
  font-size:0.78rem;
  font-weight:800;
  letter-spacing:0.01em;
  text-transform:uppercase;
  color:#6b7280;
}

.fp3-jobInfo__value{
  font-size:0.98rem;
  font-weight:700;
  color:#163020;
}

.fp3-jobText{
  margin: 0 0 14px;
  color:#4b6355;
  line-height: 1.7;
  font-size: 0.96rem;
}

.fp3-jobLink{
  display:inline-flex;
  align-items:center;
  gap: 6px;
  text-decoration:none;
  font-weight: 800;
  color:#15803d;
  border-bottom: 1px solid rgba(21,128,61,0.22);
  padding-bottom: 2px;
}

.fp3-jobLink:hover{
  border-bottom-color: rgba(21,128,61,0.55);
}

/* Note */
.fp3-jobs__note{
  max-width: 980px;
  margin: 18px auto 0;
  display:flex;
  gap: 10px;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  padding: 12px 14px;
  border-radius: 16px;
  border: 1px solid #e5efe8;
  background: #f7fcf8;
  color:#4b6355;
}

.fp3-noteTag{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  padding: 6px 10px;
  border-radius: 999px;
  font-weight: 800;
  font-size: 0.9rem;
  color:#14532d;
  background: rgba(34,197,94,0.12);
  border: 1px solid rgba(34,197,94,0.22);
}

/* CTA */
.fp3-jobs__cta{
  display:flex;
  flex-wrap: wrap;
  gap: 12px;
  justify-content: center;
  margin-top: 18px;
}

/* Buttons */
.fp3-btnPrimary{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  padding: 14px 22px;
  border-radius: 12px;
  text-decoration:none;
  font-weight: 800;
  background:#22c55e;
  color:#ffffff;
  border:1px solid #22c55e;
  box-shadow:0 10px 26px rgba(34,197,94,0.18);
  transition: transform 160ms ease, background 160ms ease, border-color 160ms ease;
}

.fp3-btnPrimary:hover{
  transform: translateY(-1px);
  background:#16a34a;
  border-color:#16a34a;
}

.fp3-btnPrimary:active{
  transform: translateY(1px);
}

.fp3-btnSecondary{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  padding: 14px 22px;
  border-radius: 12px;
  text-decoration:none;
  font-weight: 800;
  background: transparent;
  color:#14532d;
  border:1px solid #14532d;
  transition: transform 160ms ease, background 160ms ease, color 160ms ease;
}

.fp3-btnSecondary:hover{
  transform: translateY(-1px);
  background:#14532d;
  color:#fff;
}

.fp3-btnSecondary:active{
  transform: translateY(1px);
}

/* Responsive */
@media (max-width: 900px){
  .fp3-jobs__grid{
    grid-template-columns: 1fr;
  }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-84f8e74 *//* =========================
   SOLLICITEREN – FORM ONLY
   ========================= */

.ff-solliciteren{
  padding: clamp(80px, 8vw, 120px) 0;
}

.ff-solliciteren__form{
  max-width: 720px;
  margin: 0 auto;
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-75396d8 *//* =========================
   PAGE — VOOR PROFESSIONALS (Sectie 2: Werkwijze) — NEW
   ========================= */

.fp2-proSteps{
  padding: clamp(70px, 8vw, 120px) 0;
  background: #f7f9fc;
}

.fp2-proSteps__header{
  text-align: center;
  max-width: 760px;
  margin: 0 auto 34px;
}

.fp2-proSteps__header h2{
  font-size: clamp(28px, 3vw, 42px);
  margin: 0 0 10px;
  color: #0b1220;
}

.fp2-proSteps__header p{
  margin: 0;
  color: #4b5563;
  line-height: 1.7;
}

.fp2-proSteps__grid{
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 14px;
}

/* Step cards */
.fp2-step{
  background: rgba(255,255,255,0.92);
  border: 1px solid #e6e8ec;
  border-radius: 18px;
  padding: 18px;
  box-shadow: 0 18px 50px rgba(0,0,0,0.06);
  transition: transform 160ms ease, box-shadow 160ms ease, border-color 160ms ease;
}

.fp2-step:hover{
  transform: translateY(-3px);
  box-shadow: 0 18px 50px rgba(0,0,0,0.10);
  border-color: rgba(34,197,94,0.35);
}

.fp2-step__nr{
  width: 40px;
  height: 40px;
  border-radius: 14px;
  display:flex;
  align-items:center;
  justify-content:center;
  font-weight: 900;
  background: rgba(34,197,94,0.14);
  color: #0b1220;
  margin-bottom: 10px;
}

.fp2-step h3{
  margin: 0 0 8px;
  color:#0b1220;
  font-size: 1.05rem;
}

.fp2-step p{
  margin: 0;
  color:#4b5563;
  line-height: 1.6;
  font-size: 0.95rem;
}

/* CTA */
.fp2-proSteps__cta{
  display:flex;
  flex-wrap: wrap;
  gap: 12px;
  justify-content: center;
  margin-top: 18px;
}

/* Buttons */
.fp2-btnPrimary{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  padding: 14px 22px;
  border-radius: 12px;
  text-decoration:none;
  font-weight: 900;

  background:#22c55e;
  color:#071021;
  border:1px solid #22c55e;

  box-shadow:0 10px 26px rgba(34,197,94,0.20);
  transition: transform 160ms ease, background 160ms ease, border-color 160ms ease;
}

.fp2-btnPrimary:hover{
  transform: translateY(-1px);
  background:#19a34a;
  border-color:#19a34a;
}

.fp2-btnPrimary:active{ transform: translateY(1px); }

.fp2-btnSecondary{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  padding: 14px 22px;
  border-radius: 12px;
  text-decoration:none;
  font-weight: 900;

  background: transparent;
  color:#0b1220;
  border:1px solid #0b1220;

  transition: transform 160ms ease, background 160ms ease, color 160ms ease;
}

.fp2-btnSecondary:hover{
  transform: translateY(-1px);
  background:#0b1220;
  color:#fff;
}

.fp2-btnSecondary:active{ transform: translateY(1px); }

/* Responsive */
@media (max-width: 900px){
  .fp2-proSteps__grid{
    grid-template-columns: 1fr;
  }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-ee84dd7 *//* =========================
   PAGE — VOOR PROFESSIONALS (FAQ) — NEW
   ========================= */

.fp5-faq{
  padding: clamp(70px, 8vw, 120px) 0;
  background: #ffffff;
}

.fp5-faq__header{
  text-align:center;
  max-width: 760px;
  margin: 0 auto 34px;
}

.fp5-faq__header h2{
  font-size: clamp(28px, 3vw, 42px);
  margin: 0 0 10px;
  color:#0b1220;
}

.fp5-faq__header p{
  margin: 0;
  color:#4b5563;
  line-height: 1.7;
}

/* FAQ items */
.fp5-faq__grid{
  max-width: 900px;
  margin: 0 auto;
  display:grid;
  gap: 12px;
}

.fp5-faqItem{
  background: rgba(255,255,255,0.92);
  border: 1px solid #e6e8ec;
  border-radius: 18px;
  padding: 0;
  box-shadow: 0 18px 50px rgba(0,0,0,0.06);
  overflow:hidden;
}

.fp5-faqQ{
  list-style: none;
  cursor: pointer;
  padding: 16px 18px;
  font-weight: 900;
  color:#0b1220;
  display:flex;
  align-items:center;
  justify-content: space-between;
  gap: 12px;
}

.fp5-faqQ::-webkit-details-marker{ display:none; }

.fp5-faqQ::after{
  content: "+";
  font-weight: 900;
  font-size: 1.2rem;
  line-height: 1;
  opacity: 0.65;
}

.fp5-faqItem[open] .fp5-faqQ::after{
  content: "–";
  opacity: 0.85;
}

.fp5-faqA{
  padding: 0 18px 16px;
  color:#4b5563;
  line-height: 1.7;
  font-size: 0.95rem;
}

.fp5-faqItem:hover{
  border-color: rgba(34,197,94,0.35);
}

/* CTA */
.fp5-faq__cta{
  display:flex;
  flex-wrap:wrap;
  gap: 12px;
  justify-content:center;
  margin-top: 18px;
}

/* Buttons */
.fp5-btnPrimary{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  padding: 14px 22px;
  border-radius: 12px;
  text-decoration:none;
  font-weight: 900;
  background:#22c55e;
  color:#071021;
  border:1px solid #22c55e;
  box-shadow:0 10px 26px rgba(34,197,94,0.20);
  transition: transform 160ms ease, background 160ms ease, border-color 160ms ease;
}

.fp5-btnPrimary:hover{
  transform: translateY(-1px);
  background:#19a34a;
  border-color:#19a34a;
}

.fp5-btnPrimary:active{ transform: translateY(1px); }

.fp5-btnSecondary{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  padding: 14px 22px;
  border-radius: 12px;
  text-decoration:none;
  font-weight: 900;
  background: transparent;
  color:#0b1220;
  border:1px solid #0b1220;
  transition: transform 160ms ease, background 160ms ease, color 160ms ease;
}

.fp5-btnSecondary:hover{
  transform: translateY(-1px);
  background:#0b1220;
  color:#fff;
}

.fp5-btnSecondary:active{ transform: translateY(1px); }/* End custom CSS */