/*
Theme Name: Echt Inzicht Child
Template: generatepress
Version: 1.0
*/

/**
 * Echt Inzicht — Child Theme Stylesheet
 * Gebaseerd op alle visuele ontwerpen gebouwd in deze sessie
 * Parent: Hello Elementor (of GeneratePress)
 *
 * Inhoudsopgave:
 * 1. Variabelen & reset
 * 2. Typografie
 * 3. Navigatie
 * 4. Knoppen
 * 5. Labels & tags
 * 6. Secties & layout
 * 7. Hero
 * 8. Dienst blokken
 * 9. Kaarten
 * 10. USP / statistieken
 * 11. Payoff split
 * 12. Ervaringen / quotes
 * 13. Persoon blokken
 * 14. FAQ
 * 15. Formulieren
 * 16. Blog / Inspiratie
 * 17. Podcast
 * 18. Agenda
 * 19. Footer
 * 20. Hulpklassen
 */

/* ══════════════════════════════════════════════════════════════
   1. VARIABELEN & RESET
   ══════════════════════════════════════════════════════════════ */

:root {
    --ei-creme:      #F4FBFB;
    --ei-creme2:     #F3DBC9;
    --ei-navy:       #252639;
    --ei-goud:       #ED6F54;
    --ei-turquoise:  #1CB5BE;
    --ei-tekst:      #252639;
    --ei-subtekst:   #5a5870;
    --ei-border:     #e2dbd4;
    --ei-wit:        #ffffff;
}

*,
*::before,
*::after {
    box-sizing: border-box;
}

/* ══════════════════════════════════════════════════════════════
   2. TYPOGRAFIE
   ══════════════════════════════════════════════════════════════ */

@font-face {
    font-family: 'Larken Bold';
    font-style: normal;
    font-weight: bold;
    font-display: swap;
    src: url(/wp-content/uploads/2024/04/font.woff2) format('woff2'),
         url(/wp-content/uploads/2024/04/font.woff) format('woff');
}

body {
    font-family: 'Instrument Sans', sans-serif;
    font-size: 18px;
    color: var(--ei-tekst);
    background: var(--ei-wit);
    line-height: 1.7;
}

h1, h2, h3, h4 {
    font-family: 'Larken Bold', sans-serif;
    font-weight: bold;
    color: var(--ei-navy);
    line-height: 1.15;
    letter-spacing: -.01em;
}

h1 { font-size: clamp(36px, 5vw, 64px); }
h2 { font-size: clamp(28px, 3.5vw, 48px); }
h3 { font-size: clamp(20px, 2.5vw, 32px); }

.ei-kop--licht { font-weight: 300; }
.ei-kop--vet   { font-weight: bold; display: block; }

p {
    font-size: 17px;
    font-weight: 300;
    color: var(--ei-subtekst);
    line-height: 1.85;
}

/* ══════════════════════════════════════════════════════════════
   3. NAVIGATIE
   ══════════════════════════════════════════════════════════════ */

/* ei-nav-top bewaard voor achterwaartse compatibiliteit maar niet meer gebruikt */
.ei-nav-top { display: none; }

.ei-nav {
    background: var(--ei-wit);
    padding: .9rem 3rem;
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-bottom: 1px solid var(--ei-border);
    position: sticky;
    top: 0;
    z-index: 100;
}

.ei-logo {
    display: flex;
    align-items: center;
    text-decoration: none;
}

/* SVG-logo hoogte */
.ei-logo svg {
    height: 36px;
    width: auto;
    display: block;
}

/* Bewaard voor achterwaartse compatibiliteit */
.ei-logo-img { display: none; }
.ei-logo-tekst { display: none; }

.ei-nav-links {
    display: flex;
    gap: 2rem;
    align-items: center;
}

.ei-nav-link {
    font-size: 14px;
    font-weight: 600;
    letter-spacing: .06em;
    text-transform: uppercase;
    color: var(--ei-tekst);
    text-decoration: none;
    transition: color .15s;
}

.ei-nav-link:hover,
.ei-nav-link--actief {
    color: var(--ei-goud);
}

.ei-nav-link--actief {
    border-bottom: 2px solid var(--ei-goud);
    padding-bottom: 2px;
}

/* ══════════════════════════════════════════════════════════════
   4. KNOPPEN
   ══════════════════════════════════════════════════════════════ */

.ei-btn {
    display: inline-block;
    font-family: 'Instrument Sans', sans-serif;
    font-size: 12px;
    font-weight: 700;
    letter-spacing: .12em;
    text-transform: uppercase;
    padding: .9rem 2rem;
    text-decoration: none;
    cursor: pointer;
    border: none;
    transition: background .15s, color .15s;
}

.ei-btn--goud {
    background: var(--ei-goud);
    color: var(--ei-wit);
}

.ei-btn--goud:hover { background: #c45c43; color: var(--ei-wit); }

.ei-btn--navy {
    background: var(--ei-navy);
    color: var(--ei-wit);
}

.ei-btn--navy:hover { background: var(--ei-goud); color: var(--ei-wit); }

.ei-btn--outline {
    background: transparent;
    color: var(--ei-wit);
    border: 1px solid rgba(255,255,255,.35);
}

.ei-btn--outline:hover {
    background: rgba(255,255,255,.1);
    color: var(--ei-wit);
}

.ei-nav-cta {
    font-size: 11px;
    font-weight: 700;
    letter-spacing: .12em;
    text-transform: uppercase;
    background: var(--ei-goud);
    color: var(--ei-wit);
    padding: .6rem 1.5rem;
    text-decoration: none;
    transition: background .15s;
}

.ei-nav-cta:hover { background: #c45c43; color: var(--ei-wit); }

/* ══════════════════════════════════════════════════════════════
   5. LABELS & TAGS
   ══════════════════════════════════════════════════════════════ */

.ei-label {
    font-family: 'Instrument Sans', sans-serif;
    font-size: 11px;
    font-weight: 700;
    letter-spacing: .2em;
    text-transform: uppercase;
    color: var(--ei-goud);
    display: block;
    margin-bottom: 1rem;
}

.ei-tag {
    font-size: 10px;
    font-weight: 700;
    letter-spacing: .15em;
    text-transform: uppercase;
    color: var(--ei-goud);
    display: inline-block;
}

/* ══════════════════════════════════════════════════════════════
   6. SECTIES & LAYOUT
   ══════════════════════════════════════════════════════════════ */

.ei-sectie {
    padding: 5rem;
}

.ei-sectie--wit    { background: var(--ei-wit); }
.ei-sectie--creme  { background: var(--ei-creme); }
.ei-sectie--creme2 { background: var(--ei-creme2); }
.ei-sectie--navy   { background: var(--ei-navy); }

.ei-sec-kop {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 5rem;
    align-items: end;
    margin-bottom: 3rem;
}

.ei-sec-kop--smal {
    grid-template-columns: 1fr;
    max-width: 600px;
}

.ei-grid-2 { display: grid; grid-template-columns: 1fr 1fr; gap: 1.5rem; }
.ei-grid-3 { display: grid; grid-template-columns: repeat(3,1fr); gap: 1.5rem; }
.ei-grid-4 { display: grid; grid-template-columns: repeat(4,1fr); gap: 1.5rem; }

/* ══════════════════════════════════════════════════════════════
   7. HERO
   ══════════════════════════════════════════════════════════════ */

.ei-hero {
    background: var(--ei-navy);
    display: grid;
    grid-template-columns: 1fr 1fr;
    min-height: 600px;
}

.ei-hero-links {
    padding: 6rem 5rem;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.ei-hero h1 {
    color: var(--ei-wit);
    margin-bottom: 1.25rem;
}

.ei-hero-lead {
    font-size: 20px;
    font-weight: 300;
    color: rgba(255,255,255,.6);
    line-height: 1.8;
    margin-bottom: 2rem;
}

.ei-hero-rechts {
    display: grid;
    grid-template-columns: 1fr 1fr;
    border-left: 1px solid rgba(255,255,255,.06);
}

/* ══════════════════════════════════════════════════════════════
   8. DIENST BLOKKEN
   ══════════════════════════════════════════════════════════════ */

.ei-dienst {
    padding: 3rem;
    border-bottom: 1px solid rgba(255,255,255,.06);
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    min-height: 300px;
}

.ei-dienst:first-child {
    border-right: 1px solid rgba(255,255,255,.06);
}

.ei-dienst h3 {
    color: var(--ei-wit);
    margin-bottom: .75rem;
}

.ei-dienst p {
    color: rgba(255,255,255,.5);
    font-size: 16px;
    margin-bottom: 1.5rem;
}

.ei-dienst-link {
    font-size: 12px;
    font-weight: 700;
    letter-spacing: .08em;
    text-transform: uppercase;
    color: var(--ei-turquoise);
    text-decoration: none;
}

/* Dienst kaarten op creme/wit achtergrond */
.ei-dienst-kaart {
    background: var(--ei-creme);
    padding: 2.5rem;
    border-top: 3px solid var(--ei-border);
    transition: border-color .15s;
    text-decoration: none;
    display: flex;
    flex-direction: column;
}

.ei-dienst-kaart:hover { border-color: var(--ei-goud); }

/* Dienst blokken met asymmetrische ronde hoeken */
.ei-dienst-blok {
    padding: 3rem;
    background: var(--ei-navy);
    text-decoration: none;
    display: flex;
    flex-direction: column;
    gap: 1rem;
}

.ei-dienst-blok--a { border-radius: 0 60px 0 60px; }
.ei-dienst-blok--b { border-radius: 60px 0 60px 0; }

/* ══════════════════════════════════════════════════════════════
   9. KAARTEN
   ══════════════════════════════════════════════════════════════ */

.ei-kaart {
    background: var(--ei-wit);
    border: 0.5px solid var(--ei-border);
    padding: 1.75rem;
    display: flex;
    flex-direction: column;
    gap: .75rem;
    text-decoration: none;
    transition: border-color .15s;
}

.ei-kaart:hover { border-color: var(--ei-goud); }

.ei-kaart h3 {
    font-size: 20px;
    color: var(--ei-navy);
}

.ei-kaart p {
    font-size: 15px;
}

.ei-kaart-link {
    font-size: 12px;
    font-weight: 700;
    letter-spacing: .08em;
    text-transform: uppercase;
    color: var(--ei-goud);
    text-decoration: none;
    margin-top: auto;
}

/* ══════════════════════════════════════════════════════════════
   10. USP / STATISTIEKEN
   ══════════════════════════════════════════════════════════════ */

.ei-usp {
    background: var(--ei-navy);
    display: grid;
    grid-template-columns: repeat(4,1fr);
    border-top: 1px solid rgba(255,255,255,.06);
}

.ei-usp-item {
    padding: 2.5rem;
    border-right: 1px solid rgba(255,255,255,.06);
    text-align: center;
}

.ei-usp-item:last-child { border-right: none; }

.ei-usp-getal {
    font-family: 'Larken Bold', sans-serif;
    font-size: 48px;
    font-weight: bold;
    color: var(--ei-wit);
    line-height: 1;
    margin-bottom: .5rem;
}

.ei-usp-label {
    font-size: 14px;
    font-weight: 300;
    color: rgba(255,255,255,.4);
}

/* ══════════════════════════════════════════════════════════════
   11. PAYOFF SPLIT
   ══════════════════════════════════════════════════════════════ */

.ei-split {
    display: grid;
    grid-template-columns: 1fr 1fr;
}

.ei-split-links {
    padding: 5rem;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.ei-split-rechts {
    padding: 5rem;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.ei-payoff {
    font-family: 'Larken Bold', sans-serif;
    font-size: clamp(32px, 4vw, 52px);
    font-weight: 300;
    color: var(--ei-navy);
    line-height: 1.1;
    letter-spacing: -.02em;
    margin-bottom: 1.5rem;
}

.ei-payoff strong { font-weight: bold; display: block; }

/* ══════════════════════════════════════════════════════════════
   12. ERVARINGEN / QUOTES
   ══════════════════════════════════════════════════════════════ */

.ei-quote {
    border-left: 2px solid var(--ei-goud);
    padding-left: 1.5rem;
    margin: 1.5rem 0;
}

.ei-quote-tekst {
    font-size: 18px;
    font-weight: 300;
    font-style: italic;
    color: rgba(255,255,255,.75);
    line-height: 1.8;
    margin-bottom: .75rem;
}

.ei-quote-tekst--donker { color: var(--ei-navy); }

.ei-quote-naam {
    font-size: 11px;
    font-weight: 700;
    letter-spacing: .1em;
    text-transform: uppercase;
    color: var(--ei-goud);
}

/* ══════════════════════════════════════════════════════════════
   13. PERSOON BLOKKEN
   ══════════════════════════════════════════════════════════════ */

.ei-persoon {
    display: grid;
    grid-template-columns: 1fr 1fr;
}

.ei-persoon-foto {
    background: var(--ei-creme);
    min-height: 500px;
    position: relative;
    overflow: hidden;
}

.ei-persoon-foto img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.ei-persoon-tekst {
    padding: 5rem;
    background: var(--ei-creme);
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.ei-persoon--gespiegeld .ei-persoon-foto { order: 2; }
.ei-persoon--gespiegeld .ei-persoon-tekst { order: 1; background: var(--ei-navy); }
.ei-persoon--gespiegeld h2 { color: var(--ei-wit); }
.ei-persoon--gespiegeld p { color: rgba(255,255,255,.6); }

/* ══════════════════════════════════════════════════════════════
   14. FAQ
   ══════════════════════════════════════════════════════════════ */

.ei-faq {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 5rem;
}

.ei-faq-item {
    padding: 1.5rem 0;
    border-bottom: 1px solid var(--ei-border);
}

.ei-faq-vraag {
    font-family: 'Larken Bold', sans-serif;
    font-size: 18px;
    font-weight: bold;
    color: var(--ei-navy);
    margin-bottom: .75rem;
}

.ei-faq-antwoord {
    font-size: 16px;
    font-weight: 300;
    color: var(--ei-subtekst);
    line-height: 1.8;
}

/* ══════════════════════════════════════════════════════════════
   15. FORMULIEREN
   ══════════════════════════════════════════════════════════════ */

.ei-form-label {
    font-family: 'Instrument Sans', sans-serif;
    font-size: 11px;
    font-weight: 700;
    letter-spacing: .15em;
    text-transform: uppercase;
    color: var(--ei-subtekst);
    display: block;
    margin-bottom: .4rem;
    margin-top: 1.25rem;
}

.ei-form-input,
.ei-form-textarea,
.ei-form-select {
    width: 100%;
    border: 1px solid var(--ei-border);
    padding: .85rem 1rem;
    font-family: 'Instrument Sans', sans-serif;
    font-size: 15px;
    font-weight: 300;
    color: var(--ei-tekst);
    background: var(--ei-creme);
    border-radius: 0;
    transition: border-color .15s;
}

.ei-form-input:focus,
.ei-form-textarea:focus,
.ei-form-select:focus {
    outline: none;
    border-color: var(--ei-turquoise);
}

.ei-form-textarea {
    height: 120px;
    resize: vertical;
}

.ei-form-onderwerpknoppen {
    display: flex;
    flex-wrap: wrap;
    gap: .5rem;
    margin-top: .5rem;
}

.ei-form-onderwerp {
    font-family: 'Instrument Sans', sans-serif;
    font-size: 12px;
    font-weight: 600;
    padding: .4rem 1rem;
    border: 1px solid var(--ei-border);
    background: var(--ei-wit);
    color: var(--ei-subtekst);
    cursor: pointer;
    transition: all .15s;
}

.ei-form-onderwerp:hover,
.ei-form-onderwerp--actief {
    background: var(--ei-goud);
    border-color: var(--ei-goud);
    color: var(--ei-wit);
}

/* ══════════════════════════════════════════════════════════════
   16. BLOG / INSPIRATIE
   ══════════════════════════════════════════════════════════════ */

.ei-blog-uitgelicht {
    background: var(--ei-navy);
    padding: 4rem 5rem;
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 5rem;
    align-items: center;
}

.ei-blog-citaat {
    background: var(--ei-navy);
    border-left: 3px solid var(--ei-goud);
    padding: 2rem;
    border-radius: 0 60px 0 0;
    margin: 2rem 0;
}

.ei-blog-grid {
    display: grid;
    grid-template-columns: repeat(3,1fr);
    gap: 1.5rem;
}

.ei-blog-kaart {
    background: var(--ei-wit);
    border-top: 2px solid var(--ei-border);
    padding: 1.75rem;
    text-decoration: none;
    display: flex;
    flex-direction: column;
    gap: .5rem;
    transition: border-color .15s;
}

.ei-blog-kaart:hover { border-color: var(--ei-goud); }

.ei-blog-kaart h3 {
    font-size: 18px;
    font-weight: bold;
    color: var(--ei-navy);
    line-height: 1.3;
}

/* Single blog */
.ei-blog-single {
    display: grid;
    grid-template-columns: 1fr 360px;
    gap: 5rem;
    padding: 4rem 5rem;
    align-items: start;
}

.ei-blog-inhoud p {
    font-size: 18px;
    line-height: 1.9;
    margin-bottom: 1.75rem;
}

.ei-blog-inhoud h2 {
    font-size: 28px;
    margin: 2.5rem 0 1rem;
}

.ei-blog-sidebar {
    position: sticky;
    top: 120px;
    display: flex;
    flex-direction: column;
    gap: 1.5rem;
}

.ei-sidebar-blok {
    padding: 1.5rem;
    background: var(--ei-creme);
}

.ei-sidebar-blok--navy { background: var(--ei-navy); }

/* ══════════════════════════════════════════════════════════════
   17. PODCAST
   ══════════════════════════════════════════════════════════════ */

.ei-podcast-speler {
    background: var(--ei-navy);
    padding: 2rem;
}

.ei-podcast-controls {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 2rem;
    margin-bottom: 1.5rem;
}

.ei-podcast-play {
    width: 64px;
    height: 64px;
    background: var(--ei-goud);
    border: none;
    border-radius: 50%;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
}

.ei-podcast-track {
    height: 3px;
    background: rgba(255,255,255,.15);
    cursor: pointer;
    margin-bottom: .75rem;
}

.ei-podcast-fill {
    height: 100%;
    background: var(--ei-goud);
}

.ei-serie-item {
    display: grid;
    grid-template-columns: 32px 1fr auto;
    gap: 1rem;
    align-items: center;
    padding: 1rem 0;
    border-bottom: 1px solid rgba(255,255,255,.07);
    text-decoration: none;
}

.ei-serie-item--actief .ei-serie-item-titel {
    color: rgba(255,255,255,.85);
    font-weight: 600;
}

/* ══════════════════════════════════════════════════════════════
   18. AGENDA
   ══════════════════════════════════════════════════════════════ */

.ei-agenda-pagina {
    display: grid;
    grid-template-columns: 280px 1fr;
    min-height: calc(100vh - 68px);
}

.ei-agenda-info {
    background: var(--ei-navy);
    padding: 4rem 3.5rem;
    display: flex;
    flex-direction: column;
}

.ei-agenda-detail {
    display: flex;
    align-items: flex-start;
    gap: .75rem;
    margin-bottom: 1.1rem;
}

.ei-agenda-detail svg {
    width: 18px;
    height: 18px;
    stroke: var(--ei-goud);
    fill: none;
    stroke-width: 1.5;
    flex-shrink: 0;
    margin-top: 2px;
}

.ei-agenda-detail-tekst {
    font-size: 15px;
    font-weight: 300;
    color: rgba(255,255,255,.6);
    line-height: 1.6;
}

.ei-agenda-detail-tekst strong {
    color: rgba(255,255,255,.85);
    font-weight: 600;
}

.ei-agenda-widget {
    background: var(--ei-wit);
    padding: 3.5rem;
    display: flex;
    flex-direction: column;
}

.ei-agenda-nb {
    margin-top: auto;
    padding-top: 2.5rem;
    border-top: 1px solid rgba(255,255,255,.08);
    font-size: 13px;
    font-weight: 300;
    color: rgba(255,255,255,.4);
    line-height: 1.7;
}

.ei-agenda-nb a {
    color: var(--ei-goud);
    text-decoration: none;
    font-weight: 600;
}

/* ══════════════════════════════════════════════════════════════
   19. FOOTER
   ══════════════════════════════════════════════════════════════ */

.ei-footer {
    background: var(--ei-navy);
    padding: 4rem 5rem 2.5rem;
    display: grid;
    grid-template-columns: 2fr 1fr 1fr;
    gap: 4rem;
}

.ei-footer-logo {
    font-family: 'Larken Bold', sans-serif;
    font-size: 20px;
    font-weight: bold;
    color: var(--ei-wit);
    margin-bottom: .75rem;
}

.ei-footer-logo span { color: var(--ei-goud); }

.ei-footer-tag {
    font-size: 14px;
    font-weight: 300;
    color: rgba(255,255,255,.45);
    line-height: 1.6;
}

.ei-footer-kop {
    font-size: 10px;
    font-weight: 700;
    letter-spacing: .25em;
    text-transform: uppercase;
    color: var(--ei-goud);
    display: block;
    margin-bottom: 1rem;
}

.ei-footer-link {
    display: block;
    font-size: 14px;
    font-weight: 300;
    color: rgba(255,255,255,.5);
    text-decoration: none;
    line-height: 1.6;
    transition: color .15s;
}

.ei-footer-link:hover { color: var(--ei-goud); }

.ei-footer-bottom {
    background: #1a1b2e;
    padding: .9rem 5rem;
    display: flex;
    justify-content: space-between;
}

.ei-footer-copy {
    font-size: 11px;
    color: rgba(255,255,255,.3);
}

/* ══════════════════════════════════════════════════════════════
   20. HULPKLASSEN
   ══════════════════════════════════════════════════════════════ */

.ei-tekst-wit    { color: var(--ei-wit) !important; }
.ei-tekst-goud   { color: var(--ei-goud) !important; }
.ei-tekst-subtiel{ color: var(--ei-subtekst) !important; }
.ei-tekst-navy   { color: var(--ei-navy) !important; }

.ei-bg-wit    { background: var(--ei-wit); }
.ei-bg-creme  { background: var(--ei-creme); }
.ei-bg-creme2 { background: var(--ei-creme2); }
.ei-bg-navy   { background: var(--ei-navy); }

.ei-border-top    { border-top: 1px solid var(--ei-border); }
.ei-border-bottom { border-bottom: 1px solid var(--ei-border); }

.ei-mt-0  { margin-top: 0; }
.ei-mt-1  { margin-top: 1rem; }
.ei-mt-2  { margin-top: 2rem; }
.ei-mt-3  { margin-top: 3rem; }
.ei-mb-0  { margin-bottom: 0; }
.ei-mb-1  { margin-bottom: 1rem; }
.ei-mb-2  { margin-bottom: 2rem; }
.ei-mb-3  { margin-bottom: 3rem; }

.ei-ronde-a { border-radius: 0 60px 0 60px; }
.ei-ronde-b { border-radius: 60px 0 60px 0; }
.ei-ronde-c { border-radius: 0 80px 0 0; }

/* ══════════════════════════════════════════════════════════════
   21. UITGEBREIDE TYPOGRAFIE HULPKLASSEN
   ══════════════════════════════════════════════════════════════ */

/* Tekst varianten */
.ei-tekst-wit-licht    { font-size:16px; font-weight:300; color:rgba(255,255,255,.6); line-height:1.8; }
.ei-tekst-subtiel-licht{ font-size:16px; font-weight:300; color:var(--ei-subtekst); line-height:1.8; }
.ei-tekst-sm           { font-size:14px; font-weight:300; color:var(--ei-subtekst); }
.ei-tekst-xs           { font-size:12px; font-weight:300; color:var(--ei-subtekst); }
.ei-tekst-nota         { font-size:12px; font-weight:300; color:rgba(255,255,255,.35); }

/* Kop groottes */
.ei-h1-groot { font-family:'Larken Bold',sans-serif; font-size:clamp(42px,6vw,90px); font-weight:300; color:var(--ei-navy); line-height:1.05; letter-spacing:-.03em; }
.ei-h1-groot strong { font-weight:bold; display:block; }
.ei-h2-midden { font-family:'Larken Bold',sans-serif; font-size:36px; font-weight:300; color:var(--ei-navy); line-height:1.15; letter-spacing:-.01em; }
.ei-h2-midden strong { font-weight:bold; display:block; }
.ei-h2-wit    { color:var(--ei-wit); }
.ei-h3-kaart  { font-family:'Larken Bold',sans-serif; font-size:22px; font-weight:bold; color:var(--ei-navy); line-height:1.2; }

/* ══════════════════════════════════════════════════════════════
   22. LAYOUT HULPKLASSEN
   ══════════════════════════════════════════════════════════════ */

/* Grids */
.ei-grid-2-6     { display:grid; grid-template-columns:1fr 1fr; gap:6rem; align-items:start; }
.ei-grid-2-5     { display:grid; grid-template-columns:1fr 1fr; gap:5rem; align-items:start; }
.ei-grid-2-center{ display:grid; grid-template-columns:1fr 1fr; gap:5rem; align-items:center; }
.ei-grid-3-kaart { display:grid; grid-template-columns:repeat(3,1fr); gap:1.5rem; }
.ei-grid-4-kaart { display:grid; grid-template-columns:repeat(4,1fr); gap:1.5rem; }

/* Flex */
.ei-flex-col     { display:flex; flex-direction:column; }
.ei-flex-col-gap { display:flex; flex-direction:column; gap:.75rem; }
.ei-flex-center  { display:flex; align-items:center; gap:1rem; }
.ei-flex-between { display:flex; justify-content:space-between; align-items:center; }
.ei-flex-knoppen { display:flex; gap:1rem; margin-top:2rem; flex-wrap:wrap; }

/* Sectie padding varianten */
.ei-sectie-sm    { padding:3rem 5rem; }
.ei-sectie-lg    { padding:6rem 5rem; }
.ei-sectie-xl    { padding:8rem 5rem; }

/* ══════════════════════════════════════════════════════════════
   23. NAVIGATIE DETAIL
   ══════════════════════════════════════════════════════════════ */

.ei-terug-link {
    font-size:13px;
    font-weight:600;
    letter-spacing:.08em;
    text-transform:uppercase;
    color:rgba(255,255,255,.4);
    text-decoration:none;
    display:inline-flex;
    align-items:center;
    gap:.5rem;
    margin-bottom:2rem;
    transition:color .15s;
}
.ei-terug-link:hover { color:var(--ei-goud); }

/* ══════════════════════════════════════════════════════════════
   24. HERO VARIANTEN
   ══════════════════════════════════════════════════════════════ */

.ei-hero-wit {
    background:var(--ei-wit);
    display:grid;
    grid-template-columns:1fr 1fr;
    gap:6rem;
    align-items:center;
    padding:6rem 5rem;
}

.ei-hero-split {
    display:grid;
    grid-template-columns:1fr 1fr;
    min-height:520px;
}

.ei-hero-split-links  { padding:6rem 5rem; display:flex; flex-direction:column; justify-content:center; }
.ei-hero-split-rechts { padding:6rem 5rem; display:flex; flex-direction:column; justify-content:center; background:var(--ei-creme); }

/* ══════════════════════════════════════════════════════════════
   25. STAPPEN
   ══════════════════════════════════════════════════════════════ */

.ei-stap {
    display:flex;
    align-items:flex-start;
    gap:1.5rem;
    padding:1.5rem 0;
    border-bottom:1px solid var(--ei-border);
}

.ei-stap:last-child { border-bottom:none; }

.ei-stap-num {
    width:40px;
    height:40px;
    background:var(--ei-goud);
    border-radius:50%;
    display:flex;
    align-items:center;
    justify-content:center;
    font-size:14px;
    font-weight:700;
    color:var(--ei-wit);
    flex-shrink:0;
}

.ei-stap-inhoud h3 {
    font-size:18px;
    margin-bottom:.35rem;
}

.ei-stap-inhoud p {
    font-size:15px;
}

/* ══════════════════════════════════════════════════════════════
   26. DETAIL ICOON REGELS (agenda / over ons)
   ══════════════════════════════════════════════════════════════ */

.ei-detail-icoon {
    width:20px;
    flex-shrink:0;
    margin-top:2px;
}

.ei-detail-icoon svg {
    width:18px;
    height:18px;
    stroke:var(--ei-goud);
    fill:none;
    stroke-width:1.5;
}

/* ══════════════════════════════════════════════════════════════
   27. STATISTIEK / GETAL BLOKKEN
   ══════════════════════════════════════════════════════════════ */

.ei-stat-blok {
    text-align:center;
    padding:2.5rem;
}

.ei-stat-getal {
    font-family:'Larken Bold',sans-serif;
    font-size:56px;
    font-weight:bold;
    color:var(--ei-wit);
    line-height:1;
    margin-bottom:.5rem;
}

.ei-stat-label {
    font-size:14px;
    font-weight:300;
    color:rgba(255,255,255,.4);
}

/* ══════════════════════════════════════════════════════════════
   28. PODCAST SPECIFIEK
   ══════════════════════════════════════════════════════════════ */

.ei-podcast-uitgelicht {
    display:grid;
    grid-template-columns:1fr 1fr;
}

.ei-podcast-speler-sectie {
    background:linear-gradient(160deg, var(--ei-navy), var(--ei-turquoise));
    padding:5rem;
    display:flex;
    flex-direction:column;
    justify-content:flex-end;
    gap:2rem;
    min-height:480px;
}

.ei-podcast-info-sectie {
    background:var(--ei-creme);
    padding:5rem;
    display:flex;
    flex-direction:column;
    justify-content:center;
}

.ei-serie-kaart {
    background:var(--ei-creme);
    padding:2.5rem;
    display:flex;
    flex-direction:column;
    gap:1rem;
    text-decoration:none;
    border-top:3px solid var(--ei-border);
    transition:border-color .15s;
}

.ei-serie-kaart:hover { border-color:var(--ei-goud); }

.ei-serie-num {
    font-size:11px;
    font-weight:700;
    letter-spacing:.2em;
    text-transform:uppercase;
    color:var(--ei-goud);
}

/* ══════════════════════════════════════════════════════════════
   29. BLOG / INSPIRATIE SPECIFIEK
   ══════════════════════════════════════════════════════════════ */

.ei-blog-uitgelicht-inner {
    background:var(--ei-navy);
    padding:4rem 5rem;
    display:grid;
    grid-template-columns:1fr 1fr;
    gap:5rem;
    align-items:center;
}

.ei-blog-featured-tag {
    font-size:11px;
    font-weight:700;
    letter-spacing:.2em;
    text-transform:uppercase;
    color:rgba(255,255,255,.4);
    display:block;
    margin-bottom:.75rem;
}

.ei-nieuwsbrief {
    background:var(--ei-navy);
    padding:4rem 5rem;
    display:grid;
    grid-template-columns:1fr 1fr;
    gap:5rem;
    align-items:center;
}

/* ══════════════════════════════════════════════════════════════
   30. CONTACT PAGINA
   ══════════════════════════════════════════════════════════════ */

.ei-contact-pagina {
    display:grid;
    grid-template-columns:1fr 1fr;
    min-height:calc(100vh - 100px);
}

.ei-contact-formulier {
    padding:6rem 5rem;
    display:flex;
    flex-direction:column;
    justify-content:center;
    background:var(--ei-wit);
}

.ei-contact-info {
    background:var(--ei-creme);
    padding:6rem 5rem;
    display:flex;
    flex-direction:column;
    justify-content:center;
}

.ei-contact-detail {
    margin-bottom:2rem;
}

.ei-contact-detail-label {
    font-size:11px;
    font-weight:700;
    letter-spacing:.2em;
    text-transform:uppercase;
    color:var(--ei-goud);
    display:block;
    margin-bottom:.5rem;
}

.ei-contact-detail-waarde {
    font-size:17px;
    font-weight:300;
    color:var(--ei-subtekst);
}

.ei-contact-links {
    margin-top:4rem;
    padding-top:3rem;
    border-top:1px solid var(--ei-border);
}

.ei-contact-link-item {
    font-size:16px;
    font-weight:300;
    color:var(--ei-navy);
    text-decoration:none;
    display:flex;
    align-items:center;
    gap:.75rem;
    margin-bottom:.75rem;
    transition:color .15s;
}

.ei-contact-link-item:hover { color:var(--ei-goud); }

.ei-contact-link-item::before {
    content:'→';
    color:var(--ei-goud);
}

/* ══════════════════════════════════════════════════════════════
   31. BEDANKT PAGINA
   ══════════════════════════════════════════════════════════════ */

.ei-bedankt {
    flex:1;
    display:flex;
    align-items:center;
    justify-content:center;
    padding:6rem 3rem;
}

.ei-bedankt-inner {
    max-width:560px;
    text-align:center;
}

.ei-bedankt-h1 {
    font-family:'Larken Bold',sans-serif;
    font-size:42px;
    font-weight:300;
    color:var(--ei-navy);
    line-height:1.15;
    letter-spacing:-.01em;
    margin-bottom:1.25rem;
}

.ei-bedankt-h1 strong { font-weight:bold; display:block; }
.ei-bedankt-lead { font-size:17px; font-weight:300; color:var(--ei-subtekst); line-height:1.8; margin-bottom:.75rem; }
.ei-bedankt-spam { font-size:14px; font-weight:300; color:var(--ei-subtekst); opacity:.7; margin-bottom:2.5rem; }

/* ══════════════════════════════════════════════════════════════
   32. AANVULLENDE HULPKLASSEN (uit clean template analyse)
   ══════════════════════════════════════════════════════════════ */

/* Font weight */
.ei-licht     { font-weight:300; }
.ei-vet       { font-weight:bold; }
.ei-geen-link { text-decoration:none; }

/* Marges — veelgebruikte combinaties */
.ei-mt-05  { margin-top:.5rem; }
.ei-mt-075 { margin-top:.75rem; }
.ei-mt-15  { margin-top:1.5rem; }
.ei-mb-075 { margin-bottom:.75rem; }
.ei-mb-125 { margin-bottom:1.25rem; }

/* Tekst op navy achtergrond */
.ei-tekst-wit-300      { color:var(--ei-wit); font-weight:300; }
.ei-h3-navy            { color:var(--ei-wit); font-size:20px; margin-bottom:.75rem; }
.ei-h3-navy-groot      { color:var(--ei-wit); font-size:22px; }
.ei-h2-wit-licht       { color:var(--ei-wit); font-weight:300; font-size:36px; line-height:1.1; margin-bottom:1rem; }

/* Turquoise doorlink — dienst kaarten op navy */
.ei-link-turquoise {
    font-size:12px;
    font-weight:700;
    letter-spacing:.08em;
    text-transform:uppercase;
    color:var(--ei-turquoise);
    text-decoration:none;
}

/* Pijl + tekst rij — gebruikt in herkenningspunten, voordelen etc. */
.ei-pijl-rij {
    display:flex;
    align-items:flex-start;
    gap:.75rem;
}

.ei-pijl-rij__pijl {
    color:var(--ei-goud);
    flex-shrink:0;
    margin-top:2px;
}

.ei-pijl-lijst {
    list-style:none;
    display:flex;
    flex-direction:column;
    gap:.75rem;
}

/* Creme highlight blok met ronde hoek */
.ei-creme-blok {
    background:var(--ei-creme);
    padding:3rem;
}

.ei-creme-blok--ronde-tr { border-radius:0 80px 0 0; }
.ei-creme-blok--ronde-tl { border-radius:80px 0 0 0; }
.ei-creme-blok--ronde-br { border-radius:0 0 80px 0; }
.ei-creme-blok--ronde-bl { border-radius:0 0 0 80px; }

/* Genummerd stap icoon — klein (in methode blokken) */
.ei-stap-icoon {
    width:36px;
    height:36px;
    background:var(--ei-goud);
    border-radius:50%;
    display:flex;
    align-items:center;
    justify-content:center;
    font-size:14px;
    font-weight:700;
    color:var(--ei-wit);
    flex-shrink:0;
    margin-bottom:1rem;
}

/* Honeypot — altijd verborgen */
.ei-honeypot {
    position:absolute;
    left:-9999px;
    top:-9999px;
    height:0;
    overflow:hidden;
}

/* Breedte begrenzingen */
.ei-max-680 { max-width:680px; }
.ei-max-900 { max-width:900px; }
.ei-max-560 { max-width:560px; }

/* Transparant achtergrond blok op navy */
.ei-navy-blok-transparant {
    padding:2rem;
    background:rgba(255,255,255,.05);
}

/* Knop volledig breed */
.ei-btn--breed { width:100%; }

/* Pagina als flex column voor sticky footer */
.ei-pagina-flex {
    display:flex;
    flex-direction:column;
    min-height:100vh;
}

/* Citaat stijl in blog uitgelicht blok */
.ei-blog-citaat-tekst {
    font-size:18px;
    font-style:italic;
    color:rgba(255,255,255,.75);
    line-height:1.8;
}

/* ══════════════════════════════════════════════════════════════
   33. LAATSTE RESTERENDE PATRONEN
   ══════════════════════════════════════════════════════════════ */

.ei-kleur-wit      { color:var(--ei-wit); }
.ei-kleur-goud     { color:var(--ei-goud); }
.ei-tekst-15       { font-size:15px; font-weight:300; color:var(--ei-subtekst); }
.ei-tekst-14       { font-size:14px; }
.ei-tekst-18       { font-size:18px; }
.ei-tekst-20       { font-size:20px; }
.ei-tekst-22       { font-size:22px; }

.ei-mb-2-mt-1      { margin-top:1rem; margin-bottom:2rem; }
.ei-mb-05-mt-15    { margin:1.5rem 0 2rem; }
.ei-mt-075-mb-0    { margin-top:.75rem; }

.ei-gap-075        { gap:.75rem; }
.ei-gap-1          { gap:1rem; }

.ei-padding-25     { padding:2.5rem; }
.ei-padding-3      { padding:3rem; }

.ei-flex-start-075 { display:flex; align-items:flex-start; gap:.75rem; }
.ei-flex-start-1   { display:flex; align-items:flex-start; gap:1rem; }

.ei-pijl-flex {
    display:flex;
    align-items:flex-start;
    gap:.75rem;
    font-size:16px;
    font-weight:300;
    color:var(--ei-subtekst);
}

.ei-pijl-goud {
    color:var(--ei-goud);
    flex-shrink:0;
    margin-top:2px;
}

.ei-h3-wit-20 {
    color:var(--ei-wit);
    font-size:20px;
    margin-bottom:.75rem;
}

.ei-h3-wit-22 {
    color:var(--ei-wit);
    font-size:22px;
}

.ei-h2-hero-podcast {
    color:var(--ei-wit);
    font-weight:bold;
    font-size:36px;
    line-height:1.1;
    margin-bottom:1rem;
}

.ei-pagina-flex { display:flex; flex-direction:column; min-height:100vh; }

.ei-contact-detail-groep {
    margin-top:3rem;
    display:flex;
    flex-direction:column;
    gap:2rem;
}

.ei-stap-num-klein {
    width:36px;
    height:36px;
    background:var(--ei-goud);
    border-radius:50%;
    display:flex;
    align-items:center;
    justify-content:center;
    font-size:14px;
    font-weight:700;
    color:var(--ei-wit);
    flex-shrink:0;
    margin-bottom:1rem;
}

.ei-creme-blok--ronde-bl { border-radius:0 0 0 60px; }
.ei-btn--display-block { display:block; margin-top:.75rem; text-decoration:none; }

/* ══════════════════════════════════════════════════════════════
   34. PODCAST SPELER KNOPPEN & SPECIFIEKE STATES
   ══════════════════════════════════════════════════════════════ */

.ei-speler-skip {
    background:none;
    border:none;
    cursor:pointer;
    display:flex;
    flex-direction:column;
    align-items:center;
    gap:.3rem;
}

.ei-speler-skip-label {
    font-size:9px;
    font-weight:600;
    letter-spacing:.1em;
    text-transform:uppercase;
    color:rgba(255,255,255,.35);
}

.ei-speler-play {
    width:64px;
    height:64px;
    background:var(--ei-goud);
    border:none;
    border-radius:50%;
    cursor:pointer;
    display:flex;
    align-items:center;
    justify-content:center;
}

.ei-speler-play--div { border:none; }

.ei-serie-sidebar-inner {
    background:var(--ei-navy);
    padding:4rem 3.5rem;
    display:flex;
    flex-direction:column;
    justify-content:flex-start;
}

.ei-serie-item--besloten {
    opacity:.45;
    cursor:default;
}

.ei-serie-item-tekst--besloten { font-style:italic; }

.ei-aanmeld-dark-input {
    background:rgba(255,255,255,.08);
    border-color:rgba(255,255,255,.2);
    color:var(--ei-wit);
}

.ei-aanmeld-blok {
    padding-top:2rem;
    border-top:1px solid rgba(255,255,255,.1);
}

.ei-serie-item-num--actief {
    color:var(--ei-goud);
    opacity:1;
}

.ei-serie-item-duur--actief { color:var(--ei-goud); }
.ei-serie-item-duur--inactief { color:rgba(255,255,255,.25); font-size:11px; }

.ei-tekst-wit-subtiel { color:rgba(255,255,255,.4); }
.ei-tekst-goud-link { color:var(--ei-goud); font-weight:600; }

.ei-mt-05r { margin-top:.5rem; }

/* Verborgen audio element */
.ei-verborgen { display:none; }

/* ══════════════════════════════════════════════════════════════
   35. PODCAST SERIE LIJST (single aflevering sidebar)
   ══════════════════════════════════════════════════════════════ */

.ei-serie-lijst {
    display:flex;
    flex-direction:column;
    gap:0;
    margin-top:1.5rem;
}

.ei-serie-item {
    display:flex;
    align-items:center;
    gap:1rem;
    padding:.875rem 0;
    border-bottom:1px solid rgba(255,255,255,.08);
    text-decoration:none;
    transition:opacity .15s;
}

.ei-serie-item:hover { opacity:.8; }
.ei-serie-item:last-child { border-bottom:none; }

.ei-serie-item-titel {
    font-size:14px;
    font-weight:300;
    color:rgba(255,255,255,.7);
    line-height:1.4;
    flex:1;
}

.ei-serie-item-sub {
    font-size:11px;
    font-weight:300;
    color:var(--ei-goud);
    display:block;
    margin-top:.2rem;
}

/* ══════════════════════════════════════════════════════════════
   36. AUTISMEHUIS LANDINGSPAGINA
   ══════════════════════════════════════════════════════════════ */

/* Minimale nav — alleen logo */
.ei-nav--minimaal {
    justify-content:flex-start;
    border-bottom:1px solid var(--ei-border);
}

.ei-nav--minimaal .ei-nav-links { display:none; }
.ei-nav--minimaal .ei-nav-cta   { display:none; }

/* Hoofdlayout: split navy links, wit rechts */
.ei-autismehuis-pagina {
    display:grid;
    grid-template-columns:1fr 1fr;
    min-height:calc(100vh - 100px - 48px); /* nav + footer */
}

.ei-autismehuis-tekst {
    background:var(--ei-navy);
    padding:5rem;
    display:flex;
    flex-direction:column;
    justify-content:center;
}

.ei-autismehuis-formulier {
    background:var(--ei-wit);
    padding:5rem;
    display:flex;
    flex-direction:column;
    justify-content:center;
}

/* Radio buttons */
.ei-form-radio {
    display:flex;
    align-items:flex-start;
    gap:.75rem;
    font-size:15px;
    font-weight:300;
    color:var(--ei-subtekst);
    cursor:pointer;
    line-height:1.5;
}

.ei-form-radio input[type="radio"] {
    margin-top:3px;
    flex-shrink:0;
    accent-color:var(--ei-koraal);
    width:16px;
    height:16px;
    cursor:pointer;
}

/* Minimale footer */
.ei-autismehuis-footer {
    display:flex;
    justify-content:space-between;
    align-items:center;
    padding:1rem 5rem;
    border-top:1px solid var(--ei-border);
    background:var(--ei-wit);
}

@media (max-width:900px) {
    .ei-autismehuis-pagina {
        grid-template-columns:1fr;
    }
    .ei-autismehuis-tekst,
    .ei-autismehuis-formulier {
        padding:3rem 2rem;
    }
    .ei-autismehuis-footer {
        padding:1rem 2rem;
        flex-direction:column;
        gap:.5rem;
        text-align:center;
    }
}

/* ══════════════════════════════════════════════════════════════
   HOME — pagina-specifieke klassen
   ══════════════════════════════════════════════════════════════ */

/* HERO */
.ei-home-hero {
    display: grid;
    grid-template-columns: 1fr 550px;
}

.ei-home-hero-links {
    background: var(--ei-creme);
    padding: 5rem 4rem;
    display: flex;
    flex-direction: column;
    justify-content: center;
    gap: 1.5rem;
}

.ei-home-h1 {
    font-family: 'Larken Bold', sans-serif;
    font-size: clamp(42px, 5.5vw, 72px);
    font-weight: 300;
    line-height: 1.05;
    letter-spacing: -.02em;
    color: var(--ei-navy);
    margin-top: .75rem;
}

.ei-home-lead {
    font-size: 18px;
    font-weight: 300;
    color: var(--ei-subtekst);
    line-height: 1.9;
    max-width: 340px;
}

.ei-home-hero-rechts {
    display: flex;
    flex-direction: column;
}

.ei-home-dienst {
    flex: 1;
    padding: 3rem;
    display: flex;
    flex-direction: column;
    gap: .85rem;
}

.ei-home-dienst--navy {
    background: var(--ei-navy);
    border-bottom: 1px solid rgba(255,255,255,.08);
}

.ei-home-dienst--creme2 { background: var(--ei-creme2); }

.ei-home-dienst-label {
    font-size: 10px;
    font-weight: 700;
    letter-spacing: .18em;
    text-transform: uppercase;
    display: block;
}

.ei-home-dienst-label--goud { color: var(--ei-goud); }
.ei-home-dienst-label--turq { color: var(--ei-turquoise); }

.ei-home-dienst-kop { line-height: 1.05; }

.ei-home-dienst-h {
    font-family: 'Larken Bold', sans-serif;
    font-size: 36px;
    font-weight: bold;
    color: var(--ei-wit);
}

.ei-home-dienst-sub {
    font-size: 24px;
    font-weight: 300;
    font-style: italic;
}

.ei-home-dienst-tekst {
    font-size: 16px;
    font-weight: 300;
    line-height: 1.75;
}

.ei-home-dienst-link {
    font-size: 13px;
    font-weight: 700;
    letter-spacing: .08em;
    text-transform: uppercase;
    text-decoration: none;
    margin-top: auto;
}

.ei-home-dienst-link--goud { color: var(--ei-goud); }
.ei-home-dienst-link--turq { color: var(--ei-turquoise); }

/* USP */
.ei-home-usp {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    background: var(--ei-navy);
}

.ei-home-usp-item {
    padding: 3.5rem 3rem;
    border-right: 1px solid rgba(255,255,255,.08);
    position: relative;
    overflow: hidden;
}

.ei-home-usp-item:last-child { border-right: none; }

.ei-home-usp-bg {
    position: absolute;
    bottom: -.5rem;
    right: 1.5rem;
    font-size: 72px;
    font-weight: 800;
    font-style: italic;
    color: rgba(255,255,255,.07);
    line-height: 1;
    pointer-events: none;
    font-family: 'Larken Bold', sans-serif;
}

.ei-home-usp-item p {
    font-size: 16px;
    font-weight: 300;
    color: rgba(255,255,255,.6);
    line-height: 1.85;
    position: relative;
    z-index: 1;
}

/* PODCAST + BLOG */
.ei-home-content {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 5rem;
    padding: 5rem 4rem;
    background: var(--ei-wit);
}

.ei-home-h2 {
    font-family: 'Larken Bold', sans-serif;
    font-size: 32px;
    font-weight: 300;
    color: var(--ei-navy);
    line-height: 1.15;
    letter-spacing: -.01em;
    margin-bottom: 1.5rem;
}

.ei-home-h2 strong { font-weight: bold; display: block; }
.ei-home-h2--wit { color: var(--ei-wit); }

.ei-home-podcast-kaart {
    background: var(--ei-navy);
    padding: 2.5rem;
    border-radius: 0 0 60px 0;
    margin-top: 1.5rem;
}

.ei-home-podcast-titel {
    font-family: 'Larken Bold', sans-serif;
    font-size: 20px;
    font-weight: bold;
    color: var(--ei-wit);
    line-height: 1.3;
    margin-top: .5rem;
    margin-bottom: 1.25rem;
}

.ei-home-podcast-speler {
    background: rgba(255,255,255,.1);
    border-radius: 4px;
    padding: .85rem 1.25rem;
    display: flex;
    align-items: center;
    gap: 1rem;
}

.ei-home-play-btn {
    width: 38px;
    height: 38px;
    background: var(--ei-goud);
    border: none;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    cursor: pointer;
    padding-left: 2px;
}

.ei-home-track {
    flex: 1;
    height: 3px;
    background: rgba(255,255,255,.2);
    border-radius: 2px;
}

.ei-home-tijd {
    font-size: 12px;
    font-weight: 300;
    color: rgba(255,255,255,.45);
    white-space: nowrap;
}

.ei-home-blog-lijst { margin-top: 1.5rem; }

.ei-home-blog-item {
    display: block;
    padding: 1.25rem 0;
    border-bottom: 1px solid var(--ei-border);
    text-decoration: none;
    transition: border-color .15s;
}

.ei-home-blog-item:last-child { border-bottom: none; }
.ei-home-blog-item:hover { border-color: var(--ei-goud); }

.ei-home-blog-tag {
    font-size: 10px;
    font-weight: 700;
    letter-spacing: .2em;
    text-transform: uppercase;
    color: var(--ei-goud);
    display: block;
    margin-bottom: .35rem;
}

.ei-home-blog-titel {
    font-family: 'Larken Bold', sans-serif;
    font-size: 20px;
    font-weight: bold;
    color: var(--ei-navy);
    line-height: 1.3;
}

/* SPLIT */
.ei-home-split {
    display: grid;
    grid-template-columns: 1fr 1fr;
}

.ei-home-split-links {
    background: var(--ei-creme);
    padding: 5rem 4rem;
    display: flex;
    flex-direction: column;
    justify-content: center;
    gap: 1.25rem;
}

.ei-home-split-rechts {
    background: var(--ei-creme);
    padding: 5rem 4rem;
    display: flex;
    flex-direction: column;
    justify-content: center;
    gap: 1.25rem;
    font-size: 18px;
    font-weight: 300;
    color: var(--ei-subtekst);
    line-height: 1.85;
}

.ei-home-payoff {
    font-family: 'Larken Bold', sans-serif;
    font-size: 36px;
    font-weight: 300;
    color: var(--ei-navy);
    line-height: 1.15;
    letter-spacing: -.01em;
}

.ei-home-payoff strong { font-weight: bold; display: block; }

.ei-home-split-sub {
    font-size: 20px;
    font-weight: 300;
    color: var(--ei-navy);
    line-height: 1.7;
}

.ei-home-split-slot {
    font-weight: 400;
    color: var(--ei-navy);
}

/* ZO WERKT HET + ERVARINGEN */
.ei-home-aanpak {
    display: grid;
    grid-template-columns: 1fr 1fr;
    background: var(--ei-navy);
}

.ei-home-aanpak-links {
    padding: 5rem 4rem;
    border-right: 1px solid rgba(255,255,255,.08);
    display: flex;
    flex-direction: column;
    gap: 0;
}

.ei-home-stap {
    display: grid;
    grid-template-columns: 60px 1fr;
    gap: 2rem;
    align-items: start;
    padding: 2rem 0;
    border-bottom: 1px solid rgba(255,255,255,.08);
}

.ei-home-stap:last-of-type { border-bottom: none; margin-bottom: 2rem; }

.ei-home-stap-num {
    font-family: 'Larken Bold', sans-serif;
    font-size: 48px;
    font-weight: bold;
    color: var(--ei-goud);
    opacity: .35;
    line-height: 1;
}

.ei-home-stap-h {
    font-size: 20px;
    font-weight: 700;
    color: var(--ei-wit);
    margin-bottom: .5rem;
}

.ei-home-stap-p {
    font-size: 16px;
    font-weight: 300;
    color: rgba(255,255,255,.55);
    line-height: 1.75;
}

.ei-home-erv {
    padding: 5rem 4rem;
    display: flex;
    flex-direction: column;
}





/* WIE WIJ ZIJN */
.ei-home-over {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 5rem;
    padding: 5rem 4rem;
    background: var(--ei-wit);
    align-items: center;
}

.ei-home-over-p {
    font-size: 18px;
    font-weight: 300;
    color: var(--ei-subtekst);
    line-height: 1.85;
    margin-top: 1rem;
}

.ei-home-fotos {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 1.25rem;
}

.ei-home-foto-w {
    aspect-ratio: 3/4;
    border-radius: 0 60px 0 60px;
    overflow: hidden;
}

.ei-home-foto-e {
    aspect-ratio: 3/4;
    border-radius: 60px 0 60px 0;
    overflow: hidden;
    margin-top: 2.5rem;
}

.ei-home-foto-w img,
.ei-home-foto-e img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: top center;
    display: block;
}

/* CONTACT */
.ei-home-contact-wrap { background: var(--ei-wit); }

.ei-home-contact {
    background: var(--ei-navy);
    padding: 5rem 4rem;
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 5rem;
    border-radius: 80px 0 0 0;
}

.ei-home-contact-h2 {
    font-family: 'Larken Bold', sans-serif;
    font-size: 36px;
    font-weight: 300;
    color: var(--ei-wit);
    line-height: 1.1;
    letter-spacing: -.01em;
    margin-bottom: 1rem;
}

.ei-home-contact-h2 strong { font-weight: bold; display: block; }

.ei-home-contact-p {
    font-size: 17px;
    font-weight: 300;
    color: rgba(255,255,255,.5);
    line-height: 1.75;
    max-width: 280px;
}

.ei-home-contact-form { display: flex; flex-direction: column; }

.ei-home-contact-intro {
    font-size: 15px;
    font-weight: 300;
    color: rgba(255,255,255,.4);
    font-style: italic;
    margin-bottom: 1.25rem;
}

.ei-home-form-lbl {
    font-size: 11px;
    font-weight: 700;
    letter-spacing: .15em;
    text-transform: uppercase;
    color: rgba(255,255,255,.5);
    display: block;
    margin-top: 1rem;
    margin-bottom: .35rem;
}

.ei-home-form-inp {
    width: 100%;
    background: rgba(255,255,255,.08);
    border: 1px solid rgba(255,255,255,.15);
    padding: .75rem 1rem;
    font-family: 'Instrument Sans', sans-serif;
    font-size: 15px;
    color: var(--ei-wit);
}

.ei-home-form-inp:focus {
    outline: none;
    border-color: var(--ei-turquoise);
}

.ei-home-form-ta {
    width: 100%;
    background: rgba(255,255,255,.08);
    border: 1px solid rgba(255,255,255,.15);
    padding: .75rem 1rem;
    font-family: 'Instrument Sans', sans-serif;
    font-size: 15px;
    color: var(--ei-wit);
    height: 100px;
    resize: none;
}

.ei-home-form-ta:focus {
    outline: none;
    border-color: var(--ei-turquoise);
}

.ei-home-form-btn {
    width: 100%;
    margin-top: 1.25rem;
}

/* FAQ */
.ei-home-faq {
    background: var(--ei-creme);
    padding: 5rem 4rem;
}

.ei-home-faq-inner { max-width: 720px; }

.ei-home-faq-lijst { margin-top: 2rem; }

.ei-home-faq-item {
    padding: 1.5rem 0;
    border-bottom: 1px solid var(--ei-border);
}

.ei-home-faq-item:last-child { border-bottom: none; }

.ei-home-faq-v {
    font-size: 20px;
    font-weight: 700;
    color: var(--ei-navy);
    margin-bottom: .6rem;
}

.ei-home-faq-a {
    font-size: 18px;
    font-weight: 300;
    color: var(--ei-subtekst);
    line-height: 1.75;
}

/* Honeypot verbergen */
.ei-honeypot {
    position: absolute;
    left: -9999px;
    visibility: hidden;
}


/* Aanpak links: ruimte tussen h2 en eerste stap */
.ei-home-aanpak-links .ei-home-h2 { margin-bottom: .5rem; }

/* Ervaringen: ruimte tussen h2 en eerste quote */
.ei-home-erv .ei-home-h2 { margin-bottom: .25rem; }

/* Foto's: achtergrond als fallback als de afbeelding laadt */
.ei-home-foto-w { background: var(--ei-turquoise); }
.ei-home-foto-e { background: var(--ei-goud); }


/* ══════════════════════════════════════════════════════════════
   ONTBREKENDE KLASSEN — toegevoegd na template-audit
   ══════════════════════════════════════════════════════════════ */

/* Tekststijlen */
.ei-body-payoff {
    font-size: 22px;
    font-weight: 300;
    color: var(--ei-navy);
    line-height: 1.75;
}

.ei-tekst-slot {
    font-size: 18px;
    font-weight: 600;
    color: var(--ei-navy);
    line-height: 1.85;
}

/* Quote functie-regel */
.ei-quote-fn {
    display: block;
    font-size: 13px;
    font-weight: 300;
    color: rgba(255,255,255,.4);
    margin-top: .15rem;
}

/* Tag blok — kleine badge onderaan dienst-blok */
.ei-tag-blok {
    display: inline-block;
    font-family: 'Instrument Sans', sans-serif;
    font-size: 10px;
    font-weight: 700;
    letter-spacing: .15em;
    text-transform: uppercase;
    color: var(--ei-navy);
    background: var(--ei-goud);
    padding: .25rem .75rem;
    margin-top: auto;
    align-self: flex-start;
}

/* Navy blok varianten met ronde hoeken */
.ei-navy-blok-ronde-tl {
    border-radius: 0 60px 0 0;
}

.ei-navy-blok-ronde-bl {
    border-radius: 0 0 0 60px;
}

/* Creme blok donkere variant (voor methode vergelijking) */
.ei-creme-blok--donker {
    background: var(--ei-wit);
    padding: 2rem 2.5rem;
}

.ei-creme-blok--donker + .ei-creme-blok--donker {
    margin-top: 1.5rem;
}

/* ── OVER ONS pagina ── */
.ei-over-persoon {
    display: grid;
    grid-template-columns: 1fr 1fr;
    min-height: 500px;
}

.ei-over-persoon--gespiegeld .ei-over-tekst { order: 1; }
.ei-over-persoon--gespiegeld .ei-over-foto  { order: 2; }

.ei-over-tekst {
    padding: 5rem;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.ei-over-foto {
    position: relative;
    overflow: hidden;
    min-height: 400px;
}

.ei-over-foto--william { background: linear-gradient(160deg, var(--ei-creme), var(--ei-turquoise)); }
.ei-over-foto--elma    { background: linear-gradient(160deg, var(--ei-goud), var(--ei-navy)); border-radius: 0 0 0 60px; }

.ei-over-foto img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: top center;
    display: block;
}

.ei-over-foto-placeholder {
    position: absolute;
    bottom: 2rem;
    left: 2rem;
    font-family: 'Larken Bold', sans-serif;
    font-size: 18px;
    font-weight: bold;
    color: rgba(255,255,255,.7);
    line-height: 1.4;
}

.ei-over-foto-placeholder span {
    font-size: 13px;
    font-weight: 300;
    color: rgba(255,255,255,.45);
    display: block;
}

.ei-over-ov-intro {
    padding: 5rem 5rem 2rem;
}

/* Stats blokken over-ons */
.ei-over-stats {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 3rem;
}

.ei-over-stat { }

.ei-over-stat-getal {
    font-family: 'Larken Bold', sans-serif;
    font-size: 52px;
    font-weight: bold;
    color: var(--ei-navy);
    line-height: 1;
    margin-bottom: .5rem;
}

.ei-over-stat-label {
    font-size: 16px;
    font-weight: 300;
    color: var(--ei-subtekst);
    line-height: 1.6;
}

/* Autismehuis signature */
.ei-autismehuis-signature {
    font-size: 16px;
    font-weight: 300;
    color: rgba(255,255,255,.4);
    font-style: italic;
    margin-top: 2.5rem;
    line-height: 1.7;
}

.ei-autismehuis-signature strong {
    color: rgba(255,255,255,.7);
    font-style: normal;
}

/* SVG logo klassen in nav */
.ei-l1 { fill: #26273a; stroke-width: 0; }
.ei-l2 { fill: #ee7054; stroke-width: 0; }


/* ══════════════════════════════════════════════════════════════
   GRID MODIFIER KLASSEN
   ══════════════════════════════════════════════════════════════ */

.ei-grid--align-start   { align-items: start; }
.ei-grid--align-center  { align-items: center; }
.ei-grid--align-end     { align-items: end; }
.ei-grid--gap-5         { gap: 5rem; }

/* Podcast aanmeld sectie (achtergrondkleur is dynamisch via inline) */
.ei-podcast-aanmeld-sectie {
    padding: 4rem 5rem;
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 5rem;
    align-items: center;
}


/* ══════════════════════════════════════════════════════════════
   AGENDA — keuzestap (fysiek / online)
   ══════════════════════════════════════════════════════════════ */

.ei-agenda-keuze {
    display: grid;
    grid-template-columns: 280px 1fr;
    min-height: calc(100vh - 60px);
}

.ei-agenda-keuze-intro {
    background: var(--ei-navy);
    padding: 5rem 4rem;
    display: flex;
    flex-direction: column;
    justify-content: center;
    gap: 1.25rem;
}

.ei-agenda-keuze-opties {
    background: var(--ei-creme);
    padding: 5rem 4rem;
    display: flex;
    flex-direction: column;
    justify-content: center;
    gap: 2rem;
}

.ei-agenda-keuze-kaart {
    display: flex;
    flex-direction: column;
    gap: .85rem;
    padding: 2.5rem;
    background: var(--ei-wit);
    border: 2px solid var(--ei-border);
    text-decoration: none;
    transition: border-color .15s, box-shadow .15s;
    border-radius: 0 40px 0 40px;
}

.ei-agenda-keuze-kaart:hover {
    border-color: var(--ei-goud);
    box-shadow: 0 4px 24px rgba(237,111,84,.12);
}

.ei-agenda-keuze-label {
    font-family: 'Larken Bold', sans-serif;
    font-size: 22px;
    font-weight: bold;
    color: var(--ei-navy);
    line-height: 1.2;
}

.ei-agenda-keuze-sub {
    font-size: 16px;
    font-weight: 300;
    color: var(--ei-subtekst);
    line-height: 1.75;
}

.ei-agenda-keuze-cta {
    font-size: 13px;
    font-weight: 700;
    letter-spacing: .08em;
    text-transform: uppercase;
    color: var(--ei-goud);
    margin-top: .25rem;
}

/* Teruglink boven de agenda */
.ei-agenda-terug {
    display: inline-block;
    font-size: 13px;
    font-weight: 600;
    color: rgba(255,255,255,.5);
    text-decoration: none;
    margin-bottom: 1.5rem;
    transition: color .15s;
}

.ei-agenda-terug:hover { color: var(--ei-wit); }

