.quote-calc{--qc-accent:#E05C83;--qc-surface:var(--e-a-bg-default, #fff);--qc-surface-2:var(--e-a-bg-hover, #f1f2f3);--qc-surface-accent:var(--e-a-bg-primary, #fae8ff);--qc-text:var(--e-a-color-txt, #515962);--qc-muted:var(--e-a-color-txt-muted, #818a96);--qc-border:var(--e-a-border-color, #e6e8ea);--qc-border-bold:var(--e-a-border-color-bold, #d5d8dc);--qc-radius:16px;--qc-radius-sm:12px;--qc-radius-xs:10px;font-family:inherit;color:var(--qc-text)}.quote-calc *{box-sizing:border-box}.qc-grid{display:grid;grid-template-columns:1.2fr .8fr;gap:20px;align-items:start}.qc-form{background:var(--qc-surface);padding:22px}.qc-title{margin:0 0 6px;font-size:24px;line-height:1.2;letter-spacing:.1px}.qc-sub{margin:0 0 16px;font-size:16px;color:var(--qc-muted)}.qc-includes{margin:14px 0 0;padding:14px;border:1px dashed var(--qc-border-bold);border-radius:var(--qc-radius-sm);background:var(--qc-surface-2)}.qc-badge{font-weight:800;margin-bottom:8px;font-size:15px}.qc-includes ul{margin:0;padding-left:18px;color:var(--qc-muted);font-size:15px;line-height:1.5}.qc-section{margin-top:18px;padding-top:16px;border-top:1px solid var(--qc-border)}.qc-section-title{font-weight:900;margin-bottom:10px;font-size:16px}.qc-row{display:grid;grid-template-columns:1fr 1fr;gap:14px}.qc-field{display:grid;gap:7px;margin-top:10px}.qc-field>span{font-size:14px;color:var(--qc-muted)}.qc-field input,.qc-field select{width:100%;padding:12px 12px!important;border-radius:var(--qc-radius-xs);border:1px solid var(--qc-border);background:#fff;color:var(--qc-text);outline:none;font-size:15px;transition:border-color .2s ease,box-shadow .2s ease}.qc-field input:focus,.qc-field select:focus{border-color:color-mix(in srgb,var(--qc-accent) 55%,var(--qc-border));box-shadow:0 0 0 3px color-mix(in srgb,var(--qc-accent) 18%,transparent)}.qc-checks{display:grid;gap:10px;margin-top:12px;margin-bottom:16px}.qc-checks label{display:flex;gap:10px;align-items:center;color:var(--qc-text);font-size:15px;line-height:1.35}.qc-checks input[type="checkbox"]{width:16px;height:16px;margin-top:3px;accent-color:var(--qc-accent);padding:0!important}.qc-divider{height:1px;background:var(--qc-border);margin:14px 0}.qc-note{margin-top:12px;padding:14px;border-radius:var(--qc-radius-sm);border:1px solid var(--qc-border);background:var(--qc-surface-2);font-size:15px}.qc-note-list{margin-top:6px;margin-bottom:12px;color:var(--qc-muted)}.qc-range{display:grid;gap:10px;margin-top:10px;padding:14px;border:1px solid var(--qc-border);border-radius:var(--qc-radius-sm);background:#fff}.qc-range-top{display:flex;justify-content:space-between;align-items:center;gap:12px}.qc-range-label{font-size:14px;color:var(--qc-muted)}.qc-range-value{min-width:52px;text-align:center;font-weight:800;color:#fff;padding:6px 10px;border-radius:999px;background:var(--qc-accent);font-size:14px}.qc-range input[type="range"]{padding:0!important}.qc-range input[type="range"]{-webkit-appearance:none;appearance:none;width:100%;height:10px;border-radius:999px;outline:none;background:linear-gradient(to right,var(--qc-accent) 0,var(--qc-accent) var(--qc-fillpx,0),var(--qc-surface-2) var(--qc-fillpx,0),var(--qc-surface-2) var(--qc-maxpx,100%))}.qc-range input[type="range"]::-webkit-slider-thumb{-webkit-appearance:none;appearance:none;width:22px;height:22px;border-radius:50%;background:#fff;border:3px solid var(--qc-accent);box-shadow:0 8px 18px rgba(0,0,0,.18);cursor:pointer}.qc-range input[type="range"]::-moz-range-thumb{width:22px;height:22px;border-radius:50%;background:#fff;border:3px solid var(--qc-accent);box-shadow:0 8px 18px rgba(0,0,0,.18);cursor:pointer}.qc-range input[type="range"]::-moz-range-track{height:10px;border-radius:999px;background:transparent}.qc-range-help{font-size:13px;color:var(--qc-muted)}.qc-summary{position:sticky;top:calc(var(--qc-sticky-top, 18px) + 18px);z-index:2}.qc-receipt{border:1px solid var(--qc-border);background:#fff;border-radius:var(--qc-radius);padding:18px;overflow:hidden}.qc-receipt-head{display:flex;justify-content:space-between;align-items:flex-start;gap:12px;margin-bottom:10px}.qc-receipt-title{font-weight:900;letter-spacing:.4px;text-transform:uppercase;font-size:14px}.qc-receipt-meta{text-align:right;font-size:13px;color:var(--qc-muted);display:grid;gap:2px}.qc-receipt-rule{border-top:1px dashed var(--qc-border-bold);margin:12px 0}.qc-receipt-section-label{font-size:12px;letter-spacing:.5px;color:var(--qc-muted);text-transform:uppercase;margin-bottom:10px}.qc-receipt-lines{display:grid;gap:8px}.qc-receipt-row{display:flex;justify-content:space-between;gap:12px;font-size:14px;color:var(--qc-text)}.qc-receipt-row span:first-child{overflow:hidden;white-space:nowrap;text-overflow:ellipsis;max-width:70%;color:var(--qc-muted)}.qc-receipt-row span:last-child{font-weight:800}.qc-strong span:first-child{color:var(--qc-text);font-weight:800}.qc-strong span:last-child{font-weight:900}.qc-grand{font-size:16px}.qc-grand span:last-child{font-weight:900;color:var(--qc-accent)}.qc-mini{margin-top:12px;font-size:14px;color:var(--qc-muted)}.qc-mini a{color:var(--qc-accent);text-decoration:none}.qc-mini a:hover{text-decoration:underline}@media screen and (max-width:980px){.qc-grid{grid-template-columns:1fr}.qc-summary{position:static}.qc-row{grid-template-columns:1fr}}@media screen and (max-width:768px){.qc-checks{gap:12px}.qc-checks label{display:grid;grid-template-columns:20px 1fr;column-gap:10px;align-items:start;line-height:1.35}.qc-checks input[type="checkbox"]{margin-top:2px;justify-self:start;padding:0!important}.qc-field input,.qc-field select{width:100%;padding:8px 12px!important}}.quote-calc.is-advanced .qc-form{opacity:.92}.quote-calc.is-advanced #qcCore,.quote-calc.is-advanced #qcBrand,.quote-calc.is-advanced #qcAddons,.quote-calc.is-advanced #qcEcom,.quote-calc.is-advanced #qcRecurring{opacity:.45;filter:grayscale(.15);pointer-events:none}.quote-calc.is-advanced #qcCore input,.quote-calc.is-advanced #qcBrand input,.quote-calc.is-advanced #qcAddons input,.quote-calc.is-advanced #qcEcom input,.quote-calc.is-advanced #qcRecurring input,.quote-calc.is-advanced #qcCore select,.quote-calc.is-advanced #qcBrand select,.quote-calc.is-advanced #qcAddons select,.quote-calc.is-advanced #qcEcom select,.quote-calc.is-advanced #qcRecurring select{cursor:not-allowed}