*{margin:0;padding:0;box-sizing:border-box}
html{scroll-behavior:smooth;scroll-padding-top:2rem}
body{color:#2d3748;background:linear-gradient(135deg,#fafbfc 0%,#f8f9fa 100%);min-height:100vh;font:17px/1.7 'Work Sans',-apple-system,BlinkMacSystemFont,'Segoe UI',Roboto,sans-serif}
.script_brand_row{background:linear-gradient(120deg,#63BDAF 0%,#A1D0D3 100%);padding:1.8rem 1.2rem;text-align:center;border-bottom:3px solid #a3d0d366}
.script_company_title{color:#fff;letter-spacing:.5px;text-shadow:0 2px 4px #0000001a;font:600 clamp(2rem,4.5vw,3.2rem) 'Crimson Text',Georgia,serif}
.support_brand_elements{background:#fff;padding:1.2rem 5%;box-shadow:0 2px 8px #63bdaf1f;display:flex;justify-content:space-between;align-items:center;flex-wrap:wrap;gap:1.5rem;border-bottom:1px solid #D7EDF1}
.logo_holder_signature{display:flex;align-items:center;z-index:100}
.logo_holder_signature img{height:62px;width:62px;object-fit:contain;display:block}
.cta_collection_group{display:flex;gap:1rem;flex-wrap:wrap;align-items:center}
.contact_cta_btn{padding:.65rem 1.8rem;background:linear-gradient(135deg,#63BDAF 0%,#A1D0D3 100%);color:#fff;text-decoration:none;border-radius:8px;font-weight:600;font-size:.95rem;transition:opacity .25s ease,background .3s ease;border:none;cursor:pointer;box-shadow:0 3px 10px #63bdaf40}
.contact_cta_btn:hover{opacity:.88}
.contact_cta_btn:focus{outline:2px solid #2d3748;outline-offset:3px}
.info_cta_secondary{padding:.65rem 1.8rem;background:#fff;color:#63BDAF;text-decoration:none;border-radius:8px;font-weight:600;font-size:.95rem;border:2px solid #63BDAF;transition:background .25s ease,color .25s ease;cursor:pointer}
.info_cta_secondary:hover{background:#D7EDF1}
.info_cta_secondary:focus{outline:2px solid #2d3748;outline-offset:3px}
.navigation_primary_row{background:linear-gradient(90deg,#fafbfc 0%,#fff 100%);padding:1rem 5%;border-bottom:1px solid #a3d0d34d}
.main_nav_container{display:flex;justify-content:center;align-items:center;gap:.5rem;flex-wrap:wrap}
.main_nav_container a{color:#2d3748;text-decoration:none;padding:.75rem 1.5rem;border-radius:6px;font-weight:600;font-size:1rem;transition:background .25s ease,color .25s ease;position:relative}
.main_nav_container a:hover{background:#D7EDF1;color:#63BDAF}
.main_nav_container a:focus{outline:2px solid #2d3748;outline-offset:2px;background:#D7EDF1}
main{min-height:60vh}
footer{background:linear-gradient(135deg,#2d3748 0%,#1a202c 100%);color:#e2e8f0;padding:3.5rem 5% 2rem;margin-top:4rem;position:relative}
footer::before{content:'';position:absolute;top:0;left:0;right:0;height:4px;background:linear-gradient(90deg,#63BDAF 0%,#A1D0D3 50%,#D7EDF1 100%)}
.footer_main_grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:3rem;max-width:1400px;margin:0 auto 2.5rem}
.footer_section_block h3{color:#D7EDF1;margin-bottom:1.2rem;font:600 1.25rem 'Crimson Text',Georgia,serif}
.footer_section_block p,.footer_section_block a{color:#cbd5e0;line-height:1.8;font-size:.95rem}
.footer_section_block a{display:block;text-decoration:none;padding:.5rem 0;transition:color .25s ease}
.footer_section_block a:hover{color:#A1D0D3}
.footer_section_block a:focus{outline:2px solid #A1D0D3;outline-offset:2px;color:#A1D0D3}
.footer_contact_info{display:flex;flex-direction:column;gap:.8rem}
.footer_contact_info a{color:#A1D0D3;padding:.3rem 0}
.footer_logo_area{display:flex;align-items:center;gap:1rem;margin-bottom:1.2rem}
.footer_logo_area img{height:55px;width:55px;object-fit:contain}
.footer_bottom_bar{border-top:1px solid #a3d0d333;padding-top:1.8rem;text-align:center}
.footer_copyright{color:#a0aec0;font-size:.9rem}
@media (max-width: 968px) {
.support_brand_elements{justify-content:center;padding:1rem 4%}
.cta_collection_group{justify-content:center;width:100%}
.navigation_primary_row{padding:.8rem 4%}
.main_nav_container{gap:.3rem}
.main_nav_container a{padding:.6rem 1rem;font-size:.92rem}
.script_company_title{font-size:clamp(1.6rem,5vw,2.4rem)}
footer{padding:2.5rem 4% 1.5rem}
.footer_main_grid{grid-template-columns:1fr;gap:2rem}
}
@media (max-width: 640px) {
.script_brand_row{padding:1.3rem 1rem}
.contact_cta_btn,.info_cta_secondary{padding:.6rem 1.3rem;font-size:.88rem;width:100%;text-align:center}
.logo_holder_signature img{height:52px;width:52px}
.main_nav_container a{padding:.55rem .8rem;font-size:.88rem}
}
.privacy_consent_card{position:fixed;bottom:1.5rem;right:1.5rem;max-width:420px;background:#fff;border-radius:12px;box-shadow:0 8px 28px #2d374838;padding:1.8rem;z-index:9999;border:1px solid #D7EDF1;display:none}
.privacy_consent_card.visible_consent{display:block;animation:slideUpFade .4s ease-out}
@keyframes slideUpFade {
from{opacity:0;transform:translateY(20px)}
to{opacity:1;transform:translateY(0)}
}
.consent_header_text{color:#2d3748;margin-bottom:.8rem;font:600 1.15rem 'Crimson Text',Georgia,serif}
.consent_description_text{color:#4a5568;font-size:.92rem;line-height:1.6;margin-bottom:1.3rem}
.consent_action_buttons{display:flex;gap:.8rem;flex-wrap:wrap}
.accept_consent_button,.reject_consent_button{padding:.7rem 1.4rem;border-radius:7px;font-weight:600;font-size:.9rem;cursor:pointer;border:none;transition:opacity .25s ease;flex:1;min-width:120px}
.accept_consent_button{background:linear-gradient(135deg,#63BDAF 0%,#A1D0D3 100%);color:#fff}
.accept_consent_button:hover{opacity:.88}
.accept_consent_button:focus{outline:2px solid #2d3748;outline-offset:2px}
.reject_consent_button{background:#e2e8f0;color:#2d3748}
.reject_consent_button:hover{background:#cbd5e0}
.reject_consent_button:focus{outline:2px solid #2d3748;outline-offset:2px}
.policy_link_consent{display:inline-block;color:#63BDAF;text-decoration:none;margin-top:.8rem;font-size:.88rem;font-weight:600}
.policy_link_consent:hover{text-decoration:underline}
.policy_link_consent:focus{outline:2px solid #2d3748;outline-offset:2px}
@media (max-width: 640px) {
.privacy_consent_card{bottom:1rem;right:1rem;left:1rem;max-width:none;padding:1.4rem}
.consent_action_buttons{flex-direction:column}
.accept_consent_button,.reject_consent_button{width:100%}
}
.evenementen-pagina-2025{background:#fafbfc;overflow-x:hidden}
.evenementen-pagina-2025 *{box-sizing:border-box}
.evenementen-intro-sectie{background:linear-gradient(135deg,#D7EDF1 0%,#fff 100%);padding:80px 20px 60px;position:relative}
.evenementen-intro-sectie::before{content:'';position:absolute;top:0;right:0;width:300px;height:300px;background:#63BDAF;opacity:.05;border-radius:50%;transform:translate(30%,-30%)}
.evenementen-intro-container{max-width:780px;margin:0 auto;text-align:center}
.evenementen-intro-container h1{font-size:2.8rem;color:#212529;margin:0 0 20px;font-weight:700;line-height:1.2}
.evenementen-intro-container .lead-tekst{font-size:1.2rem;color:#495057;line-height:1.7;margin:0 0 15px}
.evenementen-intro-container .sub-tekst{font-size:1rem;color:#6c757d;line-height:1.6}
.agenda-overzicht-blok{padding:70px 20px;background:#fff}
.agenda-overzicht-blok .sectie-kop{text-align:center;margin-bottom:50px}
.agenda-overzicht-blok .sectie-kop h2{font-size:2.3rem;color:#212529;margin:0 0 15px;font-weight:700}
.agenda-overzicht-blok .sectie-kop p{font-size:1.1rem;color:#6c757d;max-width:700px;margin:0 auto;line-height:1.6}
.evenementen-grid-layout{display:grid;grid-template-columns:repeat(auto-fit,minmax(320px,1fr));gap:30px;max-width:1200px;margin:0 auto}
.evenement-kaart-item{background:#f8f9fa;border-radius:12px;overflow:hidden;transition:all .3s ease;border:2px solid transparent;position:relative}
.evenement-kaart-item:hover{transform:translateY(-5px);box-shadow:0 12px 28px #63bdaf26;border-color:#A1D0D3}
.evenement-datum-badge{position:absolute;top:15px;right:15px;background:#63BDAF;color:#fff;padding:8px 16px;border-radius:20px;font-size:.85rem;font-weight:600;z-index:2}
.evenement-kaart-item .kaart-content{padding:25px}
.evenement-kaart-item h3{font-size:1.5rem;color:#212529;margin:0 0 12px;font-weight:700;line-height:1.3}
.evenement-meta-info{display:flex;flex-wrap:wrap;gap:15px;margin:0 0 15px;font-size:.9rem;color:#6c757d}
.evenement-meta-info span{display:flex;align-items:center;gap:5px}
.evenement-kaart-item .beschrijving-tekst{font-size:1rem;color:#495057;line-height:1.6;margin:0 0 20px}
.evenement-cta-knop{display:inline-block;background:#63BDAF;color:#fff;padding:10px 24px;border-radius:6px;text-decoration:none;font-weight:600;font-size:.95rem;transition:all .3s ease;border:none;cursor:pointer}
.evenement-cta-knop:hover{background:#52a89c;transform:scale(1.05)}
.sprekers-showcase-sectie{background:linear-gradient(to bottom,#fff 0%,#f5f6fa 100%);padding:70px 20px;position:relative}
.sprekers-showcase-sectie::after{content:'';position:absolute;bottom:0;left:0;right:0;height:4px;background:linear-gradient(to right,#63BDAF 0%,#A1D0D3 50%,#D7EDF1 100%)}
.sprekers-wrapper-container{max-width:1100px;margin:0 auto}
.sprekers-wrapper-container .sectie-titel{text-align:center;margin-bottom:45px}
.sprekers-wrapper-container .sectie-titel h2{font-size:2.3rem;color:#212529;margin:0 0 12px;font-weight:700}
.sprekers-wrapper-container .sectie-titel p{font-size:1.05rem;color:#6c757d;line-height:1.6}
.sprekers-flex-display{display:flex;flex-wrap:wrap;gap:35px;justify-content:center}
.spreker-profiel-card{background:#fff;border-radius:10px;padding:25px;max-width:320px;box-shadow:0 4px 15px #0000000f;transition:all .3s ease;border-left:4px solid #63BDAF}
.spreker-profiel-card:hover{box-shadow:0 8px 25px #63bdaf33;transform:translateY(-3px)}
.spreker-foto-wrapper{width:100px;height:100px;border-radius:50%;overflow:hidden;margin:0 auto 20px;border:3px solid #D7EDF1}
.spreker-foto-wrapper img{width:100%;height:100%;object-fit:cover}
.spreker-profiel-card h3{font-size:1.4rem;color:#212529;margin:0 0 8px;font-weight:700;text-align:center}
.spreker-functie-titel{font-size:.95rem;color:#63BDAF;font-weight:600;margin:0 0 15px;text-align:center}
.spreker-profiel-card .bio-tekst{font-size:.95rem;color:#495057;line-height:1.6;text-align:center}
.proces-tijdlijn-sectie{padding:70px 20px;background:#fff;position:relative}
.proces-tijdlijn-wrapper{max-width:900px;margin:0 auto}
.proces-tijdlijn-wrapper .sectie-header{text-align:center;margin-bottom:50px}
.proces-tijdlijn-wrapper .sectie-header h2{font-size:2.3rem;color:#212529;margin:0 0 15px;font-weight:700}
.proces-tijdlijn-wrapper .sectie-header p{font-size:1.05rem;color:#6c757d;line-height:1.6}
.tijdlijn-stappen-container{position:relative;padding-left:0}
.tijdlijn-stap-item{display:flex;gap:25px;margin-bottom:40px;position:relative}
.stap-nummer-cirkel{flex-shrink:0;width:50px;height:50px;background:linear-gradient(135deg,#63BDAF 0%,#A1D0D3 100%);border-radius:50%;display:flex;align-items:center;justify-content:center;color:#fff;font-weight:700;font-size:1.2rem;box-shadow:0 4px 12px #63bdaf4d;position:relative;z-index:2}
.stap-content-wrapper{flex:1;padding-top:5px}
.stap-content-wrapper h3{font-size:1.4rem;color:#212529;margin:0 0 10px;font-weight:700}
.stap-content-wrapper p{font-size:1rem;color:#495057;line-height:1.6;margin:0}
.tijdlijn-stap-item:not(:last-child) .stap-nummer-cirkel::after{content:'';position:absolute;top:50px;left:50%;transform:translateX(-50%);width:2px;height:40px;background:linear-gradient(to bottom,#A1D0D3 0%,#D7EDF1 100%);z-index:1}
@media (max-width: 768px) {
.evenementen-intro-container h1{font-size:2rem}
.evenementen-intro-container .lead-tekst{font-size:1.05rem}
.agenda-overzicht-blok .sectie-kop h2,.sprekers-wrapper-container .sectie-titel h2,.proces-tijdlijn-wrapper .sectie-header h2{font-size:1.8rem}
.evenementen-grid-layout{grid-template-columns:1fr;gap:20px}
.sprekers-flex-display{flex-direction:column;align-items:center;gap:25px}
.tijdlijn-stap-item{gap:15px}
.stap-nummer-cirkel{width:40px;height:40px;font-size:1rem}
.tijdlijn-stap-item:not(:last-child) .stap-nummer-cirkel::after{height:30px}
.evenementen-intro-sectie{padding:50px 20px 40px}
.agenda-overzicht-blok,.sprekers-showcase-sectie,.proces-tijdlijn-sectie{padding:50px 20px}
}
@media (max-width: 480px) {
.evenementen-intro-container h1{font-size:1.7rem}
.evenement-kaart-item .kaart-content{padding:20px}
.evenement-datum-badge{font-size:.75rem;padding:6px 12px}
.spreker-profiel-card{padding:20px}
}
.rtdb-index-wrapper{background:#fafbfc;min-height:100vh}
.rtdb-hero-main{background:linear-gradient(135deg,#D7EDF1 0%,#fff 100%);padding:80px 20px 60px;position:relative;overflow:hidden}
.rtdb-hero-main::before{content:'';position:absolute;top:-50%;right:-20%;width:600px;height:600px;background:radial-gradient(circle,#63bdaf1f 0%,transparent 70%);border-radius:50%}
.rtdb-hero-content{max-width:1200px;margin:0 auto;display:grid;grid-template-columns:1.2fr 1fr;gap:50px;align-items:center;position:relative;z-index:2}
.rtdb-hero-text h1{font-size:3.2rem;color:#212529;line-height:1.2;margin-bottom:24px;font-weight:700}
.rtdb-hero-text .rtdb-subtitle{font-size:1.3rem;color:#495057;line-height:1.6;margin-bottom:32px;font-weight:400}
.rtdb-hero-visual{position:relative}
.rtdb-hero-visual img{width:100%;height:420px;object-fit:cover;border-radius:16px;box-shadow:0 20px 60px #63bdaf40;transform:rotate(2deg);transition:transform .4s ease}
.rtdb-hero-visual img:hover{transform:rotate(0deg) scale(1.02)}
.rtdb-cta-primary{display:inline-block;background:#63BDAF;color:#fff;padding:16px 40px;text-decoration:none;border-radius:8px;font-weight:600;font-size:1.1rem;transition:all .3s ease;box-shadow:0 4px 15px #63bdaf4d}
.rtdb-cta-primary:hover{background:#52a89b;transform:translateY(-2px);box-shadow:0 6px 25px #63bdaf66}
.rtdb-program-structure{padding:90px 20px;background:#fff;position:relative}
.rtdb-section-header{text-align:center;max-width:800px;margin:0 auto 60px}
.rtdb-section-header h2{font-size:2.6rem;color:#212529;margin-bottom:18px;font-weight:700}
.rtdb-section-header p{font-size:1.15rem;color:#495057;line-height:1.7}
.rtdb-learning-grid{max-width:1200px;margin:0 auto;display:grid;grid-template-columns:repeat(3,1fr);gap:35px}
.rtdb-learning-card{background:#f8f9fa;padding:35px 28px;border-radius:12px;border-left:4px solid #63BDAF;transition:all .3s ease;position:relative}
.rtdb-learning-card:hover{transform:translateX(8px);box-shadow:-8px 12px 30px #63bdaf26;background:#fff}
.rtdb-learning-card h3{font-size:1.5rem;color:#212529;margin-bottom:16px;font-weight:600}
.rtdb-learning-card p{font-size:1.05rem;color:#495057;line-height:1.65;margin-bottom:12px}
.rtdb-learning-card ul{list-style:none;padding:0;margin-top:18px}
.rtdb-learning-card ul li{padding:8px 0;color:#495057;font-size:1rem;position:relative;padding-left:28px}
.rtdb-learning-card ul li::before{content:'';position:absolute;left:0;color:#63BDAF;font-weight:700;font-size:1.2rem}
.rtdb-journey-timeline{padding:85px 20px;background:linear-gradient(180deg,#fff 0%,#D7EDF1 100%)}
.rtdb-timeline-container{max-width:1100px;margin:0 auto}
.rtdb-timeline-item{display:grid;grid-template-columns:380px 1fr;gap:45px;margin-bottom:50px;align-items:start;position:relative}
.rtdb-timeline-item:nth-child(even){grid-template-columns:1fr 380px}
.rtdb-timeline-item:nth-child(even) .rtdb-timeline-visual{order:2}
.rtdb-timeline-item:nth-child(even) .rtdb-timeline-text{order:1;text-align:right}
.rtdb-timeline-visual{position:relative}
.rtdb-timeline-visual img{width:100%;height:280px;object-fit:cover;border-radius:12px;box-shadow:0 10px 35px #0000001f}
.rtdb-timeline-text{background:#fff;padding:32px;border-radius:12px;box-shadow:0 4px 20px #0000000f}
.rtdb-timeline-number{display:inline-block;background:#63BDAF;color:#fff;width:45px;height:45px;border-radius:50%;text-align:center;line-height:45px;font-size:1.3rem;font-weight:700;margin-bottom:18px}
.rtdb-timeline-text h3{font-size:1.7rem;color:#212529;margin-bottom:14px;font-weight:600}
.rtdb-timeline-text p{font-size:1.05rem;color:#495057;line-height:1.7}
.rtdb-pricing-showcase{padding:90px 20px;background:#fff}
.rtdb-pricing-layout{max-width:1150px;margin:0 auto;display:grid;grid-template-columns:repeat(2,1fr);gap:40px;margin-top:50px}
.rtdb-price-card{background:linear-gradient(135deg,#f8f9fa 0%,#fff 100%);border:2px solid #D7EDF1;border-radius:16px;padding:45px 38px;position:relative;transition:all .3s ease}
.rtdb-price-card:hover{border-color:#63BDAF;box-shadow:0 15px 45px #63bdaf33;transform:translateY(-5px)}
.rtdb-price-card.rtdb-featured{background:linear-gradient(135deg,#63BDAF 0%,#A1D0D3 100%);border:none;color:#fff}
.rtdb-price-card.rtdb-featured h3,.rtdb-price-card.rtdb-featured p,.rtdb-price-card.rtdb-featured li{color:#fff}
.rtdb-price-card h3{font-size:1.9rem;color:#212529;margin-bottom:12px;font-weight:700}
.rtdb-price-amount{font-size:3rem;font-weight:700;margin:22px 0;color:#212529}
.rtdb-price-card.rtdb-featured .rtdb-price-amount{color:#fff}
.rtdb-price-period{font-size:1.1rem;opacity:.85}
.rtdb-price-features{list-style:none;padding:0;margin:28px 0}
.rtdb-price-features li{padding:11px 0;font-size:1.05rem;color:#495057;position:relative;padding-left:32px}
.rtdb-price-features li::before{content:'';position:absolute;left:0;color:#63BDAF;font-weight:700;font-size:1.3rem}
.rtdb-price-card.rtdb-featured .rtdb-price-features li::before{color:#fff}
.rtdb-price-cta{display:block;text-align:center;background:#63BDAF;color:#fff;padding:14px 32px;border-radius:8px;text-decoration:none;font-weight:600;margin-top:28px;transition:all .3s ease}
.rtdb-price-card.rtdb-featured .rtdb-price-cta{background:#fff;color:#63BDAF}
.rtdb-price-cta:hover{transform:scale(1.05);box-shadow:0 6px 20px #00000026}
.rtdb-testimonial-section{padding:85px 20px;background:linear-gradient(135deg,#D7EDF1 0%,#A1D0D3 100%);position:relative}
.rtdb-testimonial-wrapper{max-width:1000px;margin:0 auto;background:#fff;border-radius:20px;padding:55px 50px;box-shadow:0 20px 60px #0000001a;display:grid;grid-template-columns:200px 1fr;gap:45px;align-items:center}
.rtdb-testimonial-avatar{position:relative}
.rtdb-testimonial-avatar img{width:180px;height:180px;border-radius:50%;object-fit:cover;border:5px solid #63BDAF;box-shadow:0 8px 25px #63bdaf4d}
.rtdb-testimonial-content blockquote{font-size:1.25rem;color:#343a40;line-height:1.8;font-style:italic;margin-bottom:22px;position:relative;padding-left:25px;border-left:4px solid #63BDAF}
.rtdb-testimonial-author{font-size:1.15rem;color:#212529;font-weight:600;margin-bottom:6px}
.rtdb-testimonial-role{font-size:1rem;color:#63BDAF;font-weight:500}
@media (max-width: 992px) {
.rtdb-hero-content{grid-template-columns:1fr;gap:40px}
.rtdb-hero-text h1{font-size:2.5rem}
.rtdb-learning-grid{grid-template-columns:1fr;gap:25px}
.rtdb-timeline-item,.rtdb-timeline-item:nth-child(even){grid-template-columns:1fr}
.rtdb-timeline-item:nth-child(even) .rtdb-timeline-visual,.rtdb-timeline-item:nth-child(even) .rtdb-timeline-text{order:initial;text-align:left}
.rtdb-pricing-layout{grid-template-columns:1fr}
.rtdb-testimonial-wrapper{grid-template-columns:1fr;text-align:center;padding:40px 30px}
.rtdb-testimonial-avatar img{margin:0 auto}
.rtdb-testimonial-content blockquote{border-left:none;padding-left:0;border-top:4px solid #63BDAF;padding-top:20px}
}
@media (max-width: 768px) {
.rtdb-hero-text h1{font-size:2rem}
.rtdb-hero-text .rtdb-subtitle{font-size:1.1rem}
.rtdb-section-header h2{font-size:2rem}
.rtdb-learning-card{padding:28px 22px}
.rtdb-timeline-visual img{height:220px}
.rtdb-price-amount{font-size:2.4rem}
}
.contactpage-wrapper{background:linear-gradient(135deg,#fafbfc 0%,#f8f9fa 100%);min-height:100vh}
.contactpage-hero{background:linear-gradient(to bottom right,#D7EDF1 0%,#A1D0D3 50%,#63BDAF 100%);padding:80px 20px 60px;position:relative;overflow:hidden}
.contactpage-hero::before{content:'';position:absolute;top:-50%;right:-10%;width:600px;height:600px;background:#ffffff1a;border-radius:50%}
.contactpage-hero-content{max-width:1200px;margin:0 auto;position:relative;z-index:2}
.contactpage-hero h1{font-size:2.8rem;color:#fff;margin-bottom:20px;font-weight:700;text-shadow:0 2px 4px #0000001a}
.contactpage-hero-subtitle{font-size:1.2rem;color:#fff;line-height:1.6;max-width:700px}
.contactpage-main-section{max-width:1200px;margin:-40px auto 0;padding:0 20px 80px;position:relative;z-index:3}
.contactpage-content-grid{display:grid;grid-template-columns:1fr 1fr;gap:40px;margin-top:0}
.contactpage-form-card{background:#fff;border-radius:12px;padding:50px 40px;box-shadow:0 8px 24px #00000014}
.contactpage-form-card h2{font-size:2rem;color:#212529;margin-bottom:12px;font-weight:600}
.contactpage-form-intro{font-size:1rem;color:#495057;line-height:1.6;margin-bottom:35px}
.contactpage-form-group{margin-bottom:24px}
.contactpage-form-label{display:block;font-size:.95rem;color:#343a40;margin-bottom:8px;font-weight:500}
.contactpage-form-input,.contactpage-form-textarea{width:100%;padding:14px 16px;border:2px solid #e9ecef;border-radius:8px;font-size:1rem;color:#212529;transition:all .3s ease;font-family:inherit}
.contactpage-form-input:focus,.contactpage-form-textarea:focus{outline:none;border-color:#63BDAF;box-shadow:0 0 0 4px #63bdaf1a}
.contactpage-form-textarea{min-height:140px;resize:vertical}
.contactpage-privacy-wrapper{margin:28px 0;display:flex;align-items:flex-start;gap:12px}
.contactpage-privacy-checkbox{width:20px;height:20px;margin-top:2px;cursor:pointer;flex-shrink:0;accent-color:#63BDAF}
.contactpage-privacy-label{font-size:.9rem;color:#495057;line-height:1.5;cursor:pointer}
.contactpage-privacy-label a{color:#63BDAF;text-decoration:none;font-weight:500}
.contactpage-privacy-label a:hover{text-decoration:underline}
.contactpage-submit-btn{width:100%;padding:16px 32px;background:linear-gradient(135deg,#63BDAF 0%,#A1D0D3 100%);color:#fff;border:none;border-radius:8px;font-size:1.1rem;font-weight:600;cursor:pointer;transition:all .3s ease;box-shadow:0 4px 12px #63bdaf4d}
.contactpage-submit-btn:hover{transform:translateY(-2px);box-shadow:0 6px 20px #63bdaf66}
.contactpage-info-section{display:flex;flex-direction:column;gap:30px}
.contactpage-info-block{background:#fff;border-radius:12px;padding:35px 30px;box-shadow:0 4px 16px #0000000f;border-left:4px solid #63BDAF}
.contactpage-info-block h3{font-size:1.4rem;color:#212529;margin-bottom:18px;font-weight:600}
.contactpage-info-item{display:flex;align-items:flex-start;gap:15px;margin-bottom:16px}
.contactpage-info-item:last-child{margin-bottom:0}
.contactpage-info-icon{width:24px;height:24px;background:linear-gradient(135deg,#D7EDF1 0%,#A1D0D3 100%);border-radius:6px;display:flex;align-items:center;justify-content:center;flex-shrink:0;margin-top:2px}
.contactpage-info-text{flex:1}
.contactpage-info-label{font-size:.85rem;color:#6c757d;margin-bottom:4px;text-transform:uppercase;letter-spacing:.5px}
.contactpage-info-value{font-size:1rem;color:#212529;line-height:1.5}
.contactpage-info-value a{color:#63BDAF;text-decoration:none;transition:color .3s ease}
.contactpage-info-value a:hover{color:#4a9d8f}
.contactpage-image-wrapper{border-radius:12px;overflow:hidden;box-shadow:0 8px 24px #00000014;margin-top:20px}
.contactpage-image-wrapper img{width:100%;height:280px;object-fit:cover;display:block}
.contactpage-bottom-section{background:linear-gradient(to right,#fff 0%,#f8f9fa 100%);padding:70px 20px;margin-top:40px}
.contactpage-bottom-content{max-width:1200px;margin:0 auto;display:grid;grid-template-columns:1.2fr 1fr;gap:60px;align-items:center}
.contactpage-text-area h2{font-size:2.2rem;color:#212529;margin-bottom:20px;font-weight:600;line-height:1.3}
.contactpage-text-area p{font-size:1.05rem;color:#495057;line-height:1.7;margin-bottom:18px}
.contactpage-text-area p:last-of-type{margin-bottom:0}
.contactpage-visual-area img{width:100%;height:380px;object-fit:cover;border-radius:12px;box-shadow:0 12px 32px #0000001a}
@media (max-width: 968px) {
.contactpage-hero h1{font-size:2.2rem}
.contactpage-hero-subtitle{font-size:1.05rem}
.contactpage-content-grid{grid-template-columns:1fr;gap:30px}
.contactpage-form-card{padding:40px 30px}
.contactpage-bottom-content{grid-template-columns:1fr;gap:40px}
.contactpage-visual-area img{height:320px}
}
@media (max-width: 640px) {
.contactpage-hero{padding:60px 20px 40px}
.contactpage-hero h1{font-size:1.8rem}
.contactpage-hero-subtitle{font-size:1rem}
.contactpage-form-card{padding:30px 20px}
.contactpage-form-card h2{font-size:1.6rem}
.contactpage-info-block{padding:25px 20px}
.contactpage-text-area h2{font-size:1.8rem}
.contactpage-bottom-section{padding:50px 20px}
.contactpage-visual-area img{height:260px}
}
.leertraject-pagina{background:linear-gradient(135deg,#fafbfc 0%,#fff 100%);min-height:100vh}
.leertraject-intro-sectie{padding:80px 20px;max-width:1200px;margin:0 auto;position:relative}
.leertraject-intro-sectie::before{content:'';position:absolute;top:0;left:-10%;width:50%;height:100%;background:linear-gradient(120deg,#D7EDF1 0%,transparent 70%);opacity:.4;border-radius:0 200px 200px 0;z-index:0}
.intro-tekst-wrapper{position:relative;z-index:2;max-width:700px}
.intro-tekst-wrapper h1{font-size:2.8rem;color:#212529;margin-bottom:24px;line-height:1.2;font-weight:700}
.intro-tekst-wrapper p{font-size:1.15rem;color:#495057;line-height:1.7;margin-bottom:20px}
.intro-afbeelding-container{position:relative;margin-top:50px;border-radius:16px;overflow:hidden;box-shadow:0 8px 30px #63bdaf26}
.intro-afbeelding-container img{width:100%;height:420px;object-fit:cover;display:block}
.programma-structuur-blok{background:#fff;padding:90px 20px;position:relative}
.programma-structuur-blok::after{content:'';position:absolute;bottom:0;right:0;width:300px;height:300px;background:radial-gradient(circle,#A1D0D3 0%,transparent 70%);opacity:.2;z-index:0}
.structuur-container{max-width:1100px;margin:0 auto;position:relative;z-index:2}
.structuur-header{text-align:center;margin-bottom:60px}
.structuur-header h2{font-size:2.4rem;color:#212529;margin-bottom:16px;font-weight:700}
.structuur-header p{font-size:1.1rem;color:#495057;max-width:650px;margin:0 auto;line-height:1.6}
.modules-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:30px;margin-top:50px}
.module-kaart{background:linear-gradient(145deg,#f8f9fa 0%,#fff 100%);border:2px solid #D7EDF1;border-radius:12px;padding:35px 28px;transition:all .3s ease;position:relative;overflow:hidden}
.module-kaart::before{content:'';position:absolute;top:-50%;right:-50%;width:100%;height:100%;background:radial-gradient(circle,#63BDAF 0%,transparent 70%);opacity:0;transition:opacity .4s ease}
.module-kaart:hover{transform:translateY(-5px);border-color:#63BDAF;box-shadow:0 12px 35px #63bdaf33}
.module-kaart:hover::before{opacity:.08}
.module-nummer{display:inline-block;width:45px;height:45px;background:linear-gradient(135deg,#63BDAF 0%,#A1D0D3 100%);color:#fff;border-radius:50%;text-align:center;line-height:45px;font-weight:700;font-size:1.2rem;margin-bottom:18px}
.module-kaart h3{font-size:1.4rem;color:#212529;margin-bottom:14px;font-weight:600}
.module-kaart p{font-size:1rem;color:#495057;line-height:1.6;margin:0}
.docenten-verhalen-sectie{background:linear-gradient(180deg,#f5f6fa 0%,#fff 100%);padding:85px 20px}
.verhalen-wrapper{max-width:1150px;margin:0 auto}
.verhalen-titel{text-align:center;margin-bottom:55px}
.verhalen-titel h2{font-size:2.3rem;color:#212529;margin-bottom:14px;font-weight:700}
.docenten-grid{display:grid;grid-template-columns:1fr 1fr;gap:45px;align-items:start}
.docent-profiel{background:#fff;border-radius:14px;padding:40px;box-shadow:0 6px 25px #0000000f;display:flex;gap:28px;transition:transform .3s ease}
.docent-profiel:hover{transform:scale(1.02)}
.docent-foto{flex-shrink:0}
.docent-foto img{width:110px;height:110px;border-radius:50%;object-fit:cover;border:3px solid #D7EDF1}
.docent-info h3{font-size:1.5rem;color:#212529;margin-bottom:8px;font-weight:600}
.docent-functie{font-size:.95rem;color:#63BDAF;font-weight:600;margin-bottom:16px;display:block}
.docent-info p{font-size:1rem;color:#495057;line-height:1.7;margin:0}
.tweede-afbeelding-sectie{position:relative;margin-top:50px;display:flex;justify-content:center}
.tweede-afbeelding-sectie img{width:100%;max-width:700px;height:380px;object-fit:cover;border-radius:14px;box-shadow:0 10px 40px #0000001f}
.praktische-info-blok{background:#fff;padding:90px 20px;position:relative}
.praktische-container{max-width:1000px;margin:0 auto;display:grid;grid-template-columns:1fr 1fr;gap:50px;align-items:start}
.info-linker-kant{position:relative}
.info-linker-kant h2{font-size:2.2rem;color:#212529;margin-bottom:20px;font-weight:700;line-height:1.3}
.info-linker-kant p{font-size:1.05rem;color:#495057;line-height:1.7;margin-bottom:18px}
.start-datum-badge{display:inline-block;background:linear-gradient(135deg,#63BDAF 0%,#A1D0D3 100%);color:#fff;padding:12px 24px;border-radius:25px;font-weight:600;font-size:1rem;margin-top:15px}
.info-rechter-kant{background:linear-gradient(145deg,#f8f9fa 0%,#fafbfc 100%);border-radius:14px;padding:40px 35px;border-left:4px solid #63BDAF}
.detail-item{margin-bottom:28px;padding-bottom:24px;border-bottom:1px solid #D7EDF1}
.detail-item:last-child{margin-bottom:0;padding-bottom:0;border-bottom:none}
.detail-label{font-size:.9rem;color:#63BDAF;font-weight:600;text-transform:uppercase;letter-spacing:.5px;margin-bottom:8px;display:block}
.detail-waarde{font-size:1.15rem;color:#212529;font-weight:500;line-height:1.5}
.cta-actie-sectie{background:linear-gradient(135deg,#63BDAF 0%,#A1D0D3 100%);padding:70px 20px;text-align:center;position:relative;overflow:hidden}
.cta-actie-sectie::before{content:'';position:absolute;top:-100px;left:-100px;width:300px;height:300px;background:#ffffff1a;border-radius:50%}
.cta-actie-sectie::after{content:'';position:absolute;bottom:-150px;right:-150px;width:400px;height:400px;background:#ffffff14;border-radius:50%}
.cta-inhoud{max-width:750px;margin:0 auto;position:relative;z-index:2}
.cta-inhoud h2{font-size:2.3rem;color:#fff;margin-bottom:18px;font-weight:700}
.cta-inhoud p{font-size:1.15rem;color:#fff;margin-bottom:32px;line-height:1.6;opacity:.95}
.cta-knoppen-groep{display:flex;gap:18px;justify-content:center;flex-wrap:wrap}
.knop-primair{background:#fff;color:#63BDAF;padding:16px 38px;border-radius:8px;font-weight:600;font-size:1.05rem;text-decoration:none;display:inline-block;transition:all .3s ease;box-shadow:0 4px 15px #00000026}
.knop-primair:hover{transform:translateY(-3px);box-shadow:0 8px 25px #0003;background:#f8f9fa}
.knop-secundair{background:none;color:#fff;padding:16px 38px;border-radius:8px;border:2px solid #fff;font-weight:600;font-size:1.05rem;text-decoration:none;display:inline-block;transition:all .3s ease}
.knop-secundair:hover{background:#ffffff26;transform:translateY(-3px)}
.deelnemer-ervaringen-sectie{padding:85px 20px;background:#f8f9fa}
.ervaringen-wrapper{max-width:1100px;margin:0 auto}
.ervaringen-header{text-align:center;margin-bottom:50px}
.ervaringen-header h2{font-size:2.3rem;color:#212529;margin-bottom:12px;font-weight:700}
.testimonial-kaart{background:#fff;border-radius:12px;padding:40px;box-shadow:0 6px 20px #00000014;display:flex;gap:30px;align-items:start;margin-bottom:35px;transition:box-shadow .3s ease}
.testimonial-kaart:hover{box-shadow:0 10px 35px #63bdaf26}
.testimonial-foto img{width:90px;height:90px;border-radius:50%;object-fit:cover;border:3px solid #D7EDF1}
.testimonial-tekst-blok{flex:1}
.quote-icoon{font-size:3rem;color:#A1D0D3;line-height:1;margin-bottom:12px;opacity:.5}
.testimonial-tekst-blok p{font-size:1.05rem;color:#495057;line-height:1.7;margin-bottom:18px;font-style:italic}
.testimonial-naam{font-size:1.1rem;color:#212529;font-weight:600;margin-bottom:4px}
.testimonial-rol{font-size:.95rem;color:#63BDAF;font-weight:500}
@media (max-width: 768px) {
.leertraject-intro-sectie{padding:50px 20px}
.intro-tekst-wrapper h1{font-size:2rem}
.intro-afbeelding-container img{height:280px}
.modules-grid{grid-template-columns:1fr}
.docenten-grid{grid-template-columns:1fr;gap:30px}
.docent-profiel{flex-direction:column;align-items:center;text-align:center}
.praktische-container{grid-template-columns:1fr;gap:35px}
.cta-inhoud h2{font-size:1.8rem}
.cta-knoppen-groep{flex-direction:column;align-items:stretch}
.testimonial-kaart{flex-direction:column;align-items:center;text-align:center}
.tweede-afbeelding-sectie img{height:260px}
}
.tech-req-page-wrapper{background:linear-gradient(135deg,#fafbfc 0%,#fff 100%);min-height:100vh;position:relative}
.tech-req-hero-block{background:linear-gradient(165deg,#D7EDF1 0%,#fff 45%,#A1D0D3 100%);padding:90px 20px 120px;position:relative;overflow:hidden}
.tech-req-hero-block::before{content:'';position:absolute;top:-50%;right:-10%;width:600px;height:600px;background:radial-gradient(circle,#63bdaf1f 0%,transparent 70%);border-radius:50%}
.tech-req-hero-block::after{content:'';position:absolute;bottom:-30%;left:-5%;width:450px;height:450px;background:radial-gradient(circle,#a1d0d326 0%,transparent 65%);border-radius:50%}
.tech-req-hero-container{max-width:1140px;margin:0 auto;position:relative;z-index:2}
.tech-req-hero-content{max-width:720px;margin:0 auto;text-align:center}
.tech-req-main-title{font-size:3.2rem;font-weight:800;color:#212529;margin:0 0 24px;line-height:1.15;letter-spacing:-.02em}
.tech-req-subtitle-text{font-size:1.3rem;color:#495057;line-height:1.6;margin:0 0 42px;font-weight:400}
.tech-req-nav-buttons{display:flex;gap:18px;justify-content:center;flex-wrap:wrap}
.tech-req-btn-primary{display:inline-block;padding:15px 32px;background:#63BDAF;color:#fff;text-decoration:none;border-radius:8px;font-weight:600;font-size:1.05rem;transition:all .3s ease;border:2px solid #63BDAF}
.tech-req-btn-primary:hover{background:#52a89b;border-color:#52a89b;transform:translateY(-2px);box-shadow:0 6px 20px #63bdaf4d}
.tech-req-btn-secondary{display:inline-block;padding:15px 32px;background:none;color:#212529;text-decoration:none;border-radius:8px;font-weight:600;font-size:1.05rem;transition:all .3s ease;border:2px solid #212529}
.tech-req-btn-secondary:hover{background:#212529;color:#fff;transform:translateY(-2px)}
.tech-req-main-content-section{padding:85px 20px;background:#fff;position:relative}
.tech-req-content-container{max-width:1340px;margin:0 auto}
.tech-req-zigzag-layout{display:grid;grid-template-columns:1fr 1fr;gap:80px 60px;align-items:start}
.tech-req-content-block{display:flex;flex-direction:column;gap:28px}
.tech-req-block-title{font-size:2.1rem;font-weight:700;color:#212529;margin:0 0 18px;line-height:1.3}
.tech-req-block-text{font-size:1.08rem;color:#495057;line-height:1.75;margin:0 0 20px}
.tech-req-specs-list{list-style:none;padding:0;margin:28px 0;display:flex;flex-direction:column;gap:16px}
.tech-req-specs-list li{padding:18px 24px;background:linear-gradient(135deg,#f8f9fa 0%,#fff 100%);border-left:4px solid #63BDAF;border-radius:6px;font-size:1.05rem;color:#343a40;line-height:1.6;transition:all .3s ease}
.tech-req-specs-list li:hover{transform:translateX(8px);box-shadow:0 4px 12px #63bdaf26;border-left-width:6px}
.tech-req-specs-list strong{color:#212529;font-weight:600}
.tech-req-image-wrapper{position:relative;border-radius:12px;overflow:hidden;box-shadow:0 8px 24px #00000014}
.tech-req-image-wrapper img{width:100%;height:auto;display:block;transition:transform .4s ease}
.tech-req-image-wrapper:hover img{transform:scale(1.05)}
.tech-req-software-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:24px;margin:32px 0}
.tech-req-software-card{background:linear-gradient(135deg,#D7EDF1 0%,#fff 100%);padding:28px;border-radius:10px;border:2px solid transparent;transition:all .3s ease}
.tech-req-software-card:hover{border-color:#63BDAF;transform:translateY(-4px);box-shadow:0 8px 20px #63bdaf33}
.tech-req-software-card h3{font-size:1.4rem;font-weight:700;color:#212529;margin:0 0 14px}
.tech-req-software-card p{font-size:1.02rem;color:#495057;line-height:1.65;margin:0}
.tech-req-comparison-wrapper{margin:50px 0;background:#f8f9fa;padding:40px;border-radius:12px}
.tech-req-comparison-title{font-size:1.8rem;font-weight:700;color:#212529;margin:0 0 32px;text-align:center}
.tech-req-comparison-table{width:100%;border-collapse:separate;border-spacing:0;background:#fff;border-radius:8px;overflow:hidden;box-shadow:0 4px 12px #0000000f}
.tech-req-comparison-table th{background:linear-gradient(135deg,#63BDAF 0%,#52a89b 100%);color:#fff;padding:18px 20px;text-align:left;font-weight:600;font-size:1.1rem}
.tech-req-comparison-table td{padding:16px 20px;border-bottom:1px solid #e9ecef;color:#495057;font-size:1.02rem;line-height:1.6}
.tech-req-comparison-table tr:last-child td{border-bottom:none}
.tech-req-comparison-table tr:nth-child(even){background:#fafbfc}
.tech-req-check-icon{color:#63BDAF;font-weight:700;font-size:1.2rem}
.tech-req-testimonial-section{display:grid;grid-template-columns:1fr 1fr;gap:40px;margin:60px 0;align-items:center}
.tech-req-testimonial-card{background:linear-gradient(135deg,#fff 0%,#D7EDF1 100%);padding:36px;border-radius:12px;box-shadow:0 6px 18px #00000014;position:relative}
.tech-req-testimonial-card::before{content:'"';position:absolute;top:20px;left:24px;color:#63bdaf26;font:5rem/1 Georgia,serif}
.tech-req-testimonial-text{font-size:1.08rem;color:#343a40;line-height:1.7;margin:0 0 24px;font-style:italic;position:relative;z-index:2}
.tech-req-testimonial-author{display:flex;align-items:center;gap:18px}
.tech-req-author-image{width:60px;height:60px;border-radius:50%;object-fit:cover;border:3px solid #63BDAF}
.tech-req-author-info h4{font-size:1.1rem;font-weight:600;color:#212529;margin:0 0 4px}
.tech-req-author-info p{font-size:.95rem;color:#6c757d;margin:0}
.tech-req-step-sequence{display:flex;flex-direction:column;gap:32px;margin:50px 0}
.tech-req-step-item{display:grid;grid-template-columns:80px 1fr;gap:28px;align-items:start;position:relative}
.tech-req-step-item::after{content:'';position:absolute;left:39px;top:80px;width:2px;height:calc(100% + 32px);background:linear-gradient(180deg,#A1D0D3 0%,transparent 100%)}
.tech-req-step-item:last-child::after{display:none}
.tech-req-step-number{width:80px;height:80px;background:linear-gradient(135deg,#63BDAF 0%,#A1D0D3 100%);border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:2rem;font-weight:700;color:#fff;box-shadow:0 4px 12px #63bdaf4d;flex-shrink:0}
.tech-req-step-content h3{font-size:1.5rem;font-weight:700;color:#212529;margin:0 0 14px}
.tech-req-step-content p{font-size:1.05rem;color:#495057;line-height:1.7;margin:0}
.tech-req-final-cta-section{background:linear-gradient(135deg,#63BDAF 0%,#A1D0D3 100%);padding:70px 20px;text-align:center;position:relative;overflow:hidden}
.tech-req-final-cta-section::before{content:'';position:absolute;top:-40%;left:-20%;width:500px;height:500px;background:radial-gradient(circle,#ffffff26 0%,transparent 70%);border-radius:50%}
.tech-req-cta-container{max-width:820px;margin:0 auto;position:relative;z-index:2}
.tech-req-cta-title{font-size:2.4rem;font-weight:800;color:#fff;margin:0 0 20px;line-height:1.25}
.tech-req-cta-text{font-size:1.2rem;color:#fff;line-height:1.65;margin:0 0 38px;opacity:.95}
.tech-req-cta-buttons{display:flex;gap:20px;justify-content:center;flex-wrap:wrap}
.tech-req-btn-light{display:inline-block;padding:16px 36px;background:#fff;color:#63BDAF;text-decoration:none;border-radius:8px;font-weight:700;font-size:1.08rem;transition:all .3s ease;border:2px solid #fff}
.tech-req-btn-light:hover{background:none;color:#fff;transform:translateY(-3px);box-shadow:0 8px 24px #00000026}
@media (max-width: 992px) {
.tech-req-zigzag-layout{grid-template-columns:1fr;gap:50px}
.tech-req-software-grid{grid-template-columns:1fr}
.tech-req-testimonial-section{grid-template-columns:1fr}
.tech-req-main-title{font-size:2.5rem}
.tech-req-comparison-wrapper{padding:28px 20px}
.tech-req-comparison-table{font-size:.95rem}
.tech-req-comparison-table th,.tech-req-comparison-table td{padding:12px 14px}
}
@media (max-width: 768px) {
.tech-req-hero-block{padding:60px 20px 80px}
.tech-req-main-title{font-size:2rem}
.tech-req-subtitle-text{font-size:1.1rem}
.tech-req-nav-buttons{flex-direction:column;align-items:stretch}
.tech-req-btn-primary,.tech-req-btn-secondary{text-align:center}
.tech-req-main-content-section{padding:50px 20px}
.tech-req-block-title{font-size:1.7rem}
.tech-req-step-item{grid-template-columns:1fr;gap:20px}
.tech-req-step-number{width:60px;height:60px;font-size:1.6rem}
.tech-req-step-item::after{display:none}
.tech-req-cta-title{font-size:1.9rem}
.tech-req-cta-text{font-size:1.05rem}
.tech-req-cta-buttons{flex-direction:column;align-items:stretch}
.tech-req-comparison-table th,.tech-req-comparison-table td{font-size:.9rem;padding:10px 12px}
}
.cookiebeleid-wrapper{background:linear-gradient(135deg,#fafbfc 0%,#f8f9fa 100%);min-height:100vh;padding:0}
.cookiebeleid-hoofdcontainer{max-width:920px;margin:0 auto;padding:60px 24px 80px}
.cookiebeleid-koptekst{text-align:center;margin-bottom:48px;padding-bottom:32px;border-bottom:3px solid #63BDAF}
.cookiebeleid-koptekst h1{font-size:2.8rem;color:#212529;margin-bottom:16px;font-weight:700;line-height:1.2}
.cookiebeleid-koptekst .laatst-bijgewerkt{font-size:.95rem;color:#495057;font-style:italic}
.cookiebeleid-inleiding{background:#fff;padding:32px;border-radius:12px;margin-bottom:40px;box-shadow:0 2px 8px #0000000f;border-left:4px solid #63BDAF}
.cookiebeleid-inleiding p{font-size:1.05rem;line-height:1.7;color:#343a40;margin-bottom:16px}
.cookiebeleid-inleiding p:last-child{margin-bottom:0}
.cookiebeleid-sectie{background:#fff;padding:36px 32px;margin-bottom:28px;border-radius:10px;box-shadow:0 1px 6px #0000000d;transition:box-shadow .3s ease}
.cookiebeleid-sectie:hover{box-shadow:0 4px 12px #63bdaf26}
.cookiebeleid-sectie h2{font-size:1.9rem;color:#212529;margin-bottom:20px;font-weight:600;position:relative;padding-left:18px}
.cookiebeleid-sectie h2::before{content:'';position:absolute;left:0;top:4px;width:5px;height:28px;background:linear-gradient(180deg,#63BDAF 0%,#A1D0D3 100%);border-radius:3px}
.cookiebeleid-sectie h3{font-size:1.4rem;color:#343a40;margin:28px 0 16px;font-weight:600}
.cookiebeleid-sectie p{font-size:1rem;line-height:1.75;color:#495057;margin-bottom:16px}
.cookiebeleid-sectie ul{margin:20px 0;padding-left:0;list-style:none}
.cookiebeleid-sectie ul li{font-size:1rem;line-height:1.7;color:#495057;margin-bottom:14px;padding-left:32px;position:relative}
.cookiebeleid-sectie ul li::before{content:'●';position:absolute;left:12px;color:#63BDAF;font-size:1.3rem;line-height:1.4}
.cookiebeleid-sectie strong{color:#212529;font-weight:600}
.cookie-type-blok{background:linear-gradient(135deg,#f8f9fa 0%,#fff 100%);padding:24px;border-radius:8px;margin:24px 0;border:1px solid #D7EDF1}
.cookie-type-blok h4{font-size:1.2rem;color:#212529;margin-bottom:12px;font-weight:600;display:flex;align-items:center;gap:10px}
.cookie-type-blok h4::before{content:'';width:8px;height:8px;background:#63BDAF;border-radius:50%;flex-shrink:0}
.cookie-type-blok p{font-size:.98rem;line-height:1.7;color:#495057;margin-bottom:0}
.belangrijke-opmerking{background:linear-gradient(135deg,#D7EDF1 0%,#f8f9fa 100%);padding:28px;border-radius:10px;margin:32px 0;border:2px solid #A1D0D3}
.belangrijke-opmerking p{font-size:1.05rem;line-height:1.8;color:#343a40;margin-bottom:0}
.browser-instructies{display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:20px;margin:28px 0}
.browser-kaart{background:#fff;padding:20px;border-radius:8px;border:1px solid #D7EDF1;transition:transform .2s ease,border-color .2s ease}
.browser-kaart:hover{transform:translateY(-3px);border-color:#63BDAF}
.browser-kaart h5{font-size:1.1rem;color:#212529;margin-bottom:10px;font-weight:600}
.browser-kaart p{font-size:.95rem;line-height:1.6;color:#495057;margin-bottom:0}
.cookiebeleid-contact{background:linear-gradient(135deg,#63BDAF 0%,#A1D0D3 100%);padding:36px;border-radius:12px;margin-top:48px;text-align:center;color:#fff}
.cookiebeleid-contact h2{font-size:1.8rem;color:#fff;margin-bottom:18px;font-weight:600}
.cookiebeleid-contact p{font-size:1.05rem;line-height:1.7;color:#fff;margin-bottom:24px;max-width:680px;margin-left:auto;margin-right:auto}
.cookiebeleid-contact a{display:inline-block;background:#fff;color:#63BDAF;padding:14px 32px;border-radius:6px;text-decoration:none;font-weight:600;font-size:1.05rem;transition:transform .2s ease,box-shadow .2s ease}
.cookiebeleid-contact a:hover{transform:translateY(-2px);box-shadow:0 6px 16px #0003}
.data-bewaring{background:#f8f9fa;padding:24px;border-radius:8px;margin:24px 0;border-left:4px solid #A1D0D3}
.data-bewaring h4{font-size:1.2rem;color:#212529;margin-bottom:14px;font-weight:600}
.data-bewaring p{font-size:1rem;line-height:1.7;color:#495057;margin-bottom:12px}
.data-bewaring ul{margin:16px 0;padding-left:0;list-style:none}
.data-bewaring ul li{font-size:.98rem;line-height:1.6;color:#495057;margin-bottom:10px;padding-left:28px;position:relative}
.data-bewaring ul li::before{content:'→';position:absolute;left:8px;color:#A1D0D3;font-weight:700}
@media (max-width: 768px) {
.cookiebeleid-hoofdcontainer{padding:40px 20px 60px}
.cookiebeleid-koptekst h1{font-size:2.2rem}
.cookiebeleid-inleiding{padding:24px 20px}
.cookiebeleid-sectie{padding:28px 20px}
.cookiebeleid-sectie h2{font-size:1.6rem}
.cookiebeleid-sectie h3{font-size:1.25rem}
.browser-instructies{grid-template-columns:1fr}
.cookiebeleid-contact{padding:28px 20px}
.cookiebeleid-contact h2{font-size:1.5rem}
}
@media (max-width: 480px) {
.cookiebeleid-koptekst h1{font-size:1.9rem}
.cookiebeleid-sectie ul li{padding-left:28px}
.cookiebeleid-sectie ul li::before{left:8px}
}
.privacybeleid-container{max-width:920px;margin:0 auto;padding:60px 24px 80px;background:#fff}
.privacybeleid-header{text-align:center;margin-bottom:56px;padding-bottom:32px;border-bottom:3px solid #D7EDF1}
.privacybeleid-header h1{font-size:2.8rem;color:#212529;margin-bottom:16px;font-weight:700;line-height:1.2}
.privacybeleid-datum{font-size:.95rem;color:#6c757d;font-style:italic}
.privacybeleid-intro{background:linear-gradient(135deg,#D7EDF1 0%,#A1D0D3 100%);padding:32px;border-radius:8px;margin-bottom:48px;border-left:5px solid #63BDAF}
.privacybeleid-intro p{font-size:1.05rem;line-height:1.7;color:#212529;margin-bottom:12px}
.privacybeleid-intro p:last-child{margin-bottom:0}
.privacybeleid-sectie{margin-bottom:52px;padding-left:16px}
.privacybeleid-sectie h2{font-size:1.95rem;color:#63BDAF;margin-bottom:20px;font-weight:600;line-height:1.3;position:relative;padding-left:20px}
.privacybeleid-sectie h2::before{content:'';position:absolute;left:0;top:8px;width:6px;height:28px;background:#A1D0D3;border-radius:3px}
.privacybeleid-sectie h3{font-size:1.4rem;color:#343a40;margin-top:28px;margin-bottom:16px;font-weight:600;line-height:1.4}
.privacybeleid-sectie p{font-size:1.02rem;line-height:1.75;color:#495057;margin-bottom:18px}
.privacybeleid-lijst{margin:24px 0;padding-left:8px}
.privacybeleid-lijst li{font-size:1.02rem;line-height:1.7;color:#495057;margin-bottom:14px;padding-left:28px;position:relative}
.privacybeleid-lijst li::before{content:'→';position:absolute;left:0;color:#63BDAF;font-weight:700;font-size:1.1rem}
.privacybeleid-highlight{background:#f8f9fa;border-left:4px solid #63BDAF;padding:24px 28px;margin:28px 0;border-radius:4px}
.privacybeleid-highlight p{margin-bottom:12px;font-size:1.01rem}
.privacybeleid-highlight p:last-child{margin-bottom:0}
.privacybeleid-tabel-wrapper{overflow-x:auto;margin:32px 0;border-radius:8px;box-shadow:0 2px 8px #0000000f}
.privacybeleid-tabel{width:100%;border-collapse:collapse;background:#fff}
.privacybeleid-tabel th{background:linear-gradient(135deg,#63BDAF 0%,#A1D0D3 100%);color:#fff;padding:16px 20px;text-align:left;font-weight:600;font-size:1.05rem;border-bottom:3px solid #A1D0D3}
.privacybeleid-tabel td{padding:16px 20px;border-bottom:1px solid #e9ecef;color:#495057;font-size:1rem;line-height:1.6}
.privacybeleid-tabel tr:nth-child(even){background:#fafbfc}
.privacybeleid-tabel tr:hover{background:#f5f6fa}
.privacybeleid-contact-box{background:linear-gradient(135deg,#A1D0D3 0%,#D7EDF1 100%);padding:36px 32px;border-radius:10px;margin-top:56px;text-align:center;border:2px solid #63BDAF}
.privacybeleid-contact-box h2{font-size:1.8rem;color:#212529;margin-bottom:20px;font-weight:600}
.privacybeleid-contact-box h2::before{display:none}
.privacybeleid-contact-info{margin-top:20px}
.privacybeleid-contact-item{font-size:1.05rem;color:#343a40;margin-bottom:10px;line-height:1.6}
.privacybeleid-contact-item strong{color:#212529;font-weight:600}
.privacybeleid-link{color:#63BDAF;text-decoration:none;font-weight:500;border-bottom:2px solid transparent;transition:border-color .3s ease}
.privacybeleid-link:hover{border-bottom-color:#63BDAF}
.privacybeleid-bewaartermijn{margin:24px 0}
.privacybeleid-bewaartermijn-item{background:#fff;border:1px solid #D7EDF1;padding:20px 24px;margin-bottom:16px;border-radius:6px;transition:all .3s ease}
.privacybeleid-bewaartermijn-item:hover{box-shadow:0 4px 12px #63bdaf26;border-color:#A1D0D3}
.privacybeleid-bewaartermijn-item strong{display:block;color:#63BDAF;font-size:1.1rem;margin-bottom:8px;font-weight:600}
.privacybeleid-rechten-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:20px;margin:28px 0}
.privacybeleid-recht-card{background:#fafbfc;padding:24px;border-radius:8px;border-top:4px solid #63BDAF;transition:all .3s ease}
.privacybeleid-recht-card:hover{transform:translateY(-4px);box-shadow:0 6px 16px #63bdaf33}
.privacybeleid-recht-card h4{color:#212529;font-size:1.15rem;margin-bottom:12px;font-weight:600}
.privacybeleid-recht-card p{font-size:.98rem;line-height:1.6;color:#495057;margin-bottom:0}
@media (max-width: 768px) {
.privacybeleid-container{padding:40px 18px 60px}
.privacybeleid-header h1{font-size:2.2rem}
.privacybeleid-sectie h2{font-size:1.65rem;padding-left:18px}
.privacybeleid-sectie h2::before{height:24px;width:5px}
.privacybeleid-sectie h3{font-size:1.25rem}
.privacybeleid-intro{padding:24px 20px}
.privacybeleid-highlight{padding:20px 18px}
.privacybeleid-tabel th,.privacybeleid-tabel td{padding:12px 14px;font-size:.95rem}
.privacybeleid-contact-box{padding:28px 20px}
.privacybeleid-rechten-grid{grid-template-columns:1fr;gap:16px}
}
.success-page-wrapper{background:linear-gradient(135deg,#fafbfc 0%,#f8f9fa 100%);min-height:100vh;padding:0;margin:0}
.success-confirmation-container{max-width:720px;margin:0 auto;padding:80px 24px 60px}
.success-visual-element{text-align:center;margin-bottom:48px;position:relative}
.success-checkmark-circle{width:120px;height:120px;background:linear-gradient(135deg,#63BDAF 0%,#A1D0D3 100%);border-radius:50%;margin:0 auto 32px;display:flex;align-items:center;justify-content:center;box-shadow:0 12px 40px #63bdaf40;animation:successPulse .6s ease-out;position:relative}
@keyframes successPulse {
0%{transform:scale(0.6);opacity:0}
50%{transform:scale(1.05)}
100%{transform:scale(1);opacity:1}
}
.success-checkmark-circle::after{content:'';font-size:64px;color:#fff;font-weight:700;line-height:1;animation:checkmarkAppear .4s ease-out .3s both}
@keyframes checkmarkAppear {
0%{transform:scale(0) rotate(-45deg);opacity:0}
100%{transform:scale(1) rotate(0deg);opacity:1}
}
.success-main-heading{font-size:42px;font-weight:800;color:#212529;margin:0 0 16px;line-height:1.2;letter-spacing:-.5px}
.success-subheading-text{font-size:19px;color:#495057;line-height:1.6;margin:0;font-weight:400}
.success-content-block{background:#fff;border-radius:16px;padding:42px 36px;margin-bottom:32px;box-shadow:0 2px 12px #0000000f;border:1px solid #63bdaf1f}
.success-content-block h2{font-size:24px;font-weight:700;color:#212529;margin:0 0 20px;line-height:1.3}
.success-content-block p{font-size:16px;color:#495057;line-height:1.7;margin:0 0 16px}
.success-content-block p:last-child{margin-bottom:0}
.success-timeline-list{list-style:none;padding:0;margin:28px 0 0}
.success-timeline-item{position:relative;padding:0 0 24px 48px;margin:0}
.success-timeline-item:last-child{padding-bottom:0}
.success-timeline-item::before{content:'';position:absolute;left:11px;top:8px;width:2px;height:calc(100% - 8px);background:#D7EDF1}
.success-timeline-item:last-child::before{display:none}
.success-timeline-marker{position:absolute;left:0;top:0;width:24px;height:24px;background:#63BDAF;border-radius:50%;border:3px solid #fff;box-shadow:0 2px 8px #63bdaf4d;z-index:2}
.success-timeline-item h3{font-size:17px;font-weight:700;color:#212529;margin:0 0 8px;line-height:1.4}
.success-timeline-item p{font-size:15px;color:#495057;line-height:1.6;margin:0}
.success-info-highlight{background:linear-gradient(135deg,#D7EDF1 0%,#A1D0D3 100%);border-radius:12px;padding:24px 28px;margin:28px 0 0;border-left:4px solid #63BDAF}
.success-info-highlight p{font-size:15px;color:#212529;line-height:1.7;margin:0;font-weight:500}
.success-contact-details{display:flex;flex-direction:column;gap:14px;margin:24px 0 0}
.success-contact-item{display:flex;align-items:flex-start;gap:12px;font-size:15px;color:#495057;line-height:1.6}
.success-contact-icon{width:20px;height:20px;background:#63BDAF;border-radius:50%;flex-shrink:0;margin-top:2px}
.success-actions-wrapper{display:flex;flex-wrap:wrap;gap:16px;margin:40px 0 0;justify-content:center}
.success-primary-button{background:linear-gradient(135deg,#63BDAF 0%,#A1D0D3 100%);color:#fff;padding:16px 40px;border-radius:10px;text-decoration:none;font-size:16px;font-weight:700;display:inline-block;transition:all .3s ease;box-shadow:0 4px 16px #63bdaf4d;border:none;cursor:pointer}
.success-primary-button:hover{transform:translateY(-2px);box-shadow:0 6px 24px #63bdaf66}
.success-secondary-button{background:#fff;color:#63BDAF;padding:16px 40px;border-radius:10px;text-decoration:none;font-size:16px;font-weight:700;display:inline-block;transition:all .3s ease;box-shadow:0 2px 8px #00000014;border:2px solid #63BDAF;cursor:pointer}
.success-secondary-button:hover{background:#f8f9fa;transform:translateY(-2px);box-shadow:0 4px 16px #0000001f}
.success-resources-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:20px;margin:32px 0 0}
.success-resource-card{background:#fafbfc;border-radius:12px;padding:28px 24px;border:1px solid #D7EDF1;transition:all .3s ease}
.success-resource-card:hover{border-color:#63BDAF;box-shadow:0 4px 16px #63bdaf26;transform:translateY(-2px)}
.success-resource-card h3{font-size:18px;font-weight:700;color:#212529;margin:0 0 12px;line-height:1.3}
.success-resource-card p{font-size:14px;color:#495057;line-height:1.6;margin:0 0 16px}
.success-resource-link{color:#63BDAF;text-decoration:none;font-size:14px;font-weight:600;display:inline-flex;align-items:center;gap:6px;transition:all .2s ease}
.success-resource-link:hover{color:#4a9a8d;gap:10px}
.success-resource-link::after{content:'→';font-size:16px;transition:transform .2s ease}
@media (max-width: 768px) {
.success-confirmation-container{padding:60px 20px 40px}
.success-checkmark-circle{width:100px;height:100px;margin-bottom:28px}
.success-checkmark-circle::after{font-size:52px}
.success-main-heading{font-size:32px;margin-bottom:12px}
.success-subheading-text{font-size:17px}
.success-content-block{padding:32px 24px;margin-bottom:24px}
.success-content-block h2{font-size:21px}
.success-timeline-item{padding-left:40px}
.success-actions-wrapper{flex-direction:column;margin-top:32px}
.success-primary-button,.success-secondary-button{width:100%;text-align:center;padding:16px 24px}
.success-resources-grid{grid-template-columns:1fr;gap:16px}
}
@media (max-width: 480px) {
.success-confirmation-container{padding:48px 16px 32px}
.success-main-heading{font-size:28px}
.success-content-block{padding:28px 20px}
}