.btn{display:inline-flex;align-items:center;justify-content:center;border:0;text-decoration:none;cursor:pointer;padding:12px 16px;font-weight:800;background:var(--wine);color:#fff}.btn.alt{background:transparent;border:1px solid var(--line);color:var(--ink)}
.site-bot{position:fixed;right:22px;bottom:22px;z-index:120}.bot-launcher{border:1px solid var(--gold);background:#211918;color:#fff;border-radius:999px;padding:10px 16px 10px 10px;display:flex;align-items:center;gap:9px;font:700 .78rem Inter,sans-serif;cursor:pointer;box-shadow:0 15px 38px rgba(35,22,18,.24)}.bot-launcher-icon{display:grid;place-items:center;width:38px;height:38px;border-radius:50%;background:var(--wine);font-size:1.1rem}.bot-badge{display:grid;place-items:center;min-width:20px;height:20px;border-radius:999px;background:#fff;color:var(--wine);font-size:.68rem}.bot-panel{position:fixed;right:22px;bottom:88px;width:min(420px,calc(100vw - 32px));height:min(680px,calc(100vh - 112px));display:none;flex-direction:column;background:var(--paper);border:1px solid var(--line);border-radius:22px;overflow:hidden;box-shadow:0 24px 80px rgba(40,24,19,.28)}.bot-panel.open{display:flex}.bot-preview{position:fixed;right:22px;bottom:90px;width:min(330px,calc(100vw - 40px));padding:14px 38px 14px 15px;background:var(--paper);border:1px solid var(--line);border-radius:14px;box-shadow:0 15px 40px rgba(40,24,19,.18);font-size:.78rem;line-height:1.45;color:var(--ink);cursor:pointer}.bot-preview button{position:absolute;right:8px;top:7px;border:0;background:transparent;font-size:1.15rem;cursor:pointer}.bot-header{padding:15px 16px;background:linear-gradient(160deg,#2b2020,#171313);color:#fff;display:flex;align-items:center;gap:11px}.bot-header>div:nth-child(2){flex:1}.bot-header strong{display:block;font-size:.86rem}.bot-header small{display:block;color:#d8ceca;font-size:.66rem;margin-top:3px}.bot-header button{border:0;background:rgba(255,255,255,.12);color:white;width:32px;height:32px;border-radius:50%;font-size:1.2rem;cursor:pointer}.bot-avatar{width:39px;height:39px;border-radius:50%;display:grid;place-items:center;background:var(--wine);font:700 1rem "Cormorant Garamond",serif}.bot-consent{flex:1;min-height:0;overflow:auto;padding:23px 20px;background:radial-gradient(circle at 100% 0,rgba(176,141,87,.10),transparent 34%)}.bot-consent[hidden],.bot-chat[hidden]{display:none!important}.bot-consent-icon{width:48px;height:48px;border-radius:50%;display:grid;place-items:center;background:#f0e8df;color:var(--wine);font:700 22px Georgia,serif;margin-bottom:14px}.bot-consent h2{font-size:1.9rem;margin-bottom:10px}.bot-consent>p{color:var(--muted);font-size:.8rem;line-height:1.6}.bot-privacy-card{padding:15px;background:#f2e9df;border:1px solid #e4d7c8;border-radius:13px;font-size:.74rem;line-height:1.55}.bot-privacy-card p{margin:8px 0}.bot-terms{margin-top:12px;border-bottom:1px solid var(--line);padding-bottom:12px;font-size:.72rem}.bot-terms summary{cursor:pointer;color:var(--wine);font-weight:700}.bot-terms ul{padding-left:18px;line-height:1.55}.bot-consent-check{display:flex;align-items:flex-start;gap:8px;margin:15px 0;font-size:.72rem;line-height:1.45}.bot-consent-check input{margin-top:2px;accent-color:var(--wine)}.bot-consent-actions{display:grid;grid-template-columns:1fr auto;gap:9px}.bot-consent-actions .btn{min-height:42px;padding:0 13px;font-size:.72rem}.bot-consent-actions .btn:disabled{opacity:.45;cursor:not-allowed}.bot-chat{display:flex;flex-direction:column;min-height:0;flex:1}.bot-note{padding:8px 13px;background:#fff5df;border-bottom:1px solid #ead8b2;text-align:center;font-size:.64rem;color:#654d28}.bot-note button{border:0;background:transparent;color:var(--wine);text-decoration:underline;cursor:pointer;font-size:inherit}.bot-messages{flex:1;overflow:auto;padding:17px;background:radial-gradient(circle at 100% 0,rgba(176,141,87,.08),transparent 28%);display:flex;flex-direction:column;gap:12px}.bot-message{display:flex}.bot-message.user{justify-content:flex-end}.bot-bubble{max-width:82%;padding:11px 13px;border-radius:16px;font-size:.76rem;line-height:1.5;white-space:pre-wrap}.bot-message.assistant .bot-bubble{background:#f0e8df;border:1px solid #e4d8ca;border-bottom-left-radius:5px}.bot-message.user .bot-bubble{background:var(--wine);color:#fff;border-bottom-right-radius:5px}.bot-actions{display:flex;flex-wrap:wrap;gap:7px;margin-top:7px}.bot-action{font-size:.67rem;padding:7px 10px;border:1px solid var(--gold);border-radius:999px;background:#fffaf2;color:var(--wine)}.bot-suggestions{padding:0 15px 11px;display:flex;gap:7px;overflow:auto}.bot-suggestions button{white-space:nowrap;border:1px solid var(--line);background:#fffaf4;border-radius:999px;padding:8px 10px;color:#4b403a;cursor:pointer;font-size:.66rem}.bot-status{padding:0 16px 9px;color:var(--muted);font-size:.62rem}.bot-form{border-top:1px solid var(--line);padding:12px;display:flex;gap:8px;background:#fff}.bot-form input{flex:1;min-width:0;border:1px solid var(--line);border-radius:12px;padding:11px 12px;font:inherit;outline:none}.bot-form button{border:0;border-radius:12px;padding:0 15px;background:var(--wine);color:#fff;font-weight:700;cursor:pointer}.sr-only{position:absolute!important;width:1px!important;height:1px!important;padding:0!important;margin:-1px!important;overflow:hidden!important;clip:rect(0,0,0,0)!important;white-space:nowrap!important;border:0!important}
@media(max-width:650px){.site-bot{right:14px;bottom:14px}.bot-panel{right:8px;bottom:8px;width:calc(100vw - 16px);height:calc(100vh - 16px);border-radius:18px}.bot-preview{right:14px;bottom:82px}.bot-launcher>span:nth-child(2){display:none}.bot-launcher{padding:8px}.bot-launcher-icon{width:42px;height:42px}.review-submit form{grid-template-columns:1fr}.review-submit textarea,.review-submit .check-line{grid-column:1}.contactgrid{grid-template-columns:1fr}.form{grid-template-columns:1fr}.form textarea,.form .check-line,.form .btn,.form .micro{grid-column:1}}
.bot-header{min-height:0!important}
.bot-panel[aria-hidden="true"],.site-bot.collapsed .bot-panel{display:none!important}
.site-bot.collapsed .bot-launcher{display:flex!important}
.site-bot:not(.collapsed) .bot-launcher{display:none!important}

/* V9 — assistente recolhido na lateral */
.site-bot{right:-8px;bottom:24px;transition:right .22s ease}.site-bot:hover,.site-bot:focus-within{right:0}
.site-bot:not(.collapsed){right:0}.bot-panel{right:22px;bottom:24px;width:min(520px,calc(100vw - 44px));height:min(700px,calc(100vh - 48px))}.bot-is-open .to-top{right:min(564px,calc(100vw - 70px));bottom:24px}
.bot-launcher{border-radius:999px 0 0 999px;padding:8px 13px 8px 8px;gap:8px;background:#211918}
.bot-launcher-avatar{position:relative;display:block;width:46px;height:46px;border-radius:50%;padding:2px;background:#fff;border:2px solid #fff;box-shadow:0 0 0 1px rgba(176,141,87,.7);animation:botFloat 3.4s ease-in-out infinite}
.bot-launcher-avatar img{width:100%;height:100%;object-fit:cover;border-radius:50%;object-position:center 18%}.bot-launcher-avatar i{position:absolute;right:-2px;bottom:1px;width:12px;height:12px;border-radius:50%;background:#8b8580;border:2px solid #fff}.bot-hello{font-weight:800}.bot-badge{position:absolute;top:-5px;left:1px}.bot-preview{display:none!important}.bot-avatar{overflow:hidden;background:#fff!important;border:2px solid rgba(255,255,255,.9)}.bot-avatar img{width:100%;height:100%;object-fit:cover;object-position:center 18%}@keyframes botFloat{0%,100%{transform:translateY(0)}50%{transform:translateY(-3px)}}
@media(max-width:650px){.site-bot{right:-7px;bottom:14px}.bot-launcher>span:nth-child(2){display:inline}.bot-panel{right:8px;bottom:8px;width:calc(100vw - 16px);height:calc(100dvh - 16px)}.bot-is-open .to-top{opacity:0!important;pointer-events:none!important}}
.bot-feedback{display:flex;align-items:center;gap:7px;flex-wrap:wrap;margin-top:10px;padding-top:8px;border-top:1px solid rgba(123,31,40,.12);font-size:.68rem;color:#766b63}.bot-feedback button{border:1px solid #d8c9ba;background:#fff;color:#7b1f28;padding:5px 9px;cursor:pointer}.bot-actions button.bot-action{font:inherit;cursor:pointer}

/* V15 — assistente discreto no canto, sem sobrepor texto ou imagens */
.site-bot.collapsed{right:-48px!important;bottom:12px!important;transition:right .22s ease!important}
.site-bot.collapsed:hover,.site-bot.collapsed:focus-within{right:-4px!important}
.site-bot.collapsed .bot-launcher{min-width:70px!important;padding:5px 9px 5px 5px!important;border-radius:999px 0 0 999px!important}
.site-bot.collapsed .bot-launcher-avatar{width:50px!important;height:50px!important;flex:0 0 50px!important}
.site-bot.collapsed .bot-hello{position:absolute!important;right:8px!important;bottom:-2px!important;padding:2px 6px!important;border-radius:999px!important;background:var(--wine)!important;color:#fff!important;font-size:.62rem!important;box-shadow:0 4px 12px rgba(0,0,0,.16)!important}
.site-bot:not(.collapsed){right:0!important;bottom:0!important}
@media(max-width:650px){.site-bot.collapsed{right:-50px!important;bottom:8px!important}.site-bot.collapsed:hover,.site-bot.collapsed:focus-within{right:-5px!important}.site-bot.collapsed .bot-launcher-avatar{width:48px!important;height:48px!important;flex-basis:48px!important}}
