:root { color-scheme: light only; }
*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }
html { scroll-behavior: smooth; overflow-x: hidden; }
body { font-family: 'Nunito', sans-serif; background: #F7F4EF; color: #1A1814; overflow-x: hidden; }

a { color: #1B5FBF; }
img { max-width: 100%; height: auto; display: block; }

.skip-link { position:absolute; left:-9999px; top:0; background:#1B5FBF; color:#fff; padding:10px 16px; z-index:999; }
.skip-link:focus { left:8px; top:8px; }

/* nav */
.top-bar { background:#1B5FBF; color:#fff; height:36px; display:flex; align-items:center; justify-content:center; font-size:12px; font-weight:700; letter-spacing:0.1em; text-transform:uppercase; text-align:center; padding:0 16px; }
.site-nav { background:#0A1628; display:flex; align-items:center; justify-content:space-between; gap:20px; padding:10px 40px; flex-wrap:wrap; }
.site-nav img { height:56px; width:56px; object-fit:contain; mix-blend-mode:screen; }
.nav-links { display:flex; gap:24px; list-style:none; align-items:center; flex-wrap:wrap; }
.nav-links a { text-decoration:none; font-size:12.5px; font-weight:600; letter-spacing:0.07em; color:rgba(255,255,255,0.8); text-transform:uppercase; }
.nav-links a:hover, .nav-links a[aria-current="page"] { color:#fff; }
.nav-cta { background:#1B5FBF; color:#fff; padding:11px 22px; font-size:12px; font-weight:700; letter-spacing:0.07em; text-transform:uppercase; text-decoration:none; border-radius:9px; white-space:nowrap; }
.nav-cta:hover { background:#154FA3; }

/* hero */
.page-hero { background:#0A1628; color:#fff; padding:64px 40px 56px; }
.page-hero-inner { max-width:900px; margin:0 auto; }
.breadcrumb { font-size:12.5px; color:rgba(255,255,255,0.5); margin-bottom:18px; }
.breadcrumb a { color:rgba(255,255,255,0.7); text-decoration:none; }
.breadcrumb a:hover { color:#fff; }
h1 { font-family:'Poppins', sans-serif; font-size:clamp(28px, 5vw, 46px); font-weight:800; line-height:1.15; margin-bottom:18px; text-wrap:balance; }
.page-hero p { font-size:17px; line-height:1.7; color:rgba(255,255,255,0.75); max-width:640px; text-wrap:pretty; }
.hero-actions { display:flex; gap:12px; flex-wrap:wrap; margin-top:28px; }
.btn { display:inline-flex; align-items:center; gap:9px; padding:14px 26px; border-radius:10px; font-size:14px; font-weight:700; text-decoration:none; }
.btn-primary { background:#1B5FBF; color:#fff; }
.btn-primary:hover { background:#154FA3; }
.btn-wa { background:#25D366; color:#fff; }
.btn-outline { border:1.5px solid rgba(255,255,255,0.3); color:#fff; }
.btn-outline:hover { border-color:#fff; }

/* content */
main { max-width:900px; margin:0 auto; padding:56px 24px 24px; }
main section { margin-bottom:52px; }
h2 { font-family:'Poppins', sans-serif; font-size:clamp(22px, 3.4vw, 32px); font-weight:800; line-height:1.2; margin-bottom:18px; text-wrap:balance; }
h3 { font-family:'Poppins', sans-serif; font-size:19px; font-weight:700; margin-bottom:8px; }
main p { font-size:16px; line-height:1.75; margin-bottom:16px; color:#26221D; text-wrap:pretty; }
main ul { margin:0 0 18px 20px; }
main li { font-size:16px; line-height:1.75; margin-bottom:8px; color:#26221D; }

.card-grid { display:grid; grid-template-columns:repeat(auto-fit, minmax(230px, 1fr)); gap:18px; }
.card { background:#fff; border:1px solid rgba(0,0,0,0.07); border-radius:14px; padding:22px; text-decoration:none; color:inherit; display:block; }
.card:hover { border-color:#1B5FBF; box-shadow:0 8px 26px rgba(10,22,40,0.08); }
.card h3 { margin-bottom:6px; color:#0A1628; }
.card p { font-size:14px; color:#3F3A34; margin:0; line-height:1.6; }

.steps { counter-reset:step; list-style:none; margin-left:0; }
.steps li { position:relative; padding-left:44px; margin-bottom:16px; }
.steps li::before { counter-increment:step; content:counter(step, decimal-leading-zero); position:absolute; left:0; top:2px; font-family:'Poppins',sans-serif; font-weight:800; color:#1B5FBF; font-size:15px; }

.faq-item { background:#fff; border:1px solid rgba(0,0,0,0.07); border-radius:12px; padding:20px 22px; margin-bottom:12px; }
.faq-item h3 { font-size:17px; margin-bottom:6px; }
.faq-item p { font-size:15px; margin:0; color:#26221D; }

.callout { background:#0A1628; color:#fff; border-radius:16px; padding:34px; }
.callout h2 { color:#fff; margin-bottom:10px; }
.callout p { color:rgba(255,255,255,0.72); }

.link-list { display:flex; flex-wrap:wrap; gap:10px; list-style:none; margin-left:0; }
.link-list li { margin:0; }
.link-list a { display:inline-block; background:#fff; border:1px solid rgba(0,0,0,0.09); border-radius:999px; padding:9px 16px; font-size:14px; font-weight:600; text-decoration:none; }
.link-list a:hover { border-color:#1B5FBF; }

/* footer */
footer { background:#0A1628; color:rgba(255,255,255,0.6); padding:52px 40px 28px; margin-top:40px; }
.footer-inner { max-width:1100px; margin:0 auto; display:grid; grid-template-columns:repeat(auto-fit, minmax(210px, 1fr)); gap:34px; }
footer h4 { font-family:'Poppins',sans-serif; color:#fff; font-size:14px; margin-bottom:14px; }
footer ul { list-style:none; }
footer li { margin-bottom:8px; font-size:14px; }
footer a { color:rgba(255,255,255,0.6); text-decoration:none; }
footer a:hover { color:#fff; }
.footer-bottom { max-width:1100px; margin:34px auto 0; padding-top:20px; border-top:1px solid rgba(255,255,255,0.1); font-size:12.5px; display:flex; gap:16px; flex-wrap:wrap; justify-content:space-between; }

@media (max-width: 720px) {
  .site-nav { padding:10px 18px; }
  .nav-links { gap:14px; }
  .page-hero { padding:44px 20px 40px; }
  footer { padding:40px 20px 24px; }
}

/* expliciete lichte weergave, ook als het toestel in donkere modus staat */
@media (prefers-color-scheme: dark) {
  html, body { background:#F7F4EF !important; color:#16130F !important; }
  main, main section, .card, .faq-item, .project-card, .project-body { background-color:#F7F4EF !important; }
  .card, .faq-item, .project-card { background-color:#FFFFFF !important; }
  main p, main li, .card p, .faq-item p, .project-card p { color:#26221D !important; }
  h1, h2, h3, h4, .project-card h2, .card h3, .faq-item h3 { color:#12100D !important; }
  .page-hero, .callout, .site-nav, footer { background-color:#0A1628 !important; }
  .page-hero h1, .callout h2 { color:#FFFFFF !important; }
  .page-hero p { color:rgba(255,255,255,0.82) !important; }
  .callout p { color:rgba(255,255,255,0.78) !important; }
  .breadcrumb, .breadcrumb a { color:rgba(255,255,255,0.75) !important; }
  .project-meta { color:#5E594F !important; }
  .link-list a { background:#FFFFFF !important; color:#1B5FBF !important; }
  footer, footer a, footer p, footer li { color:rgba(255,255,255,0.75) !important; }
  footer h4 { color:#FFFFFF !important; }
}
