.booking-button{border:0;cursor:pointer;font-family:"Manrope",sans-serif}
.chat-launcher{position:fixed;right:24px;bottom:24px;z-index:80;border:0;border-radius:999px;background:var(--coral);color:#fff;box-shadow:0 16px 42px rgba(130,51,49,.3);padding:14px 20px;display:flex;align-items:center;gap:9px;font:700 14px "Manrope",sans-serif;cursor:pointer;transition:transform .2s,box-shadow .2s}
.chat-launcher:hover{transform:translateY(-2px);box-shadow:0 20px 48px rgba(130,51,49,.36)}
.chat-launcher>span:first-child{font-size:18px}
.booking-chat{position:fixed;right:24px;bottom:86px;z-index:90;width:min(390px,calc(100vw - 28px));height:min(640px,calc(100vh - 120px));background:#fff;border:1px solid rgba(23,24,23,.1);border-radius:22px;box-shadow:0 30px 90px rgba(38,28,22,.24);overflow:hidden;grid-template-rows:auto 1fr auto}
.booking-chat:not([hidden]){display:grid;animation:chat-in .22s ease-out}
@keyframes chat-in{from{opacity:0;transform:translateY(12px) scale(.98)}to{opacity:1;transform:none}}
.chat-header{display:flex;align-items:center;gap:12px;padding:17px 18px;background:#f8f2ec;border-bottom:1px solid rgba(23,24,23,.08)}
.chat-avatar{width:42px;height:42px;border-radius:13px;background:var(--coral);color:#fff;display:grid;place-items:center;font:800 13px "Manrope",sans-serif}
.chat-header h2{font-size:15px;letter-spacing:-.01em}.chat-header p{margin:2px 0 0;color:#6b6a66;font-size:11px}.chat-header p span{display:inline-block;width:7px;height:7px;border-radius:50%;background:#53b980;margin-right:5px}.chat-close{margin-left:auto;border:0;background:transparent;color:#5d5854;font-size:26px;line-height:1;cursor:pointer;padding:6px}
.chat-messages{padding:20px 17px;overflow-y:auto;background:linear-gradient(180deg,#fff,#fcfaf8)}
.chat-message{max-width:84%;padding:11px 14px;border-radius:15px;margin:0 0 10px;font-size:13px;line-height:1.5}.chat-message.assistant{background:#f1e9e2;color:#292623;border-bottom-left-radius:5px}.chat-message.user{background:var(--coral);color:#fff;margin-left:auto;border-bottom-right-radius:5px}.chat-message.error{background:#fff0ef;color:#a52d2b;border:1px solid #f2c4c2}.chat-message strong{font-family:"Manrope",sans-serif}.chat-message a{text-decoration:underline}
.chat-actions{padding:14px 16px 17px;border-top:1px solid rgba(23,24,23,.09);background:#fff;display:flex;flex-wrap:wrap;gap:8px;max-height:230px;overflow:auto}
.chat-choice{border:1px solid rgba(244,81,79,.35);background:#fff;color:#2b2724;border-radius:999px;padding:9px 12px;font:600 12px "Manrope",sans-serif;cursor:pointer}.chat-choice:hover{background:#fff2f0;border-color:var(--coral)}
.chat-form{width:100%;display:grid;gap:9px}.chat-form label{font:700 10px "Manrope",sans-serif;letter-spacing:.06em;text-transform:uppercase;color:#716b66}.chat-form input,.chat-form textarea{width:100%;border:1px solid #d9cdc3;border-radius:9px;padding:10px 11px;font:13px "DM Sans",sans-serif;color:#171817;background:#fff}.chat-form textarea{resize:vertical;min-height:60px}.chat-form input:focus,.chat-form textarea:focus{outline:2px solid rgba(244,81,79,.2);border-color:var(--coral)}.chat-submit{border:0;border-radius:8px;background:var(--coral);color:#fff;padding:11px;font:700 13px "Manrope",sans-serif;cursor:pointer}.chat-submit:disabled{opacity:.55;cursor:wait}.chat-note{font-size:10px;color:#827b75;margin:0}.chat-loading{display:inline-flex;gap:4px}.chat-loading i{width:5px;height:5px;background:#8c837c;border-radius:50%;animation:typing .8s infinite alternate}.chat-loading i:nth-child(2){animation-delay:.2s}.chat-loading i:nth-child(3){animation-delay:.4s}@keyframes typing{to{opacity:.25;transform:translateY(-2px)}}
@media(max-width:600px){.chat-launcher{right:14px;bottom:14px}.booking-chat{inset:12px 12px 78px;width:auto;height:auto;border-radius:18px}.chat-launcher>span:last-child{display:none}.chat-launcher{width:52px;height:52px;justify-content:center;padding:0}}
@media(prefers-reduced-motion:reduce){.booking-chat:not([hidden]){animation:none}.chat-launcher{transition:none}}
