:root{--kh-primary: #304B7F;--kh-primary-dark: #1e3a5f;--kh-charcoal: #1a1a1a;--kh-slate: #475569;--kh-muted: #64748b;--kh-light: #f8fafc;--kh-border: #e2e8f0;--kh-sage: #8B9A7D;--kh-radius: 1rem;--kh-radius-lg: 1.5rem;--kh-shadow: 0 4px 20px rgba(15, 23, 42, .08);--kh-shadow-lg: 0 12px 40px rgba(15, 23, 42, .12)}.keuzehulp-landing *{box-sizing:border-box}.keuzehulp-landing h1,.keuzehulp-landing h2,.keuzehulp-landing h3,.keuzehulp-landing h4,.keuzehulp-landing p{margin:0}.kh-reveal{opacity:0;transform:translateY(20px);transition:opacity .6s ease-out,transform .6s ease-out}.kh-reveal.kh-visible{opacity:1;transform:translateY(0)}.kh-reveal-delay-1{transition-delay:.1s}.kh-reveal-delay-2{transition-delay:.2s}.kh-reveal-delay-3{transition-delay:.3s}.kh-reveal-delay-4{transition-delay:.4s}.kh-hero{padding:3.75rem 1rem 2rem;background:linear-gradient(180deg,#f8fafc,#f1f5f9);position:relative;overflow:hidden}.keuzehulp-landing{padding-top:0}.kh-hero:before{content:"";position:absolute;top:-50%;right:-25%;width:80%;height:150%;background:radial-gradient(ellipse at center,rgba(48,75,127,.06) 0%,transparent 60%);pointer-events:none}.kh-hero-container{max-width:1200px;margin:0 auto;display:grid;grid-template-columns:1fr;gap:2rem;align-items:center;position:relative;z-index:1}@media(min-width:900px){.kh-hero-container{grid-template-columns:1fr 1fr;gap:2.5rem}.kh-hero{padding:4.5rem 1.25rem 2.5rem}}@media(min-width:1200px){.kh-hero{padding-top:5rem}}.kh-hero-eyebrow{display:inline-block;padding:.25rem .5rem;background:linear-gradient(135deg,#304b7f1f,#304b7f0f);border-radius:999px;color:var(--kh-primary);font-weight:600;font-size:.75rem;letter-spacing:.12em;text-transform:uppercase;margin-bottom:.75rem}.kh-hero-title{font-family:"Instrument Serif",serif;font-size:clamp(2rem,4vw + 1rem,3rem);font-weight:400;line-height:1.15;color:var(--kh-charcoal);margin-bottom:.75rem;letter-spacing:-.02em}.kh-hero-subtitle{font-size:1.1rem;line-height:1.7;color:var(--kh-slate);margin-bottom:1.25rem;max-width:20rem}.kh-hero-actions{display:flex;flex-wrap:wrap;gap:.5rem;margin-bottom:1.25rem}.kh-btn-primary{display:inline-flex;align-items:center;gap:.25rem;padding:.5rem 1rem;background:linear-gradient(135deg,var(--kh-primary) 0%,var(--kh-primary-dark) 100%);color:#fff;font-weight:600;font-size:.95rem;border-radius:999px;text-decoration:none;transition:all .25s ease;box-shadow:0 4px 16px #304b7f40}.kh-btn-primary:hover{transform:translateY(-2px);box-shadow:0 8px 24px #304b7f59}.kh-btn-secondary{display:inline-flex;align-items:center;gap:.25rem;padding:.5rem 1rem;background:transparent;color:var(--kh-charcoal);font-weight:600;font-size:.95rem;border:1.5px solid var(--kh-border);border-radius:999px;text-decoration:none;transition:all .25s ease}.kh-btn-secondary:hover{border-color:var(--kh-primary);color:var(--kh-primary)}.kh-hero-badges{display:flex;flex-wrap:wrap;gap:.5rem}.kh-hero-badge{display:flex;align-items:center;gap:.25rem;font-size:.85rem;color:var(--kh-slate)}.kh-hero-badge svg{width:18px;height:18px;color:var(--kh-primary)}.kh-hero-visual{display:none;position:relative;z-index:1}@media(min-width:900px){.kh-hero-visual{display:block}}.kh-hero-illustration{background:#fff;border-radius:var(--kh-radius-lg);padding:1.25rem;box-shadow:var(--kh-shadow-lg);border:1px solid var(--kh-border)}.kh-question-preview{display:flex;flex-direction:column;gap:.5rem}.kh-preview-step{display:flex;align-items:center;gap:.5rem;padding:.5rem .75rem;background:var(--kh-light);border-radius:var(--kh-radius);border:1px solid var(--kh-border);font-weight:500;color:var(--kh-charcoal)}.kh-preview-badge{width:1rem;height:1rem;background:linear-gradient(135deg,var(--kh-primary) 0%,var(--kh-primary-dark) 100%);color:#fff;border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:.8rem;font-weight:700}.kh-preview-result{display:flex;align-items:center;gap:.5rem;padding:.75rem;background:linear-gradient(135deg,var(--kh-primary) 0%,var(--kh-primary-dark) 100%);border-radius:var(--kh-radius);color:#fff;font-weight:600;margin-top:.25rem}.kh-trust-bar{background:#fff;border-top:1px solid var(--kh-border);border-bottom:1px solid var(--kh-border);padding:.5rem 0;overflow:hidden;position:relative}.kh-trust-bar:before,.kh-trust-bar:after{content:"";position:absolute;top:0;bottom:0;width:40px;z-index:2;pointer-events:none}.kh-trust-bar:before{left:0;background:linear-gradient(to right,#fff 0%,transparent 100%)}.kh-trust-bar:after{right:0;background:linear-gradient(to left,#fff 0%,transparent 100%)}.kh-trust-container{display:flex;gap:2rem;animation:kh-marquee 20s linear infinite;width:max-content}@keyframes kh-marquee{0%{transform:translate(0)}to{transform:translate(-50%)}}.kh-trust-bar:hover .kh-trust-container{animation-play-state:paused}@media(min-width:768px){.kh-trust-bar{padding:.5rem 1rem;overflow:visible}.kh-trust-bar:before,.kh-trust-bar:after{display:none}.kh-trust-container{max-width:1000px;margin:0 auto;width:auto;animation:none;justify-content:center;flex-wrap:wrap;gap:1rem 1.5rem}.kh-trust-item:nth-child(n+7){display:none}}.kh-trust-item{display:flex;align-items:center;gap:.25rem;font-size:.85rem;color:var(--kh-slate);font-weight:500;white-space:nowrap;flex-shrink:0}.kh-trust-item svg{color:var(--kh-primary);flex-shrink:0}.kh-why{padding:2.5rem 1rem;background:#fff}@media(min-width:900px){.kh-why{padding:3rem 1.25rem}}.kh-why-container{max-width:1100px;margin:0 auto}.kh-section-header{text-align:center;margin-bottom:2rem}.kh-section-eyebrow{display:inline-block;padding:.25rem .5rem;background:linear-gradient(135deg,#304b7f1a,#304b7f0d);border-radius:999px;color:var(--kh-primary);font-weight:600;font-size:.7rem;letter-spacing:.12em;text-transform:uppercase;margin-bottom:.5rem}.kh-section-title{font-family:"Instrument Serif",serif;font-size:clamp(1.75rem,3vw + .5rem,2.25rem);font-weight:400;color:var(--kh-charcoal);line-height:1.2}.kh-section-title em{font-style:normal;color:var(--kh-primary)}.kh-section-subtitle{font-size:1rem;color:var(--kh-slate);margin-top:.5rem;max-width:20rem;margin-left:auto;margin-right:auto}.kh-why-grid{display:grid;grid-template-columns:1fr;gap:1rem}@media(min-width:700px){.kh-why-grid{grid-template-columns:repeat(3,1fr);gap:1.25rem}}.kh-why-card{text-align:center;padding:1.25rem 1rem;background:var(--kh-light);border-radius:var(--kh-radius-lg);border:1px solid var(--kh-border)}.kh-why-icon{width:56px;height:56px;background:linear-gradient(135deg,var(--kh-primary) 0%,var(--kh-primary-dark) 100%);border-radius:50%;display:flex;align-items:center;justify-content:center;margin:0 auto .75rem}.kh-why-icon svg{color:#fff}.kh-why-card h3{font-size:1.1rem;font-weight:600;color:var(--kh-charcoal);margin-bottom:.5rem}.kh-why-card p{font-size:.95rem;color:var(--kh-slate);line-height:1.6}.kh-quiz{padding:2.5rem 1rem 3rem;background:linear-gradient(180deg,var(--kh-light) 0%,#f1f5f9 100%)}@media(min-width:900px){.kh-quiz{padding:3rem 1.25rem 3.75rem}}.kh-quiz-container{max-width:1100px;margin:0 auto}.kh-quiz-grid{display:grid;grid-template-columns:1fr;gap:1rem;margin-bottom:2rem}@media(min-width:700px){.kh-quiz-grid{grid-template-columns:repeat(3,1fr);gap:1rem}}.kh-quiz-card{background:#fff;border-radius:var(--kh-radius-lg);padding:1rem;border:1px solid var(--kh-border);box-shadow:var(--kh-shadow);transition:transform .3s ease,box-shadow .3s ease}.kh-quiz-card:hover{transform:translateY(-3px);box-shadow:var(--kh-shadow-lg)}.kh-quiz-card-head{display:flex;align-items:center;gap:.5rem;margin-bottom:.75rem}.kh-step-badge{width:1.25rem;height:1.25rem;background:linear-gradient(135deg,var(--kh-primary) 0%,var(--kh-primary-dark) 100%);color:#fff;border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:.9rem;font-weight:700;flex-shrink:0}.kh-quiz-card-title{font-size:1.1rem;font-weight:600;color:var(--kh-charcoal)}.kh-quiz-list{list-style:none;padding:0;margin:0;display:flex;flex-direction:column;gap:.5rem}.kh-quiz-list li{margin:0}.kh-quiz-option{width:100%;padding:.5rem;background:var(--kh-light);border:1.5px solid var(--kh-border);border-radius:999px;font-size:.95rem;font-weight:500;color:var(--kh-charcoal);cursor:pointer;text-align:left;transition:all .2s ease}.kh-quiz-option:hover{border-color:var(--kh-primary);background:#fff;box-shadow:0 4px 12px #304b7f1a}.kh-quiz-option.is-selected{background:linear-gradient(135deg,var(--kh-primary) 0%,var(--kh-primary-dark) 100%);border-color:var(--kh-primary);color:#fff;box-shadow:0 4px 16px #304b7f4d}.kh-result{background:#fff;border-radius:var(--kh-radius-lg);padding:1.5rem 1.25rem;border:1px solid var(--kh-border);box-shadow:var(--kh-shadow);max-width:30rem;margin:0 auto;text-align:center;opacity:.7;transition:all .4s ease}.kh-result--active{opacity:1;border-color:var(--kh-primary);box-shadow:0 8px 32px #304b7f26}.kh-result-header{margin-bottom:.5rem}.kh-result-title{font-family:"Instrument Serif",serif;font-size:1.5rem;font-weight:400;color:var(--kh-charcoal);margin-bottom:.5rem}.kh-result-choices{display:inline-block;padding:.25rem .5rem;background:linear-gradient(135deg,#304b7f1a,#304b7f0d);border-radius:999px;font-size:.85rem;color:var(--kh-primary);font-weight:500}.kh-result-text{font-size:1rem;color:var(--kh-slate);margin-bottom:1rem;line-height:1.6}.kh-result-btn{display:inline-flex;align-items:center;gap:.25rem;padding:.5rem 1.25rem;background:linear-gradient(135deg,var(--kh-primary) 0%,var(--kh-primary-dark) 100%);color:#fff;font-weight:600;font-size:1rem;border-radius:999px;text-decoration:none;transition:all .25s ease;box-shadow:0 4px 16px #304b7f40;margin-bottom:1.25rem}.kh-result-btn:hover{transform:translateY(-2px);box-shadow:0 8px 24px #304b7f59}.kh-result-models{display:flex;flex-direction:column;gap:.5rem;margin-bottom:1rem}@media(min-width:600px){.kh-result-models{flex-direction:row;flex-wrap:wrap;justify-content:center}}.kh-model-item{flex:1;min-width:240px;max-width:320px;background:var(--kh-light);border:1.5px solid var(--kh-border);border-radius:var(--kh-radius);padding:.5rem;text-align:left;transition:all .25s ease}.kh-model-item.is-active{background:#fff;border-color:var(--kh-primary);box-shadow:0 4px 16px #304b7f1f}.kh-model-label{display:flex;align-items:flex-start;gap:.5rem;cursor:pointer;margin-bottom:.5rem}.kh-model-label input[type=checkbox]{margin-top:.25rem;accent-color:var(--kh-primary);width:16px;height:16px}.kh-model-thumb{width:60px;height:45px;border-radius:.5rem;overflow:hidden;background:#fff;flex-shrink:0}.kh-model-thumb img{width:100%;height:100%;object-fit:cover}.kh-model-main{flex:1}.kh-model-name{display:block;font-weight:600;font-size:.95rem;color:var(--kh-charcoal);margin-bottom:.25rem}.kh-model-badge{display:inline-block;padding:0rem .5rem;background:linear-gradient(135deg,var(--kh-primary) 0%,var(--kh-primary-dark) 100%);color:#fff;font-size:.65rem;font-weight:700;text-transform:uppercase;letter-spacing:.05em;border-radius:999px;margin-bottom:.25rem}.kh-model-badge--alt{background:linear-gradient(135deg,#64748b,#475569)}.kh-model-reason{display:block;font-size:.8rem;color:var(--kh-muted);line-height:1.4}.kh-model-link{display:block;padding:.5rem;background:linear-gradient(135deg,var(--kh-primary) 0%,var(--kh-primary-dark) 100%);color:#fff;font-size:.85rem;font-weight:600;text-align:center;text-decoration:none;border-radius:999px;transition:all .2s ease}.kh-model-link:hover{box-shadow:0 4px 12px #304b7f40}.kh-compare-section{padding-top:1rem;border-top:1px solid var(--kh-border);margin-top:.5rem}.kh-compare-section[hidden]{display:none}.kh-compare-label{font-size:.85rem;color:var(--kh-muted);margin-bottom:.5rem}.kh-compare-btn{display:inline-flex;align-items:center;gap:.25rem;padding:.5rem 1rem;background:#e2e8f0;color:#94a3b8;font-weight:600;font-size:.9rem;border-radius:999px;text-decoration:none;cursor:not-allowed;transition:all .2s ease}.kh-compare-btn.is-active{background:linear-gradient(135deg,var(--kh-primary) 0%,var(--kh-primary-dark) 100%);color:#fff;cursor:pointer;box-shadow:0 4px 12px #304b7f33}.kh-compare-btn.is-active:hover{transform:translateY(-1px);box-shadow:0 6px 16px #304b7f4d}.kh-comparison{margin-top:1.25rem;background:#fff;border-radius:var(--kh-radius);box-shadow:0 8px 32px #0000001f;overflow:hidden;animation:khCompReveal .4s ease-out}@keyframes khCompReveal{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}.kh-comparison-header{display:flex;align-items:center;justify-content:space-between;padding:.75rem 1rem;background:linear-gradient(135deg,var(--kh-primary) 0%,#1e3a5f 100%);color:#fff}.kh-comparison-title{font-size:1.125rem;font-weight:600;margin:0}.kh-comparison-close{width:36px;height:36px;border:none;background:#ffffff26;border-radius:50%;color:#fff;cursor:pointer;display:flex;align-items:center;justify-content:center;transition:background .2s ease}.kh-comparison-close:hover{background:#ffffff40}.kh-comparison-content{padding:1rem}.kh-comp-wrap{overflow-x:auto;-webkit-overflow-scrolling:touch}.kh-comp-table{width:100%;border-collapse:collapse;min-width:500px}.kh-comp-header{background:var(--kh-light);padding:.75rem .5rem;text-align:center;vertical-align:top;border-bottom:2px solid var(--kh-border)}.kh-comp-img{width:100px;height:70px;object-fit:contain;margin-bottom:.5rem;border-radius:8px}.kh-comp-name{display:block;font-size:1rem;font-weight:600;color:var(--kh-dark);margin-bottom:.25rem}.kh-comp-badge{display:inline-block;font-size:.6875rem;font-weight:600;text-transform:uppercase;letter-spacing:.05em;background:var(--kh-primary);color:#fff;padding:0rem .25rem;border-radius:999px;margin-bottom:.25rem}.kh-comp-badge--alt{background:#6b7280}.kh-comp-price{display:block;font-size:1.25rem;font-weight:700;color:var(--kh-primary)}.kh-comp-label{padding:.5rem;font-size:.875rem;font-weight:600;color:var(--kh-muted);background:var(--kh-light);text-align:left;white-space:nowrap}.kh-comp-cell{padding:.5rem;font-size:.9375rem;color:var(--kh-dark);text-align:center;border-bottom:1px solid var(--kh-border)}.kh-comp-stars{color:#d4a853;letter-spacing:2px}.kh-comp-check{display:inline-flex;align-items:center;justify-content:center;width:24px;height:24px;background:#dcfce7;color:#22c55e;border-radius:50%;font-weight:700}.kh-comp-cross{display:inline-flex;align-items:center;justify-content:center;width:24px;height:24px;background:#fee2e2;color:#ef4444;border-radius:50%;font-weight:700}.kh-comp-cta-row .kh-comp-cell{padding:.75rem .5rem;border-bottom:none}.kh-comp-cta{display:inline-block;padding:.5rem .75rem;background:var(--kh-cta-gradient);color:#fff;text-decoration:none;border-radius:999px;font-size:.875rem;font-weight:600;transition:transform .2s ease,box-shadow .2s ease}.kh-comp-cta:hover{transform:translateY(-2px);box-shadow:0 4px 12px #304b7f4d}@media(max-width:640px){.kh-comparison-content{padding:1rem}.kh-comp-header{padding:1rem .75rem}.kh-comp-img{width:80px;height:55px}.kh-comp-name{font-size:.875rem}.kh-comp-price{font-size:1rem}.kh-comp-label,.kh-comp-cell{padding:.75rem .5rem;font-size:.8125rem}}.kh-products{padding:2.5rem 1rem;background:#fff}@media(min-width:900px){.kh-products{padding:3rem 1.25rem}}.kh-products-container{max-width:1100px;margin:0 auto}.kh-products-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:.5rem}@media(min-width:700px){.kh-products-grid{grid-template-columns:repeat(3,1fr);gap:1rem}}@media(min-width:1000px){.kh-products-grid{grid-template-columns:repeat(5,1fr)}}.kh-product-card{background:var(--kh-light);border:1px solid var(--kh-border);border-radius:var(--kh-radius);padding:1rem .75rem;position:relative}.kh-product-badge{position:absolute;top:-.25rem;right:.5rem;padding:.25rem .5rem;background:var(--kh-sage);color:#fff;font-size:.65rem;font-weight:700;text-transform:uppercase;letter-spacing:.05em;border-radius:999px}.kh-badge-premium{background:var(--kh-primary)}.kh-badge-outdoor{background:#059669}.kh-product-card h4{font-size:1rem;font-weight:600;color:var(--kh-charcoal);margin-bottom:.25rem}.kh-product-card p{font-size:.85rem;color:var(--kh-slate);line-height:1.5;margin-bottom:.5rem}.kh-product-price{font-size:.9rem;font-weight:700;color:var(--kh-primary)}.kh-products-cta{text-align:center;margin-top:1.25rem}.kh-faq{padding:2.5rem 1rem;background:var(--kh-light)}@media(min-width:900px){.kh-faq{padding:3rem 1.25rem}}.kh-faq-container{max-width:800px;margin:0 auto}.kh-faq-list{display:flex;flex-direction:column;gap:.5rem}.kh-faq-item{background:#fff;border:1px solid var(--kh-border);border-radius:var(--kh-radius);overflow:hidden}.kh-faq-question{width:100%;display:flex;justify-content:space-between;align-items:center;padding:.75rem 1rem;background:none;border:none;font-size:1rem;font-weight:600;color:var(--kh-charcoal);text-align:left;cursor:pointer;transition:background .2s ease}.kh-faq-question:hover{background:var(--kh-light)}.kh-faq-icon{flex-shrink:0;width:24px;height:24px;display:flex;align-items:center;justify-content:center;background:var(--kh-light);border-radius:50%;transition:transform .3s ease}.kh-active .kh-faq-icon{transform:rotate(45deg)}.kh-faq-answer{max-height:0;overflow:hidden;transition:max-height .3s ease}.kh-active .kh-faq-answer{max-height:500px}.kh-faq-answer-content{padding:0 1rem 1rem;font-size:.95rem;color:var(--kh-slate);line-height:1.7}.kh-final-cta{padding:3rem 1rem;background:linear-gradient(180deg,#0f172a,#1e293b);text-align:center}.kh-cta-container{max-width:600px;margin:0 auto;display:flex;flex-direction:column;align-items:center}.kh-cta-badge{display:inline-flex;align-items:center;gap:.25rem;padding:.25rem .5rem;background:#ffffff1a;border-radius:999px;color:#fbbf24;font-size:.8rem;font-weight:600;margin-bottom:.75rem}.kh-cta-title{font-family:"Instrument Serif",serif;font-size:2.25rem;font-weight:400;color:#fff;margin-bottom:.5rem;text-align:center}.kh-cta-subtitle{font-size:1rem;color:#94a3b8;line-height:1.7;margin-bottom:1.25rem;text-align:center;max-width:480px}.kh-cta-buttons{display:flex;flex-direction:row;justify-content:center;align-items:center;gap:.5rem;margin-bottom:1.5rem}.kh-btn-cta-primary{display:inline-flex;align-items:center;gap:.25rem;padding:.5rem 1rem;background:#fff;color:var(--kh-charcoal);font-weight:600;font-size:.95rem;border-radius:999px;text-decoration:none;transition:all .25s ease}.kh-btn-cta-primary:hover{transform:translateY(-2px);box-shadow:0 8px 24px #0000004d}.kh-btn-cta-secondary{display:inline-flex;align-items:center;padding:.5rem 1rem;background:transparent;color:#fff;font-weight:600;font-size:.95rem;border:1.5px solid rgba(255,255,255,.3);border-radius:999px;text-decoration:none;transition:all .25s ease}.kh-btn-cta-secondary:hover{border-color:#fff;background:#ffffff1a}.kh-guarantee-badges{display:flex;flex-wrap:wrap;justify-content:center;gap:.75rem 1.25rem}.kh-guarantee-item{display:flex;align-items:center;gap:.25rem;color:#94a3b8;font-size:.85rem}.kh-guarantee-item svg{color:#fff;width:18px;height:18px}@media(min-width:900px){.kh-final-cta{padding:3rem 1.25rem}.kh-cta-title{font-size:2.5rem}.kh-cta-subtitle{font-size:1.05rem}.kh-cta-buttons{gap:.75rem}.kh-guarantee-badges{gap:1rem 1.5rem}.kh-guarantee-item{font-size:.9rem}}@media(max-width:640px){.kh-hero{padding:4.5rem .75rem 1.5rem}.kh-hero-title{font-size:1.75rem}.kh-hero-subtitle{font-size:1rem}.kh-hero-actions{flex-direction:column}.kh-btn-primary,.kh-btn-secondary{width:100%;justify-content:center}.kh-quiz-card,.kh-result{padding:1rem}.kh-result-btn{width:100%;justify-content:center}.kh-products-grid{grid-template-columns:1fr}.kh-cta-buttons{flex-direction:column;width:100%;max-width:280px}.kh-btn-cta-primary,.kh-btn-cta-secondary{width:100%;justify-content:center}}@media(max-width:380px){.kh-hero{padding-top:4rem}.kh-hero-title{font-size:1.5rem}.kh-cta-title{font-size:1.35rem}}
/*# sourceMappingURL=/cdn/shop/t/16/assets/keuzehulp-landing.css.map */
