*,*:before,*:after{box-sizing:border-box;margin:0;padding:0}:root{--primary: #1A7A6E;--primary-dark: #0F5A51;--primary-light: #2BA897;--accent: #5CC8BC;--accent-light: #E2F5F3;--bg: #F7F4EF;--white: #FFFFFF;--text: #2D3748;--text-muted: #718096;--border: #E2E8F0;--error: #E53E3E;--success: #38A169}body{font-family:Segoe UI,system-ui,-apple-system,sans-serif;background:var(--bg);color:var(--text);line-height:1.6}header{background:var(--white);border-bottom:1px solid var(--border);position:sticky;top:0;z-index:100}nav{max-width:1200px;margin:0 auto;padding:1rem 2rem;display:flex;align-items:center;justify-content:space-between}.logo-placeholder{display:flex;align-items:center;gap:.75rem;text-decoration:none}.logo-box{width:42px;height:42px;background:var(--primary);border-radius:10px;display:flex;align-items:center;justify-content:center;color:#fff;font-size:.6rem;font-weight:700;letter-spacing:.05em}.site-name{font-size:1.2rem;font-weight:700;color:var(--primary);font-style:italic;opacity:.65}.nav-links{display:flex;gap:2rem;list-style:none;align-items:center}.nav-links a{text-decoration:none;color:var(--text);font-size:.95rem;font-weight:500;transition:color .2s}.nav-links a:hover,.nav-links a.active{color:var(--primary)}.nav-cta{background:var(--primary)!important;color:#fff!important;padding:.5rem 1.25rem;border-radius:8px;transition:background .2s!important}.nav-cta:hover{background:var(--primary-dark)!important}.hamburger{display:none;flex-direction:column;gap:5px;background:none;border:none;cursor:pointer;padding:6px;border-radius:6px;transition:background .2s}.hamburger:hover{background:var(--accent-light)}.hamburger span{display:block;width:24px;height:2px;background:var(--text);border-radius:2px;transition:transform .3s,opacity .3s;transform-origin:center}.hamburger.open span:nth-child(1){transform:translateY(7px) rotate(45deg)}.hamburger.open span:nth-child(2){opacity:0;transform:scaleX(0)}.hamburger.open span:nth-child(3){transform:translateY(-7px) rotate(-45deg)}.mobile-menu{display:none;position:fixed;top:65px;left:0;right:0;background:var(--white);border-bottom:2px solid var(--border);z-index:99;box-shadow:0 8px 24px #0000001f}.mobile-menu.open{display:block}.mobile-nav-links{list-style:none;padding:.5rem 0 1rem}.mobile-nav-links li{border-bottom:1px solid var(--border)}.mobile-nav-links a{display:block;padding:1rem 2rem;text-decoration:none;color:var(--text);font-weight:500;font-size:1rem;transition:background .15s,color .15s}.mobile-nav-links a:hover,.mobile-nav-links a.active{background:var(--accent-light);color:var(--primary)}.mobile-nav-cta{color:var(--primary)!important;font-weight:700!important}.page-header{background:linear-gradient(135deg,var(--primary-dark) 0%,var(--primary) 55%,var(--primary-light) 100%);color:#fff;padding:4rem 2rem;text-align:center}.page-header-badge{display:inline-block;background:#ffffff26;border:1px solid rgba(255,255,255,.3);color:#fff;font-size:.78rem;font-weight:700;padding:.35rem 1rem;border-radius:20px;margin-bottom:1.25rem;letter-spacing:.08em;text-transform:uppercase}.page-header h1{font-size:clamp(1.8rem,4vw,2.6rem);font-weight:800;line-height:1.2;margin-bottom:.9rem}.page-header p{font-size:1.05rem;opacity:.9;line-height:1.7;max-width:580px;margin:0 auto}.contact-section{padding:4rem 2rem}.contact-inner{max-width:1100px;margin:0 auto;display:grid;grid-template-columns:1fr 420px;gap:3rem;align-items:start}.form-card{background:#fff;border-radius:20px;padding:2.5rem;box-shadow:0 4px 24px #00000012;border:1px solid var(--border)}.form-card h2{font-size:1.35rem;font-weight:800;margin-bottom:.4rem}.form-card>p{color:var(--text-muted);font-size:.93rem;margin-bottom:2rem;line-height:1.65}.form-row{display:grid;grid-template-columns:1fr 1fr;gap:1.25rem}.form-group{display:flex;flex-direction:column;gap:.4rem;margin-bottom:1.25rem}.form-group label{font-size:.88rem;font-weight:600;color:var(--text)}.form-group label .req{color:var(--primary)}.form-group input,.form-group select,.form-group textarea{width:100%;padding:.75rem 1rem;border:1.5px solid var(--border);border-radius:10px;font-family:inherit;font-size:.95rem;color:var(--text);background:var(--white);transition:border-color .2s,box-shadow .2s;outline:none}.form-group input:focus,.form-group select:focus,.form-group textarea:focus{border-color:var(--primary);box-shadow:0 0 0 3px #1a7a6e1f}.form-group input.error,.form-group select.error,.form-group textarea.error{border-color:var(--error)}.form-group .error-msg{font-size:.8rem;color:var(--error);display:none}.form-group.has-error .error-msg{display:block}.form-group textarea{resize:vertical;min-height:120px}.form-group select{cursor:pointer;appearance:none;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='8' viewBox='0 0 12 8'%3E%3Cpath d='M1 1l5 5 5-5' stroke='%23718096' stroke-width='1.5' fill='none' stroke-linecap='round'/%3E%3C/svg%3E");background-repeat:no-repeat;background-position:right 1rem center;padding-right:2.5rem}.consent-group{display:flex;gap:.75rem;align-items:flex-start;margin-bottom:1.5rem}.consent-group input[type=checkbox]{width:18px;height:18px;margin-top:2px;accent-color:var(--primary);flex-shrink:0;cursor:pointer}.consent-group label{font-size:.85rem;color:var(--text-muted);line-height:1.55;cursor:pointer}.consent-group a{color:var(--primary);text-decoration:underline}.btn-submit{width:100%;padding:1rem;background:var(--primary);color:#fff;border:none;border-radius:12px;font-size:1rem;font-weight:700;cursor:pointer;font-family:inherit;transition:background .2s,transform .15s;display:flex;align-items:center;justify-content:center;gap:.6rem}.btn-submit:hover{background:var(--primary-dark);transform:translateY(-1px)}.btn-submit:active{transform:translateY(0)}.btn-submit:disabled{background:var(--text-muted);cursor:not-allowed;transform:none}.form-feedback{display:none;padding:1.5rem;border-radius:12px;text-align:center}.form-feedback.success{background:#f0fff4;border:1px solid #9AE6B4;color:#276749;display:block}.form-feedback.error-state{background:#fff5f5;border:1px solid #FEB2B2;color:#9b2c2c;display:block}.form-feedback .fb-icon{font-size:2rem;margin-bottom:.75rem;display:block}.form-feedback h3{font-size:1.1rem;font-weight:700;margin-bottom:.5rem}.form-feedback p{font-size:.9rem;line-height:1.6}.sidebar{display:flex;flex-direction:column;gap:1.5rem}.sidebar-card{background:#fff;border-radius:16px;padding:1.75rem;border:1px solid var(--border)}.sidebar-card.accent{background:var(--accent-light);border-color:var(--accent)}.sidebar-card h3{font-size:1rem;font-weight:700;margin-bottom:1rem}.profiel-header{display:flex;align-items:center;gap:1rem;margin-bottom:1.25rem}.profiel-avatar{width:64px;height:64px;border-radius:50%;background:var(--primary);display:flex;align-items:center;justify-content:center;color:#fff;font-size:1.4rem;font-weight:800;flex-shrink:0}.profiel-naam{font-size:1rem;font-weight:700}.profiel-titel{font-size:.83rem;color:var(--text-muted);line-height:1.4}.profiel-bio{font-size:.88rem;color:var(--text-muted);line-height:1.65;margin-bottom:1.25rem}.profiel-tags{display:flex;flex-wrap:wrap;gap:.5rem}.tag{background:var(--accent-light);color:var(--primary);font-size:.75rem;font-weight:600;padding:.28rem .7rem;border-radius:20px}.contact-item{display:flex;align-items:center;gap:.75rem;margin-bottom:.85rem;font-size:.9rem}.contact-item:last-child{margin-bottom:0}.contact-icon{width:34px;height:34px;border-radius:8px;background:var(--accent-light);display:flex;align-items:center;justify-content:center;font-size:.95rem;flex-shrink:0}.contact-item a{color:var(--primary);text-decoration:none;font-weight:500}.contact-item a:hover{text-decoration:underline}.stap-list{display:flex;flex-direction:column;gap:.85rem}.stap{display:flex;align-items:flex-start;gap:.75rem;font-size:.88rem}.stap-num{width:24px;height:24px;border-radius:50%;background:var(--primary);color:#fff;font-size:.7rem;font-weight:800;display:flex;align-items:center;justify-content:center;flex-shrink:0;margin-top:1px}footer{background:#0c1e1c;color:#ffffffa6;padding:3.5rem 2rem 2rem}.footer-inner{max-width:1200px;margin:0 auto}.footer-grid{display:grid;grid-template-columns:2fr 1fr 1fr 1fr;gap:3rem;margin-bottom:3rem}.footer-brand p{font-size:.87rem;line-height:1.65;max-width:280px;margin-top:1rem}.footer-logo-box{width:42px;height:42px;background:var(--primary);border-radius:10px;display:flex;align-items:center;justify-content:center;color:#fff;font-size:.6rem;font-weight:700;letter-spacing:.05em}.footer-col h4{color:#fff;font-size:.87rem;font-weight:700;margin-bottom:1rem;text-transform:uppercase;letter-spacing:.06em}.footer-col ul{list-style:none;display:flex;flex-direction:column;gap:.6rem}.footer-col a{color:#ffffff8c;text-decoration:none;font-size:.87rem;transition:color .2s}.footer-col a:hover{color:var(--accent)}.footer-bottom{border-top:1px solid rgba(255,255,255,.08);padding-top:1.5rem;display:flex;justify-content:space-between;align-items:center;font-size:.78rem;color:#ffffff59;flex-wrap:wrap;gap:.75rem}@media (max-width: 900px){.contact-inner{grid-template-columns:1fr}.sidebar{order:-1}.form-row{grid-template-columns:1fr}}@media (max-width: 700px){.nav-links{display:none}.hamburger{display:flex}.footer-grid{grid-template-columns:1fr 1fr}}@media (max-width: 480px){.footer-grid{grid-template-columns:1fr}}
