#chat-widget{position:fixed;bottom:24px;right:24px;z-index:60;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica,Arial,sans-serif}.chat-teaser[hidden]{display:none!important}.chat-teaser{position:absolute;bottom:78px;right:0;width:300px;background:#fff;border-radius:16px;box-shadow:0 18px 40px -8px #1a25202e,0 4px 12px -4px #1a252014,0 0 0 1px #1a25200a;padding:4px;display:flex;align-items:stretch;transform-origin:bottom right;animation:teaserIn .45s cubic-bezier(.22,1,.36,1)}.chat-teaser:after{content:"";position:absolute;bottom:-7px;right:22px;width:14px;height:14px;background:#fff;border-radius:0 0 3px;transform:rotate(45deg);box-shadow:4px 4px 8px -4px #1a25201a}@keyframes teaserIn{0%{opacity:0;transform:translateY(14px) scale(.94)}60%{opacity:1;transform:translateY(-2px) scale(1.01)}to{opacity:1;transform:translateY(0) scale(1)}}.chat-teaser-body{display:flex;align-items:center;gap:12px;background:transparent;border:none;padding:12px 14px;cursor:pointer;text-align:left;flex:1;min-width:0;border-radius:13px;font-family:inherit;transition:background .15s ease}.chat-teaser-body:hover{background:#f7f8ee}.chat-teaser-avatar{width:40px;height:40px;border-radius:50%;object-fit:cover;object-position:50% 25%;flex-shrink:0;box-shadow:0 0 0 2px #fff,0 0 0 3px #7da386}.chat-teaser-text{flex:1;min-width:0}.chat-teaser-title{font-size:12px;font-weight:700;color:#1a2520;line-height:1.2;letter-spacing:-.005em}.chat-teaser-msg{font-size:13.5px;color:#42433c;line-height:1.45;margin-top:3px;min-height:18px}.chat-teaser-msg>div+div{margin-top:4px}.chat-typing-mini{display:inline-flex;align-items:center;gap:3px;padding:4px 8px;background:#f1f2e6;border-radius:10px}.chat-typing-mini span{width:5px;height:5px;border-radius:50%;background:#9aa39c;animation:chatTypingBounce 1.2s infinite}.chat-typing-mini span:nth-child(2){animation-delay:.18s}.chat-typing-mini span:nth-child(3){animation-delay:.36s}.chat-teaser-close{width:26px;height:26px;border:none;background:transparent;color:#b7bbb1;cursor:pointer;display:flex;align-items:center;justify-content:center;align-self:flex-start;margin:6px 6px 0 0;border-radius:50%;flex-shrink:0;transition:color .15s,background .15s}.chat-teaser-close:hover{color:#1a2520;background:#eef0e2}.chat-teaser-close svg{width:12px;height:12px}#chat-bubble{width:56px;height:56px;border-radius:50%;background:#1a2520;color:#eff0e2;border:none;cursor:pointer;display:flex;align-items:center;justify-content:center;box-shadow:0 6px 20px #1a252040;transition:transform .18s ease,box-shadow .18s ease;position:relative}#chat-bubble:hover{transform:scale(1.05);box-shadow:0 10px 28px #1a252059}#chat-bubble svg{width:24px;height:24px}.chat-bubble-badge{position:absolute;top:-2px;right:-2px;min-width:20px;height:20px;padding:0 6px;background:#d2675a;color:#fff;border-radius:10px;font-size:11px;font-weight:700;display:flex;align-items:center;justify-content:center;border:2px solid #eff0e2}.chat-bubble-badge[hidden]{display:none!important}#chat-panel{position:absolute;bottom:72px;right:0;width:380px;max-width:calc(100vw - 32px);height:560px;max-height:calc(100vh - 120px);background:#fff;border-radius:16px;box-shadow:0 20px 50px #1a252033;display:flex;flex-direction:column;overflow:hidden;transform-origin:bottom right;animation:chatPanelIn .22s cubic-bezier(.2,.8,.2,1)}#chat-panel[hidden]{display:none}@keyframes chatPanelIn{0%{opacity:0;transform:translateY(8px) scale(.96)}to{opacity:1;transform:translateY(0) scale(1)}}.chat-header{display:flex;align-items:center;gap:12px;padding:14px 16px;background:#1a2520;color:#eff0e2;flex-shrink:0}.chat-header-avatar{position:relative;width:40px;height:40px;flex-shrink:0}.chat-header-avatar img{width:40px;height:40px;border-radius:50%;object-fit:cover;object-position:50% 25%;display:block}.chat-status{position:absolute;bottom:-1px;right:-1px;width:11px;height:11px;background:#7da386;border:2px solid #1a2520;border-radius:50%}.chat-header-info{flex:1;min-width:0}.chat-header-name{font-weight:600;font-size:15px;line-height:1.2}.chat-header-sub{font-size:12px;color:#a9b3aa;margin-top:2px}#chat-close{background:transparent;border:none;color:#a9b3aa;cursor:pointer;padding:6px;border-radius:6px;display:flex;align-items:center;justify-content:center;transition:color .15s ease,background .15s ease}#chat-close:hover{color:#eff0e2;background:#ffffff14}#chat-close svg{width:18px;height:18px}.chat-messages{flex:1;padding:18px 16px;overflow-y:auto;background:#f7f8ee;display:flex;flex-direction:column;gap:10px;scroll-behavior:smooth}.chat-msg{display:flex;flex-direction:column;gap:6px;max-width:88%}.chat-msg-assistant{align-self:flex-start;align-items:flex-start}.chat-msg-user{align-self:flex-end;align-items:flex-end}.chat-bubble-msg{padding:10px 14px;border-radius:14px;font-size:14px;line-height:1.45;color:#1a2520;word-wrap:break-word;white-space:pre-wrap}.chat-msg-assistant .chat-bubble-msg{background:#fff;border:1px solid #e8e9dc;border-bottom-left-radius:4px}.chat-msg-user .chat-bubble-msg{background:#1a2520;color:#eff0e2;border-bottom-right-radius:4px}.chat-cta-book,.chat-cta-quote{margin-top:6px;padding:10px 16px;border:none;border-radius:10px;font-size:13px;font-weight:600;cursor:pointer;align-self:flex-start;transition:transform .15s ease,background .15s ease;font-family:inherit}.chat-cta-book{background:#1a2520;color:#eff0e2}.chat-cta-book:hover{transform:translateY(-1px);background:#2a3530}.chat-cta-quote{background:#7da386;color:#fff;margin-left:8px}.chat-cta-quote:hover{transform:translateY(-1px);background:#6a8e74}.chat-cta-row{display:flex;flex-wrap:wrap;gap:0;align-self:flex-start}.quote-modal-overlay{position:fixed;inset:0;background:#1a1a1a8c;z-index:1000;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);animation:fadeIn .25s ease}.quote-modal-overlay[hidden]{display:none}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}.quote-modal{position:fixed;z-index:1001;background:var(--bg);box-shadow:0 20px 60px #1a1a1a4d;display:flex;flex-direction:column;overflow:hidden;top:50%;left:50%;transform:translate(-50%,-50%);width:min(440px,92vw);max-height:90vh;border-radius:18px;padding:24px 22px 22px;animation:quoteIn .32s cubic-bezier(.2,.85,.25,1)}.quote-modal[hidden]{display:none}@keyframes quoteIn{0%{opacity:0;transform:translate(-50%,-45%) scale(.96)}to{opacity:1;transform:translate(-50%,-50%) scale(1)}}.quote-modal-header{display:flex;align-items:center;justify-content:space-between;margin-bottom:6px}.quote-modal-title{font-family:var(--font-display);font-size:1.4rem;font-weight:600;color:var(--bg-black);line-height:1.15}.quote-modal-close{width:36px;height:36px;border:none;background:#42433c14;color:var(--bg-dark, #42433c);border-radius:50%;cursor:pointer;display:flex;align-items:center;justify-content:center}.quote-modal-close svg{width:16px;height:16px}.quote-modal-sub{color:var(--text-light);font-size:.92rem;line-height:1.5;margin-bottom:18px}.quote-modal-form{display:flex;flex-direction:column;gap:10px}.quote-modal-form input,.quote-modal-form textarea{width:100%;padding:12px 14px;border:1px solid rgba(66,67,60,.18);border-radius:10px;background:#fff;font-size:16px;font-family:var(--font-body);color:var(--text);outline:none;transition:border-color .18s ease,box-shadow .18s ease}.quote-modal-form input:focus,.quote-modal-form textarea:focus{border-color:var(--accent);box-shadow:0 0 0 3px #9abca22e}.quote-modal-form textarea{resize:vertical;min-height:90px;line-height:1.5}.quote-modal-submit{margin-top:6px;padding:13px 20px;background:var(--accent-dark);color:var(--bg-black);border:none;border-radius:999px;font-weight:600;font-size:.95rem;cursor:pointer;transition:background .2s ease,transform .15s ease}.quote-modal-submit:hover{background:var(--accent)}.quote-modal-submit:active{transform:scale(.98)}.quote-modal-submit:disabled{opacity:.6;cursor:default}.quote-modal-error{color:#c44;font-size:.85rem;margin-top:6px}.quote-modal-error[hidden]{display:none}@media(max-width:600px){.quote-modal{inset:auto 0 0;transform:none;width:100vw;max-width:none;max-height:92dvh;border-radius:24px 24px 0 0;padding:22px 18px max(22px,env(safe-area-inset-bottom));animation:quoteInMobile .32s cubic-bezier(.2,.85,.25,1)}@keyframes quoteInMobile{0%{transform:translateY(100%)}to{transform:translateY(0)}}}.chat-options-row{display:flex;flex-wrap:wrap;gap:6px;margin-top:8px;align-self:flex-start}.chat-option-chip{display:inline-flex;align-items:center;padding:7px 14px;border-radius:999px;background:#fff;border:1px solid rgba(125,163,134,.45);color:#6a8e74;font-size:13px;font-weight:500;cursor:pointer;font-family:inherit;transition:background .15s ease,border-color .15s ease,transform .12s ease;box-shadow:0 1px 2px #1a25200a}.chat-option-chip:hover{background:#7da3861a;border-color:#6a8e74}.chat-option-chip:active{transform:scale(.96)}.chat-option-chip:disabled{opacity:.5;cursor:default;transform:none}.chat-quote-form{display:flex;flex-direction:column;gap:8px;margin-top:8px;padding:14px;background:#fff;border:1px solid #e8e9dc;border-radius:12px;width:100%;max-width:320px;align-self:flex-start;animation:chatPanelIn .2s cubic-bezier(.2,.8,.2,1)}.chat-quote-title{font-weight:600;font-size:13px;color:#1a2520;margin-bottom:2px}.chat-quote-form input,.chat-quote-form textarea{padding:9px 12px;border:1px solid #d8d9cd;border-radius:8px;font-size:13px;color:#1a2520;background:#f7f8ee;outline:none;font-family:inherit;transition:border-color .15s ease,background .15s ease;width:100%;box-sizing:border-box}.chat-quote-form input:focus,.chat-quote-form textarea:focus{border-color:#7da386;background:#fff;box-shadow:0 0 0 3px #7da38626}.chat-quote-form textarea{resize:vertical;min-height:64px;line-height:1.45}.chat-quote-form .chat-quote-submit{margin-top:4px;padding:10px 14px;background:#1a2520;color:#eff0e2;border:none;border-radius:8px;font-size:13px;font-weight:600;cursor:pointer;font-family:inherit;transition:background .15s ease,opacity .15s ease}.chat-quote-form .chat-quote-submit:hover:not(:disabled){background:#2a3530}.chat-quote-form .chat-quote-submit:disabled{opacity:.55;cursor:not-allowed}.chat-quote-error{font-size:12px;color:#b54a3a;margin-top:2px}.chat-typing{display:inline-flex;align-items:center;gap:4px;padding:10px 14px;background:#fff;border:1px solid #e8e9dc;border-radius:14px 14px 14px 4px}.chat-typing span{width:6px;height:6px;background:#9aa39c;border-radius:50%;animation:chatTypingBounce 1.2s infinite}.chat-typing span:nth-child(2){animation-delay:.18s}.chat-typing span:nth-child(3){animation-delay:.36s}@keyframes chatTypingBounce{0%,60%,to{transform:translateY(0);opacity:.5}30%{transform:translateY(-4px);opacity:1}}.chat-input-form{display:flex;gap:8px;padding:12px;border-top:1px solid #e8e9dc;background:#fff;flex-shrink:0}#chat-input{flex:1;padding:10px 14px;border:1px solid #d8d9cd;border-radius:22px;font-size:14px;color:#1a2520;background:#f7f8ee;outline:none;transition:border-color .15s ease,box-shadow .15s ease;font-family:inherit}#chat-input:focus{border-color:#7da386;box-shadow:0 0 0 3px #7da38626;background:#fff}#chat-send{width:40px;height:40px;border-radius:50%;background:#1a2520;color:#eff0e2;border:none;cursor:pointer;display:flex;align-items:center;justify-content:center;flex-shrink:0;transition:transform .15s ease,opacity .15s ease}#chat-send:hover:not(:disabled){transform:scale(1.05)}#chat-send:disabled{opacity:.4;cursor:not-allowed}#chat-send svg{width:16px;height:16px;transform:translate(-1px)}.chat-overlay{position:fixed;inset:0;background:#00000073;backdrop-filter:blur(2px);-webkit-backdrop-filter:blur(2px);z-index:998;opacity:0;pointer-events:none;transition:opacity .25s ease}body.chat-open-mobile .chat-overlay{opacity:1;pointer-events:auto}@media(min-width:601px){.chat-overlay{display:none!important}}@media(max-width:600px){#chat-widget{bottom:16px;right:16px}.chat-teaser{position:fixed;bottom:calc(max(20px,env(safe-area-inset-bottom)) + 78px);right:18px;left:auto;max-width:280px;width:max-content;min-width:200px;background:#fff;border-radius:16px;box-shadow:0 12px 32px #1a1a1a2e,0 2px 6px #1a1a1a0d;z-index:991;overflow:visible;border:1px solid rgba(66,67,60,.05);transform-origin:bottom right;animation:teaserInMobile .4s cubic-bezier(.2,1.2,.3,1)}.chat-teaser:after{content:"";position:absolute;bottom:-7px;right:22px;width:14px;height:14px;background:#fff;transform:rotate(45deg);border-right:1px solid rgba(66,67,60,.05);border-bottom:1px solid rgba(66,67,60,.05);box-shadow:4px 4px 6px #1a1a1a0a}@keyframes teaserInMobile{0%{opacity:0;transform:translateY(8px) scale(.92)}to{opacity:1;transform:translateY(0) scale(1)}}.chat-teaser-body{padding:10px 8px 10px 12px;gap:10px}.chat-teaser-avatar{width:34px;height:34px}.chat-teaser-title{font-family:var(--font-display);font-weight:600;color:var(--bg-black);font-size:.92rem;line-height:1.15}.chat-teaser-msg{font-size:.88rem;color:var(--text);line-height:1.4;margin-top:8px;white-space:normal;word-wrap:break-word;animation:teaserMsgFade .25s ease}.chat-teaser-msg>div+div{margin-top:4px}.chat-teaser-msg[hidden]{display:none}@keyframes teaserMsgFade{0%{opacity:0;transform:translateY(2px)}to{opacity:1;transform:translateY(0)}}.chat-teaser-typing{display:inline-flex;gap:3px;padding:4px 0 0}.chat-teaser-typing[hidden]{display:none}.chat-teaser-typing span{width:5px;height:5px;border-radius:50%;background:var(--accent-dark);animation:teaserTypingDot 1.2s infinite}.chat-teaser-typing span:nth-child(2){animation-delay:.15s}.chat-teaser-typing span:nth-child(3){animation-delay:.3s}@keyframes teaserTypingDot{0%,60%,to{transform:translateY(0);opacity:.4}30%{transform:translateY(-3px);opacity:1}}.chat-teaser-close{width:28px;padding:0 6px 0 0;align-self:flex-start;margin-top:6px;color:var(--text-muted)}.chat-teaser-close svg{width:14px;height:14px}#chat-panel{position:fixed;inset:auto 0 0;width:100vw;height:82dvh;max-width:none;max-height:none;border-radius:28px 28px 0 0;z-index:999;background:var(--bg);box-shadow:0 -24px 60px #1a1a1a2e;animation:chatPanelInMobile .36s cubic-bezier(.2,.85,.25,1);transition:height .2s ease}#chat-panel:before{content:"";position:absolute;top:10px;left:50%;transform:translate(-50%);width:44px;height:5px;border-radius:5px;background:#42433c38;z-index:2;pointer-events:none}@keyframes chatPanelInMobile{0%{transform:translateY(100%)}to{transform:translateY(0)}}.chat-header{padding:26px 16px 14px;background:var(--bg);border-bottom:1px solid rgba(66,67,60,.08)}.chat-header-name{font-family:var(--font-display);color:var(--bg-black)}.chat-header-sub{color:var(--text-light)}#chat-close{background:#42433c14;color:var(--bg-dark, #42433c)}#chat-close:hover{background:#42433c24}.chat-messages{background:var(--bg);padding:16px 14px}.chat-input-form{background:var(--bg);border-top:1px solid rgba(66,67,60,.08);padding-bottom:max(14px,env(safe-area-inset-bottom))}#chat-input{background:#fff;border:1px solid rgba(66,67,60,.12);color:var(--text);font-size:16px;padding:12px 16px}#chat-input:focus{border-color:var(--accent);box-shadow:0 0 0 3px #9abca22e}#chat-send{background:var(--accent-dark);color:var(--bg-black)}#chat-send:hover{background:var(--accent)}body.chat-open-mobile{overflow:hidden}body.chat-open-mobile #chat-bubble,body.chat-open-mobile .chat-teaser{display:none!important}}
