.chat-launcher{position:fixed;right:1.25rem;bottom:1.25rem;z-index:40;border:0;border-radius:99px;padding:.9rem 1.2rem;background:var(--coral);color:white;font:700 .92rem "DM Sans",sans-serif;box-shadow:0 12px 35px #17312f44;cursor:pointer}.chat-launcher span{margin-right:.4rem}.chat-panel{position:fixed;right:1.25rem;bottom:5rem;z-index:40;width:min(390px,calc(100vw - 2rem));max-height:min(680px,calc(100vh - 7rem));background:white;border:1px solid var(--line);border-radius:18px;box-shadow:0 25px 70px #17312f40;overflow:hidden}.chat-panel[hidden]{display:none}.chat-header{display:flex;align-items:center;justify-content:space-between;background:var(--forest);color:white;padding:1rem 1.15rem}.chat-header div{display:grid}.chat-header small{color:#bcd0ca}.chat-header button{border:0;background:transparent;color:white;font-size:1.7rem;cursor:pointer}.chat-messages{padding:1rem;max-height:220px;overflow:auto;background:#f8faf8}.chat-bubble{max-width:90%;padding:.8rem 1rem;border-radius:14px;margin-bottom:.65rem;font-size:.9rem}.chat-bubble.bot{background:white;border:1px solid var(--line);border-bottom-left-radius:4px}.chat-bubble.user{background:var(--forest);color:white;margin-left:auto;border-bottom-right-radius:4px}.chat-choices{display:flex;flex-wrap:wrap;gap:.5rem;padding:1rem}.chat-choices button{border:1px solid var(--forest);border-radius:99px;background:white;color:var(--forest);padding:.55rem .8rem;font:600 .8rem "DM Sans",sans-serif;cursor:pointer}.chat-contact{padding:0 1rem 1rem;max-height:430px;overflow:auto}.chat-contact label{display:grid;gap:.2rem;margin:.65rem 0;font-size:.78rem;font-weight:700}.chat-contact input,.chat-contact select{width:100%;padding:.68rem;border:1px solid #aebbb7;border-radius:8px;background:white;font:inherit}.chat-contact .chat-consent{display:grid;grid-template-columns:auto 1fr;align-items:start;font-weight:500}.chat-consent input{width:auto;margin-top:.25rem}.chat-error{color:#a12820;font-size:.78rem}.chat-contact>.button{width:100%;cursor:pointer}.chat-contact>small{display:block;margin-top:.7rem;color:#63726e}@media(max-width:560px){.chat-launcher{right:.75rem;bottom:.75rem}.chat-panel{right:.5rem;bottom:4.5rem;width:calc(100vw - 1rem);max-height:calc(100vh - 5.5rem)}}
