/* ============================================================================
   VACATURES - overzicht (Recruitee) - KBK werkenbij
   ============================================================================ */

/* --- Pijl-hover mechaniek (exacte techniek van "Knop met stijl" op kbkbouwgroep.nl) ---
   :after = zichtbare pijl (in-flow), schuift bij hover naar rechts weg.
   :before = verstopte pijl (absoluut, links buiten beeld), schuift bij hover naar het midden.
   --light = voor knoppen met een lichte/witte achtergrond (navy vlak + witte pijl). */
.has-arrow-hover { position: relative; overflow: hidden; }
.has-arrow-hover:before {
    content: '';
    display: block;
    width: 36px;
    height: 36px;
    position: absolute;
    right: 12px;
    top: 50%;
    transform: translateY(-50%);
    background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M4 12h15m0 0-6-6m6 6-6 6' stroke='%23002240' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E") no-repeat;
    background-position: -18px 50%;
    background-size: 20px 20px;
    transition: background-position .2s ease-in-out;
}
.has-arrow-hover:after {
    content: '';
    display: block;
    width: 36px;
    height: 36px;
    flex: 0 0 auto;
    background: #fff url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M4 12h15m0 0-6-6m6 6-6 6' stroke='%23002240' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E") no-repeat center center;
    background-size: 20px 20px;
    transition: background-position .2s ease-in-out;
}
.has-arrow-hover:hover:before { background-position: 50% 50%; }
.has-arrow-hover:hover:after { background-position: calc(100% + 20px) 50%; }
.has-arrow-hover--light:before { background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M4 12h15m0 0-6-6m6 6-6 6' stroke='%23ffffff' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E"); }
.has-arrow-hover--light:after { background-color: #002240; background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M4 12h15m0 0-6-6m6 6-6 6' stroke='%23ffffff' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E"); }

/* --- Navbar-brede container (volgt exact .site-header .inner: zelfde max-widths + 24px gutter) --- */
.nav-width { width: 100%; max-width: 1836px; margin: 0 auto; padding: 0 24px; box-sizing: border-box; }
@media (min-width: 1180px) { .nav-width { max-width: 1308px; } }
@media (min-width: 1320px) { .nav-width { max-width: 1836px; } }
@media (min-width: 1480px) { .nav-width { max-width: 1788px; } }

/* --- Hero --- */
.vac-hero {
    position: relative;
    background: linear-gradient(90deg, #1A3360 0%, #1899d6 81%);
    color: #fff;
    padding: 170px 0 64px;
    overflow: hidden;
}
.vac-hero__bg { position: absolute; inset: 0; background-size: cover; background-position: center; opacity: .5; z-index: 0; pointer-events: none; }
.vac-hero .inner { position: relative; z-index: 1; }
/* dunne schuine merkstreep (exact SVG) */
.vac-slash, .vac-breadcrumb__sep {
    display: inline-block;
    flex: 0 0 auto;
    width: .8em;
    height: 1em;
    transform: none;
    background: url("data:image/svg+xml,%3Csvg%20xmlns='http://www.w3.org/2000/svg'%20viewBox='0%200%2035%2044'%20fill='none'%3E%3Cpath%20d='M0%2044H5.98152L35%200H28.8568L0%2044Z'%20fill='%23E63422'/%3E%3C/svg%3E") no-repeat center / contain;
}
.vac-breadcrumb {
    display: flex;
    align-items: center;
    gap: 12px;
    font-family: 'Zurich BT', sans-serif;
    font-size: 16px;
    margin-bottom: 64px;
}
.vac-breadcrumb a { color: #fff; text-decoration: none; opacity: .85; }
.vac-breadcrumb a:hover { opacity: 1; }
.vac-breadcrumb span:last-child { color: #fff; }
.vac-breadcrumb__sep { width: 1em; height: 1.1em; }

.vac-hero__main { display: flex; flex-direction: column; align-items: center; gap: 48px; text-align: center; }
.vac-hero__title {
    font-family: 'Merriweather', serif;
    font-weight: 400;
    font-size: clamp(2rem, 4vw, 3.5rem);
    line-height: 1.3;
    color: #fff;
    margin: 0;
    display: inline-flex;
    align-items: center;
    gap: 16px;
}
.vac-slash { height: 0.9em; }

/* search */
.vac-search-wrap { position: relative; width: 100%; max-width: 1025px; }
.vac-search {
    display: flex;
    width: 100%;
    background: #fff;
}

/* live zoek-suggesties */
.vac-suggest {
    position: absolute;
    top: 100%; left: 0; right: 0;
    margin-top: 8px;
    background: #fff;
    box-shadow: 0 16px 40px rgba(0, 34, 64, .18);
    text-align: left;
    z-index: 40;
}
.vac-suggest__group { padding: 16px 24px; }
.vac-suggest__label { margin: 0 0 8px; font-family: 'Zurich BT', sans-serif; font-size: 12px; line-height: 1.3; color: #7b8794; }
.vac-suggest__rows { display: flex; flex-direction: column; }
.vac-suggest__row {
    display: flex; align-items: center; gap: 12px; width: 100%;
    border: 0; background: none; cursor: pointer; text-align: left;
    padding: 8px 8px; margin: 0 -8px;
    font-family: 'Zurich BT', sans-serif;
    transition: background-color .12s ease;
}
.vac-suggest__row:hover { background: #f2f2f2; }
.vac-suggest__ico { flex: 0 0 auto; width: 17px; height: 17px; display: inline-flex; align-items: center; justify-content: center; }
.vac-suggest__ico svg { display: block; width: 100%; height: 100%; }
.vac-suggest__name { flex: 1 1 auto; min-width: 0; color: #002240; font-size: 16px; line-height: 1.4; }
.vac-suggest__count { flex: 0 0 auto; color: #7b8794; font-size: 16px; line-height: 1.4; white-space: nowrap; }
.vac-suggest__line { display: block; height: 1px; background: #e1e4e8; }
.vac-search__icon { display: flex; align-items: center; padding-left: 16px; }
.vac-search__input {
    flex: 1 1 auto;
    border: 0; outline: 0;
    font-family: 'Zurich BT', sans-serif;
    font-size: 16px;
    padding: 20px 16px;
    color: #1A3360;
    background: transparent;
}
.vac-search__input::placeholder { color: rgba(0,0,0,.6); }
.vac-search__btn {
    flex: 0 0 auto;
    display: inline-flex;
    align-items: center;
    gap: 16px;
    border: 0; cursor: pointer;
    background: #002240;
    color: #fff;
    font-family: 'Zurich BT', sans-serif;
    font-size: 16px;
    padding: 12px 12px 12px 24px;
    transition: background-color .2s ease;
}
.vac-search__btn:hover { background: #0b2d4f; }
.vac-search__btn-arrow { display: inline-flex; align-items: center; justify-content: center; background: #fff; padding: 8px; }

/* quick pills */
.vac-hero__pills { display: flex; flex-direction: column; gap: 16px; align-items: center; }
.vac-pillrow { display: flex; flex-direction: column; gap: 16px; align-items: center; }
.vac-pillrow__label { font-family: 'Zurich BT', sans-serif; font-size: 12px; color: rgba(255,255,255,.7); }
.vac-pillrow__items { display: flex; flex-wrap: wrap; gap: 16px; justify-content: center; }
.vac-qpill {
    display: inline-flex;
    align-items: center;
    gap: 12px;
    border: 1px solid #fff;
    background: transparent;
    color: #fff;
    cursor: pointer;
    font-family: 'Zurich BT', sans-serif;
    font-size: 16px;
    padding: 10px 24px 10px 12px;
    border-radius: 128px;
    transition: background-color .2s ease, color .2s ease;
}
.vac-qpill__icon { display: inline-flex; }
.vac-qpill:hover { background: #fff; color: #1A3360; }
.vac-qpill:hover svg path, .vac-qpill:hover svg circle { stroke: #1A3360; }

/* --- Filterbalk --- */
.vac-filterbar { background: #fff; padding: 40px 0; }
.vac-filterbar__inner { display: flex; flex-direction: column; gap: 32px; padding: 0 8.4%; }
.vac-filters__inner { display: flex; gap: 16px; }
.vac-select {
    flex: 1 1 0;
    appearance: none; -webkit-appearance: none;
    height: 64px;
    background: #f2f2f2 url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 24 24' fill='none'><path d='M6 9l6 6 6-6' stroke='%23002240' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/></svg>") no-repeat right 24px center;
    border: 0;
    font-family: 'Zurich BT', sans-serif;
    font-size: 16px;
    color: #002240;
    padding: 12px 56px 12px 24px;
    cursor: pointer;
}
.vac-active { display: flex; align-items: center; justify-content: space-between; gap: 24px; flex-wrap: wrap; }
.vac-active__left { display: flex; align-items: center; gap: 24px; flex-wrap: wrap; }
.vac-active__label { font-family: 'Zurich BT', sans-serif; font-size: 16px; color: #002240; }
.vac-active__chips { display: flex; gap: 8px; flex-wrap: wrap; }
.vac-chip {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    background: #e6f1fb;
    color: #0b447c;
    border: 0; cursor: pointer;
    font-family: 'Zurich BT', sans-serif;
    font-size: 16px;
    padding: 6px 16px 6px 12px;
    border-radius: 128px;
}
.vac-chip__x { display: inline-flex; }
.vac-chip:hover { background: #d6e7f7; }
.vac-active__clear {
    background: none; border: 0; cursor: pointer;
    font-family: 'Zurich BT', sans-serif;
    font-size: 16px;
    color: #002240;
    text-decoration: underline;
    padding: 0;
}
.vac-active__count { display: inline-flex; align-items: center; gap: 8px; font-family: 'Zurich BT', sans-serif; font-size: 16px; color: #002240; }
.vac-dot { width: 8px; height: 8px; border-radius: 50%; background: #4bae50; display: inline-block; }

/* Fix: het lege "Actieve filters"-blok (client-side) hoorde verborgen te zijn via [hidden],
   maar de display:flex hierboven overschreef dat → toonde altijd een lege "Wis alles"-balk. */
.vac-active__left[hidden] { display: none; }

/* Groep-filter als chip in hetzelfde "Actieve filters"-blok (navy, prominenter) — verbeterplan #23.
   De × gebruikt currentColor, dus die wordt automatisch wit op de navy chip. */
.vac-chip--groep { background: #1A3360; color: #fff; font-weight: 600; }
.vac-chip--groep:hover { background: #24406f; }

/* --- Lijst + grid --- */
.vac-list-section { background: #eef0f2; padding: 56px 0 96px; }
.vac-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 24px; }
.vac-card { display: flex; flex-direction: column; background: #fff; overflow: hidden; }
.vac-card__media { display: block; height: 248px; overflow: hidden; background: #1A3360; }
.vac-card__media img { width: 100%; height: 100%; object-fit: cover; object-position: center 30%; display: block; }
.vac-card__placeholder { display: block; width: 100%; height: 100%; background: linear-gradient(120deg, #1A3360, #234a86); }
.vac-card__accent { display: block; height: 8px; width: 100%; background: linear-gradient(270deg, #e63422 0%, #1A3360 100%); }
.vac-card__body { display: flex; flex-direction: column; gap: 24px; padding: 32px; flex: 1 1 auto; }
.vac-card__pills { display: flex; flex-wrap: wrap; gap: 8px; }
.vac-pill {
    font-family: 'Merriweather', serif;
    font-weight: 700;
    font-size: 14px;
    line-height: 1.4;
    color: #1A3360;
    background: #f2f2f2;
    padding: 8px 16px;
}
/* Vakgebied-pill: eigen accent zodat locatie en vakgebied te onderscheiden zijn */
.vac-pill--vak { color: #fff; background: #1A3360; }
.vac-card__title { font-family: 'Merriweather', serif; font-weight: 400; font-size: 1.5rem; line-height: 1.4; margin: 0; color: #1A3360; }
.vac-card__title a { color: inherit; text-decoration: none; }
.vac-card__title a:hover { color: #002240; }
.vac-card__text { font-family: 'Zurich BT', sans-serif; font-size: 16px; line-height: 1.4; color: #7e7e7e; margin: 0; }
.vac-card__divider { display: block; height: 1px; background: #e3e5e8; width: 100%; }
.vac-card__btn {
    margin-top: auto;
    align-self: flex-start;
    display: inline-flex;
    align-items: center;
    gap: 16px;
    height: 64px;
    background: #002240;
    color: #fff;
    text-decoration: none;
    font-family: 'Zurich BT', sans-serif;
    font-size: 16px;
    padding: 12px 12px 12px 24px;
    transition: background-color .2s ease;
}
.vac-card__btn:hover { background: #0b2d4f; }

.vac-empty, .vac-error { font-family: 'Zurich BT', sans-serif; font-size: 16px; color: #5b5e5e; padding: 24px 0; }

/* --- Recruiter CTA-kaart (4e) --- */
.vac-cta { background: #1A3360; color: #fff; padding: 32px; }
.vac-cta__panel { display: flex; flex-direction: column; gap: 24px; height: 100%; }
.vac-cta__head { display: flex; flex-direction: column; gap: 24px; }
.vac-cta__title { display: flex; gap: 16px; align-items: flex-start; font-family: 'Merriweather', serif; font-weight: 400; font-size: clamp(1.5rem, 1.7vw, 2rem); line-height: 1.4; color: #fff; margin: 0; }
.vac-cta__title .vac-slash { margin-top: 0.18em; }
.vac-cta__intro { font-family: 'Zurich BT', sans-serif; font-size: 18px; line-height: 1.5; color: #fff; margin: 0; }
.vac-cta__body { display: grid; grid-template-columns: auto 1fr; grid-template-areas: "photo name" "contact contact" "wa wa"; column-gap: 16px; row-gap: 16px; align-items: center; }
.vac-cta__col { display: contents; }
.vac-cta__photo { grid-area: photo; width: 100px; }
.vac-cta__photo img { width: 100px; height: 116px; object-fit: cover; display: block; }
.vac-cta__pdetails { grid-area: name; display: flex; flex-direction: column; gap: 8px; min-width: 0; }
.vac-cta__name { font-family: 'Merriweather', serif; font-size: 20px; color: #f2f2f2; margin: 0; }
.vac-cta__role { font-family: 'Zurich BT', sans-serif; font-size: 16px; color: rgba(255,255,255,.6); margin: 0; }
.vac-cta__contact { grid-area: contact; display: flex; flex-direction: column; }
.vac-cta__contact a { display: inline-flex; align-items: center; gap: 12px; color: #f2f2f2; text-decoration: none; font-family: 'Zurich BT', sans-serif; font-size: 16px; padding: 6px 0; }
.vac-cta__contact a:hover { color: #fff; }
.vac-cta__ico { display: inline-flex; flex: 0 0 auto; }
.vac-cta__wa { grid-area: wa; align-self: flex-start; justify-self: start; display: inline-flex; align-items: center; gap: 12px; background: #53d559; color: #fff; text-decoration: none; font-family: 'Zurich BT', sans-serif; font-size: 16px; padding: 12px 24px; transition: background-color .2s ease; }
.vac-cta__wa:hover { background: #3fc046; }

/* CTA desktop: foto vult de volle kaarthoogte links, content verticaal gecentreerd ernaast (Figma 10886-10301) */
@media (min-width: 768px) {
    .vac-cta__panel { gap: 48px; }
    .vac-cta__body { display: flex; flex-direction: row; gap: 32px; align-items: stretch; flex: 1 1 auto; }
    .vac-cta__col { display: flex; flex-direction: column; justify-content: center; gap: 16px; flex: 1 1 0; min-width: 0; }
    .vac-cta__photo { flex: 0 0 168px; width: 168px; align-self: stretch; }
    .vac-cta__photo img { width: 100%; height: 100%; object-fit: cover; display: block; }
}

/* --- Job-alert-kaart (laatste) --- */
.vac-jobalert { display: flex; flex-direction: column; background: #1A3360; }
.vac-jobalert__content { flex: 1 1 auto; display: flex; flex-direction: column; justify-content: space-between; gap: 40px; padding: 64px 32px 32px; color: #fff; }
.vac-jobalert__head { display: flex; flex-direction: column; gap: 24px; }
.vac-jobalert__title { display: flex; gap: 16px; align-items: center; font-family: 'Merriweather', serif; font-weight: 400; font-size: clamp(2.5rem, 3vw, 3.5rem); line-height: 1.2; color: #fff; margin: 0; }
.vac-jobalert__text { font-family: 'Zurich BT', sans-serif; font-size: 16px; line-height: 1.5; color: #fff; margin: 0; max-width: 429px; }
.vac-jobalert__btn { align-self: flex-start; display: inline-flex; align-items: center; gap: 16px; height: 64px; background: #fff; color: #1A3360; text-decoration: none; font-family: 'Zurich BT', sans-serif; font-size: 16px; padding: 12px 12px 12px 24px; transition: opacity .2s ease; }
.vac-jobalert__btn:hover { opacity: .9; }
.vac-jobalert__accent { display: block; height: 8px; width: 100%; background: linear-gradient(270deg, #e63422 0%, #1A3360 100%); }

/* --- Brede varianten (2 kolommen, foto links) --- */
.vac-cta--wide, .vac-jobalert--wide { grid-column: span 2; }
.vac-cta--wide { display: flex; flex-direction: row; align-items: stretch; padding: 0; background: transparent; }
.vac-cta--wide .vac-cta__media { flex: 1 1 54%; min-width: 0; overflow: hidden; }
.vac-cta--wide .vac-cta__media img { width: 100%; height: 100%; object-fit: cover; display: block; }
.vac-cta--wide .vac-cta__panel { flex: 1 1 56%; min-width: 0; background: #1A3360; padding: 32px; }

.vac-jobalert--wide { flex-direction: row; align-items: stretch; background: transparent; }
.vac-jobalert--wide .vac-jobalert__media { flex: 1 1 54%; min-width: 0; overflow: hidden; }
.vac-jobalert--wide .vac-jobalert__media img { width: 100%; height: 100%; object-fit: cover; display: block; }
.vac-jobalert--wide .vac-jobalert__panel { flex: 1 1 56%; min-width: 0; display: flex; flex-direction: column; background: #1A3360; }
.vac-jobalert--wide .vac-jobalert__content { flex: 1 1 auto; }

@media (max-width: 991px) {
    /* 2-koloms grid: brede blokken vullen de hele rij */
    .vac-cta--wide, .vac-jobalert--wide { grid-column: span 2; }
}
@media (max-width: 600px) {
    .vac-cta--wide, .vac-jobalert--wide { grid-column: auto; flex-direction: column; }
    .vac-cta--wide .vac-cta__media, .vac-jobalert--wide .vac-jobalert__media { flex: 0 0 auto; height: 220px; }
}

/* ============================================================================
   VACATURE DETAIL
   ============================================================================ */
.vacd-hero { position: relative; color: #fff; padding: 170px 0 96px; overflow: hidden; }
.vacd-hero .inner, .vacd-section .inner { max-width: 1448px; }
.vacd-hero .vac-breadcrumb { margin-bottom: 40px; }
.vacd-hero__accent { position: absolute; left: 0; right: 0; bottom: 0; height: 32px; background: linear-gradient(270deg, #e63422 0%, #1A3360 100%); z-index: 1; }
.vacd-hero__content { display: flex; flex-direction: column; gap: 72px; }
.vacd-back { display: inline-flex; align-items: center; gap: 16px; color: #fff; text-decoration: none; font-family: 'Zurich BT', sans-serif; font-size: 16px; }
.vacd-back__icon { display: inline-flex; align-items: center; justify-content: center; background: #fff; width: 32px; height: 32px; flex: 0 0 auto; }
.vacd-hero__titlewrap { display: flex; flex-direction: column; gap: 32px; }
.vacd-hero__title { display: inline-flex; align-items: center; gap: 16px; font-family: 'Merriweather', serif; font-weight: 400; font-size: clamp(1.75rem, 3vw, 2.5rem); line-height: 1.3; color: #fff; margin: 0; }
.vacd-hero__tags { display: flex; flex-wrap: wrap; gap: 8px; }
.vacd-tag { font-family: 'Merriweather', serif; font-weight: 700; font-size: 14px; color: #1A3360; background: #fff; padding: 8px 16px; }

/* Hero-content begrenzen tot de linkerkolom zodat een lange titel niet onder de zwevende kaart valt (kaart = 459px + gap) */
@media (min-width: 992px) {
    .vacd-hero__content { max-width: calc(100% - 459px - clamp(40px, 5vw, 96px)); }
}

.vacd-section { background: #eef0f2; padding: 0 0 96px; position: relative; z-index: 2; }
.vacd-grid { display: grid; grid-template-columns: minmax(0, 1fr) 459px; gap: clamp(40px, 5vw, 96px); align-items: start; }
.vacd-main { padding-top: 64px; }
.vacd-aside { margin-top: clamp(-240px, -13vw, -120px); align-self: stretch; }

/* intro */
.vacd-intro { font-family: 'Zurich BT', sans-serif; font-size: 18px; line-height: 1.6; color: #3a4250; margin-bottom: 16px; }
.vacd-intro p { margin: 0 0 16px; }
.vacd-intro strong { color: #002240; }
.vacd-intro a { color: #1A3360; }

/* accordions */
.vacd-accordions { display: flex; flex-direction: column; gap: 16px; }
.vacd-acc { background: #fff; }
.vacd-acc__head { display: flex; align-items: center; gap: 16px; width: 100%; padding: 24px 32px; background: #fff; border: 0; cursor: pointer; text-align: left; }
.vacd-acc__head .vac-slash { height: 1.3em; }
.vacd-acc__title { flex: 1 1 auto; font-family: 'Merriweather', serif; font-weight: 400; font-size: clamp(1.1rem, 1.6vw, 1.5rem); line-height: 1.3; color: #002240; }
.vacd-acc__toggle { flex: 0 0 auto; display: inline-flex; transition: transform .25s ease; }
.vacd-acc.is-open .vacd-acc__toggle { transform: rotate(180deg); }
.vacd-acc__body { display: grid; grid-template-rows: 0fr; transition: grid-template-rows .3s ease; }
.vacd-acc.is-open .vacd-acc__body { grid-template-rows: 1fr; }
.vacd-acc__inner { overflow: hidden; padding: 0 32px; font-family: 'Zurich BT', sans-serif; font-size: 16px; line-height: 1.6; color: #3a4250; }
.vacd-acc.is-open .vacd-acc__inner { padding-bottom: 32px; }
.vacd-acc__inner p { margin: 0 0 12px; }
.vacd-intro ul { margin: 0 0 16px 18px; padding-left: 20px; }
.vacd-acc__inner ul { margin: 0 0 12px 18px; padding-left: 20px; }
.vacd-acc__inner li { margin: 0 0 8px; }
.vacd-acc__inner strong { color: #002240; }

/* sidebar card */
.vacd-aside { position: relative; }
.vacd-card { position: sticky; top: 180px; background: #fff; padding: 40px; display: flex; flex-direction: column; gap: 32px; }
.vacd-card__share { display: flex; align-items: center; justify-content: space-between; gap: 16px; }
.vacd-card__sharelabel { font-family: 'Zurich BT', sans-serif; font-size: 16px; color: #5b6a82; }
.vacd-card__shareicons { display: flex; gap: 8px; }
.vacd-share { display: inline-flex; align-items: center; justify-content: center; width: 40px; height: 40px; background: #002240; border: 0; cursor: pointer; transition: background-color .2s ease; }
.vacd-share:hover { background: #0b2d4f; }
.vacd-card__title { font-family: 'Merriweather', serif; font-weight: 400; font-size: 24px; line-height: 1.3; color: #002240; margin: 0; }
.vacd-card__details { display: flex; flex-direction: column; gap: 16px; }
.vacd-row { display: flex; align-items: center; justify-content: space-between; gap: 16px; }
.vacd-row__k { font-family: 'Zurich BT', sans-serif; font-size: 16px; color: #5b6a82; }
.vacd-row__v { font-family: 'Zurich BT', sans-serif; font-size: 16px; color: #002240; font-weight: 700; text-align: right; }
.vacd-row__line { display: block; height: 1px; background: #e3e5e8; }
.vacd-card__btns { display: flex; flex-direction: column; gap: 12px; }
.vacd-btn { display: flex; align-items: center; justify-content: space-between; gap: 16px; height: 64px; padding: 12px 12px 12px 24px; text-decoration: none; font-family: 'Zurich BT', sans-serif; font-size: 16px; transition: opacity .2s ease, background-color .2s ease; }
.vacd-btn--apply { background: #002240; color: #fff; }
.vacd-btn--apply:hover { background: #0b2d4f; }
.vacd-btn--wa { background: #53d559; color: #fff; }
.vacd-btn--wa:hover { background: #3fc046; }
.vacd-btn--call { background: #fff; color: #002240; border: 1px solid #002240; }
.vacd-btn--call:hover { background: #f2f2f2; }
.vacd-btn__icon { display: inline-flex; align-items: center; justify-content: center; background: #fff; padding: 8px; flex: 0 0 auto; }
.vacd-card__recruiter { display: flex; align-items: center; gap: 16px; }
.vacd-recruiter__avatar { flex: 0 0 auto; width: 60px; height: 76px; overflow: hidden; }
.vacd-recruiter__avatar img { width: 100%; height: 100%; object-fit: cover; display: block; }
.vacd-recruiter__txt { display: flex; flex-direction: column; gap: 4px; }
.vacd-recruiter__name { font-family: 'Zurich BT', sans-serif; font-size: 16px; color: #002240; }
.vacd-recruiter__sub { font-family: 'Zurich BT', sans-serif; font-size: 14px; color: #5b6a82; }
.vacd-recruiter__tel { display: inline-flex; align-items: center; gap: 6px; margin-top: 4px; font-family: 'Zurich BT', sans-serif; font-size: 14px; color: #1A3360; text-decoration: none; width: fit-content; transition: color .2s ease; }
.vacd-recruiter__tel svg { flex: 0 0 auto; color: #5b6a82; transition: color .2s ease; }
.vacd-recruiter__tel:hover { color: #e63422; }
.vacd-recruiter__tel:hover svg { color: #e63422; }
.vacd-copy.is-copied { background: #4bae50; }

@media (max-width: 991px) {
    .vacd-grid { grid-template-columns: 1fr; gap: 32px; }
    .vacd-card { position: static; }
    .vacd-aside { margin-top: 0; }
    .vacd-main { padding-top: 0; }
    .vacd-section { padding-top: 40px; }
    .vacd-hero__content { padding-left: 0; }
}
@media (max-width: 767px) {
    /* Hero: ruime spacing volgens design (Figma 10886-11854) */
    .vacd-hero { padding: 40px 0 80px; }
    .vacd-hero .inner { position: relative; z-index: 2; }
    .vacd-hero__accent { z-index: 3; }
    .vacd-hero .vac-breadcrumb { margin-bottom: 48px; gap: 8px; }
    .vacd-hero .vac-breadcrumb a:last-of-type ~ * { display: none; } /* lange titel uit breadcrumb */
    .vacd-hero__content { gap: 56px; }
    .vacd-hero__titlewrap { gap: 48px; }
    .vacd-hero__title { align-items: flex-start; font-size: 2rem; }
    .vacd-hero__title .vac-slash { margin-top: .12em; }

    /* Sidebar-kaart: padding 24px (Figma 10886-11890) */
    .vacd-card { padding: 24px; gap: 24px; }

    /* ruimte onderin zodat de vaste knop niets afdekt */
    body.vacd-page { padding-bottom: 116px; }

    /* Volgorde mobiel: intro -> aside (sidebar-kaart) -> accordions */
    .vacd-main, .vacd-content { display: contents; }
    .vacd-grid { display: flex; flex-direction: column; }
    .vacd-intro { order: 1; margin-bottom: 0; }
    .vacd-aside { order: 2; }
    .vacd-accordions { order: 3; }
    .vacd-extra { order: 4; margin-top: 0; }
    .vacd-apply { order: 5; }
}

/* Vaste solliciteer-balk (mobiel) — Figma 10886-12129: witte balk + navy knop */
.vacd-stickybar { display: none; }
@media (max-width: 767px) {
    .vacd-stickybar { display: block; position: fixed; left: 0; right: 0; bottom: 0; z-index: 900; background: #fff; box-shadow: 0 0 14px rgba(0,0,0,.25); padding: 24px; }
    body.vacd-applying .vacd-stickybar { display: none; }
    .vacd-stickybar__btn { display: flex; align-items: center; justify-content: space-between; gap: 16px; width: 100%; height: 64px; border: 0; cursor: pointer; background: #002240; color: #fff; font-family: 'Zurich BT', sans-serif; font-size: 16px; padding: 12px 12px 12px 24px; }
}

/* ===== Extra lagen onder Recruitee-content (ACF, beheerbaar) ===== */
.vacd-extra { display: flex; flex-direction: column; gap: 40px; margin-top: 48px; }
.vacd-extra__title { display: flex; align-items: center; gap: 16px; font-family: 'Merriweather', serif; font-weight: 400; font-size: clamp(1.5rem, 2vw, 2rem); line-height: 1.3; color: #002240; margin: 0 0 16px; }
.vacd-extra__text { font-family: 'Zurich BT', sans-serif; font-size: 18px; line-height: 1.6; color: #3a4250; }
.vacd-extra__text p { margin: 0 0 16px; }
.vacd-extra__text p:last-child { margin-bottom: 0; }
.vacd-extra__text a { color: #1A3360; }
.vacd-extra__image { margin: 0; }
.vacd-extra__image img { width: 100%; height: auto; display: block; }
.vacd-extra__image figcaption { font-family: 'Zurich BT', sans-serif; font-size: 14px; color: #5b6a82; margin-top: 8px; }
.vacd-extra__embed { position: relative; width: 100%; aspect-ratio: 16 / 9; background: #1A3360; }
.vacd-extra__embed iframe { position: absolute; inset: 0; width: 100%; height: 100%; border: 0; }

/* ===== Sollicitatieformulier (in-page swap) ===== */
.vacd-apply { display: none; }
.vacd-apply__back { display: inline-flex; align-items: center; gap: 12px; background: none; border: 0; padding: 0; margin: 0 0 32px; color: #002240; font-family: 'Zurich BT', sans-serif; font-size: 16px; font-weight: 700; cursor: pointer; }
.vacd-apply__back:hover { opacity: .8; }
.vacd-apply__back-arrow { display: inline-flex; align-items: center; justify-content: center; width: 32px; height: 32px; background: #f2f2f2; flex: 0 0 auto; }
body.vacd-applying .vacd-content { display: none; }
body.vacd-applying .vacd-apply { display: block; }
body.vacd-applying .vacd-hero__tags { display: none; }
body.vacd-applying .vacd-card__share,
body.vacd-applying .vacd-card__btns,
body.vacd-applying .vacd-card__recruiter { display: none; }

.vacd-form { display: flex; flex-direction: column; gap: 56px; }
.vacd-formsec { display: flex; flex-direction: column; gap: 16px; }
.vacd-formsec__title { display: flex; align-items: center; gap: 16px; font-family: 'Merriweather', serif; font-weight: 400; font-size: clamp(1.5rem, 2.4vw, 2.5rem); line-height: 1.3; color: #002240; margin: 0; }
.vacd-formsec__lead { font-family: 'Zurich BT', sans-serif; font-size: 18px; line-height: 1.5; color: #002240; margin: 0 0 8px; }
.vacd-formrow { display: flex; gap: 32px; }
.vacd-field { display: flex; flex-direction: column; gap: 12px; flex: 1 1 0; min-width: 0; }
.vacd-field > span { font-family: 'Zurich BT', sans-serif; font-size: 16px; color: #002240; }
.vacd-field input, .vacd-field textarea, .vacd-field select { font-family: 'Zurich BT', sans-serif; font-size: 16px; color: #002240; background: #fff; border: 1px solid #c5c9c7; padding: 12px 16px; width: 100%; }
.vacd-field input, .vacd-field select { height: 64px; }
.vacd-field textarea { resize: vertical; min-height: 160px; }
.vacd-field input:focus, .vacd-field textarea:focus, .vacd-field select:focus { outline: none; border-color: #1A3360; }
.vacd-field select { appearance: none; -webkit-appearance: none; cursor: pointer; padding-right: 48px; background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 24 24' fill='none'><path d='M6 9l6 6 6-6' stroke='%23002240' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/></svg>"); background-repeat: no-repeat; background-position: right 16px center; }
.vacd-drop { display: flex; flex-direction: column; align-items: center; justify-content: center; gap: 12px; background: #fff; border: 2px dashed #d1d5dc; padding: 40px 16px; cursor: pointer; text-align: center; transition: border-color .2s ease; }
.vacd-drop:hover { border-color: #1A3360; }
.vacd-drop__icon { display: inline-flex; align-items: center; justify-content: center; background: #f2f2f2; border-radius: 48px; padding: 12px; }
.vacd-drop__label { font-family: 'Zurich BT', sans-serif; font-size: 14px; color: #000; }
.vacd-drop__file { font-family: 'Zurich BT', sans-serif; font-size: 14px; color: #1A3360; font-weight: 700; }
.vacd-drop__file:empty { display: none; }
.vacd-drop__hint { font-family: 'Zurich BT', sans-serif; font-size: 12px; color: #6a7282; margin: 0; }
.vacd-note { background: #fff; border-left: 4px solid #002240; padding: 12px 16px; font-family: 'Zurich BT', sans-serif; font-size: 16px; color: #002240; }
.vacd-note strong { font-weight: 700; }
.vacd-formfoot { background: #fff; padding: 40px; display: flex; flex-direction: column; gap: 24px; }
.vacd-check { display: flex; gap: 12px; align-items: flex-start; font-family: 'Zurich BT', sans-serif; font-size: 16px; line-height: 1.4; color: #002240; cursor: pointer; }
.vacd-check input { margin-top: 3px; width: 18px; height: 18px; flex: 0 0 auto; accent-color: #002240; }
.vacd-check a { color: #1A3360; }
.vacd-check em { color: #5b6a82; font-style: normal; font-size: 12px; }
.vacd-hp { position: absolute; left: -9999px; width: 1px; height: 1px; opacity: 0; }
.vacd-formsubmit { display: flex; align-items: center; justify-content: space-between; gap: 24px; flex-wrap: wrap; }
.vacd-form-recruiter { display: flex; align-items: center; gap: 16px; }
.vacd-form__submit { border: 0; cursor: pointer; }
.vacd-form__submit:disabled { opacity: .6; cursor: default; }
.vacd-form__msg { font-family: 'Zurich BT', sans-serif; font-size: 16px; color: #1A3360; margin: 0; }
.vacd-form__msg.is-error { color: #c0392b; }
.vacd-form__success { display: flex; flex-direction: column; gap: 12px; background: #fff; padding: 40px; }
.vacd-form__success h2 { display: flex; gap: 16px; align-items: center; font-family: 'Merriweather', serif; font-weight: 400; font-size: 1.75rem; line-height: 1.3; color: #002240; margin: 0; }
.vacd-form__success a { color: #1A3360; }

@media (max-width: 600px) {
    .vacd-formrow { flex-direction: column; gap: 24px; }
    .vacd-formfoot { padding: 24px; }
}

/* ===== Bedankt-pagina (losse /bedankt/ URL) ===== */
.bedankt-hero { position: relative; color: #fff; padding: 170px 0 110px; overflow: hidden; }
.bedankt-hero__accent { position: absolute; left: 0; right: 0; bottom: 0; height: 32px; background: linear-gradient(270deg, #e63422 0%, #1A3360 100%); z-index: 1; }
.bedankt-hero .inner { max-width: 1448px; position: relative; z-index: 2; }
.bedankt-hero .vac-breadcrumb { margin-bottom: 64px; }
.bedankt-hero__center { display: flex; flex-direction: column; align-items: center; gap: 24px; text-align: center; }
.bedankt-hero__title { display: inline-flex; align-items: center; gap: 16px; margin: 0; font-family: 'Merriweather', serif; font-weight: 400; font-size: clamp(2rem, 3vw, 2.5rem); line-height: 1.4; color: #fff; }
.bedankt-hero__title .vac-slash { height: 1.1em; }
.bedankt-hero__sub { margin: 0; max-width: 760px; font-family: 'Zurich BT', sans-serif; font-size: 20px; line-height: 1.5; color: #fff; }

.bedankt-section { background: #f2f2f2; padding: clamp(64px, 9vw, 144px) 0; }
.bedankt-section .inner { max-width: 1448px; }
.bedankt-grid { display: grid; grid-template-columns: minmax(0, 1fr) 668px; gap: clamp(40px, 5vw, 96px); align-items: start; }

.bedankt-proces { display: flex; flex-direction: column; gap: 56px; }
.bedankt-proces__head { display: flex; flex-direction: column; gap: 8px; }
.bedankt-proces__title { display: flex; align-items: center; gap: 16px; margin: 0; font-family: 'Merriweather', serif; font-weight: 400; font-size: clamp(1.75rem, 2.4vw, 2.5rem); line-height: 1.4; color: #002240; }
.bedankt-proces__title .vac-slash { height: 1.4em; }
.bedankt-proces__lead { margin: 0; font-family: 'Zurich BT', sans-serif; font-size: 20px; line-height: 1.5; color: #002240; }

/* Bevestigingsmail-blok (los, boven het sollicitatieproces) */
.bedankt-confirm { display: flex; flex-direction: column; gap: 12px; background: #fff; border-left: 4px solid #1A3360; padding: clamp(24px, 3vw, 32px); }
.bedankt-confirm__title { margin: 0; font-family: 'Zurich BT', sans-serif; font-weight: 700; font-size: 20px; line-height: 1.3; color: #002240; }
.bedankt-confirm__text { margin: 0; font-family: 'Zurich BT', sans-serif; font-size: 16px; line-height: 1.5; color: #002240; }

.bedankt-steps { list-style: none; margin: 0; padding: 0; display: flex; flex-direction: column; gap: 40px; }
.bedankt-media { margin-top: 8px; }
.bedankt-media__img { display: block; width: 100%; height: auto; }
.bedankt-media__video { position: relative; width: 100%; aspect-ratio: 16 / 9; background: #eef1f5; }
.bedankt-media__video iframe, .bedankt-media__video video { position: absolute; inset: 0; width: 100%; height: 100%; border: 0; }
.bedankt-step { display: flex; gap: 32px; align-items: stretch; }
.bedankt-step__line { flex: 0 0 2px; width: 2px; background: #c5c9c7; align-self: stretch; }
.bedankt-step.is-active .bedankt-step__line { background: #1a3360; }
.bedankt-step__body { display: flex; flex-direction: column; gap: 16px; max-width: 548px; }
.bedankt-step__body h3 { margin: 0; font-family: 'Zurich BT', sans-serif; font-weight: 700; font-size: 20px; line-height: 1.3; color: #002240; }
.bedankt-step__body p { margin: 0; font-family: 'Zurich BT', sans-serif; font-size: 16px; line-height: 1.4; color: #002240; }

.bedankt-aside { position: sticky; top: 120px; display: flex; flex-direction: column; gap: 24px; }
.bedankt-card { display: flex; flex-direction: column; gap: 32px; background: #fff; padding: clamp(32px, 4vw, 72px); }
.bedankt-card__head { display: flex; flex-direction: column; gap: 16px; }
.bedankt-card__title { margin: 0; font-family: 'Merriweather', serif; font-weight: 400; font-size: clamp(1.5rem, 2.2vw, 2rem); line-height: 1.4; color: #1a3360; }
.bedankt-card__text { margin: 0; font-family: 'Zurich BT', sans-serif; font-size: 18px; line-height: 1.5; color: #002240; }
/* recruiter-blok = zelfde opbouw als CTA-blok op het overzicht (foto links, content ernaast) */
.bedankt-card__rec { display: flex; flex-direction: column; gap: 16px; }
.bedankt-card__person { display: flex; align-items: center; gap: 16px; }
.bedankt-card__avatar { flex: 0 0 100px; width: 100px; height: 116px; overflow: hidden; }
.bedankt-card__avatar img { width: 100%; height: 100%; object-fit: cover; display: block; }
.bedankt-card__pdetails { display: flex; flex-direction: column; gap: 4px; min-width: 0; }
.bedankt-card__contact { display: flex; flex-direction: column; gap: 8px; align-items: flex-start; min-width: 0; }
@media (min-width: 768px) {
    .bedankt-card__rec {
        display: grid;
        grid-template-columns: auto 1fr;
        grid-template-areas: "photo name" "photo contact";
        align-items: start;
        column-gap: 24px;
        row-gap: 16px;
    }
    .bedankt-card__person { display: contents; }
    .bedankt-card__avatar { grid-area: photo; flex: none; width: 170px; height: 210px; align-self: start; }
    .bedankt-card__pdetails { grid-area: name; }
    .bedankt-card__contact { grid-area: contact; }
}
.bedankt-card__name { font-family: 'Merriweather', serif; font-size: 20px; color: #002240; }
.bedankt-card__role { font-family: 'Zurich BT', sans-serif; font-size: 16px; color: rgba(0,34,64,.6); margin-bottom: 8px; }
.bedankt-card__link { display: inline-flex; align-items: center; gap: 12px; color: #002240; text-decoration: none; font-family: 'Zurich BT', sans-serif; font-size: 16px; padding: 4px 0; }
.bedankt-card__link:hover { color: #1a3360; }
.bedankt-card__wa { display: inline-flex; align-items: center; gap: 12px; background: #53d559; color: #fff; text-decoration: none; font-family: 'Zurich BT', sans-serif; font-size: 16px; padding: 12px 24px; margin-top: 8px; align-self: flex-start; transition: background-color .2s ease; }
.bedankt-card__wa:hover { background: #3fc046; }

.bedankt-cta { display: inline-flex; align-items: center; gap: 16px; align-self: flex-start; height: 64px; padding: 12px 12px 12px 24px; background: #002240; color: #fff; text-decoration: none; font-family: 'Zurich BT', sans-serif; font-size: 16px; transition: background-color .2s ease; }
.bedankt-cta:hover { background: #1a3360; }
.bedankt-cta__arrow { display: inline-flex; align-items: center; justify-content: center; width: 40px; height: 40px; background: #fff; }

@media (max-width: 991px) {
    .bedankt-grid { grid-template-columns: 1fr; gap: 48px; }
    .bedankt-aside { position: static; }
}
@media (max-width: 600px) {
    .bedankt-hero { padding: 130px 0 80px; }
    .bedankt-card { padding: 24px; }
}

/* ===== Job Alert-pagina ===== */
.ja-hero { position: relative; color: #fff; padding: 170px 0 110px; overflow: hidden; background: linear-gradient(90deg, #1A3360 0%, #1899d6 81%); }
.ja-hero__accent { position: absolute; left: 0; right: 0; bottom: 0; height: 32px; background: linear-gradient(270deg, #e63422 0%, #1A3360 100%); z-index: 1; }
.ja-hero .inner { max-width: 1448px; position: relative; z-index: 2; }
.ja-hero .vac-breadcrumb { margin-bottom: 56px; }
.ja-hero__content { display: flex; flex-direction: column; gap: 32px; max-width: 909px; }
.ja-hero__title { display: inline-flex; align-items: center; gap: 16px; margin: 0; font-family: 'Merriweather', serif; font-weight: 400; font-size: clamp(2rem, 3vw, 2.5rem); line-height: 1.4; color: #fff; }
.ja-hero__title .vac-slash { height: 1.4em; }
.ja-hero__sub { margin: 0; max-width: 760px; font-family: 'Zurich BT', sans-serif; font-size: 20px; line-height: 1.5; color: #fff; }

.ja-section { background: #f2f2f2; padding: 0 0 clamp(64px, 9vw, 144px); position: relative; z-index: 2; }
.ja-section .inner { max-width: 1448px; }
.ja-grid { display: grid; grid-template-columns: minmax(0, 1fr) 459px; gap: clamp(40px, 6vw, 128px); align-items: start; }
.ja-form-col { padding-top: 96px; }
.ja-aside { margin-top: clamp(-180px, -9vw, -90px); position: sticky; top: 180px; }

.ja-summary { background: #fff; padding: 40px; display: flex; flex-direction: column; gap: 24px; }
.ja-summary__title { margin: 0; font-family: 'Merriweather', serif; font-weight: 400; font-size: 24px; line-height: 1.4; color: #1a3360; }
.ja-summary__rows { display: flex; flex-direction: column; gap: 16px; }
.ja-summary__row { display: flex; align-items: center; justify-content: space-between; gap: 16px; }
.ja-summary__k { font-family: 'Zurich BT', sans-serif; font-size: 16px; color: #5b6a82; }
.ja-summary__v { font-family: 'Zurich BT', sans-serif; font-size: 16px; color: #002240; text-align: right; }
.ja-summary__line { height: 1px; background: #e1e4e8; }
.ja-summary__note { margin: 0; font-family: 'Zurich BT', sans-serif; font-size: 16px; line-height: 1.4; color: #5b6a82; }

/* Gravity Forms binnen .ja-form */
.ja-form .gform_wrapper { margin: 0; }
.ja-form .gform_fields { display: flex !important; flex-wrap: wrap; gap: 24px 32px; grid-template-columns: none !important; }
.ja-form .gfield { width: 100%; margin: 0; padding: 0; }
.ja-form .gfield.ja-half { width: calc(50% - 16px); }
.ja-form .gfield_label { font-family: 'Zurich BT', sans-serif; font-weight: 400 !important; font-size: 16px; color: #002240; margin: 0 0 12px; }
.ja-form .gfield_required { color: #e63422; }
.ja-form .ginput_container { margin: 0; }
.ja-form input[type=text], .ja-form input[type=email], .ja-form input[type=tel], .ja-form select, .ja-form textarea {
    width: 100% !important; height: 64px !important; padding: 18px 20px !important; border: 1px solid #c5c9c7 !important; background: #fff !important;
    font-family: 'Zurich BT', sans-serif; font-size: 16px; color: #002240; border-radius: 0 !important; box-sizing: border-box !important;
}
.ja-form select {
    padding: 18px 48px 18px 20px !important; appearance: none; -webkit-appearance: none; cursor: pointer;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M6 9l6 6 6-6' stroke='%23002240' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
    background-repeat: no-repeat; background-position: right 20px center;
}
.ja-form input::placeholder, .ja-form textarea::placeholder { color: #c5c9c7; }
.ja-form input:focus, .ja-form select:focus, .ja-form textarea:focus { outline: none; border-color: #1a3360; }

.ja-form .gsection { border: none !important; border-bottom: none !important; padding: 0 !important; margin: 56px 0 0 !important; }
.ja-form .gform_fields > .gfield:first-child { margin-top: 0 !important; }
.ja-form .gsection_title { display: flex; align-items: center; gap: 16px; font-family: 'Merriweather', serif; font-weight: 400; font-size: clamp(1.75rem, 2.4vw, 2.5rem); line-height: 1.4; color: #002240; margin: 0 0 12px; }
.ja-form .gsection_title::before { content: ''; flex: 0 0 auto; width: .8em; height: 1.4em; background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 35 44' fill='none'%3E%3Cpath d='M0 44H5.98152L35 0H28.8568L0 44Z' fill='%23E63422'/%3E%3C/svg%3E") no-repeat center / contain; }
.ja-form .gsection_description { font-family: 'Zurich BT', sans-serif; font-size: 20px; line-height: 1.5; color: #002240; padding: 0; max-width: none; }

.ja-form .ja-freq .gfield_label { display: none !important; }
.ja-form .ja-freq .gfield_radio { display: flex !important; gap: 24px; }
.ja-form .ja-freq .gchoice { flex: 1 1 0; min-width: 0; position: relative; }
.ja-form .ja-freq .gchoice input[type=radio] { position: absolute; top: 0; left: 0; width: 1px; height: 1px; opacity: 0; margin: 0; pointer-events: none; }
.ja-form .ja-freq .gchoice label { display: flex !important; flex-direction: column; gap: 12px; height: 100%; min-height: 120px; padding: 28px 24px; background: #fff; border: 1px solid #fff; cursor: pointer; margin: 0; transition: border-color .15s ease, background-color .15s ease; }
.ja-form .ja-freq .gchoice.is-selected label { background: #fdf3f0; border-color: #e63422; }
.ja-form .ja-freq .ja-freq__title { display: block; font-family: 'Zurich BT', sans-serif; font-weight: 700; font-size: 16px; line-height: 1.3; color: #002240; }
.ja-form .ja-freq .gchoice.is-selected .ja-freq__title { color: #e63422; }
.ja-form .ja-freq .ja-freq__sub { display: block; font-family: 'Zurich BT', sans-serif; font-size: 16px; line-height: 1.4; color: #002240; }

.ja-form .ja-consent .gfield_label, .ja-form .ja-keep .gfield_label { display: none !important; }
.ja-whitebox { width: 100%; background: #fff; padding: 40px; margin-top: 32px; display: flex; flex-direction: column; gap: 24px; }
.ja-whitebox .gfield { width: 100%; }
.ja-form .gfield_consent .ginput_container_consent, .ja-form .ja-keep .ginput_container_checkbox { display: flex; gap: 12px; align-items: flex-start; }
.ja-form .gchoice input[type=checkbox], .ja-form .ginput_container_consent input[type=checkbox] { width: 18px; height: 18px; flex: 0 0 18px; margin-top: 2px; accent-color: #002240; }
.ja-form .gfield_consent label, .ja-form .ja-keep label, .ja-form .ginput_container_consent label { font-family: 'Zurich BT', sans-serif; font-size: 16px; line-height: 1.4; color: #002240; margin: 0; }
.ja-form .gform_footer { margin: 0; padding: 0; }

.ja-submitrow { display: flex; align-items: center; justify-content: space-between; gap: 24px; width: 100%; flex-wrap: wrap; }
.ja-recruiter { display: flex; align-items: center; gap: 16px; }
.ja-recruiter__avatar { flex: 0 0 auto; width: 60px; height: 76px; overflow: hidden; }
.ja-recruiter__avatar img { width: 100%; height: 100%; object-fit: cover; display: block; }
.ja-recruiter__txt { display: flex; flex-direction: column; gap: 4px; }
.ja-recruiter__name { font-family: 'Zurich BT', sans-serif; font-size: 16px; color: #002240; }
.ja-recruiter__sub { font-family: 'Zurich BT', sans-serif; font-size: 14px; color: #5b6a82; }
.ja-submit { display: inline-flex; align-items: center; gap: 16px; height: 64px; padding: 12px 12px 12px 24px; background: #002240; border: 0; cursor: pointer; font-family: 'Zurich BT', sans-serif; font-size: 16px; color: #fff; transition: background-color .2s ease; }
.ja-submit:hover { background: #1a3360; }
.ja-submit__arrow { display: inline-flex; align-items: center; justify-content: center; width: 40px; height: 40px; background: #fff; border: 1px solid #002240; }

.ja-form .gfield_error input, .ja-form .gfield_error select { border-color: #e63422; }
.ja-form .validation_message { font-family: 'Zurich BT', sans-serif; font-size: 14px; color: #e63422; margin-top: 6px; }
.ja-form .gform_validation_errors { background: #fdf3f0; border: 1px solid #e63422; padding: 16px 24px; margin-bottom: 24px; font-family: 'Zurich BT', sans-serif; color: #002240; }
.ja-form .gform_confirmation_message { background: #fff; padding: 40px; font-family: 'Zurich BT', sans-serif; font-size: 18px; line-height: 1.5; color: #002240; }

@media (max-width: 991px) {
    .ja-grid { grid-template-columns: 1fr; gap: 40px; }
    .ja-form-col { padding-top: 48px; }
    .ja-aside { margin-top: 0; position: static; order: -1; }
}
@media (max-width: 600px) {
    .ja-hero { padding: 130px 0 80px; }
    .ja-form .gfield.ja-half { width: 100%; }
    .ja-form .ja-freq .gfield_radio { flex-direction: column; gap: 16px; }
    .ja-whitebox, .ja-summary { padding: 28px; }
    .ja-submitrow { flex-direction: column; align-items: stretch; }
}

/* Filter-toggle (alleen mobiel zichtbaar) */
.vac-filtertoggle { display: none; align-items: center; justify-content: space-between; width: 100%; height: 64px; padding: 12px 24px; background: #f2f2f2; border: 0; cursor: pointer; font-family: 'Zurich BT', sans-serif; font-size: 16px; color: #002240; }
.vac-filtertoggle__chev { display: inline-flex; transition: transform .2s ease; }
.vac-filtertoggle[aria-expanded="true"] .vac-filtertoggle__chev { transform: rotate(180deg); }

/* --- Responsive --- */
@media (min-width: 992px) {
    .vac-grid { row-gap: 88px; }
}
@media (max-width: 991px) {
    .vac-grid { grid-template-columns: repeat(2, 1fr); }
    .vac-filters__inner { flex-wrap: wrap; }
    .vac-select { flex: 1 1 45%; }
}
@media (max-width: 767px) {
    /* hero: wit zoekvak (icoon + input) op 1 regel, donkere knop vol-breed eronder */
    .vac-search { flex-wrap: wrap; }
    .vac-search__input { font-size: 14px; }
    .vac-search__btn { flex: 1 0 100%; width: 100%; justify-content: space-between; }
    /* populaire-pills compacter */
    .vac-pillrow__items { gap: 8px; }
    .vac-qpill { font-size: 12px; padding: 6px 16px 6px 8px; gap: 8px; }
    .vac-qpill__icon svg { width: 16px; height: 16px; }
    /* filterbar: selects inklappen achter "Filter"-knop */
    .vac-filterbar__inner { padding: 0; }
    .vac-filtertoggle { display: flex; }
    /* vloeiend in-/uitklappen (grid-rows 0fr→1fr), negatieve marge heft de flex-gap op bij gesloten */
    .vac-filters { display: grid; grid-template-rows: 0fr; margin-bottom: -32px; transition: grid-template-rows .35s ease, margin-bottom .35s ease; }
    .vac-filters.is-open { grid-template-rows: 1fr; margin-bottom: 0; }
    .vac-filters__inner { overflow: hidden; min-height: 0; flex-direction: column; flex-wrap: nowrap; }
    .vac-select { flex: 1 1 auto; width: 100%; }
    .vac-active { flex-direction: column; align-items: stretch; }
    .vac-active__left { align-items: flex-start; }
    /* CTA-kaart mobiel: geen intro, foto klein naast naam */
    .vac-cta__intro { display: none; }
}
@media (max-width: 600px) {
    .vac-grid { grid-template-columns: 1fr; }
    .vac-hero { padding: 96px 0 48px; }
}

/* ===== Navbar-knoppen (desktop) ===== */
.site-header .kbk-navsearch, .site-header .kbk-navmenu { display: none; }
@media (min-width: 1024px) {
    .site-header .main-navigation, .site-header .header-cta-buttons, .site-header .mobile-menu-toggle { display: none !important; }
    .site-header .kbk-navsearch {
        display: inline-flex; align-items: center; gap: 8px;
        height: 48px; padding: 8px 24px 8px 20px;
        background: none; border: 0; cursor: pointer;
        color: #fff; font-family: 'Zurich BT', sans-serif; font-size: 16px;
    }
    .site-header .kbk-navsearch__icon { display: inline-flex; }
    .site-header .kbk-navmenu {
        display: inline-flex; align-items: center; gap: 4px;
        height: 48px; padding: 12px 20px 12px 24px;
        background: #fff; border: 0; cursor: pointer;
        color: #002240; font-family: 'Zurich BT', sans-serif; font-size: 16px;
    }
    .site-header .kbk-navmenu__icon { display: inline-flex; width: 24px; height: 24px; align-items: center; justify-content: center; }
    .site-header .kbk-navmenu__icon-close { display: none; }
    .site-header .kbk-navmenu.is-active .kbk-navmenu__icon-open { display: none; }
    .site-header .kbk-navmenu.is-active .kbk-navmenu__icon-close { display: inline-flex; }
}

/* ===== Desktop mega-menu + zoek-dropdown (zelfde breedte als de navbar) ===== */
.kbk-mega, .kbk-search { position: fixed; top: 180px; left: 0; right: 0; margin: 0 auto; max-width: 1788px; z-index: 990; opacity: 0; visibility: hidden; transform: translateY(-12px); pointer-events: none; transition: opacity .25s ease, transform .28s ease, visibility 0s linear .28s; }
.kbk-mega.is-open, .kbk-search.is-open { opacity: 1; visibility: visible; transform: translateY(0); pointer-events: auto; transition: opacity .25s ease, transform .28s ease, visibility 0s; }

.kbk-mega__inner { background: #f2f2f2; padding: 24px; box-shadow: 0 0 18px rgba(0, 0, 0, .35); }
.kbk-mega__card { display: flex; gap: 24px; justify-content: space-between; align-items: stretch; background: #fff; padding: 24px; }
.kbk-mega__cols { display: flex; gap: 24px; flex: 1 1 auto; min-width: 0; justify-content: space-between; }
.kbk-mega__col { padding: 16px 0; flex: 1 1 0; min-width: 0; }
.kbk-mega__heading { font-family: 'Merriweather', serif; font-weight: 400; font-size: 32px; line-height: 1.4; color: #1a3360; margin: 0 0 8px; padding: 0 16px; }
.kbk-mega__list { list-style: none; margin: 0; padding: 0; display: flex; flex-direction: column; gap: 4px; }
.kbk-mega__list li { margin: 0; }
.kbk-mega__list a { display: flex; align-items: center; gap: 4px; min-height: 40px; padding: 8px 16px 8px 12px; color: #002240; text-decoration: none; font-family: 'Zurich BT', sans-serif; font-size: 16px; line-height: 1.4; transition: background-color .12s ease; }
.kbk-mega__list a::before { content: ''; flex: 0 0 auto; width: 24px; height: 24px; background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M9 6l6 6-6 6' stroke='%23002240' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E") no-repeat center / 24px; }
.kbk-mega__list a:hover { background: #f2f2f2; }
.kbk-mega__promo { position: relative; flex: 0 0 469px; min-height: 354px; overflow: hidden; display: flex; align-items: flex-start; gap: 16px; padding: 24px 32px; background: #1a3360 center / cover no-repeat; text-decoration: none; }
.kbk-mega__promo-overlay { position: absolute; inset: 0; background: rgba(0, 0, 0, .25); }
.kbk-mega__promo-title { position: relative; flex: 1 1 auto; font-family: 'Merriweather', serif; font-weight: 400; font-size: 32px; line-height: 1.4; color: #fff; }
.kbk-mega__promo-arrow { position: relative; flex: 0 0 auto; width: 48px; height: 48px; display: inline-flex; align-items: center; justify-content: center; background: #004d9d; }
.kbk-mega__promo:hover .kbk-mega__promo-arrow { background: #0a5cb8; }

/* zoek-dropdown */
.kbk-search__inner { background: #f2f2f2; padding: 24px; display: flex; flex-direction: column; gap: 4px; box-shadow: 0 0 18px rgba(0, 0, 0, .35); }
.kbk-search__card { background: #fff; padding: 24px; display: flex; flex-direction: column; gap: 24px; }
.kbk-search__head { display: flex; align-items: center; justify-content: space-between; gap: 16px; }
.kbk-search__title { margin: 0; font-family: 'Merriweather', serif; font-weight: 400; font-size: clamp(1.75rem, 2.4vw, 2.5rem); line-height: 1.4; color: #002240; }
.kbk-search__close { display: inline-flex; align-items: center; justify-content: center; padding: 12px; background: none; border: 1px solid #002240; cursor: pointer; }
.kbk-search__desc { margin: 0; font-family: 'Zurich BT', sans-serif; font-size: 20px; line-height: 1.5; color: #002240; }
.kbk-search__bar { display: flex; align-items: stretch; gap: 0; }
.kbk-search__input { flex: 1 1 auto; min-width: 0; height: 64px; padding: 16px 24px; border: 1px solid #c5c9c7; background: #f2f2f2; font-family: 'Zurich BT', sans-serif; font-size: 18px; color: #002240; }
.kbk-search__input::placeholder { color: #7b8794; }
.kbk-search__input:focus { outline: none; border-color: #1a3360; }
.kbk-search__btn { flex: 0 0 auto; width: 64px; height: 64px; display: inline-flex; align-items: center; justify-content: center; background: #002240; border: 0; cursor: pointer; }
.kbk-search__results { background: #fff; padding: 40px 56px; display: flex; flex-direction: column; gap: 24px; }
.kbk-search__reslabel { margin: 0; font-family: 'Merriweather', serif; font-weight: 400; font-size: 20px; color: #013b67; }
.kbk-search__rescount { margin: 0; font-family: 'Zurich BT', sans-serif; font-size: 16px; color: #013b67; }
.kbk-search__list { display: flex; flex-direction: column; gap: 8px; max-height: 258px; overflow-y: auto; }
.kbk-search__row { display: flex; align-items: center; justify-content: space-between; gap: 24px; padding: 16px 16px 16px 24px; background: #f1f3f5; border: 1px solid #fff; text-decoration: none; transition: background-color .12s ease; }
.kbk-search__row:hover { background: #e7ebef; }
.kbk-search__rowtxt { display: flex; flex-direction: column; gap: 2px; min-width: 0; }
.kbk-search__rowtitle { font-family: 'Zurich BT', sans-serif; font-size: 18px; color: #013b67; }
.kbk-search__rowsub { font-family: 'Zurich BT', sans-serif; font-size: 14px; color: rgba(1,59,103,.7); }
.kbk-search__rowarrow { flex: 0 0 auto; display: inline-flex; align-items: center; justify-content: center; padding: 12px; border: 1px solid #013b67; }

@media (max-width: 1280px) {
    .kbk-mega__card { flex-wrap: wrap; }
    .kbk-mega__promo { flex-basis: 100%; min-height: 220px; }
}
@media (max-width: 1023px) {
    .kbk-mega, .kbk-search { display: none !important; }
}

/* ============================================================================
   Smooth transitions / micro-animaties
   ============================================================================ */
@keyframes vacFade { from { opacity: 0; transform: translateY(-8px); } to { opacity: 1; transform: translateY(0); } }
@keyframes vacFadeIn { from { opacity: 0; transform: translateY(10px); } to { opacity: 1; transform: translateY(0); } }

/* live zoek-suggesties: zacht inschuiven */
.vac-suggest:not([hidden]) { animation: vacFade .2s ease; }
/* zoek-resultaten (dropdown) rijen */
.kbk-search__row, .kbk-mega__list a { transition: background-color .15s ease, transform .15s ease; }
/* vacaturekaarten verschijnen vloeiend (eerste load + na filteren) */
.vac-card { animation: vacFadeIn .3s ease both; }
.vac-card__btn, .vac-cta__wa, .vac-jobalert__btn, .vac-chip, .vac-qpill, .vacd-btn, .vacd-stickybar__btn, .vac-search__btn { transition: background-color .2s ease, color .2s ease, opacity .2s ease, transform .2s ease; }
.vac-card__btn:active, .vacd-btn:active, .vacd-stickybar__btn:active, .vac-search__btn:active { transform: translateY(1px); }
/* actieve-filter-blok */
.vac-active__left { transition: opacity .2s ease; }
/* respecteer reduced-motion */
@media (prefers-reduced-motion: reduce) {
    .vac-suggest:not([hidden]), .vac-card { animation: none; }
    .kbk-mega, .kbk-search, .vac-filters { transition: none; }
}

/* ============================================================================
   Hero's met breadcrumb: mobiel 40px top (op desktop 170px), op mobiel duwt
   de header-spacer de hero al onder de navbar
   ============================================================================ */
@media (max-width: 767px) {
    .vac-hero, .vacd-hero, .bedankt-hero, .ja-hero { padding-top: 40px; }
}

/* ============================================================================
   JOB-ALERT-BLOK — herbruikbaar (megafoon-icoon + centrale content)
   ============================================================================ */
.vac-jobalert__icon {
    display: inline-flex; align-items: center; justify-content: center;
    width: 56px; height: 56px; border-radius: 50%;
    background: #1899d6; color: #fff; flex: 0 0 auto;
}
.vac-jobalert--wide .vac-jobalert__icon { background: rgba(255,255,255,.14); }

/* Job-alert als laatste kaart in de "Uitgelichte vacatures"-slider (#4) */
.uv-card.vac-jobalert { height: auto; }
@media (max-width: 767px) {
    .vac-jobalert__icon { width: 48px; height: 48px; }
}

/* ===== Bedankt: "Nog niet uitgekeken?"-scrollblok (projecten + actueel) ===== */
.bedankt-uitro { background: #fff; padding: clamp(56px, 8vw, 120px) 0; overflow: hidden; }
.bedankt-uitro .inner { max-width: 1448px; }
.bu-head { display: flex; flex-direction: column; gap: 16px; margin-bottom: clamp(32px, 4vw, 56px); }
.bu-title { display: flex; align-items: center; gap: 16px; margin: 0; font-family: 'Merriweather', serif; font-weight: 400; font-size: clamp(1.75rem, 2.4vw, 2.5rem); line-height: 1.3; color: #002240; }
.bu-title .vac-slash { height: 1em; }
.bu-lead { margin: 0; max-width: 820px; font-family: 'Zurich BT', sans-serif; font-size: 18px; line-height: 1.5; color: #002240; }
.bu-track { display: flex; gap: 24px; overflow-x: auto; scroll-snap-type: x proximity; scroll-behavior: smooth; scrollbar-width: none; -ms-overflow-style: none; padding-bottom: 4px; }
.bu-track::-webkit-scrollbar { display: none; }
.bu-card { flex: 0 0 clamp(280px, 32vw, 380px); scroll-snap-align: start; }
.bu-card__link { display: flex; flex-direction: column; height: 100%; text-decoration: none; }
.bu-card__media { display: block; aspect-ratio: 4 / 3; overflow: hidden; background: #eef1f5; }
.bu-card__media img { width: 100%; height: 100%; object-fit: cover; display: block; transition: transform .4s ease; }
.bu-card:hover .bu-card__media img { transform: scale(1.04); }
.bu-card__ph { display: block; width: 100%; height: 100%; background: linear-gradient(135deg, #1A3360, #1899d6); }
.bu-card__body { position: relative; background: #fff; border: 1px solid #F2F2F2; border-top: 0; padding: 32px; margin: -48px 20px 0; display: flex; flex-direction: column; gap: 16px; flex: 1 1 auto; }
.bu-card__tags { display: flex; flex-wrap: wrap; gap: 8px; }
.bu-card__tags .tag:not(.content-box) { margin-bottom: 0; }
.bu-card__title { margin: 0; font-family: 'Merriweather', serif; font-weight: 400; font-size: 20px; line-height: 1.4; color: #1A3360; }
.bu-card__meta { margin-top: auto; display: flex; align-items: center; justify-content: space-between; gap: 16px; }
.bu-card__date { color: #004D9D; font-family: 'Zurich BT', sans-serif; font-size: 16px; }
.bu-card__more { color: #002240; font-family: 'Zurich BT', sans-serif; font-size: 16px; font-weight: 700; }
.bu-card:hover .bu-card__more { text-decoration: underline; }
.bu-arrows { display: flex; gap: 12px; margin-top: clamp(24px, 3vw, 40px); }
.bu-arrow { width: 56px; height: 56px; display: inline-flex; align-items: center; justify-content: center; border: 0; cursor: pointer; transition: opacity .2s ease; }
.bu-arrow:hover { opacity: .85; }
.bu-prev { background: #fff; border: 1px solid #c5c9c7; }
.bu-next { background: #1A3360; }

/* ============================================================================
   Rode slash altijd vóór de EERSTE regel — niet verticaal centreren bij
   meerregelige koppen (klantfeedback 11-08). Flex-titels met een .vac-slash
   krijgen align-items:flex-start zodat de slash met de eerste tekstregel meeloopt.
   ============================================================================ */
.vac-hero__title,
.vac-jobalert__title,
.vacd-extra__title,
.vacd-formsec__title,
.bedankt-proces__title,
.bu-title {
    align-items: flex-start;
}
.vac-hero__title .vac-slash,
.vac-jobalert__title .vac-slash,
.vacd-extra__title .vac-slash,
.vacd-formsec__title .vac-slash,
.bu-title .vac-slash {
    margin-top: .18em;
}
.bedankt-proces__title .vac-slash {
    margin-top: 0;
}
