/*
 * Archetype: education-inspiring
 * Onderwijs Inspirerend — Onderwijsinstellingen met vriendelijke, motiverende en toegankelijke uitstraling.
 * Auto-generated door build-theme-archetype-css.php
 */
@import url('https://fonts.googleapis.com/css2?family=Fredoka:wght@500;600;700;800&family=Poppins:wght@400;500;600&display=swap');

:root {
    --primary: #3498DB;
    --primary-dark: color-mix(in srgb, #3498DB 85%, black);
    --primary-light: color-mix(in srgb, #3498DB 15%, white);
    --secondary: #2ECC71;
    --accent: #E74C3C;
    --bg: #FFFFFF;
    --bg-alt: color-mix(in srgb, #FFFFFF 94%, #1A1A1A);
    --text: #1A1A1A;
    --text-dim: #7F8C8D;
    --dim: #374151;
    --muted: #7F8C8D;
    --radius: 12px;
    --radius-sm: calc(12px * 0.5);
    --radius-lg: calc(12px * 1.5);
    --shadow: 0 4px 12px rgba(0,0,0,.08);
    --font-heading: 'Fredoka', system-ui, sans-serif;
    --font-body: 'Poppins', system-ui, sans-serif;
}

body { background: var(--bg); color: var(--text); font-family: var(--font-body); }
h1,h2,h3,h4,h5,h6 { font-family: var(--font-heading); color: var(--text); }
a { color: var(--primary); }

.btn-primary { color: #fff !important; background: var(--primary); border-radius: 999px; box-shadow: 0 4px 12px rgba(52,152,219,.25); transition: all .3s ease; }
.btn-primary:hover { background: var(--primary-dark); transform: translateY(-2px); box-shadow: 0 6px 20px rgba(52,152,219,.35); }
.btn-secondary { background: var(--bg-alt); color: var(--text); border-radius: 999px; }
.btn,.btn-primary,.btn-secondary { border-radius: 999px !important; }
.card, .itw-card, section.widget { border-radius: 20px; box-shadow: 0 4px 16px rgba(52,152,219,.1); }
.hero-title, .itw-hero__title { color: var(--text); }
.hero-accent, .itw-hero__accent { color: var(--accent); }

/* === EDUCATION: Friendly learning — rounded, colorful, informational === */
.sec-badge { background: var(--secondary); color: #fff; border-radius: 999px; padding: 5px 16px; font-weight: 600; font-size: .78rem; }
.hero-ov { background: linear-gradient(180deg, rgba(52,152,219,.3), rgba(46,204,113,.15)) !important; }
.hero-badge { background: var(--secondary); color: #fff; border-radius: 999px; }
.nav { background: #fff; box-shadow: 0 2px 12px rgba(0,0,0,.06); border-radius: 0 0 20px 20px; }
.nav-cta { background: var(--secondary) !important; color: #fff !important; border-radius: 999px !important; }
.topbar { background: var(--primary); border-radius: 0; }
.voordeel-card { border-radius: 20px; background: #fff; border: 2px solid #f0f0f0; transition: all .3s ease; }
.voordeel-card:hover { border-color: var(--secondary); transform: translateY(-4px); box-shadow: 0 8px 24px rgba(46,204,113,.15); }
.ms12-voordeel-icon { background: linear-gradient(135deg, var(--primary), var(--secondary)); color: #fff; width: 48px; height: 48px; border-radius: 14px; display: flex; align-items: center; justify-content: center; font-size: 1.1em; }
.ms-price-card { border-radius: 20px; border: 2px solid #f0f0f0; }
.ms-price-card--featured { border-color: var(--primary); background: linear-gradient(180deg, #eef7ff, #fff); }
.ms-price-badge { background: var(--accent); color: #fff; border-radius: 999px; padding: 4px 14px; font-size: .72rem; font-weight: 600; }
.ms-problem-card { border-radius: 20px; background: #f8fbff; border: 2px solid #e8f0fe; }
.ms-problem-card--solution { background: #f0faf4; border-color: #c3e6d2; }
.ms-problem-card--solution h3 { color: var(--secondary); }
.ms12-rating-card { border-radius: 20px; background: linear-gradient(135deg, var(--primary), #2980b9); color: #fff; }
.ms12-rating-card .ms12-rating-title, .ms12-rating-card .ms12-rating-score, .ms12-rating-card .ms12-rating-meta { color: #fff; }
.ms12-rating-card .ms12-rating-stars i { color: #FFD700; }
.ms12-lead-card { border-radius: 20px; background: #f8fbff; border: 2px solid #e8f0fe; }
.ms12-input, .ms12-textarea { border-radius: 12px !important; border: 2px solid #e8f0fe; }
.ms12-input:focus, .ms12-textarea:focus { border-color: var(--primary); box-shadow: 0 0 0 3px rgba(52,152,219,.12); }
.footer { background: #2c3e50; border-radius: 24px 24px 0 0; }
.sec-alt { background: #f0faf4; }
.sec h2::after { content: ''; display: block; width: 50px; height: 4px; background: var(--secondary); border-radius: 2px; margin-top: 10px; }
.ms-before-after { border-radius: 20px; overflow: hidden; }
.ms12-guarantee-sec { background: #eef7ff; border-radius: 24px; margin: 0 16px; }
