{"id":6,"date":"2026-04-03T09:16:01","date_gmt":"2026-04-03T09:16:01","guid":{"rendered":"https:\/\/staging.rttfuture.nl\/?page_id=6"},"modified":"2026-04-04T09:22:56","modified_gmt":"2026-04-04T09:22:56","slug":"home","status":"publish","type":"page","link":"https:\/\/staging.rttfuture.nl\/","title":{"rendered":"Home"},"content":{"rendered":"\n<style>\n@import url('https:\/\/fonts.googleapis.com\/css2?family=Playfair+Display:ital,wght@0,400;0,600;0,700;1,400&family=Inter:wght@300;400;500;600;700&display=swap');\n*, *::before, *::after { margin: 0; padding: 0; box-sizing: border-box; }\nhtml { scroll-behavior: smooth; }\nbody { font-family: 'Inter', -apple-system, sans-serif; color: #1d1d1f; background: #fff; line-height: 1.6; -webkit-font-smoothing: antialiased; }\nh1, h2, h3 { font-family: 'Playfair Display', Georgia, serif; }\na { color: #1d1d1f; text-decoration: none; }\na:hover { text-decoration: underline; }\nimg { max-width: 100%; display: block; }\n.rtt-container { max-width: 1200px; margin: 0 auto; padding: 0 24px; }\n.rtt-fade-in { opacity: 0; transform: translateY(30px); transition: opacity 0.7s ease, transform 0.7s ease; }\n.rtt-fade-in.visible { opacity: 1; transform: translateY(0); }\n\n\/* Nav *\/\n.rtt-nav { position: sticky; top: 0; z-index: 100; background: rgba(255,255,255,0.92); backdrop-filter: saturate(180%) blur(20px); -webkit-backdrop-filter: saturate(180%) blur(20px); border-bottom: 1px solid rgba(0,0,0,0.08); }\n.rtt-nav .rtt-container { display: flex; align-items: center; justify-content: space-between; height: 56px; }\n.rtt-nav-logo { font-family: 'Playfair Display', serif; font-size: 22px; font-weight: 700; color: #1d1d1f; letter-spacing: -0.3px; }\n.rtt-nav-logo span { color: #C8A84E; }\n.rtt-nav-links { display: flex; gap: 32px; align-items: center; }\n.rtt-nav-links a { color: #1d1d1f; font-size: 14px; font-weight: 400; letter-spacing: 0.02em; }\n.rtt-nav-links a:hover { color: #C8A84E; text-decoration: none; }\n.rtt-nav-cta { background: #1d1d1f; color: #fff !important; padding: 9px 22px; border-radius: 24px; font-size: 13px; font-weight: 500; letter-spacing: 0.04em; text-transform: uppercase; transition: background 0.2s; }\n.rtt-nav-cta:hover { background: #333; text-decoration: none !important; }\n.rtt-nav-hamburger { display: none; background: none; border: none; cursor: pointer; width: 36px; height: 36px; position: relative; }\n.rtt-nav-hamburger span, .rtt-nav-hamburger span::before, .rtt-nav-hamburger span::after { display: block; width: 20px; height: 1.5px; background: #1d1d1f; position: absolute; left: 8px; transition: transform 0.3s; }\n.rtt-nav-hamburger span { top: 17px; }\n.rtt-nav-hamburger span::before { content: ''; top: -6px; }\n.rtt-nav-hamburger span::after { content: ''; top: 6px; }\n\n\/* Hero *\/\n.rtt-hero { padding: 120px 0 100px; text-align: center; background: linear-gradient(180deg, #fff 0%, #faf9f7 100%); }\n.rtt-hero h1 { font-size: clamp(38px, 6vw, 68px); font-weight: 700; letter-spacing: -0.02em; line-height: 1.1; margin-bottom: 24px; font-style: normal; }\n.rtt-hero p { font-family: 'Inter', sans-serif; font-size: clamp(17px, 2.2vw, 21px); color: #6e6e73; max-width: 560px; margin: 0 auto 40px; line-height: 1.6; font-weight: 300; }\n.rtt-hero-cta { display: inline-block; background: #1d1d1f; color: #fff; padding: 16px 36px; border-radius: 32px; font-family: 'Inter', sans-serif; font-size: 14px; font-weight: 500; letter-spacing: 0.06em; text-transform: uppercase; transition: background 0.2s; }\n.rtt-hero-cta:hover { background: #333; text-decoration: none; }\n\n\/* Categories with round photos *\/\n.rtt-categories { padding: 52px 0; border-bottom: 1px solid #e8e5e0; }\n.rtt-cat-scroll { display: flex; gap: 44px; justify-content: center; flex-wrap: wrap; }\n.rtt-cat-item { display: flex; flex-direction: column; align-items: center; gap: 12px; cursor: pointer; transition: transform 0.2s; min-width: 80px; }\n.rtt-cat-item:hover { transform: scale(1.06); }\n.rtt-cat-icon { width: 72px; height: 72px; border-radius: 50%; overflow: hidden; border: 2px solid #e8e5e0; transition: border-color 0.2s; }\n.rtt-cat-item:hover .rtt-cat-icon { border-color: #C8A84E; }\n.rtt-cat-icon img { width: 100%; height: 100%; object-fit: cover; }\n.rtt-cat-label { font-family: 'Inter', sans-serif; font-size: 12px; font-weight: 500; color: #1d1d1f; text-align: center; letter-spacing: 0.03em; text-transform: uppercase; }\n\n\/* Training cards *\/\n.rtt-trainings-header { padding: 72px 0 36px; }\n.rtt-trainings-header h2 { font-size: 36px; font-weight: 700; letter-spacing: -0.01em; }\n.rtt-trainings-header h2 span { color: #86868b; font-weight: 400; font-style: italic; }\n.rtt-card-grid { display: grid; grid-template-columns: repeat(auto-fill, minmax(280px, 1fr)); gap: 20px; padding-bottom: 80px; }\n.rtt-card { background: #f8f7f5; border-radius: 20px; padding: 36px 32px; min-height: 380px; display: flex; flex-direction: column; justify-content: space-between; transition: transform 0.3s, box-shadow 0.3s; position: relative; overflow: hidden; }\n.rtt-card:hover { transform: translateY(-4px); box-shadow: 0 12px 40px rgba(0,0,0,0.06); }\n.rtt-card-badge { display: inline-block; background: #C8A84E; color: #fff; font-family: 'Inter', sans-serif; font-size: 10px; font-weight: 600; text-transform: uppercase; letter-spacing: 0.08em; padding: 4px 12px; border-radius: 4px; margin-bottom: 14px; width: fit-content; }\n.rtt-card h3 { font-size: 26px; font-weight: 600; letter-spacing: -0.01em; margin-bottom: 10px; }\n.rtt-card .rtt-card-desc { font-family: 'Inter', sans-serif; font-size: 15px; color: #6e6e73; margin-bottom: 8px; font-weight: 300; line-height: 1.5; }\n.rtt-card .rtt-card-price { font-family: 'Inter', sans-serif; font-size: 13px; color: #86868b; font-weight: 400; }\n.rtt-card-visual { margin-top: 24px; height: 140px; display: flex; align-items: center; justify-content: center; }\n.rtt-card.dark { background: #1d1d1f; }\n.rtt-card.dark h3 { color: #f5f5f7; }\n.rtt-card.dark .rtt-card-desc { color: #a1a1a6; }\n.rtt-card.dark .rtt-card-price { color: #86868b; }\n.rtt-card.gold { background: linear-gradient(135deg, #C8A84E 0%, #E8D48B 100%); }\n.rtt-card.gold h3 { color: #1d1d1f; }\n.rtt-card.gold .rtt-card-desc { color: rgba(29,29,31,0.65); }\n.rtt-card.gold .rtt-card-price { color: rgba(29,29,31,0.5); }\n.rtt-card.gold .rtt-card-badge { background: rgba(29,29,31,0.2); }\n.rtt-card.warm { background: linear-gradient(135deg, #f5f0e6 0%, #ede3cc 100%); }\n.rtt-card.green { background: linear-gradient(135deg, #f2f1ef 0%, #eae8e4 100%); }\n\n\/* USPs *\/\n.rtt-usps { padding: 88px 0; background: #faf9f7; }\n.rtt-usps h2 { font-size: 42px; font-weight: 700; text-align: center; margin-bottom: 14px; letter-spacing: -0.01em; }\n.rtt-usps > .rtt-container > p { text-align: center; color: #86868b; font-size: 17px; margin-bottom: 60px; font-weight: 300; }\n.rtt-usp-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(240px, 1fr)); gap: 44px; }\n.rtt-usp-item { text-align: center; }\n.rtt-usp-icon { margin-bottom: 18px; display: flex; justify-content: center; }\n.rtt-usp-item h3 { font-size: 19px; font-weight: 600; margin-bottom: 8px; }\n.rtt-usp-item p { font-family: 'Inter', sans-serif; font-size: 14px; color: #86868b; max-width: 260px; margin: 0 auto; font-weight: 300; line-height: 1.6; }\n\n\/* Testimonials *\/\n.rtt-testimonials { padding: 88px 0; }\n.rtt-testimonials h2 { font-size: 42px; font-weight: 700; text-align: center; margin-bottom: 52px; letter-spacing: -0.01em; }\n.rtt-testimonial-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(300px, 1fr)); gap: 24px; }\n.rtt-testimonial-card { background: #faf9f7; border-radius: 20px; padding: 40px; }\n.rtt-testimonial-stars { color: #C8A84E; font-size: 16px; margin-bottom: 18px; letter-spacing: 3px; }\n.rtt-testimonial-card blockquote { font-family: 'Playfair Display', serif; font-size: 16px; line-height: 1.7; margin-bottom: 24px; color: #1d1d1f; font-style: italic; font-weight: 400; }\n.rtt-testimonial-author { font-family: 'Inter', sans-serif; font-size: 14px; font-weight: 600; color: #1d1d1f; }\n.rtt-testimonial-role { font-family: 'Inter', sans-serif; font-size: 12px; color: #86868b; margin-top: 2px; }\n\n\/* Contact *\/\n.rtt-contact { padding: 88px 0; background: #1d1d1f; color: #f5f5f7; text-align: center; }\n.rtt-contact h2 { font-size: 42px; font-weight: 700; margin-bottom: 14px; color: #f5f5f7; }\n.rtt-contact > .rtt-container > p { color: #86868b; font-size: 17px; margin-bottom: 44px; font-weight: 300; }\n.rtt-contact-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(200px, 1fr)); gap: 32px; max-width: 700px; margin: 0 auto 44px; text-align: center; }\n.rtt-contact-item h4 { font-family: 'Inter', sans-serif; font-size: 11px; font-weight: 600; color: #C8A84E; text-transform: uppercase; letter-spacing: 0.1em; margin-bottom: 8px; }\n.rtt-contact-item p, .rtt-contact-item a { font-family: 'Inter', sans-serif; font-size: 16px; color: #f5f5f7; font-weight: 300; }\n.rtt-contact-btn { display: inline-block; background: #C8A84E; color: #1d1d1f; padding: 16px 44px; border-radius: 32px; font-family: 'Inter', sans-serif; font-size: 13px; font-weight: 600; letter-spacing: 0.06em; text-transform: uppercase; transition: background 0.2s; }\n.rtt-contact-btn:hover { background: #D4B85E; text-decoration: none; }\n\n\/* Footer *\/\n.rtt-footer { background: #faf9f7; padding: 28px 0; border-top: 1px solid #e8e5e0; }\n.rtt-footer .rtt-container { display: flex; justify-content: space-between; align-items: center; flex-wrap: wrap; gap: 12px; }\n.rtt-footer p { font-size: 12px; color: #86868b; }\n.rtt-footer-links { display: flex; gap: 24px; }\n.rtt-footer-links a { font-size: 12px; color: #86868b; letter-spacing: 0.02em; }\n\n@media (max-width: 768px) {\n  .rtt-nav-links { display: none; }\n  .rtt-nav-hamburger { display: block; }\n  .rtt-nav-links.open { display: flex; flex-direction: column; position: absolute; top: 56px; left: 0; right: 0; background: rgba(255,255,255,0.98); backdrop-filter: blur(20px); padding: 20px 24px; gap: 16px; border-bottom: 1px solid rgba(0,0,0,0.08); }\n  .rtt-hero { padding: 72px 0 56px; }\n  .rtt-cat-scroll { gap: 20px; }\n  .rtt-cat-icon { width: 56px; height: 56px; }\n  .rtt-card { min-height: 300px; padding: 28px 24px; }\n  .rtt-card h3 { font-size: 22px; }\n  .rtt-usps h2, .rtt-testimonials h2, .rtt-contact h2 { font-size: 32px; }\n}\n<\/style>\n<div class=\"rtt-nav\"><div class=\"rtt-container\"><a href=\"#\" class=\"rtt-nav-logo\">RTT <span>Future<\/span><\/a><div class=\"rtt-nav-links\" id=\"rttNavLinks\"><a href=\"#trainingen\">Trainingen<\/a><a href=\"#waarom\">Over Ons<\/a><a href=\"#reviews\">Reviews<\/a><a href=\"#contact\" class=\"rtt-nav-cta\">Neem Contact Op<\/a><\/div><button class=\"rtt-nav-hamburger\" onclick=\"document.getElementById('rttNavLinks').classList.toggle('open')\" aria-label=\"Menu\"><span><\/span><\/button><\/div><\/div>\n\n<section class=\"rtt-hero\"><div class=\"rtt-container\"><h1>De toekomst van<br>leiderschap begint hier.<\/h1><p>Ontdek trainingen die je team transformeren. Praktijkgericht, resultaatgericht en op maat gemaakt voor jouw organisatie.<\/p><a href=\"#trainingen\" class=\"rtt-hero-cta\">Bekijk Trainingen<\/a><\/div><\/section>\n\n<section class=\"rtt-categories\"><div class=\"rtt-container\"><div class=\"rtt-cat-scroll\"><div class=\"rtt-cat-item\"><div class=\"rtt-cat-icon\" style=\"background:#1d1d1f;border-color:#C8A84E\"><img decoding=\"async\" src=\"https:\/\/staging.rttfuture.nl\/wp-content\/uploads\/2026\/04\/IMG_5692-1.jpeg\" alt=\"Leiderschap\" loading=\"lazy\" style=\"width:100%;height:100%;object-fit:cover;border-radius:50%\"><\/div><div class=\"rtt-cat-label\">Leiderschap<\/div><\/div><div class=\"rtt-cat-item\"><div class=\"rtt-cat-icon\"><img decoding=\"async\" src=\"https:\/\/images.unsplash.com\/photo-1464207687429-7505649dae38?w=200&#038;h=200&#038;fit=crop\" alt=\"Teambuilding\" loading=\"lazy\"><\/div><div class=\"rtt-cat-label\">Teambuilding<\/div><\/div><div class=\"rtt-cat-item\"><div class=\"rtt-cat-icon\"><img decoding=\"async\" src=\"https:\/\/images.unsplash.com\/photo-1501555088652-021faa106b9b?w=200&#038;h=200&#038;fit=crop\" alt=\"Communicatie\" loading=\"lazy\"><\/div><div class=\"rtt-cat-label\">Communicatie<\/div><\/div><div class=\"rtt-cat-item\"><div class=\"rtt-cat-icon\"><img decoding=\"async\" src=\"https:\/\/images.unsplash.com\/photo-1544027993-37dbfe43562a?w=200&#038;h=200&#038;fit=crop\" alt=\"Coaching\" loading=\"lazy\"><\/div><div class=\"rtt-cat-label\">Coaching<\/div><\/div><div class=\"rtt-cat-item\"><div class=\"rtt-cat-icon\"><img decoding=\"async\" src=\"https:\/\/images.unsplash.com\/photo-1522163182402-834f871fd851?w=200&#038;h=200&#038;fit=crop\" alt=\"Veerkracht\" loading=\"lazy\"><\/div><div class=\"rtt-cat-label\">Veerkracht<\/div><\/div><div class=\"rtt-cat-item\"><div class=\"rtt-cat-icon\"><img decoding=\"async\" src=\"https:\/\/images.unsplash.com\/photo-1528819622765-d6bcf132f793?w=200&#038;h=200&#038;fit=crop\" alt=\"Strategie\" loading=\"lazy\"><\/div><div class=\"rtt-cat-label\">Strategie<\/div><\/div><div class=\"rtt-cat-item\"><div class=\"rtt-cat-icon\"><img decoding=\"async\" src=\"https:\/\/images.unsplash.com\/photo-1464822759023-fed622ff2c3b?w=200&#038;h=200&#038;fit=crop\" alt=\"High Performance\" loading=\"lazy\"><\/div><div class=\"rtt-cat-label\">High Performance<\/div><\/div><\/div><\/div><\/section>\n\n<section id=\"trainingen\"><div class=\"rtt-container\"><div class=\"rtt-trainings-header rtt-fade-in\"><h2>Onze trainingen. <span>Kies wat bij jou past.<\/span><\/h2><\/div><div class=\"rtt-card-grid\">\n\n<div class=\"rtt-card dark rtt-fade-in\"><div><div class=\"rtt-card-badge\">Populair<\/div><h3>Leiderschap Essentials<\/h3><p class=\"rtt-card-desc\">De fundamenten van modern leiderschap. Inspireer, motiveer en stuur.<\/p><p class=\"rtt-card-price\">Vanaf \u20ac1.495 per persoon<\/p><\/div><div class=\"rtt-card-visual\"><svg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" width=\"80\" height=\"80\" viewBox=\"0 0 24 24\" fill=\"none\"><path d=\"M12 2l2.9 5.9 6.5.9-4.7 4.6 1.1 6.5L12 17l-5.8 3L7.3 13.5 2.6 8.8l6.5-.9L12 2z\" fill=\"#C8A84E\"\/><\/svg><\/div><\/div>\n\n<div class=\"rtt-card rtt-fade-in\"><div><div class=\"rtt-card-badge\">Nieuw<\/div><h3>Team Dynamiek<\/h3><p class=\"rtt-card-desc\">Versterk de samenwerking en communicatie binnen je team.<\/p><p class=\"rtt-card-price\">Vanaf \u20ac995 per persoon<\/p><\/div><div class=\"rtt-card-visual\"><svg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" width=\"80\" height=\"80\" viewBox=\"0 0 24 24\" fill=\"none\"><path d=\"M2 10l4-4h3l4 3 4-3h3l4 4\" stroke=\"#C8A84E\" stroke-width=\"2.5\" stroke-linecap=\"round\" stroke-linejoin=\"round\" fill=\"none\"\/><path d=\"M7 16l3 2 2-1 2 1 3-2\" stroke=\"#C8A84E\" stroke-width=\"2.5\" stroke-linecap=\"round\" stroke-linejoin=\"round\" fill=\"none\"\/><line x1=\"2\" y1=\"10\" x2=\"7\" y2=\"16\" stroke=\"#F0E4C4\" stroke-width=\"2.5\" stroke-linecap=\"round\"\/><line x1=\"22\" y1=\"10\" x2=\"17\" y2=\"16\" stroke=\"#F0E4C4\" stroke-width=\"2.5\" stroke-linecap=\"round\"\/><\/svg><\/div><\/div>\n\n<div class=\"rtt-card gold rtt-fade-in\"><div><div class=\"rtt-card-badge\">Nieuw<\/div><h3>Strategisch Denken<\/h3><p class=\"rtt-card-desc\">Leer complexe vraagstukken analyseren en toekomstbestendig te handelen.<\/p><p class=\"rtt-card-price\">Vanaf \u20ac1.795 per persoon<\/p><\/div><div class=\"rtt-card-visual\"><svg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" width=\"80\" height=\"80\" viewBox=\"0 0 24 24\" fill=\"none\"><path d=\"M12 2C9 2 7 4.2 7 6.5c0 .8.2 1.5.5 2.1C5.4 9.4 4 11.3 4 13.5 4 16.5 6.5 19 9.5 19H12V2z\" fill=\"#C8A84E\"\/><path d=\"M12 2c3 0 5 2.2 5 4.5 0 .8-.2 1.5-.5 2.1 2.1.8 3.5 2.7 3.5 4.9 0 3-2.5 5.5-5.5 5.5H12V2z\" fill=\"#F0E4C4\"\/><line x1=\"12\" y1=\"19\" x2=\"12\" y2=\"22\" stroke=\"#1d1d1f\" stroke-width=\"2\" stroke-linecap=\"round\"\/><line x1=\"8\" y1=\"22\" x2=\"16\" y2=\"22\" stroke=\"#1d1d1f\" stroke-width=\"2\" stroke-linecap=\"round\"\/><\/svg><\/div><\/div>\n\n<div class=\"rtt-card warm rtt-fade-in\"><div><h3>Persoonlijk Leiderschap<\/h3><p class=\"rtt-card-desc\">Ontdek je eigen leiderschapsstijl en vergroot je impact.<\/p><p class=\"rtt-card-price\">Vanaf \u20ac895 per persoon<\/p><\/div><div class=\"rtt-card-visual\"><svg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" width=\"80\" height=\"80\" viewBox=\"0 0 24 24\" fill=\"none\"><circle cx=\"12\" cy=\"8\" r=\"4.5\" fill=\"#C8A84E\"\/><path d=\"M4 21c0-4.42 3.58-8 8-8s8 3.58 8 8\" fill=\"#F0E4C4\"\/><\/svg><\/div><\/div>\n\n<div class=\"rtt-card green rtt-fade-in\"><div><h3>Veerkracht &amp; Stress<\/h3><p class=\"rtt-card-desc\">Bouw mentale veerkracht en leer omgaan met werkdruk.<\/p><p class=\"rtt-card-price\">Vanaf \u20ac750 per persoon<\/p><\/div><div class=\"rtt-card-visual\"><svg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" width=\"80\" height=\"80\" viewBox=\"0 0 24 24\" fill=\"none\"><path d=\"M12 21.35l-1.45-1.32C5.4 15.36 2 12.27 2 8.5 2 5.41 4.42 3 7.5 3c1.74 0 3.41.81 4.5 2.08C13.09 3.81 14.76 3 16.5 3 19.58 3 22 5.41 22 8.5c0 3.77-3.4 6.86-8.55 11.53L12 21.35z\" fill=\"#C8A84E\"\/><polyline points=\"4,13 8,13 9.5,10 12,16 14,11 16,13 20,13\" fill=\"none\" stroke=\"#fff\" stroke-width=\"1.5\" stroke-linecap=\"round\" stroke-linejoin=\"round\"\/><\/svg><\/div><\/div>\n\n<div class=\"rtt-card rtt-fade-in\"><div><div class=\"rtt-card-badge\" style=\"background:#1d1d1f\">Maatwerk<\/div><h3>Op Maat Programma<\/h3><p class=\"rtt-card-desc\">Een volledig gepersonaliseerd traject voor jouw organisatie.<\/p><p class=\"rtt-card-price\">Prijs op aanvraag<\/p><\/div><div class=\"rtt-card-visual\"><svg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" width=\"80\" height=\"80\" viewBox=\"0 0 24 24\" fill=\"none\"><path d=\"M9.671 4.136a2.34 2.34 0 0 1 4.659 0 2.34 2.34 0 0 0 3.319 1.915 2.34 2.34 0 0 1 2.33 4.033 2.34 2.34 0 0 0 0 3.831 2.34 2.34 0 0 1-2.33 4.033 2.34 2.34 0 0 0-3.319 1.915 2.34 2.34 0 0 1-4.659 0 2.34 2.34 0 0 0-3.32-1.915 2.34 2.34 0 0 1-2.33-4.033 2.34 2.34 0 0 0 0-3.831A2.34 2.34 0 0 1 6.35 6.051a2.34 2.34 0 0 0 3.319-1.915\" fill=\"#F0E4C4\"\/><circle cx=\"12\" cy=\"12\" r=\"3\" fill=\"#C8A84E\"\/><\/svg><\/div><\/div>\n\n<\/div><\/div><\/section>\n\n<section class=\"rtt-usps\" id=\"waarom\"><div class=\"rtt-container\"><h2 class=\"rtt-fade-in\">Waarom RTT Future?<\/h2><p class=\"rtt-fade-in\">Wij geloven dat goed leiderschap het verschil maakt. In elke organisatie, op elk niveau.<\/p><div class=\"rtt-usp-grid\"><div class=\"rtt-usp-item rtt-fade-in\"><div class=\"rtt-usp-icon\"><svg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" width=\"48\" height=\"48\" viewBox=\"0 0 24 24\" fill=\"none\"><path d=\"M12 3L1 9l11 6 9-4.91V17h2V9L12 3z\" fill=\"#C8A84E\"\/><path d=\"M5 13.18v4L12 21l7-3.82v-4L12 17l-7-3.82z\" fill=\"#F0E4C4\"\/><\/svg><\/div><h3>Gecertificeerde Trainers<\/h3><p>Onze trainers hebben jarenlange ervaring in het bedrijfsleven en zijn gecertificeerd op het hoogste niveau.<\/p><\/div><div class=\"rtt-usp-item rtt-fade-in\"><div class=\"rtt-usp-icon\"><svg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" width=\"48\" height=\"48\" viewBox=\"0 0 24 24\" fill=\"none\"><rect x=\"2\" y=\"6\" width=\"20\" height=\"14\" rx=\"2\" fill=\"#f5f5f7\" stroke=\"#e8e5e0\" stroke-width=\"1\"\/><polyline points=\"5,16 9,12 12,14 19,8\" stroke=\"#C8A84E\" stroke-width=\"2.5\" stroke-linecap=\"round\" stroke-linejoin=\"round\" fill=\"none\"\/><polygon points=\"16,7 20,7 20,11\" fill=\"#C8A84E\"\/><\/svg><\/div><h3>Bewezen Resultaat<\/h3><p>95% van onze deelnemers past geleerde vaardigheden direct toe op de werkvloer.<\/p><\/div><div class=\"rtt-usp-item rtt-fade-in\"><div class=\"rtt-usp-icon\"><svg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" width=\"48\" height=\"48\" viewBox=\"0 0 24 24\" fill=\"none\"><circle cx=\"12\" cy=\"12\" r=\"10\" fill=\"#F0E4C4\" \/><circle cx=\"12\" cy=\"12\" r=\"6.5\" fill=\"#fff\" \/><circle cx=\"12\" cy=\"12\" r=\"3.5\" fill=\"#C8A84E\" \/><\/svg><\/div><h3>Praktijkgericht<\/h3><p>Geen droge theorie maar direct toepasbare methoden, oefeningen en tools.<\/p><\/div><div class=\"rtt-usp-item rtt-fade-in\"><div class=\"rtt-usp-icon\"><svg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" width=\"48\" height=\"48\" viewBox=\"0 0 24 24\" fill=\"none\"><path d=\"M6 4h4v1.5a2 2 0 104 0V4h4a2 2 0 012 2v4h-1.5a2 2 0 100 4H20v4a2 2 0 01-2 2h-4v-1.5a2 2 0 10-4 0V20H6a2 2 0 01-2-2v-4h1.5a2 2 0 100-4H4V6a2 2 0 012-2z\" fill=\"#C8A84E\"\/><\/svg><\/div><h3>Op Maat Gemaakt<\/h3><p>Elke training wordt afgestemd op de specifieke uitdagingen van jouw organisatie.<\/p><\/div><\/div><\/div><\/section>\n\n<section class=\"rtt-testimonials\" id=\"reviews\"><div class=\"rtt-container\"><h2 class=\"rtt-fade-in\">Wat onze deelnemers zeggen.<\/h2><div class=\"rtt-testimonial-grid\"><div class=\"rtt-testimonial-card rtt-fade-in\"><div class=\"rtt-testimonial-stars\">\u2605\u2605\u2605\u2605\u2605<\/div><blockquote>&#8220;De training heeft mijn manier van leidinggeven compleet veranderd. Praktisch, direct toepasbaar en ontzettend inspirerend.&#8221;<\/blockquote><p class=\"rtt-testimonial-author\">Sandra van der Berg<\/p><p class=\"rtt-testimonial-role\">Operations Manager, TechCorp<\/p><\/div><div class=\"rtt-testimonial-card rtt-fade-in\"><div class=\"rtt-testimonial-stars\">\u2605\u2605\u2605\u2605\u2605<\/div><blockquote>&#8220;Ons hele managementteam heeft de Leiderschap Essentials gevolgd. De onderlinge samenwerking is sindsdien enorm verbeterd.&#8221;<\/blockquote><p class=\"rtt-testimonial-author\">Mark de Vries<\/p><p class=\"rtt-testimonial-role\">CEO, BuildRight BV<\/p><\/div><div class=\"rtt-testimonial-card rtt-fade-in\"><div class=\"rtt-testimonial-stars\">\u2605\u2605\u2605\u2605\u2605<\/div><blockquote>&#8220;Eindelijk een training die verder gaat dan slides en theorie. De interactieve aanpak maakte het verschil.&#8221;<\/blockquote><p class=\"rtt-testimonial-author\">Lisa Jansen<\/p><p class=\"rtt-testimonial-role\">HR Director, MedGroup<\/p><\/div><\/div><\/div><\/section>\n\n<section class=\"rtt-contact\" id=\"contact\"><div class=\"rtt-container\"><h2 class=\"rtt-fade-in\">Klaar om te groeien?<\/h2><p class=\"rtt-fade-in\">Neem contact op en ontdek welke training bij jouw organisatie past.<\/p><div class=\"rtt-contact-grid rtt-fade-in\"><div class=\"rtt-contact-item\"><h4>Telefoon<\/h4><p>+31 (0)6 12 34 56 78<\/p><\/div><div class=\"rtt-contact-item\"><h4>Email<\/h4><a href=\"mailto:info@rttfuture.nl\">info@rttfuture.nl<\/a><\/div><div class=\"rtt-contact-item\"><h4>Locatie<\/h4><p>Nederland<\/p><\/div><\/div><a href=\"mailto:info@rttfuture.nl\" class=\"rtt-contact-btn rtt-fade-in\">Stuur ons een bericht<\/a><\/div><\/section>\n\n<div class=\"rtt-footer\"><div class=\"rtt-container\"><p>\u00a9 2026 RTT Future. Alle rechten voorbehouden.<\/p><div class=\"rtt-footer-links\"><a href=\"#trainingen\">Trainingen<\/a><a href=\"#waarom\">Over Ons<\/a><a href=\"#contact\">Contact<\/a><a href=\"#\">Privacy<\/a><\/div><\/div><\/div>\n<script>\nvar observer=new IntersectionObserver(function(entries){entries.forEach(function(entry){if(entry.isIntersecting){entry.target.classList.add('visible')}})},{threshold:0.1,rootMargin:'0px 0px -40px 0px'});\ndocument.querySelectorAll('.rtt-fade-in').forEach(function(el){observer.observe(el)});\ndocument.querySelectorAll('#rttNavLinks a').forEach(function(a){a.addEventListener('click',function(){document.getElementById('rttNavLinks').classList.remove('open')})});\n<\/script>\n","protected":false},"excerpt":{"rendered":"<p>RTT Future TrainingenOver OnsReviewsNeem Contact Op De toekomst vanleiderschap begint hier. Ontdek trainingen die je team transformeren. Praktijkgericht, resultaatgericht en op maat gemaakt voor jouw organisatie. Bekijk Trainingen Leiderschap Teambuilding Communicatie Coaching Veerkracht Strategie High Performance Onze trainingen. Kies wat bij jou past. Populair Leiderschap Essentials De fundamenten van modern leiderschap. Inspireer, motiveer en stuur. [&hellip;]<\/p>\n","protected":false},"author":1,"featured_media":0,"parent":0,"menu_order":0,"comment_status":"closed","ping_status":"closed","template":"","meta":{"footnotes":""},"class_list":["post-6","page","type-page","status-publish","hentry"],"_links":{"self":[{"href":"https:\/\/staging.rttfuture.nl\/index.php?rest_route=\/wp\/v2\/pages\/6","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/staging.rttfuture.nl\/index.php?rest_route=\/wp\/v2\/pages"}],"about":[{"href":"https:\/\/staging.rttfuture.nl\/index.php?rest_route=\/wp\/v2\/types\/page"}],"author":[{"embeddable":true,"href":"https:\/\/staging.rttfuture.nl\/index.php?rest_route=\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/staging.rttfuture.nl\/index.php?rest_route=%2Fwp%2Fv2%2Fcomments&post=6"}],"version-history":[{"count":14,"href":"https:\/\/staging.rttfuture.nl\/index.php?rest_route=\/wp\/v2\/pages\/6\/revisions"}],"predecessor-version":[{"id":27,"href":"https:\/\/staging.rttfuture.nl\/index.php?rest_route=\/wp\/v2\/pages\/6\/revisions\/27"}],"wp:attachment":[{"href":"https:\/\/staging.rttfuture.nl\/index.php?rest_route=%2Fwp%2Fv2%2Fmedia&parent=6"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}