*{margin:0;padding:0;box-sizing:border-box}
:root{--brand-primary:#99C28E;--brand-secondary:#C8D5B4;--brand-tertiary:#E2E5DC;--text-dark:#212529;--text-medium:#495057;--text-light:#6c757d;--bg-light:#fff;--bg-subtle:#f8f9fa;--bg-cream:#fafbfc;--shadow-sm:0 2px 4px #00000014;--shadow-md:0 4px 12px #0000001a;--shadow-lg:0 8px 24px #0000001f}
body{color:var(--text-dark);overflow-x:hidden;font:16px/1.7 'Inter',-apple-system,BlinkMacSystemFont,'Segoe UI',sans-serif;background:var(--bg-light)}
::-webkit-scrollbar{width:11px;height:11px}
::-webkit-scrollbar-track{background:var(--bg-subtle);border-left:1px solid #e0e0e0}
::-webkit-scrollbar-thumb{background:linear-gradient(180deg,var(--brand-primary) 0%,var(--brand-secondary) 100%);border-radius:6px;border:2px solid var(--bg-subtle)}
::-webkit-scrollbar-thumb:hover{background:linear-gradient(180deg,#88b17d 0%,#b7c4a3 100%)}
header{background:linear-gradient(135deg,#f7f9f6 0%,#fff 50%,#f4f7f2 100%);position:relative;z-index:100;box-shadow:var(--shadow-sm)}
.site_frame_wrapper{max-width:1320px;margin:0 auto;padding:0 24px}
.header_row_alpha{display:flex;align-items:center;justify-content:space-between;padding:28px 0 20px;border-bottom:1px solid #99c28e26}
.brand_identity_zone{display:flex;align-items:center;gap:18px;flex:0 0 auto}
.logo_container_btr{width:68px;height:68px;display:flex;align-items:center;justify-content:center;background:radial-gradient(circle at 30% 30%,#fffffff2,#99c28e14);border-radius:12px;box-shadow:0 3px 8px #99c28e33;padding:10px;position:relative;z-index:110}
.logo_container_btr img{width:100%;height:100%;object-fit:contain}
.company_title_block h1{color:var(--text-dark);letter-spacing:-.02em;font:600 clamp(1.3rem,2.2vw,1.75rem)/1.2 'Space Grotesk',sans-serif}
.tagline_text_segment{font-size:.875rem;color:var(--text-medium);font-weight:400;margin-top:3px}
.header_row_beta{display:flex;align-items:center;justify-content:center;padding:22px 0;position:relative;z-index:105}
.primary_nav_container{display:flex;gap:38px;align-items:center}
.nav_link_element{font-size:1.0625rem;font-weight:500;color:var(--text-dark);text-decoration:none;position:relative;padding:8px 4px;transition:color .25s ease}
.nav_link_element::after{content:'';position:absolute;bottom:0;left:0;width:0;height:2px;background:linear-gradient(90deg,var(--brand-primary),var(--brand-secondary));transition:width .3s ease}
.nav_link_element:hover{color:var(--brand-primary)}
.nav_link_element:hover::after{width:100%}
.nav_link_element:focus{outline:2px solid var(--brand-primary);outline-offset:4px;border-radius:3px}
footer{background:linear-gradient(165deg,#3d4a38 0%,#4a5843 35%,#556450 70%,#4f5e4a 100%);color:#e8ebe6;margin-top:80px;position:relative;overflow:hidden}
footer::before{content:'';position:absolute;top:0;left:0;right:0;height:1px;background:linear-gradient(90deg,transparent,#99c28e4d,transparent)}
.footer_interior_grid{max-width:1320px;margin:0 auto;padding:64px 24px 32px;display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:48px}
.footer_segment_alpha{display:flex;flex-direction:column;gap:20px}
.footer_logo_anchor{display:inline-flex;align-items:center;gap:14px;text-decoration:none;width:fit-content}
.footer_logo_visual{width:54px;height:54px;background:#ffffff14;border-radius:10px;padding:8px;display:flex;align-items:center;justify-content:center}
.footer_logo_visual img{width:100%;height:100%;object-fit:contain}
.footer_brand_name{color:#fff;letter-spacing:-.01em;font:600 1.375rem 'Space Grotesk',sans-serif}
.footer_description_text{font-size:.9375rem;line-height:1.65;color:#e8ebe6d9;max-width:340px}
.footer_segment_title{color:#fff;margin-bottom:18px;letter-spacing:-.01em;font:600 1.125rem 'Space Grotesk',sans-serif}
.footer_contact_list{list-style:none;display:flex;flex-direction:column;gap:14px}
.footer_contact_item{display:flex;align-items:flex-start;gap:10px;font-size:.9375rem;line-height:1.6;color:#e8ebe6e6}
.contact_icon_marker{flex-shrink:0;width:20px;height:20px;display:flex;align-items:center;justify-content:center;color:var(--brand-secondary);font-size:.875rem;margin-top:2px}
.footer_links_collection{list-style:none;display:flex;flex-direction:column;gap:12px}
.footer_service_link{color:#e8ebe6d9;text-decoration:none;font-size:.9375rem;transition:color .25s ease;display:inline-block;position:relative;padding-left:16px}
.footer_service_link::before{content:'→';position:absolute;left:0;opacity:0;transition:opacity .25s ease;color:var(--brand-secondary)}
.footer_service_link:hover{color:#fff}
.footer_service_link:hover::before{opacity:1}
.footer_service_link:focus{outline:2px solid var(--brand-secondary);outline-offset:3px;border-radius:2px}
.footer_base_bar{border-top:1px solid #99c28e33;padding:28px 24px;text-align:center}
.copyright_statement{font-size:.875rem;color:#e8ebe6bf;letter-spacing:.01em}
.privacy_card_modal{position:fixed;bottom:32px;right:32px;background:#fff;border-radius:16px;box-shadow:0 12px 40px #0000002e;max-width:420px;padding:32px;z-index:9999;border:1px solid #99c28e33;display:none}
.privacy_card_modal.consent_visible{display:block;animation:slideUpFade .4s cubic-bezier(0.16,1,0.3,1)}
@keyframes slideUpFade {
from{opacity:0;transform:translateY(24px)}
to{opacity:1;transform:translateY(0)}
}
.consent_icon_header{width:48px;height:48px;background:linear-gradient(135deg,var(--brand-primary),var(--brand-secondary));border-radius:12px;display:flex;align-items:center;justify-content:center;margin-bottom:20px;font-size:24px}
.consent_heading_text{color:var(--text-dark);margin-bottom:12px;font:600 1.25rem/1.3 'Space Grotesk',sans-serif}
.consent_body_description{font-size:.9375rem;color:var(--text-medium);line-height:1.6;margin-bottom:24px}
.consent_policy_reference{color:var(--brand-primary);text-decoration:none;font-weight:500;border-bottom:1px solid transparent;transition:border-color .25s ease}
.consent_policy_reference:hover{border-bottom-color:var(--brand-primary)}
.consent_policy_reference:focus{outline:2px solid var(--brand-primary);outline-offset:2px;border-radius:2px}
.consent_actions_wrapper{display:flex;gap:12px;flex-wrap:wrap}
.consent_btn_primary{flex:1;min-width:120px;padding:13px 24px;background:linear-gradient(135deg,var(--brand-primary),#88b17d);color:#fff;border:none;border-radius:8px;cursor:pointer;transition:opacity .25s ease;font:600 .9375rem 'Inter',sans-serif}
.consent_btn_primary:hover{opacity:.9}
.consent_btn_primary:focus{outline:3px solid var(--brand-primary);outline-offset:2px}
.consent_btn_secondary{flex:1;min-width:120px;padding:13px 24px;background:var(--bg-subtle);color:var(--text-dark);border:1px solid #dee2e6;border-radius:8px;cursor:pointer;transition:background-color .25s ease;font:600 .9375rem 'Inter',sans-serif}
.consent_btn_secondary:hover{background:#e9ecef}
.consent_btn_secondary:focus{outline:3px solid var(--brand-primary);outline-offset:2px}
@media (max-width: 992px) {
.header_row_alpha{flex-direction:column;align-items:flex-start;gap:20px;padding:24px 0 18px}
.primary_nav_container{gap:28px}
.nav_link_element{font-size:1rem}
.footer_interior_grid{grid-template-columns:repeat(auto-fit,minmax(240px,1fr));gap:40px;padding:56px 24px 28px}
}
@media (max-width: 768px) {
.site_frame_wrapper{padding:0 20px}
.header_row_alpha{padding:20px 0 16px}
.brand_identity_zone{gap:14px}
.logo_container_btr{width:58px;height:58px}
.company_title_block h1{font-size:1.25rem}
.tagline_text_segment{font-size:.8125rem}
.header_row_beta{padding:18px 0}
.primary_nav_container{flex-direction:column;gap:16px;width:100%;align-items:stretch}
.nav_link_element{padding:12px 16px;background:#99c28e0f;border-radius:8px;text-align:center}
.footer_interior_grid{grid-template-columns:1fr;gap:36px;padding:48px 20px 24px}
.privacy_card_modal{bottom:20px;right:20px;left:20px;max-width:none;padding:24px}
.consent_actions_wrapper{flex-direction:column}
.consent_btn_primary,.consent_btn_secondary{width:100%;min-width:auto}
}
@media (max-width: 480px) {
body{font-size:15px}
.company_title_block h1{font-size:1.125rem}
.nav_link_element{font-size:.9375rem}
.footer_segment_title{font-size:1.0625rem}
.footer_contact_item,.footer_service_link{font-size:.875rem}
}
.leerprgrm-wrapper{background:#fff;min-height:100vh;font-family:'Segoe UI',Tahoma,Geneva,Verdana,sans-serif}
.leerprgrm-hero-section{background:linear-gradient(135deg,#E2E5DC 0%,#C8D5B4 100%);padding:90px 20px 70px;position:relative;overflow:hidden}
.leerprgrm-hero-section::before{content:'';position:absolute;width:400px;height:400px;background:#99c28e26;border-radius:50%;top:-150px;right:-100px}
.leerprgrm-hero-content{max-width:1200px;margin:0 auto;position:relative;z-index:2}
.leerprgrm-hero-content h1{font-size:2.8rem;color:#212529;margin-bottom:20px;font-weight:700;line-height:1.2}
.leerprgrm-hero-content p{font-size:1.15rem;color:#495057;max-width:720px;line-height:1.7;margin-bottom:0}
.leerprgrm-intro-block{max-width:1200px;margin:80px auto;padding:0 20px;display:grid;grid-template-columns:1fr 1fr;gap:60px;align-items:center}
.leerprgrm-intro-text h2{font-size:2.2rem;color:#212529;margin-bottom:24px;font-weight:600}
.leerprgrm-intro-text p{font-size:1.05rem;color:#495057;line-height:1.8;margin-bottom:18px}
.leerprgrm-intro-image{position:relative}
.leerprgrm-intro-image img{width:100%;height:420px;object-fit:cover;border-radius:12px;box-shadow:0 8px 24px #0000001f}
.leerprgrm-modules-section{background:#f8f9fa;padding:80px 20px;position:relative}
.leerprgrm-modules-container{max-width:1200px;margin:0 auto}
.leerprgrm-modules-header{text-align:center;margin-bottom:60px}
.leerprgrm-modules-header h2{font-size:2.4rem;color:#212529;margin-bottom:16px;font-weight:600}
.leerprgrm-modules-header p{font-size:1.1rem;color:#495057;max-width:680px;margin:0 auto;line-height:1.7}
.leerprgrm-modules-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:35px}
.leerprgrm-module-card{background:#fff;padding:40px 32px;border-radius:10px;box-shadow:0 4px 16px #00000014;transition:transform .3s ease,box-shadow .3s ease;border-top:4px solid #99C28E}
.leerprgrm-module-card:hover{transform:translateY(-6px);box-shadow:0 8px 28px #00000024}
.leerprgrm-module-number{display:inline-block;background:#E2E5DC;color:#212529;width:48px;height:48px;border-radius:50%;text-align:center;line-height:48px;font-size:1.3rem;font-weight:700;margin-bottom:20px}
.leerprgrm-module-card h3{font-size:1.4rem;color:#212529;margin-bottom:14px;font-weight:600}
.leerprgrm-module-card p{font-size:.98rem;color:#495057;line-height:1.7;margin-bottom:0}
.leerprgrm-approach-section{max-width:1200px;margin:90px auto;padding:0 20px;display:grid;grid-template-columns:1.1fr 0.9fr;gap:70px;align-items:start}
.leerprgrm-approach-image{position:relative;height:520px}
.leerprgrm-approach-image img{width:100%;height:100%;object-fit:cover;border-radius:12px;box-shadow:0 10px 30px #00000026}
.leerprgrm-approach-content h2{font-size:2.3rem;color:#212529;margin-bottom:28px;font-weight:600}
.leerprgrm-approach-list{list-style:none;padding:0;margin:0}
.leerprgrm-approach-list li{padding-left:44px;position:relative;margin-bottom:26px;font-size:1.05rem;color:#495057;line-height:1.7}
.leerprgrm-approach-list li::before{content:'';position:absolute;left:0;top:0;width:32px;height:32px;background:#99C28E;color:#fff;border-radius:50%;display:flex;align-items:center;justify-content:center;font-weight:700;font-size:1.1rem}
.leerprgrm-approach-content p{font-size:1.05rem;color:#495057;line-height:1.8;margin-top:30px}
.leerprgrm-praktijk-section{background:linear-gradient(to right,#C8D5B4 0%,#E2E5DC 100%);padding:90px 20px;position:relative}
.leerprgrm-praktijk-container{max-width:1000px;margin:0 auto;text-align:center}
.leerprgrm-praktijk-container h2{font-size:2.5rem;color:#212529;margin-bottom:26px;font-weight:600}
.leerprgrm-praktijk-container p{font-size:1.1rem;color:#495057;line-height:1.8;margin-bottom:22px;max-width:820px;margin-left:auto;margin-right:auto}
.leerprgrm-praktijk-details{display:grid;grid-template-columns:repeat(3,1fr);gap:40px;margin-top:50px}
.leerprgrm-praktijk-item{background:#fff;padding:36px 28px;border-radius:10px;box-shadow:0 4px 18px #0000001a}
.leerprgrm-praktijk-item h3{font-size:1.3rem;color:#212529;margin-bottom:12px;font-weight:600}
.leerprgrm-praktijk-item p{font-size:.98rem;color:#495057;line-height:1.7;margin-bottom:0}
.leerprgrm-cta-button{display:inline-block;background:#99C28E;color:#fff;padding:16px 42px;border-radius:8px;text-decoration:none;font-size:1.1rem;font-weight:600;margin-top:36px;transition:all .3s ease;box-shadow:0 4px 14px #99c28e4d}
.leerprgrm-cta-button:hover{background:#88b17d;transform:translateY(-3px);box-shadow:0 6px 20px #99c28e66;color:#fff}
@media (max-width: 992px) {
.leerprgrm-intro-block{grid-template-columns:1fr;gap:40px}
.leerprgrm-modules-grid{grid-template-columns:repeat(2,1fr);gap:28px}
.leerprgrm-approach-section{grid-template-columns:1fr;gap:50px}
.leerprgrm-approach-image{height:380px}
.leerprgrm-praktijk-details{grid-template-columns:1fr;gap:28px}
}
@media (max-width: 768px) {
.leerprgrm-hero-content h1{font-size:2.2rem}
.leerprgrm-hero-content p{font-size:1.05rem}
.leerprgrm-intro-text h2{font-size:1.9rem}
.leerprgrm-modules-header h2{font-size:2rem}
.leerprgrm-modules-grid{grid-template-columns:1fr}
.leerprgrm-approach-content h2{font-size:1.9rem}
.leerprgrm-praktijk-container h2{font-size:2.1rem}
.leerprgrm-intro-image img{height:320px}
.leerprgrm-approach-image{height:300px}
}
.voorbereiding-wrapper{background:linear-gradient(135deg,#fafbfc 0%,#f8f9fa 50%,#E2E5DC 100%);min-height:100vh;padding:0;margin:0}
.voorbereiding-intro-sectie{max-width:1400px;margin:0 auto;padding:80px 30px 60px;display:grid;grid-template-columns:1fr 1fr;gap:60px;align-items:center;position:relative}
.voorbereiding-intro-tekst h1{font-size:2.8rem;color:#212529;margin:0 0 25px;line-height:1.2;font-weight:700;letter-spacing:-.5px}
.voorbereiding-intro-tekst .subtitel-intro{font-size:1.3rem;color:#495057;line-height:1.7;margin-bottom:30px;font-weight:400}
.voorbereiding-intro-tekst p{font-size:1.05rem;color:#495057;line-height:1.8;margin-bottom:20px}
.voorbereiding-intro-visueel{position:relative}
.voorbereiding-intro-visueel img{width:100%;height:500px;object-fit:cover;border-radius:20px;box-shadow:0 15px 40px #99c28e40;transform:rotate(-2deg);transition:transform .4s ease}
.voorbereiding-intro-visueel img:hover{transform:rotate(0deg) scale(1.02)}
.voorbereiding-intro-visueel::before{content:'';position:absolute;top:-20px;right:-20px;width:150px;height:150px;background:linear-gradient(135deg,#99C28E 0%,#C8D5B4 100%);border-radius:50%;z-index:-1;opacity:.4}
.voorbereiding-intro-visueel::after{content:'';position:absolute;bottom:-30px;left:-30px;width:200px;height:200px;background:#E2E5DC;border-radius:30% 70% 70% 30% / 30% 30% 70% 70%;z-index:-1;opacity:.5}
.voorbereiding-tijdlijn-sectie{max-width:1200px;margin:80px auto;padding:60px 40px;background:#fff;border-radius:30px;box-shadow:0 10px 50px #0000000f;position:relative}
.voorbereiding-tijdlijn-sectie h2{font-size:2.4rem;color:#212529;text-align:center;margin:0 0 60px;font-weight:700}
.voorbereiding-tijdlijn-container{position:relative;padding:0 0 0 80px}
.voorbereiding-tijdlijn-lijn{position:absolute;left:30px;top:0;bottom:0;width:4px;background:linear-gradient(180deg,#99C28E 0%,#C8D5B4 50%,#E2E5DC 100%);border-radius:2px}
.voorbereiding-tijdlijn-item{position:relative;margin-bottom:50px;padding-left:30px}
.voorbereiding-tijdlijn-marker{position:absolute;left:-61px;top:5px;width:24px;height:24px;background:#99C28E;border:5px solid #fff;border-radius:50%;box-shadow:0 0 0 4px #C8D5B4;z-index:2}
.voorbereiding-tijdlijn-item h3{font-size:1.6rem;color:#212529;margin:0 0 12px;font-weight:600}
.voorbereiding-tijdlijn-item .tijdlijn-datum{display:inline-block;font-size:.9rem;color:#99C28E;font-weight:600;margin-bottom:15px;padding:4px 12px;background:#f8f9fa;border-radius:8px}
.voorbereiding-tijdlijn-item p{font-size:1.05rem;color:#495057;line-height:1.7;margin:0}
.voorbereiding-redactioneel-sectie{max-width:1400px;margin:0 auto 80px;padding:0 30px 60px}
.voorbereiding-redactioneel-grid{display:grid;grid-template-columns:2fr 1fr;gap:40px}
.voorbereiding-hoofdartikel{background:#fff;padding:50px;border-radius:25px;box-shadow:0 8px 30px #0000000d;border-left:6px solid #99C28E}
.voorbereiding-hoofdartikel h2{font-size:2.2rem;color:#212529;margin:0 0 25px;font-weight:700;line-height:1.3}
.voorbereiding-hoofdartikel .artikel-intro{font-size:1.2rem;color:#495057;line-height:1.7;margin-bottom:30px;font-style:italic;padding-left:20px;border-left:3px solid #C8D5B4}
.voorbereiding-hoofdartikel p{font-size:1.05rem;color:#495057;line-height:1.8;margin-bottom:20px}
.voorbereiding-hoofdartikel .uitgelichte-quote{background:linear-gradient(135deg,#E2E5DC 0%,#f8f9fa 100%);padding:30px;margin:35px 0;border-radius:15px;font-size:1.15rem;color:#343a40;line-height:1.7;border-left:5px solid #99C28E;font-style:italic}
.voorbereiding-zijbalk{display:flex;flex-direction:column;gap:30px}
.voorbereiding-info-kaart{background:linear-gradient(135deg,#99C28E 0%,#C8D5B4 100%);padding:35px;border-radius:20px;box-shadow:0 6px 25px #99c28e4d;transition:transform .3s ease}
.voorbereiding-info-kaart:hover{transform:translateY(-5px)}
.voorbereiding-info-kaart h3{font-size:1.4rem;color:#fff;margin:0 0 18px;font-weight:600}
.voorbereiding-info-kaart ul{list-style:none;padding:0;margin:0}
.voorbereiding-info-kaart li{font-size:1rem;color:#fff;line-height:1.6;margin-bottom:12px;padding-left:28px;position:relative}
.voorbereiding-info-kaart li::before{content:'';position:absolute;left:0;color:#fff;font-weight:700;font-size:1.2rem}
.voorbereiding-statistiek-kaart{background:#fff;padding:35px;border-radius:20px;box-shadow:0 6px 25px #0000000f;text-align:center}
.voorbereiding-statistiek-kaart .stat-nummer{font-size:3rem;color:#99C28E;font-weight:700;margin:0 0 10px;line-height:1}
.voorbereiding-statistiek-kaart .stat-label{font-size:1.1rem;color:#495057;font-weight:500;line-height:1.4}
.voorbereiding-cta-kaart{background:linear-gradient(135deg,#343a40 0%,#495057 100%);padding:40px;border-radius:20px;box-shadow:0 8px 30px #00000026;text-align:center}
.voorbereiding-cta-kaart h3{font-size:1.5rem;color:#fff;margin:0 0 20px;font-weight:600}
.voorbereiding-cta-kaart p{font-size:1rem;color:#E2E5DC;line-height:1.6;margin-bottom:25px}
.voorbereiding-cta-knop{display:inline-block;padding:14px 32px;background:#99C28E;color:#fff;text-decoration:none;border-radius:12px;font-weight:600;font-size:1.05rem;transition:all .3s ease;box-shadow:0 4px 15px #99c28e66}
.voorbereiding-cta-knop:hover{background:#C8D5B4;transform:translateY(-2px);box-shadow:0 6px 20px #99c28e80}
@media (max-width: 1024px) {
.voorbereiding-intro-sectie{grid-template-columns:1fr;gap:40px;padding:60px 25px 40px}
.voorbereiding-intro-tekst h1{font-size:2.2rem}
.voorbereiding-intro-visueel img{height:400px}
.voorbereiding-redactioneel-grid{grid-template-columns:1fr}
.voorbereiding-tijdlijn-sectie{padding:50px 30px}
}
@media (max-width: 768px) {
.voorbereiding-intro-tekst h1{font-size:1.9rem}
.voorbereiding-intro-tekst .subtitel-intro{font-size:1.1rem}
.voorbereiding-intro-visueel img{height:320px}
.voorbereiding-tijdlijn-container{padding-left:60px}
.voorbereiding-tijdlijn-lijn{left:20px}
.voorbereiding-tijdlijn-marker{left:8px;width:20px;height:20px}
.voorbereiding-tijdlijn-sectie h2{font-size:1.9rem}
.voorbereiding-tijdlijn-item h3{font-size:1.3rem}
.voorbereiding-hoofdartikel{padding:35px 25px}
.voorbereiding-hoofdartikel h2{font-size:1.8rem}
.voorbereiding-info-kaart,.voorbereiding-statistiek-kaart,.voorbereiding-cta-kaart{padding:25px}
}
.studentprojecten-wrapper{background:linear-gradient(135deg,#fafbfc 0%,#f8f9fa 100%);min-height:100vh}
.studentprojecten-hero-gebied{background:linear-gradient(165deg,#E2E5DC 0%,#C8D5B4 50%,#99C28E 100%);padding:120px 20px 80px;position:relative;overflow:hidden}
.studentprojecten-hero-gebied::before{content:'';position:absolute;top:-50%;right:-20%;width:600px;height:600px;background:#ffffff1a;border-radius:50%;z-index:1}
.studentprojecten-hero-container{max-width:1140px;margin:0 auto;position:relative;z-index:2}
.studentprojecten-hero-titel{font-size:3.2rem;font-weight:700;color:#212529;margin:0 0 24px;line-height:1.2;letter-spacing:-.5px}
.studentprojecten-hero-subtekst{font-size:1.3rem;color:#343a40;margin:0 0 16px;line-height:1.6;max-width:680px}
.studentprojecten-hero-beschrijving{font-size:1.05rem;color:#495057;line-height:1.7;max-width:720px;margin:0}
.studentprojecten-gallerij-sectie{padding:90px 20px;background:#fff}
.studentprojecten-gallerij-container{max-width:1200px;margin:0 auto}
.studentprojecten-gallerij-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:30px;margin-top:50px}
.studentprojecten-project-kaart{background:#f8f9fa;border-radius:12px;overflow:hidden;transition:transform .3s ease,box-shadow .3s ease;border:2px solid #E2E5DC}
.studentprojecten-project-kaart:hover{transform:translateY(-8px);box-shadow:0 12px 28px #99c28e33}
.studentprojecten-project-afbeelding{width:100%;height:280px;object-fit:cover;display:block}
.studentprojecten-project-info{padding:28px}
.studentprojecten-project-naam{font-size:1.4rem;font-weight:600;color:#212529;margin:0 0 12px;line-height:1.3}
.studentprojecten-project-student{font-size:.95rem;color:#99C28E;font-weight:600;margin:0 0 14px;text-transform:uppercase;letter-spacing:.5px}
.studentprojecten-project-tekst{font-size:1rem;color:#495057;line-height:1.6;margin:0}
.studentprojecten-details-sectie{padding:85px 20px;background:linear-gradient(180deg,#f8f9fa 0%,#fff 100%)}
.studentprojecten-details-layout{max-width:1140px;margin:0 auto;display:grid;grid-template-columns:1.2fr 1fr;gap:60px;align-items:start}
.studentprojecten-details-content{padding-right:30px}
.studentprojecten-sectie-hoofdtitel{font-size:2.4rem;font-weight:700;color:#212529;margin:0 0 28px;line-height:1.2}
.studentprojecten-details-tekst{font-size:1.05rem;color:#495057;line-height:1.7;margin:0 0 22px}
.studentprojecten-thema-lijst{list-style:none;padding:0;margin:30px 0 0}
.studentprojecten-thema-item{padding:16px 0;border-bottom:1px solid #E2E5DC;font-size:1.05rem;color:#343a40;position:relative;padding-left:32px}
.studentprojecten-thema-item::before{content:'▸';position:absolute;left:0;color:#99C28E;font-size:1.3rem;font-weight:700}
.studentprojecten-visueel-blok{background:linear-gradient(135deg,#99C28E 0%,#C8D5B4 100%);padding:45px;border-radius:16px;box-shadow:0 8px 24px #99c28e26;position:sticky;top:20px}
.studentprojecten-stats-container{display:grid;grid-template-columns:1fr 1fr;gap:28px}
.studentprojecten-stat-box{background:#ffffff40;padding:24px;border-radius:10px;text-align:center}
.studentprojecten-stat-nummer{font-size:2.8rem;font-weight:700;color:#212529;margin:0 0 8px;line-height:1}
.studentprojecten-stat-label{font-size:.95rem;color:#343a40;margin:0;font-weight:500}
.studentprojecten-cta-sectie{padding:100px 20px;background:#fff;position:relative;overflow:hidden}
.studentprojecten-cta-sectie::before{content:'';position:absolute;bottom:-100px;left:-100px;width:400px;height:400px;background:radial-gradient(circle,#99c28e14 0%,transparent 70%);z-index:1}
.studentprojecten-cta-container{max-width:900px;margin:0 auto;text-align:center;position:relative;z-index:2}
.studentprojecten-cta-titel{font-size:2.6rem;font-weight:700;color:#212529;margin:0 0 24px;line-height:1.2}
.studentprojecten-cta-beschrijving{font-size:1.15rem;color:#495057;line-height:1.7;margin:0 0 40px}
.studentprojecten-cta-knoppen{display:flex;gap:20px;justify-content:center;flex-wrap:wrap}
.studentprojecten-knop-primair{background:linear-gradient(135deg,#99C28E 0%,#C8D5B4 100%);color:#212529;padding:16px 38px;border:none;border-radius:8px;font-size:1.05rem;font-weight:600;cursor:pointer;transition:transform .2s ease,box-shadow .2s ease;text-decoration:none;display:inline-block;z-index:10;position:relative}
.studentprojecten-knop-primair:hover{transform:translateY(-3px);box-shadow:0 8px 20px #99c28e4d}
.studentprojecten-knop-secundair{background:none;color:#99C28E;padding:16px 38px;border:2px solid #99C28E;border-radius:8px;font-size:1.05rem;font-weight:600;cursor:pointer;transition:background .2s ease,color .2s ease;text-decoration:none;display:inline-block;z-index:10;position:relative}
.studentprojecten-knop-secundair:hover{background:#99C28E;color:#fff}
@media (max-width: 992px) {
.studentprojecten-hero-titel{font-size:2.6rem}
.studentprojecten-gallerij-grid{grid-template-columns:repeat(2,1fr);gap:25px}
.studentprojecten-details-layout{grid-template-columns:1fr;gap:40px}
.studentprojecten-details-content{padding-right:0}
.studentprojecten-visueel-blok{position:static}
}
@media (max-width: 768px) {
.studentprojecten-hero-gebied{padding:80px 20px 60px}
.studentprojecten-hero-titel{font-size:2.2rem}
.studentprojecten-hero-subtekst{font-size:1.15rem}
.studentprojecten-gallerij-grid{grid-template-columns:1fr;gap:20px}
.studentprojecten-project-afbeelding{height:240px}
.studentprojecten-sectie-hoofdtitel{font-size:2rem}
.studentprojecten-cta-titel{font-size:2rem}
.studentprojecten-cta-knoppen{flex-direction:column;align-items:stretch}
.studentprojecten-knop-primair,.studentprojecten-knop-secundair{width:100%;text-align:center}
}
@media (max-width: 576px) {
.studentprojecten-hero-titel{font-size:1.9rem}
.studentprojecten-stats-container{grid-template-columns:1fr;gap:20px}
.studentprojecten-visueel-blok{padding:30px}
}
.btroad-index-wrapper{background:#fff;font-family:'Segoe UI',Tahoma,Geneva,Verdana,sans-serif;color:#2d3436;line-height:1.7;overflow-x:hidden}
.btroad-hero-section{position:relative;min-height:85vh;display:flex;align-items:center;background:linear-gradient(135deg,#E2E5DC 0%,#C8D5B4 50%,#99C28E 100%);padding:80px 20px;clip-path:polygon(0 0,100% 0,100% 92%,0 100%)}
.btroad-hero-content-wrap{max-width:1240px;margin:0 auto;display:grid;grid-template-columns:1.2fr 1fr;gap:60px;align-items:center}
.btroad-hero-text h1{font-size:3.2em;font-weight:800;color:#2d3436;margin:0 0 24px;line-height:1.15;letter-spacing:-.5px}
.btroad-hero-text p{font-size:1.15em;color:#495057;margin:0 0 32px;max-width:540px}
.btroad-hero-img-container{position:relative;border-radius:16px;overflow:hidden;box-shadow:0 25px 60px #00000026;transform:rotate(2deg);transition:transform .4s ease}
.btroad-hero-img-container:hover{transform:rotate(0deg) scale(1.03)}
.btroad-hero-img-container img{width:100%;height:460px;object-fit:cover;display:block}
.btroad-cta-primary{display:inline-block;padding:16px 42px;background:#2d3436;color:#fff;text-decoration:none;border-radius:8px;font-weight:600;font-size:1.05em;transition:all .3s ease;box-shadow:0 4px 14px #2d343640}
.btroad-cta-primary:hover{background:#99C28E;color:#2d3436;transform:translateY(-2px);box-shadow:0 8px 20px #99c28e59}
.btroad-techniques-grid{max-width:1240px;margin:0 auto;padding:90px 20px;background:#f8f9fa}
.btroad-techniques-intro{text-align:center;margin-bottom:70px}
.btroad-techniques-intro h2{font-size:2.6em;color:#2d3436;margin:0 0 18px;font-weight:700}
.btroad-techniques-intro p{font-size:1.1em;color:#636e72;max-width:680px;margin:0 auto}
.btroad-tech-cards{display:grid;grid-template-columns:repeat(3,1fr);gap:35px}
.btroad-tech-card{background:#fff;padding:38px 28px;border-radius:12px;border-left:5px solid #99C28E;box-shadow:0 6px 18px #00000014;transition:all .35s ease}
.btroad-tech-card:hover{transform:translateY(-8px);box-shadow:0 12px 32px #99c28e40;border-left-color:#C8D5B4}
.btroad-tech-card h3{font-size:1.5em;color:#2d3436;margin:0 0 14px;font-weight:600}
.btroad-tech-card p{font-size:.98em;color:#636e72;margin:0;line-height:1.65}
.btroad-chicken-road-section{background:linear-gradient(to right,#99C28E 0%,#C8D5B4 100%);padding:85px 20px;position:relative}
.btroad-chicken-content{max-width:1100px;margin:0 auto;display:flex;gap:55px;align-items:center}
.btroad-chicken-visual{flex:1;position:relative}
.btroad-chicken-visual img{width:100%;height:420px;object-fit:cover;border-radius:20px;box-shadow:0 18px 45px #0003;transform:rotate(-3deg)}
.btroad-chicken-text{flex:1.3}
.btroad-chicken-text h2{font-size:2.5em;color:#2d3436;margin:0 0 22px;font-weight:700}
.btroad-chicken-text p{font-size:1.05em;color:#495057;margin:0 0 18px;line-height:1.75}
.btroad-chicken-text .btroad-detail-list{margin:28px 0;padding:0;list-style:none}
.btroad-chicken-text .btroad-detail-list li{padding:10px 0 10px 32px;position:relative;color:#2d3436;font-size:1.02em}
.btroad-chicken-text .btroad-detail-list li:before{content:"→";position:absolute;left:0;color:#2d3436;font-weight:700;font-size:1.3em}
.btroad-program-timeline{max-width:1240px;margin:0 auto;padding:95px 20px;background:#fff}
.btroad-timeline-header{text-align:center;margin-bottom:65px}
.btroad-timeline-header h2{font-size:2.7em;color:#2d3436;margin:0 0 16px;font-weight:700}
.btroad-timeline-header p{font-size:1.08em;color:#636e72;max-width:720px;margin:0 auto}
.btroad-timeline-blocks{display:grid;grid-template-columns:1fr 1fr;gap:40px;position:relative}
.btroad-timeline-item{background:#f8f9fa;padding:35px 30px;border-radius:14px;position:relative;border-top:4px solid #99C28E;transition:all .3s ease}
.btroad-timeline-item:hover{background:#E2E5DC;transform:scale(1.02)}
.btroad-timeline-number{position:absolute;top:-18px;left:30px;width:46px;height:46px;background:#99C28E;border-radius:50%;display:flex;align-items:center;justify-content:center;font-weight:700;font-size:1.3em;color:#fff;box-shadow:0 4px 12px #99c28e66}
.btroad-timeline-item h3{font-size:1.45em;color:#2d3436;margin:0 0 12px;font-weight:600}
.btroad-timeline-item p{font-size:.97em;color:#636e72;margin:0;line-height:1.7}
.btroad-immersive-showcase{background:#2d3436;padding:0;position:relative;overflow:hidden}
.btroad-showcase-split{display:grid;grid-template-columns:1.1fr 1fr;min-height:600px}
.btroad-showcase-image{position:relative;overflow:hidden}
.btroad-showcase-image img{width:100%;height:100%;object-fit:cover;display:block}
.btroad-showcase-content{padding:75px 55px;display:flex;flex-direction:column;justify-content:center;background:linear-gradient(135deg,#2d3436 0%,#495057 100%)}
.btroad-showcase-content h2{font-size:2.4em;color:#fff;margin:0 0 24px;font-weight:700}
.btroad-showcase-content p{font-size:1.05em;color:#E2E5DC;margin:0 0 16px;line-height:1.75}
.btroad-showcase-list{margin:30px 0;padding:0;list-style:none}
.btroad-showcase-list li{padding:12px 0;color:#C8D5B4;font-size:1.03em;border-bottom:1px solid #c8d5b433}
.btroad-cta-light{display:inline-block;padding:14px 36px;background:#99C28E;color:#2d3436;text-decoration:none;border-radius:8px;font-weight:600;font-size:1.02em;transition:all .3s ease;margin-top:20px}
.btroad-cta-light:hover{background:#C8D5B4;transform:translateX(5px)}
.btroad-final-cta-block{max-width:1240px;margin:0 auto;padding:100px 20px;background:#fff;text-align:center}
.btroad-final-cta-inner{background:linear-gradient(135deg,#E2E5DC 0%,#C8D5B4 100%);padding:70px 50px;border-radius:20px;box-shadow:0 20px 50px #0000001f}
.btroad-final-cta-inner h2{font-size:2.6em;color:#2d3436;margin:0 0 20px;font-weight:700}
.btroad-final-cta-inner p{font-size:1.12em;color:#495057;max-width:720px;margin:0 auto 35px;line-height:1.7}
.btroad-cta-group{display:flex;gap:20px;justify-content:center;flex-wrap:wrap}
.btroad-cta-secondary{display:inline-block;padding:16px 40px;background:none;color:#2d3436;text-decoration:none;border-radius:8px;border:2px solid #2d3436;font-weight:600;font-size:1.05em;transition:all .3s ease}
.btroad-cta-secondary:hover{background:#2d3436;color:#fff}
@media (max-width: 1024px) {
.btroad-hero-content-wrap{grid-template-columns:1fr;gap:45px}
.btroad-hero-text h1{font-size:2.6em}
.btroad-tech-cards{grid-template-columns:repeat(2,1fr)}
.btroad-chicken-content{flex-direction:column}
.btroad-showcase-split{grid-template-columns:1fr}
.btroad-showcase-content{padding:55px 35px}
}
@media (max-width: 768px) {
.btroad-hero-section{min-height:auto;padding:60px 20px}
.btroad-hero-text h1{font-size:2.1em}
.btroad-hero-img-container img{height:320px}
.btroad-tech-cards{grid-template-columns:1fr}
.btroad-chicken-visual img{height:300px}
.btroad-timeline-blocks{grid-template-columns:1fr}
.btroad-cta-group{flex-direction:column;align-items:center}
.btroad-final-cta-inner{padding:50px 30px}
}
.contact-wrapper-main{background:linear-gradient(135deg,#fafbfc 0%,#f8f9fa 100%);min-height:100vh;font-family:'Segoe UI',Tahoma,Geneva,Verdana,sans-serif}
.contact-hero-section{background:linear-gradient(to right,#E2E5DC 0%,#C8D5B4 100%);padding:80px 20px 60px;position:relative;overflow:hidden}
.contact-hero-section::before{content:'';position:absolute;top:-50%;right:-10%;width:600px;height:600px;background:#99c28e26;border-radius:50%}
.contact-hero-container{max-width:1200px;margin:0 auto;position:relative;z-index:2}
.contact-hero-title{font-size:3.2rem;color:#2d3e2d;margin:0 0 16px;font-weight:700;line-height:1.2}
.contact-hero-subtitle{font-size:1.25rem;color:#495057;margin:0;line-height:1.6;max-width:680px}
.decision-split-section{display:grid;grid-template-columns:1fr 1fr;min-height:500px;margin:60px 0;max-width:1400px;margin-left:auto;margin-right:auto;gap:0;border-radius:12px;overflow:hidden;box-shadow:0 8px 24px #00000014}
.decision-left-panel{background:#fff;padding:60px 45px;display:flex;flex-direction:column;justify-content:center;border-right:3px solid #E2E5DC}
.decision-right-panel{background:linear-gradient(165deg,#99C28E 0%,#C8D5B4 100%);padding:60px 45px;display:flex;flex-direction:column;justify-content:center;position:relative}
.decision-panel-icon{font-size:3rem;margin-bottom:24px;color:#99C28E}
.decision-right-panel .decision-panel-icon{color:#2d3e2d}
.decision-panel-heading{font-size:2rem;color:#212529;margin:0 0 20px;font-weight:600;line-height:1.3}
.decision-panel-text{font-size:1.05rem;color:#495057;line-height:1.7;margin:0 0 16px}
.decision-right-panel .decision-panel-text{color:#2d3e2d}
.decision-question-list{list-style:none;padding:0;margin:24px 0 0}
.decision-question-item{padding:12px 0;font-size:1rem;color:#343a40;border-bottom:1px solid #E2E5DC}
.decision-question-item:last-child{border-bottom:none}
.decision-question-item::before{content:'→';color:#99C28E;font-weight:700;margin-right:12px}
.form-contact-container{max-width:900px;margin:80px auto;padding:0 20px}
.form-section-title{font-size:2.5rem;color:#212529;margin:0 0 16px;text-align:center;font-weight:600}
.form-section-description{font-size:1.1rem;color:#6c757d;text-align:center;margin:0 0 48px;line-height:1.6}
.contact-form-card{background:#fff;border-radius:12px;padding:50px 45px;box-shadow:0 6px 20px #0000000f}
.form-group-custom{margin-bottom:28px}
.form-label-custom{display:block;font-size:.95rem;color:#343a40;margin-bottom:8px;font-weight:500}
.form-input-custom{width:100%;padding:14px 16px;font-size:1rem;border:2px solid #E2E5DC;border-radius:8px;background:#fafbfc;color:#212529;transition:all .3s ease;font-family:inherit}
.form-input-custom:focus{outline:none;border-color:#99C28E;background:#fff;box-shadow:0 0 0 3px #99c28e1a}
.form-textarea-custom{width:100%;padding:14px 16px;font-size:1rem;border:2px solid #E2E5DC;border-radius:8px;background:#fafbfc;color:#212529;min-height:160px;resize:vertical;font-family:inherit;transition:all .3s ease}
.form-textarea-custom:focus{outline:none;border-color:#99C28E;background:#fff;box-shadow:0 0 0 3px #99c28e1a}
.checkbox-group-custom{display:flex;align-items:flex-start;margin:32px 0;gap:12px}
.checkbox-input-custom{margin-top:4px;width:20px;height:20px;cursor:pointer;accent-color:#99C28E}
.checkbox-label-custom{font-size:.95rem;color:#495057;line-height:1.5;cursor:pointer}
.checkbox-label-custom a{color:#99C28E;text-decoration:underline;font-weight:500}
.checkbox-label-custom a:hover{color:#7aa876}
.form-submit-btn{background:linear-gradient(135deg,#99C28E 0%,#C8D5B4 100%);color:#fff;font-size:1.1rem;font-weight:600;padding:16px 48px;border:none;border-radius:8px;cursor:pointer;transition:all .3s ease;box-shadow:0 4px 12px #99c28e4d;text-transform:uppercase;letter-spacing:.5px}
.form-submit-btn:hover{transform:translateY(-2px);box-shadow:0 6px 20px #99c28e66;background:linear-gradient(135deg,#7aa876 0%,#b3c19f 100%)}
.form-submit-btn:active{transform:translateY(0)}
.info-cards-section{max-width:1200px;margin:80px auto;padding:0 20px;display:grid;grid-template-columns:repeat(3,1fr);gap:30px}
.info-card-item{background:#fff;padding:40px 32px;border-radius:12px;text-align:center;box-shadow:0 4px 16px #0000000d;transition:transform .3s ease,box-shadow .3s ease;border-top:4px solid #99C28E}
.info-card-item:hover{transform:translateY(-6px);box-shadow:0 8px 24px #0000001a}
.info-card-icon{font-size:2.8rem;color:#99C28E;margin-bottom:20px}
.info-card-title{font-size:1.4rem;color:#212529;margin:0 0 12px;font-weight:600}
.info-card-detail{font-size:1rem;color:#6c757d;line-height:1.6;margin:0}
.info-card-detail a{color:#99C28E;text-decoration:none;font-weight:500}
.info-card-detail a:hover{text-decoration:underline}
.image-story-section{max-width:1200px;margin:80px auto;padding:0 20px;display:grid;grid-template-columns:45% 55%;gap:50px;align-items:center}
.story-image-wrapper{position:relative;border-radius:12px;overflow:hidden;box-shadow:0 8px 24px #0000001f}
.story-image-wrapper img{width:100%;height:480px;object-fit:cover;display:block}
.story-content-area{padding:20px 0}
.story-content-heading{font-size:2.2rem;color:#212529;margin:0 0 20px;font-weight:600;line-height:1.3}
.story-content-text{font-size:1.05rem;color:#495057;line-height:1.8;margin:0 0 18px}
.story-highlight-box{background:linear-gradient(135deg,#E2E5DC 0%,#C8D5B4 100%);padding:24px 28px;border-radius:8px;border-left:4px solid #99C28E;margin-top:28px}
.story-highlight-text{font-size:1.1rem;color:#2d3e2d;margin:0;font-weight:500;line-height:1.6}
@media (max-width: 992px) {
.contact-hero-title{font-size:2.5rem}
.decision-split-section{grid-template-columns:1fr}
.decision-left-panel{border-right:none;border-bottom:3px solid #E2E5DC}
.info-cards-section{grid-template-columns:1fr}
.image-story-section{grid-template-columns:1fr;gap:40px}
.story-image-wrapper img{height:400px}
}
@media (max-width: 768px) {
.contact-hero-section{padding:60px 20px 40px}
.contact-hero-title{font-size:2rem}
.contact-hero-subtitle{font-size:1.1rem}
.decision-left-panel,.decision-right-panel{padding:40px 28px}
.decision-panel-heading{font-size:1.6rem}
.contact-form-card{padding:35px 25px}
.form-section-title{font-size:2rem}
.form-submit-btn{width:100%}
.story-content-heading{font-size:1.8rem}
}
.blog-page-wrapper{background:linear-gradient(135deg,#fafbfc 0%,#fff 50%,#f8f9fa 100%);min-height:100vh;padding:0;margin:0}
.blog-hero-section{background:linear-gradient(165deg,#E2E5DC 0%,#C8D5B4 100%);padding:120px 20px 80px;position:relative;overflow:hidden}
.blog-hero-section::before{content:'';position:absolute;top:-50%;right:-10%;width:600px;height:600px;background:#99c28e26;border-radius:50%;z-index:1}
.blog-hero-content{max-width:850px;margin:0 auto;position:relative;z-index:2}
.blog-hero-content h1{font-size:3.2rem;color:#2d3436;margin-bottom:24px;font-weight:700;line-height:1.2}
.blog-hero-intro{font-size:1.2rem;color:#495057;line-height:1.7;margin-bottom:35px}
.blog-nav-tags{display:flex;gap:15px;flex-wrap:wrap;margin-top:40px}
.blog-tag-item{background:#fff;color:#495057;padding:10px 22px;border-radius:25px;font-size:.95rem;border:2px solid #99C28E;transition:all .3s ease}
.blog-tag-item:hover{background:#99C28E;color:#fff;transform:translateY(-3px);box-shadow:0 6px 20px #99c28e4d}
.blog-featured-article{max-width:1200px;margin:-60px auto 80px;padding:0 20px;position:relative;z-index:10}
.featured-card-container{background:#fff;border-radius:16px;overflow:hidden;box-shadow:0 15px 50px #00000014;display:grid;grid-template-columns:1fr 1fr;gap:0;transition:transform .3s ease}
.featured-card-container:hover{transform:translateY(-5px);box-shadow:0 20px 60px #0000001f}
.featured-image-wrap{position:relative;overflow:hidden;height:100%;min-height:400px}
.featured-image-wrap img{width:100%;height:100%;object-fit:cover;transition:transform .5s ease}
.featured-card-container:hover .featured-image-wrap img{transform:scale(1.08)}
.featured-content-area{padding:50px 45px;display:flex;flex-direction:column;justify-content:center}
.featured-label{color:#99C28E;font-size:.85rem;font-weight:600;text-transform:uppercase;letter-spacing:1.2px;margin-bottom:18px}
.featured-content-area h2{font-size:2rem;color:#212529;margin-bottom:20px;line-height:1.3;font-weight:700}
.featured-excerpt{color:#495057;font-size:1.05rem;line-height:1.7;margin-bottom:30px}
.featured-meta-info{display:flex;gap:25px;font-size:.9rem;color:#6c757d;margin-bottom:30px}
.featured-read-link{display:inline-flex;align-items:center;gap:10px;color:#99C28E;font-weight:600;font-size:1.05rem;text-decoration:none;transition:gap .3s ease}
.featured-read-link:hover{gap:15px}
.blog-articles-grid{max-width:1200px;margin:0 auto 80px;padding:0 20px}
.grid-section-header{text-align:center;margin-bottom:60px}
.grid-section-header h2{font-size:2.5rem;color:#212529;margin-bottom:15px;font-weight:700}
.grid-section-subtext{font-size:1.1rem;color:#6c757d;max-width:650px;margin:0 auto;line-height:1.6}
.articles-masonry-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:35px}
.article-card-box{background:#fff;border-radius:12px;overflow:hidden;box-shadow:0 4px 20px #0000000f;transition:all .3s ease;display:flex;flex-direction:column}
.article-card-box:hover{transform:translateY(-8px);box-shadow:0 12px 35px #0000001f}
.article-image-container{position:relative;overflow:hidden;height:220px}
.article-image-container img{width:100%;height:100%;object-fit:cover;transition:transform .4s ease}
.article-card-box:hover .article-image-container img{transform:scale(1.1)}
.article-content-box{padding:30px 25px;flex-grow:1;display:flex;flex-direction:column}
.article-category-tag{display:inline-block;background:#E2E5DC;color:#495057;padding:6px 14px;border-radius:20px;font-size:.8rem;font-weight:600;margin-bottom:15px}
.article-content-box h3{font-size:1.4rem;color:#212529;margin-bottom:15px;line-height:1.4;font-weight:600}
.article-summary-text{color:#6c757d;font-size:.95rem;line-height:1.6;margin-bottom:20px;flex-grow:1}
.article-meta-bottom{display:flex;justify-content:space-between;align-items:center;font-size:.85rem;color:#868e96;padding-top:15px;border-top:1px solid #e9ecef}
.blog-resources-section{background:linear-gradient(180deg,#fff 0%,#f8f9fa 100%);padding:80px 20px}
.resources-container-inner{max-width:1100px;margin:0 auto}
.resources-header-block{margin-bottom:50px}
.resources-header-block h2{font-size:2.3rem;color:#212529;margin-bottom:18px;font-weight:700}
.resources-description{font-size:1.1rem;color:#495057;line-height:1.7;max-width:750px}
.resources-columns-layout{display:grid;grid-template-columns:1.2fr 1fr;gap:50px;align-items:start}
.resources-list-section{display:flex;flex-direction:column;gap:25px}
.resource-item-row{background:#fff;padding:28px 30px;border-radius:10px;border-left:4px solid #99C28E;box-shadow:0 3px 15px #0000000d;transition:all .3s ease}
.resource-item-row:hover{border-left-width:8px;box-shadow:0 6px 25px #0000001a;transform:translateX(5px)}
.resource-item-row h3{font-size:1.3rem;color:#212529;margin-bottom:12px;font-weight:600}
.resource-description-text{color:#6c757d;font-size:1rem;line-height:1.6}
.resources-visual-column{position:relative}
.resources-image-frame{position:relative;border-radius:12px;overflow:hidden;box-shadow:0 10px 40px #0000001a}
.resources-image-frame img{width:100%;height:auto;display:block}
.resources-cta-overlay{position:absolute;bottom:30px;left:30px;right:30px;background:#fffffff2;padding:25px;border-radius:10px;box-shadow:0 8px 30px #00000026}
.resources-cta-overlay h4{font-size:1.2rem;color:#212529;margin-bottom:15px;font-weight:600}
.resources-cta-button{display:inline-block;background:#99C28E;color:#fff;padding:12px 28px;border-radius:6px;text-decoration:none;font-weight:600;transition:all .3s ease}
.resources-cta-button:hover{background:#87b07c;transform:translateY(-2px);box-shadow:0 6px 20px #99c28e66}
.blog-newsletter-section{background:linear-gradient(135deg,#99C28E 0%,#C8D5B4 100%);padding:90px 20px;position:relative;overflow:hidden}
.blog-newsletter-section::after{content:'';position:absolute;bottom:-30%;left:-15%;width:500px;height:500px;background:#ffffff1a;border-radius:50%}
.newsletter-content-wrapper{max-width:750px;margin:0 auto;text-align:center;position:relative;z-index:2}
.newsletter-content-wrapper h2{font-size:2.8rem;color:#fff;margin-bottom:20px;font-weight:700}
.newsletter-description-text{font-size:1.15rem;color:#fff;line-height:1.7;margin-bottom:40px;opacity:.95}
.newsletter-form-container{display:flex;gap:15px;max-width:550px;margin:0 auto}
.newsletter-email-input{flex:1;padding:16px 20px;border:none;border-radius:8px;font-size:1rem;background:#fff;color:#495057}
.newsletter-submit-btn{padding:16px 35px;background:#2d3436;color:#fff;border:none;border-radius:8px;font-size:1rem;font-weight:600;cursor:pointer;transition:all .3s ease}
.newsletter-submit-btn:hover{background:#212529;transform:translateY(-2px);box-shadow:0 6px 20px #0003}
@media (max-width: 992px) {
.blog-hero-content h1{font-size:2.5rem}
.featured-card-container{grid-template-columns:1fr}
.featured-image-wrap{min-height:300px}
.articles-masonry-grid{grid-template-columns:repeat(2,1fr);gap:25px}
.resources-columns-layout{grid-template-columns:1fr;gap:40px}
}
@media (max-width: 768px) {
.blog-hero-section{padding:80px 20px 60px}
.blog-hero-content h1{font-size:2rem}
.blog-hero-intro{font-size:1.05rem}
.blog-nav-tags{gap:10px}
.featured-content-area{padding:35px 25px}
.featured-content-area h2{font-size:1.6rem}
.articles-masonry-grid{grid-template-columns:1fr}
.grid-section-header h2{font-size:2rem}
.resources-header-block h2{font-size:1.9rem}
.newsletter-content-wrapper h2{font-size:2.2rem}
.newsletter-form-container{flex-direction:column}
}
@media (max-width: 480px) {
.blog-hero-content h1{font-size:1.7rem}
.featured-meta-info{flex-direction:column;gap:10px}
.blog-nav-tags{justify-content:center}
}
.cookiebeleid-wrapper{background:linear-gradient(180deg,#fff 0%,#fafbfc 100%);min-height:100vh;padding:0;margin:0}
.cookiebeleid-hero-sectie{background:linear-gradient(135deg,#E2E5DC 0%,#C8D5B4 100%);padding:80px 20px 60px;position:relative;overflow:hidden}
.cookiebeleid-hero-sectie::before{content:'';position:absolute;top:-50%;right:-20%;width:600px;height:600px;background:#99c28e26;border-radius:50%;z-index:1}
.cookiebeleid-hero-container{max-width:900px;margin:0 auto;position:relative;z-index:2}
.cookiebeleid-hero-titel{font-size:42px;font-weight:700;color:#212529;margin:0 0 20px;line-height:1.2}
.cookiebeleid-hero-subtekst{font-size:18px;color:#495057;line-height:1.6;margin:0}
.cookiebeleid-content-sectie{max-width:900px;margin:0 auto;padding:60px 20px}
.cookiebeleid-update-info{background:#f8f9fa;border-left:4px solid #99C28E;padding:20px 25px;margin-bottom:50px;border-radius:0 8px 8px 0}
.cookiebeleid-update-datum{font-size:14px;color:#495057;font-weight:600;margin:0}
.cookiebeleid-intro-tekst{font-size:17px;color:#343a40;line-height:1.8;margin-bottom:45px}
.cookiebeleid-sectie-blok{margin-bottom:55px;background:#fff;padding:35px;border-radius:12px;box-shadow:0 2px 8px #0000000a}
.cookiebeleid-sectie-blok:nth-child(even){background:linear-gradient(to right,#fff 0%,#fafbfc 100%)}
.cookiebeleid-sectie-titel{font-size:28px;font-weight:700;color:#212529;margin:0 0 20px;padding-bottom:15px;border-bottom:3px solid #99C28E;display:inline-block}
.cookiebeleid-sectie-subtitel{font-size:22px;font-weight:600;color:#343a40;margin:30px 0 15px}
.cookiebeleid-tekst-paragraaf{font-size:16px;color:#495057;line-height:1.8;margin-bottom:18px}
.cookiebeleid-lijst-container{margin:25px 0}
.cookiebeleid-lijst-item{position:relative;padding-left:30px;margin-bottom:15px;font-size:16px;color:#495057;line-height:1.7}
.cookiebeleid-lijst-item::before{content:'';position:absolute;left:0;top:8px;width:8px;height:8px;background:#99C28E;border-radius:50%}
.cookiebeleid-type-kaart{background:linear-gradient(135deg,#E2E5DC 0%,#fff 100%);padding:25px;margin-bottom:20px;border-radius:10px;border:1px solid #C8D5B4}
.cookiebeleid-type-naam{font-size:20px;font-weight:700;color:#212529;margin:0 0 12px}
.cookiebeleid-type-beschrijving{font-size:15px;color:#495057;line-height:1.7;margin:0}
.cookiebeleid-voorbeeld-box{background:#f8f9fa;padding:20px;border-radius:8px;margin:20px 0;border-left:3px solid #99C28E}
.cookiebeleid-voorbeeld-titel{font-size:16px;font-weight:600;color:#343a40;margin:0 0 10px}
.cookiebeleid-voorbeeld-tekst{font-size:15px;color:#495057;line-height:1.6;margin:0}
.cookiebeleid-tabel-wrapper{overflow-x:auto;margin:30px 0}
.cookiebeleid-tabel{width:100%;border-collapse:collapse;background:#fff;border-radius:8px;overflow:hidden;box-shadow:0 2px 6px #0000000d}
.cookiebeleid-tabel-header{background:linear-gradient(135deg,#99C28E 0%,#C8D5B4 100%)}
.cookiebeleid-tabel-header th{padding:18px 20px;text-align:left;font-size:15px;font-weight:700;color:#212529;border-bottom:2px solid #E2E5DC}
.cookiebeleid-tabel-rij td{padding:16px 20px;font-size:15px;color:#495057;border-bottom:1px solid #f5f6fa;line-height:1.6}
.cookiebeleid-tabel-rij:nth-child(even){background:#fafbfc}
.cookiebeleid-tabel-rij:last-child td{border-bottom:none}
.cookiebeleid-highlight-box{background:#E2E5DC;padding:30px;border-radius:12px;margin:35px 0;position:relative;overflow:hidden}
.cookiebeleid-highlight-box::after{content:'';position:absolute;top:0;left:0;width:6px;height:100%;background:#99C28E}
.cookiebeleid-highlight-titel{font-size:20px;font-weight:700;color:#212529;margin:0 0 15px}
.cookiebeleid-highlight-tekst{font-size:16px;color:#343a40;line-height:1.7;margin:0}
.cookiebeleid-instructie-stap{background:#fff;padding:20px 25px;margin-bottom:15px;border-radius:8px;border:2px solid #E2E5DC;display:flex;align-items:flex-start;gap:20px}
.cookiebeleid-stap-nummer{background:#99C28E;color:#fff;font-size:18px;font-weight:700;width:40px;height:40px;border-radius:50%;display:flex;align-items:center;justify-content:center;flex-shrink:0}
.cookiebeleid-stap-inhoud{flex:1}
.cookiebeleid-stap-tekst{font-size:16px;color:#495057;line-height:1.7;margin:0}
.cookiebeleid-browser-sectie{margin:30px 0}
.cookiebeleid-browser-kaart{background:linear-gradient(to right,#fff 0%,#f8f9fa 100%);padding:20px;margin-bottom:15px;border-radius:8px;border:1px solid #E2E5DC}
.cookiebeleid-browser-naam{font-size:18px;font-weight:700;color:#212529;margin:0 0 10px}
.cookiebeleid-browser-instructie{font-size:15px;color:#495057;line-height:1.6;margin:0}
.cookiebeleid-contact-sectie{background:linear-gradient(135deg,#99C28E 0%,#C8D5B4 100%);padding:40px;border-radius:12px;margin-top:50px;text-align:center}
.cookiebeleid-contact-titel{font-size:24px;font-weight:700;color:#212529;margin:0 0 20px}
.cookiebeleid-contact-tekst{font-size:16px;color:#343a40;line-height:1.7;margin-bottom:25px}
.cookiebeleid-contact-info{display:flex;flex-direction:column;gap:12px;align-items:center}
.cookiebeleid-contact-detail{font-size:16px;color:#212529;font-weight:600}
@media (max-width: 768px) {
.cookiebeleid-hero-sectie{padding:60px 20px 40px}
.cookiebeleid-hero-titel{font-size:32px}
.cookiebeleid-hero-subtekst{font-size:16px}
.cookiebeleid-content-sectie{padding:40px 20px}
.cookiebeleid-sectie-blok{padding:25px 20px;margin-bottom:35px}
.cookiebeleid-sectie-titel{font-size:24px}
.cookiebeleid-sectie-subtitel{font-size:20px}
.cookiebeleid-instructie-stap{flex-direction:column;gap:15px}
.cookiebeleid-tabel-wrapper{margin:20px -20px}
.cookiebeleid-contact-sectie{padding:30px 20px}
.cookiebeleid-hero-sectie::before{width:400px;height:400px;right:-40%}
}
.privacy-policy-wrapper{background:linear-gradient(135deg,#fff 0%,#f8f9fa 100%);min-height:100vh;padding:0;margin:0}
.privacy-header-section{background:linear-gradient(165deg,#99C28E 0%,#C8D5B4 100%);padding:80px 20px 60px;text-align:center;border-bottom:4px solid #E2E5DC}
.privacy-header-section h1{font-size:2.8rem;color:#212529;font-weight:700;margin:0 0 15px;letter-spacing:-.5px}
.privacy-last-updated{font-size:1rem;color:#343a40;font-weight:500;margin:0}
.privacy-content-container{max-width:920px;margin:0 auto;padding:60px 25px 80px}
.privacy-intro-text{background:#fff;padding:35px;border-radius:12px;margin-bottom:50px;box-shadow:0 2px 8px #0000000f;border-left:5px solid #99C28E}
.privacy-intro-text p{font-size:1.05rem;line-height:1.75;color:#495057;margin:0 0 18px}
.privacy-intro-text p:last-child{margin-bottom:0}
.privacy-section-block{background:#fff;padding:40px;margin-bottom:35px;border-radius:10px;box-shadow:0 1px 6px #0000000d;border-top:3px solid #C8D5B4}
.privacy-section-block h2{font-size:1.85rem;color:#212529;font-weight:700;margin:0 0 25px;padding-bottom:15px;border-bottom:2px solid #E2E5DC}
.privacy-section-block h3{font-size:1.4rem;color:#343a40;font-weight:600;margin:30px 0 18px}
.privacy-section-block p{font-size:1.02rem;line-height:1.8;color:#495057;margin:0 0 16px}
.privacy-section-block ul{margin:20px 0;padding-left:0;list-style:none}
.privacy-section-block ul li{font-size:1.02rem;line-height:1.7;color:#495057;margin-bottom:12px;padding-left:28px;position:relative}
.privacy-section-block ul li:before{content:"→";position:absolute;left:0;color:#99C28E;font-weight:700;font-size:1.1rem}
.privacy-data-table{width:100%;margin:25px 0;border-collapse:separate;border-spacing:0;border-radius:8px;overflow:hidden;box-shadow:0 1px 4px #00000014}
.privacy-data-table thead{background:linear-gradient(135deg,#99C28E 0%,#C8D5B4 100%)}
.privacy-data-table th{padding:18px 20px;text-align:left;font-size:1.05rem;font-weight:700;color:#212529;border-bottom:2px solid #E2E5DC}
.privacy-data-table td{padding:16px 20px;font-size:1rem;color:#495057;border-bottom:1px solid #E2E5DC;background:#fff}
.privacy-data-table tr:last-child td{border-bottom:none}
.privacy-data-table tr:nth-child(even) td{background:#fafbfc}
.privacy-highlight-box{background:linear-gradient(120deg,#E2E5DC 0%,#f8f9fa 100%);padding:25px 30px;border-radius:8px;margin:25px 0;border-left:4px solid #99C28E}
.privacy-highlight-box p{font-size:1.02rem;line-height:1.75;color:#343a40;margin:0;font-weight:500}
.privacy-contact-block{background:linear-gradient(135deg,#C8D5B4 0%,#E2E5DC 100%);padding:45px;border-radius:12px;margin-top:50px;text-align:center;box-shadow:0 3px 10px #00000014}
.privacy-contact-block h2{font-size:1.9rem;color:#212529;font-weight:700;margin:0 0 20px}
.privacy-contact-block p{font-size:1.05rem;line-height:1.7;color:#343a40;margin:0 0 25px}
.privacy-contact-details{display:flex;flex-direction:column;gap:12px;align-items:center}
.privacy-contact-item{font-size:1.05rem;color:#212529;font-weight:600;padding:12px 25px;background:#fff;border-radius:6px;display:inline-block;box-shadow:0 1px 4px #0000000f}
.privacy-rights-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:25px;margin:30px 0}
.privacy-right-card{background:#fafbfc;padding:25px;border-radius:8px;border:2px solid #E2E5DC;transition:all .3s ease}
.privacy-right-card:hover{border-color:#99C28E;box-shadow:0 4px 12px #99c28e26;transform:translateY(-2px)}
.privacy-right-card h4{font-size:1.2rem;color:#212529;font-weight:700;margin:0 0 12px}
.privacy-right-card p{font-size:.98rem;line-height:1.65;color:#495057;margin:0}
.privacy-retention-timeline{margin:30px 0;padding:30px;background:#fafbfc;border-radius:10px;border:2px solid #E2E5DC}
.privacy-retention-item{display:flex;align-items:flex-start;margin-bottom:25px;padding-left:45px;position:relative}
.privacy-retention-item:before{content:"●";position:absolute;left:0;top:2px;font-size:1.8rem;color:#99C28E;line-height:1}
.privacy-retention-item:last-child{margin-bottom:0}
.privacy-retention-item strong{display:block;font-size:1.1rem;color:#212529;font-weight:700;margin-bottom:6px}
.privacy-retention-item span{font-size:1rem;color:#495057;line-height:1.65}
@media (max-width: 768px) {
.privacy-header-section{padding:60px 15px 45px}
.privacy-header-section h1{font-size:2.1rem}
.privacy-content-container{padding:40px 15px 60px}
.privacy-section-block{padding:28px 20px}
.privacy-section-block h2{font-size:1.6rem}
.privacy-intro-text{padding:25px 20px}
.privacy-contact-block{padding:30px 20px}
.privacy-rights-grid{grid-template-columns:1fr;gap:18px}
.privacy-data-table{font-size:.9rem}
.privacy-data-table th,.privacy-data-table td{padding:12px 10px}
.privacy-retention-item{padding-left:35px}
}
@media (max-width: 480px) {
.privacy-header-section h1{font-size:1.8rem}
.privacy-section-block h2{font-size:1.4rem}
.privacy-contact-item{font-size:.95rem;padding:10px 18px}
}
.success-wrapper-main{background:linear-gradient(135deg,#fafbfc 0%,#f8f9fa 100%);min-height:100vh;padding:0;margin:0}
.success-content-container{max-width:800px;margin:0 auto;padding:80px 20px 60px}
.success-icon-area{text-align:center;margin-bottom:35px}
.success-checkmark-circle{width:110px;height:110px;margin:0 auto 25px;border-radius:50%;background:linear-gradient(135deg,#99C28E 0%,#C8D5B4 100%);display:flex;align-items:center;justify-content:center;box-shadow:0 8px 20px #99c28e40;animation:successPulse .6s ease-out}
@keyframes successPulse {
0%{transform:scale(0.3);opacity:0}
50%{transform:scale(1.05)}
100%{transform:scale(1);opacity:1}
}
.success-checkmark-circle i{font-size:52px;color:#fff}
.success-main-heading{font-size:42px;font-weight:700;color:#212529;margin:0 0 15px;text-align:center;letter-spacing:-.5px}
.success-subheading-text{font-size:19px;color:#495057;text-align:center;margin:0 0 45px;line-height:1.6}
.success-info-card{background:#fff;border-radius:12px;padding:40px;margin-bottom:35px;box-shadow:0 2px 12px #0000000f;border-left:4px solid #99C28E}
.success-info-card h2{font-size:24px;color:#212529;margin:0 0 20px;font-weight:600}
.success-info-card p{font-size:16px;color:#495057;line-height:1.7;margin:0 0 15px}
.success-info-card p:last-child{margin-bottom:0}
.success-timeline-block{background:#fff;border-radius:12px;padding:40px;margin-bottom:35px;box-shadow:0 2px 12px #0000000f}
.success-timeline-block h2{font-size:24px;color:#212529;margin:0 0 30px;font-weight:600;text-align:center}
.timeline-step-wrapper{display:flex;align-items:flex-start;margin-bottom:28px;gap:20px}
.timeline-step-wrapper:last-child{margin-bottom:0}
.timeline-number-badge{min-width:42px;width:42px;height:42px;border-radius:50%;background:linear-gradient(135deg,#99C28E 0%,#C8D5B4 100%);color:#fff;display:flex;align-items:center;justify-content:center;font-weight:700;font-size:18px;flex-shrink:0}
.timeline-step-content{flex:1;padding-top:4px}
.timeline-step-content h3{font-size:18px;color:#212529;margin:0 0 8px;font-weight:600}
.timeline-step-content p{font-size:15px;color:#495057;line-height:1.6;margin:0}
.success-cta-section{text-align:center;margin-top:50px;padding-top:40px;border-top:1px solid #E2E5DC}
.success-button-primary{display:inline-block;background:linear-gradient(135deg,#99C28E 0%,#C8D5B4 100%);color:#fff;padding:16px 45px;border-radius:8px;font-size:17px;font-weight:600;text-decoration:none;transition:all .3s ease;box-shadow:0 4px 12px #99c28e4d;margin:0 10px 15px}
.success-button-primary:hover{transform:translateY(-2px);box-shadow:0 6px 18px #99c28e66;color:#fff}
.success-button-secondary{display:inline-block;background:#fff;color:#99C28E;padding:16px 45px;border-radius:8px;font-size:17px;font-weight:600;text-decoration:none;transition:all .3s ease;border:2px solid #99C28E;margin:0 10px 15px}
.success-button-secondary:hover{background:#99C28E;color:#fff;transform:translateY(-2px)}
.success-contact-info{background:#f8f9fa;border-radius:12px;padding:30px;margin-top:40px;text-align:center}
.success-contact-info h3{font-size:20px;color:#212529;margin:0 0 20px;font-weight:600}
.contact-detail-item{display:inline-flex;align-items:center;justify-content:center;margin:0 15px 12px;font-size:15px;color:#495057}
.contact-detail-item i{color:#99C28E;margin-right:8px;font-size:18px}
.contact-detail-item a{color:#495057;text-decoration:none;transition:color .3s ease}
.contact-detail-item a:hover{color:#99C28E}
@media (max-width: 768px) {
.success-content-container{padding:60px 20px 40px}
.success-main-heading{font-size:32px}
.success-subheading-text{font-size:17px;margin-bottom:35px}
.success-info-card{padding:30px 25px}
.success-timeline-block{padding:30px 25px}
.timeline-step-wrapper{gap:15px}
.timeline-number-badge{min-width:38px;width:38px;height:38px;font-size:16px}
.success-button-primary,.success-button-secondary{display:block;margin:0 0 15px;padding:14px 30px}
.contact-detail-item{display:flex;margin:0 0 12px}
}
@media (max-width: 480px) {
.success-checkmark-circle{width:90px;height:90px}
.success-checkmark-circle i{font-size:42px}
.success-main-heading{font-size:28px}
.success-info-card h2,.success-timeline-block h2{font-size:21px}
.timeline-step-content h3{font-size:16px}
}