:root{--bg:#f7f9fc;--surface:#fff;--text:#0f1f3d;--muted:#64748b;--line:#dfe7f1;--blue:#2563eb;--blue2:#4f46e5;--soft:#eef4ff;--success:#118c62;--danger:#b45309;--shadow:0 18px 50px rgba(15,31,61,.08);--radius:24px}
*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;font-family:Inter,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif;background:var(--bg);color:var(--text);line-height:1.55}a{color:inherit;text-decoration:none}button,input,textarea{font:inherit}button{cursor:pointer}.sr-only{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0}.site-header{position:sticky;top:0;z-index:20;display:flex;align-items:center;justify-content:space-between;gap:24px;padding:18px clamp(20px,4vw,64px);background:rgba(247,249,252,.88);backdrop-filter:blur(18px);border-bottom:1px solid rgba(223,231,241,.7)}.brand{display:flex;align-items:center;gap:8px;font-weight:900;font-size:1.25rem;letter-spacing:-.03em}.brand span span{color:var(--blue)}.brand-mark{display:grid;place-items:center;width:34px;height:34px;background:linear-gradient(135deg,var(--blue),var(--blue2));color:#fff;border-radius:10px;font-size:.95rem;box-shadow:0 8px 20px rgba(37,99,235,.22)}.desktop-nav{display:flex;gap:26px;font-weight:700;color:#334155;font-size:.94rem}.desktop-nav a:hover{color:var(--blue)}.header-cta,.primary-btn,.secondary-btn,.white-btn,.tiny-btn{display:inline-flex;align-items:center;justify-content:center;border-radius:14px;padding:12px 18px;font-weight:800;border:1px solid transparent;transition:.18s ease}.header-cta,.primary-btn{background:linear-gradient(135deg,var(--blue),var(--blue2));color:#fff;box-shadow:0 10px 24px rgba(37,99,235,.18)}.primary-btn:hover,.header-cta:hover{transform:translateY(-1px);box-shadow:0 14px 30px rgba(37,99,235,.24)}.secondary-btn{background:#fff;border-color:var(--line);color:var(--text)}.secondary-btn:hover{border-color:#b9c8dc;background:#fbfdff}.white-btn{background:#fff;color:var(--blue)}main{min-height:70vh}.hero{max-width:1050px;margin:0 auto;padding:100px 24px 76px;text-align:center}.eyebrow{display:inline-flex;align-items:center;gap:7px;text-transform:uppercase;letter-spacing:.12em;font-size:.74rem;font-weight:900;color:var(--blue);margin-bottom:16px}.hero h1,.page-hero h1,.flow-card h1,.article-shell h1{margin:0;letter-spacing:-.055em;line-height:1.03}.hero h1{font-size:clamp(3.1rem,8vw,6.6rem)}.hero-copy{font-size:clamp(1.12rem,2vw,1.45rem);color:var(--muted);margin:22px auto 34px;max-width:650px}.problem-box{width:min(820px,100%);margin:0 auto;background:var(--surface);border:1px solid #d5e0ef;border-radius:28px;padding:16px;box-shadow:0 28px 70px rgba(37,99,235,.11)}.problem-box:focus-within{border-color:#8fb2ff;box-shadow:0 28px 80px rgba(37,99,235,.16),0 0 0 4px rgba(37,99,235,.08)}.problem-box textarea{display:block;width:100%;resize:none;border:0;outline:0;min-height:100px;padding:14px 12px;background:transparent;color:var(--text);font-size:1.18rem}.problem-box textarea::placeholder{color:#94a3b8}.problem-actions{display:flex;justify-content:space-between;align-items:center;gap:16px;padding-top:8px}.ghost-upload{border:0;background:transparent;color:#5c6e87;font-weight:800;padding:10px;border-radius:12px}.ghost-upload:hover{background:var(--soft);color:var(--blue)}.round-submit{width:50px;height:50px;border:0;border-radius:17px;background:linear-gradient(135deg,var(--blue),var(--blue2));color:#fff;font-size:1.55rem;box-shadow:0 10px 25px rgba(37,99,235,.25)}.trustline{display:flex;justify-content:center;flex-wrap:wrap;gap:18px 26px;color:#607089;font-size:.9rem;font-weight:700;margin-top:20px}.trustline span::first-letter{color:var(--success)}.quick-chips{display:flex;justify-content:center;flex-wrap:wrap;gap:9px;margin-top:30px}.quick-chips a{background:#fff;border:1px solid var(--line);padding:9px 13px;border-radius:999px;font-weight:800;color:#40516c;font-size:.85rem}.quick-chips a:hover{border-color:#a9c1f7;color:var(--blue)}.section{max-width:1200px;margin:0 auto;padding:78px 24px}.soft-section{max-width:none;padding-left:max(24px,calc((100vw - 1152px)/2));padding-right:max(24px,calc((100vw - 1152px)/2));background:linear-gradient(180deg,#f0f5ff 0%,#f7f9fc 100%)}.section-heading{max-width:690px;margin-bottom:34px}.section-heading.center{text-align:center;margin-left:auto;margin-right:auto}.section-heading h2{font-size:clamp(2rem,4vw,3.25rem);line-height:1.05;letter-spacing:-.045em;margin:0 0 13px}.section-heading p{color:var(--muted);font-size:1.05rem}.category-grid,.problem-grid,.blog-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:16px}.category-card,.problem-card,.blog-card,.step-card,.price-card,.dash-card,.value-grid article{position:relative;background:#fff;border:1px solid var(--line);border-radius:22px;padding:24px;box-shadow:0 8px 30px rgba(15,31,61,.035)}.category-card{display:grid;grid-template-columns:auto 1fr auto;grid-template-rows:auto auto;gap:0 14px;align-items:center}.category-card:hover,.problem-card:hover,.blog-card:hover{transform:translateY(-2px);border-color:#b8caea;box-shadow:var(--shadow)}.category-icon{grid-row:1/3;font-size:1.45rem}.category-card strong{font-size:1.03rem}.category-card small{color:var(--muted)}.card-arrow{grid-column:3;grid-row:1/3;color:var(--blue);font-size:1.25rem}.problem-card{display:flex;flex-direction:column;gap:9px;min-height:170px}.problem-card strong{font-size:1.1rem}.problem-card span{color:var(--muted);font-size:.93rem}.problem-card b{margin-top:auto;color:var(--blue);font-size:.9rem}.how-preview{padding-top:95px}.steps-row{display:grid;grid-template-columns:repeat(3,1fr);gap:18px}.step-card span{display:grid;place-items:center;width:42px;height:42px;border-radius:14px;background:var(--soft);color:var(--blue);font-weight:900;margin-bottom:26px}.step-card h3{font-size:1.25rem;margin:0 0 8px}.step-card p{color:var(--muted);margin:0}.pricing-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:18px;align-items:stretch}.price-card{padding:29px;display:flex;flex-direction:column}.price-card.featured{border:2px solid var(--blue);box-shadow:0 20px 55px rgba(37,99,235,.12);transform:translateY(-8px)}.popular{align-self:flex-start;background:var(--blue);color:#fff;border-radius:999px;padding:6px 10px;font-size:.72rem;font-weight:900;margin-bottom:18px}.price-label{color:var(--muted);font-size:.8rem;font-weight:800;text-transform:uppercase;letter-spacing:.07em}.price-card h3{font-size:1.45rem;margin:8px 0}.price{font-size:2.4rem;font-weight:950;letter-spacing:-.05em}.price small{font-size:.88rem;color:var(--muted);font-weight:700;letter-spacing:0}.price-card p{color:var(--muted)}.price-card ul{list-style:none;padding:0;margin:10px 0 25px}.price-card li{padding:7px 0}.price-card .primary-btn,.price-card .secondary-btn{margin-top:auto}.blog-card span{font-size:.75rem;text-transform:uppercase;color:var(--blue);font-weight:900;letter-spacing:.08em}.blog-card h3,.blog-card h2{font-size:1.25rem;line-height:1.2;margin:13px 0 10px}.blog-card p{color:var(--muted)}.blog-card a{color:var(--blue);font-weight:900}.center-action{text-align:center;margin-top:28px}.site-footer{max-width:1200px;margin:50px auto 0;padding:42px 24px 55px;border-top:1px solid var(--line);display:grid;grid-template-columns:1fr auto;gap:18px 35px;align-items:start}.site-footer p{color:var(--muted);margin:8px 0}.brand.small{font-size:1rem}.brand.small .brand-mark{width:28px;height:28px;border-radius:9px}.footer-links{display:flex;flex-wrap:wrap;gap:18px;font-weight:800;color:#44526a}.fineprint{grid-column:1/-1;font-size:.78rem}.page-hero{max-width:900px;margin:0 auto;padding:100px 24px 65px;text-align:center}.page-hero.compact{padding-bottom:30px}.page-hero h1{font-size:clamp(2.8rem,6vw,5rem)}.page-hero p{color:var(--muted);font-size:1.15rem;max-width:720px;margin:22px auto}.narrow-top{padding-top:32px}.flow-shell{max-width:820px;margin:0 auto;padding:55px 20px 90px}.wide-flow{max-width:900px}.back-link{display:inline-block;color:#61718a;font-weight:800;margin:0 0 17px}.flow-card{background:#fff;border:1px solid var(--line);border-radius:30px;padding:clamp(25px,5vw,48px);box-shadow:var(--shadow)}.flow-card h1{font-size:clamp(2rem,5vw,3.5rem);margin-bottom:20px}.flow-top,.solution-status{display:flex;justify-content:space-between;align-items:center;gap:12px;margin-bottom:30px}.mini-brand{font-weight:900}.demo-badge,.active-chip{display:inline-flex;align-items:center;border-radius:999px;padding:7px 11px;font-size:.74rem;font-weight:900;background:#e8fbf3;color:#087553}.demo-badge.warning{background:#fff3d7;color:#9a5a00}.progress{height:8px;background:#edf1f6;border-radius:999px;overflow:hidden;margin:10px 0 28px}.progress span{display:block;height:100%;background:linear-gradient(90deg,var(--blue),var(--blue2));border-radius:inherit}.flow-kicker{font-size:.8rem;text-transform:uppercase;letter-spacing:.1em;font-weight:900;color:var(--blue);margin:0 0 12px}.problem-summary,.diagnosis-box,.instruction-card,.success-summary,.demo-callout{border:1px solid var(--line);background:#f9fbfe;border-radius:18px;padding:17px 19px;margin:20px 0}.problem-summary{color:#53627a}.choice-list{display:grid;gap:11px;margin-top:27px}.choice-btn{display:flex;justify-content:space-between;align-items:center;width:100%;padding:17px 18px;border:1px solid var(--line);background:#fff;border-radius:16px;text-align:left;font-weight:850;color:var(--text)}.choice-btn:hover{border-color:#96b4f6;background:#f7faff}.choice-btn span{color:var(--blue);font-size:1.25rem}.privacy-note,.small-center{color:var(--muted);font-size:.82rem;margin-top:24px}.small-center{text-align:center}.result-icon,.alt-icon,.human-icon{display:grid;place-items:center;width:62px;height:62px;border-radius:20px;background:#e9f9f2;color:var(--success);font-size:1.7rem;font-weight:900;margin-bottom:23px}.alt-icon{background:#eef4ff;color:var(--blue)}.human-icon{background:#f3f4f6;color:#475569}.success-text{color:var(--success)}.result-copy{font-size:1.08rem;color:var(--muted)}.diagnosis-box{display:flex;flex-direction:column;gap:5px}.diagnosis-box span{color:#5a6a82}.full-btn{width:100%;margin-top:10px}.purchase-box,.human-offer{display:flex;justify-content:space-between;gap:16px;align-items:center;background:#f4f7ff;border:1px solid #d9e4fb;border-radius:20px;padding:20px;margin:27px 0 15px}.purchase-box div:first-child,.human-offer div:first-child{display:flex;flex-direction:column}.purchase-box span,.human-offer span{color:var(--muted);font-size:.86rem}.purchase-price{font-size:1.7rem;font-weight:950;letter-spacing:-.04em}.benefit-list{list-style:none;padding:0;display:grid;gap:9px;margin:20px 0 27px}.demo-callout{font-size:.84rem;color:#675129;background:#fffaf0;border-color:#f3dfb8}.plus-link{display:block;text-align:center;color:var(--blue);font-weight:850;margin-top:20px;font-size:.9rem}.solution-status{padding:0 8px 15px;font-weight:900}.instruction-card{display:flex;gap:15px;align-items:flex-start}.instruction-number{flex:0 0 auto;display:grid;place-items:center;width:34px;height:34px;background:var(--blue);color:#fff;border-radius:11px;font-weight:900}.instruction-card p{margin:4px 0}.solution-actions,.action-row{display:flex;flex-wrap:wrap;gap:11px;margin-top:25px}.text-btn{border:0;background:transparent;color:var(--blue);font-weight:850;padding:12px}.inline-help{background:#eef4ff;border-radius:16px;padding:16px 18px;margin-top:16px}.inline-help p{margin:5px 0 0;color:#52627b}.celebrate{font-size:3.4rem}.success-card{text-align:center}.success-summary{text-align:left}.article-shell{max-width:830px;margin:0 auto;padding:55px 24px 90px}.article-shell header{text-align:left;margin:20px 0 40px}.article-shell h1{font-size:clamp(2.6rem,6vw,4.8rem)}.article-lead{font-size:1.2rem;color:var(--muted)}.article-shell time{color:#8290a4;font-weight:700;font-size:.9rem}.article-body{font-size:1.07rem}.article-body h2{font-size:1.8rem;letter-spacing:-.03em;margin-top:42px}.article-body p,.article-body li{color:#3f4e65}.article-body ul{padding-left:22px}.article-cta{margin-top:55px;padding:30px;border-radius:26px;background:linear-gradient(135deg,#245be0,#5146df);color:#fff;display:flex;justify-content:space-between;align-items:center;gap:24px}.article-cta h2{margin:0 0 7px;font-size:1.8rem}.article-cta p{margin:0;opacity:.88}.eyebrow.light{color:#dce8ff;margin-bottom:7px}.feature-stack{max-width:900px;margin:0 auto;display:grid;gap:18px}.feature-row{display:grid;grid-template-columns:80px 1fr;gap:20px;background:#fff;border:1px solid var(--line);border-radius:22px;padding:26px}.feature-num{font-size:1.8rem;color:var(--blue);font-weight:950}.feature-row h2{margin:0 0 7px}.feature-row p{margin:0;color:var(--muted)}.value-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:18px}.value-grid article h2{margin-top:0}.value-grid article p{color:var(--muted)}.dashboard-shell{max-width:1120px;margin:0 auto;padding:70px 24px 95px}.dashboard-top{display:flex;justify-content:space-between;align-items:start;gap:25px;margin-bottom:28px}.dashboard-top h1{font-size:clamp(2.7rem,6vw,4.5rem);letter-spacing:-.05em;margin:0}.dashboard-top p{color:var(--muted);max-width:700px}.dashboard-grid{display:grid;grid-template-columns:1.2fr .8fr;gap:18px}.dash-head{display:flex;justify-content:space-between;gap:14px;align-items:center}.dash-head h2{margin:0}.tiny-btn{padding:8px 12px;background:#fff;border-color:var(--line)}.device-row,.history-row{display:flex;align-items:center;gap:14px;padding:16px 0;border-bottom:1px solid var(--line)}.device-row:last-child,.history-row:last-child{border-bottom:0}.device-row>span{font-size:1.4rem}.device-row div,.history-row div{display:flex;flex-direction:column;flex:1}.device-row small,.history-row small{color:var(--muted)}.device-row b{font-size:.76rem;color:var(--success)}.big-plan{font-size:2.2rem;font-weight:950;margin:22px 0 5px}.big-plan small{font-size:.85rem;color:var(--muted)}.history-card{margin:18px 0}.status-solved{color:var(--success)}
@media (max-width:900px){.desktop-nav{display:none}.category-grid,.problem-grid,.blog-grid,.pricing-grid,.steps-row,.value-grid{grid-template-columns:1fr 1fr}.pricing-grid .featured{transform:none}.dashboard-grid{grid-template-columns:1fr}.article-cta{align-items:flex-start;flex-direction:column}.site-footer{grid-template-columns:1fr}}
@media (max-width:620px){.site-header{padding:14px 16px}.header-cta{padding:10px 12px;font-size:.82rem}.hero{padding:66px 16px 55px}.hero h1{font-size:3.2rem}.problem-box{border-radius:22px}.problem-box textarea{font-size:1rem;min-height:90px}.trustline{align-items:flex-start;flex-direction:column;gap:7px;text-align:left;width:min(430px,100%);margin:18px auto 0}.section{padding:60px 16px}.category-grid,.problem-grid,.blog-grid,.pricing-grid,.steps-row,.value-grid{grid-template-columns:1fr}.category-card,.problem-card,.blog-card,.step-card,.price-card{border-radius:18px}.page-hero{padding:70px 18px 45px}.flow-shell{padding:30px 14px 65px}.flow-card{border-radius:23px}.purchase-box,.human-offer{align-items:flex-start;flex-direction:column}.solution-actions,.action-row{flex-direction:column}.solution-actions .primary-btn,.solution-actions .secondary-btn,.action-row .primary-btn,.action-row .secondary-btn{width:100%}.feature-row{grid-template-columns:1fr}.feature-num{font-size:1rem}.dashboard-shell{padding:45px 16px}.dashboard-top{flex-direction:column}.article-shell{padding:40px 18px 70px}.article-cta{padding:24px}.footer-links{display:grid;grid-template-columns:1fr 1fr}}
.ai-fallback,.ai-safety-note{border:1px solid #f0d8a9;background:#fff9ec;color:#76531f;border-radius:16px;padding:14px 16px;margin:0 0 22px;font-size:.88rem}.ai-safety-note{margin:18px 0}.confidence-row{display:flex;align-items:center;flex-wrap:wrap;gap:8px;color:#64748b;font-size:.86rem;margin:-6px 0 18px}.confidence-row strong{color:#0f766e;background:#e9faf5;border-radius:999px;padding:5px 9px}.custom-answer{border-top:1px solid var(--line);margin-top:8px;padding-top:18px}.custom-answer label{display:block;color:#64748b;font-size:.82rem;font-weight:800;margin-bottom:8px}.custom-answer>div{display:flex;gap:8px}.custom-answer input{flex:1;min-width:0;border:1px solid var(--line);border-radius:14px;padding:13px 14px;outline:0;color:var(--text);background:#fff}.custom-answer input:focus{border-color:#8fb2ff;box-shadow:0 0 0 3px rgba(37,99,235,.08)}.tiny-submit{width:48px;border:0;border-radius:14px;background:linear-gradient(135deg,var(--blue),var(--blue2));color:#fff;font-weight:900;font-size:1.2rem}@media(max-width:620px){.custom-answer>div{align-items:stretch}.tiny-submit{flex:0 0 48px}}

/* Gemini + screenshotanalyse */
.file-upload-label{position:relative;overflow:hidden;cursor:pointer}.file-upload-label input,.screenshot-picker input{position:absolute;inset:0;opacity:0;cursor:pointer;width:100%;height:100%}.screenshot-form,.solution-vision-form{margin-top:18px;padding-top:18px;border-top:1px solid var(--line);display:flex;gap:10px;align-items:center;flex-wrap:wrap}.screenshot-picker{position:relative;display:inline-flex;align-items:center;gap:7px;min-height:42px;padding:10px 14px;border:1px dashed #a9bad4;border-radius:14px;background:#f8fbff;color:#3d5578;font-weight:800;cursor:pointer;max-width:100%}.image-attached{display:flex;align-items:center;gap:8px;margin:14px 0;padding:11px 14px;border-radius:13px;background:#eef7ff;color:#315f92;font-size:.85rem;font-weight:800}.vision-observation{display:flex;flex-direction:column;gap:5px;margin:18px 0;padding:16px 18px;border:1px solid #d8e6fb;border-radius:17px;background:#f5f9ff}.vision-observation span{color:#50647f}.vision-help-box{margin:0 0 24px;padding:18px 20px;border:1px solid #cfe0fa;border-radius:18px;background:#f4f8ff}.vision-help-box strong{display:block;margin-bottom:5px}.vision-help-box p{margin:0 0 13px;color:#425571}.vision-help-box p:last-child{margin-bottom:0}.vision-warning{padding:10px 12px;border-radius:12px;background:#fff1ee;color:#9b341f!important;font-weight:750}.solution-vision-form .text-btn{padding:10px 4px}.ai-fallback{margin:0 0 18px;padding:13px 15px;border-radius:14px;background:#fff8e9;border:1px solid #f0dfb6;color:#755619}.ai-safety-note{margin:18px 0;padding:15px 17px;border-radius:15px;background:#fff7ed;border:1px solid #fed7aa;color:#7c4a16}.confidence-row{display:flex;gap:8px;align-items:center;flex-wrap:wrap;color:#6b778c;font-size:.88rem;margin:14px 0}.confidence-row strong{color:#29405e}.custom-answer{margin-top:8px}.custom-answer label{display:block;margin-bottom:7px;color:#6b778c;font-size:.82rem;font-weight:800}.custom-answer>div{display:flex;gap:8px}.custom-answer input{flex:1;min-width:0;border:1px solid var(--line);border-radius:13px;padding:13px 14px;font:inherit}.tiny-submit{width:44px;border:0;border-radius:13px;background:var(--blue);color:white;font-size:1.15rem;font-weight:900}
@media(max-width:640px){.screenshot-form,.solution-vision-form{align-items:stretch}.screenshot-picker{width:100%}.screenshot-form .secondary-btn,.solution-vision-form .text-btn{width:100%;text-align:center}.file-upload-label{max-width:78%;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}}

/* 0.5.1 — zichtbare AI-voortgang zonder nep-percentage */
.hs-processing-overlay[hidden]{display:none!important}.hs-processing-overlay{position:fixed;inset:0;z-index:9999;display:grid;place-items:center;padding:22px;background:rgba(247,249,252,.76);backdrop-filter:blur(8px);-webkit-backdrop-filter:blur(8px)}.hs-processing-card{width:min(470px,100%);background:#fff;border:1px solid var(--line);border-radius:25px;padding:26px;box-shadow:0 28px 80px rgba(15,31,61,.16);display:grid;grid-template-columns:auto 1fr;gap:14px 16px;align-items:center}.hs-processing-mark{width:48px;height:48px;display:grid;place-items:center;border-radius:15px;background:linear-gradient(135deg,var(--blue),var(--blue2));color:#fff;font-size:1.15rem;box-shadow:0 10px 26px rgba(37,99,235,.24);animation:hsPulse 1.35s ease-in-out infinite}.hs-processing-copy{min-width:0;display:flex;flex-direction:column;gap:3px}.hs-processing-copy strong{font-size:1.05rem;letter-spacing:-.015em}.hs-processing-copy span{color:var(--muted);font-size:.92rem;min-height:1.45em}.hs-processing-bar{grid-column:1/-1;position:relative;height:7px;overflow:hidden;border-radius:999px;background:#edf1f6}.hs-processing-bar span{position:absolute;top:0;bottom:0;width:38%;border-radius:999px;background:linear-gradient(90deg,var(--blue),var(--blue2));animation:hsIndeterminate 1.35s ease-in-out infinite}.hs-processing-card small{grid-column:1/-1;color:#718096;font-size:.78rem}.hs-is-processing{cursor:progress}.is-submitting{pointer-events:none;opacity:.82}@keyframes hsIndeterminate{0%{left:-40%}50%{left:48%}100%{left:105%}}@keyframes hsPulse{0%,100%{transform:scale(1);box-shadow:0 10px 26px rgba(37,99,235,.22)}50%{transform:scale(1.05);box-shadow:0 13px 32px rgba(37,99,235,.3)}}@media(max-width:620px){.hs-processing-overlay{align-items:end;padding:14px}.hs-processing-card{border-radius:22px;padding:21px;margin-bottom:8px}.hs-processing-mark{width:44px;height:44px}.hs-processing-copy strong{font-size:1rem}}@media(prefers-reduced-motion:reduce){.hs-processing-mark,.hs-processing-bar span{animation:none}.hs-processing-bar span{left:0;width:100%;opacity:.65}}

/* 0.5.2: zichtbare voorbereiding van de betaalde AI-route */
.preparing-card{text-align:center}.preparing-card .flow-top{text-align:left}.preparing-icon{width:64px;height:64px;margin:4px auto 22px;display:grid;place-items:center;border-radius:20px;background:linear-gradient(135deg,var(--blue),var(--blue2));color:#fff;font-size:1.45rem;box-shadow:0 14px 34px rgba(37,99,235,.25);animation:hsPulse 1.35s ease-in-out infinite}.preparing-bar{position:relative;height:8px;overflow:hidden;border-radius:999px;background:#edf1f6;margin:28px 0 8px}.preparing-bar span{position:absolute;top:0;bottom:0;width:38%;border-radius:999px;background:linear-gradient(90deg,var(--blue),var(--blue2));animation:hsIndeterminate 1.35s ease-in-out infinite}@media(prefers-reduced-motion:reduce){.preparing-icon,.preparing-bar span{animation:none}.preparing-bar span{left:0;width:100%;opacity:.65}}

/* 0.7 accounts, Plus en SEO-probleempagina's */
.account-form{display:grid;gap:14px;margin-top:20px}.account-form label{display:grid;gap:7px;font-weight:800;color:#334155}.account-form input,.account-form select,.device-form input,.device-form select{width:100%;border:1px solid var(--line);border-radius:14px;padding:13px 14px;background:#fff;color:var(--text);outline:0}.account-form input:focus,.device-form input:focus,.device-form select:focus{border-color:#8fb2ff;box-shadow:0 0 0 3px rgba(37,99,235,.08)}.account-form .check-row{display:flex;align-items:flex-start;gap:10px;font-weight:600;color:var(--muted)}.account-form .check-row input{width:auto;margin-top:4px}.account-notice{margin:0 0 18px;padding:13px 16px;border-radius:14px;background:#e8fbf3;color:#087553;font-weight:750}.device-form{display:grid;grid-template-columns:1.1fr 1fr .7fr auto;gap:8px;margin-top:18px;padding-top:18px;border-top:1px solid var(--line)}.post-success-account{margin:18px 0;padding:18px;border:1px solid var(--line);background:#f8fbff;border-radius:18px;text-align:left}.post-success-account strong{display:block;margin-bottom:3px}.post-success-account p{margin:0 0 12px;color:var(--muted)}.plus-upsell{background:#f6f3ff;border-color:#ded7ff}.problem-page{max-width:1120px;margin:0 auto;padding:70px 24px 95px}.problem-page-grid{display:grid;grid-template-columns:1.15fr .85fr;gap:40px;align-items:start}.problem-page h1{font-size:clamp(2.6rem,6vw,4.8rem);line-height:1.02;letter-spacing:-.055em;margin:12px 0 22px}.problem-page h2{margin-top:32px}.problem-diagnose-card{position:sticky;top:105px;background:#fff;border:1px solid var(--line);border-radius:24px;padding:26px;box-shadow:var(--shadow)}.problem-diagnose-card h2{margin:15px 0 8px}.problem-diagnose-card p{color:var(--muted)}.problem-diagnose-card small{display:block;color:var(--muted);margin-top:10px}.purchase-price small{font-size:.8rem;color:var(--muted)}.dash-card{background:#fff;border:1px solid var(--line);border-radius:22px;padding:24px}.text-btn{border:0;background:transparent;color:var(--blue);font-weight:800;cursor:pointer}.device-row form{margin:0}@media(max-width:800px){.problem-page-grid{grid-template-columns:1fr}.problem-diagnose-card{position:static}.device-form{grid-template-columns:1fr 1fr}.device-form .secondary-btn{grid-column:1/-1}}@media(max-width:620px){.problem-page{padding:40px 16px 70px}.device-form{grid-template-columns:1fr}.device-form .secondary-btn{grid-column:auto}}


/* 0.8 account, security and e-mail */
.login-links{display:flex;justify-content:space-between;gap:14px;flex-wrap:wrap;margin-top:18px;font-weight:800;color:var(--blue);font-size:.9rem}
.account-status-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:14px;margin:18px 0}
.compact-card{padding:20px}.compact-card .eyebrow{margin-bottom:7px}.compact-card h3{margin:0 0 6px;font-size:1.2rem}.compact-card p{margin:0;color:var(--muted);font-size:.9rem}
.settings-detail{border-top:1px solid var(--line);padding:14px 0}.settings-detail:first-of-type{margin-top:10px}.settings-detail summary{cursor:pointer;font-weight:850;color:#334155}.settings-detail[open] summary{margin-bottom:10px}
.inline-action{display:inline-flex;margin:0}.action-row .inline-action,.solution-actions .inline-action{flex:1}.action-row .inline-action .primary-btn,.action-row .inline-action .secondary-btn,.solution-actions .inline-action .primary-btn{width:100%}
.muted{color:var(--muted)}
@media(max-width:800px){.account-status-grid{grid-template-columns:1fr}.login-links{flex-direction:column}}

/* 0.9 publieke verkooplaag */
.sales-hero{padding-bottom:54px}.sales-hero .hero-copy{max-width:760px}.trust-strip{max-width:1080px;margin:-8px auto 48px;padding:0 24px;display:grid;grid-template-columns:repeat(3,1fr);gap:12px}.trust-strip>div{background:#fff;border:1px solid var(--line);border-radius:18px;padding:18px 20px;display:flex;flex-direction:column;gap:4px}.trust-strip strong{font-size:.95rem}.trust-strip span{color:var(--muted);font-size:.84rem}.problem-category{display:inline-flex!important;width:max-content;font-size:.72rem!important;text-transform:uppercase;letter-spacing:.06em;font-weight:850;color:var(--blue)!important}.product-proof{padding-top:78px;padding-bottom:78px}.split-feature{display:grid;grid-template-columns:1fr 1fr;gap:48px;align-items:center}.visual-demo-card{padding:16px;border:1px solid var(--line);border-radius:28px;background:linear-gradient(160deg,#f4f8ff,#fff);box-shadow:var(--shadow)}.demo-window-dot{display:block;width:10px;height:10px;border-radius:50%;background:#bfdbfe;margin:2px 0 14px 5px;box-shadow:18px 0 #c7d2fe,36px 0 #e2e8f0}.demo-screen{background:#fff;border:1px solid var(--line);border-radius:20px;padding:26px}.demo-screen small{display:block;color:var(--blue);font-weight:850;margin-bottom:12px}.demo-screen strong{display:block;font-size:1.15rem;line-height:1.5}.demo-screen p{color:var(--muted)}.demo-screen div{display:flex;gap:8px}.demo-screen div span{padding:8px 14px;border-radius:999px;background:#eef4ff;color:#34558b;font-weight:800;font-size:.82rem}.faq-section{padding-bottom:100px}.faq-grid{display:grid;grid-template-columns:1fr 1fr;gap:12px}.faq-grid details{background:#fff;border:1px solid var(--line);border-radius:18px;padding:18px 20px}.faq-grid summary{cursor:pointer;font-weight:850}.faq-grid p{color:var(--muted);line-height:1.65}.final-cta{max-width:1080px;margin:40px auto 90px;border-radius:30px;padding:38px 42px;background:linear-gradient(135deg,#1d4ed8,#6d45d8);color:#fff;display:flex;align-items:center;justify-content:space-between;gap:25px}.final-cta h2{font-size:clamp(2rem,4vw,3rem);margin:7px 0}.final-cta p{margin:0;color:#dbeafe}.filter-chips{display:flex;gap:8px;flex-wrap:wrap;margin-bottom:25px}.filter-chips a{padding:9px 13px;border:1px solid var(--line);border-radius:999px;background:#fff;color:#51627a;font-weight:800;font-size:.84rem}.filter-chips a.active{background:#eaf1ff;border-color:#b8cdfb;color:var(--blue)}.blog-grid-large{grid-template-columns:repeat(3,1fr)}.blog-card small{display:block;color:#8793a6;margin-top:auto}.empty-state{padding:40px;border:1px dashed var(--line);border-radius:22px;text-align:center}.plain-list{padding-left:22px;color:#46556c;line-height:1.75}.plain-list li{margin:6px 0}.seo-answer{margin-top:34px;border-top:1px solid var(--line);padding-top:12px}.purchase-legal{font-size:.84rem;color:var(--muted);line-height:1.55}.legal-check{display:flex;gap:10px;align-items:flex-start;margin:13px 0;color:#536177;font-size:.83rem;line-height:1.5}.legal-check input{margin-top:3px;flex:0 0 auto}.payment-email{display:grid;gap:7px;margin:16px 0;font-weight:800;color:#334155}.payment-email input,.account-form textarea,.account-form select{border:1px solid var(--line);border-radius:14px;padding:13px 14px;background:#fff;font:inherit;color:var(--text)}.payment-email small{font-weight:500;color:var(--muted);font-size:.78rem}.legal-shell{max-width:850px;margin:0 auto;padding:72px 24px 105px}.legal-shell h1{font-size:clamp(2.7rem,6vw,4.6rem);letter-spacing:-.05em;margin:10px 0 8px}.legal-shell h2{margin-top:34px;font-size:1.45rem}.legal-shell p,.legal-shell li{line-height:1.75;color:#475569}.legal-shell ul{padding-left:22px}.legal-updated{font-size:.84rem;color:#8290a3!important;margin-bottom:28px}.legal-grid{display:grid;grid-template-columns:.85fr 1.15fr;gap:20px;align-items:start}.legal-card{background:#fff;border:1px solid var(--line);border-radius:22px;padding:25px}.legal-card h2,.legal-card h3{margin-top:0}.legal-card p{color:var(--muted);line-height:1.65}.public-footer{display:grid;grid-template-columns:1.5fr repeat(3,1fr);gap:26px}.footer-brand-block p{max-width:310px}.footer-col{display:flex;flex-direction:column;gap:9px}.footer-col strong{font-size:.87rem;margin-bottom:5px}.footer-col a{color:#65758d;font-size:.85rem}.footer-legal{grid-column:1/-1;border-top:1px solid var(--line);padding-top:18px;margin-top:5px}.footer-legal p{margin:4px 0}.simple-admin{max-width:1000px;margin:auto;padding:50px 20px 90px}.simple-admin h1{font-size:2.8rem;letter-spacing:-.04em}.launch-grid{display:grid;grid-template-columns:1fr 1fr;gap:10px;margin:22px 0}.launch-row{display:flex;gap:12px;padding:16px;border:1px solid var(--line);border-radius:15px;background:#fff}.launch-row>span{width:28px;height:28px;display:grid;place-items:center;border-radius:50%;font-weight:900}.launch-row.is-ok>span{background:#e8fbf3;color:#087553}.launch-row.needs-work>span{background:#fff3dc;color:#8a5a00}.launch-row strong,.launch-row small{display:block}.launch-row small{color:var(--muted);margin-top:3px}.simple-admin pre{white-space:pre-wrap;background:#f7f9fc;padding:14px;border-radius:12px}.check-row{display:flex!important;flex-direction:row!important;align-items:flex-start!important;gap:10px}.check-row input{width:auto!important;margin-top:4px}.check-row a,.legal-check a,.purchase-legal a{color:var(--blue);text-decoration:underline;text-underline-offset:2px}
@media(max-width:850px){.trust-strip,.public-footer,.blog-grid-large{grid-template-columns:1fr 1fr}.split-feature,.legal-grid{grid-template-columns:1fr}.faq-grid{grid-template-columns:1fr}.final-cta{margin-left:16px;margin-right:16px}.footer-legal{grid-column:1/-1}}
@media(max-width:620px){.trust-strip,.public-footer,.blog-grid-large,.launch-grid{grid-template-columns:1fr}.trust-strip{margin-top:0}.final-cta{padding:28px 24px;align-items:flex-start;flex-direction:column}.split-feature{gap:25px}.legal-shell{padding:42px 18px 70px}.legal-grid{gap:12px}.public-footer{padding-left:20px;padding-right:20px}}

/* 0.10 — visuele polish, probleemhub en SEO-contentlaag */
:root{--ink:#091630;--blue3:#2457f5;--lav:#6d5dfc;--surface-soft:#f4f7ff;--shadow-soft:0 18px 60px rgba(24,47,92,.10)}
body{background:linear-gradient(180deg,#fbfcff 0,#f7f9fc 36rem,#f7f9fc 100%)}
a,button,input,textarea,summary{outline-offset:3px}a:focus-visible,button:focus-visible,input:focus-visible,textarea:focus-visible,summary:focus-visible{outline:3px solid rgba(37,99,235,.32);outline-offset:3px}
.site-header{min-height:72px;background:rgba(255,255,255,.88);box-shadow:0 1px 0 rgba(15,31,61,.04)}
.header-actions{display:flex;align-items:center;gap:10px}.mobile-nav{display:none;position:relative}.mobile-nav summary{list-style:none;cursor:pointer;padding:10px 12px;border:1px solid var(--line);border-radius:12px;background:#fff;font-weight:850;font-size:.84rem}.mobile-nav summary::-webkit-details-marker{display:none}.mobile-nav-panel{position:absolute;right:0;top:calc(100% + 10px);width:min(260px,calc(100vw - 24px));display:grid;padding:9px;background:#fff;border:1px solid var(--line);border-radius:17px;box-shadow:0 22px 60px rgba(15,31,61,.15)}.mobile-nav-panel a{padding:12px 13px;border-radius:11px;font-weight:800;color:#334155}.mobile-nav-panel a:hover{background:var(--soft);color:var(--blue)}
.hero-v10{max-width:1280px;padding:74px 28px 72px;text-align:left}.hero-grid{display:grid;grid-template-columns:minmax(0,1.18fr) minmax(340px,.82fr);gap:clamp(36px,6vw,78px);align-items:center}.hero-main{min-width:0}.hero-eyebrow{margin-bottom:14px}.live-dot{width:8px;height:8px;border-radius:50%;background:#22c55e;box-shadow:0 0 0 5px rgba(34,197,94,.10)}.hero-v10 h1{font-size:clamp(3.3rem,7vw,6.4rem);max-width:760px;color:var(--ink)}.hero-v10 .hero-copy{margin:20px 0 30px;max-width:720px}.problem-box-v10{margin:0;width:min(780px,100%);border-radius:25px;box-shadow:0 24px 70px rgba(37,99,235,.12),0 1px 0 rgba(255,255,255,.8) inset}.problem-box-v10 textarea{min-height:116px}.problem-box-v10 .round-submit{width:55px;height:55px;border-radius:17px}.round-submit span{display:block;transform:translateY(-1px)}.trustline-v10{justify-content:flex-start;margin-left:2px}.hero-v10 .quick-chips{justify-content:flex-start;margin-top:24px}
.hero-product{position:relative;min-height:455px;display:grid;place-items:center}.hero-product:before,.hero-product:after{content:"";position:absolute;border-radius:50%;filter:blur(2px);pointer-events:none}.hero-product:before{width:370px;height:370px;background:radial-gradient(circle,rgba(57,102,255,.18),rgba(110,93,252,.05) 58%,transparent 70%)}.hero-product:after{width:180px;height:180px;background:rgba(102,208,255,.10);right:-15px;bottom:24px}.product-window{position:relative;z-index:2;width:min(460px,100%);background:#fff;border:1px solid #dbe5f4;border-radius:25px;padding:16px 19px 20px;box-shadow:0 35px 90px rgba(30,55,105,.16);transform:rotate(-1.5deg)}.product-window-top{display:flex;align-items:center;gap:6px;padding-bottom:16px;border-bottom:1px solid #edf1f6}.product-window-top span{width:8px;height:8px;border-radius:50%;background:#dce4ef}.product-window-top b{margin-left:7px;color:#7b899e;font-size:.72rem}.product-chat{display:grid;grid-template-columns:auto 1fr;gap:13px;padding:28px 4px 18px}.product-ai-mark{width:40px;height:40px;display:grid;place-items:center;border-radius:13px;background:linear-gradient(135deg,var(--blue),var(--lav));color:#fff;box-shadow:0 9px 22px rgba(37,99,235,.22)}.product-chat small{display:block;color:var(--blue);font-weight:900;margin-bottom:6px}.product-chat strong{font-size:1.05rem;line-height:1.5}.product-options{display:flex;gap:8px;flex-wrap:wrap;padding-left:57px}.product-options span{border:1px solid #cad8f1;background:#f7faff;color:#294f91;border-radius:999px;padding:8px 13px;font-weight:800;font-size:.79rem}.product-safe{margin:22px 4px 2px;padding:12px 13px;border-radius:13px;background:#effaf5;color:#147555;font-size:.78rem;font-weight:800}.phone-preview{position:absolute;z-index:3;right:-14px;bottom:28px;width:108px;height:205px;background:#0b1730;border:5px solid #0b1730;border-radius:27px;box-shadow:0 25px 55px rgba(15,31,61,.2);display:flex;flex-direction:column;align-items:center;justify-content:center;color:#fff}.phone-preview:before{content:"";position:absolute;inset:5px;border-radius:19px;background:linear-gradient(170deg,#f8fbff,#e9f1ff)}.phone-notch{position:absolute;z-index:2;top:9px;width:42px;height:6px;border-radius:999px;background:#0b1730}.phone-preview>span,.phone-preview>small{position:relative;z-index:2}.phone-preview>span{display:grid;place-items:center;width:38px;height:38px;border-radius:50%;background:var(--blue);font-size:1.1rem}.phone-preview>small{color:#43526b;text-align:center;font-weight:800;margin-top:13px;line-height:1.3}.hero-float-card{position:absolute;z-index:4;left:-32px;bottom:4px;display:flex;align-items:center;gap:11px;background:#fff;border:1px solid #dfe7f1;border-radius:17px;padding:12px 14px;box-shadow:0 18px 45px rgba(15,31,61,.12);transform:rotate(2deg)}.hero-float-card>span{font-size:1.25rem}.hero-float-card strong,.hero-float-card small{display:block}.hero-float-card strong{font-size:.82rem}.hero-float-card small{color:var(--muted);font-size:.72rem}
.trust-strip-v10{max-width:1180px;margin:0 auto 24px}.trust-strip-v10>div{position:relative;padding:22px 22px 21px;border-color:#e3e9f4;box-shadow:0 8px 30px rgba(16,35,71,.025)}.trust-strip-v10 .trust-icon{width:max-content;color:#9cadc5;font-size:.7rem;font-weight:950;letter-spacing:.12em;margin-bottom:6px}.trust-strip-v10 strong{font-size:1rem}.trust-strip-v10 span:last-child{line-height:1.5}
.heading-row{max-width:none;display:flex;justify-content:space-between;gap:30px;align-items:flex-end}.heading-row>div{max-width:700px}.text-link{color:var(--blue);font-weight:900;white-space:nowrap;padding-bottom:10px}.text-link:hover{text-decoration:underline;text-underline-offset:4px}.category-grid-v10 .category-card{transition:transform .18s ease,border-color .18s ease,box-shadow .18s ease}.category-grid-v10 .category-icon{display:grid;place-items:center;width:44px;height:44px;border-radius:14px;background:#f2f6ff}.popular-v10{padding-top:88px;padding-bottom:90px}.problem-grid-v10 .problem-card{transition:transform .18s ease,border-color .18s ease,box-shadow .18s ease;min-height:190px}.problem-grid-v10 .problem-card:hover{transform:translateY(-4px)}.product-proof-v10{padding-top:96px;padding-bottom:96px}.visual-demo-v10{position:relative;overflow:hidden}.visual-demo-v10:after{content:"";position:absolute;width:180px;height:180px;border-radius:50%;background:rgba(37,99,235,.08);right:-50px;top:-55px}.vision-caption{margin:12px 4px 2px;color:#738198;font-size:.78rem;font-weight:800}.steps-v10 .step-card{min-height:220px}.steps-v10 .step-card span{box-shadow:0 8px 20px rgba(37,99,235,.08)}.pricing-v10 .price-card{box-shadow:0 12px 40px rgba(15,31,61,.045)}.pricing-v10 .price-card.featured{background:linear-gradient(180deg,#fff,#f8fbff)}
.reassurance-v10{padding-top:28px;padding-bottom:90px}.reassurance-card{display:grid;grid-template-columns:1.1fr .9fr;gap:40px;align-items:center;padding:34px 38px;border:1px solid #dbe6f3;border-radius:28px;background:linear-gradient(135deg,#f7faff,#fff);box-shadow:0 14px 45px rgba(15,31,61,.05)}.reassurance-card h2{font-size:clamp(1.8rem,3.5vw,2.8rem);letter-spacing:-.04em;margin:0 0 12px}.reassurance-card p{color:var(--muted);margin:0}.reassurance-list{display:grid;grid-template-columns:1fr 1fr;gap:10px}.reassurance-list span{background:#fff;border:1px solid var(--line);border-radius:13px;padding:12px;font-weight:800;font-size:.84rem}.final-cta-v10{box-shadow:0 28px 70px rgba(54,72,200,.22)}
.problem-index-hero{max-width:1050px}.problem-index-hero h1{font-size:clamp(2.8rem,6vw,5.2rem)}.problem-search-wrap{position:relative;width:min(720px,100%);margin:28px auto 0}.problem-search-wrap input{width:100%;border:1px solid #cfdbea;background:#fff;border-radius:18px;padding:17px 52px 17px 18px;font-size:1rem;color:var(--text);box-shadow:0 15px 45px rgba(15,31,61,.06)}.problem-search-wrap>span{position:absolute;right:18px;top:50%;transform:translateY(-50%);font-size:1.3rem;color:#6b7c94}.problem-search-meta{margin-top:11px;color:var(--muted);font-size:.82rem}.problem-library{padding-top:28px}.problem-cluster{margin-bottom:62px}.cluster-heading{display:flex;align-items:end;justify-content:space-between;gap:22px;margin-bottom:22px}.cluster-heading h2{font-size:clamp(1.8rem,3vw,2.6rem);letter-spacing:-.035em;margin:0}.cluster-heading>span{color:var(--muted);font-size:.82rem;font-weight:800}.problem-search-empty{margin-top:10px}.problem-search-empty[hidden],[data-problem-item][hidden],[data-problem-cluster][hidden]{display:none!important}
.breadcrumbs{display:flex;align-items:center;gap:8px;flex-wrap:wrap;color:#76869c;font-size:.79rem;font-weight:750;margin-bottom:30px}.breadcrumbs a{color:#526783}.breadcrumbs a:hover{color:var(--blue)}.breadcrumbs strong{color:#44536a}.problem-copy{min-width:0}.problem-page{padding-top:48px}.problem-page h1{color:var(--ink)}.editorial-note{display:flex;align-items:center;gap:12px;margin:24px 0 36px;padding:13px 15px;border:1px solid var(--line);border-radius:15px;background:#fbfcff;width:max-content;max-width:100%}.editorial-note>span{width:34px;height:34px;display:grid;place-items:center;border-radius:10px;background:var(--soft)}.editorial-note p{margin:0;color:#34445e}.editorial-note small{color:var(--muted)}.problem-benefits{display:grid;grid-template-columns:1fr 1fr;gap:10px 18px}.problem-benefits li{background:#f8fbff;border:1px solid #e7edf6;border-radius:13px;padding:12px 13px}.check-steps{list-style:none;padding:0;margin:20px 0;display:grid;gap:12px}.check-steps li{display:grid;grid-template-columns:auto 1fr;gap:13px;align-items:start;background:#fff;border:1px solid var(--line);border-radius:16px;padding:15px}.check-steps li>span{width:31px;height:31px;display:grid;place-items:center;border-radius:10px;background:var(--soft);color:var(--blue);font-weight:950}.check-steps p{margin:4px 0 0;color:#45566f}.safety-panel{display:grid;grid-template-columns:auto 1fr;gap:14px;margin:32px 0;padding:19px;border-radius:18px;border:1px solid #dfe7f1;background:#f8fbff}.safety-panel>div:first-child{font-size:1.25rem}.safety-panel strong{display:block;margin-bottom:3px}.safety-panel p{margin:0;color:var(--muted);line-height:1.6}.problem-diagnose-card{top:96px;border-color:#d7e3f4}.aside-divider{height:1px;background:var(--line);margin:22px 0 17px}.aside-small-title{display:block;font-size:.83rem;margin-bottom:8px}.related-problems{padding-top:76px}.article-v10 .article-meta{display:flex;align-items:center;gap:12px;flex-wrap:wrap;color:#7a879b;font-size:.82rem;margin-top:13px}.article-v10 .article-meta span:after{content:"·";margin-left:12px}.article-v10 .safety-panel{margin-top:38px}
.site-footer.public-footer{background:transparent}.footer-col a:hover{color:var(--blue)}
@media(max-width:1050px){.hero-grid{grid-template-columns:1fr}.hero-v10{text-align:center}.hero-v10 h1,.hero-v10 .hero-copy{margin-left:auto;margin-right:auto}.problem-box-v10{margin-left:auto;margin-right:auto}.trustline-v10,.hero-v10 .quick-chips{justify-content:center}.hero-product{min-height:390px;width:min(620px,100%);margin:0 auto}.hero-float-card{left:18px}.phone-preview{right:16px}.reassurance-card{grid-template-columns:1fr}.problem-page-grid{gap:28px}}
@media(max-width:900px){.mobile-nav{display:block}.header-cta{display:none}.hero-v10{padding-top:54px}.hero-grid{gap:22px}.hero-product{min-height:350px}.product-window{width:min(440px,88%)}.phone-preview{width:92px;height:175px}.heading-row{align-items:flex-start;flex-direction:column;gap:5px}.text-link{padding-bottom:0}.problem-benefits{grid-template-columns:1fr}}
@media(max-width:700px){.hero-product{min-height:310px}.product-window{transform:none;width:96%;padding:13px 14px 17px}.product-chat{padding-top:22px}.phone-preview{display:none}.hero-float-card{left:0;bottom:0}.reassurance-card{padding:27px 22px}.reassurance-list{grid-template-columns:1fr}.cluster-heading{align-items:flex-start;flex-direction:column;gap:6px}.problem-page{padding-top:28px}.breadcrumbs{margin-bottom:22px}.editorial-note{width:100%}}
@media(max-width:620px){.site-header{min-height:64px}.brand{font-size:1.08rem}.brand-mark{width:31px;height:31px}.hero-v10{padding:45px 16px 50px}.hero-v10 h1{font-size:3.35rem}.hero-v10 .hero-copy{font-size:1.04rem}.problem-box-v10 textarea{min-height:104px}.problem-actions{align-items:flex-end}.file-upload-label{max-width:72%}.trustline-v10{align-items:center;text-align:center;flex-direction:row;gap:8px 15px}.hero-product{min-height:285px}.product-chat{grid-template-columns:auto 1fr;text-align:left}.product-options{padding-left:0;justify-content:center}.hero-float-card{padding:10px 12px}.trust-strip-v10{padding:0 16px;grid-template-columns:1fr;margin-bottom:0}.problem-library{padding-top:8px}.problem-cluster{margin-bottom:44px}.problem-search-wrap input{padding:15px 48px 15px 15px}.final-cta-v10{margin-top:12px}.article-v10 .article-meta span:after{display:none}.article-v10 .article-meta{gap:5px;flex-direction:column;align-items:flex-start}}

/* 0.10.2 — betaalde support voelt als een echte begeleide sessie */
.support-value-strip{display:flex;flex-wrap:wrap;gap:10px 18px;justify-content:center;margin:0 0 16px;color:#51627a;font-size:.84rem;font-weight:800}.support-value-strip span{display:inline-flex;align-items:center;gap:6px}.step-goal{display:flex;flex-direction:column;gap:4px;margin:18px 0;padding:15px 17px;border-radius:16px;background:#eef5ff;border:1px solid #d5e4fb}.step-goal strong{font-size:.78rem;text-transform:uppercase;letter-spacing:.08em;color:var(--blue)}.step-goal span{color:#40526c}.step-instruction{margin:22px 0;padding:22px;border:1px solid var(--line);border-radius:20px;background:#fff;box-shadow:0 8px 26px rgba(15,31,61,.035);color:#26364f;line-height:1.7}.step-label{display:block;margin-bottom:9px;color:var(--blue);font-size:.78rem;font-weight:900;text-transform:uppercase;letter-spacing:.09em}.why-details,.route-adjust{margin:14px 0;border:1px solid var(--line);border-radius:16px;background:#fbfdff;padding:0}.why-details summary,.route-adjust summary{cursor:pointer;padding:15px 17px;font-weight:850;color:#31445f;list-style:none}.why-details summary::-webkit-details-marker,.route-adjust summary::-webkit-details-marker{display:none}.why-details summary::after,.route-adjust summary::after{content:'＋';float:right;color:var(--blue)}.why-details[open] summary::after,.route-adjust[open] summary::after{content:'−'}.why-details p,.route-adjust>p{margin:0;padding:0 17px 16px;color:#5a6b82}.route-adjust{margin-top:18px;background:#f8fbff}.route-adjust.subtle{background:#fff}.solution-adapt-form{display:grid;gap:11px;padding:0 17px 17px}.solution-adapt-form textarea{width:100%;resize:vertical;border:1px solid #cfd9e8;border-radius:14px;padding:13px 14px;outline:none;background:#fff;color:var(--text)}.solution-adapt-form textarea:focus{border-color:#8fb2ff;box-shadow:0 0 0 3px rgba(37,99,235,.08)}.premium-actions{display:grid;grid-template-columns:1.1fr .9fr}.success-outline{border-color:#b9dfce;color:#087553;background:#f7fffb}.success-outline:hover{background:#effbf6;border-color:#8fcdb7}@media(max-width:620px){.support-value-strip{justify-content:flex-start;padding:0 4px}.premium-actions{grid-template-columns:1fr}.step-instruction{padding:18px}.route-adjust summary,.why-details summary{padding:14px 15px}}

/* 0.10.3 — Plus prijskeuze */
.plus-purchase-card{max-width:760px}.plan-choice-grid{display:grid;grid-template-columns:1fr 1fr;gap:14px;margin:6px 0 10px}.plan-choice{position:relative;display:flex!important;flex-direction:column;gap:8px;padding:20px;border:1.5px solid var(--line);border-radius:20px;background:#fff;cursor:pointer;transition:border-color .18s ease,box-shadow .18s ease,transform .18s ease}.plan-choice:hover{transform:translateY(-2px);border-color:#a9c4f7}.plan-choice:has(input:checked){border-color:var(--blue);box-shadow:0 0 0 3px rgba(37,99,235,.08),0 12px 30px rgba(15,31,61,.06)}.plan-choice.featured{background:linear-gradient(180deg,#f8fbff,#fff)}.plan-choice input{position:absolute;top:18px;right:18px;width:18px!important;height:18px;accent-color:var(--blue)}.plan-choice-top{display:flex;justify-content:space-between;align-items:center;gap:12px;padding-right:28px}.plan-choice-top strong{font-size:1.05rem;color:var(--ink)}.plan-choice-top>span{font-size:.76rem;font-weight:850;color:var(--blue);background:var(--soft);padding:5px 8px;border-radius:999px}.plan-choice-price{font-size:1.75rem;font-weight:950;letter-spacing:-.04em;color:var(--ink)}.plan-choice-price small{font-size:.78rem;font-weight:800;color:var(--muted);letter-spacing:0}.plan-choice-copy{font-size:.84rem;line-height:1.55;color:var(--muted)}.plan-choice-badge{position:absolute;top:-11px;left:18px;background:var(--blue);color:#fff;border-radius:999px;padding:5px 9px;font-size:.68rem;font-weight:900;text-transform:uppercase;letter-spacing:.04em}.plan-choice.featured{margin-top:0}@media(max-width:680px){.plan-choice-grid{grid-template-columns:1fr}.plan-choice{padding:18px}.plan-choice-price{font-size:1.55rem}}

/* 0.11 — Autopilot artikelen koppelen aan echte probleemroutes */
.article-related{margin:38px 0;padding:26px;border:1px solid var(--line);border-radius:22px;background:linear-gradient(180deg,#f7faff,#fff)}.article-related h2{margin:0 0 18px;font-size:1.55rem;letter-spacing:-.03em}.related-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:10px}.related-card{display:flex;flex-direction:column;gap:5px;padding:15px 16px;background:#fff;border:1px solid var(--line);border-radius:15px}.related-card:hover{border-color:#a9c4f7;box-shadow:0 8px 24px rgba(37,99,235,.07)}.related-card span{font-size:.82rem;color:var(--blue);font-weight:800}@media(max-width:620px){.related-grid{grid-template-columns:1fr}.article-related{padding:20px}}

/* 1.1 — AI-citeerbare kennisbank samenvatting */
.article-quick-answer{margin:24px 0 34px;padding:20px 22px;border:1px solid #cfe0fb;border-radius:18px;background:linear-gradient(180deg,#f4f8ff,#fff);box-shadow:0 10px 30px rgba(37,99,235,.045)}.article-quick-answer>span{display:block;margin-bottom:7px;color:var(--blue);font-size:.76rem;font-weight:950;text-transform:uppercase;letter-spacing:.08em}.article-quick-answer p{margin:0;color:#26364f;font-size:1.04rem;line-height:1.68;font-weight:650}[data-theme="dark"] .article-quick-answer{background:linear-gradient(180deg,rgba(37,99,235,.13),rgba(255,255,255,.025));border-color:rgba(96,165,250,.28)}[data-theme="dark"] .article-quick-answer p{color:var(--text)}

/* AI citation pages 1.2 */
.article-citation-facts{margin:-8px 0 34px;padding:20px 22px;border:1px solid var(--line);border-radius:18px;background:var(--surface)}
.article-citation-facts ul{margin:10px 0 0;padding-left:22px;display:grid;gap:9px}.article-citation-facts li{color:var(--text);line-height:1.6}
.article-source-panel{margin:38px 0 28px;padding:24px;border:1px solid var(--line);border-radius:20px;background:var(--surface);display:grid;grid-template-columns:minmax(0,1.25fr) minmax(240px,.75fr);gap:24px;align-items:start}
.article-source-panel h2{margin:5px 0 8px;font-size:1.35rem}.article-source-panel p{margin:0;color:var(--muted);line-height:1.65}.article-source-panel ul{margin:0;padding:0;list-style:none;display:grid;gap:9px}.article-source-panel a{display:block;padding:11px 13px;border:1px solid var(--line);border-radius:12px;text-decoration:none;font-weight:800;color:var(--blue);background:var(--bg)}
.article-source-panel a:hover{text-decoration:underline}@media(max-width:760px){.article-source-panel{grid-template-columns:1fr}}
