:root{
  --navy:#0e2a4a;
  --navy-2:#123458;
  --orange:#ff6c1f;
  --orange-dark:#e85d0d;
  --soft:#f2f6fb;
  --line:#e3e9f1;
  --text:#12283f;
  --muted:#6b7a8d;
  --green:#1fa45c;
  --red:#b42318;
  --white:#fff;
}
*{box-sizing:border-box}
html{font-family:Inter,"Segoe UI",system-ui,sans-serif;background:var(--soft);color:var(--text);scroll-behavior:smooth}
body{margin:0;min-height:100vh;background:linear-gradient(180deg,#fff 0,#f2f6fb 320px)}
a{color:var(--navy-2)}
img{max-width:100%;display:block}
input,textarea{width:100%;padding:.8rem .85rem;border:1px solid #cad5e1;border-radius:10px;background:#fff;color:var(--text);font:inherit}
textarea{min-height:90px;resize:vertical}
input:focus,textarea:focus{outline:3px solid rgba(255,108,31,.18);border-color:var(--orange)}
.zpb-container{width:min(1180px,calc(100% - 2rem));margin-inline:auto}
.zpb-header{position:sticky;top:0;z-index:20;border-bottom:1px solid var(--line);background:rgba(255,255,255,.95);backdrop-filter:blur(12px)}
.zpb-header__inner{min-height:76px;display:flex;align-items:center;justify-content:space-between;gap:1rem}
.zpb-brand img{width:132px}
.zpb-header__trust{display:flex;align-items:center;gap:.4rem;color:var(--navy);font-size:.76rem;font-weight:800}
.zpb-header__trust svg{width:18px;height:18px;fill:none;stroke:var(--green);stroke-width:2;stroke-linecap:round;stroke-linejoin:round}
.zpb-hero{padding:2.6rem 0 1.4rem}
.zpb-hero__inner{display:flex;align-items:center;justify-content:space-between;gap:1.4rem}
.zpb-kicker{display:inline-flex;padding:.28rem .55rem;border-radius:999px;background:#fff3ea;color:var(--orange-dark);font-size:.68rem;font-weight:900;text-transform:uppercase;letter-spacing:.04em}
.zpb-hero h1{margin:.5rem 0 .4rem;color:var(--navy);font-family:"Plus Jakarta Sans",Inter,sans-serif;font-size:clamp(2.1rem,5vw,3.2rem);line-height:1.05;letter-spacing:-.04em}
.zpb-hero p{max-width:680px;margin:0;color:var(--muted);font-size:1rem;line-height:1.55}
.zpb-hero__badge{display:flex;align-items:center;gap:.65rem;flex:0 0 250px;padding:.9rem 1rem;border:1px solid #abefc6;border-radius:13px;background:#ecfdf3;color:#067647}
.zpb-hero__badge svg{flex:0 0 30px;width:30px;height:30px;fill:none;stroke:currentColor;stroke-width:2;stroke-linecap:round;stroke-linejoin:round}
.zpb-hero__badge span{display:grid;gap:.12rem}.zpb-hero__badge strong{font-size:.8rem}.zpb-hero__badge small{color:#47745f;font-size:.66rem}
.zpb-page{padding-bottom:1rem}
.zpb-success{display:grid;grid-template-columns:48px minmax(0,1fr) auto;align-items:center;gap:1rem;margin-bottom:1rem;padding:1rem 1.1rem;border:1px solid #abefc6;border-radius:14px;background:#ecfdf3;box-shadow:0 8px 24px rgba(6,118,71,.08)}
.zpb-success>div{display:grid;place-items:center;width:48px;height:48px;border-radius:50%;background:#fff;color:#067647}
.zpb-success svg{width:25px;height:25px;fill:none;stroke:currentColor;stroke-width:2;stroke-linecap:round;stroke-linejoin:round}
.zpb-success>span{display:grid;gap:.16rem}.zpb-success strong{color:#067647}.zpb-success small{color:#47745f;font-size:.76rem}
.zpb-success a{padding:.6rem .75rem;border-radius:8px;background:#fff;color:#067647;font-size:.7rem;font-weight:800;text-decoration:none}
.zpb-error{margin-bottom:1rem;padding:.9rem 1rem;border:1px solid #fecdca;border-radius:11px;background:#fef3f2;color:var(--red);font-weight:800}
.zpb-summary{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:1rem;margin-bottom:1rem}
.zpb-summary article{display:flex;align-items:center;gap:.8rem;padding:.9rem 1rem;border:1px solid var(--line);border-radius:13px;background:#fff;box-shadow:0 7px 22px rgba(14,42,74,.06)}
.zpb-summary article>div{display:grid;place-items:center;flex:0 0 42px;width:42px;height:42px;border-radius:50%;background:#fff3ea;color:var(--orange)}
.zpb-summary svg{width:21px;height:21px;fill:none;stroke:currentColor;stroke-width:1.9;stroke-linecap:round;stroke-linejoin:round}
.zpb-summary span{display:grid;gap:.14rem;color:var(--muted);font-size:.68rem;font-weight:800}.zpb-summary strong{color:var(--navy);font-size:.87rem}
.zpb-form{margin:0}.zpb-layout{display:grid;grid-template-columns:minmax(0,1fr) 370px;gap:1rem;align-items:start}.zpb-left{display:grid;gap:1rem;min-width:0}
.zpb-panel{overflow:hidden;border:1px solid var(--line);border-radius:14px;background:#fff;box-shadow:0 8px 26px rgba(14,42,74,.07)}
.zpb-panel__header{display:flex;align-items:center;justify-content:space-between;gap:1rem;padding:1rem 1.1rem;border-bottom:1px solid var(--line)}
.zpb-panel__header>div{display:grid;grid-template-columns:30px minmax(0,1fr);column-gap:.65rem;align-items:center}
.zpb-panel__header h2{grid-column:2;margin:0;color:var(--navy);font-family:"Plus Jakarta Sans",Inter,sans-serif;font-size:1rem}
.zpb-panel__header p{grid-column:2;margin:.15rem 0 0;color:var(--muted);font-size:.72rem}
.zpb-step{grid-row:1/3;display:grid;place-items:center;width:28px;height:28px;border-radius:50%;background:#fff3ea;color:var(--orange-dark);font-size:.75rem;font-weight:900}
.zpb-range{display:inline-flex;flex:0 0 auto;padding:3px;border:1px solid var(--line);border-radius:10px;background:var(--soft)}
.zpb-range a{padding:.46rem .7rem;border-radius:7px;color:var(--muted);text-decoration:none;font-size:.7rem;font-weight:800;white-space:nowrap}
.zpb-range a.is-active{background:#fff;color:var(--orange-dark);box-shadow:0 3px 10px rgba(14,42,74,.10)}
.zpb-days{display:flex;gap:.52rem;padding:.85rem;overflow-x:auto;scrollbar-width:thin}
.zpb-day{display:grid;justify-items:center;gap:.28rem;flex:0 0 91px;min-height:94px;padding:.68rem .5rem;border:1px solid var(--line);border-radius:10px;background:#fff;color:var(--navy);text-decoration:none;transition:.15s ease}
.zpb-day:hover{transform:translateY(-2px);border-color:#c8d4e2;box-shadow:0 8px 18px rgba(14,42,74,.08)}
.zpb-day.is-selected{border:2px solid var(--orange);box-shadow:0 8px 22px rgba(255,108,31,.12)}
.zpb-day>strong{font-size:.78rem}.zpb-day>span{font-size:.74rem;font-weight:800}.zpb-day>small{display:flex;align-items:center;gap:.28rem;max-width:80px;overflow:hidden;color:#526174;font-size:.59rem;white-space:nowrap;text-overflow:ellipsis}
.zpb-day>small i{flex:0 0 6px;width:6px;height:6px;border-radius:50%;background:var(--green)}.zpb-day.is-closed>small{color:#667085}.zpb-day.is-closed>small i{background:#98a2b3}
.zpb-times{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:.65rem;padding:1rem}
.zpb-time{position:relative;display:grid;grid-template-columns:17px minmax(0,1fr);align-items:center;gap:.55rem;padding:.75rem;border:1px solid var(--line);border-radius:10px;background:#fff;cursor:pointer}
.zpb-time:hover{border-color:#ffb98f;background:#fffaf6}.zpb-time input{position:absolute;opacity:0;pointer-events:none}
.zpb-time__radio{width:16px;height:16px;border:1.5px solid #98a2b3;border-radius:50%}.zpb-time input:checked+.zpb-time__radio{border:5px solid var(--orange)}
.zpb-time>span:last-child{display:grid;gap:.08rem}.zpb-time strong{color:var(--navy);font-size:.78rem}.zpb-time small{color:var(--muted);font-size:.6rem}
.zpb-details{position:sticky;top:92px}.zpb-details__body{display:grid;gap:.85rem;padding:1rem}
.zpb-privacy{display:flex;align-items:flex-start;gap:.6rem;padding:.75rem;border:1px solid #abefc6;border-radius:10px;background:#ecfdf3;color:#067647}
.zpb-privacy>svg{flex:0 0 17px;width:17px;height:17px;margin-top:.1rem;fill:none;stroke:currentColor;stroke-width:2;stroke-linecap:round;stroke-linejoin:round}
.zpb-privacy>span{display:grid;gap:.12rem}.zpb-privacy strong{font-size:.72rem}.zpb-privacy small{color:#47745f;font-size:.62rem;line-height:1.4}
.zpb-fields{display:grid;grid-template-columns:1fr 1fr;gap:.7rem}.zpb-fields label{display:grid;gap:.3rem}.zpb-fields label>span{color:var(--navy);font-size:.7rem;font-weight:800}.zpb-fields label>span small{color:var(--muted)}.zpb-fields .full{grid-column:1/-1}
.zpb-notice{display:flex;align-items:flex-start;gap:.5rem;padding:.72rem .78rem;border:1px solid #b2ddff;border-radius:9px;background:#eff8ff;color:#175cd3;font-size:.65rem;line-height:1.45}
.zpb-notice svg{flex:0 0 16px;width:16px;height:16px;fill:none;stroke:currentColor;stroke-width:2;stroke-linecap:round;stroke-linejoin:round}
.zpb-submit{display:flex;align-items:center;justify-content:center;gap:.5rem;width:100%;padding:.88rem 1rem;border:0;border-radius:11px;background:var(--orange);color:#fff;font:inherit;font-size:.82rem;font-weight:900;cursor:pointer;box-shadow:0 8px 20px rgba(255,108,31,.22)}
.zpb-submit:hover{background:var(--orange-dark)}.zpb-submit:disabled{opacity:.45;cursor:not-allowed;box-shadow:none}.zpb-submit svg{width:17px;height:17px;fill:none;stroke:currentColor;stroke-width:2;stroke-linecap:round;stroke-linejoin:round}
.zpb-empty{display:grid;justify-items:center;gap:.45rem;padding:2.5rem 1.5rem;text-align:center;color:var(--muted)}.zpb-empty.compact{padding:1.6rem}.zpb-empty>div{display:grid;place-items:center;width:44px;height:44px;border-radius:50%;background:#f2f4f7;color:#667085}.zpb-empty svg{width:21px;height:21px;fill:none;stroke:currentColor;stroke-width:2;stroke-linecap:round;stroke-linejoin:round}.zpb-empty strong{color:var(--navy)}
.zpb-honeypot{position:absolute!important;left:-9999px!important;width:1px!important;height:1px!important;overflow:hidden!important}
.zpb-footer{padding:2.5rem 0;color:var(--muted);text-align:center;font-size:.75rem}
@media(max-width:1020px){.zpb-layout{grid-template-columns:1fr}.zpb-details{position:static}.zpb-times{grid-template-columns:repeat(3,minmax(0,1fr))}}
@media(max-width:760px){.zpb-summary{grid-template-columns:1fr}.zpb-hero__inner{align-items:flex-start;flex-direction:column}.zpb-hero__badge{flex-basis:auto;width:100%}.zpb-times{grid-template-columns:repeat(2,minmax(0,1fr))}.zpb-success{grid-template-columns:42px minmax(0,1fr)}.zpb-success a{grid-column:1/-1;width:max-content}}
@media(max-width:620px){.zpb-header__inner{min-height:68px}.zpb-brand img{width:112px}.zpb-header__trust span{display:none}.zpb-hero{padding:2rem 0 1rem}.zpb-panel__header--range{align-items:flex-start;flex-direction:column}.zpb-range{width:100%}.zpb-range a{flex:1;text-align:center}.zpb-fields{grid-template-columns:1fr}.zpb-fields .full{grid-column:auto}}


/* Mijn ZUKO koppeling — alleen zichtbaar voor ingelogde leerlingen */
.zpb-portal-person{display:grid;grid-template-columns:42px minmax(0,1fr);gap:.75rem;align-items:center;padding:.85rem;border:1px solid #cfe0ef;border-radius:12px;background:linear-gradient(135deg,#f8fbff,#eef5fb)}
.zpb-portal-person__mark{display:grid;place-items:center;width:42px;height:42px;border-radius:12px;background:var(--navy);color:#fff;font-family:"Plus Jakarta Sans",Inter,sans-serif;font-size:.72rem;font-weight:900}
.zpb-portal-person>span{display:grid;gap:.1rem;min-width:0}.zpb-portal-person small{color:var(--orange-dark);font-size:.58rem;font-weight:900;letter-spacing:.1em}.zpb-portal-person strong{color:var(--navy);font-size:.9rem}.zpb-portal-person em{overflow:hidden;color:var(--muted);font-size:.65rem;font-style:normal;text-overflow:ellipsis;white-space:nowrap}
.zpb-back-portal{display:inline-flex;width:max-content;color:var(--navy);font-size:.68rem;font-weight:850;text-decoration:none}.zpb-back-portal:hover{text-decoration:underline}
.zpb-fields.is-portal{grid-template-columns:1fr}
@media(max-width:620px){.zpb-portal-person{padding:.78rem}.zpb-portal-person em{white-space:normal;line-height:1.35}}
