/* Werkbladenmaken.nl — huisstijl 2026 v1
   Visuele laag voor de website-interface. Printbladen blijven bewust ongemoeid. */
@font-face{font-family:"DM Sans";font-style:normal;font-weight:400;font-display:swap;src:url('/assets/dm-sans-latin-400-normal-CW0RaeGs.woff2') format('woff2')}
@font-face{font-family:"DM Sans";font-style:normal;font-weight:500;font-display:swap;src:url('/assets/dm-sans-latin-500-normal-B9HHJjqV.woff2') format('woff2')}
@font-face{font-family:"DM Sans";font-style:normal;font-weight:600;font-display:swap;src:url('/assets/dm-sans-latin-600-normal-Aqo67rzb.woff2') format('woff2')}
@font-face{font-family:"DM Sans";font-style:normal;font-weight:700;font-display:swap;src:url('/assets/dm-sans-latin-700-normal-DvUfVpUG.woff2') format('woff2')}

:root{
  --wm-bg:#fbf8f1;
  --wm-bg-strong:#f6f0e6;
  --wm-surface:#fffdf8;
  --wm-surface-2:#fffaf1;
  --wm-ink:#0f3f35;
  --wm-text:#435a54;
  --wm-muted:#6d7e79;
  --wm-primary:#176a57;
  --wm-primary-2:#2f7b68;
  --wm-primary-dark:#0e5546;
  --wm-accent:#ec6d3f;
  --wm-accent-soft:#fff0e8;
  --wm-mint:#e8f4ef;
  --wm-yellow:#fff2c9;
  --wm-blue:#e7f1ff;
  --wm-lilac:#eee8ff;
  --wm-line:#e6ded1;
  --wm-line-strong:#d9cfbf;
  --wm-radius-sm:12px;
  --wm-radius:18px;
  --wm-radius-lg:28px;
  --wm-shadow:0 14px 42px rgba(15,63,53,.08);
  --wm-shadow-soft:0 8px 26px rgba(15,63,53,.055);
}

html{background:var(--wm-bg)!important;scroll-behavior:smooth}
body{margin:0;background:var(--wm-bg)!important;color:var(--wm-text)!important;font-family:"DM Sans",Arial,sans-serif!important;-webkit-font-smoothing:antialiased;text-rendering:optimizeLegibility}
body.wm-house-style{min-height:100vh}
body.wm-house-style main{color:var(--wm-text)}
body.wm-house-style h1,body.wm-house-style h2,body.wm-house-style h3,body.wm-house-style h4{color:var(--wm-ink);font-family:"DM Sans",Arial,sans-serif;font-weight:700;letter-spacing:-.035em}
body.wm-house-style p,body.wm-house-style li,body.wm-house-style label,body.wm-house-style input,body.wm-house-style select,body.wm-house-style button{font-family:"DM Sans",Arial,sans-serif}
body.wm-house-style a{transition:color .18s ease,background-color .18s ease,border-color .18s ease,transform .18s ease,box-shadow .18s ease}
body.wm-house-style a:focus-visible,body.wm-house-style button:focus-visible,body.wm-house-style input:focus-visible,body.wm-house-style select:focus-visible,body.wm-house-style summary:focus-visible{outline:3px solid rgba(236,109,63,.32)!important;outline-offset:3px}

/* Header */
.wm-unified-header,.wm-unified-header *{box-sizing:border-box}
.wm-unified-header{position:relative;z-index:10000;width:100%;min-height:88px;margin:0!important;border:0!important;border-bottom:1px solid var(--wm-line)!important;background:rgba(255,253,248,.96)!important;color:var(--wm-ink)!important;font-family:"DM Sans",Arial,sans-serif!important;box-shadow:0 1px 0 rgba(15,63,53,.02)!important;backdrop-filter:blur(14px)}
.wm-unified-header__inner{width:min(1500px,100%);min-height:88px;margin:0 auto;padding:0 34px;display:flex;align-items:center;gap:24px}
.wm-unified-brand{display:inline-flex;align-items:center;gap:14px;min-width:max-content;color:var(--wm-ink)!important;text-decoration:none!important;font-size:23px!important;font-weight:700!important;line-height:1!important;letter-spacing:-.5px!important}
.wm-unified-brand:hover,.wm-unified-brand:focus{color:var(--wm-ink)!important;text-decoration:none!important}
.wm-unified-brand__mark{position:relative;display:grid;place-items:center;width:54px;height:54px;border-radius:17px;background:linear-gradient(145deg,#0d4d41,#237765);color:#fff!important;font-size:28px;font-weight:700;line-height:1;letter-spacing:-1.5px;box-shadow:0 9px 20px rgba(15,83,69,.17)}
.wm-unified-brand__mark::after{content:"";position:absolute;right:8px;top:8px;width:8px;height:8px;border-radius:50%;background:var(--wm-accent);box-shadow:0 0 0 2px rgba(255,255,255,.18)}
.wm-unified-brand__name{white-space:nowrap}
.wm-unified-nav{display:flex;align-items:center;justify-content:center;gap:5px;margin-left:auto}
.wm-unified-nav a{display:inline-flex;align-items:center;min-height:48px;padding:0 15px;border-radius:14px;color:#29453e!important;text-decoration:none!important;font-size:17px!important;font-weight:600!important;line-height:1!important;white-space:nowrap}
.wm-unified-nav a:hover,.wm-unified-nav a:focus-visible{background:var(--wm-mint);color:var(--wm-primary-dark)!important;outline:none}
.wm-unified-nav a[aria-current="page"]{background:var(--wm-mint);color:var(--wm-primary)!important}
.wm-unified-cta{display:inline-flex;align-items:center;justify-content:center;gap:12px;min-height:54px;margin-left:18px;padding:0 24px;border:0!important;border-radius:18px;background:linear-gradient(135deg,var(--wm-primary),var(--wm-primary-2))!important;color:#fff!important;text-decoration:none!important;font-size:17px!important;font-weight:700!important;line-height:1!important;white-space:nowrap;box-shadow:0 10px 24px rgba(23,106,87,.18)!important}
.wm-unified-cta::after{content:"→";font-size:20px;font-weight:500}
.wm-unified-cta:hover,.wm-unified-cta:focus-visible{background:linear-gradient(135deg,var(--wm-primary-dark),var(--wm-primary))!important;color:#fff!important;text-decoration:none!important;transform:translateY(-1px);box-shadow:0 13px 28px rgba(23,106,87,.24)!important}
.wm-unified-menu-button{display:none;align-items:center;justify-content:center;width:48px;height:48px;margin-left:auto;border:1px solid var(--wm-line);border-radius:14px;background:var(--wm-surface);color:var(--wm-ink);font:700 22px/1 "DM Sans",Arial,sans-serif;cursor:pointer}
.wm-unified-mobile-nav{display:none;position:absolute;left:14px;right:14px;top:calc(100% + 8px);padding:10px;border:1px solid var(--wm-line);border-radius:18px;background:var(--wm-surface);box-shadow:var(--wm-shadow)}
.wm-unified-mobile-nav[data-open="true"]{display:block}
.wm-unified-mobile-nav a{display:block;padding:13px 14px;border-radius:12px;color:#29453e!important;text-decoration:none!important;font-size:17px!important;font-weight:650!important}
.wm-unified-mobile-nav a:hover,.wm-unified-mobile-nav a:focus-visible,.wm-unified-mobile-nav a[aria-current="page"]{background:var(--wm-mint);color:var(--wm-primary)!important;outline:none}

/* Algemene pagina-opbouw */
body.wm-house-style .shell,body.wm-house-style .container{width:min(1220px,calc(100% - 48px));margin-left:auto;margin-right:auto}
body.wm-house-style .page-hero,body.wm-house-style .about-hero,body.wm-house-style .generator-intro{padding-top:56px;padding-bottom:48px}
body.wm-house-style .page-hero h1,body.wm-house-style .about-hero h1,body.wm-house-style .generator-intro h1{max-width:980px;margin-top:14px;margin-bottom:18px;font-size:clamp(38px,5.3vw,70px);line-height:1.02}
body.wm-house-style .page-hero p,body.wm-house-style .about-hero p,body.wm-house-style .generator-intro p{max-width:820px;color:var(--wm-text);font-size:clamp(17px,1.5vw,21px);line-height:1.65}
body.wm-house-style .eyebrow,body.wm-house-style .page-label,body.wm-house-style .generator-kicker,body.wm-house-style .controls-kicker{display:inline-flex;align-items:center;gap:10px;color:var(--wm-accent)!important;font-size:13px!important;font-weight:700!important;line-height:1.2!important;letter-spacing:.06em;text-transform:uppercase}
body.wm-house-style .eyebrow::before{content:"";width:28px;height:2px;border-radius:2px;background:var(--wm-accent)}
body.wm-house-style .breadcrumbs,body.wm-house-style .breadcrumbs a{color:#58706a!important;font-size:15px;text-decoration:none}
body.wm-house-style .breadcrumbs a:hover{color:var(--wm-primary)!important}

/* Knoppen en invoervelden */
body.wm-house-style .button,body.wm-house-style .btn,body.wm-house-style .header-cta,body.wm-house-style button:not(.wm-unified-menu-button):not(.math-exercise):not(.switch-track){border-radius:14px}
body.wm-house-style .button.primary,body.wm-house-style .btn-primary,body.wm-house-style .primary.button,body.wm-house-style .generator-actions .btn-primary,body.wm-house-style .math-v1-actions button:first-child{border-color:var(--wm-primary)!important;background:linear-gradient(135deg,var(--wm-primary),var(--wm-primary-2))!important;color:#fff!important;box-shadow:0 9px 22px rgba(23,106,87,.14)!important}
body.wm-house-style .button.primary:hover,body.wm-house-style .btn-primary:hover,body.wm-house-style .primary.button:hover{background:linear-gradient(135deg,var(--wm-primary-dark),var(--wm-primary))!important;transform:translateY(-1px)}
body.wm-house-style .button.secondary,body.wm-house-style .btn-secondary,body.wm-house-style .secondary.button{border:1px solid var(--wm-line-strong)!important;background:var(--wm-surface)!important;color:var(--wm-ink)!important}
body.wm-house-style input:not([type="checkbox"]):not([type="radio"]),body.wm-house-style select,body.wm-house-style textarea{border:1px solid var(--wm-line-strong)!important;border-radius:12px!important;background:var(--wm-surface)!important;color:var(--wm-ink)!important;box-shadow:none!important}
body.wm-house-style input:not([type="checkbox"]):not([type="radio"]):focus,body.wm-house-style select:focus,body.wm-house-style textarea:focus{border-color:var(--wm-primary-2)!important;box-shadow:0 0 0 4px rgba(47,123,104,.10)!important}

/* Kaarten, hubs en contentblokken */
body.wm-house-style .subject-row,body.wm-house-style .group-card,body.wm-house-style .grouping-moment-grid article,body.wm-house-style .about-values article,body.wm-house-style .summary-card,body.wm-house-style .generator,body.wm-house-style .generator-controls,body.wm-house-style .math-v1-generator,body.wm-house-style .preview-column,body.wm-house-style .viewer-panel,body.wm-house-style .grouping-callout,body.wm-house-style .about-callout{border:1px solid var(--wm-line)!important;border-radius:var(--wm-radius)!important;background:var(--wm-surface)!important;box-shadow:var(--wm-shadow-soft)!important}
body.wm-house-style .subject-row,body.wm-house-style .group-card,body.wm-house-style .grouping-moment-grid article,body.wm-house-style .about-values article{transition:transform .18s ease,box-shadow .18s ease,border-color .18s ease}
body.wm-house-style .subject-row:hover,body.wm-house-style .group-card:hover,body.wm-house-style .grouping-moment-grid article:hover{transform:translateY(-3px);border-color:#d4c8b7!important;box-shadow:var(--wm-shadow)!important}
body.wm-house-style .subject-number,body.wm-house-style .group-card > span:first-child{border-radius:12px!important}
body.wm-house-style .grouping-intro{border-radius:var(--wm-radius-lg);background:linear-gradient(135deg,var(--wm-mint),rgba(255,253,248,.45));padding:34px!important}
body.wm-house-style .grouping-callout,body.wm-house-style .about-callout{background:linear-gradient(135deg,var(--wm-mint),var(--wm-surface))!important}

/* Generator-interface — niet de werkbladen zelf */
body.wm-house-style .generator-workspace,body.wm-house-style .math-v1-workspace,body.wm-house-style .workspace{gap:24px}
body.wm-house-style .generator-controls,body.wm-house-style .math-v1-generator,body.wm-house-style .generator{overflow:hidden}
body.wm-house-style .controls-heading,body.wm-house-style .math-v1-head,body.wm-house-style .generator-head{border-bottom:1px solid var(--wm-line)!important;background:linear-gradient(180deg,var(--wm-surface),#fffaf1)!important}
body.wm-house-style .generator-choice-menu button,body.wm-house-style .math-workform-menu button,body.wm-house-style .math-v1-range-grid button,body.wm-house-style .fact-chips span,body.wm-house-style .fact-chips button,body.wm-house-style .generator-facts span{border:1px solid var(--wm-line-strong)!important;border-radius:999px!important;background:var(--wm-surface)!important;color:var(--wm-ink)!important}
body.wm-house-style .generator-choice-menu button.active,body.wm-house-style .math-workform-menu button.active,body.wm-house-style .math-v1-range-grid button.active,body.wm-house-style button.active{border-color:var(--wm-primary)!important;background:var(--wm-primary)!important;color:#fff!important}
body.wm-house-style .worksheet-stage,body.wm-house-style .preview-column,body.wm-house-style .viewer-panel{background:#f2eee6!important}
body.wm-house-style .generator-seo-v3{background:transparent!important}
body.wm-house-style .generator-seo-v3__shell{border:1px solid var(--wm-line)!important;border-radius:var(--wm-radius-lg)!important;background:var(--wm-surface)!important;box-shadow:var(--wm-shadow-soft)!important}
body.wm-house-style .faq details,body.wm-house-style .generator-seo-v3__faq details{border:1px solid var(--wm-line)!important;border-radius:14px!important;background:var(--wm-surface)!important}

/* Footer */
body.wm-house-style .site-footer{margin-top:72px!important;border-top:1px solid var(--wm-line)!important;background:#f4eee4!important;color:var(--wm-text)!important}
body.wm-house-style .site-footer h2,body.wm-house-style .site-footer strong{color:var(--wm-ink)!important}
body.wm-house-style .site-footer a{color:#4a615b!important;text-decoration:none}
body.wm-house-style .site-footer a:hover{color:var(--wm-primary)!important}
body.wm-house-style .footer-bottom{border-top-color:var(--wm-line)!important}

/* Nieuwe homepage */
html.wm-home-page,html.wm-home-page body{overflow-x:hidden!important}
.wm-home{overflow-x:hidden}
.wm-home-main{padding-bottom:0}
.wm-home-hero{position:relative;padding:76px 0 54px}
.wm-home-hero::before{content:"";position:absolute;z-index:0;width:520px;height:520px;right:-130px;top:-180px;border-radius:50%;background:radial-gradient(circle,rgba(232,244,239,.9),rgba(232,244,239,0) 70%);pointer-events:none}
.wm-home-hero__grid{position:relative;z-index:1;display:grid;grid-template-columns:minmax(0,1.28fr) minmax(360px,.72fr);align-items:center;gap:54px}
.wm-home-hero__copy h1{max-width:820px;margin:18px 0 20px;font-size:clamp(48px,5.2vw,74px);line-height:.98;letter-spacing:-.055em}
.wm-home-hero__copy p{max-width:760px;margin:0;color:var(--wm-text);font-size:clamp(18px,1.55vw,22px);line-height:1.58}
.wm-home-benefits{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:12px;margin:36px 0 0}
.wm-home-benefit{display:flex;align-items:center;gap:12px;min-height:78px;padding:14px 15px;border:1px solid var(--wm-line);border-radius:16px;background:rgba(255,253,248,.82);color:var(--wm-ink);font-size:14px;font-weight:600;line-height:1.25;box-shadow:0 8px 22px rgba(15,63,53,.035)}
.wm-home-benefit svg{flex:0 0 auto;width:27px;height:27px;stroke:var(--wm-primary);stroke-width:1.8;fill:none}
.wm-home-visual{position:relative;min-height:420px;display:grid;place-items:center}
.wm-home-visual::before{content:"";position:absolute;inset:42px 8px 20px 40px;border-radius:43% 57% 52% 48% / 49% 42% 58% 51%;background:var(--wm-mint);transform:rotate(-4deg)}
.wm-home-visual img{position:relative;z-index:1;width:min(100%,520px);height:auto;filter:drop-shadow(0 24px 32px rgba(15,63,53,.13))}
.wm-home-search{position:relative;z-index:3;display:grid;grid-template-columns:1fr auto;align-items:center;gap:12px;width:min(1050px,100%);margin:28px auto 0;padding:10px 10px 10px 24px;border:1px solid var(--wm-line);border-radius:28px;background:var(--wm-surface);box-shadow:var(--wm-shadow)}
.wm-home-search__field{display:flex;min-width:0;align-items:center;gap:14px}
.wm-home-search__field svg{width:27px;height:27px;stroke:var(--wm-ink);stroke-width:1.8;fill:none}
body.wm-house-style .wm-home-search input{width:100%;height:58px;padding:0!important;border:0!important;background:transparent!important;color:var(--wm-ink);font-size:19px;box-shadow:none!important;outline:none}
.wm-home-search button{min-height:62px;padding:0 36px;border:0;border-radius:21px;background:linear-gradient(135deg,var(--wm-primary),var(--wm-primary-2));color:#fff;font-size:18px;font-weight:700;cursor:pointer;box-shadow:0 10px 22px rgba(23,106,87,.18)}
.wm-home-search button::after{content:" →";margin-left:8px}
.wm-home-search button:hover{transform:translateY(-1px);background:linear-gradient(135deg,var(--wm-primary-dark),var(--wm-primary))}
.wm-home-search__message{grid-column:1/-1;min-height:0;margin:-2px 12px 2px;color:var(--wm-muted);font-size:14px}
.wm-home-categories{padding:58px 0 76px}
.wm-home-section-head{display:flex;align-items:end;justify-content:space-between;gap:28px;margin-bottom:24px}
.wm-home-section-head h2{margin:10px 0 0;font-size:clamp(32px,4vw,50px)}
.wm-home-section-head p{max-width:560px;margin:0;color:var(--wm-muted);font-size:17px;line-height:1.6}
.wm-home-category-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:18px}
.wm-home-category{position:relative;min-height:215px;padding:28px;border:1px solid rgba(15,63,53,.05);border-radius:24px;color:var(--wm-ink)!important;text-decoration:none!important;overflow:hidden;box-shadow:var(--wm-shadow-soft)}
.wm-home-category::after{content:"→";position:absolute;right:24px;bottom:22px;font-size:24px}
.wm-home-category:hover{transform:translateY(-4px);box-shadow:var(--wm-shadow)}
.wm-home-category--math{background:linear-gradient(145deg,#fff5d8,var(--wm-yellow))}
.wm-home-category--language{background:linear-gradient(145deg,#eef9f4,var(--wm-mint))}
.wm-home-category--world{background:linear-gradient(145deg,#eff6ff,var(--wm-blue))}
.wm-home-category--group{background:linear-gradient(145deg,#f6f0ff,var(--wm-lilac))}
.wm-home-category__icon{display:grid;place-items:center;width:58px;height:58px;margin-bottom:25px;border-radius:17px;background:rgba(255,255,255,.58);color:var(--wm-primary)}
.wm-home-category__icon svg{width:34px;height:34px;stroke:currentColor;stroke-width:1.8;fill:none}
.wm-home-category strong{display:block;margin-bottom:7px;font-size:25px;letter-spacing:-.03em}
.wm-home-category span{color:#47605a;font-size:15px;font-weight:500}
.wm-home-trust{padding:70px 0;background:linear-gradient(180deg,rgba(232,244,239,.38),rgba(255,253,248,.55))}
.wm-home-trust__grid{display:grid;grid-template-columns:1fr 1fr;align-items:center;gap:72px}
.wm-home-trust h2{margin:12px 0 18px;font-size:clamp(34px,4vw,54px);line-height:1.05}
.wm-home-trust p{font-size:18px;line-height:1.7}
.wm-home-steps{display:grid;gap:12px}
.wm-home-step{display:grid;grid-template-columns:52px 1fr;gap:16px;align-items:start;padding:19px;border:1px solid var(--wm-line);border-radius:18px;background:var(--wm-surface);box-shadow:var(--wm-shadow-soft)}
.wm-home-step b{display:grid;place-items:center;width:52px;height:52px;border-radius:15px;background:var(--wm-accent-soft);color:var(--wm-accent);font-size:20px}
.wm-home-step strong{display:block;margin-bottom:5px;color:var(--wm-ink);font-size:18px}
.wm-home-step span{color:var(--wm-muted);font-size:15px;line-height:1.5}
.wm-home-footer{margin-top:0!important}

@media(max-width:1180px){
  .wm-unified-header__inner{padding:0 22px;gap:15px}.wm-unified-nav a{padding:0 10px;font-size:15px!important}.wm-unified-cta{margin-left:6px;padding:0 18px;font-size:15px!important}
  .wm-home-benefits{grid-template-columns:repeat(2,minmax(0,1fr))}.wm-home-hero__grid{grid-template-columns:1fr .75fr;gap:28px}
}
@media(max-width:980px){
  .wm-unified-header,.wm-unified-header__inner{min-height:78px}.wm-unified-nav{display:none}.wm-unified-menu-button{display:inline-flex}.wm-unified-cta{min-height:48px;margin-left:0}.wm-unified-brand{font-size:20px!important}.wm-unified-brand__mark{width:48px;height:48px;border-radius:15px;font-size:25px}
  .wm-home-hero{padding-top:52px}.wm-home-hero__grid{grid-template-columns:1fr}.wm-home-visual{min-height:330px;max-width:580px;margin:0 auto}.wm-home-category-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.wm-home-trust__grid{grid-template-columns:1fr;gap:36px}
  body.wm-house-style .page-hero h1,body.wm-house-style .about-hero h1,body.wm-house-style .generator-intro h1{font-size:clamp(38px,8vw,60px)}
}
@media(max-width:680px){
  body.wm-house-style .shell,body.wm-house-style .container{width:min(100% - 28px,1220px)}
  .wm-unified-header__inner{padding:0 14px;gap:10px}.wm-unified-brand{gap:10px;font-size:17px!important}.wm-unified-brand__mark{width:44px;height:44px;border-radius:13px;font-size:23px}.wm-unified-brand__mark::after{right:6px;top:6px;width:7px;height:7px}.wm-unified-cta{display:none}
  .wm-home-hero{padding:42px 0 30px}.wm-home-hero__copy h1{font-size:clamp(42px,13vw,61px)}.wm-home-benefits{gap:9px}.wm-home-benefit{min-height:72px;padding:12px;font-size:13px}.wm-home-visual{min-height:265px}.wm-home-search{grid-template-columns:1fr;padding:10px 12px 12px;border-radius:23px}.wm-home-search input{font-size:16px}.wm-home-search button{width:100%;min-height:56px;border-radius:17px}.wm-home-section-head{display:block}.wm-home-section-head p{margin-top:12px}.wm-home-category-grid{grid-template-columns:1fr}.wm-home-category{min-height:175px}.wm-home-categories{padding-top:42px}
  body.wm-house-style .page-hero,body.wm-house-style .about-hero,body.wm-house-style .generator-intro{padding-top:38px;padding-bottom:34px}
  body.wm-house-style .grouping-intro{padding:24px!important}
}
@media(max-width:400px){.wm-unified-brand__name{font-size:15px}.wm-unified-menu-button{width:44px;height:44px}}
@media(max-width:340px){.wm-home-benefits{grid-template-columns:1fr}}

@media print{
  html,body{background:#fff!important}
  .wm-unified-header,.wm-home-search,.wm-home-footer{display:none!important}
  body.wm-house-style .print-sheet,body.wm-house-style .math-print-sheet,body.wm-house-style .worksheet-page,body.wm-house-style .answer-sheet,body.wm-house-style .sheet{box-shadow:none!important;border-radius:0!important}
}
