/* Part 20 quiz — DESIGN ROUND 2 (Oskar's fixes 2026-09-17): centred column everywhere, split scan only on the website path at
   desktop width, scan card only after a website is entered, account = form on top + report below (website path only),
   Trustpilot row, real favicons. Tokens = hero-stack/shared.css; base components ported from mockups/base.css (round 1). */

@font-face{font-family:Satoshi;src:url(/start/assets/fonts/satoshi-700.woff2) format("woff2");font-weight:700;font-style:normal;font-display:swap}

:root{
  --bg:#f4f6f9;--ink:#0f172a;--ink-strong:#020617;--muted:#5b6779;--quiet:#94a3b8;
  --line:#e2e8f0;--line-2:#cbd5e1;--line-soft:#eef1f6;
  --primary:#5B3A9E;--primary-deep:#432b75;--primary-soft:#f4f1f8;--primary-soft-2:#e8e3f1;
  --red:#dc2626;--red-ink:#b91c1c;--red-soft:#fef2f2;--red-line:#fecaca;
  --claude:#d97757;--green:#16a34a;--coral:#F26A4B;--amber:#f59e0b;--tp:#00b67a;
  --sh-card:0 1px 2px rgba(15,23,42,.05),0 12px 32px rgba(15,23,42,.06);
  --display:Satoshi,"Inter Tight",Inter,sans-serif;
}
*{box-sizing:border-box}
html,body{margin:0}
body{background:var(--bg);color:var(--ink);font:15px/1.55 Inter,system-ui,sans-serif;letter-spacing:-.005em;-webkit-font-smoothing:antialiased;overflow-x:hidden}
img,svg{display:block}
a{color:inherit}
button{font:inherit;color:inherit}
.qz{min-height:100vh;display:flex;flex-direction:column}

/* ---------- header ---------- */
.qz-hd{height:61px;display:flex;align-items:center;background:transparent;flex:0 0 61px}
.qz-hd .qz-hd-in{max-width:1120px;width:100%;margin:0 auto;padding:0 20px;display:flex;align-items:center}
.qz-hd img{height:24px}
@media (max-width:719px){.qz-hd img{height:22px}}

.qz-container{max-width:1120px;margin:0 auto;width:100%;padding:0 20px}

/* ---------- layout: one centred column, or the D1 split on the website path at desktop width ---------- */
.qz-main{flex:1;display:flex;align-items:center}
.qz-main.enter{animation:qzenter .32s ease both}
@keyframes qzenter{from{opacity:0;transform:translateY(8px)}to{opacity:1;transform:none}}
.col{max-width:600px;margin:0 auto;width:100%}
.split{max-width:600px;margin:0 auto;width:100%}
.split .right{margin-top:28px}
@media (min-width:1100px){
  .split{display:grid;grid-template-columns:560px 440px;gap:40px;align-items:center;max-width:none;justify-content:space-between}
  .split .left{max-width:560px;min-width:0}
  .split .right{margin:0;position:sticky;top:80px}
}
.website-body{padding:56px 0}
.q-body{padding:36px 0 48px}
@media (max-width:719px){
  .qz-main{align-items:flex-start}
  .website-body{padding:28px 0 40px}
  .q-body{padding:22px 0 40px}
  .qz-h{font-size:clamp(26px,7vw,28px)}
  .qz{min-height:auto}
  .split .right{margin-top:22px}
}

/* ---------- progress: one thin line at the top of the page, no-website path only (more steps); no step text anywhere ---------- */
.qz-prog{position:fixed;left:0;top:0;right:0;height:3px;z-index:20;background:var(--primary-soft-2)}
.qz-prog > i{display:block;height:100%;background:var(--primary);transition:width .4s ease}
.qz-top{display:flex;justify-content:center;margin-bottom:14px}
.qz-back{display:inline-flex;align-items:center;gap:4px;font:600 13px Inter,sans-serif;color:var(--muted);background:none;border:0;padding:0;cursor:pointer}
.qz-back svg{width:14px;height:14px;stroke:currentColor;fill:none;stroke-width:2;stroke-linecap:round;stroke-linejoin:round}
.qz-back:hover{color:var(--ink)}
.qz-bar{height:4px;border-radius:99px;background:var(--primary-soft-2);overflow:hidden;margin-bottom:22px}
.qz-bar > i{display:block;height:100%;background:var(--primary);border-radius:99px;transition:width .4s ease}
/* questions centred (Oskar): headline, sub, why line and proof line centred; answer cards stay full width */
.qcenter{text-align:center}
.qcenter .qz-sub{margin-left:auto;margin-right:auto}
.qcenter .qz-why,.qcenter .qz-proof{justify-content:center}
.qcenter .qz-label{text-align:left}
.qcenter .qz-link{display:block;margin-left:auto;margin-right:auto}

/* ---------- headline / eyebrow / sub ---------- */
.qz-eyebrow{font:700 11.5px Inter,sans-serif;text-transform:uppercase;letter-spacing:.14em;color:var(--muted);margin:0 0 12px}
.qz-h{font-family:var(--display);font-weight:700;font-size:clamp(26px,2.6vw,38px);line-height:1.12;letter-spacing:-.01em;color:var(--ink-strong);margin:0 0 12px;text-wrap:balance}
.qz-sub{font-size:16px;line-height:1.55;color:var(--muted);margin:0 0 22px;max-width:520px}
.qz-h + .qz-answers{margin-top:22px}

/* ---------- answer card ---------- */
.qz-answers{display:flex;flex-direction:column;gap:10px;margin-bottom:16px}
.qz-answers.grid2{display:grid;grid-template-columns:1fr 1fr}
.qz-opt{display:flex;align-items:center;gap:14px;min-height:64px;padding:14px 18px;background:#fff;border:1px solid var(--line);border-radius:14px;cursor:pointer;transition:border-color .15s,box-shadow .15s,transform .15s;text-align:left;width:100%}
.qz-opt:hover{border-color:var(--line-2);box-shadow:0 4px 14px rgba(15,23,42,.06)}
.qz-opt:active{transform:scale(.99)}
.qz-opt .tile{flex:0 0 36px;width:36px;height:36px;border-radius:9px;background:var(--primary-soft);display:flex;align-items:center;justify-content:center}
.qz-opt .tile svg{width:18px;height:18px;stroke:var(--primary-deep);fill:none;stroke-width:1.75;stroke-linecap:round;stroke-linejoin:round}
.qz-opt .tx{flex:1;min-width:0}
.qz-opt .tx b{display:block;font:600 16px "Inter Tight",Inter,sans-serif;color:var(--ink);letter-spacing:-.005em}
.qz-opt .chk{flex:0 0 20px;width:20px;height:20px;border-radius:50%;background:var(--primary);display:none;align-items:center;justify-content:center}
.qz-opt .chk svg{width:12px;height:12px;stroke:#fff;fill:none;stroke-width:2.5;stroke-linecap:round;stroke-linejoin:round}
.qz-opt.sel{box-shadow:inset 0 0 0 2px var(--primary)}
.qz-opt.sel .tile{background:var(--primary)}
.qz-opt.sel .tile svg{stroke:#fff}
.qz-opt.sel .chk{display:flex}
.qz-opt.compact{min-height:56px;padding:12px 16px}
.qz-opt.compact .tx b{font-size:15px}
@media (max-width:719px){
  .qz-opt{min-height:60px;padding:12px 14px}
  .qz-opt.compact{min-height:52px;padding:10px 14px}
  .qz-answers.grid2{gap:8px}
  .qz-answers.grid2.stack-phone{grid-template-columns:1fr}
}

/* other-type inline field */
.qz-other{display:none;grid-template-columns:1fr auto;gap:10px;align-items:center;margin:-4px 0 16px}
.qz-other.on{display:grid}
.qz-other .qz-field{margin:0;grid-column:1;grid-row:1}
.qz-other .qz-btn{width:auto;margin:0;height:56px;padding:0 22px;grid-column:2;grid-row:1}
.qz-other .qz-err{grid-column:1 / -1;grid-row:2;margin:-2px 2px 0}
@media (max-width:719px){.qz-other{grid-template-columns:1fr}.qz-other .qz-field,.qz-other .qz-btn,.qz-other .qz-err{grid-column:1;grid-row:auto}.qz-other .qz-btn{width:100%;height:52px}}

/* ---------- why line ---------- */
.qz-why{display:flex;align-items:center;gap:8px;font-size:13.5px;color:var(--muted);margin:4px 0 18px}
.qz-why img{width:14px;height:14px;flex:0 0 14px}

/* ---------- counters ---------- */
.qz-counters{display:grid;grid-template-columns:repeat(3,1fr);gap:8px;text-align:center}
.qz-counters b{display:block;font-family:var(--display);font-weight:700;font-size:32px;color:var(--ink-strong);letter-spacing:-.01em;font-variant-numeric:tabular-nums;line-height:1.15}
.qz-counters span{display:block;font-size:12px;color:var(--muted);margin-top:2px}

/* ---------- stage row ---------- */
.qz-stage{display:flex;align-items:center;gap:12px;height:44px;font-size:14px}
.qz-stage .ic{flex:0 0 20px;width:20px;height:20px;border-radius:50%;display:flex;align-items:center;justify-content:center}
.qz-stage .ic svg{width:11px;height:11px;stroke:#fff;fill:none;stroke-width:2.5;stroke-linecap:round;stroke-linejoin:round}
.qz-stage.done .ic{background:var(--primary)}
.qz-stage.run .ic{border:2px solid var(--primary);border-top-color:transparent;animation:qzspin .8s linear infinite}
.qz-stage.pending .ic{border:1.5px solid var(--line-2)}
.qz-stage.done .tx{color:var(--ink);font-weight:600}
.qz-stage.run .tx{color:var(--ink);font-weight:500}
.qz-stage.pending .tx{color:var(--quiet)}
@keyframes qzspin{to{transform:rotate(360deg)}}
.qz-dots:after{content:"";animation:qzdots 1.2s steps(4,end) infinite}
@keyframes qzdots{0%{content:""}25%{content:"."}50%{content:".."}75%{content:"..."}}
.static .qz-stage.run .ic,.static .qz-dots:after,.static .spin,.static .qz-live i{animation:none}
.static .qz-dots:after{content:"…"}

/* ---------- pills ---------- */
.qz-live{display:inline-flex;align-items:center;gap:5px;font:700 10.5px Inter,sans-serif;letter-spacing:.04em;color:var(--green);background:#ecfdf3;border-radius:999px;padding:3px 8px 3px 6px;margin-left:auto;white-space:nowrap}
.qz-live i{width:6px;height:6px;border-radius:50%;background:var(--green);animation:qzpulse 1.4s ease-in-out infinite}
@keyframes qzpulse{0%,100%{opacity:1}50%{opacity:.35}}
.qz-status{display:inline-flex;align-items:center;gap:6px;font:700 11.5px Inter,sans-serif;border-radius:999px;padding:4px 10px;white-space:nowrap;margin-left:auto}
.qz-status.run{color:var(--primary-deep);background:var(--primary-soft)}
.qz-status.run .spin{width:11px;height:11px;border-radius:50%;border:2px solid var(--primary);border-top-color:transparent;animation:qzspin .8s linear infinite}
.qz-status.done{color:#15803d;background:#ecfdf3}
.qz-status.done i{width:6px;height:6px;border-radius:50%;background:var(--green)}

/* ---------- favicon tile (letter behind, real icon on top when it loads) ---------- */
.fav{position:relative;width:28px;height:28px;border-radius:7px;background:#eef1f6;color:var(--muted);display:flex;align-items:center;justify-content:center;font:700 12px Inter,sans-serif;flex:0 0 28px;overflow:hidden}
.fav img{position:absolute;inset:0;width:100%;height:100%;object-fit:cover;background:#fff}
.fav img.ico{inset:4px;width:calc(100% - 8px);height:calc(100% - 8px);object-fit:contain;border-radius:3px}

/* ---------- inputs ---------- */
.qz-label{display:block;color:var(--muted);font-size:13px;font-weight:600;margin-bottom:6px}
.qz-field{position:relative;display:flex;align-items:center;height:56px;background:#fff;border:1px solid var(--line);border-radius:12px;padding:0 16px;gap:10px;margin-bottom:14px;transition:border-color .15s,box-shadow .15s}
.qz-field:focus-within{border-color:var(--primary);box-shadow:0 0 0 3px rgba(91,58,158,.12)}
.qz-field svg{width:18px;height:18px;stroke:var(--quiet);fill:none;stroke-width:1.75;stroke-linecap:round;stroke-linejoin:round;flex:0 0 18px}
.qz-field input{border:0;outline:0;flex:1;font:16px "Inter Tight",Inter,sans-serif;color:var(--ink);background:transparent;min-width:0}
.qz-field input::placeholder{color:var(--quiet)}
.qz-field.small{height:52px;margin-bottom:12px}
.qz-field .eye{margin-left:auto;background:none;border:0;padding:0;cursor:pointer;display:flex}

/* ---------- buttons ---------- */
.qz-btn{display:flex;align-items:center;justify-content:center;width:100%;height:52px;padding:0 28px;border-radius:12px;font:600 16px "Inter Tight",Inter,sans-serif;letter-spacing:-.01em;border:0;white-space:nowrap;text-decoration:none;color:#fff;cursor:pointer;
  background:linear-gradient(180deg,#795daf,#4e3288 55%,#4e3288);
  box-shadow:inset 0 1.5px #ffffff61,inset 0 -1px #2a1b5240,0 2px 5px #37235f40,0 10px 24px #5B3A9E59;
  transition:transform .12s ease,filter .12s ease;margin-bottom:14px}
.qz-btn:hover{filter:brightness(1.06);transform:translateY(-1px)}
.qz-btn.ghost{background:#fff;color:var(--ink);box-shadow:none;border:1px solid var(--line);gap:10px}
.qz-btn.ghost:hover{border-color:var(--line-2);box-shadow:0 4px 14px rgba(15,23,42,.06);filter:none}
.qz-btn.ghost svg{width:18px;height:18px}
.qz-link{display:inline-block;font-size:14px;color:var(--primary);text-decoration:underline;margin-bottom:14px;background:none;border:0;padding:0;cursor:pointer}
.qz-fine{font-size:12px;color:var(--muted);line-height:1.5;margin:0 0 14px}
.qz-or{display:flex;align-items:center;gap:12px;font-size:12px;color:var(--quiet);margin:2px 0 14px}
.qz-or:before,.qz-or:after{content:"";flex:1;height:1px;background:var(--line-soft)}

/* ---------- Trustpilot row (same as the landing page hero) ---------- */
.qz-proof{display:flex;align-items:center;gap:3px 8px;font-size:13.5px;color:var(--muted);flex-wrap:wrap}
.qz-proof .tp{display:block;flex:0 0 auto;height:18px;width:96px}
.qz-proof b{color:var(--ink-strong);font-weight:700}
.qz-proof .pl::before{content:"· "}
@media(max-width:600px){.acct .qz-proof .pl{flex-basis:100%;text-align:inherit}.acct .qz-proof .pl::before{content:none}}

.qz-hr{height:1px;background:var(--line-soft);border:0;margin:16px 0}

/* ---------- lock chip ---------- */
.qz-lock{display:inline-flex;align-items:center;gap:6px;background:rgba(2,6,23,.78);color:#fff;font:600 12.5px Inter,sans-serif;border-radius:999px;padding:7px 13px;white-space:nowrap;box-shadow:0 6px 18px rgba(2,6,23,.25)}
.qz-lock svg{width:12px;height:12px;stroke:#fff;fill:none;stroke-width:2.2;stroke-linecap:round}

/* ---------- scan card (website path only) ---------- */
.scancard{background:#fff;border:1px solid var(--line-soft);border-radius:20px;box-shadow:var(--sh-card);padding:24px}
.scancard-hd{display:flex;align-items:center;gap:10px;margin-bottom:16px;min-height:28px}
.scancard-hd .t{font:600 15px "Inter Tight",Inter,sans-serif;color:var(--ink);min-width:0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}
.stages{margin:6px 0 2px}
.learned-lbl{font:600 12px Inter,sans-serif;color:var(--muted);margin:14px 0 8px}
.chips{display:flex;flex-wrap:wrap;gap:6px;margin-bottom:14px}
.chip{font:600 12px Inter,sans-serif;color:var(--primary-deep);background:var(--primary-soft);border-radius:999px;padding:5px 10px}
.scancard-footer{font-size:12px;color:var(--quiet);line-height:1.5}

/* ---------- account: one centred column, form first, report under it ---------- */
.acct{padding:28px 0 64px;flex:1}
.acct-wrap{max-width:600px;margin:0 auto;width:100%}
.acct-steps{display:grid;grid-template-columns:repeat(3,1fr);gap:6px;margin:0 0 24px}
.acct-steps .st i{display:block;height:3px;border-radius:99px;background:var(--primary-soft-2)}
.acct-steps .st.done i,.acct-steps .st.now i{background:var(--primary)}
.acct-steps .st span{display:flex;align-items:center;justify-content:center;gap:5px;margin-top:8px;font:500 12px Inter,sans-serif;color:var(--quiet)}
.acct-steps .st.done span{color:var(--muted)}
.acct-steps .st.now span{color:var(--ink-strong);font-weight:700}
.acct-steps svg{width:12px;height:12px;stroke:var(--green);fill:none;stroke-width:3;stroke-linecap:round;stroke-linejoin:round}
.acct-card{background:#fff;border:1px solid var(--line);border-radius:20px;padding:32px;margin-bottom:20px}
.acct-card .qz-h{font-size:clamp(24px,2.2vw,30px);margin-bottom:20px;text-align:center}
.acct-card .qz-eyebrow{text-align:center}
.acct-card .qz-eyebrow{margin-bottom:10px}
.acct-card .qz-btn.ghost{margin-bottom:10px}
.acct-card .qz-fine{margin-bottom:12px}

/* report card (website path only): counters visible, D3 map + rows blurred behind the lock */
.report{background:linear-gradient(180deg,#faf8fd,#fff 140px);border:1px solid var(--primary-soft-2);border-radius:20px;padding:22px 22px 18px;position:relative}
.report-hd{display:flex;align-items:center;gap:10px;margin-bottom:16px}
.report-hd .rt{min-width:0;flex:1}
.report-hd .rt b{display:block;font:600 15px "Inter Tight",Inter,sans-serif;color:var(--ink-strong);white-space:nowrap;overflow:hidden;text-overflow:ellipsis}
.report-hd .rt span{display:block;font-size:12px;color:var(--muted);margin-top:1px}
.report .qz-counters{margin:0 0 6px}
.stageline{display:flex;align-items:center;justify-content:center;gap:8px;font-size:13px;color:var(--muted);min-height:20px;margin:2px 0 0}
.stageline .spin{width:12px;height:12px;border-radius:50%;border:2px solid var(--primary);border-top-color:transparent;animation:qzspin .8s linear infinite;flex:0 0 12px}
.stageline[hidden]{display:none}
.locked{position:relative;margin:10px 0 4px;border-radius:14px;overflow:hidden}
.locked .qz-lock{position:absolute;left:50%;bottom:38px;transform:translate(-50%,0);z-index:3}
.locked:after{content:"";position:absolute;inset:0;background:linear-gradient(180deg,rgba(255,255,255,0) 40%,rgba(255,255,255,.55));pointer-events:none;z-index:2}
.map{position:relative;height:190px;width:100%}
.map > svg{position:absolute;inset:0;width:100%;height:100%;overflow:visible}
.map .node{position:absolute;transform:translate(-50%,-50%) scale(.4);width:32px;height:32px;border-radius:10px;background:#fff;box-shadow:0 1px 2px rgba(15,23,42,.06),0 6px 16px rgba(15,23,42,.08);display:flex;align-items:center;justify-content:center;opacity:0;transition:opacity .35s ease,transform .45s cubic-bezier(.2,.9,.3,1.3)}
.map .node.on{opacity:1;transform:translate(-50%,-50%) scale(1)}
.map .node i{width:16px;height:16px;border-radius:50%;filter:blur(2px)}
.map .center{position:absolute;left:50%;top:50%;transform:translate(-50%,-50%);z-index:1}
.map .center .tilewrap{position:relative;width:52px;height:52px}
.map .center .fav{width:52px;height:52px;border-radius:14px;background:#fff;box-shadow:var(--sh-card);font-size:16px;color:var(--ink);margin:0}
.map .center .fav img{border-radius:14px}
.map .center .fav img.ico{inset:9px;width:calc(100% - 18px);height:calc(100% - 18px);border-radius:6px}
.map .center .lbl{position:absolute;top:100%;left:50%;transform:translateX(-50%);margin-top:7px;display:inline-flex;align-items:center;gap:5px;padding:3px 9px;border-radius:99px;background:#fff;border:1px solid var(--line);font-size:11.5px;line-height:1.3;color:var(--ink);font-weight:600;white-space:nowrap}
.map .center .lbl span{max-width:150px;overflow:hidden;text-overflow:ellipsis}
.map .center .lbl svg{display:none;flex:none;width:11px;height:11px;stroke:var(--green);fill:none;stroke-width:3;stroke-linecap:round;stroke-linejoin:round}
.map.done .center .lbl svg{display:block}
.map path{transition:opacity .4s}
.rows{display:flex;flex-direction:column;gap:6px;padding:4px 10px 8px;filter:blur(3px)}
.rows .row{display:flex;align-items:center;gap:8px}
.rows .row i{width:18px;height:18px;border-radius:50%;flex:0 0 18px}
.rows .row b{flex:1;height:8px;border-radius:4px;background:#e2e8f0}
.rows .row s{width:34px;height:24px;border-radius:5px;flex:0 0 34px}
@media (max-width:719px){
  .acct{padding:20px 0 48px}
  .acct-card{padding:22px 18px;border-radius:16px;margin-bottom:16px}
  .report{padding:16px 14px 14px}
  .report .qz-counters b{font-size:26px}
  .report-hd .rt b{white-space:normal;line-height:1.25}
  .map{height:132px}
  .map .center .tilewrap{width:44px;height:44px}
  .map .center .fav{width:44px;height:44px;border-radius:12px;font-size:14px}
  .map .center .fav img.ico{inset:7px;width:calc(100% - 14px);height:calc(100% - 14px)}
  .map .node{width:26px;height:26px;border-radius:8px}
  .map .node i{width:13px;height:13px}
  .rows{padding:2px 8px 6px}
  .rows .row:nth-child(3){display:none}
  .locked .qz-lock{bottom:24px}
}

/* ---------- design round 4: input states (Oskar 2026-09-18 — every place a person types must behave like a serious product) ---------- */
[hidden]{display:none!important}
.sr{position:absolute;width:1px;height:1px;margin:-1px;padding:0;overflow:hidden;clip:rect(0 0 0 0);white-space:nowrap;border:0}
.qz-h:focus{outline:none}
.qz-field.invalid,.qz-field.invalid:focus-within{border-color:var(--red);box-shadow:0 0 0 3px rgba(220,38,38,.10)}
.qz-field.invalid > svg:first-child{stroke:var(--red)}
.qz-field input:-webkit-autofill{-webkit-box-shadow:0 0 0 40px #fff inset;-webkit-text-fill-color:var(--ink)}
.qz-field input[readonly]{color:var(--muted)}
.qz-err,.qz-hint,.qz-warn,.qz-suggest{display:flex;align-items:flex-start;gap:6px;margin:-6px 2px 12px;font-size:13px;line-height:1.4;text-align:left}
.qz-err{color:var(--red-ink);animation:qzerr .18s ease both}
@keyframes qzerr{from{opacity:0;transform:translateY(-3px)}to{opacity:1;transform:none}}
.qz-err svg,.qz-warn svg,.qz-hint svg,.qz-banner svg{flex:0 0 15px;width:15px;height:15px;margin-top:1.5px;fill:none;stroke:currentColor;stroke-width:2;stroke-linecap:round;stroke-linejoin:round}
.qz-hint{color:var(--muted);font-size:12.5px;align-items:center}
.qz-hint svg{margin:0;width:13px;height:13px;flex-basis:13px;stroke-width:3;stroke:var(--line-2)}
.qz-hint.ok{color:var(--green)}
.qz-hint.ok svg{stroke:var(--green)}
.qz-warn{color:#92400e;font-size:12.5px}
.qz-suggest{display:block;color:var(--muted)}
.qz-suggest button{background:none;border:0;padding:0;font-weight:600;color:var(--primary);text-decoration:underline;cursor:pointer}
.qz-banner{display:flex;align-items:flex-start;gap:9px;padding:12px 14px;margin:0 0 14px;border-radius:12px;background:var(--red-soft);border:1px solid var(--red-line);color:var(--red-ink);font-size:13.5px;line-height:1.45;text-align:left}
.qz-banner a{font-weight:600;color:inherit}
.qz-fine a{color:inherit;text-decoration:underline;text-underline-offset:2px}
.qz-fine a:hover{color:var(--ink)}
.qz-field .eye{width:32px;height:32px;margin-right:-7px;align-items:center;justify-content:center;border-radius:8px}
.qz-field .eye:hover svg{stroke:var(--muted)}
.qz-btn .sp{flex:0 0 16px;width:16px;height:16px;margin-right:10px;border-radius:50%;border:2px solid rgba(255,255,255,.35);border-top-color:#fff;animation:qzspin .7s linear infinite}
.qz-btn.ghost .sp{border-color:var(--line-2);border-top-color:var(--primary)}
.qz-btn[disabled]{cursor:default;transform:none;filter:none}
.qz-btn[disabled]:not([aria-busy]):not(.done){opacity:.55}
.qz-btn.done{background:var(--green);box-shadow:none;gap:8px}
.qz-btn.done svg{width:17px;height:17px;fill:none;stroke:#fff;stroke-width:3;stroke-linecap:round;stroke-linejoin:round}
.js-end{color:var(--ink);font-weight:600}
/* keyboard focus: one consistent ring, only for keyboard users */
.qz-btn:focus-visible,.qz-opt:focus-visible,.qz-link:focus-visible,.qz-back:focus-visible,.eye:focus-visible,.qz-suggest button:focus-visible,.qz-fine a:focus-visible,.qz-banner a:focus-visible{outline:2px solid var(--primary);outline-offset:2px;border-radius:12px}
.qz-back:focus-visible,.qz-link:focus-visible,.qz-suggest button:focus-visible,.qz-fine a:focus-visible,.qz-banner a:focus-visible{border-radius:4px}
/* Oskar 2026-09-18 (after the lock, via the main landing chat): "when I click around in the quiz it highlights the element in a light blue … we had the same
   problem in the pricing page" → the pricing pop-up's cure, quiz-wide: no tap highlight, no text selection / touch callout on anything that is pressed,
   no mouse focus ring. Keyboard focus rings (:focus-visible, above) stay. Text in inputs stays selectable. */
.qz,.qz *{-webkit-tap-highlight-color:transparent}
.qz-opt,.qz-opt *,.qz-btn,.qz-btn *,.qz-back,.qz-back *,.qz-link,.eye,.eye *,.qz-suggest button,.acct-steps,.acct-steps *,.qz-hd,.qz-hd *,.qz-lock,.qz-lock *{-webkit-user-select:none;user-select:none;-webkit-touch-callout:none}
.qz-opt:focus:not(:focus-visible),.qz-btn:focus:not(:focus-visible),.qz-back:focus:not(:focus-visible),.qz-link:focus:not(:focus-visible),.eye:focus:not(:focus-visible),.qz-suggest button:focus:not(:focus-visible){outline:none}
@media (prefers-reduced-motion:reduce){*,*::before,*::after{animation-duration:.01ms!important;animation-iteration-count:1!important;transition-duration:.01ms!important}}

/* =====================================================================================================================================
   V2 — RESULTS STEP (Oskar 2026-09-21): spend -> loader -> results -> account, website path only. Everything below is new; nothing above
   was changed. Three loader styles: .ld-ring (A) · .ld-list (B) · .ld-map (C).
   ===================================================================================================================================== */
.res-body{padding:40px 0 48px}
.res-body.loading{padding:32px 0 56px}
.ld{max-width:500px;margin:0 auto;text-align:center}
.ld .qz-h{margin-bottom:8px}
.ld .qz-sub,.res .qz-sub{margin:0 auto 24px}
.ld .qz-sub b,.res .qz-sub b{color:var(--ink);font-weight:600}
.ld .qz-h .qz-dots{position:absolute}            /* trails the text without pushing it off-centre */
.ld.done .qz-h .qz-dots{visibility:hidden}

/* the live line under the loader: spinner + what the scan is doing now; a green check + "Report ready" at the end */
.ld-stage{display:flex;align-items:center;justify-content:center;gap:9px;min-height:24px;font-size:14.5px;font-weight:500;color:var(--ink)}
.ld-stage .spin{flex:0 0 14px;width:14px;height:14px;border-radius:50%;border:2px solid var(--primary);border-top-color:transparent;animation:qzspin .8s linear infinite}
.ld-stage .ok{display:none;flex:0 0 18px;width:18px;height:18px;border-radius:50%;background:var(--green);align-items:center;justify-content:center}
.ld-stage .ok svg{width:10px;height:10px;stroke:#fff;fill:none;stroke-width:3;stroke-linecap:round;stroke-linejoin:round}
.ld.done .ld-stage .spin{display:none}
.ld.done .ld-stage .ok{display:flex;animation:respop .35s cubic-bezier(.2,.9,.3,1.3) both}
.ld.done .ld-stage{color:#15803d;font-weight:600}
.js-ldstage.swap{animation:ldswap .35s ease both}
@keyframes ldswap{from{opacity:0;transform:translateY(5px)}to{opacity:1;transform:none}}

/* A · ring around the website's own icon */
.ld-ring{position:relative;width:136px;height:136px;margin:0 auto 12px}
.ld-ring svg{position:absolute;inset:0;width:100%;height:100%;transform:rotate(-90deg);overflow:visible}
.ld-ring .trk{fill:none;stroke:var(--primary-soft-2);stroke-width:4.5}
.ld-ring .arc{fill:none;stroke:var(--primary);stroke-width:4.5;stroke-linecap:round;stroke-dasharray:100;stroke-dashoffset:100;transition:stroke .3s}
.ld.done .ld-ring .arc{stroke:var(--green)}
.ld-ring .fav{position:absolute;left:50%;top:50%;transform:translate(-50%,-50%);width:64px;height:64px;border-radius:18px;background:#fff;box-shadow:var(--sh-card);font-size:20px;color:var(--ink);margin:0}
.ld-ring .fav img{border-radius:18px}
.ld-ring .fav img.ico{inset:12px;width:calc(100% - 24px);height:calc(100% - 24px);border-radius:6px}
.ld-pct{font:700 15px/1 var(--display);letter-spacing:.01em;color:var(--primary);margin:0 0 18px;font-variant-numeric:tabular-nums;transition:color .3s}
.ld.done .ld-pct{color:var(--green)}
.ld-mini{display:flex;justify-content:center;gap:36px;width:fit-content;min-width:300px;margin:26px auto 0;padding-top:22px;border-top:1px solid var(--line)}
.ld-mini b{display:block;font:700 24px/1.15 var(--display);color:var(--ink-strong);font-variant-numeric:tabular-nums;letter-spacing:-.01em}
.ld-mini span{display:block;font-size:12px;color:var(--muted);margin-top:2px}

/* B · checklist card and C · live map card */
.ld-card{background:#fff;border:1px solid var(--line-soft);border-radius:20px;box-shadow:var(--sh-card);padding:20px 22px 12px;text-align:left}
.ld-card-hd{display:flex;align-items:center;gap:10px;margin-bottom:12px}
.ld-card-hd .t{flex:1;min-width:0;font:600 15px "Inter Tight",Inter,sans-serif;color:var(--ink);white-space:nowrap;overflow:hidden;text-overflow:ellipsis}
.ld-card-hd b{font:700 14px Inter,sans-serif;color:var(--primary);font-variant-numeric:tabular-nums;transition:color .3s}
.ld.done .ld-card-hd b{color:var(--green)}
.ld-bar{height:4px;border-radius:99px;background:var(--primary-soft-2);overflow:hidden;margin:0 0 6px}
.ld-bar i{display:block;height:100%;width:0;background:var(--primary);border-radius:99px;transition:background .3s}
.ld.done .ld-bar i{background:var(--green)}
.ld-card .stages{margin-top:4px}
.ld-card .qz-stage{height:42px}
.ld-card .qz-stage.done .ic{animation:respop .3s cubic-bezier(.2,.9,.3,1.3) both}
.ld-mapcard{padding:10px 20px 20px;text-align:center}
.ld-map{height:210px}
.ld-mapcard .qz-counters{margin:4px 0 12px}
.ld-mapcard .ld-stage{margin-bottom:14px}
.ld-mapcard .ld-bar{margin:0}
.ld-map .tilewrap .radar{position:absolute;left:50%;top:50%;width:52px;height:52px;margin:-26px 0 0 -26px;border-radius:50%;border:1.5px solid var(--primary);opacity:0;animation:ldradar 2.4s ease-out infinite;pointer-events:none}
.ld-map .tilewrap .radar.r2{animation-delay:1.2s}
@keyframes ldradar{0%{transform:scale(1);opacity:.4}100%{transform:scale(3.2);opacity:0}}
.ld.done .ld-map .radar{animation:none;opacity:0}
.map .node{transition-delay:calc(var(--i, 0) * 45ms)}

/* results: success mark, headline, the report card (numbers + map + locked insights), one button */
.res{max-width:600px;margin:0 auto;text-align:center}
.res-ok{width:54px;height:54px;border-radius:50%;background:#ecfdf3;box-shadow:0 0 0 8px rgba(22,163,74,.06);display:flex;align-items:center;justify-content:center;margin:0 auto 16px}
.res-ok svg{width:26px;height:26px;stroke:var(--green);fill:none;stroke-width:2.6;stroke-linecap:round;stroke-linejoin:round;stroke-dasharray:24;stroke-dashoffset:0}
.res .qz-h{margin-bottom:8px}
.res-report{text-align:left;margin:0 0 16px}
.res-report .qz-counters{margin:0 0 2px}
.res-map .map{height:176px}
.res-ins{border-top:1px solid var(--line-soft);margin-top:8px}
.ins{display:flex;align-items:center;gap:12px;min-height:54px;padding:8px 2px}
.ins + .ins{border-top:1px solid var(--line-soft)}
.ins .ic{flex:0 0 34px;width:34px;height:34px;border-radius:10px;background:var(--primary-soft);display:flex;align-items:center;justify-content:center}
.ins .ic svg{width:17px;height:17px;stroke:var(--primary-deep);fill:none;stroke-width:1.9;stroke-linecap:round;stroke-linejoin:round}
.ins .t{flex:1;min-width:0;font:600 15px/1.3 "Inter Tight",Inter,sans-serif;color:var(--ink)}
.ins .pv{display:flex;gap:5px;filter:blur(3.5px);opacity:.85}
.ins .th{width:34px;height:24px;border-radius:5px}
.ins .lk{flex:0 0 16px;display:flex}
.ins .lk svg{width:15px;height:15px;stroke:var(--quiet);fill:none;stroke-width:2.2;stroke-linecap:round;stroke-linejoin:round}
.res-cta{position:sticky;bottom:0;z-index:5;padding:12px 0 14px;margin:0 0 4px;background:linear-gradient(180deg,rgba(244,246,249,0),var(--bg) 40%)}
.res .qz-proof{justify-content:center}
.reveal .res > *{animation:qzenter .5s cubic-bezier(.2,.7,.3,1) both}
.reveal .res > :nth-child(2){animation-delay:.04s}
.reveal .res > :nth-child(3){animation-delay:.1s}
.reveal .res > :nth-child(4){animation-delay:.16s}
.reveal .res > :nth-child(5){animation-delay:.22s}
.reveal .res > :nth-child(6){animation-delay:.3s}
.reveal .res > :nth-child(7){animation-delay:.36s}
.reveal .res-ok{animation:respop .5s cubic-bezier(.2,.9,.3,1.3) both !important}
.reveal .res-ok svg{animation:resdraw .45s .25s ease both}
@keyframes respop{from{opacity:0;transform:scale(.5)}to{opacity:1;transform:none}}
@keyframes resdraw{from{stroke-dashoffset:24}to{stroke-dashoffset:0}}

/* account screen, website path: small reminder of what the account unlocks (the full report lives on the results screen now) */
.report.mini{padding:16px 20px 14px;background:#fff;border-color:var(--line)}
.report.mini .report-hd{margin-bottom:12px}
.report.mini .qz-counters b{font-size:24px}
.qz-status.lock{color:var(--muted);background:#f1f3f7}
.qz-status.lock svg{width:11px;height:11px;stroke:currentColor;fill:none;stroke-width:2.4;stroke-linecap:round;stroke-linejoin:round}

@media (max-width:719px){
  .res-body{padding:14px 0 20px}
  .res-body.loading{align-items:center;min-height:calc(100svh - 70px);padding:8px 0 40px}
  .ld-ring{width:120px;height:120px}
  .ld-ring .fav{width:56px;height:56px;border-radius:16px}
  .ld-ring .fav img.ico{inset:11px;width:calc(100% - 22px);height:calc(100% - 22px)}
  .ld-mini{gap:24px;min-width:0}
  .res .qz-proof .pl{flex-basis:100%;text-align:center}
  .res .qz-proof .pl::before{content:none}
  .ld-mini b{font-size:21px}
  .ld-card{padding:16px 16px 8px;border-radius:16px}
  .ld-card .qz-stage{height:38px;font-size:13.5px}
  .ld-mapcard{padding:6px 14px 16px}
  .ld-map{height:160px}
  .res-ok{width:46px;height:46px;margin-bottom:12px}
  .res-ok svg{width:22px;height:22px}
  .res .qz-sub{margin-bottom:18px}
  .res-map .map{height:132px}
  .ins{gap:10px;min-height:50px}
  .ins .t{font-size:14px}
  .ins .th + .th{display:none}
  .res-cta{padding:10px 0 calc(12px + env(safe-area-inset-bottom))}
  .report.mini{padding:14px 14px 12px}
  .report.mini .qz-counters b{font-size:21px}
}
.static .ld-stage .spin,.static .ld-map .radar{animation:none}

/* ---------- C · live map → results on ONE screen (Oskar 2026-09-21: "it stays in the same page … the new elements expand from this main
   element … the CTA button erupts … quick and seamless"). Timeline after "Report ready" (all from the same card, nothing reloads):
   0 ms headline + subline swap · 0–500 ms progress line folds away while the 3 locked lines grow out of the card (staggered) ·
   300–800 ms the button rises and pops · 450–900 ms Back + Trustpilot fade in · 1.15 s one soft glow ring round the button. ---------- */
.rs{max-width:600px;margin:0 auto;text-align:center}
.rs-body{padding:40px 0 48px}
.rs-back{transition:opacity .35s ease .45s}
.rs.is-loading .rs-back{visibility:hidden;opacity:0}
.rs-swap{display:grid;justify-items:center}
.rs-swap > span{grid-area:1/1;transition:opacity .26s ease,transform .4s cubic-bezier(.2,.7,.2,1)}
.rs-swap .t-done{opacity:0;transform:translateY(12px)}
.rs.is-revealed .rs-swap .t-load{opacity:0;transform:translateY(-10px);transition-duration:.15s,.3s}
.rs.is-revealed .rs-swap .t-done{opacity:1;transform:none;transition-delay:.12s}
.rs.is-revealed .qz-h .qz-dots{display:none}
.rs-card{transition:box-shadow .5s ease}
.rs.is-revealed .rs-card{box-shadow:0 1px 2px rgba(15,23,42,.05),0 18px 44px rgba(91,58,158,.10)}
.rs-fold{display:grid;transition:grid-template-rows .5s cubic-bezier(.2,.7,.2,1),opacity .28s ease}
.rs-fold > div{min-height:0;overflow:hidden}
.rs-progress{grid-template-rows:1fr}
.rs.is-revealed .rs-progress{grid-template-rows:0fr;opacity:0}
.rs-ins{grid-template-rows:0fr}
.rs.is-revealed .rs-ins{grid-template-rows:1fr}
.rs .res-ins{text-align:left;margin-top:2px}
.rs .ins{opacity:0;transform:translateY(10px) scale(.98);transition:opacity .35s ease,transform .5s cubic-bezier(.2,.8,.2,1)}
.rs.is-revealed .ins{opacity:1;transform:none}
.rs.is-revealed .ins:nth-child(1){transition-delay:.08s}
.rs.is-revealed .ins:nth-child(2){transition-delay:.16s}
.rs.is-revealed .ins:nth-child(3){transition-delay:.24s}
.rs-cta{max-height:0;padding-top:0;padding-bottom:0;margin:0;opacity:0;overflow:visible;transition:max-height .45s cubic-bezier(.2,.7,.2,1) .28s,padding .45s cubic-bezier(.2,.7,.2,1) .28s,opacity .2s ease .34s}
.rs.is-revealed .rs-cta{max-height:120px;padding-top:14px;padding-bottom:14px;opacity:1}
.rs .rs-cta .qz-btn{position:relative;margin:0;transform:translateY(16px) scale(.92);transition:transform .55s cubic-bezier(.2,.9,.3,1.35) .36s,filter .12s ease}
.rs.is-revealed .rs-cta .qz-btn{transform:none}
.rs.is-settled .rs-cta .qz-btn{transition:transform .12s ease,filter .12s ease}
.rs.is-settled .rs-cta .qz-btn:hover{transform:translateY(-1px)}
.rs .rs-cta .qz-btn::after{content:"";position:absolute;inset:0;border-radius:inherit;pointer-events:none;opacity:0}
.rs.is-settled:not(.no-anim) .rs-cta .qz-btn::after{animation:rsring 1.3s ease-out 1}
@keyframes rsring{0%{opacity:1;box-shadow:0 0 0 0 rgba(91,58,158,.42)}100%{opacity:1;box-shadow:0 0 0 14px rgba(91,58,158,0)}}
.rs-proof{max-height:0;opacity:0;overflow:hidden;transition:max-height .4s ease .42s,opacity .35s ease .55s}
.rs.is-revealed .rs-proof{max-height:90px;opacity:1}
.rs .qz-proof{justify-content:center;margin-top:4px}
.rs.no-anim,.rs.no-anim *{transition:none!important}
@media (max-width:719px){
  .rs-body{align-items:center;min-height:calc(100svh - 70px);padding:8px 0 20px}
  .rs .qz-proof .pl{flex-basis:100%;text-align:center}
  .rs .qz-proof .pl::before{content:none}
  .rs.is-revealed .rs-cta{padding-top:10px;padding-bottom:calc(12px + env(safe-area-inset-bottom))}
}

/* app build: the prototype's end line never shows */
.qz .js-end{display:none!important}
/* app build (slice 8): the counters are advertisers + ads, each only when the server sent it — a hidden one takes no column */
.qz-counters{grid-template-columns:none;grid-auto-flow:column;grid-auto-columns:1fr}
.qz-counters[hidden],.qz-counters>[hidden],.qz-counters[hidden]+.qz-hr{display:none!important}
/* app build (J-020): a results line whose scan output does not exist stays out */
.rs .ins[hidden],.res .ins[hidden]{display:none!important}
