body.werkvormen-overview-view{background-color:#fff;background-image:var(--gradient-mesh-bg);background-attachment:fixed;background-repeat:no-repeat}.werkvormen-overview{max-width:1400px;margin:2rem auto;padding:0 1rem}.werkvormen-intro{text-align:center;margin-bottom:3rem}.werkvormen-intro h1{font-family:'Baloo 2',cursive,system-ui,sans-serif;font-size:clamp(1.6rem, 3.5vw + .8rem, 3.6rem);font-weight:800;line-height:1.15;letter-spacing:-.01em;margin-bottom:1rem;color:var(--c9,#1e6091);background:linear-gradient(135deg,var(--c9,#1e6091) 0,var(--c7,#168aad) 100%);-webkit-background-clip:text;background-clip:text;-webkit-text-fill-color:transparent}.werkvormen-intro p{font-size:clamp(1rem, .5vw + .9rem, 1.2rem);color:var(--c7);line-height:1.55}.top-rated-section{display:none}.top-rated-section.has-ratings{margin:3rem auto;max-width:1200px}.top-rated-header{text-align:center;margin-bottom:2rem}.top-rated-header h2{font-size:2rem;color:var(--c8);margin-bottom:.5rem}.top-rated-header p{color:var(--c7);font-size:1.1rem}.top-rated-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(320px,1fr));gap:2rem;margin-bottom:3rem}.top-rated-card{background:var(--tile-bg,#fff);border-radius:18px;padding:1.75rem 1.75rem 1.5rem;box-shadow:var(--shadow-tile);border:1px solid var(--tile-border,rgba(29,53,87,.06));transition:transform 250ms cubic-bezier(.16, 1, .3, 1),box-shadow 250ms cubic-bezier(.16, 1, .3, 1),border-color 250ms cubic-bezier(.16, 1, .3, 1);position:relative;overflow:hidden}.top-rated-card::before{content:'';position:absolute;top:0;left:0;right:0;height:4px;background:linear-gradient(90deg,#ffd166 0,var(--brand-red,#e63946) 100%);transition:height 250ms cubic-bezier(.16, 1, .3, 1)}.top-rated-card:hover{transform:translateY(-6px);box-shadow:var(--shadow-tile-lift);border-color:rgba(230,57,70,.2)}.top-rated-card:hover::before{height:6px}.top-rank{position:absolute;top:1.2rem;right:1.2rem;background:linear-gradient(135deg,#ffd166 0,var(--brand-red,#e63946) 100%);color:#fff;width:48px;height:48px;border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:1.4rem;font-weight:800;box-shadow:0 6px 16px -4px rgba(230,57,70,.45)}.top-rated-card h3{font-family:'Baloo 2',cursive,system-ui,sans-serif;font-size:1.35rem;font-weight:700;color:var(--brand-navy,#1d3557);margin:0 0 .5rem;padding-right:60px;line-height:1.25}.top-rated-card .rating{display:inline-flex;align-items:center;gap:.4rem;padding:.25rem .65rem;background:rgba(255,209,102,.18);border:1px solid rgba(255,165,0,.25);border-radius:999px;margin-bottom:.85rem}.top-rated-card .stars{color:#f59e0b;font-size:.9rem;line-height:1}.top-rated-card .rating-value{color:var(--brand-navy,#1d3557);font-weight:700;font-size:.85rem;line-height:1}.top-rated-card .description{color:var(--tile-text-muted,rgba(29,53,87,.62));line-height:1.55;margin:0 0 1.25rem;font-size:.95rem}.top-rated-card .view-button{display:inline-flex;align-items:center;gap:.4rem;background:var(--brand-navy,#1d3557);color:#fff;padding:.6rem 1.15rem;border-radius:999px;text-decoration:none;font-weight:700;font-size:.92rem;transition:background 250ms cubic-bezier(.16, 1, .3, 1),transform 250ms cubic-bezier(.16, 1, .3, 1),box-shadow 250ms cubic-bezier(.16, 1, .3, 1)}.top-rated-card .view-button:hover{background:var(--brand-red,#e63946);transform:translateY(-1px);box-shadow:0 8px 16px -4px rgba(230,57,70,.35)}@media (prefers-reduced-motion:reduce){.top-rated-card,.top-rated-card .view-button:hover,.top-rated-card::before,.top-rated-card:hover{transition:none;transform:none}}.categories-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:2rem;max-width:1200px;margin:0 auto}.categories-grid .card[data-interactive]{padding:2.5rem}.categories-grid .card[data-interactive]:hover{transform:translateY(-8px) scale(1.02)}.category-icon{margin-bottom:1rem;line-height:1}.category-title{font-size:1.5rem;font-weight:700;color:inherit;margin-bottom:.5rem}.category-desc{color:inherit;opacity:.85;line-height:1.5}.subcategories{margin-top:1rem;padding-top:1rem;border-top:1px solid rgba(24,78,119,.2)}.card[data-tone=energie] .subcategories,.card[data-tone=inhoud] .subcategories,.card[data-tone=reflectie] .subcategories,.card[data-tone=samenwerking] .subcategories{border-top-color:rgba(255,255,255,.3)}.subcategory-link{display:inline-block;padding:.5rem 1rem;margin:.25rem;background:rgba(255,255,255,.5);border-radius:8px;color:inherit;text-decoration:none;font-size:.9rem;transition:background var(--duration-base, 250ms) var(--ease-out, ease),transform var(--duration-fast, 150ms) var(--ease-out, ease)}.subcategory-link:hover{background:rgba(255,255,255,.9);transform:scale(1.05)}.card[data-tone=energie] .subcategory-link,.card[data-tone=inhoud] .subcategory-link,.card[data-tone=reflectie] .subcategory-link,.card[data-tone=samenwerking] .subcategory-link{background:rgba(255,255,255,.2)}.card[data-tone=energie] .subcategory-link:hover,.card[data-tone=inhoud] .subcategory-link:hover,.card[data-tone=reflectie] .subcategory-link:hover,.card[data-tone=samenwerking] .subcategory-link:hover{background:rgba(255,255,255,.4)}@media (max-width:768px){.categories-grid{grid-template-columns:1fr}}