html.kb-release-2-0 .kb-faq-assistant,
html.kb-release-2-0 .kb-faq-assistant * {
  box-sizing: border-box;
}

html.kb-release-2-0 .kb-faq-assistant {
  position: fixed;
  left: calc(18px + env(safe-area-inset-left));
  bottom: calc(36px + env(safe-area-inset-bottom));
  z-index: 2147483400;
  width: 54px;
  height: 54px;
  color: rgba(24, 22, 20, 0.92);
  font-family: var(--kb-body-font), Georgia, "Times New Roman", serif;
  pointer-events: none;
}

html.kb-release-2-0 .kb-faq-assistant__launcher {
  position: relative;
  display: grid;
  place-items: center;
  width: 54px;
  height: 54px;
  padding: 0;
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.24);
  border-radius: 999px;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.4), rgba(255, 255, 255, 0.2));
  box-shadow:
    0 8px 20px rgba(0, 0, 0, 0.13),
    inset 0 0 0 0.5px rgba(255, 255, 255, 0.18);
  color: rgba(24, 22, 20, 0.44);
  cursor: pointer;
  pointer-events: auto;
  touch-action: manipulation;
  -webkit-tap-highlight-color: transparent;
  backdrop-filter: blur(18px) saturate(150%);
  -webkit-backdrop-filter: blur(18px) saturate(150%);
  transition: transform 180ms ease, border-color 180ms ease, box-shadow 180ms ease, color 180ms ease;
}

html.kb-release-2-0 .kb-faq-assistant__launcher::before {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: inherit;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.12), rgba(255, 255, 255, 0.02));
  pointer-events: none;
}

html.kb-release-2-0 .kb-faq-assistant__launcher::after {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: inherit;
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.24),
    inset 0 -1px 0 rgba(28, 24, 21, 0.04);
  pointer-events: none;
}

html.kb-release-2-0 .kb-faq-assistant__launcher:hover,
html.kb-release-2-0 .kb-faq-assistant__launcher:focus-visible,
html.kb-release-2-0 .kb-faq-assistant.is-open .kb-faq-assistant__launcher {
  border-color: rgba(255, 255, 255, 0.32);
  outline: none;
  transform: translateY(-2px);
  box-shadow:
    0 10px 24px rgba(0, 0, 0, 0.15),
    inset 0 0 0 0.5px rgba(255, 255, 255, 0.2);
  color: rgba(24, 22, 20, 0.5);
}

html.kb-release-2-0 .kb-faq-assistant__launcher-mark {
  position: relative;
  z-index: 1;
  display: block;
  width: auto;
  height: auto;
  border-radius: 0;
  font-family: -apple-system, BlinkMacSystemFont, "SF Pro Display", "Segoe UI", Arial, sans-serif;
  font-size: 25px;
  font-weight: 480;
  line-height: 1;
  color: rgba(24, 22, 20, 0.46);
  transform: translateY(-1px);
  text-shadow: 0 1px 0 rgba(255, 255, 255, 0.22);
}

html.kb-release-2-0 .kb-faq-assistant__panel {
  position: absolute;
  left: 0;
  bottom: 72px;
  display: flex;
  flex-direction: column;
  width: min(372px, calc(100vw - 32px));
  max-height: calc(100vh - 88px);
  max-height: calc(100dvh - 88px);
  overflow: hidden;
  padding: 18px;
  border: 1px solid rgba(255, 255, 255, 0.38);
  border-radius: 24px;
  background:
    linear-gradient(135deg, rgba(255, 255, 255, 0.68), rgba(255, 255, 255, 0.3));
  box-shadow:
    0 24px 58px rgba(0, 0, 0, 0.28),
    inset 0 1px 0 rgba(255, 255, 255, 0.46);
  opacity: 0;
  pointer-events: none;
  visibility: hidden;
  transform: translateY(14px) scale(0.98);
  transform-origin: left bottom;
  backdrop-filter: blur(22px) saturate(150%);
  -webkit-backdrop-filter: blur(22px) saturate(150%);
  transition: opacity 180ms ease, transform 180ms ease;
  scrollbar-color: rgba(35, 30, 25, 0.22) rgba(255, 255, 255, 0.2);
  scrollbar-width: thin;
}

html.kb-release-2-0 .kb-faq-assistant__panel::-webkit-scrollbar {
  width: 6px;
}

html.kb-release-2-0 .kb-faq-assistant__panel::-webkit-scrollbar-track {
  background: rgba(255, 255, 255, 0.2);
  border-radius: 999px;
}

html.kb-release-2-0 .kb-faq-assistant__panel::-webkit-scrollbar-thumb {
  background: rgba(35, 30, 25, 0.22);
  border-radius: 999px;
}

html.kb-release-2-0 .kb-faq-assistant.is-open .kb-faq-assistant__panel {
  opacity: 1;
  pointer-events: auto;
  visibility: visible;
  transform: translateY(0) scale(1);
}

html.kb-release-2-0 .kb-faq-assistant:not(.is-open) .kb-faq-assistant__panel,
html.kb-release-2-0 .kb-faq-assistant:not(.is-open) .kb-faq-assistant__panel * {
  pointer-events: none !important;
}

html.kb-release-2-0 .kb-faq-assistant__top {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  flex: 0 0 auto;
  gap: 14px;
  margin-bottom: 12px;
}

html.kb-release-2-0 .kb-faq-assistant__eyebrow {
  margin: 0 0 4px;
  color: rgba(148, 3, 23, 0.86);
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.12em;
  line-height: 1;
  text-transform: uppercase;
}

html.kb-release-2-0 .kb-faq-assistant__top h2 {
  margin: 0;
  color: rgba(24, 22, 20, 0.92);
  font-family: var(--kb-heading-font), Georgia, "Times New Roman", serif;
  font-size: 24px;
  font-weight: 500;
  line-height: 1.05;
  letter-spacing: 0;
}

html.kb-release-2-0 .kb-faq-assistant__close {
  position: relative;
  display: grid;
  place-items: center;
  width: 32px;
  height: 32px;
  flex: 0 0 auto;
  border: 1px solid rgba(35, 30, 25, 0.1);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.35);
  color: rgba(34, 30, 27, 0.66);
  cursor: pointer;
  font-size: 0;
  line-height: 1;
  touch-action: manipulation;
  -webkit-tap-highlight-color: transparent;
}

html.kb-release-2-0 .kb-faq-assistant__close::before,
html.kb-release-2-0 .kb-faq-assistant__close::after {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  width: 12px;
  height: 1.5px;
  border-radius: 999px;
  background: currentColor;
  transform-origin: center;
}

html.kb-release-2-0 .kb-faq-assistant__close::before {
  transform: translate(-50%, -50%) rotate(45deg);
}

html.kb-release-2-0 .kb-faq-assistant__close::after {
  transform: translate(-50%, -50%) rotate(-45deg);
}

html.kb-release-2-0 .kb-faq-assistant__close:hover,
html.kb-release-2-0 .kb-faq-assistant__close:focus-visible {
  border-color: rgba(35, 30, 25, 0.18);
  outline: none;
  background: rgba(255, 255, 255, 0.52);
  color: rgba(24, 22, 20, 0.92);
}

html.kb-release-2-0 .kb-faq-assistant__message {
  width: fit-content;
  max-width: 94%;
  margin-bottom: 12px;
  padding: 10px 12px;
  border: 1px solid rgba(35, 30, 25, 0.08);
  border-radius: 16px 16px 16px 4px;
  background: rgba(255, 255, 255, 0.34);
  color: rgba(34, 30, 27, 0.74);
  font-size: 13px;
  line-height: 1.38;
}

html.kb-release-2-0 .kb-faq-assistant__questions {
  display: flex;
  flex-wrap: wrap;
  flex: 0 0 auto;
  gap: 8px;
  margin-bottom: 12px;
}

html.kb-release-2-0 .kb-faq-assistant__question {
  max-width: 100%;
  padding: 8px 10px;
  border: 1px solid rgba(35, 30, 25, 0.1);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.38);
  color: rgba(34, 30, 27, 0.72);
  cursor: pointer;
  font-size: 12px;
  font-weight: 600;
  line-height: 1.1;
  text-align: left;
  touch-action: manipulation;
  -webkit-tap-highlight-color: transparent;
  transition: background 160ms ease, border-color 160ms ease, color 160ms ease;
}

html.kb-release-2-0 .kb-faq-assistant__question:hover,
html.kb-release-2-0 .kb-faq-assistant__question:focus-visible,
html.kb-release-2-0 .kb-faq-assistant__question.is-active {
  border-color: rgba(205, 0, 29, 0.82);
  background: rgba(255, 255, 255, 0.38);
  box-shadow: inset 0 0 0 1px rgba(205, 0, 29, 0.28);
  color: rgba(24, 22, 20, 0.92);
  outline: none;
}

html.kb-release-2-0 .kb-faq-assistant__answers {
  display: grid;
  align-items: stretch;
  flex: 0 0 auto;
  height: clamp(132px, 23vh, 168px);
  height: clamp(132px, 23dvh, 168px);
  min-height: 0;
}

html.kb-release-2-0 .kb-faq-assistant__answer {
  display: block;
  grid-area: 1 / 1;
  height: 100%;
  min-height: 0;
  overflow-y: auto;
  overscroll-behavior: contain;
  padding: 14px;
  border: 1px solid rgba(35, 30, 25, 0.09);
  border-radius: 18px 18px 4px 18px;
  background: rgba(255, 255, 255, 0.42);
  opacity: 0;
  pointer-events: none;
  scrollbar-color: rgba(35, 30, 25, 0.22) rgba(255, 255, 255, 0.16);
  scrollbar-width: thin;
  visibility: hidden;
}

html.kb-release-2-0 .kb-faq-assistant__answer.is-active {
  opacity: 1;
  pointer-events: auto;
  visibility: visible;
}

html.kb-release-2-0 .kb-faq-assistant__answer h3 {
  margin: 0 0 7px;
  color: rgba(148, 3, 23, 0.9);
  font-size: 14px;
  font-weight: 700;
  line-height: 1.2;
}

html.kb-release-2-0 .kb-faq-assistant__answer p {
  margin: 0;
  color: rgba(34, 30, 27, 0.78);
  font-size: 13px;
  line-height: 1.48;
}

html.kb-release-2-0 .kb-faq-assistant__actions {
  display: flex;
  align-items: center;
  justify-content: center;
  flex: 0 0 auto;
  gap: 10px;
  margin-top: 12px;
  padding: 2px 0 0;
}

html.kb-release-2-0 .kb-faq-assistant__contact {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 44px;
  height: 44px;
  border: 1px solid rgba(35, 30, 25, 0.13);
  border-radius: 999px;
  background: #f8f6f1;
  box-shadow:
    0 10px 24px rgba(0, 0, 0, 0.18),
    inset 0 1px 0 rgba(255, 255, 255, 0.86);
  color: rgba(34, 30, 27, 0.9) !important;
  text-decoration: none !important;
  touch-action: manipulation;
  -webkit-tap-highlight-color: transparent;
  transition: background 160ms ease, border-color 160ms ease, transform 160ms ease;
}

html.kb-release-2-0 .kb-faq-assistant__contact:hover,
html.kb-release-2-0 .kb-faq-assistant__contact:focus-visible {
  border-color: rgba(35, 30, 25, 0.2);
  outline: none;
  background: #ffffff;
  transform: translateY(-1px) scale(1.03);
}

html.kb-release-2-0 .kb-faq-assistant__contact-icon {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 25px;
  height: 25px;
}

html.kb-release-2-0 .kb-faq-assistant__contact-icon svg {
  display: block;
  width: 25px;
  height: 25px;
}

html.kb-release-2-0 .kb-faq-assistant__contact-icon svg {
  fill: currentColor;
  stroke: none;
  overflow: visible;
}

html.kb-release-2-0 .kb-faq-assistant__contact--telegram .kb-faq-assistant__contact-icon svg {
  width: 25px;
  height: 25px;
  transform: translate(-0.5px, 0);
}

html.kb-release-2-0 .kb-faq-assistant__contact-icon--max svg {
  width: 28px;
  height: 28px;
}

html.kb-release-2-0 .kb-faq-assistant__contact--whatsapp .kb-faq-assistant__contact-icon svg {
  width: 26px;
  height: 26px;
  transform: translate(0, 0);
}

html.kb-release-2-0 .kb-faq-assistant__contact-icon--phone svg {
  width: 24px;
  height: 24px;
  transform: translate(0.5px, 0);
}

html.kb-release-2-0 .kb-faq-assistant__contact-label {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
}

@media screen and (max-width: 767px) {
  html.kb-release-2-0 .kb-faq-assistant {
    right: calc(14px + env(safe-area-inset-right));
    left: auto;
    bottom: calc(14px + env(safe-area-inset-bottom));
    width: 48px;
    height: 48px;
  }

  html.kb-release-2-0 .kb-faq-assistant__launcher {
    width: 48px;
    height: 48px;
  }

  html.kb-release-2-0 .kb-faq-assistant__launcher-mark {
    font-size: 23px;
  }

  html.kb-release-2-0 .kb-faq-assistant__panel {
    right: 0;
    left: auto;
    bottom: 58px;
    width: min(346px, calc(100vw - 28px - env(safe-area-inset-left) - env(safe-area-inset-right)));
    max-height: calc(100vh - 76px);
    max-height: calc(100dvh - 76px);
    padding: 12px;
    border-radius: 20px;
    transform-origin: right bottom;
  }

  html.kb-release-2-0 .kb-faq-assistant__top {
    margin-bottom: 9px;
  }

  html.kb-release-2-0 .kb-faq-assistant__top h2 {
    font-size: 20px;
  }

  html.kb-release-2-0 .kb-faq-assistant__eyebrow {
    margin-bottom: 3px;
    font-size: 10px;
  }

  html.kb-release-2-0 .kb-faq-assistant__close {
    width: 30px;
    height: 30px;
  }

  html.kb-release-2-0 .kb-faq-assistant__questions {
    flex-wrap: nowrap;
    gap: 6px;
    margin-bottom: 9px;
    overflow-x: auto;
    overflow-y: hidden;
    padding: 0 2px 3px 0;
    scrollbar-width: thin;
    -webkit-overflow-scrolling: touch;
  }

  html.kb-release-2-0 .kb-faq-assistant__question {
    flex: 0 0 auto;
    padding: 6px 8px;
    font-size: 11px;
    white-space: nowrap;
  }

  html.kb-release-2-0 .kb-faq-assistant__answers {
    height: clamp(158px, 24vh, 188px);
    height: clamp(158px, 24dvh, 188px);
  }

  html.kb-release-2-0 .kb-faq-assistant__answer {
    padding: 10px 11px;
  }

  html.kb-release-2-0 .kb-faq-assistant__answer h3 {
    margin-bottom: 5px;
    font-size: 13px;
  }

  html.kb-release-2-0 .kb-faq-assistant__answer p {
    font-size: 12px;
    line-height: 1.38;
  }

  html.kb-release-2-0 .kb-faq-assistant__actions {
    gap: 8px;
    margin-top: 9px;
  }

  html.kb-release-2-0 .kb-faq-assistant__contact {
    width: 40px;
    height: 40px;
  }
}

@media screen and (max-width: 767px) and (max-height: 680px) {
  html.kb-release-2-0 .kb-faq-assistant__panel {
    bottom: 56px;
    max-height: calc(100vh - 68px);
    max-height: calc(100dvh - 68px);
    padding: 10px;
  }

  html.kb-release-2-0 .kb-faq-assistant__top {
    margin-bottom: 7px;
  }

  html.kb-release-2-0 .kb-faq-assistant__questions {
    gap: 5px;
    margin-bottom: 7px;
  }

  html.kb-release-2-0 .kb-faq-assistant__question {
    padding: 5px 7px;
    font-size: 10.8px;
  }

  html.kb-release-2-0 .kb-faq-assistant__answers {
    height: 168px;
  }

  html.kb-release-2-0 .kb-faq-assistant__answer {
    padding: 9px 10px;
  }

  html.kb-release-2-0 .kb-faq-assistant__answer p {
    font-size: 11.8px;
    line-height: 1.34;
  }

  html.kb-release-2-0 .kb-faq-assistant__actions {
    margin-top: 7px;
  }

  html.kb-release-2-0 .kb-faq-assistant__contact {
    width: 38px;
    height: 38px;
  }
}
