#quote-page.js-live .guide-static{display:none}.guide-static{max-width:760px;margin:0 auto;padding:48px 24px 72px;color:#e8eaef;font-family:Inter,ui-sans-serif,system-ui,sans-serif}.guide-static .gs-eyebrow{font-size:12px;font-weight:600;letter-spacing:.14em;text-transform:uppercase;color:#4d9fff;margin:0 0 12px}.guide-static .gs-title{font-size:clamp(28px,5vw,40px);font-weight:700;line-height:1.12;letter-spacing:-.02em;margin:0 0 14px}.guide-static .gs-lede{font-size:17px;line-height:1.6;color:#aeb4c0;margin:0}.guide-static .gs-block{margin-top:44px}.guide-static .gs-h2{font-size:19px;font-weight:600;letter-spacing:-.01em;margin:0 0 18px;color:#f3f5f8}.guide-static .gs-list,.guide-static .gs-steps{margin:0;padding:0;list-style:none;display:flex;flex-direction:column;gap:14px}.guide-static .gs-list li,.guide-static .gs-steps li{font-size:15.5px;line-height:1.6;color:#c9ced8;padding-left:30px;position:relative}.guide-static .gs-list li:before{content:"";position:absolute;left:4px;top:9px;width:7px;height:7px;border-radius:50%;background:#4d9fff}.guide-static .gs-steps{counter-reset:gs-step;gap:18px}.guide-static .gs-steps li{counter-increment:gs-step;padding-left:40px}.guide-static .gs-steps li:before{content:counter(gs-step);position:absolute;left:0;top:-1px;width:26px;height:26px;border-radius:50%;background:#4d9fff24;color:#4d9fff;font-size:13px;font-weight:600;display:flex;align-items:center;justify-content:center}.guide-static .gs-routes,.guide-static .gs-terms{margin:0;display:flex;flex-direction:column;gap:2px}.guide-static .gs-route,.guide-static .gs-terms>div{display:grid;grid-template-columns:150px 1fr;gap:16px;padding:14px 0;border-top:1px solid rgba(255,255,255,.08)}.guide-static .gs-routes dt,.guide-static .gs-terms dt{font-size:13px;font-weight:600;color:#8a93a3;margin:0}.guide-static .gs-routes dd,.guide-static .gs-terms dd{margin:0;font-size:15px;line-height:1.55;color:#e8eaef;word-break:break-word}.guide-static .gs-routes a{color:#4d9fff;text-decoration:none}.guide-static .gs-routes a:hover{text-decoration:underline}.guide-static .gs-verified{margin:40px 0 0;font-size:13px;color:#8a93a3}@media (max-width: 560px){.guide-static .gs-route,.guide-static .gs-terms>div{grid-template-columns:1fr;gap:4px}}.quote-wrap{display:flex;min-height:calc(100vh - 92px);background:#0d0e12;max-width:1280px;margin:0 auto;width:100%}.quote-main{flex:1;min-width:0;background:#0d0e12}.chat-area{max-width:820px;margin:0 auto;padding:48px 24px 100px}@media (max-width: 1023px){.chat-area{padding-top:28px}}@media (max-width: 560px){.chat-area{padding-left:0;padding-right:0}.guide-intro{padding-left:16px;padding-right:16px}}.guide-intro{max-width:640px;margin:40px 0;opacity:0;transform:translateY(10px);animation:chatIn .5s cubic-bezier(.32,.72,0,1) forwards}.guide-intro-eyebrow{font-size:11px;font-weight:700;letter-spacing:.16em;text-transform:uppercase;color:#4d9fff;margin:0 0 12px}.guide-intro-title{font-family:Geist Sans,ui-sans-serif,system-ui,sans-serif;font-size:clamp(24px,3.4vw,32px);font-weight:700;letter-spacing:-.025em;line-height:1.12;color:#fff;margin:0 0 24px}.guide-intro-list{list-style:none;margin:0;padding:0;display:flex;flex-direction:column;gap:14px}.guide-intro-list li{position:relative;padding-left:26px;font-size:15.5px;line-height:1.55;color:#aeb4c0}.guide-intro-list li strong{color:#e8eaef;font-weight:600}.guide-intro-list li:before{content:"";position:absolute;left:0;top:8px;width:7px;height:7px;border-radius:50%;background:var(--brand)}.guide-save-label{font-size:13px;font-weight:600;color:#8a93a3;margin:4px 0 14px;text-align:center}.chat-block{opacity:0;transform:translateY(12px);animation:chatIn .36s ease-out forwards}@keyframes chatIn{to{opacity:1;transform:translateY(0)}}.typing-cursor:after{content:"|";animation:cursorBlink .5s step-end infinite;color:var(--brand);font-weight:300;margin-left:1px}@keyframes cursorBlink{0%,to{opacity:1}50%{opacity:0}}.q-bot-msg{display:flex;align-items:flex-start;gap:12px;max-width:84%;margin-bottom:24px}.q-bot-avatar{width:34px;height:34px;border-radius:50%;-o-object-fit:cover;object-fit:cover;flex-shrink:0;margin-top:2px}.q-bot-inner{display:flex;flex-direction:column;gap:4px}.q-bot-label{font-size:11px;font-weight:600;color:var(--brand);letter-spacing:.06em;text-transform:uppercase}.q-bot-text{font-size:16px;font-weight:400;color:#e8eaef;line-height:1.55;margin:0;white-space:pre-line}.q-user-row{display:flex;align-items:center;justify-content:flex-end;gap:8px;margin-bottom:24px}.q-user-bubble{background:#3b8ae024;border:1.5px solid #4D9FFF;color:#e8eaef;font-size:15px;font-weight:500;padding:10px 18px;border-radius:20px 20px 4px;max-width:76%}.q-undo-btn{font-size:11px;font-weight:500;color:#8a93a3;background:none;border:none;cursor:pointer;padding:4px 8px;border-radius:4px;opacity:0;transition:color .2s,opacity .2s;font-family:inherit}.q-user-row:hover .q-undo-btn{opacity:1}.q-undo-btn:hover{color:var(--brand)}.q-options{display:grid;grid-template-columns:repeat(3,1fr);gap:10px;max-width:400px;margin-bottom:24px;margin-left:46px}.q-options.cols-2{grid-template-columns:repeat(2,1fr)}.q-options.cols-1{grid-template-columns:1fr}.q-opt-btn{display:flex;align-items:center;justify-content:center;text-align:center;padding:14px 10px;border:1.5px solid rgba(255,255,255,.1);border-radius:12px;background:#16181f;font-family:inherit;font-size:14px;font-weight:500;color:#e8eaef;cursor:pointer;transition:border-color .18s,background .18s,box-shadow .18s;box-shadow:0 2px 8px #00000040}.q-opt-btn:hover{border-color:#4d9fff;background:#3b8ae024}.q-opt-btn.selected{border-color:#4d9fff;background:#3b8ae03d;color:#4d9fff}.q-opt-btn:disabled{cursor:default}@media (max-width: 768px){.q-options{grid-template-columns:repeat(2,1fr);width:100%;max-width:none;margin-left:0;margin-right:0;gap:10px}.q-options.cols-1{grid-template-columns:1fr}.q-opt-btn{padding:22px 14px;font-size:17px;border-radius:14px}}.q-continue-wrap{margin-left:46px;margin-bottom:24px}.q-continue-btn{min-width:130px;padding:9px 26px}@media (max-width: 768px){.q-continue-wrap{margin-left:0}}.q-input-wrap{max-width:400px;margin-bottom:24px;margin-left:46px;display:flex;flex-direction:column;gap:12px}.q-input{width:100%;border:1.5px solid rgba(255,255,255,.1);border-radius:10px;background:#08090c;padding:14px 18px;font-family:inherit;font-size:15px;color:#e8eaef;outline:none;box-sizing:border-box;transition:border-color .2s,box-shadow .2s;box-shadow:0 2px 8px #00000040}.q-input::-moz-placeholder{color:#767d8b}.q-input::placeholder{color:#767d8b}.q-input:focus{border-color:var(--brand);box-shadow:0 0 0 3px #2673c41f}.q-next-btn{align-self:flex-start;padding:12px 32px;border-radius:10px;font-family:inherit;font-size:14px;font-weight:600;border:1px solid transparent;cursor:pointer;transition:background .2s,color .2s,border-color .2s,transform .15s,box-shadow .2s}.q-next-btn.inactive{background:#1d2027;color:#8a93a3;cursor:default}.q-next-btn.ready{background:#16181f;color:#4d9fff;border:1px solid rgba(77,159,255,.5);box-shadow:0 10px 18px -8px #00000080}.q-next-btn.ready:hover{background:#4d9fffe6;color:#fff;border-color:#4d9fffe6;transform:translateY(-2px);box-shadow:0 16px 24px -8px #2673c459}.q-summary-card{background:#16181f;border:1px solid rgba(255,255,255,.08);border-radius:16px;padding:24px;margin-bottom:24px;margin-left:46px;max-width:420px;box-shadow:0 4px 16px #0006}.q-summary-row{display:flex;justify-content:space-between;align-items:baseline;gap:16px;padding:9px 0;border-bottom:1px solid rgba(255,255,255,.08);font-size:14px}.q-summary-row:last-child{border-bottom:none;padding-bottom:0}.q-summary-label{color:#aeb4c0;flex-shrink:0}.q-summary-val{font-weight:500;color:#e8eaef;text-align:right;min-width:0;overflow-wrap:anywhere;word-break:break-word}.q-submit-wrap{margin-bottom:24px;display:flex;flex-wrap:wrap;justify-content:center;gap:12px}.q-submit-btn{display:inline-flex;align-items:center;gap:9px;padding:14px 26px;border-radius:10px;font-family:inherit;font-size:15px;font-weight:600;background:#16181f;color:#4d9fff;border:1px solid rgba(77,159,255,.5);cursor:pointer;box-shadow:0 10px 18px -8px #00000080;transition:background .2s,color .2s,border-color .2s,transform .15s,box-shadow .2s}.q-submit-btn svg{width:17px;height:17px}.q-submit-btn:hover{background:#4d9fffe6;color:#fff;border-color:#4d9fffe6;transform:translateY(-2px);box-shadow:0 16px 24px -8px #2673c459}.q-submit-btn.primary{background:var(--brand);color:#fff;border-color:var(--brand)}.q-submit-btn.primary:hover{background:var(--brand2);border-color:var(--brand2)}@media (max-width: 768px){.q-submit-wrap{margin-left:0}}.gs-sheet{--gs-ink: #E8EAEF;--gs-ink2: #AEB4C0;--gs-muted: #8A93A3;--gs-line: rgba(255,255,255,.08);--gs-brand: #4D9FFF;--gs-brandsoft: rgba(59,138,224,.14);--gs-brandsoft2: rgba(59,138,224,.24);--gs-green: #3ecf8e;--gs-red: #e06b6b;width:min(820px,calc(100vw - 48px));background:#16181f;border:1px solid rgba(255,255,255,.08);border-radius:12px;box-shadow:inset 0 1px #ffffff0a,0 8px 24px -18px #0009;overflow:hidden;color:var(--gs-ink);font-family:Inter,ui-sans-serif,system-ui,-apple-system,sans-serif;margin:0 auto 24px}@media (max-width: 560px){.gs-sheet{width:min(820px,calc(100vw - 24px))}}.gs-sheet *{box-sizing:border-box;font-family:inherit}.gs-head{padding:24px 28px 20px;border-bottom:1px solid var(--gs-line)}.gs-eyebrow{font-size:12px;letter-spacing:.14em;text-transform:uppercase;color:var(--gs-muted);margin:0 0 8px;font-weight:700}.gs-title{margin:0;font-size:30px;font-weight:800;letter-spacing:-.03em;line-height:1.1;color:var(--gs-ink2)}.gs-title .gs-co{color:var(--gs-brand)}.gs-country-row{display:grid;grid-template-columns:42% 58%;align-items:center;gap:16px;padding:16px 28px;border-bottom:1px solid var(--gs-line)}.gs-country-label{font-size:12px;font-weight:700;letter-spacing:.11em;text-transform:uppercase;color:var(--gs-muted)}.gs-dd{position:relative;width:100%;max-width:300px}.gs-dd-btn{display:flex;align-items:center;justify-content:space-between;gap:10px;width:100%;background-color:#08090c;color:var(--gs-ink);border:1px solid rgba(255,255,255,.1);border-radius:9px;font-family:inherit;font-size:15px;font-weight:600;padding:10px 14px;outline:none;cursor:pointer;text-align:left;transition:border-color .16s,background-color .16s}.gs-dd-btn:hover{border-color:#fff3}.gs-dd.open .gs-dd-btn{border-color:var(--gs-brand)}.gs-dd-val{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.gs-dd-caret{flex-shrink:0;color:var(--gs-ink2);transition:transform .2s cubic-bezier(.32,.72,0,1)}.gs-dd.open .gs-dd-caret{transform:rotate(180deg)}.gs-dd-list{position:absolute;top:calc(100% + 6px);left:0;right:0;z-index:20;margin:0;padding:5px;list-style:none;background:#16181f;border:1px solid rgba(255,255,255,.12);border-radius:12px;box-shadow:0 12px 32px -12px #000000b3;max-height:260px;overflow-y:auto;opacity:0;transform:translateY(-6px) scale(.98);transform-origin:top center;pointer-events:none;transition:opacity .16s ease,transform .18s cubic-bezier(.32,.72,0,1)}.gs-dd.open .gs-dd-list{opacity:1;transform:translateY(0) scale(1);pointer-events:auto}.gs-dd-opt{padding:9px 12px;border-radius:8px;font-size:14px;font-weight:500;color:var(--gs-ink2);cursor:pointer;transition:background-color .12s,color .12s}.gs-dd-opt:hover{background:#ffffff0f;color:var(--gs-ink)}.gs-dd-opt.selected{background:var(--gs-brandsoft);color:var(--gs-brand);font-weight:600}.gs-rows{padding:6px 28px 10px}.gs-row{display:grid;grid-template-columns:42% 58%;gap:16px;padding:13px 0;border-bottom:1px solid var(--gs-line)}.gs-row:last-child{border-bottom:none}.gs-k{font-size:14px;font-weight:700;color:var(--gs-ink);line-height:1.4}.gs-v{font-size:14px;font-weight:500;color:var(--gs-ink2);line-height:1.45;word-break:break-word}.gs-v .gs-yes{color:var(--gs-red);font-weight:700}.gs-v .gs-no{color:var(--gs-green);font-weight:700}.gs-dots{color:var(--gs-ink2);font-size:20px;font-weight:700;letter-spacing:.02em;line-height:1}.gs-chip{display:inline-flex;align-items:center;gap:5px;background:var(--gs-brandsoft);color:var(--gs-brand);font-weight:600;font-size:13px;padding:5px 11px;border-radius:999px;line-height:1.2;text-decoration:none;transition:background .16s}.gs-chip:hover{background:var(--gs-brandsoft2)}.gs-chip-arrow{font-size:12px;opacity:.8}.gs-foot{padding:16px 28px 20px;border-top:1px solid var(--gs-line);color:var(--gs-ink);font-size:12.5px;line-height:1.5;margin:0}@media (max-width: 560px){.gs-head,.gs-country-row,.gs-rows,.gs-foot{padding-left:18px;padding-right:18px}.gs-title{font-size:24px}.gs-country-row{grid-template-columns:1fr;align-items:stretch;gap:8px}.gs-dd{max-width:100%}.gs-row{grid-template-columns:1fr;gap:3px;padding:11px 0}}.q-aware-list{margin:10px 0 0;padding-left:0;list-style:none}.q-aware-list li{margin:14px 0;line-height:1.55}.q-sheet{--ink: #E8EAEF;--muted: #AEB4C0;--hint: #8A93A3;--line: rgba(255,255,255,.08);--accent: #4D9FFF;--accent-bg: rgba(59,138,224,.14);--warn: #e0a86b;--warn-bg: rgba(224,168,107,.14);--surface: #1D2027;--page: #16181F;--radius: 8px;background:var(--page);color:var(--ink);font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica,Arial,sans-serif;line-height:1.5;margin-bottom:24px}.q-sheet *{box-sizing:border-box}.q-sheet{width:min(820px,calc(100vw - 48px));border:1px solid var(--line);border-radius:12px;box-shadow:0 4px 24px #1a1c1e0f;overflow:hidden}@media (min-width: 1024px){.q-sheet{margin-left:-46px}}.q-sheet .wrap{max-width:780px;margin:0 auto;padding:48px 44px}@media (max-width: 560px){.q-sheet .wrap{padding:30px 22px}}.q-sheet h1{margin:0 0 4px;font-size:26px;font-weight:600}.q-sheet .eyebrow{font-size:12px;letter-spacing:.05em;text-transform:uppercase;color:var(--hint);margin:0 0 6px}.q-sheet .lede{color:var(--muted);margin:0;font-size:15px}.q-sheet .strip{display:grid;grid-template-columns:repeat(auto-fit,minmax(140px,1fr));gap:12px;margin:24px 0 28px}.q-sheet .stat{background:var(--surface);border-radius:var(--radius);padding:14px 16px}.q-sheet .stat p:first-child{font-size:12px;color:var(--hint);margin:0 0 4px}.q-sheet .stat p:last-child{font-size:15px;font-weight:400;margin:0}.q-sheet .stat .accent{color:var(--accent)}.q-sheet .stat.primary{background:var(--accent-bg)}.q-sheet .stat.primary p:first-child{color:var(--accent)}.q-sheet .section{margin-bottom:28px}.q-sheet .shead{display:flex;align-items:baseline;gap:10px;margin:0 0 12px}.q-sheet .num{font-size:13px;font-weight:600;color:var(--accent)}.q-sheet .slabel{font-size:12px;letter-spacing:.05em;text-transform:uppercase;color:var(--muted);margin:0;font-weight:600}.q-sheet .checks{display:flex;flex-direction:column;gap:10px}.q-sheet .check{display:flex;gap:10px;align-items:flex-start;font-size:15px}.q-sheet .check .tick{color:var(--accent);font-weight:700;line-height:1.4}.q-sheet .hl{color:var(--accent);font-weight:600}.q-sheet .ways{display:grid;grid-template-columns:repeat(auto-fit,minmax(150px,1fr));gap:10px}.q-sheet .way{border:1px solid var(--line);border-radius:var(--radius);padding:12px 14px}.q-sheet .way .t{font-size:13px;font-weight:600;margin:0 0 2px}.q-sheet .way .t .fast{color:var(--accent);font-weight:400}.q-sheet .way .d{font-size:13px;color:var(--muted);margin:0}.q-sheet .way .d a{color:var(--accent);text-decoration:none;word-break:break-all}.q-sheet .way .d a:hover{text-decoration:underline}.q-sheet .callout{border-radius:12px;padding:18px 20px;margin-bottom:28px;background:transparent;border:1.5px solid rgba(255,255,255,.14)}.q-sheet .callout.accent,.q-sheet .callout.warn{background:transparent}.q-sheet .callout .slabel.a{color:var(--accent)}.q-sheet .callout .slabel.w{color:var(--warn)}.q-sheet .callout .num.a{color:var(--accent)}.q-sheet .callout .num.w{color:var(--warn)}.q-sheet .script{font-size:16px;line-height:1.7;margin:0}.q-sheet .tmpl{font-size:15px;line-height:1.7;margin:0;white-space:pre-wrap;font-family:SFMono-Regular,Menlo,Consolas,monospace;background:var(--surface);border-radius:8px;padding:16px 18px}.q-sheet .callout p.body{font-size:16px;line-height:1.6;margin:0 0 8px}.q-sheet .callout p.strong{font-size:16px;line-height:1.6;margin:0;font-weight:600}.q-sheet .callout p.sub{font-size:16px;line-height:1.5;margin:8px 0 0;color:var(--muted)}.q-sheet .foot{margin-top:36px;padding-top:16px;border-top:1px solid var(--line);font-size:13px;color:var(--hint)}.q-confirm{background:#16181f;border:1px solid rgba(255,255,255,.08);border-radius:20px;padding:44px 40px;margin-top:12px;margin-left:46px;max-width:560px;display:flex;flex-direction:column;align-items:center;text-align:center;gap:12px;box-shadow:0 8px 32px #0006}@media (max-width: 768px){.q-confirm{margin-left:0;max-width:none}}.q-confirm-icon{width:56px;height:56px;border-radius:50%;background:#3b8ae024;color:#4d9fff;display:flex;align-items:center;justify-content:center;margin-bottom:6px}.q-confirm-icon svg{width:26px;height:26px}.q-confirm-heading{font-family:Geist Sans,ui-sans-serif,system-ui,sans-serif;font-size:clamp(24px,3vw,32px);font-weight:700;color:#fff;letter-spacing:-.02em;line-height:1.1;margin:0}.q-confirm-body{font-size:16px;color:#aeb4c0;line-height:1.6;max-width:380px;margin:0}@page{margin:0}@media print{html,body{height:auto!important;min-height:0!important;max-height:none!important;overflow:visible!important;background:#fff!important;margin:14mm!important;padding:0!important}.quote-wrap,.quote-main,#chat-scroll,.chat-area,#chat-flow,aside{display:block!important;height:auto!important;min-height:0!important;max-height:none!important;overflow:visible!important;background:transparent!important;box-shadow:none!important;margin:0!important;padding:0!important}body *{visibility:hidden!important}#script-sheet,#script-sheet *{visibility:visible!important}#chat-flow>*:not(#script-sheet){display:none!important}#script-sheet{display:block!important;position:absolute!important;top:8mm!important;left:0!important;width:100%!important;max-width:none!important;height:auto!important;min-height:0!important;margin:0!important;border:none!important;border-radius:0!important;box-shadow:none!important;overflow:visible!important;background:#fff!important}#script-sheet .gs-inner{height:auto!important;min-height:0!important}#script-sheet,#script-sheet .gs-inner,#script-sheet .gs-rows{overflow:visible!important}.gs-row,.gs-head,.gs-country-row,.gs-foot,.q-sheet .way,.q-sheet .callout{-moz-column-break-inside:avoid!important;break-inside:avoid!important;page-break-inside:avoid!important}.quote-wrap,.quote-main{background:#fff!important}.gs-sheet{--gs-ink: #1f2430 !important;--gs-ink2: #4b5563 !important;--gs-muted: #8b93a1 !important;--gs-line: #e6e8ee !important;--gs-brand: #2673c4 !important;--gs-brandsoft: #EAF3FC !important;--gs-brandsoft2: #D6E8F9 !important;--gs-green: #0f9d63 !important;--gs-red: #c23b3b !important;background:#fff!important;border-color:#e6e8ee!important;color:#1f2430!important;box-shadow:none!important}.gs-dd-btn{background:#fff!important;color:#1f2430!important;border-color:#e6e8ee!important}.gs-dd-caret{color:#6b7178!important}.gs-dd-list{display:none!important}.q-sheet{--ink: #1a1c1e !important;--muted: #6b7178 !important;--hint: #9aa0a6 !important;--line: #e6e8ea !important;--accent: #2673c4 !important;--accent-bg: #eaf3fc !important;--warn: #854f0b !important;--warn-bg: #faeeda !important;--surface: #f5f6f7 !important;--page: #ffffff !important;background:#fff!important;color:#1a1c1e!important;box-shadow:none!important}.q-sheet .callout{border-color:#c4c8cc!important}}
