:root{--bk:#f5f1ea;--bk2:#fdfbf7;--bk3:#ede7db;--bk-card:#fff;--bk-card-hover:#f9f6f0;--gl:#c49a4a;--gld:#9a7b3a;--gl-light:#d4b07a;--gl-muted:#c49a4a1f;--gl-glow:#c49a4a14;--cta:#c49a4a;--cta-hover:#8a6b2e;--red:#c9453b;--red-light:#e05a50;--red-bg:#c9453b14;--red-border:#c9453b40;--red-glow:#c9453b0d;--yellow:#d4a73a;--yellow-bg:#d4a73a14;--yellow-border:#d4a73a40;--green:#4a8b5c;--green-bg:#4a8b5c14;--green-border:#4a8b5c40;--blue:#6f8faf;--blue-bg:#6f8faf14;--blue-border:#6f8faf40;--cream:#f5f1ea;--cream2:#e8e2d9;--warm-white:#fdfbf7;--txt-light:#f2f3f5;--txt-muted:#8a7d6b;--txt-muted-dark:#6a6259;--txt-dark:#2a1b14;--border-dark:#00000012;--border-light:#c49a4a33}.landing-root{color:var(--txt-dark);background:var(--bk2);-webkit-font-smoothing:antialiased;font-family:DM Sans,sans-serif;font-size:16px;line-height:1.6}.landing-root .kicker{letter-spacing:5px;text-transform:uppercase;color:var(--gl);margin-bottom:16px;font-size:10px;font-weight:600}.landing-root .kicker.light{color:var(--gld)}.landing-root .kicker.red{color:var(--red)}.lp-container{max-width:1100px;margin:0 auto;padding:0 24px}.lp-nav{z-index:100;-webkit-backdrop-filter:blur(24px);backdrop-filter:blur(24px);border-bottom:1px solid var(--border-dark);background:#fdfbf7f5;transition:all .3s;position:fixed;top:0;left:0;right:0}.lp-nav-inner{justify-content:space-between;align-items:center;max-width:1100px;margin:0 auto;padding:14px 24px;display:flex}.lp-nav-logo{color:var(--gl);letter-spacing:1px;font-family:Playfair Display,serif;font-size:22px;font-weight:900}.lp-nav-links{align-items:center;gap:20px;display:flex}.lp-nav-link{color:var(--txt-muted);letter-spacing:1px;text-transform:uppercase;font-size:11px;font-weight:500;text-decoration:none;transition:color .2s}.lp-nav-link:hover{color:var(--txt-dark)}.lp-nav-btn{letter-spacing:1px;text-transform:uppercase;cursor:pointer;border:none;border-radius:6px;padding:9px 20px;font-family:inherit;font-size:11px;font-weight:700;text-decoration:none;transition:all .2s}.lp-nav-btn.gold{background:var(--cta);color:#2a1b14}.lp-nav-btn.gold:hover{background:var(--cta-hover);color:#fff;transform:translateY(-1px)}.lp-nav-btn.red-outline{border:1px solid var(--red-border);color:var(--red);background:0 0}.lp-nav-btn.red-outline:hover{background:var(--red-bg)}.landing-root .btn-primary{background:var(--cta);color:#2a1b14;letter-spacing:.5px;cursor:pointer;border:none;border-radius:6px;padding:16px 36px;font-family:inherit;font-size:14px;font-weight:700;text-decoration:none;transition:all .25s;display:inline-block;box-shadow:0 4px 24px #c49a4a33}.landing-root .btn-primary:hover{background:var(--cta-hover);color:#fff;transform:translateY(-2px);box-shadow:0 8px 32px #c49a4a40}.landing-root .btn-secondary{border:1px solid var(--border-light);color:var(--gl);background:0 0;border-radius:6px;padding:16px 36px;font-size:14px;font-weight:500;text-decoration:none;transition:all .25s;display:inline-block}.landing-root .btn-secondary:hover{border-color:var(--gl);color:var(--gld)}.landing-root .btn-red{background:var(--red);color:#fff;box-shadow:0 4px 24px var(--red-glow);cursor:pointer;border:none;border-radius:6px;padding:16px 36px;font-family:inherit;font-size:14px;font-weight:700;text-decoration:none;transition:all .25s;display:inline-block}.landing-root .btn-red:hover{background:var(--red-light);transform:translateY(-2px);box-shadow:0 8px 32px #c9453b33}.landing-root .hero-textlink{color:var(--gl);letter-spacing:.3px;align-self:center;font-size:14px;font-weight:600;text-decoration:none;transition:color .2s}.landing-root .hero-textlink:hover{color:var(--gl-light);text-decoration:underline}.landing-root .hero-wa-link{color:#f0ebe08c;align-items:center;gap:6px;font-size:12px;font-weight:500;text-decoration:none;transition:color .2s;display:inline-flex}.landing-root .hero-wa-link:hover{color:#25d366}.landing-root .cta-wa-secondary{color:#25d366;background:0 0;border:1px solid #25d36673;border-radius:8px;align-items:center;gap:8px;padding:10px 22px;font-size:13px;font-weight:600;text-decoration:none;transition:all .2s;display:inline-flex}.landing-root .cta-wa-secondary:hover{background:#25d3661a;border-color:#25d366}.landing-root .hero{align-items:center;min-height:100vh;display:flex;position:relative;overflow:hidden}.landing-root .hero-bg{z-index:0;position:absolute;inset:0}.landing-root .hero-bg img{object-fit:cover;object-position:center 20%;width:100%;height:100%}.landing-root .hero-bg:after{content:"";background:linear-gradient(90deg,#0f0e0c94 0%,#0f0e0c73 45%,#0f0e0c47 100%);position:absolute;inset:0}.landing-root .hero-content{z-index:2;width:100%;padding:140px 0 100px;position:relative}.landing-root .hero-grid{grid-template-columns:1fr 1fr;align-items:center;gap:60px;display:grid}.landing-root .hero h1{color:#f2f3f5;text-shadow:0 2px 18px #0000008c;margin-bottom:20px;font-family:Playfair Display,serif;font-size:clamp(36px,4.5vw,54px);font-weight:900;line-height:1.1}.landing-root .hero h1 em{color:var(--gl);font-style:normal}.landing-root .hero-sub{color:#f0ebe0d1;text-shadow:0 1px 10px #00000080;max-width:480px;margin-bottom:36px;font-size:16px;line-height:1.8}.landing-root .hero-sub strong{color:var(--gl);font-weight:600}.landing-root .hero-btns{flex-wrap:wrap;gap:14px;margin-bottom:32px;display:flex}.landing-root .hero-proof{align-items:center;gap:12px;display:flex}.landing-root .hero-stars{color:var(--gl);letter-spacing:2px;font-size:14px}.landing-root .hero-proof-text{color:#f0ebe080;font-size:13px;font-style:italic}.landing-root .hero-card{-webkit-backdrop-filter:blur(16px);backdrop-filter:blur(16px);background:#1e1c18e0;border:1px solid #c49a4a2e;border-radius:12px;padding:32px}.landing-root .hero-card-header{letter-spacing:4px;text-transform:uppercase;color:#c8beb480;border-bottom:1px solid #ffffff0f;margin-bottom:20px;padding-bottom:12px;font-size:9px}.landing-root .hero-card-title{color:#f2f3f5;margin-bottom:6px;font-family:Playfair Display,serif;font-size:28px;font-weight:900}.landing-root .hero-card-sub{color:var(--gl);margin-bottom:20px;font-family:Playfair Display,serif;font-size:14px;font-style:italic}.landing-root .hero-card-desc{color:#c8beb4a6;margin-bottom:24px;font-size:13px;line-height:1.7}.landing-root .hero-stats{border-top:1px solid #ffffff0f;grid-template-columns:repeat(4,1fr);gap:0;padding-top:16px;display:grid}.landing-root .hero-stat{text-align:center}.landing-root .hero-stat:not(:last-child){border-right:1px solid #ffffff0f}.landing-root .hero-stat-label{letter-spacing:2px;text-transform:uppercase;color:#c8beb466;margin-bottom:4px;font-size:8px}.landing-root .hero-stat-val{color:var(--gl);font-family:Playfair Display,serif;font-size:20px;font-weight:900}.landing-root .hero-fields{border-top:1px solid #ffffff0f;flex-direction:column;margin-top:4px;display:flex}.landing-root .hero-field{border-bottom:1px solid #ffffff0d;justify-content:space-between;align-items:baseline;gap:14px;padding:9px 0;display:flex}.landing-root .hero-field-label{letter-spacing:2px;text-transform:uppercase;color:#c8beb473;white-space:nowrap;font-size:8px}.landing-root .hero-field-val{color:var(--gl);text-align:right;font-family:Playfair Display,serif;font-size:14px;font-weight:700}.landing-root .hero-pijlers{flex-direction:column;gap:6px;margin-top:16px;display:flex}.landing-root .hero-pijler{letter-spacing:1px;text-transform:uppercase;color:#fff;border-radius:6px;align-items:center;gap:8px;padding:8px 12px;font-size:11px;font-weight:600;display:flex}.landing-root .hero-pijler.p1{background:var(--red)}.landing-root .hero-pijler.p2{background:var(--blue)}.landing-root .hero-pijler.p3{background:var(--gld)}.landing-root .lp-section{padding:100px 0;position:relative}.landing-root .lp-section:after{content:"";background:linear-gradient(90deg,#0000,#0000000f,#0000);height:1px;position:absolute;bottom:0;left:0;right:0}.landing-root .lp-section.dark{background:var(--bk)}.landing-root .lp-section.dark2{background:var(--bk2)}.landing-root .lp-section.dark3{background:var(--bk3)}.landing-root .lp-section.cream-section{background:var(--bk-card);color:var(--txt-dark)}.landing-root .lp-section.cream-section .kicker{color:var(--gld)}.landing-root .lp-section.cream-section h2{color:var(--txt-dark)}.landing-root .lp-section.cream-section p.lead{color:var(--txt-muted)}.landing-root .lp-section h2{color:var(--txt-dark);margin-bottom:14px;font-family:Playfair Display,serif;font-size:clamp(30px,3.5vw,42px);font-weight:900;line-height:1.15}.landing-root .lp-section h2 em{color:var(--gl);font-style:normal}.landing-root .lp-section p.lead{color:var(--txt-muted);max-width:560px;margin-bottom:48px;font-size:16px;line-height:1.8}.landing-root .kompas-intro{text-align:center;margin-bottom:48px}.landing-root .kompas-grid{grid-template-columns:repeat(2,1fr);gap:16px;margin-bottom:20px;display:grid}.landing-root .kompas-card{background:var(--bk-card);border:1.5px solid var(--border-dark);cursor:default;border-radius:10px;padding:28px;transition:all .3s;position:relative;overflow:hidden;box-shadow:0 1px 4px #0000000a}.landing-root .kompas-card:before{content:"";height:3px;position:absolute;top:0;left:0;right:0}.landing-root .kompas-card.red:before{background:var(--red)}.landing-root .kompas-card.yellow:before,.landing-root .kompas-card.green:before,.landing-root .kompas-card.blue:before{background:var(--gl)}.landing-root .kompas-card:hover{transform:translateY(-3px);box-shadow:0 8px 24px #00000014}.landing-root .kompas-card.red:hover{border-color:var(--red-border)}.landing-root .kompas-card.yellow:hover,.landing-root .kompas-card.green:hover,.landing-root .kompas-card.blue:hover{border-color:var(--border-light)}.landing-root .kompas-dot{color:#fff;border-radius:50%;justify-content:center;align-items:center;width:36px;height:36px;margin-bottom:14px;font-size:16px;font-weight:900;display:flex}.landing-root .kompas-dot.red{background:var(--red)}.landing-root .kompas-dot.yellow,.landing-root .kompas-dot.green,.landing-root .kompas-dot.blue{background:var(--gl)}.landing-root .kompas-type{letter-spacing:2px;text-transform:uppercase;margin-bottom:8px;font-size:12px;font-weight:700}.landing-root .kompas-type.red{color:var(--red)}.landing-root .kompas-type.yellow,.landing-root .kompas-type.green,.landing-root .kompas-type.blue{color:var(--gl)}.landing-root .kompas-card h3{color:var(--txt-dark);margin-bottom:10px;font-family:Playfair Display,serif;font-size:18px;font-weight:900;line-height:1.3}.landing-root .kompas-card p{color:var(--txt-muted);font-size:13px;line-height:1.7}.landing-root .kompas-footer{text-align:center;color:var(--txt-muted);max-width:560px;margin:0 auto;font-size:14px;font-style:italic;line-height:1.7}.landing-root .kompas-footer a{color:var(--gl);font-style:normal;font-weight:600;text-decoration:none}.landing-root .kompas-footer a:hover{color:var(--gld)}.landing-root .video-section{background:var(--bk);padding:100px 0;position:relative}.landing-root .video-section:after{content:"";background:linear-gradient(90deg,#0000,#0000000f,#0000);height:1px;position:absolute;bottom:0;left:0;right:0}.landing-root .video-wrap{grid-template-columns:1fr 1fr;align-items:center;gap:48px;display:grid}.landing-root .video-player{aspect-ratio:16/9;background:var(--bk-card);border:1px solid var(--border-dark);cursor:pointer;border-radius:12px;justify-content:center;align-items:center;display:flex;position:relative;overflow:hidden;box-shadow:0 4px 24px #0000000f}.landing-root .video-wrap-vertical{flex-direction:column;align-items:center;gap:28px;display:flex}.landing-root .video-player-vertical{aspect-ratio:9/16;width:100%;max-width:350px;margin:0 auto}.landing-root .video-dots{flex-wrap:wrap;gap:20px;margin-top:16px;display:flex}.landing-root .video-dot-item{align-items:center;gap:8px;display:flex}.landing-root .video-dot-item span.dot{border-radius:50%;flex-shrink:0;width:8px;height:8px}.landing-root .video-dot-item span.label{color:var(--txt-muted);font-size:13px}.landing-root .stappen{grid-template-columns:repeat(3,1fr);gap:16px;display:grid}.landing-root .stap{background:var(--bk-card);border:1px solid var(--border-dark);text-align:center;border-radius:10px;padding:32px 24px;transition:all .3s;position:relative;box-shadow:0 1px 4px #0000000a}.landing-root .stap:hover{border-color:var(--border-light);transform:translateY(-4px);box-shadow:0 12px 32px #00000014}.landing-root .stap-num{color:var(--gl);margin-bottom:14px;font-family:Playfair Display,serif;font-size:48px;font-weight:900;line-height:1}.landing-root .stap h3{color:var(--txt-dark);letter-spacing:.5px;margin-bottom:10px;font-size:16px;font-weight:600}.landing-root .stap p{color:var(--txt-muted);font-size:13px;line-height:1.7}.landing-root .stap-arrow{color:var(--gl);font-size:18px;display:none;position:absolute;top:50%;right:-12px;transform:translateY(-50%)}.landing-root .stap:not(:last-child) .stap-arrow{display:block}.landing-root .aanbod-grid{grid-template-columns:1fr 1fr;gap:14px;display:grid}.landing-root .aanbod-card{background:var(--bk-card);border:1px solid var(--border-dark);cursor:pointer;border-radius:10px;padding:28px;transition:all .3s;position:relative;box-shadow:0 1px 4px #0000000a}.landing-root .aanbod-card:hover{background:var(--bk-card-hover);transform:translateY(-2px);box-shadow:0 8px 24px #00000014}.landing-root .aanbod-card.c-yellow:hover,.landing-root .aanbod-card.c-green:hover,.landing-root .aanbod-card.c-blue:hover,.landing-root .aanbod-card.c-red:hover{border-color:var(--border-light)}.landing-root .aanbod-card h3{color:var(--txt-dark);margin-bottom:6px;font-size:16px;font-weight:600}.landing-root .aanbod-card p{color:var(--txt-muted);margin-bottom:14px;font-size:13px;line-height:1.7}.landing-root .aanbod-preview-link{letter-spacing:1px;text-transform:uppercase;align-items:center;gap:6px;font-size:12px;font-weight:600;text-decoration:none;transition:all .2s;display:inline-flex}.landing-root .aanbod-card:hover .aanbod-preview-link{gap:10px}.landing-root .aanbod-card.light-card{background:var(--bk-card);border:1.5px solid var(--cream2);border-left:4px solid var(--cream2);border-radius:10px}.landing-root .aanbod-card.light-card h3{color:var(--txt-dark)}.landing-root .aanbod-card.light-card p{color:var(--txt-muted)}.landing-root .aanbod-card.light-card:hover{background:#fdfbf7;transform:translate(4px);box-shadow:0 8px 24px #0000000f}.landing-root .aanbod-card.light-card.c-red,.landing-root .aanbod-card.light-card.c-green,.landing-root .aanbod-card.light-card.c-blue,.landing-root .aanbod-card.light-card.c-yellow{border-left-color:var(--gl)}.landing-root .modal-overlay{-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);z-index:200;background:#2a1b14b3;justify-content:center;align-items:center;padding:24px;display:none;position:fixed;inset:0}.landing-root .modal-overlay.active{display:flex}.landing-root .modal-box{background:var(--bk-card);border:1px solid var(--border-dark);border-radius:16px;width:100%;max-width:720px;max-height:85vh;position:relative;overflow-y:auto;box-shadow:0 24px 80px #00000026}.landing-root .modal-close{background:var(--border-dark);border:1px solid var(--cream2);width:36px;height:36px;color:var(--txt-muted);cursor:pointer;z-index:1;border-radius:50%;justify-content:center;align-items:center;font-size:18px;transition:all .2s;display:flex;position:absolute;top:16px;right:16px}.landing-root .modal-close:hover{background:var(--cream2);color:var(--txt-dark)}.landing-root .modal-header{padding:40px 40px 0}.landing-root .modal-kicker{letter-spacing:4px;text-transform:uppercase;margin-bottom:12px;font-size:9px;font-weight:600}.landing-root .modal-title{color:var(--txt-dark);margin-bottom:8px;font-family:Playfair Display,serif;font-size:28px;font-weight:900}.landing-root .modal-subtitle{color:var(--txt-muted);margin-bottom:24px;font-size:14px;line-height:1.7}.landing-root .modal-body{padding:0 40px 40px}.landing-root .modal-item{border-bottom:1px solid var(--border-dark);gap:14px;padding:16px 0;display:flex}.landing-root .modal-item:last-child{border-bottom:none}.landing-root .modal-item-num{flex-shrink:0;width:32px;font-family:Playfair Display,serif;font-size:20px;font-weight:900}.landing-root .modal-item-content h4{color:var(--txt-dark);margin-bottom:4px;font-size:14px;font-weight:600}.landing-root .modal-item-content p{color:var(--txt-muted);font-size:13px;line-height:1.65}.landing-root .modal-cta{text-align:center;padding:24px 40px 40px}.landing-root .coach-wrap{grid-template-columns:260px 1fr;align-items:start;gap:48px;display:grid}.landing-root .coach-img{border:1px solid var(--border-dark);border-radius:12px;flex-shrink:0;width:260px;height:340px;overflow:hidden;box-shadow:0 8px 32px #00000014}.landing-root .coach-img img{object-fit:cover;object-position:center top;width:100%;height:100%}.landing-root .coach-quote{color:var(--gl);margin-bottom:16px;font-family:Playfair Display,serif;font-size:22px;font-style:italic;font-weight:700;line-height:1.4}.landing-root .coach-name{color:var(--txt-dark);margin-bottom:12px;font-family:Playfair Display,serif;font-size:26px;font-weight:900}.landing-root .coach-bio{color:var(--txt-muted);margin-bottom:20px;font-size:14px;line-height:1.8}.landing-root .coach-creds{flex-wrap:wrap;gap:10px;display:flex}.landing-root .coach-cred{letter-spacing:1.5px;text-transform:uppercase;border-radius:4px;padding:7px 16px;font-size:10px;font-weight:600}.landing-root .test-grid{grid-template-columns:repeat(2,1fr);gap:14px;display:grid}.landing-root .test-card{background:var(--bk-card);border:1.5px solid var(--border-dark);border-radius:10px;padding:28px;transition:all .2s;position:relative;box-shadow:0 1px 4px #0000000a}.landing-root .test-card:hover{border-color:var(--border-light);transform:translateY(-2px);box-shadow:0 8px 24px #00000014}.landing-root .test-card:before{content:"“";color:var(--gl-muted);font-family:Playfair Display,serif;font-size:60px;line-height:1;position:absolute;top:14px;right:20px}.landing-root .test-accent{border-radius:2px;width:40px;height:3px;margin-bottom:16px}.landing-root .test-text{color:var(--txt-dark);margin-bottom:16px;font-size:15px;font-style:italic;line-height:1.75}.landing-root .test-author{align-items:center;gap:10px;display:flex}.landing-root .test-avatar{background:var(--gl-muted);width:36px;height:36px;color:var(--gl);border:1px solid var(--border-light);border-radius:50%;justify-content:center;align-items:center;font-size:12px;font-weight:700;display:flex}.landing-root .test-name{color:var(--txt-dark);font-size:13px;font-weight:600}.landing-root .test-role{color:var(--txt-muted);font-size:11px}.landing-root .video-test-grid{grid-template-columns:repeat(3,1fr);gap:16px;margin-top:32px;display:grid}.landing-root .video-test-card{flex-direction:column;gap:12px;display:flex}.landing-root .video-test-player{aspect-ratio:9/16;background:var(--bk-card);border:1px solid var(--border-dark);border-radius:12px;overflow:hidden;box-shadow:0 4px 24px #0000000f}.landing-root .video-test-meta{text-align:center}.landing-root .video-test-name{color:var(--txt-dark);font-size:13px;font-weight:600}.landing-root .video-test-role{color:var(--txt-muted);font-size:11px}@media (max-width:768px){.landing-root .video-test-grid{grid-template-columns:1fr;max-width:350px;margin-left:auto;margin-right:auto}}.landing-root .rt-section{background:var(--bk);padding:100px 0;position:relative}.landing-root .rt-section:after{content:"";background:linear-gradient(90deg,#0000,#c49a4a26,#0000);height:1px;position:absolute;bottom:0;left:0;right:0}.landing-root .rt-box{max-width:640px;margin:0 auto}.landing-root .rt-progress{gap:6px;margin-bottom:36px;display:flex}.landing-root .rt-progress-dot{background:var(--cream2);border-radius:2px;flex:1;height:4px;transition:background .3s}.landing-root .rt-progress-dot.active,.landing-root .rt-progress-dot.done{background:var(--green)}.landing-root .rt-q-num{letter-spacing:4px;text-transform:uppercase;color:var(--green);margin-bottom:12px;font-size:10px;font-weight:600}.landing-root .rt-q-text{color:var(--txt-dark);margin-bottom:28px;font-family:Playfair Display,serif;font-size:24px;font-weight:900;line-height:1.3}.landing-root .rt-options{flex-direction:column;gap:10px;display:flex}.landing-root .rt-option{background:var(--bk-card);border:2px solid var(--cream2);cursor:pointer;color:var(--txt-dark);border-radius:8px;align-items:center;gap:12px;padding:16px 20px;font-size:14px;transition:all .2s;display:flex}.landing-root .rt-option:hover{border-color:var(--green);transform:translate(4px)}.landing-root .rt-option.selected{border-color:var(--green);background:#4a8b5c0f}.landing-root .rt-option-dot{border:2px solid var(--cream2);border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:20px;height:20px;transition:all .2s;display:flex}.landing-root .rt-option.selected .rt-option-dot{border-color:var(--green);background:var(--green)}.landing-root .rt-option.selected .rt-option-dot:after{content:"";background:#fff;border-radius:50%;width:8px;height:8px}.landing-root .rt-nav{justify-content:flex-end;gap:12px;margin-top:24px;display:flex}.landing-root .rt-btn{cursor:pointer;border:none;border-radius:6px;padding:12px 28px;font-family:inherit;font-size:13px;font-weight:700;transition:all .2s}.landing-root .rt-btn-next{background:var(--green);color:#fff}.landing-root .rt-btn-next:hover{background:#5a9b6c}.landing-root .rt-btn-next:disabled{opacity:.4;cursor:not-allowed}.landing-root .rt-btn-back{border:1px solid var(--cream2);color:var(--txt-muted);background:0 0}.landing-root .rt-btn-back:hover{border-color:var(--green)}.landing-root .rt-result-icon{border-radius:50%;justify-content:center;align-items:center;width:64px;height:64px;margin:0 auto 20px;font-size:28px;display:flex}.landing-root .rt-result-icon.red{background:var(--red-bg);color:var(--red)}.landing-root .rt-result-icon.green{background:var(--green-bg);color:var(--green)}.landing-root .rt-result-icon.blue{background:var(--blue-bg);color:var(--blue)}.landing-root .rt-result-icon.yellow{background:var(--yellow-bg);color:var(--yellow)}.landing-root .rt-result-title{color:var(--txt-dark);margin-bottom:8px;font-family:Playfair Display,serif;font-size:28px;font-weight:900}.landing-root .rt-result-sub{color:var(--txt-muted);max-width:480px;margin-bottom:24px;margin-left:auto;margin-right:auto;font-size:15px;line-height:1.7}.landing-root .rt-result-tags{flex-wrap:wrap;justify-content:center;gap:8px;margin-bottom:28px;display:flex}.landing-root .rt-result-tag{letter-spacing:1px;text-transform:uppercase;border-radius:4px;padding:6px 14px;font-size:11px;font-weight:600}.landing-root .rt-result-tag.red{background:var(--red-bg);color:var(--red);border:1px solid var(--red-border)}.landing-root .rt-result-tag.green{background:var(--green-bg);color:var(--green);border:1px solid var(--green-border)}.landing-root .rt-result-tag.blue{background:var(--blue-bg);color:var(--blue);border:1px solid var(--blue-border)}.landing-root .rt-result-tag.yellow{background:var(--yellow-bg);color:var(--yellow);border:1px solid var(--yellow-border)}.landing-root .cta-section{text-align:center;background:linear-gradient(135deg,#1a1714 0%,#0f0e0c 100%);padding:100px 0;position:relative;overflow:hidden}.landing-root .cta-section:before{content:"";pointer-events:none;background:radial-gradient(circle,#c49a4a1a 0%,#0000 60%);width:700px;height:700px;position:absolute;top:-200px;left:50%;transform:translate(-50%)}.landing-root .cta-section h2{color:#fdfbf7;margin-bottom:6px;font-family:Playfair Display,serif;font-size:clamp(30px,4vw,48px);font-weight:900;position:relative}.landing-root .cta-section h2 em{color:var(--gl);font-style:italic}.landing-root .cta-section p{color:#f2f0ebbf;margin-bottom:32px;font-size:16px;position:relative}.landing-root .cta-small{color:#f2f0eb73;letter-spacing:1px;margin-top:16px;font-size:11px;position:relative}.landing-root .stats-bar{background:#c49a4a0f;border:1px solid #c49a4a2e;border-radius:10px;grid-template-columns:repeat(4,1fr);gap:0;margin-top:48px;display:grid;position:relative;overflow:hidden}.landing-root .stat-item{text-align:center;padding:24px 16px}.landing-root .stat-item:not(:last-child){border-right:1px solid #c49a4a26}.landing-root .stat-val{color:#fdfbf7;font-family:Playfair Display,serif;font-size:32px;font-weight:900;line-height:1}.landing-root .stat-label{letter-spacing:2px;text-transform:uppercase;color:#fdfbf78c;margin-top:6px;font-size:9px}.landing-root .mini-section{background:var(--bk2);padding:80px 0;position:relative}.landing-root .mini-section:after{content:"";background:linear-gradient(90deg,#0000,#0000000f,#0000);height:1px;position:absolute;bottom:0;left:0;right:0}.landing-root .mini-card{text-align:center;background:var(--bk-card);border:1px solid var(--border-dark);border-radius:12px;max-width:700px;margin:0 auto;padding:44px;box-shadow:0 4px 24px #0000000f}.landing-root .mini-price{color:var(--gl);font-family:Playfair Display,serif;font-size:36px;font-weight:900}.landing-root .mini-price span{color:var(--txt-muted);font-size:16px;font-weight:400}.landing-root .mini-upsell{color:var(--txt-muted);margin-top:14px;font-size:13px;font-style:italic}.landing-root .faq-list{max-width:700px}.landing-root .faq-item{border-bottom:1px solid var(--border-dark)}.landing-root .faq-item summary{list-style:none}.landing-root .faq-item summary::-webkit-details-marker{display:none}.landing-root .faq-q{color:var(--txt-dark);cursor:pointer;justify-content:space-between;align-items:center;padding:22px 0;font-size:15px;font-weight:600;transition:color .2s;display:flex}.landing-root .faq-q:hover{color:var(--gl)}.landing-root .faq-q:after{content:"+";color:var(--gl);flex-shrink:0;margin-left:12px;font-size:22px;font-weight:300}.landing-root .faq-item[open] .faq-q:after{content:"−"}.landing-root .faq-a{color:var(--txt-muted);padding:0 0 22px;font-size:14px;line-height:1.75}.landing-root .lp-footer{background:var(--bk3);border-top:1px solid var(--cream2);padding:40px 0}.landing-root .footer-inner{justify-content:space-between;align-items:center;display:flex}.landing-root .footer-logo{color:var(--gl);font-family:Playfair Display,serif;font-size:20px;font-weight:900}.landing-root .lp-footer p{color:var(--txt-muted);letter-spacing:1px;font-size:11px}@media (max-width:768px){.landing-root .hero-grid{grid-template-columns:1fr;gap:40px}.landing-root .hero-card{display:none}.landing-root .kompas-grid,.landing-root .stappen{grid-template-columns:1fr}.landing-root .stap-arrow{display:none!important}.landing-root .aanbod-grid{grid-template-columns:1fr}.landing-root .video-wrap{grid-template-columns:1fr;gap:32px}.landing-root .coach-wrap{text-align:center;grid-template-columns:1fr}.landing-root .coach-img{width:200px;height:260px;margin:0 auto}.landing-root .coach-creds{justify-content:center}.landing-root .test-grid{grid-template-columns:1fr}.lp-nav-links{display:none}.landing-root .footer-inner{text-align:center;flex-direction:column;gap:8px}.landing-root .lp-section{padding:70px 0}.landing-root .hero-content{padding:120px 0 60px}.landing-root .stats-bar{grid-template-columns:repeat(2,1fr)}.landing-root .stat-item:nth-child(2){border-right:none}.landing-root .stat-item:first-child,.landing-root .stat-item:nth-child(2){border-bottom:1px solid #ffffff1f}.landing-root .modal-header,.landing-root .modal-body,.landing-root .modal-cta{padding-left:24px;padding-right:24px}.landing-root .rt-q-text{font-size:20px}}
