.zg-language-switcher {
  position: fixed;
  z-index: 90;
  top: 88px;
  right: 18px;
  display: inline-flex;
  gap: 2px;
  padding: 4px;
  border: 1px solid rgba(86, 82, 73, 0.22);
  background: rgba(255, 253, 248, 0.94);
  box-shadow: 0 10px 28px rgba(55, 51, 43, 0.1);
  backdrop-filter: blur(14px);
}

.zg-language-switcher a {
  padding: 7px 9px;
  color: #716d65;
  text-decoration: none;
  font: 500 10px/1 "DM Sans", sans-serif;
  letter-spacing: 0.08em;
}

.zg-language-switcher a[aria-current="page"] { background: #697d6a; color: white; }

.zg-assistant-launcher {
  position: fixed;
  z-index: 120;
  right: 20px;
  bottom: 20px;
  width: 58px;
  height: 58px;
  border: 0;
  border-radius: 50%;
  background: #3f5544;
  color: white;
  box-shadow: 0 16px 42px rgba(28, 35, 29, 0.28);
  font: 600 11px/1.15 "DM Sans", sans-serif;
  letter-spacing: 0.06em;
  white-space: pre-line;
}

.zg-assistant-panel {
  position: fixed;
  z-index: 119;
  right: 20px;
  bottom: 88px;
  width: min(390px, calc(100vw - 28px));
  max-height: min(610px, calc(100vh - 125px));
  display: none;
  grid-template-rows: auto 1fr auto;
  overflow: hidden;
  border: 1px solid rgba(86, 82, 73, 0.2);
  background: #fffdf8;
  box-shadow: 0 26px 80px rgba(35, 38, 34, 0.25);
  color: #272a27;
  font-family: "DM Sans", sans-serif;
}

.zg-assistant-panel[data-open="true"] { display: grid; }
.zg-assistant-head { display: flex; justify-content: space-between; gap: 20px; padding: 19px 20px; background: #3f5544; color: white; }
.zg-assistant-head strong { display: block; font-family: "Cormorant Garamond", serif; font-size: 23px; font-weight: 500; }
.zg-assistant-head span { display: block; margin-top: 3px; color: rgba(255,255,255,.72); font-size: 10px; letter-spacing: .05em; }
.zg-assistant-close { border: 0; background: none; color: white; font-size: 24px; }
.zg-assistant-messages { min-height: 260px; overflow-y: auto; padding: 18px; background: #f7f4ed; }
.zg-message { max-width: 88%; margin: 0 0 12px; padding: 11px 13px; background: white; color: #5f5b54; font-size: 12px; line-height: 1.55; box-shadow: 0 5px 18px rgba(55,51,43,.06); white-space: pre-wrap; }
.zg-message[data-role="user"] { margin-left: auto; background: #697d6a; color: white; }
.zg-message a { color: inherit; font-weight: 600; }
.zg-assistant-form { display: grid; grid-template-columns: 1fr auto; gap: 8px; padding: 12px; border-top: 1px solid rgba(86,82,73,.14); background: #fffdf8; }
.zg-assistant-form input { min-width: 0; border: 1px solid rgba(86,82,73,.25); background: white; padding: 11px; color: #272a27; font: 12px "DM Sans", sans-serif; outline: none; }
.zg-assistant-form input:focus { border-color: #697d6a; }
.zg-assistant-form button { border: 0; background: #272a27; color: white; padding: 0 15px; font: 600 10px "DM Sans", sans-serif; letter-spacing: .08em; text-transform: uppercase; }
.zg-assistant-note { grid-column: 1 / -1; margin: 0; color: #8a857c; font-size: 9px; line-height: 1.35; }

@media (max-width: 760px) {
  .zg-language-switcher { top: 72px; right: 10px; }
  .zg-assistant-launcher { right: 14px; bottom: 14px; }
  .zg-assistant-panel { right: 14px; bottom: 80px; }
}
