:root{--proarq-primary: #fcb402;--proarq-primary-dark: #e5a402;--proarq-dark: #343047;--proarq-accent: #f5a623}#whatsapp-chatbot-container{position:fixed;bottom:20px;right:20px;z-index:9999}.chatbot-toggle{position:relative;width:65px;height:65px;border-radius:50%;border:none;background:#25d366;box-shadow:0 6px 20px #25d36666;cursor:pointer;transition:all .3s cubic-bezier(.4,0,.2,1);overflow:visible;padding:0;display:flex;align-items:center;justify-content:center;animation:proarq-pulse-float 3s ease-in-out infinite}.chatbot-toggle:hover{transform:scale(1.1) translateY(-2px);box-shadow:0 10px 30px #25d36680;background:#22c55e}.chatbot-toggle:active{transform:scale(.95)}.whatsapp-icon{width:32px;height:32px}.chatbot-badge{position:absolute;top:-5px;right:-5px;background:#25d366;color:#fff;font-size:12px;font-weight:700;width:24px;height:24px;border-radius:50%;display:flex;align-items:center;justify-content:center;border:2px solid #fff;animation:proarq-badge-pop .4s cubic-bezier(.68,-.55,.265,1.55)}.chatbot-pulse{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);width:100%;height:100%;border-radius:50%;background:#25d3664d;animation:proarq-pulse-ring 2s ease-out infinite;pointer-events:none}.chatbot-widget{position:fixed;bottom:110px;right:20px;width:380px;max-height:600px;background:#fff;border-radius:16px;box-shadow:0 12px 48px #0003;display:flex;flex-direction:column;opacity:0;visibility:hidden;transform:translateY(20px) scale(.95);transition:all .3s cubic-bezier(.4,0,.2,1)}.chatbot-widget.active{opacity:1;visibility:visible;transform:translateY(0) scale(1)}.chatbot-header{display:flex;align-items:center;justify-content:space-between;padding:16px;background:linear-gradient(135deg,var(--proarq-dark) 0%,#1a1a2e 100%);border-radius:16px 16px 0 0;color:#fff}.chatbot-header-left{display:flex;align-items:center;gap:12px}.chatbot-header-avatar{width:44px;height:44px;border-radius:50%;border:2px solid var(--proarq-primary);object-fit:cover}.chatbot-header-info h4{margin:0;font-size:16px;font-weight:600;color:#fff}.chatbot-status{display:flex;align-items:center;gap:6px;font-size:13px;color:#ffffffe6}.status-dot{width:8px;height:8px;border-radius:50%;background:#4ade80;animation:proarq-pulse-dot 2s ease-in-out infinite}.chatbot-close{background:#ffffff1a;border:none;color:#fff;width:36px;height:36px;border-radius:50%;display:flex;align-items:center;justify-content:center;cursor:pointer;transition:all .2s}.chatbot-close:hover{background:#fff3;transform:rotate(90deg)}.chatbot-body{flex:1;padding:20px;overflow-y:auto;background:#f8f9fa;max-height:450px}.chatbot-body::-webkit-scrollbar{width:6px}.chatbot-body::-webkit-scrollbar-thumb{background:#cbd5e0;border-radius:3px}.chatbot-message{margin-bottom:16px;animation:proarq-message-slide-in .3s ease-out}.message-bot{display:flex;gap:8px;align-items:flex-end}.message-bot .message-avatar{width:32px;height:32px;border-radius:50%;object-fit:cover;flex-shrink:0}.message-bubble{background:#fff;padding:12px 16px;border-radius:8px 8px 8px 2px;box-shadow:0 2px 8px #0000000d;max-width:75%;font-size:15px;line-height:1.5;color:#2d3748}.message-user .message-bubble{background:#dcf8c6;border-radius:8px 8px 2px;margin-left:auto;max-width:75%}.typing-indicator{display:flex;gap:4px;padding:12px 16px;background:#fff;border-radius:18px;width:fit-content;box-shadow:0 2px 8px #0000000d}.typing-dot{width:8px;height:8px;border-radius:50%;background:#90a4ae;animation:proarq-typing-bounce 1.4s ease-in-out infinite}.typing-dot:nth-child(2){animation-delay:.2s}.typing-dot:nth-child(3){animation-delay:.4s}.chatbot-options{display:flex;flex-direction:column;gap:10px;margin-top:12px}.option-button{background:#fff;border:2px solid var(--proarq-primary);color:var(--proarq-dark);padding:14px 20px;border-radius:12px;font-size:15px;font-weight:600;cursor:pointer;transition:all .2s;text-align:left;display:flex;align-items:center;gap:10px}.option-button:hover{background:var(--proarq-primary);color:var(--proarq-dark);transform:translate(4px);box-shadow:0 4px 12px #fcb4024d}.option-button:active{transform:translate(2px) scale(.98)}.option-button .emoji{font-size:20px}.chatbot-input-group{margin-top:12px}.chatbot-input{width:100%;padding:14px 16px;border:2px solid #e2e8f0;border-radius:12px;font-size:16px;transition:all .2s;box-sizing:border-box}.chatbot-input:focus{outline:none;border-color:var(--proarq-primary);box-shadow:0 0 0 3px #fcb40233}.input-button{margin-top:10px;width:100%;background:var(--proarq-primary);color:var(--proarq-dark);border:none;padding:14px 20px;border-radius:12px;font-size:16px;font-weight:600;cursor:pointer;transition:all .2s}.input-button:hover{background:var(--proarq-primary-dark);transform:translateY(-2px);box-shadow:0 4px 12px #fcb40266}.input-button:active{transform:translateY(0)}.skip-button{background:transparent;color:#718096;border:2px solid #e2e8f0}.skip-button:hover{background:#f7fafc;color:#4a5568;box-shadow:none;transform:translateY(0)}.chatbot-footer{display:flex;align-items:center;justify-content:center;gap:8px;padding:12px;background:#f8f9fa;border-radius:0 0 16px 16px;font-size:13px;color:#718096}@media (max-width: 768px){#whatsapp-chatbot-container{right:15px;bottom:15px}.chatbot-widget{bottom:100px;right:10px;left:10px;width:auto;max-height:70vh}.chatbot-toggle{width:60px;height:60px}.option-button{padding:12px 16px;font-size:14px}}@keyframes proarq-pulse-float{0%,to{transform:translateY(0)}50%{transform:translateY(-5px)}}@keyframes proarq-pulse-ring{0%{transform:translate(-50%,-50%) scale(1);opacity:.8}to{transform:translate(-50%,-50%) scale(1.5);opacity:0}}@keyframes proarq-badge-pop{0%{transform:scale(0)}50%{transform:scale(1.2)}to{transform:scale(1)}}@keyframes proarq-pulse-dot{0%,to{opacity:1}50%{opacity:.5}}@keyframes proarq-message-slide-in{0%{opacity:0;transform:translateY(10px)}to{opacity:1;transform:translateY(0)}}@keyframes proarq-typing-bounce{0%,60%,to{transform:translateY(0)}30%{transform:translateY(-8px)}}
