.cg-chatbot{--cg-gold: #c59a29;--cg-gold-bright: #d5ae3a;--cg-ink: #171a17;--cg-panel: #fbfaf7;--cg-surface: #f2f0ea;--cg-surface-strong: #ebe8df;--cg-border: #e5e1d8;--cg-muted: #74766f;--cg-text: #1d211d;color:var(--cg-text);font-family:"Montserrat",var(--font-sans),sans-serif;font-size:14px;line-height:1.5;-webkit-font-smoothing:antialiased}.cg-chatbot *,.cg-chatbot *:before,.cg-chatbot *:after{box-sizing:border-box}.cg-chatbot-floating{position:relative;z-index:2147483000}.cg-launcher{position:fixed;right:28px;bottom:28px;z-index:2147483000;width:58px;height:58px;padding:0;border:1px solid rgba(197,154,41,.55);border-radius:50%;display:grid;place-items:center;background:var(--cg-ink);color:#f1c54b;cursor:pointer;box-shadow:0 14px 34px #181c1838,0 0 0 5px #ffffffb8;transition:opacity .25s ease,transform .25s ease,background .2s ease,color .2s ease;-webkit-tap-highlight-color:transparent}.cg-launcher:hover,.cg-launcher:focus-visible{background:var(--cg-gold);color:var(--cg-ink);transform:translateY(-2px)}.cg-launcher.is-hidden{opacity:0;pointer-events:none;transform:translateY(14px) scale(.88)}.cg-chatbot-floating[data-open=true] .cg-launcher{opacity:0;visibility:hidden;pointer-events:none;transform:scale(.86)}.cg-launcher:focus-visible,.cg-close:focus-visible,.cg-send:focus-visible,.cg-card:focus-visible,.cg-type-card:focus-visible,.cg-option:focus-visible,.cg-primary-button:focus-visible,.cg-suggestion:focus-visible{outline:2px solid var(--cg-gold);outline-offset:3px}.cg-panel{position:fixed;right:24px;bottom:24px;width:420px;height:640px;max-width:calc(100vw - 32px);max-height:calc(100vh - 32px);display:none;flex-direction:column;overflow:hidden;border:1px solid var(--cg-border);border-radius:22px;background:var(--cg-panel);box-shadow:0 28px 70px #1a1e1a33,0 4px 14px #1a1e1a0f;animation:cg-panel-in .25s ease both}.cg-chatbot-floating[data-open=true] .cg-panel{display:flex}.cg-chatbot-embedded{width:100%;height:100%}.cg-chatbot-embedded .cg-panel{position:relative;inset:auto;width:100%;height:100%;max-width:none;max-height:none;border:0;border-radius:0;display:flex;box-shadow:none;animation:none}.cg-header{min-height:76px;padding:16px 18px;border-bottom:1px solid #ebe8e0;display:flex;align-items:center;justify-content:space-between;flex:0 0 auto;background:#fffefaf5}.cg-header-brand{display:flex;align-items:center;gap:11px}.cg-header-brand img{width:36px;height:36px;object-fit:contain;border-radius:9px}.cg-header-brand strong,.cg-header-brand span{display:block}.cg-header-brand strong{color:var(--cg-ink);font-family:"Playfair Display",var(--font-serif),serif;font-size:18px;font-weight:600;line-height:1.1}.cg-header-brand span{margin-top:4px;color:#96978f;font-size:8px;font-weight:800;letter-spacing:.2em}.cg-close{width:38px;height:38px;padding:0;border:1px solid #dedbd2;border-radius:50%;display:grid;place-items:center;background:#f7f5ef;color:#5b5f58;cursor:pointer;transition:background .2s ease,color .2s ease,border-color .2s ease,transform .2s ease}.cg-close:hover,.cg-close:focus-visible{border-color:var(--cg-gold);background:var(--cg-gold);color:var(--cg-ink);transform:rotate(4deg)}.cg-messages{flex:1 1 auto;min-height:0;padding:22px 18px 110px;overflow-y:auto;overscroll-behavior:contain;scrollbar-width:thin;scrollbar-color:#d8d4ca transparent;background:var(--cg-panel)}.cg-message{display:flex;align-items:flex-end;margin-bottom:14px;animation:cg-message-in .25s ease both}.cg-message-ai{justify-content:flex-start}.cg-message-user{justify-content:flex-end}.cg-message-bubble{max-width:min(92%,366px);padding:12px 15px;border:1px solid var(--cg-border);border-radius:16px 16px 16px 5px;background:#fff;color:var(--cg-text);box-shadow:0 3px 12px #2427220b;min-width:0;overflow-wrap:anywhere}.cg-message-bubble *{min-width:0;max-width:100%;overflow-wrap:anywhere}.cg-message-user .cg-message-bubble{border-color:#c3982d;border-radius:16px 16px 5px;background:var(--cg-gold-bright);color:#17180f;font-weight:600}.cg-message-bubble>.cg-step,.cg-message-bubble>.cg-cards{width:100%;min-width:0}.cg-typing{display:flex;gap:4px;align-items:center;min-width:57px;padding:13px 15px;border:1px solid var(--cg-border);border-radius:16px 16px 16px 5px;background:#fff}.cg-typing span{width:6px;height:6px;border-radius:50%;background:var(--cg-gold);animation:cg-typing 1.2s ease-in-out infinite}.cg-typing span:nth-child(2){animation-delay:.15s}.cg-typing span:nth-child(3){animation-delay:.3s}.cg-input-bar{position:absolute;right:18px;bottom:18px;left:18px;z-index:2;display:flex;gap:8px;align-items:center;padding:7px 8px 7px 14px;border:1px solid #dedbd2;border-radius:999px;background:#fff;box-shadow:0 12px 30px #22252121}.cg-chat-input{min-width:0;flex:1;height:38px;padding:0 4px;border:0;outline:0;background:transparent;color:var(--cg-text);font:inherit;font-size:13px}.cg-chat-input::placeholder{color:#9a9b94}.cg-send{width:38px;height:38px;padding:0;border:0;border-radius:50%;display:grid;place-items:center;background:var(--cg-ink);color:#f3c84b;cursor:pointer;transition:transform .2s ease,background .2s ease,color .2s ease}.cg-send:hover:not(:disabled){transform:scale(1.06);background:var(--cg-gold);color:var(--cg-ink)}.cg-send:disabled{cursor:wait;opacity:.55}.cg-cards,.cg-type-grid{display:grid;gap:9px;width:100%}.cg-card,.cg-type-card{width:100%;min-width:0;padding:13px;border:1px solid var(--cg-border);border-radius:13px;background:#fff;color:inherit;text-align:left;white-space:normal;cursor:pointer;transition:border-color .2s ease,background .2s ease,transform .2s ease,box-shadow .2s ease}.cg-card:hover:not(:disabled),.cg-type-card:hover:not(:disabled){border-color:#c59a29a6;background:#fffaf0;box-shadow:0 5px 14px #24272212;transform:translateY(-1px)}.cg-card:disabled,.cg-type-card:disabled{cursor:default;opacity:.5}.cg-card strong,.cg-card span,.cg-type-card strong,.cg-type-card span{display:block}.cg-card strong,.cg-type-card strong{color:#8b6a14;font-family:"Playfair Display",var(--font-serif),serif;font-size:16px;font-weight:600}.cg-card span,.cg-type-card span{margin-top:3px;color:var(--cg-muted);font-size:11px}.cg-type-grid{grid-template-columns:repeat(3,minmax(0,1fr))}.cg-type-card{min-height:76px;padding:11px 8px;text-align:center}.cg-step{display:flex;flex-direction:column;gap:8px;animation:cg-fade-in .22s ease both}.cg-step-label{margin:0 0 2px;color:#8b6a14;font-size:13px;font-weight:800}.cg-progress{width:100%;height:4px;margin-bottom:6px;overflow:hidden;border-radius:99px;background:#e6e2d9}.cg-progress span{display:block;height:100%;border-radius:inherit;background:var(--cg-gold);transition:width .3s ease}.cg-input,.cg-lead-form input{width:100%;height:43px;padding:0 12px;border:1px solid #dcd9d0;border-radius:10px;outline:0;background:#fff;color:var(--cg-text);font:inherit;font-size:13px;transition:border-color .2s ease,background .2s ease,box-shadow .2s ease}.cg-input:focus,.cg-lead-form input:focus{border-color:var(--cg-gold);background:#fffdf8;box-shadow:0 0 0 3px #c59a2924}.cg-input:disabled,.cg-lead-form input:disabled{background:var(--cg-surface);opacity:.6}.cg-step label,.cg-lead-form label{margin-top:4px;color:var(--cg-muted);font-size:11px;font-weight:700}.cg-option-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:6px}.cg-option{min-width:0;min-height:34px;padding:7px 8px;border:1px solid #dcd9d0;border-radius:8px;background:#fff;color:#4b4e48;cursor:pointer;display:inline-flex;gap:4px;align-items:center;justify-content:center;font:inherit;font-size:11px;white-space:normal;transition:border-color .2s ease,background .2s ease,color .2s ease}.cg-option:hover:not(:disabled),.cg-option.is-selected{border-color:var(--cg-gold);background:#fff8e6;color:#74580e}.cg-option:disabled{cursor:default;opacity:.48}.cg-primary-button{min-height:42px;margin-top:7px;padding:0 16px;border:0;border-radius:10px;display:inline-flex;gap:8px;align-items:center;justify-content:center;background:var(--cg-ink);color:#f4c949;cursor:pointer;font:inherit;font-size:12px;font-weight:800;transition:transform .2s ease,background .2s ease,color .2s ease,opacity .2s ease}.cg-primary-button:hover:not(:disabled){background:var(--cg-gold);color:var(--cg-ink);transform:translateY(-1px)}.cg-primary-button:disabled{cursor:not-allowed;opacity:.44}.cg-hint,.cg-estimate p,.cg-estimate small,.cg-form-intro,.cg-consent{margin:0;color:var(--cg-muted);font-size:11px}.cg-estimate>strong{color:#8b6a14;font-family:"Playfair Display",var(--font-serif),serif;font-size:21px;font-weight:600}.cg-lead-form{display:flex;flex-direction:column;gap:8px}.cg-lead-form label{display:flex;flex-direction:column;gap:4px}.cg-consent a,.cg-up-result a{color:#8b6a14;text-decoration:underline;text-underline-offset:2px}.cg-address-wrap{position:relative}.cg-suggestions{position:absolute;right:0;left:0;top:calc(100% + 6px);z-index:4;overflow:hidden;border:1px solid #dedbd2;border-radius:11px;background:#fff;box-shadow:0 12px 30px #22252126}.cg-suggestion{width:100%;padding:10px 12px;border:0;border-bottom:1px solid #eeeae2;background:transparent;color:var(--cg-text);text-align:left;cursor:pointer;font:inherit;font-size:11px}.cg-suggestion:last-child{border-bottom:0}.cg-suggestion:hover{background:#fff8e6}.cg-up-results{gap:10px}.cg-up-result{display:flex;flex-direction:column;gap:2px;padding:10px 11px;border:1px solid var(--cg-border);border-radius:10px;background:#fff;font-size:11px}.cg-up-result strong{color:var(--cg-text);font-size:12px}.cg-up-result span{color:var(--cg-muted)}.cg-up-result a{display:inline-flex;gap:4px;align-items:center;width:fit-content;margin-top:3px;font-size:11px}.cg-toast{position:absolute;right:18px;bottom:82px;left:18px;z-index:5;padding:10px 13px;border:1px solid rgba(197,154,41,.4);border-radius:10px;background:#fffdf6;color:var(--cg-text);text-align:center;font-size:11px;box-shadow:0 10px 30px #2225211f;animation:cg-fade-in .2s ease both}.cg-spin{animation:cg-spin .9s linear infinite}html.cg-open,body.cg-open{overflow:hidden;touch-action:none;overscroll-behavior:contain}@keyframes cg-panel-in{0%{opacity:0;transform:translateY(10px) scale(.985)}to{opacity:1;transform:translateY(0) scale(1)}}@keyframes cg-message-in{0%{opacity:0;transform:translateY(6px)}to{opacity:1;transform:translateY(0)}}@keyframes cg-fade-in{0%{opacity:0;transform:translateY(4px)}to{opacity:1;transform:translateY(0)}}@keyframes cg-typing{0%,70%,to{transform:translateY(0);opacity:.45}35%{transform:translateY(-3px);opacity:1}}@keyframes cg-spin{to{transform:rotate(360deg)}}@media(max-width:480px){.cg-launcher{right:16px;bottom:16px;width:56px;height:56px}.cg-chatbot-floating .cg-panel{inset:0;width:100vw;height:100dvh;max-width:none;max-height:none;border:0;border-radius:0}.cg-messages{padding-right:14px;padding-left:14px}.cg-message-bubble{max-width:94%}.cg-type-card{min-height:70px}}
