.qc-root{--qc-navy:#103d56;--qc-navy-2:#0a2638;--qc-teal:#52a693;--qc-text:#272727;--qc-muted:#536d7b;--qc-gray-light:#a7bec9;--qc-bg:#f5f6f7;--qc-error:#b91c1c;--qc-line:#e5e7eb;--qc-green-50:#ecfdf5;--qc-blue-50:#eff6ff;--qc-gray-50:#f3f4f6;font-family:var(--font-body),"Raleway",system-ui,sans-serif;font-weight:500;color:var(--qc-text);background:var(--qc-bg);min-height:100vh}.qc-root *{box-sizing:border-box}.qc-root h1,.qc-root h2,.qc-root h3,.qc-root h4{font-family:var(--font-heading),"Space Grotesk",system-ui,sans-serif;font-weight:600;letter-spacing:-.03em;color:var(--qc-navy);line-height:1.15;margin:0 0 .5rem}.qc-root h1{font-size:40px}.qc-root h2{font-size:30px}.qc-root h3{font-size:22px}.qc-root h4{font-size:17px}.qc-root p{line-height:1.55;margin:0 0 .75rem}.qc-root a{color:var(--qc-teal)}.qc-root button{font-family:inherit;font-weight:600;cursor:pointer;border:0;background:transparent;padding:0;color:inherit}.qc-root .app{min-height:100vh;display:flex;flex-direction:column}.qc-root .container{max-width:760px;margin:0 auto;padding:36px 24px 100px;flex:1;width:100%}.qc-root .wide{max-width:880px}.qc-root .eyebrow{font-size:11px;font-weight:600;color:var(--qc-muted);text-transform:uppercase;letter-spacing:.1em;margin-bottom:8px}.qc-root .back{font-size:12px;color:var(--qc-muted);margin-bottom:14px}.qc-root .back:hover{color:var(--qc-navy)}.qc-root .sub{color:var(--qc-muted);margin-bottom:6px}.qc-root .help-toggle{display:inline-block;margin-top:6px;font-size:13px;color:var(--qc-teal)}.qc-root .help-toggle:hover{text-decoration:underline}.qc-root .help-box{margin-top:8px;padding:10px 12px;border-radius:8px;background:#fff;border:1px solid var(--qc-line);font-size:14px;color:var(--qc-text)}.qc-root .grid{display:grid;gap:12px}.qc-root .grid.two{grid-template-columns:1fr 1fr}@media (max-width:640px){.qc-root .grid.two{grid-template-columns:1fr}}.qc-root .card{background:#fff;border:1px solid var(--qc-line);border-radius:16px;padding:18px 18px 16px;text-align:left;transition:border-color .15s;cursor:pointer;display:flex;flex-direction:column;gap:4px}.qc-root .card .s{display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}.qc-root .grid.two .card{min-height:102px}.qc-root .card:hover{border-color:var(--qc-teal)}.qc-root .card .t{font-family:var(--font-heading),"Space Grotesk",sans-serif;font-weight:600;color:var(--qc-navy);font-size:17px;margin-bottom:3px}.qc-root .card .s{font-size:13px;color:var(--qc-muted)}.qc-root .card.danger{border-color:rgba(185,28,28,.3);background:#fef2f2}.qc-root .card.option{font-size:16px;padding:14px 18px}.qc-root .card.option:hover{background:rgba(82,166,147,.04);border-color:var(--qc-teal)}.qc-root .card.option.selected{border-color:var(--qc-teal);background:rgba(82,166,147,.08);color:var(--qc-navy)}.qc-root .card.option.opt-row{display:flex;flex-direction:row;align-items:center;gap:12px;padding:11px 16px;font-size:15px;line-height:1.4}.qc-root .card.option.opt-row .opt-check{flex-shrink:0;width:20px;height:20px;border-radius:5px;border:1.5px solid var(--qc-line);background:#fff;display:inline-flex;align-items:center;justify-content:center;color:#fff;font-size:12px;transition:all .15s}.qc-root .card.option.opt-row.selected .opt-check{background:var(--qc-teal);border-color:var(--qc-teal)}.qc-root .card.option.opt-row:hover .opt-check{border-color:var(--qc-teal)}.qc-root .card.option.opt-row .opt-label{flex:1}.qc-root .progress{width:100%;height:5px;background:var(--qc-gray-50);border-radius:99px;overflow:hidden;margin-bottom:30px}.qc-root .progress>div{height:100%;background:var(--qc-teal);transition:width .25s ease}.qc-root .cta{display:inline-block;background:var(--qc-teal);color:#fff;border-radius:10px;padding:14px 26px;font-weight:600;font-size:15px}.qc-root .cta:hover{background:#246055}.qc-root .cta.secondary{background:#fff;border:1px solid var(--qc-line);color:var(--qc-navy)}.qc-root .cta.secondary:hover{background:var(--qc-bg)}.qc-root .row{display:flex;gap:10px;flex-wrap:wrap;align-items:center}.qc-root .int-ey{font-size:13px;font-weight:600;color:var(--qc-teal);text-transform:uppercase;letter-spacing:.08em;margin-bottom:14px}.qc-root .stat{border-radius:14px;padding:18px 22px;margin-top:18px}.qc-root .stat.mint{background:rgba(46,116,102,.12)}.qc-root .stat.yellow{background:#fef3c7}.qc-root .stat .num{font-family:var(--font-heading),"Space Grotesk",sans-serif;font-weight:700;color:var(--qc-navy);font-size:34px;line-height:1;margin-bottom:6px}.qc-root .stat .lbl{font-size:13px;color:var(--qc-text);max-width:520px}.qc-root .feature-grid{display:grid;gap:10px;margin-top:16px}@media (min-width:640px){.qc-root .feature-grid{grid-template-columns:repeat(3,1fr)}}.qc-root .feat{border:1px solid var(--qc-line);border-radius:14px;padding:14px;background:#fff}.qc-root .feat .icon{font-size:22px;margin-bottom:6px}.qc-root .feat .t{font-family:var(--font-heading),"Space Grotesk",sans-serif;font-weight:600;font-size:13px;color:var(--qc-navy);margin-bottom:2px}.qc-root .feat .p{font-size:12px;color:var(--qc-muted);line-height:1.4}.qc-root .callout{background:rgba(46,116,102,.1);border-left:4px solid var(--qc-teal);padding:14px 18px;border-radius:8px;font-size:14px;margin-top:18px}.qc-root .chips{display:flex;flex-wrap:wrap;gap:6px;margin-bottom:14px}.qc-root .chip{font-size:11px;font-weight:600;background:rgba(46,116,102,.12);color:var(--qc-teal);padding:5px 11px;border-radius:99px}.qc-root .reveal{background:#fff;border:1px solid var(--qc-line);border-radius:18px;box-shadow:0 1px 2px rgba(0,0,0,.04);overflow:hidden}.qc-root .reveal-hdr{padding:20px 24px 16px;border-bottom:1px solid var(--qc-line);position:relative}.qc-root .reveal-hdr .badge{display:inline-block;background:rgba(46,116,102,.14);color:var(--qc-teal);font-weight:700;font-size:11px;text-transform:uppercase;letter-spacing:.06em;padding:4px 10px;border-radius:99px;margin-bottom:8px}.qc-root .reveal-hdr .price{position:absolute;right:24px;top:22px;text-align:right}.qc-root .reveal-hdr .price .total{font-family:var(--font-heading),"Space Grotesk",sans-serif;font-weight:700;font-size:24px;color:var(--qc-navy)}.qc-root .reveal-hdr .price .strike{font-size:13px;color:var(--qc-muted);text-decoration:line-through}.qc-root .reveal-hdr .price .save{font-size:11px;font-weight:600;color:var(--qc-teal)}.qc-root .reveal-hdr .pkg-name{font-family:var(--font-heading),"Space Grotesk",sans-serif;font-weight:700;font-size:22px;color:var(--qc-navy);margin-bottom:4px}.qc-root .reveal-hdr .pkg-desc{font-size:13px;color:var(--qc-muted);max-width:480px}.qc-root .forms{display:grid;gap:6px;padding:18px 24px}@media (min-width:640px){.qc-root .forms{grid-template-columns:repeat(2,1fr);-moz-column-gap:28px;column-gap:28px}}.qc-root .form-row{display:flex;align-items:flex-start;gap:8px;padding:6px 0;font-size:14px}.qc-root .form-row .tick{display:inline-flex;align-items:center;justify-content:center;width:18px;height:18px;border-radius:4px;background:var(--qc-teal);color:#fff;font-size:11px;flex-shrink:0;margin-top:2px}.qc-root .form-row.foundational .tick{background:var(--qc-navy)}.qc-root .form-row .name{flex:1;color:var(--qc-text)}.qc-root .form-row .badge-found{display:inline-block;white-space:nowrap;font-size:9px;font-weight:700;text-transform:uppercase;letter-spacing:.04em;color:var(--qc-teal);background:rgba(82,166,147,.12);padding:1px 7px;border-radius:99px;margin-left:6px;vertical-align:middle}.qc-root .form-row .x{color:var(--qc-muted);font-size:18px;padding:0 4px;cursor:pointer}.qc-root .form-row .x:hover{color:var(--qc-error)}.qc-root .removed-bar{padding:10px 24px;background:var(--qc-gray-50);border-top:1px solid var(--qc-line);font-size:12px}.qc-root .removed-bar a{color:var(--qc-teal);font-weight:600;cursor:pointer;margin-right:12px}.qc-root .reveal-footer{padding:6px 24px 22px}.qc-root .reveal-footer p{font-size:12px;color:var(--qc-muted);margin-top:12px;line-height:1.5}.qc-root .reveal-footer .rp-contact{margin-top:16px;padding-top:14px;border-top:1px solid #e3e7ea;font-size:13px}.qc-root .reveal-footer .rp-contact a{color:#4ba793;text-decoration:underline;cursor:pointer}.qc-root .modal-bg{position:fixed;inset:0;background:rgba(0,0,0,.45);display:flex;align-items:center;justify-content:center;z-index:50;padding:18px}.qc-root .modal{background:#fff;border-radius:18px;padding:22px;max-width:520px;width:100%;box-shadow:0 30px 60px rgba(0,0,0,.3)}.qc-root .modal h3{margin:0 0 4px;font-size:19px}.qc-root .modal .plain{color:var(--qc-muted);font-size:13px;margin-bottom:14px}.qc-root .modal .what{background:var(--qc-bg);margin-bottom:10px}.qc-root .modal .what,.qc-root .modal .why{padding:10px 12px;border-radius:8px;font-size:13px}.qc-root .modal .why{margin-bottom:12px}.qc-root .modal .why.firm{background:rgba(185,28,28,.06);color:var(--qc-error)}.qc-root .modal .why.soft{background:rgba(46,116,102,.06)}.qc-root .modal .actions{display:flex;gap:10px}.qc-root .modal .btn-keep{background:var(--qc-navy);color:#fff;padding:10px 16px;border-radius:8px;font-size:13px}.qc-root .modal .btn-remove{background:#fff;border:1px solid rgba(185,28,28,.3);color:var(--qc-error);padding:10px 16px;border-radius:8px;font-size:13px;cursor:pointer}.qc-root .drawer-bg{position:fixed;inset:0;background:rgba(0,0,0,.4);z-index:40}.qc-root .drawer{position:fixed;right:0;top:0;bottom:0;width:420px;max-width:100vw;background:#fff;z-index:41;display:flex;flex-direction:column;box-shadow:-20px 0 50px rgba(0,0,0,.2)}.qc-root .drawer-hdr{padding:18px 20px;border-bottom:1px solid var(--qc-line);display:flex;justify-content:space-between;align-items:center}.qc-root .drawer-hdr h3{margin:0;font-size:17px}.qc-root .drawer-hdr .close{color:var(--qc-muted);font-size:22px;cursor:pointer}.qc-root .drawer-body{flex:1;overflow-y:auto;padding:16px 20px}.qc-root .drawer-item{display:flex;justify-content:space-between;gap:10px;padding:8px 0;border-bottom:1px solid #f9fafb;font-size:13px}.qc-root .drawer-item .x{color:var(--qc-muted);cursor:pointer;padding:0 4px;font-size:16px}.qc-root .bundle-card{background:rgba(46,116,102,.06);border:1px solid rgba(46,116,102,.3);border-radius:10px;padding:12px;margin-bottom:12px}.qc-root .bundle-card .row{justify-content:space-between}.qc-root .bundle-card .lbl{font-size:13px;font-weight:600;color:var(--qc-navy)}.qc-root .bundle-card .meta,.qc-root .bundle-card .strike{font-size:11px;color:var(--qc-muted)}.qc-root .bundle-card .strike{text-decoration:line-through;margin-top:4px;display:inline-block}.qc-root .bundle-card .save{font-size:11px;color:var(--qc-teal);font-weight:600;margin-left:4px}.qc-root .sweep{background:rgba(46,116,102,.06);border-top:1px solid var(--qc-line);padding:14px 20px}.qc-root .sweep h4{margin:0 0 4px;font-size:14px;font-weight:600}.qc-root .sweep .desc{font-size:12px;color:var(--qc-muted);margin-bottom:10px;line-height:1.4}.qc-root .sweep-row{display:flex;gap:9px;padding:8px 0;align-items:flex-start;border-top:1px solid #fff}.qc-root .sweep-row:first-of-type{border-top:0}.qc-root .sweep-row input{margin-top:3px;accent-color:var(--qc-teal)}.qc-root .sweep-row label{flex:1;cursor:pointer}.qc-root .sweep-row .name{font-size:13px;font-weight:600;color:var(--qc-navy)}.qc-root .sweep-row .price{color:var(--qc-muted);font-weight:500;margin-left:4px}.qc-root .sweep-row .help{display:block;font-size:11px;color:var(--qc-muted);margin-top:2px;line-height:1.4}.qc-root .sweep-actions{display:flex;gap:10px;margin-top:12px}.qc-root .sweep-actions .add{flex:1;background:var(--qc-teal);color:#fff;padding:9px;border-radius:8px;font-size:13px}.qc-root .sweep-actions .skip{border:1px solid var(--qc-line);padding:9px 16px;border-radius:8px;font-size:13px;color:var(--qc-muted);cursor:pointer;background:#fff}.qc-root .drawer-foot{padding:14px 20px;border-top:1px solid var(--qc-line)}.qc-root .drawer-foot .row{justify-content:space-between;margin-bottom:10px}.qc-root .drawer-foot .row .lbl{font-size:13px;color:var(--qc-muted)}.qc-root .drawer-foot .row .total{font-family:var(--font-heading),"Space Grotesk",sans-serif;font-weight:600;color:var(--qc-navy)}.qc-root .checkout-btn{width:100%;background:var(--qc-navy);color:#fff;padding:12px;border-radius:10px;font-size:14px;font-weight:600}.qc-root .checkout-btn:disabled{opacity:.5;cursor:not-allowed}.qc-root .done{background:rgba(46,116,102,.08);border:1px solid var(--qc-teal);padding:16px;border-radius:12px;text-align:center}.qc-root .done .check{font-size:32px;margin-bottom:8px}