.schedule-button{z-index:1000;color:#fff;cursor:pointer;text-align:center;transform-origin:100%;white-space:nowrap;background-color:#333;border:none;border-radius:5px;width:160px;height:60px;padding:0;font-size:16px;line-height:50px;position:fixed;top:40%;right:0;transform:translateY(-50%)rotate(-90deg)}@media (max-width:768px){.schedule-button{width:140px;height:40px;font-size:14px;line-height:40px;right:0}}@media (max-width:570px){.sections-wrapper,.nav-wrapper,.services{margin:4%}}@media (max-width:768px){.calendly-inline-widget{height:600px}}@media (max-width:480px){.calendly-inline-widget{height:500px}}.chat-toggle-btn{z-index:999;cursor:pointer;background:linear-gradient(135deg,#667eea 0%,#764ba2 100%);border:none;border-radius:50%;justify-content:center;align-items:center;width:60px;height:60px;transition:all .3s;display:flex;position:fixed;bottom:24px;right:24px;box-shadow:0 4px 20px #667eea66}.chat-toggle-btn:hover{transform:scale(1.1);box-shadow:0 6px 30px #667eea99}.chat-toggle-btn.active{background:linear-gradient(135deg,#f093fb 0%,#f5576c 100%)}.chat-window{z-index:998;opacity:0;pointer-events:none;background:#1c1e20;border-radius:16px;flex-direction:column;width:380px;max-width:calc(100vw - 48px);height:500px;max-height:calc(100vh - 140px);transition:all .3s;display:flex;position:fixed;bottom:100px;right:24px;overflow:hidden;transform:translateY(20px)scale(.95);box-shadow:0 10px 40px #00000080}.chat-window.open{opacity:1;pointer-events:auto;transform:translateY(0)scale(1)}.chat-header{background:linear-gradient(135deg,#667eea 0%,#764ba2 100%);align-items:center;gap:12px;padding:16px 20px;display:flex}.chat-avatar{object-fit:cover;border:2px solid #ffffff4d;border-radius:50%;width:40px;height:40px}.chat-header-info h3{color:#fff;margin:0;font-family:Poppins,sans-serif;font-size:1rem}.chat-header-info p{color:#fffc;margin:0;font-size:.75rem}.chat-messages{flex-direction:column;flex:1;gap:12px;padding:16px;display:flex;overflow-y:auto}.chat-message{border-radius:16px;max-width:85%;padding:12px 16px;font-size:.9rem;line-height:1.5}.chat-message.user{color:#fff;background:linear-gradient(135deg,#667eea 0%,#764ba2 100%);border-bottom-right-radius:4px;align-self:flex-end}.chat-message.assistant{color:#ffffffb3;background:#ffffff1a;border-bottom-left-radius:4px;align-self:flex-start}.chat-input-container{border-top:1px solid #ffffff1a;gap:12px;padding:16px;display:flex}.chat-input{outline:none;flex:1;font-size:.9rem;transition:border-color .2s;color:#fff!important;background:#ffffff1a!important;border:1px solid #fff3!important;border-radius:24px!important;margin-bottom:0!important;padding:12px 20px!important}.chat-input:focus{border-color:#667eea!important}.chat-input::placeholder{color:#fff6}.chat-send-btn{cursor:pointer;color:#fff;background:linear-gradient(135deg,#667eea 0%,#764ba2 100%);border:none;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:44px;height:44px;transition:all .2s;display:flex}.chat-send-btn:hover:not(:disabled){transform:scale(1.05)}.chat-send-btn:disabled{opacity:.5;cursor:not-allowed}.typing-indicator{background:#ffffff1a;border-radius:16px 16px 16px 4px;align-self:flex-start;gap:4px;padding:12px 16px;display:flex}.typing-dot{background:#ffffff80;border-radius:50%;width:8px;height:8px;animation:1.4s infinite typingBounce}.typing-dot:nth-child(2){animation-delay:.2s}.typing-dot:nth-child(3){animation-delay:.4s}@keyframes typingBounce{0%,80%,to{transform:translateY(0)}40%{transform:translateY(-8px)}}
