.quote[data-astro-cid-rbfcu22o]{background:var(--color-white);padding:120px 24px 96px;min-height:80vh}.quote__inner[data-astro-cid-rbfcu22o]{max-width:1100px;margin:0 auto}.quote__head[data-astro-cid-rbfcu22o]{text-align:center;margin-bottom:56px}.quote__h[data-astro-cid-rbfcu22o]{margin:0 0 16px;font-size:clamp(40px,5vw,72px);font-weight:600;letter-spacing:-.015em;line-height:1.02;color:var(--color-ink);text-wrap:balance}.quote__sub[data-astro-cid-rbfcu22o]{margin:0 auto;max-width:560px;font-size:clamp(17px,1.4vw,20px);line-height:1.5;color:var(--color-secondary)}.quote__picker[data-astro-cid-rbfcu22o]{margin-bottom:48px}.quote__picker-label[data-astro-cid-rbfcu22o]{font-size:13px;font-weight:500;letter-spacing:.04em;text-transform:uppercase;color:var(--color-tertiary);margin:0 0 16px}.qcards[data-astro-cid-rbfcu22o]{display:grid;grid-template-columns:repeat(4,1fr);justify-content:center;gap:12px;margin-bottom:24px}.qcard[data-astro-cid-rbfcu22o]{display:flex;flex-direction:column;align-items:center;gap:10px;padding:20px 12px 16px;background:var(--color-white);border:2px solid var(--color-rule);border-radius:var(--radius-card);font-family:inherit;cursor:pointer;transition:border-color .15s,box-shadow .15s,background .15s;text-align:center}.qcard[data-astro-cid-rbfcu22o]:hover{border-color:var(--color-blue)}.qcard[data-astro-cid-rbfcu22o].is-active{border-color:var(--color-blue);box-shadow:0 0 0 4px var(--color-blue-soft)}.qcard__img-wrap[data-astro-cid-rbfcu22o]{width:100%;height:160px;overflow:hidden;display:flex;align-items:center;justify-content:center}.qcard__img-wrap[data-astro-cid-rbfcu22o] img[data-astro-cid-rbfcu22o]{width:90%;height:90%;object-fit:contain;object-position:center}.qcard__img-wrap--unsure[data-astro-cid-rbfcu22o]{color:var(--color-tertiary)}.qcard--unsure[data-astro-cid-rbfcu22o]:hover .qcard__img-wrap--unsure[data-astro-cid-rbfcu22o],.qcard--unsure[data-astro-cid-rbfcu22o].is-active .qcard__img-wrap--unsure[data-astro-cid-rbfcu22o]{color:var(--color-blue)}.qcard__name[data-astro-cid-rbfcu22o]{font-size:14px;font-weight:600;color:var(--color-ink);line-height:1.2}.qcard__desc[data-astro-cid-rbfcu22o]{font-size:11px;color:var(--color-tertiary);line-height:1.4}.qpreviews[data-astro-cid-rbfcu22o]{position:relative}.qpreview[data-astro-cid-rbfcu22o]{display:none;max-width:560px;margin:0 auto;padding:24px 0;text-align:center;animation:qp-in .22s ease}.qpreview[data-astro-cid-rbfcu22o].is-visible{display:block}@keyframes qp-in{0%{opacity:0;transform:translateY(6px)}to{opacity:1;transform:none}}.qpreview__body[data-astro-cid-rbfcu22o]{display:flex;flex-direction:column;align-items:center;gap:12px}.qpreview__eyebrow[data-astro-cid-rbfcu22o]{margin:0;font-size:12px;font-weight:500;letter-spacing:.04em;text-transform:uppercase;color:var(--color-tertiary)}.qpreview__name[data-astro-cid-rbfcu22o]{margin:0;font-size:clamp(28px,3vw,40px);font-weight:600;letter-spacing:-.02em;color:var(--color-ink);line-height:1.05}.qpreview__desc[data-astro-cid-rbfcu22o]{margin:0;max-width:480px;font-size:15px;line-height:1.55;color:var(--color-secondary)}.qpreview__specs[data-astro-cid-rbfcu22o]{margin:0;padding:0;list-style:none;display:flex;flex-direction:column;align-items:center;gap:6px}.qpreview__specs[data-astro-cid-rbfcu22o] li[data-astro-cid-rbfcu22o]{font-size:13px;color:var(--color-secondary)}.qpreview__price[data-astro-cid-rbfcu22o]{display:flex;flex-direction:column;gap:3px;margin-top:8px;padding-top:16px;border-top:1px solid var(--color-rule);width:100%;max-width:320px}.qpp__hw[data-astro-cid-rbfcu22o]{font-size:17px;font-weight:600;color:var(--color-ink)}.qpp__mo[data-astro-cid-rbfcu22o]{font-size:14px;color:var(--color-secondary)}.qpreview__body--unsure[data-astro-cid-rbfcu22o] .qpreview__name[data-astro-cid-rbfcu22o]{font-size:clamp(22px,2.5vw,32px)}.qpreview__body--unsure[data-astro-cid-rbfcu22o] .qpreview__specs[data-astro-cid-rbfcu22o]{gap:10px;margin-top:4px}.quote__grid[data-astro-cid-rbfcu22o]{max-width:620px;margin:8px auto 0}.quote__form[data-astro-cid-rbfcu22o]{display:flex;flex-direction:column;gap:28px}.quote__field[data-astro-cid-rbfcu22o]{display:flex;flex-direction:column;gap:8px}.quote__field[data-astro-cid-rbfcu22o] label[data-astro-cid-rbfcu22o]{font-size:14px;font-weight:500;color:var(--color-ink)}.quote__field[data-astro-cid-rbfcu22o] input[data-astro-cid-rbfcu22o][type=email],.quote__field[data-astro-cid-rbfcu22o] input[data-astro-cid-rbfcu22o][type=text],.quote__field[data-astro-cid-rbfcu22o] textarea[data-astro-cid-rbfcu22o]{padding:14px 16px;background:var(--color-white);border:1px solid var(--color-rule);border-radius:var(--radius-sm);font-family:inherit;font-size:15px;color:var(--color-ink);transition:border-color .15s ease,box-shadow .15s ease;width:100%}.quote__field[data-astro-cid-rbfcu22o] input[data-astro-cid-rbfcu22o]:focus,.quote__field[data-astro-cid-rbfcu22o] textarea[data-astro-cid-rbfcu22o]:focus{outline:0;border-color:var(--color-blue);box-shadow:0 0 0 3px var(--color-blue-soft)}.quote__field[data-astro-cid-rbfcu22o] textarea[data-astro-cid-rbfcu22o]{resize:vertical;min-height:80px}.quote__hint[data-astro-cid-rbfcu22o]{font-size:12px;color:var(--color-secondary);margin-top:2px}.quote__hint[data-astro-cid-rbfcu22o] strong[data-astro-cid-rbfcu22o]{color:var(--color-blue);font-weight:500}.quote__optional[data-astro-cid-rbfcu22o]{font-size:12px;font-weight:400;color:var(--color-tertiary);margin-left:6px}.quote__label-row[data-astro-cid-rbfcu22o]{display:flex;justify-content:space-between;align-items:baseline}.quote__output[data-astro-cid-rbfcu22o]{font-size:22px;font-weight:600;color:var(--color-blue);letter-spacing:-.01em}.quote__range[data-astro-cid-rbfcu22o]{-webkit-appearance:none;appearance:none;width:100%;height:6px;background:var(--color-rule);border-radius:3px;outline:none}.quote__range[data-astro-cid-rbfcu22o]::-webkit-slider-thumb{-webkit-appearance:none;appearance:none;width:22px;height:22px;background:var(--color-blue);border-radius:50%;cursor:pointer;border:3px solid var(--color-white);box-shadow:0 1px 4px #0d1a2e2e}.quote__range[data-astro-cid-rbfcu22o]::-moz-range-thumb{width:22px;height:22px;background:var(--color-blue);border-radius:50%;cursor:pointer;border:3px solid var(--color-white)}.quote__scale[data-astro-cid-rbfcu22o]{display:flex;justify-content:space-between;font-size:12px;color:var(--color-tertiary);margin-top:4px}.quote__honeypot[data-astro-cid-rbfcu22o]{position:absolute;left:-9999px;width:0;height:0;opacity:0}.quote__submit-wrap[data-astro-cid-rbfcu22o]{display:flex;flex-direction:column;gap:8px}.quote__submit[data-astro-cid-rbfcu22o]{padding:16px 24px;background:var(--color-blue);color:var(--color-white);border:0;border-radius:var(--radius-pill);font-family:inherit;font-size:17px;font-weight:500;cursor:pointer;transition:opacity .15s ease;display:inline-flex;align-items:center;justify-content:center;gap:6px}.quote__submit[data-astro-cid-rbfcu22o]:hover:not(:disabled){opacity:.88}.quote__submit[data-astro-cid-rbfcu22o]:disabled{opacity:.45;cursor:not-allowed}.quote__submit-hint[data-astro-cid-rbfcu22o]{margin:0;font-size:13px;color:var(--color-tertiary);text-align:center}.quote__fine[data-astro-cid-rbfcu22o]{margin:0;text-align:center;font-size:12px;line-height:1.5;color:var(--color-tertiary)}.quote__fine[data-astro-cid-rbfcu22o] strong[data-astro-cid-rbfcu22o]{color:var(--color-secondary);font-weight:500}.quote__success[data-astro-cid-rbfcu22o]{text-align:center;max-width:640px;margin:0 auto;padding:32px 0}.quote__success-mark[data-astro-cid-rbfcu22o]{color:var(--color-blue);margin-bottom:24px;display:flex;justify-content:center}.quote__success-h[data-astro-cid-rbfcu22o]{margin:0 0 16px;font-size:clamp(32px,4vw,56px);font-weight:600;letter-spacing:-.015em;color:var(--color-ink)}.quote__success-p[data-astro-cid-rbfcu22o]{margin:0 auto 32px;max-width:480px;font-size:17px;line-height:1.55;color:var(--color-secondary)}.quote__success-p[data-astro-cid-rbfcu22o] strong[data-astro-cid-rbfcu22o]{color:var(--color-blue);font-weight:500}.quote__success-cta[data-astro-cid-rbfcu22o]{display:flex;flex-direction:column;gap:12px;align-items:center}.quote__success-link[data-astro-cid-rbfcu22o]{color:var(--color-blue);text-decoration:none;font-size:14px;font-weight:500}.quote__success-link[data-astro-cid-rbfcu22o]:hover{text-decoration:underline}@media(max-width:880px){.quote[data-astro-cid-rbfcu22o]{padding:80px 20px 64px}.qcards[data-astro-cid-rbfcu22o]{grid-template-columns:repeat(2,1fr)}}@media(max-width:540px){.qcards[data-astro-cid-rbfcu22o]{grid-template-columns:repeat(2,1fr)}.qcard--unsure[data-astro-cid-rbfcu22o]{grid-column:span 2;flex-direction:row;justify-content:center;gap:12px}.qpreview[data-astro-cid-rbfcu22o]{padding:28px 20px}}
