.dv-contact-cta,
button.dv-cta-web:not(.bg-transparent):not(.rounded-none):not(.p-0),
button.dv-cta-attention:not(.bg-transparent):not(.rounded-none):not(.p-0),
a.dv-cta-web.inline-flex,
a.dv-cta-attention.inline-flex,
a[href="#contact"].inline-flex,
a[href*="/contact"].inline-flex {
  background: #b5164f !important;
  background-color: #b5164f !important;
  background-image: none !important;
  border-color: #b5164f !important;
  color: #fff !important;
  box-shadow: 0 18px 42px -28px rgba(181, 22, 79, 0.95) !important;
}

.dv-contact-cta:hover,
button.dv-cta-web:not(.bg-transparent):not(.rounded-none):not(.p-0):hover,
button.dv-cta-attention:not(.bg-transparent):not(.rounded-none):not(.p-0):hover,
a.dv-cta-web.inline-flex:hover,
a.dv-cta-attention.inline-flex:hover,
a[href="#contact"].inline-flex:hover,
a[href*="/contact"].inline-flex:hover {
  background: #95103f !important;
  background-color: #95103f !important;
  background-image: none !important;
  border-color: #95103f !important;
  color: #fff !important;
}

.dv-contact-cta:focus-visible,
button.dv-cta-web:not(.bg-transparent):not(.rounded-none):not(.p-0):focus-visible,
button.dv-cta-attention:not(.bg-transparent):not(.rounded-none):not(.p-0):focus-visible,
a.dv-cta-web.inline-flex:focus-visible,
a.dv-cta-attention.inline-flex:focus-visible {
  outline: 2px solid rgba(181, 22, 79, 0.55) !important;
  outline-offset: 2px !important;
  --tw-ring-color: rgba(181, 22, 79, 0.55) !important;
}

.chat-live-button:not(.dv-chatbot-wheel) > span > span:first-child {
  background: rgba(255, 255, 255, 0.16) !important;
}

button.dv-cta-web:not(.bg-transparent):not(.rounded-none):not(.p-0)::before,
a.dv-cta-web.inline-flex::before,
a.dv-cta-attention.inline-flex::before,
.dv-contact-cta.dv-cta-attention::before {
  background: linear-gradient(
    115deg,
    transparent 0%,
    transparent 34%,
    rgba(255, 255, 255, 0.48) 48%,
    transparent 64%,
    transparent 100%
  ) !important;
}

/* Chatbot wheel button: blue spinner by default, label on hover/focus. */
.chat-live-button.dv-chatbot-wheel,
.chat-live-button.dv-chatbot-wheel:hover,
.chat-live-button.dv-chatbot-wheel:focus-visible {
  background: transparent !important;
  background-color: transparent !important;
  background-image: none !important;
  border-color: transparent !important;
  box-shadow: none !important;
  filter: none !important;
  transform: none !important;
  animation: none !important;
  overflow: visible !important;
  width: 4.25rem !important;
  height: 4.25rem !important;
  max-width: calc(100vw - 2rem) !important;
  padding: 0 !important;
}

.chat-live-button.dv-chatbot-wheel::before,
.chat-live-button.dv-chatbot-wheel::after,
.chat-live-button.dv-chatbot-wheel > span::before,
.chat-live-button.dv-chatbot-wheel > span::after {
  content: none !important;
  display: none !important;
  animation: none !important;
  background: none !important;
  box-shadow: none !important;
}

.chat-live-button.dv-chatbot-wheel > span {
  position: relative !important;
  display: inline-flex !important;
  width: 4.25rem !important;
  min-width: 4.25rem !important;
  height: 4.25rem !important;
  align-items: center !important;
  justify-content: center !important;
  gap: 0 !important;
  overflow: hidden !important;
  border: 1px solid rgba(96, 165, 250, 0.52) !important;
  border-radius: 9999px !important;
  background: rgba(5, 14, 34, 0.98) !important;
  color: #fff !important;
  box-shadow: 0 16px 36px -24px rgba(37, 99, 235, 0.82), inset 0 0 0 1px rgba(147, 197, 253, 0.14) !important;
  transition: width 0.32s cubic-bezier(0.22, 1, 0.36, 1), background-color 0.24s ease, border-color 0.24s ease, padding 0.32s cubic-bezier(0.22, 1, 0.36, 1), box-shadow 0.24s ease !important;
}

.chat-live-button.dv-chatbot-wheel > span > span:first-child {
  position: relative !important;
  z-index: 2 !important;
  display: inline-flex !important;
  width: 3.35rem !important;
  min-width: 3.35rem !important;
  height: 3.35rem !important;
  align-items: center !important;
  justify-content: center !important;
  border-radius: 9999px !important;
  background: transparent !important;
}

.chat-live-button.dv-chatbot-wheel > span > span:first-child::before {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: 9999px;
  background: conic-gradient(from 0deg, rgba(147, 197, 253, 0.30) 0deg, #60a5fa 58deg, #2563eb 122deg, rgba(7, 18, 45, 0.14) 174deg, #38bdf8 246deg, rgba(147, 197, 253, 0.34) 360deg);
  animation: dv-chatbot-wheel-spin 1.8s linear infinite;
  box-shadow: inset 0 0 0 1px rgba(191, 219, 254, 0.22), 0 8px 18px -16px rgba(59, 130, 246, 0.75);
}

.chat-live-button.dv-chatbot-wheel > span > span:first-child::after {
  content: "";
  position: absolute;
  inset: 0.48rem;
  border-radius: 9999px;
  background: radial-gradient(circle at 35% 30%, rgba(125, 211, 252, 0.96) 0%, #2563eb 38%, #071225 74%);
  border: 1px solid rgba(147, 197, 253, 0.48);
  box-shadow: inset 0 0 12px rgba(255, 255, 255, 0.12);
}

.chat-live-button.dv-chatbot-wheel .dv-contact-cta-icon {
  display: none !important;
}

.chat-live-button.dv-chatbot-wheel > span > span:last-child {
  position: relative !important;
  z-index: 2 !important;
  display: inline-block !important;
  max-width: 0 !important;
  opacity: 0 !important;
  overflow: hidden !important;
  white-space: nowrap !important;
  font-size: 0.9rem !important;
  line-height: 1.25 !important;
  letter-spacing: 0 !important;
  transform: translateX(-0.25rem) !important;
  transition: max-width 0.32s cubic-bezier(0.22, 1, 0.36, 1), opacity 0.22s ease, transform 0.32s cubic-bezier(0.22, 1, 0.36, 1) !important;
}

.chat-live-button.dv-chatbot-wheel:hover > span,
.chat-live-button.dv-chatbot-wheel:focus-visible > span {
  width: min(28rem, calc(100vw - 2rem)) !important;
  padding: 0 1.35rem 0 0.45rem !important;
  justify-content: flex-start !important;
  gap: 0.8rem !important;
  border-color: rgba(147, 197, 253, 0.82) !important;
  background: #1d4ed8 !important;
  box-shadow: 0 18px 42px -30px rgba(37, 99, 235, 0.92), inset 0 0 0 1px rgba(191, 219, 254, 0.18) !important;
}

.chat-live-button.dv-chatbot-wheel:hover > span > span:last-child,
.chat-live-button.dv-chatbot-wheel:focus-visible > span > span:last-child {
  max-width: 22rem !important;
  opacity: 1 !important;
  transform: translateX(0) !important;
}

:root {
  --dv-chatbot-drawer-width: clamp(26rem, 36vw, 34rem);
}

.dv-chatbot-panel {
  position: fixed !important;
  inset: 0 0 0 auto !important;
  width: var(--dv-chatbot-drawer-width) !important;
  max-width: calc(100vw - 1rem) !important;
  height: 100dvh !important;
  min-height: 100dvh !important;
  max-height: 100dvh !important;
  border-radius: 1.125rem 0 0 1.125rem !important;
  display: flex !important;
  flex-direction: column !important;
  overflow: hidden !important;
}

.dv-chatbot-panel.dv-chatbot-panel-expanded {
  inset: 0 !important;
  width: 100vw !important;
  max-width: none !important;
  height: 100dvh !important;
  min-height: 100dvh !important;
  max-height: 100dvh !important;
  border-radius: 0 !important;
}

.dv-chatbot-panel > * {
  min-width: 0 !important;
}

.dv-chatbot-panel [class*="overflow-y-auto"],
.dv-chatbot-panel [class*="overflow-auto"] {
  min-height: 0 !important;
  scroll-behavior: auto !important;
  overscroll-behavior: contain !important;
}

.dv-chatbot-expand-toggle {
  display: inline-flex !important;
  width: auto !important;
  height: 2rem !important;
  min-width: 2rem !important;
  align-items: center !important;
  justify-content: center !important;
  gap: 0.4rem !important;
  padding: 0 0.68rem !important;
  border: 1px solid rgba(148, 163, 184, 0.22) !important;
  border-radius: 9999px !important;
  background: rgba(15, 23, 42, 0.06) !important;
  color: currentColor !important;
  cursor: pointer !important;
  transition: background-color 0.18s ease, border-color 0.18s ease, transform 0.18s ease !important;
}

.dv-chatbot-expand-toggle:hover,
.dv-chatbot-expand-toggle:focus-visible {
  background: rgba(37, 99, 235, 0.10) !important;
  border-color: rgba(37, 99, 235, 0.35) !important;
  outline: none !important;
}

.dv-chatbot-expand-toggle svg {
  width: 1rem !important;
  height: 1rem !important;
  pointer-events: none !important;
}


@media (min-width: 641px) {
  body.dv-chatbot-drawer-open:not(.dv-chatbot-drawer-expanded) #root {
    width: calc(100vw - var(--dv-chatbot-drawer-width)) !important;
    max-width: calc(100vw - var(--dv-chatbot-drawer-width)) !important;
    min-width: 0 !important;
    overflow-x: clip !important;
    transition: width 0.24s ease, max-width 0.24s ease !important;
  }

  body.dv-chatbot-drawer-open:not(.dv-chatbot-drawer-expanded) .chat-live-button {
    display: none !important;
  }

  body.dv-chatbot-drawer-expanded #root {
    width: 100vw !important;
    max-width: 100vw !important;
  }
}@media (max-width: 640px) {
  .chat-live-button.dv-chatbot-wheel,
  .chat-live-button.dv-chatbot-wheel:hover,
  .chat-live-button.dv-chatbot-wheel:focus-visible {
    right: 1rem !important;
    bottom: 5.25rem !important;
    width: 3.85rem !important;
    height: 3.85rem !important;
    max-width: 3.85rem !important;
    padding: 0 !important;
  }

  .chat-live-button.dv-chatbot-wheel > span,
  .chat-live-button.dv-chatbot-wheel:hover > span,
  .chat-live-button.dv-chatbot-wheel:focus-visible > span {
    width: 3.85rem !important;
    min-width: 3.85rem !important;
    height: 3.85rem !important;
    padding: 0 !important;
    justify-content: center !important;
    gap: 0 !important;
    background: rgba(5, 14, 34, 0.98) !important;
  }

  .chat-live-button.dv-chatbot-wheel > span > span:first-child {
    width: 3.05rem !important;
    min-width: 3.05rem !important;
    height: 3.05rem !important;
  }

  .chat-live-button.dv-chatbot-wheel > span > span:last-child,
  .chat-live-button.dv-chatbot-wheel:hover > span > span:last-child,
  .chat-live-button.dv-chatbot-wheel:focus-visible > span > span:last-child {
    display: inline-block !important;
    max-width: 0 !important;
    opacity: 0 !important;
  }

  .dv-chatbot-panel {
    inset: 0 !important;
    width: 100vw !important;
    max-width: none !important;
    height: 100dvh !important;
    min-height: 100dvh !important;
    max-height: 100dvh !important;
    border-radius: 0 !important;
  }
}

.dv-chatbot-panel .prose {
  line-height: 1.62 !important;
}

.dv-chatbot-panel .prose p {
  margin-top: 0 !important;
  margin-bottom: 0.85rem !important;
  white-space: normal !important;
  overflow-wrap: break-word !important;
}

.dv-chatbot-panel .prose p:last-child {
  margin-bottom: 0 !important;
}
.dv-chatbot-thinking-indicator {
  display: inline-flex !important;
  width: fit-content !important;
  max-width: min(28rem, calc(100% - 1.25rem)) !important;
  align-items: center !important;
  gap: 0.55rem !important;
  margin: 0.35rem 0 0.65rem !important;
  padding: 0.62rem 0.78rem !important;
  border: 1px solid rgba(96, 165, 250, 0.24) !important;
  border-radius: 9999px !important;
  background: rgba(37, 99, 235, 0.08) !important;
  color: #dbeafe !important;
  font-size: 0.82rem !important;
  font-weight: 700 !important;
  line-height: 1.25 !important;
  letter-spacing: 0 !important;
  box-shadow: inset 0 0 0 1px rgba(147, 197, 253, 0.06) !important;
}

.dv-chatbot-thinking-spinner {
  width: 1rem !important;
  min-width: 1rem !important;
  height: 1rem !important;
  border: 2px solid rgba(147, 197, 253, 0.24) !important;
  border-top-color: #60a5fa !important;
  border-radius: 9999px !important;
  animation: dv-chatbot-thinking-spin 0.78s linear infinite !important;
}

.dv-chatbot-thinking-copy {
  white-space: normal !important;
}

@keyframes dv-chatbot-thinking-spin {
  to { transform: rotate(360deg); }
}
@keyframes dv-chatbot-wheel-spin {
  to { transform: rotate(360deg); }
}

.dv-chatbot-expand-label {
  font-size: 0.75rem !important;
  font-weight: 750 !important;
  line-height: 1 !important;
  letter-spacing: 0 !important;
  white-space: nowrap !important;
}

.dv-chatbot-panel .dv-chatbot-contact-action {
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  width: fit-content !important;
  max-width: 100% !important;
  min-height: 2.55rem !important;
  padding: 0.72rem 1rem !important;
  border: 1px solid rgba(181, 22, 79, 0.72) !important;
  border-radius: 0.85rem !important;
  background: #b5164f !important;
  color: #fff !important;
  font-weight: 750 !important;
  line-height: 1.15 !important;
  text-decoration: none !important;
  box-shadow: 0 18px 34px -28px rgba(181, 22, 79, 0.9) !important;
  white-space: normal !important;
  overflow-wrap: anywhere !important;
}

.dv-chatbot-panel .dv-chatbot-contact-action:hover,
.dv-chatbot-panel .dv-chatbot-contact-action:focus-visible {
  background: #95103f !important;
  border-color: #95103f !important;
  color: #fff !important;
  outline: 2px solid rgba(181, 22, 79, 0.36) !important;
  outline-offset: 2px !important;
}
.dv-chatbot-panel .dv-chatbot-single-contact-button {
  display: inline-flex !important;
  width: 100% !important;
  margin: 0.75rem 0 0.95rem !important;
  background: #b5164f !important;
  border-color: #b5164f !important;
  color: #fff !important;
}
.dv-chatbot-panel textarea[data-dv-chatbot-autogrow="true"] {
  resize: none !important;
  transition: height 0.12s ease !important;
}


.dv-chatbot-panel [data-dv-chatbot-hidden="true"] {
  display: none !important;
}