/* SmartHub 2026 - blokken van de talent- en fasepagina's
 *
 * Overgenomen uit de conceptpagina's, net als base.css, maar apart gehouden omdat
 * base.css machinaal is afgeleid en deze componenten daar niet in zaten: baten,
 * stappen, het zoeklicht en de hero-subvariant met kruimelpad.
 *
 * Alles is gescopet naar .sh-sectie, zodat het niets buiten onze secties raakt.
 */

.sh-sectie .hero-sub {min-height:0!important}

.sh-sectie .hero-sub .hero-in {padding:52px 0 66px;max-width:680px}

.sh-sectie .hero-sub h1 {font-size:clamp(2rem,4vw,3.1rem)}

.sh-sectie .hero-sub .scrollhint {bottom:16px}

.sh-sectie .baten {display:grid;grid-template-columns:repeat(4,1fr);gap:22px;margin-top:46px}

.sh-sectie .baat {background:#fff;border:1px solid var(--lijn);border-radius:var(--radius);padding:30px 26px;transition:transform .2s ease,box-shadow .2s ease}

.sh-sectie .baat:hover {transform:translateY(-6px);box-shadow:var(--shadow-zwaar)}

.sh-sectie .baat .ic {width:48px;height:48px;border-radius:14px;background:var(--roze-08);color:var(--roze);display:grid;place-items:center;margin-bottom:16px}

.sh-sectie .baat .ic svg {width:24px;height:24px}

.sh-sectie .baat h3 {text-transform:none;letter-spacing:0;font-size:1.08rem;margin-bottom:8px}

.sh-sectie .baat p {color:var(--steen);font-size:.93rem}

@media(max-width:900px) {
	.sh-sectie .baten {grid-template-columns:1fr 1fr}
}

@media(max-width:600px) {
	.sh-sectie .baten {grid-template-columns:1fr}
}

.sh-sectie .fase-grid {display:grid;grid-template-columns:1fr 1fr;gap:26px;margin-top:52px}

.sh-sectie .fase-kaart {display:flex;flex-direction:column;background:#fff;border:1px solid var(--lijn);border-radius:calc(var(--radius) + 4px);overflow:hidden;text-decoration:none;color:var(--ink);position:relative;transition:transform .22s ease,box-shadow .22s ease,border-color .22s}

.sh-sectie .fase-kaart:hover {transform:translateY(-6px);box-shadow:var(--shadow-zwaar);border-color:var(--roze)}

.sh-sectie .fase-beeld {position:relative;height:170px;background:linear-gradient(135deg,var(--paars),var(--roze))}

.sh-sectie .fase-beeld .slot {position:absolute;inset:0;border-radius:0;display:flex;align-items:center;justify-content:center;text-align:center;padding:14px}

.sh-sectie .fase-nr-badge {position:absolute;left:18px;top:16px;z-index:2;background:rgba(255,255,255,.94);color:var(--paars);font-weight:900;font-size:.8rem;letter-spacing:.06em;padding:6px 12px;border-radius:999px}

.sh-sectie .fase-body {display:flex;flex-direction:column;gap:11px;padding:28px 30px 30px;flex:1}

.sh-sectie .fase-label {display:flex;align-items:center;gap:9px;font-size:.72rem;font-weight:900;letter-spacing:.14em;text-transform:uppercase;color:var(--steen)}

.sh-sectie .fase-label .dot {width:11px;height:11px;border-radius:50%;background:var(--roze);flex:none}

.sh-sectie .fase-kaart.f2 .dot {background:var(--paars)}

.sh-sectie .fase-kaart.f3 .dot {background:#B4437F}

.sh-sectie .fase-kaart.f4 .dot {background:var(--ink)}

.sh-sectie .fase-kaart h2 {font-size:1.45rem}

.sh-sectie .fase-kaart .motto {font-weight:900;color:var(--roze);font-size:.95rem}

.sh-sectie .fase-kaart p {color:var(--steen);font-size:.94rem;line-height:1.6}

.sh-sectie .fase-chips {display:flex;flex-wrap:wrap;gap:8px;margin-top:2px}

.sh-sectie .fase-chips span {border:1px solid var(--lijn);border-radius:999px;padding:5px 13px;font-size:.76rem;font-weight:700;color:var(--paars)}

.sh-sectie .fase-voet {display:flex;align-items:center;justify-content:space-between;margin-top:auto;padding-top:14px}

.sh-sectie .fase-voet b {font-size:.86rem;font-weight:900;color:var(--paars)}

.sh-sectie .fase-kaart:hover .fase-voet b {color:var(--roze)}

.sh-sectie .fase-voet .pijlknop {width:38px;height:38px;border-radius:50%;background:var(--roze);color:#fff;display:grid;place-items:center;transition:transform .2s}

.sh-sectie .fase-kaart:hover .pijlknop {transform:translateX(5px)}

@media(max-width:820px) {
	.sh-sectie .fase-grid {grid-template-columns:1fr}
	.sh-sectie .fase-body {padding:24px 24px 26px}
}

.sh-sectie .zoeklicht .zoekmock {box-shadow:0 16px 40px rgba(29,18,32,.12);border:1px solid var(--lijn)}

.sh-sectie .zoeklicht .vac-tag {border-color:var(--lijn);color:var(--paars)}

.sh-sectie .zoeklicht .vac-tag:hover {background:var(--roze-08)}

.sh-sectie .zoeklicht .vac-tag.actief {background:var(--paars);border-color:var(--paars);color:#fff}

.sh-sectie .zoeklicht .stage-kaart {border:1px solid var(--lijn)}

.sh-sectie .zoeklicht .stage-kaart:hover {box-shadow:var(--shadow-zwaar)}

.sh-sectie .zoeklicht .zoek-leeg {color:var(--steen)}

.sh-sectie .zoeker {max-width:100%;margin:36px auto 0}

.sh-sectie .zoeker .zoekmock {margin:0 auto;max-width:640px}

.sh-sectie .zoeker .vac-tags {justify-content:center;margin-top:16px}

.sh-sectie .vac-tag.actief {background:#fff;color:var(--paars);border-color:#fff}

.sh-sectie .stage-grid {display:grid;grid-template-columns:repeat(3,1fr);gap:22px;margin-top:44px;opacity:0;max-height:0;overflow:hidden;transition:opacity .5s ease,max-height .6s ease;align-items:stretch}

.sh-sectie .stage-grid.open {opacity:1;max-height:1400px}

.sh-sectie .stage-kaart {background:#fff;border-radius:var(--radius);padding:28px;min-height:200px;color:var(--ink);display:flex;flex-direction:column;gap:12px;text-decoration:none;transition:transform .2s ease,box-shadow .2s ease;position:relative}

.sh-sectie .stage-kaart:hover {transform:translateY(-4px);box-shadow:0 20px 44px rgba(0,0,0,.3)}

.sh-sectie .stage-kop {display:flex;gap:12px;align-items:center}

.sh-sectie .stage-logo {flex:none;width:44px;height:44px;border-radius:12px;background:var(--paars-05);color:var(--paars);display:grid;place-items:center;font-weight:900;font-size:.9rem}

.sh-sectie .stage-kaart h3 {text-transform:none;letter-spacing:0;font-size:1.06rem;line-height:1.35}

.sh-sectie .stage-kaart .waar {font-size:.82rem;color:var(--steen);font-weight:600}

.sh-sectie .stage-tags {display:flex;gap:8px;flex-wrap:wrap;margin-top:auto}

.sh-sectie .stage-tags span {font-size:.68rem;font-weight:800;letter-spacing:.08em;text-transform:uppercase;padding:5px 11px;border-radius:var(--pill);background:var(--roze-08);color:var(--roze)}

.sh-sectie .stage-tags span.niveau {background:var(--paars-05);color:var(--paars)}

.sh-sectie .stage-kaart .pijlknop {position:absolute;right:18px;bottom:18px;width:34px;height:34px;border-radius:50%;background:var(--roze);color:#fff;display:grid;place-items:center;transition:transform .2s}

.sh-sectie .stage-kaart:hover .pijlknop {transform:translateX(4px)}

.sh-sectie .stage-kaart.blur>* {filter:blur(6px);pointer-events:none;user-select:none}

.sh-sectie .stage-kaart.blur {overflow:hidden}

.sh-sectie .blur-overlay .tekstlink {font-size:.84rem;font-weight:800;color:var(--paars);text-decoration:none;display:inline-flex;gap:6px;align-items:center}

.sh-sectie .blur-overlay .tekstlink:hover {color:var(--roze)}

.sh-sectie .zoek-leeg {margin-top:32px;color:rgba(255,255,255,.75);font-size:.95rem;display:none;text-align:center}

.sh-sectie .zoek-leeg.zichtbaar {display:block}

@media(max-width:900px) {
	.sh-sectie .stage-grid {grid-template-columns:1fr}
}

.sh-sectie .kruimel {display:flex;gap:10px;align-items:center;font-size:.8rem;font-weight:700;letter-spacing:.08em;text-transform:uppercase;color:rgba(255,255,255,.7);margin-bottom:18px}

.sh-sectie .kruimel a {color:rgba(255,255,255,.7);text-decoration:none}

.sh-sectie .kruimel a:hover {color:#fff}

.sh-sectie .kruimel span {color:var(--roos)}

.sh-sectie .stappen {display:grid;grid-template-columns:repeat(var(--stappen,3),minmax(0,1fr));gap:24px;margin-top:52px}

.sh-sectie .stap {background:#fff;border:1px solid var(--lijn);border-radius:var(--radius);overflow:hidden;display:flex;flex-direction:column;transition:transform .2s ease,box-shadow .2s ease}

.sh-sectie .stap:hover {transform:translateY(-6px);box-shadow:var(--shadow-zwaar)}

.sh-sectie .stap .beeld {position:relative;aspect-ratio:16/10;overflow:hidden}

.sh-sectie .stap .beeld .foto {position:absolute;inset:0;aspect-ratio:auto;border-radius:0;box-shadow:none}

.sh-sectie .stap .body {padding:28px;display:flex;flex-direction:column;gap:10px;flex:1}

.sh-sectie .stap .fase-nr {position:absolute;top:14px;left:14px;z-index:2;width:44px;height:44px;border-radius:50%;background:var(--roze);color:#fff;display:grid;place-items:center;font-weight:900;font-size:1.1rem;box-shadow:0 8px 20px rgba(209,0,116,.4)}

.sh-sectie .stap h3 {text-transform:none;letter-spacing:0;font-size:1.2rem}

.sh-sectie .stap p {color:var(--steen);font-size:.95rem}

.sh-sectie .stap ul {list-style:none;display:grid;gap:8px;margin-top:4px}

.sh-sectie .stap li {font-size:.9rem;font-weight:600;padding-left:20px;position:relative}

.sh-sectie .stap li::before {content:"—";position:absolute;left:0;color:var(--roze);font-weight:900}

@media(max-width:900px) {
	.sh-sectie .stappen {grid-template-columns:1fr}
}

.sh-sectie .zoekmock {display:flex;gap:6px;background:#fff;border-radius:var(--pill);padding:6px 6px 6px 24px;max-width:620px;margin-top:30px;box-shadow:0 24px 60px rgba(0,0,0,.35)}

.sh-sectie .zoekmock input {flex:1;min-width:0;border:0;background:transparent;color:var(--ink);font-size:1rem;font-family:inherit;outline:none}

.sh-sectie .zoekmock input::placeholder {color:var(--steen)}

.sh-sectie .vac-tags {display:flex;gap:10px;flex-wrap:wrap;margin-top:18px}

.sh-sectie .vac-tag {font-size:.8rem;font-weight:700;padding:8px 16px;border-radius:var(--pill);border:1.5px solid rgba(255,255,255,.4);color:#fff;text-decoration:none;transition:background .15s}

.sh-sectie .vac-tag:hover {background:rgba(255,255,255,.15)}

.sh-sectie .foto img + .slot, .sh-sectie .fase-beeld img + .slot {display:none !important}

.sh-sectie .fase-beeld img {position:absolute;inset:0;width:100%;height:100%;object-fit:cover}
