* { margin: 0; padding: 0; box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { font-family: 'DM Sans', sans-serif; color: #2d3436; background: #fff; overflow-x: hidden; }
a { text-decoration: none; color: inherit; }
img { max-width: 100%; display: block; }
.container { max-width: 1200px; margin: 0 auto; padding: 0 24px; }
em { font-family: 'DM Serif Display', serif; font-style: italic; }

/* NAV */
.nav { position: fixed; top: 0; left: 0; right: 0; z-index: 1000; background: rgba(255,255,255,0.97); backdrop-filter: blur(16px); border-bottom: 1px solid #f0f0f0; padding: 14px 0; transition: 0.3s; }
.nav-container { max-width: 1200px; margin: 0 auto; padding: 0 24px; display: flex; align-items: center; justify-content: space-between; }
.logo { display: flex; align-items: center; gap: 12px; }
.logo-mark { width: 44px; height: 44px; background: linear-gradient(135deg, #00b894, #00cec9); border-radius: 12px; display: flex; align-items: center; justify-content: center; color: #fff; font-size: 22px; font-weight: 800; font-family: 'DM Serif Display'; }
.logo-text { font-size: 22px; font-weight: 700; line-height: 1.1; }
.logo-text span { display: block; font-size: 12px; font-weight: 400; color: #00b894; letter-spacing: 1px; }
.nav-links { display: flex; align-items: center; gap: 28px; }
.nav-links a { font-size: 14px; font-weight: 500; color: #636e72; transition: 0.2s; }
.nav-links a:hover { color: #00b894; }
.nav-cta { background: #00b894 !important; color: #fff !important; padding: 10px 24px; border-radius: 50px; font-weight: 600 !important; }
.nav-cta:hover { background: #00a884 !important; transform: translateY(-1px); box-shadow: 0 6px 20px rgba(0,184,148,0.3); }
.hamburger { display: none; flex-direction: column; gap: 5px; cursor: pointer; }
.hamburger span { width: 26px; height: 2.5px; background: #2d3436; border-radius: 2px; }
.mobile-menu { display: none; position: fixed; top: 72px; left: 0; right: 0; background: #fff; padding: 16px 24px 24px; z-index: 999; box-shadow: 0 10px 30px rgba(0,0,0,0.08); flex-direction: column; }
.mobile-menu.active { display: flex; }
.mobile-menu a { padding: 14px 0; font-size: 16px; font-weight: 500; border-bottom: 1px solid #f5f5f5; }
.mobile-cta { background: #00b894; color: #fff !important; text-align: center; padding: 14px !important; border-radius: 12px; margin-top: 8px; border: none !important; }

/* HERO */
.hero { padding-top: 80px; background: linear-gradient(135deg, #f0fff4 0%, #e8fdf5 50%, #fff 100%); }
.hero-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 60px; max-width: 1200px; margin: 0 auto; padding: 80px 24px; align-items: center; }
.hero-badge { display: inline-block; background: rgba(0,184,148,0.1); color: #00b894; padding: 8px 20px; border-radius: 50px; font-size: 13px; font-weight: 600; margin-bottom: 24px; border: 1px solid rgba(0,184,148,0.2); }
.hero h1 { font-family: 'DM Serif Display', serif; font-size: 56px; font-weight: 400; line-height: 1.15; margin-bottom: 20px; color: #2d3436; }
.hero p { font-size: 17px; color: #636e72; line-height: 1.7; margin-bottom: 32px; max-width: 480px; }
.hero-btns { display: flex; gap: 16px; flex-wrap: wrap; margin-bottom: 32px; }
.btn-primary { display: inline-block; background: #00b894; color: #fff; padding: 16px 36px; border-radius: 50px; font-size: 15px; font-weight: 700; transition: 0.3s; }
.btn-primary:hover { background: #00a884; transform: translateY(-2px); box-shadow: 0 8px 24px rgba(0,184,148,0.3); }
.btn-outline { display: inline-block; padding: 16px 36px; border-radius: 50px; font-size: 15px; font-weight: 600; border: 2px solid #dfe6e9; color: #2d3436; transition: 0.2s; }
.btn-outline:hover { border-color: #00b894; color: #00b894; }
.hero-trust { display: flex; gap: 12px; flex-wrap: wrap; }
.trust-badge { font-size: 13px; font-weight: 600; color: #00b894; background: #fff; padding: 8px 16px; border-radius: 8px; border: 1px solid #e8fdf5; }
.hero-visual { position: relative; }
.hero-img-main { width: 100%; height: 500px; object-fit: cover; border-radius: 24px; }
.hero-float-card { position: absolute; bottom: -20px; left: -20px; background: #fff; padding: 20px 24px; border-radius: 16px; display: flex; align-items: center; gap: 14px; box-shadow: 0 10px 40px rgba(0,0,0,0.1); }
.float-emoji { font-size: 32px; }
.hero-float-card strong { font-size: 16px; display: block; }
.hero-float-card span { font-size: 13px; color: #999; }

/* STATS */
.stats { padding: 50px 0; border-bottom: 1px solid #f0f0f0; }
.stats-grid { display: flex; justify-content: center; align-items: center; gap: 50px; }
.stat-item { text-align: center; }
.stat-num { font-family: 'DM Serif Display'; font-size: 42px; color: #00b894; }
.stat-label { font-size: 14px; color: #999; margin-top: 4px; }
.stat-divider { width: 1px; height: 50px; background: #eee; }

/* SECTION HEADER */
.section-header { text-align: center; margin-bottom: 60px; }
.section-tag { display: inline-block; background: rgba(0,184,148,0.08); color: #00b894; padding: 6px 18px; border-radius: 50px; font-size: 13px; font-weight: 600; margin-bottom: 16px; letter-spacing: 0.5px; }
.section-header h2 { font-family: 'DM Serif Display', serif; font-size: 44px; font-weight: 400; margin-bottom: 16px; line-height: 1.2; }
.section-header p { font-size: 16px; color: #999; max-width: 500px; margin: 0 auto; line-height: 1.6; }

/* DIENSTEN */
.diensten { padding: 100px 0; background: #fafafa; }
.diensten-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 24px; }
.dienst-card { background: #fff; border-radius: 20px; overflow: hidden; border: 1px solid #f0f0f0; transition: 0.3s; }
.dienst-card:hover { transform: translateY(-6px); box-shadow: 0 16px 48px rgba(0,0,0,0.08); }
.dienst-icon-wrap { height: 180px; overflow: hidden; }
.dienst-icon-wrap img { width: 100%; height: 100%; object-fit: cover; }
.dienst-body { padding: 28px; position: relative; }
.dienst-icon { position: absolute; top: -24px; left: 28px; font-size: 28px; background: #fff; width: 48px; height: 48px; border-radius: 14px; display: flex; align-items: center; justify-content: center; box-shadow: 0 4px 12px rgba(0,0,0,0.08); }
.dienst-body h3 { font-size: 20px; font-weight: 700; margin: 16px 0 10px; }
.dienst-body p { font-size: 14px; color: #777; line-height: 1.6; margin-bottom: 14px; }
.dienst-body ul { list-style: none; }
.dienst-body li { font-size: 13px; color: #636e72; padding: 5px 0; padding-left: 20px; position: relative; }
.dienst-body li::before { content: "✓"; position: absolute; left: 0; color: #00b894; font-weight: 700; }

/* OVER */
.over { padding: 100px 0; }
.over-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 80px; align-items: center; }
.over-img-wrap { position: relative; }
.over-img { width: 100%; height: 500px; object-fit: cover; border-radius: 24px; }
.over-badge { position: absolute; bottom: -16px; right: 24px; background: #00b894; color: #fff; padding: 20px; border-radius: 16px; text-align: center; }
.over-badge span { font-family: 'DM Serif Display'; font-size: 36px; display: block; }
.over-badge small { font-size: 12px; line-height: 1.3; }
.over-content .section-tag { text-align: left; }
.over-content h2 { font-family: 'DM Serif Display'; font-size: 40px; font-weight: 400; margin-bottom: 20px; }
.over-content p { font-size: 15px; color: #777; line-height: 1.7; margin-bottom: 14px; }
.over-highlights { display: grid; grid-template-columns: 1fr 1fr; gap: 16px; margin-top: 28px; }
.highlight { display: flex; gap: 14px; align-items: flex-start; background: #f8fffe; padding: 16px; border-radius: 14px; border: 1px solid #e8fdf5; }
.highlight span { font-size: 24px; }
.highlight strong { font-size: 14px; display: block; margin-bottom: 2px; }
.highlight p { font-size: 12px; color: #999; margin: 0; }

/* WERKWIJZE */
.werkwijze { padding: 100px 0; background: #f8fffe; }
.stappen-grid { display: flex; align-items: flex-start; gap: 0; justify-content: center; }
.stap { flex: 1; max-width: 250px; text-align: center; padding: 24px; }
.stap-num { font-family: 'DM Serif Display'; font-size: 48px; color: rgba(0,184,148,0.15); margin-bottom: 8px; }
.stap-icon { font-size: 40px; margin-bottom: 16px; }
.stap h3 { font-size: 18px; font-weight: 700; margin-bottom: 10px; }
.stap p { font-size: 13px; color: #777; line-height: 1.6; }
.stap-line { width: 60px; height: 2px; background: linear-gradient(90deg, #00b894, #00cec9); margin-top: 80px; flex-shrink: 0; }

/* VERGOEDING */
.vergoeding { padding: 80px 0; }
.vergoeding-card { background: linear-gradient(135deg, #00b894, #00cec9); border-radius: 24px; padding: 60px; display: grid; grid-template-columns: 1fr 1fr; gap: 60px; color: #fff; }
.vergoeding-left h2 { font-family: 'DM Serif Display'; font-size: 36px; font-weight: 400; margin-bottom: 16px; }
.vergoeding-left p { font-size: 15px; opacity: 0.85; line-height: 1.7; }
.vergoeding-item { display: flex; gap: 16px; align-items: flex-start; margin-bottom: 20px; background: rgba(255,255,255,0.12); padding: 16px 20px; border-radius: 14px; }
.vergoeding-item span { font-size: 20px; }
.vergoeding-item strong { font-size: 15px; display: block; margin-bottom: 2px; }
.vergoeding-item p { font-size: 13px; opacity: 0.8; margin: 0; }

/* REVIEWS */
.reviews { padding: 100px 0; background: #fafafa; }
.reviews-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 24px; }
.review-card { background: #fff; border-radius: 20px; padding: 32px; border: 1px solid #f0f0f0; transition: 0.3s; }
.review-card:hover { transform: translateY(-4px); box-shadow: 0 10px 30px rgba(0,0,0,0.06); }
.review-card.featured { border: 2px solid #00b894; }
.review-stars { margin-bottom: 16px; font-size: 16px; }
.review-card p { font-size: 15px; color: #555; line-height: 1.7; font-style: italic; margin-bottom: 20px; }
.review-author { display: flex; align-items: center; gap: 14px; }
.review-avatar { width: 44px; height: 44px; border-radius: 50%; background: linear-gradient(135deg, #00b894, #00cec9); color: #fff; display: flex; align-items: center; justify-content: center; font-size: 18px; font-weight: 700; }
.review-author strong { font-size: 14px; display: block; }
.review-author span { font-size: 12px; color: #999; }

/* WERKGEBIED */
.werkgebied { padding: 60px 0; }
.werkgebied-card { background: #f8fffe; border-radius: 24px; padding: 50px; text-align: center; border: 1px solid #e8fdf5; }
.werkgebied-card h2 { font-family: 'DM Serif Display'; font-size: 32px; margin-bottom: 12px; }
.werkgebied-card > .werkgebied-content > p { font-size: 15px; color: #777; margin-bottom: 24px; }
.gebieden { display: flex; flex-wrap: wrap; justify-content: center; gap: 10px; }
.gebieden span { background: #fff; border: 1px solid #e0e0e0; padding: 8px 20px; border-radius: 50px; font-size: 14px; font-weight: 500; transition: 0.2s; }
.gebieden span:hover { border-color: #00b894; color: #00b894; }

/* CONTACT */
.contact { padding: 100px 0; }
.contact-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 80px; }
.contact-left .section-tag { text-align: left; }
.contact-left h2 { font-family: 'DM Serif Display'; font-size: 40px; margin-bottom: 16px; }
.contact-left > p { font-size: 15px; color: #777; line-height: 1.7; margin-bottom: 32px; }
.contact-items { display: flex; flex-direction: column; gap: 16px; }
.contact-item { display: flex; align-items: center; gap: 16px; padding: 16px; background: #fafafa; border-radius: 14px; transition: 0.2s; }
.contact-item:hover { background: #f0fff4; }
.contact-item span { font-size: 24px; }
.contact-item strong { font-size: 14px; display: block; }
.contact-item p { font-size: 13px; color: #777; margin: 0; }
.contact-form { background: #fafafa; padding: 36px; border-radius: 24px; border: 1px solid #f0f0f0; }
.contact-form h3 { font-size: 22px; font-weight: 700; margin-bottom: 24px; }
.form-row { display: flex; gap: 16px; }
.form-group { flex: 1; margin-bottom: 16px; }
.form-group label { display: block; font-size: 13px; font-weight: 600; margin-bottom: 8px; color: #555; }
.form-group input, .form-group select, .form-group textarea { width: 100%; padding: 14px 16px; border: 1px solid #e0e0e0; border-radius: 12px; font-size: 15px; font-family: 'DM Sans'; outline: none; background: #fff; transition: 0.2s; }
.form-group input:focus, .form-group select:focus, .form-group textarea:focus { border-color: #00b894; box-shadow: 0 0 0 3px rgba(0,184,148,0.08); }
.form-group textarea { height: 100px; resize: vertical; }
.submit-btn { width: 100%; padding: 16px; background: #00b894; color: #fff; border: none; border-radius: 14px; font-size: 16px; font-weight: 700; cursor: pointer; font-family: 'DM Sans'; transition: 0.2s; }
.submit-btn:hover { background: #00a884; transform: translateY(-2px); box-shadow: 0 8px 24px rgba(0,184,148,0.3); }
.form-note { text-align: center; font-size: 13px; color: #999; margin-top: 12px; }

/* FOOTER */
.footer { background: #2d3436; color: #fff; padding: 80px 0 30px; }
.footer-logo { margin-bottom: 16px; }
.footer-logo .logo-mark { background: rgba(0,184,148,0.2); color: #00b894; }
.footer-logo .logo-text { color: #fff; }
.footer-logo .logo-text span { color: #00b894; }
.footer-grid { display: grid; grid-template-columns: 2fr 1fr 1fr 1.5fr; gap: 40px; margin-bottom: 60px; }
.footer-col p { font-size: 14px; color: rgba(255,255,255,0.5); line-height: 1.7; }
.footer-col h4 { font-size: 14px; font-weight: 700; margin-bottom: 20px; letter-spacing: 0.5px; }
.footer-col a { display: block; font-size: 14px; color: rgba(255,255,255,0.5); margin-bottom: 10px; transition: 0.2s; }
.footer-col a:hover { color: #00b894; }
.footer-badges { display: flex; gap: 8px; margin-top: 16px; flex-wrap: wrap; }
.footer-badges span { font-size: 11px; background: rgba(0,184,148,0.15); color: #00b894; padding: 4px 12px; border-radius: 6px; }
.footer-bottom { border-top: 1px solid rgba(255,255,255,0.08); padding-top: 24px; text-align: center; }
.footer-bottom p { font-size: 12px; color: rgba(255,255,255,0.3); }

/* ANIMATIONS */
.fade-up { opacity: 0; transform: translateY(30px); transition: all 0.6s ease; }
.fade-up.visible { opacity: 1; transform: translateY(0); }

/* RESPONSIVE */
@media (max-width: 768px) {
    .nav-links { display: none; }
    .hamburger { display: flex; }
    .hero-grid { grid-template-columns: 1fr; gap: 30px; padding: 40px 24px; }
    .hero h1 { font-size: 38px; }
    .hero-img-main { height: 350px; }
    .hero-float-card { left: 10px; bottom: -10px; }
    .stats-grid { flex-wrap: wrap; gap: 24px; }
    .stat-divider { display: none; }
    .diensten-grid { grid-template-columns: 1fr; }
    .over-grid { grid-template-columns: 1fr; gap: 40px; }
    .over-img { height: 350px; }
    .over-highlights { grid-template-columns: 1fr; }
    .stappen-grid { flex-direction: column; align-items: center; }
    .stap-line { width: 2px; height: 30px; margin: 0; }
    .vergoeding-card { grid-template-columns: 1fr; padding: 30px; }
    .reviews-grid { grid-template-columns: 1fr; }
    .contact-grid { grid-template-columns: 1fr; gap: 40px; }
    .footer-grid { grid-template-columns: 1fr 1fr; }
    .form-row { flex-direction: column; }
    .werkgebied-card { padding: 30px; }
}
