.demo-bot-floating {
    position: fixed;
    bottom: 24px;
    right: 24px;
    z-index: 9999;
}

.demo-bot-button {
    display: flex;
    align-items: center;
    gap: 12px;
    padding: 12px 20px;
    background: linear-gradient(135deg, #2B9AA0, #9ED9F0);
    border-radius: 16px;
    color: white;
    font-weight: 600;
    font-size: 16px;
    text-decoration: none;
    box-shadow: 0 8px 20px rgba(43, 154, 160, 0.4);
    transition: all 0.25s ease;
}

.demo-bot-button:hover {
    transform: translateY(-3px);
    box-shadow: 0 12px 28px rgba(43, 154, 160, 0.55);
}

.demo-bot-icon {
    width: 32px;
    height: 32px;
    object-fit: contain;
}

.demo-bot-text {
    white-space: nowrap;
}
