/* ============================================================
   HAPPYFLEX — interactieve componenten (AI-helden + library)
   ============================================================ */

/* ---------- Placeholder marker ---------- */
.ph-tag {
  display: inline-flex; align-items: center; gap: 6px; font-size: 11px; font-weight: 600;
  letter-spacing: .02em; color: var(--muted); background: var(--panel-2); border: 1px dashed #cdd5e0;
  padding: 4px 9px; border-radius: var(--r-pill);
}
.ph-tag svg { width: 13px; height: 13px; }
.ph-note { font-size: 12px; color: var(--muted); margin-top: 12px; display: flex; align-items: center; gap: 7px; justify-content: center; }
.ph-note svg { width: 14px; height: 14px; flex: none; }

/* ============================================================
   MATCHFIT — 7 onderwijspijlers (rustige, vriendelijke chips)
   ============================================================ */
.matchfit { margin-top: 28px; }
.pijlers { display: flex; flex-wrap: wrap; gap: 10px; }
.pijler {
  display: inline-flex; align-items: center; gap: 9px; padding: 10px 14px 10px 11px; border-radius: var(--r-pill);
  background: #fff; border: 1px solid var(--line); font-size: 14px; font-weight: 500; color: var(--ink-soft);
  transition: border-color .15s, transform .15s, box-shadow .15s;
}
.pijler:hover { transform: translateY(-1px); box-shadow: var(--sh-1); }
.pijler__ic { width: 26px; height: 26px; border-radius: 8px; background: var(--navy-50); color: var(--navy); display: grid; place-items: center; flex: none; }
.pijler__ic svg { width: 16px; height: 16px; }
.pijler--strong { border-color: var(--navy-100); background: var(--navy-50); color: var(--navy); font-weight: 600; }
.pijler--strong .pijler__ic { background: var(--navy); color: #fff; }
.pijler__star { font-size: 11px; color: var(--coral); font-weight: 700; }
.section--navy .pijler { background: rgba(255,255,255,.06); border-color: rgba(255,255,255,.14); color: #dbe6f3; }
.section--navy .pijler__ic { background: rgba(255,255,255,.12); color: #fff; }
.section--navy .pijler--strong { background: rgba(255,255,255,.14); border-color: rgba(255,255,255,.3); color: #fff; }

/* ============================================================
   COMPARISON — "wat je niet meer doet"
   ============================================================ */
.compare { display: grid; gap: 16px; margin-top: 34px; }
.compare__col { border-radius: var(--r-lg); padding: 24px; border: 1px solid var(--line); }
.compare__col--old { background: var(--panel-2); }
.compare__col--new { background: var(--navy); color: #fff; border-color: transparent; }
.compare__h { display: flex; align-items: center; gap: 10px; font-weight: 600; font-size: 15px; margin-bottom: 18px; }
.compare__h .tag { font-size: 11px; font-weight: 700; letter-spacing: .08em; text-transform: uppercase; padding: 3px 9px; border-radius: var(--r-pill); }
.compare__col--old .tag { background: #eceff4; color: var(--muted); }
.compare__col--new .tag { background: rgba(255,255,255,.16); color: #fff; }
.compare ul { list-style: none; margin: 0; padding: 0; display: grid; gap: 14px; }
.compare li { display: flex; gap: 11px; align-items: flex-start; font-size: 15px; }
.compare li svg { width: 20px; height: 20px; flex: none; margin-top: 1px; }
.compare__col--old li { color: var(--muted); }
.compare__col--old li svg { color: #b9c0cc; }
.compare__col--new li svg { color: #6fd3a3; }

/* ============================================================
   TIMELINE — 7:15 → 7:53
   ============================================================ */
.timeline { display: grid; gap: 0; margin-top: 30px; }
.tl-step { display: grid; grid-template-columns: 46px 20px 1fr; gap: 0 12px; position: relative; padding-bottom: 24px; align-items: start; }
.tl-step:last-child { padding-bottom: 0; }
.tl-step::before { content: ""; position: absolute; left: 67px; top: 24px; bottom: -6px; width: 2px; background: rgba(255,255,255,.16); }
.tl-step:last-child::before { display: none; }
.tl-time { grid-column: 1; grid-row: 1; text-align: right; font-size: 14.5px; font-weight: 700; color: #fff; line-height: 20px; letter-spacing: -.02em; white-space: nowrap; }
.tl-dot { grid-column: 2; grid-row: 1; position: relative; justify-self: center; margin-top: 1px; width: 18px; height: 18px; border-radius: 50%; background: var(--navy); border: 3px solid #4d75a3; }
.tl-step--done .tl-dot { background: #2fae74; border-color: #6fd3a3; }
.tl-body { grid-column: 3; grid-row: 1; padding-left: 4px; }
.tl-body h4 { margin: 0 0 4px; font-size: 16px; font-weight: 600; line-height: 20px; }
.tl-body p { margin: 0; font-size: 14px; color: #c4d4e6; }

/* ============================================================
   MODAL OVERLAY (host voor AI-flows)
   ============================================================ */
.flow-overlay {
  position: fixed; inset: 0; z-index: 200; display: flex; align-items: flex-end; justify-content: center;
  background: rgba(16,28,46,.55); backdrop-filter: blur(4px); -webkit-backdrop-filter: blur(4px);
  opacity: 0; visibility: hidden; transition: opacity .25s ease, visibility .25s;
}
.flow-overlay.open { opacity: 1; visibility: visible; }
.flow-modal {
  background: var(--bg); width: 100%; max-width: 560px; max-height: 94vh; max-height: 92dvh; border-radius: 22px 22px 0 0;
  display: flex; flex-direction: column; overflow: hidden; transform: translateY(100%); transition: transform .32s cubic-bezier(.4,0,.2,1);
  box-shadow: 0 -10px 50px rgba(16,28,46,.3);
}
.flow-overlay.open .flow-modal { transform: translateY(0); }
.flow-modal__head {
  display: flex; align-items: center; gap: 12px; padding: 16px 18px; padding-top: calc(16px + env(safe-area-inset-top)); background: #fff; border-bottom: 1px solid var(--line); flex: none; position: sticky; top: 0; z-index: 2;
}
.flow-modal__bot { width: 38px; height: 38px; border-radius: 11px; background: var(--navy); display: grid; place-items: center; flex: none; }
.flow-modal__bot svg { width: 20px; height: 20px; color: #fff; }
.flow-modal__t { font-weight: 600; font-size: 15.5px; line-height: 1.2; }
.flow-modal__t small { display: block; font-size: 12px; font-weight: 500; color: var(--ok); margin-top: 2px; }
.flow-modal__t small::before { content: "●"; font-size: 8px; vertical-align: 1px; margin-right: 4px; }
.flow-modal__x { margin-left: auto; width: 38px; height: 38px; border-radius: 10px; border: 1px solid var(--line); background: #fff; display: grid; place-items: center; cursor: pointer; color: var(--muted); flex: none; }
.flow-modal__x:hover { background: var(--panel-2); color: var(--ink); }
.flow-modal__x svg { width: 18px; height: 18px; }
.flow-modal__body { overflow-y: auto; flex: 1; padding: 20px 18px; -webkit-overflow-scrolling: touch; scroll-behavior: smooth; }
.flow-modal__foot { flex: none; padding: 14px 18px calc(16px + env(safe-area-inset-bottom)); background: #fff; border-top: 1px solid var(--line); }

/* Mobiel: modal niet achter sticky bar */
@media (max-width: 559px) {
  .flow-overlay { align-items: flex-end; }
  .flow-modal {
    max-height: calc(92dvh - 64px);
    margin-bottom: 64px; /* hoogte mobilebar */
    border-radius: 22px 22px 0 0;
  }
}
.flow-progress { height: 4px; background: var(--line-2); border-radius: 4px; overflow: hidden; margin-bottom: 0; }
.flow-progress span { display: block; height: 100%; background: var(--navy); border-radius: 4px; transition: width .4s cubic-bezier(.4,0,.2,1); width: 0; }

@media (min-width: 560px) {
  .flow-overlay { align-items: center; padding: 24px; }
  .flow-modal { border-radius: 22px; }
  .flow-overlay.open .flow-modal { transform: translateY(0) scale(1); }
  .flow-modal { transform: translateY(20px) scale(.97); }
}

/* ============================================================
   ROBOT CHAT (school-intake)
   ============================================================ */
.chat { display: flex; flex-direction: column; gap: 14px; }
.chat__row { display: flex; gap: 10px; align-items: flex-end; max-width: 92%; }
.chat__row.user { align-self: flex-end; flex-direction: row-reverse; }
.chat__av { width: 30px; height: 30px; border-radius: 9px; flex: none; display: grid; place-items: center; }
.chat__av--bot { background: var(--navy); }
.chat__av--bot svg { width: 16px; height: 16px; color: #fff; }
.chat__bubble {
  background: #fff; border: 1px solid var(--line); border-radius: 4px 16px 16px 16px; padding: 12px 15px;
  font-size: 15px; line-height: 1.45; color: var(--ink); box-shadow: var(--sh-1);
}
.chat__row.user .chat__bubble { background: var(--navy); color: #fff; border: none; border-radius: 16px 4px 16px 16px; }
.chat__typing { display: inline-flex; gap: 4px; padding: 14px 16px; }
.chat__typing i { width: 7px; height: 7px; border-radius: 50%; background: #c2cad6; animation: bounce 1.2s infinite; }
.chat__typing i:nth-child(2) { animation-delay: .15s; }
.chat__typing i:nth-child(3) { animation-delay: .3s; }
@keyframes bounce { 0%,60%,100%{transform:translateY(0);opacity:.5} 30%{transform:translateY(-5px);opacity:1} }

.chat__opts { display: flex; flex-wrap: wrap; gap: 9px; margin-top: 4px; }
.chat__opt {
  padding: 11px 16px; border-radius: var(--r-pill); border: 1.5px solid var(--navy-100); background: #fff;
  color: var(--navy); font-weight: 600; font-size: 14.5px; cursor: pointer; transition: all .14s; font-family: inherit;
}
.chat__opt:hover { background: var(--navy-50); border-color: var(--navy); transform: translateY(-1px); }
.chat__opt:active { transform: translateY(0); }

/* live aanvraag-card binnen chat */
.chat__card {
  background: #fff; border: 1px solid var(--line); border-radius: var(--r-lg); padding: 16px; box-shadow: var(--sh-1);
  margin-top: 6px;
}
/* In de inline embed tonen we alleen het gesprek (geen sticky kaart) zodat het kader niet direct hoeft te scrollen */
.flow-embed .chat__card { display: none; }

/* kalender in de aanvraag-chat */
.hf-cal { background: #fff; border: 1px solid var(--line); border-radius: var(--r-md); padding: 12px; box-shadow: var(--sh-1); width: 100%; }
.hf-cal__head { display: flex; align-items: center; justify-content: space-between; margin-bottom: 8px; }
.hf-cal__title { font-weight: 600; font-size: 14.5px; color: var(--ink); }
.hf-cal__nav { width: 32px; height: 32px; border-radius: 8px; border: 1px solid var(--line); background: #fff; display: grid; place-items: center; cursor: pointer; color: var(--navy); }
.hf-cal__nav:disabled { opacity: .35; cursor: default; }
.hf-cal__nav svg { width: 16px; height: 16px; }
.hf-cal__grid { display: grid; grid-template-columns: repeat(7, 1fr); gap: 2px; }
.hf-cal__dow { text-align: center; font-size: 11px; font-weight: 600; color: var(--muted); padding: 4px 0; }
.hf-cal__day { aspect-ratio: 1; min-height: 38px; border: none; background: none; border-radius: 8px; font-family: inherit; font-size: 14px; color: var(--ink); cursor: pointer; transition: background .12s; }
.hf-cal__day:hover:not(.is-off) { background: var(--navy-50); }
.hf-cal__day.is-off { color: #c2cad6; cursor: default; }
.hf-cal__day.is-pre { background: var(--navy); color: #fff; font-weight: 600; }

/* samenvatting */
.hf-summary { display: grid; gap: 1px; background: var(--line-2); border: 1px solid var(--line); border-radius: var(--r-md); overflow: hidden; margin-top: 4px; }
.hf-sumrow { display: flex; align-items: center; justify-content: space-between; gap: 10px; padding: 11px 13px; background: #fff; border: none; cursor: pointer; font-family: inherit; font-size: 14px; text-align: left; transition: background .12s; }
.hf-sumrow:hover { background: var(--navy-50); }
.hf-sumrow > span:first-child { color: var(--muted); font-weight: 600; flex: none; }
.hf-sumrow__v { color: var(--ink); font-weight: 500; text-align: right; display: inline-flex; align-items: center; gap: 7px; overflow-wrap: anywhere; }
.hf-sumrow__v svg { width: 14px; height: 14px; color: var(--navy); flex: none; }
.chat__card h5 { margin: 0 0 12px; font-size: 12px; font-weight: 600; letter-spacing: .06em; text-transform: uppercase; color: var(--muted); display: flex; align-items: center; gap: 7px; }
.chat__card h5 svg { width: 15px; height: 15px; }
.cardrow { display: flex; align-items: center; justify-content: space-between; gap: 12px; padding: 9px 0; border-top: 1px solid var(--line-2); font-size: 14.5px; }
.cardrow:first-of-type { border-top: none; }
.cardrow .k { color: var(--muted); display: flex; align-items: center; gap: 8px; }
.cardrow .k svg { width: 16px; height: 16px; opacity: .7; }
.cardrow .v { font-weight: 600; color: var(--ink); text-align: right; }
.cardrow .v.empty { color: #c2cad6; font-weight: 500; }
.cardrow .v.filled { animation: vfill .4s ease; }
@keyframes vfill { from { opacity: 0; transform: translateX(6px); } to { opacity: 1; transform: none; } }

/* ============================================================
   CV-DROPZONE (leerkracht-aanmelding)
   ============================================================ */
.dz { display: flex; flex-direction: column; gap: 16px; }
.dropzone {
  border: 2px dashed #c4cedd; border-radius: var(--r-lg); background: var(--panel-2); padding: 34px 22px; text-align: center;
  cursor: pointer; transition: border-color .18s, background .18s; position: relative;
}
.dropzone:hover, .dropzone.drag { border-color: var(--navy); background: var(--navy-50); }
.dropzone__ic { width: 58px; height: 58px; border-radius: 16px; background: #fff; border: 1px solid var(--line); display: grid; place-items: center; margin: 0 auto 16px; box-shadow: var(--sh-1); }
.dropzone__ic svg { width: 28px; height: 28px; color: var(--navy); }
.dropzone__t { font-weight: 600; font-size: 17px; letter-spacing: -.01em; }
.dropzone__d { font-size: 14px; color: var(--muted); margin-top: 6px; }
.dropzone__btn { margin-top: 16px; display: inline-flex; }
.dropzone__hint { font-size: 12px; color: var(--muted); margin-top: 14px; }

/* reading state */
.dz-reading { display: none; text-align: center; padding: 30px 20px; }
.dz-reading .spinner { width: 42px; height: 42px; border-radius: 50%; border: 3px solid var(--navy-100); border-top-color: var(--navy); margin: 0 auto 16px; animation: spin .8s linear infinite; }
@keyframes spin { to { transform: rotate(360deg); } }
.dz-reading .file { display: inline-flex; align-items: center; gap: 8px; font-size: 13.5px; color: var(--ink-soft); background: #fff; border: 1px solid var(--line); border-radius: var(--r-pill); padding: 6px 13px; margin-bottom: 16px; }
.dz-reading .file svg { width: 15px; height: 15px; color: var(--ok); }
.dz-reading p { font-size: 15px; color: var(--ink); font-weight: 500; margin: 0; }

/* filled profile */
.dz-profile { display: none; }
.dz-profile.show { display: block; }
.dz-profile__head { display: flex; align-items: center; gap: 8px; font-size: 13px; color: var(--ok); font-weight: 600; margin-bottom: 14px; }
.dz-profile__head svg { width: 17px; height: 17px; }
.dzfield {
  background: #fff; border: 1px solid var(--line); border-radius: var(--r-md); padding: 12px 14px; margin-bottom: 10px;
  opacity: 0; transform: translateY(8px); transition: opacity .4s ease, transform .4s ease;
}
.dzfield.in { opacity: 1; transform: none; }
.dzfield .lab { font-size: 11.5px; font-weight: 600; letter-spacing: .04em; text-transform: uppercase; color: var(--muted); }
.dzfield .val { font-size: 15.5px; font-weight: 600; color: var(--ink); margin-top: 3px; display: flex; align-items: center; gap: 8px; }
.dzfield .val .badge--ok { font-size: 11px; }

.dz-strengths { background: var(--navy-50); border: 1px solid var(--navy-100); border-radius: var(--r-md); padding: 16px; margin: 6px 0 4px; opacity: 0; transform: translateY(8px); transition: opacity .5s ease, transform .5s ease; }
.dz-strengths.in { opacity: 1; transform: none; }
.dz-strengths__t { font-size: 13.5px; font-weight: 600; color: var(--navy); display: flex; align-items: center; gap: 8px; }
.dz-strengths__t svg { width: 17px; height: 17px; }
.dz-strengths .pijlers { margin-top: 12px; }

.dz-avail { margin-top: 4px; }
.dz-avail__lab { font-size: 14px; font-weight: 600; margin-bottom: 10px; }
.dz-days { display: flex; flex-wrap: wrap; gap: 8px; }
.dz-day {
  padding: 9px 15px; border-radius: var(--r-pill); border: 1.5px solid var(--line); background: #fff; cursor: pointer;
  font-size: 14px; font-weight: 600; color: var(--ink-soft); transition: all .14s; font-family: inherit;
}
.dz-day.on { background: var(--navy); border-color: var(--navy); color: #fff; }

/* ============================================================
   SUCCESS STATE (gedeeld)
   ============================================================ */
.flow-done { display: none; text-align: center; padding: 26px 10px; }
.flow-done.show { display: block; }
.flow-done__check { width: 66px; height: 66px; border-radius: 50%; background: var(--ok-bg); border: 1px solid var(--ok-bd); display: grid; place-items: center; margin: 0 auto 18px; animation: pop .4s cubic-bezier(.2,1.4,.4,1); }
.flow-done__check svg { width: 32px; height: 32px; color: var(--ok); }
@keyframes pop { from { transform: scale(.4); opacity: 0; } to { transform: scale(1); opacity: 1; } }
.flow-done h3 { font-size: 22px; font-weight: 700; letter-spacing: -.02em; margin: 0; }
.flow-done p { color: var(--ink-soft); margin: 10px auto 0; max-width: 340px; font-size: 15px; }
.flow-done__btns { display: grid; grid-template-columns: 1fr 1fr; gap: 10px; max-width: 360px; margin: 24px auto 0; }
.flow-done__btns .btn { width: 100%; min-width: 0; padding-inline: 12px; }
.flow-done__brand { margin-top: 26px; padding-top: 18px; border-top: 1px solid var(--line); font-size: 13px; color: var(--muted); display: flex; align-items: center; justify-content: center; gap: 8px; flex-wrap: wrap; }
.flow-done__logoimg { height: 18px; width: auto; display: inline-block; vertical-align: middle; }

/* ============================================================
   SOORTEN PLEKKEN (generieke roltypen — leiden naar aanmelden)
   ============================================================ */
.roles { display: grid; gap: 16px; margin-top: 18px; }
.role {
  background: #fff; border: 1px solid var(--line); border-radius: var(--r-lg); padding: 22px; box-shadow: var(--sh-1);
  display: flex; flex-direction: column; transition: transform .18s, box-shadow .18s, border-color .18s;
}
.role:hover { transform: translateY(-3px); box-shadow: var(--sh-2); border-color: #d6deea; }
.role__type { display: flex; align-items: center; gap: 10px; }
.role__ic { width: 42px; height: 42px; border-radius: 11px; background: var(--navy-50); color: var(--navy); display: grid; place-items: center; flex: none; }
.role__ic svg { width: 21px; height: 21px; }
.role__name { font-weight: 600; font-size: 16.5px; letter-spacing: -.01em; }
.role__meta { display: flex; flex-wrap: wrap; gap: 7px; margin-top: 16px; }
.role__foot { margin-top: 18px; padding-top: 16px; border-top: 1px solid var(--line-2); }

/* ============================================================
   TEAM (Over Happyflex)
   ============================================================ */
.team { display: grid; gap: 16px; margin-top: 34px; }
.member { text-align: center; }
.member__photo { aspect-ratio: 1; border-radius: var(--r-lg); margin-bottom: 14px; }
.member__name { font-weight: 600; font-size: 16px; }
.member__role { font-size: 13.5px; color: var(--muted); }

/* ============================================================
   VALUE / MISSION cards
   ============================================================ */
.values { display: grid; gap: 16px; margin-top: 34px; }
.value { background: #fff; border: 1px solid var(--line); border-radius: var(--r-lg); padding: 26px; box-shadow: var(--sh-1); }
.value__ic { width: 48px; height: 48px; border-radius: 13px; background: var(--coral-soft); color: var(--coral-hover); display: grid; place-items: center; margin-bottom: 16px; }
.value__ic svg { width: 24px; height: 24px; }
.value h3 { font-size: 18px; font-weight: 600; margin: 0 0 8px; letter-spacing: -.01em; }
.value p { font-size: 14.5px; color: var(--ink-soft); margin: 0; }

/* ---------- inline embed van een flow (op pagina i.p.v. modal) ---------- */
.flow-embed {
  background: #fff; border: 1px solid var(--line); border-radius: var(--r-lg); box-shadow: var(--sh-2);
  overflow: hidden; display: flex; flex-direction: column;
}
.flow-embed__head { display: flex; align-items: center; gap: 11px; padding: 14px 16px; border-bottom: 1px solid var(--line); background: var(--panel-2); }
.flow-embed__bot { width: 34px; height: 34px; border-radius: 10px; background: var(--navy); display: grid; place-items: center; flex: none; }
.flow-embed__bot svg { width: 18px; height: 18px; color: #fff; }
.flow-embed__t { font-weight: 600; font-size: 14.5px; }
.flow-embed__t small { display: block; font-size: 12px; font-weight: 500; color: var(--ok); }
.flow-embed__t small::before { content: "●"; font-size: 8px; vertical-align: 1px; margin-right: 4px; }
.flow-embed__body { padding: 18px 16px; height: 460px; overflow-y: auto; position: relative; -webkit-overflow-scrolling: touch; scrollbar-gutter: stable; overscroll-behavior: contain;; }
.flow-embed__body::-webkit-scrollbar { width: 10px; }
.flow-embed__body::-webkit-scrollbar-thumb { background: #cfd8e6; border-radius: 8px; border: 3px solid #fff; }
.flow-embed__body::-webkit-scrollbar-thumb:hover { background: #b7c2d4; }

/* ============================================================
   PIJLERS (Waarom — Voor leraren)
   ============================================================ */
.pillars { display: grid; gap: 16px; margin-top: 34px; }
.pillar { background: #fff; border: 1px solid var(--line); border-radius: var(--r-lg); padding: 24px; box-shadow: var(--sh-1); }
.pillar__ic { width: 46px; height: 46px; border-radius: 12px; background: var(--navy-50); color: var(--navy); display: grid; place-items: center; margin-bottom: 16px; }
.pillar__ic svg { width: 23px; height: 23px; }
.pillar h3 { font-size: 18px; font-weight: 700; letter-spacing: -.01em; margin: 0 0 8px; }
.pillar p { font-size: 14.5px; color: var(--ink-soft); margin: 0; }
.sub-mobile, .pillar--mobile { display: none; }
.sub-desktop, .pillar--desktop { display: block; }
.hf-mobile { display: none; }
.hf-desktop { display: block; }
.intro-mobile { display: none; }
.intro-desktop { display: block; }

/* gecombineerde Waarom-sectie: tekst + sterkteprofiel */
.combine-top { display: grid; gap: 26px; }
.combine-top h2 { font-size: clamp(26px, 6.4vw, 38px); line-height: 1.12; letter-spacing: -.02em; font-weight: 700; margin: 12px 0 0; text-wrap: balance; }
.combine-top > div > p { color: var(--ink-soft); margin: 14px 0 0; font-size: 16.5px; text-wrap: pretty; }
.profilecard { background: #fff; border-radius: var(--r-lg); padding: 22px; box-shadow: var(--sh-2); }
.profilecard__head { display: flex; align-items: center; gap: 12px; padding-bottom: 16px; margin-bottom: 16px; border-bottom: 1px solid var(--line); }
.profilecard__ava { width: 42px; height: 42px; border-radius: 12px; background: var(--navy); color: #fff; display: grid; place-items: center; font-weight: 700; font-size: 15px; flex: none; }
.profilecard__name { font-weight: 600; font-size: 15px; color: var(--ink); }
.profilecard__role { font-size: 12.5px; color: var(--muted); }
.skillbars { display: grid; gap: 13px; }
.skillbar { display: grid; grid-template-columns: 1fr auto; align-items: center; gap: 6px 10px; }
.skillbar__l { font-size: 13px; font-weight: 500; color: var(--ink-soft); grid-column: 1; }
.skillbar__track { grid-column: 1 / -1; grid-row: 2; height: 7px; border-radius: 5px; background: var(--navy-50); overflow: hidden; order: 3; }
.skillbar__track i { display: block; height: 100%; border-radius: 5px; background: linear-gradient(90deg, var(--navy), #2f6db0); }
.skillbar__tag { grid-column: 2; grid-row: 1; font-size: 11px; font-weight: 600; color: var(--muted); padding: 2px 8px; border-radius: var(--r-pill); background: var(--panel-2); border: 1px solid var(--line); white-space: nowrap; }
.skillbar__tag--strong { color: var(--ok); background: var(--ok-bg); border-color: var(--ok-bd); }
.skillbar__tag--grow { color: var(--coral-hover); background: var(--coral-soft); border-color: #ffd9c7; }
.profilecard__note { font-size: 12px; color: var(--muted); margin: 16px 0 0; display: flex; align-items: flex-start; gap: 7px; }
.profilecard__note svg { width: 14px; height: 14px; flex: none; margin-top: 1px; }

.vakprof-sub { margin-top: 28px; background: #fff; border: 1px solid var(--line); border-radius: var(--r-lg); padding: 22px; box-shadow: var(--sh-1); display: grid; gap: 18px; align-items: center; }
.vakprof-sub h3 { font-size: 19px; font-weight: 700; letter-spacing: -.01em; margin: 8px 0 0; color: var(--ink); }
.vakprof-sub__text p { color: var(--ink-soft); font-size: 14.5px; margin: 8px 0 0; }
.vakprof-sub .eyebrow { flex-wrap: nowrap; white-space: nowrap; }
.vakprof-sub .eyebrow svg { flex: none; }
.vakprof-sub__ic { width: 52px; height: 52px; border-radius: 14px; background: var(--coral-soft); color: var(--coral-hover); display: grid; place-items: center; flex: none; }
.vakprof-sub__ic svg { width: 26px; height: 26px; }

/* Voor vakprofessionals — header + 6 kaarten (2x3) */
.vakprof2 { margin-top: 30px; }
.vakprof2__head { max-width: 620px; margin: 0 auto; text-align: center; }
.vakprof2__head .eyebrow { justify-content: center; }
.vakprof2__head h3 { font-size: clamp(22px, 5vw, 28px); font-weight: 700; letter-spacing: -.01em; margin: 10px 0 0; color: var(--ink); }
.vakprof2__head p { color: var(--ink-soft); font-size: 15.5px; line-height: 1.55; margin: 12px 0 0; text-wrap: pretty; }
.vakprof2__grid { display: grid; grid-template-columns: 1fr; gap: 14px; margin-top: 28px; }
.vakcard { background: #fff; border: 1px solid var(--line); border-radius: var(--r-lg); padding: 22px; box-shadow: var(--sh-1); transition: transform .25s ease, box-shadow .25s ease; }
.vakcard:hover { transform: translateY(-3px); box-shadow: var(--sh-2); }
.vakcard__ic { width: 46px; height: 46px; border-radius: 12px; display: grid; place-items: center; margin-bottom: 14px; }
.vakcard__ic svg { width: 23px; height: 23px; }
.vakcard h4 { font-size: 16.5px; font-weight: 700; letter-spacing: -.01em; margin: 0 0 6px; color: var(--ink); }
.vakcard p { font-size: 14px; line-height: 1.5; color: var(--ink-soft); margin: 0; text-wrap: pretty; }
@media (min-width: 720px) { .vakprof2__grid { grid-template-columns: repeat(3, 1fr); gap: 16px; } }
.vakprof-sub__chips { display: flex; flex-wrap: wrap; gap: 9px; }
.vchip2 { display: inline-flex; align-items: center; gap: 8px; padding: 9px 13px; border-radius: var(--r-pill); background: var(--navy-50); border: 1px solid var(--navy-100); color: var(--navy); font-size: 13.5px; font-weight: 600; }
.vchip2 svg { width: 16px; height: 16px; color: var(--coral-hover); }

@media (min-width: 760px) {
  .combine-top { grid-template-columns: 1.1fr .9fr; gap: 40px; align-items: center; }
  .vakprof-sub { grid-template-columns: auto 1fr auto; padding: 24px 28px; }
}

@media (min-width: 600px) { .pillars { grid-template-columns: repeat(2, 1fr); gap: 18px; } }
@media (min-width: 1000px) { .pillars { grid-template-columns: repeat(4, 1fr); } .pillar { padding: 26px; } }

/* mobiel: korte copy, compacte cards */
@media (max-width: 599px) {
  .sub-mobile, .pillar--mobile { display: block; }
  .sub-desktop, .pillar--desktop { display: none; }
  .intro-mobile { display: block; }
  .intro-desktop { display: none; }
  .hf-mobile { display: block; }
  .hf-desktop { display: none; }
  .flow4__cta .btn { width: 100%; }
  .pillars { gap: 12px; }
  .pillar { padding: 16px 18px; }
  .pillar__ic { width: 38px; height: 38px; margin-bottom: 12px; }
  .pillar__ic svg { width: 19px; height: 19px; }
  .pillar h3 { margin: 0 0 4px; font-size: 16.5px; }
  .pillar p { font-size: 14px; }
}

.demo-pair { display: grid; gap: 18px; margin: 28px auto 0; max-width: 560px; }
@media (min-width: 880px) { .demo-pair { grid-template-columns: 1fr 1fr; max-width: 920px; } }
.demo-pair .flow-embed__body { min-height: 360px; }
.demo-caret { display: inline-block; width: 1px; color: var(--navy); animation: democaret 1s step-end infinite; }
@keyframes democaret { 50% { opacity: 0; } }

/* ============================================================
   TALENT, SPORT & ACTIVITEITEN
   ============================================================ */
.domains { display: grid; gap: 16px; margin-top: 34px; }
.domain { background: #fff; border: 1px solid var(--line); border-radius: var(--r-lg); padding: 26px; box-shadow: var(--sh-1); display: flex; flex-direction: column; }
.domain__ic { width: 50px; height: 50px; border-radius: 13px; background: var(--navy-50); color: var(--navy); display: grid; place-items: center; margin-bottom: 16px; }
.domain__ic svg { width: 25px; height: 25px; }
.domain h3 { font-size: 18px; font-weight: 600; letter-spacing: -.01em; margin: 0 0 8px; }
.domain p { font-size: 14.5px; color: var(--ink-soft); margin: 0 0 16px; }
.domain ul { list-style: none; margin: 0 0 18px; padding: 0; display: grid; gap: 9px; }
.domain li { display: flex; gap: 9px; align-items: flex-start; font-size: 14px; color: var(--ink-soft); }
.domain li svg { width: 17px; height: 17px; flex: none; color: var(--ok); margin-top: 1px; }
.domain__foot { margin-top: auto; }

/* ZO WERKT HAPPYFLEX — 4-stappen flow, beide doelgroepen */
.flow4 { list-style: none; margin: 36px 0 0; padding: 0; display: grid; gap: 16px; }
.flow4__card { position: relative; background: #fff; border: 1px solid var(--line); border-radius: var(--r-lg); padding: 26px 24px 24px; box-shadow: var(--sh-1); display: flex; flex-direction: column; transition: transform .25s ease, box-shadow .25s ease; }
.flow4__card:hover { transform: translateY(-3px); box-shadow: var(--sh-2); }
.flow4__num { font-size: 12px; font-weight: 700; letter-spacing: .14em; color: var(--navy); opacity: .42; margin-bottom: 14px; }
.flow4__ic { width: 52px; height: 52px; border-radius: 14px; background: var(--navy-50); color: var(--navy); display: grid; place-items: center; margin-bottom: 16px; }
.flow4__ic svg { width: 26px; height: 26px; }
.flow4__card--accent .flow4__ic { background: var(--coral-soft); color: var(--coral-hover); }
.flow4__card--accent .flow4__num { color: var(--coral-hover); opacity: .65; }
.flow4__card h3 { font-size: 18px; font-weight: 700; letter-spacing: -.01em; margin: 0 0 8px; }
.flow4__card p { font-size: 14.5px; line-height: 1.55; color: var(--ink-soft); margin: 0; text-wrap: pretty; }
.flow4__cta { display: flex; flex-wrap: wrap; gap: 12px; justify-content: center; margin-top: 30px; }
.flow4__cta .btn { min-width: 210px; justify-content: center; }
@media (min-width: 860px) {
  .flow4 { grid-template-columns: repeat(4, 1fr); gap: 14px; }
  /* verbindingspijl tussen de kaarten */
  .flow4__card:not(:last-child)::after { content: ""; position: absolute; top: 50px; right: -10px; width: 20px; height: 2px; background: var(--navy-100); z-index: 2; }
  .flow4__card:not(:last-child)::before { content: ""; position: absolute; top: 46px; right: -12px; width: 8px; height: 8px; border-top: 2px solid var(--navy-100); border-right: 2px solid var(--navy-100); transform: rotate(45deg); z-index: 3; }
}

/* Mobiele knoptekst-verkorting */
.lbl-short { display: none; }
.lbl-full  { display: inline; }
@media (max-width: 479px) {
  .lbl-short { display: inline; }
  .lbl-full  { display: none; }
}

/* WAT HAPPYFLEX VOOR SCHOLEN REGELT — 3 gelijkwaardige kaarten */
.solutions { display: grid; gap: 16px; margin-top: 34px; }
.solution { position: relative; background: #fff; border: 1px solid var(--line); border-radius: var(--r-lg); padding: 28px 26px; box-shadow: var(--sh-1); display: flex; flex-direction: column; transition: transform .25s ease, box-shadow .25s ease; }
.solution:hover { transform: translateY(-3px); box-shadow: var(--sh-2); }
.solution__ic { width: 52px; height: 52px; border-radius: 14px; background: var(--navy-50); color: var(--navy); display: grid; place-items: center; margin-bottom: 18px; }
.solution__ic svg { width: 26px; height: 26px; }
.solution h3 { font-size: 19px; font-weight: 700; letter-spacing: -.01em; margin: 0 0 9px; }
.solution p { font-size: 14.5px; line-height: 1.55; color: var(--ink-soft); margin: 0 0 18px; text-wrap: pretty; }
.solution__foot { margin-top: auto; }
@media (min-width: 760px) { .solutions { grid-template-columns: repeat(3, 1fr); } }
.domain__hl { display: flex; gap: 11px; align-items: flex-start; background: var(--navy-50); border: 1px solid var(--navy-100); border-radius: var(--r-md); padding: 13px 14px; margin: 0 0 18px; }
.domain__hl svg { width: 18px; height: 18px; flex: none; color: var(--navy); margin-top: 1px; }
.domain__hl b { display: block; font-size: 13.5px; font-weight: 600; color: var(--navy); letter-spacing: -.01em; }
.domain__hl span { font-size: 12.5px; color: var(--ink-soft); line-height: 1.4; }
.domain--accent .domain__hl { background: var(--coral-soft); border-color: #ffd9c7; }
.domain--accent .domain__hl svg { color: var(--coral-hover); }
.domain--accent .domain__hl b { color: var(--coral-hover); }

.activities { display: grid; grid-template-columns: repeat(2, 1fr); gap: 12px; margin-top: 30px; }
.activity { background: #fff; border: 1px solid var(--line); border-radius: var(--r-md); padding: 16px; display: flex; align-items: center; gap: 12px; min-width: 0; box-shadow: var(--sh-1); transition: transform .16s, box-shadow .16s, border-color .16s; }
.activity:hover { transform: translateY(-2px); box-shadow: var(--sh-2); border-color: #d6deea; }
.activity__ic { width: 42px; height: 42px; border-radius: 11px; display: grid; place-items: center; flex: none; }
.activity__ic svg { width: 22px; height: 22px; }
.activity > div { min-width: 0; }
.activity b { font-size: 14.5px; font-weight: 600; letter-spacing: -.01em; display: block; color: var(--ink); overflow-wrap: anywhere; }
.activity span { font-size: 12px; color: var(--muted); }

.skillbadges { display: flex; flex-wrap: wrap; gap: 10px; margin-top: 18px; }
.skillbadge { display: inline-flex; align-items: center; gap: 8px; padding: 8px 13px 8px 9px; border-radius: var(--r-pill); background: #fff; border: 1px solid var(--line); font-size: 13px; font-weight: 600; color: var(--ink-soft); }
.skillbadge .medal { width: 24px; height: 24px; border-radius: 50%; display: grid; place-items: center; flex: none; color: #fff; }
.skillbadge .medal svg { width: 14px; height: 14px; }
.section--navy .skillbadge { background: rgba(255,255,255,.06); border-color: rgba(255,255,255,.14); color: #dbe6f3; }

.guarantee { display: flex; gap: 18px; align-items: flex-start; background: var(--navy); color: #fff; border-radius: var(--r-lg); padding: 26px; box-shadow: var(--sh-2); margin-top: 30px; }
.guarantee__ic { width: 54px; height: 54px; border-radius: 14px; background: rgba(255,255,255,.12); display: grid; place-items: center; flex: none; }
.guarantee__ic svg { width: 28px; height: 28px; }
.guarantee h3 { font-size: 19px; font-weight: 700; letter-spacing: -.01em; margin: 0 0 7px; }
.guarantee p { font-size: 15px; color: #c4d4e6; margin: 0; }
.guarantee .pill--coral { margin-top: 12px; }

.activities--3 { grid-template-columns: repeat(2, 1fr); }
.activities--stack { grid-template-columns: 1fr; }
@media (min-width: 700px) {
  .domains { grid-template-columns: repeat(3, 1fr); }
  .activities { grid-template-columns: repeat(4, 1fr); }
  .activities--3, .activities--stack { grid-template-columns: repeat(3, 1fr); }
}

/* ============================================================
   LEGAL / PROSE pages
   ============================================================ */
.legal { padding-block: 56px 72px; }
.legal__head { max-width: 760px; margin: 0 auto 36px; }
.legal__head .eyebrow { margin-bottom: 12px; }
.legal__head h1 { font-size: clamp(30px, 6vw, 44px); letter-spacing: -.02em; line-height: 1.1; margin: 0; font-weight: 700; }
.legal__head .upd { margin-top: 14px; font-size: 13.5px; color: var(--muted); }
.prose { max-width: 760px; margin: 0 auto; color: var(--ink-soft); font-size: 16px; line-height: 1.7; }
.prose h2 { font-size: 21px; font-weight: 700; color: var(--ink); letter-spacing: -.01em; margin: 36px 0 10px; }
.prose h3 { font-size: 17px; font-weight: 600; color: var(--ink); margin: 26px 0 8px; }
.prose p { margin: 0 0 14px; text-wrap: pretty; }
.prose ul { margin: 0 0 16px; padding-left: 4px; list-style: none; display: grid; gap: 9px; }
.prose li { display: flex; gap: 10px; align-items: flex-start; }
.prose li::before { content: ""; width: 7px; height: 7px; border-radius: 50%; background: var(--coral); flex: none; margin-top: 9px; }
.prose a { color: var(--navy); font-weight: 600; text-decoration: underline; text-underline-offset: 2px; }
.prose strong { color: var(--ink); font-weight: 600; }
.faqgroup { margin-bottom: 30px; }
.faqgroup__h { font-size: 13px; font-weight: 700; letter-spacing: .08em; text-transform: uppercase; color: var(--coral); margin: 0 0 14px; padding-left: 2px; }

/* ============================================================
   STICKY AI CHATWIDGET (alle pagina's)
   ============================================================ */
.hf-fab {
  position: fixed; right: 20px; bottom: 20px; z-index: 150;
  display: inline-flex; align-items: center; gap: 10px; padding: 0 18px 0 14px; height: 56px;
  background: var(--navy); color: #fff; border: none; border-radius: var(--r-pill); cursor: pointer;
  box-shadow: 0 8px 24px rgba(22,38,59,.28); font-family: inherit; font-weight: 600; font-size: 15px;
  transition: transform .18s ease, box-shadow .18s ease, background .18s;
}
.hf-fab:hover { transform: translateY(-2px); box-shadow: 0 12px 30px rgba(22,38,59,.34); background: var(--navy-deep); }
.hf-fab__ic { width: 34px; height: 34px; border-radius: 50%; background: rgba(255,255,255,.14); display: grid; place-items: center; flex: none; position: relative; }
.hf-fab__ic svg { width: 19px; height: 19px; }
.hf-fab__ic::after { content: ""; position: absolute; top: 1px; right: 1px; width: 9px; height: 9px; border-radius: 50%; background: #2fae74; border: 2px solid var(--navy); }
.hf-fab.hide { opacity: 0; visibility: hidden; transform: translateY(10px) scale(.9); transition: all .2s; }
body.menu-open .hf-fab { display: none; }

.hf-cw {
  position: fixed; right: 20px; bottom: 20px; z-index: 160; width: 380px; max-width: calc(100vw - 32px);
  height: 600px; max-height: calc(100vh - 40px); background: var(--bg); border-radius: 20px; overflow: hidden;
  display: flex; flex-direction: column; box-shadow: 0 24px 60px rgba(16,28,46,.32);
  opacity: 0; visibility: hidden; transform: translateY(16px) scale(.97); transform-origin: bottom right;
  transition: opacity .24s ease, transform .24s cubic-bezier(.4,0,.2,1), visibility .24s;
}
.hf-cw.open { opacity: 1; visibility: visible; transform: none; }
.hf-cw__head { display: flex; align-items: center; gap: 11px; padding: 14px 16px; background: var(--navy); color: #fff; flex: none; }
.hf-cw__bot { width: 38px; height: 38px; border-radius: 11px; background: rgba(255,255,255,.14); display: grid; place-items: center; flex: none; }
.hf-cw__bot svg { width: 20px; height: 20px; }
.hf-cw__t { font-weight: 600; font-size: 15px; line-height: 1.2; }
.hf-cw__t small { display: block; font-size: 12px; font-weight: 500; color: #8fd3b3; margin-top: 2px; }
.hf-cw__t small::before { content: "●"; font-size: 8px; vertical-align: 1px; margin-right: 5px; }
.hf-cw__x { margin-left: auto; width: 34px; height: 34px; border-radius: 9px; border: none; background: rgba(255,255,255,.12); color: #fff; display: grid; place-items: center; cursor: pointer; flex: none; }
.hf-cw__x:hover { background: rgba(255,255,255,.22); }
.hf-cw__x svg { width: 18px; height: 18px; }
.hf-cw__body { flex: 1; overflow-y: auto; padding: 18px 16px; display: flex; flex-direction: column; gap: 13px; -webkit-overflow-scrolling: touch; }
.hf-cw__foot { flex: none; border-top: 1px solid var(--line); background: #fff; padding: 12px 14px calc(12px + env(safe-area-inset-bottom)); }
.hf-cw__chips { display: flex; flex-wrap: wrap; gap: 8px; margin-bottom: 10px; }
.hf-cw__chip { padding: 9px 13px; border-radius: var(--r-pill); border: 1.5px solid var(--navy-100); background: #fff; color: var(--navy); font-weight: 600; font-size: 13.5px; cursor: pointer; font-family: inherit; transition: all .14s; }
.hf-cw__chip:hover { background: var(--navy-50); border-color: var(--navy); }
.hf-cw__form { display: flex; gap: 8px; align-items: flex-end; }
.hf-cw__ta { flex: 1; resize: none; border: 1.5px solid var(--line); border-radius: 12px; padding: 11px 13px; font-family: inherit; font-size: 14.5px; line-height: 1.4; max-height: 120px; outline: none; transition: border-color .15s; }
.hf-cw__ta:focus { border-color: var(--navy); }
.hf-cw__send { width: 44px; height: 44px; border-radius: 12px; border: none; background: var(--navy); color: #fff; display: grid; place-items: center; cursor: pointer; flex: none; transition: background .15s; }
.hf-cw__send:hover { background: var(--navy-deep); }
.hf-cw__send:disabled { opacity: .45; cursor: default; }
.hf-cw__send svg { width: 19px; height: 19px; }
.hf-cw__cta { margin-top: 4px; display: grid; gap: 8px; }
.hf-cw__note { font-size: 11px; color: var(--muted); text-align: center; margin-top: 9px; }

@media (max-width: 560px) {
  .hf-fab { display: none; }
  .hf-cw { right: 0; left: 0; bottom: 0; width: 100%; max-width: 100%; height: 88vh; max-height: 88vh; border-radius: 20px 20px 0 0; }
}

/* ============================================================
   AANMELD-FLOW — tabs + uitgebreid formulier
   ============================================================ */
.dz-tabs { display: flex; gap: 4px; background: var(--panel-2); border: 1px solid var(--line); border-radius: var(--r-pill); padding: 4px; margin-bottom: 18px; }
.dz-tab { flex: 1; padding: 9px 8px; border: none; background: none; border-radius: var(--r-pill); font-family: inherit; font-size: 13.5px; font-weight: 600; color: var(--muted); cursor: pointer; transition: all .15s; white-space: nowrap; }
.dz-tab.on { background: #fff; color: var(--navy); box-shadow: var(--sh-1); }
.dz-pane { display: none; }
.dz-pane.on { display: block; }

.dz-paste textarea { width: 100%; min-height: 130px; resize: vertical; border: 1.5px solid var(--line); border-radius: var(--r-md); padding: 13px 15px; font-family: inherit; font-size: 14.5px; line-height: 1.5; outline: none; }
.dz-paste textarea:focus { border-color: var(--navy); }

.dz-form { display: grid; gap: 14px; }
.dz-grid2 { display: grid; gap: 14px; }
.dzf {  }
.dzf label { font-size: 12px; font-weight: 600; color: var(--ink-soft); display: block; margin-bottom: 6px; }
.dzf label .req { color: var(--coral); }
.dzf input, .dzf select, .dzf textarea {
  width: 100%; border: 1.5px solid var(--line); border-radius: var(--r-md); padding: 12px 13px; font-family: inherit;
  font-size: 15px; color: var(--ink); background: #fff; outline: none; transition: border-color .15s, background .15s;
}
.dzf input:focus, .dzf select:focus, .dzf textarea:focus { border-color: var(--navy); }
.dzf textarea { resize: vertical; min-height: 80px; }
.dzf.empty input, .dzf.empty select { border-color: var(--warn-bd); background: var(--warn-bg); }
.dzf .hint { font-size: 11.5px; margin-top: 5px; display: none; align-items: center; gap: 5px; color: var(--warn); font-weight: 600; }
.dzf .hint svg { width: 13px; height: 13px; }
.dzf.empty .hint { display: inline-flex; }
.dzf .ok { font-size: 11.5px; margin-top: 5px; display: none; align-items: center; gap: 5px; color: var(--ok); font-weight: 600; }
.dzf .ok svg { width: 13px; height: 13px; }
.dzf.filled .ok { display: inline-flex; }

.dz-avail__grid { display: flex; flex-wrap: wrap; gap: 8px; }
.dz-check { display: inline-flex; align-items: center; gap: 8px; padding: 10px 14px; border: 1.5px solid var(--line); border-radius: var(--r-md); background: #fff; cursor: pointer; font-size: 14.5px; font-weight: 500; user-select: none; transition: all .14s; }
.dz-check input { width: 18px; height: 18px; accent-color: var(--navy); margin: 0; cursor: pointer; }
.dz-check.on { border-color: var(--navy); background: var(--navy-50); color: var(--navy); font-weight: 600; }

@media (min-width: 460px) { .dz-grid2 { grid-template-columns: 1fr 1fr; } }

/* ============================================================
   COMPONENT LIBRARY page
   ============================================================ */
.lib-nav { position: sticky; top: 72px; background: rgba(246,247,249,.9); backdrop-filter: blur(8px); border-bottom: 1px solid var(--line); z-index: 40; }
.lib-nav .container { display: flex; gap: 6px; overflow-x: auto; padding-block: 12px; scrollbar-width: none; }
.lib-nav .container::-webkit-scrollbar { display: none; }
.lib-nav a { flex: none; padding: 7px 13px; border-radius: var(--r-pill); font-size: 13.5px; font-weight: 500; color: var(--ink-soft); border: 1px solid var(--line); background: #fff; }
.lib-nav a:hover { background: var(--navy-50); color: var(--navy); }
.lib-block { padding-block: 40px; border-bottom: 1px solid var(--line); }
.lib-block > h2 { font-size: 13px; text-transform: uppercase; letter-spacing: .1em; color: var(--muted); font-weight: 600; margin: 0 0 6px; }
.lib-block > .desc { color: var(--ink-soft); margin: 0 0 24px; max-width: 560px; }
.lib-demo { background: #fff; border: 1px solid var(--line); border-radius: var(--r-lg); padding: 28px; }
.lib-row { display: flex; flex-wrap: wrap; gap: 14px; align-items: center; }
.lib-swatches { display: grid; grid-template-columns: repeat(2,1fr); gap: 12px; }
.swatch { border-radius: var(--r-md); overflow: hidden; border: 1px solid var(--line); }
.swatch__c { height: 72px; }
.swatch__m { padding: 9px 12px; font-size: 12.5px; }
.swatch__m b { display: block; font-weight: 600; }
.swatch__m span { color: var(--muted); font-family: ui-monospace, monospace; }

@media (min-width: 600px) {
  .compare { grid-template-columns: 1fr 1fr; }
  .roles { grid-template-columns: repeat(2,1fr); }
  .values { grid-template-columns: repeat(3,1fr); }
  .team { grid-template-columns: repeat(4,1fr); }
  .lib-swatches { grid-template-columns: repeat(4,1fr); }
}
@media (min-width: 900px) {
  .roles { grid-template-columns: repeat(3,1fr); }
}
