.chat-launcher{position:fixed;right:20px;bottom:20px;z-index:40;border:0;border-radius:28px;background:#990033;color:white;padding:15px 22px;font-weight:600;box-shadow:0 5px 24px #20353330;font-size:1rem}.clinic-chat{position:fixed;right:20px;bottom:85px;z-index:41;width:390px;max-width:calc(100vw - 24px);max-height:calc(100dvh - 110px);display:flex;flex-direction:column;background:#f7f5f0;color:#203533;border:1px solid #c3beb8;border-radius:24px;box-shadow:0 16px 60px #20353340;overflow:hidden}.clinic-chat[hidden]{display:none}.chat-heading{display:flex;align-items:center;justify-content:space-between;padding:17px 20px;background:#203533;color:white}.chat-heading strong,.chat-heading span{display:block}.chat-heading span{font-size:.8rem}.chat-close{border:0;background:none;color:white;font-size:1.7rem;padding:0 7px}.chat-note{font-size:.8rem;line-height:1.5;padding:12px 18px;margin:0;border-bottom:1px solid #d7d9d1}.chat-messages{overflow-y:auto;padding:15px;min-height:90px;max-height:270px;overscroll-behavior:contain}.chat-message{background:white;border-radius:16px;padding:12px 14px;margin-bottom:12px;font-size:.9rem;line-height:1.6}.chat-message p{margin:0}.chat-message.visitor{background:#dde8e0;margin-left:25px}.chat-message a{display:block;color:#990033;margin-top:10px;font-weight:600}.chat-options{display:flex;gap:7px;flex-wrap:wrap;padding:0 15px 12px}.chat-options button{font-size:.8rem;border:1px solid #9baaa0;border-radius:20px;padding:7px 10px;color:#203533;background:white}.chat-options button:hover{background:#dde8e0}.chat-form{padding:10px 15px;border-top:1px solid #d7d9d1}.chat-label{display:block;font-size:.8rem;margin-bottom:4px}.chat-form>div{display:flex;gap:8px}.chat-form input{min-width:0;flex:1;border:1px solid #9baaa0;border-radius:12px;padding:10px;font:inherit;font-size:16px}.chat-form button{border:0;border-radius:12px;background:#990033;color:white;padding:10px 13px}.chat-call{font-size:.85rem;text-align:center;padding:3px 12px 14px}.mobile-call{right:auto;left:16px}body.profile-is-open .chat-launcher,body.profile-is-open .clinic-chat{display:none}@media(max-width:480px){.clinic-chat{right:12px;bottom:82px;max-height:calc(100dvh - 100px)}.chat-launcher{right:12px;bottom:16px;padding:13px 16px;font-size:.85rem}.chat-messages{max-height:230px}.mobile-call{font-size:.8rem;padding:13px 15px}}

@media(max-height:650px){.clinic-chat{overflow-y:auto}.chat-messages{flex-shrink:0;max-height:140px}.chat-options{flex-shrink:0}.chat-form{flex-shrink:0}}
