.quiz-root{--ind:#4338ca;--ind-l:#eef2ff;--text:#111827;--muted:#6b7280;--faint:#9ca3af;--border:#e5e7eb;--bg:#fafafa;--white:#fff;--green:#16a34a;--green-bg:#f0fdf4;--green-bd:#bbf7d0;--amber:#b45309;--amber-bg:#fffbeb;--amber-bd:#fde68a;--red:#b91c1c;--red-bg:#fff1f2;--red-bd:#fecdd3}.quiz-root *,.quiz-root :before,.quiz-root :after{box-sizing:border-box;margin:0;padding:0}.quiz-root{background:var(--white);color:var(--text);-webkit-font-smoothing:antialiased;min-height:100vh;font-family:DM Sans,-apple-system,sans-serif}.quiz-root .prog-wrap{background:var(--border);height:2px}.quiz-root .prog-fill{background:var(--ind);height:100%;transition:width .4s}.quiz-root .hdr{background:var(--white);border-bottom:1px solid var(--border);z-index:99;justify-content:space-between;align-items:center;height:52px;padding:0 24px;display:flex;position:fixed;top:2px;left:0;right:0}.quiz-root .logo{letter-spacing:-.02em;font-family:Syne,sans-serif;font-size:17px;font-weight:700}.quiz-root .logo span{color:var(--ind)}.quiz-root .back{cursor:pointer;color:var(--faint);background:0 0;border:none;border-radius:6px;align-items:center;gap:5px;padding:6px 10px;font-family:inherit;font-size:13px;transition:all .15s;display:flex}.quiz-root .back:hover{background:var(--bg);color:var(--muted)}.quiz-root .back.hidden{visibility:hidden}.quiz-root .wrap{max-width:672px;margin:0 auto;padding:24px 24px 80px}.quiz-root .back{margin-bottom:8px}.quiz-root .screen{display:none}.quiz-root .screen.active{animation:.25s quiz-up;display:block}@keyframes quiz-up{0%{opacity:0;transform:translateY(8px)}to{opacity:1;transform:translateY(0)}}.quiz-root .eyebrow{color:var(--ind);letter-spacing:.1em;text-transform:uppercase;margin-bottom:12px;font-size:11px;font-weight:500}.quiz-root .h1{letter-spacing:-.03em;text-align:center;text-wrap:balance;margin-bottom:14px;font-family:Syne,sans-serif;font-size:36px;font-weight:700;line-height:1.15}@media (max-width:640px){.quiz-root .h1{font-size:30px}}.quiz-root .h2{letter-spacing:-.025em;text-align:center;text-wrap:balance;margin-bottom:12px;font-family:Syne,sans-serif;font-size:28px;font-weight:700;line-height:1.2}@media (max-width:640px){.quiz-root .h2{font-size:23px}}.quiz-root .sub{color:var(--muted);text-wrap:balance;margin-bottom:26px;font-size:17px;line-height:1.55}.quiz-root .note{color:var(--muted);text-align:center;text-wrap:balance;margin-bottom:20px;font-size:15px;line-height:1.5}.quiz-root .step-lbl{color:var(--faint);letter-spacing:.06em;text-transform:uppercase;margin-bottom:10px;font-size:11px;font-weight:500}.quiz-root .vis{background:#fafafa;border:1.5px dashed #d1d5db;border-radius:12px;margin-bottom:24px;padding:14px 18px}.quiz-root .vis-tag{color:#d1d5db;text-transform:uppercase;letter-spacing:.1em;margin-bottom:5px;font-size:9px;font-weight:700}.quiz-root .vis-desc{color:#9ca3af;font-size:12px;line-height:1.6}.quiz-root .vis-desc strong{color:#6b7280}.quiz-root .opts{flex-direction:column;gap:8px;margin-bottom:22px;display:flex}.quiz-root .opt{border:1.5px solid var(--border);cursor:pointer;color:#374151;-webkit-user-select:none;user-select:none;border-radius:10px;align-items:center;gap:12px;padding:14px 16px;font-size:16px;transition:all .13s;display:flex}.quiz-root .opt:hover{background:var(--ind-l);border-color:#a5b4fc}.quiz-root .opt.sel{border-color:var(--ind);background:var(--ind-l);color:#3730a3}.quiz-root .opt-em{text-align:center;flex-shrink:0;width:22px;font-size:18px}.quiz-root .opt>div{flex:1;min-width:0}.quiz-root .opt-txt{flex:1;font-weight:600;line-height:1.4}.quiz-root .opt-sub{color:var(--muted);margin-top:2px;font-size:13px;font-weight:400}.quiz-root .dot{border:1.5px solid #d1d5db;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:16px;height:16px;transition:all .13s;display:flex}.quiz-root .opt.sel .dot{background:var(--ind);border-color:var(--ind)}.quiz-root .opt.sel .dot:after{content:"";background:#fff;border-radius:50%;width:5px;height:5px}.quiz-root .btn{cursor:pointer;border:none;border-radius:10px;justify-content:center;align-items:center;gap:7px;width:100%;padding:14px 24px;font-family:inherit;font-size:14px;font-weight:500;transition:all .14s;display:inline-flex}.quiz-root .btn-dark{color:#fff;background:#111827}.quiz-root .btn-dark:hover{background:#374151;transform:translateY(-1px)}.quiz-root .btn-ind{background:var(--ind);color:#fff}.quiz-root .btn-ind:hover{background:#3730a3;transform:translateY(-1px)}.quiz-root .btn-out{background:var(--white);color:#374151;border:1.5px solid var(--border);margin-top:8px}.quiz-root .btn-out:hover{background:var(--bg);border-color:#9ca3af}.quiz-root .btn-green{background:var(--green);color:#fff}.quiz-root .btn-green:hover{background:#15803d;transform:translateY(-1px)}.quiz-root .btn-link{color:var(--ind);cursor:pointer;text-align:center;background:0 0;border:none;border-radius:8px;width:100%;margin-top:14px;padding:8px;font-family:inherit;font-size:13px;font-weight:500;transition:background .13s;display:block}.quiz-root .btn-link:hover{background:var(--ind-l)}.quiz-root .field{margin-bottom:12px}.quiz-root .lbl{color:#374151;margin-bottom:4px;font-size:13px;font-weight:500;display:block}.quiz-root .lbl-opt{color:var(--faint);font-weight:400}.quiz-root .inp{border:1.5px solid var(--border);width:100%;color:var(--text);border-radius:8px;outline:none;padding:11px 14px;font-family:inherit;font-size:14px;transition:border-color .14s}.quiz-root .inp:focus{border-color:var(--ind)}.quiz-root .inp.err,.quiz-root .inp.err:focus{border-color:var(--red)}.quiz-root .inp::placeholder{color:#c4c9d4}.quiz-root .field-hint{color:var(--muted);margin-top:4px;font-size:13px}.quiz-root .fine{color:#d1d5db;text-align:center;margin-top:10px;font-size:11px}.quiz-root .ins-pill{background:var(--ind-l);color:var(--ind);border-radius:20px;margin-bottom:16px;padding:4px 13px;font-size:12px;font-weight:600;display:inline-block}.quiz-root .ins-big{letter-spacing:-.04em;margin-bottom:6px;font-family:Syne,sans-serif;font-size:48px;font-weight:700;line-height:1}.quiz-root .ins-h{color:var(--text);margin-bottom:10px;font-size:17px;font-weight:500;line-height:1.4}.quiz-root .ins-body{color:var(--muted);margin-bottom:26px;font-size:14px;line-height:1.7}.quiz-root .alert{border-radius:10px;margin-bottom:20px;padding:15px 18px}.quiz-root .alert-red{background:var(--red-bg);border:1.5px solid var(--red-bd)}.quiz-root .alert-amber{background:var(--amber-bg);border:1.5px solid var(--amber-bd)}.quiz-root .alert-ind{background:var(--ind-l);border:1.5px solid #c7d2fe}.quiz-root .alert-h{margin-bottom:6px;font-size:14px;font-weight:600}.quiz-root .alert-red .alert-h{color:var(--red)}.quiz-root .alert-amber .alert-h{color:var(--amber)}.quiz-root .alert-ind .alert-h{color:var(--ind)}.quiz-root .alert-body{font-size:13px;line-height:1.65}.quiz-root .alert-red .alert-body{color:#7f1d1d}.quiz-root .alert-amber .alert-body{color:#78350f}.quiz-root .alert-ind .alert-body{color:#3730a3}.quiz-root .pts{margin-bottom:18px;list-style:none}.quiz-root .pt{color:#374151;border-bottom:1px solid #f3f4f6;align-items:flex-start;gap:10px;padding:8px 0;font-size:15px;line-height:1.55;display:flex}.quiz-root .pt:last-child{border-bottom:none}.quiz-root .pt-dot{border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:17px;height:17px;margin-top:1px;font-size:9px;font-weight:700;display:flex}.quiz-root .pd-g{color:var(--green);background:#dcfce7}.quiz-root .pd-gr{color:var(--faint);background:#f3f4f6}.quiz-root .r-badge{border-radius:20px;align-items:center;gap:6px;margin-bottom:8px;padding:4px 13px;font-size:12px;font-weight:600;display:inline-flex}.quiz-root .big-num-block .r-badge{margin-bottom:0;position:absolute;top:14px;left:14px}.quiz-root .rb-must{color:#166534;background:#dcfce7}.quiz-root .rb-try{color:#854d0e;background:#fef9c3}.quiz-root .rb-no{color:#991b1b;background:#fee2e2}.quiz-root .result-h{letter-spacing:-.025em;text-align:center;text-wrap:balance;margin-bottom:10px;font-family:Syne,sans-serif;font-size:31px;font-weight:700;line-height:1.2}@media (max-width:640px){.quiz-root .result-h{font-size:25px}}.quiz-root .ref-grid{background:var(--border);border:1px solid var(--border);border-radius:10px;grid-template-columns:1fr 1fr 1fr;gap:1px;margin-bottom:20px;display:grid;overflow:hidden}.quiz-root .ref-cell{background:var(--bg);flex-direction:column;gap:3px;padding:12px 14px;display:flex}.quiz-root .ref-label{color:var(--faint);text-transform:uppercase;letter-spacing:.05em;font-size:11px;font-weight:500}.quiz-root .ref-value{color:var(--text);font-size:14px;font-weight:600}@media (max-width:500px){.quiz-root .ref-grid{grid-template-columns:1fr}}.quiz-root .big-num-block{text-align:center;border-radius:12px;margin-bottom:18px;padding:20px 22px;position:relative}.quiz-root .big-num-g{background:var(--green-bg);border:1.5px solid var(--green-bd)}.quiz-root .big-num-a{background:var(--amber-bg);border:1.5px solid var(--amber-bd)}.quiz-root .big-num-r{background:var(--red-bg);border:1.5px solid var(--red-bd)}.quiz-root .big-num-tag{text-transform:uppercase;letter-spacing:.07em;margin-top:20px;margin-bottom:10px;font-size:10px;font-weight:700}.quiz-root .big-num-g .big-num-tag{color:var(--green)}.quiz-root .big-num-a .big-num-tag{color:var(--amber)}.quiz-root .big-num-r .big-num-tag{color:var(--red)}.quiz-root .big-num{letter-spacing:-.03em;margin-bottom:6px;font-family:Syne,sans-serif;font-size:2.75rem;font-weight:700;line-height:1.1}.quiz-root .big-num-g .big-num{color:#166534}.quiz-root .big-num-a .big-num{color:#92400e}.quiz-root .big-num-r .big-num{color:#b91c1c}.quiz-root .big-num-sub{font-size:14px}.quiz-root .big-num-g .big-num-sub{color:#166534}.quiz-root .big-num-a .big-num-sub{color:#92400e}.quiz-root .big-num-r .big-num-sub{color:#b91c1c}@media (max-width:640px){.quiz-root .big-num{font-size:2rem}}.quiz-root .no-fit-disclaimer{color:var(--muted);margin-bottom:18px;padding:0 4px;font-size:13px;line-height:1.6}.quiz-root .checklist-section{border-top:1px solid var(--border);margin:24px 0;padding:20px 0}.quiz-root .checklist-title{letter-spacing:-.02em;margin-bottom:10px;font-family:Syne,sans-serif;font-size:20px;font-weight:700}.quiz-root .checklist-time-pill{color:var(--ind);background:var(--ind-l);border-radius:20px;margin-bottom:16px;padding:5px 14px;font-size:13px;font-weight:600;display:inline-block}.quiz-root .checklist-list{flex-direction:column;gap:0;margin-bottom:16px;display:flex}.quiz-root .checklist-row-details{border-bottom:1px solid #f3f4f6}.quiz-root .checklist-row-summary{cursor:pointer;align-items:center;gap:14px;padding:14px 0;list-style:none;display:flex}.quiz-root .checklist-row-summary::-webkit-details-marker{display:none}.quiz-root .checklist-row-summary:after{content:"";background:url("data:image/svg+xml,%3Csvg viewBox='0 0 16 16' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M4 6l4 4 4-4' stroke='%239CA3AF' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E") 50%/contain no-repeat;flex-shrink:0;width:18px;height:18px;margin-left:auto;transition:transform .2s}.quiz-root .checklist-row-details[open]>.checklist-row-summary:after{transform:rotate(180deg)}.quiz-root .checklist-num{background:var(--ind-l);width:28px;height:28px;color:var(--ind);border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;font-size:13px;font-weight:700;display:flex}.quiz-root .checklist-row-title{color:var(--text);font-size:15px;font-weight:600}.quiz-root .checklist-row-body{color:#374151;margin:0 0 14px 42px;font-size:14px;line-height:1.55}.quiz-root .checklist-footer{color:#374151;margin-top:16px;font-size:14px;line-height:1.5}.quiz-root .transition-block{border-top:1px solid var(--border);margin:28px 0 20px;padding-top:24px}.quiz-root .transition-h3{letter-spacing:-.02em;text-align:center;text-wrap:balance;margin-bottom:10px;font-family:Syne,sans-serif;font-size:23px;font-weight:700}.quiz-root .transition-body{color:var(--muted);margin-bottom:6px;font-size:15px;line-height:1.6}.quiz-root .transition-sub{color:var(--faint);margin-bottom:18px;font-size:13px}.quiz-root .cmp-table-wrap{border:1px solid var(--border);border-radius:10px;margin-bottom:28px;overflow-x:auto}.quiz-root .cmp-table{border-collapse:collapse;width:100%;font-size:13px}.quiz-root .cmp-table th{text-transform:uppercase;letter-spacing:.05em;text-align:left;border-bottom:1px solid var(--border);background:var(--bg);color:var(--muted);padding:12px 14px;font-size:12px;font-weight:700}.quiz-root .cmp-table th.cmp-highlight{color:var(--ind);background:var(--ind-l)}.quiz-root .cmp-table td{color:var(--muted);border-bottom:1px solid #f3f4f6;padding:10px 14px;line-height:1.45}.quiz-root .cmp-table tr:last-child td{border-bottom:none}.quiz-root .cmp-table td.cmp-highlight{color:var(--ind);background:#4338ca08;font-weight:600}.quiz-root .cmp-row-label{font-weight:600;color:var(--text)!important}.quiz-root .cmp-pill{border-radius:4px;justify-content:center;align-items:center;width:28px;height:22px;font-size:14px;font-weight:700;display:inline-flex}.quiz-root .cmp-green{color:#16a34a;background:#f0fdf4}.quiz-root .cmp-amber{color:#b45309;background:#fffbeb}.quiz-root .cmp-red{color:#b91c1c;background:#fff1f2}.quiz-root .cmp-legend{color:var(--faint);text-align:center;margin-top:8px;font-size:12px}.quiz-root .offers-h3{letter-spacing:-.02em;margin-bottom:16px;font-family:Syne,sans-serif;font-size:22px;font-weight:700}.quiz-root .pm-desc{color:var(--muted);flex:1;margin-bottom:16px;font-size:13px;line-height:1.55}.quiz-root .timeline-note{color:var(--muted);border-top:1px solid var(--border);text-align:center;margin-top:24px;padding-top:16px;font-size:14px;line-height:1.55}.quiz-root .est{border-radius:10px;margin-bottom:16px;padding:16px 18px}.quiz-root .est-g{background:var(--green-bg);border:1.5px solid var(--green-bd)}.quiz-root .est-a{background:var(--amber-bg);border:1.5px solid var(--amber-bd)}.quiz-root .est-r{background:var(--red-bg);border:1.5px solid var(--red-bd)}.quiz-root .est-tag{text-transform:uppercase;letter-spacing:.07em;margin-bottom:8px;font-size:9px;font-weight:700}.quiz-root .est-g .est-tag{color:var(--green)}.quiz-root .est-a .est-tag{color:var(--amber)}.quiz-root .est-r .est-tag{color:var(--red)}.quiz-root .est-num{letter-spacing:-.02em;font-family:Syne,sans-serif;font-size:24px;font-weight:700;line-height:1.2}.quiz-root .est-g .est-num{color:#166534}.quiz-root .est-a .est-num{color:#92400e}.quiz-root .est-r .est-num{color:#b91c1c}.quiz-root .est-body{margin-top:8px;font-size:13px;line-height:1.6}.quiz-root .est-g .est-body{color:#166534}.quiz-root .est-a .est-body{color:#92400e}.quiz-root .est-r .est-body{color:#b91c1c}.quiz-root .box-l{background:var(--bg);border-left:3px solid var(--ind);border-radius:9px;margin-bottom:14px;padding:13px 15px}.quiz-root .box-l.green{border-left-color:var(--green)}.quiz-root .box-l.red{border-left-color:var(--red)}.quiz-root .box-l-tag{color:var(--faint);text-transform:uppercase;letter-spacing:.07em;margin-bottom:6px;font-size:13px;font-weight:700}.quiz-root .box-l-body{color:var(--text);font-size:16px;line-height:1.55}.quiz-root .box-l-note{color:var(--muted);border-top:1px solid #0000000f;margin-top:10px;padding-top:10px;font-size:13px;line-height:1.55}.quiz-root .tip-quote-block{margin-bottom:20px}.quiz-root .tip-user-quote{border-left:3px solid var(--ind);color:#374151;background:var(--bg);border-radius:0 8px 8px 0;margin:0 0 14px;padding:10px 16px;font-size:16px;font-style:italic;line-height:1.5}.quiz-root .tip-response{color:#374151;font-size:15px;line-height:1.6}.quiz-root .tip-response strong{color:var(--text)}.quiz-root .pm-sub{color:var(--muted);margin-bottom:1.5rem;font-size:15px;line-height:1.6}.quiz-root .pm-trust{color:var(--faint);flex-wrap:wrap;align-items:center;gap:12px;margin-bottom:1.5rem;font-size:12px;display:flex}.quiz-root .pm-trust-dot{background:#b4b2a9;border-radius:50%;flex-shrink:0;width:4px;height:4px}.quiz-root .pm-grid{grid-template-columns:1fr 1fr 1fr;align-items:stretch;gap:14px;display:grid}@media (max-width:560px){.quiz-root .pm-grid{grid-template-columns:1fr}}.quiz-root .pm-card{background:#fff;border:.5px solid #d3d1c7;border-radius:14px;flex-direction:column;padding:1.25rem;transition:transform .15s,border-color .15s;display:flex}.quiz-root .pm-card:hover{border-color:#b4b2a9;transform:translateY(-3px)}.quiz-root .pm-card.pm-primary,.quiz-root .pm-card.pm-primary:hover{border-color:var(--ind);box-shadow:0 0 0 1.5px var(--ind)}.quiz-root .pm-badge{letter-spacing:.04em;text-transform:uppercase;border-radius:8px;align-self:flex-start;margin-bottom:10px;padding:3px 9px;font-size:10px;font-weight:600;display:inline-block}.quiz-root .pm-badge-primary{background:var(--ind-l);color:#3c3489}.quiz-root .pm-badge-secondary{color:var(--faint);background:#f1efe8}.quiz-root .pm-title{color:var(--text);min-height:42px;margin-bottom:8px;font-size:15px;font-weight:500;line-height:1.4}.quiz-root .pm-price{color:var(--text);margin-bottom:3px;font-size:22px;font-weight:600}.quiz-root .pm-price-sub{color:var(--faint);font-size:12px}.quiz-root .pm-divider{border:none;border-top:.5px solid #d3d1c7;margin:14px 0}.quiz-root .pm-list{flex-direction:column;flex:1;gap:9px;margin-bottom:18px;list-style:none;display:flex}.quiz-root .pm-list li{color:var(--muted);align-items:flex-start;gap:7px;font-size:12px;line-height:1.5;display:flex}.quiz-root .pm-check{flex-shrink:0;width:14px;height:14px;margin-top:1px}.quiz-root .pm-bottom{margin-top:auto}.quiz-root .pm-bottom .btn-out{box-shadow:inset 0 0 0 1.5px var(--border);border:none;margin-top:0}.quiz-root .pm-bottom .btn-out:hover{background:var(--bg);box-shadow:inset 0 0 0 1.5px #9ca3af}.quiz-root .pm-bottom .btn{white-space:nowrap;padding:14px 12px}.quiz-root .offer-card{border:1.5px solid var(--border);border-radius:12px;margin-bottom:12px;padding:18px 20px}.quiz-root .offer-card.primary{border-color:var(--ind);background:var(--ind-l)}.quiz-root .offer-tag{color:var(--faint);text-transform:uppercase;letter-spacing:.07em;margin-bottom:8px;font-size:10px;font-weight:700}.quiz-root .offer-card.primary .offer-tag{color:var(--ind)}.quiz-root .offer-title{letter-spacing:-.01em;margin-bottom:6px;font-family:Syne,sans-serif;font-size:16px;font-weight:700}.quiz-root .offer-body{color:var(--muted);margin-bottom:14px;font-size:13px;line-height:1.6}.quiz-root .offer-card.primary .offer-body{color:#3730a3}.quiz-root .offer-footer{color:var(--muted);text-align:center;margin:24px auto 0;font-size:14px;line-height:1.5}.quiz-root .price-big{letter-spacing:-.02em;font-family:Syne,sans-serif;font-size:28px;font-weight:700}.quiz-root .price-note{color:var(--faint);margin-bottom:20px;font-size:12px}.quiz-root .feat-list{margin:10px 0 16px;list-style:none}.quiz-root .feat-row{color:#374151;gap:8px;padding:5px 0;font-size:13px;line-height:1.5;display:flex}.quiz-root .feat-row:before{content:"–";color:var(--ind);flex-shrink:0;font-weight:700}.quiz-root .steps-list{margin-bottom:18px;list-style:none}.quiz-root .step-row{color:#374151;border-bottom:1px solid #f3f4f6;align-items:flex-start;gap:12px;padding:9px 0;font-size:13px;line-height:1.55;display:flex}.quiz-root .step-row:last-child{border-bottom:none}.quiz-root .step-num{background:var(--ind-l);width:22px;height:22px;color:var(--ind);border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;margin-top:1px;font-size:11px;font-weight:700;display:flex}.quiz-root .disq-split{grid-template-columns:2fr 3fr;align-items:start;gap:32px;display:grid}@media (max-width:640px){.quiz-root .disq-split{grid-template-columns:1fr;gap:20px}.quiz-root .disq-split-visual{justify-content:center;display:flex}.quiz-root .disq-mockup-svg{max-width:220px}}.quiz-root .disq-mockup-svg{width:100%;height:auto}.quiz-root .disq-body{color:#374151;margin-bottom:20px;font-size:16px;line-height:1.6}.quiz-root .disq-pts .pt{font-size:16px}.quiz-root .disq-cta-heading{text-align:center;margin-top:0;margin-bottom:14px;font-size:17px;font-weight:700;line-height:1.4}.quiz-root .disq-email-block{border:1.5px solid var(--border);background:#f9fafb;border-radius:14px;margin-top:28px;padding:24px}.quiz-root .disq-email-block .field{margin-bottom:12px}.quiz-root .disq-email-block .btn{width:100%}.quiz-root .disq-cursor{animation:4s cubic-bezier(.4,0,.2,1) infinite disq-cursor-move}@keyframes disq-cursor-move{0%{opacity:0;transform:translate(215px,55px)}12%{opacity:1;transform:translate(215px,55px)}48%{opacity:1;transform:translate(128px,116px)}56%{opacity:1;transform:translate(128px,116px)}60%{opacity:1;transform:translate(128px,119px)}64%{opacity:1;transform:translate(128px,116px)}82%{opacity:1;transform:translate(128px,116px)}92%{opacity:0;transform:translate(128px,116px)}to{opacity:0;transform:translate(215px,55px)}}.quiz-root .disq-shop-btn{animation:4s infinite disq-btn-glow}@keyframes disq-btn-glow{0%,46%{filter:brightness()}52%,66%{filter:brightness(1.25)}72%,to{filter:brightness()}}.quiz-root .disq-click-ripple{transform-box:fill-box;transform-origin:50%;animation:4s ease-out infinite disq-ripple}@keyframes disq-ripple{0%,58%{opacity:0;transform:scale(0)}60%{opacity:.6;transform:scale(.2)}78%{opacity:0;transform:scale(1.6)}to{opacity:0;transform:scale(0)}}.quiz-root .wireframe{background:var(--white);border:1px solid var(--border);border-radius:12px;width:100%;margin-bottom:14px;overflow:hidden;box-shadow:0 1px 3px #0000000a}.quiz-root .wf-chrome{border-bottom:1px solid var(--border);background:#f9fafb;align-items:center;gap:10px;padding:9px 14px;display:flex}.quiz-root .wf-dots{gap:5px;display:flex}.quiz-root .wf-dot{background:var(--border);border-radius:50%;width:10px;height:10px}.quiz-root .wf-url{background:var(--white);border:1px solid var(--border);color:var(--faint);text-align:center;border-radius:5px;flex:1;padding:3px 10px;font-size:11px}.quiz-root .wf-nav{border-bottom:1px solid #f3f4f6;justify-content:space-between;align-items:center;padding:14px 24px;display:flex}.quiz-root .wf-logo{align-items:center;gap:9px;display:flex}.quiz-root .wf-logo-mark{background:linear-gradient(135deg,#7c3aed 0%,#4338ca 50%,#ec4899 100%);border-radius:7px;width:28px;height:28px;box-shadow:0 1px 3px #4338ca40}.quiz-root .wf-logo-text{background:#d1d5db;border-radius:3px;width:60px;height:8px}.quiz-root .wf-nav-items{gap:14px;display:flex}.quiz-root .wf-nav-item{background:var(--border);border-radius:3px;width:32px;height:6px}.quiz-root .wf-product{align-items:flex-start;gap:24px;padding:26px 24px;display:flex}.quiz-root .wf-product-image{background:#f3f4f6;border-radius:8px;flex:0 0 140px;justify-content:center;align-items:center;height:140px;display:flex}.quiz-root .wf-image-icon{background:var(--white);border:1.5px solid #d1d5db;border-radius:4px;width:48px;height:36px;position:relative}.quiz-root .wf-image-icon:before{content:"";background:#d1d5db;border-radius:50%;width:10px;height:10px;position:absolute;bottom:5px;left:5px}.quiz-root .wf-image-icon:after{content:"";border-bottom:18px solid #d1d5db;border-left:18px solid #0000;position:absolute;bottom:0;right:0}.quiz-root .wf-product-info{flex-direction:column;flex:1;display:flex}.quiz-root .wf-product-tag{background:var(--ind-l);border-radius:3px;width:50px;height:6px;margin-bottom:10px}.quiz-root .wf-product-name-1{background:#d1d5db;border-radius:3px;width:80%;height:11px;margin-bottom:6px}.quiz-root .wf-product-name-2{background:#d1d5db;border-radius:3px;width:55%;height:11px;margin-bottom:14px}.quiz-root .wf-product-desc-1{background:var(--border);border-radius:3px;width:95%;height:6px;margin-bottom:4px}.quiz-root .wf-product-desc-2{background:var(--border);border-radius:3px;width:85%;height:6px;margin-bottom:4px}.quiz-root .wf-product-desc-3{background:var(--border);border-radius:3px;width:65%;height:6px;margin-bottom:16px}.quiz-root .wf-price-row{align-items:center;gap:12px;display:flex}.quiz-root .wf-price{color:var(--text);letter-spacing:-.01em;font-size:18px;font-weight:700}.quiz-root .wf-order-btn{background:linear-gradient(135deg,#4338ca 0%,#7c3aed 100%);border-radius:7px;align-items:center;gap:7px;height:34px;padding:0 14px;display:flex;box-shadow:0 1px 3px #4338ca4d}.quiz-root .wf-order-btn-text{background:#ffffffd9;border-radius:3px;width:38px;height:5px}.quiz-root .wf-order-btn-arrow{color:#ffffffd9;font-size:12px;line-height:1}.quiz-root .wf-footer{background:#fafafa;border-top:1px solid #f3f4f6;justify-content:space-between;align-items:center;padding:14px 24px;display:flex}.quiz-root .wf-tracking{background:var(--green-bg);border:1px solid var(--green-bd);color:var(--green);border-radius:20px;align-items:center;gap:6px;padding:4px 10px;font-size:10.5px;font-weight:600;display:inline-flex}.quiz-root .wf-tracking-check{width:11px;height:11px;color:var(--white);background:#22c55e;border-radius:50%;justify-content:center;align-items:center;font-size:8px;font-weight:700;display:flex}.quiz-root .wf-footer-links{gap:10px;display:flex}.quiz-root .wf-footer-link{background:var(--border);border-radius:3px;width:24px;height:5px}.quiz-root .wf-caption{color:var(--faint);text-align:center;margin-bottom:20px;font-size:11.5px;font-style:italic}@media (max-width:500px){.quiz-root .wf-product{flex-direction:column;gap:16px}.quiz-root .wf-product-image{flex:none;width:100%;height:100px}}.quiz-root .ins-split{grid-template-columns:2fr 3fr;align-items:start;gap:32px;margin-bottom:28px;display:grid}@media (max-width:640px){.quiz-root .ins-split{grid-template-columns:1fr;gap:16px}.quiz-root .ins-split-visual{flex-direction:column;align-items:center;display:flex}.quiz-root .ins-split-visual .donut-wrap{width:140px;height:140px}}.quiz-root .ins-waste-sub{color:#374151;margin-bottom:18px;font-size:15px;line-height:1.5}.quiz-root .ins-body-text{color:#374151;font-size:15px;line-height:1.65}.quiz-root .ins-reasons{color:#374151;margin:8px 0 12px;font-size:15px;line-height:1.65;list-style:none}.quiz-root .ins-reasons li{padding:3px 0}.quiz-root .ins-promise{color:#374151;margin-top:10px;font-size:15px;font-weight:500}.quiz-root .donut-wrap{width:200px;height:200px;margin:0 auto;position:relative}.quiz-root .donut-svg{width:100%;height:100%;transform:rotate(-90deg)}.quiz-root .donut-center{color:#dc2626;letter-spacing:-.025em;pointer-events:none;justify-content:center;align-items:center;font-size:28px;font-weight:700;display:flex;position:absolute;inset:0}@media (max-width:640px){.quiz-root .donut-center{font-size:22px}.quiz-root .donut-legend{flex-direction:column;align-items:center;gap:8px}}.quiz-root .donut-bg{fill:none;stroke:#f3f4f6;stroke-width:14px}.quiz-root .donut-good{fill:none;stroke:#16a34a;stroke-width:14px;stroke-linecap:butt;stroke-dasharray:0 600;animation:.9s cubic-bezier(.4,0,.2,1) forwards donutFillGood}.quiz-root .donut-bad{fill:none;stroke:#dc2626;stroke-width:14px;stroke-linecap:butt;stroke-dasharray:0 600;animation:.6s cubic-bezier(.4,0,.2,1) .7s forwards donutFillBad}@keyframes donutFillGood{to{stroke-dasharray:188.4 251.3}}@keyframes donutFillBad{to{stroke-dasharray:62.8 251.3;stroke-dashoffset:-188.4px}}.quiz-root .donut-legend{color:#374151;justify-content:center;gap:24px;margin-top:12px;font-size:12.5px;display:flex}.quiz-root .donut-legend-item{align-items:center;gap:7px;display:flex}.quiz-root .donut-legend-dot{border-radius:50%;width:9px;height:9px}.quiz-root .donut-legend-dot.good{background:#16a34a}.quiz-root .donut-legend-dot.bad{background:#dc2626}.quiz-root .donut-legend-num{color:var(--text);font-weight:700}.quiz-root .purchase-sub{color:var(--muted);text-align:center;text-wrap:balance;margin-bottom:18px;font-size:16px;line-height:1.6}.quiz-root .purchase-list{margin-bottom:18px;list-style:none}.quiz-root .purchase-list li{color:#374151;padding:4px 0;font-size:15px;line-height:1.55}.quiz-root .purchase-time-row{flex-wrap:wrap;gap:12px;margin-bottom:20px;display:flex}.quiz-root .purchase-time-row span{color:var(--ind);background:var(--ind-l);border-radius:20px;padding:5px 14px;font-size:13px;font-weight:600}.quiz-root .purchase-price-block{border:1.5px solid var(--border);border-radius:12px;margin-bottom:20px;padding:18px 20px}.quiz-root .purchase-price-main{color:var(--text);margin-bottom:6px;font-size:18px;font-weight:700}.quiz-root .purchase-price-daily{color:var(--muted);margin-bottom:14px;font-size:13px;line-height:1.5}.quiz-root .purchase-comparison{margin-top:12px}.quiz-root .purchase-comparison-title{color:var(--faint);text-transform:uppercase;letter-spacing:.05em;margin-bottom:8px;font-size:12px;font-weight:600}.quiz-root .purchase-comparison-row{color:var(--muted);justify-content:space-between;padding:4px 0;font-size:14px;display:flex}.quiz-root .purchase-comparison-row.highlight{color:var(--ind);font-weight:700}.quiz-root .purchase-why{background:var(--bg);border-radius:10px;margin-bottom:20px;padding:16px 18px}.quiz-root .purchase-why-title{color:var(--text);margin-bottom:10px;font-size:15px;font-weight:700}.quiz-root .purchase-why p{color:var(--muted);margin-bottom:8px;font-size:14px;line-height:1.6}.quiz-root .purchase-why p:last-child{margin-bottom:0}.quiz-root .pur-block{border:1.5px solid var(--border);border-radius:12px;margin-bottom:16px;padding:20px 22px}.quiz-root .pur-block:first-child{border:none;margin-bottom:20px;padding:0}.quiz-root .pur-block:last-child{border:none;margin-bottom:0;padding:0}.quiz-root .pur-block .h2{text-align:center;text-wrap:balance}.quiz-root .pur-grid{grid-template-columns:1fr 1fr;gap:14px;display:grid}@media (max-width:500px){.quiz-root .pur-grid{grid-template-columns:1fr}}.quiz-root .pur-grid-item{background:var(--bg);border-radius:10px;padding:14px 16px}.quiz-root .pur-grid-icon{margin-bottom:6px;font-size:20px;display:block}.quiz-root .pur-grid-title{color:var(--text);margin-bottom:4px;font-size:14px;font-weight:700}.quiz-root .pur-grid-item p{color:var(--muted);font-size:13px;line-height:1.5}.quiz-root .pur-block-title{color:var(--text);margin-bottom:12px;font-size:16px;font-weight:700}.quiz-root .pur-block-body p{color:var(--muted);margin-bottom:8px;font-size:14px;line-height:1.6}.quiz-root .pur-block-body p:last-child{margin-bottom:0}.quiz-root .pur-process{counter-reset:process;list-style:none}.quiz-root .pur-process li{counter-increment:process;color:var(--muted);padding:6px 0 6px 28px;font-size:14px;line-height:1.55;position:relative}.quiz-root .pur-process li:before{content:counter(process);background:var(--ind-l);width:20px;height:20px;color:var(--ind);border-radius:50%;justify-content:center;align-items:center;font-size:12px;font-weight:700;display:flex;position:absolute;top:7px;left:0}.quiz-root .pur-steps{gap:14px;display:grid}.quiz-root .pur-step{align-items:flex-start;gap:14px;display:flex}.quiz-root .pur-step-num{color:#059669;background:#10b98126;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:28px;height:28px;margin-top:1px;font-size:13px;font-weight:700;display:flex}.quiz-root .pur-step-body{flex:1;min-width:0}.quiz-root .pur-step-title{color:var(--text);margin-bottom:3px;font-size:14px;font-weight:700}.quiz-root .pur-step-body p{color:var(--muted);margin:0;font-size:13px;line-height:1.55}.quiz-root .pur-savings{color:var(--green);margin-top:10px;font-size:13px;font-weight:600}.quiz-root .pur-block.pur-flat{border:none}.quiz-root .pur-flat .pur-grid-item{background:0 0;padding:8px 0}.quiz-root .pur-block.pur-preview{background:linear-gradient(135deg,#f0fdf8 0%,#ecfdf5 50%,#d1fae5 100%);border-color:#10b9811f}.quiz-root .pur-slide-arrow{cursor:pointer;z-index:2;color:#374151;background:#ffffffd9;border:1px solid #10b98133;border-radius:22px;justify-content:center;align-items:center;width:36px;height:44px;padding:0;transition:background .15s,box-shadow .15s;display:flex;position:absolute;top:calc(50% - 22px);box-shadow:0 2px 8px #00000014}.quiz-root .pur-slide-arrow:hover{background:#fff;box-shadow:0 2px 12px #00000024}.quiz-root .pur-slide-arrow-left{left:-18px}.quiz-root .pur-slide-arrow-right{right:-18px}.quiz-root .pur-preview-title{color:var(--text);text-align:center;text-wrap:balance;margin-bottom:16px;font-size:15px;font-weight:600}.quiz-root .pur-value{gap:6px;margin-bottom:4px;display:grid}.quiz-root .pur-value-row{background:var(--bg);border-radius:9px;justify-content:space-between;align-items:center;gap:10px;padding:10px 14px;display:flex}.quiz-root .pur-value-row span{color:#374151;font-size:14px}.quiz-root .pur-value-row strong{color:var(--text);white-space:nowrap;font-size:15px;font-weight:700}.quiz-root .pur-your-price{text-align:center;margin:24px 0 4px}.quiz-root .pur-price-amount{color:var(--text);letter-spacing:-.02em;font-family:Syne,sans-serif;font-size:2.75rem;font-weight:800;line-height:1}.quiz-root .pur-price-meta{color:var(--muted);margin-top:6px;font-size:14px;font-weight:600}.quiz-root .pur-save{color:var(--green);text-align:center;margin:8px 0 0;font-size:15px;font-weight:700}.quiz-root .pur-daily{color:var(--muted);text-align:center;margin-top:4px;font-size:13px}.quiz-root .pur-why-box{background:var(--bg);border-radius:10px;margin-top:20px;padding:16px 18px}.quiz-root .pur-why-box-title{color:var(--text);margin-bottom:8px;font-size:14px;font-weight:700}.quiz-root .pur-why-box p{color:var(--muted);margin-bottom:6px;font-size:13px;line-height:1.6}.quiz-root .pur-why-box p:last-child{margin-bottom:0}.quiz-root .s0-brand-wrap{text-align:center;margin:0 0 14px}.quiz-root .s0-brand{background:var(--white);border:1px solid var(--border);border-radius:999px;align-items:center;gap:9px;padding:5px 14px 5px 6px;display:inline-flex;box-shadow:0 2px 6px #1118270a}.quiz-root .s0-brand-icon{object-fit:contain;border-radius:6px;width:26px;height:26px;display:block}.quiz-root .s0-brand-label{color:var(--text);letter-spacing:-.01em;font-size:13px;font-weight:600;line-height:1}.quiz-root .s0-h1{letter-spacing:-.025em;max-width:620px;margin:0 auto 16px;line-height:1.14}.quiz-root .s0-brand-wrap+.s0-h1{margin-top:0}.quiz-root .s0-h1 .s0-pay{background:linear-gradient(90deg,#15803d,#16a34a);color:#0000;white-space:nowrap;-webkit-background-clip:text;background-clip:text}.quiz-root .s0-h1 .s0-burn{color:var(--red);white-space:nowrap}.quiz-root .s0-proof{color:var(--muted);text-align:center;max-width:540px;margin:0 auto 26px;font-size:15px;line-height:1.5}.quiz-root .s0-card{background:var(--white);border:1px solid var(--border);border-radius:20px;max-width:540px;margin:0 auto 22px;padding:28px 24px 24px;box-shadow:0 16px 40px #1118270f}.quiz-root .s0-card-v2{padding:0;overflow:hidden}.quiz-root .s0-skip-hero{color:#fff;text-align:center;background:linear-gradient(#0f172a 0%,#111827 100%);padding:22px 24px 20px}.quiz-root .s0-skip-title{letter-spacing:-.025em;font-family:Syne,sans-serif;font-size:24px;font-weight:700;line-height:1.18}.quiz-root .s0-skip-price{color:#4ade80;white-space:nowrap;position:relative}.quiz-root .s0-skip-price:after{content:"";background:#4ade808c;height:2px;position:absolute;top:52%;left:-2px;right:-2px;transform:rotate(-4deg)}.quiz-root .s0-skip-sub{color:#ffffffb8;margin-top:8px;font-size:14px;line-height:1.45}.quiz-root .s0-card-v2 .s0-card-body{padding:24px 24px 22px}.quiz-root .s0-card-v2 .s0-bens{margin-top:0}.quiz-root .s0-bens{margin:0 0 20px;padding:0;list-style:none}.quiz-root .s0-bens li{color:var(--text);align-items:flex-start;gap:12px;padding:7px 0;font-size:16px;font-weight:500;line-height:1.45;display:flex}.quiz-root .s0-check{background:var(--green-bg);width:22px;height:22px;color:var(--green);border:1px solid var(--green-bd);border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;margin-top:1px;font-size:11px;font-weight:800;display:inline-flex}.quiz-root .s0-example{background:var(--bg);border:1px solid var(--border);color:var(--muted);border-radius:12px;margin-bottom:22px;padding:13px 15px;font-size:14px;line-height:1.55}.quiz-root .s0-ex-label{letter-spacing:.09em;text-transform:uppercase;color:var(--faint);margin-bottom:4px;font-size:10.5px;font-weight:700;display:block}.quiz-root .s0-ex-body{display:block}.quiz-root .s0-example b{color:var(--text);font-weight:600}.quiz-root .s0-verdict{color:var(--green);font-weight:700}.quiz-root .s0-verdict-line{border-top:1px dashed var(--border);align-items:center;gap:9px;margin-top:12px;padding-top:12px;display:flex}.quiz-root .s0-verdict-tag{background:var(--green-bg);color:var(--green);border:1px solid var(--green-bd);letter-spacing:.12em;text-transform:uppercase;border-radius:6px;flex-shrink:0;padding:3px 9px;font-size:10.5px;font-weight:800;line-height:1.1}.quiz-root .s0-verdict-text{color:var(--green);letter-spacing:-.01em;font-size:14.5px;font-weight:700}.quiz-root .s0-cta{width:100%}@media (max-width:640px){.quiz-root .s0-h1{font-size:30px;line-height:1.18}.quiz-root .s0-proof{margin-bottom:22px;font-size:14px}.quiz-root .s0-card{border-radius:16px;padding:22px 18px 20px}.quiz-root .s0-card-v2{padding:0}.quiz-root .s0-card-v2 .s0-card-body{padding:20px 18px 18px}.quiz-root .s0-skip-hero{padding:18px 18px 16px}.quiz-root .s0-skip-title{font-size:20px}.quiz-root .s0-bens li{font-size:15px}.quiz-root .s0-brand{padding:4px 12px 4px 5px}.quiz-root .s0-brand-icon{width:22px;height:22px}.quiz-root .s0-brand-label{font-size:12px}}.quiz-root .q-eyebrow{color:var(--muted);letter-spacing:.3px;text-transform:uppercase;margin-bottom:6px;font-size:12px;font-weight:600}.quiz-root .subcta{color:var(--muted);text-align:center;margin-top:10px;font-size:12px;line-height:1.5}.quiz-root .forecast-teaser{color:#fff;background:#0f1115;border-radius:14px;margin-top:18px;padding:16px 18px}.quiz-root .forecast-teaser-intro{color:#fff;margin-bottom:14px;font-size:14px;font-weight:600;line-height:1.5}.quiz-root .forecast-teaser-intro b{color:#86efac;font-weight:800}.quiz-root .forecast-teaser-head{color:#9ca3af;text-transform:uppercase;letter-spacing:.4px;align-items:center;gap:8px;margin-bottom:10px;font-size:10.5px;font-weight:700;display:flex}.quiz-root .forecast-teaser-head:before{content:"";background:#86efac;border-radius:50%;width:6px;height:6px;animation:1.6s ease-in-out infinite forecast-teaser-pulse;display:inline-block}@keyframes forecast-teaser-pulse{0%,to{opacity:.4;transform:scale(.85)}50%{opacity:1;transform:scale(1.1)}}.quiz-root .forecast-teaser-row{border-bottom:1px solid #ffffff14;justify-content:space-between;align-items:center;padding:10px 0;display:flex}.quiz-root .forecast-teaser-row:last-of-type{border-bottom:none}.quiz-root .forecast-teaser-label{color:#d1d5db;font-size:13.5px}.quiz-root .forecast-teaser-value{color:#86efac;letter-spacing:2px;isolation:isolate;background:#86efac1f;border-radius:6px;padding:3px 12px;font-family:Menlo,Monaco,monospace;font-size:13px;font-weight:700;position:relative;overflow:hidden}.quiz-root .forecast-teaser-value:after{content:"";pointer-events:none;background:linear-gradient(90deg,#0000 0%,#86efac00 20%,#86efac73 50%,#86efac00 80%,#0000 100%);animation:1.8s ease-in-out infinite forecast-shimmer;position:absolute;inset:0;transform:translate(-100%)}.quiz-root .forecast-teaser>.forecast-teaser-row:nth-child(4) .forecast-teaser-value:after{animation-delay:.35s}.quiz-root .forecast-teaser>.forecast-teaser-row:nth-child(5) .forecast-teaser-value:after{animation-delay:.7s}@keyframes forecast-shimmer{0%{transform:translate(-100%)}60%{transform:translate(100%)}to{transform:translate(100%)}}@media (prefers-reduced-motion:reduce){.quiz-root .forecast-teaser-value:after{animation:none}}.quiz-root .forecast-teaser-foot{color:#9ca3af;border-top:1px solid #ffffff14;margin-top:12px;padding-top:12px;font-size:11.5px;line-height:1.5}.quiz-root .bridge-loader{flex-direction:column;justify-content:center;align-items:center;gap:18px;min-height:60vh;padding:54px 28px 60px;display:flex}.quiz-root .bridge-dots{gap:8px;display:flex}.quiz-root .bridge-dot{background:var(--green);border-radius:50%;width:9px;height:9px;animation:1s ease-in-out infinite bridge-dot-pulse}.quiz-root .bridge-dot:nth-child(2){animation-delay:.15s}.quiz-root .bridge-dot:nth-child(3){animation-delay:.3s}@keyframes bridge-dot-pulse{0%,to{opacity:.3;transform:scale(.7)}50%{opacity:1;transform:scale(1)}}.quiz-root .bridge-title{letter-spacing:-.2px;text-align:center;color:var(--text);font-size:18px;font-weight:700}.quiz-root .bridge-step{color:var(--muted);text-align:center;max-width:320px;min-height:36px;font-size:14px;line-height:1.5}.quiz-root .bridge-step b{color:var(--text);font-weight:600}.quiz-root .bridge-bar{background:var(--border);border-radius:5px;width:100%;max-width:240px;height:5px;overflow:hidden}.quiz-root .bridge-bar-fill{background:var(--text);width:0%;height:100%;animation:2.2s ease-out forwards bridge-bar-fill}@keyframes bridge-bar-fill{0%{width:0%}to{width:100%}}.quiz-root{--violet:#5b21b6;--violet-bg:#f5f3ff;--violet-bd:#ddd6fe;--violet-ink:#4c1d95}.quiz-root .r-hero{margin-bottom:18px}.quiz-root .r-eyebrow{color:var(--muted);letter-spacing:.3px;text-transform:uppercase;margin-bottom:8px;font-size:12px;font-weight:700}.quiz-root .r-h1{text-align:left;margin-bottom:8px}.quiz-root .r-h1-acc{color:var(--green)}.quiz-root .r-reflect{color:var(--muted);text-align:left;margin-bottom:4px;font-size:14px;line-height:1.55}.quiz-root .r-reflect b{color:var(--text);font-weight:600}.quiz-root .r-forecast{color:#fff;background:#0f1115;border-radius:14px;flex-direction:column;gap:0;margin-bottom:18px;padding:18px;display:flex}.quiz-root .r-forecast-badge{color:#86efac;letter-spacing:.3px;background:#16a34a2e;border:1px solid #86efac59;border-radius:999px;align-self:flex-start;align-items:center;gap:5px;margin-bottom:10px;padding:3px 10px;font-size:11px;font-weight:700;display:inline-flex}.quiz-root .r-forecast .r-forecast-badge.rb-try{color:#fcd34d;background:#b453092e;border-color:#fcd34d59}.quiz-root .r-forecast .r-forecast-badge.rb-no{color:#fca5a5;background:#b91c1c2e;border-color:#fca5a559}.quiz-root .r-forecast-tag{color:#9ca3af;text-transform:uppercase;letter-spacing:.4px;margin-bottom:4px;font-size:10.5px;font-weight:700}.quiz-root .r-forecast-big{letter-spacing:-.7px;color:#fff;font-size:28px;font-weight:800;line-height:1.05}.quiz-root .r-forecast-big em{color:#86efac;font-style:normal}.quiz-root .r-forecast-no .r-forecast-big em{color:#fca5a5}.quiz-root .r-forecast-sub{color:#d1d5db;margin-top:6px;font-size:13.5px}.quiz-root .r-forecast-meta{color:#d1d5db;border-top:1px solid #ffffff1f;margin-top:12px;padding-top:12px;font-size:13px}.quiz-root .r-forecast-meta b{color:#fff;font-weight:700}@media (max-width:640px){.quiz-root .r-forecast-big{font-size:24px}}.quiz-root .r-math{border:1px solid var(--border);background:#f9fafb;border-radius:12px;margin-bottom:22px;padding:13px 15px}.quiz-root .r-math-tag{color:var(--muted);text-transform:uppercase;letter-spacing:.4px;margin-bottom:5px;font-size:10.5px;font-weight:700}.quiz-root .r-math-body{color:#1f2937;font-size:13.5px;line-height:1.55}.quiz-root .r-math-body b{color:var(--text);font-weight:700}.quiz-root .r-math-note{color:var(--muted);margin-top:7px;font-size:11.5px;line-height:1.45}.quiz-root .r-math.red{background:var(--red-bg);border-color:var(--red-bd)}.quiz-root .r-math.red .r-math-tag{color:var(--red)}.quiz-root .r-plan{flex-direction:column;gap:6px;margin-bottom:22px;display:flex}.quiz-root .r-plan-title{color:var(--text);letter-spacing:-.3px;font-size:17px;font-weight:800;line-height:1.3}.quiz-root .r-plan-sub{color:#4b5563;font-size:13.5px;line-height:1.55}.quiz-root .r-plan-sub b{color:var(--text);font-weight:700}.quiz-root .r-plan-time{background:var(--amber-bg);border:1px solid var(--amber-bd);color:#92400e;border-radius:999px;align-self:flex-start;align-items:center;gap:6px;margin-top:2px;padding:5px 11px;font-size:12.5px;font-weight:700;display:inline-flex}.quiz-root .r-plan-time b{font-weight:800}.quiz-root .r-plan-list{flex-direction:column;gap:6px;margin-top:4px;display:flex}.quiz-root .r-plan-card{text-align:left;border:1px solid var(--border);cursor:pointer;width:100%;color:var(--text);background:#fff;border-radius:10px;padding:12px 14px;font-family:inherit;transition:border-color .15s,box-shadow .15s;display:block}.quiz-root .r-plan-card:hover{border-color:#9ca3af}.quiz-root .r-plan-card.open{border-color:var(--text)}.quiz-root .r-plan-card:focus-visible{outline:2px solid var(--text);outline-offset:2px}.quiz-root .r-plan-card-head{align-items:center;gap:10px;display:flex}.quiz-root .r-plan-card-num{background:var(--text);color:#fff;border-radius:7px;flex-shrink:0;justify-content:center;align-items:center;width:24px;height:24px;font-size:12px;font-weight:800;line-height:1;display:flex}.quiz-root .r-plan-card-title{color:var(--text);flex:1;font-size:13.5px;font-weight:700;line-height:1.35}.quiz-root .r-plan-card-chev{color:#9ca3af;flex-shrink:0;width:18px;height:18px;transition:transform .2s,color .2s}.quiz-root .r-plan-card.open .r-plan-card-chev{color:var(--text);transform:rotate(180deg)}.quiz-root .r-plan-card-body{color:#374151;margin:8px 0 0 34px;font-size:13px;line-height:1.55;display:block}.quiz-root .r-leadin{margin-bottom:22px}.quiz-root .r-leadin-strong{color:var(--text);letter-spacing:-.2px;margin-bottom:6px;font-size:16px;font-weight:800;line-height:1.3}.quiz-root .r-leadin-body{color:#4b5563;font-size:13.5px;line-height:1.6}.quiz-root .r-leadin-body b{color:var(--text);font-weight:600}.quiz-root .r-paths{margin-bottom:10px}.quiz-root .r-paths-h{color:var(--text);letter-spacing:-.2px;margin-bottom:4px;font-size:15px;font-weight:800;line-height:1.3}.quiz-root .r-paths-sub{color:#4b5563;font-size:13px;line-height:1.55}.quiz-root .r-close{background:var(--violet-bg);border:1px solid var(--violet-bd);border-radius:14px;margin-bottom:18px;padding:16px 18px}.quiz-root .r-close-h{color:var(--violet);letter-spacing:-.2px;margin-bottom:6px;font-size:16px;font-weight:800;line-height:1.3}.quiz-root .r-close-body{color:#5b21b6;font-size:13.5px;line-height:1.55}.quiz-root .r-close-body b{color:var(--violet-ink);font-weight:700}.quiz-root .r-close-value{border-top:1px solid var(--violet-bd);color:var(--text);flex-direction:column;gap:4px;margin-top:12px;padding-top:12px;font-size:13.5px;font-weight:700;line-height:1.5;display:flex}.quiz-root .r-close-value-row{flex-wrap:wrap;gap:6px;display:flex}.quiz-root .r-close-value-row .r-close-value-k{font-weight:700}.quiz-root .r-close-value-row .r-close-value-v{font-weight:600}.quiz-root .r-close-value-row.agency{color:var(--muted);font-weight:600}.quiz-root .r-close-value-row.us{color:var(--violet);font-weight:700}.quiz-root .r-cta-sub{color:var(--muted);text-align:center;margin-top:8px;font-size:12px;line-height:1.5}.quiz-root .svc-stack{grid-template-columns:1fr;align-items:stretch;gap:22px;display:grid}@media (min-width:960px){.quiz-root .svc-stack{grid-template-columns:repeat(3,minmax(280px,1fr));gap:18px}}.quiz-root .r-page-sub{color:var(--muted);text-align:left;text-wrap:balance;margin-bottom:22px;font-size:15px;line-height:1.55}.quiz-root .r-page-sub b{color:var(--text);font-weight:700}.quiz-root .wrap:has(.screen.active>.svc-stack){max-width:1100px}.quiz-root .svc{border:1.5px solid var(--border);background:#fff;border-radius:14px;flex-direction:column;gap:11px;height:100%;padding:16px 18px;display:flex}.quiz-root .svc.primary{border-width:2px;border-color:var(--ind);background:#fbfaff}.quiz-root .svc-badge{color:var(--text);text-transform:uppercase;letter-spacing:.4px;background:#f3f4f6;border-radius:999px;align-self:flex-start;align-items:center;gap:5px;padding:3px 10px;font-size:10.5px;font-weight:700;display:inline-flex}.quiz-root .svc.primary .svc-badge{background:var(--ind);color:#fff}.quiz-root .svc-title{color:var(--text);letter-spacing:-.2px;font-size:15.5px;font-weight:800;line-height:1.3}.quiz-root .svc-price{color:var(--text);letter-spacing:-.4px;font-size:18px;font-weight:800}.quiz-root .svc-price .free{color:var(--green)}.quiz-root .svc-price .delivered{color:var(--muted);letter-spacing:0;font-size:12px;font-weight:600}.quiz-root .svc-connect{color:#4b5563;background:0 0;border:none;border-radius:0;padding:0;font-size:13.5px;font-style:italic;line-height:1.55}.quiz-root .svc-connect b{color:var(--violet-ink);font-style:normal;font-weight:700}.quiz-root .svc-list-title{color:var(--muted);text-transform:uppercase;letter-spacing:.4px;font-size:10.5px;font-weight:700}.quiz-root .svc-ul{flex-direction:column;gap:6px;margin:0;padding:0;list-style:none;display:flex}.quiz-root .svc-ul li{color:#1f2937;align-items:flex-start;gap:8px;font-size:13px;line-height:1.45;display:flex}.quiz-root .svc-ul li:before{content:"✓";color:var(--green);flex-shrink:0;font-size:13px;font-weight:700;line-height:1.45}.quiz-root .svc-cta{cursor:pointer;background:var(--text);color:#fff;border:none;border-radius:10px;width:100%;margin-top:auto;padding:13px 16px;font-family:inherit;font-size:14.5px;font-weight:700;transition:opacity .15s}.quiz-root .svc-cta:hover{opacity:.88}.quiz-root .svc.primary .svc-cta{background:var(--ind)}.quiz-root .hero-plan-lead{background:var(--violet-bg);border:1px solid var(--violet-bd);color:var(--violet);text-transform:uppercase;letter-spacing:.3px;border-radius:999px;margin-bottom:10px;padding:4px 11px;font-size:11px;font-weight:700;display:inline-block}.quiz-root .hero-h-pur{color:var(--text);letter-spacing:-.02em;margin-bottom:8px;font-family:Syne,sans-serif;font-size:26px;font-weight:700;line-height:1.2}@media (max-width:640px){.quiz-root .hero-h-pur{font-size:22px}}.quiz-root .hero-sub-pur{color:#4b5563;margin-bottom:20px;font-size:14.5px;line-height:1.55}.quiz-root .hero-sub-pur b{color:var(--text);font-weight:700}.quiz-root .sec-h-small{color:var(--text);letter-spacing:-.2px;margin-bottom:8px;font-size:16px;font-weight:800}.quiz-root .pur-section{margin-bottom:20px}.quiz-root .feat-grid{grid-template-columns:1fr;align-items:stretch;gap:10px;margin-bottom:20px;display:grid}@media (min-width:560px){.quiz-root .feat-grid{grid-template-columns:1fr 1fr;gap:14px}}.quiz-root .feat{border:1px solid var(--border);background:#fafafa;border-radius:11px;padding:13px 14px}.quiz-root .feat-icon{margin-bottom:6px;font-size:20px;display:block}.quiz-root .feat-title{color:var(--text);font-size:14.5px;font-weight:800;line-height:1.3}.quiz-root .feat-text{color:#4b5563;margin-top:4px;font-size:13px;line-height:1.5}.quiz-root .feat-text b{color:var(--text);font-weight:700}.quiz-root .feat-explain{color:var(--violet);margin-top:6px;font-size:12px;font-style:italic;line-height:1.45}.quiz-root .pur-steps-list{flex-direction:column;display:flex}.quiz-root .step{border-bottom:1px solid var(--border);gap:12px;padding:12px 0;display:flex}.quiz-root .step:last-child{border-bottom:none}.quiz-root .step-num{width:24px;height:24px;color:var(--text);background:#f3f4f6;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;margin-top:2px;font-size:12px;font-weight:800;line-height:1;display:flex}.quiz-root .step-body{flex:1}.quiz-root .step-title{color:var(--text);font-size:14px;font-weight:700;line-height:1.3}.quiz-root .step-text{color:#4b5563;margin-top:3px;font-size:13px;line-height:1.55}.quiz-root .step-text b{color:var(--text);font-weight:700}.quiz-root .auto-block{background:linear-gradient(180deg,var(--violet-bg)0%,#fafafa 100%);border:1px solid var(--violet-bd);border-radius:14px;margin-bottom:20px;padding:15px 16px}.quiz-root .auto-h{color:var(--violet);letter-spacing:-.2px;font-size:15.5px;font-weight:800;line-height:1.3}.quiz-root .auto-row{align-items:flex-start;gap:12px;margin-top:14px;display:flex}.quiz-root .auto-row-num{border:1px solid var(--violet-bd);width:28px;height:28px;color:var(--violet);background:#fff;border-radius:7px;flex-shrink:0;justify-content:center;align-items:center;font-size:14px;font-weight:800;line-height:1;display:flex}.quiz-root .auto-row-body{flex:1}.quiz-root .auto-row-title{color:var(--violet-ink);font-size:13.5px;font-weight:800}.quiz-root .auto-row-text{color:#5b21b6;margin-top:4px;font-size:13px;line-height:1.55}.quiz-root .auto-row-text b{color:var(--violet-ink);font-weight:700}.quiz-root .auto-close{border-top:1px solid var(--violet-bd);color:var(--violet-ink);margin-top:14px;padding-top:12px;font-size:13px;font-weight:600;line-height:1.5}.quiz-root .price-row{border-bottom:1px solid var(--border);justify-content:space-between;align-items:baseline;padding:9px 0;font-size:13px;display:flex}.quiz-root .price-row:last-of-type{border-bottom:none}.quiz-root .price-row span{color:#4b5563}.quiz-root .price-row strong{color:var(--text);font-weight:700}.quiz-root .purchase-card{border:1px solid var(--border);background:#fafaf9;border-radius:14px;flex-direction:column;gap:13px;margin-bottom:20px;padding:18px 20px;display:flex}.quiz-root .purchase-reminder{color:var(--text);font-size:13.5px;font-weight:500;line-height:1.55}.quiz-root .purchase-reminder b{color:var(--text);font-weight:800}.quiz-root .purchase-reminder .price{color:var(--violet);white-space:nowrap;font-weight:800}.quiz-root .form-label{color:var(--text);margin-bottom:6px;font-size:13px;font-weight:600}.quiz-root .cta-pur{cursor:pointer;background:var(--text);color:#fff;border:none;border-radius:10px;width:100%;padding:15px 18px;font-family:inherit;font-size:15px;font-weight:700;transition:opacity .15s}.quiz-root .cta-pur:hover{opacity:.88}.quiz-root .cta-pur:disabled{opacity:.6;cursor:not-allowed}.quiz-root .cta-sub-pur{color:var(--muted);text-align:center;font-size:12px;line-height:1.5}.quiz-root .preview-intro{color:#4b5563;margin:4px 0 14px;font-size:13px;line-height:1.5}.quiz-root .preview-intro b{color:var(--text);font-weight:700}
