/* MC Fluid React landing — estilos propios (sin plantilla Able Pro) */
:root {
  --mc-green: #006837;
  --mc-green-light: #008a4a;
  --mc-ink: #0c1a12;
  --mc-font: 'Sora', system-ui, sans-serif;
  --mc-display: 'Fraunces', Georgia, serif;
  --mc-chat-z: 1100;
}

.mc-hero {
  min-height: 100vh;
  min-height: 100dvh;
}

.mc-chat-bubble {
  z-index: var(--mc-chat-z) !important;
}

.mc-ayuda-overlay {
  align-items: flex-end !important;
}

@media (min-width: 768px) {
  .mc-ayuda-overlay {
    align-items: center !important;
  }
  .mc-ayuda-modal {
    margin-bottom: 0 !important;
  }
}

@media (max-width: 600px) {
  .mc-chat-bubble {
    bottom: 16px !important;
    right: 16px !important;
    width: 56px !important;
    height: 56px !important;
  }
  .mc-ayuda-modal {
    max-height: min(82vh, 620px) !important;
  }
}

/* Una sola burbuja: ocultar launcher nativo Chatwoot */
.woot-widget-bubble,
.woot--bubble-holder,
.woot-widget-holder .woot-widget-bubble {
  display: none !important;
  visibility: hidden !important;
  pointer-events: none !important;
}
