/* Stichting Tisier — IT Live build v3. Islamitisch groen, impact, warmte. */
/* Geleerd van stichtingvoordemens.nl: clean sections, sterke cards, duidelijke CTA's */
/* Nunito wordt in <head> geladen (preconnect + stylesheet-link in header.php); render-blocking @import verwijderd. Lokale font-stack in --ff borgt de fallback. */

:root{
  /* ── Tisier groenpalet ─────────────────────────────────────── */
  --green:#0f5145;   --green-d:#0a3a31;  --green-l:#1a7a5e;
  --lime:#8bc63f;    --lime-d:#6fa02e;   --lime-l:#e8f5d9;  --lime-xl:#f4fbee;
  --label-on-white:#5c8526; /* AA-veilig (4.55:1 op wit) voor eyebrow/categorie-labels op lichte achtergrond */
  --sand:#f5f6ee;    --white:#fff;
  --ink:#1a2a14;     --muted:#5f6b55;    --line:#e2e8d8;
  --shadow:0 12px 40px -10px rgba(10,58,49,.18);
  --shadow-sm:0 4px 16px rgba(10,58,49,.07);
  --radius:16px;
  /* aliases die old-CSS gebruikt */
  --aqua:var(--lime);  --aqua-d:var(--green);  --aqua-l:var(--lime-l);  --aqua-xl:var(--lime-xl);
  --coral:var(--green); --coral-d:var(--green-d);
  --cream:var(--sand);
  --ff:'Nunito','Segoe UI',system-ui,-apple-system,Helvetica,Arial,sans-serif;
}

/* ── Reset & Base ────────────────────────────────────────────── */
*{box-sizing:border-box}
html{scroll-behavior:smooth}
body{margin:0;font-family:var(--ff);color:var(--ink);line-height:1.65;-webkit-font-smoothing:antialiased;background:var(--white)}
img{max-width:100%;height:auto;display:block}
a{color:var(--green);text-decoration:none}
p{margin:0 0 1rem}

/* ── Typografie ──────────────────────────────────────────────── */
h1,h2,h3,h4{line-height:1.18;margin:0 0 .6em;font-weight:800;letter-spacing:-.025em;color:#1a3024}
h1{font-size:clamp(2rem,5vw,3.2rem)}
h2{font-size:clamp(1.5rem,3.4vw,2.2rem)}
h3{font-size:1.18rem}
.lead{font-size:1.05rem;line-height:1.75;color:var(--muted)}

/* ── Layout ──────────────────────────────────────────────────── */
.wrap{max-width:1200px;margin:0 auto;padding:0 24px}
.wrap-narrow{max-width:820px;margin:0 auto;padding:0 24px}
section{padding:72px 0}
.section{padding:72px 0}
.section-alt{background:var(--lime-xl);padding:72px 0}

/* ── Eyebrow labels ──────────────────────────────────────────── */
.eyebrow{display:inline-flex;align-items:center;gap:.4rem;color:var(--label-on-white);font-weight:800;text-transform:uppercase;letter-spacing:.12em;font-size:.73rem;margin-bottom:.75rem}
.eyebrow .ico{width:14px;height:14px}

/* ── Section header ──────────────────────────────────────────── */
.section-head{text-align:center;max-width:640px;margin:0 auto 40px}
.section-head h2{margin-bottom:.4em}
.section-head p{color:var(--muted);font-size:1rem}

/* ── Iconen ──────────────────────────────────────────────────── */
.ico{display:inline-block;vertical-align:middle;flex:none;fill:none;stroke:currentColor;stroke-width:1.7;stroke-linecap:round;stroke-linejoin:round;overflow:visible}
.ico-fill{fill:currentColor;stroke:none}

/* ── Buttons ─────────────────────────────────────────────────── */
.btn{display:inline-flex;align-items:center;justify-content:center;gap:.5rem;padding:.85rem 1.75rem;border-radius:999px;font-weight:800;border:2px solid transparent;cursor:pointer;transition:.18s;font-size:.97rem;line-height:1;font-family:var(--ff)}
.btn .ico{width:18px;height:18px}
.btn-primary{background:var(--green);color:#fff!important;box-shadow:0 8px 24px -6px rgba(15,81,69,.45)}
.btn-primary:hover{background:var(--green-d);transform:translateY(-2px);box-shadow:0 12px 32px -8px rgba(10,58,49,.5)}
.btn-lime{background:var(--lime);color:#fff!important;box-shadow:0 8px 20px -6px rgba(139,198,63,.5)}
.btn-lime:hover{background:var(--lime-d);transform:translateY(-2px)}
.btn-ghost{background:transparent;border-color:rgba(255,255,255,.6);color:#fff!important}
.btn-ghost:hover{background:rgba(255,255,255,.12);border-color:#fff}
.btn-outline{background:#fff;border-color:var(--line);color:var(--ink)!important}
.btn-outline:hover{border-color:var(--green);color:var(--green)!important;transform:translateY(-1px)}
.btn-sm{padding:.6rem 1.2rem;font-size:.88rem}

/* ── Header ──────────────────────────────────────────────────── */
.hdr{position:sticky;top:0;z-index:1000;background:rgba(255,255,255,.97);border-bottom:1px solid var(--line);transition:box-shadow .2s}
.hdr.scrolled{box-shadow:0 4px 20px rgba(10,58,49,.08)}
.hdr .wrap{display:flex;align-items:center;justify-content:space-between;min-height:76px;gap:1rem}
.brand{display:flex;align-items:center}
.brand img{height:56px;width:auto;max-width:160px;object-fit:contain}
.nav{display:flex;align-items:center;gap:.15rem}
.nav a{padding:.48rem .88rem;border-radius:10px;color:var(--ink);font-weight:700;font-size:.92rem;transition:.15s}
.nav a:hover,.nav a.active{background:var(--lime-l);color:var(--green)}
.nav .btn{margin-left:.6rem;padding:.62rem 1.2rem;font-size:.9rem}
.hdr-right{display:flex;align-items:center;gap:.5rem;flex:none}
.lang-switch{display:inline-flex;align-items:center;gap:2px;border:1.5px solid var(--line);border-radius:999px;padding:2px;background:#fff;flex:none}
.lang-switch a{padding:.22rem .55rem;border-radius:999px;font-size:.78rem;font-weight:800;color:var(--muted);letter-spacing:.02em;line-height:1}
.lang-switch a.on{background:var(--green);color:#fff}
.lang-switch a:hover:not(.on){color:var(--green)}
.burger{display:none;align-items:center;justify-content:center;width:48px;height:48px;padding:0;background:var(--green,#0f5145);border:0;border-radius:13px;color:#fff;cursor:pointer;box-shadow:0 6px 16px rgba(15,81,69,.28);transition:background .18s,transform .12s}.burger:hover{background:var(--green-d,#0a3a31)}.burger:active{transform:scale(.93)}.burger svg{width:24px;height:24px}

/* ── Hero (generiek) ─────────────────────────────────────────── */
.hero{position:relative;background:linear-gradient(145deg,var(--green-d) 0%,var(--green) 55%,var(--green-l) 100%);color:#fff;overflow:hidden}
.hero::before{content:'';position:absolute;inset:0;background:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='60' height='60'%3E%3Ccircle cx='30' cy='30' r='1.5' fill='rgba(255,255,255,.05)'/%3E%3C/svg%3E");opacity:.7}
.hero .wrap{position:relative;z-index:2;display:grid;grid-template-columns:1fr 1fr;gap:48px;align-items:center;padding-top:72px;padding-bottom:72px}
.hero h1{color:#fff}
.hero h1 span{color:var(--lime)}
.hero .lead{color:rgba(255,255,255,.9)!important}
.hero-img{border-radius:24px;overflow:hidden;box-shadow:var(--shadow);aspect-ratio:4/3}
.hero-img img{width:100%;height:100%;object-fit:cover}
.hero-logo{max-width:200px;filter:drop-shadow(0 16px 32px rgba(0,0,0,.3))}

/* Gedeeld hero CTA block */
.hero-cta{display:flex;gap:12px;flex-wrap:wrap;margin-top:28px}

/* Page-hero (subpagina's — eenvoudiger) */
.pagehero{background:linear-gradient(160deg,#f6fbef 0%,#e9f4dd 100%);color:#26331c;padding:56px 0 48px;position:relative;overflow:hidden}
.pagehero::before{content:'';position:absolute;inset:0;background:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='60' height='60'%3E%3Ccircle cx='30' cy='30' r='1.5' fill='rgba(255,255,255,.05)'/%3E%3C/svg%3E");opacity:.7}
.pagehero .wrap{position:relative;z-index:2}
.pagehero h1{font-size:clamp(1.7rem,4vw,2.4rem);color:#fff;margin-bottom:.3em}
.pagehero .eyebrow{color:rgba(255,255,255,.75)}

/* Alle hero beschrijvingsteksten wit */
.hero .lead,.pagehero .lead,.don-hero .lead,.anbi-hero .lead,.nws-hero .lead,.av-hero .lead,.tis-hero .lead{color:#3c4b30!important}

/* ── Stats band ──────────────────────────────────────────────── */
.stats-band{background:#fff;border-bottom:1px solid var(--line);padding:0}
.stats-band .wrap{display:grid;grid-template-columns:repeat(4,1fr)}
.stat-item{padding:28px 20px;text-align:center;border-right:1px solid var(--line)}
.stat-item:last-child{border-right:0}
.stat-num{font-size:2.2rem;font-weight:900;color:var(--green);line-height:1}
.stat-lbl{font-size:.8rem;color:var(--muted);margin-top:5px;font-weight:600}

/* ── Cards ───────────────────────────────────────────────────── */
.cards{display:grid;grid-template-columns:repeat(auto-fill,minmax(280px,1fr));gap:24px}
.card{background:#fff;border:1px solid var(--line);border-radius:var(--radius);overflow:hidden;box-shadow:var(--shadow-sm);transition:.22s;display:flex;flex-direction:column}
.card:hover{transform:translateY(-4px);box-shadow:var(--shadow)}
.card-img{aspect-ratio:16/10;overflow:hidden;background:var(--lime-l)}
.card-img img{width:100%;height:100%;object-fit:cover;transition:.3s}
.card:hover .card-img img{transform:scale(1.04)}
.card-body{padding:22px;flex:1;display:flex;flex-direction:column}
.card-tag{display:inline-block;background:var(--lime-l);color:var(--label-on-white);font-size:.71rem;font-weight:800;text-transform:uppercase;letter-spacing:.07em;padding:3px 10px;border-radius:99px;margin-bottom:10px}
.card h3{margin:0 0 8px;font-size:1.05rem;color:var(--green-d);line-height:1.3}
.card p{color:var(--muted);font-size:.9rem;line-height:1.6;margin:0 0 14px;flex:1}
.card-link{color:var(--green);font-weight:800;font-size:.88rem;display:inline-flex;align-items:center;gap:5px;margin-top:auto}
.card-link:hover{color:var(--lime-d)}

/* Nieuws cards */
.nws-card{background:#fff;border:1px solid var(--line);border-radius:var(--radius);overflow:hidden;box-shadow:var(--shadow-sm);transition:.2s}
.nws-card:hover{transform:translateY(-3px);box-shadow:var(--shadow)}
.nws-card img{width:100%;aspect-ratio:16/9;object-fit:cover}
.nws-card-body{padding:20px}
.nws-cat{font-size:.71rem;font-weight:800;text-transform:uppercase;letter-spacing:.08em;color:var(--label-on-white);margin-bottom:7px;display:block}
.nws-card h3,.nws-card h2{margin:0 0 8px;font-size:1rem;line-height:1.35;color:var(--green-d)}
.nws-card p{color:var(--muted);font-size:.88rem;line-height:1.6;margin:0 0 10px}
.nws-datum{font-size:.77rem;color:var(--muted);font-weight:600}

/* ── Impact-balk (stichtingvoordemens-stijl) ─────────────────── */
.impact-band{background:linear-gradient(135deg,var(--green-d),var(--green));color:#fff;padding:52px 0}
.impact-band .wrap{display:grid;grid-template-columns:repeat(3,1fr);gap:32px;text-align:center}
.impact-num{font-size:2.8rem;font-weight:900;color:var(--lime);line-height:1}
.impact-lbl{font-size:.95rem;opacity:.85;margin-top:6px}
@media(max-width:640px){.impact-band .wrap{grid-template-columns:1fr}}

/* ── Projecten — stichting-stijl ─────────────────────────────── */
.proj-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(300px,1fr));gap:26px}
.proj-card{border-radius:var(--radius);overflow:hidden;box-shadow:var(--shadow-sm);background:#fff;border:1px solid var(--line);transition:.22s}
.proj-card:hover{transform:translateY(-4px);box-shadow:var(--shadow)}
.proj-card-img{aspect-ratio:16/10;background:var(--lime-l);overflow:hidden}
.proj-card-img img{width:100%;height:100%;object-fit:cover;transition:.3s}
.proj-card:hover .proj-card-img img{transform:scale(1.05)}
.proj-card-body{padding:20px 22px}
.proj-card h3{margin:8px 0 8px;font-size:1.05rem;color:var(--green-d)}
.proj-card p{color:var(--muted);font-size:.9rem;line-height:1.6;margin:0 0 14px}
.proj-status-lopend{background:var(--lime-l);color:var(--lime-d)}
.proj-status-afgerond{background:#f0f4f0;color:#4a6a4a}

/* ── Placeholder noot ────────────────────────────────────────── */
.placeholder-note{text-align:center;padding:52px 24px;color:var(--muted);border:2px dashed var(--line);border-radius:var(--radius);background:var(--lime-xl)}
.placeholder-note svg{opacity:.35;margin:0 auto 14px}
.placeholder-note p{margin:0;font-size:.97rem}

/* ── IBAN-blok ───────────────────────────────────────────────── */
.iban-box{background:rgba(255,255,255,.12);border:1px solid rgba(255,255,255,.22);border-radius:14px;display:inline-flex;flex-direction:column;padding:16px 24px;gap:4px}
.iban-box .lbl{font-size:.73rem;font-weight:800;text-transform:uppercase;letter-spacing:.08em;opacity:.7}
.iban-box .iban{font-size:1.2rem;font-weight:900;letter-spacing:.04em}
.iban-box .ovv{font-size:.87rem;opacity:.8}

/* ── CTA-sectie ──────────────────────────────────────────────── */
.cta-band{background:linear-gradient(145deg,var(--green-d),var(--green));color:#fff;text-align:center;padding:72px 0}
.cta-band h2{color:#fff;margin-bottom:.4em}
.cta-band p{color:rgba(255,255,255,.85);max-width:560px;margin:0 auto 28px}

/* ── Waarden/kenmerken lijst ─────────────────────────────────── */
.kenmerken{list-style:none;margin:0;padding:0}
.kenmerken li{padding:11px 0 11px 32px;position:relative;font-size:.97rem;border-bottom:1px solid var(--line)}
.kenmerken li:last-child{border:0}
.kenmerken li::before{content:'✓';position:absolute;left:0;color:var(--lime-d);font-weight:900;font-size:1.1rem}

/* ── Blockquote / citaat ─────────────────────────────────────── */
blockquote{border-left:4px solid var(--lime);padding:14px 0 14px 22px;margin:22px 0;font-size:1.05rem;font-style:italic;color:var(--green);line-height:1.65}

/* ── Link arrow ──────────────────────────────────────────────── */
.link-arrow{color:var(--green);font-weight:700;display:inline-flex;align-items:center;gap:5px;transition:.15s}
.link-arrow:hover{color:var(--lime-d);gap:8px}

/* ── Formulieren ─────────────────────────────────────────────── */
.form-group{margin-bottom:18px}
.form-group label{display:block;font-weight:700;font-size:.87rem;margin-bottom:7px;color:var(--ink)}
.form-group input,.form-group select,.form-group textarea{width:100%;padding:12px 15px;border:2px solid var(--line);border-radius:10px;font-family:var(--ff);font-size:.97rem;background:#fafcf7;transition:border .15s;color:var(--ink)}
.form-group input:focus,.form-group select:focus,.form-group textarea:focus{outline:0;border-color:var(--green);background:#fff}
.form-group textarea{resize:vertical;min-height:110px}
.flash-err{background:#fdecea;color:#b3261e;border:1px solid #f5c6c2;padding:12px 16px;border-radius:10px;margin-bottom:16px;font-weight:600}
.flash-ok{background:#ecfaf0;color:#1a6b3a;border:1px solid #b8e6c8;padding:12px 16px;border-radius:10px;margin-bottom:16px;font-weight:600}

/* ── Tabel (ANBI e.d.) ───────────────────────────────────────── */
.tbl-clean{width:100%;border-collapse:collapse}
.tbl-clean th{text-align:left;padding:11px 14px;color:var(--muted);font-weight:700;font-size:.88rem;border-bottom:1px solid var(--line);vertical-align:top;width:42%}
.tbl-clean td{padding:11px 14px;border-bottom:1px solid var(--line);font-size:.95rem;line-height:1.55}
.tbl-clean tr:last-child th,.tbl-clean tr:last-child td{border-bottom:0}

/* ── Footer ──────────────────────────────────────────────────── */
.ftr{background:#eef5e6;color:#26331c;padding:52px 0 28px}
.ftr-grid{display:grid;grid-template-columns:1.6fr 1fr 1fr;gap:40px;margin-bottom:40px}
.ftr-brand img{height:52px;width:auto;filter:brightness(0) invert(1);margin-bottom:14px}
.ftr-brand p{font-size:.9rem;line-height:1.65;opacity:1;max-width:280px}
.ftr h4{color:#fff;font-size:.9rem;font-weight:800;letter-spacing:.07em;text-transform:uppercase;margin:0 0 14px}
.ftr ul{list-style:none;margin:0;padding:0}
.ftr ul li{margin-bottom:8px}
.ftr ul a{color:#26331c;font-size:.9rem;transition:.15s}
.ftr ul a:hover{color:var(--lime)}
.ftr-bottom{border-top:1px solid rgba(15,81,69,.12);padding-top:22px;display:flex;justify-content:space-between;align-items:center;flex-wrap:wrap;gap:12px;font-size:.83rem;opacity:1}
.ftr-social{display:flex;gap:10px;margin-top:16px}
.ftr-social a{width:36px;height:36px;border-radius:50%;border:1px solid rgba(255,255,255,.25);display:flex;align-items:center;justify-content:center;color:rgba(255,255,255,.7);font-size:.9rem;transition:.15s}
.ftr-social a:hover{background:var(--lime);border-color:var(--lime);color:#fff}


/* ── Wit op donkere secties — universeel ────────────────────── */
.hero h1,.hero h2,.hero h3,.hero h4,
.pagehero h1,.pagehero h2,.pagehero h3,.pagehero p,
.cta-band h1,.cta-band h2,.cta-band h3,
.impact-band h1,.impact-band h2,.impact-band p,
[class*="-hero"] h1,[class*="-hero"] h2,[class*="-hero"] h3,
[class*="-hero"] p,[class*="-hero"] .lead,
.tis-hero h1,.tis-hero h2,.tis-hero h3,.tis-hero p,
.anbi-hero h1,.don-hero h1,.nws-hero h1,.av-hero h1{
  color:#fff!important
}
/* Eyebrows in donkere secties */
.hero .eyebrow,.pagehero .eyebrow,[class*="-hero"] .eyebrow{
  color:rgba(255,255,255,.75)!important
}

/* ── Mobile nav ──────────────────────────────────────────────── */
@media(max-width:820px){
  .burger{display:flex}
  .nav{display:none;position:fixed;inset:0;top:76px;background:#fff;flex-direction:column;padding:24px;gap:6px;z-index:49;border-top:1px solid var(--line)}
  .nav.open{display:flex}
  .nav a{padding:.75rem 1rem;border-radius:10px;font-size:1rem}
  .lang-switch{display:none}
}

/* ── Responsive ──────────────────────────────────────────────── */
@media(max-width:820px){
  section,.section,.section-alt{padding:52px 0}
  .hero .wrap{grid-template-columns:1fr;text-align:center}
  .hero-img{display:none}
  .ftr-grid{grid-template-columns:1fr}
  .stats-band .wrap{grid-template-columns:repeat(2,1fr)}
  .stat-item:nth-child(2){border-right:0}
}
@media(max-width:540px){
  .cards,.proj-grid{grid-template-columns:1fr}
  .stats-band .wrap{grid-template-columns:1fr}
  .stat-item{border-right:0;border-bottom:1px solid var(--line)}
  .stat-item:last-child{border-bottom:0}
  .cta-band{padding:48px 0}
}

/* ── Utility ─────────────────────────────────────────────────── */
.text-center{text-align:center}
.mt-8{margin-top:8px}.mt-16{margin-top:16px}.mt-24{margin-top:24px}.mt-32{margin-top:32px}
.mb-0{margin-bottom:0}
.bg-green{background:linear-gradient(145deg,var(--green-d),var(--green))}
.bg-lime{background:var(--lime-xl)}
.bg-white{background:var(--white)}
.text-white{color:#fff!important}

/* ===== contrast donkere secties (koppen wit) 2026-07-14 ===== */
.hero h1,.hero h2,.hero h3,.pagehero h1,.pagehero h2,.pagehero h3,.tis-hero h1,.tis-hero h2,.tis-hero h3,.tis-cta h1,.tis-cta h2,.tis-cta h3,.tis-inspire h1,.tis-inspire h2,.tis-inspire h3,.impact-band h1,.impact-band h2,.impact-band h3,.don-hero h1,.don-hero h2,.don-hero h3,.anbi-hero h1,.anbi-hero h2,.anbi-hero h3,.nws-hero h1,.nws-hero h2,.nws-hero h3,.av-hero h1,.av-hero h2,.av-hero h3{color:#fff!important}
.tis-cta p,.tis-cta li,.tis-inspire p,.impact-band p,.impact-band li{color:rgba(255,255,255,.92)!important}
.hero h1 span,.pagehero h1 span,.tis-hero h1 span,.tis-cta h1 span,.don-hero h1 span{color:#8bc63f!important}
.tis-inspire .vertaling{opacity:.96!important;color:#fff!important}.tis-inspire .bron{opacity:.72!important;color:#fff!important}

/* ===== Hero-foto (echte candid #001) 2026-07-14h ===== */
.tis-hero{background:linear-gradient(105deg,rgba(9,54,46,.95) 0%,rgba(9,54,46,.88) 48%,rgba(16,74,44,.70) 100%),url("../img/hero.jpg") center 42%/cover no-repeat!important}
@media(max-width:900px){.tis-hero{background:linear-gradient(rgba(9,54,46,.92),rgba(9,54,46,.90)),url("../img/hero.jpg") center 38%/cover no-repeat!important}}

/* ===== HER-PLAATSING na Bouders-clobber: dropdown+projecten 2026-07-14i ===== */
.tis-hero h1{color:#fff!important}.tis-hero h1 span{color:#8bc63f!important}
.tis-hero .lead,.tis-hero p{color:rgba(255,255,255,.95)!important}
.tis-hero .eyebrow,.tis-hero .eyebrow *{color:#8be3d8!important}
@media(min-width:901px){
  .nav{flex-wrap:nowrap!important}
  .nav-drop-menu{position:absolute!important;top:calc(100% - 2px)!important;left:0!important;display:none!important;background:#fff!important;border:1px solid var(--line)!important;border-radius:12px!important;box-shadow:0 18px 44px -20px rgba(0,0,0,.35)!important;padding:.4rem!important;min-width:220px!important;z-index:60!important;flex-direction:column!important}
  .nav-drop:hover .nav-drop-menu,.nav-drop:focus-within .nav-drop-menu{display:block!important}
  .nav-drop-menu a{white-space:nowrap!important;display:block!important;padding:.55rem .8rem!important}
}
@media(max-width:900px){header.hdr .nav-drop-menu{position:static!important;display:block!important}}
.cards,.proj-grid,.projecten-grid,.tis-cards{display:grid!important;grid-template-columns:repeat(auto-fill,minmax(min(100%,260px),1fr))!important;gap:18px!important}
@media(max-width:560px){.cards,.proj-grid,.projecten-grid,.tis-cards{grid-template-columns:1fr!important}}

/* ===== dropdown-anker fix 2026-07-14j ===== */
@media(min-width:901px){ .nav-drop{position:relative!important} }

/* ===== mobiel menu solide achtergrond 2026-07-14 ===== */
@media(max-width:900px){header.hdr .nav{background:#fff!important}header.hdr .nav.open{background:#fff!important;position:fixed!important;inset:0!important;top:64px!important;z-index:9999!important;padding:18px 22px!important;overflow-y:auto!important;box-shadow:0 24px 48px rgba(0,0,0,.18)!important;border-top:1px solid var(--line)!important}header.hdr .nav.open a,header.hdr .nav.open .nav-drop-t{color:#1a2a14!important;background:transparent}header.hdr .nav.open a:hover,header.hdr .nav.open a.active{background:var(--lime-l,#e8f5d9)!important;color:var(--green,#0f5145)!important}header.hdr .nav.open .nav-drop-menu{background:transparent!important;box-shadow:none!important;border:0!important;padding-left:14px!important}header.hdr .nav.open .btn-primary{margin-top:10px}}

/* ===== HER-PLAATSING mobiel menu volle hoogte (na Bouders-clobber) 2026-07-14k ===== */
@media(max-width:900px){
  header.hdr .nav.open{
    position:fixed!important;top:77px!important;left:0!important;right:0!important;width:100%!important;
    height:calc(100vh - 77px)!important;height:calc(100dvh - 77px)!important;max-height:none!important;
    display:flex!important;flex-direction:column!important;align-items:stretch!important;gap:.15rem!important;
    background:#fff!important;padding:1rem 1.3rem 2.4rem!important;overflow-y:auto!important;
    z-index:9999!important;box-shadow:0 24px 44px -14px rgba(0,0,0,.32)!important;
  }
  header.hdr .nav.open a,header.hdr .nav.open .nav-drop>a{
    display:block!important;padding:.95rem .3rem!important;font-size:1.12rem!important;
    border-bottom:1px solid #eef1ee!important;white-space:normal!important;width:100%!important;
  }
  header.hdr .nav.open .nav-drop-menu{position:static!important;display:block!important;box-shadow:none!important;border:0!important;padding:0 0 0 .8rem!important;background:transparent!important}
  header.hdr .nav.open .nav-drop-menu a{font-size:1rem!important;opacity:.85}
}

/* ===== mobiel menu styling + Doneer-knop 2026-07-14l ===== */
@media(max-width:900px){
  header.hdr .nav.open{padding:1.4rem 1.3rem 2.6rem!important;gap:.1rem!important}
  header.hdr .nav.open a:not(.btn){display:block!important;padding:1rem .6rem!important;font-size:1.15rem!important;font-weight:600!important;color:#12352c!important;border-bottom:1px solid #eef1ee!important;border-radius:10px!important;transition:background .15s}
  header.hdr .nav.open a:not(.btn):active,header.hdr .nav.open a.active:not(.btn){background:#eaf5e0!important;color:#0a3a31!important}
  header.hdr .nav.open .nav-drop.active>a{background:#eaf5e0!important;border-radius:10px!important}
  header.hdr .nav.open .nav-drop-menu a{font-size:1.02rem!important;font-weight:500!important;padding:.7rem .6rem .7rem 1.4rem!important;color:#2f5c3f!important;border-bottom:1px dashed #eef1ee!important}
  header.hdr .nav.open .btn-primary{display:flex!important;align-items:center;justify-content:center!important;gap:.5rem;margin-top:1.3rem!important;width:100%!important;padding:1.05rem!important;font-size:1.18rem!important;font-weight:700!important;border-radius:14px!important;border-bottom:0!important;box-shadow:0 12px 26px -10px rgba(9,54,46,.55)!important}
}

/* ===== Doneer-knop groen-gevuld in mobiel menu 2026-07-14m ===== */
@media(max-width:900px){
  header.hdr .nav.open .btn-primary{background:#0f4a3c!important;color:#fff!important}
  header.hdr .nav.open .btn-primary svg{stroke:#fff!important;color:#fff!important}
}

/* ===== LICHT-THEMA footer + secties: donkere tekst/links (obsolete witte-tekst patches verwijderd 2026-07-15) =====
   De footer-achtergrond is licht (#eef5e6). Selectors met html body + 2 classes winnen elke
   specificity-strijd, dus er kan geen enkele losse witte-tekst regel meer terugkeren. */
html body .ftr h2,html body .ftr h4{color:#0f5145!important}
html body .ftr,html body .ftr p,html body .ftr li,html body .ftr span,
html body .ftr a:not([class*=btn]),html body .ftr-bot,html body .ftr-bot-r,html body .ftr-bot *,html body .ftr-contact a{color:#26331c!important}
html body .ftr a:not([class*=btn]):hover,html body .ftr-bot a:hover,html body .ftr-contact a:hover{color:#5a8a2e!important}
/* Inline links in hero/cta/band-secties (nu óók licht) = donkergroen i.p.v. wit */
html body .don-hero a:not([class*=btn]),html body .tis-cta a:not([class*=btn]),html body .con-hero a:not([class*=btn]),html body .pagehero a:not([class*=btn]),html body .anbi-hero a:not([class*=btn]),html body .nws-hero a:not([class*=btn]),html body .av-hero a:not([class*=btn]),html body .impact-band a:not([class*=btn]),html body .tis-hero a:not([class*=btn]){color:#0f5145!important}

/* ===== LICHT THEMA 2026-07-16 ===== */
.tis-hero,.hero,.pagehero,.don-hero,.anbi-hero,.nws-hero,.av-hero,.con-hero,.tis-cta,.tis-inspire,.impact-band{background:linear-gradient(160deg,#f6fbef 0%,#e9f4dd 100%)!important;color:#26331c!important}
.tis-hero::before,.hero::before,.pagehero::before,.don-hero::before,.con-hero::before,.tis-cta::before,.tis-inspire::before,.anbi-hero::before,.nws-hero::before{display:none!important}
.tis-hero h1,.hero h1,.pagehero h1,.don-hero h1,.anbi-hero h1,.nws-hero h1,.av-hero h1,.con-hero h1,.tis-cta h1,.tis-cta h2,.tis-cta h3,.tis-inspire h1,.tis-inspire h2,.tis-inspire h3,.impact-band h1,.impact-band h2,.impact-band h3{color:#0f5145!important}
.tis-hero h1 span,.hero h1 span,.tis-cta h1 span,.pagehero h1 span{color:#6fa02e!important}
.tis-hero .lead,.hero .lead,.pagehero .lead,.don-hero .lead,.con-hero .lead,.tis-cta p,.tis-inspire p,.tis-inspire .vertaling,.tis-inspire .bron,.impact-band p{color:#3c4b30!important;opacity:1!important}
.tis-hero .eyebrow,.pagehero .eyebrow,.con-hero .eyebrow,.don-hero .eyebrow,.tis-cta .eyebrow{color:#5a8a2e!important;background:rgba(15,81,69,.07)!important;border:1px solid rgba(15,81,69,.15)!important}
.tis-hero-btns .btn-w,.don-hero .btn-w,.tis-cta .btn-w{background:#0f5145!important;color:#fff!important}
.tis-hero-btns .btn-ghost,.tis-cta .btn-ghost,.don-hero .btn-ghost{border:2px solid #0f5145!important;color:#0f5145!important;background:transparent!important}
.tis-iban,.iban-box{background:#fff!important;border:1px solid var(--line,#e2e8d8)!important}
.tis-iban .iv,.tis-iban .il,.tis-iban .io,.iban-box .iban,.iban-box .lbl,.iban-box .ovv{color:#0f5145!important;opacity:1!important}
.ftr{background:#eef5e6!important;color:#2a3a1e!important;border-top:1px solid #d8e6cc!important}
.ftr h4{color:#0f5145!important}
.ftr a,.ftr-bot a,.ftr-contact a,.ftr p,.ftr li,.ftr span,.ftr-bot,.ftr-bot-r,.ftr-bot *{color:#2a3a1e!important}
.ftr a:hover,.ftr-bot a:hover,.ftr-contact a:hover{color:#5a8a2e!important}
.ftr-brand img{filter:none!important}
.ftr-social a{border:1px solid rgba(15,81,69,.3)!important;color:#0f5145!important}
.ftr-social a:hover{background:#8bc63f!important;border-color:#8bc63f!important;color:#fff!important}
.tis-hero-logo{filter:drop-shadow(0 14px 30px rgba(15,81,69,.18))!important}

/* ===== licht-thema: ALLE witte tekst -> donker 2026-07-16b ===== */
html body .tis-hero *,html body .hero *,html body .pagehero *,html body .don-hero *,html body .con-hero *,html body .anbi-hero *,html body .nws-hero *,html body .av-hero *,html body .tis-cta *,html body .tis-inspire *,html body .impact-band *,html body .ftr *{color:#2a3a1e!important;opacity:1!important}
html body .tis-hero h1,html body .hero h1,html body .pagehero h1,html body .don-hero h1,html body .con-hero h1,html body .anbi-hero h1,html body .nws-hero h1,html body .av-hero h1,html body .tis-cta h1,html body .tis-cta h2,html body .tis-cta h3,html body .tis-inspire h2,html body .impact-band h2,html body .ftr h4{color:#0f5145!important}
html body .tis-hero h1 span,html body .hero h1 span,html body .tis-cta h1 span,html body .pagehero h1 span{color:#6fa02e!important}
html body .tis-hero .eyebrow,html body .pagehero .eyebrow,html body .con-hero .eyebrow,html body .tis-cta .eyebrow,html body .don-hero .eyebrow{color:#5a8a2e!important}
html body .btn-primary,html body .btn-primary *,html body .btn-w,html body .btn-w *,html body .btn-lime,html body .btn-lime *,html body .don-submit,html body .con-submit{color:#fff!important}
html body .btn-outline,html body .btn-outline *,html body .btn-ghost,html body .btn-ghost *{color:#0f5145!important}
html body .ftr h4{color:#0f5145!important}

/* ===== footer links+logo definitief 2026-07-16c ===== */
html body .ftr ul li a,html body .ftr ul a,html body .ftr-bot a,html body .ftr-contact a{color:#26331c!important}
html body .ftr ul li a:hover{color:#5a8a2e!important}
html body .ftr-brand img{filter:none!important;opacity:1!important}
html body .ftr-social a{color:#0f5145!important;border-color:rgba(15,81,69,.3)!important}

/* pagehero lead+eyebrow donker 2026-07-16d */
html body .pagehero .eyebrow,html body .anbi-hero .eyebrow,html body .nws-hero .eyebrow,html body .don-hero .eyebrow,html body .con-hero .eyebrow{color:#5a8a2e!important;opacity:1!important}
html body .pagehero .lead,html body .anbi-hero .lead,html body .nws-hero .lead{color:#3c4b30!important}

/* ===== HERO-FOTO HERSTELD 2026-07-16b — licht-thema flatte de hero-foto; hier terug met leesbare overlay ===== */
html body .tis-hero{background:linear-gradient(105deg,rgba(9,54,46,.92) 0%,rgba(9,54,46,.80) 45%,rgba(16,74,44,.60) 100%),url("../img/hero.jpg") center 42%/cover no-repeat!important;color:#fff!important}
html body .tis-hero::before{display:none!important}
html body .tis-hero *{color:#fff!important;opacity:1!important}
html body .tis-hero h1{color:#fff!important}
html body .tis-hero h1 span{color:#8be3d8!important}
html body .tis-hero .lead,html body .tis-hero p{color:rgba(255,255,255,.95)!important}
html body .tis-hero .eyebrow{color:#8be3d8!important;background:rgba(255,255,255,.12)!important;border:1px solid rgba(255,255,255,.28)!important}
html body .tis-hero .tis-hero-btns .btn-w,html body .tis-hero .btn-w{background:#fff!important;color:#0f5145!important;border:0!important}
html body .tis-hero .tis-hero-btns .btn-ghost,html body .tis-hero .btn-ghost{border:2px solid #fff!important;color:#fff!important;background:transparent!important}
@media(max-width:900px){html body .tis-hero{background:linear-gradient(rgba(9,54,46,.90),rgba(9,54,46,.86)),url("../img/hero.jpg") center 38%/cover no-repeat!important}}

/* hero-foto witte tekst 2026-07-16e */
html body .tis-hero h1,html body .tis-hero .lead,html body .tis-hero p,html body .tis-hero .eyebrow{color:#fff!important}
html body .tis-hero h1 span{color:#a7d47f!important}
html body .tis-hero .eyebrow{background:rgba(255,255,255,.14)!important;border-color:rgba(255,255,255,.25)!important}
html body .tis-hero-btns .btn-w{background:#fff!important;color:#0f5145!important}
html body .tis-hero-btns .btn-ghost{border-color:rgba(255,255,255,.6)!important;color:#fff!important}

/* alle heros foto-carousel: witte tekst 2026-07-16f */
html body .tis-hero h1,html body .pagehero h1,html body .don-hero h1,html body .con-hero h1,html body .anbi-hero h1,html body .nws-hero h1,html body .tis-hero .lead,html body .pagehero .lead,html body .don-hero .lead,html body .con-hero .lead,html body .anbi-hero .lead,html body .nws-hero .lead,html body .tis-hero p,html body .pagehero p,html body .tis-hero .eyebrow,html body .pagehero .eyebrow,html body .don-hero .eyebrow,html body .con-hero .eyebrow,html body .anbi-hero .eyebrow,html body .nws-hero .eyebrow{color:#fff!important}
html body .tis-hero h1 span,html body .pagehero h1 span{color:#a7d47f!important}
html body .pagehero .eyebrow,html body .anbi-hero .eyebrow,html body .con-hero .eyebrow{background:rgba(255,255,255,.14)!important;border-color:rgba(255,255,255,.25)!important}
