/*
Theme Name: Altijd Veilig Werken
Theme URI: https://altijdveiligwerken.nl
Author: Jij
Author URI: https://altijdveiligwerken.nl
Description: Professioneel WordPress-thema voor de online cursus 'Altijd Veilig Werken' met modules, checklists en toetsen.
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: https://www.gnu.org/licenses/gpl-2.0.html
Text Domain: altijdveiligwerken
*/
:root{
  --avw-bg:#ffffff;
  --avw-text:#1f2937;
  --avw-accent:#0d4a7c;
  --avw-accent-2:#e5f0ff;
  --avw-muted:#6b7280;
  --avw-border:#e5e7eb;
}
html{box-sizing:border-box;scroll-behavior:smooth}
*,*:before,*:after{box-sizing:inherit}
body{margin:0;font-family:system-ui,-apple-system,Segoe UI,Roboto,Inter,Helvetica,Arial,sans-serif;background:var(--avw-bg);color:var(--avw-text);line-height:1.6}
a{color:var(--avw-accent);text-decoration:none}
a:hover{text-decoration:underline}
.container{max-width:1100px;margin:0 auto;padding:0 20px}
.site-header{border-bottom:1px solid var(--avw-border);background:#fff;position:sticky;top:0;z-index:10}
.site-header .container{display:flex;align-items:center;justify-content:space-between;padding:16px 20px}
.logo{display:flex;align-items:center;gap:10px;font-weight:700;color:var(--avw-text)}
.logo__badge{width:36px;height:36px;border-radius:8px;background:var(--avw-accent);display:grid;place-items:center;color:#fff;font-weight:800}
.nav a{margin:0 10px;color:var(--avw-text)}
.hero{background:linear-gradient(180deg,var(--avw-accent),#154e72);color:#fff;padding:60px 0}
.hero h1{margin:0 0 10px;font-size:40px;line-height:1.1}
.hero p{margin:0 0 20px;color:#e6eff7}
.btn{display:inline-block;padding:10px 16px;border:1px solid transparent;border-radius:8px;background:#fff;color:var(--avw-accent);font-weight:600}
.btn--ghost{background:transparent;border-color:#fff;color:#fff}
.grid{display:grid;gap:20px}
.grid--3{grid-template-columns:repeat(auto-fit,minmax(240px,1fr))}
.card{border:1px solid var(--avw-border);border-radius:12px;padding:20px;background:#fff}
.card h3{margin-top:0}
.section{padding:50px 0}
.section h2{margin-top:0;font-size:28px}
.footer{border-top:1px solid var(--avw-border);padding:30px 0;color:var(--avw-muted);font-size:14px}
.module-meta{display:flex;flex-wrap:wrap;gap:10px;margin:10px 0 20px}
.meta-pill{background:var(--avw-accent-2);color:var(--avw-accent);padding:6px 10px;border-radius:999px;font-size:12px}
blockquote{border-left:4px solid var(--avw-accent);margin:0;padding:8px 16px;background:#f8fbff}
.notice{padding:14px;border:1px solid var(--avw-border);border-radius:10px;background:#f9fafb}
table{width:100%;border-collapse:collapse}
th,td{border:1px solid var(--avw-border);padding:10px;text-align:left}
kbd{background:#111;color:#fff;border-radius:6px;padding:0 6px;font-size:12px}
.responsive-embed{position:relative;padding-bottom:56.25%;height:0;overflow:hidden;border-radius:12px}
.responsive-embed iframe{position:absolute;top:0;left:0;width:100%;height:100%}
