.rs-quote{background:var(--bg);color:var(--ink)}.rs-quote a{color:var(--accent-text)}.rs-quote a:hover{color:var(--accent-press)}.rs-quote .q-wrap{max-width:860px;padding:clamp(28px, 5vw, 72px) var(--gutter) clamp(64px, 9vw, 120px);margin-inline:auto}.rs-quote .q-top{justify-content:space-between;align-items:center;gap:16px;margin-bottom:clamp(36px,6vw,64px);display:flex}.rs-quote .q-brand{font-family:var(--font-display);letter-spacing:-.02em;color:var(--ink);align-items:center;gap:10px;font-size:20px;font-weight:700;display:inline-flex}.rs-quote .q-brand .mk{background:var(--accent);width:26px;height:26px;color:var(--accent-ink);border-radius:8px;place-items:center;font-size:15px;font-weight:700;display:grid}.rs-quote .q-back{font-family:var(--font-mono);letter-spacing:.08em;text-transform:uppercase;color:var(--muted);font-size:12px}.rs-quote .q-back:hover{color:var(--ink)}.rs-quote .q-lead-head{margin-bottom:clamp(32px,5vw,56px)}.rs-quote .q-lead-head h1{font-family:var(--font-display);font-weight:var(--display-weight);letter-spacing:-.03em;text-wrap:balance;font-size:clamp(32px,5.6vw,54px);line-height:1.02}.rs-quote .q-lead-head p{color:var(--ink-2);text-wrap:pretty;max-width:54ch;margin-top:16px;font-size:clamp(16px,1.6vw,19px);line-height:1.55}.rs-quote .q-block{border:0;min-width:0;margin-top:clamp(40px,6vw,64px);padding:0}.rs-quote .q-btitle{align-items:baseline;gap:12px;margin-bottom:22px;display:flex}.rs-quote .q-btitle .n{font-family:var(--font-mono);color:var(--accent-text);letter-spacing:.1em;font-size:12px}.rs-quote .q-btitle h2{font-family:var(--font-display);letter-spacing:-.02em;font-size:clamp(20px,2.6vw,26px);font-weight:700}.rs-quote .q-btitle .hint{color:var(--muted);margin-left:auto;font-size:14px}.rs-quote .q-modeblock{margin-top:0}.rs-quote .q-modes{grid-template-columns:repeat(2,1fr);gap:14px;display:grid}.rs-quote .q-mode{cursor:pointer;border:1px solid var(--line);border-radius:var(--r);background:var(--surface);transition:.18s var(--ease);flex-direction:column;gap:8px;padding:20px 20px 22px;display:flex;position:relative}.rs-quote .q-mode input{opacity:0;pointer-events:none;position:absolute}.rs-quote .q-mode b{font-family:var(--font-display);letter-spacing:-.01em;padding-right:34px;font-size:18px;font-weight:700}.rs-quote .q-mode span{color:var(--ink-2);font-size:14px;line-height:1.5}.rs-quote .q-mode .q-tick{background:var(--accent);width:24px;height:24px;color:var(--accent-ink);opacity:0;transition:.18s var(--ease);border-radius:50%;place-items:center;display:grid;position:absolute;top:16px;right:16px;transform:scale(.6);box-shadow:0 2px 8px #00000040}.rs-quote .q-mode:hover{border-color:var(--line-2);box-shadow:var(--shadow-sm);transform:translateY(-2px)}.rs-quote .q-mode.is-selected{border-color:var(--accent);box-shadow:0 0 0 2px var(--accent-line)}.rs-quote .q-mode.is-selected .q-tick{opacity:1;transform:scale(1)}.rs-quote .q-mode:focus-within{outline:2px solid var(--accent);outline-offset:2px}.rs-quote .q-designs{grid-template-columns:repeat(4,1fr);gap:14px;display:grid}.rs-quote .q-design{cursor:pointer;border-radius:var(--r);background:var(--surface);border:1px solid var(--line);transition:transform .18s var(--ease), border-color .18s, box-shadow .18s;position:relative;overflow:hidden}.rs-quote .q-design input{opacity:0;pointer-events:none;position:absolute}.rs-quote .q-design .q-thumb{aspect-ratio:3/4;background-color:var(--surface-2);width:100%;display:block;position:relative;overflow:hidden}.rs-quote .q-design .q-thumb iframe{transform-origin:0 0;pointer-events:none;background:#fff;border:0;width:400%;height:400%;position:absolute;top:0;left:0;transform:scale(.25)}.rs-quote .q-design .q-thumb:after{content:"";z-index:2;position:absolute;inset:0}.rs-quote .q-design .q-lab{justify-content:space-between;align-items:center;gap:8px;padding:10px 12px;display:flex}.rs-quote .q-design .q-lab b{font-family:var(--font-display);letter-spacing:-.01em;font-size:15px;font-weight:700}.rs-quote .q-design .q-lab i{border-radius:50%;flex:none;width:12px;height:12px}.rs-quote .q-design .q-prev{z-index:3;color:#fff;height:28px;font-family:var(--font-mono);letter-spacing:.06em;text-transform:uppercase;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);opacity:0;transition:.18s var(--ease);background:#0e0e10b8;border-radius:999px;align-items:center;gap:5px;padding:0 11px;font-size:10.5px;display:inline-flex;position:absolute;top:10px;left:10px;transform:translateY(-4px)}.rs-quote .q-design:hover .q-prev,.rs-quote .q-design:focus-within .q-prev{opacity:1;transform:translateY(0)}.rs-quote .q-design:has(:checked) .q-prev{opacity:1;transform:translateY(0)}.rs-quote .q-design .q-prev:hover{background:var(--accent);color:var(--accent-ink)}.rs-quote .q-design .q-tick{background:var(--accent);width:24px;height:24px;color:var(--accent-ink);opacity:0;transition:.18s var(--ease);border-radius:50%;place-items:center;display:grid;position:absolute;top:10px;right:10px;transform:scale(.6);box-shadow:0 2px 8px #00000040}.rs-quote .q-design:hover{border-color:var(--line-2);box-shadow:var(--shadow-sm);transform:translateY(-2px)}.rs-quote .q-design:has(:checked){border-color:var(--accent);box-shadow:0 0 0 2px var(--accent-line), var(--shadow)}.rs-quote .q-design:has(:checked) .q-tick{opacity:1;transform:scale(1)}.rs-quote .q-undecided{border:1px dashed var(--line-2);border-radius:var(--r);cursor:pointer;color:var(--ink-2);grid-column:1/-1;align-items:center;gap:12px;padding:14px 16px;font-size:15px;display:flex}.rs-quote .q-undecided input{accent-color:var(--accent);width:18px;height:18px}.rs-quote .q-undecided:has(:checked){border-color:var(--accent);background:var(--accent-tint);color:var(--ink)}.rs-quote .q-showall{border:1px solid var(--line-2);background:var(--surface);color:var(--ink);cursor:pointer;border-radius:999px;align-items:center;gap:6px;margin-left:auto;padding:7px 14px;font-size:13px;font-weight:600;transition:border-color .18s,background .18s,color .18s;display:inline-flex}.rs-quote .q-showall:hover{border-color:var(--accent);color:var(--accent-text)}.rs-quote .q-showall:focus-visible{outline:2px solid var(--accent);outline-offset:2px}.rs-quote .q-designs.is-focused .q-design:not(.is-selected),.rs-quote .q-designs.is-focused .q-undecided{opacity:.38;filter:grayscale();transition:opacity .22s var(--ease), filter .22s var(--ease)}.rs-quote .q-designs.is-focused .q-design:not(.is-selected):hover,.rs-quote .q-designs.is-focused .q-design:not(.is-selected):focus-within,.rs-quote .q-designs.is-focused .q-undecided:hover{opacity:1;filter:none}.rs-quote .q-plans{grid-template-columns:repeat(3,1fr);gap:14px;display:grid}.rs-quote .q-plan{cursor:pointer;border:1px solid var(--line);border-radius:var(--r);background:var(--surface);transition:.18s var(--ease);flex-direction:column;align-items:flex-start;padding:20px;display:flex;position:relative}.rs-quote .q-plan input{opacity:0;pointer-events:none;position:absolute}.rs-quote .q-plan .q-pname{font-family:var(--font-display);letter-spacing:-.01em;font-size:18px;font-weight:700;display:block}.rs-quote .q-plan .q-price{font-family:var(--font-display);margin-top:8px;font-size:26px;font-weight:700;line-height:1.1;display:block}.rs-quote .q-plan .q-price small{font-family:var(--font-body);color:var(--muted);font-size:13px;font-weight:500}.rs-quote .q-plan .q-setup{font-family:var(--font-mono);color:var(--muted);letter-spacing:.04em;margin-top:6px;font-size:11.5px;display:block}.rs-quote .q-plan .q-desc{color:var(--ink-2);margin-top:12px;font-size:14px;line-height:1.5;display:block}.rs-quote .q-plan:hover{border-color:var(--line-2);box-shadow:var(--shadow-sm);transform:translateY(-2px)}.rs-quote .q-plan:has(:checked){border-color:var(--accent);box-shadow:0 0 0 2px var(--accent-line)}.rs-quote .q-plan .q-badge{font-family:var(--font-mono);letter-spacing:.08em;text-transform:uppercase;background:var(--accent);color:var(--accent-ink);border-radius:999px;padding:4px 9px;font-size:10px;position:absolute;top:-10px;right:14px}.rs-quote .q-extras{grid-template-columns:repeat(2,1fr);gap:10px;display:grid}.rs-quote .q-chk{border:1px solid var(--line);border-radius:var(--r);background:var(--surface);cursor:pointer;color:var(--ink-2);transition:.15s var(--ease);align-items:center;gap:11px;padding:13px 15px;font-size:15px;display:flex}.rs-quote .q-chk input{accent-color:var(--accent);flex:none;width:18px;height:18px}.rs-quote .q-chk:hover{border-color:var(--line-2)}.rs-quote .q-chk:has(:checked){border-color:var(--accent);background:var(--accent-tint);color:var(--ink)}.rs-quote .q-dom{flex-direction:column;gap:10px;max-width:460px;display:flex}.rs-quote .q-dom-box{background:var(--surface);border:1px solid var(--line-2);border-radius:var(--r-sm);align-items:center;gap:4px;padding:4px 14px 4px 4px;transition:border-color .15s,box-shadow .15s;display:flex}.rs-quote .q-dom-box:focus-within{border-color:var(--accent);box-shadow:0 0 0 3px var(--accent-line)}.rs-quote .q-dom-box.is-available{border-color:var(--ok);box-shadow:0 0 0 3px var(--ok-faint)}.rs-quote .q-dom-box.is-taken{border-color:var(--danger);box-shadow:0 0 0 3px var(--danger-faint)}.rs-quote .q-dom-input{min-width:0;font-family:var(--font-body);color:var(--ink);background:0 0;border:0;flex:auto;padding:11px 4px 11px 10px;font-size:16px}.rs-quote .q-dom-input:focus{outline:none}.rs-quote .q-dom-input::placeholder{color:var(--muted)}.rs-quote .q-dom-tld{font-family:var(--font-mono);color:var(--ink-2);flex:none;font-size:15px}.rs-quote .q-dom-mark{flex:none;margin-left:4px;display:inline-flex}.rs-quote .q-dom-mark.ok{color:var(--ok)}.rs-quote .q-dom-mark.no{color:var(--danger)}.rs-quote .q-dom-spin{border:2px solid var(--line-2);border-top-color:var(--accent);border-radius:50%;flex:none;width:16px;height:16px;margin-left:4px;animation:.7s linear infinite q-dom-spin}@keyframes q-dom-spin{to{transform:rotate(360deg)}}.rs-quote .q-dom-msg{min-height:1.2em;font-size:14px;line-height:1.5}.rs-quote .q-dom-msg .hint{color:var(--muted)}.rs-quote .q-dom-msg .ok{color:var(--ok);font-weight:600}.rs-quote .q-dom-msg .no{color:var(--danger);font-weight:600}.rs-quote .q-fields{grid-template-columns:1fr 1fr;gap:18px;display:grid}.rs-quote .q-field{flex-direction:column;gap:7px;display:flex}.rs-quote .q-field.full{grid-column:1/-1}.rs-quote .q-field label{color:var(--ink-2);font-size:14px;font-weight:600}.rs-quote .q-field label .req{color:var(--accent-text)}.rs-quote .q-field label .opt{color:var(--muted);font-weight:400}.rs-quote .q-field input,.rs-quote .q-field textarea{font-family:var(--font-body);color:var(--ink);background:var(--surface);border:1px solid var(--line-2);border-radius:var(--r-sm);width:100%;padding:13px 14px;font-size:16px;transition:border-color .15s,box-shadow .15s}.rs-quote .q-field textarea{resize:vertical;min-height:110px;line-height:1.55}.rs-quote .q-field input:focus,.rs-quote .q-field textarea:focus{border-color:var(--accent);box-shadow:0 0 0 3px var(--accent-line);outline:none}.rs-quote .q-field input::placeholder,.rs-quote .q-field textarea::placeholder{color:var(--muted)}.rs-quote .q-field input[aria-invalid=true]{border-color:var(--danger)}.rs-quote .q-field input[aria-invalid=true]:focus{border-color:var(--danger);box-shadow:0 0 0 3px var(--danger-faint)}.rs-quote .q-field-err{color:var(--danger);font-size:13.5px;font-weight:600}.rs-quote .q-field-note{color:var(--muted);font-size:13.5px;line-height:1.5}.rs-quote .q-field .q-dom{gap:8px}.rs-quote .q-submit-row{flex-wrap:wrap;align-items:center;gap:18px;margin-top:clamp(40px,6vw,56px);display:flex}.rs-quote .q-btn{border-radius:var(--r);background:var(--accent);height:56px;color:var(--accent-ink);font-family:var(--font-body);cursor:pointer;box-shadow:0 10px 28px -12px var(--accent);transition:transform .18s var(--ease), background .18s;border:0;justify-content:center;align-items:center;gap:10px;padding:0 30px;font-size:17px;font-weight:700;display:inline-flex}.rs-quote .q-btn:hover{background:var(--accent-press);transform:translateY(-2px)}.rs-quote .q-btn:disabled{opacity:.6;cursor:default;transform:none}.rs-quote .q-submit-note{color:var(--muted);max-width:34ch;font-size:13.5px;line-height:1.5}.rs-quote .q-form-err{color:var(--danger);font-size:14px;font-weight:600}.rs-quote .q-done{text-align:center;max-width:560px;padding:0 var(--gutter);margin:clamp(48px,10vw,120px) auto}.rs-quote .q-done .q-check{background:var(--accent);width:64px;height:64px;color:var(--accent-ink);border-radius:50%;place-items:center;margin:0 auto 24px;display:grid}.rs-quote .q-done h1{font-family:var(--font-display);font-weight:var(--display-weight);letter-spacing:-.02em;font-size:clamp(28px,4vw,40px)}.rs-quote .q-done p{color:var(--ink-2);margin-top:14px;font-size:17px;line-height:1.55}.rs-quote .q-done .q-done-links{flex-wrap:wrap;justify-content:center;gap:14px;margin-top:28px;display:inline-flex}@media (max-width:720px){.rs-quote .q-modes{grid-template-columns:1fr}.rs-quote .q-designs{grid-template-columns:repeat(2,1fr)}.rs-quote .q-plans,.rs-quote .q-extras,.rs-quote .q-fields{grid-template-columns:1fr}}@media (prefers-reduced-motion:reduce){.rs-quote *{transition:none!important}.rs-quote .q-dom-spin{animation-duration:1.6s}}
