 :root{--g:#246b10;--ink:#101510;--soft:#f4f7f2}*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;font-family:Arial,sans-serif;color:var(--ink)}a{text-decoration:none;color:inherit}.top{height:80px;display:flex;align-items:center;padding:10px 5vw;gap:30px;position:sticky;top:0;background:white;z-index:5;box-shadow:0 1px 8px #0001}.brand img{width:225px;height:55px;object-fit:contain}.top nav{display:flex;gap:22px;margin-left:auto;font-weight:700;font-size:14px}.btn{display:inline-block;background:var(--g);color:#fff;padding:14px 20px;border-radius:4px;font-weight:800}.hero{min-height:560px;position:relative;color:white;overflow:hidden}.hero>img{position:absolute;width:100%;height:100%;object-fit:cover}.shade{position:absolute;inset:0;background:linear-gradient(90deg,#000d 0%,#0009 48%,#0001 80%)}.hero-copy{position:relative;padding:70px 6vw;max-width:790px}.ey{color:var(--g);font-weight:900;font-size:13px;letter-spacing:.05em}.hero h1{font-size:55px;line-height:1.04;margin:12px 0}.hero p,.pagehero p{font-size:18px;line-height:1.6}.section{padding:60px 6vw}.section h2{font-size:34px}.cards{display:grid;grid-template-columns:repeat(4,1fr);gap:16px}.card{border:1px solid #dfe5dd;padding:22px;border-radius:7px;min-height:220px}.card.hot{border-top:4px solid var(--g)}.badge{display:flex;width:46px;height:46px;align-items:center;justify-content:center;background:var(--g);color:white;border-radius:8px;font-weight:900}.card p{color:#566056;line-height:1.5;font-size:14px}.more{color:var(--g);font-weight:800;font-size:13px}.nation{background:var(--soft);text-align:center}.nation p{max-width:1000px;margin:12px auto;font-size:17px;line-height:1.65;color:#4e584e}.proof{display:grid;grid-template-columns:180px 1fr;gap:40px;align-items:center}.proof img{width:160px}.cta{background:linear-gradient(110deg,#174d09,var(--g));color:white;padding:40px 6vw;display:flex;justify-content:space-between;align-items:center;gap:30px}.cta .btn{background:white;color:var(--g);margin:4px}.about{display:grid;grid-template-columns:1fr 1fr;gap:45px;align-items:center}.about img{width:100%;border-radius:8px}.pagehero{padding:75px 7vw;background:linear-gradient(120deg,var(--soft),white)}.pagehero h1{font-size:46px;max-width:900px}.pagehero p{max-width:850px;color:#4e584e}.copy{max-width:1000px;margin:auto}.copy p{font-size:17px;line-height:1.7;color:#4e584e}.cert{display:grid;grid-template-columns:120px 1fr;gap:25px;align-items:center;background:var(--soft);padding:25px;border-radius:8px}.cert img{width:105px}footer{background:#0b100b;color:#eee;padding:40px 6vw;display:grid;grid-template-columns:1fr 1fr 1fr;gap:35px;font-size:13px;line-height:1.6}footer img{width:220px}@media(max-width:900px){.cards{grid-template-columns:repeat(2,1fr)}.top nav{display:none}.hero h1{font-size:43px}}@media(max-width:650px){.cards,.about,.proof,.cert,footer{grid-template-columns:1fr}.hero h1,.pagehero h1{font-size:34px}.hero-copy{padding:55px 22px}.section,.pagehero{padding:45px 22px}.cta{flex-direction:column;align-items:flex-start}.brand img{width:180px}}
/* SCHONE MASTER: alleen certificering/merken, klikbare klassen en onderste foto */
.proof{grid-template-columns:190px minmax(300px,1fr) minmax(480px,1.35fr);gap:34px}
.certification-logos{display:flex;gap:12px;align-items:center}
.proof .certification-logos img{width:auto;max-width:88px;max-height:105px;object-fit:contain}
.brand-partners{min-width:0}
.brand-partners>.ey{display:block;margin-bottom:16px}
.brand-grid{display:grid;grid-template-columns:repeat(4,1fr);align-items:center;gap:10px}
.proof .brand-grid img{width:100%;height:72px;object-fit:contain;padding:6px 10px}
.card{position:relative}
.card .more:after{content:"";position:absolute;inset:0}
.card:has(.more[href="#"]){cursor:default}
@media(max-width:1100px){.proof{grid-template-columns:160px 1fr}.brand-partners{grid-column:1/-1}.brand-grid{max-width:800px}}
@media(max-width:650px){.proof{grid-template-columns:1fr}.brand-partners{grid-column:auto}.brand-grid{grid-template-columns:repeat(2,1fr)}}

/* hero CTA herstel */
.hero{position:relative}
.hero-copy{position:absolute;z-index:3;left:2%;top:50%;transform:translateY(-50%);max-width:610px;color:#fff}
.hero-copy .ey{display:block;font-weight:800;font-size:14px;letter-spacing:.04em;margin-bottom:12px}
.hero-copy h1{font-size:clamp(34px,4vw,62px);line-height:1.05;margin:0 0 16px;color:#fff}
.hero-copy p{font-size:18px;line-height:1.5;margin:0 0 24px;max-width:650px}
.hero-actions{display:flex;gap:12px;flex-wrap:wrap}
.hero-actions .btn{display:inline-block;padding:13px 20px;border-radius:5px;text-decoration:none;font-weight:800}
.hero-actions .primary{background:#1f8f16;color:#fff}
.hero-actions .secondary{background:#fff;color:#222}
@media(max-width:700px){.hero-copy{left:3%;right:5%;max-width:none}.hero-copy h1{font-size:34px}.hero-copy p{font-size:16px}}
