/* FBE Engineering */
*, *::before, *::after { margin: 0; padding: 0; box-sizing: border-box; }

:root {
    --blauw: #1a56db;
    --blauw-d: #1e40af;
    --blauw-l: #dbeafe;
    --g50: #f8fafc; --g100: #f1f5f9; --g200: #e2e8f0;
    --g400: #94a3b8; --g600: #475569; --g800: #1e293b; --g900: #0f172a;
    --wit: #ffffff;
}

html { scroll-behavior: smooth; }
body { font-family: Arial, Helvetica, sans-serif; color: var(--g800); background: var(--wit); line-height: 1.6; overflow-x: hidden; }
a { text-decoration: none; color: inherit; }
ul { list-style: none; }
img { max-width: 100%; display: block; }
em { font-style: italic; color: var(--blauw); }

.wrap { max-width: 1160px; margin: 0 auto; padding: 0 24px; }

/* NAV */
.nav { position: fixed; top: 0; left: 0; right: 0; z-index: 100; background: #fff; border-bottom: 1px solid var(--g200); box-shadow: 0 2px 8px rgba(0,0,0,.06); }
.nav-inner { max-width: 1160px; margin: 0 auto; padding: 0 24px; display: flex; align-items: center; justify-content: space-between; height: 88px; }
.nav-logo img { height: 64px; width: auto; }
.nav-menu { display: flex; align-items: center; gap: 4px; }
.nav-menu a { padding: 8px 16px; font-size: 15px; font-weight: 500; color: var(--g600); border-radius: 6px; transition: all .2s; }
.nav-menu a:hover, .nav-menu a.actief { color: var(--blauw); background: var(--blauw-l); }
.nav-menu .btn-nav { background: var(--blauw); color: #fff !important; padding: 10px 22px; border-radius: 6px; font-weight: 600; }
.nav-menu .btn-nav:hover { background: var(--blauw-d); }
.hamburger { display: none; flex-direction: column; gap: 5px; background: none; border: none; cursor: pointer; padding: 4px; }
.hamburger span { width: 24px; height: 2px; background: var(--g800); border-radius: 2px; }

/* KNOPPEN */
.btn { display: inline-flex; align-items: center; gap: 8px; padding: 13px 28px; font-size: 15px; font-weight: 600; border-radius: 6px; transition: all .2s; cursor: pointer; border: none; font-family: inherit; }
.btn-blauw { background: var(--blauw); color: #fff; }
.btn-blauw:hover { background: var(--blauw-d); }
.btn-rand { background: transparent; color: var(--g800); border: 2px solid var(--g200); }
.btn-rand:hover { border-color: var(--blauw); color: var(--blauw); }
.btn-wit { background: #fff; color: var(--blauw-d); font-weight: 700; }
.btn-wit:hover { background: var(--blauw-l); }
.btn-rand-wit { background: transparent; color: #fff; border: 2px solid rgba(255,255,255,.5); }
.btn-rand-wit:hover { border-color: #fff; background: rgba(255,255,255,.1); }

/* HERO */
.hero { position: relative; min-height: 100vh; display: flex; flex-direction: column; }
.hero-achtergrond { position: absolute; inset: 0; }
.hero-achtergrond img { width: 100%; height: 100%; object-fit: cover; display: block; }
.hero-achtergrond::after { content: ''; position: absolute; inset: 0; background: linear-gradient(135deg, rgba(10,20,50,.82) 0%, rgba(26,86,219,.55) 100%); }
.hero-inhoud { position: relative; z-index: 1; flex: 1; display: flex; align-items: center; padding: 120px 24px 80px; max-width: 1160px; margin: 0 auto; width: 100%; }
.hero-tekst { max-width: 660px; }
.hero-label { display: inline-block; padding: 6px 16px; background: rgba(255,255,255,.15); color: #fff; font-size: 13px; font-weight: 600; letter-spacing: .5px; border-radius: 100px; border: 1px solid rgba(255,255,255,.25); margin-bottom: 24px; }
.hero-tekst h1 { font-size: 52px; font-weight: 700; color: #fff; line-height: 1.12; margin-bottom: 20px; }
.hero-tekst h1 em { color: #93c5fd; font-style: italic; }
.hero-tekst p { font-size: 18px; color: rgba(255,255,255,.82); line-height: 1.7; margin-bottom: 36px; max-width: 540px; }
.hero-knoppen { display: flex; gap: 14px; flex-wrap: wrap; }
.hero-balk { position: relative; z-index: 1; background: rgba(255,255,255,.1); border-top: 1px solid rgba(255,255,255,.15); display: flex; justify-content: center; align-items: center; gap: 60px; padding: 28px 24px; }
.hero-stat { text-align: center; }
.hero-stat-nr { display: block; font-size: 32px; font-weight: 700; color: #fff; }
.hero-stat-nm { font-size: 13px; color: rgba(255,255,255,.7); font-weight: 500; }
.hero-balk-lijn { width: 1px; height: 44px; background: rgba(255,255,255,.2); }

/* SECTIES */
.sectie { padding: 96px 0; }
.sectie-licht { background: var(--g50); }
.sectie-kop { text-align: center; max-width: 600px; margin: 0 auto 56px; }
.sectie-tag { display: inline-block; padding: 4px 14px; background: var(--blauw-l); color: var(--blauw); font-size: 13px; font-weight: 600; border-radius: 100px; margin-bottom: 14px; }
.sectie-kop h2 { font-size: 36px; font-weight: 700; color: var(--g900); margin-bottom: 12px; }
.sectie-kop p { font-size: 16px; color: var(--g600); line-height: 1.7; }

/* DIENST KAARTEN */
.dienst-raster { display: grid; grid-template-columns: repeat(3, 1fr); gap: 24px; }
.dienst-kaart { background: #fff; border: 1px solid var(--g200); border-radius: 14px; overflow: hidden; transition: all .3s; }
.dienst-kaart:hover { box-shadow: 0 16px 48px rgba(0,0,0,.1); transform: translateY(-5px); }
.dienst-kaart-foto { height: 210px; overflow: hidden; }
.dienst-kaart-foto img { width: 100%; height: 100%; object-fit: cover; transition: transform .4s; }
.dienst-kaart:hover .dienst-kaart-foto img { transform: scale(1.06); }
.dienst-kaart-body { padding: 28px; }
.dienst-num { display: inline-block; padding: 3px 10px; background: var(--blauw-l); color: var(--blauw); font-size: 12px; font-weight: 700; border-radius: 100px; margin-bottom: 12px; }
.dienst-kaart-body h3 { font-size: 18px; font-weight: 700; color: var(--g900); margin-bottom: 10px; }
.dienst-kaart-body p { font-size: 15px; color: var(--g600); line-height: 1.65; margin-bottom: 16px; }
.meer-link { display: inline-flex; align-items: center; gap: 6px; font-size: 14px; font-weight: 600; color: var(--blauw); }

/* TWEE KOLOMMEN */
.twee-kolom { display: grid; grid-template-columns: 1fr 1fr; gap: 72px; align-items: center; }
.twee-kolom.omgekeerd .foto-blok { order: 2; }
.twee-kolom.omgekeerd .tekst-blok { order: 1; }
.foto-blok { position: relative; }
.foto-blok img { width: 100%; height: 460px; object-fit: cover; border-radius: 14px; box-shadow: 0 20px 60px rgba(0,0,0,.12); }
.foto-label { position: absolute; bottom: -18px; right: -18px; background: #fff; border: 1px solid var(--g200); border-radius: 10px; padding: 14px 20px; display: flex; align-items: center; gap: 10px; font-weight: 600; font-size: 14px; color: var(--g800); box-shadow: 0 8px 24px rgba(0,0,0,.1); }
.foto-label svg { color: var(--blauw); }
.tekst-blok .sectie-tag { margin-bottom: 12px; display: inline-block; }
.tekst-blok h2 { font-size: 36px; font-weight: 700; color: var(--g900); margin-bottom: 18px; }
.tekst-blok p { font-size: 16px; color: var(--g600); line-height: 1.75; margin-bottom: 14px; }
.tekst-blok .btn { margin-top: 12px; }
.vinkjes { display: flex; flex-direction: column; gap: 10px; margin: 20px 0; }
.vinkje { display: flex; align-items: center; gap: 10px; font-size: 15px; font-weight: 500; color: var(--g800); }
.vinkje svg { color: var(--blauw); flex-shrink: 0; }

/* FOTO STRIP */
.foto-strip { display: grid; grid-template-columns: repeat(4, 1fr); height: 260px; }
.foto-strip-item { position: relative; overflow: hidden; }
.foto-strip-item img { width: 100%; height: 100%; object-fit: cover; filter: brightness(.8); transition: transform .5s; }
.foto-strip-item:hover img { transform: scale(1.08); filter: brightness(1); }
.foto-strip-naam { position: absolute; bottom: 0; left: 0; right: 0; background: linear-gradient(transparent, rgba(0,0,0,.65)); color: #fff; font-size: 14px; font-weight: 600; padding: 32px 14px 14px; text-align: center; }

/* PARTNERS */
.partners-raster { display: grid; grid-template-columns: repeat(5, 1fr); gap: 20px; align-items: center; }
.partner { background: #fff; border: 1px solid var(--g200); border-radius: 10px; padding: 20px 16px; display: flex; align-items: center; justify-content: center; min-height: 90px; transition: all .3s; }
.partner:hover { box-shadow: 0 4px 16px rgba(0,0,0,.08); transform: translateY(-3px); }
.partner img { max-height: 52px; max-width: 100%; object-fit: contain; }

/* CTA */
.cta-balk { background: linear-gradient(135deg, var(--blauw), var(--blauw-d)); border-radius: 16px; padding: 60px; margin: 0 24px; display: flex; align-items: center; justify-content: space-between; gap: 40px; }
.cta-balk h2 { font-size: 32px; color: #fff; font-weight: 700; margin-bottom: 8px; }
.cta-balk h2 em { color: #93c5fd; }
.cta-balk p { font-size: 16px; color: rgba(255,255,255,.8); max-width: 480px; }

/* FOOTER */
.footer { background: var(--g900); color: var(--g400); padding: 64px 0 0; }
.footer-raster { display: grid; grid-template-columns: 1.8fr 1fr 1fr 1fr; gap: 40px; padding-bottom: 48px; border-bottom: 1px solid rgba(255,255,255,.08); }
.footer-merk img { height: 80px; margin-bottom: 16px; }
.footer-merk p { font-size: 14px; line-height: 1.7; max-width: 280px; }
.footer-col h4 { color: #fff; font-size: 13px; font-weight: 600; text-transform: uppercase; letter-spacing: .5px; margin-bottom: 16px; }
.footer-col li { margin-bottom: 10px; font-size: 14px; }
.footer-col a { color: var(--g400); transition: color .2s; }
.footer-col a:hover { color: #60a5fa; }
.footer-bodem { padding: 24px 0; text-align: center; font-size: 13px; }

/* PAGINA HERO */
.pagina-hero { padding: 140px 24px 64px; background: var(--g50); text-align: center; }
.pagina-hero h1 { font-size: 48px; font-weight: 700; color: var(--g900); margin-bottom: 14px; }
.pagina-hero p { font-size: 17px; color: var(--g600); max-width: 600px; margin: 0 auto; line-height: 1.7; }

/* CONTACT */
.contact-raster { display: grid; grid-template-columns: 1fr 1fr; gap: 64px; }
.contact-info h2 { font-size: 32px; font-weight: 700; color: var(--g900); margin-bottom: 12px; }
.contact-info > p { font-size: 16px; color: var(--g600); line-height: 1.7; margin-bottom: 32px; }
.contact-item { display: flex; align-items: flex-start; gap: 14px; margin-bottom: 22px; }
.contact-icoon { width: 42px; height: 42px; background: var(--blauw-l); border-radius: 8px; display: flex; align-items: center; justify-content: center; flex-shrink: 0; color: var(--blauw); }
.contact-item h4 { font-size: 14px; font-weight: 600; color: var(--g800); margin-bottom: 2px; }
.contact-item p, .contact-item a { font-size: 15px; color: var(--g600); }
.contact-item a:hover { color: var(--blauw); }
.formulier { background: var(--g50); border: 1px solid var(--g200); border-radius: 14px; padding: 40px; }
.veld { margin-bottom: 18px; }
.veld label { display: block; font-size: 14px; font-weight: 600; color: var(--g800); margin-bottom: 6px; }
.veld input, .veld textarea { width: 100%; padding: 12px 16px; font-size: 15px; font-family: inherit; border: 1.5px solid var(--g200); border-radius: 8px; background: #fff; color: var(--g800); outline: none; transition: border .2s; }
.veld input:focus, .veld textarea:focus { border-color: var(--blauw); box-shadow: 0 0 0 3px rgba(26,86,219,.1); }
.veld textarea { min-height: 120px; resize: vertical; }
.privacy-check { display: flex; align-items: flex-start; gap: 10px; margin-bottom: 22px; }
.privacy-check input { margin-top: 3px; accent-color: var(--blauw); }
.privacy-check label { font-size: 13px; color: var(--g600); line-height: 1.5; }

/* RESPONSIVE */
@media (max-width: 960px) {
    .dienst-raster { grid-template-columns: 1fr; max-width: 480px; margin: 0 auto; }
    .twee-kolom { grid-template-columns: 1fr; gap: 40px; }
    .twee-kolom.omgekeerd .foto-blok, .twee-kolom.omgekeerd .tekst-blok { order: unset; }
    .foto-blok img { height: 320px; }
    .foto-label { right: 0; bottom: -14px; }
    .partners-raster { grid-template-columns: repeat(3, 1fr); }
    .cta-balk { flex-direction: column; text-align: center; margin: 0 12px; padding: 48px 28px; }
    .footer-raster { grid-template-columns: 1fr 1fr; }
    .contact-raster { grid-template-columns: 1fr; }
    .hero-balk { gap: 32px; flex-wrap: wrap; }
    .foto-strip { grid-template-columns: repeat(2, 1fr); height: 320px; }
    .hero-tekst h1 { font-size: 36px; }
}
@media (max-width: 640px) {
    .nav-menu { display: none; position: absolute; top: 76px; left: 0; right: 0; background: #fff; flex-direction: column; padding: 16px 24px; border-bottom: 1px solid var(--g200); box-shadow: 0 8px 24px rgba(0,0,0,.08); }
    .nav-menu.open { display: flex; }
    .hamburger { display: flex; }
    .partners-raster { grid-template-columns: repeat(2, 1fr); }
    .footer-raster { grid-template-columns: 1fr; }
    .formulier { padding: 24px; }
    .hero-balk-lijn { display: none; }
    .foto-strip { grid-template-columns: 1fr 1fr; }
    .hero-tekst h1 { font-size: 30px; }
    .cta-balk { margin: 0; border-radius: 0; }
}
