
/* Leo Chatbot Advanced - Blue & White (Corporate) with main service hover text orange */
.leo-chatbot-root { position: fixed; bottom: 20px; right: 20px; z-index: 99999; font-family: system-ui, -apple-system, Segoe UI, Roboto, Arial, sans-serif; }
.leo-chatbot-toggle { width: 60px; height: 60px; border-radius: 50%; border: none; cursor: pointer; background: #0d6efd; color: #fff; box-shadow: 0 10px 25px rgba(13,110,253,.35); display: flex; align-items: center; justify-content: center; font-size: 26px; }
.leo-chatbot-window { width: 340px; max-height: 70vh; display: none; flex-direction: column; background: #ffffff; color: #0b1b36; border-radius: 16px; box-shadow: 0 24px 48px rgba(0,0,0,.15); overflow: hidden; margin-bottom: 12px; }
.leo-chatbot-header { background: linear-gradient(135deg, #0d6efd, #4895ff); color: #fff; padding: 14px 16px; display: flex; align-items: center; justify-content: space-between; }
.leo-chatbot-title { font-weight: 700; font-size: 16px; }
.leo-chatbot-close { background: transparent; border: none; color: #fff; font-size: 18px; cursor: pointer; }
.leo-chatbot-body { padding: 12px; overflow-y: auto; }
/* Step 1 main service one-line chip */
.leo-choices { display: flex; flex-direction: column; gap: 8px; margin-top: 8px; }
.leo-chip { background: #ffffff; border: 1px solid #e5eeff; border-radius: 12px; padding: 10px; cursor: pointer; transition: transform .06s ease, color .3s ease; font-size: 14px; text-align: left; }
.leo-chip:hover { color: #FFA500; }
.leo-section-title { font-weight: 600; margin: 10px 0 6px; font-size: 14px; }
.leo-card { border: 1px solid #ecf1ff; border-radius: 12px; padding: 10px; margin-bottom: 8px; background: #fff; }
.leo-meta { font-size: 13px; margin: 4px 0; }
.leo-benefits { padding-left: 18px; font-size: 13px; }
.leo-benefits li { margin: 3px 0; }
.leo-faq-item { border: 1px solid #ecf1ff; border-radius: 10px; margin-bottom: 8px; overflow: hidden; }
.leo-faq-q { padding: 10px; background: #f8fbff; cursor: pointer; font-weight: 600; font-size: 13px; }
.leo-faq-a { display: none; padding: 10px; font-size: 13px; background: #fff; border-top: 1px dashed #e5eeff; }
.leo-actions { display: flex; gap: 8px; margin-top: 10px; }
.leo-btn { flex: 1; padding: 10px 12px; border-radius: 10px; border: none; cursor: pointer; font-weight: 600; font-size: 14px; }
.leo-btn-call{ background:#198754; color:#fff; }
.leo-btn-wa{ background:#25D366; color:#0b1b36; }
.leo-nav { display: flex; justify-content: space-between; gap: 8px; margin-top: 8px; }
.leo-nav .leo-btn { background: #e7f0ff; color: #0b1b36; }
.leo-form { display: grid; gap: 8px; margin-top: 8px; }
.leo-input, .leo-textarea { width: 100%; border: 1px solid #e5eeff; border-radius: 10px; padding: 10px; font-size: 14px; outline: none; }
.leo-input:focus, .leo-textarea:focus { border-color:#0d6efd; box-shadow: 0 0 0 3px rgba(13,110,253,.1); }
.leo-text-sm { font-size: 12px; color: #496389; }
.leo-divider { height:1px; background:#ecf1ff; margin: 8px 0; }
.leo-open { display:flex; }
.leo-hidden { display:none !important; }
/* Toggle sit above window */
.leo-chatbot-root .leo-chatbot-toggle { margin-left: auto; }
