/*
Theme Name: PersfotoNH Schoon Thema
Author: PersfotoNH
Version: 4.0
Description: Schoon thema met werkend menu, customizer en bovenfoto's.
*/
:root{--red:#e30613;--dark:#050608;--text:#111827}
*{box-sizing:border-box}
body{margin:0;font-family:Arial,Helvetica,sans-serif;color:var(--text);background:#fff;line-height:1.6}
a{text-decoration:none;color:inherit}
.container{width:min(1180px,92%);margin:0 auto}
.topbar{background:var(--red);color:#fff;padding:8px 0;font-weight:700;font-size:14px}
.header{background:var(--dark);color:#fff;position:sticky;top:0;z-index:99}
.header-inner{display:flex;align-items:center;justify-content:space-between;gap:25px;padding:18px 0}
.logo{font-size:32px;font-weight:900;color:#fff}.logo span{color:var(--red)}
.menu ul{display:flex;gap:18px;flex-wrap:wrap;list-style:none;margin:0;padding:0}
.menu a{color:#fff;font-weight:700}.menu a:hover{color:var(--red)}
.hero{color:#fff;background-size:cover;background-position:center;padding:95px 0}
.badge{display:inline-block;background:rgba(227,6,19,.25);color:#fff;padding:8px 14px;border-radius:999px;font-weight:800;margin-bottom:16px}
.hero h1{font-size:clamp(38px,6vw,72px);line-height:1.03;margin:0 0 18px;max-width:850px}
.hero p{font-size:21px;color:#e5e7eb;max-width:780px;margin:0 0 30px}
.buttons{display:flex;gap:14px;flex-wrap:wrap}.btn{display:inline-block;border-radius:999px;padding:13px 22px;font-weight:900}.btn-red{background:var(--red);color:#fff}.btn-white{background:#fff;color:#111}
.section{padding:70px 0}.section-gray{background:#f4f5f7}.section-dark{background:#080a0f;color:#fff}
.section-title{font-size:38px;line-height:1.1;margin:0 0 12px}.section-lead{font-size:18px;color:#606773;max-width:800px;margin:0 0 35px}.section-dark .section-lead{color:#cbd5e1}
.grid{display:grid;gap:24px}.grid-3{grid-template-columns:repeat(3,1fr)}
.card{background:#fff;border-radius:22px;padding:28px;box-shadow:0 12px 32px rgba(0,0,0,.08)}.section-dark .card{background:#121826;color:#fff;border:1px solid rgba(255,255,255,.08)}
.card h3{font-size:23px;margin:0 0 10px}.card p{color:#4b5563;margin:0}.section-dark .card p{color:#cbd5e1}
.icon{font-size:34px;margin-bottom:12px}.split{display:grid;grid-template-columns:1.1fr .9fr;gap:42px;align-items:center}
.visual{min-height:370px;border-radius:28px;background-size:cover;background-position:center;box-shadow:0 18px 45px rgba(0,0,0,.28)}
.list{list-style:none;margin:22px 0 0;padding:0}.list li{margin:10px 0;padding-left:30px;position:relative}.list li:before{content:"✓";position:absolute;left:0;color:var(--red);font-weight:900}
.cta-box{background:linear-gradient(115deg,#e30613,#730006);color:#fff;border-radius:30px;padding:44px;display:flex;justify-content:space-between;align-items:center;gap:25px}.cta-box h2{font-size:34px;margin:0 0 10px}.cta-box p{margin:0;color:#ffe4e6;font-size:18px}
.page-hero{min-height:360px;color:#fff;display:flex;align-items:flex-end;background-size:cover;background-position:center;position:relative}.page-hero:before{content:"";position:absolute;inset:0;background:linear-gradient(180deg,rgba(0,0,0,.25),rgba(0,0,0,.82))}.page-hero .container{position:relative;z-index:2;padding-bottom:48px}.page-hero h1{font-size:clamp(36px,5vw,62px);line-height:1.05;margin:0;max-width:900px}.page-content{padding:55px 0 75px}
.footer{background:#030406;color:#d1d5db;padding:35px 0}.footer-inner{display:flex;justify-content:space-between;gap:25px;flex-wrap:wrap}
@media(max-width:850px){.header-inner{align-items:flex-start;flex-direction:column}.grid-3,.split{grid-template-columns:1fr}.hero{padding:70px 0}.page-hero{min-height:280px}.cta-box{flex-direction:column;align-items:flex-start}}
